Index: do.bat
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/do.bat	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/do.bat	(working copy)
@@ -20,6 +20,10 @@
 @rem set device_option=flippen
 @echo off
 
+set now_path=%~dp0
+set util_path=%now_path%util
+set/p mode=Please press mode SA or SB:
+
 setlocal enabledelayedexpansion
 for %%f in (program\ble_protocol_stack\*.prog) do @set progs=!progs! %%f
 for %%f in (program\g24_protocol_stack\*.prog) do @set progs=!progs! %%f
@@ -74,9 +78,18 @@
 cd output
 osiuasm bt_program23 -O-W
 
-geneep -n 
-::geneep -n -k key.dat 
+if /I "%mode%" equ "SA" (goto SAmode)
+if /I "%mode%" equ "SB" (goto SBmode)
+
+:SAmode
+%util_path%/geneep  -n
+goto contin
+
+:SBmode
+%util_path%/geneep  -n -s
+goto contin
 
+:contin
 echo create auth rom
 perl ../util/mergepatch.pl mouse_ble_att_list usb_kbdata_vendor_define usb_kbdata usb_msdata usb_devicedata usb_confdata ble_shutter_gatt_list ble_shutter_key_value_list ble_car_att_list sha256 
 perl ../util/romcrc.pl romcode.rom
@@ -99,6 +112,3 @@
 call set_chip_type_flag.bat 
 
 :end
-
-
-
Index: format/app.format
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/format/app.format	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/format/app.format	(working copy)
@@ -65,10 +65,19 @@
 
 
 //adc
+0 mem_reference_inter1p8v_2v_adc_io_data
+0 mem_inter1v_adc_ft_data
 2 mem_3v_adc_io_data
+0 mem_reference_inter1p8v_2p6v_adc_vdcdc_data
+0 mem_inter1p2v_adc_ft_data
 2 mem_2v_adc_hvin_data
+0 mem_reference_inter1p8v_1v_adc_io_data
+0 mem_io1v_adc_ft_data
 2 mem_1v_adc_io_data
+0 mem_reference_inter1p8v_4p6v_adc_vdcdc_data
+0 mem_io2v_adc_ft_data
 2 mem_3v_adc_hvin_data
+0 mem_adc_ratio
 2 mem_reference_voltage
 1 mem_adc_config_flag
 1 mem_adc_channel
@@ -209,6 +218,7 @@
 7 OTP_OFFSET_XRAM_BISTFIX	//2 byte
 9 OTP_OFFSET_PATCH_BISTFIX	//2 byte
 
+0xfc0 OTP_OFFSET_ADC_PARAM_L_C0
 0xfd0 OTP_OFFSET_ADC_PARAM_L
 0xff0 OTP_OFFSET_UCODE_KEY_L
 0x1000 OTP_OFFSET_H
@@ -369,3 +379,9 @@
 0x0e ADC_CH_GPIO13
 )
 
+//mem_adc_reference_mode 
+(
+1 SADC_REFERENCE_INTER3V
+2 SADC_REFERENCE_INTER1P8V_DIV2
+)
+
Index: format/app_mouse.format
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/format/app_mouse.format	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/format/app_mouse.format	(working copy)
@@ -424,24 +424,19 @@
 3 mem_tx_power_factory_param_new
 18 mem_sensor_ka8g2_init_new
 
-//uart start 
-1 mem_device_uart_tx_gpio
-1 mem_device_uart_rx_gpio
-2 mem_device_uart_rx_buffer
-2 mem_device_uart_rx_buffer_end
-2 mem_device_uart_tx_buffer
-2 mem_device_uart_tx_buffer_end
-2 mem_device_uart_baud_rate
-//uart end
 64 mem_le_tx_buffer0_omemalloc_new
 64 mem_le_tx_buffer1_omemalloc_new
 64 mem_le_tx_buffer2_omemalloc_new
 64 mem_le_tx_buffer3_omemalloc_new
+
+1 mem_mouse_wheel_temp_gpio
+1 mem_mouse_qdec_set_flag
 )
 
 (
 0x20 MOUSE_BLE_L2CAP_TXBUFF_SIZE_NEW
 )
+
 xmemalloc g24_tx_hid_mouse_flippen(
 16 mem_24g_txpayload_buf
 1 mem_release_data_from_receiver_enable
Index: format/bt.format
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/format/bt.format	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/format/bt.format	(working copy)
@@ -209,8 +209,18 @@
 1 mem_system_clk
 
 ifdef DEBUG_RF_INIT
-18 mem_rf_init_data
+5 mem_rf_init_data
 endif
+
+0 mem_adc_reference3v_ft_data	
+2 mem_adc_reference3v_gpio1v_ft_data	
+2 mem_adc_reference3v_gpio2v_ft_data	
+2 mem_adc_reference3v_vdcdc3p6v_ft_data	
+2 mem_adc_reference3v_vdcdc4p6v_ft_data	
+2 mem_adc_reference3v_inter1v_ft_data
+2 mem_adc_reference3v_inter1v_now_data	
+1 mem_adc_reference_mode
+
 1 mem_otp_charge_pump_x
 1 mem_otp_dpll_ibais_x
 
Index: output/bt_format.meta
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/bt_format.meta	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/bt_format.meta	(working copy)
@@ -723,6 +723,14 @@
 0x4147 mem_gain_second_agc_en
 0x4148 mem_system_clk
 0x4149 mem_rf_init_data
+0x414e mem_adc_reference3v_ft_data
+0x414e mem_adc_reference3v_gpio1v_ft_data
+0x4150 mem_adc_reference3v_gpio2v_ft_data
+0x4152 mem_adc_reference3v_vdcdc3p6v_ft_data
+0x4154 mem_adc_reference3v_vdcdc4p6v_ft_data
+0x4156 mem_adc_reference3v_inter1v_ft_data
+0x4158 mem_adc_reference3v_inter1v_now_data
+0x415a mem_adc_reference_mode
 0x415b mem_otp_charge_pump_x
 0x415c mem_otp_dpll_ibais_x
 0x415d mem_xtal_freq
@@ -863,10 +871,19 @@
 0x43f8 mem_nv_data_ptr
 0x43fa mem_nv_data_number
 0x43fb mem_queue_ptr
+0x43fd mem_reference_inter1p8v_2v_adc_io_data
+0x43fd mem_inter1v_adc_ft_data
 0x43fd mem_3v_adc_io_data
+0x43ff mem_reference_inter1p8v_2p6v_adc_vdcdc_data
+0x43ff mem_inter1p2v_adc_ft_data
 0x43ff mem_2v_adc_hvin_data
+0x4401 mem_reference_inter1p8v_1v_adc_io_data
+0x4401 mem_io1v_adc_ft_data
 0x4401 mem_1v_adc_io_data
+0x4403 mem_reference_inter1p8v_4p6v_adc_vdcdc_data
+0x4403 mem_io2v_adc_ft_data
 0x4403 mem_3v_adc_hvin_data
+0x4405 mem_adc_ratio
 0x4405 mem_reference_voltage
 0x4407 mem_adc_config_flag
 0x4408 mem_adc_channel
@@ -1948,101 +1965,96 @@
 0x4a07 mem_normal_tx_power
 0x4a08 mem_tx_power_factory_param_new
 0x4a0b mem_sensor_ka8g2_init_new
-0x4a1d mem_device_uart_tx_gpio
-0x4a1e mem_device_uart_rx_gpio
-0x4a1f mem_device_uart_rx_buffer
-0x4a21 mem_device_uart_rx_buffer_end
-0x4a23 mem_device_uart_tx_buffer
-0x4a25 mem_device_uart_tx_buffer_end
-0x4a27 mem_device_uart_baud_rate
-0x4a29 mem_le_tx_buffer0_omemalloc_new
-0x4a69 mem_le_tx_buffer1_omemalloc_new
-0x4aa9 mem_le_tx_buffer2_omemalloc_new
-0x4ae9 mem_le_tx_buffer3_omemalloc_new
-0x4b29 mem_24g_txpayload_buf
-0x4b39 mem_release_data_from_receiver_enable
-0x4b3a mem_release_data_from_transmiter_enable
-0x4b3b mem_flippen_key0_gpio
-0x4b3c mem_flippen_key1_gpio
-0x4b3d mem_flippen_key2_gpio
-0x4b3e mem_flippen_key3_gpio
-0x4b3f mem_flippen_key4_gpio
-0x4b40 mem_flippen_key5_gpio
-0x4b41 mem_flippen_key6_gpio
-0x4b42 mem_flippen_key7_gpio
-0x4b43 mem_flippen_key0_press_status
-0x4b44 mem_flippen_key1_press_status
-0x4b45 mem_flippen_key2_press_status
-0x4b46 mem_flippen_key3_press_status
-0x4b47 mem_flippen_key4_press_status
-0x4b48 mem_flippen_key5_press_status
-0x4b49 mem_flippen_key6_press_status
-0x4b4a mem_flippen_key7_press_status
-0x4b4b mem_key_press_data
-0x4b4b mem_key_pageup_data
-0x4b54 mem_key_pagedown_data
-0x4b5d mem_key_shift_f5_data
-0x4b66 mem_key_esc_data
-0x4b6f mem_key_b_data
-0x4b78 mem_key_tab
-0x4b81 mem_key_enter
-0x4b8a mem_key_alt_tab
-0x4b93 mem_key_alt_f4
-0x4b9c mem_key_play_pause
-0x4ba5 mem_key_vol_up
-0x4bae mem_key_vol_down
-0x4bb7 mem_standard_key_release
-0x4bc0 mem_system_ctrl_key_release
-0x4bc9 mem_media_key_release
-0x4bd2 mem_key0_long_press_flag
-0x4bd3 mem_key1_long_press_flag
-0x4bd4 mem_key2_long_press_flag
-0x4bd5 mem_key3_long_press_flag
-0x4bd6 mem_key4_long_press_flag
-0x4bd7 mem_key0_long_press_event
-0x4bd8 mem_key1_long_press_event
-0x4bd9 mem_key2_long_press_event
-0x4bda mem_key3_long_press_event
-0x4bdb mem_key4_long_press_event
-0x4bdc mem_key0_short_press_flag
-0x4bdd mem_key1_short_press_flag
-0x4bde mem_key2_short_press_flag
-0x4bdf mem_key3_short_press_flag
-0x4be0 mem_key4_short_press_flag
-0x4be1 mem_key0_press_timer_count
-0x4be2 mem_key1_press_timer_count
-0x4be3 mem_key2_press_timer_count
-0x4be4 mem_key3_press_timer_count
-0x4be5 mem_key4_press_timer_count
-0x4be6 mem_combination_key_down_flag
-0x4be7 mem_combination_key_longpress_flag
-0x4be8 mem_key_disable_timer
-0x4be9 mem_24g_calculate_package_id_disable
-0x4bea mem_24g_package_id_abandon_flag
-0x4beb mem_24g_package_id
-0x4bec mem_key_state
-0x4bed mem_key_press_state
-0x4bee mem_poweron_first_blank_data_enable
-0x4bef mem_flippen_no_data_timeout
-0x4bf1 mem_flippen_start_pair_no_data_timeout
-0x4bf3 mem_key_longpress_timer_init
-0x4bf5 mem_key_longpress_timer
-0x4bf7 mem_low_voltage_led_blink_flag
-0x4bf8 mem_low_voltage_led_blink_start_timer
-0x4bf9 mem_poweron_led_blink_flag
-0x4bfa mem_24g_pair_enable_flag
-0x4bfb mem_24g_ch_work
-0x4bfc mem_24g_pair_key_down_flag
-0x4bfd mem_24g_pairing_stop_flag
-0x4bfe mem_longpress_24g_enter_hibernate_flag
-0x4bff mem_g24_connected_state
-0x4c00 mem_g24_pairing_stop_flag
-0x4c01 mem_send_package_before_check
-0x4c02 mem_le_conn_rcv_new
-0x4c03 mem_le_conn_first_rcv
-0x4c04 mem_le_check_retransmit_flag
-0x4c05 mem_le_retransmit_cnt
-0x4c06 mem_le_check_retransmit_discon_flag
+0x4a1d mem_le_tx_buffer0_omemalloc_new
+0x4a5d mem_le_tx_buffer1_omemalloc_new
+0x4a9d mem_le_tx_buffer2_omemalloc_new
+0x4add mem_le_tx_buffer3_omemalloc_new
+0x4b1d mem_mouse_wheel_temp_gpio
+0x4b1e mem_mouse_qdec_set_flag
+0x4b1f mem_24g_txpayload_buf
+0x4b2f mem_release_data_from_receiver_enable
+0x4b30 mem_release_data_from_transmiter_enable
+0x4b31 mem_flippen_key0_gpio
+0x4b32 mem_flippen_key1_gpio
+0x4b33 mem_flippen_key2_gpio
+0x4b34 mem_flippen_key3_gpio
+0x4b35 mem_flippen_key4_gpio
+0x4b36 mem_flippen_key5_gpio
+0x4b37 mem_flippen_key6_gpio
+0x4b38 mem_flippen_key7_gpio
+0x4b39 mem_flippen_key0_press_status
+0x4b3a mem_flippen_key1_press_status
+0x4b3b mem_flippen_key2_press_status
+0x4b3c mem_flippen_key3_press_status
+0x4b3d mem_flippen_key4_press_status
+0x4b3e mem_flippen_key5_press_status
+0x4b3f mem_flippen_key6_press_status
+0x4b40 mem_flippen_key7_press_status
+0x4b41 mem_key_press_data
+0x4b41 mem_key_pageup_data
+0x4b4a mem_key_pagedown_data
+0x4b53 mem_key_shift_f5_data
+0x4b5c mem_key_esc_data
+0x4b65 mem_key_b_data
+0x4b6e mem_key_tab
+0x4b77 mem_key_enter
+0x4b80 mem_key_alt_tab
+0x4b89 mem_key_alt_f4
+0x4b92 mem_key_play_pause
+0x4b9b mem_key_vol_up
+0x4ba4 mem_key_vol_down
+0x4bad mem_standard_key_release
+0x4bb6 mem_system_ctrl_key_release
+0x4bbf mem_media_key_release
+0x4bc8 mem_key0_long_press_flag
+0x4bc9 mem_key1_long_press_flag
+0x4bca mem_key2_long_press_flag
+0x4bcb mem_key3_long_press_flag
+0x4bcc mem_key4_long_press_flag
+0x4bcd mem_key0_long_press_event
+0x4bce mem_key1_long_press_event
+0x4bcf mem_key2_long_press_event
+0x4bd0 mem_key3_long_press_event
+0x4bd1 mem_key4_long_press_event
+0x4bd2 mem_key0_short_press_flag
+0x4bd3 mem_key1_short_press_flag
+0x4bd4 mem_key2_short_press_flag
+0x4bd5 mem_key3_short_press_flag
+0x4bd6 mem_key4_short_press_flag
+0x4bd7 mem_key0_press_timer_count
+0x4bd8 mem_key1_press_timer_count
+0x4bd9 mem_key2_press_timer_count
+0x4bda mem_key3_press_timer_count
+0x4bdb mem_key4_press_timer_count
+0x4bdc mem_combination_key_down_flag
+0x4bdd mem_combination_key_longpress_flag
+0x4bde mem_key_disable_timer
+0x4bdf mem_24g_calculate_package_id_disable
+0x4be0 mem_24g_package_id_abandon_flag
+0x4be1 mem_24g_package_id
+0x4be2 mem_key_state
+0x4be3 mem_key_press_state
+0x4be4 mem_poweron_first_blank_data_enable
+0x4be5 mem_flippen_no_data_timeout
+0x4be7 mem_flippen_start_pair_no_data_timeout
+0x4be9 mem_key_longpress_timer_init
+0x4beb mem_key_longpress_timer
+0x4bed mem_low_voltage_led_blink_flag
+0x4bee mem_low_voltage_led_blink_start_timer
+0x4bef mem_poweron_led_blink_flag
+0x4bf0 mem_24g_pair_enable_flag
+0x4bf1 mem_24g_ch_work
+0x4bf2 mem_24g_pair_key_down_flag
+0x4bf3 mem_24g_pairing_stop_flag
+0x4bf4 mem_longpress_24g_enter_hibernate_flag
+0x4bf5 mem_g24_connected_state
+0x4bf6 mem_g24_pairing_stop_flag
+0x4bf7 mem_send_package_before_check
+0x4bf8 mem_le_conn_rcv_new
+0x4bf9 mem_le_conn_first_rcv
+0x4bfa mem_le_check_retransmit_flag
+0x4bfb mem_le_retransmit_cnt
+0x4bfc mem_le_check_retransmit_discon_flag
 0x462d mem_remote_car_hard_soft_switch
 0x462e mem_remote_car_queue_each_size
 0x462f mem_remote_car_queue_length
@@ -4752,6 +4764,7 @@
 7 OTP_OFFSET_XRAM_BISTFIX	//2 byte
 9 OTP_OFFSET_PATCH_BISTFIX	//2 byte
 
+0xfc0 OTP_OFFSET_ADC_PARAM_L_C0
 0xfd0 OTP_OFFSET_ADC_PARAM_L
 0xff0 OTP_OFFSET_UCODE_KEY_L
 0x1000 OTP_OFFSET_H
@@ -4912,6 +4925,12 @@
 0x0e ADC_CH_GPIO13
 )
 
+//mem_adc_reference_mode 
+(
+1 SADC_REFERENCE_INTER3V
+2 SADC_REFERENCE_INTER1P8V_DIV2
+)
+
 
 
 
@@ -5540,6 +5559,7 @@
 0x20 MOUSE_BLE_L2CAP_TXBUFF_SIZE_NEW
 )
 
+
 (
 (
 0x00 PEN_KEY0
Index: output/bt_program23.icode
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/bt_program23.icode	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/bt_program23.icode	(working copy)
@@ -1,25279 +1,25372 @@
- 00000000  0x00000023 bbit1  0x00000008 , 0x00000025 
- 00000001  0x00000024 beq  0x00000000 , 0x0000029c 
- 00000002  0x00000025 beq  0x00000002 , 0x00000056 
- 00000003  0x00000027 beq  0x00000010 , 0x0000005f 
- 00000004  0x00000028 beq  0x00000011 , 0x00000061 
- 00000005  0x00000029 beq  0x00000014 , 0x00000173 
- 00000006  0x0000002a beq  0x00000015 , 0x000000e3 
- 00000007  0x0000002b beq  0x00000018 , 0x00000103 
- 00000008  0x0000002c beq  0x00000019 , 0x0000010a 
- 00000009  0x0000002d beq  0x0000001a , 0x0000006f 
- 00000010  0x00000030 beq  0x00000025 , 0x00000222 
- 00000011  0x00000031 beq  0x00000068 , 0x00000295 
- 00000012  0x00000032 beq  0x00000069 , 0x000002b5 
- 00000013  0x00000033 beq  0x0000006c , 0x0000025e 
- 00000014  0x00000034 beq  0x0000006d , 0x0000003e 
- 00000015  0x00000035 beq  0x0000006e , 0x00000034 
- 00000016  0x00000036 beq  0x00000073 , 0x0000047c 
- 00000017  0x00000037 beq  0x0000007a , 0x000004ce 
- 00000018  0x00000038 beq  0x0000007f , 0x0000045c 
- 00000019  0x00000039 beq  0x00000081 , 0x000004b3 
- 00000020  0x0000003a beq  0x00000084 , 0x0000039e 
- 00000021  0x0000003b beq  0x00000085 , 0x000003e8 
- 00000022  0x0000003c beq  0x00000086 , 0x0000020a 
- 00000023  0x0000003d beq  0x00000087 , 0x000003c8 
- 00000024  0x0000003e beq  0x00000088 , 0x000003e6 
- 00000025  0x0000003f beq  0x0000008a , 0x000003b2 
- 00000026  0x00000040 beq  0x0000008c , 0x000002f3 
- 00000027  0x00000041 beq  0x0000008d , 0x0000035b 
- 00000028  0x00000042 beq  0x0000008e , 0x00000446 
- 00000029  0x00000043 beq  0x0000008b , 0x000002cc 
- 00000030  0x00000044 beq  0x00000090 , 0x000004a8 
- 00000031  0x00000045 beq  0x00000095 , 0x00000473 
- 00000032  0x00000046 beq  0x00000096 , 0x00000491 
- 00000033  0x00000047 beq  0x000000c5 , 0x00000241 
- 00000034  0x00000048 beq  0x000000da , 0x00000144 
- 00000035  0x00000049 beq  0x000000dc , 0x00000154 
- 00000036  0x0000004a branch  0x0000235a 
- 00000037  0x0000004d beq  0x00000014 , 0x00000194 
- 00000038  0x0000004e beq  0x0000001a , 0x00000193 
- 00000039  0x0000004f beq  0x00000025 , 0x000001c3 
- 00000040  0x00000050 beq  0x00000026 , 0x000001c8 
- 00000041  0x00000051 beq  0x00000039 , 0x000001da 
- 00000042  0x00000052 beq  0x0000003a , 0x000001e4 
- 00000043  0x00000053 beq  0x0000004c , 0x000001de 
- 00000044  0x00000054 beq  0x0000004d , 0x000001e2 
- 00000045  0x00000055 beq  0x00000090 , 0x00000244 
- 00000046  0x00000056 beq  0x00000096 , 0x00000467 
- 00000047  0x00000057 beq  0x0000009a , 0x000000f1 
- 00000048  0x00000058 beq  0x0000009d , 0x000000f8 
- 00000049  0x00000059 beq  0x0000009f , 0x00000266 
- 00000050  0x0000005a rtneq  0x000000ff 
- 00000051  0x0000005b branch  0x0000235a 
- 00000052  0x0000006d fetch  0x00000008 , 0x00004713 
- 00000053  0x0000006e bbit1  0x0000003e , 0x00000037 
- 00000054  0x0000006f branch  0x0000548f 
- 00000055  0x00000072 call  0x000054ac 
- 00000056  0x00000073 branch  0x0000003a , 0x00000028 
- 00000057  0x00000074 branch  0x0000602f 
- 00000058  0x00000077 fetch  0x00000001 , 0x00004666 
- 00000059  0x00000078 beq  0x00000000 , 0x00006067 
- 00000060  0x00000079 call  0x00005aa8 
- 00000061  0x0000007a branch  0x0000043d 
- 00000062  0x0000007d fetch  0x00000001 , 0x0000464f 
- 00000063  0x0000007e store  0x00000001 , 0x00004958 
- 00000064  0x0000007f fetch  0x00000001 , 0x0000464e 
- 00000065  0x00000080 rtneq  0x000000ff 
- 00000066  0x00000081 call  0x000023c3 
- 00000067  0x00000082 fetch  0x00000001 , 0x0000464e 
- 00000068  0x00000083 arg  0x0000003e , 0x00000002 
- 00000069  0x00000084 call  0x00006f21 
- 00000070  0x00000085 fetch  0x00000001 , 0x0000465b 
- 00000071  0x00000086 arg  0x0000003e , 0x00000002 
- 00000072  0x00000087 call  0x00006f21 
- 00000073  0x00000088 fetcht  0x00000001 , 0x0000464d 
- 00000074  0x00000089 call  0x000055b5 
- 00000075  0x0000008a fetcht  0x00000001 , 0x0000464d 
- 00000076  0x0000008b call  0x00006ee6 
- 00000077  0x0000008c call  0x00005473 , 0x00000001 
- 00000078  0x0000008d call  0x000055b1 
- 00000079  0x0000008e fetcht  0x00000001 , 0x0000464d 
- 00000080  0x0000008f call  0x00006edd 
- 00000081  0x00000090 call  0x000023c7 
- 00000082  0x00000092 fetcht  0x00000001 , 0x0000464e 
- 00000083  0x00000093 call  0x00006f0f 
- 00000084  0x00000094 fetcht  0x00000001 , 0x0000465b 
- 00000085  0x00000095 branch  0x00006f0f 
- 00000086  0x00000098 call  0x00007552 
- 00000087  0x00000099 call  0x00007448 
- 00000088  0x0000009a call  0x00002a45 
- 00000089  0x0000009b call  0x0000202a 
- 00000090  0x0000009c call  0x000042ad 
- 00000091  0x0000009d call  0x00002018 
- 00000092  0x0000009e call  0x0000310f 
- 00000093  0x0000009f call  0x0000248c 
- 00000094  0x000000a0 branch  0x00000056 
- 00000095  0x000000a3 jam  0x00000000 , 0x00008900 
- 00000096  0x000000a4 branch  0x00002153 
- 00000097  0x000000a6 jam  0x00000060 , 0x00008a0f 
- 00000098  0x000000a7 jam  0x000000aa , 0x00008a10 
- 00000099  0x000000a8 jam  0x0000007a , 0x00008a12 
- 00000100  0x000000a9 jam  0x00000000 , 0x00008a25 
- 00000101  0x000000aa jam  0x00000000 , 0x00008a26 
- 00000102  0x000000ab nop  0x0000003c 
- 00000103  0x000000ac jam  0x00000020 , 0x00008a20 
- 00000104  0x000000ad jam  0x000000f5 , 0x00008a23 
- 00000105  0x000000ae jam  0x00000012 , 0x00008a24 
- 00000106  0x000000af jam  0x00000010 , 0x00008a24 
- 00000107  0x000000b0 nop  0x0000003c 
- 00000108  0x000000b1 jam  0x00000060 , 0x00008a12 
- 00000109  0x000000b2 jam  0x000000dd , 0x00008a23 
- 00000110  0x000000b3 rtn 
- 00000111  0x000000b6 jam  0x00000000 , 0x000001bb 
- 00000112  0x000000b7 jam  0x00000000 , 0x000001bc 
- 00000113  0x000000b8 until  0x0000003e , 0x00000033 
- 00000114  0x000000ba jam  0x0000000d , 0x00008946 
- 00000115  0x000000bb jam  0x00000010 , 0x0000896f 
- 00000116  0x000000bc jam  0x000000cd , 0x00008a13 
- 00000117  0x000000bd jam  0x00000010 , 0x00008a06 
- 00000118  0x000000be jam  0x0000004a , 0x00008a84 
- 00000119  0x000000bf jam  0x00000040 , 0x00008a85 
- 00000120  0x000000c0 jam  0x000000fe , 0x00008a16 
- 00000121  0x000000c1 call  0x000000b7 
- 00000122  0x000000c4 call  0x000070d7 
- 00000123  0x000000c6 until  0x0000003e , 0x00000033 
- 00000124  0x000000c7 jam  0x0000005f , 0x0000813b 
- 00000125  0x000000c8 until  0x0000003e , 0x00000033 
- 00000126  0x000000c9 jam  0x00000088 , 0x0000813c 
- 00000127  0x000000ca until  0x0000003e , 0x00000033 
- 00000128  0x000000cb fetch  0x00000001 , 0x00004099 
- 00000129  0x000000cc beq  0x00000010 , 0x000000ac 
- 00000130  0x000000cd fetch  0x00000001 , 0x00004438 
- 00000131  0x000000ce or_into  0x00000004 , 0x0000003f 
- 00000132  0x000000cf store  0x00000001 , 0x00008a02 
- 00000133  0x000000d0 jam  0x00000001 , 0x0000890f 
- 00000134  0x000000d1 jam  0x00000024 , 0x00008a80 
- 00000135  0x000000d2 jam  0x00000062 , 0x00008a81 
- 00000136  0x000000d3 setarg  0x00e61212 
- 00000137  0x000000d4 store  0x00000003 , 0x00008a73 
- 00000138  0x000000d6 jam  0x00000060 , 0x00008a86 
- 00000139  0x000000d7 jam  0x0000003b , 0x00008a8b 
- 00000140  0x000000d8 call  0x0000009e 
- 00000141  0x000000d9 jam  0x00000000 , 0x00008043 
- 00000142  0x000000da jam  0x00000005 , 0x00008042 
- 00000143  0x000000db setarg  0x00557474 
- 00000144  0x000000dc store  0x00000003 , 0x00008968 
- 00000145  0x000000dd jam  0x0000006e , 0x00008960 
- 00000146  0x000000de call  0x00000116 
- 00000147  0x000000df call  0x00000141 
- 00000148  0x000000e0 call  0x00000098 
- 00000149  0x000000e1 jam  0x0000000c , 0x00004148 
- 00000150  0x000000e2 call  0x00006f4e 
- 00000151  0x000000e3 branch  0x00000143 
- 00000152  0x000000e6 rtn  0x0000002b 
- 00000153  0x000000e7 until  0x0000003e , 0x00000033 
- 00000154  0x000000e8 fetch  0x00000001 , 0x0000411c 
- 00000155  0x000000e9 store  0x00000001 , 0x0000813a 
- 00000156  0x000000ea until  0x0000003e , 0x00000033 
- 00000157  0x000000eb rtn 
- 00000158  0x000000ee fetch  0x00000001 , 0x00004099 
- 00000159  0x000000ef beq  0x00000018 , 0x000000a4 
- 00000160  0x000000f0 fetch  0x00000001 , 0x00004438 
- 00000161  0x000000f1 or_into  0x00000006 , 0x0000003f 
- 00000162  0x000000f2 store  0x00000001 , 0x00008a02 
- 00000163  0x000000f3 jam  0x000000e0 , 0x00008a05 
- 00000164  0x000000f5 jam  0x000000d8 , 0x00008a00 
- 00000165  0x000000f6 nop  0x0000003c 
- 00000166  0x000000f7 jam  0x000000a0 , 0x00008a01 
- 00000167  0x000000f8 jam  0x000000df , 0x00008a00 
- 00000168  0x000000f9 jam  0x000000fa , 0x00008a01 
- 00000169  0x000000fa nop  0x00000014 
- 00000170  0x000000fb jam  0x0000009f , 0x00008a00 
- 00000171  0x000000fc rtn 
- 00000172  0x000000ff fetch  0x00000001 , 0x00004438 
- 00000173  0x00000100 or_into  0x00000006 , 0x0000003f 
- 00000174  0x00000101 store  0x00000001 , 0x00008a02 
- 00000175  0x00000102 jam  0x00000000 , 0x0000890f 
- 00000176  0x00000103 jam  0x00000023 , 0x00008a80 
- 00000177  0x00000104 jam  0x000000b0 , 0x00008a81 
- 00000178  0x00000105 setarg  0x00e40909 
- 00000179  0x00000106 store  0x00000003 , 0x00008a73 
- 00000180  0x00000107 jam  0x0000002a , 0x00008a76 
- 00000181  0x00000108 jam  0x00000004 , 0x00008902 
- 00000182  0x00000109 branch  0x0000008a 
- 00000183  0x0000010c branch  0x000000df , 0x0000002b 
- 00000184  0x0000010d fetch  0x00000004 , 0x0000020d 
- 00000185  0x0000010e rtn  0x00000034 
- 00000186  0x0000010f until  0x0000003e , 0x00000033 
- 00000187  0x00000110 fetch  0x00000001 , 0x00008136 
- 00000188  0x00000111 and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00000189  0x00000112 fetcht  0x00000001 , 0x0000020d 
- 00000190  0x00000113 ior  0x00000002 , 0x0000003f 
- 00000191  0x00000114 increase  0xfffffffd , 0x0000003f 
- 00000192  0x00000115 store  0x00000001 , 0x00008136 
- 00000193  0x00000116 until  0x0000003e , 0x00000033 
- 00000194  0x00000118 fetch  0x00000001 , 0x00008138 
- 00000195  0x00000119 and  0x0000003f , 0x00000007 , 0x0000003f 
- 00000196  0x0000011a fetcht  0x00000001 , 0x0000020e 
- 00000197  0x0000011b lshift3  0x00000002 , 0x00000002 
- 00000198  0x0000011c ior  0x00000002 , 0x0000003f 
- 00000199  0x0000011d store  0x00000001 , 0x00008138 
- 00000200  0x0000011e until  0x0000003e , 0x00000033 
- 00000201  0x00000121 fetch  0x00000001 , 0x00008acb 
- 00000202  0x00000122 and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00000203  0x00000123 fetcht  0x00000001 , 0x0000020f 
- 00000204  0x00000124 storet  0x00000001 , 0x0000415b 
- 00000205  0x00000125 ior  0x00000002 , 0x0000003f 
- 00000206  0x00000126 store  0x00000001 , 0x00008acb 
- 00000207  0x00000128 fetch  0x00000001 , 0x00000210 
- 00000208  0x00000129 store  0x00000001 , 0x0000415c 
- 00000209  0x0000012a isolate1  0x00000003 , 0x0000003f 
- 00000210  0x0000012b fetch  0x00000001 , 0x00008a06 
- 00000211  0x0000012c setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00000212  0x0000012d store  0x00000001 , 0x00008a06 
- 00000213  0x0000012f fetch  0x00000001 , 0x00000210 
- 00000214  0x00000130 and  0x0000003f , 0x00000007 , 0x00000002 
- 00000215  0x00000131 lshift4  0x00000002 , 0x00000002 
- 00000216  0x00000132 lshift  0x00000002 , 0x00000002 
- 00000217  0x00000133 storet  0x00000001 , 0x00004438 
- 00000218  0x00000134 fetch  0x00000001 , 0x00008a02 
- 00000219  0x00000135 and  0x0000003f , 0x0000001f , 0x0000003f 
- 00000220  0x00000136 ior  0x00000002 , 0x0000003f 
- 00000221  0x00000137 store  0x00000001 , 0x00008a02 
- 00000222  0x00000138 rtn 
- 00000223  0x0000013b fetch  0x00000002 , 0x0000415b 
- 00000224  0x0000013c rtn  0x00000034 
- 00000225  0x0000013d store  0x00000002 , 0x0000020f 
- 00000226  0x0000013e branch  0x000000c9 
- 00000227  0x00000141 call  0x0000686f 
- 00000228  0x00000142 call  0x000021ba 
- 00000229  0x00000143 force  0x00000008 , 0x00000015 
- 00000230  0x00000144 force  0x00000000 , 0x00000015 
- 00000231  0x00000146 setarg  0x000aaada 
- 00000232  0x00000147 store  0x00000003 , 0x00008a0f 
- 00000233  0x00000148 jam  0x00000040 , 0x00008a25 
- 00000234  0x00000149 jam  0x00000010 , 0x00008a26 
- 00000235  0x0000014a nop  0x0000003c 
- 00000236  0x0000014b jam  0x000000fb , 0x00008a01 
- 00000237  0x0000014c jam  0x000000ff , 0x00008a25 
- 00000238  0x0000014d jam  0x00000030 , 0x00008a26 
- 00000239  0x0000014e jam  0x000000fe , 0x00008a16 
- 00000240  0x0000014f branch  0x000021b4 
- 00000241  0x00000152 fetch  0x00000001 , 0x00004793 
- 00000242  0x00000153 nrtn  0x00000034 
- 00000243  0x00000154 call  0x000000f5 
- 00000244  0x00000155 branch  0x000060fc 
- 00000245  0x00000158 fetch  0x00000001 , 0x00004655 
- 00000246  0x00000159 rtneq  0x000000ff 
- 00000247  0x0000015a branch  0x00005e78 
- 00000248  0x0000015d fetcht  0x00000001 , 0x00004601 
- 00000249  0x0000015e fetch  0x00000001 , 0x00004621 
- 00000250  0x0000015f isub  0x00000002 , 0x0000003e 
- 00000251  0x00000160 nbranch  0x000000fd , 0x00000002 
- 00000252  0x00000161 branch  0x00003681 
- 00000253  0x00000164 fetch  0x00000004 , 0x0000458f 
- 00000254  0x00000165 fetcht  0x00000004 , 0x000045e4 
- 00000255  0x00000166 isub  0x00000002 , 0x0000003e 
- 00000256  0x00000167 branch  0x00003222 , 0x00000005 
- 00000257  0x00000168 call  0x0000028b 
- 00000258  0x00000169 branch  0x0000369b 
- 00000259  0x0000016c setarg  0x000aaa7e 
- 00000260  0x0000016d store  0x00000003 , 0x00008a0f 
- 00000261  0x0000016e nop  0x0000003c 
- 00000262  0x0000016f jam  0x00000000 , 0x00008a25 
- 00000263  0x00000170 jam  0x0000000d , 0x00008a26 
- 00000264  0x00000171 jam  0x000000f6 , 0x00008a16 
- 00000265  0x00000172 branch  0x00002203 
- 00000266  0x00000175 fetch  0x00000001 , 0x00000008 
- 00000267  0x00000176 beq  0x00000016 , 0x00002231 
- 00000268  0x00000177 beq  0x0000002e , 0x00002231 
- 00000269  0x00000178 beq  0x00000046 , 0x00002231 
- 00000270  0x00000179 fetch  0x00000001 , 0x00004141 
- 00000271  0x0000017a beq  0x00000006 , 0x00002221 
- 00000272  0x0000017f beq  0x000000aa , 0x00000112 
- 00000273  0x00000180 branch  0x0000220e 
- 00000274  0x00000182 jam  0x00000017 , 0x00008a14 
- 00000275  0x00000183 fetch  0x00000003 , 0x00004a08 
- 00000276  0x00000184 store  0x00000003 , 0x00008a60 
- 00000277  0x00000185 branch  0x0000221a 
- 00000278  0x00000188 rtn  0x0000002b 
- 00000279  0x00000189 call  0x00002160 
- 00000280  0x0000018a arg  0x00000027 , 0x00000002 
- 00000281  0x0000018b call  0x0000216f 
- 00000282  0x0000018c call  0x000021a6 
- 00000283  0x0000018d jam  0x0000007f , 0x00008a25 
- 00000284  0x0000018e jam  0x0000001a , 0x00008a30 
- 00000285  0x0000018f jam  0x00000078 , 0x00008a31 
- 00000286  0x00000190 jam  0x000000b2 , 0x00008a8f 
- 00000287  0x00000191 jam  0x00000000 , 0x00008ac2 
- 00000288  0x00000192 jam  0x00000000 , 0x00008ac3 
- 00000289  0x00000193 arg  0x00000006 , 0x00000007 
- 00000290  0x00000194 call  0x00000133 
- 00000291  0x00000195 isolate1  0x0000000d , 0x00000011 
- 00000292  0x00000196 call  0x0000211d 
- 00000293  0x00000197 isolate1  0x0000000d , 0x00000012 
- 00000294  0x00000198 call  0x0000211e 
- 00000295  0x00000199 arg  0x00000005 , 0x00000007 
- 00000296  0x0000019b call  0x0000211c 
- 00000297  0x0000019c call  0x0000211e 
- 00000298  0x0000019d call  0x00000133 
- 00000299  0x0000019e arg  0x00008ac2 , 0x00000005 
- 00000300  0x0000019f rshift4  0x00000011 , 0x0000003f 
- 00000301  0x000001a0 call  0x00002117 
- 00000302  0x000001a1 rshift4  0x00000012 , 0x0000003f 
- 00000303  0x000001a2 call  0x00002117 
- 00000304  0x000001a3 increase  0xffffffff , 0x00000007 
- 00000305  0x000001a4 branch  0x00000128 , 0x00000002 
- 00000306  0x000001a5 branch  0x0000214f 
- 00000307  0x000001a8 nop  0x0000003c 
- 00000308  0x000001a9 setarg  0x00000f00 
- 00000309  0x000001aa store  0x00000002 , 0x00008982 
- 00000310  0x000001ab setarg  0x00000ff0 
- 00000311  0x000001ac store  0x00000002 , 0x00008984 
- 00000312  0x000001ad jam  0x00000009 , 0x00008981 
- 00000313  0x000001ae jam  0x00000003 , 0x00008981 
- 00000314  0x000001af jam  0x00000006 , 0x00008980 
- 00000315  0x000001b0 nop  0x0000003c 
- 00000316  0x000001b1 arg  0x00000000 , 0x00000011 
- 00000317  0x000001b2 arg  0x00000000 , 0x00000012 
- 00000318  0x000001b3 arg  0x00000010 , 0x00000039 
- 00000319  0x000001b4 arg  0x00000f00 , 0x00000006 
- 00000320  0x000001b5 branch  0x0000212d 
- 00000321  0x000001b8 rtn  0x0000002b 
- 00000322  0x000001b9 branch  0x00002272 
- 00000323  0x000001bc rtn 
- 00000324  0x000001bf rtn  0x0000002b 
- 00000325  0x000001c0 jam  0x00000077 , 0x00008a07 
- 00000326  0x000001c1 jam  0x000000c9 , 0x00008a08 
- 00000327  0x000001c2 jam  0x00000001 , 0x00008a0b 
- 00000328  0x000001c3 fetch  0x00000001 , 0x00004409 
- 00000329  0x000001c4 store  0x00000001 , 0x000080cd 
- 00000330  0x000001c5 nop  0x00000bb8 
- 00000331  0x000001c6 call  0x0000016c 
- 00000332  0x000001c7 jam  0x000000c1 , 0x00008a08 
- 00000333  0x000001c8 fetchr  0x00000012 , 0x00000001 , 0x00004419 
- 00000334  0x000001c9 arg  0x00000008 , 0x00000039 
- 00000335  0x000001ca call  0x00006f58 
- 00000336  0x000001cb fetch  0x00000001 , 0x00004419 
- 00000337  0x000001cc store  0x00000001 , 0x00004433 
- 00000338  0x000001cd storer  0x00000012 , 0x00000001 , 0x00004419 
- 00000339  0x000001ce rtn 
- 00000340  0x000001d1 call  0x00000162 
- 00000341  0x000001d2 fetch  0x00000001 , 0x00008a09 
- 00000342  0x000001d3 set0  0x00000007 , 0x0000003f 
- 00000343  0x000001d4 store  0x00000001 , 0x00008a09 
- 00000344  0x000001d5 jam  0x00000077 , 0x00008a07 
- 00000345  0x000001d6 jam  0x000000c1 , 0x00008a08 
- 00000346  0x000001d7 jam  0x00000001 , 0x00008a0b 
- 00000347  0x000001d8 call  0x00006f90 
- 00000348  0x000001d9 fetch  0x00000001 , 0x00004409 
- 00000349  0x000001da store  0x00000001 , 0x000080cd 
- 00000350  0x000001db nop  0x00000bb8 
- 00000351  0x000001dc call  0x0000016c 
- 00000352  0x000001dd jam  0x00000000 , 0x000080cd 
- 00000353  0x000001de branch  0x00006fa1 
- 00000354  0x000001e1 fetch  0x00000001 , 0x000080cc 
- 00000355  0x000001e2 set1  0x00000001 , 0x0000003f 
- 00000356  0x000001e3 store  0x00000001 , 0x000080cc 
- 00000357  0x000001e4 fetchr  0x00000012 , 0x00000001 , 0x00004419 
- 00000358  0x000001e5 fetch  0x00000001 , 0x00004433 
- 00000359  0x000001e6 store  0x00000001 , 0x00004419 
- 00000360  0x000001e7 arg  0x00000008 , 0x00000039 
- 00000361  0x000001e8 call  0x00006f67 
- 00000362  0x000001e9 storer  0x00000012 , 0x00000001 , 0x00004419 
- 00000363  0x000001ea rtn 
- 00000364  0x000001ed jam  0x00000003 , 0x000080cc 
- 00000365  0x000001ef fetch  0x00000001 , 0x00008129 
- 00000366  0x000001f0 bbit0  0x00000005 , 0x0000016d 
- 00000367  0x000001f1 fetcht  0x00000002 , 0x00008164 
- 00000368  0x000001f2 storet  0x00000002 , 0x0000440a 
- 00000369  0x000001f3 jam  0x00000000 , 0x000080cc 
- 00000370  0x000001f4 rtn 
- 00000371  0x000001f8 jam  0x00000011 , 0x00008a82 
- 00000372  0x000001f9 jam  0x00000012 , 0x00008a8d 
- 00000373  0x000001fa jam  0x0000000a , 0x00008a8e 
- 00000374  0x000001fb fetch  0x00000001 , 0x00004099 
- 00000375  0x000001fc beq  0x00000010 , 0x0000018c 
- 00000376  0x000001fd setarg  0x00005762 
- 00000377  0x000001fe store  0x00000002 , 0x00008907 
- 00000378  0x00000200 jam  0x00000003 , 0x00008901 
- 00000379  0x00000201 jam  0x00000003 , 0x00008930 
- 00000380  0x00000202 rtnmark1  0x0000002d 
- 00000381  0x00000203 jam  0x00000001 , 0x00008901 
- 00000382  0x00000204 jam  0x00000007 , 0x00008a82 
- 00000383  0x00000205 jam  0x00000044 , 0x00008a8d 
- 00000384  0x00000206 jam  0x0000000a , 0x00008a8e 
- 00000385  0x00000207 fetch  0x00000001 , 0x00004099 
- 00000386  0x00000208 beq  0x00000010 , 0x00000189 
- 00000387  0x00000209 setarg  0x00002bb1 
- 00000388  0x0000020a store  0x00000002 , 0x00008907 
- 00000389  0x0000020c rtnmark0  0x0000002f 
- 00000390  0x0000020d jam  0x00000024 , 0x00008930 
- 00000391  0x0000020e jam  0x00000005 , 0x00008901 
- 00000392  0x0000020f rtn 
- 00000393  0x00000212 setarg  0x00004189 
- 00000394  0x00000213 store  0x00000002 , 0x00008907 
- 00000395  0x00000214 branch  0x00000185 
- 00000396  0x00000217 setarg  0x00008312 
- 00000397  0x00000218 store  0x00000002 , 0x00008907 
- 00000398  0x00000219 branch  0x0000017a 
- 00000399  0x0000021b fetch  0x00000001 , 0x00004c02 
- 00000400  0x0000021c arg  0x00000100 , 0x00000013 
- 00000401  0x0000021d iadd  0x00000013 , 0x0000003f 
- 00000402  0x0000021e rtn 
- 00000403  0x00000220 branch  0x000001b3 
- 00000404  0x00000222 call  0x00000196 
- 00000405  0x00000223 branch  0x00002563 
- 00000406  0x00000225 fetch  0x00000001 , 0x00004c03 
- 00000407  0x00000226 rtn  0x00000034 
- 00000408  0x00000227 fetch  0x00000001 , 0x00004c04 
- 00000409  0x00000228 nrtn  0x00000034 
- 00000410  0x00000229 fetcht  0x00000001 , 0x00004c03 
- 00000411  0x0000022a fetch  0x00000001 , 0x00004c02 
- 00000412  0x0000022b isub  0x00000002 , 0x0000003e 
- 00000413  0x0000022c ncall  0x0000018f , 0x00000002 
- 00000414  0x0000022d isub  0x00000002 , 0x0000003f 
- 00000415  0x0000022e sub  0x0000003f , 0x00000064 , 0x0000003e 
- 00000416  0x0000022f branch  0x000001a8 , 0x00000002 
- 00000417  0x00000230 fetch  0x00000001 , 0x00004c05 
- 00000418  0x00000231 sub  0x0000003f , 0x00000014 , 0x0000003e 
- 00000419  0x00000232 ncall  0x000001a6 , 0x00000002 
- 00000420  0x00000233 jam  0x00000001 , 0x00004c04 
- 00000421  0x00000234 rtn 
- 00000422  0x00000236 jam  0x00000001 , 0x00004c06 
- 00000423  0x00000237 branch  0x0000431f 
- 00000424  0x00000239 fetcht  0x00000001 , 0x0000017f 
- 00000425  0x0000023a fetch  0x00000001 , 0x0000004c 
- 00000426  0x0000023d rshift  0x0000003f , 0x0000003f 
- 00000427  0x0000023e ixor  0x00000002 , 0x0000003f 
- 00000428  0x0000023f isolate1  0x00000002 , 0x0000003f 
- 00000429  0x00000240 setarg  0x00000000 
- 00000430  0x00000241 fetcht  0x00000001 , 0x00004c05 
- 00000431  0x00000242 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00000432  0x00000243 iadd  0x00000002 , 0x00000002 
- 00000433  0x00000244 storet  0x00000001 , 0x00004c05 
- 00000434  0x00000245 rtn 
- 00000435  0x00000247 fetch  0x00000001 , 0x00000005 
- 00000436  0x00000248 increase  0x00000001 , 0x0000003f 
- 00000437  0x00000249 store  0x00000001 , 0x00000005 
- 00000438  0x0000024a nbranch  0x000001ba , 0x0000002d 
- 00000439  0x0000024b fetch  0x00000001 , 0x00004c02 
- 00000440  0x0000024c increase  0x00000001 , 0x0000003f 
- 00000441  0x0000024d store  0x00000001 , 0x00004c02 
- 00000442  0x0000024e fetch  0x00000001 , 0x00000168 
- 00000443  0x0000024f rtnbit1  0x00000003 
- 00000444  0x00000250 set1  0x00000003 , 0x0000003f 
- 00000445  0x00000251 store  0x00000001 , 0x00000168 
- 00000446  0x00000252 fetch  0x00000002 , 0x000042f5 
- 00000447  0x00000253 store  0x00000002 , 0x00000196 
- 00000448  0x00000254 setarg  0x00000000 
- 00000449  0x00000255 store  0x00000004 , 0x0000431d 
- 00000450  0x00000258 rtn 
- 00000451  0x0000025a call  0x0000281c 
- 00000452  0x0000025c fetchr  0x00000011 , 0x00000001 , 0x0000004d 
- 00000453  0x0000025d increase  0xfffffffc , 0x00000011 
- 00000454  0x0000025e nbranch  0x000026fa , 0x00000002 
- 00000455  0x0000025f branch  0x0000268e 
- 00000456  0x00000262 parse  0x00000003 , 0x00000000 , 0x00000018 
- 00000457  0x00000263 rshift32  0x0000003f , 0x0000003f 
- 00000458  0x00000264 rshift16  0x0000003f , 0x0000003f 
- 00000459  0x00000265 istore  0x00000003 , 0x00000005 
- 00000460  0x00000266 enable  0x00000010 
- 00000461  0x00000267 call  0x0000270d 
- 00000462  0x00000268 branch  0x000026f6 , 0x00000006 
- 00000463  0x00000269 bmark0  0x00000032 , 0x000026af 
- 00000464  0x0000026a fetch  0x00000001 , 0x0000004d 
- 00000465  0x0000026b branch  0x000026af , 0x00000034 
- 00000466  0x0000026c increase  0xfffffffc , 0x0000003f 
- 00000467  0x0000026d store  0x00000001 , 0x0000004d 
- 00000468  0x0000026e call  0x000072cb 
- 00000469  0x0000026f fetch  0x00000001 , 0x00008108 
- 00000470  0x00000270 bbit0  0x00000007 , 0x000026fa 
- 00000471  0x00000271 force  0x0000000c , 0x00000038 
- 00000472  0x00000272 storer  0x0000002f , 0x00000004 , 0x00000154 
- 00000473  0x00000273 branch  0x000026af 
- 00000474  0x00000276 fetch  0x00000001 , 0x00004334 
- 00000475  0x00000277 rtneq  0x00000000 
- 00000476  0x00000278 beq  0x00000003 , 0x0000304a 
- 00000477  0x00000279 branch  0x000028e1 
- 00000478  0x0000027c call  0x00002152 
- 00000479  0x0000027d jam  0x00000000 , 0x00008900 
- 00000480  0x0000027e set0  0x00000030 , 0x00000000 
- 00000481  0x0000027f branch  0x00002ae3 
- 00000482  0x00000282 set0  0x00000030 , 0x00000000 
- 00000483  0x00000283 branch  0x00002af6 
- 00000484  0x00000286 ifetch  0x00000002 , 0x00000006 
- 00000485  0x00000287 beq  0x00000004 , 0x000001e7 
- 00000486  0x00000288 branch  0x000028eb 
- 00000487  0x0000028a ifetch  0x00000003 , 0x00000006 
- 00000488  0x0000028b store  0x00000003 , 0x00004397 
- 00000489  0x0000028c beq  0x0000000a , 0x000001ec 
- 00000490  0x0000028d beq  0x00000012 , 0x000001fb 
- 00000491  0x0000028e branch  0x00002b96 
- 00000492  0x00000291 fetch  0x00000008 , 0x00004713 
- 00000493  0x00000292 bbit0  0x0000003b , 0x00002d19 
- 00000494  0x00000293 call  0x00002dc7 
- 00000495  0x00000294 fetcht  0x00000002 , 0x00004398 
- 00000496  0x00000295 fetch  0x00000001 , 0x00004321 
- 00000497  0x00000296 bbit1  0x00000003 , 0x000001f6 
- 00000498  0x00000299 fetch  0x00000002 , 0x00004398 
- 00000499  0x0000029a beq  0x00000030 , 0x00002e03 
- 00000500  0x0000029b fetcht  0x00000002 , 0x00004398 
- 00000501  0x0000029c branch  0x00002d1d 
- 00000502  0x0000029f fetch  0x00000002 , 0x00004332 
- 00000503  0x000002a0 isub  0x00000002 , 0x0000003e 
- 00000504  0x000002a1 nbranch  0x000001f2 , 0x00000005 
- 00000505  0x000002a2 nbranch  0x000001f2 , 0x00000028 
- 00000506  0x000002a3 branch  0x00002d46 
- 00000507  0x000002a6 copy  0x00000006 , 0x00000011 
- 00000508  0x000002a7 fetch  0x00000002 , 0x00004335 
- 00000509  0x000002a8 add  0x0000003f , 0xfffffffd , 0x00000012 
- 00000510  0x000002a9 call  0x00002929 
- 00000511  0x000002aa fetch  0x00000001 , 0x0000478f 
- 00000512  0x000002ab beq  0x000000ff , 0x00002dac 
- 00000513  0x000002ac fetch  0x00000001 , 0x00004795 
- 00000514  0x000002ad branch  0x00002dac , 0x00000034 
- 00000515  0x000002ae fetch  0x00000001 , 0x00004843 
- 00000516  0x000002af bbit1  0x00000001 , 0x00002dac 
- 00000517  0x000002b0 setarg  0x0000001a 
- 00000518  0x000002b1 fetcht  0x00000002 , 0x00004398 
- 00000519  0x000002b2 isub  0x00000002 , 0x0000003e 
- 00000520  0x000002b3 nbranch  0x00002dac , 0x00000005 
- 00000521  0x000002b4 branch  0x00002d46 
- 00000522  0x000002b8 call  0x00002a28 
- 00000523  0x000002b9 nrtn  0x00000034 
- 00000524  0x000002ba fetch  0x00000001 , 0x0000478f 
- 00000525  0x000002bb beq  0x000000ff , 0x00000215 
- 00000526  0x000002bc fetch  0x00000001 , 0x00004843 
- 00000527  0x000002bd and  0x0000003f , 0x00000003 , 0x0000003f 
- 00000528  0x000002be rtnne  0x00000003 
- 00000529  0x000002bf fetch  0x00000001 , 0x00004c04 
- 00000530  0x000002c0 rtn  0x00000034 
- 00000531  0x000002c1 fetch  0x00000001 , 0x00004c06 
- 00000532  0x000002c2 nrtn  0x00000034 
- 00000533  0x000002c4 fetch  0x00000001 , 0x00004956 
- 00000534  0x000002c5 call  0x00005a71 , 0x00000034 
- 00000535  0x000002c6 fetch  0x00000008 , 0x00004713 
- 00000536  0x000002c7 bbit1  0x00000001 , 0x00005b5b 
- 00000537  0x000002c8 bbit1  0x00000000 , 0x00005b5b 
- 00000538  0x000002c9 bbit1  0x00000005 , 0x00005b5b 
- 00000539  0x000002ca bbit1  0x00000006 , 0x00005b5b 
- 00000540  0x000002cb call  0x00005601 
- 00000541  0x000002cc call  0x00005ab2 
- 00000542  0x000002cd nrtn  0x00000028 
- 00000543  0x000002ce call  0x00005abc 
- 00000544  0x000002cf call  0x0000049d 
- 00000545  0x000002d0 branch  0x00005b37 
- 00000546  0x000002d4 fetch  0x00000002 , 0x000043e9 
- 00000547  0x000002d5 call  0x00007d79 
- 00000548  0x000002d7 fetch  0x00000004 , 0x000040ad 
- 00000549  0x000002d8 iadd  0x00000002 , 0x0000003f 
- 00000550  0x000002d9 store  0x00000004 , 0x000040ad 
- 00000551  0x000002da call  0x00000229 
- 00000552  0x000002db branch  0x00002425 
- 00000553  0x000002de storer  0x00000000 , 0x00000008 , 0x000040e7 
- 00000554  0x000002df arg  0x00008070 , 0x00000006 
- 00000555  0x000002e0 arg  0x000040cc , 0x00000005 
- 00000556  0x000002e1 call  0x00007c8f 
- 00000557  0x000002e2 arg  0x000080d4 , 0x00000006 
- 00000558  0x000002e3 call  0x00007c89 
- 00000559  0x000002e4 fetch  0x00000001 , 0x00008080 
- 00000560  0x000002e5 store  0x00000001 , 0x000040ef 
- 00000561  0x000002e6 copy  0x00000002 , 0x00000012 
- 00000562  0x000002e8 arg  0x0000000c , 0x00000039 
- 00000563  0x000002e9 arg  0x00000016 , 0x00000011 
- 00000564  0x000002ea arg  0x0000814d , 0x00000013 
- 00000565  0x000002eb until  0x0000003e , 0x00000033 
- 00000566  0x000002ed ifetch  0x00000001 , 0x00000011 
- 00000567  0x000002ee ifetcht  0x00000001 , 0x00000013 
- 00000568  0x000002ef isub  0x00000002 , 0x0000003e 
- 00000569  0x000002f0 branch  0x0000023c , 0x00000005 
- 00000570  0x000002f1 istore  0x00000001 , 0x00000013 
- 00000571  0x000002f2 until  0x0000003e , 0x00000033 
- 00000572  0x000002f4 increase  0x00000001 , 0x00000011 
- 00000573  0x000002f5 increase  0x00000001 , 0x00000013 
- 00000574  0x000002f6 loop  0x00000236 
- 00000575  0x000002f7 copy  0x00000012 , 0x00000002 
- 00000576  0x000002f8 rtn 
- 00000577  0x000002fb call  0x00006b3a 
- 00000578  0x000002fc call  0x00006b75 
- 00000579  0x000002fd branch  0x00006b38 
- 00000580  0x00000300 fetch  0x00000002 , 0x000045e0 
- 00000581  0x00000301 arg  0x000001f8 , 0x00000002 
- 00000582  0x00000302 iand  0x00000002 , 0x0000003f 
- 00000583  0x00000303 branch  0x0000024c , 0x00000034 
- 00000584  0x00000304 fetch  0x00000002 , 0x000045e0 
- 00000585  0x00000305 increase  0x00000001 , 0x0000003f 
- 00000586  0x00000306 store  0x00000002 , 0x000045e0 
- 00000587  0x00000307 rtn 
- 00000588  0x0000030a call  0x0000357f 
- 00000589  0x0000030b call  0x00003651 
- 00000590  0x0000030c nbranch  0x00003586 , 0x00000018 
- 00000591  0x0000030d nbranch  0x00003586 , 0x0000002f 
- 00000592  0x0000030e call  0x0000366e 
- 00000593  0x00000310 fetch  0x00000001 , 0x0000457d 
- 00000594  0x00000311 branch  0x0000025b , 0x00000034 
- 00000595  0x00000313 fetch  0x00000004 , 0x000045cc 
- 00000596  0x00000314 fetcht  0x00000004 , 0x0000458f 
- 00000597  0x00000315 isub  0x00000002 , 0x0000003e 
- 00000598  0x00000316 branch  0x00000258 , 0x00000005 
- 00000599  0x00000317 branch  0x0000356e 
- 00000600  0x0000031a fetch  0x00000008 , 0x00004713 
- 00000601  0x0000031b bbit1  0x00000030 , 0x00003291 
- 00000602  0x0000031c branch  0x00003549 
- 00000603  0x0000031f fetch  0x00000004 , 0x0000455f 
- 00000604  0x00000320 rtn  0x00000034 
- 00000605  0x00000321 branch  0x00000253 
- 00000606  0x00000324 call  0x0000543b 
- 00000607  0x00000325 call  0x00000261 
- 00000608  0x00000326 branch  0x0000544c 
- 00000609  0x00000329 setarg  0x00004a29 
- 00000610  0x0000032a store  0x00000002 , 0x0000433f 
- 00000611  0x0000032b setarg  0x00000020 
- 00000612  0x0000032c store  0x00000002 , 0x00004341 
- 00000613  0x0000032d rtn 
- 00000614  0x00000330 fetch  0x00000001 , 0x00004437 
- 00000615  0x00000331 nrtn  0x00000034 
- 00000616  0x00000332 fetch  0x00000002 , 0x000044e9 
- 00000617  0x00000333 rtnbit1  0x0000000b 
- 00000618  0x00000334 fetchr  0x00000011 , 0x00000002 , 0x000045f0 
- 00000619  0x00000335 call  0x000035b4 
- 00000620  0x00000336 storet  0x00000001 , 0x00004624 
- 00000621  0x00000337 fetch  0x00000001 , 0x00004629 
- 00000622  0x00000338 bmark1  0x00000026 , 0x00000270 
- 00000623  0x00000339 fetch  0x00000001 , 0x0000462c 
- 00000624  0x0000033b isub  0x00000002 , 0x0000003e 
- 00000625  0x0000033c nbranch  0x0000028a , 0x00000002 
- 00000626  0x0000033d fetch  0x00000001 , 0x00004626 
- 00000627  0x0000033e sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00000628  0x0000033f nbranch  0x00000278 , 0x00000002 
- 00000629  0x00000340 fetch  0x00000001 , 0x00004626 
- 00000630  0x00000341 beq  0x00000000 , 0x0000028b 
- 00000631  0x00000342 rtn 
- 00000632  0x00000345 fetch  0x00000001 , 0x00004626 
- 00000633  0x00000346 fetcht  0x00000001 , 0x00004627 
- 00000634  0x00000347 isub  0x00000002 , 0x0000003e 
- 00000635  0x00000348 nrtn  0x00000005 
- 00000636  0x00000349 jam  0x00000000 , 0x00004626 
- 00000637  0x0000034b fetcht  0x00000001 , 0x00004624 
- 00000638  0x0000034c fetch  0x00000001 , 0x00004628 
- 00000639  0x0000034d bmark1  0x00000026 , 0x00000281 
- 00000640  0x0000034e fetch  0x00000001 , 0x0000462b 
- 00000641  0x00000350 isub  0x00000002 , 0x0000003e 
- 00000642  0x00000351 nrtn  0x00000002 
- 00000643  0x00000352 fetch  0x00000001 , 0x00004625 
- 00000644  0x00000353 beq  0x00000000 , 0x00003715 
- 00000645  0x00000354 increase  0xffffffff , 0x0000003f 
- 00000646  0x00000355 store  0x00000001 , 0x00004625 
- 00000647  0x00000356 beq  0x00000002 , 0x00000293 
- 00000648  0x00000357 beq  0x00000001 , 0x0000370b 
- 00000649  0x00000358 branch  0x00003715 
- 00000650  0x0000035b jam  0x00000000 , 0x00004626 
- 00000651  0x0000035d fetch  0x00000001 , 0x00004625 
- 00000652  0x0000035e beq  0x00000003 , 0x00000291 
- 00000653  0x0000035f increase  0x00000001 , 0x0000003f 
- 00000654  0x00000360 store  0x00000001 , 0x00004625 
- 00000655  0x00000361 beq  0x00000001 , 0x0000370b 
- 00000656  0x00000362 beq  0x00000002 , 0x00000293 
- 00000657  0x00000364 jam  0x00000005 , 0x00004141 
- 00000658  0x00000365 rtn 
- 00000659  0x00000368 jam  0x00000003 , 0x00004141 
- 00000660  0x00000369 rtn 
- 00000661  0x00000370 setarg  0x00006235 
- 00000662  0x00000371 store  0x00000002 , 0x000045f8 
- 00000663  0x00000372 setarg  0x0000029f 
- 00000664  0x00000373 store  0x00000002 , 0x000045fa 
- 00000665  0x00000374 setarg  0x000002b4 
- 00000666  0x00000375 store  0x00000002 , 0x000043e9 
- 00000667  0x00000376 branch  0x000053f3 
- 00000668  0x00000379 clear_stack 
- 00000669  0x0000037a call  0x00006004 , 0x0000002b 
- 00000670  0x0000037b branch  0x00002003 
- 00000671  0x0000037e call  0x000036b4 
- 00000672  0x0000037f nrtn  0x00000028 
- 00000673  0x00000380 jam  0x00000001 , 0x0000477c 
- 00000674  0x00000381 call  0x000036be 
- 00000675  0x00000382 jam  0x00000000 , 0x00004772 
- 00000676  0x00000383 call  0x000062aa 
- 00000677  0x00000384 fetch  0x00000001 , 0x0000473f 
- 00000678  0x00000385 ncall  0x000054dc , 0x00000034 
- 00000679  0x00000387 call  0x000002aa 
- 00000680  0x00000389 fetch  0x00000004 , 0x000045af 
- 00000681  0x0000038a branch  0x00003622 
- 00000682  0x0000038d fetch  0x00000001 , 0x0000473f 
- 00000683  0x0000038e nrtn  0x00000034 
- 00000684  0x0000038f fetcht  0x00000001 , 0x0000464a 
- 00000685  0x00000390 call  0x00006f0f 
- 00000686  0x00000391 fetcht  0x00000001 , 0x0000464a 
- 00000687  0x00000392 call  0x00006ec6 
- 00000688  0x00000394 fetcht  0x00000001 , 0x0000464b 
- 00000689  0x00000395 call  0x00006f0f 
- 00000690  0x00000396 fetcht  0x00000001 , 0x0000464b 
- 00000691  0x00000397 branch  0x00006ec6 
- 00000692  0x0000039a rtn 
- 00000693  0x000003a1 call  0x00000440 
- 00000694  0x000003a2 fetch  0x00000008 , 0x00004713 
- 00000695  0x000003a3 bbit1  0x00000013 , 0x00005d60 
- 00000696  0x000003a4 bbit1  0x00000012 , 0x00005d6e 
- 00000697  0x000003a5 bbit1  0x00000014 , 0x000002bb 
- 00000698  0x000003a6 rtn 
- 00000699  0x000003a8 call  0x000002c6 
- 00000700  0x000003a9 call  0x00005e43 
- 00000701  0x000003aa call  0x00005db4 
- 00000702  0x000003ac call  0x000002da 
- 00000703  0x000003ad call  0x000002c3 
- 00000704  0x000003af call  0x000002c9 
- 00000705  0x000003b0 call  0x000002e2 
- 00000706  0x000003b1 branch  0x00005daa 
- 00000707  0x000003b4 fetch  0x00000008 , 0x00004713 
- 00000708  0x000003b5 rtnbit0  0x0000002a 
- 00000709  0x000003b6 call  0x000004a8 
- 00000710  0x000003b8 fetch  0x00000001 , 0x00004666 
- 00000711  0x000003b9 store  0x00000001 , 0x00004a06 
- 00000712  0x000003ba rtn 
- 00000713  0x000003bd fetch  0x00000008 , 0x00004713 
- 00000714  0x000003be bbit1  0x0000003e , 0x00005dd1 
- 00000715  0x000003bf branch  0x00005dcc 
- 00000716  0x000003c2 fetch  0x00000002 , 0x0000468e 
- 00000717  0x000003c3 arg  0x0000aa55 , 0x00000002 
- 00000718  0x000003c4 isub  0x00000002 , 0x0000003e 
- 00000719  0x000003c5 branch  0x0000034f , 0x00000005 
- 00000720  0x000003c7 storet  0x00000002 , 0x0000468e 
- 00000721  0x000003c8 call  0x00005c9c 
- 00000722  0x000003c9 fetch  0x00000001 , 0x000049a1 
- 00000723  0x000003ca store  0x00000001 , 0x00004666 
- 00000724  0x000003cb call  0x00005c8c 
- 00000725  0x000003cd setarg  0x00001122 
- 00000726  0x000003ce store  0x00000002 , 0x00004695 
- 00000727  0x000003d0 fetch  0x00000001 , 0x00004a06 
- 00000728  0x000003d1 store  0x00000001 , 0x00004666 
- 00000729  0x000003d2 rtn 
- 00000730  0x000003d5 fetch  0x00000001 , 0x00004666 
- 00000731  0x000003d6 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00000732  0x000003d7 branch  0x000002d7 , 0x00000005 
- 00000733  0x000003d8 sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00000734  0x000003d9 branch  0x000002e0 , 0x00000005 
- 00000735  0x000003da rtn  0x00000002 
- 00000736  0x000003dc jam  0x00000000 , 0x00004666 
- 00000737  0x000003dd rtn 
- 00000738  0x000003e0 fetch  0x00000001 , 0x00004666 
- 00000739  0x000003e1 rtneq  0x00000000 
- 00000740  0x000003e2 fetchr  0x00000012 , 0x00000002 , 0x000049fe 
- 00000741  0x000003e3 copy  0x00000012 , 0x00000013 
- 00000742  0x000003e5 call  0x00005e3d 
- 00000743  0x000003e6 fetch  0x00000002 , 0x000049e0 
- 00000744  0x000003e7 branch  0x000002f0 , 0x00000034 
- 00000745  0x000003e8 store  0x00000002 , 0x000049de 
- 00000746  0x000003e9 increase  0x00000002 , 0x00000013 
- 00000747  0x000003ea fetch  0x00000002 , 0x00004a00 
- 00000748  0x000003eb isub  0x00000013 , 0x0000003e 
- 00000749  0x000003ec nbranch  0x000002f0 , 0x00000002 
- 00000750  0x000003ed copy  0x00000013 , 0x00000012 
- 00000751  0x000003ee branch  0x000002e6 
- 00000752  0x000003f1 fetch  0x00000002 , 0x000049de 
- 00000753  0x000003f2 store  0x00000002 , 0x00004695 
- 00000754  0x000003f3 rtn 
- 00000755  0x000003f7 fetch  0x00000008 , 0x00004713 
- 00000756  0x000003f8 bbit1  0x00000013 , 0x00005cb1 
- 00000757  0x000003f9 bbit1  0x00000012 , 0x00005cb9 
- 00000758  0x000003fa bbit1  0x00000014 , 0x000002f8 
- 00000759  0x000003fb rtn 
- 00000760  0x000003fe call  0x000002fb 
- 00000761  0x000003ff call  0x00000300 
- 00000762  0x00000400 branch  0x00005cc1 
- 00000763  0x00000403 fetch  0x00000001 , 0x00004666 
- 00000764  0x00000404 rtneq  0x00000000 
- 00000765  0x00000405 beq  0x00000001 , 0x00000327 
- 00000766  0x00000406 beq  0x00000002 , 0x0000033b 
- 00000767  0x00000407 rtn 
- 00000768  0x0000040a fetchr  0x00000012 , 0x00000002 , 0x000049e2 
- 00000769  0x0000040b copy  0x00000012 , 0x00000013 
- 00000770  0x0000040d call  0x00005dc0 
- 00000771  0x0000040e fetch  0x00000001 , 0x000049a1 
- 00000772  0x0000040f branch  0x0000030c , 0x00000034 
- 00000773  0x00000410 store  0x00000001 , 0x000049a0 
- 00000774  0x00000411 increase  0x00000001 , 0x00000013 
- 00000775  0x00000412 fetch  0x00000002 , 0x000049e4 
- 00000776  0x00000413 isub  0x00000013 , 0x0000003e 
- 00000777  0x00000414 nrtn  0x00000002 
- 00000778  0x00000415 copy  0x00000013 , 0x00000012 
- 00000779  0x00000416 branch  0x00000302 
- 00000780  0x00000419 fetch  0x00000001 , 0x000049a0 
- 00000781  0x0000041a and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00000782  0x0000041b branch  0x00000316 , 0x00000034 
- 00000783  0x0000041c fetch  0x00000001 , 0x00004666 
- 00000784  0x0000041e call  0x00000324 
- 00000785  0x00000420 store  0x00000001 , 0x000049a2 
- 00000786  0x00000422 arg  0x00000001 , 0x00000039 
- 00000787  0x00000423 copy  0x00000013 , 0x00000012 
- 00000788  0x00000424 arg  0x000049a2 , 0x00000011 
- 00000789  0x00000425 branch  0x00006b45 
- 00000790  0x00000428 fetcht  0x00000001 , 0x000049a0 
- 00000791  0x00000429 fetch  0x00000001 , 0x00004666 
- 00000792  0x0000042a call  0x00000324 
- 00000793  0x0000042b isub  0x00000002 , 0x0000003e 
- 00000794  0x0000042c rtn  0x00000005 
- 00000795  0x0000042d lshift4  0x0000003f , 0x0000003f 
- 00000796  0x0000042e iadd  0x00000002 , 0x0000003f 
- 00000797  0x0000042f store  0x00000001 , 0x000049a2 
- 00000798  0x00000431 copy  0x00000013 , 0x0000003f 
- 00000799  0x00000432 fetcht  0x00000002 , 0x000049e2 
- 00000800  0x00000433 isub  0x00000002 , 0x0000003e 
- 00000801  0x00000434 branch  0x00000312 , 0x00000005 
- 00000802  0x00000436 increase  0xffffffff , 0x00000013 
- 00000803  0x00000437 branch  0x00000312 
- 00000804  0x0000043a rtnne  0x00000000 
- 00000805  0x0000043b increase  0x00000004 , 0x0000003f 
- 00000806  0x0000043c rtn 
- 00000807  0x00000441 fetchr  0x00000012 , 0x00000002 , 0x000049ee 
- 00000808  0x00000442 copy  0x00000012 , 0x00000013 
- 00000809  0x00000444 call  0x00005df3 
- 00000810  0x00000445 fetch  0x00000006 , 0x000049b5 
- 00000811  0x00000446 branch  0x00000333 , 0x00000034 
- 00000812  0x00000447 store  0x00000006 , 0x000049af 
- 00000813  0x00000448 increase  0x00000006 , 0x00000013 
- 00000814  0x00000449 fetch  0x00000002 , 0x000049f0 
- 00000815  0x0000044a isub  0x00000013 , 0x0000003e 
- 00000816  0x0000044b nrtn  0x00000002 
- 00000817  0x0000044c copy  0x00000013 , 0x00000012 
- 00000818  0x0000044d branch  0x00000329 
- 00000819  0x00000450 fetch  0x00000006 , 0x000049af 
- 00000820  0x00000451 fetcht  0x00000006 , 0x0000466e 
- 00000821  0x00000452 isub  0x00000002 , 0x0000003e 
- 00000822  0x00000453 rtn  0x00000005 
- 00000823  0x00000454 arg  0x00000006 , 0x00000039 
- 00000824  0x00000455 arg  0x0000466e , 0x00000011 
- 00000825  0x00000456 copy  0x00000013 , 0x00000012 
- 00000826  0x00000457 branch  0x00006b45 
- 00000827  0x0000045a fetchr  0x00000012 , 0x00000002 , 0x000049f6 
- 00000828  0x0000045b copy  0x00000012 , 0x00000013 
- 00000829  0x0000045d call  0x00005e17 
- 00000830  0x0000045e fetch  0x00000006 , 0x000049cd 
- 00000831  0x0000045f branch  0x00000347 , 0x00000034 
- 00000832  0x00000460 store  0x00000006 , 0x000049c7 
- 00000833  0x00000461 increase  0x00000006 , 0x00000013 
- 00000834  0x00000462 fetch  0x00000002 , 0x000049f8 
- 00000835  0x00000463 isub  0x00000013 , 0x0000003e 
- 00000836  0x00000464 nrtn  0x00000002 
- 00000837  0x00000465 copy  0x00000013 , 0x00000012 
- 00000838  0x00000466 branch  0x0000033d 
- 00000839  0x00000469 fetch  0x00000006 , 0x000049c7 
- 00000840  0x0000046a fetcht  0x00000006 , 0x0000467b 
- 00000841  0x0000046b isub  0x00000002 , 0x0000003e 
- 00000842  0x0000046c rtn  0x00000005 
- 00000843  0x0000046d arg  0x00000006 , 0x00000039 
- 00000844  0x0000046e arg  0x0000467b , 0x00000011 
- 00000845  0x0000046f copy  0x00000013 , 0x00000012 
- 00000846  0x00000470 branch  0x00006b45 
- 00000847  0x00000475 call  0x00000388 
- 00000848  0x00000476 call  0x000003a0 
- 00000849  0x00000477 call  0x00000353 
- 00000850  0x00000478 branch  0x00005c90 
- 00000851  0x0000047b fetch  0x00000008 , 0x00004713 
- 00000852  0x0000047c rtnbit0  0x0000000f 
- 00000853  0x0000047d fetch  0x00000001 , 0x00004690 
- 00000854  0x0000047e beq  0x00000000 , 0x00005c94 
- 00000855  0x0000047f beq  0x00000006 , 0x00000359 
- 00000856  0x00000480 rtn 
- 00000857  0x00000483 jam  0x00000000 , 0x00004690 
- 00000858  0x00000484 rtn 
- 00000859  0x00000487 fetch  0x00000008 , 0x00004713 
- 00000860  0x00000488 bbit1  0x00000013 , 0x00005cb5 
- 00000861  0x00000489 bbit1  0x00000014 , 0x0000035f 
- 00000862  0x0000048a rtn 
- 00000863  0x0000048d fetch  0x00000008 , 0x00004713 
- 00000864  0x0000048e rtnbit0  0x0000000f 
- 00000865  0x0000048f fetchr  0x00000012 , 0x00000002 , 0x000049fa 
- 00000866  0x00000490 copy  0x00000012 , 0x00000013 
- 00000867  0x00000492 call  0x00005e51 
- 00000868  0x00000493 fetch  0x00000001 , 0x000049d4 
- 00000869  0x00000494 branch  0x0000036d , 0x00000034 
- 00000870  0x00000495 store  0x00000001 , 0x000049d3 
- 00000871  0x00000496 increase  0x00000001 , 0x00000013 
- 00000872  0x00000497 fetch  0x00000002 , 0x000049fc 
- 00000873  0x00000498 isub  0x00000013 , 0x0000003e 
- 00000874  0x00000499 nrtn  0x00000002 
- 00000875  0x0000049a copy  0x00000013 , 0x00000012 
- 00000876  0x0000049b branch  0x00000363 
- 00000877  0x0000049e fetch  0x00000001 , 0x000049d3 
- 00000878  0x0000049f and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00000879  0x000004a0 branch  0x00000377 , 0x00000034 
- 00000880  0x000004a1 fetch  0x00000001 , 0x00004690 
- 00000881  0x000004a3 call  0x00000385 
- 00000882  0x000004a5 store  0x00000001 , 0x000049d5 
- 00000883  0x000004a7 arg  0x00000001 , 0x00000039 
- 00000884  0x000004a8 copy  0x00000013 , 0x00000012 
- 00000885  0x000004a9 arg  0x000049d5 , 0x00000011 
- 00000886  0x000004aa branch  0x00006b45 
- 00000887  0x000004ad fetcht  0x00000001 , 0x000049d3 
- 00000888  0x000004ae fetch  0x00000001 , 0x00004690 
- 00000889  0x000004af call  0x00000385 
- 00000890  0x000004b0 isub  0x00000002 , 0x0000003e 
- 00000891  0x000004b1 rtn  0x00000005 
- 00000892  0x000004b2 lshift4  0x0000003f , 0x0000003f 
- 00000893  0x000004b3 iadd  0x00000002 , 0x0000003f 
- 00000894  0x000004b4 store  0x00000001 , 0x000049d5 
- 00000895  0x000004b6 copy  0x00000013 , 0x0000003f 
- 00000896  0x000004b7 fetcht  0x00000002 , 0x000049fa 
- 00000897  0x000004b8 isub  0x00000002 , 0x0000003e 
- 00000898  0x000004b9 branch  0x00000373 , 0x00000005 
- 00000899  0x000004bb increase  0xffffffff , 0x00000013 
- 00000900  0x000004bc branch  0x00000373 
- 00000901  0x000004bf rtnne  0x00000000 
- 00000902  0x000004c0 increase  0x00000006 , 0x0000003f 
- 00000903  0x000004c1 rtn 
- 00000904  0x000004c4 fetch  0x00000008 , 0x00004713 
- 00000905  0x000004c5 bbit1  0x0000003e , 0x0000038f 
- 00000906  0x000004c6 fetch  0x00000001 , 0x00004666 
- 00000907  0x000004c7 rtneq  0x00000000 
- 00000908  0x000004c8 beq  0x00000001 , 0x0000038f 
- 00000909  0x000004c9 beq  0x00000002 , 0x00000396 
- 00000910  0x000004ca rtn 
- 00000911  0x000004cd fetch  0x00000006 , 0x0000466e 
- 00000912  0x000004ce fetcht  0x00000006 , 0x000046e6 
- 00000913  0x000004cf isub  0x00000002 , 0x0000003e 
- 00000914  0x000004d0 nrtn  0x00000005 
- 00000915  0x000004d1 fetch  0x00000006 , 0x000042db 
- 00000916  0x000004d2 store  0x00000006 , 0x0000466e 
- 00000917  0x000004d3 rtn 
- 00000918  0x000004d6 fetch  0x00000006 , 0x0000466e 
- 00000919  0x000004d7 fetcht  0x00000006 , 0x000046e6 
- 00000920  0x000004d8 isub  0x00000002 , 0x0000003e 
- 00000921  0x000004d9 nrtn  0x00000005 
- 00000922  0x000004da fetch  0x00000006 , 0x000042db 
- 00000923  0x000004db add  0x0000003f , 0x00000100 , 0x0000003f 
- 00000924  0x000004dc store  0x00000006 , 0x0000466e 
- 00000925  0x000004dd rtn 
- 00000926  0x000004e0 call  0x000003a0 
- 00000927  0x000004e1 branch  0x00005a9c 
- 00000928  0x000004e4 fetch  0x00000008 , 0x00004713 
- 00000929  0x000004e5 bbit0  0x00000014 , 0x00005c6f 
- 00000930  0x000004e6 bbit1  0x0000003e , 0x000003a8 
- 00000931  0x000004e8 fetch  0x00000001 , 0x00004666 
- 00000932  0x000004e9 rtneq  0x00000000 
- 00000933  0x000004ea beq  0x00000001 , 0x000003a8 
- 00000934  0x000004eb beq  0x00000002 , 0x000003ad 
- 00000935  0x000004ec rtn 
- 00000936  0x000004ef fetch  0x00000006 , 0x00004668 
- 00000937  0x000004f0 store  0x00000006 , 0x00004116 
- 00000938  0x000004f3 fetch  0x00000006 , 0x0000466e 
- 00000939  0x000004f4 store  0x00000006 , 0x000042db 
- 00000940  0x000004f5 rtn 
- 00000941  0x000004f8 fetch  0x00000006 , 0x00004675 
- 00000942  0x000004f9 store  0x00000006 , 0x00004116 
- 00000943  0x000004fc fetch  0x00000006 , 0x0000467b 
- 00000944  0x000004fd store  0x00000006 , 0x000042db 
- 00000945  0x000004fe rtn 
- 00000946  0x00000501 fetch  0x00000008 , 0x00004713 
- 00000947  0x00000502 rtnbit0  0x00000002 
- 00000948  0x00000503 bbit0  0x00000014 , 0x00005c43 
- 00000949  0x00000504 arg  0x00000002 , 0x00000007 
- 00000950  0x00000505 call  0x00005f04 
- 00000951  0x00000506 call  0x00005c4a 
- 00000952  0x00000507 call  0x000003ba 
- 00000953  0x00000508 branch  0x00005ca3 
- 00000954  0x0000050b fetch  0x00000001 , 0x00004666 
- 00000955  0x0000050c beq  0x00000001 , 0x000003be 
- 00000956  0x0000050d beq  0x00000002 , 0x000003c3 
- 00000957  0x0000050e rtn 
- 00000958  0x00000511 fetch  0x00000006 , 0x00000178 
- 00000959  0x00000512 store  0x00000006 , 0x00004668 
- 00000960  0x00000513 fetch  0x00000006 , 0x000042db 
- 00000961  0x00000514 store  0x00000006 , 0x0000466e 
- 00000962  0x00000515 rtn 
- 00000963  0x00000518 fetch  0x00000006 , 0x00000178 
- 00000964  0x00000519 store  0x00000006 , 0x00004675 
- 00000965  0x0000051a fetch  0x00000006 , 0x000042db 
- 00000966  0x0000051b store  0x00000006 , 0x0000467b 
- 00000967  0x0000051c rtn 
- 00000968  0x0000051f call  0x000003dc 
- 00000969  0x00000520 call  0x0000614d 
- 00000970  0x00000521 call  0x0000553d 
- 00000971  0x00000523 call  0x00006110 
- 00000972  0x00000524 call  0x000061b1 
- 00000973  0x00000525 call  0x0000611e 
- 00000974  0x00000527 call  0x0000328e 
- 00000975  0x00000528 call  0x00003531 
- 00000976  0x00000529 call  0x00005fdd 
- 00000977  0x0000052b call  0x0000572c 
- 00000978  0x0000052c call  0x00005b9b 
- 00000979  0x0000052d call  0x00005bab 
- 00000980  0x0000052e call  0x00005bce 
- 00000981  0x00000530 call  0x00005bd3 
- 00000982  0x00000531 call  0x00005be1 
- 00000983  0x00000532 call  0x00005bee 
- 00000984  0x00000533 call  0x00005be4 
- 00000985  0x00000535 call  0x00005bfb 
- 00000986  0x00000536 call  0x000003df 
- 00000987  0x00000537 branch  0x00005b98 
- 00000988  0x0000053a arg  0x00004a05 , 0x00000013 
- 00000989  0x0000053b arg  0x00005aef , 0x00000012 
- 00000990  0x0000053c branch  0x000042e0 
- 00000991  0x0000053f arg  0x0000477e , 0x00000013 
- 00000992  0x00000540 arg  0x000003e2 , 0x00000012 
- 00000993  0x00000541 branch  0x000042e0 
- 00000994  0x00000543 fetch  0x00000001 , 0x0000496b 
- 00000995  0x00000544 store  0x00000001 , 0x000040c0 
- 00000996  0x00000545 jam  0x00000003 , 0x0000477d 
- 00000997  0x00000546 rtn 
- 00000998  0x00000549 call  0x000059ed 
- 00000999  0x0000054a branch  0x00005c1b 
- 00001000  0x0000054d copy  0x00000013 , 0x0000003f 
- 00001001  0x0000054e beq  0x00000040 , 0x000003fd 
- 00001002  0x0000054f beq  0x00000015 , 0x00000402 
- 00001003  0x00000550 beq  0x00000032 , 0x000003f4 
- 00001004  0x00000551 beq  0x0000003c , 0x0000041c 
- 00001005  0x00000552 beq  0x00000039 , 0x0000042d 
- 00001006  0x00000553 beq  0x0000003a , 0x00000430 
- 00001007  0x00000554 beq  0x00000014 , 0x000003f1 
- 00001008  0x00000555 branch  0x00005ac3 
- 00001009  0x00000559 setarg  0x00000000 
- 00001010  0x0000055a store  0x00000004 , 0x00004c03 
- 00001011  0x0000055b branch  0x00005ad0 
- 00001012  0x0000055e fetch  0x00000001 , 0x00004795 
- 00001013  0x0000055f beq  0x00000001 , 0x000003f8 
- 00001014  0x00000560 jam  0x00000014 , 0x00004844 
- 00001015  0x00000561 branch  0x000003fa 
- 00001016  0x00000563 call  0x00005aef 
- 00001017  0x00000564 jam  0x00000005 , 0x00004844 
- 00001018  0x00000566 fetch  0x00000001 , 0x00004c02 
- 00001019  0x00000567 store  0x00000001 , 0x00004c03 
- 00001020  0x00000568 branch  0x00005af6 
- 00001021  0x0000056b fetch  0x00000001 , 0x00004a04 
- 00001022  0x0000056c nrtn  0x00000034 
- 00001023  0x0000056d jam  0x00000001 , 0x00004a04 
- 00001024  0x0000056e jam  0x0000001e , 0x00004a05 
- 00001025  0x0000056f rtn 
- 00001026  0x00000572 store  0x00000002 , 0x000047c0 
- 00001027  0x00000573 jam  0x00000000 , 0x00004794 
- 00001028  0x00000574 arg  0x00000006 , 0x00000002 
- 00001029  0x00000575 fetch  0x00000008 , 0x00004713 
- 00001030  0x00000576 bbit1  0x0000001b , 0x00000408 
- 00001031  0x00000577 arg  0x00000007 , 0x00000002 
- 00001032  0x00000579 storet  0x00000002 , 0x000042d3 
- 00001033  0x0000057a storet  0x00000002 , 0x000042d5 
- 00001034  0x0000057b jam  0x00000000 , 0x000047c2 
- 00001035  0x0000057c jam  0x00000000 , 0x00004956 
- 00001036  0x0000057d call  0x000029cb 
- 00001037  0x0000057e branch  0x0000040e 
- 00001038  0x00000580 call  0x00005b7b 
- 00001039  0x00000581 fetch  0x00000002 , 0x000043ef 
- 00001040  0x00000582 bbit1  0x00000007 , 0x00000413 
- 00001041  0x00000583 bbit1  0x00000000 , 0x000042fc 
- 00001042  0x00000584 branch  0x00005c1a 
- 00001043  0x00000586 fetch  0x00000002 , 0x000043ef 
- 00001044  0x00000587 bbit1  0x00000000 , 0x000042fc 
- 00001045  0x00000588 fetch  0x00000001 , 0x00004843 
- 00001046  0x00000589 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001047  0x0000058a call  0x00005b21 
- 00001048  0x0000058b bne  0x00000003 , 0x000054a9 
- 00001049  0x0000058c fetch  0x00000001 , 0x00004c06 
- 00001050  0x0000058d nbranch  0x000054a9 , 0x00000034 
- 00001051  0x0000058e branch  0x000054cd 
- 00001052  0x00000591 fetch  0x00000004 , 0x0000458f 
- 00001053  0x00000592 store  0x00000004 , 0x000045e8 
- 00001054  0x00000593 store  0x00000004 , 0x00004691 
- 00001055  0x00000594 call  0x0000355a 
- 00001056  0x00000595 call  0x00005c0b 
- 00001057  0x00000596 call  0x0000618e 
- 00001058  0x00000597 call  0x00005a73 
- 00001059  0x00000598 jam  0x00000000 , 0x0000477d 
- 00001060  0x00000599 jam  0x00000000 , 0x000045fc 
- 00001061  0x0000059a jam  0x00000000 , 0x000045e2 
- 00001062  0x0000059b fetch  0x00000004 , 0x000045e8 
- 00001063  0x0000059c fetcht  0x00000004 , 0x000045e4 
- 00001064  0x0000059d isub  0x00000002 , 0x0000003e 
- 00001065  0x0000059e rtn  0x00000005 
- 00001066  0x0000059f call  0x00006016 
- 00001067  0x000005a0 call  0x00000443 
- 00001068  0x000005a1 branch  0x00006042 
- 00001069  0x000005a4 call  0x00006016 
- 00001070  0x000005a5 call  0x00000443 
- 00001071  0x000005a6 branch  0x00006084 
- 00001072  0x000005a9 call  0x00006016 
- 00001073  0x000005aa call  0x00000443 
- 00001074  0x000005ab fetch  0x00000001 , 0x0000487a 
- 00001075  0x000005ac rtneq  0x00000001 
- 00001076  0x000005ad fetch  0x00000001 , 0x00004600 
- 00001077  0x000005ae nbranch  0x00005ff2 , 0x00000034 
- 00001078  0x000005af fetch  0x00000001 , 0x000045e2 
- 00001079  0x000005b0 beq  0x00000004 , 0x00000439 
- 00001080  0x000005b1 branch  0x00006055 
- 00001081  0x000005b4 fetch  0x00000008 , 0x00004713 
- 00001082  0x000005b5 bbit0  0x0000003e , 0x00006059 
- 00001083  0x000005b6 fetch  0x00000001 , 0x0000471b 
- 00001084  0x000005b7 beq  0x00000001 , 0x00006059 
- 00001085  0x000005b9 call  0x00006018 
- 00001086  0x000005ba jam  0x00000001 , 0x00004666 
- 00001087  0x000005bb branch  0x000054a0 
- 00001088  0x000005be fetch  0x00000001 , 0x00004141 
- 00001089  0x000005bf store  0x00000001 , 0x00004a07 
- 00001090  0x000005c0 rtn 
- 00001091  0x000005c3 fetch  0x00000001 , 0x00004a07 
- 00001092  0x000005c4 store  0x00000001 , 0x00004141 
- 00001093  0x000005c5 rtn 
- 00001094  0x000005c8 call  0x0000620e 
- 00001095  0x000005c9 call  0x000078aa 
- 00001096  0x000005ca call  0x0000044a 
- 00001097  0x000005cb branch  0x00005e61 
- 00001098  0x000005ce fetch  0x00000001 , 0x00004649 
- 00001099  0x000005cf rtneq  0x000000ff 
- 00001100  0x000005d0 arg  0x00000000 , 0x00000011 
- 00001101  0x000005d1 jam  0x00000005 , 0x00004977 
- 00001102  0x000005d2 fetcht  0x00000001 , 0x00004649 
- 00001103  0x000005d3 call  0x00000451 
- 00001104  0x000005d4 branch  0x000056c1 
- 00001105  0x000005d7 fetch  0x00000008 , 0x00004713 
- 00001106  0x000005d8 bbit1  0x0000002b , 0x000056de 
- 00001107  0x000005d9 fetch  0x00000001 , 0x00004974 
- 00001108  0x000005da copy  0x0000003f , 0x00000013 
- 00001109  0x000005db fetch  0x00000001 , 0x00004654 
- 00001110  0x000005dc beq  0x000000ff , 0x00000458 
- 00001111  0x000005dd branch  0x000056ce 
- 00001112  0x000005e0 fetch  0x00000001 , 0x00004649 
- 00001113  0x000005e1 call  0x00005946 
- 00001114  0x000005e2 fetcht  0x00000001 , 0x00004649 
- 00001115  0x000005e3 branch  0x0000045c 
- 00001116  0x000005e6 copy  0x00000013 , 0x0000003f 
- 00001117  0x000005e7 store  0x00000001 , 0x00004978 
- 00001118  0x000005e8 lshift  0x0000003f , 0x0000003f 
- 00001119  0x000005e9 copy  0x0000003f , 0x00000012 
- 00001120  0x000005ea copy  0x00000002 , 0x00000013 
- 00001121  0x000005eb call  0x000055b1 
- 00001122  0x000005ec copy  0x00000013 , 0x00000002 
- 00001123  0x000005ed call  0x00006ee6 
- 00001124  0x000005ee nsetflag  0x00000001 , 0x00000000 , 0x00000012 
- 00001125  0x000005ef call  0x0000593d 
- 00001126  0x000005f0 branch  0x00005929 
- 00001127  0x000005f3 call  0x000036b4 
- 00001128  0x000005f4 nrtn  0x00000028 
- 00001129  0x000005f5 call  0x000036be 
- 00001130  0x000005f6 call  0x0000046d 
- 00001131  0x000005f7 fetch  0x00000003 , 0x00004608 
- 00001132  0x000005f8 branch  0x00003622 
- 00001133  0x000005fc setarg  0x00000000 
- 00001134  0x000005fd set1  0x00000015 , 0x0000003f 
- 00001135  0x000005fe store  0x00000008 , 0x00000016 
- 00001136  0x000005ff setarg  0x00000000 
- 00001137  0x00000600 store  0x00000004 , 0x0000001e 
- 00001138  0x00000601 rtn 
- 00001139  0x00000604 jam  0x00000000 , 0x00004600 
- 00001140  0x00000605 call  0x00003647 
- 00001141  0x00000606 setarg  0xffffffff 
- 00001142  0x00000607 store  0x00000004 , 0x000045af 
- 00001143  0x00000608 setarg  0x00000000 
- 00001144  0x00000609 store  0x00000007 , 0x00004846 
- 00001145  0x0000060a jam  0x00000001 , 0x0000473f 
- 00001146  0x0000060b call  0x000059ed 
- 00001147  0x0000060d branch  0x0000029f 
- 00001148  0x00000610 call  0x00005a92 
- 00001149  0x00000611 call  0x0000046d 
- 00001150  0x00000612 call  0x000056a9 
- 00001151  0x00000613 fetcht  0x00000001 , 0x00004654 
- 00001152  0x00000614 call  0x00006ef7 
- 00001153  0x00000615 fetcht  0x00000001 , 0x00004654 
- 00001154  0x00000616 call  0x00006ed3 
- 00001155  0x00000617 fetch  0x00000001 , 0x0000464d 
- 00001156  0x00000618 call  0x00005943 
- 00001157  0x00000619 arg  0x00000015 , 0x00000002 
- 00001158  0x0000061a call  0x000055b5 
- 00001159  0x0000061b call  0x00000489 
- 00001160  0x0000061c branch  0x000054df 
- 00001161  0x0000061f fetch  0x00000001 , 0x0000465a 
- 00001162  0x00000620 rtneq  0x000000ff 
- 00001163  0x00000621 fetch  0x00000001 , 0x00004666 
- 00001164  0x00000622 beq  0x00000000 , 0x0000048f 
- 00001165  0x00000623 fetcht  0x00000001 , 0x0000465a 
- 00001166  0x00000624 branch  0x000055b5 
- 00001167  0x00000627 fetcht  0x00000001 , 0x0000465a 
- 00001168  0x00000628 branch  0x00006f0f 
- 00001169  0x0000062b rtnmark0  0x00000026 
- 00001170  0x0000062c call  0x00005601 
- 00001171  0x0000062d nrtn  0x00000028 
- 00001172  0x0000062e fetch  0x00000001 , 0x0000477c 
- 00001173  0x0000062f jam  0x00000000 , 0x0000477c 
- 00001174  0x00000630 ncall  0x000004a6 , 0x00000034 
- 00001175  0x00000632 fetch  0x00000008 , 0x00004713 
- 00001176  0x00000633 bbit0  0x00000016 , 0x0000049b 
- 00001177  0x00000634 fetch  0x00000001 , 0x0000496c 
- 00001178  0x00000635 nbranch  0x000060b6 , 0x00000034 
- 00001179  0x00000637 call  0x0000049d 
- 00001180  0x00000638 branch  0x000060a2 
- 00001181  0x0000063b fetch  0x00000001 , 0x00004659 
- 00001182  0x0000063c rtnne  0x000000ff 
- 00001183  0x0000063d fetch  0x00000001 , 0x0000477d 
- 00001184  0x0000063e rtn  0x00000034 
- 00001185  0x0000063f increase  0xffffffff , 0x0000003f 
- 00001186  0x00000640 store  0x00000001 , 0x0000477d 
- 00001187  0x00000641 setarg  0x00000000 
- 00001188  0x00000642 store  0x00000004 , 0x00004847 
- 00001189  0x00000643 branch  0x00005a73 
- 00001190  0x00000646 call  0x0000046d 
- 00001191  0x00000647 branch  0x00000232 
- 00001192  0x0000064a fetch  0x00000008 , 0x00004713 
- 00001193  0x0000064b rtnbit0  0x0000002a 
- 00001194  0x0000064c bbit0  0x0000003f , 0x00005eb9 
- 00001195  0x0000064e fetcht  0x00000001 , 0x0000465a 
- 00001196  0x0000064f call  0x00006ef7 
- 00001197  0x00000650 fetcht  0x00000001 , 0x0000465a 
- 00001198  0x00000651 call  0x000055b1 
- 00001199  0x00000652 fetcht  0x00000001 , 0x0000465a 
- 00001200  0x00000653 call  0x00006ee6 
- 00001201  0x00000654 nbranch  0x00005ec2 , 0x00000001 
- 00001202  0x00000655 branch  0x00005ebe 
- 00001203  0x00000659 call  0x00005958 
- 00001204  0x0000065a beq  0x00000030 , 0x0000595f 
- 00001205  0x0000065b beq  0x00000031 , 0x000059c6 
- 00001206  0x0000065c beq  0x00000058 , 0x000004b8 
- 00001207  0x0000065d branch  0x00005952 
- 00001208  0x00000660 call  0x000059e7 
- 00001209  0x00000661 fetch  0x00000001 , 0x0000485a 
- 00001210  0x00000662 beq  0x00000059 , 0x000004bc 
- 00001211  0x00000663 branch  0x0000595f 
- 00001212  0x00000665 jam  0x0000000b , 0x00004957 
- 00001213  0x00000666 arg  0x00004a0b , 0x00000013 
- 00001214  0x00000667 branch  0x00005995 
- 00001215  0x0000066b fetch  0x00000001 , 0x00004420 
- 00001216  0x0000066c rtnne  0x00000000 
- 00001217  0x0000066d fetch  0x00000001 , 0x00004957 
- 00001218  0x0000066e beq  0x0000000b , 0x000004c4 
- 00001219  0x0000066f branch  0x000059f8 
- 00001220  0x00000672 call  0x00005a6d 
- 00001221  0x00000673 fetch  0x00000001 , 0x00004659 
- 00001222  0x00000674 beq  0x000000ff , 0x000004ca 
- 00001223  0x00000675 fetcht  0x00000001 , 0x00004659 
- 00001224  0x00000676 call  0x00006ee6 
- 00001225  0x00000677 nrtn  0x00000001 
- 00001226  0x00000679 setarg  0x00000000 
- 00001227  0x0000067a call  0x000069e5 
- 00001228  0x0000067b bne  0x00000058 , 0x00005955 
- 00001229  0x0000067c branch  0x00005a2f 
- 00001230  0x00000680 disable  0x00000028 
- 00001231  0x00000681 setarg  0x00000000 
- 00001232  0x00000682 store  0x00000006 , 0x00004847 
- 00001233  0x00000683 call  0x000004bf 
- 00001234  0x00000684 branch  0x00005606 
- 00008192  0x00000691 call  0x00002385 
- 00008193  0x00000694 bpatch  0x00000000 , 0x00004000 
- 00008194  0x00000695 clear_stack 
- 00008195  0x00000697 call  0x000042a3 
- 00008196  0x00000698 call  0x0000223d 
- 00008197  0x00000699 call  0x00006cad 
- 00008198  0x0000069a call  0x00002363 
- 00008199  0x0000069b call  0x00006946 
- 00008200  0x0000069c bpatch  0x00000001 , 0x00004000 
- 00008201  0x0000069d call  0x0000776f 
- 00008202  0x0000069e call  0x00004295 
- 00008203  0x0000069f call  0x00007447 
- 00008204  0x000006a1 call  0x0000244f , 0x0000002b 
- 00008205  0x000006a3 bpatch  0x00000002 , 0x00004000 
- 00008206  0x000006a4 call  0x00007552 
- 00008207  0x000006a5 call  0x00007448 
- 00008208  0x000006a6 call  0x00002a45 
- 00008209  0x000006a7 call  0x0000202a 
- 00008210  0x000006a8 call  0x000042ad 
- 00008211  0x000006a9 call  0x00002018 
- 00008212  0x000006aa call  0x0000310f 
- 00008213  0x000006ab call  0x0000248c 
- 00008214  0x000006ac call  0x00004bfb 
- 00008215  0x000006ad branch  0x0000200d 
- 00008216  0x000006b0 call  0x0000201d 
- 00008217  0x000006b1 rtnmark0  0x00000009 
- 00008218  0x000006b2 set0  0x00000009 , 0x00000000 
- 00008219  0x000006b3 call  0x00002041 
- 00008220  0x000006b4 branch  0x000025bc 
- 00008221  0x000006b7 bpatch  0x00000003 , 0x00004000 
- 00008222  0x000006b8 call  0x00002066 
- 00008223  0x000006b9 nbranch  0x00002025 , 0x00000005 
- 00008224  0x000006ba call  0x00002036 
- 00008225  0x000006bb add  0x00000011 , 0x00000001 , 0x00000006 
- 00008226  0x000006bc ifetch  0x00000001 , 0x00000006 
- 00008227  0x000006bd bbit1  0x00000000 , 0x00002536 
- 00008228  0x000006c0 rtn 
- 00008229  0x000006c3 jam  0x00000000 , 0x00000006 
- 00008230  0x000006c4 call  0x00002047 
- 00008231  0x000006c5 copy  0x00000039 , 0x0000003e 
- 00008232  0x000006c6 rtn  0x00000005 
- 00008233  0x000006c7 branch  0x0000235a 
- 00008234  0x000006cf fetch  0x00000001 , 0x00004114 
- 00008235  0x000006d0 rtn  0x00000034 
- 00008236  0x000006d1 beq  0x0000001b , 0x00002033 
- 00008237  0x000006d2 call  0x0000205f 
- 00008238  0x000006d3 rtn  0x00000005 
- 00008239  0x000006d4 call  0x00002062 
- 00008240  0x000006d5 rtn  0x00000005 
- 00008241  0x000006d7 jam  0x00000000 , 0x00004114 
- 00008242  0x000006d8 rtn 
- 00008243  0x000006db jam  0x0000001b , 0x000001bc 
- 00008244  0x000006dc jam  0x00000000 , 0x00004114 
- 00008245  0x000006dd rtn 
- 00008246  0x000006e2 bpatch  0x00000004 , 0x00004000 
- 00008247  0x000006e3 set1  0x00000009 , 0x00000000 
- 00008248  0x000006e4 deposit  0x00000011 
- 00008249  0x000006e5 store  0x00000002 , 0x0000000a 
- 00008250  0x000006e6 force  0x00000053 , 0x00000039 
- 00008251  0x000006e7 arg  0x00000168 , 0x00000005 
- 00008252  0x000006e8 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008253  0x000006e9 ifetch  0x00000001 , 0x00000006 
- 00008254  0x000006ea copy  0x00000011 , 0x00000006 
- 00008255  0x000006eb bbit1  0x00000000 , 0x00007cda 
- 00008256  0x000006ec rtn 
- 00008257  0x000006ef bpatch  0x00000005 , 0x00004000 
- 00008258  0x000006f0 fetch  0x00000002 , 0x0000000a 
- 00008259  0x000006f1 iforce  0x00000005 
- 00008260  0x000006f2 force  0x00000053 , 0x00000039 
- 00008261  0x000006f3 arg  0x00000168 , 0x00000006 
- 00008262  0x000006f4 branch  0x00007cda 
- 00008263  0x000006f9 arg  0x00000001 , 0x00000039 
- 00008264  0x000006fa fetcht  0x00000001 , 0x00000006 
- 00008265  0x000006fc increase  0x00000001 , 0x00000002 
- 00008266  0x000006fd compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00008267  0x000006fe nbranch  0x0000204d , 0x00000001 
- 00008268  0x000006ff arg  0x00000000 , 0x00000002 
- 00008269  0x00000701 storet  0x00000001 , 0x00000006 
- 00008270  0x00000702 mul32  0x00000002 , 0x00000053 , 0x0000003f 
- 00008271  0x00000703 arg  0x00004040 , 0x00000011 
- 00008272  0x00000704 iadd  0x00000011 , 0x00000011 
- 00008273  0x00000705 ifetch  0x00000001 , 0x00000011 
- 00008274  0x00000706 bbit1  0x00000001 , 0x00002054 
- 00008275  0x00000707 rtnbit1  0x00000000 
- 00008276  0x00000709 loop  0x00002049 
- 00008277  0x0000070a rtn 
- 00008278  0x0000070d bpatch  0x00000006 , 0x00004000 
- 00008279  0x0000070e arg  0x00002073 , 0x00000013 
- 00008280  0x0000070f call  0x00002069 
- 00008281  0x00000710 nrtn  0x00000005 
- 00008282  0x00000711 deposit  0x00000011 
- 00008283  0x00000712 store  0x00000002 , 0x0000000a 
- 00008284  0x00000713 branch  0x00007db8 
- 00008285  0x00000719 arg  0x000020ad , 0x00000013 
- 00008286  0x0000071a branch  0x00002069 
- 00008287  0x00000720 fetcht  0x00000001 , 0x00004115 
- 00008288  0x00000722 arg  0x0000207b , 0x00000013 
- 00008289  0x00000723 branch  0x00002069 
- 00008290  0x00000727 bpatch  0x00000007 , 0x00004000 
- 00008291  0x00000728 fetcht  0x00000006 , 0x00004116 
- 00008292  0x0000072a arg  0x00002075 , 0x00000013 
- 00008293  0x0000072b branch  0x00002069 
- 00008294  0x0000072e arg  0x00002081 , 0x00000013 
- 00008295  0x0000072f branch  0x00002069 
- 00008296  0x00000732 arg  0x000020c7 , 0x00000013 
- 00008297  0x00000734 bpatch  0x00000008 , 0x00004001 
- 00008298  0x00000735 arg  0x00004040 , 0x00000011 
- 00008299  0x00000736 arg  0x00000001 , 0x00000039 
- 00008300  0x00000738 ifetch  0x00000001 , 0x00000011 
- 00008301  0x00000739 copy  0x00000013 , 0x0000003d 
- 00008302  0x0000073b bpatch  0x00000009 , 0x00004001 
- 00008303  0x0000073c increase  0x00000053 , 0x00000011 
- 00008304  0x0000073d loop  0x0000206c 
- 00008305  0x0000073e force  0x00000001 , 0x0000003e 
- 00008306  0x0000073f rtn 
- 00008307  0x00000742 bbit1  0x00000000 , 0x0000206e 
- 00008308  0x00000743 branch  0x00007db8 
- 00008309  0x00000746 bbit0  0x00000000 , 0x0000206e 
- 00008310  0x00000748 add  0x00000011 , 0x00000010 , 0x00000006 
- 00008311  0x00000749 ifetch  0x00000006 , 0x00000006 
- 00008312  0x0000074a isub  0x00000002 , 0x0000003e 
- 00008313  0x0000074b rtn  0x00000005 
- 00008314  0x0000074c branch  0x0000206e 
- 00008315  0x0000074f bbit0  0x00000000 , 0x0000206e 
- 00008316  0x00000750 add  0x00000011 , 0x00000016 , 0x00000006 
- 00008317  0x00000751 ifetch  0x00000001 , 0x00000006 
- 00008318  0x00000752 isub  0x00000002 , 0x0000003e 
- 00008319  0x00000753 rtn  0x00000005 
- 00008320  0x00000754 branch  0x0000206e 
- 00008321  0x00000757 bbit0  0x00000001 , 0x0000206e 
- 00008322  0x00000759 call  0x000020b4 
- 00008323  0x0000075a call  0x0000209d 
- 00008324  0x0000075b isub  0x00000002 , 0x0000003f 
- 00008325  0x0000075c increase  0x00000001 , 0x0000003f 
- 00008326  0x0000075d branch  0x00002097 , 0x00000002 
- 00008327  0x0000075e copy  0x00000006 , 0x00000012 
- 00008328  0x0000075f store  0x00000009 , 0x00000678 
- 00008329  0x00000760 bpatch  0x0000000a , 0x00004001 
- 00008330  0x00000761 fetch  0x00000001 , 0x0000446d 
- 00008331  0x00000762 nbranch  0x00002090 , 0x00000034 
- 00008332  0x00000763 fetch  0x00000009 , 0x00000678 
- 00008333  0x00000764 copy  0x00000012 , 0x00000006 
- 00008334  0x00000765 increase  0x00000005 , 0x0000003f 
- 00008335  0x00000766 branch  0x00002093 
- 00008336  0x00000769 fetch  0x00000009 , 0x00000678 
- 00008337  0x0000076a copy  0x00000012 , 0x00000006 
- 00008338  0x0000076b increase  0x00000014 , 0x0000003f 
- 00008339  0x0000076d nbranch  0x0000206e , 0x00000002 
- 00008340  0x0000076f copy  0x00000002 , 0x00000021 
- 00008341  0x00000770 call  0x000020c0 
- 00008342  0x00000771 branch  0x00007db8 
- 00008343  0x00000775 iforce  0x00000012 
- 00008344  0x00000776 add  0x00000011 , 0x00000002 , 0x00000006 
- 00008345  0x00000777 ifetch  0x00000002 , 0x00000006 
- 00008346  0x00000778 branch  0x00002094 , 0x00000034 
- 00008347  0x00000779 call  0x000020c0 
- 00008348  0x0000077a branch  0x00002082 
- 00008349  0x0000077d rshift16  0x0000003f , 0x0000000b 
- 00008350  0x0000077e rshift8  0x0000000b , 0x0000000b 
- 00008351  0x0000077f branch  0x000020a7 , 0x00000005 
- 00008352  0x00000780 compare  0x0000000f , 0x0000000b , 0x0000000f 
- 00008353  0x00000781 nrtn  0x00000001 
- 00008354  0x00000782 rshift16  0x00000002 , 0x0000000b 
- 00008355  0x00000783 rshift8  0x0000000b , 0x0000000b 
- 00008356  0x00000784 nrtn  0x00000005 
- 00008357  0x00000785 set1  0x0000001c , 0x00000002 
- 00008358  0x00000786 rtn 
- 00008359  0x00000788 rshift16  0x00000002 , 0x0000000b 
- 00008360  0x00000789 rshift8  0x0000000b , 0x0000000b 
- 00008361  0x0000078a compare  0x0000000f , 0x0000000b , 0x0000000f 
- 00008362  0x0000078b nrtn  0x00000001 
- 00008363  0x0000078c set1  0x0000001c , 0x0000003f 
- 00008364  0x0000078d rtn 
- 00008365  0x00000790 bbit0  0x00000000 , 0x0000206e 
- 00008366  0x00000791 branch  0x00007db8 
- 00008367  0x00000795 bbit0  0x00000000 , 0x0000206e 
- 00008368  0x00000796 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008369  0x00000797 ifetch  0x00000001 , 0x00000006 
- 00008370  0x00000798 bbit1  0x00000000 , 0x0000206e 
- 00008371  0x00000799 rtn 
- 00008372  0x0000079c add  0x00000011 , 0x00000001 , 0x00000006 
- 00008373  0x0000079d ifetcht  0x00000001 , 0x00000006 
- 00008374  0x0000079e deposit  0x00000022 
- 00008375  0x0000079f isolate1  0x00000001 , 0x00000002 
- 00008376  0x000007a0 add  0x00000011 , 0x00000004 , 0x00000006 
- 00008377  0x000007a1 ifetcht  0x00000004 , 0x00000006 
- 00008378  0x000007a2 rtn  0x00000001 
- 00008379  0x000007a3 add  0x00000011 , 0x00000008 , 0x00000006 
- 00008380  0x000007a4 ifetch  0x00000006 , 0x00000006 
- 00008381  0x000007a5 call  0x00002109 
- 00008382  0x000007a6 deposit  0x00000028 
- 00008383  0x000007a7 rtn 
- 00008384  0x000007aa add  0x00000011 , 0x00000002 , 0x00000006 
- 00008385  0x000007ab add  0x00000011 , 0x00000004 , 0x00000005 
- 00008386  0x000007ac ifetch  0x00000002 , 0x00000006 
- 00008387  0x000007ad iadd  0x00000002 , 0x0000000b 
- 00008388  0x000007ae deposit  0x0000000b 
- 00008389  0x000007af istore  0x00000004 , 0x00000005 
- 00008390  0x000007b0 branch  0x00002609 
- 00008391  0x000007b4 bbit0  0x00000001 , 0x0000206e 
- 00008392  0x000007b5 call  0x000020b4 
- 00008393  0x000007b6 iadd  0x0000001b , 0x0000003f 
- 00008394  0x000007b7 iadd  0x0000001b , 0x0000003f 
- 00008395  0x000007b8 iadd  0x00000007 , 0x0000003f 
- 00008396  0x000007b9 isub  0x00000002 , 0x0000003e 
- 00008397  0x000007ba nbranch  0x0000206e , 0x00000002 
- 00008398  0x000007bb branch  0x00007db8 
- 00008399  0x000007c0 bpatch  0x0000000b , 0x00004001 
- 00008400  0x000007c1 disable  0x0000003a 
- 00008401  0x000007c2 disable  0x0000001d 
- 00008402  0x000007c3 disable  0x0000001c 
- 00008403  0x000007c4 disable  0x0000000d 
- 00008404  0x000007c5 disable  0x0000000c 
- 00008405  0x000007c6 disable  0x00000009 
- 00008406  0x000007c7 disable  0x0000000e 
- 00008407  0x000007c8 disable  0x00000007 
- 00008408  0x000007c9 branch  0x00002152 , 0x00000021 
- 00008409  0x000007ca until  0x0000003e , 0x00000027 
- 00008410  0x000007cb nop  0x00000064 
- 00008411  0x000007cc branch  0x00002152 
- 00008412  0x000007d2 bpatch  0x0000000c , 0x00004001 
- 00008413  0x000007d3 disable  0x00000010 
- 00008414  0x000007d4 copy  0x00000002 , 0x0000001b 
- 00008415  0x000007d5 call  0x00002068 
- 00008416  0x000007d6 disable  0x00000028 
- 00008417  0x000007d7 nrtn  0x00000005 
- 00008418  0x000007d8 force  0x00000000 , 0x0000001b 
- 00008419  0x000007d9 branch  0x00007dba 
- 00008420  0x000007dd bpatch  0x0000000d , 0x00004001 
- 00008421  0x000007de until  0x0000003e , 0x00000022 
- 00008422  0x000007df deposit  0x0000001a 
- 00008423  0x000007e0 iforce  0x00000006 
- 00008424  0x000007e1 rshift16 , 0x0000003f , 0x0000003f 
- 00008425  0x000007e2 isub  0x00000022 , 0x00000039 
- 00008426  0x000007e3 and_into  0x00000003 , 0x00000039 
- 00008427  0x000007e4 nbranch  0x000020ee , 0x00000005 
- 00008428  0x000007e5 force  0x00000000 , 0x0000003f 
- 00008429  0x000007e6 branch  0x000020f2 
- 00008430  0x000007e8 fetcht  0x00000002 , 0x00000044 
- 00008431  0x000007e9 force  0x00000000 , 0x0000003f 
- 00008432  0x000007eb iadd  0x00000002 , 0x0000003f 
- 00008433  0x000007ec loop  0x000020f0 
- 00008434  0x000007ee iadd  0x00000006 , 0x0000003f 
- 00008435  0x000007ef div  0x0000003f , 0x0000000c 
- 00008436  0x000007f0 call  0x00007d5f 
- 00008437  0x000007f1 store  0x00000002 , 0x0000002e 
- 00008438  0x000007f2 rtn 
- 00008439  0x000007f5 bpatch  0x0000000e , 0x00004001 
- 00008440  0x000007f6 deposit  0x0000001a 
- 00008441  0x000007f7 copy  0x00000019 , 0x00000002 
- 00008442  0x000007f8 isub  0x00000002 , 0x0000003e 
- 00008443  0x000007f9 nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
- 00008444  0x000007fa isub  0x00000002 , 0x00000002 
- 00008445  0x000007fb fetch  0x00000002 , 0x00000044 
- 00008446  0x000007fc isolate0  0x0000000f , 0x00000002 
- 00008447  0x000007fd branch  0x00002105 , 0x00000001 
- 00008448  0x000007fe copy  0x00000002 , 0x00000030 
- 00008449  0x000007ff arg  0x00010000 , 0x00000002 
- 00008450  0x00000800 fetch  0x00000002 , 0x00000044 
- 00008451  0x00000801 isub  0x00000002 , 0x0000003f 
- 00008452  0x00000802 iadd  0x00000030 , 0x00000002 
- 00008453  0x00000805 storet  0x00000006 , 0x00000170 
- 00008454  0x00000806 rtn 
- 00008455  0x00000809 disable  0x00000030 
- 00008456  0x0000080a fetch  0x00000006 , 0x00000170 
- 00008457  0x0000080c iadd  0x00000019 , 0x00000030 
- 00008458  0x0000080d increase  0x0000000a , 0x00000030 
- 00008459  0x0000080e fetch  0x00000002 , 0x00000044 
- 00008460  0x0000080f isub  0x00000030 , 0x0000003f 
- 00008461  0x00000810 isolate0  0x0000000f , 0x0000003f 
- 00008462  0x00000811 branch  0x00002115 , 0x00000001 
- 00008463  0x00000812 setarg  0x00010000 
- 00008464  0x00000813 fetchr  0x00000018 , 0x00000002 , 0x00000044 
- 00008465  0x00000814 isub  0x00000018 , 0x0000003f 
- 00008466  0x00000815 iadd  0x00000030 , 0x00000030 
- 00008467  0x00000817 copy  0x00000030 , 0x0000001a 
- 00008468  0x00000818 rtn 
- 00008469  0x0000081a force  0x00000000 , 0x0000003e 
- 00008470  0x0000081b branch  0x00002113 
- 00008471  0x00000823 rshift3  0x0000003f , 0x0000003f 
- 00008472  0x00000824 ifetchr  0x00000011 , 0x00000001 , 0x00000005 
- 00008473  0x00000825 ixor  0x00000011 , 0x0000003f 
- 00008474  0x00000826 isolate0  0x00000006 , 0x0000003f 
- 00008475  0x00000827 branch  0x0000211e 
- 00008476  0x0000082a isolate0  0x00000000 , 0x0000003e 
- 00008477  0x0000082c arg  0x00008ac2 , 0x00000005 
- 00008478  0x0000082e ifetch  0x00000001 , 0x00000005 
- 00008479  0x0000082f qsetflag  0x00000001 , 0x0000003f 
- 00008480  0x00000830 istore  0x00000001 , 0x00000005 
- 00008481  0x00000831 rtn 
- 00008482  0x00000834 nop  0x0000003c 
- 00008483  0x00000837 jam  0x00000008 , 0x00008983 
- 00008484  0x00000838 jam  0x00000009 , 0x00008985 
- 00008485  0x00000839 jam  0x00000009 , 0x00008981 
- 00008486  0x0000083a jam  0x00000003 , 0x00008981 
- 00008487  0x0000083b jam  0x00000006 , 0x00008980 
- 00008488  0x0000083c nop  0x0000003c 
- 00008489  0x0000083d arg  0x00000000 , 0x00000011 
- 00008490  0x0000083e arg  0x00000000 , 0x00000012 
- 00008491  0x0000083f arg  0x00000010 , 0x00000039 
- 00008492  0x00000840 arg  0x00000800 , 0x00000006 
- 00008493  0x00000842 ifetch  0x00000002 , 0x00000006 
- 00008494  0x00000843 iadd  0x00000011 , 0x00000011 
- 00008495  0x00000844 ifetch  0x00000002 , 0x00000006 
- 00008496  0x00000845 iadd  0x00000012 , 0x00000012 
- 00008497  0x00000846 loop  0x0000212d 
- 00008498  0x00000847 rtn 
- 00008499  0x0000084a bpatch  0x0000000f , 0x00004001 
- 00008500  0x0000084b call  0x00002160 
- 00008501  0x0000084c arg  0x00000027 , 0x00000002 
- 00008502  0x0000084d call  0x0000216f 
- 00008503  0x0000084e call  0x000021a6 
- 00008504  0x0000084f jam  0x0000007f , 0x00008a25 
- 00008505  0x00000850 jam  0x0000001a , 0x00008a30 
- 00008506  0x00000851 jam  0x00000078 , 0x00008a31 
- 00008507  0x00000852 jam  0x000000b2 , 0x00008a8f 
- 00008508  0x00000853 jam  0x00000000 , 0x00008ac2 
- 00008509  0x00000854 jam  0x00000000 , 0x00008ac3 
- 00008510  0x00000855 arg  0x00000006 , 0x00000007 
- 00008511  0x00000856 call  0x00002122 
- 00008512  0x00000857 isolate1  0x0000000d , 0x00000011 
- 00008513  0x00000858 call  0x0000211d 
- 00008514  0x00000859 isolate1  0x0000000d , 0x00000012 
- 00008515  0x0000085a call  0x0000211e 
- 00008516  0x0000085b arg  0x00000005 , 0x00000007 
- 00008517  0x0000085d call  0x0000211c 
- 00008518  0x0000085e call  0x0000211e 
- 00008519  0x0000085f call  0x00002122 
- 00008520  0x00000860 arg  0x00008ac2 , 0x00000005 
- 00008521  0x00000861 rshift4  0x00000011 , 0x0000003f 
- 00008522  0x00000862 call  0x00002117 
- 00008523  0x00000863 rshift4  0x00000012 , 0x0000003f 
- 00008524  0x00000864 call  0x00002117 
- 00008525  0x00000865 increase  0xffffffff , 0x00000007 
- 00008526  0x00000866 branch  0x00002145 , 0x00000002 
- 00008527  0x00000867 jam  0x00000052 , 0x00008a8f 
- 00008528  0x00000868 jam  0x00000002 , 0x00008a30 
- 00008529  0x00000869 jam  0x00000000 , 0x00008981 
- 00008530  0x0000086c bpatch  0x00000010 , 0x00004002 
- 00008531  0x0000086d call  0x00006875 
- 00008532  0x0000086e disable  0x00000020 
- 00008533  0x0000086f disable  0x00000021 
- 00008534  0x00000870 setarg  0x00000200 
- 00008535  0x00000871 store  0x00000004 , 0x00008a23 
- 00008536  0x00000872 jam  0x000000fa , 0x00008a01 
- 00008537  0x00000873 nop  0x0000000c 
- 00008538  0x00000874 jam  0x00000000 , 0x00008a0f 
- 00008539  0x00000875 jam  0x0000001a , 0x00008a12 
- 00008540  0x00000876 jam  0x0000002b , 0x00008a14 
- 00008541  0x00000877 force  0x00000008 , 0x00000015 
- 00008542  0x00000878 force  0x00000000 , 0x00000015 
- 00008543  0x0000087a branch  0x0000230f 
- 00008544  0x0000087d bpatch  0x00000011 , 0x00004002 
- 00008545  0x0000087e jam  0x00000060 , 0x00008a0f 
- 00008546  0x0000087f jam  0x000000aa , 0x00008a10 
- 00008547  0x00000880 jam  0x0000007a , 0x00008a12 
- 00008548  0x00000881 jam  0x00000000 , 0x00008a25 
- 00008549  0x00000882 jam  0x00000000 , 0x00008a26 
- 00008550  0x00000883 nop  0x0000003c 
- 00008551  0x00000884 jam  0x00000020 , 0x00008a20 
- 00008552  0x00000885 jam  0x000000fd , 0x00008a23 
- 00008553  0x00000886 jam  0x00000012 , 0x00008a24 
- 00008554  0x00000887 jam  0x00000010 , 0x00008a24 
- 00008555  0x00000888 nop  0x0000003c 
- 00008556  0x00000889 jam  0x00000060 , 0x00008a12 
- 00008557  0x0000088a jam  0x000000dd , 0x00008a23 
- 00008558  0x0000088b rtn 
- 00008559  0x0000088e bpatch  0x00000012 , 0x00004002 
- 00008560  0x0000088f jam  0x00000001 , 0x00008900 
- 00008561  0x00000890 jam  0x0000009d , 0x00008a23 
- 00008562  0x00000891 jam  0x00000002 , 0x00008a24 
- 00008563  0x00000892 nop  0x00000014 
- 00008564  0x00000893 jam  0x00000065 , 0x00008a70 
- 00008565  0x00000894 jam  0x0000009f , 0x00008a23 
- 00008566  0x00000895 call  0x0000218f 
- 00008567  0x00000896 storet  0x00000001 , 0x00000008 
- 00008568  0x00000897 increase  0x00000001 , 0x00000002 
- 00008569  0x0000089c bpatch  0x00000013 , 0x00004002 
- 00008570  0x0000089d rshift4  0x00000002 , 0x0000003f 
- 00008571  0x0000089e arg  0x00004135 , 0x00000006 
- 00008572  0x0000089f iadd  0x00000006 , 0x00000006 
- 00008573  0x000008a0 ifetch  0x00000001 , 0x00000006 
- 00008574  0x000008a1 fetchr  0x00000011 , 0x00000001 , 0x00008a71 
- 00008575  0x000008a2 and_into  0x0000000f , 0x00000011 
- 00008576  0x000008a3 ior  0x00000011 , 0x0000003f 
- 00008577  0x000008a4 store  0x00000001 , 0x00008a71 
- 00008578  0x000008a5 call  0x000021d0 
- 00008579  0x000008a6 nop  0x00000090 
- 00008580  0x000008a7 fetch  0x00000001 , 0x00004099 
- 00008581  0x000008a8 beq  0x00000018 , 0x00002187 
- 00008582  0x000008a9 nop  0x00000024 
- 00008583  0x000008ab jam  0x00000080 , 0x00008a20 
- 00008584  0x000008ac rtn 
- 00008585  0x000008b0 setarg  0x00008312 
- 00008586  0x000008b1 store  0x00000002 , 0x00008907 
- 00008587  0x000008b2 branch  0x00002197 
- 00008588  0x000008b5 setarg  0x00004189 
- 00008589  0x000008b6 store  0x00000002 , 0x00008907 
- 00008590  0x000008b7 branch  0x000021a3 
- 00008591  0x000008bb bpatch  0x00000014 , 0x00004002 
- 00008592  0x000008bc jam  0x00000011 , 0x00008a82 
- 00008593  0x000008bd jam  0x00000012 , 0x00008a8d 
- 00008594  0x000008be jam  0x0000000a , 0x00008a8e 
- 00008595  0x000008bf fetch  0x00000001 , 0x00004099 
- 00008596  0x000008c0 beq  0x00000010 , 0x00002189 
- 00008597  0x000008c1 setarg  0x00005762 
- 00008598  0x000008c2 store  0x00000002 , 0x00008907 
- 00008599  0x000008c4 jam  0x00000003 , 0x00008901 
- 00008600  0x000008c5 jam  0x00000084 , 0x00008920 
- 00008601  0x000008c6 rtnmark1  0x0000002d 
- 00008602  0x000008c7 jam  0x00000001 , 0x00008901 
- 00008603  0x000008c8 jam  0x00000080 , 0x00008920 
- 00008604  0x000008c9 jam  0x00000007 , 0x00008a82 
- 00008605  0x000008ca jam  0x00000044 , 0x00008a8d 
- 00008606  0x000008cb jam  0x0000000a , 0x00008a8e 
- 00008607  0x000008cc fetch  0x00000001 , 0x00004099 
- 00008608  0x000008cd beq  0x00000010 , 0x0000218c 
- 00008609  0x000008ce setarg  0x00002bb1 
- 00008610  0x000008cf store  0x00000002 , 0x00008907 
- 00008611  0x000008d1 rtnmark0  0x0000002f 
- 00008612  0x000008d2 jam  0x00000005 , 0x00008901 
- 00008613  0x000008d3 rtn 
- 00008614  0x000008d6 bpatch  0x00000015 , 0x00004002 
- 00008615  0x000008d7 call  0x0000686f 
- 00008616  0x000008d8 call  0x000021ba 
- 00008617  0x000008d9 force  0x00000008 , 0x00000015 
- 00008618  0x000008da force  0x00000000 , 0x00000015 
- 00008619  0x000008dc setarg  0x000aaada 
- 00008620  0x000008dd store  0x00000003 , 0x00008a0f 
- 00008621  0x000008de jam  0x00000040 , 0x00008a25 
- 00008622  0x000008df jam  0x00000010 , 0x00008a26 
- 00008623  0x000008e0 nop  0x0000003c 
- 00008624  0x000008e1 jam  0x000000fb , 0x00008a01 
- 00008625  0x000008e2 jam  0x000000ff , 0x00008a25 
- 00008626  0x000008e3 jam  0x00000030 , 0x00008a26 
- 00008627  0x000008e4 jam  0x0000005e , 0x00008a16 
- 00008628  0x000008e5 nop  0x00000014 
- 00008629  0x000008e6 jam  0x00000000 , 0x00008a10 
- 00008630  0x000008e7 jam  0x00000008 , 0x00008a11 
- 00008631  0x000008e8 nop  0x00000078 
- 00008632  0x000008e9 jam  0x0000000d , 0x00008900 
- 00008633  0x000008ea rtn 
- 00008634  0x000008ee fetch  0x00000001 , 0x00004143 
- 00008635  0x000008ef beq  0x000000ff , 0x000021c1 
- 00008636  0x000008f0 arg  0x00004144 , 0x00000006 
- 00008637  0x000008f1 iadd  0x00000006 , 0x00000006 
- 00008638  0x000008f2 ifetch  0x00000001 , 0x00000006 
- 00008639  0x000008f3 store  0x00000001 , 0x00008961 
- 00008640  0x000008f4 jam  0x00000027 , 0x00008960 
- 00008641  0x000008f7 fetcht  0x00000001 , 0x00004147 
- 00008642  0x000008f8 fetch  0x00000001 , 0x00008960 
- 00008643  0x000008f9 ior  0x00000002 , 0x0000003f 
- 00008644  0x000008fa store  0x00000001 , 0x00008960 
- 00008645  0x000008fb rtn 
- 00008646  0x000008ff jam  0x00000003 , 0x00008900 
- 00008647  0x00000900 jam  0x00000002 , 0x00008a24 
- 00008648  0x00000901 nop  0x00000014 
- 00008649  0x00000902 jam  0x00000065 , 0x00008a70 
- 00008650  0x00000903 jam  0x000000df , 0x00008a23 
- 00008651  0x00000904 call  0x0000218f 
- 00008652  0x00000905 call  0x000021e8 
- 00008653  0x00000906 storet  0x00000001 , 0x00000008 
- 00008654  0x00000907 increase  0x00000002 , 0x00000002 
- 00008655  0x00000908 branch  0x00002179 
- 00008656  0x0000090d bpatch  0x00000016 , 0x00004002 
- 00008657  0x0000090e setarg  0x00000960 
- 00008658  0x0000090f iadd  0x00000002 , 0x0000003f 
- 00008659  0x00000910 copy  0x0000003f , 0x00000011 
- 00008660  0x00000911 fetcht  0x00000001 , 0x00004099 
- 00008661  0x00000912 rshift  0x00000002 , 0x00000002 
- 00008662  0x00000913 idiv  0x00000002 
- 00008663  0x00000915 call  0x00007d62 
- 00008664  0x00000916 quotient  0x0000003f 
- 00008665  0x00000917 store  0x00000002 , 0x00008909 
- 00008666  0x00000918 remainder  0x0000003f 
- 00008667  0x00000919 lshift16  0x0000003f , 0x0000003f 
- 00008668  0x0000091a lshift8  0x0000003f , 0x0000003f 
- 00008669  0x0000091b idiv  0x00000002 
- 00008670  0x0000091c call  0x00007d62 
- 00008671  0x0000091d quotient  0x0000003f 
- 00008672  0x0000091e store  0x00000003 , 0x0000890b 
- 00008673  0x00000923 storer  0x00000011 , 0x00000001 , 0x00008a22 
- 00008674  0x00000924 rshift8  0x00000011 , 0x00000011 
- 00008675  0x00000925 storer  0x00000011 , 0x00000001 , 0x00008a21 
- 00008676  0x00000926 jam  0x000000a0 , 0x00008a20 
- 00008677  0x00000927 jam  0x000000e0 , 0x00008a20 
- 00008678  0x00000928 jam  0x000000a0 , 0x00008a20 
- 00008679  0x00000929 rtn 
- 00008680  0x0000092c add  0x00000002 , 0x00000002 , 0x0000003f 
- 00008681  0x0000092d rshift3  0x0000003f , 0x0000003f 
- 00008682  0x0000092e and_into  0xfffffffe , 0x0000003f 
- 00008683  0x0000092f arg  0x0000411d , 0x00000006 
- 00008684  0x00000930 bmark0  0x0000002d , 0x000021ee 
- 00008685  0x00000931 increase  0x0000000c , 0x00000006 
- 00008686  0x00000933 iadd  0x00000006 , 0x00000006 
- 00008687  0x00000934 ifetchr  0x00000011 , 0x00000002 , 0x00000006 
- 00008688  0x00000935 ifetch  0x00000002 , 0x00000006 
- 00008689  0x00000936 isub  0x00000011 , 0x0000003f 
- 00008690  0x00000937 add  0x00000002 , 0x00000002 , 0x00000006 
- 00008691  0x00000938 and_into  0x0000000f , 0x00000006 
- 00008692  0x00000939 imul32  0x00000006 , 0x0000003f 
- 00008693  0x0000093a rshift4  0x0000003f , 0x0000003f 
- 00008694  0x0000093b iadd  0x00000011 , 0x0000003f 
- 00008695  0x0000093c store  0x00000002 , 0x00008905 
- 00008696  0x0000093d rtn 
- 00008697  0x00000942 bpatch  0x00000017 , 0x00004002 
- 00008698  0x00000943 call  0x000021c6 
- 00008699  0x00000944 nop  0x00000258 
- 00008700  0x00000947 bpatch  0x00000018 , 0x00004003 
- 00008701  0x00000948 setarg  0x000aaa7e 
- 00008702  0x00000949 store  0x00000003 , 0x00008a0f 
- 00008703  0x0000094a nop  0x0000003c 
- 00008704  0x0000094b jam  0x00000000 , 0x00008a25 
- 00008705  0x0000094c jam  0x0000000d , 0x00008a26 
- 00008706  0x0000094d jam  0x00000056 , 0x00008a16 
- 00008707  0x0000094e nop  0x0000001e 
- 00008708  0x0000094f jam  0x0000001b , 0x00008a15 
- 00008709  0x00000950 call  0x0000220c 
- 00008710  0x00000951 nop  0x00000014 
- 00008711  0x00000952 jam  0x0000000f , 0x00008a26 
- 00008712  0x00000953 nop  0x00000014 
- 00008713  0x00000954 jam  0x000000a8 , 0x00008a10 
- 00008714  0x00000955 jam  0x00000000 , 0x00008a11 
- 00008715  0x00000956 rtn 
- 00008716  0x00000959 bpatch  0x00000019 , 0x00004003 
- 00008717  0x0000095a fetch  0x00000001 , 0x00004141 
- 00008718  0x0000095b beq  0x00000000 , 0x00002217 
- 00008719  0x0000095c beq  0x00000003 , 0x0000221c 
- 00008720  0x0000095d beq  0x00000005 , 0x00002221 
- 00008721  0x0000095e beq  0x00000007 , 0x00002225 
- 00008722  0x0000095f beq  0x0000000a , 0x00002229 
- 00008723  0x00000960 beq  0x00000083 , 0x0000222d 
- 00008724  0x00000961 beq  0x00000085 , 0x00002231 
- 00008725  0x00000962 beq  0x0000008a , 0x00002235 
- 00008726  0x00000963 beq  0x00000094 , 0x00002239 
- 00008727  0x00000965 jam  0x00000017 , 0x00008a14 
- 00008728  0x00000966 setarg  0x00251a3f 
- 00008729  0x00000967 store  0x00000003 , 0x00008a60 
- 00008730  0x00000969 jam  0x00000028 , 0x00008a63 
- 00008731  0x0000096a rtn 
- 00008732  0x0000096d jam  0x00000025 , 0x00008a14 
- 00008733  0x0000096e setarg  0x00a91c2d 
- 00008734  0x0000096f store  0x00000003 , 0x00008a60 
- 00008735  0x00000971 jam  0x0000002f , 0x00008a63 
- 00008736  0x00000972 rtn 
- 00008737  0x00000975 jam  0x00000025 , 0x00008a14 
- 00008738  0x00000976 setarg  0x00a91c3f 
- 00008739  0x00000977 store  0x00000003 , 0x00008a60 
- 00008740  0x00000978 branch  0x0000221f 
- 00008741  0x0000097b jam  0x00000025 , 0x00008a14 
- 00008742  0x0000097c setarg  0x00a9383f 
- 00008743  0x0000097d store  0x00000003 , 0x00008a60 
- 00008744  0x0000097e branch  0x0000221f 
- 00008745  0x00000981 jam  0x00000025 , 0x00008a14 
- 00008746  0x00000982 setarg  0x00a93f3f 
- 00008747  0x00000983 store  0x00000003 , 0x00008a60 
- 00008748  0x00000984 branch  0x0000221f 
- 00008749  0x00000988 jam  0x00000017 , 0x00008a14 
- 00008750  0x00000989 setarg  0x00251827 
- 00008751  0x0000098a store  0x00000003 , 0x00008a60 
- 00008752  0x0000098b branch  0x0000221a 
- 00008753  0x0000098e jam  0x00000017 , 0x00008a14 
- 00008754  0x0000098f setarg  0x0025181c 
- 00008755  0x00000990 store  0x00000003 , 0x00008a60 
- 00008756  0x00000991 branch  0x0000221a 
- 00008757  0x00000994 jam  0x00000017 , 0x00008a14 
- 00008758  0x00000995 setarg  0x0025180b 
- 00008759  0x00000996 store  0x00000003 , 0x00008a60 
- 00008760  0x00000997 branch  0x0000221a 
- 00008761  0x0000099a jam  0x00000017 , 0x00008a14 
- 00008762  0x0000099b setarg  0x00251000 
- 00008763  0x0000099c store  0x00000003 , 0x00008a60 
- 00008764  0x0000099d branch  0x0000221a 
- 00008765  0x000009a2 jam  0x00000006 , 0x00008042 
- 00008766  0x000009a4 fetch  0x00000002 , 0x0000409c 
- 00008767  0x000009a5 bbit0  0x0000000e , 0x0000223e 
- 00008768  0x000009a6 iforce  0x00000006 
- 00008769  0x000009a7 arg  0x00008a00 , 0x00000002 
- 00008770  0x000009a9 ifetch  0x00000001 , 0x00000006 
- 00008771  0x000009aa beq  0x000000ff , 0x00002248 
- 00008772  0x000009ab ior  0x00000002 , 0x00000005 
- 00008773  0x000009ac ifetch  0x00000001 , 0x00000006 
- 00008774  0x000009ad istore  0x00000001 , 0x00000005 
- 00008775  0x000009ae branch  0x00002242 
- 00008776  0x000009b1 bpatch  0x0000001a , 0x00004003 
- 00008777  0x000009b2 fetch  0x00000001 , 0x00004436 
- 00008778  0x000009b3 call  0x000070d7 , 0x00000034 
- 00008779  0x000009b5 until  0x0000003e , 0x00000033 
- 00008780  0x000009b6 jam  0x0000005f , 0x0000813b 
- 00008781  0x000009b7 fetch  0x00000001 , 0x00004099 
- 00008782  0x000009b8 beq  0x00000010 , 0x00002266 
- 00008783  0x000009b9 fetch  0x00000001 , 0x00004438 
- 00008784  0x000009ba or_into  0x00000004 , 0x0000003f 
- 00008785  0x000009bb store  0x00000001 , 0x00008a02 
- 00008786  0x000009bc jam  0x00000001 , 0x0000890f 
- 00008787  0x000009bd jam  0x00000024 , 0x00008a80 
- 00008788  0x000009be jam  0x00000062 , 0x00008a81 
- 00008789  0x000009bf setarg  0x00e61212 
- 00008790  0x000009c0 store  0x00000003 , 0x00008a73 
- 00008791  0x000009c3 jam  0x00000060 , 0x00008a86 
- 00008792  0x000009c4 jam  0x0000003b , 0x00008a8b 
- 00008793  0x000009c6 call  0x00002286 
- 00008794  0x000009c7 jam  0x00000000 , 0x00008043 
- 00008795  0x000009c8 jam  0x00000005 , 0x00008042 
- 00008796  0x000009c9 setarg  0x00557474 
- 00008797  0x000009ca store  0x00000003 , 0x00008968 
- 00008798  0x000009cb jam  0x0000006e , 0x00008960 
- 00008799  0x000009cc call  0x00002133 
- 00008800  0x000009cd call  0x00002271 
- 00008801  0x000009ce fetch  0x00000001 , 0x0000411c 
- 00008802  0x000009cf store  0x00000001 , 0x0000813a 
- 00008803  0x000009d1 jam  0x0000000c , 0x00004148 
- 00008804  0x000009d2 call  0x00006f4e 
- 00008805  0x000009d3 branch  0x000022b4 
- 00008806  0x000009d6 fetch  0x00000001 , 0x00004438 
- 00008807  0x000009d7 or_into  0x00000006 , 0x0000003f 
- 00008808  0x000009d8 store  0x00000001 , 0x00008a02 
- 00008809  0x000009d9 jam  0x00000000 , 0x0000890f 
- 00008810  0x000009da jam  0x00000023 , 0x00008a80 
- 00008811  0x000009db jam  0x000000b0 , 0x00008a81 
- 00008812  0x000009dc setarg  0x00e40909 
- 00008813  0x000009dd store  0x00000003 , 0x00008a73 
- 00008814  0x000009de jam  0x0000002a , 0x00008a76 
- 00008815  0x000009df jam  0x00000004 , 0x00008902 
- 00008816  0x000009e0 branch  0x00002257 
- 00008817  0x000009e3 bpatch  0x0000001b , 0x00004003 
- 00008818  0x000009e4 call  0x00002160 
- 00008819  0x000009e5 jam  0x00000003 , 0x00008900 
- 00008820  0x000009e6 jam  0x00000001 , 0x00008a70 
- 00008821  0x000009e7 arg  0x0000411d , 0x00000012 
- 00008822  0x000009e8 arg  0x00004135 , 0x00000018 
- 00008823  0x000009e9 call  0x0000227c 
- 00008824  0x000009ea set1  0x0000002d , 0x00000000 
- 00008825  0x000009eb call  0x0000227c 
- 00008826  0x000009ec jam  0x00000061 , 0x00008a70 
- 00008827  0x000009ed branch  0x00002152 
- 00008828  0x000009f0 call  0x0000218f 
- 00008829  0x000009f1 arg  0x00000006 , 0x00000039 
- 00008830  0x000009f2 arg  0x00000000 , 0x00000013 
- 00008831  0x000009f4 copy  0x00000013 , 0x00000002 
- 00008832  0x000009f5 call  0x00002294 
- 00008833  0x000009f6 increase  0x00000002 , 0x00000012 
- 00008834  0x000009f7 increase  0x00000001 , 0x00000018 
- 00008835  0x000009f8 increase  0x00000010 , 0x00000013 
- 00008836  0x000009f9 loop  0x0000227f 
- 00008837  0x000009fa rtn 
- 00008838  0x000009fd fetch  0x00000001 , 0x00004099 
- 00008839  0x000009fe beq  0x00000018 , 0x0000228c 
- 00008840  0x000009ff fetch  0x00000001 , 0x00004438 
- 00008841  0x00000a00 or_into  0x00000006 , 0x0000003f 
- 00008842  0x00000a01 store  0x00000001 , 0x00008a02 
- 00008843  0x00000a02 jam  0x000000e0 , 0x00008a05 
- 00008844  0x00000a04 jam  0x000000c8 , 0x00008a00 
- 00008845  0x00000a05 nop  0x0000003c 
- 00008846  0x00000a06 jam  0x000000a0 , 0x00008a01 
- 00008847  0x00000a07 jam  0x000000cf , 0x00008a00 
- 00008848  0x00000a08 jam  0x000000fa , 0x00008a01 
- 00008849  0x00000a09 nop  0x00000014 
- 00008850  0x00000a0a jam  0x0000008f , 0x00008a00 
- 00008851  0x00000a0b rtn 
- 00008852  0x00000a0e bpatch  0x0000001c , 0x00004003 
- 00008853  0x00000a0f jam  0x00000030 , 0x00008a20 
- 00008854  0x00000a10 jam  0x000000dd , 0x00008a23 
- 00008855  0x00000a11 call  0x000021d0 
- 00008856  0x00000a13 fetch  0x00000001 , 0x00008a7c 
- 00008857  0x00000a14 bbit0  0x00000000 , 0x00002298 
- 00008858  0x00000a15 jam  0x00000030 , 0x00008a7b 
- 00008859  0x00000a16 call  0x000022ae 
- 00008860  0x00000a17 iforce  0x00000011 
- 00008861  0x00000a18 jam  0x00000040 , 0x00008a7b 
- 00008862  0x00000a19 call  0x000022ae 
- 00008863  0x00000a1a isub  0x00000011 , 0x0000003f 
- 00008864  0x00000a1b mul32  0x0000003f , 0x0000007d , 0x00000002 
- 00008865  0x00000a1c setarg  0x00b00000 
- 00008866  0x00000a1d idiv  0x00000002 
- 00008867  0x00000a1e call  0x00007d62 
- 00008868  0x00000a1f quotient  0x0000003f 
- 00008869  0x00000a20 bmark0  0x0000002d , 0x000022a7 
- 00008870  0x00000a21 lshift  0x0000003f , 0x0000003f 
- 00008871  0x00000a23 istore  0x00000002 , 0x00000012 
- 00008872  0x00000a24 jam  0x00000020 , 0x00008a7b 
- 00008873  0x00000a25 fetch  0x00000001 , 0x00008a7e 
- 00008874  0x00000a26 lshift4  0x0000003f , 0x0000003f 
- 00008875  0x00000a27 istore  0x00000001 , 0x00000018 
- 00008876  0x00000a28 jam  0x00000000 , 0x00008a7b 
- 00008877  0x00000a29 rtn 
- 00008878  0x00000a2c fetch  0x00000002 , 0x00008a7d 
- 00008879  0x00000a2d byteswap  0x0000003f , 0x0000003f 
- 00008880  0x00000a2e fetcht  0x00000001 , 0x00008a7c 
- 00008881  0x00000a2f lshift16  0x00000002 , 0x00000002 
- 00008882  0x00000a30 ior  0x00000002 , 0x0000003f 
- 00008883  0x00000a31 rtn 
- 00008884  0x00000a35 bpatch  0x0000001d , 0x00004003 
- 00008885  0x00000a36 fetch  0x00000001 , 0x00008a0d 
- 00008886  0x00000a37 set1  0x00000000 , 0x0000003f 
- 00008887  0x00000a38 store  0x00000001 , 0x00008a0d 
- 00008888  0x00000a39 jam  0x000000f0 , 0x00008a0e 
- 00008889  0x00000a3a fetch  0x00000001 , 0x00008a05 
- 00008890  0x00000a3b or_into  0x00000016 , 0x0000003f 
- 00008891  0x00000a3c store  0x00000001 , 0x00008a05 
- 00008892  0x00000a3e fetch  0x00000001 , 0x00004411 
- 00008893  0x00000a3f store  0x00000001 , 0x00000678 
- 00008894  0x00000a40 fetch  0x00000001 , 0x00004408 
- 00008895  0x00000a41 store  0x00000001 , 0x00000679 
- 00008896  0x00000a42 jam  0x00000000 , 0x00004411 
- 00008897  0x00000a43 fetch  0x00000001 , 0x0000443e 
- 00008898  0x00000a44 store  0x00000001 , 0x00004408 
- 00008899  0x00000a45 fetcht  0x00000001 , 0x0000443d 
- 00008900  0x00000a46 call  0x00006f0f 
- 00008901  0x00000a48 arg  0x00000000 , 0x00000011 
- 00008902  0x00000a49 arg  0x00000008 , 0x00000039 
- 00008903  0x00000a4b call  0x00006f82 
- 00008904  0x00000a4c fetch  0x00000002 , 0x0000440a 
- 00008905  0x00000a4d iadd  0x00000011 , 0x00000011 
- 00008906  0x00000a4e loop  0x000022c7 
- 00008907  0x00000a4f rshift3  0x00000011 , 0x00000011 
- 00008908  0x00000a50 store  0x00000002 , 0x0000440a 
- 00008909  0x00000a52 fetch  0x00000001 , 0x00000678 
- 00008910  0x00000a53 store  0x00000001 , 0x00004411 
- 00008911  0x00000a54 fetch  0x00000001 , 0x00000679 
- 00008912  0x00000a55 store  0x00000001 , 0x00004408 
- 00008913  0x00000a57 fetch  0x00000001 , 0x00008a05 
- 00008914  0x00000a58 and_into  0x000000e0 , 0x0000003f 
- 00008915  0x00000a59 store  0x00000001 , 0x00008a05 
- 00008916  0x00000a5a jam  0x00000000 , 0x00008a0e 
- 00008917  0x00000a5b fetch  0x00000001 , 0x00008a0d 
- 00008918  0x00000a5c set0  0x00000000 , 0x0000003f 
- 00008919  0x00000a5d store  0x00000001 , 0x00008a0d 
- 00008920  0x00000a5f call  0x00006fb0 
- 00008921  0x00000a60 fetcht  0x00000002 , 0x0000443b 
- 00008922  0x00000a61 isub  0x00000002 , 0x0000003e 
- 00008923  0x00000a62 branch  0x000022e4 , 0x00000002 
- 00008924  0x00000a63 fetcht  0x00000002 , 0x00004439 
- 00008925  0x00000a64 isub  0x00000002 , 0x0000003e 
- 00008926  0x00000a65 rtn  0x00000002 
- 00008927  0x00000a67 fetch  0x00000001 , 0x00004438 
- 00008928  0x00000a68 rtneq  0x00000000 
- 00008929  0x00000a69 increase  0xffffffe0 , 0x0000003f 
- 00008930  0x00000a6a store  0x00000001 , 0x00004438 
- 00008931  0x00000a6b rtn 
- 00008932  0x00000a6e fetch  0x00000001 , 0x00004438 
- 00008933  0x00000a6f rtneq  0x000000e0 
- 00008934  0x00000a70 increase  0x00000020 , 0x0000003f 
- 00008935  0x00000a71 store  0x00000001 , 0x00004438 
- 00008936  0x00000a72 rtn 
- 00008937  0x00000a76 bpatch  0x0000001e , 0x00004003 
- 00008938  0x00000a78 fetch  0x00000001 , 0x000089a2 
- 00008939  0x00000a79 isolate1  0x00000006 , 0x0000003f 
- 00008940  0x00000a7a setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00008941  0x00000a7b store  0x00000001 , 0x00004142 
- 00008942  0x00000a7d fetch  0x00000001 , 0x000089a3 
- 00008943  0x00000a7e and  0x0000003f , 0x0000000f , 0x00000002 
- 00008944  0x00000a7f lshift  0x00000002 , 0x00000002 
- 00008945  0x00000a80 rshift4  0x0000003f , 0x0000003f 
- 00008946  0x00000a81 iadd  0x00000002 , 0x00000002 
- 00008947  0x00000a82 mul32  0x00000002 , 0x00000003 , 0x00000011 
- 00008948  0x00000a84 fetch  0x00000001 , 0x00004142 
- 00008949  0x00000a85 call  0x000022ff 
- 00008950  0x00000a86 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00008951  0x00000a87 iadd  0x00000011 , 0x0000003f 
- 00008952  0x00000a88 increase  0xfffffff7 , 0x0000003f 
- 00008953  0x00000a89 and  0x0000003f , 0x000001ff , 0x0000003f 
- 00008954  0x00000a8a isolate1  0x00000008 , 0x0000003f 
- 00008955  0x00000a8b nbranch  0x000022fd , 0x00000001 
- 00008956  0x00000a8c setarg  0x00000000 
- 00008957  0x00000a8e store  0x00000001 , 0x00000035 
- 00008958  0x00000a8f branch  0x00002304 
- 00008959  0x00000a92 isolate1  0x00000007 , 0x0000003f 
- 00008960  0x00000a93 nrtn  0x00000001 
- 00008961  0x00000a94 arg  0x0000ff00 , 0x00000002 
- 00008962  0x00000a95 ior  0x00000002 , 0x0000003f 
- 00008963  0x00000a96 rtn 
- 00008964  0x00000a99 fetch  0x00000001 , 0x00000035 
- 00008965  0x00000a9a call  0x00002308 
- 00008966  0x00000a9b store  0x00000001 , 0x00000009 
- 00008967  0x00000a9c rtn 
- 00008968  0x00000a9f and_into  0x000000ff , 0x0000003f 
- 00008969  0x00000aa0 div  0x0000003f , 0x0000000a 
- 00008970  0x00000aa1 call  0x00007d5f 
- 00008971  0x00000aa2 lshift4  0x0000003f , 0x0000003f 
- 00008972  0x00000aa3 remainder  0x00000002 
- 00008973  0x00000aa4 ior  0x00000002 , 0x0000003f 
- 00008974  0x00000aa5 rtn 
- 00008975  0x00000aa8 bpatch  0x0000001f , 0x00004003 
- 00008976  0x00000aa9 fetch  0x00000001 , 0x00004143 
- 00008977  0x00000aaa rtneq  0x000000ff 
- 00008978  0x00000aab nbranch  0x00002336 , 0x00000018 
- 00008979  0x00000aac fetch  0x00000001 , 0x00004142 
- 00008980  0x00000aad sub  0x0000003f , 0x000000f0 , 0x0000003e 
- 00008981  0x00000aae nbranch  0x0000233a , 0x00000002 
- 00008982  0x00000aaf sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00008983  0x00000ab0 branch  0x0000233a , 0x00000002 
- 00008984  0x00000ab2 fetchr  0x00000011 , 0x00000001 , 0x00008961 
- 00008985  0x00000ab3 fetch  0x00000001 , 0x00004143 
- 00008986  0x00000ab4 rtneq  0x00000000 
- 00008987  0x00000ab5 arg  0x00004144 , 0x00000006 
- 00008988  0x00000ab6 iadd  0x00000006 , 0x00000006 
- 00008989  0x00000ab7 ifetch  0x00000001 , 0x00000006 
- 00008990  0x00000ab8 isub  0x00000011 , 0x0000003e 
- 00008991  0x00000ab9 nrtn  0x00000005 
- 00008992  0x00000aba increase  0xfffffffe , 0x00000006 
- 00008993  0x00000abb ifetcht  0x00000001 , 0x00000006 
- 00008994  0x00000abc rshift4  0x00000002 , 0x0000003f 
- 00008995  0x00000abd rshift4  0x00000011 , 0x00000012 
- 00008996  0x00000abe isub  0x00000012 , 0x00000012 
- 00008997  0x00000abf and  0x00000002 , 0x0000000f , 0x0000003f 
- 00008998  0x00000ac0 and  0x00000011 , 0x0000000f , 0x00000011 
- 00008999  0x00000ac1 isub  0x00000011 , 0x00000011 
- 00009000  0x00000ac2 lshift  0x00000011 , 0x0000003f 
- 00009001  0x00000ac3 iadd  0x00000012 , 0x00000012 
- 00009002  0x00000ac4 mul32  0x00000012 , 0x00000003 , 0x00000012 
- 00009003  0x00000ac5 fetcht  0x00000001 , 0x00004142 
- 00009004  0x00000ac6 and  0x00000002 , 0x00000080 , 0x0000003f 
- 00009005  0x00000ac7 rtn  0x00000034 
- 00009006  0x00000ac9 setarg  0x00000100 
- 00009007  0x00000aca isub  0x00000002 , 0x00000002 
- 00009008  0x00000acb copy  0x00000012 , 0x0000003f 
- 00009009  0x00000acc isub  0x00000002 , 0x0000003f 
- 00009010  0x00000acd rtn  0x00000002 
- 00009011  0x00000ace and  0x0000003f , 0x000000ff , 0x0000003f 
- 00009012  0x00000acf rtneq  0x000000ff 
- 00009013  0x00000ad0 rtneq  0x000000fe 
- 00009014  0x00000ad3 fetch  0x00000001 , 0x00004143 
- 00009015  0x00000ad4 beq  0x00000001 , 0x0000233f 
- 00009016  0x00000ad5 beq  0x00000002 , 0x00002341 
- 00009017  0x00000ad7 branch  0x0000233f 
- 00009018  0x00000ada fetch  0x00000001 , 0x00004143 
- 00009019  0x00000adb beq  0x00000000 , 0x00002341 
- 00009020  0x00000adc beq  0x00000001 , 0x0000233d 
- 00009021  0x00000adf jam  0x00000002 , 0x00004143 
- 00009022  0x00000ae0 rtn 
- 00009023  0x00000ae3 jam  0x00000000 , 0x00004143 
- 00009024  0x00000ae4 rtn 
- 00009025  0x00000ae7 jam  0x00000001 , 0x00004143 
- 00009026  0x00000ae8 rtn 
- 00009027  0x00000af0 copy  0x0000003f , 0x00000002 
- 00009028  0x00000af1 bpatch  0x00000020 , 0x00004004 
- 00009029  0x00000af2 copy  0x00000002 , 0x0000003f 
- 00009030  0x00000af3 call  0x00007d2c 
- 00009031  0x00000af4 lshift16  0x00000021 , 0x0000003f 
- 00009032  0x00000af5 set1  0x0000002c , 0x0000003f 
- 00009033  0x00000af6 call  0x00007d12 
- 00009034  0x00000af7 set0  0x0000002c , 0x0000003f 
- 00009035  0x00000af8 call  0x00002352 
- 00009036  0x00000af9 call  0x00007d12 
- 00009037  0x00000afa rtn  0x00000028 
- 00009038  0x00000afb call  0x00007d1f 
- 00009039  0x00000afc iforce  0x0000001b 
- 00009040  0x00000afd until  0x0000003e , 0x00000003 
- 00009041  0x00000afe rtn 
- 00009042  0x00000b02 copy  0x00000019 , 0x00000002 
- 00009043  0x00000b03 rtn  0x00000029 
- 00009044  0x00000b04 copy  0x0000001a , 0x00000002 
- 00009045  0x00000b05 rtn 
- 00009046  0x00000b08 deposit  0x00000022 
- 00009047  0x00000b09 rtn  0x00000029 
- 00009048  0x00000b0a deposit  0x00000028 
- 00009049  0x00000b0b rtn 
- 00009050  0x00000b0f bpatch  0x00000021 , 0x00004004 
- 00009051  0x00000b10 branch  0x0000235a 
- 00009052  0x00000b14 rtn  0x00000034 
- 00009053  0x00000b16 rshift  0x0000003f , 0x0000003f 
- 00009054  0x00000b17 increase  0xfffffffd , 0x0000003f 
- 00009055  0x00000b19 increase  0xffffffff , 0x0000003f 
- 00009056  0x00000b1a nbranch  0x0000235f , 0x00000005 
- 00009057  0x00000b1b force  0x00000000 , 0x0000003f 
- 00009058  0x00000b1c rtn 
- 00009059  0x00000b22 setarg  0x00000e43 
- 00009060  0x00000b23 store  0x00000002 , 0x00000036 
- 00009061  0x00000b24 setarg  0x00000600 
- 00009062  0x00000b25 store  0x00000002 , 0x00000038 
- 00009063  0x00000b26 setarg  0x00000600 
- 00009064  0x00000b27 store  0x00000002 , 0x0000003a 
- 00009065  0x00000b28 setarg  0x00000d00 
- 00009066  0x00000b29 store  0x00000002 , 0x00000040 
- 00009067  0x00000b2a setarg  0x000003bb 
- 00009068  0x00000b2b store  0x00000002 , 0x0000003c 
- 00009069  0x00000b2c setarg  0x00000500 
- 00009070  0x00000b2d store  0x00000002 , 0x0000003e 
- 00009071  0x00000b2e setarg  0x000007d0 
- 00009072  0x00000b2f store  0x00000002 , 0x00000042 
- 00009073  0x00000b30 setarg  0x00000ea6 
- 00009074  0x00000b31 store  0x00000002 , 0x00000044 
- 00009075  0x00000b32 setarg  0x000001e0 
- 00009076  0x00000b33 store  0x00000002 , 0x00000046 
- 00009077  0x00000b34 setarg  0x00000120 
- 00009078  0x00000b35 store  0x00000002 , 0x00000048 
- 00009079  0x00000b36 setarg  0x0000011a 
- 00009080  0x00000b37 store  0x00000002 , 0x0000004a 
- 00009081  0x00000b39 bpatch  0x00000022 , 0x00004004 
- 00009082  0x00000b3a rtn  0x0000002b 
- 00009083  0x00000b3b setarg  0x00000017 
- 00009084  0x00000b3c store  0x00000002 , 0x000042e3 
- 00009085  0x00000b3d jam  0x0000008b , 0x00004167 
- 00009086  0x00000b3e setarg  0x00000d00 
- 00009087  0x00000b3f store  0x00000002 , 0x0000433f 
- 00009088  0x00000b40 setarg  0x00000060 
- 00009089  0x00000b41 store  0x00000002 , 0x00004341 
- 00009090  0x00000b42 rshift  0x00000022 , 0x0000003f 
- 00009091  0x00000b43 store  0x00000004 , 0x00004095 
- 00009092  0x00000b44 rtn 
- 00009093  0x00000b4c setarg  0x0000ee21 
- 00009094  0x00000b4d store  0x00000002 , 0x00008050 
- 00009095  0x00000b4e fetchr  0x00000030 , 0x00000004 , 0x0000811c 
- 00009096  0x00000b4f fetch  0x00000001 , 0x00008132 
- 00009097  0x00000b50 bbit0  0x00000005 , 0x0000239c 
- 00009098  0x00000b51 enable  0x0000002b 
- 00009099  0x00000b52 bbit1  0x00000004 , 0x00002393 
- 00009100  0x00000b53 disable  0x0000002b 
- 00009101  0x00000b54 deposit  0x00000027 
- 00009102  0x00000b55 nbranch  0x00002393 , 0x00000034 
- 00009103  0x00000b56 fetch  0x00000001 , 0x00008142 
- 00009104  0x00000b57 bbit1  0x00000004 , 0x00002393 
- 00009105  0x00000b58 arg  0xffffffff , 0x00000002 
- 00009106  0x00000b59 branch  0x00002434 
- 00009107  0x00000b5b call  0x000023a0 
- 00009108  0x00000b5c call  0x000023e6 , 0x0000002b 
- 00009109  0x00000b5d fetch  0x00000001 , 0x00008132 
- 00009110  0x00000b5e set0  0x00000005 , 0x0000003f 
- 00009111  0x00000b5f store  0x00000001 , 0x00008132 
- 00009112  0x00000b60 nbranch  0x0000239d , 0x0000002b 
- 00009113  0x00000b61 call  0x00007d74 
- 00009114  0x00000b62 storer  0x00000030 , 0x00000004 , 0x0000069d 
- 00009115  0x00000b63 rtn 
- 00009116  0x00000b66 call  0x000023a0 
- 00009117  0x00000b68 call  0x00006a68 
- 00009118  0x00000b69 storer  0x00000030 , 0x00000004 , 0x0000069d 
- 00009119  0x00000b6a rtn 
- 00009120  0x00000b6d until  0x0000003e , 0x00000033 
- 00009121  0x00000b6e fetch  0x00000001 , 0x00008133 
- 00009122  0x00000b6f and_into  0x00000088 , 0x0000003f 
- 00009123  0x00000b70 store  0x00000001 , 0x00008133 
- 00009124  0x00000b71 until  0x0000003e , 0x00000033 
- 00009125  0x00000b72 fetch  0x00000001 , 0x00008132 
- 00009126  0x00000b73 or_into  0x0000000f , 0x0000003f 
- 00009127  0x00000b74 store  0x00000001 , 0x00008132 
- 00009128  0x00000b75 until  0x0000003e , 0x00000033 
- 00009129  0x00000b76 set1  0x00000007 , 0x0000003f 
- 00009130  0x00000b77 store  0x00000001 , 0x00008132 
- 00009131  0x00000b78 until  0x0000003e , 0x00000033 
- 00009132  0x00000b79 set1  0x00000006 , 0x0000003f 
- 00009133  0x00000b7a store  0x00000001 , 0x00008132 
- 00009134  0x00000b7b until  0x0000003e , 0x00000033 
- 00009135  0x00000b7c rtn 
- 00009136  0x00000b7f until  0x0000003e , 0x00000033 
- 00009137  0x00000b80 jam  0x00000076 , 0x0000813d 
- 00009138  0x00000b81 until  0x0000003e , 0x00000033 
- 00009139  0x00000b82 jam  0x00000037 , 0x0000813a 
- 00009140  0x00000b83 rtn 
- 00009141  0x00000b86 until  0x0000003e , 0x00000033 
- 00009142  0x00000b87 jam  0x00000076 , 0x0000813d 
- 00009143  0x00000b88 until  0x0000003e , 0x00000033 
- 00009144  0x00000b89 jam  0x00000037 , 0x0000813a 
- 00009145  0x00000b8a rtn 
- 00009146  0x00000b8f fetch  0x00000001 , 0x000043cb 
- 00009147  0x00000b90 lshift4  0x0000003f , 0x0000003f 
- 00009148  0x00000b92 store  0x00000001 , 0x00008143 
- 00009149  0x00000b93 until  0x0000003e , 0x00000033 
- 00009150  0x00000b94 fetch  0x00000001 , 0x000043cc 
- 00009151  0x00000b95 set1  0x00000005 , 0x0000003f 
- 00009152  0x00000b96 set1  0x00000006 , 0x0000003f 
- 00009153  0x00000b97 store  0x00000001 , 0x00008144 
- 00009154  0x00000b98 branch  0x000023e2 
- 00009155  0x00000b9b fetch  0x00000001 , 0x00008142 
- 00009156  0x00000b9c set0  0x00000003 , 0x0000003f 
- 00009157  0x00000b9d store  0x00000001 , 0x00008142 
- 00009158  0x00000b9e rtn 
- 00009159  0x00000ba1 fetch  0x00000001 , 0x00008142 
- 00009160  0x00000ba2 set1  0x00000003 , 0x0000003f 
- 00009161  0x00000ba3 store  0x00000001 , 0x00008142 
- 00009162  0x00000ba4 rtn 
- 00009163  0x00000ba7 fetch  0x00000003 , 0x000040c3 
- 00009164  0x00000ba8 arg  0x0000813e , 0x00000005 
- 00009165  0x00000baa arg  0x00000003 , 0x00000039 
- 00009166  0x00000bab branch  0x000023d1 
- 00009167  0x00000bae arg  0x00008145 , 0x00000005 
- 00009168  0x00000bb0 arg  0x00000004 , 0x00000039 
- 00009169  0x00000bb2 until  0x0000003e , 0x00000033 
- 00009170  0x00000bb3 istore  0x00000001 , 0x00000005 
- 00009171  0x00000bb4 rshift8  0x0000003f , 0x0000003f 
- 00009172  0x00000bb5 loop  0x000023d1 
- 00009173  0x00000bb6 branch  0x000023e2 
- 00009174  0x00000bb9 arg  0x00008149 , 0x00000005 
- 00009175  0x00000bba branch  0x000023d0 
- 00009176  0x00000bbe fetch  0x00000001 , 0x00008133 
- 00009177  0x00000bbf set0  0x00000003 , 0x0000003f 
- 00009178  0x00000bc0 store  0x00000001 , 0x00008133 
- 00009179  0x00000bc1 rtn 
- 00009180  0x00000bc4 fetch  0x00000001 , 0x000040cb 
- 00009181  0x00000bc5 rtn  0x00000034 
- 00009182  0x00000bc6 set0  0x00000004 , 0x0000003f 
- 00009183  0x00000bc7 branch  0x000023e1 
- 00009184  0x00000bca store  0x00000001 , 0x000040cb 
- 00009185  0x00000bcc store  0x00000001 , 0x00008135 
- 00009186  0x00000bce until  0x0000003e , 0x00000033 
- 00009187  0x00000bcf rtn 
- 00009188  0x00000bd3 store  0x00000001 , 0x00008134 
- 00009189  0x00000bd4 branch  0x000023e2 
- 00009190  0x00000bd8 call  0x000023dc 
- 00009191  0x00000bd9 fetch  0x00000001 , 0x000040ef 
- 00009192  0x00000bda store  0x00000001 , 0x00008080 
- 00009193  0x00000bdb arg  0x000040cc , 0x00000006 
- 00009194  0x00000bdc arg  0x00008070 , 0x00000005 
- 00009195  0x00000bdd call  0x00007c8f 
- 00009196  0x00000bde arg  0x000080d4 , 0x00000005 
- 00009197  0x00000bdf call  0x00007c89 
- 00009198  0x00000be0 fetchr  0x00000000 , 0x00000008 , 0x000040e7 
- 00009199  0x00000be1 arg  0x0000814d , 0x00000006 
- 00009200  0x00000be2 arg  0x00000016 , 0x00000005 
- 00009201  0x00000be3 arg  0x0000000c , 0x00000039 
- 00009202  0x00000be4 call  0x00007cda 
- 00009203  0x00000be5 branch  0x00006b11 
- 00009204  0x00000be8 storer  0x00000000 , 0x00000008 , 0x000040e7 
- 00009205  0x00000be9 arg  0x00008070 , 0x00000006 
- 00009206  0x00000bea arg  0x000040cc , 0x00000005 
- 00009207  0x00000beb call  0x00007c8f 
- 00009208  0x00000bec arg  0x000080d4 , 0x00000006 
- 00009209  0x00000bed call  0x00007c89 
- 00009210  0x00000bee fetch  0x00000001 , 0x00008080 
- 00009211  0x00000bef store  0x00000001 , 0x000040ef 
- 00009212  0x00000bf0 branch  0x000023fd 
- 00009213  0x00000bf3 arg  0x0000000c , 0x00000039 
- 00009214  0x00000bf4 arg  0x00000016 , 0x00000006 
- 00009215  0x00000bf5 arg  0x0000814d , 0x00000011 
- 00009216  0x00000bf7 ifetch  0x00000001 , 0x00000006 
- 00009217  0x00000bf8 ncall  0x00002405 , 0x00000034 
- 00009218  0x00000bf9 increase  0x00000001 , 0x00000011 
- 00009219  0x00000bfa loop  0x00002400 
- 00009220  0x00000bfb rtn 
- 00009221  0x00000bfd istore  0x00000001 , 0x00000011 
- 00009222  0x00000bfe until  0x0000003e , 0x00000033 
- 00009223  0x00000bff rtn 
- 00009224  0x00000c02 bpatch  0x00000023 , 0x00004004 
- 00009225  0x00000c03 fetch  0x00000001 , 0x000080cb 
- 00009226  0x00000c04 nbranch  0x0000240f , 0x00000034 
- 00009227  0x00000c05 fetch  0x00000003 , 0x000040bd 
- 00009228  0x00000c06 nrtn  0x00000034 
- 00009229  0x00000c07 jam  0x0000000c , 0x000080cb 
- 00009230  0x00000c08 jam  0x00000080 , 0x00008006 
- 00009231  0x00000c0a fetch  0x00000001 , 0x00008129 
- 00009232  0x00000c0b rtnbit0  0x00000001 
- 00009233  0x00000c0c fetch  0x00000003 , 0x0000815b 
- 00009234  0x00000c0d store  0x00000003 , 0x000040bd 
- 00009235  0x00000c0e rtn 
- 00009236  0x00000c13 fetch  0x00000001 , 0x000040ca 
- 00009237  0x00000c14 set1  0x00000004 , 0x0000003f 
- 00009238  0x00000c15 store  0x00000001 , 0x000040ca 
- 00009239  0x00000c19 bpatch  0x00000024 , 0x00004004 
- 00009240  0x00000c1a arg  0xffffffff , 0x00000002 
- 00009241  0x00000c1b fetch  0x00000001 , 0x000040a7 
- 00009242  0x00000c1c store  0x00000001 , 0x000040c8 
- 00009243  0x00000c1d fetch  0x00000001 , 0x000040ca 
- 00009244  0x00000c1e store  0x00000001 , 0x00008142 
- 00009245  0x00000c1f until  0x0000003e , 0x00000033 
- 00009246  0x00000c22 bpatch  0x00000025 , 0x00004004 
- 00009247  0x00000c24 fetch  0x00000002 , 0x000043e9 
- 00009248  0x00000c25 call  0x00007d79 
- 00009249  0x00000c27 fetch  0x00000004 , 0x000040ad 
- 00009250  0x00000c28 iadd  0x00000002 , 0x0000003f 
- 00009251  0x00000c29 store  0x00000004 , 0x000040ad 
- 00009252  0x00000c2a call  0x000023f4 
- 00009253  0x00000c2b fetch  0x00000001 , 0x000040cb 
- 00009254  0x00000c2c set1  0x00000004 , 0x0000003f 
- 00009255  0x00000c2d call  0x000023e1 
- 00009256  0x00000c2e ncall  0x000023cb , 0x0000002b 
- 00009257  0x00000c2f until  0x0000003e , 0x00000033 
- 00009258  0x00000c30 storer  0x00000019 , 0x00000006 , 0x000040b1 
- 00009259  0x00000c31 fetch  0x00000003 , 0x000040c6 
- 00009260  0x00000c32 fetchr  0x00000011 , 0x00000001 , 0x000040c9 
- 00009261  0x00000c33 arg  0x00000003 , 0x00000039 
- 00009262  0x00000c35 until  0x0000003e , 0x00000033 
- 00009263  0x00000c36 store  0x00000001 , 0x00008132 
- 00009264  0x00000c37 rshift8  0x0000003f , 0x0000003f 
- 00009265  0x00000c38 loop  0x0000242e 
- 00009266  0x00000c39 until  0x0000003e , 0x00000033 
- 00009267  0x00000c3a storer  0x00000011 , 0x00000001 , 0x00008133 
- 00009268  0x00000c3c until  0x0000003e , 0x00000033 
- 00009269  0x00000c3d storet  0x00000004 , 0x0000804c 
- 00009270  0x00000c3e jam  0x00000001 , 0x00008005 
- 00009271  0x00000c3f until  0x0000003e , 0x0000003f 
- 00009272  0x00000c42 fetch  0x00000001 , 0x000040c3 
- 00009273  0x00000c43 nrtn  0x00000034 
- 00009274  0x00000c44 jam  0x00000006 , 0x00008042 
- 00009275  0x00000c45 jam  0x000000f8 , 0x00008130 
- 00009276  0x00000c46 setarg  0x00030d40 
- 00009277  0x00000c47 call  0x0000235c 
- 00009278  0x00000c48 call  0x000023b5 
- 00009279  0x00000c49 until  0x0000003e , 0x00000033 
- 00009280  0x00000c4a jam  0x000000ff , 0x00008130 
- 00009281  0x00000c4b copy  0x00000031 , 0x00000030 
- 00009282  0x00000c4c jam  0x00000004 , 0x00008042 
- 00009283  0x00000c4d nop  0x0000000a 
- 00009284  0x00000c4e until  0x0000003e , 0x00000033 
- 00009285  0x00000c4f deposit  0x00000031 
- 00009286  0x00000c50 isub  0x00000030 , 0x0000003f 
- 00009287  0x00000c51 increase  0x00000030 , 0x0000003f 
- 00009288  0x00000c52 arg  0x000000ff , 0x00000002 
- 00009289  0x00000c53 call  0x00007d6c 
- 00009290  0x00000c54 store  0x00000001 , 0x000040c3 
- 00009291  0x00000c55 nop  0x00007530 
- 00009292  0x00000c56 nop  0x00007530 
- 00009293  0x00000c57 nop  0x00007530 
- 00009294  0x00000c58 rtn 
- 00009295  0x00000c5c bpatch  0x00000026 , 0x00004004 
- 00009296  0x00000c5d setarg  0x00000000 
- 00009297  0x00000c5e copy  0x00000027 , 0x0000003e 
- 00009298  0x00000c5f branch  0x0000245a , 0x00000005 
- 00009299  0x00000c60 fetch  0x00000001 , 0x0000813e 
- 00009300  0x00000c61 fetcht  0x00000001 , 0x0000813f 
- 00009301  0x00000c62 isub  0x00000002 , 0x0000003e 
- 00009302  0x00000c63 branch  0x00002458 , 0x00000002 
- 00009303  0x00000c64 deposit  0x00000002 
- 00009304  0x00000c66 isub  0x00000027 , 0x0000003f 
- 00009305  0x00000c67 increase  0x00000001 , 0x0000003f 
- 00009306  0x00000c69 increase  0x00000008 , 0x0000003f 
- 00009307  0x00000c6a until  0x0000003e , 0x00000033 
- 00009308  0x00000c6b iadd  0x00000031 , 0x0000003f 
- 00009309  0x00000c6c fetcht  0x00000004 , 0x000040a9 
- 00009310  0x00000c6d iadd  0x00000002 , 0x0000003f 
- 00009311  0x00000c6e fetcht  0x00000003 , 0x000040bd 
- 00009312  0x00000c6f imul32  0x00000002 , 0x0000003f 
- 00009313  0x00000c70 rshift8  0x0000003f , 0x0000003f 
- 00009314  0x00000c71 rshift4  0x0000003f , 0x0000003f 
- 00009315  0x00000c72 increase  0x0000006e , 0x0000003f 
- 00009316  0x00000c73 fetcht  0x00000002 , 0x00000044 
- 00009317  0x00000c74 idiv  0x00000002 
- 00009318  0x00000c75 call  0x00007d5f 
- 00009319  0x00000c76 lshift16  0x0000003f , 0x0000003f 
- 00009320  0x00000c77 remainder  0x00000002 
- 00009321  0x00000c78 ior  0x00000002 , 0x0000003f 
- 00009322  0x00000c79 fetcht  0x00000006 , 0x000040b1 
- 00009323  0x00000c7a call  0x00007d05 
- 00009324  0x00000c7b copy  0x00000002 , 0x00000019 
- 00009325  0x00000c7c fetch  0x00000006 , 0x00004048 
- 00009326  0x00000c7d call  0x00002109 
- 00009327  0x00000c7e deposit  0x0000001a 
- 00009328  0x00000c7f store  0x00000006 , 0x00000670 
- 00009329  0x00000c80 deposit  0x00000027 
- 00009330  0x00000c81 istore  0x00000001 , 0x00000005 
- 00009331  0x00000c82 fetch  0x00000001 , 0x0000811d 
- 00009332  0x00000c83 or_into  0x000000f0 , 0x0000003f 
- 00009333  0x00000c84 istore  0x00000001 , 0x00000005 
- 00009334  0x00000c85 rtn 
- 00009335  0x00000c89 bpatch  0x00000027 , 0x00004004 
- 00009336  0x00000c8a deposit  0x0000001a 
- 00009337  0x00000c8b call  0x00007d10 
- 00009338  0x00000c8c fetcht  0x00000004 , 0x000040ad 
- 00009339  0x00000c8d sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00009340  0x00000c8e rtn  0x00000002 
- 00009341  0x00000c8f lshift8  0x0000003f , 0x0000003f 
- 00009342  0x00000c90 lshift4  0x0000003f , 0x0000003f 
- 00009343  0x00000c91 idiv  0x00000002 
- 00009344  0x00000c92 call  0x00007d5f 
- 00009345  0x00000c93 arg  0x000000c8 , 0x00000002 
- 00009346  0x00000c94 call  0x00007d6c 
- 00009347  0x00000c95 store  0x00000001 , 0x0000000e 
- 00009348  0x00000c96 nbranch  0x00002486 , 0x00000028 
- 00009349  0x00000c97 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00009350  0x00000c99 fetcht  0x00000003 , 0x000040bd 
- 00009351  0x00000c9a iadd  0x00000002 , 0x0000003f 
- 00009352  0x00000c9b store  0x00000003 , 0x000040bd 
- 00009353  0x00000c9d setarg  0x00000000 
- 00009354  0x00000c9e store  0x00000004 , 0x000040ad 
- 00009355  0x00000c9f rtn 
- 00009356  0x00000ca3 bpatch  0x00000028 , 0x00004005 
- 00009357  0x00000ca4 call  0x00002408 
- 00009358  0x00000ca5 fetch  0x00000003 , 0x000040bd 
- 00009359  0x00000ca6 rtn  0x00000034 
- 00009360  0x00000ca7 fetch  0x00000001 , 0x00004094 
- 00009361  0x00000ca8 rtn  0x00000034 
- 00009362  0x00000ca9 fetch  0x00000001 , 0x0000446c 
- 00009363  0x00000caa branch  0x00002496 , 0x00000034 
- 00009364  0x00000cab fetch  0x00000001 , 0x0000446e 
- 00009365  0x00000cac rtn  0x00000034 
- 00009366  0x00000cae fetch  0x00000001 , 0x0000446d 
- 00009367  0x00000caf nrtn  0x00000034 
- 00009368  0x00000cb0 arg  0x000020af , 0x00000013 
- 00009369  0x00000cb1 call  0x00002069 
- 00009370  0x00000cb2 rtn  0x00000005 
- 00009371  0x00000cb3 call  0x000024ef 
- 00009372  0x00000cb4 nrtn  0x00000034 
- 00009373  0x00000cb5 call  0x0000205d 
- 00009374  0x00000cb6 nbranch  0x000024bd , 0x00000005 
- 00009375  0x00000cb7 rtn  0x0000002b 
- 00009376  0x00000cb8 bpatch  0x00000029 , 0x00004005 
- 00009377  0x00000cb9 fetcht  0x00000001 , 0x00000015 
- 00009378  0x00000cba fetch  0x00000002 , 0x00004042 
- 00009379  0x00000cbb imul32  0x00000002 , 0x0000003f 
- 00009380  0x00000cbc rshift4  0x00000002 , 0x00000002 
- 00009381  0x00000cbd rshift2  0x00000002 , 0x00000002 
- 00009382  0x00000cbe isub  0x00000002 , 0x0000003f 
- 00009383  0x00000cbf fetcht  0x00000004 , 0x00004044 
- 00009384  0x00000cc0 iadd  0x00000002 , 0x0000003f 
- 00009385  0x00000cc1 fetcht  0x00000001 , 0x000040a6 
- 00009386  0x00000cc2 isub  0x00000002 , 0x0000003f 
- 00009387  0x00000cc3 lshift16  0x0000003f , 0x00000030 
- 00009388  0x00000cc4 fetch  0x00000002 , 0x0000404e 
- 00009389  0x00000cc5 rshift  0x0000003f , 0x0000003f 
- 00009390  0x00000cc6 call  0x00007d2c 
- 00009391  0x00000cc7 deposit  0x00000030 
- 00009392  0x00000cc8 call  0x00007d12 
- 00009393  0x00000cc9 copy  0x0000001a , 0x00000002 
- 00009394  0x00000cca call  0x00007d10 
- 00009395  0x00000ccb rtn  0x00000028 
- 00009396  0x00000ccd call  0x00007d25 
- 00009397  0x00000ccf bpatch  0x0000002a , 0x00004005 
- 00009398  0x00000cd0 fetch  0x00000001 , 0x000040c3 
- 00009399  0x00000cd1 isub  0x00000002 , 0x0000003e 
- 00009400  0x00000cd2 branch  0x00002489 , 0x00000002 
- 00009401  0x00000cd3 storet  0x00000004 , 0x000040a9 
- 00009402  0x00000cd4 call  0x000042c5 
- 00009403  0x00000cd6 fetcht  0x00000004 , 0x000040a9 
- 00009404  0x00000cd7 branch  0x0000241e 
- 00009405  0x00000cda bpatch  0x0000002b , 0x00004005 
- 00009406  0x00000cdb fetch  0x00000001 , 0x00004388 
- 00009407  0x00000cdc nbranch  0x000024c1 , 0x00000034 
- 00009408  0x00000cdd rtn 
- 00009409  0x00000ce0 fetch  0x00000002 , 0x000040a4 
- 00009410  0x00000ce1 rtn  0x00000034 
- 00009411  0x00000ce3 fetcht  0x00000001 , 0x000040a6 
- 00009412  0x00000ce4 isub  0x00000002 , 0x0000003f 
- 00009413  0x00000ce5 arg  0x00001d4c , 0x00000002 
- 00009414  0x00000ce6 imul32  0x00000002 , 0x0000003f 
- 00009415  0x00000ce7 branch  0x000024b4 
- 00009416  0x00000ceb fetch  0x00000002 , 0x000043e5 
- 00009417  0x00000cec call  0x00007d79 
- 00009418  0x00000ced nbranch  0x000024e0 , 0x00000034 
- 00009419  0x00000cee jam  0x00000000 , 0x00000015 
- 00009420  0x00000cef bmark0  0x0000000d , 0x000024e0 
- 00009421  0x00000cf0 fetch  0x00000001 , 0x000040c2 
- 00009422  0x00000cf1 branch  0x000024e4 , 0x00000034 
- 00009423  0x00000cf2 increase  0xffffffff , 0x0000003f 
- 00009424  0x00000cf3 store  0x00000001 , 0x000040c2 
- 00009425  0x00000cf4 rtn 
- 00009426  0x00000cfa jam  0x00000000 , 0x000040a8 
- 00009427  0x00000cfb fetch  0x00000003 , 0x000040b7 
- 00009428  0x00000cfc increase  0x00000001 , 0x0000003f 
- 00009429  0x00000cfd store  0x00000003 , 0x000040b7 
- 00009430  0x00000cfe rtn 
- 00009431  0x00000d02 bpatch  0x0000002c , 0x00004005 
- 00009432  0x00000d03 jam  0x00000000 , 0x00000015 
- 00009433  0x00000d04 fetch  0x00000003 , 0x000040ba 
- 00009434  0x00000d05 increase  0x00000001 , 0x0000003f 
- 00009435  0x00000d06 store  0x00000003 , 0x000040ba 
- 00009436  0x00000d07 fetch  0x00000001 , 0x000040a8 
- 00009437  0x00000d08 increase  0x00000001 , 0x0000003f 
- 00009438  0x00000d09 store  0x00000001 , 0x000040a8 
- 00009439  0x00000d0a rtn 
- 00009440  0x00000d0d jam  0x00000000 , 0x00000015 
- 00009441  0x00000d0e fetch  0x00000001 , 0x000040c1 
- 00009442  0x00000d0f store  0x00000001 , 0x000040c2 
- 00009443  0x00000d10 rtn 
- 00009444  0x00000d13 fetcht  0x00000001 , 0x000040c0 
- 00009445  0x00000d14 storet  0x00000001 , 0x00000015 
- 00009446  0x00000d15 rtn 
- 00009447  0x00000d1a fetch  0x00000002 , 0x000040a2 
- 00009448  0x00000d1b qset1  0x0000003f 
- 00009449  0x00000d1c store  0x00000002 , 0x000040a2 
- 00009450  0x00000d1d rtn 
- 00009451  0x00000d20 fetch  0x00000002 , 0x000040a2 
- 00009452  0x00000d21 qset0  0x0000003f 
- 00009453  0x00000d22 store  0x00000002 , 0x000040a2 
- 00009454  0x00000d23 rtn 
- 00009455  0x00000d28 bpatch  0x0000002d , 0x00004005 
- 00009456  0x00000d29 call  0x000042c3 
- 00009457  0x00000d2a fetch  0x00000002 , 0x000040a2 
- 00009458  0x00000d2b copy  0x0000003f , 0x00000011 
- 00009459  0x00000d2c fetch  0x00000003 , 0x0000444b 
- 00009460  0x00000d2d nsetflag  0x00000034 , 0x00000001 , 0x00000011 
- 00009461  0x00000d2e fetch  0x00000008 , 0x000044d3 
- 00009462  0x00000d2f nsetflag  0x00000034 , 0x0000000f , 0x00000011 
- 00009463  0x00000d30 fetch  0x00000008 , 0x000044db 
- 00009464  0x00000d31 nsetflag  0x00000034 , 0x0000000e , 0x00000011 
- 00009465  0x00000d32 fetch  0x00000001 , 0x00004114 
- 00009466  0x00000d33 nsetflag  0x00000034 , 0x00000008 , 0x00000011 
- 00009467  0x00000d34 fetch  0x00000001 , 0x000043cb 
- 00009468  0x00000d35 compare  0x0000000a , 0x0000003f , 0x000000ff 
- 00009469  0x00000d36 call  0x00002501 , 0x00000001 
- 00009470  0x00000d37 copy  0x00000011 , 0x0000003f 
- 00009471  0x00000d38 store  0x00000002 , 0x000040a2 
- 00009472  0x00000d39 rtn 
- 00009473  0x00000d3c fetch  0x00000002 , 0x00008112 
- 00009474  0x00000d3d nsetflag  0x00000034 , 0x00000006 , 0x00000011 
- 00009475  0x00000d3e fetch  0x00000002 , 0x0000810e 
- 00009476  0x00000d3f nsetflag  0x00000034 , 0x00000005 , 0x00000011 
- 00009477  0x00000d40 rtn 
- 00009478  0x00000d4a bpatchx  0x0000000e , 0x00004021 
- 00009479  0x00000d4b disable  0x0000002b 
- 00009480  0x00000d4c jam  0x00000001 , 0x0000017e 
- 00009481  0x00000d4d jam  0x00000003 , 0x00000168 
- 00009482  0x00000d4e jam  0x00000001 , 0x0000017f 
- 00009483  0x00000d4f setarg  0xffffffff 
- 00009484  0x00000d50 store  0x00000002 , 0x00000182 
- 00009485  0x00000d51 force  0x00000000 , 0x0000003f 
- 00009486  0x00000d52 store  0x00000001 , 0x00000180 
- 00009487  0x00000d53 store  0x00000001 , 0x0000018b 
- 00009488  0x00000d54 store  0x00000003 , 0x000040b7 
- 00009489  0x00000d55 store  0x00000003 , 0x000040ba 
- 00009490  0x00000d56 call  0x0000285c 
- 00009491  0x00000d57 jam  0x00000001 , 0x00004169 
- 00009492  0x00000d58 jam  0x00000000 , 0x0000416a 
- 00009493  0x00000d59 jam  0x00000001 , 0x0000019d 
- 00009494  0x00000d5a jam  0x00000001 , 0x0000019e 
- 00009495  0x00000d5b jam  0x00000000 , 0x00004396 
- 00009496  0x00000d5c branch  0x00002935 
- 00009497  0x00000d5f bpatchx  0x0000000f , 0x00004021 
- 00009498  0x00000d60 enable  0x00000029 
- 00009499  0x00000d61 jam  0x00000003 , 0x00000169 
- 00009500  0x00000d62 jam  0x00000001 , 0x00004398 
- 00009501  0x00000d63 jam  0x00000001 , 0x000006b1 
- 00009502  0x00000d64 setarg  0x0000ffff 
- 00009503  0x00000d65 store  0x00000002 , 0x000006b3 
- 00009504  0x00000d66 force  0x00000000 , 0x0000003f 
- 00009505  0x00000d67 store  0x00000005 , 0x00004455 
- 00009506  0x00000d68 set1  0x00000027 , 0x0000003f 
- 00009507  0x00000d69 store  0x00000005 , 0x00004450 
- 00009508  0x00000d6a branch  0x00002506 
- 00009509  0x00000d6e bpatchx  0x00000010 , 0x00004022 
- 00009510  0x00000d6f disable  0x00000029 
- 00009511  0x00000d70 setarg  0x00000017 
- 00009512  0x00000d71 store  0x00000002 , 0x000042e3 
- 00009513  0x00000d72 increase  0x00000004 , 0x0000003f 
- 00009514  0x00000d73 store  0x00000002 , 0x000043b8 
- 00009515  0x00000d74 jam  0x00000001 , 0x00000169 
- 00009516  0x00000d75 jam  0x00000000 , 0x00004388 
- 00009517  0x00000d76 jam  0x00000000 , 0x00000015 
- 00009518  0x00000d77 call  0x00002592 
- 00009519  0x00000d78 fetch  0x00000002 , 0x00000196 
- 00009520  0x00000d79 store  0x00000002 , 0x000042f5 
- 00009521  0x00000d7a fetch  0x00000002 , 0x0000016a 
- 00009522  0x00000d7b mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00009523  0x00000d7c rshift4  0x0000003f , 0x0000003f 
- 00009524  0x00000d7d store  0x00000002 , 0x00000196 
- 00009525  0x00000d7e branch  0x00002506 
- 00009526  0x00000d86 bpatchx  0x00000011 , 0x00004022 
- 00009527  0x00000d87 call  0x000025b8 
- 00009528  0x00000d88 fetch  0x00000001 , 0x00000168 
- 00009529  0x00000d89 isolate1  0x00000004 , 0x0000003f 
- 00009530  0x00000d8a setflag  0x00000001 , 0x00000032 , 0x00000000 
- 00009531  0x00000d8b call  0x000042b2 
- 00009532  0x00000d8c fetch  0x00000001 , 0x00000169 
- 00009533  0x00000d8d bbit1  0x00000001 , 0x0000253f 
- 00009534  0x00000d8e branch  0x00002551 
- 00009535  0x00000d95 bpatchx  0x00000012 , 0x00004022 
- 00009536  0x00000d96 enable  0x00000029 
- 00009537  0x00000d97 call  0x0000292b 
- 00009538  0x00000d98 branch  0x0000254e , 0x00000002 
- 00009539  0x00000d99 call  0x000025fb 
- 00009540  0x00000d9a call  0x00002871 
- 00009541  0x00000d9b disable  0x0000002d 
- 00009542  0x00000d9c call  0x00002730 
- 00009543  0x00000d9d nrtn  0x0000002d 
- 00009544  0x00000d9e fetch  0x00000001 , 0x00000005 
- 00009545  0x00000d9f increase  0x00000001 , 0x0000003f 
- 00009546  0x00000da0 store  0x00000001 , 0x00000005 
- 00009547  0x00000da1 call  0x00002823 
- 00009548  0x00000da2 disable  0x00000029 
- 00009549  0x00000da3 rtn 
- 00009550  0x00000da6 call  0x00002586 
- 00009551  0x00000da7 disable  0x00000029 
- 00009552  0x00000da8 rtn 
- 00009553  0x00000dae bpatchx  0x00000013 , 0x00004022 
- 00009554  0x00000daf jam  0x00000000 , 0x0000433e 
- 00009555  0x00000db0 set0  0x00000030 , 0x00000000 
- 00009556  0x00000db1 call  0x00007552 
- 00009557  0x00000db2 call  0x00002ff5 
- 00009558  0x00000db3 disable  0x0000002e 
- 00009559  0x00000db4 call  0x0000292b 
- 00009560  0x00000db5 branch  0x00002586 , 0x00000002 
- 00009561  0x00000db6 fetch  0x00000001 , 0x0000019d 
- 00009562  0x00000db7 call  0x000025a4 
- 00009563  0x00000db8 call  0x000025fb 
- 00009564  0x00000db9 call  0x00002652 
- 00009565  0x00000dba nbranch  0x00002577 , 0x00000018 
- 00009566  0x00000dbb call  0x00002597 
- 00009567  0x00000dbc branch  0x00002562 , 0x0000002d 
- 00009568  0x00000dbd bmark1  0x00000030 , 0x00002562 
- 00009569  0x00000dbe branch  0x00002571 
- 00009570  0x00000dc3 bpatchx  0x00000014 , 0x00004022 
- 00009571  0x00000dc4 fetch  0x00000001 , 0x0000433e 
- 00009572  0x00000dc5 pincrease  0x00000001 
- 00009573  0x00000dc6 store  0x00000001 , 0x0000433e 
- 00009574  0x00000dc7 beq  0x0000000c , 0x00002571 
- 00009575  0x00000dc8 call  0x00002823 
- 00009576  0x00000dc9 call  0x00002871 
- 00009577  0x00000dca fetch  0x00000001 , 0x0000019e 
- 00009578  0x00000dcb call  0x000025a4 
- 00009579  0x00000dcc call  0x00002741 
- 00009580  0x00000dcd call  0x000028d4 
- 00009581  0x00000dce fetch  0x00000002 , 0x000043e1 
- 00009582  0x00000dcf call  0x00007d79 
- 00009583  0x00000dd0 call  0x0000257b 
- 00009584  0x00000dd1 branch  0x00002580 , 0x00000028 
- 00009585  0x00000dd3 bpatchx  0x00000015 , 0x00004022 
- 00009586  0x00000dd4 call  0x00002fba 
- 00009587  0x00000dd5 call  0x00002fb1 
- 00009588  0x00000dd6 call  0x00007841 
- 00009589  0x00000dd7 fetch  0x00000001 , 0x0000018b 
- 00009590  0x00000dd8 bbit1  0x00000003 , 0x00002586 
- 00009591  0x00000dda bpatchx  0x00000016 , 0x00004022 
- 00009592  0x00000ddb call  0x000020cf 
- 00009593  0x00000ddc call  0x000029a5 
- 00009594  0x00000ddd branch  0x000020f7 
- 00009595  0x00000de1 disable  0x00000028 
- 00009596  0x00000de2 bmark1  0x0000002a , 0x00007dba 
- 00009597  0x00000de3 bmark1  0x00000029 , 0x00007dba 
- 00009598  0x00000de4 bmark1  0x00000030 , 0x00007dba 
- 00009599  0x00000de5 rtn 
- 00009600  0x00000de9 bpatchx  0x00000017 , 0x00004022 
- 00009601  0x00000dea enable  0x0000002e 
- 00009602  0x00000deb call  0x00002734 
- 00009603  0x00000dec branch  0x00002562 , 0x0000002d 
- 00009604  0x00000ded bmark1  0x00000030 , 0x00002562 
- 00009605  0x00000dee branch  0x00002571 
- 00009606  0x00000df3 bpatchx  0x00000018 , 0x00004023 
- 00009607  0x00000df4 call  0x0000258d 
- 00009608  0x00000df5 call  0x00004302 
- 00009609  0x00000df6 call  0x00002592 
- 00009610  0x00000df7 call  0x00003003 
- 00009611  0x00000df8 jam  0x00000015 , 0x0000066f 
- 00009612  0x00000df9 branch  0x0000782b 
- 00009613  0x00000dfc arg  0x00004441 , 0x00000005 
- 00009614  0x00000dfd call  0x00007c99 
- 00009615  0x00000dfe jam  0x00000000 , 0x0000017e 
- 00009616  0x00000dff jam  0x00000000 , 0x00000169 
- 00009617  0x00000e00 jam  0x00000000 , 0x00000168 
- 00009618  0x00000e02 bpatchx  0x00000019 , 0x00004023 
- 00009619  0x00000e03 jam  0x00000000 , 0x000042fd 
- 00009620  0x00000e04 jam  0x00000000 , 0x000042fc 
- 00009621  0x00000e05 call  0x00007452 
- 00009622  0x00000e06 rtn 
- 00009623  0x00000e09 bpatchx  0x0000001a , 0x00004023 
- 00009624  0x00000e0a fetch  0x00000001 , 0x00000005 
- 00009625  0x00000e0b increase  0x00000001 , 0x0000003f 
- 00009626  0x00000e0c store  0x00000001 , 0x00000005 
- 00009627  0x00000e0d fetch  0x00000001 , 0x00000168 
- 00009628  0x00000e0e rtnbit1  0x00000003 
- 00009629  0x00000e0f set1  0x00000003 , 0x0000003f 
- 00009630  0x00000e10 store  0x00000001 , 0x00000168 
- 00009631  0x00000e11 fetch  0x00000002 , 0x000042f5 
- 00009632  0x00000e12 store  0x00000002 , 0x00000196 
- 00009633  0x00000e13 setarg  0x00000000 
- 00009634  0x00000e14 store  0x00000004 , 0x0000431d 
- 00009635  0x00000e15 rtn 
- 00009636  0x00000e1e copy  0x0000003f , 0x00000002 
- 00009637  0x00000e1f bpatchx  0x0000001b , 0x00004023 
- 00009638  0x00000e21 copy  0x00000002 , 0x0000003f 
- 00009639  0x00000e22 bbit1  0x00000000 , 0x000025b8 
- 00009640  0x00000e23 bbit1  0x00000001 , 0x000025ad 
- 00009641  0x00000e24 bbit0  0x00000002 , 0x000025b8 
- 00009642  0x00000e25 bbit1  0x00000007 , 0x000025b4 
- 00009643  0x00000e26 bbit1  0x00000002 , 0x000025b0 
- 00009644  0x00000e27 branch  0x000025b8 
- 00009645  0x00000e2a set0  0x0000002f , 0x00000000 
- 00009646  0x00000e2b set1  0x0000002d , 0x00000000 
- 00009647  0x00000e2c rtn 
- 00009648  0x00000e30 set0  0x0000002d , 0x00000000 
- 00009649  0x00000e31 set1  0x0000002f , 0x00000000 
- 00009650  0x00000e32 set0  0x0000002e , 0x00000000 
- 00009651  0x00000e33 rtn 
- 00009652  0x00000e37 set0  0x0000002d , 0x00000000 
- 00009653  0x00000e38 set1  0x0000002f , 0x00000000 
- 00009654  0x00000e39 set1  0x0000002e , 0x00000000 
- 00009655  0x00000e3a rtn 
- 00009656  0x00000e3d bpatchx  0x0000001c , 0x00004023 
- 00009657  0x00000e3e set0  0x0000002d , 0x00000000 
- 00009658  0x00000e3f set0  0x0000002f , 0x00000000 
- 00009659  0x00000e40 rtn 
- 00009660  0x00000e44 bpatchx  0x0000001d , 0x00004023 
- 00009661  0x00000e45 set0  0x00000032 , 0x00000000 
- 00009662  0x00000e46 jam  0x00000001 , 0x00008901 
- 00009663  0x00000e47 jam  0x00000080 , 0x00008920 
- 00009664  0x00000e48 jam  0x00000003 , 0x00008930 
- 00009665  0x00000e49 rtn 
- 00009666  0x00000e4c bpatchx  0x0000001e , 0x00004023 
- 00009667  0x00000e4d disable  0x00000009 
- 00009668  0x00000e4e disable  0x00000007 
- 00009669  0x00000e4f fetch  0x00000003 , 0x00000190 
- 00009670  0x00000e50 iforce  0x0000000f 
- 00009671  0x00000e51 fetch  0x00000001 , 0x00000007 
- 00009672  0x00000e53 reverse  0x0000003f , 0x00000002 
- 00009673  0x00000e54 set1  0x00000001 , 0x00000002 
- 00009674  0x00000e55 rshift  0x00000002 , 0x0000000e 
- 00009675  0x00000e56 rtn 
- 00009676  0x00000e5a call  0x000025d5 
- 00009677  0x00000e5c call  0x0000216f 
- 00009678  0x00000e5d fetch  0x00000002 , 0x0000003e 
- 00009679  0x00000e5e call  0x0000235c 
- 00009680  0x00000e5f branch  0x000021a6 
- 00009681  0x00000e62 branch  0x000021fc , 0x0000002d 
- 00009682  0x00000e63 bmark1  0x00000030 , 0x000021fc 
- 00009683  0x00000e65 call  0x000025d5 
- 00009684  0x00000e66 branch  0x000021f9 
- 00009685  0x00000e69 bpatchx  0x0000001f , 0x00004023 
- 00009686  0x00000e6a call  0x00002160 
- 00009687  0x00000e6b fetch  0x00000001 , 0x000001bb 
- 00009688  0x00000e6c nbranch  0x000025e8 , 0x00000034 
- 00009689  0x00000e6d fetch  0x00000001 , 0x00000007 
- 00009690  0x00000e6e sub  0x0000003f , 0x00000024 , 0x0000003e 
- 00009691  0x00000e6f branch  0x000025e2 , 0x00000002 
- 00009692  0x00000e70 force  0x00000000 , 0x00000002 
- 00009693  0x00000e71 rtneq  0x00000025 
- 00009694  0x00000e72 force  0x00000018 , 0x00000002 
- 00009695  0x00000e73 rtneq  0x00000026 
- 00009696  0x00000e74 force  0x0000004e , 0x00000002 
- 00009697  0x00000e75 rtn 
- 00009698  0x00000e78 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00009699  0x00000e79 branch  0x000025e5 , 0x00000002 
- 00009700  0x00000e7a increase  0x00000001 , 0x0000003f 
- 00009701  0x00000e7d lshift  0x0000003f , 0x0000003f 
- 00009702  0x00000e7e add  0x0000003f , 0x00000002 , 0x00000002 
- 00009703  0x00000e7f rtn 
- 00009704  0x00000e82 fetch  0x00000001 , 0x00000007 
- 00009705  0x00000e83 lshift  0x0000003f , 0x00000002 
- 00009706  0x00000e84 rtn 
- 00009707  0x00000e87 arg  0x000001f4 , 0x00000002 
- 00009708  0x00000e88 rtn  0x00000034 
- 00009709  0x00000e89 arg  0x000000fa , 0x00000002 
- 00009710  0x00000e8a rtneq  0x00000001 
- 00009711  0x00000e8b arg  0x00000096 , 0x00000002 
- 00009712  0x00000e8c rtneq  0x00000002 
- 00009713  0x00000e8d arg  0x00000064 , 0x00000002 
- 00009714  0x00000e8e rtneq  0x00000003 
- 00009715  0x00000e8f arg  0x0000004b , 0x00000002 
- 00009716  0x00000e90 rtneq  0x00000004 
- 00009717  0x00000e91 arg  0x00000032 , 0x00000002 
- 00009718  0x00000e92 rtneq  0x00000005 
- 00009719  0x00000e93 arg  0x00000028 , 0x00000002 
- 00009720  0x00000e94 rtneq  0x00000006 
- 00009721  0x00000e95 arg  0x00000014 , 0x00000002 
- 00009722  0x00000e96 rtn 
- 00009723  0x00000e9b bpatchx  0x00000020 , 0x00004024 
- 00009724  0x00000e9c enable  0x00000010 
- 00009725  0x00000e9d fetch  0x00000004 , 0x0000018c 
- 00009726  0x00000e9e iforce  0x00000009 
- 00009727  0x00000e9f call  0x00002630 
- 00009728  0x00000ea0 setarg  0x00000200 
- 00009729  0x00000ea1 branch  0x00002604 , 0x00000029 
- 00009730  0x00000ea2 fetch  0x00000002 , 0x00000176 
- 00009731  0x00000ea3 rshift  0x0000003f , 0x0000003f 
- 00009732  0x00000ea5 fetcht  0x00000002 , 0x0000003e 
- 00009733  0x00000ea6 iadd  0x00000002 , 0x0000003f 
- 00009734  0x00000ea7 call  0x00002343 
- 00009735  0x00000ea8 deposit  0x0000001a 
- 00009736  0x00000ea9 rtn 
- 00009737  0x00000ead bpatchx  0x00000021 , 0x00004024 
- 00009738  0x00000eae call  0x00007c51 
- 00009739  0x00000eaf storer  0x00000039 , 0x00000002 , 0x0000069b 
- 00009740  0x00000eb0 add  0x00000011 , 0x00000001 , 0x00000006 
- 00009741  0x00000eb1 ifetch  0x00000001 , 0x00000006 
- 00009742  0x00000eb2 rtnbit0  0x00000000 
- 00009743  0x00000eb3 add  0x00000011 , 0x0000001a , 0x00000005 
- 00009744  0x00000eb4 ifetch  0x00000002 , 0x00000005 
- 00009745  0x00000eb5 increase  0x00000001 , 0x0000003f 
- 00009746  0x00000eb6 istore  0x00000002 , 0x00000005 
- 00009747  0x00000eb7 call  0x000027a2 
- 00009748  0x00000eb8 call  0x000027c4 
- 00009749  0x00000eb9 call  0x000027cd 
- 00009750  0x00000eba call  0x0000261a 
- 00009751  0x00000ebb call  0x00007c60 
- 00009752  0x00000ebc fetchr  0x00000039 , 0x00000002 , 0x0000069b 
- 00009753  0x00000ebd rtn 
- 00009754  0x00000ec0 add  0x00000011 , 0x00000019 , 0x00000006 
- 00009755  0x00000ec1 ifetch  0x00000001 , 0x00000006 
- 00009756  0x00000ec2 add  0x00000011 , 0x00000018 , 0x00000005 
- 00009757  0x00000ec3 ifetcht  0x00000001 , 0x00000005 
- 00009758  0x00000ec4 iadd  0x00000002 , 0x0000003f 
- 00009759  0x00000ec5 sub  0x0000003f , 0x00000024 , 0x0000003e 
- 00009760  0x00000ec6 branch  0x00002622 , 0x00000002 
- 00009761  0x00000ec7 increase  0xffffffdb , 0x0000003f 
- 00009762  0x00000ec9 istore  0x00000001 , 0x00000005 
- 00009763  0x00000eca rtn 
- 00009764  0x00000ece add  0x00000011 , 0x00000030 , 0x00000006 
- 00009765  0x00000ecf ifetch  0x00000005 , 0x00000006 
- 00009766  0x00000ed0 force  0x00000000 , 0x00000002 
- 00009767  0x00000ed1 force  0x00000025 , 0x00000039 
- 00009768  0x00000ed3 bbit0  0x00000000 , 0x0000262a 
- 00009769  0x00000ed4 increase  0x00000001 , 0x00000002 
- 00009770  0x00000ed6 rshift  0x0000003f , 0x0000003f 
- 00009771  0x00000ed7 loop  0x00002628 
- 00009772  0x00000ed8 add  0x00000002 , 0xffffffff , 0x0000003f 
- 00009773  0x00000ed9 add  0x00000011 , 0x00000022 , 0x00000005 
- 00009774  0x00000eda istore  0x00000001 , 0x00000005 
- 00009775  0x00000edb rtn 
- 00009776  0x00000ede bpatchx  0x00000022 , 0x00004024 
- 00009777  0x00000edf fetch  0x00000001 , 0x00000180 
- 00009778  0x00000ee0 iforce  0x00000007 
- 00009779  0x00000ee1 fetcht  0x00000005 , 0x00000198 
- 00009780  0x00000ee2 qisolate1  0x00000002 
- 00009781  0x00000ee3 branch  0x00002645 , 0x00000001 
- 00009782  0x00000ee5 fetch  0x00000001 , 0x0000018a 
- 00009783  0x00000ee6 isub  0x00000007 , 0x0000003f 
- 00009784  0x00000ee7 branch  0x0000263b , 0x00000002 
- 00009785  0x00000ee8 sub  0x0000003f , 0xffffffff , 0x00000007 
- 00009786  0x00000ee9 branch  0x00002636 
- 00009787  0x00000eeb copy  0x00000007 , 0x00000039 
- 00009788  0x00000eec force  0x00000000 , 0x00000007 
- 00009789  0x00000eee qisolate1  0x00000002 
- 00009790  0x00000eef branch  0x00002640 , 0x00000001 
- 00009791  0x00000ef0 increase  0x00000001 , 0x00000039 
- 00009792  0x00000ef2 deposit  0x00000039 
- 00009793  0x00000ef3 branch  0x00002645 , 0x00000034 
- 00009794  0x00000ef4 increase  0x00000001 , 0x00000007 
- 00009795  0x00000ef5 increase  0xffffffff , 0x00000039 
- 00009796  0x00000ef6 branch  0x0000263d 
- 00009797  0x00000ef8 deposit  0x00000007 
- 00009798  0x00000ef9 store  0x00000001 , 0x00000007 
- 00009799  0x00000efa rtn 
- 00009800  0x00000efe branch  0x0000264b , 0x00000029 
- 00009801  0x00000eff until  0x0000003e , 0x00000003 
- 00009802  0x00000f00 rtn 
- 00009803  0x00000f03 arg  0x00000ea0 , 0x0000000b 
- 00009804  0x00000f04 until  0x00000023 , 0x00000026 
- 00009805  0x00000f05 rtn 
- 00009806  0x00000f08 disable  0x00000010 
- 00009807  0x00000f09 fetch  0x00000002 , 0x00004346 
- 00009808  0x00000f0a copy  0x0000003f , 0x0000000b 
- 00009809  0x00000f0b branch  0x00002658 
- 00009810  0x00000f0f bpatchx  0x00000023 , 0x00004024 
- 00009811  0x00000f10 call  0x000026be 
- 00009812  0x00000f11 enable  0x00000010 
- 00009813  0x00000f12 fetch  0x00000002 , 0x00000176 
- 00009814  0x00000f13 fetcht  0x00000004 , 0x0000431d 
- 00009815  0x00000f14 iadd  0x00000002 , 0x0000000b 
- 00009816  0x00000f16 call  0x000025cc 
- 00009817  0x00000f18 bpatchx  0x00000024 , 0x00004024 
- 00009818  0x00000f19 call  0x000025c2 
- 00009819  0x00000f1a bmark0  0x0000002f , 0x00002660 
- 00009820  0x00000f1b pulse  0x00000039 
- 00009821  0x00000f1c nop  0x0000001e 
- 00009822  0x00000f1d call  0x000025c2 
- 00009823  0x00000f1e lshift3  0x0000000b , 0x0000000b 
- 00009824  0x00000f20 disable  0x0000002d 
- 00009825  0x00000f21 enable  0x0000000d 
- 00009826  0x00000f22 enable  0x00000021 
- 00009827  0x00000f23 disable  0x00000020 
- 00009828  0x00000f24 copy  0x0000000b , 0x0000001b 
- 00009829  0x00000f25 correlate  0x0000003e , 0x00000003 
- 00009830  0x00000f26 branch  0x00002669 , 0x0000002e 
- 00009831  0x00000f27 copy  0x0000001a , 0x00000002 
- 00009832  0x00000f28 storet  0x00000006 , 0x0000000f 
- 00009833  0x00000f2a nbranch  0x000026fa , 0x00000018 
- 00009834  0x00000f2b enable  0x00000010 
- 00009835  0x00000f2c fetch  0x00000001 , 0x00004167 
- 00009836  0x00000f2d arg  0x00004e20 , 0x00000002 
- 00009837  0x00000f2e iadd  0x00000002 , 0x00000002 
- 00009838  0x00000f2f fetch  0x00000001 , 0x00004148 
- 00009839  0x00000f30 imul32  0x00000002 , 0x0000001b 
- 00009840  0x00000f31 call  0x00006877 
- 00009841  0x00000f32 branch  0x00002677 , 0x0000002e 
- 00009842  0x00000f33 call  0x000026ff 
- 00009843  0x00000f34 fetch  0x00000001 , 0x00000168 
- 00009844  0x00000f35 bbit0  0x00000003 , 0x00002677 
- 00009845  0x00000f36 fetcht  0x00000006 , 0x0000000f 
- 00009846  0x00000f37 call  0x00002477 , 0x0000002b 
- 00009847  0x00000f39 call  0x000022e9 
- 00009848  0x00000f3a enable  0x00000007 
- 00009849  0x00000f3b enable  0x00000009 
- 00009850  0x00000f3c parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009851  0x00000f3d rshift3  0x0000000c , 0x0000003f 
- 00009852  0x00000f3e store  0x00000001 , 0x0000004c 
- 00009853  0x00000f3f parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009854  0x00000f40 rshift3  0x0000000c , 0x0000003f 
- 00009855  0x00000f41 store  0x00000001 , 0x0000004d 
- 00009856  0x00000f42 copy  0x0000003f , 0x00000039 
- 00009857  0x00000f43 branch  0x0000269d , 0x00000005 
- 00009858  0x00000f45 bmark1  0x00000032 , 0x00002688 
- 00009859  0x00000f48 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009860  0x00000f49 rshift3  0x0000000c , 0x0000003f 
- 00009861  0x00000f4a istore  0x00000001 , 0x00000005 
- 00009862  0x00000f4b loop  0x00002683 
- 00009863  0x00000f4c branch  0x0000269d 
- 00009864  0x00000f4f copy  0x00000005 , 0x00000012 
- 00009865  0x00000f50 bpatchx  0x00000025 , 0x00004024 
- 00009866  0x00000f51 call  0x0000281c 
- 00009867  0x00000f53 fetchr  0x00000011 , 0x00000001 , 0x0000004d 
- 00009868  0x00000f54 increase  0xfffffffc , 0x00000011 
- 00009869  0x00000f55 nbranch  0x000026f2 , 0x00000002 
- 00009870  0x00000f57 call  0x000026c3 
- 00009871  0x00000f58 copy  0x00000012 , 0x00000005 
- 00009872  0x00000f59 arg  0x00000000 , 0x00000002 
- 00009873  0x00000f5a fetchr  0x00000039 , 0x00000001 , 0x0000004d 
- 00009874  0x00000f5b increase  0xfffffffc , 0x00000039 
- 00009875  0x00000f5c branch  0x0000269b , 0x00000005 
- 00009876  0x00000f5f parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009877  0x00000f60 rshift3  0x0000000c , 0x0000003f 
- 00009878  0x00000f61 istore  0x00000001 , 0x00000005 
- 00009879  0x00000f62 increase  0x00000001 , 0x00000002 
- 00009880  0x00000f63 and  0x00000002 , 0x0000000f , 0x0000003e 
- 00009881  0x00000f64 call  0x000026e1 , 0x00000005 
- 00009882  0x00000f65 loop  0x00002694 
- 00009883  0x00000f67 call  0x000026e9 
- 00009884  0x00000f68 copy  0x00000012 , 0x00000005 
- 00009885  0x00000f6c bpatchx  0x00000026 , 0x00004024 
- 00009886  0x00000f6d parse  0x00000003 , 0x00000000 , 0x00000018 
- 00009887  0x00000f6e rshift32  0x0000003f , 0x0000003f 
- 00009888  0x00000f6f rshift16  0x0000003f , 0x0000003f 
- 00009889  0x00000f70 istore  0x00000003 , 0x00000005 
- 00009890  0x00000f71 enable  0x00000010 
- 00009891  0x00000f72 call  0x0000270d 
- 00009892  0x00000f73 branch  0x000026f6 , 0x00000006 
- 00009893  0x00000f74 bmark0  0x00000032 , 0x000026af 
- 00009894  0x00000f75 fetch  0x00000001 , 0x0000004d 
- 00009895  0x00000f76 branch  0x000026af , 0x00000034 
- 00009896  0x00000f77 increase  0xfffffffc , 0x0000003f 
- 00009897  0x00000f78 store  0x00000001 , 0x0000004d 
- 00009898  0x00000f79 call  0x000072cb 
- 00009899  0x00000f7a fetch  0x00000001 , 0x00008108 
- 00009900  0x00000f7b bbit0  0x00000007 , 0x000026f2 
- 00009901  0x00000f7c force  0x0000000c , 0x00000038 
- 00009902  0x00000f7d storer  0x0000002f , 0x00000004 , 0x00000154 
- 00009903  0x00000f7f call  0x00006876 
- 00009904  0x00000f80 enable  0x0000002d 
- 00009905  0x00000f81 set0  0x00000030 , 0x00000000 
- 00009906  0x00000f83 bpatchx  0x00000027 , 0x00004024 
- 00009907  0x00000f84 call  0x000072cd 
- 00009908  0x00000f85 fetch  0x00000001 , 0x0000019d 
- 00009909  0x00000f86 nsetflag  0x0000003c , 0x00000007 , 0x0000003f 
- 00009910  0x00000f87 store  0x00000001 , 0x0000019d 
- 00009911  0x00000f88 call  0x000026b9 
- 00009912  0x00000f89 branch  0x000026bb 
- 00009913  0x00000f8c disable  0x0000000d 
- 00009914  0x00000f8d branch  0x00002160 
- 00009915  0x00000f90 bpatchx  0x00000028 , 0x00004025 
- 00009916  0x00000f91 fetcht  0x00000001 , 0x00000008 
- 00009917  0x00000f92 branch  0x000021c6 
- 00009918  0x00000f96 rtnmark0  0x00000032 
- 00009919  0x00000f97 call  0x00007368 
- 00009920  0x00000f98 force  0x0000000c , 0x00000038 
- 00009921  0x00000f99 call  0x00007370 
- 00009922  0x00000f9a branch  0x0000736f 
- 00009923  0x00000f9e bpatchx  0x00000029 , 0x00004025 
- 00009924  0x00000f9f jam  0x00000000 , 0x0000806c 
- 00009925  0x00000fa0 jam  0x00000001 , 0x0000806d 
- 00009926  0x00000fa1 fetch  0x00000001 , 0x0000004c 
- 00009927  0x00000fa2 and_into  0x00000003 , 0x0000003f 
- 00009928  0x00000fa3 store  0x00000001 , 0x0000806e 
- 00009929  0x00000fa5 setarg  0x0000004e 
- 00009930  0x00000fa6 store  0x00000002 , 0x00008068 
- 00009931  0x00000fa7 store  0x00000002 , 0x0000806a 
- 00009932  0x00000fa9 fetchr  0x00000011 , 0x00000001 , 0x0000004d 
- 00009933  0x00000faa increase  0xfffffffc , 0x00000011 
- 00009934  0x00000fac fetcht  0x00000005 , 0x00004455 
- 00009935  0x00000fad isolate1  0x0000000f , 0x00000000 
- 00009936  0x00000fae call  0x000026d7 , 0x00000001 
- 00009937  0x00000faf call  0x00007265 
- 00009938  0x00000fb0 setarg  0x00000000 
- 00009939  0x00000fb1 store  0x00000002 , 0x000080c0 
- 00009940  0x00000fb2 jam  0x00000006 , 0x0000800a 
- 00009941  0x00000fb3 jam  0x00000007 , 0x0000800a 
- 00009942  0x00000fb4 rtn 
- 00009943  0x00000fb7 sub  0x00000002 , 0x00000000 , 0x0000003e 
- 00009944  0x00000fb8 branch  0x000026dc , 0x00000005 
- 00009945  0x00000fb9 increase  0xffffffff , 0x00000002 
- 00009946  0x00000fba set1  0x00000027 , 0x00000002 
- 00009947  0x00000fbb rtn 
- 00009948  0x00000fbe setarg  0x00ffffff 
- 00009949  0x00000fbf lshift16  0x0000003f , 0x0000003f 
- 00009950  0x00000fc0 arg  0x0000ffff , 0x00000002 
- 00009951  0x00000fc1 ior  0x00000002 , 0x00000002 
- 00009952  0x00000fc2 rtn 
- 00009953  0x00000fc5 copy  0x00000005 , 0x00000012 
- 00009954  0x00000fc6 fetch  0x00000001 , 0x0000004d 
- 00009955  0x00000fc7 increase  0xfffffffc , 0x0000003f 
- 00009956  0x00000fc8 isub  0x00000002 , 0x0000003e 
- 00009957  0x00000fc9 rtn  0x00000005 
- 00009958  0x00000fca storet  0x00000002 , 0x000080c0 
- 00009959  0x00000fcb copy  0x00000012 , 0x00000005 
- 00009960  0x00000fcc rtn 
- 00009961  0x00000fcf parse  0x00000003 , 0x00000000 , 0x00000020 
- 00009962  0x00000fd0 rshift32  0x0000003f , 0x0000003f 
- 00009963  0x00000fd1 rshift8  0x0000003f , 0x0000003f 
- 00009964  0x00000fd2 istore  0x00000004 , 0x00000005 
- 00009965  0x00000fd3 copy  0x00000005 , 0x00000012 
- 00009966  0x00000fd5 force  0x00000000 , 0x00000038 
- 00009967  0x00000fd6 copy  0x0000003f , 0x0000002f 
- 00009968  0x00000fd7 storet  0x00000002 , 0x000080c0 
- 00009969  0x00000fd8 rtn 
- 00009970  0x00000fdb branch  0x000026fc 
- 00009971  0x00000fde call  0x0000270d 
- 00009972  0x00000fdf call  0x000020cf 
- 00009973  0x00000fe0 branch  0x000026af 
- 00009974  0x00000fe3 call  0x00006878 
- 00009975  0x00000fe4 bmark1  0x00000030 , 0x000026fa 
- 00009976  0x00000fe5 set1  0x00000030 , 0x00000000 
- 00009977  0x00000fe6 branch  0x000026b2 
- 00009978  0x00000fea set0  0x00000030 , 0x00000000 
- 00009979  0x00000feb branch  0x000026fc 
- 00009980  0x00000fee bpatchx  0x0000002a , 0x00004025 
- 00009981  0x00000fef call  0x000072cd 
- 00009982  0x00000ff0 branch  0x000020cf 
- 00009983  0x00000ff3 bmark1  0x0000002f , 0x00002705 
- 00009984  0x00000ff4 bmark1  0x0000002d , 0x00002709 
- 00009985  0x00000ff5 fetch  0x00000002 , 0x00000046 
- 00009986  0x00000ff6 copy  0x0000003f , 0x00000029 
- 00009987  0x00000ff7 copy  0x00000021 , 0x00000028 
- 00009988  0x00000ff8 rtn 
- 00009989  0x00000ffc fetch  0x00000002 , 0x0000004a 
- 00009990  0x00000ffd copy  0x0000003f , 0x00000029 
- 00009991  0x00000ffe add  0x00000021 , 0x00000001 , 0x00000028 
- 00009992  0x00000fff rtn 
- 00009993  0x00001002 fetch  0x00000002 , 0x00000048 
- 00009994  0x00001003 copy  0x0000003f , 0x00000029 
- 00009995  0x00001004 copy  0x00000021 , 0x00000028 
- 00009996  0x00001005 rtn 
- 00009997  0x00001009 fetch  0x00000001 , 0x0000004d 
- 00009998  0x0000100a add  0x0000003f , 0x00000005 , 0x00000002 
- 00009999  0x0000100b lshift3  0x00000002 , 0x00000002 
- 00010000  0x0000100c fetch  0x00000001 , 0x0000019d 
- 00010001  0x0000100d bmark1  0x0000002f , 0x00002714 
- 00010002  0x0000100e bbit1  0x00000000 , 0x00002716 
- 00010003  0x0000100f bbit1  0x00000001 , 0x00002717 
- 00010004  0x00001011 branch  0x00002719 , 0x0000003c 
- 00010005  0x00001012 branch  0x0000271c 
- 00010006  0x00001015 branch  0x00002721 
- 00010007  0x00001018 rshift  0x00000002 , 0x00000002 
- 00010008  0x00001019 branch  0x00002721 
- 00010009  0x0000101c add  0x00000002 , 0x00000003 , 0x00000002 
- 00010010  0x0000101d lshift  0x00000002 , 0x00000002 
- 00010011  0x0000101e branch  0x0000271e 
- 00010012  0x00001021 add  0x00000002 , 0x00000003 , 0x00000002 
- 00010013  0x00001022 lshift3  0x00000002 , 0x00000002 
- 00010014  0x00001024 setarg  0x00000028 
- 00010015  0x00001025 iadd  0x00000002 , 0x00000002 
- 00010016  0x00001026 branch  0x00002721 
- 00010017  0x00001029 fetch  0x00000001 , 0x00004148 
- 00010018  0x0000102a imul32  0x00000002 , 0x00000002 
- 00010019  0x0000102b arg  0x00004e20 , 0x00000011 
- 00010020  0x0000102c imul32  0x00000011 , 0x0000003f 
- 00010021  0x0000102d isub  0x00000002 , 0x00000002 
- 00010022  0x0000102e copy  0x0000001b , 0x0000003f 
- 00010023  0x0000102f isub  0x00000002 , 0x0000001b 
- 00010024  0x00001030 rtn 
- 00010025  0x00001033 call  0x00002741 
- 00010026  0x00001034 fetcht  0x00000001 , 0x00000008 
- 00010027  0x00001035 call  0x0000216f 
- 00010028  0x00001036 call  0x000021a6 
- 00010029  0x00001037 enable  0x00000010 
- 00010030  0x00001038 arg  0x0000157c , 0x0000000b 
- 00010031  0x00001039 branch  0x00002659 
- 00010032  0x0000103d bpatchx  0x0000002b , 0x00004025 
- 00010033  0x0000103e fetch  0x00000001 , 0x0000019e 
- 00010034  0x0000103f call  0x000025a4 
- 00010035  0x00001040 call  0x00002741 
- 00010036  0x00001042 fetch  0x00000001 , 0x0000019d 
- 00010037  0x00001043 call  0x000025a4 
- 00010038  0x00001045 fetcht  0x00000001 , 0x00000008 
- 00010039  0x00001046 call  0x0000216f 
- 00010040  0x00001047 call  0x000021a6 
- 00010041  0x00001048 enable  0x00000010 
- 00010042  0x00001049 arg  0x0000157c , 0x0000000b 
- 00010043  0x0000104a bmark0  0x0000002f , 0x00002659 
- 00010044  0x0000104b arg  0x00002134 , 0x0000000b 
- 00010045  0x0000104c branch  0x00002659 
- 00010046  0x0000104f bpatchx  0x0000002c , 0x00004025 
- 00010047  0x00001050 call  0x00002741 
- 00010048  0x00001051 branch  0x000020cf 
- 00010049  0x00001054 bpatchx  0x0000002d , 0x00004025 
- 00010050  0x00001055 call  0x000025c2 
- 00010051  0x00001056 call  0x000025d1 
- 00010052  0x00001057 call  0x0000687d 
- 00010053  0x00001058 set1  0x00000000 , 0x00000015 
- 00010054  0x00001059 enable  0x0000001d 
- 00010055  0x0000105a enable  0x00000020 
- 00010056  0x0000105b disable  0x00000021 
- 00010057  0x0000105c call  0x00002648 
- 00010058  0x0000105d disable  0x0000003a 
- 00010059  0x0000105e bmark1  0x0000002f , 0x00002784 
- 00010060  0x0000105f bmark1  0x0000002d , 0x00002796 
- 00010061  0x00001060 rshift16  0x00000009 , 0x0000003f 
- 00010062  0x00001061 rshift8  0x0000003f , 0x0000003f 
- 00010063  0x00001062 rshift4  0x0000003f , 0x0000003f 
- 00010064  0x00001063 inject  0x00000003 , 0x00000028 
- 00010065  0x00001065 enable  0x00000007 
- 00010066  0x00001066 enable  0x00000009 
- 00010067  0x00001067 bpatchx  0x0000002e , 0x00004025 
- 00010068  0x00001068 fetch  0x00000001 , 0x00004169 
- 00010069  0x00001069 inject  0x00000003 , 0x00000008 
- 00010070  0x0000106a ifetch  0x00000001 , 0x00000006 
- 00010071  0x0000106b copy  0x0000003f , 0x00000039 
- 00010072  0x0000106c inject  0x00000003 , 0x00000008 
- 00010073  0x0000106d sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00010074  0x0000106e branch  0x00002762 , 0x00000005 
- 00010075  0x00001070 fetch  0x00000001 , 0x0000800a 
- 00010076  0x00001071 branch  0x0000275e , 0x00000034 
- 00010077  0x00001072 bmark1  0x00000032 , 0x00002779 
- 00010078  0x00001074 arg  0x0000416b , 0x00000006 
- 00010079  0x00001076 ifetch  0x00000001 , 0x00000006 
- 00010080  0x00001077 inject  0x00000003 , 0x00000008 
- 00010081  0x00001078 loop  0x0000275f 
- 00010082  0x0000107b enable  0x00000008 
- 00010083  0x0000107c inject  0x00000003 , 0x00000018 
- 00010084  0x0000107d disable  0x00000008 
- 00010085  0x0000107e bmark0  0x0000002f , 0x00002769 
- 00010086  0x0000107f disable  0x00000007 
- 00010087  0x00001080 setarg  0x00000000 
- 00010088  0x00001081 inject  0x00000003 , 0x00000003 
- 00010089  0x00001083 until  0x0000003e , 0x00000027 
- 00010090  0x00001084 nop  0x00000064 
- 00010091  0x00001085 bpatchx  0x0000002f , 0x00004025 
- 00010092  0x00001086 disable  0x0000001d 
- 00010093  0x00001087 disable  0x00000038 
- 00010094  0x00001088 call  0x00002160 
- 00010095  0x00001089 call  0x0000687b 
- 00010096  0x0000108b fetch  0x00000001 , 0x00004169 
- 00010097  0x0000108c and  0x0000003f , 0x00000003 , 0x0000003f 
- 00010098  0x0000108d rtnne  0x00000003 
- 00010099  0x0000108e fetch  0x00000001 , 0x000042fd 
- 00010100  0x0000108f beq  0x00000002 , 0x0000285c 
- 00010101  0x00001090 rtnne  0x00000005 
- 00010102  0x00001091 fetch  0x00000001 , 0x0000416b 
- 00010103  0x00001092 beq  0x00000005 , 0x00002857 
- 00010104  0x00001093 rtn 
- 00010105  0x00001097 increase  0xfffffffc , 0x00000039 
- 00010106  0x00001098 copy  0x00000039 , 0x00000002 
- 00010107  0x00001099 call  0x000072b8 
- 00010108  0x0000109a arg  0x0000416b , 0x00000006 
- 00010109  0x0000109c ifetch  0x00000001 , 0x00000006 
- 00010110  0x0000109d inject  0x00000003 , 0x00000008 
- 00010111  0x0000109e loop  0x0000277d 
- 00010112  0x0000109f call  0x000072bd 
- 00010113  0x000010a0 copy  0x0000002f , 0x0000003f 
- 00010114  0x000010a1 inject  0x00000003 , 0x00000020 
- 00010115  0x000010a2 branch  0x00002762 
- 00010116  0x000010a5 arg  0x0000000a , 0x00000039 
- 00010117  0x000010a7 setarg  0x0000003c 
- 00010118  0x000010a8 inject  0x00000003 , 0x00000008 
- 00010119  0x000010a9 loop  0x00002785 
- 00010120  0x000010aa disable  0x0000001d 
- 00010121  0x000010ab enable  0x00000038 
- 00010122  0x000010ac rshift16  0x00000009 , 0x0000003f 
- 00010123  0x000010ad rshift16  0x0000003f , 0x0000003f 
- 00010124  0x000010ae rshift4  0x0000003f , 0x0000003f 
- 00010125  0x000010af inject  0x00000003 , 0x00000020 
- 00010126  0x000010b0 bmark1  0x0000002e , 0x00002793 
- 00010127  0x000010b2 setarg  0x00000001 
- 00010128  0x000010b3 inject  0x00000003 , 0x00000005 
- 00010129  0x000010b4 enable  0x0000003a 
- 00010130  0x000010b5 branch  0x00002751 
- 00010131  0x000010b8 setarg  0x00000000 
- 00010132  0x000010b9 inject  0x00000003 , 0x00000005 
- 00010133  0x000010ba branch  0x00002751 
- 00010134  0x000010bd fetch  0x00000001 , 0x00004148 
- 00010135  0x000010be fetcht  0x00000001 , 0x00004168 
- 00010136  0x000010bf iadd  0x00000002 , 0x0000003f 
- 00010137  0x000010c0 call  0x0000235c 
- 00010138  0x000010c1 rshift16  0x00000009 , 0x0000003f 
- 00010139  0x000010c2 rshift8  0x0000003f , 0x0000003f 
- 00010140  0x000010c3 rshift4  0x0000003f , 0x00000002 
- 00010141  0x000010c4 copy  0x00000002 , 0x0000003f 
- 00010142  0x000010c5 inject  0x00000003 , 0x00000008 
- 00010143  0x000010c6 copy  0x00000002 , 0x0000003f 
- 00010144  0x000010c7 inject  0x00000003 , 0x00000028 
- 00010145  0x000010c8 branch  0x00002751 
- 00010146  0x000010cc arg  0x000027a6 , 0x00000013 
- 00010147  0x000010cd arg  0x000027bc , 0x00000012 
- 00010148  0x000010ce arg  0x00000005 , 0x00000007 
- 00010149  0x000010cf branch  0x000027fb 
- 00010150  0x000010d2 add  0x00000011 , 0x00000004 , 0x00000006 
- 00010151  0x000010d3 ifetcht  0x00000004 , 0x00000006 
- 00010152  0x000010d4 add  0x00000011 , 0x00000037 , 0x00000006 
- 00010153  0x000010d5 ifetch  0x00000001 , 0x00000006 
- 00010154  0x000010d6 add  0x00000011 , 0x0000002b , 0x00000005 
- 00010155  0x000010d7 istore  0x00000001 , 0x00000005 
- 00010156  0x000010d8 ifetch  0x00000002 , 0x00000006 
- 00010157  0x000010d9 lshift2  0x0000003f , 0x0000003f 
- 00010158  0x000010da iadd  0x00000002 , 0x0000000b 
- 00010159  0x000010db add  0x00000011 , 0x00000004 , 0x00000005 
- 00010160  0x000010dc deposit  0x0000000b 
- 00010161  0x000010dd istore  0x00000004 , 0x00000005 
- 00010162  0x000010de ifetch  0x00000002 , 0x00000006 
- 00010163  0x000010df lshift2  0x0000003f , 0x0000003f 
- 00010164  0x000010e0 add  0x00000011 , 0x00000002 , 0x00000005 
- 00010165  0x000010e1 istore  0x00000002 , 0x00000005 
- 00010166  0x000010e2 ifetch  0x00000002 , 0x00000006 
- 00010167  0x000010e3 add  0x00000011 , 0x0000002c , 0x00000005 
- 00010168  0x000010e4 istore  0x00000002 , 0x00000005 
- 00010169  0x000010e5 ifetch  0x00000002 , 0x00000006 
- 00010170  0x000010e6 store  0x00000002 , 0x000042f5 
- 00010171  0x000010e7 branch  0x00002938 
- 00010172  0x000010ea ifetch  0x00000001 , 0x00000011 
- 00010173  0x000010eb set0  0x00000003 , 0x0000003f 
- 00010174  0x000010ec istore  0x00000001 , 0x00000011 
- 00010175  0x000010ed storer  0x00000011 , 0x00000002 , 0x00000684 
- 00010176  0x000010ee jam  0x00000044 , 0x0000066f 
- 00010177  0x000010ef call  0x0000782b 
- 00010178  0x000010f0 fetchr  0x00000011 , 0x00000002 , 0x00000684 
- 00010179  0x000010f1 rtn 
- 00010180  0x000010f4 arg  0x00000000 , 0x00000013 
- 00010181  0x000010f5 arg  0x000027c8 , 0x00000012 
- 00010182  0x000010f6 arg  0x00000006 , 0x00000007 
- 00010183  0x000010f7 branch  0x000027fb 
- 00010184  0x000010fa add  0x00000011 , 0x00000037 , 0x00000006 
- 00010185  0x000010fb ifetch  0x00000005 , 0x00000006 
- 00010186  0x000010fc add  0x00000011 , 0x00000030 , 0x00000005 
- 00010187  0x000010fd istore  0x00000005 , 0x00000005 
- 00010188  0x000010fe branch  0x00002624 
- 00010189  0x00001102 arg  0x00000000 , 0x00000013 
- 00010190  0x00001103 arg  0x000027d1 , 0x00000012 
- 00010191  0x00001104 arg  0x00000007 , 0x00000007 
- 00010192  0x00001105 branch  0x000027fb 
- 00010193  0x00001108 add  0x00000011 , 0x00000037 , 0x00000006 
- 00010194  0x00001109 ifetch  0x00000001 , 0x00000006 
- 00010195  0x0000110a call  0x000027de 
- 00010196  0x0000110b istore  0x00000001 , 0x00000005 
- 00010197  0x0000110c add  0x00000011 , 0x00000038 , 0x00000006 
- 00010198  0x0000110d ifetch  0x00000001 , 0x00000006 
- 00010199  0x0000110e call  0x000027ec 
- 00010200  0x0000110f istore  0x00000001 , 0x00000005 
- 00010201  0x00001110 storer  0x00000011 , 0x00000002 , 0x00000684 
- 00010202  0x00001111 jam  0x00000042 , 0x0000066f 
- 00010203  0x00001112 call  0x0000782b 
- 00010204  0x00001113 fetchr  0x00000011 , 0x00000002 , 0x00000684 
- 00010205  0x00001114 rtn 
- 00010206  0x00001117 call  0x000027e6 , 0x00000034 
- 00010207  0x00001118 add  0x00000011 , 0x00000035 , 0x00000005 
- 00010208  0x00001119 nrtn  0x00000029 
- 00010209  0x0000111a fetcht  0x00000001 , 0x000043b6 
- 00010210  0x0000111b isolate1  0x00000007 , 0x00000002 
- 00010211  0x0000111c setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00010212  0x0000111d add  0x00000011 , 0x00000036 , 0x00000005 
- 00010213  0x0000111e rtn 
- 00010214  0x00001121 add  0x00000011 , 0x00000035 , 0x00000006 
- 00010215  0x00001122 ifetch  0x00000001 , 0x00000006 
- 00010216  0x00001123 nrtn  0x00000029 
- 00010217  0x00001124 add  0x00000011 , 0x00000036 , 0x00000006 
- 00010218  0x00001125 ifetch  0x00000001 , 0x00000006 
- 00010219  0x00001126 rtn 
- 00010220  0x00001129 call  0x000027f5 , 0x00000034 
- 00010221  0x0000112a fetcht  0x00000001 , 0x000043b6 
- 00010222  0x0000112b isolate1  0x00000007 , 0x00000002 
- 00010223  0x0000112c setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00010224  0x0000112d add  0x00000011 , 0x00000036 , 0x00000005 
- 00010225  0x0000112e nrtn  0x00000029 
- 00010226  0x0000112f set0  0x00000007 , 0x0000003f 
- 00010227  0x00001130 add  0x00000011 , 0x00000035 , 0x00000005 
- 00010228  0x00001131 rtn 
- 00010229  0x00001134 add  0x00000011 , 0x00000036 , 0x00000006 
- 00010230  0x00001135 ifetch  0x00000001 , 0x00000006 
- 00010231  0x00001136 nrtn  0x00000029 
- 00010232  0x00001137 add  0x00000011 , 0x00000035 , 0x00000006 
- 00010233  0x00001138 ifetch  0x00000001 , 0x00000006 
- 00010234  0x00001139 rtn 
- 00010235  0x0000113f bpatchx  0x00000030 , 0x00004026 
- 00010236  0x00001140 ifetch  0x00000001 , 0x00000011 
- 00010237  0x00001141 qisolate0  0x0000003f 
- 00010238  0x00001142 rtn  0x00000001 
- 00010239  0x00001143 add  0x00000011 , 0x0000001a , 0x00000006 
- 00010240  0x00001144 ifetcht  0x00000002 , 0x00000006 
- 00010241  0x00001145 add  0x00000011 , 0x00000020 , 0x00000006 
- 00010242  0x00001146 ifetch  0x00000002 , 0x00000006 
- 00010243  0x00001148 isub  0x00000002 , 0x0000003f 
- 00010244  0x00001149 branch  0x0000280b , 0x00000005 
- 00010245  0x0000114a nbranch  0x00002810 , 0x00000002 
- 00010246  0x0000114b sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00010247  0x0000114c branch  0x00002809 , 0x00000005 
- 00010248  0x0000114d rtn 
- 00010249  0x00001150 copy  0x00000013 , 0x0000003f 
- 00010250  0x00001151 branch  0x00007d79 
- 00010251  0x00001154 ifetch  0x00000001 , 0x00000011 
- 00010252  0x00001155 qset0  0x0000003f 
- 00010253  0x00001156 istore  0x00000001 , 0x00000011 
- 00010254  0x00001157 copy  0x00000012 , 0x0000003f 
- 00010255  0x00001158 branch  0x00007d79 
- 00010256  0x0000115b add  0x00000011 , 0x0000001a , 0x00000006 
- 00010257  0x0000115c ifetch  0x00000002 , 0x00000006 
- 00010258  0x0000115d add  0x00000011 , 0x00000020 , 0x00000006 
- 00010259  0x0000115e ifetch  0x00000002 , 0x00000006 
- 00010260  0x0000115f isub  0x00000002 , 0x0000003f 
- 00010261  0x00001160 arg  0x0000ffff , 0x00000002 
- 00010262  0x00001161 isub  0x00000002 , 0x0000003e 
- 00010263  0x00001162 branch  0x0000280b , 0x00000005 
- 00010264  0x00001163 arg  0x0000f000 , 0x00000002 
- 00010265  0x00001164 isub  0x00000002 , 0x0000003e 
- 00010266  0x00001165 nbranch  0x0000280b , 0x00000002 
- 00010267  0x00001166 rtn 
- 00010268  0x0000116a fetcht  0x00000001 , 0x0000017f 
- 00010269  0x0000116b fetch  0x00000001 , 0x0000004c 
- 00010270  0x0000116e rshift  0x0000003f , 0x0000003f 
- 00010271  0x0000116f ixor  0x00000002 , 0x0000003f 
- 00010272  0x00001170 isolate1  0x00000002 , 0x0000003f 
- 00010273  0x00001171 setflag  0x00000001 , 0x0000000f , 0x00000000 
- 00010274  0x00001172 rtn 
- 00010275  0x00001176 bpatchx  0x00000031 , 0x00004026 
- 00010276  0x00001177 call  0x00002935 
- 00010277  0x00001178 rtnmark1  0x00000030 
- 00010278  0x00001179 call  0x0000284a 
- 00010279  0x0000117a fetch  0x00000001 , 0x0000004c 
- 00010280  0x0000117b isolate1  0x00000004 , 0x0000003f 
- 00010281  0x0000117c setflag  0x00000001 , 0x0000002a , 0x00000000 
- 00010282  0x0000117d rshift  0x0000003f , 0x0000003f 
- 00010283  0x0000117e ixor  0x00000002 , 0x0000003f 
- 00010284  0x0000117f isolate1  0x00000002 , 0x0000003f 
- 00010285  0x00001180 setflag  0x00000001 , 0x0000000f , 0x00000000 
- 00010286  0x00001181 rtnmark1  0x0000000f 
- 00010287  0x00001182 fetch  0x00000001 , 0x0000004d 
- 00010288  0x00001183 branch  0x0000283c , 0x00000034 
- 00010289  0x00001184 fetch  0x00000001 , 0x00000168 
- 00010290  0x00001185 bbit0  0x00000004 , 0x0000283c 
- 00010291  0x00001186 fetcht  0x00000004 , 0x00000154 
- 00010292  0x00001187 fetch  0x00000004 , 0x0000445a 
- 00010293  0x00001188 isub  0x00000002 , 0x0000003e 
- 00010294  0x00001189 branch  0x0000235a , 0x00000005 
- 00010295  0x0000118a storet  0x00000004 , 0x0000445a 
- 00010296  0x0000118b fetch  0x00000005 , 0x00004455 
- 00010297  0x0000118c increase  0x00000001 , 0x0000003f 
- 00010298  0x0000118d set1  0x00000027 , 0x0000003f 
- 00010299  0x0000118e store  0x00000005 , 0x00004455 
- 00010300  0x00001191 fetcht  0x00000001 , 0x0000017f 
- 00010301  0x00001192 setflip  0x00000002 , 0x00000002 
- 00010302  0x00001193 storet  0x00000001 , 0x0000017f 
- 00010303  0x00001194 fetch  0x00000001 , 0x00004321 
- 00010304  0x00001195 rtnbit0  0x00000006 
- 00010305  0x00001196 bpatchx  0x00000032 , 0x00004026 
- 00010306  0x00001197 fetch  0x00000001 , 0x0000004d 
- 00010307  0x00001198 rtn  0x00000034 
- 00010308  0x00001199 fetch  0x00000001 , 0x0000004c 
- 00010309  0x0000119a compare  0x00000001 , 0x0000003f , 0x00000003 
- 00010310  0x0000119b branch  0x00002e65 , 0x00000001 
- 00010311  0x0000119c compare  0x00000002 , 0x0000003f , 0x00000003 
- 00010312  0x0000119d branch  0x00002e53 , 0x00000001 
- 00010313  0x0000119e rtn 
- 00010314  0x000011a2 bpatchx  0x00000033 , 0x00004026 
- 00010315  0x000011a3 fetcht  0x00000001 , 0x0000017f 
- 00010316  0x000011a4 isolate0  0x00000005 , 0x00000002 
- 00010317  0x000011a5 rtn  0x00000001 
- 00010318  0x000011a6 fetch  0x00000001 , 0x0000004c 
- 00010319  0x000011a7 lshift  0x0000003f , 0x0000003f 
- 00010320  0x000011a8 ixor  0x00000002 , 0x0000003f 
- 00010321  0x000011a9 rtnbit0  0x00000003 
- 00010322  0x000011aa set0  0x00000005 , 0x00000002 
- 00010323  0x000011ab setflip  0x00000003 , 0x00000002 
- 00010324  0x000011ac storet  0x00000001 , 0x0000017f 
- 00010325  0x000011ad compare  0x00000003 , 0x00000002 , 0x00000003 
- 00010326  0x000011af rtn 
- 00010327  0x000011b3 fetch  0x00000001 , 0x00000168 
- 00010328  0x000011b4 set1  0x00000004 , 0x0000003f 
- 00010329  0x000011b5 store  0x00000001 , 0x00000168 
- 00010330  0x000011b6 set1  0x00000032 , 0x00000000 
- 00010331  0x000011b7 rtn 
- 00010332  0x000011ba bpatchx  0x00000034 , 0x00004026 
- 00010333  0x000011bb jam  0x00000000 , 0x000042fd 
- 00010334  0x000011bc arg  0x00000000 , 0x0000003f 
- 00010335  0x000011bd store  0x00000004 , 0x0000445a 
- 00010336  0x000011be store  0x00000005 , 0x00004450 
- 00010337  0x000011bf set1  0x00000027 , 0x0000003f 
- 00010338  0x000011c0 store  0x00000005 , 0x00004455 
- 00010339  0x000011c1 fetch  0x00000001 , 0x00000168 
- 00010340  0x000011c2 set0  0x00000004 , 0x0000003f 
- 00010341  0x000011c3 store  0x00000001 , 0x00000168 
- 00010342  0x000011c4 set0  0x00000032 , 0x00000000 
- 00010343  0x000011c5 rtn 
- 00010344  0x000011cb arg  0x00000001 , 0x00000011 
- 00010345  0x000011cc fetch  0x00000001 , 0x0000004c 
- 00010346  0x000011cd rtnbit1  0x00000006 
- 00010347  0x000011ce arg  0x00000000 , 0x00000011 
- 00010348  0x000011cf rtn 
- 00010349  0x000011d3 copy  0x00000006 , 0x00000005 
- 00010350  0x000011d4 fetcht  0x00000002 , 0x000043b8 
- 00010351  0x000011d5 copy  0x00000005 , 0x00000006 
- 00010352  0x000011d6 rtn 
- 00010353  0x000011da bpatchx  0x00000035 , 0x00004026 
- 00010354  0x000011db fetch  0x00000001 , 0x0000017f 
- 00010355  0x000011dc rtnbit1  0x00000005 
- 00010356  0x000011dd call  0x00002892 
- 00010357  0x000011de call  0x00002a10 
- 00010358  0x000011df branch  0x000028b6 , 0x00000034 
- 00010359  0x000011e0 ifetch  0x00000002 , 0x00000006 
- 00010360  0x000011e1 ifetcht  0x00000002 , 0x00000006 
- 00010361  0x000011e2 copy  0x00000002 , 0x00000011 
- 00010362  0x000011e3 isub  0x00000011 , 0x0000003f 
- 00010363  0x000011e4 call  0x0000286d 
- 00010364  0x000011e5 call  0x00007db0 
- 00010365  0x000011e6 copy  0x0000003f , 0x00000002 
- 00010366  0x000011e7 ifetchr  0x00000001 , 0x00000001 , 0x00000006 
- 00010367  0x000011e8 copy  0x00000011 , 0x0000003f 
- 00010368  0x000011e9 iadd  0x00000006 , 0x0000003f 
- 00010369  0x000011ea store  0x00000002 , 0x0000068f 
- 00010370  0x000011eb call  0x000028a6 
- 00010371  0x000011ec call  0x000028b8 
- 00010372  0x000011ee call  0x00002a10 
- 00010373  0x000011ef ifetch  0x00000002 , 0x00000006 
- 00010374  0x000011f0 copy  0x0000003f , 0x00000011 
- 00010375  0x000011f1 copy  0x00000006 , 0x00000013 
- 00010376  0x000011f2 ifetcht  0x00000002 , 0x00000006 
- 00010377  0x000011f3 copy  0x00000002 , 0x00000012 
- 00010378  0x000011f4 isub  0x00000012 , 0x0000003f 
- 00010379  0x000011f5 call  0x0000286d 
- 00010380  0x000011f6 call  0x00007db0 
- 00010381  0x000011f7 iadd  0x00000012 , 0x0000003f 
- 00010382  0x000011f8 istore  0x00000002 , 0x00000013 
- 00010383  0x000011f9 isub  0x00000011 , 0x0000003e 
- 00010384  0x000011fa nrtn  0x00000005 
- 00010385  0x000011fb branch  0x00002a2a 
- 00010386  0x000011ff call  0x00002899 
- 00010387  0x00001200 rtnmark1  0x00000029 
- 00010388  0x00001201 fetch  0x00000001 , 0x00004321 
- 00010389  0x00001202 bbit0  0x00000002 , 0x000028a4 
- 00010390  0x00001203 call  0x00002a14 
- 00010391  0x00001204 branch  0x000028a4 , 0x00000034 
- 00010392  0x00001205 branch  0x000028a2 
- 00010393  0x00001209 call  0x00002a10 
- 00010394  0x0000120a branch  0x000028a4 , 0x00000034 
- 00010395  0x0000120b ifetch  0x00000002 , 0x00000006 
- 00010396  0x0000120c ifetcht  0x00000002 , 0x00000006 
- 00010397  0x0000120d isub  0x00000002 , 0x00000011 
- 00010398  0x0000120e call  0x0000286d 
- 00010399  0x0000120f copy  0x00000002 , 0x0000003f 
- 00010400  0x00001210 isub  0x00000011 , 0x0000003e 
- 00010401  0x00001211 branch  0x000028a4 , 0x00000002 
- 00010402  0x00001213 set1  0x00000029 , 0x00000000 
- 00010403  0x00001214 rtn 
- 00010404  0x00001217 set0  0x00000029 , 0x00000000 
- 00010405  0x00001218 rtn 
- 00010406  0x0000121b copy  0x00000011 , 0x0000003f 
- 00010407  0x0000121c rtn  0x00000034 
- 00010408  0x0000121d arg  0x00000001 , 0x00000001 
- 00010409  0x0000121e rtn 
- 00010410  0x00001222 bpatchx  0x00000036 , 0x00004026 
- 00010411  0x00001223 increase  0x00000001 , 0x00000002 
- 00010412  0x00001224 call  0x00002ccf 
- 00010413  0x00001225 increase  0xfffffffe , 0x00000006 
- 00010414  0x00001226 ifetch  0x00000002 , 0x00000006 
- 00010415  0x00001227 arg  0x00002902 , 0x00000002 
- 00010416  0x00001228 isub  0x00000002 , 0x0000003e 
- 00010417  0x00001229 nrtn  0x00000005 
- 00010418  0x0000122a increase  0x00000001 , 0x00000006 
- 00010419  0x0000122b copy  0x00000006 , 0x00000011 
- 00010420  0x0000122c ifetch  0x00000001 , 0x00000006 
- 00010421  0x0000122d rtn 
- 00010422  0x00001231 force  0x00000000 , 0x00000002 
- 00010423  0x00001232 force  0x00000001 , 0x00000001 
- 00010424  0x00001235 bpatchx  0x00000037 , 0x00004026 
- 00010425  0x00001236 storet  0x00000001 , 0x0000416a 
- 00010426  0x00001237 fetcht  0x00000001 , 0x0000017f 
- 00010427  0x00001238 set1  0x00000005 , 0x00000002 
- 00010428  0x00001239 and  0x00000002 , 0x000000fc , 0x0000003f 
- 00010429  0x0000123a ior  0x00000001 , 0x0000003f 
- 00010430  0x0000123b store  0x00000001 , 0x0000017f 
- 00010431  0x0000123c and_into  0x0000001f , 0x0000003f 
- 00010432  0x0000123d isolate1  0x00000029 , 0x00000000 
- 00010433  0x0000123e setflag  0x00000001 , 0x00000004 , 0x0000003f 
- 00010434  0x0000123f store  0x00000001 , 0x00004169 
- 00010435  0x00001241 fetch  0x00000001 , 0x00004169 
- 00010436  0x00001242 compare  0x00000001 , 0x00000001 , 0x00000003 
- 00010437  0x00001243 nbranch  0x000028c8 , 0x00000001 
- 00010438  0x00001244 fetch  0x00000001 , 0x0000416a 
- 00010439  0x00001245 rtn  0x00000034 
- 00010440  0x00001248 bmark1  0x00000032 , 0x000028ce 
- 00010441  0x00001249 fetchr  0x00000039 , 0x00000001 , 0x0000416a 
- 00010442  0x0000124a fetch  0x00000002 , 0x0000068f 
- 00010443  0x0000124b copy  0x0000003f , 0x00000006 
- 00010444  0x0000124c arg  0x0000416b , 0x00000005 
- 00010445  0x0000124d branch  0x00007ccc 
- 00010446  0x00001250 call  0x00007368 
- 00010447  0x00001251 branch  0x0000729f 
- 00010448  0x00001254 arg  0x00000000 , 0x00000007 
- 00010449  0x00001255 branch  0x000024e7 
- 00010450  0x00001258 arg  0x00000000 , 0x00000007 
- 00010451  0x00001259 branch  0x000024eb 
- 00010452  0x0000125d bpatchx  0x00000038 , 0x00004027 
- 00010453  0x0000125e rtnmark1  0x0000000f 
- 00010454  0x0000125f rtnmark1  0x00000030 
- 00010455  0x00001260 fetch  0x00000001 , 0x0000004c 
- 00010456  0x00001261 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00010457  0x00001262 store  0x00000001 , 0x00004334 
- 00010458  0x00001263 fetch  0x00000001 , 0x0000004d 
- 00010459  0x00001264 rtn  0x00000034 
- 00010460  0x00001265 setarg  0x0000004e 
- 00010461  0x00001266 store  0x00000002 , 0x00004339 
- 00010462  0x00001267 bpatchx  0x00000039 , 0x00004027 
- 00010463  0x00001268 fetch  0x00000001 , 0x00004334 
- 00010464  0x00001269 beq  0x00000003 , 0x0000304a 
- 00010465  0x0000126b call  0x000028ee 
- 00010466  0x0000126c nbranch  0x000028d0 , 0x00000028 
- 00010467  0x0000126d call  0x000028d2 
- 00010468  0x0000126e setarg  0x00000000 
- 00010469  0x0000126f store  0x00000002 , 0x00004337 
- 00010470  0x00001270 fetch  0x00000002 , 0x00004339 
- 00010471  0x00001271 add  0x0000003f , 0x00000002 , 0x00000006 
- 00010472  0x00001272 bpatchx  0x0000003a , 0x00004027 
- 00010473  0x00001274 ifetch  0x00000002 , 0x00000006 
- 00010474  0x00001275 beq  0x00000004 , 0x00002b8f 
- 00010475  0x00001276 beq  0x00000006 , 0x00002ec8 
- 00010476  0x00001277 beq  0x00000005 , 0x00002e8a 
- 00010477  0x00001278 rtn 
- 00010478  0x0000127c fetch  0x00000001 , 0x00004334 
- 00010479  0x0000127d beq  0x00000002 , 0x000028fd 
- 00010480  0x0000127e beq  0x00000001 , 0x00002914 
- 00010481  0x0000127f rtn 
- 00010482  0x00001285 call  0x00007dba 
- 00010483  0x00001286 arg  0x00000004 , 0x00000002 
- 00010484  0x00001287 isub  0x0000003f , 0x0000003e 
- 00010485  0x00001288 rtn  0x00000005 
- 00010486  0x00001289 arg  0x00000005 , 0x00000002 
- 00010487  0x0000128a isub  0x0000003f , 0x0000003e 
- 00010488  0x0000128b rtn  0x00000005 
- 00010489  0x0000128c arg  0x00000006 , 0x00000002 
- 00010490  0x0000128d isub  0x0000003f , 0x0000003e 
- 00010491  0x0000128e rtn  0x00000005 
- 00010492  0x0000128f branch  0x00007dbc 
- 00010493  0x00001293 fetch  0x00000002 , 0x00004339 
- 00010494  0x00001294 copy  0x0000003f , 0x00000006 
- 00010495  0x00001295 ifetch  0x00000002 , 0x00000006 
- 00010496  0x00001296 store  0x00000002 , 0x00004335 
- 00010497  0x00001297 ifetch  0x00000002 , 0x00000006 
- 00010498  0x00001298 call  0x000028f2 
- 00010499  0x00001299 nrtn  0x00000028 
- 00010500  0x0000129a fetcht  0x00000001 , 0x0000004d 
- 00010501  0x0000129b storet  0x00000002 , 0x00004337 
- 00010502  0x0000129c fetch  0x00000002 , 0x00004335 
- 00010503  0x0000129d increase  0x00000004 , 0x0000003f 
- 00010504  0x0000129e isub  0x00000002 , 0x0000003e 
- 00010505  0x0000129f branch  0x00007dba , 0x00000005 
- 00010506  0x000012a0 fetchr  0x00000039 , 0x00000001 , 0x0000004d 
- 00010507  0x000012a1 arg  0x00000f00 , 0x00000005 
- 00010508  0x000012a2 fetch  0x00000002 , 0x00004339 
- 00010509  0x000012a3 copy  0x0000003f , 0x00000006 
- 00010510  0x000012a4 call  0x00007ccc 
- 00010511  0x000012a5 branch  0x00007dbc 
- 00010512  0x000012ab call  0x00007dba 
- 00010513  0x000012ac fetch  0x00000002 , 0x00004337 
- 00010514  0x000012ad nrtn  0x00000034 
- 00010515  0x000012ae branch  0x00007dbc 
- 00010516  0x000012b1 call  0x00002910 
- 00010517  0x000012b2 nrtn  0x00000028 
- 00010518  0x000012b3 fetch  0x00000002 , 0x00004337 
- 00010519  0x000012b4 arg  0x00000f00 , 0x00000005 
- 00010520  0x000012b5 iadd  0x00000005 , 0x00000011 
- 00010521  0x000012b6 fetcht  0x00000001 , 0x0000004d 
- 00010522  0x000012b7 iadd  0x00000002 , 0x0000003f 
- 00010523  0x000012b8 store  0x00000002 , 0x00004337 
- 00010524  0x000012b9 fetchr  0x00000039 , 0x00000001 , 0x0000004d 
- 00010525  0x000012ba copy  0x00000011 , 0x00000005 
- 00010526  0x000012bb fetch  0x00000002 , 0x00004339 
- 00010527  0x000012bc copy  0x0000003f , 0x00000006 
- 00010528  0x000012bd call  0x00007ccc 
- 00010529  0x000012be setarg  0x00000f00 
- 00010530  0x000012bf store  0x00000002 , 0x00004339 
- 00010531  0x000012c0 fetch  0x00000002 , 0x00004335 
- 00010532  0x000012c1 increase  0x00000004 , 0x0000003f 
- 00010533  0x000012c2 fetcht  0x00000002 , 0x00004337 
- 00010534  0x000012c3 isub  0x00000002 , 0x0000003e 
- 00010535  0x000012c4 branch  0x00007dba , 0x00000005 
- 00010536  0x000012c5 branch  0x00007dbc 
- 00010537  0x000012cb fetch  0x00000002 , 0x000043df 
- 00010538  0x000012cc branch  0x00007d79 
- 00010539  0x000012cf bpatchx  0x0000003b , 0x00004027 
- 00010540  0x000012d0 fetcht  0x00000004 , 0x00000184 
- 00010541  0x000012d1 call  0x00002356 
- 00010542  0x000012d2 isub  0x00000002 , 0x0000000b 
- 00010543  0x000012d3 deposit  0x0000000b 
- 00010544  0x000012d4 fetcht  0x00000002 , 0x00000196 
- 00010545  0x000012d5 lshift4  0x00000002 , 0x00000002 
- 00010546  0x000012d6 lshift  0x00000002 , 0x00000002 
- 00010547  0x000012d7 isub  0x00000002 , 0x0000003f 
- 00010548  0x000012d8 rtn 
- 00010549  0x000012db call  0x00002356 
- 00010550  0x000012dc store  0x00000004 , 0x00000184 
- 00010551  0x000012dd rtn 
- 00010552  0x000012e2 bpatchx  0x0000003c , 0x00004027 
- 00010553  0x000012e3 add  0x00000011 , 0x00000050 , 0x00000006 
- 00010554  0x000012e4 ifetch  0x00000001 , 0x00000006 
- 00010555  0x000012e5 call  0x000025eb 
- 00010556  0x000012e6 add  0x00000011 , 0x00000002 , 0x00000006 
- 00010557  0x000012e7 ifetch  0x00000002 , 0x00000006 
- 00010558  0x000012e8 imul32  0x00000002 , 0x0000003f 
- 00010559  0x000012e9 fetcht  0x00000002 , 0x00000044 
- 00010560  0x000012ea imul32  0x00000002 , 0x0000003f 
- 00010561  0x000012eb arg  0x000f4240 , 0x00000002 
- 00010562  0x000012ec idiv  0x00000002 
- 00010563  0x000012ed arg  0x00000682 , 0x00000002 
- 00010564  0x000012ee fetch  0x00000001 , 0x00004148 
- 00010565  0x000012ef imul32  0x00000002 , 0x00000002 
- 00010566  0x000012f0 add  0x00000011 , 0x0000002b , 0x00000006 
- 00010567  0x000012f1 ifetch  0x00000001 , 0x00000006 
- 00010568  0x000012f2 imul32  0x00000002 , 0x0000003f 
- 00010569  0x000012f3 iadd  0x00000002 , 0x0000003f 
- 00010570  0x000012f4 store  0x00000004 , 0x0000431d 
- 00010571  0x000012f5 fetch  0x00000002 , 0x0000409a 
- 00010572  0x000012f6 call  0x00007d62 
- 00010573  0x000012f7 quotient  0x00000002 
- 00010574  0x000012f8 iadd  0x00000002 , 0x0000003f 
- 00010575  0x000012f9 add  0x00000011 , 0x0000000e , 0x00000005 
- 00010576  0x000012fa istore  0x00000002 , 0x00000005 
- 00010577  0x000012fb rtn 
- 00010578  0x00001301 bpatchx  0x0000003d , 0x00004027 
- 00010579  0x00001302 call  0x00002955 
- 00010580  0x00001303 branch  0x00002969 
- 00010581  0x00001306 jam  0x00000002 , 0x000006b5 
- 00010582  0x00001307 arg  0x00002a00 , 0x00000002 
- 00010583  0x00001308 storet  0x00000002 , 0x000006b6 
- 00010584  0x00001309 call  0x00002ce0 
- 00010585  0x0000130a rtn  0x00000034 
- 00010586  0x0000130b ifetch  0x00000001 , 0x00000006 
- 00010587  0x0000130c copy  0x00000006 , 0x00000005 
- 00010588  0x0000130d fetcht  0x00000001 , 0x0000426b 
- 00010589  0x0000130e copy  0x00000002 , 0x00000039 
- 00010590  0x0000130f isub  0x00000002 , 0x0000003e 
- 00010591  0x00001310 nbranch  0x00002966 , 0x00000002 
- 00010592  0x00001311 isub  0x00000002 , 0x00000002 
- 00010593  0x00001312 arg  0x0000426c , 0x00000006 
- 00010594  0x00001313 call  0x00007ccc 
- 00010595  0x00001314 copy  0x00000002 , 0x00000039 
- 00010596  0x00001315 ncall  0x000029a1 , 0x00000005 
- 00010597  0x00001316 rtn 
- 00010598  0x00001318 copy  0x0000003f , 0x00000039 
- 00010599  0x00001319 arg  0x0000426c , 0x00000006 
- 00010600  0x0000131a branch  0x00007ccc 
- 00010601  0x0000131e arg  0x00004368 , 0x00000013 
- 00010602  0x0000131f arg  0x00004349 , 0x00000011 
- 00010603  0x00001320 call  0x00002976 
- 00010604  0x00001321 setarg  0x00000000 
- 00010605  0x00001322 setflag  0x00000028 , 0x00000000 , 0x0000003f 
- 00010606  0x00001323 store  0x00000001 , 0x00000670 
- 00010607  0x00001324 arg  0x00004388 , 0x00000013 
- 00010608  0x00001325 arg  0x00004369 , 0x00000011 
- 00010609  0x00001326 call  0x00002976 
- 00010610  0x00001327 rtn  0x00000028 
- 00010611  0x00001328 fetch  0x00000001 , 0x00000670 
- 00010612  0x00001329 branch  0x0000235a , 0x00000034 
- 00010613  0x0000132a rtn 
- 00010614  0x0000132e bpatchx  0x0000003e , 0x00004027 
- 00010615  0x0000132f call  0x00007dba 
- 00010616  0x00001330 call  0x00007ca6 
- 00010617  0x00001331 arg  0x00000000 , 0x00000012 
- 00010618  0x00001332 arg  0x000006a2 , 0x00000005 
- 00010619  0x00001333 call  0x00002990 
- 00010620  0x00001334 fetch  0x00000001 , 0x0000426b 
- 00010621  0x00001335 add  0x0000003f , 0x00000001 , 0x00000002 
- 00010622  0x00001336 iadd  0x00000012 , 0x00000011 
- 00010623  0x00001337 increase  0x00000002 , 0x00000011 
- 00010624  0x00001338 sub  0x00000011 , 0x0000001f , 0x0000003e 
- 00010625  0x00001339 nbranch  0x0000298e , 0x00000002 
- 00010626  0x0000133a istoret  0x00000001 , 0x00000005 
- 00010627  0x0000133b arg  0x00000009 , 0x00000002 
- 00010628  0x0000133c istoret  0x00000001 , 0x00000005 
- 00010629  0x0000133d iforce  0x00000039 
- 00010630  0x0000133e call  0x00007ccc 
- 00010631  0x0000133f copy  0x00000011 , 0x00000012 
- 00010632  0x00001341 deposit  0x00000012 
- 00010633  0x00001342 store  0x00000001 , 0x000006a1 
- 00010634  0x00001343 arg  0x000006a1 , 0x00000006 
- 00010635  0x00001344 setarg  0xffffffe0 
- 00010636  0x00001345 iadd  0x00000013 , 0x00000005 
- 00010637  0x00001346 branch  0x00007c8d 
- 00010638  0x00001349 call  0x00007dbc 
- 00010639  0x0000134a branch  0x00002988 
- 00010640  0x0000134d ifetch  0x00000001 , 0x00000011 
- 00010641  0x0000134e rtn  0x00000034 
- 00010642  0x0000134f pincrease  0x00000001 
- 00010643  0x00001350 ifetcht  0x00000001 , 0x00000006 
- 00010644  0x00001351 sub  0x00000002 , 0x00000009 , 0x0000003e 
- 00010645  0x00001352 branch  0x0000299f , 0x00000005 
- 00010646  0x00001353 iadd  0x00000012 , 0x00000012 
- 00010647  0x00001354 copy  0x00000011 , 0x00000006 
- 00010648  0x00001355 iforce  0x00000039 
- 00010649  0x00001356 call  0x00007ccc 
- 00010650  0x00001357 copy  0x00000006 , 0x00000011 
- 00010651  0x00001359 deposit  0x00000011 
- 00010652  0x0000135a isub  0x00000013 , 0x0000003e 
- 00010653  0x0000135b rtn  0x00000002 
- 00010654  0x0000135c branch  0x00002990 
- 00010655  0x0000135f iadd  0x00000011 , 0x00000011 
- 00010656  0x00001360 branch  0x0000299b 
- 00010657  0x00001364 setarg  0x00000020 
- 00010658  0x00001365 istore  0x00000001 , 0x00000005 
- 00010659  0x00001366 loop  0x000029a1 
- 00010660  0x00001367 rtn 
- 00010661  0x0000136b bpatchx  0x0000003f , 0x00004027 
- 00010662  0x0000136c disable  0x0000002b 
- 00010663  0x0000136d branch  0x000029a9 , 0x0000002e 
- 00010664  0x0000136e nbranch  0x000029b8 , 0x0000002d 
- 00010665  0x00001370 call  0x000024d2 
- 00010666  0x00001371 fetch  0x00000002 , 0x0000409a 
- 00010667  0x00001372 store  0x00000002 , 0x00000176 
- 00010668  0x00001373 fetch  0x00000001 , 0x00004321 
- 00010669  0x00001374 bbit1  0x00000005 , 0x000024e0 
- 00010670  0x00001375 bmark1  0x0000000f , 0x000024e0 
- 00010671  0x00001376 fetch  0x00000001 , 0x0000004d 
- 00010672  0x00001377 nbranch  0x000024e0 , 0x00000034 
- 00010673  0x00001378 fetch  0x00000001 , 0x0000416a 
- 00010674  0x00001379 nbranch  0x000024e0 , 0x00000034 
- 00010675  0x0000137b fetch  0x00000001 , 0x00000168 
- 00010676  0x0000137c bbit1  0x00000005 , 0x000024e0 
- 00010677  0x0000137d bbit1  0x00000007 , 0x000024e0 
- 00010678  0x0000137e bbit1  0x00000006 , 0x000024e0 
- 00010679  0x0000137f branch  0x000024c8 
- 00010680  0x00001382 fetch  0x00000001 , 0x000040a8 
- 00010681  0x00001383 sub  0x0000003f , 0x0000001e , 0x0000003e 
- 00010682  0x00001384 nbranch  0x000024d7 , 0x00000002 
- 00010683  0x00001385 fetcht  0x00000002 , 0x0000409a 
- 00010684  0x00001386 rshift  0x00000002 , 0x00000002 
- 00010685  0x00001387 fetch  0x00000002 , 0x00000176 
- 00010686  0x00001388 iadd  0x00000002 , 0x0000003f 
- 00010687  0x00001389 store  0x00000002 , 0x00000176 
- 00010688  0x0000138a branch  0x000024d7 
- 00010689  0x0000138e arg  0x00000000 , 0x00000007 
- 00010690  0x0000138f branch  0x000029d6 
- 00010691  0x00001392 arg  0x00000000 , 0x00000007 
- 00010692  0x00001393 branch  0x000029db 
- 00010693  0x00001396 arg  0x00000001 , 0x00000007 
- 00010694  0x00001397 branch  0x000029d6 
- 00010695  0x0000139a arg  0x00000001 , 0x00000007 
- 00010696  0x0000139b branch  0x000029db 
- 00010697  0x0000139e arg  0x00000002 , 0x00000007 
- 00010698  0x0000139f branch  0x000029d6 
- 00010699  0x000013a2 arg  0x00000002 , 0x00000007 
- 00010700  0x000013a3 branch  0x000029db 
- 00010701  0x000013a6 arg  0x00000003 , 0x00000007 
- 00010702  0x000013a7 branch  0x000029d6 
- 00010703  0x000013aa arg  0x00000003 , 0x00000007 
- 00010704  0x000013ab branch  0x000029db 
- 00010705  0x000013ae arg  0x00000004 , 0x00000007 
- 00010706  0x000013af branch  0x000029d6 
- 00010707  0x000013b2 arg  0x00000004 , 0x00000007 
- 00010708  0x000013b3 branch  0x000029db 
- 00010709  0x000013b6 arg  0x00000005 , 0x00000007 
- 00010710  0x000013b9 fetch  0x00000001 , 0x00004321 
- 00010711  0x000013ba qset1  0x0000003f 
- 00010712  0x000013bb store  0x00000001 , 0x00004321 
- 00010713  0x000013bc rtn 
- 00010714  0x000013c0 arg  0x00000005 , 0x00000007 
- 00010715  0x000013c3 fetch  0x00000001 , 0x00004321 
- 00010716  0x000013c4 qset0  0x0000003f 
- 00010717  0x000013c5 store  0x00000001 , 0x00004321 
- 00010718  0x000013c6 rtn 
- 00010719  0x000013cb setarg  0x00112233 
- 00010720  0x000013cc store  0x00000003 , 0x00004322 
- 00010721  0x000013cd setarg  0x00445566 
- 00010722  0x000013ce istore  0x00000003 , 0x00000005 
- 00010723  0x000013cf setarg  0x00778899 
- 00010724  0x000013d0 istore  0x00000003 , 0x00000005 
- 00010725  0x000013d1 setarg  0x00001122 
- 00010726  0x000013d2 istore  0x00000003 , 0x00000005 
- 00010727  0x000013d3 setarg  0x00334455 
- 00010728  0x000013d4 istore  0x00000003 , 0x00000005 
- 00010729  0x000013d5 setarg  0x00000066 
- 00010730  0x000013d6 istore  0x00000001 , 0x00000005 
- 00010731  0x000013d7 rtn 
- 00010732  0x000013db setarg  0x01000302 
- 00010733  0x000013dc store  0x00000004 , 0x000042c4 
- 00010734  0x000013dd setarg  0x00010010 
- 00010735  0x000013de store  0x00000003 , 0x000042c8 
- 00010736  0x000013df jam  0x00000001 , 0x000042fe 
- 00010737  0x000013e0 rtn 
- 00010738  0x000013e5 arg  0x00000000 , 0x00000011 
- 00010739  0x000013e6 arg  0x00000001 , 0x00000001 
- 00010740  0x000013e7 branch  0x00002a05 
- 00010741  0x000013ec bpatchx  0x00000040 , 0x00004028 
- 00010742  0x000013ed arg  0x00000003 , 0x00000001 
- 00010743  0x000013ee call  0x00002a05 
- 00010744  0x000013ef copy  0x00000012 , 0x0000003f 
- 00010745  0x000013f0 istore  0x00000001 , 0x00000005 
- 00010746  0x000013f1 rtn 
- 00010747  0x000013f6 bpatchx  0x00000041 , 0x00004028 
- 00010748  0x000013f7 force  0x00000002 , 0x00000001 
- 00010749  0x000013f8 increase  0x00000004 , 0x00000011 
- 00010750  0x000013f9 call  0x00002a05 
- 00010751  0x000013fa increase  0xfffffffc , 0x00000011 
- 00010752  0x000013fb copy  0x00000011 , 0x0000003f 
- 00010753  0x000013fc istore  0x00000002 , 0x00000005 
- 00010754  0x000013fd copy  0x00000012 , 0x0000003f 
- 00010755  0x000013fe istore  0x00000002 , 0x00000005 
- 00010756  0x000013ff rtn 
- 00010757  0x00001404 bpatchx  0x00000042 , 0x00004028 
- 00010758  0x00001405 increase  0x00000005 , 0x00000011 
- 00010759  0x00001406 call  0x00006959 
- 00010760  0x00001407 increase  0xfffffffb , 0x00000011 
- 00010761  0x00001408 copy  0x00000011 , 0x0000003f 
- 00010762  0x00001409 istore  0x00000002 , 0x00000005 
- 00010763  0x0000140a setarg  0x00000000 
- 00010764  0x0000140b istore  0x00000002 , 0x00000005 
- 00010765  0x0000140c copy  0x00000001 , 0x0000003f 
- 00010766  0x0000140d istore  0x00000001 , 0x00000005 
- 00010767  0x0000140e rtn 
- 00010768  0x00001412 bpatchx  0x00000043 , 0x00004028 
- 00010769  0x00001413 call  0x00006993 
- 00010770  0x00001414 copy  0x0000003f , 0x00000006 
- 00010771  0x00001415 rtn 
- 00010772  0x00001418 fetch  0x00000002 , 0x00004449 
- 00010773  0x00001419 rtn 
- 00010774  0x0000141c call  0x00002a19 
- 00010775  0x0000141d copy  0x0000003f , 0x00000006 
- 00010776  0x0000141e rtn 
- 00010777  0x00001422 fetch  0x00000002 , 0x0000444c 
- 00010778  0x00001423 rtn 
- 00010779  0x00001427 call  0x00002a10 
- 00010780  0x00001428 increase  0x00000005 , 0x00000006 
- 00010781  0x00001429 rtn 
- 00010782  0x0000142c call  0x00002a10 
- 00010783  0x0000142d increase  0x00000009 , 0x00000006 
- 00010784  0x0000142e rtn 
- 00010785  0x00001431 call  0x00002a16 
- 00010786  0x00001432 increase  0x00000009 , 0x00000006 
- 00010787  0x00001433 rtn 
- 00010788  0x00001436 call  0x00002a16 
- 00010789  0x00001437 increase  0x00000005 , 0x00000006 
- 00010790  0x00001438 rtn 
- 00010791  0x0000143c branch  0x000069a9 
- 00010792  0x00001440 branch  0x000069ac 
- 00010793  0x00001444 branch  0x000069af 
- 00010794  0x00001448 branch  0x00006998 
- 00010795  0x0000144c store  0x00000008 , 0x000043c0 
- 00010796  0x0000144d branch  0x00002a3c 
- 00010797  0x00001451 and  0x00000002 , 0x000000ff , 0x00000011 
- 00010798  0x00001452 call  0x00002a32 
- 00010799  0x00001453 rshift8  0x00000002 , 0x00000011 
- 00010800  0x00001456 storer  0x00000011 , 0x00000001 , 0x000043b7 
- 00010801  0x00001457 branch  0x00002a33 
- 00010802  0x0000145a storer  0x00000011 , 0x00000001 , 0x000043b6 
- 00010803  0x0000145c isolate1  0x00000001 , 0x00000011 
- 00010804  0x0000145d call  0x00002a38 , 0x00000001 
- 00010805  0x0000145e isolate1  0x00000002 , 0x00000011 
- 00010806  0x0000145f call  0x00002a3a , 0x00000001 
- 00010807  0x00001460 rtn 
- 00010808  0x00001465 arg  0x00000008 , 0x00000007 
- 00010809  0x00001466 branch  0x00002a3d 
- 00010810  0x0000146a arg  0x0000000b , 0x00000007 
- 00010811  0x0000146b branch  0x00002a3d 
- 00010812  0x0000146e arg  0x00000005 , 0x00000007 
- 00010813  0x00001471 fetch  0x00000008 , 0x000043ae 
- 00010814  0x00001472 qset1  0x0000003f 
- 00010815  0x00001473 store  0x00000008 , 0x000043ae 
- 00010816  0x00001474 rtn 
- 00010817  0x00001477 call  0x000029c5 
- 00010818  0x00001478 call  0x000029ec 
- 00010819  0x00001479 call  0x000029df 
- 00010820  0x0000147a branch  0x000029cd 
- 00010821  0x00001480 jam  0x00000001 , 0x0000019d 
- 00010822  0x00001481 jam  0x00000001 , 0x0000019e 
- 00010823  0x00001482 call  0x000025b8 
- 00010824  0x00001483 call  0x00002a4b 
- 00010825  0x00001484 call  0x00002acb 
- 00010826  0x00001485 branch  0x000025bc 
- 00010827  0x00001488 bpatchx  0x00000044 , 0x00004028 
- 00010828  0x00001489 fetch  0x00000001 , 0x00004343 
- 00010829  0x0000148a rtnne  0x00000001 
- 00010830  0x0000148b arg  0x00000002 , 0x00000007 
- 00010831  0x0000148c call  0x00007cef 
- 00010832  0x0000148d nrtn  0x00000034 
- 00010833  0x0000148e fetch  0x00000002 , 0x00004344 
- 00010834  0x0000148f fetcht  0x00000002 , 0x00004346 
- 00010835  0x00001490 isub  0x00000002 , 0x0000003f 
- 00010836  0x00001491 arg  0x00000002 , 0x00000007 
- 00010837  0x00001492 call  0x00007ce1 
- 00010838  0x00001493 disable  0x00000029 
- 00010839  0x00001494 call  0x00002af5 
- 00010840  0x00001495 call  0x00002a6a 
- 00010841  0x00001496 nrtn  0x0000002d 
- 00010842  0x00001497 bpatchx  0x00000045 , 0x00004028 
- 00010843  0x00001498 fetch  0x00000006 , 0x0000004e 
- 00010844  0x00001499 store  0x00000006 , 0x00000178 
- 00010845  0x0000149c fetch  0x00000001 , 0x00000002 
- 00010846  0x0000149d increase  0x00000001 , 0x0000003f 
- 00010847  0x0000149e store  0x00000001 , 0x00000002 
- 00010848  0x0000149f call  0x00002a71 
- 00010849  0x000014a0 rtn  0x00000029 
- 00010850  0x000014a1 call  0x00002b1c 
- 00010851  0x000014a2 nrtn  0x0000002d 
- 00010852  0x000014a3 fetch  0x00000001 , 0x00000004 
- 00010853  0x000014a4 increase  0x00000001 , 0x0000003f 
- 00010854  0x000014a5 store  0x00000001 , 0x00000004 
- 00010855  0x000014a6 fetch  0x00000009 , 0x00000054 
- 00010856  0x000014a7 store  0x00000009 , 0x000006a1 
- 00010857  0x000014a8 rtn 
- 00010858  0x000014ac bpatchx  0x00000046 , 0x00004028 
- 00010859  0x000014ad call  0x00002b68 
- 00010860  0x000014ae call  0x0000264e 
- 00010861  0x000014af fetch  0x00000001 , 0x00000001 
- 00010862  0x000014b0 increase  0x00000001 , 0x0000003f 
- 00010863  0x000014b1 store  0x00000001 , 0x00000001 
- 00010864  0x000014b2 rtn 
- 00010865  0x000014b6 bpatchx  0x00000047 , 0x00004028 
- 00010866  0x000014b7 fetch  0x00000001 , 0x000001bc 
- 00010867  0x000014b8 rtnne  0x0000001b 
- 00010868  0x000014b9 fetch  0x00000006 , 0x00000178 
- 00010869  0x000014ba fetcht  0x00000006 , 0x000042cc 
- 00010870  0x000014bb isub  0x00000002 , 0x0000003e 
- 00010871  0x000014bc nrtn  0x00000005 
- 00010872  0x000014bd call  0x00002056 
- 00010873  0x000014be nrtn  0x00000005 
- 00010874  0x000014bf call  0x00002a84 
- 00010875  0x000014c0 call  0x00002519 
- 00010876  0x000014c1 call  0x000030ed 
- 00010877  0x000014c2 jam  0x00000014 , 0x0000066f 
- 00010878  0x000014c3 call  0x0000782b 
- 00010879  0x000014c4 jam  0x00000000 , 0x00004114 
- 00010880  0x000014c5 jam  0x00000000 , 0x000001b8 
- 00010881  0x000014c6 jam  0x00000000 , 0x00004343 
- 00010882  0x000014c7 jam  0x00000000 , 0x000001bc 
- 00010883  0x000014c8 branch  0x00002041 
- 00010884  0x000014cb bpatchx  0x00000048 , 0x00004029 
- 00010885  0x000014cc force  0xffffffff , 0x0000003f 
- 00010886  0x000014cd setsect  0x00000002 , 0x00000001 
- 00010887  0x000014ce store  0x00000005 , 0x00000198 
- 00010888  0x000014cf arg  0x00000168 , 0x00000011 
- 00010889  0x000014d0 call  0x00002624 
- 00010890  0x000014d1 force  0x00000004 , 0x00000039 
- 00010891  0x000014d2 arg  0x0000018c , 0x00000005 
- 00010892  0x000014d3 call  0x00007de8 
- 00010893  0x000014d4 fetch  0x00000002 , 0x000042d9 
- 00010894  0x000014d5 store  0x00000002 , 0x00000196 
- 00010895  0x000014d7 random  0x0000003f 
- 00010896  0x000014d8 and_into  0x0000000f , 0x0000003f 
- 00010897  0x000014d9 sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00010898  0x000014da branch  0x00002a8f , 0x00000002 
- 00010899  0x000014db store  0x00000001 , 0x00000181 
- 00010900  0x000014dd bpatchx  0x00000049 , 0x00004029 
- 00010901  0x000014de fetcht  0x00000002 , 0x00004165 
- 00010902  0x000014df storet  0x00000002 , 0x0000016a 
- 00010903  0x000014e0 copy  0x00000002 , 0x00000013 
- 00010904  0x000014e1 add  0x00000022 , 0x00000007 , 0x0000003f 
- 00010905  0x000014e2 idiv  0x00000013 
- 00010906  0x000014e3 call  0x00007d62 
- 00010907  0x000014e4 remainder  0x00000011 
- 00010908  0x000014e5 isub  0x00000011 , 0x0000003f 
- 00010909  0x000014e6 iadd  0x00000013 , 0x0000003f 
- 00010910  0x000014e7 fetcht  0x00000002 , 0x00004163 
- 00010911  0x000014e8 iadd  0x00000002 , 0x0000003f 
- 00010912  0x000014e9 store  0x00000004 , 0x0000016c 
- 00010913  0x000014ea isub  0x00000022 , 0x00000011 
- 00010914  0x000014eb increase  0xfffffffa , 0x00000011 
- 00010915  0x000014ec arg  0x00002205 , 0x00000012 
- 00010916  0x000014ed fetch  0x00000001 , 0x000042d2 
- 00010917  0x000014ee nsetflag  0x00000034 , 0x00000006 , 0x00000012 
- 00010918  0x000014ef fetch  0x00000001 , 0x000042cb 
- 00010919  0x000014f0 nsetflag  0x00000034 , 0x00000007 , 0x00000012 
- 00010920  0x000014f1 copy  0x00000012 , 0x0000003f 
- 00010921  0x000014f2 store  0x00000002 , 0x00004169 
- 00010922  0x000014f3 fetch  0x00000006 , 0x000042db 
- 00010923  0x000014f4 istore  0x00000006 , 0x00000005 
- 00010924  0x000014f5 fetch  0x00000006 , 0x00000178 
- 00010925  0x000014f6 istore  0x00000006 , 0x00000005 
- 00010926  0x000014f7 fetch  0x00000004 , 0x0000018c 
- 00010927  0x000014f8 istore  0x00000004 , 0x00000005 
- 00010928  0x000014f9 random  0x0000003f 
- 00010929  0x000014fa istore  0x00000002 , 0x00000005 
- 00010930  0x000014fb random  0x0000003f 
- 00010931  0x000014fc istore  0x00000001 , 0x00000005 
- 00010932  0x000014fd force  0x00000002 , 0x0000003f 
- 00010933  0x000014fe istore  0x00000001 , 0x00000005 
- 00010934  0x000014ff rshift2  0x00000011 , 0x0000003f 
- 00010935  0x00001500 istore  0x00000002 , 0x00000005 
- 00010936  0x00001501 rshift2  0x00000013 , 0x0000003f 
- 00010937  0x00001502 istore  0x00000002 , 0x00000005 
- 00010938  0x00001503 bpatchx  0x0000004a , 0x00004029 
- 00010939  0x00001504 setarg  0x00000000 
- 00010940  0x00001505 istore  0x00000002 , 0x00000005 
- 00010941  0x00001506 fetch  0x00000002 , 0x000042d9 
- 00010942  0x00001507 istore  0x00000002 , 0x00000005 
- 00010943  0x00001508 fetch  0x00000005 , 0x00000198 
- 00010944  0x00001509 istore  0x00000005 , 0x00000005 
- 00010945  0x0000150a fetch  0x00000001 , 0x00000181 
- 00010946  0x0000150b arg  0x000000a0 , 0x00000002 
- 00010947  0x0000150c ior  0x00000002 , 0x0000003f 
- 00010948  0x0000150d istore  0x00000001 , 0x00000005 
- 00010949  0x0000150e call  0x0000273e 
- 00010950  0x0000150f setarg  0x00004169 
- 00010951  0x00001510 add  0x0000003f , 0x00000012 , 0x00000006 
- 00010952  0x00001511 ifetch  0x00000003 , 0x00000006 
- 00010953  0x00001512 store  0x00000003 , 0x00000190 
- 00010954  0x00001513 rtn 
- 00010955  0x00001517 jam  0x00000024 , 0x00000007 
- 00010956  0x00001518 jam  0x00000000 , 0x000006a1 
- 00010957  0x00001519 call  0x00002aef 
- 00010958  0x0000151a call  0x00002ad0 
- 00010959  0x0000151b branch  0x00002af2 
- 00010960  0x0000151e bpatchx  0x0000004b , 0x00004029 
- 00010961  0x0000151f fetch  0x00000001 , 0x00004388 
- 00010962  0x00001520 rtn  0x00000034 
- 00010963  0x00001521 arg  0x00000000 , 0x00000007 
- 00010964  0x00001522 call  0x00007cef 
- 00010965  0x00001523 nrtn  0x00000034 
- 00010966  0x00001524 enable  0x00000010 
- 00010967  0x00001525 call  0x00002af5 
- 00010968  0x00001526 call  0x00002b68 
- 00010969  0x00001527 call  0x00002afe 
- 00010970  0x00001528 nbranch  0x00002ae2 , 0x0000002d 
- 00010971  0x00001529 fetch  0x00000001 , 0x00000003 
- 00010972  0x0000152a increase  0x00000001 , 0x0000003f 
- 00010973  0x0000152b store  0x00000001 , 0x00000003 
- 00010974  0x0000152c fetch  0x00000001 , 0x0000004c 
- 00010975  0x0000152d and  0x0000003f , 0x0000000f , 0x0000003f 
- 00010976  0x0000152e beq  0x00000003 , 0x00002b2d 
- 00010977  0x0000152f beq  0x00000005 , 0x00002b40 
- 00010978  0x00001531 bpatchx  0x0000004c , 0x00004029 
- 00010979  0x00001532 fetch  0x00000001 , 0x000006a1 
- 00010980  0x00001533 fetcht  0x00000001 , 0x00004393 
- 00010981  0x00001534 isub  0x00000002 , 0x0000003e 
- 00010982  0x00001535 nbranch  0x00002ad0 , 0x00000005 
- 00010983  0x00001536 random  0x0000003f 
- 00010984  0x00001537 arg  0x000001ff , 0x00000002 
- 00010985  0x00001538 iand  0x00000002 , 0x0000003f 
- 00010986  0x00001539 add  0x0000003f , 0x000000fa , 0x0000003f 
- 00010987  0x0000153a call  0x00007c91 
- 00010988  0x0000153b arg  0x00000000 , 0x00000007 
- 00010989  0x0000153c fetch  0x00000002 , 0x00004389 
- 00010990  0x0000153d branch  0x00007ce1 
- 00010991  0x00001540 arg  0x000006b1 , 0x00000005 
- 00010992  0x00001541 arg  0x00004169 , 0x00000006 
- 00010993  0x00001542 branch  0x00007c8c 
- 00010994  0x00001545 arg  0x000006b1 , 0x00000006 
- 00010995  0x00001546 arg  0x00004169 , 0x00000005 
- 00010996  0x00001547 branch  0x00007c8c 
- 00010997  0x0000154a bpatchx  0x0000004d , 0x00004029 
- 00010998  0x0000154b disable  0x00000029 
- 00010999  0x0000154d setarg  0x008e89be 
- 00011000  0x0000154e lshift8  0x0000003f , 0x0000003f 
- 00011001  0x0000154f or_into  0x000000d6 , 0x0000003f 
- 00011002  0x00001550 iforce  0x00000009 
- 00011003  0x00001551 setarg  0x00555555 
- 00011004  0x00001552 store  0x00000003 , 0x00000190 
- 00011005  0x00001553 rtn 
- 00011006  0x00001558 bpatchx  0x0000004e , 0x00004029 
- 00011007  0x00001559 fetch  0x00000001 , 0x0000438b 
- 00011008  0x0000155a fetcht  0x00000001 , 0x0000438c 
- 00011009  0x0000155b lshift4  0x00000002 , 0x00000002 
- 00011010  0x0000155c lshift2  0x00000002 , 0x00000002 
- 00011011  0x0000155d iadd  0x00000002 , 0x00000002 
- 00011012  0x0000155e storet  0x00000001 , 0x00004169 
- 00011013  0x0000155f beq  0x00000001 , 0x00002b0f 
- 00011014  0x00001560 fetcht  0x00000001 , 0x00004348 
- 00011015  0x00001561 add  0x00000002 , 0x00000006 , 0x0000003f 
- 00011016  0x00001562 store  0x00000001 , 0x0000416a 
- 00011017  0x00001563 fetch  0x00000006 , 0x000042db 
- 00011018  0x00001564 store  0x00000006 , 0x0000416b 
- 00011019  0x00001565 copy  0x00000002 , 0x00000039 
- 00011020  0x00001566 arg  0x00004349 , 0x00000006 
- 00011021  0x00001567 call  0x00007ccc 
- 00011022  0x00001568 branch  0x00002b15 
- 00011023  0x0000156b setarg  0x0000000c 
- 00011024  0x0000156c store  0x00000001 , 0x0000416a 
- 00011025  0x0000156d fetch  0x00000006 , 0x000042db 
- 00011026  0x0000156e store  0x00000006 , 0x0000416b 
- 00011027  0x0000156f fetch  0x00000006 , 0x00004116 
- 00011028  0x00001570 istore  0x00000006 , 0x00000005 
- 00011029  0x00001572 bpatchx  0x0000004f , 0x00004029 
- 00011030  0x00001573 fetch  0x00000001 , 0x00000000 
- 00011031  0x00001574 increase  0x00000001 , 0x0000003f 
- 00011032  0x00001575 store  0x00000001 , 0x00000000 
- 00011033  0x00001576 arg  0x00000708 , 0x0000001b 
- 00011034  0x00001577 disable  0x0000002d 
- 00011035  0x00001578 branch  0x00002729 
- 00011036  0x0000157c bpatchx  0x00000050 , 0x0000402a 
- 00011037  0x0000157d fetch  0x00000001 , 0x00004394 
- 00011038  0x0000157e rtnne  0x00000001 
- 00011039  0x0000157f fetch  0x00000001 , 0x00000000 
- 00011040  0x00001580 increase  0x00000001 , 0x0000003f 
- 00011041  0x00001581 store  0x00000001 , 0x00000000 
- 00011042  0x00001582 arg  0x00000c03 , 0x00000002 
- 00011043  0x00001583 fetch  0x00000001 , 0x00004395 
- 00011044  0x00001584 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00011045  0x00001585 copy  0x00000011 , 0x0000003f 
- 00011046  0x00001586 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00011047  0x00001587 storet  0x00000002 , 0x00004169 
- 00011048  0x00001588 fetch  0x00000006 , 0x000042db 
- 00011049  0x00001589 istore  0x00000006 , 0x00000005 
- 00011050  0x0000158a fetch  0x00000006 , 0x00000178 
- 00011051  0x0000158b istore  0x00000006 , 0x00000005 
- 00011052  0x0000158c branch  0x00002729 
- 00011053  0x0000158f bpatchx  0x00000051 , 0x0000402a 
- 00011054  0x00001590 fetch  0x00000006 , 0x00000054 
- 00011055  0x00001591 fetcht  0x00000006 , 0x000042db 
- 00011056  0x00001592 isub  0x00000002 , 0x0000003e 
- 00011057  0x00001593 nrtn  0x00000005 
- 00011058  0x00001594 arg  0x00000004 , 0x00000002 
- 00011059  0x00001595 fetch  0x00000001 , 0x0000438c 
- 00011060  0x00001596 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00011061  0x00001597 storet  0x00000001 , 0x00004169 
- 00011062  0x00001598 fetcht  0x00000001 , 0x00004368 
- 00011063  0x00001599 add  0x00000002 , 0x00000006 , 0x0000003f 
- 00011064  0x0000159a store  0x00000001 , 0x0000416a 
- 00011065  0x0000159b fetch  0x00000006 , 0x000042db 
- 00011066  0x0000159c store  0x00000006 , 0x0000416b 
- 00011067  0x0000159d arg  0x00004369 , 0x00000006 
- 00011068  0x0000159e copy  0x00000002 , 0x00000039 
- 00011069  0x0000159f call  0x00007ccc 
- 00011070  0x000015a0 call  0x0000273e 
- 00011071  0x000015a1 branch  0x00002ae2 
- 00011072  0x000015a4 fetch  0x00000006 , 0x00000054 
- 00011073  0x000015a5 fetcht  0x00000006 , 0x000042db 
- 00011074  0x000015a6 isub  0x00000002 , 0x0000003e 
- 00011075  0x000015a7 nrtn  0x00000005 
- 00011076  0x000015a8 call  0x00002868 
- 00011077  0x000015a9 storer  0x00000011 , 0x00000001 , 0x000042cb 
- 00011078  0x000015aa fetch  0x00000006 , 0x0000004e 
- 00011079  0x000015ab store  0x00000006 , 0x00000178 
- 00011080  0x000015ac fetch  0x00000008 , 0x0000005a 
- 00011081  0x000015ad store  0x00000008 , 0x0000018c 
- 00011082  0x000015ae fetcht  0x00000002 , 0x00000062 
- 00011083  0x000015af bpatchx  0x00000052 , 0x0000402a 
- 00011084  0x000015b0 lshift2  0x00000002 , 0x00000002 
- 00011085  0x000015b1 fetch  0x00000002 , 0x00000064 
- 00011086  0x000015b2 lshift2  0x0000003f , 0x0000003f 
- 00011087  0x000015b3 store  0x00000002 , 0x0000016a 
- 00011088  0x000015b4 store  0x00000004 , 0x0000016c 
- 00011089  0x000015b5 isub  0x00000002 , 0x0000003f 
- 00011090  0x000015b6 add  0x0000003f , 0xfffffffe , 0x00000028 
- 00011091  0x000015b7 fetch  0x00000009 , 0x00000066 
- 00011092  0x000015b8 store  0x00000009 , 0x00000194 
- 00011093  0x000015b9 fetch  0x00000001 , 0x0000006f 
- 00011094  0x000015ba and  0x0000003f , 0x0000001f , 0x00000002 
- 00011095  0x000015bb storet  0x00000001 , 0x00000181 
- 00011096  0x000015bc rshift4  0x0000003f , 0x00000002 
- 00011097  0x000015bd rshift  0x00000002 , 0x00000002 
- 00011098  0x000015be storet  0x00000001 , 0x000001b8 
- 00011099  0x000015bf arg  0x00000168 , 0x00000011 
- 00011100  0x000015c0 call  0x00002938 
- 00011101  0x000015c1 arg  0x00000168 , 0x00000011 
- 00011102  0x000015c2 call  0x00002624 
- 00011103  0x000015c3 call  0x00002525 
- 00011104  0x000015c4 call  0x00002056 
- 00011105  0x000015c5 nrtn  0x00000005 
- 00011106  0x000015c6 bpatchx  0x00000053 , 0x0000402a 
- 00011107  0x000015c7 call  0x000020f7 
- 00011108  0x000015c8 call  0x00002ea7 
- 00011109  0x000015c9 jam  0x00000014 , 0x0000066f 
- 00011110  0x000015ca call  0x0000782b 
- 00011111  0x000015cb branch  0x00002041 
- 00011112  0x000015cf bpatchx  0x00000054 , 0x0000402a 
- 00011113  0x000015d0 fetch  0x00000001 , 0x00000007 
- 00011114  0x000015d1 beq  0x00000025 , 0x00002b6e 
- 00011115  0x000015d2 beq  0x00000026 , 0x00002b74 
- 00011116  0x000015d3 beq  0x00000027 , 0x00002b7a 
- 00011117  0x000015d4 branch  0x00002b7a 
- 00011118  0x000015d7 fetcht  0x00000001 , 0x00004393 
- 00011119  0x000015d8 isolate1  0x00000001 , 0x00000002 
- 00011120  0x000015d9 branch  0x00002b85 , 0x00000001 
- 00011121  0x000015da isolate1  0x00000002 , 0x00000002 
- 00011122  0x000015db branch  0x00002b8a , 0x00000001 
- 00011123  0x000015dc branch  0x00002b80 
- 00011124  0x000015e0 fetcht  0x00000001 , 0x00004393 
- 00011125  0x000015e1 isolate1  0x00000002 , 0x00000002 
- 00011126  0x000015e2 branch  0x00002b8a , 0x00000001 
- 00011127  0x000015e3 isolate1  0x00000000 , 0x00000002 
- 00011128  0x000015e4 branch  0x00002b80 , 0x00000001 
- 00011129  0x000015e5 branch  0x00002b85 
- 00011130  0x000015e9 fetcht  0x00000001 , 0x00004393 
- 00011131  0x000015ea isolate1  0x00000000 , 0x00000002 
- 00011132  0x000015eb branch  0x00002b80 , 0x00000001 
- 00011133  0x000015ec isolate1  0x00000001 , 0x00000002 
- 00011134  0x000015ed branch  0x00002b85 , 0x00000001 
- 00011135  0x000015ee branch  0x00002b8a 
- 00011136  0x000015f1 jam  0x00000025 , 0x00000007 
- 00011137  0x000015f2 fetch  0x00000001 , 0x000006a1 
- 00011138  0x000015f3 set1  0x00000000 , 0x0000003f 
- 00011139  0x000015f4 store  0x00000001 , 0x000006a1 
- 00011140  0x000015f5 rtn 
- 00011141  0x000015f8 jam  0x00000026 , 0x00000007 
- 00011142  0x000015f9 fetch  0x00000001 , 0x000006a1 
- 00011143  0x000015fa set1  0x00000001 , 0x0000003f 
- 00011144  0x000015fb store  0x00000001 , 0x000006a1 
- 00011145  0x000015fc rtn 
- 00011146  0x000015ff jam  0x00000027 , 0x00000007 
- 00011147  0x00001600 fetch  0x00000001 , 0x000006a1 
- 00011148  0x00001601 set1  0x00000002 , 0x0000003f 
- 00011149  0x00001602 store  0x00000001 , 0x000006a1 
- 00011150  0x00001603 rtn 
- 00011151  0x00001609 copy  0x00000006 , 0x00000011 
- 00011152  0x0000160a fetch  0x00000001 , 0x000043cb 
- 00011153  0x0000160b beq  0x00000006 , 0x000066d5 
- 00011154  0x0000160c beq  0x0000000f , 0x0000503d 
- 00011155  0x0000160d copy  0x00000011 , 0x00000006 
- 00011156  0x0000160e ifetch  0x00000003 , 0x00000006 
- 00011157  0x0000160f store  0x00000003 , 0x00004397 
- 00011158  0x00001611 beq  0x00000002 , 0x00002bab 
- 00011159  0x00001612 beq  0x00000003 , 0x00002bb0 
- 00011160  0x00001613 beq  0x00000004 , 0x00002bb3 
- 00011161  0x00001614 beq  0x00000006 , 0x00002bf7 
- 00011162  0x00001615 beq  0x00000008 , 0x00002c44 
- 00011163  0x00001616 beq  0x0000000a , 0x00002d19 
- 00011164  0x00001617 beq  0x0000000c , 0x00002d4c 
- 00011165  0x00001618 beq  0x00000010 , 0x00002d63 
- 00011166  0x00001619 beq  0x00000012 , 0x00002da8 
- 00011167  0x0000161a beq  0x00000016 , 0x00002dce 
- 00011168  0x0000161b beq  0x00000018 , 0x00002de1 
- 00011169  0x0000161c beq  0x0000001e , 0x00002de6 
- 00011170  0x0000161d beq  0x00000052 , 0x00002dea 
- 00011171  0x0000161e rtn 
- 00011172  0x00001622 force  0x00000003 , 0x00000011 
- 00011173  0x00001623 call  0x00002e10 
- 00011174  0x00001624 setarg  0x00000002 
- 00011175  0x00001626 istore  0x00000001 , 0x00000005 
- 00011176  0x00001627 fetch  0x00000002 , 0x000042e1 
- 00011177  0x00001628 istore  0x00000002 , 0x00000005 
- 00011178  0x00001629 rtn 
- 00011179  0x0000162d call  0x00002bb0 
- 00011180  0x0000162f force  0x00000003 , 0x00000011 
- 00011181  0x00001630 call  0x00002e10 
- 00011182  0x00001631 setarg  0x00000003 
- 00011183  0x00001632 branch  0x00002ba7 
- 00011184  0x00001635 rshift8  0x0000003f , 0x0000003f 
- 00011185  0x00001636 store  0x00000002 , 0x000042e3 
- 00011186  0x00001637 rtn 
- 00011187  0x0000163a call  0x00002e41 
- 00011188  0x0000163b call  0x00007dba 
- 00011189  0x0000163c branch  0x00002bc3 
- 00011190  0x00001640 ifetch  0x00000002 , 0x00000006 
- 00011191  0x00001641 and_into  0x000000ff , 0x0000003f 
- 00011192  0x00001642 rtn  0x00000034 
- 00011193  0x00001643 isub  0x00000012 , 0x0000003e 
- 00011194  0x00001644 rtn  0x00000005 
- 00011195  0x00001645 nrtn  0x00000002 
- 00011196  0x00001646 isub  0x00000013 , 0x0000003e 
- 00011197  0x00001647 rtn  0x00000005 
- 00011198  0x00001648 branch  0x00002bc1 , 0x00000002 
- 00011199  0x00001649 force  0x00000001 , 0x0000003e 
- 00011200  0x0000164a rtn 
- 00011201  0x0000164c force  0x00000000 , 0x0000003f 
- 00011202  0x0000164d rtn 
- 00011203  0x00001651 arg  0x00000003 , 0x0000000b 
- 00011204  0x00001652 call  0x00002cc7 
- 00011205  0x00001654 call  0x00002bb6 
- 00011206  0x00001655 branch  0x00002bf5 , 0x00000034 
- 00011207  0x00001656 nbranch  0x00002bf3 , 0x00000002 
- 00011208  0x00001657 increase  0xfffffffe , 0x00000006 
- 00011209  0x00001658 call  0x00007c6d 
- 00011210  0x00001659 call  0x00007c64 
- 00011211  0x0000165a nbranch  0x00002be3 , 0x00000028 
- 00011212  0x0000165b call  0x00007c51 
- 00011213  0x0000165c storer  0x0000000b , 0x00000004 , 0x00000680 
- 00011214  0x0000165d force  0x0000001e , 0x00000011 
- 00011215  0x0000165e call  0x00002e10 
- 00011216  0x0000165f fetchr  0x0000000b , 0x00000004 , 0x00000680 
- 00011217  0x00001660 call  0x00007c60 
- 00011218  0x00001661 call  0x00007dbc 
- 00011219  0x00001662 setarg  0x00000005 
- 00011220  0x00001663 istore  0x00000001 , 0x00000005 
- 00011221  0x00001664 call  0x00007c67 
- 00011222  0x00001665 ifetch  0x00000002 , 0x00000006 
- 00011223  0x00001666 ifetchr  0x00000011 , 0x00000001 , 0x00000006 
- 00011224  0x00001667 sub  0x00000011 , 0x00000010 , 0x0000003e 
- 00011225  0x00001668 branch  0x00002bdf , 0x00000005 
- 00011226  0x00001669 sub  0x00000011 , 0x00000002 , 0x0000003e 
- 00011227  0x0000166a nbranch  0x00002e03 , 0x00000005 
- 00011228  0x0000166c setarg  0x00000001 
- 00011229  0x0000166d istore  0x00000001 , 0x00000005 
- 00011230  0x0000166e branch  0x00002be8 
- 00011231  0x00001671 setarg  0x00000002 
- 00011232  0x00001672 istore  0x00000001 , 0x00000005 
- 00011233  0x00001673 arg  0x00000001 , 0x0000000b 
- 00011234  0x00001674 branch  0x00002be8 
- 00011235  0x00001677 call  0x00007c67 
- 00011236  0x00001678 ifetch  0x00000002 , 0x00000006 
- 00011237  0x00001679 ifetch  0x00000001 , 0x00000006 
- 00011238  0x0000167a isub  0x00000011 , 0x0000003e 
- 00011239  0x0000167b nbranch  0x00002bf5 , 0x00000005 
- 00011240  0x0000167e call  0x00007c67 
- 00011241  0x0000167f ifetch  0x00000002 , 0x00000006 
- 00011242  0x00001680 and_into  0x000000ff , 0x0000003f 
- 00011243  0x00001681 istore  0x00000002 , 0x00000005 
- 00011244  0x00001682 ifetchr  0x00000039 , 0x00000001 , 0x00000006 
- 00011245  0x00001683 call  0x00007cda 
- 00011246  0x00001684 call  0x00007c6a 
- 00011247  0x00001685 increase  0xffffffff , 0x0000000b 
- 00011248  0x00001686 branch  0x00002bf5 , 0x00000005 
- 00011249  0x00001688 call  0x00002cdd 
- 00011250  0x00001689 branch  0x00002bc5 
- 00011251  0x0000168c call  0x00002cdd 
- 00011252  0x0000168d branch  0x00002bf1 
- 00011253  0x00001690 branch  0x00002e03 , 0x00000028 
- 00011254  0x00001691 branch  0x00002e34 
- 00011255  0x00001695 call  0x00002e41 
- 00011256  0x00001696 ifetch  0x00000002 , 0x00000006 
- 00011257  0x00001697 store  0x00000002 , 0x0000439e 
- 00011258  0x00001698 call  0x00007c6d 
- 00011259  0x00001699 arg  0x000006b5 , 0x00000005 
- 00011260  0x0000169a fetch  0x00000002 , 0x00004335 
- 00011261  0x0000169b increase  0xfffffff9 , 0x0000003f 
- 00011262  0x0000169c call  0x00002e4f 
- 00011263  0x0000169d branch  0x00002c0a 
- 00011264  0x000016a1 disable  0x00000028 
- 00011265  0x000016a2 fetcht  0x00000002 , 0x000006b1 
- 00011266  0x000016a3 fetch  0x00000002 , 0x000006b3 
- 00011267  0x000016a4 isub  0x00000002 , 0x0000003e 
- 00011268  0x000016a5 nbranch  0x00002c07 , 0x00000002 
- 00011269  0x000016a6 deposit  0x00000002 
- 00011270  0x000016a7 rtnne  0x00000000 
- 00011271  0x000016a9 enable  0x00000028 
- 00011272  0x000016aa jam  0x00000001 , 0x000001b9 
- 00011273  0x000016ab branch  0x00002e05 
- 00011274  0x000016af call  0x00002c00 
- 00011275  0x000016b0 rtn  0x00000028 
- 00011276  0x000016b1 fetcht  0x00000002 , 0x0000439e 
- 00011277  0x000016b2 setarg  0x00002800 
- 00011278  0x000016b3 isub  0x00000002 , 0x0000003e 
- 00011279  0x000016b4 branch  0x00002c11 , 0x00000005 
- 00011280  0x000016b5 branch  0x00002e03 
- 00011281  0x000016b9 jam  0x00000000 , 0x0000439a 
- 00011282  0x000016ba fetcht  0x00000002 , 0x000006b1 
- 00011283  0x000016bb storet  0x00000002 , 0x00000678 
- 00011284  0x000016bc call  0x00002d04 
- 00011285  0x000016bd nbranch  0x00002e03 , 0x00000034 
- 00011286  0x000016bf fetcht  0x00000002 , 0x00000678 
- 00011287  0x000016c0 call  0x00002d04 
- 00011288  0x000016c1 nbranch  0x00002c2a , 0x00000034 
- 00011289  0x000016c2 copy  0x00000006 , 0x00000011 
- 00011290  0x000016c3 fetch  0x00000001 , 0x000006c6 
- 00011291  0x000016c4 copy  0x0000003f , 0x00000039 
- 00011292  0x000016c5 fetcht  0x00000001 , 0x000006b5 
- 00011293  0x000016c6 isub  0x00000002 , 0x0000003e 
- 00011294  0x000016c7 nbranch  0x00002c26 , 0x00000005 
- 00011295  0x000016c8 arg  0x000006b6 , 0x00000012 
- 00011296  0x000016c9 call  0x00007d64 
- 00011297  0x000016cb branch  0x00002c2d , 0x00000005 
- 00011298  0x000016cd fetch  0x00000002 , 0x000006ce 
- 00011299  0x000016ce fetcht  0x00000002 , 0x0000439e 
- 00011300  0x000016cf isub  0x00000002 , 0x0000003e 
- 00011301  0x000016d0 branch  0x00002c35 , 0x00000005 
- 00011302  0x000016d2 fetch  0x00000002 , 0x00000678 
- 00011303  0x000016d3 increase  0x00000001 , 0x0000003f 
- 00011304  0x000016d4 store  0x00000002 , 0x00000678 
- 00011305  0x000016d5 branch  0x00002c16 
- 00011306  0x000016d8 fetch  0x00000001 , 0x0000439a 
- 00011307  0x000016d9 beq  0x00000001 , 0x00002c35 
- 00011308  0x000016da branch  0x00002e03 
- 00011309  0x000016de fetch  0x00000002 , 0x000006ce 
- 00011310  0x000016df fetcht  0x00000002 , 0x0000439e 
- 00011311  0x000016e0 isub  0x00000002 , 0x0000003e 
- 00011312  0x000016e1 nbranch  0x00002c26 , 0x00000005 
- 00011313  0x000016e2 jam  0x00000001 , 0x0000439a 
- 00011314  0x000016e4 fetcht  0x00000002 , 0x00000678 
- 00011315  0x000016e5 storet  0x00000002 , 0x000006c9 
- 00011316  0x000016e6 branch  0x00002c26 
- 00011317  0x000016e9 fetch  0x00000001 , 0x0000439a 
- 00011318  0x000016ea beq  0x00000000 , 0x00002c26 
- 00011319  0x000016eb jam  0x00000002 , 0x0000439a 
- 00011320  0x000016ec fetcht  0x00000002 , 0x00000678 
- 00011321  0x000016ed increase  0xffffffff , 0x00000002 
- 00011322  0x000016ee storet  0x00000002 , 0x000006cb 
- 00011323  0x000016f1 arg  0x00000005 , 0x00000011 
- 00011324  0x000016f2 call  0x00002e10 
- 00011325  0x000016f3 setarg  0x00000007 
- 00011326  0x000016f4 istore  0x00000001 , 0x00000005 
- 00011327  0x000016f5 fetch  0x00000002 , 0x000006c9 
- 00011328  0x000016f6 istore  0x00000002 , 0x00000005 
- 00011329  0x000016f7 fetch  0x00000002 , 0x000006cb 
- 00011330  0x000016f8 istore  0x00000002 , 0x00000005 
- 00011331  0x000016f9 rtn 
- 00011332  0x000016fe call  0x00002e41 
- 00011333  0x000016ff call  0x00002e4a 
- 00011334  0x00001700 branch  0x00002c47 
- 00011335  0x00001703 fetcht  0x00000002 , 0x000006b1 
- 00011336  0x00001704 storet  0x00000002 , 0x00000678 
- 00011337  0x00001705 call  0x00002cc7 
- 00011338  0x00001706 call  0x00002cd2 
- 00011339  0x00001707 increase  0xfffffffe , 0x00000006 
- 00011340  0x00001708 copy  0x00000006 , 0x0000003f 
- 00011341  0x00001709 store  0x00000002 , 0x000006c7 
- 00011342  0x0000170b fetcht  0x00000002 , 0x000006b6 
- 00011343  0x0000170c setarg  0x00002a00 
- 00011344  0x0000170d isub  0x00000002 , 0x0000003e 
- 00011345  0x0000170e branch  0x00002cb2 , 0x00000005 
- 00011346  0x0000170f setarg  0x00002803 
- 00011347  0x00001710 isub  0x00000002 , 0x0000003e 
- 00011348  0x00001711 nbranch  0x00002c9c , 0x00000005 
- 00011349  0x00001712 arg  0x00000002 , 0x0000000b 
- 00011350  0x00001714 call  0x00002e17 
- 00011351  0x00001715 nbranch  0x00002c79 , 0x00000002 
- 00011352  0x00001716 fetcht  0x00000002 , 0x00000678 
- 00011353  0x00001717 call  0x00002d02 
- 00011354  0x00001718 nbranch  0x00002c79 , 0x00000034 
- 00011355  0x00001719 call  0x00002e1b 
- 00011356  0x0000171a nbranch  0x00002c77 , 0x00000005 
- 00011357  0x0000171b nbranch  0x00002c7b , 0x00000028 
- 00011358  0x0000171c disable  0x00000028 
- 00011359  0x0000171d call  0x00002e46 
- 00011360  0x0000171e copy  0x0000003f , 0x00000011 
- 00011361  0x0000171f call  0x00002e10 
- 00011362  0x00001720 setarg  0x00000009 
- 00011363  0x00001721 istore  0x00000001 , 0x00000005 
- 00011364  0x00001722 copy  0x00000005 , 0x00000030 
- 00011365  0x00001723 increase  0x00000001 , 0x00000005 
- 00011366  0x00001725 call  0x00002c89 
- 00011367  0x00001726 call  0x00002e13 
- 00011368  0x00001727 call  0x00002d02 
- 00011369  0x00001728 call  0x00002c90 
- 00011370  0x00001729 fetch  0x00000001 , 0x000006cd 
- 00011371  0x0000172a add  0x0000003f , 0x00000005 , 0x00000011 
- 00011372  0x0000172b istorer  0x00000011 , 0x00000001 , 0x00000030 
- 00011373  0x0000172d sub  0x00000011 , 0x00000007 , 0x0000003e 
- 00011374  0x0000172e ncall  0x00007dbe , 0x00000005 
- 00011375  0x0000172f call  0x00007dc0 , 0x00000005 
- 00011376  0x00001730 call  0x00002e46 
- 00011377  0x00001731 increase  0xfffffffe , 0x0000003f 
- 00011378  0x00001732 idiv  0x00000011 
- 00011379  0x00001733 call  0x00007d62 
- 00011380  0x00001734 quotient  0x0000000b 
- 00011381  0x00001735 increase  0xffffffff , 0x0000000b 
- 00011382  0x00001736 branch  0x00002c79 , 0x00000005 
- 00011383  0x00001738 call  0x00002e13 
- 00011384  0x00001739 branch  0x00002c56 
- 00011385  0x0000173b branch  0x00002e03 , 0x00000028 
- 00011386  0x0000173c branch  0x00002e34 
- 00011387  0x0000173f call  0x00002e24 
- 00011388  0x00001740 call  0x00002e13 
- 00011389  0x00001741 call  0x00002d02 
- 00011390  0x00001742 call  0x00002d96 
- 00011391  0x00001743 nbranch  0x00002c79 , 0x00000034 
- 00011392  0x00001745 call  0x00007c64 
- 00011393  0x00001746 fetch  0x00000002 , 0x00000678 
- 00011394  0x00001747 increase  0xffffffff , 0x0000003f 
- 00011395  0x00001748 istore  0x00000002 , 0x00000005 
- 00011396  0x00001749 call  0x00002e30 
- 00011397  0x0000174a call  0x00002c90 
- 00011398  0x0000174b increase  0xffffffff , 0x0000000b 
- 00011399  0x0000174c branch  0x00002c79 , 0x00000005 
- 00011400  0x0000174d branch  0x00002c77 
- 00011401  0x00001751 fetch  0x00000002 , 0x00000678 
- 00011402  0x00001752 istore  0x00000002 , 0x00000005 
- 00011403  0x00001754 fetch  0x00000001 , 0x000006c6 
- 00011404  0x00001755 copy  0x0000003f , 0x00000039 
- 00011405  0x00001756 call  0x00007c67 
- 00011406  0x00001757 call  0x00007ccc 
- 00011407  0x00001758 branch  0x00007c6a 
- 00011408  0x0000175a call  0x00007c64 
- 00011409  0x0000175b fetch  0x00000002 , 0x00000678 
- 00011410  0x0000175c istore  0x00000002 , 0x00000005 
- 00011411  0x0000175d call  0x00007c6a 
- 00011412  0x0000175e fetch  0x00000001 , 0x000006cd 
- 00011413  0x0000175f copy  0x0000003f , 0x00000039 
- 00011414  0x00001760 call  0x00007c64 
- 00011415  0x00001761 call  0x00007c67 
- 00011416  0x00001762 isub  0x00000039 , 0x00000006 
- 00011417  0x00001763 increase  0xffffffff , 0x00000006 
- 00011418  0x00001764 call  0x00007ccc 
- 00011419  0x00001765 branch  0x00007c6a 
- 00011420  0x00001768 bpatchx  0x00000055 , 0x0000402a 
- 00011421  0x00001769 call  0x00002ce0 
- 00011422  0x0000176a branch  0x00002e03 , 0x00000034 
- 00011423  0x0000176b copy  0x00000006 , 0x00000013 
- 00011424  0x0000176d call  0x00002e46 
- 00011425  0x0000176e copy  0x00000013 , 0x00000006 
- 00011426  0x0000176f ifetcht  0x00000001 , 0x00000006 
- 00011427  0x00001770 increase  0x00000004 , 0x00000002 
- 00011428  0x00001771 call  0x00007db0 
- 00011429  0x00001772 copy  0x0000003f , 0x00000013 
- 00011430  0x00001773 copy  0x0000003f , 0x00000011 
- 00011431  0x00001774 call  0x00007c6d 
- 00011432  0x00001775 call  0x00002e10 
- 00011433  0x00001777 setarg  0x00000009 
- 00011434  0x00001778 istore  0x00000001 , 0x00000005 
- 00011435  0x00001779 add  0x00000013 , 0xfffffffe , 0x0000003f 
- 00011436  0x0000177a add  0x0000003f , 0xfffffffe , 0x00000039 
- 00011437  0x0000177b istore  0x00000001 , 0x00000005 
- 00011438  0x0000177c fetch  0x00000002 , 0x000006de 
- 00011439  0x0000177d istore  0x00000002 , 0x00000005 
- 00011440  0x0000177e call  0x00007c67 
- 00011441  0x0000177f branch  0x00007ccc 
- 00011442  0x00001783 call  0x00002ce0 
- 00011443  0x00001784 branch  0x00002e03 , 0x00000034 
- 00011444  0x00001785 increase  0xfffffffb , 0x00000006 
- 00011445  0x00001786 ifetch  0x00000002 , 0x00000006 
- 00011446  0x00001787 store  0x00000002 , 0x00000678 
- 00011447  0x00001788 call  0x00002e46 
- 00011448  0x00001789 fetcht  0x00000001 , 0x0000426b 
- 00011449  0x0000178a increase  0x00000004 , 0x00000002 
- 00011450  0x0000178b call  0x00007db0 
- 00011451  0x0000178c copy  0x0000003f , 0x00000013 
- 00011452  0x0000178d copy  0x0000003f , 0x00000011 
- 00011453  0x0000178e call  0x00002e10 
- 00011454  0x0000178f setarg  0x00000009 
- 00011455  0x00001790 istore  0x00000001 , 0x00000005 
- 00011456  0x00001791 add  0x00000013 , 0xfffffffe , 0x0000003f 
- 00011457  0x00001792 add  0x0000003f , 0xfffffffe , 0x00000039 
- 00011458  0x00001793 istore  0x00000001 , 0x00000005 
- 00011459  0x00001794 fetch  0x00000002 , 0x00000678 
- 00011460  0x00001795 istore  0x00000002 , 0x00000005 
- 00011461  0x00001796 arg  0x0000426c , 0x00000006 
- 00011462  0x00001797 branch  0x00007ccc 
- 00011463  0x0000179b bpatchx  0x00000056 , 0x0000402a 
- 00011464  0x0000179c fetch  0x00000002 , 0x000006b1 
- 00011465  0x0000179d iforce  0x00000012 
- 00011466  0x0000179e fetch  0x00000002 , 0x000006b3 
- 00011467  0x0000179f iforce  0x00000013 
- 00011468  0x000017a0 fetch  0x00000002 , 0x000042f7 
- 00011469  0x000017a1 iforce  0x00000006 
- 00011470  0x000017a2 branch  0x00007dba 
- 00011471  0x000017a7 call  0x00002cd2 
- 00011472  0x000017a8 branch  0x00002cdd , 0x00000005 
- 00011473  0x000017a9 rtn 
- 00011474  0x000017ac bpatchx  0x00000057 , 0x0000402a 
- 00011475  0x000017ad fetch  0x00000002 , 0x000042f7 
- 00011476  0x000017ae iforce  0x00000006 
- 00011477  0x000017b0 ifetch  0x00000002 , 0x00000006 
- 00011478  0x000017b1 and_into  0x000000ff , 0x0000003f 
- 00011479  0x000017b2 rtn  0x00000034 
- 00011480  0x000017b3 isub  0x00000002 , 0x0000003e 
- 00011481  0x000017b4 rtn  0x00000005 
- 00011482  0x000017b5 call  0x00002cdd 
- 00011483  0x000017b6 call  0x00002cdd 
- 00011484  0x000017b7 branch  0x00002cd5 
- 00011485  0x000017bb ifetch  0x00000001 , 0x00000006 
- 00011486  0x000017bc iadd  0x00000006 , 0x00000006 
- 00011487  0x000017bd rtn 
- 00011488  0x000017c1 bpatchx  0x00000058 , 0x0000402b 
- 00011489  0x000017c2 fetch  0x00000002 , 0x000042f7 
- 00011490  0x000017c3 iforce  0x00000006 
- 00011491  0x000017c5 ifetch  0x00000002 , 0x00000006 
- 00011492  0x000017c6 and_into  0x000000ff , 0x0000003f 
- 00011493  0x000017c7 rtn  0x00000034 
- 00011494  0x000017c8 store  0x00000002 , 0x000006de 
- 00011495  0x000017c9 ifetch  0x00000001 , 0x00000006 
- 00011496  0x000017ca copy  0x00000006 , 0x00000005 
- 00011497  0x000017cb iadd  0x00000006 , 0x00000006 
- 00011498  0x000017cc fetcht  0x00000001 , 0x000006b5 
- 00011499  0x000017cd isub  0x00000002 , 0x0000003e 
- 00011500  0x000017ce nbranch  0x00002cf3 , 0x00000005 
- 00011501  0x000017cf copy  0x0000003f , 0x00000039 
- 00011502  0x000017d0 copy  0x00000005 , 0x00000012 
- 00011503  0x000017d1 arg  0x000006b6 , 0x00000011 
- 00011504  0x000017d2 call  0x00007d64 
- 00011505  0x000017d3 rtn  0x00000005 
- 00011506  0x000017d4 fetch  0x00000001 , 0x000006b5 
- 00011507  0x000017d6 iadd  0x00000005 , 0x00000006 
- 00011508  0x000017d7 call  0x00002cdd 
- 00011509  0x000017d8 branch  0x00002ce3 
- 00011510  0x000017e0 arg  0x00000001 , 0x00000002 
- 00011511  0x000017e1 fetch  0x00000002 , 0x000042f7 
- 00011512  0x000017e2 iforce  0x00000006 
- 00011513  0x000017e3 copy  0x00000006 , 0x00000005 
- 00011514  0x000017e5 ifetch  0x00000002 , 0x00000006 
- 00011515  0x000017e6 and_into  0x000000ff , 0x0000003f 
- 00011516  0x000017e7 rtn  0x00000034 
- 00011517  0x000017e8 add  0x0000003f , 0x00000001 , 0x00000002 
- 00011518  0x000017e9 call  0x00002cdd 
- 00011519  0x000017ea call  0x00002cdd 
- 00011520  0x000017eb copy  0x00000006 , 0x00000005 
- 00011521  0x000017ec branch  0x00002cfa 
- 00011522  0x000017f0 fetch  0x00000002 , 0x000006c7 
- 00011523  0x000017f1 branch  0x00002d06 
- 00011524  0x000017f4 bpatchx  0x00000059 , 0x0000402b 
- 00011525  0x000017f5 fetch  0x00000002 , 0x000042f7 
- 00011526  0x000017f7 iforce  0x00000006 
- 00011527  0x000017f9 ifetch  0x00000002 , 0x00000006 
- 00011528  0x000017fa and_into  0x000000ff , 0x0000003f 
- 00011529  0x000017fb branch  0x00002d0f , 0x00000034 
- 00011530  0x000017fc isub  0x00000002 , 0x0000003e 
- 00011531  0x000017fd branch  0x00002d10 , 0x00000005 
- 00011532  0x000017fe call  0x00002cdd 
- 00011533  0x000017ff call  0x00002cdd 
- 00011534  0x00001800 branch  0x00002d07 
- 00011535  0x00001803 branch  0x00007dc8 
- 00011536  0x00001806 ifetch  0x00000001 , 0x00000006 
- 00011537  0x00001807 store  0x00000001 , 0x000006cd 
- 00011538  0x00001808 copy  0x0000003f , 0x00000039 
- 00011539  0x00001809 arg  0x000006ce , 0x00000005 
- 00011540  0x0000180a call  0x00007ccc 
- 00011541  0x0000180b ifetch  0x00000001 , 0x00000006 
- 00011542  0x0000180c store  0x00000001 , 0x000006c6 
- 00011543  0x0000180d call  0x00007c6d 
- 00011544  0x0000180e branch  0x00007dca 
- 00011545  0x00001813 call  0x00002dc7 
- 00011546  0x00001814 fetcht  0x00000002 , 0x00004398 
- 00011547  0x00001815 fetch  0x00000001 , 0x00004321 
- 00011548  0x00001816 bbit1  0x00000003 , 0x00002d42 
- 00011549  0x0000181a call  0x00002cd2 
- 00011550  0x0000181b nbranch  0x00002e03 , 0x00000005 
- 00011551  0x0000181c call  0x00002d48 , 0x00000028 
- 00011552  0x0000181d rtn  0x00000028 
- 00011553  0x0000181e call  0x00002cdd 
- 00011554  0x0000181f increase  0xfffffffe , 0x00000006 
- 00011555  0x00001820 ifetch  0x00000002 , 0x00000006 
- 00011556  0x00001821 arg  0x00002a00 , 0x00000002 
- 00011557  0x00001822 isub  0x00000002 , 0x0000003e 
- 00011558  0x00001823 branch  0x00002d36 , 0x00000005 
- 00011559  0x00001824 copy  0x00000006 , 0x00000013 
- 00011560  0x00001825 call  0x00002e46 
- 00011561  0x00001826 copy  0x00000013 , 0x00000006 
- 00011562  0x00001827 ifetcht  0x00000001 , 0x00000006 
- 00011563  0x00001828 increase  0x00000001 , 0x00000002 
- 00011564  0x00001829 call  0x00007db0 
- 00011565  0x0000182b copy  0x0000003f , 0x00000013 
- 00011566  0x0000182c copy  0x0000003f , 0x00000011 
- 00011567  0x0000182d call  0x00007c6d 
- 00011568  0x0000182e call  0x00002e10 
- 00011569  0x0000182f setarg  0x0000000b 
- 00011570  0x00001830 istore  0x00000001 , 0x00000005 
- 00011571  0x00001831 add  0x00000013 , 0xffffffff , 0x00000039 
- 00011572  0x00001832 call  0x00007c67 
- 00011573  0x00001833 branch  0x00007cda 
- 00011574  0x00001836 call  0x00002e46 
- 00011575  0x00001837 fetcht  0x00000001 , 0x0000426b 
- 00011576  0x00001838 increase  0x00000001 , 0x00000002 
- 00011577  0x00001839 call  0x00007db0 
- 00011578  0x0000183a copy  0x0000003f , 0x00000013 
- 00011579  0x0000183b copy  0x0000003f , 0x00000011 
- 00011580  0x0000183d call  0x00002e10 
- 00011581  0x0000183e setarg  0x0000000b 
- 00011582  0x0000183f istore  0x00000001 , 0x00000005 
- 00011583  0x00001840 add  0x00000013 , 0xffffffff , 0x00000039 
- 00011584  0x00001841 arg  0x0000426c , 0x00000006 
- 00011585  0x00001842 branch  0x00007cda 
- 00011586  0x00001846 fetch  0x00000002 , 0x00004332 
- 00011587  0x00001847 isub  0x00000002 , 0x0000003e 
- 00011588  0x00001848 nbranch  0x00002d1d , 0x00000005 
- 00011589  0x00001849 nbranch  0x00002d1d , 0x00000028 
- 00011590  0x0000184b jam  0x00000005 , 0x000001b9 
- 00011591  0x0000184c branch  0x00002e05 
- 00011592  0x0000184f increase  0xfffffffe , 0x00000006 
- 00011593  0x00001850 ifetch  0x00000002 , 0x00000006 
- 00011594  0x00001851 bbit1  0x0000000e , 0x00002d46 
- 00011595  0x00001852 branch  0x00007dbc 
- 00011596  0x00001855 ifetch  0x00000002 , 0x00000006 
- 00011597  0x00001856 store  0x00000002 , 0x000006b5 
- 00011598  0x00001857 iforce  0x00000011 
- 00011599  0x00001858 fetcht  0x00000002 , 0x00004398 
- 00011600  0x0000185a call  0x00002ccf 
- 00011601  0x0000185b branch  0x00002e03 , 0x00000034 
- 00011602  0x0000185c ifetch  0x00000001 , 0x00000006 
- 00011603  0x0000185d isub  0x00000011 , 0x00000039 
- 00011604  0x0000185e nbranch  0x00002e03 , 0x00000002 
- 00011605  0x0000185f call  0x00007c6d 
- 00011606  0x00001860 call  0x00002e46 
- 00011607  0x00001861 add  0x00000039 , 0x00000001 , 0x00000002 
- 00011608  0x00001862 call  0x00007db0 
- 00011609  0x00001864 copy  0x0000003f , 0x00000011 
- 00011610  0x00001865 copy  0x0000003f , 0x00000013 
- 00011611  0x00001866 call  0x00002e10 
- 00011612  0x00001867 setarg  0x0000000d 
- 00011613  0x00001868 istore  0x00000001 , 0x00000005 
- 00011614  0x00001869 add  0x00000013 , 0xffffffff , 0x00000039 
- 00011615  0x0000186a fetcht  0x00000002 , 0x000006b5 
- 00011616  0x0000186b call  0x00007c67 
- 00011617  0x0000186c iadd  0x00000002 , 0x00000006 
- 00011618  0x0000186d branch  0x00007ccc 
- 00011619  0x00001872 call  0x00002e41 
- 00011620  0x00001873 call  0x00002e4a 
- 00011621  0x00001874 branch  0x00002d66 
- 00011622  0x0000187b arg  0x00000002 , 0x0000000b 
- 00011623  0x0000187c fetcht  0x00000002 , 0x000006b1 
- 00011624  0x0000187d storet  0x00000002 , 0x00000678 
- 00011625  0x0000187e call  0x00002cd2 
- 00011626  0x0000187f increase  0xfffffffe , 0x00000006 
- 00011627  0x00001880 copy  0x00000006 , 0x0000003f 
- 00011628  0x00001881 store  0x00000002 , 0x000006c7 
- 00011629  0x00001883 call  0x00002e17 
- 00011630  0x00001884 nbranch  0x00002d9e , 0x00000002 
- 00011631  0x00001885 fetcht  0x00000002 , 0x00000678 
- 00011632  0x00001886 call  0x00002d02 
- 00011633  0x00001887 nbranch  0x00002da1 , 0x00000034 
- 00011634  0x00001889 call  0x00002e1b 
- 00011635  0x0000188a nbranch  0x00002d94 , 0x00000005 
- 00011636  0x0000188b copy  0x0000000b , 0x0000003f 
- 00011637  0x0000188c beq  0x00000000 , 0x00002da1 
- 00011638  0x0000188d nbranch  0x00002d8a , 0x00000028 
- 00011639  0x0000188e disable  0x00000028 
- 00011640  0x00001890 call  0x00002e46 
- 00011641  0x00001891 copy  0x0000003f , 0x00000011 
- 00011642  0x00001892 call  0x00002e10 
- 00011643  0x00001893 setarg  0x00000011 
- 00011644  0x00001894 istore  0x00000001 , 0x00000005 
- 00011645  0x00001895 fetch  0x00000001 , 0x000006c6 
- 00011646  0x00001896 add  0x0000003f , 0x00000004 , 0x00000011 
- 00011647  0x00001897 istorer  0x00000011 , 0x00000001 , 0x00000005 
- 00011648  0x00001898 call  0x00007c6a 
- 00011649  0x00001899 sub  0x00000011 , 0x00000006 , 0x0000003e 
- 00011650  0x0000189a ncall  0x00007dbe , 0x00000005 
- 00011651  0x0000189b call  0x00007dc0 , 0x00000005 
- 00011652  0x0000189c call  0x00002e46 
- 00011653  0x0000189d increase  0xfffffffe , 0x0000003f 
- 00011654  0x0000189e idiv  0x00000011 
- 00011655  0x0000189f call  0x00007d62 
- 00011656  0x000018a0 quotient  0x0000000b 
- 00011657  0x000018a1 branch  0x00002d90 
- 00011658  0x000018a3 call  0x00002d98 
- 00011659  0x000018a4 nbranch  0x00002da1 , 0x00000034 
- 00011660  0x000018a5 fetch  0x00000002 , 0x00000678 
- 00011661  0x000018a6 increase  0xffffffff , 0x0000003f 
- 00011662  0x000018a7 store  0x00000002 , 0x000006cb 
- 00011663  0x000018a8 call  0x00002e2a 
- 00011664  0x000018aa fetch  0x00000002 , 0x00000678 
- 00011665  0x000018ab store  0x00000002 , 0x000006c9 
- 00011666  0x000018ac call  0x00002e24 
- 00011667  0x000018ad increase  0xffffffff , 0x0000000b 
- 00011668  0x000018b0 call  0x00002e13 
- 00011669  0x000018b1 branch  0x00002d6d 
- 00011670  0x000018b4 fetch  0x00000001 , 0x000006cd 
- 00011671  0x000018b5 branch  0x00002d99 
- 00011672  0x000018b9 fetch  0x00000001 , 0x000006c6 
- 00011673  0x000018ba branch  0x00002d9c , 0x0000002c 
- 00011674  0x000018bb increase  0xfffffffe , 0x0000003f 
- 00011675  0x000018bc rtn 
- 00011676  0x000018bf increase  0xfffffff0 , 0x0000003f 
- 00011677  0x000018c0 rtn 
- 00011678  0x000018c3 fetch  0x00000002 , 0x00000678 
- 00011679  0x000018c4 store  0x00000002 , 0x000006cb 
- 00011680  0x000018c5 branch  0x00002da5 
- 00011681  0x000018c7 fetch  0x00000002 , 0x00000678 
- 00011682  0x000018c8 increase  0xffffffff , 0x0000003f 
- 00011683  0x000018c9 store  0x00000002 , 0x000006cb 
- 00011684  0x000018ca branch  0x00002da5 
- 00011685  0x000018cc branch  0x00002e03 , 0x00000028 
- 00011686  0x000018cd call  0x00002e2a 
- 00011687  0x000018ce branch  0x00002e34 
- 00011688  0x000018d4 copy  0x00000006 , 0x00000011 
- 00011689  0x000018d5 fetch  0x00000002 , 0x00004335 
- 00011690  0x000018d6 add  0x0000003f , 0xfffffffd , 0x00000012 
- 00011691  0x000018d7 call  0x00002929 
- 00011692  0x000018d9 bpatchx  0x0000005a , 0x0000402b 
- 00011693  0x000018da call  0x00002dc7 
- 00011694  0x000018db fetcht  0x00000002 , 0x00004398 
- 00011695  0x000018dc call  0x00002cd2 
- 00011696  0x000018dd nbranch  0x00002dc5 , 0x00000005 
- 00011697  0x000018de call  0x00002dc1 , 0x00000028 
- 00011698  0x000018df rtn  0x00000028 
- 00011699  0x000018e1 fetch  0x00000001 , 0x00004321 
- 00011700  0x000018e2 bbit0  0x00000004 , 0x00002dbc 
- 00011701  0x000018e4 fetcht  0x00000002 , 0x00004398 
- 00011702  0x000018e5 fetch  0x00000002 , 0x00004332 
- 00011703  0x000018e6 isub  0x00000002 , 0x0000003e 
- 00011704  0x000018e7 nbranch  0x00002dbc , 0x00000005 
- 00011705  0x000018e8 call  0x00002dc7 
- 00011706  0x000018e9 nbranch  0x00002dbc , 0x00000028 
- 00011707  0x000018ea branch  0x00002d46 
- 00011708  0x000018ee force  0x00000001 , 0x00000011 
- 00011709  0x000018ef call  0x00002e10 
- 00011710  0x000018f0 setarg  0x00000013 
- 00011711  0x000018f1 istore  0x00000001 , 0x00000005 
- 00011712  0x000018f2 rtn 
- 00011713  0x000018f5 increase  0xfffffffe , 0x00000006 
- 00011714  0x000018f6 ifetch  0x00000002 , 0x00000006 
- 00011715  0x000018f7 bbit1  0x0000000f , 0x00002d46 
- 00011716  0x000018f8 branch  0x00007dbc 
- 00011717  0x000018fb jam  0x00000001 , 0x000001b9 
- 00011718  0x000018fc branch  0x00002e05 
- 00011719  0x00001900 bpatchx  0x0000005b , 0x0000402b 
- 00011720  0x00001901 call  0x00007dbc 
- 00011721  0x00001902 fetch  0x00000001 , 0x000042fe 
- 00011722  0x00001903 rtneq  0x00000000 
- 00011723  0x00001904 fetch  0x00000001 , 0x00004040 
- 00011724  0x00001905 rtnbit1  0x00000004 
- 00011725  0x00001906 branch  0x00007dba 
- 00011726  0x0000190a add  0x00000006 , 0x00000002 , 0x00000011 
- 00011727  0x0000190b fetch  0x00000002 , 0x00004335 
- 00011728  0x0000190c add  0x0000003f , 0xfffffffb , 0x00000012 
- 00011729  0x0000190d call  0x00002929 
- 00011730  0x0000190e branch  0x00002dd3 
- 00011731  0x00001912 fetch  0x00000002 , 0x00004335 
- 00011732  0x00001913 copy  0x0000003f , 0x00000011 
- 00011733  0x00001914 call  0x00002e10 
- 00011734  0x00001915 setarg  0x00000017 
- 00011735  0x00001916 istore  0x00000001 , 0x00000005 
- 00011736  0x00001917 fetch  0x00000002 , 0x00004398 
- 00011737  0x00001918 istore  0x00000002 , 0x00000005 
- 00011738  0x00001919 fetch  0x00000002 , 0x00004335 
- 00011739  0x0000191a add  0x0000003f , 0xfffffffb , 0x00000039 
- 00011740  0x0000191b fetch  0x00000002 , 0x00004339 
- 00011741  0x0000191c add  0x0000003f , 0x00000007 , 0x00000006 
- 00011742  0x0000191d ifetch  0x00000002 , 0x00000006 
- 00011743  0x0000191e istore  0x00000002 , 0x00000005 
- 00011744  0x0000191f branch  0x00007ccc 
- 00011745  0x00001926 force  0x00000001 , 0x00000011 
- 00011746  0x00001927 call  0x00002e10 
- 00011747  0x00001928 setarg  0x00000019 
- 00011748  0x00001929 istore  0x00000001 , 0x00000005 
- 00011749  0x0000192a rtn 
- 00011750  0x0000192d fetch  0x00000001 , 0x00004396 
- 00011751  0x0000192e set0  0x00000000 , 0x0000003f 
- 00011752  0x0000192f store  0x00000001 , 0x00004396 
- 00011753  0x00001930 rtn 
- 00011754  0x00001933 copy  0x00000006 , 0x00000011 
- 00011755  0x00001934 fetch  0x00000002 , 0x00004335 
- 00011756  0x00001935 add  0x0000003f , 0xfffffffd , 0x00000012 
- 00011757  0x00001936 branch  0x00002929 
- 00011758  0x0000193c copy  0x00000002 , 0x00000013 
- 00011759  0x0000193d increase  0x00000003 , 0x00000011 
- 00011760  0x0000193e call  0x00002e10 
- 00011761  0x0000193f increase  0xfffffffd , 0x00000011 
- 00011762  0x00001940 setarg  0x0000001b 
- 00011763  0x00001941 istore  0x00000001 , 0x00000005 
- 00011764  0x00001942 copy  0x00000013 , 0x00000002 
- 00011765  0x00001943 istoret  0x00000002 , 0x00000005 
- 00011766  0x00001944 rtn 
- 00011767  0x00001948 fetch  0x00000001 , 0x00004396 
- 00011768  0x00001949 set1  0x00000000 , 0x0000003f 
- 00011769  0x0000194a store  0x00000001 , 0x00004396 
- 00011770  0x0000194b copy  0x00000002 , 0x00000013 
- 00011771  0x0000194c increase  0x00000003 , 0x00000011 
- 00011772  0x0000194d call  0x00002e10 
- 00011773  0x0000194e increase  0xfffffffd , 0x00000011 
- 00011774  0x0000194f setarg  0x0000001d 
- 00011775  0x00001950 istore  0x00000001 , 0x00000005 
- 00011776  0x00001951 copy  0x00000013 , 0x00000002 
- 00011777  0x00001952 istoret  0x00000002 , 0x00000005 
- 00011778  0x00001953 rtn 
- 00011779  0x00001959 bpatchx  0x0000005c , 0x0000402b 
- 00011780  0x0000195a jam  0x0000000a , 0x000001b9 
- 00011781  0x0000195c force  0x00000005 , 0x00000011 
- 00011782  0x0000195d call  0x00002e10 
- 00011783  0x0000195e setarg  0x00000001 
- 00011784  0x0000195f istore  0x00000001 , 0x00000005 
- 00011785  0x00001960 fetch  0x00000001 , 0x00004397 
- 00011786  0x00001961 istore  0x00000001 , 0x00000005 
- 00011787  0x00001962 fetch  0x00000002 , 0x00004398 
- 00011788  0x00001963 istore  0x00000002 , 0x00000005 
- 00011789  0x00001964 fetch  0x00000001 , 0x000001b9 
- 00011790  0x00001965 istore  0x00000001 , 0x00000005 
- 00011791  0x00001966 rtn 
- 00011792  0x0000196a bpatchx  0x0000005d , 0x0000402b 
- 00011793  0x0000196b force  0x00000004 , 0x00000012 
- 00011794  0x0000196c branch  0x000029fb 
- 00011795  0x00001970 fetcht  0x00000002 , 0x00000678 
- 00011796  0x00001971 increase  0x00000001 , 0x00000002 
- 00011797  0x00001972 storet  0x00000002 , 0x00000678 
- 00011798  0x00001973 rtn 
- 00011799  0x00001976 fetcht  0x00000002 , 0x00000678 
- 00011800  0x00001977 fetch  0x00000002 , 0x000006b3 
- 00011801  0x00001978 isub  0x00000002 , 0x0000003e 
- 00011802  0x00001979 rtn 
- 00011803  0x0000197d bpatchx  0x0000005e , 0x0000402b 
- 00011804  0x0000197e fetcht  0x00000001 , 0x000006b5 
- 00011805  0x0000197f arg  0x000006b6 , 0x00000011 
- 00011806  0x00001981 fetch  0x00000001 , 0x000006cd 
- 00011807  0x00001982 copy  0x0000003f , 0x00000039 
- 00011808  0x00001983 isub  0x00000002 , 0x0000003e 
- 00011809  0x00001984 nrtn  0x00000005 
- 00011810  0x00001985 arg  0x000006ce , 0x00000012 
- 00011811  0x00001986 branch  0x00007d64 
- 00011812  0x0000198a bpatchx  0x0000005f , 0x0000402b 
- 00011813  0x0000198b fetch  0x00000001 , 0x000006c6 
- 00011814  0x0000198c store  0x00000001 , 0x000006a1 
- 00011815  0x0000198d copy  0x0000003f , 0x00000039 
- 00011816  0x0000198e call  0x00007c67 
- 00011817  0x0000198f branch  0x00007ccc 
- 00011818  0x00001993 bpatchx  0x00000060 , 0x0000402c 
- 00011819  0x00001994 call  0x00007c64 
- 00011820  0x00001995 fetch  0x00000002 , 0x000006c9 
- 00011821  0x00001996 istore  0x00000002 , 0x00000005 
- 00011822  0x00001997 fetch  0x00000002 , 0x000006cb 
- 00011823  0x00001998 istore  0x00000002 , 0x00000005 
- 00011824  0x0000199a fetch  0x00000001 , 0x000006a1 
- 00011825  0x0000199b copy  0x0000003f , 0x00000039 
- 00011826  0x0000199c call  0x00007ccc 
- 00011827  0x0000199d branch  0x00007c6a 
- 00011828  0x000019a2 bpatchx  0x00000061 , 0x0000402c 
- 00011829  0x000019a3 call  0x00007c64 
- 00011830  0x000019a4 call  0x00002a21 
- 00011831  0x000019a5 copy  0x00000005 , 0x0000003f 
- 00011832  0x000019a6 isub  0x00000006 , 0x00000011 
- 00011833  0x000019a7 call  0x00002a24 
- 00011834  0x000019a8 copy  0x00000011 , 0x0000003f 
- 00011835  0x000019a9 istore  0x00000002 , 0x00000006 
- 00011836  0x000019aa increase  0x00000004 , 0x00000011 
- 00011837  0x000019ab call  0x00002a16 
- 00011838  0x000019ac copy  0x00000011 , 0x0000003f 
- 00011839  0x000019ad istore  0x00000001 , 0x00000006 
- 00011840  0x000019ae rtn 
- 00011841  0x000019b2 rshift8  0x0000003f , 0x0000003f 
- 00011842  0x000019b3 store  0x00000002 , 0x000006b1 
- 00011843  0x000019b4 ifetch  0x00000002 , 0x00000006 
- 00011844  0x000019b5 store  0x00000002 , 0x000006b3 
- 00011845  0x000019b6 rtn 
- 00011846  0x000019ba bpatchx  0x00000062 , 0x0000402c 
- 00011847  0x000019bb fetch  0x00000002 , 0x000042e3 
- 00011848  0x000019bd fetcht  0x00000002 , 0x000042e1 
- 00011849  0x000019c1 branch  0x00007db0 
- 00011850  0x000019c6 bpatchx  0x00000063 , 0x0000402c 
- 00011851  0x000019c7 call  0x00007c6d 
- 00011852  0x000019c8 arg  0x000006b5 , 0x00000005 
- 00011853  0x000019ca fetch  0x00000002 , 0x00004335 
- 00011854  0x000019cb increase  0xfffffffb , 0x0000003f 
- 00011855  0x000019cd istore  0x00000001 , 0x00000005 
- 00011856  0x000019ce copy  0x0000003f , 0x00000039 
- 00011857  0x000019cf call  0x00007c67 
- 00011858  0x000019d0 branch  0x00007ccc 
- 00011859  0x000019d5 fetch  0x00000002 , 0x00000050 
- 00011860  0x000019d6 rtnne  0x00000004 
- 00011861  0x000019d7 fetch  0x00000001 , 0x00004396 
- 00011862  0x000019d8 set1  0x00000001 , 0x0000003f 
- 00011863  0x000019d9 store  0x00000001 , 0x00004396 
- 00011864  0x000019da fetch  0x00000003 , 0x00000052 
- 00011865  0x000019db store  0x00000003 , 0x00004397 
- 00011866  0x000019dc set1  0x0000000f , 0x00000000 
- 00011867  0x000019dd beq  0x00000012 , 0x00002e6e 
- 00011868  0x000019de beq  0x00000052 , 0x00002e73 
- 00011869  0x000019df beq  0x00000018 , 0x00002de1 
- 00011870  0x000019e0 beq  0x00000002 , 0x00002bab 
- 00011871  0x000019e1 beq  0x0000001e , 0x00002de6 
- 00011872  0x000019e2 set0  0x0000000f , 0x00000000 
- 00011873  0x000019e4 fetch  0x00000001 , 0x00004396 
- 00011874  0x000019e5 set0  0x00000001 , 0x0000003f 
- 00011875  0x000019e6 store  0x00000001 , 0x00004396 
- 00011876  0x000019e7 rtn 
- 00011877  0x000019ea fetch  0x00000001 , 0x00004396 
- 00011878  0x000019eb rtnbit0  0x00000001 
- 00011879  0x000019ec set1  0x0000000f , 0x00000000 
- 00011880  0x000019ed call  0x00002e7e 
- 00011881  0x000019ee call  0x00002e84 
- 00011882  0x000019ef call  0x00002e61 , 0x00000028 
- 00011883  0x000019f0 fetch  0x00000001 , 0x00004397 
- 00011884  0x000019f1 beq  0x00000012 , 0x00002dac 
- 00011885  0x000019f2 rtn 
- 00011886  0x000019f6 call  0x00002e73 
- 00011887  0x000019f7 branch  0x00002e70 
- 00011888  0x000019fa call  0x00002e84 
- 00011889  0x000019fb nrtn  0x00000028 
- 00011890  0x000019fc branch  0x00002dac 
- 00011891  0x00001a00 bpatchx  0x00000064 , 0x0000402c 
- 00011892  0x00001a01 call  0x00002e77 
- 00011893  0x00001a02 arg  0x00000055 , 0x00000011 
- 00011894  0x00001a03 branch  0x00002929 
- 00011895  0x00001a07 fetch  0x00000001 , 0x0000004d 
- 00011896  0x00001a08 add  0x0000003f , 0xfffffff9 , 0x00000012 
- 00011897  0x00001a09 increase  0xfffffffc , 0x0000003f 
- 00011898  0x00001a0a store  0x00000002 , 0x00004337 
- 00011899  0x00001a0b fetcht  0x00000002 , 0x0000004e 
- 00011900  0x00001a0c storet  0x00000002 , 0x00004335 
- 00011901  0x00001a0d rtn 
- 00011902  0x00001a11 fetchr  0x00000012 , 0x00000001 , 0x0000004d 
- 00011903  0x00001a12 fetch  0x00000002 , 0x00004337 
- 00011904  0x00001a13 iadd  0x00000012 , 0x00000002 
- 00011905  0x00001a14 storet  0x00000002 , 0x00004337 
- 00011906  0x00001a15 arg  0x0000004e , 0x00000011 
- 00011907  0x00001a16 branch  0x00002929 
- 00011908  0x00001a1b call  0x00007dbc 
- 00011909  0x00001a1c fetch  0x00000002 , 0x00004337 
- 00011910  0x00001a1d fetcht  0x00000002 , 0x00004335 
- 00011911  0x00001a1e isub  0x00000002 , 0x0000003e 
- 00011912  0x00001a1f nrtn  0x00000005 
- 00011913  0x00001a20 branch  0x00007dba 
- 00011914  0x00001a27 ifetch  0x00000001 , 0x00000006 
- 00011915  0x00001a28 ifetcht  0x00000001 , 0x00000006 
- 00011916  0x00001a29 ifetcht  0x00000002 , 0x00000006 
- 00011917  0x00001a2a beq  0x00000013 , 0x00002e8f 
- 00011918  0x00001a2b rtn 
- 00011919  0x00001a2d ifetch  0x00000002 , 0x00000006 
- 00011920  0x00001a2e store  0x00000002 , 0x0000433c 
- 00011921  0x00001a2f jam  0x00000040 , 0x0000066f 
- 00011922  0x00001a30 branch  0x0000782b 
- 00011923  0x00001a37 arg  0x0000000c , 0x00000011 
- 00011924  0x00001a38 arg  0x00000012 , 0x00000013 
- 00011925  0x00001a39 call  0x00002e9b 
- 00011926  0x00001a3a setarg  0x00000008 
- 00011927  0x00001a3b istore  0x00000002 , 0x00000005 
- 00011928  0x00001a3c fetch  0x00000008 , 0x000042d3 
- 00011929  0x00001a3d istore  0x00000008 , 0x00000005 
- 00011930  0x00001a3e rtn 
- 00011931  0x00001a43 call  0x00002ea3 
- 00011932  0x00001a44 arg  0x00000005 , 0x00000012 
- 00011933  0x00001a45 call  0x000029fb 
- 00011934  0x00001a46 copy  0x00000013 , 0x0000003f 
- 00011935  0x00001a47 istore  0x00000001 , 0x00000005 
- 00011936  0x00001a48 fetch  0x00000001 , 0x0000433b 
- 00011937  0x00001a49 istore  0x00000001 , 0x00000005 
- 00011938  0x00001a4a rtn 
- 00011939  0x00001a4e fetch  0x00000001 , 0x0000433b 
- 00011940  0x00001a50 pincrease  0x00000001 
- 00011941  0x00001a51 store  0x00000001 , 0x0000433b 
- 00011942  0x00001a52 rtnne  0x00000000 
- 00011943  0x00001a55 jam  0x00000001 , 0x0000433b 
- 00011944  0x00001a56 rtn 
- 00011945  0x00001a5c fetch  0x00000001 , 0x000042fe 
- 00011946  0x00001a5d beq  0x00000000 , 0x00002eb8 
- 00011947  0x00001a5e beq  0x00000001 , 0x00002ebb 
- 00011948  0x00001a5f beq  0x00000002 , 0x00002ebd 
- 00011949  0x00001a60 beq  0x00000081 , 0x00002eb1 
- 00011950  0x00001a61 beq  0x00000082 , 0x00002eb3 
- 00011951  0x00001a62 beq  0x00000083 , 0x00002eb6 
- 00011952  0x00001a63 rtn 
- 00011953  0x00001a66 jam  0x0000000d , 0x000042c7 
- 00011954  0x00001a67 branch  0x00002eb9 
- 00011955  0x00001a69 jam  0x0000000d , 0x000042c7 
- 00011956  0x00001a6a jam  0x00000001 , 0x000042c5 
- 00011957  0x00001a6b rtn 
- 00011958  0x00001a6d jam  0x0000000d , 0x000042c7 
- 00011959  0x00001a6e branch  0x00002ebe 
- 00011960  0x00001a71 jam  0x00000000 , 0x000042c7 
- 00011961  0x00001a73 jam  0x00000003 , 0x000042c5 
- 00011962  0x00001a74 rtn 
- 00011963  0x00001a76 jam  0x00000005 , 0x000042c7 
- 00011964  0x00001a77 branch  0x00002eb9 
- 00011965  0x00001a79 jam  0x00000005 , 0x000042c7 
- 00011966  0x00001a7b jam  0x00000000 , 0x000042c5 
- 00011967  0x00001a7c rtn 
- 00011968  0x00001a7f fetch  0x00000001 , 0x0000446c 
- 00011969  0x00001a80 set1  0x00000000 , 0x0000003f 
- 00011970  0x00001a81 store  0x00000001 , 0x0000446c 
- 00011971  0x00001a82 rtn 
- 00011972  0x00001a85 fetch  0x00000001 , 0x0000446c 
- 00011973  0x00001a86 set0  0x00000000 , 0x0000003f 
- 00011974  0x00001a87 store  0x00000001 , 0x0000446c 
- 00011975  0x00001a88 rtn 
- 00011976  0x00001a8b ifetch  0x00000001 , 0x00000006 
- 00011977  0x00001a8c beq  0x00000001 , 0x00002edc 
- 00011978  0x00001a8e beq  0x00000003 , 0x00002f03 
- 00011979  0x00001a8f beq  0x00000004 , 0x00002f24 
- 00011980  0x00001a90 beq  0x00000005 , 0x00002f31 
- 00011981  0x00001a92 beq  0x00000007 , 0x00002f9a 
- 00011982  0x00001a93 beq  0x00000008 , 0x00002f86 
- 00011983  0x00001a94 beq  0x00000009 , 0x00002f96 
- 00011984  0x00001a95 beq  0x0000000a , 0x00002f9a 
- 00011985  0x00001a96 beq  0x0000000b , 0x00002f9a 
- 00011986  0x00001a97 beq  0x0000000c , 0x00002f9b 
- 00011987  0x00001a98 beq  0x0000000d , 0x00002fa0 
- 00011988  0x00001a99 rtn 
- 00011989  0x00001a9e force  0x00000002 , 0x00000011 
- 00011990  0x00001a9f call  0x00003047 
- 00011991  0x00001aa0 setarg  0x0000000b 
- 00011992  0x00001aa1 istore  0x00000001 , 0x00000005 
- 00011993  0x00001aa2 fetch  0x00000001 , 0x000042c7 
- 00011994  0x00001aa3 istore  0x00000001 , 0x00000005 
- 00011995  0x00001aa4 rtn 
- 00011996  0x00001aa7 store  0x00000001 , 0x000042bd 
- 00011997  0x00001aa8 ifetch  0x00000006 , 0x00000006 
- 00011998  0x00001aa9 istore  0x00000006 , 0x00000005 
- 00011999  0x00001aaa fetch  0x00000001 , 0x000042fe 
- 00012000  0x00001aab beq  0x00000000 , 0x00002f37 
- 00012001  0x00001aac call  0x00002efe 
- 00012002  0x00001aad fetch  0x00000001 , 0x0000446a 
- 00012003  0x00001aae branch  0x00002ee8 , 0x00000034 
- 00012004  0x00001aaf fetch  0x00000001 , 0x000042c0 
- 00012005  0x00001ab0 bbit0  0x00000003 , 0x0000431f 
- 00012006  0x00001ab1 fetch  0x00000001 , 0x000042fe 
- 00012007  0x00001ab2 bbit0  0x00000007 , 0x0000431f 
- 00012008  0x00001ab4 jam  0x00000003 , 0x000042fc 
- 00012009  0x00001ab5 fetch  0x00000001 , 0x000042be 
- 00012010  0x00001ab6 beq  0x00000000 , 0x00002ef0 
- 00012011  0x00001ab7 beq  0x00000001 , 0x00002ef0 
- 00012012  0x00001ab8 beq  0x00000003 , 0x00002ef0 
- 00012013  0x00001ab9 fetch  0x00000001 , 0x000042fe 
- 00012014  0x00001aba beq  0x00000002 , 0x00002ef3 
- 00012015  0x00001abb rtneq  0x00000083 
- 00012016  0x00001abd arg  0x00000000 , 0x0000003f 
- 00012017  0x00001abe store  0x00000004 , 0x000042ff 
- 00012018  0x00001abf rtn 
- 00012019  0x00001ac2 fetch  0x00000001 , 0x00004321 
- 00012020  0x00001ac3 bbit1  0x00000000 , 0x00002efc 
- 00012021  0x00001ac5 arg  0x000042ff , 0x00000011 
- 00012022  0x00001ac6 copy  0x00000011 , 0x00000005 
- 00012023  0x00001ac7 arg  0x00000003 , 0x00000039 
- 00012024  0x00001ac8 call  0x00007de8 
- 00012025  0x00001ac9 fetch  0x00000002 , 0x00004301 
- 00012026  0x00001aca and_into  0x00000007 , 0x0000003f 
- 00012027  0x00001acb store  0x00000002 , 0x00004301 
- 00012028  0x00001acd jam  0x00000034 , 0x0000066f 
- 00012029  0x00001ace branch  0x0000782b 
- 00012030  0x00001ad3 force  0x00000007 , 0x00000011 
- 00012031  0x00001ad4 call  0x00003047 
- 00012032  0x00001ad5 fetch  0x00000007 , 0x000042c4 
- 00012033  0x00001ad6 istore  0x00000007 , 0x00000005 
- 00012034  0x00001ad7 rtn 
- 00012035  0x00001adb jam  0x00000005 , 0x000042fc 
- 00012036  0x00001adc arg  0x0000429b , 0x00000005 
- 00012037  0x00001add call  0x00007c8f 
- 00012038  0x00001ade fetch  0x00000001 , 0x000042fe 
- 00012039  0x00001adf beq  0x00000004 , 0x00002f0b 
- 00012040  0x00001ae0 beq  0x00000083 , 0x00002f0d 
- 00012041  0x00001ae1 beq  0x00000084 , 0x00002f10 
- 00012042  0x00001ae2 branch  0x00002f13 
- 00012043  0x00001ae6 jam  0x00000043 , 0x0000066f 
- 00012044  0x00001ae7 branch  0x0000782b 
- 00012045  0x00001aea jam  0x00000002 , 0x000042f9 
- 00012046  0x00001aeb jam  0x00000008 , 0x000042fa 
- 00012047  0x00001aec rtn 
- 00012048  0x00001aef fetch  0x00000004 , 0x000042ff 
- 00012049  0x00001af0 branch  0x00002f0b , 0x00000034 
- 00012050  0x00001af1 branch  0x00002f0d 
- 00012051  0x00001af4 jam  0x00000006 , 0x000042fc 
- 00012052  0x00001af5 fetch  0x00000001 , 0x000042fe 
- 00012053  0x00001af6 bbit1  0x00000007 , 0x00002f1c 
- 00012054  0x00001af7 call  0x00007256 
- 00012055  0x00001af8 force  0x00000011 , 0x00000011 
- 00012056  0x00001af9 call  0x00003047 
- 00012057  0x00001afa setarg  0x00000003 
- 00012058  0x00001afb istore  0x00000001 , 0x00000005 
- 00012059  0x00001afc branch  0x00007375 
- 00012060  0x00001aff arg  0x000042ab , 0x00000005 
- 00012061  0x00001b00 call  0x00007de7 
- 00012062  0x00001b01 call  0x000071b6 
- 00012063  0x00001b02 force  0x00000011 , 0x00000011 
- 00012064  0x00001b03 call  0x00003047 
- 00012065  0x00001b04 setarg  0x00000003 
- 00012066  0x00001b05 istore  0x00000001 , 0x00000005 
- 00012067  0x00001b06 branch  0x000071f2 
- 00012068  0x00001b09 copy  0x00000006 , 0x00000011 
- 00012069  0x00001b0a fetch  0x00000001 , 0x000042fe 
- 00012070  0x00001b0b bbit1  0x00000007 , 0x00002f39 
- 00012071  0x00001b0c copy  0x00000011 , 0x00000006 
- 00012072  0x00001b0d call  0x0000724e 
- 00012073  0x00001b0e branch  0x00002f4e , 0x00000005 
- 00012074  0x00001b10 jam  0x00000004 , 0x000001ba 
- 00012075  0x00001b12 force  0x00000002 , 0x00000011 
- 00012076  0x00001b13 call  0x00003047 
- 00012077  0x00001b14 setarg  0x00000005 
- 00012078  0x00001b15 istore  0x00000001 , 0x00000005 
- 00012079  0x00001b16 fetch  0x00000001 , 0x000001ba 
- 00012080  0x00001b17 istore  0x00000001 , 0x00000005 
- 00012081  0x00001b19 bpatchx  0x00000065 , 0x0000402c 
- 00012082  0x00001b1a force  0x00000007 , 0x00000007 
- 00012083  0x00001b1b call  0x00007ce0 
- 00012084  0x00001b1c jam  0x00000000 , 0x000042fc 
- 00012085  0x00001b1d jam  0x00000030 , 0x0000066f 
- 00012086  0x00001b1e branch  0x0000782b 
- 00012087  0x00001b21 jam  0x00000005 , 0x000001ba 
- 00012088  0x00001b22 branch  0x00002f2b 
- 00012089  0x00001b25 arg  0x00000158 , 0x00000005 
- 00012090  0x00001b26 copy  0x00000011 , 0x00000006 
- 00012091  0x00001b27 call  0x00007c8f 
- 00012092  0x00001b28 fetch  0x00000001 , 0x000042fe 
- 00012093  0x00001b29 beq  0x00000083 , 0x00002f45 
- 00012094  0x00001b2a beq  0x00000084 , 0x00002f45 
- 00012095  0x00001b2b call  0x00007140 
- 00012096  0x00001b2c call  0x00002f53 
- 00012097  0x00001b2d fetch  0x00000001 , 0x000042fe 
- 00012098  0x00001b2e rtnne  0x00000082 
- 00012099  0x00001b2f jam  0x0000003b , 0x0000066f 
- 00012100  0x00001b30 branch  0x0000782b 
- 00012101  0x00001b33 call  0x000071ab 
- 00012102  0x00001b34 arg  0x000006d1 , 0x00000005 
- 00012103  0x00001b35 call  0x000071f2 
- 00012104  0x00001b36 arg  0x000006d1 , 0x00000011 
- 00012105  0x00001b37 arg  0x0000429b , 0x00000012 
- 00012106  0x00001b38 arg  0x00000010 , 0x00000039 
- 00012107  0x00001b39 call  0x00007d64 
- 00012108  0x00001b3a nbranch  0x00002f2a , 0x00000005 
- 00012109  0x00001b3b branch  0x00002f53 
- 00012110  0x00001b3e call  0x0000724a 
- 00012111  0x00001b3f jam  0x00000031 , 0x0000066f 
- 00012112  0x00001b40 call  0x0000782b 
- 00012113  0x00001b41 jam  0x00000001 , 0x0000429a 
- 00012114  0x00001b42 jam  0x00000009 , 0x000042fc 
- 00012115  0x00001b45 force  0x00000011 , 0x00000011 
- 00012116  0x00001b46 call  0x00003047 
- 00012117  0x00001b47 setarg  0x00000004 
- 00012118  0x00001b48 istore  0x00000001 , 0x00000005 
- 00012119  0x00001b49 arg  0x000042ab , 0x00000006 
- 00012120  0x00001b4a branch  0x00007c8f 
- 00012121  0x00001b4d force  0x00000011 , 0x00000011 
- 00012122  0x00001b4e call  0x00003047 
- 00012123  0x00001b4f setarg  0x00000006 
- 00012124  0x00001b50 istore  0x00000001 , 0x00000005 
- 00012125  0x00001b51 fetch  0x00000001 , 0x00004321 
- 00012126  0x00001b52 bbit1  0x00000001 , 0x00002f61 
- 00012127  0x00001b53 arg  0x0000428a , 0x00000006 
- 00012128  0x00001b54 branch  0x00007c8f 
- 00012129  0x00001b57 arg  0x00004322 , 0x00000006 
- 00012130  0x00001b58 branch  0x00007c8f 
- 00012131  0x00001b5c arg  0x00004303 , 0x00000005 
- 00012132  0x00001b5d force  0x0000000a , 0x00000039 
- 00012133  0x00001b5e call  0x00007de8 
- 00012134  0x00001b5f force  0x0000000b , 0x00000011 
- 00012135  0x00001b60 call  0x00003047 
- 00012136  0x00001b61 setarg  0x00000007 
- 00012137  0x00001b62 istore  0x00000001 , 0x00000005 
- 00012138  0x00001b63 fetch  0x00000002 , 0x00004303 
- 00012139  0x00001b64 istore  0x00000002 , 0x00000005 
- 00012140  0x00001b65 fetch  0x00000008 , 0x00004305 
- 00012141  0x00001b66 istore  0x00000008 , 0x00000005 
- 00012142  0x00001b67 rtn 
- 00012143  0x00001b6a force  0x00000011 , 0x00000011 
- 00012144  0x00001b6b call  0x00003047 
- 00012145  0x00001b6c setarg  0x00000008 
- 00012146  0x00001b6d istore  0x00000001 , 0x00000005 
- 00012147  0x00001b6e setarg  0x00000000 
- 00012148  0x00001b6f istore  0x00000008 , 0x00000005 
- 00012149  0x00001b70 istore  0x00000008 , 0x00000005 
- 00012150  0x00001b71 rtn 
- 00012151  0x00001b75 force  0x00000008 , 0x00000011 
- 00012152  0x00001b76 call  0x00003047 
- 00012153  0x00001b77 setarg  0x00000009 
- 00012154  0x00001b78 istore  0x00000001 , 0x00000005 
- 00012155  0x00001b79 fetch  0x00000001 , 0x000042d2 
- 00012156  0x00001b7a istore  0x00000001 , 0x00000005 
- 00012157  0x00001b7b fetch  0x00000006 , 0x000042db 
- 00012158  0x00001b7c istore  0x00000006 , 0x00000005 
- 00012159  0x00001b7d rtn 
- 00012160  0x00001b81 jam  0x00000008 , 0x000001ba 
- 00012161  0x00001b82 branch  0x00002f2b 
- 00012162  0x00001b85 fetch  0x00000001 , 0x000042c9 
- 00012163  0x00001b86 fetcht  0x00000001 , 0x000042c9 
- 00012164  0x00001b87 iand  0x00000002 , 0x0000003f 
- 00012165  0x00001b88 rtn 
- 00012166  0x00001b8b arg  0x0000430d , 0x00000005 
- 00012167  0x00001b8c call  0x00007c8f 
- 00012168  0x00001b8d call  0x00002f82 
- 00012169  0x00001b8e isolate0  0x00000001 , 0x0000003f 
- 00012170  0x00001b8f branch  0x00002f80 , 0x00000001 
- 00012171  0x00001b90 fetch  0x00000001 , 0x000043cb 
- 00012172  0x00001b91 rtnne  0x0000000a 
- 00012173  0x00001b92 call  0x00002f90 
- 00012174  0x00001b93 nrtn  0x00000028 
- 00012175  0x00001b94 branch  0x00004329 
- 00012176  0x00001b98 call  0x00007dbc 
- 00012177  0x00001b99 fetch  0x00000001 , 0x000042cb 
- 00012178  0x00001b9a rtneq  0x00000000 
- 00012179  0x00001b9b fetch  0x00000001 , 0x000042c2 
- 00012180  0x00001b9c rtnbit0  0x00000001 
- 00012181  0x00001b9d branch  0x00007dba 
- 00012182  0x00001ba0 call  0x00002f82 
- 00012183  0x00001ba1 isolate0  0x00000001 , 0x0000003f 
- 00012184  0x00001ba2 branch  0x00002f80 , 0x00000001 
- 00012185  0x00001ba3 rtn 
- 00012186  0x00001ba8 rtn 
- 00012187  0x00001bab arg  0x000005fe , 0x00000005 
- 00012188  0x00001bac call  0x00007c81 
- 00012189  0x00001bad jam  0x00000002 , 0x000042f9 
- 00012190  0x00001bae jam  0x00000001 , 0x000042fa 
- 00012191  0x00001baf rtn 
- 00012192  0x00001bb2 arg  0x0000065e , 0x00000005 
- 00012193  0x00001bb3 call  0x00007c8f 
- 00012194  0x00001bb4 jam  0x00000006 , 0x000042fa 
- 00012195  0x00001bb5 jam  0x00000002 , 0x000042f9 
- 00012196  0x00001bb6 rtn 
- 00012197  0x00001bb9 force  0x00000041 , 0x00000011 
- 00012198  0x00001bba call  0x00003047 
- 00012199  0x00001bbb setarg  0x0000000c 
- 00012200  0x00001bbc istore  0x00000001 , 0x00000005 
- 00012201  0x00001bbd arg  0x0000448f , 0x00000006 
- 00012202  0x00001bbe branch  0x00007c81 
- 00012203  0x00001bc1 call  0x00007157 
- 00012204  0x00001bc2 force  0x00000011 , 0x00000011 
- 00012205  0x00001bc3 call  0x00003047 
- 00012206  0x00001bc4 setarg  0x0000000d 
- 00012207  0x00001bc5 istore  0x00000001 , 0x00000005 
- 00012208  0x00001bc6 branch  0x000071f2 
- 00012209  0x00001bc9 fetch  0x00000001 , 0x000042fc 
- 00012210  0x00001bca rtneq  0x000000ff 
- 00012211  0x00001bcb arg  0x00000003 , 0x00000002 
- 00012212  0x00001bcc isub  0x00000002 , 0x0000003e 
- 00012213  0x00001bcd nrtn  0x00000002 
- 00012214  0x00001bce arg  0x00000007 , 0x00000007 
- 00012215  0x00001bcf call  0x00007cef 
- 00012216  0x00001bd0 nrtn  0x00000034 
- 00012217  0x00001bd1 branch  0x00002f80 
- 00012218  0x00001bd4 bpatchx  0x00000066 , 0x0000402c 
- 00012219  0x00001bd5 call  0x00002a28 
- 00012220  0x00001bd6 nrtn  0x00000034 
- 00012221  0x00001bd7 fetch  0x00000001 , 0x000042fc 
- 00012222  0x00001bd8 beq  0x00000000 , 0x00002fc7 
- 00012223  0x00001bd9 beq  0x00000001 , 0x00002fcd 
- 00012224  0x00001bda beq  0x00000002 , 0x00002fc7 
- 00012225  0x00001bdb beq  0x00000003 , 0x00002fcf 
- 00012226  0x00001bdc beq  0x00000009 , 0x00002fd3 
- 00012227  0x00001bdd beq  0x0000000b , 0x00002fe3 
- 00012228  0x00001bde beq  0x0000000c , 0x00002fe5 
- 00012229  0x00001bdf beq  0x0000000d , 0x00002fec 
- 00012230  0x00001be0 rtn 
- 00012231  0x00001be4 fetch  0x00000001 , 0x000042fd 
- 00012232  0x00001be5 rtnne  0x00000004 
- 00012233  0x00001be6 jam  0x000000ff , 0x000042fd 
- 00012234  0x00001be7 jam  0x000000ff , 0x000042fc 
- 00012235  0x00001be8 jam  0x0000003f , 0x0000066f 
- 00012236  0x00001be9 branch  0x0000782b 
- 00012237  0x00001bed jam  0x00000002 , 0x000042fc 
- 00012238  0x00001bee branch  0x00002ed5 
- 00012239  0x00001bf1 jam  0x00000004 , 0x000042fc 
- 00012240  0x00001bf2 setarg  0x00017700 
- 00012241  0x00001bf3 arg  0x00000007 , 0x00000007 
- 00012242  0x00001bf4 branch  0x00007ce1 
- 00012243  0x00001bf7 fetch  0x00000001 , 0x000042fd 
- 00012244  0x00001bf8 beq  0x00000004 , 0x00002fd6 
- 00012245  0x00001bf9 rtn 
- 00012246  0x00001bfc fetch  0x00000001 , 0x000042fe 
- 00012247  0x00001bfd bbit1  0x00000007 , 0x00002fe1 
- 00012248  0x00001bff jam  0x0000000b , 0x000042fc 
- 00012249  0x00001c00 call  0x00002f59 
- 00012250  0x00001c02 jam  0x00000029 , 0x0000066f 
- 00012251  0x00001c03 call  0x0000782b 
- 00012252  0x00001c04 fetch  0x00000001 , 0x000043cb 
- 00012253  0x00001c05 rtnne  0x0000000a 
- 00012254  0x00001c06 call  0x00002f90 
- 00012255  0x00001c07 rtn  0x00000028 
- 00012256  0x00001c08 branch  0x00004329 
- 00012257  0x00001c0b jam  0x0000000c , 0x000042fc 
- 00012258  0x00001c0c branch  0x00002fda 
- 00012259  0x00001c0f jam  0x0000000c , 0x000042fc 
- 00012260  0x00001c10 branch  0x00002f63 
- 00012261  0x00001c13 fetch  0x00000001 , 0x000042c3 
- 00012262  0x00001c14 fetcht  0x00000001 , 0x000042ca 
- 00012263  0x00001c15 iand  0x00000002 , 0x0000003f 
- 00012264  0x00001c16 isolate0  0x00000001 , 0x0000003f 
- 00012265  0x00001c17 branch  0x00002fee , 0x00000001 
- 00012266  0x00001c18 jam  0x0000000d , 0x000042fc 
- 00012267  0x00001c19 branch  0x00002f6f 
- 00012268  0x00001c1c call  0x00002f77 
- 00012269  0x00001c1d branch  0x00002fee 
- 00012270  0x00001c21 bpatchx  0x00000067 , 0x0000402c 
- 00012271  0x00001c22 force  0x00000007 , 0x00000007 
- 00012272  0x00001c23 call  0x00007ce0 
- 00012273  0x00001c24 jam  0x000000ff , 0x000042fd 
- 00012274  0x00001c25 jam  0x000000ff , 0x000042fc 
- 00012275  0x00001c26 jam  0x0000003e , 0x0000066f 
- 00012276  0x00001c27 branch  0x0000782b 
- 00012277  0x00001c2c bpatchx  0x00000068 , 0x0000402d 
- 00012278  0x00001c2d fetch  0x00000001 , 0x000042fe 
- 00012279  0x00001c2e rtnbit0  0x00000007 
- 00012280  0x00001c2f fetch  0x00000001 , 0x000042f9 
- 00012281  0x00001c30 rtnne  0x00000002 
- 00012282  0x00001c31 jam  0x00000000 , 0x000042f9 
- 00012283  0x00001c32 fetch  0x00000001 , 0x000042fa 
- 00012284  0x00001c33 beq  0x00000001 , 0x0000303d 
- 00012285  0x00001c34 beq  0x00000002 , 0x00003044 
- 00012286  0x00001c35 beq  0x00000003 , 0x00003035 
- 00012287  0x00001c36 beq  0x00000006 , 0x0000301a 
- 00012288  0x00001c37 beq  0x00000007 , 0x00003011 
- 00012289  0x00001c38 beq  0x00000008 , 0x00003007 
- 00012290  0x00001c39 rtn 
- 00012291  0x00001c3c jam  0x00000000 , 0x000042f9 
- 00012292  0x00001c3d jam  0x00000000 , 0x000042fa 
- 00012293  0x00001c3e jam  0x00000000 , 0x000042fb 
- 00012294  0x00001c3f rtn 
- 00012295  0x00001c42 fetch  0x00000001 , 0x000044cf 
- 00012296  0x00001c43 copy  0x0000003f , 0x00000007 
- 00012297  0x00001c44 increase  0x00000001 , 0x0000003f 
- 00012298  0x00001c45 store  0x00000001 , 0x000044cf 
- 00012299  0x00001c46 fetch  0x00000004 , 0x000042ff 
- 00012300  0x00001c47 qisolate1  0x0000003f 
- 00012301  0x00001c48 setarg  0x00000080 
- 00012302  0x00001c49 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00012303  0x00001c4a store  0x00000001 , 0x000044d0 
- 00012304  0x00001c4b branch  0x00003039 
- 00012305  0x00001c4e fetch  0x00000001 , 0x000042fb 
- 00012306  0x00001c4f jam  0x00000000 , 0x000042fb 
- 00012307  0x00001c50 beq  0x00000001 , 0x00003016 
- 00012308  0x00001c51 jam  0x00000002 , 0x000042f9 
- 00012309  0x00001c52 rtn 
- 00012310  0x00001c55 jam  0x00000031 , 0x0000066f 
- 00012311  0x00001c56 call  0x0000782b 
- 00012312  0x00001c57 jam  0x00000009 , 0x000042fc 
- 00012313  0x00001c58 branch  0x00002fab 
- 00012314  0x00001c5b fetch  0x00000001 , 0x000005f9 
- 00012315  0x00001c5c beq  0x00000003 , 0x0000301e 
- 00012316  0x00001c5d jam  0x00000002 , 0x000042f9 
- 00012317  0x00001c5e rtn 
- 00012318  0x00001c61 call  0x0000717e 
- 00012319  0x00001c62 fetch  0x00000001 , 0x000042fe 
- 00012320  0x00001c63 beq  0x00000083 , 0x00003023 
- 00012321  0x00001c64 beq  0x00000084 , 0x00003023 
- 00012322  0x00001c65 call  0x00002ef0 
- 00012323  0x00001c67 call  0x0000716b 
- 00012324  0x00001c68 arg  0x000006d1 , 0x00000011 
- 00012325  0x00001c69 arg  0x0000065e , 0x00000012 
- 00012326  0x00001c6a arg  0x00000010 , 0x00000039 
- 00012327  0x00001c6b call  0x00007d64 
- 00012328  0x00001c6c branch  0x0000302b , 0x00000005 
- 00012329  0x00001c6e jam  0x0000000b , 0x000001ba 
- 00012330  0x00001c6f branch  0x00002f2b 
- 00012331  0x00001c73 call  0x0000745b 
- 00012332  0x00001c74 nbranch  0x00003029 , 0x00000005 
- 00012333  0x00001c75 jam  0x00000001 , 0x0000429a 
- 00012334  0x00001c76 fetch  0x00000001 , 0x000042fe 
- 00012335  0x00001c77 beq  0x00000081 , 0x00003016 
- 00012336  0x00001c78 beq  0x00000083 , 0x00003016 
- 00012337  0x00001c79 beq  0x00000084 , 0x00003016 
- 00012338  0x00001c7a jam  0x00000002 , 0x000042f9 
- 00012339  0x00001c7b jam  0x00000007 , 0x000042fa 
- 00012340  0x00001c7c rtn 
- 00012341  0x00001c7f fetch  0x00000001 , 0x000042fe 
- 00012342  0x00001c80 beq  0x00000083 , 0x0000303a 
- 00012343  0x00001c81 beq  0x00000084 , 0x0000303a 
- 00012344  0x00001c82 jam  0x00000000 , 0x000044d0 
- 00012345  0x00001c84 branch  0x00002f13 
- 00012346  0x00001c87 jam  0x00000000 , 0x000044cf 
- 00012347  0x00001c88 rtneq  0x00000084 
- 00012348  0x00001c89 branch  0x00002ef3 
- 00012349  0x00001c8d jam  0x00000002 , 0x000042f9 
- 00012350  0x00001c8e fetch  0x00000001 , 0x0000446e 
- 00012351  0x00001c8f beq  0x00000003 , 0x00003041 
- 00012352  0x00001c90 rtn 
- 00012353  0x00001c93 jam  0x00000002 , 0x000042fa 
- 00012354  0x00001c94 jam  0x00000000 , 0x000005f9 
- 00012355  0x00001c95 branch  0x0000753c 
- 00012356  0x00001c98 jam  0x00000002 , 0x000042f9 
- 00012357  0x00001c99 jam  0x00000003 , 0x000042fa 
- 00012358  0x00001c9a branch  0x00002fa5 
- 00012359  0x00001c9f bpatchx  0x00000069 , 0x0000402d 
- 00012360  0x00001ca0 force  0x00000006 , 0x00000012 
- 00012361  0x00001ca1 branch  0x000029fb 
- 00012362  0x00001ca6 fetch  0x00000001 , 0x0000004e 
- 00012363  0x00001ca7 beq  0x00000000 , 0x00003061 
- 00012364  0x00001ca8 beq  0x00000001 , 0x00003069 
- 00012365  0x00001ca9 beq  0x00000002 , 0x00003071 
- 00012366  0x00001caa beq  0x00000003 , 0x00003075 
- 00012367  0x00001cab beq  0x00000004 , 0x00003093 
- 00012368  0x00001cac beq  0x00000005 , 0x00003098 
- 00012369  0x00001cad beq  0x00000006 , 0x0000309c 
- 00012370  0x00001cae beq  0x00000007 , 0x000030a1 
- 00012371  0x00001caf beq  0x00000008 , 0x000030a2 
- 00012372  0x00001cb0 beq  0x00000009 , 0x000030a3 
- 00012373  0x00001cb1 beq  0x0000000a , 0x000030a4 
- 00012374  0x00001cb2 beq  0x0000000b , 0x000030a8 
- 00012375  0x00001cb3 beq  0x0000000c , 0x000030a9 
- 00012376  0x00001cb4 beq  0x0000000d , 0x000030ab 
- 00012377  0x00001cb5 beq  0x00000012 , 0x000030ac 
- 00012378  0x00001cb6 beq  0x00000013 , 0x000030ad 
- 00012379  0x00001cb7 beq  0x00000014 , 0x000030ae 
- 00012380  0x00001cb8 beq  0x00000015 , 0x000030b0 
- 00012381  0x00001cb9 beq  0x00000016 , 0x000030bb 
- 00012382  0x00001cba beq  0x00000018 , 0x000030bc 
- 00012383  0x00001cbb fetchr  0x00000013 , 0x00000001 , 0x0000004e 
- 00012384  0x00001cbc branch  0x000030df 
- 00012385  0x00001cc1 ifetch  0x00000009 , 0x00000006 
- 00012386  0x00001cc2 store  0x00000009 , 0x0000019f 
- 00012387  0x00001cc3 ifetch  0x00000002 , 0x00000006 
- 00012388  0x00001cc4 store  0x00000002 , 0x00000188 
- 00012389  0x00001cc5 fetch  0x00000001 , 0x00000168 
- 00012390  0x00001cc6 set1  0x00000005 , 0x0000003f 
- 00012391  0x00001cc7 store  0x00000001 , 0x00000168 
- 00012392  0x00001cc8 rtn 
- 00012393  0x00001ccd ifetch  0x00000005 , 0x00000006 
- 00012394  0x00001cce store  0x00000005 , 0x0000019f 
- 00012395  0x00001ccf ifetch  0x00000002 , 0x00000006 
- 00012396  0x00001cd0 store  0x00000002 , 0x00000188 
- 00012397  0x00001cd2 fetch  0x00000001 , 0x00000168 
- 00012398  0x00001cd3 set1  0x00000006 , 0x0000003f 
- 00012399  0x00001cd4 store  0x00000001 , 0x00000168 
- 00012400  0x00001cd5 rtn 
- 00012401  0x00001cda setarg  0x00000014 
- 00012402  0x00001cdb store  0x00000002 , 0x00000196 
- 00012403  0x00001cdc store  0x00000002 , 0x000042f5 
- 00012404  0x00001cdd rtn 
- 00012405  0x00001ce2 ifetch  0x00000008 , 0x00000006 
- 00012406  0x00001ce3 store  0x00000008 , 0x00004305 
- 00012407  0x00001ce4 ifetch  0x00000002 , 0x00000006 
- 00012408  0x00001ce5 store  0x00000002 , 0x00004303 
- 00012409  0x00001ce6 ifetch  0x00000008 , 0x00000006 
- 00012410  0x00001ce7 store  0x00000008 , 0x000042e5 
- 00012411  0x00001ce8 ifetch  0x00000004 , 0x00000006 
- 00012412  0x00001ce9 store  0x00000004 , 0x0000445e 
- 00012413  0x00001cea call  0x000030cc 
- 00012414  0x00001ceb bpatchx  0x0000006a , 0x0000402d 
- 00012415  0x00001cec fetch  0x00000001 , 0x000042fc 
- 00012416  0x00001ced beq  0x00000009 , 0x00003087 
- 00012417  0x00001cee fetch  0x00000001 , 0x00004321 
- 00012418  0x00001cef bbit1  0x00000001 , 0x0000308a 
- 00012419  0x00001cf0 fetch  0x00000001 , 0x000043fa 
- 00012420  0x00001cf1 ncall  0x00006e96 , 0x00000034 
- 00012421  0x00001cf2 fetch  0x00000001 , 0x0000429a 
- 00012422  0x00001cf3 beq  0x00000000 , 0x0000308f 
- 00012423  0x00001cf5 jam  0x00000001 , 0x000042fd 
- 00012424  0x00001cf6 call  0x000030da 
- 00012425  0x00001cf7 branch  0x0000725c 
- 00012426  0x00001cf9 jam  0x00000001 , 0x0000429a 
- 00012427  0x00001cfa arg  0x00004322 , 0x00000006 
- 00012428  0x00001cfb arg  0x0000428a , 0x00000005 
- 00012429  0x00001cfc call  0x00007c8f 
- 00012430  0x00001cfd branch  0x00003087 
- 00012431  0x00001d00 jam  0x00000000 , 0x000042fd 
- 00012432  0x00001d01 jam  0x00000000 , 0x000042fc 
- 00012433  0x00001d02 jam  0x00000041 , 0x0000066f 
- 00012434  0x00001d03 branch  0x0000782b 
- 00012435  0x00001d07 ifetch  0x00000008 , 0x00000006 
- 00012436  0x00001d08 store  0x00000008 , 0x000042ed 
- 00012437  0x00001d09 ifetch  0x00000004 , 0x00000006 
- 00012438  0x00001d0a store  0x00000004 , 0x00004462 
- 00012439  0x00001d0b branch  0x0000725c 
- 00012440  0x00001d10 fetch  0x00000001 , 0x00000168 
- 00012441  0x00001d11 set1  0x00000004 , 0x0000003f 
- 00012442  0x00001d12 store  0x00000001 , 0x00000168 
- 00012443  0x00001d13 rtn 
- 00012444  0x00001d17 rtn  0x00000029 
- 00012445  0x00001d18 jam  0x00000032 , 0x0000066f 
- 00012446  0x00001d19 call  0x0000782b 
- 00012447  0x00001d1a jam  0x00000004 , 0x000042fd 
- 00012448  0x00001d1b branch  0x000030dd 
- 00012449  0x00001d20 rtn 
- 00012450  0x00001d25 branch  0x000030e4 
- 00012451  0x00001d2a rtn 
- 00012452  0x00001d2f jam  0x00000002 , 0x000042fd 
- 00012453  0x00001d30 call  0x000030eb 
- 00012454  0x00001d31 jam  0x00000033 , 0x0000066f 
- 00012455  0x00001d32 branch  0x0000782b 
- 00012456  0x00001d37 rtn 
- 00012457  0x00001d3c rtn  0x00000029 
- 00012458  0x00001d3d branch  0x000030ed 
- 00012459  0x00001d42 rtn 
- 00012460  0x00001d47 branch  0x000030f9 
- 00012461  0x00001d4c rtn 
- 00012462  0x00001d50 call  0x000030b0 
- 00012463  0x00001d51 branch  0x000030fd 
- 00012464  0x00001d54 ifetch  0x00000008 , 0x00000006 
- 00012465  0x00001d55 store  0x00000008 , 0x000043b8 
- 00012466  0x00001d56 fetch  0x00000002 , 0x000043b8 
- 00012467  0x00001d57 fetcht  0x00000002 , 0x000043c4 
- 00012468  0x00001d58 call  0x00007db0 
- 00012469  0x00001d59 store  0x00000002 , 0x000043b8 
- 00012470  0x00001d5b fetch  0x00000002 , 0x000043bc 
- 00012471  0x00001d5c fetcht  0x00000002 , 0x000043c0 
- 00012472  0x00001d5d call  0x00007db0 
- 00012473  0x00001d5e store  0x00000002 , 0x000043bc 
- 00012474  0x00001d5f rtn 
- 00012475  0x00001d64 branch  0x00003103 
- 00012476  0x00001d69 ifetch  0x00000002 , 0x00000006 
- 00012477  0x00001d6a store  0x00000002 , 0x0000019f 
- 00012478  0x00001d6b ifetch  0x00000002 , 0x00000006 
- 00012479  0x00001d6c store  0x00000002 , 0x00000188 
- 00012480  0x00001d6d rtn  0x00000034 
- 00012481  0x00001d6e fetch  0x00000001 , 0x00000168 
- 00012482  0x00001d6f set1  0x00000007 , 0x0000003f 
- 00012483  0x00001d70 store  0x00000001 , 0x00000168 
- 00012484  0x00001d71 rtn 
- 00012485  0x00001d77 arg  0x00000013 , 0x00000013 
- 00012486  0x00001d7b arg  0x00000002 , 0x00000011 
- 00012487  0x00001d7c arg  0x00000002 , 0x00000012 
- 00012488  0x00001d7d call  0x000029f5 
- 00012489  0x00001d7e copy  0x00000013 , 0x0000003f 
- 00012490  0x00001d7f istore  0x00000001 , 0x00000005 
- 00012491  0x00001d80 rtn 
- 00012492  0x00001d85 arg  0x000042ed , 0x00000005 
- 00012493  0x00001d86 force  0x00000008 , 0x00000039 
- 00012494  0x00001d87 call  0x00007de8 
- 00012495  0x00001d88 arg  0x00004462 , 0x00000005 
- 00012496  0x00001d89 force  0x00000004 , 0x00000039 
- 00012497  0x00001d8a call  0x00007de8 
- 00012498  0x00001d8b arg  0x0000000d , 0x00000011 
- 00012499  0x00001d8c arg  0x00000004 , 0x00000012 
- 00012500  0x00001d8d call  0x000029f5 
- 00012501  0x00001d8e fetch  0x00000008 , 0x000042ed 
- 00012502  0x00001d8f istore  0x00000008 , 0x00000005 
- 00012503  0x00001d90 fetch  0x00000004 , 0x00004462 
- 00012504  0x00001d91 istore  0x00000004 , 0x00000005 
- 00012505  0x00001d92 rtn 
- 00012506  0x00001d97 jam  0x00000005 , 0x000042fd 
- 00012507  0x00001d98 arg  0x00000005 , 0x00000012 
- 00012508  0x00001d99 branch  0x0000310d 
- 00012509  0x00001d9e arg  0x00000006 , 0x00000012 
- 00012510  0x00001d9f branch  0x0000310d 
- 00012511  0x00001da5 arg  0x00000002 , 0x00000011 
- 00012512  0x00001da6 arg  0x00000007 , 0x00000012 
- 00012513  0x00001da7 call  0x000029f5 
- 00012514  0x00001da8 istorer  0x00000013 , 0x00000001 , 0x00000005 
- 00012515  0x00001da9 rtn 
- 00012516  0x00001dae arg  0x00000009 , 0x00000011 
- 00012517  0x00001daf arg  0x00000009 , 0x00000012 
- 00012518  0x00001db0 call  0x000029f5 
- 00012519  0x00001db1 fetch  0x00000008 , 0x000043ae 
- 00012520  0x00001db2 or  0x0000003f , 0x00000001 , 0x0000003f 
- 00012521  0x00001db3 istore  0x00000008 , 0x00000005 
- 00012522  0x00001db4 rtn 
- 00012523  0x00001db9 arg  0x0000000b , 0x00000012 
- 00012524  0x00001dba branch  0x0000310d 
- 00012525  0x00001dbf arg  0x00000006 , 0x00000011 
- 00012526  0x00001dc0 arg  0x0000000c , 0x00000012 
- 00012527  0x00001dc1 call  0x000029f5 
- 00012528  0x00001dc2 fetch  0x00000005 , 0x0000415e 
- 00012529  0x00001dc3 istore  0x00000005 , 0x00000005 
- 00012530  0x00001dc4 rtn 
- 00012531  0x00001dc8 arg  0x00000002 , 0x00000011 
- 00012532  0x00001dc9 arg  0x0000000d , 0x00000012 
- 00012533  0x00001dca call  0x000029f5 
- 00012534  0x00001dcb setarg  0x00000006 
- 00012535  0x00001dcc istore  0x00000001 , 0x00000005 
- 00012536  0x00001dcd rtn 
- 00012537  0x00001dd2 arg  0x00000013 , 0x00000012 
- 00012538  0x00001dd3 branch  0x0000310d 
- 00012539  0x00001dd6 arg  0x00000014 , 0x00000012 
- 00012540  0x00001dd7 branch  0x000030fe 
- 00012541  0x00001dda arg  0x00000015 , 0x00000012 
- 00012542  0x00001ddc arg  0x00000009 , 0x00000011 
- 00012543  0x00001ddd call  0x000029f5 
- 00012544  0x00001dde fetch  0x00000008 , 0x000043c0 
- 00012545  0x00001ddf istore  0x00000008 , 0x00000005 
- 00012546  0x00001de0 rtn 
- 00012547  0x00001de5 arg  0x00000003 , 0x00000011 
- 00012548  0x00001de6 arg  0x00000017 , 0x00000012 
- 00012549  0x00001de7 call  0x000029f5 
- 00012550  0x00001de8 fetch  0x00000001 , 0x000043b6 
- 00012551  0x00001de9 and  0x0000003f , 0x00000007 , 0x0000003f 
- 00012552  0x00001dea istore  0x00000001 , 0x00000005 
- 00012553  0x00001deb fetch  0x00000001 , 0x000043b7 
- 00012554  0x00001dec and  0x0000003f , 0x00000007 , 0x0000003f 
- 00012555  0x00001ded istore  0x00000001 , 0x00000005 
- 00012556  0x00001dee rtn 
- 00012557  0x00001df3 arg  0x00000001 , 0x00000011 
- 00012558  0x00001df4 branch  0x000029f5 
- 00012559  0x00001dfa bpatchx  0x0000006b , 0x0000402d 
- 00012560  0x00001dfb bmark1  0x00000027 , 0x000033a3 
- 00012561  0x00001dfc branch  0x00003603 
- 00012562  0x00001e02 bpatchx  0x0000006c , 0x0000402d 
- 00012563  0x00001e03 disable  0x00000009 
- 00012564  0x00001e04 disable  0x00000007 
- 00012565  0x00001e05 setarg  0x00555555 
- 00012566  0x00001e06 iforce  0x0000000f 
- 00012567  0x00001e07 fetch  0x00000001 , 0x0000458d 
- 00012568  0x00001e08 branch  0x000025c8 
- 00012569  0x00001e0b bpatchx  0x0000006d , 0x0000402d 
- 00012570  0x00001e0c fetch  0x00000001 , 0x000045b7 
- 00012571  0x00001e0d call  0x000025a4 
- 00012572  0x00001e0e fetch  0x00000004 , 0x0000458f 
- 00012573  0x00001e0f iforce  0x00000009 
- 00012574  0x00001e10 call  0x00002160 
- 00012575  0x00001e11 fetcht  0x00000001 , 0x0000458d 
- 00012576  0x00001e12 call  0x000025cd 
- 00012577  0x00001e14 call  0x00003112 
- 00012578  0x00001e15 bmark0  0x0000002f , 0x00003126 
- 00012579  0x00001e16 pulse  0x00000039 
- 00012580  0x00001e17 nop  0x0000001e 
- 00012581  0x00001e18 call  0x00003112 
- 00012582  0x00001e1a disable  0x0000002f 
- 00012583  0x00001e1b enable  0x0000000d 
- 00012584  0x00001e1c enable  0x00000021 
- 00012585  0x00001e1d disable  0x00000020 
- 00012586  0x00001e1e enable  0x00000010 
- 00012587  0x00001e1f fetch  0x00000002 , 0x0000458b 
- 00012588  0x00001e20 iforce  0x0000001b 
- 00012589  0x00001e21 correlate  0x0000003e , 0x00000003 
- 00012590  0x00001e22 nbranch  0x00003180 , 0x00000018 
- 00012591  0x00001e23 call  0x00006877 
- 00012592  0x00001e24 bmark1  0x0000002f , 0x00003135 
- 00012593  0x00001e25 fetch  0x00000001 , 0x000045ca 
- 00012594  0x00001e26 nbranch  0x00003135 , 0x00000034 
- 00012595  0x00001e27 disable  0x0000000d 
- 00012596  0x00001e28 enable  0x0000000b 
- 00012597  0x00001e2a enable  0x00000007 
- 00012598  0x00001e2b enable  0x00000009 
- 00012599  0x00001e2c call  0x0000317d 
- 00012600  0x00001e2d store  0x00000001 , 0x000045ad 
- 00012601  0x00001e2e fetcht  0x00000001 , 0x000045ac 
- 00012602  0x00001e2f isub  0x00000002 , 0x0000003e 
- 00012603  0x00001e30 nbranch  0x00003188 , 0x00000005 
- 00012604  0x00001e31 bpatchx  0x0000006e , 0x0000402d 
- 00012605  0x00001e32 disable  0x00000031 
- 00012606  0x00001e33 isolate1  0x0000002f , 0x00000000 
- 00012607  0x00001e34 call  0x0000316f , 0x00000001 
- 00012608  0x00001e35 branch  0x0000318a , 0x00000031 
- 00012609  0x00001e36 call  0x0000317d 
- 00012610  0x00001e37 store  0x00000001 , 0x000044f7 
- 00012611  0x00001e38 bmark1  0x00000027 , 0x00003148 
- 00012612  0x00001e39 fetch  0x00000001 , 0x000044f7 
- 00012613  0x00001e3a fetcht  0x00000001 , 0x00004589 
- 00012614  0x00001e3b icompare  0x00000007 , 0x00000002 
- 00012615  0x00001e3c nbranch  0x0000318c , 0x00000001 
- 00012616  0x00001e3e call  0x0000317d 
- 00012617  0x00001e3f isolate1  0x0000002f , 0x00000000 
- 00012618  0x00001e40 call  0x00003178 , 0x00000001 
- 00012619  0x00001e41 istore  0x00000001 , 0x00000005 
- 00012620  0x00001e42 rshift3  0x0000003f , 0x0000003f 
- 00012621  0x00001e43 sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00012622  0x00001e44 nbranch  0x0000318e , 0x00000002 
- 00012623  0x00001e45 copy  0x0000003f , 0x00000039 
- 00012624  0x00001e46 branch  0x00003154 , 0x00000005 
- 00012625  0x00001e48 call  0x0000317d 
- 00012626  0x00001e49 istore  0x00000001 , 0x00000005 
- 00012627  0x00001e4a loop  0x00003151 
- 00012628  0x00001e4c bmark1  0x00000027 , 0x00003159 
- 00012629  0x00001e4d copy  0x00000005 , 0x00000011 
- 00012630  0x00001e4e call  0x0000317d 
- 00012631  0x00001e4f store  0x00000001 , 0x000045d3 
- 00012632  0x00001e50 copy  0x00000011 , 0x00000005 
- 00012633  0x00001e52 parse  0x00000003 , 0x00000000 , 0x00000018 
- 00012634  0x00001e53 rshift32  0x0000003f , 0x0000003f 
- 00012635  0x00001e54 rshift16  0x0000003f , 0x0000003f 
- 00012636  0x00001e55 istore  0x00000003 , 0x00000005 
- 00012637  0x00001e56 fetch  0x00000001 , 0x000045ca 
- 00012638  0x00001e57 nbranch  0x0000316d , 0x00000034 
- 00012639  0x00001e58 disable  0x0000000b 
- 00012640  0x00001e5a isolate1  0x00000027 , 0x00000000 
- 00012641  0x00001e5b call  0x000035c8 , 0x00000001 
- 00012642  0x00001e5c branch  0x00003190 , 0x00000006 
- 00012643  0x00001e5d call  0x00006876 
- 00012644  0x00001e5e bpatchx  0x0000006f , 0x0000402d 
- 00012645  0x00001e5f enable  0x0000002f 
- 00012646  0x00001e60 call  0x000026bb 
- 00012647  0x00001e61 rtnmark1  0x00000027 
- 00012648  0x00001e62 fetch  0x00000001 , 0x000045d3 
- 00012649  0x00001e63 fetcht  0x00000001 , 0x0000462a 
- 00012650  0x00001e64 isub  0x00000002 , 0x0000003e 
- 00012651  0x00001e65 call  0x00007db2 , 0x00000002 
- 00012652  0x00001e66 branch  0x000035cb 
- 00012653  0x00001e69 disable  0x0000000d 
- 00012654  0x00001e6a branch  0x00003160 
- 00012655  0x00001e6e call  0x0000317d 
- 00012656  0x00001e6f sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00012657  0x00001e70 branch  0x00007dc2 , 0x00000002 
- 00012658  0x00001e71 increase  0xfffffffe , 0x0000003f 
- 00012659  0x00001e72 bmark1  0x00000027 , 0x00003176 
- 00012660  0x00001e73 branch  0x00007dc2 , 0x00000034 
- 00012661  0x00001e74 increase  0xffffffff , 0x0000003f 
- 00012662  0x00001e76 store  0x00000001 , 0x00000678 
- 00012663  0x00001e77 rtn 
- 00012664  0x00001e7a and_into  0x00000007 , 0x0000003f 
- 00012665  0x00001e7b fetcht  0x00000001 , 0x00000678 
- 00012666  0x00001e7c lshift3  0x00000002 , 0x00000002 
- 00012667  0x00001e7d ior  0x00000002 , 0x0000003f 
- 00012668  0x00001e7e rtn 
- 00012669  0x00001e81 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00012670  0x00001e82 rshift3  0x0000000c , 0x0000003f 
- 00012671  0x00001e83 rtn 
- 00012672  0x00001e86 jam  0x00000001 , 0x000045cb 
- 00012673  0x00001e87 isolate1  0x00000027 , 0x00000000 
- 00012674  0x00001e88 call  0x000035e3 , 0x00000001 
- 00012675  0x00001e8a bpatchx  0x00000070 , 0x0000402e 
- 00012676  0x00001e8b call  0x000025bc 
- 00012677  0x00001e8c disable  0x0000001b 
- 00012678  0x00001e8d disable  0x0000000b 
- 00012679  0x00001e8e branch  0x000020cf 
- 00012680  0x00001e91 jam  0x00000002 , 0x000045cb 
- 00012681  0x00001e92 branch  0x00003183 
- 00012682  0x00001e95 jam  0x00000003 , 0x000045cb 
- 00012683  0x00001e96 branch  0x00003183 
- 00012684  0x00001e99 jam  0x00000004 , 0x000045cb 
- 00012685  0x00001e9a branch  0x00003183 
- 00012686  0x00001e9d jam  0x00000005 , 0x000045cb 
- 00012687  0x00001e9e branch  0x00003183 
- 00012688  0x00001ea1 jam  0x00000006 , 0x000045cb 
- 00012689  0x00001ea2 branch  0x00003183 
- 00012690  0x00001ea5 call  0x00002160 
- 00012691  0x00001ea6 fetcht  0x00000001 , 0x0000458d 
- 00012692  0x00001ea7 branch  0x000021f9 
- 00012693  0x00001eaa bpatchx  0x00000071 , 0x0000402e 
- 00012694  0x00001eab fetch  0x00000001 , 0x000045b8 
- 00012695  0x00001eac call  0x000025a4 
- 00012696  0x00001ead fetch  0x00000004 , 0x0000458f 
- 00012697  0x00001eae iforce  0x00000009 
- 00012698  0x00001eaf call  0x00003112 
- 00012699  0x00001eb0 call  0x00003192 
- 00012700  0x00001eb1 set1  0x00000000 , 0x00000015 
- 00012701  0x00001eb2 enable  0x0000001d 
- 00012702  0x00001eb3 enable  0x00000020 
- 00012703  0x00001eb4 disable  0x00000021 
- 00012704  0x00001eb5 call  0x0000687d 
- 00012705  0x00001eb6 disable  0x0000003a 
- 00012706  0x00001eb7 bmark1  0x0000002f , 0x000031c7 
- 00012707  0x00001eb8 bmark1  0x0000002d , 0x000031d9 
- 00012708  0x00001eb9 rshift16  0x00000009 , 0x0000003f 
- 00012709  0x00001eba rshift8  0x0000003f , 0x0000003f 
- 00012710  0x00001ebb rshift4  0x0000003f , 0x0000003f 
- 00012711  0x00001ebc inject  0x00000003 , 0x00000028 
- 00012712  0x00001ebe bpatchx  0x00000072 , 0x0000402e 
- 00012713  0x00001ebf bmark1  0x0000002f , 0x000031ae 
- 00012714  0x00001ec0 fetch  0x00000001 , 0x000045ca 
- 00012715  0x00001ec1 nbranch  0x000031ae , 0x00000034 
- 00012716  0x00001ec2 disable  0x0000001d 
- 00012717  0x00001ec3 enable  0x0000001b 
- 00012718  0x00001ec5 enable  0x00000007 
- 00012719  0x00001ec6 enable  0x00000009 
- 00012720  0x00001ec7 fetch  0x00000001 , 0x0000458a 
- 00012721  0x00001ec8 iforce  0x00000039 
- 00012722  0x00001ec9 arg  0x00004539 , 0x00000006 
- 00012723  0x00001ecb ifetch  0x00000001 , 0x00000006 
- 00012724  0x00001ecc inject  0x00000003 , 0x00000008 
- 00012725  0x00001ecd loop  0x000031b3 
- 00012726  0x00001ece enable  0x00000008 
- 00012727  0x00001ecf inject  0x00000003 , 0x00000018 
- 00012728  0x00001ed0 disable  0x00000008 
- 00012729  0x00001ed1 bmark0  0x0000002f , 0x000031bd 
- 00012730  0x00001ed2 disable  0x00000007 
- 00012731  0x00001ed3 setarg  0x00000000 
- 00012732  0x00001ed4 inject  0x00000003 , 0x00000003 
- 00012733  0x00001ed6 until  0x0000003e , 0x00000027 
- 00012734  0x00001ed7 nop  0x00000064 
- 00012735  0x00001ed8 disable  0x0000003a 
- 00012736  0x00001ed9 disable  0x0000001d 
- 00012737  0x00001eda fetch  0x00000001 , 0x000045ca 
- 00012738  0x00001edb nbranch  0x000031c4 , 0x00000034 
- 00012739  0x00001edc disable  0x0000001b 
- 00012740  0x00001ede disable  0x00000038 
- 00012741  0x00001edf call  0x00002160 
- 00012742  0x00001ee0 branch  0x0000687b 
- 00012743  0x00001ee3 arg  0x0000000a , 0x00000039 
- 00012744  0x00001ee5 setarg  0x0000003c 
- 00012745  0x00001ee6 inject  0x00000003 , 0x00000008 
- 00012746  0x00001ee7 loop  0x000031c8 
- 00012747  0x00001ee8 disable  0x0000001d 
- 00012748  0x00001ee9 enable  0x00000038 
- 00012749  0x00001eea rshift16  0x00000009 , 0x0000003f 
- 00012750  0x00001eeb rshift16  0x0000003f , 0x0000003f 
- 00012751  0x00001eec rshift4  0x0000003f , 0x0000003f 
- 00012752  0x00001eed inject  0x00000003 , 0x00000020 
- 00012753  0x00001eee bmark1  0x0000002e , 0x000031d6 
- 00012754  0x00001ef0 setarg  0x00000001 
- 00012755  0x00001ef1 inject  0x00000003 , 0x00000005 
- 00012756  0x00001ef2 enable  0x0000003a 
- 00012757  0x00001ef3 branch  0x000031a8 
- 00012758  0x00001ef6 setarg  0x00000000 
- 00012759  0x00001ef7 inject  0x00000003 , 0x00000005 
- 00012760  0x00001ef8 branch  0x000031a8 
- 00012761  0x00001efb fetch  0x00000001 , 0x00004148 
- 00012762  0x00001efc rshift  0x0000003f , 0x00000039 
- 00012763  0x00001efe nop  0x00000002 
- 00012764  0x00001eff loop  0x000031db 
- 00012765  0x00001f01 rshift16  0x00000009 , 0x0000003f 
- 00012766  0x00001f02 rshift8  0x0000003f , 0x0000003f 
- 00012767  0x00001f03 rshift4  0x0000003f , 0x00000002 
- 00012768  0x00001f04 copy  0x00000002 , 0x0000003f 
- 00012769  0x00001f05 inject  0x00000003 , 0x00000008 
- 00012770  0x00001f06 copy  0x00000002 , 0x0000003f 
- 00012771  0x00001f07 inject  0x00000003 , 0x00000028 
- 00012772  0x00001f08 branch  0x000031a8 
- 00012773  0x00001f11 bpatchx  0x00000073 , 0x0000402e 
- 00012774  0x00001f12 fetch  0x00000001 , 0x000045b8 
- 00012775  0x00001f13 bbit1  0x00000002 , 0x00003206 
- 00012776  0x00001f15 fetch  0x00000001 , 0x00004588 
- 00012777  0x00001f16 increase  0x00000003 , 0x0000003f 
- 00012778  0x00001f17 store  0x00000001 , 0x0000458a 
- 00012779  0x00001f19 fetch  0x00000001 , 0x000045ac 
- 00012780  0x00001f1a store  0x00000001 , 0x00004539 
- 00012781  0x00001f1c fetch  0x00000001 , 0x00004589 
- 00012782  0x00001f1d istore  0x00000001 , 0x00000005 
- 00012783  0x00001f1f fetch  0x00000001 , 0x00004588 
- 00012784  0x00001f21 lshift3  0x0000003f , 0x0000003f 
- 00012785  0x00001f22 fetcht  0x00000001 , 0x0000457e 
- 00012786  0x00001f23 and  0x00000002 , 0x00000003 , 0x00000002 
- 00012787  0x00001f24 lshift  0x00000002 , 0x00000002 
- 00012788  0x00001f25 ior  0x00000002 , 0x0000003f 
- 00012789  0x00001f26 fetcht  0x00000001 , 0x0000457f 
- 00012790  0x00001f27 iadd  0x00000002 , 0x0000003f 
- 00012791  0x00001f28 istore  0x00000001 , 0x00000005 
- 00012792  0x00001f2a fetch  0x00000001 , 0x00004588 
- 00012793  0x00001f2b iforce  0x00000039 
- 00012794  0x00001f2c arg  0x00004519 , 0x00000006 
- 00012795  0x00001f2d call  0x00007cda 
- 00012796  0x00001f2e bpatchx  0x00000074 , 0x0000402e 
- 00012797  0x00001f30 rtnmark0  0x00000027 
- 00012798  0x00001f31 fetch  0x00000001 , 0x00000035 
- 00012799  0x00001f32 istore  0x00000001 , 0x00000005 
- 00012800  0x00001f33 fetch  0x00000001 , 0x000045b8 
- 00012801  0x00001f34 rtnbit1  0x00000002 
- 00012802  0x00001f35 fetch  0x00000001 , 0x0000458a 
- 00012803  0x00001f36 increase  0x00000001 , 0x0000003f 
- 00012804  0x00001f37 store  0x00000001 , 0x0000458a 
- 00012805  0x00001f38 rtn 
- 00012806  0x00001f3c fetch  0x00000001 , 0x00004588 
- 00012807  0x00001f3d increase  0x00000004 , 0x0000003f 
- 00012808  0x00001f3e bmark0  0x00000027 , 0x0000320a 
- 00012809  0x00001f3f increase  0x00000001 , 0x0000003f 
- 00012810  0x00001f41 store  0x00000001 , 0x0000458a 
- 00012811  0x00001f43 fetch  0x00000001 , 0x000045ac 
- 00012812  0x00001f44 store  0x00000001 , 0x00004539 
- 00012813  0x00001f46 fetch  0x00000001 , 0x0000458a 
- 00012814  0x00001f47 increase  0xfffffffe , 0x0000003f 
- 00012815  0x00001f48 istore  0x00000001 , 0x00000005 
- 00012816  0x00001f4a fetch  0x00000001 , 0x00004589 
- 00012817  0x00001f4b istore  0x00000001 , 0x00000005 
- 00012818  0x00001f4c setarg  0x00000000 
- 00012819  0x00001f4d branch  0x000031f0 
- 00012820  0x00001f50 bpatchx  0x00000075 , 0x0000402e 
- 00012821  0x00001f52 fetch  0x00000001 , 0x000044f8 
- 00012822  0x00001f53 rshift3  0x0000003f , 0x0000003f 
- 00012823  0x00001f54 store  0x00000001 , 0x0000457d 
- 00012824  0x00001f56 increase  0x00000001 , 0x0000003f 
- 00012825  0x00001f57 arg  0x000044f8 , 0x00000006 
- 00012826  0x00001f58 iadd  0x00000006 , 0x00000006 
- 00012827  0x00001f59 ifetch  0x00000003 , 0x00000006 
- 00012828  0x00001f5a store  0x00000003 , 0x00004580 
- 00012829  0x00001f5c fetch  0x00000001 , 0x000044f8 
- 00012830  0x00001f5d rshift  0x0000003f , 0x0000003f 
- 00012831  0x00001f5e and  0x0000003f , 0x00000003 , 0x0000003f 
- 00012832  0x00001f5f store  0x00000001 , 0x00004586 
- 00012833  0x00001f60 rtn 
- 00012834  0x00001f64 bpatchx  0x00000076 , 0x0000402e 
- 00012835  0x00001f65 fetcht  0x00000001 , 0x0000458e 
- 00012836  0x00001f66 call  0x00003227 
- 00012837  0x00001f67 storet  0x00000001 , 0x0000458e 
- 00012838  0x00001f68 rtn 
- 00012839  0x00001f6b bpatchx  0x00000077 , 0x0000402e 
- 00012840  0x00001f6c call  0x0000322c 
- 00012841  0x00001f6d increase  0x00000001 , 0x00000002 
- 00012842  0x00001f6e and_into  0x00000003 , 0x00000002 
- 00012843  0x00001f6f rtn 
- 00012844  0x00001f72 bpatchx  0x00000078 , 0x0000402f 
- 00012845  0x00001f73 fetch  0x00000001 , 0x0000458f 
- 00012846  0x00001f74 and_into  0x00000003 , 0x0000003f 
- 00012847  0x00001f75 mul32  0x0000003f , 0x00000004 , 0x00000011 
- 00012848  0x00001f76 setarg  0x00004593 
- 00012849  0x00001f77 iadd  0x00000011 , 0x0000003f 
- 00012850  0x00001f78 iadd  0x00000002 , 0x00000006 
- 00012851  0x00001f79 ifetch  0x00000001 , 0x00000006 
- 00012852  0x00001f7a store  0x00000001 , 0x0000458d 
- 00012853  0x00001f7b rtn 
- 00012854  0x00001f7f store  0x00000004 , 0x0000458f 
- 00012855  0x00001f81 bpatchx  0x00000079 , 0x0000402f 
- 00012856  0x00001f83 arg  0x00000000 , 0x00000011 
- 00012857  0x00001f84 arg  0x00000004 , 0x00000039 
- 00012858  0x00001f85 arg  0x0000458f , 0x00000006 
- 00012859  0x00001f87 ifetch  0x00000001 , 0x00000006 
- 00012860  0x00001f88 iadd  0x00000011 , 0x00000011 
- 00012861  0x00001f89 loop  0x0000323b 
- 00012862  0x00001f8a copy  0x00000011 , 0x0000003f 
- 00012863  0x00001f8b store  0x00000002 , 0x000045aa 
- 00012864  0x00001f8c fetch  0x00000001 , 0x000045aa 
- 00012865  0x00001f8d fetcht  0x00000001 , 0x000045ab 
- 00012866  0x00001f8e iadd  0x00000002 , 0x0000003f 
- 00012867  0x00001f8f store  0x00000001 , 0x000045ac 
- 00012868  0x00001f90 rtn 
- 00012869  0x00001f94 bpatchx  0x0000007a , 0x0000402f 
- 00012870  0x00001f95 call  0x00007dbc 
- 00012871  0x00001f96 fetcht  0x00000004 , 0x000045a3 
- 00012872  0x00001f97 copy  0x00000022 , 0x0000003f 
- 00012873  0x00001f98 isub  0x00000002 , 0x0000003e 
- 00012874  0x00001f99 ncall  0x00003255 , 0x00000002 
- 00012875  0x00001f9a copy  0x0000003f , 0x00000012 
- 00012876  0x00001f9b fetch  0x00000004 , 0x000045a3 
- 00012877  0x00001f9c fetcht  0x00000001 , 0x000045a7 
- 00012878  0x00001f9d iadd  0x00000002 , 0x00000002 
- 00012879  0x00001f9e copy  0x00000012 , 0x0000003f 
- 00012880  0x00001f9f isub  0x00000002 , 0x0000003e 
- 00012881  0x00001fa0 nrtn  0x00000002 
- 00012882  0x00001fa1 set0  0x0000001c , 0x0000003f 
- 00012883  0x00001fa2 store  0x00000004 , 0x000045a3 
- 00012884  0x00001fa3 branch  0x00007dba 
- 00012885  0x00001fa6 rtn  0x00000005 
- 00012886  0x00001fa7 set1  0x0000001c , 0x0000003f 
- 00012887  0x00001fa8 rtn 
- 00012888  0x00001fab setarg  0x00000000 
- 00012889  0x00001fac store  0x00000004 , 0x000045a3 
- 00012890  0x00001fad rtn 
- 00012891  0x00001fb6 bpatchx  0x0000007b , 0x0000402f 
- 00012892  0x00001fb7 setsect  0x00000000 , 0x00001300 
- 00012893  0x00001fb8 setsect  0x00000001 , 0x0001908b 
- 00012894  0x00001fb9 setsect  0x00000002 , 0x00036150 
- 00012895  0x00001fba setsect  0x00000003 , 0x00003d20 
- 00012896  0x00001fbb store  0x00000009 , 0x00004593 
- 00012897  0x00001fbc setsect  0x00000000 , 0x00003a1a 
- 00012898  0x00001fbd setsect  0x00000001 , 0x0000c453 
- 00012899  0x00001fbe setsect  0x00000002 , 0x0000d312 
- 00012900  0x00001fbf setsect  0x00000003 , 0x00000001 
- 00012901  0x00001fc0 istore  0x00000007 , 0x00000005 
- 00012902  0x00001fc1 fetch  0x00000001 , 0x000045b9 
- 00012903  0x00001fc2 rtn  0x00000034 
- 00012904  0x00001fc3 arg  0x000045ba , 0x00000006 
- 00012905  0x00001fc4 arg  0x00004593 , 0x00000005 
- 00012906  0x00001fc5 branch  0x00007c8f 
- 00012907  0x00001fce bpatchx  0x0000007c , 0x0000402f 
- 00012908  0x00001fcf setarg  0x004e001e 
- 00012909  0x00001fd0 store  0x00000003 , 0x000045bb 
- 00012910  0x00001fd1 setarg  0x00032303 
- 00012911  0x00001fd2 istore  0x00000003 , 0x00000005 
- 00012912  0x00001fd3 setarg  0x00250642 
- 00012913  0x00001fd4 istore  0x00000003 , 0x00000005 
- 00012914  0x00001fd5 setarg  0x00094c06 
- 00012915  0x00001fd6 istore  0x00000003 , 0x00000005 
- 00012916  0x00001fd7 setarg  0x003c0927 
- 00012917  0x00001fd8 istore  0x00000003 , 0x00000005 
- 00012918  0x00001fd9 jam  0x00000001 , 0x000045b9 
- 00012919  0x00001fda rtn 
- 00012920  0x00001fde bpatchx  0x0000007d , 0x0000402f 
- 00012921  0x00001fdf arg  0x00006978 , 0x00000002 
- 00012922  0x00001fe0 bmark1  0x00000027 , 0x0000327f 
- 00012923  0x00001fe1 arg  0x000012c0 , 0x00000002 
- 00012924  0x00001fe2 fetch  0x00000001 , 0x000045b7 
- 00012925  0x00001fe3 bbit0  0x00000002 , 0x0000327f 
- 00012926  0x00001fe4 arg  0x00002ee0 , 0x00000002 
- 00012927  0x00001fe6 storet  0x00000002 , 0x0000458b 
- 00012928  0x00001fe7 rtn 
- 00012929  0x00001fea jam  0x00000001 , 0x000045b7 
- 00012930  0x00001feb jam  0x00000001 , 0x000045b8 
- 00012931  0x00001fec rtn 
- 00012932  0x00001fef jam  0x00000002 , 0x000045b7 
- 00012933  0x00001ff0 jam  0x00000002 , 0x000045b8 
- 00012934  0x00001ff1 rtn 
- 00012935  0x0000200a bpatchx  0x0000007e , 0x0000402f 
- 00012936  0x0000200b jam  0x0000004e , 0x000045d0 
- 00012937  0x0000200c setarg  0x00101520 
- 00012938  0x0000200d store  0x00000003 , 0x000045cc 
- 00012939  0x0000200e setarg  0x00000005 
- 00012940  0x0000200f istore  0x00000001 , 0x00000005 
- 00012941  0x00002010 rtn 
- 00012942  0x00002017 arg  0x000045d8 , 0x00000013 
- 00012943  0x00002018 arg  0x0000367a , 0x00000012 
- 00012944  0x00002019 branch  0x000042e7 
- 00012945  0x0000201c set1  0x00000026 , 0x00000000 
- 00012946  0x0000201d fetch  0x00000001 , 0x000045fc 
- 00012947  0x0000201e set0  0x00000002 , 0x0000003f 
- 00012948  0x0000201f set1  0x00000001 , 0x0000003f 
- 00012949  0x00002020 store  0x00000001 , 0x000045fc 
- 00012950  0x00002021 setarg  0x00000000 
- 00012951  0x00002022 store  0x00000002 , 0x000045de 
- 00012952  0x00002023 fetch  0x00000002 , 0x000045d6 
- 00012953  0x00002024 store  0x00000002 , 0x000045d8 
- 00012954  0x00002025 jam  0x00000000 , 0x000045d5 
- 00012955  0x00002026 call  0x000032d6 
- 00012956  0x00002028 jam  0x00000000 , 0x0000457e 
- 00012957  0x00002029 fetch  0x00000001 , 0x000045d0 
- 00012958  0x0000202a store  0x00000001 , 0x0000458d 
- 00012959  0x0000202b fetch  0x00000001 , 0x000045d1 
- 00012960  0x0000202c store  0x00000001 , 0x00004141 
- 00012961  0x0000202d fetch  0x00000004 , 0x000045cc 
- 00012962  0x0000202e branch  0x00003236 
- 00012963  0x00002032 bpatchx  0x0000007f , 0x0000402f 
- 00012964  0x00002033 jam  0x00000000 , 0x000045e2 
- 00012965  0x00002034 fetch  0x00000002 , 0x000045da 
- 00012966  0x00002035 increase  0x00000001 , 0x0000003f 
- 00012967  0x00002036 store  0x00000002 , 0x000045da 
- 00012968  0x00002037 fetch  0x00000001 , 0x000045da 
- 00012969  0x00002038 and  0x0000003f , 0x000000ff , 0x0000003f 
- 00012970  0x00002039 nrtn  0x00000034 
- 00012971  0x0000203a fetch  0x00000001 , 0x000045d4 
- 00012972  0x0000203b beq  0x000000ff , 0x000032f8 
- 00012973  0x0000203c beq  0x00000001 , 0x000032b2 
- 00012974  0x0000203d beq  0x00000002 , 0x000032b4 
- 00012975  0x0000203e beq  0x00000003 , 0x000032ba 
- 00012976  0x0000203f beq  0x00000004 , 0x000032c0 
- 00012977  0x00002040 rtn 
- 00012978  0x00002043 jam  0x000000ff , 0x00004519 
- 00012979  0x00002044 branch  0x000032c1 
- 00012980  0x00002047 fetch  0x00000001 , 0x000045ae 
- 00012981  0x00002048 branch  0x000032b8 , 0x00000034 
- 00012982  0x00002049 fetch  0x00000004 , 0x00004604 
- 00012983  0x0000204a call  0x00003236 
- 00012984  0x0000204c jam  0x000000aa , 0x00004519 
- 00012985  0x0000204d branch  0x000032c1 
- 00012986  0x00002050 jam  0x00000055 , 0x00004519 
- 00012987  0x00002051 fetch  0x00000001 , 0x000045ae 
- 00012988  0x00002052 branch  0x000032c1 , 0x00000034 
- 00012989  0x00002053 fetch  0x00000004 , 0x000045e8 
- 00012990  0x00002054 store  0x00000004 , 0x0000451b 
- 00012991  0x00002055 branch  0x000032c3 
- 00012992  0x00002058 jam  0x00000022 , 0x00004519 
- 00012993  0x0000205a fetch  0x00000004 , 0x00004604 
- 00012994  0x0000205b store  0x00000004 , 0x0000451b 
- 00012995  0x0000205d fetch  0x00000001 , 0x00004589 
- 00012996  0x0000205e and_into  0x00000007 , 0x0000003f 
- 00012997  0x0000205f store  0x00000001 , 0x0000451a 
- 00012998  0x00002060 jam  0x00000000 , 0x0000451f 
- 00012999  0x00002061 jam  0x00000007 , 0x00004588 
- 00013000  0x00002062 call  0x000031e5 
- 00013001  0x00002063 call  0x00003651 
- 00013002  0x00002064 nrtn  0x00000018 
- 00013003  0x00002065 nrtn  0x0000002f 
- 00013004  0x00002066 call  0x0000357b 
- 00013005  0x00002067 call  0x0000366e 
- 00013006  0x00002068 bpatchx  0x00000080 , 0x00004030 
- 00013007  0x00002069 fetch  0x00000001 , 0x000045d4 
- 00013008  0x0000206a rtneq  0x000000ff 
- 00013009  0x0000206b beq  0x00000001 , 0x000032db 
- 00013010  0x0000206c beq  0x00000002 , 0x000032dd 
- 00013011  0x0000206d beq  0x00000003 , 0x000032e3 
- 00013012  0x0000206e beq  0x00000004 , 0x000032eb 
- 00013013  0x0000206f rtn 
- 00013014  0x00002072 jam  0x00000002 , 0x000045d4 
- 00013015  0x00002073 fetch  0x00000001 , 0x000045ae 
- 00013016  0x00002074 rtn  0x00000034 
- 00013017  0x00002075 jam  0x00000001 , 0x000045d4 
- 00013018  0x00002076 rtn 
- 00013019  0x00002079 jam  0x00000002 , 0x000045d4 
- 00013020  0x0000207a branch  0x0000364c 
- 00013021  0x0000207d fetch  0x00000001 , 0x000045ae 
- 00013022  0x0000207e branch  0x000032e1 , 0x00000034 
- 00013023  0x0000207f fetch  0x00000004 , 0x0000455f 
- 00013024  0x00002080 store  0x00000004 , 0x000045e8 
- 00013025  0x00002082 jam  0x00000003 , 0x000045d4 
- 00013026  0x00002083 branch  0x0000364c 
- 00013027  0x00002086 fetch  0x00000001 , 0x000045ae 
- 00013028  0x00002087 branch  0x000032e9 , 0x00000034 
- 00013029  0x00002088 fetch  0x00000004 , 0x0000455f 
- 00013030  0x00002089 fetcht  0x00000004 , 0x00004604 
- 00013031  0x0000208a isub  0x00000002 , 0x0000003e 
- 00013032  0x0000208b nrtn  0x00000005 
- 00013033  0x0000208d jam  0x00000004 , 0x000045d4 
- 00013034  0x0000208e branch  0x0000364c 
- 00013035  0x00002091 fetch  0x00000001 , 0x000045ae 
- 00013036  0x00002092 branch  0x000032f1 , 0x00000034 
- 00013037  0x00002093 fetch  0x00000004 , 0x0000455f 
- 00013038  0x00002094 fetcht  0x00000004 , 0x000045e8 
- 00013039  0x00002095 isub  0x00000002 , 0x0000003e 
- 00013040  0x00002096 nrtn  0x00000005 
- 00013041  0x00002098 jam  0x000000ff , 0x000045d4 
- 00013042  0x00002099 jam  0x00000039 , 0x0000066f 
- 00013043  0x0000209a call  0x0000782b 
- 00013044  0x0000209b setarg  0x00000000 
- 00013045  0x0000209c store  0x00000002 , 0x000045d8 
- 00013046  0x0000209d fetch  0x00000004 , 0x0000455f 
- 00013047  0x0000209e call  0x00003236 
- 00013048  0x000020a0 fetch  0x00000001 , 0x000045fc 
- 00013049  0x000020a1 set0  0x00000001 , 0x0000003f 
- 00013050  0x000020a2 store  0x00000001 , 0x000045fc 
- 00013051  0x000020a3 branch  0x0000364c 
- 00013052  0x000020be jam  0x00000001 , 0x00004616 
- 00013053  0x000020bf jam  0x00000000 , 0x00004615 
- 00013054  0x000020c0 rtn 
- 00013055  0x000020c3 fetch  0x00000001 , 0x00004615 
- 00013056  0x000020c4 rtnbit1  0x00000001 
- 00013057  0x000020c5 set1  0x00000001 , 0x0000003f 
- 00013058  0x000020c6 store  0x00000001 , 0x00004615 
- 00013059  0x000020c7 setarg  0x00000000 
- 00013060  0x000020c8 store  0x00000003 , 0x000045d3 
- 00013061  0x000020c9 store  0x00000001 , 0x000045de 
- 00013062  0x000020ca store  0x00000001 , 0x000045df 
- 00013063  0x000020cb store  0x00000004 , 0x0000462c 
- 00013064  0x000020cc jam  0x00000001 , 0x00004611 
- 00013065  0x000020cd branch  0x0000329c 
- 00013066  0x000020d1 jam  0x00000001 , 0x00004611 
- 00013067  0x000020d2 jam  0x00000008 , 0x00004588 
- 00013068  0x000020d3 arg  0x000045d6 , 0x00000006 
- 00013069  0x000020d4 arg  0x00004519 , 0x00000005 
- 00013070  0x000020d5 branch  0x00007c89 
- 00013071  0x000020d9 bpatchx  0x00000081 , 0x00004030 
- 00013072  0x000020da call  0x000033be 
- 00013073  0x000020db call  0x00003119 
- 00013074  0x000020dc nbranch  0x000033be , 0x0000002f 
- 00013075  0x000020dd call  0x0000331e 
- 00013076  0x000020de call  0x000033f4 
- 00013077  0x000020df call  0x00003399 
- 00013078  0x000020e0 call  0x0000493d 
- 00013079  0x000020e1 fetch  0x00000001 , 0x000045ae 
- 00013080  0x000020e2 rtn  0x00000034 
- 00013081  0x000020e3 fetch  0x00000004 , 0x0000462c 
- 00013082  0x000020e4 rtn  0x00000034 
- 00013083  0x000020e5 branch  0x00003236 
- 00013084  0x000020e8 call  0x000033be 
- 00013085  0x000020e9 branch  0x00003183 
- 00013086  0x000020ec jam  0x00000005 , 0x00004622 
- 00013087  0x000020ed arg  0x000044f7 , 0x00000006 
- 00013088  0x000020ee arg  0x000045e8 , 0x00000005 
- 00013089  0x000020ef call  0x00007c89 
- 00013090  0x000020f0 bpatchx  0x00000082 , 0x00004030 
- 00013091  0x000020f1 fetch  0x00000001 , 0x000045ea 
- 00013092  0x000020f2 beq  0x000000aa , 0x00003329 
- 00013093  0x000020f3 beq  0x00000055 , 0x0000333a 
- 00013094  0x000020f4 beq  0x00000022 , 0x0000335b 
- 00013095  0x000020f5 beq  0x000000ff , 0x0000359b 
- 00013096  0x000020f6 rtn 
- 00013097  0x000020fa fetch  0x00000001 , 0x000045eb 
- 00013098  0x000020fb beq  0x00000001 , 0x0000332d 
- 00013099  0x000020fc beq  0x00000002 , 0x00003335 
- 00013100  0x000020fd rtn 
- 00013101  0x00002100 fetch  0x00000001 , 0x000045de 
- 00013102  0x00002101 nrtn  0x00000034 
- 00013103  0x00002102 jam  0x00000001 , 0x000045d3 
- 00013104  0x00002104 jam  0x00000001 , 0x000045d6 
- 00013105  0x00002106 jam  0x00000080 , 0x000045d7 
- 00013106  0x00002107 fetch  0x00000006 , 0x000044f1 
- 00013107  0x00002108 store  0x00000006 , 0x000045d8 
- 00013108  0x00002109 rtn 
- 00013109  0x0000210c fetch  0x00000001 , 0x000045df 
- 00013110  0x0000210d nrtn  0x00000034 
- 00013111  0x0000210e jam  0x00000001 , 0x000045d4 
- 00013112  0x00002110 jam  0x00000002 , 0x000045d6 
- 00013113  0x00002111 branch  0x00003331 
- 00013114  0x00002115 fetch  0x00000001 , 0x000045ae 
- 00013115  0x00002116 branch  0x00003340 , 0x00000034 
- 00013116  0x00002117 fetch  0x00000004 , 0x000045ec 
- 00013117  0x00002118 fetcht  0x00000004 , 0x000044f1 
- 00013118  0x00002119 isub  0x00000002 , 0x0000003e 
- 00013119  0x0000211a nrtn  0x00000005 
- 00013120  0x0000211c fetch  0x00000001 , 0x000045eb 
- 00013121  0x0000211d beq  0x00000001 , 0x00003344 
- 00013122  0x0000211e beq  0x00000002 , 0x00003351 
- 00013123  0x0000211f rtn 
- 00013124  0x00002122 fetch  0x00000001 , 0x000045de 
- 00013125  0x00002123 nrtn  0x00000034 
- 00013126  0x00002124 fetch  0x00000001 , 0x000045d3 
- 00013127  0x00002125 beq  0x00000001 , 0x00003349 
- 00013128  0x00002126 rtn 
- 00013129  0x00002128 jam  0x00000002 , 0x000045d3 
- 00013130  0x00002129 fetch  0x00000001 , 0x000045ae 
- 00013131  0x0000212a branch  0x00003330 , 0x00000034 
- 00013132  0x0000212c jam  0x00000001 , 0x000045d6 
- 00013133  0x0000212e jam  0x00000080 , 0x000045d7 
- 00013134  0x0000212f fetch  0x00000004 , 0x0000462c 
- 00013135  0x00002130 store  0x00000004 , 0x000045d8 
- 00013136  0x00002131 branch  0x00007dba 
- 00013137  0x00002134 fetch  0x00000001 , 0x000045df 
- 00013138  0x00002135 nrtn  0x00000034 
- 00013139  0x00002136 fetch  0x00000001 , 0x000045d4 
- 00013140  0x00002137 beq  0x00000001 , 0x00003356 
- 00013141  0x00002138 rtn 
- 00013142  0x0000213a jam  0x00000002 , 0x000045d4 
- 00013143  0x0000213b fetch  0x00000001 , 0x000045ae 
- 00013144  0x0000213c branch  0x00003338 , 0x00000034 
- 00013145  0x0000213d jam  0x00000002 , 0x000045d6 
- 00013146  0x0000213e branch  0x0000334d 
- 00013147  0x00002142 fetch  0x00000001 , 0x000045ae 
- 00013148  0x00002143 branch  0x00003361 , 0x00000034 
- 00013149  0x00002144 fetch  0x00000004 , 0x000045ec 
- 00013150  0x00002145 fetcht  0x00000004 , 0x0000462c 
- 00013151  0x00002146 isub  0x00000002 , 0x0000003e 
- 00013152  0x00002147 nrtn  0x00000005 
- 00013153  0x00002149 fetch  0x00000001 , 0x000045eb 
- 00013154  0x0000214a beq  0x00000001 , 0x00003365 
- 00013155  0x0000214b beq  0x00000002 , 0x00003372 
- 00013156  0x0000214c rtn 
- 00013157  0x0000214f fetch  0x00000001 , 0x000045de 
- 00013158  0x00002150 nrtn  0x00000034 
- 00013159  0x00002151 fetch  0x00000001 , 0x000045d3 
- 00013160  0x00002152 beq  0x00000002 , 0x0000336a 
- 00013161  0x00002153 rtn 
- 00013162  0x00002155 jam  0x00000001 , 0x000045de 
- 00013163  0x00002157 call  0x00003330 
- 00013164  0x00002158 fetch  0x00000001 , 0x000045d5 
- 00013165  0x00002159 or_into  0x00000001 , 0x0000003f 
- 00013166  0x0000215a store  0x00000001 , 0x000045d5 
- 00013167  0x0000215c setarg  0x00000000 
- 00013168  0x0000215d store  0x00000002 , 0x000045d3 
- 00013169  0x0000215e rtn 
- 00013170  0x00002161 fetch  0x00000001 , 0x000045df 
- 00013171  0x00002162 nrtn  0x00000034 
- 00013172  0x00002163 fetch  0x00000001 , 0x000045d4 
- 00013173  0x00002164 bne  0x00000000 , 0x00003377 
- 00013174  0x00002165 rtn 
- 00013175  0x00002167 jam  0x00000001 , 0x000045df 
- 00013176  0x00002169 call  0x00003338 
- 00013177  0x0000216a fetch  0x00000001 , 0x000045d5 
- 00013178  0x0000216b or_into  0x00000002 , 0x0000003f 
- 00013179  0x0000216c store  0x00000001 , 0x000045d5 
- 00013180  0x0000216d call  0x0000336f 
- 00013181  0x0000216e branch  0x00004937 
- 00013182  0x00002171 fetch  0x00000001 , 0x00004616 
- 00013183  0x00002172 rtnne  0x00000001 
- 00013184  0x00002173 fetch  0x00000001 , 0x00004610 
- 00013185  0x00002174 nrtn  0x00000034 
- 00013186  0x00002175 fetch  0x00000001 , 0x000044fa 
- 00013187  0x00002176 beq  0x00000001 , 0x00003386 
- 00013188  0x00002177 beq  0x00000002 , 0x0000338a 
- 00013189  0x00002178 rtn 
- 00013190  0x0000217a fetch  0x00000001 , 0x0000462b 
- 00013191  0x0000217b rtnbit0  0x00000000 
- 00013192  0x0000217d disable  0x0000002f 
- 00013193  0x0000217e rtn 
- 00013194  0x00002180 fetch  0x00000001 , 0x0000462b 
- 00013195  0x00002181 rtnbit0  0x00000001 
- 00013196  0x00002182 branch  0x00003388 
- 00013197  0x00002185 fetch  0x00000001 , 0x00004610 
- 00013198  0x00002186 nrtn  0x00000034 
- 00013199  0x00002187 fetch  0x00000001 , 0x0000462b 
- 00013200  0x00002188 or_into  0x00000001 , 0x0000003f 
- 00013201  0x00002189 store  0x00000001 , 0x0000462b 
- 00013202  0x0000218a rtn 
- 00013203  0x0000218d fetch  0x00000001 , 0x00004610 
- 00013204  0x0000218e nrtn  0x00000034 
- 00013205  0x0000218f fetch  0x00000001 , 0x0000462b 
- 00013206  0x00002190 or_into  0x00000002 , 0x0000003f 
- 00013207  0x00002191 store  0x00000001 , 0x0000462b 
- 00013208  0x00002192 rtn 
- 00013209  0x00002196 fetch  0x00000001 , 0x000045d5 
- 00013210  0x00002197 rtn  0x00000034 
- 00013211  0x00002199 fetch  0x00000001 , 0x000045eb 
- 00013212  0x0000219a beq  0x00000001 , 0x0000338d 
- 00013213  0x0000219b beq  0x00000002 , 0x00003393 
- 00013214  0x0000219c rtn 
- 00013215  0x000021b0 set1  0x00000027 , 0x00000000 
- 00013216  0x000021b1 fetch  0x00000001 , 0x00004141 
- 00013217  0x000021b2 store  0x00000001 , 0x00004623 
- 00013218  0x000021b3 branch  0x000035d6 
- 00013219  0x000021b6 fetch  0x00000002 , 0x000045e0 
- 00013220  0x000021b7 branch  0x00007d79 
- 00013221  0x000021ba bpatchx  0x00000083 , 0x00004030 
- 00013222  0x000021bb jam  0x00000000 , 0x00004588 
- 00013223  0x000021bc fetch  0x00000001 , 0x00004611 
- 00013224  0x000021bd rtn  0x00000034 
- 00013225  0x000021be fetch  0x00000002 , 0x000045e2 
- 00013226  0x000021bf branch  0x00007d79 
- 00013227  0x000021c3 call  0x000033f1 
- 00013228  0x000021c4 nbranch  0x000033be , 0x0000002f 
- 00013229  0x000021c6 call  0x000033e3 
- 00013230  0x000021c7 nbranch  0x000033be , 0x00000028 
- 00013231  0x000021c8 fetch  0x00000001 , 0x0000457d 
- 00013232  0x000021c9 branch  0x000033be , 0x00000034 
- 00013233  0x000021ca increase  0x00000002 , 0x0000003f 
- 00013234  0x000021cb iforce  0x00000039 
- 00013235  0x000021cc arg  0x000044f7 , 0x00000006 
- 00013236  0x000021cd arg  0x000045e8 , 0x00000005 
- 00013237  0x000021ce call  0x00007cda 
- 00013238  0x000021cf jam  0x00000000 , 0x00004613 
- 00013239  0x000021d0 fetch  0x00000001 , 0x00004610 
- 00013240  0x000021d1 call  0x000033fe , 0x00000034 
- 00013241  0x000021d2 bpatchx  0x00000084 , 0x00004030 
- 00013242  0x000021d3 fetch  0x00000001 , 0x000045ea 
- 00013243  0x000021d4 beq  0x00000001 , 0x000033c4 
- 00013244  0x000021d5 beq  0x00000002 , 0x000033d3 
- 00013245  0x000021d6 beq  0x000000ff , 0x000033c2 
- 00013246  0x000021d8 bpatchx  0x00000085 , 0x00004030 
- 00013247  0x000021d9 arg  0x000044f7 , 0x00000005 
- 00013248  0x000021da arg  0x00000042 , 0x00000039 
- 00013249  0x000021db branch  0x00007ca1 
- 00013250  0x000021de call  0x0000339b 
- 00013251  0x000021df branch  0x0000359b 
- 00013252  0x000021e2 call  0x0000338d 
- 00013253  0x000021e3 call  0x0000352e 
- 00013254  0x000021e4 fetch  0x00000001 , 0x0000460a 
- 00013255  0x000021e5 fetcht  0x00000001 , 0x000045e8 
- 00013256  0x000021e6 isolate1  0x00000003 , 0x00000002 
- 00013257  0x000021e7 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00013258  0x000021e8 store  0x00000001 , 0x0000460a 
- 00013259  0x000021e9 beq  0x00000001 , 0x000033d9 
- 00013260  0x000021ea fetch  0x00000001 , 0x00004612 
- 00013261  0x000021eb fetcht  0x00000001 , 0x000045e8 
- 00013262  0x000021ec isolate1  0x00000004 , 0x00000002 
- 00013263  0x000021ed setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00013264  0x000021ee store  0x00000001 , 0x00004612 
- 00013265  0x000021ef fetch  0x00000002 , 0x000045e4 
- 00013266  0x000021f0 branch  0x00007d79 
- 00013267  0x000021f3 call  0x00003393 
- 00013268  0x000021f4 fetcht  0x00000001 , 0x000045e8 
- 00013269  0x000021f5 isolate1  0x00000003 , 0x00000002 
- 00013270  0x000021f6 branch  0x000033e1 , 0x00000001 
- 00013271  0x000021f7 fetch  0x00000002 , 0x000045e6 
- 00013272  0x000021f8 branch  0x00007d79 
- 00013273  0x000021fb fetch  0x00000001 , 0x000043cb 
- 00013274  0x000021fc sub  0x0000003f , 0x0000000e , 0x0000003e 
- 00013275  0x000021fd call  0x00004469 , 0x00000005 
- 00013276  0x000021fe fetch  0x00000001 , 0x000045de 
- 00013277  0x000021ff nrtn  0x00000034 
- 00013278  0x00002200 jam  0x00000001 , 0x000045de 
- 00013279  0x00002201 fetch  0x00000004 , 0x000045f2 
- 00013280  0x00002202 branch  0x000035a3 
- 00013281  0x00002204 fetch  0x00000004 , 0x000045f2 
- 00013282  0x00002205 branch  0x000035a9 
- 00013283  0x00002209 call  0x00007dbc 
- 00013284  0x0000220a fetch  0x00000001 , 0x00004586 
- 00013285  0x0000220b fetcht  0x00000001 , 0x00004587 
- 00013286  0x0000220c isub  0x00000002 , 0x0000003e 
- 00013287  0x0000220d ncall  0x00007dba , 0x00000005 
- 00013288  0x0000220e fetch  0x00000001 , 0x00004586 
- 00013289  0x0000220f store  0x00000001 , 0x00004587 
- 00013290  0x00002210 fetch  0x00000003 , 0x00004580 
- 00013291  0x00002211 fetcht  0x00000003 , 0x00004583 
- 00013292  0x00002212 isub  0x00000002 , 0x0000003e 
- 00013293  0x00002213 ncall  0x00007dba , 0x00000005 
- 00013294  0x00002214 fetch  0x00000003 , 0x00004580 
- 00013295  0x00002215 store  0x00000003 , 0x00004583 
- 00013296  0x00002216 rtn 
- 00013297  0x00002219 call  0x000033be 
- 00013298  0x0000221a call  0x00003119 
- 00013299  0x0000221b nrtn  0x0000002f 
- 00013300  0x0000221e fetch  0x00000001 , 0x000044f7 
- 00013301  0x0000221f store  0x00000001 , 0x00004589 
- 00013302  0x00002221 call  0x00003214 
- 00013303  0x00002223 fetch  0x00000001 , 0x000044f8 
- 00013304  0x00002224 isolate1  0x00000000 , 0x0000003f 
- 00013305  0x00002225 branch  0x000033fd , 0x00000001 
- 00013306  0x00002227 call  0x000033a5 
- 00013307  0x00002228 call  0x000031e5 
- 00013308  0x00002229 call  0x00003195 
- 00013309  0x0000222b branch  0x00003183 
- 00013310  0x0000222f jam  0x00000001 , 0x00004614 
- 00013311  0x00002231 setarg  0x00000280 
- 00013312  0x00002232 arg  0x00000008 , 0x00000007 
- 00013313  0x00002233 branch  0x00007ce1 
- 00013314  0x0000223a bpatchx  0x00000086 , 0x00004030 
- 00013315  0x0000223b jam  0x00000001 , 0x00004613 
- 00013316  0x0000223c jam  0x00000000 , 0x00004617 
- 00013317  0x0000223d jam  0x000000ff , 0x000045a7 
- 00013318  0x0000223e branch  0x00003258 
- 00013319  0x00002241 bpatchx  0x00000087 , 0x00004030 
- 00013320  0x00002242 fetch  0x00000001 , 0x00004613 
- 00013321  0x00002243 rtn  0x00000034 
- 00013322  0x00002244 call  0x00003245 
- 00013323  0x00002245 nrtn  0x00000028 
- 00013324  0x00002246 call  0x00003414 
- 00013325  0x00002247 fetch  0x00000001 , 0x00004617 
- 00013326  0x00002248 increase  0x00000001 , 0x0000003f 
- 00013327  0x00002249 and_into  0x00000001 , 0x0000003f 
- 00013328  0x0000224a store  0x00000001 , 0x00004617 
- 00013329  0x0000224b beq  0x00000000 , 0x00003419 
- 00013330  0x0000224c beq  0x00000001 , 0x0000341c 
- 00013331  0x0000224d rtn 
- 00013332  0x00002250 fetch  0x00000001 , 0x00004622 
- 00013333  0x00002251 rtn  0x00000034 
- 00013334  0x00002252 increase  0xffffffff , 0x0000003f 
- 00013335  0x00002253 store  0x00000001 , 0x00004622 
- 00013336  0x00002254 rtn 
- 00013337  0x00002257 fetch  0x00000001 , 0x00004622 
- 00013338  0x00002258 nrtn  0x00000034 
- 00013339  0x00002259 branch  0x00003460 
- 00013340  0x0000225c fetch  0x00000001 , 0x00004622 
- 00013341  0x0000225d nrtn  0x00000034 
- 00013342  0x0000225e branch  0x000032fc 
- 00013343  0x00002262 fetch  0x00000001 , 0x0000462a 
- 00013344  0x00002263 nrtn  0x00000034 
- 00013345  0x00002264 fetch  0x00000001 , 0x00004628 
- 00013346  0x00002265 call  0x0000344f , 0x00000034 
- 00013347  0x00002266 fetch  0x00000001 , 0x00004625 
- 00013348  0x00002267 rtnbit1  0x00000000 
- 00013349  0x00002268 set1  0x00000000 , 0x0000003f 
- 00013350  0x00002269 store  0x00000001 , 0x00004625 
- 00013351  0x0000226a jam  0x00000001 , 0x00004624 
- 00013352  0x0000226b jam  0x00000000 , 0x00004629 
- 00013353  0x0000226c setarg  0x00000000 
- 00013354  0x0000226d store  0x00000002 , 0x00004626 
- 00013355  0x0000226e jam  0x00000060 , 0x000045a7 
- 00013356  0x0000226f branch  0x00003258 
- 00013357  0x00002272 bpatchx  0x00000088 , 0x00004031 
- 00013358  0x00002273 fetch  0x00000001 , 0x00004616 
- 00013359  0x00002274 rtneq  0x00000000 
- 00013360  0x00002275 fetch  0x00000001 , 0x0000462a 
- 00013361  0x00002276 nrtn  0x00000034 
- 00013362  0x00002277 fetch  0x00000001 , 0x00004628 
- 00013363  0x00002278 nrtn  0x00000034 
- 00013364  0x00002279 fetch  0x00000001 , 0x00004624 
- 00013365  0x0000227a rtn  0x00000034 
- 00013366  0x0000227b fetch  0x00000001 , 0x0000462b 
- 00013367  0x0000227c compare  0x00000003 , 0x0000003f , 0x00000003 
- 00013368  0x0000227d branch  0x0000344b , 0x00000001 
- 00013369  0x0000227e call  0x00003245 
- 00013370  0x0000227f nrtn  0x00000028 
- 00013371  0x00002280 fetch  0x00000002 , 0x00004626 
- 00013372  0x00002281 increase  0x00000001 , 0x0000003f 
- 00013373  0x00002282 store  0x00000002 , 0x00004626 
- 00013374  0x00002283 arg  0x000007d0 , 0x00000002 
- 00013375  0x00002284 isub  0x00000002 , 0x0000003e 
- 00013376  0x00002285 branch  0x0000344b , 0x00000002 
- 00013377  0x00002286 fetch  0x00000001 , 0x00004629 
- 00013378  0x00002287 increase  0x00000001 , 0x0000003f 
- 00013379  0x00002288 and_into  0x00000001 , 0x0000003f 
- 00013380  0x00002289 store  0x00000001 , 0x00004629 
- 00013381  0x0000228a beq  0x00000000 , 0x00003514 
- 00013382  0x0000228b beq  0x00000001 , 0x000032fc 
- 00013383  0x0000228c rtn 
- 00013384  0x0000228f fetch  0x00000001 , 0x00004622 
- 00013385  0x00002290 nbranch  0x000032fc , 0x00000034 
- 00013386  0x00002291 branch  0x00003514 
- 00013387  0x00002294 jam  0x00000001 , 0x00004628 
- 00013388  0x00002295 branch  0x00003514 
- 00013389  0x00002298 jam  0x00000000 , 0x00004624 
- 00013390  0x00002299 rtn 
- 00013391  0x0000229b jam  0x00000001 , 0x00004624 
- 00013392  0x0000229c rtn 
- 00013393  0x000022a8 bpatchx  0x00000089 , 0x00004031 
- 00013394  0x000022a9 fetch  0x00000001 , 0x00004615 
- 00013395  0x000022aa rtnbit1  0x00000000 
- 00013396  0x000022ab set1  0x00000000 , 0x0000003f 
- 00013397  0x000022ac store  0x00000001 , 0x00004615 
- 00013398  0x000022ad fetch  0x00000001 , 0x00004623 
- 00013399  0x000022ae store  0x00000001 , 0x00004141 
- 00013400  0x000022af jam  0x00000000 , 0x00004611 
- 00013401  0x000022b0 jam  0x00000000 , 0x0000090d 
- 00013402  0x000022b1 jam  0x00000001 , 0x0000460a 
- 00013403  0x000022b2 jam  0x00000000 , 0x0000457e 
- 00013404  0x000022b3 fetch  0x00000004 , 0x000044f1 
- 00013405  0x000022b4 call  0x00003236 
- 00013406  0x000022b5 call  0x00003222 
- 00013407  0x000022b6 branch  0x000033be 
- 00013408  0x000022ba jam  0x00000000 , 0x00004611 
- 00013409  0x000022bc jam  0x00000000 , 0x00004616 
- 00013410  0x000022bd jam  0x00000000 , 0x00004615 
- 00013411  0x000022be rtn 
- 00013412  0x000022c2 fetch  0x00000001 , 0x00004616 
- 00013413  0x000022c3 rtnne  0x00000000 
- 00013414  0x000022c4 call  0x00003451 
- 00013415  0x000022c5 call  0x00003518 
- 00013416  0x000022c6 branch  0x000033ab 
- 00013417  0x000022d4 bpatchx  0x0000008a , 0x00004031 
- 00013418  0x000022d5 fetch  0x00000001 , 0x00004616 
- 00013419  0x000022d6 rtnne  0x00000001 
- 00013420  0x000022d7 call  0x000032ff 
- 00013421  0x000022d8 call  0x0000330f 
- 00013422  0x000022d9 fetch  0x00000001 , 0x00004610 
- 00013423  0x000022da nrtn  0x00000034 
- 00013424  0x000022db fetch  0x00000001 , 0x000045d5 
- 00013425  0x000022dc rtn  0x00000034 
- 00013426  0x000022dd jam  0x00000000 , 0x00004613 
- 00013427  0x000022de call  0x00003460 
- 00013428  0x000022df call  0x000033fe 
- 00013429  0x000022e0 branch  0x00003258 
- 00013430  0x000022ed fetch  0x00000001 , 0x00004615 
- 00013431  0x000022ee rtnbit1  0x00000007 
- 00013432  0x000022ef set1  0x00000007 , 0x0000003f 
- 00013433  0x000022f0 store  0x00000001 , 0x00004615 
- 00013434  0x000022f1 fetch  0x00000001 , 0x00004623 
- 00013435  0x000022f2 store  0x00000001 , 0x00004141 
- 00013436  0x000022f4 jam  0x00000000 , 0x00004617 
- 00013437  0x000022f5 jam  0x00000001 , 0x00004611 
- 00013438  0x000022f6 setarg  0x00000000 
- 00013439  0x000022f7 store  0x00000003 , 0x0000463d 
- 00013440  0x000022f8 store  0x00000007 , 0x0000461a 
- 00013441  0x000022f9 call  0x00003506 
- 00013442  0x000022fa nrtn  0x00000005 
- 00013443  0x000022fb fetch  0x00000001 , 0x0000458e 
- 00013444  0x000022fc store  0x00000001 , 0x00004619 
- 00013445  0x000022fd fetch  0x00000001 , 0x0000458d 
- 00013446  0x000022fe store  0x00000001 , 0x00004618 
- 00013447  0x000022ff rtn 
- 00013448  0x00002303 bpatchx  0x0000008b , 0x00004031 
- 00013449  0x00002304 fetch  0x00000001 , 0x00004616 
- 00013450  0x00002305 rtnne  0x00000007 
- 00013451  0x00002306 call  0x00003476 
- 00013452  0x00002307 call  0x000034ae 
- 00013453  0x00002308 call  0x000033f1 
- 00013454  0x00002309 nbranch  0x000033be , 0x0000002f 
- 00013455  0x0000230b call  0x00003506 
- 00013456  0x0000230c call  0x000033ad , 0x00000005 
- 00013457  0x0000230e fetch  0x00000001 , 0x0000460a 
- 00013458  0x0000230f call  0x0000344d , 0x00000034 
- 00013459  0x00002312 jam  0x00000000 , 0x00004616 
- 00013460  0x00002313 fetch  0x00000001 , 0x00004615 
- 00013461  0x00002314 set1  0x00000000 , 0x0000003f 
- 00013462  0x00002315 store  0x00000001 , 0x00004615 
- 00013463  0x00002317 fetch  0x00000001 , 0x00004611 
- 00013464  0x00002318 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00013465  0x00002319 ncall  0x00003504 , 0x00000005 
- 00013466  0x0000231b call  0x000033be 
- 00013467  0x0000231c call  0x000033fe 
- 00013468  0x0000231d call  0x00003506 
- 00013469  0x0000231e branch  0x000034a7 , 0x00000005 
- 00013470  0x0000231f fetch  0x00000004 , 0x0000458f 
- 00013471  0x00002320 fetcht  0x00000004 , 0x00004634 
- 00013472  0x00002321 isub  0x00000002 , 0x0000003e 
- 00013473  0x00002322 branch  0x000034aa , 0x00000005 
- 00013474  0x00002323 fetch  0x00000004 , 0x0000458f 
- 00013475  0x00002324 fetcht  0x00000004 , 0x00004630 
- 00013476  0x00002325 isub  0x00000002 , 0x0000003e 
- 00013477  0x00002326 branch  0x000034ac , 0x00000005 
- 00013478  0x00002327 rtn 
- 00013479  0x0000232b fetch  0x00000001 , 0x00004619 
- 00013480  0x0000232d store  0x00000001 , 0x0000458e 
- 00013481  0x0000232e rtn 
- 00013482  0x00002331 fetch  0x00000001 , 0x0000461f 
- 00013483  0x00002332 branch  0x000034a8 
- 00013484  0x00002335 fetch  0x00000001 , 0x0000461c 
- 00013485  0x00002336 branch  0x000034a8 
- 00013486  0x0000233a bpatchx  0x0000008c , 0x00004031 
- 00013487  0x0000233b fetch  0x00000001 , 0x00004617 
- 00013488  0x0000233c increase  0x00000001 , 0x0000003f 
- 00013489  0x0000233d and_into  0x00000003 , 0x0000003f 
- 00013490  0x0000233e store  0x00000001 , 0x00004617 
- 00013491  0x00002340 beq  0x00000000 , 0x000034d2 
- 00013492  0x00002341 beq  0x00000001 , 0x000034ec 
- 00013493  0x00002342 beq  0x00000002 , 0x000034b8 
- 00013494  0x00002343 beq  0x00000003 , 0x000034ec 
- 00013495  0x00002344 rtn 
- 00013496  0x00002347 call  0x00003330 
- 00013497  0x00002348 fetch  0x00000004 , 0x00004630 
- 00013498  0x00002349 branch  0x000034ae , 0x00000034 
- 00013499  0x0000234a call  0x00003236 
- 00013500  0x0000234b fetch  0x00000001 , 0x0000461d 
- 00013501  0x0000234c call  0x000034cd , 0x00000034 
- 00013502  0x0000234d fetch  0x00000001 , 0x0000461b 
- 00013503  0x0000234e store  0x00000001 , 0x0000458d 
- 00013504  0x0000234f fetcht  0x00000001 , 0x0000463e 
- 00013505  0x00002350 fetchr  0x00000011 , 0x00000002 , 0x00004644 
- 00013506  0x00002351 call  0x000035ab 
- 00013507  0x00002352 storet  0x00000001 , 0x0000463e 
- 00013508  0x00002353 call  0x000035b4 
- 00013509  0x00002354 storet  0x00000001 , 0x0000463b 
- 00013510  0x00002355 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00013511  0x00002356 nrtn  0x00000002 
- 00013512  0x00002357 fetcht  0x00000001 , 0x0000461c 
- 00013513  0x00002358 call  0x00003227 
- 00013514  0x00002359 storet  0x00000001 , 0x0000461c 
- 00013515  0x0000235a store  0x00000001 , 0x0000461b 
- 00013516  0x0000235b rtn 
- 00013517  0x0000235e jam  0x00000001 , 0x0000461d 
- 00013518  0x0000235f arg  0x00000000 , 0x00000002 
- 00013519  0x00002360 call  0x0000322c 
- 00013520  0x00002361 store  0x00000001 , 0x0000461b 
- 00013521  0x00002362 rtn 
- 00013522  0x00002365 call  0x00003338 
- 00013523  0x00002366 fetch  0x00000004 , 0x00004634 
- 00013524  0x00002367 branch  0x000034ae , 0x00000034 
- 00013525  0x00002368 call  0x00003236 
- 00013526  0x00002369 fetch  0x00000001 , 0x00004620 
- 00013527  0x0000236a call  0x000034e7 , 0x00000034 
- 00013528  0x0000236b fetch  0x00000001 , 0x0000461e 
- 00013529  0x0000236c store  0x00000001 , 0x0000458d 
- 00013530  0x0000236d fetcht  0x00000001 , 0x0000463f 
- 00013531  0x0000236e fetchr  0x00000011 , 0x00000002 , 0x00004646 
- 00013532  0x0000236f call  0x000035ab 
- 00013533  0x00002370 storet  0x00000001 , 0x0000463f 
- 00013534  0x00002371 call  0x000035b4 
- 00013535  0x00002372 storet  0x00000001 , 0x0000463c 
- 00013536  0x00002373 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00013537  0x00002374 nrtn  0x00000002 
- 00013538  0x00002375 fetcht  0x00000001 , 0x0000461f 
- 00013539  0x00002376 call  0x00003227 
- 00013540  0x00002377 storet  0x00000001 , 0x0000461f 
- 00013541  0x00002378 store  0x00000001 , 0x0000461e 
- 00013542  0x00002379 rtn 
- 00013543  0x0000237c jam  0x00000001 , 0x00004620 
- 00013544  0x0000237d arg  0x00000000 , 0x00000002 
- 00013545  0x0000237e call  0x0000322c 
- 00013546  0x0000237f store  0x00000001 , 0x0000461e 
- 00013547  0x00002380 rtn 
- 00013548  0x00002383 call  0x00003330 
- 00013549  0x00002384 fetch  0x00000004 , 0x000044f1 
- 00013550  0x00002385 call  0x00003236 
- 00013551  0x00002386 fetch  0x00000001 , 0x0000461a 
- 00013552  0x00002387 call  0x00003500 , 0x00000034 
- 00013553  0x00002388 fetch  0x00000001 , 0x00004618 
- 00013554  0x00002389 store  0x00000001 , 0x0000458d 
- 00013555  0x0000238a fetcht  0x00000001 , 0x0000463d 
- 00013556  0x0000238b fetchr  0x00000011 , 0x00000002 , 0x00004642 
- 00013557  0x0000238c call  0x000035ab 
- 00013558  0x0000238d storet  0x00000001 , 0x0000463d 
- 00013559  0x0000238e call  0x000035b4 
- 00013560  0x0000238f storet  0x00000001 , 0x0000463a 
- 00013561  0x00002390 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00013562  0x00002391 nrtn  0x00000002 
- 00013563  0x00002392 fetcht  0x00000001 , 0x00004619 
- 00013564  0x00002393 call  0x00003227 
- 00013565  0x00002394 storet  0x00000001 , 0x00004619 
- 00013566  0x00002395 store  0x00000001 , 0x00004618 
- 00013567  0x00002396 rtn 
- 00013568  0x00002399 jam  0x00000001 , 0x0000461a 
- 00013569  0x0000239a fetch  0x00000001 , 0x00004618 
- 00013570  0x0000239b store  0x00000001 , 0x0000458d 
- 00013571  0x0000239c rtn 
- 00013572  0x000023a0 jam  0x00000000 , 0x00004611 
- 00013573  0x000023a1 rtn 
- 00013574  0x000023a5 fetch  0x00000004 , 0x0000458f 
- 00013575  0x000023a6 fetcht  0x00000004 , 0x000044f1 
- 00013576  0x000023a7 isub  0x00000002 , 0x0000003e 
- 00013577  0x000023a8 rtn 
- 00013578  0x000023b5 fetch  0x00000001 , 0x00004611 
- 00013579  0x000023b6 rtneq  0x00000002 
- 00013580  0x000023b7 fetch  0x00000001 , 0x00004614 
- 00013581  0x000023b8 rtn  0x00000034 
- 00013582  0x000023b9 arg  0x00000008 , 0x00000007 
- 00013583  0x000023ba call  0x00007cef 
- 00013584  0x000023bb nrtn  0x00000034 
- 00013585  0x000023bc jam  0x00000000 , 0x00004614 
- 00013586  0x000023bd jam  0x00000000 , 0x00004622 
- 00013587  0x000023be call  0x0000341f 
- 00013588  0x000023c1 bpatchx  0x0000008d , 0x00004031 
- 00013589  0x000023c2 jam  0x00000007 , 0x00004616 
- 00013590  0x000023c3 jam  0x00000000 , 0x00004615 
- 00013591  0x000023c4 branch  0x000033be 
- 00013592  0x000023cb bpatchx  0x0000008e , 0x00004031 
- 00013593  0x000023cc fetch  0x00000001 , 0x0000460a 
- 00013594  0x000023cd beq  0x00000001 , 0x000035ea 
- 00013595  0x000023ce fetch  0x00000001 , 0x00004612 
- 00013596  0x000023cf beq  0x00000001 , 0x0000352c 
- 00013597  0x000023d0 fetcht  0x00000004 , 0x0000460b 
- 00013598  0x000023d1 copy  0x00000022 , 0x0000003f 
- 00013599  0x000023d2 isub  0x00000002 , 0x0000003e 
- 00013600  0x000023d3 ncall  0x00003255 , 0x00000002 
- 00013601  0x000023d4 copy  0x0000003f , 0x00000012 
- 00013602  0x000023d5 fetch  0x00000004 , 0x0000460b 
- 00013603  0x000023d6 fetcht  0x00000001 , 0x0000460f 
- 00013604  0x000023d7 iadd  0x00000002 , 0x00000002 
- 00013605  0x000023d8 copy  0x00000012 , 0x0000003f 
- 00013606  0x000023d9 isub  0x00000002 , 0x0000003e 
- 00013607  0x000023da nrtn  0x00000002 
- 00013608  0x000023db set0  0x0000001c , 0x0000003f 
- 00013609  0x000023dc store  0x00000004 , 0x0000460b 
- 00013610  0x000023dd jam  0x00000001 , 0x0000460a 
- 00013611  0x000023de branch  0x00003222 
- 00013612  0x000023e1 jam  0x00000000 , 0x00004612 
- 00013613  0x000023e2 branch  0x00003222 
- 00013614  0x000023e5 copy  0x00000022 , 0x0000003f 
- 00013615  0x000023e6 store  0x00000004 , 0x0000460b 
- 00013616  0x000023e7 rtn 
- 00013617  0x000023ed arg  0x000045de , 0x00000013 
- 00013618  0x000023ee arg  0x0000367a , 0x00000012 
- 00013619  0x000023ef branch  0x000042e7 
- 00013620  0x000023f3 bpatchx  0x0000008f , 0x00004031 
- 00013621  0x000023f4 set1  0x00000026 , 0x00000000 
- 00013622  0x000023f5 fetch  0x00000001 , 0x000045fc 
- 00013623  0x000023f6 set0  0x00000001 , 0x0000003f 
- 00013624  0x000023f7 set1  0x00000002 , 0x0000003f 
- 00013625  0x000023f8 store  0x00000001 , 0x000045fc 
- 00013626  0x000023f9 fetch  0x00000001 , 0x000045e3 
- 00013627  0x000023fa branch  0x00003549 , 0x00000034 
- 00013628  0x000023fb fetch  0x00000001 , 0x000045e2 
- 00013629  0x000023fc beq  0x00000001 , 0x00003541 
- 00013630  0x000023fd beq  0x00000002 , 0x00003541 
- 00013631  0x000023fe beq  0x00000003 , 0x00003550 
- 00013632  0x000023ff beq  0x00000004 , 0x00003550 
- 00013633  0x00002401 fetch  0x00000001 , 0x000045d1 
- 00013634  0x00002402 store  0x00000001 , 0x00004141 
- 00013635  0x00002403 fetcht  0x00000001 , 0x000045ec 
- 00013636  0x00002404 storet  0x00000001 , 0x0000458e 
- 00013637  0x00002405 fetch  0x00000004 , 0x000045e4 
- 00013638  0x00002406 call  0x0000355a 
- 00013639  0x00002407 storet  0x00000001 , 0x000045ec 
- 00013640  0x00002408 rtn 
- 00013641  0x0000240b jam  0x00000003 , 0x00004141 
- 00013642  0x0000240c fetcht  0x00000001 , 0x000045ed 
- 00013643  0x0000240d storet  0x00000001 , 0x0000458e 
- 00013644  0x0000240e fetch  0x00000004 , 0x000045e8 
- 00013645  0x0000240f call  0x0000355a 
- 00013646  0x00002410 storet  0x00000001 , 0x000045ed 
- 00013647  0x00002411 rtn 
- 00013648  0x00002414 jam  0x00000003 , 0x00004141 
- 00013649  0x00002415 fetcht  0x00000001 , 0x000045ee 
- 00013650  0x00002416 storet  0x00000001 , 0x0000458e 
- 00013651  0x00002417 fetch  0x00000004 , 0x00004604 
- 00013652  0x00002418 call  0x0000355a 
- 00013653  0x00002419 storet  0x00000001 , 0x000045ee 
- 00013654  0x0000241a rtn 
- 00013655  0x0000241d fetch  0x00000004 , 0x0000455f 
- 00013656  0x0000241e rtn  0x00000034 
- 00013657  0x0000241f store  0x00000004 , 0x000045e8 
- 00013658  0x00002421 call  0x00003236 
- 00013659  0x00002422 branch  0x00003222 
- 00013660  0x00002426 bpatchx  0x00000090 , 0x00004032 
- 00013661  0x00002427 fetch  0x00000002 , 0x000045e0 
- 00013662  0x00002428 arg  0x000001f8 , 0x00000002 
- 00013663  0x00002429 iand  0x00000002 , 0x0000003f 
- 00013664  0x0000242a branch  0x00003565 , 0x00000034 
- 00013665  0x0000242b fetch  0x00000002 , 0x000045e0 
- 00013666  0x0000242c increase  0x00000001 , 0x0000003f 
- 00013667  0x0000242d store  0x00000002 , 0x000045e0 
- 00013668  0x0000242e rtn 
- 00013669  0x00002431 call  0x0000357f 
- 00013670  0x00002432 call  0x00003651 
- 00013671  0x00002433 nbranch  0x00003586 , 0x00000018 
- 00013672  0x00002434 nbranch  0x00003586 , 0x0000002f 
- 00013673  0x00002435 call  0x0000366e 
- 00013674  0x00002436 fetch  0x00000004 , 0x000045cc 
- 00013675  0x00002437 fetcht  0x00000004 , 0x0000458f 
- 00013676  0x00002438 isub  0x00000002 , 0x0000003e 
- 00013677  0x00002439 branch  0x00003291 , 0x00000005 
- 00013678  0x0000243a fetch  0x00000004 , 0x00004604 
- 00013679  0x0000243b fetcht  0x00000004 , 0x0000458f 
- 00013680  0x0000243c isub  0x00000002 , 0x0000003e 
- 00013681  0x0000243d call  0x00003557 , 0x00000005 
- 00013682  0x0000243e fetch  0x00000001 , 0x000045fc 
- 00013683  0x0000243f set0  0x00000002 , 0x0000003f 
- 00013684  0x00002440 store  0x00000001 , 0x000045fc 
- 00013685  0x00002441 setarg  0x00000000 
- 00013686  0x00002442 store  0x00000002 , 0x000045d8 
- 00013687  0x00002443 store  0x00000002 , 0x000045e0 
- 00013688  0x00002444 store  0x00000002 , 0x000045de 
- 00013689  0x00002445 jam  0x0000003c , 0x0000066f 
- 00013690  0x00002446 call  0x0000782b 
- 00013691  0x00002448 bpatchx  0x00000091 , 0x00004032 
- 00013692  0x00002449 arg  0x00000020 , 0x00000039 
- 00013693  0x0000244a arg  0x00004519 , 0x00000005 
- 00013694  0x0000244b branch  0x00007ca3 
- 00013695  0x0000244e jam  0x000000ff , 0x00004519 
- 00013696  0x0000244f fetch  0x00000001 , 0x00004589 
- 00013697  0x00002450 store  0x00000001 , 0x0000451a 
- 00013698  0x00002451 fetch  0x00000004 , 0x00004604 
- 00013699  0x00002452 store  0x00000004 , 0x0000451b 
- 00013700  0x00002453 jam  0x00000006 , 0x00004588 
- 00013701  0x00002454 branch  0x000031e5 
- 00013702  0x00002457 bpatchx  0x00000092 , 0x00004032 
- 00013703  0x00002458 fetch  0x00000001 , 0x000045e3 
- 00013704  0x00002459 branch  0x00003222 , 0x00000034 
- 00013705  0x0000245a fetch  0x00000002 , 0x000045e0 
- 00013706  0x0000245b increase  0x00000001 , 0x0000003f 
- 00013707  0x0000245c store  0x00000002 , 0x000045e0 
- 00013708  0x0000245d isolate1  0x00000009 , 0x0000003f 
- 00013709  0x0000245e fetch  0x00000001 , 0x000045e2 
- 00013710  0x0000245f beq  0x00000001 , 0x00003593 
- 00013711  0x00002460 beq  0x00000002 , 0x00003595 
- 00013712  0x00002461 beq  0x00000003 , 0x00003597 
- 00013713  0x00002462 beq  0x00000004 , 0x00003599 
- 00013714  0x00002463 branch  0x00003549 
- 00013715  0x00002467 branch  0x00003549 , 0x00000001 
- 00013716  0x00002468 branch  0x00003541 
- 00013717  0x0000246b branch  0x00003550 , 0x00000001 
- 00013718  0x0000246c branch  0x00003541 
- 00013719  0x0000246f branch  0x00003550 , 0x00000001 
- 00013720  0x00002470 branch  0x00003549 
- 00013721  0x00002473 branch  0x00003550 , 0x00000001 
- 00013722  0x00002474 branch  0x0000329c 
- 00013723  0x0000247f fetch  0x00000001 , 0x000045eb 
- 00013724  0x00002480 beq  0x00000001 , 0x0000359f 
- 00013725  0x00002481 beq  0x00000002 , 0x000035a5 
- 00013726  0x00002482 rtn 
- 00013727  0x00002484 fetch  0x00000001 , 0x000045de 
- 00013728  0x00002485 nrtn  0x00000034 
- 00013729  0x00002486 fetch  0x00000004 , 0x000045ec 
- 00013730  0x00002487 store  0x00000004 , 0x0000462c 
- 00013731  0x00002489 store  0x00000004 , 0x00004630 
- 00013732  0x0000248a rtn 
- 00013733  0x0000248c fetch  0x00000001 , 0x000045df 
- 00013734  0x0000248d nrtn  0x00000034 
- 00013735  0x0000248e fetch  0x00000004 , 0x000045ec 
- 00013736  0x0000248f store  0x00000004 , 0x0000462c 
- 00013737  0x00002491 store  0x00000004 , 0x00004634 
- 00013738  0x00002492 rtn 
- 00013739  0x0000249d bpatchx  0x00000093 , 0x00004032 
- 00013740  0x0000249e copy  0x00000011 , 0x0000003f 
- 00013741  0x0000249f iadd  0x00000002 , 0x00000005 
- 00013742  0x000024a0 fetch  0x00000001 , 0x00000009 
- 00013743  0x000024a1 istore  0x00000001 , 0x00000005 
- 00013744  0x000024a2 increase  0x00000001 , 0x00000002 
- 00013745  0x000024a3 fetch  0x00000001 , 0x000045d2 
- 00013746  0x000024a4 iand  0x00000002 , 0x00000002 
- 00013747  0x000024a5 rtn 
- 00013748  0x000024a8 bpatchx  0x00000094 , 0x00004032 
- 00013749  0x000024a9 fetch  0x00000001 , 0x000045d2 
- 00013750  0x000024aa increase  0x00000001 , 0x0000003f 
- 00013751  0x000024ab store  0x00000002 , 0x0000069b 
- 00013752  0x000024ac copy  0x0000003f , 0x00000039 
- 00013753  0x000024ad copy  0x00000011 , 0x00000006 
- 00013754  0x000024ae arg  0x00000000 , 0x0000003f 
- 00013755  0x000024b0 ifetcht  0x00000001 , 0x00000006 
- 00013756  0x000024b1 iadd  0x00000002 , 0x0000003f 
- 00013757  0x000024b2 loop  0x000035bb 
- 00013758  0x000024b3 fetcht  0x00000002 , 0x0000069b 
- 00013759  0x000024b4 idiv  0x00000002 
- 00013760  0x000024b5 call  0x00007d62 
- 00013761  0x000024b6 quotient  0x00000002 
- 00013762  0x000024b7 rtnmark1  0x00000027 
- 00013763  0x000024b8 copy  0x00000002 , 0x0000003f 
- 00013764  0x000024b9 rtnmark0  0x00000026 
- 00013765  0x000024ba call  0x00002308 
- 00013766  0x000024bb copy  0x0000003f , 0x00000002 
- 00013767  0x000024bc rtn 
- 00013768  0x000024bf branch  0x000022e9 
- 00013769  0x000024ca fetch  0x00000002 , 0x000045f0 
- 00013770  0x000024cb branch  0x000035dd 
- 00013771  0x000024ce copy  0x0000003f , 0x00000011 
- 00013772  0x000024cf fetcht  0x00000001 , 0x000045ef 
- 00013773  0x000024d0 fetch  0x00000002 , 0x000045f0 
- 00013774  0x000024d1 iadd  0x00000002 , 0x00000005 
- 00013775  0x000024d2 copy  0x00000011 , 0x0000003f 
- 00013776  0x000024d3 istore  0x00000001 , 0x00000005 
- 00013777  0x000024d4 increase  0x00000001 , 0x00000002 
- 00013778  0x000024d5 fetch  0x00000001 , 0x000045d2 
- 00013779  0x000024d6 iand  0x00000002 , 0x00000002 
- 00013780  0x000024d7 storet  0x00000001 , 0x000045ef 
- 00013781  0x000024d8 rtn 
- 00013782  0x000024e3 fetch  0x00000002 , 0x00004640 
- 00013783  0x000024e4 call  0x000035dd 
- 00013784  0x000024e5 fetch  0x00000002 , 0x00004642 
- 00013785  0x000024e6 call  0x000035dd 
- 00013786  0x000024e7 fetch  0x00000002 , 0x00004644 
- 00013787  0x000024e8 call  0x000035dd 
- 00013788  0x000024e9 fetch  0x00000002 , 0x00004646 
- 00013789  0x000024eb rtn  0x00000034 
- 00013790  0x000024ec copy  0x0000003f , 0x00000005 
- 00013791  0x000024ed fetch  0x00000001 , 0x000045d2 
- 00013792  0x000024ee increase  0x00000001 , 0x0000003f 
- 00013793  0x000024ef copy  0x0000003f , 0x00000039 
- 00013794  0x000024f0 branch  0x00007ca1 
- 00013795  0x000024f4 call  0x000035c8 
- 00013796  0x000024f5 rtn  0x00000034 
- 00013797  0x000024f6 fetcht  0x00000001 , 0x00004639 
- 00013798  0x000024f7 fetchr  0x00000011 , 0x00000002 , 0x00004640 
- 00013799  0x000024f8 call  0x000035ab 
- 00013800  0x000024f9 storet  0x00000001 , 0x00004639 
- 00013801  0x000024fa rtn 
- 00013802  0x000024fe fetchr  0x00000011 , 0x00000002 , 0x00004640 
- 00013803  0x000024ff call  0x000035b4 
- 00013804  0x00002500 storet  0x00000001 , 0x00004638 
- 00013805  0x00002501 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00013806  0x00002502 nrtn  0x00000002 
- 00013807  0x00002503 branch  0x00003222 
- 00013808  0x0000250c fetch  0x00000004 , 0x000044f1 
- 00013809  0x0000250d store  0x00000004 , 0x00004604 
- 00013810  0x0000250e branch  0x000035c9 
- 00013811  0x00002511 setarg  0x00002fb2 
- 00013812  0x00002512 store  0x00000003 , 0x00004608 
- 00013813  0x00002513 setarg  0x00100c0c 
- 00013814  0x00002514 store  0x00000003 , 0x000045a7 
- 00013815  0x00002515 setarg  0x0000bb80 
- 00013816  0x00002516 store  0x00000003 , 0x0000460b 
- 00013817  0x00002517 jam  0x00000005 , 0x00004621 
- 00013818  0x00002518 rtn 
- 00013819  0x0000251b setarg  0x0000f80c 
- 00013820  0x0000251c store  0x00000003 , 0x00004608 
- 00013821  0x0000251d setarg  0x001c1919 
- 00013822  0x0000251e store  0x00000003 , 0x000045a7 
- 00013823  0x0000251f setarg  0x00017700 
- 00013824  0x00002520 store  0x00000003 , 0x0000460b 
- 00013825  0x00002521 jam  0x0000000b , 0x00004621 
- 00013826  0x00002522 rtn 
- 00013827  0x00002526 rtnmark0  0x00000026 
- 00013828  0x00002527 fetch  0x00000001 , 0x000045fc 
- 00013829  0x00002528 bbit1  0x00000001 , 0x000032a3 
- 00013830  0x00002529 bbit1  0x00000002 , 0x0000355c 
- 00013831  0x0000252a fetch  0x00000001 , 0x00004618 
- 00013832  0x0000252b beq  0x00000001 , 0x000036c0 
- 00013833  0x0000252d bpatchx  0x00000095 , 0x00004032 
- 00013834  0x0000252e call  0x00003625 
- 00013835  0x0000252f nbranch  0x0000369f , 0x00000028 
- 00013836  0x00002531 call  0x0000363a 
- 00013837  0x00002532 call  0x000036e8 
- 00013838  0x00002533 fetch  0x00000001 , 0x000043cb 
- 00013839  0x00002534 beq  0x00000008 , 0x0000600a 
- 00013840  0x00002536 fetch  0x00000008 , 0x0000460b 
- 00013841  0x00002537 store  0x00000008 , 0x000045af 
- 00013842  0x00002538 fetch  0x00000002 , 0x0000461d 
- 00013843  0x00002539 store  0x00000002 , 0x0000461f 
- 00013844  0x0000253a fetch  0x00000002 , 0x000045f8 
- 00013845  0x0000253b branch  0x00007d79 
- 00013846  0x0000253e bpatchx  0x00000096 , 0x00004032 
- 00013847  0x0000253f call  0x000036b4 
- 00013848  0x00002540 nrtn  0x00000028 
- 00013849  0x00002541 call  0x000036be 
- 00013850  0x00002542 call  0x00007de2 
- 00013851  0x00002543 fetch  0x00000003 , 0x00004608 
- 00013852  0x00002544 branch  0x00003622 
- 00013853  0x00002547 bpatchx  0x00000097 , 0x00004032 
- 00013854  0x00002548 call  0x000036b4 
- 00013855  0x00002549 nrtn  0x00000028 
- 00013856  0x0000254a call  0x000036be 
- 00013857  0x0000254b fetch  0x00000008 , 0x000045af 
- 00013858  0x0000254d call  0x00007d25 
- 00013859  0x0000254e storet  0x00000004 , 0x000040a9 
- 00013860  0x0000254f branch  0x0000241e 
- 00013861  0x00002554 call  0x00003628 
- 00013862  0x00002555 nrtn  0x00000028 
- 00013863  0x00002556 branch  0x000031e5 
- 00013864  0x0000255a fetch  0x00000002 , 0x000045f2 
- 00013865  0x0000255b call  0x00007d79 
- 00013866  0x0000255c branch  0x0000362e , 0x00000028 
- 00013867  0x0000255d fetch  0x00000007 , 0x0000451a 
- 00013868  0x0000255e rtn  0x00000034 
- 00013869  0x0000255f branch  0x00007dba 
- 00013870  0x00002562 jam  0x00000000 , 0x00004602 
- 00013871  0x00002563 add  0x00000011 , 0x00000001 , 0x0000003f 
- 00013872  0x00002564 store  0x00000001 , 0x00004588 
- 00013873  0x00002565 call  0x00003636 
- 00013874  0x00002566 store  0x00000001 , 0x00004519 
- 00013875  0x00002567 copy  0x00000012 , 0x00000006 
- 00013876  0x00002568 copy  0x00000011 , 0x00000039 
- 00013877  0x00002569 branch  0x00007cda 
- 00013878  0x0000256c fetch  0x00000001 , 0x00004589 
- 00013879  0x0000256d and_into  0x00000007 , 0x0000003f 
- 00013880  0x0000256e store  0x00000001 , 0x00004589 
- 00013881  0x0000256f rtn 
- 00013882  0x00002579 setarg  0x00000000 
- 00013883  0x0000257a store  0x00000001 , 0x00004601 
- 00013884  0x0000257b store  0x00000002 , 0x00004622 
- 00013885  0x0000257d call  0x00003651 
- 00013886  0x0000257e fetch  0x00000001 , 0x0000457f 
- 00013887  0x0000257f beq  0x00000001 , 0x00003646 
- 00013888  0x00002580 nbranch  0x0000365f , 0x00000018 
- 00013889  0x00002581 nbranch  0x0000365f , 0x0000002f 
- 00013890  0x00002582 call  0x0000366e 
- 00013891  0x00002583 fetch  0x00000001 , 0x000043cb 
- 00013892  0x00002584 sub  0x0000003f , 0x00000008 , 0x0000003e 
- 00013893  0x00002585 call  0x00006262 , 0x00000005 
- 00013894  0x00002587 call  0x0000371a 
- 00013895  0x00002589 call  0x0000357b 
- 00013896  0x0000258a fetch  0x00000001 , 0x0000457e 
- 00013897  0x0000258b increase  0x00000001 , 0x0000003f 
- 00013898  0x0000258c store  0x00000001 , 0x0000457e 
- 00013899  0x0000258d call  0x00003692 
- 00013900  0x0000258f bpatchx  0x00000098 , 0x00004033 
- 00013901  0x00002590 setarg  0x00000000 
- 00013902  0x00002591 store  0x00000001 , 0x000045fd 
- 00013903  0x00002592 store  0x00000002 , 0x000045fe 
- 00013904  0x00002593 rtn 
- 00013905  0x00002596 bpatchx  0x00000099 , 0x00004033 
- 00013906  0x00002597 disable  0x0000002f 
- 00013907  0x00002598 call  0x00003195 
- 00013908  0x00002599 fetch  0x00000001 , 0x0000457f 
- 00013909  0x0000259a beq  0x00000001 , 0x00003183 
- 00013910  0x0000259b force  0x00000000 , 0x00000015 
- 00013911  0x0000259c fetch  0x00000004 , 0x0000458f 
- 00013912  0x0000259d iforce  0x00000009 
- 00013913  0x0000259e fetcht  0x00000001 , 0x00000008 
- 00013914  0x0000259f call  0x0000216f 
- 00013915  0x000025a0 call  0x000021a6 
- 00013916  0x000025a1 call  0x00003121 
- 00013917  0x000025a2 call  0x00003183 , 0x0000002f 
- 00013918  0x000025a3 rtn 
- 00013919  0x000025a6 bpatchx  0x0000009a , 0x00004033 
- 00013920  0x000025a7 fetch  0x00000001 , 0x000043cb 
- 00013921  0x000025a8 beq  0x00000008 , 0x000060f9 
- 00013922  0x000025aa fetch  0x00000001 , 0x00004602 
- 00013923  0x000025ab nrtn  0x00000034 
- 00013924  0x000025ac fetch  0x00000002 , 0x000045fe 
- 00013925  0x000025ad increase  0x00000001 , 0x0000003f 
- 00013926  0x000025ae store  0x00000002 , 0x000045fe 
- 00013927  0x000025af fetch  0x00000001 , 0x000045ff 
- 00013928  0x000025b0 bbit1  0x00000004 , 0x00003676 
- 00013929  0x000025b1 call  0x0000367c 
- 00013930  0x000025b2 fetch  0x00000002 , 0x00004622 
- 00013931  0x000025b3 increase  0x00000001 , 0x0000003f 
- 00013932  0x000025b4 store  0x00000002 , 0x00004622 
- 00013933  0x000025b5 branch  0x0000363d 
- 00013934  0x000025b8 bpatchx  0x0000009b , 0x00004033 
- 00013935  0x000025b9 call  0x00003214 
- 00013936  0x000025ba fetch  0x00000001 , 0x0000457d 
- 00013937  0x000025bb rtn  0x00000034 
- 00013938  0x000025bc iforce  0x00000039 
- 00013939  0x000025bd arg  0x000044f9 , 0x00000006 
- 00013940  0x000025be arg  0x0000455d , 0x00000005 
- 00013941  0x000025bf branch  0x00007cda 
- 00013942  0x000025c3 bpatchx  0x0000009c , 0x00004033 
- 00013943  0x000025c4 setarg  0x00000000 
- 00013944  0x000025c5 store  0x00000002 , 0x000045fe 
- 00013945  0x000025c6 jam  0x00000001 , 0x00004600 
- 00013946  0x000025c8 jam  0x0000003a , 0x0000066f 
- 00013947  0x000025c9 branch  0x0000782b 
- 00013948  0x000025d4 bpatchx  0x0000009d , 0x00004033 
- 00013949  0x000025d5 fetcht  0x00000001 , 0x00004601 
- 00013950  0x000025d6 fetch  0x00000001 , 0x00004621 
- 00013951  0x000025d7 isub  0x00000002 , 0x0000003e 
- 00013952  0x000025d8 nbranch  0x0000369a , 0x00000002 
- 00013953  0x000025d9 increase  0x00000001 , 0x00000002 
- 00013954  0x000025da storet  0x00000001 , 0x00004601 
- 00013955  0x000025db fetch  0x00000001 , 0x00004621 
- 00013956  0x000025dc beq  0x00000005 , 0x00003689 
- 00013957  0x000025dd fetch  0x00000001 , 0x00004601 
- 00013958  0x000025de beq  0x00000006 , 0x00003694 
- 00013959  0x000025df beq  0x0000000c , 0x00003694 
- 00013960  0x000025e0 rtn 
- 00013961  0x000025e4 fetch  0x00000001 , 0x00004601 
- 00013962  0x000025e5 beq  0x00000003 , 0x00003694 
- 00013963  0x000025e6 beq  0x00000006 , 0x00003694 
- 00013964  0x000025e7 rtn 
- 00013965  0x000025f1 bmark1  0x0000002f , 0x00003690 
- 00013966  0x000025f2 store  0x00000001 , 0x0000453a 
- 00013967  0x000025f3 rtn 
- 00013968  0x000025f5 store  0x00000001 , 0x0000453b 
- 00013969  0x000025f6 rtn 
- 00013970  0x000025f9 fetch  0x00000001 , 0x00004589 
- 00013971  0x000025fa rtnbit0  0x00000004 
- 00013972  0x000025fc fetch  0x00000001 , 0x00004589 
- 00013973  0x000025fd set0  0x00000004 , 0x0000003f 
- 00013974  0x000025fe store  0x00000001 , 0x00004589 
- 00013975  0x000025ff call  0x0000368d 
- 00013976  0x00002600 call  0x0000371e 
- 00013977  0x00002601 branch  0x00003222 
- 00013978  0x00002604 call  0x0000370e 
- 00013979  0x00002605 call  0x0000371e 
- 00013980  0x00002606 branch  0x00003222 
- 00013981  0x00002619 fetch  0x00000002 , 0x000045f4 
- 00013982  0x0000261a branch  0x00007d79 
- 00013983  0x0000261d fetch  0x00000001 , 0x00004602 
- 00013984  0x0000261e call  0x000036a6 , 0x00000034 
- 00013985  0x0000261f fetch  0x00000001 , 0x00004618 
- 00013986  0x00002620 rtneq  0x00000001 
- 00013987  0x00002621 call  0x0000369d 
- 00013988  0x00002622 fetch  0x00000002 , 0x000045fa 
- 00013989  0x00002623 branch  0x00007d79 
- 00013990  0x00002626 jam  0x00000001 , 0x00004589 
- 00013991  0x00002627 jam  0x00000001 , 0x00004602 
- 00013992  0x00002628 call  0x00003636 
- 00013993  0x00002629 store  0x00000001 , 0x00004519 
- 00013994  0x0000262a setarg  0x00000000 
- 00013995  0x0000262b store  0x00000007 , 0x0000451a 
- 00013996  0x0000262c fetch  0x00000004 , 0x00004604 
- 00013997  0x0000262d store  0x00000004 , 0x00004521 
- 00013998  0x0000262e jam  0x0000000c , 0x00004588 
- 00013999  0x0000262f fetch  0x00000001 , 0x00004589 
- 00014000  0x00002630 set1  0x00000003 , 0x0000003f 
- 00014001  0x00002631 store  0x00000001 , 0x00004589 
- 00014002  0x00002632 call  0x000031e5 
- 00014003  0x00002633 branch  0x0000360c 
- 00014004  0x00002638 bpatchx  0x0000009e , 0x00004033 
- 00014005  0x00002639 enable  0x00000028 
- 00014006  0x0000263a call  0x00002408 
- 00014007  0x0000263b fetch  0x00000003 , 0x000040bd 
- 00014008  0x0000263c branch  0x00007dbc , 0x00000034 
- 00014009  0x0000263d fetch  0x00000001 , 0x00004094 
- 00014010  0x0000263e branch  0x00007dbc , 0x00000034 
- 00014011  0x0000263f fetch  0x00000001 , 0x00004618 
- 00014012  0x00002640 beq  0x00000001 , 0x00007dbc 
- 00014013  0x00002641 rtn 
- 00014014  0x00002644 fetch  0x00000002 , 0x000045f6 
- 00014015  0x00002645 branch  0x00007d79 
- 00014016  0x00002653 call  0x00003245 
- 00014017  0x00002654 nrtn  0x00000028 
- 00014018  0x00002655 call  0x000036d5 
- 00014019  0x00002656 fetch  0x00000002 , 0x00004619 
- 00014020  0x00002657 increase  0x00000001 , 0x0000003f 
- 00014021  0x00002658 store  0x00000002 , 0x00004619 
- 00014022  0x00002659 fetcht  0x00000002 , 0x0000461b 
- 00014023  0x0000265a isub  0x00000002 , 0x0000003e 
- 00014024  0x0000265b call  0x000036ca , 0x00000005 
- 00014025  0x0000265c branch  0x00003609 
- 00014026  0x00002660 jam  0x00000000 , 0x00004618 
- 00014027  0x00002661 setarg  0x00000000 
- 00014028  0x00002662 store  0x00000002 , 0x00004619 
- 00014029  0x00002663 setarg  0x00000064 
- 00014030  0x00002664 store  0x00000002 , 0x0000461b 
- 00014031  0x00002666 jam  0x00000000 , 0x00004617 
- 00014032  0x00002667 fetch  0x00000001 , 0x000045a8 
- 00014033  0x00002669 store  0x00000001 , 0x000045a7 
- 00014034  0x0000266a rtn 
- 00014035  0x0000266c fetch  0x00000001 , 0x000045a9 
- 00014036  0x0000266d branch  0x000036d1 
- 00014037  0x00002670 fetch  0x00000001 , 0x00004617 
- 00014038  0x00002671 increase  0x00000001 , 0x0000003f 
- 00014039  0x00002672 store  0x00000001 , 0x00004617 
- 00014040  0x00002673 beq  0x00000004 , 0x000036d3 
- 00014041  0x00002674 beq  0x00000005 , 0x000036cf 
- 00014042  0x00002675 rtn 
- 00014043  0x00002678 jam  0x00000001 , 0x00004618 
- 00014044  0x00002679 setarg  0x00000000 
- 00014045  0x0000267a store  0x00000002 , 0x00004619 
- 00014046  0x0000267b rtn 
- 00014047  0x00002686 arg  0x00000002 , 0x00000039 
- 00014048  0x00002687 arg  0x0000458f , 0x00000006 
- 00014049  0x00002689 call  0x00007dba 
- 00014050  0x0000268a setarg  0x0000ffff 
- 00014051  0x0000268c ifetcht  0x00000002 , 0x00000006 
- 00014052  0x0000268d isub  0x00000002 , 0x0000003e 
- 00014053  0x0000268e ncall  0x00007dbc , 0x00000005 
- 00014054  0x0000268f loop  0x000036e3 
- 00014055  0x00002690 rtn 
- 00014056  0x0000269b bpatchx  0x0000009f , 0x00004033 
- 00014057  0x0000269c fetch  0x00000001 , 0x00004437 
- 00014058  0x0000269d nrtn  0x00000034 
- 00014059  0x0000269e fetch  0x00000002 , 0x000044e9 
- 00014060  0x0000269f rtnbit1  0x0000000b 
- 00014061  0x000026a2 fetchr  0x00000011 , 0x00000002 , 0x000045f0 
- 00014062  0x000026a3 call  0x000035b4 
- 00014063  0x000026a4 storet  0x00000001 , 0x00004624 
- 00014064  0x000026a5 fetch  0x00000001 , 0x00004629 
- 00014065  0x000026a6 bmark1  0x00000026 , 0x000036f3 
- 00014066  0x000026a7 fetch  0x00000001 , 0x0000462c 
- 00014067  0x000026a9 isub  0x00000002 , 0x0000003e 
- 00014068  0x000026aa nbranch  0x0000370d , 0x00000002 
- 00014069  0x000026ab fetch  0x00000001 , 0x00004626 
- 00014070  0x000026ac sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00014071  0x000026ad nbranch  0x000036fb , 0x00000002 
- 00014072  0x000026ae fetch  0x00000001 , 0x00004626 
- 00014073  0x000026af beq  0x00000000 , 0x0000370e 
- 00014074  0x000026b0 rtn 
- 00014075  0x000026b3 fetch  0x00000001 , 0x00004626 
- 00014076  0x000026b4 fetcht  0x00000001 , 0x00004627 
- 00014077  0x000026b5 isub  0x00000002 , 0x0000003e 
- 00014078  0x000026b6 nrtn  0x00000005 
- 00014079  0x000026b7 jam  0x00000000 , 0x00004626 
- 00014080  0x000026b9 fetcht  0x00000001 , 0x00004624 
- 00014081  0x000026ba fetch  0x00000001 , 0x00004628 
- 00014082  0x000026bb bmark1  0x00000026 , 0x00003704 
- 00014083  0x000026bc fetch  0x00000001 , 0x0000462b 
- 00014084  0x000026be isub  0x00000002 , 0x0000003e 
- 00014085  0x000026bf nrtn  0x00000002 
- 00014086  0x000026c0 fetch  0x00000001 , 0x00004625 
- 00014087  0x000026c1 beq  0x00000000 , 0x00003715 
- 00014088  0x000026c2 increase  0xffffffff , 0x0000003f 
- 00014089  0x000026c3 store  0x00000001 , 0x00004625 
- 00014090  0x000026c4 beq  0x00000000 , 0x00003715 
- 00014091  0x000026c7 jam  0x00000000 , 0x00004141 
- 00014092  0x000026c8 rtn 
- 00014093  0x000026cb jam  0x00000000 , 0x00004626 
- 00014094  0x000026cd fetch  0x00000001 , 0x00004625 
- 00014095  0x000026ce beq  0x00000002 , 0x00003713 
- 00014096  0x000026cf increase  0x00000001 , 0x0000003f 
- 00014097  0x000026d0 store  0x00000001 , 0x00004625 
- 00014098  0x000026d1 beq  0x00000001 , 0x0000370b 
- 00014099  0x000026d3 jam  0x00000006 , 0x00004141 
- 00014100  0x000026d4 rtn 
- 00014101  0x000026d7 jam  0x00000085 , 0x00004141 
- 00014102  0x000026d8 rtn 
- 00014103  0x000026db jam  0x00000001 , 0x00004625 
- 00014104  0x000026dc jam  0x00000000 , 0x00004626 
- 00014105  0x000026dd rtn 
- 00014106  0x000026e0 fetch  0x00000001 , 0x00004626 
- 00014107  0x000026e1 increase  0x00000001 , 0x0000003f 
- 00014108  0x000026e2 store  0x00000001 , 0x00004626 
- 00014109  0x000026e3 rtn 
- 00014110  0x000026e6 fetch  0x00000001 , 0x00004626 
- 00014111  0x000026e7 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00014112  0x000026e8 ncall  0x00003726 , 0x00000002 
- 00014113  0x000026e9 fetch  0x00000001 , 0x00004626 
- 00014114  0x000026ea rtneq  0x00000000 
- 00014115  0x000026eb increase  0xffffffff , 0x0000003f 
- 00014116  0x000026ec store  0x00000001 , 0x00004626 
- 00014117  0x000026ed rtn 
- 00014118  0x000026f0 jam  0x00000003 , 0x00004626 
- 00014119  0x000026f1 rtn 
- 00014120  0x000026fc fetch  0x00000001 , 0x000008f3 
- 00014121  0x000026fd store  0x00000001 , 0x00000709 
- 00014122  0x000026fe copy  0x00000030 , 0x00000006 
- 00014123  0x000026ff call  0x00007c8e 
- 00014124  0x00002700 fetch  0x00000002 , 0x00004826 
- 00014125  0x00002701 branch  0x00007d79 
- 00014126  0x00002704 jam  0x0000001e , 0x000049b8 
- 00014127  0x00002705 call  0x0000378c 
- 00014128  0x00002708 fetch  0x00000001 , 0x0000070a 
- 00014129  0x00002709 beq  0x00000000 , 0x00003739 
- 00014130  0x0000270a beq  0x00000080 , 0x00003d67 
- 00014131  0x0000270b beq  0x00000082 , 0x00003ed4 
- 00014132  0x0000270c beq  0x000000d1 , 0x00003799 
- 00014133  0x0000270d beq  0x000000d0 , 0x000037ba 
- 00014134  0x0000270e beq  0x000000d2 , 0x00003799 
- 00014135  0x0000270f beq  0x000000d5 , 0x000037bb 
- 00014136  0x00002710 rtn 
- 00014137  0x00002714 arg  0x0000070e , 0x00000006 
- 00014138  0x00002715 arg  0x00004959 , 0x00000005 
- 00014139  0x00002716 call  0x00007c8f 
- 00014140  0x00002717 jam  0x00000000 , 0x000047e4 
- 00014141  0x00002718 call  0x00003bbf 
- 00014142  0x00002719 call  0x00003bb1 
- 00014143  0x0000271a call  0x0000375e 
- 00014144  0x0000271b call  0x0000374f 
- 00014145  0x0000271c call  0x00003754 
- 00014146  0x0000271d jam  0x00000000 , 0x000047e4 
- 00014147  0x0000271e fetch  0x00000002 , 0x00004828 
- 00014148  0x0000271f branch  0x00007d79 
- 00014149  0x00002722 setarg  0x00000000 
- 00014150  0x00002723 store  0x00000002 , 0x00004806 
- 00014151  0x00002725 random  0x0000003f 
- 00014152  0x00002726 and  0x0000003f , 0x0000001f , 0x0000003f 
- 00014153  0x00002727 add  0x0000003f , 0x0000001e , 0x0000003f 
- 00014154  0x00002728 store  0x00000001 , 0x00004804 
- 00014155  0x00002729 add  0x0000003f , 0x00000005 , 0x0000003f 
- 00014156  0x0000272a store  0x00000001 , 0x00004803 
- 00014157  0x0000272b call  0x00003e53 
- 00014158  0x0000272c branch  0x00003a71 
- 00014159  0x0000272f fetch  0x00000001 , 0x00000951 
- 00014160  0x00002730 jam  0x00000004 , 0x000047e4 
- 00014161  0x00002731 rtneq  0x00000001 
- 00014162  0x00002732 jam  0x00000000 , 0x000047e4 
- 00014163  0x00002733 rtn 
- 00014164  0x00002736 setarg  0x00000080 
- 00014165  0x00002737 store  0x00000001 , 0x00000723 
- 00014166  0x00002738 setarg  0x00000003 
- 00014167  0x00002739 istore  0x00000001 , 0x00000005 
- 00014168  0x0000273a setarg  0x00000000 
- 00014169  0x0000273b istore  0x00000001 , 0x00000005 
- 00014170  0x0000273c fetch  0x00000003 , 0x0000070b 
- 00014171  0x0000273d istore  0x00000003 , 0x00000005 
- 00014172  0x0000273e jam  0x00000006 , 0x00000722 
- 00014173  0x0000273f branch  0x000041b5 
- 00014174  0x00002743 fetch  0x00000002 , 0x0000484c 
- 00014175  0x00002744 rtnbit1  0x00000002 
- 00014176  0x00002745 call  0x00003e3e 
- 00014177  0x00002747 add  0x00000011 , 0x00000006 , 0x00000013 
- 00014178  0x00002748 setarg  0xffffffff 
- 00014179  0x00002749 istore  0x00000008 , 0x00000013 
- 00014180  0x0000274a istore  0x00000008 , 0x00000005 
- 00014181  0x0000274b ifetch  0x00000002 , 0x00000011 
- 00014182  0x0000274c istore  0x00000002 , 0x00000013 
- 00014183  0x0000274d copy  0x00000012 , 0x0000003f 
- 00014184  0x0000274e iadd  0x00000011 , 0x00000011 
- 00014185  0x0000274f loop  0x00003761 
- 00014186  0x00002750 fetch  0x00000002 , 0x00004848 
- 00014187  0x00002751 branch  0x00007d79 
- 00014188  0x00002755 setarg  0x00000082 
- 00014189  0x00002756 store  0x00000001 , 0x00000723 
- 00014190  0x00002757 setarg  0x00000004 
- 00014191  0x00002758 istore  0x00000001 , 0x00000005 
- 00014192  0x00002759 fetch  0x00000001 , 0x0000070c 
- 00014193  0x0000275a istore  0x00000001 , 0x00000005 
- 00014194  0x0000275b jam  0x00000003 , 0x00000722 
- 00014195  0x0000275c branch  0x000041b5 
- 00014196  0x00002760 setarg  0x00000082 
- 00014197  0x00002761 store  0x00000001 , 0x00000723 
- 00014198  0x00002762 setarg  0x0000004e 
- 00014199  0x00002763 istore  0x00000001 , 0x00000005 
- 00014200  0x00002764 fetch  0x00000002 , 0x0000070c 
- 00014201  0x00002765 istore  0x00000002 , 0x00000005 
- 00014202  0x00002766 jam  0x00000004 , 0x00000722 
- 00014203  0x00002767 branch  0x000041b5 
- 00014204  0x0000276b setarg  0x00000082 
- 00014205  0x0000276c store  0x00000001 , 0x00000723 
- 00014206  0x0000276d setarg  0x00000060 
- 00014207  0x0000276e istore  0x00000001 , 0x00000005 
- 00014208  0x0000276f fetch  0x00000004 , 0x0000070c 
- 00014209  0x00002770 istore  0x00000004 , 0x00000005 
- 00014210  0x00002771 jam  0x00000006 , 0x00000722 
- 00014211  0x00002772 branch  0x000041b5 
- 00014212  0x00002777 setarg  0x0000005e 
- 00014213  0x00002778 store  0x00000001 , 0x00000723 
- 00014214  0x00002779 setarg  0x00000000 
- 00014215  0x0000277a istore  0x00000001 , 0x00000005 
- 00014216  0x0000277b fetch  0x00000002 , 0x0000070c 
- 00014217  0x0000277c istore  0x00000002 , 0x00000005 
- 00014218  0x0000277d jam  0x00000004 , 0x00000722 
- 00014219  0x0000277e branch  0x000041b5 
- 00014220  0x00002784 fetch  0x00000001 , 0x00004804 
- 00014221  0x00002785 rtn  0x00000034 
- 00014222  0x00002786 pincrease  0x0000001e 
- 00014223  0x00002787 store  0x00000001 , 0x00004804 
- 00014224  0x00002788 rtn 
- 00014225  0x0000278b arg  0x00004803 , 0x00000013 
- 00014226  0x0000278c arg  0x000037e4 , 0x00000012 
- 00014227  0x0000278d branch  0x000042e0 
- 00014228  0x00002790 arg  0x00004804 , 0x00000013 
- 00014229  0x00002791 arg  0x00003797 , 0x00000012 
- 00014230  0x00002792 branch  0x000042e0 
- 00014231  0x00002795 fetch  0x00000002 , 0x00004855 
- 00014232  0x00002796 branch  0x00007d79 
- 00014233  0x0000279e call  0x000037c4 
- 00014234  0x0000279f nrtn  0x00000028 
- 00014235  0x000027a0 bpatchx  0x000000a0 , 0x00004034 
- 00014236  0x000027a1 fetch  0x00000002 , 0x0000070e 
- 00014237  0x000027a2 arg  0x0000f01f , 0x00000002 
- 00014238  0x000027a3 isub  0x00000002 , 0x0000003e 
- 00014239  0x000027a4 branch  0x000037d8 , 0x00000005 
- 00014240  0x000027a6 arg  0x0000f014 , 0x00000002 
- 00014241  0x000027a7 isub  0x00000002 , 0x0000003e 
- 00014242  0x000027a8 branch  0x0000391c , 0x00000005 
- 00014243  0x000027aa arg  0x0000f013 , 0x00000002 
- 00014244  0x000027ab isub  0x00000002 , 0x0000003e 
- 00014245  0x000027ac branch  0x00003907 , 0x00000005 
- 00014246  0x000027ae arg  0x0000f017 , 0x00000002 
- 00014247  0x000027af isub  0x00000002 , 0x0000003e 
- 00014248  0x000027b0 branch  0x00003819 , 0x00000005 
- 00014249  0x000027b1 arg  0x0000f018 , 0x00000002 
- 00014250  0x000027b2 isub  0x00000002 , 0x0000003e 
- 00014251  0x000027b3 branch  0x00003845 , 0x00000005 
- 00014252  0x000027b4 arg  0x0000f016 , 0x00000002 
- 00014253  0x000027b5 isub  0x00000002 , 0x0000003e 
- 00014254  0x000027b6 branch  0x0000386a , 0x00000005 
- 00014255  0x000027b9 arg  0x00000534 , 0x00000002 
- 00014256  0x000027ba isub  0x00000002 , 0x0000003e 
- 00014257  0x000027bb branch  0x000037cf , 0x00000005 
- 00014258  0x000027bc arg  0x00000533 , 0x00000002 
- 00014259  0x000027bd isub  0x00000002 , 0x0000003e 
- 00014260  0x000027be branch  0x000037d2 , 0x00000005 
- 00014261  0x000027bf arg  0x00000123 , 0x00000002 
- 00014262  0x000027c0 isub  0x00000002 , 0x0000003e 
- 00014263  0x000027c1 branch  0x000037d5 , 0x00000005 
- 00014264  0x000027c2 fetch  0x00000002 , 0x0000482c 
- 00014265  0x000027c3 branch  0x00007d79 
- 00014266  0x000027c6 rtn 
- 00014267  0x000027c8 ifetch  0x00000002 , 0x00000006 
- 00014268  0x000027c9 arg  0x000001a8 , 0x00000002 
- 00014269  0x000027ca isub  0x00000002 , 0x0000003e 
- 00014270  0x000027cb nrtn  0x00000005 
- 00014271  0x000027cc ifetch  0x00000001 , 0x00000006 
- 00014272  0x000027cd fetcht  0x00000001 , 0x000049b6 
- 00014273  0x000027ce isub  0x00000002 , 0x0000003e 
- 00014274  0x000027cf nrtn  0x00000005 
- 00014275  0x000027d0 branch  0x00003b2a 
- 00014276  0x000027d3 call  0x00007dbc 
- 00014277  0x000027d4 fetch  0x00000002 , 0x0000070b 
- 00014278  0x000027d5 arg  0x000001a8 , 0x00000002 
- 00014279  0x000027d6 isub  0x00000002 , 0x0000003e 
- 00014280  0x000027d7 nrtn  0x00000005 
- 00014281  0x000027d8 fetcht  0x00000001 , 0x000044f1 
- 00014282  0x000027d9 fetch  0x00000001 , 0x0000070d 
- 00014283  0x000027da isub  0x00000002 , 0x0000003e 
- 00014284  0x000027db rtn  0x00000005 
- 00014285  0x000027dc store  0x00000001 , 0x000044f1 
- 00014286  0x000027dd branch  0x00007dba 
- 00014287  0x000027e0 call  0x000037f4 
- 00014288  0x000027e1 fetch  0x00000002 , 0x0000483c 
- 00014289  0x000027e2 branch  0x00007d79 
- 00014290  0x000027e6 call  0x000037f4 
- 00014291  0x000027e7 fetch  0x00000002 , 0x0000483e 
- 00014292  0x000027e8 branch  0x00007d79 
- 00014293  0x000027eb call  0x000037ee 
- 00014294  0x000027ec fetch  0x00000002 , 0x00004840 
- 00014295  0x000027ed branch  0x00007d79 
- 00014296  0x000027f1 call  0x000037f0 
- 00014297  0x000027f3 fetch  0x00000004 , 0x00000710 
- 00014298  0x000027f4 store  0x00000004 , 0x000044f3 
- 00014299  0x000027f5 branch  0x00003889 
- 00014300  0x000027fa setarg  0x000000d3 
- 00014301  0x000027fb store  0x00000001 , 0x00000723 
- 00014302  0x000027fc setarg  0x000001a8 
- 00014303  0x000027fd istore  0x00000002 , 0x00000005 
- 00014304  0x000027fe fetch  0x00000001 , 0x000044f1 
- 00014305  0x000027ff istore  0x00000001 , 0x00000005 
- 00014306  0x00002800 istoret  0x00000002 , 0x00000005 
- 00014307  0x00002801 rtn 
- 00014308  0x00002805 arg  0x00000000 , 0x00000007 
- 00014309  0x00002806 arg  0x00000003 , 0x00000002 
- 00014310  0x00002807 arg  0x0000f009 , 0x00000011 
- 00014311  0x00002808 branch  0x000037fc 
- 00014312  0x00002814 arg  0x00000100 , 0x00000011 
- 00014313  0x00002815 branch  0x000037fc 
- 00014314  0x0000281a arg  0x00000008 , 0x00000039 
- 00014315  0x0000281b branch  0x000037f6 
- 00014316  0x0000281e arg  0x00000008 , 0x00000039 
- 00014317  0x0000281f branch  0x000037f6 
- 00014318  0x00002822 arg  0x00000006 , 0x00000039 
- 00014319  0x00002823 branch  0x000037f6 
- 00014320  0x00002826 arg  0x00000004 , 0x00000039 
- 00014321  0x00002827 branch  0x000037f6 
- 00014322  0x0000282a arg  0x00000002 , 0x00000039 
- 00014323  0x0000282b branch  0x000037f6 
- 00014324  0x0000282e arg  0x00000001 , 0x00000039 
- 00014325  0x0000282f branch  0x000037f6 
- 00014326  0x00002833 add  0x00000039 , 0x00000006 , 0x0000003f 
- 00014327  0x00002834 store  0x00000001 , 0x00000722 
- 00014328  0x00002835 call  0x000037dc 
- 00014329  0x00002836 arg  0x00000710 , 0x00000006 
- 00014330  0x00002837 call  0x00007cda 
- 00014331  0x00002838 branch  0x000041b5 
- 00014332  0x00002840 call  0x00003808 
- 00014333  0x00002841 istorer  0x00000011 , 0x00000002 , 0x00000005 
- 00014334  0x00002842 istoret  0x00000001 , 0x00000005 
- 00014335  0x00002843 jam  0x00000007 , 0x00000722 
- 00014336  0x00002844 branch  0x00003806 
- 00014337  0x0000284b call  0x00003808 
- 00014338  0x0000284c istorer  0x00000011 , 0x00000002 , 0x00000005 
- 00014339  0x0000284d istoret  0x00000002 , 0x00000005 
- 00014340  0x0000284e jam  0x00000008 , 0x00000722 
- 00014341  0x0000284f branch  0x00003806 
- 00014342  0x00002854 call  0x00003f6e 
- 00014343  0x00002855 branch  0x000041b5 
- 00014344  0x00002859 fetch  0x00000001 , 0x000047ae 
- 00014345  0x0000285a store  0x00000001 , 0x0000092b 
- 00014346  0x0000285b setarg  0x000000f0 
- 00014347  0x0000285c store  0x00000002 , 0x0000094c 
- 00014348  0x0000285d fetch  0x00000001 , 0x000044f2 
- 00014349  0x0000285e pincrease  0x00000001 
- 00014350  0x0000285f store  0x00000001 , 0x000044f2 
- 00014351  0x00002860 beq  0x000000c0 , 0x00003817 
- 00014352  0x00002861 setarg  0x000000d4 
- 00014353  0x00002862 store  0x00000001 , 0x00000723 
- 00014354  0x00002863 setarg  0x000001a8 
- 00014355  0x00002864 istore  0x00000002 , 0x00000005 
- 00014356  0x00002865 fetch  0x00000001 , 0x000044f2 
- 00014357  0x00002866 istore  0x00000001 , 0x00000005 
- 00014358  0x00002867 rtn 
- 00014359  0x0000286a jam  0x00000080 , 0x000044f2 
- 00014360  0x0000286b rtn 
- 00014361  0x0000286f copy  0x00000006 , 0x00000011 
- 00014362  0x00002870 fetch  0x00000001 , 0x00000709 
- 00014363  0x00002871 arg  0x00000006 , 0x00000002 
- 00014364  0x00002872 isub  0x00000002 , 0x0000003f 
- 00014365  0x00002873 store  0x00000001 , 0x00004608 
- 00014366  0x00002874 copy  0x0000003f , 0x00000039 
- 00014367  0x00002875 copy  0x00000011 , 0x00000006 
- 00014368  0x00002876 arg  0x00004609 , 0x00000005 
- 00014369  0x00002877 call  0x00007cda 
- 00014370  0x00002878 arg  0x00000000 , 0x00000012 
- 00014371  0x0000287a arg  0x00004609 , 0x0000003f 
- 00014372  0x0000287b iadd  0x00000012 , 0x00000002 
- 00014373  0x0000287c ifetch  0x00000001 , 0x00000002 
- 00014374  0x0000287d beq  0x000000ff , 0x0000383f 
- 00014375  0x0000287e and  0x0000003f , 0x0000007f , 0x0000003f 
- 00014376  0x0000287f call  0x00003837 
- 00014377  0x00002880 increase  0x00000001 , 0x00000012 
- 00014378  0x00002881 fetch  0x00000001 , 0x00004608 
- 00014379  0x00002882 isub  0x00000012 , 0x0000003e 
- 00014380  0x00002883 branch  0x00003823 , 0x00000002 
- 00014381  0x00002884 call  0x0000394a 
- 00014382  0x00002886 arg  0x0000f017 , 0x00000002 
- 00014383  0x00002887 call  0x000037dc 
- 00014384  0x00002888 arg  0x00000000 , 0x00000002 
- 00014385  0x00002889 istoret  0x00000001 , 0x00000005 
- 00014386  0x0000288a copy  0x00000005 , 0x00000002 
- 00014387  0x0000288b call  0x0000393b 
- 00014388  0x0000288c pincrease  0x00000007 
- 00014389  0x0000288d store  0x00000001 , 0x00000722 
- 00014390  0x0000288e branch  0x000041b5 
- 00014391  0x00002891 rtn  0x00000034 
- 00014392  0x00002892 pincrease  0xffffffff 
- 00014393  0x00002893 mul32  0x0000003f , 0x00000012 , 0x0000003f 
- 00014394  0x00002894 arg  0x00004503 , 0x00000011 
- 00014395  0x00002895 iadd  0x00000011 , 0x00000011 
- 00014396  0x00002896 setarg  0x00000000 
- 00014397  0x00002897 istore  0x00000001 , 0x00000011 
- 00014398  0x00002898 rtn 
- 00014399  0x0000289b arg  0x00000012 , 0x00000039 
- 00014400  0x0000289c mul32  0x00000039 , 0x0000000d , 0x00000039 
- 00014401  0x0000289d arg  0x00004503 , 0x00000005 
- 00014402  0x0000289e call  0x00007ca1 
- 00014403  0x0000289f call  0x0000394a 
- 00014404  0x000028a0 branch  0x0000382e 
- 00014405  0x000028a3 ifetch  0x00000001 , 0x00000006 
- 00014406  0x000028a4 beq  0x000000ff , 0x0000385e 
- 00014407  0x000028a5 store  0x00000001 , 0x000045ff 
- 00014408  0x000028a6 ifetch  0x00000001 , 0x00000006 
- 00014409  0x000028a7 pincrease  0xffffffff 
- 00014410  0x000028a8 mul32  0x0000003f , 0x00000012 , 0x0000003f 
- 00014411  0x000028a9 arg  0x00004503 , 0x00000006 
- 00014412  0x000028aa iadd  0x00000006 , 0x00000006 
- 00014413  0x000028ab arg  0x000045ed , 0x00000005 
- 00014414  0x000028ac arg  0x00000012 , 0x00000039 
- 00014415  0x000028ad call  0x00007cda 
- 00014416  0x000028ae arg  0x0000f018 , 0x00000002 
- 00014417  0x000028af call  0x000037dc 
- 00014418  0x000028b0 fetch  0x00000001 , 0x000045ed 
- 00014419  0x000028b1 branch  0x00003867 , 0x00000034 
- 00014420  0x000028b2 arg  0x00000000 , 0x00000002 
- 00014421  0x000028b3 istoret  0x00000001 , 0x00000005 
- 00014422  0x000028b5 fetch  0x00000001 , 0x000045ff 
- 00014423  0x000028b6 istore  0x00000001 , 0x00000005 
- 00014424  0x000028b7 fetch  0x00000001 , 0x000045ed 
- 00014425  0x000028b8 istore  0x00000001 , 0x00000005 
- 00014426  0x000028b9 fetch  0x00000008 , 0x000045ee 
- 00014427  0x000028ba istore  0x00000008 , 0x00000005 
- 00014428  0x000028bb jam  0x00000011 , 0x00000722 
- 00014429  0x000028bc branch  0x000041b5 
- 00014430  0x000028c0 arg  0x0000f018 , 0x00000002 
- 00014431  0x000028c1 call  0x000037dc 
- 00014432  0x000028c2 arg  0x000000ff , 0x00000002 
- 00014433  0x000028c3 istoret  0x00000002 , 0x00000005 
- 00014434  0x000028c6 copy  0x00000005 , 0x00000002 
- 00014435  0x000028c7 call  0x0000393b 
- 00014436  0x000028c8 pincrease  0x00000008 
- 00014437  0x000028c9 store  0x00000001 , 0x00000722 
- 00014438  0x000028ca branch  0x000041b5 
- 00014439  0x000028d0 arg  0x00000080 , 0x00000002 
- 00014440  0x000028d1 istore  0x00000001 , 0x00000005 
- 00014441  0x000028d2 branch  0x00003856 
- 00014442  0x000028d5 ifetch  0x00000001 , 0x00000006 
- 00014443  0x000028d6 store  0x00000001 , 0x000045ff 
- 00014444  0x000028d7 and  0x0000003f , 0x0000007f , 0x0000003f 
- 00014445  0x000028d8 pincrease  0xffffffff 
- 00014446  0x000028d9 mul32  0x0000003f , 0x00000012 , 0x0000003f 
- 00014447  0x000028da arg  0x00004503 , 0x00000005 
- 00014448  0x000028db iadd  0x00000005 , 0x00000005 
- 00014449  0x000028dc fetch  0x00000001 , 0x000045ff 
- 00014450  0x000028dd istore  0x00000001 , 0x00000005 
- 00014451  0x000028de call  0x0000394a 
- 00014452  0x000028df arg  0x0000f016 , 0x00000002 
- 00014453  0x000028e0 call  0x000037dc 
- 00014454  0x000028e1 setarg  0x00000000 
- 00014455  0x000028e2 istore  0x00000001 , 0x00000005 
- 00014456  0x000028e3 copy  0x00000005 , 0x00000002 
- 00014457  0x000028e4 call  0x0000393b 
- 00014458  0x000028e5 pincrease  0x00000007 
- 00014459  0x000028e6 store  0x00000001 , 0x00000722 
- 00014460  0x000028e7 branch  0x000041b5 
- 00014461  0x000028ed copy  0x00000022 , 0x00000002 
- 00014462  0x000028ee fetch  0x00000004 , 0x000044f7 
- 00014463  0x000028ef isub  0x00000002 , 0x0000003e 
- 00014464  0x000028f0 call  0x0000388f , 0x00000002 
- 00014465  0x000028f1 call  0x00003896 
- 00014466  0x000028f2 isub  0x00000002 , 0x0000003e 
- 00014467  0x000028f3 rtn  0x00000002 
- 00014468  0x000028f4 call  0x0000388a 
- 00014469  0x000028f5 fetch  0x00000004 , 0x000044f3 
- 00014470  0x000028f6 pincrease  0x00000001 
- 00014471  0x000028f7 store  0x00000004 , 0x000044f3 
- 00014472  0x000028f8 branch  0x0000389a 
- 00014473  0x000028fc copy  0x00000022 , 0x0000003f 
- 00014474  0x000028fe store  0x00000004 , 0x000044f7 
- 00014475  0x000028ff fetch  0x00000001 , 0x000044fa 
- 00014476  0x00002900 and_into  0x0000000f , 0x0000003f 
- 00014477  0x00002901 store  0x00000001 , 0x000044fa 
- 00014478  0x00002902 rtn 
- 00014479  0x00002905 rtn  0x00000005 
- 00014480  0x00002906 copy  0x0000003f , 0x00000012 
- 00014481  0x00002907 setarg  0x00100000 
- 00014482  0x00002908 lshift8  0x0000003f , 0x0000003f 
- 00014483  0x00002909 iadd  0x00000002 , 0x00000002 
- 00014484  0x0000290a copy  0x00000012 , 0x0000003f 
- 00014485  0x0000290b rtn 
- 00014486  0x0000290e arg  0x00000014 , 0x00000039 
- 00014487  0x00002910 pincrease  0x000000a0 
- 00014488  0x00002911 loop  0x00003897 
- 00014489  0x00002912 rtn 
- 00014490  0x00002915 setarg  0x0000000d 
- 00014491  0x00002916 store  0x00000001 , 0x00004602 
- 00014492  0x00002917 pincrease  0xffffffff 
- 00014493  0x00002918 mul32  0x0000003f , 0x00000012 , 0x0000003f 
- 00014494  0x00002919 arg  0x00004503 , 0x00000030 
- 00014495  0x0000291a iadd  0x00000030 , 0x00000030 
- 00014496  0x0000291c ifetch  0x00000001 , 0x00000030 
- 00014497  0x0000291d ncall  0x000038a8 , 0x00000034 
- 00014498  0x0000291e increase  0xffffffee , 0x00000030 
- 00014499  0x00002920 fetch  0x00000001 , 0x00004602 
- 00014500  0x00002921 pincrease  0xffffffff 
- 00014501  0x00002922 rtn  0x00000034 
- 00014502  0x00002923 store  0x00000001 , 0x00004602 
- 00014503  0x00002924 branch  0x000038a0 
- 00014504  0x00002927 arg  0x00000007 , 0x00000007 
- 00014505  0x00002928 qisolate0  0x0000003f 
- 00014506  0x00002929 rtn  0x00000001 
- 00014507  0x0000292a and  0x0000003f , 0x0000007f , 0x0000003f 
- 00014508  0x0000292b arg  0x0000000d , 0x00000002 
- 00014509  0x0000292c isub  0x00000002 , 0x0000003e 
- 00014510  0x0000292d rtn  0x00000002 
- 00014511  0x0000292e copy  0x00000030 , 0x00000006 
- 00014512  0x0000292f arg  0x000045ed , 0x00000005 
- 00014513  0x00002930 arg  0x00000012 , 0x00000039 
- 00014514  0x00002931 call  0x00007cda 
- 00014515  0x00002932 fetch  0x00000001 , 0x000045fe 
- 00014516  0x00002933 beq  0x00000059 , 0x000038bf 
- 00014517  0x00002935 fetcht  0x00000004 , 0x000044f3 
- 00014518  0x00002936 fetch  0x00000004 , 0x000045ee 
- 00014519  0x00002937 isub  0x00000002 , 0x0000003e 
- 00014520  0x00002938 fetch  0x00000001 , 0x000045f5 
- 00014521  0x00002939 branch  0x000038e3 , 0x00000005 
- 00014522  0x0000293a nbranch  0x000038bc , 0x00000002 
- 00014523  0x0000293b rtn 
- 00014524  0x0000293e setarg  0x00000000 
- 00014525  0x0000293f istore  0x00000001 , 0x00000030 
- 00014526  0x00002940 rtn 
- 00014527  0x00002944 fetch  0x00000004 , 0x000044f3 
- 00014528  0x00002945 arg  0x0000003c , 0x00000002 
- 00014529  0x00002946 idiv  0x00000002 
- 00014530  0x00002947 call  0x00007d62 
- 00014531  0x00002948 remainder  0x0000003f 
- 00014532  0x00002949 nrtn  0x00000034 
- 00014533  0x0000294b fetch  0x00000004 , 0x000044f3 
- 00014534  0x0000294c arg  0x00054600 , 0x00000002 
- 00014535  0x0000294d isub  0x00000002 , 0x0000003f 
- 00014536  0x0000294f arg  0x00093a80 , 0x00000002 
- 00014537  0x00002950 idiv  0x00000002 
- 00014538  0x00002951 call  0x00007d62 
- 00014539  0x00002952 remainder  0x0000003f 
- 00014540  0x00002953 arg  0x00015180 , 0x00000002 
- 00014541  0x00002954 idiv  0x00000002 
- 00014542  0x00002955 call  0x00007d62 
- 00014543  0x00002956 remainder  0x00000011 
- 00014544  0x00002957 quotient  0x00000007 
- 00014545  0x00002958 fetch  0x00000001 , 0x000045f2 
- 00014546  0x00002959 branch  0x000038d5 , 0x00000034 
- 00014547  0x0000295a qisolate1  0x0000003f 
- 00014548  0x0000295b nrtn  0x00000001 
- 00014549  0x0000295e deposit  0x00000011 
- 00014550  0x0000295f arg  0x0000003c , 0x00000002 
- 00014551  0x00002960 idiv  0x00000002 
- 00014552  0x00002961 call  0x00007d62 
- 00014553  0x00002962 quotient  0x00000002 
- 00014554  0x00002963 setarg  0x000001e0 
- 00014555  0x00002964 iadd  0x00000002 , 0x00000002 
- 00014556  0x00002965 fetch  0x00000002 , 0x000045ee 
- 00014557  0x00002966 arg  0x00000fff , 0x00000011 
- 00014558  0x00002967 iand  0x00000011 , 0x0000003f 
- 00014559  0x00002968 isub  0x00000002 , 0x0000003e 
- 00014560  0x00002969 nrtn  0x00000005 
- 00014561  0x0000296a fetch  0x00000001 , 0x000045f6 
- 00014562  0x0000296b branch  0x000038e3 
- 00014563  0x0000296e store  0x00000001 , 0x0000070c 
- 00014564  0x0000296f jam  0x00000001 , 0x00004602 
- 00014565  0x00002971 copy  0x00000030 , 0x0000003f 
- 00014566  0x00002972 store  0x00000002 , 0x0000091f 
- 00014567  0x00002974 fetcht  0x00000001 , 0x0000070c 
- 00014568  0x00002975 fetchr  0x00000007 , 0x00000001 , 0x00004869 
- 00014569  0x00002976 call  0x000037e8 
- 00014570  0x00002978 fetch  0x00000002 , 0x0000091f 
- 00014571  0x00002979 copy  0x0000003f , 0x00000030 
- 00014572  0x0000297a add  0x00000030 , 0x00000011 , 0x00000006 
- 00014573  0x0000297b ifetch  0x00000001 , 0x00000006 
- 00014574  0x0000297c beq  0x00000059 , 0x000038f4 
- 00014575  0x0000297e setarg  0x00000000 
- 00014576  0x0000297f istore  0x00000001 , 0x00000030 
- 00014577  0x00002980 fetchr  0x00000007 , 0x00000001 , 0x00004869 
- 00014578  0x00002981 call  0x000038ff 
- 00014579  0x00002982 branch  0x0000394a 
- 00014580  0x00002987 fetch  0x00000001 , 0x000045f2 
- 00014581  0x00002988 branch  0x000038ef , 0x00000034 
- 00014582  0x00002989 arg  0x0000f009 , 0x00000002 
- 00014583  0x0000298a call  0x000037dc 
- 00014584  0x0000298b setarg  0x00000011 
- 00014585  0x0000298c istore  0x00000001 , 0x00000005 
- 00014586  0x0000298d ifetch  0x00000001 , 0x00000030 
- 00014587  0x0000298e or  0x0000003f , 0x00000080 , 0x0000003f 
- 00014588  0x0000298f istore  0x00000001 , 0x00000005 
- 00014589  0x00002990 jam  0x00000008 , 0x00000723 
- 00014590  0x00002991 branch  0x00003806 
- 00014591  0x00002994 arg  0x0000f020 , 0x00000002 
- 00014592  0x00002995 call  0x000037dc 
- 00014593  0x00002996 copy  0x00000005 , 0x00000002 
- 00014594  0x00002997 call  0x0000393b 
- 00014595  0x00002999 pincrease  0x00000006 
- 00014596  0x0000299a store  0x00000001 , 0x00000722 
- 00014597  0x0000299b jam  0x000000d3 , 0x00000723 
- 00014598  0x0000299c branch  0x00003806 
- 00014599  0x000029a0 arg  0x000045ed , 0x00000005 
- 00014600  0x000029a1 arg  0x00000010 , 0x00000039 
- 00014601  0x000029a2 call  0x00007cda 
- 00014602  0x000029a3 fetch  0x00000001 , 0x000045ed 
- 00014603  0x000029a4 and  0x0000003f , 0x0000007f , 0x0000003f 
- 00014604  0x000029a5 store  0x00000001 , 0x000045ff 
- 00014605  0x000029a6 sub  0x0000003f , 0x0000000d , 0x0000003e 
- 00014606  0x000029a7 nrtn  0x00000002 
- 00014607  0x000029a8 fetch  0x00000004 , 0x000045ee 
- 00014608  0x000029a9 arg  0x0000003c , 0x00000002 
- 00014609  0x000029aa idiv  0x00000002 
- 00014610  0x000029ab call  0x00007d62 
- 00014611  0x000029ac remainder  0x00000002 
- 00014612  0x000029ad isub  0x00000002 , 0x0000003f 
- 00014613  0x000029ae store  0x00000004 , 0x000045ee 
- 00014614  0x000029af setarg  0x00000000 
- 00014615  0x000029b0 store  0x00000002 , 0x000045fd 
- 00014616  0x000029b1 arg  0x000045ed , 0x00000011 
- 00014617  0x000029b2 call  0x00003930 
- 00014618  0x000029b3 arg  0x0000f013 , 0x00000002 
- 00014619  0x000029b4 branch  0x00003928 
- 00014620  0x000029bb arg  0x000045ed , 0x00000005 
- 00014621  0x000029bc arg  0x00000011 , 0x00000039 
- 00014622  0x000029bd call  0x00007cda 
- 00014623  0x000029c0 fetch  0x00000001 , 0x000045ed 
- 00014624  0x000029c1 and  0x0000003f , 0x0000007f , 0x0000003f 
- 00014625  0x000029c2 store  0x00000001 , 0x000045ff 
- 00014626  0x000029c3 sub  0x0000003f , 0x0000000d , 0x0000003e 
- 00014627  0x000029c4 nrtn  0x00000002 
- 00014628  0x000029c6 jam  0x00000059 , 0x000045fe 
- 00014629  0x000029c7 arg  0x000045ed , 0x00000011 
- 00014630  0x000029c8 call  0x00003930 
- 00014631  0x000029c9 arg  0x0000f014 , 0x00000002 
- 00014632  0x000029ce call  0x000037dc 
- 00014633  0x000029cf setarg  0x00000000 
- 00014634  0x000029d0 store  0x00000001 , 0x00000729 
- 00014635  0x000029d1 copy  0x00000005 , 0x00000002 
- 00014636  0x000029d2 call  0x0000393b 
- 00014637  0x000029d3 pincrease  0x00000007 
- 00014638  0x000029d4 store  0x00000001 , 0x00000722 
- 00014639  0x000029d5 branch  0x000041b5 
- 00014640  0x000029d9 call  0x00003937 
- 00014641  0x000029da copy  0x00000011 , 0x00000006 
- 00014642  0x000029db arg  0x00004503 , 0x00000005 
- 00014643  0x000029dc iadd  0x00000005 , 0x00000005 
- 00014644  0x000029dd arg  0x00000012 , 0x00000039 
- 00014645  0x000029de call  0x00007cda 
- 00014646  0x000029df branch  0x0000394a 
- 00014647  0x000029e2 fetch  0x00000001 , 0x000045ff 
- 00014648  0x000029e3 pincrease  0xffffffff 
- 00014649  0x000029e4 mul32  0x0000003f , 0x00000012 , 0x0000003f 
- 00014650  0x000029e5 rtn 
- 00014651  0x000029e8 arg  0x00004503 , 0x00000011 
- 00014652  0x000029e9 arg  0x00000000 , 0x00000012 
- 00014653  0x000029ea copy  0x00000002 , 0x00000005 
- 00014654  0x000029eb arg  0x0000000d , 0x00000039 
- 00014655  0x000029ec increase  0xffffffff , 0x00000039 
- 00014656  0x000029ee ifetch  0x00000001 , 0x00000011 
- 00014657  0x000029ef beq  0x000000ff , 0x00003945 
- 00014658  0x000029f0 branch  0x00003945 , 0x00000034 
- 00014659  0x000029f1 increase  0x00000001 , 0x00000012 
- 00014660  0x000029f2 istore  0x00000001 , 0x00000005 
- 00014661  0x000029f4 setarg  0x00000012 
- 00014662  0x000029f5 iadd  0x00000011 , 0x00000011 
- 00014663  0x000029f6 loop  0x00003940 
- 00014664  0x000029f7 copy  0x00000012 , 0x0000003f 
- 00014665  0x000029f8 rtn 
- 00014666  0x000029fb fetch  0x00000002 , 0x0000484a 
- 00014667  0x000029fc branch  0x00007d79 
- 00014668  0x00002a07 bpatchx  0x000000a1 , 0x00004034 
- 00014669  0x00002a08 setarg  0x00004a5e 
- 00014670  0x00002a09 store  0x00000002 , 0x00004aed 
- 00014671  0x00002a0a setarg  0x00004aeb 
- 00014672  0x00002a0b store  0x00000002 , 0x00000919 
- 00014673  0x00002a0c jam  0x00000014 , 0x00000787 
- 00014674  0x00002a0d fetch  0x00000001 , 0x00004808 
- 00014675  0x00002a0e store  0x00000001 , 0x00000788 
- 00014676  0x00002a10 fetch  0x00000001 , 0x00000916 
- 00014677  0x00002a11 pincrease  0x0000000b 
- 00014678  0x00002a12 add  0x0000003f , 0xfffffffe , 0x00000039 
- 00014679  0x00002a1b store  0x00000001 , 0x00000789 
- 00014680  0x00002a1c pincrease  0xffffffff 
- 00014681  0x00002a1f istore  0x00000001 , 0x00000005 
- 00014682  0x00002a20 setarg  0x0000002a 
- 00014683  0x00002a21 istore  0x00000001 , 0x00000005 
- 00014684  0x00002a22 arg  0x00004998 , 0x00000006 
- 00014685  0x00002a23 call  0x00007ccc 
- 00014686  0x00002a24 fetchr  0x00000011 , 0x00000002 , 0x00000919 
- 00014687  0x00002a25 call  0x00003967 
- 00014688  0x00002a26 call  0x000078b2 
- 00014689  0x00002a28 fetch  0x00000002 , 0x000044e9 
- 00014690  0x00002a29 isolate1  0x00000009 , 0x0000003f 
- 00014691  0x00002a2a nrtn  0x00000001 
- 00014692  0x00002a2c call  0x00003e5e 
- 00014693  0x00002a2d arg  0x00000787 , 0x00000011 
- 00014694  0x00002a2e branch  0x000078b2 
- 00014695  0x00002a31 add  0x00000011 , 0x00000002 , 0x00000006 
- 00014696  0x00002a32 ifetch  0x00000002 , 0x00000006 
- 00014697  0x00002a33 store  0x00000002 , 0x000043fb 
- 00014698  0x00002a34 arg  0x00000787 , 0x00000011 
- 00014699  0x00002a35 rtn 
- 00014700  0x00002a39 setarg  0x00004a5e 
- 00014701  0x00002a3a store  0x00000002 , 0x000043fb 
- 00014702  0x00002a3b rtn 
- 00014703  0x00002a40 fetch  0x00000001 , 0x000049b5 
- 00014704  0x00002a41 rtnne  0x00000001 
- 00014705  0x00002a42 jam  0x00000002 , 0x000049b5 
- 00014706  0x00002a43 branch  0x00003ace 
- 00014707  0x00002a46 arg  0x0000078c , 0x00000011 
- 00014708  0x00002a47 arg  0x00000012 , 0x00000002 
- 00014709  0x00002a48 setarg  0x00000021 
- 00014710  0x00002a49 nrtn  0x00000001 
- 00014711  0x00002a4a arg  0x0000079e , 0x00000011 
- 00014712  0x00002a4b fetcht  0x00000001 , 0x00000789 
- 00014713  0x00002a4c increase  0xffffffee , 0x00000002 
- 00014714  0x00002a4d setarg  0x00000022 
- 00014715  0x00002a4e rtn 
- 00014716  0x00002a57 arg  0x0000462b , 0x00000005 
- 00014717  0x00002a58 setarg  0x00000002 
- 00014718  0x00002a59 istore  0x00000001 , 0x00000005 
- 00014719  0x00002a5a setarg  0x00000001 
- 00014720  0x00002a5b istore  0x00000001 , 0x00000005 
- 00014721  0x00002a5c setarg  0x00000002 
- 00014722  0x00002a5d istore  0x00000001 , 0x00000005 
- 00014723  0x00002a5e rtn 
- 00014724  0x00002a63 arg  0x00001827 , 0x00000002 
- 00014725  0x00002a64 setarg  0x00000003 
- 00014726  0x00002a65 istore  0x00000001 , 0x00000005 
- 00014727  0x00002a66 setarg  0x00000003 
- 00014728  0x00002a67 istore  0x00000001 , 0x00000005 
- 00014729  0x00002a68 istoret  0x00000002 , 0x00000005 
- 00014730  0x00002a69 rtn 
- 00014731  0x00002a6d call  0x000025b8 
- 00014732  0x00002a6e call  0x00002af5 
- 00014733  0x00002a6f call  0x0000264e 
- 00014734  0x00002a70 nrtn  0x0000002d 
- 00014735  0x00002a72 fetch  0x00000001 , 0x00000002 
- 00014736  0x00002a73 pincrease  0x00000001 
- 00014737  0x00002a74 store  0x00000001 , 0x00000002 
- 00014738  0x00002a75 fetch  0x00000002 , 0x00004824 
- 00014739  0x00002a76 call  0x00007d79 
- 00014740  0x00002a77 branch  0x000025bc 
- 00014741  0x00002a7a call  0x000039a1 
- 00014742  0x00002a7b rtn  0x00000028 
- 00014743  0x00002a7d call  0x0000398b 
- 00014744  0x00002a7e call  0x00002018 
- 00014745  0x00002a7f fetcht  0x00000002 , 0x00004344 
- 00014746  0x00002a80 arg  0x0000000a , 0x00000007 
- 00014747  0x00002a81 call  0x000020dc 
- 00014748  0x00002a82 rtn  0x00000028 
- 00014749  0x00002a83 arg  0x0000000d , 0x00000007 
- 00014750  0x00002a84 call  0x00007cef 
- 00014751  0x00002a85 nbranch  0x00003997 , 0x00000034 
- 00014752  0x00002a86 rtn 
- 00014753  0x00002a89 fetcht  0x00000002 , 0x00004344 
- 00014754  0x00002a8a arg  0x00000004 , 0x00000007 
- 00014755  0x00002a8b call  0x000020dc 
- 00014756  0x00002a8c rtn  0x00000028 
- 00014757  0x00002a8d call  0x000039a9 
- 00014758  0x00002a8e fetch  0x00000002 , 0x00004344 
- 00014759  0x00002a8f arg  0x0000000d , 0x00000007 
- 00014760  0x00002a90 branch  0x00007ce1 
- 00014761  0x00002a94 fetch  0x00000001 , 0x0000464a 
- 00014762  0x00002a95 pincrease  0x00000001 
- 00014763  0x00002a96 store  0x00000001 , 0x0000464a 
- 00014764  0x00002a97 store  0x00000001 , 0x00000007 
- 00014765  0x00002a98 rtnne  0x00000028 
- 00014766  0x00002a99 jam  0x00000025 , 0x0000464a 
- 00014767  0x00002a9a jam  0x00000025 , 0x00000007 
- 00014768  0x00002a9b rtn 
- 00014769  0x00002a9e fetch  0x00000001 , 0x0000004c 
- 00014770  0x00002a9f and  0x0000003f , 0x0000000f , 0x0000003f 
- 00014771  0x00002aa0 beq  0x00000000 , 0x000039b6 
- 00014772  0x00002aa1 beq  0x00000002 , 0x000039b6 
- 00014773  0x00002aa2 rtn 
- 00014774  0x00002aa5 ifetcht  0x00000001 , 0x00000006 
- 00014775  0x00002aa6 sub  0x00000002 , 0x00000006 , 0x0000003e 
- 00014776  0x00002aa7 rtn  0x00000002 
- 00014777  0x00002aa8 sub  0x00000002 , 0x00000025 , 0x0000003e 
- 00014778  0x00002aa9 nrtn  0x00000002 
- 00014779  0x00002aaa add  0x00000002 , 0xfffffffa , 0x00000011 
- 00014780  0x00002aab add  0x00000006 , 0x00000006 , 0x00000012 
- 00014781  0x00002aae ifetcht  0x00000001 , 0x00000012 
- 00014782  0x00002aaf sub  0x00000002 , 0x00000001 , 0x0000003e 
- 00014783  0x00002ab0 rtn  0x00000002 
- 00014784  0x00002ab1 sub  0x00000002 , 0x0000001e , 0x0000003e 
- 00014785  0x00002ab2 nrtn  0x00000002 
- 00014786  0x00002ab3 copy  0x00000002 , 0x0000003f 
- 00014787  0x00002ab4 rtn  0x00000034 
- 00014788  0x00002ab5 bpatchx  0x000000a2 , 0x00004034 
- 00014789  0x00002ab6 ifetch  0x00000001 , 0x00000006 
- 00014790  0x00002ab7 beq  0x000000ff , 0x000039d1 
- 00014791  0x00002ab8 beq  0x0000002a , 0x00003f7c 
- 00014792  0x00002abb add  0x00000002 , 0x00000001 , 0x0000003f 
- 00014793  0x00002abc isub  0x00000011 , 0x0000003e 
- 00014794  0x00002abd rtn  0x00000002 
- 00014795  0x00002abe iadd  0x00000012 , 0x00000012 
- 00014796  0x00002abf sub  0x00000002 , 0xffffffff , 0x0000003f 
- 00014797  0x00002ac0 iadd  0x00000011 , 0x00000011 
- 00014798  0x00002ac1 copy  0x00000011 , 0x0000003f 
- 00014799  0x00002ac2 rtn  0x00000034 
- 00014800  0x00002ac3 branch  0x000039bd 
- 00014801  0x00002ac6 jam  0x00000000 , 0x000007aa 
- 00014802  0x00002ac7 branch  0x00003cfa 
- 00014803  0x00002acb fetch  0x00000001 , 0x00000000 
- 00014804  0x00002acc pincrease  0x00000001 
- 00014805  0x00002acd store  0x00000001 , 0x00000000 
- 00014806  0x00002acf bpatchx  0x000000a3 , 0x00004034 
- 00014807  0x00002ad0 call  0x000025b8 
- 00014808  0x00002ad1 arg  0x00000027 , 0x00000039 
- 00014809  0x00002ad2 arg  0x00004169 , 0x00000006 
- 00014810  0x00002ad3 arg  0x000007aa , 0x00000005 
- 00014811  0x00002ad4 call  0x00007ccc 
- 00014812  0x00002ad5 jam  0x00000025 , 0x00000007 
- 00014813  0x00002ad6 arg  0x00000708 , 0x0000001b 
- 00014814  0x00002ad7 enable  0x00000010 
- 00014815  0x00002ad8 disable  0x0000002d 
- 00014816  0x00002adb call  0x00002af5 
- 00014817  0x00002adc call  0x000039f0 
- 00014818  0x00002add random  0x0000003f 
- 00014819  0x00002ade arg  0x000001ff , 0x00000002 
- 00014820  0x00002adf iand  0x00000002 , 0x0000003f 
- 00014821  0x00002ae0 add  0x0000003f , 0x00000064 , 0x0000003f 
- 00014822  0x00002ae1 call  0x00007c91 
- 00014823  0x00002ae2 fetch  0x00000001 , 0x00000007 
- 00014824  0x00002ae3 pincrease  0x00000001 
- 00014825  0x00002ae4 store  0x00000001 , 0x00000007 
- 00014826  0x00002ae5 bne  0x00000028 , 0x000039e0 
- 00014827  0x00002ae7 arg  0x00000027 , 0x00000039 
- 00014828  0x00002ae8 arg  0x00004169 , 0x00000005 
- 00014829  0x00002ae9 arg  0x000007aa , 0x00000006 
- 00014830  0x00002aea call  0x00007ccc 
- 00014831  0x00002aeb branch  0x000025bc 
- 00014832  0x00002aee arg  0x00000002 , 0x00000002 
- 00014833  0x00002aef storet  0x00000001 , 0x00004169 
- 00014834  0x00002af0 fetcht  0x00000001 , 0x0000462a 
- 00014835  0x00002af1 add  0x00000002 , 0x00000006 , 0x0000003f 
- 00014836  0x00002af2 store  0x00000001 , 0x0000416a 
- 00014837  0x00002af3 fetch  0x00000006 , 0x000042db 
- 00014838  0x00002af4 store  0x00000006 , 0x0000416b 
- 00014839  0x00002af5 copy  0x00000002 , 0x00000039 
- 00014840  0x00002af6 arg  0x0000462b , 0x00000006 
- 00014841  0x00002af7 call  0x00007ccc 
- 00014842  0x00002af9 branch  0x0000273e 
- 00014843  0x00002b05 bpatchx  0x000000a4 , 0x00004034 
- 00014844  0x00002b06 fetcht  0x00000002 , 0x000008f4 
- 00014845  0x00002b07 fetch  0x00000001 , 0x000008f3 
- 00014846  0x00002b08 copy  0x00000002 , 0x00000006 
- 00014847  0x00002b09 arg  0x0000476e , 0x00000011 
- 00014848  0x00002b0a arg  0x0000477e , 0x00000030 
- 00014849  0x00002b0b call  0x00003c5a 
- 00014850  0x00002b0c call  0x00007dbc 
- 00014851  0x00002b0d copy  0x00000013 , 0x0000003f 
- 00014852  0x00002b0e iadd  0x00000030 , 0x00000006 
- 00014853  0x00002b0f fetcht  0x00000004 , 0x0000477e 
- 00014854  0x00002b10 fetch  0x00000002 , 0x00000910 
- 00014855  0x00002b11 copy  0x0000003f , 0x00000011 
- 00014856  0x00002b13 arg  0x0000000a , 0x00000039 
- 00014857  0x00002b15 ifetch  0x00000004 , 0x00000011 
- 00014858  0x00002b16 branch  0x00003a16 , 0x00000034 
- 00014859  0x00002b17 isub  0x00000002 , 0x0000003e 
- 00014860  0x00002b18 rtn  0x00000005 
- 00014861  0x00002b19 increase  0x00000004 , 0x00000011 
- 00014862  0x00002b1a loop  0x00003a09 
- 00014863  0x00002b1b fetch  0x00000002 , 0x00000910 
- 00014864  0x00002b1c copy  0x0000003f , 0x00000005 
- 00014865  0x00002b1d add  0x0000003f , 0x00000004 , 0x00000006 
- 00014866  0x00002b20 arg  0x00000024 , 0x00000039 
- 00014867  0x00002b21 call  0x00007ccc 
- 00014868  0x00002b22 istoret  0x00000004 , 0x00000005 
- 00014869  0x00002b23 branch  0x00007dba 
- 00014870  0x00002b25 istoret  0x00000004 , 0x00000011 
- 00014871  0x00002b26 branch  0x00007dba 
- 00014872  0x00002b29 fetch  0x00000001 , 0x00004857 
- 00014873  0x00002b2a beq  0x00000001 , 0x00003a43 
- 00014874  0x00002b2c call  0x00003a21 
- 00014875  0x00002b2d call  0x00003a25 
- 00014876  0x00002b2e call  0x00003a2c 
- 00014877  0x00002b2f call  0x00003a30 
- 00014878  0x00002b30 call  0x00003a34 
- 00014879  0x00002b31 call  0x00003a35 
- 00014880  0x00002b32 branch  0x00003a39 
- 00014881  0x00002b35 arg  0x0000001a , 0x00000002 
- 00014882  0x00002b36 arg  0x0000480a , 0x00000011 
- 00014883  0x00002b37 setarg  0x0001ffa0 
- 00014884  0x00002b38 branch  0x00006c4d 
- 00014885  0x00002b3a arg  0x00000013 , 0x00000002 
- 00014886  0x00002b3b arg  0x000047ef , 0x00000011 
- 00014887  0x00002b3c setarg  0x0001e000 
- 00014888  0x00002b3d call  0x00006c4d 
- 00014889  0x00002b3e fetch  0x00000001 , 0x000047ff 
- 00014890  0x00002b3f store  0x00000001 , 0x00004871 
- 00014891  0x00002b40 rtn 
- 00014892  0x00002b42 arg  0x00000010 , 0x00000002 
- 00014893  0x00002b43 arg  0x00004959 , 0x00000011 
- 00014894  0x00002b44 setarg  0x0001e100 
- 00014895  0x00002b45 branch  0x00006c4d 
- 00014896  0x00002b47 arg  0x00000010 , 0x00000002 
- 00014897  0x00002b48 arg  0x000046a0 , 0x00000011 
- 00014898  0x00002b49 setarg  0x0001e200 
- 00014899  0x00002b4a branch  0x00006c4d 
- 00014900  0x00002b4c rtn 
- 00014901  0x00002b4e arg  0x00000003 , 0x00000002 
- 00014902  0x00002b4f arg  0x00004992 , 0x00000011 
- 00014903  0x00002b50 setarg  0x0001f000 
- 00014904  0x00002b51 branch  0x00006c4d 
- 00014905  0x00002b53 fetch  0x00000002 , 0x0000484c 
- 00014906  0x00002b54 rtnbit1  0x00000002 
- 00014907  0x00002b55 arg  0x00000040 , 0x00000002 
- 00014908  0x00002b56 arg  0x000006a1 , 0x00000011 
- 00014909  0x00002b57 setarg  0x0001e400 
- 00014910  0x00002b58 call  0x00006c4d 
- 00014911  0x00002b59 call  0x00003e3e 
- 00014912  0x00002b5a arg  0x000006a1 , 0x00000006 
- 00014913  0x00002b5b add  0x00000011 , 0x00000006 , 0x00000011 
- 00014914  0x00002b5c branch  0x00003a6b 
- 00014915  0x00002b60 call  0x00003a4a 
- 00014916  0x00002b61 call  0x00003a4e 
- 00014917  0x00002b62 call  0x00003a55 
- 00014918  0x00002b63 call  0x00003a59 
- 00014919  0x00002b64 call  0x00003a5d 
- 00014920  0x00002b65 call  0x00003a5e 
- 00014921  0x00002b66 branch  0x00003a62 
- 00014922  0x00002b69 arg  0x0000001a , 0x00000002 
- 00014923  0x00002b6a arg  0x0000480a , 0x00000011 
- 00014924  0x00002b6b arg  0x00000000 , 0x00000012 
- 00014925  0x00002b6c branch  0x00006ce1 
- 00014926  0x00002b6f arg  0x00000013 , 0x00000002 
- 00014927  0x00002b70 arg  0x000047ef , 0x00000011 
- 00014928  0x00002b71 arg  0x0000001a , 0x00000012 
- 00014929  0x00002b72 call  0x00006ce1 
- 00014930  0x00002b73 fetch  0x00000001 , 0x000047ff 
- 00014931  0x00002b74 store  0x00000001 , 0x00004871 
- 00014932  0x00002b75 rtn 
- 00014933  0x00002b78 arg  0x00000010 , 0x00000002 
- 00014934  0x00002b79 arg  0x00004959 , 0x00000011 
- 00014935  0x00002b7a arg  0x0000002d , 0x00000012 
- 00014936  0x00002b7b branch  0x00006ce1 
- 00014937  0x00002b7e arg  0x00000010 , 0x00000002 
- 00014938  0x00002b7f arg  0x000046a0 , 0x00000011 
- 00014939  0x00002b80 arg  0x0000003d , 0x00000012 
- 00014940  0x00002b81 branch  0x00006ce1 
- 00014941  0x00002b84 rtn 
- 00014942  0x00002b87 arg  0x00000003 , 0x00000002 
- 00014943  0x00002b88 arg  0x00004992 , 0x00000011 
- 00014944  0x00002b89 arg  0x0000004e , 0x00000012 
- 00014945  0x00002b8a branch  0x00006ce1 
- 00014946  0x00002b8d fetch  0x00000002 , 0x0000484c 
- 00014947  0x00002b8e rtnbit1  0x00000002 
- 00014948  0x00002b8f arg  0x00000040 , 0x00000002 
- 00014949  0x00002b90 arg  0x000006a1 , 0x00000011 
- 00014950  0x00002b91 arg  0x00000051 , 0x00000012 
- 00014951  0x00002b92 call  0x00006ce1 
- 00014952  0x00002b93 call  0x00003e3e 
- 00014953  0x00002b94 arg  0x000006a1 , 0x00000006 
- 00014954  0x00002b95 add  0x00000011 , 0x00000006 , 0x00000011 
- 00014955  0x00002b97 copy  0x00000011 , 0x00000005 
- 00014956  0x00002b98 call  0x00007c8f 
- 00014957  0x00002b99 copy  0x00000012 , 0x0000003f 
- 00014958  0x00002b9a iadd  0x00000011 , 0x00000011 
- 00014959  0x00002b9b loop  0x00003a6b 
- 00014960  0x00002b9c rtn 
- 00014961  0x00002b9f fetch  0x00000001 , 0x00004857 
- 00014962  0x00002ba0 beq  0x00000001 , 0x00003a83 
- 00014963  0x00002ba1 beq  0x00000002 , 0x00003a74 
- 00014964  0x00002ba3 call  0x00003a77 
- 00014965  0x00002ba4 call  0x00003a7b 
- 00014966  0x00002ba5 branch  0x00003a7f 
- 00014967  0x00002ba7 arg  0x00000013 , 0x00000002 
- 00014968  0x00002ba8 arg  0x000047ef , 0x00000011 
- 00014969  0x00002ba9 setarg  0x0001e000 
- 00014970  0x00002baa branch  0x00006c33 
- 00014971  0x00002bac arg  0x00000010 , 0x00000002 
- 00014972  0x00002bad arg  0x00004959 , 0x00000011 
- 00014973  0x00002bae setarg  0x0001e100 
- 00014974  0x00002baf branch  0x00006c33 
- 00014975  0x00002bb1 arg  0x00000010 , 0x00000002 
- 00014976  0x00002bb2 arg  0x000046a0 , 0x00000011 
- 00014977  0x00002bb3 setarg  0x0001e200 
- 00014978  0x00002bb4 branch  0x00006c33 
- 00014979  0x00002bb7 call  0x00003a86 
- 00014980  0x00002bb8 call  0x00003a8a 
- 00014981  0x00002bb9 branch  0x00003a8e 
- 00014982  0x00002bbc arg  0x00000013 , 0x00000002 
- 00014983  0x00002bbd arg  0x000047ef , 0x00000011 
- 00014984  0x00002bbe arg  0x0000001a , 0x00000012 
- 00014985  0x00002bbf branch  0x00006cd3 
- 00014986  0x00002bc2 arg  0x00000010 , 0x00000002 
- 00014987  0x00002bc3 arg  0x00004959 , 0x00000011 
- 00014988  0x00002bc4 arg  0x0000002d , 0x00000012 
- 00014989  0x00002bc5 branch  0x00006cd3 
- 00014990  0x00002bc8 arg  0x00000010 , 0x00000002 
- 00014991  0x00002bc9 arg  0x000046a0 , 0x00000011 
- 00014992  0x00002bca arg  0x0000003d , 0x00000012 
- 00014993  0x00002bcb branch  0x00006cd3 
- 00014994  0x00002bce fetch  0x00000003 , 0x00004992 
- 00014995  0x00002bcf fetcht  0x00000003 , 0x00004c24 
- 00014996  0x00002bd0 isub  0x00000002 , 0x0000003e 
- 00014997  0x00002bd1 nrtn  0x00000002 
- 00014998  0x00002bd2 add  0x0000003f , 0x00000080 , 0x0000003f 
- 00014999  0x00002bd3 store  0x00000003 , 0x00004c24 
- 00015000  0x00002bd4 fetch  0x00000001 , 0x00004857 
- 00015001  0x00002bd5 beq  0x00000001 , 0x00003a9e 
- 00015002  0x00002bd7 arg  0x00000003 , 0x00000002 
- 00015003  0x00002bd8 arg  0x00004c24 , 0x00000011 
- 00015004  0x00002bd9 setarg  0x0001f000 
- 00015005  0x00002bda branch  0x00006c33 
- 00015006  0x00002bdc arg  0x00000003 , 0x00000002 
- 00015007  0x00002bdd arg  0x00004c24 , 0x00000011 
- 00015008  0x00002bde arg  0x0000004e , 0x00000012 
- 00015009  0x00002bdf branch  0x00006cd3 
- 00015010  0x00002be2 call  0x00003aad 
- 00015011  0x00002be3 fetch  0x00000001 , 0x00004857 
- 00015012  0x00002be4 beq  0x00000002 , 0x00003aa9 
- 00015013  0x00002be5 arg  0x00000040 , 0x00000002 
- 00015014  0x00002be6 arg  0x000006a1 , 0x00000011 
- 00015015  0x00002be7 arg  0x00000051 , 0x00000012 
- 00015016  0x00002be8 branch  0x00006cd3 
- 00015017  0x00002bea arg  0x00000040 , 0x00000002 
- 00015018  0x00002beb arg  0x000006a1 , 0x00000011 
- 00015019  0x00002bec setarg  0x0001e400 
- 00015020  0x00002bed branch  0x00006c33 
- 00015021  0x00002bf0 call  0x00003e3e 
- 00015022  0x00002bf1 arg  0x000006a1 , 0x00000005 
- 00015023  0x00002bf2 add  0x00000011 , 0x00000006 , 0x00000011 
- 00015024  0x00002bf4 copy  0x00000011 , 0x00000006 
- 00015025  0x00002bf5 call  0x00007c8f 
- 00015026  0x00002bf6 copy  0x00000012 , 0x0000003f 
- 00015027  0x00002bf7 iadd  0x00000011 , 0x00000011 
- 00015028  0x00002bf8 loop  0x00003ab0 
- 00015029  0x00002bf9 rtn 
- 00015030  0x00002bfc fetch  0x00000001 , 0x00004857 
- 00015031  0x00002bfd beq  0x00000001 , 0x00003abb 
- 00015032  0x00002bff setarg  0x0001e000 
- 00015033  0x00002c00 store  0x00000003 , 0x00004419 
- 00015034  0x00002c01 branch  0x00006bfa 
- 00015035  0x00002c03 rtn 
- 00015036  0x00002c06 fetch  0x00000001 , 0x00004857 
- 00015037  0x00002c07 rtnne  0x00000002 
- 00015038  0x00002c08 setarg  0x0001d000 
- 00015039  0x00002c09 arg  0x00004503 , 0x00000011 
- 00015040  0x00002c0a arg  0x0000000d , 0x00000002 
- 00015041  0x00002c0b mul32  0x00000002 , 0x00000012 , 0x00000002 
- 00015042  0x00002c0c branch  0x00006c33 
- 00015043  0x00002c0f fetch  0x00000001 , 0x00004857 
- 00015044  0x00002c10 rtnne  0x00000002 
- 00015045  0x00002c11 arg  0x00004503 , 0x00000011 
- 00015046  0x00002c12 arg  0x0000000d , 0x00000002 
- 00015047  0x00002c13 mul32  0x00000002 , 0x00000012 , 0x00000002 
- 00015048  0x00002c14 setarg  0x0001d000 
- 00015049  0x00002c15 branch  0x00006c4d 
- 00015050  0x00002c1c call  0x00004073 
- 00015051  0x00002c1d branch  0x00003ad2 
- 00015052  0x00002c22 call  0x00003b23 
- 00015053  0x00002c23 branch  0x00003b19 
- 00015054  0x00002c27 jam  0x00000001 , 0x0000464b 
- 00015055  0x00002c28 rtn 
- 00015056  0x00002c2c jam  0x00000000 , 0x0000464b 
- 00015057  0x00002c2d rtn 
- 00015058  0x00002c31 arg  0x00003ad6 , 0x00000012 
- 00015059  0x00002c32 arg  0x0000001d , 0x00000011 
- 00015060  0x00002c33 arg  0x0000000e , 0x00000007 
- 00015061  0x00002c34 branch  0x00003b0e 
- 00015062  0x00002c3b fetch  0x00000001 , 0x000047e4 
- 00015063  0x00002c3c beq  0x00000001 , 0x00003afd 
- 00015064  0x00002c3d beq  0x00000003 , 0x00003adc 
- 00015065  0x00002c3e beq  0x00000002 , 0x00003b0d 
- 00015066  0x00002c3f beq  0x00000000 , 0x00003ade 
- 00015067  0x00002c40 branch  0x00003ade 
- 00015068  0x00002c43 jam  0x00000000 , 0x00004388 
- 00015069  0x00002c44 branch  0x00003ad0 
- 00015070  0x00002c47 call  0x0000396c 
- 00015071  0x00002c48 arg  0x00000787 , 0x00000011 
- 00015072  0x00002c49 call  0x000078dc 
- 00015073  0x00002c4a nrtn  0x00000028 
- 00015074  0x00002c4b fetch  0x00000001 , 0x000049b7 
- 00015075  0x00002c4c bbit1  0x00000002 , 0x00003aef 
- 00015076  0x00002c4d fetch  0x00000001 , 0x00000787 
- 00015077  0x00002c4e pincrease  0xffffffff 
- 00015078  0x00002c4f istore  0x00000001 , 0x00000012 
- 00015079  0x00002c50 and  0x0000003f , 0x0000007f , 0x0000003f 
- 00015080  0x00002c51 call  0x00003af5 , 0x00000034 
- 00015081  0x00002c52 fetch  0x00000001 , 0x000049b7 
- 00015082  0x00002c53 rtnbit0  0x00000000 
- 00015083  0x00002c54 arg  0x0000462a , 0x00000005 
- 00015084  0x00002c55 arg  0x00000789 , 0x00000006 
- 00015085  0x00002c56 call  0x00007c8d 
- 00015086  0x00002c57 branch  0x000039d3 
- 00015087  0x00002c5a arg  0x00000787 , 0x00000011 
- 00015088  0x00002c5b call  0x000078ca 
- 00015089  0x00002c5c call  0x000078fa 
- 00015090  0x00002c5d nrtn  0x00000034 
- 00015091  0x00002c5f call  0x00003afb 
- 00015092  0x00002c60 branch  0x00003ad0 
- 00015093  0x00002c64 arg  0x00000787 , 0x00000011 
- 00015094  0x00002c65 call  0x000078ca 
- 00015095  0x00002c66 call  0x000078fa 
- 00015096  0x00002c67 nrtn  0x00000034 
- 00015097  0x00002c69 jam  0x00000004 , 0x0000464f 
- 00015098  0x00002c6a branch  0x00003ad0 
- 00015099  0x00002c6d jam  0x00000000 , 0x000049b5 
- 00015100  0x00002c6e rtn 
- 00015101  0x00002c72 call  0x00003ce0 
- 00015102  0x00002c73 call  0x00003cec 
- 00015103  0x00002c74 call  0x00003b05 
- 00015104  0x00002c75 nrtn  0x00000005 
- 00015105  0x00002c76 fetch  0x00000001 , 0x000047e4 
- 00015106  0x00002c77 beq  0x00000003 , 0x00003b09 
- 00015107  0x00002c78 beq  0x00000001 , 0x00003b0b 
- 00015108  0x00002c79 rtn 
- 00015109  0x00002c7f fetch  0x00000001 , 0x0000464e 
- 00015110  0x00002c80 add  0x0000003f , 0xffffffff , 0x0000003f 
- 00015111  0x00002c81 store  0x00000001 , 0x0000464e 
- 00015112  0x00002c82 rtn 
- 00015113  0x00002c86 jam  0x00000258 , 0x0000464f 
- 00015114  0x00002c87 branch  0x00003ad0 
- 00015115  0x00002c8b jam  0x00000006 , 0x0000464f 
- 00015116  0x00002c8c branch  0x00003ad0 
- 00015117  0x00002c90 branch  0x000039d3 
- 00015118  0x00002c93 fetch  0x00000001 , 0x0000464b 
- 00015119  0x00002c94 rtnne  0x00000001 
- 00015120  0x00002c96 random  0x0000003f 
- 00015121  0x00002c97 and  0x0000003f , 0x00000007 , 0x0000003f 
- 00015122  0x00002c98 iadd  0x00000011 , 0x00000011 
- 00015123  0x00002c9d call  0x00007cef 
- 00015124  0x00002c9e nrtn  0x00000034 
- 00015125  0x00002c9f copy  0x00000011 , 0x0000003f 
- 00015126  0x00002ca0 call  0x00007ce1 
- 00015127  0x00002ca1 copy  0x00000012 , 0x0000003f 
- 00015128  0x00002ca2 branch  0x00007d79 
- 00015129  0x00002ca7 arg  0x0000464c , 0x00000013 
- 00015130  0x00002ca8 arg  0x00003b1c , 0x00000012 
- 00015131  0x00002ca9 branch  0x000042e7 
- 00015132  0x00002cad fetch  0x00000001 , 0x000047e4 
- 00015133  0x00002cae rtnne  0x00000001 
- 00015134  0x00002caf fetch  0x00000001 , 0x000047e7 
- 00015135  0x00002cb0 set1  0x00000000 , 0x0000003f 
- 00015136  0x00002cb1 store  0x00000001 , 0x000047e7 
- 00015137  0x00002cb2 jam  0x00000003 , 0x000047e4 
- 00015138  0x00002cb3 branch  0x00003b31 
- 00015139  0x00002cb9 arg  0x0000464f , 0x00000013 
- 00015140  0x00002cba arg  0x00003b26 , 0x00000012 
- 00015141  0x00002cbb branch  0x000042e0 
- 00015142  0x00002cc1 fetch  0x00000001 , 0x000047e4 
- 00015143  0x00002cc3 beq  0x00000001 , 0x00003b2f 
- 00015144  0x00002cc4 beq  0x00000000 , 0x00003afb 
- 00015145  0x00002cc5 rtn 
- 00015146  0x00002cc8 call  0x00003e5a 
- 00015147  0x00002cc9 call  0x0000420b 
- 00015148  0x00002cca jam  0x00000000 , 0x0000464f 
- 00015149  0x00002ccb call  0x00003ad0 
- 00015150  0x00002ccc branch  0x00003afb 
- 00015151  0x00002cd0 jam  0x00000006 , 0x0000464e 
- 00015152  0x00002cd1 branch  0x00003ace 
- 00015153  0x00002cd5 jam  0x00000006 , 0x0000464e 
- 00015154  0x00002cd6 branch  0x00003ace 
- 00015155  0x00002cd9 arg  0x00003b37 , 0x00000012 
- 00015156  0x00002cda arg  0x00000020 , 0x00000011 
- 00015157  0x00002cdb arg  0x0000000f , 0x00000007 
- 00015158  0x00002cdc branch  0x00003b10 
- 00015159  0x00002cdf fetch  0x00000001 , 0x000049b5 
- 00015160  0x00002ce0 nrtn  0x00000034 
- 00015161  0x00002ce1 call  0x0000406e 
- 00015162  0x00002ce2 arg  0x00000787 , 0x00000011 
- 00015163  0x00002ce3 call  0x000078dc 
- 00015164  0x00002ce4 nrtn  0x00000028 
- 00015165  0x00002ce5 fetch  0x00000001 , 0x00000787 
- 00015166  0x00002ce6 pincrease  0xffffffff 
- 00015167  0x00002ce7 istore  0x00000001 , 0x00000012 
- 00015168  0x00002ce8 call  0x000078ca , 0x00000034 
- 00015169  0x00002ce9 arg  0x0000462a , 0x00000005 
- 00015170  0x00002cea arg  0x00000789 , 0x00000006 
- 00015171  0x00002ceb call  0x00007c8d 
- 00015172  0x00002cec branch  0x000039d3 
- 00015173  0x00002cf4 call  0x00003b4b 
- 00015174  0x00002cf5 call  0x00003b53 
- 00015175  0x00002cf6 call  0x00003b59 
- 00015176  0x00002cf7 call  0x00003b5f 
- 00015177  0x00002cf8 call  0x00003b67 
- 00015178  0x00002cf9 branch  0x00003b6b 
- 00015179  0x00002cff call  0x00003b78 
- 00015180  0x00002d00 arg  0x000046c0 , 0x00000006 
- 00015181  0x00002d01 arg  0x0000000f , 0x00000039 
- 00015182  0x00002d02 call  0x00003be7 
- 00015183  0x00002d03 call  0x00003c01 
- 00015184  0x00002d04 arg  0x000001bd , 0x00000006 
- 00015185  0x00002d05 arg  0x000046b0 , 0x00000005 
- 00015186  0x00002d06 branch  0x00007c8f 
- 00015187  0x00002d0c call  0x00003b7b 
- 00015188  0x00002d0d call  0x00003b75 
- 00015189  0x00002d0e call  0x00003c01 
- 00015190  0x00002d0f arg  0x000001bd , 0x00000006 
- 00015191  0x00002d10 arg  0x00004660 , 0x00000005 
- 00015192  0x00002d11 branch  0x00007c8f 
- 00015193  0x00002d16 call  0x00003b7b 
- 00015194  0x00002d17 call  0x00003b78 
- 00015195  0x00002d18 call  0x00003c01 
- 00015196  0x00002d19 arg  0x000001bd , 0x00000006 
- 00015197  0x00002d1a arg  0x00004690 , 0x00000005 
- 00015198  0x00002d1b branch  0x00007c8f 
- 00015199  0x00002d21 fetch  0x00000008 , 0x00004680 
- 00015200  0x00002d22 store  0x00000008 , 0x00004658 
- 00015201  0x00002d23 fetch  0x00000008 , 0x00004688 
- 00015202  0x00002d24 store  0x00000008 , 0x00004650 
- 00015203  0x00002d26 arg  0x00004650 , 0x00000006 
- 00015204  0x00002d27 arg  0x000046b0 , 0x00000011 
- 00015205  0x00002d28 arg  0x00004670 , 0x00000030 
- 00015206  0x00002d29 branch  0x00003c48 
- 00015207  0x00002d30 arg  0x00004680 , 0x00000006 
- 00015208  0x00002d31 arg  0x000046b0 , 0x00000011 
- 00015209  0x00002d32 arg  0x00004680 , 0x00000030 
- 00015210  0x00002d33 branch  0x00003c48 
- 00015211  0x00002d3a arg  0x00004670 , 0x00000006 
- 00015212  0x00002d3b arg  0x00000010 , 0x00000039 
- 00015213  0x00002d3c call  0x00003be4 
- 00015214  0x00002d3d arg  0x000046d9 , 0x00000006 
- 00015215  0x00002d3e arg  0x00000009 , 0x00000039 
- 00015216  0x00002d3f call  0x00003be7 
- 00015217  0x00002d40 call  0x00003c01 
- 00015218  0x00002d41 arg  0x000001bd , 0x00000006 
- 00015219  0x00002d42 arg  0x000046a0 , 0x00000005 
- 00015220  0x00002d43 branch  0x00007c8f 
- 00015221  0x00002d47 call  0x00003b79 
- 00015222  0x00002d49 arg  0x00004680 , 0x00000006 
- 00015223  0x00002d4a branch  0x00003be3 
- 00015224  0x00002d4d call  0x00003b76 
- 00015225  0x00002d4f arg  0x00004688 , 0x00000006 
- 00015226  0x00002d50 branch  0x00003be3 
- 00015227  0x00002d54 arg  0x0000480a , 0x00000006 
- 00015228  0x00002d55 arg  0x00000004 , 0x00000039 
- 00015229  0x00002d56 call  0x00003bea 
- 00015230  0x00002d57 arg  0x0000480e , 0x00000006 
- 00015231  0x00002d58 arg  0x00000006 , 0x00000039 
- 00015232  0x00002d59 call  0x00003bea 
- 00015233  0x00002d5a arg  0x00004814 , 0x00000006 
- 00015234  0x00002d5b arg  0x00000010 , 0x00000039 
- 00015235  0x00002d5c call  0x00003be4 
- 00015236  0x00002d5d call  0x00003bf1 
- 00015237  0x00002d5e branch  0x00003bec 
- 00015238  0x00002d64 call  0x00003b92 
- 00015239  0x00002d67 arg  0x000047ec , 0x00000011 
- 00015240  0x00002d68 arg  0x000001bd , 0x00000012 
- 00015241  0x00002d69 arg  0x0000000b , 0x00000039 
- 00015242  0x00002d6b ifetch  0x00000002 , 0x00000011 
- 00015243  0x00002d6c ifetcht  0x00000002 , 0x00000012 
- 00015244  0x00002d6d ixor  0x00000002 , 0x0000003f 
- 00015245  0x00002d6e istore  0x00000002 , 0x00000011 
- 00015246  0x00002d6f increase  0x00000002 , 0x00000011 
- 00015247  0x00002d70 increase  0x00000002 , 0x00000012 
- 00015248  0x00002d71 loop  0x00003b8a 
- 00015249  0x00002d72 rtn 
- 00015250  0x00002d79 arg  0x00004670 , 0x00000006 
- 00015251  0x00002d7a arg  0x00000010 , 0x00000039 
- 00015252  0x00002d7b call  0x00003be4 
- 00015253  0x00002d7c arg  0x000046cf , 0x00000006 
- 00015254  0x00002d7d arg  0x0000000a , 0x00000039 
- 00015255  0x00002d7e call  0x00003be7 
- 00015256  0x00002d7f branch  0x00003c01 
- 00015257  0x00002d84 arg  0x000047ef , 0x00000006 
- 00015258  0x00002d85 arg  0x0000470d , 0x00000005 
- 00015259  0x00002d86 call  0x00007c8f 
- 00015260  0x00002d8c arg  0x0000470d , 0x00000006 
- 00015261  0x00002d8d arg  0x0000471d , 0x00000011 
- 00015262  0x00002d8e arg  0x0000472d , 0x00000030 
- 00015263  0x00002d8f call  0x00003c4a 
- 00015264  0x00002d91 arg  0x0000473d , 0x00000030 
- 00015265  0x00002d92 arg  0x00000001 , 0x00000012 
- 00015266  0x00002d93 setarg  0x00000000 
- 00015267  0x00002d94 call  0x00003c4c 
- 00015268  0x00002d95 fetch  0x00000001 , 0x0000474c 
- 00015269  0x00002d96 and  0x0000003f , 0x0000007f , 0x0000003f 
- 00015270  0x00002d97 store  0x00000001 , 0x0000474d 
- 00015271  0x00002d99 arg  0x0000475e , 0x00000030 
- 00015272  0x00002d9a arg  0x00000002 , 0x00000012 
- 00015273  0x00002d9b setarg  0x00000010 
- 00015274  0x00002d9c arg  0x0000473d , 0x00000011 
- 00015275  0x00002d9d call  0x00003c4c 
- 00015276  0x00002d9f arg  0x0000474e , 0x00000030 
- 00015277  0x00002da0 arg  0x00000003 , 0x00000012 
- 00015278  0x00002da1 setarg  0x00000010 
- 00015279  0x00002da2 arg  0x0000475e , 0x00000011 
- 00015280  0x00002da3 branch  0x00003c4c 
- 00015281  0x00002da7 arg  0x00004959 , 0x00000006 
- 00015282  0x00002da8 arg  0x0000476e , 0x00000011 
- 00015283  0x00002da9 arg  0x0000477e , 0x00000030 
- 00015284  0x00002daa call  0x00003c4a 
- 00015285  0x00002dab arg  0x0000478e , 0x00000006 
- 00015286  0x00002dac arg  0x0000477e , 0x00000011 
- 00015287  0x00002dad arg  0x0000479e , 0x00000030 
- 00015288  0x00002dae setarg  0x00000004 
- 00015289  0x00002daf call  0x00003c5a 
- 00015290  0x00002db0 fetch  0x00000001 , 0x000047ad 
- 00015291  0x00002db1 and  0x0000003f , 0x0000003f , 0x0000003f 
- 00015292  0x00002db2 set1  0x00000006 , 0x0000003f 
- 00015293  0x00002db3 store  0x00000001 , 0x000047ae 
- 00015294  0x00002db4 rtn 
- 00015295  0x00002db8 arg  0x000047ef , 0x00000006 
- 00015296  0x00002db9 arg  0x000047af , 0x00000011 
- 00015297  0x00002dba arg  0x000047bf , 0x00000030 
- 00015298  0x00002dbb call  0x00003c4a 
- 00015299  0x00002dbc arg  0x000047cf , 0x00000006 
- 00015300  0x00002dbd arg  0x000047bf , 0x00000011 
- 00015301  0x00002dbe arg  0x000047d4 , 0x00000030 
- 00015302  0x00002dbf setarg  0x00000005 
- 00015303  0x00002dc0 call  0x00003c5a 
- 00015304  0x00002dc4 fetch  0x00000002 , 0x000044e9 
- 00015305  0x00002dc5 rtnbit1  0x00000009 
- 00015306  0x00002dc6 jam  0x00000001 , 0x00004388 
- 00015307  0x00002dc7 rtn 
- 00015308  0x00002dcc arg  0x00004999 , 0x00000011 
- 00015309  0x00002dcd fetch  0x00000007 , 0x0000499f 
- 00015310  0x00002dce branch  0x00003bd1 
- 00015311  0x00002dd0 arg  0x00000923 , 0x00000011 
- 00015312  0x00002dd1 fetch  0x00000007 , 0x00000929 
- 00015313  0x00002dd3 store  0x00000007 , 0x000008da 
- 00015314  0x00002dd4 setarg  0x00000000 
- 00015315  0x00002dd5 store  0x00000005 , 0x000008d1 
- 00015316  0x00002dd6 call  0x00003bda 
- 00015317  0x00002dd7 fetch  0x00000006 , 0x000008e1 
- 00015318  0x00002dd8 ifetcht  0x00000006 , 0x00000011 
- 00015319  0x00002dd9 ixor  0x00000002 , 0x0000003f 
- 00015320  0x00002dda istore  0x00000006 , 0x00000011 
- 00015321  0x00002ddb rtn 
- 00015322  0x00002ddf fetch  0x00000004 , 0x0000486e 
- 00015323  0x00002de0 store  0x00000004 , 0x000008d6 
- 00015324  0x00002de3 arg  0x0000474e , 0x00000006 
- 00015325  0x00002de4 call  0x0000735f 
- 00015326  0x00002de5 arg  0x000008d1 , 0x00000006 
- 00015327  0x00002de6 call  0x00007361 
- 00015328  0x00002de7 call  0x000072d1 
- 00015329  0x00002de8 arg  0x000008e1 , 0x00000005 
- 00015330  0x00002de9 branch  0x00007375 
- 00015331  0x00002df1 arg  0x00000008 , 0x00000039 
- 00015332  0x00002df7 call  0x00003bf1 
- 00015333  0x00002df8 call  0x00003c39 
- 00015334  0x00002df9 branch  0x00003bee 
- 00015335  0x00002dfb call  0x00003bf1 
- 00015336  0x00002dfc call  0x00007cda 
- 00015337  0x00002dfd branch  0x00003bee 
- 00015338  0x00002dff call  0x00003bf1 
- 00015339  0x00002e00 call  0x00003c39 
- 00015340  0x00002e01 setarg  0x0000002c 
- 00015341  0x00002e02 istore  0x00000001 , 0x00000005 
- 00015342  0x00002e04 copy  0x00000005 , 0x0000003f 
- 00015343  0x00002e05 store  0x00000002 , 0x000046f3 
- 00015344  0x00002e06 rtn 
- 00015345  0x00002e08 copy  0x00000006 , 0x00000002 
- 00015346  0x00002e09 copy  0x00000039 , 0x00000011 
- 00015347  0x00002e0a fetch  0x00000002 , 0x000046f3 
- 00015348  0x00002e0b copy  0x0000003f , 0x00000005 
- 00015349  0x00002e0c fetch  0x00000001 , 0x000046e2 
- 00015350  0x00002e0d call  0x00003bfa , 0x00000034 
- 00015351  0x00002e0e copy  0x00000002 , 0x00000006 
- 00015352  0x00002e0f copy  0x00000011 , 0x00000039 
- 00015353  0x00002e10 rtn 
- 00015354  0x00002e12 jam  0x00000001 , 0x000046e2 
- 00015355  0x00002e13 call  0x00003bfe 
- 00015356  0x00002e14 arg  0x000007d1 , 0x00000005 
- 00015357  0x00002e15 rtn 
- 00015358  0x00002e18 arg  0x00000100 , 0x00000039 
- 00015359  0x00002e19 arg  0x000007d1 , 0x00000005 
- 00015360  0x00002e1a branch  0x00007ca3 
- 00015361  0x00002e1f call  0x00003c17 
- 00015362  0x00002e20 call  0x00003c32 
- 00015363  0x00002e22 setarg  0x000007d1 
- 00015364  0x00002e23 store  0x00000002 , 0x000046fa 
- 00015365  0x00002e24 call  0x00004134 
- 00015366  0x00002e27 fetch  0x00000002 , 0x000046fa 
- 00015367  0x00002e28 copy  0x0000003f , 0x00000006 
- 00015368  0x00002e29 arg  0x00000231 , 0x00000005 
- 00015369  0x00002e2a call  0x00007c81 
- 00015370  0x00002e2b call  0x0000413b 
- 00015371  0x00002e2c fetch  0x00000002 , 0x000046fa 
- 00015372  0x00002e2d pincrease  0x00000040 
- 00015373  0x00002e2e store  0x00000002 , 0x000046fa 
- 00015374  0x00002e2f fetch  0x00000001 , 0x000046f7 
- 00015375  0x00002e30 pincrease  0xffffffff 
- 00015376  0x00002e31 store  0x00000001 , 0x000046f7 
- 00015377  0x00002e32 nbranch  0x00003c06 , 0x00000034 
- 00015378  0x00002e33 call  0x00004176 
- 00015379  0x00002e34 arg  0x000001bd , 0x00000011 
- 00015380  0x00002e35 arg  0x00000020 , 0x00000039 
- 00015381  0x00002e36 call  0x00007cb1 
- 00015382  0x00002e37 rtn 
- 00015383  0x00002e3b jam  0x00000000 , 0x000046e2 
- 00015384  0x00002e3c fetch  0x00000002 , 0x000046f3 
- 00015385  0x00002e3d copy  0x0000003f , 0x00000005 
- 00015386  0x00002e3e arg  0x00000080 , 0x00000002 
- 00015387  0x00002e3f istoret  0x00000001 , 0x00000005 
- 00015388  0x00002e40 arg  0x000007d1 , 0x00000002 
- 00015389  0x00002e41 isub  0x00000002 , 0x0000003f 
- 00015390  0x00002e42 store  0x00000008 , 0x000046e3 
- 00015391  0x00002e44 lshift3  0x0000003f , 0x00000002 
- 00015392  0x00002e45 storet  0x00000008 , 0x000046eb 
- 00015393  0x00002e46 rshift4  0x0000003f , 0x00000013 
- 00015394  0x00002e47 rshift2  0x00000013 , 0x00000013 
- 00015395  0x00002e48 and  0x0000003f , 0x0000003f , 0x0000003f 
- 00015396  0x00002e49 sub  0x0000003f , 0x00000037 , 0x0000003e 
- 00015397  0x00002e4b ncall  0x00003c30 , 0x00000002 
- 00015398  0x00002e4c add  0x00000013 , 0x00000001 , 0x0000003f 
- 00015399  0x00002e4d store  0x00000001 , 0x000046f7 
- 00015400  0x00002e4e mul32  0x0000003f , 0x00000040 , 0x00000011 
- 00015401  0x00002e4f lshift4  0x0000003f , 0x00000013 
- 00015402  0x00002e50 increase  0xffffffff , 0x00000013 
- 00015403  0x00002e51 setarg  0x000007cd 
- 00015404  0x00002e52 iadd  0x00000011 , 0x00000011 
- 00015405  0x00002e53 fetch  0x00000004 , 0x000046eb 
- 00015406  0x00002e54 istore  0x00000004 , 0x00000011 
- 00015407  0x00002e55 rtn 
- 00015408  0x00002e5a increase  0x00000001 , 0x00000013 
- 00015409  0x00002e5b rtn 
- 00015410  0x00002e5e arg  0x000007d1 , 0x00000011 
- 00015411  0x00002e64 arg  0x00000004 , 0x00000039 
- 00015412  0x00002e65 call  0x00007cb1 
- 00015413  0x00002e66 increase  0x00000002 , 0x00000011 
- 00015414  0x00002e67 add  0x00000013 , 0xffffffff , 0x00000013 
- 00015415  0x00002e68 nbranch  0x00003c33 , 0x00000005 
- 00015416  0x00002e69 rtn 
- 00015417  0x00002e71 ifetch  0x00000001 , 0x00000006 
- 00015418  0x00002e72 rshift4  0x0000003f , 0x00000002 
- 00015419  0x00002e73 call  0x00003c42 
- 00015420  0x00002e74 istoret  0x00000001 , 0x00000005 
- 00015421  0x00002e75 and  0x0000003f , 0x0000000f , 0x00000002 
- 00015422  0x00002e76 call  0x00003c42 
- 00015423  0x00002e77 istoret  0x00000001 , 0x00000005 
- 00015424  0x00002e78 loop  0x00003c39 
- 00015425  0x00002e79 rtn 
- 00015426  0x00002e7b sub  0x00000002 , 0x00000009 , 0x0000003e 
- 00015427  0x00002e7c branch  0x00003c46 , 0x00000002 
- 00015428  0x00002e7d add  0x00000002 , 0x00000057 , 0x00000002 
- 00015429  0x00002e7e rtn 
- 00015430  0x00002e80 add  0x00000002 , 0x00000030 , 0x00000002 
- 00015431  0x00002e81 rtn 
- 00015432  0x00002e85 setarg  0x00000020 
- 00015433  0x00002e86 branch  0x00003c5a 
- 00015434  0x00002e89 setarg  0x00000010 
- 00015435  0x00002e8a branch  0x00003c5a 
- 00015436  0x00002e90 fetcht  0x00000001 , 0x000046fc 
- 00015437  0x00002e91 increase  0x00000001 , 0x00000002 
- 00015438  0x00002e92 iadd  0x00000002 , 0x00000002 
- 00015439  0x00002e93 storet  0x00000001 , 0x00000230 
- 00015440  0x00002e94 copy  0x00000011 , 0x00000006 
- 00015441  0x00002e95 copy  0x0000003f , 0x00000039 
- 00015442  0x00002e96 call  0x00007ccc 
- 00015443  0x00002e97 fetcht  0x00000001 , 0x000046fc 
- 00015444  0x00002e98 copy  0x00000002 , 0x00000039 
- 00015445  0x00002e99 call  0x00007cda 
- 00015446  0x00002e9a copy  0x00000012 , 0x0000003f 
- 00015447  0x00002e9b istore  0x00000001 , 0x00000005 
- 00015448  0x00002e9c arg  0x0000472d , 0x00000011 
- 00015449  0x00002e9d branch  0x00003c5d 
- 00015450  0x00002ea7 store  0x00000001 , 0x00000230 
- 00015451  0x00002ea8 copy  0x0000003f , 0x00000039 
- 00015452  0x00002ea9 call  0x00007ccc 
- 00015453  0x00002eaa copy  0x00000011 , 0x00000006 
- 00015454  0x00002eab arg  0x000006a1 , 0x00000005 
- 00015455  0x00002eac call  0x00007c8f 
- 00015456  0x00002ead call  0x000071c1 
- 00015457  0x00002eae copy  0x00000030 , 0x00000005 
- 00015458  0x00002eaf call  0x00007375 
- 00015459  0x00002eb0 rtn 
- 00015460  0x00002eb5 fetcht  0x00000001 , 0x000008fe 
- 00015461  0x00002eb6 branch  0x00003c67 
- 00015462  0x00002eb8 force  0x00000001 , 0x00000002 
- 00015463  0x00002eba force  0x00000000 , 0x00000038 
- 00015464  0x00002ebb fetch  0x00000002 , 0x000008f1 
- 00015465  0x00002ebc copy  0x0000003f , 0x00000006 
- 00015466  0x00002ebd ifetch  0x00000003 , 0x00000006 
- 00015467  0x00002ebe lshift8  0x0000003f , 0x0000003f 
- 00015468  0x00002ebf ior  0x00000002 , 0x0000002f 
- 00015469  0x00002ec0 increase  0x00000001 , 0x00000038 
- 00015470  0x00002ec1 ifetch  0x00000004 , 0x00000006 
- 00015471  0x00002ec2 copy  0x0000003f , 0x0000002f 
- 00015472  0x00002ec3 increase  0x00000001 , 0x00000038 
- 00015473  0x00002ec4 ifetch  0x00000004 , 0x00000006 
- 00015474  0x00002ec5 copy  0x0000003f , 0x0000002f 
- 00015475  0x00002ec6 increase  0x00000001 , 0x00000038 
- 00015476  0x00002ec7 byteswap  0x00000011 , 0x0000002f 
- 00015477  0x00002ec8 lshift16  0x0000002f , 0x0000002f 
- 00015478  0x00002ec9 ifetch  0x00000002 , 0x00000006 
- 00015479  0x00002eca ior  0x0000002f , 0x0000002f 
- 00015480  0x00002ecb rtn 
- 00015481  0x00002ecd fetch  0x00000001 , 0x000008f3 
- 00015482  0x00002ece copy  0x0000003f , 0x00000011 
- 00015483  0x00002ecf call  0x00003c64 
- 00015484  0x00002ed0 call  0x000072d1 
- 00015485  0x00002ed1 force  0x0000000c , 0x00000038 
- 00015486  0x00002ed2 deposit  0x0000002f 
- 00015487  0x00002ed3 copy  0x00000011 , 0x00000039 
- 00015488  0x00002ed4 fetcht  0x00000002 , 0x000008f4 
- 00015489  0x00002ed5 copy  0x00000002 , 0x00000006 
- 00015490  0x00002ed6 call  0x00007349 
- 00015491  0x00002ed7 branch  0x0000728c 
- 00015492  0x00002ed9 jam  0x00000019 , 0x000008fe 
- 00015493  0x00002eda branch  0x00003c88 
- 00015494  0x00002edc jam  0x00000009 , 0x000008fe 
- 00015495  0x00002edd branch  0x00003c88 
- 00015496  0x00002edf store  0x00000001 , 0x000008f3 
- 00015497  0x00002ee0 storet  0x00000002 , 0x000008f4 
- 00015498  0x00002ee1 bpatchx  0x000000a5 , 0x00004034 
- 00015499  0x00002ee2 call  0x00003c79 
- 00015500  0x00002ee3 force  0x00000008 , 0x00000038 
- 00015501  0x00002ee4 iforce  0x0000002f 
- 00015502  0x00002ee5 force  0x0000000d , 0x00000038 
- 00015503  0x00002ee6 copy  0x0000002f , 0x0000003f 
- 00015504  0x00002ee7 force  0x00000009 , 0x00000038 
- 00015505  0x00002ee8 iforce  0x0000002f 
- 00015506  0x00002ee9 force  0x00000000 , 0x00000011 
- 00015507  0x00002eea copy  0x00000002 , 0x00000013 
- 00015508  0x00002eeb call  0x00003c66 
- 00015509  0x00002eec call  0x000072d7 
- 00015510  0x00002eed call  0x00003cc7 
- 00015511  0x00002eee storet  0x00000008 , 0x000008f6 
- 00015512  0x00002eef fetch  0x00000001 , 0x000008f3 
- 00015513  0x00002ef0 copy  0x0000003f , 0x00000012 
- 00015514  0x00002ef1 call  0x00003ccf 
- 00015515  0x00002ef2 fetcht  0x00000001 , 0x000008f3 
- 00015516  0x00002ef3 fetch  0x00000002 , 0x000008f4 
- 00015517  0x00002ef4 iadd  0x00000002 , 0x00000011 
- 00015518  0x00002ef5 fetcht  0x00000008 , 0x000008f6 
- 00015519  0x00002ef6 istoret  0x00000004 , 0x00000011 
- 00015520  0x00002ef7 fetch  0x00000001 , 0x000008fe 
- 00015521  0x00002ef8 sub  0x0000003f , 0x00000009 , 0x0000003f 
- 00015522  0x00002ef9 rtn  0x00000034 
- 00015523  0x00002efa istoret  0x00000008 , 0x00000011 
- 00015524  0x00002efb rtn 
- 00015525  0x00002efd jam  0x00000019 , 0x000008fe 
- 00015526  0x00002efe branch  0x00003ca9 
- 00015527  0x00002f00 jam  0x00000009 , 0x000008fe 
- 00015528  0x00002f01 branch  0x00003ca9 
- 00015529  0x00002f04 store  0x00000001 , 0x000008f3 
- 00015530  0x00002f05 storet  0x00000002 , 0x000008f4 
- 00015531  0x00002f06 copy  0x00000002 , 0x00000013 
- 00015532  0x00002f07 copy  0x0000003f , 0x00000012 
- 00015533  0x00002f08 iadd  0x00000013 , 0x00000006 
- 00015534  0x00002f09 bpatchx  0x000000a6 , 0x00004034 
- 00015535  0x00002f0a ifetch  0x00000008 , 0x00000006 
- 00015536  0x00002f0b force  0x00000008 , 0x00000038 
- 00015537  0x00002f0c iforce  0x0000002f 
- 00015538  0x00002f0d force  0x00000009 , 0x00000038 
- 00015539  0x00002f0e rshift32  0x0000003f , 0x0000003f 
- 00015540  0x00002f0f iforce  0x0000002f 
- 00015541  0x00002f10 force  0x00000000 , 0x00000011 
- 00015542  0x00002f11 call  0x00003c66 
- 00015543  0x00002f12 call  0x000072d7 
- 00015544  0x00002f13 call  0x00003cc7 
- 00015545  0x00002f14 storet  0x00000008 , 0x000008f6 
- 00015546  0x00002f15 call  0x00003ccf 
- 00015547  0x00002f16 call  0x00003c79 
- 00015548  0x00002f17 call  0x00003cc7 
- 00015549  0x00002f18 fetch  0x00000001 , 0x000008fe 
- 00015550  0x00002f19 beq  0x00000019 , 0x00003cc4 
- 00015551  0x00002f1a storet  0x00000004 , 0x000008fa 
- 00015552  0x00002f1b fetch  0x00000004 , 0x000008f6 
- 00015553  0x00002f1c fetcht  0x00000004 , 0x000008fa 
- 00015554  0x00002f1d isub  0x00000002 , 0x0000003f 
- 00015555  0x00002f1e rtn 
- 00015556  0x00002f21 fetch  0x00000008 , 0x000008f6 
- 00015557  0x00002f22 isub  0x00000002 , 0x0000003f 
- 00015558  0x00002f23 rtn 
- 00015559  0x00002f26 force  0x0000000c , 0x00000038 
- 00015560  0x00002f27 deposit  0x0000002f 
- 00015561  0x00002f28 force  0x0000000d , 0x00000038 
- 00015562  0x00002f29 copy  0x0000002f , 0x00000002 
- 00015563  0x00002f2a lshift16  0x00000002 , 0x00000002 
- 00015564  0x00002f2b lshift16  0x00000002 , 0x00000002 
- 00015565  0x00002f2c ior  0x00000002 , 0x00000002 
- 00015566  0x00002f2d rtn 
- 00015567  0x00002f2f increase  0x00000001 , 0x00000011 
- 00015568  0x00002f30 call  0x00003c66 
- 00015569  0x00002f31 copy  0x00000013 , 0x00000006 
- 00015570  0x00002f32 call  0x0000735d 
- 00015571  0x00002f33 call  0x000072d7 
- 00015572  0x00002f34 call  0x0000737c 
- 00015573  0x00002f35 increase  0x00000010 , 0x00000013 
- 00015574  0x00002f36 increase  0xfffffff0 , 0x00000012 
- 00015575  0x00002f37 branch  0x00003ccf , 0x00000002 
- 00015576  0x00002f38 rtn 
- 00015577  0x00002f43 bpatchx  0x000000a7 , 0x00004034 
- 00015578  0x00002f44 jam  0x00000001 , 0x000047e4 
- 00015579  0x00002f45 jam  0x00000000 , 0x000047e5 
- 00015580  0x00002f46 jam  0x00000001 , 0x0000464b 
- 00015581  0x00002f47 setarg  0x00001770 
- 00015582  0x00002f48 store  0x00000002 , 0x0000464c 
- 00015583  0x00002f49 rtn 
- 00015584  0x00002f4d setarg  0x000001a8 
- 00015585  0x00002f4e store  0x00000002 , 0x000008ff 
- 00015586  0x00002f4f fetch  0x00000001 , 0x000047e6 
- 00015587  0x00002f50 istore  0x00000001 , 0x00000005 
- 00015588  0x00002f51 fetch  0x00000004 , 0x0000480a 
- 00015589  0x00002f52 call  0x00007cc6 
- 00015590  0x00002f53 istore  0x00000004 , 0x00000005 
- 00015591  0x00002f54 fetch  0x00000006 , 0x000042db 
- 00015592  0x00002f55 istore  0x00000006 , 0x00000005 
- 00015593  0x00002f56 fetch  0x00000003 , 0x000047e7 
- 00015594  0x00002f57 istore  0x00000003 , 0x00000005 
- 00015595  0x00002f58 rtn 
- 00015596  0x00002f5b call  0x00003cee 
- 00015597  0x00002f5c branch  0x000039d3 
- 00015598  0x00002f60 jam  0x00000015 , 0x0000462a 
- 00015599  0x00002f61 setarg  0x00000014 
- 00015600  0x00002f62 store  0x00000001 , 0x0000462b 
- 00015601  0x00002f63 setarg  0x0000002b 
- 00015602  0x00002f64 istore  0x00000001 , 0x00000005 
- 00015603  0x00002f65 setarg  0x00000000 
- 00015604  0x00002f66 istore  0x00000001 , 0x00000005 
- 00015605  0x00002f68 arg  0x000008ff , 0x00000006 
- 00015606  0x00002f69 call  0x00007c8f 
- 00015607  0x00002f6a fetch  0x00000002 , 0x000047ea 
- 00015608  0x00002f6b istore  0x00000002 , 0x00000005 
- 00015609  0x00002f6c rtn 
- 00015610  0x00002f70 call  0x00003d5a 
- 00015611  0x00002f71 nrtn  0x00000028 
- 00015612  0x00002f72 ifetch  0x00000001 , 0x00000006 
- 00015613  0x00002f73 beq  0x00000000 , 0x00003d01 
- 00015614  0x00002f74 beq  0x00000002 , 0x00003d1c 
- 00015615  0x00002f75 bpatchx  0x000000a8 , 0x00004035 
- 00015616  0x00002f76 rtn 
- 00015617  0x00002f7b call  0x00003d0f 
- 00015618  0x00002f7c nrtn  0x00000028 
- 00015619  0x00002f7e call  0x00003b45 
- 00015620  0x00002f80 call  0x00003d07 
- 00015621  0x00002f81 call  0x000040fa 
- 00015622  0x00002f82 rtn 
- 00015623  0x00002f85 arg  0x00000012 , 0x00000002 
- 00015624  0x00002f86 call  0x00003d46 
- 00015625  0x00002f87 setarg  0x00000001 
- 00015626  0x00002f88 istore  0x00000001 , 0x00000005 
- 00015627  0x00002f89 fetch  0x00000002 , 0x00004812 
- 00015628  0x00002f8a istore  0x00000002 , 0x00000005 
- 00015629  0x00002f8b arg  0x00004680 , 0x00000006 
- 00015630  0x00002f8c branch  0x00007c8f 
- 00015631  0x00002f90 call  0x00007dbc 
- 00015632  0x00002f91 ifetcht  0x00000002 , 0x00000006 
- 00015633  0x00002f92 arg  0x00004680 , 0x00000005 
- 00015634  0x00002f93 call  0x00007c8f 
- 00015635  0x00002f94 fetch  0x00000002 , 0x00004812 
- 00015636  0x00002f95 isub  0x00000002 , 0x0000003e 
- 00015637  0x00002f96 nrtn  0x00000005 
- 00015638  0x00002f99 fetch  0x00000001 , 0x000047e5 
- 00015639  0x00002f9a rtnbit1  0x00000001 
- 00015640  0x00002f9b set1  0x00000001 , 0x0000003f 
- 00015641  0x00002f9c store  0x00000001 , 0x000047e5 
- 00015642  0x00002f9e jam  0x00000002 , 0x000047e4 
- 00015643  0x00002f9f branch  0x00007dba 
- 00015644  0x00002fa2 call  0x00003d27 
- 00015645  0x00002fa3 fetcht  0x00000002 , 0x000047ec 
- 00015646  0x00002fa4 fetch  0x00000002 , 0x00004812 
- 00015647  0x00002fa5 isub  0x00000002 , 0x0000003e 
- 00015648  0x00002fa6 nrtn  0x00000005 
- 00015649  0x00002fa7 call  0x00003bbf 
- 00015650  0x00002fa8 call  0x000040fa 
- 00015651  0x00002fa9 fetch  0x00000001 , 0x000007aa 
- 00015652  0x00002faa rtnne  0x00000002 
- 00015653  0x00002fab jam  0x00000005 , 0x000047e4 
- 00015654  0x00002fac rtn 
- 00015655  0x00002fb0 bpatchx  0x000000a9 , 0x00004035 
- 00015656  0x00002fb1 copy  0x00000006 , 0x00000011 
- 00015657  0x00002fb2 fetch  0x00000001 , 0x000047e4 
- 00015658  0x00002fb3 rtneq  0x00000000 
- 00015659  0x00002fb4 fetch  0x00000001 , 0x000047e5 
- 00015660  0x00002fb5 rtnbit0  0x00000001 
- 00015661  0x00002fb6 rtnbit1  0x00000002 
- 00015662  0x00002fb7 copy  0x00000011 , 0x00000006 
- 00015663  0x00002fb8 arg  0x00000016 , 0x00000039 
- 00015664  0x00002fb9 arg  0x000047ec , 0x00000005 
- 00015665  0x00002fba call  0x00007cda 
- 00015666  0x00002fbc call  0x00003b86 
- 00015667  0x00002fbe fetcht  0x00000002 , 0x000047ec 
- 00015668  0x00002fbf fetch  0x00000002 , 0x00004812 
- 00015669  0x00002fc0 isub  0x00000002 , 0x0000003e 
- 00015670  0x00002fc1 nrtn  0x00000005 
- 00015671  0x00002fc3 fetch  0x00000001 , 0x000047e5 
- 00015672  0x00002fc4 set1  0x00000002 , 0x0000003f 
- 00015673  0x00002fc5 store  0x00000001 , 0x000047e5 
- 00015674  0x00002fc7 call  0x00003b99 
- 00015675  0x00002fc9 fetch  0x00000001 , 0x000047ff 
- 00015676  0x00002fca store  0x00000001 , 0x00004871 
- 00015677  0x00002fcb call  0x00003d3f 
- 00015678  0x00002fcc rtn 
- 00015679  0x00002fd1 arg  0x00000006 , 0x00000002 
- 00015680  0x00002fd2 call  0x00003d46 
- 00015681  0x00002fd3 setarg  0x00000003 
- 00015682  0x00002fd4 istore  0x00000001 , 0x00000005 
- 00015683  0x00002fd5 fetch  0x00000006 , 0x0000480e 
- 00015684  0x00002fd6 istore  0x00000006 , 0x00000005 
- 00015685  0x00002fd7 rtn 
- 00015686  0x00002fdb bpatchx  0x000000aa , 0x00004035 
- 00015687  0x00002fdc setarg  0x0000012c 
- 00015688  0x00002fdd store  0x00000002 , 0x00004806 
- 00015689  0x00002fde fetch  0x00000001 , 0x000007aa 
- 00015690  0x00002fdf sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00015691  0x00002fe0 call  0x00003ace , 0x00000005 
- 00015692  0x00002fe1 ncall  0x00003ad0 , 0x00000005 
- 00015693  0x00002fe2 add  0x00000002 , 0x00000009 , 0x0000003f 
- 00015694  0x00002fe3 store  0x00000001 , 0x0000462a 
- 00015695  0x00002fe4 call  0x0000397c 
- 00015696  0x00002fe5 add  0x00000002 , 0x00000005 , 0x0000003f 
- 00015697  0x00002fe6 istore  0x00000001 , 0x00000005 
- 00015698  0x00002fe7 setarg  0x000000ff 
- 00015699  0x00002fe8 istore  0x00000001 , 0x00000005 
- 00015700  0x00002fe9 setarg  0x000001a8 
- 00015701  0x00002fea byteswap  0x0000003f , 0x0000003f 
- 00015702  0x00002feb istore  0x00000002 , 0x00000005 
- 00015703  0x00002fec fetch  0x00000001 , 0x0000090f 
- 00015704  0x00002fed istore  0x00000001 , 0x00000005 
- 00015705  0x00002fee rtn 
- 00015706  0x00002ffa call  0x00007dbc 
- 00015707  0x00002ffb ifetcht  0x00000002 , 0x00000006 
- 00015708  0x00002ffc setarg  0x000001a8 
- 00015709  0x00002ffd byteswap  0x0000003f , 0x0000003f 
- 00015710  0x00002ffe isub  0x00000002 , 0x0000003e 
- 00015711  0x00002fff nrtn  0x00000005 
- 00015712  0x00003000 ifetch  0x00000001 , 0x00000006 
- 00015713  0x00003001 store  0x00000001 , 0x0000090f 
- 00015714  0x00003002 branch  0x00007dba 
- 00015715  0x00003006 arg  0x00004806 , 0x00000013 
- 00015716  0x00003007 arg  0x00003d66 , 0x00000012 
- 00015717  0x00003008 branch  0x000042e7 
- 00015718  0x0000300c branch  0x00003e61 
- 00015719  0x00003015 fetch  0x00000001 , 0x0000070b 
- 00015720  0x00003016 beq  0x00000008 , 0x00003d92 
- 00015721  0x00003017 beq  0x00000049 , 0x00003db1 
- 00015722  0x00003018 beq  0x0000001b , 0x00003dbd 
- 00015723  0x00003019 beq  0x0000001c , 0x00003dc4 
- 00015724  0x0000301b beq  0x000000f2 , 0x00003d6e 
- 00015725  0x0000301d rtn 
- 00015726  0x00003020 call  0x00003dec 
- 00015727  0x00003021 call  0x00003d83 
- 00015728  0x00003022 call  0x00003dc2 
- 00015729  0x00003023 setarg  0x00000080 
- 00015730  0x00003024 store  0x00000001 , 0x00000723 
- 00015731  0x00003025 setarg  0x000000f3 
- 00015732  0x00003026 istore  0x00000001 , 0x00000005 
- 00015733  0x00003028 setarg  0x00000000 
- 00015734  0x00003029 istore  0x00000001 , 0x00000005 
- 00015735  0x0000302a fetch  0x00000002 , 0x0000070c 
- 00015736  0x0000302b istore  0x00000002 , 0x00000005 
- 00015737  0x0000302d fetch  0x00000001 , 0x00000709 
- 00015738  0x0000302e arg  0x00000004 , 0x00000002 
- 00015739  0x0000302f isub  0x00000002 , 0x00000039 
- 00015740  0x00003030 arg  0x0000070e , 0x00000006 
- 00015741  0x00003031 call  0x00007cda 
- 00015742  0x00003032 fetch  0x00000001 , 0x00000709 
- 00015743  0x00003033 pincrease  0x00000001 
- 00015744  0x00003034 store  0x00000001 , 0x00000722 
- 00015745  0x00003037 arg  0x00000000 , 0x00000007 
- 00015746  0x00003038 branch  0x00003806 
- 00015747  0x0000303b fetch  0x00000001 , 0x0000070e 
- 00015748  0x0000303c rtn  0x00000034 
- 00015749  0x0000303d sub  0x0000003f , 0x00000008 , 0x0000003e 
- 00015750  0x0000303e ncall  0x00003d90 , 0x00000002 
- 00015751  0x0000303f iforce  0x00000039 
- 00015752  0x00003040 arg  0x0000070f , 0x00000006 
- 00015753  0x00003041 add  0x00000011 , 0x00000002 , 0x00000005 
- 00015754  0x00003042 branch  0x00003d8b 
- 00015755  0x00003045 ifetch  0x00000002 , 0x00000006 
- 00015756  0x00003046 byteswap  0x0000003f , 0x0000003f 
- 00015757  0x00003047 istore  0x00000002 , 0x00000005 
- 00015758  0x00003048 loop  0x00003d8b 
- 00015759  0x00003049 rtn 
- 00015760  0x0000304d setarg  0x00000008 
- 00015761  0x0000304e rtn 
- 00015762  0x00003051 jam  0x00000006 , 0x000047e4 
- 00015763  0x00003052 setarg  0x00000002 
- 00015764  0x00003053 store  0x00000001 , 0x00000723 
- 00015765  0x00003054 setarg  0x00000000 
- 00015766  0x00003055 istore  0x00000001 , 0x00000005 
- 00015767  0x00003056 setarg  0x000001a8 
- 00015768  0x00003057 istore  0x00000002 , 0x00000005 
- 00015769  0x00003058 setarg  0x00000000 
- 00015770  0x00003059 istore  0x00000002 , 0x00000005 
- 00015771  0x0000305a setarg  0x00000001 
- 00015772  0x0000305b istore  0x00000002 , 0x00000005 
- 00015773  0x0000305c setarg  0x00000005 
- 00015774  0x0000305d istore  0x00000002 , 0x00000005 
- 00015775  0x0000305e setarg  0x00000003 
- 00015776  0x0000305f istore  0x00000002 , 0x00000005 
- 00015777  0x00003060 setarg  0x00000000 
- 00015778  0x00003061 istore  0x00000002 , 0x00000005 
- 00015779  0x00003062 setarg  0x00000002 
- 00015780  0x00003063 istore  0x00000001 , 0x00000005 
- 00015781  0x00003064 setarg  0x00000002 
- 00015782  0x00003065 istore  0x00000001 , 0x00000005 
- 00015783  0x00003066 setarg  0x00000000 
- 00015784  0x00003067 istore  0x00000002 , 0x00000005 
- 00015785  0x00003068 setarg  0x00001000 
- 00015786  0x00003069 istore  0x00000002 , 0x00000005 
- 00015787  0x0000306a setarg  0x000001a8 
- 00015788  0x0000306b istore  0x00000004 , 0x00000005 
- 00015789  0x0000306c setarg  0x000101a8 
- 00015790  0x0000306d istore  0x00000004 , 0x00000005 
- 00015791  0x0000306e jam  0x0000001c , 0x00000722 
- 00015792  0x0000306f branch  0x000041b5 
- 00015793  0x00003073 jam  0x00000014 , 0x00004805 
- 00015794  0x00003078 setarg  0x00000080 
- 00015795  0x00003079 store  0x00000001 , 0x00000723 
- 00015796  0x0000307a setarg  0x0000004a 
- 00015797  0x0000307b istore  0x00000001 , 0x00000005 
- 00015798  0x0000307c jam  0x00000002 , 0x00000722 
- 00015799  0x0000307d branch  0x000041b5 
- 00015800  0x00003080 arg  0x00004805 , 0x00000013 
- 00015801  0x00003081 arg  0x00003dbb , 0x00000012 
- 00015802  0x00003082 branch  0x000042e0 
- 00015803  0x00003086 call  0x00003e50 
- 00015804  0x00003089 branch  0x00006ca3 
- 00015805  0x0000308d call  0x00003de2 
- 00015806  0x0000308e fetch  0x00000002 , 0x0000484c 
- 00015807  0x0000308f rtnbit1  0x00000002 
- 00015808  0x00003090 call  0x00003dec 
- 00015809  0x00003091 call  0x00003df5 
- 00015810  0x00003093 fetch  0x00000002 , 0x00004848 
- 00015811  0x00003094 branch  0x00007d79 
- 00015812  0x00003098 call  0x00003de2 
- 00015813  0x00003099 fetch  0x00000002 , 0x0000484c 
- 00015814  0x0000309a rtnbit1  0x00000002 
- 00015815  0x0000309b call  0x00003dec 
- 00015816  0x0000309c fetcht  0x00000002 , 0x0000070e 
- 00015817  0x0000309d rshift8  0x00000002 , 0x0000003f 
- 00015818  0x0000309e rshift4  0x0000003f , 0x0000003f 
- 00015819  0x0000309f beq  0x0000000c , 0x00003dd3 
- 00015820  0x000030a0 byteswap  0x00000002 , 0x00000002 
- 00015821  0x000030a2 call  0x00003dd8 
- 00015822  0x000030a3 nrtn  0x00000028 
- 00015823  0x000030a4 setarg  0x00000000 
- 00015824  0x000030a5 istore  0x00000002 , 0x00000011 
- 00015825  0x000030a6 fetch  0x00000002 , 0x00004848 
- 00015826  0x000030a7 branch  0x00007d79 
- 00015827  0x000030aa setarg  0xffffffff 
- 00015828  0x000030ab istore  0x00000008 , 0x00000011 
- 00015829  0x000030ac istore  0x00000008 , 0x00000005 
- 00015830  0x000030ad fetch  0x00000002 , 0x00004848 
- 00015831  0x000030ae branch  0x00007d79 
- 00015832  0x000030b1 arg  0x00000008 , 0x00000039 
- 00015833  0x000030b3 ifetch  0x00000002 , 0x00000011 
- 00015834  0x000030b4 arg  0x0000ffff , 0x00000012 
- 00015835  0x000030b5 isub  0x00000012 , 0x0000003e 
- 00015836  0x000030b6 branch  0x00007dba , 0x00000005 
- 00015837  0x000030b7 isub  0x00000002 , 0x0000003e 
- 00015838  0x000030b8 branch  0x00007dba , 0x00000005 
- 00015839  0x000030ba increase  0x00000002 , 0x00000011 
- 00015840  0x000030bb loop  0x00003dd9 
- 00015841  0x000030bc branch  0x00007dbc 
- 00015842  0x000030c0 setarg  0x00000080 
- 00015843  0x000030c1 store  0x00000001 , 0x00000723 
- 00015844  0x000030c2 setarg  0x0000001f 
- 00015845  0x000030c3 istore  0x00000001 , 0x00000005 
- 00015846  0x000030c4 setarg  0x00000000 
- 00015847  0x000030c5 istore  0x00000001 , 0x00000005 
- 00015848  0x000030c6 fetch  0x00000006 , 0x0000070c 
- 00015849  0x000030c7 istore  0x00000006 , 0x00000005 
- 00015850  0x000030c8 jam  0x00000009 , 0x00000722 
- 00015851  0x000030c9 branch  0x000041b5 
- 00015852  0x000030cc call  0x00003e3e 
- 00015853  0x000030cd add  0x00000011 , 0x00000006 , 0x00000011 
- 00015854  0x000030ce fetch  0x00000002 , 0x0000070c 
- 00015855  0x000030cf fetcht  0x00000002 , 0x00004800 
- 00015856  0x000030d0 byteswap  0x00000002 , 0x00000002 
- 00015857  0x000030d1 isub  0x00000002 , 0x0000003f 
- 00015858  0x000030d2 imul32  0x00000012 , 0x0000003f 
- 00015859  0x000030d3 iadd  0x00000011 , 0x00000011 
- 00015860  0x000030d4 rtn 
- 00015861  0x000030d7 fetcht  0x00000002 , 0x0000070e 
- 00015862  0x000030d8 arg  0x00000008 , 0x00000039 
- 00015863  0x000030da ifetch  0x00000002 , 0x00000011 
- 00015864  0x000030db branch  0x00003dff , 0x00000034 
- 00015865  0x000030dc arg  0x0000ffff , 0x00000012 
- 00015866  0x000030dd isub  0x00000012 , 0x0000003e 
- 00015867  0x000030de branch  0x00003dff , 0x00000005 
- 00015868  0x000030df increase  0x00000002 , 0x00000011 
- 00015869  0x000030e0 loop  0x00003df7 
- 00015870  0x000030e1 rtn 
- 00015871  0x000030e4 byteswap  0x00000002 , 0x00000002 
- 00015872  0x000030e5 istoret  0x00000002 , 0x00000011 
- 00015873  0x000030e6 rtn 
- 00015874  0x000030ed call  0x00007396 
- 00015875  0x000030ee call  0x0000739e 
- 00015876  0x000030ef setarg  0x000039b1 
- 00015877  0x000030f0 store  0x00000002 , 0x00004824 
- 00015878  0x000030f2 setarg  0x00003e42 
- 00015879  0x000030f3 store  0x00000002 , 0x000043db 
- 00015880  0x000030f5 setarg  0x00004016 
- 00015881  0x000030f6 store  0x00000002 , 0x00004842 
- 00015882  0x000030f8 setarg  0x00003745 
- 00015883  0x000030f9 store  0x00000002 , 0x00004828 
- 00015884  0x000030fb setarg  0x00003aa2 
- 00015885  0x000030fc store  0x00000002 , 0x00004848 
- 00015886  0x000030fe setarg  0x00003a92 
- 00015887  0x000030ff store  0x00000002 , 0x00004846 
- 00015888  0x00003101 setarg  0x00003e4a 
- 00015889  0x00003102 store  0x00000002 , 0x000043e3 
- 00015890  0x00003104 setarg  0x0000372e 
- 00015891  0x00003105 store  0x00000002 , 0x00004826 
- 00015892  0x00003107 setarg  0x00004090 
- 00015893  0x00003108 store  0x00000002 , 0x000043df 
- 00015894  0x0000310a setarg  0x000040e3 
- 00015895  0x0000310b store  0x00000002 , 0x000043dd 
- 00015896  0x0000310d setarg  0x00003ab6 
- 00015897  0x0000310e store  0x00000002 , 0x00004853 
- 00015898  0x00003110 setarg  0x00003abc 
- 00015899  0x00003111 store  0x00000002 , 0x0000484a 
- 00015900  0x00003112 call  0x00003ac3 
- 00015901  0x00003114 jam  0x00000024 , 0x0000464a 
- 00015902  0x00003115 call  0x00003817 
- 00015903  0x00003118 bpatchx  0x000000ab , 0x00004035 
- 00015904  0x0000311a setarg  0x00000428 
- 00015905  0x0000311b store  0x00000002 , 0x000049b9 
- 00015906  0x0000311c call  0x00003e58 
- 00015907  0x0000311e setarg  0x00000422 
- 00015908  0x0000311f store  0x00000002 , 0x00004a5e 
- 00015909  0x00003120 call  0x00003e5a 
- 00015910  0x00003122 setarg  0x00000a22 
- 00015911  0x00003123 store  0x00000002 , 0x00000a8d 
- 00015912  0x00003124 call  0x00003e5c 
- 00015913  0x00003125 call  0x00004071 
- 00015914  0x00003129 call  0x00004071 
- 00015915  0x0000312b call  0x00003a18 
- 00015916  0x0000312c call  0x00003e3a 
- 00015917  0x0000312e fetch  0x00000001 , 0x000047ef 
- 00015918  0x0000312f beq  0x000000ff , 0x00003cd9 
- 00015919  0x00003130 call  0x00004291 
- 00015920  0x00003131 call  0x00003bbf 
- 00015921  0x00003132 call  0x00003bb1 
- 00015922  0x00003133 call  0x00003b99 
- 00015923  0x00003135 random  0x0000003f 
- 00015924  0x00003136 and  0x0000003f , 0x0000001f , 0x0000003f 
- 00015925  0x00003137 add  0x0000003f , 0x00000032 , 0x0000003f 
- 00015926  0x00003138 store  0x00000002 , 0x00004804 
- 00015927  0x00003139 add  0x0000003f , 0x00000005 , 0x0000003f 
- 00015928  0x0000313a store  0x00000001 , 0x00004803 
- 00015929  0x0000313b rtn 
- 00015930  0x00003140 fetch  0x00000006 , 0x0000480e 
- 00015931  0x00003141 call  0x00007cc0 
- 00015932  0x00003142 store  0x00000006 , 0x000042db 
- 00015933  0x00003143 rtn 
- 00015934  0x00003146 fetchr  0x00000039 , 0x00000001 , 0x0000484e 
- 00015935  0x00003147 fetchr  0x00000011 , 0x00000002 , 0x0000484f 
- 00015936  0x00003148 fetchr  0x00000012 , 0x00000002 , 0x00004851 
- 00015937  0x00003149 rtn 
- 00015938  0x0000314d bpatchx  0x000000ac , 0x00004035 
- 00015939  0x0000314e call  0x0000387d 
- 00015940  0x0000314f call  0x00003aca 
- 00015941  0x00003150 call  0x000041d8 
- 00015942  0x00003151 call  0x0000396f 
- 00015943  0x00003152 call  0x00003b33 
- 00015944  0x00003153 call  0x00004060 
- 00015945  0x00003154 branch  0x00003995 
- 00015946  0x00003158 call  0x00003acc 
- 00015947  0x00003159 call  0x00003db8 
- 00015948  0x0000315a call  0x00003d63 
- 00015949  0x0000315d call  0x00003794 
- 00015950  0x0000315e call  0x00003791 
- 00015951  0x0000315f branch  0x00004289 
- 00015952  0x00003163 call  0x00003e53 
- 00015953  0x00003164 fetch  0x00000002 , 0x00004853 
- 00015954  0x00003165 branch  0x00007d79 
- 00015955  0x0000316a fetch  0x00000001 , 0x00004857 
- 00015956  0x0000316b rtnne  0x00000002 
- 00015957  0x0000316c setarg  0x0001d000 
- 00015958  0x0000316d store  0x00000003 , 0x00004419 
- 00015959  0x0000316e branch  0x00006bfa 
- 00015960  0x00003173 call  0x00004292 
- 00015961  0x00003174 branch  0x000078ad 
- 00015962  0x00003177 call  0x0000396c 
- 00015963  0x00003178 branch  0x000078ad 
- 00015964  0x0000317b call  0x00003e5e 
- 00015965  0x0000317c branch  0x000078ad 
- 00015966  0x0000317f setarg  0x00000a8d 
- 00015967  0x00003180 store  0x00000002 , 0x000043fb 
- 00015968  0x00003181 rtn 
- 00015969  0x00003184 jam  0x00000001 , 0x00004388 
- 00015970  0x00003185 setarg  0x00001770 
- 00015971  0x00003186 store  0x00000002 , 0x0000464c 
- 00015972  0x00003187 fetch  0x00000001 , 0x000047e7 
- 00015973  0x00003188 set0  0x00000000 , 0x0000003f 
- 00015974  0x00003189 store  0x00000001 , 0x000047e7 
- 00015975  0x0000318a jam  0x00000001 , 0x000047e4 
- 00015976  0x0000318b jam  0x00000000 , 0x000047e5 
- 00015977  0x0000318c jam  0x00000000 , 0x0000474d 
- 00015978  0x0000318d branch  0x00003b2f 
- 00015979  0x00003192 bpatchx  0x000000ad , 0x00004035 
- 00015980  0x00003193 fetch  0x00000001 , 0x0000092b 
- 00015981  0x00003194 bbit1  0x00000007 , 0x00003e70 
- 00015982  0x00003195 jam  0x00000000 , 0x00004969 
- 00015983  0x00003196 branch  0x0000417d 
- 00015984  0x0000319a call  0x00003e76 
- 00015985  0x0000319b rtn  0x00000028 
- 00015986  0x0000319c call  0x00003e97 
- 00015987  0x0000319d rtn  0x00000028 
- 00015988  0x0000319e call  0x00003ea7 
- 00015989  0x0000319f branch  0x00003eb4 
- 00015990  0x000031a4 call  0x00007dbc 
- 00015991  0x000031a5 arg  0x00000003 , 0x00000039 
- 00015992  0x000031a6 arg  0x0000092c , 0x00000011 
- 00015993  0x000031a7 call  0x00007cb1 
- 00015994  0x000031a8 fetchr  0x00000011 , 0x00000003 , 0x0000092c 
- 00015995  0x000031a9 and  0x00000011 , 0x0000001f , 0x00000002 
- 00015996  0x000031aa storet  0x00000001 , 0x0000485c 
- 00015997  0x000031ab fetch  0x00000001 , 0x00004863 
- 00015998  0x000031ac isub  0x00000002 , 0x0000003e 
- 00015999  0x000031ad nbranch  0x00007dba , 0x00000002 
- 00016000  0x000031af rshift4  0x00000011 , 0x0000003f 
- 00016001  0x000031b0 rshift  0x0000003f , 0x0000003f 
- 00016002  0x000031b1 and  0x0000003f , 0x0000001f , 0x00000002 
- 00016003  0x000031b2 storet  0x00000001 , 0x0000485b 
- 00016004  0x000031b3 rshift4  0x0000003f , 0x0000003f 
- 00016005  0x000031b4 rshift  0x0000003f , 0x0000003f 
- 00016006  0x000031b5 arg  0x00001fff , 0x00000011 
- 00016007  0x000031b6 iand  0x00000011 , 0x00000002 
- 00016008  0x000031b7 copy  0x0000003f , 0x00000012 
- 00016009  0x000031b8 fetch  0x00000002 , 0x00004859 
- 00016010  0x000031b9 isub  0x00000002 , 0x0000003e 
- 00016011  0x000031ba ncall  0x00003e93 , 0x00000005 
- 00016012  0x000031bb storet  0x00000002 , 0x00004859 
- 00016013  0x000031bc rshift8  0x00000012 , 0x0000003f 
- 00016014  0x000031bd rshift4  0x0000003f , 0x0000003f 
- 00016015  0x000031be rshift  0x0000003f , 0x0000003f 
- 00016016  0x000031bf store  0x00000001 , 0x00004858 
- 00016017  0x000031c0 store  0x00000001 , 0x00004969 
- 00016018  0x000031c1 rtn 
- 00016019  0x000031c4 setarg  0x00000000 
- 00016020  0x000031c5 store  0x00000004 , 0x0000485d 
- 00016021  0x000031c6 jam  0x00000000 , 0x00004862 
- 00016022  0x000031c7 rtn 
- 00016023  0x000031cd call  0x00007dbc 
- 00016024  0x000031ce fetch  0x00000001 , 0x0000485b 
- 00016025  0x000031cf copy  0x0000003f , 0x00000007 
- 00016026  0x000031d0 fetch  0x00000004 , 0x0000485d 
- 00016027  0x000031d1 qisolate1  0x0000003f 
- 00016028  0x000031d2 branch  0x00007dba , 0x00000001 
- 00016029  0x000031d3 qset1  0x0000003f 
- 00016030  0x000031d4 store  0x00000004 , 0x0000485d 
- 00016031  0x000031d5 fetcht  0x00000001 , 0x0000485c 
- 00016032  0x000031d6 add  0x00000002 , 0x00000001 , 0x00000039 
- 00016033  0x000031d8 add  0x00000039 , 0xffffffff , 0x00000007 
- 00016034  0x000031d9 qisolate1  0x0000003f 
- 00016035  0x000031da nrtn  0x00000001 
- 00016036  0x000031db loop  0x00003ea1 
- 00016037  0x000031dc jam  0x00000001 , 0x00004861 
- 00016038  0x000031dd rtn 
- 00016039  0x000031e2 fetch  0x00000001 , 0x00000921 
- 00016040  0x000031e3 pincrease  0xfffffffa 
- 00016041  0x000031e4 copy  0x0000003f , 0x00000039 
- 00016042  0x000031e5 fetcht  0x00000001 , 0x00004862 
- 00016043  0x000031e6 iadd  0x00000002 , 0x00000002 
- 00016044  0x000031e7 storet  0x00000001 , 0x00004862 
- 00016045  0x000031e8 fetch  0x00000002 , 0x00004864 
- 00016046  0x000031e9 iforce  0x00000005 
- 00016047  0x000031ea fetch  0x00000001 , 0x0000485b 
- 00016048  0x000031eb mul32  0x0000003f , 0x0000000c , 0x0000003f 
- 00016049  0x000031ec iadd  0x00000005 , 0x00000005 
- 00016050  0x000031ed arg  0x0000092f , 0x00000006 
- 00016051  0x000031ee branch  0x00007cda 
- 00016052  0x000031f2 fetch  0x00000001 , 0x00004861 
- 00016053  0x000031f3 rtneq  0x00000000 
- 00016054  0x000031f4 setarg  0x00000000 
- 00016055  0x000031f5 store  0x00000005 , 0x0000485d 
- 00016056  0x000031f6 fetcht  0x00000002 , 0x00000925 
- 00016057  0x000031f7 byteswap  0x00000002 , 0x00000002 
- 00016058  0x000031f8 setarg  0x0000e000 
- 00016059  0x000031f9 iand  0x00000002 , 0x00000002 
- 00016060  0x000031fa fetch  0x00000002 , 0x00004859 
- 00016061  0x000031fb ior  0x00000002 , 0x0000003f 
- 00016062  0x000031fc byteswap  0x0000003f , 0x0000003f 
- 00016063  0x000031fd store  0x00000002 , 0x00000925 
- 00016064  0x000031fe branch  0x00004187 
- 00016065  0x00003203 fetch  0x00000001 , 0x00000722 
- 00016066  0x00003204 add  0x0000003f , 0x00000001 , 0x00000002 
- 00016067  0x00003205 copy  0x0000003f , 0x00000039 
- 00016068  0x00003206 storet  0x00000001 , 0x00000916 
- 00016069  0x00003207 fetch  0x00000001 , 0x0000092b 
- 00016070  0x00003208 set0  0x00000007 , 0x0000003f 
- 00016071  0x00003209 store  0x00000001 , 0x000049a1 
- 00016072  0x0000320a arg  0x00000723 , 0x00000006 
- 00016073  0x0000320b call  0x00007ccc 
- 00016074  0x0000320c branch  0x00004052 
- 00016075  0x00003212 add  0x00000011 , 0x00000004 , 0x00000002 
- 00016076  0x00003213 copy  0x00000011 , 0x00000039 
- 00016077  0x00003214 storet  0x00000001 , 0x00000916 
- 00016078  0x00003215 arg  0x000049a5 , 0x00000005 
- 00016079  0x00003216 call  0x00007ccc 
- 00016080  0x00003217 fetch  0x00000001 , 0x0000092b 
- 00016081  0x00003218 set1  0x00000007 , 0x0000003f 
- 00016082  0x00003219 store  0x00000001 , 0x000049a1 
- 00016083  0x0000321a branch  0x00004052 
- 00016084  0x00003220 fetch  0x00000001 , 0x0000070b 
- 00016085  0x00003222 beq  0x00000001 , 0x00003edb 
- 00016086  0x00003223 beq  0x00000002 , 0x00003ee1 
- 00016087  0x00003224 beq  0x00000042 , 0x00003ee6 
- 00016088  0x00003225 beq  0x0000004c , 0x00003ee9 
- 00016089  0x00003226 beq  0x0000005e , 0x00003eef 
- 00016090  0x00003227 rtn 
- 00016091  0x0000322b arg  0x00003edd , 0x00000013 
- 00016092  0x0000322c branch  0x00003f53 
- 00016093  0x00003230 fetch  0x00000002 , 0x00004830 
- 00016094  0x00003231 call  0x00007d79 
- 00016095  0x00003232 store  0x00000001 , 0x0000070c 
- 00016096  0x00003233 branch  0x0000376c 
- 00016097  0x00003237 arg  0x00003ee3 , 0x00000013 
- 00016098  0x00003238 branch  0x00003f53 
- 00016099  0x0000323a call  0x0000376c 
- 00016100  0x0000323b fetch  0x00000002 , 0x00004832 
- 00016101  0x0000323c branch  0x00007d79 
- 00016102  0x00003241 call  0x00003784 
- 00016103  0x00003242 fetch  0x00000002 , 0x00004834 
- 00016104  0x00003243 branch  0x00007d79 
- 00016105  0x00003247 fetch  0x00000002 , 0x0000070c 
- 00016106  0x00003248 call  0x00003efe 
- 00016107  0x00003249 store  0x00000001 , 0x00000711 
- 00016108  0x0000324a call  0x00003774 
- 00016109  0x0000324b fetch  0x00000002 , 0x00004836 
- 00016110  0x0000324c branch  0x00007d79 
- 00016111  0x00003250 fetch  0x00000002 , 0x00004866 
- 00016112  0x00003251 fetcht  0x00000002 , 0x0000070e 
- 00016113  0x00003252 isub  0x00000002 , 0x0000003e 
- 00016114  0x00003253 rtn  0x00000005 
- 00016115  0x00003255 fetch  0x00000002 , 0x0000070e 
- 00016116  0x00003256 call  0x00003f10 
- 00016117  0x00003257 store  0x00000001 , 0x00000716 
- 00016118  0x00003259 fetch  0x00000002 , 0x0000070e 
- 00016119  0x0000325a store  0x00000002 , 0x00004866 
- 00016120  0x0000325b fetch  0x00000002 , 0x00004838 
- 00016121  0x0000325c call  0x00007d79 
- 00016122  0x0000325d storet  0x00000002 , 0x0000070c 
- 00016123  0x0000325e call  0x0000377c 
- 00016124  0x0000325f fetch  0x00000002 , 0x0000483a 
- 00016125  0x00003260 branch  0x00007d79 
- 00016126  0x00003266 rtn  0x00000034 
- 00016127  0x00003267 mul32  0x0000003f , 0x00000064 , 0x0000003f 
- 00016128  0x00003268 arg  0x0000ffff , 0x00000002 
- 00016129  0x00003269 idiv  0x00000002 
- 00016130  0x0000326a call  0x00007d62 
- 00016131  0x0000326b remainder  0x00000002 
- 00016132  0x0000326c rshift8  0x00000002 , 0x00000002 
- 00016133  0x0000326d quotient  0x0000003f 
- 00016134  0x0000326e sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00016135  0x0000326f nrtn  0x00000005 
- 00016136  0x00003270 pincrease  0x00000001 
- 00016137  0x00003271 rtn 
- 00016138  0x00003277 arg  0x0000ffff , 0x0000003f 
- 00016139  0x00003278 imul32  0x00000002 , 0x0000003f 
- 00016140  0x00003279 div  0x0000003f , 0x00000064 
- 00016141  0x0000327a call  0x00007d62 
- 00016142  0x0000327b quotient  0x00000002 
- 00016143  0x0000327c rtn 
- 00016144  0x00003281 arg  0x00000320 , 0x00000002 
- 00016145  0x00003282 isub  0x00000002 , 0x00000011 
- 00016146  0x00003283 call  0x00003f1f 
- 00016147  0x00003284 copy  0x00000011 , 0x0000003f 
- 00016148  0x00003285 idiv  0x00000002 
- 00016149  0x00003286 call  0x00007d62 
- 00016150  0x00003287 quotient  0x0000003f 
- 00016151  0x00003288 rtn 
- 00016152  0x0000328e copy  0x00000002 , 0x00000011 
- 00016153  0x0000328f call  0x00003f1f 
- 00016154  0x00003290 copy  0x00000011 , 0x0000003f 
- 00016155  0x00003291 imul32  0x00000002 , 0x0000003f 
- 00016156  0x00003292 arg  0x00000320 , 0x00000002 
- 00016157  0x00003293 iadd  0x00000002 , 0x00000002 
- 00016158  0x00003294 rtn 
- 00016159  0x00003297 setarg  0x00004e20 
- 00016160  0x00003298 arg  0x00000320 , 0x00000002 
- 00016161  0x00003299 isub  0x00000002 , 0x0000003f 
- 00016162  0x0000329a div  0x0000003f , 0x00000064 
- 00016163  0x0000329b call  0x00007d62 
- 00016164  0x0000329c quotient  0x00000002 
- 00016165  0x0000329d rtn 
- 00016166  0x000032a3 arg  0x00000000 , 0x00000007 
- 00016167  0x000032a4 fetchr  0x00000039 , 0x00000001 , 0x0000484e 
- 00016168  0x000032a5 call  0x00007dbc 
- 00016169  0x000032a6 fetch  0x00000002 , 0x00004800 
- 00016170  0x000032a8 isub  0x00000002 , 0x0000003e 
- 00016171  0x000032a9 branch  0x00003f32 , 0x00000005 
- 00016172  0x000032aa byteswap  0x0000003f , 0x0000003f 
- 00016173  0x000032ab pincrease  0x00000001 
- 00016174  0x000032ac byteswap  0x0000003f , 0x0000003f 
- 00016175  0x000032ad increase  0x00000001 , 0x00000007 
- 00016176  0x000032ae loop  0x00003f2a 
- 00016177  0x000032af rtn 
- 00016178  0x000032b2 jam  0x00000000 , 0x00004868 
- 00016179  0x000032b3 storer  0x00000007 , 0x00000001 , 0x00004869 
- 00016180  0x000032b4 call  0x00003f6e 
- 00016181  0x000032b5 branch  0x00007dba 
- 00016182  0x000032b9 arg  0x00000000 , 0x00000007 
- 00016183  0x000032ba arg  0x00000000 , 0x00000013 
- 00016184  0x000032bb call  0x00003e3e 
- 00016185  0x000032bc call  0x00007dbc 
- 00016186  0x000032be fetch  0x00000002 , 0x0000484c 
- 00016187  0x000032bf bbit0  0x00000002 , 0x00003f49 
- 00016188  0x000032c0 ifetch  0x00000002 , 0x00000011 
- 00016189  0x000032c1 isub  0x00000002 , 0x0000003e 
- 00016190  0x000032c2 call  0x00003f47 , 0x00000005 
- 00016191  0x000032c4 copy  0x00000012 , 0x0000003f 
- 00016192  0x000032c5 iadd  0x00000011 , 0x00000011 
- 00016193  0x000032c6 increase  0x00000001 , 0x00000007 
- 00016194  0x000032c7 loop  0x00003f3a 
- 00016195  0x000032c8 copy  0x00000013 , 0x0000003f 
- 00016196  0x000032c9 rtn  0x00000034 
- 00016197  0x000032ca store  0x00000001 , 0x00004868 
- 00016198  0x000032cb branch  0x00007dba 
- 00016199  0x000032ce qset1  0x00000013 
- 00016200  0x000032cf rtn 
- 00016201  0x000032d2 add  0x00000011 , 0x00000006 , 0x00000006 
- 00016202  0x000032d3 arg  0x00000008 , 0x00000030 
- 00016203  0x000032d5 ifetch  0x00000002 , 0x00000006 
- 00016204  0x000032d6 isub  0x00000002 , 0x0000003e 
- 00016205  0x000032d7 branch  0x00003f51 , 0x00000005 
- 00016206  0x000032d8 increase  0xffffffff , 0x00000030 
- 00016207  0x000032d9 branch  0x00003f3f , 0x00000005 
- 00016208  0x000032da branch  0x00003f4b 
- 00016209  0x000032dd call  0x00003f47 
- 00016210  0x000032de branch  0x00003f3f 
- 00016211  0x000032e1 arg  0x00000000 , 0x00000007 
- 00016212  0x000032e2 fetch  0x00000001 , 0x00004868 
- 00016213  0x000032e3 branch  0x00003f5f , 0x00000034 
- 00016214  0x000032e4 copy  0x0000003f , 0x00000012 
- 00016215  0x000032e5 fetchr  0x00000039 , 0x00000001 , 0x0000484e 
- 00016216  0x000032e7 storer  0x00000007 , 0x00000001 , 0x00004869 
- 00016217  0x000032e9 qisolate1  0x00000012 
- 00016218  0x000032ea call  0x00003f5f , 0x00000001 
- 00016219  0x000032eb fetchr  0x00000007 , 0x00000001 , 0x00004869 
- 00016220  0x000032ec increase  0x00000001 , 0x00000007 
- 00016221  0x000032ed loop  0x00003f58 
- 00016222  0x000032ee rtn 
- 00016223  0x000032f1 call  0x00003f64 
- 00016224  0x000032f2 call  0x00003f6e 
- 00016225  0x000032f3 copy  0x00000013 , 0x0000003f 
- 00016226  0x000032f4 call  0x00007d79 
- 00016227  0x000032f5 branch  0x00003f69 
- 00016228  0x000032f8 storer  0x00000039 , 0x00000002 , 0x00000917 
- 00016229  0x000032f9 storer  0x00000011 , 0x00000002 , 0x00000919 
- 00016230  0x000032fa storer  0x00000012 , 0x00000002 , 0x0000091b 
- 00016231  0x000032fb storer  0x00000013 , 0x00000002 , 0x0000091d 
- 00016232  0x000032fc rtn 
- 00016233  0x000032ff fetchr  0x00000039 , 0x00000002 , 0x00000917 
- 00016234  0x00003300 fetchr  0x00000011 , 0x00000002 , 0x00000919 
- 00016235  0x00003301 fetchr  0x00000012 , 0x00000002 , 0x0000091b 
- 00016236  0x00003302 fetchr  0x00000013 , 0x00000002 , 0x0000091d 
- 00016237  0x00003303 rtn 
- 00016238  0x00003307 bpatchx  0x000000ae , 0x00004035 
- 00016239  0x00003308 fetch  0x00000002 , 0x00004800 
- 00016240  0x00003309 byteswap  0x0000003f , 0x0000003f 
- 00016241  0x0000330a iadd  0x00000007 , 0x0000003f 
- 00016242  0x0000330b byteswap  0x0000003f , 0x0000003f 
- 00016243  0x0000330c store  0x00000002 , 0x00004995 
- 00016244  0x0000330d call  0x00003e3e 
- 00016245  0x0000330e copy  0x00000007 , 0x0000003f 
- 00016246  0x0000330f imul32  0x00000012 , 0x0000003f 
- 00016247  0x00003310 iadd  0x00000011 , 0x00000011 
- 00016248  0x00003311 add  0x00000011 , 0x00000017 , 0x00000006 
- 00016249  0x00003312 ifetch  0x00000002 , 0x00000006 
- 00016250  0x00003313 store , 0x00000002 , 0x000043fb 
- 00016251  0x00003314 rtn 
- 00016252  0x0000331a jam  0x00000000 , 0x00000951 
- 00016253  0x0000331e sub  0x00000002 , 0x0000000c , 0x0000003e 
- 00016254  0x0000331f rtn  0x00000002 
- 00016255  0x00003320 sub  0x00000002 , 0x0000001e , 0x0000003e 
- 00016256  0x00003321 nrtn  0x00000002 
- 00016257  0x00003322 bpatchx  0x000000af , 0x00004035 
- 00016258  0x00003323 call  0x0000400e 
- 00016259  0x00003324 call  0x00003f8c 
- 00016260  0x00003325 nrtn  0x00000028 
- 00016261  0x00003326 call  0x00003fdd 
- 00016262  0x00003327 nrtn  0x00000028 
- 00016263  0x00003328 call  0x00003bcf 
- 00016264  0x00003329 call  0x00003fa1 
- 00016265  0x0000332a nrtn  0x00000028 
- 00016266  0x0000332b call  0x00003fb2 
- 00016267  0x0000332d branch  0x00003fb7 
- 00016268  0x00003330 call  0x00007dba 
- 00016269  0x00003331 fetch  0x00000001 , 0x00000921 
- 00016270  0x00003332 arg  0x00000925 , 0x00000006 
- 00016271  0x00003333 iadd  0x00000006 , 0x00000006 
- 00016272  0x00003334 ifetch  0x00000004 , 0x00000006 
- 00016273  0x00003335 ifetcht  0x00000004 , 0x00000006 
- 00016274  0x00003336 ixor  0x00000002 , 0x00000002 
- 00016275  0x00003337 arg  0x00000010 , 0x00000039 
- 00016276  0x00003338 arg  0x000009fd , 0x00000006 
- 00016277  0x0000333a ifetch  0x00000004 , 0x00000006 
- 00016278  0x0000333b isub  0x00000002 , 0x0000003e 
- 00016279  0x0000333c branch  0x00007dbc , 0x00000005 
- 00016280  0x0000333d loop  0x00003f95 
- 00016281  0x0000333e fetch  0x00000001 , 0x0000486a 
- 00016282  0x0000333f pincrease  0x00000004 
- 00016283  0x00003340 arg  0x000009fd , 0x00000005 
- 00016284  0x00003341 iadd  0x00000005 , 0x00000005 
- 00016285  0x00003342 istoret  0x00000004 , 0x00000005 
- 00016286  0x00003343 and  0x0000003f , 0x0000003f , 0x0000003f 
- 00016287  0x00003344 store  0x00000001 , 0x0000486a 
- 00016288  0x00003345 rtn 
- 00016289  0x00003348 call  0x00007dba 
- 00016290  0x00003349 fetcht  0x00000005 , 0x00000924 
- 00016291  0x0000334a arg  0x00000010 , 0x00000039 
- 00016292  0x0000334b arg  0x00000a3d , 0x00000006 
- 00016293  0x0000334d ifetch  0x00000005 , 0x00000006 
- 00016294  0x0000334e isub  0x00000002 , 0x0000003e 
- 00016295  0x0000334f branch  0x00007dbc , 0x00000005 
- 00016296  0x00003350 loop  0x00003fa5 
- 00016297  0x00003351 fetch  0x00000001 , 0x0000486b 
- 00016298  0x00003352 pincrease  0x00000001 
- 00016299  0x00003353 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00016300  0x00003354 store  0x00000001 , 0x0000486b 
- 00016301  0x00003355 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00016302  0x00003356 arg  0x00000a3d , 0x00000005 
- 00016303  0x00003357 iadd  0x00000005 , 0x00000005 
- 00016304  0x00003358 istoret  0x00000005 , 0x00000005 
- 00016305  0x00003359 rtn 
- 00016306  0x0000335c fetch  0x00000001 , 0x00000951 
- 00016307  0x0000335d rtneq  0x00000000 
- 00016308  0x0000335e fetch  0x00000002 , 0x00000927 
- 00016309  0x0000335f store  0x00000002 , 0x0000486c 
- 00016310  0x00003360 rtn 
- 00016311  0x0000336d call  0x00004005 
- 00016312  0x0000336e fetch  0x00000001 , 0x00000921 
- 00016313  0x0000336f arg  0x00000929 , 0x00000002 
- 00016314  0x00003370 call  0x00003ca7 
- 00016315  0x00003371 nrtn  0x00000005 
- 00016316  0x00003375 bpatchx  0x000000b0 , 0x00004036 
- 00016317  0x00003376 fetch  0x00000001 , 0x00000951 
- 00016318  0x00003377 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00016319  0x00003378 call  0x00004106 , 0x00000005 
- 00016320  0x00003379 fetcht  0x00000002 , 0x00000929 
- 00016321  0x0000337a call  0x00003f26 
- 00016322  0x0000337b call  0x00003fcf , 0x00000028 
- 00016323  0x0000337c branch  0x00003fea , 0x00000028 
- 00016324  0x0000337d arg  0x0000001d , 0x00000039 
- 00016325  0x0000337e arg  0x000007ab , 0x00000005 
- 00016326  0x0000337f arg  0x00000922 , 0x00000006 
- 00016327  0x00003380 call  0x00007cda 
- 00016328  0x00003381 call  0x00003fd3 
- 00016329  0x00003382 arg  0x0000001d , 0x00000039 
- 00016330  0x00003383 arg  0x000007ab , 0x00000006 
- 00016331  0x00003384 arg  0x00000922 , 0x00000005 
- 00016332  0x00003385 call  0x00007cda 
- 00016333  0x00003386 fetch  0x00000002 , 0x00004842 
- 00016334  0x00003387 branch  0x00007d79 
- 00016335  0x0000338a jam  0x00000001 , 0x00000952 
- 00016336  0x0000338b fetch  0x00000002 , 0x00004995 
- 00016337  0x0000338c store  0x00000002 , 0x00000953 
- 00016338  0x0000338d rtn 
- 00016339  0x00003390 call  0x00003f36 
- 00016340  0x00003391 branch  0x00003fea , 0x00000028 
- 00016341  0x00003392 jam  0x000000ff , 0x00004868 
- 00016342  0x00003393 setarg  0x0000ffcf 
- 00016343  0x00003394 isub  0x00000002 , 0x0000003e 
- 00016344  0x00003395 branch  0x00003fea , 0x00000005 
- 00016345  0x00003396 setarg  0x0000ffff 
- 00016346  0x00003397 isub  0x00000002 , 0x0000003e 
- 00016347  0x00003398 branch  0x00003fea , 0x00000005 
- 00016348  0x00003399 rtn 
- 00016349  0x0000339d call  0x00007dbc 
- 00016350  0x0000339e fetcht  0x00000001 , 0x00000922 
- 00016351  0x0000339f rshift4  0x00000002 , 0x0000003f 
- 00016352  0x000033a0 rshift3  0x0000003f , 0x0000003f 
- 00016353  0x000033a1 fetchr  0x00000011 , 0x00000001 , 0x00004871 
- 00016354  0x000033a2 and  0x00000011 , 0x00000001 , 0x00000011 
- 00016355  0x000033a3 isub  0x00000011 , 0x0000003e 
- 00016356  0x000033a4 nrtn  0x00000005 
- 00016357  0x000033a5 and  0x00000002 , 0x0000007f , 0x00000002 
- 00016358  0x000033a6 fetch  0x00000001 , 0x0000474d 
- 00016359  0x000033a7 isub  0x00000002 , 0x0000003e 
- 00016360  0x000033a8 nrtn  0x00000005 
- 00016361  0x000033a9 branch  0x00007dba 
- 00016362  0x000033ae arg  0x00004872 , 0x00000011 
- 00016363  0x000033af arg  0x0000000a , 0x00000039 
- 00016364  0x000033b1 fetcht  0x00000002 , 0x00000927 
- 00016365  0x000033b2 ifetch  0x00000002 , 0x00000011 
- 00016366  0x000033b4 branch  0x00003ff4 , 0x00000034 
- 00016367  0x000033b6 isub  0x00000002 , 0x0000003e 
- 00016368  0x000033b8 branch  0x00003ff5 , 0x00000005 
- 00016369  0x000033b9 increase  0x00000005 , 0x00000011 
- 00016370  0x000033ba loop  0x00003fec 
- 00016371  0x000033bb arg  0x00004872 , 0x00000011 
- 00016372  0x000033be istoret  0x00000002 , 0x00000011 
- 00016373  0x000033c0 storet  0x00000002 , 0x0000094c 
- 00016374  0x000033c2 add  0x00000011 , 0x00000002 , 0x00000013 
- 00016375  0x000033c3 ifetch  0x00000003 , 0x00000013 
- 00016376  0x000033c4 store  0x00000003 , 0x0000094e 
- 00016377  0x000033c5 branch  0x00003ffa 
- 00016378  0x000033cb call  0x00004002 
- 00016379  0x000033cd fetch  0x00000003 , 0x0000094e 
- 00016380  0x000033ce fetcht  0x00000003 , 0x00000924 
- 00016381  0x000033cf isub  0x00000002 , 0x0000003e 
- 00016382  0x000033d0 rtn  0x00000002 
- 00016383  0x000033d1 istoret  0x00000003 , 0x00000013 
- 00016384  0x000033d2 call  0x00004002 
- 00016385  0x000033d3 branch  0x00003e6b 
- 00016386  0x000033d6 arg  0x00000924 , 0x00000011 
- 00016387  0x000033d7 arg  0x00000003 , 0x00000039 
- 00016388  0x000033d8 branch  0x00007cb1 
- 00016389  0x000033dd call  0x00004008 
- 00016390  0x000033df arg  0x0000475e , 0x00000006 
- 00016391  0x000033e0 branch  0x0000735f 
- 00016392  0x000033e2 arg  0x0000093f , 0x00000005 
- 00016393  0x000033e3 setarg  0x00000000 
- 00016394  0x000033e4 istore  0x00000001 , 0x00000005 
- 00016395  0x000033e5 fetch  0x00000006 , 0x00000923 
- 00016396  0x000033e6 istore  0x00000008 , 0x00000005 
- 00016397  0x000033e7 branch  0x00004069 
- 00016398  0x000033eb add  0x00000002 , 0xfffffff4 , 0x0000003f 
- 00016399  0x000033f5 store  0x00000001 , 0x00000921 
- 00016400  0x000033f6 arg  0x0000001d , 0x00000039 
- 00016401  0x000033f7 arg  0x00000922 , 0x00000005 
- 00016402  0x000033f8 call  0x00007ca1 
- 00016403  0x000033f9 add  0x00000002 , 0xffffffff , 0x00000039 
- 00016404  0x000033fa arg  0x00000922 , 0x00000005 
- 00016405  0x000033fb branch  0x00007ccc 
- 00016406  0x000033fe call  0x0000406e 
- 00016407  0x000033ff call  0x00004036 
- 00016408  0x00003400 nrtn  0x00000028 
- 00016409  0x00003401 call  0x0000404a 
- 00016410  0x00003402 jam  0x0000001e , 0x00000787 
- 00016411  0x00003403 fetch  0x00000001 , 0x00000921 
- 00016412  0x00003404 add  0x0000003f , 0x0000000d , 0x00000002 
- 00016413  0x00003405 storet  0x00000001 , 0x00000789 
- 00016414  0x00003406 increase  0xffffffff , 0x00000002 
- 00016415  0x00003407 istoret  0x00000001 , 0x00000005 
- 00016416  0x00003408 setarg  0x0000002a 
- 00016417  0x00003409 istore  0x00000001 , 0x00000005 
- 00016418  0x0000340a add  0x00000002 , 0xffffffff , 0x00000039 
- 00016419  0x0000340b fetch  0x00000007 , 0x00000922 
- 00016420  0x0000340c arg  0x00000922 , 0x00000006 
- 00016421  0x0000340d call  0x00007cda 
- 00016422  0x0000340e arg  0x00000787 , 0x00000011 
- 00016423  0x0000340f call  0x000078b2 
- 00016424  0x00003410 call  0x0000402b 
- 00016425  0x00003411 nrtn  0x00000028 
- 00016426  0x00003412 branch  0x00003961 
- 00016427  0x00003415 fetcht  0x00000002 , 0x000007b2 
- 00016428  0x00003417 call  0x00007dbc 
- 00016429  0x00003418 fetch  0x00000001 , 0x00000978 
- 00016430  0x00003419 rtn  0x00000034 
- 00016431  0x0000341a iforce  0x00000039 
- 00016432  0x0000341b arg  0x00000968 , 0x00000006 
- 00016433  0x0000341d ifetch  0x00000002 , 0x00000006 
- 00016434  0x0000341e isub  0x00000002 , 0x0000003e 
- 00016435  0x0000341f branch  0x00007dba , 0x00000005 
- 00016436  0x00003420 loop  0x00004031 
- 00016437  0x00003421 rtn 
- 00016438  0x00003425 call  0x00007dbc 
- 00016439  0x00003426 fetch  0x00000001 , 0x00000951 
- 00016440  0x00003427 rtneq  0x00000001 
- 00016441  0x00003428 fetch  0x00000002 , 0x0000484c 
- 00016442  0x00003429 rtnbit1  0x00000001 
- 00016443  0x0000342a fetch  0x00000001 , 0x000047e4 
- 00016444  0x0000342b rtnne  0x00000000 
- 00016445  0x0000342c fetcht  0x00000002 , 0x00000927 
- 00016446  0x0000342d call  0x00003f26 
- 00016447  0x0000342e branch  0x00007dbc , 0x00000028 
- 00016448  0x0000342f call  0x0000404f 
- 00016449  0x00003430 nrtn  0x00000028 
- 00016450  0x00003431 fetch  0x00000001 , 0x00000923 
- 00016451  0x00003432 branch  0x00007dbc , 0x00000034 
- 00016452  0x00003433 pincrease  0xffffffff 
- 00016453  0x00003434 branch  0x00007dbc , 0x00000034 
- 00016454  0x00003435 store  0x00000001 , 0x00000923 
- 00016455  0x00003436 setarg  0x000048cc 
- 00016456  0x00003437 store  0x00000002 , 0x000043fb 
- 00016457  0x00003438 branch  0x00007dba 
- 00016458  0x0000343b call  0x00004005 
- 00016459  0x0000343c fetch  0x00000001 , 0x00000921 
- 00016460  0x0000343d arg  0x00000929 , 0x00000002 
- 00016461  0x0000343e call  0x00003c86 
- 00016462  0x0000343f branch  0x00003bcf 
- 00016463  0x00003444 setarg  0x000048a4 
- 00016464  0x00003445 store  0x00000002 , 0x00000910 
- 00016465  0x00003446 branch  0x000039fb 
- 00016466  0x0000344b bpatchx  0x000000b1 , 0x00004036 
- 00016467  0x0000344c call  0x00004056 
- 00016468  0x0000344d call  0x0000405f 
- 00016469  0x0000344e branch  0x0000394c 
- 00016470  0x00003454 fetch  0x00000001 , 0x00000916 
- 00016471  0x00003455 add  0x0000003f , 0x00000002 , 0x00000011 
- 00016472  0x00003456 pincrease  0x00000004 
- 00016473  0x00003457 store  0x00000001 , 0x00000916 
- 00016474  0x00003458 arg  0x0000499f , 0x00000002 
- 00016475  0x00003459 branch  0x0000405c 
- 00016476  0x0000345f call  0x00004005 
- 00016477  0x00003460 copy  0x00000011 , 0x0000003f 
- 00016478  0x00003461 branch  0x00003c86 
- 00016479  0x00003465 branch  0x00003bcc 
- 00016480  0x00003469 call  0x00003e5e 
- 00016481  0x0000346a call  0x000078fa 
- 00016482  0x0000346b rtn  0x00000034 
- 00016483  0x0000346c call  0x00002a28 
- 00016484  0x0000346d nrtn  0x00000034 
- 00016485  0x0000346e arg  0x00000787 , 0x00000011 
- 00016486  0x0000346f call  0x000078ca 
- 00016487  0x00003470 nrtn  0x00000028 
- 00016488  0x00003471 branch  0x000040f0 
- 00016489  0x00003476 fetch  0x00000004 , 0x0000486e 
- 00016490  0x00003477 istore  0x00000004 , 0x00000005 
- 00016491  0x00003478 add  0x00000005 , 0xfffffff3 , 0x0000003f 
- 00016492  0x00003479 store  0x00000002 , 0x000008f1 
- 00016493  0x0000347a rtn 
- 00016494  0x0000347f setarg  0x000048cc 
- 00016495  0x00003480 store  0x00000002 , 0x000043fb 
- 00016496  0x00003481 rtn 
- 00016497  0x00003484 call  0x0000406e 
- 00016498  0x00003485 branch  0x000078ad 
- 00016499  0x00003489 call  0x000029c9 
- 00016500  0x0000348a fetch  0x00000001 , 0x000047e4 
- 00016501  0x0000348b beq  0x00000001 , 0x00004083 
- 00016502  0x0000348c beq  0x00000000 , 0x00004079 
- 00016503  0x0000348d beq  0x00000005 , 0x00004079 
- 00016504  0x0000348e rtn 
- 00016505  0x00003492 setsect  0x00000000 , 0x00010214 
- 00016506  0x00003493 setsect  0x00000001 , 0x0000c080 
- 00016507  0x00003494 setsect  0x00000002 , 0x00028030 
- 00016508  0x00003495 setsect  0x00000003 , 0x00003060 
- 00016509  0x00003496 store  0x00000009 , 0x00004348 
- 00016510  0x00003497 setarg  0x00182816 
- 00016511  0x00003498 istore  0x00000004 , 0x00000005 
- 00016512  0x00003499 fetch  0x00000008 , 0x000047dc 
- 00016513  0x0000349a istore  0x00000008 , 0x00000005 
- 00016514  0x0000349b rtn 
- 00016515  0x0000349e call  0x00003ce0 
- 00016516  0x000034a0 setsect  0x00000000 , 0x0001021d 
- 00016517  0x000034a1 setsect  0x00000001 , 0x0000c080 
- 00016518  0x000034a2 setsect  0x00000002 , 0x00027030 
- 00016519  0x000034a3 setsect  0x00000003 , 0x00005460 
- 00016520  0x000034a4 store  0x00000009 , 0x00004348 
- 00016521  0x000034a5 setarg  0x00182716 
- 00016522  0x000034a6 istore  0x00000003 , 0x00000005 
- 00016523  0x000034a7 arg  0x000008ff , 0x00000006 
- 00016524  0x000034a8 call  0x00007c8f 
- 00016525  0x000034a9 fetch  0x00000002 , 0x000047ea 
- 00016526  0x000034aa istore  0x00000002 , 0x00000005 
- 00016527  0x000034ab rtn 
- 00016528  0x000034b2 bpatchx  0x000000b2 , 0x00004036 
- 00016529  0x000034b3 fetch  0x00000002 , 0x00004398 
- 00016530  0x000034b4 beq  0x0000000e , 0x00004095 
- 00016531  0x000034b5 beq  0x00000014 , 0x000040d6 
- 00016532  0x000034b6 rtn 
- 00016533  0x000034b9 copy  0x00000012 , 0x00000002 
- 00016534  0x000034ba ifetch  0x00000001 , 0x00000011 
- 00016535  0x000034bb beq  0x00000000 , 0x000040e1 
- 00016536  0x000034bc beq  0x00000002 , 0x0000409a 
- 00016537  0x000034bd rtn 
- 00016538  0x000034c6 call  0x0000400e 
- 00016539  0x000034c7 fetch  0x00000001 , 0x00000921 
- 00016540  0x000034c8 pincrease  0xfffffffc 
- 00016541  0x000034c9 store  0x00000001 , 0x00000921 
- 00016542  0x000034ca call  0x00003fdd 
- 00016543  0x000034cb nrtn  0x00000028 
- 00016544  0x000034cc call  0x00003bcf 
- 00016545  0x000034cd fetch  0x00000001 , 0x00000923 
- 00016546  0x000034ce bbit1  0x00000007 , 0x000040a4 
- 00016547  0x000034cf rtn 
- 00016548  0x000034d2 call  0x000040da 
- 00016549  0x000034d3 fetch  0x00000001 , 0x00000921 
- 00016550  0x000034d4 arg  0x00000929 , 0x00000002 
- 00016551  0x000034d5 call  0x00003ca5 
- 00016552  0x000034d6 nrtn  0x00000005 
- 00016553  0x000034d9 call  0x00004106 
- 00016554  0x000034da fetch  0x00000001 , 0x0000092b 
- 00016555  0x000034db beq  0x00000000 , 0x000040bd 
- 00016556  0x000034dc beq  0x00000001 , 0x000040ae 
- 00016557  0x000034dd rtn 
- 00016558  0x000034e0 fetchr  0x00000039 , 0x00000001 , 0x00000921 
- 00016559  0x000034e1 increase  0xfffffffd , 0x00000039 
- 00016560  0x000034e3 rshift  0x00000039 , 0x0000003f 
- 00016561  0x000034e4 fetcht  0x00000002 , 0x00000978 
- 00016562  0x000034e5 iadd  0x00000002 , 0x0000003f 
- 00016563  0x000034e6 sub  0x0000003f , 0x00000008 , 0x0000003e 
- 00016564  0x000034e7 nrtn  0x00000002 
- 00016565  0x000034e8 store  0x00000002 , 0x00000978 
- 00016566  0x000034e9 arg  0x00000968 , 0x00000005 
- 00016567  0x000034ea lshift  0x00000002 , 0x0000003f 
- 00016568  0x000034eb iadd  0x00000005 , 0x00000005 
- 00016569  0x000034ec arg  0x0000092c , 0x00000006 
- 00016570  0x000034ed call  0x00007cda 
- 00016571  0x000034ee fetch  0x00000001 , 0x0000097a 
- 00016572  0x000034ef branch  0x000040bf 
- 00016573  0x000034f2 ifetch  0x00000001 , 0x00000006 
- 00016574  0x000034f3 store  0x00000001 , 0x0000097a 
- 00016575  0x000034f5 store  0x00000001 , 0x000049a2 
- 00016576  0x000034f6 fetch  0x00000002 , 0x00000978 
- 00016577  0x000034f7 byteswap  0x0000003f , 0x0000003f 
- 00016578  0x000034f8 store  0x00000002 , 0x000049a3 
- 00016579  0x000034fa jam  0x00000003 , 0x000049a1 
- 00016580  0x000034fc fetch  0x00000009 , 0x00000922 
- 00016581  0x000034fd store  0x00000009 , 0x00004998 
- 00016582  0x000034fe fetch  0x00000002 , 0x00004995 
- 00016583  0x000034ff store  0x00000002 , 0x0000499d 
- 00016584  0x00003501 call  0x00004253 
- 00016585  0x00003502 call  0x00004267 
- 00016586  0x00003504 call  0x000040da 
- 00016587  0x00003505 setarg  0x00000006 
- 00016588  0x00003506 arg  0x0000499f , 0x00000002 
- 00016589  0x00003507 call  0x00003c84 
- 00016590  0x00003508 call  0x0000405f 
- 00016591  0x0000350b arg  0x00000016 , 0x00000011 
- 00016592  0x0000350c arg  0x00000010 , 0x00000002 
- 00016593  0x0000350d call  0x00002dee 
- 00016594  0x0000350e setarg  0x00000002 
- 00016595  0x0000350f istore  0x00000001 , 0x00000005 
- 00016596  0x00003510 arg  0x00004998 , 0x00000006 
- 00016597  0x00003511 branch  0x00007c8d 
- 00016598  0x00003514 jam  0x00000002 , 0x000007aa 
- 00016599  0x00003515 copy  0x00000012 , 0x00000002 
- 00016600  0x00003516 copy  0x00000011 , 0x00000006 
- 00016601  0x00003517 branch  0x00003cfa 
- 00016602  0x0000351b arg  0x0000095b , 0x00000005 
- 00016603  0x0000351c setarg  0x00000003 
- 00016604  0x0000351d istore  0x00000002 , 0x00000005 
- 00016605  0x0000351e fetch  0x00000005 , 0x00000924 
- 00016606  0x0000351f istore  0x00000007 , 0x00000005 
- 00016607  0x00003520 call  0x00004069 
- 00016608  0x00003522 branch  0x00004006 
- 00016609  0x00003525 jam  0x00000002 , 0x00000951 
- 00016610  0x00003526 branch  0x00003f7d 
- 00016611  0x0000352a copy  0x00000013 , 0x0000003f 
- 00016612  0x0000352b beq  0x00000015 , 0x000040e8 
- 00016613  0x0000352c beq  0x00000014 , 0x000040e7 
- 00016614  0x0000352d rtn 
- 00016615  0x00003530 branch  0x000040eb 
- 00016616  0x00003535 setarg  0x00000000 
- 00016617  0x00003536 store  0x00000002 , 0x0000486c 
- 00016618  0x00003537 branch  0x00004317 
- 00016619  0x0000353a setarg  0x00000000 
- 00016620  0x0000353b store  0x00000002 , 0x00000978 
- 00016621  0x0000353c arg  0x00000968 , 0x00000005 
- 00016622  0x0000353d arg  0x00000010 , 0x00000039 
- 00016623  0x0000353e branch  0x00007ca3 
- 00016624  0x00003547 call  0x00002a28 
- 00016625  0x00003548 nrtn  0x00000034 
- 00016626  0x0000354a fetch  0x00000001 , 0x00000789 
- 00016627  0x0000354b add  0x0000003f , 0xffffffff , 0x00000011 
- 00016628  0x0000354c arg  0x00000010 , 0x00000002 
- 00016629  0x0000354d call  0x00002dee 
- 00016630  0x0000354e setarg  0x00000000 
- 00016631  0x0000354f istore  0x00000001 , 0x00000005 
- 00016632  0x00003550 arg  0x0000078c , 0x00000006 
- 00016633  0x00003551 branch  0x00007c8d 
- 00016634  0x00003554 fetch  0x00000001 , 0x000007aa 
- 00016635  0x00003555 rtneq  0x00000000 
- 00016636  0x00003556 fetch  0x00000002 , 0x000044e9 
- 00016637  0x00003557 rtnbit0  0x00000009 
- 00016638  0x00003558 call  0x00002a28 
- 00016639  0x00003559 nrtn  0x00000034 
- 00016640  0x0000355a fetch  0x00000001 , 0x0000462a 
- 00016641  0x0000355b add  0x0000003f , 0xfffffffb , 0x00000011 
- 00016642  0x0000355c arg  0x00000016 , 0x00000002 
- 00016643  0x0000355d call  0x00002dee 
- 00016644  0x0000355e arg  0x00004630 , 0x00000006 
- 00016645  0x0000355f branch  0x00007c8d 
- 00016646  0x00003562 fetch  0x00000002 , 0x00000968 
- 00016647  0x00003563 nrtn  0x00000034 
- 00016648  0x00003564 fetch  0x00000002 , 0x00000927 
- 00016649  0x00003565 store  0x00000002 , 0x00000968 
- 00016650  0x00003567 fetch  0x00000002 , 0x00000978 
- 00016651  0x00003568 pincrease  0x00000001 
- 00016652  0x00003569 store  0x00000002 , 0x00000978 
- 00016653  0x0000356a rtn 
- 00016654  0x0000356e ifetch  0x00000004 , 0x00000006 
- 00016655  0x0000356f force  0x00000004 , 0x00000011 
- 00016656  0x00003570 increase  0x00000003 , 0x00000005 
- 00016657  0x00003572 istore  0x00000001 , 0x00000005 
- 00016658  0x00003573 rshift8  0x0000003f , 0x0000003f 
- 00016659  0x00003574 increase  0xfffffffe , 0x00000005 
- 00016660  0x00003575 increase  0xffffffff , 0x00000011 
- 00016661  0x00003576 nbranch  0x00004111 , 0x00000005 
- 00016662  0x00003577 increase  0x00000005 , 0x00000005 
- 00016663  0x00003578 loop  0x0000410e 
- 00016664  0x00003579 rtn 
- 00016665  0x0000357d lshift2  0x00000007 , 0x0000003f 
- 00016666  0x0000357e iadd  0x0000000b , 0x00000006 
- 00016667  0x0000357f ifetch  0x00000004 , 0x00000006 
- 00016668  0x00003580 rtn 
- 00016669  0x00003583 force  0x00000010 , 0x00000030 
- 00016670  0x00003584 arg  0x00000231 , 0x0000000b 
- 00016671  0x00003586 add  0x00000030 , 0xfffffff9 , 0x00000007 
- 00016672  0x00003587 call  0x00004119 
- 00016673  0x00003588 iforce  0x00000002 
- 00016674  0x00003589 add  0x00000030 , 0xfffffff0 , 0x00000007 
- 00016675  0x0000358a call  0x00004119 
- 00016676  0x0000358b iadd  0x00000002 , 0x00000002 
- 00016677  0x0000358c add  0x00000030 , 0xfffffffe , 0x00000007 
- 00016678  0x0000358d call  0x00004119 
- 00016679  0x0000358e shasx  0x0000003f , 0x00000001 , 0x0000003f 
- 00016680  0x0000358f iadd  0x00000002 , 0x00000002 
- 00016681  0x00003590 add  0x00000030 , 0xfffffff1 , 0x00000007 
- 00016682  0x00003591 call  0x00004119 
- 00016683  0x00003592 shasx  0x0000003f , 0x00000000 , 0x0000003f 
- 00016684  0x00003593 iadd  0x00000002 , 0x00000002 
- 00016685  0x00003594 lshift2  0x00000030 , 0x0000003f 
- 00016686  0x00003595 iadd  0x0000000b , 0x00000005 
- 00016687  0x00003596 istoret  0x00000004 , 0x00000005 
- 00016688  0x00003597 increase  0x00000001 , 0x00000030 
- 00016689  0x00003598 compare  0x00000040 , 0x00000030 , 0x000000ff 
- 00016690  0x00003599 nbranch  0x0000411f , 0x00000001 
- 00016691  0x0000359a rtn 
- 00016692  0x0000359e arg  0x00000549 , 0x00000006 
- 00016693  0x0000359f force  0x00000007 , 0x00000038 
- 00016694  0x000035a1 ifetch  0x00000004 , 0x00000006 
- 00016695  0x000035a2 iforce  0x0000002f 
- 00016696  0x000035a3 increase  0xffffffff , 0x00000038 
- 00016697  0x000035a4 branch  0x00004136 , 0x00000002 
- 00016698  0x000035a5 rtn 
- 00016699  0x000035a8 bpatchx  0x000000b3 , 0x00004036 
- 00016700  0x000035a9 call  0x0000411d 
- 00016701  0x000035aa arg  0x00000331 , 0x00000005 
- 00016702  0x000035ab force  0x00000000 , 0x00000038 
- 00016703  0x000035ad deposit  0x0000002f 
- 00016704  0x000035ae istore  0x00000004 , 0x00000005 
- 00016705  0x000035af increase  0x00000001 , 0x00000038 
- 00016706  0x000035b0 compare  0x00000008 , 0x00000038 , 0x000000ff 
- 00016707  0x000035b1 nbranch  0x0000413f , 0x00000001 
- 00016708  0x000035b4 arg  0x000095ed , 0x0000000b 
- 00016709  0x000035b7 arg  0x00000231 , 0x00000030 
- 00016710  0x000035b8 force  0x00000040 , 0x00000039 
- 00016711  0x000035ba ifetcht  0x00000004 , 0x00000030 
- 00016712  0x000035bb ifetch  0x00000004 , 0x0000000b 
- 00016713  0x000035bc increase  0x00000004 , 0x0000000b 
- 00016714  0x000035bd increase  0x00000004 , 0x00000030 
- 00016715  0x000035be iadd  0x00000002 , 0x0000003f 
- 00016716  0x000035bf force  0x00000007 , 0x00000038 
- 00016717  0x000035c0 iadd  0x0000002f , 0x00000002 
- 00016718  0x000035c1 force  0x00000004 , 0x00000038 
- 00016719  0x000035c2 shasx  0x0000002f , 0x00000003 , 0x0000003f 
- 00016720  0x000035c3 iadd  0x00000002 , 0x00000002 
- 00016721  0x000035c4 force  0x00000005 , 0x00000038 
- 00016722  0x000035c5 deposit  0x0000002f 
- 00016723  0x000035c6 force  0x00000006 , 0x00000038 
- 00016724  0x000035c7 ixor  0x0000002f , 0x0000003f 
- 00016725  0x000035c8 force  0x00000004 , 0x00000038 
- 00016726  0x000035c9 iand  0x0000002f , 0x0000003f 
- 00016727  0x000035ca force  0x00000006 , 0x00000038 
- 00016728  0x000035cb ixor  0x0000002f , 0x0000003f 
- 00016729  0x000035cc iadd  0x00000002 , 0x00000002 
- 00016730  0x000035cd force  0x00000007 , 0x00000038 
- 00016731  0x000035ce copy  0x00000002 , 0x0000002f 
- 00016732  0x000035cf force  0x00000003 , 0x00000038 
- 00016733  0x000035d0 deposit  0x0000002f 
- 00016734  0x000035d1 iadd  0x00000002 , 0x0000002f 
- 00016735  0x000035d2 force  0x00000000 , 0x00000038 
- 00016736  0x000035d3 deposit  0x0000002f 
- 00016737  0x000035d4 force  0x00000001 , 0x00000038 
- 00016738  0x000035d5 iand  0x0000002f , 0x00000002 
- 00016739  0x000035d6 ior  0x0000002f , 0x0000003f 
- 00016740  0x000035d7 force  0x00000002 , 0x00000038 
- 00016741  0x000035d8 iand  0x0000002f , 0x0000003f 
- 00016742  0x000035d9 ior  0x00000002 , 0x00000002 
- 00016743  0x000035da force  0x00000000 , 0x00000038 
- 00016744  0x000035db shasx  0x0000002f , 0x00000002 , 0x0000003f 
- 00016745  0x000035dc iadd  0x00000002 , 0x0000003f 
- 00016746  0x000035dd force  0x00000007 , 0x00000038 
- 00016747  0x000035de iadd  0x0000002f , 0x0000002f 
- 00016748  0x000035df regexrot 
- 00016749  0x000035e0 loop  0x00004147 
- 00016750  0x000035e1 arg  0x00000331 , 0x00000006 
- 00016751  0x000035e2 force  0x00000000 , 0x00000038 
- 00016752  0x000035e4 ifetch  0x00000004 , 0x00000006 
- 00016753  0x000035e5 iadd  0x0000002f , 0x0000002f 
- 00016754  0x000035e6 increase  0x00000001 , 0x00000038 
- 00016755  0x000035e7 compare  0x00000008 , 0x00000038 , 0x000000ff 
- 00016756  0x000035e8 nbranch  0x00004170 , 0x00000001 
- 00016757  0x000035e9 rtn 
- 00016758  0x000035ee arg  0x000001bd , 0x00000005 
- 00016759  0x000035ef force  0x00000007 , 0x00000038 
- 00016760  0x000035f1 deposit  0x0000002f 
- 00016761  0x000035f2 istore  0x00000004 , 0x00000005 
- 00016762  0x000035f3 increase  0xffffffff , 0x00000038 
- 00016763  0x000035f4 branch  0x00004178 , 0x00000002 
- 00016764  0x000035f5 rtn 
- 00016765  0x000035fb bbit0  0x00000006 , 0x00004180 
- 00016766  0x000035fe call  0x000041a2 
- 00016767  0x000035ff branch  0x00004182 
- 00016768  0x00003602 call  0x000041af 
- 00016769  0x00003603 branch  0x00004182 
- 00016770  0x00003608 fetch  0x00000001 , 0x00000921 
- 00016771  0x00003609 pincrease  0xfffffff9 
- 00016772  0x0000360d arg  0x0000092c , 0x00000030 
- 00016773  0x0000360e call  0x00007dbc 
- 00016774  0x0000360f branch  0x00004194 
- 00016775  0x00003614 fetch  0x00000001 , 0x0000092b 
- 00016776  0x00003615 bbit0  0x00000006 , 0x0000418b 
- 00016777  0x00003617 call  0x000041a2 
- 00016778  0x00003618 branch  0x0000418d 
- 00016779  0x0000361a call  0x000041af 
- 00016780  0x0000361b branch  0x0000418d 
- 00016781  0x0000361f fetch  0x00000001 , 0x00004969 
- 00016782  0x00003620 ncall  0x00007dba , 0x00000034 
- 00016783  0x00003621 call  0x00007dbc , 0x00000034 
- 00016784  0x00003622 fetch  0x00000001 , 0x00004862 
- 00016785  0x00003623 pincrease  0xfffffffc 
- 00016786  0x00003624 jam  0x00000000 , 0x00004862 
- 00016787  0x00003625 arg  0x00004b3c , 0x00000030 
- 00016788  0x0000362a copy  0x00000030 , 0x00000002 
- 00016789  0x0000362b call  0x0000419c 
- 00016790  0x0000362c nrtn  0x00000005 
- 00016791  0x0000362d call  0x0000419f 
- 00016792  0x0000362e nrtn  0x00000028 
- 00016793  0x0000362f fetch  0x00000002 , 0x000008f4 
- 00016794  0x00003630 copy  0x0000003f , 0x00000030 
- 00016795  0x00003631 branch  0x00003728 
- 00016796  0x00003634 nbranch  0x00003ca7 , 0x00000028 
- 00016797  0x00003635 pincrease  0xfffffffc 
- 00016798  0x00003636 branch  0x00003ca5 
- 00016799  0x0000363a setarg  0x0000496a 
- 00016800  0x0000363b store  0x00000002 , 0x00000910 
- 00016801  0x0000363c branch  0x000039fb 
- 00016802  0x00003641 call  0x000041a5 
- 00016803  0x00003643 arg  0x00004959 , 0x00000006 
- 00016804  0x00003644 branch  0x0000735f 
- 00016805  0x00003646 arg  0x0000093f , 0x00000005 
- 00016806  0x00003647 setarg  0x00000001 
- 00016807  0x00003648 istore  0x00000001 , 0x00000005 
- 00016808  0x00003649 fetch  0x00000001 , 0x00004969 
- 00016809  0x0000364a arg  0x00000000 , 0x00000002 
- 00016810  0x0000364b nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00016811  0x0000364c istoret  0x00000001 , 0x00000005 
- 00016812  0x0000364d fetch  0x00000007 , 0x00000924 
- 00016813  0x0000364e istore  0x00000007 , 0x00000005 
- 00016814  0x0000364f branch  0x00004069 
- 00016815  0x00003654 call  0x000041b2 
- 00016816  0x00003656 arg  0x000046a0 , 0x00000006 
- 00016817  0x00003657 branch  0x0000735f 
- 00016818  0x00003659 arg  0x0000093f , 0x00000005 
- 00016819  0x0000365a setarg  0x00000002 
- 00016820  0x0000365b branch  0x000041a7 
- 00016821  0x00003661 bpatchx  0x000000b4 , 0x00004036 
- 00016822  0x00003663 call  0x0000425b 
- 00016823  0x00003666 call  0x000041bd 
- 00016824  0x00003667 rtn  0x00000028 
- 00016825  0x00003668 call  0x000041d0 
- 00016826  0x0000366a call  0x00004292 
- 00016827  0x0000366c arg  0x00000983 , 0x00000011 
- 00016828  0x0000366d branch  0x000078b2 
- 00016829  0x00003672 call  0x00007dbc 
- 00016830  0x00003673 arg  0x00000001 , 0x00000002 
- 00016831  0x00003675 fetch  0x00000001 , 0x00000951 
- 00016832  0x00003676 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00016833  0x00003677 setflag  0x00000005 , 0x00000007 , 0x00000002 
- 00016834  0x00003678 storet  0x00000001 , 0x00000983 
- 00016835  0x00003679 fetch  0x00000009 , 0x00004998 
- 00016836  0x0000367a store  0x00000009 , 0x00000987 
- 00016837  0x0000367b fetch  0x00000001 , 0x00000723 
- 00016838  0x0000367c rtnne  0x000000d4 
- 00016839  0x0000367d fetch  0x00000001 , 0x000047e4 
- 00016840  0x0000367e bne  0x00000000 , 0x00007dba 
- 00016841  0x0000367f fetch  0x00000001 , 0x00000726 
- 00016842  0x00003680 store  0x00000001 , 0x00000986 
- 00016843  0x00003681 fetch  0x00000001 , 0x00000983 
- 00016844  0x00003682 pincrease  0x00000001 
- 00016845  0x00003683 set1  0x00000005 , 0x0000003f 
- 00016846  0x00003684 store  0x00000001 , 0x00000983 
- 00016847  0x00003685 rtn 
- 00016848  0x00003689 fetch  0x00000001 , 0x00000722 
- 00016849  0x0000368a copy  0x0000003f , 0x00000039 
- 00016850  0x0000368b store  0x00000001 , 0x00000990 
- 00016851  0x0000368c fetch  0x00000001 , 0x0000092b 
- 00016852  0x0000368d store  0x00000001 , 0x00000991 
- 00016853  0x0000368e arg  0x00000996 , 0x00000005 
- 00016854  0x0000368f arg  0x00000723 , 0x00000006 
- 00016855  0x00003690 branch  0x00007cda 
- 00016856  0x0000369a fetch  0x00000001 , 0x000049b5 
- 00016857  0x0000369b nrtn  0x00000034 
- 00016858  0x0000369c call  0x00004292 
- 00016859  0x0000369d arg  0x00000983 , 0x00000011 
- 00016860  0x0000369e call  0x000078dc 
- 00016861  0x0000369f nrtn  0x00000028 
- 00016862  0x000036a1 fetcht  0x00000001 , 0x00000983 
- 00016863  0x000036a2 and  0x00000002 , 0x0000000f , 0x0000003f 
- 00016864  0x000036a3 branch  0x0000420b , 0x00000034 
- 00016865  0x000036a5 jam  0x00000001 , 0x000049b5 
- 00016866  0x000036a7 call  0x000041fc 
- 00016867  0x000036a9 fetcht  0x00000001 , 0x00000983 
- 00016868  0x000036aa call  0x00004202 
- 00016869  0x000036ab store  0x00000001 , 0x000049b6 
- 00016870  0x000036ad fetch  0x00000001 , 0x000049b7 
- 00016871  0x000036ae isolate1  0x00000007 , 0x00000002 
- 00016872  0x000036af setflag  0x00000001 , 0x00000002 , 0x0000003f 
- 00016873  0x000036b0 store  0x00000001 , 0x000049b7 
- 00016874  0x000036b8 set1  0x00000004 , 0x00000002 
- 00016875  0x000036ba increase  0xffffffff , 0x00000002 
- 00016876  0x000036bb istoret  0x00000001 , 0x00000012 
- 00016877  0x000036bd fetcht  0x00000001 , 0x00000983 
- 00016878  0x000036be isolate1  0x00000004 , 0x00000002 
- 00016879  0x000036bf nbranch  0x0000420f , 0x00000001 
- 00016880  0x000036c0 fetcht  0x00000001 , 0x00000990 
- 00016881  0x000036c1 storet  0x00000001 , 0x00000722 
- 00016882  0x000036c2 copy  0x00000002 , 0x00000039 
- 00016883  0x000036c3 arg  0x00000723 , 0x00000005 
- 00016884  0x000036c4 arg  0x00000996 , 0x00000006 
- 00016885  0x000036c5 call  0x00007cda 
- 00016886  0x000036c7 sub  0x00000002 , 0x0000000f , 0x0000003e 
- 00016887  0x000036c8 nbranch  0x000041f9 , 0x00000002 
- 00016888  0x000036ca branch  0x00003ec1 
- 00016889  0x000036ce fetch  0x00000004 , 0x00000992 
- 00016890  0x000036cf store  0x00000004 , 0x0000097e 
- 00016891  0x000036d0 branch  0x00004230 
- 00016892  0x000036d4 fetch  0x00000001 , 0x00000991 
- 00016893  0x000036d5 store  0x00000001 , 0x0000092b 
- 00016894  0x000036d7 fetch  0x00000009 , 0x00000987 
- 00016895  0x000036d8 store  0x00000009 , 0x00004998 
- 00016896  0x000036d9 store  0x00000009 , 0x00000922 
- 00016897  0x000036da rtn 
- 00016898  0x000036de jam  0x00000001 , 0x000049b7 
- 00016899  0x000036df fetch  0x00000001 , 0x00000986 
- 00016900  0x000036e0 isolate1  0x00000005 , 0x00000002 
- 00016901  0x000036e1 rtn  0x00000001 
- 00016902  0x000036e2 setarg  0x00000000 
- 00016903  0x000036e3 rtn 
- 00016904  0x000036e6 add  0x00000011 , 0x0000001a , 0x00000005 
- 00016905  0x000036e7 istore  0x00000001 , 0x00000005 
- 00016906  0x000036e8 rtn 
- 00016907  0x000036ec jam  0x00000000 , 0x000049b6 
- 00016908  0x000036ed call  0x00004292 
- 00016909  0x000036ee arg  0x00000983 , 0x00000011 
- 00016910  0x000036ef branch  0x000078ca 
- 00016911  0x000036f2 call  0x00004253 
- 00016912  0x000036f3 call  0x00004267 
- 00016913  0x000036f4 fetch  0x00000009 , 0x00004998 
- 00016914  0x000036f5 store  0x00000009 , 0x00000987 
- 00016915  0x000036f6 call  0x00004228 
- 00016916  0x000036f7 setarg  0x00000000 
- 00016917  0x000036f8 store  0x00000001 , 0x00004969 
- 00016918  0x000036f9 call  0x00004249 
- 00016919  0x000036fb fetcht  0x00000001 , 0x00000722 
- 00016920  0x000036fc storet  0x00000001 , 0x00000990 
- 00016921  0x000036fd copy  0x00000002 , 0x00000039 
- 00016922  0x000036fe arg  0x00000723 , 0x00000006 
- 00016923  0x000036ff arg  0x00000996 , 0x00000005 
- 00016924  0x00003700 call  0x00007cda 
- 00016925  0x00003702 sub  0x00000002 , 0x0000000f , 0x0000003e 
- 00016926  0x00003703 nbranch  0x00004222 , 0x00000002 
- 00016927  0x00003705 arg  0x00000984 , 0x00000011 
- 00016928  0x00003706 call  0x000078eb 
- 00016929  0x00003707 branch  0x00003ec1 
- 00016930  0x0000370a call  0x0000426f 
- 00016931  0x0000370b fetch  0x00000004 , 0x0000097e 
- 00016932  0x0000370c store  0x00000004 , 0x00000992 
- 00016933  0x0000370d arg  0x00000984 , 0x00000011 
- 00016934  0x0000370e call  0x000078eb 
- 00016935  0x0000370f branch  0x00004230 
- 00016936  0x00003712 fetch  0x00000001 , 0x00000990 
- 00016937  0x00003713 copy  0x0000003f , 0x00000039 
- 00016938  0x00003714 store  0x00000001 , 0x00000722 
- 00016939  0x00003715 fetch  0x00000001 , 0x00000991 
- 00016940  0x00003716 store  0x00000001 , 0x0000092b 
- 00016941  0x00003717 arg  0x00000996 , 0x00000006 
- 00016942  0x00003718 arg  0x00000723 , 0x00000005 
- 00016943  0x00003719 branch  0x00007cda 
- 00016944  0x0000371c call  0x0000427c 
- 00016945  0x0000371d setarg  0x00000723 
- 00016946  0x0000371e store  0x00000002 , 0x0000097b 
- 00016947  0x00003720 call  0x000041fc 
- 00016948  0x00003721 call  0x00004253 
- 00016949  0x00003722 call  0x00004267 
- 00016950  0x00003724 fetcht  0x00000001 , 0x00000722 
- 00016951  0x00003725 setarg  0x0000000c 
- 00016952  0x00003726 call  0x00007db0 
- 00016953  0x00003727 copy  0x0000003f , 0x00000011 
- 00016954  0x00003728 copy  0x00000002 , 0x0000003f 
- 00016955  0x00003729 isub  0x00000011 , 0x0000003f 
- 00016956  0x0000372a store  0x00000001 , 0x00000722 
- 00016957  0x0000372b fetch  0x00000002 , 0x0000097b 
- 00016958  0x0000372c copy  0x0000003f , 0x00000006 
- 00016959  0x0000372d iadd  0x00000011 , 0x00000002 
- 00016960  0x0000372e storet  0x00000002 , 0x0000097b 
- 00016961  0x0000372f call  0x00003ecb 
- 00016962  0x00003730 fetch  0x00000001 , 0x00000722 
- 00016963  0x00003731 rtn  0x00000034 
- 00016964  0x00003732 fetch  0x00000001 , 0x00000980 
- 00016965  0x00003733 pincrease  0x00000001 
- 00016966  0x00003734 store  0x00000001 , 0x00000980 
- 00016967  0x00003735 call  0x0000427c 
- 00016968  0x00003736 branch  0x00004233 
- 00016969  0x0000373c fetch  0x00000001 , 0x0000092b 
- 00016970  0x0000373d bbit0  0x00000006 , 0x0000424d 
- 00016971  0x0000373f call  0x000041a2 
- 00016972  0x00003740 branch  0x0000424e 
- 00016973  0x00003742 call  0x000041af 
- 00016974  0x00003744 fetch  0x00000001 , 0x00000722 
- 00016975  0x00003745 add  0x0000003f , 0x00000004 , 0x00000002 
- 00016976  0x00003746 storet  0x00000001 , 0x00000722 
- 00016977  0x00003747 arg  0x00000723 , 0x00000002 
- 00016978  0x00003748 branch  0x00003c86 
- 00016979  0x0000374e fetch  0x00000003 , 0x00004992 
- 00016980  0x0000374f pincrease  0x00000001 
- 00016981  0x00003750 store  0x00000003 , 0x00004992 
- 00016982  0x00003751 fetch  0x00000001 , 0x00004808 
- 00016983  0x00003752 pincrease  0x00000001 
- 00016984  0x00003753 store  0x00000001 , 0x00004808 
- 00016985  0x00003754 fetch  0x00000002 , 0x00004846 
- 00016986  0x00003755 branch  0x00007d79 
- 00016987  0x0000375a fetch  0x00000001 , 0x00004871 
- 00016988  0x0000375b lshift4  0x0000003f , 0x0000003f 
- 00016989  0x0000375c lshift3  0x0000003f , 0x0000003f 
- 00016990  0x0000375d fetcht  0x00000001 , 0x0000474d 
- 00016991  0x0000375e ior  0x00000002 , 0x0000003f 
- 00016992  0x0000375f store  0x00000001 , 0x00004998 
- 00016993  0x00003760 fetch  0x00000001 , 0x00004997 
- 00016994  0x00003761 store  0x00000001 , 0x00004999 
- 00016995  0x00003762 fetch  0x00000002 , 0x00004995 
- 00016996  0x00003763 store  0x00000002 , 0x0000499d 
- 00016997  0x00003764 fetch  0x00000002 , 0x0000094c 
- 00016998  0x00003765 store  0x00000002 , 0x0000499f 
- 00016999  0x00003768 fetch  0x00000003 , 0x00004992 
- 00017000  0x00003769 store  0x00000003 , 0x0000499a 
- 00017001  0x0000376a arg  0x0000499a , 0x00000011 
- 00017002  0x0000376b arg  0x00000003 , 0x00000039 
- 00017003  0x0000376c call  0x00007cb1 
- 00017004  0x0000376d fetch  0x00000008 , 0x00004999 
- 00017005  0x0000376e store  0x00000008 , 0x00000923 
- 00017006  0x0000376f rtn 
- 00017007  0x00003772 fetch  0x00000001 , 0x00000722 
- 00017008  0x00003773 div  0x0000003f , 0x0000000c 
- 00017009  0x00003774 call  0x00007d62 
- 00017010  0x00003775 quotient  0x00000002 
- 00017011  0x00003776 remainder  0x0000003f 
- 00017012  0x00003777 call  0x0000428f , 0x00000034 
- 00017013  0x00003778 storet  0x00000001 , 0x00000981 
- 00017014  0x00003779 jam  0x00000000 , 0x00000980 
- 00017015  0x0000377a fetch  0x00000003 , 0x00004992 
- 00017016  0x0000377b arg  0x00001fff , 0x00000002 
- 00017017  0x0000377c iand  0x00000002 , 0x0000003f 
- 00017018  0x0000377d store  0x00000002 , 0x0000097e 
- 00017019  0x0000377e rtn 
- 00017020  0x00003781 fetch  0x00000002 , 0x0000097e 
- 00017021  0x00003782 lshift4  0x0000003f , 0x0000003f 
- 00017022  0x00003783 lshift  0x0000003f , 0x0000003f 
- 00017023  0x00003784 fetcht  0x00000001 , 0x00000980 
- 00017024  0x00003785 ior  0x00000002 , 0x0000003f 
- 00017025  0x00003786 lshift4  0x0000003f , 0x0000003f 
- 00017026  0x00003787 lshift  0x0000003f , 0x0000003f 
- 00017027  0x00003788 fetcht  0x00000001 , 0x00000981 
- 00017028  0x00003789 ior  0x00000002 , 0x0000003f 
- 00017029  0x0000378a store  0x00000003 , 0x000049a2 
- 00017030  0x0000378b arg  0x00000003 , 0x00000039 
- 00017031  0x0000378c arg  0x000049a2 , 0x00000011 
- 00017032  0x0000378d branch  0x00007cb1 
- 00017033  0x00003790 arg  0x000049b8 , 0x00000013 
- 00017034  0x00003791 arg  0x0000428c , 0x00000012 
- 00017035  0x00003792 branch  0x000042e0 
- 00017036  0x00003795 arg  0x00000028 , 0x00000039 
- 00017037  0x00003796 arg  0x0000496a , 0x00000005 
- 00017038  0x00003797 branch  0x00007ca1 
- 00017039  0x0000379b increase  0xffffffff , 0x00000002 
- 00017040  0x0000379c rtn 
- 00017041  0x0000379f branch  0x00003b2a 
- 00017042  0x000037a3 setarg  0x000049b9 
- 00017043  0x000037a4 store  0x00000002 , 0x000043fb 
- 00017044  0x000037a5 rtn 
- 00017045  0x000037a9 bpatch  0x000000b1 , 0x00004016 
- 00017046  0x000037aa fetch  0x00000001 , 0x000043cb 
- 00017047  0x000037ab branch  0x00004295 , 0x00000034 
- 00017048  0x000037ac beq  0x00000004 , 0x000047b7 
- 00017049  0x000037ad beq  0x00000009 , 0x000062ae 
- 00017050  0x000037ae beq  0x0000000a , 0x00005099 
- 00017051  0x000037af beq  0x0000000e , 0x000043b2 
- 00017052  0x000037b0 beq  0x00000006 , 0x0000646e 
- 00017053  0x000037b1 beq  0x0000000d , 0x00004672 
- 00017054  0x000037b2 beq  0x0000000f , 0x00004959 
- 00017055  0x000037b3 beq  0x0000000c , 0x00006882 
- 00017056  0x000037b5 beq  0x00000008 , 0x000053e0 
- 00017057  0x000037b6 beq  0x0000000b , 0x00003e02 
- 00017058  0x000037b7 rtn 
- 00017059  0x000037bb rtn  0x0000002b 
- 00017060  0x000037bc call  0x00006f74 
- 00017061  0x000037bd fetch  0x00000001 , 0x000043cb 
- 00017062  0x000037be beq  0x00000009 , 0x000063d9 
- 00017063  0x000037bf beq  0x00000006 , 0x000063d9 
- 00017064  0x000037c0 beq  0x00000004 , 0x000047c2 
- 00017065  0x000037c1 beq  0x00000008 , 0x00005428 
- 00017066  0x000037c2 beq  0x0000000f , 0x0000542c 
- 00017067  0x000037c3 beq  0x0000000d , 0x00004772 
- 00017068  0x000037c4 rtn 
- 00017069  0x000037c7 call  0x00007774 
- 00017070  0x000037c8 call  0x00007841 
- 00017071  0x000037c9 call  0x000042b4 
- 00017072  0x000037ca fetch  0x00000002 , 0x000043db 
- 00017073  0x000037cb branch  0x00007d79 
- 00017074  0x000037ce fetch  0x00000002 , 0x000043d9 
- 00017075  0x000037cf branch  0x00007d79 
- 00017076  0x000037d2 bpatch  0x000000b2 , 0x00004016 
- 00017077  0x000037d4 arg  0x000044d3 , 0x00000011 
- 00017078  0x000037d5 call  0x00007d97 
- 00017079  0x000037d6 rtn  0x00000034 
- 00017080  0x000037d8 copy  0x0000003f , 0x00000013 
- 00017081  0x000037d9 call  0x000042bd 
- 00017082  0x000037da branch  0x000042c1 
- 00017083  0x000037dd arg  0x00000000 , 0x00000013 
- 00017084  0x000037de rtn 
- 00017085  0x000037e4 beq  0x00000010 , 0x000042d0 
- 00017086  0x000037e5 beq  0x00000014 , 0x000042c7 
- 00017087  0x000037e6 beq  0x00000015 , 0x000042cb 
- 00017088  0x000037e7 rtn 
- 00017089  0x000037ec fetch  0x00000002 , 0x000043dd 
- 00017090  0x000037ed branch  0x00007d79 
- 00017091  0x000037f0 fetch  0x00000002 , 0x000043d3 
- 00017092  0x000037f1 branch  0x00007d79 
- 00017093  0x000037f4 fetch  0x00000002 , 0x000043d7 
- 00017094  0x000037f5 branch  0x00007d79 
- 00017095  0x000037f8 fetch  0x00000002 , 0x000044e9 
- 00017096  0x000037f9 set1  0x00000009 , 0x0000003f 
- 00017097  0x000037fa store  0x00000002 , 0x000044e9 
- 00017098  0x000037fb rtn 
- 00017099  0x000037fe jam  0x00000000 , 0x00004396 
- 00017100  0x000037ff fetch  0x00000002 , 0x000044e9 
- 00017101  0x00003800 set0  0x00000009 , 0x0000003f 
- 00017102  0x00003801 store  0x00000002 , 0x000044e9 
- 00017103  0x00003802 branch  0x0000432d 
- 00017104  0x00003806 fetch  0x00000002 , 0x000043f1 
- 00017105  0x00003807 set1  0x00000000 , 0x0000003f 
- 00017106  0x00003808 store  0x00000002 , 0x000043f1 
- 00017107  0x00003809 rtn 
- 00017108  0x0000380d store  0x00000001 , 0x0000021d 
- 00017109  0x0000380f bpatch  0x000000b3 , 0x00004016 
- 00017110  0x00003810 fetch  0x00000001 , 0x0000021d 
- 00017111  0x00003811 rtn  0x00000034 
- 00017112  0x00003812 increase  0xffffffff , 0x0000003f 
- 00017113  0x00003813 store  0x00000001 , 0x0000021d 
- 00017114  0x00003814 call  0x00007780 
- 00017115  0x00003815 call  0x0000430e 
- 00017116  0x00003816 call  0x00006beb 
- 00017117  0x00003817 fetch  0x00000002 , 0x000043e3 
- 00017118  0x00003818 call  0x00007d79 
- 00017119  0x00003819 branch  0x000042d5 
- 00017120  0x0000381f ifetch  0x00000001 , 0x00000013 
- 00017121  0x00003820 rtn  0x00000034 
- 00017122  0x00003821 pincrease  0xffffffff 
- 00017123  0x00003822 istore  0x00000001 , 0x00000013 
- 00017124  0x00003823 nrtn  0x00000034 
- 00017125  0x00003824 copy  0x00000012 , 0x0000003f 
- 00017126  0x00003825 branch  0x00007d79 
- 00017127  0x0000382a ifetch  0x00000002 , 0x00000013 
- 00017128  0x0000382b rtn  0x00000034 
- 00017129  0x0000382c pincrease  0xffffffff 
- 00017130  0x0000382d istore  0x00000002 , 0x00000013 
- 00017131  0x0000382e nrtn  0x00000034 
- 00017132  0x0000382f copy  0x00000012 , 0x0000003f 
- 00017133  0x00003830 branch  0x00007d79 
- 00017134  0x00003833 fetcht  0x00000002 , 0x00004430 
- 00017135  0x00003834 add  0x00000002 , 0x00000001 , 0x00000013 
- 00017136  0x00003835 arg  0x000042f2 , 0x00000012 
- 00017137  0x00003836 branch  0x000042e0 
- 00017138  0x00003839 call  0x00004343 
- 00017139  0x0000383a beq  0x00000001 , 0x000042f5 
- 00017140  0x0000383c branch  0x00004327 
- 00017141  0x0000383e setarg  0x00000002 
- 00017142  0x0000383f istore  0x00000001 , 0x00000013 
- 00017143  0x00003840 add  0x00000002 , 0x00000008 , 0x00000012 
- 00017144  0x00003842 ifetch  0x00000002 , 0x00000012 
- 00017145  0x00003843 branch  0x00007d79 
- 00017146  0x00003847 call  0x000042fc 
- 00017147  0x00003848 branch  0x00004327 
- 00017148  0x0000384c setarg  0x00000000 
- 00017149  0x0000384d store  0x00000002 , 0x000043ef 
- 00017150  0x0000384e rtn 
- 00017151  0x00003850 setarg  0x00000000 
- 00017152  0x00003851 store  0x00000002 , 0x000043f1 
- 00017153  0x00003852 rtn 
- 00017154  0x00003857 fetch  0x00000002 , 0x000043f1 
- 00017155  0x00003858 set1  0x00000007 , 0x0000003f 
- 00017156  0x00003859 store  0x00000002 , 0x000043ef 
- 00017157  0x0000385a setarg  0x00000000 
- 00017158  0x0000385b store  0x00000002 , 0x000043f1 
- 00017159  0x0000385c rtn 
- 00017160  0x00003865 arg  0x00000009 , 0x00000007 
- 00017161  0x00003866 branch  0x000024e7 
- 00017162  0x00003869 arg  0x00000009 , 0x00000007 
- 00017163  0x0000386a branch  0x000024eb 
- 00017164  0x0000386d jam  0x00000005 , 0x000043ed 
- 00017165  0x0000386e branch  0x00004308 
- 00017166  0x00003871 arg  0x000043ed , 0x00000013 
- 00017167  0x00003872 arg  0x0000430a , 0x00000012 
- 00017168  0x00003873 branch  0x000042e0 
- 00017169  0x00003877 jam  0x0000000f , 0x0000066f 
- 00017170  0x00003878 branch  0x00007834 
- 00017171  0x0000387b jam  0x00000010 , 0x0000066f 
- 00017172  0x0000387c branch  0x00007834 
- 00017173  0x0000387f jam  0x0000000e , 0x0000066f 
- 00017174  0x00003880 branch  0x00007834 
- 00017175  0x00003883 jam  0x0000000d , 0x0000066f 
- 00017176  0x00003884 branch  0x00007834 
- 00017177  0x00003887 jam  0x00000017 , 0x0000066f 
- 00017178  0x00003888 branch  0x00007834 
- 00017179  0x0000388b jam  0x00000018 , 0x0000066f 
- 00017180  0x0000388c branch  0x00007834 
- 00017181  0x0000388f jam  0x00000016 , 0x0000066f 
- 00017182  0x00003890 branch  0x00007834 
- 00017183  0x00003893 jam  0x00000011 , 0x0000066f 
- 00017184  0x00003894 branch  0x00007834 
- 00017185  0x00003897 jam  0x00000015 , 0x0000066f 
- 00017186  0x00003898 branch  0x00007834 
- 00017187  0x0000389b jam  0x00000014 , 0x0000066f 
- 00017188  0x0000389c branch  0x00007834 
- 00017189  0x000038a0 jam  0x00000013 , 0x0000066f 
- 00017190  0x000038a1 branch  0x00007834 
- 00017191  0x000038a4 jam  0x00000019 , 0x0000066f 
- 00017192  0x000038a5 branch  0x00007834 
- 00017193  0x000038a9 jam  0x0000001f , 0x0000066f 
- 00017194  0x000038aa branch  0x00007834 
- 00017195  0x000038ae set1  0x0000000d , 0x00000000 
- 00017196  0x000038af rtn 
- 00017197  0x000038b2 set0  0x0000000d , 0x00000000 
- 00017198  0x000038b3 rtn 
- 00017199  0x000038b7 call  0x00004343 
- 00017200  0x000038b8 beq  0x00000002 , 0x00004339 
- 00017201  0x000038ba setarg  0x00000001 
- 00017202  0x000038bb istore  0x00000001 , 0x00000013 
- 00017203  0x000038bc add  0x00000002 , 0x00000003 , 0x00000011 
- 00017204  0x000038bd add  0x00000002 , 0x00000006 , 0x00000012 
- 00017205  0x000038bf ifetcht  0x00000001 , 0x00000011 
- 00017206  0x000038c0 increase  0x00000001 , 0x00000013 
- 00017207  0x000038c1 istoret  0x00000001 , 0x00000013 
- 00017208  0x000038c2 branch  0x000042f8 
- 00017209  0x000038c5 setarg  0x00000000 
- 00017210  0x000038c6 istore  0x00000001 , 0x00000013 
- 00017211  0x000038c7 fetch  0x00000002 , 0x000044e9 
- 00017212  0x000038c8 bbit0  0x00000009 , 0x0000433f 
- 00017213  0x000038c9 call  0x000030c5 
- 00017214  0x000038ca call  0x0000431f 
- 00017215  0x000038cc fetcht  0x00000002 , 0x00004430 
- 00017216  0x000038cd add  0x00000002 , 0x00000002 , 0x00000011 
- 00017217  0x000038ce add  0x00000002 , 0x00000004 , 0x00000012 
- 00017218  0x000038cf branch  0x00004335 
- 00017219  0x000038d2 fetcht  0x00000002 , 0x00004430 
- 00017220  0x000038d3 add  0x00000002 , 0x00000000 , 0x00000013 
- 00017221  0x000038d4 ifetch  0x00000001 , 0x00000013 
- 00017222  0x000038d5 rtn 
- 00017223  0x000038d8 call  0x00004343 
- 00017224  0x000038d9 bne  0x00000000 , 0x0000434a 
- 00017225  0x000038da branch  0x00004327 
- 00017226  0x000038dc add  0x00000002 , 0x0000000a , 0x00000012 
- 00017227  0x000038dd branch  0x000042f8 
- 00017228  0x000038e4 fetch  0x00000008 , 0x00004ceb 
- 00017229  0x000038e5 store  0x00000008 , 0x00004cfe 
- 00017230  0x000038e6 jam  0x00000000 , 0x00004d0e 
- 00017231  0x000038e7 fetch  0x00000001 , 0x00004d02 
- 00017232  0x000038e8 lshift2  0x0000003f , 0x0000003f 
- 00017233  0x000038e9 arg  0x00004b87 , 0x00000002 
- 00017234  0x000038ea iadd  0x00000002 , 0x00000002 
- 00017235  0x000038eb ifetch  0x00000004 , 0x00000002 
- 00017236  0x000038ec store  0x00000004 , 0x00004cfa 
- 00017237  0x000038ee fetch  0x00000001 , 0x00004d0e 
- 00017238  0x000038ef nbranch  0x0000435f , 0x00000034 
- 00017239  0x000038f0 fetcht  0x00000002 , 0x00004cf4 
- 00017240  0x000038f1 ifetch  0x00000001 , 0x00000002 
- 00017241  0x000038f2 store  0x00000001 , 0x00004d0a 
- 00017242  0x000038f3 increase  0x00000001 , 0x00000002 
- 00017243  0x000038f4 storet  0x00000002 , 0x00004cf4 
- 00017244  0x000038f5 rshift4  0x0000003f , 0x0000003f 
- 00017245  0x000038f6 store  0x00000001 , 0x00004cf9 
- 00017246  0x000038f7 branch  0x00004362 
- 00017247  0x000038f9 fetch  0x00000001 , 0x00004d0a 
- 00017248  0x000038fa and  0x0000003f , 0x0000000f , 0x0000003f 
- 00017249  0x000038fb store  0x00000001 , 0x00004cf9 
- 00017250  0x000038fd fetch  0x00000001 , 0x00004d0e 
- 00017251  0x000038fe setflip  0x00000000 , 0x0000003f 
- 00017252  0x000038ff store  0x00000001 , 0x00004d0e 
- 00017253  0x00003900 arg  0x00004b77 , 0x00000002 
- 00017254  0x00003901 fetch  0x00000001 , 0x00004cf9 
- 00017255  0x00003902 iadd  0x00000002 , 0x00000002 
- 00017256  0x00003903 ifetch  0x00000001 , 0x00000002 
- 00017257  0x00003904 fetcht  0x00000001 , 0x00004d02 
- 00017258  0x00003905 call  0x0000439a 
- 00017259  0x00003906 store  0x00000001 , 0x00004d02 
- 00017260  0x00003908 fetch  0x00000001 , 0x00004cf9 
- 00017261  0x00003909 and  0x0000003f , 0x00000008 , 0x00000002 
- 00017262  0x0000390a storet  0x00000001 , 0x00004cf8 
- 00017263  0x0000390b and  0x0000003f , 0x00000007 , 0x00000002 
- 00017264  0x0000390c storet  0x00000001 , 0x00004cf9 
- 00017265  0x0000390e call  0x000043a3 
- 00017266  0x0000390f storet  0x00000004 , 0x00004d06 
- 00017267  0x00003911 fetch  0x00000001 , 0x00004cf8 
- 00017268  0x00003912 branch  0x00004379 , 0x00000034 
- 00017269  0x00003913 fetch  0x00000004 , 0x00004cfe 
- 00017270  0x00003914 fetcht  0x00000004 , 0x00004d06 
- 00017271  0x00003915 isub  0x00000002 , 0x0000003f 
- 00017272  0x00003916 branch  0x0000437c 
- 00017273  0x00003918 fetch  0x00000004 , 0x00004cfe 
- 00017274  0x00003919 fetcht  0x00000004 , 0x00004d06 
- 00017275  0x0000391a iadd  0x00000002 , 0x0000003f 
- 00017276  0x0000391c store  0x00000004 , 0x00004cfe 
- 00017277  0x0000391d arg  0x00007fff , 0x00000002 
- 00017278  0x0000391e isub  0x00000002 , 0x0000003f 
- 00017279  0x0000391f bbit1  0x0000001f , 0x00004382 
- 00017280  0x00003920 storet  0x00000004 , 0x00004cfe 
- 00017281  0x00003921 branch  0x00004388 
- 00017282  0x00003923 fetch  0x00000004 , 0x00004cfe 
- 00017283  0x00003924 arg  0x00008000 , 0x00000002 
- 00017284  0x00003925 iadd  0x00000002 , 0x0000003f 
- 00017285  0x00003926 bbit0  0x0000001f , 0x00004388 
- 00017286  0x00003927 arg  0xffff8000 , 0x00000002 
- 00017287  0x00003928 storet  0x00000004 , 0x00004cfe 
- 00017288  0x0000392a fetch  0x00000001 , 0x00004d02 
- 00017289  0x0000392b lshift2  0x0000003f , 0x0000003f 
- 00017290  0x0000392c arg  0x00004b87 , 0x00000002 
- 00017291  0x0000392d iadd  0x00000002 , 0x00000002 
- 00017292  0x0000392e ifetch  0x00000004 , 0x00000002 
- 00017293  0x0000392f store  0x00000004 , 0x00004cfa 
- 00017294  0x00003931 fetch  0x00000002 , 0x00004cf6 
- 00017295  0x00003932 fetcht  0x00000002 , 0x00004cfe 
- 00017296  0x00003933 istoret  0x00000002 , 0x0000003f 
- 00017297  0x00003934 increase  0x00000002 , 0x0000003f 
- 00017298  0x00003935 store  0x00000002 , 0x00004cf6 
- 00017299  0x00003937 fetch  0x00000001 , 0x00004cf3 
- 00017300  0x00003938 increase  0xffffffff , 0x0000003f 
- 00017301  0x00003939 store  0x00000001 , 0x00004cf3 
- 00017302  0x0000393a nbranch  0x00004355 , 0x00000034 
- 00017303  0x0000393b fetch  0x00000008 , 0x00004cfe 
- 00017304  0x0000393c store  0x00000008 , 0x00004ceb 
- 00017305  0x0000393d rtn 
- 00017306  0x00003940 iadd  0x00000002 , 0x0000003f 
- 00017307  0x00003941 bbit0  0x00000007 , 0x0000439e 
- 00017308  0x00003942 setarg  0x00000000 
- 00017309  0x00003943 rtn 
- 00017310  0x00003945 and  0x0000003f , 0x000000ff , 0x0000003f 
- 00017311  0x00003946 sub  0x0000003f , 0x00000058 , 0x0000003e 
- 00017312  0x00003947 rtn  0x00000002 
- 00017313  0x00003948 setarg  0x00000058 
- 00017314  0x00003949 rtn 
- 00017315  0x0000394c fetchr  0x00000011 , 0x00000004 , 0x00004cfa 
- 00017316  0x0000394d rshift3  0x00000011 , 0x00000002 
- 00017317  0x0000394e fetch  0x00000001 , 0x00004cf9 
- 00017318  0x0000394f bbit0  0x00000002 , 0x000043a9 
- 00017319  0x00003950 copy  0x00000011 , 0x0000003f 
- 00017320  0x00003951 iadd  0x00000002 , 0x00000002 
- 00017321  0x00003953 fetch  0x00000001 , 0x00004cf9 
- 00017322  0x00003954 bbit0  0x00000001 , 0x000043ad 
- 00017323  0x00003955 rshift  0x00000011 , 0x0000003f 
- 00017324  0x00003956 iadd  0x00000002 , 0x00000002 
- 00017325  0x00003958 fetch  0x00000001 , 0x00004cf9 
- 00017326  0x00003959 rtnbit0  0x00000000 
- 00017327  0x0000395a rshift2  0x00000011 , 0x0000003f 
- 00017328  0x0000395b iadd  0x00000002 , 0x00000002 
- 00017329  0x0000395c rtn 
- 00017330  0x00003962 call  0x00007396 
- 00017331  0x00003963 rtn  0x0000002b 
- 00017332  0x00003964 setarg  0x000045be 
- 00017333  0x00003965 store  0x00000002 , 0x000045e0 
- 00017334  0x00003967 setarg  0x0000330a 
- 00017335  0x00003968 store  0x00000002 , 0x000045e2 
- 00017336  0x0000396a setarg  0x0000465e 
- 00017337  0x0000396b store  0x00000002 , 0x000045e4 
- 00017338  0x0000396d setarg  0x0000442e 
- 00017339  0x0000396e store  0x00000002 , 0x000043d5 
- 00017340  0x00003970 setarg  0x00004430 
- 00017341  0x00003971 store  0x00000002 , 0x000043d7 
- 00017342  0x00003973 setarg  0x00004455 
- 00017343  0x00003974 store  0x00000002 , 0x000043db 
- 00017344  0x00003976 setarg  0x00004476 
- 00017345  0x00003977 store  0x00000002 , 0x000043dd 
- 00017346  0x00003979 setarg  0x00004308 
- 00017347  0x0000397a store  0x00000002 , 0x000043d3 
- 00017348  0x0000397c setarg  0x000044d1 
- 00017349  0x0000397d store  0x00000002 , 0x000043df 
- 00017350  0x0000397f setarg  0x00004494 
- 00017351  0x00003980 store  0x00000002 , 0x000043e3 
- 00017352  0x00003982 bpatch  0x0000002e , 0x00004005 
- 00017353  0x00003983 call  0x00004412 
- 00017354  0x00003984 call  0x00004463 
- 00017355  0x00003985 call  0x000078ad 
- 00017356  0x00003986 jam  0x00000002 , 0x000040c0 
- 00017357  0x00003987 jam  0x00000000 , 0x000049b7 
- 00017358  0x00003988 fetch  0x00000001 , 0x00004779 
- 00017359  0x00003989 store  0x00000001 , 0x00004648 
- 00017360  0x0000398a beq  0x00000000 , 0x000043db 
- 00017361  0x0000398b fetch  0x00000001 , 0x0000477a 
- 00017362  0x0000398c store  0x00000001 , 0x000044ec 
- 00017363  0x0000398d jam  0x00000000 , 0x00004388 
- 00017364  0x0000398f call  0x00007776 
- 00017365  0x00003990 call  0x00007780 
- 00017366  0x00003991 jam  0x00000001 , 0x000047a1 
- 00017367  0x00003992 fetch  0x00000002 , 0x000044e9 
- 00017368  0x00003993 rtnbit1  0x0000000c 
- 00017369  0x00003994 branch  0x00004327 
- 00017370  0x00003998 branch  0x000043f9 
- 00017371  0x0000399b jam  0x00000002 , 0x000047a1 
- 00017372  0x0000399d jam  0x00000001 , 0x00004388 
- 00017373  0x0000399e setarg  0x00000020 
- 00017374  0x0000399f call  0x000063c7 
- 00017375  0x000039a1 arg  0x00004273 , 0x00000005 
- 00017376  0x000039a2 fetch  0x00000001 , 0x000042db 
- 00017377  0x000039a4 and  0x0000003f , 0x000000f0 , 0x00000002 
- 00017378  0x000039a5 rshift4  0x00000002 , 0x00000002 
- 00017379  0x000039a6 call  0x000043f3 
- 00017380  0x000039a7 istoret  0x00000001 , 0x00000005 
- 00017381  0x000039a8 and  0x0000003f , 0x0000000f , 0x00000002 
- 00017382  0x000039a9 call  0x000043f3 
- 00017383  0x000039aa istoret  0x00000001 , 0x00000005 
- 00017384  0x000039ab call  0x00002955 
- 00017385  0x000039ac fetcht  0x00000001 , 0x0000426b 
- 00017386  0x000039ad copy  0x00000002 , 0x00000039 
- 00017387  0x000039ae arg  0x0000434b , 0x00000005 
- 00017388  0x000039af arg  0x0000426c , 0x00000006 
- 00017389  0x000039b0 call  0x00007cda 
- 00017390  0x000039b2 fetcht  0x00000001 , 0x0000426b 
- 00017391  0x000039b3 copy  0x00000002 , 0x00000039 
- 00017392  0x000039b4 arg  0x0000436b , 0x00000005 
- 00017393  0x000039b5 arg  0x0000426c , 0x00000006 
- 00017394  0x000039b6 branch  0x00007cda 
- 00017395  0x000039b8 sub  0x00000002 , 0x00000009 , 0x0000003e 
- 00017396  0x000039b9 branch  0x000043f7 , 0x00000002 
- 00017397  0x000039ba add  0x00000002 , 0x00000037 , 0x00000002 
- 00017398  0x000039bb rtn 
- 00017399  0x000039bd add  0x00000002 , 0x00000030 , 0x00000002 
- 00017400  0x000039be rtn 
- 00017401  0x000039c1 fetch  0x00000001 , 0x0000476e 
- 00017402  0x000039c2 bne  0x000000ff , 0x0000440b 
- 00017403  0x000039c4 fetch  0x00000001 , 0x0000476c 
- 00017404  0x000039c5 bne  0x000000ff , 0x0000440e 
- 00017405  0x000039c7 fetch  0x00000001 , 0x00004777 
- 00017406  0x000039c8 bne  0x000000ff , 0x00004410 
- 00017407  0x000039ca fetch  0x00000001 , 0x000046da 
- 00017408  0x000039cb copy  0x0000003f , 0x00000039 
- 00017409  0x000039cc setarg  0x000046db 
- 00017410  0x000039cd copy  0x0000003f , 0x00000011 
- 00017411  0x000039cf copy  0x00000011 , 0x00000006 
- 00017412  0x000039d0 ifetch  0x00000001 , 0x00000006 
- 00017413  0x000039d1 copy  0x00000006 , 0x00000011 
- 00017414  0x000039d2 beq  0x000000ff , 0x00004409 
- 00017415  0x000039d3 copy  0x0000003f , 0x00000002 
- 00017416  0x000039d4 call  0x00006ef7 
- 00017417  0x000039d6 loop  0x00004403 
- 00017418  0x000039d8 rtn 
- 00017419  0x000039da fetch  0x00000008 , 0x0000476e 
- 00017420  0x000039db store  0x00000008 , 0x000046dd 
- 00017421  0x000039dc branch  0x000043fb 
- 00017422  0x000039de store  0x00000001 , 0x000046db 
- 00017423  0x000039df branch  0x000043fd 
- 00017424  0x000039e1 store  0x00000001 , 0x000046dc 
- 00017425  0x000039e2 branch  0x000043ff 
- 00017426  0x000039e6 call  0x000045ba 
- 00017427  0x000039e7 call  0x00004640 
- 00017428  0x000039e8 arg  0x00000000 , 0x00000011 
- 00017429  0x000039e9 call  0x00007055 
- 00017430  0x000039ea call  0x000043f9 
- 00017431  0x000039eb call  0x0000446b 
- 00017432  0x000039ec call  0x0000442c 
- 00017433  0x000039ed branch  0x0000441b 
- 00017434  0x000039ef rtn 
- 00017435  0x000039f1 fetch  0x00000001 , 0x000049a4 
- 00017436  0x000039f2 copy  0x0000003f , 0x00000039 
- 00017437  0x000039f3 setarg  0x000049a5 
- 00017438  0x000039f4 copy  0x0000003f , 0x00000011 
- 00017439  0x000039f6 copy  0x00000011 , 0x00000006 
- 00017440  0x000039f7 ifetch  0x00000001 , 0x00000006 
- 00017441  0x000039f8 copy  0x00000006 , 0x00000011 
- 00017442  0x000039f9 beq  0x000000ff , 0x00004426 
- 00017443  0x000039fa copy  0x0000003f , 0x00000002 
- 00017444  0x000039fb store  0x00000001 , 0x000049a9 
- 00017445  0x000039fc call  0x00004428 
- 00017446  0x000039fe loop  0x0000441f 
- 00017447  0x00003a00 rtn 
- 00017448  0x00003a03 fetch  0x00000001 , 0x000049a9 
- 00017449  0x00003a04 rtneq  0x000000ff 
- 00017450  0x00003a05 iforce  0x00000002 
- 00017451  0x00003a06 branch  0x00006ef7 
- 00017452  0x00003a0a jam  0x00000064 , 0x0000477d 
- 00017453  0x00003a0b rtn 
- 00017454  0x00003a0e call  0x00004431 
- 00017455  0x00003a0f call  0x00007de2 
- 00017456  0x00003a11 branch  0x0000701b 
- 00017457  0x00003a14 call  0x0000788b 
- 00017458  0x00003a16 arg  0x00000010 , 0x00000039 
- 00017459  0x00003a17 arg  0x00008070 , 0x00000006 
- 00017460  0x00003a19 copy  0x00000006 , 0x00000005 
- 00017461  0x00003a1a ifetch  0x00000001 , 0x00000006 
- 00017462  0x00003a1b beq  0x0000001f , 0x00004445 
- 00017463  0x00003a1c beq  0x00000020 , 0x00004445 
- 00017464  0x00003a1d beq  0x00000021 , 0x00004445 
- 00017465  0x00003a1e beq  0x00000022 , 0x00004445 
- 00017466  0x00003a1f beq  0x00000023 , 0x00004445 
- 00017467  0x00003a20 beq  0x0000002c , 0x00004445 
- 00017468  0x00003a21 beq  0x0000002d , 0x00004445 
- 00017469  0x00003a22 beq  0x00000000 , 0x00004445 
- 00017470  0x00003a24 loop  0x00004434 
- 00017471  0x00003a25 arg  0x000080dc , 0x0000003f 
- 00017472  0x00003a26 isub  0x00000006 , 0x0000003e 
- 00017473  0x00003a27 branch  0x0000444b , 0x00000005 
- 00017474  0x00003a29 arg  0x00000008 , 0x00000039 
- 00017475  0x00003a2a arg  0x000080d4 , 0x00000006 
- 00017476  0x00003a2b branch  0x00004434 
- 00017477  0x00003a2e setarg  0x00000040 
- 00017478  0x00003a2f istore  0x00000001 , 0x00000005 
- 00017479  0x00003a30 branch  0x0000443e 
- 00017480  0x00003a32 setarg  0x00000080 
- 00017481  0x00003a33 istore  0x00000001 , 0x00000005 
- 00017482  0x00003a34 branch  0x0000443e 
- 00017483  0x00003a36 fetch  0x00000001 , 0x000049a4 
- 00017484  0x00003a37 copy  0x0000003f , 0x00000039 
- 00017485  0x00003a38 arg  0x000049a5 , 0x00000006 
- 00017486  0x00003a3a ifetch  0x00000001 , 0x00000006 
- 00017487  0x00003a3b set1  0x00000007 , 0x0000003f 
- 00017488  0x00003a3c arg  0x0000003e , 0x00000002 
- 00017489  0x00003a3d call  0x00006f20 
- 00017490  0x00003a3e loop  0x0000444e 
- 00017491  0x00003a3f rtn 
- 00017492  0x00003a42 branch  0x00007027 
- 00017493  0x00003a45 call  0x0000446d 
- 00017494  0x00003a46 call  0x00004458 
- 00017495  0x00003a47 branch  0x00004454 
- 00017496  0x00003a4a fetch  0x00000002 , 0x000044e9 
- 00017497  0x00003a4b rtnbit1  0x00000009 
- 00017498  0x00003a4c fetch  0x00000001 , 0x000049b7 
- 00017499  0x00003a4d beq  0x00000001 , 0x0000445d 
- 00017500  0x00003a4e rtn 
- 00017501  0x00003a50 fetch  0x00000001 , 0x00004798 
- 00017502  0x00003a51 rtneq  0x00000001 
- 00017503  0x00003a52 jam  0x00000001 , 0x00004798 
- 00017504  0x00003a53 call  0x00004467 
- 00017505  0x00003a54 call  0x00004469 
- 00017506  0x00003a55 branch  0x00004480 
- 00017507  0x00003a58 fetch  0x00000002 , 0x000049bc 
- 00017508  0x00003a59 store  0x00000002 , 0x000049be 
- 00017509  0x00003a5a jam  0x00000000 , 0x000049c0 
- 00017510  0x00003a5b rtn 
- 00017511  0x00003a5f setarg  0x00000000 
- 00017512  0x00003a60 branch  0x00004464 
- 00017513  0x00003a64 arg  0x00000000 , 0x00000011 
- 00017514  0x00003a65 branch  0x000077bf 
- 00017515  0x00003a69 arg  0x00000000 , 0x00000011 
- 00017516  0x00003a6a branch  0x000077c4 
- 00017517  0x00003a71 fetch  0x00000002 , 0x000044e9 
- 00017518  0x00003a72 rtnbit0  0x00000009 
- 00017519  0x00003a73 call  0x00002a28 
- 00017520  0x00003a74 nrtn  0x00000034 
- 00017521  0x00003a75 arg  0x000046c6 , 0x00000011 
- 00017522  0x00003a76 call  0x000078ca 
- 00017523  0x00003a77 nrtn  0x00000028 
- 00017524  0x00003a78 arg  0x000046c6 , 0x00000006 
- 00017525  0x00003a79 branch  0x000063cb 
- 00017526  0x00003a7c copy  0x00000013 , 0x0000003f 
- 00017527  0x00003a7d beq  0x0000002d , 0x00004347 
- 00017528  0x00003a7e beq  0x00000010 , 0x0000432f 
- 00017529  0x00003a7f beq  0x00000014 , 0x0000447c 
- 00017530  0x00003a80 beq  0x00000015 , 0x00004486 
- 00017531  0x00003a81 rtn 
- 00017532  0x00003a84 call  0x00004467 
- 00017533  0x00003a85 call  0x00004469 
- 00017534  0x00003a86 set0  0x00000027 , 0x00000000 
- 00017535  0x00003a87 branch  0x00004482 
- 00017536  0x00003a89 fetch  0x00000002 , 0x00004799 
- 00017537  0x00003a8a store  0x00000002 , 0x0000479b 
- 00017538  0x00003a8c jam  0x00000014 , 0x0000477c 
- 00017539  0x00003a8d jam  0x00000000 , 0x00004094 
- 00017540  0x00003a8e call  0x00004315 
- 00017541  0x00003a8f branch  0x0000432b 
- 00017542  0x00003a93 set1  0x00000027 , 0x00000000 
- 00017543  0x00003a94 call  0x00004463 
- 00017544  0x00003a95 call  0x0000456e 
- 00017545  0x00003a96 call  0x00004562 
- 00017546  0x00003a98 setarg  0x00000000 
- 00017547  0x00003a99 store  0x00000005 , 0x0000474a 
- 00017548  0x00003a9a call  0x000078ad 
- 00017549  0x00003a9b jam  0x0000000a , 0x0000470c 
- 00017550  0x00003a9c jam  0x0000000a , 0x0000470e 
- 00017551  0x00003a9d jam  0x0000000a , 0x00004710 
- 00017552  0x00003a9f jam  0x00000002 , 0x000040c0 
- 00017553  0x00003aa0 setarg  0x00000020 
- 00017554  0x00003aa1 call  0x000063c7 
- 00017555  0x00003aa2 branch  0x00004317 
- 00017556  0x00003aa5 call  0x0000450f 
- 00017557  0x00003aa6 call  0x00004512 
- 00017558  0x00003aa7 call  0x00004515 
- 00017559  0x00003aaa call  0x000044a1 
- 00017560  0x00003aab branch  0x00004499 
- 00017561  0x00003aaf arg  0x000049b8 , 0x00000013 
- 00017562  0x00003ab0 arg  0x00000000 , 0x00000012 
- 00017563  0x00003ab1 branch  0x000042e0 
- 00017564  0x00003ab4 arg  0x000049be , 0x00000013 
- 00017565  0x00003ab5 arg  0x0000449f , 0x00000012 
- 00017566  0x00003ab6 branch  0x000042e7 
- 00017567  0x00003ab8 jam  0x00000001 , 0x000049c0 
- 00017568  0x00003ab9 rtn 
- 00017569  0x00003abc arg  0x0000479b , 0x00000013 
- 00017570  0x00003abd arg  0x000044a4 , 0x00000012 
- 00017571  0x00003abe branch  0x000042e7 
- 00017572  0x00003ac0 jam  0x00000002 , 0x00004798 
- 00017573  0x00003ac1 jam  0x00000000 , 0x000049b7 
- 00017574  0x00003ac2 branch  0x0000448a 
- 00017575  0x00003ac5 fetch  0x00000001 , 0x00004776 
- 00017576  0x00003ac6 rtn  0x00000034 
- 00017577  0x00003ac7 arg  0x0000477c , 0x00000013 
- 00017578  0x00003ac8 arg  0x000044ac , 0x00000012 
- 00017579  0x00003ac9 branch  0x000042e0 
- 00017580  0x00003acb fetch  0x00000001 , 0x0000477b 
- 00017581  0x00003acc store  0x00000001 , 0x0000477c 
- 00017582  0x00003acd fetch  0x00000001 , 0x0000477f 
- 00017583  0x00003ace nrtn  0x00000034 
- 00017584  0x00003ad0 call  0x00006fb0 
- 00017585  0x00003ad1 store  0x00000002 , 0x00004796 
- 00017586  0x00003ad2 arg  0x00004790 , 0x00000011 
- 00017587  0x00003ad3 call  0x00006fd7 
- 00017588  0x00003ad4 fetcht  0x00000001 , 0x0000477d 
- 00017589  0x00003ad5 isub  0x00000002 , 0x0000003e 
- 00017590  0x00003ad6 branch  0x000044b9 , 0x00000002 
- 00017591  0x00003ad7 store  0x00000001 , 0x0000477d 
- 00017592  0x00003ad8 copy  0x0000003f , 0x00000002 
- 00017593  0x00003ada storet  0x00000001 , 0x0000477e 
- 00017594  0x00003adb fetch  0x00000001 , 0x00004778 
- 00017595  0x00003adc isub  0x00000002 , 0x0000003e 
- 00017596  0x00003add call  0x000044c4 , 0x00000002 
- 00017597  0x00003ade storet  0x00000001 , 0x00004789 
- 00017598  0x00003adf arg  0x00000006 , 0x00000039 
- 00017599  0x00003ae0 arg  0x00004784 , 0x00000006 
- 00017600  0x00003ae1 call  0x000044cb 
- 00017601  0x00003ae2 store  0x00000001 , 0x0000478a 
- 00017602  0x00003ae3 arg  0x00004781 , 0x00000011 
- 00017603  0x00003ae4 branch  0x000078b2 
- 00017604  0x00003ae6 fetch  0x00000001 , 0x00004780 
- 00017605  0x00003ae7 nrtn  0x00000034 
- 00017606  0x00003ae8 jam  0x00000001 , 0x00004780 
- 00017607  0x00003ae9 arg  0x00000001 , 0x00000011 
- 00017608  0x00003aea branch  0x000077c4 
- 00017609  0x00003aec arg  0x00000001 , 0x00000011 
- 00017610  0x00003aed branch  0x000077bf 
- 00017611  0x00003af2 arg  0x00000000 , 0x00000011 
- 00017612  0x00003af4 ifetch  0x00000001 , 0x00000006 
- 00017613  0x00003af5 iadd  0x00000011 , 0x00000011 
- 00017614  0x00003af6 loop  0x000044cc 
- 00017615  0x00003af8 and  0x00000011 , 0x000000ff , 0x0000003f 
- 00017616  0x00003af9 rtn 
- 00017617  0x00003afc fetch  0x00000001 , 0x00004397 
- 00017618  0x00003afd beq  0x00000012 , 0x000044d4 
- 00017619  0x00003afe rtn 
- 00017620  0x00003b00 fetch  0x00000002 , 0x00004398 
- 00017621  0x00003b01 beq  0x00000019 , 0x000044eb 
- 00017622  0x00003b02 rtn 
- 00017623  0x00003b05 bpatch  0x0000002f , 0x00004005 
- 00017624  0x00003b06 ifetch  0x00000005 , 0x00000011 
- 00017625  0x00003b07 store  0x00000005 , 0x000006f1 
- 00017626  0x00003b08 fetch  0x00000002 , 0x000006f1 
- 00017627  0x00003b09 arg  0x00006b5a , 0x00000002 
- 00017628  0x00003b0a isub  0x00000002 , 0x0000003e 
- 00017629  0x00003b0b nrtn  0x00000005 
- 00017630  0x00003b0c fetch  0x00000002 , 0x000006f4 
- 00017631  0x00003b0d byteswap  0x0000003f , 0x0000003f 
- 00017632  0x00003b0e store  0x00000002 , 0x000006f4 
- 00017633  0x00003b0f copy  0x0000003f , 0x00000039 
- 00017634  0x00003b10 increase  0x00000005 , 0x00000011 
- 00017635  0x00003b11 copy  0x00000011 , 0x00000006 
- 00017636  0x00003b12 arg  0x000006f6 , 0x00000005 
- 00017637  0x00003b13 call  0x00007cda 
- 00017638  0x00003b14 ifetch  0x00000001 , 0x00000006 
- 00017639  0x00003b15 store  0x00000001 , 0x00000700 
- 00017640  0x00003b16 arg  0x000006f3 , 0x00000011 
- 00017641  0x00003b17 arg  0x000006f6 , 0x00000012 
- 00017642  0x00003b18 rtn 
- 00017643  0x00003b1b setarg  0x00000000 
- 00017644  0x00003b1c store  0x00000005 , 0x00004700 
- 00017645  0x00003b1d store  0x00000005 , 0x00004705 
- 00017646  0x00003b1e call  0x000044d7 
- 00017647  0x00003b1f copy  0x00000012 , 0x00000006 
- 00017648  0x00003b20 arg  0x00004700 , 0x00000005 
- 00017649  0x00003b21 arg  0x0000000a , 0x00000039 
- 00017650  0x00003b22 call  0x00007cda 
- 00017651  0x00003b24 bpatch  0x00000030 , 0x00004006 
- 00017652  0x00003b25 ifetch  0x00000001 , 0x00000011 
- 00017653  0x00003b26 beq  0x00000002 , 0x0000451e 
- 00017654  0x00003b27 beq  0x00000003 , 0x00004533 
- 00017655  0x00003b28 beq  0x00000004 , 0x0000453a 
- 00017656  0x00003b29 beq  0x00000005 , 0x0000453a 
- 00017657  0x00003b2a beq  0x00000006 , 0x000045aa 
- 00017658  0x00003b2b beq  0x00000007 , 0x000045ab 
- 00017659  0x00003b2c beq  0x00000008 , 0x000045ae 
- 00017660  0x00003b2d rtn 
- 00017661  0x00003b30 call  0x000044eb 
- 00017662  0x00003b31 fetch  0x00000001 , 0x000006f3 
- 00017663  0x00003b32 beq  0x00000004 , 0x00004502 
- 00017664  0x00003b33 beq  0x00000005 , 0x00004502 
- 00017665  0x00003b34 rtn 
- 00017666  0x00003b36 fetch  0x00000001 , 0x00004700 
- 00017667  0x00003b37 ncall  0x00004509 , 0x00000034 
- 00017668  0x00003b38 fetch  0x00000001 , 0x00004702 
- 00017669  0x00003b39 ncall  0x0000450b , 0x00000034 
- 00017670  0x00003b3a fetch  0x00000001 , 0x00004704 
- 00017671  0x00003b3b ncall  0x0000450d , 0x00000034 
- 00017672  0x00003b3c rtn 
- 00017673  0x00003b3f jam  0x00000005 , 0x000049a1 
- 00017674  0x00003b40 rtn 
- 00017675  0x00003b42 jam  0x00000005 , 0x000049a2 
- 00017676  0x00003b43 rtn 
- 00017677  0x00003b45 jam  0x00000005 , 0x000049a3 
- 00017678  0x00003b46 rtn 
- 00017679  0x00003b49 arg  0x000049a1 , 0x00000013 
- 00017680  0x00003b4a arg  0x00004518 , 0x00000012 
- 00017681  0x00003b4b branch  0x000042e0 
- 00017682  0x00003b4d arg  0x000049a2 , 0x00000013 
- 00017683  0x00003b4e arg  0x0000451a , 0x00000012 
- 00017684  0x00003b4f branch  0x000042e0 
- 00017685  0x00003b51 arg  0x000049a3 , 0x00000013 
- 00017686  0x00003b52 arg  0x0000451c , 0x00000012 
- 00017687  0x00003b53 branch  0x000042e0 
- 00017688  0x00003b56 jam  0x00000000 , 0x00004700 
- 00017689  0x00003b57 branch  0x0000453a 
- 00017690  0x00003b59 jam  0x00000000 , 0x00004702 
- 00017691  0x00003b5a branch  0x0000453a 
- 00017692  0x00003b5c jam  0x00000000 , 0x00004704 
- 00017693  0x00003b5d branch  0x0000453a 
- 00017694  0x00003b63 fetch  0x00000001 , 0x00004700 
- 00017695  0x00003b64 store  0x00000001 , 0x0000470b 
- 00017696  0x00003b65 fetch  0x00000001 , 0x00004701 
- 00017697  0x00003b66 store  0x00000001 , 0x0000470d 
- 00017698  0x00003b67 branch  0x00004544 
- 00017699  0x00003b6c fetch  0x00000001 , 0x00004700 
- 00017700  0x00003b6d store  0x00000001 , 0x0000470d 
- 00017701  0x00003b6e branch  0x00004552 
- 00017702  0x00003b70 fetch  0x00000001 , 0x0000470c 
- 00017703  0x00003b71 call  0x0000452b 
- 00017704  0x00003b72 fetch  0x00000001 , 0x00004701 
- 00017705  0x00003b73 store  0x00000001 , 0x0000470b 
- 00017706  0x00003b74 branch  0x00004550 
- 00017707  0x00003b76 beq  0x00000002 , 0x0000452f 
- 00017708  0x00003b77 beq  0x00000003 , 0x00004531 
- 00017709  0x00003b78 store  0x00000001 , 0x0000470c 
- 00017710  0x00003b79 rtn 
- 00017711  0x00003b7b jam  0x00000005 , 0x0000470c 
- 00017712  0x00003b7c rtn 
- 00017713  0x00003b7e jam  0x0000000a , 0x0000470c 
- 00017714  0x00003b7f rtn 
- 00017715  0x00003b81 fetch  0x00000001 , 0x00004700 
- 00017716  0x00003b82 call  0x0000452b 
- 00017717  0x00003b83 fetch  0x00000001 , 0x0000470c 
- 00017718  0x00003b84 call  0x0000459e 
- 00017719  0x00003b85 call  0x000045a1 
- 00017720  0x00003b86 jam  0x00000000 , 0x00000671 
- 00017721  0x00003b87 branch  0x0000707a 
- 00017722  0x00003b8a fetch  0x00000001 , 0x0000479e 
- 00017723  0x00003b8b nrtn  0x00000034 
- 00017724  0x00003b8c fetch  0x00000006 , 0x00004700 
- 00017725  0x00003b8d store  0x00000006 , 0x0000470b 
- 00017726  0x00003b8e fetch  0x00000001 , 0x0000470c 
- 00017727  0x00003b8f fetcht  0x00000001 , 0x0000470e 
- 00017728  0x00003b90 iand  0x00000002 , 0x0000003f 
- 00017729  0x00003b91 fetcht  0x00000001 , 0x00004710 
- 00017730  0x00003b92 iand  0x00000002 , 0x0000003f 
- 00017731  0x00003b93 call  0x00004556 , 0x00000034 
- 00017732  0x00003b95 bpatch  0x00000031 , 0x00004006 
- 00017733  0x00003b96 fetch  0x00000002 , 0x000044e9 
- 00017734  0x00003b97 isolate1  0x00000009 , 0x0000003f 
- 00017735  0x00003b98 ncall  0x00004463 , 0x00000001 
- 00017736  0x00003b99 call  0x00004550 
- 00017737  0x00003b9a call  0x00004552 
- 00017738  0x00003b9b branch  0x0000454b 
- 00017739  0x00003b9e fetch  0x00000001 , 0x0000470b 
- 00017740  0x00003b9f fetcht  0x00000001 , 0x0000470d 
- 00017741  0x00003ba0 iadd  0x00000002 , 0x0000003f 
- 00017742  0x00003ba1 nbranch  0x0000788d , 0x00000034 
- 00017743  0x00003ba2 branch  0x0000788b 
- 00017744  0x00003ba5 arg  0x0000470b , 0x00000006 
- 00017745  0x00003ba6 branch  0x00004558 
- 00017746  0x00003ba8 arg  0x0000470d , 0x00000006 
- 00017747  0x00003ba9 branch  0x0000455d 
- 00017748  0x00003bab arg  0x0000470f , 0x00000006 
- 00017749  0x00003bac branch  0x0000457a 
- 00017750  0x00003bae jam  0x00000000 , 0x0000477f 
- 00017751  0x00003baf rtn 
- 00017752  0x00003bb2 ifetch  0x00000001 , 0x00000006 
- 00017753  0x00003bb3 beq  0x00000000 , 0x00004562 
- 00017754  0x00003bb4 beq  0x00000001 , 0x00004566 
- 00017755  0x00003bb5 beq  0x00000002 , 0x0000456a 
- 00017756  0x00003bb6 rtn 
- 00017757  0x00003bb8 ifetch  0x00000001 , 0x00000006 
- 00017758  0x00003bb9 beq  0x00000000 , 0x0000456e 
- 00017759  0x00003bba beq  0x00000002 , 0x00004572 
- 00017760  0x00003bbb beq  0x00000001 , 0x00004576 
- 00017761  0x00003bbc rtn 
- 00017762  0x00003bbf fetcht  0x00000001 , 0x000049a5 
- 00017763  0x00003bc0 call  0x00006ef3 
- 00017764  0x00003bc1 fetcht  0x00000001 , 0x000049a6 
- 00017765  0x00003bc2 branch  0x00006ef3 
- 00017766  0x00003bc4 fetcht  0x00000001 , 0x000049a5 
- 00017767  0x00003bc5 call  0x00006ef7 
- 00017768  0x00003bc6 fetcht  0x00000001 , 0x000049a6 
- 00017769  0x00003bc7 branch  0x00006ef3 
- 00017770  0x00003bc9 fetcht  0x00000001 , 0x000049a5 
- 00017771  0x00003bca call  0x00006ef3 
- 00017772  0x00003bcb fetcht  0x00000001 , 0x000049a6 
- 00017773  0x00003bcc branch  0x00006ef7 
- 00017774  0x00003bce fetcht  0x00000001 , 0x000049a7 
- 00017775  0x00003bcf call  0x00006ef3 
- 00017776  0x00003bd0 fetcht  0x00000001 , 0x000049a8 
- 00017777  0x00003bd1 branch  0x00006ef3 
- 00017778  0x00003bd3 fetcht  0x00000001 , 0x000049a7 
- 00017779  0x00003bd4 call  0x00006ef7 
- 00017780  0x00003bd5 fetcht  0x00000001 , 0x000049a8 
- 00017781  0x00003bd6 branch  0x00006ef3 
- 00017782  0x00003bd8 fetcht  0x00000001 , 0x000049a7 
- 00017783  0x00003bd9 call  0x00006ef3 
- 00017784  0x00003bda fetcht  0x00000001 , 0x000049a8 
- 00017785  0x00003bdb branch  0x00006ef7 
- 00017786  0x00003be1 bpatch  0x00000032 , 0x00004006 
- 00017787  0x00003be2 ifetch  0x00000001 , 0x00000006 
- 00017788  0x00003be3 beq  0x00000000 , 0x00004587 
- 00017789  0x00003be4 beq  0x00000001 , 0x00004580 
- 00017790  0x00003be5 beq  0x00000002 , 0x00004582 
- 00017791  0x00003be6 rtn 
- 00017792  0x00003be8 jam  0x00000000 , 0x00004729 
- 00017793  0x00003be9 branch  0x00004583 
- 00017794  0x00003beb jam  0x00000001 , 0x00004729 
- 00017795  0x00003bec ifetch  0x00000001 , 0x00000006 
- 00017796  0x00003bed store  0x00000001 , 0x0000472b 
- 00017797  0x00003bee ifetch  0x00000008 , 0x00000012 
- 00017798  0x00003bef branch  0x0000458c 
- 00017799  0x00003bf2 ifetch  0x00000001 , 0x00000012 
- 00017800  0x00003bf3 call  0x000070bd 
- 00017801  0x00003bf4 increase  0x00000001 , 0x00000012 
- 00017802  0x00003bf5 ifetch  0x00000001 , 0x00000012 
- 00017803  0x00003bf6 branch  0x000070bd 
- 00017804  0x00003bf8 store  0x00000008 , 0x0000472c 
- 00017805  0x00003bf9 jam  0x00000001 , 0x0000477f 
- 00017806  0x00003bfa fetch  0x00000001 , 0x00004729 
- 00017807  0x00003bfb beq  0x00000000 , 0x0000459a 
- 00017808  0x00003bfd fetch  0x00000001 , 0x0000472d 
- 00017809  0x00003bfe store  0x00000001 , 0x0000472e 
- 00017810  0x00003bff fetch  0x00000001 , 0x0000472c 
- 00017811  0x00003c01 call  0x000070bd 
- 00017812  0x00003c02 fetch  0x00000001 , 0x0000472b 
- 00017813  0x00003c03 call  0x0000459e 
- 00017814  0x00003c04 store  0x00000001 , 0x00004733 
- 00017815  0x00003c05 fetch  0x00000006 , 0x0000472e 
- 00017816  0x00003c06 store  0x00000006 , 0x00000670 
- 00017817  0x00003c07 branch  0x00007066 
- 00017818  0x00003c09 fetch  0x00000001 , 0x0000472c 
- 00017819  0x00003c0a store  0x00000001 , 0x0000472e 
- 00017820  0x00003c0b fetch  0x00000001 , 0x0000472d 
- 00017821  0x00003c0c branch  0x00004593 
- 00017822  0x00003c0f mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00017823  0x00003c10 add  0x0000003f , 0x00000032 , 0x0000003f 
- 00017824  0x00003c11 rtn 
- 00017825  0x00003c13 arg  0x00002ee0 , 0x00000002 
- 00017826  0x00003c14 imul32  0x00000002 , 0x0000003f 
- 00017827  0x00003c15 div  0x0000003f , 0x00000064 
- 00017828  0x00003c16 call  0x00007d62 
- 00017829  0x00003c17 quotient  0x00000002 
- 00017830  0x00003c18 copy  0x00000002 , 0x00000011 
- 00017831  0x00003c19 setarg  0x00002ee0 
- 00017832  0x00003c1a isub  0x00000002 , 0x00000012 
- 00017833  0x00003c1b rtn 
- 00017834  0x00003c1e rtn 
- 00017835  0x00003c21 fetch  0x00000008 , 0x00004700 
- 00017836  0x00003c22 store  0x00000008 , 0x0000474a 
- 00017837  0x00003c23 rtn 
- 00017838  0x00003c26 fetch  0x00000001 , 0x00004767 
- 00017839  0x00003c27 store  0x00000001 , 0x0000475d 
- 00017840  0x00003c28 fetch  0x00000001 , 0x00004768 
- 00017841  0x00003c29 store  0x00000001 , 0x0000475e 
- 00017842  0x00003c2a fetch  0x00000001 , 0x00004769 
- 00017843  0x00003c2b store  0x00000001 , 0x0000475f 
- 00017844  0x00003c2c arg  0x0000000d , 0x00000039 
- 00017845  0x00003c2d arg  0x00004758 , 0x00000006 
- 00017846  0x00003c2e call  0x000044cb 
- 00017847  0x00003c2f store  0x00000001 , 0x00004765 
- 00017848  0x00003c30 arg  0x00004755 , 0x00000011 
- 00017849  0x00003c31 branch  0x000078b2 
- 00017850  0x00003c36 setarg  0x00000000 
- 00017851  0x00003c37 store  0x00000008 , 0x000045d6 
- 00017852  0x00003c38 call  0x0000339f 
- 00017853  0x00003c39 branch  0x00003402 
- 00017854  0x00003c3c call  0x000045c2 
- 00017855  0x00003c3d call  0x000045ca 
- 00017856  0x00003c3e call  0x0000460e 
- 00017857  0x00003c3f branch  0x00004665 
- 00017858  0x00003c42 call  0x00003407 
- 00017859  0x00003c44 fetch  0x00000001 , 0x00004616 
- 00017860  0x00003c45 rtnne  0x00000001 
- 00017861  0x00003c46 fetch  0x00000001 , 0x000049b8 
- 00017862  0x00003c47 nbranch  0x00003460 , 0x00000034 
- 00017863  0x00003c48 fetch  0x00000001 , 0x00004798 
- 00017864  0x00003c49 beq  0x00000002 , 0x00003460 
- 00017865  0x00003c4a rtn 
- 00017866  0x00003c4d fetch  0x00000001 , 0x00004616 
- 00017867  0x00003c4e rtnne  0x00000000 
- 00017868  0x00003c4f call  0x000045d9 
- 00017869  0x00003c50 branch  0x000045d7 , 0x0000002f 
- 00017870  0x00003c52 fetch  0x00000001 , 0x000049c0 
- 00017871  0x00003c53 rtn  0x00000034 
- 00017872  0x00003c54 fetch  0x00000001 , 0x000049c1 
- 00017873  0x00003c55 increase  0x00000001 , 0x0000003f 
- 00017874  0x00003c56 store  0x00000001 , 0x000049c1 
- 00017875  0x00003c57 beq  0x00000004 , 0x000045d7 
- 00017876  0x00003c58 call  0x00003222 
- 00017877  0x00003c59 call  0x000045ea 
- 00017878  0x00003c5a nbranch  0x000045ce , 0x0000002f 
- 00017879  0x00003c5c jam  0x00000000 , 0x000049c1 
- 00017880  0x00003c5d rtn 
- 00017881  0x00003c5f fetch  0x00000001 , 0x00004616 
- 00017882  0x00003c60 rtnne  0x00000000 
- 00017883  0x00003c61 call  0x000045de 
- 00017884  0x00003c62 call  0x00003518 
- 00017885  0x00003c63 branch  0x000045ea 
- 00017886  0x00003c65 fetch  0x00000001 , 0x00004615 
- 00017887  0x00003c66 rtnbit1  0x00000000 
- 00017888  0x00003c67 set1  0x00000000 , 0x0000003f 
- 00017889  0x00003c68 store  0x00000001 , 0x00004615 
- 00017890  0x00003c69 fetch  0x00000001 , 0x00004623 
- 00017891  0x00003c6a store  0x00000001 , 0x00004141 
- 00017892  0x00003c6b jam  0x00000000 , 0x00004611 
- 00017893  0x00003c6c jam  0x00000000 , 0x0000090d 
- 00017894  0x00003c6d jam  0x00000001 , 0x0000460a 
- 00017895  0x00003c6e jam  0x00000000 , 0x0000457e 
- 00017896  0x00003c70 fetch  0x00000004 , 0x000049da 
- 00017897  0x00003c71 branch  0x0000345d 
- 00017898  0x00003c73 call  0x000033f1 
- 00017899  0x00003c74 nbranch  0x000033be , 0x0000002f 
- 00017900  0x00003c76 call  0x000033e3 
- 00017901  0x00003c77 nbranch  0x000033be , 0x00000028 
- 00017902  0x00003c78 fetch  0x00000001 , 0x0000457d 
- 00017903  0x00003c79 branch  0x000033be , 0x00000034 
- 00017904  0x00003c7a increase  0x00000002 , 0x0000003f 
- 00017905  0x00003c7b iforce  0x00000039 
- 00017906  0x00003c7c arg  0x000044f7 , 0x00000006 
- 00017907  0x00003c7d arg  0x000045e8 , 0x00000005 
- 00017908  0x00003c7e call  0x00007cda 
- 00017909  0x00003c7f jam  0x00000000 , 0x00004613 
- 00017910  0x00003c80 fetch  0x00000001 , 0x00004610 
- 00017911  0x00003c81 call  0x000033fe , 0x00000034 
- 00017912  0x00003c82 fetch  0x00000001 , 0x000045ea 
- 00017913  0x00003c83 beq  0x000000ff , 0x000045fc 
- 00017914  0x00003c84 beq  0x00000001 , 0x00004601 
- 00017915  0x00003c85 branch  0x000033bb 
- 00017916  0x00003c87 fetch  0x00000001 , 0x00004610 
- 00017917  0x00003c88 nrtn  0x00000034 
- 00017918  0x00003c89 fetch  0x00000001 , 0x000045d5 
- 00017919  0x00003c8a rtn  0x00000034 
- 00017920  0x00003c8c branch  0x0000359b 
- 00017921  0x00003c8e call  0x0000352e 
- 00017922  0x00003c8f fetch  0x00000001 , 0x0000460a 
- 00017923  0x00003c90 fetcht  0x00000001 , 0x000045e8 
- 00017924  0x00003c91 isolate1  0x00000003 , 0x00000002 
- 00017925  0x00003c92 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00017926  0x00003c93 store  0x00000001 , 0x0000460a 
- 00017927  0x00003c94 beq  0x00000001 , 0x00004609 
- 00017928  0x00003c95 branch  0x000033cb 
- 00017929  0x00003c97 fetch  0x00000001 , 0x000043cb 
- 00017930  0x00003c98 sub  0x0000003f , 0x0000000e , 0x0000003e 
- 00017931  0x00003c99 call  0x0000788d , 0x00000005 
- 00017932  0x00003c9a fetch  0x00000004 , 0x000045f2 
- 00017933  0x00003c9b branch  0x000035a3 
- 00017934  0x00003c9e fetch  0x00000001 , 0x00004616 
- 00017935  0x00003c9f rtnne  0x00000001 
- 00017936  0x00003ca0 call  0x000032ff 
- 00017937  0x00003ca1 call  0x0000465b 
- 00017938  0x00003ca3 call  0x000033be 
- 00017939  0x00003ca4 call  0x00003119 
- 00017940  0x00003ca5 nbranch  0x000033be , 0x0000002f 
- 00017941  0x00003ca6 call  0x0000331e 
- 00017942  0x00003ca7 call  0x000033f4 
- 00017943  0x00003ca8 call  0x00003399 
- 00017944  0x00003ca9 call  0x00003317 
- 00017945  0x00003cab fetch  0x00000001 , 0x000045d5 
- 00017946  0x00003cac nbranch  0x00004621 , 0x00000034 
- 00017947  0x00003cad call  0x0000350a 
- 00017948  0x00003cae fetch  0x00000001 , 0x00004614 
- 00017949  0x00003caf rtn  0x00000034 
- 00017950  0x00003cb0 setarg  0x00000000 
- 00017951  0x00003cb1 store  0x00000004 , 0x00004630 
- 00017952  0x00003cb2 rtn 
- 00017953  0x00003cb4 jam  0x00000000 , 0x00004613 
- 00017954  0x00003cb5 arg  0x00000000 , 0x00000011 
- 00017955  0x00003cb6 call  0x0000788d 
- 00017956  0x00003cb7 call  0x00003460 
- 00017957  0x00003cb8 call  0x00003258 
- 00017958  0x00003cba fetch  0x00000004 , 0x000044f1 
- 00017959  0x00003cbb store  0x00000004 , 0x000049da 
- 00017960  0x00003cbc fetch  0x00000001 , 0x000049e6 
- 00017961  0x00003cbd ncall  0x0000462c , 0x00000034 
- 00017962  0x00003cbf fetch  0x00000004 , 0x000049da 
- 00017963  0x00003cc0 branch  0x00003236 
- 00017964  0x00003cc4 fetch  0x00000001 , 0x000049e6 
- 00017965  0x00003cc5 rtn  0x00000034 
- 00017966  0x00003cc6 fetch  0x00000001 , 0x0000462d 
- 00017967  0x00003cc7 store  0x00000001 , 0x000049dd 
- 00017968  0x00003cc9 fetch  0x00000001 , 0x000044f2 
- 00017969  0x00003cca store  0x00000001 , 0x000049dc 
- 00017970  0x00003ccc fetch  0x00000001 , 0x0000462c 
- 00017971  0x00003ccd store  0x00000001 , 0x000049db 
- 00017972  0x00003ccf fetch  0x00000001 , 0x000044f1 
- 00017973  0x00003cd0 store  0x00000001 , 0x000049da 
- 00017974  0x00003cd1 rtn 
- 00017975  0x00003cd2 call  0x0000464a 
- 00017976  0x00003cd3 fetch  0x00000004 , 0x000049da 
- 00017977  0x00003cd4 fetcht  0x00000004 , 0x000049de 
- 00017978  0x00003cd5 isub  0x00000002 , 0x0000003e 
- 00017979  0x00003cd6 rtn  0x00000005 
- 00017980  0x00003cd7 copy  0x00000013 , 0x00000012 
- 00017981  0x00003cd8 arg  0x000049da , 0x00000011 
- 00017982  0x00003cd9 arg  0x00000004 , 0x00000039 
- 00017983  0x00003cda branch  0x00006b45 
- 00017984  0x00003cde fetch  0x00000004 , 0x000044f1 
- 00017985  0x00003cdf store  0x00000004 , 0x000049da 
- 00017986  0x00003ce0 fetch  0x00000001 , 0x000049e6 
- 00017987  0x00003ce1 rtn  0x00000034 
- 00017988  0x00003ce2 rtn 
- 00017989  0x00003ce3 call  0x0000464a 
- 00017990  0x00003ce4 fetch  0x00000004 , 0x000049de 
- 00017991  0x00003ce5 rtn  0x00000034 
- 00017992  0x00003ce6 store  0x00000004 , 0x000049da 
- 00017993  0x00003ce7 rtn 
- 00017994  0x00003ceb rtn 
- 00017995  0x00003cec fetch  0x00000001 , 0x000049e6 
- 00017996  0x00003ced rtn  0x00000034 
- 00017997  0x00003cee arg  0x00000700 , 0x00000013 
- 00017998  0x00003cf0 copy  0x00000013 , 0x00000012 
- 00017999  0x00003cf1 arg  0x000049e2 , 0x00000011 
- 00018000  0x00003cf2 arg  0x00000004 , 0x00000039 
- 00018001  0x00003cf3 call  0x00006b74 
- 00018002  0x00003cf4 fetch  0x00000004 , 0x000049e2 
- 00018003  0x00003cf5 rtn  0x00000034 
- 00018004  0x00003cf6 store  0x00000004 , 0x000049de 
- 00018005  0x00003cf7 copy  0x00000013 , 0x0000003f 
- 00018006  0x00003cf8 arg  0x000007cc , 0x00000002 
- 00018007  0x00003cf9 isub  0x00000002 , 0x0000003e 
- 00018008  0x00003cfa rtn  0x00000002 
- 00018009  0x00003cfb increase  0x00000004 , 0x00000013 
- 00018010  0x00003cfc branch  0x0000464e 
- 00018011  0x00003cff fetch  0x00000004 , 0x00004630 
- 00018012  0x00003d00 rtn  0x00000034 
- 00018013  0x00003d01 branch  0x00003236 
- 00018014  0x00003d04 fetch  0x00000002 , 0x000044e9 
- 00018015  0x00003d05 rtnbit1  0x00000009 
- 00018016  0x00003d06 fetch  0x00000002 , 0x00004799 
- 00018017  0x00003d07 store  0x00000002 , 0x0000479b 
- 00018018  0x00003d08 jam  0x00000001 , 0x000049b7 
- 00018019  0x00003d09 arg  0x000045eb , 0x00000011 
- 00018020  0x00003d0a branch  0x000044fd 
- 00018021  0x00003d0d fetch  0x00000001 , 0x000049c0 
- 00018022  0x00003d0e rtn  0x00000034 
- 00018023  0x00003d0f call  0x0000466d 
- 00018024  0x00003d10 nrtn  0x00000028 
- 00018025  0x00003d11 fetch  0x00000003 , 0x000045af 
- 00018026  0x00003d12 call  0x00007d25 
- 00018027  0x00003d13 storet  0x00000004 , 0x000040a9 
- 00018028  0x00003d14 branch  0x0000241e 
- 00018029  0x00003d16 enable  0x00000028 
- 00018030  0x00003d17 call  0x00002408 
- 00018031  0x00003d18 fetch  0x00000003 , 0x000040bd 
- 00018032  0x00003d19 branch  0x00007dbc , 0x00000034 
- 00018033  0x00003d1a branch  0x00004430 
- 00018034  0x00003d21 rtn  0x0000002b 
- 00018035  0x00003d22 call  0x00004772 
- 00018036  0x00003d23 call  0x00006ff7 
- 00018037  0x00003d24 setarg  0x00004756 
- 00018038  0x00003d25 store  0x00000002 , 0x000045f2 
- 00018039  0x00003d27 setarg  0x000046b6 
- 00018040  0x00003d28 store  0x00000002 , 0x000045f6 
- 00018041  0x00003d2a setarg  0x000046b1 
- 00018042  0x00003d2b store  0x00000002 , 0x000043d5 
- 00018043  0x00003d2d setarg  0x000046f0 
- 00018044  0x00003d2e store  0x00000002 , 0x000043db 
- 00018045  0x00003d30 setarg  0x000046f2 
- 00018046  0x00003d31 store  0x00000002 , 0x000043dd 
- 00018047  0x00003d33 setarg  0x0000473b 
- 00018048  0x00003d34 store  0x00000002 , 0x000043e3 
- 00018049  0x00003d36 setarg  0x000046a6 
- 00018050  0x00003d37 store  0x00000002 , 0x000046ee 
- 00018051  0x00003d39 setarg  0x00004696 
- 00018052  0x00003d3a store  0x00000002 , 0x000046f2 
- 00018053  0x00003d3d bpatch  0x00000033 , 0x00004006 
- 00018054  0x00003d3e call  0x00006cc1 
- 00018055  0x00003d3f call  0x000046ad 
- 00018056  0x00003d41 call  0x000078ad 
- 00018057  0x00003d42 fetch  0x00000001 , 0x000046be 
- 00018058  0x00003d43 store  0x00000001 , 0x0000462d 
- 00018059  0x00003d44 beq  0x00000000 , 0x00004695 
- 00018060  0x00003d45 fetch  0x00000001 , 0x000046bf 
- 00018061  0x00003d46 store  0x00000001 , 0x000044ec 
- 00018062  0x00003d48 call  0x000046a6 
- 00018063  0x00003d49 call  0x00007776 
- 00018064  0x00003d4a call  0x00007780 
- 00018065  0x00003d4b jam  0x00000001 , 0x000046ea 
- 00018066  0x00003d4c fetch  0x00000002 , 0x000044e9 
- 00018067  0x00003d4d rtnbit1  0x0000000c 
- 00018068  0x00003d4e branch  0x00004327 
- 00018069  0x00003d53 jam  0x00000002 , 0x000046ea 
- 00018070  0x00003d55 call  0x000046a6 
- 00018071  0x00003d56 arg  0x00000000 , 0x00000011 
- 00018072  0x00003d57 call  0x000077c4 
- 00018073  0x00003d58 call  0x00004719 
- 00018074  0x00003d59 fetch  0x00000004 , 0x00004700 
- 00018075  0x00003d5a store  0x00000004 , 0x0000458f 
- 00018076  0x00003d5b branch  0x00003291 , 0x00000034 
- 00018077  0x00003d5c fetch  0x00000004 , 0x0000458f 
- 00018078  0x00003d5d store  0x00000004 , 0x000045e8 
- 00018079  0x00003d5e fetch  0x00000002 , 0x000045dc 
- 00018080  0x00003d5f store  0x00000002 , 0x000045de 
- 00018081  0x00003d60 branch  0x00003534 
- 00018082  0x00003d63 arg  0x00000004 , 0x00000002 
- 00018083  0x00003d64 arg  0x0000458f , 0x00000011 
- 00018084  0x00003d65 arg  0x00000000 , 0x00000012 
- 00018085  0x00003d66 rtn 
- 00018086  0x00003d6b bpatch  0x00000034 , 0x00004006 
- 00018087  0x00003d6c fetch  0x00000001 , 0x000046bc 
- 00018088  0x00003d6d bne  0x000000ff , 0x000046ab 
- 00018089  0x00003d6f fetcht  0x00000001 , 0x00004699 
- 00018090  0x00003d70 branch  0x00006ef7 
- 00018091  0x00003d72 store  0x00000001 , 0x00004699 
- 00018092  0x00003d73 branch  0x000046a9 
- 00018093  0x00003d77 call  0x000035f0 
- 00018094  0x00003d79 fetch  0x00000002 , 0x000046e6 
- 00018095  0x00003d7a store  0x00000002 , 0x000046e8 
- 00018096  0x00003d7b rtn 
- 00018097  0x00003d7e call  0x000046b6 
- 00018098  0x00003d80 fetch  0x00000001 , 0x0000468f 
- 00018099  0x00003d81 set1  0x00000007 , 0x0000003f 
- 00018100  0x00003d82 arg  0x0000003f , 0x00000002 
- 00018101  0x00003d83 branch  0x00006f20 
- 00018102  0x00003d86 call  0x00006f35 
- 00018103  0x00003d87 branch  0x0000701b 
- 00018104  0x00003d8a call  0x00007027 
- 00018105  0x00003d8b call  0x000046c9 
- 00018106  0x00003d8c call  0x000046bc 
- 00018107  0x00003d8d branch  0x000046d7 
- 00018108  0x00003d90 fetch  0x00000001 , 0x000046f5 
- 00018109  0x00003d91 rtnne  0x00000001 
- 00018110  0x00003d92 fetch  0x00000004 , 0x000046f9 
- 00018111  0x00003d93 branch  0x000046c3 , 0x00000034 
- 00018112  0x00003d94 jam  0x00000000 , 0x000046ff 
- 00018113  0x00003d95 enable  0x00000028 
- 00018114  0x00003d96 branch  0x0000788d 
- 00018115  0x00003d98 fetch  0x00000001 , 0x000046ff 
- 00018116  0x00003d99 rtneq  0x000000ff 
- 00018117  0x00003d9a pincrease  0x00000001 
- 00018118  0x00003d9b store  0x00000001 , 0x000046ff 
- 00018119  0x00003d9c disable  0x00000028 
- 00018120  0x00003d9d branch  0x0000788b 
- 00018121  0x00003da1 fetcht  0x00000002 , 0x0000442e 
- 00018122  0x00003da2 and  0x00000002 , 0x00000001 , 0x0000003f 
- 00018123  0x00003da3 rshift  0x00000002 , 0x00000002 
- 00018124  0x00003da4 store  0x00000001 , 0x000046f9 
- 00018125  0x00003da5 and  0x00000002 , 0x00000001 , 0x0000003f 
- 00018126  0x00003da6 rshift  0x00000002 , 0x00000002 
- 00018127  0x00003da7 store  0x00000001 , 0x000046fa 
- 00018128  0x00003da8 and  0x00000002 , 0x00000001 , 0x0000003f 
- 00018129  0x00003da9 rshift  0x00000002 , 0x00000002 
- 00018130  0x00003daa store  0x00000001 , 0x000046fb 
- 00018131  0x00003dab and  0x00000002 , 0x00000001 , 0x0000003f 
- 00018132  0x00003dac rshift  0x00000002 , 0x00000002 
- 00018133  0x00003dad store  0x00000001 , 0x000046fc 
- 00018134  0x00003dae rtn 
- 00018135  0x00003db0 bpatch  0x00000035 , 0x00004006 
- 00018136  0x00003db1 call  0x000046e6 
- 00018137  0x00003db2 call  0x000046eb 
- 00018138  0x00003db3 call  0x000046dd 
- 00018139  0x00003db4 nrtn  0x00000028 
- 00018140  0x00003db5 branch  0x00004752 
- 00018141  0x00003db9 fetch  0x00000001 , 0x000046f5 
- 00018142  0x00003dba rtnne  0x00000001 
- 00018143  0x00003dbb fetch  0x00000001 , 0x000046ff 
- 00018144  0x00003dbc rtn  0x00000034 
- 00018145  0x00003dbd sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00018146  0x00003dbe nrtn  0x00000002 
- 00018147  0x00003dbf fetch  0x00000002 , 0x000045dc 
- 00018148  0x00003dc0 store  0x00000002 , 0x000045de 
- 00018149  0x00003dc1 branch  0x00007dba 
- 00018150  0x00003dc6 fetch  0x00000001 , 0x000046f9 
- 00018151  0x00003dc7 nbranch  0x00004746 , 0x00000034 
- 00018152  0x00003dc8 fetch  0x00000001 , 0x000046fa 
- 00018153  0x00003dc9 nbranch  0x00004748 , 0x00000034 
- 00018154  0x00003dca branch  0x0000474e 
- 00018155  0x00003dcd fetch  0x00000001 , 0x000046fb 
- 00018156  0x00003dce nbranch  0x0000474a , 0x00000034 
- 00018157  0x00003dcf fetch  0x00000001 , 0x000046fc 
- 00018158  0x00003dd0 nbranch  0x0000474c , 0x00000034 
- 00018159  0x00003dd1 branch  0x00004750 
- 00018160  0x00003dd5 call  0x00004730 
- 00018161  0x00003dd6 branch  0x000046b8 
- 00018162  0x00003dd9 copy  0x00000013 , 0x0000003f 
- 00018163  0x00003dda beq  0x0000002d , 0x00004347 
- 00018164  0x00003ddb beq  0x00000010 , 0x0000432f 
- 00018165  0x00003ddc beq  0x00000039 , 0x000046fa 
- 00018166  0x00003ddd beq  0x0000003c , 0x00004701 
- 00018167  0x00003dde beq  0x0000003a , 0x000046f9 
- 00018168  0x00003ddf rtn 
- 00018169  0x00003de2 branch  0x0000357b 
- 00018170  0x00003de5 bpatch  0x00000036 , 0x00004006 
- 00018171  0x00003de6 fetch  0x00000004 , 0x000045e8 
- 00018172  0x00003de7 store  0x00000004 , 0x00004700 
- 00018173  0x00003de8 fetch  0x00000001 , 0x0000470c 
- 00018174  0x00003de9 ncall  0x00004706 , 0x00000034 
- 00018175  0x00003dea fetch  0x00000004 , 0x00004700 
- 00018176  0x00003deb call  0x00003236 
- 00018177  0x00003def jam  0x00000000 , 0x000045fc 
- 00018178  0x00003df0 jam  0x00000001 , 0x000046f6 
- 00018179  0x00003df1 jam  0x00000001 , 0x000046f7 
- 00018180  0x00003df2 jam  0x00000000 , 0x000045de 
- 00018181  0x00003df3 rtn 
- 00018182  0x00003df7 fetch  0x00000001 , 0x0000470c 
- 00018183  0x00003df8 rtn  0x00000034 
- 00018184  0x00003df9 fetch  0x00000001 , 0x000044f2 
- 00018185  0x00003dfa store  0x00000001 , 0x00004703 
- 00018186  0x00003dfc fetch  0x00000001 , 0x000045e9 
- 00018187  0x00003dfd store  0x00000001 , 0x00004702 
- 00018188  0x00003dff fetch  0x00000001 , 0x000044f1 
- 00018189  0x00003e00 store  0x00000001 , 0x00004701 
- 00018190  0x00003e02 fetch  0x00000001 , 0x000045e8 
- 00018191  0x00003e03 store  0x00000001 , 0x00004700 
- 00018192  0x00003e04 call  0x00004720 
- 00018193  0x00003e05 fetch  0x00000004 , 0x00004700 
- 00018194  0x00003e06 fetcht  0x00000004 , 0x00004704 
- 00018195  0x00003e07 isub  0x00000002 , 0x0000003e 
- 00018196  0x00003e08 rtn  0x00000005 
- 00018197  0x00003e09 copy  0x00000013 , 0x00000012 
- 00018198  0x00003e0a arg  0x00004700 , 0x00000011 
- 00018199  0x00003e0b arg  0x00000004 , 0x00000039 
- 00018200  0x00003e0c branch  0x00006b45 
- 00018201  0x00003e0f fetch  0x00000001 , 0x0000470c 
- 00018202  0x00003e10 rtn  0x00000034 
- 00018203  0x00003e11 call  0x00004720 
- 00018204  0x00003e12 fetch  0x00000004 , 0x00004704 
- 00018205  0x00003e13 rtn  0x00000034 
- 00018206  0x00003e14 store  0x00000004 , 0x00004700 
- 00018207  0x00003e15 rtn 
- 00018208  0x00003e19 fetch  0x00000001 , 0x0000470c 
- 00018209  0x00003e1a rtn  0x00000034 
- 00018210  0x00003e1b arg  0x00000700 , 0x00000013 
- 00018211  0x00003e1d copy  0x00000013 , 0x00000012 
- 00018212  0x00003e1e arg  0x00004704 , 0x00000011 
- 00018213  0x00003e1f arg  0x00000004 , 0x00000039 
- 00018214  0x00003e20 call  0x00006b74 
- 00018215  0x00003e21 fetch  0x00000004 , 0x00004708 
- 00018216  0x00003e22 rtn  0x00000034 
- 00018217  0x00003e23 store  0x00000004 , 0x00004704 
- 00018218  0x00003e24 copy  0x00000013 , 0x0000003f 
- 00018219  0x00003e25 arg  0x000007cc , 0x00000002 
- 00018220  0x00003e26 isub  0x00000002 , 0x0000003e 
- 00018221  0x00003e27 rtn  0x00000002 
- 00018222  0x00003e28 increase  0x00000004 , 0x00000013 
- 00018223  0x00003e29 branch  0x00004723 
- 00018224  0x00003e2c fetch  0x00000001 , 0x000046f6 
- 00018225  0x00003e2d rtneq  0x00000000 
- 00018226  0x00003e2e fetch  0x00000001 , 0x000046f5 
- 00018227  0x00003e2f rtneq  0x00000001 
- 00018228  0x00003e30 jam  0x00000001 , 0x000046f5 
- 00018229  0x00003e32 arg  0x00000000 , 0x00000011 
- 00018230  0x00003e33 branch  0x000077bf 
- 00018231  0x00003e35 arg  0x00000000 , 0x00000011 
- 00018232  0x00003e36 call  0x000077bf 
- 00018233  0x00003e37 call  0x000046a6 
- 00018234  0x00003e38 branch  0x00004327 
- 00018235  0x00003e3b call  0x000042ee 
- 00018236  0x00003e3c call  0x0000328e 
- 00018237  0x00003e3d call  0x00003531 
- 00018238  0x00003e3e branch  0x0000473f 
- 00018239  0x00003e41 fetch  0x00000001 , 0x000046c0 
- 00018240  0x00003e42 rtn  0x00000034 
- 00018241  0x00003e43 fetch  0x00000001 , 0x0000442e 
- 00018242  0x00003e44 nbranch  0x000046ae , 0x00000034 
- 00018243  0x00003e45 arg  0x000046e8 , 0x00000013 
- 00018244  0x00003e46 arg  0x00004737 , 0x00000012 
- 00018245  0x00003e47 branch  0x000042e7 
- 00018246  0x00003e4c jam  0x00000001 , 0x000046c7 
- 00018247  0x00003e4d rtn 
- 00018248  0x00003e4f jam  0x00000002 , 0x000046c7 
- 00018249  0x00003e50 rtn 
- 00018250  0x00003e52 jam  0x00000001 , 0x000046c9 
- 00018251  0x00003e53 rtn 
- 00018252  0x00003e55 jam  0x00000002 , 0x000046c9 
- 00018253  0x00003e56 rtn 
- 00018254  0x00003e5b jam  0x00000000 , 0x000046c7 
- 00018255  0x00003e5c rtn 
- 00018256  0x00003e5f jam  0x00000000 , 0x000046c9 
- 00018257  0x00003e60 rtn 
- 00018258  0x00003e63 arg  0x000046c1 , 0x00000011 
- 00018259  0x00003e64 branch  0x000078b2 
- 00018260  0x00003e66 arg  0x000046ce , 0x00000011 
- 00018261  0x00003e67 branch  0x000078b2 
- 00018262  0x00003e6a fetch  0x00000001 , 0x000046f7 
- 00018263  0x00003e6b beq  0x00000001 , 0x00004760 
- 00018264  0x00003e6c arg  0x000046d7 , 0x00000011 
- 00018265  0x00003e6d call  0x000078ca 
- 00018266  0x00003e6e nbranch  0x00004765 , 0x00000028 
- 00018267  0x00003e70 arg  0x000046d7 , 0x00000006 
- 00018268  0x00003e71 ifetch  0x00000001 , 0x00000006 
- 00018269  0x00003e72 copy  0x0000003f , 0x00000011 
- 00018270  0x00003e73 arg  0x000046d8 , 0x00000012 
- 00018271  0x00003e76 rtn 
- 00018272  0x00003e79 jam  0x00000000 , 0x000046f7 
- 00018273  0x00003e7a enable  0x00000028 
- 00018274  0x00003e7b arg  0x00000001 , 0x00000011 
- 00018275  0x00003e7c arg  0x000046f8 , 0x00000012 
- 00018276  0x00003e7d rtn 
- 00018277  0x00003e80 fetch  0x00000001 , 0x000046da 
- 00018278  0x00003e81 beq  0x00000004 , 0x00004769 
- 00018279  0x00003e82 beq  0x00000005 , 0x00004769 
- 00018280  0x00003e83 rtn 
- 00018281  0x00003e85 fetch  0x00000001 , 0x000046dd 
- 00018282  0x00003e86 nbranch  0x00004770 , 0x00000034 
- 00018283  0x00003e87 fetch  0x00000001 , 0x000046df 
- 00018284  0x00003e88 nbranch  0x00004770 , 0x00000034 
- 00018285  0x00003e89 fetch  0x00000001 , 0x000046e1 
- 00018286  0x00003e8a nbranch  0x00004770 , 0x00000034 
- 00018287  0x00003e8b rtn 
- 00018288  0x00003e8d enable  0x00000028 
- 00018289  0x00003e8e branch  0x0000475b 
- 00018290  0x00003e94 jam  0x00000014 , 0x000044eb 
- 00018291  0x00003e95 jam  0x00000001 , 0x000044e4 
- 00018292  0x00003e96 setarg  0x0000060f 
- 00018293  0x00003e97 store  0x00000002 , 0x0000462e 
- 00018294  0x00003e98 setarg  0x0000462e 
- 00018295  0x00003e99 store  0x00000002 , 0x000043fb 
- 00018296  0x00003e9a jam  0x00000001 , 0x00004094 
- 00018297  0x00003e9b jam  0x00000006 , 0x000040a6 
- 00018298  0x00003e9c jam  0x00000002 , 0x000040c1 
- 00018299  0x00003e9d jam  0x00000000 , 0x0000462d 
- 00018300  0x00003e9e setarg  0x0000468d 
- 00018301  0x00003e9f store  0x00000002 , 0x000044ef 
- 00018302  0x00003ea0 jam  0x00000001 , 0x000044ee 
- 00018303  0x00003ea1 jam  0x000000ff , 0x0000468e 
- 00018304  0x00003ea2 setarg  0x00000296 
- 00018305  0x00003ea3 store  0x00000002 , 0x00004690 
- 00018306  0x00003ea4 setarg  0x0000073a 
- 00018307  0x00003ea5 store  0x00000002 , 0x00004692 
- 00018308  0x00003ea6 setarg  0x000046ea 
- 00018309  0x00003ea7 store  0x00000002 , 0x00004430 
- 00018310  0x00003ea8 setarg  0x00000c0c 
- 00018311  0x00003ea9 store  0x00000002 , 0x000046ec 
- 00018312  0x00003eaa setarg  0x000046a1 
- 00018313  0x00003eab store  0x00000002 , 0x0000442c 
- 00018314  0x00003eac jam  0x00000000 , 0x000046be 
- 00018315  0x00003ead jam  0x000000ff , 0x000046bc 
- 00018316  0x00003eae jam  0x000000ff , 0x000046bf 
- 00018317  0x00003eaf jam  0x00000000 , 0x000046ba 
- 00018318  0x00003eb0 jam  0x00000000 , 0x000046bb 
- 00018319  0x00003eb1 jam  0x00000000 , 0x000046bd 
- 00018320  0x00003eb2 jam  0x00000001 , 0x000046c0 
- 00018321  0x00003eb3 setarg  0x00004e55 
- 00018322  0x00003eb4 store  0x00000002 , 0x000046ad 
- 00018323  0x00003eb5 store  0x00000002 , 0x000046af 
- 00018324  0x00003eb6 setarg  0x00000007 
- 00018325  0x00003eb7 store  0x00000002 , 0x000046b3 
- 00018326  0x00003eb8 jam  0x00000002 , 0x00004407 
- 00018327  0x00003eb9 setsect  0x00000000 , 0x00035a0c 
- 00018328  0x00003eba setsect  0x00000001 , 0x0000011a 
- 00018329  0x00003ebb setsect  0x00000002 , 0x00000060 
- 00018330  0x00003ebc setsect  0x00000003 , 0x00000028 
- 00018331  0x00003ebd store  0x00000009 , 0x000046c1 
- 00018332  0x00003ebe setsect  0x00000000 , 0x0002000a 
- 00018333  0x00003ebf setsect  0x00000001 , 0x00000002 
- 00018334  0x00003ec0 istore  0x00000004 , 0x00000005 
- 00018335  0x00003ec1 setsect  0x00000000 , 0x00035a08 
- 00018336  0x00003ec2 setsect  0x00000001 , 0x0000019a 
- 00018337  0x00003ec3 setsect  0x00000002 , 0x00000000 
- 00018338  0x00003ec4 setsect  0x00000003 , 0x00000000 
- 00018339  0x00003ec5 store  0x00000009 , 0x000046ce 
- 00018340  0x00003ec6 setarg  0x00000064 
- 00018341  0x00003ec7 store  0x00000002 , 0x000046e6 
- 00018342  0x00003ec8 jam  0x00000000 , 0x00004141 
- 00018343  0x00003ec9 jam  0x00000001 , 0x00004589 
- 00018344  0x00003eca jam  0x00000006 , 0x00004603 
- 00018345  0x00003ecb jam  0x00000001 , 0x000045ae 
- 00018346  0x00003ecc jam  0x00000000 , 0x000045e3 
- 00018347  0x00003ecd call  0x00003278 
- 00018348  0x00003ece call  0x000035fb 
- 00018349  0x00003ecf call  0x0000325b 
- 00018350  0x00003ed2 setarg  0x00000708 
- 00018351  0x00003ed3 store  0x00000002 , 0x000045d6 
- 00018352  0x00003ed4 setarg  0x00000050 
- 00018353  0x00003ed5 store  0x00000002 , 0x000045dc 
- 00018354  0x00003ed6 setarg  0x000a7700 
- 00018355  0x00003ed7 store  0x00000003 , 0x0000460b 
- 00018356  0x00003ed8 setarg  0x00604800 
- 00018357  0x00003ed9 store  0x00000003 , 0x000045af 
- 00018358  0x00003eda rtn 
- 00018359  0x00003ee2 setarg  0x000047ea 
- 00018360  0x00003ee3 store  0x00000002 , 0x000045e0 
- 00018361  0x00003ee4 setarg  0x000048d4 
- 00018362  0x00003ee5 store  0x00000002 , 0x000045e4 
- 00018363  0x00003ee6 setarg  0x000048e5 
- 00018364  0x00003ee7 store  0x00000002 , 0x000045e6 
- 00018365  0x00003ee8 setarg  0x000048ab 
- 00018366  0x00003ee9 store  0x00000002 , 0x000045e2 
- 00018367  0x00003eea setarg  0x000047f9 
- 00018368  0x00003eeb store  0x00000002 , 0x00000859 
- 00018369  0x00003eec branch  0x00007912 
- 00018370  0x00003ef0 bpatch  0x00000037 , 0x00004006 
- 00018371  0x00003ef2 call  0x000047ef 
- 00018372  0x00003ef3 call  0x000047e5 
- 00018373  0x00003ef4 fetch  0x00000001 , 0x00004669 
- 00018374  0x00003ef5 isolate1  0x00000005 , 0x0000003f 
- 00018375  0x00003ef6 branch  0x000047cb , 0x00000001 
- 00018376  0x00003ef7 fetch  0x00000001 , 0x00004669 
- 00018377  0x00003ef8 isolate1  0x00000006 , 0x0000003f 
- 00018378  0x00003ef9 call  0x0000326b , 0x00000001 
- 00018379  0x00003efb fetch  0x00000001 , 0x00004694 
- 00018380  0x00003efc store  0x00000001 , 0x00004141 
- 00018381  0x00003efe jam  0x000000ff , 0x000045d2 
- 00018382  0x00003eff setarg  0x0000099f 
- 00018383  0x00003f00 store  0x00000002 , 0x00004640 
- 00018384  0x00003f01 setarg  0x00000a9f 
- 00018385  0x00003f02 store  0x00000002 , 0x00004642 
- 00018386  0x00003f03 setarg  0x00000b9f 
- 00018387  0x00003f04 store  0x00000002 , 0x00004644 
- 00018388  0x00003f05 setarg  0x00000c9f 
- 00018389  0x00003f06 store  0x00000002 , 0x00004646 
- 00018390  0x00003f07 jam  0x00000085 , 0x000045d1 
- 00018391  0x00003f08 jam  0x00000000 , 0x00004692 
- 00018392  0x00003f09 jam  0x00000000 , 0x0000462b 
- 00018393  0x00003f0a call  0x00003281 
- 00018394  0x00003f0b fetch  0x00000001 , 0x00004669 
- 00018395  0x00003f0c isolate1  0x00000003 , 0x0000003f 
- 00018396  0x00003f0d call  0x00003284 , 0x00000001 
- 00018397  0x00003f0e call  0x0000339f 
- 00018398  0x00003f0f call  0x00003287 
- 00018399  0x00003f10 call  0x0000325b 
- 00018400  0x00003f12 fetch  0x00000001 , 0x00004673 
- 00018401  0x00003f13 store  0x00000001 , 0x0000085b 
- 00018402  0x00003f14 fetch  0x00000009 , 0x0000466a 
- 00018403  0x00003f15 store  0x00000009 , 0x0000085c 
- 00018404  0x00003f16 rtn 
- 00018405  0x00003f19 jam  0x00000018 , 0x00004099 
- 00018406  0x00003f1a fetch  0x00000001 , 0x00004669 
- 00018407  0x00003f1b rtnbit0  0x00000007 
- 00018408  0x00003f1c jam  0x00000010 , 0x00004099 
- 00018409  0x00003f1d rtn 
- 00018410  0x00003f20 fetch  0x00000001 , 0x00004610 
- 00018411  0x00003f21 beq  0x00000000 , 0x0000489b 
- 00018412  0x00003f22 beq  0x00000001 , 0x00004822 
- 00018413  0x00003f23 beq  0x0000000f , 0x0000481e 
- 00018414  0x00003f24 rtn 
- 00018415  0x00003f28 bpatch  0x00000038 , 0x00004007 
- 00018416  0x00003f29 arg  0x00001fdf , 0x00000012 
- 00018417  0x00003f2a arg  0x00004648 , 0x00000011 
- 00018418  0x00003f2b arg  0x00000001 , 0x00000039 
- 00018419  0x00003f2c branch  0x00006b74 
- 00018420  0x00003f2f bpatch  0x00000039 , 0x00004007 
- 00018421  0x00003f30 arg  0x00000001 , 0x00000039 
- 00018422  0x00003f31 arg  0x00004648 , 0x00000011 
- 00018423  0x00003f32 arg  0x00001fdf , 0x00000012 
- 00018424  0x00003f33 branch  0x00006b45 
- 00018425  0x00003f36 fetch  0x00000001 , 0x00004669 
- 00018426  0x00003f37 bbit1  0x00000004 , 0x000047fd 
- 00018427  0x00003f38 fetch  0x00000001 , 0x00004648 
- 00018428  0x00003f39 bne  0x0000005a , 0x00004801 
- 00018429  0x00003f3b jam  0x0000005a , 0x00004648 
- 00018430  0x00003f3c fetch  0x00000004 , 0x0000937a 
- 00018431  0x00003f3d set1  0x0000001d , 0x0000003f 
- 00018432  0x00003f3e store  0x00000004 , 0x000007b4 
- 00018433  0x00003f40 call  0x00004818 
- 00018434  0x00003f41 call  0x00007966 
- 00018435  0x00003f42 call  0x00004805 
- 00018436  0x00003f43 branch  0x0000480e 
- 00018437  0x00003f46 fetch  0x00000001 , 0x0000085c 
- 00018438  0x00003f47 rtn  0x00000034 
- 00018439  0x00003f48 fetch  0x00000001 , 0x00004648 
- 00018440  0x00003f49 beq  0x0000005a , 0x0000480c 
- 00018441  0x00003f4b fetch  0x00000004 , 0x0000085d 
- 00018442  0x00003f4d store  0x00000004 , 0x000007b4 
- 00018443  0x00003f4e rtn 
- 00018444  0x00003f50 fetch  0x00000004 , 0x00000861 
- 00018445  0x00003f51 branch  0x0000480a 
- 00018446  0x00003f54 fetch  0x00000001 , 0x00004648 
- 00018447  0x00003f55 beq  0x0000005a , 0x00004814 
- 00018448  0x00003f56 setarg  0x00009272 
- 00018449  0x00003f57 store  0x00000002 , 0x000007a7 
- 00018450  0x00003f58 jam  0x0000001a , 0x000007d8 
- 00018451  0x00003f59 rtn 
- 00018452  0x00003f5b setarg  0x0000928d 
- 00018453  0x00003f5c store  0x00000002 , 0x000007a7 
- 00018454  0x00003f5d jam  0x0000003f , 0x000007d8 
- 00018455  0x00003f5e rtn 
- 00018456  0x00003f61 fetch  0x00000001 , 0x00004674 
- 00018457  0x00003f62 rtn  0x00000034 
- 00018458  0x00003f63 arg  0x00004674 , 0x00000006 
- 00018459  0x00003f64 arg  0x0000081d , 0x00000005 
- 00018460  0x00003f65 arg  0x0000001e , 0x00000039 
- 00018461  0x00003f66 branch  0x00007cda 
- 00018462  0x00003f6a call  0x00003460 
- 00018463  0x00003f6c call  0x000048a3 
- 00018464  0x00003f6d call  0x00004867 
- 00018465  0x00003f6e branch  0x0000481f 
- 00018466  0x00003f71 call  0x00003460 
- 00018467  0x00003f73 call  0x000048a3 
- 00018468  0x00003f74 call  0x00003469 
- 00018469  0x00003f75 call  0x00004867 
- 00018470  0x00003f76 branch  0x00004823 
- 00018471  0x00003f79 call  0x0000482b 
- 00018472  0x00003f7a call  0x0000483b 
- 00018473  0x00003f7b call  0x0000484c 
- 00018474  0x00003f7c branch  0x00004859 
- 00018475  0x00003f7f bpatch  0x0000003a , 0x00004007 
- 00018476  0x00003f80 fetch  0x00000001 , 0x00004668 
- 00018477  0x00003f81 rtn  0x00000034 
- 00018478  0x00003f82 arg  0x0000000d , 0x00000007 
- 00018479  0x00003f83 call  0x00007cef 
- 00018480  0x00003f84 nrtn  0x00000034 
- 00018481  0x00003f85 jam  0x00000000 , 0x00004668 
- 00018482  0x00003f86 setarg  0x00000001 
- 00018483  0x00003f87 store  0x00000001 , 0x00000913 
- 00018484  0x00003f88 setarg  0x00000000 
- 00018485  0x00003f89 istore  0x00000007 , 0x00000005 
- 00018486  0x00003f8b jam  0x00000020 , 0x0000090c 
- 00018487  0x00003f8d fetch  0x00000001 , 0x0000090d 
- 00018488  0x00003f8e set1  0x00000002 , 0x0000003f 
- 00018489  0x00003f8f store  0x00000001 , 0x0000090d 
- 00018490  0x00003f90 rtn 
- 00018491  0x00003f93 bpatch  0x0000003b , 0x00004007 
- 00018492  0x00003f94 fetch  0x00000001 , 0x00004665 
- 00018493  0x00003f95 rtn  0x00000034 
- 00018494  0x00003f96 arg  0x0000000e , 0x00000007 
- 00018495  0x00003f97 call  0x00007cef 
- 00018496  0x00003f98 nrtn  0x00000034 
- 00018497  0x00003f99 jam  0x00000000 , 0x00004665 
- 00018498  0x00003f9a arg  0x00000923 , 0x00000005 
- 00018499  0x00003f9b call  0x00007c99 
- 00018500  0x00003f9c fetch  0x00000008 , 0x00000923 
- 00018501  0x00003f9d store  0x00000008 , 0x00004651 
- 00018502  0x00003f9f jam  0x00000000 , 0x00000923 
- 00018503  0x00003fa1 jam  0x00000010 , 0x0000090b 
- 00018504  0x00003fa2 fetch  0x00000001 , 0x0000090d 
- 00018505  0x00003fa3 set1  0x00000001 , 0x0000003f 
- 00018506  0x00003fa4 store  0x00000001 , 0x0000090d 
- 00018507  0x00003fa5 rtn 
- 00018508  0x00003fa8 fetch  0x00000001 , 0x00004667 
- 00018509  0x00003fa9 rtn  0x00000034 
- 00018510  0x00003faa arg  0x0000000a , 0x00000007 
- 00018511  0x00003fab call  0x00007cef 
- 00018512  0x00003fac nrtn  0x00000034 
- 00018513  0x00003fad jam  0x00000000 , 0x00004667 
- 00018514  0x00003fae arg  0x00000943 , 0x00000005 
- 00018515  0x00003faf call  0x00007c99 
- 00018516  0x00003fb0 jam  0x00000002 , 0x00000943 
- 00018517  0x00003fb1 fetch  0x00000002 , 0x00000943 
- 00018518  0x00003fb2 store  0x00000002 , 0x0000465f 
- 00018519  0x00003fb4 jam  0x00000022 , 0x0000090c 
- 00018520  0x00003fb5 branch  0x00004837 
- 00018521  0x00003fb8 bpatch  0x0000003c , 0x00004007 
- 00018522  0x00003fb9 fetch  0x00000001 , 0x00004666 
- 00018523  0x00003fba rtn  0x00000034 
- 00018524  0x00003fbb arg  0x0000000c , 0x00000007 
- 00018525  0x00003fbc call  0x00007cef 
- 00018526  0x00003fbd nrtn  0x00000034 
- 00018527  0x00003fbe jam  0x00000000 , 0x00004666 
- 00018528  0x00003fbf arg  0x00000933 , 0x00000005 
- 00018529  0x00003fc0 call  0x00007c99 
- 00018530  0x00003fc1 jam  0x00000003 , 0x00000933 
- 00018531  0x00003fc2 fetch  0x00000003 , 0x00000933 
- 00018532  0x00003fc3 store  0x00000003 , 0x0000465c 
- 00018533  0x00003fc5 jam  0x00000021 , 0x0000090c 
- 00018534  0x00003fc6 branch  0x00004837 
- 00018535  0x00003fc9 bpatch  0x0000003d , 0x00004007 
- 00018536  0x00003fca fetch  0x00000001 , 0x00000901 
- 00018537  0x00003fcb call  0x000048b5 , 0x00000034 
- 00018538  0x00003fcc call  0x00007906 
- 00018539  0x00003fcd fetch  0x00000001 , 0x000008f7 
- 00018540  0x00003fce rtn  0x00000034 
- 00018541  0x00003fcf jam  0x00000000 , 0x000008f7 
- 00018542  0x00003fd0 fetch  0x00000002 , 0x000008f5 
- 00018543  0x00003fd1 arg  0x000002ba , 0x00000002 
- 00018544  0x00003fd2 isub  0x00000002 , 0x0000003e 
- 00018545  0x00003fd3 nrtn  0x00000005 
- 00018546  0x00003fd5 fetch  0x00000001 , 0x00000875 
- 00018547  0x00003fd6 rtnne  0x000000ba 
- 00018548  0x00003fd7 fetch  0x00000001 , 0x00000876 
- 00018549  0x00003fd8 beq  0x000000a0 , 0x0000487c 
- 00018550  0x00003fd9 beq  0x000000a1 , 0x00004882 
- 00018551  0x00003fda beq  0x000000a6 , 0x0000488e 
- 00018552  0x00003fdb beq  0x000000a7 , 0x00004890 
- 00018553  0x00003fdc beq  0x000000a9 , 0x00004896 
- 00018554  0x00003fdf jam  0x00000000 , 0x000008f8 
- 00018555  0x00003fe0 rtn 
- 00018556  0x00003fe3 fetch  0x00000001 , 0x00000877 
- 00018557  0x00003fe4 beq  0x00000081 , 0x0000487f 
- 00018558  0x00003fe5 branch  0x0000487a 
- 00018559  0x00003fe7 call  0x000032fc 
- 00018560  0x00003fe9 jam  0x00000001 , 0x000008f8 
- 00018561  0x00003fea rtn 
- 00018562  0x00003fed fetch  0x00000001 , 0x00000877 
- 00018563  0x00003fee beq  0x00000001 , 0x00004887 
- 00018564  0x00003fef beq  0x00000084 , 0x0000488a 
- 00018565  0x00003ff0 beq  0x000000a7 , 0x0000488c 
- 00018566  0x00003ff1 branch  0x0000487a 
- 00018567  0x00003ff3 fetch  0x00000001 , 0x000045d5 
- 00018568  0x00003ff4 store  0x00000001 , 0x000008b6 
- 00018569  0x00003ff5 branch  0x00004880 
- 00018570  0x00003ff7 call  0x00003461 
- 00018571  0x00003ff8 branch  0x00004887 
- 00018572  0x00003ffb jam  0x000000a1 , 0x000008b6 
- 00018573  0x00003ffc branch  0x00004880 
- 00018574  0x00003fff jam  0x00000015 , 0x000008b6 
- 00018575  0x00004000 branch  0x00004880 
- 00018576  0x00004003 fetch  0x00000001 , 0x00004616 
- 00018577  0x00004004 beq  0x00000000 , 0x00004894 
- 00018578  0x00004005 beq  0x00000001 , 0x0000488c 
- 00018579  0x00004006 rtn 
- 00018580  0x00004008 jam  0x000000a0 , 0x000008b6 
- 00018581  0x00004009 branch  0x00004880 
- 00018582  0x0000400c jam  0x00000000 , 0x000008b6 
- 00018583  0x0000400d jam  0x00000000 , 0x000008b7 
- 00018584  0x0000400e jam  0x00000001 , 0x000008b8 
- 00018585  0x0000400f jam  0x00000007 , 0x000008b9 
- 00018586  0x00004010 branch  0x00004880 
- 00018587  0x00004019 call  0x00003402 
- 00018588  0x0000401b call  0x00003407 
- 00018589  0x0000401c call  0x0000342d 
- 00018590  0x0000401d call  0x000048a3 
- 00018591  0x0000401e call  0x00003469 
- 00018592  0x0000401f call  0x00003488 
- 00018593  0x00004020 call  0x00004867 
- 00018594  0x00004021 branch  0x0000489c 
- 00018595  0x00004024 bpatch  0x0000003e , 0x00004007 
- 00018596  0x00004025 fetch  0x00000001 , 0x00004616 
- 00018597  0x00004026 rtnne  0x00000000 
- 00018598  0x00004027 call  0x00003464 
- 00018599  0x00004028 call  0x00004827 
- 00018600  0x00004029 fetch  0x00000001 , 0x00004610 
- 00018601  0x0000402a nrtn  0x00000034 
- 00018602  0x0000402b branch  0x0000350a 
- 00018603  0x0000402e fetch  0x00000001 , 0x00004589 
- 00018604  0x0000402f beq  0x00000001 , 0x000048ae 
- 00018605  0x00004030 beq  0x00000002 , 0x000048b7 
- 00018606  0x00004032 fetch  0x00000001 , 0x00004693 
- 00018607  0x00004033 bbit1  0x00000000 , 0x000048bd 
- 00018608  0x00004034 branch  0x000048b9 
- 00018609  0x00004037 fetch  0x00000001 , 0x000043cb 
- 00018610  0x00004038 rtnne  0x00000004 
- 00018611  0x00004039 jam  0x00000003 , 0x00004693 
- 00018612  0x0000403a rtn 
- 00018613  0x0000403c jam  0x00000000 , 0x00004693 
- 00018614  0x0000403d rtn 
- 00018615  0x00004040 fetch  0x00000001 , 0x00004693 
- 00018616  0x00004041 bbit1  0x00000001 , 0x000048c1 
- 00018617  0x00004043 fetch  0x00000001 , 0x00004611 
- 00018618  0x00004044 beq  0x00000001 , 0x000048c8 
- 00018619  0x00004045 beq  0x00000003 , 0x000048cc 
- 00018620  0x00004046 rtn 
- 00018621  0x00004049 fetch  0x00000001 , 0x00004693 
- 00018622  0x0000404a set0  0x00000000 , 0x0000003f 
- 00018623  0x0000404b store  0x00000001 , 0x00004693 
- 00018624  0x0000404c branch  0x000048c4 
- 00018625  0x0000404f fetch  0x00000001 , 0x00004693 
- 00018626  0x00004050 set0  0x00000001 , 0x0000003f 
- 00018627  0x00004051 store  0x00000001 , 0x00004693 
- 00018628  0x00004053 jam  0x00000001 , 0x00004588 
- 00018629  0x00004054 setarg  0x000000ff 
- 00018630  0x00004055 store  0x00000001 , 0x00004519 
- 00018631  0x00004056 rtn 
- 00018632  0x0000405a jam  0x00000001 , 0x00004611 
- 00018633  0x0000405b call  0x0000337e 
- 00018634  0x0000405c nrtn  0x0000002f 
- 00018635  0x0000405d branch  0x0000330a 
- 00018636  0x00004060 fetch  0x00000001 , 0x000044f9 
- 00018637  0x00004061 beq  0x00000001 , 0x000048c8 
- 00018638  0x00004062 beq  0x000000ff , 0x000048c8 
- 00018639  0x00004063 jam  0x00000000 , 0x000008f9 
- 00018640  0x00004064 jam  0x00000001 , 0x00004588 
- 00018641  0x00004065 fetch  0x00000001 , 0x00004621 
- 00018642  0x00004066 store  0x00000001 , 0x00004519 
- 00018643  0x00004067 rtn 
- 00018644  0x0000406a setarg  0x00000001 
- 00018645  0x0000406b store  0x00000001 , 0x00000913 
- 00018646  0x0000406c fetch  0x00000007 , 0x000045eb 
- 00018647  0x0000406d istore  0x00000007 , 0x00000005 
- 00018648  0x0000406e fetch  0x00000001 , 0x000045eb 
- 00018649  0x0000406f ncall  0x000048dd , 0x00000034 
- 00018650  0x00004070 fetch  0x00000001 , 0x000045eb 
- 00018651  0x00004071 call  0x000048e1 , 0x00000034 
- 00018652  0x00004072 branch  0x00004836 
- 00018653  0x00004075 jam  0x00000001 , 0x00004668 
- 00018654  0x00004076 setarg  0x00000180 
- 00018655  0x00004077 arg  0x0000000d , 0x00000007 
- 00018656  0x00004078 branch  0x00007ce1 
- 00018657  0x0000407b jam  0x00000000 , 0x00004668 
- 00018658  0x0000407c setarg  0x00000000 
- 00018659  0x0000407d arg  0x0000000d , 0x00000007 
- 00018660  0x0000407e branch  0x00007ce1 
- 00018661  0x00004081 fetch  0x00000001 , 0x000045eb 
- 00018662  0x00004082 beq  0x00000000 , 0x000048ea 
- 00018663  0x00004083 beq  0x00000002 , 0x0000491d 
- 00018664  0x00004084 beq  0x00000003 , 0x00004905 
- 00018665  0x00004085 branch  0x000033be 
- 00018666  0x00004088 fetch  0x00000001 , 0x000045ed 
- 00018667  0x00004089 store  0x00000001 , 0x00004611 
- 00018668  0x0000408a jam  0x00000000 , 0x000045ed 
- 00018669  0x0000408b arg  0x00000923 , 0x00000005 
- 00018670  0x0000408c arg  0x000045ec , 0x00000006 
- 00018671  0x0000408d arg  0x00000008 , 0x00000039 
- 00018672  0x0000408e call  0x00007cda 
- 00018673  0x0000408f fetch  0x00000008 , 0x00000923 
- 00018674  0x00004090 ncall  0x000048fd , 0x00000034 
- 00018675  0x00004091 fetch  0x00000008 , 0x00000923 
- 00018676  0x00004092 call  0x00004901 , 0x00000034 
- 00018677  0x00004093 fetch  0x00000008 , 0x00000923 
- 00018678  0x00004094 store  0x00000008 , 0x00004649 
- 00018679  0x00004095 fetcht  0x00000008 , 0x00004651 
- 00018680  0x00004096 isub  0x00000002 , 0x0000003e 
- 00018681  0x00004097 ncall  0x00004847 , 0x00000005 
- 00018682  0x00004098 fetch  0x00000008 , 0x00004649 
- 00018683  0x00004099 store  0x00000008 , 0x00004651 
- 00018684  0x0000409a branch  0x000033be 
- 00018685  0x0000409d jam  0x00000001 , 0x00004665 
- 00018686  0x0000409e setarg  0x00000180 
- 00018687  0x0000409f arg  0x0000000e , 0x00000007 
- 00018688  0x000040a0 branch  0x00007ce1 
- 00018689  0x000040a3 jam  0x00000000 , 0x00004665 
- 00018690  0x000040a4 setarg  0x00000000 
- 00018691  0x000040a5 arg  0x0000000e , 0x00000007 
- 00018692  0x000040a6 branch  0x00007ce1 
- 00018693  0x000040a9 arg  0x00000933 , 0x00000005 
- 00018694  0x000040aa arg  0x000045eb , 0x00000006 
- 00018695  0x000040ab arg  0x00000003 , 0x00000039 
- 00018696  0x000040ac call  0x00007cda 
- 00018697  0x000040ad fetch  0x00000002 , 0x00000934 
- 00018698  0x000040ae ncall  0x00004915 , 0x00000034 
- 00018699  0x000040af fetch  0x00000002 , 0x00000934 
- 00018700  0x000040b0 call  0x00004919 , 0x00000034 
- 00018701  0x000040b1 fetch  0x00000003 , 0x00000933 
- 00018702  0x000040b2 store  0x00000003 , 0x00004659 
- 00018703  0x000040b3 fetcht  0x00000003 , 0x0000465c 
- 00018704  0x000040b4 isub  0x00000002 , 0x0000003e 
- 00018705  0x000040b5 ncall  0x00004865 , 0x00000005 
- 00018706  0x000040b6 fetch  0x00000003 , 0x00004659 
- 00018707  0x000040b7 store  0x00000003 , 0x0000465c 
- 00018708  0x000040b8 branch  0x000033be 
- 00018709  0x000040bb jam  0x00000001 , 0x00004666 
- 00018710  0x000040bc setarg  0x00000180 
- 00018711  0x000040bd arg  0x0000000c , 0x00000007 
- 00018712  0x000040be branch  0x00007ce1 
- 00018713  0x000040c1 jam  0x00000000 , 0x00004666 
- 00018714  0x000040c2 setarg  0x00000000 
- 00018715  0x000040c3 arg  0x0000000c , 0x00000007 
- 00018716  0x000040c4 branch  0x00007ce1 
- 00018717  0x000040c7 arg  0x00000943 , 0x00000005 
- 00018718  0x000040c8 arg  0x000045eb , 0x00000006 
- 00018719  0x000040c9 arg  0x00000002 , 0x00000039 
- 00018720  0x000040ca call  0x00007cda 
- 00018721  0x000040cb fetch  0x00000002 , 0x00000943 
- 00018722  0x000040cc ncall  0x0000492d , 0x00000034 
- 00018723  0x000040cd fetch  0x00000002 , 0x00000943 
- 00018724  0x000040ce call  0x00004931 , 0x00000034 
- 00018725  0x000040cf fetch  0x00000002 , 0x00000943 
- 00018726  0x000040d0 store  0x00000002 , 0x0000465f 
- 00018727  0x000040d1 fetcht  0x00000002 , 0x00004662 
- 00018728  0x000040d2 isub  0x00000002 , 0x0000003e 
- 00018729  0x000040d3 ncall  0x00004935 , 0x00000005 
- 00018730  0x000040d4 fetch  0x00000002 , 0x0000465f 
- 00018731  0x000040d5 store  0x00000002 , 0x00004662 
- 00018732  0x000040d6 branch  0x000033be 
- 00018733  0x000040d9 jam  0x00000001 , 0x00004667 
- 00018734  0x000040da setarg  0x00000180 
- 00018735  0x000040db arg  0x0000000a , 0x00000007 
- 00018736  0x000040dc branch  0x00007ce1 
- 00018737  0x000040de jam  0x00000000 , 0x00004667 
- 00018738  0x000040df setarg  0x00000000 
- 00018739  0x000040e0 arg  0x0000000a , 0x00000007 
- 00018740  0x000040e1 branch  0x00007ce1 
- 00018741  0x000040e4 jam  0x00000022 , 0x0000090c 
- 00018742  0x000040e5 branch  0x00004837 
- 00018743  0x000040e9 fetch  0x00000001 , 0x000043cb 
- 00018744  0x000040ea rtnne  0x00000004 
- 00018745  0x000040eb fetch  0x00000001 , 0x00004648 
- 00018746  0x000040ec rtneq  0x0000005a 
- 00018747  0x000040ee jam  0x00000001 , 0x00004692 
- 00018748  0x000040ef rtn 
- 00018749  0x000040f3 fetch  0x00000001 , 0x000043cb 
- 00018750  0x000040f4 rtnne  0x00000004 
- 00018751  0x000040f5 fetch  0x00000001 , 0x00004692 
- 00018752  0x000040f6 rtn  0x00000034 
- 00018753  0x000040f7 jam  0x00000000 , 0x00000678 
- 00018754  0x000040f9 jam  0x0000005a , 0x00004648 
- 00018755  0x000040fa call  0x000047f4 
- 00018756  0x000040fb call  0x000047ef 
- 00018757  0x000040fc fetch  0x00000001 , 0x00000678 
- 00018758  0x000040fd increase  0x00000001 , 0x0000003f 
- 00018759  0x000040fe store  0x00000001 , 0x00000678 
- 00018760  0x000040ff beq  0x000000ff , 0x00006ca3 
- 00018761  0x00004100 fetch  0x00000001 , 0x00004648 
- 00018762  0x00004101 bne  0x0000005a , 0x00004942 
- 00018763  0x00004102 branch  0x00006ca3 
- 00018764  0x0000410f fetch  0x00000001 , 0x000043cb 
- 00018765  0x00004110 rtnne  0x0000000f 
- 00018766  0x00004111 call  0x000054ac 
- 00018767  0x00004112 nbranch  0x00002002 , 0x00000028 
- 00018768  0x00004113 fetch  0x00000001 , 0x00004846 
- 00018769  0x00004114 branch  0x00002002 , 0x00000034 
- 00018770  0x00004115 fetch  0x00000001 , 0x00004655 
- 00018771  0x00004116 rtneq  0x000000ff 
- 00018772  0x00004117 copy  0x0000003f , 0x00000007 
- 00018773  0x00004118 fetch  0x00000004 , 0x0000069d 
- 00018774  0x00004119 qisolate0  0x0000003f 
- 00018775  0x0000411a call  0x00004e45 , 0x00000001 
- 00018776  0x0000411b branch  0x00002003 
- 00018777  0x0000411e call  0x00007396 
- 00018778  0x0000411f call  0x000049a1 
- 00018779  0x00004121 call  0x000049c8 
- 00018780  0x00004122 call  0x000049ea 
- 00018781  0x00004123 rtn  0x0000002b 
- 00018782  0x00004124 call  0x00004966 
- 00018783  0x00004125 call  0x00004a7a 
- 00018784  0x00004126 fetch  0x00000001 , 0x00004663 
- 00018785  0x00004127 rtnbit1  0x00000007 
- 00018786  0x00004129 fetch  0x00000002 , 0x000044e9 
- 00018787  0x0000412a bbit1  0x0000000c , 0x00004b95 
- 00018788  0x0000412b call  0x00005eb6 
- 00018789  0x0000412c branch  0x00004bcf 
- 00018790  0x00004130 fetch  0x00000008 , 0x00004713 
- 00018791  0x00004131 rtnbit0  0x0000000d 
- 00018792  0x00004132 setarg  0x0000496c 
- 00018793  0x00004133 store  0x00000002 , 0x00000859 
- 00018794  0x00004134 jam  0x000000a5 , 0x00004664 
- 00018795  0x00004135 branch  0x0000498e 
- 00018796  0x00004138 call  0x0000496f 
- 00018797  0x00004139 call  0x00004974 
- 00018798  0x0000413a branch  0x00004984 
- 00018799  0x0000413d jam  0x00000000 , 0x00004665 
- 00018800  0x0000413e fetch  0x00000008 , 0x00004713 
- 00018801  0x0000413f rtnbit0  0x00000016 
- 00018802  0x00004140 jam  0x0000005a , 0x00004665 
- 00018803  0x00004141 rtn 
- 00018804  0x00004144 fetch  0x00000008 , 0x00004713 
- 00018805  0x00004145 bbit1  0x0000001d , 0x0000497b 
- 00018806  0x00004146 bbit1  0x0000001e , 0x0000497e 
- 00018807  0x00004147 bbit1  0x0000001f , 0x00004981 
- 00018808  0x00004148 jam  0x00000019 , 0x00004662 
- 00018809  0x00004149 jam  0x00000008 , 0x0000085b 
- 00018810  0x0000414a rtn 
- 00018811  0x0000414c jam  0x0000000c , 0x00004662 
- 00018812  0x0000414d jam  0x00000004 , 0x0000085b 
- 00018813  0x0000414e rtn 
- 00018814  0x00004150 jam  0x00000006 , 0x00004662 
- 00018815  0x00004151 jam  0x00000002 , 0x0000085b 
- 00018816  0x00004152 rtn 
- 00018817  0x00004154 jam  0x00000003 , 0x00004662 
- 00018818  0x00004155 jam  0x00000001 , 0x0000085b 
- 00018819  0x00004156 rtn 
- 00018820  0x00004159 call  0x00007966 
- 00018821  0x0000415a call  0x00004987 
- 00018822  0x0000415b branch  0x0000498c 
- 00018823  0x0000415e fetch  0x00000001 , 0x0000085c 
- 00018824  0x0000415f rtn  0x00000034 
- 00018825  0x00004160 fetch  0x00000001 , 0x00004665 
- 00018826  0x00004161 beq  0x0000005a , 0x0000480c 
- 00018827  0x00004162 branch  0x00004809 
- 00018828  0x00004165 fetch  0x00000001 , 0x00004665 
- 00018829  0x00004166 branch  0x0000480f 
- 00018830  0x0000416b bpatch  0x00000041 , 0x00004008 
- 00018831  0x0000416c fetcht  0x00000001 , 0x0000086c 
- 00018832  0x0000416d call  0x00006ee6 
- 00018833  0x0000416e branch  0x00004993 , 0x00000001 
- 00018834  0x0000416f branch  0x0000499a 
- 00018835  0x00004173 fetch  0x00000001 , 0x00004664 
- 00018836  0x00004174 rtneq  0x000000a5 
- 00018837  0x00004175 jam  0x000000a5 , 0x00004664 
- 00018838  0x00004176 jam  0x00000000 , 0x0000090e 
- 00018839  0x00004177 jam  0x00000000 , 0x00000709 
- 00018840  0x00004178 jam  0x00000000 , 0x00000900 
- 00018841  0x00004179 branch  0x00004962 
- 00018842  0x0000417d fetch  0x00000001 , 0x00004664 
- 00018843  0x0000417e rtneq  0x0000005a 
- 00018844  0x0000417f jam  0x0000005a , 0x00004664 
- 00018845  0x00004180 call  0x00006018 
- 00018846  0x00004181 call  0x00005aaa 
- 00018847  0x00004182 call  0x00004f70 
- 00018848  0x00004183 branch  0x00007912 
- 00018849  0x00004188 rtn  0x0000002b 
- 00018850  0x0000418a call  0x000035f0 
- 00018851  0x0000418b call  0x0000325b 
- 00018852  0x0000418d call  0x000049af 
- 00018853  0x0000418e fetcht  0x00000001 , 0x00004865 
- 00018854  0x0000418f call  0x00006ef3 
- 00018855  0x00004191 call  0x00004b6d 
- 00018856  0x00004192 call  0x00006177 
- 00018857  0x00004193 call  0x00002a41 
- 00018858  0x00004195 fetch  0x00000008 , 0x00004713 
- 00018859  0x00004196 bbit1  0x00000014 , 0x000049fd 
- 00018860  0x00004197 bbit1  0x00000013 , 0x00005d60 
- 00018861  0x00004198 bbit1  0x00000012 , 0x00005d6e 
- 00018862  0x00004199 rtn 
- 00018863  0x000041a0 call  0x0000543b 
- 00018864  0x000041a2 jam  0x00000000 , 0x000048eb 
- 00018865  0x000041a3 setarg  0x00230170 
- 00018866  0x000041a4 store  0x00000003 , 0x0000462d 
- 00018867  0x000041a5 setarg  0x00015301 
- 00018868  0x000041a6 istore  0x00000003 , 0x00000005 
- 00018869  0x000041a7 arg  0x000047a0 , 0x00000005 
- 00018870  0x000041a8 arg  0x00000014 , 0x00000039 
- 00018871  0x000041a9 call  0x00007ca1 
- 00018872  0x000041ab fetch  0x00000001 , 0x0000426b 
- 00018873  0x000041ac sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00018874  0x000041ad nbranch  0x000049c6 , 0x00000002 
- 00018875  0x000041ae setarg  0x0006ff06 
- 00018876  0x000041af store  0x00000003 , 0x000047a0 
- 00018877  0x000041b0 setarg  0x00000300 
- 00018878  0x000041b1 istore  0x00000003 , 0x00000005 
- 00018879  0x000041b2 setarg  0x00000080 
- 00018880  0x000041b3 istore  0x00000001 , 0x00000005 
- 00018881  0x000041b5 fetch  0x00000001 , 0x0000426b 
- 00018882  0x000041b6 increase  0x00000001 , 0x0000003f 
- 00018883  0x000041b7 copy  0x0000003f , 0x00000039 
- 00018884  0x000041b8 arg  0x00004369 , 0x00000006 
- 00018885  0x000041b9 branch  0x00007cda 
- 00018886  0x000041bc arg  0x000047a0 , 0x00000005 
- 00018887  0x000041bd branch  0x000049c1 
- 00018888  0x000041c3 fetcht  0x00000001 , 0x00004864 
- 00018889  0x000041c4 call  0x00006f0f 
- 00018890  0x000041c5 fetcht  0x00000001 , 0x00004863 
- 00018891  0x000041c6 call  0x00006f0f 
- 00018892  0x000041c7 fetcht  0x00000001 , 0x00004865 
- 00018893  0x000041c8 call  0x00006f0f 
- 00018894  0x000041ca setarg  0x0000486e 
- 00018895  0x000041cb store  0x00000002 , 0x00004896 
- 00018896  0x000041cd setarg  0x00004876 
- 00018897  0x000041ce store  0x00000002 , 0x00004898 
- 00018898  0x000041d0 setarg  0x0000488a 
- 00018899  0x000041d1 store  0x00000002 , 0x0000489a 
- 00018900  0x000041d3 fetch  0x00000002 , 0x00004896 
- 00018901  0x000041d4 copy  0x0000003f , 0x00000012 
- 00018902  0x000041d5 arg  0x00000008 , 0x00000039 
- 00018903  0x000041d8 ifetcht  0x00000001 , 0x00000012 
- 00018904  0x000041d9 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00018905  0x000041da ncall  0x000049e7 , 0x00000005 
- 00018906  0x000041db increase  0x00000001 , 0x00000012 
- 00018907  0x000041dc loop  0x000049d7 
- 00018908  0x000041dd call  0x000023fd 
- 00018909  0x000041de fetch  0x00000002 , 0x00004898 
- 00018910  0x000041df copy  0x0000003f , 0x00000012 
- 00018911  0x000041e0 copy  0x0000003f , 0x00000013 
- 00018912  0x000041e1 arg  0x0000000b , 0x00000039 
- 00018913  0x000041e4 ifetcht  0x00000001 , 0x00000012 
- 00018914  0x000041e5 isolate1  0x00000007 , 0x00000002 
- 00018915  0x000041e6 ncall  0x00006f0f , 0x00000001 
- 00018916  0x000041e7 increase  0x00000001 , 0x00000012 
- 00018917  0x000041e8 loop  0x000049e1 
- 00018918  0x000041e9 rtn 
- 00018919  0x000041ec call  0x00006f0f 
- 00018920  0x000041ed ifetcht  0x00000001 , 0x00000012 
- 00018921  0x000041ee branch  0x00006ec6 
- 00018922  0x000041f3 fetch  0x00000001 , 0x00004666 
- 00018923  0x000041f4 beq  0x00000001 , 0x000049f1 
- 00018924  0x000041f5 setarg  0x005d4800 
- 00018925  0x000041f6 store  0x00000004 , 0x00004613 
- 00018926  0x000041f7 fetch  0x00000001 , 0x0000440c 
- 00018927  0x000041f8 rtnbit0  0x00000000 
- 00018928  0x000041f9 branch  0x00005fe4 
- 00018929  0x000041fb jam  0x0000000c , 0x0000496b 
- 00018930  0x000041fc fetch  0x00000001 , 0x0000440c 
- 00018931  0x000041fd rtnbit0  0x00000000 
- 00018932  0x000041fe jam  0x00000010 , 0x0000496b 
- 00018933  0x000041ff fetch  0x00000001 , 0x0000477e 
- 00018934  0x00004200 branch  0x00005c01 , 0x00000034 
- 00018935  0x00004201 rtn 
- 00018936  0x00004205 fetch  0x00000002 , 0x000049df 
- 00018937  0x00004206 arg  0x00000528 , 0x00000002 
- 00018938  0x00004207 isub  0x00000002 , 0x0000003e 
- 00018939  0x00004208 nrtn  0x00000002 
- 00018940  0x00004209 branch  0x0000235a 
- 00018941  0x0000420c bpatch  0x00000042 , 0x00004008 
- 00018942  0x0000420d fetch  0x00000001 , 0x00004666 
- 00018943  0x0000420e beq  0x00000000 , 0x00004a02 
- 00018944  0x0000420f beq  0x00000001 , 0x00004a0c 
- 00018945  0x00004210 rtn 
- 00018946  0x00004213 arg  0x00000050 , 0x00000018 
- 00018947  0x00004214 setarg  0x00000400 
- 00018948  0x00004215 idiv  0x00000018 
- 00018949  0x00004216 call  0x00007d62 
- 00018950  0x00004217 quotient  0x0000003f 
- 00018951  0x00004218 store  0x00000002 , 0x00000670 
- 00018952  0x00004219 arg  0x00001fcc , 0x0000003f 
- 00018953  0x0000421a arg  0x00000004 , 0x00000002 
- 00018954  0x0000421b arg  0x00000004 , 0x0000002b 
- 00018955  0x0000421c branch  0x00004a16 
- 00018956  0x0000421e arg  0x00000118 , 0x00000018 
- 00018957  0x0000421f setarg  0x00000400 
- 00018958  0x00004220 idiv  0x00000018 
- 00018959  0x00004221 call  0x00007d62 
- 00018960  0x00004222 quotient  0x0000003f 
- 00018961  0x00004223 store  0x00000002 , 0x00000670 
- 00018962  0x00004224 arg  0x00001fc2 , 0x0000003f 
- 00018963  0x00004225 arg  0x0000000e , 0x00000002 
- 00018964  0x00004226 arg  0x0000000e , 0x0000002b 
- 00018965  0x00004227 branch  0x00004a16 
- 00018966  0x00004229 storet  0x00000001 , 0x00000678 
- 00018967  0x0000422a arg  0x000049c7 , 0x00000011 
- 00018968  0x0000422b arg  0x00000000 , 0x00000013 
- 00018969  0x0000422d copy  0x0000003f , 0x00000012 
- 00018970  0x0000422e fetchr  0x00000039 , 0x00000001 , 0x00000678 
- 00018971  0x0000422f call  0x00006b74 
- 00018972  0x00004230 fetch  0x00000008 , 0x000049c7 
- 00018973  0x00004231 fetcht  0x00000008 , 0x000049cf 
- 00018974  0x00004232 ior  0x00000002 , 0x0000003f 
- 00018975  0x00004233 fetcht  0x00000008 , 0x000049d7 
- 00018976  0x00004234 ior  0x00000002 , 0x0000003f 
- 00018977  0x00004235 branch  0x00004a28 , 0x00000034 
- 00018978  0x00004236 increase  0x00000001 , 0x00000013 
- 00018979  0x00004237 fetch  0x00000002 , 0x00000670 
- 00018980  0x00004238 isub  0x00000013 , 0x0000003e 
- 00018981  0x0000423a copy  0x00000012 , 0x0000003f 
- 00018982  0x0000423b isub  0x00000018 , 0x0000003f 
- 00018983  0x0000423c branch  0x00004a19 
- 00018984  0x0000423f sub  0x00000013 , 0x00000000 , 0x0000003e 
- 00018985  0x00004240 branch  0x00004a38 , 0x00000005 
- 00018986  0x00004242 copy  0x00000012 , 0x0000003f 
- 00018987  0x00004243 iadd  0x00000018 , 0x0000003f 
- 00018988  0x00004245 isub  0x0000002b , 0x0000003f 
- 00018989  0x00004246 copy  0x0000003f , 0x00000012 
- 00018990  0x00004247 fetchr  0x00000039 , 0x00000001 , 0x00000678 
- 00018991  0x00004248 call  0x00006b74 
- 00018992  0x00004249 fetch  0x00000008 , 0x000049c7 
- 00018993  0x0000424a fetcht  0x00000008 , 0x000049cf 
- 00018994  0x0000424b ior  0x00000002 , 0x0000003f 
- 00018995  0x0000424c fetcht  0x00000008 , 0x000049d7 
- 00018996  0x0000424d ior  0x00000002 , 0x0000003f 
- 00018997  0x0000424e branch  0x00004a3a , 0x00000034 
- 00018998  0x0000424f copy  0x00000012 , 0x0000003f 
- 00018999  0x00004250 branch  0x00004a2c 
- 00019000  0x00004252 storer  0x0000002b , 0x00000001 , 0x000049df 
- 00019001  0x00004253 rtn 
- 00019002  0x00004255 bpatch  0x00000043 , 0x00004008 
- 00019003  0x00004256 setarg  0x00001fd0 
- 00019004  0x00004257 isub  0x00000012 , 0x0000003f 
- 00019005  0x00004258 store  0x00000002 , 0x000049df 
- 00019006  0x00004259 copy  0x00000012 , 0x0000003f 
- 00019007  0x0000425a iadd  0x0000002b , 0x00000012 
- 00019008  0x0000425b fetchr  0x00000039 , 0x00000001 , 0x00000678 
- 00019009  0x0000425c arg  0x000049c7 , 0x00000011 
- 00019010  0x0000425d call  0x00006b74 
- 00019011  0x0000425e fetch  0x00000001 , 0x00004666 
- 00019012  0x0000425f beq  0x00000000 , 0x00004a47 
- 00019013  0x00004260 beq  0x00000001 , 0x00004a4a 
- 00019014  0x00004261 rtn 
- 00019015  0x00004264 fetch  0x00000006 , 0x000049c7 
- 00019016  0x00004265 store  0x00000004 , 0x00004691 
- 00019017  0x00004266 branch  0x00004a76 
- 00019018  0x00004269 fetch  0x00000001 , 0x000049c7 
- 00019019  0x0000426a sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00019020  0x0000426b ncall  0x00007dca , 0x00000002 
- 00019021  0x0000426c store  0x00000001 , 0x000049c6 
- 00019022  0x0000426d fetch  0x00000001 , 0x000049c8 
- 00019023  0x0000426e store  0x00000001 , 0x00004667 
- 00019024  0x0000426f fetch  0x00000006 , 0x000049c9 
- 00019025  0x00004270 store  0x00000006 , 0x00004668 
- 00019026  0x00004271 fetch  0x00000006 , 0x000049cf 
- 00019027  0x00004272 store  0x00000006 , 0x0000466e 
- 00019028  0x00004273 branch  0x00005c6f 
- 00019029  0x00004277 branch  0x0000235a 
- 00019030  0x0000427b bpatch  0x00000044 , 0x00004008 
- 00019031  0x0000427c fetch  0x00000008 , 0x00004713 
- 00019032  0x0000427d bbit1  0x00000014 , 0x00004a5c 
- 00019033  0x0000427e bbit1  0x00000013 , 0x00005cb1 
- 00019034  0x0000427f bbit1  0x00000012 , 0x00005cb9 
- 00019035  0x00004280 rtn 
- 00019036  0x00004283 rtn 
- 00019037  0x00004284 fetch  0x00000001 , 0x00004666 
- 00019038  0x00004285 beq  0x00000000 , 0x00004a61 
- 00019039  0x00004286 beq  0x00000001 , 0x00004a6b 
- 00019040  0x00004287 rtn 
- 00019041  0x0000428a fetcht  0x00000002 , 0x000049df 
- 00019042  0x0000428b setarg  0x00001fd0 
- 00019043  0x0000428c isub  0x00000002 , 0x00000012 
- 00019044  0x0000428d arg  0x00004691 , 0x00000011 
- 00019045  0x0000428e arg  0x00000004 , 0x00000039 
- 00019046  0x0000428f call  0x00006b45 
- 00019047  0x00004290 fetcht  0x00000002 , 0x000049df 
- 00019048  0x00004291 increase  0x00000004 , 0x00000002 
- 00019049  0x00004292 storet  0x00000002 , 0x000049df 
- 00019050  0x00004293 rtn 
- 00019051  0x00004296 fetcht  0x00000002 , 0x000049df 
- 00019052  0x00004297 setarg  0x00001fd0 
- 00019053  0x00004298 isub  0x00000002 , 0x00000012 
- 00019054  0x0000429b add  0x00000012 , 0x00000001 , 0x00000012 
- 00019055  0x0000429c arg  0x00004668 , 0x00000011 
- 00019056  0x0000429d arg  0x00000006 , 0x00000039 
- 00019057  0x0000429e call  0x00006b45 
- 00019058  0x000042a0 add  0x00000012 , 0x00000007 , 0x00000012 
- 00019059  0x000042a1 arg  0x0000466e , 0x00000011 
- 00019060  0x000042a2 arg  0x00000006 , 0x00000039 
- 00019061  0x000042a3 branch  0x00006b45 
- 00019062  0x000042a6 fetch  0x00000004 , 0x00004691 
- 00019063  0x000042a7 store  0x00000004 , 0x000045e8 
- 00019064  0x000042a8 store  0x00000004 , 0x0000458f 
- 00019065  0x000042a9 rtn 
- 00019066  0x000042ad bpatch  0x00000045 , 0x00004008 
- 00019067  0x000042ae setarg  0x00006109 
- 00019068  0x000042af store  0x00000002 , 0x000043e9 
- 00019069  0x000042b0 setarg  0x00004fe5 
- 00019070  0x000042b1 store  0x00000002 , 0x000045f2 
- 00019071  0x000042b2 setarg  0x00004ff8 
- 00019072  0x000042b3 store  0x00000002 , 0x000045f4 
- 00019073  0x000042b4 setarg  0x00004f41 
- 00019074  0x000042b5 store  0x00000002 , 0x000045f6 
- 00019075  0x000042b6 setarg  0x00004be6 
- 00019076  0x000042b7 store  0x00000002 , 0x000043d9 
- 00019077  0x000042b9 setarg  0x00004f5d 
- 00019078  0x000042ba store  0x00000002 , 0x000043d7 
- 00019079  0x000042bc setarg  0x00004a9a 
- 00019080  0x000042bd store  0x00000002 , 0x000043dd 
- 00019081  0x000042be setarg  0x00004bcc 
- 00019082  0x000042bf store  0x00000002 , 0x000043db 
- 00019083  0x000042c0 setarg  0x00004f62 
- 00019084  0x000042c1 store  0x00000002 , 0x000043d5 
- 00019085  0x000042c2 setarg  0x00005b08 
- 00019086  0x000042c3 store  0x00000002 , 0x000043df 
- 00019087  0x000042c4 setarg  0x00004b19 
- 00019088  0x000042c5 store  0x00000002 , 0x000043e3 
- 00019089  0x000042c6 setarg  0x000055fa 
- 00019090  0x000042c7 store  0x00000002 , 0x000043e7 
- 00019091  0x000042c8 setarg  0x000054c5 
- 00019092  0x000042c9 store  0x00000002 , 0x000043d3 
- 00019093  0x000042ca setarg  0x00006221 
- 00019094  0x000042cb store  0x00000002 , 0x000043e1 
- 00019095  0x000042cc setarg  0x00006228 
- 00019096  0x000042cd store  0x00000002 , 0x000043e5 
- 00019097  0x000042ce rtn 
- 00019098  0x000042d3 bpatch  0x00000046 , 0x00004008 
- 00019099  0x000042d4 copy  0x00000013 , 0x0000003f 
- 00019100  0x000042d6 beq  0x00000032 , 0x00004acb 
- 00019101  0x000042d7 beq  0x00000044 , 0x00004ad3 
- 00019102  0x000042d8 beq  0x00000040 , 0x00004add 
- 00019103  0x000042d9 beq  0x00000015 , 0x00004ab8 
- 00019104  0x000042db beq  0x00000014 , 0x00004aaa 
- 00019105  0x000042dc beq  0x00000010 , 0x00004b90 
- 00019106  0x000042dd beq  0x00000031 , 0x00005aed 
- 00019107  0x000042de beq  0x00000029 , 0x00005aef 
- 00019108  0x000042e0 beq  0x0000003e , 0x00004329 
- 00019109  0x000042e1 beq  0x00000044 , 0x00005b10 
- 00019110  0x000042e3 beq  0x00000039 , 0x00004ae2 
- 00019111  0x000042e4 beq  0x0000003c , 0x00004ae5 
- 00019112  0x000042e5 beq  0x0000003a , 0x00004afe 
- 00019113  0x000042e8 rtn 
- 00019114  0x000042ef jam  0x00000000 , 0x0000477d 
- 00019115  0x000042f1 jam  0x00000001 , 0x00004794 
- 00019116  0x000042f2 call  0x00006042 
- 00019117  0x000042f3 fetch  0x00000001 , 0x00004795 
- 00019118  0x000042f4 nbranch  0x00004ab0 , 0x00000034 
- 00019119  0x000042f5 jam  0x00000014 , 0x00004796 
- 00019120  0x000042f7 fetch  0x00000002 , 0x000043f1 
- 00019121  0x000042f8 set0  0x00000000 , 0x0000003f 
- 00019122  0x000042f9 store  0x00000002 , 0x000043f1 
- 00019123  0x000042fa jam  0x00000000 , 0x00004845 
- 00019124  0x000042fb fetch  0x00000002 , 0x000047be 
- 00019125  0x000042fc store  0x00000002 , 0x000047c0 
- 00019126  0x000042fd call  0x00005c0b 
- 00019127  0x000042fe branch  0x00004bbd 
- 00019128  0x00004302 setarg  0x00000000 
- 00019129  0x00004303 store  0x00000002 , 0x000047c0 
- 00019130  0x00004304 store  0x00000001 , 0x00004860 
- 00019131  0x00004305 store  0x00000001 , 0x00004861 
- 00019132  0x00004306 store  0x00000001 , 0x00004794 
- 00019133  0x00004308 jam  0x00000000 , 0x000047c2 
- 00019134  0x00004309 jam  0x00000000 , 0x00004956 
- 00019135  0x0000430a call  0x000029cb 
- 00019136  0x0000430b branch  0x00004ac1 
- 00019137  0x0000430d call  0x00005b7b 
- 00019138  0x0000430e fetch  0x00000002 , 0x000043ef 
- 00019139  0x0000430f bbit1  0x00000007 , 0x00004ac6 
- 00019140  0x00004310 bbit1  0x00000000 , 0x000042fc 
- 00019141  0x00004311 branch  0x00004b95 
- 00019142  0x00004313 call  0x00005b21 
- 00019143  0x00004314 fetch  0x00000002 , 0x000043ef 
- 00019144  0x00004315 bbit1  0x00000000 , 0x000042fc 
- 00019145  0x00004316 call  0x00007d7c 
- 00019146  0x00004317 branch  0x00004f6c 
- 00019147  0x0000431b fetch  0x00000001 , 0x00004795 
- 00019148  0x0000431c beq  0x00000001 , 0x00004ad0 
- 00019149  0x0000431d jam  0x00000014 , 0x00004844 
- 00019150  0x0000431e jam  0x00000005 , 0x00004862 
- 00019151  0x0000431f branch  0x00005af6 
- 00019152  0x00004321 call  0x00005aef 
- 00019153  0x00004322 jam  0x00000005 , 0x00004844 
- 00019154  0x00004323 branch  0x00005af6 
- 00019155  0x00004326 fetch  0x00000001 , 0x000001a2 
- 00019156  0x00004327 sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00019157  0x00004328 nbranch  0x00005b06 , 0x00000002 
- 00019158  0x00004329 fetch  0x00000001 , 0x000001a4 
- 00019159  0x0000432a fetcht  0x00000001 , 0x0000496b 
- 00019160  0x0000432b isub  0x00000002 , 0x0000003e 
- 00019161  0x0000432c branch  0x00005b1d , 0x00000002 
- 00019162  0x0000432d fetch  0x00000001 , 0x000001a4 
- 00019163  0x0000432e store  0x00000001 , 0x000040c0 
- 00019164  0x0000432f branch  0x00005b1f 
- 00019165  0x00004332 fetch  0x00000001 , 0x00004860 
- 00019166  0x00004333 nrtn  0x00000034 
- 00019167  0x00004334 jam  0x00000001 , 0x00004860 
- 00019168  0x00004335 jam  0x0000001e , 0x00004861 
- 00019169  0x00004336 rtn 
- 00019170  0x00004339 call  0x00004af9 
- 00019171  0x0000433a call  0x00005c0b 
- 00019172  0x0000433b branch  0x00006086 
- 00019173  0x0000433e call  0x00004af9 
- 00019174  0x0000433f fetch  0x00000004 , 0x0000458f 
- 00019175  0x00004340 store  0x00000004 , 0x000045e8 
- 00019176  0x00004341 store  0x00000004 , 0x00004691 
- 00019177  0x00004342 call  0x0000355a 
- 00019178  0x00004343 call  0x0000618e 
- 00019179  0x00004344 call  0x00005c0b 
- 00019180  0x00004345 branch  0x00006075 
- 00019181  0x00004348 jam  0x00000002 , 0x0000485f 
- 00019182  0x00004349 call  0x00004f3e 
- 00019183  0x0000434a jam  0x00000003 , 0x0000472c 
- 00019184  0x0000434b rtn 
- 00019185  0x0000434e arg  0x00000006 , 0x00000039 
- 00019186  0x0000434f arg  0x00004858 , 0x00000006 
- 00019187  0x00004351 ifetch  0x00000001 , 0x00000006 
- 00019188  0x00004352 beq  0x00000053 , 0x00004af9 
- 00019189  0x00004353 beq  0x00000039 , 0x00004af9 
- 00019190  0x00004354 beq  0x00000047 , 0x00004af9 
- 00019191  0x00004355 loop  0x00004af3 
- 00019192  0x00004356 rtn 
- 00019193  0x00004359 jam  0x00000003 , 0x000049ab 
- 00019194  0x0000435a jam  0x00000001 , 0x000048f4 
- 00019195  0x0000435b rtn 
- 00019196  0x0000435e jam  0x00000001 , 0x000049a9 
- 00019197  0x0000435f rtn 
- 00019198  0x00004363 fetch  0x00000001 , 0x00004600 
- 00019199  0x00004364 nbranch  0x00004b11 , 0x00000034 
- 00019200  0x00004365 fetch  0x00000001 , 0x000045e2 
- 00019201  0x00004366 beq  0x00000002 , 0x00004b0a 
- 00019202  0x00004367 beq  0x00000003 , 0x00004b04 
- 00019203  0x00004368 branch  0x00004b04 
- 00019204  0x0000436b call  0x00006018 
- 00019205  0x0000436c fetch  0x00000001 , 0x0000477f 
- 00019206  0x0000436d nbranch  0x00005f1b , 0x00000034 
- 00019207  0x0000436e fetch  0x00000001 , 0x00004666 
- 00019208  0x0000436f beq  0x00000000 , 0x00004f6c 
- 00019209  0x00004370 rtn 
- 00019210  0x00004373 fetch  0x00000008 , 0x00004713 
- 00019211  0x00004374 bbit1  0x0000003e , 0x00006034 
- 00019212  0x00004375 bbit1  0x00000030 , 0x00006034 
- 00019213  0x00004376 bbit0  0x0000003a , 0x00006067 
- 00019214  0x00004377 fetch  0x00000004 , 0x00004691 
- 00019215  0x00004378 branch  0x00004e39 , 0x00000034 
- 00019216  0x00004379 branch  0x00006067 
- 00019217  0x0000437c jam  0x00000000 , 0x00004600 
- 00019218  0x0000437d call  0x00003647 
- 00019219  0x0000437e setarg  0xffffffff 
- 00019220  0x0000437f store  0x00000008 , 0x000045af 
- 00019221  0x00004380 setarg  0x00000000 
- 00019222  0x00004381 store  0x00000007 , 0x00004846 
- 00019223  0x00004382 jam  0x00000001 , 0x0000473f 
- 00019224  0x00004383 branch  0x00004f9a 
- 00019225  0x00004389 bpatch  0x00000047 , 0x00004008 
- 00019226  0x0000438a call  0x0000553d 
- 00019227  0x0000438b call  0x00004b4f 
- 00019228  0x0000438c call  0x0000614d 
- 00019229  0x0000438e call  0x0000328e 
- 00019230  0x0000438f call  0x00003531 
- 00019231  0x00004390 call  0x00005fdd 
- 00019232  0x00004391 call  0x00004b62 
- 00019233  0x00004392 call  0x00004b68 
- 00019234  0x00004396 call  0x00004b43 
- 00019235  0x00004398 call  0x00004b58 
- 00019236  0x00004399 call  0x00005be1 
- 00019237  0x0000439a call  0x00004b5c 
- 00019238  0x0000439b call  0x00005be4 
- 00019239  0x0000439c call  0x00004b5f 
- 00019240  0x0000439d call  0x00004b55 
- 00019241  0x0000439f call  0x00005bfe 
- 00019242  0x000043a0 call  0x000056b6 
- 00019243  0x000043a1 call  0x00004b48 
- 00019244  0x000043a2 call  0x00004b72 
- 00019245  0x000043a3 call  0x00004b82 
- 00019246  0x000043a4 call  0x00004b87 
- 00019247  0x000043a5 fetch  0x00000001 , 0x00004666 
- 00019248  0x000043a6 beq  0x00000000 , 0x00004b8a 
- 00019249  0x000043a7 branch  0x00005c05 
- 00019250  0x000043ab fetch  0x00000001 , 0x00004980 
- 00019251  0x000043ac rtnne  0x00000001 
- 00019252  0x000043ad arg  0x00004981 , 0x00000013 
- 00019253  0x000043ae arg  0x00005a94 , 0x00000012 
- 00019254  0x000043af branch  0x000042e0 
- 00019255  0x000043b2 fetch  0x00000002 , 0x000048fa 
- 00019256  0x000043b3 fetcht  0x00000002 , 0x000049ff 
- 00019257  0x000043b4 isub  0x00000002 , 0x0000003e 
- 00019258  0x000043b5 branch  0x00004b3f , 0x00000005 
- 00019259  0x000043b6 byteswap  0x00000002 , 0x00000002 
- 00019260  0x000043b7 isub  0x00000002 , 0x0000003e 
- 00019261  0x000043b8 branch  0x00004b3f , 0x00000005 
- 00019262  0x000043b9 branch  0x00005bba 
- 00019263  0x000043bc fetch  0x00000001 , 0x00004980 
- 00019264  0x000043bd rtneq  0x00000001 
- 00019265  0x000043be jam  0x00000001 , 0x00004980 
- 00019266  0x000043bf rtn 
- 00019267  0x000043c3 arg  0x00004790 , 0x00000013 
- 00019268  0x000043c4 arg  0x00004b46 , 0x00000012 
- 00019269  0x000043c5 branch  0x000042e7 
- 00019270  0x000043c8 call  0x00004bbd 
- 00019271  0x000043c9 branch  0x00004f6c 
- 00019272  0x000043cf arg  0x000046f3 , 0x00000013 
- 00019273  0x000043d0 arg  0x00004b4b , 0x00000012 
- 00019274  0x000043d1 branch  0x000042e0 
- 00019275  0x000043d4 call  0x00004a56 
- 00019276  0x000043d5 fetch  0x00000001 , 0x00004793 
- 00019277  0x000043d6 nbranch  0x00005ed1 , 0x00000034 
- 00019278  0x000043d7 rtn 
- 00019279  0x000043da fetch  0x00000001 , 0x00004637 
- 00019280  0x000043db branch  0x00004b53 , 0x00000034 
- 00019281  0x000043dc jam  0x0000003a , 0x00004631 
- 00019282  0x000043dd rtn 
- 00019283  0x000043df jam  0x00000035 , 0x00004631 
- 00019284  0x000043e0 rtn 
- 00019285  0x000043e4 arg  0x00004862 , 0x00000013 
- 00019286  0x000043e5 arg  0x0000502f , 0x00000012 
- 00019287  0x000043e6 branch  0x000042e0 
- 00019288  0x000043e9 arg  0x00004845 , 0x00000013 
- 00019289  0x000043ea arg  0x00005bd9 , 0x00000012 
- 00019290  0x000043eb call  0x000042e0 
- 00019291  0x000043ec branch  0x00005bd6 
- 00019292  0x000043ef fetch  0x00000008 , 0x00004713 
- 00019293  0x000043f0 rtnbit1  0x0000003b 
- 00019294  0x000043f1 branch  0x00005bee 
- 00019295  0x000043f4 arg  0x00004861 , 0x00000013 
- 00019296  0x000043f5 arg  0x00005aef , 0x00000012 
- 00019297  0x000043f6 branch  0x000042e0 
- 00019298  0x000043f9 fetch  0x00000001 , 0x000049a9 
- 00019299  0x000043fa rtn  0x00000034 
- 00019300  0x000043fb jam  0x00000000 , 0x000049a9 
- 00019301  0x000043fc jam  0x00000001 , 0x000048f4 
- 00019302  0x000043fd call  0x00003625 
- 00019303  0x000043fe branch  0x00004fa0 
- 00019304  0x00004401 arg  0x000049ac , 0x00000013 
- 00019305  0x00004402 arg  0x00004b6b , 0x00000012 
- 00019306  0x00004403 branch  0x000042e0 
- 00019307  0x00004406 jam  0x00000000 , 0x000049ab 
- 00019308  0x00004407 rtn 
- 00019309  0x0000440e call  0x000061ea 
- 00019310  0x0000440f call  0x00004b7c 
- 00019311  0x00004411 fetcht  0x00000001 , 0x00004868 
- 00019312  0x00004412 branch  0x00006ef3 
- 00019313  0x00004414 rtn 
- 00019314  0x00004418 fetch  0x00000001 , 0x00004866 
- 00019315  0x00004419 rtneq  0x000000ff 
- 00019316  0x0000441a fetch  0x00000002 , 0x00004781 
- 00019317  0x0000441b rtn  0x00000034 
- 00019318  0x0000441c fetch  0x00000002 , 0x00004725 
- 00019319  0x0000441d fetcht  0x00000002 , 0x00004781 
- 00019320  0x0000441e isub  0x00000002 , 0x00000002 
- 00019321  0x0000441f fetch  0x00000002 , 0x00004869 
- 00019322  0x00004420 isub  0x00000002 , 0x0000003f 
- 00019323  0x00004421 branch  0x00004b7e , 0x00000002 
- 00019324  0x00004423 fetcht  0x00000001 , 0x00004866 
- 00019325  0x00004424 branch  0x00006ef3 
- 00019326  0x00004429 fetch  0x00000001 , 0x000049aa 
- 00019327  0x0000442a bbit0  0x00000001 , 0x00004b7c 
- 00019328  0x0000442b fetcht  0x00000001 , 0x00004866 
- 00019329  0x0000442c branch  0x00006ef7 
- 00019330  0x0000442f arg  0x000048ee , 0x00000013 
- 00019331  0x00004430 arg  0x00004b85 , 0x00000012 
- 00019332  0x00004431 branch  0x000042e7 
- 00019333  0x00004434 jam  0x00000001 , 0x000048eb 
- 00019334  0x00004435 branch  0x00004327 
- 00019335  0x00004438 arg  0x000049c4 , 0x00000013 
- 00019336  0x00004439 arg  0x00004d9e , 0x00000012 
- 00019337  0x0000443a branch  0x000042e0 
- 00019338  0x0000443e arg  0x00004781 , 0x00000013 
- 00019339  0x0000443f arg  0x00004b8d , 0x00000012 
- 00019340  0x00004440 branch  0x000042e7 
- 00019341  0x00004443 fetch  0x00000001 , 0x00004666 
- 00019342  0x00004444 beq  0x00000000 , 0x00004b11 
- 00019343  0x00004445 branch  0x00005aad 
- 00019344  0x00004449 isolate1  0x00000026 , 0x00000000 
- 00019345  0x0000444a call  0x00006018 , 0x00000001 
- 00019346  0x0000444b call  0x00005aad 
- 00019347  0x0000444c call  0x00005b21 
- 00019348  0x0000444d branch  0x00004b95 
- 00019349  0x00004450 bpatch  0x00000048 , 0x00004009 
- 00019350  0x00004451 call  0x000061ab 
- 00019351  0x00004452 fetch  0x00000002 , 0x000044e9 
- 00019352  0x00004453 isolate1  0x0000000b , 0x0000003f 
- 00019353  0x00004454 call  0x00005c3e , 0x00000001 
- 00019354  0x00004456 setarg  0x00000000 
- 00019355  0x00004457 store  0x00000002 , 0x000047c0 
- 00019356  0x00004458 call  0x00004b7c 
- 00019357  0x00004459 jam  0x000000ff , 0x000049c6 
- 00019358  0x0000445b fetch  0x00000002 , 0x000044e9 
- 00019359  0x0000445c isolate1  0x0000000b , 0x0000003f 
- 00019360  0x0000445d call  0x00005c3e , 0x00000001 
- 00019361  0x0000445e call  0x00005aa8 
- 00019362  0x0000445f fetch  0x00000002 , 0x000044e9 
- 00019363  0x00004460 bbit1  0x0000000b , 0x00004bac 
- 00019364  0x00004461 fetch  0x00000008 , 0x00004713 
- 00019365  0x00004462 bbit0  0x00000008 , 0x00004bac 
- 00019366  0x00004463 fetcht  0x00000002 , 0x00004695 
- 00019367  0x00004464 increase  0x00000001 , 0x00000002 
- 00019368  0x00004465 storet  0x00000002 , 0x00004695 
- 00019369  0x00004466 storet  0x00000002 , 0x000042dc 
- 00019370  0x00004467 random  0x0000003f 
- 00019371  0x00004468 store  0x00000001 , 0x000042db 
- 00019372  0x0000446a fetch  0x00000003 , 0x00004797 
- 00019373  0x0000446b store  0x00000003 , 0x000042de 
- 00019374  0x0000446c call  0x0000432d 
- 00019375  0x0000446d fetch  0x00000002 , 0x00004638 
- 00019376  0x0000446e store  0x00000002 , 0x00004790 
- 00019377  0x0000446f setarg  0x00000000 
- 00019378  0x00004470 store  0x00000002 , 0x00004781 
- 00019379  0x00004471 store  0x00000002 , 0x000047c0 
- 00019380  0x00004472 store  0x00000001 , 0x00004845 
- 00019381  0x00004473 store  0x00000001 , 0x00004792 
- 00019382  0x00004474 store  0x00000001 , 0x00004956 
- 00019383  0x00004475 arg  0x00000002 , 0x00000007 
- 00019384  0x00004476 call  0x00005f00 
- 00019385  0x00004477 call  0x00005ef4 
- 00019386  0x00004478 branch  0x00005b62 
- 00019387  0x0000447c jam  0x00000000 , 0x00004637 
- 00019388  0x0000447d branch  0x0000616e 
- 00019389  0x00004480 bpatch  0x00000049 , 0x00004009 
- 00019390  0x00004481 setarg  0x00000000 
- 00019391  0x00004482 store  0x00000002 , 0x00004790 
- 00019392  0x00004483 arg  0x00000006 , 0x00000007 
- 00019393  0x00004484 call  0x00005f04 
- 00019394  0x00004485 jam  0x00000000 , 0x00004792 
- 00019395  0x00004486 call  0x00005c3e 
- 00019396  0x00004487 branch  0x00004b6d 
- 00019397  0x0000448b bpatch  0x0000004a , 0x00004009 
- 00019398  0x0000448c fetch  0x00000008 , 0x00004713 
- 00019399  0x0000448d rtnbit0  0x00000002 
- 00019400  0x0000448e arg  0x00000002 , 0x00000007 
- 00019401  0x0000448f call  0x00005f04 
- 00019402  0x00004490 call  0x00005c4a 
- 00019403  0x00004491 branch  0x00005c48 
- 00019404  0x00004495 bpatch  0x0000004b , 0x00004009 
- 00019405  0x00004496 call  0x0000620e 
- 00019406  0x00004497 branch  0x000078aa 
- 00019407  0x0000449c bpatch  0x0000004c , 0x00004009 
- 00019408  0x0000449d fetch  0x00000008 , 0x00004713 
- 00019409  0x0000449e bbit0  0x00000015 , 0x00004bdc 
- 00019410  0x0000449f call  0x00006f82 
- 00019411  0x000044a0 call  0x00006fb0 
- 00019412  0x000044a1 store  0x00000002 , 0x00004633 
- 00019413  0x000044a3 fetch  0x00000002 , 0x0000440a 
- 00019414  0x000044a4 isub  0x00000002 , 0x0000003e 
- 00019415  0x000044a5 branch  0x00004bcf , 0x00000002 
- 00019416  0x000044a6 arg  0x0000462d , 0x00000011 
- 00019417  0x000044a7 call  0x00005563 
- 00019418  0x000044a8 fetch  0x00000001 , 0x0000440c 
- 00019419  0x000044a9 bbit1  0x00000001 , 0x00004f6b 
- 00019420  0x000044ac fetch  0x00000001 , 0x000049a4 
- 00019421  0x000044ad call  0x00004e24 , 0x00000034 
- 00019422  0x000044ae fetch  0x00000001 , 0x000049a3 
- 00019423  0x000044af nrtn  0x00000034 
- 00019424  0x000044b0 fetch  0x00000001 , 0x00004666 
- 00019425  0x000044b1 beq  0x00000000 , 0x0000602f 
- 00019426  0x000044b2 call  0x00005aa8 
- 00019427  0x000044b3 fetch  0x00000006 , 0x00004668 
- 00019428  0x000044b4 branch  0x00005a94 , 0x00000034 
- 00019429  0x000044b5 branch  0x000054a0 
- 00019430  0x000044c2 bpatch  0x0000004d , 0x00004009 
- 00019431  0x000044c3 call  0x00002a28 
- 00019432  0x000044c4 nrtn  0x00000034 
- 00019433  0x000044c5 fetch  0x00000001 , 0x0000478f 
- 00019434  0x000044c6 beq  0x000000ff , 0x00004bee 
- 00019435  0x000044c7 fetch  0x00000001 , 0x00004843 
- 00019436  0x000044c8 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00019437  0x000044c9 rtnne  0x00000003 
- 00019438  0x000044cb fetch  0x00000008 , 0x00004713 
- 00019439  0x000044cc bbit1  0x00000001 , 0x00005b5b 
- 00019440  0x000044cd bbit1  0x00000000 , 0x00005b5b 
- 00019441  0x000044ce bbit1  0x00000005 , 0x00005b5b 
- 00019442  0x000044cf bbit1  0x00000006 , 0x00005b5b 
- 00019443  0x000044d0 call  0x00004e47 
- 00019444  0x000044d1 nrtn  0x00000028 
- 00019445  0x000044d2 call  0x00005abc 
- 00019446  0x000044d3 call  0x000056b1 
- 00019447  0x000044d4 fetch  0x00000008 , 0x00004713 
- 00019448  0x000044d5 bbit0  0x00000016 , 0x00005b3c 
- 00019449  0x000044d6 fetch  0x00000001 , 0x0000496c 
- 00019450  0x000044d7 branch  0x00005b3d 
- 00019451  0x000044df fetch  0x00000001 , 0x000043cb 
- 00019452  0x000044e0 rtnne  0x0000000f 
- 00019453  0x000044e1 call  0x00004c00 
- 00019454  0x000044e2 call  0x00004c8b 
- 00019455  0x000044e3 branch  0x00004df5 
- 00019456  0x000044eb bpatch  0x0000004e , 0x00004009 
- 00019457  0x000044ec call  0x00004c85 
- 00019458  0x000044ed setarg  0x00000000 
- 00019459  0x000044ee store  0x00000002 , 0x000048e9 
- 00019460  0x000044ef arg  0x0000489c , 0x00000006 
- 00019461  0x000044f0 arg  0x000048b0 , 0x00000005 
- 00019462  0x000044f1 arg  0x00000014 , 0x00000039 
- 00019463  0x000044f2 call  0x00007cda 
- 00019464  0x000044f3 setarg  0x0000489c 
- 00019465  0x000044f4 store  0x00000002 , 0x000048e3 
- 00019466  0x000044f5 setarg  0x000048d8 
- 00019467  0x000044f6 store  0x00000002 , 0x000048e5 
- 00019468  0x000044f7 call  0x00004c2f 
- 00019469  0x000044f8 call  0x00004c53 
- 00019470  0x000044f9 call  0x00004c83 
- 00019471  0x000044fb fetch  0x00000002 , 0x0000489a 
- 00019472  0x000044fc copy  0x0000003f , 0x00000012 
- 00019473  0x000044fd jam  0x00000000 , 0x000048e8 
- 00019474  0x000044ff ifetcht  0x00000001 , 0x00000012 
- 00019475  0x00004500 fetch  0x00000002 , 0x00004898 
- 00019476  0x00004501 copy  0x0000003f , 0x00000011 
- 00019477  0x00004502 copy  0x00000011 , 0x00000013 
- 00019478  0x00004503 arg  0x00000014 , 0x00000039 
- 00019479  0x00004505 ifetch  0x00000001 , 0x00000011 
- 00019480  0x00004506 isub  0x00000002 , 0x0000003e 
- 00019481  0x00004507 branch  0x00004c23 , 0x00000005 
- 00019482  0x00004508 increase  0x00000001 , 0x00000011 
- 00019483  0x00004509 loop  0x00004c17 
- 00019484  0x0000450b increase  0x00000001 , 0x00000012 
- 00019485  0x0000450c fetch  0x00000001 , 0x000048e8 
- 00019486  0x0000450d increase  0x00000001 , 0x0000003f 
- 00019487  0x0000450e store  0x00000001 , 0x000048e8 
- 00019488  0x0000450f sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00019489  0x00004510 branch  0x00004c12 , 0x00000002 
- 00019490  0x00004512 rtn 
- 00019491  0x00004515 fetch  0x00000002 , 0x000048e3 
- 00019492  0x00004516 copy  0x0000003f , 0x00000005 
- 00019493  0x00004517 copy  0x00000011 , 0x0000003f 
- 00019494  0x00004518 isub  0x00000013 , 0x0000003f 
- 00019495  0x00004519 iadd  0x00000005 , 0x00000005 
- 00019496  0x0000451a fetch  0x00000002 , 0x000048e5 
- 00019497  0x0000451b copy  0x0000003f , 0x00000013 
- 00019498  0x0000451c fetch  0x00000001 , 0x000048e8 
- 00019499  0x0000451d iadd  0x00000013 , 0x00000013 
- 00019500  0x0000451e ifetch  0x00000001 , 0x00000013 
- 00019501  0x0000451f istore  0x00000001 , 0x00000005 
- 00019502  0x00004520 branch  0x00004c1c 
- 00019503  0x00004523 bpatch  0x0000004f , 0x00004009 
- 00019504  0x00004524 call  0x00004c83 
- 00019505  0x00004525 call  0x00004c81 
- 00019506  0x00004527 fetch  0x00000002 , 0x000048e9 
- 00019507  0x00004528 increase  0x00000001 , 0x0000003f 
- 00019508  0x00004529 store  0x00000002 , 0x000048e9 
- 00019509  0x0000452a bbit1  0x00000009 , 0x00004c71 
- 00019510  0x0000452b fetcht  0x00000001 , 0x00004864 
- 00019511  0x0000452c call  0x00006ee6 
- 00019512  0x0000452d nbranch  0x00004c32 , 0x00000001 
- 00019513  0x0000452e nop  0x00000014 
- 00019514  0x0000452f call  0x00004c79 
- 00019515  0x00004530 call  0x00004c85 
- 00019516  0x00004531 jam  0x00000000 , 0x000048e8 
- 00019517  0x00004533 call  0x00004c7b 
- 00019518  0x00004534 call  0x00004c46 
- 00019519  0x00004535 call  0x00004c79 
- 00019520  0x00004536 call  0x00004c46 
- 00019521  0x00004537 sub  0x0000003f , 0x00000009 , 0x0000003e 
- 00019522  0x00004538 branch  0x00004c3d , 0x00000002 
- 00019523  0x00004539 call  0x00004c7b 
- 00019524  0x0000453a call  0x00004c46 
- 00019525  0x0000453b branch  0x00004c79 
- 00019526  0x0000453e jam  0x00000000 , 0x000048e7 
- 00019527  0x0000453f nop  0x00000032 
- 00019528  0x00004540 call  0x00004c65 
- 00019529  0x00004541 fetch  0x00000002 , 0x000048e5 
- 00019530  0x00004543 copy  0x0000003f , 0x00000005 
- 00019531  0x00004544 fetch  0x00000001 , 0x000048e8 
- 00019532  0x00004545 iadd  0x00000005 , 0x00000005 
- 00019533  0x00004546 fetch  0x00000001 , 0x000048e7 
- 00019534  0x00004547 istore  0x00000001 , 0x00000005 
- 00019535  0x00004548 fetch  0x00000001 , 0x000048e8 
- 00019536  0x00004549 increase  0x00000001 , 0x0000003f 
- 00019537  0x0000454a store  0x00000001 , 0x000048e8 
- 00019538  0x0000454b rtn 
- 00019539  0x0000454f nop  0x00000014 
- 00019540  0x00004550 fetch  0x00000002 , 0x00004898 
- 00019541  0x00004551 copy  0x0000003f , 0x00000012 
- 00019542  0x00004552 jam  0x00000000 , 0x000048e8 
- 00019543  0x00004554 jam  0x00000000 , 0x000048e7 
- 00019544  0x00004555 ifetcht  0x00000001 , 0x00000012 
- 00019545  0x00004556 isolate1  0x00000007 , 0x00000002 
- 00019546  0x00004557 branch  0x00004c5f , 0x00000001 
- 00019547  0x00004558 call  0x00006ef7 
- 00019548  0x00004559 call  0x00004c65 
- 00019549  0x0000455a ifetcht  0x00000001 , 0x00000012 
- 00019550  0x0000455b call  0x00006f0f 
- 00019551  0x0000455d increase  0x00000001 , 0x00000012 
- 00019552  0x0000455e fetch  0x00000002 , 0x000048e3 
- 00019553  0x0000455f call  0x00004c4a 
- 00019554  0x00004560 sub  0x0000003f , 0x00000013 , 0x0000003e 
- 00019555  0x00004561 branch  0x00004c57 , 0x00000002 
- 00019556  0x00004562 rtn 
- 00019557  0x00004566 fetch  0x00000002 , 0x00004896 
- 00019558  0x00004567 copy  0x0000003f , 0x00000013 
- 00019559  0x00004568 arg  0x00000008 , 0x00000039 
- 00019560  0x0000456b ifetcht  0x00000001 , 0x00000013 
- 00019561  0x0000456c call  0x00006ee6 
- 00019562  0x0000456d fetch  0x00000001 , 0x000048e7 
- 00019563  0x0000456e rshift  0x0000003f , 0x0000003f 
- 00019564  0x0000456f setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00019565  0x00004570 store  0x00000001 , 0x000048e7 
- 00019566  0x00004571 increase  0x00000001 , 0x00000013 
- 00019567  0x00004572 loop  0x00004c68 
- 00019568  0x00004573 rtn 
- 00019569  0x00004575 fetcht  0x00000001 , 0x00004865 
- 00019570  0x00004576 call  0x00006ef7 
- 00019571  0x00004577 nop  0x00000014 
- 00019572  0x00004578 fetcht  0x00000001 , 0x00004865 
- 00019573  0x00004579 call  0x00006ef3 
- 00019574  0x0000457a nop  0x00001770 
- 00019575  0x0000457b rtn 
- 00019576  0x0000457c branch  0x00004c00 
- 00019577  0x0000457e fetcht  0x00000001 , 0x00004864 
- 00019578  0x0000457f branch  0x00006ef3 
- 00019579  0x00004582 fetcht  0x00000001 , 0x00004864 
- 00019580  0x00004583 branch  0x00006ef7 
- 00019581  0x00004585 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00019582  0x00004586 rtn  0x00000005 
- 00019583  0x00004587 set0  0x00000007 , 0x00000002 
- 00019584  0x00004588 branch  0x00006edd 
- 00019585  0x0000458a fetcht  0x00000001 , 0x00004864 
- 00019586  0x0000458b branch  0x00006edd 
- 00019587  0x0000458e fetcht  0x00000001 , 0x00004863 
- 00019588  0x0000458f branch  0x00006ef3 
- 00019589  0x00004592 fetcht  0x00000001 , 0x00004863 
- 00019590  0x00004593 branch  0x00006ef7 
- 00019591  0x0000459f jam  0x00000000 , 0x000048eb 
- 00019592  0x000045a0 fetch  0x00000002 , 0x000048ec 
- 00019593  0x000045a1 store  0x00000002 , 0x000048ee 
- 00019594  0x000045a2 rtn 
- 00019595  0x000045a6 bpatch  0x00000050 , 0x0000400a 
- 00019596  0x000045a7 arg  0x0000489c , 0x00000011 
- 00019597  0x000045a8 arg  0x000048b0 , 0x00000012 
- 00019598  0x000045a9 arg  0x00000014 , 0x00000039 
- 00019599  0x000045aa call  0x00007d64 
- 00019600  0x000045ab nbranch  0x00004c87 , 0x00000005 
- 00019601  0x000045ac call  0x00004cc5 
- 00019602  0x000045ad call  0x00004c87 , 0x00000034 
- 00019603  0x000045af call  0x00004ccd 
- 00019604  0x000045b0 fetch  0x00000001 , 0x0000497b 
- 00019605  0x000045b1 nrtn  0x00000034 
- 00019606  0x000045b2 fetch  0x00000001 , 0x000049c1 
- 00019607  0x000045b3 rtneq  0x00000001 
- 00019608  0x000045b4 rtneq  0x00000002 
- 00019609  0x000045b5 rtneq  0x00000004 
- 00019610  0x000045b8 jam  0x00000000 , 0x000048e8 
- 00019611  0x000045b9 arg  0x0000489c , 0x00000011 
- 00019612  0x000045ba arg  0x000048c4 , 0x00000012 
- 00019613  0x000045bc ifetcht  0x00000001 , 0x00000011 
- 00019614  0x000045bd ifetch  0x00000001 , 0x00000012 
- 00019615  0x000045be ixor  0x00000002 , 0x0000003f 
- 00019616  0x000045bf branch  0x00004cbd , 0x00000034 
- 00019617  0x000045c0 store  0x00000001 , 0x000048e7 
- 00019618  0x000045c1 storet  0x00000001 , 0x000048f6 
- 00019619  0x000045c2 istoret  0x00000001 , 0x00000012 
- 00019620  0x000045c3 jam  0x00000001 , 0x000048f4 
- 00019621  0x000045c4 jam  0x00000000 , 0x000048f7 
- 00019622  0x000045c6 fetch  0x00000001 , 0x000048e7 
- 00019623  0x000045c7 bbit0  0x00000000 , 0x00004cb3 
- 00019624  0x000045c8 fetch  0x00000001 , 0x000048e8 
- 00019625  0x000045c9 mul32  0x0000003f , 0x00000008 , 0x0000003f 
- 00019626  0x000045ca fetcht  0x00000001 , 0x000048f7 
- 00019627  0x000045cb iadd  0x00000002 , 0x0000003f 
- 00019628  0x000045cc arg  0x00004901 , 0x00000006 
- 00019629  0x000045cd iadd  0x00000006 , 0x00000006 
- 00019630  0x000045ce ifetch  0x00000001 , 0x00000006 
- 00019631  0x000045cf store  0x00000001 , 0x000048f5 
- 00019632  0x000045d0 call  0x00004cfc 
- 00019633  0x000045d1 call  0x00004d3a 
- 00019634  0x000045d2 call  0x00004dbb 
- 00019635  0x000045d4 fetch  0x00000001 , 0x000048e7 
- 00019636  0x000045d5 rshift  0x0000003f , 0x0000003f 
- 00019637  0x000045d6 store  0x00000001 , 0x000048e7 
- 00019638  0x000045d7 fetch  0x00000001 , 0x000048f6 
- 00019639  0x000045d8 rshift  0x0000003f , 0x0000003f 
- 00019640  0x000045d9 store  0x00000001 , 0x000048f6 
- 00019641  0x000045da fetch  0x00000001 , 0x000048f7 
- 00019642  0x000045db increase  0x00000001 , 0x0000003f 
- 00019643  0x000045dc store  0x00000001 , 0x000048f7 
- 00019644  0x000045dd loop  0x00004ca6 
- 00019645  0x000045df increase  0x00000001 , 0x00000011 
- 00019646  0x000045e0 increase  0x00000001 , 0x00000012 
- 00019647  0x000045e1 fetch  0x00000001 , 0x000048e8 
- 00019648  0x000045e2 increase  0x00000001 , 0x0000003f 
- 00019649  0x000045e3 store  0x00000001 , 0x000048e8 
- 00019650  0x000045e4 sub  0x0000003f , 0x00000013 , 0x0000003e 
- 00019651  0x000045e5 branch  0x00004c9d , 0x00000002 
- 00019652  0x000045e6 rtn 
- 00019653  0x000045e9 fetch  0x00000008 , 0x0000489c 
- 00019654  0x000045ea nrtn  0x00000034 
- 00019655  0x000045eb fetch  0x00000008 , 0x000048a4 
- 00019656  0x000045ec nrtn  0x00000034 
- 00019657  0x000045ed fetch  0x00000004 , 0x000048ac 
- 00019658  0x000045ee nrtn  0x00000034 
- 00019659  0x000045ef jam  0x00000000 , 0x000049c1 
- 00019660  0x000045f0 rtn 
- 00019661  0x000045f5 bpatch  0x00000051 , 0x0000400a 
- 00019662  0x000045f6 jam  0x00000000 , 0x0000497b 
- 00019663  0x000045f7 jam  0x00000000 , 0x000048f1 
- 00019664  0x000045f8 arg  0x0000489c , 0x00000011 
- 00019665  0x000045f9 arg  0x00000014 , 0x00000039 
- 00019666  0x000045fb jam  0x00000000 , 0x000048f0 
- 00019667  0x000045fc ifetch  0x00000001 , 0x00000011 
- 00019668  0x000045fd branch  0x00004cf7 , 0x00000034 
- 00019669  0x000045ff fetcht  0x00000001 , 0x000048f0 
- 00019670  0x00004600 increase  0x00000001 , 0x00000002 
- 00019671  0x00004601 storet  0x00000001 , 0x000048f0 
- 00019672  0x00004602 copy  0x0000003f , 0x00000002 
- 00019673  0x00004603 increase  0xffffffff , 0x0000003f 
- 00019674  0x00004604 iand  0x00000002 , 0x0000003f 
- 00019675  0x00004605 nbranch  0x00004cd5 , 0x00000005 
- 00019676  0x00004606 fetch  0x00000001 , 0x000048f0 
- 00019677  0x00004607 fetcht  0x00000001 , 0x000048f1 
- 00019678  0x00004608 iadd  0x00000002 , 0x00000002 
- 00019679  0x00004609 storet  0x00000001 , 0x000048f1 
- 00019680  0x0000460a sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00019681  0x0000460b branch  0x00004cf7 , 0x00000002 
- 00019682  0x0000460c sub  0x00000002 , 0x00000002 , 0x0000003e 
- 00019683  0x0000460d branch  0x00004cf7 , 0x00000002 
- 00019684  0x0000460e jam  0x00000000 , 0x000048e8 
- 00019685  0x0000460f jam  0x00000000 , 0x000048f2 
- 00019686  0x00004610 ifetcht  0x00000001 , 0x00000011 
- 00019687  0x00004611 arg  0x0000489c , 0x00000012 
- 00019688  0x00004613 fetch  0x00000001 , 0x000048e8 
- 00019689  0x00004614 increase  0x00000001 , 0x0000003f 
- 00019690  0x00004615 store  0x00000001 , 0x000048e8 
- 00019691  0x00004616 sub  0x0000003f , 0x00000013 , 0x0000003e 
- 00019692  0x00004617 nbranch  0x00004cf7 , 0x00000002 
- 00019693  0x00004618 ifetch  0x00000001 , 0x00000012 
- 00019694  0x00004619 iand  0x00000002 , 0x0000003e 
- 00019695  0x0000461a branch  0x00004cfa , 0x00000005 
- 00019696  0x0000461b fetch  0x00000001 , 0x000048f2 
- 00019697  0x0000461c increase  0x00000001 , 0x0000003f 
- 00019698  0x0000461d store  0x00000001 , 0x000048f2 
- 00019699  0x0000461e sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00019700  0x0000461f branch  0x00004cfa , 0x00000002 
- 00019701  0x00004620 jam  0x00000001 , 0x0000497b 
- 00019702  0x00004621 rtn 
- 00019703  0x00004624 increase  0x00000001 , 0x00000011 
- 00019704  0x00004625 loop  0x00004cd2 
- 00019705  0x00004626 rtn 
- 00019706  0x00004629 increase  0x00000001 , 0x00000012 
- 00019707  0x0000462a branch  0x00004ce8 
- 00019708  0x00004633 bpatch  0x00000052 , 0x0000400a 
- 00019709  0x00004634 fetch  0x00000001 , 0x000048f6 
- 00019710  0x00004635 ncall  0x00004d4e , 0x00000034 
- 00019711  0x00004636 fetch  0x00000001 , 0x000049a1 
- 00019712  0x00004637 ncall  0x00004d11 , 0x00000034 
- 00019713  0x00004638 fetch  0x00000001 , 0x000049ae 
- 00019714  0x00004639 fetcht  0x00000001 , 0x000049a1 
- 00019715  0x0000463a ixor  0x00000002 , 0x0000003f 
- 00019716  0x0000463b rtn  0x00000005 
- 00019717  0x0000463c fetch  0x00000001 , 0x000048f5 
- 00019718  0x0000463d beq  0x00000029 , 0x00004d19 
- 00019719  0x0000463e beq  0x0000004c , 0x00004d1b 
- 00019720  0x0000463f sub  0x0000003f , 0x00000045 , 0x0000003e 
- 00019721  0x00004640 nrtn  0x00000002 
- 00019722  0x00004641 arg  0x0000003a , 0x00000002 
- 00019723  0x00004642 isub  0x00000002 , 0x0000003f 
- 00019724  0x00004643 nrtn  0x00000002 
- 00019725  0x00004644 arg  0x000049b0 , 0x00000006 
- 00019726  0x00004645 iadd  0x00000006 , 0x00000006 
- 00019727  0x00004646 ifetch  0x00000001 , 0x00000006 
- 00019728  0x00004647 branch  0x00004d38 
- 00019729  0x0000464a fetch  0x00000001 , 0x000048f5 
- 00019730  0x0000464b beq  0x00000052 , 0x00004d1d 
- 00019731  0x0000464c beq  0x00000051 , 0x00004d21 
- 00019732  0x0000464d beq  0x00000050 , 0x00004d25 
- 00019733  0x0000464e beq  0x0000004f , 0x00004d29 
- 00019734  0x0000464f beq  0x000000e0 , 0x00004d2d 
- 00019735  0x00004650 beq  0x0000002c , 0x00004d35 
- 00019736  0x00004651 rtn 
- 00019737  0x00004654 fetch  0x00000001 , 0x000049af 
- 00019738  0x00004655 branch  0x00004d38 
- 00019739  0x00004658 fetch  0x00000001 , 0x000049bc 
- 00019740  0x00004659 branch  0x00004d38 
- 00019741  0x0000465c fetch  0x00000001 , 0x000049bd 
- 00019742  0x0000465d rtn  0x00000034 
- 00019743  0x0000465e setarg  0x0000004b 
- 00019744  0x0000465f branch  0x00004d38 
- 00019745  0x00004662 fetch  0x00000001 , 0x000049bd 
- 00019746  0x00004663 rtn  0x00000034 
- 00019747  0x00004664 setarg  0x0000004e 
- 00019748  0x00004665 branch  0x00004d38 
- 00019749  0x00004668 fetch  0x00000001 , 0x000049bd 
- 00019750  0x00004669 rtn  0x00000034 
- 00019751  0x0000466a setarg  0x0000004a 
- 00019752  0x0000466b branch  0x00004d38 
- 00019753  0x0000466e fetch  0x00000001 , 0x000049bd 
- 00019754  0x0000466f rtn  0x00000034 
- 00019755  0x00004670 setarg  0x0000004d 
- 00019756  0x00004671 branch  0x00004d38 
- 00019757  0x00004674 fetch  0x00000001 , 0x000049be 
- 00019758  0x00004675 rtn  0x00000034 
- 00019759  0x00004676 fetch  0x00000001 , 0x000049c6 
- 00019760  0x00004677 beq  0x00000000 , 0x00004d33 
- 00019761  0x00004678 setarg  0x000000fd 
- 00019762  0x00004679 branch  0x00004d38 
- 00019763  0x0000467b setarg  0x000000aa 
- 00019764  0x0000467c branch  0x00004d38 
- 00019765  0x0000467f fetch  0x00000001 , 0x000049bf 
- 00019766  0x00004680 rtn  0x00000034 
- 00019767  0x00004681 setarg  0x000000ab 
- 00019768  0x00004683 store  0x00000001 , 0x000048f5 
- 00019769  0x00004684 rtn 
- 00019770  0x0000468b bpatch  0x00000053 , 0x0000400a 
- 00019771  0x0000468c fetch  0x00000001 , 0x000048f5 
- 00019772  0x0000468d beq  0x00000046 , 0x00004d50 
- 00019773  0x0000468e beq  0x0000004b , 0x00004d56 
- 00019774  0x0000468f beq  0x0000004e , 0x00004d5c 
- 00019775  0x00004690 beq  0x0000004a , 0x00004d5e 
- 00019776  0x00004691 beq  0x0000004d , 0x00004d60 
- 00019777  0x00004692 beq  0x000000a5 , 0x00004d62 
- 00019778  0x00004693 beq  0x000000a6 , 0x00004d69 
- 00019779  0x00004694 beq  0x000000a7 , 0x00004d6b 
- 00019780  0x00004695 beq  0x000000a8 , 0x00004d6d 
- 00019781  0x00004696 beq  0x000000a9 , 0x00004d6f 
- 00019782  0x00004697 beq  0x000000aa , 0x00004d7a 
- 00019783  0x00004698 beq  0x000000ab , 0x00004d81 
- 00019784  0x00004699 beq  0x000000ac , 0x00004d8c 
- 00019785  0x0000469a rtn 
- 00019786  0x0000469d fetch  0x00000001 , 0x000048f6 
- 00019787  0x0000469e nrtn  0x00000034 
- 00019788  0x0000469f jam  0x0000000a , 0x000049c4 
- 00019789  0x000046a0 rtn 
- 00019790  0x000046a3 jam  0x00000000 , 0x000049c4 
- 00019791  0x000046a4 rtn 
- 00019792  0x000046a7 fetch  0x00000001 , 0x000049c6 
- 00019793  0x000046a8 rtneq  0x00000000 
- 00019794  0x000046a9 rtneq  0x00000001 
- 00019795  0x000046aa jam  0x0000000a , 0x000049c2 
- 00019796  0x000046ab jam  0x00000020 , 0x000049c3 
- 00019797  0x000046ac branch  0x00004d95 
- 00019798  0x000046af jam  0x00000052 , 0x000049c3 
- 00019799  0x000046b1 fetch  0x00000001 , 0x000049c6 
- 00019800  0x000046b2 rtneq  0x00000000 
- 00019801  0x000046b3 rtneq  0x00000001 
- 00019802  0x000046b4 jam  0x00000008 , 0x000049c2 
- 00019803  0x000046b5 branch  0x00004d95 
- 00019804  0x000046b8 jam  0x00000051 , 0x000049c3 
- 00019805  0x000046b9 branch  0x00004d57 
- 00019806  0x000046bc jam  0x00000050 , 0x000049c3 
- 00019807  0x000046bd branch  0x00004d57 
- 00019808  0x000046c0 jam  0x0000004f , 0x000049c3 
- 00019809  0x000046c1 branch  0x00004d57 
- 00019810  0x000046c4 jam  0x00000004 , 0x000049c3 
- 00019811  0x000046c6 jam  0x00000001 , 0x000049c2 
- 00019812  0x000046c7 fetch  0x00000001 , 0x000049c6 
- 00019813  0x000046c8 beq  0x00000000 , 0x00004d95 
- 00019814  0x000046c9 beq  0x00000001 , 0x00004d95 
- 00019815  0x000046ca jam  0x00000008 , 0x000049c2 
- 00019816  0x000046cb branch  0x00004d95 
- 00019817  0x000046ce jam  0x00000006 , 0x000049c3 
- 00019818  0x000046cf branch  0x00004d63 
- 00019819  0x000046d2 jam  0x00000019 , 0x000049c3 
- 00019820  0x000046d3 branch  0x00004d63 
- 00019821  0x000046d6 jam  0x0000001b , 0x000049c3 
- 00019822  0x000046d7 branch  0x00004d63 
- 00019823  0x000046da fetch  0x00000001 , 0x000049c6 
- 00019824  0x000046db beq  0x00000000 , 0x00004d74 
- 00019825  0x000046dc beq  0x00000003 , 0x00004d77 
- 00019826  0x000046dd setarg  0x000000fc 
- 00019827  0x000046de branch  0x00004d38 
- 00019828  0x000046e0 jam  0x00000008 , 0x000049c2 
- 00019829  0x000046e1 jam  0x0000000f , 0x000049c3 
- 00019830  0x000046e2 branch  0x00004d95 
- 00019831  0x000046e4 jam  0x00000009 , 0x000049c2 
- 00019832  0x000046e5 jam  0x00000014 , 0x000049c3 
- 00019833  0x000046e6 branch  0x00004d95 
- 00019834  0x000046e9 fetch  0x00000001 , 0x000049c6 
- 00019835  0x000046ea beq  0x00000000 , 0x00004d7e 
- 00019836  0x000046eb setarg  0x000000fd 
- 00019837  0x000046ec branch  0x00004d38 
- 00019838  0x000046ee jam  0x00000009 , 0x000049c2 
- 00019839  0x000046ef jam  0x00000012 , 0x000049c3 
- 00019840  0x000046f0 branch  0x00004d95 
- 00019841  0x000046f3 fetch  0x00000001 , 0x000049c6 
- 00019842  0x000046f4 beq  0x00000000 , 0x00004d88 
- 00019843  0x000046f5 beq  0x00000001 , 0x00004d8a 
- 00019844  0x000046f6 jam  0x00000001 , 0x000049c2 
- 00019845  0x000046f8 jam  0x0000002c , 0x000049c3 
- 00019846  0x000046f9 call  0x00004d4a 
- 00019847  0x000046fa branch  0x00004d95 
- 00019848  0x000046fc jam  0x00000008 , 0x000049c2 
- 00019849  0x000046fd branch  0x00004d85 
- 00019850  0x000046ff jam  0x00000002 , 0x000049c2 
- 00019851  0x00004700 branch  0x00004d85 
- 00019852  0x00004703 fetch  0x00000001 , 0x000049c6 
- 00019853  0x00004704 beq  0x00000000 , 0x00004d92 
- 00019854  0x00004705 beq  0x00000001 , 0x00004d92 
- 00019855  0x00004706 jam  0x00000001 , 0x000049c2 
- 00019856  0x00004707 jam  0x00000052 , 0x000049c3 
- 00019857  0x00004708 branch  0x00004d95 
- 00019858  0x0000470a jam  0x00000008 , 0x000049c2 
- 00019859  0x0000470b jam  0x0000002b , 0x000049c3 
- 00019860  0x0000470c branch  0x00004d95 
- 00019861  0x0000470f jam  0x00000000 , 0x000048f5 
- 00019862  0x00004710 fetch  0x00000001 , 0x000048f6 
- 00019863  0x00004711 bbit0  0x00000000 , 0x00004d9c 
- 00019864  0x00004712 fetch  0x00000001 , 0x000049c1 
- 00019865  0x00004713 beq  0x00000003 , 0x00004da8 
- 00019866  0x00004715 jam  0x00000001 , 0x000049c1 
- 00019867  0x00004716 rtn 
- 00019868  0x00004719 jam  0x00000004 , 0x000049c1 
- 00019869  0x0000471a rtn 
- 00019870  0x0000471d jam  0x00000006 , 0x000049c1 
- 00019871  0x0000471e rtn 
- 00019872  0x00004722 store  0x00000001 , 0x00004856 
- 00019873  0x00004723 storet  0x00000001 , 0x00004858 
- 00019874  0x00004724 call  0x00007dba 
- 00019875  0x00004725 jam  0x00000000 , 0x00004855 
- 00019876  0x00004726 branch  0x00004e89 
- 00019877  0x00004729 fetch  0x00000001 , 0x000049c2 
- 00019878  0x0000472a arg  0x00000000 , 0x00000002 
- 00019879  0x0000472b call  0x00004da0 
- 00019880  0x0000472d jam  0x00000002 , 0x000049c1 
- 00019881  0x0000472e rtn 
- 00019882  0x00004731 jam  0x00000003 , 0x000049c1 
- 00019883  0x00004732 fetch  0x00000001 , 0x000049c2 
- 00019884  0x00004733 fetcht  0x00000001 , 0x000049c3 
- 00019885  0x00004734 branch  0x00004da0 
- 00019886  0x00004737 jam  0x00000000 , 0x00004855 
- 00019887  0x00004738 fetch  0x00000001 , 0x000049c2 
- 00019888  0x00004739 arg  0x00000000 , 0x00000002 
- 00019889  0x0000473a call  0x00004da0 
- 00019890  0x0000473b fetch  0x00000001 , 0x000049c4 
- 00019891  0x0000473c branch  0x00004d9e , 0x00000034 
- 00019892  0x0000473e jam  0x00000005 , 0x000049c1 
- 00019893  0x0000473f rtn 
- 00019894  0x00004742 branch  0x00004da2 
- 00019895  0x00004745 jam  0x00000000 , 0x000049c1 
- 00019896  0x00004746 arg  0x00000000 , 0x0000003f 
- 00019897  0x00004747 arg  0x00000000 , 0x00000002 
- 00019898  0x00004748 branch  0x00004da0 
- 00019899  0x0000474d bpatch  0x00000054 , 0x0000400a 
- 00019900  0x0000474e fetch  0x00000001 , 0x000048f5 
- 00019901  0x0000474f sub  0x0000003f , 0x000000e7 , 0x0000003e 
- 00019902  0x00004750 branch  0x00004dc3 , 0x00000002 
- 00019903  0x00004751 jam  0x00000001 , 0x000049c5 
- 00019904  0x00004752 fetch  0x00000001 , 0x000048f6 
- 00019905  0x00004753 bbit1  0x00000000 , 0x00004dc3 
- 00019906  0x00004754 jam  0x00000002 , 0x000049c5 
- 00019907  0x00004756 jam  0x00000000 , 0x00004900 
- 00019908  0x00004757 fetch  0x00000001 , 0x000048f6 
- 00019909  0x00004758 bbit1  0x00000000 , 0x00004ddd 
- 00019910  0x0000475a fetcht  0x00000001 , 0x000048f5 
- 00019911  0x0000475b arg  0x00000006 , 0x00000039 
- 00019912  0x0000475c arg  0x000048fa , 0x00000006 
- 00019913  0x0000475e ifetch  0x00000001 , 0x00000006 
- 00019914  0x0000475f branch  0x00004dd4 , 0x00000034 
- 00019915  0x00004760 isub  0x00000002 , 0x0000003e 
- 00019916  0x00004761 nbranch  0x00004dd3 , 0x00000005 
- 00019917  0x00004762 ifetch  0x00000001 , 0x00000006 
- 00019918  0x00004763 increase  0xfffffffe , 0x00000006 
- 00019919  0x00004764 istore  0x00000001 , 0x00000006 
- 00019920  0x00004765 rtn  0x00000034 
- 00019921  0x00004766 increase  0x00000001 , 0x00000006 
- 00019922  0x00004767 istoret  0x00000001 , 0x00000006 
- 00019923  0x00004769 loop  0x00004dc9 
- 00019924  0x0000476a sub  0x00000002 , 0x000000e7 , 0x0000003e 
- 00019925  0x0000476b nrtn  0x00000002 
- 00019926  0x0000476c sub  0x00000002 , 0x000000bf , 0x0000003e 
- 00019927  0x0000476d rtn  0x00000002 
- 00019928  0x0000476f and  0x00000002 , 0x00000007 , 0x00000007 
- 00019929  0x00004770 fetch  0x00000001 , 0x000048f8 
- 00019930  0x00004771 qset0  0x0000003f 
- 00019931  0x00004772 store  0x00000001 , 0x000048f8 
- 00019932  0x00004773 rtn 
- 00019933  0x00004776 fetcht  0x00000001 , 0x000048f5 
- 00019934  0x00004777 arg  0x00000006 , 0x00000039 
- 00019935  0x00004778 arg  0x000048fa , 0x00000006 
- 00019936  0x0000477a ifetch  0x00000001 , 0x00000006 
- 00019937  0x0000477b branch  0x00004dee , 0x00000034 
- 00019938  0x0000477c isub  0x00000002 , 0x0000003e 
- 00019939  0x0000477d rtn  0x00000005 
- 00019940  0x0000477e loop  0x00004de0 
- 00019941  0x0000477f sub  0x00000002 , 0x000000e7 , 0x0000003e 
- 00019942  0x00004780 nrtn  0x00000002 
- 00019943  0x00004781 sub  0x00000002 , 0x000000bf , 0x0000003e 
- 00019944  0x00004782 rtn  0x00000002 
- 00019945  0x00004784 and  0x00000002 , 0x00000007 , 0x00000007 
- 00019946  0x00004785 fetch  0x00000001 , 0x000048f8 
- 00019947  0x00004786 qset1  0x0000003f 
- 00019948  0x00004787 store  0x00000001 , 0x000048f8 
- 00019949  0x00004788 rtn 
- 00019950  0x0000478b sub  0x00000002 , 0x000000e7 , 0x0000003e 
- 00019951  0x0000478c nbranch  0x00004df2 , 0x00000002 
- 00019952  0x0000478d sub  0x00000002 , 0x000000bf , 0x0000003e 
- 00019953  0x0000478e nbranch  0x00004de9 , 0x00000002 
- 00019954  0x00004790 increase  0xffffffff , 0x00000006 
- 00019955  0x00004791 istoret  0x00000001 , 0x00000006 
- 00019956  0x00004792 rtn 
- 00019957  0x00004797 bpatch  0x00000055 , 0x0000400a 
- 00019958  0x00004798 call  0x00004e14 
- 00019959  0x00004799 jam  0x00000000 , 0x000049a1 
- 00019960  0x0000479a jam  0x00000000 , 0x000049a2 
- 00019961  0x0000479b jam  0x00000000 , 0x000049a3 
- 00019962  0x0000479c fetch  0x00000001 , 0x000048f8 
- 00019963  0x0000479d ncall  0x00004e41 , 0x00000034 
- 00019964  0x0000479e arg  0x000048fa , 0x00000006 
- 00019965  0x0000479f arg  0x00000006 , 0x00000039 
- 00019966  0x000047a1 ifetch  0x00000001 , 0x00000006 
- 00019967  0x000047a2 sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00019968  0x000047a3 call  0x00004e43 , 0x00000005 
- 00019969  0x000047a4 sub  0x0000003f , 0x000000de , 0x0000003e 
- 00019970  0x000047a5 call  0x00004e45 , 0x00000005 
- 00019971  0x000047a6 loop  0x00004dfe 
- 00019972  0x000047a7 fetch  0x00000001 , 0x00004666 
- 00019973  0x000047a8 beq  0x00000000 , 0x00004e11 
- 00019974  0x000047aa call  0x00004b37 
- 00019975  0x000047ab fetch  0x00000001 , 0x000049a4 
- 00019976  0x000047ac branch  0x00004e24 , 0x00000034 
- 00019977  0x000047ad fetch  0x00000002 , 0x000048fa 
- 00019978  0x000047ae fetcht  0x00000002 , 0x000049a5 
- 00019979  0x000047af isub  0x00000002 , 0x0000003e 
- 00019980  0x000047b0 branch  0x00004e29 , 0x00000005 
- 00019981  0x000047b1 byteswap  0x00000002 , 0x00000002 
- 00019982  0x000047b2 isub  0x00000002 , 0x0000003e 
- 00019983  0x000047b3 branch  0x00004e29 , 0x00000005 
- 00019984  0x000047b4 rtn 
- 00019985  0x000047b6 fetch  0x00000001 , 0x000049a4 
- 00019986  0x000047b7 branch  0x00004e24 , 0x00000034 
- 00019987  0x000047b8 branch  0x00004e32 
- 00019988  0x000047bb fetch  0x00000001 , 0x000049a4 
- 00019989  0x000047bc nrtn  0x00000034 
- 00019990  0x000047bd fetcht  0x00000001 , 0x00004655 
- 00019991  0x000047be sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00019992  0x000047bf rtn  0x00000005 
- 00019993  0x000047c0 call  0x00006ee6 
- 00019994  0x000047c1 nbranch  0x00004e20 , 0x00000001 
- 00019995  0x000047c2 arg  0x00000008 , 0x00000039 
- 00019996  0x000047c3 arg  0x000048f8 , 0x00000005 
- 00019997  0x000047c4 call  0x00007ca1 
- 00019998  0x000047c5 jam  0x000000de , 0x000048fa 
- 00019999  0x000047c6 rtn 
- 00020000  0x000047c9 fetch  0x00000001 , 0x000048fa 
- 00020001  0x000047ca rtnne  0x000000de 
- 00020002  0x000047cb jam  0x00000000 , 0x000048fa 
- 00020003  0x000047cc rtn 
- 00020004  0x000047cf bpatch  0x00000056 , 0x0000400a 
- 00020005  0x000047d0 fetch  0x00000001 , 0x000049a3 
- 00020006  0x000047d1 rtn  0x00000034 
- 00020007  0x000047d2 fetch  0x00000001 , 0x00004666 
- 00020008  0x000047d3 beq  0x00000000 , 0x00004e39 
- 00020009  0x000047d6 jam  0x00000000 , 0x000048f4 
- 00020010  0x000047d7 fetch  0x00000001 , 0x00004666 
- 00020011  0x000047d8 rtneq  0x00000000 
- 00020012  0x000047d9 fetch  0x00000008 , 0x00004713 
- 00020013  0x000047da rtnbit1  0x00000006 
- 00020014  0x000047db arg  0x00000006 , 0x00000007 
- 00020015  0x000047dc call  0x00005f00 
- 00020016  0x000047dd call  0x000042d0 
- 00020017  0x000047de branch  0x00004b90 
- 00020018  0x000047e3 fetch  0x00000002 , 0x000048fa 
- 00020019  0x000047e4 fetcht  0x00000002 , 0x000049a7 
- 00020020  0x000047e5 isub  0x00000002 , 0x0000003e 
- 00020021  0x000047e6 branch  0x00004e39 , 0x00000005 
- 00020022  0x000047e7 byteswap  0x00000002 , 0x00000002 
- 00020023  0x000047e8 isub  0x00000002 , 0x0000003e 
- 00020024  0x000047e9 nrtn  0x00000005 
- 00020025  0x000047eb call  0x000049f8 
- 00020026  0x000047ec jam  0x00000000 , 0x000048f4 
- 00020027  0x000047ed fetch  0x00000002 , 0x000045d8 
- 00020028  0x000047ee nrtn  0x00000034 
- 00020029  0x000047ef setarg  0x00000000 
- 00020030  0x000047f0 store  0x00000002 , 0x00004781 
- 00020031  0x000047f1 call  0x00004b7c 
- 00020032  0x000047f2 branch  0x00006047 
- 00020033  0x000047f6 jam  0x00000001 , 0x000049a2 
- 00020034  0x000047f7 rtn 
- 00020035  0x000047fa jam  0x00000001 , 0x000049a1 
- 00020036  0x000047fb rtn 
- 00020037  0x000047fe jam  0x00000001 , 0x000049a3 
- 00020038  0x000047ff rtn 
- 00020039  0x00004805 bpatch  0x00000057 , 0x0000400a 
- 00020040  0x00004806 disable  0x00000028 
- 00020041  0x00004807 jam  0x00000000 , 0x0000496c 
- 00020042  0x00004808 jam  0x00000000 , 0x0000496d 
- 00020043  0x00004809 jam  0x00000000 , 0x0000496e 
- 00020044  0x0000480a fetch  0x00000001 , 0x000049c1 
- 00020045  0x0000480b beq  0x00000001 , 0x00004da5 
- 00020046  0x0000480c beq  0x00000002 , 0x00004daa 
- 00020047  0x0000480d beq  0x00000003 , 0x00004daa 
- 00020048  0x0000480e beq  0x00000004 , 0x00004dae 
- 00020049  0x0000480f beq  0x00000006 , 0x00004db7 
- 00020050  0x00004810 fetch  0x00000001 , 0x000048f4 
- 00020051  0x00004811 branch  0x00004e64 , 0x00000034 
- 00020052  0x00004812 increase  0xffffffff , 0x0000003f 
- 00020053  0x00004813 store  0x00000001 , 0x000048f4 
- 00020054  0x00004814 call  0x00004e61 
- 00020055  0x00004815 jam  0x0000000a , 0x000049ac 
- 00020056  0x00004816 call  0x00005c0b 
- 00020057  0x00004817 fetch  0x00000001 , 0x000049c1 
- 00020058  0x00004818 beq  0x00000005 , 0x00004db6 
- 00020059  0x00004819 arg  0x00004855 , 0x00000005 
- 00020060  0x0000481a arg  0x0000000a , 0x00000039 
- 00020061  0x0000481b call  0x00007ca1 
- 00020062  0x0000481c call  0x00004e74 
- 00020063  0x0000481d jam  0x00000000 , 0x0000485f 
- 00020064  0x0000481e rtn 
- 00020065  0x00004821 jam  0x00000003 , 0x000040c0 
- 00020066  0x00004822 jam  0x0000000a , 0x0000477e 
- 00020067  0x00004823 rtn 
- 00020068  0x00004828 fetch  0x00000001 , 0x00004666 
- 00020069  0x00004829 rtneq  0x00000001 
- 00020070  0x0000482a fetch  0x00000001 , 0x000049ab 
- 00020071  0x0000482b rtn  0x00000034 
- 00020072  0x0000482c fetch  0x00000001 , 0x000049a9 
- 00020073  0x0000482d nrtn  0x00000034 
- 00020074  0x0000482e fetcht  0x00000001 , 0x000049ad 
- 00020075  0x0000482f fetch  0x00000001 , 0x000049ac 
- 00020076  0x00004830 isub  0x00000002 , 0x0000003e 
- 00020077  0x00004831 store  0x00000001 , 0x000049ad 
- 00020078  0x00004832 rtn  0x00000005 
- 00020079  0x00004833 arg  0x00004855 , 0x00000005 
- 00020080  0x00004834 arg  0x0000000a , 0x00000039 
- 00020081  0x00004835 call  0x00007ca1 
- 00020082  0x00004836 call  0x00007dba 
- 00020083  0x00004837 branch  0x00004e89 
- 00020084  0x0000483c fetch  0x00000001 , 0x000049c5 
- 00020085  0x0000483d beq  0x00000002 , 0x00004f05 
- 00020086  0x0000483e arg  0x000048fa , 0x00000006 
- 00020087  0x0000483f arg  0x00000006 , 0x00000039 
- 00020088  0x00004841 ifetch  0x00000001 , 0x00000006 
- 00020089  0x00004842 sub  0x0000003f , 0x000000e7 , 0x0000003e 
- 00020090  0x00004843 nbranch  0x00004e9c , 0x00000002 
- 00020091  0x00004845 loop  0x00004e78 
- 00020092  0x00004847 fetch  0x00000001 , 0x000048f1 
- 00020093  0x00004848 call  0x00004e92 , 0x00000034 
- 00020094  0x00004849 jam  0x00000000 , 0x00004855 
- 00020095  0x0000484a fetch  0x00000001 , 0x000048fa 
- 00020096  0x0000484b sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00020097  0x0000484c branch  0x00004e95 , 0x00000005 
- 00020098  0x0000484d arg  0x000048f8 , 0x00000006 
- 00020099  0x0000484e arg  0x00004856 , 0x00000005 
- 00020100  0x0000484f arg  0x00000008 , 0x00000039 
- 00020101  0x00004851 ifetch  0x00000001 , 0x00000006 
- 00020102  0x00004852 beq  0x0000007f , 0x00004e9a 
- 00020103  0x00004854 istore  0x00000001 , 0x00000005 
- 00020104  0x00004855 loop  0x00004e85 
- 00020105  0x00004858 call  0x00004f10 
- 00020106  0x0000485a fetch  0x00000001 , 0x0000485f 
- 00020107  0x0000485b beq  0x00000001 , 0x00007dba 
- 00020108  0x0000485c beq  0x00000002 , 0x00004e90 
- 00020109  0x0000485d beq  0x00000003 , 0x00004e90 
- 00020110  0x0000485e beq  0x00000004 , 0x00004e90 
- 00020111  0x0000485f beq  0x00000005 , 0x00004e90 
- 00020112  0x00004861 call  0x00005917 
- 00020113  0x00004862 branch  0x00007dba 
- 00020114  0x00004865 arg  0x000048f8 , 0x00000005 
- 00020115  0x00004866 arg  0x00000009 , 0x00000039 
- 00020116  0x00004867 branch  0x00007ca1 
- 00020117  0x0000486b fetch  0x00000002 , 0x000048f8 
- 00020118  0x0000486c store  0x00000002 , 0x00004856 
- 00020119  0x0000486d fetch  0x00000006 , 0x000048fb 
- 00020120  0x0000486e store  0x00000006 , 0x00004858 
- 00020121  0x0000486f branch  0x00004e89 
- 00020122  0x00004872 setarg  0x00000000 
- 00020123  0x00004873 branch  0x00004e87 
- 00020124  0x00004877 copy  0x0000003f , 0x00000002 
- 00020125  0x00004878 bpatch  0x00000058 , 0x0000400b 
- 00020126  0x00004879 copy  0x00000002 , 0x0000003f 
- 00020127  0x0000487a jam  0x00000003 , 0x00004855 
- 00020128  0x0000487b fetcht  0x00000001 , 0x000048f1 
- 00020129  0x0000487c sub  0x00000002 , 0x00000000 , 0x0000003e 
- 00020130  0x0000487d branch  0x00004f05 , 0x00000005 
- 00020131  0x0000487e beq  0x000000e8 , 0x00004ebb 
- 00020132  0x0000487f beq  0x000000e9 , 0x00004ebe 
- 00020133  0x00004880 beq  0x000000ea , 0x00004ec1 
- 00020134  0x00004881 beq  0x000000eb , 0x00004ec4 
- 00020135  0x00004882 beq  0x000000ec , 0x00004ec7 
- 00020136  0x00004883 beq  0x000000ed , 0x00004eca 
- 00020137  0x00004884 beq  0x000000ee , 0x00004ecd 
- 00020138  0x00004885 beq  0x000000ef , 0x00004ed0 
- 00020139  0x00004886 beq  0x000000f0 , 0x00004ed3 
- 00020140  0x00004887 beq  0x000000f1 , 0x00004ed6 
- 00020141  0x00004888 beq  0x000000f2 , 0x00004ed9 
- 00020142  0x00004889 beq  0x000000f3 , 0x00004edc 
- 00020143  0x0000488a beq  0x000000f4 , 0x00004edf 
- 00020144  0x0000488b beq  0x000000f5 , 0x00004ee2 
- 00020145  0x0000488c beq  0x000000f6 , 0x00004ee5 
- 00020146  0x0000488d beq  0x000000f7 , 0x00004ee8 
- 00020147  0x0000488e beq  0x000000f8 , 0x00004eeb 
- 00020148  0x0000488f beq  0x000000f9 , 0x00004eee 
- 00020149  0x00004890 beq  0x000000fa , 0x00004ef1 
- 00020150  0x00004891 beq  0x000000fb , 0x00004ef7 
- 00020151  0x00004892 beq  0x000000fc , 0x00004efa 
- 00020152  0x00004893 beq  0x000000fd , 0x00004efd 
- 00020153  0x00004894 beq  0x000000ff , 0x00004f0c 
- 00020154  0x00004895 branch  0x00004e89 
- 00020155  0x00004898 setarg  0x00000183 
- 00020156  0x00004899 store  0x00000002 , 0x00004856 
- 00020157  0x0000489a branch  0x00004e89 
- 00020158  0x0000489c setarg  0x000000cd 
- 00020159  0x0000489d store  0x00000002 , 0x00004856 
- 00020160  0x0000489e branch  0x00004e89 
- 00020161  0x000048a0 setarg  0x000000b7 
- 00020162  0x000048a1 store  0x00000002 , 0x00004856 
- 00020163  0x000048a2 branch  0x00004e89 
- 00020164  0x000048a4 setarg  0x000000b6 
- 00020165  0x000048a5 store  0x00000002 , 0x00004856 
- 00020166  0x000048a6 branch  0x00004e89 
- 00020167  0x000048a8 setarg  0x000000b5 
- 00020168  0x000048a9 store  0x00000002 , 0x00004856 
- 00020169  0x000048aa branch  0x00004e89 
- 00020170  0x000048ac setarg  0x000000ea 
- 00020171  0x000048ad store  0x00000002 , 0x00004856 
- 00020172  0x000048ae branch  0x00004e89 
- 00020173  0x000048b0 setarg  0x000000e9 
- 00020174  0x000048b1 store  0x00000002 , 0x00004856 
- 00020175  0x000048b2 branch  0x00004e89 
- 00020176  0x000048b4 setarg  0x000000e2 
- 00020177  0x000048b5 store  0x00000002 , 0x00004856 
- 00020178  0x000048b6 branch  0x00004e89 
- 00020179  0x000048b8 setarg  0x00000194 
- 00020180  0x000048b9 store  0x00000002 , 0x00004856 
- 00020181  0x000048ba branch  0x00004e89 
- 00020182  0x000048bc setarg  0x0000018a 
- 00020183  0x000048bd store  0x00000002 , 0x00004856 
- 00020184  0x000048be branch  0x00004e89 
- 00020185  0x000048c0 setarg  0x00000192 
- 00020186  0x000048c1 store  0x00000002 , 0x00004856 
- 00020187  0x000048c2 branch  0x00004e89 
- 00020188  0x000048c4 setarg  0x00000070 
- 00020189  0x000048c5 store  0x00000002 , 0x00004856 
- 00020190  0x000048c6 branch  0x00004e89 
- 00020191  0x000048c8 setarg  0x0000006f 
- 00020192  0x000048c9 store  0x00000002 , 0x00004856 
- 00020193  0x000048ca branch  0x00004e89 
- 00020194  0x000048cc setarg  0x0000022a 
- 00020195  0x000048cd store  0x00000002 , 0x00004856 
- 00020196  0x000048ce branch  0x00004e89 
- 00020197  0x000048d0 setarg  0x00000225 
- 00020198  0x000048d1 store  0x00000002 , 0x00004856 
- 00020199  0x000048d2 branch  0x00004e89 
- 00020200  0x000048d4 setarg  0x00000224 
- 00020201  0x000048d5 store  0x00000002 , 0x00004856 
- 00020202  0x000048d6 branch  0x00004e89 
- 00020203  0x000048d8 setarg  0x00000226 
- 00020204  0x000048d9 store  0x00000002 , 0x00004856 
- 00020205  0x000048da branch  0x00004e89 
- 00020206  0x000048dc setarg  0x00000227 
- 00020207  0x000048dd store  0x00000002 , 0x00004856 
- 00020208  0x000048de branch  0x00004e89 
- 00020209  0x000048e0 fetch  0x00000001 , 0x000049c6 
- 00020210  0x000048e1 beq  0x00000002 , 0x00004ef7 
- 00020211  0x000048e2 beq  0x00000003 , 0x00004ef7 
- 00020212  0x000048e3 setarg  0x00000221 
- 00020213  0x000048e4 store  0x00000002 , 0x00004856 
- 00020214  0x000048e5 branch  0x00004e89 
- 00020215  0x000048e7 setarg  0x00000223 
- 00020216  0x000048e8 store  0x00000002 , 0x00004856 
- 00020217  0x000048e9 branch  0x00004e89 
- 00020218  0x000048eb setarg  0x00000030 
- 00020219  0x000048ec store  0x00000002 , 0x00004856 
- 00020220  0x000048ed branch  0x00004e89 
- 00020221  0x000048ef fetch  0x00000001 , 0x000049c6 
- 00020222  0x000048f0 beq  0x00000001 , 0x00004f02 
- 00020223  0x000048f1 setarg  0x000001ae 
- 00020224  0x000048f2 store  0x00000002 , 0x00004856 
- 00020225  0x000048f3 branch  0x00004e89 
- 00020226  0x000048f5 setarg  0x00000307 
- 00020227  0x000048f6 store  0x00000002 , 0x00004856 
- 00020228  0x000048f7 branch  0x00004e89 
- 00020229  0x000048fb jam  0x00000002 , 0x000048f4 
- 00020230  0x000048fc fetch  0x00000001 , 0x000048f1 
- 00020231  0x000048fd call  0x00004e92 , 0x00000034 
- 00020232  0x000048fe jam  0x00000000 , 0x000049c5 
- 00020233  0x000048ff setarg  0x00000003 
- 00020234  0x00004900 store  0x00000003 , 0x00004855 
- 00020235  0x00004901 branch  0x00004e89 
- 00020236  0x00004903 jam  0x00000002 , 0x00004855 
- 00020237  0x00004904 setarg  0x00000002 
- 00020238  0x00004905 store  0x00000001 , 0x00004856 
- 00020239  0x00004906 branch  0x00004e89 
- 00020240  0x0000490e bpatch  0x00000059 , 0x0000400b 
- 00020241  0x0000490f fetch  0x00000001 , 0x00004666 
- 00020242  0x00004910 bne  0x00000000 , 0x00004f18 
- 00020243  0x00004911 jam  0x00000000 , 0x000049a9 
- 00020244  0x00004912 fetch  0x00000002 , 0x00004855 
- 00020245  0x00004913 ncall  0x00004afc , 0x00000034 
- 00020246  0x00004914 fetch  0x00000006 , 0x00004858 
- 00020247  0x00004915 ncall  0x00004afc , 0x00000034 
- 00020248  0x00004918 fetch  0x00000001 , 0x00004855 
- 00020249  0x00004919 beq  0x00000000 , 0x00004f23 
- 00020250  0x0000491a beq  0x00000001 , 0x00004f1e 
- 00020251  0x0000491b beq  0x00000003 , 0x00004f2e 
- 00020252  0x0000491c beq  0x00000002 , 0x00004f36 
- 00020253  0x0000491d rtn 
- 00020254  0x00004920 jam  0x00000001 , 0x0000485f 
- 00020255  0x00004921 arg  0x00004855 , 0x00000006 
- 00020256  0x00004922 arg  0x00004846 , 0x00000005 
- 00020257  0x00004923 arg  0x00000007 , 0x00000039 
- 00020258  0x00004924 branch  0x00007cda 
- 00020259  0x00004927 jam  0x00000002 , 0x0000485f 
- 00020260  0x00004928 call  0x00004f3e 
- 00020261  0x00004929 fetch  0x00000001 , 0x00004666 
- 00020262  0x0000492a beq  0x00000001 , 0x00004f2a 
- 00020263  0x0000492b call  0x00004af1 
- 00020264  0x0000492c fetch  0x00000001 , 0x000049ab 
- 00020265  0x0000492d store  0x00000001 , 0x00004857 
- 00020266  0x0000492f arg  0x00004855 , 0x00000006 
- 00020267  0x00004930 arg  0x0000472a , 0x00000005 
- 00020268  0x00004931 arg  0x00000009 , 0x00000039 
- 00020269  0x00004932 branch  0x00007cda 
- 00020270  0x00004935 jam  0x00000004 , 0x0000485f 
- 00020271  0x00004936 call  0x00004f3e 
- 00020272  0x00004937 setarg  0x00000003 
- 00020273  0x00004938 call  0x00005f15 
- 00020274  0x00004939 arg  0x00004856 , 0x00000006 
- 00020275  0x0000493a arg  0x0000472b , 0x00000005 
- 00020276  0x0000493b arg  0x00000002 , 0x00000039 
- 00020277  0x0000493c branch  0x00007cda 
- 00020278  0x0000493f jam  0x00000005 , 0x0000485f 
- 00020279  0x00004940 call  0x00004f3e 
- 00020280  0x00004941 setarg  0x00000002 
- 00020281  0x00004942 store  0x00000008 , 0x0000472a 
- 00020282  0x00004943 store  0x00000008 , 0x00004733 
- 00020283  0x00004944 fetch  0x00000001 , 0x00004856 
- 00020284  0x00004945 store  0x00000001 , 0x0000472b 
- 00020285  0x00004946 rtn 
- 00020286  0x0000494a arg  0x00000012 , 0x00000039 
- 00020287  0x0000494b arg  0x0000472a , 0x00000005 
- 00020288  0x0000494c branch  0x00007ca1 
- 00020289  0x00004952 call  0x00007de2 
- 00020290  0x00004953 call  0x0000561c 
- 00020291  0x00004954 fetcht  0x00000001 , 0x0000464a 
- 00020292  0x00004955 call  0x00006eb2 
- 00020293  0x00004956 fetcht  0x00000001 , 0x0000464b 
- 00020294  0x00004957 call  0x00006eb2 
- 00020295  0x00004959 fetcht  0x00000001 , 0x00004655 
- 00020296  0x0000495a call  0x00006eb6 
- 00020297  0x0000495c fetch  0x00000002 , 0x00004898 
- 00020298  0x0000495d copy  0x0000003f , 0x00000012 
- 00020299  0x0000495e arg  0x00000014 , 0x00000039 
- 00020300  0x00004960 ifetcht  0x00000001 , 0x00000012 
- 00020301  0x00004961 isolate1  0x00000007 , 0x00000002 
- 00020302  0x00004962 ncall  0x00006ef7 , 0x00000001 
- 00020303  0x00004963 increase  0x00000001 , 0x00000012 
- 00020304  0x00004964 loop  0x00004f4c 
- 00020305  0x00004966 fetch  0x00000002 , 0x00004896 
- 00020306  0x00004967 copy  0x0000003f , 0x00000012 
- 00020307  0x00004968 arg  0x00000008 , 0x00000039 
- 00020308  0x0000496a ifetcht  0x00000001 , 0x00000012 
- 00020309  0x0000496b sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00020310  0x0000496c ncall  0x00006eb2 , 0x00000005 
- 00020311  0x0000496d increase  0x00000001 , 0x00000012 
- 00020312  0x0000496e loop  0x00004f54 
- 00020313  0x0000496f rtn 
- 00020314  0x00004972 fetch  0x00000001 , 0x000048eb 
- 00020315  0x00004973 branch  0x00006eb6 , 0x00000034 
- 00020316  0x00004974 branch  0x00006eb2 
- 00020317  0x00004976 rtnmark1  0x00000026 
- 00020318  0x00004977 call  0x00004f41 
- 00020319  0x00004978 fetch  0x00000001 , 0x00000015 
- 00020320  0x00004979 nrtn  0x00000034 
- 00020321  0x0000497a branch  0x00006ed3 
- 00020322  0x0000497c bpatch  0x0000005a , 0x0000400b 
- 00020323  0x0000497d jam  0x000000ff , 0x00004659 
- 00020324  0x0000497e call  0x0000739a 
- 00020325  0x0000497f call  0x00004f70 
- 00020326  0x00004980 call  0x000056a9 
- 00020327  0x00004981 call  0x000054dc 
- 00020328  0x00004982 call  0x00005d9e 
- 00020329  0x00004983 fetcht  0x00000001 , 0x00004659 
- 00020330  0x00004984 branch  0x00006ed3 
- 00020331  0x00004987 call  0x00004f70 
- 00020332  0x00004989 bpatch  0x0000005b , 0x0000400b 
- 00020333  0x0000498a call  0x00004f75 
- 00020334  0x0000498b call  0x00007d7c 
- 00020335  0x0000498c branch  0x00004327 
- 00020336  0x0000498f bpatch  0x0000005c , 0x0000400b 
- 00020337  0x00004990 call  0x00004b6d 
- 00020338  0x00004991 call  0x00004b71 
- 00020339  0x00004992 call  0x00004b7c 
- 00020340  0x00004993 branch  0x00004b6f 
- 00020341  0x0000499b bpatch  0x0000005d , 0x0000400b 
- 00020342  0x0000499c call  0x00007de2 
- 00020343  0x0000499d call  0x00004f70 
- 00020344  0x0000499e call  0x00005a92 
- 00020345  0x0000499f call  0x00004f41 
- 00020346  0x000049a0 call  0x000054f9 
- 00020347  0x000049a1 fetcht  0x00000001 , 0x0000465b 
- 00020348  0x000049a2 call  0x000055b5 
- 00020349  0x000049a3 call  0x000055b9 
- 00020350  0x000049a4 branch  0x000054f2 
- 00020351  0x000049b1 fetch  0x00000002 , 0x000045e0 
- 00020352  0x000049b2 and_into  0x000000e0 , 0x0000003f 
- 00020353  0x000049b3 branch  0x00004f86 , 0x00000034 
- 00020354  0x000049b4 fetch  0x00000002 , 0x000045e0 
- 00020355  0x000049b5 increase  0x00000001 , 0x0000003f 
- 00020356  0x000049b6 store  0x00000002 , 0x000045e0 
- 00020357  0x000049b7 rtn 
- 00020358  0x000049b9 call  0x0000357f 
- 00020359  0x000049ba call  0x00003651 
- 00020360  0x000049bb nbranch  0x00003586 , 0x00000018 
- 00020361  0x000049bc nbranch  0x00003586 , 0x0000002f 
- 00020362  0x000049bd call  0x00005028 
- 00020363  0x000049be branch  0x0000356a 
- 00020364  0x000049c4 call  0x00003625 
- 00020365  0x000049c5 nbranch  0x00004f91 , 0x00000028 
- 00020366  0x000049c7 call  0x00004fa0 
- 00020367  0x000049c8 call  0x00004fd5 
- 00020368  0x000049c9 branch  0x00004fdb 
- 00020369  0x000049cc fetch  0x00000008 , 0x0000489c 
- 00020370  0x000049cd nbranch  0x00004f8e , 0x00000034 
- 00020371  0x000049ce fetch  0x00000008 , 0x000048a4 
- 00020372  0x000049cf nbranch  0x00004f8e , 0x00000034 
- 00020373  0x000049d0 fetch  0x00000004 , 0x000048ac 
- 00020374  0x000049d1 nbranch  0x00004f8e , 0x00000034 
- 00020375  0x000049d3 fetch  0x00000001 , 0x00004618 
- 00020376  0x000049d4 rtneq  0x00000001 
- 00020377  0x000049d5 call  0x0000369d 
- 00020378  0x000049d7 call  0x00004fc8 
- 00020379  0x000049d8 nrtn  0x00000028 
- 00020380  0x000049d9 fetch  0x00000001 , 0x0000473f 
- 00020381  0x000049da ncall  0x00004f75 , 0x00000034 
- 00020382  0x000049db fetch  0x00000004 , 0x000045af 
- 00020383  0x000049dc branch  0x00003622 
- 00020384  0x000049df bpatch  0x0000005e , 0x0000400b 
- 00020385  0x000049e0 jam  0x00000000 , 0x00004601 
- 00020386  0x000049e2 fetchr  0x0000000b , 0x00000002 , 0x00000040 
- 00020387  0x000049e3 until  0x00000023 , 0x00000026 
- 00020388  0x000049e4 call  0x00004df5 
- 00020389  0x000049e5 fetch  0x00000001 , 0x000049a3 
- 00020390  0x000049e6 nbranch  0x00005ed1 , 0x00000034 
- 00020391  0x000049e7 call  0x00003651 
- 00020392  0x000049e8 fetch  0x00000001 , 0x0000457f 
- 00020393  0x000049e9 beq  0x00000001 , 0x00003646 
- 00020394  0x000049ea nbranch  0x00004faf , 0x00000018 
- 00020395  0x000049eb nbranch  0x00004faf , 0x0000002f 
- 00020396  0x000049ec call  0x00005028 
- 00020397  0x000049ed jam  0x00000000 , 0x0000473f 
- 00020398  0x000049ee branch  0x00003646 
- 00020399  0x000049f2 fetch  0x00000001 , 0x00004602 
- 00020400  0x000049f3 nrtn  0x00000034 
- 00020401  0x000049f4 fetch  0x00000002 , 0x000045fe 
- 00020402  0x000049f5 increase  0x00000001 , 0x0000003f 
- 00020403  0x000049f6 store  0x00000002 , 0x000045fe 
- 00020404  0x000049f7 fetch  0x00000001 , 0x000045fe 
- 00020405  0x000049f8 beq  0x000000ff , 0x00003676 
- 00020406  0x000049f9 call  0x00004fb8 
- 00020407  0x000049fa branch  0x00004fa2 
- 00020408  0x000049fe fetcht  0x00000001 , 0x00004601 
- 00020409  0x000049ff sub  0x00000002 , 0x00000014 , 0x0000003e 
- 00020410  0x00004a00 branch  0x00004fbe , 0x00000002 
- 00020411  0x00004a01 arg  0x00000019 , 0x00000039 
- 00020412  0x00004a02 call  0x00007c96 
- 00020413  0x00004a03 branch  0x00003694 
- 00020414  0x00004a06 increase  0x00000001 , 0x00000002 
- 00020415  0x00004a07 storet  0x00000001 , 0x00004601 
- 00020416  0x00004a08 fetch  0x00000004 , 0x0000458f 
- 00020417  0x00004a09 fetcht  0x00000004 , 0x000045e4 
- 00020418  0x00004a0a isub  0x00000002 , 0x0000003e 
- 00020419  0x00004a0b branch  0x00003222 , 0x00000005 
- 00020420  0x00004a0c fetch  0x00000001 , 0x00004601 
- 00020421  0x00004a0d sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00020422  0x00004a0e rtn  0x00000002 
- 00020423  0x00004a0f branch  0x0000369a 
- 00020424  0x00004a13 enable  0x00000028 
- 00020425  0x00004a14 call  0x00002408 
- 00020426  0x00004a15 fetch  0x00000003 , 0x000040bd 
- 00020427  0x00004a16 branch  0x00007dbc , 0x00000034 
- 00020428  0x00004a17 fetch  0x00000001 , 0x000049a1 
- 00020429  0x00004a18 nbranch  0x00007dbc , 0x00000034 
- 00020430  0x00004a19 fetch  0x00000001 , 0x000049a2 
- 00020431  0x00004a1a nbranch  0x00007dbc , 0x00000034 
- 00020432  0x00004a1b fetch  0x00000001 , 0x000049c4 
- 00020433  0x00004a1c nbranch  0x00007dbc , 0x00000034 
- 00020434  0x00004a1d fetch  0x00000001 , 0x00004618 
- 00020435  0x00004a1e beq  0x00000001 , 0x00007dbc 
- 00020436  0x00004a1f branch  0x000036b9 
- 00020437  0x00004a22 fetch  0x00000004 , 0x0000458f 
- 00020438  0x00004a23 fetcht  0x00000004 , 0x000045e4 
- 00020439  0x00004a24 isub  0x00000002 , 0x0000003e 
- 00020440  0x00004a25 nbranch  0x000036e9 , 0x00000005 
- 00020441  0x00004a26 jam  0x0000009e , 0x00004141 
- 00020442  0x00004a27 rtn 
- 00020443  0x00004a29 fetch  0x00000008 , 0x0000460b 
- 00020444  0x00004a2a store  0x00000008 , 0x000045af 
- 00020445  0x00004a2b fetch  0x00000002 , 0x0000461d 
- 00020446  0x00004a2c store  0x00000002 , 0x0000461f 
- 00020447  0x00004a2e bpatch  0x0000005f , 0x0000400b 
- 00020448  0x00004a2f call  0x000036b4 
- 00020449  0x00004a30 nrtn  0x00000028 
- 00020450  0x00004a31 call  0x00007de2 
- 00020451  0x00004a32 fetch  0x00000003 , 0x00004608 
- 00020452  0x00004a33 branch  0x00003622 
- 00020453  0x00004a3c rtnmark0  0x00000026 
- 00020454  0x00004a3d call  0x00004e47 
- 00020455  0x00004a3e nrtn  0x00000028 
- 00020456  0x00004a3f fetch  0x00000008 , 0x00004713 
- 00020457  0x00004a40 bbit0  0x00000016 , 0x000060a1 
- 00020458  0x00004a41 fetch  0x00000001 , 0x0000496c 
- 00020459  0x00004a42 nbranch  0x00004fed , 0x00000034 
- 00020460  0x00004a43 branch  0x000060a1 
- 00020461  0x00004a46 jam  0x00000002 , 0x00004589 
- 00020462  0x00004a47 arg  0x00000009 , 0x00000011 
- 00020463  0x00004a48 fetch  0x00000001 , 0x0000496d 
- 00020464  0x00004a49 nbranch  0x00004ff3 , 0x00000034 
- 00020465  0x00004a4a arg  0x00004733 , 0x00000012 
- 00020466  0x00004a4b rtn 
- 00020467  0x00004a4d arg  0x0000472a , 0x00000012 
- 00020468  0x00004a4e rtn 
- 00020469  0x00004a54 setarg  0x00000000 
- 00020470  0x00004a55 store  0x00000003 , 0x000046f8 
- 00020471  0x00004a56 rtn 
- 00020472  0x00004a59 bpatch  0x00000060 , 0x0000400c 
- 00020473  0x00004a5a fetch  0x00000008 , 0x00004713 
- 00020474  0x00004a5b rtnbit0  0x0000000e 
- 00020475  0x00004a5c fetch  0x00000001 , 0x0000477d 
- 00020476  0x00004a5d rtn  0x00000034 
- 00020477  0x00004a5e fetch  0x00000001 , 0x00004602 
- 00020478  0x00004a5f rtn  0x00000034 
- 00020479  0x00004a60 fetch  0x00000001 , 0x000046f5 
- 00020480  0x00004a61 increase  0x00000001 , 0x0000003f 
- 00020481  0x00004a62 and_into  0x00000003 , 0x0000003f 
- 00020482  0x00004a63 store  0x00000001 , 0x000046f5 
- 00020483  0x00004a64 nrtn  0x00000034 
- 00020484  0x00004a65 jam  0x00000000 , 0x000046f6 
- 00020485  0x00004a68 fetch  0x00000001 , 0x000046f6 
- 00020486  0x00004a69 increase  0x00000001 , 0x0000003f 
- 00020487  0x00004a6a store  0x00000001 , 0x000046f6 
- 00020488  0x00004a6b sub  0x0000003f , 0x00000008 , 0x0000003e 
- 00020489  0x00004a6c nbranch  0x00005010 , 0x00000002 
- 00020490  0x00004a6d call  0x0000357f 
- 00020491  0x00004a6e call  0x00003651 
- 00020492  0x00004a6f nbranch  0x00005016 , 0x00000018 
- 00020493  0x00004a70 nbranch  0x00005016 , 0x0000002f 
- 00020494  0x00004a71 call  0x00005028 
- 00020495  0x00004a72 call  0x00005020 
- 00020496  0x00004a74 call  0x0000357b 
- 00020497  0x00004a75 fetch  0x00000001 , 0x000046f7 
- 00020498  0x00004a76 increase  0x00000001 , 0x0000003f 
- 00020499  0x00004a77 store  0x00000001 , 0x000046f7 
- 00020500  0x00004a78 beq  0x00000010 , 0x00005018 
- 00020501  0x00004a79 rtn 
- 00020502  0x00004a7c call  0x00003222 
- 00020503  0x00004a7d branch  0x00005005 
- 00020504  0x00004a80 jam  0x00000000 , 0x000046f7 
- 00020505  0x00004a81 fetch  0x00000001 , 0x000046f8 
- 00020506  0x00004a82 rtnbit1  0x00000000 
- 00020507  0x00004a83 set1  0x00000000 , 0x0000003f 
- 00020508  0x00004a84 store  0x00000001 , 0x000046f8 
- 00020509  0x00004a85 fetch  0x00000002 , 0x00004723 
- 00020510  0x00004a86 store  0x00000002 , 0x00004781 
- 00020511  0x00004a87 rtn 
- 00020512  0x00004a8b fetch  0x00000001 , 0x00004602 
- 00020513  0x00004a8c branch  0x00004ff5 , 0x00000034 
- 00020514  0x00004a8d jam  0x00000000 , 0x000046f7 
- 00020515  0x00004a8e fetch  0x00000001 , 0x000046f8 
- 00020516  0x00004a8f rtnbit0  0x00000000 
- 00020517  0x00004a90 set0  0x00000000 , 0x0000003f 
- 00020518  0x00004a91 store  0x00000001 , 0x000046f8 
- 00020519  0x00004a92 branch  0x00005c0b 
- 00020520  0x00004a96 call  0x0000366e 
- 00020521  0x00004a97 fetch  0x00000001 , 0x000044f8 
- 00020522  0x00004a98 compare  0x00000008 , 0x0000003f , 0x000000f8 
- 00020523  0x00004a99 nrtn  0x00000001 
- 00020524  0x00004a9a fetch  0x00000001 , 0x000044f9 
- 00020525  0x00004a9b beq  0x000000ff , 0x00004b11 
- 00020526  0x00004a9c rtn 
- 00020527  0x00004aa2 jam  0x00000001 , 0x000049f1 
- 00020528  0x00004aa3 arg  0x00000017 , 0x00000011 
- 00020529  0x00004aa4 arg  0x00000004 , 0x00000012 
- 00020530  0x00004aa5 call  0x000029fb 
- 00020531  0x00004aa6 setarg  0x00000006 
- 00020532  0x00004aa7 istore  0x00000001 , 0x00000005 
- 00020533  0x00004aa8 setarg  0x00000001 
- 00020534  0x00004aa9 istore  0x00000002 , 0x00000005 
- 00020535  0x00004aaa setarg  0x0000ffff 
- 00020536  0x00004aab istore  0x00000002 , 0x00000005 
- 00020537  0x00004aac setarg  0x00002800 
- 00020538  0x00004aad istore  0x00000002 , 0x00000005 
- 00020539  0x00004aae arg  0x000049e1 , 0x00000006 
- 00020540  0x00004aaf branch  0x00007c8f 
- 00020541  0x00004ab1 bpatch  0x00000061 , 0x0000400c 
- 00020542  0x00004ab2 fetch  0x00000001 , 0x000049f1 
- 00020543  0x00004ab3 rtn  0x00000034 
- 00020544  0x00004ab4 copy  0x00000011 , 0x00000006 
- 00020545  0x00004ab5 ifetch  0x00000003 , 0x00000006 
- 00020546  0x00004ab6 store  0x00000003 , 0x00004397 
- 00020547  0x00004ab7 beq  0x0000000b , 0x00005091 
- 00020548  0x00004ab8 beq  0x00000009 , 0x00005078 
- 00020549  0x00004ab9 beq  0x00000007 , 0x00005048 
- 00020550  0x00004aba beq  0x00000001 , 0x0000505b 
- 00020551  0x00004abb branch  0x00002b96 
- 00020552  0x00004abe fetch  0x00000001 , 0x000049f1 
- 00020553  0x00004abf beq  0x00000002 , 0x0000506c 
- 00020554  0x00004ac1 jam  0x00000002 , 0x000049c6 
- 00020555  0x00004ac2 branch  0x00005050 
- 00020556  0x00004ac5 fetch  0x00000001 , 0x000042cb 
- 00020557  0x00004ac6 store  0x00000001 , 0x000049c6 
- 00020558  0x00004ac7 branch  0x00005050 
- 00020559  0x00004ac9 jam  0x00000003 , 0x000049c6 
- 00020560  0x00004acb jam  0x00000000 , 0x000049f1 
- 00020561  0x00004acc fetcht  0x00000002 , 0x000049df 
- 00020562  0x00004acd setarg  0x00001fd0 
- 00020563  0x00004ace isub  0x00000002 , 0x00000012 
- 00020564  0x00004acf arg  0x000049c6 , 0x00000011 
- 00020565  0x00004ad1 arg  0x00000001 , 0x00000039 
- 00020566  0x00004ad2 call  0x00006b45 
- 00020567  0x00004ad3 fetcht  0x00000002 , 0x000049df 
- 00020568  0x00004ad4 increase  0x0000000e , 0x00000002 
- 00020569  0x00004ad5 storet  0x00000002 , 0x000049df 
- 00020570  0x00004ad6 rtn 
- 00020571  0x00004adb fetch  0x00000001 , 0x000049f1 
- 00020572  0x00004adc beq  0x00000002 , 0x0000504c 
- 00020573  0x00004add jam  0x00000002 , 0x000049f1 
- 00020574  0x00004ade arg  0x00000009 , 0x00000011 
- 00020575  0x00004adf arg  0x00000004 , 0x00000012 
- 00020576  0x00004ae0 call  0x000029fb 
- 00020577  0x00004ae1 setarg  0x00000006 
- 00020578  0x00004ae2 istore  0x00000001 , 0x00000005 
- 00020579  0x00004ae3 setarg  0x00000001 
- 00020580  0x00004ae4 istore  0x00000002 , 0x00000005 
- 00020581  0x00004ae5 setarg  0x0000ffff 
- 00020582  0x00004ae6 istore  0x00000002 , 0x00000005 
- 00020583  0x00004ae7 setarg  0x00002800 
- 00020584  0x00004ae8 istore  0x00000002 , 0x00000005 
- 00020585  0x00004ae9 arg  0x00000002 , 0x00000039 
- 00020586  0x00004aea arg  0x000049f2 , 0x00000006 
- 00020587  0x00004aeb branch  0x00007cda 
- 00020588  0x00004aee arg  0x00000007 , 0x00000011 
- 00020589  0x00004aef arg  0x00000004 , 0x00000012 
- 00020590  0x00004af0 call  0x000029fb 
- 00020591  0x00004af1 setarg  0x00000008 
- 00020592  0x00004af2 istore  0x00000001 , 0x00000005 
- 00020593  0x00004af3 fetcht  0x00000002 , 0x00004339 
- 00020594  0x00004af4 increase  0x00000005 , 0x00000002 
- 00020595  0x00004af5 ifetch  0x00000004 , 0x00000002 
- 00020596  0x00004af6 istore  0x00000004 , 0x00000005 
- 00020597  0x00004af7 setarg  0x00002803 
- 00020598  0x00004af8 istore  0x00000002 , 0x00000005 
- 00020599  0x00004af9 rtn 
- 00020600  0x00004afc fetch  0x00000002 , 0x00004335 
- 00020601  0x00004afd increase  0xfffffffe , 0x0000003f 
- 00020602  0x00004afe div  0x0000003f , 0x00000007 
- 00020603  0x00004aff call  0x00007d62 
- 00020604  0x00004b00 quotient  0x00000039 
- 00020605  0x00004b01 fetch  0x00000002 , 0x00004339 
- 00020606  0x00004b02 add  0x0000003f , 0x00000006 , 0x00000006 
- 00020607  0x00004b03 branch  0x00005080 
- 00020608  0x00004b06 increase  0x00000003 , 0x00000006 
- 00020609  0x00004b07 ifetch  0x00000002 , 0x00000006 
- 00020610  0x00004b08 copy  0x0000003f , 0x00000013 
- 00020611  0x00004b09 ifetch  0x00000002 , 0x00000006 
- 00020612  0x00004b0a arg  0x00002a29 , 0x00000002 
- 00020613  0x00004b0b isub  0x00000002 , 0x0000003e 
- 00020614  0x00004b0c branch  0x00005089 , 0x00000005 
- 00020615  0x00004b0d loop  0x00005080 
- 00020616  0x00004b0e branch  0x0000504c 
- 00020617  0x00004b10 arg  0x00000003 , 0x00000011 
- 00020618  0x00004b11 arg  0x00000004 , 0x00000012 
- 00020619  0x00004b12 call  0x000029fb 
- 00020620  0x00004b13 setarg  0x0000000a 
- 00020621  0x00004b14 istore  0x00000001 , 0x00000005 
- 00020622  0x00004b15 copy  0x00000013 , 0x0000003f 
- 00020623  0x00004b16 istore  0x00000002 , 0x00000005 
- 00020624  0x00004b17 rtn 
- 00020625  0x00004b1a fetch  0x00000002 , 0x00004335 
- 00020626  0x00004b1b arg  0x00000009 , 0x00000039 
- 00020627  0x00004b1c fetch  0x00000002 , 0x00004339 
- 00020628  0x00004b1d add  0x0000003f , 0x00000005 , 0x00000011 
- 00020629  0x00004b1e arg  0x000049f4 , 0x00000012 
- 00020630  0x00004b1f call  0x00007d64 
- 00020631  0x00004b20 branch  0x0000504f , 0x00000005 
- 00020632  0x00004b21 branch  0x0000504c 
- 00020633  0x00004b2a branch  0x000050bd , 0x0000002b 
- 00020634  0x00004b2b call  0x00002952 
- 00020635  0x00004b2c setarg  0x000050c7 
- 00020636  0x00004b2d store  0x00000002 , 0x000043db 
- 00020637  0x00004b2e setarg  0x000050ca 
- 00020638  0x00004b2f store  0x00000002 , 0x000043dd 
- 00020639  0x00004b30 setarg  0x000050c3 
- 00020640  0x00004b31 store  0x00000002 , 0x000043d3 
- 00020641  0x00004b32 setarg  0x00005180 
- 00020642  0x00004b33 store  0x00000002 , 0x000043e1 
- 00020643  0x00004b34 setarg  0x000053b0 
- 00020644  0x00004b35 store  0x00000002 , 0x000043df 
- 00020645  0x00004b36 setarg  0x000053c1 
- 00020646  0x00004b37 store  0x00000002 , 0x000043e3 
- 00020647  0x00004b39 bpatch  0x00000062 , 0x0000400c 
- 00020648  0x00004b3a call  0x000050ab 
- 00020649  0x00004b3b call  0x000050be 
- 00020650  0x00004b3c branch  0x0000533b 
- 00020651  0x00004b3f fetch  0x00000001 , 0x00008060 
- 00020652  0x00004b40 set0  0x00000000 , 0x0000003f 
- 00020653  0x00004b41 store  0x00000001 , 0x00008060 
- 00020654  0x00004b42 fetch  0x00000008 , 0x00004500 
- 00020655  0x00004b43 call  0x00006d68 
- 00020656  0x00004b44 fetch  0x00000002 , 0x00004508 
- 00020657  0x00004b45 call  0x00006d73 
- 00020658  0x00004b46 call  0x00006d82 
- 00020659  0x00004b47 jam  0x00000008 , 0x00008077 
- 00020660  0x00004b48 jam  0x00000049 , 0x00008076 
- 00020661  0x00004b49 jam  0x0000000a , 0x00008079 
- 00020662  0x00004b4a jam  0x0000000b , 0x0000807a 
- 00020663  0x00004b4c arg  0x00000081 , 0x00000002 
- 00020664  0x00004b4d fetch  0x00000002 , 0x0000450f 
- 00020665  0x00004b4e isolate1  0x00000000 , 0x0000003f 
- 00020666  0x00004b4f setflag  0x00000001 , 0x00000004 , 0x00000002 
- 00020667  0x00004b50 storet  0x00000001 , 0x00008060 
- 00020668  0x00004b51 rtn 
- 00020669  0x00004b54 branch  0x000050ab 
- 00020670  0x00004b59 fetcht  0x00000001 , 0x000044f5 
- 00020671  0x00004b5a call  0x00006ef7 
- 00020672  0x00004b5b call  0x000050ed 
- 00020673  0x00004b5c fetcht  0x00000001 , 0x000044f3 
- 00020674  0x00004b5d branch  0x00006edd 
- 00020675  0x00004b60 fetcht  0x00000001 , 0x000044f3 
- 00020676  0x00004b61 call  0x00006ee6 
- 00020677  0x00004b62 nbranch  0x0000430a , 0x00000001 
- 00020678  0x00004b63 branch  0x00004308 
- 00020679  0x00004b67 call  0x000069a9 
- 00020680  0x00004b68 nrtn  0x00000034 
- 00020681  0x00004b69 branch  0x000050ef 
- 00020682  0x00004b6d copy  0x00000013 , 0x0000003f 
- 00020683  0x00004b6e beq  0x00000014 , 0x000050dc 
- 00020684  0x00004b6f beq  0x00000015 , 0x000050d8 
- 00020685  0x00004b70 beq  0x00000030 , 0x00005375 
- 00020686  0x00004b71 beq  0x00000031 , 0x00005377 
- 00020687  0x00004b72 beq  0x00000032 , 0x00005381 
- 00020688  0x00004b73 beq  0x00000033 , 0x0000537f 
- 00020689  0x00004b74 beq  0x00000034 , 0x0000536f 
- 00020690  0x00004b75 beq  0x0000003d , 0x0000534f 
- 00020691  0x00004b76 beq  0x00000041 , 0x000050e2 
- 00020692  0x00004b77 beq  0x00000042 , 0x000050e4 
- 00020693  0x00004b78 beq  0x00000043 , 0x0000536d 
- 00020694  0x00004b79 beq  0x0000003b , 0x00005358 
- 00020695  0x00004b7a rtn 
- 00020696  0x00004b7f call  0x000029cb 
- 00020697  0x00004b80 jam  0x00000000 , 0x00004511 
- 00020698  0x00004b81 call  0x000050e0 
- 00020699  0x00004b82 branch  0x00005321 
- 00020700  0x00004b89 call  0x000050e7 
- 00020701  0x00004b8a fetch  0x00000001 , 0x000044fe 
- 00020702  0x00004b8b store  0x00000001 , 0x000040c0 
- 00020703  0x00004b8c branch  0x0000531f 
- 00020704  0x00004b91 call  0x00005149 
- 00020705  0x00004b92 branch  0x000050e5 
- 00020706  0x00004b96 call  0x000030f3 
- 00020707  0x00004b97 branch  0x00002ed5 
- 00020708  0x00004b9a branch  0x00005391 
- 00020709  0x00004b9e fetcht  0x00000001 , 0x000044f5 
- 00020710  0x00004b9f branch  0x00006ef7 
- 00020711  0x00004ba2 call  0x000050e9 
- 00020712  0x00004ba3 branch  0x000050ed 
- 00020713  0x00004ba6 fetch  0x00000001 , 0x000044f8 
- 00020714  0x00004ba7 isolate1  0x00000001 , 0x0000003f 
- 00020715  0x00004ba8 call  0x00004315 , 0x00000001 
- 00020716  0x00004ba9 rtn 
- 00020717  0x00004bab fetcht  0x00000001 , 0x000044f5 
- 00020718  0x00004bac branch  0x00006ef3 
- 00020719  0x00004bb0 fetch  0x00000001 , 0x0000810b 
- 00020720  0x00004bb1 rtnbit1  0x00000002 
- 00020721  0x00004bb2 call  0x00006d96 
- 00020722  0x00004bb3 ifetch  0x00000001 , 0x00000003 
- 00020723  0x00004bb4 bne  0x00000001 , 0x00005105 
- 00020724  0x00004bb5 fetch  0x00000002 , 0x00008112 
- 00020725  0x00004bb6 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00020726  0x00004bb7 rtn  0x00000002 
- 00020727  0x00004bb8 ifetch  0x00000001 , 0x00000003 
- 00020728  0x00004bb9 store  0x00000001 , 0x000006e2 
- 00020729  0x00004bba ifetcht  0x00000001 , 0x00000003 
- 00020730  0x00004bbb copy  0x00000003 , 0x00000011 
- 00020731  0x00004bbc storet  0x00000001 , 0x000006e3 
- 00020732  0x00004bbd add  0x00000002 , 0x00000003 , 0x00000002 
- 00020733  0x00004bbe fetch  0x00000002 , 0x00008112 
- 00020734  0x00004bbf isub  0x00000002 , 0x00000002 
- 00020735  0x00004bc0 nrtn  0x00000002 
- 00020736  0x00004bc1 jam  0x00000001 , 0x000006e4 
- 00020737  0x00004bc2 call  0x00005113 
- 00020738  0x00004bc3 fetch  0x00000001 , 0x000006e4 
- 00020739  0x00004bc4 rtneq  0x00000000 
- 00020740  0x00004bc5 branch  0x0000510e 
- 00020741  0x00004bc8 call  0x00007c95 
- 00020742  0x00004bc9 call  0x0000535e 
- 00020743  0x00004bca branch  0x00005108 
- 00020744  0x00004bce bpatch  0x00000063 , 0x0000400c 
- 00020745  0x00004bcf call  0x00006d96 
- 00020746  0x00004bd0 fetch  0x00000002 , 0x00008112 
- 00020747  0x00004bd1 rtn  0x00000034 
- 00020748  0x00004bd2 iadd  0x00000003 , 0x00000003 
- 00020749  0x00004bd3 branch  0x00005112 
- 00020750  0x00004bd6 call  0x00006d96 
- 00020751  0x00004bd7 increase  0x00000002 , 0x00000003 
- 00020752  0x00004bd8 ifetch  0x00000001 , 0x00000003 
- 00020753  0x00004bd9 iadd  0x00000003 , 0x00000003 
- 00020754  0x00004bdb branch  0x00006d9c 
- 00020755  0x00004bdf bpatch  0x00000064 , 0x0000400c 
- 00020756  0x00004be0 fetch  0x00000001 , 0x000006e2 
- 00020757  0x00004be1 beq  0x00000001 , 0x0000513d 
- 00020758  0x00004be2 beq  0x00000002 , 0x00005142 
- 00020759  0x00004be3 beq  0x00000004 , 0x00005150 
- 00020760  0x00004be4 beq  0x00000009 , 0x00005154 
- 00020761  0x00004be5 beq  0x0000000b , 0x000051ab 
- 00020762  0x00004be6 beq  0x0000000e , 0x000051ac 
- 00020763  0x00004be7 beq  0x0000000f , 0x000051b4 
- 00020764  0x00004be8 beq  0x00000010 , 0x000051bc 
- 00020765  0x00004be9 beq  0x00000012 , 0x000051c0 
- 00020766  0x00004bea beq  0x00000026 , 0x000051c4 
- 00020767  0x00004beb beq  0x00000028 , 0x000051c9 
- 00020768  0x00004bec beq  0x0000002a , 0x000051cc 
- 00020769  0x00004bed beq  0x0000002b , 0x000051ff 
- 00020770  0x00004bee beq  0x0000002c , 0x00005205 
- 00020771  0x00004bef beq  0x00000030 , 0x0000520c 
- 00020772  0x00004bf0 beq  0x00000031 , 0x00005211 
- 00020773  0x00004bf1 beq  0x00000032 , 0x00005222 
- 00020774  0x00004bf2 beq  0x00000033 , 0x0000522d 
- 00020775  0x00004bf3 beq  0x00000034 , 0x0000525a 
- 00020776  0x00004bf4 beq  0x00000035 , 0x0000525d 
- 00020777  0x00004bf5 beq  0x00000036 , 0x00005266 
- 00020778  0x00004bf6 beq  0x00000037 , 0x0000526f 
- 00020779  0x00004bf7 beq  0x00000038 , 0x00005275 
- 00020780  0x00004bf8 beq  0x00000040 , 0x0000527d 
- 00020781  0x00004bf9 beq  0x00000042 , 0x00005287 
- 00020782  0x00004bfa beq  0x00000048 , 0x0000528c 
- 00020783  0x00004bfc beq  0x00000051 , 0x00005297 
- 00020784  0x00004bfd beq  0x00000061 , 0x0000529b 
- 00020785  0x00004bfe beq  0x00000076 , 0x000052aa 
- 00020786  0x00004bff beq  0x00000077 , 0x000052b0 
- 00020787  0x00004c00 beq  0x00000078 , 0x000052b5 
- 00020788  0x00004c01 beq  0x0000007a , 0x000052eb 
- 00020789  0x00004c02 beq  0x0000007b , 0x000052f9 
- 00020790  0x00004c03 beq  0x00000090 , 0x000052ff 
- 00020791  0x00004c04 beq  0x00000091 , 0x00005304 
- 00020792  0x00004c05 beq  0x00000092 , 0x00005308 
- 00020793  0x00004c06 beq  0x00000093 , 0x0000530d 
- 00020794  0x00004c07 beq  0x00000094 , 0x00005311 
- 00020795  0x00004c08 beq  0x000000ff , 0x00005317 
- 00020796  0x00004c09 branch  0x00005319 
- 00020797  0x00004c10 fetch  0x00000001 , 0x000006e3 
- 00020798  0x00004c11 bne  0x00000006 , 0x00005319 
- 00020799  0x00004c12 ifetch  0x00000006 , 0x00000003 
- 00020800  0x00004c13 store  0x00000006 , 0x000042db 
- 00020801  0x00004c14 branch  0x0000531c 
- 00020802  0x00004c19 fetch  0x00000001 , 0x000006e3 
- 00020803  0x00004c1a bne  0x00000001 , 0x00005319 
- 00020804  0x00004c1b ifetcht  0x00000001 , 0x00000003 
- 00020805  0x00004c1c storet  0x00000001 , 0x000044ff 
- 00020806  0x00004c1d call  0x0000531c 
- 00020807  0x00004c1e fetch  0x00000002 , 0x000044e9 
- 00020808  0x00004c1f rtnbit1  0x00000009 
- 00020809  0x00004c23 fetch  0x00000001 , 0x000044f8 
- 00020810  0x00004c24 isolate1  0x00000001 , 0x0000003f 
- 00020811  0x00004c25 nrtn  0x00000001 
- 00020812  0x00004c26 fetcht  0x00000001 , 0x000044ff 
- 00020813  0x00004c27 isolate1  0x00000002 , 0x00000002 
- 00020814  0x00004c28 branch  0x00004317 , 0x00000001 
- 00020815  0x00004c29 branch  0x00004315 
- 00020816  0x00004c2f arg  0x0000001d , 0x0000003f 
- 00020817  0x00004c30 arg  0x0000426b , 0x00000005 
- 00020818  0x00004c31 call  0x00005260 
- 00020819  0x00004c32 branch  0x00002952 
- 00020820  0x00004c38 fetch  0x00000002 , 0x000044e9 
- 00020821  0x00004c39 bbit0  0x00000009 , 0x00005319 
- 00020822  0x00004c3a call  0x000051a8 
- 00020823  0x00004c3b branch  0x00005319 , 0x00000028 
- 00020824  0x00004c3c jam  0x00000000 , 0x000006e4 
- 00020825  0x00004c3d fetch  0x00000002 , 0x0000450f 
- 00020826  0x00004c3e bbit1  0x00000008 , 0x00005179 
- 00020827  0x00004c3f fetch  0x00000001 , 0x00004511 
- 00020828  0x00004c40 nrtn  0x00000034 
- 00020829  0x00004c41 jam  0x00000001 , 0x000006e4 
- 00020830  0x00004c42 ifetch  0x00000002 , 0x00000003 
- 00020831  0x00004c43 store  0x00000002 , 0x00004512 
- 00020832  0x00004c44 storer  0x00000003 , 0x00000002 , 0x00004514 
- 00020833  0x00004c45 fetch  0x00000001 , 0x000006e3 
- 00020834  0x00004c46 pincrease  0xfffffffe 
- 00020835  0x00004c47 nbranch  0x00005319 , 0x00000002 
- 00020836  0x00004c48 branch  0x00005319 , 0x00000005 
- 00020837  0x00004c49 store  0x00000001 , 0x00004511 
- 00020838  0x00004c4a fetcht  0x00000002 , 0x00004512 
- 00020839  0x00004c4b increase  0xffffffff , 0x00000002 
- 00020840  0x00004c4c call  0x00002cd2 
- 00020841  0x00004c4d branch  0x0000517c , 0x00000034 
- 00020842  0x00004c4e ifetcht  0x00000004 , 0x00000006 
- 00020843  0x00004c4f setarg  0x01280302 
- 00020844  0x00004c50 isub  0x00000002 , 0x0000003e 
- 00020845  0x00004c51 nbranch  0x0000517c , 0x00000005 
- 00020846  0x00004c52 ifetch  0x00000001 , 0x00000006 
- 00020847  0x00004c53 store  0x00000001 , 0x00004516 
- 00020848  0x00004c54 and_into  0x00000030 , 0x0000003f 
- 00020849  0x00004c55 branch  0x0000517c , 0x00000034 
- 00020850  0x00004c56 jam  0x00000000 , 0x000006e4 
- 00020851  0x00004c57 call  0x000029c9 
- 00020852  0x00004c58 call  0x00005180 
- 00020853  0x00004c59 call  0x00005180 
- 00020854  0x00004c5a call  0x00005180 
- 00020855  0x00004c5b fetch  0x00000002 , 0x0000450f 
- 00020856  0x00004c5c rtnbit0  0x00000008 
- 00020857  0x00004c5e jam  0x00000001 , 0x000006e4 
- 00020858  0x00004c5f call  0x000053d6 
- 00020859  0x00004c60 branch  0x0000531c 
- 00020860  0x00004c63 jam  0x00000000 , 0x00004511 
- 00020861  0x00004c64 jam  0x00000001 , 0x000006e4 
- 00020862  0x00004c65 call  0x000053d6 
- 00020863  0x00004c66 branch  0x00005319 
- 00020864  0x00004c69 fetch  0x00000001 , 0x00004511 
- 00020865  0x00004c6a rtn  0x00000034 
- 00020866  0x00004c6b call  0x00002a28 
- 00020867  0x00004c6c nrtn  0x00000034 
- 00020868  0x00004c6d call  0x000051a3 
- 00020869  0x00004c6e bpatch  0x00000065 , 0x0000400c 
- 00020870  0x00004c6f fetch  0x00000002 , 0x000042e1 
- 00020871  0x00004c70 call  0x00007db0 
- 00020872  0x00004c71 copy  0x0000003f , 0x00000002 
- 00020873  0x00004c72 fetch  0x00000001 , 0x00004396 
- 00020874  0x00004c73 rtnbit1  0x00000000 
- 00020875  0x00004c74 add  0x00000002 , 0xfffffffd , 0x0000003f 
- 00020876  0x00004c75 arg  0x000000fb , 0x00000002 
- 00020877  0x00004c76 call  0x00007db0 
- 00020878  0x00004c77 fetcht  0x00000001 , 0x00004511 
- 00020879  0x00004c78 call  0x00007db0 
- 00020880  0x00004c79 copy  0x0000003f , 0x00000011 
- 00020881  0x00004c7a copy  0x00000002 , 0x0000003f 
- 00020882  0x00004c7b isub  0x00000011 , 0x0000003f 
- 00020883  0x00004c7c store  0x00000001 , 0x00004511 
- 00020884  0x00004c7d call  0x0000519e 
- 00020885  0x00004c7e fetch  0x00000002 , 0x00004514 
- 00020886  0x00004c7f copy  0x0000003f , 0x00000003 
- 00020887  0x00004c80 copy  0x00000011 , 0x00000039 
- 00020888  0x00004c81 call  0x00006dca 
- 00020889  0x00004c82 copy  0x00000003 , 0x0000003f 
- 00020890  0x00004c83 store  0x00000002 , 0x00004514 
- 00020891  0x00004c84 fetch  0x00000001 , 0x00004511 
- 00020892  0x00004c85 nrtn  0x00000034 
- 00020893  0x00004c86 branch  0x000053d4 
- 00020894  0x00004c89 fetcht  0x00000002 , 0x00004512 
- 00020895  0x00004c8a fetch  0x00000001 , 0x00004516 
- 00020896  0x00004c8b bbit1  0x00000005 , 0x00002df7 
- 00020897  0x00004c8c bbit1  0x00000004 , 0x00002dee 
- 00020898  0x00004c8d rtn 
- 00020899  0x00004c92 arg  0x00000017 , 0x00000002 
- 00020900  0x00004c93 fetch  0x00000002 , 0x0000450f 
- 00020901  0x00004c94 rtnbit1  0x00000001 
- 00020902  0x00004c95 fetcht  0x00000002 , 0x000042e3 
- 00020903  0x00004c96 rtn 
- 00020904  0x00004c99 fetch  0x00000002 , 0x0000450f 
- 00020905  0x00004c9a bbit1  0x00000002 , 0x00002dc7 
- 00020906  0x00004c9b branch  0x00007dbc 
- 00020907  0x00004ca0 branch  0x0000533f 
- 00020908  0x00004ca7 ifetch  0x00000001 , 0x00000003 
- 00020909  0x00004ca8 fetcht  0x00000001 , 0x0000450f 
- 00020910  0x00004ca9 nsetflag  0x00000034 , 0x00000000 , 0x00000002 
- 00020911  0x00004caa storet  0x00000001 , 0x0000450f 
- 00020912  0x00004cab fetcht  0x00000001 , 0x00008060 
- 00020913  0x00004cac nsetflag  0x00000034 , 0x00000004 , 0x00000002 
- 00020914  0x00004cad storet  0x00000001 , 0x00008060 
- 00020915  0x00004cae branch  0x0000531c 
- 00020916  0x00004cb3 fetchr  0x00000039 , 0x00000001 , 0x000006e3 
- 00020917  0x00004cb4 call  0x00007d33 
- 00020918  0x00004cb5 call  0x00006d77 
- 00020919  0x00004cb6 store  0x00000002 , 0x00004508 
- 00020920  0x00004cb7 call  0x0000531c 
- 00020921  0x00004cb8 call  0x00006dae 
- 00020922  0x00004cb9 fetch  0x00000002 , 0x00004508 
- 00020923  0x00004cba branch  0x00006d73 
- 00020924  0x00004cbf arg  0x00000002 , 0x00000011 
- 00020925  0x00004cc0 arg  0x000044f1 , 0x00000012 
- 00020926  0x00004cc1 arg  0x00000000 , 0x00000002 
- 00020927  0x00004cc2 branch  0x00005323 
- 00020928  0x00004cc8 fetch  0x00000002 , 0x000044e9 
- 00020929  0x00004cc9 bbit0  0x00000009 , 0x00005319 
- 00020930  0x00004ccb call  0x0000531c 
- 00020931  0x00004ccc branch  0x0000431f 
- 00020932  0x00004cd3 fetchr  0x00000039 , 0x00000001 , 0x000006e3 
- 00020933  0x00004cd4 fetch  0x00000002 , 0x000043f8 
- 00020934  0x00004cd5 icopy  0x00000005 
- 00020935  0x00004cd6 call  0x00006dca 
- 00020936  0x00004cd7 branch  0x0000531c 
- 00020937  0x00004cdc fetch  0x00000002 , 0x000044e9 
- 00020938  0x00004cdd bbit1  0x00000009 , 0x0000528c 
- 00020939  0x00004cde branch  0x00005319 
- 00020940  0x00004ce3 arg  0x00000040 , 0x00000039 
- 00020941  0x00004ce4 arg  0x00004348 , 0x00000005 
- 00020942  0x00004ce5 call  0x00007ca1 
- 00020943  0x00004ce6 setarg  0x00000000 
- 00020944  0x00004ce7 store  0x00000001 , 0x00000688 
- 00020945  0x00004ce8 copy  0x00000011 , 0x00000003 
- 00020946  0x00004cea copy  0x00000003 , 0x0000003f 
- 00020947  0x00004ceb store  0x00000002 , 0x0000068c 
- 00020948  0x00004cec call  0x000051fa 
- 00020949  0x00004cee fetch  0x00000001 , 0x00000688 
- 00020950  0x00004cef fetcht  0x00000001 , 0x00000678 
- 00020951  0x00004cf0 increase  0x00000001 , 0x00000002 
- 00020952  0x00004cf1 iadd  0x00000002 , 0x0000003f 
- 00020953  0x00004cf2 store  0x00000001 , 0x00000688 
- 00020954  0x00004cf4 sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00020955  0x00004cf5 nbranch  0x000051e6 , 0x00000002 
- 00020956  0x00004cf7 fetcht  0x00000001 , 0x00004348 
- 00020957  0x00004cf8 setarg  0x00004349 
- 00020958  0x00004cf9 iadd  0x00000002 , 0x0000003f 
- 00020959  0x00004cfa store  0x00000002 , 0x00000691 
- 00020960  0x00004cfb fetcht  0x00000001 , 0x00000678 
- 00020961  0x00004cfc increase  0x00000001 , 0x00000002 
- 00020962  0x00004cfd fetch  0x00000001 , 0x00004348 
- 00020963  0x00004cfe iadd  0x00000002 , 0x0000003f 
- 00020964  0x00004cff store  0x00000001 , 0x00004348 
- 00020965  0x00004d00 branch  0x000051ef 
- 00020966  0x00004d02 fetcht  0x00000001 , 0x00004368 
- 00020967  0x00004d03 setarg  0x00004369 
- 00020968  0x00004d04 iadd  0x00000002 , 0x0000003f 
- 00020969  0x00004d05 store  0x00000002 , 0x00000691 
- 00020970  0x00004d06 fetcht  0x00000001 , 0x00000678 
- 00020971  0x00004d07 increase  0x00000001 , 0x00000002 
- 00020972  0x00004d08 fetch  0x00000001 , 0x00004368 
- 00020973  0x00004d09 iadd  0x00000002 , 0x0000003f 
- 00020974  0x00004d0a store  0x00000001 , 0x00004368 
- 00020975  0x00004d0c fetch  0x00000002 , 0x00000691 
- 00020976  0x00004d0d copy  0x0000003f , 0x00000005 
- 00020977  0x00004d0e fetch  0x00000002 , 0x0000068c 
- 00020978  0x00004d0f copy  0x0000003f , 0x00000003 
- 00020979  0x00004d11 copy  0x00000002 , 0x00000039 
- 00020980  0x00004d12 call  0x00006dca 
- 00020981  0x00004d14 fetch  0x00000001 , 0x000006e3 
- 00020982  0x00004d15 fetcht  0x00000001 , 0x00000688 
- 00020983  0x00004d16 isub  0x00000002 , 0x0000003e 
- 00020984  0x00004d17 nbranch  0x000051d2 , 0x00000005 
- 00020985  0x00004d18 branch  0x0000531c 
- 00020986  0x00004d1c ifetch  0x00000001 , 0x00000003 
- 00020987  0x00004d1d store  0x00000001 , 0x00000678 
- 00020988  0x00004d1e ifetch  0x00000001 , 0x00000003 
- 00020989  0x00004d1f store  0x00000001 , 0x00000684 
- 00020990  0x00004d20 rtn 
- 00020991  0x00004d25 arg  0x00000000 , 0x00000002 
- 00020992  0x00004d26 arg  0x00000002 , 0x00000011 
- 00020993  0x00004d27 fetch  0x00000002 , 0x0000450c 
- 00020994  0x00004d28 store  0x00000002 , 0x000006a1 
- 00020995  0x00004d29 arg  0x000006a1 , 0x00000012 
- 00020996  0x00004d2a branch  0x00005323 
- 00020997  0x00004d2f fetch  0x00000001 , 0x000006e3 
- 00020998  0x00004d30 bne  0x00000001 , 0x00005319 
- 00020999  0x00004d31 ifetch  0x00000001 , 0x00000003 
- 00021000  0x00004d32 store  0x00000001 , 0x0000450a 
- 00021001  0x00004d33 setarg  0x00000000 
- 00021002  0x00004d34 store  0x00000002 , 0x0000450c 
- 00021003  0x00004d35 branch  0x0000531c 
- 00021004  0x00004d3a fetch  0x00000001 , 0x000006e3 
- 00021005  0x00004d3b bne  0x00000004 , 0x00005319 
- 00021006  0x00004d3c fetch  0x00000002 , 0x000044e9 
- 00021007  0x00004d3d bbit1  0x00000009 , 0x000052eb 
- 00021008  0x00004d3e branch  0x00005319 
- 00021009  0x00004d44 fetch  0x00000001 , 0x000006e3 
- 00021010  0x00004d45 bne  0x00000003 , 0x00005319 
- 00021011  0x00004d46 ifetch  0x00000001 , 0x00000003 
- 00021012  0x00004d47 beq  0x00000000 , 0x00005217 
- 00021013  0x00004d48 beq  0x00000001 , 0x0000521d 
- 00021014  0x00004d49 branch  0x00005319 
- 00021015  0x00004d4c call  0x0000531c 
- 00021016  0x00004d4d ifetcht  0x00000001 , 0x00000003 
- 00021017  0x00004d4e ifetch  0x00000001 , 0x00000003 
- 00021018  0x00004d4f beq  0x00000002 , 0x00006f0f 
- 00021019  0x00004d50 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00021020  0x00004d51 branch  0x00006edd 
- 00021021  0x00004d54 call  0x0000531c 
- 00021022  0x00004d55 ifetcht  0x00000001 , 0x00000003 
- 00021023  0x00004d56 ifetch  0x00000001 , 0x00000003 
- 00021024  0x00004d57 branch  0x00006ef7 , 0x00000034 
- 00021025  0x00004d58 branch  0x00006ef3 
- 00021026  0x00004d5d fetch  0x00000001 , 0x000006e3 
- 00021027  0x00004d5e bne  0x00000001 , 0x00005319 
- 00021028  0x00004d5f ifetcht  0x00000001 , 0x00000003 
- 00021029  0x00004d60 call  0x00006ee6 
- 00021030  0x00004d61 setarg  0x00000000 
- 00021031  0x00004d62 nsetflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00021032  0x00004d63 arg  0x00000001 , 0x00000011 
- 00021033  0x00004d64 store  0x00000002 , 0x000006a1 
- 00021034  0x00004d65 arg  0x000006a1 , 0x00000012 
- 00021035  0x00004d66 arg  0x00000000 , 0x00000002 
- 00021036  0x00004d67 branch  0x00005323 
- 00021037  0x00004d6c ifetch  0x00000001 , 0x00000003 
- 00021038  0x00004d6d copy  0x0000003f , 0x00000002 
- 00021039  0x00004d6e beq  0x00000081 , 0x0000523c 
- 00021040  0x00004d6f beq  0x00000082 , 0x00005240 
- 00021041  0x00004d70 beq  0x00000083 , 0x00005245 
- 00021042  0x00004d71 beq  0x00000084 , 0x00005249 
- 00021043  0x00004d72 store  0x00000001 , 0x000042fe 
- 00021044  0x00004d73 call  0x000074ff 
- 00021045  0x00004d74 call  0x00002ec4 
- 00021046  0x00004d75 fetch  0x00000001 , 0x000042fe 
- 00021047  0x00004d76 beq  0x00000000 , 0x0000524d 
- 00021048  0x00004d77 beq  0x00000001 , 0x00005250 
- 00021049  0x00004d78 beq  0x00000002 , 0x00005252 
- 00021050  0x00004d79 beq  0x00000004 , 0x00005254 
- 00021051  0x00004d7a branch  0x00005319 
- 00021052  0x00004d7d storet  0x00000001 , 0x000042fe 
- 00021053  0x00004d7e call  0x00002ec0 
- 00021054  0x00004d7f jam  0x0000000d , 0x000042c7 
- 00021055  0x00004d80 branch  0x0000524e 
- 00021056  0x00004d82 storet  0x00000001 , 0x000042fe 
- 00021057  0x00004d83 call  0x00002ec0 
- 00021058  0x00004d84 jam  0x0000000d , 0x000042c7 
- 00021059  0x00004d85 jam  0x00000001 , 0x000042c5 
- 00021060  0x00004d86 branch  0x0000531c 
- 00021061  0x00004d88 storet  0x00000001 , 0x000042fe 
- 00021062  0x00004d89 call  0x00002ec0 
- 00021063  0x00004d8a jam  0x0000000d , 0x000042c7 
- 00021064  0x00004d8b branch  0x00005258 
- 00021065  0x00004d8d storet  0x00000001 , 0x000042fe 
- 00021066  0x00004d8e call  0x00002ec0 
- 00021067  0x00004d8f jam  0x0000000d , 0x000042c7 
- 00021068  0x00004d90 branch  0x00005256 
- 00021069  0x00004d94 jam  0x00000000 , 0x000042c7 
- 00021070  0x00004d96 jam  0x00000003 , 0x000042c5 
- 00021071  0x00004d97 branch  0x0000531c 
- 00021072  0x00004d99 jam  0x00000001 , 0x000042c7 
- 00021073  0x00004d9a branch  0x0000524e 
- 00021074  0x00004d9c jam  0x00000005 , 0x000042c7 
- 00021075  0x00004d9d branch  0x00005258 
- 00021076  0x00004d9f jam  0x00000005 , 0x000042c7 
- 00021077  0x00004da0 branch  0x00005256 
- 00021078  0x00004da2 jam  0x00000002 , 0x000042c5 
- 00021079  0x00004da3 branch  0x0000531c 
- 00021080  0x00004da5 jam  0x00000000 , 0x000042c5 
- 00021081  0x00004da6 branch  0x0000531c 
- 00021082  0x00004dab arg  0x0000001f , 0x0000003f 
- 00021083  0x00004dac arg  0x00004348 , 0x00000005 
- 00021084  0x00004dad branch  0x00005260 
- 00021085  0x00004db2 arg  0x0000001f , 0x0000003f 
- 00021086  0x00004db3 arg  0x00004368 , 0x00000005 
- 00021087  0x00004db4 branch  0x00005260 
- 00021088  0x00004db7 fetchr  0x00000039 , 0x00000001 , 0x000006e3 
- 00021089  0x00004db8 isub  0x00000039 , 0x0000003e 
- 00021090  0x00004db9 nbranch  0x00005319 , 0x00000002 
- 00021091  0x00004dba istorer  0x00000039 , 0x00000001 , 0x00000005 
- 00021092  0x00004dbb call  0x00006dca 
- 00021093  0x00004dbc branch  0x0000531c 
- 00021094  0x00004dc1 fetch  0x00000002 , 0x000044e9 
- 00021095  0x00004dc2 bbit0  0x00000009 , 0x00005319 
- 00021096  0x00004dc3 fetch  0x00000001 , 0x000006e3 
- 00021097  0x00004dc4 bne  0x00000008 , 0x00005319 
- 00021098  0x00004dc5 ifetch  0x00000008 , 0x00000003 
- 00021099  0x00004dc6 store  0x00000008 , 0x000042d3 
- 00021100  0x00004dc7 jam  0x00000012 , 0x0000066f 
- 00021101  0x00004dc8 call  0x00007834 
- 00021102  0x00004dc9 branch  0x0000531c 
- 00021103  0x00004dce ifetch  0x00000002 , 0x00000003 
- 00021104  0x00004dcf store  0x00000002 , 0x00004389 
- 00021105  0x00004dd0 storet  0x00000001 , 0x000040a6 
- 00021106  0x00004dd1 iadd  0x00000002 , 0x0000003f 
- 00021107  0x00004dd2 store  0x00000002 , 0x000040a4 
- 00021108  0x00004dd3 branch  0x0000531c 
- 00021109  0x00004dd8 fetch  0x00000001 , 0x000042fe 
- 00021110  0x00004dd9 branch  0x00005319 , 0x00000034 
- 00021111  0x00004dda fetch  0x00000001 , 0x000042fc 
- 00021112  0x00004ddb bne  0x00000000 , 0x00005319 
- 00021113  0x00004ddc fetch  0x00000001 , 0x000042fd 
- 00021114  0x00004ddd bne  0x00000000 , 0x00005319 
- 00021115  0x00004dde call  0x000078a9 
- 00021116  0x00004ddf branch  0x0000531c 
- 00021117  0x00004de4 fetch  0x00000001 , 0x000006e3 
- 00021118  0x00004de5 bne  0x00000005 , 0x00005319 
- 00021119  0x00004de6 ifetch  0x00000001 , 0x00000003 
- 00021120  0x00004de7 store  0x00000001 , 0x000044f9 
- 00021121  0x00004de8 ifetch  0x00000004 , 0x00000003 
- 00021122  0x00004de9 store  0x00000004 , 0x000044fa 
- 00021123  0x00004dea fetcht  0x00000001 , 0x000044f9 
- 00021124  0x00004deb call  0x00006ef7 
- 00021125  0x00004dec call  0x000053ae 
- 00021126  0x00004ded branch  0x0000531c 
- 00021127  0x00004df2 fetch  0x00000001 , 0x000006e3 
- 00021128  0x00004df3 bne  0x00000001 , 0x00005319 
- 00021129  0x00004df4 ifetch  0x00000001 , 0x00000003 
- 00021130  0x00004df5 store  0x00000001 , 0x00004141 
- 00021131  0x00004df6 branch  0x0000531c 
- 00021132  0x00004dfb ifetch  0x00000001 , 0x00000003 
- 00021133  0x00004dfc beq  0x00000001 , 0x00005295 
- 00021134  0x00004dfd fetch  0x00000001 , 0x000042fa 
- 00021135  0x00004dfe beq  0x00000003 , 0x00005293 
- 00021136  0x00004dff beq  0x00000006 , 0x00005293 
- 00021137  0x00004e00 beq  0x00000007 , 0x00005293 
- 00021138  0x00004e01 branch  0x00005319 
- 00021139  0x00004e03 jam  0x00000001 , 0x000042fb 
- 00021140  0x00004e04 branch  0x0000531c 
- 00021141  0x00004e07 call  0x00002f2a 
- 00021142  0x00004e08 branch  0x0000531c 
- 00021143  0x00004e0f call  0x0000531c 
- 00021144  0x00004e10 call  0x00006dae 
- 00021145  0x00004e11 jam  0x00000001 , 0x00008010 
- 00021146  0x00004e12 branch  0x0000235a 
- 00021147  0x00004e17 fetch  0x00000001 , 0x000006e3 
- 00021148  0x00004e18 beq  0x00000000 , 0x00005319 
- 00021149  0x00004e19 ifetch  0x00000001 , 0x00000003 
- 00021150  0x00004e1a branch  0x000052a8 , 0x00000034 
- 00021151  0x00004e1b fetch  0x00000001 , 0x000006e3 
- 00021152  0x00004e1c bne  0x00000005 , 0x00005319 
- 00021153  0x00004e1d ifetch  0x00000004 , 0x00000003 
- 00021154  0x00004e1e arg  0x000f4240 , 0x00000002 
- 00021155  0x00004e1f isub  0x00000002 , 0x0000003e 
- 00021156  0x00004e20 branch  0x00005319 , 0x00000002 
- 00021157  0x00004e21 store  0x00000004 , 0x000042ff 
- 00021158  0x00004e22 call  0x000029c1 
- 00021159  0x00004e23 branch  0x0000531c 
- 00021160  0x00004e26 call  0x000029c3 
- 00021161  0x00004e27 branch  0x0000531c 
- 00021162  0x00004e2c arg  0x00000001 , 0x00000002 
- 00021163  0x00004e2d call  0x00002cd2 
- 00021164  0x00004e2e add  0x00000006 , 0xfffffffe , 0x00000005 
- 00021165  0x00004e2f setarg  0x00000000 
- 00021166  0x00004e30 istore  0x00000002 , 0x00000005 
- 00021167  0x00004e31 branch  0x0000531c 
- 00021168  0x00004e36 call  0x000052b9 
- 00021169  0x00004e37 call  0x000052e7 
- 00021170  0x00004e38 setarg  0x00000000 
- 00021171  0x00004e39 istore  0x00000002 , 0x00000005 
- 00021172  0x00004e3a branch  0x00005388 
- 00021173  0x00004e40 ifetch  0x00000001 , 0x00000003 
- 00021174  0x00004e41 call  0x000052bd 
- 00021175  0x00004e42 call  0x000052c4 
- 00021176  0x00004e43 branch  0x00005388 
- 00021177  0x00004e47 call  0x000052e4 
- 00021178  0x00004e48 setarg  0x00280002 
- 00021179  0x00004e49 istore  0x00000003 , 0x00000005 
- 00021180  0x00004e4a rtn 
- 00021181  0x00004e4e store  0x00000001 , 0x00000670 
- 00021182  0x00004e4f call  0x000052e4 
- 00021183  0x00004e50 setarg  0x01280302 
- 00021184  0x00004e51 istore  0x00000004 , 0x00000005 
- 00021185  0x00004e52 fetch  0x00000001 , 0x00000670 
- 00021186  0x00004e53 istore  0x00000003 , 0x00000005 
- 00021187  0x00004e54 rtn 
- 00021188  0x00004e58 call  0x00002cf6 
- 00021189  0x00004e59 ifetch  0x00000001 , 0x00000003 
- 00021190  0x00004e5a and  0x0000003f , 0x0000001f , 0x00000039 
- 00021191  0x00004e5b copy  0x0000003f , 0x00000011 
- 00021192  0x00004e5c isolate1  0x00000007 , 0x00000011 
- 00021193  0x00004e5d setflag  0x00000001 , 0x0000000f , 0x00000002 
- 00021194  0x00004e5e isolate1  0x00000006 , 0x00000011 
- 00021195  0x00004e5f setflag  0x00000001 , 0x0000000e , 0x00000002 
- 00021196  0x00004e60 istoret  0x00000002 , 0x00000005 
- 00021197  0x00004e61 copy  0x00000039 , 0x0000003f 
- 00021198  0x00004e62 istore  0x00000001 , 0x00000005 
- 00021199  0x00004e63 call  0x00006ddd 
- 00021200  0x00004e64 call  0x000052e7 
- 00021201  0x00004e65 setarg  0x00000000 
- 00021202  0x00004e66 istore  0x00000002 , 0x00000005 
- 00021203  0x00004e67 and  0x00000002 , 0x000000ff , 0x00000002 
- 00021204  0x00004e68 increase  0xffffffff , 0x00000002 
- 00021205  0x00004e69 call  0x00002cd2 
- 00021206  0x00004e6a add  0x00000006 , 0x00000004 , 0x00000006 
- 00021207  0x00004e6b ifetch  0x00000001 , 0x00000006 
- 00021208  0x00004e6c bbit1  0x00000004 , 0x000052dc 
- 00021209  0x00004e6d bbit1  0x00000005 , 0x000052dc 
- 00021210  0x00004e6e increase  0x00000001 , 0x00000002 
- 00021211  0x00004e6f rtn 
- 00021212  0x00004e73 call  0x00002cf6 
- 00021213  0x00004e74 isolate1  0x00000005 , 0x00000011 
- 00021214  0x00004e75 setflag  0x00000001 , 0x0000000f , 0x00000002 
- 00021215  0x00004e76 istoret  0x00000002 , 0x00000005 
- 00021216  0x00004e77 setarg  0x02290202 
- 00021217  0x00004e78 istore  0x00000008 , 0x00000005 
- 00021218  0x00004e79 increase  0xffffffff , 0x00000002 
- 00021219  0x00004e7a rtn 
- 00021220  0x00004e7e call  0x00002cf6 
- 00021221  0x00004e7f istoret  0x00000002 , 0x00000005 
- 00021222  0x00004e80 rtn 
- 00021223  0x00004e84 ifetch  0x00000001 , 0x00000003 
- 00021224  0x00004e85 copy  0x0000003f , 0x00000039 
- 00021225  0x00004e86 istore  0x00000001 , 0x00000005 
- 00021226  0x00004e87 branch  0x00006ddd 
- 00021227  0x00004e8c fetch  0x00000001 , 0x000042fc 
- 00021228  0x00004e8d bne  0x00000005 , 0x00005319 
- 00021229  0x00004e8e fetch  0x00000001 , 0x000042fe 
- 00021230  0x00004e8f beq  0x00000004 , 0x000052f7 
- 00021231  0x00004e90 beq  0x00000084 , 0x000052f1 
- 00021232  0x00004e91 branch  0x00005319 
- 00021233  0x00004e94 jam  0x00000002 , 0x000042f9 
- 00021234  0x00004e95 jam  0x00000008 , 0x000042fa 
- 00021235  0x00004e96 branch  0x000052f4 
- 00021236  0x00004e99 ifetch  0x00000004 , 0x00000003 
- 00021237  0x00004e9a store  0x00000004 , 0x000042ff 
- 00021238  0x00004e9b branch  0x0000531c 
- 00021239  0x00004e9e call  0x000052f4 
- 00021240  0x00004e9f branch  0x00002f13 
- 00021241  0x00004ea4 ifetch  0x00000006 , 0x00000003 
- 00021242  0x00004ea5 store  0x00000006 , 0x000042cc 
- 00021243  0x00004ea6 jam  0x0000001b , 0x000001bc 
- 00021244  0x00004ea7 jam  0x00000001 , 0x00004517 
- 00021245  0x00004ea8 jam  0x00000001 , 0x00004343 
- 00021246  0x00004ea9 branch  0x0000531c 
- 00021247  0x00004eaf fetch  0x00000001 , 0x000006e3 
- 00021248  0x00004eb0 bne  0x00000002 , 0x00005319 
- 00021249  0x00004eb1 ifetcht  0x00000002 , 0x00000003 
- 00021250  0x00004eb2 call  0x00002a2d 
- 00021251  0x00004eb3 branch  0x0000531c 
- 00021252  0x00004eb8 arg  0x00000000 , 0x00000002 
- 00021253  0x00004eb9 arg  0x00000002 , 0x00000011 
- 00021254  0x00004eba arg  0x00004075 , 0x00000012 
- 00021255  0x00004ebb branch  0x00005323 
- 00021256  0x00004ec0 fetch  0x00000001 , 0x000006e3 
- 00021257  0x00004ec1 bne  0x00000008 , 0x00005319 
- 00021258  0x00004ec2 ifetch  0x00000008 , 0x00000003 
- 00021259  0x00004ec3 call  0x00002a2b 
- 00021260  0x00004ec4 branch  0x0000531c 
- 00021261  0x00004ec9 ifetchr  0x00000011 , 0x00000001 , 0x00000003 
- 00021262  0x00004eca ifetchr  0x00000012 , 0x00000002 , 0x00000003 
- 00021263  0x00004ecb arg  0x00000000 , 0x00000002 
- 00021264  0x00004ecc branch  0x00005323 
- 00021265  0x00004ed1 fetchr  0x00000039 , 0x00000001 , 0x000006e3 
- 00021266  0x00004ed2 increase  0xfffffffe , 0x00000039 
- 00021267  0x00004ed3 ifetch  0x00000002 , 0x00000003 
- 00021268  0x00004ed4 copy  0x0000003f , 0x00000005 
- 00021269  0x00004ed5 call  0x00006dca 
- 00021270  0x00004ed6 branch  0x0000531c 
- 00021271  0x00004edc jam  0x00000000 , 0x00004094 
- 00021272  0x00004edd branch  0x0000531c 
- 00021273  0x00004ee3 arg  0x00000001 , 0x00000002 
- 00021274  0x00004ee4 arg  0x00000000 , 0x00000011 
- 00021275  0x00004ee5 branch  0x00005323 
- 00021276  0x00004ee9 arg  0x00000000 , 0x00000002 
- 00021277  0x00004eea arg  0x00000000 , 0x00000011 
- 00021278  0x00004eeb branch  0x00005323 
- 00021279  0x00004ef0 jam  0x00000002 , 0x000006e2 
- 00021280  0x00004ef1 branch  0x0000533c 
- 00021281  0x00004ef7 jam  0x00000005 , 0x000006e2 
- 00021282  0x00004ef8 branch  0x0000533c 
- 00021283  0x00004f01 fetch  0x00000001 , 0x000006e2 
- 00021284  0x00004f02 copy  0x0000003f , 0x00000013 
- 00021285  0x00004f03 jam  0x00000006 , 0x000006e2 
- 00021286  0x00004f04 setarg  0x00000002 
- 00021287  0x00004f05 iadd  0x00000011 , 0x0000003f 
- 00021288  0x00004f06 call  0x00005397 
- 00021289  0x00004f07 copy  0x00000013 , 0x0000003f 
- 00021290  0x00004f08 istore  0x00000001 , 0x00000003 
- 00021291  0x00004f09 istoret  0x00000001 , 0x00000003 
- 00021292  0x00004f0a copy  0x00000011 , 0x00000039 
- 00021293  0x00004f0b copy  0x00000012 , 0x00000006 
- 00021294  0x00004f0c call  0x00006dc4 
- 00021295  0x00004f0d branch  0x000053a1 
- 00021296  0x00004f15 jam  0x00000008 , 0x000006e2 
- 00021297  0x00004f16 add  0x00000039 , 0x00000002 , 0x0000003f 
- 00021298  0x00004f17 call  0x00005397 
- 00021299  0x00004f18 fetch  0x00000002 , 0x0000070d 
- 00021300  0x00004f19 istore  0x00000002 , 0x00000003 
- 00021301  0x00004f1a fetch  0x00000002 , 0x0000070b 
- 00021302  0x00004f1b icopy  0x00000006 
- 00021303  0x00004f1c call  0x00006db1 
- 00021304  0x00004f1d copy  0x00000006 , 0x0000003f 
- 00021305  0x00004f1e store  0x00000002 , 0x0000070b 
- 00021306  0x00004f1f branch  0x000053a1 
- 00021307  0x00004f24 jam  0x00000009 , 0x000006e2 
- 00021308  0x00004f26 setarg  0x00000000 
- 00021309  0x00004f27 call  0x00005397 
- 00021310  0x00004f28 branch  0x000053a1 
- 00021311  0x00004f2d jam  0x0000000a , 0x000006e2 
- 00021312  0x00004f2e setarg  0x00000001 
- 00021313  0x00004f2f call  0x00005397 
- 00021314  0x00004f31 call  0x00005349 
- 00021315  0x00004f33 fetch  0x00000002 , 0x000044e9 
- 00021316  0x00004f34 arg  0x00000009 , 0x00000007 
- 00021317  0x00004f35 qisolate1  0x0000003f 
- 00021318  0x00004f36 setflag  0x00000001 , 0x00000005 , 0x00000002 
- 00021319  0x00004f3a istoret  0x00000001 , 0x00000003 
- 00021320  0x00004f3b branch  0x000053a1 
- 00021321  0x00004f40 arg  0x00000000 , 0x00000002 
- 00021322  0x00004f41 fetch  0x00000001 , 0x00004388 
- 00021323  0x00004f42 arg  0x00000000 , 0x00000007 
- 00021324  0x00004f43 qisolate1  0x0000003f 
- 00021325  0x00004f44 setflag  0x00000001 , 0x00000002 , 0x00000002 
- 00021326  0x00004f45 rtn 
- 00021327  0x00004f4a jam  0x0000000d , 0x000006e2 
- 00021328  0x00004f4b fetch  0x00000001 , 0x000043fa 
- 00021329  0x00004f4c mul32  0x0000003f , 0x00000022 , 0x0000003f 
- 00021330  0x00004f4d icopy  0x00000039 
- 00021331  0x00004f4e call  0x00005397 
- 00021332  0x00004f4f fetch  0x00000002 , 0x000043f8 
- 00021333  0x00004f50 icopy  0x00000006 
- 00021334  0x00004f51 call  0x00006db1 
- 00021335  0x00004f52 branch  0x000053a1 
- 00021336  0x00004f56 jam  0x0000000e , 0x000006e2 
- 00021337  0x00004f57 setarg  0x00000004 
- 00021338  0x00004f58 call  0x00005397 
- 00021339  0x00004f59 fetch  0x00000004 , 0x000005fa 
- 00021340  0x00004f5a istore  0x00000004 , 0x00000003 
- 00021341  0x00004f5b branch  0x000053a1 
- 00021342  0x00004f5f jam  0x0000000f , 0x000006e2 
- 00021343  0x00004f60 fetch  0x00000002 , 0x00008112 
- 00021344  0x00004f61 arg  0x00000040 , 0x00000002 
- 00021345  0x00004f62 call  0x00007db0 
- 00021346  0x00004f63 copy  0x0000003f , 0x00000011 
- 00021347  0x00004f64 copy  0x0000003f , 0x00000039 
- 00021348  0x00004f65 call  0x00006d96 
- 00021349  0x00004f66 arg  0x000006a1 , 0x00000005 
- 00021350  0x00004f67 call  0x00006dca 
- 00021351  0x00004f68 copy  0x00000011 , 0x0000003f 
- 00021352  0x00004f69 copy  0x00000011 , 0x00000039 
- 00021353  0x00004f6a call  0x00005397 
- 00021354  0x00004f6b arg  0x000006a1 , 0x00000006 
- 00021355  0x00004f6c call  0x00006db1 
- 00021356  0x00004f6d branch  0x000053a1 
- 00021357  0x00004f72 jam  0x00000010 , 0x000006e2 
- 00021358  0x00004f73 branch  0x0000533c 
- 00021359  0x00004f78 jam  0x00000011 , 0x000006e2 
- 00021360  0x00004f79 setarg  0x00000004 
- 00021361  0x00004f7a call  0x00005397 
- 00021362  0x00004f7b fetch  0x00000004 , 0x000042ff 
- 00021363  0x00004f7c istore  0x00000004 , 0x00000003 
- 00021364  0x00004f7d branch  0x000053a1 
- 00021365  0x00004f82 arg  0x00000180 , 0x00000011 
- 00021366  0x00004f83 branch  0x00005379 
- 00021367  0x00004f86 arg  0x00000080 , 0x00000011 
- 00021368  0x00004f87 branch  0x00005379 
- 00021369  0x00004f8b jam  0x00000014 , 0x000006e2 
- 00021370  0x00004f8c setarg  0x00000002 
- 00021371  0x00004f8d call  0x00005397 
- 00021372  0x00004f8e copy  0x00000011 , 0x0000003f 
- 00021373  0x00004f8f istore  0x00000002 , 0x00000003 
- 00021374  0x00004f90 branch  0x000053a1 
- 00021375  0x00004f95 arg  0x00000000 , 0x00000013 
- 00021376  0x00004f96 branch  0x00005382 
- 00021377  0x00004f99 arg  0x00000001 , 0x00000013 
- 00021378  0x00004f9c jam  0x00000015 , 0x000006e2 
- 00021379  0x00004f9d setarg  0x00000001 
- 00021380  0x00004f9e call  0x00005397 
- 00021381  0x00004f9f copy  0x00000013 , 0x0000003f 
- 00021382  0x00004fa0 istore  0x00000001 , 0x00000003 
- 00021383  0x00004fa1 branch  0x000053a1 
- 00021384  0x00004fa8 storet  0x00000002 , 0x00000678 
- 00021385  0x00004fa9 jam  0x00000029 , 0x000006e2 
- 00021386  0x00004faa setarg  0x00000002 
- 00021387  0x00004fab call  0x00005397 
- 00021388  0x00004fac fetcht  0x00000002 , 0x00000678 
- 00021389  0x00004fad istoret  0x00000002 , 0x00000003 
- 00021390  0x00004fae branch  0x000053a1 
- 00021391  0x00004fb3 jam  0x0000002b , 0x000006e2 
- 00021392  0x00004fb4 branch  0x0000533c 
- 00021393  0x00004fb9 jam  0x00000040 , 0x000006e2 
- 00021394  0x00004fba setarg  0x00000002 
- 00021395  0x00004fbb call  0x00005397 
- 00021396  0x00004fbc fetch  0x00000002 , 0x00004075 
- 00021397  0x00004fbd istore  0x00000002 , 0x00000003 
- 00021398  0x00004fbe branch  0x000053a1 
- 00021399  0x00004fcb jam  0x00000002 , 0x000006e1 
- 00021400  0x00004fcc store  0x00000001 , 0x000006e3 
- 00021401  0x00004fcd storet  0x00000008 , 0x00000678 
- 00021402  0x00004fce bpatch  0x00000066 , 0x0000400c 
- 00021403  0x00004fcf call  0x000053a3 
- 00021404  0x00004fd0 fetcht  0x00000008 , 0x00000678 
- 00021405  0x00004fd1 call  0x00006da2 
- 00021406  0x00004fd2 fetch  0x00000003 , 0x000006e1 
- 00021407  0x00004fd3 istore  0x00000003 , 0x00000003 
- 00021408  0x00004fd4 rtn 
- 00021409  0x00004fd7 bpatch  0x00000067 , 0x0000400c 
- 00021410  0x00004fd8 branch  0x00006da4 
- 00021411  0x00004fdb call  0x000053ac 
- 00021412  0x00004fdc rtn  0x00000001 
- 00021413  0x00004fde call  0x000053aa 
- 00021414  0x00004fdf fetch  0x00000004 , 0x000044fa 
- 00021415  0x00004fe0 rshift2  0x0000003f , 0x0000003f 
- 00021416  0x00004fe1 rtn  0x00000034 
- 00021417  0x00004fe2 branch  0x00007c91 
- 00021418  0x00004fe5 fetcht  0x00000001 , 0x000044f9 
- 00021419  0x00004fe6 branch  0x00006ef7 
- 00021420  0x00004fe9 fetcht  0x00000001 , 0x000044f9 
- 00021421  0x00004fea branch  0x00006f02 
- 00021422  0x00004fed fetcht  0x00000001 , 0x000044f9 
- 00021423  0x00004fee branch  0x00006ef3 
- 00021424  0x00004ffa storer  0x00000011 , 0x00000002 , 0x0000070b 
- 00021425  0x00004ffb storer  0x00000012 , 0x00000002 , 0x00000709 
- 00021426  0x00004ffc fetch  0x00000002 , 0x00004398 
- 00021427  0x00004ffd store  0x00000002 , 0x0000070d 
- 00021428  0x00004ffe call  0x000051a8 
- 00021429  0x00004fff rtn  0x00000028 
- 00021430  0x00005002 fetcht  0x00000002 , 0x00000709 
- 00021431  0x00005003 fetch  0x00000001 , 0x0000450e 
- 00021432  0x00005004 call  0x00007db0 
- 00021433  0x00005005 copy  0x0000003f , 0x00000039 
- 00021434  0x00005006 copy  0x00000002 , 0x0000003f 
- 00021435  0x00005007 isub  0x00000039 , 0x0000003f 
- 00021436  0x00005008 store  0x00000002 , 0x00000709 
- 00021437  0x00005009 call  0x00005330 
- 00021438  0x0000500a fetch  0x00000002 , 0x00000709 
- 00021439  0x0000500b rtn  0x00000034 
- 00021440  0x0000500c branch  0x000053b6 
- 00021441  0x00005012 rtn 
- 00021442  0x00005015 fetch  0x00000001 , 0x0000450a 
- 00021443  0x00005016 rtn  0x00000034 
- 00021444  0x00005017 fetch  0x00000001 , 0x0000450b 
- 00021445  0x00005018 rtn  0x00000034 
- 00021446  0x00005019 increase  0xffffffff , 0x0000003f 
- 00021447  0x0000501a store  0x00000001 , 0x0000450b 
- 00021448  0x0000501b nrtn  0x00000034 
- 00021449  0x0000501c jam  0x00000005 , 0x0000450b 
- 00021450  0x0000501d call  0x00006f82 
- 00021451  0x0000501e call  0x00006fb0 
- 00021452  0x0000501f div  0x0000003f , 0x0000000a 
- 00021453  0x00005020 call  0x00007d5f 
- 00021454  0x00005021 div  0x0000003f , 0x00000064 
- 00021455  0x00005022 call  0x00007d5f 
- 00021456  0x00005023 remainder  0x00000002 
- 00021457  0x00005024 store  0x00000001 , 0x0000450c 
- 00021458  0x00005025 storet  0x00000001 , 0x0000450d 
- 00021459  0x00005026 rtn 
- 00021460  0x0000502d arg  0x00000008 , 0x00000007 
- 00021461  0x0000502e branch  0x000053dc 
- 00021462  0x00005031 arg  0x00000008 , 0x00000007 
- 00021463  0x00005032 branch  0x000053d8 
- 00021464  0x00005035 fetch  0x00000002 , 0x0000450f 
- 00021465  0x00005036 qset0  0x0000003f 
- 00021466  0x00005037 store  0x00000002 , 0x0000450f 
- 00021467  0x00005038 rtn 
- 00021468  0x0000503b fetch  0x00000002 , 0x0000450f 
- 00021469  0x0000503c qset1  0x0000003f 
- 00021470  0x0000503d store  0x00000002 , 0x0000450f 
- 00021471  0x0000503e rtn 
- 00021472  0x00005044 call  0x00007396 
- 00021473  0x00005045 call  0x00005410 
- 00021474  0x00005046 call  0x00005949 
- 00021475  0x00005047 rtn  0x0000002b 
- 00021476  0x00005048 call  0x00005747 
- 00021477  0x00005049 call  0x00005f37 
- 00021478  0x0000504a call  0x000053ec 
- 00021479  0x0000504b call  0x000059ed 
- 00021480  0x0000504d fetch  0x00000002 , 0x000044e9 
- 00021481  0x0000504e bbit1  0x0000000c , 0x00005c1a 
- 00021482  0x0000504f call  0x00005eb6 
- 00021483  0x00005050 branch  0x0000548c 
- 00021484  0x00005054 bpatch  0x00000068 , 0x0000400d 
- 00021485  0x00005055 setarg  0x00006235 
- 00021486  0x00005056 store  0x00000002 , 0x000045f8 
- 00021487  0x00005057 setarg  0x0000622b 
- 00021488  0x00005058 store  0x00000002 , 0x000045fa 
- 00021489  0x00005059 setarg  0x00006109 
- 00021490  0x0000505a store  0x00000002 , 0x000043e9 
- 00021491  0x0000505b setarg  0x00006096 
- 00021492  0x0000505c store  0x00000002 , 0x000045f2 
- 00021493  0x0000505d setarg  0x000060c1 
- 00021494  0x0000505e store  0x00000002 , 0x000045f4 
- 00021495  0x0000505f setarg  0x0000550c 
- 00021496  0x00005060 store  0x00000002 , 0x000045f6 
- 00021497  0x00005061 setarg  0x00005b23 
- 00021498  0x00005062 store  0x00000002 , 0x000043d9 
- 00021499  0x00005063 setarg  0x00005507 
- 00021500  0x00005064 store  0x00000002 , 0x000043d7 
- 00021501  0x00005065 setarg  0x00005ac1 
- 00021502  0x00005066 store  0x00000002 , 0x000043dd 
- 00021503  0x00005067 setarg  0x00005e5d 
- 00021504  0x00005068 store  0x00000002 , 0x000043db 
- 00021505  0x00005069 setarg  0x000054d5 
- 00021506  0x0000506a store  0x00000002 , 0x000043d5 
- 00021507  0x0000506b setarg  0x00005b08 
- 00021508  0x0000506c store  0x00000002 , 0x000043df 
- 00021509  0x0000506d setarg  0x00005b85 
- 00021510  0x0000506e store  0x00000002 , 0x000043e3 
- 00021511  0x0000506f setarg  0x000055fa 
- 00021512  0x00005070 store  0x00000002 , 0x000043e7 
- 00021513  0x00005071 setarg  0x000054c5 
- 00021514  0x00005072 store  0x00000002 , 0x000043d3 
- 00021515  0x00005073 setarg  0x00006221 
- 00021516  0x00005074 store  0x00000002 , 0x000043e1 
- 00021517  0x00005075 setarg  0x00006228 
- 00021518  0x00005076 store  0x00000002 , 0x000043e5 
- 00021519  0x00005077 rtn 
- 00021520  0x0000507b rtn  0x0000002b 
- 00021521  0x0000507c call  0x000035f0 
- 00021522  0x0000507d call  0x0000325b 
- 00021523  0x0000507e call  0x000062aa 
- 00021524  0x0000507f call  0x00005589 
- 00021525  0x00005080 call  0x000055c6 
- 00021526  0x00005081 call  0x0000544a 
- 00021527  0x00005082 call  0x00006177 
- 00021528  0x00005083 call  0x00002a41 
- 00021529  0x00005085 bpatch  0x00000069 , 0x0000400d 
- 00021530  0x00005086 fetch  0x00000008 , 0x00004713 
- 00021531  0x00005087 bbit1  0x00000013 , 0x00005d60 
- 00021532  0x00005088 bbit1  0x00000012 , 0x00005d6e 
- 00021533  0x00005089 bbit1  0x00000014 , 0x00005da6 
- 00021534  0x0000508a rtn 
- 00021535  0x0000508d jam  0x00000010 , 0x00004099 
- 00021536  0x0000508e fetch  0x00000008 , 0x00004713 
- 00021537  0x0000508f rtnbit1  0x0000000c 
- 00021538  0x00005090 jam  0x00000018 , 0x00004099 
- 00021539  0x00005091 rtn 
- 00021540  0x00005094 call  0x00003281 
- 00021541  0x00005095 fetch  0x00000008 , 0x00004713 
- 00021542  0x00005096 rtnbit0  0x0000003d 
- 00021543  0x00005097 branch  0x00003284 
- 00021544  0x0000509a bpatch  0x0000006a , 0x0000400d 
- 00021545  0x0000509b fetch  0x00000008 , 0x00004713 
- 00021546  0x0000509c isolate1  0x00000005 , 0x0000003f 
- 00021547  0x0000509d call  0x00005f08 , 0x00000001 
- 00021548  0x000050a0 fetch  0x00000002 , 0x0000463a 
- 00021549  0x000050a1 store  0x00000002 , 0x000045d6 
- 00021550  0x000050a3 fetch  0x00000001 , 0x0000463d 
- 00021551  0x000050a4 store  0x00000002 , 0x000045dc 
- 00021552  0x000050a6 fetch  0x00000005 , 0x0000463f 
- 00021553  0x000050a7 store  0x00000005 , 0x00004628 
- 00021554  0x000050a9 fetch  0x00000001 , 0x0000463e 
- 00021555  0x000050aa store  0x00000001 , 0x000045d1 
- 00021556  0x000050ac fetch  0x00000001 , 0x000045b9 
- 00021557  0x000050ad ncall  0x0000326b , 0x00000034 
- 00021558  0x000050af bpatch  0x0000006b , 0x0000400d 
- 00021559  0x000050b0 call  0x0000541f 
- 00021560  0x000050b1 call  0x00005424 
- 00021561  0x000050b2 call  0x00005fe4 
- 00021562  0x000050b3 branch  0x00003287 
- 00021563  0x000050b6 setarg  0x00009000 
- 00021564  0x000050b7 store  0x00000002 , 0x000042f7 
- 00021565  0x000050b8 jam  0x00000003 , 0x000040c1 
- 00021566  0x000050b9 jam  0x00000008 , 0x000040a6 
- 00021567  0x000050ba jam  0x00000000 , 0x0000497f 
- 00021568  0x000050bb jam  0x00000000 , 0x00004980 
- 00021569  0x000050bc setarg  0x00000200 
- 00021570  0x000050bd store  0x00000002 , 0x000040a4 
- 00021571  0x000050be jam  0x00000017 , 0x000042e1 
- 00021572  0x000050bf jam  0x00000017 , 0x000042e3 
- 00021573  0x000050c1 setarg  0x000047c3 
- 00021574  0x000050c2 store  0x00000002 , 0x0000433f 
- 00021575  0x000050c3 setarg  0x00000010 
- 00021576  0x000050c4 store  0x00000002 , 0x00004341 
- 00021577  0x000050c5 branch  0x00005539 
- 00021578  0x000050c8 bpatch  0x0000006c , 0x0000400d 
- 00021579  0x000050c9 call  0x0000543b 
- 00021580  0x000050ca jam  0x00000000 , 0x0000487a 
- 00021581  0x000050cc setarg  0x00000a77 
- 00021582  0x000050cd store  0x00000002 , 0x000043f5 
- 00021583  0x000050ce setsect  0x00000000 , 0x00001224 
- 00021584  0x000050cf setsect  0x00000001 , 0x00004000 
- 00021585  0x000050d0 setsect  0x00000002 , 0x00000000 
- 00021586  0x000050d1 istore  0x00000005 , 0x00000005 
- 00021587  0x000050d4 fetch  0x00000008 , 0x00004713 
- 00021588  0x000050d5 bbit0  0x0000001b , 0x00005458 
- 00021589  0x000050d6 setarg  0x00000006 
- 00021590  0x000050d7 store  0x00000002 , 0x000042d3 
- 00021591  0x000050d8 store  0x00000002 , 0x000042d5 
- 00021592  0x000050da call  0x00005481 
- 00021593  0x000050db fetch  0x00000008 , 0x00004713 
- 00021594  0x000050dc bbit0  0x00000018 , 0x0000545c 
- 00021595  0x000050dd call  0x00005476 
- 00021596  0x000050df fetch  0x00000003 , 0x00004608 
- 00021597  0x000050e0 store  0x00000003 , 0x0000475d 
- 00021598  0x000050e1 fetch  0x00000001 , 0x00004666 
- 00021599  0x000050e2 store  0x00000001 , 0x000049a1 
- 00021600  0x000050e3 fetch  0x00000003 , 0x000042de 
- 00021601  0x000050e4 store  0x00000003 , 0x00004797 
- 00021602  0x000050e5 setarg  0x00000000 
- 00021603  0x000050e6 store  0x00000007 , 0x00004846 
- 00021604  0x000050e7 fetch  0x00000001 , 0x000044eb 
- 00021605  0x000050e8 store  0x00000001 , 0x0000497c 
- 00021606  0x000050e9 store  0x00000001 , 0x0000497d 
- 00021607  0x000050ea call  0x00002969 
- 00021608  0x000050ec bpatch  0x0000006d , 0x0000400d 
- 00021609  0x000050ed fetch  0x00000001 , 0x0000464f 
- 00021610  0x000050ee store  0x00000001 , 0x00004958 
- 00021611  0x000050ef fetch  0x00000001 , 0x0000464e 
- 00021612  0x000050f0 rtneq  0x000000ff 
- 00021613  0x000050f1 fetcht  0x00000001 , 0x0000464e 
- 00021614  0x000050f2 call  0x000055b5 
- 00021615  0x000050f3 fetcht  0x00000001 , 0x0000464e 
- 00021616  0x000050f4 call  0x00006ee6 
- 00021617  0x000050f5 call  0x00005473 , 0x00000001 
- 00021618  0x000050f6 branch  0x000055b1 
- 00021619  0x000050f8 fetch  0x00000001 , 0x00004650 
- 00021620  0x000050f9 store  0x00000001 , 0x00004958 
- 00021621  0x000050fa rtn 
- 00021622  0x000050fd fetch  0x00000003 , 0x00004743 
- 00021623  0x000050fe store  0x00000003 , 0x00004608 
- 00021624  0x000050ff fetch  0x00000003 , 0x00004746 
- 00021625  0x00005100 store  0x00000003 , 0x0000460b 
- 00021626  0x00005101 fetch  0x00000001 , 0x00004749 
- 00021627  0x00005102 store  0x00000001 , 0x00004621 
- 00021628  0x00005103 fetch  0x00000004 , 0x00004755 
- 00021629  0x00005104 store  0x00000004 , 0x00004751 
- 00021630  0x00005106 setarg  0x00100c0c 
- 00021631  0x00005107 store  0x00000003 , 0x000045a7 
- 00021632  0x00005108 rtn 
- 00021633  0x0000510b fetch  0x00000003 , 0x0000474a 
- 00021634  0x0000510c store  0x00000003 , 0x00004608 
- 00021635  0x0000510d fetch  0x00000003 , 0x0000474d 
- 00021636  0x0000510e store  0x00000003 , 0x0000460b 
- 00021637  0x0000510f fetch  0x00000001 , 0x00004750 
- 00021638  0x00005110 store  0x00000001 , 0x00004621 
- 00021639  0x00005111 fetch  0x00000004 , 0x00004759 
- 00021640  0x00005112 store  0x00000004 , 0x00004751 
- 00021641  0x00005114 setarg  0x001c1919 
- 00021642  0x00005115 store  0x00000003 , 0x000045a7 
- 00021643  0x00005116 rtn 
- 00021644  0x00005123 bpatch  0x0000006e , 0x0000400d 
- 00021645  0x00005124 fetch  0x00000008 , 0x00004713 
- 00021646  0x00005125 bbit1  0x0000003e , 0x0000602d 
- 00021647  0x00005126 fetch  0x00000001 , 0x00004666 
- 00021648  0x00005127 beq  0x00000000 , 0x0000601c 
- 00021649  0x00005129 call  0x00005aa8 
- 00021650  0x0000512a fetch  0x00000001 , 0x00004666 
- 00021651  0x0000512b beq  0x00000001 , 0x00005496 
- 00021652  0x0000512c beq  0x00000002 , 0x0000549b 
- 00021653  0x0000512d rtn 
- 00021654  0x0000512f fetch  0x00000006 , 0x00004668 
- 00021655  0x00005130 fetcht  0x00000006 , 0x000046e6 
- 00021656  0x00005131 isub  0x00000002 , 0x0000003e 
- 00021657  0x00005132 branch  0x00005a94 , 0x00000005 
- 00021658  0x00005133 branch  0x000054a0 
- 00021659  0x00005136 fetch  0x00000006 , 0x00004675 
- 00021660  0x00005137 fetcht  0x00000006 , 0x000046e6 
- 00021661  0x00005138 isub  0x00000002 , 0x0000003e 
- 00021662  0x00005139 branch  0x00005a94 , 0x00000005 
- 00021663  0x0000513a branch  0x000054a0 
- 00021664  0x0000513d bpatch  0x0000006f , 0x0000400d 
- 00021665  0x0000513e call  0x0000619f 
- 00021666  0x0000513f arg  0x00004667 , 0x00000011 
- 00021667  0x00005140 fetch  0x00000001 , 0x00004666 
- 00021668  0x00005141 increase  0xffffffff , 0x0000003f 
- 00021669  0x00005142 mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00021670  0x00005143 iadd  0x00000011 , 0x00000011 
- 00021671  0x00005144 ifetch  0x00000001 , 0x00000011 
- 00021672  0x00005145 store  0x00000001 , 0x000043f3 
- 00021673  0x00005147 fetch  0x00000001 , 0x000043f3 
- 00021674  0x00005148 beq  0x00000034 , 0x000054b6 
- 00021675  0x00005149 branch  0x00005a94 
- 00021676  0x0000514c bpatch  0x00000070 , 0x0000400e 
- 00021677  0x0000514d disable  0x00000028 
- 00021678  0x0000514e fetch  0x00000008 , 0x00004713 
- 00021679  0x0000514f bbit0  0x0000000b , 0x000054b3 
- 00021680  0x00005150 fetch  0x00000001 , 0x00008132 
- 00021681  0x00005151 bbit1  0x00000004 , 0x000054b3 
- 00021682  0x00005152 enable  0x00000028 
- 00021683  0x00005154 fetch  0x00000001 , 0x00004780 
- 00021684  0x00005155 store  0x00000001 , 0x0000477f 
- 00021685  0x00005156 rtn 
- 00021686  0x00005159 jam  0x00000001 , 0x00004795 
- 00021687  0x0000515a fetcht  0x00000001 , 0x0000471e 
- 00021688  0x0000515b fetch  0x00000001 , 0x0000478f 
- 00021689  0x0000515c beq  0x000000ff , 0x000054bb 
- 00021690  0x0000515d fetcht  0x00000001 , 0x0000463c 
- 00021691  0x0000515f storet  0x00000001 , 0x00004845 
- 00021692  0x00005160 call  0x0000432d 
- 00021693  0x00005161 fetch  0x00000003 , 0x0000479d 
- 00021694  0x00005162 store  0x00000003 , 0x0000434d 
- 00021695  0x00005163 call  0x00005b6b 
- 00021696  0x00005164 setarg  0x00000004 
- 00021697  0x00005165 istore  0x00000001 , 0x00000006 
- 00021698  0x00005166 arg  0x00004369 , 0x00000006 
- 00021699  0x00005167 call  0x00005b72 
- 00021700  0x00005168 branch  0x00007870 
- 00021701  0x0000516d bmark1  0x00000026 , 0x00004308 
- 00021702  0x0000516e fetch  0x00000001 , 0x00004956 
- 00021703  0x0000516f branch  0x00004308 , 0x00000034 
- 00021704  0x00005170 fetch  0x00000001 , 0x000047c2 
- 00021705  0x00005171 beq  0x00000001 , 0x00004308 
- 00021706  0x00005172 fetch  0x00000001 , 0x00004857 
- 00021707  0x00005173 nbranch  0x00004308 , 0x00000034 
- 00021708  0x00005174 branch  0x0000430a 
- 00021709  0x0000517e bpatch  0x00000071 , 0x0000400e 
- 00021710  0x0000517f setarg  0x00000006 
- 00021711  0x00005180 call  0x000069e5 
- 00021712  0x00005181 bbit1  0x00000003 , 0x000054d3 
- 00021713  0x00005182 call  0x000059da 
- 00021714  0x00005183 call  0x000059ed 
- 00021715  0x00005185 call  0x000054dc 
- 00021716  0x00005186 branch  0x00004327 
- 00021717  0x00005189 bpatch  0x00000072 , 0x0000400e 
- 00021718  0x0000518a call  0x0000739a 
- 00021719  0x0000518b call  0x000056a9 
- 00021720  0x0000518c call  0x000054dc 
- 00021721  0x0000518d call  0x00005d9e 
- 00021722  0x0000518e fetcht  0x00000001 , 0x00004659 
- 00021723  0x0000518f branch  0x00006ed3 
- 00021724  0x00005193 bpatch  0x00000073 , 0x0000400e 
- 00021725  0x00005194 call  0x00005a92 
- 00021726  0x00005195 call  0x00007de2 
- 00021727  0x00005196 call  0x0000611a 
- 00021728  0x00005197 call  0x0000550c 
- 00021729  0x00005198 call  0x000054f9 
- 00021730  0x00005199 fetcht  0x00000001 , 0x0000465b 
- 00021731  0x0000519a call  0x000055b5 
- 00021732  0x0000519b call  0x000055b9 
- 00021733  0x0000519c call  0x000061fd 
- 00021734  0x0000519d call  0x000054f2 
- 00021735  0x0000519e branch  0x000054e8 
- 00021736  0x000051a1 fetch  0x00000008 , 0x00004713 
- 00021737  0x000051a2 rtnbit0  0x0000003c 
- 00021738  0x000051a4 fetcht  0x00000001 , 0x0000464a 
- 00021739  0x000051a5 call  0x00006ed3 
- 00021740  0x000051a6 fetcht  0x00000001 , 0x0000464b 
- 00021741  0x000051a7 call  0x00006ed3 
- 00021742  0x000051a8 fetcht  0x00000001 , 0x0000464a 
- 00021743  0x000051a9 call  0x000055b1 
- 00021744  0x000051aa fetcht  0x00000001 , 0x0000464b 
- 00021745  0x000051ab branch  0x000055b1 
- 00021746  0x000051ae fetch  0x00000008 , 0x00004713 
- 00021747  0x000051af rtnbit0  0x00000015 
- 00021748  0x000051b0 fetch  0x00000001 , 0x00004407 
- 00021749  0x000051b1 rtnne  0x00000002 
- 00021750  0x000051b2 fetch  0x00000001 , 0x00004635 
- 00021751  0x000051b3 arg  0x000000c0 , 0x00000002 
- 00021752  0x000051b4 branch  0x00006f21 
- 00021753  0x000051b9 arg  0x00008070 , 0x00000006 
- 00021754  0x000051ba arg  0x00000010 , 0x00000039 
- 00021755  0x000051bc ifetch  0x00000001 , 0x00000006 
- 00021756  0x000051bd nbranch  0x00005500 , 0x00000034 
- 00021757  0x000051be setarg  0x00000080 
- 00021758  0x000051bf add  0x00000006 , 0xffffffff , 0x00000005 
- 00021759  0x000051c0 istore  0x00000001 , 0x00000005 
- 00021760  0x000051c2 loop  0x000054fb 
- 00021761  0x000051c3 arg  0x000080dc , 0x0000003f 
- 00021762  0x000051c4 isub  0x00000006 , 0x0000003e 
- 00021763  0x000051c5 rtn  0x00000005 
- 00021764  0x000051c7 arg  0x00000008 , 0x00000039 
- 00021765  0x000051c8 arg  0x000080d4 , 0x00000006 
- 00021766  0x000051c9 branch  0x000054fb 
- 00021767  0x000051cc rtnmark1  0x00000026 
- 00021768  0x000051cd call  0x0000550c 
- 00021769  0x000051ce fetch  0x00000001 , 0x00000015 
- 00021770  0x000051cf nrtn  0x00000034 
- 00021771  0x000051d0 branch  0x00006ed3 
- 00021772  0x000051d3 bpatch  0x00000074 , 0x0000400e 
- 00021773  0x000051d4 fetcht  0x00000001 , 0x0000464a 
- 00021774  0x000051d5 call  0x00006edd 
- 00021775  0x000051d6 fetcht  0x00000001 , 0x0000464b 
- 00021776  0x000051d7 call  0x00006edd 
- 00021777  0x000051d9 call  0x0000561c 
- 00021778  0x000051da fetch  0x00000001 , 0x0000464c 
- 00021779  0x000051db call  0x00005943 
- 00021780  0x000051dc call  0x000069dc 
- 00021781  0x000051de fetcht  0x00000001 , 0x00004644 
- 00021782  0x000051df call  0x00006eb6 
- 00021783  0x000051e0 fetcht  0x00000001 , 0x00004646 
- 00021784  0x000051e1 call  0x00006eb6 
- 00021785  0x000051e2 fetcht  0x00000001 , 0x00004645 
- 00021786  0x000051e3 call  0x00006eb6 
- 00021787  0x000051e5 fetcht  0x00000001 , 0x00004647 
- 00021788  0x000051e6 call  0x00006eb6 
- 00021789  0x000051e7 fetcht  0x00000001 , 0x00004648 
- 00021790  0x000051e8 call  0x00006eb6 
- 00021791  0x000051e9 fetcht  0x00000001 , 0x00004649 
- 00021792  0x000051ea call  0x00006eb6 
- 00021793  0x000051eb fetcht  0x00000001 , 0x00004655 
- 00021794  0x000051ec call  0x00006eb6 
- 00021795  0x000051ee fetcht  0x00000001 , 0x00004656 
- 00021796  0x000051ef call  0x00006eb6 
- 00021797  0x000051f1 fetcht  0x00000001 , 0x0000464a 
- 00021798  0x000051f2 call  0x00006eb2 
- 00021799  0x000051f3 fetcht  0x00000001 , 0x0000464b 
- 00021800  0x000051f4 call  0x00006eb2 
- 00021801  0x000051f5 fetcht  0x00000001 , 0x00004652 
- 00021802  0x000051f6 call  0x00006eb2 
- 00021803  0x000051f7 fetcht  0x00000001 , 0x00004653 
- 00021804  0x000051f8 call  0x00006eb2 
- 00021805  0x000051f9 fetcht  0x00000001 , 0x00004659 
- 00021806  0x000051fa branch  0x00006eb6 
- 00021807  0x000051ff fetch  0x00000002 , 0x000044e9 
- 00021808  0x00005200 rtnbit0  0x00000009 
- 00021809  0x00005201 copy  0x00000011 , 0x0000003f 
- 00021810  0x00005202 nbranch  0x000029d5 , 0x00000034 
- 00021811  0x00005203 branch  0x000029da 
- 00021812  0x00005208 bpatch  0x00000075 , 0x0000400e 
- 00021813  0x00005209 fetch  0x00000001 , 0x00004407 
- 00021814  0x0000520a rtnne  0x00000002 
- 00021815  0x0000520b fetcht  0x00000001 , 0x00004635 
- 00021816  0x0000520c branch  0x00006f0f 
- 00021817  0x0000520f fetch  0x00000008 , 0x00004713 
- 00021818  0x00005210 rtnbit0  0x00000015 
- 00021819  0x00005211 jam  0x00000001 , 0x00004636 
- 00021820  0x00005212 rtn 
- 00021821  0x00005215 bpatch  0x00000076 , 0x0000400e 
- 00021822  0x00005216 fetch  0x00000008 , 0x00004713 
- 00021823  0x00005217 rtnbit0  0x00000015 
- 00021824  0x00005218 call  0x00005534 
- 00021825  0x00005219 fetch  0x00000001 , 0x00004407 
- 00021826  0x0000521a beq  0x00000002 , 0x00005545 
- 00021827  0x0000521b jam  0x00000003 , 0x00004636 
- 00021828  0x0000521c branch  0x00005547 
- 00021829  0x0000521f jam  0x00000002 , 0x00004636 
- 00021830  0x00005220 branch  0x00005547 
- 00021831  0x00005223 bpatch  0x00000077 , 0x0000400e 
- 00021832  0x00005224 call  0x00006f82 
- 00021833  0x00005225 call  0x00006fb0 
- 00021834  0x00005226 store  0x00000002 , 0x00004633 
- 00021835  0x00005227 fetch  0x00000001 , 0x00004407 
- 00021836  0x00005228 bne  0x00000002 , 0x00005553 
- 00021837  0x00005229 fetcht  0x00000002 , 0x00004633 
- 00021838  0x0000522a mul32  0x00000002 , 0x00000008 , 0x0000003f 
- 00021839  0x0000522b div  0x0000003f , 0x0000000a 
- 00021840  0x0000522c call  0x00007d5f 
- 00021841  0x0000522d iadd  0x00000002 , 0x0000003f 
- 00021842  0x0000522e store  0x00000002 , 0x00004633 
- 00021843  0x00005230 arg  0x0000462d , 0x00000011 
- 00021844  0x00005231 call  0x00005563 
- 00021845  0x00005232 fetch  0x00000001 , 0x0000440c 
- 00021846  0x00005233 bbit1  0x00000001 , 0x000054cd 
- 00021847  0x00005234 bbit0  0x00000000 , 0x0000555c 
- 00021848  0x00005235 jam  0x00000001 , 0x00004637 
- 00021849  0x00005236 branch  0x0000555a 
- 00021850  0x00005239 arg  0x00000004 , 0x00000007 
- 00021851  0x0000523a branch  0x00005f00 
- 00021852  0x0000523c arg  0x00000004 , 0x00000007 
- 00021853  0x0000523d call  0x00005f04 
- 00021854  0x0000523e jam  0x00000001 , 0x00004709 
- 00021855  0x0000523f fetch  0x00000001 , 0x00004637 
- 00021856  0x00005240 rtn  0x00000034 
- 00021857  0x00005241 jam  0x00000000 , 0x00004637 
- 00021858  0x00005242 branch  0x0000616e 
- 00021859  0x00005246 bpatch  0x00000078 , 0x0000400f 
- 00021860  0x00005247 ifetch  0x00000008 , 0x00000011 
- 00021861  0x00005248 store  0x00000008 , 0x00000670 
- 00021862  0x00005249 fetch  0x00000001 , 0x00004636 
- 00021863  0x0000524a beq  0x00000000 , 0x0000556a 
- 00021864  0x0000524b beq  0x00000002 , 0x0000556a 
- 00021865  0x0000524c beq  0x00000003 , 0x00005588 
- 00021866  0x0000524e call  0x00006ff3 
- 00021867  0x0000524f call  0x00006feb 
- 00021868  0x00005250 fetch  0x00000002 , 0x00000676 
- 00021869  0x00005251 fetcht  0x00000002 , 0x00000672 
- 00021870  0x00005252 isub  0x00000002 , 0x0000003e 
- 00021871  0x00005253 ncall  0x00006fef , 0x00000002 
- 00021872  0x00005254 fetcht  0x00000002 , 0x00000674 
- 00021873  0x00005255 isub  0x00000002 , 0x0000003e 
- 00021874  0x00005256 ncall  0x00006fe7 , 0x00000002 
- 00021875  0x00005258 fetch  0x00000002 , 0x00000676 
- 00021876  0x00005259 fetcht  0x00000002 , 0x00000670 
- 00021877  0x0000525a isub  0x00000002 , 0x0000003e 
- 00021878  0x0000525b branch  0x00005584 , 0x00000002 
- 00021879  0x0000525c fetcht  0x00000002 , 0x00000672 
- 00021880  0x0000525d isub  0x00000002 , 0x0000003f 
- 00021881  0x0000525e nbranch  0x00005586 , 0x00000002 
- 00021882  0x0000525f branch  0x00005586 , 0x00000034 
- 00021883  0x00005260 mul32  0x0000003f , 0x00000064 , 0x00000011 
- 00021884  0x00005261 fetch  0x00000002 , 0x00000670 
- 00021885  0x00005262 fetcht  0x00000002 , 0x00000672 
- 00021886  0x00005263 isub  0x00000002 , 0x00000002 
- 00021887  0x00005264 copy  0x00000011 , 0x0000003f 
- 00021888  0x00005265 idiv  0x00000002 
- 00021889  0x00005266 call  0x00007d5f 
- 00021890  0x00005267 store  0x00000001 , 0x000047bd 
- 00021891  0x00005268 rtn 
- 00021892  0x0000526b jam  0x00000064 , 0x000047bd 
- 00021893  0x0000526c rtn 
- 00021894  0x0000526e jam  0x00000000 , 0x000047bd 
- 00021895  0x0000526f rtn 
- 00021896  0x00005272 branch  0x0000556a 
- 00021897  0x00005279 fetcht  0x00000001 , 0x00004427 
- 00021898  0x0000527a call  0x00006ef7 
- 00021899  0x0000527c fetcht  0x00000001 , 0x00004644 
- 00021900  0x0000527d call  0x000055b5 
- 00021901  0x0000527e fetcht  0x00000001 , 0x00004646 
- 00021902  0x0000527f call  0x000055b5 
- 00021903  0x00005280 fetcht  0x00000001 , 0x00004645 
- 00021904  0x00005281 call  0x000055b5 
- 00021905  0x00005282 fetcht  0x00000001 , 0x00004647 
- 00021906  0x00005283 call  0x000055b5 
- 00021907  0x00005284 fetcht  0x00000001 , 0x00004648 
- 00021908  0x00005285 call  0x000055b5 
- 00021909  0x00005286 fetcht  0x00000001 , 0x00004649 
- 00021910  0x00005287 call  0x000055b5 
- 00021911  0x00005289 fetcht  0x00000001 , 0x00004654 
- 00021912  0x0000528a call  0x000055b5 
- 00021913  0x0000528c fetcht  0x00000001 , 0x00004655 
- 00021914  0x0000528d call  0x000055b5 
- 00021915  0x0000528f fetcht  0x00000001 , 0x00004656 
- 00021916  0x00005290 call  0x000055b5 
- 00021917  0x00005292 fetcht  0x00000001 , 0x0000464a 
- 00021918  0x00005293 call  0x000055b5 
- 00021919  0x00005295 fetcht  0x00000001 , 0x0000464b 
- 00021920  0x00005296 call  0x000055b5 
- 00021921  0x00005298 fetcht  0x00000001 , 0x00004652 
- 00021922  0x00005299 call  0x000055b5 
- 00021923  0x0000529a fetcht  0x00000001 , 0x00004653 
- 00021924  0x0000529b call  0x000055b5 
- 00021925  0x0000529d fetcht  0x00000001 , 0x00004659 
- 00021926  0x0000529e call  0x000055b5 
- 00021927  0x000052a0 fetcht  0x00000001 , 0x0000465a 
- 00021928  0x000052a1 call  0x000055b5 
- 00021929  0x000052a3 fetcht  0x00000001 , 0x0000464e 
- 00021930  0x000052a4 branch  0x000055b5 
- 00021931  0x000052a8 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00021932  0x000052a9 rtn  0x00000005 
- 00021933  0x000052aa and  0x00000002 , 0x0000007f , 0x00000007 
- 00021934  0x000052ab fetch  0x00000004 , 0x0000811c 
- 00021935  0x000052ac qisolate1  0x0000003f 
- 00021936  0x000052ad branch  0x000055b5 , 0x00000001 
- 00021937  0x000052af sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00021938  0x000052b0 rtn  0x00000005 
- 00021939  0x000052b1 set1  0x00000007 , 0x00000002 
- 00021940  0x000052b2 branch  0x00006edd 
- 00021941  0x000052b5 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00021942  0x000052b6 rtn  0x00000005 
- 00021943  0x000052b7 set0  0x00000007 , 0x00000002 
- 00021944  0x000052b8 branch  0x00006edd 
- 00021945  0x000052bb fetch  0x00000003 , 0x0000473c 
- 00021946  0x000052bc store  0x00000003 , 0x00000670 
- 00021947  0x000052bd arg  0x0000000d , 0x00000039 
- 00021948  0x000052be arg  0x00000000 , 0x00000002 
- 00021949  0x000052c0 fetch  0x00000003 , 0x00000670 
- 00021950  0x000052c1 isolate1  0x00000000 , 0x0000003f 
- 00021951  0x000052c2 call  0x00006f0f , 0x00000001 
- 00021952  0x000052c3 fetch  0x00000003 , 0x00000670 
- 00021953  0x000052c4 lshift  0x0000003f , 0x0000003f 
- 00021954  0x000052c5 store  0x00000003 , 0x00000670 
- 00021955  0x000052c6 increase  0x00000001 , 0x00000002 
- 00021956  0x000052c7 loop  0x000055bd 
- 00021957  0x000052c8 rtn 
- 00021958  0x000052cf bpatch  0x00000079 , 0x0000400f 
- 00021959  0x000052d0 fetch  0x00000008 , 0x0000498d 
- 00021960  0x000052d1 rtn  0x00000034 
- 00021961  0x000052d2 fetch  0x00000001 , 0x0000498c 
- 00021962  0x000052d3 copy  0x0000003f , 0x00000011 
- 00021963  0x000052d4 sub  0x0000003f , 0x0000000b , 0x0000003e 
- 00021964  0x000052d5 nbranch  0x000055dd , 0x00000002 
- 00021965  0x000052d7 call  0x000055d6 
- 00021966  0x000052d9 arg  0x000047a9 , 0x00000005 
- 00021967  0x000052da call  0x000055d3 
- 00021968  0x000052dc arg  0x0000436b , 0x00000005 
- 00021969  0x000052dd call  0x000055d3 
- 00021970  0x000052df arg  0x0000426c , 0x00000005 
- 00021971  0x000052e1 arg  0x0000498d , 0x00000006 
- 00021972  0x000052e2 copy  0x00000011 , 0x00000039 
- 00021973  0x000052e3 branch  0x00007cda 
- 00021974  0x000052e6 arg  0x000047a9 , 0x00000005 
- 00021975  0x000052e7 call  0x000055db 
- 00021976  0x000052e9 arg  0x0000436b , 0x00000005 
- 00021977  0x000052ea call  0x000055db 
- 00021978  0x000052ec arg  0x0000426c , 0x00000005 
- 00021979  0x000052ee arg  0x0000000b , 0x00000039 
- 00021980  0x000052ef branch  0x00007ca1 
- 00021981  0x000052f2 call  0x000055f3 
- 00021982  0x000052f4 fetch  0x00000001 , 0x0000498c 
- 00021983  0x000052f5 increase  0x00000001 , 0x0000003f 
- 00021984  0x000052f6 store  0x00000001 , 0x000047a0 
- 00021985  0x000052f7 jam  0x00000009 , 0x000047a1 
- 00021986  0x000052f8 arg  0x0000498d , 0x00000006 
- 00021987  0x000052f9 arg  0x000047a2 , 0x00000005 
- 00021988  0x000052fa copy  0x00000011 , 0x00000039 
- 00021989  0x000052fb call  0x00007cda 
- 00021990  0x000052fd fetch  0x00000001 , 0x0000498c 
- 00021991  0x000052fe increase  0x00000001 , 0x0000003f 
- 00021992  0x000052ff store  0x00000001 , 0x00004369 
- 00021993  0x00005300 jam  0x00000009 , 0x0000436a 
- 00021994  0x00005301 arg  0x0000498d , 0x00000006 
- 00021995  0x00005302 arg  0x0000436b , 0x00000005 
- 00021996  0x00005303 copy  0x00000011 , 0x00000039 
- 00021997  0x00005304 call  0x00007cda 
- 00021998  0x00005306 arg  0x0000498c , 0x00000006 
- 00021999  0x00005307 arg  0x0000426b , 0x00000005 
- 00022000  0x00005308 copy  0x00000011 , 0x00000039 
- 00022001  0x00005309 increase  0x00000001 , 0x00000039 
- 00022002  0x0000530a branch  0x00007cda 
- 00022003  0x0000530d arg  0x000047a0 , 0x00000005 
- 00022004  0x0000530e arg  0x00000014 , 0x00000039 
- 00022005  0x0000530f branch  0x00007ca1 
- 00022006  0x00005316 call  0x000055fb 
- 00022007  0x00005317 jam  0x00000073 , 0x000043f5 
- 00022008  0x00005319 call  0x000055fa 
- 00022009  0x0000531a branch  0x000069e0 
- 00022010  0x0000531e branch  0x00006bc6 
- 00022011  0x00005321 fetch  0x00000001 , 0x0000464c 
- 00022012  0x00005322 arg  0x00000021 , 0x00000002 
- 00022013  0x00005323 call  0x00006f21 
- 00022014  0x00005324 fetch  0x00000001 , 0x0000464d 
- 00022015  0x00005325 arg  0x00000023 , 0x00000002 
- 00022016  0x00005326 branch  0x00006f21 
- 00022017  0x0000532c bpatch  0x0000007a , 0x0000400f 
- 00022018  0x0000532d disable  0x00000028 
- 00022019  0x0000532e setarg  0x00000000 
- 00022020  0x0000532f store  0x00000006 , 0x00004847 
- 00022021  0x00005330 call  0x000059f6 
- 00022022  0x00005331 setarg  0x00000089 
- 00022023  0x00005332 call  0x000069e4 
- 00022024  0x00005333 call  0x00005747 
- 00022025  0x00005334 call  0x00005612 
- 00022026  0x00005335 call  0x00005617 
- 00022027  0x00005336 call  0x000057a6 
- 00022028  0x00005337 fetch  0x00000001 , 0x00004846 
- 00022029  0x00005338 and_into  0x0000001f , 0x0000003f 
- 00022030  0x00005339 store  0x00000001 , 0x00004846 
- 00022031  0x0000533a nbranch  0x00005f37 , 0x00000028 
- 00022032  0x0000533b call  0x00005f26 
- 00022033  0x0000533c branch  0x00005c0b 
- 00022034  0x00005341 fetch  0x00000001 , 0x00004856 
- 00022035  0x00005342 rtn  0x00000034 
- 00022036  0x00005343 store  0x00000001 , 0x0000484b 
- 00022037  0x00005344 jam  0x00000000 , 0x00004856 
- 00022038  0x00005345 branch  0x00007dba 
- 00022039  0x00005348 fetch  0x00000001 , 0x00004852 
- 00022040  0x00005349 rtn  0x00000034 
- 00022041  0x0000534a store  0x00000001 , 0x0000484c 
- 00022042  0x0000534b jam  0x00000000 , 0x00004852 
- 00022043  0x0000534c branch  0x00007dba 
- 00022044  0x0000534f call  0x00005629 
- 00022045  0x00005350 call  0x00005665 
- 00022046  0x00005351 fetch  0x00000001 , 0x00004850 
- 00022047  0x00005352 fetcht  0x00000001 , 0x0000484f 
- 00022048  0x00005353 store  0x00000001 , 0x0000484f 
- 00022049  0x00005354 isub  0x00000002 , 0x0000003e 
- 00022050  0x00005355 nbranch  0x0000430c , 0x00000005 
- 00022051  0x00005356 fetch  0x00000001 , 0x00004854 
- 00022052  0x00005357 fetcht  0x00000001 , 0x00004853 
- 00022053  0x00005358 store  0x00000001 , 0x00004853 
- 00022054  0x00005359 isub  0x00000002 , 0x0000003e 
- 00022055  0x0000535a nbranch  0x0000430c , 0x00000005 
- 00022056  0x0000535b rtn 
- 00022057  0x0000535d fetch  0x00000001 , 0x00004652 
- 00022058  0x0000535e rtneq  0x000000ff 
- 00022059  0x0000535f arg  0x00000000 , 0x00000011 
- 00022060  0x00005360 fetcht  0x00000001 , 0x00004652 
- 00022061  0x00005361 call  0x00006ee6 
- 00022062  0x00005362 setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00022063  0x00005363 fetcht  0x00000001 , 0x00004653 
- 00022064  0x00005364 call  0x00006ee6 
- 00022065  0x00005365 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00022066  0x00005366 copy  0x00000011 , 0x0000003f 
- 00022067  0x00005367 store  0x00000001 , 0x00004850 
- 00022068  0x00005368 beq  0x00000001 , 0x00005639 
- 00022069  0x00005369 beq  0x00000002 , 0x0000563d 
- 00022070  0x0000536a fetch  0x00000001 , 0x00004851 
- 00022071  0x0000536b bbit1  0x00000007 , 0x00005649 
- 00022072  0x0000536c rtn 
- 00022073  0x0000536f fetch  0x00000001 , 0x0000484f 
- 00022074  0x00005370 beq  0x00000000 , 0x00005641 
- 00022075  0x00005371 beq  0x00000003 , 0x00005643 
- 00022076  0x00005372 rtn 
- 00022077  0x00005374 fetch  0x00000001 , 0x0000484f 
- 00022078  0x00005375 beq  0x00000000 , 0x00005645 
- 00022079  0x00005376 beq  0x00000003 , 0x00005647 
- 00022080  0x00005377 rtn 
- 00022081  0x00005379 jam  0x00000082 , 0x00004851 
- 00022082  0x0000537a rtn 
- 00022083  0x0000537c jam  0x00000081 , 0x00004851 
- 00022084  0x0000537d rtn 
- 00022085  0x0000537f jam  0x00000080 , 0x00004851 
- 00022086  0x00005380 rtn 
- 00022087  0x00005382 jam  0x00000083 , 0x00004851 
- 00022088  0x00005383 rtn 
- 00022089  0x00005385 fetch  0x00000001 , 0x00004851 
- 00022090  0x00005386 set0  0x00000007 , 0x0000003f 
- 00022091  0x00005387 store  0x00000001 , 0x00004851 
- 00022092  0x00005388 beq  0x00000000 , 0x00005651 
- 00022093  0x00005389 beq  0x00000001 , 0x00005654 
- 00022094  0x0000538a beq  0x00000002 , 0x00005657 
- 00022095  0x0000538b beq  0x00000003 , 0x0000565a 
- 00022096  0x0000538c rtn 
- 00022097  0x0000538e fetch  0x00000001 , 0x00004850 
- 00022098  0x0000538f beq  0x00000003 , 0x0000565d 
- 00022099  0x00005390 rtn 
- 00022100  0x00005392 fetch  0x00000001 , 0x00004850 
- 00022101  0x00005393 beq  0x00000000 , 0x0000565d 
- 00022102  0x00005394 rtn 
- 00022103  0x00005396 fetch  0x00000001 , 0x00004850 
- 00022104  0x00005397 beq  0x00000003 , 0x00005661 
- 00022105  0x00005398 rtn 
- 00022106  0x0000539a fetch  0x00000001 , 0x00004850 
- 00022107  0x0000539b beq  0x00000000 , 0x00005661 
- 00022108  0x0000539c rtn 
- 00022109  0x0000539e fetch  0x00000001 , 0x00004852 
- 00022110  0x0000539f increase  0x00000001 , 0x0000003f 
- 00022111  0x000053a0 store  0x00000001 , 0x00004852 
- 00022112  0x000053a1 rtn 
- 00022113  0x000053a3 fetch  0x00000001 , 0x00004852 
- 00022114  0x000053a4 increase  0xffffffff , 0x0000003f 
- 00022115  0x000053a5 store  0x00000001 , 0x00004852 
- 00022116  0x000053a6 rtn 
- 00022117  0x000053aa fetch  0x00000001 , 0x0000464a 
- 00022118  0x000053ab rtneq  0x000000ff 
- 00022119  0x000053ac arg  0x00000000 , 0x00000011 
- 00022120  0x000053ad fetcht  0x00000001 , 0x0000464a 
- 00022121  0x000053ae call  0x00006ee6 
- 00022122  0x000053af setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00022123  0x000053b0 fetcht  0x00000001 , 0x0000464b 
- 00022124  0x000053b1 call  0x00006ee6 
- 00022125  0x000053b2 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00022126  0x000053b3 copy  0x00000011 , 0x0000003f 
- 00022127  0x000053b4 store  0x00000001 , 0x00004854 
- 00022128  0x000053b5 beq  0x00000001 , 0x00005675 
- 00022129  0x000053b6 beq  0x00000002 , 0x00005679 
- 00022130  0x000053b7 fetch  0x00000001 , 0x00004855 
- 00022131  0x000053b8 bbit1  0x00000007 , 0x00005685 
- 00022132  0x000053b9 rtn 
- 00022133  0x000053bc fetch  0x00000001 , 0x00004853 
- 00022134  0x000053bd beq  0x00000000 , 0x0000567d 
- 00022135  0x000053be beq  0x00000003 , 0x0000567f 
- 00022136  0x000053bf rtn 
- 00022137  0x000053c1 fetch  0x00000001 , 0x00004853 
- 00022138  0x000053c2 beq  0x00000000 , 0x00005681 
- 00022139  0x000053c3 beq  0x00000003 , 0x00005683 
- 00022140  0x000053c4 rtn 
- 00022141  0x000053c6 jam  0x00000082 , 0x00004855 
- 00022142  0x000053c7 rtn 
- 00022143  0x000053c9 jam  0x00000081 , 0x00004855 
- 00022144  0x000053ca rtn 
- 00022145  0x000053cc jam  0x00000080 , 0x00004855 
- 00022146  0x000053cd rtn 
- 00022147  0x000053cf jam  0x00000083 , 0x00004855 
- 00022148  0x000053d0 rtn 
- 00022149  0x000053d2 fetch  0x00000001 , 0x00004855 
- 00022150  0x000053d3 set0  0x00000007 , 0x0000003f 
- 00022151  0x000053d4 store  0x00000001 , 0x00004855 
- 00022152  0x000053d5 beq  0x00000000 , 0x0000568d 
- 00022153  0x000053d6 beq  0x00000001 , 0x00005690 
- 00022154  0x000053d7 beq  0x00000002 , 0x00005693 
- 00022155  0x000053d8 beq  0x00000003 , 0x00005696 
- 00022156  0x000053d9 rtn 
- 00022157  0x000053db fetch  0x00000001 , 0x00004854 
- 00022158  0x000053dc beq  0x00000003 , 0x00005699 
- 00022159  0x000053dd rtn 
- 00022160  0x000053df fetch  0x00000001 , 0x00004854 
- 00022161  0x000053e0 beq  0x00000000 , 0x00005699 
- 00022162  0x000053e1 rtn 
- 00022163  0x000053e3 fetch  0x00000001 , 0x00004854 
- 00022164  0x000053e4 beq  0x00000003 , 0x0000569d 
- 00022165  0x000053e5 rtn 
- 00022166  0x000053e7 fetch  0x00000001 , 0x00004854 
- 00022167  0x000053e8 beq  0x00000000 , 0x0000569d 
- 00022168  0x000053e9 rtn 
- 00022169  0x000053eb fetch  0x00000001 , 0x00004856 
- 00022170  0x000053ec increase  0x00000001 , 0x0000003f 
- 00022171  0x000053ed store  0x00000001 , 0x00004856 
- 00022172  0x000053ee rtn 
- 00022173  0x000053f0 fetch  0x00000001 , 0x00004856 
- 00022174  0x000053f1 increase  0xffffffff , 0x0000003f 
- 00022175  0x000053f2 store  0x00000001 , 0x00004856 
- 00022176  0x000053f3 rtn 
- 00022177  0x000053f7 fetcht  0x00000001 , 0x0000464a 
- 00022178  0x000053f8 call  0x00006eb2 
- 00022179  0x000053f9 fetcht  0x00000001 , 0x0000464b 
- 00022180  0x000053fa call  0x00006eb2 
- 00022181  0x000053fb fetcht  0x00000001 , 0x00004652 
- 00022182  0x000053fc call  0x00006eb2 
- 00022183  0x000053fd fetcht  0x00000001 , 0x00004653 
- 00022184  0x000053fe branch  0x00006eb2 
- 00022185  0x00005401 fetcht  0x00000001 , 0x0000464a 
- 00022186  0x00005402 call  0x000055ab 
- 00022187  0x00005403 fetcht  0x00000001 , 0x0000464b 
- 00022188  0x00005404 call  0x000055ab 
- 00022189  0x00005405 fetcht  0x00000001 , 0x00004652 
- 00022190  0x00005406 call  0x000055ab 
- 00022191  0x00005407 fetcht  0x00000001 , 0x00004653 
- 00022192  0x00005408 branch  0x000055ab 
- 00022193  0x0000540b fetch  0x00000002 , 0x0000484b 
- 00022194  0x0000540c rtn  0x00000034 
- 00022195  0x0000540d jam  0x00000001 , 0x00004857 
- 00022196  0x0000540e jam  0x0000000a , 0x00004858 
- 00022197  0x0000540f rtn 
- 00022198  0x00005412 arg  0x00004858 , 0x00000013 
- 00022199  0x00005413 arg  0x000056b9 , 0x00000012 
- 00022200  0x00005414 branch  0x000042e0 
- 00022201  0x00005416 jam  0x00000000 , 0x00004857 
- 00022202  0x00005417 rtn 
- 00022203  0x00005420 fetch  0x00000001 , 0x00004649 
- 00022204  0x00005421 rtneq  0x000000ff 
- 00022205  0x00005422 arg  0x00000000 , 0x00000011 
- 00022206  0x00005423 jam  0x00000005 , 0x00004977 
- 00022207  0x00005424 fetcht  0x00000001 , 0x00004649 
- 00022208  0x00005425 call  0x000056c8 
- 00022209  0x00005427 store  0x00000001 , 0x00004974 
- 00022210  0x00005428 fetch  0x00000001 , 0x00004654 
- 00022211  0x00005429 beq  0x000000ff , 0x000056d8 
- 00022212  0x0000542a call  0x000058df 
- 00022213  0x0000542c copy  0x00000011 , 0x0000003f 
- 00022214  0x0000542d bbit1  0x00000005 , 0x000056e0 
- 00022215  0x0000542e branch  0x000056e7 
- 00022216  0x00005431 fetch  0x00000008 , 0x00004713 
- 00022217  0x00005432 bbit1  0x0000002b , 0x000056de 
- 00022218  0x00005433 fetch  0x00000001 , 0x00004974 
- 00022219  0x00005434 copy  0x0000003f , 0x00000013 
- 00022220  0x00005435 fetch  0x00000001 , 0x00004654 
- 00022221  0x00005436 beq  0x000000ff , 0x00005931 
- 00022222  0x00005438 fetch  0x00000001 , 0x0000497b 
- 00022223  0x00005439 nbranch  0x000056db , 0x00000034 
- 00022224  0x0000543b call  0x00006ee6 
- 00022225  0x0000543c fetcht  0x00000001 , 0x00004654 
- 00022226  0x0000543d branch  0x000056de , 0x00000001 
- 00022227  0x0000543e fetcht  0x00000001 , 0x00004654 
- 00022228  0x0000543f call  0x00006ef7 
- 00022229  0x00005440 fetcht  0x00000001 , 0x00004649 
- 00022230  0x00005441 fetch  0x00000001 , 0x00004974 
- 00022231  0x00005442 branch  0x00005925 
- 00022232  0x00005445 fetcht  0x00000001 , 0x00004649 
- 00022233  0x00005446 call  0x000055b5 
- 00022234  0x00005447 branch  0x000056c5 
- 00022235  0x0000544a jam  0x00000000 , 0x0000487a 
- 00022236  0x0000544b jam  0x00000000 , 0x00004974 
- 00022237  0x0000544c rtn 
- 00022238  0x0000544f fetch  0x00000001 , 0x00004974 
- 00022239  0x00005450 branch  0x00005925 
- 00022240  0x00005453 fetch  0x00000001 , 0x0000487a 
- 00022241  0x00005454 rtneq  0x00000001 
- 00022242  0x00005455 jam  0x00000001 , 0x0000487a 
- 00022243  0x00005456 fetch  0x00000008 , 0x00004713 
- 00022244  0x00005457 rtnbit1  0x00000028 
- 00022245  0x00005458 rtnbit1  0x00000036 
- 00022246  0x00005459 branch  0x000056f7 
- 00022247  0x0000545c fetch  0x00000001 , 0x0000487a 
- 00022248  0x0000545d rtneq  0x00000000 
- 00022249  0x0000545e jam  0x00000000 , 0x0000487a 
- 00022250  0x0000545f fetch  0x00000008 , 0x00004713 
- 00022251  0x00005460 bbit1  0x00000028 , 0x000056ee 
- 00022252  0x00005461 bbit1  0x00000036 , 0x000056ee 
- 00022253  0x00005462 rtn 
- 00022254  0x00005464 fetch  0x00000001 , 0x0000487b 
- 00022255  0x00005465 nbranch  0x000056f2 , 0x00000034 
- 00022256  0x00005466 fetch  0x00000001 , 0x0000497d 
- 00022257  0x00005467 ncall  0x000056f7 , 0x00000034 
- 00022258  0x00005469 jam  0x00000000 , 0x0000487b 
- 00022259  0x0000546a fetch  0x00000001 , 0x000044eb 
- 00022260  0x0000546b store  0x00000001 , 0x0000497d 
- 00022261  0x0000546c store  0x00000001 , 0x0000497c 
- 00022262  0x0000546d rtn 
- 00022263  0x00005470 bpatch  0x0000007b , 0x0000400f 
- 00022264  0x00005471 call  0x00005728 
- 00022265  0x00005472 rtn  0x00000028 
- 00022266  0x00005473 fetch  0x00000001 , 0x00004690 
- 00022267  0x00005475 copy  0x0000003f , 0x00000002 
- 00022268  0x00005476 fetch  0x00000008 , 0x00004713 
- 00022269  0x00005477 bbit1  0x00000017 , 0x00005704 
- 00022270  0x00005478 copy  0x00000002 , 0x0000003f 
- 00022271  0x0000547a increase  0x00000001 , 0x0000003f 
- 00022272  0x0000547b and  0x0000003f , 0x00000003 , 0x0000003f 
- 00022273  0x0000547d store  0x00000001 , 0x00004690 
- 00022274  0x0000547e call  0x00005744 
- 00022275  0x0000547f branch  0x00005cac 
- 00022276  0x00005485 fetch  0x00000001 , 0x0000498a 
- 00022277  0x00005486 nbranch  0x00005721 , 0x00000034 
- 00022278  0x00005488 fetch  0x00000008 , 0x00004713 
- 00022279  0x00005489 bbit1  0x0000001c , 0x00005715 
- 00022280  0x0000548a copy  0x00000002 , 0x0000003f 
- 00022281  0x0000548b rtneq  0x00000001 
- 00022282  0x0000548d beq  0x00000000 , 0x00005711 
- 00022283  0x0000548e beq  0x00000002 , 0x0000570f 
- 00022284  0x0000548f rtn 
- 00022285  0x00005492 setarg  0x00000002 
- 00022286  0x00005493 branch  0x00005701 
- 00022287  0x00005495 setarg  0x00000000 
- 00022288  0x00005496 branch  0x00005701 
- 00022289  0x00005498 setarg  0x00000001 
- 00022290  0x00005499 branch  0x00005701 
- 00022291  0x0000549b setarg  0x00000003 
- 00022292  0x0000549c branch  0x00005701 
- 00022293  0x0000549f copy  0x00000002 , 0x0000003f 
- 00022294  0x000054a0 rtneq  0x00000001 
- 00022295  0x000054a1 beq  0x00000000 , 0x00005711 
- 00022296  0x000054a2 beq  0x00000002 , 0x00005713 
- 00022297  0x000054a3 beq  0x00000003 , 0x0000570f 
- 00022298  0x000054a4 rtn 
- 00022299  0x000054a6 copy  0x00000002 , 0x0000003f 
- 00022300  0x000054a7 rtneq  0x00000002 
- 00022301  0x000054a8 beq  0x00000000 , 0x00005713 
- 00022302  0x000054a9 beq  0x00000001 , 0x0000570f 
- 00022303  0x000054aa beq  0x00000003 , 0x0000570d 
- 00022304  0x000054ab rtn 
- 00022305  0x000054af fetch  0x00000008 , 0x00004713 
- 00022306  0x000054b0 bbit1  0x0000001c , 0x0000571b 
- 00022307  0x000054b1 copy  0x00000002 , 0x0000003f 
- 00022308  0x000054b2 rtneq  0x00000002 
- 00022309  0x000054b4 beq  0x00000000 , 0x0000570d 
- 00022310  0x000054b5 beq  0x00000001 , 0x0000570f 
- 00022311  0x000054b6 rtn 
- 00022312  0x000054bc disable  0x00000028 
- 00022313  0x000054bd fetch  0x00000008 , 0x00004713 
- 00022314  0x000054be rtnbit1  0x0000002b 
- 00022315  0x000054bf branch  0x00005eb1 
- 00022316  0x000054c2 fetch  0x00000008 , 0x00004713 
- 00022317  0x000054c3 bbit1  0x00000028 , 0x00005730 
- 00022318  0x000054c4 bbit1  0x00000036 , 0x00005737 
- 00022319  0x000054c5 rtn 
- 00022320  0x000054c8 fetch  0x00000001 , 0x0000487a 
- 00022321  0x000054c9 rtnne  0x00000001 
- 00022322  0x000054ca arg  0x0000497d , 0x00000013 
- 00022323  0x000054cb arg  0x00005735 , 0x00000012 
- 00022324  0x000054cc branch  0x000042e0 
- 00022325  0x000054cf jam  0x00000001 , 0x0000487b 
- 00022326  0x000054d0 branch  0x00005ec6 
- 00022327  0x000054d3 fetch  0x00000001 , 0x0000487a 
- 00022328  0x000054d4 rtnne  0x00000001 
- 00022329  0x000054d5 arg  0x0000497c , 0x00000013 
- 00022330  0x000054d6 arg  0x0000573c , 0x00000012 
- 00022331  0x000054d7 branch  0x000042e0 
- 00022332  0x000054da jam  0x00000001 , 0x0000487b 
- 00022333  0x000054db branch  0x00005ba3 
- 00022334  0x000054de fetch  0x00000008 , 0x00004713 
- 00022335  0x000054df rtnbit1  0x0000001c 
- 00022336  0x000054e0 fetch  0x00000001 , 0x00004690 
- 00022337  0x000054e1 rtnne  0x00000003 
- 00022338  0x000054e2 jam  0x00000000 , 0x00004690 
- 00022339  0x000054e3 rtn 
- 00022340  0x000054e6 bpatch  0x0000007c , 0x0000400f 
- 00022341  0x000054e7 call  0x0000573e 
- 00022342  0x000054e8 call  0x0000613a 
- 00022343  0x000054ea bpatch  0x0000007d , 0x0000400f 
- 00022344  0x000054eb fetch  0x00000001 , 0x00004957 
- 00022345  0x000054ec beq  0x0000000c , 0x0000576b 
- 00022346  0x000054ed beq  0x00000003 , 0x00005785 
- 00022347  0x000054ee beq  0x0000000b , 0x00005799 
- 00022348  0x000054ef fetch  0x00000001 , 0x00004690 
- 00022349  0x000054f0 beq  0x00000000 , 0x00005753 
- 00022350  0x000054f1 beq  0x00000001 , 0x00005751 
- 00022351  0x000054f2 beq  0x00000002 , 0x00005755 
- 00022352  0x000054f3 beq  0x00000003 , 0x00005757 
- 00022353  0x000054f5 fetcht  0x00000001 , 0x00004869 
- 00022354  0x000054f6 branch  0x00005758 
- 00022355  0x000054f8 fetcht  0x00000001 , 0x00004868 
- 00022356  0x000054f9 branch  0x00005758 
- 00022357  0x000054fb fetcht  0x00000001 , 0x0000486a 
- 00022358  0x000054fc branch  0x00005758 
- 00022359  0x000054fe fetcht  0x00000001 , 0x0000486b 
- 00022360  0x00005500 fetch  0x00000001 , 0x00004957 
- 00022361  0x00005501 beq  0x00000004 , 0x00005767 
- 00022362  0x00005502 beq  0x00000005 , 0x00005767 
- 00022363  0x00005503 beq  0x00000008 , 0x00005769 
- 00022364  0x00005504 beq  0x00000007 , 0x00005769 
- 00022365  0x00005505 beq  0x00000006 , 0x00005767 
- 00022366  0x00005507 storet  0x00000001 , 0x00004879 
- 00022367  0x00005508 setarg  0x00000006 
- 00022368  0x00005509 call  0x000069e5 
- 00022369  0x0000550a and  0x0000003f , 0x000000f8 , 0x00000002 
- 00022370  0x0000550b fetch  0x00000001 , 0x00004879 
- 00022371  0x0000550c iadd  0x00000002 , 0x0000003f 
- 00022372  0x0000550d lshift8  0x0000003f , 0x0000003f 
- 00022373  0x0000550e add  0x0000003f , 0x00000006 , 0x0000003f 
- 00022374  0x0000550f branch  0x000069e4 
- 00022375  0x00005512 increase  0xffffffff , 0x00000002 
- 00022376  0x00005513 branch  0x0000575e 
- 00022377  0x00005516 increase  0x00000002 , 0x00000002 
- 00022378  0x00005517 branch  0x0000575e 
- 00022379  0x0000551a fetch  0x00000001 , 0x00004690 
- 00022380  0x0000551b beq  0x00000000 , 0x0000576f 
- 00022381  0x0000551c beq  0x00000001 , 0x00005775 
- 00022382  0x0000551d beq  0x00000002 , 0x00005778 
- 00022383  0x0000551f fetch  0x00000001 , 0x00004874 
- 00022384  0x00005520 copy  0x0000003f , 0x00000011 
- 00022385  0x00005521 branch  0x0000577d 
- 00022386  0x00005524 fetch  0x00000001 , 0x00004875 
- 00022387  0x00005525 copy  0x0000003f , 0x00000011 
- 00022388  0x00005526 branch  0x0000577d 
- 00022389  0x00005529 fetch  0x00000001 , 0x00004876 
- 00022390  0x0000552a copy  0x0000003f , 0x00000011 
- 00022391  0x0000552b branch  0x0000577d 
- 00022392  0x0000552e fetch  0x00000001 , 0x00004877 
- 00022393  0x0000552f copy  0x0000003f , 0x00000011 
- 00022394  0x00005530 branch  0x0000577d 
- 00022395  0x00005533 fetch  0x00000001 , 0x00004878 
- 00022396  0x00005534 copy  0x0000003f , 0x00000011 
- 00022397  0x00005536 setarg  0x0000c309 
- 00022398  0x00005537 call  0x000069e4 
- 00022399  0x00005538 copy  0x00000011 , 0x0000003f 
- 00022400  0x00005539 lshift8  0x0000003f , 0x0000003f 
- 00022401  0x0000553a add  0x0000003f , 0x00000023 , 0x0000003f 
- 00022402  0x0000553b call  0x000069e4 
- 00022403  0x0000553c setarg  0x00000009 
- 00022404  0x0000553d branch  0x000069e4 
- 00022405  0x00005540 fetch  0x00000001 , 0x00004690 
- 00022406  0x00005541 beq  0x00000000 , 0x0000578c 
- 00022407  0x00005542 beq  0x00000001 , 0x0000578a 
- 00022408  0x00005543 beq  0x00000002 , 0x0000578e 
- 00022409  0x00005544 beq  0x00000003 , 0x00005790 
- 00022410  0x00005546 fetch  0x00000001 , 0x0000486d 
- 00022411  0x00005547 branch  0x00005791 
- 00022412  0x00005549 fetch  0x00000001 , 0x0000486c 
- 00022413  0x0000554a branch  0x00005791 
- 00022414  0x0000554c fetch  0x00000001 , 0x0000486e 
- 00022415  0x0000554d branch  0x00005791 
- 00022416  0x0000554f fetch  0x00000001 , 0x0000486f 
- 00022417  0x00005551 store  0x00000001 , 0x00004879 
- 00022418  0x00005552 lshift8  0x0000003f , 0x0000003f 
- 00022419  0x00005553 copy  0x0000003f , 0x00000011 
- 00022420  0x00005554 add  0x0000003f , 0x0000000d , 0x0000003f 
- 00022421  0x00005555 call  0x000069e4 
- 00022422  0x00005556 copy  0x00000011 , 0x0000003f 
- 00022423  0x00005557 add  0x0000003f , 0x0000000e , 0x0000003f 
- 00022424  0x00005558 branch  0x000069e4 
- 00022425  0x0000555b fetch  0x00000001 , 0x00004690 
- 00022426  0x0000555c beq  0x00000000 , 0x000057a0 
- 00022427  0x0000555d beq  0x00000001 , 0x0000579e 
- 00022428  0x0000555e beq  0x00000002 , 0x000057a2 
- 00022429  0x0000555f beq  0x00000003 , 0x000057a4 
- 00022430  0x00005561 fetch  0x00000001 , 0x00004871 
- 00022431  0x00005562 branch  0x00005791 
- 00022432  0x00005565 fetch  0x00000001 , 0x00004870 
- 00022433  0x00005566 branch  0x00005791 
- 00022434  0x00005569 fetch  0x00000001 , 0x00004872 
- 00022435  0x0000556a branch  0x00005791 
- 00022436  0x0000556d fetch  0x00000001 , 0x00004873 
- 00022437  0x0000556e branch  0x00005791 
- 00022438  0x00005577 call  0x0000584c 
- 00022439  0x00005578 fetch  0x00000001 , 0x00004987 
- 00022440  0x00005579 nbranch  0x00005860 , 0x00000034 
- 00022441  0x0000557a fetch  0x00000001 , 0x00004982 
- 00022442  0x0000557b nbranch  0x0000585f , 0x00000034 
- 00022443  0x0000557d call  0x00005888 
- 00022444  0x0000557e call  0x000057bc 
- 00022445  0x0000557f call  0x0000552f 
- 00022446  0x00005580 call  0x000057b7 
- 00022447  0x00005581 copy  0x00000011 , 0x0000003f 
- 00022448  0x00005582 fetcht  0x00000001 , 0x0000484e 
- 00022449  0x00005583 store  0x00000001 , 0x0000484e 
- 00022450  0x00005584 store  0x00000001 , 0x00004846 
- 00022451  0x00005585 ixor  0x00000002 , 0x0000003f 
- 00022452  0x00005586 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00022453  0x00005587 rtn  0x00000005 
- 00022454  0x00005588 branch  0x00007dba 
- 00022455  0x0000558b rtnmark0  0x00000026 
- 00022456  0x0000558c copy  0x00000011 , 0x0000003f 
- 00022457  0x0000558d rtn  0x00000034 
- 00022458  0x0000558e store  0x00000001 , 0x00004846 
- 00022459  0x0000558f branch  0x00007dba 
- 00022460  0x00005595 jam  0x00000000 , 0x00004979 
- 00022461  0x00005596 jam  0x00000000 , 0x0000497a 
- 00022462  0x00005597 jam  0x00000000 , 0x0000497b 
- 00022463  0x00005598 copy  0x0000003f , 0x00000012 
- 00022464  0x00005599 fetcht  0x00000001 , 0x00004644 
- 00022465  0x0000559a fetch  0x00000001 , 0x00004647 
- 00022466  0x0000559b isub  0x00000002 , 0x0000003e 
- 00022467  0x0000559c branch  0x000057cc , 0x00000005 
- 00022468  0x0000559d fetch  0x00000001 , 0x00004648 
- 00022469  0x0000559e isub  0x00000002 , 0x0000003e 
- 00022470  0x0000559f branch  0x000057d1 , 0x00000005 
- 00022471  0x000055a0 fetcht  0x00000001 , 0x00004645 
- 00022472  0x000055a1 fetch  0x00000001 , 0x00004647 
- 00022473  0x000055a2 isub  0x00000002 , 0x0000003e 
- 00022474  0x000055a3 branch  0x000057e0 , 0x00000005 
- 00022475  0x000055a4 branch  0x000057e3 
- 00022476  0x000055a7 fetcht  0x00000001 , 0x00004645 
- 00022477  0x000055a8 fetch  0x00000001 , 0x00004648 
- 00022478  0x000055a9 isub  0x00000002 , 0x0000003e 
- 00022479  0x000055aa branch  0x000057d6 , 0x00000005 
- 00022480  0x000055ab branch  0x000057d9 
- 00022481  0x000055ae fetcht  0x00000001 , 0x00004645 
- 00022482  0x000055af fetch  0x00000001 , 0x00004647 
- 00022483  0x000055b0 isub  0x00000002 , 0x0000003e 
- 00022484  0x000055b1 branch  0x000057db , 0x00000005 
- 00022485  0x000055b2 branch  0x000057de 
- 00022486  0x000055b5 call  0x000057ef 
- 00022487  0x000055b6 call  0x000057fb 
- 00022488  0x000055b7 branch  0x000057e5 
- 00022489  0x000055ba call  0x000057ef 
- 00022490  0x000055bb branch  0x000057e1 
- 00022491  0x000055be call  0x000057f8 
- 00022492  0x000055bf call  0x000057f2 
- 00022493  0x000055c0 branch  0x000057e5 
- 00022494  0x000055c3 call  0x000057f8 
- 00022495  0x000055c4 branch  0x000057e4 
- 00022496  0x000055c7 call  0x000057f2 
- 00022497  0x000055c9 call  0x000057fe 
- 00022498  0x000055ca branch  0x000057e5 
- 00022499  0x000055cd call  0x000057fb 
- 00022500  0x000055cf call  0x000057f5 
- 00022501  0x000055d1 call  0x00005801 
- 00022502  0x000055d2 call  0x00005804 
- 00022503  0x000055d3 fetch  0x00000001 , 0x0000497a 
- 00022504  0x000055d4 rtn  0x00000034 
- 00022505  0x000055d5 fetch  0x00000001 , 0x00004979 
- 00022506  0x000055d6 rtn  0x00000034 
- 00022507  0x000055d7 jam  0x00000001 , 0x0000497b 
- 00022508  0x000055d8 fetch  0x00000001 , 0x0000484e 
- 00022509  0x000055d9 copy  0x0000003f , 0x00000011 
- 00022510  0x000055da rtn 
- 00022511  0x000055dd and  0x00000012 , 0x00000009 , 0x0000003f 
- 00022512  0x000055de beq  0x00000009 , 0x0000580c 
- 00022513  0x000055df rtn 
- 00022514  0x000055e1 and  0x00000012 , 0x00000009 , 0x0000003f 
- 00022515  0x000055e2 beq  0x00000012 , 0x0000580c 
- 00022516  0x000055e3 rtn 
- 00022517  0x000055e5 and  0x00000012 , 0x00000009 , 0x0000003f 
- 00022518  0x000055e6 beq  0x0000000a , 0x0000580c 
- 00022519  0x000055e7 rtn 
- 00022520  0x000055e9 and  0x00000012 , 0x00000009 , 0x0000003f 
- 00022521  0x000055ea beq  0x00000011 , 0x0000580c 
- 00022522  0x000055eb rtn 
- 00022523  0x000055ed and  0x00000012 , 0x00000014 , 0x0000003f 
- 00022524  0x000055ee beq  0x00000014 , 0x0000580c 
- 00022525  0x000055ef rtn 
- 00022526  0x000055f1 and  0x00000012 , 0x00000014 , 0x0000003f 
- 00022527  0x000055f2 beq  0x00000012 , 0x0000580c 
- 00022528  0x000055f3 rtn 
- 00022529  0x000055f6 and  0x00000012 , 0x00000018 , 0x0000003f 
- 00022530  0x000055f7 beq  0x00000018 , 0x0000580a 
- 00022531  0x000055f8 rtn 
- 00022532  0x000055fb and  0x00000002 , 0x00000007 , 0x0000003f 
- 00022533  0x000055fc beq  0x00000003 , 0x0000580a 
- 00022534  0x000055fd beq  0x00000005 , 0x0000580a 
- 00022535  0x000055fe beq  0x00000006 , 0x0000580a 
- 00022536  0x000055ff beq  0x00000007 , 0x0000580a 
- 00022537  0x00005600 rtn 
- 00022538  0x00005604 jam  0x00000001 , 0x0000497a 
- 00022539  0x00005605 rtn 
- 00022540  0x00005608 jam  0x00000001 , 0x00004979 
- 00022541  0x00005609 rtn 
- 00022542  0x00005612 fetch  0x00000008 , 0x00004713 
- 00022543  0x00005613 rtnbit0  0x00000017 
- 00022544  0x00005614 bbit0  0x0000002c , 0x00005816 
- 00022545  0x00005616 fetch  0x00000001 , 0x00004658 
- 00022546  0x00005617 call  0x00005943 
- 00022547  0x00005618 call  0x00005824 
- 00022548  0x00005619 fetcht  0x00000001 , 0x00004658 
- 00022549  0x0000561a branch  0x000055b5 
- 00022550  0x0000561d fetch  0x00000001 , 0x00004658 
- 00022551  0x0000561e call  0x00005946 
- 00022552  0x0000561f jam  0x00000000 , 0x0000498b 
- 00022553  0x00005620 fetcht  0x00000001 , 0x00004658 
- 00022554  0x00005621 fetch  0x00000001 , 0x00004988 
- 00022555  0x00005622 call  0x0000583d 
- 00022556  0x00005623 call  0x00005828 
- 00022557  0x00005624 fetcht  0x00000001 , 0x00004658 
- 00022558  0x00005625 branch  0x000055b5 
- 00022559  0x00005628 call  0x000055b5 
- 00022560  0x00005629 fetch  0x00000001 , 0x00004989 
- 00022561  0x0000562a rtneq  0x00000001 
- 00022562  0x0000562b jam  0x00000001 , 0x00004989 
- 00022563  0x0000562c branch  0x000056f7 
- 00022564  0x0000562f jam  0x00000000 , 0x0000498b 
- 00022565  0x00005630 fetcht  0x00000001 , 0x00004658 
- 00022566  0x00005631 fetch  0x00000001 , 0x00004988 
- 00022567  0x00005632 call  0x00005833 
- 00022568  0x00005634 store  0x00000001 , 0x00004988 
- 00022569  0x00005635 fetch  0x00000001 , 0x0000498a 
- 00022570  0x00005636 branch  0x0000582f , 0x00000034 
- 00022571  0x00005638 fetch  0x00000001 , 0x00004989 
- 00022572  0x00005639 rtneq  0x00000001 
- 00022573  0x0000563a jam  0x00000001 , 0x00004989 
- 00022574  0x0000563b branch  0x000056f7 
- 00022575  0x0000563e fetch  0x00000001 , 0x00004989 
- 00022576  0x0000563f rtneq  0x00000000 
- 00022577  0x00005640 jam  0x00000000 , 0x00004989 
- 00022578  0x00005641 rtn 
- 00022579  0x00005644 lshift  0x0000003f , 0x0000003f 
- 00022580  0x00005645 copy  0x0000003f , 0x00000012 
- 00022581  0x00005646 call  0x00006ee6 
- 00022582  0x00005647 setflag  0x00000001 , 0x00000000 , 0x00000012 
- 00022583  0x00005648 and  0x00000012 , 0x00000007 , 0x0000003f 
- 00022584  0x00005649 fetcht  0x00000001 , 0x0000498b 
- 00022585  0x0000564a copy  0x00000002 , 0x00000007 
- 00022586  0x0000564b beq  0x00000007 , 0x00005848 
- 00022587  0x0000564c beq  0x00000000 , 0x0000584a 
- 00022588  0x0000564d rtn 
- 00022589  0x00005650 lshift  0x0000003f , 0x0000003f 
- 00022590  0x00005651 copy  0x0000003f , 0x00000012 
- 00022591  0x00005652 call  0x000055b1 
- 00022592  0x00005653 call  0x00006ee6 
- 00022593  0x00005654 setflag  0x00000001 , 0x00000000 , 0x00000012 
- 00022594  0x00005655 and  0x00000012 , 0x00000007 , 0x0000003f 
- 00022595  0x00005656 fetcht  0x00000001 , 0x0000498b 
- 00022596  0x00005657 copy  0x00000002 , 0x00000007 
- 00022597  0x00005658 beq  0x00000007 , 0x00005848 
- 00022598  0x00005659 beq  0x00000000 , 0x0000584a 
- 00022599  0x0000565a rtn 
- 00022600  0x0000565d jam  0x00000001 , 0x0000498a 
- 00022601  0x0000565e rtn 
- 00022602  0x00005660 jam  0x00000000 , 0x0000498a 
- 00022603  0x00005661 rtn 
- 00022604  0x0000566a arg  0x00000000 , 0x00000012 
- 00022605  0x0000566b fetch  0x00000001 , 0x00004657 
- 00022606  0x0000566c rtneq  0x000000ff 
- 00022607  0x0000566d fetch  0x00000008 , 0x00004713 
- 00022608  0x0000566e bbit0  0x0000002e , 0x00005859 
- 00022609  0x00005670 fetcht  0x00000001 , 0x00004657 
- 00022610  0x00005671 call  0x000055b5 
- 00022611  0x00005672 fetcht  0x00000001 , 0x00004657 
- 00022612  0x00005673 call  0x00006ee6 
- 00022613  0x00005674 setflag  0x00000001 , 0x00000000 , 0x00000012 
- 00022614  0x00005676 copy  0x00000012 , 0x0000003f 
- 00022615  0x00005677 store  0x00000001 , 0x00004987 
- 00022616  0x00005678 rtn 
- 00022617  0x0000567b fetcht  0x00000001 , 0x00004657 
- 00022618  0x0000567c call  0x000055b1 
- 00022619  0x0000567d fetcht  0x00000001 , 0x00004657 
- 00022620  0x0000567e call  0x00006ee6 
- 00022621  0x0000567f nsetflag  0x00000001 , 0x00000000 , 0x00000012 
- 00022622  0x00005680 branch  0x00005856 
- 00022623  0x00005683 beq  0x00000004 , 0x00005878 
- 00022624  0x00005685 call  0x0000587b 
- 00022625  0x00005686 fetch  0x00000004 , 0x00004983 
- 00022626  0x00005687 arg  0x000000a0 , 0x00000002 
- 00022627  0x00005688 iadd  0x00000002 , 0x00000002 
- 00022628  0x00005689 copy  0x00000022 , 0x0000003f 
- 00022629  0x0000568a isub  0x00000002 , 0x0000003e 
- 00022630  0x0000568b nrtn  0x00000002 
- 00022631  0x0000568c store  0x00000004 , 0x00004983 
- 00022632  0x0000568d fetch  0x00000001 , 0x00004982 
- 00022633  0x0000568e beq  0x00000000 , 0x0000586e 
- 00022634  0x0000568f beq  0x00000001 , 0x00005871 
- 00022635  0x00005690 beq  0x00000002 , 0x00005874 
- 00022636  0x00005691 beq  0x00000003 , 0x00005876 
- 00022637  0x00005692 rtn 
- 00022638  0x00005695 jam  0x00000001 , 0x00004982 
- 00022639  0x00005697 jam  0x00000001 , 0x00004846 
- 00022640  0x00005698 branch  0x00007dba 
- 00022641  0x0000569b jam  0x00000002 , 0x00004982 
- 00022642  0x0000569d jam  0x00000000 , 0x00004846 
- 00022643  0x0000569e branch  0x00007dba 
- 00022644  0x000056a1 jam  0x00000003 , 0x00004982 
- 00022645  0x000056a2 branch  0x0000586f 
- 00022646  0x000056a5 jam  0x00000000 , 0x00004982 
- 00022647  0x000056a6 branch  0x00005872 
- 00022648  0x000056a9 jam  0x00000000 , 0x00004982 
- 00022649  0x000056aa jam  0x00000000 , 0x00004846 
- 00022650  0x000056ab rtn 
- 00022651  0x000056ae fetcht  0x00000004 , 0x00004983 
- 00022652  0x000056af copy  0x00000022 , 0x0000003f 
- 00022653  0x000056b0 isub  0x00000002 , 0x0000003e 
- 00022654  0x000056b1 ncall  0x00005880 , 0x00000002 
- 00022655  0x000056b2 rtn 
- 00022656  0x000056b4 setarg  0x00000000 
- 00022657  0x000056b5 store  0x00000004 , 0x00004983 
- 00022658  0x000056b6 rtn 
- 00022659  0x000056bf call  0x00005895 
- 00022660  0x000056c0 call  0x00005888 
- 00022661  0x000056c1 setarg  0x00000000 
- 00022662  0x000056c2 store  0x00000003 , 0x0000496f 
- 00022663  0x000056c3 rtn 
- 00022664  0x000056c6 bpatch  0x0000007e , 0x0000400f 
- 00022665  0x000056c7 fetch  0x00000001 , 0x0000473f 
- 00022666  0x000056c8 ncall  0x00005895 , 0x00000034 
- 00022667  0x000056c9 arg  0x00000000 , 0x00000011 
- 00022668  0x000056ca call  0x00005898 
- 00022669  0x000056cb call  0x000058a1 
- 00022670  0x000056cc call  0x000058aa 
- 00022671  0x000056cd call  0x000058b3 
- 00022672  0x000056ce call  0x000058cf 
- 00022673  0x000056cf call  0x0000584c 
- 00022674  0x000056d0 call  0x000058ec 
- 00022675  0x000056d1 copy  0x00000011 , 0x0000003f 
- 00022676  0x000056d2 rtn 
- 00022677  0x000056d5 setarg  0x00030303 
- 00022678  0x000056d6 store  0x00000003 , 0x0000496f 
- 00022679  0x000056d7 rtn 
- 00022680  0x000056da fetch  0x00000001 , 0x00004644 
- 00022681  0x000056db call  0x00005943 
- 00022682  0x000056dc jam  0x00000000 , 0x00004977 
- 00022683  0x000056dd fetcht  0x00000001 , 0x00004644 
- 00022684  0x000056de fetch  0x00000001 , 0x0000496f 
- 00022685  0x000056df call  0x00005925 
- 00022686  0x000056e0 store  0x00000001 , 0x0000496f 
- 00022687  0x000056e1 fetcht  0x00000001 , 0x00004644 
- 00022688  0x000056e2 branch  0x000055b5 
- 00022689  0x000056e5 fetch  0x00000001 , 0x00004646 
- 00022690  0x000056e6 call  0x00005943 
- 00022691  0x000056e7 jam  0x00000001 , 0x00004977 
- 00022692  0x000056e8 fetcht  0x00000001 , 0x00004646 
- 00022693  0x000056e9 fetch  0x00000001 , 0x00004970 
- 00022694  0x000056ea call  0x00005925 
- 00022695  0x000056eb store  0x00000001 , 0x00004970 
- 00022696  0x000056ec fetcht  0x00000001 , 0x00004646 
- 00022697  0x000056ed branch  0x000055b5 
- 00022698  0x000056f0 fetch  0x00000001 , 0x00004645 
- 00022699  0x000056f1 call  0x00005943 
- 00022700  0x000056f2 jam  0x00000002 , 0x00004977 
- 00022701  0x000056f3 fetcht  0x00000001 , 0x00004645 
- 00022702  0x000056f4 fetch  0x00000001 , 0x00004971 
- 00022703  0x000056f5 call  0x00005925 
- 00022704  0x000056f6 store  0x00000001 , 0x00004971 
- 00022705  0x000056f7 fetcht  0x00000001 , 0x00004645 
- 00022706  0x000056f8 branch  0x000055b5 
- 00022707  0x000056fb fetch  0x00000001 , 0x00004647 
- 00022708  0x000056fc rtneq  0x000000ff 
- 00022709  0x000056fd jam  0x00000003 , 0x00004977 
- 00022710  0x000056fe fetch  0x00000001 , 0x00004972 
- 00022711  0x000056ff copy  0x0000003f , 0x00000013 
- 00022712  0x00005700 fetcht  0x00000001 , 0x00004647 
- 00022713  0x00005701 fetch  0x00000001 , 0x00004654 
- 00022714  0x00005702 beq  0x000000ff , 0x000058c8 
- 00022715  0x00005703 call  0x00006ee6 
- 00022716  0x00005704 branch  0x000058c4 , 0x00000001 
- 00022717  0x00005705 fetcht  0x00000001 , 0x00004654 
- 00022718  0x00005706 call  0x00006ef7 
- 00022719  0x00005707 fetcht  0x00000001 , 0x00004647 
- 00022720  0x00005708 fetch  0x00000001 , 0x00004972 
- 00022721  0x00005709 call  0x00005925 
- 00022722  0x0000570b store  0x00000001 , 0x00004972 
- 00022723  0x0000570c branch  0x000058df 
- 00022724  0x0000570f fetcht  0x00000001 , 0x00004654 
- 00022725  0x00005710 fetch  0x00000001 , 0x00004972 
- 00022726  0x00005711 call  0x00005925 
- 00022727  0x00005712 branch  0x000058c2 
- 00022728  0x00005715 fetch  0x00000001 , 0x00004647 
- 00022729  0x00005716 call  0x00005946 
- 00022730  0x00005717 fetcht  0x00000001 , 0x00004647 
- 00022731  0x00005718 call  0x00005931 
- 00022732  0x00005719 store  0x00000001 , 0x00004972 
- 00022733  0x0000571a fetcht  0x00000001 , 0x00004647 
- 00022734  0x0000571b branch  0x000055b5 
- 00022735  0x0000571f fetch  0x00000001 , 0x00004648 
- 00022736  0x00005720 rtneq  0x000000ff 
- 00022737  0x00005721 jam  0x00000004 , 0x00004977 
- 00022738  0x00005722 fetch  0x00000001 , 0x00004973 
- 00022739  0x00005723 copy  0x0000003f , 0x00000013 
- 00022740  0x00005724 fetcht  0x00000001 , 0x00004648 
- 00022741  0x00005725 fetch  0x00000001 , 0x00004654 
- 00022742  0x00005726 beq  0x000000ff , 0x000058e5 
- 00022743  0x00005727 call  0x00006ee6 
- 00022744  0x00005728 branch  0x000058e1 , 0x00000001 
- 00022745  0x00005729 fetcht  0x00000001 , 0x00004654 
- 00022746  0x0000572a call  0x00006ef7 
- 00022747  0x0000572b fetcht  0x00000001 , 0x00004648 
- 00022748  0x0000572c fetch  0x00000001 , 0x00004973 
- 00022749  0x0000572d call  0x00005925 
- 00022750  0x0000572f store  0x00000001 , 0x00004973 
- 00022751  0x00005731 fetcht  0x00000001 , 0x00004654 
- 00022752  0x00005732 branch  0x000055b5 
- 00022753  0x00005735 fetcht  0x00000001 , 0x00004654 
- 00022754  0x00005736 fetch  0x00000001 , 0x00004973 
- 00022755  0x00005737 call  0x00005925 
- 00022756  0x00005738 branch  0x000058de 
- 00022757  0x0000573b fetch  0x00000001 , 0x00004648 
- 00022758  0x0000573c call  0x00005946 
- 00022759  0x0000573d fetcht  0x00000001 , 0x00004648 
- 00022760  0x0000573e call  0x00005931 
- 00022761  0x0000573f store  0x00000001 , 0x00004973 
- 00022762  0x00005740 fetcht  0x00000001 , 0x00004648 
- 00022763  0x00005741 branch  0x000055b5 
- 00022764  0x00005744 jam  0x00000000 , 0x0000496c 
- 00022765  0x00005745 fetch  0x00000001 , 0x00004656 
- 00022766  0x00005746 rtneq  0x000000ff 
- 00022767  0x00005747 fetch  0x00000008 , 0x00004713 
- 00022768  0x00005748 rtnbit0  0x00000016 
- 00022769  0x00005749 bbit1  0x0000002f , 0x000058fd 
- 00022770  0x0000574b jam  0x00000007 , 0x00004977 
- 00022771  0x0000574c fetcht  0x00000001 , 0x00004656 
- 00022772  0x0000574d fetch  0x00000001 , 0x00004976 
- 00022773  0x0000574e call  0x00005925 
- 00022774  0x0000574f store  0x00000001 , 0x00004976 
- 00022775  0x00005751 copy  0x00000011 , 0x0000003f 
- 00022776  0x00005752 bbit1  0x00000007 , 0x00005917 
- 00022777  0x00005753 call  0x0000591a 
- 00022778  0x00005755 fetch  0x00000001 , 0x0000496d 
- 00022779  0x00005756 store  0x00000001 , 0x0000496e 
- 00022780  0x00005757 rtn 
- 00022781  0x0000575a jam  0x00000007 , 0x00004977 
- 00022782  0x0000575b fetch  0x00000001 , 0x00004976 
- 00022783  0x0000575c copy  0x0000003f , 0x00000013 
- 00022784  0x0000575d fetcht  0x00000001 , 0x00004656 
- 00022785  0x0000575e fetch  0x00000001 , 0x00004654 
- 00022786  0x0000575f beq  0x000000ff , 0x0000590f 
- 00022787  0x00005760 call  0x00006ee6 
- 00022788  0x00005761 branch  0x0000590b , 0x00000001 
- 00022789  0x00005762 fetcht  0x00000001 , 0x00004654 
- 00022790  0x00005763 call  0x00006ef7 
- 00022791  0x00005764 fetcht  0x00000001 , 0x00004656 
- 00022792  0x00005765 fetch  0x00000001 , 0x00004976 
- 00022793  0x00005766 call  0x00005925 
- 00022794  0x00005767 branch  0x00005913 
- 00022795  0x0000576a fetcht  0x00000001 , 0x00004654 
- 00022796  0x0000576b fetch  0x00000001 , 0x00004976 
- 00022797  0x0000576c call  0x00005925 
- 00022798  0x0000576d branch  0x00005913 
- 00022799  0x00005770 fetch  0x00000001 , 0x00004656 
- 00022800  0x00005771 call  0x00005946 
- 00022801  0x00005772 fetcht  0x00000001 , 0x00004656 
- 00022802  0x00005773 call  0x00005931 
- 00022803  0x00005775 store  0x00000001 , 0x00004976 
- 00022804  0x00005776 call  0x000058f7 
- 00022805  0x00005777 fetcht  0x00000001 , 0x00004656 
- 00022806  0x00005778 branch  0x000055b5 
- 00022807  0x0000577c jam  0x00000001 , 0x0000496d 
- 00022808  0x0000577d call  0x0000591d 
- 00022809  0x0000577e branch  0x000058fa 
- 00022810  0x00005781 jam  0x00000000 , 0x0000496d 
- 00022811  0x00005782 fetch  0x00000001 , 0x0000496e 
- 00022812  0x00005783 rtn  0x00000034 
- 00022813  0x00005785 jam  0x00000001 , 0x0000496c 
- 00022814  0x00005786 rtn 
- 00022815  0x0000578b call  0x00006ee6 
- 00022816  0x0000578c fetcht  0x00000001 , 0x00004977 
- 00022817  0x0000578d copy  0x00000002 , 0x00000007 
- 00022818  0x0000578e branch  0x0000592f , 0x00000001 
- 00022819  0x00005790 qset0  0x00000011 
- 00022820  0x00005791 rtn 
- 00022821  0x00005794 lshift  0x0000003f , 0x0000003f 
- 00022822  0x00005795 copy  0x0000003f , 0x00000012 
- 00022823  0x00005796 call  0x00006ee6 
- 00022824  0x00005797 setflag  0x00000001 , 0x00000000 , 0x00000012 
- 00022825  0x00005799 and  0x00000012 , 0x00000007 , 0x0000003f 
- 00022826  0x0000579b fetcht  0x00000001 , 0x00004977 
- 00022827  0x0000579c copy  0x00000002 , 0x00000007 
- 00022828  0x0000579d beq  0x00000007 , 0x0000592f 
- 00022829  0x0000579e beq  0x00000000 , 0x00005923 
- 00022830  0x0000579f rtn 
- 00022831  0x000057a2 qset1  0x00000011 
- 00022832  0x000057a3 rtn 
- 00022833  0x000057a6 bpatch  0x0000007f , 0x0000400f 
- 00022834  0x000057a7 copy  0x00000013 , 0x0000003f 
- 00022835  0x000057a8 store  0x00000001 , 0x00004978 
- 00022836  0x000057a9 lshift  0x0000003f , 0x0000003f 
- 00022837  0x000057aa copy  0x0000003f , 0x00000012 
- 00022838  0x000057ab copy  0x00000002 , 0x00000013 
- 00022839  0x000057ac call  0x000055b1 
- 00022840  0x000057ad copy  0x00000013 , 0x00000002 
- 00022841  0x000057ae call  0x00006ee6 
- 00022842  0x000057af nsetflag  0x00000001 , 0x00000000 , 0x00000012 
- 00022843  0x000057b0 call  0x0000593d 
- 00022844  0x000057b1 branch  0x0000592a 
- 00022845  0x000057b4 fetcht  0x00000001 , 0x00004978 
- 00022846  0x000057b5 and_into  0x00000001 , 0x00000002 
- 00022847  0x000057b6 and  0x00000012 , 0x00000001 , 0x0000003f 
- 00022848  0x000057b7 isub  0x00000002 , 0x0000003e 
- 00022849  0x000057b8 nbranch  0x00005abc , 0x00000005 
- 00022850  0x000057b9 rtn 
- 00022851  0x000057be rtneq  0x000000ff 
- 00022852  0x000057bf arg  0x0000003f , 0x00000002 
- 00022853  0x000057c0 branch  0x00006f21 
- 00022854  0x000057c4 rtneq  0x000000ff 
- 00022855  0x000057c5 arg  0x0000003e , 0x00000002 
- 00022856  0x000057c6 branch  0x00006f21 
- 00022857  0x000057cc bpatch  0x00000080 , 0x00004010 
- 00022858  0x000057cd call  0x000055f6 
- 00022859  0x000057ce rtn  0x0000002b 
- 00022860  0x000057d0 call  0x000059e7 
- 00022861  0x000057d2 bpatch  0x00000081 , 0x00004010 
- 00022862  0x000057d3 call  0x00005958 
- 00022863  0x000057d4 beq  0x00000030 , 0x0000595f 
- 00022864  0x000057d5 beq  0x00000031 , 0x000059c6 
- 00022865  0x000057d6 beq  0x00000058 , 0x000059cf 
- 00022866  0x000057d7 call  0x00005955 
- 00022867  0x000057d8 nop  0x00001af4 
- 00022868  0x000057d9 branch  0x0000594d 
- 00022869  0x000057db fetcht  0x00000001 , 0x0000464c 
- 00022870  0x000057dc call  0x000069c7 
- 00022871  0x000057dd branch  0x000055fb 
- 00022872  0x000057e0 setarg  0x00000001 
- 00022873  0x000057e1 call  0x000069e5 
- 00022874  0x000057e2 store  0x00000001 , 0x0000485a 
- 00022875  0x000057e3 setarg  0x00000000 
- 00022876  0x000057e4 call  0x000069e5 
- 00022877  0x000057e5 store  0x00000001 , 0x00004859 
- 00022878  0x000057e6 rtn 
- 00022879  0x000057e9 fetch  0x00000001 , 0x0000485a 
- 00022880  0x000057ea beq  0x0000005a , 0x0000596e 
- 00022881  0x000057eb beq  0x000000d8 , 0x00005974 
- 00022882  0x000057ec beq  0x000000d1 , 0x00005968 
- 00022883  0x000057ed beq  0x000000d2 , 0x0000598c 
- 00022884  0x000057ee beq  0x00000002 , 0x00005993 
- 00022885  0x000057ef beq  0x00000054 , 0x0000599c 
- 00022886  0x000057f0 beq  0x00000050 , 0x000059c3 
- 00022887  0x000057f1 branch  0x0000594d 
- 00022888  0x000057f4 setarg  0x00000049 
- 00022889  0x000057f5 call  0x000069e5 
- 00022890  0x000057f6 beq  0x000000a1 , 0x0000596c 
- 00022891  0x000057f7 branch  0x00005983 
- 00022892  0x000057fa jam  0x0000000c , 0x00004957 
- 00022893  0x000057fb rtn 
- 00022894  0x000057fe jam  0x00000005 , 0x00004957 
- 00022895  0x000057ff call  0x000059da 
- 00022896  0x00005800 call  0x00007c95 
- 00022897  0x00005801 arg  0x000048d6 , 0x00000013 
- 00022898  0x00005802 call  0x00005995 
- 00022899  0x00005803 branch  0x00005747 
- 00022900  0x00005806 setarg  0x00000016 
- 00022901  0x00005807 call  0x000069e5 
- 00022902  0x00005808 sub  0x0000003f , 0x000000bd , 0x0000003e 
- 00022903  0x00005809 nbranch  0x00005949 , 0x00000005 
- 00022904  0x0000580a setarg  0x00000019 
- 00022905  0x0000580b call  0x000069e5 
- 00022906  0x0000580c sub  0x0000003f , 0x00000055 , 0x0000003e 
- 00022907  0x0000580d nbranch  0x00005949 , 0x00000005 
- 00022908  0x0000580e setarg  0x0000001b 
- 00022909  0x0000580f call  0x000069e5 
- 00022910  0x00005810 sub  0x0000003f , 0x0000001d , 0x0000003e 
- 00022911  0x00005811 nbranch  0x00005949 , 0x00000005 
- 00022912  0x00005812 jam  0x00000006 , 0x00004957 
- 00022913  0x00005813 arg  0x0000491a , 0x00000013 
- 00022914  0x00005814 branch  0x00005995 
- 00022915  0x00005817 jam  0x00000000 , 0x00004957 
- 00022916  0x00005818 arg  0x00004890 , 0x00000013 
- 00022917  0x00005819 call  0x00005995 
- 00022918  0x0000581a arg  0x0000489a , 0x00000013 
- 00022919  0x0000581b call  0x00005995 
- 00022920  0x0000581c setarg  0x00000943 
- 00022921  0x0000581d call  0x000069e4 
- 00022922  0x0000581e arg  0x000048b4 , 0x00000013 
- 00022923  0x0000581f branch  0x00005995 
- 00022924  0x00005822 jam  0x00000002 , 0x00004957 
- 00022925  0x00005823 arg  0x00004886 , 0x00000013 
- 00022926  0x00005824 call  0x00005995 
- 00022927  0x00005825 arg  0x0000489a , 0x00000013 
- 00022928  0x00005826 call  0x00005995 
- 00022929  0x00005827 arg  0x000048b4 , 0x00000013 
- 00022930  0x00005828 branch  0x00005995 
- 00022931  0x0000582b jam  0x00000003 , 0x00004957 
- 00022932  0x0000582c arg  0x0000487c , 0x00000013 
- 00022933  0x0000582e ifetch  0x00000002 , 0x00000013 
- 00022934  0x0000582f arg  0x0000ffff , 0x00000002 
- 00022935  0x00005830 isub  0x00000002 , 0x0000003e 
- 00022936  0x00005831 rtn  0x00000005 
- 00022937  0x00005832 call  0x000069e4 
- 00022938  0x00005833 increase  0x00000002 , 0x00000013 
- 00022939  0x00005834 branch  0x00005995 
- 00022940  0x00005837 call  0x000059d8 
- 00022941  0x00005838 setarg  0x00009a5b 
- 00022942  0x00005839 call  0x000069e4 
- 00022943  0x0000583a setarg  0x0000000d 
- 00022944  0x0000583b call  0x000069e5 
- 00022945  0x0000583c sub  0x0000003f , 0x00000012 , 0x0000003e 
- 00022946  0x0000583d branch  0x000059b0 , 0x00000005 
- 00022947  0x0000583e sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00022948  0x0000583f nbranch  0x000059b3 , 0x00000005 
- 00022949  0x00005840 setarg  0x0000000e 
- 00022950  0x00005841 call  0x000069e5 
- 00022951  0x00005842 sub  0x0000003f , 0x000000e5 , 0x0000003e 
- 00022952  0x00005843 nbranch  0x0000594d , 0x00000005 
- 00022953  0x00005844 setarg  0x00000010 
- 00022954  0x00005845 call  0x000069e5 
- 00022955  0x00005846 sub  0x0000003f , 0x000000a5 , 0x0000003e 
- 00022956  0x00005847 branch  0x000059b0 , 0x00000005 
- 00022957  0x00005848 call  0x000059c0 
- 00022958  0x0000584a jam  0x00000008 , 0x00004957 
- 00022959  0x0000584b rtn 
- 00022960  0x0000584d jam  0x00000009 , 0x00004957 
- 00022961  0x0000584e arg  0x000048fc , 0x00000013 
- 00022962  0x0000584f branch  0x00005995 
- 00022963  0x00005851 sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00022964  0x00005852 nbranch  0x0000594d , 0x00000005 
- 00022965  0x00005853 setarg  0x0000000e 
- 00022966  0x00005854 call  0x000069e5 
- 00022967  0x00005855 sub  0x0000003f , 0x000000c5 , 0x0000003e 
- 00022968  0x00005856 nbranch  0x0000594d , 0x00000005 
- 00022969  0x00005857 setarg  0x00000010 
- 00022970  0x00005858 call  0x000069e5 
- 00022971  0x00005859 sub  0x0000003f , 0x00000038 , 0x0000003e 
- 00022972  0x0000585a nbranch  0x0000594d , 0x00000005 
- 00022973  0x0000585c call  0x000059c0 
- 00022974  0x0000585d jam  0x0000000a , 0x00004957 
- 00022975  0x0000585e rtn 
- 00022976  0x00005860 setarg  0x0000005b 
- 00022977  0x00005861 call  0x000069e4 
- 00022978  0x00005862 branch  0x000059d6 
- 00022979  0x00005865 jam  0x00000007 , 0x00004957 
- 00022980  0x00005866 arg  0x0000493a , 0x00000013 
- 00022981  0x00005867 branch  0x00005995 
- 00022982  0x0000586a call  0x000059e7 
- 00022983  0x0000586b fetch  0x00000001 , 0x0000485a 
- 00022984  0x0000586c beq  0x00000070 , 0x000059cd 
- 00022985  0x0000586d beq  0x00000000 , 0x000059cb 
- 00022986  0x0000586e branch  0x0000594d 
- 00022987  0x00005871 jam  0x00000001 , 0x00004957 
- 00022988  0x00005872 rtn 
- 00022989  0x00005875 jam  0x00000004 , 0x00004957 
- 00022990  0x00005876 rtn 
- 00022991  0x00005879 call  0x000059e7 
- 00022992  0x0000587a fetch  0x00000001 , 0x0000485a 
- 00022993  0x0000587b beq  0x00000059 , 0x000059d3 
- 00022994  0x0000587c branch  0x0000595f 
- 00022995  0x0000587e jam  0x0000000b , 0x00004957 
- 00022996  0x0000587f arg  0x0000492a , 0x00000013 
- 00022997  0x00005880 branch  0x00005995 
- 00022998  0x00005883 setarg  0x00000009 
- 00022999  0x00005884 branch  0x000069e4 
- 00023000  0x00005886 setarg  0x00005a09 
- 00023001  0x00005887 branch  0x000069e4 
- 00023002  0x0000588a arg  0x00008006 , 0x00000002 
- 00023003  0x0000588b fetch  0x00000001 , 0x00004957 
- 00023004  0x0000588c bne  0x0000000b , 0x000059de 
- 00023005  0x0000588d arg  0x00009706 , 0x00000002 
- 00023006  0x0000588f copy  0x00000002 , 0x0000003f 
- 00023007  0x00005890 call  0x000069e4 
- 00023008  0x00005891 nop  0x00002ee0 
- 00023009  0x00005892 rtn 
- 00023010  0x00005895 arg  0x00004946 , 0x00000013 
- 00023011  0x00005896 fetch  0x00000001 , 0x00004957 
- 00023012  0x00005897 rtnne  0x0000000b 
- 00023013  0x00005898 arg  0x0000494e , 0x00000013 
- 00023014  0x00005899 rtn 
- 00023015  0x0000589c bpatch  0x00000082 , 0x00004010 
- 00023016  0x0000589d call  0x000055f6 
- 00023017  0x0000589e call  0x000059da 
- 00023018  0x0000589f call  0x000059e2 
- 00023019  0x000058a0 call  0x00005995 
- 00023020  0x000058a1 branch  0x00005747 
- 00023021  0x000058a4 bpatch  0x00000083 , 0x00004010 
- 00023022  0x000058a5 call  0x00005949 
- 00023023  0x000058a6 call  0x000055f6 
- 00023024  0x000058a7 arg  0x00000806 , 0x00000002 
- 00023025  0x000058a8 fetch  0x00000001 , 0x00004957 
- 00023026  0x000058a9 bne  0x0000000b , 0x000059f4 
- 00023027  0x000058aa arg  0x00001f06 , 0x00000002 
- 00023028  0x000058ac copy  0x00000002 , 0x0000003f 
- 00023029  0x000058ad branch  0x000069e4 
- 00023030  0x000058b4 fetch  0x00000001 , 0x00004420 
- 00023031  0x000058b5 rtnne  0x00000000 
- 00023032  0x000058b6 fetch  0x00000001 , 0x00004957 
- 00023033  0x000058b7 beq  0x00000000 , 0x00005a02 
- 00023034  0x000058b8 beq  0x00000001 , 0x00005a02 
- 00023035  0x000058b9 beq  0x00000008 , 0x00005a02 
- 00023036  0x000058ba beq  0x00000002 , 0x00005a02 
- 00023037  0x000058bb beq  0x00000003 , 0x00005a26 
- 00023038  0x000058bc beq  0x00000004 , 0x00005a02 
- 00023039  0x000058bd beq  0x00000006 , 0x00005a4b 
- 00023040  0x000058be beq  0x0000000b , 0x00005a44 
- 00023041  0x000058bf branch  0x00005a02 
- 00023042  0x000058c3 call  0x00005a6d 
- 00023043  0x000058c4 disable  0x00000028 
- 00023044  0x000058c5 fetch  0x00000001 , 0x00004659 
- 00023045  0x000058c6 beq  0x000000ff , 0x00005a09 
- 00023046  0x000058c7 fetcht  0x00000001 , 0x00004659 
- 00023047  0x000058c8 call  0x00006ee6 
- 00023048  0x000058c9 nrtn  0x00000001 
- 00023049  0x000058cb setarg  0x00000000 
- 00023050  0x000058cc call  0x000069e5 
- 00023051  0x000058cd bne  0x00000030 , 0x00005a1c 
- 00023052  0x000058cf setarg  0x00000002 
- 00023053  0x000058d0 call  0x000069e5 
- 00023054  0x000058d1 rtnbit0  0x00000007 
- 00023055  0x000058d2 call  0x00005a84 
- 00023056  0x000058d3 fetch  0x00000001 , 0x00004847 
- 00023057  0x000058d4 call  0x00005a7c 
- 00023058  0x000058d5 store  0x00000002 , 0x00004847 
- 00023059  0x000058d6 fetch  0x00000001 , 0x00004849 
- 00023060  0x000058d7 call  0x00005a7c 
- 00023061  0x000058d8 store  0x00000002 , 0x00004849 
- 00023062  0x000058d9 fetch  0x00000001 , 0x00004958 
- 00023063  0x000058da beq  0x00000000 , 0x00005a1e 
- 00023064  0x000058db beq  0x00000001 , 0x00005a20 
- 00023065  0x000058dc beq  0x00000002 , 0x00005a22 
- 00023066  0x000058dd beq  0x00000003 , 0x00005a24 
- 00023067  0x000058de rtn 
- 00023068  0x000058e1 beq  0x00000031 , 0x00005a0c 
- 00023069  0x000058e2 branch  0x00005955 
- 00023070  0x000058e5 call  0x00005a56 
- 00023071  0x000058e6 branch  0x00005a8b 
- 00023072  0x000058e8 call  0x00005a5e 
- 00023073  0x000058e9 branch  0x00005a8b 
- 00023074  0x000058eb call  0x00005a5a 
- 00023075  0x000058ec branch  0x00005a8b 
- 00023076  0x000058ee call  0x00005a66 
- 00023077  0x000058ef branch  0x00005a8b 
- 00023078  0x000058f4 call  0x00005a6d 
- 00023079  0x000058f5 fetch  0x00000001 , 0x00004659 
- 00023080  0x000058f6 beq  0x000000ff , 0x00005a2c 
- 00023081  0x000058f7 fetcht  0x00000001 , 0x00004659 
- 00023082  0x000058f8 call  0x00006ee6 
- 00023083  0x000058f9 nrtn  0x00000001 
- 00023084  0x000058fb setarg  0x00000000 
- 00023085  0x000058fc call  0x000069e5 
- 00023086  0x000058fd bne  0x00000030 , 0x00005955 
- 00023087  0x000058ff setarg  0x00000002 
- 00023088  0x00005900 call  0x000069e5 
- 00023089  0x00005901 rtnbit0  0x00000007 
- 00023090  0x00005902 call  0x00005a84 
- 00023091  0x00005903 call  0x00005a42 
- 00023092  0x00005904 store  0x00000001 , 0x0000484d 
- 00023093  0x00005905 rshift4  0x0000003f , 0x0000003f 
- 00023094  0x00005906 call  0x00005a80 
- 00023095  0x00005907 store  0x00000001 , 0x00004848 
- 00023096  0x00005908 fetch  0x00000001 , 0x0000484d 
- 00023097  0x00005909 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00023098  0x0000590a call  0x00005a80 
- 00023099  0x0000590b store  0x00000001 , 0x0000484a 
- 00023100  0x0000590c fetch  0x00000001 , 0x00004958 
- 00023101  0x0000590d beq  0x00000000 , 0x00005a56 
- 00023102  0x0000590e beq  0x00000001 , 0x00005a5e 
- 00023103  0x0000590f beq  0x00000002 , 0x00005a5a 
- 00023104  0x00005910 beq  0x00000003 , 0x00005a66 
- 00023105  0x00005911 rtn 
- 00023106  0x00005914 setarg  0x00000012 
- 00023107  0x00005915 branch  0x000069e5 
- 00023108  0x00005918 call  0x00005a6d 
- 00023109  0x00005919 fetch  0x00000001 , 0x00004659 
- 00023110  0x0000591a beq  0x000000ff , 0x00005a4a 
- 00023111  0x0000591b fetcht  0x00000001 , 0x00004659 
- 00023112  0x0000591c call  0x00006ee6 
- 00023113  0x0000591d nrtn  0x00000001 
- 00023114  0x0000591f branch  0x00005a2f 
- 00023115  0x00005923 call  0x00005a6d 
- 00023116  0x00005924 disable  0x00000028 
- 00023117  0x00005925 setarg  0x00000002 
- 00023118  0x00005926 call  0x000069e5 
- 00023119  0x00005927 rtnbit0  0x00000007 
- 00023120  0x00005928 setarg  0x00000008 
- 00023121  0x00005929 call  0x000069e5 
- 00023122  0x0000592a branch  0x00005a0f , 0x00000034 
- 00023123  0x0000592b setarg  0x00000000 
- 00023124  0x0000592c store  0x00000006 , 0x00004847 
- 00023125  0x0000592d rtn 
- 00023126  0x00005930 fetch  0x00000002 , 0x00004847 
- 00023127  0x00005931 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00023128  0x00005932 store  0x00000002 , 0x00004847 
- 00023129  0x00005933 branch  0x00007dba 
- 00023130  0x00005935 fetch  0x00000002 , 0x00004849 
- 00023131  0x00005936 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00023132  0x00005937 store  0x00000002 , 0x00004849 
- 00023133  0x00005938 branch  0x00007dba 
- 00023134  0x0000593a fetch  0x00000002 , 0x00004849 
- 00023135  0x0000593b sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00023136  0x0000593c store  0x00000002 , 0x00004849 
- 00023137  0x0000593d fetch  0x00000002 , 0x00004847 
- 00023138  0x0000593e sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00023139  0x0000593f store  0x00000002 , 0x00004847 
- 00023140  0x00005940 call  0x00005a68 
- 00023141  0x00005941 branch  0x00007dba 
- 00023142  0x00005943 call  0x00005a68 
- 00023143  0x00005944 branch  0x00007dba 
- 00023144  0x00005947 fetch  0x00000002 , 0x00004849 
- 00023145  0x00005948 fetcht  0x00000002 , 0x00004847 
- 00023146  0x00005949 store  0x00000002 , 0x00004847 
- 00023147  0x0000594a storet  0x00000002 , 0x00004849 
- 00023148  0x0000594b rtn 
- 00023149  0x0000594f fetch  0x00000001 , 0x00004860 
- 00023150  0x00005950 call  0x00005a84 , 0x00000034 
- 00023151  0x00005951 jam  0x00000001 , 0x00004860 
- 00023152  0x00005952 rtn 
- 00023153  0x00005955 jam  0x00000001 , 0x00004956 
- 00023154  0x00005956 call  0x000029c9 
- 00023155  0x00005958 branch  0x00005949 
- 00023156  0x0000595b fetch  0x00000001 , 0x00004659 
- 00023157  0x0000595c rtnne  0x000000ff 
- 00023158  0x0000595d fetch  0x00000001 , 0x0000477d 
- 00023159  0x0000595e rtnne  0x00000001 
- 00023160  0x0000595f setarg  0x00000000 
- 00023161  0x00005960 store  0x00000001 , 0x0000477d 
- 00023162  0x00005961 store  0x00000004 , 0x00004847 
- 00023163  0x00005962 branch  0x00005a73 
- 00023164  0x00005965 rtnbit0  0x00000007 
- 00023165  0x00005966 arg  0x0000ff00 , 0x00000002 
- 00023166  0x00005967 ior  0x00000002 , 0x0000003f 
- 00023167  0x00005968 rtn 
- 00023168  0x0000596b rtnbit0  0x00000003 
- 00023169  0x0000596c arg  0x000000f0 , 0x00000002 
- 00023170  0x0000596d ior  0x00000002 , 0x0000003f 
- 00023171  0x0000596e rtn 
- 00023172  0x00005971 arg  0x00000003 , 0x0000003f 
- 00023173  0x00005972 call  0x000069e5 
- 00023174  0x00005973 store  0x00000002 , 0x00004847 
- 00023175  0x00005974 arg  0x00000004 , 0x0000003f 
- 00023176  0x00005975 call  0x000069e5 
- 00023177  0x00005976 store  0x00000002 , 0x00004849 
- 00023178  0x00005977 rtn 
- 00023179  0x0000597b fetcht  0x00000001 , 0x0000464d 
- 00023180  0x0000597c call  0x00006ee6 
- 00023181  0x0000597d rtn  0x00000001 
- 00023182  0x0000597e setarg  0x0000000a 
- 00023183  0x0000597f call  0x000069e5 
- 00023184  0x00005980 nop  0x000003e8 
- 00023185  0x00005981 branch  0x00005a8b 
- 00023186  0x00005984 setarg  0x00008100 
- 00023187  0x00005985 branch  0x000069e4 
- 00023188  0x0000598b jam  0x000000ff , 0x0000478f 
- 00023189  0x0000598d jam  0x00000034 , 0x000043f3 
- 00023190  0x0000598e setarg  0x000f0f0f 
- 00023191  0x0000598f store  0x00000003 , 0x000042db 
- 00023192  0x00005990 store  0x00000003 , 0x000042de 
- 00023193  0x00005991 branch  0x000054a9 
- 00023194  0x00005994 bpatch  0x00000084 , 0x00004010 
- 00023195  0x00005995 call  0x00005c6f 
- 00023196  0x00005996 call  0x00005aa8 
- 00023197  0x00005997 fetch  0x00000001 , 0x00004666 
- 00023198  0x00005998 beq  0x00000001 , 0x00005aa1 
- 00023199  0x00005999 beq  0x00000002 , 0x00005aa3 
- 00023200  0x0000599a rtn 
- 00023201  0x0000599c fetch  0x00000006 , 0x00004668 
- 00023202  0x0000599d branch  0x00005aa4 
- 00023203  0x0000599f fetch  0x00000006 , 0x00004675 
- 00023204  0x000059a1 fetcht  0x00000006 , 0x000046e6 
- 00023205  0x000059a2 isub  0x00000002 , 0x0000003e 
- 00023206  0x000059a3 branch  0x00005c1a , 0x00000005 
- 00023207  0x000059a4 branch  0x000054a0 
- 00023208  0x000059a7 jam  0x0000005a , 0x0000478f 
- 00023209  0x000059a8 rtn 
- 00023210  0x000059ac fetch  0x00000002 , 0x000044e9 
- 00023211  0x000059ad bbit1  0x00000009 , 0x0000431f 
- 00023212  0x000059ae branch  0x00005c39 
- 00023213  0x000059b0 setarg  0x00000000 
- 00023214  0x000059b1 store  0x00000002 , 0x00004781 
- 00023215  0x000059b2 fetch  0x00000002 , 0x000044e9 
- 00023216  0x000059b3 bbit1  0x00000009 , 0x0000431f 
- 00023217  0x000059b4 rtn 
- 00023218  0x000059b7 fetch  0x00000008 , 0x00004713 
- 00023219  0x000059b8 rtnbit0  0x0000001b 
- 00023220  0x000059ba nbranch  0x00005aba , 0x00000028 
- 00023221  0x000059bb fetch  0x00000001 , 0x00004959 
- 00023222  0x000059bc increase  0x00000001 , 0x0000003f 
- 00023223  0x000059bd and_into  0x0000000f , 0x0000003f 
- 00023224  0x000059be store  0x00000001 , 0x00004959 
- 00023225  0x000059bf nrtn  0x00000034 
- 00023226  0x000059c1 jam  0x00000000 , 0x00004959 
- 00023227  0x000059c2 branch  0x00007dbc 
- 00023228  0x000059c5 fetch  0x00000001 , 0x00004659 
- 00023229  0x000059c6 rtnne  0x000000ff 
- 00023230  0x000059c7 jam  0x00000000 , 0x000040c0 
- 00023231  0x000059c8 jam  0x0000001e , 0x0000477e 
- 00023232  0x000059c9 rtn 
- 00023233  0x000059cd bpatch  0x00000085 , 0x00004010 
- 00023234  0x000059ce copy  0x00000013 , 0x0000003f 
- 00023235  0x000059cf beq  0x00000014 , 0x00005ad0 
- 00023236  0x000059d0 beq  0x00000015 , 0x00005ae0 
- 00023237  0x000059d1 beq  0x00000010 , 0x00005c15 
- 00023238  0x000059d2 beq  0x00000031 , 0x00005aed 
- 00023239  0x000059d3 beq  0x00000029 , 0x00005aef 
- 00023240  0x000059d4 beq  0x00000032 , 0x00005af1 
- 00023241  0x000059d5 beq  0x0000003e , 0x00004329 
- 00023242  0x000059d6 beq  0x00000040 , 0x00005afc 
- 00023243  0x000059d7 beq  0x00000039 , 0x00006084 
- 00023244  0x000059d8 beq  0x0000003a , 0x00006053 
- 00023245  0x000059d9 beq  0x0000003c , 0x00006075 
- 00023246  0x000059da beq  0x00000044 , 0x00005b10 
- 00023247  0x000059db rtn 
- 00023248  0x000059df call  0x0000618e 
- 00023249  0x000059e0 jam  0x00000000 , 0x0000477d 
- 00023250  0x000059e1 call  0x00005a73 
- 00023251  0x000059e2 jam  0x00000001 , 0x00004794 
- 00023252  0x000059e3 call  0x00006042 
- 00023253  0x000059e4 fetch  0x00000001 , 0x00004795 
- 00023254  0x000059e5 nbranch  0x00005ad8 , 0x00000034 
- 00023255  0x000059e6 jam  0x00000014 , 0x00004796 
- 00023256  0x000059e8 fetch  0x00000002 , 0x000043f1 
- 00023257  0x000059e9 set0  0x00000000 , 0x0000003f 
- 00023258  0x000059ea store  0x00000002 , 0x000043f1 
- 00023259  0x000059eb jam  0x00000000 , 0x00004845 
- 00023260  0x000059ec fetch  0x00000002 , 0x000047be 
- 00023261  0x000059ed store  0x00000002 , 0x000047c0 
- 00023262  0x000059ee call  0x00005c0b 
- 00023263  0x000059ef branch  0x00005c39 
- 00023264  0x000059f2 setarg  0x00000000 
- 00023265  0x000059f3 store  0x00000002 , 0x000047c0 
- 00023266  0x000059f4 jam  0x00000000 , 0x00004794 
- 00023267  0x000059f5 arg  0x00000006 , 0x00000002 
- 00023268  0x000059f6 fetch  0x00000008 , 0x00004713 
- 00023269  0x000059f7 bbit1  0x0000001b , 0x00005ae7 
- 00023270  0x000059f8 arg  0x00000007 , 0x00000002 
- 00023271  0x000059fa storet  0x00000002 , 0x000042d3 
- 00023272  0x000059fb storet  0x00000002 , 0x000042d5 
- 00023273  0x000059fc jam  0x00000000 , 0x000047c2 
- 00023274  0x000059fd jam  0x00000000 , 0x00004956 
- 00023275  0x000059fe call  0x000029cb 
- 00023276  0x000059ff branch  0x00005b76 
- 00023277  0x00005a02 arg  0x00000002 , 0x00000007 
- 00023278  0x00005a03 branch  0x00005af8 
- 00023279  0x00005a07 jam  0x00000012 , 0x0000066f 
- 00023280  0x00005a08 branch  0x00007834 
- 00023281  0x00005a0b fetch  0x00000001 , 0x00004795 
- 00023282  0x00005a0c beq  0x00000001 , 0x00005af4 
- 00023283  0x00005a0d branch  0x00005af6 
- 00023284  0x00005a0f call  0x00005aef 
- 00023285  0x00005a10 jam  0x00000014 , 0x00004844 
- 00023286  0x00005a12 arg  0x00000001 , 0x00000007 
- 00023287  0x00005a13 branch  0x00005af8 
- 00023288  0x00005a16 fetch  0x00000001 , 0x00004843 
- 00023289  0x00005a17 qset1  0x0000003f 
- 00023290  0x00005a18 store  0x00000001 , 0x00004843 
- 00023291  0x00005a19 rtn 
- 00023292  0x00005a1c fetch  0x00000002 , 0x0000433c 
- 00023293  0x00005a1d rtneq  0x00000000 
- 00023294  0x00005a1e fetch  0x00000001 , 0x0000016a 
- 00023295  0x00005a1f rshift2  0x0000003f , 0x0000003f 
- 00023296  0x00005a20 sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00023297  0x00005a21 rtn  0x00000002 
- 00023298  0x00005a22 setarg  0x00000009 
- 00023299  0x00005a23 store  0x00000002 , 0x000042d3 
- 00023300  0x00005a24 store  0x00000002 , 0x000042d5 
- 00023301  0x00005a25 call  0x00005aef 
- 00023302  0x00005a27 jam  0x00000001 , 0x000047c2 
- 00023303  0x00005a28 rtn 
- 00023304  0x00005a2b fetch  0x00000001 , 0x00004795 
- 00023305  0x00005a2c nrtn  0x00000034 
- 00023306  0x00005a2d fetch  0x00000001 , 0x00004398 
- 00023307  0x00005a2e sub  0x0000003f , 0x00000022 , 0x0000003f 
- 00023308  0x00005a2f nrtn  0x00000005 
- 00023309  0x00005a30 jam  0x00000000 , 0x00004844 
- 00023310  0x00005a32 arg  0x00000000 , 0x00000007 
- 00023311  0x00005a33 branch  0x00005af8 
- 00023312  0x00005a36 fetch  0x00000001 , 0x000001a2 
- 00023313  0x00005a37 sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00023314  0x00005a38 nbranch  0x00005b06 , 0x00000002 
- 00023315  0x00005a39 store  0x00000002 , 0x000042d3 
- 00023316  0x00005a3a store  0x00000002 , 0x000042d5 
- 00023317  0x00005a3b fetch  0x00000001 , 0x000001a4 
- 00023318  0x00005a3c branch  0x00005b1d , 0x00000034 
- 00023319  0x00005a3d fetcht  0x00000001 , 0x0000496b 
- 00023320  0x00005a3e isub  0x00000002 , 0x0000003e 
- 00023321  0x00005a3f branch  0x00005b1d , 0x00000002 
- 00023322  0x00005a40 fetch  0x00000001 , 0x000001a4 
- 00023323  0x00005a41 store  0x00000001 , 0x000040c0 
- 00023324  0x00005a42 branch  0x00005b1f 
- 00023325  0x00005a44 fetch  0x00000001 , 0x0000496b 
- 00023326  0x00005a45 store  0x00000001 , 0x000040c0 
- 00023327  0x00005a47 jam  0x00000000 , 0x000047c2 
- 00023328  0x00005a48 rtn 
- 00023329  0x00005a4b jam  0x00000000 , 0x00004843 
- 00023330  0x00005a4c rtn 
- 00023331  0x00005a4f bpatch  0x00000086 , 0x00004010 
- 00023332  0x00005a50 call  0x00002a28 
- 00023333  0x00005a51 nrtn  0x00000034 
- 00023334  0x00005a52 fetch  0x00000001 , 0x0000478f 
- 00023335  0x00005a53 beq  0x000000ff , 0x00005b2b 
- 00023336  0x00005a54 fetch  0x00000001 , 0x00004843 
- 00023337  0x00005a55 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00023338  0x00005a56 rtnne  0x00000003 
- 00023339  0x00005a58 fetch  0x00000001 , 0x00004956 
- 00023340  0x00005a59 call  0x00005a71 , 0x00000034 
- 00023341  0x00005a5a fetch  0x00000008 , 0x00004713 
- 00023342  0x00005a5b bbit1  0x00000001 , 0x00005b5b 
- 00023343  0x00005a5c bbit1  0x00000000 , 0x00005b5b 
- 00023344  0x00005a5d bbit1  0x00000005 , 0x00005b5b 
- 00023345  0x00005a5e bbit1  0x00000006 , 0x00005b5b 
- 00023346  0x00005a5f call  0x00005601 
- 00023347  0x00005a60 call  0x00005ab2 
- 00023348  0x00005a61 nrtn  0x00000028 
- 00023349  0x00005a62 call  0x00005abc 
- 00023350  0x00005a63 call  0x00005a74 
- 00023351  0x00005a64 call  0x000056b1 
- 00023352  0x00005a65 fetch  0x00000008 , 0x00004713 
- 00023353  0x00005a66 bbit0  0x00000016 , 0x00005b3c 
- 00023354  0x00005a67 fetch  0x00000001 , 0x0000496c 
- 00023355  0x00005a68 beq  0x00000001 , 0x00005b3d 
- 00023356  0x00005a6a branch  0x00005b5d 
- 00023357  0x00005a6e fetch  0x00000001 , 0x0000496d 
- 00023358  0x00005a6f branch  0x00005b4d , 0x00000034 
- 00023359  0x00005a70 fetch  0x00000008 , 0x0000472b 
- 00023360  0x00005a72 store  0x00000008 , 0x00000670 
- 00023361  0x00005a73 fetch  0x00000001 , 0x0000472a 
- 00023362  0x00005a74 beq  0x00000003 , 0x00005b4f 
- 00023363  0x00005a75 beq  0x00000002 , 0x00005b52 
- 00023364  0x00005a76 jam  0x00000008 , 0x000047b4 
- 00023365  0x00005a77 fetcht  0x00000002 , 0x000047b5 
- 00023366  0x00005a79 fetch  0x00000001 , 0x000047b4 
- 00023367  0x00005a7a copy  0x0000003f , 0x00000011 
- 00023368  0x00005a7b call  0x00002dee 
- 00023369  0x00005a7c fetcht  0x00000001 , 0x000047b4 
- 00023370  0x00005a7d copy  0x00000002 , 0x00000039 
- 00023371  0x00005a7e arg  0x00000670 , 0x00000006 
- 00023372  0x00005a7f branch  0x00007cda 
- 00023373  0x00005a82 fetch  0x00000008 , 0x00004734 
- 00023374  0x00005a83 branch  0x00005b40 
- 00023375  0x00005a86 jam  0x00000003 , 0x000047b4 
- 00023376  0x00005a87 fetcht  0x00000002 , 0x000047b7 
- 00023377  0x00005a88 branch  0x00005b46 
- 00023378  0x00005a8b jam  0x00000002 , 0x000047b4 
- 00023379  0x00005a8c fetcht  0x00000002 , 0x000047b9 
- 00023380  0x00005a8d branch  0x00005b46 
- 00023381  0x00005a90 arg  0x00000001 , 0x00000011 
- 00023382  0x00005a91 fetcht  0x00000002 , 0x000047bb 
- 00023383  0x00005a92 call  0x00002dee 
- 00023384  0x00005a93 fetch  0x00000001 , 0x000047bd 
- 00023385  0x00005a94 istore  0x00000001 , 0x00000005 
- 00023386  0x00005a95 rtn 
- 00023387  0x00005a98 setarg  0x00000000 
- 00023388  0x00005a99 store  0x00000007 , 0x00004846 
- 00023389  0x00005a9b jam  0x00000007 , 0x000047b4 
- 00023390  0x00005a9c fetch  0x00000007 , 0x00004846 
- 00023391  0x00005a9d store  0x00000007 , 0x00000670 
- 00023392  0x00005a9e fetcht  0x00000002 , 0x0000439b 
- 00023393  0x00005a9f branch  0x00005b46 
- 00023394  0x00005aa2 jam  0x00000000 , 0x00004795 
- 00023395  0x00005aa3 fetch  0x00000003 , 0x0000479a 
- 00023396  0x00005aa4 store  0x00000003 , 0x0000434d 
- 00023397  0x00005aa5 call  0x00005b6b 
- 00023398  0x00005aa6 setarg  0x00000005 
- 00023399  0x00005aa7 istore  0x00000001 , 0x00000006 
- 00023400  0x00005aa8 arg  0x000047a0 , 0x00000006 
- 00023401  0x00005aa9 call  0x00005b72 
- 00023402  0x00005aaa branch  0x00007870 
- 00023403  0x00005aad arg  0x00004349 , 0x00000011 
- 00023404  0x00005aaf ifetch  0x00000001 , 0x00000011 
- 00023405  0x00005ab0 rtn  0x00000034 
- 00023406  0x00005ab1 iadd  0x00000006 , 0x00000011 
- 00023407  0x00005ab2 ifetch  0x00000001 , 0x00000006 
- 00023408  0x00005ab3 rtneq  0x00000001 
- 00023409  0x00005ab4 branch  0x00005b6c 
- 00023410  0x00005ab7 arg  0x00004354 , 0x00000005 
- 00023411  0x00005ab8 arg  0x00000013 , 0x00000039 
- 00023412  0x00005ab9 call  0x00007cda 
- 00023413  0x00005aba branch  0x00002969 
- 00023414  0x00005ac1 call  0x00005b7b 
- 00023415  0x00005ac2 fetch  0x00000002 , 0x000043ef 
- 00023416  0x00005ac3 bbit1  0x00000007 , 0x00005b81 
- 00023417  0x00005ac4 bbit1  0x00000000 , 0x000042fc 
- 00023418  0x00005ac5 branch  0x00005c1a 
- 00023419  0x00005ac8 setarg  0x00000000 
- 00023420  0x00005ac9 store  0x00000008 , 0x0000484f 
- 00023421  0x00005aca istore  0x00000004 , 0x00000005 
- 00023422  0x00005acb jam  0x00000000 , 0x00004860 
- 00023423  0x00005acc jam  0x00000000 , 0x0000429a 
- 00023424  0x00005acd rtn 
- 00023425  0x00005ad0 call  0x00005b21 
- 00023426  0x00005ad1 fetch  0x00000002 , 0x000043ef 
- 00023427  0x00005ad2 bbit1  0x00000000 , 0x000042fc 
- 00023428  0x00005ad3 branch  0x000054cd 
- 00023429  0x00005ad8 bpatch  0x00000087 , 0x00004010 
- 00023430  0x00005ada call  0x0000614d 
- 00023431  0x00005adb call  0x0000553d 
- 00023432  0x00005add call  0x00006110 
- 00023433  0x00005ade call  0x000061b1 
- 00023434  0x00005adf call  0x0000611e 
- 00023435  0x00005ae1 call  0x0000328e 
- 00023436  0x00005ae2 call  0x00003531 
- 00023437  0x00005ae3 call  0x00005fdd 
- 00023438  0x00005ae5 call  0x0000572c 
- 00023439  0x00005ae6 call  0x00005b9b 
- 00023440  0x00005ae7 call  0x00005bab 
- 00023441  0x00005ae8 call  0x00005bce 
- 00023442  0x00005aea call  0x00005bd3 
- 00023443  0x00005aeb call  0x00005be1 
- 00023444  0x00005aec call  0x00005bee 
- 00023445  0x00005aed call  0x00005be4 
- 00023446  0x00005aef call  0x00005bfb 
- 00023447  0x00005af0 call  0x00005bfe 
- 00023448  0x00005af2 call  0x000056b6 
- 00023449  0x00005af3 call  0x00005c0e 
- 00023450  0x00005af4 branch  0x00005c05 
- 00023451  0x00005af7 fetch  0x00000008 , 0x00004713 
- 00023452  0x00005af8 bbit1  0x00000037 , 0x00005b9e 
- 00023453  0x00005af9 rtn 
- 00023454  0x00005afc fetch  0x00000001 , 0x0000497f 
- 00023455  0x00005afd rtnne  0x00000001 
- 00023456  0x00005afe arg  0x0000497c , 0x00000013 
- 00023457  0x00005aff arg  0x00005ba3 , 0x00000012 
- 00023458  0x00005b00 branch  0x000042e0 
- 00023459  0x00005b03 fetch  0x00000001 , 0x00004666 
- 00023460  0x00005b04 rtneq  0x00000000 
- 00023461  0x00005b05 fetch  0x00000008 , 0x00004713 
- 00023462  0x00005b06 rtnbit1  0x00000006 
- 00023463  0x00005b07 arg  0x00000006 , 0x00000007 
- 00023464  0x00005b08 call  0x00005f00 
- 00023465  0x00005b09 call  0x000042d0 
- 00023466  0x00005b0a branch  0x00005c15 
- 00023467  0x00005b0d fetch  0x00000001 , 0x00004666 
- 00023468  0x00005b0e beq  0x00000000 , 0x00005bb1 
- 00023469  0x00005b0f fetch  0x00000008 , 0x00004713 
- 00023470  0x00005b10 rtnbit0  0x00000035 
- 00023471  0x00005b11 fetcht  0x00000001 , 0x00004727 
- 00023472  0x00005b12 branch  0x00005bb4 
- 00023473  0x00005b15 fetch  0x00000008 , 0x00004713 
- 00023474  0x00005b16 rtnbit0  0x00000032 
- 00023475  0x00005b17 fetcht  0x00000001 , 0x00004728 
- 00023476  0x00005b19 storet  0x00000001 , 0x0000497e 
- 00023477  0x00005b1a call  0x00005888 
- 00023478  0x00005b1b and  0x0000003f , 0x00000007 , 0x0000003f 
- 00023479  0x00005b1c fetcht  0x00000001 , 0x0000497e 
- 00023480  0x00005b1d isub  0x00000002 , 0x0000003e 
- 00023481  0x00005b1e branch  0x00005bc0 , 0x00000005 
- 00023482  0x00005b20 fetch  0x00000001 , 0x000044eb 
- 00023483  0x00005b21 store  0x00000001 , 0x00004981 
- 00023484  0x00005b22 fetch  0x00000001 , 0x00004980 
- 00023485  0x00005b23 rtneq  0x00000000 
- 00023486  0x00005b24 jam  0x00000000 , 0x00004980 
- 00023487  0x00005b25 rtn 
- 00023488  0x00005b28 call  0x00005bc5 
- 00023489  0x00005b29 fetch  0x00000001 , 0x00004980 
- 00023490  0x00005b2a rtneq  0x00000001 
- 00023491  0x00005b2b jam  0x00000001 , 0x00004980 
- 00023492  0x00005b2c rtn 
- 00023493  0x00005b2f arg  0x00006047 , 0x00000012 
- 00023494  0x00005b30 arg  0x00004981 , 0x00000013 
- 00023495  0x00005b31 fetch  0x00000001 , 0x00004666 
- 00023496  0x00005b32 beq  0x00000000 , 0x000042e0 
- 00023497  0x00005b33 arg  0x00005ba3 , 0x00000012 
- 00023498  0x00005b34 call  0x000042e0 
- 00023499  0x00005b35 fetch  0x00000001 , 0x00004981 
- 00023500  0x00005b36 beq  0x00000001 , 0x00005ef2 
- 00023501  0x00005b37 rtn 
- 00023502  0x00005b3a arg  0x00004790 , 0x00000013 
- 00023503  0x00005b3b arg  0x00005bd1 , 0x00000012 
- 00023504  0x00005b3c branch  0x000042e7 
- 00023505  0x00005b3f call  0x00005c39 
- 00023506  0x00005b40 branch  0x000054cd 
- 00023507  0x00005b43 arg  0x00004845 , 0x00000013 
- 00023508  0x00005b44 arg  0x00005bd9 , 0x00000012 
- 00023509  0x00005b45 call  0x000042e0 
- 00023510  0x00005b46 fetch  0x00000001 , 0x00004845 
- 00023511  0x00005b47 beq  0x00000001 , 0x00004313 
- 00023512  0x00005b48 rtn 
- 00023513  0x00005b4b fetch  0x00000001 , 0x0000478f 
- 00023514  0x00005b4c beq  0x000000ff , 0x00005a9a 
- 00023515  0x00005b4d fetch  0x00000001 , 0x0000477f 
- 00023516  0x00005b4e nbranch  0x00005f1b , 0x00000034 
- 00023517  0x00005b4f fetch  0x00000008 , 0x00004713 
- 00023518  0x00005b50 bbit1  0x00000033 , 0x00005c1a 
- 00023519  0x00005b51 bbit1  0x0000003e , 0x0000603f 
- 00023520  0x00005b52 branch  0x000054cd 
- 00023521  0x00005b55 arg  0x00004844 , 0x00000013 
- 00023522  0x00005b56 arg  0x00005b0e , 0x00000012 
- 00023523  0x00005b57 branch  0x000042e0 
- 00023524  0x00005b5a fetch  0x00000001 , 0x00004794 
- 00023525  0x00005b5b rtn  0x00000034 
- 00023526  0x00005b5c arg  0x00004796 , 0x00000013 
- 00023527  0x00005b5d arg  0x00005be9 , 0x00000012 
- 00023528  0x00005b5e branch  0x000042e0 
- 00023529  0x00005b60 fetch  0x00000001 , 0x00004795 
- 00023530  0x00005b61 nrtn  0x00000034 
- 00023531  0x00005b62 fetch  0x00000001 , 0x000042fc 
- 00023532  0x00005b63 rtnne  0x00000000 
- 00023533  0x00005b64 branch  0x00002fcd 
- 00023534  0x00005b67 fetch  0x00000008 , 0x00004713 
- 00023535  0x00005b68 rtnbit1  0x0000003b 
- 00023536  0x00005b69 arg  0x000047c0 , 0x00000013 
- 00023537  0x00005b6a arg  0x00005bf3 , 0x00000012 
- 00023538  0x00005b6b branch  0x000042e0 
- 00023539  0x00005b6e fetch  0x00000002 , 0x000047be 
- 00023540  0x00005b6f store  0x00000002 , 0x000047c0 
- 00023541  0x00005b70 branch  0x00005b55 
- 00023542  0x00005b73 fetch  0x00000001 , 0x00004843 
- 00023543  0x00005b74 rtnbit1  0x00000002 
- 00023544  0x00005b75 call  0x00005aef 
- 00023545  0x00005b76 arg  0x00000000 , 0x00000007 
- 00023546  0x00005b77 branch  0x00005af8 
- 00023547  0x00005b7a arg  0x00004792 , 0x00000013 
- 00023548  0x00005b7b arg  0x000054cd , 0x00000012 
- 00023549  0x00005b7c branch  0x000042e0 
- 00023550  0x00005b7f arg  0x0000477e , 0x00000013 
- 00023551  0x00005b80 arg  0x00005c01 , 0x00000012 
- 00023552  0x00005b81 branch  0x000042e0 
- 00023553  0x00005b83 fetch  0x00000001 , 0x0000496b 
- 00023554  0x00005b84 store  0x00000001 , 0x000040c0 
- 00023555  0x00005b85 jam  0x00000001 , 0x0000477d 
- 00023556  0x00005b86 rtn 
- 00023557  0x00005b8a arg  0x00004781 , 0x00000013 
- 00023558  0x00005b8b arg  0x00005c08 , 0x00000012 
- 00023559  0x00005b8c branch  0x000042e7 
- 00023560  0x00005b8f fetch  0x00000001 , 0x00004666 
- 00023561  0x00005b90 beq  0x00000000 , 0x00005ff2 
- 00023562  0x00005b91 branch  0x00005aad 
- 00023563  0x00005b94 fetch  0x00000002 , 0x00004725 
- 00023564  0x00005b95 store  0x00000002 , 0x00004781 
- 00023565  0x00005b96 rtn 
- 00023566  0x00005b99 arg  0x000046f3 , 0x00000013 
- 00023567  0x00005b9a arg  0x00005c11 , 0x00000012 
- 00023568  0x00005b9b branch  0x000042e0 
- 00023569  0x00005b9e call  0x00005ca6 
- 00023570  0x00005b9f fetch  0x00000001 , 0x00004793 
- 00023571  0x00005ba0 nbranch  0x00005ed1 , 0x00000034 
- 00023572  0x00005ba1 rtn 
- 00023573  0x00005ba4 isolate1  0x00000026 , 0x00000000 
- 00023574  0x00005ba5 call  0x00006018 , 0x00000001 
- 00023575  0x00005ba6 call  0x00005aad 
- 00023576  0x00005ba7 call  0x00005b21 
- 00023577  0x00005ba8 branch  0x00005c1a 
- 00023578  0x00005bab bpatch  0x00000088 , 0x00004011 
- 00023579  0x00005bac call  0x000061ab 
- 00023580  0x00005bad fetch  0x00000002 , 0x000044e9 
- 00023581  0x00005bae isolate1  0x0000000b , 0x0000003f 
- 00023582  0x00005baf call  0x00005c3e , 0x00000001 
- 00023583  0x00005bb0 call  0x00005aa8 
- 00023584  0x00005bb1 fetch  0x00000002 , 0x000044e9 
- 00023585  0x00005bb2 bbit1  0x0000000b , 0x00005c2a 
- 00023586  0x00005bb3 fetch  0x00000008 , 0x00004713 
- 00023587  0x00005bb4 bbit0  0x00000008 , 0x00005c2a 
- 00023588  0x00005bb5 fetcht  0x00000002 , 0x00004695 
- 00023589  0x00005bb6 increase  0x00000001 , 0x00000002 
- 00023590  0x00005bb7 storet  0x00000002 , 0x00004695 
- 00023591  0x00005bb8 storet  0x00000002 , 0x000042dc 
- 00023592  0x00005bb9 random  0x0000003f 
- 00023593  0x00005bba store  0x00000001 , 0x000042db 
- 00023594  0x00005bbc fetch  0x00000003 , 0x00004797 
- 00023595  0x00005bbd store  0x00000003 , 0x000042de 
- 00023596  0x00005bbe call  0x0000432d 
- 00023597  0x00005bbf fetch  0x00000002 , 0x00004638 
- 00023598  0x00005bc0 store  0x00000002 , 0x00004790 
- 00023599  0x00005bc1 setarg  0x00000000 
- 00023600  0x00005bc2 store  0x00000002 , 0x00004781 
- 00023601  0x00005bc3 store  0x00000002 , 0x000047c0 
- 00023602  0x00005bc4 store  0x00000001 , 0x00004845 
- 00023603  0x00005bc5 store  0x00000001 , 0x00004792 
- 00023604  0x00005bc6 store  0x00000001 , 0x00004956 
- 00023605  0x00005bc7 arg  0x00000002 , 0x00000007 
- 00023606  0x00005bc8 call  0x00005f00 
- 00023607  0x00005bc9 call  0x00005ef4 
- 00023608  0x00005bca branch  0x00005b62 
- 00023609  0x00005bcd bpatch  0x00000089 , 0x00004011 
- 00023610  0x00005bce arg  0x00000006 , 0x00000007 
- 00023611  0x00005bcf call  0x00005f04 
- 00023612  0x00005bd0 jam  0x00000000 , 0x00004792 
- 00023613  0x00005bd1 branch  0x00005c3e 
- 00023614  0x00005bd3 setarg  0x00000000 
- 00023615  0x00005bd4 store  0x00000001 , 0x00004845 
- 00023616  0x00005bd5 store  0x00000002 , 0x00004790 
- 00023617  0x00005bd6 branch  0x00007876 
- 00023618  0x00005bd9 bpatch  0x0000008a , 0x00004011 
- 00023619  0x00005bda fetch  0x00000008 , 0x00004713 
- 00023620  0x00005bdb rtnbit0  0x00000002 
- 00023621  0x00005bdc arg  0x00000002 , 0x00000007 
- 00023622  0x00005bdd call  0x00005f04 
- 00023623  0x00005bde call  0x00005c4a 
- 00023624  0x00005be0 call  0x00005c59 
- 00023625  0x00005be1 branch  0x00005ca3 
- 00023626  0x00005be4 fetch  0x00000001 , 0x00000032 
- 00023627  0x00005be5 beq  0x00000034 , 0x00005c4d 
- 00023628  0x00005be6 rtn 
- 00023629  0x00005be8 store  0x00000001 , 0x0000495a 
- 00023630  0x00005be9 fetch  0x00000006 , 0x00000178 
- 00023631  0x00005beb store  0x00000006 , 0x0000495b 
- 00023632  0x00005bec fetch  0x00000007 , 0x0000495a 
- 00023633  0x00005bed arg  0x00004667 , 0x00000006 
- 00023634  0x00005bee arg  0x00000003 , 0x00000039 
- 00023635  0x00005bf0 ifetcht  0x00000007 , 0x00000006 
- 00023636  0x00005bf1 isub  0x00000002 , 0x0000003e 
- 00023637  0x00005bf2 branch  0x00005c69 , 0x00000005 
- 00023638  0x00005bf3 increase  0x00000016 , 0x00000006 
- 00023639  0x00005bf4 loop  0x00005c53 
- 00023640  0x00005bf5 rtn 
- 00023641  0x00005bf7 arg  0x00004667 , 0x00000011 
- 00023642  0x00005bf8 fetch  0x00000001 , 0x00004666 
- 00023643  0x00005bf9 increase  0xffffffff , 0x0000003f 
- 00023644  0x00005bfa mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00023645  0x00005bfb iadd  0x00000011 , 0x00000011 
- 00023646  0x00005bfc fetch  0x00000001 , 0x00000032 
- 00023647  0x00005bfd istore  0x00000001 , 0x00000011 
- 00023648  0x00005bfe beq  0x00000034 , 0x00005c62 
- 00023649  0x00005bff rtn 
- 00023650  0x00005c02 fetch  0x00000006 , 0x00000178 
- 00023651  0x00005c03 istore  0x00000006 , 0x00000005 
- 00023652  0x00005c04 arg  0x0000428a , 0x00000006 
- 00023653  0x00005c05 call  0x00007c8f 
- 00023654  0x00005c06 fetch  0x00000006 , 0x000042db 
- 00023655  0x00005c07 istore  0x00000006 , 0x00000005 
- 00023656  0x00005c08 rtn 
- 00023657  0x00005c0b increase  0xfffffffa , 0x00000006 
- 00023658  0x00005c0c copy  0x00000006 , 0x00000005 
- 00023659  0x00005c0d fetcht  0x00000006 , 0x0000495b 
- 00023660  0x00005c0e increase  0x00000003 , 0x00000002 
- 00023661  0x00005c0f istoret  0x00000006 , 0x00000005 
- 00023662  0x00005c10 rtn 
- 00023663  0x00005c13 arg  0x00004667 , 0x00000011 
- 00023664  0x00005c14 fetch  0x00000001 , 0x00004666 
- 00023665  0x00005c15 rtneq  0x00000000 
- 00023666  0x00005c16 increase  0xffffffff , 0x0000003f 
- 00023667  0x00005c17 mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00023668  0x00005c18 iadd  0x00000011 , 0x00000011 
- 00023669  0x00005c19 ifetch  0x00000001 , 0x00000011 
- 00023670  0x00005c1a store  0x00000001 , 0x000043f3 
- 00023671  0x00005c1b beq  0x00000034 , 0x00005c79 
- 00023672  0x00005c1c rtn 
- 00023673  0x00005c1f ifetch  0x00000006 , 0x00000006 
- 00023674  0x00005c21 store  0x00000006 , 0x00004116 
- 00023675  0x00005c22 arg  0x0000428a , 0x00000005 
- 00023676  0x00005c23 call  0x00007c8f 
- 00023677  0x00005c24 ifetch  0x00000006 , 0x00000006 
- 00023678  0x00005c25 store  0x00000006 , 0x000042db 
- 00023679  0x00005c26 rtn 
- 00023680  0x00005c29 bpatch  0x0000008b , 0x00004011 
- 00023681  0x00005c2a fetch  0x00000002 , 0x0000468e 
- 00023682  0x00005c2b arg  0x0000aa55 , 0x00000002 
- 00023683  0x00005c2c isub  0x00000002 , 0x0000003e 
- 00023684  0x00005c2d branch  0x00005c8f , 0x00000005 
- 00023685  0x00005c2f storet  0x00000002 , 0x0000468e 
- 00023686  0x00005c30 call  0x00005c9c 
- 00023687  0x00005c31 fetch  0x00000001 , 0x000049a1 
- 00023688  0x00005c32 store  0x00000001 , 0x00004666 
- 00023689  0x00005c33 fetch  0x00000004 , 0x000045e4 
- 00023690  0x00005c34 store  0x00000004 , 0x000045e8 
- 00023691  0x00005c35 store  0x00000004 , 0x0000458f 
- 00023692  0x00005c37 fetch  0x00000001 , 0x00004651 
- 00023693  0x00005c38 store  0x00000001 , 0x00004690 
- 00023694  0x00005c39 rtn 
- 00023695  0x00005c3c call  0x00005c94 
- 00023696  0x00005c3e fetch  0x00000004 , 0x00004691 
- 00023697  0x00005c3f store  0x00000004 , 0x000045e8 
- 00023698  0x00005c40 store  0x00000004 , 0x0000458f 
- 00023699  0x00005c41 rtn 
- 00023700  0x00005c44 fetch  0x00000008 , 0x00004713 
- 00023701  0x00005c45 rtnbit0  0x0000000f 
- 00023702  0x00005c46 fetch  0x00000002 , 0x000049fa 
- 00023703  0x00005c47 copy  0x0000003f , 0x00000012 
- 00023704  0x00005c48 call  0x00005e51 
- 00023705  0x00005c49 fetch  0x00000001 , 0x000049d4 
- 00023706  0x00005c4a call  0x00005c8c , 0x00000034 
- 00023707  0x00005c4b rtn 
- 00023708  0x00005c4e fetch  0x00000006 , 0x000042db 
- 00023709  0x00005c4f store  0x00000006 , 0x0000466e 
- 00023710  0x00005c50 add  0x0000003f , 0x00000100 , 0x0000003f 
- 00023711  0x00005c51 store  0x00000006 , 0x0000467b 
- 00023712  0x00005c52 add  0x0000003f , 0x00000100 , 0x0000003f 
- 00023713  0x00005c53 store  0x00000006 , 0x00004688 
- 00023714  0x00005c54 rtn 
- 00023715  0x00005c59 fetch  0x00000001 , 0x000046f4 
- 00023716  0x00005c5a store  0x00000001 , 0x000046f3 
- 00023717  0x00005c5b rtn 
- 00023718  0x00005c5e bpatch  0x0000008c , 0x00004011 
- 00023719  0x00005c5f fetch  0x00000008 , 0x00004713 
- 00023720  0x00005c60 bbit1  0x00000013 , 0x00005cb1 
- 00023721  0x00005c61 bbit1  0x00000012 , 0x00005cb9 
- 00023722  0x00005c62 bbit1  0x00000014 , 0x00005cc0 
- 00023723  0x00005c63 rtn 
- 00023724  0x00005c66 bpatch  0x0000008d , 0x00004011 
- 00023725  0x00005c67 fetch  0x00000008 , 0x00004713 
- 00023726  0x00005c68 bbit1  0x00000013 , 0x00005cb5 
- 00023727  0x00005c69 bbit1  0x00000014 , 0x00005d3c 
- 00023728  0x00005c6a rtn 
- 00023729  0x00005c6f arg  0x00000080 , 0x00000002 
- 00023730  0x00005c70 arg  0x00004666 , 0x00000011 
- 00023731  0x00005c71 arg  0x00000000 , 0x00000012 
- 00023732  0x00005c72 branch  0x00006cd3 
- 00023733  0x00005c75 arg  0x00000001 , 0x00000002 
- 00023734  0x00005c76 arg  0x00004690 , 0x00000011 
- 00023735  0x00005c77 arg  0x0000005a , 0x00000012 
- 00023736  0x00005c78 branch  0x00006cd3 
- 00023737  0x00005c7d call  0x00006c20 
- 00023738  0x00005c7e call  0x00005d7b 
- 00023739  0x00005c7f call  0x00005d90 
- 00023740  0x00005c81 call  0x00005d75 
- 00023741  0x00005c82 call  0x00005d93 
- 00023742  0x00005c83 call  0x00005d82 
- 00023743  0x00005c84 branch  0x000055f6 
- 00023744  0x00005c8a call  0x00005cc3 
- 00023745  0x00005c8b call  0x00005ce5 
- 00023746  0x00005c8c branch  0x00005d26 
- 00023747  0x00005c91 fetchr  0x00000012 , 0x00000002 , 0x000049e2 
- 00023748  0x00005c92 copy  0x00000012 , 0x00000013 
- 00023749  0x00005c94 call  0x00005dc0 
- 00023750  0x00005c95 fetch  0x00000001 , 0x000049a1 
- 00023751  0x00005c96 branch  0x00005ccf , 0x00000034 
- 00023752  0x00005c97 store  0x00000001 , 0x000049a0 
- 00023753  0x00005c98 increase  0x00000001 , 0x00000013 
- 00023754  0x00005c99 fetch  0x00000002 , 0x000049e4 
- 00023755  0x00005c9a isub  0x00000013 , 0x0000003e 
- 00023756  0x00005c9b nrtn  0x00000002 
- 00023757  0x00005c9c copy  0x00000013 , 0x00000012 
- 00023758  0x00005c9d branch  0x00005cc5 
- 00023759  0x00005ca0 fetch  0x00000001 , 0x000049a0 
- 00023760  0x00005ca1 and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00023761  0x00005ca2 branch  0x00005cd8 , 0x00000034 
- 00023762  0x00005ca3 fetch  0x00000001 , 0x00004666 
- 00023763  0x00005ca4 store  0x00000001 , 0x000049a2 
- 00023764  0x00005ca6 arg  0x00000001 , 0x00000039 
- 00023765  0x00005ca7 copy  0x00000013 , 0x00000012 
- 00023766  0x00005ca8 arg  0x000049a2 , 0x00000011 
- 00023767  0x00005ca9 branch  0x00006b45 
- 00023768  0x00005cac fetch  0x00000001 , 0x000049a0 
- 00023769  0x00005cad fetcht  0x00000001 , 0x00004666 
- 00023770  0x00005cae isub  0x00000002 , 0x0000003e 
- 00023771  0x00005caf rtn  0x00000005 
- 00023772  0x00005cb0 lshift4  0x00000002 , 0x00000002 
- 00023773  0x00005cb1 iadd  0x00000002 , 0x0000003f 
- 00023774  0x00005cb2 store  0x00000001 , 0x000049a2 
- 00023775  0x00005cb4 copy  0x00000013 , 0x0000003f 
- 00023776  0x00005cb5 fetcht  0x00000002 , 0x000049e2 
- 00023777  0x00005cb6 isub  0x00000002 , 0x0000003e 
- 00023778  0x00005cb7 branch  0x00005cd4 , 0x00000005 
- 00023779  0x00005cb9 increase  0xffffffff , 0x00000013 
- 00023780  0x00005cba branch  0x00005cd4 
- 00023781  0x00005cbf fetch  0x00000001 , 0x00004666 
- 00023782  0x00005cc0 beq  0x00000000 , 0x00005cea 
- 00023783  0x00005cc1 beq  0x00000001 , 0x00005cfe 
- 00023784  0x00005cc2 beq  0x00000002 , 0x00005d12 
- 00023785  0x00005cc3 rtn 
- 00023786  0x00005cc6 fetchr  0x00000012 , 0x00000002 , 0x000049e6 
- 00023787  0x00005cc7 copy  0x00000012 , 0x00000013 
- 00023788  0x00005cc9 call  0x00005e29 
- 00023789  0x00005cca fetch  0x00000004 , 0x000049da 
- 00023790  0x00005ccb branch  0x00005cf6 , 0x00000034 
- 00023791  0x00005ccc store  0x00000004 , 0x000049d6 
- 00023792  0x00005ccd increase  0x00000004 , 0x00000013 
- 00023793  0x00005cce fetch  0x00000002 , 0x000049e8 
- 00023794  0x00005ccf isub  0x00000013 , 0x0000003e 
- 00023795  0x00005cd0 nrtn  0x00000002 
- 00023796  0x00005cd1 copy  0x00000013 , 0x00000012 
- 00023797  0x00005cd2 branch  0x00005cec 
- 00023798  0x00005cd5 fetch  0x00000004 , 0x000049d6 
- 00023799  0x00005cd6 fetcht  0x00000004 , 0x00004691 
- 00023800  0x00005cd7 isub  0x00000002 , 0x0000003e 
- 00023801  0x00005cd8 rtn  0x00000005 
- 00023802  0x00005cd9 arg  0x00000004 , 0x00000039 
- 00023803  0x00005cda arg  0x00004691 , 0x00000011 
- 00023804  0x00005cdb copy  0x00000013 , 0x00000012 
- 00023805  0x00005cdc branch  0x00006b45 
- 00023806  0x00005cdf fetchr  0x00000012 , 0x00000002 , 0x000049ea 
- 00023807  0x00005ce0 copy  0x00000012 , 0x00000013 
- 00023808  0x00005ce2 call  0x00005de1 
- 00023809  0x00005ce3 fetch  0x00000006 , 0x000049a9 
- 00023810  0x00005ce4 branch  0x00005d0a , 0x00000034 
- 00023811  0x00005ce5 store  0x00000006 , 0x000049a3 
- 00023812  0x00005ce6 increase  0x00000006 , 0x00000013 
- 00023813  0x00005ce7 fetch  0x00000002 , 0x000049ec 
- 00023814  0x00005ce8 isub  0x00000013 , 0x0000003e 
- 00023815  0x00005ce9 nrtn  0x00000002 
- 00023816  0x00005cea copy  0x00000013 , 0x00000012 
- 00023817  0x00005ceb branch  0x00005d00 
- 00023818  0x00005cee fetch  0x00000006 , 0x000049a3 
- 00023819  0x00005cef fetcht  0x00000006 , 0x00004668 
- 00023820  0x00005cf0 isub  0x00000002 , 0x0000003e 
- 00023821  0x00005cf1 rtn  0x00000005 
- 00023822  0x00005cf2 arg  0x00000006 , 0x00000039 
- 00023823  0x00005cf3 arg  0x00004668 , 0x00000011 
- 00023824  0x00005cf4 copy  0x00000013 , 0x00000012 
- 00023825  0x00005cf5 branch  0x00006b45 
- 00023826  0x00005cf9 fetchr  0x00000012 , 0x00000002 , 0x000049f2 
- 00023827  0x00005cfa copy  0x00000012 , 0x00000013 
- 00023828  0x00005cfc call  0x00005e05 
- 00023829  0x00005cfd fetch  0x00000006 , 0x000049c1 
- 00023830  0x00005cfe branch  0x00005d1e , 0x00000034 
- 00023831  0x00005cff store  0x00000006 , 0x000049bb 
- 00023832  0x00005d00 increase  0x00000006 , 0x00000013 
- 00023833  0x00005d01 fetch  0x00000002 , 0x000049f4 
- 00023834  0x00005d02 isub  0x00000013 , 0x0000003e 
- 00023835  0x00005d03 nrtn  0x00000002 
- 00023836  0x00005d04 copy  0x00000013 , 0x00000012 
- 00023837  0x00005d05 branch  0x00005d14 
- 00023838  0x00005d08 fetch  0x00000006 , 0x000049bb 
- 00023839  0x00005d09 fetcht  0x00000006 , 0x00004675 
- 00023840  0x00005d0a isub  0x00000002 , 0x0000003e 
- 00023841  0x00005d0b rtn  0x00000005 
- 00023842  0x00005d0c arg  0x00000006 , 0x00000039 
- 00023843  0x00005d0d arg  0x00004675 , 0x00000011 
- 00023844  0x00005d0e copy  0x00000013 , 0x00000012 
- 00023845  0x00005d0f branch  0x00006b45 
- 00023846  0x00005d14 fetch  0x00000001 , 0x00004666 
- 00023847  0x00005d15 rtneq  0x00000000 
- 00023848  0x00005d16 fetchr  0x00000012 , 0x00000002 , 0x000049fe 
- 00023849  0x00005d17 copy  0x00000012 , 0x00000013 
- 00023850  0x00005d19 call  0x00005e3d 
- 00023851  0x00005d1a fetch  0x00000002 , 0x000049e0 
- 00023852  0x00005d1b branch  0x00005d34 , 0x00000034 
- 00023853  0x00005d1c store  0x00000002 , 0x000049de 
- 00023854  0x00005d1d increase  0x00000002 , 0x00000013 
- 00023855  0x00005d1e fetch  0x00000002 , 0x00004a00 
- 00023856  0x00005d1f isub  0x00000013 , 0x0000003e 
- 00023857  0x00005d20 nrtn  0x00000002 
- 00023858  0x00005d21 copy  0x00000013 , 0x00000012 
- 00023859  0x00005d22 branch  0x00005d2a 
- 00023860  0x00005d25 fetch  0x00000002 , 0x000049de 
- 00023861  0x00005d26 fetcht  0x00000002 , 0x00004695 
- 00023862  0x00005d27 isub  0x00000002 , 0x0000003e 
- 00023863  0x00005d28 rtn  0x00000005 
- 00023864  0x00005d29 arg  0x00000002 , 0x00000039 
- 00023865  0x00005d2a arg  0x00004695 , 0x00000011 
- 00023866  0x00005d2b copy  0x00000013 , 0x00000012 
- 00023867  0x00005d2c branch  0x00006b45 
- 00023868  0x00005d31 fetch  0x00000008 , 0x00004713 
- 00023869  0x00005d32 rtnbit0  0x0000000f 
- 00023870  0x00005d33 fetchr  0x00000012 , 0x00000002 , 0x000049fa 
- 00023871  0x00005d34 copy  0x00000012 , 0x00000013 
- 00023872  0x00005d36 call  0x00005e51 
- 00023873  0x00005d37 fetch  0x00000001 , 0x000049d4 
- 00023874  0x00005d38 branch  0x00005d4a , 0x00000034 
- 00023875  0x00005d39 store  0x00000001 , 0x000049d3 
- 00023876  0x00005d3a increase  0x00000001 , 0x00000013 
- 00023877  0x00005d3b fetch  0x00000002 , 0x000049fc 
- 00023878  0x00005d3c isub  0x00000013 , 0x0000003e 
- 00023879  0x00005d3d nrtn  0x00000002 
- 00023880  0x00005d3e copy  0x00000013 , 0x00000012 
- 00023881  0x00005d3f branch  0x00005d40 
- 00023882  0x00005d42 fetch  0x00000001 , 0x000049d3 
- 00023883  0x00005d43 and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00023884  0x00005d44 branch  0x00005d53 , 0x00000034 
- 00023885  0x00005d45 fetch  0x00000001 , 0x00004690 
- 00023886  0x00005d46 store  0x00000001 , 0x000049d5 
- 00023887  0x00005d48 arg  0x00000001 , 0x00000039 
- 00023888  0x00005d49 copy  0x00000013 , 0x00000012 
- 00023889  0x00005d4a arg  0x000049d5 , 0x00000011 
- 00023890  0x00005d4b branch  0x00006b45 
- 00023891  0x00005d4e fetch  0x00000001 , 0x000049d3 
- 00023892  0x00005d4f fetcht  0x00000001 , 0x00004690 
- 00023893  0x00005d50 isub  0x00000002 , 0x0000003e 
- 00023894  0x00005d51 rtn  0x00000005 
- 00023895  0x00005d52 lshift4  0x00000002 , 0x00000002 
- 00023896  0x00005d53 iadd  0x00000002 , 0x0000003f 
- 00023897  0x00005d54 store  0x00000001 , 0x000049d5 
- 00023898  0x00005d56 copy  0x00000013 , 0x0000003f 
- 00023899  0x00005d57 fetcht  0x00000002 , 0x000049fa 
- 00023900  0x00005d58 isub  0x00000002 , 0x0000003e 
- 00023901  0x00005d59 branch  0x00005d4f , 0x00000005 
- 00023902  0x00005d5b increase  0xffffffff , 0x00000013 
- 00023903  0x00005d5c branch  0x00005d4f 
- 00023904  0x00005d66 call  0x00006cbc 
- 00023905  0x00005d67 fetch  0x00000008 , 0x00004713 
- 00023906  0x00005d68 isolate1  0x00000009 , 0x0000003f 
- 00023907  0x00005d69 ncall  0x00006cc4 , 0x00000001 
- 00023908  0x00005d6a call  0x00005d66 
- 00023909  0x00005d6b branch  0x00005c80 
- 00023910  0x00005d6e arg  0x00000080 , 0x00000002 
- 00023911  0x00005d6f arg  0x00004666 , 0x00000011 
- 00023912  0x00005d70 arg  0x00000000 , 0x00000012 
- 00023913  0x00005d71 branch  0x00006ce1 
- 00023914  0x00005d74 arg  0x00000001 , 0x00000002 
- 00023915  0x00005d75 arg  0x00004690 , 0x00000011 
- 00023916  0x00005d76 arg  0x0000005a , 0x00000012 
- 00023917  0x00005d77 branch  0x00006ce1 
- 00023918  0x00005d7c call  0x00006c20 
- 00023919  0x00005d7d call  0x00005d7b 
- 00023920  0x00005d7e call  0x00005d75 
- 00023921  0x00005d7f call  0x00006c4d 
- 00023922  0x00005d80 call  0x00005d82 
- 00023923  0x00005d81 call  0x00005c80 
- 00023924  0x00005d82 branch  0x000055f6 
- 00023925  0x00005d85 setarg  0x000046e6 
- 00023926  0x00005d86 arg  0x00004666 , 0x00000002 
- 00023927  0x00005d87 isub  0x00000002 , 0x00000002 
- 00023928  0x00005d88 fetch  0x00000003 , 0x000046ec 
- 00023929  0x00005d89 arg  0x00004666 , 0x00000011 
- 00023930  0x00005d8a rtn 
- 00023931  0x00005d8d jam  0x000000ab , 0x00000678 
- 00023932  0x00005d8f call  0x0000705b 
- 00023933  0x00005d90 call  0x00006c26 
- 00023934  0x00005d91 arg  0x000046ef , 0x00000011 
- 00023935  0x00005d92 fetcht  0x00000001 , 0x00000678 
- 00023936  0x00005d93 call  0x00005d84 
- 00023937  0x00005d94 branch  0x0000705b 
- 00023938  0x00005d97 jam  0x000000b9 , 0x00000678 
- 00023939  0x00005d98 branch  0x00005d7c 
- 00023940  0x00005d9b istoret  0x00000001 , 0x00000011 
- 00023941  0x00005d9c rshift16  0x0000003f , 0x00000002 
- 00023942  0x00005d9d istoret  0x00000001 , 0x00000005 
- 00023943  0x00005d9e rshift8  0x0000003f , 0x00000002 
- 00023944  0x00005d9f istoret  0x00000001 , 0x00000005 
- 00023945  0x00005da0 istore  0x00000001 , 0x00000005 
- 00023946  0x00005da1 deposit  0x00000011 
- 00023947  0x00005da2 store  0x00000002 , 0x00008084 
- 00023948  0x00005da3 setarg  0x00000000 
- 00023949  0x00005da4 store  0x00000002 , 0x00008088 
- 00023950  0x00005da5 jam  0x00000002 , 0x00008006 
- 00023951  0x00005da6 branch  0x00006be0 
- 00023952  0x00005da9 fetch  0x00000003 , 0x000046ec 
- 00023953  0x00005daa store  0x00000003 , 0x00004419 
- 00023954  0x00005dab branch  0x00006bfa 
- 00023955  0x00005dae copy  0x0000003f , 0x00000013 
- 00023956  0x00005daf copy  0x00000011 , 0x0000003f 
- 00023957  0x00005db0 increase  0xfffffffc , 0x0000003f 
- 00023958  0x00005db1 copy  0x0000003f , 0x00000012 
- 00023959  0x00005db2 ifetch  0x00000004 , 0x00000012 
- 00023960  0x00005db3 store  0x00000004 , 0x000046ef 
- 00023961  0x00005db4 copy  0x00000013 , 0x0000003f 
- 00023962  0x00005db5 call  0x00006c3c 
- 00023963  0x00005db6 fetch  0x00000004 , 0x000046ef 
- 00023964  0x00005db7 istore  0x00000004 , 0x00000012 
- 00023965  0x00005db8 rtn 
- 00023966  0x00005dbb fetch  0x00000008 , 0x00004713 
- 00023967  0x00005dbc rtnbit0  0x00000012 
- 00023968  0x00005dbd call  0x00005d82 
- 00023969  0x00005dbe call  0x000069e0 
- 00023970  0x00005dbf fetcht  0x00000001 , 0x00004421 
- 00023971  0x00005dc0 call  0x00006ef3 
- 00023972  0x00005dc1 fetcht  0x00000001 , 0x00004426 
- 00023973  0x00005dc2 branch  0x000055b1 
- 00023974  0x00005dc7 call  0x00005e43 
- 00023975  0x00005dc8 call  0x00005db4 
- 00023976  0x00005dc9 call  0x00005dcc 
- 00023977  0x00005dca call  0x00005e2f 
- 00023978  0x00005dcc arg  0x00000002 , 0x00000039 
- 00023979  0x00005dcd fetch  0x00000002 , 0x00004a02 
- 00023980  0x00005dce copy  0x0000003f , 0x00000012 
- 00023981  0x00005dcf arg  0x0000468e , 0x00000011 
- 00023982  0x00005dd0 call  0x00006b74 
- 00023983  0x00005dd1 call  0x00005c80 
- 00023984  0x00005dd3 arg  0x00000002 , 0x00000039 
- 00023985  0x00005dd4 arg  0x0000468e , 0x00000011 
- 00023986  0x00005dd5 fetchr  0x00000012 , 0x00000002 , 0x00004a02 
- 00023987  0x00005dd6 branch  0x00006b45 
- 00023988  0x00005ddb fetchr  0x00000012 , 0x00000002 , 0x000049e2 
- 00023989  0x00005ddc copy  0x00000012 , 0x00000013 
- 00023990  0x00005dde call  0x00005dc0 
- 00023991  0x00005ddf fetch  0x00000001 , 0x000049a1 
- 00023992  0x00005de0 branch  0x00005dc3 , 0x00000034 
- 00023993  0x00005de1 store  0x00000001 , 0x000049a0 
- 00023994  0x00005de2 increase  0x00000001 , 0x00000013 
- 00023995  0x00005de3 fetch  0x00000002 , 0x000049e4 
- 00023996  0x00005de4 isub  0x00000013 , 0x0000003e 
- 00023997  0x00005de5 nbranch  0x00005dc3 , 0x00000002 
- 00023998  0x00005de6 copy  0x00000013 , 0x00000012 
- 00023999  0x00005de7 branch  0x00005db6 
- 00024000  0x00005dea arg  0x00000001 , 0x00000039 
- 00024001  0x00005deb arg  0x000049a1 , 0x00000011 
- 00024002  0x00005dec branch  0x00006b74 
- 00024003  0x00005def fetch  0x00000001 , 0x000049a0 
- 00024004  0x00005df0 copy  0x0000003f , 0x00000002 
- 00024005  0x00005df1 and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00024006  0x00005df2 branch  0x00005dc9 , 0x00000034 
- 00024007  0x00005df3 rshift4  0x0000003f , 0x0000003f 
- 00024008  0x00005df4 branch  0x00005dca 
- 00024009  0x00005df7 copy  0x00000002 , 0x0000003f 
- 00024010  0x00005df9 store  0x00000001 , 0x00004666 
- 00024011  0x00005dfa rtn 
- 00024012  0x00005dfe fetch  0x00000001 , 0x00004666 
- 00024013  0x00005dff beq  0x00000000 , 0x00005e1d 
- 00024014  0x00005e00 beq  0x00000001 , 0x00005dd1 
- 00024015  0x00005e01 beq  0x00000002 , 0x00005dd3 
- 00024016  0x00005e02 rtn 
- 00024017  0x00005e05 call  0x00005dd5 
- 00024018  0x00005e06 branch  0x00005de7 
- 00024019  0x00005e09 call  0x00005df9 
- 00024020  0x00005e0a branch  0x00005e0b 
- 00024021  0x00005e0e fetchr  0x00000012 , 0x00000002 , 0x000049ea 
- 00024022  0x00005e0f copy  0x00000012 , 0x00000013 
- 00024023  0x00005e11 call  0x00005de1 
- 00024024  0x00005e12 fetch  0x00000006 , 0x000049a9 
- 00024025  0x00005e13 branch  0x00005de4 , 0x00000034 
- 00024026  0x00005e14 store  0x00000006 , 0x000049a3 
- 00024027  0x00005e15 increase  0x00000006 , 0x00000013 
- 00024028  0x00005e16 fetch  0x00000002 , 0x000049ec 
- 00024029  0x00005e17 isub  0x00000013 , 0x0000003e 
- 00024030  0x00005e18 nbranch  0x00005de4 , 0x00000002 
- 00024031  0x00005e19 copy  0x00000013 , 0x00000012 
- 00024032  0x00005e1a branch  0x00005dd7 
- 00024033  0x00005e1d arg  0x00000006 , 0x00000039 
- 00024034  0x00005e1e arg  0x000049a9 , 0x00000011 
- 00024035  0x00005e1f branch  0x00006b74 
- 00024036  0x00005e22 fetch  0x00000006 , 0x000049a3 
- 00024037  0x00005e23 store  0x00000006 , 0x00004668 
- 00024038  0x00005e24 rtn 
- 00024039  0x00005e28 fetchr  0x00000012 , 0x00000002 , 0x000049ee 
- 00024040  0x00005e29 copy  0x00000012 , 0x00000013 
- 00024041  0x00005e2b call  0x00005df3 
- 00024042  0x00005e2c fetch  0x00000006 , 0x000049b5 
- 00024043  0x00005e2d branch  0x00005df6 , 0x00000034 
- 00024044  0x00005e2e store  0x00000006 , 0x000049af 
- 00024045  0x00005e2f increase  0x00000006 , 0x00000013 
- 00024046  0x00005e30 fetch  0x00000002 , 0x000049f0 
- 00024047  0x00005e31 isub  0x00000013 , 0x0000003e 
- 00024048  0x00005e32 nbranch  0x00005df6 , 0x00000002 
- 00024049  0x00005e33 copy  0x00000013 , 0x00000012 
- 00024050  0x00005e34 branch  0x00005de9 
- 00024051  0x00005e37 arg  0x00000006 , 0x00000039 
- 00024052  0x00005e38 arg  0x000049b5 , 0x00000011 
- 00024053  0x00005e39 branch  0x00006b74 
- 00024054  0x00005e3c fetch  0x00000006 , 0x000049af 
- 00024055  0x00005e3d store  0x00000006 , 0x0000466e 
- 00024056  0x00005e3e rtn 
- 00024057  0x00005e43 fetchr  0x00000012 , 0x00000002 , 0x000049f2 
- 00024058  0x00005e44 copy  0x00000012 , 0x00000013 
- 00024059  0x00005e46 call  0x00005e05 
- 00024060  0x00005e47 fetch  0x00000006 , 0x000049c1 
- 00024061  0x00005e48 branch  0x00005e08 , 0x00000034 
- 00024062  0x00005e49 store  0x00000006 , 0x000049bb 
- 00024063  0x00005e4a increase  0x00000006 , 0x00000013 
- 00024064  0x00005e4b fetch  0x00000002 , 0x000049f4 
- 00024065  0x00005e4c isub  0x00000013 , 0x0000003e 
- 00024066  0x00005e4d nbranch  0x00005e08 , 0x00000002 
- 00024067  0x00005e4e copy  0x00000013 , 0x00000012 
- 00024068  0x00005e4f branch  0x00005dfb 
- 00024069  0x00005e52 arg  0x00000006 , 0x00000039 
- 00024070  0x00005e53 arg  0x000049c1 , 0x00000011 
- 00024071  0x00005e54 branch  0x00006b74 
- 00024072  0x00005e57 fetch  0x00000006 , 0x000049bb 
- 00024073  0x00005e58 store  0x00000006 , 0x00004675 
- 00024074  0x00005e59 rtn 
- 00024075  0x00005e5d fetchr  0x00000012 , 0x00000002 , 0x000049f6 
- 00024076  0x00005e5e copy  0x00000012 , 0x00000013 
- 00024077  0x00005e60 call  0x00005e17 
- 00024078  0x00005e61 fetch  0x00000006 , 0x000049cd 
- 00024079  0x00005e62 branch  0x00005e1a , 0x00000034 
- 00024080  0x00005e63 store  0x00000006 , 0x000049c7 
- 00024081  0x00005e64 increase  0x00000006 , 0x00000013 
- 00024082  0x00005e65 fetch  0x00000002 , 0x000049f8 
- 00024083  0x00005e66 isub  0x00000013 , 0x0000003e 
- 00024084  0x00005e67 nbranch  0x00005e1a , 0x00000002 
- 00024085  0x00005e68 copy  0x00000013 , 0x00000012 
- 00024086  0x00005e69 branch  0x00005e0d 
- 00024087  0x00005e6c arg  0x00000006 , 0x00000039 
- 00024088  0x00005e6d arg  0x000049cd , 0x00000011 
- 00024089  0x00005e6e branch  0x00006b74 
- 00024090  0x00005e71 fetch  0x00000006 , 0x000049c7 
- 00024091  0x00005e72 store  0x00000006 , 0x0000467b 
- 00024092  0x00005e73 rtn 
- 00024093  0x00005e78 fetchr  0x00000012 , 0x00000002 , 0x000049e6 
- 00024094  0x00005e79 copy  0x00000012 , 0x00000013 
- 00024095  0x00005e7b call  0x00005e29 
- 00024096  0x00005e7c fetch  0x00000004 , 0x000049da 
- 00024097  0x00005e7d branch  0x00005e2c , 0x00000034 
- 00024098  0x00005e7e store  0x00000004 , 0x000049d6 
- 00024099  0x00005e7f increase  0x00000004 , 0x00000013 
- 00024100  0x00005e80 fetch  0x00000002 , 0x000049e8 
- 00024101  0x00005e81 isub  0x00000013 , 0x0000003e 
- 00024102  0x00005e82 nbranch  0x00005e2c , 0x00000002 
- 00024103  0x00005e83 copy  0x00000013 , 0x00000012 
- 00024104  0x00005e84 branch  0x00005e1f 
- 00024105  0x00005e87 arg  0x00000004 , 0x00000039 
- 00024106  0x00005e88 arg  0x000049da , 0x00000011 
- 00024107  0x00005e89 branch  0x00006b74 
- 00024108  0x00005e8c fetch  0x00000004 , 0x000049d6 
- 00024109  0x00005e8d store  0x00000004 , 0x00004691 
- 00024110  0x00005e8e rtn 
- 00024111  0x00005e92 fetch  0x00000001 , 0x00004666 
- 00024112  0x00005e93 rtneq  0x00000000 
- 00024113  0x00005e94 fetchr  0x00000012 , 0x00000002 , 0x000049fe 
- 00024114  0x00005e95 copy  0x00000012 , 0x00000013 
- 00024115  0x00005e97 call  0x00005e3d 
- 00024116  0x00005e98 fetch  0x00000002 , 0x000049e0 
- 00024117  0x00005e99 branch  0x00005e40 , 0x00000034 
- 00024118  0x00005e9a store  0x00000002 , 0x000049de 
- 00024119  0x00005e9b increase  0x00000002 , 0x00000013 
- 00024120  0x00005e9c fetch  0x00000002 , 0x00004a00 
- 00024121  0x00005e9d isub  0x00000013 , 0x0000003e 
- 00024122  0x00005e9e nbranch  0x00005e40 , 0x00000002 
- 00024123  0x00005e9f copy  0x00000013 , 0x00000012 
- 00024124  0x00005ea0 branch  0x00005e33 
- 00024125  0x00005ea3 arg  0x00000002 , 0x00000039 
- 00024126  0x00005ea4 arg  0x000049e0 , 0x00000011 
- 00024127  0x00005ea5 branch  0x00006b74 
- 00024128  0x00005ea8 fetch  0x00000002 , 0x000049e0 
- 00024129  0x00005ea9 store  0x00000002 , 0x00004695 
- 00024130  0x00005eaa rtn 
- 00024131  0x00005eae fetch  0x00000008 , 0x00004713 
- 00024132  0x00005eaf bbit0  0x0000000f , 0x00005c8c 
- 00024133  0x00005eb0 fetchr  0x00000012 , 0x00000002 , 0x000049fa 
- 00024134  0x00005eb1 copy  0x00000012 , 0x00000013 
- 00024135  0x00005eb3 call  0x00005e51 
- 00024136  0x00005eb4 fetch  0x00000001 , 0x000049d4 
- 00024137  0x00005eb5 branch  0x00005e54 , 0x00000034 
- 00024138  0x00005eb6 store  0x00000001 , 0x000049d3 
- 00024139  0x00005eb7 increase  0x00000001 , 0x00000013 
- 00024140  0x00005eb8 fetch  0x00000002 , 0x000049fc 
- 00024141  0x00005eb9 isub  0x00000013 , 0x0000003e 
- 00024142  0x00005eba nbranch  0x00005e54 , 0x00000002 
- 00024143  0x00005ebb copy  0x00000013 , 0x00000012 
- 00024144  0x00005ebc branch  0x00005e47 
- 00024145  0x00005ebf arg  0x00000001 , 0x00000039 
- 00024146  0x00005ec0 arg  0x000049d4 , 0x00000011 
- 00024147  0x00005ec1 branch  0x00006b74 
- 00024148  0x00005ec4 fetch  0x00000001 , 0x000049d3 
- 00024149  0x00005ec5 copy  0x0000003f , 0x00000002 
- 00024150  0x00005ec6 and  0x0000003f , 0x000000f0 , 0x0000003f 
- 00024151  0x00005ec7 branch  0x00005e5a , 0x00000034 
- 00024152  0x00005ec8 rshift4  0x0000003f , 0x0000003f 
- 00024153  0x00005ec9 branch  0x00005e5b 
- 00024154  0x00005ecc copy  0x00000002 , 0x0000003f 
- 00024155  0x00005ece store  0x00000001 , 0x00004690 
- 00024156  0x00005ecf rtn 
- 00024157  0x00005ed5 bpatch  0x0000008e , 0x00004011 
- 00024158  0x00005ed6 call  0x0000620e 
- 00024159  0x00005ed7 call  0x000078aa 
- 00024160  0x00005ed8 call  0x000056bb 
- 00024161  0x00005ed9 call  0x0000580e 
- 00024162  0x00005eda call  0x00005e66 
- 00024163  0x00005edb call  0x00005eb6 
- 00024164  0x00005edc call  0x00005ee7 
- 00024165  0x00005edd branch  0x0000561c 
- 00024166  0x00005ee0 fetch  0x00000008 , 0x00004713 
- 00024167  0x00005ee1 bbit1  0x00000029 , 0x00005e6b 
- 00024168  0x00005ee2 bbit1  0x00000037 , 0x00005e6b 
- 00024169  0x00005ee3 rtn 
- 00024170  0x00005ee6 jam  0x00000003 , 0x00004975 
- 00024171  0x00005ee8 call  0x00005e6d 
- 00024172  0x00005ee9 branch  0x00005e7e 
- 00024173  0x00005eec bpatch  0x0000008f , 0x00004011 
- 00024174  0x00005eed fetch  0x00000001 , 0x00004655 
- 00024175  0x00005eee rtneq  0x000000ff 
- 00024176  0x00005eef arg  0x00000000 , 0x00000011 
- 00024177  0x00005ef0 jam  0x00000006 , 0x00004977 
- 00024178  0x00005ef1 fetcht  0x00000001 , 0x00004655 
- 00024179  0x00005ef2 call  0x00005e81 
- 00024180  0x00005ef3 store  0x00000001 , 0x00004975 
- 00024181  0x00005ef4 fetch  0x00000001 , 0x00004654 
- 00024182  0x00005ef5 beq  0x000000ff , 0x00005e7c 
- 00024183  0x00005ef6 branch  0x000058df 
- 00024184  0x00005ef9 call  0x00005e6d 
- 00024185  0x00005efa copy  0x00000011 , 0x0000003f 
- 00024186  0x00005efb bbit1  0x00000006 , 0x00005ea4 
- 00024187  0x00005efc branch  0x00005e97 
- 00024188  0x00005eff fetcht  0x00000001 , 0x00004655 
- 00024189  0x00005f00 call  0x000055b5 
- 00024190  0x00005f02 copy  0x00000011 , 0x0000003f 
- 00024191  0x00005f03 bbit1  0x00000006 , 0x00005ea2 
- 00024192  0x00005f04 branch  0x00005e97 
- 00024193  0x00005f07 fetch  0x00000008 , 0x00004713 
- 00024194  0x00005f08 bbit1  0x0000002d , 0x00005e8d 
- 00024195  0x00005f09 fetch  0x00000001 , 0x00004975 
- 00024196  0x00005f0a copy  0x0000003f , 0x00000013 
- 00024197  0x00005f0b fetch  0x00000001 , 0x00004654 
- 00024198  0x00005f0c beq  0x000000ff , 0x00005931 
- 00024199  0x00005f0d fetch  0x00000001 , 0x0000497b 
- 00024200  0x00005f0e nbranch  0x00005e8a , 0x00000034 
- 00024201  0x00005f0f branch  0x00005e8f 
- 00024202  0x00005f12 jam  0x00000000 , 0x0000497f 
- 00024203  0x00005f13 jam  0x00000000 , 0x00004975 
- 00024204  0x00005f14 rtn 
- 00024205  0x00005f17 fetch  0x00000001 , 0x00004975 
- 00024206  0x00005f18 branch  0x00005925 
- 00024207  0x00005f1b call  0x00006ee6 
- 00024208  0x00005f1c fetcht  0x00000001 , 0x00004654 
- 00024209  0x00005f1d branch  0x00005e8d , 0x00000001 
- 00024210  0x00005f1e fetcht  0x00000001 , 0x00004654 
- 00024211  0x00005f1f call  0x00006ef7 
- 00024212  0x00005f20 fetcht  0x00000001 , 0x00004655 
- 00024213  0x00005f21 fetch  0x00000001 , 0x00004975 
- 00024214  0x00005f22 branch  0x00005925 
- 00024215  0x00005f25 fetch  0x00000001 , 0x0000497f 
- 00024216  0x00005f26 rtneq  0x00000000 
- 00024217  0x00005f27 jam  0x00000000 , 0x0000497f 
- 00024218  0x00005f28 fetch  0x00000008 , 0x00004713 
- 00024219  0x00005f29 rtnbit1  0x00000034 
- 00024220  0x00005f2a fetch  0x00000001 , 0x0000497c 
- 00024221  0x00005f2b sub  0x0000003f , 0x00000014 , 0x0000003e 
- 00024222  0x00005f2c ncall  0x00005ec6 , 0x00000002 
- 00024223  0x00005f2d fetch  0x00000001 , 0x000044eb 
- 00024224  0x00005f2e store  0x00000001 , 0x0000497c 
- 00024225  0x00005f2f rtn 
- 00024226  0x00005f32 call  0x00005eae 
- 00024227  0x00005f33 rtn  0x00000028 
- 00024228  0x00005f34 fetch  0x00000001 , 0x0000497f 
- 00024229  0x00005f35 rtneq  0x00000001 
- 00024230  0x00005f36 jam  0x00000001 , 0x0000497f 
- 00024231  0x00005f37 fetch  0x00000008 , 0x00004713 
- 00024232  0x00005f38 bbit1  0x00000034 , 0x00005ba3 
- 00024233  0x00005f39 fetch  0x00000001 , 0x00004845 
- 00024234  0x00005f3a rtn  0x00000034 
- 00024235  0x00005f3b fetch  0x00000001 , 0x0000463c 
- 00024236  0x00005f3c store  0x00000001 , 0x00004845 
- 00024237  0x00005f3d rtn 
- 00024238  0x00005f40 disable  0x00000028 
- 00024239  0x00005f41 fetch  0x00000008 , 0x00004713 
- 00024240  0x00005f42 rtnbit1  0x0000002d 
- 00024241  0x00005f44 fetch  0x00000001 , 0x0000496f 
- 00024242  0x00005f45 rtn  0x00000034 
- 00024243  0x00005f46 fetch  0x00000001 , 0x00004970 
- 00024244  0x00005f47 rtn  0x00000034 
- 00024245  0x00005f48 branch  0x00007dba 
- 00024246  0x00005f4b bpatch  0x00000090 , 0x00004012 
- 00024247  0x00005f4c fetch  0x00000008 , 0x00004713 
- 00024248  0x00005f4d rtnbit0  0x0000002a 
- 00024249  0x00005f4f fetcht  0x00000001 , 0x0000465a 
- 00024250  0x00005f50 call  0x000055b5 
- 00024251  0x00005f51 fetcht  0x00000001 , 0x0000465a 
- 00024252  0x00005f52 call  0x00006ee6 
- 00024253  0x00005f53 branch  0x00005ec2 , 0x00000001 
- 00024254  0x00005f55 fetch  0x00000001 , 0x00004666 
- 00024255  0x00005f56 rtneq  0x00000001 
- 00024256  0x00005f57 jam  0x00000001 , 0x00004666 
- 00024257  0x00005f58 branch  0x00005aaa 
- 00024258  0x00005f5b fetch  0x00000001 , 0x00004666 
- 00024259  0x00005f5c rtneq  0x00000000 
- 00024260  0x00005f5d jam  0x00000000 , 0x00004666 
- 00024261  0x00005f5e branch  0x00006018 
- 00024262  0x00005f61 bpatch  0x00000091 , 0x00004012 
- 00024263  0x00005f62 fetch  0x00000001 , 0x0000471b 
- 00024264  0x00005f63 rtneq  0x00000001 
- 00024265  0x00005f64 call  0x00005ed3 
- 00024266  0x00005f65 storet  0x00000001 , 0x00004666 
- 00024267  0x00005f68 call  0x00005eea 
- 00024268  0x00005f69 call  0x00005aaa 
- 00024269  0x00005f6a call  0x000042d0 
- 00024270  0x00005f6b call  0x00005eec 
- 00024271  0x00005f6c jam  0x00000001 , 0x00004793 
- 00024272  0x00005f6d branch  0x00005ca3 
- 00024273  0x00005f70 call  0x00005eea 
- 00024274  0x00005f71 branch  0x00006ca3 
- 00024275  0x00005f74 fetcht  0x00000001 , 0x00004666 
- 00024276  0x00005f75 increase  0x00000001 , 0x00000002 
- 00024277  0x00005f76 fetch  0x00000008 , 0x00004713 
- 00024278  0x00005f77 bbit1  0x00000011 , 0x00005eda 
- 00024279  0x00005f78 sub  0x00000002 , 0x00000002 , 0x0000003e 
- 00024280  0x00005f79 ncall  0x00005ee1 , 0x00000002 
- 00024281  0x00005f7a rtn 
- 00024282  0x00005f7d fetch  0x00000001 , 0x0000471b 
- 00024283  0x00005f7e increase  0xffffffff , 0x0000003f 
- 00024284  0x00005f7f isub  0x00000002 , 0x0000003e 
- 00024285  0x00005f80 ncall  0x00005edf , 0x00000002 
- 00024286  0x00005f81 rtn 
- 00024287  0x00005f84 arg  0x00000000 , 0x00000002 
- 00024288  0x00005f85 rtn 
- 00024289  0x00005f87 arg  0x00000001 , 0x00000002 
- 00024290  0x00005f88 rtn 
- 00024291  0x00005f8b arg  0x00000001 , 0x00000002 
- 00024292  0x00005f8c arg  0x00004666 , 0x00000011 
- 00024293  0x00005f8d arg  0x00000000 , 0x00000012 
- 00024294  0x00005f8e branch  0x00006cd3 
- 00024295  0x00005f91 fetch  0x00000008 , 0x00004713 
- 00024296  0x00005f92 rtnbit0  0x00000034 
- 00024297  0x00005f93 branch  0x00005e6b 
- 00024298  0x00005f96 arg  0x00000000 , 0x00000007 
- 00024299  0x00005f97 branch  0x00005f00 
- 00024300  0x00005f99 arg  0x00000000 , 0x00000007 
- 00024301  0x00005f9a branch  0x00005f04 
- 00024302  0x00005f9c arg  0x00000003 , 0x00000007 
- 00024303  0x00005f9d branch  0x00005f00 
- 00024304  0x00005f9f arg  0x00000003 , 0x00000007 
- 00024305  0x00005fa0 branch  0x00005f04 
- 00024306  0x00005fa2 arg  0x00000005 , 0x00000007 
- 00024307  0x00005fa3 branch  0x00005f00 
- 00024308  0x00005fa5 arg  0x00000005 , 0x00000007 
- 00024309  0x00005fa6 branch  0x00005f04 
- 00024310  0x00005fa9 arg  0x00000015 , 0x00000007 
- 00024311  0x00005faa branch  0x00005f00 
- 00024312  0x00005fad arg  0x00000018 , 0x00000007 
- 00024313  0x00005fae branch  0x00005f00 
- 00024314  0x00005fb1 arg  0x0000000e , 0x00000007 
- 00024315  0x00005fb2 branch  0x00005f00 
- 00024316  0x00005fb5 arg  0x0000000c , 0x00000007 
- 00024317  0x00005fb6 branch  0x00005f00 
- 00024318  0x00005fb9 arg  0x0000001c , 0x00000007 
- 00024319  0x00005fba branch  0x00005f00 
- 00024320  0x00005fbd fetch  0x00000008 , 0x00004713 
- 00024321  0x00005fbe qset1  0x0000003f 
- 00024322  0x00005fbf store  0x00000008 , 0x00004713 
- 00024323  0x00005fc0 rtn 
- 00024324  0x00005fc3 fetch  0x00000008 , 0x00004713 
- 00024325  0x00005fc4 qset0  0x0000003f 
- 00024326  0x00005fc5 store  0x00000008 , 0x00004713 
- 00024327  0x00005fc6 rtn 
- 00024328  0x00005fc9 setarg  0x00000000 
- 00024329  0x00005fca store  0x00000008 , 0x0000472a 
- 00024330  0x00005fcb store  0x00000008 , 0x00004733 
- 00024331  0x00005fcc fetch  0x00000001 , 0x00004729 
- 00024332  0x00005fcd beq  0x00000002 , 0x00005f12 
- 00024333  0x00005fce beq  0x00000003 , 0x00005f14 
- 00024334  0x00005fcf beq  0x00000004 , 0x00005f19 
- 00024335  0x00005fd0 setarg  0x00070008 
- 00024336  0x00005fd2 store  0x00000008 , 0x0000472b 
- 00024337  0x00005fd3 rtn 
- 00024338  0x00005fd6 setarg  0x00040005 
- 00024339  0x00005fd7 branch  0x00005f10 
- 00024340  0x00005fda setarg  0x00022303 
- 00024341  0x00005fdc store  0x00000008 , 0x0000472a 
- 00024342  0x00005fdd setarg  0x00000003 
- 00024343  0x00005fde store  0x00000008 , 0x00004733 
- 00024344  0x00005fdf rtn 
- 00024345  0x00005fe2 setarg  0x0000cd03 
- 00024346  0x00005fe3 branch  0x00005f15 
- 00024347  0x00005fe7 bpatch  0x00000092 , 0x00004012 
- 00024348  0x00005fe8 fetch  0x00000001 , 0x0000477f 
- 00024349  0x00005fe9 increase  0xffffffff , 0x0000003f 
- 00024350  0x00005fea store  0x00000001 , 0x0000477f 
- 00024351  0x00005feb fetcht  0x00000001 , 0x00004666 
- 00024352  0x00005fec sub  0x00000002 , 0x00000001 , 0x0000003e 
- 00024353  0x00005fed ncall  0x00005ed3 , 0x00000005 
- 00024354  0x00005fee storet  0x00000001 , 0x00004666 
- 00024355  0x00005fef call  0x00005ee3 
- 00024356  0x00005ff0 call  0x00005c59 
- 00024357  0x00005ff1 branch  0x000054a0 
- 00024358  0x00005ff6 bpatch  0x00000093 , 0x00004012 
- 00024359  0x00005ff7 fetch  0x00000001 , 0x00004957 
- 00024360  0x00005ff8 rtneq  0x00000003 
- 00024361  0x00005ff9 fetch  0x00000008 , 0x00004713 
- 00024362  0x00005ffa rtnbit0  0x00000038 
- 00024363  0x00005ffb fetch  0x00000004 , 0x00004847 
- 00024364  0x00005ffc rtn  0x00000034 
- 00024365  0x00005ffd call  0x00005fcd 
- 00024366  0x00005ffe setarg  0x00000003 
- 00024367  0x00005fff call  0x00005fc3 
- 00024368  0x00006000 call  0x00005fbf , 0x00000034 
- 00024369  0x00006001 ncall  0x00005fc1 , 0x00000034 
- 00024370  0x00006002 setarg  0x00000002 
- 00024371  0x00006003 call  0x00005fc8 
- 00024372  0x00006004 call  0x00005fbf , 0x00000034 
- 00024373  0x00006005 fetch  0x00000001 , 0x00004861 
- 00024374  0x00006006 beq  0x00000001 , 0x00005f3c 
- 00024375  0x00006008 fetch  0x00000008 , 0x00004713 
- 00024376  0x00006009 rtnbit0  0x00000038 
- 00024377  0x0000600a arg  0x00000005 , 0x00000039 
- 00024378  0x0000600b arg  0x00004861 , 0x00000005 
- 00024379  0x0000600c branch  0x00007ca1 
- 00024380  0x0000600f call  0x00005f50 
- 00024381  0x00006010 fetch  0x00000002 , 0x00004862 
- 00024382  0x00006011 store  0x00000002 , 0x0000070b 
- 00024383  0x00006012 fetch  0x00000002 , 0x00004847 
- 00024384  0x00006013 store  0x00000002 , 0x0000070d 
- 00024385  0x00006014 call  0x00005f89 
- 00024386  0x00006015 fetch  0x00000002 , 0x0000070b 
- 00024387  0x00006016 store  0x00000002 , 0x00004862 
- 00024388  0x00006017 fetch  0x00000002 , 0x0000070d 
- 00024389  0x00006018 store  0x00000002 , 0x00004847 
- 00024390  0x0000601a fetch  0x00000002 , 0x00004864 
- 00024391  0x0000601b store  0x00000002 , 0x0000070b 
- 00024392  0x0000601c fetch  0x00000002 , 0x00004849 
- 00024393  0x0000601d store  0x00000002 , 0x0000070d 
- 00024394  0x0000601e call  0x00005f91 
- 00024395  0x0000601f fetch  0x00000002 , 0x0000070b 
- 00024396  0x00006020 store  0x00000002 , 0x00004864 
- 00024397  0x00006021 fetch  0x00000002 , 0x0000070d 
- 00024398  0x00006022 store  0x00000002 , 0x00004849 
- 00024399  0x00006023 rtn 
- 00024400  0x00006026 fetch  0x00000008 , 0x00004713 
- 00024401  0x00006027 rtnbit0  0x00000039 
- 00024402  0x00006028 bpatch  0x00000094 , 0x00004012 
- 00024403  0x00006029 fetch  0x00000002 , 0x00004862 
- 00024404  0x0000602a store  0x00000002 , 0x00000712 
- 00024405  0x0000602b call  0x00005f64 
- 00024406  0x0000602c store  0x00000002 , 0x00004862 
- 00024407  0x0000602d fetch  0x00000002 , 0x00004847 
- 00024408  0x0000602e store  0x00000002 , 0x00000712 
- 00024409  0x0000602f call  0x00005f72 
- 00024410  0x00006030 store  0x00000002 , 0x00004847 
- 00024411  0x00006031 fetch  0x00000002 , 0x00004864 
- 00024412  0x00006032 store  0x00000002 , 0x00000712 
- 00024413  0x00006033 call  0x00005f64 
- 00024414  0x00006034 store  0x00000002 , 0x00004864 
- 00024415  0x00006035 fetch  0x00000002 , 0x00004849 
- 00024416  0x00006036 store  0x00000002 , 0x00000712 
- 00024417  0x00006037 call  0x00005f72 
- 00024418  0x00006038 store  0x00000002 , 0x00004849 
- 00024419  0x00006039 rtn 
- 00024420  0x0000603c fetch  0x00000001 , 0x00000713 
- 00024421  0x0000603d branch  0x00005f67 , 0x00000034 
- 00024422  0x0000603e branch  0x00005f6c 
- 00024423  0x00006041 fetch  0x00000001 , 0x00000712 
- 00024424  0x00006042 call  0x00005f7f 
- 00024425  0x00006043 store  0x00000001 , 0x00000712 
- 00024426  0x00006045 fetch  0x00000002 , 0x00000712 
- 00024427  0x00006046 rtn 
- 00024428  0x00006048 fetch  0x00000001 , 0x00000712 
- 00024429  0x00006049 call  0x00005fbb 
- 00024430  0x0000604a call  0x00005f7f 
- 00024431  0x0000604b call  0x00007dc8 , 0x00000034 
- 00024432  0x0000604c call  0x00005fb7 
- 00024433  0x0000604d branch  0x00005f6a 
- 00024434  0x00006050 fetch  0x00000001 , 0x00000713 
- 00024435  0x00006051 branch  0x00005f75 , 0x00000034 
- 00024436  0x00006052 branch  0x00005f79 
- 00024437  0x00006054 fetch  0x00000001 , 0x00000712 
- 00024438  0x00006055 call  0x00005f84 
- 00024439  0x00006056 store  0x00000001 , 0x00000712 
- 00024440  0x00006057 branch  0x00005f6a 
- 00024441  0x00006059 fetch  0x00000001 , 0x00000712 
- 00024442  0x0000605a call  0x00005fbb 
- 00024443  0x0000605b call  0x00005f84 
- 00024444  0x0000605c call  0x00007dc8 , 0x00000034 
- 00024445  0x0000605d call  0x00005fb7 
- 00024446  0x0000605e branch  0x00005f6a 
- 00024447  0x00006061 mul32  0x0000003f , 0x00000004 , 0x0000003f 
- 00024448  0x00006062 div  0x0000003f , 0x00000005 
- 00024449  0x00006063 call  0x00007d62 
- 00024450  0x00006064 quotient  0x0000003f 
- 00024451  0x00006065 rtn 
- 00024452  0x00006067 mul32  0x0000003f , 0x0000000c , 0x0000003f 
- 00024453  0x00006068 div  0x0000003f , 0x0000000a 
- 00024454  0x00006069 call  0x00007d62 
- 00024455  0x0000606a quotient  0x0000003f 
- 00024456  0x0000606b rtn 
- 00024457  0x0000606e fetch  0x00000002 , 0x0000070b 
- 00024458  0x0000606f fetcht  0x00000002 , 0x0000070d 
- 00024459  0x00006070 iadd  0x00000002 , 0x0000003f 
- 00024460  0x00006071 fetcht  0x00000001 , 0x00004866 
- 00024461  0x00006072 iadd  0x00000002 , 0x0000003f 
- 00024462  0x00006073 and  0x0000003f , 0x00000001 , 0x00000002 
- 00024463  0x00006074 storet  0x00000001 , 0x00004866 
- 00024464  0x00006075 branch  0x00005f99 
- 00024465  0x00006078 fetch  0x00000002 , 0x0000070b 
- 00024466  0x00006079 fetcht  0x00000002 , 0x0000070d 
- 00024467  0x0000607a iadd  0x00000002 , 0x0000003f 
- 00024468  0x0000607b fetcht  0x00000001 , 0x00004867 
- 00024469  0x0000607c iadd  0x00000002 , 0x0000003f 
- 00024470  0x0000607d and  0x0000003f , 0x00000001 , 0x00000002 
- 00024471  0x0000607e storet  0x00000001 , 0x00004867 
- 00024472  0x0000607f branch  0x00005f99 
- 00024473  0x00006082 store  0x00000003 , 0x0000070f 
- 00024474  0x00006083 isolate1  0x00000010 , 0x0000003f 
- 00024475  0x00006084 branch  0x00005fa3 , 0x00000001 
- 00024476  0x00006085 fetch  0x00000001 , 0x00000710 
- 00024477  0x00006086 beq  0x000000ff , 0x00005faa 
- 00024478  0x00006087 fetch  0x00000001 , 0x0000070f 
- 00024479  0x00006089 rshift  0x0000003f , 0x0000003f 
- 00024480  0x0000608a store  0x00000002 , 0x0000070b 
- 00024481  0x0000608b store  0x00000002 , 0x0000070d 
- 00024482  0x0000608c rtn 
- 00024483  0x0000608e fetch  0x00000001 , 0x00000710 
- 00024484  0x0000608f beq  0x00000000 , 0x00005fa7 
- 00024485  0x00006090 fetch  0x00000003 , 0x0000070f 
- 00024486  0x00006091 branch  0x00005f9f 
- 00024487  0x00006093 jam  0x00000000 , 0x00000711 
- 00024488  0x00006094 fetch  0x00000001 , 0x0000070f 
- 00024489  0x00006095 branch  0x00005f9f 
- 00024490  0x00006098 fetch  0x00000001 , 0x0000070f 
- 00024491  0x00006099 call  0x00005fb5 
- 00024492  0x0000609a store  0x00000001 , 0x0000070b 
- 00024493  0x0000609b store  0x00000001 , 0x0000070d 
- 00024494  0x0000609c branch  0x00005fb3 , 0x00000034 
- 00024495  0x0000609d setarg  0x000000ff 
- 00024496  0x0000609f store  0x00000001 , 0x0000070c 
- 00024497  0x000060a0 store  0x00000001 , 0x0000070e 
- 00024498  0x000060a1 rtn 
- 00024499  0x000060a3 setarg  0x00000000 
- 00024500  0x000060a4 branch  0x00005fb0 
- 00024501  0x000060a7 call  0x00005fbb 
- 00024502  0x000060a8 rshift  0x0000003f , 0x0000003f 
- 00024503  0x000060aa call  0x00005fbc 
- 00024504  0x000060ab sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00024505  0x000060ac store  0x00000001 , 0x00000712 
- 00024506  0x000060ad rtn 
- 00024507  0x000060b0 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00024508  0x000060b2 store  0x00000001 , 0x00000684 
- 00024509  0x000060b3 fetch  0x00000001 , 0x00000684 
- 00024510  0x000060b4 rtn 
- 00024511  0x000060b7 jam  0x00000000 , 0x00004861 
- 00024512  0x000060b8 rtn 
- 00024513  0x000060ba jam  0x00000001 , 0x00004861 
- 00024514  0x000060bb rtn 
- 00024515  0x000060bf isub  0x00000011 , 0x0000003e 
- 00024516  0x000060c0 nbranch  0x00007dc8 , 0x00000002 
- 00024517  0x000060c1 isub  0x00000012 , 0x0000003e 
- 00024518  0x000060c2 nbranch  0x00007dc8 , 0x00000002 
- 00024519  0x000060c3 branch  0x00007dca 
- 00024520  0x000060c5 isub  0x00000011 , 0x0000003e 
- 00024521  0x000060c6 nrtn  0x00000002 
- 00024522  0x000060c7 isub  0x00000012 , 0x0000003e 
- 00024523  0x000060c8 nrtn  0x00000002 
- 00024524  0x000060c9 branch  0x00007dca 
- 00024525  0x000060cc fetch  0x00000002 , 0x00004847 
- 00024526  0x000060cd call  0x00005fd4 
- 00024527  0x000060ce copy  0x0000003f , 0x00000011 
- 00024528  0x000060cf fetch  0x00000002 , 0x00004849 
- 00024529  0x000060d0 call  0x00005fd4 
- 00024530  0x000060d1 copy  0x0000003f , 0x00000012 
- 00024531  0x000060d2 rtn 
- 00024532  0x000060d5 store  0x00000002 , 0x0000070d 
- 00024533  0x000060d6 fetch  0x00000001 , 0x0000070e 
- 00024534  0x000060d7 beq  0x000000ff , 0x00005fda 
- 00024535  0x000060d8 fetch  0x00000001 , 0x0000070d 
- 00024536  0x000060da and_into  0x000000ff , 0x0000003f 
- 00024537  0x000060dc rtn 
- 00024538  0x000060de fetch  0x00000002 , 0x0000070d 
- 00024539  0x000060df sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00024540  0x000060e0 branch  0x00005fd8 
- 00024541  0x000060e3 arg  0x0000461f , 0x00000013 
- 00024542  0x000060e4 arg  0x00005fe0 , 0x00000012 
- 00024543  0x000060e5 branch  0x000042e0 
- 00024544  0x000060e7 fetch  0x00000004 , 0x00004613 
- 00024545  0x000060e8 store  0x00000004 , 0x000045af 
- 00024546  0x000060e9 jam  0x00000001 , 0x0000477d 
- 00024547  0x000060ea rtn 
- 00024548  0x000060ee fetch  0x00000001 , 0x00004740 
- 00024549  0x000060ef beq  0x00000000 , 0x00005fec 
- 00024550  0x000060f0 beq  0x00000001 , 0x00005fee 
- 00024551  0x000060f1 beq  0x00000002 , 0x00005fe9 
- 00024552  0x000060f2 beq  0x00000003 , 0x00005ff0 
- 00024553  0x000060f4 setarg  0x000ea600 
- 00024554  0x000060f6 store  0x00000004 , 0x00004613 
- 00024555  0x000060f7 rtn 
- 00024556  0x000060f9 setarg  0x0005e740 
- 00024557  0x000060fa branch  0x00005fea 
- 00024558  0x000060fc setarg  0x000927c0 
- 00024559  0x000060fd branch  0x00005fea 
- 00024560  0x000060ff setarg  0x00124f80 
- 00024561  0x00006100 branch  0x00005fea 
- 00024562  0x00006103 bpatch  0x00000095 , 0x00004012 
- 00024563  0x00006104 jam  0x00000000 , 0x00004600 
- 00024564  0x00006105 call  0x00003647 
- 00024565  0x00006106 setarg  0xffffffff 
- 00024566  0x00006107 store  0x00000004 , 0x000045af 
- 00024567  0x00006108 setarg  0x00000000 
- 00024568  0x00006109 store  0x00000007 , 0x00004846 
- 00024569  0x0000610a jam  0x00000001 , 0x0000473f 
- 00024570  0x0000610b call  0x000059ed 
- 00024571  0x0000610c call  0x000054dc 
- 00024572  0x0000610d branch  0x0000622b 
- 00024573  0x00006110 fetch  0x00000001 , 0x0000473f 
- 00024574  0x00006111 ncall  0x00006001 , 0x00000034 
- 00024575  0x00006112 jam  0x00000000 , 0x0000473f 
- 00024576  0x00006113 rtn 
- 00024577  0x00006116 call  0x0000594c 
- 00024578  0x00006117 fetch  0x00000008 , 0x00004713 
- 00024579  0x00006118 rtnbit0  0x0000003c 
- 00024580  0x0000611a fetch  0x00000001 , 0x0000464a 
- 00024581  0x0000611b arg  0x00000040 , 0x00000002 
- 00024582  0x0000611c call  0x00006f21 
- 00024583  0x0000611d fetch  0x00000001 , 0x0000464b 
- 00024584  0x0000611e arg  0x00000040 , 0x00000002 
- 00024585  0x0000611f branch  0x00006f21 
- 00024586  0x00006122 call  0x0000600e 
- 00024587  0x00006123 fetch  0x00000001 , 0x0000473f 
- 00024588  0x00006124 nbranch  0x00006235 , 0x00000034 
- 00024589  0x00006125 branch  0x00003610 
- 00024590  0x00006128 fetch  0x00000004 , 0x000045e8 
- 00024591  0x00006129 fetcht  0x00000004 , 0x000045e4 
- 00024592  0x0000612a isub  0x00000002 , 0x0000003e 
- 00024593  0x0000612b branch  0x00006013 , 0x00000005 
- 00024594  0x0000612c branch  0x00006016 
- 00024595  0x0000612f jam  0x00000000 , 0x00004143 
- 00024596  0x00006130 jam  0x000000aa , 0x00004141 
- 00024597  0x00006131 rtn 
- 00024598  0x00006133 jam  0x000000ff , 0x00004143 
- 00024599  0x00006134 rtn 
- 00024600  0x00006137 set0  0x00000026 , 0x00000000 
- 00024601  0x00006138 jam  0x00000000 , 0x000045fc 
- 00024602  0x00006139 arg  0x00000001 , 0x00000007 
- 00024603  0x0000613a branch  0x00005f04 
- 00024604  0x0000613d fetch  0x00000008 , 0x00004713 
- 00024605  0x0000613e bbit0  0x00000011 , 0x0000602a 
- 00024606  0x0000613f call  0x00006195 
- 00024607  0x00006140 call  0x000054ac 
- 00024608  0x00006141 branch  0x00006067 , 0x00000028 
- 00024609  0x00006142 fetch  0x00000008 , 0x00004713 
- 00024610  0x00006143 bbit1  0x00000030 , 0x0000602f 
- 00024611  0x00006144 bbit0  0x00000031 , 0x0000602f 
- 00024612  0x00006145 call  0x00005883 
- 00024613  0x00006146 and  0x00000011 , 0x00000007 , 0x0000003f 
- 00024614  0x00006147 fetcht  0x00000001 , 0x00004728 
- 00024615  0x00006148 isub  0x00000002 , 0x0000003e 
- 00024616  0x00006149 branch  0x00006047 , 0x00000005 
- 00024617  0x0000614a branch  0x0000602f 
- 00024618  0x0000614d fetch  0x00000001 , 0x0000477f 
- 00024619  0x0000614e nbranch  0x00005f1b , 0x00000034 
- 00024620  0x0000614f rtn 
- 00024621  0x00006152 call  0x000054ac 
- 00024622  0x00006153 branch  0x00006038 , 0x00000028 
- 00024623  0x00006155 jam  0x00000000 , 0x00004666 
- 00024624  0x00006156 fetch  0x00000002 , 0x00004721 
- 00024625  0x00006157 store  0x00000002 , 0x000045de 
- 00024626  0x00006158 jam  0x00000002 , 0x000045e2 
- 00024627  0x00006159 branch  0x00003534 
- 00024628  0x0000615c fetch  0x00000002 , 0x000045d6 
- 00024629  0x0000615d store  0x00000002 , 0x000045de 
- 00024630  0x0000615e jam  0x00000004 , 0x000045e2 
- 00024631  0x0000615f branch  0x00003534 
- 00024632  0x00006162 fetch  0x00000001 , 0x00004666 
- 00024633  0x00006163 beq  0x00000000 , 0x00006067 
- 00024634  0x00006164 call  0x00005aa8 
- 00024635  0x00006166 call  0x00006018 
- 00024636  0x00006167 jam  0x00000001 , 0x00004666 
- 00024637  0x00006168 call  0x00005c6f 
- 00024638  0x00006169 branch  0x000054a0 
- 00024639  0x0000616c call  0x000054ac 
- 00024640  0x0000616d branch  0x000054cd , 0x00000028 
- 00024641  0x0000616e branch  0x00005c1a 
- 00024642  0x00006171 call  0x000054ac 
- 00024643  0x00006172 rtn  0x00000028 
- 00024644  0x00006173 fetch  0x00000008 , 0x00004713 
- 00024645  0x00006174 bbit1  0x0000003e , 0x00005ca3 
- 00024646  0x00006175 rtn 
- 00024647  0x00006178 call  0x00006195 
- 00024648  0x00006179 jam  0x00000000 , 0x000045e2 
- 00024649  0x0000617a arg  0x00000001 , 0x00000007 
- 00024650  0x0000617b call  0x00005f00 
- 00024651  0x0000617c setarg  0x00000000 
- 00024652  0x0000617d store  0x00000002 , 0x000045de 
- 00024653  0x0000617e call  0x00005c39 
- 00024654  0x0000617f jam  0x00000001 , 0x00004589 
- 00024655  0x00006180 fetch  0x00000008 , 0x00004713 
- 00024656  0x00006181 bbit0  0x00000016 , 0x00003291 
- 00024657  0x00006182 jam  0x00000002 , 0x00004589 
- 00024658  0x00006183 branch  0x00003291 
- 00024659  0x00006186 fetch  0x00000001 , 0x00004600 
- 00024660  0x00006187 nbranch  0x00005ff2 , 0x00000034 
- 00024661  0x00006188 fetch  0x00000001 , 0x000045e2 
- 00024662  0x00006189 beq  0x00000002 , 0x0000605f 
- 00024663  0x0000618a beq  0x00000004 , 0x0000606b 
- 00024664  0x0000618b beq  0x00000003 , 0x00006070 
- 00024665  0x0000618d call  0x00006018 
- 00024666  0x0000618e fetch  0x00000001 , 0x0000477f 
- 00024667  0x0000618f nbranch  0x00005f1b , 0x00000034 
- 00024668  0x00006190 fetch  0x00000001 , 0x00004666 
- 00024669  0x00006191 beq  0x00000000 , 0x000054cd 
- 00024670  0x00006192 rtn 
- 00024671  0x00006195 fetch  0x00000008 , 0x00004713 
- 00024672  0x00006196 bbit1  0x0000003e , 0x00006034 
- 00024673  0x00006197 bbit1  0x00000030 , 0x00006034 
- 00024674  0x00006198 bbit0  0x0000003a , 0x00006067 
- 00024675  0x00006199 fetch  0x00000004 , 0x00004691 
- 00024676  0x0000619a fetcht  0x00000004 , 0x000046e6 
- 00024677  0x0000619b isub  0x00000002 , 0x0000003e 
- 00024678  0x0000619c branch  0x00006047 , 0x00000005 
- 00024679  0x0000619e fetch  0x00000002 , 0x000045dc 
- 00024680  0x0000619f store  0x00000002 , 0x000045de 
- 00024681  0x000061a0 jam  0x00000003 , 0x000045e2 
- 00024682  0x000061a1 branch  0x00003534 
- 00024683  0x000061a4 fetch  0x00000008 , 0x00004713 
- 00024684  0x000061a5 bbit0  0x0000003e , 0x00006059 
- 00024685  0x000061a6 fetch  0x00000001 , 0x0000471b 
- 00024686  0x000061a7 beq  0x00000001 , 0x00006059 
- 00024687  0x000061a8 branch  0x0000603b 
- 00024688  0x000061ab fetch  0x00000008 , 0x00004713 
- 00024689  0x000061ac bbit0  0x0000003e , 0x00006059 
- 00024690  0x000061ad bbit1  0x00000013 , 0x00006059 
- 00024691  0x000061ae bbit1  0x00000012 , 0x00006059 
- 00024692  0x000061af branch  0x00006035 
- 00024693  0x000061b2 fetch  0x00000004 , 0x0000458f 
- 00024694  0x000061b3 store  0x00000004 , 0x000045e8 
- 00024695  0x000061b4 store  0x00000004 , 0x00004691 
- 00024696  0x000061b5 call  0x0000355a 
- 00024697  0x000061b6 call  0x00005c0b 
- 00024698  0x000061b7 call  0x0000618e 
- 00024699  0x000061b8 call  0x00005a73 
- 00024700  0x000061b9 jam  0x00000000 , 0x0000477d 
- 00024701  0x000061ba jam  0x00000000 , 0x000045fc 
- 00024702  0x000061bb jam  0x00000000 , 0x000045e2 
- 00024703  0x000061bc fetch  0x00000004 , 0x000045e8 
- 00024704  0x000061bd fetch  0x00000004 , 0x000045e4 
- 00024705  0x000061be isub  0x00000002 , 0x0000003e 
- 00024706  0x000061bf rtn  0x00000005 
- 00024707  0x000061c0 branch  0x00006042 
- 00024708  0x000061c3 call  0x00005a73 
- 00024709  0x000061c4 call  0x00005a84 
- 00024710  0x000061c6 call  0x0000618e 
- 00024711  0x000061c7 call  0x00005c0b 
- 00024712  0x000061c8 arg  0x00000001 , 0x00000007 
- 00024713  0x000061c9 call  0x00005f04 
- 00024714  0x000061ca setarg  0x00000000 
- 00024715  0x000061cb store  0x00000002 , 0x000045d8 
- 00024716  0x000061cc store  0x00000002 , 0x000045de 
- 00024717  0x000061cd store  0x00000001 , 0x000045fc 
- 00024718  0x000061ce store  0x00000001 , 0x00004860 
- 00024719  0x000061cf store  0x00000001 , 0x000045e2 
- 00024720  0x000061d2 fetch  0x00000004 , 0x0000458f 
- 00024721  0x000061d3 store  0x00000004 , 0x000045e8 
- 00024722  0x000061d4 store  0x00000004 , 0x00004691 
- 00024723  0x000061d5 branch  0x00005ca3 
- 00024724  0x000061d8 call  0x00007de2 
- 00024725  0x000061d9 branch  0x000023fd 
- 00024726  0x000061dc bpatch  0x00000096 , 0x00004012 
- 00024727  0x000061dd rtnmark0  0x00000026 
- 00024728  0x000061de call  0x00005601 
- 00024729  0x000061df nrtn  0x00000028 
- 00024730  0x000061e0 fetch  0x00000001 , 0x0000477c 
- 00024731  0x000061e1 jam  0x00000000 , 0x0000477c 
- 00024732  0x000061e2 ncall  0x00006094 , 0x00000034 
- 00024733  0x000061e4 fetch  0x00000008 , 0x00004713 
- 00024734  0x000061e5 bbit0  0x00000016 , 0x000060a1 
- 00024735  0x000061e6 fetch  0x00000001 , 0x0000496c 
- 00024736  0x000061e7 nbranch  0x000060b6 , 0x00000034 
- 00024737  0x000061e9 call  0x00005a74 
- 00024738  0x000061ea fetch  0x00000001 , 0x00004589 
- 00024739  0x000061eb bbit1  0x00000001 , 0x000060b0 
- 00024740  0x000061ec fetcht  0x00000001 , 0x0000451a 
- 00024741  0x000061ed fetch  0x00000001 , 0x00004846 
- 00024742  0x000061ee ior  0x00000002 , 0x0000003f 
- 00024743  0x000061ef store  0x00000001 , 0x00004846 
- 00024744  0x000061f0 fetcht  0x00000001 , 0x0000451f 
- 00024745  0x000061f1 fetch  0x00000001 , 0x0000484b 
- 00024746  0x000061f2 iadd  0x00000002 , 0x0000003f 
- 00024747  0x000061f3 store  0x00000001 , 0x0000484b 
- 00024748  0x000061f4 fetcht  0x00000001 , 0x00004520 
- 00024749  0x000061f5 fetch  0x00000001 , 0x0000484c 
- 00024750  0x000061f6 iadd  0x00000002 , 0x0000003f 
- 00024751  0x000061f7 store  0x00000001 , 0x0000484c 
- 00024752  0x000061f9 jam  0x00000001 , 0x00004589 
- 00024753  0x000061fa arg  0x00000007 , 0x00000011 
- 00024754  0x000061fb arg  0x00004846 , 0x00000012 
- 00024755  0x000061fc fetch  0x00000002 , 0x0000484b 
- 00024756  0x000061fd rtn  0x00000034 
- 00024757  0x000061fe branch  0x000036db 
- 00024758  0x00006201 jam  0x00000002 , 0x00004589 
- 00024759  0x00006202 arg  0x00000009 , 0x00000011 
- 00024760  0x00006203 fetch  0x00000001 , 0x0000496d 
- 00024761  0x00006204 nbranch  0x000060bc , 0x00000034 
- 00024762  0x00006205 arg  0x00004733 , 0x00000012 
- 00024763  0x00006206 rtn 
- 00024764  0x00006208 arg  0x0000472a , 0x00000012 
- 00024765  0x00006209 rtn 
- 00024766  0x0000620f setarg  0x00000000 
- 00024767  0x00006210 store  0x00000003 , 0x000046f8 
- 00024768  0x00006211 rtn 
- 00024769  0x00006214 fetch  0x00000008 , 0x00004713 
- 00024770  0x00006215 rtnbit0  0x0000000e 
- 00024771  0x00006216 fetch  0x00000001 , 0x0000477d 
- 00024772  0x00006217 rtn  0x00000034 
- 00024773  0x00006218 fetch  0x00000001 , 0x00004602 
- 00024774  0x00006219 rtn  0x00000034 
- 00024775  0x0000621a fetch  0x00000001 , 0x000046f5 
- 00024776  0x0000621b increase  0x00000001 , 0x0000003f 
- 00024777  0x0000621c and_into  0x00000003 , 0x0000003f 
- 00024778  0x0000621d store  0x00000001 , 0x000046f5 
- 00024779  0x0000621e nrtn  0x00000034 
- 00024780  0x0000621f jam  0x00000000 , 0x000046f6 
- 00024781  0x00006221 bpatch  0x00000097 , 0x00004012 
- 00024782  0x00006222 fetch  0x00000001 , 0x000046f6 
- 00024783  0x00006223 increase  0x00000001 , 0x0000003f 
- 00024784  0x00006224 store  0x00000001 , 0x000046f6 
- 00024785  0x00006225 sub  0x0000003f , 0x00000008 , 0x0000003e 
- 00024786  0x00006226 nbranch  0x000060d9 , 0x00000002 
- 00024787  0x00006227 call  0x0000357f 
- 00024788  0x00006228 call  0x00003651 
- 00024789  0x00006229 nbranch  0x000060df , 0x00000018 
- 00024790  0x0000622a nbranch  0x000060df , 0x0000002f 
- 00024791  0x0000622b call  0x000060f2 
- 00024792  0x0000622c call  0x000060e9 
- 00024793  0x0000622e call  0x0000357b 
- 00024794  0x0000622f fetch  0x00000001 , 0x000046f7 
- 00024795  0x00006230 increase  0x00000001 , 0x0000003f 
- 00024796  0x00006231 store  0x00000001 , 0x000046f7 
- 00024797  0x00006232 beq  0x00000010 , 0x000060e1 
- 00024798  0x00006233 rtn 
- 00024799  0x00006236 call  0x00003222 
- 00024800  0x00006237 branch  0x000060cd 
- 00024801  0x0000623a jam  0x00000000 , 0x000046f7 
- 00024802  0x0000623b fetch  0x00000001 , 0x000046f8 
- 00024803  0x0000623c rtnbit1  0x00000000 
- 00024804  0x0000623d set1  0x00000000 , 0x0000003f 
- 00024805  0x0000623e store  0x00000001 , 0x000046f8 
- 00024806  0x0000623f fetch  0x00000002 , 0x00004723 
- 00024807  0x00006240 store  0x00000002 , 0x00004781 
- 00024808  0x00006241 branch  0x000059ed 
- 00024809  0x00006244 fetch  0x00000001 , 0x00004602 
- 00024810  0x00006245 branch  0x000060be , 0x00000034 
- 00024811  0x00006246 jam  0x00000000 , 0x000046f7 
- 00024812  0x00006247 fetch  0x00000001 , 0x000046f8 
- 00024813  0x00006248 rtnbit0  0x00000000 
- 00024814  0x00006249 set0  0x00000000 , 0x0000003f 
- 00024815  0x0000624a store  0x00000001 , 0x000046f8 
- 00024816  0x0000624b call  0x00005c0b 
- 00024817  0x0000624c branch  0x0000594c 
- 00024818  0x0000624f call  0x0000366e 
- 00024819  0x00006250 fetch  0x00000001 , 0x000044f8 
- 00024820  0x00006251 compare  0x00000008 , 0x0000003f , 0x000000f8 
- 00024821  0x00006252 nrtn  0x00000001 
- 00024822  0x00006253 fetch  0x00000001 , 0x000044f9 
- 00024823  0x00006254 beq  0x000000ff , 0x00005ff2 
- 00024824  0x00006255 rtn 
- 00024825  0x0000625b fetch  0x00000001 , 0x00004793 
- 00024826  0x0000625c nrtn  0x00000034 
- 00024827  0x0000625d call  0x00005e78 
- 00024828  0x0000625e call  0x000060fe 
- 00024829  0x0000625f branch  0x00003662 
- 00024830  0x00006262 arg  0x0000000c , 0x00000007 
- 00024831  0x00006263 call  0x00007cef 
- 00024832  0x00006264 nrtn  0x00000034 
- 00024833  0x00006265 call  0x00006106 
- 00024834  0x00006266 call  0x0000572c 
- 00024835  0x00006268 arg  0x0000000c , 0x00000007 
- 00024836  0x00006269 setarg  0x000000a0 
- 00024837  0x0000626a branch  0x00007ce1 
- 00024838  0x0000626d fetch  0x00000008 , 0x00004713 
- 00024839  0x0000626e rtnbit0  0x00000028 
- 00024840  0x00006270 branch  0x000056bb 
- 00024841  0x00006274 fetch  0x00000001 , 0x00004666 
- 00024842  0x00006275 bne  0x00000000 , 0x00002421 
- 00024843  0x00006276 fetch  0x00000001 , 0x000045ca 
- 00024844  0x00006277 rtn  0x00000034 
- 00024845  0x00006279 jam  0x00000002 , 0x00008042 
- 00024846  0x0000627a jam  0x000000f8 , 0x00008130 
- 00024847  0x0000627b rtn 
- 00024848  0x00006281 fetch  0x00000001 , 0x0000465c 
- 00024849  0x00006282 rtneq  0x000000ff 
- 00024850  0x00006283 fetch  0x00000002 , 0x00004781 
- 00024851  0x00006284 rtn  0x00000034 
- 00024852  0x00006285 fetch  0x00000002 , 0x00004725 
- 00024853  0x00006286 fetcht  0x00000002 , 0x00004781 
- 00024854  0x00006287 isub  0x00000002 , 0x00000002 
- 00024855  0x00006288 fetch  0x00000002 , 0x0000470f 
- 00024856  0x00006289 isub  0x00000002 , 0x0000003f 
- 00024857  0x0000628a branch  0x0000611c , 0x00000002 
- 00024858  0x0000628c fetcht  0x00000001 , 0x0000465c 
- 00024859  0x0000628d branch  0x000061e5 
- 00024860  0x0000628f fetcht  0x00000001 , 0x0000465c 
- 00024861  0x00006290 branch  0x000061e4 
- 00024862  0x00006298 arg  0x00004711 , 0x00000013 
- 00024863  0x00006299 arg  0x00006121 , 0x00000012 
- 00024864  0x0000629a branch  0x000042e0 
- 00024865  0x0000629d bpatch  0x00000098 , 0x00004013 
- 00024866  0x0000629e fetch  0x00000001 , 0x00004957 
- 00024867  0x0000629f beq  0x00000003 , 0x00006131 
- 00024868  0x000062a0 beq  0x0000000b , 0x00006131 
- 00024869  0x000062a1 fetcht  0x00000001 , 0x00004690 
- 00024870  0x000062a2 increase  0x00000002 , 0x00000002 
- 00024871  0x000062a4 sub  0x00000002 , 0x00000003 , 0x0000003e 
- 00024872  0x000062a5 call  0x00006134 , 0x00000002 
- 00024873  0x000062a6 ncall  0x00006138 , 0x00000002 
- 00024874  0x000062a7 copy  0x00000002 , 0x0000003f 
- 00024875  0x000062a8 iadd  0x0000003f , 0x0000003f 
- 00024876  0x000062a9 store  0x00000001 , 0x0000470c 
- 00024877  0x000062ab jam  0x00000004 , 0x000046fe 
- 00024878  0x000062ac call  0x00006185 
- 00024879  0x000062ad jam  0x00000001 , 0x000046fc 
- 00024880  0x000062ae branch  0x00006192 
- 00024881  0x000062b1 fetcht  0x00000001 , 0x00004690 
- 00024882  0x000062b2 increase  0x00000001 , 0x00000002 
- 00024883  0x000062b3 branch  0x00006127 
- 00024884  0x000062b6 fetch  0x00000008 , 0x00004713 
- 00024885  0x000062b7 rtnbit0  0x0000001c 
- 00024886  0x000062b8 increase  0x00000001 , 0x00000002 
- 00024887  0x000062b9 rtn 
- 00024888  0x000062bb increase  0xfffffffd , 0x00000002 
- 00024889  0x000062bc rtn 
- 00024890  0x000062c0 fetch  0x00000001 , 0x00004661 
- 00024891  0x000062c1 rtneq  0x000000ff 
- 00024892  0x000062c2 fetch  0x00000002 , 0x00004790 
- 00024893  0x000062c3 nrtn  0x00000034 
- 00024894  0x000062c4 fetch  0x00000002 , 0x000045d8 
- 00024895  0x000062c5 nrtn  0x00000034 
- 00024896  0x000062c6 fetch  0x00000002 , 0x000045de 
- 00024897  0x000062c7 nrtn  0x00000034 
- 00024898  0x000062c8 fetch  0x00000001 , 0x00004701 
- 00024899  0x000062c9 nrtn  0x00000034 
- 00024900  0x000062ca fetch  0x00000001 , 0x00004712 
- 00024901  0x000062cb branch  0x00006121 , 0x00000034 
- 00024902  0x000062cc store  0x00000001 , 0x00004711 
- 00024903  0x000062cd rtn 
- 00024904  0x000062d6 disable  0x00000028 
- 00024905  0x000062d7 fetch  0x00000001 , 0x000046fe 
- 00024906  0x000062d8 sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00024907  0x000062d9 nrtn  0x00000005 
- 00024908  0x000062da branch  0x00007dba 
- 00024909  0x000062dd fetch  0x00000008 , 0x00004713 
- 00024910  0x000062de rtnbit0  0x00000023 
- 00024911  0x000062df rtnbit0  0x00000004 
- 00024912  0x000062e0 fetch  0x00000002 , 0x00004790 
- 00024913  0x000062e1 nrtn  0x00000034 
- 00024914  0x000062e2 fetch  0x00000002 , 0x000045d8 
- 00024915  0x000062e3 nrtn  0x00000034 
- 00024916  0x000062e4 fetch  0x00000002 , 0x000045de 
- 00024917  0x000062e5 nrtn  0x00000034 
- 00024918  0x000062e6 fetch  0x00000001 , 0x00004701 
- 00024919  0x000062e7 nrtn  0x00000034 
- 00024920  0x000062e8 call  0x00006148 
- 00024921  0x000062e9 rtn  0x00000028 
- 00024922  0x000062eb fetch  0x00000001 , 0x0000470e 
- 00024923  0x000062ec branch  0x00006173 , 0x00000034 
- 00024924  0x000062ee fetcht  0x00000001 , 0x00004709 
- 00024925  0x000062ef increase  0x00000001 , 0x00000002 
- 00024926  0x000062f0 storet  0x00000001 , 0x00004709 
- 00024927  0x000062f1 fetch  0x00000001 , 0x00004707 
- 00024928  0x000062f2 isub  0x00000002 , 0x0000003e 
- 00024929  0x000062f3 ncall  0x0000616a , 0x00000002 
- 00024930  0x000062f4 fetch  0x00000001 , 0x00004708 
- 00024931  0x000062f5 isub  0x00000002 , 0x0000003e 
- 00024932  0x000062f6 nbranch  0x0000616e , 0x00000002 
- 00024933  0x000062f8 fetch  0x00000008 , 0x00004713 
- 00024934  0x000062f9 bbit1  0x00000024 , 0x000061d9 
- 00024935  0x000062fa bbit1  0x00000026 , 0x000061d9 
- 00024936  0x000062fc fetcht  0x00000001 , 0x00004660 
- 00024937  0x000062fd branch  0x000061e4 
- 00024938  0x00006300 jam  0x00000001 , 0x00004709 
- 00024939  0x00006301 fetch  0x00000001 , 0x0000470e 
- 00024940  0x00006302 increase  0xffffffff , 0x0000003f 
- 00024941  0x00006303 store  0x00000001 , 0x0000470e 
- 00024942  0x00006305 fetch  0x00000008 , 0x00004713 
- 00024943  0x00006306 bbit1  0x00000024 , 0x000061eb 
- 00024944  0x00006307 bbit1  0x00000026 , 0x000061eb 
- 00024945  0x00006309 fetcht  0x00000001 , 0x00004660 
- 00024946  0x0000630a branch  0x000061e5 
- 00024947  0x0000630d fetch  0x00000008 , 0x00004713 
- 00024948  0x0000630e bbit1  0x00000022 , 0x0000616e 
- 00024949  0x0000630f call  0x0000617e 
- 00024950  0x00006310 branch  0x0000615c 
- 00024951  0x00006319 jam  0x00000000 , 0x000046fb 
- 00024952  0x0000631a call  0x000061fd 
- 00024953  0x0000631b jam  0x00000000 , 0x000046fe 
- 00024954  0x0000631c fetch  0x00000001 , 0x00004707 
- 00024955  0x0000631d rshift  0x0000003f , 0x0000003f 
- 00024956  0x0000631e store  0x00000001 , 0x00004708 
- 00024957  0x0000631f rtn 
- 00024958  0x00006321 fetch  0x00000001 , 0x0000470d 
- 00024959  0x00006322 store  0x00000001 , 0x0000470e 
- 00024960  0x00006323 rtn 
- 00024961  0x00006326 fetch  0x00000001 , 0x000046fe 
- 00024962  0x00006327 beq  0x00000001 , 0x00006188 
- 00024963  0x00006328 beq  0x00000002 , 0x0000618a 
- 00024964  0x00006329 beq  0x00000003 , 0x0000618c 
- 00024965  0x0000632b fetch  0x00000001 , 0x00004705 
- 00024966  0x0000632d store  0x00000001 , 0x00004706 
- 00024967  0x0000632e rtn 
- 00024968  0x00006330 fetch  0x00000001 , 0x00004702 
- 00024969  0x00006331 branch  0x00006186 
- 00024970  0x00006333 fetch  0x00000001 , 0x00004703 
- 00024971  0x00006334 branch  0x00006186 
- 00024972  0x00006336 fetch  0x00000001 , 0x00004704 
- 00024973  0x00006337 branch  0x00006186 
- 00024974  0x0000633b bpatch  0x00000099 , 0x00004013 
- 00024975  0x0000633c fetch  0x00000001 , 0x00004700 
- 00024976  0x0000633d store  0x00000001 , 0x00004701 
- 00024977  0x0000633e jam  0x00000000 , 0x000046fc 
- 00024978  0x00006340 jam  0x00000000 , 0x000046fd 
- 00024979  0x00006341 jam  0x00000001 , 0x000046fb 
- 00024980  0x00006342 rtn 
- 00024981  0x00006346 bpatch  0x0000009a , 0x00004013 
- 00024982  0x00006347 fetch  0x00000001 , 0x00004666 
- 00024983  0x00006348 rtnne  0x00000000 
- 00024984  0x00006349 call  0x000061ae 
- 00024985  0x0000634a jam  0x00000001 , 0x000046fe 
- 00024986  0x0000634b call  0x00006188 
- 00024987  0x0000634c fetch  0x00000001 , 0x000046ff 
- 00024988  0x0000634d rtn  0x00000034 
- 00024989  0x0000634e fetch  0x00000001 , 0x0000470a 
- 00024990  0x0000634f branch  0x000061a9 
- 00024991  0x00006352 fetch  0x00000001 , 0x00004666 
- 00024992  0x00006353 rtneq  0x00000000 
- 00024993  0x00006354 call  0x000061ae 
- 00024994  0x00006355 fetch  0x00000008 , 0x00004713 
- 00024995  0x00006356 rtnbit0  0x00000021 
- 00024996  0x00006357 jam  0x00000003 , 0x000046fe 
- 00024997  0x00006358 call  0x0000618c 
- 00024998  0x00006359 fetch  0x00000001 , 0x000046ff 
- 00024999  0x0000635a rtn  0x00000034 
- 00025000  0x0000635b fetch  0x00000001 , 0x0000470b 
- 00025001  0x0000635d store  0x00000001 , 0x0000470c 
- 00025002  0x0000635e rtn 
- 00025003  0x00006361 jam  0x00000000 , 0x000046ff 
- 00025004  0x00006362 jam  0x00000002 , 0x000046fe 
- 00025005  0x00006363 call  0x0000618a 
- 00025006  0x00006365 jam  0x00000001 , 0x000046fb 
- 00025007  0x00006366 jam  0x00000001 , 0x000046fc 
- 00025008  0x00006367 branch  0x000061d8 
- 00025009  0x0000636c fetch  0x00000001 , 0x000046fb 
- 00025010  0x0000636d rtn  0x00000034 
- 00025011  0x0000636e fetch  0x00000001 , 0x000046fc 
- 00025012  0x0000636f beq  0x00000001 , 0x000061bd 
- 00025013  0x00006371 fetch  0x00000001 , 0x00004701 
- 00025014  0x00006372 branch  0x000061ba , 0x00000034 
- 00025015  0x00006373 increase  0xffffffff 
- 00025016  0x00006374 store  0x00000001 , 0x00004701 
- 00025017  0x00006375 branch  0x000061d9 
- 00025018  0x00006378 jam  0x00000000 , 0x000046fb 
- 00025019  0x00006379 call  0x0000617e 
- 00025020  0x0000637a branch  0x000061eb 
- 00025021  0x0000637d bpatch  0x0000009b , 0x00004013 
- 00025022  0x0000637e fetch  0x00000001 , 0x000046fe 
- 00025023  0x0000637f rtn  0x00000034 
- 00025024  0x00006380 beq  0x00000004 , 0x000061c5 
- 00025025  0x00006381 branch  0x000061c2 
- 00025026  0x00006384 fetch  0x00000001 , 0x000046ff 
- 00025027  0x00006385 beq  0x00000001 , 0x000061c5 
- 00025028  0x00006386 branch  0x000061c7 
- 00025029  0x00006389 fetch  0x00000001 , 0x0000470c 
- 00025030  0x0000638a branch  0x000061e6 , 0x00000034 
- 00025031  0x0000638c arg  0x00004706 , 0x00000013 
- 00025032  0x0000638d arg  0x000061ca , 0x00000012 
- 00025033  0x0000638e branch  0x000042e0 
- 00025034  0x00006391 fetch  0x00000001 , 0x000046fe 
- 00025035  0x00006392 beq  0x00000004 , 0x000061d2 
- 00025036  0x00006393 fetch  0x00000001 , 0x000046ff 
- 00025037  0x00006394 beq  0x00000001 , 0x000061d2 
- 00025038  0x00006396 call  0x00006181 
- 00025039  0x00006397 fetch  0x00000001 , 0x000046fd 
- 00025040  0x00006398 beq  0x00000001 , 0x000061e8 
- 00025041  0x00006399 branch  0x000061d6 
- 00025042  0x0000639c fetch  0x00000001 , 0x0000470c 
- 00025043  0x0000639d increase  0xffffffff 
- 00025044  0x0000639e store  0x00000001 , 0x0000470c 
- 00025045  0x0000639f branch  0x000061ce 
- 00025046  0x000063a3 fetch  0x00000001 , 0x000046fe 
- 00025047  0x000063a4 beq  0x00000004 , 0x00006208 
- 00025048  0x000063a6 jam  0x00000001 , 0x000046fd 
- 00025049  0x000063a8 bpatch  0x0000009c , 0x00004013 
- 00025050  0x000063a9 fetch  0x00000001 , 0x00004666 
- 00025051  0x000063aa beq  0x00000000 , 0x000061df 
- 00025052  0x000063ab beq  0x00000001 , 0x000061e1 
- 00025053  0x000063ac beq  0x00000002 , 0x000061e3 
- 00025054  0x000063ad rtn 
- 00025055  0x000063af fetcht  0x00000001 , 0x0000465d 
- 00025056  0x000063b0 branch  0x000061e4 
- 00025057  0x000063b2 fetcht  0x00000001 , 0x0000465e 
- 00025058  0x000063b3 branch  0x000061e4 
- 00025059  0x000063b5 fetcht  0x00000001 , 0x0000465f 
- 00025060  0x000063b7 branch  0x00006ef7 
- 00025061  0x000063ba branch  0x00006ef3 
- 00025062  0x000063bd jam  0x00000000 , 0x000046fb 
- 00025063  0x000063be jam  0x00000000 , 0x000046fe 
- 00025064  0x000063c0 fetch  0x00000001 , 0x000046fe 
- 00025065  0x000063c1 beq  0x00000004 , 0x00006202 
- 00025066  0x000063c3 jam  0x00000000 , 0x000046fd 
- 00025067  0x000063c5 bpatch  0x0000009d , 0x00004013 
- 00025068  0x000063c6 fetch  0x00000001 , 0x00004666 
- 00025069  0x000063c7 beq  0x00000000 , 0x000061f1 
- 00025070  0x000063c8 beq  0x00000001 , 0x000061f5 
- 00025071  0x000063c9 beq  0x00000002 , 0x000061f9 
- 00025072  0x000063ca rtn 
- 00025073  0x000063cc fetcht  0x00000001 , 0x0000465d 
- 00025074  0x000063cd fetch  0x00000008 , 0x00004713 
- 00025075  0x000063ce bbit0  0x00000020 , 0x000061e5 
- 00025076  0x000063cf branch  0x00006f0f 
- 00025077  0x000063d1 fetcht  0x00000001 , 0x0000465e 
- 00025078  0x000063d2 fetch  0x00000008 , 0x00004713 
- 00025079  0x000063d3 bbit0  0x00000020 , 0x000061e5 
- 00025080  0x000063d4 branch  0x00006f0f 
- 00025081  0x000063d6 fetcht  0x00000001 , 0x0000465f 
- 00025082  0x000063d7 fetch  0x00000008 , 0x00004713 
- 00025083  0x000063d8 bbit0  0x00000020 , 0x000061e5 
- 00025084  0x000063d9 branch  0x00006f0f 
- 00025085  0x000063dc call  0x000061f1 
- 00025086  0x000063dd call  0x000061f5 
- 00025087  0x000063de call  0x000061f9 
- 00025088  0x000063df call  0x0000616e 
- 00025089  0x000063e0 branch  0x00006202 
- 00025090  0x000063e3 jam  0x00000000 , 0x000046fd 
- 00025091  0x000063e4 fetch  0x00000008 , 0x00004713 
- 00025092  0x000063e5 bbit1  0x00000025 , 0x000061ea 
- 00025093  0x000063e6 bbit1  0x00000026 , 0x000061ea 
- 00025094  0x000063e8 fetcht  0x00000001 , 0x00004661 
- 00025095  0x000063e9 branch  0x000061e5 
- 00025096  0x000063ec jam  0x00000001 , 0x000046fd 
- 00025097  0x000063ed fetch  0x00000008 , 0x00004713 
- 00025098  0x000063ee bbit1  0x00000025 , 0x000061d8 
- 00025099  0x000063ef bbit1  0x00000026 , 0x000061d8 
- 00025100  0x000063f1 fetcht  0x00000001 , 0x00004661 
- 00025101  0x000063f2 branch  0x000061e4 
- 00025102  0x000063f7 fetch  0x00000008 , 0x00004713 
- 00025103  0x000063f8 rtnbit0  0x00000004 
- 00025104  0x000063f9 fetch  0x00000001 , 0x00004709 
- 00025105  0x000063fa fetcht  0x00000001 , 0x00004708 
- 00025106  0x000063fb sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00025107  0x000063fc branch  0x0000621b , 0x00000002 
- 00025108  0x000063fe fetch  0x00000001 , 0x00004666 
- 00025109  0x000063ff beq  0x00000000 , 0x00006218 
- 00025110  0x00006400 jam  0x00000001 , 0x00004094 
- 00025111  0x00006401 rtn 
- 00025112  0x00006404 fetch  0x00000008 , 0x00004713 
- 00025113  0x00006405 rtnbit1  0x00000018 
- 00025114  0x00006406 branch  0x000036ca 
- 00025115  0x00006409 fetch  0x00000001 , 0x00004666 
- 00025116  0x0000640a beq  0x00000000 , 0x000036db 
- 00025117  0x0000640b jam  0x00000000 , 0x00004094 
- 00025118  0x0000640c rtn 
- 00025119  0x00006411 fetch  0x00000001 , 0x00000009 
- 00025120  0x00006412 branch  0x000035cb 
- 00025121  0x00006415 call  0x0000621f 
- 00025122  0x00006416 branch  0x000036e8 
- 00025123  0x00006419 fetch  0x00000001 , 0x00004843 
- 00025124  0x0000641a compare  0x00000003 , 0x0000003f , 0x00000003 
- 00025125  0x0000641b nbranch  0x00007dc8 , 0x00000001 
- 00025126  0x0000641c call  0x0000432b 
- 00025127  0x0000641d branch  0x00007dca 
- 00025128  0x00006420 fetch  0x00000002 , 0x000044e9 
- 00025129  0x00006421 bbit1  0x00000009 , 0x00006223 
- 00025130  0x00006422 rtn 
- 00025131  0x00006425 call  0x000036b4 
- 00025132  0x00006426 nrtn  0x00000028 
- 00025133  0x00006427 jam  0x00000001 , 0x0000477c 
- 00025134  0x00006428 call  0x000036be 
- 00025135  0x00006429 jam  0x00000000 , 0x00004772 
- 00025136  0x0000642a call  0x000062aa 
- 00025137  0x0000642b fetch  0x00000001 , 0x0000473f 
- 00025138  0x0000642c ncall  0x000054dc , 0x00000034 
- 00025139  0x0000642d fetch  0x00000004 , 0x000045af 
- 00025140  0x0000642e branch  0x00003622 
- 00025141  0x00006431 fetch  0x00000001 , 0x0000477b 
- 00025142  0x00006432 branch  0x00003616 , 0x00000034 
- 00025143  0x00006433 call  0x000036b4 
- 00025144  0x00006434 nrtn  0x00000028 
- 00025145  0x00006435 fetch  0x00000001 , 0x00004772 
- 00025146  0x00006436 jam  0x00000000 , 0x00004772 
- 00025147  0x00006437 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00025148  0x00006438 nbranch  0x0000625c , 0x00000005 
- 00025149  0x00006439 fetcht  0x00000002 , 0x00004622 
- 00025150  0x0000643a sub  0x00000002 , 0x00000000 , 0x0000003e 
- 00025151  0x0000643b branch  0x00006252 , 0x00000005 
- 00025152  0x0000643d fetch  0x00000004 , 0x00004767 
- 00025153  0x0000643e branch  0x00006252 , 0x00000034 
- 00025154  0x00006440 fetcht  0x00000004 , 0x00004751 
- 00025155  0x00006441 isub  0x00000002 , 0x00000002 
- 00025156  0x00006442 storet  0x00000004 , 0x00004777 
- 00025157  0x00006443 nbranch  0x00006255 , 0x00000002 
- 00025158  0x00006444 fetch  0x00000003 , 0x00004608 
- 00025159  0x00006445 isub  0x00000002 , 0x0000003f 
- 00025160  0x00006446 nbranch  0x00006260 , 0x00000002 
- 00025161  0x00006447 arg  0x00000600 , 0x00000002 
- 00025162  0x00006448 isub  0x00000002 , 0x0000003e 
- 00025163  0x00006449 nbranch  0x00006260 , 0x00000002 
- 00025164  0x0000644b store  0x00000004 , 0x00004773 
- 00025165  0x0000644c call  0x00006259 
- 00025166  0x0000644d fetch  0x00000004 , 0x00004773 
- 00025167  0x0000644f call  0x00007d25 
- 00025168  0x00006450 storet  0x00000004 , 0x000040a9 
- 00025169  0x00006451 branch  0x0000241e 
- 00025170  0x00006454 call  0x00006259 
- 00025171  0x00006455 fetch  0x00000003 , 0x00004608 
- 00025172  0x00006456 branch  0x0000624c 
- 00025173  0x00006459 sub  0x00000002 , 0x00000000 , 0x00000002 
- 00025174  0x0000645a fetch  0x00000003 , 0x00004608 
- 00025175  0x0000645b iadd  0x00000002 , 0x0000003f 
- 00025176  0x0000645c branch  0x0000624c 
- 00025177  0x0000645f setarg  0x00000000 
- 00025178  0x00006460 store  0x00000004 , 0x00004777 
- 00025179  0x00006461 rtn 
- 00025180  0x00006464 fetch  0x00000004 , 0x00004767 
- 00025181  0x00006465 fetcht  0x00000004 , 0x00004777 
- 00025182  0x00006466 iadd  0x00000002 , 0x0000003f 
- 00025183  0x00006467 branch  0x00006242 
- 00025184  0x0000646a jam  0x00000001 , 0x00004772 
- 00025185  0x0000646b rtn 
- 00025186  0x0000646f call  0x00006264 
- 00025187  0x00006470 branch  0x00005ffd 
- 00025188  0x00006473 fetch  0x00000001 , 0x0000477b 
- 00025189  0x00006474 rtn  0x00000034 
- 00025190  0x00006475 fetch  0x00000001 , 0x00004618 
- 00025191  0x00006476 beq  0x00000001 , 0x000062a6 
- 00025192  0x00006477 fetch  0x00000001 , 0x00004760 
- 00025193  0x00006478 branch  0x000062a6 , 0x00000034 
- 00025194  0x00006479 copy  0x00000019 , 0x0000003f 
- 00025195  0x0000647a fetcht  0x00000006 , 0x00004761 
- 00025196  0x0000647b store  0x00000006 , 0x00004761 
- 00025197  0x0000647c call  0x00007d10 
- 00025198  0x0000647d store  0x00000004 , 0x00004767 
- 00025199  0x0000647f fetch  0x00000001 , 0x00004772 
- 00025200  0x00006480 nrtn  0x00000034 
- 00025201  0x00006481 fetch  0x00000002 , 0x00004622 
- 00025202  0x00006482 nrtn  0x00000034 
- 00025203  0x00006483 fetch  0x00000004 , 0x00004767 
- 00025204  0x00006485 fetcht  0x00000005 , 0x0000476b 
- 00025205  0x00006486 iadd  0x00000002 , 0x0000003f 
- 00025206  0x00006487 store  0x00000005 , 0x0000476b 
- 00025207  0x00006488 fetcht  0x00000001 , 0x00004760 
- 00025208  0x00006489 fetch  0x00000001 , 0x00004770 
- 00025209  0x0000648a isub  0x00000002 , 0x0000003e 
- 00025210  0x0000648b branch  0x0000627e , 0x00000005 
- 00025211  0x0000648c increase  0x00000001 , 0x00000002 
- 00025212  0x0000648d storet  0x00000001 , 0x00004760 
- 00025213  0x0000648e rtn 
- 00025214  0x00006491 jam  0x00000001 , 0x00004760 
- 00025215  0x00006492 arg  0x00000000 , 0x00000002 
- 00025216  0x00006493 fetch  0x00000005 , 0x0000476b 
- 00025217  0x00006494 storet  0x00000005 , 0x0000476b 
- 00025218  0x00006495 fetcht  0x00000001 , 0x00004770 
- 00025219  0x00006496 idiv  0x00000002 
- 00025220  0x00006497 call  0x00007d62 
- 00025221  0x00006498 quotient  0x00000011 
- 00025222  0x0000649a fetch  0x00000004 , 0x00004751 
- 00025223  0x0000649b fetcht  0x00000001 , 0x00004771 
- 00025224  0x0000649c isub  0x00000002 , 0x00000002 
- 00025225  0x0000649d increase  0xffffffd8 , 0x00000002 
- 00025226  0x0000649f copy  0x00000011 , 0x0000003f 
- 00025227  0x000064a0 isub  0x00000002 , 0x0000003f 
- 00025228  0x000064a1 branch  0x00006299 , 0x00000002 
- 00025229  0x000064a2 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00025230  0x000064a4 rshift2  0x0000003f , 0x0000003f 
- 00025231  0x000064a5 fetcht  0x00000003 , 0x00004608 
- 00025232  0x000064a6 iadd  0x00000002 , 0x00000002 
- 00025233  0x000064a7 bpatch  0x0000009e , 0x00004013 
- 00025234  0x000064a8 fetch  0x00000003 , 0x0000475d 
- 00025235  0x000064a9 arg  0x00001800 , 0x00000011 
- 00025236  0x000064aa iadd  0x00000011 , 0x0000003f 
- 00025237  0x000064ab isub  0x00000002 , 0x0000003e 
- 00025238  0x000064ac nbranch  0x000062a4 , 0x00000002 
- 00025239  0x000064ad storet  0x00000003 , 0x00004608 
- 00025240  0x000064ae rtn 
- 00025241  0x000064b1 rshift2  0x0000003f , 0x00000002 
- 00025242  0x000064b2 fetch  0x00000003 , 0x00004608 
- 00025243  0x000064b3 isub  0x00000002 , 0x00000002 
- 00025244  0x000064b4 bpatch  0x0000009f , 0x00004013 
- 00025245  0x000064b5 fetch  0x00000003 , 0x0000475d 
- 00025246  0x000064b6 arg  0x00001800 , 0x00000011 
- 00025247  0x000064b7 isub  0x00000011 , 0x0000003f 
- 00025248  0x000064b8 isub  0x00000002 , 0x0000003e 
- 00025249  0x000064b9 branch  0x000062a4 , 0x00000002 
- 00025250  0x000064ba storet  0x00000003 , 0x00004608 
- 00025251  0x000064bb rtn 
- 00025252  0x000064be store  0x00000003 , 0x00004608 
- 00025253  0x000064bf rtn 
- 00025254  0x000064c2 jam  0x00000001 , 0x00004760 
- 00025255  0x000064c3 copy  0x00000019 , 0x0000003f 
- 00025256  0x000064c4 store  0x00000006 , 0x00004761 
- 00025257  0x000064c5 rtn 
- 00025258  0x000064c8 setarg  0x00000000 
- 00025259  0x000064c9 store  0x00000001 , 0x00004760 
- 00025260  0x000064ca store  0x00000005 , 0x0000476b 
- 00025261  0x000064cb rtn 
- 00025262  0x000064d5 call  0x00007396 
- 00025263  0x000064d6 rtn  0x0000002b 
- 00025264  0x000064d8 setarg  0x00006327 
- 00025265  0x000064d9 store  0x00000002 , 0x000043db 
- 00025266  0x000064db setarg  0x000062d9 
- 00025267  0x000064dc store  0x00000002 , 0x000043dd 
- 00025268  0x000064de setarg  0x0000638a 
- 00025269  0x000064df store  0x00000002 , 0x000043df 
- 00025270  0x000064e1 setarg  0x0000630e 
- 00025271  0x000064e2 store  0x00000002 , 0x000043e3 
- 00025272  0x000064e4 setarg  0x00006365 
- 00025273  0x000064e5 store  0x00000002 , 0x00004524 
- 00025274  0x000064e7 call  0x000062c2 
- 00025275  0x000064e9 bpatch  0x000000a0 , 0x00004014 
- 00025276  0x000064ea call  0x00006396 
- 00025277  0x000064ed fetch  0x00000001 , 0x0000451a 
- 00025278  0x000064ee beq  0x00000000 , 0x000062d0 
- 00025279  0x000064ef fetch  0x00000001 , 0x0000451b 
- 00025280  0x000064f0 store  0x00000001 , 0x000044ec 
- 00025281  0x000064f1 branch  0x000063a1 
- 00025282  0x000064f5 setarg  0x0000632b 
- 00025283  0x000064f6 store  0x00000002 , 0x000043d5 
- 00025284  0x000064f8 setarg  0x00006329 
- 00025285  0x000064f9 store  0x00000002 , 0x000043d7 
- 00025286  0x000064fb setarg  0x00006340 
- 00025287  0x000064fc store  0x00000002 , 0x0000451f 
- 00025288  0x000064fe setarg  0x0000639a 
- 00025289  0x000064ff store  0x00000002 , 0x00004521 
- 00025290  0x00006501 jam  0x00000007 , 0x0000415e 
- 00025291  0x00006502 call  0x00002969 
- 00025292  0x00006503 call  0x0000638d 
- 00025293  0x00006504 call  0x00006ff7 
- 00025294  0x00006505 call  0x000078ad 
- 00025295  0x00006506 branch  0x000077ac 
- 00025296  0x0000650b jam  0x000000ff , 0x000044ec 
- 00025297  0x0000650c jam  0x00000001 , 0x0000451c 
- 00025298  0x0000650d branch  0x00006340 
- 00025299  0x00006512 fetch  0x00000001 , 0x0000451c 
- 00025300  0x00006513 beq  0x00000002 , 0x00004308 
- 00025301  0x00006514 call  0x000069b9 
- 00025302  0x00006515 fetch  0x00000001 , 0x00004441 
- 00025303  0x00006516 nbranch  0x00004308 , 0x00000034 
- 00025304  0x00006517 branch  0x0000430a 
- 00025305  0x0000651c copy  0x00000013 , 0x0000003f 
- 00025306  0x0000651f beq  0x00000014 , 0x000062e2 
- 00025307  0x00006520 beq  0x00000015 , 0x000062e6 
- 00025308  0x00006521 beq  0x0000003f , 0x000062e9 
- 00025309  0x00006522 beq  0x00000040 , 0x000062ef 
- 00025310  0x00006524 beq  0x00000010 , 0x000063b6 
- 00025311  0x00006525 beq  0x0000002c , 0x000062f5 
- 00025312  0x00006526 beq  0x0000002d , 0x00006300 
- 00025313  0x00006527 rtn 
- 00025314  0x0000652d call  0x0000632d 
- 00025315  0x0000652e setarg  0x00000000 
- 00025316  0x0000652f store  0x00000002 , 0x000044f8 
- 00025317  0x00006530 branch  0x00004325 
- 00025318  0x00006534 call  0x000078ad 
- 00025319  0x00006535 jam  0x00000000 , 0x000044f1 
- 00025320  0x00006536 branch  0x00006340 
- 00025321  0x0000653a call  0x000078ad 
- 00025322  0x0000653b jam  0x00000001 , 0x000044f1 
- 00025323  0x0000653c fetch  0x00000008 , 0x00004502 
- 00025324  0x0000653d store  0x00000008 , 0x000042d3 
- 00025325  0x0000653e call  0x0000432b 
- 00025326  0x0000653f branch  0x00002e93 
- 00025327  0x00006543 fetch  0x00000002 , 0x0000433c 
- 00025328  0x00006544 rtneq  0x00000000 
- 00025329  0x00006545 fetch  0x00000008 , 0x0000450a 
- 00025330  0x00006546 rtn  0x00000034 
- 00025331  0x00006547 store  0x00000008 , 0x000042d3 
- 00025332  0x00006548 branch  0x00002e93 
- 00025333  0x00006550 fetch  0x00000001 , 0x0000451a 
- 00025334  0x00006551 rtneq  0x00000000 
- 00025335  0x00006552 fetch  0x00000001 , 0x0000451c 
- 00025336  0x00006553 rtnne  0x00000001 
- 00025337  0x00006554 call  0x000062fb 
- 00025338  0x00006555 branch  0x00004323 
- 00025339  0x00006558 jam  0x00000001 , 0x000046bd 
- 00025340  0x00006559 arg  0x0000000b , 0x00000039 
- 00025341  0x0000655a arg  0x000046be , 0x00000005 
- 00025342  0x0000655b arg  0x000046a7 , 0x00000006 
- 00025343  0x0000655c branch  0x00007cda 
- 00025344  0x0000655f fetch  0x00000001 , 0x0000451a 
- 00025345  0x00006560 rtneq  0x00000000 
- 00025346  0x00006561 fetch  0x00000001 , 0x0000451c 
- 00025347  0x00006562 beq  0x00000001 , 0x00006305 
- 00025348  0x00006563 branch  0x000063b2 
- 00025349  0x00006566 fetch  0x00000001 , 0x000046bd 
- 00025350  0x00006567 rtnne  0x00000001 
- 00025351  0x00006568 jam  0x00000000 , 0x000046bd 
- 00025352  0x00006569 fetch  0x00000002 , 0x000044e9 
- 00025353  0x0000656a bbit1  0x00000009 , 0x00004325 
- 00025354  0x0000656b arg  0x0000000b , 0x00000039 
- 00025355  0x0000656c arg  0x000046be , 0x00000006 
- 00025356  0x0000656d arg  0x000046a7 , 0x00000005 
- 00025357  0x0000656e branch  0x00007cda 
- 00025358  0x00006575 call  0x00006311 
- 00025359  0x00006578 call  0x00006318 
- 00025360  0x0000657c branch  0x00006322 
- 00025361  0x00006581 arg  0x00004518 , 0x00000013 
- 00025362  0x00006582 arg  0x00006314 , 0x00000012 
- 00025363  0x00006583 branch  0x000042e7 
- 00025364  0x00006585 jam  0x00000002 , 0x0000451c 
- 00025365  0x00006586 call  0x00004325 
- 00025366  0x00006587 call  0x0000634e 
- 00025367  0x00006588 branch  0x0000639e 
- 00025368  0x0000658c arg  0x000046ca , 0x00000013 
- 00025369  0x0000658d arg  0x0000631b , 0x00000012 
- 00025370  0x0000658e branch  0x000042e0 
- 00025371  0x00006591 fetch  0x00000002 , 0x000044e9 
- 00025372  0x00006592 bbit1  0x00000009 , 0x0000639e 
- 00025373  0x00006593 fetch  0x00000001 , 0x000046a7 
- 00025374  0x00006594 beq  0x00000001 , 0x0000639e 
- 00025375  0x00006595 beq  0x00000004 , 0x0000639e 
- 00025376  0x00006596 beq  0x00000005 , 0x0000639e 
- 00025377  0x00006597 branch  0x00004327 
- 00025378  0x0000659c fetch  0x00000001 , 0x0000451c 
- 00025379  0x0000659d rtnne  0x00000001 
- 00025380  0x0000659e arg  0x000044f8 , 0x00000013 
- 00025381  0x0000659f arg  0x00006331 , 0x00000012 
- 00025382  0x000065a0 branch  0x000042e7 
- 00025383  0x000065a4 call  0x00006376 
- 00025384  0x000065a5 branch  0x00007027 
- 00025385  0x000065a9 call  0x00006f35 
- 00025386  0x000065aa branch  0x0000701b 
- 00025387  0x000065ad call  0x00006f35 
- 00025388  0x000065ae branch  0x0000739a 
- 00025389  0x000065b9 fetch  0x00000002 , 0x00004514 
- 00025390  0x000065ba store  0x00000002 , 0x00004516 
- 00025391  0x000065bb store  0x00000002 , 0x00004518 
- 00025392  0x000065bc branch  0x00004315 
- 00025393  0x000065c0 fetch  0x00000001 , 0x0000451c 
- 00025394  0x000065c1 rtnne  0x00000001 
- 00025395  0x000065c6 fetch  0x00000002 , 0x000044e9 
- 00025396  0x000065c7 rtnbit1  0x00000009 
- 00025397  0x000065c8 fetch  0x00000002 , 0x00004512 
- 00025398  0x000065c9 store  0x00000002 , 0x00004516 
- 00025399  0x000065ca store  0x00000002 , 0x00004518 
- 00025400  0x000065cb fetch  0x00000002 , 0x000044f4 
- 00025401  0x000065cc call  0x000063c7 
- 00025402  0x000065cd call  0x00004321 
- 00025403  0x000065ce fetch  0x00000004 , 0x000044fe 
- 00025404  0x000065cf store  0x00000004 , 0x000046aa 
- 00025405  0x000065d0 fetch  0x00000002 , 0x000044e9 
- 00025406  0x000065d1 rtnbit1  0x0000000b 
- 00025407  0x000065d2 branch  0x00004317 
- 00025408  0x000065d6 fetch  0x00000001 , 0x0000451c 
- 00025409  0x000065d7 rtnne  0x00000001 
- 00025410  0x000065dc fetch  0x00000002 , 0x000044f8 
- 00025411  0x000065dd fetcht  0x00000002 , 0x000044f6 
- 00025412  0x000065de storet  0x00000002 , 0x000044f8 
- 00025413  0x000065df nrtn  0x00000034 
- 00025414  0x000065e0 fetch  0x00000002 , 0x000044f2 
- 00025415  0x000065e1 call  0x000063c7 
- 00025416  0x000065e2 call  0x00004321 
- 00025417  0x000065e3 fetch  0x00000004 , 0x000044fa 
- 00025418  0x000065e4 store  0x00000004 , 0x000046aa 
- 00025419  0x000065e5 fetch  0x00000002 , 0x000044e9 
- 00025420  0x000065e6 rtnbit1  0x0000000b 
- 00025421  0x000065e7 branch  0x00004317 
- 00025422  0x000065ea fetch  0x00000002 , 0x000044e9 
- 00025423  0x000065eb bbit1  0x00000009 , 0x0000431f 
- 00025424  0x000065ec branch  0x0000632d 
- 00025425  0x000065f1 call  0x00007dbc 
- 00025426  0x000065f2 fetch  0x00000002 , 0x000044e9 
- 00025427  0x000065f3 bbit1  0x00000009 , 0x00006355 
- 00025428  0x000065f4 rtn 
- 00025429  0x000065f7 fetch  0x00000001 , 0x000044f1 
- 00025430  0x000065f8 rtn  0x00000034 
- 00025431  0x000065f9 branch  0x00007dba 
- 00025432  0x000065ff call  0x00007dbc 
- 00025433  0x00006600 fetch  0x00000002 , 0x000044e9 
- 00025434  0x00006601 rtnbit1  0x00000009 
- 00025435  0x00006602 branch  0x00007dba 
- 00025436  0x0000660b branch  0x00006340 
- 00025437  0x00006610 disable  0x0000002c 
- 00025438  0x00006611 fetch  0x00000002 , 0x00004516 
- 00025439  0x00006612 store  0x00000002 , 0x00004518 
- 00025440  0x00006614 call  0x00006358 
- 00025441  0x00006615 branch  0x0000635c , 0x00000028 
- 00025442  0x00006617 call  0x00006351 
- 00025443  0x00006618 nrtn  0x00000028 
- 00025444  0x00006619 branch  0x00007dbe 
- 00025445  0x0000661e call  0x0000635d 
- 00025446  0x0000661f nrtn  0x0000002c 
- 00025447  0x00006620 deposit  0x00000011 
- 00025448  0x00006621 branch  0x0000636c , 0x00000034 
- 00025449  0x00006623 call  0x00004323 
- 00025450  0x00006624 arg  0x0000452e , 0x00000013 
- 00025451  0x00006625 branch  0x0000636e 
- 00025452  0x00006628 call  0x00004325 
- 00025453  0x00006629 arg  0x00004556 , 0x00000013 
- 00025454  0x0000662c arg  0x00000005 , 0x0000003f 
- 00025455  0x0000662d imul32  0x00000007 , 0x0000003f 
- 00025456  0x0000662e iadd  0x00000013 , 0x00000013 
- 00025457  0x00006632 ifetch  0x00000001 , 0x00000013 
- 00025458  0x00006633 rtn  0x00000034 
- 00025459  0x00006634 call  0x00006382 
- 00025460  0x00006635 increase  0x00000001 , 0x00000013 
- 00025461  0x00006636 branch  0x00006371 
- 00025462  0x0000663a fetch  0x00000002 , 0x000044e9 
- 00025463  0x0000663b bbit1  0x00000009 , 0x00006379 
- 00025464  0x0000663c rtn 
- 00025465  0x0000663f call  0x00002a28 
- 00025466  0x00006640 nrtn  0x00000034 
- 00025467  0x00006641 call  0x00006385 
- 00025468  0x00006642 nrtn  0x00000028 
- 00025469  0x00006643 pincrease  0xffffffff 
- 00025470  0x00006644 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00025471  0x00006645 arg  0x0000457e , 0x00000002 
- 00025472  0x00006646 iadd  0x00000002 , 0x00000006 
- 00025473  0x00006647 branch  0x000063cb 
- 00025474  0x0000664c store  0x00000001 , 0x00000670 
- 00025475  0x0000664d arg  0x00000670 , 0x00000011 
- 00025476  0x0000664e branch  0x000078b2 
- 00025477  0x00006651 arg  0x00000670 , 0x00000011 
- 00025478  0x00006652 call  0x000078ca 
- 00025479  0x00006653 nrtn  0x00000028 
- 00025480  0x00006654 fetch  0x00000001 , 0x00000670 
- 00025481  0x00006655 rtn 
- 00025482  0x00006659 fetch  0x00000002 , 0x00004398 
- 00025483  0x0000665a beq  0x00000018 , 0x000062e9 
- 00025484  0x0000665b rtn 
- 00025485  0x0000665e jam  0x00000002 , 0x000046c9 
- 00025486  0x00006660 setarg  0x00200008 
- 00025487  0x00006661 store  0x00000004 , 0x00004502 
- 00025488  0x00006662 setarg  0x012c0005 
- 00025489  0x00006663 istore  0x00000004 , 0x00000005 
- 00025490  0x00006666 jam  0x00000017 , 0x000042e1 
- 00025491  0x00006669 setarg  0x0000001b 
- 00025492  0x0000666a store  0x00000002 , 0x00004332 
- 00025493  0x0000666b branch  0x00002a41 
- 00025494  0x00006670 arg  0x00000028 , 0x00000039 
- 00025495  0x00006671 arg  0x0000457e , 0x00000005 
- 00025496  0x00006672 arg  0x000094f9 , 0x00000006 
- 00025497  0x00006673 branch  0x00007ccc 
- 00025498  0x00006688 arg  0x00000000 , 0x00000011 
- 00025499  0x00006689 arg  0x000046b2 , 0x00000013 
- 00025500  0x0000668a call  0x000077ca 
- 00025501  0x0000668b call  0x0000634e 
- 00025502  0x0000668d fetch  0x00000001 , 0x000046c9 
- 00025503  0x0000668e store  0x00000001 , 0x000046ca 
- 00025504  0x0000668f rtn 
- 00025505  0x00006694 setarg  0x00000000 
- 00025506  0x00006695 call  0x000063ad 
- 00025507  0x00006696 jam  0x00000001 , 0x000044e4 
- 00025508  0x00006697 call  0x00007776 
- 00025509  0x00006698 call  0x00007780 
- 00025510  0x0000669a fetch  0x00000001 , 0x000046d0 
- 00025511  0x0000669b branch  0x000063aa , 0x00000034 
- 00025512  0x0000669c fetch  0x00000001 , 0x00008132 
- 00025513  0x0000669d bbit1  0x00000004 , 0x000063b9 
- 00025514  0x0000669f fetch  0x00000002 , 0x000044e9 
- 00025515  0x000066a0 rtnbit1  0x0000000c 
- 00025516  0x000066a1 branch  0x00004327 
- 00025517  0x000066a4 fetcht  0x00000002 , 0x00004430 
- 00025518  0x000066a5 istore  0x00000001 , 0x00000002 
- 00025519  0x000066a6 ifetch  0x00000001 , 0x00000005 
- 00025520  0x000066a7 store  0x00000001 , 0x000044eb 
- 00025521  0x000066a8 rtn 
- 00025522  0x000066ac fetch  0x00000002 , 0x00004430 
- 00025523  0x000066ad ifetch  0x00000001 , 0x0000003f 
- 00025524  0x000066ae rtnne  0x00000000 
- 00025525  0x000066af branch  0x00004327 
- 00025526  0x000066b3 fetcht  0x00000002 , 0x00004430 
- 00025527  0x000066b4 ifetch  0x00000001 , 0x00000002 
- 00025528  0x000066b5 beq  0x00000001 , 0x000063c1 
- 00025529  0x000066b7 setarg  0x00000001 
- 00025530  0x000066b8 fetcht  0x00000002 , 0x00004430 
- 00025531  0x000066b9 istore  0x00000001 , 0x00000002 
- 00025532  0x000066ba add  0x00000002 , 0x00000002 , 0x00000006 
- 00025533  0x000066bb ifetch  0x00000001 , 0x00000006 
- 00025534  0x000066bc istore  0x00000001 , 0x000044eb 
- 00025535  0x000066bd ifetch  0x00000002 , 0x00000006 
- 00025536  0x000066be branch  0x00007d79 
- 00025537  0x000066c1 setarg  0x00000002 
- 00025538  0x000066c2 call  0x000063ad 
- 00025539  0x000066c3 add  0x00000002 , 0x00000005 , 0x00000006 
- 00025540  0x000066c4 ifetch  0x00000002 , 0x00000006 
- 00025541  0x000066c5 branch  0x00004327 , 0x00000034 
- 00025542  0x000066c6 branch  0x00007d79 
- 00025543  0x000066cc store  0x00000002 , 0x000040a4 
- 00025544  0x000066cd increase  0xfffffffc , 0x0000003f 
- 00025545  0x000066ce store  0x00000002 , 0x00004389 
- 00025546  0x000066cf rtn 
- 00025547  0x000066d2 ifetch  0x00000001 , 0x00000006 
- 00025548  0x000066d3 copy  0x0000003f , 0x00000011 
- 00025549  0x000066d4 ifetcht  0x00000002 , 0x00000006 
- 00025550  0x000066d5 call  0x00007c6d 
- 00025551  0x000066d6 call  0x00002dee 
- 00025552  0x000066d7 copy  0x00000011 , 0x00000039 
- 00025553  0x000066d8 call  0x00007c67 
- 00025554  0x000066d9 branch  0x00007cda 
- 00025555  0x000066dc setarg  0x000093c0 
- 00025556  0x000066dd store  0x00000002 , 0x000042f7 
- 00025557  0x000066de rtn 
- 00025558  0x000066e1 setarg  0x000046d2 
- 00025559  0x000066e2 store  0x00000002 , 0x000042f7 
- 00025560  0x000066e3 rtn 
- 00025561  0x000066e7 fetch  0x00000002 , 0x000046cb 
- 00025562  0x000066e8 store  0x00000002 , 0x00004526 
- 00025563  0x000066e9 fetch  0x00000001 , 0x000046cd 
- 00025564  0x000066ea store  0x00000001 , 0x000046a9 
- 00025565  0x000066eb store  0x00000001 , 0x000046b4 
- 00025566  0x000066ec fetch  0x00000001 , 0x000046ce 
- 00025567  0x000066ed store  0x00000001 , 0x0000451a 
- 00025568  0x000066ee fetch  0x00000001 , 0x000046cf 
- 00025569  0x000066ef store  0x00000001 , 0x0000451b 
- 00025570  0x000066f5 setarg  0x00000002 
- 00025571  0x000066f6 store  0x00000002 , 0x0000452e 
- 00025572  0x000066f7 store  0x00000002 , 0x00004533 
- 00025573  0x000066f8 setarg  0x00000006 
- 00025574  0x000066f9 store  0x00000002 , 0x00004556 
- 00025575  0x000066fa store  0x00000002 , 0x0000455b 
- 00025576  0x000066fb setarg  0x00000007 
- 00025577  0x000066fc store  0x00000002 , 0x00004538 
- 00025578  0x000066fd setarg  0x00000008 
- 00025579  0x000066fe store  0x00000002 , 0x00004560 
- 00025580  0x000066ff setarg  0x0000451c 
- 00025581  0x00006700 store  0x00000002 , 0x00004430 
- 00025582  0x00006701 setarg  0x00201400 
- 00025583  0x00006702 store  0x00000003 , 0x0000451c 
- 00025584  0x00006703 jam  0x00000001 , 0x00004094 
- 00025585  0x00006704 setarg  0x00000100 
- 00025586  0x00006705 store  0x00000002 , 0x000040a4 
- 00025587  0x00006706 jam  0x00000008 , 0x000040a6 
- 00025588  0x00006707 jam  0x00000005 , 0x000040c0 
- 00025589  0x00006708 jam  0x00000002 , 0x000040c1 
- 00025590  0x00006709 setarg  0x00000096 
- 00025591  0x0000670a store  0x00000002 , 0x000044fa 
- 00025592  0x0000670b istore  0x00000002 , 0x00000005 
- 00025593  0x0000670c setarg  0x00000296 
- 00025594  0x0000670d store  0x00000002 , 0x000044fe 
- 00025595  0x0000670e istore  0x00000002 , 0x00000005 
- 00025596  0x0000670f setsect  0x00000000 , 0x00000010 
- 00025597  0x00006710 setsect  0x00000001 , 0x00008008 
- 00025598  0x00006711 setsect  0x00000002 , 0x0002c000 
- 00025599  0x00006712 setsect  0x00000003 , 0x00000004 
- 00025600  0x00006713 store  0x00000008 , 0x0000450a 
- 00025601  0x00006714 jam  0x00000001 , 0x000044ee 
- 00025602  0x00006715 setarg  0x000046a7 
- 00025603  0x00006716 store  0x00000002 , 0x000044ef 
- 00025604  0x00006717 setarg  0x00000000 
- 00025605  0x00006718 store  0x00000002 , 0x000046a7 
- 00025606  0x00006719 setsect  0x00000000 , 0x000001a0 
- 00025607  0x0000671a setsect  0x00000001 , 0x00000068 
- 00025608  0x0000671b setsect  0x00000002 , 0x00000000 
- 00025609  0x0000671c setsect  0x00000003 , 0x00000000 
- 00025610  0x0000671d store  0x00000008 , 0x000046aa 
- 00025611  0x0000671e setarg  0x00000301 
- 00025612  0x0000671f store  0x00000002 , 0x000046b2 
- 00025613  0x00006720 setsect  0x00000000 , 0x000001a0 
- 00025614  0x00006721 setsect  0x00000001 , 0x000000e8 
- 00025615  0x00006722 setsect  0x00000002 , 0x00000000 
- 00025616  0x00006723 setsect  0x00000003 , 0x00000000 
- 00025617  0x00006724 store  0x00000008 , 0x000046b5 
- 00025618  0x00006725 setarg  0x0000000e 
- 00025619  0x00006726 store  0x00000002 , 0x000044f2 
- 00025620  0x00006727 setarg  0x00000140 
- 00025621  0x00006728 store  0x00000002 , 0x000044f4 
- 00025622  0x00006729 store  0x00000002 , 0x00004389 
- 00025623  0x0000672a setarg  0x00000050 
- 00025624  0x0000672b store  0x00000002 , 0x000044f6 
- 00025625  0x0000672c jam  0x00000007 , 0x00004393 
- 00025626  0x0000672d jam  0x00000000 , 0x00004388 
- 00025627  0x0000672e setsect  0x00000000 , 0x000000fb 
- 00025628  0x0000672f setsect  0x00000001 , 0x0002c212 
- 00025629  0x00006730 setsect  0x00000002 , 0x0000800f 
- 00025630  0x00006731 setsect  0x00000003 , 0x00000021 
- 00025631  0x00006732 store  0x00000008 , 0x000043c0 
- 00025632  0x00006733 setsect  0x00000000 , 0x00000bb8 
- 00025633  0x00006734 setsect  0x00000001 , 0x000002ee 
- 00025634  0x00006735 store  0x00000004 , 0x00004512 
- 00025635  0x00006736 setarg  0x000045d8 
- 00025636  0x00006737 store  0x00000002 , 0x000043fb 
- 00025637  0x00006738 setarg  0x00002001 
- 00025638  0x00006739 store  0x00000002 , 0x000045d8 
- 00025639  0x0000673a jam  0x0000001f , 0x00004348 
- 00025640  0x0000673b setsect  0x00000000 , 0x00010102 
- 00025641  0x0000673c setsect  0x00000001 , 0x000080c1 
- 00025642  0x0000673d setsect  0x00000002 , 0x00018120 
- 00025643  0x0000673e setsect  0x00000003 , 0x0000640c 
- 00025644  0x0000673f store  0x00000009 , 0x00004349 
- 00025645  0x00006740 setsect  0x00000000 , 0x000003c1 
- 00025646  0x00006741 istore  0x00000002 , 0x00000005 
- 00025647  0x00006742 jam  0x0000001f , 0x00004368 
- 00025648  0x00006743 setsect  0x00000000 , 0x0002090d 
- 00025649  0x00006744 setsect  0x00000001 , 0x00034c15 
- 00025650  0x00006745 setsect  0x00000002 , 0x00028532 
- 00025651  0x00006746 setsect  0x00000003 , 0x0001d1d5 
- 00025652  0x00006747 store  0x00000009 , 0x00004369 
- 00025653  0x00006748 setsect  0x00000000 , 0x00026574 
- 00025654  0x00006749 setsect  0x00000001 , 0x0000001c 
- 00025655  0x0000674a istore  0x00000003 , 0x00000005 
- 00025656  0x0000674b setarg  0x00004523 
- 00025657  0x0000674c store  0x00000002 , 0x0000442c 
- 00025658  0x0000674d jam  0x00000002 , 0x00004523 
- 00025659  0x0000674e setarg  0x000045fd 
- 00025660  0x0000674f store  0x00000002 , 0x000043f8 
- 00025661  0x00006750 jam  0x00000005 , 0x000043fa 
- 00025662  0x00006751 fetch  0x00000001 , 0x000046d1 
- 00025663  0x00006752 beq  0x00000000 , 0x000063d3 
- 00025664  0x00006753 beq  0x00000001 , 0x000063d6 
- 00025665  0x00006754 rtn 
- 00025666  0x00006762 fetch  0x00000006 , 0x00004ef4 
- 00025667  0x00006763 store  0x00000006 , 0x00004526 
- 00025668  0x00006764 jam  0x00000006 , 0x00004523 
- 00025669  0x00006765 setarg  0x00004523 
- 00025670  0x00006766 store  0x00000002 , 0x0000442c 
- 00025671  0x00006767 rtn 
- 00025672  0x0000676b fetch  0x00000007 , 0x00004ef4 
- 00025673  0x0000676c store  0x00000007 , 0x00004526 
- 00025674  0x0000676d jam  0x00000007 , 0x00004523 
- 00025675  0x0000676e setarg  0x00004523 
- 00025676  0x0000676f store  0x00000002 , 0x0000442c 
- 00025677  0x00006770 rtn 
- 00025678  0x00006774 fetch  0x00000008 , 0x00004ef4 
- 00025679  0x00006775 store  0x00000008 , 0x00004526 
- 00025680  0x00006776 jam  0x00000008 , 0x00004523 
- 00025681  0x00006777 setarg  0x00004523 
- 00025682  0x00006778 store  0x00000002 , 0x0000442c 
- 00025683  0x00006779 rtn 
- 00025684  0x0000677c fetch  0x00000001 , 0x00004ef3 
- 00025685  0x0000677d beq  0x00000006 , 0x00006442 
- 00025686  0x0000677e beq  0x00000007 , 0x00006448 
- 00025687  0x0000677f beq  0x00000008 , 0x0000644e 
- 00025688  0x00006780 rtn 
- 00025689  0x00006783 bpatch  0x000000a1 , 0x00004014 
- 00025690  0x00006785 fetch  0x00000008 , 0x00004f1a 
- 00025691  0x00006786 store  0x00000008 , 0x00004512 
- 00025692  0x00006787 setarg  0x00000096 
- 00025693  0x00006788 store  0x00000002 , 0x000044f6 
- 00025694  0x0000678a fetch  0x00000007 , 0x00004f6a 
- 00025695  0x0000678b store  0x00000007 , 0x000046a7 
- 00025696  0x0000678c fetch  0x00000007 , 0x00004f71 
- 00025697  0x0000678d store  0x00000007 , 0x000046b2 
- 00025698  0x0000678f fetch  0x00000004 , 0x00004f78 
- 00025699  0x00006790 store  0x00000004 , 0x000044fa 
- 00025700  0x00006791 fetch  0x00000004 , 0x00004f7c 
- 00025701  0x00006792 store  0x00000004 , 0x000044fe 
- 00025702  0x00006794 setarg  0x0000000e 
- 00025703  0x00006795 store  0x00000002 , 0x000044f2 
- 00025704  0x00006796 setarg  0x00000140 
- 00025705  0x00006797 store  0x00000002 , 0x000044f4 
- 00025706  0x00006798 store  0x00000002 , 0x00004389 
- 00025707  0x0000679f fetch  0x00000008 , 0x00004f12 
- 00025708  0x000067a0 store  0x00000008 , 0x0000450a 
- 00025709  0x000067a1 rtn 
- 00025710  0x000067a6 call  0x00007396 
- 00025711  0x000067a7 rtn  0x0000002b 
- 00025712  0x000067a9 call  0x00006454 
- 00025713  0x000067aa call  0x00006459 
- 00025714  0x000067ad setarg  0x00006484 
- 00025715  0x000067ae store  0x00000002 , 0x000043db 
- 00025716  0x000067b0 setarg  0x000064df 
- 00025717  0x000067b1 store  0x00000002 , 0x000043dd 
- 00025718  0x000067b3 setarg  0x000066c5 
- 00025719  0x000067b4 store  0x00000002 , 0x000043df 
- 00025720  0x000067b6 setarg  0x000064b5 
- 00025721  0x000067b7 store  0x00000002 , 0x000043e3 
- 00025722  0x000067b9 setarg  0x00006505 
- 00025723  0x000067ba store  0x00000002 , 0x00004524 
- 00025724  0x000067bc call  0x000062c2 
- 00025725  0x000067be fetch  0x00000002 , 0x00004f97 
- 00025726  0x000067bf store  0x00000002 , 0x00004332 
- 00025727  0x000067c0 fetch  0x00000008 , 0x0000450a 
- 00025728  0x000067c1 store  0x00000008 , 0x00004502 
- 00025729  0x000067c2 call  0x0000648e 
- 00025730  0x000067c3 bpatch  0x000000a2 , 0x00004014 
- 00025731  0x000067c4 branch  0x000062bd 
- 00025732  0x000067c8 call  0x0000649b 
- 00025733  0x000067c9 arg  0x00000009 , 0x00000007 
- 00025734  0x000067ca call  0x00007cef 
- 00025735  0x000067cb nrtn  0x00000034 
- 00025736  0x000067cc setarg  0x00000020 
- 00025737  0x000067cd arg  0x00000009 , 0x00000007 
- 00025738  0x000067ce call  0x00007ce1 
- 00025739  0x000067cf disable  0x00000028 
- 00025740  0x000067d0 call  0x0000701b 
- 00025741  0x000067d1 branch  0x0000656e 
- 00025742  0x000067d4 setarg  0x0000001f 
- 00025743  0x000067d5 mul32  0x0000003f , 0x0000000a , 0x0000003f 
- 00025744  0x000067d6 arg  0x00004c12 , 0x00000002 
- 00025745  0x000067d7 iadd  0x00000002 , 0x00000011 
- 00025746  0x000067d8 increase  0x00000003 , 0x00000011 
- 00025747  0x000067d9 arg  0x00000062 , 0x00000002 
- 00025748  0x000067da istoret  0x00000001 , 0x00000011 
- 00025749  0x000067db increase  0x0000000b , 0x00000011 
- 00025750  0x000067dc arg  0x00000fff , 0x0000003f 
- 00025751  0x000067dd isub  0x00000002 , 0x0000003f 
- 00025752  0x000067de lshift4  0x0000003f , 0x0000003f 
- 00025753  0x000067df istore  0x00000002 , 0x00000011 
- 00025754  0x000067e0 rtn 
- 00025755  0x000067e3 fetch  0x00000002 , 0x000044e9 
- 00025756  0x000067e4 bbit1  0x00000009 , 0x000064a0 
- 00025757  0x000067e5 arg  0x000045da , 0x00000005 
- 00025758  0x000067e6 arg  0x00000023 , 0x00000039 
- 00025759  0x000067e7 branch  0x00007ca1 
- 00025760  0x000067ea call  0x00002a28 
- 00025761  0x000067eb nrtn  0x00000034 
- 00025762  0x000067ec call  0x000078fa 
- 00025763  0x000067ed rtn  0x00000034 
- 00025764  0x000067ee fetcht  0x00000004 , 0x000049f6 
- 00025765  0x000067ef copy  0x00000022 , 0x0000003f 
- 00025766  0x000067f0 isub  0x00000002 , 0x00000002 
- 00025767  0x000067f1 rtn  0x00000005 
- 00025768  0x000067f2 nbranch  0x000064ac , 0x00000002 
- 00025769  0x000067f3 fetch  0x00000001 , 0x000049f5 
- 00025770  0x000067f4 isub  0x00000002 , 0x0000003e 
- 00025771  0x000067f5 rtn  0x00000002 
- 00025772  0x000067f7 copy  0x00000022 , 0x0000003f 
- 00025773  0x000067f8 store  0x00000004 , 0x000049f6 
- 00025774  0x000067f9 call  0x00006385 
- 00025775  0x000067fa nrtn  0x00000028 
- 00025776  0x000067fb pincrease  0xffffffff 
- 00025777  0x000067fc mul32  0x0000003f , 0x0000000a , 0x0000003f 
- 00025778  0x000067fd arg  0x00004c12 , 0x00000002 
- 00025779  0x000067fe iadd  0x00000002 , 0x00000006 
- 00025780  0x000067ff branch  0x000063cb 
- 00025781  0x00006803 call  0x00006858 
- 00025782  0x00006804 call  0x0000676c 
- 00025783  0x00006805 call  0x0000675a 
- 00025784  0x00006806 call  0x000064bc 
- 00025785  0x00006807 call  0x000064d3 
- 00025786  0x00006808 call  0x00006311 
- 00025787  0x00006809 branch  0x000064d9 
- 00025788  0x0000680c arg  0x00004ed1 , 0x00000013 
- 00025789  0x0000680d arg  0x000064bf , 0x00000012 
- 00025790  0x0000680e branch  0x000042e0 
- 00025791  0x00006811 call  0x000078fa 
- 00025792  0x00006812 nrtn  0x00000034 
- 00025793  0x00006813 fetch  0x00000002 , 0x000048bc 
- 00025794  0x00006814 nrtn  0x00000034 
- 00025795  0x00006816 call  0x00006730 
- 00025796  0x00006817 branch  0x000064cd , 0x00000034 
- 00025797  0x00006818 copy  0x00000007 , 0x0000003f 
- 00025798  0x00006819 compare  0x00000004 , 0x0000003f , 0x00000007 
- 00025799  0x0000681a branch  0x000064cf , 0x00000001 
- 00025800  0x0000681c copy  0x00000007 , 0x0000003f 
- 00025801  0x0000681d compare  0x00000001 , 0x0000003f , 0x00000007 
- 00025802  0x0000681e branch  0x000064d1 , 0x00000001 
- 00025803  0x0000681f arg  0x00004ec6 , 0x00000013 
- 00025804  0x00006820 branch  0x00006371 
- 00025805  0x00006823 arg  0x00004eda , 0x00000013 
- 00025806  0x00006824 branch  0x00006371 
- 00025807  0x00006827 arg  0x00004edf , 0x00000013 
- 00025808  0x00006828 branch  0x00006371 
- 00025809  0x0000682b arg  0x00004ee9 , 0x00000013 
- 00025810  0x0000682c branch  0x00006371 
- 00025811  0x0000682f arg  0x00004c0f , 0x00000013 
- 00025812  0x00006830 arg  0x000064d6 , 0x00000012 
- 00025813  0x00006831 branch  0x000042e0 
- 00025814  0x00006834 arg  0x0000000a , 0x00000039 
- 00025815  0x00006835 arg  0x00004a04 , 0x00000005 
- 00025816  0x00006836 branch  0x00007ca1 
- 00025817  0x0000683a arg  0x000046ca , 0x00000013 
- 00025818  0x0000683b arg  0x000064dc , 0x00000012 
- 00025819  0x0000683c branch  0x000042e0 
- 00025820  0x0000683e fetch  0x00000002 , 0x000044e9 
- 00025821  0x0000683f bbit1  0x00000009 , 0x0000639e 
- 00025822  0x00006840 branch  0x00004327 
- 00025823  0x00006843 copy  0x00000013 , 0x0000003f 
- 00025824  0x00006844 beq  0x00000014 , 0x000064f4 
- 00025825  0x00006845 beq  0x00000015 , 0x000064ef 
- 00025826  0x00006846 beq  0x00000031 , 0x000064e6 
- 00025827  0x00006847 rtneq  0x00000040 
- 00025828  0x00006848 beq  0x00000032 , 0x000066c8 
- 00025829  0x00006849 branch  0x000062d9 
- 00025830  0x0000684c jam  0x00000001 , 0x00004ed2 
- 00025831  0x0000684d call  0x00006783 
- 00025832  0x0000684f fetch  0x00000002 , 0x00004f84 
- 00025833  0x00006850 store  0x00000002 , 0x00004ebe 
- 00025834  0x00006852 fetcht  0x00000002 , 0x00004f86 
- 00025835  0x00006853 setarg  0x00000fff 
- 00025836  0x00006854 isub  0x00000002 , 0x0000003f 
- 00025837  0x00006855 store  0x00000002 , 0x00004ec0 
- 00025838  0x00006856 rtn 
- 00025839  0x00006859 jam  0x00000000 , 0x00004ebb 
- 00025840  0x0000685a jam  0x00000000 , 0x00004ed2 
- 00025841  0x0000685b call  0x000065ad 
- 00025842  0x0000685c call  0x00006500 
- 00025843  0x0000685d branch  0x000062e6 
- 00025844  0x00006860 copy  0x00000022 , 0x0000003f 
- 00025845  0x00006861 store  0x00000004 , 0x000049f6 
- 00025846  0x00006862 call  0x00006729 
- 00025847  0x00006863 branch  0x000062e2 
- 00025848  0x00006867 disable  0x0000002c 
- 00025849  0x00006868 fetch  0x00000002 , 0x00004516 
- 00025850  0x00006869 store  0x00000002 , 0x00004518 
- 00025851  0x0000686a call  0x00006358 
- 00025852  0x0000686b branch  0x0000635c , 0x00000028 
- 00025853  0x0000686c call  0x00006351 
- 00025854  0x0000686d nrtn  0x00000028 
- 00025855  0x0000686e branch  0x00007dbe 
- 00025856  0x00006871 jam  0x00000000 , 0x00004ed5 
- 00025857  0x00006872 rtn 
- 00025858  0x00006875 copy  0x00000007 , 0x0000003f 
- 00025859  0x00006876 rtnne  0x00000001 
- 00025860  0x00006877 branch  0x0000650c 
- 00025861  0x0000687a call  0x000064f8 
- 00025862  0x0000687b nrtn  0x0000002c 
- 00025863  0x0000687c deposit  0x00000011 
- 00025864  0x0000687d branch  0x00006537 , 0x00000034 
- 00025865  0x0000687f bpatch  0x000000a3 , 0x00004014 
- 00025866  0x00006880 fetch  0x00000001 , 0x00004faf 
- 00025867  0x00006881 nbranch  0x00006502 , 0x00000034 
- 00025868  0x00006883 jam  0x00000001 , 0x00004c10 
- 00025869  0x00006884 call  0x00004323 
- 00025870  0x00006885 call  0x0000652c 
- 00025871  0x00006886 call  0x00006561 
- 00025872  0x00006887 branch  0x00006500 , 0x00000002 
- 00025873  0x00006888 copy  0x00000007 , 0x0000003f 
- 00025874  0x00006889 fetcht  0x00000001 , 0x00004ed5 
- 00025875  0x0000688a isub  0x00000002 , 0x0000003e 
- 00025876  0x0000688b ncall  0x00006526 , 0x00000005 
- 00025877  0x0000688c copy  0x00000007 , 0x0000003f 
- 00025878  0x0000688d store  0x00000001 , 0x00004ed5 
- 00025879  0x0000688e fetcht  0x00000001 , 0x00004ed8 
- 00025880  0x0000688f isub  0x00000002 , 0x0000003e 
- 00025881  0x00006890 branch  0x00006524 , 0x00000005 
- 00025882  0x00006891 fetch  0x00000001 , 0x00004ed9 
- 00025883  0x00006892 nbranch  0x0000651f , 0x00000034 
- 00025884  0x00006894 call  0x00006732 
- 00025885  0x00006895 arg  0x0000000a , 0x0000003f 
- 00025886  0x00006896 branch  0x0000655a 
- 00025887  0x00006899 call  0x0000677f 
- 00025888  0x0000689a copy  0x00000007 , 0x0000003f 
- 00025889  0x0000689b beq  0x00000001 , 0x0000651c 
- 00025890  0x0000689c call  0x00006642 
- 00025891  0x0000689d branch  0x000065f4 
- 00025892  0x000068a0 jam  0x00000001 , 0x00004ed6 
- 00025893  0x000068a1 branch  0x000065f4 
- 00025894  0x000068a4 bpatch  0x000000a4 , 0x00004014 
- 00025895  0x000068a5 fetch  0x00000001 , 0x00004ed9 
- 00025896  0x000068a6 branch  0x000064c3 , 0x00000034 
- 00025897  0x000068a7 copy  0x00000007 , 0x0000003f 
- 00025898  0x000068a8 beq  0x00000001 , 0x000064c3 
- 00025899  0x000068a9 rtn 
- 00025900  0x000068ab arg  0x0000000a , 0x0000003f 
- 00025901  0x000068ac imul32  0x00000007 , 0x0000003f 
- 00025902  0x000068ad arg  0x000049fa , 0x00000013 
- 00025903  0x000068ae iadd  0x00000013 , 0x00000013 
- 00025904  0x000068af copy  0x00000022 , 0x0000003f 
- 00025905  0x000068b0 istore  0x00000004 , 0x00000013 
- 00025906  0x000068b1 increase  0x00000004 , 0x00000013 
- 00025907  0x000068b2 ifetch  0x00000001 , 0x00000013 
- 00025908  0x000068b3 increase  0x00000001 , 0x0000003f 
- 00025909  0x000068b4 istore  0x00000001 , 0x00000013 
- 00025910  0x000068b5 rtn 
- 00025911  0x000068b7 bpatch  0x000000a5 , 0x00004014 
- 00025912  0x000068b8 fetch  0x00000001 , 0x00004ed9 
- 00025913  0x000068b9 call  0x0000654b , 0x00000034 
- 00025914  0x000068bb arg  0x0000000a , 0x0000003f 
- 00025915  0x000068bc imul32  0x00000007 , 0x0000003f 
- 00025916  0x000068bd arg  0x000049fa , 0x00000013 
- 00025917  0x000068be iadd  0x00000013 , 0x00000013 
- 00025918  0x000068bf ifetcht  0x00000004 , 0x00000013 
- 00025919  0x000068c0 sub  0x00000002 , 0x00000000 , 0x0000003e 
- 00025920  0x000068c1 rtn  0x00000005 
- 00025921  0x000068c2 copy  0x00000022 , 0x0000003f 
- 00025922  0x000068c3 isub  0x00000002 , 0x00000002 
- 00025923  0x000068c4 ncall  0x00007806 , 0x00000002 
- 00025924  0x000068c5 add  0x00000013 , 0x00000009 , 0x00000006 
- 00025925  0x000068c6 ifetch  0x00000001 , 0x00000006 
- 00025926  0x000068c7 nbranch  0x00006566 , 0x00000034 
- 00025927  0x000068c8 increase  0x00000005 , 0x00000013 
- 00025928  0x000068c9 copy  0x00000022 , 0x0000003f 
- 00025929  0x000068ca istore  0x00000004 , 0x00000013 
- 00025930  0x000068cb rtn 
- 00025931  0x000068ce fetch  0x00000001 , 0x00004faf 
- 00025932  0x000068cf nbranch  0x00004323 , 0x00000034 
- 00025933  0x000068d0 branch  0x00004325 
- 00025934  0x000068d3 add  0x00000013 , 0x00000004 , 0x00000006 
- 00025935  0x000068d4 ifetch  0x00000001 , 0x00000006 
- 00025936  0x000068d5 branch  0x00006551 
- 00025937  0x000068d8 call  0x0000656b 
- 00025938  0x000068d9 fetch  0x00000001 , 0x00004ed9 
- 00025939  0x000068da nbranch  0x0000655d , 0x00000034 
- 00025940  0x000068dc call  0x00006561 
- 00025941  0x000068dd branch  0x00006500 , 0x00000002 
- 00025942  0x000068de call  0x00006738 
- 00025943  0x000068df copy  0x00000007 , 0x0000003f 
- 00025944  0x000068e0 beq  0x00000003 , 0x00006740 
- 00025945  0x000068e1 arg  0x0000000f , 0x0000003f 
- 00025946  0x000068e3 imul32  0x00000007 , 0x0000003f 
- 00025947  0x000068e4 iadd  0x00000013 , 0x00000013 
- 00025948  0x000068e5 branch  0x00006371 
- 00025949  0x000068e8 copy  0x00000007 , 0x0000003f 
- 00025950  0x000068e9 beq  0x00000001 , 0x00006554 
- 00025951  0x000068ea beq  0x00000003 , 0x00006554 
- 00025952  0x000068eb rtn 
- 00025953  0x000068ee call  0x00007902 
- 00025954  0x000068ef ifetcht  0x00000001 , 0x00000006 
- 00025955  0x000068f0 isub  0x00000002 , 0x0000003f 
- 00025956  0x000068f1 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00025957  0x000068f2 rtn 
- 00025958  0x000068f5 jam  0x00000001 , 0x00004ed0 
- 00025959  0x000068f6 call  0x0000656b 
- 00025960  0x000068f7 arg  0x00004abe , 0x00000013 
- 00025961  0x000068f8 arg  0x00000003 , 0x0000003f 
- 00025962  0x000068f9 branch  0x0000655a 
- 00025963  0x000068fc arg  0x0000000a , 0x00000039 
- 00025964  0x000068fd copy  0x00000013 , 0x00000005 
- 00025965  0x000068fe branch  0x00007ca1 
- 00025966  0x00006901 fetch  0x00000002 , 0x000048bc 
- 00025967  0x00006902 store  0x00000002 , 0x0000442e 
- 00025968  0x00006903 call  0x000065be 
- 00025969  0x00006904 fetch  0x00000002 , 0x0000442e 
- 00025970  0x00006905 store  0x00000002 , 0x000048bc 
- 00025971  0x00006907 arg  0x00000000 , 0x00000007 
- 00025972  0x00006908 fetch  0x00000001 , 0x00004523 
- 00025973  0x00006909 copy  0x0000003f , 0x00000039 
- 00025974  0x0000690a arg  0x000049fa , 0x00000013 
- 00025975  0x0000690c copy  0x00000039 , 0x0000003f 
- 00025976  0x0000690d store  0x00000002 , 0x00000678 
- 00025977  0x0000690e copy  0x00000013 , 0x0000003f 
- 00025978  0x0000690f store  0x00000002 , 0x0000068c 
- 00025979  0x00006910 copy  0x00000007 , 0x0000003f 
- 00025980  0x00006911 store  0x00000002 , 0x0000067a 
- 00025981  0x00006912 call  0x000065b4 
- 00025982  0x00006914 fetch  0x00000002 , 0x0000068c 
- 00025983  0x00006915 copy  0x0000003f , 0x00000013 
- 00025984  0x00006916 fetch  0x00000002 , 0x0000067a 
- 00025985  0x00006917 copy  0x0000003f , 0x00000007 
- 00025986  0x00006918 call  0x0000658b 
- 00025987  0x0000691a fetch  0x00000002 , 0x0000067a 
- 00025988  0x0000691b add  0x0000003f , 0x00000001 , 0x00000007 
- 00025989  0x0000691c fetch  0x00000002 , 0x0000068c 
- 00025990  0x0000691d add  0x0000003f , 0x0000000a , 0x00000013 
- 00025991  0x0000691e fetch  0x00000002 , 0x00000678 
- 00025992  0x0000691f copy  0x0000003f , 0x00000039 
- 00025993  0x00006920 loop  0x00006577 
- 00025994  0x00006921 rtn 
- 00025995  0x00006924 ifetch  0x00000004 , 0x00000013 
- 00025996  0x00006925 rtn  0x00000034 
- 00025997  0x00006926 copy  0x0000003f , 0x00000002 
- 00025998  0x00006927 copy  0x00000022 , 0x0000003f 
- 00025999  0x00006928 isub  0x00000002 , 0x00000002 
- 00026000  0x00006929 nrtn  0x00000002 
- 00026001  0x0000692a setarg  0x000009c4 
- 00026002  0x0000692b isub  0x00000002 , 0x0000003e 
- 00026003  0x0000692c rtn  0x00000002 
- 00026004  0x0000692d copy  0x00000022 , 0x0000003f 
- 00026005  0x0000692e istore  0x00000004 , 0x00000013 
- 00026006  0x0000692f increase  0x00000009 , 0x00000013 
- 00026007  0x00006930 setarg  0x00000001 
- 00026008  0x00006931 istore  0x00000001 , 0x00000013 
- 00026009  0x00006932 fetch  0x00000001 , 0x00004ed0 
- 00026010  0x00006933 rtn  0x00000034 
- 00026011  0x00006934 jam  0x00000000 , 0x00004ed0 
- 00026012  0x00006935 bpatch  0x000000a6 , 0x00004014 
- 00026013  0x00006936 call  0x00006755 
- 00026014  0x00006937 fetch  0x00000001 , 0x00004ed7 
- 00026015  0x00006938 beq  0x00000000 , 0x000065a2 
- 00026016  0x00006939 beq  0x00000001 , 0x000065a5 
- 00026017  0x0000693a rtn 
- 00026018  0x0000693d call  0x000065af 
- 00026019  0x0000693e arg  0x00000003 , 0x0000003f 
- 00026020  0x0000693f branch  0x0000655a 
- 00026021  0x00006942 copy  0x00000007 , 0x0000003f 
- 00026022  0x00006943 fetcht  0x00000001 , 0x00004ed8 
- 00026023  0x00006944 isub  0x00000002 , 0x0000003e 
- 00026024  0x00006945 nbranch  0x000065a2 , 0x00000005 
- 00026025  0x00006946 fetch  0x00000001 , 0x00004ed9 
- 00026026  0x00006947 setflip  0x00000000 , 0x0000003f 
- 00026027  0x00006948 store  0x00000001 , 0x00004ed9 
- 00026028  0x00006949 nrtn  0x00000034 
- 00026029  0x0000694b jam  0x00000000 , 0x00004ed9 
- 00026030  0x0000694c branch  0x00004325 
- 00026031  0x0000694f arg  0x00004aa9 , 0x00000013 
- 00026032  0x00006950 call  0x00006730 
- 00026033  0x00006951 rtn  0x00000034 
- 00026034  0x00006952 arg  0x00004bd0 , 0x00000013 
- 00026035  0x00006953 rtn 
- 00026036  0x00006956 add  0x00000013 , 0x00000005 , 0x00000012 
- 00026037  0x00006957 ifetch  0x00000004 , 0x00000012 
- 00026038  0x00006958 rtn  0x00000034 
- 00026039  0x00006959 copy  0x0000003f , 0x00000002 
- 00026040  0x0000695a copy  0x00000022 , 0x0000003f 
- 00026041  0x0000695b isub  0x00000002 , 0x00000002 
- 00026042  0x0000695c ncall  0x00007806 , 0x00000002 
- 00026043  0x0000695d setarg  0x000003e8 
- 00026044  0x0000695e isub  0x00000002 , 0x0000003e 
- 00026045  0x0000695f branch  0x0000654e 
- 00026046  0x00006961 fetch  0x00000002 , 0x0000442c 
- 00026047  0x00006962 ifetch  0x00000001 , 0x0000003f 
- 00026048  0x00006963 rtn  0x00000034 
- 00026049  0x00006965 setarg  0x00000000 
- 00026050  0x00006966 store  0x00000002 , 0x000006f1 
- 00026051  0x00006967 call  0x00007003 
- 00026052  0x00006968 nbranch  0x000077a5 , 0x00000028 
- 00026053  0x00006969 call  0x000077a3 
- 00026054  0x0000696a disable  0x00000028 
- 00026055  0x0000696b fetch  0x00000001 , 0x00004388 
- 00026056  0x0000696c nrtn  0x00000034 
- 00026057  0x0000696d bpatch  0x000000a7 , 0x00004014 
- 00026058  0x0000696e fetch  0x00000001 , 0x00004ed7 
- 00026059  0x0000696f beq  0x00000001 , 0x000065cf 
- 00026060  0x00006970 call  0x00006628 
- 00026061  0x00006971 call  0x000065dc 
- 00026062  0x00006972 rtn  0x00000028 
- 00026063  0x00006974 call  0x000065d5 
- 00026064  0x00006975 fetch  0x00000002 , 0x000006f1 
- 00026065  0x00006976 store  0x00000002 , 0x000006f8 
- 00026066  0x00006977 jam  0x00000000 , 0x000006fa 
- 00026067  0x00006978 force  0x00000000 , 0x00000007 
- 00026068  0x00006979 branch  0x0000703b 
- 00026069  0x0000697c fetch  0x00000001 , 0x00004ed5 
- 00026070  0x0000697d fetcht  0x00000001 , 0x00004ed8 
- 00026071  0x0000697e isub  0x00000002 , 0x0000003e 
- 00026072  0x0000697f branch  0x00004323 , 0x00000005 
- 00026073  0x00006980 fetch  0x00000001 , 0x00004ed9 
- 00026074  0x00006981 nbranch  0x00004325 , 0x00000034 
- 00026075  0x00006982 rtn 
- 00026076  0x00006985 arg  0x00000000 , 0x00000007 
- 00026077  0x00006987 arg  0x00004ad3 , 0x00000012 
- 00026078  0x00006988 arg  0x00000002 , 0x0000003f 
- 00026079  0x00006989 imul32  0x00000007 , 0x0000003f 
- 00026080  0x0000698a iadd  0x00000012 , 0x00000012 
- 00026081  0x0000698b ifetch  0x00000002 , 0x00000012 
- 00026082  0x0000698d rtn  0x00000034 
- 00026083  0x0000698e fetcht  0x00000002 , 0x000006f1 
- 00026084  0x0000698f ixor  0x00000002 , 0x0000003e 
- 00026085  0x00006990 branch  0x000065e8 , 0x00000005 
- 00026086  0x00006991 increase  0x00000001 , 0x00000007 
- 00026087  0x00006992 branch  0x000065dd 
- 00026088  0x00006995 store  0x00000002 , 0x00004adf 
- 00026089  0x00006996 call  0x00004323 
- 00026090  0x00006997 arg  0x00004ae1 , 0x00000013 
- 00026091  0x00006998 arg  0x0000000a , 0x0000003f 
- 00026092  0x00006999 imul32  0x00000007 , 0x0000003f 
- 00026093  0x0000699a iadd  0x00000013 , 0x00000013 
- 00026094  0x0000699b call  0x000065f0 
- 00026095  0x0000699c branch  0x00006633 
- 00026096  0x0000699f call  0x0000677f 
- 00026097  0x000069a0 ifetch  0x00000001 , 0x00000013 
- 00026098  0x000069a1 rtn  0x00000034 
- 00026099  0x000069a2 call  0x00006642 
- 00026100  0x000069a4 call  0x0000677f 
- 00026101  0x000069a5 call  0x00006609 
- 00026102  0x000069a6 call  0x00006614 
- 00026103  0x000069a7 call  0x0000661e 
- 00026104  0x000069a8 arg  0x00000005 , 0x0000003f 
- 00026105  0x000069a9 call  0x00006382 
- 00026106  0x000069aa call  0x00006730 
- 00026107  0x000069ab rtn  0x00000034 
- 00026108  0x000069ac jam  0x00000078 , 0x000049f5 
- 00026109  0x000069ad arg  0x00000006 , 0x0000003f 
- 00026110  0x000069ae branch  0x00006382 
- 00026111  0x000069b1 fetcht  0x00000001 , 0x00004eba 
- 00026112  0x000069b2 call  0x00006730 
- 00026113  0x000069b3 rtn  0x00000034 
- 00026114  0x000069b4 fetcht  0x00000001 , 0x00004ebd 
- 00026115  0x000069b5 increase  0x00000001 , 0x00000002 
- 00026116  0x000069b6 fetch  0x00000001 , 0x00004ed6 
- 00026117  0x000069b7 rtn  0x00000034 
- 00026118  0x000069b8 fetcht  0x00000001 , 0x00004eba 
- 00026119  0x000069b9 jam  0x00000000 , 0x00004ed6 
- 00026120  0x000069ba rtn 
- 00026121  0x000069bd call  0x000065ff 
- 00026122  0x000069be copy  0x00000002 , 0x0000003f 
- 00026123  0x000069bf rtn  0x00000034 
- 00026124  0x000069c0 store  0x00000001 , 0x00004ec3 
- 00026125  0x000069c2 arg  0x00000013 , 0x0000003f 
- 00026126  0x000069c3 call  0x00006382 
- 00026127  0x000069c4 fetch  0x00000001 , 0x00004ec3 
- 00026128  0x000069c5 increase  0xffffffff , 0x0000003f 
- 00026129  0x000069c6 store  0x00000001 , 0x00004ec3 
- 00026130  0x000069c7 rtn  0x00000034 
- 00026131  0x000069c8 branch  0x0000660d 
- 00026132  0x000069cb fetch  0x00000001 , 0x00004ebc 
- 00026133  0x000069cc rtn  0x00000034 
- 00026134  0x000069cd store  0x00000001 , 0x00004ec4 
- 00026135  0x000069cf arg  0x00000020 , 0x0000003f 
- 00026136  0x000069d0 call  0x00006382 
- 00026137  0x000069d1 fetch  0x00000001 , 0x00004ec4 
- 00026138  0x000069d2 increase  0xffffffff , 0x0000003f 
- 00026139  0x000069d3 store  0x00000001 , 0x00004ec4 
- 00026140  0x000069d4 rtn  0x00000034 
- 00026141  0x000069d5 branch  0x00006617 
- 00026142  0x000069d8 fetch  0x00000001 , 0x00004ebd 
- 00026143  0x000069d9 rtn  0x00000034 
- 00026144  0x000069da store  0x00000001 , 0x00004ec5 
- 00026145  0x000069dc arg  0x00000021 , 0x0000003f 
- 00026146  0x000069dd call  0x00006382 
- 00026147  0x000069de fetch  0x00000001 , 0x00004ec5 
- 00026148  0x000069df increase  0xffffffff , 0x0000003f 
- 00026149  0x000069e0 store  0x00000001 , 0x00004ec5 
- 00026150  0x000069e1 rtn  0x00000034 
- 00026151  0x000069e2 branch  0x00006621 
- 00026152  0x000069e5 fetch  0x00000002 , 0x00004adf 
- 00026153  0x000069e6 rtn  0x00000034 
- 00026154  0x000069e7 fetcht  0x00000002 , 0x000006f1 
- 00026155  0x000069e8 sub  0x00000002 , 0x00000000 , 0x0000003e 
- 00026156  0x000069e9 branch  0x00006636 , 0x00000005 
- 00026157  0x000069ea isub  0x00000002 , 0x0000003e 
- 00026158  0x000069eb rtn  0x00000005 
- 00026159  0x000069ec storet  0x00000002 , 0x00004adf 
- 00026160  0x000069ed fetch  0x00000002 , 0x00004ed3 
- 00026161  0x000069ee isub  0x00000002 , 0x0000003e 
- 00026162  0x000069ef call  0x00004325 , 0x00000005 
- 00026163  0x000069f1 fetch  0x00000002 , 0x000006f1 
- 00026164  0x000069f2 store  0x00000002 , 0x0000442e 
- 00026165  0x000069f3 branch  0x00007dba 
- 00026166  0x000069f5 jam  0x00000001 , 0x00004ed0 
- 00026167  0x000069f6 call  0x00004325 
- 00026168  0x000069f7 arg  0x00004b1d , 0x00000013 
- 00026169  0x000069f8 call  0x000065f0 
- 00026170  0x000069f9 setarg  0x00000000 
- 00026171  0x000069fa store  0x00000002 , 0x00004adf 
- 00026172  0x000069fb jam  0x00000032 , 0x000048ae 
- 00026173  0x000069fc call  0x00006633 
- 00026174  0x000069fd fetch  0x00000001 , 0x00004523 
- 00026175  0x000069fe mul32  0x0000003f , 0x0000000a , 0x00000039 
- 00026176  0x000069ff arg  0x000049fa , 0x00000005 
- 00026177  0x00006a00 branch  0x00007ca1 
- 00026178  0x00006a02 bpatch  0x000000a8 , 0x00004015 
- 00026179  0x00006a03 fetch  0x00000001 , 0x00004ed7 
- 00026180  0x00006a04 beq  0x00000001 , 0x00006647 
- 00026181  0x00006a05 beq  0x00000000 , 0x0000664d 
- 00026182  0x00006a06 rtn 
- 00026183  0x00006a08 copy  0x00000007 , 0x0000003f 
- 00026184  0x00006a09 beq  0x00000005 , 0x00006676 
- 00026185  0x00006a0a beq  0x00000000 , 0x00006693 
- 00026186  0x00006a0b beq  0x00000004 , 0x0000669b 
- 00026187  0x00006a0c beq  0x00000002 , 0x000066be 
- 00026188  0x00006a0d rtn 
- 00026189  0x00006a0f ifetch  0x00000001 , 0x00000013 
- 00026190  0x00006a10 beq  0x00000001 , 0x00006676 
- 00026191  0x00006a11 beq  0x00000002 , 0x00006693 
- 00026192  0x00006a12 beq  0x00000003 , 0x0000669b 
- 00026193  0x00006a13 beq  0x00000004 , 0x000066be 
- 00026194  0x00006a14 beq  0x00000005 , 0x00006654 
- 00026195  0x00006a15 rtn 
- 00026196  0x00006a17 call  0x00006730 
- 00026197  0x00006a18 nbranch  0x0000665e , 0x00000034 
- 00026198  0x00006a19 setarg  0x00000004 
- 00026199  0x00006a1a mul32  0x0000003f , 0x0000000a , 0x0000003f 
- 00026200  0x00006a1b arg  0x00004c12 , 0x00000002 
- 00026201  0x00006a1c iadd  0x00000002 , 0x00000005 
- 00026202  0x00006a1d increase  0x00000003 , 0x00000005 
- 00026203  0x00006a1e fetch  0x00000003 , 0x00004b27 
- 00026204  0x00006a1f istore  0x00000003 , 0x00000005 
- 00026205  0x00006a20 rtn 
- 00026206  0x00006a22 setarg  0x00000004 
- 00026207  0x00006a23 mul32  0x0000003f , 0x0000000a , 0x0000003f 
- 00026208  0x00006a24 arg  0x00004c12 , 0x00000002 
- 00026209  0x00006a25 iadd  0x00000002 , 0x00000005 
- 00026210  0x00006a26 increase  0x00000003 , 0x00000005 
- 00026211  0x00006a27 fetch  0x00000002 , 0x00004ebe 
- 00026212  0x00006a28 istore  0x00000003 , 0x00000005 
- 00026213  0x00006a29 increase  0x00000007 , 0x00000005 
- 00026214  0x00006a2a fetch  0x00000002 , 0x00004ec0 
- 00026215  0x00006a2b lshift4  0x0000003f , 0x0000003f 
- 00026216  0x00006a2c lshift8  0x0000003f , 0x0000003f 
- 00026217  0x00006a2d istore  0x00000003 , 0x00000005 
- 00026218  0x00006a2e rtn 
- 00026219  0x00006a31 fetch  0x00000001 , 0x00004ebc 
- 00026220  0x00006a32 rtn  0x00000034 
- 00026221  0x00006a33 increase  0xffffffff , 0x0000003f 
- 00026222  0x00006a34 store  0x00000001 , 0x00004ebc 
- 00026223  0x00006a35 arg  0x00000062 , 0x0000003f 
- 00026224  0x00006a36 rtn 
- 00026225  0x00006a38 arg  0x0000000a , 0x00000002 
- 00026226  0x00006a39 call  0x00006730 
- 00026227  0x00006a3a rtn  0x00000034 
- 00026228  0x00006a3b arg  0x00000007 , 0x00000002 
- 00026229  0x00006a3c rtn 
- 00026230  0x00006a3e call  0x00006671 
- 00026231  0x00006a3f fetch  0x00000002 , 0x00004ebe 
- 00026232  0x00006a40 isub  0x00000002 , 0x0000003e 
- 00026233  0x00006a41 ncall  0x0000666b , 0x00000002 
- 00026234  0x00006a42 nrtn  0x00000002 
- 00026235  0x00006a43 isub  0x00000002 , 0x0000003f 
- 00026236  0x00006a45 store  0x00000002 , 0x00004ebe 
- 00026237  0x00006a47 bpatch  0x000000a9 , 0x00004015 
- 00026238  0x00006a48 fetch  0x00000002 , 0x00004ebe 
- 00026239  0x00006a49 fetcht  0x00000002 , 0x00004ec0 
- 00026240  0x00006a4a lshift8  0x00000002 , 0x00000002 
- 00026241  0x00006a4b lshift4  0x00000002 , 0x00000002 
- 00026242  0x00006a4c iadd  0x00000002 , 0x0000003f 
- 00026243  0x00006a4d store  0x00000003 , 0x00004b27 
- 00026244  0x00006a4e branch  0x00006654 
- 00026245  0x00006a50 fetch  0x00000002 , 0x00004ebe 
- 00026246  0x00006a51 arg  0x00000062 , 0x00000002 
- 00026247  0x00006a52 isub  0x00000002 , 0x00000002 
- 00026248  0x00006a53 nrtn  0x00000002 
- 00026249  0x00006a54 copy  0x00000002 , 0x0000003f 
- 00026250  0x00006a55 fetcht  0x00000001 , 0x00004ebc 
- 00026251  0x00006a56 sub  0x00000002 , 0x00000003 , 0x0000003e 
- 00026252  0x00006a57 branch  0x00006690 , 0x00000005 
- 00026253  0x00006a58 increase  0x00000001 , 0x00000002 
- 00026254  0x00006a59 storet  0x00000001 , 0x00004ebc 
- 00026255  0x00006a5a branch  0x0000667c 
- 00026256  0x00006a5c jam  0x00000000 , 0x00004ebc 
- 00026257  0x00006a5d arg  0x00000000 , 0x0000003f 
- 00026258  0x00006a5e branch  0x0000667c 
- 00026259  0x00006a60 call  0x00006730 
- 00026260  0x00006a61 ncall  0x00006685 , 0x00000034 
- 00026261  0x00006a62 call  0x00006671 
- 00026262  0x00006a63 fetch  0x00000002 , 0x00004ebe 
- 00026263  0x00006a65 iadd  0x00000002 , 0x0000003f 
- 00026264  0x00006a66 arg  0x00000fff , 0x00000002 
- 00026265  0x00006a67 call  0x00007d6c 
- 00026266  0x00006a68 branch  0x0000667c 
- 00026267  0x00006a6b call  0x00006671 
- 00026268  0x00006a6c fetch  0x00000002 , 0x00004ec0 
- 00026269  0x00006a6d isub  0x00000002 , 0x0000003f 
- 00026270  0x00006a6e store  0x00000002 , 0x00004ec0 
- 00026271  0x00006a70 fetcht  0x00000002 , 0x00004ec0 
- 00026272  0x00006a71 call  0x00006730 
- 00026273  0x00006a72 branch  0x0000667d , 0x00000034 
- 00026274  0x00006a73 setarg  0x00000fff 
- 00026275  0x00006a74 isub  0x00000002 , 0x0000003f 
- 00026276  0x00006a75 arg  0x00000062 , 0x00000002 
- 00026277  0x00006a76 isub  0x00000002 , 0x00000002 
- 00026278  0x00006a77 nbranch  0x0000667d , 0x00000002 
- 00026279  0x00006a78 setarg  0x00000fff 
- 00026280  0x00006a79 isub  0x00000002 , 0x0000003f 
- 00026281  0x00006a7a fetcht  0x00000001 , 0x00004ebd 
- 00026282  0x00006a7b sub  0x00000002 , 0x00000005 , 0x0000003e 
- 00026283  0x00006a7c branch  0x000066af , 0x00000005 
- 00026284  0x00006a7d increase  0x00000001 , 0x00000002 
- 00026285  0x00006a7e storet  0x00000001 , 0x00004ebd 
- 00026286  0x00006a7f branch  0x000066bc 
- 00026287  0x00006a81 jam  0x00000000 , 0x00004ebd 
- 00026288  0x00006a83 setarg  0x00000fff 
- 00026289  0x00006a84 branch  0x000066bc 
- 00026290  0x00006a87 call  0x00006730 
- 00026291  0x00006a88 branch  0x000066b0 , 0x00000034 
- 00026292  0x00006a89 fetch  0x00000001 , 0x00004ebd 
- 00026293  0x00006a8a branch  0x000066b0 , 0x00000034 
- 00026294  0x00006a8b increase  0xffffffff , 0x0000003f 
- 00026295  0x00006a8c store  0x00000001 , 0x00004ebd 
- 00026296  0x00006a8d setarg  0x00000fff 
- 00026297  0x00006a8e arg  0x00000062 , 0x00000002 
- 00026298  0x00006a8f isub  0x00000002 , 0x0000003f 
- 00026299  0x00006a90 iadd  0x00000011 , 0x0000003f 
- 00026300  0x00006a92 store  0x00000002 , 0x00004ec0 
- 00026301  0x00006a93 branch  0x0000667d 
- 00026302  0x00006a95 call  0x00006671 
- 00026303  0x00006a96 fetch  0x00000002 , 0x00004ec0 
- 00026304  0x00006a98 iadd  0x00000002 , 0x0000003f 
- 00026305  0x00006a99 arg  0x00000fff , 0x00000002 
- 00026306  0x00006a9a isub  0x00000002 , 0x00000011 
- 00026307  0x00006a9b branch  0x000066b2 , 0x00000002 
- 00026308  0x00006a9c branch  0x000066bc 
- 00026309  0x00006aa0 fetch  0x00000002 , 0x00004398 
- 00026310  0x00006aa1 beq  0x00000024 , 0x000062e9 
- 00026311  0x00006aa2 rtn 
- 00026312  0x00006aa5 arg  0x00000017 , 0x00000011 
- 00026313  0x00006aa6 arg  0x00000004 , 0x00000012 
- 00026314  0x00006aa7 call  0x000029fb 
- 00026315  0x00006aa8 setarg  0x00000006 
- 00026316  0x00006aa9 istore  0x00000001 , 0x00000005 
- 00026317  0x00006aaa setarg  0x00000001 
- 00026318  0x00006aab istore  0x00000002 , 0x00000005 
- 00026319  0x00006aac setarg  0x0000ffff 
- 00026320  0x00006aad istore  0x00000002 , 0x00000005 
- 00026321  0x00006aae setarg  0x00002800 
- 00026322  0x00006aaf istore  0x00000002 , 0x00000005 
- 00026323  0x00006ab0 arg  0x000049e4 , 0x00000006 
- 00026324  0x00006ab1 branch  0x00007c8f 
- 00026325  0x00006ab5 bpatch  0x000000aa , 0x00004015 
- 00026326  0x00006ab6 copy  0x00000011 , 0x00000006 
- 00026327  0x00006ab7 ifetch  0x00000003 , 0x00000006 
- 00026328  0x00006ab8 store  0x00000003 , 0x00004397 
- 00026329  0x00006ab9 beq  0x00000007 , 0x00006704 
- 00026330  0x00006aba beq  0x00000001 , 0x00006725 
- 00026331  0x00006abb beq  0x0000000a , 0x000066f4 
- 00026332  0x00006abc beq  0x0000000c , 0x000066de 
- 00026333  0x00006abd branch  0x00002b96 
- 00026334  0x00006ac0 ifetch  0x00000002 , 0x00000006 
- 00026335  0x00006ac1 store  0x00000002 , 0x000006b5 
- 00026336  0x00006ac2 iforce  0x00000011 
- 00026337  0x00006ac3 fetcht  0x00000002 , 0x00004398 
- 00026338  0x00006ac4 fetch  0x00000002 , 0x00004332 
- 00026339  0x00006ac5 isub  0x00000002 , 0x0000003e 
- 00026340  0x00006ac6 nbranch  0x00002d50 , 0x00000005 
- 00026341  0x00006ac7 call  0x00006730 
- 00026342  0x00006ac8 nbranch  0x000066e9 , 0x00000034 
- 00026343  0x00006ac9 fetcht  0x00000002 , 0x000049e0 
- 00026344  0x00006aca branch  0x000066ea 
- 00026345  0x00006acd fetcht  0x00000002 , 0x000049e2 
- 00026346  0x00006acf arg  0x000048be , 0x00000006 
- 00026347  0x00006ad0 call  0x00007c6d 
- 00026348  0x00006ad1 copy  0x00000002 , 0x0000003f 
- 00026349  0x00006ad2 isub  0x00000011 , 0x0000003f 
- 00026350  0x00006ad3 nbranch  0x00002e03 , 0x00000002 
- 00026351  0x00006ad4 increase  0x00000001 , 0x0000003f 
- 00026352  0x00006ad5 sub  0x0000003f , 0x00000017 , 0x0000003e 
- 00026353  0x00006ad6 branch  0x00002d59 , 0x00000002 
- 00026354  0x00006ad7 force  0x00000017 , 0x0000003f 
- 00026355  0x00006ad8 branch  0x00002d59 
- 00026356  0x00006adb fetcht  0x00000002 , 0x00004398 
- 00026357  0x00006adc fetch  0x00000001 , 0x00004321 
- 00026358  0x00006add bbit1  0x00000003 , 0x000066f8 
- 00026359  0x00006ade branch  0x00002d1d 
- 00026360  0x00006ae0 fetch  0x00000002 , 0x00004332 
- 00026361  0x00006ae1 isub  0x00000002 , 0x0000003e 
- 00026362  0x00006ae2 nbranch  0x00002d1d , 0x00000005 
- 00026363  0x00006ae3 call  0x00002dc7 
- 00026364  0x00006ae4 nbranch  0x000066fe , 0x00000028 
- 00026365  0x00006ae5 branch  0x00002d46 
- 00026366  0x00006ae8 fetch  0x00000002 , 0x00004332 
- 00026367  0x00006ae9 isub  0x00000002 , 0x0000003e 
- 00026368  0x00006aea nbranch  0x00002d1d , 0x00000005 
- 00026369  0x00006aeb arg  0x000048be , 0x00000006 
- 00026370  0x00006aec force  0x00000017 , 0x0000003f 
- 00026371  0x00006aed branch  0x00002d2d 
- 00026372  0x00006af1 bpatch  0x000000ab , 0x00004015 
- 00026373  0x00006af2 jam  0x00000005 , 0x00004eba 
- 00026374  0x00006af3 jam  0x00000001 , 0x000049f4 
- 00026375  0x00006af4 jam  0x00000001 , 0x00004ec2 
- 00026376  0x00006af5 jam  0x000000f0 , 0x000049f5 
- 00026377  0x00006af6 jam  0x0000000a , 0x00004ed1 
- 00026378  0x00006af7 jam  0x00000001 , 0x00004ed6 
- 00026379  0x00006af8 call  0x000067bf 
- 00026380  0x00006af9 fetch  0x00000001 , 0x00004ed2 
- 00026381  0x00006afa rtn  0x00000034 
- 00026382  0x00006afb call  0x00006783 
- 00026383  0x00006afc arg  0x00000062 , 0x00000002 
- 00026384  0x00006afe fetch  0x00000002 , 0x00004f88 
- 00026385  0x00006aff arg  0x00004ebe , 0x00000011 
- 00026386  0x00006b00 arg  0x00004ebc , 0x00000012 
- 00026387  0x00006b01 call  0x0000671e 
- 00026388  0x00006b02 arg  0x00000062 , 0x00000002 
- 00026389  0x00006b04 fetch  0x00000002 , 0x00004f8a 
- 00026390  0x00006b05 arg  0x00004ec0 , 0x00000011 
- 00026391  0x00006b06 arg  0x00004ebd , 0x00000012 
- 00026392  0x00006b07 call  0x0000671e 
- 00026393  0x00006b08 setarg  0x00000fff 
- 00026394  0x00006b09 fetcht  0x00000002 , 0x00004ec0 
- 00026395  0x00006b0a isub  0x00000002 , 0x0000003f 
- 00026396  0x00006b0b store  0x00000002 , 0x00004ec0 
- 00026397  0x00006b0c rtn 
- 00026398  0x00006b0e idiv  0x00000002 
- 00026399  0x00006b0f call  0x00007d62 
- 00026400  0x00006b10 quotient  0x0000003f 
- 00026401  0x00006b11 remainder  0x00000002 
- 00026402  0x00006b12 istore  0x00000001 , 0x00000012 
- 00026403  0x00006b13 istoret  0x00000002 , 0x00000011 
- 00026404  0x00006b14 rtn 
- 00026405  0x00006b16 increase  0xfffffffe , 0x00000006 
- 00026406  0x00006b17 ifetch  0x00000001 , 0x00000006 
- 00026407  0x00006b18 beq  0x00000006 , 0x0000672e 
- 00026408  0x00006b19 rtn 
- 00026409  0x00006b1b jam  0x00000001 , 0x00004eba 
- 00026410  0x00006b1c jam  0x00000000 , 0x000049f4 
- 00026411  0x00006b1d jam  0x00000000 , 0x00004ec2 
- 00026412  0x00006b1e jam  0x0000000a , 0x000049f5 
- 00026413  0x00006b1f rtn 
- 00026414  0x00006b22 call  0x00006729 
- 00026415  0x00006b23 branch  0x000067bf 
- 00026416  0x00006b26 fetch  0x00000001 , 0x000049f4 
- 00026417  0x00006b27 rtn 
- 00026418  0x00006b2b arg  0x00004f24 , 0x00000013 
- 00026419  0x00006b2c call  0x00006730 
- 00026420  0x00006b2d rtn  0x00000034 
- 00026421  0x00006b2e jam  0x00000078 , 0x000049f5 
- 00026422  0x00006b2f arg  0x00004b2b , 0x00000013 
- 00026423  0x00006b30 rtn 
- 00026424  0x00006b33 arg  0x00004a40 , 0x00000013 
- 00026425  0x00006b34 call  0x00006730 
- 00026426  0x00006b35 rtn  0x00000034 
- 00026427  0x00006b36 arg  0x00004b67 , 0x00000013 
- 00026428  0x00006b37 jam  0x0000000c , 0x000049f5 
- 00026429  0x00006b38 copy  0x00000007 , 0x0000003f 
- 00026430  0x00006b39 rtneq  0x00000001 
- 00026431  0x00006b3a rtn 
- 00026432  0x00006b3c bpatch  0x000000ac , 0x00004015 
- 00026433  0x00006b3d fetch  0x00000001 , 0x00004c0e 
- 00026434  0x00006b3e setflip  0x00000000 , 0x0000003f 
- 00026435  0x00006b3f store  0x00000001 , 0x00004c0e 
- 00026436  0x00006b40 beq  0x00000000 , 0x00006749 
- 00026437  0x00006b41 beq  0x00000001 , 0x00006747 
- 00026438  0x00006b42 rtn 
- 00026439  0x00006b44 call  0x00006750 
- 00026440  0x00006b45 branch  0x00006371 
- 00026441  0x00006b47 call  0x0000674b 
- 00026442  0x00006b48 branch  0x00006371 
- 00026443  0x00006b4a arg  0x00004a6d , 0x00000013 
- 00026444  0x00006b4b call  0x00006730 
- 00026445  0x00006b4c rtn  0x00000034 
- 00026446  0x00006b4d arg  0x00004b94 , 0x00000013 
- 00026447  0x00006b4e rtn 
- 00026448  0x00006b50 arg  0x00004bfa , 0x00000013 
- 00026449  0x00006b51 call  0x00006730 
- 00026450  0x00006b52 rtn  0x00000034 
- 00026451  0x00006b53 arg  0x00004c04 , 0x00000013 
- 00026452  0x00006b54 rtn 
- 00026453  0x00006b58 copy  0x00000007 , 0x0000003f 
- 00026454  0x00006b59 beq  0x00000001 , 0x00006777 
- 00026455  0x00006b5a beq  0x00000002 , 0x00006765 
- 00026456  0x00006b5b beq  0x00000004 , 0x00006761 
- 00026457  0x00006b5c rtn 
- 00026458  0x00006b60 arg  0x00004f9d , 0x00000013 
- 00026459  0x00006b61 arg  0x0000675d , 0x00000012 
- 00026460  0x00006b62 branch  0x000042e0 
- 00026461  0x00006b64 jam  0x00000004 , 0x00004f9d 
- 00026462  0x00006b65 fetch  0x00000001 , 0x00004c0e 
- 00026463  0x00006b66 branch  0x00006761 , 0x00000034 
- 00026464  0x00006b67 branch  0x00006765 
- 00026465  0x00006b6b jam  0x00000000 , 0x00004c0e 
- 00026466  0x00006b6c jam  0x00000004 , 0x00004f9d 
- 00026467  0x00006b6d arg  0x00004ab5 , 0x00000013 
- 00026468  0x00006b6e branch  0x00006371 
- 00026469  0x00006b71 jam  0x00000001 , 0x00004c0e 
- 00026470  0x00006b72 jam  0x00000004 , 0x00004f9d 
- 00026471  0x00006b73 arg  0x00004aaf , 0x00000013 
- 00026472  0x00006b74 branch  0x00006371 
- 00026473  0x00006b76 jam  0x00000000 , 0x00004c0e 
- 00026474  0x00006b77 jam  0x00000000 , 0x00004f9d 
- 00026475  0x00006b78 rtn 
- 00026476  0x00006b7c arg  0x00004f9e , 0x00000013 
- 00026477  0x00006b7d arg  0x0000676f , 0x00000012 
- 00026478  0x00006b7e branch  0x000042e0 
- 00026479  0x00006b80 jam  0x00000002 , 0x00004f9e 
- 00026480  0x00006b81 call  0x00006772 
- 00026481  0x00006b82 branch  0x00006371 
- 00026482  0x00006b85 arg  0x00004f9f , 0x00000013 
- 00026483  0x00006b86 call  0x00006730 
- 00026484  0x00006b87 rtn  0x00000034 
- 00026485  0x00006b88 arg  0x00004fa7 , 0x00000013 
- 00026486  0x00006b89 rtn 
- 00026487  0x00006b8c fetch  0x00000001 , 0x00004faf 
- 00026488  0x00006b8d nbranch  0x0000677c , 0x00000034 
- 00026489  0x00006b8e jam  0x00000001 , 0x00004faf 
- 00026490  0x00006b8f jam  0x00000002 , 0x00004f9e 
- 00026491  0x00006b90 rtn 
- 00026492  0x00006b93 jam  0x00000000 , 0x00004faf 
- 00026493  0x00006b94 jam  0x00000000 , 0x00004f9e 
- 00026494  0x00006b95 rtn 
- 00026495  0x00006b98 fetch  0x00000001 , 0x00004ebb 
- 00026496  0x00006b99 nrtn  0x00000034 
- 00026497  0x00006b9a jam  0x00000001 , 0x00004ebb 
- 00026498  0x00006b9b branch  0x0000667d 
- 00026499  0x00006b9e setarg  0x00000000 
- 00026500  0x00006b9f store  0x00000007 , 0x00004ebc 
- 00026501  0x00006ba0 rtn 
- 00026502  0x00006ba3 call  0x00006730 
- 00026503  0x00006ba4 beq  0x00000001 , 0x0000678e 
- 00026504  0x00006ba5 beq  0x00000000 , 0x000067a0 
- 00026505  0x00006ba6 rtn 
- 00026506  0x00006ba9 fetch  0x00000001 , 0x00004f90 
- 00026507  0x00006baa beq  0x00000001 , 0x000067a7 
- 00026508  0x00006bab beq  0x00000000 , 0x000067b9 
- 00026509  0x00006bac rtn 
- 00026510  0x00006baf fetch  0x00000001 , 0x00004ebc 
- 00026511  0x00006bb0 mul32  0x0000003f , 0x00000062 , 0x0000003f 
- 00026512  0x00006bb1 copy  0x0000003f , 0x00000002 
- 00026513  0x00006bb2 fetch  0x00000002 , 0x00004ebe 
- 00026514  0x00006bb3 iadd  0x00000002 , 0x0000003f 
- 00026515  0x00006bb4 store  0x00000002 , 0x00004f8c 
- 00026516  0x00006bb6 fetch  0x00000001 , 0x00004ebd 
- 00026517  0x00006bb7 mul32  0x0000003f , 0x00000062 , 0x0000003f 
- 00026518  0x00006bb8 copy  0x0000003f , 0x00000002 
- 00026519  0x00006bb9 fetch  0x00000002 , 0x00004ec0 
- 00026520  0x00006bba copy  0x0000003f , 0x00000011 
- 00026521  0x00006bbb setarg  0x00000fff 
- 00026522  0x00006bbc isub  0x00000011 , 0x0000003f 
- 00026523  0x00006bbd iadd  0x00000002 , 0x0000003f 
- 00026524  0x00006bbe store  0x00000002 , 0x00004f8e 
- 00026525  0x00006bc0 call  0x00006730 
- 00026526  0x00006bc2 store  0x00000001 , 0x00004f90 
- 00026527  0x00006bc3 rtn 
- 00026528  0x00006bc6 fetch  0x00000002 , 0x00004ebe 
- 00026529  0x00006bc7 store  0x00000002 , 0x00004f8c 
- 00026530  0x00006bc8 fetch  0x00000002 , 0x00004ec0 
- 00026531  0x00006bc9 store  0x00000002 , 0x00004f8e 
- 00026532  0x00006bca call  0x00006730 
- 00026533  0x00006bcb store  0x00000001 , 0x00004f90 
- 00026534  0x00006bcc rtn 
- 00026535  0x00006bce fetch  0x00000002 , 0x00004f8c 
- 00026536  0x00006bcf div  0x0000003f , 0x00000062 
- 00026537  0x00006bd0 call  0x00007d62 
- 00026538  0x00006bd1 quotient  0x0000003f 
- 00026539  0x00006bd2 remainder  0x00000002 
- 00026540  0x00006bd3 store  0x00000001 , 0x00004ebc 
- 00026541  0x00006bd4 copy  0x00000002 , 0x0000003f 
- 00026542  0x00006bd5 store  0x00000002 , 0x00004ebe 
- 00026543  0x00006bd6 fetch  0x00000002 , 0x00004f8e 
- 00026544  0x00006bd7 div  0x0000003f , 0x00000062 
- 00026545  0x00006bd8 call  0x00007d62 
- 00026546  0x00006bd9 quotient  0x0000003f 
- 00026547  0x00006bda remainder  0x00000002 
- 00026548  0x00006bdb store  0x00000001 , 0x00004ebd 
- 00026549  0x00006bdd setarg  0x00000fff 
- 00026550  0x00006bde isub  0x00000002 , 0x0000003f 
- 00026551  0x00006bdf store  0x00000002 , 0x00004ec0 
- 00026552  0x00006be2 rtn 
- 00026553  0x00006be4 fetch  0x00000002 , 0x00004f8c 
- 00026554  0x00006be5 store  0x00000002 , 0x00004ebe 
- 00026555  0x00006be6 fetch  0x00000002 , 0x00004f8e 
- 00026556  0x00006be7 store  0x00000002 , 0x00004ec0 
- 00026557  0x00006bea rtn 
- 00026558  0x00006bed branch  0x0000683c 
- 00026559  0x00006bf0 branch  0x00006823 
- 00026560  0x00006bf4 call  0x000067e2 
- 00026561  0x00006bf5 fetch  0x00000002 , 0x00004f93 
- 00026562  0x00006bf6 call  0x0000684f 
- 00026563  0x00006bf7 jam  0x00000000 , 0x00004f9b 
- 00026564  0x00006bf8 fetch  0x00000005 , 0x00004f8c 
- 00026565  0x00006bf9 jam  0x00000000 , 0x00004f9c 
- 00026566  0x00006bfa jam  0x00000000 , 0x00004f99 
- 00026567  0x00006bfb call  0x000067e6 
- 00026568  0x00006bfc fetch  0x00000001 , 0x00004f99 
- 00026569  0x00006bfd rtneq  0x00000000 
- 00026570  0x00006bfe branch  0x000067c0 
- 00026571  0x00006c03 fetch  0x00000002 , 0x00004f80 
- 00026572  0x00006c04 increase  0xfffffffb , 0x0000003f 
- 00026573  0x00006c05 store  0x00000002 , 0x00004f93 
- 00026574  0x00006c06 rtn 
- 00026575  0x00006c0a fetch  0x00000002 , 0x00004f93 
- 00026576  0x00006c0b increase  0xfffffffb , 0x0000003f 
- 00026577  0x00006c0c store  0x00000002 , 0x00004f93 
- 00026578  0x00006c0d rtn 
- 00026579  0x00006c11 fetch  0x00000002 , 0x00004f93 
- 00026580  0x00006c12 pincrease  0x00000005 
- 00026581  0x00006c13 store  0x00000002 , 0x00004f93 
- 00026582  0x00006c14 rtn 
- 00026583  0x00006c17 fetch  0x00000002 , 0x00004f95 
- 00026584  0x00006c18 pincrease  0x00000005 
- 00026585  0x00006c19 store  0x00000002 , 0x00004f95 
- 00026586  0x00006c1b fetch  0x00000002 , 0x00004f95 
- 00026587  0x00006c1c copy  0x0000003f , 0x00000002 
- 00026588  0x00006c1e fetch  0x00000002 , 0x00004f80 
- 00026589  0x00006c1f isub  0x00000002 , 0x0000003f 
- 00026590  0x00006c20 arg  0x00000005 , 0x00000002 
- 00026591  0x00006c21 isub  0x00000002 , 0x0000003e 
- 00026592  0x00006c23 nbranch  0x00006806 , 0x00000002 
- 00026593  0x00006c24 rtn 
- 00026594  0x00006c27 fetch  0x00000001 , 0x00004f9b 
- 00026595  0x00006c28 beq  0x00000001 , 0x000067cb 
- 00026596  0x00006c29 beq  0x00000000 , 0x000067cf 
- 00026597  0x00006c2a rtn 
- 00026598  0x00006c2e arg  0x00000000 , 0x00000012 
- 00026599  0x00006c2f copy  0x00000012 , 0x00000002 
- 00026600  0x00006c30 fetch  0x00000002 , 0x00004f8c 
- 00026601  0x00006c31 icompare  0x0000ffff , 0x00000002 
- 00026602  0x00006c33 ncall  0x000067f6 , 0x00000001 
- 00026603  0x00006c34 arg  0x00000000 , 0x00000012 
- 00026604  0x00006c35 copy  0x00000012 , 0x00000002 
- 00026605  0x00006c36 fetch  0x00000002 , 0x00004f8e 
- 00026606  0x00006c37 icompare  0x0000ffff , 0x00000002 
- 00026607  0x00006c38 ncall  0x000067f6 , 0x00000001 
- 00026608  0x00006c39 arg  0x00000000 , 0x00000012 
- 00026609  0x00006c3a copy  0x00000012 , 0x00000002 
- 00026610  0x00006c3b fetch  0x00000001 , 0x00004f90 
- 00026611  0x00006c3c icompare  0x000000ff , 0x00000002 
- 00026612  0x00006c3d ncall  0x000067f6 , 0x00000001 
- 00026613  0x00006c3e rtn 
- 00026614  0x00006c42 fetch  0x00000001 , 0x00004f99 
- 00026615  0x00006c43 pincrease  0x00000001 
- 00026616  0x00006c44 store  0x00000001 , 0x00004f99 
- 00026617  0x00006c45 rtn 
- 00026618  0x00006c47 jam  0x00000001 , 0x00004f99 
- 00026619  0x00006c48 call  0x000067d7 
- 00026620  0x00006c49 fetch  0x00000002 , 0x00004f95 
- 00026621  0x00006c4a call  0x0000684f 
- 00026622  0x00006c4b call  0x00006730 
- 00026623  0x00006c4c copy  0x0000003f , 0x00000002 
- 00026624  0x00006c4d fetch  0x00000001 , 0x00004f90 
- 00026625  0x00006c4e icompare  0x000000ff , 0x00000002 
- 00026626  0x00006c4f call  0x00006821 , 0x00000001 
- 00026627  0x00006c51 fetch  0x00000001 , 0x00004f99 
- 00026628  0x00006c52 rtneq  0x00000000 
- 00026629  0x00006c53 branch  0x000067fa 
- 00026630  0x00006c57 bpatch  0x000000ad , 0x00004015 
- 00026631  0x00006c58 call  0x00006821 
- 00026632  0x00006c59 call  0x00006730 
- 00026633  0x00006c5a branch  0x0000680b , 0x00000034 
- 00026634  0x00006c5b branch  0x00006812 
- 00026635  0x00006c5e fetch  0x00000002 , 0x00004f84 
- 00026636  0x00006c5f store  0x00000002 , 0x00004ebe 
- 00026637  0x00006c61 fetcht  0x00000002 , 0x00004f86 
- 00026638  0x00006c62 setarg  0x00000fff 
- 00026639  0x00006c63 isub  0x00000002 , 0x0000003f 
- 00026640  0x00006c64 store  0x00000002 , 0x00004ec0 
- 00026641  0x00006c65 branch  0x000067be 
- 00026642  0x00006c68 arg  0x00000062 , 0x00000002 
- 00026643  0x00006c6a fetch  0x00000002 , 0x00004f88 
- 00026644  0x00006c6b arg  0x00004ebe , 0x00000011 
- 00026645  0x00006c6c arg  0x00004ebc , 0x00000012 
- 00026646  0x00006c6d call  0x0000671e 
- 00026647  0x00006c6e arg  0x00000062 , 0x00000002 
- 00026648  0x00006c70 fetch  0x00000002 , 0x00004f8a 
- 00026649  0x00006c71 arg  0x00004ec0 , 0x00000011 
- 00026650  0x00006c72 arg  0x00004ebd , 0x00000012 
- 00026651  0x00006c73 call  0x0000671e 
- 00026652  0x00006c74 setarg  0x00000fff 
- 00026653  0x00006c75 fetcht  0x00000002 , 0x00004ec0 
- 00026654  0x00006c76 isub  0x00000002 , 0x0000003f 
- 00026655  0x00006c77 store  0x00000002 , 0x00004ec0 
- 00026656  0x00006c78 branch  0x000067be 
- 00026657  0x00006c7b jam  0x00000000 , 0x00004f99 
- 00026658  0x00006c7c rtn 
- 00026659  0x00006c7f bpatch  0x000000ae , 0x00004015 
- 00026660  0x00006c80 jam  0x00000001 , 0x00004f9b 
- 00026661  0x00006c81 call  0x000067c0 
- 00026662  0x00006c85 fetch  0x00000002 , 0x00004f82 
- 00026663  0x00006c86 copy  0x0000003f , 0x00000002 
- 00026664  0x00006c87 fetch  0x00000002 , 0x00004f93 
- 00026665  0x00006c88 isub  0x00000002 , 0x0000003f 
- 00026666  0x00006c89 arg  0x00000000 , 0x00000002 
- 00026667  0x00006c8a isub  0x00000002 , 0x0000003e 
- 00026668  0x00006c8b nrtn  0x00000002 
- 00026669  0x00006c8c fetch  0x00000002 , 0x00004f93 
- 00026670  0x00006c8d copy  0x0000003f , 0x00000002 
- 00026671  0x00006c8f fetch  0x00000002 , 0x00004f80 
- 00026672  0x00006c90 increase  0xfffffffb , 0x0000003f 
- 00026673  0x00006c91 isub  0x00000002 , 0x0000003f 
- 00026674  0x00006c94 fetch  0x00000002 , 0x00004f93 
- 00026675  0x00006c95 store  0x00000002 , 0x00004f95 
- 00026676  0x00006c96 call  0x000067fa 
- 00026677  0x00006c97 fetch  0x00000002 , 0x00004f95 
- 00026678  0x00006c98 ncall  0x0000684f , 0x00000005 
- 00026679  0x00006c9b jam  0x00000000 , 0x00004f99 
- 00026680  0x00006c9c call  0x000067e6 
- 00026681  0x00006c9d fetch  0x00000001 , 0x00004f99 
- 00026682  0x00006c9e rtneq  0x00000000 
- 00026683  0x00006c9f branch  0x0000678a 
- 00026684  0x00006ca3 bpatch  0x000000af , 0x00004015 
- 00026685  0x00006ca4 jam  0x00000001 , 0x00004f9b 
- 00026686  0x00006ca5 call  0x000067c0 
- 00026687  0x00006ca9 fetcht  0x00000002 , 0x00004f82 
- 00026688  0x00006cab fetch  0x00000002 , 0x00004f93 
- 00026689  0x00006cac isub  0x00000002 , 0x0000003f 
- 00026690  0x00006cad arg  0x00000000 , 0x00000002 
- 00026691  0x00006cae isub  0x00000002 , 0x0000003e 
- 00026692  0x00006caf nrtn  0x00000002 
- 00026693  0x00006cb1 fetcht  0x00000002 , 0x00004f93 
- 00026694  0x00006cb3 fetch  0x00000002 , 0x00004f80 
- 00026695  0x00006cb4 isub  0x00000002 , 0x0000003f 
- 00026696  0x00006cb5 arg  0x00000000 , 0x00000002 
- 00026697  0x00006cb6 isub  0x00000002 , 0x0000003e 
- 00026698  0x00006cb7 nrtn  0x00000002 
- 00026699  0x00006cb8 fetch  0x00000002 , 0x00004f93 
- 00026700  0x00006cb9 store  0x00000002 , 0x00004f91 
- 00026701  0x00006cba call  0x00006786 
- 00026702  0x00006cbc branch  0x00006854 
- 00026703  0x00006cc0 bpatch  0x000000b0 , 0x00004016 
- 00026704  0x00006cc1 copy  0x0000003f , 0x00000012 
- 00026705  0x00006cc2 arg  0x00000005 , 0x00000039 
- 00026706  0x00006cc4 arg  0x00004f8c , 0x00000011 
- 00026707  0x00006cc5 branch  0x00006b74 
- 00026708  0x00006cc9 arg  0x00000005 , 0x00000039 
- 00026709  0x00006cca arg  0x00004f8c , 0x00000011 
- 00026710  0x00006ccb fetchr  0x00000012 , 0x00000002 , 0x00004f91 
- 00026711  0x00006ccc branch  0x00006b45 
- 00026712  0x00006ccf arg  0x000048ae , 0x00000013 
- 00026713  0x00006cd0 arg  0x000067be , 0x00000012 
- 00026714  0x00006cd1 branch  0x000042e0 
- 00026715  0x00006ce0 fetch  0x00000002 , 0x00000912 
- 00026716  0x00006ce3 ifetcht  0x00000001 , 0x00000013 
- 00026717  0x00006ce4 increase  0x00000001 , 0x00000013 
- 00026718  0x00006ce5 lshift8  0x00000002 , 0x00000002 
- 00026719  0x00006ce6 ixor  0x00000002 , 0x0000003f 
- 00026720  0x00006ce9 copy  0x00000039 , 0x00000012 
- 00026721  0x00006cea arg  0x00000008 , 0x00000039 
- 00026722  0x00006cec isolate1  0x0000000f , 0x0000003f 
- 00026723  0x00006ced lshift  0x0000003f , 0x0000003f 
- 00026724  0x00006cee nbranch  0x00006867 , 0x00000001 
- 00026725  0x00006cef fetcht  0x00000002 , 0x00000914 
- 00026726  0x00006cf0 ixor  0x00000002 , 0x0000003f 
- 00026727  0x00006cf2 loop  0x00006862 
- 00026728  0x00006cf3 copy  0x00000012 , 0x00000039 
- 00026729  0x00006cf5 loop  0x0000685c 
- 00026730  0x00006cf6 store  0x00000002 , 0x00000912 
- 00026731  0x00006cf7 rtn 
- 00026732  0x00006cfd fetch  0x00000001 , 0x0000443f 
- 00026733  0x00006cff arg  0x0000003e , 0x00000002 
- 00026734  0x00006d00 branch  0x00006f20 
- 00026735  0x00006d04 fetch  0x00000001 , 0x0000443f 
- 00026736  0x00006d06 arg  0x0000003f , 0x00000002 
- 00026737  0x00006d07 branch  0x00006f20 
- 00026738  0x00006d0a call  0x0000686f 
- 00026739  0x00006d0c call  0x0000686c 
- 00026740  0x00006d0d branch  0x0000686f 
- 00026741  0x00006d11 call  0x00006873 
- 00026742  0x00006d13 branch  0x0000686c 
- 00026743  0x00006d16 branch  0x00006873 
- 00026744  0x00006d19 call  0x00006873 
- 00026745  0x00006d1a branch  0x00006875 
- 00026746  0x00006d1f branch  0x0000686c 
- 00026747  0x00006d24 fetch  0x00000001 , 0x00004440 
- 00026748  0x00006d25 branch  0x0000686d 
- 00026749  0x00006d29 fetch  0x00000001 , 0x00004440 
- 00026750  0x00006d2a branch  0x00006870 
- 00026751  0x00006d2d call  0x0000687b 
- 00026752  0x00006d2e call  0x0000687d 
- 00026753  0x00006d2f branch  0x0000687b 
- 00026754  0x00006d37 clear_stack 
- 00026755  0x00006d38 call  0x000070d7 
- 00026756  0x00006d39 call  0x0000688d 
- 00026757  0x00006d3a call  0x0000688f 
- 00026758  0x00006d3b call  0x000068a3 
- 00026759  0x00006d3c call  0x000068bf 
- 00026760  0x00006d3d call  0x000068c3 
- 00026761  0x00006d3f jam  0x00000001 , 0x0000070f 
- 00026762  0x00006d40 jam  0x00000004 , 0x0000070c 
- 00026763  0x00006d43 call  0x000068ce 
- 00026764  0x00006d44 branch  0x0000688b 
- 00026765  0x00006d47 jam  0x00000004 , 0x00008042 
- 00026766  0x00006d48 rtn 
- 00026767  0x00006d4b call  0x00006893 
- 00026768  0x00006d4c call  0x00006897 
- 00026769  0x00006d4d call  0x0000689b 
- 00026770  0x00006d4e branch  0x0000689f 
- 00026771  0x00006d51 fetch  0x00000001 , 0x000044f1 
- 00026772  0x00006d52 nrtn  0x00000034 
- 00026773  0x00006d53 jam  0x00000007 , 0x000044f1 
- 00026774  0x00006d54 rtn 
- 00026775  0x00006d57 fetch  0x00000001 , 0x000044f2 
- 00026776  0x00006d58 nrtn  0x00000034 
- 00026777  0x00006d59 jam  0x00000006 , 0x000044f2 
- 00026778  0x00006d5a rtn 
- 00026779  0x00006d5c fetch  0x00000001 , 0x000044f3 
- 00026780  0x00006d5d nrtn  0x00000034 
- 00026781  0x00006d5e jam  0x00000009 , 0x000044f3 
- 00026782  0x00006d5f rtn 
- 00026783  0x00006d61 fetch  0x00000001 , 0x000044f4 
- 00026784  0x00006d62 nrtn  0x00000034 
- 00026785  0x00006d63 jam  0x0000000a , 0x000044f4 
- 00026786  0x00006d64 rtn 
- 00026787  0x00006d68 setarg  0x00000c00 
- 00026788  0x00006d69 store  0x00000002 , 0x00000670 
- 00026789  0x00006d6a setarg  0x00000eff 
- 00026790  0x00006d6b istore  0x00000002 , 0x00000005 
- 00026791  0x00006d6c setarg  0x00000f00 
- 00026792  0x00006d6d istore  0x00000002 , 0x00000005 
- 00026793  0x00006d6e setarg  0x00000fff 
- 00026794  0x00006d6f istore  0x00000002 , 0x00000005 
- 00026795  0x00006d70 fetch  0x00000008 , 0x00000670 
- 00026796  0x00006d71 call  0x00006d68 
- 00026797  0x00006d72 call  0x00006d82 
- 00026798  0x00006d73 arg  0x0001c200 , 0x00000002 
- 00026799  0x00006d74 call  0x00006d75 
- 00026800  0x00006d75 fetch  0x00000001 , 0x000044f1 
- 00026801  0x00006d76 arg  0x00000008 , 0x00000002 
- 00026802  0x00006d77 call  0x00006f21 
- 00026803  0x00006d78 fetch  0x00000001 , 0x000044f2 
- 00026804  0x00006d79 arg  0x00000049 , 0x00000002 
- 00026805  0x00006d7a call  0x00006f21 
- 00026806  0x00006d7b fetch  0x00000001 , 0x000044f3 
- 00026807  0x00006d7c arg  0x0000000a , 0x00000002 
- 00026808  0x00006d7d call  0x00006f21 
- 00026809  0x00006d7e fetch  0x00000001 , 0x000044f4 
- 00026810  0x00006d7f arg  0x0000000b , 0x00000002 
- 00026811  0x00006d80 call  0x00006f21 
- 00026812  0x00006d82 arg  0x00000081 , 0x00000002 
- 00026813  0x00006d83 storet  0x00000001 , 0x00008060 
- 00026814  0x00006d84 branch  0x00007d76 
- 00026815  0x00006d87 fetch  0x00000001 , 0x000044f5 
- 00026816  0x00006d88 nrtn  0x00000034 
- 00026817  0x00006d89 jam  0x0000000c , 0x000044f5 
- 00026818  0x00006d8a rtn 
- 00026819  0x00006d8d fetch  0x00000001 , 0x000044f5 
- 00026820  0x00006d8e arg  0x00000010 , 0x00000002 
- 00026821  0x00006d8f call  0x00006f21 
- 00026822  0x00006d90 arg  0x00000040 , 0x00000011 
- 00026823  0x00006d91 call  0x00007055 
- 00026824  0x00006d92 arg  0x00000000 , 0x00000011 
- 00026825  0x00006d93 arg  0x00000000 , 0x00000012 
- 00026826  0x00006d94 setarg  0x00000000 
- 00026827  0x00006d95 call  0x0000707a 
- 00026828  0x00006d96 arg  0x00000000 , 0x00000007 
- 00026829  0x00006d97 branch  0x000070c0 
- 00026830  0x00006d9b fetch  0x00000002 , 0x00008112 
- 00026831  0x00006d9c add  0x0000003f , 0xfffffffc , 0x00000011 
- 00026832  0x00006d9d nrtn  0x00000002 
- 00026833  0x00006d9e call  0x00006d96 
- 00026834  0x00006d9f ifetch  0x00000001 , 0x00000003 
- 00026835  0x00006da0 beq  0x00000001 , 0x000068d6 
- 00026836  0x00006da2 call  0x00007c95 
- 00026837  0x00006da3 branch  0x00006d9e 
- 00026838  0x00006da8 ifetch  0x00000002 , 0x00000003 
- 00026839  0x00006da9 store  0x00000002 , 0x00000710 
- 00026840  0x00006daa arg  0x000003ff , 0x00000002 
- 00026841  0x00006dab iand  0x00000002 , 0x00000002 
- 00026842  0x00006dac storet  0x00000002 , 0x00000709 
- 00026843  0x00006dad rshift2  0x0000003f , 0x0000003f 
- 00026844  0x00006dae rshift8  0x0000003f , 0x0000003f 
- 00026845  0x00006daf store  0x00000001 , 0x0000070b 
- 00026846  0x00006db0 ifetch  0x00000001 , 0x00000003 
- 00026847  0x00006db1 pincrease  0xffffffff 
- 00026848  0x00006db2 isub  0x00000011 , 0x0000003e 
- 00026849  0x00006db3 rtn  0x00000002 
- 00026850  0x00006db4 call  0x000068e4 
- 00026851  0x00006db5 branch  0x0000693f 
- 00026852  0x00006db8 fetch  0x00000001 , 0x0000070b 
- 00026853  0x00006dc0 beq  0x0000003f , 0x000068e7 
- 00026854  0x00006dc1 branch  0x0000692b 
- 00026855  0x00006dcc bpatch  0x000000b4 , 0x00004016 
- 00026856  0x00006dcd fetch  0x00000001 , 0x00000709 
- 00026857  0x00006dce beq  0x00000000 , 0x0000692a 
- 00026858  0x00006dcf beq  0x00000001 , 0x000068f2 
- 00026859  0x00006dd0 beq  0x00000002 , 0x000068f7 
- 00026860  0x00006dd1 beq  0x00000003 , 0x00006905 
- 00026861  0x00006dd2 beq  0x00000004 , 0x0000690f 
- 00026862  0x00006dd3 beq  0x00000005 , 0x0000692a 
- 00026863  0x00006dd4 beq  0x00000010 , 0x00006920 
- 00026864  0x00006dd5 beq  0x00000014 , 0x00006926 
- 00026865  0x00006dd6 branch  0x0000692a 
- 00026866  0x00006dda jam  0x00000000 , 0x00000712 
- 00026867  0x00006ddb fetch  0x00000002 , 0x00008000 
- 00026868  0x00006ddc store  0x00000002 , 0x00000713 
- 00026869  0x00006ddd arg  0x00000003 , 0x00000039 
- 00026870  0x00006dde branch  0x00006932 
- 00026871  0x00006de1 ifetch  0x00000002 , 0x00000003 
- 00026872  0x00006de2 store  0x00000002 , 0x00008052 
- 00026873  0x00006de3 rtn 
- 00026874  0x00006de7 ifetch  0x00000001 , 0x00000003 
- 00026875  0x00006de8 copy  0x0000003f , 0x00000002 
- 00026876  0x00006de9 store  0x00000001 , 0x00008024 
- 00026877  0x00006dea ifetch  0x00000001 , 0x00000003 
- 00026878  0x00006deb iadd  0x00000002 , 0x00000002 
- 00026879  0x00006dec set1  0x00000007 , 0x0000003f 
- 00026880  0x00006ded store  0x00000001 , 0x00008023 
- 00026881  0x00006dee ifetch  0x00000001 , 0x00000003 
- 00026882  0x00006def iadd  0x00000002 , 0x00000002 
- 00026883  0x00006df0 copy  0x0000003f , 0x00000039 
- 00026884  0x00006df1 rtn 
- 00026885  0x00006df4 call  0x000068fa 
- 00026886  0x00006df6 ifetch  0x00000001 , 0x00000003 
- 00026887  0x00006df7 store  0x00000001 , 0x00008025 
- 00026888  0x00006df8 iadd  0x00000002 , 0x00000002 
- 00026889  0x00006df9 loop  0x00006906 
- 00026890  0x00006dfb and  0x00000002 , 0x000000ff , 0x00000002 
- 00026891  0x00006dfc ifetch  0x00000001 , 0x00000003 
- 00026892  0x00006dfd isub  0x00000002 , 0x0000003e 
- 00026893  0x00006dfe nbranch  0x0000691e , 0x00000005 
- 00026894  0x00006dff branch  0x0000692a 
- 00026895  0x00006e02 arg  0x00000020 , 0x00000039 
- 00026896  0x00006e03 arg  0x00004000 , 0x00000005 
- 00026897  0x00006e04 arg  0x00000000 , 0x00000002 
- 00026898  0x00006e06 ifetch  0x00000001 , 0x00000003 
- 00026899  0x00006e07 istore  0x00000001 , 0x00000005 
- 00026900  0x00006e08 iadd  0x00000002 , 0x00000002 
- 00026901  0x00006e09 loop  0x00006912 
- 00026902  0x00006e0a and  0x00000002 , 0x000000ff , 0x00000002 
- 00026903  0x00006e0b ifetch  0x00000001 , 0x00000003 
- 00026904  0x00006e0c isub  0x00000002 , 0x0000003e 
- 00026905  0x00006e0d nbranch  0x0000691e , 0x00000005 
- 00026906  0x00006e0e jam  0x00000000 , 0x00008023 
- 00026907  0x00006e0f call  0x0000692a 
- 00026908  0x00006e10 call  0x00006dae 
- 00026909  0x00006e11 branch  0x00002001 
- 00026910  0x00006e14 jam  0x00000000 , 0x00008023 
- 00026911  0x00006e15 branch  0x0000692b 
- 00026912  0x00006e19 ifetch  0x00000001 , 0x00000003 
- 00026913  0x00006e1a copy  0x0000003f , 0x00000039 
- 00026914  0x00006e1b ifetch  0x00000002 , 0x00000003 
- 00026915  0x00006e1c copy  0x0000003f , 0x00000005 
- 00026916  0x00006e1d call  0x00006ddd 
- 00026917  0x00006e1e branch  0x0000692a 
- 00026918  0x00006e21 fetch  0x00000001 , 0x00008060 
- 00026919  0x00006e22 set1  0x00000004 , 0x0000003f 
- 00026920  0x00006e23 store  0x00000001 , 0x00008060 
- 00026921  0x00006e24 branch  0x0000692a 
- 00026922  0x00006e28 branch  0x0000692f 
- 00026923  0x00006e2b jam  0x00000001 , 0x00000712 
- 00026924  0x00006e2c branch  0x00006930 
- 00026925  0x00006e2e jam  0x0000000c , 0x00000712 
- 00026926  0x00006e2f branch  0x00006930 
- 00026927  0x00006e31 jam  0x00000000 , 0x00000712 
- 00026928  0x00006e32 arg  0x00000001 , 0x00000039 
- 00026929  0x00006e33 branch  0x00006932 
- 00026930  0x00006e36 jam  0x0000000e , 0x0000070d 
- 00026931  0x00006e37 add  0x00000039 , 0x00000003 , 0x0000003f 
- 00026932  0x00006e38 store  0x00000001 , 0x0000070e 
- 00026933  0x00006e39 call  0x0000693b 
- 00026934  0x00006e3a fetch  0x00000003 , 0x0000070f 
- 00026935  0x00006e3b istore  0x00000003 , 0x00000003 
- 00026936  0x00006e3d arg  0x00000712 , 0x00000006 
- 00026937  0x00006e3e call  0x00006dc4 
- 00026938  0x00006e3f branch  0x00006da4 
- 00026939  0x00006e44 call  0x00006da2 
- 00026940  0x00006e45 fetch  0x00000003 , 0x0000070c 
- 00026941  0x00006e46 istore  0x00000003 , 0x00000003 
- 00026942  0x00006e47 rtn 
- 00026943  0x00006e4a call  0x00006d96 
- 00026944  0x00006e4b increase  0x00000003 , 0x00000003 
- 00026945  0x00006e4c ifetch  0x00000001 , 0x00000003 
- 00026946  0x00006e4d iadd  0x00000003 , 0x00000003 
- 00026947  0x00006e4e branch  0x00006d9c 
- 00026948  0x00006e51 jam  0x00000000 , 0x00004114 
- 00026949  0x00006e52 rtn 
- 00026950  0x00006e5a branch  0x0000694b , 0x0000002b 
- 00026951  0x00006e5b setarg  0x00004450 
- 00026952  0x00006e5c arg  0x00004441 , 0x00000005 
- 00026953  0x00006e5d isub  0x00000005 , 0x00000039 
- 00026954  0x00006e5e call  0x00007ca1 
- 00026955  0x00006e61 rtn 
- 00026956  0x00006e66 arg  0x00000000 , 0x00000007 
- 00026957  0x00006e67 arg  0x00000000 , 0x00000012 
- 00026958  0x00006e6a sub  0x00000007 , 0x00000007 , 0x0000003e 
- 00026959  0x00006e6b nrtn  0x00000002 
- 00026960  0x00006e6c qisolate1  0x00000011 
- 00026961  0x00006e6d branch  0x00006953 , 0x00000001 
- 00026962  0x00006e6e branch  0x00006957 
- 00026963  0x00006e71 copy  0x00000002 , 0x0000003f 
- 00026964  0x00006e72 branch  0x00006957 , 0x00000034 
- 00026965  0x00006e73 qset1  0x00000012 
- 00026966  0x00006e74 increase  0xffffffff , 0x00000002 
- 00026967  0x00006e77 increase  0x00000001 , 0x00000007 
- 00026968  0x00006e78 branch  0x0000694e 
- 00026969  0x00006e86 fetchr  0x00000018 , 0x00000002 , 0x0000433f 
- 00026970  0x00006e87 fetchr  0x0000002b , 0x00000002 , 0x00004341 
- 00026971  0x00006e88 call  0x00007dbc 
- 00026972  0x00006e89 branch  0x0000695d 
- 00026973  0x00006e8c bpatch  0x000000b6 , 0x00004016 
- 00026974  0x00006e8d call  0x000069a9 
- 00026975  0x00006e8e nbranch  0x0000235a , 0x00000034 
- 00026976  0x00006e8f call  0x000069b9 
- 00026977  0x00006e90 arg  0x00000008 , 0x00000039 
- 00026978  0x00006e92 fetcht  0x00000001 , 0x00004441 
- 00026979  0x00006e93 sub  0x00000039 , 0x00000008 , 0x00000007 
- 00026980  0x00006e94 qisolate1  0x00000002 
- 00026981  0x00006e95 branch  0x0000696a , 0x00000001 
- 00026982  0x00006e96 call  0x00006971 
- 00026983  0x00006e97 nbranch  0x0000696a , 0x00000002 
- 00026984  0x00006e98 call  0x00006987 
- 00026985  0x00006e99 branch  0x0000696e 
- 00026986  0x00006e9b copy  0x0000002b , 0x0000003f 
- 00026987  0x00006e9c iadd  0x00000018 , 0x00000018 
- 00026988  0x00006e9d loop  0x00006962 
- 00026989  0x00006e9e branch  0x0000235a 
- 00026990  0x00006ea0 copy  0x00000018 , 0x0000003f 
- 00026991  0x00006ea1 copy  0x00000018 , 0x00000005 
- 00026992  0x00006ea2 rtn 
- 00026993  0x00006eac bpatch  0x000000b7 , 0x00004016 
- 00026994  0x00006ead sub  0x00000039 , 0x00000008 , 0x00000007 
- 00026995  0x00006eae arg  0x00000000 , 0x00000002 
- 00026996  0x00006eaf arg  0x00000000 , 0x0000000b 
- 00026997  0x00006eb1 copy  0x00000007 , 0x0000003f 
- 00026998  0x00006eb2 beq  0x00000008 , 0x00006982 
- 00026999  0x00006eb3 fetch  0x00000001 , 0x00004441 
- 00027000  0x00006eb4 qisolate1  0x0000003f 
- 00027001  0x00006eb5 branch  0x00006982 , 0x00000001 
- 00027002  0x00006eb6 qset1  0x0000000b 
- 00027003  0x00006eb7 copy  0x0000002b , 0x0000003f 
- 00027004  0x00006eb8 iadd  0x00000002 , 0x00000002 
- 00027005  0x00006eb9 increase  0x00000001 , 0x00000007 
- 00027006  0x00006eba copy  0x00000011 , 0x0000003f 
- 00027007  0x00006ebb isub  0x00000002 , 0x0000003e 
- 00027008  0x00006ebc branch  0x00006982 , 0x00000005 
- 00027009  0x00006ebd branch  0x00006975 , 0x00000002 
- 00027010  0x00006ebf copy  0x00000002 , 0x0000003f 
- 00027011  0x00006ec0 isub  0x00000011 , 0x0000003e 
- 00027012  0x00006ec1 nrtn  0x00000005 
- 00027013  0x00006ec2 qset1  0x0000000b 
- 00027014  0x00006ec3 rtn 
- 00027015  0x00006ecd bpatch  0x000000b8 , 0x00004017 
- 00027016  0x00006ece call  0x000069a9 
- 00027017  0x00006ecf nbranch  0x0000235a , 0x00000034 
- 00027018  0x00006ed0 call  0x000069af 
- 00027019  0x00006ed1 branch  0x00006990 , 0x00000034 
- 00027020  0x00006ed2 fetch  0x00000009 , 0x00004445 
- 00027021  0x00006ed3 store  0x00000009 , 0x00004442 
- 00027022  0x00006ed4 setarg  0x00000000 
- 00027023  0x00006ed5 istore  0x00000003 , 0x00000005 
- 00027024  0x00006ed7 storer  0x0000000b , 0x00000001 , 0x0000444b 
- 00027025  0x00006ed8 storer  0x00000018 , 0x00000002 , 0x0000444c 
- 00027026  0x00006ed9 rtn 
- 00027027  0x00006ee3 bpatch  0x000000b9 , 0x00004017 
- 00027028  0x00006ee4 call  0x000069b2 
- 00027029  0x00006ee5 increase  0x00000001 , 0x00000006 
- 00027030  0x00006ee6 ifetch  0x00000002 , 0x00000006 
- 00027031  0x00006ee7 rtn 
- 00027032  0x00006eef bpatch  0x000000ba , 0x00004017 
- 00027033  0x00006ef0 call  0x000069b2 
- 00027034  0x00006ef1 copy  0x00000006 , 0x00000005 
- 00027035  0x00006ef2 copy  0x00000006 , 0x00000002 
- 00027036  0x00006ef3 setarg  0x00000000 
- 00027037  0x00006ef4 istore  0x00000003 , 0x00000005 
- 00027038  0x00006ef5 rtn 
- 00027039  0x00006efd bpatch  0x000000bb , 0x00004017 
- 00027040  0x00006efe call  0x000069af 
- 00027041  0x00006eff branch  0x0000235a , 0x00000034 
- 00027042  0x00006f00 fetch  0x00000003 , 0x00004448 
- 00027043  0x00006f01 store  0x00000003 , 0x0000444b 
- 00027044  0x00006f02 fetch  0x00000003 , 0x00004445 
- 00027045  0x00006f03 store  0x00000003 , 0x00004448 
- 00027046  0x00006f04 fetch  0x00000003 , 0x00004442 
- 00027047  0x00006f05 store  0x00000003 , 0x00004445 
- 00027048  0x00006f06 rtn 
- 00027049  0x00006f0f bpatch  0x000000bc , 0x00004017 
- 00027050  0x00006f10 fetch  0x00000003 , 0x00004442 
- 00027051  0x00006f11 rtn 
- 00027052  0x00006f1a bpatch  0x000000bd , 0x00004017 
- 00027053  0x00006f1b fetch  0x00000003 , 0x00004445 
- 00027054  0x00006f1c rtn 
- 00027055  0x00006f25 bpatch  0x000000be , 0x00004017 
- 00027056  0x00006f26 fetch  0x00000003 , 0x0000444b 
- 00027057  0x00006f27 rtn 
- 00027058  0x00006f2f call  0x000069af 
- 00027059  0x00006f30 branch  0x000069b7 , 0x00000034 
- 00027060  0x00006f31 arg  0x00004442 , 0x00000006 
- 00027061  0x00006f33 ifetch  0x00000003 , 0x00000006 
- 00027062  0x00006f34 branch  0x000069b5 , 0x00000034 
- 00027063  0x00006f36 increase  0xfffffffd , 0x00000006 
- 00027064  0x00006f37 rtn 
- 00027065  0x00006f40 bpatch  0x000000bf , 0x00004017 
- 00027066  0x00006f41 arg  0x00000004 , 0x00000039 
- 00027067  0x00006f42 arg  0x00004442 , 0x00000006 
- 00027068  0x00006f43 arg  0x00000000 , 0x00000002 
- 00027069  0x00006f45 ifetch  0x00000003 , 0x00000006 
- 00027070  0x00006f46 and  0x0000003f , 0x000000ff , 0x0000003f 
- 00027071  0x00006f47 ior  0x00000002 , 0x00000002 
- 00027072  0x00006f48 loop  0x000069bd 
- 00027073  0x00006f49 storet  0x00000001 , 0x00004441 
- 00027074  0x00006f4a rtn 
- 00027075  0x00006f4e arg  0x0000000c , 0x00000007 
- 00027076  0x00006f4f branch  0x000024e7 
- 00027077  0x00006f52 arg  0x0000000c , 0x00000007 
- 00027078  0x00006f53 branch  0x000024eb 
- 00027079  0x00006f5f bpatch  0x000000c1 , 0x00004018 
- 00027080  0x00006f60 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00027081  0x00006f61 rtn  0x00000005 
- 00027082  0x00006f62 copy  0x00000002 , 0x0000003f 
- 00027083  0x00006f63 and_into  0x000000ff , 0x0000003f 
- 00027084  0x00006f64 sub  0x0000003f , 0x0000000f , 0x0000003e 
- 00027085  0x00006f65 nbranch  0x000069d9 , 0x00000002 
- 00027086  0x00006f66 arg  0x00008070 , 0x00000005 
- 00027087  0x00006f68 iadd  0x00000005 , 0x00000005 
- 00027088  0x00006f69 copy  0x00000005 , 0x00000011 
- 00027089  0x00006f6a arg  0x0000003e , 0x00000002 
- 00027090  0x00006f6b istoret  0x00000001 , 0x00000005 
- 00027091  0x00006f6c call  0x000069dc 
- 00027092  0x00006f6d nop  0x0000001e 
- 00027093  0x00006f6e copy  0x00000011 , 0x00000005 
- 00027094  0x00006f6f arg  0x0000003f , 0x00000002 
- 00027095  0x00006f70 istoret  0x00000001 , 0x00000005 
- 00027096  0x00006f71 branch  0x000069e0 
- 00027097  0x00006f74 arg  0x000080d4 , 0x00000005 
- 00027098  0x00006f75 increase  0xfffffff0 , 0x0000003f 
- 00027099  0x00006f76 branch  0x000069cf 
- 00027100  0x00006f7a fetch  0x00000001 , 0x00008081 
- 00027101  0x00006f7b and_into  0x0000007f , 0x0000003f 
- 00027102  0x00006f7c store  0x00000001 , 0x00008081 
- 00027103  0x00006f7d rtn 
- 00027104  0x00006f80 fetch  0x00000001 , 0x00008081 
- 00027105  0x00006f81 or_into  0x00000080 , 0x0000003f 
- 00027106  0x00006f82 store  0x00000001 , 0x00008081 
- 00027107  0x00006f83 rtn 
- 00027108  0x00006f86 branch  0x00006bd0 
- 00027109  0x00006f89 branch  0x00006bd7 
- 00027110  0x00006f8e fetch  0x00000001 , 0x0000806f 
- 00027111  0x00006f8f set0  0x00000007 , 0x0000003f 
- 00027112  0x00006f90 store  0x00000001 , 0x0000806f 
- 00027113  0x00006f91 rtn 
- 00027114  0x00006f94 nbranch  0x000069ee , 0x00000028 
- 00027115  0x00006f95 fetch  0x00000001 , 0x0000806f 
- 00027116  0x00006f96 set1  0x00000007 , 0x0000003f 
- 00027117  0x00006f97 store  0x00000001 , 0x0000806f 
- 00027118  0x00006f99 copy  0x00000002 , 0x0000003e 
- 00027119  0x00006f9a branch  0x000069f1 , 0x00000005 
- 00027120  0x00006f9b copy  0x00000013 , 0x0000003d 
- 00027121  0x00006f9e isolate0  0x00000000 , 0x0000003e 
- 00027122  0x00006f9f branch  0x00006b00 
- 00027123  0x00006fa3 force  0x00000004 , 0x00000002 
- 00027124  0x00006fa5 arg  0x000001e7 , 0x00000011 
- 00027125  0x00006fa6 call  0x000069e6 
- 00027126  0x00006fa7 call  0x000069ee 
- 00027127  0x00006fa8 arg  0x000055aa , 0x00000011 
- 00027128  0x00006fa9 fetch  0x00000002 , 0x000001e7 
- 00027129  0x00006faa ifetcht  0x00000002 , 0x00000006 
- 00027130  0x00006fab isub  0x00000011 , 0x0000003e 
- 00027131  0x00006fac rtn 
- 00027132  0x00006fb0 call  0x00006a0e , 0x00000028 
- 00027133  0x00006fb1 arg  0x00000002 , 0x00000002 
- 00027134  0x00006fb2 arg  0x000043c8 , 0x00000011 
- 00027135  0x00006fb3 call  0x000069ee 
- 00027136  0x00006fb4 fetch  0x00000002 , 0x000043c8 
- 00027137  0x00006fb6 store  0x00000002 , 0x000001e0 
- 00027138  0x00006fb7 call  0x00006a04 , 0x00000028 
- 00027139  0x00006fb8 rtn 
- 00027140  0x00006fbb arg  0x00000010 , 0x00000002 
- 00027141  0x00006fbc arg  0x000001ed , 0x00000011 
- 00027142  0x00006fbd call  0x000069e6 
- 00027143  0x00006fbe call  0x000069ee 
- 00027144  0x00006fc0 arg  0x000001ed , 0x00000006 
- 00027145  0x00006fc1 arg  0x00000010 , 0x00000039 
- 00027146  0x00006fc2 call  0x00007353 
- 00027147  0x00006fc3 call  0x000072da 
- 00027148  0x00006fc4 call  0x0000736f 
- 00027149  0x00006fc5 branch  0x000072d4 
- 00027150  0x00006fc8 jam  0x00000000 , 0x00008023 
- 00027151  0x00006fc9 call  0x000069e6 
- 00027152  0x00006fca branch  0x0000736f 
- 00027153  0x00006fcd setarg  0x00000000 
- 00027154  0x00006fce store  0x00000002 , 0x00000699 
- 00027155  0x00006fcf disable  0x0000002d 
- 00027156  0x00006fd0 call  0x000069f3 
- 00027157  0x00006fd1 nrtn  0x00000005 
- 00027158  0x00006fd2 enable  0x0000002d 
- 00027159  0x00006fd3 setarg  0x00008000 
- 00027160  0x00006fd4 store  0x00000003 , 0x00008022 
- 00027161  0x00006fd5 arg  0x00008025 , 0x00000011 
- 00027162  0x00006fd6 call  0x000069ea 
- 00027163  0x00006fd7 jam  0x00000000 , 0x00008023 
- 00027164  0x00006fd8 fetch  0x00000001 , 0x000001dd 
- 00027165  0x00006fd9 rtnbit0  0x00000000 
- 00027166  0x00006fdb arg  0x00000006 , 0x00000002 
- 00027167  0x00006fdc call  0x000069f4 
- 00027168  0x00006fdd nbranch  0x00006a2e , 0x00000005 
- 00027169  0x00006fde ifetchr  0x00000011 , 0x00000002 , 0x00000006 
- 00027170  0x00006fdf call  0x000069ee 
- 00027171  0x00006fe0 call  0x00006a25 
- 00027172  0x00006fe1 branch  0x00006a1e 
- 00027173  0x00006fe5 fetch  0x00000002 , 0x00000699 
- 00027174  0x00006fe6 arg  0x00000006 , 0x00000039 
- 00027175  0x00006fe7 arg  0x000001e7 , 0x00000006 
- 00027176  0x00006fe8 call  0x00007dcc 
- 00027177  0x00006fe9 fetchr  0x00000039 , 0x00000002 , 0x000001e9 
- 00027178  0x00006fea copy  0x00000011 , 0x00000006 
- 00027179  0x00006feb call  0x00007dcc 
- 00027180  0x00006fec store  0x00000002 , 0x00000699 
- 00027181  0x00006fed rtn 
- 00027182  0x00006ff0 fetch  0x00000001 , 0x0000021c 
- 00027183  0x00006ff1 beq  0x0000005a , 0x00006a3c 
- 00027184  0x00006ff2 arg  0x0000aa55 , 0x00000011 
- 00027185  0x00006ff3 fetch  0x00000002 , 0x000001e7 
- 00027186  0x00006ff4 isub  0x00000011 , 0x0000003e 
- 00027187  0x00006ff5 nbranch  0x00006a3e , 0x00000005 
- 00027188  0x00006ff6 arg  0x000055aa , 0x00000011 
- 00027189  0x00006ff7 fetch  0x00000002 , 0x000001e9 
- 00027190  0x00006ff8 isub  0x00000011 , 0x0000003e 
- 00027191  0x00006ff9 nbranch  0x00006a3e , 0x00000005 
- 00027192  0x00006ffa fetch  0x00000002 , 0x000001eb 
- 00027193  0x00006ffb fetcht  0x00000002 , 0x00000699 
- 00027194  0x00006ffc isub  0x00000002 , 0x0000003e 
- 00027195  0x00006ffd nbranch  0x00006a3e , 0x00000005 
- 00027196  0x00006fff set1  0x0000000f , 0x00000011 
- 00027197  0x00007000 branch  0x000069f1 
- 00027198  0x00007003 jam  0x00000000 , 0x000001dd 
- 00027199  0x00007004 rtn 
- 00027200  0x0000700a and  0x0000003f , 0x000000ff , 0x0000003f 
- 00027201  0x0000700b rshift4  0x0000003f , 0x0000003f 
- 00027202  0x0000700c store  0x00000001 , 0x000043cb 
- 00027203  0x0000700d branch  0x00006a59 
- 00027204  0x00007010 fetch  0x00000002 , 0x00008143 
- 00027205  0x00007011 nbranch  0x00006a40 , 0x00000034 
- 00027206  0x00007012 call  0x00006a59 
- 00027207  0x00007013 fetch  0x00000002 , 0x000043cb 
- 00027208  0x00007014 rtn  0x00000034 
- 00027209  0x00007015 call  0x00006a4b 
- 00027210  0x00007016 branch  0x000023ba 
- 00027211  0x00007019 fetch  0x00000001 , 0x000043cb 
- 00027212  0x0000701a rtn  0x00000034 
- 00027213  0x0000701b and  0x0000003f , 0x0000000f , 0x00000002 
- 00027214  0x0000701c storet  0x00000001 , 0x000043cb 
- 00027215  0x0000701d rshift4  0x0000003f , 0x0000003f 
- 00027216  0x0000701e ixor  0x00000002 , 0x0000003f 
- 00027217  0x0000701f bne  0x0000000f , 0x00006bc2 
- 00027218  0x00007020 branch  0x00006b8d 
- 00027219  0x00007023 fetch  0x00000001 , 0x00000219 
- 00027220  0x00007024 ncall  0x000023e0 , 0x00000034 
- 00027221  0x00007025 fetch  0x00000001 , 0x0000021a 
- 00027222  0x00007026 rtn  0x00000034 
- 00027223  0x00007027 store  0x00000001 , 0x000040c9 
- 00027224  0x00007028 branch  0x000023e4 
- 00027225  0x0000702b disable  0x00000028 
- 00027226  0x0000702c fetch  0x00000001 , 0x000043ca 
- 00027227  0x0000702d rtnbit0  0x00000003 
- 00027228  0x0000702e call  0x00006aad 
- 00027229  0x0000702f arg  0x00000ff0 , 0x0000003f 
- 00027230  0x00007030 iadd  0x00000012 , 0x00000012 
- 00027231  0x00007031 force  0x00000010 , 0x00000039 
- 00027232  0x00007032 arg  0x000001ed , 0x00000011 
- 00027233  0x00007033 call  0x00006b74 
- 00027234  0x00007034 jam  0x00000008 , 0x00008006 
- 00027235  0x00007035 arg  0x000001ed , 0x00000006 
- 00027236  0x00007036 call  0x0000735f 
- 00027237  0x00007038 arg  0x000001ed , 0x00000005 
- 00027238  0x00007039 call  0x00007c99 
- 00027239  0x0000703a branch  0x00007dba 
- 00027240  0x0000703e jam  0x00000025 , 0x00008050 
- 00027241  0x0000703f call  0x00006b3a 
- 00027242  0x00007040 arg  0x00000000 , 0x00000012 
- 00027243  0x00007041 force  0x0000000b , 0x00000039 
- 00027244  0x00007042 arg  0x000043c8 , 0x00000011 
- 00027245  0x00007043 call  0x00006b75 
- 00027246  0x00007044 fetchr  0x00000037 , 0x00000005 , 0x000043c8 
- 00027247  0x00007045 fetch  0x00000001 , 0x000043ca 
- 00027248  0x00007046 bbit0  0x00000004 , 0x00006a78 
- 00027249  0x00007047 jam  0x00000007 , 0x0000806f 
- 00027250  0x00007049 fetch  0x00000001 , 0x0000815e 
- 00027251  0x0000704a bne  0x00000007 , 0x00006a72 
- 00027252  0x0000704b fetch  0x00000001 , 0x00008160 
- 00027253  0x0000704c lshift4  0x0000003f , 0x0000003f 
- 00027254  0x0000704d store  0x00000001 , 0x0000806f 
- 00027255  0x0000704e branch  0x00006a7b 
- 00027256  0x00007051 call  0x00006af5 
- 00027257  0x00007052 call  0x00007d76 
- 00027258  0x00007053 call  0x00007d74 
- 00027259  0x00007055 storer  0x00000037 , 0x00000005 , 0x000043c8 
- 00027260  0x00007057 call  0x00006aad 
- 00027261  0x00007058 arg  0x00000fd0 , 0x0000003f 
- 00027262  0x00007059 iadd  0x00000012 , 0x00000012 
- 00027263  0x0000705a arg  0x00000020 , 0x00000039 
- 00027264  0x0000705b arg  0x000001fd , 0x00000011 
- 00027265  0x0000705c call  0x00006b74 
- 00027266  0x0000705e call  0x00006a53 
- 00027267  0x0000705f call  0x00006a44 
- 00027268  0x00007061 fetch  0x00000001 , 0x000043ca 
- 00027269  0x00007062 bbit0  0x00000003 , 0x00006a8f 
- 00027270  0x00007063 fetcht  0x00000001 , 0x000043cc 
- 00027271  0x00007064 arg  0x00000000 , 0x0000003f 
- 00027272  0x00007065 set1  0x00000006 , 0x0000003f 
- 00027273  0x00007066 set1  0x00000007 , 0x0000003f 
- 00027274  0x00007067 iand  0x00000002 , 0x00000011 
- 00027275  0x00007068 sub  0x00000011 , 0x00000000 , 0x0000003e 
- 00027276  0x00007069 branch  0x00006af1 , 0x00000005 
- 00027277  0x0000706a isub  0x00000011 , 0x0000003e 
- 00027278  0x0000706b branch  0x00006af1 , 0x00000005 
- 00027279  0x0000706d jam  0x00000000 , 0x00000030 
- 00027280  0x0000706e arg  0x00006b1e , 0x00000013 
- 00027281  0x00007070 call  0x00006ae5 
- 00027282  0x00007071 nbranch  0x00006af1 , 0x00000002 
- 00027283  0x00007072 fetch  0x00000002 , 0x000043c8 
- 00027284  0x00007073 branch  0x00006a9c , 0x00000034 
- 00027285  0x00007074 call  0x00006a01 
- 00027286  0x00007075 call  0x00006a11 
- 00027287  0x00007076 nbranch  0x00006a9c , 0x0000002d 
- 00027288  0x00007077 fetch  0x00000001 , 0x000001dd 
- 00027289  0x00007078 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00027290  0x00007079 nbranch  0x00006a91 , 0x00000001 
- 00027291  0x0000707a call  0x00006aaa 
- 00027292  0x0000707c call  0x00006b37 
- 00027293  0x0000707d jam  0x00000000 , 0x00000030 
- 00027294  0x0000707f call  0x00006ae5 
- 00027295  0x00007080 nbranch  0x00006af1 , 0x00000002 
- 00027296  0x00007081 call  0x00006ad7 
- 00027297  0x00007082 call  0x00006cc4 
- 00027298  0x00007083 fetch  0x00000001 , 0x000043ca 
- 00027299  0x00007084 bbit1  0x00000002 , 0x00006abd 
- 00027300  0x00007085 call  0x00006adf 
- 00027301  0x00007086 nbranch  0x00006ab4 , 0x0000002d 
- 00027302  0x00007087 fetch  0x00000001 , 0x000001dd 
- 00027303  0x00007088 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00027304  0x00007089 nbranch  0x00006a9e , 0x00000001 
- 00027305  0x0000708a branch  0x00006abd 
- 00027306  0x0000708d setarg  0x000001ff 
- 00027307  0x0000708e arg  0x00000000 , 0x0000003d 
- 00027308  0x0000708f rtn 
- 00027309  0x00007092 arg  0x00001000 , 0x00000012 
- 00027310  0x00007093 fetch  0x00000001 , 0x00008144 
- 00027311  0x00007094 bbit1  0x00000007 , 0x00006ab2 
- 00027312  0x00007095 fetch  0x00000001 , 0x000043cc 
- 00027313  0x00007096 rtnbit0  0x00000007 
- 00027314  0x00007098 arg  0x00000000 , 0x00000012 
- 00027315  0x00007099 rtn 
- 00027316  0x0000709d call  0x00006cc1 
- 00027317  0x0000709e fetch  0x00000001 , 0x000043ca 
- 00027318  0x0000709f bbit1  0x00000002 , 0x00006abd 
- 00027319  0x000070a0 call  0x00006adf 
- 00027320  0x000070a1 nbranch  0x00006abd , 0x0000002d 
- 00027321  0x000070a2 fetch  0x00000001 , 0x000001dd 
- 00027322  0x000070a3 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00027323  0x000070a4 nbranch  0x00006a9e , 0x00000001 
- 00027324  0x000070a5 branch  0x00006acd 
- 00027325  0x000070a8 jam  0x00000000 , 0x00000030 
- 00027326  0x000070aa call  0x00006ae5 
- 00027327  0x000070ab nbranch  0x00006af1 , 0x00000002 
- 00027328  0x000070ac fetch  0x00000001 , 0x000043ca 
- 00027329  0x000070ad bbit1  0x00000001 , 0x00006acd 
- 00027330  0x000070ae call  0x00006c20 
- 00027331  0x000070af nop  0x000000c8 
- 00027332  0x000070b0 call  0x00006c2f 
- 00027333  0x000070b1 nop  0x00000064 
- 00027334  0x000070b2 arg  0x00006c6c , 0x00000013 
- 00027335  0x000070b3 call  0x000069fc 
- 00027336  0x000070b4 call  0x00006a11 
- 00027337  0x000070b5 nbranch  0x00006acd , 0x0000002d 
- 00027338  0x000070b6 fetch  0x00000001 , 0x000001dd 
- 00027339  0x000070b7 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00027340  0x000070b8 nbranch  0x00006abe , 0x00000001 
- 00027341  0x000070bb call  0x00006ad1 
- 00027342  0x000070bc fetch  0x00000001 , 0x000043ca 
- 00027343  0x000070bd rtnbit0  0x00000000 
- 00027344  0x000070be branch  0x00006882 
- 00027345  0x000070c1 arg  0x000001ed , 0x00000005 
- 00027346  0x000070c2 call  0x00007c99 
- 00027347  0x000070c3 force  0x00000004 , 0x00000038 
- 00027348  0x000070c4 call  0x00007370 
- 00027349  0x000070c5 jam  0x00000021 , 0x00008050 
- 00027350  0x000070c6 rtn 
- 00027351  0x000070c9 fetch  0x00000001 , 0x00004429 
- 00027352  0x000070ca fetcht  0x00000001 , 0x00004428 
- 00027353  0x000070cb isub  0x00000002 , 0x0000003e 
- 00027354  0x000070cc nbranch  0x00006cbc , 0x00000005 
- 00027355  0x000070ce jam  0x00000004 , 0x00004427 
- 00027356  0x000070cf jam  0x00000017 , 0x00004428 
- 00027357  0x000070d0 jam  0x00000016 , 0x00004429 
- 00027358  0x000070d1 branch  0x00006cbc 
- 00027359  0x000070d6 setarg  0x00000000 
- 00027360  0x000070d7 store  0x00000002 , 0x000001e0 
- 00027361  0x000070d8 arg  0x00006ce7 , 0x00000013 
- 00027362  0x000070d9 call  0x00006ca5 
- 00027363  0x000070da call  0x000069fc 
- 00027364  0x000070db branch  0x00006a11 
- 00027365  0x000070e1 call  0x00006aeb 
- 00027366  0x000070e2 fetch  0x00000001 , 0x00000030 
- 00027367  0x000070e3 increase  0x00000001 , 0x0000003f 
- 00027368  0x000070e4 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00027369  0x000070e5 store  0x00000001 , 0x00000030 
- 00027370  0x000070e6 rtn 
- 00027371  0x000070e9 fetch  0x00000001 , 0x00000030 
- 00027372  0x000070ea rtn  0x00000034 
- 00027373  0x000070eb fetch  0x00000001 , 0x0000021b 
- 00027374  0x000070ec rtn  0x00000034 
- 00027375  0x000070ed copy  0x0000003f , 0x00000039 
- 00027376  0x000070ee branch  0x00007c96 
- 00027377  0x000070f2 call  0x00006ad1 
- 00027378  0x000070f3 call  0x000069e6 
- 00027379  0x000070f5 call  0x00007d7c 
- 00027380  0x000070f6 rtn 
- 00027381  0x000070f9 and_into  0x000000e0 , 0x0000003f 
- 00027382  0x000070fa rshift  0x0000003f , 0x0000003f 
- 00027383  0x000070fb store  0x00000001 , 0x0000806f 
- 00027384  0x000070fc setarg  0x00000001 
- 00027385  0x000070fd arg  0x000043cd , 0x00000006 
- 00027386  0x000070ff ifetcht  0x00000002 , 0x00000006 
- 00027387  0x00007100 storet  0x00000002 , 0x0000804c 
- 00027388  0x00007101 store  0x00000001 , 0x00008020 
- 00027389  0x00007102 lshift  0x0000003f , 0x0000003f 
- 00027390  0x00007103 bbit0  0x00000003 , 0x00006afa 
- 00027391  0x00007104 rtn 
- 00027392  0x00007108 fetch  0x00000001 , 0x000001dd 
- 00027393  0x00007109 lshift  0x0000003f , 0x0000003f 
- 00027394  0x0000710a setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00027395  0x0000710b isolate0  0x0000000f , 0x00000011 
- 00027396  0x0000710c rtn  0x00000001 
- 00027397  0x0000710d store  0x00000001 , 0x000001dd 
- 00027398  0x0000710e rtn 
- 00027399  0x00007112 fetch  0x00000001 , 0x0000806f 
- 00027400  0x00007113 rtnbit0  0x00000007 
- 00027401  0x00007114 branch  0x00006b0d 
- 00027402  0x00007116 fetch  0x00000001 , 0x00008128 
- 00027403  0x00007117 qisolate1  0x0000003f 
- 00027404  0x00007118 rtn  0x00000001 
- 00027405  0x0000711a fetch  0x00000001 , 0x00008108 
- 00027406  0x0000711b bbit0  0x00000001 , 0x00006b0a 
- 00027407  0x0000711c call  0x000072d4 
- 00027408  0x0000711d branch  0x00006b0a 
- 00027409  0x00007132 fetch  0x00000002 , 0x000040f0 
- 00027410  0x00007133 rtn  0x00000034 
- 00027411  0x00007134 jam  0x00000080 , 0x00008023 
- 00027412  0x00007135 jam  0x00000000 , 0x00008022 
- 00027413  0x00007136 jam  0x00000000 , 0x00008024 
- 00027414  0x00007137 fetcht  0x00000002 , 0x000040f2 
- 00027415  0x00007138 lshift2  0x00000002 , 0x00000039 
- 00027416  0x00007139 iforce  0x00000006 
- 00027417  0x0000713b ifetch  0x00000001 , 0x00000006 
- 00027418  0x0000713c store  0x00000001 , 0x00008025 
- 00027419  0x0000713d loop  0x00006b19 
- 00027420  0x0000713e jam  0x00000000 , 0x00008023 
- 00027421  0x0000713f rtn 
- 00027422  0x00007147 copy  0x00000002 , 0x00000039 
- 00027423  0x00007148 fetch  0x00000002 , 0x000001e0 
- 00027424  0x00007149 iadd  0x00000002 , 0x00000002 
- 00027425  0x0000714a storet  0x00000002 , 0x000001e0 
- 00027426  0x0000714b iforce  0x00000012 
- 00027427  0x0000714c copy  0x00000011 , 0x0000002e 
- 00027428  0x0000714d jam  0x00000010 , 0x00008006 
- 00027429  0x0000714e call  0x00006b74 
- 00027430  0x0000714f copy  0x0000002e , 0x00000011 
- 00027431  0x00007150 isolate0  0x0000000f , 0x00000011 
- 00027432  0x00007151 rtn  0x00000001 
- 00027433  0x00007152 call  0x00007dc6 , 0x00000034 
- 00027434  0x00007153 branch  0x00006b00 
- 00027435  0x00007157 jam  0x00000001 , 0x00008ac8 
- 00027436  0x00007158 nop  0x0000012c 
- 00027437  0x00007159 jam  0x00000005 , 0x00008ac8 
- 00027438  0x0000715a nop  0x00000064 
- 00027439  0x0000715b jam  0x00000025 , 0x00008ac8 
- 00027440  0x0000715c nop  0x000003e8 
- 00027441  0x0000715d jam  0x00000027 , 0x00008ac8 
- 00027442  0x0000715e nop  0x0000012c 
- 00027443  0x0000715f rtn 
- 00027444  0x00007162 call  0x00006b2b 
- 00027445  0x00007163 jam  0x0000003f , 0x00008ac8 
- 00027446  0x00007164 rtn 
- 00027447  0x00007167 jam  0x00000083 , 0x00008047 
- 00027448  0x00007169 jam  0x00000000 , 0x00008ac8 
- 00027449  0x0000716a rtn 
- 00027450  0x0000716d call  0x00006b2b 
- 00027451  0x00007170 jam  0x00000082 , 0x00008047 
- 00027452  0x00007171 nop  0x0000000c 
- 00027453  0x00007172 jam  0x00000080 , 0x00008047 
- 00027454  0x00007173 jam  0x00000082 , 0x00008047 
- 00027455  0x00007174 nop  0x00000096 
- 00027456  0x00007175 rtn 
- 00027457  0x00007179 lshift3  0x00000012 , 0x00000012 
- 00027458  0x0000717a storer  0x00000012 , 0x00000002 , 0x00008044 
- 00027459  0x0000717b jam  0x00000000 , 0x00008046 
- 00027460  0x0000717c rtn 
- 00027461  0x00007180 bpatch  0x000000c4 , 0x00004018 
- 00027462  0x00007181 call  0x00006b34 
- 00027463  0x00007182 call  0x00006b41 
- 00027464  0x00007183 call  0x00006b3b 
- 00027465  0x00007185 ifetcht  0x00000001 , 0x00000011 
- 00027466  0x00007186 increase  0x00000001 , 0x00000011 
- 00027467  0x00007187 force  0x00000000 , 0x00000007 
- 00027468  0x00007189 qisolate0  0x00000002 
- 00027469  0x0000718a branch  0x00006b6c , 0x00000001 
- 00027470  0x0000718b fetch  0x00000001 , 0x00008046 
- 00027471  0x0000718c set1  0x00000006 , 0x0000003f 
- 00027472  0x0000718d set1  0x00000007 , 0x0000003f 
- 00027473  0x0000718e store  0x00000001 , 0x00008046 
- 00027474  0x0000718f jam  0x00000002 , 0x00008047 
- 00027475  0x00007190 jam  0x00000082 , 0x00008047 
- 00027476  0x00007191 set0  0x00000007 , 0x0000003f 
- 00027477  0x00007192 store  0x00000001 , 0x00008046 
- 00027478  0x00007193 jam  0x0000008a , 0x00008047 
- 00027479  0x00007194 nop  0x0000000b 
- 00027480  0x00007195 jam  0x000000ca , 0x00008047 
- 00027481  0x00007196 nop  0x00000021 
- 00027482  0x00007197 jam  0x0000004a , 0x00008047 
- 00027483  0x00007198 nop  0x0000002c 
- 00027484  0x00007199 jam  0x000000ca , 0x00008047 
- 00027485  0x0000719a nop  0x00000016 
- 00027486  0x0000719b jam  0x0000008a , 0x00008047 
- 00027487  0x0000719c nop  0x00000021 
- 00027488  0x0000719d jam  0x00000082 , 0x00008047 
- 00027489  0x0000719e nop  0x00000001 
- 00027490  0x0000719f jam  0x00000092 , 0x00008047 
- 00027491  0x000071a0 nop  0x0000000a 
- 00027492  0x000071a1 jam  0x000000b2 , 0x00008047 
- 00027493  0x000071a2 fetch  0x00000001 , 0x00008007 
- 00027494  0x000071a3 jam  0x00000092 , 0x00008047 
- 00027495  0x000071a4 nop  0x00000001 
- 00027496  0x000071a5 jam  0x00000082 , 0x00008047 
- 00027497  0x000071a6 nop  0x00000001 
- 00027498  0x000071a7 qisolate0  0x0000003f 
- 00027499  0x000071a8 branch  0x00006b4c , 0x00000001 
- 00027500  0x000071aa fetch  0x00000002 , 0x00008044 
- 00027501  0x000071ab increase  0x00000001 , 0x0000003f 
- 00027502  0x000071ac store  0x00000002 , 0x00008044 
- 00027503  0x000071ad increase  0x00000001 , 0x00000007 
- 00027504  0x000071ae compare  0x00000008 , 0x00000007 , 0x0000000f 
- 00027505  0x000071af nbranch  0x00006b4c , 0x00000001 
- 00027506  0x000071b0 loop  0x00006b49 
- 00027507  0x000071b1 branch  0x00006b38 
- 00027508  0x000071b8 bpatch  0x000000c5 , 0x00004018 
- 00027509  0x000071ba call  0x00006b41 
- 00027510  0x000071bb jam  0x000000a2 , 0x00008047 
- 00027511  0x000071bc increase  0x00000008 , 0x00000012 
- 00027512  0x000071bd arg  0x00000000 , 0x00000007 
- 00027513  0x000071be setarg  0xffffffff 
- 00027514  0x000071c0 fetcht  0x00000001 , 0x00008007 
- 00027515  0x000071c1 istoret  0x00000001 , 0x00000011 
- 00027516  0x000071c2 bcrc  0x00000002 
- 00027517  0x000071c3 jam  0x00000020 , 0x00008006 
- 00027518  0x000071c4 storer  0x00000012 , 0x00000002 , 0x00008044 
- 00027519  0x000071c5 isolate1  0x0000000f , 0x00000011 
- 00027520  0x000071c6 branch  0x00006b83 , 0x00000001 
- 00027521  0x000071c7 increase  0x00000001 , 0x00000011 
- 00027522  0x000071c8 branch  0x00006b89 
- 00027523  0x000071cb nbranch  0x00006b89 , 0x00000028 
- 00027524  0x000071cc increase  0x00000001 , 0x00000007 
- 00027525  0x000071cd compare  0x00000000 , 0x00000007 , 0x0000000f 
- 00027526  0x000071ce nbranch  0x00006b89 , 0x00000001 
- 00027527  0x000071cf call  0x000072d4 
- 00027528  0x000071d0 jam  0x00000010 , 0x00008006 
- 00027529  0x000071d2 increase  0x00000008 , 0x00000012 
- 00027530  0x000071d3 loop  0x00006b7a 
- 00027531  0x000071d4 jam  0x00000082 , 0x00008047 
- 00027532  0x000071d5 rtn 
- 00027533  0x000071e1 fetch  0x00000001 , 0x000043cb 
- 00027534  0x000071e2 beq  0x0000000a , 0x00006b9e 
- 00027535  0x000071e3 beq  0x00000004 , 0x00006b9f 
- 00027536  0x000071e5 beq  0x00000008 , 0x00006ba3 
- 00027537  0x000071e6 beq  0x00000009 , 0x00006ba7 
- 00027538  0x000071e7 beq  0x00000006 , 0x00006ba7 
- 00027539  0x000071e8 beq  0x0000000c , 0x00006b9e 
- 00027540  0x000071e9 beq  0x0000000d , 0x00006bb1 
- 00027541  0x000071ea beq  0x0000000e , 0x00006bab 
- 00027542  0x000071eb beq  0x0000000b , 0x00006b99 
- 00027543  0x000071ec beq  0x0000000f , 0x00006b9d 
- 00027544  0x000071ed branch  0x00006bc2 
- 00027545  0x000071f1 arg  0x000043b2 , 0x0000003f 
- 00027546  0x000071f2 arg  0x00006858 , 0x00000002 
- 00027547  0x000071f3 call  0x00006bb7 
- 00027548  0x000071f4 branch  0x00006bae 
- 00027549  0x000071f7 branch  0x00006bae 
- 00027550  0x000071fc branch  0x00006bbf 
- 00027551  0x00007200 arg  0x00005099 , 0x0000003f 
- 00027552  0x00007201 arg  0x00006858 , 0x00000002 
- 00027553  0x00007202 call  0x00006bb7 
- 00027554  0x00007203 branch  0x00006bae 
- 00027555  0x00007206 arg  0x000043b2 , 0x0000003f 
- 00027556  0x00007207 arg  0x000053dc , 0x00000002 
- 00027557  0x00007208 call  0x00006bb7 
- 00027558  0x00007209 branch  0x00006bae 
- 00027559  0x0000720c arg  0x000043b2 , 0x0000003f 
- 00027560  0x0000720d arg  0x00004770 , 0x00000002 
- 00027561  0x0000720e call  0x00006bb7 
- 00027562  0x0000720f branch  0x00006bae 
- 00027563  0x00007212 arg  0x000047b7 , 0x0000003f 
- 00027564  0x00007213 arg  0x00006858 , 0x00000002 
- 00027565  0x00007214 call  0x00006bb7 
- 00027566  0x00007216 arg  0x00003728 , 0x0000003f 
- 00027567  0x00007217 arg  0x00004292 , 0x00000002 
- 00027568  0x00007218 branch  0x00006bbc 
- 00027569  0x0000721b arg  0x000047b7 , 0x0000003f 
- 00027570  0x0000721c arg  0x00006858 , 0x00000002 
- 00027571  0x0000721d call  0x00006bb7 
- 00027572  0x0000721e arg  0x00002acb , 0x0000003f 
- 00027573  0x0000721f arg  0x0000310d , 0x00000002 
- 00027574  0x00007220 branch  0x00006bbc 
- 00027575  0x00007224 lshift16  0x00000002 , 0x00000002 
- 00027576  0x00007225 ior  0x00000002 , 0x0000003f 
- 00027577  0x00007226 branch  0x000023cf 
- 00027578  0x0000722a arg  0x00002b8f , 0x0000003f 
- 00027579  0x0000722b arg  0x0000310d , 0x00000002 
- 00027580  0x0000722d lshift16  0x00000002 , 0x00000002 
- 00027581  0x0000722e ior  0x00000002 , 0x0000003f 
- 00027582  0x0000722f branch  0x000023d6 
- 00027583  0x00007232 arg  0x00003112 , 0x0000003f 
- 00027584  0x00007233 arg  0x000036df , 0x00000002 
- 00027585  0x00007234 branch  0x00006bbc 
- 00027586  0x00007237 call  0x00006bbf 
- 00027587  0x00007238 arg  0x00002b8f , 0x0000003f 
- 00027588  0x00007239 arg  0x0000310d , 0x00000002 
- 00027589  0x0000723a branch  0x00006bb7 
- 00027590  0x00007241 bpatch  0x000000c6 , 0x00004018 
- 00027591  0x00007243 fetch  0x00000001 , 0x000043f5 
- 00027592  0x00007244 store  0x00000001 , 0x00008080 
- 00027593  0x00007245 fetch  0x00000001 , 0x000043f6 
- 00027594  0x00007246 store  0x00000001 , 0x00008081 
- 00027595  0x00007247 setarg  0x000001de 
- 00027596  0x00007248 store  0x00000002 , 0x00008084 
- 00027597  0x00007249 setarg  0x000001e3 
- 00027598  0x0000724a store  0x00000002 , 0x00008086 
- 00027599  0x0000724b branch  0x000069dc 
- 00027600  0x00007251 set1  0x00000007 , 0x0000003f 
- 00027601  0x00007252 store  0x00000002 , 0x000001de 
- 00027602  0x00007253 bpatch  0x000000c7 , 0x00004018 
- 00027603  0x00007254 jam  0x00000002 , 0x00008082 
- 00027604  0x00007255 jam  0x00000000 , 0x00008088 
- 00027605  0x00007256 jam  0x00000002 , 0x00008006 
- 00027606  0x00007257 branch  0x00006be0 
- 00027607  0x0000725b force  0x00000001 , 0x00000002 
- 00027608  0x0000725d store  0x00000001 , 0x000001de 
- 00027609  0x0000725e bpatch  0x000000c8 , 0x00004019 
- 00027610  0x0000725f jam  0x00000001 , 0x00008082 
- 00027611  0x00007260 storet  0x00000002 , 0x00008088 
- 00027612  0x00007261 jam  0x00000002 , 0x00008006 
- 00027613  0x00007262 call  0x00006be0 
- 00027614  0x00007263 fetch  0x00000001 , 0x000001e3 
- 00027615  0x00007264 rtn 
- 00027616  0x0000726b nop  0x00000005 
- 00027617  0x0000726c fetch  0x00000001 , 0x00008128 
- 00027618  0x0000726d bbit0  0x00000003 , 0x00006be0 
- 00027619  0x0000726e rtn 
- 00027620  0x00007277 disable  0x00000028 
- 00027621  0x00007278 copy  0x0000003f , 0x00000012 
- 00027622  0x00007279 fetch  0x00000001 , 0x00004420 
- 00027623  0x0000727a rtnne  0x00000000 
- 00027624  0x0000727b enable  0x00000028 
- 00027625  0x0000727c copy  0x00000012 , 0x0000003f 
- 00027626  0x0000727d branch  0x00006bf2 
- 00027627  0x00007281 fetch  0x00000001 , 0x00004420 
- 00027628  0x00007282 beq  0x00000001 , 0x00006bf2 
- 00027629  0x00007283 beq  0x00000002 , 0x00006bf8 
- 00027630  0x00007284 beq  0x00000003 , 0x00006c00 
- 00027631  0x00007285 beq  0x00000004 , 0x00006c04 
- 00027632  0x00007286 beq  0x00000005 , 0x00006c0b 
- 00027633  0x00007287 rtn 
- 00027634  0x0000728a store  0x00000003 , 0x00004419 
- 00027635  0x0000728b copy  0x00000011 , 0x0000003f 
- 00027636  0x0000728c store  0x00000002 , 0x0000441c 
- 00027637  0x0000728d storet  0x00000002 , 0x0000441e 
- 00027638  0x0000728e jam  0x00000002 , 0x00004420 
- 00027639  0x0000728f branch  0x00006c20 
- 00027640  0x00007292 call  0x00006c20 
- 00027641  0x00007293 jam  0x00000003 , 0x00004420 
- 00027642  0x00007294 call  0x00006c26 
- 00027643  0x00007295 arg  0x000001de , 0x00000011 
- 00027644  0x00007296 jam  0x00000004 , 0x00008082 
- 00027645  0x00007297 fetch  0x00000003 , 0x00004419 
- 00027646  0x00007298 arg  0x00000020 , 0x00000002 
- 00027647  0x00007299 branch  0x00006c40 
- 00027648  0x0000729c call  0x00006c20 
- 00027649  0x0000729d call  0x00006c63 
- 00027650  0x0000729e jam  0x00000004 , 0x00004420 
- 00027651  0x0000729f rtn 
- 00027652  0x000072a3 bpatch  0x000000c9 , 0x00004019 
- 00027653  0x000072a4 call  0x00006c20 
- 00027654  0x000072a5 jam  0x00000005 , 0x00004420 
- 00027655  0x000072a6 call  0x00006c26 
- 00027656  0x000072a7 call  0x00006c18 
- 00027657  0x000072a8 call  0x00006c3c 
- 00027658  0x000072a9 branch  0x00006c13 
- 00027659  0x000072ab call  0x00006c20 
- 00027660  0x000072ac call  0x00006c26 
- 00027661  0x000072ad setarg  0x00000005 
- 00027662  0x000072ae call  0x00006bd7 
- 00027663  0x000072af rtnbit1  0x00000000 
- 00027664  0x000072b0 jam  0x00000000 , 0x00004420 
- 00027665  0x000072b1 fetch  0x00000002 , 0x000043e7 
- 00027666  0x000072b2 branch  0x00007d79 
- 00027667  0x000072b4 fetch  0x00000004 , 0x00000678 
- 00027668  0x000072b5 fetcht  0x00000002 , 0x0000441c 
- 00027669  0x000072b7 increase  0xfffffffc , 0x00000002 
- 00027670  0x000072b8 istore  0x00000004 , 0x00000002 
- 00027671  0x000072b9 rtn 
- 00027672  0x000072bc fetcht  0x00000002 , 0x0000441c 
- 00027673  0x000072bd copy  0x00000002 , 0x00000011 
- 00027674  0x000072be increase  0xfffffffc , 0x00000002 
- 00027675  0x000072bf ifetch  0x00000004 , 0x00000002 
- 00027676  0x000072c0 store  0x00000004 , 0x00000678 
- 00027677  0x000072c1 fetcht  0x00000002 , 0x0000441e 
- 00027678  0x000072c2 fetch  0x00000003 , 0x00004419 
- 00027679  0x000072c3 rtn 
- 00027680  0x000072c6 bpatch  0x000000ca , 0x00004019 
- 00027681  0x000072c7 call  0x00006c8b 
- 00027682  0x000072c8 call  0x000069dc 
- 00027683  0x000072c9 setarg  0x00000000 
- 00027684  0x000072ca store  0x00000004 , 0x000001de 
- 00027685  0x000072cb rtn 
- 00027686  0x000072ce jam  0x00000006 , 0x000001de 
- 00027687  0x000072d0 setarg  0x00000000 
- 00027688  0x000072d1 store  0x00000002 , 0x00008088 
- 00027689  0x000072d2 setarg  0x00000001 
- 00027690  0x000072d3 store  0x00000002 , 0x00008082 
- 00027691  0x000072d4 setarg  0x000001de 
- 00027692  0x000072d5 store  0x00000002 , 0x00008084 
- 00027693  0x000072d6 jam  0x00000002 , 0x00008006 
- 00027694  0x000072d7 branch  0x00006be0 
- 00027695  0x000072da jam  0x000000ab , 0x000001de 
- 00027696  0x000072db branch  0x00006c27 
- 00027697  0x000072de jam  0x000000b9 , 0x000001de 
- 00027698  0x000072df branch  0x00006c27 
- 00027699  0x000072e2 store  0x00000003 , 0x00000670 
- 00027700  0x000072e3 storet  0x00000002 , 0x00000678 
- 00027701  0x000072e4 storer  0x00000011 , 0x00000002 , 0x00000684 
- 00027702  0x000072e5 bpatchx  0x000000b5 , 0x00004036 
- 00027703  0x000072e6 call  0x00006c26 
- 00027704  0x000072e7 fetch  0x00000003 , 0x00000670 
- 00027705  0x000072e8 fetcht  0x00000002 , 0x00000678 
- 00027706  0x000072e9 fetchr  0x00000011 , 0x00000002 , 0x00000684 
- 00027707  0x000072ea branch  0x00006c3c 
- 00027708  0x000072ee increase  0x00000004 , 0x00000002 
- 00027709  0x000072ef storet  0x00000002 , 0x00008082 
- 00027710  0x000072f0 arg  0x00000002 , 0x00000002 
- 00027711  0x000072f1 increase  0xfffffffc , 0x00000011 
- 00027712  0x000072f4 istoret  0x00000001 , 0x00000011 
- 00027713  0x000072f5 rshift16  0x0000003f , 0x00000002 
- 00027714  0x000072f6 istoret  0x00000001 , 0x00000005 
- 00027715  0x000072f7 rshift8  0x0000003f , 0x00000002 
- 00027716  0x000072f8 istoret  0x00000001 , 0x00000005 
- 00027717  0x000072f9 istore  0x00000001 , 0x00000005 
- 00027718  0x000072fa deposit  0x00000011 
- 00027719  0x000072fb store  0x00000002 , 0x00008084 
- 00027720  0x000072fc setarg  0x00000000 
- 00027721  0x000072fd store  0x00000002 , 0x00008088 
- 00027722  0x000072fe jam  0x00000002 , 0x00008006 
- 00027723  0x000072ff call  0x00006be0 
- 00027724  0x00007300 branch  0x00006c63 
- 00027725  0x00007305 storet  0x00000002 , 0x00008088 
- 00027726  0x00007306 rshift16  0x0000003f , 0x00000002 
- 00027727  0x00007307 storet  0x00000001 , 0x000001df 
- 00027728  0x00007308 rshift8  0x0000003f , 0x00000002 
- 00027729  0x00007309 storet  0x00000001 , 0x000001e0 
- 00027730  0x0000730a store  0x00000001 , 0x000001e1 
- 00027731  0x0000730b setarg  0x00000004 
- 00027732  0x0000730c store  0x00000002 , 0x00008082 
- 00027733  0x0000730d jam  0x00000003 , 0x000001de 
- 00027734  0x0000730e setarg  0x000001de 
- 00027735  0x0000730f store  0x00000002 , 0x00008084 
- 00027736  0x00007310 deposit  0x00000011 
- 00027737  0x00007311 store  0x00000002 , 0x00008086 
- 00027738  0x00007312 fetch  0x00000001 , 0x00008080 
- 00027739  0x00007313 isolate0  0x0000000f , 0x00000011 
- 00027740  0x00007314 setflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00027741  0x00007315 store  0x00000001 , 0x00008080 
- 00027742  0x00007316 jam  0x00000002 , 0x00008006 
- 00027743  0x00007318 fetch  0x00000001 , 0x00008128 
- 00027744  0x00007319 bbit1  0x00000007 , 0x00006c5f 
- 00027745  0x0000731a arg  0x00000003 , 0x00000007 
- 00027746  0x0000731b branch  0x00006be0 
- 00027747  0x0000731e setarg  0x000007d0 
- 00027748  0x0000731f call  0x0000235c 
- 00027749  0x00007320 call  0x00006c26 
- 00027750  0x00007321 setarg  0x000001e3 
- 00027751  0x00007322 store  0x00000002 , 0x00008086 
- 00027752  0x00007323 setarg  0x00000005 
- 00027753  0x00007324 call  0x00006bd7 
- 00027754  0x00007325 bbit1  0x00000000 , 0x00006c63 
- 00027755  0x00007326 rtn 
- 00027756  0x0000732d storet  0x00000002 , 0x00008088 
- 00027757  0x0000732e setarg  0x00000004 
- 00027758  0x0000732f store  0x00000002 , 0x00008082 
- 00027759  0x00007330 jam  0x00000003 , 0x000001de 
- 00027760  0x00007331 setarg  0x000001de 
- 00027761  0x00007332 store  0x00000002 , 0x00008084 
- 00027762  0x00007333 deposit  0x00000011 
- 00027763  0x00007334 store  0x00000002 , 0x00008086 
- 00027764  0x00007335 fetch  0x00000001 , 0x00008080 
- 00027765  0x00007336 isolate0  0x0000000f , 0x00000011 
- 00027766  0x00007337 setflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00027767  0x00007338 store  0x00000001 , 0x00008080 
- 00027768  0x00007339 jam  0x00000002 , 0x00008006 
- 00027769  0x0000733b fetch  0x00000001 , 0x00008128 
- 00027770  0x0000733c bbit1  0x00000007 , 0x00006c79 
- 00027771  0x0000733d arg  0x00000003 , 0x00000007 
- 00027772  0x0000733e call  0x00006b07 
- 00027773  0x0000733f call  0x00006be0 
- 00027774  0x00007340 isolate1  0x00000002 , 0x0000003f 
- 00027775  0x00007341 call  0x00006b00 
- 00027776  0x00007342 fetch  0x00000001 , 0x000001df 
- 00027777  0x00007343 lshift16  0x0000003f , 0x00000012 
- 00027778  0x00007344 fetch  0x00000002 , 0x000001e0 
- 00027779  0x00007345 byteswap  0x0000003f , 0x0000003f 
- 00027780  0x00007346 ior  0x00000012 , 0x0000003f 
- 00027781  0x00007347 iadd  0x00000002 , 0x0000003f 
- 00027782  0x00007348 store  0x00000001 , 0x000001e1 
- 00027783  0x00007349 rshift8  0x0000003f , 0x0000003f 
- 00027784  0x0000734a byteswap  0x0000003f , 0x0000003f 
- 00027785  0x0000734b store  0x00000002 , 0x000001df 
- 00027786  0x0000734c rtn 
- 00027787  0x0000734f fetch  0x00000001 , 0x00004421 
- 00027788  0x00007350 fetcht  0x00000001 , 0x00004423 
- 00027789  0x00007351 isub  0x00000002 , 0x0000003e 
- 00027790  0x00007352 nbranch  0x00006c90 , 0x00000005 
- 00027791  0x00007353 call  0x00006c9c 
- 00027792  0x00007356 fetch  0x00000001 , 0x00004421 
- 00027793  0x00007357 arg  0x00000020 , 0x00000002 
- 00027794  0x00007358 call  0x00006f21 
- 00027795  0x00007359 fetch  0x00000001 , 0x00004424 
- 00027796  0x0000735a arg  0x00000021 , 0x00000002 
- 00027797  0x0000735b call  0x00006f21 
- 00027798  0x0000735c fetch  0x00000001 , 0x00004422 
- 00027799  0x0000735d arg  0x00000022 , 0x00000002 
- 00027800  0x0000735e call  0x00006f21 
- 00027801  0x0000735f fetch  0x00000001 , 0x00004423 
- 00027802  0x00007360 arg  0x0000001f , 0x00000002 
- 00027803  0x00007361 branch  0x00006f21 
- 00027804  0x00007364 jam  0x00000001 , 0x00004421 
- 00027805  0x00007365 jam  0x00000003 , 0x00004422 
- 00027806  0x00007366 jam  0x00000000 , 0x00004423 
- 00027807  0x00007367 jam  0x00000002 , 0x00004424 
- 00027808  0x00007368 jam  0x0000000b , 0x00004425 
- 00027809  0x00007369 jam  0x0000000a , 0x00004426 
- 00027810  0x0000736a rtn 
- 00027811  0x0000736e jam  0x00000001 , 0x00008010 
- 00027812  0x0000736f rtn 
- 00027813  0x00007376 jam  0x00000005 , 0x0000808b 
- 00027814  0x00007377 jam  0x00000007 , 0x0000808c 
- 00027815  0x00007378 jam  0x00000007 , 0x0000808d 
- 00027816  0x00007379 jam  0x00000007 , 0x0000808e 
- 00027817  0x0000737a jam  0x00000007 , 0x0000808f 
- 00027818  0x0000737b jam  0x00000005 , 0x00008090 
- 00027819  0x0000737c jam  0x00000000 , 0x00008091 
- 00027820  0x0000737d rtn 
- 00027821  0x00007380 jam  0x0000000c , 0x0000808b 
- 00027822  0x00007381 jam  0x0000000d , 0x0000808c 
- 00027823  0x00007382 jam  0x0000000d , 0x0000808d 
- 00027824  0x00007383 jam  0x0000000d , 0x0000808e 
- 00027825  0x00007384 jam  0x0000000d , 0x0000808f 
- 00027826  0x00007385 jam  0x0000000c , 0x00008090 
- 00027827  0x00007386 jam  0x00000000 , 0x00008091 
- 00027828  0x00007387 rtn 
- 00027829  0x0000738a call  0x00006cd8 
- 00027830  0x0000738c fetch  0x00000001 , 0x00004428 
- 00027831  0x0000738d arg  0x0000006c , 0x00000002 
- 00027832  0x0000738e call  0x00006f21 
- 00027833  0x0000738f fetch  0x00000001 , 0x00004429 
- 00027834  0x00007390 arg  0x0000006d , 0x00000002 
- 00027835  0x00007391 branch  0x00006f21 
- 00027836  0x00007394 call  0x00006cdf 
- 00027837  0x00007395 branch  0x00006cb6 
- 00027838  0x00007398 fetch  0x00000001 , 0x00008128 
- 00027839  0x00007399 bbit0  0x00000005 , 0x00006cbe 
- 00027840  0x0000739a rtn 
- 00027841  0x000073b5 set1  0x00000028 , 0x00000000 
- 00027842  0x000073b6 jam  0x00000008 , 0x000043f4 
- 00027843  0x000073b7 rtn 
- 00027844  0x000073ba set0  0x00000028 , 0x00000000 
- 00027845  0x000073bb jam  0x00000020 , 0x000043f4 
- 00027846  0x000073bc rtn 
- 00027847  0x000073c0 fetch  0x00000001 , 0x000043eb 
- 00027848  0x000073c1 iadd  0x00000012 , 0x0000003f 
- 00027849  0x000073c2 store  0x00000001 , 0x000001e0 
- 00027850  0x000073c3 branch  0x00006cce 
- 00027851  0x000073c6 fetch  0x00000002 , 0x000001e0 
- 00027852  0x000073c7 byteswap  0x0000003f , 0x0000003f 
- 00027853  0x000073c8 store  0x00000001 , 0x000001e0 
- 00027854  0x000073ce setarg  0x00000003 
- 00027855  0x000073cf store  0x00000002 , 0x00008092 
- 00027856  0x000073d0 jam  0x000000a0 , 0x000001df 
- 00027857  0x000073d1 jam  0x000000a1 , 0x000001e1 
- 00027858  0x000073d2 branch  0x00006ced 
- 00027859  0x000073d9 storet  0x00000002 , 0x00000678 
- 00027860  0x000073da call  0x00006cd8 
- 00027861  0x000073db fetcht  0x00000002 , 0x00000678 
- 00027862  0x000073dc call  0x00006d07 
- 00027863  0x000073dd branch  0x00006cdf 
- 00027864  0x000073e0 fetch  0x00000001 , 0x00004427 
- 00027865  0x000073e1 rtneq  0x000000ff 
- 00027866  0x000073e2 bbit0  0x00000006 , 0x00006cdd 
- 00027867  0x000073e3 setarg  0x000249f0 
- 00027868  0x000073e4 call  0x0000235c 
- 00027869  0x000073e6 fetcht  0x00000001 , 0x00004427 
- 00027870  0x000073e7 branch  0x00006ef7 
- 00027871  0x000073ea fetcht  0x00000001 , 0x00004427 
- 00027872  0x000073eb branch  0x00006ef3 
- 00027873  0x000073f1 bpatch  0x000000cb , 0x00004019 
- 00027874  0x000073f2 bmark1  0x00000028 , 0x00006cc7 
- 00027875  0x000073f3 fetch  0x00000002 , 0x000043eb 
- 00027876  0x000073f4 iadd  0x00000012 , 0x0000003f 
- 00027877  0x000073f5 byteswap  0x0000003f , 0x0000003f 
- 00027878  0x000073f6 store  0x00000002 , 0x000001e0 
- 00027879  0x000073fa bpatch  0x000000cc , 0x00004019 
- 00027880  0x000073fb bmark1  0x00000028 , 0x00006ccb 
- 00027881  0x000073fc setarg  0x00000004 
- 00027882  0x000073fd store  0x00000002 , 0x00008092 
- 00027883  0x000073fe jam  0x000000a0 , 0x000001df 
- 00027884  0x000073ff jam  0x000000a1 , 0x000001e2 
- 00027885  0x00007401 setarg  0x000001df 
- 00027886  0x00007402 store  0x00000002 , 0x00008094 
- 00027887  0x00007403 storet  0x00000002 , 0x00008098 
- 00027888  0x00007404 storer  0x00000011 , 0x00000002 , 0x00008096 
- 00027889  0x00007405 setarg  0x00000002 
- 00027890  0x00007406 isolate0  0x0000000f , 0x00000011 
- 00027891  0x00007407 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00027892  0x00007408 store  0x00000001 , 0x0000808a 
- 00027893  0x00007409 jam  0x00000004 , 0x00008006 
- 00027894  0x0000740a arg  0x00000005 , 0x00000007 
- 00027895  0x0000740b call  0x00006b07 
- 00027896  0x0000740c call  0x00006cbe 
- 00027897  0x0000740d isolate1  0x00000004 , 0x0000003f 
- 00027898  0x0000740e call  0x00006b00 
- 00027899  0x0000740f bmark1  0x00000028 , 0x00006d02 
- 00027900  0x00007411 fetch  0x00000002 , 0x000001e0 
- 00027901  0x00007412 byteswap  0x0000003f , 0x0000003f 
- 00027902  0x00007413 iadd  0x00000002 , 0x0000003f 
- 00027903  0x00007414 byteswap  0x0000003f , 0x0000003f 
- 00027904  0x00007415 store  0x00000002 , 0x000001e0 
- 00027905  0x00007416 rtn 
- 00027906  0x00007419 fetch  0x00000001 , 0x000001e0 
- 00027907  0x0000741a iadd  0x00000002 , 0x0000003f 
- 00027908  0x0000741b byteswap  0x0000003f , 0x0000003f 
- 00027909  0x0000741c store  0x00000002 , 0x000001e0 
- 00027910  0x0000741d rtn 
- 00027911  0x00007424 fetch  0x00000002 , 0x000043eb 
- 00027912  0x00007425 iadd  0x00000012 , 0x0000003f 
- 00027913  0x00007428 store  0x00000002 , 0x00000670 
- 00027914  0x00007429 bpatch  0x000000cd , 0x00004019 
- 00027915  0x0000742a storet  0x00000002 , 0x00000678 
- 00027916  0x0000742b storer  0x00000011 , 0x00000002 , 0x0000068f 
- 00027917  0x0000742d call  0x00006d1c 
- 00027918  0x0000742f fetcht  0x00000002 , 0x00000688 
- 00027919  0x00007430 fetchr  0x00000011 , 0x00000002 , 0x0000068f 
- 00027920  0x00007431 fetch  0x00000002 , 0x00000670 
- 00027921  0x00007433 call  0x00006d3d 
- 00027922  0x00007435 fetch  0x00000002 , 0x00000688 
- 00027923  0x00007436 fetcht  0x00000002 , 0x0000068f 
- 00027924  0x00007437 iadd  0x00000002 , 0x00000002 
- 00027925  0x00007438 storet  0x00000002 , 0x0000068f 
- 00027926  0x00007439 fetcht  0x00000002 , 0x00000670 
- 00027927  0x0000743a iadd  0x00000002 , 0x00000002 
- 00027928  0x0000743b storet  0x00000002 , 0x00000670 
- 00027929  0x0000743c fetch  0x00000002 , 0x00000678 
- 00027930  0x0000743d nbranch  0x00006d0d , 0x00000034 
- 00027931  0x0000743e rtn 
- 00027932  0x00007447 bpatch  0x000000ce , 0x00004019 
- 00027933  0x00007448 fetch  0x00000001 , 0x000043f4 
- 00027934  0x00007449 increase  0xffffffff , 0x0000003f 
- 00027935  0x0000744a fetcht  0x00000002 , 0x00000670 
- 00027936  0x0000744b ior  0x00000002 , 0x0000003f 
- 00027937  0x0000744c increase  0x00000001 , 0x0000003f 
- 00027938  0x0000744d store  0x00000003 , 0x0000068c 
- 00027939  0x0000744f fetch  0x00000002 , 0x00000678 
- 00027940  0x00007450 iadd  0x00000002 , 0x0000003f 
- 00027941  0x00007452 fetcht  0x00000003 , 0x0000068c 
- 00027942  0x00007453 isub  0x00000002 , 0x0000003f 
- 00027943  0x00007454 nbranch  0x00006d2e , 0x00000002 
- 00027944  0x00007455 store  0x00000002 , 0x00000678 
- 00027945  0x00007456 fetch  0x00000003 , 0x0000068c 
- 00027946  0x00007457 fetcht  0x00000002 , 0x00000670 
- 00027947  0x00007458 isub  0x00000002 , 0x0000003f 
- 00027948  0x00007459 store  0x00000002 , 0x00000688 
- 00027949  0x0000745a rtn 
- 00027950  0x0000745d fetch  0x00000002 , 0x00000678 
- 00027951  0x0000745e store  0x00000002 , 0x00000688 
- 00027952  0x0000745f setarg  0x00000000 
- 00027953  0x00007460 store  0x00000002 , 0x00000678 
- 00027954  0x00007461 rtn 
- 00027955  0x00007464 copy  0x00000012 , 0x0000003f 
- 00027956  0x00007465 increase  0x00000002 , 0x00000002 
- 00027957  0x00007466 storet  0x00000002 , 0x00008092 
- 00027958  0x00007467 increase  0xfffffffe , 0x00000011 
- 00027959  0x00007468 ifetcht  0x00000003 , 0x00000011 
- 00027960  0x00007469 copy  0x00000002 , 0x00000012 
- 00027961  0x0000746a arg  0x000000a0 , 0x00000002 
- 00027962  0x0000746b istoret  0x00000001 , 0x00000011 
- 00027963  0x0000746c istore  0x00000001 , 0x00000005 
- 00027964  0x0000746d branch  0x00006d4a 
- 00027965  0x00007471 copy  0x0000003f , 0x00000012 
- 00027966  0x00007472 bpatch  0x000000cf , 0x00004019 
- 00027967  0x00007473 bmark1  0x00000028 , 0x00006d33 
- 00027968  0x00007474 copy  0x00000012 , 0x0000003f 
- 00027969  0x00007475 increase  0x00000003 , 0x00000002 
- 00027970  0x00007476 storet  0x00000002 , 0x00008092 
- 00027971  0x00007477 increase  0xfffffffd , 0x00000011 
- 00027972  0x00007478 ifetcht  0x00000003 , 0x00000011 
- 00027973  0x00007479 copy  0x00000002 , 0x00000012 
- 00027974  0x0000747a arg  0x000000a0 , 0x00000002 
- 00027975  0x0000747b istoret  0x00000001 , 0x00000011 
- 00027976  0x0000747c byteswap  0x0000003f , 0x0000003f 
- 00027977  0x0000747d istore  0x00000002 , 0x00000005 
- 00027978  0x0000747f storer  0x00000011 , 0x00000002 , 0x00008094 
- 00027979  0x00007480 setarg  0x00000000 
- 00027980  0x00007481 store  0x00000002 , 0x00008098 
- 00027981  0x00007482 jam  0x00000001 , 0x0000808a 
- 00027982  0x00007483 jam  0x00000004 , 0x00008006 
- 00027983  0x00007484 call  0x00006cbe 
- 00027984  0x00007485 istorer  0x00000012 , 0x00000003 , 0x00000011 
- 00027985  0x00007487 bpatch  0x000000d0 , 0x0000401a 
- 00027986  0x00007488 jam  0x00000000 , 0x000001e2 
- 00027987  0x0000748a setarg  0x00000001 
- 00027988  0x0000748b store  0x00000002 , 0x00008092 
- 00027989  0x0000748c jam  0x000000a0 , 0x000001df 
- 00027990  0x0000748d setarg  0x000001df 
- 00027991  0x0000748e store  0x00000002 , 0x00008094 
- 00027992  0x0000748f setarg  0x00000000 
- 00027993  0x00007490 store  0x00000002 , 0x00008098 
- 00027994  0x00007491 store  0x00000002 , 0x00008096 
- 00027995  0x00007492 setarg  0x00000003 
- 00027996  0x00007493 store  0x00000001 , 0x0000808a 
- 00027997  0x00007494 jam  0x00000004 , 0x00008006 
- 00027998  0x00007495 call  0x00006cbe 
- 00027999  0x00007496 fetch  0x00000001 , 0x00008128 
- 00028000  0x00007497 rtnbit0  0x00000006 
- 00028001  0x00007498 nop  0x000005dc 
- 00028002  0x00007499 fetch  0x00000001 , 0x000001e2 
- 00028003  0x0000749a increase  0x00000001 , 0x0000003f 
- 00028004  0x0000749b store  0x00000001 , 0x000001e2 
- 00028005  0x0000749c sub  0x0000003f , 0x00000028 , 0x0000003e 
- 00028006  0x0000749d nrtn  0x00000002 
- 00028007  0x0000749e branch  0x00006d53 
- 00028008  0x000074a3 call  0x00007dba 
- 00028009  0x000074a4 branch  0x00006d6a 
- 00028010  0x000074a7 rshift16  0x0000003f , 0x00000002 
- 00028011  0x000074a8 call  0x00006d8e , 0x00000028 
- 00028012  0x000074a9 rshift32  0x0000003f , 0x0000003f 
- 00028013  0x000074aa rshift16  0x0000003f , 0x00000002 
- 00028014  0x000074ab call  0x00006d8a , 0x00000028 
- 00028015  0x000074ac fetch  0x00000002 , 0x00008050 
- 00028016  0x000074ad set0  0x0000000f , 0x0000003f 
- 00028017  0x000074ae store  0x00000002 , 0x00008050 
- 00028018  0x000074af rtn 
- 00028019  0x000074b3 store  0x00000002 , 0x00008052 
- 00028020  0x000074b4 rtn 
- 00028021  0x000074b8 call  0x00006d77 
- 00028022  0x000074b9 branch  0x00006d73 
- 00028023  0x000074bd call  0x00006d7c 
- 00028024  0x000074be idiv  0x00000002 
- 00028025  0x000074bf call  0x00007d62 
- 00028026  0x000074c0 quotient  0x0000003f 
- 00028027  0x000074c1 rtn 
- 00028028  0x000074c4 fetch  0x00000001 , 0x00008043 
- 00028029  0x000074c5 bbit0  0x00000000 , 0x00006d80 
- 00028030  0x000074c6 setarg  0x02dc6c00 
- 00028031  0x000074c7 rtn 
- 00028032  0x000074c9 setarg  0x016e3600 
- 00028033  0x000074ca rtn 
- 00028034  0x000074cd fetch  0x00000001 , 0x00008043 
- 00028035  0x000074ce and  0x0000003f , 0x000000fe , 0x0000003f 
- 00028036  0x000074cf store  0x00000001 , 0x00008043 
- 00028037  0x000074d0 rtn 
- 00028038  0x000074d3 fetch  0x00000001 , 0x00008043 
- 00028039  0x000074d4 or  0x0000003f , 0x00000001 , 0x0000003f 
- 00028040  0x000074d5 store  0x00000001 , 0x00008043 
- 00028041  0x000074d6 rtn 
- 00028042  0x000074db store  0x00000002 , 0x0000805a 
- 00028043  0x000074dc store  0x00000002 , 0x0000805e 
- 00028044  0x000074dd storet  0x00000002 , 0x0000805c 
- 00028045  0x000074de rtn 
- 00028046  0x000074e2 store  0x00000002 , 0x00008054 
- 00028047  0x000074e3 store  0x00000002 , 0x00008058 
- 00028048  0x000074e4 storet  0x00000002 , 0x00008056 
- 00028049  0x000074e5 rtn 
- 00028050  0x000074e8 fetchr  0x0000000a , 0x00000002 , 0x0000805a 
- 00028051  0x000074e9 fetchr  0x00000010 , 0x00000002 , 0x0000805c 
- 00028052  0x000074ea fetchr  0x00000003 , 0x00000002 , 0x0000805e 
- 00028053  0x000074eb rtn 
- 00028054  0x000074ee fetchr  0x0000000a , 0x00000002 , 0x00008054 
- 00028055  0x000074ef fetchr  0x00000010 , 0x00000002 , 0x00008056 
- 00028056  0x000074f0 fetchr  0x00000003 , 0x00000002 , 0x00008058 
- 00028057  0x000074f1 rtn 
- 00028058  0x000074f4 storer  0x00000003 , 0x00000002 , 0x0000805e 
- 00028059  0x000074f5 rtn 
- 00028060  0x000074f8 storer  0x00000003 , 0x00000002 , 0x00008058 
- 00028061  0x000074f9 rtn 
- 00028062  0x000074fc call  0x00006d96 
- 00028063  0x000074fd fetch  0x00000002 , 0x00008112 
- 00028064  0x000074fe iadd  0x00000003 , 0x00000003 
- 00028065  0x000074ff branch  0x00006d9c 
- 00028066  0x00007502 call  0x00006da6 
- 00028067  0x00007503 branch  0x00006d92 
- 00028068  0x00007506 call  0x00006d9a 
- 00028069  0x00007507 branch  0x00006daa 
- 00028070  0x0000750b storer  0x00000003 , 0x00000002 , 0x00000697 
- 00028071  0x0000750c storer  0x0000000a , 0x00000002 , 0x00000695 
- 00028072  0x0000750d storer  0x00000010 , 0x00000002 , 0x00000693 
- 00028073  0x0000750e rtn 
- 00028074  0x00007511 fetchr  0x00000003 , 0x00000002 , 0x00000697 
- 00028075  0x00007512 fetchr  0x0000000a , 0x00000002 , 0x00000695 
- 00028076  0x00007513 fetchr  0x00000010 , 0x00000002 , 0x00000693 
- 00028077  0x00007514 rtn 
- 00028078  0x00007517 fetch  0x00000002 , 0x0000810e 
- 00028079  0x00007518 nbranch  0x00006dae , 0x00000034 
- 00028080  0x00007519 rtn 
- 00028081  0x0000751c deposit  0x00000039 
- 00028082  0x0000751d rtn  0x00000034 
- 00028083  0x0000751f increase  0xfffffff8 , 0x00000039 
- 00028084  0x00007520 call  0x00006dbe , 0x00000002 
- 00028085  0x00007521 rtn  0x00000005 
- 00028086  0x00007522 branch  0x00006db3 , 0x00000002 
- 00028087  0x00007523 increase  0x00000008 , 0x00000039 
- 00028088  0x00007525 increase  0xfffffffc , 0x00000039 
- 00028089  0x00007526 call  0x00006dc1 , 0x00000002 
- 00028090  0x00007527 rtn  0x00000005 
- 00028091  0x00007528 branch  0x00006db8 , 0x00000002 
- 00028092  0x00007529 increase  0x00000004 , 0x00000039 
- 00028093  0x0000752a branch  0x00006dc4 
- 00028094  0x0000752d ifetch  0x00000008 , 0x00000006 
- 00028095  0x0000752e istore  0x00000008 , 0x00000003 
- 00028096  0x0000752f rtn 
- 00028097  0x00007532 ifetch  0x00000004 , 0x00000006 
- 00028098  0x00007533 istore  0x00000004 , 0x00000003 
- 00028099  0x00007534 rtn 
- 00028100  0x00007537 deposit  0x00000039 
- 00028101  0x00007538 rtn  0x00000034 
- 00028102  0x0000753a ifetch  0x00000001 , 0x00000006 
- 00028103  0x0000753b istore  0x00000001 , 0x00000003 
- 00028104  0x0000753c loop  0x00006dc6 
- 00028105  0x0000753d rtn 
- 00028106  0x00007540 deposit  0x00000039 
- 00028107  0x00007541 rtn  0x00000034 
- 00028108  0x00007543 increase  0xfffffff8 , 0x00000039 
- 00028109  0x00007544 call  0x00006dd7 , 0x00000002 
- 00028110  0x00007545 rtn  0x00000005 
- 00028111  0x00007546 branch  0x00006dcc , 0x00000002 
- 00028112  0x00007547 increase  0x00000008 , 0x00000039 
- 00028113  0x00007549 increase  0xfffffffc , 0x00000039 
- 00028114  0x0000754a call  0x00006dda , 0x00000002 
- 00028115  0x0000754b rtn  0x00000005 
- 00028116  0x0000754c branch  0x00006dd1 , 0x00000002 
- 00028117  0x0000754d increase  0x00000004 , 0x00000039 
- 00028118  0x0000754e branch  0x00006ddd 
- 00028119  0x00007552 ifetch  0x00000008 , 0x00000003 
- 00028120  0x00007553 istore  0x00000008 , 0x00000005 
- 00028121  0x00007554 rtn 
- 00028122  0x00007557 ifetch  0x00000004 , 0x00000003 
- 00028123  0x00007558 istore  0x00000004 , 0x00000005 
- 00028124  0x00007559 rtn 
- 00028125  0x0000755d deposit  0x00000039 
- 00028126  0x0000755e rtn  0x00000034 
- 00028127  0x00007560 ifetch  0x00000001 , 0x00000003 
- 00028128  0x00007561 istore  0x00000001 , 0x00000005 
- 00028129  0x00007562 loop  0x00006ddf 
- 00028130  0x00007563 rtn 
- 00028131  0x00007569 jam  0x0000003d , 0x0000066f 
- 00028132  0x0000756a branch  0x0000782b 
- 00028133  0x0000756d bpatch  0x000000d1 , 0x0000401a 
- 00028134  0x0000756e fetch  0x00000001 , 0x000043fa 
- 00028135  0x0000756f rtn  0x00000034 
- 00028136  0x00007570 call  0x00006e87 
- 00028137  0x00007571 call  0x00006e8d , 0x00000005 
- 00028138  0x00007572 call  0x00007dc0 
- 00028139  0x00007573 call  0x00006e18 
- 00028140  0x00007575 fetch  0x00000001 , 0x000043fa 
- 00028141  0x00007576 icopy  0x00000013 
- 00028142  0x00007577 fetcht  0x00000002 , 0x000043f8 
- 00028143  0x00007578 storet  0x00000002 , 0x00000033 
- 00028144  0x0000757a copy  0x00000013 , 0x0000003f 
- 00028145  0x0000757b branch  0x00006de3 , 0x00000034 
- 00028146  0x0000757c increase  0xffffffff , 0x00000013 
- 00028147  0x0000757d copy  0x00000002 , 0x00000011 
- 00028148  0x0000757e ifetch  0x00000001 , 0x00000011 
- 00028149  0x0000757f fetcht  0x00000001 , 0x00000031 
- 00028150  0x00007580 isub  0x00000002 , 0x0000003e 
- 00028151  0x00007581 call  0x00006e00 , 0x00000005 
- 00028152  0x00007582 branch  0x00006dfc , 0x00000002 
- 00028153  0x00007583 ifetch  0x00000001 , 0x00000011 
- 00028154  0x00007584 increase  0x00000001 , 0x0000003f 
- 00028155  0x00007585 istore  0x00000001 , 0x00000011 
- 00028156  0x00007587 fetcht  0x00000002 , 0x00000033 
- 00028157  0x00007588 increase  0x00000022 , 0x00000002 
- 00028158  0x00007589 storet  0x00000002 , 0x00000033 
- 00028159  0x0000758a branch  0x00006df0 
- 00028160  0x0000758d setarg  0x00000000 
- 00028161  0x0000758e istore  0x00000001 , 0x00000011 
- 00028162  0x0000758f fetch  0x00000001 , 0x00000032 
- 00028163  0x00007590 istore  0x00000001 , 0x00000005 
- 00028164  0x00007591 bne  0x00000033 , 0x00006e0d 
- 00028165  0x00007594 ifetch  0x00000006 , 0x00000006 
- 00028166  0x00007595 istore  0x00000008 , 0x00000005 
- 00028167  0x00007596 setarg  0x00000000 
- 00028168  0x00007597 istore  0x00000008 , 0x00000005 
- 00028169  0x00007598 copy  0x00000012 , 0x00000006 
- 00028170  0x0000759a call  0x00007c8f 
- 00028171  0x0000759b force  0x00000001 , 0x0000003e 
- 00028172  0x0000759c rtn 
- 00028173  0x0000759f beq  0x00000036 , 0x00006e11 
- 00028174  0x000075a0 beq  0x00000037 , 0x00006e15 
- 00028175  0x000075a1 arg  0x0000428a , 0x00000012 
- 00028176  0x000075a2 branch  0x00006e05 
- 00028177  0x000075a5 arg  0x0000430d , 0x00000006 
- 00028178  0x000075a6 call  0x00007c8f 
- 00028179  0x000075a8 arg  0x0000428a , 0x00000006 
- 00028180  0x000075a9 branch  0x00006e0a 
- 00028181  0x000075ac arg  0x00004305 , 0x00000006 
- 00028182  0x000075ad call  0x00007c8f 
- 00028183  0x000075ae branch  0x00006e13 
- 00028184  0x000075b4 bpatch  0x000000d2 , 0x0000401a 
- 00028185  0x000075b5 call  0x00007dbc 
- 00028186  0x000075b6 fetch  0x00000001 , 0x000043fa 
- 00028187  0x000075b7 rtn  0x00000034 
- 00028188  0x000075b8 bpatch  0x000000d3 , 0x0000401a 
- 00028189  0x000075b9 fetch  0x00000002 , 0x000044e9 
- 00028190  0x000075ba rtnbit0  0x00000009 
- 00028191  0x000075bc fetch  0x00000001 , 0x000042cb 
- 00028192  0x000075bd beq  0x00000000 , 0x00006e34 
- 00028193  0x000075be fetch  0x00000001 , 0x0000017d 
- 00028194  0x000075bf compare  0x000000c0 , 0x0000003f , 0x000000c0 
- 00028195  0x000075c0 branch  0x00006e27 , 0x00000001 
- 00028196  0x000075c1 compare  0x00000040 , 0x0000003f , 0x000000c0 
- 00028197  0x000075c2 branch  0x00006e39 , 0x00000001 
- 00028198  0x000075c3 branch  0x00006e2e 
- 00028199  0x000075c6 branch  0x00006e2b , 0x0000002c 
- 00028200  0x000075c7 fetch  0x00000001 , 0x000042c2 
- 00028201  0x000075c8 bbit0  0x00000001 , 0x00006e34 
- 00028202  0x000075c9 branch  0x00006e2e 
- 00028203  0x000075cc call  0x00006e34 
- 00028204  0x000075cd rtn  0x00000028 
- 00028205  0x000075ce branch  0x00006e2e 
- 00028206  0x000075d3 fetch  0x00000001 , 0x000042fe 
- 00028207  0x000075d4 bbit1  0x00000007 , 0x00006e31 
- 00028208  0x000075d5 branch  0x00006e37 
- 00028209  0x000075d9 fetch  0x00000006 , 0x00000178 
- 00028210  0x000075da store  0x00000008 , 0x00004305 
- 00028211  0x000075db branch  0x00006e37 
- 00028212  0x000075df jam  0x00000035 , 0x00000032 
- 00028213  0x000075e0 fetch  0x00000006 , 0x00000178 
- 00028214  0x000075e1 branch  0x00006e3b 
- 00028215  0x000075e4 jam  0x00000037 , 0x00000032 
- 00028216  0x000075e5 branch  0x00006e3b 
- 00028217  0x000075e9 jam  0x00000036 , 0x00000032 
- 00028218  0x000075ea branch  0x00006e3b 
- 00028219  0x000075ed bpatch  0x000000d4 , 0x0000401a 
- 00028220  0x000075ef fetch  0x00000002 , 0x000043f8 
- 00028221  0x000075f0 ifetcht  0x00000001 , 0x0000003f 
- 00028222  0x000075f1 pincrease  0x00000001 
- 00028223  0x000075f2 store  0x00000002 , 0x00000033 
- 00028224  0x000075f3 storet  0x00000001 , 0x00000031 
- 00028225  0x000075f4 fetch  0x00000001 , 0x000043fa 
- 00028226  0x000075f5 icopy  0x00000013 
- 00028227  0x000075f7 fetch  0x00000002 , 0x00000033 
- 00028228  0x000075f8 copy  0x0000003f , 0x00000011 
- 00028229  0x000075f9 call  0x00006e53 
- 00028230  0x000075fa rtn  0x00000028 
- 00028231  0x000075fb fetcht  0x00000002 , 0x00000033 
- 00028232  0x000075fc increase  0x00000022 , 0x00000002 
- 00028233  0x000075fd storet  0x00000002 , 0x00000033 
- 00028234  0x000075fe increase  0xffffffff , 0x00000002 
- 00028235  0x000075ff ifetch  0x00000001 , 0x00000002 
- 00028236  0x00007600 store  0x00000001 , 0x00000031 
- 00028237  0x00007601 increase  0xffffffff , 0x00000013 
- 00028238  0x00007602 nbranch  0x00006e43 , 0x00000005 
- 00028239  0x00007603 fetch  0x00000001 , 0x000043fa 
- 00028240  0x00007604 pincrease  0xffffffff 
- 00028241  0x00007605 store  0x00000001 , 0x00000031 
- 00028242  0x00007606 rtn 
- 00028243  0x00007608 fetch  0x00000001 , 0x00000032 
- 00028244  0x00007609 bne  0x00000033 , 0x00006e5a 
- 00028245  0x0000760b arg  0x00000032 , 0x00000012 
- 00028246  0x0000760c arg  0x00000007 , 0x00000039 
- 00028247  0x0000760d call  0x00007d64 
- 00028248  0x0000760e branch  0x00007dba , 0x00000005 
- 00028249  0x0000760f rtn 
- 00028250  0x00007612 beq  0x00000036 , 0x00006e5d 
- 00028251  0x00007613 beq  0x00000037 , 0x00006e78 
- 00028252  0x00007614 branch  0x00006e55 
- 00028253  0x00007617 ifetcht  0x00000001 , 0x00000011 
- 00028254  0x00007618 isub  0x00000002 , 0x0000003e 
- 00028255  0x00007619 nrtn  0x00000005 
- 00028256  0x0000761a arg  0x000006a1 , 0x00000005 
- 00028257  0x0000761b arg  0x00000010 , 0x00000039 
- 00028258  0x0000761c call  0x00007ca1 
- 00028259  0x0000761d fetch  0x00000003 , 0x0000017b 
- 00028260  0x0000761e store  0x00000003 , 0x000006a1 
- 00028261  0x0000761f call  0x00006e6f 
- 00028262  0x00007620 fetch  0x00000002 , 0x000006be 
- 00028263  0x00007621 byteswap  0x0000003f , 0x0000003f 
- 00028264  0x00007622 lshift8  0x0000003f , 0x00000002 
- 00028265  0x00007623 ifetch  0x00000001 , 0x00000006 
- 00028266  0x00007624 iadd  0x00000002 , 0x0000003f 
- 00028267  0x00007625 fetcht  0x00000003 , 0x00000178 
- 00028268  0x00007626 isub  0x00000002 , 0x0000003e 
- 00028269  0x00007627 branch  0x00007dba , 0x00000005 
- 00028270  0x00007628 rtn 
- 00028271  0x0000762c arg  0x000006a1 , 0x00000006 
- 00028272  0x0000762d call  0x00007361 
- 00028273  0x0000762f ifetch  0x00000001 , 0x00000011 
- 00028274  0x00007630 call  0x00007362 
- 00028275  0x00007631 force  0x00000038 , 0x00000036 
- 00028276  0x00007632 force  0x00000000 , 0x00000036 
- 00028277  0x00007633 call  0x000072cf 
- 00028278  0x00007634 arg  0x000006b1 , 0x00000005 
- 00028279  0x00007635 branch  0x00007375 
- 00028280  0x00007638 ifetcht  0x00000001 , 0x00000011 
- 00028281  0x00007639 isub  0x00000002 , 0x0000003e 
- 00028282  0x0000763a nrtn  0x00000005 
- 00028283  0x0000763b copy  0x00000006 , 0x00000011 
- 00028284  0x0000763c add  0x00000006 , 0x00000008 , 0x00000013 
- 00028285  0x0000763d arg  0x00004305 , 0x00000012 
- 00028286  0x0000763e arg  0x00000008 , 0x00000039 
- 00028287  0x0000763f call  0x00007d64 
- 00028288  0x00007640 branch  0x00007dba , 0x00000005 
- 00028289  0x00007641 copy  0x00000013 , 0x00000011 
- 00028290  0x00007642 arg  0x0000430d , 0x00000012 
- 00028291  0x00007643 arg  0x00000008 , 0x00000039 
- 00028292  0x00007644 call  0x00007d64 
- 00028293  0x00007645 branch  0x00007dba , 0x00000005 
- 00028294  0x00007646 rtn 
- 00028295  0x00007649 fetch  0x00000002 , 0x000043f8 
- 00028296  0x0000764a ifetcht  0x00000001 , 0x0000003f 
- 00028297  0x0000764b pincrease  0x00000022 
- 00028298  0x0000764c ifetch  0x00000001 , 0x0000003f 
- 00028299  0x0000764d isub  0x00000002 , 0x0000003e 
- 00028300  0x0000764e rtn 
- 00028301  0x00007651 fetch  0x00000001 , 0x000043fa 
- 00028302  0x00007652 icopy  0x00000039 
- 00028303  0x00007653 fetcht  0x00000002 , 0x000043f8 
- 00028304  0x00007654 setarg  0x00000000 
- 00028305  0x00007656 istore  0x00000001 , 0x00000002 
- 00028306  0x00007657 increase  0x00000022 , 0x00000002 
- 00028307  0x00007658 pincrease  0x00000001 
- 00028308  0x00007659 loop  0x00006e91 
- 00028309  0x0000765a rtn 
- 00028310  0x0000765f call  0x00007dbe 
- 00028311  0x00007660 call  0x00006e18 
- 00028312  0x00007661 nbranch  0x00006ea1 , 0x00000028 
- 00028313  0x00007662 fetch  0x00000002 , 0x00000033 
- 00028314  0x00007663 add  0x0000003f , 0x00000001 , 0x00000006 
- 00028315  0x00007664 arg  0x0000430d , 0x00000005 
- 00028316  0x00007665 call  0x00007c8f 
- 00028317  0x00007666 arg  0x0000428a , 0x00000005 
- 00028318  0x00007667 call  0x00007c8f 
- 00028319  0x00007668 jam  0x00000001 , 0x0000429a 
- 00028320  0x00007669 rtn 
- 00028321  0x0000766c jam  0x00000000 , 0x0000429a 
- 00028322  0x0000766d rtn 
- 00028323  0x00007671 jam  0x00000034 , 0x00000032 
- 00028324  0x00007672 branch  0x00006ea5 
- 00028325  0x00007675 fetch  0x00000001 , 0x000043cb 
- 00028326  0x00007676 beq  0x0000000a , 0x00006de5 
- 00028327  0x00007677 beq  0x00000008 , 0x00005c42 
- 00028328  0x00007678 rtn 
- 00028329  0x0000767f and  0x00000002 , 0x0000001f , 0x0000003f 
- 00028330  0x00007680 rshift  0x0000003f , 0x0000003f 
- 00028331  0x00007681 arg  0x00000016 , 0x00000005 
- 00028332  0x00007682 iadd  0x00000005 , 0x00000005 
- 00028333  0x00007683 arg  0x000000f0 , 0x00000030 
- 00028334  0x00007684 isolate0  0x00000000 , 0x00000002 
- 00028335  0x00007685 rtn  0x00000001 
- 00028336  0x00007686 arg  0x0000000f , 0x00000030 
- 00028337  0x00007687 rtn 
- 00028338  0x0000768b bpatch  0x000000d5 , 0x0000401a 
- 00028339  0x0000768c set1  0x00000007 , 0x00000002 
- 00028340  0x0000768d call  0x00006ee6 
- 00028341  0x0000768e nsetflag  0x00000001 , 0x00000007 , 0x00000002 
- 00028342  0x00007692 bpatch  0x000000d6 , 0x0000401a 
- 00028343  0x00007693 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028344  0x00007694 rtn  0x00000005 
- 00028345  0x00007695 arg  0x00000004 , 0x00000008 
- 00028346  0x00007696 isolate1  0x00000007 , 0x00000002 
- 00028347  0x00007697 branch  0x00006ebd , 0x00000001 
- 00028348  0x00007698 arg  0x00000002 , 0x00000008 
- 00028349  0x0000769a call  0x00006ea9 
- 00028350  0x0000769b isolate0  0x00000000 , 0x00000002 
- 00028351  0x0000769c branch  0x00006ec1 , 0x00000001 
- 00028352  0x0000769d lshift4  0x00000008 , 0x00000008 
- 00028353  0x0000769f ifetch  0x00000001 , 0x00000005 
- 00028354  0x000076a0 iand  0x00000030 , 0x0000003f 
- 00028355  0x000076a1 ior  0x00000008 , 0x0000003f 
- 00028356  0x000076a2 istore  0x00000001 , 0x00000005 
- 00028357  0x000076a3 rtn 
- 00028358  0x000076a7 bpatch  0x000000d7 , 0x0000401a 
- 00028359  0x000076a8 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028360  0x000076a9 rtn  0x00000005 
- 00028361  0x000076aa arg  0x00000001 , 0x00000008 
- 00028362  0x000076ab call  0x00006ea9 
- 00028363  0x000076ac isolate0  0x00000000 , 0x00000002 
- 00028364  0x000076ad branch  0x00006ece , 0x00000001 
- 00028365  0x000076ae lshift4  0x00000008 , 0x00000008 
- 00028366  0x000076b0 ifetch  0x00000001 , 0x00000005 
- 00028367  0x000076b1 iand  0x00000030 , 0x0000003f 
- 00028368  0x000076b2 ior  0x00000008 , 0x0000003f 
- 00028369  0x000076b3 istore  0x00000001 , 0x00000005 
- 00028370  0x000076b4 rtn 
- 00028371  0x000076ba bpatch  0x000000d8 , 0x0000401b 
- 00028372  0x000076bb sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028373  0x000076bc rtn  0x00000005 
- 00028374  0x000076bd call  0x00006ea9 
- 00028375  0x000076be ifetch  0x00000001 , 0x00000005 
- 00028376  0x000076bf iand  0x00000030 , 0x0000003f 
- 00028377  0x000076c0 istore  0x00000001 , 0x00000005 
- 00028378  0x000076c1 rtn 
- 00028379  0x000076c4 call  0x00006ed3 
- 00028380  0x000076c5 branch  0x00006ee0 
- 00028381  0x000076c9 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028382  0x000076ca rtn  0x00000005 
- 00028383  0x000076cb ncall  0x00006eb6 , 0x0000002b 
- 00028384  0x000076cd call  0x00006f14 
- 00028385  0x000076ce setarg  0x00000000 
- 00028386  0x000076cf isolate1  0x00000007 , 0x00000002 
- 00028387  0x000076d0 nsetflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00028388  0x000076d1 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00028389  0x000076d2 branch  0x00006f0d 
- 00028390  0x000076d6 bpatch  0x000000d9 , 0x0000401b 
- 00028391  0x000076d7 arg  0x0000811c , 0x00000005 
- 00028392  0x000076d8 and  0x00000002 , 0x00000007 , 0x00000007 
- 00028393  0x000076d9 rshift3  0x00000002 , 0x0000003f 
- 00028394  0x000076da and_into  0x00000003 , 0x0000003f 
- 00028395  0x000076db iadd  0x00000005 , 0x00000005 
- 00028396  0x000076dc ifetch  0x00000001 , 0x00000005 
- 00028397  0x000076dd isolate1  0x00000007 , 0x00000002 
- 00028398  0x000076de branch  0x00006ef1 , 0x00000001 
- 00028399  0x000076df qisolate0  0x0000003f 
- 00028400  0x000076e0 rtn 
- 00028401  0x000076e2 qisolate1  0x0000003f 
- 00028402  0x000076e3 rtn 
- 00028403  0x000076e7 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028404  0x000076e8 rtn  0x00000005 
- 00028405  0x000076e9 isolate1  0x00000007 , 0x0000003e 
- 00028406  0x000076ea branch  0x00006efa 
- 00028407  0x000076ee sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028408  0x000076ef rtn  0x00000005 
- 00028409  0x000076f0 isolate0  0x00000007 , 0x0000003e 
- 00028410  0x000076f4 setarg  0x00000000 
- 00028411  0x000076f5 nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00028412  0x000076f6 ixor  0x00000002 , 0x00000002 
- 00028413  0x000076fa call  0x00006f14 
- 00028414  0x000076fb setarg  0x0000003f 
- 00028415  0x000076fc isolate1  0x00000007 , 0x00000002 
- 00028416  0x000076fd setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00028417  0x000076fe branch  0x00006f0d 
- 00028418  0x00007702 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028419  0x00007703 branch  0x00007dc4 , 0x00000005 
- 00028420  0x00007704 call  0x00006f14 
- 00028421  0x00007705 ifetch  0x00000001 , 0x00000005 
- 00028422  0x00007706 bbit1  0x00000000 , 0x00006f09 
- 00028423  0x00007707 isolate0  0x00000007 , 0x00000002 
- 00028424  0x00007708 rtn 
- 00028425  0x0000770a isolate1  0x00000007 , 0x00000002 
- 00028426  0x0000770b rtn 
- 00028427  0x0000770e call  0x00006f14 
- 00028428  0x0000770f setarg  0x000000c0 
- 00028429  0x00007711 istore  0x00000001 , 0x00000005 
- 00028430  0x00007712 rtn 
- 00028431  0x00007715 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00028432  0x00007716 rtn  0x00000005 
- 00028433  0x00007717 call  0x00006f14 
- 00028434  0x00007718 setarg  0x00000000 
- 00028435  0x00007719 branch  0x00006f0d 
- 00028436  0x0000771c and  0x00000002 , 0x0000003f , 0x0000003f 
- 00028437  0x0000771d sub  0x0000003f , 0x0000000f , 0x0000003e 
- 00028438  0x0000771e nbranch  0x00006f1a , 0x00000002 
- 00028439  0x0000771f arg  0x00008070 , 0x00000005 
- 00028440  0x00007721 iadd  0x00000005 , 0x00000005 
- 00028441  0x00007722 rtn 
- 00028442  0x00007724 arg  0x000080d4 , 0x00000005 
- 00028443  0x00007725 increase  0xfffffff0 , 0x0000003f 
- 00028444  0x00007726 branch  0x00006f18 
- 00028445  0x0000772a and  0x0000003f , 0x000000ff , 0x00000002 
- 00028446  0x0000772b rshift8  0x0000003f , 0x0000003f 
- 00028447  0x0000772c branch  0x00006f21 
- 00028448  0x00007730 rtnbit0  0x00000007 
- 00028449  0x00007732 and_into  0x0000003f , 0x0000003f 
- 00028450  0x00007733 sub  0x0000003f , 0x0000000f , 0x0000003e 
- 00028451  0x00007734 nbranch  0x00006f28 , 0x00000002 
- 00028452  0x00007735 arg  0x00008070 , 0x00000005 
- 00028453  0x00007737 iadd  0x00000005 , 0x00000005 
- 00028454  0x00007738 istoret  0x00000001 , 0x00000005 
- 00028455  0x00007739 rtn 
- 00028456  0x0000773b arg  0x000080d4 , 0x00000005 
- 00028457  0x0000773c increase  0xfffffff0 , 0x0000003f 
- 00028458  0x0000773d branch  0x00006f25 
- 00028459  0x00007742 and_into  0x0000003f , 0x00000002 
- 00028460  0x00007743 sub  0x00000002 , 0x0000000f , 0x0000003e 
- 00028461  0x00007744 nbranch  0x00006f32 , 0x00000002 
- 00028462  0x00007745 setarg  0x00008070 
- 00028463  0x00007747 iadd  0x00000002 , 0x00000006 
- 00028464  0x00007748 ifetch  0x00000001 , 0x00000006 
- 00028465  0x00007749 rtn 
- 00028466  0x0000774b setarg  0x000080d4 
- 00028467  0x0000774c increase  0xfffffff0 , 0x00000002 
- 00028468  0x0000774d branch  0x00006f2f 
- 00028469  0x00007752 arg  0x00000010 , 0x00000039 
- 00028470  0x00007753 arg  0x00008070 , 0x00000006 
- 00028471  0x00007755 copy  0x00000006 , 0x00000005 
- 00028472  0x00007756 ifetch  0x00000001 , 0x00000006 
- 00028473  0x00007757 beq  0x0000001f , 0x00006f48 
- 00028474  0x00007758 beq  0x00000020 , 0x00006f48 
- 00028475  0x00007759 beq  0x00000021 , 0x00006f48 
- 00028476  0x0000775a beq  0x00000022 , 0x00006f48 
- 00028477  0x0000775b beq  0x00000023 , 0x00006f48 
- 00028478  0x0000775c beq  0x0000002c , 0x00006f48 
- 00028479  0x0000775d beq  0x0000002d , 0x00006f48 
- 00028480  0x0000775e beq  0x00000000 , 0x00006f48 
- 00028481  0x00007760 loop  0x00006f37 
- 00028482  0x00007761 arg  0x000080dc , 0x0000003f 
- 00028483  0x00007762 isub  0x00000006 , 0x0000003e 
- 00028484  0x00007763 rtn  0x00000005 
- 00028485  0x00007765 arg  0x00000008 , 0x00000039 
- 00028486  0x00007766 arg  0x000080d4 , 0x00000006 
- 00028487  0x00007767 branch  0x00006f37 
- 00028488  0x0000776b setarg  0x00000040 
- 00028489  0x0000776c istore  0x00000001 , 0x00000005 
- 00028490  0x0000776d branch  0x00006f41 
- 00028491  0x0000776f setarg  0x00000080 
- 00028492  0x00007770 istore  0x00000001 , 0x00000005 
- 00028493  0x00007771 branch  0x00006f41 
- 00028494  0x00007776 bpatch  0x000000da , 0x0000401b 
- 00028495  0x00007777 rtn  0x0000002b 
- 00028496  0x00007778 jam  0x00000077 , 0x00008a07 
- 00028497  0x00007779 jam  0x000000c9 , 0x00008a08 
- 00028498  0x0000777a jam  0x00000001 , 0x00008a0b 
- 00028499  0x0000777b fetch  0x00000001 , 0x00004409 
- 00028500  0x0000777c store  0x00000001 , 0x000080cd 
- 00028501  0x0000777d call  0x00006f97 
- 00028502  0x0000777e jam  0x000000c1 , 0x00008a08 
- 00028503  0x00007780 arg  0x00000007 , 0x00000039 
- 00028504  0x00007781 arg  0x00004412 , 0x00000011 
- 00028505  0x00007782 jam  0x00000005 , 0x00008a0a 
- 00028506  0x00007784 fetch  0x00000001 , 0x00008a0c 
- 00028507  0x00007785 istore  0x00000001 , 0x00000011 
- 00028508  0x00007786 increase  0x00000001 , 0x00000011 
- 00028509  0x00007787 fetch  0x00000001 , 0x00008a0a 
- 00028510  0x00007788 increase  0x00000020 , 0x0000003f 
- 00028511  0x00007789 store  0x00000001 , 0x00008a0a 
- 00028512  0x0000778a loop  0x00006f5a 
- 00028513  0x0000778b jam  0x00000000 , 0x00008a07 
- 00028514  0x0000778c rtn 
- 00028515  0x0000778f fetch  0x00000001 , 0x000080cc 
- 00028516  0x00007790 set1  0x00000001 , 0x0000003f 
- 00028517  0x00007791 store  0x00000001 , 0x000080cc 
- 00028518  0x00007792 arg  0x00000007 , 0x00000039 
- 00028519  0x00007793 arg  0x00004412 , 0x00000011 
- 00028520  0x00007794 jam  0x00000015 , 0x00008a0a 
- 00028521  0x00007796 ifetch  0x00000001 , 0x00000011 
- 00028522  0x00007797 store  0x00000001 , 0x00008a09 
- 00028523  0x00007798 increase  0x00000001 , 0x00000011 
- 00028524  0x00007799 fetch  0x00000001 , 0x00008a0a 
- 00028525  0x0000779a increase  0x00000020 , 0x0000003f 
- 00028526  0x0000779b store  0x00000001 , 0x00008a0a 
- 00028527  0x0000779c loop  0x00006f69 
- 00028528  0x0000779d fetch  0x00000001 , 0x000080cc 
- 00028529  0x0000779e set0  0x00000001 , 0x0000003f 
- 00028530  0x0000779f store  0x00000001 , 0x000080cc 
- 00028531  0x000077a0 rtn 
- 00028532  0x000077a5 bpatch  0x000000db , 0x0000401b 
- 00028533  0x000077a6 fetch  0x00000008 , 0x000001fd 
- 00028534  0x000077a7 branch  0x00006f79 , 0x00000034 
- 00028535  0x000077a8 store  0x00000008 , 0x000043fd 
- 00028536  0x000077a9 rtn 
- 00028537  0x000077ac setarg  0x00000bbe 
- 00028538  0x000077ad store  0x00000002 , 0x000043fd 
- 00028539  0x000077ae setarg  0x000003f0 
- 00028540  0x000077af store  0x00000002 , 0x00004401 
- 00028541  0x000077b0 setarg  0x0000027e 
- 00028542  0x000077b1 store  0x00000002 , 0x000043ff 
- 00028543  0x000077b2 setarg  0x000003c4 
- 00028544  0x000077b3 store  0x00000002 , 0x00004403 
- 00028545  0x000077b4 rtn 
- 00028546  0x000077b7 bpatch  0x000000dc , 0x0000401b 
- 00028547  0x000077b8 call  0x00006f63 
- 00028548  0x000077b9 fetch  0x00000001 , 0x00008a09 
- 00028549  0x000077ba set0  0x00000007 , 0x0000003f 
- 00028550  0x000077bb store  0x00000001 , 0x00008a09 
- 00028551  0x000077bc jam  0x00000077 , 0x00008a07 
- 00028552  0x000077bd jam  0x000000c1 , 0x00008a08 
- 00028553  0x000077be jam  0x00000001 , 0x00008a0b 
- 00028554  0x000077bf call  0x00006f90 
- 00028555  0x000077c0 fetch  0x00000001 , 0x00004409 
- 00028556  0x000077c1 store  0x00000001 , 0x000080cd 
- 00028557  0x000077c2 call  0x00006f97 
- 00028558  0x000077c3 jam  0x00000000 , 0x000080cd 
- 00028559  0x000077c4 branch  0x00006fa1 
- 00028560  0x000077c7 fetch  0x00000001 , 0x00004408 
- 00028561  0x000077c8 lshift4  0x0000003f , 0x0000003f 
- 00028562  0x000077c9 fetcht  0x00000001 , 0x00008a0b 
- 00028563  0x000077ca and_into  0x0000000f , 0x00000002 
- 00028564  0x000077cb ior  0x00000002 , 0x00000002 
- 00028565  0x000077cc storet  0x00000001 , 0x00008a0b 
- 00028566  0x000077cd rtn 
- 00028567  0x000077d0 jam  0x00000003 , 0x000080cc 
- 00028568  0x000077d2 fetch  0x00000001 , 0x00008129 
- 00028569  0x000077d3 bbit0  0x00000005 , 0x00006f98 
- 00028570  0x000077d4 fetcht  0x00000002 , 0x00008164 
- 00028571  0x000077d5 storet  0x00000002 , 0x0000440a 
- 00028572  0x000077d6 jam  0x00000006 , 0x000080cc 
- 00028573  0x000077d8 fetch  0x00000001 , 0x00008129 
- 00028574  0x000077d9 bbit1  0x00000005 , 0x00006f9d 
- 00028575  0x000077da jam  0x00000000 , 0x000080cc 
- 00028576  0x000077db rtn 
- 00028577  0x000077de fetch  0x00000001 , 0x00004411 
- 00028578  0x000077df rtn  0x00000034 
- 00028579  0x000077e0 fetch  0x00000001 , 0x00008a09 
- 00028580  0x000077e1 set1  0x00000007 , 0x0000003f 
- 00028581  0x000077e2 store  0x00000001 , 0x00008a09 
- 00028582  0x000077e3 fetch  0x00000001 , 0x00004409 
- 00028583  0x000077e4 store  0x00000001 , 0x000080cd 
- 00028584  0x000077e5 fetch  0x00000002 , 0x0000440d 
- 00028585  0x000077e6 store  0x00000002 , 0x000080ce 
- 00028586  0x000077e7 fetch  0x00000002 , 0x0000440f 
- 00028587  0x000077e8 store  0x00000002 , 0x000080d0 
- 00028588  0x000077e9 jam  0x0000000b , 0x000080cc 
- 00028589  0x000077ea nop  0x000003e8 
- 00028590  0x000077eb jam  0x00000003 , 0x000080cc 
- 00028591  0x000077ec rtn 
- 00028592  0x000077ef bpatch  0x000000dd , 0x0000401b 
- 00028593  0x000077f0 fetch  0x00000001 , 0x00004407 
- 00028594  0x000077f1 beq  0x00000001 , 0x00006fb5 
- 00028595  0x000077f2 beq  0x00000002 , 0x00006fbb 
- 00028596  0x000077f3 rtn 
- 00028597  0x000077f6 setarg  0x000003e8 
- 00028598  0x000077f7 store  0x00000002 , 0x00004405 
- 00028599  0x000077f8 fetcht  0x00000002 , 0x00004403 
- 00028600  0x000077f9 fetch  0x00000002 , 0x000043ff 
- 00028601  0x000077fa arg  0x000007d0 , 0x00000013 
- 00028602  0x000077fb branch  0x00006fc0 
- 00028603  0x000077fe setarg  0x000007d0 
- 00028604  0x000077ff store  0x00000002 , 0x00004405 
- 00028605  0x00007800 fetcht  0x00000002 , 0x000043fd 
- 00028606  0x00007801 fetch  0x00000002 , 0x00004401 
- 00028607  0x00007802 arg  0x000003e8 , 0x00000013 
- 00028608  0x00007804 isub  0x00000002 , 0x00000011 
- 00028609  0x00007805 fetch  0x00000002 , 0x0000440a 
- 00028610  0x00007806 isub  0x00000002 , 0x0000003f 
- 00028611  0x00007807 nbranch  0x00006fcd , 0x00000002 
- 00028612  0x00007808 fetcht  0x00000002 , 0x00004405 
- 00028613  0x00007809 imul32  0x00000002 , 0x00000012 
- 00028614  0x0000780a copy  0x00000013 , 0x0000003f 
- 00028615  0x0000780b imul32  0x00000011 , 0x0000003f 
- 00028616  0x0000780c iadd  0x00000012 , 0x0000003f 
- 00028617  0x0000780e idiv  0x00000011 
- 00028618  0x0000780f call  0x00007d62 
- 00028619  0x00007810 quotient  0x0000003f 
- 00028620  0x00007811 rtn 
- 00028621  0x00007814 copy  0x00000002 , 0x0000003f 
- 00028622  0x00007815 fetcht  0x00000002 , 0x0000440a 
- 00028623  0x00007816 isub  0x00000002 , 0x0000003f 
- 00028624  0x00007817 fetcht  0x00000002 , 0x00004405 
- 00028625  0x00007818 imul32  0x00000002 , 0x00000012 
- 00028626  0x00007819 copy  0x00000013 , 0x0000003f 
- 00028627  0x0000781a imul32  0x00000011 , 0x0000003f 
- 00028628  0x0000781b isub  0x00000012 , 0x0000003f 
- 00028629  0x0000781c nbranch  0x00007dca , 0x00000002 
- 00028630  0x0000781d branch  0x00006fc9 
- 00028631  0x00007822 ifetch  0x00000008 , 0x00000011 
- 00028632  0x00007823 store  0x00000008 , 0x00000670 
- 00028633  0x00007824 fetch  0x00000002 , 0x00000670 
- 00028634  0x00007825 fetcht  0x00000002 , 0x00000672 
- 00028635  0x00007826 isub  0x00000002 , 0x00000011 
- 00028636  0x00007827 fetch  0x00000002 , 0x00000676 
- 00028637  0x00007828 isub  0x00000002 , 0x00000012 
- 00028638  0x00007829 fetcht  0x00000002 , 0x00000674 
- 00028639  0x0000782a isub  0x00000002 , 0x0000003e 
- 00028640  0x0000782b ncall  0x00006fe7 , 0x00000002 
- 00028641  0x0000782c mul32  0x00000012 , 0x00000064 , 0x0000003f 
- 00028642  0x0000782d idiv  0x00000011 
- 00028643  0x0000782e call  0x00007d62 
- 00028644  0x0000782f quotient  0x0000003f 
- 00028645  0x00007830 call  0x00006fef , 0x00000034 
- 00028646  0x00007831 rtn 
- 00028647  0x00007834 fetch  0x00000001 , 0x0000440c 
- 00028648  0x00007835 set1  0x00000000 , 0x0000003f 
- 00028649  0x00007836 store  0x00000001 , 0x0000440c 
- 00028650  0x00007837 rtn 
- 00028651  0x0000783a fetch  0x00000001 , 0x0000440c 
- 00028652  0x0000783b set0  0x00000000 , 0x0000003f 
- 00028653  0x0000783c store  0x00000001 , 0x0000440c 
- 00028654  0x0000783d rtn 
- 00028655  0x00007840 fetcht  0x00000001 , 0x0000440c 
- 00028656  0x00007841 set1  0x00000001 , 0x00000002 
- 00028657  0x00007842 storet  0x00000001 , 0x0000440c 
- 00028658  0x00007843 rtn 
- 00028659  0x00007846 fetcht  0x00000001 , 0x0000440c 
- 00028660  0x00007847 set0  0x00000001 , 0x00000002 
- 00028661  0x00007848 storet  0x00000001 , 0x0000440c 
- 00028662  0x00007849 rtn 
- 00028663  0x0000784f fetch  0x00000002 , 0x0000442c 
- 00028664  0x00007850 ifetch  0x00000001 , 0x0000003f 
- 00028665  0x00007852 rtn  0x00000034 
- 00028666  0x00007853 copy  0x0000003f , 0x00000039 
- 00028667  0x00007855 fetch  0x00000002 , 0x0000442c 
- 00028668  0x00007856 increase  0x00000003 , 0x0000003f 
- 00028669  0x00007857 copy  0x0000003f , 0x00000011 
- 00028670  0x00007859 ifetcht  0x00000001 , 0x00000011 
- 00028671  0x0000785a call  0x00006edd 
- 00028672  0x0000785b increase  0x00000001 , 0x00000011 
- 00028673  0x0000785c loop  0x00006ffe 
- 00028674  0x0000785e rtn 
- 00028675  0x00007861 fetch  0x00000002 , 0x0000442c 
- 00028676  0x00007862 increase  0x00000003 , 0x0000003f 
- 00028677  0x00007863 copy  0x0000003f , 0x00000011 
- 00028678  0x00007865 force  0x00000000 , 0x00000012 
- 00028679  0x00007866 setarg  0x00000000 
- 00028680  0x00007867 store  0x00000002 , 0x000006f1 
- 00028681  0x00007869 ifetcht  0x00000001 , 0x00000011 
- 00028682  0x0000786a call  0x00006ee6 
- 00028683  0x0000786b bpatch  0x000000de , 0x0000401b 
- 00028684  0x0000786c fetch  0x00000002 , 0x000006f1 
- 00028685  0x0000786d copy  0x00000012 , 0x00000007 
- 00028686  0x0000786e qsetflag  0x00000001 , 0x0000003f 
- 00028687  0x0000786f store  0x00000002 , 0x000006f1 
- 00028688  0x00007870 increase  0x00000001 , 0x00000011 
- 00028689  0x00007871 increase  0x00000001 , 0x00000012 
- 00028690  0x00007872 fetch  0x00000002 , 0x0000442c 
- 00028691  0x00007873 ifetch  0x00000001 , 0x0000003f 
- 00028692  0x00007875 ixor  0x00000012 , 0x0000003e 
- 00028693  0x00007876 nbranch  0x00007009 , 0x00000005 
- 00028694  0x00007877 fetch  0x00000002 , 0x000006f1 
- 00028695  0x00007878 fetcht  0x00000002 , 0x0000442e 
- 00028696  0x00007879 ixor  0x00000002 , 0x0000003e 
- 00028697  0x0000787a rtn  0x00000005 
- 00028698  0x0000787b branch  0x00007dba 
- 00028699  0x0000787e fetch  0x00000002 , 0x0000442c 
- 00028700  0x0000787f ifetch  0x00000001 , 0x0000003f 
- 00028701  0x00007881 rtn  0x00000034 
- 00028702  0x00007882 copy  0x0000003f , 0x00000039 
- 00028703  0x00007883 fetch  0x00000002 , 0x0000442c 
- 00028704  0x00007884 increase  0x00000003 , 0x0000003f 
- 00028705  0x00007885 copy  0x0000003f , 0x00000011 
- 00028706  0x00007887 ifetcht  0x00000001 , 0x00000011 
- 00028707  0x00007888 call  0x00006eb2 
- 00028708  0x00007889 increase  0x00000001 , 0x00000011 
- 00028709  0x0000788a loop  0x00007022 
- 00028710  0x0000788c rtn 
- 00028711  0x0000788f arg  0x00000009 , 0x00000007 
- 00028712  0x00007890 call  0x00007cef 
- 00028713  0x00007891 nrtn  0x00000034 
- 00028714  0x00007892 setarg  0x00000020 
- 00028715  0x00007893 arg  0x00000009 , 0x00000007 
- 00028716  0x00007894 call  0x00007ce1 
- 00028717  0x00007895 disable  0x00000028 
- 00028718  0x00007896 call  0x0000701b 
- 00028719  0x00007897 bpatch  0x000000df , 0x0000401b 
- 00028720  0x00007898 fetch  0x00000002 , 0x0000442c 
- 00028721  0x00007899 ifetch  0x00000001 , 0x0000003f 
- 00028722  0x0000789b rtn  0x00000034 
- 00028723  0x0000789c call  0x00007003 
- 00028724  0x0000789d nbranch  0x000077a5 , 0x00000028 
- 00028725  0x0000789e call  0x000077a3 
- 00028726  0x0000789f disable  0x00000028 
- 00028727  0x000078a0 fetch  0x00000002 , 0x000006f1 
- 00028728  0x000078a1 store  0x00000002 , 0x000006f8 
- 00028729  0x000078a2 jam  0x00000000 , 0x000006fa 
- 00028730  0x000078a3 force  0x00000000 , 0x00000007 
- 00028731  0x000078a5 fetch  0x00000002 , 0x0000442e 
- 00028732  0x000078a6 rshift  0x0000003f , 0x00000002 
- 00028733  0x000078a7 storet  0x00000002 , 0x0000442e 
- 00028734  0x000078a8 and  0x0000003f , 0x00000001 , 0x0000003f 
- 00028735  0x000078a9 fetcht  0x00000002 , 0x000006f8 
- 00028736  0x000078aa and  0x00000002 , 0x00000001 , 0x00000011 
- 00028737  0x000078ab rshift  0x00000002 , 0x00000002 
- 00028738  0x000078ac storet  0x00000002 , 0x000006f8 
- 00028739  0x000078ad ixor  0x00000011 , 0x0000003e 
- 00028740  0x000078ae ncall  0x00007050 , 0x00000005 
- 00028741  0x000078af fetch  0x00000002 , 0x0000442c 
- 00028742  0x000078b0 ifetch  0x00000001 , 0x0000003f 
- 00028743  0x000078b2 fetcht  0x00000001 , 0x000006fa 
- 00028744  0x000078b3 increase  0x00000001 , 0x00000002 
- 00028745  0x000078b4 storet  0x00000001 , 0x000006fa 
- 00028746  0x000078b5 copy  0x00000002 , 0x00000007 
- 00028747  0x000078b6 ixor  0x00000007 , 0x0000003e 
- 00028748  0x000078b7 nbranch  0x0000703b , 0x00000005 
- 00028749  0x000078b8 fetch  0x00000002 , 0x000006f1 
- 00028750  0x000078b9 store  0x00000002 , 0x0000442e 
- 00028751  0x000078ba rtn 
- 00028752  0x000078bc bpatch  0x000000e0 , 0x0000401c 
- 00028753  0x000078bd fetch  0x00000002 , 0x0000442c 
- 00028754  0x000078be increase  0x00000001 , 0x0000003f 
- 00028755  0x000078bf ifetch  0x00000002 , 0x0000003f 
- 00028756  0x000078c0 branch  0x00007d79 
- 00028757  0x000078c7 fetch  0x00000001 , 0x00008042 
- 00028758  0x000078c8 ior  0x00000011 , 0x0000003f 
- 00028759  0x000078c9 store  0x00000001 , 0x00008042 
- 00028760  0x000078ca fetch  0x00000002 , 0x00008050 
- 00028761  0x000078cb set0  0x0000000d , 0x0000003f 
- 00028762  0x000078cc store  0x00000002 , 0x00008050 
- 00028763  0x000078ce nop  0x00000064 
- 00028764  0x000078cf rtn 
- 00028765  0x000078d2 fetch  0x00000001 , 0x00008042 
- 00028766  0x000078d3 bbit1  0x00000006 , 0x00007062 
- 00028767  0x000078d4 bbit1  0x00000007 , 0x00007064 
- 00028768  0x000078d6 setarg  0x00b71b00 
- 00028769  0x000078d7 rtn 
- 00028770  0x000078d9 setarg  0x016e3600 
- 00028771  0x000078da rtn 
- 00028772  0x000078dc setarg  0x000080e8 
- 00028773  0x000078dd rtn 
- 00028774  0x000078e1 fetcht  0x00000003 , 0x00000672 
- 00028775  0x000078e2 call  0x0000705d 
- 00028776  0x000078e3 idiv  0x00000002 
- 00028777  0x000078e4 call  0x00007d62 
- 00028778  0x000078e5 quotient  0x00000002 
- 00028779  0x000078e6 fetch  0x00000001 , 0x00000675 
- 00028780  0x000078e7 imul32  0x00000002 , 0x0000003f 
- 00028781  0x000078e8 div  0x0000003f , 0x00000064 
- 00028782  0x000078e9 call  0x00007d62 
- 00028783  0x000078ea quotient  0x00000011 
- 00028784  0x000078eb copy  0x00000002 , 0x0000003f 
- 00028785  0x000078ec isub  0x00000011 , 0x00000012 
- 00028786  0x000078ee fetch  0x00000001 , 0x00000671 
- 00028787  0x000078ef call  0x0000707a 
- 00028788  0x000078f0 fetch  0x00000001 , 0x00000670 
- 00028789  0x000078f1 fetcht  0x00000001 , 0x00000671 
- 00028790  0x000078f2 and_into  0x0000000f , 0x00000002 
- 00028791  0x000078f3 lshift8  0x00000002 , 0x00000002 
- 00028792  0x000078f4 ior  0x00000002 , 0x0000003f 
- 00028793  0x000078f5 branch  0x000070ba 
- 00028794  0x000078f8 iforce  0x00000007 
- 00028795  0x000078f9 call  0x00007088 
- 00028796  0x000078fa branch  0x0000707d 
- 00028797  0x000078fd fetch  0x00000001 , 0x000080be 
- 00028798  0x000078fe qset1  0x0000003f 
- 00028799  0x000078ff store  0x00000001 , 0x000080be 
- 00028800  0x00007900 fetcht  0x00000001 , 0x00008042 
- 00028801  0x00007901 isolate1  0x00000007 , 0x00000002 
- 00028802  0x00007902 call  0x00007086 , 0x00000001 
- 00028803  0x00007903 qset0  0x0000003f 
- 00028804  0x00007904 store  0x00000001 , 0x000080be 
- 00028805  0x00007905 rtn 
- 00028806  0x00007909 nop  0x000001e0 
- 00028807  0x0000790a rtn 
- 00028808  0x0000790d and_into  0x0000000f , 0x0000003f 
- 00028809  0x0000790e arg  0x0000809c , 0x00000005 
- 00028810  0x0000790f mul32  0x0000003f , 0x00000004 , 0x0000003f 
- 00028811  0x00007910 iadd  0x00000005 , 0x00000005 
- 00028812  0x00007911 copy  0x00000011 , 0x0000003f 
- 00028813  0x00007912 istore  0x00000002 , 0x00000005 
- 00028814  0x00007913 copy  0x00000012 , 0x0000003f 
- 00028815  0x00007914 istore  0x00000002 , 0x00000005 
- 00028816  0x00007915 rtn 
- 00028817  0x0000791b rshift8  0x00000012 , 0x00000007 
- 00028818  0x0000791c call  0x000070af 
- 00028819  0x0000791d rshift8  0x00000012 , 0x00000007 
- 00028820  0x0000791e call  0x000070a9 
- 00028821  0x0000791f rshift8  0x00000011 , 0x00000007 
- 00028822  0x00007920 enable  0x00000001 
- 00028823  0x00007921 call  0x000070aa 
- 00028824  0x00007923 deposit  0x00000011 
- 00028825  0x00007924 call  0x000070b5 
- 00028826  0x00007925 deposit  0x00000012 
- 00028827  0x00007926 branch  0x000070ba 
- 00028828  0x00007929 deposit  0x00000011 
- 00028829  0x0000792a call  0x000070bd 
- 00028830  0x0000792b deposit  0x00000012 
- 00028831  0x0000792c call  0x000070bd 
- 00028832  0x0000792e rshift8  0x00000011 , 0x00000007 
- 00028833  0x0000792f disable  0x00000001 
- 00028834  0x00007930 call  0x000070aa 
- 00028835  0x00007931 rshift8  0x00000012 , 0x00000007 
- 00028836  0x00007932 disable  0x00000001 
- 00028837  0x00007933 call  0x000070b0 
- 00028838  0x00007934 rshift8  0x00000012 , 0x00000007 
- 00028839  0x00007935 disable  0x00000001 
- 00028840  0x00007936 branch  0x000070aa 
- 00028841  0x0000793a isolate1  0x00000007 , 0x00000007 
- 00028842  0x0000793c and  0x00000007 , 0x0000000f , 0x00000007 
- 00028843  0x0000793d fetch  0x00000001 , 0x000080bc 
- 00028844  0x0000793e qsetflag  0x00000001 , 0x0000003f 
- 00028845  0x0000793f store  0x00000001 , 0x000080bc 
- 00028846  0x00007940 rtn 
- 00028847  0x00007943 isolate1  0x00000006 , 0x00000007 
- 00028848  0x00007945 and  0x00000007 , 0x0000000f , 0x00000007 
- 00028849  0x00007946 fetch  0x00000001 , 0x0000809b 
- 00028850  0x00007947 qsetflag  0x00000001 , 0x0000003f 
- 00028851  0x00007948 store  0x00000001 , 0x0000809b 
- 00028852  0x00007949 rtn 
- 00028853  0x0000794b call  0x000070c5 
- 00028854  0x0000794d lshift8  0x0000003f , 0x0000003f 
- 00028855  0x0000794e add  0x00000007 , 0x00000010 , 0x00000002 
- 00028856  0x0000794f ior  0x00000002 , 0x0000003f 
- 00028857  0x00007950 branch  0x00006f1d 
- 00028858  0x00007953 enable  0x00000028 
- 00028859  0x00007954 call  0x000070b5 
- 00028860  0x00007955 branch  0x000070c0 
- 00028861  0x00007958 disable  0x00000028 
- 00028862  0x00007959 call  0x000070c5 
- 00028863  0x0000795a branch  0x000070c0 
- 00028864  0x0000795d and  0x00000007 , 0x0000000f , 0x00000007 
- 00028865  0x0000795e fetch  0x00000001 , 0x0000809a 
- 00028866  0x0000795f qsetflag  0x00000028 , 0x0000003f 
- 00028867  0x00007960 store  0x00000001 , 0x0000809a 
- 00028868  0x00007961 rtn 
- 00028869  0x00007963 rshift8  0x0000003f , 0x00000007 
- 00028870  0x00007964 and  0x00000007 , 0x0000000f , 0x00000007 
- 00028871  0x00007965 rtn 
- 00028872  0x0000796a copy  0x0000003f , 0x00000002 
- 00028873  0x0000796b bpatch  0x000000e1 , 0x0000401c 
- 00028874  0x0000796c call  0x000070d5 
- 00028875  0x0000796d setarg  0x00000800 
- 00028876  0x0000796e isub  0x00000002 , 0x0000003f 
- 00028877  0x0000796f copy  0x0000003f , 0x00000002 
- 00028878  0x00007970 rshift4  0x00000002 , 0x00000002 
- 00028879  0x00007971 storet  0x00000001 , 0x00008004 
- 00028880  0x00007972 nop  0x00000578 
- 00028881  0x00007973 copy  0x0000003f , 0x00000002 
- 00028882  0x00007974 and_into  0x0000000f , 0x00000002 
- 00028883  0x00007975 storet  0x00000001 , 0x0000800b 
- 00028884  0x00007976 rtn 
- 00028885  0x0000797a enable  0x0000002c 
- 00028886  0x0000797b branch  0x000070d9 
- 00028887  0x0000797f bpatch  0x000000e2 , 0x0000401c 
- 00028888  0x00007980 disable  0x0000002c 
- 00028889  0x00007982 fetch  0x00000001 , 0x00008043 
- 00028890  0x00007983 setflag  0x0000002c , 0x00000003 , 0x0000003f 
- 00028891  0x00007984 store  0x00000001 , 0x00008043 
- 00028892  0x00007985 rtn 
- 00028893  0x0000798b arg  0x00000031 , 0x00000002 
- 00028894  0x0000798f store  0x00000004 , 0x00008062 
- 00028895  0x00007990 store  0x00000002 , 0x00008066 
- 00028896  0x00007991 storet  0x00000001 , 0x00008061 
- 00028897  0x00007992 rtn 
- 00028898  0x00007996 fetch  0x00000002 , 0x0000812c 
- 00028899  0x00007997 rtn 
- 00028900  0x0000799a fetchr  0x00000003 , 0x00000002 , 0x00008066 
- 00028901  0x0000799b fetchr  0x0000000a , 0x00000002 , 0x00008062 
- 00028902  0x0000799c fetchr  0x00000010 , 0x00000002 , 0x00008064 
- 00028903  0x0000799d rtn 
- 00028904  0x000079a0 storer  0x00000003 , 0x00000002 , 0x00008066 
- 00028905  0x000079a1 rtn 
- 00028906  0x000079a9 call  0x00007dba 
- 00028907  0x000079aa arg  0x00000000 , 0x0000002b 
- 00028908  0x000079ab call  0x000070e2 
- 00028909  0x000079ac beq  0x00000002 , 0x0000712c 
- 00028910  0x000079ad sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00028911  0x000079ae rtn  0x00000002 
- 00028912  0x000079af call  0x000070e4 
- 00028913  0x000079b0 ifetcht  0x00000002 , 0x00000003 
- 00028914  0x000079b1 setarg  0x0000a654 
- 00028915  0x000079b2 call  0x00007135 
- 00028916  0x000079b3 nbranch  0x0000711a , 0x00000002 
- 00028917  0x000079b4 copy  0x00000018 , 0x00000002 
- 00028918  0x000079b5 setarg  0x00017f8e 
- 00028919  0x000079b6 call  0x00007135 
- 00028920  0x000079b7 nbranch  0x0000711a , 0x00000002 
- 00028921  0x000079b9 copy  0x00000018 , 0x00000002 
- 00028922  0x000079ba setarg  0x00002328 
- 00028923  0x000079bb call  0x00007135 
- 00028924  0x000079bc branch  0x00007111 , 0x00000002 
- 00028925  0x000079bd ifetcht  0x00000002 , 0x00000003 
- 00028926  0x000079be setarg  0x00001194 
- 00028927  0x000079bf call  0x00007135 
- 00028928  0x000079c0 branch  0x00007111 , 0x00000002 
- 00028929  0x000079c1 call  0x000070e2 
- 00028930  0x000079c2 sub  0x0000003f , 0x00000085 , 0x0000003e 
- 00028931  0x000079c3 rtn  0x00000002 
- 00028932  0x000079c4 arg  0x00000020 , 0x00000039 
- 00028933  0x000079c6 ifetcht  0x00000002 , 0x00000003 
- 00028934  0x000079c7 setarg  0x00000230 
- 00028935  0x000079c8 call  0x00007135 
- 00028936  0x000079c9 branch  0x00007111 , 0x00000002 
- 00028937  0x000079ca ifetcht  0x00000002 , 0x00000003 
- 00028938  0x000079cb setarg  0x0000069a 
- 00028939  0x000079cc call  0x00007135 
- 00028940  0x000079cd nbranch  0x00007116 , 0x00000002 
- 00028941  0x000079ce copy  0x00000018 , 0x00000002 
- 00028942  0x000079cf setarg  0x00000230 
- 00028943  0x000079d0 call  0x00007135 
- 00028944  0x000079d1 nbranch  0x00007117 , 0x00000002 
- 00028945  0x000079d5 copy  0x00000018 , 0x00000002 
- 00028946  0x000079d6 setarg  0x0000ffff 
- 00028947  0x000079d7 isub  0x00000002 , 0x0000003e 
- 00028948  0x000079d8 branch  0x00007131 , 0x00000005 
- 00028949  0x000079d9 branch  0x000070e8 
- 00028950  0x000079dc set1  0x00000020 , 0x0000002b 
- 00028951  0x000079de rshift  0x0000002b , 0x0000002b 
- 00028952  0x000079df loop  0x00007105 
- 00028953  0x000079e0 branch  0x00007125 
- 00028954  0x000079e3 call  0x000070e2 
- 00028955  0x000079e4 sub  0x0000003f , 0x00000007 , 0x0000003e 
- 00028956  0x000079e5 rtn  0x00000002 
- 00028957  0x000079e6 ifetcht  0x00000002 , 0x00000003 
- 00028958  0x000079e7 setarg  0x00002328 
- 00028959  0x000079e8 call  0x00007135 
- 00028960  0x000079e9 branch  0x00007111 , 0x00000002 
- 00028961  0x000079ea ifetcht  0x00000002 , 0x00000003 
- 00028962  0x000079eb setarg  0x000008ca 
- 00028963  0x000079ec call  0x00007135 
- 00028964  0x000079ed branch  0x00007111 , 0x00000002 
- 00028965  0x000079ef ifetcht  0x00000002 , 0x00000003 
- 00028966  0x000079f0 setarg  0x00000230 
- 00028967  0x000079f1 call  0x00007135 
- 00028968  0x000079f2 branch  0x00007111 , 0x00000002 
- 00028969  0x000079f3 call  0x000070e8 
- 00028970  0x000079f4 copy  0x00000013 , 0x0000003f 
- 00028971  0x000079f5 branch  0x00007d79 
- 00028972  0x000079f8 call  0x000070e4 
- 00028973  0x000079f9 ifetcht  0x00000002 , 0x00000003 
- 00028974  0x000079fa setarg  0x0000ffff 
- 00028975  0x000079fb isub  0x00000002 , 0x0000003e 
- 00028976  0x000079fc nrtn  0x00000005 
- 00028977  0x000079fe call  0x000070e8 
- 00028978  0x000079ff call  0x00007dbc 
- 00028979  0x00007a00 copy  0x00000013 , 0x0000003f 
- 00028980  0x00007a01 branch  0x00007d79 
- 00028981  0x00007a09 fetchr  0x00000012 , 0x00000001 , 0x00004435 
- 00028982  0x00007a13 copy  0x00000002 , 0x00000018 
- 00028983  0x00007a14 imul32  0x00000012 , 0x00000012 
- 00028984  0x00007a15 lshift  0x00000002 , 0x00000002 
- 00028985  0x00007a16 isub  0x00000002 , 0x00000011 
- 00028986  0x00007a17 ncall  0x0000713e , 0x00000002 
- 00028987  0x00007a18 mul32  0x00000011 , 0x00000064 , 0x0000003f 
- 00028988  0x00007a19 isub  0x00000012 , 0x0000003e 
- 00028989  0x00007a1a rtn 
- 00028990  0x00007a1d sub  0x00000011 , 0x00000000 , 0x00000011 
- 00028991  0x00007a1e rtn 
- 00028992  0x00007a2a bpatch  0x000000e3 , 0x0000401c 
- 00028993  0x00007a2b jam  0x00000050 , 0x00000230 
- 00028994  0x00007a2c arg  0x00000231 , 0x00000005 
- 00028995  0x00007a2d arg  0x000042ab , 0x00000006 
- 00028996  0x00007a2e call  0x00007c8f 
- 00028997  0x00007a2f arg  0x0000448f , 0x00000006 
- 00028998  0x00007a30 call  0x00007c8d 
- 00028999  0x00007a31 arg  0x000005fe , 0x00000006 
- 00029000  0x00007a32 call  0x00007c8d 
- 00029001  0x00007a33 call  0x000071fb 
- 00029002  0x00007a34 arg  0x00000158 , 0x00000006 
- 00029003  0x00007a35 call  0x000071f6 
- 00029004  0x00007a36 call  0x000071c1 
- 00029005  0x00007a38 arg  0x000006d1 , 0x00000005 
- 00029006  0x00007a39 call  0x000071f2 
- 00029007  0x00007a3a setarg  0x000f4240 
- 00029008  0x00007a3b copy  0x0000003f , 0x00000011 
- 00029009  0x00007a3c fetch  0x00000004 , 0x000006d1 
- 00029010  0x00007a3d idiv  0x00000011 
- 00029011  0x00007a3e call  0x00007d62 
- 00029012  0x00007a3f remainder  0x0000003f 
- 00029013  0x00007a40 store  0x00000004 , 0x000005fa 
- 00029014  0x00007a42 rtn 
- 00029015  0x00007a45 jam  0x00000041 , 0x00000230 
- 00029016  0x00007a46 arg  0x00000231 , 0x00000005 
- 00029017  0x00007a47 call  0x000071a6 
- 00029018  0x00007a48 call  0x000071a1 
- 00029019  0x00007a49 fetch  0x00000003 , 0x000042c5 
- 00029020  0x00007a4a istore  0x00000003 , 0x00000005 
- 00029021  0x00007a4d call  0x00007167 
- 00029022  0x00007a4f arg  0x00000158 , 0x00000006 
- 00029023  0x00007a50 call  0x00007c8f 
- 00029024  0x00007a51 arg  0x000042ab , 0x00000006 
- 00029025  0x00007a52 call  0x00007c8f 
- 00029026  0x00007a53 call  0x000071fb 
- 00029027  0x00007a54 arg  0x000006f1 , 0x00000006 
- 00029028  0x00007a55 arg  0x000006a1 , 0x00000005 
- 00029029  0x00007a56 call  0x00007c8f 
- 00029030  0x00007a58 branch  0x000071c1 
- 00029031  0x00007a5d fetch  0x00000004 , 0x000042ff 
- 00029032  0x00007a5e istore  0x00000004 , 0x00000005 
- 00029033  0x00007a5f call  0x00007c9b 
- 00029034  0x00007a60 branch  0x00007c9a 
- 00029035  0x00007a63 bpatch  0x000000e4 , 0x0000401c 
- 00029036  0x00007a64 jam  0x00000041 , 0x00000230 
- 00029037  0x00007a65 arg  0x00000231 , 0x00000005 
- 00029038  0x00007a66 call  0x000071a1 
- 00029039  0x00007a67 call  0x000071a6 
- 00029040  0x00007a68 fetch  0x00000003 , 0x000042be 
- 00029041  0x00007a69 istore  0x00000003 , 0x00000005 
- 00029042  0x00007a6c call  0x00007167 
- 00029043  0x00007a6d arg  0x000042ab , 0x00000006 
- 00029044  0x00007a6e call  0x00007c8f 
- 00029045  0x00007a6f arg  0x00000158 , 0x00000006 
- 00029046  0x00007a70 call  0x00007c8f 
- 00029047  0x00007a71 call  0x000071fb 
- 00029048  0x00007a72 arg  0x000006f1 , 0x00000006 
- 00029049  0x00007a73 arg  0x000006a1 , 0x00000005 
- 00029050  0x00007a74 call  0x00007c8f 
- 00029051  0x00007a76 call  0x000071c1 
- 00029052  0x00007a77 arg  0x000006d1 , 0x00000005 
- 00029053  0x00007a78 branch  0x000071f2 
- 00029054  0x00007a7b jam  0x00000020 , 0x00000230 
- 00029055  0x00007a7c arg  0x0000063e , 0x00000006 
- 00029056  0x00007a7d arg  0x00000231 , 0x00000005 
- 00029057  0x00007a7e call  0x00007c8d 
- 00029058  0x00007a7f call  0x000071fb 
- 00029059  0x00007a80 arg  0x000005e9 , 0x00000006 
- 00029060  0x00007a81 call  0x000071f6 
- 00029061  0x00007a82 call  0x000071c1 
- 00029062  0x00007a83 arg  0x000006a1 , 0x00000005 
- 00029063  0x00007a84 call  0x00007375 
- 00029064  0x00007a85 arg  0x00000001 , 0x00000002 
- 00029065  0x00007a86 call  0x00007190 
- 00029066  0x00007a87 arg  0x0000428a , 0x00000005 
- 00029067  0x00007a88 call  0x000071f2 
- 00029068  0x00007a89 arg  0x00000000 , 0x00000002 
- 00029069  0x00007a8a call  0x00007190 
- 00029070  0x00007a8b arg  0x000006f1 , 0x00000005 
- 00029071  0x00007a8d branch  0x00007375 
- 00029072  0x00007a91 bpatch  0x000000e5 , 0x0000401c 
- 00029073  0x00007a92 jam  0x00000035 , 0x00000230 
- 00029074  0x00007a93 setarg  0x00000100 
- 00029075  0x00007a94 store  0x00000002 , 0x00000231 
- 00029076  0x00007a95 call  0x000071a1 
- 00029077  0x00007a96 call  0x000071a6 
- 00029078  0x00007a97 arg  0x000042ab , 0x00000006 
- 00029079  0x00007a98 call  0x00007c8f 
- 00029080  0x00007a99 arg  0x00000158 , 0x00000006 
- 00029081  0x00007a9a call  0x00007c8f 
- 00029082  0x00007a9c setarg  0x00006c65 
- 00029083  0x00007a9d istore  0x00000002 , 0x00000005 
- 00029084  0x00007a9e setarg  0x00006274 
- 00029085  0x00007a9f istore  0x00000002 , 0x00000005 
- 00029086  0x00007aa0 istoret  0x00000001 , 0x00000005 
- 00029087  0x00007aa1 call  0x000071fb 
- 00029088  0x00007aa2 branch  0x000071c1 
- 00029089  0x00007aa5 fetch  0x00000006 , 0x000042db 
- 00029090  0x00007aa6 istore  0x00000006 , 0x00000005 
- 00029091  0x00007aa7 fetch  0x00000001 , 0x000042d2 
- 00029092  0x00007aa8 istore  0x00000001 , 0x00000005 
- 00029093  0x00007aa9 rtn 
- 00029094  0x00007aac fetch  0x00000006 , 0x00000178 
- 00029095  0x00007aad istore  0x00000006 , 0x00000005 
- 00029096  0x00007ab2 fetch  0x00000001 , 0x000042cb 
- 00029097  0x00007ab3 istore  0x00000001 , 0x00000005 
- 00029098  0x00007ab4 rtn 
- 00029099  0x00007ab7 jam  0x00000041 , 0x00000230 
- 00029100  0x00007ab8 fetch  0x00000001 , 0x000044d0 
- 00029101  0x00007ab9 store  0x00000001 , 0x00000231 
- 00029102  0x00007aba arg  0x0000448f , 0x00000006 
- 00029103  0x00007abb call  0x00007c8d 
- 00029104  0x00007abc arg  0x000005fe , 0x00000006 
- 00029105  0x00007abd call  0x00007c8d 
- 00029106  0x00007abe call  0x000071fb 
- 00029107  0x00007abf arg  0x00000158 , 0x00000006 
- 00029108  0x00007ac0 call  0x000071f6 
- 00029109  0x00007ac1 branch  0x000071c1 
- 00029110  0x00007ac5 jam  0x00000041 , 0x00000230 
- 00029111  0x00007ac6 fetch  0x00000001 , 0x000044d0 
- 00029112  0x00007ac7 store  0x00000001 , 0x00000231 
- 00029113  0x00007ac8 arg  0x000005fe , 0x00000006 
- 00029114  0x00007ac9 call  0x00007c8d 
- 00029115  0x00007aca arg  0x0000448f , 0x00000006 
- 00029116  0x00007acb call  0x00007c8d 
- 00029117  0x00007acc call  0x000071fb 
- 00029118  0x00007acd arg  0x000042ab , 0x00000006 
- 00029119  0x00007ace call  0x000071f6 
- 00029120  0x00007acf branch  0x000071c1 
- 00029121  0x00007ad2 bpatch  0x000000e6 , 0x0000401c 
- 00029122  0x00007ad3 call  0x00007210 
- 00029123  0x00007ad7 fetch  0x00000001 , 0x00000230 
- 00029124  0x00007ad8 copy  0x0000003f , 0x00000002 
- 00029125  0x00007ada increase  0x0000000f , 0x0000003f 
- 00029126  0x00007adb rshift4  0x0000003f , 0x0000003f 
- 00029127  0x00007adc copy  0x0000003f , 0x00000012 
- 00029128  0x00007add branch  0x000071d3 , 0x00000034 
- 00029129  0x00007ade and  0x00000002 , 0x0000000f , 0x0000003f 
- 00029130  0x00007adf nbranch  0x000071d6 , 0x00000034 
- 00029131  0x00007ae1 arg  0x000006b1 , 0x00000013 
- 00029132  0x00007ae2 arg  0x00000231 , 0x0000003f 
- 00029133  0x00007ae3 increase  0xfffffff0 , 0x0000003f 
- 00029134  0x00007ae6 iadd  0x00000002 , 0x00000011 
- 00029135  0x00007ae7 arg  0x000006e1 , 0x00000005 
- 00029136  0x00007ae8 arg  0x00000004 , 0x00000039 
- 00029137  0x00007ae9 call  0x00007ca9 
- 00029138  0x00007aed branch  0x000071e1 
- 00029139  0x00007af0 arg  0x00000001 , 0x00000012 
- 00029140  0x00007af1 arg  0x00000000 , 0x00000011 
- 00029141  0x00007af3 branch  0x000071d7 
- 00029142  0x00007af8 and  0x00000002 , 0x0000000f , 0x00000011 
- 00029143  0x00007afa arg  0x00000231 , 0x0000003f 
- 00029144  0x00007afb iadd  0x00000002 , 0x0000003f 
- 00029145  0x00007afc isub  0x00000011 , 0x00000006 
- 00029146  0x00007afe arg  0x000006d1 , 0x00000005 
- 00029147  0x00007aff call  0x00007236 
- 00029148  0x00007b01 arg  0x000006c1 , 0x00000013 
- 00029149  0x00007b02 arg  0x000006d1 , 0x00000011 
- 00029150  0x00007b03 arg  0x000006e1 , 0x00000005 
- 00029151  0x00007b04 arg  0x00000004 , 0x00000039 
- 00029152  0x00007b05 call  0x00007ca9 
- 00029153  0x00007b11 call  0x0000736f 
- 00029154  0x00007b12 call  0x000072da 
- 00029155  0x00007b15 arg  0x00000231 , 0x00000006 
- 00029156  0x00007b18 increase  0xffffffff , 0x00000012 
- 00029157  0x00007b19 deposit  0x00000012 
- 00029158  0x00007b1a branch  0x000071ea , 0x00000034 
- 00029159  0x00007b1b call  0x00007361 
- 00029160  0x00007b1c call  0x000072d4 
- 00029161  0x00007b1d branch  0x000071e4 
- 00029162  0x00007b20 arg  0x000006d1 , 0x00000005 
- 00029163  0x00007b21 call  0x00007375 
- 00029164  0x00007b22 arg  0x000006e1 , 0x00000006 
- 00029165  0x00007b23 call  0x00007361 
- 00029166  0x00007b24 call  0x000072da 
- 00029167  0x00007b25 arg  0x000006d1 , 0x00000006 
- 00029168  0x00007b26 call  0x00007361 
- 00029169  0x00007b27 branch  0x000072d4 
- 00029170  0x00007b2d copy  0x00000005 , 0x00000011 
- 00029171  0x00007b2e call  0x00007375 
- 00029172  0x00007b30 arg  0x00000010 , 0x00000039 
- 00029173  0x00007b31 branch  0x00007cb1 
- 00029174  0x00007b34 arg  0x000006a1 , 0x00000005 
- 00029175  0x00007b35 call  0x00007c8f 
- 00029176  0x00007b37 arg  0x00000010 , 0x00000039 
- 00029177  0x00007b38 arg  0x000006a1 , 0x00000011 
- 00029178  0x00007b39 branch  0x00007cb1 
- 00029179  0x00007b3c fetch  0x00000001 , 0x00000230 
- 00029180  0x00007b3d copy  0x0000003f , 0x00000039 
- 00029181  0x00007b3e arg  0x00000231 , 0x00000011 
- 00029182  0x00007b3f branch  0x00007cb1 
- 00029183  0x00007b42 ifetch  0x00000001 , 0x00000011 
- 00029184  0x00007b43 lshift  0x0000003f , 0x0000003f 
- 00029185  0x00007b44 isolate1  0x00000000 , 0x00000013 
- 00029186  0x00007b45 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00029187  0x00007b46 isolate1  0x00000008 , 0x0000003f 
- 00029188  0x00007b47 setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00029189  0x00007b48 istore  0x00000001 , 0x00000011 
- 00029190  0x00007b49 increase  0xffffffff , 0x00000011 
- 00029191  0x00007b4a loop  0x000071ff 
- 00029192  0x00007b4b rtn 
- 00029193  0x00007b4e arg  0x000006b1 , 0x00000011 
- 00029194  0x00007b50 increase  0x0000000f , 0x00000011 
- 00029195  0x00007b51 force  0x00000010 , 0x00000039 
- 00029196  0x00007b52 force  0x00000000 , 0x00000013 
- 00029197  0x00007b53 branch  0x000071ff 
- 00029198  0x00007b56 arg  0x000006c1 , 0x00000011 
- 00029199  0x00007b57 branch  0x0000720a 
- 00029200  0x00007b5b arg  0x000006a1 , 0x00000006 
- 00029201  0x00007b5c call  0x0000735f 
- 00029202  0x00007b5f force  0x00000008 , 0x00000038 
- 00029203  0x00007b60 call  0x00007370 
- 00029204  0x00007b61 call  0x0000736f 
- 00029205  0x00007b62 call  0x000072d1 
- 00029206  0x00007b67 arg  0x000006b1 , 0x00000005 
- 00029207  0x00007b68 call  0x00007375 
- 00029208  0x00007b6a bpatch  0x000000e7 , 0x0000401c 
- 00029209  0x00007b6b fetch  0x00000001 , 0x000006b1 
- 00029210  0x00007b6c isolate1  0x00000007 , 0x0000003f 
- 00029211  0x00007b6d nbranch  0x00007221 , 0x00000001 
- 00029212  0x00007b6e call  0x00007209 
- 00029213  0x00007b71 arg  0x000006b1 , 0x00000013 
- 00029214  0x00007b73 arg  0x000006b1 , 0x00000005 
- 00029215  0x00007b76 call  0x0000722b 
- 00029216  0x00007b77 branch  0x00007222 
- 00029217  0x00007b79 call  0x00007209 
- 00029218  0x00007b7c arg  0x000006b1 , 0x00000006 
- 00029219  0x00007b7d arg  0x000006c1 , 0x00000005 
- 00029220  0x00007b7e call  0x00007c8f 
- 00029221  0x00007b7f fetch  0x00000001 , 0x000006c1 
- 00029222  0x00007b80 isolate1  0x00000007 , 0x0000003f 
- 00029223  0x00007b81 nbranch  0x0000720e , 0x00000001 
- 00029224  0x00007b82 call  0x0000720e 
- 00029225  0x00007b84 arg  0x000006c1 , 0x00000013 
- 00029226  0x00007b86 arg  0x000006c1 , 0x00000005 
- 00029227  0x00007b8d arg  0x00000003 , 0x00000039 
- 00029228  0x00007b8f arg  0x00000000 , 0x00000002 
- 00029229  0x00007b90 call  0x00007232 
- 00029230  0x00007b91 increase  0x00000004 , 0x00000013 
- 00029231  0x00007b92 loop  0x0000722c 
- 00029232  0x00007b93 arg  0x00008700 , 0x00000002 
- 00029233  0x00007b94 lshift16  0x00000002 , 0x00000002 
- 00029234  0x00007b96 ifetch  0x00000004 , 0x00000013 
- 00029235  0x00007b97 ixor  0x00000002 , 0x0000003f 
- 00029236  0x00007b98 istore  0x00000004 , 0x00000005 
- 00029237  0x00007b99 rtn 
- 00029238  0x00007ba0 bpatch  0x000000e8 , 0x0000401d 
- 00029239  0x00007ba1 arg  0x00000010 , 0x00000039 
- 00029240  0x00007ba2 arg  0x00000000 , 0x0000003f 
- 00029241  0x00007ba4 isub  0x00000011 , 0x0000003e 
- 00029242  0x00007ba5 branch  0x00007241 , 0x00000005 
- 00029243  0x00007ba6 branch  0x00007244 , 0x00000002 
- 00029244  0x00007ba7 ifetcht  0x00000001 , 0x00000006 
- 00029245  0x00007ba8 istoret  0x00000001 , 0x00000005 
- 00029246  0x00007baa increase  0x00000001 , 0x0000003f 
- 00029247  0x00007bab loop  0x00007239 
- 00029248  0x00007bac rtn 
- 00029249  0x00007bae arg  0x00000080 , 0x00000002 
- 00029250  0x00007bb0 istoret  0x00000001 , 0x00000005 
- 00029251  0x00007bb1 branch  0x0000723e 
- 00029252  0x00007bb4 arg  0x00000000 , 0x00000002 
- 00029253  0x00007bb5 branch  0x00007242 
- 00029254  0x00007bbb lshift8  0x00000002 , 0x00000002 
- 00029255  0x00007bbd lshift16  0x00000002 , 0x00000002 
- 00029256  0x00007bbe ior  0x00000002 , 0x00000002 
- 00029257  0x00007bbf rtn 
- 00029258  0x00007bc5 bpatch  0x000000e9 , 0x0000401d 
- 00029259  0x00007bc6 call  0x00007306 
- 00029260  0x00007bc7 arg  0x0000428a , 0x00000005 
- 00029261  0x00007bc8 branch  0x00007375 
- 00029262  0x00007bcc arg  0x000042ab , 0x00000005 
- 00029263  0x00007bcd branch  0x00007251 , 0x00000029 
- 00029264  0x00007bce arg  0x00000158 , 0x00000005 
- 00029265  0x00007bd0 copy  0x00000006 , 0x00000011 
- 00029266  0x00007bd1 call  0x00007c8f 
- 00029267  0x00007bd2 call  0x0000731b 
- 00029268  0x00007bd3 arg  0x0000429b , 0x00000006 
- 00029269  0x00007bd4 branch  0x0000738e 
- 00029270  0x00007bd7 arg  0x00000158 , 0x00000011 
- 00029271  0x00007bd8 branch  0x00007259 , 0x00000029 
- 00029272  0x00007bd9 arg  0x000042ab , 0x00000011 
- 00029273  0x00007bdb copy  0x00000011 , 0x00000005 
- 00029274  0x00007bdc call  0x00007de7 
- 00029275  0x00007bdd branch  0x0000731b 
- 00029276  0x00007be0 arg  0x000042e5 , 0x00000006 
- 00029277  0x00007be1 call  0x00007361 
- 00029278  0x00007be2 arg  0x0000428a , 0x00000006 
- 00029279  0x00007be3 call  0x00007362 
- 00029280  0x00007be4 force  0x00000038 , 0x00000036 
- 00029281  0x00007be5 force  0x00000000 , 0x00000036 
- 00029282  0x00007be6 call  0x000072cf 
- 00029283  0x00007be7 arg  0x000001a8 , 0x00000005 
- 00029284  0x00007be8 branch  0x00007375 
- 00029285  0x00007bed force  0x00000008 , 0x00000038 
- 00029286  0x00007bee force  0x00000049 , 0x0000003f 
- 00029287  0x00007bef branch  0x0000726c 
- 00029288  0x00007bf3 force  0x00000049 , 0x0000003f 
- 00029289  0x00007bf4 branch  0x0000726b 
- 00029290  0x00007bf6 force  0x00000001 , 0x0000003f 
- 00029291  0x00007bf8 force  0x00000000 , 0x00000038 
- 00029292  0x00007bfa lshift8  0x00000002 , 0x0000002f 
- 00029293  0x00007bfb ior  0x0000002f , 0x0000002f 
- 00029294  0x00007bfc increase  0x00000001 , 0x00000038 
- 00029295  0x00007bfd rshift8  0x00000002 , 0x0000002f 
- 00029296  0x00007bfe rshift16  0x0000002f , 0x0000002f 
- 00029297  0x00007bff fetch  0x00000002 , 0x0000445e 
- 00029298  0x00007c00 lshift16  0x0000003f , 0x0000003f 
- 00029299  0x00007c01 ior  0x0000002f , 0x0000002f 
- 00029300  0x00007c02 increase  0x00000001 , 0x00000038 
- 00029301  0x00007c03 ifetchr  0x0000002f , 0x00000004 , 0x00000006 
- 00029302  0x00007c04 increase  0x00000001 , 0x00000038 
- 00029303  0x00007c05 ifetch  0x00000002 , 0x00000006 
- 00029304  0x00007c06 byteswap  0x00000011 , 0x0000002f 
- 00029305  0x00007c07 lshift16  0x0000002f , 0x0000002f 
- 00029306  0x00007c08 ior  0x0000002f , 0x0000002f 
- 00029307  0x00007c09 increase  0x00000001 , 0x00000038 
- 00029308  0x00007c0a rtn 
- 00029309  0x00007c0f add  0x00000013 , 0x00000001 , 0x00000006 
- 00029310  0x00007c10 ifetch  0x00000001 , 0x00000006 
- 00029311  0x00007c11 iforce  0x00000011 
- 00029312  0x00007c12 call  0x00007268 
- 00029313  0x00007c13 call  0x000072d1 
- 00029314  0x00007c15 force  0x00000000 , 0x00000038 
- 00029315  0x00007c16 ifetch  0x00000001 , 0x00000013 
- 00029316  0x00007c17 and_into  0x00000003 , 0x0000003f 
- 00029317  0x00007c18 lshift16  0x0000003f , 0x0000002f 
- 00029318  0x00007c19 set1  0x00000008 , 0x0000002f 
- 00029319  0x00007c1a call  0x0000736a 
- 00029320  0x00007c1b call  0x000072d4 
- 00029321  0x00007c1d copy  0x00000011 , 0x00000039 
- 00029322  0x00007c1e add  0x00000013 , 0x00000002 , 0x00000006 
- 00029323  0x00007c1f call  0x00007349 
- 00029324  0x00007c21 call  0x00007353 
- 00029325  0x00007c22 call  0x000072d4 
- 00029326  0x00007c23 deposit  0x00000039 
- 00029327  0x00007c24 branch  0x00007291 , 0x00000034 
- 00029328  0x00007c25 branch  0x0000728c 
- 00029329  0x00007c27 force  0x0000000c , 0x00000038 
- 00029330  0x00007c28 deposit  0x0000002f 
- 00029331  0x00007c29 store  0x00000004 , 0x00000150 
- 00029332  0x00007c2a rtn 
- 00029333  0x00007c2d increase  0x00000001 , 0x00000011 
- 00029334  0x00007c2e call  0x0000726a 
- 00029335  0x00007c2f copy  0x00000013 , 0x00000006 
- 00029336  0x00007c30 call  0x0000735d 
- 00029337  0x00007c31 call  0x000072d7 
- 00029338  0x00007c32 call  0x0000737c 
- 00029339  0x00007c33 increase  0x00000010 , 0x00000013 
- 00029340  0x00007c34 increase  0xfffffff0 , 0x00000012 
- 00029341  0x00007c35 branch  0x00007295 , 0x00000002 
- 00029342  0x00007c36 rtn 
- 00029343  0x00007c3c call  0x000072c4 
- 00029344  0x00007c3d bpatch  0x000000ea , 0x0000401d 
- 00029345  0x00007c3e jam  0x00000000 , 0x0000806c 
- 00029346  0x00007c3f jam  0x00000001 , 0x0000806d 
- 00029347  0x00007c40 fetch  0x00000001 , 0x00004169 
- 00029348  0x00007c41 and_into  0x00000003 , 0x0000003f 
- 00029349  0x00007c42 store  0x00000001 , 0x0000806e 
- 00029350  0x00007c43 fetch  0x00000002 , 0x0000068f 
- 00029351  0x00007c44 store  0x00000002 , 0x00008068 
- 00029352  0x00007c45 setarg  0x0000416b 
- 00029353  0x00007c46 store  0x00000002 , 0x0000806a 
- 00029354  0x00007c48 fetchr  0x00000011 , 0x00000001 , 0x0000416a 
- 00029355  0x00007c49 fetcht  0x00000005 , 0x00004450 
- 00029356  0x00007c4a call  0x00007265 
- 00029357  0x00007c4b jam  0x00000002 , 0x0000800a 
- 00029358  0x00007c4c jam  0x00000003 , 0x0000800a 
- 00029359  0x00007c4e fetch  0x00000001 , 0x0000416a 
- 00029360  0x00007c4f store  0x00000002 , 0x000080c0 
- 00029361  0x00007c50 increase  0x00000004 , 0x0000003f 
- 00029362  0x00007c51 store  0x00000001 , 0x0000416a 
- 00029363  0x00007c52 fetch  0x00000005 , 0x00004450 
- 00029364  0x00007c53 increase  0x00000001 , 0x0000003f 
- 00029365  0x00007c54 set0  0x00000027 , 0x0000003f 
- 00029366  0x00007c55 store  0x00000005 , 0x00004450 
- 00029367  0x00007c56 rtn 
- 00029368  0x00007c5a fetch  0x00000002 , 0x0000811a 
- 00029369  0x00007c5b isub  0x00000002 , 0x0000003e 
- 00029370  0x00007c5c rtn  0x00000005 
- 00029371  0x00007c5d nrtn  0x00000034 
- 00029372  0x00007c5f branch  0x000072b8 
- 00029373  0x00007c62 fetch  0x00000001 , 0x00008108 
- 00029374  0x00007c63 bbit0  0x00000006 , 0x0000235a 
- 00029375  0x00007c65 setarg  0x0000416b 
- 00029376  0x00007c66 iadd  0x00000002 , 0x00000005 
- 00029377  0x00007c67 arg  0x0000000c , 0x00000038 
- 00029378  0x00007c68 istorer  0x0000002f , 0x00000004 , 0x00000005 
- 00029379  0x00007c69 branch  0x000072cd 
- 00029380  0x00007c6c bpatch  0x000000eb , 0x0000401d 
- 00029381  0x00007c6d force  0x0000000c , 0x00000038 
- 00029382  0x00007c6e call  0x00007370 
- 00029383  0x00007c6f call  0x0000736f 
- 00029384  0x00007c70 setarg  0x00000000 
- 00029385  0x00007c71 store  0x00000002 , 0x000080c0 
- 00029386  0x00007c72 rtn 
- 00029387  0x00007c75 fetch  0x00000001 , 0x00008108 
- 00029388  0x00007c76 bbit0  0x00000006 , 0x000072cb 
- 00029389  0x00007c78 jam  0x00000000 , 0x0000800a 
- 00029390  0x00007c79 rtn 
- 00029391  0x00007c7d nbranch  0x000072cf , 0x00000037 
- 00029392  0x00007c7e rtn 
- 00029393  0x00007c81 force  0x00000030 , 0x00000036 
- 00029394  0x00007c82 force  0x00000000 , 0x00000036 
- 00029395  0x00007c83 branch  0x000072cf 
- 00029396  0x00007c86 force  0x00000032 , 0x00000036 
- 00029397  0x00007c87 force  0x00000002 , 0x00000036 
- 00029398  0x00007c88 branch  0x000072cf 
- 00029399  0x00007c8b force  0x00000034 , 0x00000036 
- 00029400  0x00007c8c force  0x00000004 , 0x00000036 
- 00029401  0x00007c8d branch  0x000072cf 
- 00029402  0x00007c91 force  0x00000001 , 0x00000036 
- 00029403  0x00007c92 force  0x00000000 , 0x00000036 
- 00029404  0x00007c93 rtn 
- 00029405  0x00007c97 fetch  0x00000001 , 0x00008155 
- 00029406  0x00007c98 bbit0  0x00000002 , 0x000072dd 
- 00029407  0x00007c99 rtn 
- 00029408  0x00007c9d store  0x00000002 , 0x000080d2 
- 00029409  0x00007c9e force  0x000000c0 , 0x00000036 
- 00029410  0x00007c9f force  0x00000080 , 0x00000036 
- 00029411  0x00007ca0 branch  0x000072dd 
- 00029412  0x00007ca3 force  0x00000000 , 0x00000038 
- 00029413  0x00007ca4 copy  0x00000012 , 0x00000006 
- 00029414  0x00007ca5 force  0x00000004 , 0x00000039 
- 00029415  0x00007ca6 call  0x000072f3 
- 00029416  0x00007ca8 force  0x00000180 , 0x00000036 
- 00029417  0x00007ca9 force  0x00000080 , 0x00000036 
- 00029418  0x00007caa call  0x000072cf 
- 00029419  0x00007cac force  0x0000000c , 0x00000038 
- 00029420  0x00007cad copy  0x00000013 , 0x00000005 
- 00029421  0x00007cae force  0x00000004 , 0x00000039 
- 00029422  0x00007cb0 copy  0x0000002f , 0x0000003f 
- 00029423  0x00007cb1 istore  0x00000004 , 0x00000005 
- 00029424  0x00007cb2 increase  0x00000001 , 0x00000038 
- 00029425  0x00007cb3 loop  0x000072ee 
- 00029426  0x00007cb4 rtn 
- 00029427  0x00007cb7 ifetch  0x00000002 , 0x00000006 
- 00029428  0x00007cb8 ifetcht  0x00000002 , 0x00000006 
- 00029429  0x00007cb9 lshift16  0x00000002 , 0x00000002 
- 00029430  0x00007cba ior  0x00000002 , 0x0000002f 
- 00029431  0x00007cbb increase  0x00000001 , 0x00000038 
- 00029432  0x00007cbc loop  0x000072f3 
- 00029433  0x00007cbd rtn 
- 00029434  0x00007cc1 force  0x00000008 , 0x00000038 
- 00029435  0x00007cc2 copy  0x00000011 , 0x00000006 
- 00029436  0x00007cc3 force  0x00000004 , 0x00000039 
- 00029437  0x00007cc4 call  0x000072f3 
- 00029438  0x00007cc6 force  0x00000000 , 0x00000038 
- 00029439  0x00007cc7 copy  0x00000012 , 0x00000006 
- 00029440  0x00007cc8 force  0x00000004 , 0x00000039 
- 00029441  0x00007cc9 call  0x000072f3 
- 00029442  0x00007cca force  0x00000182 , 0x00000036 
- 00029443  0x00007ccb force  0x00000082 , 0x00000036 
- 00029444  0x00007ccc call  0x000072cf 
- 00029445  0x00007ccd branch  0x000072eb 
- 00029446  0x00007cd1 force  0x00000000 , 0x00000038 
- 00029447  0x00007cd2 fetch  0x00000004 , 0x00000158 
- 00029448  0x00007cd3 iforce  0x0000002f 
- 00029449  0x00007cd4 increase  0x00000001 , 0x00000038 
- 00029450  0x00007cd5 ifetch  0x00000004 , 0x00000006 
- 00029451  0x00007cd6 iforce  0x0000002f 
- 00029452  0x00007cd7 increase  0x00000001 , 0x00000038 
- 00029453  0x00007cd8 fetch  0x00000004 , 0x000042ab 
- 00029454  0x00007cd9 iforce  0x0000002f 
- 00029455  0x00007cda increase  0x00000001 , 0x00000038 
- 00029456  0x00007cdb ifetch  0x00000004 , 0x00000006 
- 00029457  0x00007cdc iforce  0x0000002f 
- 00029458  0x00007cdd increase  0x00000001 , 0x00000038 
- 00029459  0x00007cde call  0x00007370 
- 00029460  0x00007cdf increase  0xfffffffc , 0x00000038 
- 00029461  0x00007ce0 fetch  0x00000004 , 0x000042ff 
- 00029462  0x00007ce1 copy  0x0000003f , 0x0000002f 
- 00029463  0x00007ce2 increase  0x00000004 , 0x00000038 
- 00029464  0x00007ce3 force  0x00000038 , 0x00000036 
- 00029465  0x00007ce4 force  0x00000008 , 0x00000036 
- 00029466  0x00007ce5 branch  0x000072cf 
- 00029467  0x00007ce9 bpatch  0x000000ec , 0x0000401d 
- 00029468  0x00007cea fetch  0x00000006 , 0x000042db 
- 00029469  0x00007ceb fetcht  0x00000006 , 0x00000178 
- 00029470  0x00007cec branch  0x00007321 , 0x00000029 
- 00029471  0x00007ced fetch  0x00000006 , 0x00000178 
- 00029472  0x00007cee fetcht  0x00000006 , 0x000042db 
- 00029473  0x00007cf0 force  0x00000008 , 0x00000038 
- 00029474  0x00007cf1 copy  0x00000002 , 0x0000002f 
- 00029475  0x00007cf2 increase  0x00000001 , 0x00000038 
- 00029476  0x00007cf3 rshift32  0x00000002 , 0x0000002f 
- 00029477  0x00007cf4 lshift16  0x0000003f , 0x0000003f 
- 00029478  0x00007cf5 ior  0x0000002f , 0x0000002f 
- 00029479  0x00007cf6 increase  0x00000001 , 0x00000038 
- 00029480  0x00007cf7 rshift32  0x0000003f , 0x0000002f 
- 00029481  0x00007cf8 increase  0x00000001 , 0x00000038 
- 00029482  0x00007cf9 force  0x00000000 , 0x0000002f 
- 00029483  0x00007cfa force  0x00000000 , 0x0000003f 
- 00029484  0x00007cfb fetch  0x00000001 , 0x000042cb 
- 00029485  0x00007cfc fetcht  0x00000001 , 0x0000438c 
- 00029486  0x00007cfd nbranch  0x00007331 , 0x00000029 
- 00029487  0x00007cff fetch  0x00000001 , 0x000042d2 
- 00029488  0x00007d00 fetcht  0x00000001 , 0x000042cb 
- 00029489  0x00007d02 store  0x00000001 , 0x000042bb 
- 00029490  0x00007d03 storet  0x00000001 , 0x000042bc 
- 00029491  0x00007d04 force  0x00000000 , 0x00000038 
- 00029492  0x00007d05 arg  0x000042bb , 0x00000012 
- 00029493  0x00007d06 force  0x00000004 , 0x00000039 
- 00029494  0x00007d08 ifetch  0x00000004 , 0x00000011 
- 00029495  0x00007d09 ifetcht  0x00000004 , 0x00000012 
- 00029496  0x00007d0a ixor  0x00000002 , 0x0000002f 
- 00029497  0x00007d0b increase  0x00000001 , 0x00000038 
- 00029498  0x00007d0c increase  0x00000004 , 0x00000011 
- 00029499  0x00007d0d increase  0x00000004 , 0x00000012 
- 00029500  0x00007d0e loop  0x00007336 
- 00029501  0x00007d0f call  0x00007370 
- 00029502  0x00007d10 increase  0xfffffffc , 0x00000038 
- 00029503  0x00007d11 fetch  0x00000004 , 0x000042ff 
- 00029504  0x00007d12 copy  0x0000003f , 0x0000002f 
- 00029505  0x00007d13 increase  0x00000004 , 0x00000038 
- 00029506  0x00007d14 force  0x00000038 , 0x00000036 
- 00029507  0x00007d15 force  0x0000000c , 0x00000036 
- 00029508  0x00007d16 call  0x000072cf 
- 00029509  0x00007d18 call  0x0000736f 
- 00029510  0x00007d19 force  0x0000003a , 0x00000036 
- 00029511  0x00007d1a force  0x00000008 , 0x00000036 
- 00029512  0x00007d1b branch  0x000072cf 
- 00029513  0x00007d1e compare  0x00000000 , 0x00000039 , 0x00000003 
- 00029514  0x00007d1f rtn  0x00000001 
- 00029515  0x00007d20 deposit  0x00000006 
- 00029516  0x00007d21 iadd  0x00000039 , 0x00000005 
- 00029517  0x00007d22 force  0x00000000 , 0x0000003f 
- 00029518  0x00007d24 istore  0x00000001 , 0x00000005 
- 00029519  0x00007d25 increase  0x00000001 , 0x00000039 
- 00029520  0x00007d26 compare  0x00000000 , 0x00000039 , 0x00000003 
- 00029521  0x00007d27 rtn  0x00000001 
- 00029522  0x00007d28 branch  0x0000734e 
- 00029523  0x00007d2b force  0x00000000 , 0x00000038 
- 00029524  0x00007d2d deposit  0x00000039 
- 00029525  0x00007d2e branch  0x00007358 , 0x00000034 
- 00029526  0x00007d2f ifetch  0x00000004 , 0x00000006 
- 00029527  0x00007d30 increase  0xfffffffc , 0x00000039 
- 00029528  0x00007d32 iforce  0x0000002f 
- 00029529  0x00007d33 increase  0x00000001 , 0x00000038 
- 00029530  0x00007d34 compare  0x00000004 , 0x00000038 , 0x0000000f 
- 00029531  0x00007d35 rtn  0x00000001 
- 00029532  0x00007d36 branch  0x00007354 
- 00029533  0x00007d39 force  0x00000008 , 0x00000038 
- 00029534  0x00007d3a branch  0x00007362 
- 00029535  0x00007d3c force  0x00000004 , 0x00000038 
- 00029536  0x00007d3d branch  0x00007362 
- 00029537  0x00007d3f force  0x00000000 , 0x00000038 
- 00029538  0x00007d41 force  0x00000004 , 0x00000039 
- 00029539  0x00007d43 ifetch  0x00000004 , 0x00000006 
- 00029540  0x00007d44 iforce  0x0000002f 
- 00029541  0x00007d45 increase  0x00000001 , 0x00000038 
- 00029542  0x00007d46 loop  0x00007363 
- 00029543  0x00007d47 rtn 
- 00029544  0x00007d4a arg  0x000001a8 , 0x00000006 
- 00029545  0x00007d4b branch  0x0000735f 
- 00029546  0x00007d4e force  0x00000004 , 0x00000039 
- 00029547  0x00007d4f branch  0x00007372 
- 00029548  0x00007d52 force  0x00000000 , 0x00000038 
- 00029549  0x00007d53 force  0x00000010 , 0x00000039 
- 00029550  0x00007d54 branch  0x00007371 
- 00029551  0x00007d57 force  0x00000000 , 0x00000038 
- 00029552  0x00007d59 force  0x00000004 , 0x00000039 
- 00029553  0x00007d5b force  0x00000000 , 0x0000002f 
- 00029554  0x00007d5d increase  0x00000001 , 0x00000038 
- 00029555  0x00007d5e loop  0x00007371 
- 00029556  0x00007d5f rtn 
- 00029557  0x00007d62 force  0x0000000c , 0x00000038 
- 00029558  0x00007d63 force  0x00000004 , 0x00000039 
- 00029559  0x00007d65 deposit  0x0000002f 
- 00029560  0x00007d66 istore  0x00000004 , 0x00000005 
- 00029561  0x00007d67 increase  0x00000001 , 0x00000038 
- 00029562  0x00007d68 loop  0x00007377 
- 00029563  0x00007d69 rtn 
- 00029564  0x00007d6c force  0x0000000c , 0x00000038 
- 00029565  0x00007d6d copy  0x00000013 , 0x00000005 
- 00029566  0x00007d6e add  0x00000012 , 0x00000001 , 0x00000039 
- 00029567  0x00007d6f sub  0x00000039 , 0x0000000f , 0x0000003e 
- 00029568  0x00007d70 branch  0x00007382 , 0x00000002 
- 00029569  0x00007d71 force  0x00000010 , 0x00000039 
- 00029570  0x00007d73 deposit  0x0000002f 
- 00029571  0x00007d74 sub  0x00000039 , 0x00000003 , 0x0000003e 
- 00029572  0x00007d75 branch  0x0000738a , 0x00000002 
- 00029573  0x00007d76 istore  0x00000004 , 0x00000005 
- 00029574  0x00007d77 increase  0xfffffffc , 0x00000039 
- 00029575  0x00007d78 rtn  0x00000005 
- 00029576  0x00007d79 increase  0x00000001 , 0x00000038 
- 00029577  0x00007d7a branch  0x00007382 
- 00029578  0x00007d7c istore  0x00000001 , 0x00000005 
- 00029579  0x00007d7d rshift8  0x0000003f , 0x0000003f 
- 00029580  0x00007d7e loop  0x0000738a 
- 00029581  0x00007d7f rtn 
- 00029582  0x00007d83 force  0x0000000c , 0x00000038 
- 00029583  0x00007d84 force  0x00000004 , 0x00000039 
- 00029584  0x00007d86 ifetch  0x00000004 , 0x00000006 
- 00029585  0x00007d87 isub  0x0000002f , 0x0000003e 
- 00029586  0x00007d88 nrtn  0x00000005 
- 00029587  0x00007d89 increase  0x00000001 , 0x00000038 
- 00029588  0x00007d8a loop  0x00007390 
- 00029589  0x00007d8b branch  0x00007db8 
- 00029590  0x00007d8e fetch  0x00000001 , 0x00008050 
- 00029591  0x00007d8f set0  0x00000000 , 0x0000003f 
- 00029592  0x00007d90 store  0x00000001 , 0x00008050 
- 00029593  0x00007d91 rtn 
- 00029594  0x00007d94 fetch  0x00000001 , 0x00008050 
- 00029595  0x00007d95 set1  0x00000000 , 0x0000003f 
- 00029596  0x00007d96 store  0x00000001 , 0x00008050 
- 00029597  0x00007d97 rtn 
- 00029598  0x00007da0 arg  0x000004d1 , 0x00000005 
- 00029599  0x00007da1 setsect  0x00000000 , 0x0003ffff 
- 00029600  0x00007da2 setsect  0x00000001 , 0x0003ffff 
- 00029601  0x00007da3 setsect  0x00000002 , 0x0003ffff 
- 00029602  0x00007da4 setsect  0x00000003 , 0x0003fbff 
- 00029603  0x00007da5 istore  0x00000009 , 0x00000005 
- 00029604  0x00007da6 setsect  0x00000000 , 0x0003ffff 
- 00029605  0x00007da7 setsect  0x00000001 , 0x0003ffff 
- 00029606  0x00007da8 setsect  0x00000002 , 0x0003ffff 
- 00029607  0x00007da9 setsect  0x00000003 , 0x0003ffff 
- 00029608  0x00007daa istore  0x00000009 , 0x00000005 
- 00029609  0x00007dab setsect  0x00000000 , 0x0003ffff 
- 00029610  0x00007dac setsect  0x00000001 , 0x0003ffff 
- 00029611  0x00007dad setsect  0x00000002 , 0x0003cfff 
- 00029612  0x00007dae setsect  0x00000003 , 0x0003ffff 
- 00029613  0x00007daf istore  0x00000009 , 0x00000005 
- 00029614  0x00007db0 setsect  0x00000000 , 0x0003ffff 
- 00029615  0x00007db1 setsect  0x00000001 , 0x0003ffff 
- 00029616  0x00007db2 setsect  0x00000002 , 0x0003ffef 
- 00029617  0x00007db3 setsect  0x00000003 , 0x0003ffff 
- 00029618  0x00007db4 istore  0x00000009 , 0x00000005 
- 00029619  0x00007db5 setsect  0x00000000 , 0x0003ffff 
- 00029620  0x00007db6 setsect  0x00000001 , 0x0003ffff 
- 00029621  0x00007db7 setsect  0x00000002 , 0x0003ffff 
- 00029622  0x00007db8 setsect  0x00000003 , 0x0003ffff 
- 00029623  0x00007db9 istore  0x00000009 , 0x00000005 
- 00029624  0x00007dba setsect  0x00000000 , 0x0003ffff 
- 00029625  0x00007dbb setsect  0x00000001 , 0x00026c7f 
- 00029626  0x00007dbc setsect  0x00000002 , 0x0000146b 
- 00029627  0x00007dbd setsect  0x00000003 , 0x00037bb3 
- 00029628  0x00007dbe istore  0x00000009 , 0x00000005 
- 00029629  0x00007dbf setsect  0x00000000 , 0x0001feb8 
- 00029630  0x00007dc0 setsect  0x00000001 , 0x00010c12 
- 00029631  0x00007dc1 setsect  0x00000002 , 0x0002b722 
- 00029632  0x00007dc2 setsect  0x00000003 , 0x00029fa6 
- 00029633  0x00007dc3 istore  0x00000009 , 0x00000005 
- 00029634  0x00007dc4 setsect  0x00000000 , 0x0000e70f 
- 00029635  0x00007dc5 setsect  0x00000001 , 0x00016720 
- 00029636  0x00007dc6 setsect  0x00000002 , 0x0000519e 
- 00029637  0x00007dc7 setsect  0x00000003 , 0x00019084 
- 00029638  0x00007dc8 istore  0x00000009 , 0x00000005 
- 00029639  0x00007dc9 setsect  0x00000000 , 0x00031012 
- 00029640  0x00007dca setsect  0x00000001 , 0x000360bf 
- 00029641  0x00007dcb setsect  0x00000002 , 0x0003f0af 
- 00029642  0x00007dcc setsect  0x00000003 , 0x000003d3 
- 00029643  0x00007dcd istore  0x00000009 , 0x00000005 
- 00029644  0x00007dce setsect  0x00000000 , 0x0003a188 
- 00029645  0x00007dcf setsect  0x00000001 , 0x00003ad0 
- 00029646  0x00007dd0 setsect  0x00000002 , 0x0003cbf2 
- 00029647  0x00007dd1 setsect  0x00000003 , 0x000243d9 
- 00029648  0x00007dd2 istore  0x00000009 , 0x00000005 
- 00029649  0x00007dd3 setsect  0x00000000 , 0x0002b030 
- 00029650  0x00007dd4 setsect  0x00000001 , 0x00036a03 
- 00029651  0x00007dd5 setsect  0x00000002 , 0x00011188 
- 00029652  0x00007dd6 setsect  0x00000003 , 0x0001e520 
- 00029653  0x00007dd7 istore  0x00000009 , 0x00000005 
- 00029654  0x00007dd8 setsect  0x00000000 , 0x0003a11e 
- 00029655  0x00007dd9 setsect  0x00000001 , 0x0000fe5d 
- 00029656  0x00007dda setsect  0x00000002 , 0x0000dd57 
- 00029657  0x00007ddb setsect  0x00000003 , 0x0001ac93 
- 00029658  0x00007ddc istore  0x00000009 , 0x00000005 
- 00029659  0x00007ddd setsect  0x00000000 , 0x000011ed 
- 00029660  0x00007dde setsect  0x00000001 , 0x000218c4 
- 00029661  0x00007ddf setsect  0x00000002 , 0x00008da7 
- 00029662  0x00007de0 setsect  0x00000003 , 0x000257ff 
- 00029663  0x00007de1 istore  0x00000009 , 0x00000005 
- 00029664  0x00007de2 setsect  0x00000000 , 0x0003192b 
- 00029665  0x00007de3 setsect  0x00000001 , 0x00034641 
- 00029666  0x00007de4 setsect  0x00000002 , 0x0001be0c 
- 00029667  0x00007de5 setsect  0x00000003 , 0x000366ad 
- 00029668  0x00007de6 istore  0x00000009 , 0x00000005 
- 00029669  0x00007de7 setsect  0x00000000 , 0x00001f83 
- 00029670  0x00007de8 setsect  0x00000001 , 0x00015a23 
- 00029671  0x00007de9 setsect  0x00000002 , 0x0003f9b0 
- 00029672  0x00007dea setsect  0x00000003 , 0x00003949 
- 00029673  0x00007deb istore  0x00000009 , 0x00000005 
- 00029674  0x00007dec setsect  0x00000000 , 0x00013a51 
- 00029675  0x00007ded setsect  0x00000001 , 0x000153fd 
- 00029676  0x00007dee setsect  0x00000002 , 0x0003372a 
- 00029677  0x00007def setsect  0x00000003 , 0x0000f1bb 
- 00029678  0x00007df0 istore  0x00000009 , 0x00000005 
- 00029679  0x00007df1 setsect  0x00000000 , 0x0003ae85 
- 00029680  0x00007df2 setsect  0x00000001 , 0x0001eed9 
- 00029681  0x00007df3 setsect  0x00000002 , 0x00009e66 
- 00029682  0x00007df4 setsect  0x00000003 , 0x000001a8 
- 00029683  0x00007df5 istore  0x00000008 , 0x00000005 
- 00029684  0x00007df6 rtn 
- 00029685  0x00007dff arg  0x00000569 , 0x00000005 
- 00029686  0x00007e00 setsect  0x00000000 , 0x0003ffff 
- 00029687  0x00007e01 setsect  0x00000001 , 0x0003ffff 
- 00029688  0x00007e02 setsect  0x00000002 , 0x0003ffff 
- 00029689  0x00007e03 setsect  0x00000003 , 0x0003ffff 
- 00029690  0x00007e04 istore  0x00000009 , 0x00000005 
- 00029691  0x00007e05 setsect  0x00000000 , 0x0003ffff 
- 00029692  0x00007e06 setsect  0x00000001 , 0x0000003f 
- 00029693  0x00007e07 setsect  0x00000002 , 0x00000000 
- 00029694  0x00007e08 setsect  0x00000003 , 0x00000000 
- 00029695  0x00007e09 istore  0x00000009 , 0x00000005 
- 00029696  0x00007e0a setsect  0x00000000 , 0x00000000 
- 00029697  0x00007e0b setsect  0x00000001 , 0x00000000 
- 00029698  0x00007e0c setsect  0x00000002 , 0x00001000 
- 00029699  0x00007e0d setsect  0x00000003 , 0x00000000 
- 00029700  0x00007e0e istore  0x00000009 , 0x00000005 
- 00029701  0x00007e0f setsect  0x00000000 , 0x0003ff00 
- 00029702  0x00007e10 setsect  0x00000001 , 0x0003ffff 
- 00029703  0x00007e11 setsect  0x00000002 , 0x0003ffcf 
- 00029704  0x00007e12 setsect  0x00000003 , 0x0003ffff 
- 00029705  0x00007e13 istore  0x00000009 , 0x00000005 
- 00029706  0x00007e14 setsect  0x00000000 , 0x0003ffff 
- 00029707  0x00007e15 setsect  0x00000001 , 0x0003ffff 
- 00029708  0x00007e16 setsect  0x00000002 , 0x0003ffff 
- 00029709  0x00007e17 setsect  0x00000003 , 0x000003ff 
- 00029710  0x00007e18 istore  0x00000009 , 0x00000005 
- 00029711  0x00007e19 setsect  0x00000000 , 0x00000000 
- 00029712  0x00007e1a setsect  0x00000001 , 0x00000000 
- 00029713  0x00007e1b setsect  0x00000002 , 0x00000000 
- 00029714  0x00007e1c setsect  0x00000003 , 0x00000000 
- 00029715  0x00007e1d istore  0x00000009 , 0x00000005 
- 00029716  0x00007e1e setsect  0x00000000 , 0x00010000 
- 00029717  0x00007e1f setsect  0x00000001 , 0x00000000 
- 00029718  0x00007e20 setsect  0x00000002 , 0x0003f000 
- 00029719  0x00007e21 setsect  0x00000003 , 0x0003ffff 
- 00029720  0x00007e22 istore  0x00000009 , 0x00000005 
- 00029721  0x00007e23 setsect  0x00000000 , 0x000296ff 
- 00029722  0x00007e24 setsect  0x00000001 , 0x00022630 
- 00029723  0x00007e25 setsect  0x00000002 , 0x0003945d 
- 00029724  0x00007e26 setsect  0x00000003 , 0x0003d284 
- 00029725  0x00007e27 istore  0x00000009 , 0x00000005 
- 00029726  0x00007e28 setsect  0x00000000 , 0x000333a0 
- 00029727  0x00007e29 setsect  0x00000001 , 0x00004b7a 
- 00029728  0x00007e2a setsect  0x00000002 , 0x000037d8 
- 00029729  0x00007e2b setsect  0x00000003 , 0x0003c9dc 
- 00029730  0x00007e2c istore  0x00000009 , 0x00000005 
- 00029731  0x00007e2d setsect  0x00000000 , 0x0003a440 
- 00029732  0x00007e2e setsect  0x00000001 , 0x0001b958 
- 00029733  0x00007e2f setsect  0x00000002 , 0x00038bce 
- 00029734  0x00007e30 setsect  0x00000003 , 0x0001091f 
- 00029735  0x00007e31 istore  0x00000009 , 0x00000005 
- 00029736  0x00007e32 setsect  0x00000000 , 0x0002e12c 
- 00029737  0x00007e33 setsect  0x00000001 , 0x0001f47c 
- 00029738  0x00007e34 setsect  0x00000002 , 0x000356b1 
- 00029739  0x00007e35 setsect  0x00000003 , 0x0002fd47 
- 00029740  0x00007e36 istore  0x00000009 , 0x00000005 
- 00029741  0x00007e37 setsect  0x00000000 , 0x00006837 
- 00029742  0x00007e38 setsect  0x00000001 , 0x0002ed90 
- 00029743  0x00007e39 setsect  0x00000002 , 0x0001ecec 
- 00029744  0x00007e3a setsect  0x00000003 , 0x0001acc5 
- 00029745  0x00007e3b istore  0x00000009 , 0x00000005 
- 00029746  0x00007e3c setsect  0x00000000 , 0x00023357 
- 00029747  0x00007e3d setsect  0x00000001 , 0x00018af3 
- 00029748  0x00007e3e setsect  0x00000002 , 0x0000f9e1 
- 00029749  0x00007e3f setsect  0x00000003 , 0x000129f0 
- 00029750  0x00007e40 istore  0x00000009 , 0x00000005 
- 00029751  0x00007e41 setsect  0x00000000 , 0x0002e7eb 
- 00029752  0x00007e42 setsect  0x00000001 , 0x0003e6e3 
- 00029753  0x00007e43 setsect  0x00000002 , 0x0003e1a7 
- 00029754  0x00007e44 setsect  0x00000003 , 0x00010b8b 
- 00029755  0x00007e45 istore  0x00000009 , 0x00000005 
- 00029756  0x00007e46 setsect  0x00000000 , 0x00024fe3 
- 00029757  0x00007e47 setsect  0x00000001 , 0x000020ef 
- 00029758  0x00007e48 setsect  0x00000002 , 0x0001b5a6 
- 00029759  0x00007e49 setsect  0x00000003 , 0x0000dc2f 
- 00029760  0x00007e4a istore  0x00000009 , 0x00000005 
- 00029761  0x00007e4b setsect  0x00000000 , 0x00013860 
- 00029762  0x00007e4c setsect  0x00000001 , 0x0002bd69 
- 00029763  0x00007e4d setsect  0x00000002 , 0x0000391a 
- 00029764  0x00007e4e setsect  0x00000003 , 0x0001b222 
- 00029765  0x00007e4f istore  0x00000009 , 0x00000005 
- 00029766  0x00007e50 rtn 
- 00029767  0x00007e59 branch  0x000074fc 
- 00029768  0x00007e5c bpatch  0x000000ed , 0x0000401d 
- 00029769  0x00007e61 fetch  0x00000001 , 0x0000446c 
- 00029770  0x00007e62 rtn  0x00000034 
- 00029771  0x00007e63 fetch  0x00000001 , 0x0000446e 
- 00029772  0x00007e64 rtneq  0x00000003 
- 00029773  0x00007e67 fetch  0x00000001 , 0x0000446d 
- 00029774  0x00007e68 beq  0x00000000 , 0x000074fc 
- 00029775  0x00007e69 rtn 
- 00029776  0x00007e6b jam  0x00000000 , 0x0000446d 
- 00029777  0x00007e6c rtn 
- 00029778  0x00007e72 bpatch  0x000000ee , 0x0000401d 
- 00029779  0x00007e73 setarg  0x000005fe 
- 00029780  0x00007e74 arg  0x000005f9 , 0x00000005 
- 00029781  0x00007e75 isub  0x00000005 , 0x00000039 
- 00029782  0x00007e76 call  0x00007ca1 
- 00029783  0x00007e77 setarg  0x000044d1 
- 00029784  0x00007e78 arg  0x000044cf , 0x00000005 
- 00029785  0x00007e79 isub  0x00000005 , 0x00000039 
- 00029786  0x00007e7a branch  0x00007ca1 
- 00029787  0x00007e7f call  0x00007476 
- 00029788  0x00007e80 arg  0x0000061e , 0x00000011 
- 00029789  0x00007e81 arg  0x000004b1 , 0x00000005 
- 00029790  0x00007e82 call  0x0000771c 
- 00029791  0x00007e83 arg  0x000005fe , 0x00000011 
- 00029792  0x00007e84 arg  0x00000471 , 0x00000005 
- 00029793  0x00007e85 call  0x0000771c 
- 00029794  0x00007e86 arg  0x00000471 , 0x00000011 
- 00029795  0x00007e87 arg  0x000005fe , 0x00000012 
- 00029796  0x00007e88 arg  0x00000471 , 0x00000005 
- 00029797  0x00007e89 call  0x00007684 
- 00029798  0x00007e8a arg  0x00000589 , 0x00000011 
- 00029799  0x00007e8b arg  0x000005fe , 0x00000012 
- 00029800  0x00007e8c arg  0x00000491 , 0x00000005 
- 00029801  0x00007e8d call  0x00007684 
- 00029802  0x00007e8e arg  0x00000491 , 0x00000011 
- 00029803  0x00007e8f arg  0x00000471 , 0x00000012 
- 00029804  0x00007e90 arg  0x00000471 , 0x00000005 
- 00029805  0x00007e91 call  0x00007720 
- 00029806  0x00007e92 arg  0x00000451 , 0x00000011 
- 00029807  0x00007e93 arg  0x00000471 , 0x00000012 
- 00029808  0x00007e94 arg  0x00000451 , 0x00000005 
- 00029809  0x00007e95 call  0x00007720 
- 00029810  0x00007e96 arg  0x00000020 , 0x00000039 
- 00029811  0x00007e97 arg  0x000004b1 , 0x00000011 
- 00029812  0x00007e98 arg  0x00000451 , 0x00000012 
- 00029813  0x00007e99 branch  0x00007d64 
- 00029814  0x00007e9c arg  0x000005c9 , 0x00000011 
- 00029815  0x00007e9d arg  0x00000451 , 0x00000005 
- 00029816  0x00007e9e call  0x0000771c 
- 00029817  0x00007e9f arg  0x000005a9 , 0x00000011 
- 00029818  0x00007ea0 arg  0x00000471 , 0x00000005 
- 00029819  0x00007ea1 call  0x0000771c 
- 00029820  0x00007ea2 arg  0x00000471 , 0x00000011 
- 00029821  0x00007ea3 arg  0x000005a9 , 0x00000012 
- 00029822  0x00007ea4 arg  0x00000471 , 0x00000005 
- 00029823  0x00007ea5 call  0x00007684 
- 00029824  0x00007ea6 arg  0x00000589 , 0x00000011 
- 00029825  0x00007ea7 arg  0x000005a9 , 0x00000012 
- 00029826  0x00007ea8 arg  0x00000491 , 0x00000005 
- 00029827  0x00007ea9 call  0x00007684 
- 00029828  0x00007eaa arg  0x00000491 , 0x00000011 
- 00029829  0x00007eab arg  0x00000471 , 0x00000012 
- 00029830  0x00007eac arg  0x00000471 , 0x00000005 
- 00029831  0x00007ead call  0x00007720 
- 00029832  0x00007eae arg  0x00000451 , 0x00000011 
- 00029833  0x00007eaf arg  0x00000471 , 0x00000012 
- 00029834  0x00007eb0 arg  0x00000451 , 0x00000005 
- 00029835  0x00007eb1 branch  0x00007739 
- 00029836  0x00007eb7 increase  0xffffffff , 0x00000007 
- 00029837  0x00007eb8 nrtn  0x00000002 
- 00029838  0x00007eb9 random  0x0000003f 
- 00029839  0x00007eba istore  0x00000002 , 0x00000005 
- 00029840  0x00007ebb branch  0x0000748c 
- 00029841  0x00007ebd increase  0xffffffff , 0x00000007 
- 00029842  0x00007ebe nbranch  0x0000749c , 0x00000002 
- 00029843  0x00007ebf ifetch  0x00000004 , 0x00000011 
- 00029844  0x00007ec0 copy  0x0000003f , 0x00000002 
- 00029845  0x00007ec1 ifetch  0x00000004 , 0x00000012 
- 00029846  0x00007ec2 iflip  0x00000002 , 0x0000003f 
- 00029847  0x00007ec3 nbranch  0x0000749b , 0x00000005 
- 00029848  0x00007ec4 increase  0x00000004 , 0x00000011 
- 00029849  0x00007ec5 increase  0x00000004 , 0x00000012 
- 00029850  0x00007ec6 branch  0x00007491 
- 00029851  0x00007ec8 branch  0x00007dc4 
- 00029852  0x00007ecb branch  0x00007dc6 
- 00029853  0x00007ed1 and  0x0000003f , 0x00000007 , 0x00000007 
- 00029854  0x00007ed2 rshift3  0x0000003f , 0x0000003f 
- 00029855  0x00007ed3 iadd  0x00000006 , 0x00000006 
- 00029856  0x00007ed4 ifetch  0x00000001 , 0x00000006 
- 00029857  0x00007ed5 qisolate0  0x0000003f 
- 00029858  0x00007ed6 rtn 
- 00029859  0x00007eda ifetch  0x00000008 , 0x00000006 
- 00029860  0x00007edb nrtn  0x00000034 
- 00029861  0x00007edc ifetch  0x00000008 , 0x00000006 
- 00029862  0x00007edd nrtn  0x00000034 
- 00029863  0x00007ede ifetch  0x00000008 , 0x00000006 
- 00029864  0x00007edf rtn 
- 00029865  0x00007ee5 ifetch  0x00000004 , 0x00000011 
- 00029866  0x00007ee6 iforce  0x00000002 
- 00029867  0x00007ee7 ifetch  0x00000004 , 0x00000012 
- 00029868  0x00007ee8 isub  0x00000002 , 0x0000003e 
- 00029869  0x00007ee9 nrtn  0x00000005 
- 00029870  0x00007eea increase  0x00000004 , 0x00000011 
- 00029871  0x00007eeb increase  0x00000004 , 0x00000012 
- 00029872  0x00007eec loop  0x000074a9 
- 00029873  0x00007eed rtn 
- 00029874  0x00007ef0 force  0x00000006 , 0x00000039 
- 00029875  0x00007ef1 increase  0x00000014 , 0x00000011 
- 00029876  0x00007ef2 increase  0x00000014 , 0x00000012 
- 00029877  0x00007ef4 ifetch  0x00000004 , 0x00000012 
- 00029878  0x00007ef5 iforce  0x00000002 
- 00029879  0x00007ef6 ifetch  0x00000004 , 0x00000011 
- 00029880  0x00007ef7 isub  0x00000002 , 0x0000003f 
- 00029881  0x00007ef8 nrtn  0x00000002 
- 00029882  0x00007ef9 nrtn  0x00000034 
- 00029883  0x00007efa increase  0xfffffffc , 0x00000011 
- 00029884  0x00007efb increase  0xfffffffc , 0x00000012 
- 00029885  0x00007efc loop  0x000074b5 
- 00029886  0x00007efd rtn 
- 00029887  0x00007eff force  0x00000006 , 0x00000039 
- 00029888  0x00007f00 force  0x00000000 , 0x00000013 
- 00029889  0x00007f02 ifetch  0x00000004 , 0x00000011 
- 00029890  0x00007f03 iforce  0x00000002 
- 00029891  0x00007f04 ifetch  0x00000004 , 0x00000012 
- 00029892  0x00007f05 iadd  0x00000002 , 0x0000003f 
- 00029893  0x00007f06 iadd  0x00000013 , 0x0000003f 
- 00029894  0x00007f07 istore  0x00000004 , 0x00000005 
- 00029895  0x00007f08 isolate1  0x00000020 , 0x0000003f 
- 00029896  0x00007f09 setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00029897  0x00007f0a increase  0x00000004 , 0x00000011 
- 00029898  0x00007f0b increase  0x00000004 , 0x00000012 
- 00029899  0x00007f0c loop  0x000074c1 
- 00029900  0x00007f0d rtn 
- 00029901  0x00007f10 force  0x00000006 , 0x00000039 
- 00029902  0x00007f11 force  0x00000000 , 0x00000013 
- 00029903  0x00007f13 ifetch  0x00000004 , 0x00000012 
- 00029904  0x00007f14 iforce  0x00000002 
- 00029905  0x00007f15 ifetch  0x00000004 , 0x00000011 
- 00029906  0x00007f16 isub  0x00000002 , 0x0000003f 
- 00029907  0x00007f17 isub  0x00000013 , 0x0000003f 
- 00029908  0x00007f18 istore  0x00000004 , 0x00000005 
- 00029909  0x00007f19 isolate1  0x00000020 , 0x0000003f 
- 00029910  0x00007f1a setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00029911  0x00007f1b increase  0x00000004 , 0x00000011 
- 00029912  0x00007f1c increase  0x00000004 , 0x00000012 
- 00029913  0x00007f1d loop  0x000074cf 
- 00029914  0x00007f1e rtn 
- 00029915  0x00007f21 force  0x00000006 , 0x00000039 
- 00029916  0x00007f22 increase  0x00000014 , 0x00000011 
- 00029917  0x00007f24 force  0x00000000 , 0x00000013 
- 00029918  0x00007f26 ifetch  0x00000004 , 0x00000011 
- 00029919  0x00007f27 isolate1  0x00000000 , 0x0000003f 
- 00029920  0x00007f28 setflag  0x00000001 , 0x00000001 , 0x00000013 
- 00029921  0x00007f29 rshift  0x0000003f , 0x0000003f 
- 00029922  0x00007f2a isolate1  0x00000000 , 0x00000013 
- 00029923  0x00007f2b setflag  0x00000001 , 0x0000001f , 0x0000003f 
- 00029924  0x00007f2c istore  0x00000004 , 0x00000011 
- 00029925  0x00007f2d increase  0xfffffffc , 0x00000011 
- 00029926  0x00007f2e rshift  0x00000013 , 0x00000013 
- 00029927  0x00007f2f loop  0x000074de 
- 00029928  0x00007f30 rtn 
- 00029929  0x00007f32 force  0x00000006 , 0x00000039 
- 00029930  0x00007f33 force  0x00000000 , 0x00000013 
- 00029931  0x00007f35 ifetch  0x00000004 , 0x00000011 
- 00029932  0x00007f36 isolate1  0x0000001f , 0x0000003f 
- 00029933  0x00007f37 setflag  0x00000001 , 0x00000001 , 0x00000013 
- 00029934  0x00007f38 lshift  0x0000003f , 0x0000003f 
- 00029935  0x00007f39 isolate1  0x00000000 , 0x00000013 
- 00029936  0x00007f3a setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00029937  0x00007f3b istore  0x00000004 , 0x00000011 
- 00029938  0x00007f3c increase  0x00000004 , 0x00000011 
- 00029939  0x00007f3d rshift  0x00000013 , 0x00000013 
- 00029940  0x00007f3e loop  0x000074eb 
- 00029941  0x00007f3f rtn 
- 00029942  0x00007f43 force  0x00000006 , 0x00000039 
- 00029943  0x00007f45 ifetch  0x00000004 , 0x00000006 
- 00029944  0x00007f46 iforce  0x0000002f 
- 00029945  0x00007f47 increase  0x00000001 , 0x00000038 
- 00029946  0x00007f48 loop  0x000074f7 
- 00029947  0x00007f49 rtn 
- 00029948  0x00007f4e bpatch  0x000000ef , 0x0000401d 
- 00029949  0x00007f4f fetch  0x00000001 , 0x0000446c 
- 00029950  0x00007f50 nbranch  0x0000751d , 0x00000034 
- 00029951  0x00007f53 jam  0x00000000 , 0x0000446d 
- 00029952  0x00007f54 jam  0x00000000 , 0x0000446e 
- 00029953  0x00007f55 rtn 
- 00029954  0x00007f5a fetch  0x00000001 , 0x0000446c 
- 00029955  0x00007f5b rtn  0x00000034 
- 00029956  0x00007f5c fetch  0x00000001 , 0x0000446e 
- 00029957  0x00007f5d rtneq  0x00000003 
- 00029958  0x00007f5e call  0x00007552 
- 00029959  0x00007f5f branch  0x00007502 
- 00029960  0x00007f64 arg  0x0000446f , 0x00000005 
- 00029961  0x00007f65 setsect  0x00000000 , 0x00001abd 
- 00029962  0x00007f66 setsect  0x00000001 , 0x0001b34f 
- 00029963  0x00007f67 setsect  0x00000002 , 0x00019b8a 
- 00029964  0x00007f68 setsect  0x00000003 , 0x00026562 
- 00029965  0x00007f69 istore  0x00000009 , 0x00000005 
- 00029966  0x00007f6a setsect  0x00000000 , 0x000340b7 
- 00029967  0x00007f6b setsect  0x00000001 , 0x00001efa 
- 00029968  0x00007f6c setsect  0x00000002 , 0x0000aff6 
- 00029969  0x00007f6d setsect  0x00000003 , 0x0000fd41 
- 00029970  0x00007f6e istore  0x00000009 , 0x00000005 
- 00029971  0x00007f6f setsect  0x00000000 , 0x0003d210 
- 00029972  0x00007f70 setsect  0x00000001 , 0x00026cf8 
- 00029973  0x00007f71 setsect  0x00000002 , 0x0003874c 
- 00029974  0x00007f72 setsect  0x00000003 , 0x0003157c 
- 00029975  0x00007f73 istore  0x00000009 , 0x00000005 
- 00029976  0x00007f74 setsect  0x00000000 , 0x0002d4a3 
- 00029977  0x00007f75 setsect  0x00000001 , 0x0003d27d 
- 00029978  0x00007f76 setsect  0x00000002 , 0x00000003 
- 00029979  0x00007f77 istore  0x00000005 , 0x00000005 
- 00029980  0x00007f78 rtn 
- 00029981  0x00007f7c fetch  0x00000001 , 0x0000446e 
- 00029982  0x00007f7d rtnne  0x00000000 
- 00029983  0x00007f7e fetch  0x00000001 , 0x0000446d 
- 00029984  0x00007f7f rtnne  0x00000000 
- 00029985  0x00007f80 call  0x000073f5 
- 00029986  0x00007f81 arg  0x0000446f , 0x00000005 
- 00029987  0x00007f82 force  0x0000000f , 0x00000007 
- 00029988  0x00007f83 call  0x0000748c 
- 00029989  0x00007f84 random  0x0000003f 
- 00029990  0x00007f85 rshift  0x0000003f , 0x0000003f 
- 00029991  0x00007f86 istore  0x00000002 , 0x00000005 
- 00029992  0x00007f88 fetch  0x00000001 , 0x0000446b 
- 00029993  0x00007f89 ncall  0x00007508 , 0x00000034 
- 00029994  0x00007f8b arg  0x000003b1 , 0x00000005 
- 00029995  0x00007f8c arg  0x0000446f , 0x00000006 
- 00029996  0x00007f8d call  0x00007c8d 
- 00029997  0x00007f8f arg  0x00000291 , 0x00000005 
- 00029998  0x00007f90 arg  0x000005a9 , 0x00000006 
- 00029999  0x00007f91 call  0x00007c81 
- 00030000  0x00007f93 arg  0x000002d1 , 0x00000005 
- 00030001  0x00007f94 call  0x00007c9d 
- 00030002  0x00007f95 jam  0x00000001 , 0x000002d1 
- 00030003  0x00007f97 call  0x0000756a 
- 00030004  0x00007f98 jam  0x00000003 , 0x0000446d 
- 00030005  0x00007f99 rtn 
- 00030006  0x00007f9c arg  0x0000448f , 0x00000005 
- 00030007  0x00007f9d arg  0x000002f1 , 0x00000006 
- 00030008  0x00007f9e call  0x00007c81 
- 00030009  0x00007f9f jam  0x00000003 , 0x0000446e 
- 00030010  0x00007fa0 jam  0x00000000 , 0x0000446d 
- 00030011  0x00007fa1 rtn 
- 00030012  0x00007fa6 fetch  0x00000001 , 0x000005f9 
- 00030013  0x00007fa7 rtnne  0x00000000 
- 00030014  0x00007fa8 fetch  0x00000001 , 0x0000446d 
- 00030015  0x00007fa9 rtnne  0x00000000 
- 00030016  0x00007fab arg  0x000003b1 , 0x00000005 
- 00030017  0x00007fac arg  0x0000446f , 0x00000006 
- 00030018  0x00007fad call  0x00007c8d 
- 00030019  0x00007faf arg  0x00000291 , 0x00000005 
- 00030020  0x00007fb0 arg  0x000005fe , 0x00000006 
- 00030021  0x00007fb1 call  0x00007c81 
- 00030022  0x00007fb3 arg  0x000002d1 , 0x00000005 
- 00030023  0x00007fb4 call  0x00007c9d 
- 00030024  0x00007fb5 jam  0x00000001 , 0x000002d1 
- 00030025  0x00007fb7 call  0x0000756a 
- 00030026  0x00007fb8 jam  0x00000004 , 0x0000446d 
- 00030027  0x00007fb9 rtn 
- 00030028  0x00007fbe arg  0x0000063e , 0x00000005 
- 00030029  0x00007fbf arg  0x000002f1 , 0x00000006 
- 00030030  0x00007fc0 call  0x00007c8d 
- 00030031  0x00007fc1 jam  0x00000003 , 0x000005f9 
- 00030032  0x00007fc2 jam  0x00000000 , 0x0000446d 
- 00030033  0x00007fc3 rtn 
- 00030034  0x00007fc8 fetch  0x00000001 , 0x0000446c 
- 00030035  0x00007fc9 rtn  0x00000034 
- 00030036  0x00007fca fetch  0x00000001 , 0x0000446d 
- 00030037  0x00007fcb rtn  0x00000034 
- 00030038  0x00007fcc increase  0x00000080 , 0x0000003f 
- 00030039  0x00007fcd store  0x00000001 , 0x0000446d 
- 00030040  0x00007fce rtnbit1  0x00000007 
- 00030041  0x00007fcf fetch  0x00000002 , 0x0000022e 
- 00030042  0x00007fd0 branch  0x0000755c , 0x00000034 
- 00030043  0x00007fd1 branch  0x00007562 
- 00030044  0x00007fd4 bpatch  0x000000f0 , 0x0000401e 
- 00030045  0x00007fd5 call  0x00007577 
- 00030046  0x00007fd6 fetch  0x00000001 , 0x0000446d 
- 00030047  0x00007fd7 beq  0x00000003 , 0x00007536 
- 00030048  0x00007fd8 beq  0x00000004 , 0x0000754c 
- 00030049  0x00007fd9 rtn 
- 00030050  0x00007fdd call  0x00007589 
- 00030051  0x00007fde fetch  0x00000002 , 0x0000022e 
- 00030052  0x00007fdf increase  0xffffffff , 0x0000003f 
- 00030053  0x00007fe0 store  0x00000002 , 0x0000022e 
- 00030054  0x00007fe1 arg  0x000003b1 , 0x00000006 
- 00030055  0x00007fe2 call  0x0000749d 
- 00030056  0x00007fe3 rtn  0x00000001 
- 00030057  0x00007fe4 branch  0x000075da 
- 00030058  0x00007fe7 bpatch  0x000000f1 , 0x0000401e 
- 00030059  0x00007fe8 setarg  0x00000100 
- 00030060  0x00007fe9 store  0x00000002 , 0x0000022e 
- 00030061  0x00007feb fetch  0x00000002 , 0x0000022e 
- 00030062  0x00007fec rtn  0x00000034 
- 00030063  0x00007fed increase  0xffffffff , 0x0000003f 
- 00030064  0x00007fee store  0x00000002 , 0x0000022e 
- 00030065  0x00007fef arg  0x000003b1 , 0x00000006 
- 00030066  0x00007ff0 call  0x0000749d 
- 00030067  0x00007ff1 branch  0x0000756d , 0x00000001 
- 00030068  0x00007ff2 arg  0x00000291 , 0x00000006 
- 00030069  0x00007ff3 arg  0x00000351 , 0x00000005 
- 00030070  0x00007ff4 branch  0x00007c80 
- 00030071  0x00007ff8 arg  0x00000391 , 0x00000011 
- 00030072  0x00007ff9 arg  0x00000491 , 0x00000005 
- 00030073  0x00007ffa call  0x00007646 
- 00030074  0x00007ffb arg  0x00000491 , 0x00000011 
- 00030075  0x00007ffc arg  0x00000431 , 0x00000005 
- 00030076  0x00007ffd call  0x0000771c 
- 00030077  0x00007ffe arg  0x00000351 , 0x00000011 
- 00030078  0x00007fff arg  0x00000431 , 0x00000012 
- 00030079  0x00008000 arg  0x000002f1 , 0x00000005 
- 00030080  0x00008001 call  0x00007684 
- 00030081  0x00008002 arg  0x00000491 , 0x00000011 
- 00030082  0x00008003 arg  0x00000431 , 0x00000012 
- 00030083  0x00008004 arg  0x00000471 , 0x00000005 
- 00030084  0x00008005 call  0x00007684 
- 00030085  0x00008006 arg  0x00000371 , 0x00000011 
- 00030086  0x00008007 arg  0x00000471 , 0x00000012 
- 00030087  0x00008008 arg  0x00000311 , 0x00000005 
- 00030088  0x00008009 branch  0x00007684 
- 00030089  0x0000800c arg  0x00000391 , 0x00000011 
- 00030090  0x0000800d arg  0x00000471 , 0x00000005 
- 00030091  0x0000800e call  0x0000771c 
- 00030092  0x0000800f arg  0x00000471 , 0x00000011 
- 00030093  0x00008010 arg  0x00000491 , 0x00000005 
- 00030094  0x00008011 call  0x0000771c 
- 00030095  0x00008013 arg  0x00000589 , 0x00000011 
- 00030096  0x00008014 arg  0x00000491 , 0x00000012 
- 00030097  0x00008015 arg  0x00000491 , 0x00000005 
- 00030098  0x00008016 call  0x00007684 
- 00030099  0x00008017 arg  0x00000351 , 0x00000011 
- 00030100  0x00008018 arg  0x00000471 , 0x00000005 
- 00030101  0x00008019 call  0x0000771c 
- 00030102  0x0000801b arg  0x00000471 , 0x00000006 
- 00030103  0x0000801c arg  0x00000431 , 0x00000005 
- 00030104  0x0000801d call  0x00007c8d 
- 00030105  0x0000801e arg  0x00000431 , 0x00000011 
- 00030106  0x0000801f call  0x00007723 
- 00030107  0x00008020 arg  0x00000471 , 0x00000011 
- 00030108  0x00008021 arg  0x00000431 , 0x00000012 
- 00030109  0x00008022 arg  0x00000471 , 0x00000005 
- 00030110  0x00008023 call  0x00007720 
- 00030111  0x00008025 arg  0x00000471 , 0x00000011 
- 00030112  0x00008026 arg  0x00000491 , 0x00000012 
- 00030113  0x00008027 arg  0x00000471 , 0x00000005 
- 00030114  0x00008028 call  0x00007720 
- 00030115  0x0000802a arg  0x00000351 , 0x00000006 
- 00030116  0x0000802b arg  0x00000431 , 0x00000005 
- 00030117  0x0000802c call  0x00007c8d 
- 00030118  0x0000802d arg  0x00000371 , 0x00000011 
- 00030119  0x0000802e arg  0x00000491 , 0x00000005 
- 00030120  0x0000802f call  0x0000771c 
- 00030121  0x00008030 arg  0x00000431 , 0x00000011 
- 00030122  0x00008031 call  0x00007723 
- 00030123  0x00008032 arg  0x00000431 , 0x00000011 
- 00030124  0x00008033 call  0x00007723 
- 00030125  0x00008034 arg  0x00000431 , 0x00000011 
- 00030126  0x00008035 arg  0x00000491 , 0x00000012 
- 00030127  0x00008036 arg  0x00000431 , 0x00000005 
- 00030128  0x00008037 call  0x00007684 
- 00030129  0x00008038 arg  0x00000491 , 0x00000011 
- 00030130  0x00008039 arg  0x00000451 , 0x00000005 
- 00030131  0x0000803a call  0x0000771c 
- 00030132  0x0000803b arg  0x00000451 , 0x00000011 
- 00030133  0x0000803c call  0x00007723 
- 00030134  0x0000803d arg  0x00000451 , 0x00000011 
- 00030135  0x0000803e call  0x00007723 
- 00030136  0x0000803f arg  0x00000451 , 0x00000011 
- 00030137  0x00008040 call  0x00007723 
- 00030138  0x00008041 arg  0x00000371 , 0x00000006 
- 00030139  0x00008042 arg  0x00000491 , 0x00000005 
- 00030140  0x00008043 call  0x00007c8d 
- 00030141  0x00008044 arg  0x00000491 , 0x00000011 
- 00030142  0x00008045 call  0x00007723 
- 00030143  0x00008046 arg  0x00000491 , 0x00000011 
- 00030144  0x00008047 arg  0x00000391 , 0x00000012 
- 00030145  0x00008048 arg  0x00000391 , 0x00000005 
- 00030146  0x00008049 call  0x00007684 
- 00030147  0x0000804c arg  0x00000471 , 0x00000011 
- 00030148  0x0000804d arg  0x00000491 , 0x00000005 
- 00030149  0x0000804e call  0x0000771c 
- 00030150  0x00008050 arg  0x00000491 , 0x00000011 
- 00030151  0x00008051 arg  0x00000431 , 0x00000012 
- 00030152  0x00008052 arg  0x00000491 , 0x00000005 
- 00030153  0x00008053 call  0x00007739 
- 00030154  0x00008054 arg  0x00000491 , 0x00000011 
- 00030155  0x00008055 arg  0x00000431 , 0x00000012 
- 00030156  0x00008056 arg  0x00000351 , 0x00000005 
- 00030157  0x00008057 call  0x00007739 
- 00030158  0x00008058 arg  0x00000431 , 0x00000011 
- 00030159  0x00008059 arg  0x00000351 , 0x00000012 
- 00030160  0x0000805a arg  0x00000491 , 0x00000005 
- 00030161  0x0000805b call  0x00007739 
- 00030162  0x0000805c arg  0x00000491 , 0x00000011 
- 00030163  0x0000805d arg  0x00000471 , 0x00000012 
- 00030164  0x0000805e arg  0x00000491 , 0x00000005 
- 00030165  0x0000805f call  0x00007684 
- 00030166  0x00008060 arg  0x00000491 , 0x00000011 
- 00030167  0x00008061 arg  0x00000451 , 0x00000012 
- 00030168  0x00008062 arg  0x00000371 , 0x00000005 
- 00030169  0x00008063 branch  0x00007739 
- 00030170  0x00008067 arg  0x000002d1 , 0x00000011 
- 00030171  0x00008068 arg  0x000004b1 , 0x00000005 
- 00030172  0x00008069 call  0x0000771c 
- 00030173  0x0000806a arg  0x00000351 , 0x00000011 
- 00030174  0x0000806b arg  0x000004b1 , 0x00000012 
- 00030175  0x0000806c arg  0x00000451 , 0x00000005 
- 00030176  0x0000806d call  0x00007684 
- 00030177  0x00008070 arg  0x000002d1 , 0x00000011 
- 00030178  0x00008071 arg  0x000004b1 , 0x00000012 
- 00030179  0x00008072 arg  0x000004b1 , 0x00000005 
- 00030180  0x00008073 call  0x00007684 
- 00030181  0x00008074 arg  0x00000371 , 0x00000011 
- 00030182  0x00008075 arg  0x000004b1 , 0x00000012 
- 00030183  0x00008076 arg  0x00000431 , 0x00000005 
- 00030184  0x00008077 call  0x00007684 
- 00030185  0x0000807a arg  0x00000391 , 0x00000011 
- 00030186  0x0000807b arg  0x000004b1 , 0x00000005 
- 00030187  0x0000807c call  0x0000771c 
- 00030188  0x0000807d arg  0x00000291 , 0x00000011 
- 00030189  0x0000807e arg  0x000004b1 , 0x00000012 
- 00030190  0x0000807f arg  0x00000471 , 0x00000005 
- 00030191  0x00008080 call  0x00007684 
- 00030192  0x00008082 arg  0x00000391 , 0x00000011 
- 00030193  0x00008083 arg  0x000004b1 , 0x00000012 
- 00030194  0x00008084 arg  0x000004b1 , 0x00000005 
- 00030195  0x00008085 call  0x00007684 
- 00030196  0x00008086 arg  0x000002b1 , 0x00000011 
- 00030197  0x00008087 arg  0x000004b1 , 0x00000012 
- 00030198  0x00008088 arg  0x00000491 , 0x00000005 
- 00030199  0x00008089 call  0x00007684 
- 00030200  0x0000808e arg  0x00000451 , 0x00000012 
- 00030201  0x0000808f arg  0x00000471 , 0x00000011 
- 00030202  0x00008090 arg  0x000004b1 , 0x00000005 
- 00030203  0x00008091 call  0x00007739 
- 00030204  0x00008092 arg  0x00000451 , 0x00000011 
- 00030205  0x00008093 arg  0x00000471 , 0x00000012 
- 00030206  0x00008094 arg  0x00000451 , 0x00000005 
- 00030207  0x00008095 call  0x00007720 
- 00030208  0x00008098 arg  0x00000431 , 0x00000012 
- 00030209  0x00008099 arg  0x00000491 , 0x00000011 
- 00030210  0x0000809a arg  0x00000471 , 0x00000005 
- 00030211  0x0000809b call  0x00007739 
- 00030212  0x0000809c arg  0x00000431 , 0x00000011 
- 00030213  0x0000809d arg  0x00000491 , 0x00000012 
- 00030214  0x0000809e arg  0x00000431 , 0x00000005 
- 00030215  0x0000809f call  0x00007720 
- 00030216  0x000080a0 arg  0x00000431 , 0x00000011 
- 00030217  0x000080a1 arg  0x000004b1 , 0x00000012 
- 00030218  0x000080a2 arg  0x00000431 , 0x00000005 
- 00030219  0x000080a3 call  0x00007684 
- 00030220  0x000080a4 arg  0x00000391 , 0x00000011 
- 00030221  0x000080a5 arg  0x000002d1 , 0x00000012 
- 00030222  0x000080a6 arg  0x00000491 , 0x00000005 
- 00030223  0x000080a7 call  0x00007684 
- 00030224  0x000080a8 arg  0x00000491 , 0x00000011 
- 00030225  0x000080a9 arg  0x000004b1 , 0x00000012 
- 00030226  0x000080aa arg  0x00000391 , 0x00000005 
- 00030227  0x000080ab call  0x00007684 
- 00030228  0x000080ad arg  0x000004b1 , 0x00000011 
- 00030229  0x000080ae arg  0x000004b1 , 0x00000005 
- 00030230  0x000080af call  0x0000771c 
- 00030231  0x000080b0 arg  0x000004b1 , 0x00000011 
- 00030232  0x000080b1 arg  0x00000451 , 0x00000012 
- 00030233  0x000080b2 arg  0x00000491 , 0x00000005 
- 00030234  0x000080b3 call  0x00007684 
- 00030235  0x000080b4 arg  0x000004b1 , 0x00000011 
- 00030236  0x000080b5 arg  0x00000431 , 0x00000012 
- 00030237  0x000080b6 arg  0x00000431 , 0x00000005 
- 00030238  0x000080b7 call  0x00007684 
- 00030239  0x000080b8 arg  0x00000471 , 0x00000011 
- 00030240  0x000080b9 arg  0x00000351 , 0x00000005 
- 00030241  0x000080ba call  0x0000771c 
- 00030242  0x000080bb arg  0x00000351 , 0x00000011 
- 00030243  0x000080bc arg  0x00000491 , 0x00000012 
- 00030244  0x000080bd arg  0x00000351 , 0x00000005 
- 00030245  0x000080be call  0x00007739 
- 00030246  0x000080bf arg  0x00000351 , 0x00000006 
- 00030247  0x000080c0 arg  0x000004b1 , 0x00000005 
- 00030248  0x000080c1 call  0x00007c8d 
- 00030249  0x000080c2 arg  0x000004b1 , 0x00000011 
- 00030250  0x000080c3 call  0x00007723 
- 00030251  0x000080c4 arg  0x00000491 , 0x00000011 
- 00030252  0x000080c5 arg  0x000004b1 , 0x00000012 
- 00030253  0x000080c6 arg  0x00000491 , 0x00000005 
- 00030254  0x000080c7 call  0x00007739 
- 00030255  0x000080c8 arg  0x00000491 , 0x00000011 
- 00030256  0x000080c9 arg  0x00000471 , 0x00000012 
- 00030257  0x000080ca arg  0x00000471 , 0x00000005 
- 00030258  0x000080cb call  0x00007684 
- 00030259  0x000080cc arg  0x00000471 , 0x00000011 
- 00030260  0x000080cd arg  0x00000431 , 0x00000012 
- 00030261  0x000080ce arg  0x00000371 , 0x00000005 
- 00030262  0x000080cf call  0x00007739 
- 00030263  0x000080d0 arg  0x00000371 , 0x00000011 
- 00030264  0x000080d1 arg  0x00000569 , 0x00000012 
- 00030265  0x000080d2 arg  0x00000371 , 0x00000005 
- 00030266  0x000080d3 force  0x00000000 , 0x00000013 
- 00030267  0x000080d4 fetch  0x00000001 , 0x00000371 
- 00030268  0x000080d5 isolate1  0x00000000 , 0x0000003f 
- 00030269  0x000080d6 call  0x0000771e , 0x00000001 
- 00030270  0x000080d7 copy  0x00000013 , 0x00000030 
- 00030271  0x000080d8 arg  0x00000371 , 0x00000011 
- 00030272  0x000080d9 call  0x0000774e 
- 00030273  0x000080da fetch  0x00000001 , 0x00000390 
- 00030274  0x000080db isolate1  0x00000000 , 0x00000030 
- 00030275  0x000080dc setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00030276  0x000080dd store  0x00000001 , 0x00000390 
- 00030277  0x000080de rtn 
- 00030278  0x000080e1 copy  0x00000005 , 0x0000000b 
- 00030279  0x000080e2 arg  0x00000451 , 0x00000005 
- 00030280  0x000080e3 call  0x00007c9d 
- 00030281  0x000080e4 force  0x00000000 , 0x0000003f 
- 00030282  0x000080e6 store  0x00000004 , 0x00000471 
- 00030283  0x000080e7 jam  0x00000001 , 0x00000451 
- 00030284  0x000080e8 arg  0x000003d1 , 0x00000005 
- 00030285  0x000080e9 call  0x00007c9f 
- 00030286  0x000080ea arg  0x00000569 , 0x00000006 
- 00030287  0x000080eb arg  0x00000411 , 0x00000005 
- 00030288  0x000080ec call  0x00007c8d 
- 00030289  0x000080ed copy  0x00000011 , 0x00000006 
- 00030290  0x000080ee arg  0x00000431 , 0x00000005 
- 00030291  0x000080ef call  0x00007c8d 
- 00030292  0x000080f6 arg  0x00000431 , 0x00000006 
- 00030293  0x000080f7 call  0x00007758 
- 00030294  0x000080f8 branch  0x0000767d , 0x00000034 
- 00030295  0x000080fd arg  0x00000431 , 0x00000011 
- 00030296  0x000080fe arg  0x00000451 , 0x00000012 
- 00030297  0x000080ff call  0x0000775b 
- 00030298  0x00008100 arg  0x00000411 , 0x00000011 
- 00030299  0x00008101 arg  0x000003d1 , 0x00000012 
- 00030300  0x00008102 call  0x0000775b 
- 00030301  0x00008104 arg  0x00000431 , 0x00000011 
- 00030302  0x00008105 arg  0x00000411 , 0x00000012 
- 00030303  0x00008106 call  0x00007754 
- 00030304  0x00008107 branch  0x0000766f , 0x00000002 
- 00030305  0x00008108 arg  0x00000411 , 0x00000011 
- 00030306  0x00008109 arg  0x00000431 , 0x00000012 
- 00030307  0x0000810a copy  0x00000011 , 0x00000005 
- 00030308  0x0000810b call  0x0000774c 
- 00030309  0x0000810c arg  0x00000451 , 0x00000011 
- 00030310  0x0000810d arg  0x000003d1 , 0x00000012 
- 00030311  0x0000810e copy  0x00000012 , 0x00000005 
- 00030312  0x0000810f call  0x0000771e 
- 00030313  0x00008110 ifetch  0x00000001 , 0x00000011 
- 00030314  0x00008111 iadd  0x00000013 , 0x00000013 
- 00030315  0x00008112 ifetch  0x00000001 , 0x00000012 
- 00030316  0x00008113 iadd  0x00000013 , 0x0000003f 
- 00030317  0x00008114 istore  0x00000001 , 0x00000012 
- 00030318  0x00008115 branch  0x00007654 
- 00030319  0x00008117 arg  0x00000431 , 0x00000011 
- 00030320  0x00008118 arg  0x00000411 , 0x00000012 
- 00030321  0x00008119 copy  0x00000011 , 0x00000005 
- 00030322  0x0000811a call  0x0000774c 
- 00030323  0x0000811b arg  0x000003d1 , 0x00000011 
- 00030324  0x0000811c arg  0x00000451 , 0x00000012 
- 00030325  0x0000811d copy  0x00000012 , 0x00000005 
- 00030326  0x0000811e call  0x0000771e 
- 00030327  0x0000811f ifetch  0x00000001 , 0x00000011 
- 00030328  0x00008120 iadd  0x00000013 , 0x00000013 
- 00030329  0x00008121 ifetch  0x00000001 , 0x00000012 
- 00030330  0x00008122 iadd  0x00000013 , 0x0000003f 
- 00030331  0x00008123 istore  0x00000001 , 0x00000012 
- 00030332  0x00008124 branch  0x00007654 
- 00030333  0x00008127 arg  0x000003d1 , 0x00000011 
- 00030334  0x00008128 copy  0x0000000b , 0x00000005 
- 00030335  0x00008129 call  0x000076ad 
- 00030336  0x0000812b arg  0x00000569 , 0x00000011 
- 00030337  0x0000812c copy  0x0000000b , 0x00000012 
- 00030338  0x0000812d copy  0x0000000b , 0x00000005 
- 00030339  0x0000812e branch  0x00007739 
- 00030340  0x00008132 copy  0x00000005 , 0x0000000b 
- 00030341  0x00008134 force  0x00000000 , 0x00000038 
- 00030342  0x00008136 arg  0x000003d1 , 0x00000005 
- 00030343  0x00008137 call  0x00007c9f 
- 00030344  0x00008138 arg  0x000006b1 , 0x00000005 
- 00030345  0x00008139 call  0x00007c9f 
- 00030346  0x0000813d copy  0x00000011 , 0x00000006 
- 00030347  0x0000813f jam  0x00000000 , 0x000006b1 
- 00030348  0x00008140 setarg  0x00000000 
- 00030349  0x00008141 call  0x00007716 
- 00030350  0x00008142 copy  0x00000012 , 0x00000006 
- 00030351  0x00008143 call  0x0000771a 
- 00030352  0x00008146 force  0x00000000 , 0x00000007 
- 00030353  0x00008147 arg  0x000003d1 , 0x00000005 
- 00030354  0x0000814b arg  0x000006b1 , 0x00000002 
- 00030355  0x0000814c copy  0x00000007 , 0x00000012 
- 00030356  0x0000814d lshift2  0x00000012 , 0x0000003f 
- 00030357  0x0000814f iadd  0x00000002 , 0x00000012 
- 00030358  0x00008150 force  0x00000000 , 0x00000002 
- 00030359  0x00008151 force  0x00000000 , 0x00000013 
- 00030360  0x00008157 ifetch  0x00000004 , 0x00000005 
- 00030361  0x00008158 iforce  0x00000011 
- 00030362  0x0000815b ifetch  0x00000004 , 0x00000012 
- 00030363  0x0000815c copy  0x00000013 , 0x00000038 
- 00030364  0x0000815d imul32  0x0000002f , 0x0000003f 
- 00030365  0x0000815e iadd  0x00000011 , 0x0000003f 
- 00030366  0x0000815f iadd  0x00000002 , 0x0000003f 
- 00030367  0x00008160 istore  0x00000004 , 0x00000005 
- 00030368  0x00008161 rshift32  0x0000003f , 0x00000002 
- 00030369  0x00008162 increase  0x00000001 , 0x00000013 
- 00030370  0x00008163 compare  0x00000008 , 0x00000013 , 0x000000ff 
- 00030371  0x00008164 nbranch  0x00007698 , 0x00000001 
- 00030372  0x00008166 deposit  0x00000002 
- 00030373  0x00008167 istore  0x00000004 , 0x00000005 
- 00030374  0x00008168 increase  0xffffffe0 , 0x00000005 
- 00030375  0x0000816b increase  0x00000001 , 0x00000007 
- 00030376  0x0000816c compare  0x00000008 , 0x00000007 , 0x000000ff 
- 00030377  0x0000816d nbranch  0x00007692 , 0x00000001 
- 00030378  0x0000816e arg  0x000003d1 , 0x00000011 
- 00030379  0x0000816f copy  0x0000000b , 0x00000005 
- 00030380  0x00008170 branch  0x000076ad 
- 00030381  0x00008173 bpatch  0x000000f2 , 0x0000401e 
- 00030382  0x00008174 copy  0x00000005 , 0x0000000b 
- 00030383  0x00008175 copy  0x00000011 , 0x00000030 
- 00030384  0x00008176 arg  0x00000411 , 0x00000012 
- 00030385  0x00008177 copy  0x00000012 , 0x00000005 
- 00030386  0x00008178 call  0x00007c9b 
- 00030387  0x00008179 istore  0x00000008 , 0x00000005 
- 00030388  0x0000817a add  0x00000011 , 0x0000002c , 0x00000006 
- 00030389  0x0000817b call  0x00007c89 
- 00030390  0x0000817c call  0x00007c83 
- 00030391  0x0000817d copy  0x00000012 , 0x00000011 
- 00030392  0x0000817e call  0x00007723 
- 00030393  0x0000817f arg  0x00000411 , 0x00000012 
- 00030394  0x00008180 copy  0x00000030 , 0x00000011 
- 00030395  0x00008181 copy  0x0000000b , 0x00000005 
- 00030396  0x00008182 call  0x00007720 
- 00030397  0x00008184 arg  0x00000411 , 0x00000012 
- 00030398  0x00008185 copy  0x00000012 , 0x00000005 
- 00030399  0x00008186 call  0x00007c9b 
- 00030400  0x00008187 istore  0x00000008 , 0x00000005 
- 00030401  0x00008188 add  0x00000030 , 0x00000030 , 0x00000006 
- 00030402  0x00008189 call  0x00007c8f 
- 00030403  0x0000818a call  0x00007c9b 
- 00030404  0x0000818b copy  0x00000012 , 0x00000011 
- 00030405  0x0000818c call  0x00007723 
- 00030406  0x00008190 arg  0x00000411 , 0x00000012 
- 00030407  0x00008191 copy  0x0000000b , 0x00000011 
- 00030408  0x00008192 copy  0x00000011 , 0x00000005 
- 00030409  0x00008193 call  0x00007720 
- 00030410  0x00008197 arg  0x00000411 , 0x00000012 
- 00030411  0x00008198 copy  0x00000012 , 0x00000005 
- 00030412  0x00008199 add  0x00000030 , 0x00000020 , 0x00000006 
- 00030413  0x0000819a call  0x00007c83 
- 00030414  0x0000819b call  0x00007c9b 
- 00030415  0x0000819c istore  0x00000008 , 0x00000005 
- 00030416  0x0000819d add  0x00000030 , 0x00000038 , 0x00000006 
- 00030417  0x0000819e call  0x00007c89 
- 00030418  0x0000819f copy  0x0000000b , 0x00000011 
- 00030419  0x000081a0 copy  0x00000011 , 0x00000005 
- 00030420  0x000081a1 call  0x00007720 
- 00030421  0x000081a5 arg  0x00000411 , 0x00000012 
- 00030422  0x000081a6 copy  0x00000012 , 0x00000005 
- 00030423  0x000081a7 add  0x00000030 , 0x00000024 , 0x00000006 
- 00030424  0x000081a8 call  0x00007c83 
- 00030425  0x000081a9 add  0x00000030 , 0x00000034 , 0x00000006 
- 00030426  0x000081aa call  0x00007c83 
- 00030427  0x000081ab add  0x00000030 , 0x00000034 , 0x00000006 
- 00030428  0x000081ac call  0x00007c84 
- 00030429  0x000081ad add  0x00000030 , 0x00000020 , 0x00000006 
- 00030430  0x000081ae call  0x00007c84 
- 00030431  0x000081af copy  0x0000000b , 0x00000011 
- 00030432  0x000081b0 copy  0x00000011 , 0x00000005 
- 00030433  0x000081b1 call  0x00007720 
- 00030434  0x000081b4 arg  0x00000411 , 0x00000012 
- 00030435  0x000081b5 copy  0x00000012 , 0x00000005 
- 00030436  0x000081b6 add  0x00000030 , 0x0000002c , 0x00000006 
- 00030437  0x000081b7 call  0x00007c83 
- 00030438  0x000081b8 call  0x00007c9b 
- 00030439  0x000081b9 istore  0x00000008 , 0x00000005 
- 00030440  0x000081ba add  0x00000030 , 0x00000020 , 0x00000006 
- 00030441  0x000081bb call  0x00007c84 
- 00030442  0x000081bc add  0x00000030 , 0x00000028 , 0x00000006 
- 00030443  0x000081bd call  0x00007c84 
- 00030444  0x000081be copy  0x0000000b , 0x00000011 
- 00030445  0x000081bf copy  0x00000011 , 0x00000005 
- 00030446  0x000081c0 call  0x00007739 
- 00030447  0x000081c3 arg  0x00000411 , 0x00000012 
- 00030448  0x000081c4 copy  0x00000012 , 0x00000005 
- 00030449  0x000081c5 add  0x00000030 , 0x00000030 , 0x00000006 
- 00030450  0x000081c6 call  0x00007c89 
- 00030451  0x000081c7 call  0x00007c89 
- 00030452  0x000081c8 force  0x00000000 , 0x0000003f 
- 00030453  0x000081c9 istore  0x00000008 , 0x00000005 
- 00030454  0x000081ca add  0x00000030 , 0x00000024 , 0x00000006 
- 00030455  0x000081cb call  0x00007c84 
- 00030456  0x000081cc add  0x00000030 , 0x0000002c , 0x00000006 
- 00030457  0x000081cd call  0x00007c84 
- 00030458  0x000081ce copy  0x0000000b , 0x00000011 
- 00030459  0x000081cf copy  0x00000011 , 0x00000005 
- 00030460  0x000081d0 call  0x00007739 
- 00030461  0x000081d3 arg  0x00000411 , 0x00000012 
- 00030462  0x000081d4 copy  0x00000012 , 0x00000005 
- 00030463  0x000081d5 add  0x00000030 , 0x00000034 , 0x00000006 
- 00030464  0x000081d6 call  0x00007c83 
- 00030465  0x000081d7 add  0x00000030 , 0x00000020 , 0x00000006 
- 00030466  0x000081d8 call  0x00007c83 
- 00030467  0x000081d9 call  0x00007c9b 
- 00030468  0x000081da add  0x00000030 , 0x00000030 , 0x00000006 
- 00030469  0x000081db call  0x00007c84 
- 00030470  0x000081dc copy  0x0000000b , 0x00000011 
- 00030471  0x000081dd copy  0x00000011 , 0x00000005 
- 00030472  0x000081de call  0x00007739 
- 00030473  0x000081e1 arg  0x00000411 , 0x00000012 
- 00030474  0x000081e2 copy  0x00000012 , 0x00000005 
- 00030475  0x000081e3 add  0x00000030 , 0x00000038 , 0x00000006 
- 00030476  0x000081e4 call  0x00007c89 
- 00030477  0x000081e5 call  0x00007c9b 
- 00030478  0x000081e6 add  0x00000030 , 0x00000024 , 0x00000006 
- 00030479  0x000081e7 call  0x00007c83 
- 00030480  0x000081e8 call  0x00007c9b 
- 00030481  0x000081e9 add  0x00000030 , 0x00000034 , 0x00000006 
- 00030482  0x000081ea call  0x00007c84 
- 00030483  0x000081eb copy  0x0000000b , 0x00000011 
- 00030484  0x000081ec copy  0x00000011 , 0x00000005 
- 00030485  0x000081ed branch  0x00007739 
- 00030486  0x000081f1 force  0x00000020 , 0x00000039 
- 00030487  0x000081f2 arg  0x000006b1 , 0x00000005 
- 00030488  0x000081f3 iadd  0x00000005 , 0x00000005 
- 00030489  0x000081f4 branch  0x00007cda 
- 00030490  0x000081f7 force  0x00000008 , 0x00000039 
- 00030491  0x000081f8 branch  0x000074f7 
- 00030492  0x000081fb copy  0x00000011 , 0x00000012 
- 00030493  0x000081fc branch  0x00007684 
- 00030494  0x000081ff force  0x00000008 , 0x00000039 
- 00030495  0x00008200 branch  0x000074c0 
- 00030496  0x00008203 call  0x0000771e 
- 00030497  0x00008204 copy  0x00000005 , 0x00000011 
- 00030498  0x00008205 branch  0x00007724 
- 00030499  0x00008208 call  0x00007751 
- 00030500  0x0000820a isolate1  0x00000000 , 0x00000013 
- 00030501  0x0000820b branch  0x0000772d , 0x00000001 
- 00030502  0x0000820c arg  0x00000569 , 0x00000012 
- 00030503  0x0000820d copy  0x00000011 , 0x00000013 
- 00030504  0x0000820e increase  0xffffffe0 , 0x00000011 
- 00030505  0x0000820f call  0x00007754 
- 00030506  0x00008210 nrtn  0x00000002 
- 00030507  0x00008211 copy  0x00000013 , 0x00000011 
- 00030508  0x00008212 branch  0x00007735 
- 00030509  0x00008215 call  0x00007735 
- 00030510  0x00008217 copy  0x00000011 , 0x00000013 
- 00030511  0x00008218 increase  0xffffffe0 , 0x00000011 
- 00030512  0x00008219 arg  0x00000569 , 0x00000012 
- 00030513  0x0000821a call  0x00007754 
- 00030514  0x0000821b nrtn  0x00000002 
- 00030515  0x0000821c copy  0x00000013 , 0x00000011 
- 00030516  0x0000821d branch  0x00007735 
- 00030517  0x00008221 increase  0xffffffe0 , 0x00000011 
- 00030518  0x00008222 arg  0x00000569 , 0x00000012 
- 00030519  0x00008223 copy  0x00000011 , 0x00000005 
- 00030520  0x00008224 branch  0x0000774c 
- 00030521  0x0000822a call  0x0000774c 
- 00030522  0x0000822c branch  0x00007743 , 0x00000001 
- 00030523  0x0000822f add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00030524  0x00008230 arg  0x00000569 , 0x00000012 
- 00030525  0x00008231 call  0x00007754 
- 00030526  0x00008232 nrtn  0x00000002 
- 00030527  0x00008233 arg  0x00000569 , 0x00000012 
- 00030528  0x00008234 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00030529  0x00008236 copy  0x00000011 , 0x00000005 
- 00030530  0x00008237 branch  0x0000774c 
- 00030531  0x00008239 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00030532  0x0000823a arg  0x00000569 , 0x00000012 
- 00030533  0x0000823b copy  0x00000011 , 0x00000005 
- 00030534  0x0000823c call  0x0000771e 
- 00030535  0x0000823e rtn  0x00000001 
- 00030536  0x0000823f add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00030537  0x00008240 arg  0x00000569 , 0x00000012 
- 00030538  0x00008241 copy  0x00000011 , 0x00000005 
- 00030539  0x00008242 branch  0x0000771e 
- 00030540  0x00008247 force  0x00000008 , 0x00000039 
- 00030541  0x00008248 branch  0x000074ce 
- 00030542  0x0000824b force  0x00000008 , 0x00000039 
- 00030543  0x0000824c increase  0x0000001c , 0x00000011 
- 00030544  0x0000824d branch  0x000074dd 
- 00030545  0x00008250 force  0x00000008 , 0x00000039 
- 00030546  0x00008251 force  0x00000000 , 0x00000013 
- 00030547  0x00008252 branch  0x000074eb 
- 00030548  0x00008255 force  0x00000008 , 0x00000039 
- 00030549  0x00008256 increase  0x0000001c , 0x00000011 
- 00030550  0x00008257 increase  0x0000001c , 0x00000012 
- 00030551  0x00008258 branch  0x000074b5 
- 00030552  0x0000825c ifetch  0x00000008 , 0x00000006 
- 00030553  0x0000825d nrtn  0x00000034 
- 00030554  0x0000825e branch  0x000074a3 
- 00030555  0x00008264 copy  0x00000011 , 0x00000030 
- 00030556  0x00008266 copy  0x00000030 , 0x00000011 
- 00030557  0x00008267 ifetch  0x00000001 , 0x00000011 
- 00030558  0x00008268 isolate1  0x00000000 , 0x0000003f 
- 00030559  0x00008269 rtn  0x00000001 
- 00030560  0x0000826a call  0x0000774e 
- 00030561  0x0000826b ifetch  0x00000001 , 0x00000012 
- 00030562  0x0000826c isolate0  0x00000000 , 0x0000003f 
- 00030563  0x0000826d branch  0x0000776b , 0x00000001 
- 00030564  0x0000826e arg  0x00000569 , 0x00000011 
- 00030565  0x0000826f copy  0x00000012 , 0x00000005 
- 00030566  0x00008270 call  0x0000771e 
- 00030567  0x00008271 ifetch  0x00000001 , 0x00000012 
- 00030568  0x00008272 iadd  0x00000013 , 0x0000003f 
- 00030569  0x00008273 istore  0x00000001 , 0x00000012 
- 00030570  0x00008274 increase  0xffffffe0 , 0x00000012 
- 00030571  0x00008276 add  0x00000012 , 0x00000020 , 0x00000011 
- 00030572  0x00008277 force  0x00000009 , 0x00000039 
- 00030573  0x00008278 call  0x000074dd 
- 00030574  0x00008279 branch  0x0000775c 
- 00030575  0x0000827d rtn  0x0000002b 
- 00030576  0x0000827e call  0x000023d8 
- 00030577  0x0000827f call  0x00007776 
- 00030578  0x00008280 call  0x0000781b 
- 00030579  0x00008281 branch  0x000077ac 
- 00030580  0x00008284 call  0x000077cf 
- 00030581  0x00008285 branch  0x0000780a 
- 00030582  0x00008288 fetch  0x00000001 , 0x000044ec 
- 00030583  0x00008289 rtneq  0x000000ff 
- 00030584  0x0000828a iforce  0x00000002 
- 00030585  0x0000828b call  0x00006ef7 
- 00030586  0x0000828c fetcht  0x00000001 , 0x000044ec 
- 00030587  0x0000828d call  0x00006ef3 
- 00030588  0x0000828e nop  0x00000064 
- 00030589  0x0000828f fetcht  0x00000001 , 0x000044ec 
- 00030590  0x00008290 call  0x00006edd 
- 00030591  0x00008291 branch  0x00007780 
- 00030592  0x00008296 bpatch  0x000000f3 , 0x0000401e 
- 00030593  0x00008297 fetch  0x00000001 , 0x000044ec 
- 00030594  0x00008298 rtneq  0x000000ff 
- 00030595  0x00008299 copy  0x0000003f , 0x00000002 
- 00030596  0x0000829a call  0x00006ee6 
- 00030597  0x0000829b nbranch  0x00007792 , 0x00000001 
- 00030598  0x0000829e call  0x0000779c 
- 00030599  0x0000829f fetch  0x00000002 , 0x000044e9 
- 00030600  0x000082a0 set1  0x0000000c , 0x0000003f 
- 00030601  0x000082a1 store  0x00000002 , 0x000044e9 
- 00030602  0x000082a2 fetch  0x00000001 , 0x000044e4 
- 00030603  0x000082a3 rtneq  0x00000000 
- 00030604  0x000082a4 jam  0x00000000 , 0x000044e4 
- 00030605  0x000082a6 fetch  0x00000001 , 0x000044eb 
- 00030606  0x000082a7 store  0x00000001 , 0x000044e3 
- 00030607  0x000082a8 call  0x000077a3 
- 00030608  0x000082a9 jam  0x0000002c , 0x0000066f 
- 00030609  0x000082aa branch  0x0000782b 
- 00030610  0x000082ac fetch  0x00000002 , 0x000044e9 
- 00030611  0x000082ad set0  0x0000000c , 0x0000003f 
- 00030612  0x000082ae store  0x00000002 , 0x000044e9 
- 00030613  0x000082af fetch  0x00000001 , 0x000044e4 
- 00030614  0x000082b0 rtneq  0x00000001 
- 00030615  0x000082b1 jam  0x00000001 , 0x000044e4 
- 00030616  0x000082b3 jam  0x00000000 , 0x000044e3 
- 00030617  0x000082b4 call  0x000077a5 
- 00030618  0x000082b5 jam  0x0000002d , 0x0000066f 
- 00030619  0x000082b6 branch  0x0000782b 
- 00030620  0x000082b9 fetch  0x00000001 , 0x000044e3 
- 00030621  0x000082ba rtn  0x00000034 
- 00030622  0x000082bb increase  0xffffffff , 0x0000003f 
- 00030623  0x000082bc store  0x00000001 , 0x000044e3 
- 00030624  0x000082bd nrtn  0x00000034 
- 00030625  0x000082bf jam  0x00000010 , 0x0000066f 
- 00030626  0x000082c0 branch  0x0000782b 
- 00030627  0x000082c3 arg  0x00000007 , 0x00000007 
- 00030628  0x000082c4 branch  0x000024e7 
- 00030629  0x000082c7 arg  0x00000007 , 0x00000007 
- 00030630  0x000082c8 branch  0x000024eb 
- 00030631  0x000082d0 bpatch  0x000000f4 , 0x0000401e 
- 00030632  0x000082d1 fetch  0x00000002 , 0x000044ef 
- 00030633  0x000082d2 mul32  0x00000011 , 0x0000000b , 0x00000012 
- 00030634  0x000082d3 iadd  0x00000012 , 0x00000012 
- 00030635  0x000082d4 rtn 
- 00030636  0x000082d8 fetch  0x00000001 , 0x000044ee 
- 00030637  0x000082d9 rtn  0x00000034 
- 00030638  0x000082da copy  0x0000003f , 0x00000039 
- 00030639  0x000082db fetch  0x00000002 , 0x000044ef 
- 00030640  0x000082dc copy  0x0000003f , 0x00000012 
- 00030641  0x000082de add  0x00000012 , 0x00000002 , 0x00000013 
- 00030642  0x000082df ifetcht  0x00000001 , 0x00000013 
- 00030643  0x000082e0 call  0x000077b7 
- 00030644  0x000082e1 increase  0x0000000b , 0x00000012 
- 00030645  0x000082e2 loop  0x000077b1 
- 00030646  0x000082e3 rtn 
- 00030647  0x000082e7 fetch  0x00000001 , 0x000044ed 
- 00030648  0x000082e8 branch  0x00006ef3 , 0x00000034 
- 00030649  0x000082e9 branch  0x00006ef7 
- 00030650  0x000082ed call  0x000077a7 
- 00030651  0x000082ee setarg  0x00000002 
- 00030652  0x000082ef istore  0x00000001 , 0x00000012 
- 00030653  0x000082f0 call  0x00007804 
- 00030654  0x000082f1 branch  0x000077db 
- 00030655  0x000082f8 call  0x000077a7 
- 00030656  0x000082f9 setarg  0x00000003 
- 00030657  0x000082fa istore  0x00000001 , 0x00000012 
- 00030658  0x000082fc call  0x00007804 
- 00030659  0x000082fd branch  0x000077d8 
- 00030660  0x00008302 call  0x000077a7 
- 00030661  0x00008303 setarg  0x00000001 
- 00030662  0x00008304 istore  0x00000001 , 0x00000012 
- 00030663  0x00008305 setarg  0x000000ff 
- 00030664  0x00008306 istore  0x00000001 , 0x00000005 
- 00030665  0x00008307 branch  0x000077d8 
- 00030666  0x0000830d call  0x000077a7 
- 00030667  0x0000830e arg  0x0000000b , 0x00000039 
- 00030668  0x0000830f copy  0x00000013 , 0x00000006 
- 00030669  0x00008310 copy  0x00000012 , 0x00000005 
- 00030670  0x00008311 branch  0x00007ccc 
- 00030671  0x00008316 fetch  0x00000001 , 0x000044ee 
- 00030672  0x00008317 rtn  0x00000034 
- 00030673  0x00008318 arg  0x00000000 , 0x00000011 
- 00030674  0x0000831a call  0x000077de 
- 00030675  0x0000831b increase  0x00000001 , 0x00000011 
- 00030676  0x0000831c fetch  0x00000001 , 0x000044ee 
- 00030677  0x0000831d isub  0x00000011 , 0x0000003e 
- 00030678  0x0000831e rtn  0x00000005 
- 00030679  0x0000831f branch  0x000077d2 
- 00030680  0x00008323 add  0x00000012 , 0x00000002 , 0x00000013 
- 00030681  0x00008324 ifetcht  0x00000001 , 0x00000013 
- 00030682  0x00008325 branch  0x00006ef3 
- 00030683  0x00008329 add  0x00000012 , 0x00000002 , 0x00000013 
- 00030684  0x0000832a ifetcht  0x00000001 , 0x00000013 
- 00030685  0x0000832b branch  0x00006ef7 
- 00030686  0x00008330 add  0x00000011 , 0x0000000b , 0x00000007 
- 00030687  0x00008331 call  0x00007cef 
- 00030688  0x00008332 nrtn  0x00000034 
- 00030689  0x00008334 call  0x000077a7 
- 00030690  0x00008336 ifetch  0x00000001 , 0x00000012 
- 00030691  0x00008338 beq  0x00000002 , 0x000077db 
- 00030692  0x00008339 beq  0x00000003 , 0x000077d8 
- 00030693  0x0000833a beq  0x00000000 , 0x000077d8 
- 00030694  0x0000833b beq  0x00000005 , 0x000077f2 
- 00030695  0x0000833d call  0x000077db 
- 00030696  0x0000833e add  0x00000012 , 0x00000007 , 0x00000013 
- 00030697  0x0000833f call  0x00007c49 
- 00030698  0x00008340 ifetch  0x00000002 , 0x00000013 
- 00030699  0x00008341 call  0x00007d79 
- 00030700  0x00008342 call  0x00007c55 
- 00030701  0x00008343 setarg  0x00000005 
- 00030702  0x00008344 istore  0x00000001 , 0x00000012 
- 00030703  0x00008345 add  0x00000012 , 0x00000003 , 0x00000013 
- 00030704  0x00008346 ifetch  0x00000002 , 0x00000013 
- 00030705  0x00008347 branch  0x00007802 
- 00030706  0x0000834b call  0x000077d8 
- 00030707  0x0000834c add  0x00000012 , 0x00000009 , 0x00000013 
- 00030708  0x0000834d call  0x00007c49 
- 00030709  0x0000834e ifetch  0x00000002 , 0x00000013 
- 00030710  0x0000834f call  0x00007d79 
- 00030711  0x00008350 call  0x00007c55 
- 00030712  0x00008352 add  0x00000012 , 0x00000001 , 0x00000013 
- 00030713  0x00008353 ifetch  0x00000001 , 0x00000013 
- 00030714  0x00008354 beq  0x000000ff , 0x000077fe 
- 00030715  0x00008355 increase  0xffffffff , 0x0000003f 
- 00030716  0x00008356 istore  0x00000001 , 0x00000013 
- 00030717  0x00008357 branch  0x000077bf , 0x00000034 
- 00030718  0x00008359 setarg  0x00000004 
- 00030719  0x0000835a istore  0x00000001 , 0x00000012 
- 00030720  0x0000835b add  0x00000012 , 0x00000005 , 0x00000013 
- 00030721  0x0000835c ifetch  0x00000002 , 0x00000013 
- 00030722  0x0000835e add  0x00000011 , 0x0000000b , 0x00000007 
- 00030723  0x0000835f branch  0x00007ce1 
- 00030724  0x00008362 setarg  0x00000000 
- 00030725  0x00008363 branch  0x00007802 
- 00030726  0x0000836a setarg  0x00001000 
- 00030727  0x0000836b lshift16  0x0000003f , 0x0000003f 
- 00030728  0x0000836c iadd  0x00000012 , 0x00000012 
- 00030729  0x0000836d rtn 
- 00030730  0x00008370 bpatch  0x000000f5 , 0x0000401e 
- 00030731  0x00008371 arg  0x00000000 , 0x00000011 
- 00030732  0x00008372 fetcht  0x00000004 , 0x000044e5 
- 00030733  0x00008373 copy  0x00000022 , 0x00000012 
- 00030734  0x00008374 copy  0x00000012 , 0x0000003f 
- 00030735  0x00008375 isub  0x00000002 , 0x0000003e 
- 00030736  0x00008376 ncall  0x00007806 , 0x00000002 
- 00030737  0x00008378 copy  0x00000012 , 0x0000003f 
- 00030738  0x00008379 increase  0x000000a0 , 0x00000002 
- 00030739  0x0000837a increase  0x000000a0 , 0x00000002 
- 00030740  0x0000837b isub  0x00000002 , 0x0000003e 
- 00030741  0x0000837c nbranch  0x0000781e , 0x00000002 
- 00030742  0x0000837d increase  0x00000001 , 0x00000011 
- 00030743  0x0000837e and  0x00000011 , 0x0000000f , 0x0000003f 
- 00030744  0x0000837f nbranch  0x00007811 , 0x00000034 
- 00030745  0x00008380 arg  0x00000000 , 0x00000011 
- 00030746  0x00008381 call  0x00007824 
- 00030747  0x00008383 copy  0x00000022 , 0x0000003f 
- 00030748  0x00008384 store  0x00000004 , 0x000044e5 
- 00030749  0x00008385 rtn 
- 00030750  0x00008387 copy  0x00000011 , 0x0000003f 
- 00030751  0x00008388 rtn  0x00000034 
- 00030752  0x00008389 increase  0xffffff60 , 0x00000002 
- 00030753  0x0000838a increase  0xffffff60 , 0x00000002 
- 00030754  0x0000838b set0  0x0000001c , 0x00000002 
- 00030755  0x0000838c storet  0x00000004 , 0x000044e5 
- 00030756  0x0000838e branch  0x000042d4 
- 00030757  0x00008396 jam  0x00000001 , 0x000044d1 
- 00030758  0x00008398 fetch  0x00000001 , 0x000044d2 
- 00030759  0x00008399 nbranch  0x00007826 , 0x00000034 
- 00030760  0x0000839a rtn 
- 00030761  0x0000839d jam  0x00000000 , 0x000044d1 
- 00030762  0x0000839e rtn 
- 00030763  0x000083a3 bpatch  0x000000f6 , 0x0000401e 
- 00030764  0x000083a4 call  0x00007825 
- 00030765  0x000083a5 copy  0x00000011 , 0x0000003f 
- 00030766  0x000083a6 store  0x00000004 , 0x00000684 
- 00030767  0x000083a7 arg  0x000044d3 , 0x00000011 
- 00030768  0x000083a8 call  0x00007d8b 
- 00030769  0x000083a9 fetch  0x00000004 , 0x00000684 
- 00030770  0x000083aa copy  0x0000003f , 0x00000011 
- 00030771  0x000083ab branch  0x00007829 
- 00030772  0x000083ae bpatch  0x000000f7 , 0x0000401e 
- 00030773  0x000083af call  0x00007825 
- 00030774  0x000083b0 copy  0x00000011 , 0x0000003f 
- 00030775  0x000083b1 store  0x00000004 , 0x00000684 
- 00030776  0x000083b2 arg  0x000044db , 0x00000011 
- 00030777  0x000083b3 call  0x00007d8b 
- 00030778  0x000083b4 fetch  0x00000004 , 0x00000684 
- 00030779  0x000083b5 copy  0x0000003f , 0x00000011 
- 00030780  0x000083b6 branch  0x00007829 
- 00030781  0x000083b9 setarg  0x00000000 
- 00030782  0x000083ba store  0x00000008 , 0x000044db 
- 00030783  0x000083bb store  0x00000008 , 0x000044d3 
- 00030784  0x000083bc rtn 
- 00030785  0x000083bf bpatch  0x000000f8 , 0x0000401f 
- 00030786  0x000083c0 fetch  0x00000001 , 0x00004114 
- 00030787  0x000083c1 nrtn  0x00000034 
- 00030788  0x000083c2 arg  0x000044db , 0x00000011 
- 00030789  0x000083c3 call  0x00007da3 
- 00030790  0x000083c4 rtn  0x00000034 
- 00030791  0x000083c5 jam  0x00000000 , 0x0000066e 
- 00030792  0x000083c6 call  0x0000784c 
- 00030793  0x000083c7 fetch  0x00000001 , 0x0000066e 
- 00030794  0x000083c8 branch  0x00007841 , 0x00000034 
- 00030795  0x000083c9 rtn 
- 00030796  0x000083cc call  0x00007825 
- 00030797  0x000083cd arg  0x000044db , 0x00000011 
- 00030798  0x000083ce call  0x00007d97 
- 00030799  0x000083cf copy  0x0000003f , 0x00000002 
- 00030800  0x000083d0 call  0x00007829 
- 00030801  0x000083d1 bpatch  0x000000f9 , 0x0000401f 
- 00030802  0x000083d2 copy  0x00000002 , 0x0000003f 
- 00030803  0x000083d3 rtn  0x00000034 
- 00030804  0x000083d4 beq  0x0000000d , 0x00007870 
- 00030805  0x000083d5 beq  0x0000000e , 0x00007876 
- 00030806  0x000083d6 beq  0x0000000f , 0x0000787b 
- 00030807  0x000083d7 beq  0x00000010 , 0x00007881 
- 00030808  0x000083d8 beq  0x00000013 , 0x0000788b 
- 00030809  0x000083d9 beq  0x00000014 , 0x0000788d 
- 00030810  0x000083da beq  0x00000015 , 0x0000788f 
- 00030811  0x000083db beq  0x00000016 , 0x00007899 
- 00030812  0x000083dc beq  0x00000017 , 0x0000789c 
- 00030813  0x000083dd beq  0x00000018 , 0x0000789e 
- 00030814  0x000083de beq  0x00000019 , 0x000078a1 
- 00030815  0x000083e0 store  0x00000001 , 0x0000066f 
- 00030816  0x000083e4 fetch  0x00000001 , 0x0000066f 
- 00030817  0x000083e5 bmark0  0x00000009 , 0x00007869 
- 00030818  0x000083e6 bpatch  0x000000fa , 0x0000401f 
- 00030819  0x000083e7 fetch  0x00000001 , 0x0000066f 
- 00030820  0x000083e8 beq  0x00000011 , 0x00007886 
- 00030821  0x000083e9 beq  0x0000001b , 0x000078a9 
- 00030822  0x000083ea beq  0x00000012 , 0x0000788a 
- 00030823  0x000083eb beq  0x0000001f , 0x00006ea3 
- 00030824  0x000083ec rtn 
- 00030825  0x000083ef store  0x00000001 , 0x0000066f 
- 00030826  0x000083f0 call  0x0000205d 
- 00030827  0x000083f1 branch  0x0000786e , 0x00000005 
- 00030828  0x000083f2 call  0x00002062 
- 00030829  0x000083f3 nrtn  0x00000005 
- 00030830  0x000083f5 jam  0x00000001 , 0x0000066e 
- 00030831  0x000083f6 branch  0x00007834 
- 00030832  0x000083fe jam  0x00000001 , 0x00004388 
- 00030833  0x000083ff jam  0x00000000 , 0x0000438b 
- 00030834  0x00008400 fetch  0x00000002 , 0x000044e9 
- 00030835  0x00008401 set1  0x0000000b , 0x0000003f 
- 00030836  0x00008402 store  0x00000002 , 0x000044e9 
- 00030837  0x00008403 rtn 
- 00030838  0x00008408 fetch  0x00000002 , 0x000044e9 
- 00030839  0x00008409 set0  0x0000000b , 0x0000003f 
- 00030840  0x0000840a store  0x00000002 , 0x000044e9 
- 00030841  0x0000840b jam  0x00000000 , 0x00004388 
- 00030842  0x0000840c rtn 
- 00030843  0x00008411 jam  0x00000001 , 0x00004388 
- 00030844  0x00008412 jam  0x00000001 , 0x0000438b 
- 00030845  0x00008413 fetch  0x00000002 , 0x000044e9 
- 00030846  0x00008414 set1  0x0000000b , 0x0000003f 
- 00030847  0x00008415 store  0x00000002 , 0x000044e9 
- 00030848  0x00008416 rtn 
- 00030849  0x0000841b fetch  0x00000002 , 0x000044e9 
- 00030850  0x0000841c set0  0x0000000b , 0x0000003f 
- 00030851  0x0000841d store  0x00000002 , 0x000044e9 
- 00030852  0x0000841e jam  0x00000000 , 0x00004388 
- 00030853  0x0000841f rtn 
- 00030854  0x00008424 setarg  0x00000014 
- 00030855  0x00008425 store  0x00000002 , 0x00000196 
- 00030856  0x00008426 store  0x00000002 , 0x000042f5 
- 00030857  0x00008427 branch  0x000030c5 
- 00030858  0x0000842c branch  0x00002e93 
- 00030859  0x00008431 arg  0x00000000 , 0x00000011 
- 00030860  0x00008432 branch  0x000077bf 
- 00030861  0x00008437 arg  0x00000000 , 0x00000011 
- 00030862  0x00008438 branch  0x000077ba 
- 00030863  0x0000843d arg  0x00000000 , 0x00000011 
- 00030864  0x0000843e call  0x000077a7 
- 00030865  0x0000843f ifetch  0x00000001 , 0x00000012 
- 00030866  0x00008440 beq  0x00000001 , 0x00007896 
- 00030867  0x00008441 beq  0x00000004 , 0x00007896 
- 00030868  0x00008442 beq  0x00000005 , 0x00007896 
- 00030869  0x00008443 branch  0x000077c4 
- 00030870  0x00008446 ifetch  0x00000001 , 0x00000006 
- 00030871  0x00008447 rtneq  0x000000ff 
- 00030872  0x00008448 branch  0x000077c4 
- 00030873  0x0000844d jam  0x00000001 , 0x00004343 
- 00030874  0x0000844e jam  0x0000001b , 0x00004114 
- 00030875  0x00008451 rtn 
- 00030876  0x00008456 jam  0x00000001 , 0x00004343 
- 00030877  0x00008457 rtn 
- 00030878  0x0000845c jam  0x00000000 , 0x00004343 
- 00030879  0x0000845d jam  0x00000000 , 0x00004114 
- 00030880  0x0000845e rtn 
- 00030881  0x00008463 fetch  0x00000002 , 0x000043d5 
- 00030882  0x00008464 call  0x00007d79 
- 00030883  0x00008465 fetch  0x00000001 , 0x000044ec 
- 00030884  0x00008466 beq  0x000000ff , 0x000078a7 
- 00030885  0x00008467 copy  0x0000003f , 0x00000002 
- 00030886  0x00008468 call  0x00006edd 
- 00030887  0x0000846a call  0x0000783d 
- 00030888  0x0000846b branch  0x00002417 
- 00030889  0x00008470 branch  0x00002ed5 
- 00030890  0x00008476 fetch  0x00000001 , 0x000044e9 
- 00030891  0x00008477 rtnbit0  0x0000000c 
- 00030892  0x00008478 rtn 
- 00030893  0x0000847e fetch  0x00000002 , 0x000043fb 
- 00030894  0x0000847f add  0x0000003f , 0x00000002 , 0x00000005 
- 00030895  0x00008480 setarg  0x00000000 
- 00030896  0x00008481 istore  0x00000003 , 0x00000005 
- 00030897  0x00008482 rtn 
- 00030898  0x00008487 bpatch  0x000000fb , 0x0000401f 
- 00030899  0x00008488 call  0x00007dbc 
- 00030900  0x00008489 call  0x000078fe 
- 00030901  0x0000848a rtn  0x00000034 
- 00030902  0x0000848b fetch  0x00000002 , 0x000043fb 
- 00030903  0x0000848c add  0x0000003f , 0x00000002 , 0x00000012 
- 00030904  0x0000848d ifetcht  0x00000001 , 0x00000012 
- 00030905  0x0000848e increase  0x00000001 , 0x00000002 
- 00030906  0x0000848f istoret  0x00000001 , 0x00000012 
- 00030907  0x00008491 ifetcht  0x00000001 , 0x0000003f 
- 00030908  0x00008492 copy  0x00000002 , 0x00000039 
- 00030909  0x00008493 add  0x0000003f , 0x00000004 , 0x00000012 
- 00030910  0x00008494 ifetch  0x00000001 , 0x00000012 
- 00030911  0x00008495 imul32  0x00000002 , 0x0000003f 
- 00030912  0x00008496 iadd  0x00000006 , 0x00000005 
- 00030913  0x00008497 copy  0x00000011 , 0x00000006 
- 00030914  0x00008499 call  0x00007cda 
- 00030915  0x0000849a call  0x00007902 
- 00030916  0x0000849b pincrease  0xffffffff 
- 00030917  0x0000849c ifetcht  0x00000001 , 0x00000012 
- 00030918  0x0000849d increase  0x00000001 , 0x00000002 
- 00030919  0x0000849e iand  0x00000002 , 0x00000002 
- 00030920  0x0000849f istoret  0x00000001 , 0x00000012 
- 00030921  0x000084a0 branch  0x00007dba 
- 00030922  0x000084a6 bpatch  0x000000fc , 0x0000401f 
- 00030923  0x000084a7 call  0x00007dbc 
- 00030924  0x000084a8 call  0x000078fa 
- 00030925  0x000084a9 rtn  0x00000034 
- 00030926  0x000084aa fetch  0x00000002 , 0x000043fb 
- 00030927  0x000084ab add  0x0000003f , 0x00000002 , 0x00000012 
- 00030928  0x000084ac ifetcht  0x00000001 , 0x00000012 
- 00030929  0x000084ad increase  0xffffffff , 0x00000002 
- 00030930  0x000084ae istoret  0x00000001 , 0x00000012 
- 00030931  0x000084af ifetcht  0x00000001 , 0x0000003f 
- 00030932  0x000084b0 copy  0x00000002 , 0x00000039 
- 00030933  0x000084b1 add  0x0000003f , 0x00000003 , 0x00000012 
- 00030934  0x000084b2 ifetch  0x00000001 , 0x00000012 
- 00030935  0x000084b3 imul32  0x00000002 , 0x0000003f 
- 00030936  0x000084b4 iadd  0x00000006 , 0x00000006 
- 00030937  0x000084b5 increase  0x00000001 , 0x00000006 
- 00030938  0x000084b6 copy  0x00000011 , 0x00000005 
- 00030939  0x000084b7 branch  0x000078c2 
- 00030940  0x000084bf call  0x00007dbc 
- 00030941  0x000084c0 call  0x000078fa 
- 00030942  0x000084c1 rtn  0x00000034 
- 00030943  0x000084c2 fetch  0x00000002 , 0x000043fb 
- 00030944  0x000084c3 ifetcht  0x00000001 , 0x0000003f 
- 00030945  0x000084c4 copy  0x00000002 , 0x00000039 
- 00030946  0x000084c5 add  0x0000003f , 0x00000003 , 0x00000012 
- 00030947  0x000084c6 ifetch  0x00000001 , 0x00000012 
- 00030948  0x000084c7 imul32  0x00000002 , 0x0000003f 
- 00030949  0x000084c8 iadd  0x00000006 , 0x00000006 
- 00030950  0x000084c9 increase  0x00000001 , 0x00000006 
- 00030951  0x000084ca copy  0x00000006 , 0x00000012 
- 00030952  0x000084cb copy  0x00000011 , 0x00000005 
- 00030953  0x000084cc call  0x00007cda 
- 00030954  0x000084cd branch  0x00007dba 
- 00030955  0x000084d0 call  0x00007dbc 
- 00030956  0x000084d1 call  0x000078fa 
- 00030957  0x000084d2 rtn  0x00000034 
- 00030958  0x000084d3 fetch  0x00000002 , 0x000043fb 
- 00030959  0x000084d4 ifetcht  0x00000001 , 0x0000003f 
- 00030960  0x000084d5 copy  0x00000002 , 0x00000039 
- 00030961  0x000084d6 add  0x0000003f , 0x00000003 , 0x00000012 
- 00030962  0x000084d7 ifetch  0x00000001 , 0x00000012 
- 00030963  0x000084d8 imul32  0x00000002 , 0x0000003f 
- 00030964  0x000084d9 iadd  0x00000006 , 0x00000006 
- 00030965  0x000084da add  0x00000006 , 0x00000002 , 0x00000005 
- 00030966  0x000084db copy  0x00000011 , 0x00000006 
- 00030967  0x000084dc increase  0xffffffff , 0x00000039 
- 00030968  0x000084dd call  0x00007cda 
- 00030969  0x000084de branch  0x00007dba 
- 00030970  0x000084e2 fetch  0x00000002 , 0x000043fb 
- 00030971  0x000084e3 add  0x0000003f , 0x00000002 , 0x00000006 
- 00030972  0x000084e4 ifetch  0x00000001 , 0x00000006 
- 00030973  0x000084e5 rtn 
- 00030974  0x000084e9 call  0x00007902 
- 00030975  0x000084ea ifetcht  0x00000001 , 0x00000006 
- 00030976  0x000084eb isub  0x00000002 , 0x0000003f 
- 00030977  0x000084ec rtn 
- 00030978  0x000084f0 fetch  0x00000002 , 0x000043fb 
- 00030979  0x000084f1 add  0x0000003f , 0x00000001 , 0x00000006 
- 00030980  0x000084f2 ifetch  0x00000001 , 0x00000006 
- 00030981  0x000084f3 rtn 
- 00030982  0x000084fc bpatch  0x000000fd , 0x0000401f 
- 00030983  0x000084fd fetch  0x00000001 , 0x00008c22 
- 00030984  0x000084fe isolate1  0x00000003 , 0x0000003f 
- 00030985  0x000084ff call  0x00007915 , 0x00000001 
- 00030986  0x00008500 fetch  0x00000002 , 0x00008c22 
- 00030987  0x00008501 store  0x00000002 , 0x00008c22 
- 00030988  0x00008502 store  0x00000002 , 0x00000709 
- 00030989  0x00008503 call  0x00007973 
- 00030990  0x00008504 call  0x000079a2 
- 00030991  0x00008505 call  0x00007b96 
- 00030992  0x00008506 call  0x00007bdf 
- 00030993  0x00008507 branch  0x0000796b 
- 00030994  0x0000850a bpatch  0x000000fe , 0x0000401f 
- 00030995  0x0000850b call  0x00007396 
- 00030996  0x0000850c call  0x00007932 
- 00030997  0x0000850e jam  0x00000000 , 0x00008c00 
- 00030998  0x0000850f nop  0x00002710 
- 00030999  0x00008510 jam  0x00000000 , 0x00008c12 
- 00031000  0x00008511 fetch  0x00000002 , 0x00008050 
- 00031001  0x00008512 set0  0x0000000a , 0x0000003f 
- 00031002  0x00008513 store  0x00000002 , 0x00008050 
- 00031003  0x00008514 jam  0x00000021 , 0x00008c10 
- 00031004  0x00008515 jam  0x0000009d , 0x00008c11 
- 00031005  0x00008516 jam  0x0000003c , 0x00008c00 
- 00031006  0x00008517 setarg  0x00000763 
- 00031007  0x00008518 store  0x00000002 , 0x00008c02 
- 00031008  0x00008519 store  0x00000002 , 0x00008c06 
- 00031009  0x0000851a setarg  0x000007a3 
- 00031010  0x0000851b store  0x00000002 , 0x00008c04 
- 00031011  0x0000851c jam  0x00000080 , 0x00008c12 
- 00031012  0x0000851d jam  0x00000000 , 0x00008c01 
- 00031013  0x0000851e jam  0x000000ff , 0x00008c22 
- 00031014  0x0000851f setarg  0x0000095f 
- 00031015  0x00008520 arg  0x0000086d , 0x00000005 
- 00031016  0x00008521 isub  0x00000005 , 0x00000039 
- 00031017  0x00008522 branch  0x00007ca1 
- 00031018  0x00008525 fetcht  0x00000001 , 0x0000086c 
- 00031019  0x00008526 branch  0x00006edd 
- 00031020  0x00008528 fetch  0x00000001 , 0x0000090e 
- 00031021  0x00008529 rtn  0x00000034 
- 00031022  0x0000852a fetcht  0x00000001 , 0x0000086c 
- 00031023  0x0000852b call  0x00006ee6 
- 00031024  0x0000852c branch  0x00007915 , 0x00000001 
- 00031025  0x0000852d rtn 
- 00031026  0x00008530 jam  0x00000002 , 0x0000086b 
- 00031027  0x00008531 setarg  0x00000000 
- 00031028  0x00008532 store  0x00000001 , 0x000007a6 
- 00031029  0x00008533 store  0x00000002 , 0x00000865 
- 00031030  0x00008534 pincrease  0x00000001 
- 00031031  0x00008535 store  0x00000002 , 0x00000867 
- 00031032  0x00008536 pincrease  0x00000001 
- 00031033  0x00008537 store  0x00000002 , 0x00000869 
- 00031034  0x00008538 arg  0x000007fa , 0x00000005 
- 00031035  0x00008539 setarg  0x00030404 
- 00031036  0x0000853a istore  0x00000003 , 0x00000005 
- 00031037  0x0000853b setarg  0x00000409 
- 00031038  0x0000853c istore  0x00000002 , 0x00000005 
- 00031039  0x0000853d arg  0x000007ff , 0x00000005 
- 00031040  0x0000853e setsect  0x00000000 , 0x00015906 
- 00031041  0x0000853f setsect  0x00000001 , 0x000210d2 
- 00031042  0x00008540 setsect  0x00000002 , 0x00010494 
- 00031043  0x00008541 setsect  0x00000003 , 0x00000001 
- 00031044  0x00008542 istore  0x00000009 , 0x00000005 
- 00031045  0x00008543 arg  0x0000081d , 0x00000005 
- 00031046  0x00008544 setsect  0x00000000 , 0x0001570f 
- 00031047  0x00008545 setsect  0x00000001 , 0x00015c9a 
- 00031048  0x00008546 setsect  0x00000002 , 0x000256c6 
- 00031049  0x00008547 setsect  0x00000003 , 0x0001cdcd 
- 00031050  0x00008548 istore  0x00000009 , 0x00000005 
- 00031051  0x00008549 setsect  0x00000000 , 0x00014420 
- 00031052  0x0000854a setsect  0x00000001 , 0x00025d99 
- 00031053  0x0000854b setsect  0x00000002 , 0x00025636 
- 00031054  0x0000854c setsect  0x00000003 , 0x00000001 
- 00031055  0x0000854d istore  0x00000007 , 0x00000005 
- 00031056  0x0000854e arg  0x0000083b , 0x00000005 
- 00031057  0x0000854f setsect  0x00000000 , 0x0001620a 
- 00031058  0x00008550 setsect  0x00000001 , 0x00000c8c 
- 00031059  0x00008551 setsect  0x00000002 , 0x00030333 
- 00031060  0x00008552 setsect  0x00000003 , 0x0000c0c0 
- 00031061  0x00008553 istore  0x00000009 , 0x00000005 
- 00031062  0x00008554 setsect  0x00000000 , 0x00003130 
- 00031063  0x00008555 istore  0x00000002 , 0x00000005 
- 00031064  0x00008556 setarg  0x00009272 
- 00031065  0x00008557 store  0x00000002 , 0x000007a7 
- 00031066  0x00008558 setarg  0x000092cd 
- 00031067  0x00008559 store  0x00000002 , 0x000007a9 
- 00031068  0x0000855a arg  0x00009371 , 0x00000006 
- 00031069  0x0000855b arg  0x000007ab , 0x00000005 
- 00031070  0x0000855c arg  0x00000013 , 0x00000039 
- 00031071  0x0000855d call  0x00007cda 
- 00031072  0x0000855e arg  0x00009384 , 0x00000006 
- 00031073  0x0000855f arg  0x000007be , 0x00000005 
- 00031074  0x00008560 arg  0x0000003c , 0x00000039 
- 00031075  0x00008561 call  0x00007cda 
- 00031076  0x00008563 fetch  0x00000002 , 0x00000859 
- 00031077  0x00008564 branch  0x00007d79 
- 00031078  0x00008567 fetch  0x00000001 , 0x0000085b 
- 00031079  0x00008568 rtn  0x00000034 
- 00031080  0x00008569 store  0x00000001 , 0x000007e0 
- 00031081  0x0000856a store  0x00000001 , 0x000007f9 
- 00031082  0x0000856b rtn 
- 00031083  0x0000856e arg  0x00000001 , 0x00000007 
- 00031084  0x0000856f call  0x00007cef 
- 00031085  0x00008570 nrtn  0x00000034 
- 00031086  0x00008571 fetch  0x00000001 , 0x0000090f 
- 00031087  0x00008572 nrtn  0x00000034 
- 00031088  0x00008573 fetch  0x00000001 , 0x0000090e 
- 00031089  0x00008574 ncall  0x00007c38 , 0x00000034 
- 00031090  0x00008575 rtn 
- 00031091  0x00008578 fetch  0x00000001 , 0x00000709 
- 00031092  0x00008579 bbit1  0x00000002 , 0x00007976 
- 00031093  0x0000857a rtn 
- 00031094  0x0000857d call  0x0000797b 
- 00031095  0x0000857e call  0x00007cee 
- 00031096  0x0000857f setarg  0x00000280 
- 00031097  0x00008580 arg  0x00000001 , 0x00000007 
- 00031098  0x00008581 branch  0x00007ce1 
- 00031099  0x00008584 fetch  0x00000001 , 0x00000900 
- 00031100  0x00008585 bne  0x00000002 , 0x00007980 
- 00031101  0x00008586 jam  0x00000000 , 0x0000090f 
- 00031102  0x00008587 jam  0x00000000 , 0x00000910 
- 00031103  0x00008588 rtn 
- 00031104  0x0000858b fetch  0x00000001 , 0x00000912 
- 00031105  0x0000858c rtn  0x00000034 
- 00031106  0x0000858d jam  0x00000000 , 0x00000912 
- 00031107  0x0000858e jam  0x00000002 , 0x00000900 
- 00031108  0x0000858f jam  0x00000001 , 0x0000090e 
- 00031109  0x00008590 rtn 
- 00031110  0x00008593 fetch  0x00000001 , 0x00000709 
- 00031111  0x00008594 bbit1  0x00000000 , 0x000079af 
- 00031112  0x00008595 rtn 
- 00031113  0x00008598 fetchr  0x0000000a , 0x00000002 , 0x00008c02 
- 00031114  0x00008599 fetchr  0x00000010 , 0x00000002 , 0x00008c04 
- 00031115  0x0000859a fetchr  0x00000003 , 0x00000002 , 0x00008c06 
- 00031116  0x0000859b ifetch  0x00000002 , 0x00000003 
- 00031117  0x0000859c rshift8  0x0000003f , 0x00000002 
- 00031118  0x0000859d rshift4  0x00000002 , 0x00000002 
- 00031119  0x0000859e arg  0x00000fff , 0x00000006 
- 00031120  0x0000859f iand  0x00000006 , 0x00000039 
- 00031121  0x000085a0 storer  0x00000039 , 0x00000002 , 0x0000070c 
- 00031122  0x000085a1 rtn 
- 00031123  0x000085a5 call  0x00007989 
- 00031124  0x000085a7 ifetch  0x00000001 , 0x00000003 
- 00031125  0x000085a8 istore  0x00000001 , 0x00000005 
- 00031126  0x000085a9 loop  0x00007994 
- 00031127  0x000085aa storer  0x00000003 , 0x00000002 , 0x00008c06 
- 00031128  0x000085ab rtn 
- 00031129  0x000085ae arg  0x0000095f , 0x00000005 
- 00031130  0x000085af call  0x00007994 
- 00031131  0x000085b0 arg  0x00000963 , 0x00000002 
- 00031132  0x000085b1 storet  0x00000002 , 0x00008c0e 
- 00031133  0x000085b2 fetch  0x00000001 , 0x00000960 
- 00031134  0x000085b3 pincrease  0x00000006 
- 00031135  0x000085b4 istore  0x00000001 , 0x00000002 
- 00031136  0x000085b5 jam  0x00000008 , 0x00008c18 
- 00031137  0x000085b6 rtn 
- 00031138  0x000085ba bpatch  0x000000ff , 0x0000401f 
- 00031139  0x000085bb fetch  0x00000001 , 0x00000709 
- 00031140  0x000085bc rtnbit0  0x00000005 
- 00031141  0x000085bd call  0x00007989 
- 00031142  0x000085be compare  0x0000000d , 0x00000002 , 0x000000ff 
- 00031143  0x000085bf branch  0x00007999 , 0x00000001 
- 00031144  0x000085c0 arg  0x0000086d , 0x00000005 
- 00031145  0x000085c1 call  0x00007994 
- 00031146  0x000085c2 fetch  0x00000001 , 0x0000070c 
- 00031147  0x000085c3 beq  0x00000000 , 0x00007986 
- 00031148  0x000085c4 beq  0x00000001 , 0x000079b6 
- 00031149  0x000085c5 sub  0x0000003f , 0x00000007 , 0x0000003e 
- 00031150  0x000085c6 rtn  0x00000002 
- 00031151  0x000085c8 bpatchx  0x00000000 , 0x00004020 
- 00031152  0x000085c9 set0  0x00000023 , 0x00000000 
- 00031153  0x000085ca fetch  0x00000001 , 0x0000086d 
- 00031154  0x000085cb and_into  0x00000080 , 0x0000003f 
- 00031155  0x000085cc beq  0x00000080 , 0x000079ba 
- 00031156  0x000085cd beq  0x00000000 , 0x000079c2 
- 00031157  0x000085ce branch  0x0000235a 
- 00031158  0x000085d1 fetch  0x00000001 , 0x0000086d 
- 00031159  0x000085d2 rtnbit1  0x00000007 
- 00031160  0x000085d3 call  0x00007b6a 
- 00031161  0x000085d4 branch  0x000079e9 
- 00031162  0x000085d8 fetch  0x00000001 , 0x0000086d 
- 00031163  0x000085d9 rshift4  0x0000003f , 0x0000003f 
- 00031164  0x000085da rshift  0x0000003f , 0x0000003f 
- 00031165  0x000085db and_into  0x00000003 , 0x0000003f 
- 00031166  0x000085dc beq  0x00000000 , 0x000079ca 
- 00031167  0x000085dd beq  0x00000001 , 0x000079d0 
- 00031168  0x000085de beq  0x00000002 , 0x000079d5 
- 00031169  0x000085df branch  0x0000235a 
- 00031170  0x000085e2 fetch  0x00000001 , 0x0000086d 
- 00031171  0x000085e3 rshift4  0x0000003f , 0x0000003f 
- 00031172  0x000085e4 rshift  0x0000003f , 0x0000003f 
- 00031173  0x000085e5 and_into  0x00000003 , 0x0000003f 
- 00031174  0x000085e6 beq  0x00000000 , 0x000079d6 
- 00031175  0x000085e7 beq  0x00000001 , 0x000079de 
- 00031176  0x000085e8 beq  0x00000002 , 0x000079e3 
- 00031177  0x000085e9 branch  0x0000235a 
- 00031178  0x000085ec fetch  0x00000001 , 0x0000086e 
- 00031179  0x000085ed beq  0x00000008 , 0x000079eb 
- 00031180  0x000085ee beq  0x00000006 , 0x00007a01 
- 00031181  0x000085ef beq  0x0000000a , 0x00007a46 
- 00031182  0x000085f0 beq  0x00000000 , 0x00007a58 
- 00031183  0x000085f1 branch  0x000079e4 
- 00031184  0x000085f4 fetch  0x00000001 , 0x0000086e 
- 00031185  0x000085f5 beq  0x00000002 , 0x00007a8d 
- 00031186  0x000085f6 beq  0x00000001 , 0x00007a91 
- 00031187  0x000085f7 beq  0x00000003 , 0x00007aa2 
- 00031188  0x000085f8 branch  0x000079e4 
- 00031189  0x000085fb branch  0x000079e4 
- 00031190  0x000085fe fetch  0x00000001 , 0x0000086e 
- 00031191  0x000085ff beq  0x00000001 , 0x00007aac 
- 00031192  0x00008600 beq  0x00000003 , 0x00007adb 
- 00031193  0x00008601 beq  0x00000005 , 0x00007b06 
- 00031194  0x00008602 beq  0x00000009 , 0x00007b1f 
- 00031195  0x00008603 beq  0x0000000b , 0x00007b3a 
- 00031196  0x00008604 beq  0x00000007 , 0x000079e4 
- 00031197  0x00008605 branch  0x000079e4 
- 00031198  0x00008608 fetch  0x00000001 , 0x0000086e 
- 00031199  0x00008609 beq  0x0000000a , 0x00007b4b 
- 00031200  0x0000860a beq  0x00000009 , 0x00007b5d 
- 00031201  0x0000860b beq  0x0000000b , 0x00007b7c 
- 00031202  0x0000860c branch  0x000079e4 
- 00031203  0x0000860f branch  0x000079e4 
- 00031204  0x00008612 bpatchx  0x00000001 , 0x00004020 
- 00031205  0x00008613 fetch  0x00000001 , 0x00008c19 
- 00031206  0x00008614 set1  0x00000000 , 0x0000003f 
- 00031207  0x00008615 store  0x00000001 , 0x00008c19 
- 00031208  0x00008616 branch  0x000079e9 
- 00031209  0x00008619 jam  0x00000001 , 0x00008c1b 
- 00031210  0x0000861a rtn 
- 00031211  0x0000861d fetch  0x00000001 , 0x0000086d 
- 00031212  0x0000861e bne  0x00000080 , 0x000079e4 
- 00031213  0x0000861f fetch  0x00000001 , 0x00000871 
- 00031214  0x00008620 bne  0x00000000 , 0x000079e4 
- 00031215  0x00008621 fetch  0x00000001 , 0x00000872 
- 00031216  0x00008622 bne  0x00000000 , 0x000079e4 
- 00031217  0x00008623 fetch  0x00000001 , 0x00000873 
- 00031218  0x00008624 bne  0x00000001 , 0x000079e4 
- 00031219  0x00008625 fetch  0x00000001 , 0x00000874 
- 00031220  0x00008626 bne  0x00000000 , 0x000079e4 
- 00031221  0x00008627 fetch  0x00000001 , 0x0000086f 
- 00031222  0x00008628 bne  0x00000000 , 0x000079e4 
- 00031223  0x00008629 fetch  0x00000001 , 0x00000870 
- 00031224  0x0000862a bne  0x00000000 , 0x000079e4 
- 00031225  0x0000862b fetch  0x00000001 , 0x0000086b 
- 00031226  0x0000862c beq  0x00000004 , 0x000079fd 
- 00031227  0x0000862d beq  0x00000003 , 0x000079ff 
- 00031228  0x0000862e branch  0x000079e4 
- 00031229  0x00008631 arg  0x00000001 , 0x00000012 
- 00031230  0x00008632 branch  0x00007a72 
- 00031231  0x00008635 arg  0x00000001 , 0x00000012 
- 00031232  0x00008636 branch  0x00007a70 
- 00031233  0x00008639 bpatchx  0x00000002 , 0x00004020 
- 00031234  0x0000863b fetch  0x00000001 , 0x00000870 
- 00031235  0x0000863c beq  0x00000001 , 0x00007a14 
- 00031236  0x0000863d beq  0x00000002 , 0x00007a2d 
- 00031237  0x0000863e beq  0x00000003 , 0x00007a30 
- 00031238  0x0000863f beq  0x00000021 , 0x00007a09 
- 00031239  0x00008640 beq  0x00000022 , 0x00007a3e 
- 00031240  0x00008641 branch  0x000079e4 
- 00031241  0x00008644 jam  0x00000000 , 0x000008fd 
- 00031242  0x00008645 fetch  0x00000001 , 0x00000871 
- 00031243  0x00008646 beq  0x00000000 , 0x00007a0e 
- 00031244  0x00008647 beq  0x00000001 , 0x00007a11 
- 00031245  0x00008648 branch  0x000079e4 
- 00031246  0x0000864b fetchr  0x00000012 , 0x00000001 , 0x000007d1 
- 00031247  0x0000864c arg  0x000007d1 , 0x00000011 
- 00031248  0x0000864d branch  0x00007b8b 
- 00031249  0x00008650 fetchr  0x00000012 , 0x00000001 , 0x000007ea 
- 00031250  0x00008651 arg  0x000007ea , 0x00000011 
- 00031251  0x00008652 branch  0x00007b8b 
- 00031252  0x00008658 fetch  0x00000001 , 0x00000911 
- 00031253  0x00008659 ncall  0x00007a25 , 0x00000034 
- 00031254  0x0000865a setarg  0x000007ab 
- 00031255  0x0000865b fetcht  0x00000001 , 0x000007ab 
- 00031256  0x0000865d store  0x00000002 , 0x00000908 
- 00031257  0x0000865e storet  0x00000001 , 0x0000090a 
- 00031258  0x0000865f fetch  0x00000001 , 0x00000873 
- 00031259  0x00008660 isub  0x00000002 , 0x0000003e 
- 00031260  0x00008661 nbranch  0x00007a23 , 0x00000002 
- 00031261  0x00008663 fetch  0x00000001 , 0x0000090a 
- 00031262  0x00008665 iforce  0x00000012 
- 00031263  0x00008666 fetch  0x00000002 , 0x00000908 
- 00031264  0x00008667 add  0x0000003f , 0x00000001 , 0x0000003f 
- 00031265  0x00008668 iforce  0x00000011 
- 00031266  0x00008669 branch  0x00007b8b 
- 00031267  0x0000866b fetch  0x00000001 , 0x00000873 
- 00031268  0x0000866c branch  0x00007a1e 
- 00031269  0x0000866f fetch  0x00000001 , 0x00008c01 
- 00031270  0x00008670 ncall  0x00007a29 , 0x00000034 
- 00031271  0x00008671 jam  0x00000000 , 0x00000911 
- 00031272  0x00008672 rtn 
- 00031273  0x00008674 fetch  0x00000001 , 0x00008c01 
- 00031274  0x00008675 set1  0x00000007 , 0x0000003f 
- 00031275  0x00008676 store  0x00000001 , 0x00008c01 
- 00031276  0x00008677 rtn 
- 00031277  0x0000867a setarg  0x000007be 
- 00031278  0x0000867b fetcht  0x00000001 , 0x000007be 
- 00031279  0x0000867c branch  0x00007a18 
- 00031280  0x0000867f fetch  0x00000001 , 0x0000086f 
- 00031281  0x00008680 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00031282  0x00008681 nbranch  0x000079e4 , 0x00000002 
- 00031283  0x00008682 fetch  0x00000001 , 0x0000086f 
- 00031284  0x00008683 arg  0x000007fa , 0x00000011 
- 00031285  0x00008684 beq  0x00000000 , 0x00007b89 
- 00031286  0x00008685 set1  0x00000023 , 0x00000000 
- 00031287  0x00008686 arg  0x000007ff , 0x00000011 
- 00031288  0x00008687 beq  0x00000001 , 0x00007b89 
- 00031289  0x00008688 arg  0x0000081d , 0x00000011 
- 00031290  0x00008689 beq  0x00000002 , 0x00007b89 
- 00031291  0x0000868a arg  0x0000083b , 0x00000011 
- 00031292  0x0000868b beq  0x00000003 , 0x00007b89 
- 00031293  0x0000868c rtn 
- 00031294  0x0000868f fetch  0x00000002 , 0x00000871 
- 00031295  0x00008690 beq  0x00000001 , 0x00007a42 
- 00031296  0x00008691 fetchr  0x00000011 , 0x00000002 , 0x000007a7 
- 00031297  0x00008692 branch  0x00007b89 
- 00031298  0x00008694 jam  0x00000001 , 0x0000090e 
- 00031299  0x00008695 jam  0x00000001 , 0x00000900 
- 00031300  0x00008696 fetchr  0x00000011 , 0x00000002 , 0x000007a9 
- 00031301  0x00008697 branch  0x00007b89 
- 00031302  0x0000869b fetch  0x00000001 , 0x0000086b 
- 00031303  0x0000869c bne  0x00000004 , 0x000079e4 
- 00031304  0x0000869d fetch  0x00000001 , 0x0000086d 
- 00031305  0x0000869e bne  0x00000081 , 0x000079e4 
- 00031306  0x0000869f fetch  0x00000001 , 0x0000086f 
- 00031307  0x000086a0 bne  0x00000000 , 0x000079e4 
- 00031308  0x000086a1 fetch  0x00000001 , 0x00000870 
- 00031309  0x000086a2 bne  0x00000000 , 0x000079e4 
- 00031310  0x000086a3 fetch  0x00000001 , 0x00000873 
- 00031311  0x000086a4 bne  0x00000001 , 0x000079e4 
- 00031312  0x000086a5 fetch  0x00000001 , 0x00000874 
- 00031313  0x000086a6 bne  0x00000000 , 0x000079e4 
- 00031314  0x000086a7 fetch  0x00000001 , 0x00000871 
- 00031315  0x000086a8 bne  0x00000000 , 0x000079e4 
- 00031316  0x000086a9 fetch  0x00000001 , 0x00000872 
- 00031317  0x000086aa bne  0x00000000 , 0x000079e4 
- 00031318  0x000086ab arg  0x00000001 , 0x00000012 
- 00031319  0x000086ac branch  0x00007a70 
- 00031320  0x000086b0 fetch  0x00000001 , 0x0000086b 
- 00031321  0x000086b1 beq  0x00000002 , 0x000079e4 
- 00031322  0x000086b2 fetch  0x00000001 , 0x0000086f 
- 00031323  0x000086b3 bne  0x00000000 , 0x000079e4 
- 00031324  0x000086b4 fetch  0x00000001 , 0x00000870 
- 00031325  0x000086b5 bne  0x00000000 , 0x000079e4 
- 00031326  0x000086b6 fetch  0x00000001 , 0x00000873 
- 00031327  0x000086b7 bne  0x00000002 , 0x000079e4 
- 00031328  0x000086b8 fetch  0x00000001 , 0x00000874 
- 00031329  0x000086b9 bne  0x00000000 , 0x000079e4 
- 00031330  0x000086ba fetch  0x00000001 , 0x00000872 
- 00031331  0x000086bb bne  0x00000000 , 0x000079e4 
- 00031332  0x000086bc fetch  0x00000001 , 0x0000086d 
- 00031333  0x000086bd beq  0x00000080 , 0x00007a6b 
- 00031334  0x000086be beq  0x00000081 , 0x00007a76 
- 00031335  0x000086bf beq  0x00000082 , 0x00007a7a 
- 00031336  0x000086c0 branch  0x000079e4 
- 00031337  0x000086c4 jam  0x00000001 , 0x00000903 
- 00031338  0x000086c5 branch  0x00007a74 
- 00031339  0x000086c8 fetch  0x00000001 , 0x00000871 
- 00031340  0x000086c9 bne  0x00000000 , 0x000079e4 
- 00031341  0x000086ca arg  0x00000002 , 0x00000012 
- 00031342  0x000086cb fetch  0x00000001 , 0x00000901 
- 00031343  0x000086cc beq  0x00000001 , 0x00007a69 
- 00031344  0x000086cf arg  0x00000865 , 0x00000011 
- 00031345  0x000086d0 branch  0x00007b8b 
- 00031346  0x000086d2 arg  0x00000867 , 0x00000011 
- 00031347  0x000086d3 branch  0x00007b8b 
- 00031348  0x000086d5 arg  0x00000869 , 0x00000011 
- 00031349  0x000086d6 branch  0x00007b8b 
- 00031350  0x000086d9 fetch  0x00000001 , 0x0000086b 
- 00031351  0x000086da bne  0x00000004 , 0x000079e4 
- 00031352  0x000086db arg  0x00000002 , 0x00000012 
- 00031353  0x000086dc branch  0x00007a70 
- 00031354  0x000086df fetch  0x00000001 , 0x0000086b 
- 00031355  0x000086e0 bne  0x00000004 , 0x000079e4 
- 00031356  0x000086e1 fetch  0x00000001 , 0x00000871 
- 00031357  0x000086e2 beq  0x00000081 , 0x00007a87 
- 00031358  0x000086e3 beq  0x00000082 , 0x00007a89 
- 00031359  0x000086e4 beq  0x00000083 , 0x00007a8b 
- 00031360  0x000086e5 and_into  0x0000007f , 0x0000003f 
- 00031361  0x000086e6 beq  0x00000000 , 0x00007a83 
- 00031362  0x000086e7 branch  0x000079e4 
- 00031363  0x000086ea fetch  0x00000001 , 0x00000904 
- 00031364  0x000086ec arg  0x00000002 , 0x00000012 
- 00031365  0x000086ed beq  0x00000001 , 0x00007a72 
- 00031366  0x000086ee branch  0x00007a70 
- 00031367  0x000086f0 fetch  0x00000001 , 0x00000905 
- 00031368  0x000086f1 branch  0x00007a84 
- 00031369  0x000086f3 fetch  0x00000001 , 0x00000906 
- 00031370  0x000086f4 branch  0x00007a84 
- 00031371  0x000086f6 fetch  0x00000001 , 0x00000907 
- 00031372  0x000086f7 branch  0x00007a84 
- 00031373  0x000086fa jam  0x00000001 , 0x000008fb 
- 00031374  0x000086fb arg  0x000008fc , 0x00000011 
- 00031375  0x000086fc arg  0x00000001 , 0x00000012 
- 00031376  0x000086fd branch  0x00007b8b 
- 00031377  0x00008700 fetch  0x00000002 , 0x0000086f 
- 00031378  0x00008701 arg  0x000001ba , 0x00000002 
- 00031379  0x00008702 isub  0x00000002 , 0x0000003e 
- 00031380  0x00008703 nbranch  0x000079e4 , 0x00000005 
- 00031381  0x00008706 fetch  0x00000001 , 0x000008f8 
- 00031382  0x00008707 nbranch  0x00007a9f , 0x00000034 
- 00031383  0x00008708 jam  0x00000000 , 0x000008b5 
- 00031384  0x0000870a fetch  0x00000001 , 0x00000873 
- 00031385  0x0000870b iforce  0x00000012 
- 00031386  0x0000870c arg  0x000008b5 , 0x00000011 
- 00031387  0x0000870d call  0x00007b8b 
- 00031388  0x0000870f arg  0x000008b5 , 0x00000005 
- 00031389  0x00008710 arg  0x00000040 , 0x00000039 
- 00031390  0x00008711 branch  0x00007ca3 
- 00031391  0x00008713 jam  0x00000000 , 0x000008f8 
- 00031392  0x00008714 jam  0x00000001 , 0x000008b5 
- 00031393  0x00008715 branch  0x00007a98 
- 00031394  0x00008718 fetch  0x00000001 , 0x00000873 
- 00031395  0x00008719 bne  0x00000001 , 0x000079e4 
- 00031396  0x0000871a jam  0x00000001 , 0x000008fd 
- 00031397  0x0000871b arg  0x00000001 , 0x00000012 
- 00031398  0x0000871c fetch  0x00000001 , 0x000008ff 
- 00031399  0x0000871d beq  0x00000000 , 0x00007aaa 
- 00031400  0x0000871e beq  0x00000001 , 0x00007aab 
- 00031401  0x0000871f branch  0x00007a70 
- 00031402  0x00008721 branch  0x00007a72 
- 00031403  0x00008723 branch  0x00007a70 
- 00031404  0x00008729 fetch  0x00000001 , 0x0000086b 
- 00031405  0x0000872a bne  0x00000004 , 0x000079e4 
- 00031406  0x0000872b fetch  0x00000001 , 0x00000873 
- 00031407  0x0000872c bne  0x00000000 , 0x000079e4 
- 00031408  0x0000872d fetch  0x00000001 , 0x00000874 
- 00031409  0x0000872e bne  0x00000000 , 0x000079e4 
- 00031410  0x0000872f fetch  0x00000001 , 0x00000870 
- 00031411  0x00008730 bne  0x00000000 , 0x000079e4 
- 00031412  0x00008731 fetch  0x00000001 , 0x00000872 
- 00031413  0x00008732 bne  0x00000000 , 0x000079e4 
- 00031414  0x00008733 fetch  0x00000001 , 0x0000086d 
- 00031415  0x00008734 beq  0x00000000 , 0x00007abb 
- 00031416  0x00008735 beq  0x00000001 , 0x00007ac8 
- 00031417  0x00008736 beq  0x00000002 , 0x00007ac9 
- 00031418  0x00008737 branch  0x000079e4 
- 00031419  0x0000873a fetch  0x00000001 , 0x0000086f 
- 00031420  0x0000873b bne  0x00000001 , 0x000079e4 
- 00031421  0x0000873c fetch  0x00000001 , 0x00008c00 
- 00031422  0x0000873d set0  0x00000007 , 0x0000003f 
- 00031423  0x0000873e store  0x00000001 , 0x00008c00 
- 00031424  0x0000873f jam  0x00000000 , 0x00000901 
- 00031425  0x00008740 jam  0x00000001 , 0x00000902 
- 00031426  0x00008741 fetch  0x00000001 , 0x00000903 
- 00031427  0x00008742 branch  0x000079e9 , 0x00000034 
- 00031428  0x00008743 jam  0x00000000 , 0x00000903 
- 00031429  0x00008744 jam  0x00000000 , 0x00000902 
- 00031430  0x00008745 jam  0x00000002 , 0x00000900 
- 00031431  0x00008746 branch  0x000079e9 
- 00031432  0x00008749 branch  0x000079e4 
- 00031433  0x0000874c fetch  0x00000001 , 0x0000086f 
- 00031434  0x0000874d bne  0x00000000 , 0x000079e4 
- 00031435  0x0000874e fetch  0x00000001 , 0x00000871 
- 00031436  0x0000874f beq  0x00000081 , 0x00007ad4 
- 00031437  0x00008750 beq  0x00000082 , 0x00007ad7 
- 00031438  0x00008751 beq  0x00000083 , 0x00007ad9 
- 00031439  0x00008752 and_into  0x0000007f , 0x0000003f 
- 00031440  0x00008753 beq  0x00000000 , 0x00007ad2 
- 00031441  0x00008754 branch  0x000079e4 
- 00031442  0x00008757 jam  0x00000000 , 0x00000904 
- 00031443  0x00008758 branch  0x000079e9 
- 00031444  0x0000875a jam  0x00000000 , 0x00000905 
- 00031445  0x0000875c jam  0x00000001 , 0x00000912 
- 00031446  0x0000875d branch  0x000079e9 
- 00031447  0x0000875f jam  0x00000000 , 0x00000906 
- 00031448  0x00008760 branch  0x00007ad5 
- 00031449  0x00008762 jam  0x00000000 , 0x00000907 
- 00031450  0x00008763 branch  0x00007ad5 
- 00031451  0x00008767 fetch  0x00000001 , 0x00000873 
- 00031452  0x00008768 bne  0x00000000 , 0x000079e4 
- 00031453  0x00008769 fetch  0x00000001 , 0x00000874 
- 00031454  0x0000876a bne  0x00000000 , 0x000079e4 
- 00031455  0x0000876b fetch  0x00000001 , 0x0000086d 
- 00031456  0x0000876c beq  0x00000000 , 0x00007ae4 
- 00031457  0x0000876d beq  0x00000001 , 0x00007af2 
- 00031458  0x0000876e beq  0x00000002 , 0x00007af3 
- 00031459  0x0000876f branch  0x000079e4 
- 00031460  0x00008772 fetch  0x00000001 , 0x0000086f 
- 00031461  0x00008773 bne  0x00000001 , 0x000079e4 
- 00031462  0x00008774 call  0x000048b1 
- 00031463  0x00008775 fetch  0x00000001 , 0x00008c00 
- 00031464  0x00008776 set1  0x00000007 , 0x0000003f 
- 00031465  0x00008777 store  0x00000001 , 0x00008c00 
- 00031466  0x00008778 jam  0x00000001 , 0x00000901 
- 00031467  0x00008779 jam  0x00000003 , 0x00000900 
- 00031468  0x0000877a jam  0x00000000 , 0x000008f9 
- 00031469  0x0000877b call  0x000079e9 
- 00031470  0x0000877d call  0x00007cee 
- 00031471  0x0000877e setarg  0x00001388 
- 00031472  0x0000877f arg  0x0000000f , 0x00000007 
- 00031473  0x00008780 branch  0x00007ce1 
- 00031474  0x00008783 branch  0x000079e4 
- 00031475  0x00008786 fetch  0x00000001 , 0x0000086f 
- 00031476  0x00008787 bne  0x00000000 , 0x000079e4 
- 00031477  0x00008788 fetch  0x00000001 , 0x00000870 
- 00031478  0x00008789 bne  0x00000000 , 0x000079e4 
- 00031479  0x0000878a fetch  0x00000001 , 0x00000871 
- 00031480  0x0000878b beq  0x00000081 , 0x00007b00 
- 00031481  0x0000878c beq  0x00000082 , 0x00007b02 
- 00031482  0x0000878d beq  0x00000083 , 0x00007b04 
- 00031483  0x0000878e and_into  0x0000007f , 0x0000003f 
- 00031484  0x0000878f beq  0x00000000 , 0x00007afe 
- 00031485  0x00008790 branch  0x000079e4 
- 00031486  0x00008793 jam  0x00000001 , 0x00000904 
- 00031487  0x00008794 branch  0x000079e9 
- 00031488  0x00008796 jam  0x00000001 , 0x00000905 
- 00031489  0x00008797 branch  0x000079e9 
- 00031490  0x00008799 jam  0x00000001 , 0x00000906 
- 00031491  0x0000879a branch  0x000079e9 
- 00031492  0x0000879c jam  0x00000001 , 0x00000907 
- 00031493  0x0000879d branch  0x000079e9 
- 00031494  0x000087a1 fetch  0x00000001 , 0x0000086d 
- 00031495  0x000087a2 bne  0x00000000 , 0x000079e4 
- 00031496  0x000087a3 fetch  0x00000001 , 0x00000871 
- 00031497  0x000087a4 bne  0x00000000 , 0x000079e4 
- 00031498  0x000087a5 fetch  0x00000001 , 0x00000872 
- 00031499  0x000087a6 bne  0x00000000 , 0x000079e4 
- 00031500  0x000087a7 fetch  0x00000001 , 0x00000873 
- 00031501  0x000087a8 bne  0x00000000 , 0x000079e4 
- 00031502  0x000087a9 fetch  0x00000001 , 0x00000874 
- 00031503  0x000087aa bne  0x00000000 , 0x000079e4 
- 00031504  0x000087ab fetch  0x00000001 , 0x00000870 
- 00031505  0x000087ac bne  0x00000000 , 0x000079e4 
- 00031506  0x000087ad fetch  0x00000001 , 0x0000086f 
- 00031507  0x000087ae and_into  0x00000080 , 0x0000003f 
- 00031508  0x000087af bne  0x00000000 , 0x000079e4 
- 00031509  0x000087b0 fetch  0x00000001 , 0x0000086f 
- 00031510  0x000087b1 bne  0x00000000 , 0x00007b1d 
- 00031511  0x000087b3 jam  0x00000002 , 0x0000086b 
- 00031512  0x000087b5 fetch  0x00000001 , 0x0000086f 
- 00031513  0x000087b6 store  0x00000001 , 0x00008c01 
- 00031514  0x000087b7 call  0x000079e9 
- 00031515  0x000087b8 jam  0x00000001 , 0x00000911 
- 00031516  0x000087b9 rtn 
- 00031517  0x000087bb jam  0x00000003 , 0x0000086b 
- 00031518  0x000087bc branch  0x00007b18 
- 00031519  0x000087c0 fetch  0x00000001 , 0x0000086b 
- 00031520  0x000087c1 beq  0x00000002 , 0x000079e4 
- 00031521  0x000087c2 fetch  0x00000001 , 0x0000086d 
- 00031522  0x000087c3 bne  0x00000000 , 0x000079e4 
- 00031523  0x000087c4 fetch  0x00000001 , 0x00000871 
- 00031524  0x000087c5 bne  0x00000000 , 0x000079e4 
- 00031525  0x000087c6 fetch  0x00000001 , 0x00000872 
- 00031526  0x000087c7 bne  0x00000000 , 0x000079e4 
- 00031527  0x000087c8 fetch  0x00000001 , 0x00000873 
- 00031528  0x000087c9 bne  0x00000000 , 0x000079e4 
- 00031529  0x000087ca fetch  0x00000001 , 0x00000874 
- 00031530  0x000087cb bne  0x00000000 , 0x000079e4 
- 00031531  0x000087cc fetch  0x00000001 , 0x00000870 
- 00031532  0x000087cd bne  0x00000000 , 0x000079e4 
- 00031533  0x000087ce fetch  0x00000001 , 0x0000086f 
- 00031534  0x000087cf sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00031535  0x000087d0 nbranch  0x000079e4 , 0x00000002 
- 00031536  0x000087d1 fetch  0x00000001 , 0x0000086b 
- 00031537  0x000087d2 beq  0x00000003 , 0x00007b34 
- 00031538  0x000087d3 beq  0x00000004 , 0x00007b34 
- 00031539  0x000087d4 branch  0x000079e4 
- 00031540  0x000087d8 fetch  0x00000001 , 0x0000086f 
- 00031541  0x000087d9 beq  0x00000000 , 0x00007b38 
- 00031542  0x000087da jam  0x00000004 , 0x0000086b 
- 00031543  0x000087db branch  0x000079e9 
- 00031544  0x000087dd jam  0x00000003 , 0x0000086b 
- 00031545  0x000087de branch  0x000079e9 
- 00031546  0x000087e2 fetch  0x00000001 , 0x0000086b 
- 00031547  0x000087e3 bne  0x00000004 , 0x000079e4 
- 00031548  0x000087e4 fetch  0x00000001 , 0x0000086d 
- 00031549  0x000087e5 bne  0x00000001 , 0x000079e4 
- 00031550  0x000087e6 fetch  0x00000001 , 0x0000086f 
- 00031551  0x000087e7 bne  0x00000000 , 0x000079e4 
- 00031552  0x000087e8 fetch  0x00000001 , 0x00000870 
- 00031553  0x000087e9 bne  0x00000000 , 0x000079e4 
- 00031554  0x000087ea fetch  0x00000001 , 0x00000873 
- 00031555  0x000087eb bne  0x00000000 , 0x000079e4 
- 00031556  0x000087ec fetch  0x00000001 , 0x00000874 
- 00031557  0x000087ed bne  0x00000000 , 0x000079e4 
- 00031558  0x000087ee fetch  0x00000001 , 0x00000871 
- 00031559  0x000087ef bne  0x00000000 , 0x000079e4 
- 00031560  0x000087f0 fetch  0x00000001 , 0x00000872 
- 00031561  0x000087f1 bne  0x00000000 , 0x000079e4 
- 00031562  0x000087f2 branch  0x000079e9 
- 00031563  0x000087f6 bpatchx  0x00000003 , 0x00004020 
- 00031564  0x000087f7 jam  0x00000001 , 0x000008fb 
- 00031565  0x000087f8 fetch  0x00000001 , 0x00000870 
- 00031566  0x000087f9 store  0x00000001 , 0x000008fc 
- 00031567  0x000087fa fetch  0x00000001 , 0x00000871 
- 00031568  0x000087fb sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00031569  0x000087fc call  0x00007b59 , 0x00000005 
- 00031570  0x000087fd fetch  0x00000001 , 0x00000900 
- 00031571  0x000087fe bne  0x00000004 , 0x000079e9 
- 00031572  0x000087ff jam  0x00000002 , 0x00000900 
- 00031573  0x00008800 call  0x000079e9 
- 00031574  0x00008801 nop  0x00007530 
- 00031575  0x00008802 nop  0x00007530 
- 00031576  0x00008803 rtn 
- 00031577  0x00008805 jam  0x00000001 , 0x0000090e 
- 00031578  0x00008806 jam  0x00000000 , 0x00000902 
- 00031579  0x00008807 jam  0x00000004 , 0x00000900 
- 00031580  0x00008808 rtn 
- 00031581  0x0000880c nop  0x00003a98 
- 00031582  0x0000880d arg  0x00000875 , 0x00000005 
- 00031583  0x0000880e call  0x00007993 
- 00031584  0x0000880f jam  0x00000001 , 0x000008f7 
- 00031585  0x00008810 call  0x00007b6e 
- 00031586  0x00008811 fetch  0x00000002 , 0x0000086f 
- 00031587  0x00008812 store  0x00000002 , 0x000008f5 
- 00031588  0x00008813 call  0x000079e9 
- 00031589  0x00008814 fetch  0x00000001 , 0x000043cb 
- 00031590  0x00008815 rtnne  0x00000004 
- 00031591  0x00008816 fetch  0x00000001 , 0x000008f9 
- 00031592  0x00008817 rtn  0x00000034 
- 00031593  0x00008818 fetch  0x00000001 , 0x00000875 
- 00031594  0x0000881a store  0x00000001 , 0x00004621 
- 00031595  0x0000881b jam  0x00000000 , 0x000008f9 
- 00031596  0x0000881c jam  0x00000003 , 0x00004611 
- 00031597  0x0000881d rtn 
- 00031598  0x00008821 fetch  0x00000002 , 0x0000086f 
- 00031599  0x00008822 arg  0x00000200 , 0x00000002 
- 00031600  0x00008823 isub  0x00000002 , 0x0000003e 
- 00031601  0x00008824 nrtn  0x00000005 
- 00031602  0x00008825 fetch  0x00000002 , 0x00000871 
- 00031603  0x00008826 arg  0x00000000 , 0x00000002 
- 00031604  0x00008827 isub  0x00000002 , 0x0000003e 
- 00031605  0x00008828 nrtn  0x00000005 
- 00031606  0x00008829 fetch  0x00000002 , 0x00000873 
- 00031607  0x0000882a arg  0x00000001 , 0x00000002 
- 00031608  0x0000882b isub  0x00000002 , 0x0000003e 
- 00031609  0x0000882c nrtn  0x00000005 
- 00031610  0x0000882d jam  0x00000001 , 0x000008f9 
- 00031611  0x0000882e rtn 
- 00031612  0x00008832 fetch  0x00000001 , 0x00000873 
- 00031613  0x00008833 bne  0x00000000 , 0x000079e4 
- 00031614  0x00008834 fetch  0x00000001 , 0x0000086f 
- 00031615  0x00008835 beq  0x00000000 , 0x00007b82 
- 00031616  0x00008836 beq  0x00000001 , 0x00007b85 
- 00031617  0x00008837 branch  0x000079e4 
- 00031618  0x00008839 jam  0x00000000 , 0x000008fe 
- 00031619  0x0000883a jam  0x00000001 , 0x000008ff 
- 00031620  0x0000883b branch  0x000079e9 
- 00031621  0x0000883d jam  0x00000001 , 0x000008fa 
- 00031622  0x0000883e jam  0x00000001 , 0x000008fe 
- 00031623  0x0000883f jam  0x00000000 , 0x000008ff 
- 00031624  0x00008840 branch  0x000079e9 
- 00031625  0x00008844 ifetchr  0x00000012 , 0x00000001 , 0x00000011 
- 00031626  0x00008845 increase  0x00000001 , 0x00000011 
- 00031627  0x00008848 bpatchx  0x00000004 , 0x00004020 
- 00031628  0x00008849 set1  0x0000000e , 0x00000000 
- 00031629  0x0000884a bmark0  0x00000023 , 0x00007b90 
- 00031630  0x0000884b increase  0x00000001 , 0x00000012 
- 00031631  0x0000884c lshift  0x00000012 , 0x00000012 
- 00031632  0x0000884e storer  0x00000011 , 0x00000002 , 0x000007a4 
- 00031633  0x0000884f storer  0x00000012 , 0x00000001 , 0x000007a6 
- 00031634  0x00008850 branch  0x00007b96 
- 00031635  0x00008851 rtn 
- 00031636  0x00008854 arg  0x00000000 , 0x00000007 
- 00031637  0x00008855 branch  0x00007bd7 
- 00031638  0x0000885b bpatchx  0x00000005 , 0x00004020 
- 00031639  0x0000885c fetch  0x00000001 , 0x00008c25 
- 00031640  0x0000885d rtnbit1  0x00000000 
- 00031641  0x0000885e fetch  0x00000001 , 0x000007a6 
- 00031642  0x0000885f rtn  0x00000034 
- 00031643  0x00008860 copy  0x0000003f , 0x00000039 
- 00031644  0x00008861 iforce  0x00000002 
- 00031645  0x00008862 fetch  0x00000002 , 0x00000873 
- 00031646  0x00008863 sub  0x0000003f , 0x00000040 , 0x0000003e 
- 00031647  0x00008864 branch  0x00007ba4 , 0x00000002 
- 00031648  0x00008865 sub  0x00000039 , 0x00000040 , 0x0000003e 
- 00031649  0x00008866 branch  0x00007ba8 , 0x00000002 
- 00031650  0x00008867 force  0x00000040 , 0x00000039 
- 00031651  0x00008868 branch  0x00007ba8 
- 00031652  0x0000886a isub  0x00000039 , 0x0000003e 
- 00031653  0x0000886b branch  0x00007ba8 , 0x00000002 
- 00031654  0x0000886c iforce  0x00000039 
- 00031655  0x0000886d store  0x00000001 , 0x000007a6 
- 00031656  0x0000886f fetch  0x00000001 , 0x000007a6 
- 00031657  0x00008870 isub  0x00000039 , 0x0000003f 
- 00031658  0x00008871 store  0x00000001 , 0x000007a6 
- 00031659  0x00008872 add  0x00000039 , 0xffffffff , 0x0000003f 
- 00031660  0x00008873 store  0x00000001 , 0x0000070e 
- 00031661  0x00008874 bmark0  0x00000023 , 0x00007bba 
- 00031662  0x00008875 rshift  0x0000003f , 0x0000003f 
- 00031663  0x00008876 add  0x00000039 , 0xffffffff , 0x0000003f 
- 00031664  0x00008877 store  0x00000001 , 0x0000070e 
- 00031665  0x00008878 bmark0  0x0000000e , 0x00007bba 
- 00031666  0x00008879 set0  0x0000000e , 0x00000000 
- 00031667  0x0000887a istoret  0x00000001 , 0x00000005 
- 00031668  0x0000887b setarg  0x00000003 
- 00031669  0x0000887c istore  0x00000001 , 0x00000005 
- 00031670  0x0000887d increase  0xffffffff , 0x00000039 
- 00031671  0x0000887e copy  0x00000039 , 0x0000003f 
- 00031672  0x0000887f nbranch  0x00007bba , 0x00000005 
- 00031673  0x00008880 increase  0x00000001 , 0x00000039 
- 00031674  0x00008882 fetch  0x00000002 , 0x000007a4 
- 00031675  0x00008883 copy  0x0000003f , 0x00000006 
- 00031676  0x00008885 ifetch  0x00000001 , 0x00000006 
- 00031677  0x00008886 istore  0x00000001 , 0x00000005 
- 00031678  0x00008887 bmark0  0x00000023 , 0x00007bc1 
- 00031679  0x00008888 setarg  0x00000000 
- 00031680  0x00008889 istore  0x00000001 , 0x00000005 
- 00031681  0x0000888b loop  0x00007bbc 
- 00031682  0x0000888c copy  0x00000006 , 0x0000003f 
- 00031683  0x0000888d store  0x00000002 , 0x000007a4 
- 00031684  0x0000888e setarg  0x0000070e 
- 00031685  0x0000888f store  0x00000002 , 0x00008c08 
- 00031686  0x00008890 arg  0x00000000 , 0x00000007 
- 00031687  0x00008891 call  0x00007bd7 
- 00031688  0x00008892 fetch  0x00000001 , 0x000007a6 
- 00031689  0x00008893 nrtn  0x00000034 
- 00031690  0x00008894 jam  0x00000002 , 0x00008c1b 
- 00031691  0x00008895 fetch  0x00000001 , 0x00000900 
- 00031692  0x00008896 rtnne  0x00000001 
- 00031693  0x00008897 jam  0x00000002 , 0x00000900 
- 00031694  0x00008898 rtn 
- 00031695  0x0000889d arg  0x0000074f , 0x00000011 
- 00031696  0x0000889e arg  0x00000001 , 0x00000007 
- 00031697  0x0000889f storer  0x00000011 , 0x00000002 , 0x00008c0a 
- 00031698  0x000088a1 add  0x00000039 , 0xffffffff , 0x0000003f 
- 00031699  0x000088a2 istore  0x00000001 , 0x00000011 
- 00031700  0x000088a4 ifetch  0x00000001 , 0x00000006 
- 00031701  0x000088a5 istore  0x00000001 , 0x00000005 
- 00031702  0x000088a6 loop  0x00007bd4 
- 00031703  0x000088a8 setarg  0x00000000 
- 00031704  0x000088a9 qset1  0x0000003f 
- 00031705  0x000088aa store  0x00000001 , 0x00008c18 
- 00031706  0x000088ab rtn 
- 00031707  0x000088ae arg  0x00000002 , 0x00000007 
- 00031708  0x000088af arg  0x00000759 , 0x00000011 
- 00031709  0x000088b0 storer  0x00000011 , 0x00000002 , 0x00008c0c 
- 00031710  0x000088b1 branch  0x00007bd2 
- 00031711  0x000088b4 bpatchx  0x00000006 , 0x00004020 
- 00031712  0x000088b5 fetch  0x00000001 , 0x0000090d 
- 00031713  0x000088b6 rtn  0x00000034 
- 00031714  0x000088b7 fetch  0x00000001 , 0x00008c25 
- 00031715  0x000088b8 and_into  0x0000000f , 0x0000003f 
- 00031716  0x000088b9 nbranch  0x00007c30 , 0x00000034 
- 00031717  0x000088ba fetch  0x00000001 , 0x0000090e 
- 00031718  0x000088bb branch  0x00007c06 , 0x00000034 
- 00031719  0x000088bc fetch  0x00000001 , 0x00000900 
- 00031720  0x000088bd beq  0x00000003 , 0x00007c40 
- 00031721  0x000088be bne  0x00000002 , 0x00007c06 
- 00031722  0x000088bf fetch  0x00000001 , 0x00000902 
- 00031723  0x000088c0 nbranch  0x00007c06 , 0x00000034 
- 00031724  0x000088c1 call  0x00007bee 
- 00031725  0x000088c2 branch  0x00007bf9 
- 00031726  0x000088c5 fetch  0x00000001 , 0x00008c25 
- 00031727  0x000088c6 rtnbit1  0x00000001 
- 00031728  0x000088c7 fetch  0x00000001 , 0x0000090d 
- 00031729  0x000088c8 rtnbit0  0x00000001 
- 00031730  0x000088c9 fetch  0x00000001 , 0x0000090d 
- 00031731  0x000088ca set0  0x00000001 , 0x0000003f 
- 00031732  0x000088cb store  0x00000001 , 0x0000090d 
- 00031733  0x000088cc fetch  0x00000001 , 0x0000090b 
- 00031734  0x000088cd rtn  0x00000034 
- 00031735  0x000088ce beq  0x00000010 , 0x00007c28 
- 00031736  0x000088cf branch  0x0000235a 
- 00031737  0x000088d2 fetch  0x00000001 , 0x00008c25 
- 00031738  0x000088d3 rtnbit1  0x00000002 
- 00031739  0x000088d4 fetch  0x00000001 , 0x0000090d 
- 00031740  0x000088d5 rtnbit0  0x00000002 
- 00031741  0x000088d6 fetch  0x00000001 , 0x0000090d 
- 00031742  0x000088d7 set0  0x00000002 , 0x0000003f 
- 00031743  0x000088d8 store  0x00000001 , 0x0000090d 
- 00031744  0x000088d9 fetch  0x00000001 , 0x0000090c 
- 00031745  0x000088da rtn  0x00000034 
- 00031746  0x000088db beq  0x00000020 , 0x00007c09 
- 00031747  0x000088dc beq  0x00000021 , 0x00007c24 
- 00031748  0x000088dd beq  0x00000022 , 0x00007c2c 
- 00031749  0x000088de branch  0x0000235a 
- 00031750  0x000088e2 arg  0x00000913 , 0x00000005 
- 00031751  0x000088e3 arg  0x00000040 , 0x00000039 
- 00031752  0x000088e4 branch  0x00007ca3 
- 00031753  0x000088e7 fetch  0x00000001 , 0x000008fb 
- 00031754  0x000088e8 fetcht  0x00000001 , 0x000008fd 
- 00031755  0x000088e9 iand  0x00000002 , 0x0000003f 
- 00031756  0x000088ea branch  0x00007c20 , 0x00000034 
- 00031757  0x000088eb fetcht  0x00000001 , 0x000008fe 
- 00031758  0x000088ec iadd  0x00000002 , 0x0000003f 
- 00031759  0x000088ed beq  0x00000001 , 0x00007c11 
- 00031760  0x000088ee branch  0x00007c20 
- 00031761  0x000088f1 jam  0x00000000 , 0x0000090c 
- 00031762  0x000088f3 fetch  0x00000001 , 0x00000914 
- 00031763  0x000088f4 beq  0x00000002 , 0x00007c21 
- 00031764  0x000088f5 beq  0x00000003 , 0x00007c21 
- 00031765  0x000088f6 fetch  0x00000001 , 0x00000914 
- 00031766  0x000088f7 store  0x00000001 , 0x00000913 
- 00031767  0x000088f8 fetch  0x00000001 , 0x00000915 
- 00031768  0x000088f9 istore  0x00000001 , 0x00000005 
- 00031769  0x000088fa fetch  0x00000001 , 0x00000917 
- 00031770  0x000088fb istore  0x00000001 , 0x00000005 
- 00031771  0x000088fc fetch  0x00000001 , 0x00000919 
- 00031772  0x000088fd istore  0x00000001 , 0x00000005 
- 00031773  0x000088fe arg  0x00000004 , 0x00000039 
- 00031774  0x000088ff arg  0x00000913 , 0x00000006 
- 00031775  0x00008900 branch  0x00007bdb 
- 00031776  0x00008903 jam  0x00000000 , 0x0000090c 
- 00031777  0x00008905 arg  0x00000008 , 0x00000039 
- 00031778  0x00008906 arg  0x00000913 , 0x00000006 
- 00031779  0x00008907 branch  0x00007bdb 
- 00031780  0x0000890a jam  0x00000000 , 0x0000090c 
- 00031781  0x0000890b arg  0x00000003 , 0x00000039 
- 00031782  0x0000890c arg  0x00000933 , 0x00000006 
- 00031783  0x0000890d branch  0x00007bdb 
- 00031784  0x00008910 jam  0x00000000 , 0x0000090b 
- 00031785  0x00008911 arg  0x00000008 , 0x00000039 
- 00031786  0x00008912 arg  0x00000923 , 0x00000006 
- 00031787  0x00008913 branch  0x00007bcf 
- 00031788  0x00008916 jam  0x00000000 , 0x0000090c 
- 00031789  0x00008917 arg  0x00000002 , 0x00000039 
- 00031790  0x00008918 arg  0x00000943 , 0x00000006 
- 00031791  0x00008919 branch  0x00007bdb 
- 00031792  0x0000891c fetch  0x00000001 , 0x00000900 
- 00031793  0x0000891d beq  0x00000002 , 0x00007c33 
- 00031794  0x0000891e rtn 
- 00031795  0x00008920 fetch  0x00000001 , 0x00008c00 
- 00031796  0x00008921 set1  0x00000007 , 0x0000003f 
- 00031797  0x00008922 store  0x00000001 , 0x00008c00 
- 00031798  0x00008923 jam  0x00000001 , 0x00000910 
- 00031799  0x00008924 rtn 
- 00031800  0x00008927 fetch  0x00000001 , 0x00000900 
- 00031801  0x00008928 rtneq  0x00000003 
- 00031802  0x00008929 beq  0x00000002 , 0x00007c3c 
- 00031803  0x0000892a rtn 
- 00031804  0x0000892c fetch  0x00000001 , 0x00000910 
- 00031805  0x0000892d rtn  0x00000034 
- 00031806  0x0000892e jam  0x00000001 , 0x0000090f 
- 00031807  0x0000892f branch  0x00007c43 
- 00031808  0x00008932 arg  0x0000000f , 0x00000007 
- 00031809  0x00008933 call  0x00007cef 
- 00031810  0x00008934 nrtn  0x00000034 
- 00031811  0x00008936 fetch  0x00000001 , 0x00008c00 
- 00031812  0x00008937 rtnbit0  0x00000007 
- 00031813  0x00008938 jam  0x000000fc , 0x00008c00 
- 00031814  0x00008939 nop  0x00007530 
- 00031815  0x0000893a jam  0x0000003c , 0x00008c00 
- 00031816  0x0000893b rtn 
- 00031817  0x00008943 storer  0x00000005 , 0x00000002 , 0x00000691 
- 00031818  0x00008944 storet  0x00000008 , 0x00000678 
- 00031819  0x00008945 storer  0x0000000b , 0x00000004 , 0x00000680 
- 00031820  0x00008946 call  0x00007c51 
- 00031821  0x00008947 storer  0x00000006 , 0x00000002 , 0x0000068f 
- 00031822  0x00008948 storer  0x00000039 , 0x00000002 , 0x0000069b 
- 00031823  0x00008949 storer  0x00000007 , 0x00000002 , 0x00000699 
- 00031824  0x0000894a rtn 
- 00031825  0x0000894d storer  0x00000011 , 0x00000004 , 0x00000684 
- 00031826  0x0000894e storer  0x00000012 , 0x00000004 , 0x00000688 
- 00031827  0x0000894f storer  0x00000013 , 0x00000003 , 0x0000068c 
- 00031828  0x00008950 rtn 
- 00031829  0x00008953 bpatchx  0x00000007 , 0x00004020 
- 00031830  0x00008954 fetch  0x00000002 , 0x00000691 
- 00031831  0x00008955 iforce  0x00000005 
- 00031832  0x00008956 fetcht  0x00000008 , 0x00000678 
- 00031833  0x00008957 fetchr  0x0000000b , 0x00000004 , 0x00000680 
- 00031834  0x00008958 call  0x00007c60 
- 00031835  0x00008959 fetchr  0x00000039 , 0x00000002 , 0x0000069b 
- 00031836  0x0000895a fetchr  0x00000007 , 0x00000002 , 0x00000699 
- 00031837  0x0000895b fetch  0x00000002 , 0x0000068f 
- 00031838  0x0000895c iforce  0x00000006 
- 00031839  0x0000895d rtn 
- 00031840  0x00008960 fetchr  0x00000011 , 0x00000004 , 0x00000684 
- 00031841  0x00008961 fetchr  0x00000012 , 0x00000004 , 0x00000688 
- 00031842  0x00008962 fetchr  0x00000013 , 0x00000003 , 0x0000068c 
- 00031843  0x00008963 rtn 
- 00031844  0x00008966 fetch  0x00000002 , 0x00000691 
- 00031845  0x00008967 copy  0x0000003f , 0x00000005 
- 00031846  0x00008968 rtn 
- 00031847  0x0000896a fetch  0x00000002 , 0x0000068f 
- 00031848  0x0000896b copy  0x0000003f , 0x00000006 
- 00031849  0x0000896c rtn 
- 00031850  0x0000896f copy  0x00000005 , 0x0000003f 
- 00031851  0x00008970 store  0x00000002 , 0x00000691 
- 00031852  0x00008971 rtn 
- 00031853  0x00008973 copy  0x00000006 , 0x0000003f 
- 00031854  0x00008974 store  0x00000002 , 0x0000068f 
- 00031855  0x00008975 rtn 
- 00031856  0x0000897a copy  0x00000005 , 0x0000003f 
- 00031857  0x0000897b store  0x00000002 , 0x00000691 
- 00031858  0x0000897c copy  0x00000006 , 0x0000003f 
- 00031859  0x0000897d store  0x00000002 , 0x0000068f 
- 00031860  0x0000897e rtn 
- 00031861  0x00008981 fetch  0x00000002 , 0x00000691 
- 00031862  0x00008982 copy  0x0000003f , 0x00000005 
- 00031863  0x00008983 fetch  0x00000002 , 0x0000068f 
- 00031864  0x00008984 copy  0x0000003f , 0x00000006 
- 00031865  0x00008985 rtn 
- 00031866  0x0000898b isub  0x00000002 , 0x00000011 
- 00031867  0x0000898c rtn  0x00000002 
- 00031868  0x0000898d arg  0x00000100 , 0x00000011 
- 00031869  0x0000898e iadd  0x00000011 , 0x0000003f 
- 00031870  0x0000898f isub  0x00000002 , 0x00000011 
- 00031871  0x00008990 rtn 
- 00031872  0x00008993 call  0x00007c8d 
- 00031873  0x00008995 call  0x00007c8d 
- 00031874  0x00008996 branch  0x00007c8d 
- 00031875  0x0000899a call  0x00007c89 
- 00031876  0x0000899c ifetch  0x00000001 , 0x00000006 
- 00031877  0x0000899d istore  0x00000001 , 0x00000005 
- 00031878  0x0000899f ifetch  0x00000003 , 0x00000006 
- 00031879  0x000089a0 istore  0x00000003 , 0x00000005 
- 00031880  0x000089a1 rtn 
- 00031881  0x000089a3 ifetch  0x00000008 , 0x00000006 
- 00031882  0x000089a4 istore  0x00000008 , 0x00000005 
- 00031883  0x000089a5 rtn 
- 00031884  0x000089a8 call  0x00007c8f 
- 00031885  0x000089aa call  0x00007c89 
- 00031886  0x000089ac call  0x00007c89 
- 00031887  0x000089ae call  0x00007c89 
- 00031888  0x000089af branch  0x00007c89 
- 00031889  0x000089b2 increase  0xffffffff , 0x0000003f 
- 00031890  0x000089b3 nop  0x00000026 
- 00031891  0x000089b4 nbranch  0x00007c91 , 0x00000034 
- 00031892  0x000089b5 rtn 
- 00031893  0x000089b9 arg  0x0000000a , 0x00000039 
- 00031894  0x000089bb nop  0x00002ee0 
- 00031895  0x000089bc loop  0x00007c96 
- 00031896  0x000089bd rtn 
- 00031897  0x000089c1 call  0x00007c9a 
- 00031898  0x000089c3 call  0x00007c9b 
- 00031899  0x000089c5 force  0x00000004 , 0x00000039 
- 00031900  0x000089c6 branch  0x00007ca3 
- 00031901  0x000089c9 force  0x00000020 , 0x00000039 
- 00031902  0x000089ca branch  0x00007ca3 
- 00031903  0x000089cc force  0x00000040 , 0x00000039 
- 00031904  0x000089cd branch  0x00007ca3 
- 00031905  0x000089d0 deposit  0x00000039 
- 00031906  0x000089d1 rtn  0x00000034 
- 00031907  0x000089d3 force  0x00000000 , 0x0000003f 
- 00031908  0x000089d4 lstore  0x00000005 
- 00031909  0x000089d5 rtn 
- 00031910  0x000089d8 arg  0x00000020 , 0x00000039 
- 00031911  0x000089d9 arg  0x000006a1 , 0x00000005 
- 00031912  0x000089da branch  0x00007ca1 
- 00031913  0x000089dd ifetch  0x00000004 , 0x00000013 
- 00031914  0x000089de ifetcht  0x00000004 , 0x00000011 
- 00031915  0x000089df ixor  0x00000002 , 0x0000003f 
- 00031916  0x000089e0 istore  0x00000004 , 0x00000005 
- 00031917  0x000089e1 increase  0x00000004 , 0x00000011 
- 00031918  0x000089e2 increase  0x00000004 , 0x00000013 
- 00031919  0x000089e3 loop  0x00007ca9 
- 00031920  0x000089e4 rtn 
- 00031921  0x000089e9 bpatchx  0x00000008 , 0x00004021 
- 00031922  0x000089ea copy  0x00000039 , 0x0000003f 
- 00031923  0x000089eb sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00031924  0x000089ec rtn  0x00000002 
- 00031925  0x000089ed iadd  0x00000011 , 0x00000012 
- 00031926  0x000089ee increase  0xffffffff , 0x00000012 
- 00031927  0x000089ef rshift  0x00000039 , 0x00000039 
- 00031928  0x000089f1 ifetcht  0x00000001 , 0x00000011 
- 00031929  0x000089f2 ifetch  0x00000001 , 0x00000012 
- 00031930  0x000089f3 istore  0x00000001 , 0x00000011 
- 00031931  0x000089f4 istoret  0x00000001 , 0x00000012 
- 00031932  0x000089f5 increase  0xffffffff , 0x00000012 
- 00031933  0x000089f6 increase  0x00000001 , 0x00000011 
- 00031934  0x000089f7 loop  0x00007cb8 
- 00031935  0x000089f8 rtn 
- 00031936  0x000089fc rshift32  0x0000003f , 0x00000002 
- 00031937  0x000089fd call  0x00007cc6 
- 00031938  0x000089fe byteswap  0x00000002 , 0x00000002 
- 00031939  0x000089ff lshift16  0x0000003f , 0x0000003f 
- 00031940  0x00008a00 ior  0x00000002 , 0x0000003f 
- 00031941  0x00008a01 rtn 
- 00031942  0x00008a06 rshift16  0x0000003f , 0x00000006 
- 00031943  0x00008a07 byteswap  0x00000006 , 0x00000006 
- 00031944  0x00008a08 byteswap  0x0000003f , 0x0000003f 
- 00031945  0x00008a09 lshift16  0x0000003f , 0x0000003f 
- 00031946  0x00008a0a ior  0x00000006 , 0x0000003f 
- 00031947  0x00008a0b rtn 
- 00031948  0x00008a0f bpatchx  0x00000009 , 0x00004021 
- 00031949  0x00008a10 deposit  0x00000039 
- 00031950  0x00008a11 rtn  0x00000034 
- 00031951  0x00008a13 increase  0xfffffff8 , 0x00000039 
- 00031952  0x00008a14 call  0x00007c89 , 0x00000002 
- 00031953  0x00008a15 rtn  0x00000005 
- 00031954  0x00008a16 branch  0x00007ccf , 0x00000002 
- 00031955  0x00008a17 increase  0x00000008 , 0x00000039 
- 00031956  0x00008a19 increase  0xfffffffc , 0x00000039 
- 00031957  0x00008a1a call  0x00007c84 , 0x00000002 
- 00031958  0x00008a1b rtn  0x00000005 
- 00031959  0x00008a1c branch  0x00007cd4 , 0x00000002 
- 00031960  0x00008a1d increase  0x00000004 , 0x00000039 
- 00031961  0x00008a1e branch  0x00007cda 
- 00031962  0x00008a21 deposit  0x00000039 
- 00031963  0x00008a22 rtn  0x00000034 
- 00031964  0x00008a24 ifetch  0x00000001 , 0x00000006 
- 00031965  0x00008a25 istore  0x00000001 , 0x00000005 
- 00031966  0x00008a26 loop  0x00007cdc 
- 00031967  0x00008a27 rtn 
- 00031968  0x00008a2a setarg  0x00000000 
- 00031969  0x00008a2e store  0x00000002 , 0x00000670 
- 00031970  0x00008a2f bpatchx  0x0000000a , 0x00004021 
- 00031971  0x00008a30 call  0x00007cef 
- 00031972  0x00008a31 fetcht  0x00000002 , 0x00000670 
- 00031973  0x00008a32 arg  0x000040f4 , 0x00000005 
- 00031974  0x00008a34 lshift  0x00000007 , 0x0000003f 
- 00031975  0x00008a35 iadd  0x00000005 , 0x00000005 
- 00031976  0x00008a36 istoret  0x00000002 , 0x00000005 
- 00031977  0x00008a37 rtn 
- 00031978  0x00008a3a arg  0x00000800 , 0x0000000b 
- 00031979  0x00008a3b lshift16  0x0000000b , 0x0000000b 
- 00031980  0x00008a3c iadd  0x0000000b , 0x0000003f 
- 00031981  0x00008a3d rtn 
- 00031982  0x00008a41 arg  0x00000000 , 0x00000007 
- 00031983  0x00008a43 bpatchx  0x0000000b , 0x00004021 
- 00031984  0x00008a44 fetcht  0x00000004 , 0x00004095 
- 00031985  0x00008a45 rshift  0x00000022 , 0x0000003f 
- 00031986  0x00008a46 store  0x00000004 , 0x00004095 
- 00031987  0x00008a47 isub  0x00000002 , 0x0000003e 
- 00031988  0x00008a48 ncall  0x00007cea , 0x00000002 
- 00031989  0x00008a49 isub  0x00000002 , 0x0000000b 
- 00031990  0x00008a4a copy  0x0000000b , 0x00000002 
- 00031991  0x00008a4b arg  0x000040f4 , 0x00000006 
- 00031992  0x00008a4c copy  0x00000006 , 0x00000005 
- 00031993  0x00008a4d arg  0x00000010 , 0x00000039 
- 00031994  0x00008a4f ifetch  0x00000002 , 0x00000006 
- 00031995  0x00008a50 isub  0x00000002 , 0x0000003f 
- 00031996  0x00008a51 branch  0x00007cfe , 0x00000002 
- 00031997  0x00008a52 force  0x00000000 , 0x0000003f 
- 00031998  0x00008a54 istore  0x00000002 , 0x00000005 
- 00031999  0x00008a55 loop  0x00007cfa 
- 00032000  0x00008a56 arg  0x000040f4 , 0x00000006 
- 00032001  0x00008a57 lshift  0x00000007 , 0x0000003f 
- 00032002  0x00008a58 iadd  0x00000006 , 0x00000006 
- 00032003  0x00008a59 ifetch  0x00000002 , 0x00000006 
- 00032004  0x00008a5a rtn 
- 00032005  0x00008a60 iadd  0x00000002 , 0x00000002 
- 00032006  0x00008a61 copy  0x00000002 , 0x00000039 
- 00032007  0x00008a62 fetch  0x00000002 , 0x00000044 
- 00032008  0x00008a63 isub  0x00000039 , 0x0000003f 
- 00032009  0x00008a64 rtn  0x00000002 
- 00032010  0x00008a65 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00032011  0x00008a66 rshift16  0x00000002 , 0x00000002 
- 00032012  0x00008a67 increase  0x00000001 , 0x00000002 
- 00032013  0x00008a68 lshift16  0x00000002 , 0x00000002 
- 00032014  0x00008a69 ior  0x00000002 , 0x00000002 
- 00032015  0x00008a6a rtn 
- 00032016  0x00008a6d call  0x00007d12 
- 00032017  0x00008a6e branch  0x00007d1f 
- 00032018  0x00008a72 disable  0x00000028 
- 00032019  0x00008a73 isub  0x00000002 , 0x0000003f 
- 00032020  0x00008a74 branch  0x00007d17 , 0x00000002 
- 00032021  0x00008a75 enable  0x00000028 
- 00032022  0x00008a76 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00032023  0x00008a78 rtnbit0  0x0000000f 
- 00032024  0x00008a79 copy  0x0000003f , 0x00000014 
- 00032025  0x00008a7a arg  0x00010000 , 0x00000002 
- 00032026  0x00008a7b fetch  0x00000002 , 0x00000044 
- 00032027  0x00008a7c isub  0x00000002 , 0x0000003f 
- 00032028  0x00008a7d iadd  0x00000014 , 0x0000003f 
- 00032029  0x00008a7e set0  0x00000040 , 0x0000003f 
- 00032030  0x00008a7f rtn 
- 00032031  0x00008a84 fetcht  0x00000002 , 0x00000044 
- 00032032  0x00008a85 iforce  0x00000006 
- 00032033  0x00008a86 rshift16  0x0000003f , 0x0000003f 
- 00032034  0x00008a87 imul32  0x00000002 , 0x0000003f 
- 00032035  0x00008a88 iadd  0x00000006 , 0x0000003f 
- 00032036  0x00008a89 rtn 
- 00032037  0x00008a8d lshift8  0x0000003f , 0x0000003f 
- 00032038  0x00008a8e lshift4  0x0000003f , 0x0000003f 
- 00032039  0x00008a8f fetcht  0x00000003 , 0x000040bd 
- 00032040  0x00008a90 idiv  0x00000002 
- 00032041  0x00008a91 call  0x00007d62 
- 00032042  0x00008a92 quotient  0x00000002 
- 00032043  0x00008a93 rtn 
- 00032044  0x00008a97 fetcht  0x00000002 , 0x00000044 
- 00032045  0x00008a98 idiv  0x00000002 
- 00032046  0x00008a99 call  0x00007d5f 
- 00032047  0x00008a9a lshift16  0x0000003f , 0x0000003f 
- 00032048  0x00008a9b remainder  0x00000002 
- 00032049  0x00008a9c ior  0x00000002 , 0x00000002 
- 00032050  0x00008a9d rtn 
- 00032051  0x00008aa5 arg  0x00000000 , 0x00000002 
- 00032052  0x00008aa7 copy  0x00000002 , 0x00000014 
- 00032053  0x00008aa8 ifetch  0x00000001 , 0x00000003 
- 00032054  0x00008aa9 call  0x00007d3f 
- 00032055  0x00008aaa copy  0x00000014 , 0x00000002 
- 00032056  0x00008aab call  0x00007d70 
- 00032057  0x00008aac arg  0x0000000a , 0x00000012 
- 00032058  0x00008aad imul32  0x00000012 , 0x0000003f 
- 00032059  0x00008aae iadd  0x00000002 , 0x0000003f 
- 00032060  0x00008aaf copy  0x0000003f , 0x00000002 
- 00032061  0x00008ab0 loop  0x00007d34 
- 00032062  0x00008ab1 rtn 
- 00032063  0x00008ab6 arg  0x0000003a , 0x00000002 
- 00032064  0x00008ab7 isub  0x00000002 , 0x0000003e 
- 00032065  0x00008ab8 nbranch  0x00007d48 , 0x00000002 
- 00032066  0x00008ab9 arg  0x00000061 , 0x00000002 
- 00032067  0x00008aba isub  0x00000002 , 0x0000003e 
- 00032068  0x00008abb branch  0x00007d4b , 0x00000002 
- 00032069  0x00008abc arg  0x00000037 , 0x00000002 
- 00032070  0x00008abd isub  0x00000002 , 0x0000003f 
- 00032071  0x00008abe rtn 
- 00032072  0x00008ac0 arg  0x00000030 , 0x00000002 
- 00032073  0x00008ac1 isub  0x00000002 , 0x0000003f 
- 00032074  0x00008ac2 rtn 
- 00032075  0x00008ac4 arg  0x00000057 , 0x00000002 
- 00032076  0x00008ac5 isub  0x00000002 , 0x0000003f 
- 00032077  0x00008ac6 rtn 
- 00032078  0x00008aca sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032079  0x00008acb rtn  0x00000005 
- 00032080  0x00008acd rshift  0x0000003f , 0x0000003f 
- 00032081  0x00008ace loop  0x00007d50 
- 00032082  0x00008acf rtn 
- 00032083  0x00008ad3 force  0x00000001 , 0x0000003f 
- 00032084  0x00008ad4 sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032085  0x00008ad5 rtn  0x00000005 
- 00032086  0x00008ad7 lshift  0x0000003f , 0x0000003f 
- 00032087  0x00008ad8 loop  0x00007d56 
- 00032088  0x00008ad9 rtn 
- 00032089  0x00008ade setarg  0x00000000 
- 00032090  0x00008adf copy  0x00000039 , 0x00000011 
- 00032091  0x00008ae1 ifetcht  0x00000002 , 0x00000006 
- 00032092  0x00008ae2 iadd  0x00000002 , 0x0000003f 
- 00032093  0x00008ae3 loop  0x00007d5b 
- 00032094  0x00008ae4 idiv  0x00000011 
- 00032095  0x00008ae6 call  0x00007d62 
- 00032096  0x00008ae7 quotient  0x0000003f 
- 00032097  0x00008ae8 rtn 
- 00032098  0x00008aeb rtn  0x00000035 
- 00032099  0x00008aec branch  0x00007d62 
- 00032100  0x00008af8 ifetch  0x00000001 , 0x00000011 
- 00032101  0x00008af9 ifetcht  0x00000001 , 0x00000012 
- 00032102  0x00008afa isub  0x00000002 , 0x0000003e 
- 00032103  0x00008afb nrtn  0x00000005 
- 00032104  0x00008afc increase  0x00000001 , 0x00000011 
- 00032105  0x00008afd increase  0x00000001 , 0x00000012 
- 00032106  0x00008afe loop  0x00007d64 
- 00032107  0x00008aff branch  0x00007db8 
- 00032108  0x00008b04 isub  0x00000002 , 0x0000003e 
- 00032109  0x00008b05 nrtn  0x00000002 
- 00032110  0x00008b06 deposit  0x00000002 
- 00032111  0x00008b07 rtn 
- 00032112  0x00008b0a iadd  0x00000002 , 0x0000003f 
- 00032113  0x00008b0b isub  0x00000002 , 0x00000002 
- 00032114  0x00008b0c isub  0x00000002 , 0x0000003f 
- 00032115  0x00008b0d rtn 
- 00032116  0x00008b10 arg  0x00000000 , 0x00000005 
- 00032117  0x00008b11 branch  0x00007d77 
- 00032118  0x00008b14 arg  0x00004000 , 0x00000005 
- 00032119  0x00008b16 arg  0x00001000 , 0x00000039 
- 00032120  0x00008b17 branch  0x00007ca3 
- 00032121  0x00008b1b rtn  0x00000034 
- 00032122  0x00008b1c copy  0x0000003f , 0x0000003d 
- 00032123  0x00008b20 call  0x000070d7 
- 00032124  0x00008b23 jam  0x00000001 , 0x00008203 
- 00032125  0x00008b24 rtn 
- 00032126  0x00008b27 store  0x00000002 , 0x00008205 
- 00032127  0x00008b28 fetch  0x00000001 , 0x00008203 
- 00032128  0x00008b29 set1  0x00000004 , 0x0000003f 
- 00032129  0x00008b2a store  0x00000001 , 0x00008203 
- 00032130  0x00008b2b rtn 
- 00032131  0x00008b2d store  0x00000002 , 0x00008207 
- 00032132  0x00008b2e fetch  0x00000001 , 0x00008203 
- 00032133  0x00008b2f set1  0x00000006 , 0x0000003f 
- 00032134  0x00008b30 store  0x00000001 , 0x00008203 
- 00032135  0x00008b31 rtn 
- 00032136  0x00008b34 store  0x00000002 , 0x00008205 
- 00032137  0x00008b35 jam  0x00000030 , 0x00008203 
- 00032138  0x00008b36 rtn 
- 00032139  0x00008b3f bpatchx  0x0000000c , 0x00004021 
- 00032140  0x00008b40 ifetcht  0x00000008 , 0x00000011 
- 00032141  0x00008b41 and  0x00000002 , 0x000000ff , 0x0000003f 
- 00032142  0x00008b42 nbranch  0x00007d91 , 0x00000034 
- 00032143  0x00008b43 rshift8  0x00000002 , 0x0000003f 
- 00032144  0x00008b44 istore  0x00000008 , 0x00000011 
- 00032145  0x00008b46 increase  0x00000007 , 0x00000011 
- 00032146  0x00008b47 ifetch  0x00000001 , 0x00000011 
- 00032147  0x00008b48 nbranch  0x0000235a , 0x00000034 
- 00032148  0x00008b49 fetch  0x00000001 , 0x0000066f 
- 00032149  0x00008b4a istore  0x00000001 , 0x00000011 
- 00032150  0x00008b4b rtn 
- 00032151  0x00008b51 bpatchx  0x0000000d , 0x00004021 
- 00032152  0x00008b52 arg  0x00000008 , 0x00000039 
- 00032153  0x00008b53 ifetch  0x00000008 , 0x00000011 
- 00032154  0x00008b54 rtn  0x00000034 
- 00032155  0x00008b56 ifetch  0x00000001 , 0x00000011 
- 00032156  0x00008b57 nbranch  0x00007da0 , 0x00000034 
- 00032157  0x00008b58 increase  0x00000001 , 0x00000011 
- 00032158  0x00008b59 loop  0x00007d9b 
- 00032159  0x00008b5a branch  0x0000235a 
- 00032160  0x00008b5c arg  0x00000000 , 0x00000002 
- 00032161  0x00008b5d istoret  0x00000001 , 0x00000011 
- 00032162  0x00008b5e rtn 
- 00032163  0x00008b64 ifetch  0x00000008 , 0x00000011 
- 00032164  0x00008b65 rtn 
- 00032165  0x00008b6b ifetch  0x00000001 , 0x00000011 
- 00032166  0x00008b6c rtn 
- 00032167  0x00008b70 ifetch  0x00000002 , 0x00000011 
- 00032168  0x00008b71 rtn 
- 00032169  0x00008b76 arg  0x00000000 , 0x00000002 
- 00032170  0x00008b78 fetch  0x00000001 , 0x00000006 
- 00032171  0x00008b79 loop  0x00007daa , 0x00000034 
- 00032172  0x00008b7a increase  0x00000001 , 0x00000002 
- 00032173  0x00008b7b loop  0x00007daa 
- 00032174  0x00008b7c copy  0x00000002 , 0x0000003f 
- 00032175  0x00008b7d rtn 
- 00032176  0x00008b81 isub  0x00000002 , 0x0000003e 
- 00032177  0x00008b82 nrtn  0x00000002 
- 00032178  0x00008b84 copy  0x00000002 , 0x0000003f 
- 00032179  0x00008b85 rtn 
- 00032180  0x00008b89 force  0xffffffff , 0x0000003e 
- 00032181  0x00008b8a rtn 
- 00032182  0x00008b8d force  0x00000001 , 0x0000003e 
- 00032183  0x00008b8e rtn 
- 00032184  0x00008b90 force  0x00000000 , 0x0000003e 
- 00032185  0x00008b91 rtn 
- 00032186  0x00008b94 enable  0x00000028 
- 00032187  0x00008b95 rtn 
- 00032188  0x00008b98 disable  0x00000028 
- 00032189  0x00008b99 rtn 
- 00032190  0x00008b9c enable  0x0000002c 
- 00032191  0x00008b9d rtn 
- 00032192  0x00008ba0 disable  0x0000002c 
- 00032193  0x00008ba1 rtn 
- 00032194  0x00008ba4 enable  0x00000031 
- 00032195  0x00008ba5 rtn 
- 00032196  0x00008ba8 disable  0x00000001 
- 00032197  0x00008ba9 rtn 
- 00032198  0x00008bac enable  0x00000001 
- 00032199  0x00008bad rtn 
- 00032200  0x00008bb0 setarg  0x00000001 
- 00032201  0x00008bb1 rtn 
- 00032202  0x00008bb5 setarg  0x00000000 
- 00032203  0x00008bb6 rtn 
- 00032204  0x00008bbb sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032205  0x00008bbc rtn  0x00000005 
- 00032206  0x00008bbe ifetcht  0x00000001 , 0x00000006 
- 00032207  0x00008bbf iadd  0x00000002 , 0x0000003f 
- 00032208  0x00008bc0 loop  0x00007dce 
- 00032209  0x00008bc1 rtn 
- 00032210  0x00008bc5 copy  0x00000039 , 0x0000003f 
- 00032211  0x00008bc6 rtn  0x00000034 
- 00032212  0x00008bc7 copy  0x00000006 , 0x0000003f 
- 00032213  0x00008bc8 iadd  0x00000039 , 0x0000003f 
- 00032214  0x00008bc9 increase  0xffffffff , 0x0000003f 
- 00032215  0x00008bca copy  0x0000003f , 0x00000006 
- 00032216  0x00008bcc ifetch  0x00000001 , 0x00000006 
- 00032217  0x00008bcd increase  0xfffffffe , 0x00000006 
- 00032218  0x00008bce istore  0x00000001 , 0x00000005 
- 00032219  0x00008bcf loop  0x00007dd8 
- 00032220  0x00008bd0 rtn 
- 00032221  0x00008bd4 lshift16  0x0000003f , 0x0000003f 
- 00032222  0x00008bd6 rshift2  0x0000003f , 0x0000003f 
- 00032223  0x00008bd7 rtn 
- 00032224  0x00008bda lshift8  0x0000003f , 0x0000003f 
- 00032225  0x00008bdb branch  0x00007dde 
- 00032226  0x00008bdf setarg  0x00000000 
- 00032227  0x00008be0 store  0x00000008 , 0x00000016 
- 00032228  0x00008be1 set1  0x00000019 , 0x0000003f 
- 00032229  0x00008be2 istore  0x00000004 , 0x00000005 
- 00032230  0x00008be3 rtn 
- 00032231  0x00008be7 arg  0x00000010 , 0x00000039 
- 00032232  0x00008be9 random  0x0000003f 
- 00032233  0x00008bea istore  0x00000001 , 0x00000005 
- 00032234  0x00008beb loop  0x00007de8 
- 00032235  0x00008bec rtn 
+ 00000000  0x00000024 bbit1  0x00000008 , 0x00000027 
+ 00000001  0x00000025 beq  0x00000000 , 0x000002a8 
+ 00000002  0x00000026 beq  0x00000002 , 0x0000004e 
+ 00000003  0x00000027 beq  0x00000010 , 0x00000057 
+ 00000004  0x00000028 beq  0x00000011 , 0x00000059 
+ 00000005  0x00000029 beq  0x00000014 , 0x00000158 
+ 00000006  0x0000002a beq  0x00000015 , 0x000000d8 
+ 00000007  0x0000002b beq  0x00000018 , 0x000000f8 
+ 00000008  0x0000002c beq  0x00000019 , 0x000000ff 
+ 00000009  0x0000002d beq  0x0000001a , 0x00000067 
+ 00000010  0x0000002e beq  0x00000025 , 0x00000227 
+ 00000011  0x0000002f beq  0x00000068 , 0x000002a1 
+ 00000012  0x00000030 beq  0x00000069 , 0x000002b4 
+ 00000013  0x00000031 beq  0x0000006c , 0x00000264 
+ 00000014  0x00000032 beq  0x0000006d , 0x00000036 
+ 00000015  0x00000033 beq  0x0000006e , 0x0000044a 
+ 00000016  0x00000034 beq  0x00000073 , 0x0000049f 
+ 00000017  0x00000035 beq  0x00000074 , 0x00000224 
+ 00000018  0x00000036 beq  0x0000007a , 0x000004f1 
+ 00000019  0x00000037 beq  0x0000007f , 0x0000047f 
+ 00000020  0x00000038 beq  0x00000081 , 0x000004d6 
+ 00000021  0x00000039 beq  0x00000084 , 0x0000039d 
+ 00000022  0x0000003a beq  0x00000085 , 0x000003e9 
+ 00000023  0x0000003b beq  0x00000086 , 0x000001ef 
+ 00000024  0x0000003c beq  0x00000087 , 0x000003c7 
+ 00000025  0x0000003d beq  0x00000088 , 0x000003e7 
+ 00000026  0x0000003e beq  0x0000008a , 0x000003b1 
+ 00000027  0x0000003f beq  0x0000008b , 0x000002cb 
+ 00000028  0x00000040 beq  0x0000008c , 0x000002f2 
+ 00000029  0x00000041 beq  0x0000008d , 0x0000035a 
+ 00000030  0x00000042 beq  0x0000008e , 0x00000469 
+ 00000031  0x00000043 beq  0x00000090 , 0x000004cb 
+ 00000032  0x00000044 beq  0x00000095 , 0x00000496 
+ 00000033  0x00000045 beq  0x00000096 , 0x000004b4 
+ 00000034  0x00000046 beq  0x000000c5 , 0x0000024a 
+ 00000035  0x00000047 beq  0x000000d5 , 0x0000020e 
+ 00000036  0x00000048 beq  0x000000d6 , 0x00000207 
+ 00000037  0x00000049 beq  0x000000da , 0x00000141 
+ 00000038  0x0000004a branch  0x0000235a 
+ 00000039  0x0000004d beq  0x00000014 , 0x00000179 
+ 00000040  0x0000004e beq  0x0000001a , 0x00000178 
+ 00000041  0x0000004f beq  0x00000025 , 0x000001a8 
+ 00000042  0x00000050 beq  0x00000026 , 0x000001ad 
+ 00000043  0x00000051 beq  0x00000039 , 0x000001bf 
+ 00000044  0x00000052 beq  0x0000003a , 0x000001c9 
+ 00000045  0x00000053 beq  0x0000004c , 0x000001c5 
+ 00000046  0x00000054 beq  0x0000004d , 0x000001c3 
+ 00000047  0x00000055 beq  0x00000090 , 0x0000024d 
+ 00000048  0x00000056 beq  0x00000096 , 0x0000048a 
+ 00000049  0x00000057 beq  0x0000009a , 0x000000e6 
+ 00000050  0x00000058 beq  0x0000009d , 0x000000ed 
+ 00000051  0x00000059 beq  0x0000009f , 0x00000272 
+ 00000052  0x0000005a rtneq  0x000000ff 
+ 00000053  0x0000005b branch  0x0000235a 
+ 00000054  0x00000060 fetch  0x00000001 , 0x0000464f 
+ 00000055  0x00000061 store  0x00000001 , 0x00004958 
+ 00000056  0x00000062 fetch  0x00000001 , 0x0000464e 
+ 00000057  0x00000063 rtneq  0x000000ff 
+ 00000058  0x00000064 call  0x000023c3 
+ 00000059  0x00000065 fetch  0x00000001 , 0x0000464e 
+ 00000060  0x00000066 arg  0x0000003e , 0x00000002 
+ 00000061  0x00000067 call  0x00006f21 
+ 00000062  0x00000068 fetch  0x00000001 , 0x0000465b 
+ 00000063  0x00000069 arg  0x0000003e , 0x00000002 
+ 00000064  0x0000006a call  0x00006f21 
+ 00000065  0x0000006b fetcht  0x00000001 , 0x0000464d 
+ 00000066  0x0000006c call  0x000055b5 
+ 00000067  0x0000006d fetcht  0x00000001 , 0x0000464d 
+ 00000068  0x0000006e call  0x00006ee6 
+ 00000069  0x0000006f call  0x00005473 , 0x00000001 
+ 00000070  0x00000070 call  0x000055b1 
+ 00000071  0x00000071 fetcht  0x00000001 , 0x0000464d 
+ 00000072  0x00000072 call  0x00006edd 
+ 00000073  0x00000073 call  0x000023c7 
+ 00000074  0x00000075 fetcht  0x00000001 , 0x0000464e 
+ 00000075  0x00000076 call  0x00006f0f 
+ 00000076  0x00000077 fetcht  0x00000001 , 0x0000465b 
+ 00000077  0x00000078 branch  0x00006f0f 
+ 00000078  0x0000007b call  0x00007552 
+ 00000079  0x0000007c call  0x00007448 
+ 00000080  0x0000007d call  0x00002a45 
+ 00000081  0x0000007e call  0x0000202a 
+ 00000082  0x0000007f call  0x000042ad 
+ 00000083  0x00000080 call  0x00002018 
+ 00000084  0x00000081 call  0x0000310f 
+ 00000085  0x00000082 call  0x0000248c 
+ 00000086  0x00000083 branch  0x0000004e 
+ 00000087  0x00000086 jam  0x00000000 , 0x00008900 
+ 00000088  0x00000087 branch  0x00002153 
+ 00000089  0x0000008a jam  0x00000060 , 0x00008a0f 
+ 00000090  0x0000008b jam  0x000000aa , 0x00008a10 
+ 00000091  0x0000008c jam  0x0000007a , 0x00008a12 
+ 00000092  0x0000008d jam  0x00000000 , 0x00008a25 
+ 00000093  0x0000008e jam  0x00000000 , 0x00008a26 
+ 00000094  0x0000008f nop  0x0000003c 
+ 00000095  0x00000090 jam  0x00000020 , 0x00008a20 
+ 00000096  0x00000091 jam  0x000000f5 , 0x00008a23 
+ 00000097  0x00000092 jam  0x00000012 , 0x00008a24 
+ 00000098  0x00000093 jam  0x00000010 , 0x00008a24 
+ 00000099  0x00000094 nop  0x0000003c 
+ 00000100  0x00000095 jam  0x00000060 , 0x00008a12 
+ 00000101  0x00000096 jam  0x000000dd , 0x00008a23 
+ 00000102  0x00000097 rtn 
+ 00000103  0x0000009a jam  0x00000000 , 0x000001bb 
+ 00000104  0x0000009b jam  0x00000000 , 0x000001bc 
+ 00000105  0x0000009c until  0x0000003e , 0x00000033 
+ 00000106  0x0000009e jam  0x0000000d , 0x00008946 
+ 00000107  0x0000009f jam  0x00000010 , 0x0000896f 
+ 00000108  0x000000a1 jam  0x00000010 , 0x00008a06 
+ 00000109  0x000000a2 jam  0x0000004a , 0x00008a84 
+ 00000110  0x000000a3 jam  0x00000040 , 0x00008a85 
+ 00000111  0x000000a4 jam  0x000000fe , 0x00008a16 
+ 00000112  0x000000a5 call  0x000000ad 
+ 00000113  0x000000a8 call  0x000070d7 
+ 00000114  0x000000aa until  0x0000003e , 0x00000033 
+ 00000115  0x000000ab jam  0x0000005f , 0x0000813b 
+ 00000116  0x000000ac until  0x0000003e , 0x00000033 
+ 00000117  0x000000ad jam  0x00000088 , 0x0000813c 
+ 00000118  0x000000ae until  0x0000003e , 0x00000033 
+ 00000119  0x000000af fetch  0x00000001 , 0x00004099 
+ 00000120  0x000000b0 beq  0x00000010 , 0x000000a2 
+ 00000121  0x000000b1 fetch  0x00000001 , 0x00004438 
+ 00000122  0x000000b2 or_into  0x00000004 , 0x0000003f 
+ 00000123  0x000000b3 store  0x00000001 , 0x00008a02 
+ 00000124  0x000000b4 jam  0x00000001 , 0x0000890f 
+ 00000125  0x000000b5 jam  0x00000024 , 0x00008a80 
+ 00000126  0x000000b6 jam  0x00000062 , 0x00008a81 
+ 00000127  0x000000b7 setarg  0x00e61212 
+ 00000128  0x000000b8 store  0x00000003 , 0x00008a73 
+ 00000129  0x000000ba jam  0x00000060 , 0x00008a86 
+ 00000130  0x000000bb jam  0x0000003b , 0x00008a8b 
+ 00000131  0x000000bc call  0x00000094 
+ 00000132  0x000000bd jam  0x00000000 , 0x00008043 
+ 00000133  0x000000be jam  0x00000005 , 0x00008042 
+ 00000134  0x000000bf setarg  0x00557474 
+ 00000135  0x000000c0 store  0x00000003 , 0x00008968 
+ 00000136  0x000000c1 jam  0x0000006e , 0x00008960 
+ 00000137  0x000000c2 call  0x00000114 
+ 00000138  0x000000c3 call  0x0000013f 
+ 00000139  0x000000c4 call  0x0000008e 
+ 00000140  0x000000c5 jam  0x0000000c , 0x00004148 
+ 00000141  0x000000c6 branch  0x00006f4e 
+ 00000142  0x000000c9 rtn  0x0000002b 
+ 00000143  0x000000ca until  0x0000003e , 0x00000033 
+ 00000144  0x000000cb fetch  0x00000001 , 0x0000411c 
+ 00000145  0x000000cc store  0x00000001 , 0x0000813a 
+ 00000146  0x000000cd until  0x0000003e , 0x00000033 
+ 00000147  0x000000ce rtn 
+ 00000148  0x000000d1 fetch  0x00000001 , 0x00004099 
+ 00000149  0x000000d2 beq  0x00000018 , 0x0000009a 
+ 00000150  0x000000d3 fetch  0x00000001 , 0x00004438 
+ 00000151  0x000000d4 or_into  0x00000006 , 0x0000003f 
+ 00000152  0x000000d5 store  0x00000001 , 0x00008a02 
+ 00000153  0x000000d6 jam  0x000000e0 , 0x00008a05 
+ 00000154  0x000000d8 jam  0x000000d8 , 0x00008a00 
+ 00000155  0x000000d9 nop  0x0000003c 
+ 00000156  0x000000da jam  0x000000a0 , 0x00008a01 
+ 00000157  0x000000db jam  0x000000df , 0x00008a00 
+ 00000158  0x000000dc jam  0x000000fa , 0x00008a01 
+ 00000159  0x000000dd nop  0x00000014 
+ 00000160  0x000000de jam  0x0000009f , 0x00008a00 
+ 00000161  0x000000df rtn 
+ 00000162  0x000000e2 fetch  0x00000001 , 0x00004438 
+ 00000163  0x000000e3 or_into  0x00000006 , 0x0000003f 
+ 00000164  0x000000e4 store  0x00000001 , 0x00008a02 
+ 00000165  0x000000e5 jam  0x00000000 , 0x0000890f 
+ 00000166  0x000000e6 jam  0x00000023 , 0x00008a80 
+ 00000167  0x000000e7 jam  0x000000b0 , 0x00008a81 
+ 00000168  0x000000e8 setarg  0x00e40909 
+ 00000169  0x000000e9 store  0x00000003 , 0x00008a73 
+ 00000170  0x000000ea jam  0x0000002a , 0x00008a76 
+ 00000171  0x000000eb jam  0x00000004 , 0x00008902 
+ 00000172  0x000000ec branch  0x00000081 
+ 00000173  0x000000ef branch  0x000000bf , 0x0000002b 
+ 00000174  0x000000f0 fetch  0x00000004 , 0x0000020d 
+ 00000175  0x000000f1 rtn  0x00000034 
+ 00000176  0x000000f2 until  0x0000003e , 0x00000033 
+ 00000177  0x000000f3 fetch  0x00000001 , 0x00008136 
+ 00000178  0x000000f4 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00000179  0x000000f5 fetcht  0x00000001 , 0x0000020d 
+ 00000180  0x000000f6 ior  0x00000002 , 0x0000003f 
+ 00000181  0x000000f7 increase  0xfffffffd , 0x0000003f 
+ 00000182  0x000000f8 store  0x00000001 , 0x00008136 
+ 00000183  0x000000f9 until  0x0000003e , 0x00000033 
+ 00000184  0x000000fb fetch  0x00000001 , 0x00008138 
+ 00000185  0x000000fc and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00000186  0x000000fd fetcht  0x00000001 , 0x0000020e 
+ 00000187  0x000000fe lshift3  0x00000002 , 0x00000002 
+ 00000188  0x000000ff ior  0x00000002 , 0x0000003f 
+ 00000189  0x00000100 store  0x00000001 , 0x00008138 
+ 00000190  0x00000101 until  0x0000003e , 0x00000033 
+ 00000191  0x00000104 fetch  0x00000002 , 0x0000415b 
+ 00000192  0x00000105 rtn  0x00000034 
+ 00000193  0x00000106 store  0x00000002 , 0x0000020f 
+ 00000194  0x00000108 fetch  0x00000001 , 0x00008acb 
+ 00000195  0x00000109 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00000196  0x0000010a fetcht  0x00000001 , 0x0000020f 
+ 00000197  0x0000010b storet  0x00000001 , 0x0000415b 
+ 00000198  0x0000010c ior  0x00000002 , 0x0000003f 
+ 00000199  0x0000010d store  0x00000001 , 0x00008acb 
+ 00000200  0x0000010f fetch  0x00000001 , 0x00000210 
+ 00000201  0x00000110 store  0x00000001 , 0x0000415c 
+ 00000202  0x00000111 isolate1  0x00000003 , 0x0000003f 
+ 00000203  0x00000112 fetch  0x00000001 , 0x00008a06 
+ 00000204  0x00000113 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00000205  0x00000114 store  0x00000001 , 0x00008a06 
+ 00000206  0x00000116 fetch  0x00000001 , 0x00000210 
+ 00000207  0x00000117 and  0x0000003f , 0x00000007 , 0x00000002 
+ 00000208  0x00000118 lshift4  0x00000002 , 0x00000002 
+ 00000209  0x00000119 lshift  0x00000002 , 0x00000002 
+ 00000210  0x0000011a storet  0x00000001 , 0x00004438 
+ 00000211  0x0000011b fetch  0x00000001 , 0x00008a02 
+ 00000212  0x0000011c and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00000213  0x0000011d ior  0x00000002 , 0x0000003f 
+ 00000214  0x0000011e store  0x00000001 , 0x00008a02 
+ 00000215  0x0000011f rtn 
+ 00000216  0x00000122 call  0x0000686f 
+ 00000217  0x00000123 call  0x000021ba 
+ 00000218  0x00000124 force  0x00000008 , 0x00000015 
+ 00000219  0x00000125 force  0x00000000 , 0x00000015 
+ 00000220  0x00000127 setarg  0x000aaada 
+ 00000221  0x00000128 store  0x00000003 , 0x00008a0f 
+ 00000222  0x00000129 jam  0x00000040 , 0x00008a25 
+ 00000223  0x0000012a jam  0x00000010 , 0x00008a26 
+ 00000224  0x0000012b nop  0x0000003c 
+ 00000225  0x0000012c jam  0x000000fb , 0x00008a01 
+ 00000226  0x0000012d jam  0x000000ff , 0x00008a25 
+ 00000227  0x0000012e jam  0x00000030 , 0x00008a26 
+ 00000228  0x0000012f jam  0x000000fe , 0x00008a16 
+ 00000229  0x00000130 branch  0x000021b4 
+ 00000230  0x00000133 fetch  0x00000001 , 0x00004793 
+ 00000231  0x00000134 nrtn  0x00000034 
+ 00000232  0x00000135 call  0x000000ea 
+ 00000233  0x00000136 branch  0x000060fc 
+ 00000234  0x00000139 fetch  0x00000001 , 0x00004655 
+ 00000235  0x0000013a rtneq  0x000000ff 
+ 00000236  0x0000013b branch  0x00005e78 
+ 00000237  0x0000013e fetcht  0x00000001 , 0x00004601 
+ 00000238  0x0000013f fetch  0x00000001 , 0x00004621 
+ 00000239  0x00000140 isub  0x00000002 , 0x0000003e 
+ 00000240  0x00000141 nbranch  0x000000f2 , 0x00000002 
+ 00000241  0x00000142 branch  0x00003681 
+ 00000242  0x00000145 fetch  0x00000004 , 0x0000458f 
+ 00000243  0x00000146 fetcht  0x00000004 , 0x000045e4 
+ 00000244  0x00000147 isub  0x00000002 , 0x0000003e 
+ 00000245  0x00000148 branch  0x00003222 , 0x00000005 
+ 00000246  0x00000149 call  0x00000297 
+ 00000247  0x0000014a branch  0x0000369b 
+ 00000248  0x0000014d setarg  0x000aaa7e 
+ 00000249  0x0000014e store  0x00000003 , 0x00008a0f 
+ 00000250  0x0000014f nop  0x0000003c 
+ 00000251  0x00000150 jam  0x00000000 , 0x00008a25 
+ 00000252  0x00000151 jam  0x0000000d , 0x00008a26 
+ 00000253  0x00000152 jam  0x000000f6 , 0x00008a16 
+ 00000254  0x00000153 branch  0x00002203 
+ 00000255  0x00000156 fetch  0x00000001 , 0x00000008 
+ 00000256  0x00000157 beq  0x00000016 , 0x00002231 
+ 00000257  0x00000158 beq  0x0000002e , 0x00002231 
+ 00000258  0x00000159 beq  0x00000046 , 0x00002231 
+ 00000259  0x0000015a fetch  0x00000001 , 0x00004141 
+ 00000260  0x0000015b beq  0x00000006 , 0x00002221 
+ 00000261  0x00000160 beq  0x000000aa , 0x0000010c 
+ 00000262  0x00000161 branch  0x0000220e 
+ 00000263  0x00000164 jam  0x00000025 , 0x00008a14 
+ 00000264  0x00000165 setarg  0x00a93f3f 
+ 00000265  0x00000166 store  0x00000003 , 0x00008a60 
+ 00000266  0x00000167 jam  0x0000001f , 0x00008a63 
+ 00000267  0x00000168 rtn 
+ 00000268  0x0000016b jam  0x00000017 , 0x00008a14 
+ 00000269  0x0000016c fetch  0x00000003 , 0x00004a08 
+ 00000270  0x0000016d store  0x00000003 , 0x00008a60 
+ 00000271  0x0000016e branch  0x0000221a 
+ 00000272  0x00000171 jam  0x00000017 , 0x00008a14 
+ 00000273  0x00000172 setarg  0x00250300 
+ 00000274  0x00000173 store  0x00000003 , 0x00008a60 
+ 00000275  0x00000174 branch  0x0000221a 
+ 00000276  0x00000177 rtn  0x0000002b 
+ 00000277  0x00000178 call  0x00002160 
+ 00000278  0x00000179 arg  0x00000027 , 0x00000002 
+ 00000279  0x0000017a call  0x0000216f 
+ 00000280  0x0000017b call  0x000021a6 
+ 00000281  0x0000017c jam  0x0000007f , 0x00008a25 
+ 00000282  0x0000017d jam  0x0000001a , 0x00008a30 
+ 00000283  0x0000017e jam  0x00000078 , 0x00008a31 
+ 00000284  0x0000017f jam  0x000000b2 , 0x00008a8f 
+ 00000285  0x00000180 jam  0x00000000 , 0x00008ac2 
+ 00000286  0x00000181 jam  0x00000000 , 0x00008ac3 
+ 00000287  0x00000182 arg  0x00000006 , 0x00000007 
+ 00000288  0x00000183 call  0x00000131 
+ 00000289  0x00000184 isolate1  0x0000000d , 0x00000011 
+ 00000290  0x00000185 call  0x0000211d 
+ 00000291  0x00000186 isolate1  0x0000000d , 0x00000012 
+ 00000292  0x00000187 call  0x0000211e 
+ 00000293  0x00000188 arg  0x00000005 , 0x00000007 
+ 00000294  0x0000018a call  0x0000211c 
+ 00000295  0x0000018b call  0x0000211e 
+ 00000296  0x0000018c call  0x00000131 
+ 00000297  0x0000018d arg  0x00008ac2 , 0x00000005 
+ 00000298  0x0000018e rshift4  0x00000011 , 0x0000003f 
+ 00000299  0x0000018f call  0x00002117 
+ 00000300  0x00000190 rshift4  0x00000012 , 0x0000003f 
+ 00000301  0x00000191 call  0x00002117 
+ 00000302  0x00000192 increase  0xffffffff , 0x00000007 
+ 00000303  0x00000193 branch  0x00000126 , 0x00000002 
+ 00000304  0x00000194 branch  0x0000214f 
+ 00000305  0x00000197 nop  0x0000003c 
+ 00000306  0x00000198 setarg  0x00000f00 
+ 00000307  0x00000199 store  0x00000002 , 0x00008982 
+ 00000308  0x0000019a setarg  0x00000ff0 
+ 00000309  0x0000019b store  0x00000002 , 0x00008984 
+ 00000310  0x0000019c jam  0x00000009 , 0x00008981 
+ 00000311  0x0000019d jam  0x00000003 , 0x00008981 
+ 00000312  0x0000019e jam  0x00000006 , 0x00008980 
+ 00000313  0x0000019f nop  0x0000003c 
+ 00000314  0x000001a0 arg  0x00000000 , 0x00000011 
+ 00000315  0x000001a1 arg  0x00000000 , 0x00000012 
+ 00000316  0x000001a2 arg  0x00000010 , 0x00000039 
+ 00000317  0x000001a3 arg  0x00000f00 , 0x00000006 
+ 00000318  0x000001a4 branch  0x0000212d 
+ 00000319  0x000001a7 rtn  0x0000002b 
+ 00000320  0x000001a8 branch  0x00002272 
+ 00000321  0x000001ab rtn  0x0000002b 
+ 00000322  0x000001ac jam  0x00000077 , 0x00008a07 
+ 00000323  0x000001ad jam  0x000000c9 , 0x00008a08 
+ 00000324  0x000001ae jam  0x00000001 , 0x00008a0b 
+ 00000325  0x000001af fetch  0x00000001 , 0x00004409 
+ 00000326  0x000001b0 store  0x00000001 , 0x000080cd 
+ 00000327  0x000001b1 nop  0x00000bb8 
+ 00000328  0x000001b2 call  0x00000151 
+ 00000329  0x000001b3 jam  0x000000c1 , 0x00008a08 
+ 00000330  0x000001b4 fetchr  0x00000012 , 0x00000001 , 0x00004419 
+ 00000331  0x000001b5 arg  0x00000008 , 0x00000039 
+ 00000332  0x000001b6 call  0x00006f58 
+ 00000333  0x000001b7 fetch  0x00000001 , 0x00004419 
+ 00000334  0x000001b8 store  0x00000001 , 0x00004433 
+ 00000335  0x000001b9 storer  0x00000012 , 0x00000001 , 0x00004419 
+ 00000336  0x000001ba rtn 
+ 00000337  0x000001be jam  0x00000003 , 0x000080cc 
+ 00000338  0x000001c0 fetch  0x00000001 , 0x00008129 
+ 00000339  0x000001c1 bbit0  0x00000005 , 0x00000152 
+ 00000340  0x000001c2 fetcht  0x00000002 , 0x00008164 
+ 00000341  0x000001c3 storet  0x00000002 , 0x0000440a 
+ 00000342  0x000001c4 jam  0x00000000 , 0x000080cc 
+ 00000343  0x000001c5 rtn 
+ 00000344  0x000001c9 jam  0x00000011 , 0x00008a82 
+ 00000345  0x000001ca jam  0x00000012 , 0x00008a8d 
+ 00000346  0x000001cb jam  0x0000000a , 0x00008a8e 
+ 00000347  0x000001cc fetch  0x00000001 , 0x00004099 
+ 00000348  0x000001cd beq  0x00000010 , 0x00000171 
+ 00000349  0x000001ce setarg  0x00005762 
+ 00000350  0x000001cf store  0x00000002 , 0x00008907 
+ 00000351  0x000001d1 jam  0x00000003 , 0x00008901 
+ 00000352  0x000001d2 jam  0x00000003 , 0x00008930 
+ 00000353  0x000001d3 rtnmark1  0x0000002d 
+ 00000354  0x000001d4 jam  0x00000001 , 0x00008901 
+ 00000355  0x000001d5 jam  0x00000007 , 0x00008a82 
+ 00000356  0x000001d6 jam  0x00000044 , 0x00008a8d 
+ 00000357  0x000001d7 jam  0x0000000a , 0x00008a8e 
+ 00000358  0x000001d8 fetch  0x00000001 , 0x00004099 
+ 00000359  0x000001d9 beq  0x00000010 , 0x0000016e 
+ 00000360  0x000001da setarg  0x00002bb1 
+ 00000361  0x000001db store  0x00000002 , 0x00008907 
+ 00000362  0x000001dd rtnmark0  0x0000002f 
+ 00000363  0x000001de jam  0x00000024 , 0x00008930 
+ 00000364  0x000001df jam  0x00000005 , 0x00008901 
+ 00000365  0x000001e0 rtn 
+ 00000366  0x000001e3 setarg  0x00004189 
+ 00000367  0x000001e4 store  0x00000002 , 0x00008907 
+ 00000368  0x000001e5 branch  0x0000016a 
+ 00000369  0x000001e8 setarg  0x00008312 
+ 00000370  0x000001e9 store  0x00000002 , 0x00008907 
+ 00000371  0x000001ea branch  0x0000015f 
+ 00000372  0x000001ec fetch  0x00000001 , 0x00004bf8 
+ 00000373  0x000001ed arg  0x00000100 , 0x00000013 
+ 00000374  0x000001ee iadd  0x00000013 , 0x0000003f 
+ 00000375  0x000001ef rtn 
+ 00000376  0x000001f1 branch  0x00000198 
+ 00000377  0x000001f3 call  0x0000017b 
+ 00000378  0x000001f4 branch  0x00002563 
+ 00000379  0x000001f6 fetch  0x00000001 , 0x00004bf9 
+ 00000380  0x000001f7 rtn  0x00000034 
+ 00000381  0x000001f8 fetch  0x00000001 , 0x00004bfa 
+ 00000382  0x000001f9 nrtn  0x00000034 
+ 00000383  0x000001fa fetcht  0x00000001 , 0x00004bf9 
+ 00000384  0x000001fb fetch  0x00000001 , 0x00004bf8 
+ 00000385  0x000001fc isub  0x00000002 , 0x0000003e 
+ 00000386  0x000001fd ncall  0x00000174 , 0x00000002 
+ 00000387  0x000001fe isub  0x00000002 , 0x0000003f 
+ 00000388  0x000001ff sub  0x0000003f , 0x00000064 , 0x0000003e 
+ 00000389  0x00000200 branch  0x0000018d , 0x00000002 
+ 00000390  0x00000201 fetch  0x00000001 , 0x00004bfb 
+ 00000391  0x00000202 sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00000392  0x00000203 ncall  0x0000018b , 0x00000002 
+ 00000393  0x00000204 jam  0x00000001 , 0x00004bfa 
+ 00000394  0x00000205 rtn 
+ 00000395  0x00000207 jam  0x00000001 , 0x00004bfc 
+ 00000396  0x00000208 branch  0x0000431f 
+ 00000397  0x0000020a fetcht  0x00000001 , 0x0000017f 
+ 00000398  0x0000020b fetch  0x00000001 , 0x0000004c 
+ 00000399  0x0000020c rshift  0x0000003f , 0x0000003f 
+ 00000400  0x0000020d ixor  0x00000002 , 0x0000003f 
+ 00000401  0x0000020e isolate1  0x00000002 , 0x0000003f 
+ 00000402  0x0000020f setarg  0x00000000 
+ 00000403  0x00000210 fetcht  0x00000001 , 0x00004bfb 
+ 00000404  0x00000211 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00000405  0x00000212 iadd  0x00000002 , 0x00000002 
+ 00000406  0x00000213 storet  0x00000001 , 0x00004bfb 
+ 00000407  0x00000214 rtn 
+ 00000408  0x00000216 fetch  0x00000001 , 0x00000005 
+ 00000409  0x00000217 increase  0x00000001 , 0x0000003f 
+ 00000410  0x00000218 store  0x00000001 , 0x00000005 
+ 00000411  0x00000219 nbranch  0x0000019f , 0x0000002d 
+ 00000412  0x0000021a fetch  0x00000001 , 0x00004bf8 
+ 00000413  0x0000021b increase  0x00000001 , 0x0000003f 
+ 00000414  0x0000021c store  0x00000001 , 0x00004bf8 
+ 00000415  0x0000021d fetch  0x00000001 , 0x00000168 
+ 00000416  0x0000021e rtnbit1  0x00000003 
+ 00000417  0x0000021f set1  0x00000003 , 0x0000003f 
+ 00000418  0x00000220 store  0x00000001 , 0x00000168 
+ 00000419  0x00000221 fetch  0x00000002 , 0x000042f5 
+ 00000420  0x00000222 store  0x00000002 , 0x00000196 
+ 00000421  0x00000223 setarg  0x00000000 
+ 00000422  0x00000224 store  0x00000004 , 0x0000431d 
+ 00000423  0x00000225 rtn 
+ 00000424  0x00000228 call  0x0000281c 
+ 00000425  0x00000229 fetchr  0x00000011 , 0x00000001 , 0x0000004d 
+ 00000426  0x0000022a increase  0xfffffffc , 0x00000011 
+ 00000427  0x0000022b nbranch  0x000026fa , 0x00000002 
+ 00000428  0x0000022c branch  0x0000268e 
+ 00000429  0x0000022f parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00000430  0x00000230 rshift32  0x0000003f , 0x0000003f 
+ 00000431  0x00000231 rshift16  0x0000003f , 0x0000003f 
+ 00000432  0x00000232 istore  0x00000003 , 0x00000005 
+ 00000433  0x00000233 enable  0x00000010 
+ 00000434  0x00000234 call  0x0000270d 
+ 00000435  0x00000235 branch  0x000026f6 , 0x00000006 
+ 00000436  0x00000236 bmark0  0x00000032 , 0x000026af 
+ 00000437  0x00000237 fetch  0x00000001 , 0x0000004d 
+ 00000438  0x00000238 branch  0x000026af , 0x00000034 
+ 00000439  0x00000239 increase  0xfffffffc , 0x0000003f 
+ 00000440  0x0000023a store  0x00000001 , 0x0000004d 
+ 00000441  0x0000023b call  0x000072cb 
+ 00000442  0x0000023c fetch  0x00000001 , 0x00008108 
+ 00000443  0x0000023d bbit0  0x00000007 , 0x000026fa 
+ 00000444  0x0000023e force  0x0000000c , 0x00000038 
+ 00000445  0x0000023f storer  0x0000002f , 0x00000004 , 0x00000154 
+ 00000446  0x00000240 branch  0x000026af 
+ 00000447  0x00000243 fetch  0x00000001 , 0x00004334 
+ 00000448  0x00000244 rtneq  0x00000000 
+ 00000449  0x00000245 beq  0x00000003 , 0x0000304a 
+ 00000450  0x00000246 branch  0x000028e1 
+ 00000451  0x00000249 set0  0x00000030 , 0x00000000 
+ 00000452  0x0000024a branch  0x00002af6 
+ 00000453  0x0000024d call  0x00002152 
+ 00000454  0x0000024e jam  0x00000000 , 0x00008900 
+ 00000455  0x0000024f set0  0x00000030 , 0x00000000 
+ 00000456  0x00000250 branch  0x00002ae3 
+ 00000457  0x00000253 ifetch  0x00000002 , 0x00000006 
+ 00000458  0x00000254 beq  0x00000004 , 0x000001cc 
+ 00000459  0x00000255 branch  0x000028eb 
+ 00000460  0x00000257 ifetch  0x00000003 , 0x00000006 
+ 00000461  0x00000258 store  0x00000003 , 0x00004397 
+ 00000462  0x00000259 beq  0x0000000a , 0x000001d1 
+ 00000463  0x0000025a beq  0x00000012 , 0x000001e0 
+ 00000464  0x0000025b branch  0x00002b96 
+ 00000465  0x0000025e fetch  0x00000008 , 0x00004713 
+ 00000466  0x0000025f bbit0  0x0000003b , 0x00002d19 
+ 00000467  0x00000260 call  0x00002dc7 
+ 00000468  0x00000261 fetcht  0x00000002 , 0x00004398 
+ 00000469  0x00000262 fetch  0x00000001 , 0x00004321 
+ 00000470  0x00000263 bbit1  0x00000003 , 0x000001db 
+ 00000471  0x00000266 fetch  0x00000002 , 0x00004398 
+ 00000472  0x00000267 beq  0x00000030 , 0x00002e03 
+ 00000473  0x00000268 fetcht  0x00000002 , 0x00004398 
+ 00000474  0x00000269 branch  0x00002d1d 
+ 00000475  0x0000026c fetch  0x00000002 , 0x00004332 
+ 00000476  0x0000026d isub  0x00000002 , 0x0000003e 
+ 00000477  0x0000026e nbranch  0x000001d7 , 0x00000005 
+ 00000478  0x0000026f nbranch  0x000001d7 , 0x00000028 
+ 00000479  0x00000270 branch  0x00002d46 
+ 00000480  0x00000273 copy  0x00000006 , 0x00000011 
+ 00000481  0x00000274 fetch  0x00000002 , 0x00004335 
+ 00000482  0x00000275 add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00000483  0x00000276 call  0x00002929 
+ 00000484  0x00000277 fetch  0x00000001 , 0x0000478f 
+ 00000485  0x00000278 beq  0x000000ff , 0x00002dac 
+ 00000486  0x00000279 fetch  0x00000001 , 0x00004795 
+ 00000487  0x0000027a branch  0x00002dac , 0x00000034 
+ 00000488  0x0000027b fetch  0x00000001 , 0x00004843 
+ 00000489  0x0000027c bbit1  0x00000001 , 0x00002dac 
+ 00000490  0x0000027d setarg  0x0000001a 
+ 00000491  0x0000027e fetcht  0x00000002 , 0x00004398 
+ 00000492  0x0000027f isub  0x00000002 , 0x0000003e 
+ 00000493  0x00000280 nbranch  0x00002dac , 0x00000005 
+ 00000494  0x00000281 branch  0x00002d46 
+ 00000495  0x00000285 call  0x00002a28 
+ 00000496  0x00000286 nrtn  0x00000034 
+ 00000497  0x00000287 fetch  0x00000001 , 0x0000478f 
+ 00000498  0x00000288 beq  0x000000ff , 0x000001fa 
+ 00000499  0x00000289 fetch  0x00000001 , 0x00004843 
+ 00000500  0x0000028a and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00000501  0x0000028b rtnne  0x00000003 
+ 00000502  0x0000028c fetch  0x00000001 , 0x00004bfa 
+ 00000503  0x0000028d rtn  0x00000034 
+ 00000504  0x0000028e fetch  0x00000001 , 0x00004bfc 
+ 00000505  0x0000028f nrtn  0x00000034 
+ 00000506  0x00000291 fetch  0x00000001 , 0x00004956 
+ 00000507  0x00000292 call  0x00005a71 , 0x00000034 
+ 00000508  0x00000293 fetch  0x00000008 , 0x00004713 
+ 00000509  0x00000294 bbit1  0x00000001 , 0x00005b5b 
+ 00000510  0x00000295 bbit1  0x00000000 , 0x00005b5b 
+ 00000511  0x00000296 bbit1  0x00000005 , 0x00005b5b 
+ 00000512  0x00000297 bbit1  0x00000006 , 0x00005b5b 
+ 00000513  0x00000298 call  0x00005601 
+ 00000514  0x00000299 call  0x00005ab2 
+ 00000515  0x0000029a nrtn  0x00000028 
+ 00000516  0x0000029b call  0x00005abc 
+ 00000517  0x0000029c call  0x000004c0 
+ 00000518  0x0000029d branch  0x00005b37 
+ 00000519  0x000002a0 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00000520  0x000002a1 rtn  0x00000005 
+ 00000521  0x000002a2 arg  0x00000004 , 0x00000008 
+ 00000522  0x000002a3 isolate1  0x00000007 , 0x00000002 
+ 00000523  0x000002a4 branch  0x00006ebd , 0x00000001 
+ 00000524  0x000002a5 arg  0x00000003 , 0x00000008 
+ 00000525  0x000002a6 branch  0x00006ebd 
+ 00000526  0x000002a9 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00000527  0x000002aa rtn  0x00000005 
+ 00000528  0x000002ab storet  0x00000001 , 0x00004b1d 
+ 00000529  0x000002ac call  0x00006ee6 
+ 00000530  0x000002ad branch  0x00000218 , 0x00000001 
+ 00000531  0x000002af fetcht  0x00000001 , 0x00004b1d 
+ 00000532  0x000002b0 call  0x00006f0f 
+ 00000533  0x000002b1 fetcht  0x00000001 , 0x00004b1d 
+ 00000534  0x000002b3 arg  0x00000003 , 0x00000008 
+ 00000535  0x000002b4 branch  0x00006ebd 
+ 00000536  0x000002b7 jam  0x00000001 , 0x00004b1e 
+ 00000537  0x000002b8 fetcht  0x00000001 , 0x00004b1d 
+ 00000538  0x000002b9 call  0x00006f0f 
+ 00000539  0x000002ba fetcht  0x00000001 , 0x00004b1d 
+ 00000540  0x000002bc arg  0x00000006 , 0x00000008 
+ 00000541  0x000002bd branch  0x00006ebd 
+ 00000542  0x000002c0 setarg  0x00000010 
+ 00000543  0x000002c2 store  0x00000001 , 0x00008141 
+ 00000544  0x000002c3 until  0x0000003e , 0x00000033 
+ 00000545  0x000002c4 rtn 
+ 00000546  0x000002c7 setarg  0x00000080 
+ 00000547  0x000002c8 branch  0x0000021f 
+ 00000548  0x000002cb call  0x00000490 
+ 00000549  0x000002cc jam  0x00000000 , 0x00004b1e 
+ 00000550  0x000002cd branch  0x0000550d 
+ 00000551  0x000002d1 fetch  0x00000002 , 0x000043e9 
+ 00000552  0x000002d2 call  0x00007d79 
+ 00000553  0x000002d4 fetch  0x00000004 , 0x000040ad 
+ 00000554  0x000002d5 iadd  0x00000002 , 0x0000003f 
+ 00000555  0x000002d6 store  0x00000004 , 0x000040ad 
+ 00000556  0x000002d7 call  0x00000232 
+ 00000557  0x000002d8 call  0x0000022f 
+ 00000558  0x000002d9 branch  0x00002425 
+ 00000559  0x000002dc fetch  0x00000001 , 0x00004b1e 
+ 00000560  0x000002dd branch  0x0000021e , 0x00000034 
+ 00000561  0x000002de branch  0x00000222 
+ 00000562  0x000002e1 storer  0x00000000 , 0x00000008 , 0x000040e7 
+ 00000563  0x000002e2 arg  0x00008070 , 0x00000006 
+ 00000564  0x000002e3 arg  0x000040cc , 0x00000005 
+ 00000565  0x000002e4 call  0x00007c8f 
+ 00000566  0x000002e5 arg  0x000080d4 , 0x00000006 
+ 00000567  0x000002e6 call  0x00007c89 
+ 00000568  0x000002e7 fetch  0x00000001 , 0x00008080 
+ 00000569  0x000002e8 store  0x00000001 , 0x000040ef 
+ 00000570  0x000002e9 copy  0x00000002 , 0x00000012 
+ 00000571  0x000002eb arg  0x0000000c , 0x00000039 
+ 00000572  0x000002ec arg  0x00000016 , 0x00000011 
+ 00000573  0x000002ed arg  0x0000814d , 0x00000013 
+ 00000574  0x000002ee until  0x0000003e , 0x00000033 
+ 00000575  0x000002f0 ifetch  0x00000001 , 0x00000011 
+ 00000576  0x000002f1 ifetcht  0x00000001 , 0x00000013 
+ 00000577  0x000002f2 isub  0x00000002 , 0x0000003e 
+ 00000578  0x000002f3 branch  0x00000245 , 0x00000005 
+ 00000579  0x000002f4 istore  0x00000001 , 0x00000013 
+ 00000580  0x000002f5 until  0x0000003e , 0x00000033 
+ 00000581  0x000002f7 increase  0x00000001 , 0x00000011 
+ 00000582  0x000002f8 increase  0x00000001 , 0x00000013 
+ 00000583  0x000002f9 loop  0x0000023f 
+ 00000584  0x000002fa copy  0x00000012 , 0x00000002 
+ 00000585  0x000002fb rtn 
+ 00000586  0x000002fe call  0x00006b3a 
+ 00000587  0x000002ff call  0x00006b75 
+ 00000588  0x00000300 branch  0x00006b38 
+ 00000589  0x00000303 fetch  0x00000002 , 0x000045e0 
+ 00000590  0x00000304 arg  0x000001f8 , 0x00000002 
+ 00000591  0x00000305 iand  0x00000002 , 0x0000003f 
+ 00000592  0x00000306 branch  0x00000255 , 0x00000034 
+ 00000593  0x00000307 fetch  0x00000002 , 0x000045e0 
+ 00000594  0x00000308 increase  0x00000001 , 0x0000003f 
+ 00000595  0x00000309 store  0x00000002 , 0x000045e0 
+ 00000596  0x0000030a rtn 
+ 00000597  0x0000030d call  0x0000357f 
+ 00000598  0x0000030e call  0x00003651 
+ 00000599  0x0000030f nbranch  0x00003586 , 0x00000018 
+ 00000600  0x00000310 nbranch  0x00003586 , 0x0000002f 
+ 00000601  0x00000311 call  0x0000366e 
+ 00000602  0x00000312 fetch  0x00000001 , 0x0000457d 
+ 00000603  0x00000313 branch  0x0000026c , 0x00000034 
+ 00000604  0x00000315 fetch  0x00000004 , 0x000045cc 
+ 00000605  0x00000316 fetcht  0x00000004 , 0x0000458f 
+ 00000606  0x00000317 isub  0x00000002 , 0x0000003e 
+ 00000607  0x00000318 branch  0x00000261 , 0x00000005 
+ 00000608  0x00000319 branch  0x0000356e 
+ 00000609  0x0000031c fetch  0x00000008 , 0x00004713 
+ 00000610  0x0000031d bbit1  0x00000030 , 0x00003291 
+ 00000611  0x0000031e branch  0x00003549 
+ 00000612  0x00000321 call  0x0000543b 
+ 00000613  0x00000322 call  0x00000267 
+ 00000614  0x00000323 branch  0x0000544c 
+ 00000615  0x00000326 setarg  0x00004a1d 
+ 00000616  0x00000327 store  0x00000002 , 0x0000433f 
+ 00000617  0x00000328 setarg  0x00000020 
+ 00000618  0x00000329 store  0x00000002 , 0x00004341 
+ 00000619  0x0000032a rtn 
+ 00000620  0x0000032d fetch  0x00000004 , 0x000045e4 
+ 00000621  0x0000032e fetcht  0x00000004 , 0x0000458f 
+ 00000622  0x0000032f branch  0x0000025c , 0x00000005 
+ 00000623  0x00000330 fetch  0x00000004 , 0x0000455f 
+ 00000624  0x00000331 rtn  0x00000034 
+ 00000625  0x00000332 branch  0x0000025c 
+ 00000626  0x00000335 fetch  0x00000001 , 0x00004437 
+ 00000627  0x00000336 nrtn  0x00000034 
+ 00000628  0x00000337 fetch  0x00000002 , 0x000044e9 
+ 00000629  0x00000338 rtnbit1  0x0000000b 
+ 00000630  0x00000339 fetchr  0x00000011 , 0x00000002 , 0x000045f0 
+ 00000631  0x0000033a call  0x000035b4 
+ 00000632  0x0000033b storet  0x00000001 , 0x00004624 
+ 00000633  0x0000033c fetch  0x00000001 , 0x00004629 
+ 00000634  0x0000033d bmark1  0x00000026 , 0x0000027c 
+ 00000635  0x0000033e fetch  0x00000001 , 0x0000462c 
+ 00000636  0x00000340 isub  0x00000002 , 0x0000003e 
+ 00000637  0x00000341 nbranch  0x00000296 , 0x00000002 
+ 00000638  0x00000342 fetch  0x00000001 , 0x00004626 
+ 00000639  0x00000343 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00000640  0x00000344 nbranch  0x00000284 , 0x00000002 
+ 00000641  0x00000345 fetch  0x00000001 , 0x00004626 
+ 00000642  0x00000346 beq  0x00000000 , 0x00000297 
+ 00000643  0x00000347 rtn 
+ 00000644  0x0000034a fetch  0x00000001 , 0x00004626 
+ 00000645  0x0000034b fetcht  0x00000001 , 0x00004627 
+ 00000646  0x0000034c isub  0x00000002 , 0x0000003e 
+ 00000647  0x0000034d nrtn  0x00000005 
+ 00000648  0x0000034e jam  0x00000000 , 0x00004626 
+ 00000649  0x00000350 fetcht  0x00000001 , 0x00004624 
+ 00000650  0x00000351 fetch  0x00000001 , 0x00004628 
+ 00000651  0x00000352 bmark1  0x00000026 , 0x0000028d 
+ 00000652  0x00000353 fetch  0x00000001 , 0x0000462b 
+ 00000653  0x00000355 isub  0x00000002 , 0x0000003e 
+ 00000654  0x00000356 nrtn  0x00000002 
+ 00000655  0x00000357 fetch  0x00000001 , 0x00004625 
+ 00000656  0x00000358 beq  0x00000000 , 0x00003715 
+ 00000657  0x00000359 increase  0xffffffff , 0x0000003f 
+ 00000658  0x0000035a store  0x00000001 , 0x00004625 
+ 00000659  0x0000035b beq  0x00000002 , 0x0000029f 
+ 00000660  0x0000035c beq  0x00000001 , 0x0000370b 
+ 00000661  0x0000035d branch  0x00003715 
+ 00000662  0x00000360 jam  0x00000000 , 0x00004626 
+ 00000663  0x00000362 fetch  0x00000001 , 0x00004625 
+ 00000664  0x00000363 beq  0x00000003 , 0x0000029d 
+ 00000665  0x00000364 increase  0x00000001 , 0x0000003f 
+ 00000666  0x00000365 store  0x00000001 , 0x00004625 
+ 00000667  0x00000366 beq  0x00000001 , 0x0000370b 
+ 00000668  0x00000367 beq  0x00000002 , 0x0000029f 
+ 00000669  0x00000369 jam  0x00000005 , 0x00004141 
+ 00000670  0x0000036a rtn 
+ 00000671  0x0000036d jam  0x00000003 , 0x00004141 
+ 00000672  0x0000036e rtn 
+ 00000673  0x00000375 setarg  0x00006235 
+ 00000674  0x00000376 store  0x00000002 , 0x000045f8 
+ 00000675  0x00000377 setarg  0x0000622b 
+ 00000676  0x00000378 store  0x00000002 , 0x000045fa 
+ 00000677  0x00000379 setarg  0x000002b3 
+ 00000678  0x0000037a store  0x00000002 , 0x000043e9 
+ 00000679  0x0000037b branch  0x000053f3 
+ 00000680  0x0000037e nbranch  0x00002002 , 0x0000002b 
+ 00000681  0x0000037f until  0x0000003e , 0x00000033 
+ 00000682  0x00000380 until  0x0000003e , 0x00000033 
+ 00000683  0x00000381 clear_stack 
+ 00000684  0x00000382 call  0x000002ae , 0x0000002b 
+ 00000685  0x00000383 branch  0x00002003 
+ 00000686  0x00000386 call  0x0000021e 
+ 00000687  0x00000387 fetcht  0x00000001 , 0x0000464a 
+ 00000688  0x00000388 call  0x00006edd 
+ 00000689  0x00000389 fetcht  0x00000001 , 0x0000464b 
+ 00000690  0x0000038a branch  0x00006edd 
+ 00000691  0x0000038d rtn 
+ 00000692  0x00000395 call  0x00000463 
+ 00000693  0x00000396 fetch  0x00000008 , 0x00004713 
+ 00000694  0x00000397 bbit1  0x00000013 , 0x00005d60 
+ 00000695  0x00000398 bbit1  0x00000012 , 0x00005d6e 
+ 00000696  0x00000399 bbit1  0x00000014 , 0x000002ba 
+ 00000697  0x0000039a rtn 
+ 00000698  0x0000039d call  0x000002c5 
+ 00000699  0x0000039e call  0x00005e43 
+ 00000700  0x0000039f call  0x00005db4 
+ 00000701  0x000003a1 call  0x000002d9 
+ 00000702  0x000003a3 call  0x000002c2 
+ 00000703  0x000003a5 call  0x000002c8 
+ 00000704  0x000003a6 call  0x000002e1 
+ 00000705  0x000003a7 branch  0x00005daa 
+ 00000706  0x000003aa fetch  0x00000008 , 0x00004713 
+ 00000707  0x000003ab rtnbit0  0x0000002a 
+ 00000708  0x000003ac call  0x000004cb 
+ 00000709  0x000003ae fetch  0x00000001 , 0x00004666 
+ 00000710  0x000003af store  0x00000001 , 0x00004a06 
+ 00000711  0x000003b0 rtn 
+ 00000712  0x000003b3 fetch  0x00000008 , 0x00004713 
+ 00000713  0x000003b4 bbit1  0x0000003e , 0x00005dd1 
+ 00000714  0x000003b5 branch  0x00005dcc 
+ 00000715  0x000003b8 fetch  0x00000002 , 0x0000468e 
+ 00000716  0x000003b9 arg  0x0000aa55 , 0x00000002 
+ 00000717  0x000003ba isub  0x00000002 , 0x0000003e 
+ 00000718  0x000003bb branch  0x0000034e , 0x00000005 
+ 00000719  0x000003bd storet  0x00000002 , 0x0000468e 
+ 00000720  0x000003be call  0x00005c9c 
+ 00000721  0x000003bf fetch  0x00000001 , 0x000049a1 
+ 00000722  0x000003c0 store  0x00000001 , 0x00004666 
+ 00000723  0x000003c1 call  0x00005c8c 
+ 00000724  0x000003c3 setarg  0x00001122 
+ 00000725  0x000003c4 store  0x00000002 , 0x00004695 
+ 00000726  0x000003c6 fetch  0x00000001 , 0x00004a06 
+ 00000727  0x000003c7 store  0x00000001 , 0x00004666 
+ 00000728  0x000003c8 rtn 
+ 00000729  0x000003cb fetch  0x00000001 , 0x00004666 
+ 00000730  0x000003cc sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00000731  0x000003cd branch  0x000002d6 , 0x00000005 
+ 00000732  0x000003ce sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00000733  0x000003cf branch  0x000002df , 0x00000005 
+ 00000734  0x000003d0 rtn  0x00000002 
+ 00000735  0x000003d2 jam  0x00000000 , 0x00004666 
+ 00000736  0x000003d3 rtn 
+ 00000737  0x000003d6 fetch  0x00000001 , 0x00004666 
+ 00000738  0x000003d7 rtneq  0x00000000 
+ 00000739  0x000003d8 fetchr  0x00000012 , 0x00000002 , 0x000049fe 
+ 00000740  0x000003d9 copy  0x00000012 , 0x00000013 
+ 00000741  0x000003db call  0x00005e3d 
+ 00000742  0x000003dc fetch  0x00000002 , 0x000049e0 
+ 00000743  0x000003dd branch  0x000002ef , 0x00000034 
+ 00000744  0x000003de store  0x00000002 , 0x000049de 
+ 00000745  0x000003df increase  0x00000002 , 0x00000013 
+ 00000746  0x000003e0 fetch  0x00000002 , 0x00004a00 
+ 00000747  0x000003e1 isub  0x00000013 , 0x0000003e 
+ 00000748  0x000003e2 nbranch  0x000002ef , 0x00000002 
+ 00000749  0x000003e3 copy  0x00000013 , 0x00000012 
+ 00000750  0x000003e4 branch  0x000002e5 
+ 00000751  0x000003e7 fetch  0x00000002 , 0x000049de 
+ 00000752  0x000003e8 store  0x00000002 , 0x00004695 
+ 00000753  0x000003e9 rtn 
+ 00000754  0x000003ed fetch  0x00000008 , 0x00004713 
+ 00000755  0x000003ee bbit1  0x00000013 , 0x00005cb1 
+ 00000756  0x000003ef bbit1  0x00000012 , 0x00005cb9 
+ 00000757  0x000003f0 bbit1  0x00000014 , 0x000002f7 
+ 00000758  0x000003f1 rtn 
+ 00000759  0x000003f4 call  0x000002fa 
+ 00000760  0x000003f5 call  0x000002ff 
+ 00000761  0x000003f6 branch  0x00005cc1 
+ 00000762  0x000003f9 fetch  0x00000001 , 0x00004666 
+ 00000763  0x000003fa rtneq  0x00000000 
+ 00000764  0x000003fb beq  0x00000001 , 0x00000326 
+ 00000765  0x000003fc beq  0x00000002 , 0x0000033a 
+ 00000766  0x000003fd rtn 
+ 00000767  0x00000400 fetchr  0x00000012 , 0x00000002 , 0x000049e2 
+ 00000768  0x00000401 copy  0x00000012 , 0x00000013 
+ 00000769  0x00000403 call  0x00005dc0 
+ 00000770  0x00000404 fetch  0x00000001 , 0x000049a1 
+ 00000771  0x00000405 branch  0x0000030b , 0x00000034 
+ 00000772  0x00000406 store  0x00000001 , 0x000049a0 
+ 00000773  0x00000407 increase  0x00000001 , 0x00000013 
+ 00000774  0x00000408 fetch  0x00000002 , 0x000049e4 
+ 00000775  0x00000409 isub  0x00000013 , 0x0000003e 
+ 00000776  0x0000040a nrtn  0x00000002 
+ 00000777  0x0000040b copy  0x00000013 , 0x00000012 
+ 00000778  0x0000040c branch  0x00000301 
+ 00000779  0x0000040f fetch  0x00000001 , 0x000049a0 
+ 00000780  0x00000410 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00000781  0x00000411 branch  0x00000315 , 0x00000034 
+ 00000782  0x00000412 fetch  0x00000001 , 0x00004666 
+ 00000783  0x00000414 call  0x00000323 
+ 00000784  0x00000416 store  0x00000001 , 0x000049a2 
+ 00000785  0x00000418 arg  0x00000001 , 0x00000039 
+ 00000786  0x00000419 copy  0x00000013 , 0x00000012 
+ 00000787  0x0000041a arg  0x000049a2 , 0x00000011 
+ 00000788  0x0000041b branch  0x00006b45 
+ 00000789  0x0000041e fetcht  0x00000001 , 0x000049a0 
+ 00000790  0x0000041f fetch  0x00000001 , 0x00004666 
+ 00000791  0x00000420 call  0x00000323 
+ 00000792  0x00000421 isub  0x00000002 , 0x0000003e 
+ 00000793  0x00000422 rtn  0x00000005 
+ 00000794  0x00000423 lshift4  0x0000003f , 0x0000003f 
+ 00000795  0x00000424 iadd  0x00000002 , 0x0000003f 
+ 00000796  0x00000425 store  0x00000001 , 0x000049a2 
+ 00000797  0x00000427 copy  0x00000013 , 0x0000003f 
+ 00000798  0x00000428 fetcht  0x00000002 , 0x000049e2 
+ 00000799  0x00000429 isub  0x00000002 , 0x0000003e 
+ 00000800  0x0000042a branch  0x00000311 , 0x00000005 
+ 00000801  0x0000042c increase  0xffffffff , 0x00000013 
+ 00000802  0x0000042d branch  0x00000311 
+ 00000803  0x00000430 rtnne  0x00000000 
+ 00000804  0x00000431 increase  0x00000004 , 0x0000003f 
+ 00000805  0x00000432 rtn 
+ 00000806  0x00000437 fetchr  0x00000012 , 0x00000002 , 0x000049ee 
+ 00000807  0x00000438 copy  0x00000012 , 0x00000013 
+ 00000808  0x0000043a call  0x00005df3 
+ 00000809  0x0000043b fetch  0x00000006 , 0x000049b5 
+ 00000810  0x0000043c branch  0x00000332 , 0x00000034 
+ 00000811  0x0000043d store  0x00000006 , 0x000049af 
+ 00000812  0x0000043e increase  0x00000006 , 0x00000013 
+ 00000813  0x0000043f fetch  0x00000002 , 0x000049f0 
+ 00000814  0x00000440 isub  0x00000013 , 0x0000003e 
+ 00000815  0x00000441 nrtn  0x00000002 
+ 00000816  0x00000442 copy  0x00000013 , 0x00000012 
+ 00000817  0x00000443 branch  0x00000328 
+ 00000818  0x00000446 fetch  0x00000006 , 0x000049af 
+ 00000819  0x00000447 fetcht  0x00000006 , 0x0000466e 
+ 00000820  0x00000448 isub  0x00000002 , 0x0000003e 
+ 00000821  0x00000449 rtn  0x00000005 
+ 00000822  0x0000044a arg  0x00000006 , 0x00000039 
+ 00000823  0x0000044b arg  0x0000466e , 0x00000011 
+ 00000824  0x0000044c copy  0x00000013 , 0x00000012 
+ 00000825  0x0000044d branch  0x00006b45 
+ 00000826  0x00000450 fetchr  0x00000012 , 0x00000002 , 0x000049f6 
+ 00000827  0x00000451 copy  0x00000012 , 0x00000013 
+ 00000828  0x00000453 call  0x00005e17 
+ 00000829  0x00000454 fetch  0x00000006 , 0x000049cd 
+ 00000830  0x00000455 branch  0x00000346 , 0x00000034 
+ 00000831  0x00000456 store  0x00000006 , 0x000049c7 
+ 00000832  0x00000457 increase  0x00000006 , 0x00000013 
+ 00000833  0x00000458 fetch  0x00000002 , 0x000049f8 
+ 00000834  0x00000459 isub  0x00000013 , 0x0000003e 
+ 00000835  0x0000045a nrtn  0x00000002 
+ 00000836  0x0000045b copy  0x00000013 , 0x00000012 
+ 00000837  0x0000045c branch  0x0000033c 
+ 00000838  0x0000045f fetch  0x00000006 , 0x000049c7 
+ 00000839  0x00000460 fetcht  0x00000006 , 0x0000467b 
+ 00000840  0x00000461 isub  0x00000002 , 0x0000003e 
+ 00000841  0x00000462 rtn  0x00000005 
+ 00000842  0x00000463 arg  0x00000006 , 0x00000039 
+ 00000843  0x00000464 arg  0x0000467b , 0x00000011 
+ 00000844  0x00000465 copy  0x00000013 , 0x00000012 
+ 00000845  0x00000466 branch  0x00006b45 
+ 00000846  0x0000046b call  0x00000387 
+ 00000847  0x0000046c call  0x0000039f 
+ 00000848  0x0000046d call  0x00000352 
+ 00000849  0x0000046e branch  0x00005c90 
+ 00000850  0x00000471 fetch  0x00000008 , 0x00004713 
+ 00000851  0x00000472 rtnbit0  0x0000000f 
+ 00000852  0x00000473 fetch  0x00000001 , 0x00004690 
+ 00000853  0x00000474 beq  0x00000000 , 0x00005c94 
+ 00000854  0x00000475 beq  0x00000006 , 0x00000358 
+ 00000855  0x00000476 rtn 
+ 00000856  0x00000479 jam  0x00000000 , 0x00004690 
+ 00000857  0x0000047a rtn 
+ 00000858  0x0000047d fetch  0x00000008 , 0x00004713 
+ 00000859  0x0000047e bbit1  0x00000013 , 0x00005cb5 
+ 00000860  0x0000047f bbit1  0x00000014 , 0x0000035e 
+ 00000861  0x00000480 rtn 
+ 00000862  0x00000483 fetch  0x00000008 , 0x00004713 
+ 00000863  0x00000484 rtnbit0  0x0000000f 
+ 00000864  0x00000485 fetchr  0x00000012 , 0x00000002 , 0x000049fa 
+ 00000865  0x00000486 copy  0x00000012 , 0x00000013 
+ 00000866  0x00000488 call  0x00005e51 
+ 00000867  0x00000489 fetch  0x00000001 , 0x000049d4 
+ 00000868  0x0000048a branch  0x0000036c , 0x00000034 
+ 00000869  0x0000048b store  0x00000001 , 0x000049d3 
+ 00000870  0x0000048c increase  0x00000001 , 0x00000013 
+ 00000871  0x0000048d fetch  0x00000002 , 0x000049fc 
+ 00000872  0x0000048e isub  0x00000013 , 0x0000003e 
+ 00000873  0x0000048f nrtn  0x00000002 
+ 00000874  0x00000490 copy  0x00000013 , 0x00000012 
+ 00000875  0x00000491 branch  0x00000362 
+ 00000876  0x00000494 fetch  0x00000001 , 0x000049d3 
+ 00000877  0x00000495 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00000878  0x00000496 branch  0x00000376 , 0x00000034 
+ 00000879  0x00000497 fetch  0x00000001 , 0x00004690 
+ 00000880  0x00000499 call  0x00000384 
+ 00000881  0x0000049b store  0x00000001 , 0x000049d5 
+ 00000882  0x0000049d arg  0x00000001 , 0x00000039 
+ 00000883  0x0000049e copy  0x00000013 , 0x00000012 
+ 00000884  0x0000049f arg  0x000049d5 , 0x00000011 
+ 00000885  0x000004a0 branch  0x00006b45 
+ 00000886  0x000004a3 fetcht  0x00000001 , 0x000049d3 
+ 00000887  0x000004a4 fetch  0x00000001 , 0x00004690 
+ 00000888  0x000004a5 call  0x00000384 
+ 00000889  0x000004a6 isub  0x00000002 , 0x0000003e 
+ 00000890  0x000004a7 rtn  0x00000005 
+ 00000891  0x000004a8 lshift4  0x0000003f , 0x0000003f 
+ 00000892  0x000004a9 iadd  0x00000002 , 0x0000003f 
+ 00000893  0x000004aa store  0x00000001 , 0x000049d5 
+ 00000894  0x000004ac copy  0x00000013 , 0x0000003f 
+ 00000895  0x000004ad fetcht  0x00000002 , 0x000049fa 
+ 00000896  0x000004ae isub  0x00000002 , 0x0000003e 
+ 00000897  0x000004af branch  0x00000372 , 0x00000005 
+ 00000898  0x000004b1 increase  0xffffffff , 0x00000013 
+ 00000899  0x000004b2 branch  0x00000372 
+ 00000900  0x000004b5 rtnne  0x00000000 
+ 00000901  0x000004b6 increase  0x00000006 , 0x0000003f 
+ 00000902  0x000004b7 rtn 
+ 00000903  0x000004ba fetch  0x00000008 , 0x00004713 
+ 00000904  0x000004bb bbit1  0x0000003e , 0x0000038e 
+ 00000905  0x000004bc fetch  0x00000001 , 0x00004666 
+ 00000906  0x000004bd rtneq  0x00000000 
+ 00000907  0x000004be beq  0x00000001 , 0x0000038e 
+ 00000908  0x000004bf beq  0x00000002 , 0x00000395 
+ 00000909  0x000004c0 rtn 
+ 00000910  0x000004c3 fetch  0x00000006 , 0x0000466e 
+ 00000911  0x000004c4 fetcht  0x00000006 , 0x000046e6 
+ 00000912  0x000004c5 isub  0x00000002 , 0x0000003e 
+ 00000913  0x000004c6 nrtn  0x00000005 
+ 00000914  0x000004c7 fetch  0x00000006 , 0x000042db 
+ 00000915  0x000004c8 store  0x00000006 , 0x0000466e 
+ 00000916  0x000004c9 rtn 
+ 00000917  0x000004cc fetch  0x00000006 , 0x0000466e 
+ 00000918  0x000004cd fetcht  0x00000006 , 0x000046e6 
+ 00000919  0x000004ce isub  0x00000002 , 0x0000003e 
+ 00000920  0x000004cf nrtn  0x00000005 
+ 00000921  0x000004d0 fetch  0x00000006 , 0x000042db 
+ 00000922  0x000004d1 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00000923  0x000004d2 store  0x00000006 , 0x0000466e 
+ 00000924  0x000004d3 rtn 
+ 00000925  0x000004d6 call  0x0000039f 
+ 00000926  0x000004d7 branch  0x00005a9c 
+ 00000927  0x000004da fetch  0x00000008 , 0x00004713 
+ 00000928  0x000004db bbit0  0x00000014 , 0x00005c6f 
+ 00000929  0x000004dc bbit1  0x0000003e , 0x000003a7 
+ 00000930  0x000004de fetch  0x00000001 , 0x00004666 
+ 00000931  0x000004df rtneq  0x00000000 
+ 00000932  0x000004e0 beq  0x00000001 , 0x000003a7 
+ 00000933  0x000004e1 beq  0x00000002 , 0x000003ac 
+ 00000934  0x000004e2 rtn 
+ 00000935  0x000004e5 fetch  0x00000006 , 0x00004668 
+ 00000936  0x000004e6 store  0x00000006 , 0x00004116 
+ 00000937  0x000004e9 fetch  0x00000006 , 0x0000466e 
+ 00000938  0x000004ea store  0x00000006 , 0x000042db 
+ 00000939  0x000004eb rtn 
+ 00000940  0x000004ee fetch  0x00000006 , 0x00004675 
+ 00000941  0x000004ef store  0x00000006 , 0x00004116 
+ 00000942  0x000004f2 fetch  0x00000006 , 0x0000467b 
+ 00000943  0x000004f3 store  0x00000006 , 0x000042db 
+ 00000944  0x000004f4 rtn 
+ 00000945  0x000004f7 fetch  0x00000008 , 0x00004713 
+ 00000946  0x000004f8 rtnbit0  0x00000002 
+ 00000947  0x000004f9 bbit0  0x00000014 , 0x00005c43 
+ 00000948  0x000004fa arg  0x00000002 , 0x00000007 
+ 00000949  0x000004fb call  0x00005f04 
+ 00000950  0x000004fc call  0x00005c4a 
+ 00000951  0x000004fd call  0x000003b9 
+ 00000952  0x000004fe branch  0x00005ca3 
+ 00000953  0x00000501 fetch  0x00000001 , 0x00004666 
+ 00000954  0x00000502 beq  0x00000001 , 0x000003bd 
+ 00000955  0x00000503 beq  0x00000002 , 0x000003c2 
+ 00000956  0x00000504 rtn 
+ 00000957  0x00000507 fetch  0x00000006 , 0x00000178 
+ 00000958  0x00000508 store  0x00000006 , 0x00004668 
+ 00000959  0x00000509 fetch  0x00000006 , 0x000042db 
+ 00000960  0x0000050a store  0x00000006 , 0x0000466e 
+ 00000961  0x0000050b rtn 
+ 00000962  0x0000050e fetch  0x00000006 , 0x00000178 
+ 00000963  0x0000050f store  0x00000006 , 0x00004675 
+ 00000964  0x00000510 fetch  0x00000006 , 0x000042db 
+ 00000965  0x00000511 store  0x00000006 , 0x0000467b 
+ 00000966  0x00000512 rtn 
+ 00000967  0x00000516 call  0x000003dd 
+ 00000968  0x00000517 call  0x0000614d 
+ 00000969  0x00000518 call  0x0000553d 
+ 00000970  0x0000051a call  0x00006110 
+ 00000971  0x0000051b call  0x000061b1 
+ 00000972  0x0000051c call  0x0000611e 
+ 00000973  0x0000051e call  0x0000328e 
+ 00000974  0x0000051f call  0x00003531 
+ 00000975  0x00000520 call  0x00005fdd 
+ 00000976  0x00000522 call  0x0000572c 
+ 00000977  0x00000523 call  0x00005b9b 
+ 00000978  0x00000524 call  0x00005bab 
+ 00000979  0x00000525 call  0x00005bce 
+ 00000980  0x00000527 call  0x00005bd3 
+ 00000981  0x00000528 call  0x00005be1 
+ 00000982  0x00000529 call  0x00005bee 
+ 00000983  0x0000052a call  0x00005be4 
+ 00000984  0x0000052c call  0x00005bfb 
+ 00000985  0x0000052d call  0x000003e0 
+ 00000986  0x0000052e call  0x000056b6 
+ 00000987  0x0000052f call  0x00005c0e 
+ 00000988  0x00000530 branch  0x00005c05 
+ 00000989  0x00000533 arg  0x00004a05 , 0x00000013 
+ 00000990  0x00000534 arg  0x00005aef , 0x00000012 
+ 00000991  0x00000535 branch  0x000042e0 
+ 00000992  0x00000538 arg  0x0000477e , 0x00000013 
+ 00000993  0x00000539 arg  0x000003e3 , 0x00000012 
+ 00000994  0x0000053a branch  0x000042e0 
+ 00000995  0x0000053c fetch  0x00000001 , 0x0000496b 
+ 00000996  0x0000053d store  0x00000001 , 0x000040c0 
+ 00000997  0x0000053e jam  0x00000003 , 0x0000477d 
+ 00000998  0x0000053f rtn 
+ 00000999  0x00000542 call  0x000059ed 
+ 00001000  0x00000543 branch  0x00005c1b 
+ 00001001  0x00000546 copy  0x00000013 , 0x0000003f 
+ 00001002  0x00000547 beq  0x00000040 , 0x000003fe 
+ 00001003  0x00000548 beq  0x00000015 , 0x00000403 
+ 00001004  0x00000549 beq  0x00000032 , 0x000003f5 
+ 00001005  0x0000054a beq  0x0000003c , 0x0000041e 
+ 00001006  0x0000054b beq  0x00000039 , 0x0000042f 
+ 00001007  0x0000054c beq  0x0000003a , 0x00000432 
+ 00001008  0x0000054d beq  0x00000014 , 0x000003f2 
+ 00001009  0x0000054e branch  0x00005ac3 
+ 00001010  0x00000552 setarg  0x00000000 
+ 00001011  0x00000553 store  0x00000004 , 0x00004bf9 
+ 00001012  0x00000554 branch  0x00005ad0 
+ 00001013  0x00000557 fetch  0x00000001 , 0x00004795 
+ 00001014  0x00000558 beq  0x00000001 , 0x000003f9 
+ 00001015  0x00000559 jam  0x00000014 , 0x00004844 
+ 00001016  0x0000055a branch  0x000003fb 
+ 00001017  0x0000055c call  0x00005aef 
+ 00001018  0x0000055d jam  0x00000005 , 0x00004844 
+ 00001019  0x0000055f fetch  0x00000001 , 0x00004bf8 
+ 00001020  0x00000560 store  0x00000001 , 0x00004bf9 
+ 00001021  0x00000561 branch  0x00005af6 
+ 00001022  0x00000565 fetch  0x00000001 , 0x00004a04 
+ 00001023  0x00000566 nrtn  0x00000034 
+ 00001024  0x00000567 jam  0x00000001 , 0x00004a04 
+ 00001025  0x00000568 jam  0x0000001e , 0x00004a05 
+ 00001026  0x00000569 rtn 
+ 00001027  0x0000056f setarg  0x00000000 
+ 00001028  0x00000570 store  0x00000002 , 0x000047c0 
+ 00001029  0x00000571 jam  0x00000000 , 0x00004794 
+ 00001030  0x00000572 arg  0x00000006 , 0x00000002 
+ 00001031  0x00000573 fetch  0x00000008 , 0x00004713 
+ 00001032  0x00000574 bbit1  0x0000001b , 0x0000040a 
+ 00001033  0x00000575 arg  0x00000007 , 0x00000002 
+ 00001034  0x00000577 storet  0x00000002 , 0x000042d3 
+ 00001035  0x00000578 storet  0x00000002 , 0x000042d5 
+ 00001036  0x00000579 jam  0x00000000 , 0x000047c2 
+ 00001037  0x0000057a jam  0x00000000 , 0x00004956 
+ 00001038  0x0000057b call  0x000029cb 
+ 00001039  0x0000057c branch  0x00000410 
+ 00001040  0x0000057e call  0x00005b7b 
+ 00001041  0x0000057f fetch  0x00000002 , 0x000043ef 
+ 00001042  0x00000580 bbit1  0x00000007 , 0x00000415 
+ 00001043  0x00000581 bbit1  0x00000000 , 0x000042fc 
+ 00001044  0x00000582 branch  0x00005c1a 
+ 00001045  0x00000584 fetch  0x00000002 , 0x000043ef 
+ 00001046  0x00000585 bbit1  0x00000000 , 0x000042fc 
+ 00001047  0x00000586 fetch  0x00000001 , 0x00004843 
+ 00001048  0x00000587 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001049  0x00000588 call  0x00005b21 
+ 00001050  0x00000589 bne  0x00000003 , 0x000054a9 
+ 00001051  0x0000058a fetch  0x00000001 , 0x00004bfc 
+ 00001052  0x0000058b nbranch  0x000054a9 , 0x00000034 
+ 00001053  0x0000058c branch  0x000054cd 
+ 00001054  0x0000058f fetch  0x00000004 , 0x0000458f 
+ 00001055  0x00000590 store  0x00000004 , 0x000045e8 
+ 00001056  0x00000591 store  0x00000004 , 0x00004691 
+ 00001057  0x00000592 call  0x0000355a 
+ 00001058  0x00000593 call  0x00005c0b 
+ 00001059  0x00000594 call  0x0000618e 
+ 00001060  0x00000595 call  0x00005a73 
+ 00001061  0x00000596 jam  0x00000000 , 0x0000477d 
+ 00001062  0x00000597 jam  0x00000000 , 0x000045fc 
+ 00001063  0x00000598 jam  0x00000000 , 0x000045e2 
+ 00001064  0x00000599 fetch  0x00000004 , 0x000045e8 
+ 00001065  0x0000059a fetcht  0x00000004 , 0x000045e4 
+ 00001066  0x0000059b isub  0x00000002 , 0x0000003e 
+ 00001067  0x0000059c rtn  0x00000005 
+ 00001068  0x0000059d call  0x00006016 
+ 00001069  0x0000059e call  0x00000466 
+ 00001070  0x0000059f branch  0x00006042 
+ 00001071  0x000005a2 call  0x00006016 
+ 00001072  0x000005a3 call  0x00000466 
+ 00001073  0x000005a4 branch  0x00006084 
+ 00001074  0x000005a7 call  0x00006016 
+ 00001075  0x000005a8 call  0x00000466 
+ 00001076  0x000005a9 fetch  0x00000001 , 0x0000487a 
+ 00001077  0x000005aa rtneq  0x00000001 
+ 00001078  0x000005ab fetch  0x00000001 , 0x00004600 
+ 00001079  0x000005ac nbranch  0x00005ff2 , 0x00000034 
+ 00001080  0x000005ad fetch  0x00000001 , 0x000045e2 
+ 00001081  0x000005ae beq  0x00000004 , 0x0000043d 
+ 00001082  0x000005af beq  0x00000001 , 0x0000605f 
+ 00001083  0x000005b0 beq  0x00000003 , 0x00000444 
+ 00001084  0x000005b1 branch  0x00006055 
+ 00001085  0x000005b4 fetch  0x00000008 , 0x00004713 
+ 00001086  0x000005b5 bbit0  0x0000003e , 0x00006059 
+ 00001087  0x000005b6 fetch  0x00000001 , 0x0000471b 
+ 00001088  0x000005b7 beq  0x00000001 , 0x00006059 
+ 00001089  0x000005b9 call  0x00006018 
+ 00001090  0x000005ba jam  0x00000001 , 0x00004666 
+ 00001091  0x000005bb branch  0x00005491 
+ 00001092  0x000005be fetch  0x00000008 , 0x00004713 
+ 00001093  0x000005bf bbit0  0x0000003e , 0x00006059 
+ 00001094  0x000005c0 bbit1  0x00000013 , 0x00006059 
+ 00001095  0x000005c1 bbit1  0x00000014 , 0x00006059 
+ 00001096  0x000005c2 bbit1  0x00000012 , 0x00006059 
+ 00001097  0x000005c3 branch  0x00006034 
+ 00001098  0x000005c6 fetch  0x00000008 , 0x00004713 
+ 00001099  0x000005c7 bbit1  0x0000003e , 0x0000044f 
+ 00001100  0x000005c8 fetch  0x00000001 , 0x00004666 
+ 00001101  0x000005c9 beq  0x00000000 , 0x00000456 
+ 00001102  0x000005ca branch  0x00005491 
+ 00001103  0x000005cd call  0x000054ac 
+ 00001104  0x000005ce branch  0x00000452 , 0x00000028 
+ 00001105  0x000005cf branch  0x0000602f 
+ 00001106  0x000005d2 fetch  0x00000001 , 0x00004666 
+ 00001107  0x000005d3 beq  0x00000000 , 0x00006067 
+ 00001108  0x000005d4 call  0x00005aa8 
+ 00001109  0x000005d5 branch  0x00000441 
+ 00001110  0x000005d8 fetch  0x00000008 , 0x00004713 
+ 00001111  0x000005d9 bbit0  0x00000011 , 0x0000602a 
+ 00001112  0x000005da call  0x00006195 
+ 00001113  0x000005db call  0x000054ac 
+ 00001114  0x000005dc branch  0x00006067 , 0x00000028 
+ 00001115  0x000005dd fetch  0x00000008 , 0x00004713 
+ 00001116  0x000005de bbit1  0x00000030 , 0x0000045e 
+ 00001117  0x000005df branch  0x00006023 
+ 00001118  0x000005e2 jam  0x00000000 , 0x00004666 
+ 00001119  0x000005e3 fetch  0x00000002 , 0x00004721 
+ 00001120  0x000005e4 store  0x00000002 , 0x000045de 
+ 00001121  0x000005e5 jam  0x00000001 , 0x000045e2 
+ 00001122  0x000005e6 branch  0x00003534 
+ 00001123  0x000005e9 fetch  0x00000001 , 0x00004141 
+ 00001124  0x000005ea store  0x00000001 , 0x00004a07 
+ 00001125  0x000005eb rtn 
+ 00001126  0x000005ee fetch  0x00000001 , 0x00004a07 
+ 00001127  0x000005ef store  0x00000001 , 0x00004141 
+ 00001128  0x000005f0 rtn 
+ 00001129  0x000005f3 call  0x0000620e 
+ 00001130  0x000005f4 call  0x000078aa 
+ 00001131  0x000005f5 call  0x0000046d 
+ 00001132  0x000005f6 branch  0x00005e61 
+ 00001133  0x000005f9 fetch  0x00000001 , 0x00004649 
+ 00001134  0x000005fa rtneq  0x000000ff 
+ 00001135  0x000005fb arg  0x00000000 , 0x00000011 
+ 00001136  0x000005fc jam  0x00000005 , 0x00004977 
+ 00001137  0x000005fd fetcht  0x00000001 , 0x00004649 
+ 00001138  0x000005fe call  0x00000474 
+ 00001139  0x000005ff branch  0x000056c1 
+ 00001140  0x00000602 fetch  0x00000008 , 0x00004713 
+ 00001141  0x00000603 bbit1  0x0000002b , 0x000056de 
+ 00001142  0x00000604 fetch  0x00000001 , 0x00004974 
+ 00001143  0x00000605 copy  0x0000003f , 0x00000013 
+ 00001144  0x00000606 fetch  0x00000001 , 0x00004654 
+ 00001145  0x00000607 beq  0x000000ff , 0x0000047b 
+ 00001146  0x00000608 branch  0x000056ce 
+ 00001147  0x0000060b fetch  0x00000001 , 0x00004649 
+ 00001148  0x0000060c call  0x00005946 
+ 00001149  0x0000060d fetcht  0x00000001 , 0x00004649 
+ 00001150  0x0000060e branch  0x0000047f 
+ 00001151  0x00000611 copy  0x00000013 , 0x0000003f 
+ 00001152  0x00000612 store  0x00000001 , 0x00004978 
+ 00001153  0x00000613 lshift  0x0000003f , 0x0000003f 
+ 00001154  0x00000614 copy  0x0000003f , 0x00000012 
+ 00001155  0x00000615 copy  0x00000002 , 0x00000013 
+ 00001156  0x00000616 call  0x000055b1 
+ 00001157  0x00000617 copy  0x00000013 , 0x00000002 
+ 00001158  0x00000618 call  0x00006ee6 
+ 00001159  0x00000619 nsetflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00001160  0x0000061a call  0x0000593d 
+ 00001161  0x0000061b branch  0x00005929 
+ 00001162  0x0000061e call  0x000036b4 
+ 00001163  0x0000061f nrtn  0x00000028 
+ 00001164  0x00000620 call  0x000036be 
+ 00001165  0x00000621 call  0x00000490 
+ 00001166  0x00000622 fetch  0x00000003 , 0x00004608 
+ 00001167  0x00000623 branch  0x00003622 
+ 00001168  0x00000627 setarg  0x00000000 
+ 00001169  0x00000628 set1  0x00000015 , 0x0000003f 
+ 00001170  0x00000629 store  0x00000008 , 0x00000016 
+ 00001171  0x0000062a setarg  0x00000000 
+ 00001172  0x0000062b store  0x00000004 , 0x0000001e 
+ 00001173  0x0000062c rtn 
+ 00001174  0x0000062f jam  0x00000000 , 0x00004600 
+ 00001175  0x00000630 call  0x00003647 
+ 00001176  0x00000631 setarg  0xffffffff 
+ 00001177  0x00000632 store  0x00000004 , 0x000045af 
+ 00001178  0x00000633 setarg  0x00000000 
+ 00001179  0x00000634 store  0x00000007 , 0x00004846 
+ 00001180  0x00000635 jam  0x00000001 , 0x0000473f 
+ 00001181  0x00000636 call  0x000059ed 
+ 00001182  0x00000638 branch  0x0000622b 
+ 00001183  0x0000063b call  0x00005a92 
+ 00001184  0x0000063c call  0x00000490 
+ 00001185  0x0000063d call  0x000056a9 
+ 00001186  0x0000063e fetcht  0x00000001 , 0x00004654 
+ 00001187  0x0000063f call  0x00006ef7 
+ 00001188  0x00000640 fetcht  0x00000001 , 0x00004654 
+ 00001189  0x00000641 call  0x00006ed3 
+ 00001190  0x00000642 fetch  0x00000001 , 0x0000464d 
+ 00001191  0x00000643 call  0x00005943 
+ 00001192  0x00000645 fetcht  0x00000001 , 0x0000465a 
+ 00001193  0x00000646 call  0x000055ab 
+ 00001194  0x00000647 arg  0x00000015 , 0x00000002 
+ 00001195  0x00000648 call  0x000055b5 
+ 00001196  0x0000064a call  0x0000611a 
+ 00001197  0x0000064b call  0x0000550c 
+ 00001198  0x0000064c call  0x000054f9 
+ 00001199  0x0000064d fetcht  0x00000001 , 0x0000464a 
+ 00001200  0x0000064e call  0x00006f0f 
+ 00001201  0x0000064f fetcht  0x00000001 , 0x0000464b 
+ 00001202  0x00000650 call  0x00006f0f 
+ 00001203  0x00000654 branch  0x000054e2 
+ 00001204  0x00000656 rtnmark0  0x00000026 
+ 00001205  0x00000657 call  0x00005601 
+ 00001206  0x00000658 nrtn  0x00000028 
+ 00001207  0x00000659 fetch  0x00000001 , 0x0000477c 
+ 00001208  0x0000065a jam  0x00000000 , 0x0000477c 
+ 00001209  0x0000065b ncall  0x000004c9 , 0x00000034 
+ 00001210  0x0000065d fetch  0x00000008 , 0x00004713 
+ 00001211  0x0000065e bbit0  0x00000016 , 0x000004be 
+ 00001212  0x0000065f fetch  0x00000001 , 0x0000496c 
+ 00001213  0x00000660 nbranch  0x000060b6 , 0x00000034 
+ 00001214  0x00000662 call  0x000004c0 
+ 00001215  0x00000663 branch  0x000060a2 
+ 00001216  0x00000666 fetch  0x00000001 , 0x00004659 
+ 00001217  0x00000667 rtnne  0x000000ff 
+ 00001218  0x00000668 fetch  0x00000001 , 0x0000477d 
+ 00001219  0x00000669 rtn  0x00000034 
+ 00001220  0x0000066a increase  0xffffffff , 0x0000003f 
+ 00001221  0x0000066b store  0x00000001 , 0x0000477d 
+ 00001222  0x0000066c setarg  0x00000000 
+ 00001223  0x0000066d store  0x00000004 , 0x00004847 
+ 00001224  0x0000066e branch  0x00005a73 
+ 00001225  0x00000671 call  0x00000490 
+ 00001226  0x00000672 branch  0x0000023b 
+ 00001227  0x00000675 fetch  0x00000008 , 0x00004713 
+ 00001228  0x00000676 rtnbit0  0x0000002a 
+ 00001229  0x00000677 bbit0  0x0000003f , 0x00005eb9 
+ 00001230  0x00000679 fetcht  0x00000001 , 0x0000465a 
+ 00001231  0x0000067a call  0x00006ef7 
+ 00001232  0x0000067b fetcht  0x00000001 , 0x0000465a 
+ 00001233  0x0000067c call  0x000055b1 
+ 00001234  0x0000067d fetcht  0x00000001 , 0x0000465a 
+ 00001235  0x0000067e call  0x00006ee6 
+ 00001236  0x0000067f nbranch  0x00005ec2 , 0x00000001 
+ 00001237  0x00000680 branch  0x00005ebe 
+ 00001238  0x00000683 call  0x00005958 
+ 00001239  0x00000684 beq  0x00000030 , 0x0000595f 
+ 00001240  0x00000685 beq  0x00000031 , 0x000059c6 
+ 00001241  0x00000686 beq  0x00000058 , 0x000004db 
+ 00001242  0x00000687 branch  0x00005952 
+ 00001243  0x0000068a call  0x000059e7 
+ 00001244  0x0000068b fetch  0x00000001 , 0x0000485a 
+ 00001245  0x0000068c beq  0x00000059 , 0x000004df 
+ 00001246  0x0000068d branch  0x0000595f 
+ 00001247  0x0000068f jam  0x0000000b , 0x00004957 
+ 00001248  0x00000690 arg  0x00004a0b , 0x00000013 
+ 00001249  0x00000691 branch  0x00005995 
+ 00001250  0x00000694 fetch  0x00000001 , 0x00004420 
+ 00001251  0x00000695 rtnne  0x00000000 
+ 00001252  0x00000696 fetch  0x00000001 , 0x00004957 
+ 00001253  0x00000697 beq  0x0000000b , 0x000004e7 
+ 00001254  0x00000698 branch  0x000059f8 
+ 00001255  0x0000069b call  0x00005a6d 
+ 00001256  0x0000069c fetch  0x00000001 , 0x00004659 
+ 00001257  0x0000069d beq  0x000000ff , 0x000004ed 
+ 00001258  0x0000069e fetcht  0x00000001 , 0x00004659 
+ 00001259  0x0000069f call  0x00006ee6 
+ 00001260  0x000006a0 nrtn  0x00000001 
+ 00001261  0x000006a2 setarg  0x00000000 
+ 00001262  0x000006a3 call  0x000069e5 
+ 00001263  0x000006a4 bne  0x00000058 , 0x00005955 
+ 00001264  0x000006a5 branch  0x00005a2f 
+ 00001265  0x000006a9 disable  0x00000028 
+ 00001266  0x000006aa setarg  0x00000000 
+ 00001267  0x000006ab store  0x00000006 , 0x00004847 
+ 00001268  0x000006ac call  0x000004e2 
+ 00001269  0x000006ad setarg  0x00000089 
+ 00001270  0x000006ae call  0x000069e4 
+ 00001271  0x000006af call  0x00005747 
+ 00001272  0x000006b0 call  0x00005612 
+ 00001273  0x000006b1 call  0x00005617 
+ 00001274  0x000006b2 call  0x000004fc 
+ 00001275  0x000006b3 branch  0x0000560c 
+ 00001276  0x000006b6 call  0x0000584c 
+ 00001277  0x000006b7 fetch  0x00000001 , 0x00004987 
+ 00001278  0x000006b8 nbranch  0x00005860 , 0x00000034 
+ 00001279  0x000006b9 fetch  0x00000001 , 0x00004982 
+ 00001280  0x000006ba nbranch  0x0000585f , 0x00000034 
+ 00001281  0x000006bc call  0x00005888 
+ 00001282  0x000006bd call  0x00000504 
+ 00001283  0x000006be branch  0x000057ad 
+ 00001284  0x000006c1 jam  0x00000000 , 0x00004979 
+ 00001285  0x000006c2 jam  0x00000000 , 0x0000497a 
+ 00001286  0x000006c3 jam  0x00000000 , 0x0000497b 
+ 00001287  0x000006c4 copy  0x0000003f , 0x00000012 
+ 00001288  0x000006c5 fetcht  0x00000001 , 0x00004644 
+ 00001289  0x000006c6 fetch  0x00000001 , 0x00004647 
+ 00001290  0x000006c7 isub  0x00000002 , 0x0000003e 
+ 00001291  0x000006c8 branch  0x00000516 , 0x00000005 
+ 00001292  0x000006c9 fetch  0x00000001 , 0x00004648 
+ 00001293  0x000006ca isub  0x00000002 , 0x0000003e 
+ 00001294  0x000006cb branch  0x0000051c , 0x00000005 
+ 00001295  0x000006cc fetcht  0x00000001 , 0x00004645 
+ 00001296  0x000006cd fetch  0x00000001 , 0x00004647 
+ 00001297  0x000006ce isub  0x00000002 , 0x0000003e 
+ 00001298  0x000006cf branch  0x00000525 , 0x00000005 
+ 00001299  0x000006d1 call  0x000057fb 
+ 00001300  0x000006d3 call  0x0000052a 
+ 00001301  0x000006d4 branch  0x000057e5 
+ 00001302  0x000006d7 fetcht  0x00000001 , 0x00004645 
+ 00001303  0x000006d8 fetch  0x00000001 , 0x00004648 
+ 00001304  0x000006d9 isub  0x00000002 , 0x0000003e 
+ 00001305  0x000006da branch  0x000057d6 , 0x00000005 
+ 00001306  0x000006dc call  0x000057ef 
+ 00001307  0x000006dd branch  0x00000526 
+ 00001308  0x000006e0 fetcht  0x00000001 , 0x00004645 
+ 00001309  0x000006e1 fetch  0x00000001 , 0x00004647 
+ 00001310  0x000006e2 isub  0x00000002 , 0x0000003e 
+ 00001311  0x000006e3 branch  0x00000522 , 0x00000005 
+ 00001312  0x000006e5 call  0x0000052c 
+ 00001313  0x000006e6 branch  0x00000514 
+ 00001314  0x000006e9 call  0x0000052c 
+ 00001315  0x000006ea call  0x00000528 
+ 00001316  0x000006eb branch  0x000057e5 
+ 00001317  0x000006ee call  0x00000528 
+ 00001318  0x000006f0 call  0x0000052e 
+ 00001319  0x000006f1 branch  0x000057e5 
+ 00001320  0x000006f4 and  0x00000012 , 0x00000012 , 0x0000003f 
+ 00001321  0x000006f5 branch  0x000057f3 
+ 00001322  0x000006f9 and  0x00000012 , 0x0000000a , 0x0000003f 
+ 00001323  0x000006fa branch  0x000057f6 
+ 00001324  0x000006fe and  0x00000012 , 0x00000011 , 0x0000003f 
+ 00001325  0x000006ff branch  0x000057f9 
+ 00001326  0x00000703 and  0x00000012 , 0x00000012 , 0x0000003f 
+ 00001327  0x00000704 branch  0x000057ff 
+ 00008192  0x00000710 call  0x00002385 
+ 00008193  0x00000713 bpatch  0x00000000 , 0x00004000 
+ 00008194  0x00000714 clear_stack 
+ 00008195  0x00000716 call  0x000042a3 
+ 00008196  0x00000717 call  0x0000223d 
+ 00008197  0x00000718 call  0x00006cad 
+ 00008198  0x00000719 call  0x00002363 
+ 00008199  0x0000071a call  0x00006946 
+ 00008200  0x0000071b bpatch  0x00000001 , 0x00004000 
+ 00008201  0x0000071c call  0x0000776f 
+ 00008202  0x0000071d call  0x00004295 
+ 00008203  0x0000071e call  0x00007447 
+ 00008204  0x00000720 call  0x0000244f , 0x0000002b 
+ 00008205  0x00000722 bpatch  0x00000002 , 0x00004000 
+ 00008206  0x00000723 call  0x00007552 
+ 00008207  0x00000724 call  0x00007448 
+ 00008208  0x00000725 call  0x00002a45 
+ 00008209  0x00000726 call  0x0000202a 
+ 00008210  0x00000727 call  0x000042ad 
+ 00008211  0x00000728 call  0x00002018 
+ 00008212  0x00000729 call  0x0000310f 
+ 00008213  0x0000072a call  0x0000248c 
+ 00008214  0x0000072b call  0x00004bfb 
+ 00008215  0x0000072c branch  0x0000200d 
+ 00008216  0x0000072f call  0x0000201d 
+ 00008217  0x00000730 rtnmark0  0x00000009 
+ 00008218  0x00000731 set0  0x00000009 , 0x00000000 
+ 00008219  0x00000732 call  0x00002041 
+ 00008220  0x00000733 branch  0x000025bc 
+ 00008221  0x00000736 bpatch  0x00000003 , 0x00004000 
+ 00008222  0x00000737 call  0x00002066 
+ 00008223  0x00000738 nbranch  0x00002025 , 0x00000005 
+ 00008224  0x00000739 call  0x00002036 
+ 00008225  0x0000073a add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008226  0x0000073b ifetch  0x00000001 , 0x00000006 
+ 00008227  0x0000073c bbit1  0x00000000 , 0x00002536 
+ 00008228  0x0000073f rtn 
+ 00008229  0x00000742 jam  0x00000000 , 0x00000006 
+ 00008230  0x00000743 call  0x00002047 
+ 00008231  0x00000744 copy  0x00000039 , 0x0000003e 
+ 00008232  0x00000745 rtn  0x00000005 
+ 00008233  0x00000746 branch  0x0000235a 
+ 00008234  0x0000074e fetch  0x00000001 , 0x00004114 
+ 00008235  0x0000074f rtn  0x00000034 
+ 00008236  0x00000750 beq  0x0000001b , 0x00002033 
+ 00008237  0x00000751 call  0x0000205f 
+ 00008238  0x00000752 rtn  0x00000005 
+ 00008239  0x00000753 call  0x00002062 
+ 00008240  0x00000754 rtn  0x00000005 
+ 00008241  0x00000756 jam  0x00000000 , 0x00004114 
+ 00008242  0x00000757 rtn 
+ 00008243  0x0000075a jam  0x0000001b , 0x000001bc 
+ 00008244  0x0000075b jam  0x00000000 , 0x00004114 
+ 00008245  0x0000075c rtn 
+ 00008246  0x00000761 bpatch  0x00000004 , 0x00004000 
+ 00008247  0x00000762 set1  0x00000009 , 0x00000000 
+ 00008248  0x00000763 deposit  0x00000011 
+ 00008249  0x00000764 store  0x00000002 , 0x0000000a 
+ 00008250  0x00000765 force  0x00000053 , 0x00000039 
+ 00008251  0x00000766 arg  0x00000168 , 0x00000005 
+ 00008252  0x00000767 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008253  0x00000768 ifetch  0x00000001 , 0x00000006 
+ 00008254  0x00000769 copy  0x00000011 , 0x00000006 
+ 00008255  0x0000076a bbit1  0x00000000 , 0x00007cda 
+ 00008256  0x0000076b rtn 
+ 00008257  0x0000076e bpatch  0x00000005 , 0x00004000 
+ 00008258  0x0000076f fetch  0x00000002 , 0x0000000a 
+ 00008259  0x00000770 iforce  0x00000005 
+ 00008260  0x00000771 force  0x00000053 , 0x00000039 
+ 00008261  0x00000772 arg  0x00000168 , 0x00000006 
+ 00008262  0x00000773 branch  0x00007cda 
+ 00008263  0x00000778 arg  0x00000001 , 0x00000039 
+ 00008264  0x00000779 fetcht  0x00000001 , 0x00000006 
+ 00008265  0x0000077b increase  0x00000001 , 0x00000002 
+ 00008266  0x0000077c compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00008267  0x0000077d nbranch  0x0000204d , 0x00000001 
+ 00008268  0x0000077e arg  0x00000000 , 0x00000002 
+ 00008269  0x00000780 storet  0x00000001 , 0x00000006 
+ 00008270  0x00000781 mul32  0x00000002 , 0x00000053 , 0x0000003f 
+ 00008271  0x00000782 arg  0x00004040 , 0x00000011 
+ 00008272  0x00000783 iadd  0x00000011 , 0x00000011 
+ 00008273  0x00000784 ifetch  0x00000001 , 0x00000011 
+ 00008274  0x00000785 bbit1  0x00000001 , 0x00002054 
+ 00008275  0x00000786 rtnbit1  0x00000000 
+ 00008276  0x00000788 loop  0x00002049 
+ 00008277  0x00000789 rtn 
+ 00008278  0x0000078c bpatch  0x00000006 , 0x00004000 
+ 00008279  0x0000078d arg  0x00002073 , 0x00000013 
+ 00008280  0x0000078e call  0x00002069 
+ 00008281  0x0000078f nrtn  0x00000005 
+ 00008282  0x00000790 deposit  0x00000011 
+ 00008283  0x00000791 store  0x00000002 , 0x0000000a 
+ 00008284  0x00000792 branch  0x00007db8 
+ 00008285  0x00000798 arg  0x000020ad , 0x00000013 
+ 00008286  0x00000799 branch  0x00002069 
+ 00008287  0x0000079f fetcht  0x00000001 , 0x00004115 
+ 00008288  0x000007a1 arg  0x0000207b , 0x00000013 
+ 00008289  0x000007a2 branch  0x00002069 
+ 00008290  0x000007a6 bpatch  0x00000007 , 0x00004000 
+ 00008291  0x000007a7 fetcht  0x00000006 , 0x00004116 
+ 00008292  0x000007a9 arg  0x00002075 , 0x00000013 
+ 00008293  0x000007aa branch  0x00002069 
+ 00008294  0x000007ad arg  0x00002081 , 0x00000013 
+ 00008295  0x000007ae branch  0x00002069 
+ 00008296  0x000007b1 arg  0x000020c7 , 0x00000013 
+ 00008297  0x000007b3 bpatch  0x00000008 , 0x00004001 
+ 00008298  0x000007b4 arg  0x00004040 , 0x00000011 
+ 00008299  0x000007b5 arg  0x00000001 , 0x00000039 
+ 00008300  0x000007b7 ifetch  0x00000001 , 0x00000011 
+ 00008301  0x000007b8 copy  0x00000013 , 0x0000003d 
+ 00008302  0x000007ba bpatch  0x00000009 , 0x00004001 
+ 00008303  0x000007bb increase  0x00000053 , 0x00000011 
+ 00008304  0x000007bc loop  0x0000206c 
+ 00008305  0x000007bd force  0x00000001 , 0x0000003e 
+ 00008306  0x000007be rtn 
+ 00008307  0x000007c1 bbit1  0x00000000 , 0x0000206e 
+ 00008308  0x000007c2 branch  0x00007db8 
+ 00008309  0x000007c5 bbit0  0x00000000 , 0x0000206e 
+ 00008310  0x000007c7 add  0x00000011 , 0x00000010 , 0x00000006 
+ 00008311  0x000007c8 ifetch  0x00000006 , 0x00000006 
+ 00008312  0x000007c9 isub  0x00000002 , 0x0000003e 
+ 00008313  0x000007ca rtn  0x00000005 
+ 00008314  0x000007cb branch  0x0000206e 
+ 00008315  0x000007ce bbit0  0x00000000 , 0x0000206e 
+ 00008316  0x000007cf add  0x00000011 , 0x00000016 , 0x00000006 
+ 00008317  0x000007d0 ifetch  0x00000001 , 0x00000006 
+ 00008318  0x000007d1 isub  0x00000002 , 0x0000003e 
+ 00008319  0x000007d2 rtn  0x00000005 
+ 00008320  0x000007d3 branch  0x0000206e 
+ 00008321  0x000007d6 bbit0  0x00000001 , 0x0000206e 
+ 00008322  0x000007d8 call  0x000020b4 
+ 00008323  0x000007d9 call  0x0000209d 
+ 00008324  0x000007da isub  0x00000002 , 0x0000003f 
+ 00008325  0x000007db increase  0x00000001 , 0x0000003f 
+ 00008326  0x000007dc branch  0x00002097 , 0x00000002 
+ 00008327  0x000007dd copy  0x00000006 , 0x00000012 
+ 00008328  0x000007de store  0x00000009 , 0x00000678 
+ 00008329  0x000007df bpatch  0x0000000a , 0x00004001 
+ 00008330  0x000007e0 fetch  0x00000001 , 0x0000446d 
+ 00008331  0x000007e1 nbranch  0x00002090 , 0x00000034 
+ 00008332  0x000007e2 fetch  0x00000009 , 0x00000678 
+ 00008333  0x000007e3 copy  0x00000012 , 0x00000006 
+ 00008334  0x000007e4 increase  0x00000005 , 0x0000003f 
+ 00008335  0x000007e5 branch  0x00002093 
+ 00008336  0x000007e8 fetch  0x00000009 , 0x00000678 
+ 00008337  0x000007e9 copy  0x00000012 , 0x00000006 
+ 00008338  0x000007ea increase  0x00000014 , 0x0000003f 
+ 00008339  0x000007ec nbranch  0x0000206e , 0x00000002 
+ 00008340  0x000007ee copy  0x00000002 , 0x00000021 
+ 00008341  0x000007ef call  0x000020c0 
+ 00008342  0x000007f0 branch  0x00007db8 
+ 00008343  0x000007f4 iforce  0x00000012 
+ 00008344  0x000007f5 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00008345  0x000007f6 ifetch  0x00000002 , 0x00000006 
+ 00008346  0x000007f7 branch  0x00002094 , 0x00000034 
+ 00008347  0x000007f8 call  0x000020c0 
+ 00008348  0x000007f9 branch  0x00002082 
+ 00008349  0x000007fc rshift16  0x0000003f , 0x0000000b 
+ 00008350  0x000007fd rshift8  0x0000000b , 0x0000000b 
+ 00008351  0x000007fe branch  0x000020a7 , 0x00000005 
+ 00008352  0x000007ff compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00008353  0x00000800 nrtn  0x00000001 
+ 00008354  0x00000801 rshift16  0x00000002 , 0x0000000b 
+ 00008355  0x00000802 rshift8  0x0000000b , 0x0000000b 
+ 00008356  0x00000803 nrtn  0x00000005 
+ 00008357  0x00000804 set1  0x0000001c , 0x00000002 
+ 00008358  0x00000805 rtn 
+ 00008359  0x00000807 rshift16  0x00000002 , 0x0000000b 
+ 00008360  0x00000808 rshift8  0x0000000b , 0x0000000b 
+ 00008361  0x00000809 compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00008362  0x0000080a nrtn  0x00000001 
+ 00008363  0x0000080b set1  0x0000001c , 0x0000003f 
+ 00008364  0x0000080c rtn 
+ 00008365  0x0000080f bbit0  0x00000000 , 0x0000206e 
+ 00008366  0x00000810 branch  0x00007db8 
+ 00008367  0x00000814 bbit0  0x00000000 , 0x0000206e 
+ 00008368  0x00000815 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008369  0x00000816 ifetch  0x00000001 , 0x00000006 
+ 00008370  0x00000817 bbit1  0x00000000 , 0x0000206e 
+ 00008371  0x00000818 rtn 
+ 00008372  0x0000081b add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008373  0x0000081c ifetcht  0x00000001 , 0x00000006 
+ 00008374  0x0000081d deposit  0x00000022 
+ 00008375  0x0000081e isolate1  0x00000001 , 0x00000002 
+ 00008376  0x0000081f add  0x00000011 , 0x00000004 , 0x00000006 
+ 00008377  0x00000820 ifetcht  0x00000004 , 0x00000006 
+ 00008378  0x00000821 rtn  0x00000001 
+ 00008379  0x00000822 add  0x00000011 , 0x00000008 , 0x00000006 
+ 00008380  0x00000823 ifetch  0x00000006 , 0x00000006 
+ 00008381  0x00000824 call  0x00002109 
+ 00008382  0x00000825 deposit  0x00000028 
+ 00008383  0x00000826 rtn 
+ 00008384  0x00000829 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00008385  0x0000082a add  0x00000011 , 0x00000004 , 0x00000005 
+ 00008386  0x0000082b ifetch  0x00000002 , 0x00000006 
+ 00008387  0x0000082c iadd  0x00000002 , 0x0000000b 
+ 00008388  0x0000082d deposit  0x0000000b 
+ 00008389  0x0000082e istore  0x00000004 , 0x00000005 
+ 00008390  0x0000082f branch  0x00002609 
+ 00008391  0x00000833 bbit0  0x00000001 , 0x0000206e 
+ 00008392  0x00000834 call  0x000020b4 
+ 00008393  0x00000835 iadd  0x0000001b , 0x0000003f 
+ 00008394  0x00000836 iadd  0x0000001b , 0x0000003f 
+ 00008395  0x00000837 iadd  0x00000007 , 0x0000003f 
+ 00008396  0x00000838 isub  0x00000002 , 0x0000003e 
+ 00008397  0x00000839 nbranch  0x0000206e , 0x00000002 
+ 00008398  0x0000083a branch  0x00007db8 
+ 00008399  0x0000083f bpatch  0x0000000b , 0x00004001 
+ 00008400  0x00000840 disable  0x0000003a 
+ 00008401  0x00000841 disable  0x0000001d 
+ 00008402  0x00000842 disable  0x0000001c 
+ 00008403  0x00000843 disable  0x0000000d 
+ 00008404  0x00000844 disable  0x0000000c 
+ 00008405  0x00000845 disable  0x00000009 
+ 00008406  0x00000846 disable  0x0000000e 
+ 00008407  0x00000847 disable  0x00000007 
+ 00008408  0x00000848 branch  0x00002152 , 0x00000021 
+ 00008409  0x00000849 until  0x0000003e , 0x00000027 
+ 00008410  0x0000084a nop  0x00000064 
+ 00008411  0x0000084b branch  0x00002152 
+ 00008412  0x00000851 bpatch  0x0000000c , 0x00004001 
+ 00008413  0x00000852 disable  0x00000010 
+ 00008414  0x00000853 copy  0x00000002 , 0x0000001b 
+ 00008415  0x00000854 call  0x00002068 
+ 00008416  0x00000855 disable  0x00000028 
+ 00008417  0x00000856 nrtn  0x00000005 
+ 00008418  0x00000857 force  0x00000000 , 0x0000001b 
+ 00008419  0x00000858 branch  0x00007dba 
+ 00008420  0x0000085c bpatch  0x0000000d , 0x00004001 
+ 00008421  0x0000085d until  0x0000003e , 0x00000022 
+ 00008422  0x0000085e deposit  0x0000001a 
+ 00008423  0x0000085f iforce  0x00000006 
+ 00008424  0x00000860 rshift16 , 0x0000003f , 0x0000003f 
+ 00008425  0x00000861 isub  0x00000022 , 0x00000039 
+ 00008426  0x00000862 and_into  0x00000003 , 0x00000039 
+ 00008427  0x00000863 nbranch  0x000020ee , 0x00000005 
+ 00008428  0x00000864 force  0x00000000 , 0x0000003f 
+ 00008429  0x00000865 branch  0x000020f2 
+ 00008430  0x00000867 fetcht  0x00000002 , 0x00000044 
+ 00008431  0x00000868 force  0x00000000 , 0x0000003f 
+ 00008432  0x0000086a iadd  0x00000002 , 0x0000003f 
+ 00008433  0x0000086b loop  0x000020f0 
+ 00008434  0x0000086d iadd  0x00000006 , 0x0000003f 
+ 00008435  0x0000086e div  0x0000003f , 0x0000000c 
+ 00008436  0x0000086f call  0x00007d5f 
+ 00008437  0x00000870 store  0x00000002 , 0x0000002e 
+ 00008438  0x00000871 rtn 
+ 00008439  0x00000874 bpatch  0x0000000e , 0x00004001 
+ 00008440  0x00000875 deposit  0x0000001a 
+ 00008441  0x00000876 copy  0x00000019 , 0x00000002 
+ 00008442  0x00000877 isub  0x00000002 , 0x0000003e 
+ 00008443  0x00000878 nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
+ 00008444  0x00000879 isub  0x00000002 , 0x00000002 
+ 00008445  0x0000087a fetch  0x00000002 , 0x00000044 
+ 00008446  0x0000087b isolate0  0x0000000f , 0x00000002 
+ 00008447  0x0000087c branch  0x00002105 , 0x00000001 
+ 00008448  0x0000087d copy  0x00000002 , 0x00000030 
+ 00008449  0x0000087e arg  0x00010000 , 0x00000002 
+ 00008450  0x0000087f fetch  0x00000002 , 0x00000044 
+ 00008451  0x00000880 isub  0x00000002 , 0x0000003f 
+ 00008452  0x00000881 iadd  0x00000030 , 0x00000002 
+ 00008453  0x00000884 storet  0x00000006 , 0x00000170 
+ 00008454  0x00000885 rtn 
+ 00008455  0x00000888 disable  0x00000030 
+ 00008456  0x00000889 fetch  0x00000006 , 0x00000170 
+ 00008457  0x0000088b iadd  0x00000019 , 0x00000030 
+ 00008458  0x0000088c increase  0x0000000a , 0x00000030 
+ 00008459  0x0000088d fetch  0x00000002 , 0x00000044 
+ 00008460  0x0000088e isub  0x00000030 , 0x0000003f 
+ 00008461  0x0000088f isolate0  0x0000000f , 0x0000003f 
+ 00008462  0x00000890 branch  0x00002115 , 0x00000001 
+ 00008463  0x00000891 setarg  0x00010000 
+ 00008464  0x00000892 fetchr  0x00000018 , 0x00000002 , 0x00000044 
+ 00008465  0x00000893 isub  0x00000018 , 0x0000003f 
+ 00008466  0x00000894 iadd  0x00000030 , 0x00000030 
+ 00008467  0x00000896 copy  0x00000030 , 0x0000001a 
+ 00008468  0x00000897 rtn 
+ 00008469  0x00000899 force  0x00000000 , 0x0000003e 
+ 00008470  0x0000089a branch  0x00002113 
+ 00008471  0x000008a2 rshift3  0x0000003f , 0x0000003f 
+ 00008472  0x000008a3 ifetchr  0x00000011 , 0x00000001 , 0x00000005 
+ 00008473  0x000008a4 ixor  0x00000011 , 0x0000003f 
+ 00008474  0x000008a5 isolate0  0x00000006 , 0x0000003f 
+ 00008475  0x000008a6 branch  0x0000211e 
+ 00008476  0x000008a9 isolate0  0x00000000 , 0x0000003e 
+ 00008477  0x000008ab arg  0x00008ac2 , 0x00000005 
+ 00008478  0x000008ad ifetch  0x00000001 , 0x00000005 
+ 00008479  0x000008ae qsetflag  0x00000001 , 0x0000003f 
+ 00008480  0x000008af istore  0x00000001 , 0x00000005 
+ 00008481  0x000008b0 rtn 
+ 00008482  0x000008b3 nop  0x0000003c 
+ 00008483  0x000008b6 jam  0x00000008 , 0x00008983 
+ 00008484  0x000008b7 jam  0x00000009 , 0x00008985 
+ 00008485  0x000008b8 jam  0x00000009 , 0x00008981 
+ 00008486  0x000008b9 jam  0x00000003 , 0x00008981 
+ 00008487  0x000008ba jam  0x00000006 , 0x00008980 
+ 00008488  0x000008bb nop  0x0000003c 
+ 00008489  0x000008bc arg  0x00000000 , 0x00000011 
+ 00008490  0x000008bd arg  0x00000000 , 0x00000012 
+ 00008491  0x000008be arg  0x00000010 , 0x00000039 
+ 00008492  0x000008bf arg  0x00000800 , 0x00000006 
+ 00008493  0x000008c1 ifetch  0x00000002 , 0x00000006 
+ 00008494  0x000008c2 iadd  0x00000011 , 0x00000011 
+ 00008495  0x000008c3 ifetch  0x00000002 , 0x00000006 
+ 00008496  0x000008c4 iadd  0x00000012 , 0x00000012 
+ 00008497  0x000008c5 loop  0x0000212d 
+ 00008498  0x000008c6 rtn 
+ 00008499  0x000008c9 bpatch  0x0000000f , 0x00004001 
+ 00008500  0x000008ca call  0x00002160 
+ 00008501  0x000008cb arg  0x00000027 , 0x00000002 
+ 00008502  0x000008cc call  0x0000216f 
+ 00008503  0x000008cd call  0x000021a6 
+ 00008504  0x000008ce jam  0x0000007f , 0x00008a25 
+ 00008505  0x000008cf jam  0x0000001a , 0x00008a30 
+ 00008506  0x000008d0 jam  0x00000078 , 0x00008a31 
+ 00008507  0x000008d1 jam  0x000000b2 , 0x00008a8f 
+ 00008508  0x000008d2 jam  0x00000000 , 0x00008ac2 
+ 00008509  0x000008d3 jam  0x00000000 , 0x00008ac3 
+ 00008510  0x000008d4 arg  0x00000006 , 0x00000007 
+ 00008511  0x000008d5 call  0x00002122 
+ 00008512  0x000008d6 isolate1  0x0000000d , 0x00000011 
+ 00008513  0x000008d7 call  0x0000211d 
+ 00008514  0x000008d8 isolate1  0x0000000d , 0x00000012 
+ 00008515  0x000008d9 call  0x0000211e 
+ 00008516  0x000008da arg  0x00000005 , 0x00000007 
+ 00008517  0x000008dc call  0x0000211c 
+ 00008518  0x000008dd call  0x0000211e 
+ 00008519  0x000008de call  0x00002122 
+ 00008520  0x000008df arg  0x00008ac2 , 0x00000005 
+ 00008521  0x000008e0 rshift4  0x00000011 , 0x0000003f 
+ 00008522  0x000008e1 call  0x00002117 
+ 00008523  0x000008e2 rshift4  0x00000012 , 0x0000003f 
+ 00008524  0x000008e3 call  0x00002117 
+ 00008525  0x000008e4 increase  0xffffffff , 0x00000007 
+ 00008526  0x000008e5 branch  0x00002145 , 0x00000002 
+ 00008527  0x000008e6 jam  0x00000052 , 0x00008a8f 
+ 00008528  0x000008e7 jam  0x00000002 , 0x00008a30 
+ 00008529  0x000008e8 jam  0x00000000 , 0x00008981 
+ 00008530  0x000008eb bpatch  0x00000010 , 0x00004002 
+ 00008531  0x000008ec call  0x00006875 
+ 00008532  0x000008ed disable  0x00000020 
+ 00008533  0x000008ee disable  0x00000021 
+ 00008534  0x000008ef setarg  0x00000200 
+ 00008535  0x000008f0 store  0x00000004 , 0x00008a23 
+ 00008536  0x000008f1 jam  0x000000fa , 0x00008a01 
+ 00008537  0x000008f2 nop  0x0000000c 
+ 00008538  0x000008f3 jam  0x00000000 , 0x00008a0f 
+ 00008539  0x000008f4 jam  0x0000001a , 0x00008a12 
+ 00008540  0x000008f5 jam  0x0000002b , 0x00008a14 
+ 00008541  0x000008f6 force  0x00000008 , 0x00000015 
+ 00008542  0x000008f7 force  0x00000000 , 0x00000015 
+ 00008543  0x000008f9 branch  0x0000230f 
+ 00008544  0x000008fc bpatch  0x00000011 , 0x00004002 
+ 00008545  0x000008fd jam  0x00000060 , 0x00008a0f 
+ 00008546  0x000008fe jam  0x000000aa , 0x00008a10 
+ 00008547  0x000008ff jam  0x0000007a , 0x00008a12 
+ 00008548  0x00000900 jam  0x00000000 , 0x00008a25 
+ 00008549  0x00000901 jam  0x00000000 , 0x00008a26 
+ 00008550  0x00000902 nop  0x0000003c 
+ 00008551  0x00000903 jam  0x00000020 , 0x00008a20 
+ 00008552  0x00000904 jam  0x000000fd , 0x00008a23 
+ 00008553  0x00000905 jam  0x00000012 , 0x00008a24 
+ 00008554  0x00000906 jam  0x00000010 , 0x00008a24 
+ 00008555  0x00000907 nop  0x0000003c 
+ 00008556  0x00000908 jam  0x00000060 , 0x00008a12 
+ 00008557  0x00000909 jam  0x000000dd , 0x00008a23 
+ 00008558  0x0000090a rtn 
+ 00008559  0x0000090d bpatch  0x00000012 , 0x00004002 
+ 00008560  0x0000090e jam  0x00000001 , 0x00008900 
+ 00008561  0x0000090f jam  0x0000009d , 0x00008a23 
+ 00008562  0x00000910 jam  0x00000002 , 0x00008a24 
+ 00008563  0x00000911 nop  0x00000014 
+ 00008564  0x00000912 jam  0x00000065 , 0x00008a70 
+ 00008565  0x00000913 jam  0x0000009f , 0x00008a23 
+ 00008566  0x00000914 call  0x0000218f 
+ 00008567  0x00000915 storet  0x00000001 , 0x00000008 
+ 00008568  0x00000916 increase  0x00000001 , 0x00000002 
+ 00008569  0x0000091b bpatch  0x00000013 , 0x00004002 
+ 00008570  0x0000091c rshift4  0x00000002 , 0x0000003f 
+ 00008571  0x0000091d arg  0x00004135 , 0x00000006 
+ 00008572  0x0000091e iadd  0x00000006 , 0x00000006 
+ 00008573  0x0000091f ifetch  0x00000001 , 0x00000006 
+ 00008574  0x00000920 fetchr  0x00000011 , 0x00000001 , 0x00008a71 
+ 00008575  0x00000921 and_into  0x0000000f , 0x00000011 
+ 00008576  0x00000922 ior  0x00000011 , 0x0000003f 
+ 00008577  0x00000923 store  0x00000001 , 0x00008a71 
+ 00008578  0x00000924 call  0x000021d0 
+ 00008579  0x00000925 nop  0x00000090 
+ 00008580  0x00000926 fetch  0x00000001 , 0x00004099 
+ 00008581  0x00000927 beq  0x00000018 , 0x00002187 
+ 00008582  0x00000928 nop  0x00000024 
+ 00008583  0x0000092a jam  0x00000080 , 0x00008a20 
+ 00008584  0x0000092b rtn 
+ 00008585  0x0000092f setarg  0x00008312 
+ 00008586  0x00000930 store  0x00000002 , 0x00008907 
+ 00008587  0x00000931 branch  0x00002197 
+ 00008588  0x00000934 setarg  0x00004189 
+ 00008589  0x00000935 store  0x00000002 , 0x00008907 
+ 00008590  0x00000936 branch  0x000021a3 
+ 00008591  0x0000093a bpatch  0x00000014 , 0x00004002 
+ 00008592  0x0000093b jam  0x00000011 , 0x00008a82 
+ 00008593  0x0000093c jam  0x00000012 , 0x00008a8d 
+ 00008594  0x0000093d jam  0x0000000a , 0x00008a8e 
+ 00008595  0x0000093e fetch  0x00000001 , 0x00004099 
+ 00008596  0x0000093f beq  0x00000010 , 0x00002189 
+ 00008597  0x00000940 setarg  0x00005762 
+ 00008598  0x00000941 store  0x00000002 , 0x00008907 
+ 00008599  0x00000943 jam  0x00000003 , 0x00008901 
+ 00008600  0x00000944 jam  0x00000084 , 0x00008920 
+ 00008601  0x00000945 rtnmark1  0x0000002d 
+ 00008602  0x00000946 jam  0x00000001 , 0x00008901 
+ 00008603  0x00000947 jam  0x00000080 , 0x00008920 
+ 00008604  0x00000948 jam  0x00000007 , 0x00008a82 
+ 00008605  0x00000949 jam  0x00000044 , 0x00008a8d 
+ 00008606  0x0000094a jam  0x0000000a , 0x00008a8e 
+ 00008607  0x0000094b fetch  0x00000001 , 0x00004099 
+ 00008608  0x0000094c beq  0x00000010 , 0x0000218c 
+ 00008609  0x0000094d setarg  0x00002bb1 
+ 00008610  0x0000094e store  0x00000002 , 0x00008907 
+ 00008611  0x00000950 rtnmark0  0x0000002f 
+ 00008612  0x00000951 jam  0x00000005 , 0x00008901 
+ 00008613  0x00000952 rtn 
+ 00008614  0x00000955 bpatch  0x00000015 , 0x00004002 
+ 00008615  0x00000956 call  0x0000686f 
+ 00008616  0x00000957 call  0x000021ba 
+ 00008617  0x00000958 force  0x00000008 , 0x00000015 
+ 00008618  0x00000959 force  0x00000000 , 0x00000015 
+ 00008619  0x0000095b setarg  0x000aaada 
+ 00008620  0x0000095c store  0x00000003 , 0x00008a0f 
+ 00008621  0x0000095d jam  0x00000040 , 0x00008a25 
+ 00008622  0x0000095e jam  0x00000010 , 0x00008a26 
+ 00008623  0x0000095f nop  0x0000003c 
+ 00008624  0x00000960 jam  0x000000fb , 0x00008a01 
+ 00008625  0x00000961 jam  0x000000ff , 0x00008a25 
+ 00008626  0x00000962 jam  0x00000030 , 0x00008a26 
+ 00008627  0x00000963 jam  0x0000005e , 0x00008a16 
+ 00008628  0x00000964 nop  0x00000014 
+ 00008629  0x00000965 jam  0x00000000 , 0x00008a10 
+ 00008630  0x00000966 jam  0x00000008 , 0x00008a11 
+ 00008631  0x00000967 nop  0x00000078 
+ 00008632  0x00000968 jam  0x0000000d , 0x00008900 
+ 00008633  0x00000969 rtn 
+ 00008634  0x0000096d fetch  0x00000001 , 0x00004143 
+ 00008635  0x0000096e beq  0x000000ff , 0x000021c1 
+ 00008636  0x0000096f arg  0x00004144 , 0x00000006 
+ 00008637  0x00000970 iadd  0x00000006 , 0x00000006 
+ 00008638  0x00000971 ifetch  0x00000001 , 0x00000006 
+ 00008639  0x00000972 store  0x00000001 , 0x00008961 
+ 00008640  0x00000973 jam  0x00000027 , 0x00008960 
+ 00008641  0x00000976 fetcht  0x00000001 , 0x00004147 
+ 00008642  0x00000977 fetch  0x00000001 , 0x00008960 
+ 00008643  0x00000978 ior  0x00000002 , 0x0000003f 
+ 00008644  0x00000979 store  0x00000001 , 0x00008960 
+ 00008645  0x0000097a rtn 
+ 00008646  0x0000097e jam  0x00000003 , 0x00008900 
+ 00008647  0x0000097f jam  0x00000002 , 0x00008a24 
+ 00008648  0x00000980 nop  0x00000014 
+ 00008649  0x00000981 jam  0x00000065 , 0x00008a70 
+ 00008650  0x00000982 jam  0x000000df , 0x00008a23 
+ 00008651  0x00000983 call  0x0000218f 
+ 00008652  0x00000984 call  0x000021e8 
+ 00008653  0x00000985 storet  0x00000001 , 0x00000008 
+ 00008654  0x00000986 increase  0x00000002 , 0x00000002 
+ 00008655  0x00000987 branch  0x00002179 
+ 00008656  0x0000098c bpatch  0x00000016 , 0x00004002 
+ 00008657  0x0000098d setarg  0x00000960 
+ 00008658  0x0000098e iadd  0x00000002 , 0x0000003f 
+ 00008659  0x0000098f copy  0x0000003f , 0x00000011 
+ 00008660  0x00000990 fetcht  0x00000001 , 0x00004099 
+ 00008661  0x00000991 rshift  0x00000002 , 0x00000002 
+ 00008662  0x00000992 idiv  0x00000002 
+ 00008663  0x00000994 call  0x00007d62 
+ 00008664  0x00000995 quotient  0x0000003f 
+ 00008665  0x00000996 store  0x00000002 , 0x00008909 
+ 00008666  0x00000997 remainder  0x0000003f 
+ 00008667  0x00000998 lshift16  0x0000003f , 0x0000003f 
+ 00008668  0x00000999 lshift8  0x0000003f , 0x0000003f 
+ 00008669  0x0000099a idiv  0x00000002 
+ 00008670  0x0000099b call  0x00007d62 
+ 00008671  0x0000099c quotient  0x0000003f 
+ 00008672  0x0000099d store  0x00000003 , 0x0000890b 
+ 00008673  0x000009a2 storer  0x00000011 , 0x00000001 , 0x00008a22 
+ 00008674  0x000009a3 rshift8  0x00000011 , 0x00000011 
+ 00008675  0x000009a4 storer  0x00000011 , 0x00000001 , 0x00008a21 
+ 00008676  0x000009a5 jam  0x000000a0 , 0x00008a20 
+ 00008677  0x000009a6 jam  0x000000e0 , 0x00008a20 
+ 00008678  0x000009a7 jam  0x000000a0 , 0x00008a20 
+ 00008679  0x000009a8 rtn 
+ 00008680  0x000009ab add  0x00000002 , 0x00000002 , 0x0000003f 
+ 00008681  0x000009ac rshift3  0x0000003f , 0x0000003f 
+ 00008682  0x000009ad and_into  0xfffffffe , 0x0000003f 
+ 00008683  0x000009ae arg  0x0000411d , 0x00000006 
+ 00008684  0x000009af bmark0  0x0000002d , 0x000021ee 
+ 00008685  0x000009b0 increase  0x0000000c , 0x00000006 
+ 00008686  0x000009b2 iadd  0x00000006 , 0x00000006 
+ 00008687  0x000009b3 ifetchr  0x00000011 , 0x00000002 , 0x00000006 
+ 00008688  0x000009b4 ifetch  0x00000002 , 0x00000006 
+ 00008689  0x000009b5 isub  0x00000011 , 0x0000003f 
+ 00008690  0x000009b6 add  0x00000002 , 0x00000002 , 0x00000006 
+ 00008691  0x000009b7 and_into  0x0000000f , 0x00000006 
+ 00008692  0x000009b8 imul32  0x00000006 , 0x0000003f 
+ 00008693  0x000009b9 rshift4  0x0000003f , 0x0000003f 
+ 00008694  0x000009ba iadd  0x00000011 , 0x0000003f 
+ 00008695  0x000009bb store  0x00000002 , 0x00008905 
+ 00008696  0x000009bc rtn 
+ 00008697  0x000009c1 bpatch  0x00000017 , 0x00004002 
+ 00008698  0x000009c2 call  0x000021c6 
+ 00008699  0x000009c3 nop  0x00000258 
+ 00008700  0x000009c6 bpatch  0x00000018 , 0x00004003 
+ 00008701  0x000009c7 setarg  0x000aaa7e 
+ 00008702  0x000009c8 store  0x00000003 , 0x00008a0f 
+ 00008703  0x000009c9 nop  0x0000003c 
+ 00008704  0x000009ca jam  0x00000000 , 0x00008a25 
+ 00008705  0x000009cb jam  0x0000000d , 0x00008a26 
+ 00008706  0x000009cc jam  0x00000056 , 0x00008a16 
+ 00008707  0x000009cd nop  0x0000001e 
+ 00008708  0x000009ce jam  0x0000001b , 0x00008a15 
+ 00008709  0x000009cf call  0x0000220c 
+ 00008710  0x000009d0 nop  0x00000014 
+ 00008711  0x000009d1 jam  0x0000000f , 0x00008a26 
+ 00008712  0x000009d2 nop  0x00000014 
+ 00008713  0x000009d3 jam  0x000000a8 , 0x00008a10 
+ 00008714  0x000009d4 jam  0x00000000 , 0x00008a11 
+ 00008715  0x000009d5 rtn 
+ 00008716  0x000009d8 bpatch  0x00000019 , 0x00004003 
+ 00008717  0x000009d9 fetch  0x00000001 , 0x00004141 
+ 00008718  0x000009da beq  0x00000000 , 0x00002217 
+ 00008719  0x000009db beq  0x00000003 , 0x0000221c 
+ 00008720  0x000009dc beq  0x00000005 , 0x00002221 
+ 00008721  0x000009dd beq  0x00000007 , 0x00002225 
+ 00008722  0x000009de beq  0x0000000a , 0x00002229 
+ 00008723  0x000009df beq  0x00000083 , 0x0000222d 
+ 00008724  0x000009e0 beq  0x00000085 , 0x00002231 
+ 00008725  0x000009e1 beq  0x0000008a , 0x00002235 
+ 00008726  0x000009e2 beq  0x00000094 , 0x00002239 
+ 00008727  0x000009e4 jam  0x00000017 , 0x00008a14 
+ 00008728  0x000009e5 setarg  0x00251a3f 
+ 00008729  0x000009e6 store  0x00000003 , 0x00008a60 
+ 00008730  0x000009e8 jam  0x00000028 , 0x00008a63 
+ 00008731  0x000009e9 rtn 
+ 00008732  0x000009ec jam  0x00000025 , 0x00008a14 
+ 00008733  0x000009ed setarg  0x00a91c2d 
+ 00008734  0x000009ee store  0x00000003 , 0x00008a60 
+ 00008735  0x000009f0 jam  0x0000002f , 0x00008a63 
+ 00008736  0x000009f1 rtn 
+ 00008737  0x000009f4 jam  0x00000025 , 0x00008a14 
+ 00008738  0x000009f5 setarg  0x00a91c3f 
+ 00008739  0x000009f6 store  0x00000003 , 0x00008a60 
+ 00008740  0x000009f7 branch  0x0000221f 
+ 00008741  0x000009fa jam  0x00000025 , 0x00008a14 
+ 00008742  0x000009fb setarg  0x00a9383f 
+ 00008743  0x000009fc store  0x00000003 , 0x00008a60 
+ 00008744  0x000009fd branch  0x0000221f 
+ 00008745  0x00000a00 jam  0x00000025 , 0x00008a14 
+ 00008746  0x00000a01 setarg  0x00a93f3f 
+ 00008747  0x00000a02 store  0x00000003 , 0x00008a60 
+ 00008748  0x00000a03 branch  0x0000221f 
+ 00008749  0x00000a07 jam  0x00000017 , 0x00008a14 
+ 00008750  0x00000a08 setarg  0x00251827 
+ 00008751  0x00000a09 store  0x00000003 , 0x00008a60 
+ 00008752  0x00000a0a branch  0x0000221a 
+ 00008753  0x00000a0d jam  0x00000017 , 0x00008a14 
+ 00008754  0x00000a0e setarg  0x0025181c 
+ 00008755  0x00000a0f store  0x00000003 , 0x00008a60 
+ 00008756  0x00000a10 branch  0x0000221a 
+ 00008757  0x00000a13 jam  0x00000017 , 0x00008a14 
+ 00008758  0x00000a14 setarg  0x0025180b 
+ 00008759  0x00000a15 store  0x00000003 , 0x00008a60 
+ 00008760  0x00000a16 branch  0x0000221a 
+ 00008761  0x00000a19 jam  0x00000017 , 0x00008a14 
+ 00008762  0x00000a1a setarg  0x00251000 
+ 00008763  0x00000a1b store  0x00000003 , 0x00008a60 
+ 00008764  0x00000a1c branch  0x0000221a 
+ 00008765  0x00000a21 jam  0x00000006 , 0x00008042 
+ 00008766  0x00000a23 fetch  0x00000002 , 0x0000409c 
+ 00008767  0x00000a24 bbit0  0x0000000e , 0x0000223e 
+ 00008768  0x00000a25 iforce  0x00000006 
+ 00008769  0x00000a26 arg  0x00008a00 , 0x00000002 
+ 00008770  0x00000a28 ifetch  0x00000001 , 0x00000006 
+ 00008771  0x00000a29 beq  0x000000ff , 0x00002248 
+ 00008772  0x00000a2a ior  0x00000002 , 0x00000005 
+ 00008773  0x00000a2b ifetch  0x00000001 , 0x00000006 
+ 00008774  0x00000a2c istore  0x00000001 , 0x00000005 
+ 00008775  0x00000a2d branch  0x00002242 
+ 00008776  0x00000a30 bpatch  0x0000001a , 0x00004003 
+ 00008777  0x00000a31 fetch  0x00000001 , 0x00004436 
+ 00008778  0x00000a32 call  0x000070d7 , 0x00000034 
+ 00008779  0x00000a34 until  0x0000003e , 0x00000033 
+ 00008780  0x00000a35 jam  0x0000005f , 0x0000813b 
+ 00008781  0x00000a36 fetch  0x00000001 , 0x00004099 
+ 00008782  0x00000a37 beq  0x00000010 , 0x00002266 
+ 00008783  0x00000a38 fetch  0x00000001 , 0x00004438 
+ 00008784  0x00000a39 or_into  0x00000004 , 0x0000003f 
+ 00008785  0x00000a3a store  0x00000001 , 0x00008a02 
+ 00008786  0x00000a3b jam  0x00000001 , 0x0000890f 
+ 00008787  0x00000a3c jam  0x00000024 , 0x00008a80 
+ 00008788  0x00000a3d jam  0x00000062 , 0x00008a81 
+ 00008789  0x00000a3e setarg  0x00e61212 
+ 00008790  0x00000a3f store  0x00000003 , 0x00008a73 
+ 00008791  0x00000a42 jam  0x00000060 , 0x00008a86 
+ 00008792  0x00000a43 jam  0x0000003b , 0x00008a8b 
+ 00008793  0x00000a45 call  0x00002286 
+ 00008794  0x00000a46 jam  0x00000000 , 0x00008043 
+ 00008795  0x00000a47 jam  0x00000005 , 0x00008042 
+ 00008796  0x00000a48 setarg  0x00557474 
+ 00008797  0x00000a49 store  0x00000003 , 0x00008968 
+ 00008798  0x00000a4a jam  0x0000006e , 0x00008960 
+ 00008799  0x00000a4b call  0x00002133 
+ 00008800  0x00000a4c call  0x00002271 
+ 00008801  0x00000a4d fetch  0x00000001 , 0x0000411c 
+ 00008802  0x00000a4e store  0x00000001 , 0x0000813a 
+ 00008803  0x00000a50 jam  0x0000000c , 0x00004148 
+ 00008804  0x00000a51 call  0x00006f4e 
+ 00008805  0x00000a52 branch  0x000022b4 
+ 00008806  0x00000a55 fetch  0x00000001 , 0x00004438 
+ 00008807  0x00000a56 or_into  0x00000006 , 0x0000003f 
+ 00008808  0x00000a57 store  0x00000001 , 0x00008a02 
+ 00008809  0x00000a58 jam  0x00000000 , 0x0000890f 
+ 00008810  0x00000a59 jam  0x00000023 , 0x00008a80 
+ 00008811  0x00000a5a jam  0x000000b0 , 0x00008a81 
+ 00008812  0x00000a5b setarg  0x00e40909 
+ 00008813  0x00000a5c store  0x00000003 , 0x00008a73 
+ 00008814  0x00000a5d jam  0x0000002a , 0x00008a76 
+ 00008815  0x00000a5e jam  0x00000004 , 0x00008902 
+ 00008816  0x00000a5f branch  0x00002257 
+ 00008817  0x00000a62 bpatch  0x0000001b , 0x00004003 
+ 00008818  0x00000a63 call  0x00002160 
+ 00008819  0x00000a64 jam  0x00000003 , 0x00008900 
+ 00008820  0x00000a65 jam  0x00000001 , 0x00008a70 
+ 00008821  0x00000a66 arg  0x0000411d , 0x00000012 
+ 00008822  0x00000a67 arg  0x00004135 , 0x00000018 
+ 00008823  0x00000a68 call  0x0000227c 
+ 00008824  0x00000a69 set1  0x0000002d , 0x00000000 
+ 00008825  0x00000a6a call  0x0000227c 
+ 00008826  0x00000a6b jam  0x00000061 , 0x00008a70 
+ 00008827  0x00000a6c branch  0x00002152 
+ 00008828  0x00000a6f call  0x0000218f 
+ 00008829  0x00000a70 arg  0x00000006 , 0x00000039 
+ 00008830  0x00000a71 arg  0x00000000 , 0x00000013 
+ 00008831  0x00000a73 copy  0x00000013 , 0x00000002 
+ 00008832  0x00000a74 call  0x00002294 
+ 00008833  0x00000a75 increase  0x00000002 , 0x00000012 
+ 00008834  0x00000a76 increase  0x00000001 , 0x00000018 
+ 00008835  0x00000a77 increase  0x00000010 , 0x00000013 
+ 00008836  0x00000a78 loop  0x0000227f 
+ 00008837  0x00000a79 rtn 
+ 00008838  0x00000a7c fetch  0x00000001 , 0x00004099 
+ 00008839  0x00000a7d beq  0x00000018 , 0x0000228c 
+ 00008840  0x00000a7e fetch  0x00000001 , 0x00004438 
+ 00008841  0x00000a7f or_into  0x00000006 , 0x0000003f 
+ 00008842  0x00000a80 store  0x00000001 , 0x00008a02 
+ 00008843  0x00000a81 jam  0x000000e0 , 0x00008a05 
+ 00008844  0x00000a83 jam  0x000000c8 , 0x00008a00 
+ 00008845  0x00000a84 nop  0x0000003c 
+ 00008846  0x00000a85 jam  0x000000a0 , 0x00008a01 
+ 00008847  0x00000a86 jam  0x000000cf , 0x00008a00 
+ 00008848  0x00000a87 jam  0x000000fa , 0x00008a01 
+ 00008849  0x00000a88 nop  0x00000014 
+ 00008850  0x00000a89 jam  0x0000008f , 0x00008a00 
+ 00008851  0x00000a8a rtn 
+ 00008852  0x00000a8d bpatch  0x0000001c , 0x00004003 
+ 00008853  0x00000a8e jam  0x00000030 , 0x00008a20 
+ 00008854  0x00000a8f jam  0x000000dd , 0x00008a23 
+ 00008855  0x00000a90 call  0x000021d0 
+ 00008856  0x00000a92 fetch  0x00000001 , 0x00008a7c 
+ 00008857  0x00000a93 bbit0  0x00000000 , 0x00002298 
+ 00008858  0x00000a94 jam  0x00000030 , 0x00008a7b 
+ 00008859  0x00000a95 call  0x000022ae 
+ 00008860  0x00000a96 iforce  0x00000011 
+ 00008861  0x00000a97 jam  0x00000040 , 0x00008a7b 
+ 00008862  0x00000a98 call  0x000022ae 
+ 00008863  0x00000a99 isub  0x00000011 , 0x0000003f 
+ 00008864  0x00000a9a mul32  0x0000003f , 0x0000007d , 0x00000002 
+ 00008865  0x00000a9b setarg  0x00b00000 
+ 00008866  0x00000a9c idiv  0x00000002 
+ 00008867  0x00000a9d call  0x00007d62 
+ 00008868  0x00000a9e quotient  0x0000003f 
+ 00008869  0x00000a9f bmark0  0x0000002d , 0x000022a7 
+ 00008870  0x00000aa0 lshift  0x0000003f , 0x0000003f 
+ 00008871  0x00000aa2 istore  0x00000002 , 0x00000012 
+ 00008872  0x00000aa3 jam  0x00000020 , 0x00008a7b 
+ 00008873  0x00000aa4 fetch  0x00000001 , 0x00008a7e 
+ 00008874  0x00000aa5 lshift4  0x0000003f , 0x0000003f 
+ 00008875  0x00000aa6 istore  0x00000001 , 0x00000018 
+ 00008876  0x00000aa7 jam  0x00000000 , 0x00008a7b 
+ 00008877  0x00000aa8 rtn 
+ 00008878  0x00000aab fetch  0x00000002 , 0x00008a7d 
+ 00008879  0x00000aac byteswap  0x0000003f , 0x0000003f 
+ 00008880  0x00000aad fetcht  0x00000001 , 0x00008a7c 
+ 00008881  0x00000aae lshift16  0x00000002 , 0x00000002 
+ 00008882  0x00000aaf ior  0x00000002 , 0x0000003f 
+ 00008883  0x00000ab0 rtn 
+ 00008884  0x00000ab4 bpatch  0x0000001d , 0x00004003 
+ 00008885  0x00000ab5 fetch  0x00000001 , 0x00008a0d 
+ 00008886  0x00000ab6 set1  0x00000000 , 0x0000003f 
+ 00008887  0x00000ab7 store  0x00000001 , 0x00008a0d 
+ 00008888  0x00000ab8 jam  0x000000f0 , 0x00008a0e 
+ 00008889  0x00000ab9 fetch  0x00000001 , 0x00008a05 
+ 00008890  0x00000aba or_into  0x00000016 , 0x0000003f 
+ 00008891  0x00000abb store  0x00000001 , 0x00008a05 
+ 00008892  0x00000abd fetch  0x00000001 , 0x00004411 
+ 00008893  0x00000abe store  0x00000001 , 0x00000678 
+ 00008894  0x00000abf fetch  0x00000001 , 0x00004408 
+ 00008895  0x00000ac0 store  0x00000001 , 0x00000679 
+ 00008896  0x00000ac1 jam  0x00000000 , 0x00004411 
+ 00008897  0x00000ac2 fetch  0x00000001 , 0x0000443e 
+ 00008898  0x00000ac3 store  0x00000001 , 0x00004408 
+ 00008899  0x00000ac4 fetcht  0x00000001 , 0x0000443d 
+ 00008900  0x00000ac5 call  0x00006f0f 
+ 00008901  0x00000ac7 arg  0x00000000 , 0x00000011 
+ 00008902  0x00000ac8 arg  0x00000008 , 0x00000039 
+ 00008903  0x00000aca call  0x00006f82 
+ 00008904  0x00000acb fetch  0x00000002 , 0x0000440a 
+ 00008905  0x00000acc iadd  0x00000011 , 0x00000011 
+ 00008906  0x00000acd loop  0x000022c7 
+ 00008907  0x00000ace rshift3  0x00000011 , 0x00000011 
+ 00008908  0x00000acf store  0x00000002 , 0x0000440a 
+ 00008909  0x00000ad1 fetch  0x00000001 , 0x00000678 
+ 00008910  0x00000ad2 store  0x00000001 , 0x00004411 
+ 00008911  0x00000ad3 fetch  0x00000001 , 0x00000679 
+ 00008912  0x00000ad4 store  0x00000001 , 0x00004408 
+ 00008913  0x00000ad6 fetch  0x00000001 , 0x00008a05 
+ 00008914  0x00000ad7 and_into  0x000000e0 , 0x0000003f 
+ 00008915  0x00000ad8 store  0x00000001 , 0x00008a05 
+ 00008916  0x00000ad9 jam  0x00000000 , 0x00008a0e 
+ 00008917  0x00000ada fetch  0x00000001 , 0x00008a0d 
+ 00008918  0x00000adb set0  0x00000000 , 0x0000003f 
+ 00008919  0x00000adc store  0x00000001 , 0x00008a0d 
+ 00008920  0x00000ade call  0x00006fb0 
+ 00008921  0x00000adf fetcht  0x00000002 , 0x0000443b 
+ 00008922  0x00000ae0 isub  0x00000002 , 0x0000003e 
+ 00008923  0x00000ae1 branch  0x000022e4 , 0x00000002 
+ 00008924  0x00000ae2 fetcht  0x00000002 , 0x00004439 
+ 00008925  0x00000ae3 isub  0x00000002 , 0x0000003e 
+ 00008926  0x00000ae4 rtn  0x00000002 
+ 00008927  0x00000ae6 fetch  0x00000001 , 0x00004438 
+ 00008928  0x00000ae7 rtneq  0x00000000 
+ 00008929  0x00000ae8 increase  0xffffffe0 , 0x0000003f 
+ 00008930  0x00000ae9 store  0x00000001 , 0x00004438 
+ 00008931  0x00000aea rtn 
+ 00008932  0x00000aed fetch  0x00000001 , 0x00004438 
+ 00008933  0x00000aee rtneq  0x000000e0 
+ 00008934  0x00000aef increase  0x00000020 , 0x0000003f 
+ 00008935  0x00000af0 store  0x00000001 , 0x00004438 
+ 00008936  0x00000af1 rtn 
+ 00008937  0x00000af5 bpatch  0x0000001e , 0x00004003 
+ 00008938  0x00000af7 fetch  0x00000001 , 0x000089a2 
+ 00008939  0x00000af8 isolate1  0x00000006 , 0x0000003f 
+ 00008940  0x00000af9 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00008941  0x00000afa store  0x00000001 , 0x00004142 
+ 00008942  0x00000afc fetch  0x00000001 , 0x000089a3 
+ 00008943  0x00000afd and  0x0000003f , 0x0000000f , 0x00000002 
+ 00008944  0x00000afe lshift  0x00000002 , 0x00000002 
+ 00008945  0x00000aff rshift4  0x0000003f , 0x0000003f 
+ 00008946  0x00000b00 iadd  0x00000002 , 0x00000002 
+ 00008947  0x00000b01 mul32  0x00000002 , 0x00000003 , 0x00000011 
+ 00008948  0x00000b03 fetch  0x00000001 , 0x00004142 
+ 00008949  0x00000b04 call  0x000022ff 
+ 00008950  0x00000b05 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00008951  0x00000b06 iadd  0x00000011 , 0x0000003f 
+ 00008952  0x00000b07 increase  0xfffffff7 , 0x0000003f 
+ 00008953  0x00000b08 and  0x0000003f , 0x000001ff , 0x0000003f 
+ 00008954  0x00000b09 isolate1  0x00000008 , 0x0000003f 
+ 00008955  0x00000b0a nbranch  0x000022fd , 0x00000001 
+ 00008956  0x00000b0b setarg  0x00000000 
+ 00008957  0x00000b0d store  0x00000001 , 0x00000035 
+ 00008958  0x00000b0e branch  0x00002304 
+ 00008959  0x00000b11 isolate1  0x00000007 , 0x0000003f 
+ 00008960  0x00000b12 nrtn  0x00000001 
+ 00008961  0x00000b13 arg  0x0000ff00 , 0x00000002 
+ 00008962  0x00000b14 ior  0x00000002 , 0x0000003f 
+ 00008963  0x00000b15 rtn 
+ 00008964  0x00000b18 fetch  0x00000001 , 0x00000035 
+ 00008965  0x00000b19 call  0x00002308 
+ 00008966  0x00000b1a store  0x00000001 , 0x00000009 
+ 00008967  0x00000b1b rtn 
+ 00008968  0x00000b1e and_into  0x000000ff , 0x0000003f 
+ 00008969  0x00000b1f div  0x0000003f , 0x0000000a 
+ 00008970  0x00000b20 call  0x00007d5f 
+ 00008971  0x00000b21 lshift4  0x0000003f , 0x0000003f 
+ 00008972  0x00000b22 remainder  0x00000002 
+ 00008973  0x00000b23 ior  0x00000002 , 0x0000003f 
+ 00008974  0x00000b24 rtn 
+ 00008975  0x00000b27 bpatch  0x0000001f , 0x00004003 
+ 00008976  0x00000b28 fetch  0x00000001 , 0x00004143 
+ 00008977  0x00000b29 rtneq  0x000000ff 
+ 00008978  0x00000b2a nbranch  0x00002336 , 0x00000018 
+ 00008979  0x00000b2b fetch  0x00000001 , 0x00004142 
+ 00008980  0x00000b2c sub  0x0000003f , 0x000000f0 , 0x0000003e 
+ 00008981  0x00000b2d nbranch  0x0000233a , 0x00000002 
+ 00008982  0x00000b2e sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00008983  0x00000b2f branch  0x0000233a , 0x00000002 
+ 00008984  0x00000b31 fetchr  0x00000011 , 0x00000001 , 0x00008961 
+ 00008985  0x00000b32 fetch  0x00000001 , 0x00004143 
+ 00008986  0x00000b33 rtneq  0x00000000 
+ 00008987  0x00000b34 arg  0x00004144 , 0x00000006 
+ 00008988  0x00000b35 iadd  0x00000006 , 0x00000006 
+ 00008989  0x00000b36 ifetch  0x00000001 , 0x00000006 
+ 00008990  0x00000b37 isub  0x00000011 , 0x0000003e 
+ 00008991  0x00000b38 nrtn  0x00000005 
+ 00008992  0x00000b39 increase  0xfffffffe , 0x00000006 
+ 00008993  0x00000b3a ifetcht  0x00000001 , 0x00000006 
+ 00008994  0x00000b3b rshift4  0x00000002 , 0x0000003f 
+ 00008995  0x00000b3c rshift4  0x00000011 , 0x00000012 
+ 00008996  0x00000b3d isub  0x00000012 , 0x00000012 
+ 00008997  0x00000b3e and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00008998  0x00000b3f and  0x00000011 , 0x0000000f , 0x00000011 
+ 00008999  0x00000b40 isub  0x00000011 , 0x00000011 
+ 00009000  0x00000b41 lshift  0x00000011 , 0x0000003f 
+ 00009001  0x00000b42 iadd  0x00000012 , 0x00000012 
+ 00009002  0x00000b43 mul32  0x00000012 , 0x00000003 , 0x00000012 
+ 00009003  0x00000b44 fetcht  0x00000001 , 0x00004142 
+ 00009004  0x00000b45 and  0x00000002 , 0x00000080 , 0x0000003f 
+ 00009005  0x00000b46 rtn  0x00000034 
+ 00009006  0x00000b48 setarg  0x00000100 
+ 00009007  0x00000b49 isub  0x00000002 , 0x00000002 
+ 00009008  0x00000b4a copy  0x00000012 , 0x0000003f 
+ 00009009  0x00000b4b isub  0x00000002 , 0x0000003f 
+ 00009010  0x00000b4c rtn  0x00000002 
+ 00009011  0x00000b4d and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00009012  0x00000b4e rtneq  0x000000ff 
+ 00009013  0x00000b4f rtneq  0x000000fe 
+ 00009014  0x00000b52 fetch  0x00000001 , 0x00004143 
+ 00009015  0x00000b53 beq  0x00000001 , 0x0000233f 
+ 00009016  0x00000b54 beq  0x00000002 , 0x00002341 
+ 00009017  0x00000b56 branch  0x0000233f 
+ 00009018  0x00000b59 fetch  0x00000001 , 0x00004143 
+ 00009019  0x00000b5a beq  0x00000000 , 0x00002341 
+ 00009020  0x00000b5b beq  0x00000001 , 0x0000233d 
+ 00009021  0x00000b5e jam  0x00000002 , 0x00004143 
+ 00009022  0x00000b5f rtn 
+ 00009023  0x00000b62 jam  0x00000000 , 0x00004143 
+ 00009024  0x00000b63 rtn 
+ 00009025  0x00000b66 jam  0x00000001 , 0x00004143 
+ 00009026  0x00000b67 rtn 
+ 00009027  0x00000b6f copy  0x0000003f , 0x00000002 
+ 00009028  0x00000b70 bpatch  0x00000020 , 0x00004004 
+ 00009029  0x00000b71 copy  0x00000002 , 0x0000003f 
+ 00009030  0x00000b72 call  0x00007d2c 
+ 00009031  0x00000b73 lshift16  0x00000021 , 0x0000003f 
+ 00009032  0x00000b74 set1  0x0000002c , 0x0000003f 
+ 00009033  0x00000b75 call  0x00007d12 
+ 00009034  0x00000b76 set0  0x0000002c , 0x0000003f 
+ 00009035  0x00000b77 call  0x00002352 
+ 00009036  0x00000b78 call  0x00007d12 
+ 00009037  0x00000b79 rtn  0x00000028 
+ 00009038  0x00000b7a call  0x00007d1f 
+ 00009039  0x00000b7b iforce  0x0000001b 
+ 00009040  0x00000b7c until  0x0000003e , 0x00000003 
+ 00009041  0x00000b7d rtn 
+ 00009042  0x00000b81 copy  0x00000019 , 0x00000002 
+ 00009043  0x00000b82 rtn  0x00000029 
+ 00009044  0x00000b83 copy  0x0000001a , 0x00000002 
+ 00009045  0x00000b84 rtn 
+ 00009046  0x00000b87 deposit  0x00000022 
+ 00009047  0x00000b88 rtn  0x00000029 
+ 00009048  0x00000b89 deposit  0x00000028 
+ 00009049  0x00000b8a rtn 
+ 00009050  0x00000b8e bpatch  0x00000021 , 0x00004004 
+ 00009051  0x00000b8f branch  0x0000235a 
+ 00009052  0x00000b93 rtn  0x00000034 
+ 00009053  0x00000b95 rshift  0x0000003f , 0x0000003f 
+ 00009054  0x00000b96 increase  0xfffffffd , 0x0000003f 
+ 00009055  0x00000b98 increase  0xffffffff , 0x0000003f 
+ 00009056  0x00000b99 nbranch  0x0000235f , 0x00000005 
+ 00009057  0x00000b9a force  0x00000000 , 0x0000003f 
+ 00009058  0x00000b9b rtn 
+ 00009059  0x00000ba1 setarg  0x00000e43 
+ 00009060  0x00000ba2 store  0x00000002 , 0x00000036 
+ 00009061  0x00000ba3 setarg  0x00000600 
+ 00009062  0x00000ba4 store  0x00000002 , 0x00000038 
+ 00009063  0x00000ba5 setarg  0x00000600 
+ 00009064  0x00000ba6 store  0x00000002 , 0x0000003a 
+ 00009065  0x00000ba7 setarg  0x00000d00 
+ 00009066  0x00000ba8 store  0x00000002 , 0x00000040 
+ 00009067  0x00000ba9 setarg  0x000003bb 
+ 00009068  0x00000baa store  0x00000002 , 0x0000003c 
+ 00009069  0x00000bab setarg  0x00000500 
+ 00009070  0x00000bac store  0x00000002 , 0x0000003e 
+ 00009071  0x00000bad setarg  0x000007d0 
+ 00009072  0x00000bae store  0x00000002 , 0x00000042 
+ 00009073  0x00000baf setarg  0x00000ea6 
+ 00009074  0x00000bb0 store  0x00000002 , 0x00000044 
+ 00009075  0x00000bb1 setarg  0x000001e0 
+ 00009076  0x00000bb2 store  0x00000002 , 0x00000046 
+ 00009077  0x00000bb3 setarg  0x00000120 
+ 00009078  0x00000bb4 store  0x00000002 , 0x00000048 
+ 00009079  0x00000bb5 setarg  0x0000011a 
+ 00009080  0x00000bb6 store  0x00000002 , 0x0000004a 
+ 00009081  0x00000bb8 bpatch  0x00000022 , 0x00004004 
+ 00009082  0x00000bb9 rtn  0x0000002b 
+ 00009083  0x00000bba setarg  0x00000017 
+ 00009084  0x00000bbb store  0x00000002 , 0x000042e3 
+ 00009085  0x00000bbc jam  0x0000008b , 0x00004167 
+ 00009086  0x00000bbd setarg  0x00000d00 
+ 00009087  0x00000bbe store  0x00000002 , 0x0000433f 
+ 00009088  0x00000bbf setarg  0x00000060 
+ 00009089  0x00000bc0 store  0x00000002 , 0x00004341 
+ 00009090  0x00000bc1 rshift  0x00000022 , 0x0000003f 
+ 00009091  0x00000bc2 store  0x00000004 , 0x00004095 
+ 00009092  0x00000bc3 rtn 
+ 00009093  0x00000bcb setarg  0x0000ee21 
+ 00009094  0x00000bcc store  0x00000002 , 0x00008050 
+ 00009095  0x00000bcd fetchr  0x00000030 , 0x00000004 , 0x0000811c 
+ 00009096  0x00000bce fetch  0x00000001 , 0x00008132 
+ 00009097  0x00000bcf bbit0  0x00000005 , 0x0000239c 
+ 00009098  0x00000bd0 enable  0x0000002b 
+ 00009099  0x00000bd1 bbit1  0x00000004 , 0x00002393 
+ 00009100  0x00000bd2 disable  0x0000002b 
+ 00009101  0x00000bd3 deposit  0x00000027 
+ 00009102  0x00000bd4 nbranch  0x00002393 , 0x00000034 
+ 00009103  0x00000bd5 fetch  0x00000001 , 0x00008142 
+ 00009104  0x00000bd6 bbit1  0x00000004 , 0x00002393 
+ 00009105  0x00000bd7 arg  0xffffffff , 0x00000002 
+ 00009106  0x00000bd8 branch  0x00002434 
+ 00009107  0x00000bda call  0x000023a0 
+ 00009108  0x00000bdb call  0x000023e6 , 0x0000002b 
+ 00009109  0x00000bdc fetch  0x00000001 , 0x00008132 
+ 00009110  0x00000bdd set0  0x00000005 , 0x0000003f 
+ 00009111  0x00000bde store  0x00000001 , 0x00008132 
+ 00009112  0x00000bdf nbranch  0x0000239d , 0x0000002b 
+ 00009113  0x00000be0 call  0x00007d74 
+ 00009114  0x00000be1 storer  0x00000030 , 0x00000004 , 0x0000069d 
+ 00009115  0x00000be2 rtn 
+ 00009116  0x00000be5 call  0x000023a0 
+ 00009117  0x00000be7 call  0x00006a68 
+ 00009118  0x00000be8 storer  0x00000030 , 0x00000004 , 0x0000069d 
+ 00009119  0x00000be9 rtn 
+ 00009120  0x00000bec until  0x0000003e , 0x00000033 
+ 00009121  0x00000bed fetch  0x00000001 , 0x00008133 
+ 00009122  0x00000bee and_into  0x00000088 , 0x0000003f 
+ 00009123  0x00000bef store  0x00000001 , 0x00008133 
+ 00009124  0x00000bf0 until  0x0000003e , 0x00000033 
+ 00009125  0x00000bf1 fetch  0x00000001 , 0x00008132 
+ 00009126  0x00000bf2 or_into  0x0000000f , 0x0000003f 
+ 00009127  0x00000bf3 store  0x00000001 , 0x00008132 
+ 00009128  0x00000bf4 until  0x0000003e , 0x00000033 
+ 00009129  0x00000bf5 set1  0x00000007 , 0x0000003f 
+ 00009130  0x00000bf6 store  0x00000001 , 0x00008132 
+ 00009131  0x00000bf7 until  0x0000003e , 0x00000033 
+ 00009132  0x00000bf8 set1  0x00000006 , 0x0000003f 
+ 00009133  0x00000bf9 store  0x00000001 , 0x00008132 
+ 00009134  0x00000bfa until  0x0000003e , 0x00000033 
+ 00009135  0x00000bfb rtn 
+ 00009136  0x00000bfe until  0x0000003e , 0x00000033 
+ 00009137  0x00000bff jam  0x00000076 , 0x0000813d 
+ 00009138  0x00000c00 until  0x0000003e , 0x00000033 
+ 00009139  0x00000c01 jam  0x00000037 , 0x0000813a 
+ 00009140  0x00000c02 rtn 
+ 00009141  0x00000c05 until  0x0000003e , 0x00000033 
+ 00009142  0x00000c06 jam  0x00000076 , 0x0000813d 
+ 00009143  0x00000c07 until  0x0000003e , 0x00000033 
+ 00009144  0x00000c08 jam  0x00000037 , 0x0000813a 
+ 00009145  0x00000c09 rtn 
+ 00009146  0x00000c0e fetch  0x00000001 , 0x000043cb 
+ 00009147  0x00000c0f lshift4  0x0000003f , 0x0000003f 
+ 00009148  0x00000c11 store  0x00000001 , 0x00008143 
+ 00009149  0x00000c12 until  0x0000003e , 0x00000033 
+ 00009150  0x00000c13 fetch  0x00000001 , 0x000043cc 
+ 00009151  0x00000c14 set1  0x00000005 , 0x0000003f 
+ 00009152  0x00000c15 set1  0x00000006 , 0x0000003f 
+ 00009153  0x00000c16 store  0x00000001 , 0x00008144 
+ 00009154  0x00000c17 branch  0x000023e2 
+ 00009155  0x00000c1a fetch  0x00000001 , 0x00008142 
+ 00009156  0x00000c1b set0  0x00000003 , 0x0000003f 
+ 00009157  0x00000c1c store  0x00000001 , 0x00008142 
+ 00009158  0x00000c1d rtn 
+ 00009159  0x00000c20 fetch  0x00000001 , 0x00008142 
+ 00009160  0x00000c21 set1  0x00000003 , 0x0000003f 
+ 00009161  0x00000c22 store  0x00000001 , 0x00008142 
+ 00009162  0x00000c23 rtn 
+ 00009163  0x00000c26 fetch  0x00000003 , 0x000040c3 
+ 00009164  0x00000c27 arg  0x0000813e , 0x00000005 
+ 00009165  0x00000c29 arg  0x00000003 , 0x00000039 
+ 00009166  0x00000c2a branch  0x000023d1 
+ 00009167  0x00000c2d arg  0x00008145 , 0x00000005 
+ 00009168  0x00000c2f arg  0x00000004 , 0x00000039 
+ 00009169  0x00000c31 until  0x0000003e , 0x00000033 
+ 00009170  0x00000c32 istore  0x00000001 , 0x00000005 
+ 00009171  0x00000c33 rshift8  0x0000003f , 0x0000003f 
+ 00009172  0x00000c34 loop  0x000023d1 
+ 00009173  0x00000c35 branch  0x000023e2 
+ 00009174  0x00000c38 arg  0x00008149 , 0x00000005 
+ 00009175  0x00000c39 branch  0x000023d0 
+ 00009176  0x00000c3d fetch  0x00000001 , 0x00008133 
+ 00009177  0x00000c3e set0  0x00000003 , 0x0000003f 
+ 00009178  0x00000c3f store  0x00000001 , 0x00008133 
+ 00009179  0x00000c40 rtn 
+ 00009180  0x00000c43 fetch  0x00000001 , 0x000040cb 
+ 00009181  0x00000c44 rtn  0x00000034 
+ 00009182  0x00000c45 set0  0x00000004 , 0x0000003f 
+ 00009183  0x00000c46 branch  0x000023e1 
+ 00009184  0x00000c49 store  0x00000001 , 0x000040cb 
+ 00009185  0x00000c4b store  0x00000001 , 0x00008135 
+ 00009186  0x00000c4d until  0x0000003e , 0x00000033 
+ 00009187  0x00000c4e rtn 
+ 00009188  0x00000c52 store  0x00000001 , 0x00008134 
+ 00009189  0x00000c53 branch  0x000023e2 
+ 00009190  0x00000c57 call  0x000023dc 
+ 00009191  0x00000c58 fetch  0x00000001 , 0x000040ef 
+ 00009192  0x00000c59 store  0x00000001 , 0x00008080 
+ 00009193  0x00000c5a arg  0x000040cc , 0x00000006 
+ 00009194  0x00000c5b arg  0x00008070 , 0x00000005 
+ 00009195  0x00000c5c call  0x00007c8f 
+ 00009196  0x00000c5d arg  0x000080d4 , 0x00000005 
+ 00009197  0x00000c5e call  0x00007c89 
+ 00009198  0x00000c5f fetchr  0x00000000 , 0x00000008 , 0x000040e7 
+ 00009199  0x00000c60 arg  0x0000814d , 0x00000006 
+ 00009200  0x00000c61 arg  0x00000016 , 0x00000005 
+ 00009201  0x00000c62 arg  0x0000000c , 0x00000039 
+ 00009202  0x00000c63 call  0x00007cda 
+ 00009203  0x00000c64 branch  0x00006b11 
+ 00009204  0x00000c67 storer  0x00000000 , 0x00000008 , 0x000040e7 
+ 00009205  0x00000c68 arg  0x00008070 , 0x00000006 
+ 00009206  0x00000c69 arg  0x000040cc , 0x00000005 
+ 00009207  0x00000c6a call  0x00007c8f 
+ 00009208  0x00000c6b arg  0x000080d4 , 0x00000006 
+ 00009209  0x00000c6c call  0x00007c89 
+ 00009210  0x00000c6d fetch  0x00000001 , 0x00008080 
+ 00009211  0x00000c6e store  0x00000001 , 0x000040ef 
+ 00009212  0x00000c6f branch  0x000023fd 
+ 00009213  0x00000c72 arg  0x0000000c , 0x00000039 
+ 00009214  0x00000c73 arg  0x00000016 , 0x00000006 
+ 00009215  0x00000c74 arg  0x0000814d , 0x00000011 
+ 00009216  0x00000c76 ifetch  0x00000001 , 0x00000006 
+ 00009217  0x00000c77 ncall  0x00002405 , 0x00000034 
+ 00009218  0x00000c78 increase  0x00000001 , 0x00000011 
+ 00009219  0x00000c79 loop  0x00002400 
+ 00009220  0x00000c7a rtn 
+ 00009221  0x00000c7c istore  0x00000001 , 0x00000011 
+ 00009222  0x00000c7d until  0x0000003e , 0x00000033 
+ 00009223  0x00000c7e rtn 
+ 00009224  0x00000c81 bpatch  0x00000023 , 0x00004004 
+ 00009225  0x00000c82 fetch  0x00000001 , 0x000080cb 
+ 00009226  0x00000c83 nbranch  0x0000240f , 0x00000034 
+ 00009227  0x00000c84 fetch  0x00000003 , 0x000040bd 
+ 00009228  0x00000c85 nrtn  0x00000034 
+ 00009229  0x00000c86 jam  0x0000000c , 0x000080cb 
+ 00009230  0x00000c87 jam  0x00000080 , 0x00008006 
+ 00009231  0x00000c89 fetch  0x00000001 , 0x00008129 
+ 00009232  0x00000c8a rtnbit0  0x00000001 
+ 00009233  0x00000c8b fetch  0x00000003 , 0x0000815b 
+ 00009234  0x00000c8c store  0x00000003 , 0x000040bd 
+ 00009235  0x00000c8d rtn 
+ 00009236  0x00000c92 fetch  0x00000001 , 0x000040ca 
+ 00009237  0x00000c93 set1  0x00000004 , 0x0000003f 
+ 00009238  0x00000c94 store  0x00000001 , 0x000040ca 
+ 00009239  0x00000c98 bpatch  0x00000024 , 0x00004004 
+ 00009240  0x00000c99 arg  0xffffffff , 0x00000002 
+ 00009241  0x00000c9a fetch  0x00000001 , 0x000040a7 
+ 00009242  0x00000c9b store  0x00000001 , 0x000040c8 
+ 00009243  0x00000c9c fetch  0x00000001 , 0x000040ca 
+ 00009244  0x00000c9d store  0x00000001 , 0x00008142 
+ 00009245  0x00000c9e until  0x0000003e , 0x00000033 
+ 00009246  0x00000ca1 bpatch  0x00000025 , 0x00004004 
+ 00009247  0x00000ca3 fetch  0x00000002 , 0x000043e9 
+ 00009248  0x00000ca4 call  0x00007d79 
+ 00009249  0x00000ca6 fetch  0x00000004 , 0x000040ad 
+ 00009250  0x00000ca7 iadd  0x00000002 , 0x0000003f 
+ 00009251  0x00000ca8 store  0x00000004 , 0x000040ad 
+ 00009252  0x00000ca9 call  0x000023f4 
+ 00009253  0x00000caa fetch  0x00000001 , 0x000040cb 
+ 00009254  0x00000cab set1  0x00000004 , 0x0000003f 
+ 00009255  0x00000cac call  0x000023e1 
+ 00009256  0x00000cad ncall  0x000023cb , 0x0000002b 
+ 00009257  0x00000cae until  0x0000003e , 0x00000033 
+ 00009258  0x00000caf storer  0x00000019 , 0x00000006 , 0x000040b1 
+ 00009259  0x00000cb0 fetch  0x00000003 , 0x000040c6 
+ 00009260  0x00000cb1 fetchr  0x00000011 , 0x00000001 , 0x000040c9 
+ 00009261  0x00000cb2 arg  0x00000003 , 0x00000039 
+ 00009262  0x00000cb4 until  0x0000003e , 0x00000033 
+ 00009263  0x00000cb5 store  0x00000001 , 0x00008132 
+ 00009264  0x00000cb6 rshift8  0x0000003f , 0x0000003f 
+ 00009265  0x00000cb7 loop  0x0000242e 
+ 00009266  0x00000cb8 until  0x0000003e , 0x00000033 
+ 00009267  0x00000cb9 storer  0x00000011 , 0x00000001 , 0x00008133 
+ 00009268  0x00000cbb until  0x0000003e , 0x00000033 
+ 00009269  0x00000cbc storet  0x00000004 , 0x0000804c 
+ 00009270  0x00000cbd jam  0x00000001 , 0x00008005 
+ 00009271  0x00000cbe until  0x0000003e , 0x0000003f 
+ 00009272  0x00000cc1 fetch  0x00000001 , 0x000040c3 
+ 00009273  0x00000cc2 nrtn  0x00000034 
+ 00009274  0x00000cc3 jam  0x00000006 , 0x00008042 
+ 00009275  0x00000cc4 jam  0x000000f8 , 0x00008130 
+ 00009276  0x00000cc5 setarg  0x00030d40 
+ 00009277  0x00000cc6 call  0x0000235c 
+ 00009278  0x00000cc7 call  0x000023b5 
+ 00009279  0x00000cc8 until  0x0000003e , 0x00000033 
+ 00009280  0x00000cc9 jam  0x000000ff , 0x00008130 
+ 00009281  0x00000cca copy  0x00000031 , 0x00000030 
+ 00009282  0x00000ccb jam  0x00000004 , 0x00008042 
+ 00009283  0x00000ccc nop  0x0000000a 
+ 00009284  0x00000ccd until  0x0000003e , 0x00000033 
+ 00009285  0x00000cce deposit  0x00000031 
+ 00009286  0x00000ccf isub  0x00000030 , 0x0000003f 
+ 00009287  0x00000cd0 increase  0x00000030 , 0x0000003f 
+ 00009288  0x00000cd1 arg  0x000000ff , 0x00000002 
+ 00009289  0x00000cd2 call  0x00007d6c 
+ 00009290  0x00000cd3 store  0x00000001 , 0x000040c3 
+ 00009291  0x00000cd4 nop  0x00007530 
+ 00009292  0x00000cd5 nop  0x00007530 
+ 00009293  0x00000cd6 nop  0x00007530 
+ 00009294  0x00000cd7 rtn 
+ 00009295  0x00000cdb bpatch  0x00000026 , 0x00004004 
+ 00009296  0x00000cdc setarg  0x00000000 
+ 00009297  0x00000cdd copy  0x00000027 , 0x0000003e 
+ 00009298  0x00000cde branch  0x0000245a , 0x00000005 
+ 00009299  0x00000cdf fetch  0x00000001 , 0x0000813e 
+ 00009300  0x00000ce0 fetcht  0x00000001 , 0x0000813f 
+ 00009301  0x00000ce1 isub  0x00000002 , 0x0000003e 
+ 00009302  0x00000ce2 branch  0x00002458 , 0x00000002 
+ 00009303  0x00000ce3 deposit  0x00000002 
+ 00009304  0x00000ce5 isub  0x00000027 , 0x0000003f 
+ 00009305  0x00000ce6 increase  0x00000001 , 0x0000003f 
+ 00009306  0x00000ce8 increase  0x00000008 , 0x0000003f 
+ 00009307  0x00000ce9 until  0x0000003e , 0x00000033 
+ 00009308  0x00000cea iadd  0x00000031 , 0x0000003f 
+ 00009309  0x00000ceb fetcht  0x00000004 , 0x000040a9 
+ 00009310  0x00000cec iadd  0x00000002 , 0x0000003f 
+ 00009311  0x00000ced fetcht  0x00000003 , 0x000040bd 
+ 00009312  0x00000cee imul32  0x00000002 , 0x0000003f 
+ 00009313  0x00000cef rshift8  0x0000003f , 0x0000003f 
+ 00009314  0x00000cf0 rshift4  0x0000003f , 0x0000003f 
+ 00009315  0x00000cf1 increase  0x0000006e , 0x0000003f 
+ 00009316  0x00000cf2 fetcht  0x00000002 , 0x00000044 
+ 00009317  0x00000cf3 idiv  0x00000002 
+ 00009318  0x00000cf4 call  0x00007d5f 
+ 00009319  0x00000cf5 lshift16  0x0000003f , 0x0000003f 
+ 00009320  0x00000cf6 remainder  0x00000002 
+ 00009321  0x00000cf7 ior  0x00000002 , 0x0000003f 
+ 00009322  0x00000cf8 fetcht  0x00000006 , 0x000040b1 
+ 00009323  0x00000cf9 call  0x00007d05 
+ 00009324  0x00000cfa copy  0x00000002 , 0x00000019 
+ 00009325  0x00000cfb fetch  0x00000006 , 0x00004048 
+ 00009326  0x00000cfc call  0x00002109 
+ 00009327  0x00000cfd deposit  0x0000001a 
+ 00009328  0x00000cfe store  0x00000006 , 0x00000670 
+ 00009329  0x00000cff deposit  0x00000027 
+ 00009330  0x00000d00 istore  0x00000001 , 0x00000005 
+ 00009331  0x00000d01 fetch  0x00000001 , 0x0000811d 
+ 00009332  0x00000d02 or_into  0x000000f0 , 0x0000003f 
+ 00009333  0x00000d03 istore  0x00000001 , 0x00000005 
+ 00009334  0x00000d04 rtn 
+ 00009335  0x00000d08 bpatch  0x00000027 , 0x00004004 
+ 00009336  0x00000d09 deposit  0x0000001a 
+ 00009337  0x00000d0a call  0x00007d10 
+ 00009338  0x00000d0b fetcht  0x00000004 , 0x000040ad 
+ 00009339  0x00000d0c sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00009340  0x00000d0d rtn  0x00000002 
+ 00009341  0x00000d0e lshift8  0x0000003f , 0x0000003f 
+ 00009342  0x00000d0f lshift4  0x0000003f , 0x0000003f 
+ 00009343  0x00000d10 idiv  0x00000002 
+ 00009344  0x00000d11 call  0x00007d5f 
+ 00009345  0x00000d12 arg  0x000000c8 , 0x00000002 
+ 00009346  0x00000d13 call  0x00007d6c 
+ 00009347  0x00000d14 store  0x00000001 , 0x0000000e 
+ 00009348  0x00000d15 nbranch  0x00002486 , 0x00000028 
+ 00009349  0x00000d16 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00009350  0x00000d18 fetcht  0x00000003 , 0x000040bd 
+ 00009351  0x00000d19 iadd  0x00000002 , 0x0000003f 
+ 00009352  0x00000d1a store  0x00000003 , 0x000040bd 
+ 00009353  0x00000d1c setarg  0x00000000 
+ 00009354  0x00000d1d store  0x00000004 , 0x000040ad 
+ 00009355  0x00000d1e rtn 
+ 00009356  0x00000d22 bpatch  0x00000028 , 0x00004005 
+ 00009357  0x00000d23 call  0x00002408 
+ 00009358  0x00000d24 fetch  0x00000003 , 0x000040bd 
+ 00009359  0x00000d25 rtn  0x00000034 
+ 00009360  0x00000d26 fetch  0x00000001 , 0x00004094 
+ 00009361  0x00000d27 rtn  0x00000034 
+ 00009362  0x00000d28 fetch  0x00000001 , 0x0000446c 
+ 00009363  0x00000d29 branch  0x00002496 , 0x00000034 
+ 00009364  0x00000d2a fetch  0x00000001 , 0x0000446e 
+ 00009365  0x00000d2b rtn  0x00000034 
+ 00009366  0x00000d2d fetch  0x00000001 , 0x0000446d 
+ 00009367  0x00000d2e nrtn  0x00000034 
+ 00009368  0x00000d2f arg  0x000020af , 0x00000013 
+ 00009369  0x00000d30 call  0x00002069 
+ 00009370  0x00000d31 rtn  0x00000005 
+ 00009371  0x00000d32 call  0x000024ef 
+ 00009372  0x00000d33 nrtn  0x00000034 
+ 00009373  0x00000d34 call  0x0000205d 
+ 00009374  0x00000d35 nbranch  0x000024bd , 0x00000005 
+ 00009375  0x00000d36 rtn  0x0000002b 
+ 00009376  0x00000d37 bpatch  0x00000029 , 0x00004005 
+ 00009377  0x00000d38 fetcht  0x00000001 , 0x00000015 
+ 00009378  0x00000d39 fetch  0x00000002 , 0x00004042 
+ 00009379  0x00000d3a imul32  0x00000002 , 0x0000003f 
+ 00009380  0x00000d3b rshift4  0x00000002 , 0x00000002 
+ 00009381  0x00000d3c rshift2  0x00000002 , 0x00000002 
+ 00009382  0x00000d3d isub  0x00000002 , 0x0000003f 
+ 00009383  0x00000d3e fetcht  0x00000004 , 0x00004044 
+ 00009384  0x00000d3f iadd  0x00000002 , 0x0000003f 
+ 00009385  0x00000d40 fetcht  0x00000001 , 0x000040a6 
+ 00009386  0x00000d41 isub  0x00000002 , 0x0000003f 
+ 00009387  0x00000d42 lshift16  0x0000003f , 0x00000030 
+ 00009388  0x00000d43 fetch  0x00000002 , 0x0000404e 
+ 00009389  0x00000d44 rshift  0x0000003f , 0x0000003f 
+ 00009390  0x00000d45 call  0x00007d2c 
+ 00009391  0x00000d46 deposit  0x00000030 
+ 00009392  0x00000d47 call  0x00007d12 
+ 00009393  0x00000d48 copy  0x0000001a , 0x00000002 
+ 00009394  0x00000d49 call  0x00007d10 
+ 00009395  0x00000d4a rtn  0x00000028 
+ 00009396  0x00000d4c call  0x00007d25 
+ 00009397  0x00000d4e bpatch  0x0000002a , 0x00004005 
+ 00009398  0x00000d4f fetch  0x00000001 , 0x000040c3 
+ 00009399  0x00000d50 isub  0x00000002 , 0x0000003e 
+ 00009400  0x00000d51 branch  0x00002489 , 0x00000002 
+ 00009401  0x00000d52 storet  0x00000004 , 0x000040a9 
+ 00009402  0x00000d53 call  0x000042c5 
+ 00009403  0x00000d55 fetcht  0x00000004 , 0x000040a9 
+ 00009404  0x00000d56 branch  0x0000241e 
+ 00009405  0x00000d59 bpatch  0x0000002b , 0x00004005 
+ 00009406  0x00000d5a fetch  0x00000001 , 0x00004388 
+ 00009407  0x00000d5b nbranch  0x000024c1 , 0x00000034 
+ 00009408  0x00000d5c rtn 
+ 00009409  0x00000d5f fetch  0x00000002 , 0x000040a4 
+ 00009410  0x00000d60 rtn  0x00000034 
+ 00009411  0x00000d62 fetcht  0x00000001 , 0x000040a6 
+ 00009412  0x00000d63 isub  0x00000002 , 0x0000003f 
+ 00009413  0x00000d64 arg  0x00001d4c , 0x00000002 
+ 00009414  0x00000d65 imul32  0x00000002 , 0x0000003f 
+ 00009415  0x00000d66 branch  0x000024b4 
+ 00009416  0x00000d6a fetch  0x00000002 , 0x000043e5 
+ 00009417  0x00000d6b call  0x00007d79 
+ 00009418  0x00000d6c nbranch  0x000024e0 , 0x00000034 
+ 00009419  0x00000d6d jam  0x00000000 , 0x00000015 
+ 00009420  0x00000d6e bmark0  0x0000000d , 0x000024e0 
+ 00009421  0x00000d6f fetch  0x00000001 , 0x000040c2 
+ 00009422  0x00000d70 branch  0x000024e4 , 0x00000034 
+ 00009423  0x00000d71 increase  0xffffffff , 0x0000003f 
+ 00009424  0x00000d72 store  0x00000001 , 0x000040c2 
+ 00009425  0x00000d73 rtn 
+ 00009426  0x00000d79 jam  0x00000000 , 0x000040a8 
+ 00009427  0x00000d7a fetch  0x00000003 , 0x000040b7 
+ 00009428  0x00000d7b increase  0x00000001 , 0x0000003f 
+ 00009429  0x00000d7c store  0x00000003 , 0x000040b7 
+ 00009430  0x00000d7d rtn 
+ 00009431  0x00000d81 bpatch  0x0000002c , 0x00004005 
+ 00009432  0x00000d82 jam  0x00000000 , 0x00000015 
+ 00009433  0x00000d83 fetch  0x00000003 , 0x000040ba 
+ 00009434  0x00000d84 increase  0x00000001 , 0x0000003f 
+ 00009435  0x00000d85 store  0x00000003 , 0x000040ba 
+ 00009436  0x00000d86 fetch  0x00000001 , 0x000040a8 
+ 00009437  0x00000d87 increase  0x00000001 , 0x0000003f 
+ 00009438  0x00000d88 store  0x00000001 , 0x000040a8 
+ 00009439  0x00000d89 rtn 
+ 00009440  0x00000d8c jam  0x00000000 , 0x00000015 
+ 00009441  0x00000d8d fetch  0x00000001 , 0x000040c1 
+ 00009442  0x00000d8e store  0x00000001 , 0x000040c2 
+ 00009443  0x00000d8f rtn 
+ 00009444  0x00000d92 fetcht  0x00000001 , 0x000040c0 
+ 00009445  0x00000d93 storet  0x00000001 , 0x00000015 
+ 00009446  0x00000d94 rtn 
+ 00009447  0x00000d99 fetch  0x00000002 , 0x000040a2 
+ 00009448  0x00000d9a qset1  0x0000003f 
+ 00009449  0x00000d9b store  0x00000002 , 0x000040a2 
+ 00009450  0x00000d9c rtn 
+ 00009451  0x00000d9f fetch  0x00000002 , 0x000040a2 
+ 00009452  0x00000da0 qset0  0x0000003f 
+ 00009453  0x00000da1 store  0x00000002 , 0x000040a2 
+ 00009454  0x00000da2 rtn 
+ 00009455  0x00000da7 bpatch  0x0000002d , 0x00004005 
+ 00009456  0x00000da8 call  0x000042c3 
+ 00009457  0x00000da9 fetch  0x00000002 , 0x000040a2 
+ 00009458  0x00000daa copy  0x0000003f , 0x00000011 
+ 00009459  0x00000dab fetch  0x00000003 , 0x0000444b 
+ 00009460  0x00000dac nsetflag  0x00000034 , 0x00000001 , 0x00000011 
+ 00009461  0x00000dad fetch  0x00000008 , 0x000044d3 
+ 00009462  0x00000dae nsetflag  0x00000034 , 0x0000000f , 0x00000011 
+ 00009463  0x00000daf fetch  0x00000008 , 0x000044db 
+ 00009464  0x00000db0 nsetflag  0x00000034 , 0x0000000e , 0x00000011 
+ 00009465  0x00000db1 fetch  0x00000001 , 0x00004114 
+ 00009466  0x00000db2 nsetflag  0x00000034 , 0x00000008 , 0x00000011 
+ 00009467  0x00000db3 fetch  0x00000001 , 0x000043cb 
+ 00009468  0x00000db4 compare  0x0000000a , 0x0000003f , 0x000000ff 
+ 00009469  0x00000db5 call  0x00002501 , 0x00000001 
+ 00009470  0x00000db6 copy  0x00000011 , 0x0000003f 
+ 00009471  0x00000db7 store  0x00000002 , 0x000040a2 
+ 00009472  0x00000db8 rtn 
+ 00009473  0x00000dbb fetch  0x00000002 , 0x00008112 
+ 00009474  0x00000dbc nsetflag  0x00000034 , 0x00000006 , 0x00000011 
+ 00009475  0x00000dbd fetch  0x00000002 , 0x0000810e 
+ 00009476  0x00000dbe nsetflag  0x00000034 , 0x00000005 , 0x00000011 
+ 00009477  0x00000dbf rtn 
+ 00009478  0x00000dc9 bpatchx  0x0000000e , 0x00004021 
+ 00009479  0x00000dca disable  0x0000002b 
+ 00009480  0x00000dcb jam  0x00000001 , 0x0000017e 
+ 00009481  0x00000dcc jam  0x00000003 , 0x00000168 
+ 00009482  0x00000dcd jam  0x00000001 , 0x0000017f 
+ 00009483  0x00000dce setarg  0xffffffff 
+ 00009484  0x00000dcf store  0x00000002 , 0x00000182 
+ 00009485  0x00000dd0 force  0x00000000 , 0x0000003f 
+ 00009486  0x00000dd1 store  0x00000001 , 0x00000180 
+ 00009487  0x00000dd2 store  0x00000001 , 0x0000018b 
+ 00009488  0x00000dd3 store  0x00000003 , 0x000040b7 
+ 00009489  0x00000dd4 store  0x00000003 , 0x000040ba 
+ 00009490  0x00000dd5 call  0x0000285c 
+ 00009491  0x00000dd6 jam  0x00000001 , 0x00004169 
+ 00009492  0x00000dd7 jam  0x00000000 , 0x0000416a 
+ 00009493  0x00000dd8 jam  0x00000001 , 0x0000019d 
+ 00009494  0x00000dd9 jam  0x00000001 , 0x0000019e 
+ 00009495  0x00000dda jam  0x00000000 , 0x00004396 
+ 00009496  0x00000ddb branch  0x00002935 
+ 00009497  0x00000dde bpatchx  0x0000000f , 0x00004021 
+ 00009498  0x00000ddf enable  0x00000029 
+ 00009499  0x00000de0 jam  0x00000003 , 0x00000169 
+ 00009500  0x00000de1 jam  0x00000001 , 0x00004398 
+ 00009501  0x00000de2 jam  0x00000001 , 0x000006b1 
+ 00009502  0x00000de3 setarg  0x0000ffff 
+ 00009503  0x00000de4 store  0x00000002 , 0x000006b3 
+ 00009504  0x00000de5 force  0x00000000 , 0x0000003f 
+ 00009505  0x00000de6 store  0x00000005 , 0x00004455 
+ 00009506  0x00000de7 set1  0x00000027 , 0x0000003f 
+ 00009507  0x00000de8 store  0x00000005 , 0x00004450 
+ 00009508  0x00000de9 branch  0x00002506 
+ 00009509  0x00000ded bpatchx  0x00000010 , 0x00004022 
+ 00009510  0x00000dee disable  0x00000029 
+ 00009511  0x00000def setarg  0x00000017 
+ 00009512  0x00000df0 store  0x00000002 , 0x000042e3 
+ 00009513  0x00000df1 increase  0x00000004 , 0x0000003f 
+ 00009514  0x00000df2 store  0x00000002 , 0x000043b8 
+ 00009515  0x00000df3 jam  0x00000001 , 0x00000169 
+ 00009516  0x00000df4 jam  0x00000000 , 0x00004388 
+ 00009517  0x00000df5 jam  0x00000000 , 0x00000015 
+ 00009518  0x00000df6 call  0x00002592 
+ 00009519  0x00000df7 fetch  0x00000002 , 0x00000196 
+ 00009520  0x00000df8 store  0x00000002 , 0x000042f5 
+ 00009521  0x00000df9 fetch  0x00000002 , 0x0000016a 
+ 00009522  0x00000dfa mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00009523  0x00000dfb rshift4  0x0000003f , 0x0000003f 
+ 00009524  0x00000dfc store  0x00000002 , 0x00000196 
+ 00009525  0x00000dfd branch  0x00002506 
+ 00009526  0x00000e05 bpatchx  0x00000011 , 0x00004022 
+ 00009527  0x00000e06 call  0x000025b8 
+ 00009528  0x00000e07 fetch  0x00000001 , 0x00000168 
+ 00009529  0x00000e08 isolate1  0x00000004 , 0x0000003f 
+ 00009530  0x00000e09 setflag  0x00000001 , 0x00000032 , 0x00000000 
+ 00009531  0x00000e0a call  0x000042b2 
+ 00009532  0x00000e0b fetch  0x00000001 , 0x00000169 
+ 00009533  0x00000e0c bbit1  0x00000001 , 0x0000253f 
+ 00009534  0x00000e0d branch  0x00002551 
+ 00009535  0x00000e14 bpatchx  0x00000012 , 0x00004022 
+ 00009536  0x00000e15 enable  0x00000029 
+ 00009537  0x00000e16 call  0x0000292b 
+ 00009538  0x00000e17 branch  0x0000254e , 0x00000002 
+ 00009539  0x00000e18 call  0x000025fb 
+ 00009540  0x00000e19 call  0x00002871 
+ 00009541  0x00000e1a disable  0x0000002d 
+ 00009542  0x00000e1b call  0x00002730 
+ 00009543  0x00000e1c nrtn  0x0000002d 
+ 00009544  0x00000e1d fetch  0x00000001 , 0x00000005 
+ 00009545  0x00000e1e increase  0x00000001 , 0x0000003f 
+ 00009546  0x00000e1f store  0x00000001 , 0x00000005 
+ 00009547  0x00000e20 call  0x00002823 
+ 00009548  0x00000e21 disable  0x00000029 
+ 00009549  0x00000e22 rtn 
+ 00009550  0x00000e25 call  0x00002586 
+ 00009551  0x00000e26 disable  0x00000029 
+ 00009552  0x00000e27 rtn 
+ 00009553  0x00000e2d bpatchx  0x00000013 , 0x00004022 
+ 00009554  0x00000e2e jam  0x00000000 , 0x0000433e 
+ 00009555  0x00000e2f set0  0x00000030 , 0x00000000 
+ 00009556  0x00000e30 call  0x00007552 
+ 00009557  0x00000e31 call  0x00002ff5 
+ 00009558  0x00000e32 disable  0x0000002e 
+ 00009559  0x00000e33 call  0x0000292b 
+ 00009560  0x00000e34 branch  0x00002586 , 0x00000002 
+ 00009561  0x00000e35 fetch  0x00000001 , 0x0000019d 
+ 00009562  0x00000e36 call  0x000025a4 
+ 00009563  0x00000e37 call  0x000025fb 
+ 00009564  0x00000e38 call  0x00002652 
+ 00009565  0x00000e39 nbranch  0x00002577 , 0x00000018 
+ 00009566  0x00000e3a call  0x00002597 
+ 00009567  0x00000e3b branch  0x00002562 , 0x0000002d 
+ 00009568  0x00000e3c bmark1  0x00000030 , 0x00002562 
+ 00009569  0x00000e3d branch  0x00002571 
+ 00009570  0x00000e42 bpatchx  0x00000014 , 0x00004022 
+ 00009571  0x00000e43 fetch  0x00000001 , 0x0000433e 
+ 00009572  0x00000e44 pincrease  0x00000001 
+ 00009573  0x00000e45 store  0x00000001 , 0x0000433e 
+ 00009574  0x00000e46 beq  0x0000000c , 0x00002571 
+ 00009575  0x00000e47 call  0x00002823 
+ 00009576  0x00000e48 call  0x00002871 
+ 00009577  0x00000e49 fetch  0x00000001 , 0x0000019e 
+ 00009578  0x00000e4a call  0x000025a4 
+ 00009579  0x00000e4b call  0x00002741 
+ 00009580  0x00000e4c call  0x000028d4 
+ 00009581  0x00000e4d fetch  0x00000002 , 0x000043e1 
+ 00009582  0x00000e4e call  0x00007d79 
+ 00009583  0x00000e4f call  0x0000257b 
+ 00009584  0x00000e50 branch  0x00002580 , 0x00000028 
+ 00009585  0x00000e52 bpatchx  0x00000015 , 0x00004022 
+ 00009586  0x00000e53 call  0x00002fba 
+ 00009587  0x00000e54 call  0x00002fb1 
+ 00009588  0x00000e55 call  0x00007841 
+ 00009589  0x00000e56 fetch  0x00000001 , 0x0000018b 
+ 00009590  0x00000e57 bbit1  0x00000003 , 0x00002586 
+ 00009591  0x00000e59 bpatchx  0x00000016 , 0x00004022 
+ 00009592  0x00000e5a call  0x000020cf 
+ 00009593  0x00000e5b call  0x000029a5 
+ 00009594  0x00000e5c branch  0x000020f7 
+ 00009595  0x00000e60 disable  0x00000028 
+ 00009596  0x00000e61 bmark1  0x0000002a , 0x00007dba 
+ 00009597  0x00000e62 bmark1  0x00000029 , 0x00007dba 
+ 00009598  0x00000e63 bmark1  0x00000030 , 0x00007dba 
+ 00009599  0x00000e64 rtn 
+ 00009600  0x00000e68 bpatchx  0x00000017 , 0x00004022 
+ 00009601  0x00000e69 enable  0x0000002e 
+ 00009602  0x00000e6a call  0x00002734 
+ 00009603  0x00000e6b branch  0x00002562 , 0x0000002d 
+ 00009604  0x00000e6c bmark1  0x00000030 , 0x00002562 
+ 00009605  0x00000e6d branch  0x00002571 
+ 00009606  0x00000e72 bpatchx  0x00000018 , 0x00004023 
+ 00009607  0x00000e73 call  0x0000258d 
+ 00009608  0x00000e74 call  0x00004302 
+ 00009609  0x00000e75 call  0x00002592 
+ 00009610  0x00000e76 call  0x00003003 
+ 00009611  0x00000e77 jam  0x00000015 , 0x0000066f 
+ 00009612  0x00000e78 branch  0x0000782b 
+ 00009613  0x00000e7b arg  0x00004441 , 0x00000005 
+ 00009614  0x00000e7c call  0x00007c99 
+ 00009615  0x00000e7d jam  0x00000000 , 0x0000017e 
+ 00009616  0x00000e7e jam  0x00000000 , 0x00000169 
+ 00009617  0x00000e7f jam  0x00000000 , 0x00000168 
+ 00009618  0x00000e81 bpatchx  0x00000019 , 0x00004023 
+ 00009619  0x00000e82 jam  0x00000000 , 0x000042fd 
+ 00009620  0x00000e83 jam  0x00000000 , 0x000042fc 
+ 00009621  0x00000e84 call  0x00007452 
+ 00009622  0x00000e85 rtn 
+ 00009623  0x00000e88 bpatchx  0x0000001a , 0x00004023 
+ 00009624  0x00000e89 fetch  0x00000001 , 0x00000005 
+ 00009625  0x00000e8a increase  0x00000001 , 0x0000003f 
+ 00009626  0x00000e8b store  0x00000001 , 0x00000005 
+ 00009627  0x00000e8c fetch  0x00000001 , 0x00000168 
+ 00009628  0x00000e8d rtnbit1  0x00000003 
+ 00009629  0x00000e8e set1  0x00000003 , 0x0000003f 
+ 00009630  0x00000e8f store  0x00000001 , 0x00000168 
+ 00009631  0x00000e90 fetch  0x00000002 , 0x000042f5 
+ 00009632  0x00000e91 store  0x00000002 , 0x00000196 
+ 00009633  0x00000e92 setarg  0x00000000 
+ 00009634  0x00000e93 store  0x00000004 , 0x0000431d 
+ 00009635  0x00000e94 rtn 
+ 00009636  0x00000e9d copy  0x0000003f , 0x00000002 
+ 00009637  0x00000e9e bpatchx  0x0000001b , 0x00004023 
+ 00009638  0x00000ea0 copy  0x00000002 , 0x0000003f 
+ 00009639  0x00000ea1 bbit1  0x00000000 , 0x000025b8 
+ 00009640  0x00000ea2 bbit1  0x00000001 , 0x000025ad 
+ 00009641  0x00000ea3 bbit0  0x00000002 , 0x000025b8 
+ 00009642  0x00000ea4 bbit1  0x00000007 , 0x000025b4 
+ 00009643  0x00000ea5 bbit1  0x00000002 , 0x000025b0 
+ 00009644  0x00000ea6 branch  0x000025b8 
+ 00009645  0x00000ea9 set0  0x0000002f , 0x00000000 
+ 00009646  0x00000eaa set1  0x0000002d , 0x00000000 
+ 00009647  0x00000eab rtn 
+ 00009648  0x00000eaf set0  0x0000002d , 0x00000000 
+ 00009649  0x00000eb0 set1  0x0000002f , 0x00000000 
+ 00009650  0x00000eb1 set0  0x0000002e , 0x00000000 
+ 00009651  0x00000eb2 rtn 
+ 00009652  0x00000eb6 set0  0x0000002d , 0x00000000 
+ 00009653  0x00000eb7 set1  0x0000002f , 0x00000000 
+ 00009654  0x00000eb8 set1  0x0000002e , 0x00000000 
+ 00009655  0x00000eb9 rtn 
+ 00009656  0x00000ebc bpatchx  0x0000001c , 0x00004023 
+ 00009657  0x00000ebd set0  0x0000002d , 0x00000000 
+ 00009658  0x00000ebe set0  0x0000002f , 0x00000000 
+ 00009659  0x00000ebf rtn 
+ 00009660  0x00000ec3 bpatchx  0x0000001d , 0x00004023 
+ 00009661  0x00000ec4 set0  0x00000032 , 0x00000000 
+ 00009662  0x00000ec5 jam  0x00000001 , 0x00008901 
+ 00009663  0x00000ec6 jam  0x00000080 , 0x00008920 
+ 00009664  0x00000ec7 jam  0x00000003 , 0x00008930 
+ 00009665  0x00000ec8 rtn 
+ 00009666  0x00000ecb bpatchx  0x0000001e , 0x00004023 
+ 00009667  0x00000ecc disable  0x00000009 
+ 00009668  0x00000ecd disable  0x00000007 
+ 00009669  0x00000ece fetch  0x00000003 , 0x00000190 
+ 00009670  0x00000ecf iforce  0x0000000f 
+ 00009671  0x00000ed0 fetch  0x00000001 , 0x00000007 
+ 00009672  0x00000ed2 reverse  0x0000003f , 0x00000002 
+ 00009673  0x00000ed3 set1  0x00000001 , 0x00000002 
+ 00009674  0x00000ed4 rshift  0x00000002 , 0x0000000e 
+ 00009675  0x00000ed5 rtn 
+ 00009676  0x00000ed9 call  0x000025d5 
+ 00009677  0x00000edb call  0x0000216f 
+ 00009678  0x00000edc fetch  0x00000002 , 0x0000003e 
+ 00009679  0x00000edd call  0x0000235c 
+ 00009680  0x00000ede branch  0x000021a6 
+ 00009681  0x00000ee1 branch  0x000021fc , 0x0000002d 
+ 00009682  0x00000ee2 bmark1  0x00000030 , 0x000021fc 
+ 00009683  0x00000ee4 call  0x000025d5 
+ 00009684  0x00000ee5 branch  0x000021f9 
+ 00009685  0x00000ee8 bpatchx  0x0000001f , 0x00004023 
+ 00009686  0x00000ee9 call  0x00002160 
+ 00009687  0x00000eea fetch  0x00000001 , 0x000001bb 
+ 00009688  0x00000eeb nbranch  0x000025e8 , 0x00000034 
+ 00009689  0x00000eec fetch  0x00000001 , 0x00000007 
+ 00009690  0x00000eed sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00009691  0x00000eee branch  0x000025e2 , 0x00000002 
+ 00009692  0x00000eef force  0x00000000 , 0x00000002 
+ 00009693  0x00000ef0 rtneq  0x00000025 
+ 00009694  0x00000ef1 force  0x00000018 , 0x00000002 
+ 00009695  0x00000ef2 rtneq  0x00000026 
+ 00009696  0x00000ef3 force  0x0000004e , 0x00000002 
+ 00009697  0x00000ef4 rtn 
+ 00009698  0x00000ef7 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00009699  0x00000ef8 branch  0x000025e5 , 0x00000002 
+ 00009700  0x00000ef9 increase  0x00000001 , 0x0000003f 
+ 00009701  0x00000efc lshift  0x0000003f , 0x0000003f 
+ 00009702  0x00000efd add  0x0000003f , 0x00000002 , 0x00000002 
+ 00009703  0x00000efe rtn 
+ 00009704  0x00000f01 fetch  0x00000001 , 0x00000007 
+ 00009705  0x00000f02 lshift  0x0000003f , 0x00000002 
+ 00009706  0x00000f03 rtn 
+ 00009707  0x00000f06 arg  0x000001f4 , 0x00000002 
+ 00009708  0x00000f07 rtn  0x00000034 
+ 00009709  0x00000f08 arg  0x000000fa , 0x00000002 
+ 00009710  0x00000f09 rtneq  0x00000001 
+ 00009711  0x00000f0a arg  0x00000096 , 0x00000002 
+ 00009712  0x00000f0b rtneq  0x00000002 
+ 00009713  0x00000f0c arg  0x00000064 , 0x00000002 
+ 00009714  0x00000f0d rtneq  0x00000003 
+ 00009715  0x00000f0e arg  0x0000004b , 0x00000002 
+ 00009716  0x00000f0f rtneq  0x00000004 
+ 00009717  0x00000f10 arg  0x00000032 , 0x00000002 
+ 00009718  0x00000f11 rtneq  0x00000005 
+ 00009719  0x00000f12 arg  0x00000028 , 0x00000002 
+ 00009720  0x00000f13 rtneq  0x00000006 
+ 00009721  0x00000f14 arg  0x00000014 , 0x00000002 
+ 00009722  0x00000f15 rtn 
+ 00009723  0x00000f1a bpatchx  0x00000020 , 0x00004024 
+ 00009724  0x00000f1b enable  0x00000010 
+ 00009725  0x00000f1c fetch  0x00000004 , 0x0000018c 
+ 00009726  0x00000f1d iforce  0x00000009 
+ 00009727  0x00000f1e call  0x00002630 
+ 00009728  0x00000f1f setarg  0x00000200 
+ 00009729  0x00000f20 branch  0x00002604 , 0x00000029 
+ 00009730  0x00000f21 fetch  0x00000002 , 0x00000176 
+ 00009731  0x00000f22 rshift  0x0000003f , 0x0000003f 
+ 00009732  0x00000f24 fetcht  0x00000002 , 0x0000003e 
+ 00009733  0x00000f25 iadd  0x00000002 , 0x0000003f 
+ 00009734  0x00000f26 call  0x00002343 
+ 00009735  0x00000f27 deposit  0x0000001a 
+ 00009736  0x00000f28 rtn 
+ 00009737  0x00000f2c bpatchx  0x00000021 , 0x00004024 
+ 00009738  0x00000f2d call  0x00007c51 
+ 00009739  0x00000f2e storer  0x00000039 , 0x00000002 , 0x0000069b 
+ 00009740  0x00000f2f add  0x00000011 , 0x00000001 , 0x00000006 
+ 00009741  0x00000f30 ifetch  0x00000001 , 0x00000006 
+ 00009742  0x00000f31 rtnbit0  0x00000000 
+ 00009743  0x00000f32 add  0x00000011 , 0x0000001a , 0x00000005 
+ 00009744  0x00000f33 ifetch  0x00000002 , 0x00000005 
+ 00009745  0x00000f34 increase  0x00000001 , 0x0000003f 
+ 00009746  0x00000f35 istore  0x00000002 , 0x00000005 
+ 00009747  0x00000f36 call  0x000027a2 
+ 00009748  0x00000f37 call  0x000027c4 
+ 00009749  0x00000f38 call  0x000027cd 
+ 00009750  0x00000f39 call  0x0000261a 
+ 00009751  0x00000f3a call  0x00007c60 
+ 00009752  0x00000f3b fetchr  0x00000039 , 0x00000002 , 0x0000069b 
+ 00009753  0x00000f3c rtn 
+ 00009754  0x00000f3f add  0x00000011 , 0x00000019 , 0x00000006 
+ 00009755  0x00000f40 ifetch  0x00000001 , 0x00000006 
+ 00009756  0x00000f41 add  0x00000011 , 0x00000018 , 0x00000005 
+ 00009757  0x00000f42 ifetcht  0x00000001 , 0x00000005 
+ 00009758  0x00000f43 iadd  0x00000002 , 0x0000003f 
+ 00009759  0x00000f44 sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00009760  0x00000f45 branch  0x00002622 , 0x00000002 
+ 00009761  0x00000f46 increase  0xffffffdb , 0x0000003f 
+ 00009762  0x00000f48 istore  0x00000001 , 0x00000005 
+ 00009763  0x00000f49 rtn 
+ 00009764  0x00000f4d add  0x00000011 , 0x00000030 , 0x00000006 
+ 00009765  0x00000f4e ifetch  0x00000005 , 0x00000006 
+ 00009766  0x00000f4f force  0x00000000 , 0x00000002 
+ 00009767  0x00000f50 force  0x00000025 , 0x00000039 
+ 00009768  0x00000f52 bbit0  0x00000000 , 0x0000262a 
+ 00009769  0x00000f53 increase  0x00000001 , 0x00000002 
+ 00009770  0x00000f55 rshift  0x0000003f , 0x0000003f 
+ 00009771  0x00000f56 loop  0x00002628 
+ 00009772  0x00000f57 add  0x00000002 , 0xffffffff , 0x0000003f 
+ 00009773  0x00000f58 add  0x00000011 , 0x00000022 , 0x00000005 
+ 00009774  0x00000f59 istore  0x00000001 , 0x00000005 
+ 00009775  0x00000f5a rtn 
+ 00009776  0x00000f5d bpatchx  0x00000022 , 0x00004024 
+ 00009777  0x00000f5e fetch  0x00000001 , 0x00000180 
+ 00009778  0x00000f5f iforce  0x00000007 
+ 00009779  0x00000f60 fetcht  0x00000005 , 0x00000198 
+ 00009780  0x00000f61 qisolate1  0x00000002 
+ 00009781  0x00000f62 branch  0x00002645 , 0x00000001 
+ 00009782  0x00000f64 fetch  0x00000001 , 0x0000018a 
+ 00009783  0x00000f65 isub  0x00000007 , 0x0000003f 
+ 00009784  0x00000f66 branch  0x0000263b , 0x00000002 
+ 00009785  0x00000f67 sub  0x0000003f , 0xffffffff , 0x00000007 
+ 00009786  0x00000f68 branch  0x00002636 
+ 00009787  0x00000f6a copy  0x00000007 , 0x00000039 
+ 00009788  0x00000f6b force  0x00000000 , 0x00000007 
+ 00009789  0x00000f6d qisolate1  0x00000002 
+ 00009790  0x00000f6e branch  0x00002640 , 0x00000001 
+ 00009791  0x00000f6f increase  0x00000001 , 0x00000039 
+ 00009792  0x00000f71 deposit  0x00000039 
+ 00009793  0x00000f72 branch  0x00002645 , 0x00000034 
+ 00009794  0x00000f73 increase  0x00000001 , 0x00000007 
+ 00009795  0x00000f74 increase  0xffffffff , 0x00000039 
+ 00009796  0x00000f75 branch  0x0000263d 
+ 00009797  0x00000f77 deposit  0x00000007 
+ 00009798  0x00000f78 store  0x00000001 , 0x00000007 
+ 00009799  0x00000f79 rtn 
+ 00009800  0x00000f7d branch  0x0000264b , 0x00000029 
+ 00009801  0x00000f7e until  0x0000003e , 0x00000003 
+ 00009802  0x00000f7f rtn 
+ 00009803  0x00000f82 arg  0x00000ea0 , 0x0000000b 
+ 00009804  0x00000f83 until  0x00000023 , 0x00000026 
+ 00009805  0x00000f84 rtn 
+ 00009806  0x00000f87 disable  0x00000010 
+ 00009807  0x00000f88 fetch  0x00000002 , 0x00004346 
+ 00009808  0x00000f89 copy  0x0000003f , 0x0000000b 
+ 00009809  0x00000f8a branch  0x00002658 
+ 00009810  0x00000f8e bpatchx  0x00000023 , 0x00004024 
+ 00009811  0x00000f8f call  0x000026be 
+ 00009812  0x00000f90 enable  0x00000010 
+ 00009813  0x00000f91 fetch  0x00000002 , 0x00000176 
+ 00009814  0x00000f92 fetcht  0x00000004 , 0x0000431d 
+ 00009815  0x00000f93 iadd  0x00000002 , 0x0000000b 
+ 00009816  0x00000f95 call  0x000025cc 
+ 00009817  0x00000f97 bpatchx  0x00000024 , 0x00004024 
+ 00009818  0x00000f98 call  0x000025c2 
+ 00009819  0x00000f99 bmark0  0x0000002f , 0x00002660 
+ 00009820  0x00000f9a pulse  0x00000039 
+ 00009821  0x00000f9b nop  0x0000001e 
+ 00009822  0x00000f9c call  0x000025c2 
+ 00009823  0x00000f9d lshift3  0x0000000b , 0x0000000b 
+ 00009824  0x00000f9f disable  0x0000002d 
+ 00009825  0x00000fa0 enable  0x0000000d 
+ 00009826  0x00000fa1 enable  0x00000021 
+ 00009827  0x00000fa2 disable  0x00000020 
+ 00009828  0x00000fa3 copy  0x0000000b , 0x0000001b 
+ 00009829  0x00000fa4 correlate  0x0000003e , 0x00000003 
+ 00009830  0x00000fa5 branch  0x00002669 , 0x0000002e 
+ 00009831  0x00000fa6 copy  0x0000001a , 0x00000002 
+ 00009832  0x00000fa7 storet  0x00000006 , 0x0000000f 
+ 00009833  0x00000fa9 nbranch  0x000026fa , 0x00000018 
+ 00009834  0x00000faa enable  0x00000010 
+ 00009835  0x00000fab fetch  0x00000001 , 0x00004167 
+ 00009836  0x00000fac arg  0x00004e20 , 0x00000002 
+ 00009837  0x00000fad iadd  0x00000002 , 0x00000002 
+ 00009838  0x00000fae fetch  0x00000001 , 0x00004148 
+ 00009839  0x00000faf imul32  0x00000002 , 0x0000001b 
+ 00009840  0x00000fb0 call  0x00006877 
+ 00009841  0x00000fb1 branch  0x00002677 , 0x0000002e 
+ 00009842  0x00000fb2 call  0x000026ff 
+ 00009843  0x00000fb3 fetch  0x00000001 , 0x00000168 
+ 00009844  0x00000fb4 bbit0  0x00000003 , 0x00002677 
+ 00009845  0x00000fb5 fetcht  0x00000006 , 0x0000000f 
+ 00009846  0x00000fb6 call  0x00002477 , 0x0000002b 
+ 00009847  0x00000fb8 call  0x000022e9 
+ 00009848  0x00000fb9 enable  0x00000007 
+ 00009849  0x00000fba enable  0x00000009 
+ 00009850  0x00000fbb parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009851  0x00000fbc rshift3  0x0000000c , 0x0000003f 
+ 00009852  0x00000fbd store  0x00000001 , 0x0000004c 
+ 00009853  0x00000fbe parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009854  0x00000fbf rshift3  0x0000000c , 0x0000003f 
+ 00009855  0x00000fc0 store  0x00000001 , 0x0000004d 
+ 00009856  0x00000fc1 copy  0x0000003f , 0x00000039 
+ 00009857  0x00000fc2 branch  0x0000269d , 0x00000005 
+ 00009858  0x00000fc4 bmark1  0x00000032 , 0x00002688 
+ 00009859  0x00000fc7 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009860  0x00000fc8 rshift3  0x0000000c , 0x0000003f 
+ 00009861  0x00000fc9 istore  0x00000001 , 0x00000005 
+ 00009862  0x00000fca loop  0x00002683 
+ 00009863  0x00000fcb branch  0x0000269d 
+ 00009864  0x00000fce copy  0x00000005 , 0x00000012 
+ 00009865  0x00000fcf bpatchx  0x00000025 , 0x00004024 
+ 00009866  0x00000fd0 call  0x0000281c 
+ 00009867  0x00000fd2 fetchr  0x00000011 , 0x00000001 , 0x0000004d 
+ 00009868  0x00000fd3 increase  0xfffffffc , 0x00000011 
+ 00009869  0x00000fd4 nbranch  0x000026f2 , 0x00000002 
+ 00009870  0x00000fd6 call  0x000026c3 
+ 00009871  0x00000fd7 copy  0x00000012 , 0x00000005 
+ 00009872  0x00000fd8 arg  0x00000000 , 0x00000002 
+ 00009873  0x00000fd9 fetchr  0x00000039 , 0x00000001 , 0x0000004d 
+ 00009874  0x00000fda increase  0xfffffffc , 0x00000039 
+ 00009875  0x00000fdb branch  0x0000269b , 0x00000005 
+ 00009876  0x00000fde parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009877  0x00000fdf rshift3  0x0000000c , 0x0000003f 
+ 00009878  0x00000fe0 istore  0x00000001 , 0x00000005 
+ 00009879  0x00000fe1 increase  0x00000001 , 0x00000002 
+ 00009880  0x00000fe2 and  0x00000002 , 0x0000000f , 0x0000003e 
+ 00009881  0x00000fe3 call  0x000026e1 , 0x00000005 
+ 00009882  0x00000fe4 loop  0x00002694 
+ 00009883  0x00000fe6 call  0x000026e9 
+ 00009884  0x00000fe7 copy  0x00000012 , 0x00000005 
+ 00009885  0x00000feb bpatchx  0x00000026 , 0x00004024 
+ 00009886  0x00000fec parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00009887  0x00000fed rshift32  0x0000003f , 0x0000003f 
+ 00009888  0x00000fee rshift16  0x0000003f , 0x0000003f 
+ 00009889  0x00000fef istore  0x00000003 , 0x00000005 
+ 00009890  0x00000ff0 enable  0x00000010 
+ 00009891  0x00000ff1 call  0x0000270d 
+ 00009892  0x00000ff2 branch  0x000026f6 , 0x00000006 
+ 00009893  0x00000ff3 bmark0  0x00000032 , 0x000026af 
+ 00009894  0x00000ff4 fetch  0x00000001 , 0x0000004d 
+ 00009895  0x00000ff5 branch  0x000026af , 0x00000034 
+ 00009896  0x00000ff6 increase  0xfffffffc , 0x0000003f 
+ 00009897  0x00000ff7 store  0x00000001 , 0x0000004d 
+ 00009898  0x00000ff8 call  0x000072cb 
+ 00009899  0x00000ff9 fetch  0x00000001 , 0x00008108 
+ 00009900  0x00000ffa bbit0  0x00000007 , 0x000026f2 
+ 00009901  0x00000ffb force  0x0000000c , 0x00000038 
+ 00009902  0x00000ffc storer  0x0000002f , 0x00000004 , 0x00000154 
+ 00009903  0x00000ffe call  0x00006876 
+ 00009904  0x00000fff enable  0x0000002d 
+ 00009905  0x00001000 set0  0x00000030 , 0x00000000 
+ 00009906  0x00001002 bpatchx  0x00000027 , 0x00004024 
+ 00009907  0x00001003 call  0x000072cd 
+ 00009908  0x00001004 fetch  0x00000001 , 0x0000019d 
+ 00009909  0x00001005 nsetflag  0x0000003c , 0x00000007 , 0x0000003f 
+ 00009910  0x00001006 store  0x00000001 , 0x0000019d 
+ 00009911  0x00001007 call  0x000026b9 
+ 00009912  0x00001008 branch  0x000026bb 
+ 00009913  0x0000100b disable  0x0000000d 
+ 00009914  0x0000100c branch  0x00002160 
+ 00009915  0x0000100f bpatchx  0x00000028 , 0x00004025 
+ 00009916  0x00001010 fetcht  0x00000001 , 0x00000008 
+ 00009917  0x00001011 branch  0x000021c6 
+ 00009918  0x00001015 rtnmark0  0x00000032 
+ 00009919  0x00001016 call  0x00007368 
+ 00009920  0x00001017 force  0x0000000c , 0x00000038 
+ 00009921  0x00001018 call  0x00007370 
+ 00009922  0x00001019 branch  0x0000736f 
+ 00009923  0x0000101d bpatchx  0x00000029 , 0x00004025 
+ 00009924  0x0000101e jam  0x00000000 , 0x0000806c 
+ 00009925  0x0000101f jam  0x00000001 , 0x0000806d 
+ 00009926  0x00001020 fetch  0x00000001 , 0x0000004c 
+ 00009927  0x00001021 and_into  0x00000003 , 0x0000003f 
+ 00009928  0x00001022 store  0x00000001 , 0x0000806e 
+ 00009929  0x00001024 setarg  0x0000004e 
+ 00009930  0x00001025 store  0x00000002 , 0x00008068 
+ 00009931  0x00001026 store  0x00000002 , 0x0000806a 
+ 00009932  0x00001028 fetchr  0x00000011 , 0x00000001 , 0x0000004d 
+ 00009933  0x00001029 increase  0xfffffffc , 0x00000011 
+ 00009934  0x0000102b fetcht  0x00000005 , 0x00004455 
+ 00009935  0x0000102c isolate1  0x0000000f , 0x00000000 
+ 00009936  0x0000102d call  0x000026d7 , 0x00000001 
+ 00009937  0x0000102e call  0x00007265 
+ 00009938  0x0000102f setarg  0x00000000 
+ 00009939  0x00001030 store  0x00000002 , 0x000080c0 
+ 00009940  0x00001031 jam  0x00000006 , 0x0000800a 
+ 00009941  0x00001032 jam  0x00000007 , 0x0000800a 
+ 00009942  0x00001033 rtn 
+ 00009943  0x00001036 sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00009944  0x00001037 branch  0x000026dc , 0x00000005 
+ 00009945  0x00001038 increase  0xffffffff , 0x00000002 
+ 00009946  0x00001039 set1  0x00000027 , 0x00000002 
+ 00009947  0x0000103a rtn 
+ 00009948  0x0000103d setarg  0x00ffffff 
+ 00009949  0x0000103e lshift16  0x0000003f , 0x0000003f 
+ 00009950  0x0000103f arg  0x0000ffff , 0x00000002 
+ 00009951  0x00001040 ior  0x00000002 , 0x00000002 
+ 00009952  0x00001041 rtn 
+ 00009953  0x00001044 copy  0x00000005 , 0x00000012 
+ 00009954  0x00001045 fetch  0x00000001 , 0x0000004d 
+ 00009955  0x00001046 increase  0xfffffffc , 0x0000003f 
+ 00009956  0x00001047 isub  0x00000002 , 0x0000003e 
+ 00009957  0x00001048 rtn  0x00000005 
+ 00009958  0x00001049 storet  0x00000002 , 0x000080c0 
+ 00009959  0x0000104a copy  0x00000012 , 0x00000005 
+ 00009960  0x0000104b rtn 
+ 00009961  0x0000104e parse  0x00000003 , 0x00000000 , 0x00000020 
+ 00009962  0x0000104f rshift32  0x0000003f , 0x0000003f 
+ 00009963  0x00001050 rshift8  0x0000003f , 0x0000003f 
+ 00009964  0x00001051 istore  0x00000004 , 0x00000005 
+ 00009965  0x00001052 copy  0x00000005 , 0x00000012 
+ 00009966  0x00001054 force  0x00000000 , 0x00000038 
+ 00009967  0x00001055 copy  0x0000003f , 0x0000002f 
+ 00009968  0x00001056 storet  0x00000002 , 0x000080c0 
+ 00009969  0x00001057 rtn 
+ 00009970  0x0000105a branch  0x000026fc 
+ 00009971  0x0000105d call  0x0000270d 
+ 00009972  0x0000105e call  0x000020cf 
+ 00009973  0x0000105f branch  0x000026af 
+ 00009974  0x00001062 call  0x00006878 
+ 00009975  0x00001063 bmark1  0x00000030 , 0x000026fa 
+ 00009976  0x00001064 set1  0x00000030 , 0x00000000 
+ 00009977  0x00001065 branch  0x000026b2 
+ 00009978  0x00001069 set0  0x00000030 , 0x00000000 
+ 00009979  0x0000106a branch  0x000026fc 
+ 00009980  0x0000106d bpatchx  0x0000002a , 0x00004025 
+ 00009981  0x0000106e call  0x000072cd 
+ 00009982  0x0000106f branch  0x000020cf 
+ 00009983  0x00001072 bmark1  0x0000002f , 0x00002705 
+ 00009984  0x00001073 bmark1  0x0000002d , 0x00002709 
+ 00009985  0x00001074 fetch  0x00000002 , 0x00000046 
+ 00009986  0x00001075 copy  0x0000003f , 0x00000029 
+ 00009987  0x00001076 copy  0x00000021 , 0x00000028 
+ 00009988  0x00001077 rtn 
+ 00009989  0x0000107b fetch  0x00000002 , 0x0000004a 
+ 00009990  0x0000107c copy  0x0000003f , 0x00000029 
+ 00009991  0x0000107d add  0x00000021 , 0x00000001 , 0x00000028 
+ 00009992  0x0000107e rtn 
+ 00009993  0x00001081 fetch  0x00000002 , 0x00000048 
+ 00009994  0x00001082 copy  0x0000003f , 0x00000029 
+ 00009995  0x00001083 copy  0x00000021 , 0x00000028 
+ 00009996  0x00001084 rtn 
+ 00009997  0x00001088 fetch  0x00000001 , 0x0000004d 
+ 00009998  0x00001089 add  0x0000003f , 0x00000005 , 0x00000002 
+ 00009999  0x0000108a lshift3  0x00000002 , 0x00000002 
+ 00010000  0x0000108b fetch  0x00000001 , 0x0000019d 
+ 00010001  0x0000108c bmark1  0x0000002f , 0x00002714 
+ 00010002  0x0000108d bbit1  0x00000000 , 0x00002716 
+ 00010003  0x0000108e bbit1  0x00000001 , 0x00002717 
+ 00010004  0x00001090 branch  0x00002719 , 0x0000003c 
+ 00010005  0x00001091 branch  0x0000271c 
+ 00010006  0x00001094 branch  0x00002721 
+ 00010007  0x00001097 rshift  0x00000002 , 0x00000002 
+ 00010008  0x00001098 branch  0x00002721 
+ 00010009  0x0000109b add  0x00000002 , 0x00000003 , 0x00000002 
+ 00010010  0x0000109c lshift  0x00000002 , 0x00000002 
+ 00010011  0x0000109d branch  0x0000271e 
+ 00010012  0x000010a0 add  0x00000002 , 0x00000003 , 0x00000002 
+ 00010013  0x000010a1 lshift3  0x00000002 , 0x00000002 
+ 00010014  0x000010a3 setarg  0x00000028 
+ 00010015  0x000010a4 iadd  0x00000002 , 0x00000002 
+ 00010016  0x000010a5 branch  0x00002721 
+ 00010017  0x000010a8 fetch  0x00000001 , 0x00004148 
+ 00010018  0x000010a9 imul32  0x00000002 , 0x00000002 
+ 00010019  0x000010aa arg  0x00004e20 , 0x00000011 
+ 00010020  0x000010ab imul32  0x00000011 , 0x0000003f 
+ 00010021  0x000010ac isub  0x00000002 , 0x00000002 
+ 00010022  0x000010ad copy  0x0000001b , 0x0000003f 
+ 00010023  0x000010ae isub  0x00000002 , 0x0000001b 
+ 00010024  0x000010af rtn 
+ 00010025  0x000010b2 call  0x00002741 
+ 00010026  0x000010b3 fetcht  0x00000001 , 0x00000008 
+ 00010027  0x000010b4 call  0x0000216f 
+ 00010028  0x000010b5 call  0x000021a6 
+ 00010029  0x000010b6 enable  0x00000010 
+ 00010030  0x000010b7 arg  0x0000157c , 0x0000000b 
+ 00010031  0x000010b8 branch  0x00002659 
+ 00010032  0x000010bc bpatchx  0x0000002b , 0x00004025 
+ 00010033  0x000010bd fetch  0x00000001 , 0x0000019e 
+ 00010034  0x000010be call  0x000025a4 
+ 00010035  0x000010bf call  0x00002741 
+ 00010036  0x000010c1 fetch  0x00000001 , 0x0000019d 
+ 00010037  0x000010c2 call  0x000025a4 
+ 00010038  0x000010c4 fetcht  0x00000001 , 0x00000008 
+ 00010039  0x000010c5 call  0x0000216f 
+ 00010040  0x000010c6 call  0x000021a6 
+ 00010041  0x000010c7 enable  0x00000010 
+ 00010042  0x000010c8 arg  0x0000157c , 0x0000000b 
+ 00010043  0x000010c9 bmark0  0x0000002f , 0x00002659 
+ 00010044  0x000010ca arg  0x00002134 , 0x0000000b 
+ 00010045  0x000010cb branch  0x00002659 
+ 00010046  0x000010ce bpatchx  0x0000002c , 0x00004025 
+ 00010047  0x000010cf call  0x00002741 
+ 00010048  0x000010d0 branch  0x000020cf 
+ 00010049  0x000010d3 bpatchx  0x0000002d , 0x00004025 
+ 00010050  0x000010d4 call  0x000025c2 
+ 00010051  0x000010d5 call  0x000025d1 
+ 00010052  0x000010d6 call  0x0000687d 
+ 00010053  0x000010d7 set1  0x00000000 , 0x00000015 
+ 00010054  0x000010d8 enable  0x0000001d 
+ 00010055  0x000010d9 enable  0x00000020 
+ 00010056  0x000010da disable  0x00000021 
+ 00010057  0x000010db call  0x00002648 
+ 00010058  0x000010dc disable  0x0000003a 
+ 00010059  0x000010dd bmark1  0x0000002f , 0x00002784 
+ 00010060  0x000010de bmark1  0x0000002d , 0x00002796 
+ 00010061  0x000010df rshift16  0x00000009 , 0x0000003f 
+ 00010062  0x000010e0 rshift8  0x0000003f , 0x0000003f 
+ 00010063  0x000010e1 rshift4  0x0000003f , 0x0000003f 
+ 00010064  0x000010e2 inject  0x00000003 , 0x00000028 
+ 00010065  0x000010e4 enable  0x00000007 
+ 00010066  0x000010e5 enable  0x00000009 
+ 00010067  0x000010e6 bpatchx  0x0000002e , 0x00004025 
+ 00010068  0x000010e7 fetch  0x00000001 , 0x00004169 
+ 00010069  0x000010e8 inject  0x00000003 , 0x00000008 
+ 00010070  0x000010e9 ifetch  0x00000001 , 0x00000006 
+ 00010071  0x000010ea copy  0x0000003f , 0x00000039 
+ 00010072  0x000010eb inject  0x00000003 , 0x00000008 
+ 00010073  0x000010ec sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00010074  0x000010ed branch  0x00002762 , 0x00000005 
+ 00010075  0x000010ef fetch  0x00000001 , 0x0000800a 
+ 00010076  0x000010f0 branch  0x0000275e , 0x00000034 
+ 00010077  0x000010f1 bmark1  0x00000032 , 0x00002779 
+ 00010078  0x000010f3 arg  0x0000416b , 0x00000006 
+ 00010079  0x000010f5 ifetch  0x00000001 , 0x00000006 
+ 00010080  0x000010f6 inject  0x00000003 , 0x00000008 
+ 00010081  0x000010f7 loop  0x0000275f 
+ 00010082  0x000010fa enable  0x00000008 
+ 00010083  0x000010fb inject  0x00000003 , 0x00000018 
+ 00010084  0x000010fc disable  0x00000008 
+ 00010085  0x000010fd bmark0  0x0000002f , 0x00002769 
+ 00010086  0x000010fe disable  0x00000007 
+ 00010087  0x000010ff setarg  0x00000000 
+ 00010088  0x00001100 inject  0x00000003 , 0x00000003 
+ 00010089  0x00001102 until  0x0000003e , 0x00000027 
+ 00010090  0x00001103 nop  0x00000064 
+ 00010091  0x00001104 bpatchx  0x0000002f , 0x00004025 
+ 00010092  0x00001105 disable  0x0000001d 
+ 00010093  0x00001106 disable  0x00000038 
+ 00010094  0x00001107 call  0x00002160 
+ 00010095  0x00001108 call  0x0000687b 
+ 00010096  0x0000110a fetch  0x00000001 , 0x00004169 
+ 00010097  0x0000110b and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00010098  0x0000110c rtnne  0x00000003 
+ 00010099  0x0000110d fetch  0x00000001 , 0x000042fd 
+ 00010100  0x0000110e beq  0x00000002 , 0x0000285c 
+ 00010101  0x0000110f rtnne  0x00000005 
+ 00010102  0x00001110 fetch  0x00000001 , 0x0000416b 
+ 00010103  0x00001111 beq  0x00000005 , 0x00002857 
+ 00010104  0x00001112 rtn 
+ 00010105  0x00001116 increase  0xfffffffc , 0x00000039 
+ 00010106  0x00001117 copy  0x00000039 , 0x00000002 
+ 00010107  0x00001118 call  0x000072b8 
+ 00010108  0x00001119 arg  0x0000416b , 0x00000006 
+ 00010109  0x0000111b ifetch  0x00000001 , 0x00000006 
+ 00010110  0x0000111c inject  0x00000003 , 0x00000008 
+ 00010111  0x0000111d loop  0x0000277d 
+ 00010112  0x0000111e call  0x000072bd 
+ 00010113  0x0000111f copy  0x0000002f , 0x0000003f 
+ 00010114  0x00001120 inject  0x00000003 , 0x00000020 
+ 00010115  0x00001121 branch  0x00002762 
+ 00010116  0x00001124 arg  0x0000000a , 0x00000039 
+ 00010117  0x00001126 setarg  0x0000003c 
+ 00010118  0x00001127 inject  0x00000003 , 0x00000008 
+ 00010119  0x00001128 loop  0x00002785 
+ 00010120  0x00001129 disable  0x0000001d 
+ 00010121  0x0000112a enable  0x00000038 
+ 00010122  0x0000112b rshift16  0x00000009 , 0x0000003f 
+ 00010123  0x0000112c rshift16  0x0000003f , 0x0000003f 
+ 00010124  0x0000112d rshift4  0x0000003f , 0x0000003f 
+ 00010125  0x0000112e inject  0x00000003 , 0x00000020 
+ 00010126  0x0000112f bmark1  0x0000002e , 0x00002793 
+ 00010127  0x00001131 setarg  0x00000001 
+ 00010128  0x00001132 inject  0x00000003 , 0x00000005 
+ 00010129  0x00001133 enable  0x0000003a 
+ 00010130  0x00001134 branch  0x00002751 
+ 00010131  0x00001137 setarg  0x00000000 
+ 00010132  0x00001138 inject  0x00000003 , 0x00000005 
+ 00010133  0x00001139 branch  0x00002751 
+ 00010134  0x0000113c fetch  0x00000001 , 0x00004148 
+ 00010135  0x0000113d fetcht  0x00000001 , 0x00004168 
+ 00010136  0x0000113e iadd  0x00000002 , 0x0000003f 
+ 00010137  0x0000113f call  0x0000235c 
+ 00010138  0x00001140 rshift16  0x00000009 , 0x0000003f 
+ 00010139  0x00001141 rshift8  0x0000003f , 0x0000003f 
+ 00010140  0x00001142 rshift4  0x0000003f , 0x00000002 
+ 00010141  0x00001143 copy  0x00000002 , 0x0000003f 
+ 00010142  0x00001144 inject  0x00000003 , 0x00000008 
+ 00010143  0x00001145 copy  0x00000002 , 0x0000003f 
+ 00010144  0x00001146 inject  0x00000003 , 0x00000028 
+ 00010145  0x00001147 branch  0x00002751 
+ 00010146  0x0000114b arg  0x000027a6 , 0x00000013 
+ 00010147  0x0000114c arg  0x000027bc , 0x00000012 
+ 00010148  0x0000114d arg  0x00000005 , 0x00000007 
+ 00010149  0x0000114e branch  0x000027fb 
+ 00010150  0x00001151 add  0x00000011 , 0x00000004 , 0x00000006 
+ 00010151  0x00001152 ifetcht  0x00000004 , 0x00000006 
+ 00010152  0x00001153 add  0x00000011 , 0x00000037 , 0x00000006 
+ 00010153  0x00001154 ifetch  0x00000001 , 0x00000006 
+ 00010154  0x00001155 add  0x00000011 , 0x0000002b , 0x00000005 
+ 00010155  0x00001156 istore  0x00000001 , 0x00000005 
+ 00010156  0x00001157 ifetch  0x00000002 , 0x00000006 
+ 00010157  0x00001158 lshift2  0x0000003f , 0x0000003f 
+ 00010158  0x00001159 iadd  0x00000002 , 0x0000000b 
+ 00010159  0x0000115a add  0x00000011 , 0x00000004 , 0x00000005 
+ 00010160  0x0000115b deposit  0x0000000b 
+ 00010161  0x0000115c istore  0x00000004 , 0x00000005 
+ 00010162  0x0000115d ifetch  0x00000002 , 0x00000006 
+ 00010163  0x0000115e lshift2  0x0000003f , 0x0000003f 
+ 00010164  0x0000115f add  0x00000011 , 0x00000002 , 0x00000005 
+ 00010165  0x00001160 istore  0x00000002 , 0x00000005 
+ 00010166  0x00001161 ifetch  0x00000002 , 0x00000006 
+ 00010167  0x00001162 add  0x00000011 , 0x0000002c , 0x00000005 
+ 00010168  0x00001163 istore  0x00000002 , 0x00000005 
+ 00010169  0x00001164 ifetch  0x00000002 , 0x00000006 
+ 00010170  0x00001165 store  0x00000002 , 0x000042f5 
+ 00010171  0x00001166 branch  0x00002938 
+ 00010172  0x00001169 ifetch  0x00000001 , 0x00000011 
+ 00010173  0x0000116a set0  0x00000003 , 0x0000003f 
+ 00010174  0x0000116b istore  0x00000001 , 0x00000011 
+ 00010175  0x0000116c storer  0x00000011 , 0x00000002 , 0x00000684 
+ 00010176  0x0000116d jam  0x00000044 , 0x0000066f 
+ 00010177  0x0000116e call  0x0000782b 
+ 00010178  0x0000116f fetchr  0x00000011 , 0x00000002 , 0x00000684 
+ 00010179  0x00001170 rtn 
+ 00010180  0x00001173 arg  0x00000000 , 0x00000013 
+ 00010181  0x00001174 arg  0x000027c8 , 0x00000012 
+ 00010182  0x00001175 arg  0x00000006 , 0x00000007 
+ 00010183  0x00001176 branch  0x000027fb 
+ 00010184  0x00001179 add  0x00000011 , 0x00000037 , 0x00000006 
+ 00010185  0x0000117a ifetch  0x00000005 , 0x00000006 
+ 00010186  0x0000117b add  0x00000011 , 0x00000030 , 0x00000005 
+ 00010187  0x0000117c istore  0x00000005 , 0x00000005 
+ 00010188  0x0000117d branch  0x00002624 
+ 00010189  0x00001181 arg  0x00000000 , 0x00000013 
+ 00010190  0x00001182 arg  0x000027d1 , 0x00000012 
+ 00010191  0x00001183 arg  0x00000007 , 0x00000007 
+ 00010192  0x00001184 branch  0x000027fb 
+ 00010193  0x00001187 add  0x00000011 , 0x00000037 , 0x00000006 
+ 00010194  0x00001188 ifetch  0x00000001 , 0x00000006 
+ 00010195  0x00001189 call  0x000027de 
+ 00010196  0x0000118a istore  0x00000001 , 0x00000005 
+ 00010197  0x0000118b add  0x00000011 , 0x00000038 , 0x00000006 
+ 00010198  0x0000118c ifetch  0x00000001 , 0x00000006 
+ 00010199  0x0000118d call  0x000027ec 
+ 00010200  0x0000118e istore  0x00000001 , 0x00000005 
+ 00010201  0x0000118f storer  0x00000011 , 0x00000002 , 0x00000684 
+ 00010202  0x00001190 jam  0x00000042 , 0x0000066f 
+ 00010203  0x00001191 call  0x0000782b 
+ 00010204  0x00001192 fetchr  0x00000011 , 0x00000002 , 0x00000684 
+ 00010205  0x00001193 rtn 
+ 00010206  0x00001196 call  0x000027e6 , 0x00000034 
+ 00010207  0x00001197 add  0x00000011 , 0x00000035 , 0x00000005 
+ 00010208  0x00001198 nrtn  0x00000029 
+ 00010209  0x00001199 fetcht  0x00000001 , 0x000043b6 
+ 00010210  0x0000119a isolate1  0x00000007 , 0x00000002 
+ 00010211  0x0000119b setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00010212  0x0000119c add  0x00000011 , 0x00000036 , 0x00000005 
+ 00010213  0x0000119d rtn 
+ 00010214  0x000011a0 add  0x00000011 , 0x00000035 , 0x00000006 
+ 00010215  0x000011a1 ifetch  0x00000001 , 0x00000006 
+ 00010216  0x000011a2 nrtn  0x00000029 
+ 00010217  0x000011a3 add  0x00000011 , 0x00000036 , 0x00000006 
+ 00010218  0x000011a4 ifetch  0x00000001 , 0x00000006 
+ 00010219  0x000011a5 rtn 
+ 00010220  0x000011a8 call  0x000027f5 , 0x00000034 
+ 00010221  0x000011a9 fetcht  0x00000001 , 0x000043b6 
+ 00010222  0x000011aa isolate1  0x00000007 , 0x00000002 
+ 00010223  0x000011ab setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00010224  0x000011ac add  0x00000011 , 0x00000036 , 0x00000005 
+ 00010225  0x000011ad nrtn  0x00000029 
+ 00010226  0x000011ae set0  0x00000007 , 0x0000003f 
+ 00010227  0x000011af add  0x00000011 , 0x00000035 , 0x00000005 
+ 00010228  0x000011b0 rtn 
+ 00010229  0x000011b3 add  0x00000011 , 0x00000036 , 0x00000006 
+ 00010230  0x000011b4 ifetch  0x00000001 , 0x00000006 
+ 00010231  0x000011b5 nrtn  0x00000029 
+ 00010232  0x000011b6 add  0x00000011 , 0x00000035 , 0x00000006 
+ 00010233  0x000011b7 ifetch  0x00000001 , 0x00000006 
+ 00010234  0x000011b8 rtn 
+ 00010235  0x000011be bpatchx  0x00000030 , 0x00004026 
+ 00010236  0x000011bf ifetch  0x00000001 , 0x00000011 
+ 00010237  0x000011c0 qisolate0  0x0000003f 
+ 00010238  0x000011c1 rtn  0x00000001 
+ 00010239  0x000011c2 add  0x00000011 , 0x0000001a , 0x00000006 
+ 00010240  0x000011c3 ifetcht  0x00000002 , 0x00000006 
+ 00010241  0x000011c4 add  0x00000011 , 0x00000020 , 0x00000006 
+ 00010242  0x000011c5 ifetch  0x00000002 , 0x00000006 
+ 00010243  0x000011c7 isub  0x00000002 , 0x0000003f 
+ 00010244  0x000011c8 branch  0x0000280b , 0x00000005 
+ 00010245  0x000011c9 nbranch  0x00002810 , 0x00000002 
+ 00010246  0x000011ca sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00010247  0x000011cb branch  0x00002809 , 0x00000005 
+ 00010248  0x000011cc rtn 
+ 00010249  0x000011cf copy  0x00000013 , 0x0000003f 
+ 00010250  0x000011d0 branch  0x00007d79 
+ 00010251  0x000011d3 ifetch  0x00000001 , 0x00000011 
+ 00010252  0x000011d4 qset0  0x0000003f 
+ 00010253  0x000011d5 istore  0x00000001 , 0x00000011 
+ 00010254  0x000011d6 copy  0x00000012 , 0x0000003f 
+ 00010255  0x000011d7 branch  0x00007d79 
+ 00010256  0x000011da add  0x00000011 , 0x0000001a , 0x00000006 
+ 00010257  0x000011db ifetch  0x00000002 , 0x00000006 
+ 00010258  0x000011dc add  0x00000011 , 0x00000020 , 0x00000006 
+ 00010259  0x000011dd ifetch  0x00000002 , 0x00000006 
+ 00010260  0x000011de isub  0x00000002 , 0x0000003f 
+ 00010261  0x000011df arg  0x0000ffff , 0x00000002 
+ 00010262  0x000011e0 isub  0x00000002 , 0x0000003e 
+ 00010263  0x000011e1 branch  0x0000280b , 0x00000005 
+ 00010264  0x000011e2 arg  0x0000f000 , 0x00000002 
+ 00010265  0x000011e3 isub  0x00000002 , 0x0000003e 
+ 00010266  0x000011e4 nbranch  0x0000280b , 0x00000002 
+ 00010267  0x000011e5 rtn 
+ 00010268  0x000011e9 fetcht  0x00000001 , 0x0000017f 
+ 00010269  0x000011ea fetch  0x00000001 , 0x0000004c 
+ 00010270  0x000011ed rshift  0x0000003f , 0x0000003f 
+ 00010271  0x000011ee ixor  0x00000002 , 0x0000003f 
+ 00010272  0x000011ef isolate1  0x00000002 , 0x0000003f 
+ 00010273  0x000011f0 setflag  0x00000001 , 0x0000000f , 0x00000000 
+ 00010274  0x000011f1 rtn 
+ 00010275  0x000011f5 bpatchx  0x00000031 , 0x00004026 
+ 00010276  0x000011f6 call  0x00002935 
+ 00010277  0x000011f7 rtnmark1  0x00000030 
+ 00010278  0x000011f8 call  0x0000284a 
+ 00010279  0x000011f9 fetch  0x00000001 , 0x0000004c 
+ 00010280  0x000011fa isolate1  0x00000004 , 0x0000003f 
+ 00010281  0x000011fb setflag  0x00000001 , 0x0000002a , 0x00000000 
+ 00010282  0x000011fc rshift  0x0000003f , 0x0000003f 
+ 00010283  0x000011fd ixor  0x00000002 , 0x0000003f 
+ 00010284  0x000011fe isolate1  0x00000002 , 0x0000003f 
+ 00010285  0x000011ff setflag  0x00000001 , 0x0000000f , 0x00000000 
+ 00010286  0x00001200 rtnmark1  0x0000000f 
+ 00010287  0x00001201 fetch  0x00000001 , 0x0000004d 
+ 00010288  0x00001202 branch  0x0000283c , 0x00000034 
+ 00010289  0x00001203 fetch  0x00000001 , 0x00000168 
+ 00010290  0x00001204 bbit0  0x00000004 , 0x0000283c 
+ 00010291  0x00001205 fetcht  0x00000004 , 0x00000154 
+ 00010292  0x00001206 fetch  0x00000004 , 0x0000445a 
+ 00010293  0x00001207 isub  0x00000002 , 0x0000003e 
+ 00010294  0x00001208 branch  0x0000235a , 0x00000005 
+ 00010295  0x00001209 storet  0x00000004 , 0x0000445a 
+ 00010296  0x0000120a fetch  0x00000005 , 0x00004455 
+ 00010297  0x0000120b increase  0x00000001 , 0x0000003f 
+ 00010298  0x0000120c set1  0x00000027 , 0x0000003f 
+ 00010299  0x0000120d store  0x00000005 , 0x00004455 
+ 00010300  0x00001210 fetcht  0x00000001 , 0x0000017f 
+ 00010301  0x00001211 setflip  0x00000002 , 0x00000002 
+ 00010302  0x00001212 storet  0x00000001 , 0x0000017f 
+ 00010303  0x00001213 fetch  0x00000001 , 0x00004321 
+ 00010304  0x00001214 rtnbit0  0x00000006 
+ 00010305  0x00001215 bpatchx  0x00000032 , 0x00004026 
+ 00010306  0x00001216 fetch  0x00000001 , 0x0000004d 
+ 00010307  0x00001217 rtn  0x00000034 
+ 00010308  0x00001218 fetch  0x00000001 , 0x0000004c 
+ 00010309  0x00001219 compare  0x00000001 , 0x0000003f , 0x00000003 
+ 00010310  0x0000121a branch  0x00002e65 , 0x00000001 
+ 00010311  0x0000121b compare  0x00000002 , 0x0000003f , 0x00000003 
+ 00010312  0x0000121c branch  0x00002e53 , 0x00000001 
+ 00010313  0x0000121d rtn 
+ 00010314  0x00001221 bpatchx  0x00000033 , 0x00004026 
+ 00010315  0x00001222 fetcht  0x00000001 , 0x0000017f 
+ 00010316  0x00001223 isolate0  0x00000005 , 0x00000002 
+ 00010317  0x00001224 rtn  0x00000001 
+ 00010318  0x00001225 fetch  0x00000001 , 0x0000004c 
+ 00010319  0x00001226 lshift  0x0000003f , 0x0000003f 
+ 00010320  0x00001227 ixor  0x00000002 , 0x0000003f 
+ 00010321  0x00001228 rtnbit0  0x00000003 
+ 00010322  0x00001229 set0  0x00000005 , 0x00000002 
+ 00010323  0x0000122a setflip  0x00000003 , 0x00000002 
+ 00010324  0x0000122b storet  0x00000001 , 0x0000017f 
+ 00010325  0x0000122c compare  0x00000003 , 0x00000002 , 0x00000003 
+ 00010326  0x0000122e rtn 
+ 00010327  0x00001232 fetch  0x00000001 , 0x00000168 
+ 00010328  0x00001233 set1  0x00000004 , 0x0000003f 
+ 00010329  0x00001234 store  0x00000001 , 0x00000168 
+ 00010330  0x00001235 set1  0x00000032 , 0x00000000 
+ 00010331  0x00001236 rtn 
+ 00010332  0x00001239 bpatchx  0x00000034 , 0x00004026 
+ 00010333  0x0000123a jam  0x00000000 , 0x000042fd 
+ 00010334  0x0000123b arg  0x00000000 , 0x0000003f 
+ 00010335  0x0000123c store  0x00000004 , 0x0000445a 
+ 00010336  0x0000123d store  0x00000005 , 0x00004450 
+ 00010337  0x0000123e set1  0x00000027 , 0x0000003f 
+ 00010338  0x0000123f store  0x00000005 , 0x00004455 
+ 00010339  0x00001240 fetch  0x00000001 , 0x00000168 
+ 00010340  0x00001241 set0  0x00000004 , 0x0000003f 
+ 00010341  0x00001242 store  0x00000001 , 0x00000168 
+ 00010342  0x00001243 set0  0x00000032 , 0x00000000 
+ 00010343  0x00001244 rtn 
+ 00010344  0x0000124a arg  0x00000001 , 0x00000011 
+ 00010345  0x0000124b fetch  0x00000001 , 0x0000004c 
+ 00010346  0x0000124c rtnbit1  0x00000006 
+ 00010347  0x0000124d arg  0x00000000 , 0x00000011 
+ 00010348  0x0000124e rtn 
+ 00010349  0x00001252 copy  0x00000006 , 0x00000005 
+ 00010350  0x00001253 fetcht  0x00000002 , 0x000043b8 
+ 00010351  0x00001254 copy  0x00000005 , 0x00000006 
+ 00010352  0x00001255 rtn 
+ 00010353  0x00001259 bpatchx  0x00000035 , 0x00004026 
+ 00010354  0x0000125a fetch  0x00000001 , 0x0000017f 
+ 00010355  0x0000125b rtnbit1  0x00000005 
+ 00010356  0x0000125c call  0x00002892 
+ 00010357  0x0000125d call  0x00002a10 
+ 00010358  0x0000125e branch  0x000028b6 , 0x00000034 
+ 00010359  0x0000125f ifetch  0x00000002 , 0x00000006 
+ 00010360  0x00001260 ifetcht  0x00000002 , 0x00000006 
+ 00010361  0x00001261 copy  0x00000002 , 0x00000011 
+ 00010362  0x00001262 isub  0x00000011 , 0x0000003f 
+ 00010363  0x00001263 call  0x0000286d 
+ 00010364  0x00001264 call  0x00007db0 
+ 00010365  0x00001265 copy  0x0000003f , 0x00000002 
+ 00010366  0x00001266 ifetchr  0x00000001 , 0x00000001 , 0x00000006 
+ 00010367  0x00001267 copy  0x00000011 , 0x0000003f 
+ 00010368  0x00001268 iadd  0x00000006 , 0x0000003f 
+ 00010369  0x00001269 store  0x00000002 , 0x0000068f 
+ 00010370  0x0000126a call  0x000028a6 
+ 00010371  0x0000126b call  0x000028b8 
+ 00010372  0x0000126d call  0x00002a10 
+ 00010373  0x0000126e ifetch  0x00000002 , 0x00000006 
+ 00010374  0x0000126f copy  0x0000003f , 0x00000011 
+ 00010375  0x00001270 copy  0x00000006 , 0x00000013 
+ 00010376  0x00001271 ifetcht  0x00000002 , 0x00000006 
+ 00010377  0x00001272 copy  0x00000002 , 0x00000012 
+ 00010378  0x00001273 isub  0x00000012 , 0x0000003f 
+ 00010379  0x00001274 call  0x0000286d 
+ 00010380  0x00001275 call  0x00007db0 
+ 00010381  0x00001276 iadd  0x00000012 , 0x0000003f 
+ 00010382  0x00001277 istore  0x00000002 , 0x00000013 
+ 00010383  0x00001278 isub  0x00000011 , 0x0000003e 
+ 00010384  0x00001279 nrtn  0x00000005 
+ 00010385  0x0000127a branch  0x00002a2a 
+ 00010386  0x0000127e call  0x00002899 
+ 00010387  0x0000127f rtnmark1  0x00000029 
+ 00010388  0x00001280 fetch  0x00000001 , 0x00004321 
+ 00010389  0x00001281 bbit0  0x00000002 , 0x000028a4 
+ 00010390  0x00001282 call  0x00002a14 
+ 00010391  0x00001283 branch  0x000028a4 , 0x00000034 
+ 00010392  0x00001284 branch  0x000028a2 
+ 00010393  0x00001288 call  0x00002a10 
+ 00010394  0x00001289 branch  0x000028a4 , 0x00000034 
+ 00010395  0x0000128a ifetch  0x00000002 , 0x00000006 
+ 00010396  0x0000128b ifetcht  0x00000002 , 0x00000006 
+ 00010397  0x0000128c isub  0x00000002 , 0x00000011 
+ 00010398  0x0000128d call  0x0000286d 
+ 00010399  0x0000128e copy  0x00000002 , 0x0000003f 
+ 00010400  0x0000128f isub  0x00000011 , 0x0000003e 
+ 00010401  0x00001290 branch  0x000028a4 , 0x00000002 
+ 00010402  0x00001292 set1  0x00000029 , 0x00000000 
+ 00010403  0x00001293 rtn 
+ 00010404  0x00001296 set0  0x00000029 , 0x00000000 
+ 00010405  0x00001297 rtn 
+ 00010406  0x0000129a copy  0x00000011 , 0x0000003f 
+ 00010407  0x0000129b rtn  0x00000034 
+ 00010408  0x0000129c arg  0x00000001 , 0x00000001 
+ 00010409  0x0000129d rtn 
+ 00010410  0x000012a1 bpatchx  0x00000036 , 0x00004026 
+ 00010411  0x000012a2 increase  0x00000001 , 0x00000002 
+ 00010412  0x000012a3 call  0x00002ccf 
+ 00010413  0x000012a4 increase  0xfffffffe , 0x00000006 
+ 00010414  0x000012a5 ifetch  0x00000002 , 0x00000006 
+ 00010415  0x000012a6 arg  0x00002902 , 0x00000002 
+ 00010416  0x000012a7 isub  0x00000002 , 0x0000003e 
+ 00010417  0x000012a8 nrtn  0x00000005 
+ 00010418  0x000012a9 increase  0x00000001 , 0x00000006 
+ 00010419  0x000012aa copy  0x00000006 , 0x00000011 
+ 00010420  0x000012ab ifetch  0x00000001 , 0x00000006 
+ 00010421  0x000012ac rtn 
+ 00010422  0x000012b0 force  0x00000000 , 0x00000002 
+ 00010423  0x000012b1 force  0x00000001 , 0x00000001 
+ 00010424  0x000012b4 bpatchx  0x00000037 , 0x00004026 
+ 00010425  0x000012b5 storet  0x00000001 , 0x0000416a 
+ 00010426  0x000012b6 fetcht  0x00000001 , 0x0000017f 
+ 00010427  0x000012b7 set1  0x00000005 , 0x00000002 
+ 00010428  0x000012b8 and  0x00000002 , 0x000000fc , 0x0000003f 
+ 00010429  0x000012b9 ior  0x00000001 , 0x0000003f 
+ 00010430  0x000012ba store  0x00000001 , 0x0000017f 
+ 00010431  0x000012bb and_into  0x0000001f , 0x0000003f 
+ 00010432  0x000012bc isolate1  0x00000029 , 0x00000000 
+ 00010433  0x000012bd setflag  0x00000001 , 0x00000004 , 0x0000003f 
+ 00010434  0x000012be store  0x00000001 , 0x00004169 
+ 00010435  0x000012c0 fetch  0x00000001 , 0x00004169 
+ 00010436  0x000012c1 compare  0x00000001 , 0x00000001 , 0x00000003 
+ 00010437  0x000012c2 nbranch  0x000028c8 , 0x00000001 
+ 00010438  0x000012c3 fetch  0x00000001 , 0x0000416a 
+ 00010439  0x000012c4 rtn  0x00000034 
+ 00010440  0x000012c7 bmark1  0x00000032 , 0x000028ce 
+ 00010441  0x000012c8 fetchr  0x00000039 , 0x00000001 , 0x0000416a 
+ 00010442  0x000012c9 fetch  0x00000002 , 0x0000068f 
+ 00010443  0x000012ca copy  0x0000003f , 0x00000006 
+ 00010444  0x000012cb arg  0x0000416b , 0x00000005 
+ 00010445  0x000012cc branch  0x00007ccc 
+ 00010446  0x000012cf call  0x00007368 
+ 00010447  0x000012d0 branch  0x0000729f 
+ 00010448  0x000012d3 arg  0x00000000 , 0x00000007 
+ 00010449  0x000012d4 branch  0x000024e7 
+ 00010450  0x000012d7 arg  0x00000000 , 0x00000007 
+ 00010451  0x000012d8 branch  0x000024eb 
+ 00010452  0x000012dc bpatchx  0x00000038 , 0x00004027 
+ 00010453  0x000012dd rtnmark1  0x0000000f 
+ 00010454  0x000012de rtnmark1  0x00000030 
+ 00010455  0x000012df fetch  0x00000001 , 0x0000004c 
+ 00010456  0x000012e0 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00010457  0x000012e1 store  0x00000001 , 0x00004334 
+ 00010458  0x000012e2 fetch  0x00000001 , 0x0000004d 
+ 00010459  0x000012e3 rtn  0x00000034 
+ 00010460  0x000012e4 setarg  0x0000004e 
+ 00010461  0x000012e5 store  0x00000002 , 0x00004339 
+ 00010462  0x000012e6 bpatchx  0x00000039 , 0x00004027 
+ 00010463  0x000012e7 fetch  0x00000001 , 0x00004334 
+ 00010464  0x000012e8 beq  0x00000003 , 0x0000304a 
+ 00010465  0x000012ea call  0x000028ee 
+ 00010466  0x000012eb nbranch  0x000028d0 , 0x00000028 
+ 00010467  0x000012ec call  0x000028d2 
+ 00010468  0x000012ed setarg  0x00000000 
+ 00010469  0x000012ee store  0x00000002 , 0x00004337 
+ 00010470  0x000012ef fetch  0x00000002 , 0x00004339 
+ 00010471  0x000012f0 add  0x0000003f , 0x00000002 , 0x00000006 
+ 00010472  0x000012f1 bpatchx  0x0000003a , 0x00004027 
+ 00010473  0x000012f3 ifetch  0x00000002 , 0x00000006 
+ 00010474  0x000012f4 beq  0x00000004 , 0x00002b8f 
+ 00010475  0x000012f5 beq  0x00000006 , 0x00002ec8 
+ 00010476  0x000012f6 beq  0x00000005 , 0x00002e8a 
+ 00010477  0x000012f7 rtn 
+ 00010478  0x000012fb fetch  0x00000001 , 0x00004334 
+ 00010479  0x000012fc beq  0x00000002 , 0x000028fd 
+ 00010480  0x000012fd beq  0x00000001 , 0x00002914 
+ 00010481  0x000012fe rtn 
+ 00010482  0x00001304 call  0x00007dba 
+ 00010483  0x00001305 arg  0x00000004 , 0x00000002 
+ 00010484  0x00001306 isub  0x0000003f , 0x0000003e 
+ 00010485  0x00001307 rtn  0x00000005 
+ 00010486  0x00001308 arg  0x00000005 , 0x00000002 
+ 00010487  0x00001309 isub  0x0000003f , 0x0000003e 
+ 00010488  0x0000130a rtn  0x00000005 
+ 00010489  0x0000130b arg  0x00000006 , 0x00000002 
+ 00010490  0x0000130c isub  0x0000003f , 0x0000003e 
+ 00010491  0x0000130d rtn  0x00000005 
+ 00010492  0x0000130e branch  0x00007dbc 
+ 00010493  0x00001312 fetch  0x00000002 , 0x00004339 
+ 00010494  0x00001313 copy  0x0000003f , 0x00000006 
+ 00010495  0x00001314 ifetch  0x00000002 , 0x00000006 
+ 00010496  0x00001315 store  0x00000002 , 0x00004335 
+ 00010497  0x00001316 ifetch  0x00000002 , 0x00000006 
+ 00010498  0x00001317 call  0x000028f2 
+ 00010499  0x00001318 nrtn  0x00000028 
+ 00010500  0x00001319 fetcht  0x00000001 , 0x0000004d 
+ 00010501  0x0000131a storet  0x00000002 , 0x00004337 
+ 00010502  0x0000131b fetch  0x00000002 , 0x00004335 
+ 00010503  0x0000131c increase  0x00000004 , 0x0000003f 
+ 00010504  0x0000131d isub  0x00000002 , 0x0000003e 
+ 00010505  0x0000131e branch  0x00007dba , 0x00000005 
+ 00010506  0x0000131f fetchr  0x00000039 , 0x00000001 , 0x0000004d 
+ 00010507  0x00001320 arg  0x00000f00 , 0x00000005 
+ 00010508  0x00001321 fetch  0x00000002 , 0x00004339 
+ 00010509  0x00001322 copy  0x0000003f , 0x00000006 
+ 00010510  0x00001323 call  0x00007ccc 
+ 00010511  0x00001324 branch  0x00007dbc 
+ 00010512  0x0000132a call  0x00007dba 
+ 00010513  0x0000132b fetch  0x00000002 , 0x00004337 
+ 00010514  0x0000132c nrtn  0x00000034 
+ 00010515  0x0000132d branch  0x00007dbc 
+ 00010516  0x00001330 call  0x00002910 
+ 00010517  0x00001331 nrtn  0x00000028 
+ 00010518  0x00001332 fetch  0x00000002 , 0x00004337 
+ 00010519  0x00001333 arg  0x00000f00 , 0x00000005 
+ 00010520  0x00001334 iadd  0x00000005 , 0x00000011 
+ 00010521  0x00001335 fetcht  0x00000001 , 0x0000004d 
+ 00010522  0x00001336 iadd  0x00000002 , 0x0000003f 
+ 00010523  0x00001337 store  0x00000002 , 0x00004337 
+ 00010524  0x00001338 fetchr  0x00000039 , 0x00000001 , 0x0000004d 
+ 00010525  0x00001339 copy  0x00000011 , 0x00000005 
+ 00010526  0x0000133a fetch  0x00000002 , 0x00004339 
+ 00010527  0x0000133b copy  0x0000003f , 0x00000006 
+ 00010528  0x0000133c call  0x00007ccc 
+ 00010529  0x0000133d setarg  0x00000f00 
+ 00010530  0x0000133e store  0x00000002 , 0x00004339 
+ 00010531  0x0000133f fetch  0x00000002 , 0x00004335 
+ 00010532  0x00001340 increase  0x00000004 , 0x0000003f 
+ 00010533  0x00001341 fetcht  0x00000002 , 0x00004337 
+ 00010534  0x00001342 isub  0x00000002 , 0x0000003e 
+ 00010535  0x00001343 branch  0x00007dba , 0x00000005 
+ 00010536  0x00001344 branch  0x00007dbc 
+ 00010537  0x0000134a fetch  0x00000002 , 0x000043df 
+ 00010538  0x0000134b branch  0x00007d79 
+ 00010539  0x0000134e bpatchx  0x0000003b , 0x00004027 
+ 00010540  0x0000134f fetcht  0x00000004 , 0x00000184 
+ 00010541  0x00001350 call  0x00002356 
+ 00010542  0x00001351 isub  0x00000002 , 0x0000000b 
+ 00010543  0x00001352 deposit  0x0000000b 
+ 00010544  0x00001353 fetcht  0x00000002 , 0x00000196 
+ 00010545  0x00001354 lshift4  0x00000002 , 0x00000002 
+ 00010546  0x00001355 lshift  0x00000002 , 0x00000002 
+ 00010547  0x00001356 isub  0x00000002 , 0x0000003f 
+ 00010548  0x00001357 rtn 
+ 00010549  0x0000135a call  0x00002356 
+ 00010550  0x0000135b store  0x00000004 , 0x00000184 
+ 00010551  0x0000135c rtn 
+ 00010552  0x00001361 bpatchx  0x0000003c , 0x00004027 
+ 00010553  0x00001362 add  0x00000011 , 0x00000050 , 0x00000006 
+ 00010554  0x00001363 ifetch  0x00000001 , 0x00000006 
+ 00010555  0x00001364 call  0x000025eb 
+ 00010556  0x00001365 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00010557  0x00001366 ifetch  0x00000002 , 0x00000006 
+ 00010558  0x00001367 imul32  0x00000002 , 0x0000003f 
+ 00010559  0x00001368 fetcht  0x00000002 , 0x00000044 
+ 00010560  0x00001369 imul32  0x00000002 , 0x0000003f 
+ 00010561  0x0000136a arg  0x000f4240 , 0x00000002 
+ 00010562  0x0000136b idiv  0x00000002 
+ 00010563  0x0000136c arg  0x00000682 , 0x00000002 
+ 00010564  0x0000136d fetch  0x00000001 , 0x00004148 
+ 00010565  0x0000136e imul32  0x00000002 , 0x00000002 
+ 00010566  0x0000136f add  0x00000011 , 0x0000002b , 0x00000006 
+ 00010567  0x00001370 ifetch  0x00000001 , 0x00000006 
+ 00010568  0x00001371 imul32  0x00000002 , 0x0000003f 
+ 00010569  0x00001372 iadd  0x00000002 , 0x0000003f 
+ 00010570  0x00001373 store  0x00000004 , 0x0000431d 
+ 00010571  0x00001374 fetch  0x00000002 , 0x0000409a 
+ 00010572  0x00001375 call  0x00007d62 
+ 00010573  0x00001376 quotient  0x00000002 
+ 00010574  0x00001377 iadd  0x00000002 , 0x0000003f 
+ 00010575  0x00001378 add  0x00000011 , 0x0000000e , 0x00000005 
+ 00010576  0x00001379 istore  0x00000002 , 0x00000005 
+ 00010577  0x0000137a rtn 
+ 00010578  0x00001380 bpatchx  0x0000003d , 0x00004027 
+ 00010579  0x00001381 call  0x00002955 
+ 00010580  0x00001382 branch  0x00002969 
+ 00010581  0x00001385 jam  0x00000002 , 0x000006b5 
+ 00010582  0x00001386 arg  0x00002a00 , 0x00000002 
+ 00010583  0x00001387 storet  0x00000002 , 0x000006b6 
+ 00010584  0x00001388 call  0x00002ce0 
+ 00010585  0x00001389 rtn  0x00000034 
+ 00010586  0x0000138a ifetch  0x00000001 , 0x00000006 
+ 00010587  0x0000138b copy  0x00000006 , 0x00000005 
+ 00010588  0x0000138c fetcht  0x00000001 , 0x0000426b 
+ 00010589  0x0000138d copy  0x00000002 , 0x00000039 
+ 00010590  0x0000138e isub  0x00000002 , 0x0000003e 
+ 00010591  0x0000138f nbranch  0x00002966 , 0x00000002 
+ 00010592  0x00001390 isub  0x00000002 , 0x00000002 
+ 00010593  0x00001391 arg  0x0000426c , 0x00000006 
+ 00010594  0x00001392 call  0x00007ccc 
+ 00010595  0x00001393 copy  0x00000002 , 0x00000039 
+ 00010596  0x00001394 ncall  0x000029a1 , 0x00000005 
+ 00010597  0x00001395 rtn 
+ 00010598  0x00001397 copy  0x0000003f , 0x00000039 
+ 00010599  0x00001398 arg  0x0000426c , 0x00000006 
+ 00010600  0x00001399 branch  0x00007ccc 
+ 00010601  0x0000139d arg  0x00004368 , 0x00000013 
+ 00010602  0x0000139e arg  0x00004349 , 0x00000011 
+ 00010603  0x0000139f call  0x00002976 
+ 00010604  0x000013a0 setarg  0x00000000 
+ 00010605  0x000013a1 setflag  0x00000028 , 0x00000000 , 0x0000003f 
+ 00010606  0x000013a2 store  0x00000001 , 0x00000670 
+ 00010607  0x000013a3 arg  0x00004388 , 0x00000013 
+ 00010608  0x000013a4 arg  0x00004369 , 0x00000011 
+ 00010609  0x000013a5 call  0x00002976 
+ 00010610  0x000013a6 rtn  0x00000028 
+ 00010611  0x000013a7 fetch  0x00000001 , 0x00000670 
+ 00010612  0x000013a8 branch  0x0000235a , 0x00000034 
+ 00010613  0x000013a9 rtn 
+ 00010614  0x000013ad bpatchx  0x0000003e , 0x00004027 
+ 00010615  0x000013ae call  0x00007dba 
+ 00010616  0x000013af call  0x00007ca6 
+ 00010617  0x000013b0 arg  0x00000000 , 0x00000012 
+ 00010618  0x000013b1 arg  0x000006a2 , 0x00000005 
+ 00010619  0x000013b2 call  0x00002990 
+ 00010620  0x000013b3 fetch  0x00000001 , 0x0000426b 
+ 00010621  0x000013b4 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00010622  0x000013b5 iadd  0x00000012 , 0x00000011 
+ 00010623  0x000013b6 increase  0x00000002 , 0x00000011 
+ 00010624  0x000013b7 sub  0x00000011 , 0x0000001f , 0x0000003e 
+ 00010625  0x000013b8 nbranch  0x0000298e , 0x00000002 
+ 00010626  0x000013b9 istoret  0x00000001 , 0x00000005 
+ 00010627  0x000013ba arg  0x00000009 , 0x00000002 
+ 00010628  0x000013bb istoret  0x00000001 , 0x00000005 
+ 00010629  0x000013bc iforce  0x00000039 
+ 00010630  0x000013bd call  0x00007ccc 
+ 00010631  0x000013be copy  0x00000011 , 0x00000012 
+ 00010632  0x000013c0 deposit  0x00000012 
+ 00010633  0x000013c1 store  0x00000001 , 0x000006a1 
+ 00010634  0x000013c2 arg  0x000006a1 , 0x00000006 
+ 00010635  0x000013c3 setarg  0xffffffe0 
+ 00010636  0x000013c4 iadd  0x00000013 , 0x00000005 
+ 00010637  0x000013c5 branch  0x00007c8d 
+ 00010638  0x000013c8 call  0x00007dbc 
+ 00010639  0x000013c9 branch  0x00002988 
+ 00010640  0x000013cc ifetch  0x00000001 , 0x00000011 
+ 00010641  0x000013cd rtn  0x00000034 
+ 00010642  0x000013ce pincrease  0x00000001 
+ 00010643  0x000013cf ifetcht  0x00000001 , 0x00000006 
+ 00010644  0x000013d0 sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00010645  0x000013d1 branch  0x0000299f , 0x00000005 
+ 00010646  0x000013d2 iadd  0x00000012 , 0x00000012 
+ 00010647  0x000013d3 copy  0x00000011 , 0x00000006 
+ 00010648  0x000013d4 iforce  0x00000039 
+ 00010649  0x000013d5 call  0x00007ccc 
+ 00010650  0x000013d6 copy  0x00000006 , 0x00000011 
+ 00010651  0x000013d8 deposit  0x00000011 
+ 00010652  0x000013d9 isub  0x00000013 , 0x0000003e 
+ 00010653  0x000013da rtn  0x00000002 
+ 00010654  0x000013db branch  0x00002990 
+ 00010655  0x000013de iadd  0x00000011 , 0x00000011 
+ 00010656  0x000013df branch  0x0000299b 
+ 00010657  0x000013e3 setarg  0x00000020 
+ 00010658  0x000013e4 istore  0x00000001 , 0x00000005 
+ 00010659  0x000013e5 loop  0x000029a1 
+ 00010660  0x000013e6 rtn 
+ 00010661  0x000013ea bpatchx  0x0000003f , 0x00004027 
+ 00010662  0x000013eb disable  0x0000002b 
+ 00010663  0x000013ec branch  0x000029a9 , 0x0000002e 
+ 00010664  0x000013ed nbranch  0x000029b8 , 0x0000002d 
+ 00010665  0x000013ef call  0x000024d2 
+ 00010666  0x000013f0 fetch  0x00000002 , 0x0000409a 
+ 00010667  0x000013f1 store  0x00000002 , 0x00000176 
+ 00010668  0x000013f2 fetch  0x00000001 , 0x00004321 
+ 00010669  0x000013f3 bbit1  0x00000005 , 0x000024e0 
+ 00010670  0x000013f4 bmark1  0x0000000f , 0x000024e0 
+ 00010671  0x000013f5 fetch  0x00000001 , 0x0000004d 
+ 00010672  0x000013f6 nbranch  0x000024e0 , 0x00000034 
+ 00010673  0x000013f7 fetch  0x00000001 , 0x0000416a 
+ 00010674  0x000013f8 nbranch  0x000024e0 , 0x00000034 
+ 00010675  0x000013fa fetch  0x00000001 , 0x00000168 
+ 00010676  0x000013fb bbit1  0x00000005 , 0x000024e0 
+ 00010677  0x000013fc bbit1  0x00000007 , 0x000024e0 
+ 00010678  0x000013fd bbit1  0x00000006 , 0x000024e0 
+ 00010679  0x000013fe branch  0x000024c8 
+ 00010680  0x00001401 fetch  0x00000001 , 0x000040a8 
+ 00010681  0x00001402 sub  0x0000003f , 0x0000001e , 0x0000003e 
+ 00010682  0x00001403 nbranch  0x000024d7 , 0x00000002 
+ 00010683  0x00001404 fetcht  0x00000002 , 0x0000409a 
+ 00010684  0x00001405 rshift  0x00000002 , 0x00000002 
+ 00010685  0x00001406 fetch  0x00000002 , 0x00000176 
+ 00010686  0x00001407 iadd  0x00000002 , 0x0000003f 
+ 00010687  0x00001408 store  0x00000002 , 0x00000176 
+ 00010688  0x00001409 branch  0x000024d7 
+ 00010689  0x0000140d arg  0x00000000 , 0x00000007 
+ 00010690  0x0000140e branch  0x000029d6 
+ 00010691  0x00001411 arg  0x00000000 , 0x00000007 
+ 00010692  0x00001412 branch  0x000029db 
+ 00010693  0x00001415 arg  0x00000001 , 0x00000007 
+ 00010694  0x00001416 branch  0x000029d6 
+ 00010695  0x00001419 arg  0x00000001 , 0x00000007 
+ 00010696  0x0000141a branch  0x000029db 
+ 00010697  0x0000141d arg  0x00000002 , 0x00000007 
+ 00010698  0x0000141e branch  0x000029d6 
+ 00010699  0x00001421 arg  0x00000002 , 0x00000007 
+ 00010700  0x00001422 branch  0x000029db 
+ 00010701  0x00001425 arg  0x00000003 , 0x00000007 
+ 00010702  0x00001426 branch  0x000029d6 
+ 00010703  0x00001429 arg  0x00000003 , 0x00000007 
+ 00010704  0x0000142a branch  0x000029db 
+ 00010705  0x0000142d arg  0x00000004 , 0x00000007 
+ 00010706  0x0000142e branch  0x000029d6 
+ 00010707  0x00001431 arg  0x00000004 , 0x00000007 
+ 00010708  0x00001432 branch  0x000029db 
+ 00010709  0x00001435 arg  0x00000005 , 0x00000007 
+ 00010710  0x00001438 fetch  0x00000001 , 0x00004321 
+ 00010711  0x00001439 qset1  0x0000003f 
+ 00010712  0x0000143a store  0x00000001 , 0x00004321 
+ 00010713  0x0000143b rtn 
+ 00010714  0x0000143f arg  0x00000005 , 0x00000007 
+ 00010715  0x00001442 fetch  0x00000001 , 0x00004321 
+ 00010716  0x00001443 qset0  0x0000003f 
+ 00010717  0x00001444 store  0x00000001 , 0x00004321 
+ 00010718  0x00001445 rtn 
+ 00010719  0x0000144a setarg  0x00112233 
+ 00010720  0x0000144b store  0x00000003 , 0x00004322 
+ 00010721  0x0000144c setarg  0x00445566 
+ 00010722  0x0000144d istore  0x00000003 , 0x00000005 
+ 00010723  0x0000144e setarg  0x00778899 
+ 00010724  0x0000144f istore  0x00000003 , 0x00000005 
+ 00010725  0x00001450 setarg  0x00001122 
+ 00010726  0x00001451 istore  0x00000003 , 0x00000005 
+ 00010727  0x00001452 setarg  0x00334455 
+ 00010728  0x00001453 istore  0x00000003 , 0x00000005 
+ 00010729  0x00001454 setarg  0x00000066 
+ 00010730  0x00001455 istore  0x00000001 , 0x00000005 
+ 00010731  0x00001456 rtn 
+ 00010732  0x0000145a setarg  0x01000302 
+ 00010733  0x0000145b store  0x00000004 , 0x000042c4 
+ 00010734  0x0000145c setarg  0x00010010 
+ 00010735  0x0000145d store  0x00000003 , 0x000042c8 
+ 00010736  0x0000145e jam  0x00000001 , 0x000042fe 
+ 00010737  0x0000145f rtn 
+ 00010738  0x00001464 arg  0x00000000 , 0x00000011 
+ 00010739  0x00001465 arg  0x00000001 , 0x00000001 
+ 00010740  0x00001466 branch  0x00002a05 
+ 00010741  0x0000146b bpatchx  0x00000040 , 0x00004028 
+ 00010742  0x0000146c arg  0x00000003 , 0x00000001 
+ 00010743  0x0000146d call  0x00002a05 
+ 00010744  0x0000146e copy  0x00000012 , 0x0000003f 
+ 00010745  0x0000146f istore  0x00000001 , 0x00000005 
+ 00010746  0x00001470 rtn 
+ 00010747  0x00001475 bpatchx  0x00000041 , 0x00004028 
+ 00010748  0x00001476 force  0x00000002 , 0x00000001 
+ 00010749  0x00001477 increase  0x00000004 , 0x00000011 
+ 00010750  0x00001478 call  0x00002a05 
+ 00010751  0x00001479 increase  0xfffffffc , 0x00000011 
+ 00010752  0x0000147a copy  0x00000011 , 0x0000003f 
+ 00010753  0x0000147b istore  0x00000002 , 0x00000005 
+ 00010754  0x0000147c copy  0x00000012 , 0x0000003f 
+ 00010755  0x0000147d istore  0x00000002 , 0x00000005 
+ 00010756  0x0000147e rtn 
+ 00010757  0x00001483 bpatchx  0x00000042 , 0x00004028 
+ 00010758  0x00001484 increase  0x00000005 , 0x00000011 
+ 00010759  0x00001485 call  0x00006959 
+ 00010760  0x00001486 increase  0xfffffffb , 0x00000011 
+ 00010761  0x00001487 copy  0x00000011 , 0x0000003f 
+ 00010762  0x00001488 istore  0x00000002 , 0x00000005 
+ 00010763  0x00001489 setarg  0x00000000 
+ 00010764  0x0000148a istore  0x00000002 , 0x00000005 
+ 00010765  0x0000148b copy  0x00000001 , 0x0000003f 
+ 00010766  0x0000148c istore  0x00000001 , 0x00000005 
+ 00010767  0x0000148d rtn 
+ 00010768  0x00001491 bpatchx  0x00000043 , 0x00004028 
+ 00010769  0x00001492 call  0x00006993 
+ 00010770  0x00001493 copy  0x0000003f , 0x00000006 
+ 00010771  0x00001494 rtn 
+ 00010772  0x00001497 fetch  0x00000002 , 0x00004449 
+ 00010773  0x00001498 rtn 
+ 00010774  0x0000149b call  0x00002a19 
+ 00010775  0x0000149c copy  0x0000003f , 0x00000006 
+ 00010776  0x0000149d rtn 
+ 00010777  0x000014a1 fetch  0x00000002 , 0x0000444c 
+ 00010778  0x000014a2 rtn 
+ 00010779  0x000014a6 call  0x00002a10 
+ 00010780  0x000014a7 increase  0x00000005 , 0x00000006 
+ 00010781  0x000014a8 rtn 
+ 00010782  0x000014ab call  0x00002a10 
+ 00010783  0x000014ac increase  0x00000009 , 0x00000006 
+ 00010784  0x000014ad rtn 
+ 00010785  0x000014b0 call  0x00002a16 
+ 00010786  0x000014b1 increase  0x00000009 , 0x00000006 
+ 00010787  0x000014b2 rtn 
+ 00010788  0x000014b5 call  0x00002a16 
+ 00010789  0x000014b6 increase  0x00000005 , 0x00000006 
+ 00010790  0x000014b7 rtn 
+ 00010791  0x000014bb branch  0x000069a9 
+ 00010792  0x000014bf branch  0x000069ac 
+ 00010793  0x000014c3 branch  0x000069af 
+ 00010794  0x000014c7 branch  0x00006998 
+ 00010795  0x000014cb store  0x00000008 , 0x000043c0 
+ 00010796  0x000014cc branch  0x00002a3c 
+ 00010797  0x000014d0 and  0x00000002 , 0x000000ff , 0x00000011 
+ 00010798  0x000014d1 call  0x00002a32 
+ 00010799  0x000014d2 rshift8  0x00000002 , 0x00000011 
+ 00010800  0x000014d5 storer  0x00000011 , 0x00000001 , 0x000043b7 
+ 00010801  0x000014d6 branch  0x00002a33 
+ 00010802  0x000014d9 storer  0x00000011 , 0x00000001 , 0x000043b6 
+ 00010803  0x000014db isolate1  0x00000001 , 0x00000011 
+ 00010804  0x000014dc call  0x00002a38 , 0x00000001 
+ 00010805  0x000014dd isolate1  0x00000002 , 0x00000011 
+ 00010806  0x000014de call  0x00002a3a , 0x00000001 
+ 00010807  0x000014df rtn 
+ 00010808  0x000014e4 arg  0x00000008 , 0x00000007 
+ 00010809  0x000014e5 branch  0x00002a3d 
+ 00010810  0x000014e9 arg  0x0000000b , 0x00000007 
+ 00010811  0x000014ea branch  0x00002a3d 
+ 00010812  0x000014ed arg  0x00000005 , 0x00000007 
+ 00010813  0x000014f0 fetch  0x00000008 , 0x000043ae 
+ 00010814  0x000014f1 qset1  0x0000003f 
+ 00010815  0x000014f2 store  0x00000008 , 0x000043ae 
+ 00010816  0x000014f3 rtn 
+ 00010817  0x000014f6 call  0x000029c5 
+ 00010818  0x000014f7 call  0x000029ec 
+ 00010819  0x000014f8 call  0x000029df 
+ 00010820  0x000014f9 branch  0x000029cd 
+ 00010821  0x000014ff jam  0x00000001 , 0x0000019d 
+ 00010822  0x00001500 jam  0x00000001 , 0x0000019e 
+ 00010823  0x00001501 call  0x000025b8 
+ 00010824  0x00001502 call  0x00002a4b 
+ 00010825  0x00001503 call  0x00002acb 
+ 00010826  0x00001504 branch  0x000025bc 
+ 00010827  0x00001507 bpatchx  0x00000044 , 0x00004028 
+ 00010828  0x00001508 fetch  0x00000001 , 0x00004343 
+ 00010829  0x00001509 rtnne  0x00000001 
+ 00010830  0x0000150a arg  0x00000002 , 0x00000007 
+ 00010831  0x0000150b call  0x00007cef 
+ 00010832  0x0000150c nrtn  0x00000034 
+ 00010833  0x0000150d fetch  0x00000002 , 0x00004344 
+ 00010834  0x0000150e fetcht  0x00000002 , 0x00004346 
+ 00010835  0x0000150f isub  0x00000002 , 0x0000003f 
+ 00010836  0x00001510 arg  0x00000002 , 0x00000007 
+ 00010837  0x00001511 call  0x00007ce1 
+ 00010838  0x00001512 disable  0x00000029 
+ 00010839  0x00001513 call  0x00002af5 
+ 00010840  0x00001514 call  0x00002a6a 
+ 00010841  0x00001515 nrtn  0x0000002d 
+ 00010842  0x00001516 bpatchx  0x00000045 , 0x00004028 
+ 00010843  0x00001517 fetch  0x00000006 , 0x0000004e 
+ 00010844  0x00001518 store  0x00000006 , 0x00000178 
+ 00010845  0x0000151b fetch  0x00000001 , 0x00000002 
+ 00010846  0x0000151c increase  0x00000001 , 0x0000003f 
+ 00010847  0x0000151d store  0x00000001 , 0x00000002 
+ 00010848  0x0000151e call  0x00002a71 
+ 00010849  0x0000151f rtn  0x00000029 
+ 00010850  0x00001520 call  0x00002b1c 
+ 00010851  0x00001521 nrtn  0x0000002d 
+ 00010852  0x00001522 fetch  0x00000001 , 0x00000004 
+ 00010853  0x00001523 increase  0x00000001 , 0x0000003f 
+ 00010854  0x00001524 store  0x00000001 , 0x00000004 
+ 00010855  0x00001525 fetch  0x00000009 , 0x00000054 
+ 00010856  0x00001526 store  0x00000009 , 0x000006a1 
+ 00010857  0x00001527 rtn 
+ 00010858  0x0000152b bpatchx  0x00000046 , 0x00004028 
+ 00010859  0x0000152c call  0x00002b68 
+ 00010860  0x0000152d call  0x0000264e 
+ 00010861  0x0000152e fetch  0x00000001 , 0x00000001 
+ 00010862  0x0000152f increase  0x00000001 , 0x0000003f 
+ 00010863  0x00001530 store  0x00000001 , 0x00000001 
+ 00010864  0x00001531 rtn 
+ 00010865  0x00001535 bpatchx  0x00000047 , 0x00004028 
+ 00010866  0x00001536 fetch  0x00000001 , 0x000001bc 
+ 00010867  0x00001537 rtnne  0x0000001b 
+ 00010868  0x00001538 fetch  0x00000006 , 0x00000178 
+ 00010869  0x00001539 fetcht  0x00000006 , 0x000042cc 
+ 00010870  0x0000153a isub  0x00000002 , 0x0000003e 
+ 00010871  0x0000153b nrtn  0x00000005 
+ 00010872  0x0000153c call  0x00002056 
+ 00010873  0x0000153d nrtn  0x00000005 
+ 00010874  0x0000153e call  0x00002a84 
+ 00010875  0x0000153f call  0x00002519 
+ 00010876  0x00001540 call  0x000030ed 
+ 00010877  0x00001541 jam  0x00000014 , 0x0000066f 
+ 00010878  0x00001542 call  0x0000782b 
+ 00010879  0x00001543 jam  0x00000000 , 0x00004114 
+ 00010880  0x00001544 jam  0x00000000 , 0x000001b8 
+ 00010881  0x00001545 jam  0x00000000 , 0x00004343 
+ 00010882  0x00001546 jam  0x00000000 , 0x000001bc 
+ 00010883  0x00001547 branch  0x00002041 
+ 00010884  0x0000154a bpatchx  0x00000048 , 0x00004029 
+ 00010885  0x0000154b force  0xffffffff , 0x0000003f 
+ 00010886  0x0000154c setsect  0x00000002 , 0x00000001 
+ 00010887  0x0000154d store  0x00000005 , 0x00000198 
+ 00010888  0x0000154e arg  0x00000168 , 0x00000011 
+ 00010889  0x0000154f call  0x00002624 
+ 00010890  0x00001550 force  0x00000004 , 0x00000039 
+ 00010891  0x00001551 arg  0x0000018c , 0x00000005 
+ 00010892  0x00001552 call  0x00007de8 
+ 00010893  0x00001553 fetch  0x00000002 , 0x000042d9 
+ 00010894  0x00001554 store  0x00000002 , 0x00000196 
+ 00010895  0x00001556 random  0x0000003f 
+ 00010896  0x00001557 and_into  0x0000000f , 0x0000003f 
+ 00010897  0x00001558 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00010898  0x00001559 branch  0x00002a8f , 0x00000002 
+ 00010899  0x0000155a store  0x00000001 , 0x00000181 
+ 00010900  0x0000155c bpatchx  0x00000049 , 0x00004029 
+ 00010901  0x0000155d fetcht  0x00000002 , 0x00004165 
+ 00010902  0x0000155e storet  0x00000002 , 0x0000016a 
+ 00010903  0x0000155f copy  0x00000002 , 0x00000013 
+ 00010904  0x00001560 add  0x00000022 , 0x00000007 , 0x0000003f 
+ 00010905  0x00001561 idiv  0x00000013 
+ 00010906  0x00001562 call  0x00007d62 
+ 00010907  0x00001563 remainder  0x00000011 
+ 00010908  0x00001564 isub  0x00000011 , 0x0000003f 
+ 00010909  0x00001565 iadd  0x00000013 , 0x0000003f 
+ 00010910  0x00001566 fetcht  0x00000002 , 0x00004163 
+ 00010911  0x00001567 iadd  0x00000002 , 0x0000003f 
+ 00010912  0x00001568 store  0x00000004 , 0x0000016c 
+ 00010913  0x00001569 isub  0x00000022 , 0x00000011 
+ 00010914  0x0000156a increase  0xfffffffa , 0x00000011 
+ 00010915  0x0000156b arg  0x00002205 , 0x00000012 
+ 00010916  0x0000156c fetch  0x00000001 , 0x000042d2 
+ 00010917  0x0000156d nsetflag  0x00000034 , 0x00000006 , 0x00000012 
+ 00010918  0x0000156e fetch  0x00000001 , 0x000042cb 
+ 00010919  0x0000156f nsetflag  0x00000034 , 0x00000007 , 0x00000012 
+ 00010920  0x00001570 copy  0x00000012 , 0x0000003f 
+ 00010921  0x00001571 store  0x00000002 , 0x00004169 
+ 00010922  0x00001572 fetch  0x00000006 , 0x000042db 
+ 00010923  0x00001573 istore  0x00000006 , 0x00000005 
+ 00010924  0x00001574 fetch  0x00000006 , 0x00000178 
+ 00010925  0x00001575 istore  0x00000006 , 0x00000005 
+ 00010926  0x00001576 fetch  0x00000004 , 0x0000018c 
+ 00010927  0x00001577 istore  0x00000004 , 0x00000005 
+ 00010928  0x00001578 random  0x0000003f 
+ 00010929  0x00001579 istore  0x00000002 , 0x00000005 
+ 00010930  0x0000157a random  0x0000003f 
+ 00010931  0x0000157b istore  0x00000001 , 0x00000005 
+ 00010932  0x0000157c force  0x00000002 , 0x0000003f 
+ 00010933  0x0000157d istore  0x00000001 , 0x00000005 
+ 00010934  0x0000157e rshift2  0x00000011 , 0x0000003f 
+ 00010935  0x0000157f istore  0x00000002 , 0x00000005 
+ 00010936  0x00001580 rshift2  0x00000013 , 0x0000003f 
+ 00010937  0x00001581 istore  0x00000002 , 0x00000005 
+ 00010938  0x00001582 bpatchx  0x0000004a , 0x00004029 
+ 00010939  0x00001583 setarg  0x00000000 
+ 00010940  0x00001584 istore  0x00000002 , 0x00000005 
+ 00010941  0x00001585 fetch  0x00000002 , 0x000042d9 
+ 00010942  0x00001586 istore  0x00000002 , 0x00000005 
+ 00010943  0x00001587 fetch  0x00000005 , 0x00000198 
+ 00010944  0x00001588 istore  0x00000005 , 0x00000005 
+ 00010945  0x00001589 fetch  0x00000001 , 0x00000181 
+ 00010946  0x0000158a arg  0x000000a0 , 0x00000002 
+ 00010947  0x0000158b ior  0x00000002 , 0x0000003f 
+ 00010948  0x0000158c istore  0x00000001 , 0x00000005 
+ 00010949  0x0000158d call  0x0000273e 
+ 00010950  0x0000158e setarg  0x00004169 
+ 00010951  0x0000158f add  0x0000003f , 0x00000012 , 0x00000006 
+ 00010952  0x00001590 ifetch  0x00000003 , 0x00000006 
+ 00010953  0x00001591 store  0x00000003 , 0x00000190 
+ 00010954  0x00001592 rtn 
+ 00010955  0x00001596 jam  0x00000024 , 0x00000007 
+ 00010956  0x00001597 jam  0x00000000 , 0x000006a1 
+ 00010957  0x00001598 call  0x00002aef 
+ 00010958  0x00001599 call  0x00002ad0 
+ 00010959  0x0000159a branch  0x00002af2 
+ 00010960  0x0000159d bpatchx  0x0000004b , 0x00004029 
+ 00010961  0x0000159e fetch  0x00000001 , 0x00004388 
+ 00010962  0x0000159f rtn  0x00000034 
+ 00010963  0x000015a0 arg  0x00000000 , 0x00000007 
+ 00010964  0x000015a1 call  0x00007cef 
+ 00010965  0x000015a2 nrtn  0x00000034 
+ 00010966  0x000015a3 enable  0x00000010 
+ 00010967  0x000015a4 call  0x00002af5 
+ 00010968  0x000015a5 call  0x00002b68 
+ 00010969  0x000015a6 call  0x00002afe 
+ 00010970  0x000015a7 nbranch  0x00002ae2 , 0x0000002d 
+ 00010971  0x000015a8 fetch  0x00000001 , 0x00000003 
+ 00010972  0x000015a9 increase  0x00000001 , 0x0000003f 
+ 00010973  0x000015aa store  0x00000001 , 0x00000003 
+ 00010974  0x000015ab fetch  0x00000001 , 0x0000004c 
+ 00010975  0x000015ac and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00010976  0x000015ad beq  0x00000003 , 0x00002b2d 
+ 00010977  0x000015ae beq  0x00000005 , 0x00002b40 
+ 00010978  0x000015b0 bpatchx  0x0000004c , 0x00004029 
+ 00010979  0x000015b1 fetch  0x00000001 , 0x000006a1 
+ 00010980  0x000015b2 fetcht  0x00000001 , 0x00004393 
+ 00010981  0x000015b3 isub  0x00000002 , 0x0000003e 
+ 00010982  0x000015b4 nbranch  0x00002ad0 , 0x00000005 
+ 00010983  0x000015b5 random  0x0000003f 
+ 00010984  0x000015b6 arg  0x000001ff , 0x00000002 
+ 00010985  0x000015b7 iand  0x00000002 , 0x0000003f 
+ 00010986  0x000015b8 add  0x0000003f , 0x000000fa , 0x0000003f 
+ 00010987  0x000015b9 call  0x00007c91 
+ 00010988  0x000015ba arg  0x00000000 , 0x00000007 
+ 00010989  0x000015bb fetch  0x00000002 , 0x00004389 
+ 00010990  0x000015bc branch  0x00007ce1 
+ 00010991  0x000015bf arg  0x000006b1 , 0x00000005 
+ 00010992  0x000015c0 arg  0x00004169 , 0x00000006 
+ 00010993  0x000015c1 branch  0x00007c8c 
+ 00010994  0x000015c4 arg  0x000006b1 , 0x00000006 
+ 00010995  0x000015c5 arg  0x00004169 , 0x00000005 
+ 00010996  0x000015c6 branch  0x00007c8c 
+ 00010997  0x000015c9 bpatchx  0x0000004d , 0x00004029 
+ 00010998  0x000015ca disable  0x00000029 
+ 00010999  0x000015cc setarg  0x008e89be 
+ 00011000  0x000015cd lshift8  0x0000003f , 0x0000003f 
+ 00011001  0x000015ce or_into  0x000000d6 , 0x0000003f 
+ 00011002  0x000015cf iforce  0x00000009 
+ 00011003  0x000015d0 setarg  0x00555555 
+ 00011004  0x000015d1 store  0x00000003 , 0x00000190 
+ 00011005  0x000015d2 rtn 
+ 00011006  0x000015d7 bpatchx  0x0000004e , 0x00004029 
+ 00011007  0x000015d8 fetch  0x00000001 , 0x0000438b 
+ 00011008  0x000015d9 fetcht  0x00000001 , 0x0000438c 
+ 00011009  0x000015da lshift4  0x00000002 , 0x00000002 
+ 00011010  0x000015db lshift2  0x00000002 , 0x00000002 
+ 00011011  0x000015dc iadd  0x00000002 , 0x00000002 
+ 00011012  0x000015dd storet  0x00000001 , 0x00004169 
+ 00011013  0x000015de beq  0x00000001 , 0x00002b0f 
+ 00011014  0x000015df fetcht  0x00000001 , 0x00004348 
+ 00011015  0x000015e0 add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00011016  0x000015e1 store  0x00000001 , 0x0000416a 
+ 00011017  0x000015e2 fetch  0x00000006 , 0x000042db 
+ 00011018  0x000015e3 store  0x00000006 , 0x0000416b 
+ 00011019  0x000015e4 copy  0x00000002 , 0x00000039 
+ 00011020  0x000015e5 arg  0x00004349 , 0x00000006 
+ 00011021  0x000015e6 call  0x00007ccc 
+ 00011022  0x000015e7 branch  0x00002b15 
+ 00011023  0x000015ea setarg  0x0000000c 
+ 00011024  0x000015eb store  0x00000001 , 0x0000416a 
+ 00011025  0x000015ec fetch  0x00000006 , 0x000042db 
+ 00011026  0x000015ed store  0x00000006 , 0x0000416b 
+ 00011027  0x000015ee fetch  0x00000006 , 0x00004116 
+ 00011028  0x000015ef istore  0x00000006 , 0x00000005 
+ 00011029  0x000015f1 bpatchx  0x0000004f , 0x00004029 
+ 00011030  0x000015f2 fetch  0x00000001 , 0x00000000 
+ 00011031  0x000015f3 increase  0x00000001 , 0x0000003f 
+ 00011032  0x000015f4 store  0x00000001 , 0x00000000 
+ 00011033  0x000015f5 arg  0x00000708 , 0x0000001b 
+ 00011034  0x000015f6 disable  0x0000002d 
+ 00011035  0x000015f7 branch  0x00002729 
+ 00011036  0x000015fb bpatchx  0x00000050 , 0x0000402a 
+ 00011037  0x000015fc fetch  0x00000001 , 0x00004394 
+ 00011038  0x000015fd rtnne  0x00000001 
+ 00011039  0x000015fe fetch  0x00000001 , 0x00000000 
+ 00011040  0x000015ff increase  0x00000001 , 0x0000003f 
+ 00011041  0x00001600 store  0x00000001 , 0x00000000 
+ 00011042  0x00001601 arg  0x00000c03 , 0x00000002 
+ 00011043  0x00001602 fetch  0x00000001 , 0x00004395 
+ 00011044  0x00001603 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00011045  0x00001604 copy  0x00000011 , 0x0000003f 
+ 00011046  0x00001605 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00011047  0x00001606 storet  0x00000002 , 0x00004169 
+ 00011048  0x00001607 fetch  0x00000006 , 0x000042db 
+ 00011049  0x00001608 istore  0x00000006 , 0x00000005 
+ 00011050  0x00001609 fetch  0x00000006 , 0x00000178 
+ 00011051  0x0000160a istore  0x00000006 , 0x00000005 
+ 00011052  0x0000160b branch  0x00002729 
+ 00011053  0x0000160e bpatchx  0x00000051 , 0x0000402a 
+ 00011054  0x0000160f fetch  0x00000006 , 0x00000054 
+ 00011055  0x00001610 fetcht  0x00000006 , 0x000042db 
+ 00011056  0x00001611 isub  0x00000002 , 0x0000003e 
+ 00011057  0x00001612 nrtn  0x00000005 
+ 00011058  0x00001613 arg  0x00000004 , 0x00000002 
+ 00011059  0x00001614 fetch  0x00000001 , 0x0000438c 
+ 00011060  0x00001615 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00011061  0x00001616 storet  0x00000001 , 0x00004169 
+ 00011062  0x00001617 fetcht  0x00000001 , 0x00004368 
+ 00011063  0x00001618 add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00011064  0x00001619 store  0x00000001 , 0x0000416a 
+ 00011065  0x0000161a fetch  0x00000006 , 0x000042db 
+ 00011066  0x0000161b store  0x00000006 , 0x0000416b 
+ 00011067  0x0000161c arg  0x00004369 , 0x00000006 
+ 00011068  0x0000161d copy  0x00000002 , 0x00000039 
+ 00011069  0x0000161e call  0x00007ccc 
+ 00011070  0x0000161f call  0x0000273e 
+ 00011071  0x00001620 branch  0x00002ae2 
+ 00011072  0x00001623 fetch  0x00000006 , 0x00000054 
+ 00011073  0x00001624 fetcht  0x00000006 , 0x000042db 
+ 00011074  0x00001625 isub  0x00000002 , 0x0000003e 
+ 00011075  0x00001626 nrtn  0x00000005 
+ 00011076  0x00001627 call  0x00002868 
+ 00011077  0x00001628 storer  0x00000011 , 0x00000001 , 0x000042cb 
+ 00011078  0x00001629 fetch  0x00000006 , 0x0000004e 
+ 00011079  0x0000162a store  0x00000006 , 0x00000178 
+ 00011080  0x0000162b fetch  0x00000008 , 0x0000005a 
+ 00011081  0x0000162c store  0x00000008 , 0x0000018c 
+ 00011082  0x0000162d fetcht  0x00000002 , 0x00000062 
+ 00011083  0x0000162e bpatchx  0x00000052 , 0x0000402a 
+ 00011084  0x0000162f lshift2  0x00000002 , 0x00000002 
+ 00011085  0x00001630 fetch  0x00000002 , 0x00000064 
+ 00011086  0x00001631 lshift2  0x0000003f , 0x0000003f 
+ 00011087  0x00001632 store  0x00000002 , 0x0000016a 
+ 00011088  0x00001633 store  0x00000004 , 0x0000016c 
+ 00011089  0x00001634 isub  0x00000002 , 0x0000003f 
+ 00011090  0x00001635 add  0x0000003f , 0xfffffffe , 0x00000028 
+ 00011091  0x00001636 fetch  0x00000009 , 0x00000066 
+ 00011092  0x00001637 store  0x00000009 , 0x00000194 
+ 00011093  0x00001638 fetch  0x00000001 , 0x0000006f 
+ 00011094  0x00001639 and  0x0000003f , 0x0000001f , 0x00000002 
+ 00011095  0x0000163a storet  0x00000001 , 0x00000181 
+ 00011096  0x0000163b rshift4  0x0000003f , 0x00000002 
+ 00011097  0x0000163c rshift  0x00000002 , 0x00000002 
+ 00011098  0x0000163d storet  0x00000001 , 0x000001b8 
+ 00011099  0x0000163e arg  0x00000168 , 0x00000011 
+ 00011100  0x0000163f call  0x00002938 
+ 00011101  0x00001640 arg  0x00000168 , 0x00000011 
+ 00011102  0x00001641 call  0x00002624 
+ 00011103  0x00001642 call  0x00002525 
+ 00011104  0x00001643 call  0x00002056 
+ 00011105  0x00001644 nrtn  0x00000005 
+ 00011106  0x00001645 bpatchx  0x00000053 , 0x0000402a 
+ 00011107  0x00001646 call  0x000020f7 
+ 00011108  0x00001647 call  0x00002ea7 
+ 00011109  0x00001648 jam  0x00000014 , 0x0000066f 
+ 00011110  0x00001649 call  0x0000782b 
+ 00011111  0x0000164a branch  0x00002041 
+ 00011112  0x0000164e bpatchx  0x00000054 , 0x0000402a 
+ 00011113  0x0000164f fetch  0x00000001 , 0x00000007 
+ 00011114  0x00001650 beq  0x00000025 , 0x00002b6e 
+ 00011115  0x00001651 beq  0x00000026 , 0x00002b74 
+ 00011116  0x00001652 beq  0x00000027 , 0x00002b7a 
+ 00011117  0x00001653 branch  0x00002b7a 
+ 00011118  0x00001656 fetcht  0x00000001 , 0x00004393 
+ 00011119  0x00001657 isolate1  0x00000001 , 0x00000002 
+ 00011120  0x00001658 branch  0x00002b85 , 0x00000001 
+ 00011121  0x00001659 isolate1  0x00000002 , 0x00000002 
+ 00011122  0x0000165a branch  0x00002b8a , 0x00000001 
+ 00011123  0x0000165b branch  0x00002b80 
+ 00011124  0x0000165f fetcht  0x00000001 , 0x00004393 
+ 00011125  0x00001660 isolate1  0x00000002 , 0x00000002 
+ 00011126  0x00001661 branch  0x00002b8a , 0x00000001 
+ 00011127  0x00001662 isolate1  0x00000000 , 0x00000002 
+ 00011128  0x00001663 branch  0x00002b80 , 0x00000001 
+ 00011129  0x00001664 branch  0x00002b85 
+ 00011130  0x00001668 fetcht  0x00000001 , 0x00004393 
+ 00011131  0x00001669 isolate1  0x00000000 , 0x00000002 
+ 00011132  0x0000166a branch  0x00002b80 , 0x00000001 
+ 00011133  0x0000166b isolate1  0x00000001 , 0x00000002 
+ 00011134  0x0000166c branch  0x00002b85 , 0x00000001 
+ 00011135  0x0000166d branch  0x00002b8a 
+ 00011136  0x00001670 jam  0x00000025 , 0x00000007 
+ 00011137  0x00001671 fetch  0x00000001 , 0x000006a1 
+ 00011138  0x00001672 set1  0x00000000 , 0x0000003f 
+ 00011139  0x00001673 store  0x00000001 , 0x000006a1 
+ 00011140  0x00001674 rtn 
+ 00011141  0x00001677 jam  0x00000026 , 0x00000007 
+ 00011142  0x00001678 fetch  0x00000001 , 0x000006a1 
+ 00011143  0x00001679 set1  0x00000001 , 0x0000003f 
+ 00011144  0x0000167a store  0x00000001 , 0x000006a1 
+ 00011145  0x0000167b rtn 
+ 00011146  0x0000167e jam  0x00000027 , 0x00000007 
+ 00011147  0x0000167f fetch  0x00000001 , 0x000006a1 
+ 00011148  0x00001680 set1  0x00000002 , 0x0000003f 
+ 00011149  0x00001681 store  0x00000001 , 0x000006a1 
+ 00011150  0x00001682 rtn 
+ 00011151  0x00001688 copy  0x00000006 , 0x00000011 
+ 00011152  0x00001689 fetch  0x00000001 , 0x000043cb 
+ 00011153  0x0000168a beq  0x00000006 , 0x000066d5 
+ 00011154  0x0000168b beq  0x0000000f , 0x0000503d 
+ 00011155  0x0000168c copy  0x00000011 , 0x00000006 
+ 00011156  0x0000168d ifetch  0x00000003 , 0x00000006 
+ 00011157  0x0000168e store  0x00000003 , 0x00004397 
+ 00011158  0x00001690 beq  0x00000002 , 0x00002bab 
+ 00011159  0x00001691 beq  0x00000003 , 0x00002bb0 
+ 00011160  0x00001692 beq  0x00000004 , 0x00002bb3 
+ 00011161  0x00001693 beq  0x00000006 , 0x00002bf7 
+ 00011162  0x00001694 beq  0x00000008 , 0x00002c44 
+ 00011163  0x00001695 beq  0x0000000a , 0x00002d19 
+ 00011164  0x00001696 beq  0x0000000c , 0x00002d4c 
+ 00011165  0x00001697 beq  0x00000010 , 0x00002d63 
+ 00011166  0x00001698 beq  0x00000012 , 0x00002da8 
+ 00011167  0x00001699 beq  0x00000016 , 0x00002dce 
+ 00011168  0x0000169a beq  0x00000018 , 0x00002de1 
+ 00011169  0x0000169b beq  0x0000001e , 0x00002de6 
+ 00011170  0x0000169c beq  0x00000052 , 0x00002dea 
+ 00011171  0x0000169d rtn 
+ 00011172  0x000016a1 force  0x00000003 , 0x00000011 
+ 00011173  0x000016a2 call  0x00002e10 
+ 00011174  0x000016a3 setarg  0x00000002 
+ 00011175  0x000016a5 istore  0x00000001 , 0x00000005 
+ 00011176  0x000016a6 fetch  0x00000002 , 0x000042e1 
+ 00011177  0x000016a7 istore  0x00000002 , 0x00000005 
+ 00011178  0x000016a8 rtn 
+ 00011179  0x000016ac call  0x00002bb0 
+ 00011180  0x000016ae force  0x00000003 , 0x00000011 
+ 00011181  0x000016af call  0x00002e10 
+ 00011182  0x000016b0 setarg  0x00000003 
+ 00011183  0x000016b1 branch  0x00002ba7 
+ 00011184  0x000016b4 rshift8  0x0000003f , 0x0000003f 
+ 00011185  0x000016b5 store  0x00000002 , 0x000042e3 
+ 00011186  0x000016b6 rtn 
+ 00011187  0x000016b9 call  0x00002e41 
+ 00011188  0x000016ba call  0x00007dba 
+ 00011189  0x000016bb branch  0x00002bc3 
+ 00011190  0x000016bf ifetch  0x00000002 , 0x00000006 
+ 00011191  0x000016c0 and_into  0x000000ff , 0x0000003f 
+ 00011192  0x000016c1 rtn  0x00000034 
+ 00011193  0x000016c2 isub  0x00000012 , 0x0000003e 
+ 00011194  0x000016c3 rtn  0x00000005 
+ 00011195  0x000016c4 nrtn  0x00000002 
+ 00011196  0x000016c5 isub  0x00000013 , 0x0000003e 
+ 00011197  0x000016c6 rtn  0x00000005 
+ 00011198  0x000016c7 branch  0x00002bc1 , 0x00000002 
+ 00011199  0x000016c8 force  0x00000001 , 0x0000003e 
+ 00011200  0x000016c9 rtn 
+ 00011201  0x000016cb force  0x00000000 , 0x0000003f 
+ 00011202  0x000016cc rtn 
+ 00011203  0x000016d0 arg  0x00000003 , 0x0000000b 
+ 00011204  0x000016d1 call  0x00002cc7 
+ 00011205  0x000016d3 call  0x00002bb6 
+ 00011206  0x000016d4 branch  0x00002bf5 , 0x00000034 
+ 00011207  0x000016d5 nbranch  0x00002bf3 , 0x00000002 
+ 00011208  0x000016d6 increase  0xfffffffe , 0x00000006 
+ 00011209  0x000016d7 call  0x00007c6d 
+ 00011210  0x000016d8 call  0x00007c64 
+ 00011211  0x000016d9 nbranch  0x00002be3 , 0x00000028 
+ 00011212  0x000016da call  0x00007c51 
+ 00011213  0x000016db storer  0x0000000b , 0x00000004 , 0x00000680 
+ 00011214  0x000016dc force  0x0000001e , 0x00000011 
+ 00011215  0x000016dd call  0x00002e10 
+ 00011216  0x000016de fetchr  0x0000000b , 0x00000004 , 0x00000680 
+ 00011217  0x000016df call  0x00007c60 
+ 00011218  0x000016e0 call  0x00007dbc 
+ 00011219  0x000016e1 setarg  0x00000005 
+ 00011220  0x000016e2 istore  0x00000001 , 0x00000005 
+ 00011221  0x000016e3 call  0x00007c67 
+ 00011222  0x000016e4 ifetch  0x00000002 , 0x00000006 
+ 00011223  0x000016e5 ifetchr  0x00000011 , 0x00000001 , 0x00000006 
+ 00011224  0x000016e6 sub  0x00000011 , 0x00000010 , 0x0000003e 
+ 00011225  0x000016e7 branch  0x00002bdf , 0x00000005 
+ 00011226  0x000016e8 sub  0x00000011 , 0x00000002 , 0x0000003e 
+ 00011227  0x000016e9 nbranch  0x00002e03 , 0x00000005 
+ 00011228  0x000016eb setarg  0x00000001 
+ 00011229  0x000016ec istore  0x00000001 , 0x00000005 
+ 00011230  0x000016ed branch  0x00002be8 
+ 00011231  0x000016f0 setarg  0x00000002 
+ 00011232  0x000016f1 istore  0x00000001 , 0x00000005 
+ 00011233  0x000016f2 arg  0x00000001 , 0x0000000b 
+ 00011234  0x000016f3 branch  0x00002be8 
+ 00011235  0x000016f6 call  0x00007c67 
+ 00011236  0x000016f7 ifetch  0x00000002 , 0x00000006 
+ 00011237  0x000016f8 ifetch  0x00000001 , 0x00000006 
+ 00011238  0x000016f9 isub  0x00000011 , 0x0000003e 
+ 00011239  0x000016fa nbranch  0x00002bf5 , 0x00000005 
+ 00011240  0x000016fd call  0x00007c67 
+ 00011241  0x000016fe ifetch  0x00000002 , 0x00000006 
+ 00011242  0x000016ff and_into  0x000000ff , 0x0000003f 
+ 00011243  0x00001700 istore  0x00000002 , 0x00000005 
+ 00011244  0x00001701 ifetchr  0x00000039 , 0x00000001 , 0x00000006 
+ 00011245  0x00001702 call  0x00007cda 
+ 00011246  0x00001703 call  0x00007c6a 
+ 00011247  0x00001704 increase  0xffffffff , 0x0000000b 
+ 00011248  0x00001705 branch  0x00002bf5 , 0x00000005 
+ 00011249  0x00001707 call  0x00002cdd 
+ 00011250  0x00001708 branch  0x00002bc5 
+ 00011251  0x0000170b call  0x00002cdd 
+ 00011252  0x0000170c branch  0x00002bf1 
+ 00011253  0x0000170f branch  0x00002e03 , 0x00000028 
+ 00011254  0x00001710 branch  0x00002e34 
+ 00011255  0x00001714 call  0x00002e41 
+ 00011256  0x00001715 ifetch  0x00000002 , 0x00000006 
+ 00011257  0x00001716 store  0x00000002 , 0x0000439e 
+ 00011258  0x00001717 call  0x00007c6d 
+ 00011259  0x00001718 arg  0x000006b5 , 0x00000005 
+ 00011260  0x00001719 fetch  0x00000002 , 0x00004335 
+ 00011261  0x0000171a increase  0xfffffff9 , 0x0000003f 
+ 00011262  0x0000171b call  0x00002e4f 
+ 00011263  0x0000171c branch  0x00002c0a 
+ 00011264  0x00001720 disable  0x00000028 
+ 00011265  0x00001721 fetcht  0x00000002 , 0x000006b1 
+ 00011266  0x00001722 fetch  0x00000002 , 0x000006b3 
+ 00011267  0x00001723 isub  0x00000002 , 0x0000003e 
+ 00011268  0x00001724 nbranch  0x00002c07 , 0x00000002 
+ 00011269  0x00001725 deposit  0x00000002 
+ 00011270  0x00001726 rtnne  0x00000000 
+ 00011271  0x00001728 enable  0x00000028 
+ 00011272  0x00001729 jam  0x00000001 , 0x000001b9 
+ 00011273  0x0000172a branch  0x00002e05 
+ 00011274  0x0000172e call  0x00002c00 
+ 00011275  0x0000172f rtn  0x00000028 
+ 00011276  0x00001730 fetcht  0x00000002 , 0x0000439e 
+ 00011277  0x00001731 setarg  0x00002800 
+ 00011278  0x00001732 isub  0x00000002 , 0x0000003e 
+ 00011279  0x00001733 branch  0x00002c11 , 0x00000005 
+ 00011280  0x00001734 branch  0x00002e03 
+ 00011281  0x00001738 jam  0x00000000 , 0x0000439a 
+ 00011282  0x00001739 fetcht  0x00000002 , 0x000006b1 
+ 00011283  0x0000173a storet  0x00000002 , 0x00000678 
+ 00011284  0x0000173b call  0x00002d04 
+ 00011285  0x0000173c nbranch  0x00002e03 , 0x00000034 
+ 00011286  0x0000173e fetcht  0x00000002 , 0x00000678 
+ 00011287  0x0000173f call  0x00002d04 
+ 00011288  0x00001740 nbranch  0x00002c2a , 0x00000034 
+ 00011289  0x00001741 copy  0x00000006 , 0x00000011 
+ 00011290  0x00001742 fetch  0x00000001 , 0x000006c6 
+ 00011291  0x00001743 copy  0x0000003f , 0x00000039 
+ 00011292  0x00001744 fetcht  0x00000001 , 0x000006b5 
+ 00011293  0x00001745 isub  0x00000002 , 0x0000003e 
+ 00011294  0x00001746 nbranch  0x00002c26 , 0x00000005 
+ 00011295  0x00001747 arg  0x000006b6 , 0x00000012 
+ 00011296  0x00001748 call  0x00007d64 
+ 00011297  0x0000174a branch  0x00002c2d , 0x00000005 
+ 00011298  0x0000174c fetch  0x00000002 , 0x000006ce 
+ 00011299  0x0000174d fetcht  0x00000002 , 0x0000439e 
+ 00011300  0x0000174e isub  0x00000002 , 0x0000003e 
+ 00011301  0x0000174f branch  0x00002c35 , 0x00000005 
+ 00011302  0x00001751 fetch  0x00000002 , 0x00000678 
+ 00011303  0x00001752 increase  0x00000001 , 0x0000003f 
+ 00011304  0x00001753 store  0x00000002 , 0x00000678 
+ 00011305  0x00001754 branch  0x00002c16 
+ 00011306  0x00001757 fetch  0x00000001 , 0x0000439a 
+ 00011307  0x00001758 beq  0x00000001 , 0x00002c35 
+ 00011308  0x00001759 branch  0x00002e03 
+ 00011309  0x0000175d fetch  0x00000002 , 0x000006ce 
+ 00011310  0x0000175e fetcht  0x00000002 , 0x0000439e 
+ 00011311  0x0000175f isub  0x00000002 , 0x0000003e 
+ 00011312  0x00001760 nbranch  0x00002c26 , 0x00000005 
+ 00011313  0x00001761 jam  0x00000001 , 0x0000439a 
+ 00011314  0x00001763 fetcht  0x00000002 , 0x00000678 
+ 00011315  0x00001764 storet  0x00000002 , 0x000006c9 
+ 00011316  0x00001765 branch  0x00002c26 
+ 00011317  0x00001768 fetch  0x00000001 , 0x0000439a 
+ 00011318  0x00001769 beq  0x00000000 , 0x00002c26 
+ 00011319  0x0000176a jam  0x00000002 , 0x0000439a 
+ 00011320  0x0000176b fetcht  0x00000002 , 0x00000678 
+ 00011321  0x0000176c increase  0xffffffff , 0x00000002 
+ 00011322  0x0000176d storet  0x00000002 , 0x000006cb 
+ 00011323  0x00001770 arg  0x00000005 , 0x00000011 
+ 00011324  0x00001771 call  0x00002e10 
+ 00011325  0x00001772 setarg  0x00000007 
+ 00011326  0x00001773 istore  0x00000001 , 0x00000005 
+ 00011327  0x00001774 fetch  0x00000002 , 0x000006c9 
+ 00011328  0x00001775 istore  0x00000002 , 0x00000005 
+ 00011329  0x00001776 fetch  0x00000002 , 0x000006cb 
+ 00011330  0x00001777 istore  0x00000002 , 0x00000005 
+ 00011331  0x00001778 rtn 
+ 00011332  0x0000177d call  0x00002e41 
+ 00011333  0x0000177e call  0x00002e4a 
+ 00011334  0x0000177f branch  0x00002c47 
+ 00011335  0x00001782 fetcht  0x00000002 , 0x000006b1 
+ 00011336  0x00001783 storet  0x00000002 , 0x00000678 
+ 00011337  0x00001784 call  0x00002cc7 
+ 00011338  0x00001785 call  0x00002cd2 
+ 00011339  0x00001786 increase  0xfffffffe , 0x00000006 
+ 00011340  0x00001787 copy  0x00000006 , 0x0000003f 
+ 00011341  0x00001788 store  0x00000002 , 0x000006c7 
+ 00011342  0x0000178a fetcht  0x00000002 , 0x000006b6 
+ 00011343  0x0000178b setarg  0x00002a00 
+ 00011344  0x0000178c isub  0x00000002 , 0x0000003e 
+ 00011345  0x0000178d branch  0x00002cb2 , 0x00000005 
+ 00011346  0x0000178e setarg  0x00002803 
+ 00011347  0x0000178f isub  0x00000002 , 0x0000003e 
+ 00011348  0x00001790 nbranch  0x00002c9c , 0x00000005 
+ 00011349  0x00001791 arg  0x00000002 , 0x0000000b 
+ 00011350  0x00001793 call  0x00002e17 
+ 00011351  0x00001794 nbranch  0x00002c79 , 0x00000002 
+ 00011352  0x00001795 fetcht  0x00000002 , 0x00000678 
+ 00011353  0x00001796 call  0x00002d02 
+ 00011354  0x00001797 nbranch  0x00002c79 , 0x00000034 
+ 00011355  0x00001798 call  0x00002e1b 
+ 00011356  0x00001799 nbranch  0x00002c77 , 0x00000005 
+ 00011357  0x0000179a nbranch  0x00002c7b , 0x00000028 
+ 00011358  0x0000179b disable  0x00000028 
+ 00011359  0x0000179c call  0x00002e46 
+ 00011360  0x0000179d copy  0x0000003f , 0x00000011 
+ 00011361  0x0000179e call  0x00002e10 
+ 00011362  0x0000179f setarg  0x00000009 
+ 00011363  0x000017a0 istore  0x00000001 , 0x00000005 
+ 00011364  0x000017a1 copy  0x00000005 , 0x00000030 
+ 00011365  0x000017a2 increase  0x00000001 , 0x00000005 
+ 00011366  0x000017a4 call  0x00002c89 
+ 00011367  0x000017a5 call  0x00002e13 
+ 00011368  0x000017a6 call  0x00002d02 
+ 00011369  0x000017a7 call  0x00002c90 
+ 00011370  0x000017a8 fetch  0x00000001 , 0x000006cd 
+ 00011371  0x000017a9 add  0x0000003f , 0x00000005 , 0x00000011 
+ 00011372  0x000017aa istorer  0x00000011 , 0x00000001 , 0x00000030 
+ 00011373  0x000017ac sub  0x00000011 , 0x00000007 , 0x0000003e 
+ 00011374  0x000017ad ncall  0x00007dbe , 0x00000005 
+ 00011375  0x000017ae call  0x00007dc0 , 0x00000005 
+ 00011376  0x000017af call  0x00002e46 
+ 00011377  0x000017b0 increase  0xfffffffe , 0x0000003f 
+ 00011378  0x000017b1 idiv  0x00000011 
+ 00011379  0x000017b2 call  0x00007d62 
+ 00011380  0x000017b3 quotient  0x0000000b 
+ 00011381  0x000017b4 increase  0xffffffff , 0x0000000b 
+ 00011382  0x000017b5 branch  0x00002c79 , 0x00000005 
+ 00011383  0x000017b7 call  0x00002e13 
+ 00011384  0x000017b8 branch  0x00002c56 
+ 00011385  0x000017ba branch  0x00002e03 , 0x00000028 
+ 00011386  0x000017bb branch  0x00002e34 
+ 00011387  0x000017be call  0x00002e24 
+ 00011388  0x000017bf call  0x00002e13 
+ 00011389  0x000017c0 call  0x00002d02 
+ 00011390  0x000017c1 call  0x00002d96 
+ 00011391  0x000017c2 nbranch  0x00002c79 , 0x00000034 
+ 00011392  0x000017c4 call  0x00007c64 
+ 00011393  0x000017c5 fetch  0x00000002 , 0x00000678 
+ 00011394  0x000017c6 increase  0xffffffff , 0x0000003f 
+ 00011395  0x000017c7 istore  0x00000002 , 0x00000005 
+ 00011396  0x000017c8 call  0x00002e30 
+ 00011397  0x000017c9 call  0x00002c90 
+ 00011398  0x000017ca increase  0xffffffff , 0x0000000b 
+ 00011399  0x000017cb branch  0x00002c79 , 0x00000005 
+ 00011400  0x000017cc branch  0x00002c77 
+ 00011401  0x000017d0 fetch  0x00000002 , 0x00000678 
+ 00011402  0x000017d1 istore  0x00000002 , 0x00000005 
+ 00011403  0x000017d3 fetch  0x00000001 , 0x000006c6 
+ 00011404  0x000017d4 copy  0x0000003f , 0x00000039 
+ 00011405  0x000017d5 call  0x00007c67 
+ 00011406  0x000017d6 call  0x00007ccc 
+ 00011407  0x000017d7 branch  0x00007c6a 
+ 00011408  0x000017d9 call  0x00007c64 
+ 00011409  0x000017da fetch  0x00000002 , 0x00000678 
+ 00011410  0x000017db istore  0x00000002 , 0x00000005 
+ 00011411  0x000017dc call  0x00007c6a 
+ 00011412  0x000017dd fetch  0x00000001 , 0x000006cd 
+ 00011413  0x000017de copy  0x0000003f , 0x00000039 
+ 00011414  0x000017df call  0x00007c64 
+ 00011415  0x000017e0 call  0x00007c67 
+ 00011416  0x000017e1 isub  0x00000039 , 0x00000006 
+ 00011417  0x000017e2 increase  0xffffffff , 0x00000006 
+ 00011418  0x000017e3 call  0x00007ccc 
+ 00011419  0x000017e4 branch  0x00007c6a 
+ 00011420  0x000017e7 bpatchx  0x00000055 , 0x0000402a 
+ 00011421  0x000017e8 call  0x00002ce0 
+ 00011422  0x000017e9 branch  0x00002e03 , 0x00000034 
+ 00011423  0x000017ea copy  0x00000006 , 0x00000013 
+ 00011424  0x000017ec call  0x00002e46 
+ 00011425  0x000017ed copy  0x00000013 , 0x00000006 
+ 00011426  0x000017ee ifetcht  0x00000001 , 0x00000006 
+ 00011427  0x000017ef increase  0x00000004 , 0x00000002 
+ 00011428  0x000017f0 call  0x00007db0 
+ 00011429  0x000017f1 copy  0x0000003f , 0x00000013 
+ 00011430  0x000017f2 copy  0x0000003f , 0x00000011 
+ 00011431  0x000017f3 call  0x00007c6d 
+ 00011432  0x000017f4 call  0x00002e10 
+ 00011433  0x000017f6 setarg  0x00000009 
+ 00011434  0x000017f7 istore  0x00000001 , 0x00000005 
+ 00011435  0x000017f8 add  0x00000013 , 0xfffffffe , 0x0000003f 
+ 00011436  0x000017f9 add  0x0000003f , 0xfffffffe , 0x00000039 
+ 00011437  0x000017fa istore  0x00000001 , 0x00000005 
+ 00011438  0x000017fb fetch  0x00000002 , 0x000006de 
+ 00011439  0x000017fc istore  0x00000002 , 0x00000005 
+ 00011440  0x000017fd call  0x00007c67 
+ 00011441  0x000017fe branch  0x00007ccc 
+ 00011442  0x00001802 call  0x00002ce0 
+ 00011443  0x00001803 branch  0x00002e03 , 0x00000034 
+ 00011444  0x00001804 increase  0xfffffffb , 0x00000006 
+ 00011445  0x00001805 ifetch  0x00000002 , 0x00000006 
+ 00011446  0x00001806 store  0x00000002 , 0x00000678 
+ 00011447  0x00001807 call  0x00002e46 
+ 00011448  0x00001808 fetcht  0x00000001 , 0x0000426b 
+ 00011449  0x00001809 increase  0x00000004 , 0x00000002 
+ 00011450  0x0000180a call  0x00007db0 
+ 00011451  0x0000180b copy  0x0000003f , 0x00000013 
+ 00011452  0x0000180c copy  0x0000003f , 0x00000011 
+ 00011453  0x0000180d call  0x00002e10 
+ 00011454  0x0000180e setarg  0x00000009 
+ 00011455  0x0000180f istore  0x00000001 , 0x00000005 
+ 00011456  0x00001810 add  0x00000013 , 0xfffffffe , 0x0000003f 
+ 00011457  0x00001811 add  0x0000003f , 0xfffffffe , 0x00000039 
+ 00011458  0x00001812 istore  0x00000001 , 0x00000005 
+ 00011459  0x00001813 fetch  0x00000002 , 0x00000678 
+ 00011460  0x00001814 istore  0x00000002 , 0x00000005 
+ 00011461  0x00001815 arg  0x0000426c , 0x00000006 
+ 00011462  0x00001816 branch  0x00007ccc 
+ 00011463  0x0000181a bpatchx  0x00000056 , 0x0000402a 
+ 00011464  0x0000181b fetch  0x00000002 , 0x000006b1 
+ 00011465  0x0000181c iforce  0x00000012 
+ 00011466  0x0000181d fetch  0x00000002 , 0x000006b3 
+ 00011467  0x0000181e iforce  0x00000013 
+ 00011468  0x0000181f fetch  0x00000002 , 0x000042f7 
+ 00011469  0x00001820 iforce  0x00000006 
+ 00011470  0x00001821 branch  0x00007dba 
+ 00011471  0x00001826 call  0x00002cd2 
+ 00011472  0x00001827 branch  0x00002cdd , 0x00000005 
+ 00011473  0x00001828 rtn 
+ 00011474  0x0000182b bpatchx  0x00000057 , 0x0000402a 
+ 00011475  0x0000182c fetch  0x00000002 , 0x000042f7 
+ 00011476  0x0000182d iforce  0x00000006 
+ 00011477  0x0000182f ifetch  0x00000002 , 0x00000006 
+ 00011478  0x00001830 and_into  0x000000ff , 0x0000003f 
+ 00011479  0x00001831 rtn  0x00000034 
+ 00011480  0x00001832 isub  0x00000002 , 0x0000003e 
+ 00011481  0x00001833 rtn  0x00000005 
+ 00011482  0x00001834 call  0x00002cdd 
+ 00011483  0x00001835 call  0x00002cdd 
+ 00011484  0x00001836 branch  0x00002cd5 
+ 00011485  0x0000183a ifetch  0x00000001 , 0x00000006 
+ 00011486  0x0000183b iadd  0x00000006 , 0x00000006 
+ 00011487  0x0000183c rtn 
+ 00011488  0x00001840 bpatchx  0x00000058 , 0x0000402b 
+ 00011489  0x00001841 fetch  0x00000002 , 0x000042f7 
+ 00011490  0x00001842 iforce  0x00000006 
+ 00011491  0x00001844 ifetch  0x00000002 , 0x00000006 
+ 00011492  0x00001845 and_into  0x000000ff , 0x0000003f 
+ 00011493  0x00001846 rtn  0x00000034 
+ 00011494  0x00001847 store  0x00000002 , 0x000006de 
+ 00011495  0x00001848 ifetch  0x00000001 , 0x00000006 
+ 00011496  0x00001849 copy  0x00000006 , 0x00000005 
+ 00011497  0x0000184a iadd  0x00000006 , 0x00000006 
+ 00011498  0x0000184b fetcht  0x00000001 , 0x000006b5 
+ 00011499  0x0000184c isub  0x00000002 , 0x0000003e 
+ 00011500  0x0000184d nbranch  0x00002cf3 , 0x00000005 
+ 00011501  0x0000184e copy  0x0000003f , 0x00000039 
+ 00011502  0x0000184f copy  0x00000005 , 0x00000012 
+ 00011503  0x00001850 arg  0x000006b6 , 0x00000011 
+ 00011504  0x00001851 call  0x00007d64 
+ 00011505  0x00001852 rtn  0x00000005 
+ 00011506  0x00001853 fetch  0x00000001 , 0x000006b5 
+ 00011507  0x00001855 iadd  0x00000005 , 0x00000006 
+ 00011508  0x00001856 call  0x00002cdd 
+ 00011509  0x00001857 branch  0x00002ce3 
+ 00011510  0x0000185f arg  0x00000001 , 0x00000002 
+ 00011511  0x00001860 fetch  0x00000002 , 0x000042f7 
+ 00011512  0x00001861 iforce  0x00000006 
+ 00011513  0x00001862 copy  0x00000006 , 0x00000005 
+ 00011514  0x00001864 ifetch  0x00000002 , 0x00000006 
+ 00011515  0x00001865 and_into  0x000000ff , 0x0000003f 
+ 00011516  0x00001866 rtn  0x00000034 
+ 00011517  0x00001867 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00011518  0x00001868 call  0x00002cdd 
+ 00011519  0x00001869 call  0x00002cdd 
+ 00011520  0x0000186a copy  0x00000006 , 0x00000005 
+ 00011521  0x0000186b branch  0x00002cfa 
+ 00011522  0x0000186f fetch  0x00000002 , 0x000006c7 
+ 00011523  0x00001870 branch  0x00002d06 
+ 00011524  0x00001873 bpatchx  0x00000059 , 0x0000402b 
+ 00011525  0x00001874 fetch  0x00000002 , 0x000042f7 
+ 00011526  0x00001876 iforce  0x00000006 
+ 00011527  0x00001878 ifetch  0x00000002 , 0x00000006 
+ 00011528  0x00001879 and_into  0x000000ff , 0x0000003f 
+ 00011529  0x0000187a branch  0x00002d0f , 0x00000034 
+ 00011530  0x0000187b isub  0x00000002 , 0x0000003e 
+ 00011531  0x0000187c branch  0x00002d10 , 0x00000005 
+ 00011532  0x0000187d call  0x00002cdd 
+ 00011533  0x0000187e call  0x00002cdd 
+ 00011534  0x0000187f branch  0x00002d07 
+ 00011535  0x00001882 branch  0x00007dc8 
+ 00011536  0x00001885 ifetch  0x00000001 , 0x00000006 
+ 00011537  0x00001886 store  0x00000001 , 0x000006cd 
+ 00011538  0x00001887 copy  0x0000003f , 0x00000039 
+ 00011539  0x00001888 arg  0x000006ce , 0x00000005 
+ 00011540  0x00001889 call  0x00007ccc 
+ 00011541  0x0000188a ifetch  0x00000001 , 0x00000006 
+ 00011542  0x0000188b store  0x00000001 , 0x000006c6 
+ 00011543  0x0000188c call  0x00007c6d 
+ 00011544  0x0000188d branch  0x00007dca 
+ 00011545  0x00001892 call  0x00002dc7 
+ 00011546  0x00001893 fetcht  0x00000002 , 0x00004398 
+ 00011547  0x00001894 fetch  0x00000001 , 0x00004321 
+ 00011548  0x00001895 bbit1  0x00000003 , 0x00002d42 
+ 00011549  0x00001899 call  0x00002cd2 
+ 00011550  0x0000189a nbranch  0x00002e03 , 0x00000005 
+ 00011551  0x0000189b call  0x00002d48 , 0x00000028 
+ 00011552  0x0000189c rtn  0x00000028 
+ 00011553  0x0000189d call  0x00002cdd 
+ 00011554  0x0000189e increase  0xfffffffe , 0x00000006 
+ 00011555  0x0000189f ifetch  0x00000002 , 0x00000006 
+ 00011556  0x000018a0 arg  0x00002a00 , 0x00000002 
+ 00011557  0x000018a1 isub  0x00000002 , 0x0000003e 
+ 00011558  0x000018a2 branch  0x00002d36 , 0x00000005 
+ 00011559  0x000018a3 copy  0x00000006 , 0x00000013 
+ 00011560  0x000018a4 call  0x00002e46 
+ 00011561  0x000018a5 copy  0x00000013 , 0x00000006 
+ 00011562  0x000018a6 ifetcht  0x00000001 , 0x00000006 
+ 00011563  0x000018a7 increase  0x00000001 , 0x00000002 
+ 00011564  0x000018a8 call  0x00007db0 
+ 00011565  0x000018aa copy  0x0000003f , 0x00000013 
+ 00011566  0x000018ab copy  0x0000003f , 0x00000011 
+ 00011567  0x000018ac call  0x00007c6d 
+ 00011568  0x000018ad call  0x00002e10 
+ 00011569  0x000018ae setarg  0x0000000b 
+ 00011570  0x000018af istore  0x00000001 , 0x00000005 
+ 00011571  0x000018b0 add  0x00000013 , 0xffffffff , 0x00000039 
+ 00011572  0x000018b1 call  0x00007c67 
+ 00011573  0x000018b2 branch  0x00007cda 
+ 00011574  0x000018b5 call  0x00002e46 
+ 00011575  0x000018b6 fetcht  0x00000001 , 0x0000426b 
+ 00011576  0x000018b7 increase  0x00000001 , 0x00000002 
+ 00011577  0x000018b8 call  0x00007db0 
+ 00011578  0x000018b9 copy  0x0000003f , 0x00000013 
+ 00011579  0x000018ba copy  0x0000003f , 0x00000011 
+ 00011580  0x000018bc call  0x00002e10 
+ 00011581  0x000018bd setarg  0x0000000b 
+ 00011582  0x000018be istore  0x00000001 , 0x00000005 
+ 00011583  0x000018bf add  0x00000013 , 0xffffffff , 0x00000039 
+ 00011584  0x000018c0 arg  0x0000426c , 0x00000006 
+ 00011585  0x000018c1 branch  0x00007cda 
+ 00011586  0x000018c5 fetch  0x00000002 , 0x00004332 
+ 00011587  0x000018c6 isub  0x00000002 , 0x0000003e 
+ 00011588  0x000018c7 nbranch  0x00002d1d , 0x00000005 
+ 00011589  0x000018c8 nbranch  0x00002d1d , 0x00000028 
+ 00011590  0x000018ca jam  0x00000005 , 0x000001b9 
+ 00011591  0x000018cb branch  0x00002e05 
+ 00011592  0x000018ce increase  0xfffffffe , 0x00000006 
+ 00011593  0x000018cf ifetch  0x00000002 , 0x00000006 
+ 00011594  0x000018d0 bbit1  0x0000000e , 0x00002d46 
+ 00011595  0x000018d1 branch  0x00007dbc 
+ 00011596  0x000018d4 ifetch  0x00000002 , 0x00000006 
+ 00011597  0x000018d5 store  0x00000002 , 0x000006b5 
+ 00011598  0x000018d6 iforce  0x00000011 
+ 00011599  0x000018d7 fetcht  0x00000002 , 0x00004398 
+ 00011600  0x000018d9 call  0x00002ccf 
+ 00011601  0x000018da branch  0x00002e03 , 0x00000034 
+ 00011602  0x000018db ifetch  0x00000001 , 0x00000006 
+ 00011603  0x000018dc isub  0x00000011 , 0x00000039 
+ 00011604  0x000018dd nbranch  0x00002e03 , 0x00000002 
+ 00011605  0x000018de call  0x00007c6d 
+ 00011606  0x000018df call  0x00002e46 
+ 00011607  0x000018e0 add  0x00000039 , 0x00000001 , 0x00000002 
+ 00011608  0x000018e1 call  0x00007db0 
+ 00011609  0x000018e3 copy  0x0000003f , 0x00000011 
+ 00011610  0x000018e4 copy  0x0000003f , 0x00000013 
+ 00011611  0x000018e5 call  0x00002e10 
+ 00011612  0x000018e6 setarg  0x0000000d 
+ 00011613  0x000018e7 istore  0x00000001 , 0x00000005 
+ 00011614  0x000018e8 add  0x00000013 , 0xffffffff , 0x00000039 
+ 00011615  0x000018e9 fetcht  0x00000002 , 0x000006b5 
+ 00011616  0x000018ea call  0x00007c67 
+ 00011617  0x000018eb iadd  0x00000002 , 0x00000006 
+ 00011618  0x000018ec branch  0x00007ccc 
+ 00011619  0x000018f1 call  0x00002e41 
+ 00011620  0x000018f2 call  0x00002e4a 
+ 00011621  0x000018f3 branch  0x00002d66 
+ 00011622  0x000018fa arg  0x00000002 , 0x0000000b 
+ 00011623  0x000018fb fetcht  0x00000002 , 0x000006b1 
+ 00011624  0x000018fc storet  0x00000002 , 0x00000678 
+ 00011625  0x000018fd call  0x00002cd2 
+ 00011626  0x000018fe increase  0xfffffffe , 0x00000006 
+ 00011627  0x000018ff copy  0x00000006 , 0x0000003f 
+ 00011628  0x00001900 store  0x00000002 , 0x000006c7 
+ 00011629  0x00001902 call  0x00002e17 
+ 00011630  0x00001903 nbranch  0x00002d9e , 0x00000002 
+ 00011631  0x00001904 fetcht  0x00000002 , 0x00000678 
+ 00011632  0x00001905 call  0x00002d02 
+ 00011633  0x00001906 nbranch  0x00002da1 , 0x00000034 
+ 00011634  0x00001908 call  0x00002e1b 
+ 00011635  0x00001909 nbranch  0x00002d94 , 0x00000005 
+ 00011636  0x0000190a copy  0x0000000b , 0x0000003f 
+ 00011637  0x0000190b beq  0x00000000 , 0x00002da1 
+ 00011638  0x0000190c nbranch  0x00002d8a , 0x00000028 
+ 00011639  0x0000190d disable  0x00000028 
+ 00011640  0x0000190f call  0x00002e46 
+ 00011641  0x00001910 copy  0x0000003f , 0x00000011 
+ 00011642  0x00001911 call  0x00002e10 
+ 00011643  0x00001912 setarg  0x00000011 
+ 00011644  0x00001913 istore  0x00000001 , 0x00000005 
+ 00011645  0x00001914 fetch  0x00000001 , 0x000006c6 
+ 00011646  0x00001915 add  0x0000003f , 0x00000004 , 0x00000011 
+ 00011647  0x00001916 istorer  0x00000011 , 0x00000001 , 0x00000005 
+ 00011648  0x00001917 call  0x00007c6a 
+ 00011649  0x00001918 sub  0x00000011 , 0x00000006 , 0x0000003e 
+ 00011650  0x00001919 ncall  0x00007dbe , 0x00000005 
+ 00011651  0x0000191a call  0x00007dc0 , 0x00000005 
+ 00011652  0x0000191b call  0x00002e46 
+ 00011653  0x0000191c increase  0xfffffffe , 0x0000003f 
+ 00011654  0x0000191d idiv  0x00000011 
+ 00011655  0x0000191e call  0x00007d62 
+ 00011656  0x0000191f quotient  0x0000000b 
+ 00011657  0x00001920 branch  0x00002d90 
+ 00011658  0x00001922 call  0x00002d98 
+ 00011659  0x00001923 nbranch  0x00002da1 , 0x00000034 
+ 00011660  0x00001924 fetch  0x00000002 , 0x00000678 
+ 00011661  0x00001925 increase  0xffffffff , 0x0000003f 
+ 00011662  0x00001926 store  0x00000002 , 0x000006cb 
+ 00011663  0x00001927 call  0x00002e2a 
+ 00011664  0x00001929 fetch  0x00000002 , 0x00000678 
+ 00011665  0x0000192a store  0x00000002 , 0x000006c9 
+ 00011666  0x0000192b call  0x00002e24 
+ 00011667  0x0000192c increase  0xffffffff , 0x0000000b 
+ 00011668  0x0000192f call  0x00002e13 
+ 00011669  0x00001930 branch  0x00002d6d 
+ 00011670  0x00001933 fetch  0x00000001 , 0x000006cd 
+ 00011671  0x00001934 branch  0x00002d99 
+ 00011672  0x00001938 fetch  0x00000001 , 0x000006c6 
+ 00011673  0x00001939 branch  0x00002d9c , 0x0000002c 
+ 00011674  0x0000193a increase  0xfffffffe , 0x0000003f 
+ 00011675  0x0000193b rtn 
+ 00011676  0x0000193e increase  0xfffffff0 , 0x0000003f 
+ 00011677  0x0000193f rtn 
+ 00011678  0x00001942 fetch  0x00000002 , 0x00000678 
+ 00011679  0x00001943 store  0x00000002 , 0x000006cb 
+ 00011680  0x00001944 branch  0x00002da5 
+ 00011681  0x00001946 fetch  0x00000002 , 0x00000678 
+ 00011682  0x00001947 increase  0xffffffff , 0x0000003f 
+ 00011683  0x00001948 store  0x00000002 , 0x000006cb 
+ 00011684  0x00001949 branch  0x00002da5 
+ 00011685  0x0000194b branch  0x00002e03 , 0x00000028 
+ 00011686  0x0000194c call  0x00002e2a 
+ 00011687  0x0000194d branch  0x00002e34 
+ 00011688  0x00001953 copy  0x00000006 , 0x00000011 
+ 00011689  0x00001954 fetch  0x00000002 , 0x00004335 
+ 00011690  0x00001955 add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00011691  0x00001956 call  0x00002929 
+ 00011692  0x00001958 bpatchx  0x0000005a , 0x0000402b 
+ 00011693  0x00001959 call  0x00002dc7 
+ 00011694  0x0000195a fetcht  0x00000002 , 0x00004398 
+ 00011695  0x0000195b call  0x00002cd2 
+ 00011696  0x0000195c nbranch  0x00002dc5 , 0x00000005 
+ 00011697  0x0000195d call  0x00002dc1 , 0x00000028 
+ 00011698  0x0000195e rtn  0x00000028 
+ 00011699  0x00001960 fetch  0x00000001 , 0x00004321 
+ 00011700  0x00001961 bbit0  0x00000004 , 0x00002dbc 
+ 00011701  0x00001963 fetcht  0x00000002 , 0x00004398 
+ 00011702  0x00001964 fetch  0x00000002 , 0x00004332 
+ 00011703  0x00001965 isub  0x00000002 , 0x0000003e 
+ 00011704  0x00001966 nbranch  0x00002dbc , 0x00000005 
+ 00011705  0x00001967 call  0x00002dc7 
+ 00011706  0x00001968 nbranch  0x00002dbc , 0x00000028 
+ 00011707  0x00001969 branch  0x00002d46 
+ 00011708  0x0000196d force  0x00000001 , 0x00000011 
+ 00011709  0x0000196e call  0x00002e10 
+ 00011710  0x0000196f setarg  0x00000013 
+ 00011711  0x00001970 istore  0x00000001 , 0x00000005 
+ 00011712  0x00001971 rtn 
+ 00011713  0x00001974 increase  0xfffffffe , 0x00000006 
+ 00011714  0x00001975 ifetch  0x00000002 , 0x00000006 
+ 00011715  0x00001976 bbit1  0x0000000f , 0x00002d46 
+ 00011716  0x00001977 branch  0x00007dbc 
+ 00011717  0x0000197a jam  0x00000001 , 0x000001b9 
+ 00011718  0x0000197b branch  0x00002e05 
+ 00011719  0x0000197f bpatchx  0x0000005b , 0x0000402b 
+ 00011720  0x00001980 call  0x00007dbc 
+ 00011721  0x00001981 fetch  0x00000001 , 0x000042fe 
+ 00011722  0x00001982 rtneq  0x00000000 
+ 00011723  0x00001983 fetch  0x00000001 , 0x00004040 
+ 00011724  0x00001984 rtnbit1  0x00000004 
+ 00011725  0x00001985 branch  0x00007dba 
+ 00011726  0x00001989 add  0x00000006 , 0x00000002 , 0x00000011 
+ 00011727  0x0000198a fetch  0x00000002 , 0x00004335 
+ 00011728  0x0000198b add  0x0000003f , 0xfffffffb , 0x00000012 
+ 00011729  0x0000198c call  0x00002929 
+ 00011730  0x0000198d branch  0x00002dd3 
+ 00011731  0x00001991 fetch  0x00000002 , 0x00004335 
+ 00011732  0x00001992 copy  0x0000003f , 0x00000011 
+ 00011733  0x00001993 call  0x00002e10 
+ 00011734  0x00001994 setarg  0x00000017 
+ 00011735  0x00001995 istore  0x00000001 , 0x00000005 
+ 00011736  0x00001996 fetch  0x00000002 , 0x00004398 
+ 00011737  0x00001997 istore  0x00000002 , 0x00000005 
+ 00011738  0x00001998 fetch  0x00000002 , 0x00004335 
+ 00011739  0x00001999 add  0x0000003f , 0xfffffffb , 0x00000039 
+ 00011740  0x0000199a fetch  0x00000002 , 0x00004339 
+ 00011741  0x0000199b add  0x0000003f , 0x00000007 , 0x00000006 
+ 00011742  0x0000199c ifetch  0x00000002 , 0x00000006 
+ 00011743  0x0000199d istore  0x00000002 , 0x00000005 
+ 00011744  0x0000199e branch  0x00007ccc 
+ 00011745  0x000019a5 force  0x00000001 , 0x00000011 
+ 00011746  0x000019a6 call  0x00002e10 
+ 00011747  0x000019a7 setarg  0x00000019 
+ 00011748  0x000019a8 istore  0x00000001 , 0x00000005 
+ 00011749  0x000019a9 rtn 
+ 00011750  0x000019ac fetch  0x00000001 , 0x00004396 
+ 00011751  0x000019ad set0  0x00000000 , 0x0000003f 
+ 00011752  0x000019ae store  0x00000001 , 0x00004396 
+ 00011753  0x000019af rtn 
+ 00011754  0x000019b2 copy  0x00000006 , 0x00000011 
+ 00011755  0x000019b3 fetch  0x00000002 , 0x00004335 
+ 00011756  0x000019b4 add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00011757  0x000019b5 branch  0x00002929 
+ 00011758  0x000019bb copy  0x00000002 , 0x00000013 
+ 00011759  0x000019bc increase  0x00000003 , 0x00000011 
+ 00011760  0x000019bd call  0x00002e10 
+ 00011761  0x000019be increase  0xfffffffd , 0x00000011 
+ 00011762  0x000019bf setarg  0x0000001b 
+ 00011763  0x000019c0 istore  0x00000001 , 0x00000005 
+ 00011764  0x000019c1 copy  0x00000013 , 0x00000002 
+ 00011765  0x000019c2 istoret  0x00000002 , 0x00000005 
+ 00011766  0x000019c3 rtn 
+ 00011767  0x000019c7 fetch  0x00000001 , 0x00004396 
+ 00011768  0x000019c8 set1  0x00000000 , 0x0000003f 
+ 00011769  0x000019c9 store  0x00000001 , 0x00004396 
+ 00011770  0x000019ca copy  0x00000002 , 0x00000013 
+ 00011771  0x000019cb increase  0x00000003 , 0x00000011 
+ 00011772  0x000019cc call  0x00002e10 
+ 00011773  0x000019cd increase  0xfffffffd , 0x00000011 
+ 00011774  0x000019ce setarg  0x0000001d 
+ 00011775  0x000019cf istore  0x00000001 , 0x00000005 
+ 00011776  0x000019d0 copy  0x00000013 , 0x00000002 
+ 00011777  0x000019d1 istoret  0x00000002 , 0x00000005 
+ 00011778  0x000019d2 rtn 
+ 00011779  0x000019d8 bpatchx  0x0000005c , 0x0000402b 
+ 00011780  0x000019d9 jam  0x0000000a , 0x000001b9 
+ 00011781  0x000019db force  0x00000005 , 0x00000011 
+ 00011782  0x000019dc call  0x00002e10 
+ 00011783  0x000019dd setarg  0x00000001 
+ 00011784  0x000019de istore  0x00000001 , 0x00000005 
+ 00011785  0x000019df fetch  0x00000001 , 0x00004397 
+ 00011786  0x000019e0 istore  0x00000001 , 0x00000005 
+ 00011787  0x000019e1 fetch  0x00000002 , 0x00004398 
+ 00011788  0x000019e2 istore  0x00000002 , 0x00000005 
+ 00011789  0x000019e3 fetch  0x00000001 , 0x000001b9 
+ 00011790  0x000019e4 istore  0x00000001 , 0x00000005 
+ 00011791  0x000019e5 rtn 
+ 00011792  0x000019e9 bpatchx  0x0000005d , 0x0000402b 
+ 00011793  0x000019ea force  0x00000004 , 0x00000012 
+ 00011794  0x000019eb branch  0x000029fb 
+ 00011795  0x000019ef fetcht  0x00000002 , 0x00000678 
+ 00011796  0x000019f0 increase  0x00000001 , 0x00000002 
+ 00011797  0x000019f1 storet  0x00000002 , 0x00000678 
+ 00011798  0x000019f2 rtn 
+ 00011799  0x000019f5 fetcht  0x00000002 , 0x00000678 
+ 00011800  0x000019f6 fetch  0x00000002 , 0x000006b3 
+ 00011801  0x000019f7 isub  0x00000002 , 0x0000003e 
+ 00011802  0x000019f8 rtn 
+ 00011803  0x000019fc bpatchx  0x0000005e , 0x0000402b 
+ 00011804  0x000019fd fetcht  0x00000001 , 0x000006b5 
+ 00011805  0x000019fe arg  0x000006b6 , 0x00000011 
+ 00011806  0x00001a00 fetch  0x00000001 , 0x000006cd 
+ 00011807  0x00001a01 copy  0x0000003f , 0x00000039 
+ 00011808  0x00001a02 isub  0x00000002 , 0x0000003e 
+ 00011809  0x00001a03 nrtn  0x00000005 
+ 00011810  0x00001a04 arg  0x000006ce , 0x00000012 
+ 00011811  0x00001a05 branch  0x00007d64 
+ 00011812  0x00001a09 bpatchx  0x0000005f , 0x0000402b 
+ 00011813  0x00001a0a fetch  0x00000001 , 0x000006c6 
+ 00011814  0x00001a0b store  0x00000001 , 0x000006a1 
+ 00011815  0x00001a0c copy  0x0000003f , 0x00000039 
+ 00011816  0x00001a0d call  0x00007c67 
+ 00011817  0x00001a0e branch  0x00007ccc 
+ 00011818  0x00001a12 bpatchx  0x00000060 , 0x0000402c 
+ 00011819  0x00001a13 call  0x00007c64 
+ 00011820  0x00001a14 fetch  0x00000002 , 0x000006c9 
+ 00011821  0x00001a15 istore  0x00000002 , 0x00000005 
+ 00011822  0x00001a16 fetch  0x00000002 , 0x000006cb 
+ 00011823  0x00001a17 istore  0x00000002 , 0x00000005 
+ 00011824  0x00001a19 fetch  0x00000001 , 0x000006a1 
+ 00011825  0x00001a1a copy  0x0000003f , 0x00000039 
+ 00011826  0x00001a1b call  0x00007ccc 
+ 00011827  0x00001a1c branch  0x00007c6a 
+ 00011828  0x00001a21 bpatchx  0x00000061 , 0x0000402c 
+ 00011829  0x00001a22 call  0x00007c64 
+ 00011830  0x00001a23 call  0x00002a21 
+ 00011831  0x00001a24 copy  0x00000005 , 0x0000003f 
+ 00011832  0x00001a25 isub  0x00000006 , 0x00000011 
+ 00011833  0x00001a26 call  0x00002a24 
+ 00011834  0x00001a27 copy  0x00000011 , 0x0000003f 
+ 00011835  0x00001a28 istore  0x00000002 , 0x00000006 
+ 00011836  0x00001a29 increase  0x00000004 , 0x00000011 
+ 00011837  0x00001a2a call  0x00002a16 
+ 00011838  0x00001a2b copy  0x00000011 , 0x0000003f 
+ 00011839  0x00001a2c istore  0x00000001 , 0x00000006 
+ 00011840  0x00001a2d rtn 
+ 00011841  0x00001a31 rshift8  0x0000003f , 0x0000003f 
+ 00011842  0x00001a32 store  0x00000002 , 0x000006b1 
+ 00011843  0x00001a33 ifetch  0x00000002 , 0x00000006 
+ 00011844  0x00001a34 store  0x00000002 , 0x000006b3 
+ 00011845  0x00001a35 rtn 
+ 00011846  0x00001a39 bpatchx  0x00000062 , 0x0000402c 
+ 00011847  0x00001a3a fetch  0x00000002 , 0x000042e3 
+ 00011848  0x00001a3c fetcht  0x00000002 , 0x000042e1 
+ 00011849  0x00001a40 branch  0x00007db0 
+ 00011850  0x00001a45 bpatchx  0x00000063 , 0x0000402c 
+ 00011851  0x00001a46 call  0x00007c6d 
+ 00011852  0x00001a47 arg  0x000006b5 , 0x00000005 
+ 00011853  0x00001a49 fetch  0x00000002 , 0x00004335 
+ 00011854  0x00001a4a increase  0xfffffffb , 0x0000003f 
+ 00011855  0x00001a4c istore  0x00000001 , 0x00000005 
+ 00011856  0x00001a4d copy  0x0000003f , 0x00000039 
+ 00011857  0x00001a4e call  0x00007c67 
+ 00011858  0x00001a4f branch  0x00007ccc 
+ 00011859  0x00001a54 fetch  0x00000002 , 0x00000050 
+ 00011860  0x00001a55 rtnne  0x00000004 
+ 00011861  0x00001a56 fetch  0x00000001 , 0x00004396 
+ 00011862  0x00001a57 set1  0x00000001 , 0x0000003f 
+ 00011863  0x00001a58 store  0x00000001 , 0x00004396 
+ 00011864  0x00001a59 fetch  0x00000003 , 0x00000052 
+ 00011865  0x00001a5a store  0x00000003 , 0x00004397 
+ 00011866  0x00001a5b set1  0x0000000f , 0x00000000 
+ 00011867  0x00001a5c beq  0x00000012 , 0x00002e6e 
+ 00011868  0x00001a5d beq  0x00000052 , 0x00002e73 
+ 00011869  0x00001a5e beq  0x00000018 , 0x00002de1 
+ 00011870  0x00001a5f beq  0x00000002 , 0x00002bab 
+ 00011871  0x00001a60 beq  0x0000001e , 0x00002de6 
+ 00011872  0x00001a61 set0  0x0000000f , 0x00000000 
+ 00011873  0x00001a63 fetch  0x00000001 , 0x00004396 
+ 00011874  0x00001a64 set0  0x00000001 , 0x0000003f 
+ 00011875  0x00001a65 store  0x00000001 , 0x00004396 
+ 00011876  0x00001a66 rtn 
+ 00011877  0x00001a69 fetch  0x00000001 , 0x00004396 
+ 00011878  0x00001a6a rtnbit0  0x00000001 
+ 00011879  0x00001a6b set1  0x0000000f , 0x00000000 
+ 00011880  0x00001a6c call  0x00002e7e 
+ 00011881  0x00001a6d call  0x00002e84 
+ 00011882  0x00001a6e call  0x00002e61 , 0x00000028 
+ 00011883  0x00001a6f fetch  0x00000001 , 0x00004397 
+ 00011884  0x00001a70 beq  0x00000012 , 0x00002dac 
+ 00011885  0x00001a71 rtn 
+ 00011886  0x00001a75 call  0x00002e73 
+ 00011887  0x00001a76 branch  0x00002e70 
+ 00011888  0x00001a79 call  0x00002e84 
+ 00011889  0x00001a7a nrtn  0x00000028 
+ 00011890  0x00001a7b branch  0x00002dac 
+ 00011891  0x00001a7f bpatchx  0x00000064 , 0x0000402c 
+ 00011892  0x00001a80 call  0x00002e77 
+ 00011893  0x00001a81 arg  0x00000055 , 0x00000011 
+ 00011894  0x00001a82 branch  0x00002929 
+ 00011895  0x00001a86 fetch  0x00000001 , 0x0000004d 
+ 00011896  0x00001a87 add  0x0000003f , 0xfffffff9 , 0x00000012 
+ 00011897  0x00001a88 increase  0xfffffffc , 0x0000003f 
+ 00011898  0x00001a89 store  0x00000002 , 0x00004337 
+ 00011899  0x00001a8a fetcht  0x00000002 , 0x0000004e 
+ 00011900  0x00001a8b storet  0x00000002 , 0x00004335 
+ 00011901  0x00001a8c rtn 
+ 00011902  0x00001a90 fetchr  0x00000012 , 0x00000001 , 0x0000004d 
+ 00011903  0x00001a91 fetch  0x00000002 , 0x00004337 
+ 00011904  0x00001a92 iadd  0x00000012 , 0x00000002 
+ 00011905  0x00001a93 storet  0x00000002 , 0x00004337 
+ 00011906  0x00001a94 arg  0x0000004e , 0x00000011 
+ 00011907  0x00001a95 branch  0x00002929 
+ 00011908  0x00001a9a call  0x00007dbc 
+ 00011909  0x00001a9b fetch  0x00000002 , 0x00004337 
+ 00011910  0x00001a9c fetcht  0x00000002 , 0x00004335 
+ 00011911  0x00001a9d isub  0x00000002 , 0x0000003e 
+ 00011912  0x00001a9e nrtn  0x00000005 
+ 00011913  0x00001a9f branch  0x00007dba 
+ 00011914  0x00001aa6 ifetch  0x00000001 , 0x00000006 
+ 00011915  0x00001aa7 ifetcht  0x00000001 , 0x00000006 
+ 00011916  0x00001aa8 ifetcht  0x00000002 , 0x00000006 
+ 00011917  0x00001aa9 beq  0x00000013 , 0x00002e8f 
+ 00011918  0x00001aaa rtn 
+ 00011919  0x00001aac ifetch  0x00000002 , 0x00000006 
+ 00011920  0x00001aad store  0x00000002 , 0x0000433c 
+ 00011921  0x00001aae jam  0x00000040 , 0x0000066f 
+ 00011922  0x00001aaf branch  0x0000782b 
+ 00011923  0x00001ab6 arg  0x0000000c , 0x00000011 
+ 00011924  0x00001ab7 arg  0x00000012 , 0x00000013 
+ 00011925  0x00001ab8 call  0x00002e9b 
+ 00011926  0x00001ab9 setarg  0x00000008 
+ 00011927  0x00001aba istore  0x00000002 , 0x00000005 
+ 00011928  0x00001abb fetch  0x00000008 , 0x000042d3 
+ 00011929  0x00001abc istore  0x00000008 , 0x00000005 
+ 00011930  0x00001abd rtn 
+ 00011931  0x00001ac2 call  0x00002ea3 
+ 00011932  0x00001ac3 arg  0x00000005 , 0x00000012 
+ 00011933  0x00001ac4 call  0x000029fb 
+ 00011934  0x00001ac5 copy  0x00000013 , 0x0000003f 
+ 00011935  0x00001ac6 istore  0x00000001 , 0x00000005 
+ 00011936  0x00001ac7 fetch  0x00000001 , 0x0000433b 
+ 00011937  0x00001ac8 istore  0x00000001 , 0x00000005 
+ 00011938  0x00001ac9 rtn 
+ 00011939  0x00001acd fetch  0x00000001 , 0x0000433b 
+ 00011940  0x00001acf pincrease  0x00000001 
+ 00011941  0x00001ad0 store  0x00000001 , 0x0000433b 
+ 00011942  0x00001ad1 rtnne  0x00000000 
+ 00011943  0x00001ad4 jam  0x00000001 , 0x0000433b 
+ 00011944  0x00001ad5 rtn 
+ 00011945  0x00001adb fetch  0x00000001 , 0x000042fe 
+ 00011946  0x00001adc beq  0x00000000 , 0x00002eb8 
+ 00011947  0x00001add beq  0x00000001 , 0x00002ebb 
+ 00011948  0x00001ade beq  0x00000002 , 0x00002ebd 
+ 00011949  0x00001adf beq  0x00000081 , 0x00002eb1 
+ 00011950  0x00001ae0 beq  0x00000082 , 0x00002eb3 
+ 00011951  0x00001ae1 beq  0x00000083 , 0x00002eb6 
+ 00011952  0x00001ae2 rtn 
+ 00011953  0x00001ae5 jam  0x0000000d , 0x000042c7 
+ 00011954  0x00001ae6 branch  0x00002eb9 
+ 00011955  0x00001ae8 jam  0x0000000d , 0x000042c7 
+ 00011956  0x00001ae9 jam  0x00000001 , 0x000042c5 
+ 00011957  0x00001aea rtn 
+ 00011958  0x00001aec jam  0x0000000d , 0x000042c7 
+ 00011959  0x00001aed branch  0x00002ebe 
+ 00011960  0x00001af0 jam  0x00000000 , 0x000042c7 
+ 00011961  0x00001af2 jam  0x00000003 , 0x000042c5 
+ 00011962  0x00001af3 rtn 
+ 00011963  0x00001af5 jam  0x00000005 , 0x000042c7 
+ 00011964  0x00001af6 branch  0x00002eb9 
+ 00011965  0x00001af8 jam  0x00000005 , 0x000042c7 
+ 00011966  0x00001afa jam  0x00000000 , 0x000042c5 
+ 00011967  0x00001afb rtn 
+ 00011968  0x00001afe fetch  0x00000001 , 0x0000446c 
+ 00011969  0x00001aff set1  0x00000000 , 0x0000003f 
+ 00011970  0x00001b00 store  0x00000001 , 0x0000446c 
+ 00011971  0x00001b01 rtn 
+ 00011972  0x00001b04 fetch  0x00000001 , 0x0000446c 
+ 00011973  0x00001b05 set0  0x00000000 , 0x0000003f 
+ 00011974  0x00001b06 store  0x00000001 , 0x0000446c 
+ 00011975  0x00001b07 rtn 
+ 00011976  0x00001b0a ifetch  0x00000001 , 0x00000006 
+ 00011977  0x00001b0b beq  0x00000001 , 0x00002edc 
+ 00011978  0x00001b0d beq  0x00000003 , 0x00002f03 
+ 00011979  0x00001b0e beq  0x00000004 , 0x00002f24 
+ 00011980  0x00001b0f beq  0x00000005 , 0x00002f31 
+ 00011981  0x00001b11 beq  0x00000007 , 0x00002f9a 
+ 00011982  0x00001b12 beq  0x00000008 , 0x00002f86 
+ 00011983  0x00001b13 beq  0x00000009 , 0x00002f96 
+ 00011984  0x00001b14 beq  0x0000000a , 0x00002f9a 
+ 00011985  0x00001b15 beq  0x0000000b , 0x00002f9a 
+ 00011986  0x00001b16 beq  0x0000000c , 0x00002f9b 
+ 00011987  0x00001b17 beq  0x0000000d , 0x00002fa0 
+ 00011988  0x00001b18 rtn 
+ 00011989  0x00001b1d force  0x00000002 , 0x00000011 
+ 00011990  0x00001b1e call  0x00003047 
+ 00011991  0x00001b1f setarg  0x0000000b 
+ 00011992  0x00001b20 istore  0x00000001 , 0x00000005 
+ 00011993  0x00001b21 fetch  0x00000001 , 0x000042c7 
+ 00011994  0x00001b22 istore  0x00000001 , 0x00000005 
+ 00011995  0x00001b23 rtn 
+ 00011996  0x00001b26 store  0x00000001 , 0x000042bd 
+ 00011997  0x00001b27 ifetch  0x00000006 , 0x00000006 
+ 00011998  0x00001b28 istore  0x00000006 , 0x00000005 
+ 00011999  0x00001b29 fetch  0x00000001 , 0x000042fe 
+ 00012000  0x00001b2a beq  0x00000000 , 0x00002f37 
+ 00012001  0x00001b2b call  0x00002efe 
+ 00012002  0x00001b2c fetch  0x00000001 , 0x0000446a 
+ 00012003  0x00001b2d branch  0x00002ee8 , 0x00000034 
+ 00012004  0x00001b2e fetch  0x00000001 , 0x000042c0 
+ 00012005  0x00001b2f bbit0  0x00000003 , 0x0000431f 
+ 00012006  0x00001b30 fetch  0x00000001 , 0x000042fe 
+ 00012007  0x00001b31 bbit0  0x00000007 , 0x0000431f 
+ 00012008  0x00001b33 jam  0x00000003 , 0x000042fc 
+ 00012009  0x00001b34 fetch  0x00000001 , 0x000042be 
+ 00012010  0x00001b35 beq  0x00000000 , 0x00002ef0 
+ 00012011  0x00001b36 beq  0x00000001 , 0x00002ef0 
+ 00012012  0x00001b37 beq  0x00000003 , 0x00002ef0 
+ 00012013  0x00001b38 fetch  0x00000001 , 0x000042fe 
+ 00012014  0x00001b39 beq  0x00000002 , 0x00002ef3 
+ 00012015  0x00001b3a rtneq  0x00000083 
+ 00012016  0x00001b3c arg  0x00000000 , 0x0000003f 
+ 00012017  0x00001b3d store  0x00000004 , 0x000042ff 
+ 00012018  0x00001b3e rtn 
+ 00012019  0x00001b41 fetch  0x00000001 , 0x00004321 
+ 00012020  0x00001b42 bbit1  0x00000000 , 0x00002efc 
+ 00012021  0x00001b44 arg  0x000042ff , 0x00000011 
+ 00012022  0x00001b45 copy  0x00000011 , 0x00000005 
+ 00012023  0x00001b46 arg  0x00000003 , 0x00000039 
+ 00012024  0x00001b47 call  0x00007de8 
+ 00012025  0x00001b48 fetch  0x00000002 , 0x00004301 
+ 00012026  0x00001b49 and_into  0x00000007 , 0x0000003f 
+ 00012027  0x00001b4a store  0x00000002 , 0x00004301 
+ 00012028  0x00001b4c jam  0x00000034 , 0x0000066f 
+ 00012029  0x00001b4d branch  0x0000782b 
+ 00012030  0x00001b52 force  0x00000007 , 0x00000011 
+ 00012031  0x00001b53 call  0x00003047 
+ 00012032  0x00001b54 fetch  0x00000007 , 0x000042c4 
+ 00012033  0x00001b55 istore  0x00000007 , 0x00000005 
+ 00012034  0x00001b56 rtn 
+ 00012035  0x00001b5a jam  0x00000005 , 0x000042fc 
+ 00012036  0x00001b5b arg  0x0000429b , 0x00000005 
+ 00012037  0x00001b5c call  0x00007c8f 
+ 00012038  0x00001b5d fetch  0x00000001 , 0x000042fe 
+ 00012039  0x00001b5e beq  0x00000004 , 0x00002f0b 
+ 00012040  0x00001b5f beq  0x00000083 , 0x00002f0d 
+ 00012041  0x00001b60 beq  0x00000084 , 0x00002f10 
+ 00012042  0x00001b61 branch  0x00002f13 
+ 00012043  0x00001b65 jam  0x00000043 , 0x0000066f 
+ 00012044  0x00001b66 branch  0x0000782b 
+ 00012045  0x00001b69 jam  0x00000002 , 0x000042f9 
+ 00012046  0x00001b6a jam  0x00000008 , 0x000042fa 
+ 00012047  0x00001b6b rtn 
+ 00012048  0x00001b6e fetch  0x00000004 , 0x000042ff 
+ 00012049  0x00001b6f branch  0x00002f0b , 0x00000034 
+ 00012050  0x00001b70 branch  0x00002f0d 
+ 00012051  0x00001b73 jam  0x00000006 , 0x000042fc 
+ 00012052  0x00001b74 fetch  0x00000001 , 0x000042fe 
+ 00012053  0x00001b75 bbit1  0x00000007 , 0x00002f1c 
+ 00012054  0x00001b76 call  0x00007256 
+ 00012055  0x00001b77 force  0x00000011 , 0x00000011 
+ 00012056  0x00001b78 call  0x00003047 
+ 00012057  0x00001b79 setarg  0x00000003 
+ 00012058  0x00001b7a istore  0x00000001 , 0x00000005 
+ 00012059  0x00001b7b branch  0x00007375 
+ 00012060  0x00001b7e arg  0x000042ab , 0x00000005 
+ 00012061  0x00001b7f call  0x00007de7 
+ 00012062  0x00001b80 call  0x000071b6 
+ 00012063  0x00001b81 force  0x00000011 , 0x00000011 
+ 00012064  0x00001b82 call  0x00003047 
+ 00012065  0x00001b83 setarg  0x00000003 
+ 00012066  0x00001b84 istore  0x00000001 , 0x00000005 
+ 00012067  0x00001b85 branch  0x000071f2 
+ 00012068  0x00001b88 copy  0x00000006 , 0x00000011 
+ 00012069  0x00001b89 fetch  0x00000001 , 0x000042fe 
+ 00012070  0x00001b8a bbit1  0x00000007 , 0x00002f39 
+ 00012071  0x00001b8b copy  0x00000011 , 0x00000006 
+ 00012072  0x00001b8c call  0x0000724e 
+ 00012073  0x00001b8d branch  0x00002f4e , 0x00000005 
+ 00012074  0x00001b8f jam  0x00000004 , 0x000001ba 
+ 00012075  0x00001b91 force  0x00000002 , 0x00000011 
+ 00012076  0x00001b92 call  0x00003047 
+ 00012077  0x00001b93 setarg  0x00000005 
+ 00012078  0x00001b94 istore  0x00000001 , 0x00000005 
+ 00012079  0x00001b95 fetch  0x00000001 , 0x000001ba 
+ 00012080  0x00001b96 istore  0x00000001 , 0x00000005 
+ 00012081  0x00001b98 bpatchx  0x00000065 , 0x0000402c 
+ 00012082  0x00001b99 force  0x00000007 , 0x00000007 
+ 00012083  0x00001b9a call  0x00007ce0 
+ 00012084  0x00001b9b jam  0x00000000 , 0x000042fc 
+ 00012085  0x00001b9c jam  0x00000030 , 0x0000066f 
+ 00012086  0x00001b9d branch  0x0000782b 
+ 00012087  0x00001ba0 jam  0x00000005 , 0x000001ba 
+ 00012088  0x00001ba1 branch  0x00002f2b 
+ 00012089  0x00001ba4 arg  0x00000158 , 0x00000005 
+ 00012090  0x00001ba5 copy  0x00000011 , 0x00000006 
+ 00012091  0x00001ba6 call  0x00007c8f 
+ 00012092  0x00001ba7 fetch  0x00000001 , 0x000042fe 
+ 00012093  0x00001ba8 beq  0x00000083 , 0x00002f45 
+ 00012094  0x00001ba9 beq  0x00000084 , 0x00002f45 
+ 00012095  0x00001baa call  0x00007140 
+ 00012096  0x00001bab call  0x00002f53 
+ 00012097  0x00001bac fetch  0x00000001 , 0x000042fe 
+ 00012098  0x00001bad rtnne  0x00000082 
+ 00012099  0x00001bae jam  0x0000003b , 0x0000066f 
+ 00012100  0x00001baf branch  0x0000782b 
+ 00012101  0x00001bb2 call  0x000071ab 
+ 00012102  0x00001bb3 arg  0x000006d1 , 0x00000005 
+ 00012103  0x00001bb4 call  0x000071f2 
+ 00012104  0x00001bb5 arg  0x000006d1 , 0x00000011 
+ 00012105  0x00001bb6 arg  0x0000429b , 0x00000012 
+ 00012106  0x00001bb7 arg  0x00000010 , 0x00000039 
+ 00012107  0x00001bb8 call  0x00007d64 
+ 00012108  0x00001bb9 nbranch  0x00002f2a , 0x00000005 
+ 00012109  0x00001bba branch  0x00002f53 
+ 00012110  0x00001bbd call  0x0000724a 
+ 00012111  0x00001bbe jam  0x00000031 , 0x0000066f 
+ 00012112  0x00001bbf call  0x0000782b 
+ 00012113  0x00001bc0 jam  0x00000001 , 0x0000429a 
+ 00012114  0x00001bc1 jam  0x00000009 , 0x000042fc 
+ 00012115  0x00001bc4 force  0x00000011 , 0x00000011 
+ 00012116  0x00001bc5 call  0x00003047 
+ 00012117  0x00001bc6 setarg  0x00000004 
+ 00012118  0x00001bc7 istore  0x00000001 , 0x00000005 
+ 00012119  0x00001bc8 arg  0x000042ab , 0x00000006 
+ 00012120  0x00001bc9 branch  0x00007c8f 
+ 00012121  0x00001bcc force  0x00000011 , 0x00000011 
+ 00012122  0x00001bcd call  0x00003047 
+ 00012123  0x00001bce setarg  0x00000006 
+ 00012124  0x00001bcf istore  0x00000001 , 0x00000005 
+ 00012125  0x00001bd0 fetch  0x00000001 , 0x00004321 
+ 00012126  0x00001bd1 bbit1  0x00000001 , 0x00002f61 
+ 00012127  0x00001bd2 arg  0x0000428a , 0x00000006 
+ 00012128  0x00001bd3 branch  0x00007c8f 
+ 00012129  0x00001bd6 arg  0x00004322 , 0x00000006 
+ 00012130  0x00001bd7 branch  0x00007c8f 
+ 00012131  0x00001bdb arg  0x00004303 , 0x00000005 
+ 00012132  0x00001bdc force  0x0000000a , 0x00000039 
+ 00012133  0x00001bdd call  0x00007de8 
+ 00012134  0x00001bde force  0x0000000b , 0x00000011 
+ 00012135  0x00001bdf call  0x00003047 
+ 00012136  0x00001be0 setarg  0x00000007 
+ 00012137  0x00001be1 istore  0x00000001 , 0x00000005 
+ 00012138  0x00001be2 fetch  0x00000002 , 0x00004303 
+ 00012139  0x00001be3 istore  0x00000002 , 0x00000005 
+ 00012140  0x00001be4 fetch  0x00000008 , 0x00004305 
+ 00012141  0x00001be5 istore  0x00000008 , 0x00000005 
+ 00012142  0x00001be6 rtn 
+ 00012143  0x00001be9 force  0x00000011 , 0x00000011 
+ 00012144  0x00001bea call  0x00003047 
+ 00012145  0x00001beb setarg  0x00000008 
+ 00012146  0x00001bec istore  0x00000001 , 0x00000005 
+ 00012147  0x00001bed setarg  0x00000000 
+ 00012148  0x00001bee istore  0x00000008 , 0x00000005 
+ 00012149  0x00001bef istore  0x00000008 , 0x00000005 
+ 00012150  0x00001bf0 rtn 
+ 00012151  0x00001bf4 force  0x00000008 , 0x00000011 
+ 00012152  0x00001bf5 call  0x00003047 
+ 00012153  0x00001bf6 setarg  0x00000009 
+ 00012154  0x00001bf7 istore  0x00000001 , 0x00000005 
+ 00012155  0x00001bf8 fetch  0x00000001 , 0x000042d2 
+ 00012156  0x00001bf9 istore  0x00000001 , 0x00000005 
+ 00012157  0x00001bfa fetch  0x00000006 , 0x000042db 
+ 00012158  0x00001bfb istore  0x00000006 , 0x00000005 
+ 00012159  0x00001bfc rtn 
+ 00012160  0x00001c00 jam  0x00000008 , 0x000001ba 
+ 00012161  0x00001c01 branch  0x00002f2b 
+ 00012162  0x00001c04 fetch  0x00000001 , 0x000042c9 
+ 00012163  0x00001c05 fetcht  0x00000001 , 0x000042c9 
+ 00012164  0x00001c06 iand  0x00000002 , 0x0000003f 
+ 00012165  0x00001c07 rtn 
+ 00012166  0x00001c0a arg  0x0000430d , 0x00000005 
+ 00012167  0x00001c0b call  0x00007c8f 
+ 00012168  0x00001c0c call  0x00002f82 
+ 00012169  0x00001c0d isolate0  0x00000001 , 0x0000003f 
+ 00012170  0x00001c0e branch  0x00002f80 , 0x00000001 
+ 00012171  0x00001c0f fetch  0x00000001 , 0x000043cb 
+ 00012172  0x00001c10 rtnne  0x0000000a 
+ 00012173  0x00001c11 call  0x00002f90 
+ 00012174  0x00001c12 nrtn  0x00000028 
+ 00012175  0x00001c13 branch  0x00004329 
+ 00012176  0x00001c17 call  0x00007dbc 
+ 00012177  0x00001c18 fetch  0x00000001 , 0x000042cb 
+ 00012178  0x00001c19 rtneq  0x00000000 
+ 00012179  0x00001c1a fetch  0x00000001 , 0x000042c2 
+ 00012180  0x00001c1b rtnbit0  0x00000001 
+ 00012181  0x00001c1c branch  0x00007dba 
+ 00012182  0x00001c1f call  0x00002f82 
+ 00012183  0x00001c20 isolate0  0x00000001 , 0x0000003f 
+ 00012184  0x00001c21 branch  0x00002f80 , 0x00000001 
+ 00012185  0x00001c22 rtn 
+ 00012186  0x00001c27 rtn 
+ 00012187  0x00001c2a arg  0x000005fe , 0x00000005 
+ 00012188  0x00001c2b call  0x00007c81 
+ 00012189  0x00001c2c jam  0x00000002 , 0x000042f9 
+ 00012190  0x00001c2d jam  0x00000001 , 0x000042fa 
+ 00012191  0x00001c2e rtn 
+ 00012192  0x00001c31 arg  0x0000065e , 0x00000005 
+ 00012193  0x00001c32 call  0x00007c8f 
+ 00012194  0x00001c33 jam  0x00000006 , 0x000042fa 
+ 00012195  0x00001c34 jam  0x00000002 , 0x000042f9 
+ 00012196  0x00001c35 rtn 
+ 00012197  0x00001c38 force  0x00000041 , 0x00000011 
+ 00012198  0x00001c39 call  0x00003047 
+ 00012199  0x00001c3a setarg  0x0000000c 
+ 00012200  0x00001c3b istore  0x00000001 , 0x00000005 
+ 00012201  0x00001c3c arg  0x0000448f , 0x00000006 
+ 00012202  0x00001c3d branch  0x00007c81 
+ 00012203  0x00001c40 call  0x00007157 
+ 00012204  0x00001c41 force  0x00000011 , 0x00000011 
+ 00012205  0x00001c42 call  0x00003047 
+ 00012206  0x00001c43 setarg  0x0000000d 
+ 00012207  0x00001c44 istore  0x00000001 , 0x00000005 
+ 00012208  0x00001c45 branch  0x000071f2 
+ 00012209  0x00001c48 fetch  0x00000001 , 0x000042fc 
+ 00012210  0x00001c49 rtneq  0x000000ff 
+ 00012211  0x00001c4a arg  0x00000003 , 0x00000002 
+ 00012212  0x00001c4b isub  0x00000002 , 0x0000003e 
+ 00012213  0x00001c4c nrtn  0x00000002 
+ 00012214  0x00001c4d arg  0x00000007 , 0x00000007 
+ 00012215  0x00001c4e call  0x00007cef 
+ 00012216  0x00001c4f nrtn  0x00000034 
+ 00012217  0x00001c50 branch  0x00002f80 
+ 00012218  0x00001c53 bpatchx  0x00000066 , 0x0000402c 
+ 00012219  0x00001c54 call  0x00002a28 
+ 00012220  0x00001c55 nrtn  0x00000034 
+ 00012221  0x00001c56 fetch  0x00000001 , 0x000042fc 
+ 00012222  0x00001c57 beq  0x00000000 , 0x00002fc7 
+ 00012223  0x00001c58 beq  0x00000001 , 0x00002fcd 
+ 00012224  0x00001c59 beq  0x00000002 , 0x00002fc7 
+ 00012225  0x00001c5a beq  0x00000003 , 0x00002fcf 
+ 00012226  0x00001c5b beq  0x00000009 , 0x00002fd3 
+ 00012227  0x00001c5c beq  0x0000000b , 0x00002fe3 
+ 00012228  0x00001c5d beq  0x0000000c , 0x00002fe5 
+ 00012229  0x00001c5e beq  0x0000000d , 0x00002fec 
+ 00012230  0x00001c5f rtn 
+ 00012231  0x00001c63 fetch  0x00000001 , 0x000042fd 
+ 00012232  0x00001c64 rtnne  0x00000004 
+ 00012233  0x00001c65 jam  0x000000ff , 0x000042fd 
+ 00012234  0x00001c66 jam  0x000000ff , 0x000042fc 
+ 00012235  0x00001c67 jam  0x0000003f , 0x0000066f 
+ 00012236  0x00001c68 branch  0x0000782b 
+ 00012237  0x00001c6c jam  0x00000002 , 0x000042fc 
+ 00012238  0x00001c6d branch  0x00002ed5 
+ 00012239  0x00001c70 jam  0x00000004 , 0x000042fc 
+ 00012240  0x00001c71 setarg  0x00017700 
+ 00012241  0x00001c72 arg  0x00000007 , 0x00000007 
+ 00012242  0x00001c73 branch  0x00007ce1 
+ 00012243  0x00001c76 fetch  0x00000001 , 0x000042fd 
+ 00012244  0x00001c77 beq  0x00000004 , 0x00002fd6 
+ 00012245  0x00001c78 rtn 
+ 00012246  0x00001c7b fetch  0x00000001 , 0x000042fe 
+ 00012247  0x00001c7c bbit1  0x00000007 , 0x00002fe1 
+ 00012248  0x00001c7e jam  0x0000000b , 0x000042fc 
+ 00012249  0x00001c7f call  0x00002f59 
+ 00012250  0x00001c81 jam  0x00000029 , 0x0000066f 
+ 00012251  0x00001c82 call  0x0000782b 
+ 00012252  0x00001c83 fetch  0x00000001 , 0x000043cb 
+ 00012253  0x00001c84 rtnne  0x0000000a 
+ 00012254  0x00001c85 call  0x00002f90 
+ 00012255  0x00001c86 rtn  0x00000028 
+ 00012256  0x00001c87 branch  0x00004329 
+ 00012257  0x00001c8a jam  0x0000000c , 0x000042fc 
+ 00012258  0x00001c8b branch  0x00002fda 
+ 00012259  0x00001c8e jam  0x0000000c , 0x000042fc 
+ 00012260  0x00001c8f branch  0x00002f63 
+ 00012261  0x00001c92 fetch  0x00000001 , 0x000042c3 
+ 00012262  0x00001c93 fetcht  0x00000001 , 0x000042ca 
+ 00012263  0x00001c94 iand  0x00000002 , 0x0000003f 
+ 00012264  0x00001c95 isolate0  0x00000001 , 0x0000003f 
+ 00012265  0x00001c96 branch  0x00002fee , 0x00000001 
+ 00012266  0x00001c97 jam  0x0000000d , 0x000042fc 
+ 00012267  0x00001c98 branch  0x00002f6f 
+ 00012268  0x00001c9b call  0x00002f77 
+ 00012269  0x00001c9c branch  0x00002fee 
+ 00012270  0x00001ca0 bpatchx  0x00000067 , 0x0000402c 
+ 00012271  0x00001ca1 force  0x00000007 , 0x00000007 
+ 00012272  0x00001ca2 call  0x00007ce0 
+ 00012273  0x00001ca3 jam  0x000000ff , 0x000042fd 
+ 00012274  0x00001ca4 jam  0x000000ff , 0x000042fc 
+ 00012275  0x00001ca5 jam  0x0000003e , 0x0000066f 
+ 00012276  0x00001ca6 branch  0x0000782b 
+ 00012277  0x00001cab bpatchx  0x00000068 , 0x0000402d 
+ 00012278  0x00001cac fetch  0x00000001 , 0x000042fe 
+ 00012279  0x00001cad rtnbit0  0x00000007 
+ 00012280  0x00001cae fetch  0x00000001 , 0x000042f9 
+ 00012281  0x00001caf rtnne  0x00000002 
+ 00012282  0x00001cb0 jam  0x00000000 , 0x000042f9 
+ 00012283  0x00001cb1 fetch  0x00000001 , 0x000042fa 
+ 00012284  0x00001cb2 beq  0x00000001 , 0x0000303d 
+ 00012285  0x00001cb3 beq  0x00000002 , 0x00003044 
+ 00012286  0x00001cb4 beq  0x00000003 , 0x00003035 
+ 00012287  0x00001cb5 beq  0x00000006 , 0x0000301a 
+ 00012288  0x00001cb6 beq  0x00000007 , 0x00003011 
+ 00012289  0x00001cb7 beq  0x00000008 , 0x00003007 
+ 00012290  0x00001cb8 rtn 
+ 00012291  0x00001cbb jam  0x00000000 , 0x000042f9 
+ 00012292  0x00001cbc jam  0x00000000 , 0x000042fa 
+ 00012293  0x00001cbd jam  0x00000000 , 0x000042fb 
+ 00012294  0x00001cbe rtn 
+ 00012295  0x00001cc1 fetch  0x00000001 , 0x000044cf 
+ 00012296  0x00001cc2 copy  0x0000003f , 0x00000007 
+ 00012297  0x00001cc3 increase  0x00000001 , 0x0000003f 
+ 00012298  0x00001cc4 store  0x00000001 , 0x000044cf 
+ 00012299  0x00001cc5 fetch  0x00000004 , 0x000042ff 
+ 00012300  0x00001cc6 qisolate1  0x0000003f 
+ 00012301  0x00001cc7 setarg  0x00000080 
+ 00012302  0x00001cc8 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00012303  0x00001cc9 store  0x00000001 , 0x000044d0 
+ 00012304  0x00001cca branch  0x00003039 
+ 00012305  0x00001ccd fetch  0x00000001 , 0x000042fb 
+ 00012306  0x00001cce jam  0x00000000 , 0x000042fb 
+ 00012307  0x00001ccf beq  0x00000001 , 0x00003016 
+ 00012308  0x00001cd0 jam  0x00000002 , 0x000042f9 
+ 00012309  0x00001cd1 rtn 
+ 00012310  0x00001cd4 jam  0x00000031 , 0x0000066f 
+ 00012311  0x00001cd5 call  0x0000782b 
+ 00012312  0x00001cd6 jam  0x00000009 , 0x000042fc 
+ 00012313  0x00001cd7 branch  0x00002fab 
+ 00012314  0x00001cda fetch  0x00000001 , 0x000005f9 
+ 00012315  0x00001cdb beq  0x00000003 , 0x0000301e 
+ 00012316  0x00001cdc jam  0x00000002 , 0x000042f9 
+ 00012317  0x00001cdd rtn 
+ 00012318  0x00001ce0 call  0x0000717e 
+ 00012319  0x00001ce1 fetch  0x00000001 , 0x000042fe 
+ 00012320  0x00001ce2 beq  0x00000083 , 0x00003023 
+ 00012321  0x00001ce3 beq  0x00000084 , 0x00003023 
+ 00012322  0x00001ce4 call  0x00002ef0 
+ 00012323  0x00001ce6 call  0x0000716b 
+ 00012324  0x00001ce7 arg  0x000006d1 , 0x00000011 
+ 00012325  0x00001ce8 arg  0x0000065e , 0x00000012 
+ 00012326  0x00001ce9 arg  0x00000010 , 0x00000039 
+ 00012327  0x00001cea call  0x00007d64 
+ 00012328  0x00001ceb branch  0x0000302b , 0x00000005 
+ 00012329  0x00001ced jam  0x0000000b , 0x000001ba 
+ 00012330  0x00001cee branch  0x00002f2b 
+ 00012331  0x00001cf2 call  0x0000745b 
+ 00012332  0x00001cf3 nbranch  0x00003029 , 0x00000005 
+ 00012333  0x00001cf4 jam  0x00000001 , 0x0000429a 
+ 00012334  0x00001cf5 fetch  0x00000001 , 0x000042fe 
+ 00012335  0x00001cf6 beq  0x00000081 , 0x00003016 
+ 00012336  0x00001cf7 beq  0x00000083 , 0x00003016 
+ 00012337  0x00001cf8 beq  0x00000084 , 0x00003016 
+ 00012338  0x00001cf9 jam  0x00000002 , 0x000042f9 
+ 00012339  0x00001cfa jam  0x00000007 , 0x000042fa 
+ 00012340  0x00001cfb rtn 
+ 00012341  0x00001cfe fetch  0x00000001 , 0x000042fe 
+ 00012342  0x00001cff beq  0x00000083 , 0x0000303a 
+ 00012343  0x00001d00 beq  0x00000084 , 0x0000303a 
+ 00012344  0x00001d01 jam  0x00000000 , 0x000044d0 
+ 00012345  0x00001d03 branch  0x00002f13 
+ 00012346  0x00001d06 jam  0x00000000 , 0x000044cf 
+ 00012347  0x00001d07 rtneq  0x00000084 
+ 00012348  0x00001d08 branch  0x00002ef3 
+ 00012349  0x00001d0c jam  0x00000002 , 0x000042f9 
+ 00012350  0x00001d0d fetch  0x00000001 , 0x0000446e 
+ 00012351  0x00001d0e beq  0x00000003 , 0x00003041 
+ 00012352  0x00001d0f rtn 
+ 00012353  0x00001d12 jam  0x00000002 , 0x000042fa 
+ 00012354  0x00001d13 jam  0x00000000 , 0x000005f9 
+ 00012355  0x00001d14 branch  0x0000753c 
+ 00012356  0x00001d17 jam  0x00000002 , 0x000042f9 
+ 00012357  0x00001d18 jam  0x00000003 , 0x000042fa 
+ 00012358  0x00001d19 branch  0x00002fa5 
+ 00012359  0x00001d1e bpatchx  0x00000069 , 0x0000402d 
+ 00012360  0x00001d1f force  0x00000006 , 0x00000012 
+ 00012361  0x00001d20 branch  0x000029fb 
+ 00012362  0x00001d25 fetch  0x00000001 , 0x0000004e 
+ 00012363  0x00001d26 beq  0x00000000 , 0x00003061 
+ 00012364  0x00001d27 beq  0x00000001 , 0x00003069 
+ 00012365  0x00001d28 beq  0x00000002 , 0x00003071 
+ 00012366  0x00001d29 beq  0x00000003 , 0x00003075 
+ 00012367  0x00001d2a beq  0x00000004 , 0x00003093 
+ 00012368  0x00001d2b beq  0x00000005 , 0x00003098 
+ 00012369  0x00001d2c beq  0x00000006 , 0x0000309c 
+ 00012370  0x00001d2d beq  0x00000007 , 0x000030a1 
+ 00012371  0x00001d2e beq  0x00000008 , 0x000030a2 
+ 00012372  0x00001d2f beq  0x00000009 , 0x000030a3 
+ 00012373  0x00001d30 beq  0x0000000a , 0x000030a4 
+ 00012374  0x00001d31 beq  0x0000000b , 0x000030a8 
+ 00012375  0x00001d32 beq  0x0000000c , 0x000030a9 
+ 00012376  0x00001d33 beq  0x0000000d , 0x000030ab 
+ 00012377  0x00001d34 beq  0x00000012 , 0x000030ac 
+ 00012378  0x00001d35 beq  0x00000013 , 0x000030ad 
+ 00012379  0x00001d36 beq  0x00000014 , 0x000030ae 
+ 00012380  0x00001d37 beq  0x00000015 , 0x000030b0 
+ 00012381  0x00001d38 beq  0x00000016 , 0x000030bb 
+ 00012382  0x00001d39 beq  0x00000018 , 0x000030bc 
+ 00012383  0x00001d3a fetchr  0x00000013 , 0x00000001 , 0x0000004e 
+ 00012384  0x00001d3b branch  0x000030df 
+ 00012385  0x00001d40 ifetch  0x00000009 , 0x00000006 
+ 00012386  0x00001d41 store  0x00000009 , 0x0000019f 
+ 00012387  0x00001d42 ifetch  0x00000002 , 0x00000006 
+ 00012388  0x00001d43 store  0x00000002 , 0x00000188 
+ 00012389  0x00001d44 fetch  0x00000001 , 0x00000168 
+ 00012390  0x00001d45 set1  0x00000005 , 0x0000003f 
+ 00012391  0x00001d46 store  0x00000001 , 0x00000168 
+ 00012392  0x00001d47 rtn 
+ 00012393  0x00001d4c ifetch  0x00000005 , 0x00000006 
+ 00012394  0x00001d4d store  0x00000005 , 0x0000019f 
+ 00012395  0x00001d4e ifetch  0x00000002 , 0x00000006 
+ 00012396  0x00001d4f store  0x00000002 , 0x00000188 
+ 00012397  0x00001d51 fetch  0x00000001 , 0x00000168 
+ 00012398  0x00001d52 set1  0x00000006 , 0x0000003f 
+ 00012399  0x00001d53 store  0x00000001 , 0x00000168 
+ 00012400  0x00001d54 rtn 
+ 00012401  0x00001d59 setarg  0x00000014 
+ 00012402  0x00001d5a store  0x00000002 , 0x00000196 
+ 00012403  0x00001d5b store  0x00000002 , 0x000042f5 
+ 00012404  0x00001d5c rtn 
+ 00012405  0x00001d61 ifetch  0x00000008 , 0x00000006 
+ 00012406  0x00001d62 store  0x00000008 , 0x00004305 
+ 00012407  0x00001d63 ifetch  0x00000002 , 0x00000006 
+ 00012408  0x00001d64 store  0x00000002 , 0x00004303 
+ 00012409  0x00001d65 ifetch  0x00000008 , 0x00000006 
+ 00012410  0x00001d66 store  0x00000008 , 0x000042e5 
+ 00012411  0x00001d67 ifetch  0x00000004 , 0x00000006 
+ 00012412  0x00001d68 store  0x00000004 , 0x0000445e 
+ 00012413  0x00001d69 call  0x000030cc 
+ 00012414  0x00001d6a bpatchx  0x0000006a , 0x0000402d 
+ 00012415  0x00001d6b fetch  0x00000001 , 0x000042fc 
+ 00012416  0x00001d6c beq  0x00000009 , 0x00003087 
+ 00012417  0x00001d6d fetch  0x00000001 , 0x00004321 
+ 00012418  0x00001d6e bbit1  0x00000001 , 0x0000308a 
+ 00012419  0x00001d6f fetch  0x00000001 , 0x000043fa 
+ 00012420  0x00001d70 ncall  0x00006e96 , 0x00000034 
+ 00012421  0x00001d71 fetch  0x00000001 , 0x0000429a 
+ 00012422  0x00001d72 beq  0x00000000 , 0x0000308f 
+ 00012423  0x00001d74 jam  0x00000001 , 0x000042fd 
+ 00012424  0x00001d75 call  0x000030da 
+ 00012425  0x00001d76 branch  0x0000725c 
+ 00012426  0x00001d78 jam  0x00000001 , 0x0000429a 
+ 00012427  0x00001d79 arg  0x00004322 , 0x00000006 
+ 00012428  0x00001d7a arg  0x0000428a , 0x00000005 
+ 00012429  0x00001d7b call  0x00007c8f 
+ 00012430  0x00001d7c branch  0x00003087 
+ 00012431  0x00001d7f jam  0x00000000 , 0x000042fd 
+ 00012432  0x00001d80 jam  0x00000000 , 0x000042fc 
+ 00012433  0x00001d81 jam  0x00000041 , 0x0000066f 
+ 00012434  0x00001d82 branch  0x0000782b 
+ 00012435  0x00001d86 ifetch  0x00000008 , 0x00000006 
+ 00012436  0x00001d87 store  0x00000008 , 0x000042ed 
+ 00012437  0x00001d88 ifetch  0x00000004 , 0x00000006 
+ 00012438  0x00001d89 store  0x00000004 , 0x00004462 
+ 00012439  0x00001d8a branch  0x0000725c 
+ 00012440  0x00001d8f fetch  0x00000001 , 0x00000168 
+ 00012441  0x00001d90 set1  0x00000004 , 0x0000003f 
+ 00012442  0x00001d91 store  0x00000001 , 0x00000168 
+ 00012443  0x00001d92 rtn 
+ 00012444  0x00001d96 rtn  0x00000029 
+ 00012445  0x00001d97 jam  0x00000032 , 0x0000066f 
+ 00012446  0x00001d98 call  0x0000782b 
+ 00012447  0x00001d99 jam  0x00000004 , 0x000042fd 
+ 00012448  0x00001d9a branch  0x000030dd 
+ 00012449  0x00001d9f rtn 
+ 00012450  0x00001da4 branch  0x000030e4 
+ 00012451  0x00001da9 rtn 
+ 00012452  0x00001dae jam  0x00000002 , 0x000042fd 
+ 00012453  0x00001daf call  0x000030eb 
+ 00012454  0x00001db0 jam  0x00000033 , 0x0000066f 
+ 00012455  0x00001db1 branch  0x0000782b 
+ 00012456  0x00001db6 rtn 
+ 00012457  0x00001dbb rtn  0x00000029 
+ 00012458  0x00001dbc branch  0x000030ed 
+ 00012459  0x00001dc1 rtn 
+ 00012460  0x00001dc6 branch  0x000030f9 
+ 00012461  0x00001dcb rtn 
+ 00012462  0x00001dcf call  0x000030b0 
+ 00012463  0x00001dd0 branch  0x000030fd 
+ 00012464  0x00001dd3 ifetch  0x00000008 , 0x00000006 
+ 00012465  0x00001dd4 store  0x00000008 , 0x000043b8 
+ 00012466  0x00001dd5 fetch  0x00000002 , 0x000043b8 
+ 00012467  0x00001dd6 fetcht  0x00000002 , 0x000043c4 
+ 00012468  0x00001dd7 call  0x00007db0 
+ 00012469  0x00001dd8 store  0x00000002 , 0x000043b8 
+ 00012470  0x00001dda fetch  0x00000002 , 0x000043bc 
+ 00012471  0x00001ddb fetcht  0x00000002 , 0x000043c0 
+ 00012472  0x00001ddc call  0x00007db0 
+ 00012473  0x00001ddd store  0x00000002 , 0x000043bc 
+ 00012474  0x00001dde rtn 
+ 00012475  0x00001de3 branch  0x00003103 
+ 00012476  0x00001de8 ifetch  0x00000002 , 0x00000006 
+ 00012477  0x00001de9 store  0x00000002 , 0x0000019f 
+ 00012478  0x00001dea ifetch  0x00000002 , 0x00000006 
+ 00012479  0x00001deb store  0x00000002 , 0x00000188 
+ 00012480  0x00001dec rtn  0x00000034 
+ 00012481  0x00001ded fetch  0x00000001 , 0x00000168 
+ 00012482  0x00001dee set1  0x00000007 , 0x0000003f 
+ 00012483  0x00001def store  0x00000001 , 0x00000168 
+ 00012484  0x00001df0 rtn 
+ 00012485  0x00001df6 arg  0x00000013 , 0x00000013 
+ 00012486  0x00001dfa arg  0x00000002 , 0x00000011 
+ 00012487  0x00001dfb arg  0x00000002 , 0x00000012 
+ 00012488  0x00001dfc call  0x000029f5 
+ 00012489  0x00001dfd copy  0x00000013 , 0x0000003f 
+ 00012490  0x00001dfe istore  0x00000001 , 0x00000005 
+ 00012491  0x00001dff rtn 
+ 00012492  0x00001e04 arg  0x000042ed , 0x00000005 
+ 00012493  0x00001e05 force  0x00000008 , 0x00000039 
+ 00012494  0x00001e06 call  0x00007de8 
+ 00012495  0x00001e07 arg  0x00004462 , 0x00000005 
+ 00012496  0x00001e08 force  0x00000004 , 0x00000039 
+ 00012497  0x00001e09 call  0x00007de8 
+ 00012498  0x00001e0a arg  0x0000000d , 0x00000011 
+ 00012499  0x00001e0b arg  0x00000004 , 0x00000012 
+ 00012500  0x00001e0c call  0x000029f5 
+ 00012501  0x00001e0d fetch  0x00000008 , 0x000042ed 
+ 00012502  0x00001e0e istore  0x00000008 , 0x00000005 
+ 00012503  0x00001e0f fetch  0x00000004 , 0x00004462 
+ 00012504  0x00001e10 istore  0x00000004 , 0x00000005 
+ 00012505  0x00001e11 rtn 
+ 00012506  0x00001e16 jam  0x00000005 , 0x000042fd 
+ 00012507  0x00001e17 arg  0x00000005 , 0x00000012 
+ 00012508  0x00001e18 branch  0x0000310d 
+ 00012509  0x00001e1d arg  0x00000006 , 0x00000012 
+ 00012510  0x00001e1e branch  0x0000310d 
+ 00012511  0x00001e24 arg  0x00000002 , 0x00000011 
+ 00012512  0x00001e25 arg  0x00000007 , 0x00000012 
+ 00012513  0x00001e26 call  0x000029f5 
+ 00012514  0x00001e27 istorer  0x00000013 , 0x00000001 , 0x00000005 
+ 00012515  0x00001e28 rtn 
+ 00012516  0x00001e2d arg  0x00000009 , 0x00000011 
+ 00012517  0x00001e2e arg  0x00000009 , 0x00000012 
+ 00012518  0x00001e2f call  0x000029f5 
+ 00012519  0x00001e30 fetch  0x00000008 , 0x000043ae 
+ 00012520  0x00001e31 or  0x0000003f , 0x00000001 , 0x0000003f 
+ 00012521  0x00001e32 istore  0x00000008 , 0x00000005 
+ 00012522  0x00001e33 rtn 
+ 00012523  0x00001e38 arg  0x0000000b , 0x00000012 
+ 00012524  0x00001e39 branch  0x0000310d 
+ 00012525  0x00001e3e arg  0x00000006 , 0x00000011 
+ 00012526  0x00001e3f arg  0x0000000c , 0x00000012 
+ 00012527  0x00001e40 call  0x000029f5 
+ 00012528  0x00001e41 fetch  0x00000005 , 0x0000415e 
+ 00012529  0x00001e42 istore  0x00000005 , 0x00000005 
+ 00012530  0x00001e43 rtn 
+ 00012531  0x00001e47 arg  0x00000002 , 0x00000011 
+ 00012532  0x00001e48 arg  0x0000000d , 0x00000012 
+ 00012533  0x00001e49 call  0x000029f5 
+ 00012534  0x00001e4a setarg  0x00000006 
+ 00012535  0x00001e4b istore  0x00000001 , 0x00000005 
+ 00012536  0x00001e4c rtn 
+ 00012537  0x00001e51 arg  0x00000013 , 0x00000012 
+ 00012538  0x00001e52 branch  0x0000310d 
+ 00012539  0x00001e55 arg  0x00000014 , 0x00000012 
+ 00012540  0x00001e56 branch  0x000030fe 
+ 00012541  0x00001e59 arg  0x00000015 , 0x00000012 
+ 00012542  0x00001e5b arg  0x00000009 , 0x00000011 
+ 00012543  0x00001e5c call  0x000029f5 
+ 00012544  0x00001e5d fetch  0x00000008 , 0x000043c0 
+ 00012545  0x00001e5e istore  0x00000008 , 0x00000005 
+ 00012546  0x00001e5f rtn 
+ 00012547  0x00001e64 arg  0x00000003 , 0x00000011 
+ 00012548  0x00001e65 arg  0x00000017 , 0x00000012 
+ 00012549  0x00001e66 call  0x000029f5 
+ 00012550  0x00001e67 fetch  0x00000001 , 0x000043b6 
+ 00012551  0x00001e68 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00012552  0x00001e69 istore  0x00000001 , 0x00000005 
+ 00012553  0x00001e6a fetch  0x00000001 , 0x000043b7 
+ 00012554  0x00001e6b and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00012555  0x00001e6c istore  0x00000001 , 0x00000005 
+ 00012556  0x00001e6d rtn 
+ 00012557  0x00001e72 arg  0x00000001 , 0x00000011 
+ 00012558  0x00001e73 branch  0x000029f5 
+ 00012559  0x00001e79 bpatchx  0x0000006b , 0x0000402d 
+ 00012560  0x00001e7a bmark1  0x00000027 , 0x000033a3 
+ 00012561  0x00001e7b branch  0x00003603 
+ 00012562  0x00001e81 bpatchx  0x0000006c , 0x0000402d 
+ 00012563  0x00001e82 disable  0x00000009 
+ 00012564  0x00001e83 disable  0x00000007 
+ 00012565  0x00001e84 setarg  0x00555555 
+ 00012566  0x00001e85 iforce  0x0000000f 
+ 00012567  0x00001e86 fetch  0x00000001 , 0x0000458d 
+ 00012568  0x00001e87 branch  0x000025c8 
+ 00012569  0x00001e8a bpatchx  0x0000006d , 0x0000402d 
+ 00012570  0x00001e8b fetch  0x00000001 , 0x000045b7 
+ 00012571  0x00001e8c call  0x000025a4 
+ 00012572  0x00001e8d fetch  0x00000004 , 0x0000458f 
+ 00012573  0x00001e8e iforce  0x00000009 
+ 00012574  0x00001e8f call  0x00002160 
+ 00012575  0x00001e90 fetcht  0x00000001 , 0x0000458d 
+ 00012576  0x00001e91 call  0x000025cd 
+ 00012577  0x00001e93 call  0x00003112 
+ 00012578  0x00001e94 bmark0  0x0000002f , 0x00003126 
+ 00012579  0x00001e95 pulse  0x00000039 
+ 00012580  0x00001e96 nop  0x0000001e 
+ 00012581  0x00001e97 call  0x00003112 
+ 00012582  0x00001e99 disable  0x0000002f 
+ 00012583  0x00001e9a enable  0x0000000d 
+ 00012584  0x00001e9b enable  0x00000021 
+ 00012585  0x00001e9c disable  0x00000020 
+ 00012586  0x00001e9d enable  0x00000010 
+ 00012587  0x00001e9e fetch  0x00000002 , 0x0000458b 
+ 00012588  0x00001e9f iforce  0x0000001b 
+ 00012589  0x00001ea0 correlate  0x0000003e , 0x00000003 
+ 00012590  0x00001ea1 nbranch  0x00003180 , 0x00000018 
+ 00012591  0x00001ea2 call  0x00006877 
+ 00012592  0x00001ea3 bmark1  0x0000002f , 0x00003135 
+ 00012593  0x00001ea4 fetch  0x00000001 , 0x000045ca 
+ 00012594  0x00001ea5 nbranch  0x00003135 , 0x00000034 
+ 00012595  0x00001ea6 disable  0x0000000d 
+ 00012596  0x00001ea7 enable  0x0000000b 
+ 00012597  0x00001ea9 enable  0x00000007 
+ 00012598  0x00001eaa enable  0x00000009 
+ 00012599  0x00001eab call  0x0000317d 
+ 00012600  0x00001eac store  0x00000001 , 0x000045ad 
+ 00012601  0x00001ead fetcht  0x00000001 , 0x000045ac 
+ 00012602  0x00001eae isub  0x00000002 , 0x0000003e 
+ 00012603  0x00001eaf nbranch  0x00003188 , 0x00000005 
+ 00012604  0x00001eb0 bpatchx  0x0000006e , 0x0000402d 
+ 00012605  0x00001eb1 disable  0x00000031 
+ 00012606  0x00001eb2 isolate1  0x0000002f , 0x00000000 
+ 00012607  0x00001eb3 call  0x0000316f , 0x00000001 
+ 00012608  0x00001eb4 branch  0x0000318a , 0x00000031 
+ 00012609  0x00001eb5 call  0x0000317d 
+ 00012610  0x00001eb6 store  0x00000001 , 0x000044f7 
+ 00012611  0x00001eb7 bmark1  0x00000027 , 0x00003148 
+ 00012612  0x00001eb8 fetch  0x00000001 , 0x000044f7 
+ 00012613  0x00001eb9 fetcht  0x00000001 , 0x00004589 
+ 00012614  0x00001eba icompare  0x00000007 , 0x00000002 
+ 00012615  0x00001ebb nbranch  0x0000318c , 0x00000001 
+ 00012616  0x00001ebd call  0x0000317d 
+ 00012617  0x00001ebe isolate1  0x0000002f , 0x00000000 
+ 00012618  0x00001ebf call  0x00003178 , 0x00000001 
+ 00012619  0x00001ec0 istore  0x00000001 , 0x00000005 
+ 00012620  0x00001ec1 rshift3  0x0000003f , 0x0000003f 
+ 00012621  0x00001ec2 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00012622  0x00001ec3 nbranch  0x0000318e , 0x00000002 
+ 00012623  0x00001ec4 copy  0x0000003f , 0x00000039 
+ 00012624  0x00001ec5 branch  0x00003154 , 0x00000005 
+ 00012625  0x00001ec7 call  0x0000317d 
+ 00012626  0x00001ec8 istore  0x00000001 , 0x00000005 
+ 00012627  0x00001ec9 loop  0x00003151 
+ 00012628  0x00001ecb bmark1  0x00000027 , 0x00003159 
+ 00012629  0x00001ecc copy  0x00000005 , 0x00000011 
+ 00012630  0x00001ecd call  0x0000317d 
+ 00012631  0x00001ece store  0x00000001 , 0x000045d3 
+ 00012632  0x00001ecf copy  0x00000011 , 0x00000005 
+ 00012633  0x00001ed1 parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00012634  0x00001ed2 rshift32  0x0000003f , 0x0000003f 
+ 00012635  0x00001ed3 rshift16  0x0000003f , 0x0000003f 
+ 00012636  0x00001ed4 istore  0x00000003 , 0x00000005 
+ 00012637  0x00001ed5 fetch  0x00000001 , 0x000045ca 
+ 00012638  0x00001ed6 nbranch  0x0000316d , 0x00000034 
+ 00012639  0x00001ed7 disable  0x0000000b 
+ 00012640  0x00001ed9 isolate1  0x00000027 , 0x00000000 
+ 00012641  0x00001eda call  0x000035c8 , 0x00000001 
+ 00012642  0x00001edb branch  0x00003190 , 0x00000006 
+ 00012643  0x00001edc call  0x00006876 
+ 00012644  0x00001edd bpatchx  0x0000006f , 0x0000402d 
+ 00012645  0x00001ede enable  0x0000002f 
+ 00012646  0x00001edf call  0x000026bb 
+ 00012647  0x00001ee0 rtnmark1  0x00000027 
+ 00012648  0x00001ee1 fetch  0x00000001 , 0x000045d3 
+ 00012649  0x00001ee2 fetcht  0x00000001 , 0x0000462a 
+ 00012650  0x00001ee3 isub  0x00000002 , 0x0000003e 
+ 00012651  0x00001ee4 call  0x00007db2 , 0x00000002 
+ 00012652  0x00001ee5 branch  0x000035cb 
+ 00012653  0x00001ee8 disable  0x0000000d 
+ 00012654  0x00001ee9 branch  0x00003160 
+ 00012655  0x00001eed call  0x0000317d 
+ 00012656  0x00001eee sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00012657  0x00001eef branch  0x00007dc2 , 0x00000002 
+ 00012658  0x00001ef0 increase  0xfffffffe , 0x0000003f 
+ 00012659  0x00001ef1 bmark1  0x00000027 , 0x00003176 
+ 00012660  0x00001ef2 branch  0x00007dc2 , 0x00000034 
+ 00012661  0x00001ef3 increase  0xffffffff , 0x0000003f 
+ 00012662  0x00001ef5 store  0x00000001 , 0x00000678 
+ 00012663  0x00001ef6 rtn 
+ 00012664  0x00001ef9 and_into  0x00000007 , 0x0000003f 
+ 00012665  0x00001efa fetcht  0x00000001 , 0x00000678 
+ 00012666  0x00001efb lshift3  0x00000002 , 0x00000002 
+ 00012667  0x00001efc ior  0x00000002 , 0x0000003f 
+ 00012668  0x00001efd rtn 
+ 00012669  0x00001f00 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00012670  0x00001f01 rshift3  0x0000000c , 0x0000003f 
+ 00012671  0x00001f02 rtn 
+ 00012672  0x00001f05 jam  0x00000001 , 0x000045cb 
+ 00012673  0x00001f06 isolate1  0x00000027 , 0x00000000 
+ 00012674  0x00001f07 call  0x000035e3 , 0x00000001 
+ 00012675  0x00001f09 bpatchx  0x00000070 , 0x0000402e 
+ 00012676  0x00001f0a call  0x000025bc 
+ 00012677  0x00001f0b disable  0x0000001b 
+ 00012678  0x00001f0c disable  0x0000000b 
+ 00012679  0x00001f0d branch  0x000020cf 
+ 00012680  0x00001f10 jam  0x00000002 , 0x000045cb 
+ 00012681  0x00001f11 branch  0x00003183 
+ 00012682  0x00001f14 jam  0x00000003 , 0x000045cb 
+ 00012683  0x00001f15 branch  0x00003183 
+ 00012684  0x00001f18 jam  0x00000004 , 0x000045cb 
+ 00012685  0x00001f19 branch  0x00003183 
+ 00012686  0x00001f1c jam  0x00000005 , 0x000045cb 
+ 00012687  0x00001f1d branch  0x00003183 
+ 00012688  0x00001f20 jam  0x00000006 , 0x000045cb 
+ 00012689  0x00001f21 branch  0x00003183 
+ 00012690  0x00001f24 call  0x00002160 
+ 00012691  0x00001f25 fetcht  0x00000001 , 0x0000458d 
+ 00012692  0x00001f26 branch  0x000021f9 
+ 00012693  0x00001f29 bpatchx  0x00000071 , 0x0000402e 
+ 00012694  0x00001f2a fetch  0x00000001 , 0x000045b8 
+ 00012695  0x00001f2b call  0x000025a4 
+ 00012696  0x00001f2c fetch  0x00000004 , 0x0000458f 
+ 00012697  0x00001f2d iforce  0x00000009 
+ 00012698  0x00001f2e call  0x00003112 
+ 00012699  0x00001f2f call  0x00003192 
+ 00012700  0x00001f30 set1  0x00000000 , 0x00000015 
+ 00012701  0x00001f31 enable  0x0000001d 
+ 00012702  0x00001f32 enable  0x00000020 
+ 00012703  0x00001f33 disable  0x00000021 
+ 00012704  0x00001f34 call  0x0000687d 
+ 00012705  0x00001f35 disable  0x0000003a 
+ 00012706  0x00001f36 bmark1  0x0000002f , 0x000031c7 
+ 00012707  0x00001f37 bmark1  0x0000002d , 0x000031d9 
+ 00012708  0x00001f38 rshift16  0x00000009 , 0x0000003f 
+ 00012709  0x00001f39 rshift8  0x0000003f , 0x0000003f 
+ 00012710  0x00001f3a rshift4  0x0000003f , 0x0000003f 
+ 00012711  0x00001f3b inject  0x00000003 , 0x00000028 
+ 00012712  0x00001f3d bpatchx  0x00000072 , 0x0000402e 
+ 00012713  0x00001f3e bmark1  0x0000002f , 0x000031ae 
+ 00012714  0x00001f3f fetch  0x00000001 , 0x000045ca 
+ 00012715  0x00001f40 nbranch  0x000031ae , 0x00000034 
+ 00012716  0x00001f41 disable  0x0000001d 
+ 00012717  0x00001f42 enable  0x0000001b 
+ 00012718  0x00001f44 enable  0x00000007 
+ 00012719  0x00001f45 enable  0x00000009 
+ 00012720  0x00001f46 fetch  0x00000001 , 0x0000458a 
+ 00012721  0x00001f47 iforce  0x00000039 
+ 00012722  0x00001f48 arg  0x00004539 , 0x00000006 
+ 00012723  0x00001f4a ifetch  0x00000001 , 0x00000006 
+ 00012724  0x00001f4b inject  0x00000003 , 0x00000008 
+ 00012725  0x00001f4c loop  0x000031b3 
+ 00012726  0x00001f4d enable  0x00000008 
+ 00012727  0x00001f4e inject  0x00000003 , 0x00000018 
+ 00012728  0x00001f4f disable  0x00000008 
+ 00012729  0x00001f50 bmark0  0x0000002f , 0x000031bd 
+ 00012730  0x00001f51 disable  0x00000007 
+ 00012731  0x00001f52 setarg  0x00000000 
+ 00012732  0x00001f53 inject  0x00000003 , 0x00000003 
+ 00012733  0x00001f55 until  0x0000003e , 0x00000027 
+ 00012734  0x00001f56 nop  0x00000064 
+ 00012735  0x00001f57 disable  0x0000003a 
+ 00012736  0x00001f58 disable  0x0000001d 
+ 00012737  0x00001f59 fetch  0x00000001 , 0x000045ca 
+ 00012738  0x00001f5a nbranch  0x000031c4 , 0x00000034 
+ 00012739  0x00001f5b disable  0x0000001b 
+ 00012740  0x00001f5d disable  0x00000038 
+ 00012741  0x00001f5e call  0x00002160 
+ 00012742  0x00001f5f branch  0x0000687b 
+ 00012743  0x00001f62 arg  0x0000000a , 0x00000039 
+ 00012744  0x00001f64 setarg  0x0000003c 
+ 00012745  0x00001f65 inject  0x00000003 , 0x00000008 
+ 00012746  0x00001f66 loop  0x000031c8 
+ 00012747  0x00001f67 disable  0x0000001d 
+ 00012748  0x00001f68 enable  0x00000038 
+ 00012749  0x00001f69 rshift16  0x00000009 , 0x0000003f 
+ 00012750  0x00001f6a rshift16  0x0000003f , 0x0000003f 
+ 00012751  0x00001f6b rshift4  0x0000003f , 0x0000003f 
+ 00012752  0x00001f6c inject  0x00000003 , 0x00000020 
+ 00012753  0x00001f6d bmark1  0x0000002e , 0x000031d6 
+ 00012754  0x00001f6f setarg  0x00000001 
+ 00012755  0x00001f70 inject  0x00000003 , 0x00000005 
+ 00012756  0x00001f71 enable  0x0000003a 
+ 00012757  0x00001f72 branch  0x000031a8 
+ 00012758  0x00001f75 setarg  0x00000000 
+ 00012759  0x00001f76 inject  0x00000003 , 0x00000005 
+ 00012760  0x00001f77 branch  0x000031a8 
+ 00012761  0x00001f7a fetch  0x00000001 , 0x00004148 
+ 00012762  0x00001f7b rshift  0x0000003f , 0x00000039 
+ 00012763  0x00001f7d nop  0x00000002 
+ 00012764  0x00001f7e loop  0x000031db 
+ 00012765  0x00001f80 rshift16  0x00000009 , 0x0000003f 
+ 00012766  0x00001f81 rshift8  0x0000003f , 0x0000003f 
+ 00012767  0x00001f82 rshift4  0x0000003f , 0x00000002 
+ 00012768  0x00001f83 copy  0x00000002 , 0x0000003f 
+ 00012769  0x00001f84 inject  0x00000003 , 0x00000008 
+ 00012770  0x00001f85 copy  0x00000002 , 0x0000003f 
+ 00012771  0x00001f86 inject  0x00000003 , 0x00000028 
+ 00012772  0x00001f87 branch  0x000031a8 
+ 00012773  0x00001f90 bpatchx  0x00000073 , 0x0000402e 
+ 00012774  0x00001f91 fetch  0x00000001 , 0x000045b8 
+ 00012775  0x00001f92 bbit1  0x00000002 , 0x00003206 
+ 00012776  0x00001f94 fetch  0x00000001 , 0x00004588 
+ 00012777  0x00001f95 increase  0x00000003 , 0x0000003f 
+ 00012778  0x00001f96 store  0x00000001 , 0x0000458a 
+ 00012779  0x00001f98 fetch  0x00000001 , 0x000045ac 
+ 00012780  0x00001f99 store  0x00000001 , 0x00004539 
+ 00012781  0x00001f9b fetch  0x00000001 , 0x00004589 
+ 00012782  0x00001f9c istore  0x00000001 , 0x00000005 
+ 00012783  0x00001f9e fetch  0x00000001 , 0x00004588 
+ 00012784  0x00001fa0 lshift3  0x0000003f , 0x0000003f 
+ 00012785  0x00001fa1 fetcht  0x00000001 , 0x0000457e 
+ 00012786  0x00001fa2 and  0x00000002 , 0x00000003 , 0x00000002 
+ 00012787  0x00001fa3 lshift  0x00000002 , 0x00000002 
+ 00012788  0x00001fa4 ior  0x00000002 , 0x0000003f 
+ 00012789  0x00001fa5 fetcht  0x00000001 , 0x0000457f 
+ 00012790  0x00001fa6 iadd  0x00000002 , 0x0000003f 
+ 00012791  0x00001fa7 istore  0x00000001 , 0x00000005 
+ 00012792  0x00001fa9 fetch  0x00000001 , 0x00004588 
+ 00012793  0x00001faa iforce  0x00000039 
+ 00012794  0x00001fab arg  0x00004519 , 0x00000006 
+ 00012795  0x00001fac call  0x00007cda 
+ 00012796  0x00001fad bpatchx  0x00000074 , 0x0000402e 
+ 00012797  0x00001faf rtnmark0  0x00000027 
+ 00012798  0x00001fb0 fetch  0x00000001 , 0x00000035 
+ 00012799  0x00001fb1 istore  0x00000001 , 0x00000005 
+ 00012800  0x00001fb2 fetch  0x00000001 , 0x000045b8 
+ 00012801  0x00001fb3 rtnbit1  0x00000002 
+ 00012802  0x00001fb4 fetch  0x00000001 , 0x0000458a 
+ 00012803  0x00001fb5 increase  0x00000001 , 0x0000003f 
+ 00012804  0x00001fb6 store  0x00000001 , 0x0000458a 
+ 00012805  0x00001fb7 rtn 
+ 00012806  0x00001fbb fetch  0x00000001 , 0x00004588 
+ 00012807  0x00001fbc increase  0x00000004 , 0x0000003f 
+ 00012808  0x00001fbd bmark0  0x00000027 , 0x0000320a 
+ 00012809  0x00001fbe increase  0x00000001 , 0x0000003f 
+ 00012810  0x00001fc0 store  0x00000001 , 0x0000458a 
+ 00012811  0x00001fc2 fetch  0x00000001 , 0x000045ac 
+ 00012812  0x00001fc3 store  0x00000001 , 0x00004539 
+ 00012813  0x00001fc5 fetch  0x00000001 , 0x0000458a 
+ 00012814  0x00001fc6 increase  0xfffffffe , 0x0000003f 
+ 00012815  0x00001fc7 istore  0x00000001 , 0x00000005 
+ 00012816  0x00001fc9 fetch  0x00000001 , 0x00004589 
+ 00012817  0x00001fca istore  0x00000001 , 0x00000005 
+ 00012818  0x00001fcb setarg  0x00000000 
+ 00012819  0x00001fcc branch  0x000031f0 
+ 00012820  0x00001fcf bpatchx  0x00000075 , 0x0000402e 
+ 00012821  0x00001fd1 fetch  0x00000001 , 0x000044f8 
+ 00012822  0x00001fd2 rshift3  0x0000003f , 0x0000003f 
+ 00012823  0x00001fd3 store  0x00000001 , 0x0000457d 
+ 00012824  0x00001fd5 increase  0x00000001 , 0x0000003f 
+ 00012825  0x00001fd6 arg  0x000044f8 , 0x00000006 
+ 00012826  0x00001fd7 iadd  0x00000006 , 0x00000006 
+ 00012827  0x00001fd8 ifetch  0x00000003 , 0x00000006 
+ 00012828  0x00001fd9 store  0x00000003 , 0x00004580 
+ 00012829  0x00001fdb fetch  0x00000001 , 0x000044f8 
+ 00012830  0x00001fdc rshift  0x0000003f , 0x0000003f 
+ 00012831  0x00001fdd and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00012832  0x00001fde store  0x00000001 , 0x00004586 
+ 00012833  0x00001fdf rtn 
+ 00012834  0x00001fe3 bpatchx  0x00000076 , 0x0000402e 
+ 00012835  0x00001fe4 fetcht  0x00000001 , 0x0000458e 
+ 00012836  0x00001fe5 call  0x00003227 
+ 00012837  0x00001fe6 storet  0x00000001 , 0x0000458e 
+ 00012838  0x00001fe7 rtn 
+ 00012839  0x00001fea bpatchx  0x00000077 , 0x0000402e 
+ 00012840  0x00001feb call  0x0000322c 
+ 00012841  0x00001fec increase  0x00000001 , 0x00000002 
+ 00012842  0x00001fed and_into  0x00000003 , 0x00000002 
+ 00012843  0x00001fee rtn 
+ 00012844  0x00001ff1 bpatchx  0x00000078 , 0x0000402f 
+ 00012845  0x00001ff2 fetch  0x00000001 , 0x0000458f 
+ 00012846  0x00001ff3 and_into  0x00000003 , 0x0000003f 
+ 00012847  0x00001ff4 mul32  0x0000003f , 0x00000004 , 0x00000011 
+ 00012848  0x00001ff5 setarg  0x00004593 
+ 00012849  0x00001ff6 iadd  0x00000011 , 0x0000003f 
+ 00012850  0x00001ff7 iadd  0x00000002 , 0x00000006 
+ 00012851  0x00001ff8 ifetch  0x00000001 , 0x00000006 
+ 00012852  0x00001ff9 store  0x00000001 , 0x0000458d 
+ 00012853  0x00001ffa rtn 
+ 00012854  0x00001ffe store  0x00000004 , 0x0000458f 
+ 00012855  0x00002000 bpatchx  0x00000079 , 0x0000402f 
+ 00012856  0x00002002 arg  0x00000000 , 0x00000011 
+ 00012857  0x00002003 arg  0x00000004 , 0x00000039 
+ 00012858  0x00002004 arg  0x0000458f , 0x00000006 
+ 00012859  0x00002006 ifetch  0x00000001 , 0x00000006 
+ 00012860  0x00002007 iadd  0x00000011 , 0x00000011 
+ 00012861  0x00002008 loop  0x0000323b 
+ 00012862  0x00002009 copy  0x00000011 , 0x0000003f 
+ 00012863  0x0000200a store  0x00000002 , 0x000045aa 
+ 00012864  0x0000200b fetch  0x00000001 , 0x000045aa 
+ 00012865  0x0000200c fetcht  0x00000001 , 0x000045ab 
+ 00012866  0x0000200d iadd  0x00000002 , 0x0000003f 
+ 00012867  0x0000200e store  0x00000001 , 0x000045ac 
+ 00012868  0x0000200f rtn 
+ 00012869  0x00002013 bpatchx  0x0000007a , 0x0000402f 
+ 00012870  0x00002014 call  0x00007dbc 
+ 00012871  0x00002015 fetcht  0x00000004 , 0x000045a3 
+ 00012872  0x00002016 copy  0x00000022 , 0x0000003f 
+ 00012873  0x00002017 isub  0x00000002 , 0x0000003e 
+ 00012874  0x00002018 ncall  0x00003255 , 0x00000002 
+ 00012875  0x00002019 copy  0x0000003f , 0x00000012 
+ 00012876  0x0000201a fetch  0x00000004 , 0x000045a3 
+ 00012877  0x0000201b fetcht  0x00000001 , 0x000045a7 
+ 00012878  0x0000201c iadd  0x00000002 , 0x00000002 
+ 00012879  0x0000201d copy  0x00000012 , 0x0000003f 
+ 00012880  0x0000201e isub  0x00000002 , 0x0000003e 
+ 00012881  0x0000201f nrtn  0x00000002 
+ 00012882  0x00002020 set0  0x0000001c , 0x0000003f 
+ 00012883  0x00002021 store  0x00000004 , 0x000045a3 
+ 00012884  0x00002022 branch  0x00007dba 
+ 00012885  0x00002025 rtn  0x00000005 
+ 00012886  0x00002026 set1  0x0000001c , 0x0000003f 
+ 00012887  0x00002027 rtn 
+ 00012888  0x0000202a setarg  0x00000000 
+ 00012889  0x0000202b store  0x00000004 , 0x000045a3 
+ 00012890  0x0000202c rtn 
+ 00012891  0x00002035 bpatchx  0x0000007b , 0x0000402f 
+ 00012892  0x00002036 setsect  0x00000000 , 0x00001300 
+ 00012893  0x00002037 setsect  0x00000001 , 0x0001908b 
+ 00012894  0x00002038 setsect  0x00000002 , 0x00036150 
+ 00012895  0x00002039 setsect  0x00000003 , 0x00003d20 
+ 00012896  0x0000203a store  0x00000009 , 0x00004593 
+ 00012897  0x0000203b setsect  0x00000000 , 0x00003a1a 
+ 00012898  0x0000203c setsect  0x00000001 , 0x0000c453 
+ 00012899  0x0000203d setsect  0x00000002 , 0x0000d312 
+ 00012900  0x0000203e setsect  0x00000003 , 0x00000001 
+ 00012901  0x0000203f istore  0x00000007 , 0x00000005 
+ 00012902  0x00002040 fetch  0x00000001 , 0x000045b9 
+ 00012903  0x00002041 rtn  0x00000034 
+ 00012904  0x00002042 arg  0x000045ba , 0x00000006 
+ 00012905  0x00002043 arg  0x00004593 , 0x00000005 
+ 00012906  0x00002044 branch  0x00007c8f 
+ 00012907  0x0000204d bpatchx  0x0000007c , 0x0000402f 
+ 00012908  0x0000204e setarg  0x004e001e 
+ 00012909  0x0000204f store  0x00000003 , 0x000045bb 
+ 00012910  0x00002050 setarg  0x00032303 
+ 00012911  0x00002051 istore  0x00000003 , 0x00000005 
+ 00012912  0x00002052 setarg  0x00250642 
+ 00012913  0x00002053 istore  0x00000003 , 0x00000005 
+ 00012914  0x00002054 setarg  0x00094c06 
+ 00012915  0x00002055 istore  0x00000003 , 0x00000005 
+ 00012916  0x00002056 setarg  0x003c0927 
+ 00012917  0x00002057 istore  0x00000003 , 0x00000005 
+ 00012918  0x00002058 jam  0x00000001 , 0x000045b9 
+ 00012919  0x00002059 rtn 
+ 00012920  0x0000205d bpatchx  0x0000007d , 0x0000402f 
+ 00012921  0x0000205e arg  0x00006978 , 0x00000002 
+ 00012922  0x0000205f bmark1  0x00000027 , 0x0000327f 
+ 00012923  0x00002060 arg  0x000012c0 , 0x00000002 
+ 00012924  0x00002061 fetch  0x00000001 , 0x000045b7 
+ 00012925  0x00002062 bbit0  0x00000002 , 0x0000327f 
+ 00012926  0x00002063 arg  0x00002ee0 , 0x00000002 
+ 00012927  0x00002065 storet  0x00000002 , 0x0000458b 
+ 00012928  0x00002066 rtn 
+ 00012929  0x00002069 jam  0x00000001 , 0x000045b7 
+ 00012930  0x0000206a jam  0x00000001 , 0x000045b8 
+ 00012931  0x0000206b rtn 
+ 00012932  0x0000206e jam  0x00000002 , 0x000045b7 
+ 00012933  0x0000206f jam  0x00000002 , 0x000045b8 
+ 00012934  0x00002070 rtn 
+ 00012935  0x00002089 bpatchx  0x0000007e , 0x0000402f 
+ 00012936  0x0000208a jam  0x0000004e , 0x000045d0 
+ 00012937  0x0000208b setarg  0x00101520 
+ 00012938  0x0000208c store  0x00000003 , 0x000045cc 
+ 00012939  0x0000208d setarg  0x00000005 
+ 00012940  0x0000208e istore  0x00000001 , 0x00000005 
+ 00012941  0x0000208f rtn 
+ 00012942  0x00002096 arg  0x000045d8 , 0x00000013 
+ 00012943  0x00002097 arg  0x0000367a , 0x00000012 
+ 00012944  0x00002098 branch  0x000042e7 
+ 00012945  0x0000209b set1  0x00000026 , 0x00000000 
+ 00012946  0x0000209c fetch  0x00000001 , 0x000045fc 
+ 00012947  0x0000209d set0  0x00000002 , 0x0000003f 
+ 00012948  0x0000209e set1  0x00000001 , 0x0000003f 
+ 00012949  0x0000209f store  0x00000001 , 0x000045fc 
+ 00012950  0x000020a0 setarg  0x00000000 
+ 00012951  0x000020a1 store  0x00000002 , 0x000045de 
+ 00012952  0x000020a2 fetch  0x00000002 , 0x000045d6 
+ 00012953  0x000020a3 store  0x00000002 , 0x000045d8 
+ 00012954  0x000020a4 jam  0x00000000 , 0x000045d5 
+ 00012955  0x000020a5 call  0x000032d6 
+ 00012956  0x000020a7 jam  0x00000000 , 0x0000457e 
+ 00012957  0x000020a8 fetch  0x00000001 , 0x000045d0 
+ 00012958  0x000020a9 store  0x00000001 , 0x0000458d 
+ 00012959  0x000020aa fetch  0x00000001 , 0x000045d1 
+ 00012960  0x000020ab store  0x00000001 , 0x00004141 
+ 00012961  0x000020ac fetch  0x00000004 , 0x000045cc 
+ 00012962  0x000020ad branch  0x00003236 
+ 00012963  0x000020b1 bpatchx  0x0000007f , 0x0000402f 
+ 00012964  0x000020b2 jam  0x00000000 , 0x000045e2 
+ 00012965  0x000020b3 fetch  0x00000002 , 0x000045da 
+ 00012966  0x000020b4 increase  0x00000001 , 0x0000003f 
+ 00012967  0x000020b5 store  0x00000002 , 0x000045da 
+ 00012968  0x000020b6 fetch  0x00000001 , 0x000045da 
+ 00012969  0x000020b7 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00012970  0x000020b8 nrtn  0x00000034 
+ 00012971  0x000020b9 fetch  0x00000001 , 0x000045d4 
+ 00012972  0x000020ba beq  0x000000ff , 0x000032f8 
+ 00012973  0x000020bb beq  0x00000001 , 0x000032b2 
+ 00012974  0x000020bc beq  0x00000002 , 0x000032b4 
+ 00012975  0x000020bd beq  0x00000003 , 0x000032ba 
+ 00012976  0x000020be beq  0x00000004 , 0x000032c0 
+ 00012977  0x000020bf rtn 
+ 00012978  0x000020c2 jam  0x000000ff , 0x00004519 
+ 00012979  0x000020c3 branch  0x000032c1 
+ 00012980  0x000020c6 fetch  0x00000001 , 0x000045ae 
+ 00012981  0x000020c7 branch  0x000032b8 , 0x00000034 
+ 00012982  0x000020c8 fetch  0x00000004 , 0x00004604 
+ 00012983  0x000020c9 call  0x00003236 
+ 00012984  0x000020cb jam  0x000000aa , 0x00004519 
+ 00012985  0x000020cc branch  0x000032c1 
+ 00012986  0x000020cf jam  0x00000055 , 0x00004519 
+ 00012987  0x000020d0 fetch  0x00000001 , 0x000045ae 
+ 00012988  0x000020d1 branch  0x000032c1 , 0x00000034 
+ 00012989  0x000020d2 fetch  0x00000004 , 0x000045e8 
+ 00012990  0x000020d3 store  0x00000004 , 0x0000451b 
+ 00012991  0x000020d4 branch  0x000032c3 
+ 00012992  0x000020d7 jam  0x00000022 , 0x00004519 
+ 00012993  0x000020d9 fetch  0x00000004 , 0x00004604 
+ 00012994  0x000020da store  0x00000004 , 0x0000451b 
+ 00012995  0x000020dc fetch  0x00000001 , 0x00004589 
+ 00012996  0x000020dd and_into  0x00000007 , 0x0000003f 
+ 00012997  0x000020de store  0x00000001 , 0x0000451a 
+ 00012998  0x000020df jam  0x00000000 , 0x0000451f 
+ 00012999  0x000020e0 jam  0x00000007 , 0x00004588 
+ 00013000  0x000020e1 call  0x000031e5 
+ 00013001  0x000020e2 call  0x00003651 
+ 00013002  0x000020e3 nrtn  0x00000018 
+ 00013003  0x000020e4 nrtn  0x0000002f 
+ 00013004  0x000020e5 call  0x0000357b 
+ 00013005  0x000020e6 call  0x0000366e 
+ 00013006  0x000020e7 bpatchx  0x00000080 , 0x00004030 
+ 00013007  0x000020e8 fetch  0x00000001 , 0x000045d4 
+ 00013008  0x000020e9 rtneq  0x000000ff 
+ 00013009  0x000020ea beq  0x00000001 , 0x000032db 
+ 00013010  0x000020eb beq  0x00000002 , 0x000032dd 
+ 00013011  0x000020ec beq  0x00000003 , 0x000032e3 
+ 00013012  0x000020ed beq  0x00000004 , 0x000032eb 
+ 00013013  0x000020ee rtn 
+ 00013014  0x000020f1 jam  0x00000002 , 0x000045d4 
+ 00013015  0x000020f2 fetch  0x00000001 , 0x000045ae 
+ 00013016  0x000020f3 rtn  0x00000034 
+ 00013017  0x000020f4 jam  0x00000001 , 0x000045d4 
+ 00013018  0x000020f5 rtn 
+ 00013019  0x000020f8 jam  0x00000002 , 0x000045d4 
+ 00013020  0x000020f9 branch  0x0000364c 
+ 00013021  0x000020fc fetch  0x00000001 , 0x000045ae 
+ 00013022  0x000020fd branch  0x000032e1 , 0x00000034 
+ 00013023  0x000020fe fetch  0x00000004 , 0x0000455f 
+ 00013024  0x000020ff store  0x00000004 , 0x000045e8 
+ 00013025  0x00002101 jam  0x00000003 , 0x000045d4 
+ 00013026  0x00002102 branch  0x0000364c 
+ 00013027  0x00002105 fetch  0x00000001 , 0x000045ae 
+ 00013028  0x00002106 branch  0x000032e9 , 0x00000034 
+ 00013029  0x00002107 fetch  0x00000004 , 0x0000455f 
+ 00013030  0x00002108 fetcht  0x00000004 , 0x00004604 
+ 00013031  0x00002109 isub  0x00000002 , 0x0000003e 
+ 00013032  0x0000210a nrtn  0x00000005 
+ 00013033  0x0000210c jam  0x00000004 , 0x000045d4 
+ 00013034  0x0000210d branch  0x0000364c 
+ 00013035  0x00002110 fetch  0x00000001 , 0x000045ae 
+ 00013036  0x00002111 branch  0x000032f1 , 0x00000034 
+ 00013037  0x00002112 fetch  0x00000004 , 0x0000455f 
+ 00013038  0x00002113 fetcht  0x00000004 , 0x000045e8 
+ 00013039  0x00002114 isub  0x00000002 , 0x0000003e 
+ 00013040  0x00002115 nrtn  0x00000005 
+ 00013041  0x00002117 jam  0x000000ff , 0x000045d4 
+ 00013042  0x00002118 jam  0x00000039 , 0x0000066f 
+ 00013043  0x00002119 call  0x0000782b 
+ 00013044  0x0000211a setarg  0x00000000 
+ 00013045  0x0000211b store  0x00000002 , 0x000045d8 
+ 00013046  0x0000211c fetch  0x00000004 , 0x0000455f 
+ 00013047  0x0000211d call  0x00003236 
+ 00013048  0x0000211f fetch  0x00000001 , 0x000045fc 
+ 00013049  0x00002120 set0  0x00000001 , 0x0000003f 
+ 00013050  0x00002121 store  0x00000001 , 0x000045fc 
+ 00013051  0x00002122 branch  0x0000364c 
+ 00013052  0x0000213d jam  0x00000001 , 0x00004616 
+ 00013053  0x0000213e jam  0x00000000 , 0x00004615 
+ 00013054  0x0000213f rtn 
+ 00013055  0x00002142 fetch  0x00000001 , 0x00004615 
+ 00013056  0x00002143 rtnbit1  0x00000001 
+ 00013057  0x00002144 set1  0x00000001 , 0x0000003f 
+ 00013058  0x00002145 store  0x00000001 , 0x00004615 
+ 00013059  0x00002146 setarg  0x00000000 
+ 00013060  0x00002147 store  0x00000003 , 0x000045d3 
+ 00013061  0x00002148 store  0x00000001 , 0x000045de 
+ 00013062  0x00002149 store  0x00000001 , 0x000045df 
+ 00013063  0x0000214a store  0x00000004 , 0x0000462c 
+ 00013064  0x0000214b jam  0x00000001 , 0x00004611 
+ 00013065  0x0000214c branch  0x0000329c 
+ 00013066  0x00002150 jam  0x00000001 , 0x00004611 
+ 00013067  0x00002151 jam  0x00000008 , 0x00004588 
+ 00013068  0x00002152 arg  0x000045d6 , 0x00000006 
+ 00013069  0x00002153 arg  0x00004519 , 0x00000005 
+ 00013070  0x00002154 branch  0x00007c89 
+ 00013071  0x00002158 bpatchx  0x00000081 , 0x00004030 
+ 00013072  0x00002159 call  0x000033be 
+ 00013073  0x0000215a call  0x00003119 
+ 00013074  0x0000215b nbranch  0x000033be , 0x0000002f 
+ 00013075  0x0000215c call  0x0000331e 
+ 00013076  0x0000215d call  0x000033f4 
+ 00013077  0x0000215e call  0x00003399 
+ 00013078  0x0000215f call  0x0000493d 
+ 00013079  0x00002160 fetch  0x00000001 , 0x000045ae 
+ 00013080  0x00002161 rtn  0x00000034 
+ 00013081  0x00002162 fetch  0x00000004 , 0x0000462c 
+ 00013082  0x00002163 rtn  0x00000034 
+ 00013083  0x00002164 branch  0x00003236 
+ 00013084  0x00002167 call  0x000033be 
+ 00013085  0x00002168 branch  0x00003183 
+ 00013086  0x0000216b jam  0x00000005 , 0x00004622 
+ 00013087  0x0000216c arg  0x000044f7 , 0x00000006 
+ 00013088  0x0000216d arg  0x000045e8 , 0x00000005 
+ 00013089  0x0000216e call  0x00007c89 
+ 00013090  0x0000216f bpatchx  0x00000082 , 0x00004030 
+ 00013091  0x00002170 fetch  0x00000001 , 0x000045ea 
+ 00013092  0x00002171 beq  0x000000aa , 0x00003329 
+ 00013093  0x00002172 beq  0x00000055 , 0x0000333a 
+ 00013094  0x00002173 beq  0x00000022 , 0x0000335b 
+ 00013095  0x00002174 beq  0x000000ff , 0x0000359b 
+ 00013096  0x00002175 rtn 
+ 00013097  0x00002179 fetch  0x00000001 , 0x000045eb 
+ 00013098  0x0000217a beq  0x00000001 , 0x0000332d 
+ 00013099  0x0000217b beq  0x00000002 , 0x00003335 
+ 00013100  0x0000217c rtn 
+ 00013101  0x0000217f fetch  0x00000001 , 0x000045de 
+ 00013102  0x00002180 nrtn  0x00000034 
+ 00013103  0x00002181 jam  0x00000001 , 0x000045d3 
+ 00013104  0x00002183 jam  0x00000001 , 0x000045d6 
+ 00013105  0x00002185 jam  0x00000080 , 0x000045d7 
+ 00013106  0x00002186 fetch  0x00000006 , 0x000044f1 
+ 00013107  0x00002187 store  0x00000006 , 0x000045d8 
+ 00013108  0x00002188 rtn 
+ 00013109  0x0000218b fetch  0x00000001 , 0x000045df 
+ 00013110  0x0000218c nrtn  0x00000034 
+ 00013111  0x0000218d jam  0x00000001 , 0x000045d4 
+ 00013112  0x0000218f jam  0x00000002 , 0x000045d6 
+ 00013113  0x00002190 branch  0x00003331 
+ 00013114  0x00002194 fetch  0x00000001 , 0x000045ae 
+ 00013115  0x00002195 branch  0x00003340 , 0x00000034 
+ 00013116  0x00002196 fetch  0x00000004 , 0x000045ec 
+ 00013117  0x00002197 fetcht  0x00000004 , 0x000044f1 
+ 00013118  0x00002198 isub  0x00000002 , 0x0000003e 
+ 00013119  0x00002199 nrtn  0x00000005 
+ 00013120  0x0000219b fetch  0x00000001 , 0x000045eb 
+ 00013121  0x0000219c beq  0x00000001 , 0x00003344 
+ 00013122  0x0000219d beq  0x00000002 , 0x00003351 
+ 00013123  0x0000219e rtn 
+ 00013124  0x000021a1 fetch  0x00000001 , 0x000045de 
+ 00013125  0x000021a2 nrtn  0x00000034 
+ 00013126  0x000021a3 fetch  0x00000001 , 0x000045d3 
+ 00013127  0x000021a4 beq  0x00000001 , 0x00003349 
+ 00013128  0x000021a5 rtn 
+ 00013129  0x000021a7 jam  0x00000002 , 0x000045d3 
+ 00013130  0x000021a8 fetch  0x00000001 , 0x000045ae 
+ 00013131  0x000021a9 branch  0x00003330 , 0x00000034 
+ 00013132  0x000021ab jam  0x00000001 , 0x000045d6 
+ 00013133  0x000021ad jam  0x00000080 , 0x000045d7 
+ 00013134  0x000021ae fetch  0x00000004 , 0x0000462c 
+ 00013135  0x000021af store  0x00000004 , 0x000045d8 
+ 00013136  0x000021b0 branch  0x00007dba 
+ 00013137  0x000021b3 fetch  0x00000001 , 0x000045df 
+ 00013138  0x000021b4 nrtn  0x00000034 
+ 00013139  0x000021b5 fetch  0x00000001 , 0x000045d4 
+ 00013140  0x000021b6 beq  0x00000001 , 0x00003356 
+ 00013141  0x000021b7 rtn 
+ 00013142  0x000021b9 jam  0x00000002 , 0x000045d4 
+ 00013143  0x000021ba fetch  0x00000001 , 0x000045ae 
+ 00013144  0x000021bb branch  0x00003338 , 0x00000034 
+ 00013145  0x000021bc jam  0x00000002 , 0x000045d6 
+ 00013146  0x000021bd branch  0x0000334d 
+ 00013147  0x000021c1 fetch  0x00000001 , 0x000045ae 
+ 00013148  0x000021c2 branch  0x00003361 , 0x00000034 
+ 00013149  0x000021c3 fetch  0x00000004 , 0x000045ec 
+ 00013150  0x000021c4 fetcht  0x00000004 , 0x0000462c 
+ 00013151  0x000021c5 isub  0x00000002 , 0x0000003e 
+ 00013152  0x000021c6 nrtn  0x00000005 
+ 00013153  0x000021c8 fetch  0x00000001 , 0x000045eb 
+ 00013154  0x000021c9 beq  0x00000001 , 0x00003365 
+ 00013155  0x000021ca beq  0x00000002 , 0x00003372 
+ 00013156  0x000021cb rtn 
+ 00013157  0x000021ce fetch  0x00000001 , 0x000045de 
+ 00013158  0x000021cf nrtn  0x00000034 
+ 00013159  0x000021d0 fetch  0x00000001 , 0x000045d3 
+ 00013160  0x000021d1 beq  0x00000002 , 0x0000336a 
+ 00013161  0x000021d2 rtn 
+ 00013162  0x000021d4 jam  0x00000001 , 0x000045de 
+ 00013163  0x000021d6 call  0x00003330 
+ 00013164  0x000021d7 fetch  0x00000001 , 0x000045d5 
+ 00013165  0x000021d8 or_into  0x00000001 , 0x0000003f 
+ 00013166  0x000021d9 store  0x00000001 , 0x000045d5 
+ 00013167  0x000021db setarg  0x00000000 
+ 00013168  0x000021dc store  0x00000002 , 0x000045d3 
+ 00013169  0x000021dd rtn 
+ 00013170  0x000021e0 fetch  0x00000001 , 0x000045df 
+ 00013171  0x000021e1 nrtn  0x00000034 
+ 00013172  0x000021e2 fetch  0x00000001 , 0x000045d4 
+ 00013173  0x000021e3 bne  0x00000000 , 0x00003377 
+ 00013174  0x000021e4 rtn 
+ 00013175  0x000021e6 jam  0x00000001 , 0x000045df 
+ 00013176  0x000021e8 call  0x00003338 
+ 00013177  0x000021e9 fetch  0x00000001 , 0x000045d5 
+ 00013178  0x000021ea or_into  0x00000002 , 0x0000003f 
+ 00013179  0x000021eb store  0x00000001 , 0x000045d5 
+ 00013180  0x000021ec call  0x0000336f 
+ 00013181  0x000021ed branch  0x00004937 
+ 00013182  0x000021f0 fetch  0x00000001 , 0x00004616 
+ 00013183  0x000021f1 rtnne  0x00000001 
+ 00013184  0x000021f2 fetch  0x00000001 , 0x00004610 
+ 00013185  0x000021f3 nrtn  0x00000034 
+ 00013186  0x000021f4 fetch  0x00000001 , 0x000044fa 
+ 00013187  0x000021f5 beq  0x00000001 , 0x00003386 
+ 00013188  0x000021f6 beq  0x00000002 , 0x0000338a 
+ 00013189  0x000021f7 rtn 
+ 00013190  0x000021f9 fetch  0x00000001 , 0x0000462b 
+ 00013191  0x000021fa rtnbit0  0x00000000 
+ 00013192  0x000021fc disable  0x0000002f 
+ 00013193  0x000021fd rtn 
+ 00013194  0x000021ff fetch  0x00000001 , 0x0000462b 
+ 00013195  0x00002200 rtnbit0  0x00000001 
+ 00013196  0x00002201 branch  0x00003388 
+ 00013197  0x00002204 fetch  0x00000001 , 0x00004610 
+ 00013198  0x00002205 nrtn  0x00000034 
+ 00013199  0x00002206 fetch  0x00000001 , 0x0000462b 
+ 00013200  0x00002207 or_into  0x00000001 , 0x0000003f 
+ 00013201  0x00002208 store  0x00000001 , 0x0000462b 
+ 00013202  0x00002209 rtn 
+ 00013203  0x0000220c fetch  0x00000001 , 0x00004610 
+ 00013204  0x0000220d nrtn  0x00000034 
+ 00013205  0x0000220e fetch  0x00000001 , 0x0000462b 
+ 00013206  0x0000220f or_into  0x00000002 , 0x0000003f 
+ 00013207  0x00002210 store  0x00000001 , 0x0000462b 
+ 00013208  0x00002211 rtn 
+ 00013209  0x00002215 fetch  0x00000001 , 0x000045d5 
+ 00013210  0x00002216 rtn  0x00000034 
+ 00013211  0x00002218 fetch  0x00000001 , 0x000045eb 
+ 00013212  0x00002219 beq  0x00000001 , 0x0000338d 
+ 00013213  0x0000221a beq  0x00000002 , 0x00003393 
+ 00013214  0x0000221b rtn 
+ 00013215  0x0000222f set1  0x00000027 , 0x00000000 
+ 00013216  0x00002230 fetch  0x00000001 , 0x00004141 
+ 00013217  0x00002231 store  0x00000001 , 0x00004623 
+ 00013218  0x00002232 branch  0x000035d6 
+ 00013219  0x00002235 fetch  0x00000002 , 0x000045e0 
+ 00013220  0x00002236 branch  0x00007d79 
+ 00013221  0x00002239 bpatchx  0x00000083 , 0x00004030 
+ 00013222  0x0000223a jam  0x00000000 , 0x00004588 
+ 00013223  0x0000223b fetch  0x00000001 , 0x00004611 
+ 00013224  0x0000223c rtn  0x00000034 
+ 00013225  0x0000223d fetch  0x00000002 , 0x000045e2 
+ 00013226  0x0000223e branch  0x00007d79 
+ 00013227  0x00002242 call  0x000033f1 
+ 00013228  0x00002243 nbranch  0x000033be , 0x0000002f 
+ 00013229  0x00002245 call  0x000033e3 
+ 00013230  0x00002246 nbranch  0x000033be , 0x00000028 
+ 00013231  0x00002247 fetch  0x00000001 , 0x0000457d 
+ 00013232  0x00002248 branch  0x000033be , 0x00000034 
+ 00013233  0x00002249 increase  0x00000002 , 0x0000003f 
+ 00013234  0x0000224a iforce  0x00000039 
+ 00013235  0x0000224b arg  0x000044f7 , 0x00000006 
+ 00013236  0x0000224c arg  0x000045e8 , 0x00000005 
+ 00013237  0x0000224d call  0x00007cda 
+ 00013238  0x0000224e jam  0x00000000 , 0x00004613 
+ 00013239  0x0000224f fetch  0x00000001 , 0x00004610 
+ 00013240  0x00002250 call  0x000033fe , 0x00000034 
+ 00013241  0x00002251 bpatchx  0x00000084 , 0x00004030 
+ 00013242  0x00002252 fetch  0x00000001 , 0x000045ea 
+ 00013243  0x00002253 beq  0x00000001 , 0x000033c4 
+ 00013244  0x00002254 beq  0x00000002 , 0x000033d3 
+ 00013245  0x00002255 beq  0x000000ff , 0x000033c2 
+ 00013246  0x00002257 bpatchx  0x00000085 , 0x00004030 
+ 00013247  0x00002258 arg  0x000044f7 , 0x00000005 
+ 00013248  0x00002259 arg  0x00000042 , 0x00000039 
+ 00013249  0x0000225a branch  0x00007ca1 
+ 00013250  0x0000225d call  0x0000339b 
+ 00013251  0x0000225e branch  0x0000359b 
+ 00013252  0x00002261 call  0x0000338d 
+ 00013253  0x00002262 call  0x0000352e 
+ 00013254  0x00002263 fetch  0x00000001 , 0x0000460a 
+ 00013255  0x00002264 fetcht  0x00000001 , 0x000045e8 
+ 00013256  0x00002265 isolate1  0x00000003 , 0x00000002 
+ 00013257  0x00002266 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00013258  0x00002267 store  0x00000001 , 0x0000460a 
+ 00013259  0x00002268 beq  0x00000001 , 0x000033d9 
+ 00013260  0x00002269 fetch  0x00000001 , 0x00004612 
+ 00013261  0x0000226a fetcht  0x00000001 , 0x000045e8 
+ 00013262  0x0000226b isolate1  0x00000004 , 0x00000002 
+ 00013263  0x0000226c setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00013264  0x0000226d store  0x00000001 , 0x00004612 
+ 00013265  0x0000226e fetch  0x00000002 , 0x000045e4 
+ 00013266  0x0000226f branch  0x00007d79 
+ 00013267  0x00002272 call  0x00003393 
+ 00013268  0x00002273 fetcht  0x00000001 , 0x000045e8 
+ 00013269  0x00002274 isolate1  0x00000003 , 0x00000002 
+ 00013270  0x00002275 branch  0x000033e1 , 0x00000001 
+ 00013271  0x00002276 fetch  0x00000002 , 0x000045e6 
+ 00013272  0x00002277 branch  0x00007d79 
+ 00013273  0x0000227a fetch  0x00000001 , 0x000043cb 
+ 00013274  0x0000227b sub  0x0000003f , 0x0000000e , 0x0000003e 
+ 00013275  0x0000227c call  0x00004469 , 0x00000005 
+ 00013276  0x0000227d fetch  0x00000001 , 0x000045de 
+ 00013277  0x0000227e nrtn  0x00000034 
+ 00013278  0x0000227f jam  0x00000001 , 0x000045de 
+ 00013279  0x00002280 fetch  0x00000004 , 0x000045f2 
+ 00013280  0x00002281 branch  0x000035a3 
+ 00013281  0x00002283 fetch  0x00000004 , 0x000045f2 
+ 00013282  0x00002284 branch  0x000035a9 
+ 00013283  0x00002288 call  0x00007dbc 
+ 00013284  0x00002289 fetch  0x00000001 , 0x00004586 
+ 00013285  0x0000228a fetcht  0x00000001 , 0x00004587 
+ 00013286  0x0000228b isub  0x00000002 , 0x0000003e 
+ 00013287  0x0000228c ncall  0x00007dba , 0x00000005 
+ 00013288  0x0000228d fetch  0x00000001 , 0x00004586 
+ 00013289  0x0000228e store  0x00000001 , 0x00004587 
+ 00013290  0x0000228f fetch  0x00000003 , 0x00004580 
+ 00013291  0x00002290 fetcht  0x00000003 , 0x00004583 
+ 00013292  0x00002291 isub  0x00000002 , 0x0000003e 
+ 00013293  0x00002292 ncall  0x00007dba , 0x00000005 
+ 00013294  0x00002293 fetch  0x00000003 , 0x00004580 
+ 00013295  0x00002294 store  0x00000003 , 0x00004583 
+ 00013296  0x00002295 rtn 
+ 00013297  0x00002298 call  0x000033be 
+ 00013298  0x00002299 call  0x00003119 
+ 00013299  0x0000229a nrtn  0x0000002f 
+ 00013300  0x0000229d fetch  0x00000001 , 0x000044f7 
+ 00013301  0x0000229e store  0x00000001 , 0x00004589 
+ 00013302  0x000022a0 call  0x00003214 
+ 00013303  0x000022a2 fetch  0x00000001 , 0x000044f8 
+ 00013304  0x000022a3 isolate1  0x00000000 , 0x0000003f 
+ 00013305  0x000022a4 branch  0x000033fd , 0x00000001 
+ 00013306  0x000022a6 call  0x000033a5 
+ 00013307  0x000022a7 call  0x000031e5 
+ 00013308  0x000022a8 call  0x00003195 
+ 00013309  0x000022aa branch  0x00003183 
+ 00013310  0x000022ae jam  0x00000001 , 0x00004614 
+ 00013311  0x000022b0 setarg  0x00000280 
+ 00013312  0x000022b1 arg  0x00000008 , 0x00000007 
+ 00013313  0x000022b2 branch  0x00007ce1 
+ 00013314  0x000022b9 bpatchx  0x00000086 , 0x00004030 
+ 00013315  0x000022ba jam  0x00000001 , 0x00004613 
+ 00013316  0x000022bb jam  0x00000000 , 0x00004617 
+ 00013317  0x000022bc jam  0x000000ff , 0x000045a7 
+ 00013318  0x000022bd branch  0x00003258 
+ 00013319  0x000022c0 bpatchx  0x00000087 , 0x00004030 
+ 00013320  0x000022c1 fetch  0x00000001 , 0x00004613 
+ 00013321  0x000022c2 rtn  0x00000034 
+ 00013322  0x000022c3 call  0x00003245 
+ 00013323  0x000022c4 nrtn  0x00000028 
+ 00013324  0x000022c5 call  0x00003414 
+ 00013325  0x000022c6 fetch  0x00000001 , 0x00004617 
+ 00013326  0x000022c7 increase  0x00000001 , 0x0000003f 
+ 00013327  0x000022c8 and_into  0x00000001 , 0x0000003f 
+ 00013328  0x000022c9 store  0x00000001 , 0x00004617 
+ 00013329  0x000022ca beq  0x00000000 , 0x00003419 
+ 00013330  0x000022cb beq  0x00000001 , 0x0000341c 
+ 00013331  0x000022cc rtn 
+ 00013332  0x000022cf fetch  0x00000001 , 0x00004622 
+ 00013333  0x000022d0 rtn  0x00000034 
+ 00013334  0x000022d1 increase  0xffffffff , 0x0000003f 
+ 00013335  0x000022d2 store  0x00000001 , 0x00004622 
+ 00013336  0x000022d3 rtn 
+ 00013337  0x000022d6 fetch  0x00000001 , 0x00004622 
+ 00013338  0x000022d7 nrtn  0x00000034 
+ 00013339  0x000022d8 branch  0x00003460 
+ 00013340  0x000022db fetch  0x00000001 , 0x00004622 
+ 00013341  0x000022dc nrtn  0x00000034 
+ 00013342  0x000022dd branch  0x000032fc 
+ 00013343  0x000022e1 fetch  0x00000001 , 0x0000462a 
+ 00013344  0x000022e2 nrtn  0x00000034 
+ 00013345  0x000022e3 fetch  0x00000001 , 0x00004628 
+ 00013346  0x000022e4 call  0x0000344f , 0x00000034 
+ 00013347  0x000022e5 fetch  0x00000001 , 0x00004625 
+ 00013348  0x000022e6 rtnbit1  0x00000000 
+ 00013349  0x000022e7 set1  0x00000000 , 0x0000003f 
+ 00013350  0x000022e8 store  0x00000001 , 0x00004625 
+ 00013351  0x000022e9 jam  0x00000001 , 0x00004624 
+ 00013352  0x000022ea jam  0x00000000 , 0x00004629 
+ 00013353  0x000022eb setarg  0x00000000 
+ 00013354  0x000022ec store  0x00000002 , 0x00004626 
+ 00013355  0x000022ed jam  0x00000060 , 0x000045a7 
+ 00013356  0x000022ee branch  0x00003258 
+ 00013357  0x000022f1 bpatchx  0x00000088 , 0x00004031 
+ 00013358  0x000022f2 fetch  0x00000001 , 0x00004616 
+ 00013359  0x000022f3 rtneq  0x00000000 
+ 00013360  0x000022f4 fetch  0x00000001 , 0x0000462a 
+ 00013361  0x000022f5 nrtn  0x00000034 
+ 00013362  0x000022f6 fetch  0x00000001 , 0x00004628 
+ 00013363  0x000022f7 nrtn  0x00000034 
+ 00013364  0x000022f8 fetch  0x00000001 , 0x00004624 
+ 00013365  0x000022f9 rtn  0x00000034 
+ 00013366  0x000022fa fetch  0x00000001 , 0x0000462b 
+ 00013367  0x000022fb compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00013368  0x000022fc branch  0x0000344b , 0x00000001 
+ 00013369  0x000022fd call  0x00003245 
+ 00013370  0x000022fe nrtn  0x00000028 
+ 00013371  0x000022ff fetch  0x00000002 , 0x00004626 
+ 00013372  0x00002300 increase  0x00000001 , 0x0000003f 
+ 00013373  0x00002301 store  0x00000002 , 0x00004626 
+ 00013374  0x00002302 arg  0x000007d0 , 0x00000002 
+ 00013375  0x00002303 isub  0x00000002 , 0x0000003e 
+ 00013376  0x00002304 branch  0x0000344b , 0x00000002 
+ 00013377  0x00002305 fetch  0x00000001 , 0x00004629 
+ 00013378  0x00002306 increase  0x00000001 , 0x0000003f 
+ 00013379  0x00002307 and_into  0x00000001 , 0x0000003f 
+ 00013380  0x00002308 store  0x00000001 , 0x00004629 
+ 00013381  0x00002309 beq  0x00000000 , 0x00003514 
+ 00013382  0x0000230a beq  0x00000001 , 0x000032fc 
+ 00013383  0x0000230b rtn 
+ 00013384  0x0000230e fetch  0x00000001 , 0x00004622 
+ 00013385  0x0000230f nbranch  0x000032fc , 0x00000034 
+ 00013386  0x00002310 branch  0x00003514 
+ 00013387  0x00002313 jam  0x00000001 , 0x00004628 
+ 00013388  0x00002314 branch  0x00003514 
+ 00013389  0x00002317 jam  0x00000000 , 0x00004624 
+ 00013390  0x00002318 rtn 
+ 00013391  0x0000231a jam  0x00000001 , 0x00004624 
+ 00013392  0x0000231b rtn 
+ 00013393  0x00002327 bpatchx  0x00000089 , 0x00004031 
+ 00013394  0x00002328 fetch  0x00000001 , 0x00004615 
+ 00013395  0x00002329 rtnbit1  0x00000000 
+ 00013396  0x0000232a set1  0x00000000 , 0x0000003f 
+ 00013397  0x0000232b store  0x00000001 , 0x00004615 
+ 00013398  0x0000232c fetch  0x00000001 , 0x00004623 
+ 00013399  0x0000232d store  0x00000001 , 0x00004141 
+ 00013400  0x0000232e jam  0x00000000 , 0x00004611 
+ 00013401  0x0000232f jam  0x00000000 , 0x0000090d 
+ 00013402  0x00002330 jam  0x00000001 , 0x0000460a 
+ 00013403  0x00002331 jam  0x00000000 , 0x0000457e 
+ 00013404  0x00002332 fetch  0x00000004 , 0x000044f1 
+ 00013405  0x00002333 call  0x00003236 
+ 00013406  0x00002334 call  0x00003222 
+ 00013407  0x00002335 branch  0x000033be 
+ 00013408  0x00002339 jam  0x00000000 , 0x00004611 
+ 00013409  0x0000233b jam  0x00000000 , 0x00004616 
+ 00013410  0x0000233c jam  0x00000000 , 0x00004615 
+ 00013411  0x0000233d rtn 
+ 00013412  0x00002341 fetch  0x00000001 , 0x00004616 
+ 00013413  0x00002342 rtnne  0x00000000 
+ 00013414  0x00002343 call  0x00003451 
+ 00013415  0x00002344 call  0x00003518 
+ 00013416  0x00002345 branch  0x000033ab 
+ 00013417  0x00002353 bpatchx  0x0000008a , 0x00004031 
+ 00013418  0x00002354 fetch  0x00000001 , 0x00004616 
+ 00013419  0x00002355 rtnne  0x00000001 
+ 00013420  0x00002356 call  0x000032ff 
+ 00013421  0x00002357 call  0x0000330f 
+ 00013422  0x00002358 fetch  0x00000001 , 0x00004610 
+ 00013423  0x00002359 nrtn  0x00000034 
+ 00013424  0x0000235a fetch  0x00000001 , 0x000045d5 
+ 00013425  0x0000235b rtn  0x00000034 
+ 00013426  0x0000235c jam  0x00000000 , 0x00004613 
+ 00013427  0x0000235d call  0x00003460 
+ 00013428  0x0000235e call  0x000033fe 
+ 00013429  0x0000235f branch  0x00003258 
+ 00013430  0x0000236c fetch  0x00000001 , 0x00004615 
+ 00013431  0x0000236d rtnbit1  0x00000007 
+ 00013432  0x0000236e set1  0x00000007 , 0x0000003f 
+ 00013433  0x0000236f store  0x00000001 , 0x00004615 
+ 00013434  0x00002370 fetch  0x00000001 , 0x00004623 
+ 00013435  0x00002371 store  0x00000001 , 0x00004141 
+ 00013436  0x00002373 jam  0x00000000 , 0x00004617 
+ 00013437  0x00002374 jam  0x00000001 , 0x00004611 
+ 00013438  0x00002375 setarg  0x00000000 
+ 00013439  0x00002376 store  0x00000003 , 0x0000463d 
+ 00013440  0x00002377 store  0x00000007 , 0x0000461a 
+ 00013441  0x00002378 call  0x00003506 
+ 00013442  0x00002379 nrtn  0x00000005 
+ 00013443  0x0000237a fetch  0x00000001 , 0x0000458e 
+ 00013444  0x0000237b store  0x00000001 , 0x00004619 
+ 00013445  0x0000237c fetch  0x00000001 , 0x0000458d 
+ 00013446  0x0000237d store  0x00000001 , 0x00004618 
+ 00013447  0x0000237e rtn 
+ 00013448  0x00002382 bpatchx  0x0000008b , 0x00004031 
+ 00013449  0x00002383 fetch  0x00000001 , 0x00004616 
+ 00013450  0x00002384 rtnne  0x00000007 
+ 00013451  0x00002385 call  0x00003476 
+ 00013452  0x00002386 call  0x000034ae 
+ 00013453  0x00002387 call  0x000033f1 
+ 00013454  0x00002388 nbranch  0x000033be , 0x0000002f 
+ 00013455  0x0000238a call  0x00003506 
+ 00013456  0x0000238b call  0x000033ad , 0x00000005 
+ 00013457  0x0000238d fetch  0x00000001 , 0x0000460a 
+ 00013458  0x0000238e call  0x0000344d , 0x00000034 
+ 00013459  0x00002391 jam  0x00000000 , 0x00004616 
+ 00013460  0x00002392 fetch  0x00000001 , 0x00004615 
+ 00013461  0x00002393 set1  0x00000000 , 0x0000003f 
+ 00013462  0x00002394 store  0x00000001 , 0x00004615 
+ 00013463  0x00002396 fetch  0x00000001 , 0x00004611 
+ 00013464  0x00002397 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00013465  0x00002398 ncall  0x00003504 , 0x00000005 
+ 00013466  0x0000239a call  0x000033be 
+ 00013467  0x0000239b call  0x000033fe 
+ 00013468  0x0000239c call  0x00003506 
+ 00013469  0x0000239d branch  0x000034a7 , 0x00000005 
+ 00013470  0x0000239e fetch  0x00000004 , 0x0000458f 
+ 00013471  0x0000239f fetcht  0x00000004 , 0x00004634 
+ 00013472  0x000023a0 isub  0x00000002 , 0x0000003e 
+ 00013473  0x000023a1 branch  0x000034aa , 0x00000005 
+ 00013474  0x000023a2 fetch  0x00000004 , 0x0000458f 
+ 00013475  0x000023a3 fetcht  0x00000004 , 0x00004630 
+ 00013476  0x000023a4 isub  0x00000002 , 0x0000003e 
+ 00013477  0x000023a5 branch  0x000034ac , 0x00000005 
+ 00013478  0x000023a6 rtn 
+ 00013479  0x000023aa fetch  0x00000001 , 0x00004619 
+ 00013480  0x000023ac store  0x00000001 , 0x0000458e 
+ 00013481  0x000023ad rtn 
+ 00013482  0x000023b0 fetch  0x00000001 , 0x0000461f 
+ 00013483  0x000023b1 branch  0x000034a8 
+ 00013484  0x000023b4 fetch  0x00000001 , 0x0000461c 
+ 00013485  0x000023b5 branch  0x000034a8 
+ 00013486  0x000023b9 bpatchx  0x0000008c , 0x00004031 
+ 00013487  0x000023ba fetch  0x00000001 , 0x00004617 
+ 00013488  0x000023bb increase  0x00000001 , 0x0000003f 
+ 00013489  0x000023bc and_into  0x00000003 , 0x0000003f 
+ 00013490  0x000023bd store  0x00000001 , 0x00004617 
+ 00013491  0x000023bf beq  0x00000000 , 0x000034d2 
+ 00013492  0x000023c0 beq  0x00000001 , 0x000034ec 
+ 00013493  0x000023c1 beq  0x00000002 , 0x000034b8 
+ 00013494  0x000023c2 beq  0x00000003 , 0x000034ec 
+ 00013495  0x000023c3 rtn 
+ 00013496  0x000023c6 call  0x00003330 
+ 00013497  0x000023c7 fetch  0x00000004 , 0x00004630 
+ 00013498  0x000023c8 branch  0x000034ae , 0x00000034 
+ 00013499  0x000023c9 call  0x00003236 
+ 00013500  0x000023ca fetch  0x00000001 , 0x0000461d 
+ 00013501  0x000023cb call  0x000034cd , 0x00000034 
+ 00013502  0x000023cc fetch  0x00000001 , 0x0000461b 
+ 00013503  0x000023cd store  0x00000001 , 0x0000458d 
+ 00013504  0x000023ce fetcht  0x00000001 , 0x0000463e 
+ 00013505  0x000023cf fetchr  0x00000011 , 0x00000002 , 0x00004644 
+ 00013506  0x000023d0 call  0x000035ab 
+ 00013507  0x000023d1 storet  0x00000001 , 0x0000463e 
+ 00013508  0x000023d2 call  0x000035b4 
+ 00013509  0x000023d3 storet  0x00000001 , 0x0000463b 
+ 00013510  0x000023d4 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00013511  0x000023d5 nrtn  0x00000002 
+ 00013512  0x000023d6 fetcht  0x00000001 , 0x0000461c 
+ 00013513  0x000023d7 call  0x00003227 
+ 00013514  0x000023d8 storet  0x00000001 , 0x0000461c 
+ 00013515  0x000023d9 store  0x00000001 , 0x0000461b 
+ 00013516  0x000023da rtn 
+ 00013517  0x000023dd jam  0x00000001 , 0x0000461d 
+ 00013518  0x000023de arg  0x00000000 , 0x00000002 
+ 00013519  0x000023df call  0x0000322c 
+ 00013520  0x000023e0 store  0x00000001 , 0x0000461b 
+ 00013521  0x000023e1 rtn 
+ 00013522  0x000023e4 call  0x00003338 
+ 00013523  0x000023e5 fetch  0x00000004 , 0x00004634 
+ 00013524  0x000023e6 branch  0x000034ae , 0x00000034 
+ 00013525  0x000023e7 call  0x00003236 
+ 00013526  0x000023e8 fetch  0x00000001 , 0x00004620 
+ 00013527  0x000023e9 call  0x000034e7 , 0x00000034 
+ 00013528  0x000023ea fetch  0x00000001 , 0x0000461e 
+ 00013529  0x000023eb store  0x00000001 , 0x0000458d 
+ 00013530  0x000023ec fetcht  0x00000001 , 0x0000463f 
+ 00013531  0x000023ed fetchr  0x00000011 , 0x00000002 , 0x00004646 
+ 00013532  0x000023ee call  0x000035ab 
+ 00013533  0x000023ef storet  0x00000001 , 0x0000463f 
+ 00013534  0x000023f0 call  0x000035b4 
+ 00013535  0x000023f1 storet  0x00000001 , 0x0000463c 
+ 00013536  0x000023f2 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00013537  0x000023f3 nrtn  0x00000002 
+ 00013538  0x000023f4 fetcht  0x00000001 , 0x0000461f 
+ 00013539  0x000023f5 call  0x00003227 
+ 00013540  0x000023f6 storet  0x00000001 , 0x0000461f 
+ 00013541  0x000023f7 store  0x00000001 , 0x0000461e 
+ 00013542  0x000023f8 rtn 
+ 00013543  0x000023fb jam  0x00000001 , 0x00004620 
+ 00013544  0x000023fc arg  0x00000000 , 0x00000002 
+ 00013545  0x000023fd call  0x0000322c 
+ 00013546  0x000023fe store  0x00000001 , 0x0000461e 
+ 00013547  0x000023ff rtn 
+ 00013548  0x00002402 call  0x00003330 
+ 00013549  0x00002403 fetch  0x00000004 , 0x000044f1 
+ 00013550  0x00002404 call  0x00003236 
+ 00013551  0x00002405 fetch  0x00000001 , 0x0000461a 
+ 00013552  0x00002406 call  0x00003500 , 0x00000034 
+ 00013553  0x00002407 fetch  0x00000001 , 0x00004618 
+ 00013554  0x00002408 store  0x00000001 , 0x0000458d 
+ 00013555  0x00002409 fetcht  0x00000001 , 0x0000463d 
+ 00013556  0x0000240a fetchr  0x00000011 , 0x00000002 , 0x00004642 
+ 00013557  0x0000240b call  0x000035ab 
+ 00013558  0x0000240c storet  0x00000001 , 0x0000463d 
+ 00013559  0x0000240d call  0x000035b4 
+ 00013560  0x0000240e storet  0x00000001 , 0x0000463a 
+ 00013561  0x0000240f sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00013562  0x00002410 nrtn  0x00000002 
+ 00013563  0x00002411 fetcht  0x00000001 , 0x00004619 
+ 00013564  0x00002412 call  0x00003227 
+ 00013565  0x00002413 storet  0x00000001 , 0x00004619 
+ 00013566  0x00002414 store  0x00000001 , 0x00004618 
+ 00013567  0x00002415 rtn 
+ 00013568  0x00002418 jam  0x00000001 , 0x0000461a 
+ 00013569  0x00002419 fetch  0x00000001 , 0x00004618 
+ 00013570  0x0000241a store  0x00000001 , 0x0000458d 
+ 00013571  0x0000241b rtn 
+ 00013572  0x0000241f jam  0x00000000 , 0x00004611 
+ 00013573  0x00002420 rtn 
+ 00013574  0x00002424 fetch  0x00000004 , 0x0000458f 
+ 00013575  0x00002425 fetcht  0x00000004 , 0x000044f1 
+ 00013576  0x00002426 isub  0x00000002 , 0x0000003e 
+ 00013577  0x00002427 rtn 
+ 00013578  0x00002434 fetch  0x00000001 , 0x00004611 
+ 00013579  0x00002435 rtneq  0x00000002 
+ 00013580  0x00002436 fetch  0x00000001 , 0x00004614 
+ 00013581  0x00002437 rtn  0x00000034 
+ 00013582  0x00002438 arg  0x00000008 , 0x00000007 
+ 00013583  0x00002439 call  0x00007cef 
+ 00013584  0x0000243a nrtn  0x00000034 
+ 00013585  0x0000243b jam  0x00000000 , 0x00004614 
+ 00013586  0x0000243c jam  0x00000000 , 0x00004622 
+ 00013587  0x0000243d call  0x0000341f 
+ 00013588  0x00002440 bpatchx  0x0000008d , 0x00004031 
+ 00013589  0x00002441 jam  0x00000007 , 0x00004616 
+ 00013590  0x00002442 jam  0x00000000 , 0x00004615 
+ 00013591  0x00002443 branch  0x000033be 
+ 00013592  0x0000244a bpatchx  0x0000008e , 0x00004031 
+ 00013593  0x0000244b fetch  0x00000001 , 0x0000460a 
+ 00013594  0x0000244c beq  0x00000001 , 0x000035ea 
+ 00013595  0x0000244d fetch  0x00000001 , 0x00004612 
+ 00013596  0x0000244e beq  0x00000001 , 0x0000352c 
+ 00013597  0x0000244f fetcht  0x00000004 , 0x0000460b 
+ 00013598  0x00002450 copy  0x00000022 , 0x0000003f 
+ 00013599  0x00002451 isub  0x00000002 , 0x0000003e 
+ 00013600  0x00002452 ncall  0x00003255 , 0x00000002 
+ 00013601  0x00002453 copy  0x0000003f , 0x00000012 
+ 00013602  0x00002454 fetch  0x00000004 , 0x0000460b 
+ 00013603  0x00002455 fetcht  0x00000001 , 0x0000460f 
+ 00013604  0x00002456 iadd  0x00000002 , 0x00000002 
+ 00013605  0x00002457 copy  0x00000012 , 0x0000003f 
+ 00013606  0x00002458 isub  0x00000002 , 0x0000003e 
+ 00013607  0x00002459 nrtn  0x00000002 
+ 00013608  0x0000245a set0  0x0000001c , 0x0000003f 
+ 00013609  0x0000245b store  0x00000004 , 0x0000460b 
+ 00013610  0x0000245c jam  0x00000001 , 0x0000460a 
+ 00013611  0x0000245d branch  0x00003222 
+ 00013612  0x00002460 jam  0x00000000 , 0x00004612 
+ 00013613  0x00002461 branch  0x00003222 
+ 00013614  0x00002464 copy  0x00000022 , 0x0000003f 
+ 00013615  0x00002465 store  0x00000004 , 0x0000460b 
+ 00013616  0x00002466 rtn 
+ 00013617  0x0000246c arg  0x000045de , 0x00000013 
+ 00013618  0x0000246d arg  0x0000367a , 0x00000012 
+ 00013619  0x0000246e branch  0x000042e7 
+ 00013620  0x00002472 bpatchx  0x0000008f , 0x00004031 
+ 00013621  0x00002473 set1  0x00000026 , 0x00000000 
+ 00013622  0x00002474 fetch  0x00000001 , 0x000045fc 
+ 00013623  0x00002475 set0  0x00000001 , 0x0000003f 
+ 00013624  0x00002476 set1  0x00000002 , 0x0000003f 
+ 00013625  0x00002477 store  0x00000001 , 0x000045fc 
+ 00013626  0x00002478 fetch  0x00000001 , 0x000045e3 
+ 00013627  0x00002479 branch  0x00003549 , 0x00000034 
+ 00013628  0x0000247a fetch  0x00000001 , 0x000045e2 
+ 00013629  0x0000247b beq  0x00000001 , 0x00003541 
+ 00013630  0x0000247c beq  0x00000002 , 0x00003541 
+ 00013631  0x0000247d beq  0x00000003 , 0x00003550 
+ 00013632  0x0000247e beq  0x00000004 , 0x00003550 
+ 00013633  0x00002480 fetch  0x00000001 , 0x000045d1 
+ 00013634  0x00002481 store  0x00000001 , 0x00004141 
+ 00013635  0x00002482 fetcht  0x00000001 , 0x000045ec 
+ 00013636  0x00002483 storet  0x00000001 , 0x0000458e 
+ 00013637  0x00002484 fetch  0x00000004 , 0x000045e4 
+ 00013638  0x00002485 call  0x0000355a 
+ 00013639  0x00002486 storet  0x00000001 , 0x000045ec 
+ 00013640  0x00002487 rtn 
+ 00013641  0x0000248a jam  0x00000003 , 0x00004141 
+ 00013642  0x0000248b fetcht  0x00000001 , 0x000045ed 
+ 00013643  0x0000248c storet  0x00000001 , 0x0000458e 
+ 00013644  0x0000248d fetch  0x00000004 , 0x000045e8 
+ 00013645  0x0000248e call  0x0000355a 
+ 00013646  0x0000248f storet  0x00000001 , 0x000045ed 
+ 00013647  0x00002490 rtn 
+ 00013648  0x00002493 jam  0x00000003 , 0x00004141 
+ 00013649  0x00002494 fetcht  0x00000001 , 0x000045ee 
+ 00013650  0x00002495 storet  0x00000001 , 0x0000458e 
+ 00013651  0x00002496 fetch  0x00000004 , 0x00004604 
+ 00013652  0x00002497 call  0x0000355a 
+ 00013653  0x00002498 storet  0x00000001 , 0x000045ee 
+ 00013654  0x00002499 rtn 
+ 00013655  0x0000249c fetch  0x00000004 , 0x0000455f 
+ 00013656  0x0000249d rtn  0x00000034 
+ 00013657  0x0000249e store  0x00000004 , 0x000045e8 
+ 00013658  0x000024a0 call  0x00003236 
+ 00013659  0x000024a1 branch  0x00003222 
+ 00013660  0x000024a5 bpatchx  0x00000090 , 0x00004032 
+ 00013661  0x000024a6 fetch  0x00000002 , 0x000045e0 
+ 00013662  0x000024a7 arg  0x000001f8 , 0x00000002 
+ 00013663  0x000024a8 iand  0x00000002 , 0x0000003f 
+ 00013664  0x000024a9 branch  0x00003565 , 0x00000034 
+ 00013665  0x000024aa fetch  0x00000002 , 0x000045e0 
+ 00013666  0x000024ab increase  0x00000001 , 0x0000003f 
+ 00013667  0x000024ac store  0x00000002 , 0x000045e0 
+ 00013668  0x000024ad rtn 
+ 00013669  0x000024b0 call  0x0000357f 
+ 00013670  0x000024b1 call  0x00003651 
+ 00013671  0x000024b2 nbranch  0x00003586 , 0x00000018 
+ 00013672  0x000024b3 nbranch  0x00003586 , 0x0000002f 
+ 00013673  0x000024b4 call  0x0000366e 
+ 00013674  0x000024b5 fetch  0x00000004 , 0x000045cc 
+ 00013675  0x000024b6 fetcht  0x00000004 , 0x0000458f 
+ 00013676  0x000024b7 isub  0x00000002 , 0x0000003e 
+ 00013677  0x000024b8 branch  0x00003291 , 0x00000005 
+ 00013678  0x000024b9 fetch  0x00000004 , 0x00004604 
+ 00013679  0x000024ba fetcht  0x00000004 , 0x0000458f 
+ 00013680  0x000024bb isub  0x00000002 , 0x0000003e 
+ 00013681  0x000024bc call  0x00003557 , 0x00000005 
+ 00013682  0x000024bd fetch  0x00000001 , 0x000045fc 
+ 00013683  0x000024be set0  0x00000002 , 0x0000003f 
+ 00013684  0x000024bf store  0x00000001 , 0x000045fc 
+ 00013685  0x000024c0 setarg  0x00000000 
+ 00013686  0x000024c1 store  0x00000002 , 0x000045d8 
+ 00013687  0x000024c2 store  0x00000002 , 0x000045e0 
+ 00013688  0x000024c3 store  0x00000002 , 0x000045de 
+ 00013689  0x000024c4 jam  0x0000003c , 0x0000066f 
+ 00013690  0x000024c5 call  0x0000782b 
+ 00013691  0x000024c7 bpatchx  0x00000091 , 0x00004032 
+ 00013692  0x000024c8 arg  0x00000020 , 0x00000039 
+ 00013693  0x000024c9 arg  0x00004519 , 0x00000005 
+ 00013694  0x000024ca branch  0x00007ca3 
+ 00013695  0x000024cd jam  0x000000ff , 0x00004519 
+ 00013696  0x000024ce fetch  0x00000001 , 0x00004589 
+ 00013697  0x000024cf store  0x00000001 , 0x0000451a 
+ 00013698  0x000024d0 fetch  0x00000004 , 0x00004604 
+ 00013699  0x000024d1 store  0x00000004 , 0x0000451b 
+ 00013700  0x000024d2 jam  0x00000006 , 0x00004588 
+ 00013701  0x000024d3 branch  0x000031e5 
+ 00013702  0x000024d6 bpatchx  0x00000092 , 0x00004032 
+ 00013703  0x000024d7 fetch  0x00000001 , 0x000045e3 
+ 00013704  0x000024d8 branch  0x00003222 , 0x00000034 
+ 00013705  0x000024d9 fetch  0x00000002 , 0x000045e0 
+ 00013706  0x000024da increase  0x00000001 , 0x0000003f 
+ 00013707  0x000024db store  0x00000002 , 0x000045e0 
+ 00013708  0x000024dc isolate1  0x00000009 , 0x0000003f 
+ 00013709  0x000024dd fetch  0x00000001 , 0x000045e2 
+ 00013710  0x000024de beq  0x00000001 , 0x00003593 
+ 00013711  0x000024df beq  0x00000002 , 0x00003595 
+ 00013712  0x000024e0 beq  0x00000003 , 0x00003597 
+ 00013713  0x000024e1 beq  0x00000004 , 0x00003599 
+ 00013714  0x000024e2 branch  0x00003549 
+ 00013715  0x000024e6 branch  0x00003549 , 0x00000001 
+ 00013716  0x000024e7 branch  0x00003541 
+ 00013717  0x000024ea branch  0x00003550 , 0x00000001 
+ 00013718  0x000024eb branch  0x00003541 
+ 00013719  0x000024ee branch  0x00003550 , 0x00000001 
+ 00013720  0x000024ef branch  0x00003549 
+ 00013721  0x000024f2 branch  0x00003550 , 0x00000001 
+ 00013722  0x000024f3 branch  0x0000329c 
+ 00013723  0x000024fe fetch  0x00000001 , 0x000045eb 
+ 00013724  0x000024ff beq  0x00000001 , 0x0000359f 
+ 00013725  0x00002500 beq  0x00000002 , 0x000035a5 
+ 00013726  0x00002501 rtn 
+ 00013727  0x00002503 fetch  0x00000001 , 0x000045de 
+ 00013728  0x00002504 nrtn  0x00000034 
+ 00013729  0x00002505 fetch  0x00000004 , 0x000045ec 
+ 00013730  0x00002506 store  0x00000004 , 0x0000462c 
+ 00013731  0x00002508 store  0x00000004 , 0x00004630 
+ 00013732  0x00002509 rtn 
+ 00013733  0x0000250b fetch  0x00000001 , 0x000045df 
+ 00013734  0x0000250c nrtn  0x00000034 
+ 00013735  0x0000250d fetch  0x00000004 , 0x000045ec 
+ 00013736  0x0000250e store  0x00000004 , 0x0000462c 
+ 00013737  0x00002510 store  0x00000004 , 0x00004634 
+ 00013738  0x00002511 rtn 
+ 00013739  0x0000251c bpatchx  0x00000093 , 0x00004032 
+ 00013740  0x0000251d copy  0x00000011 , 0x0000003f 
+ 00013741  0x0000251e iadd  0x00000002 , 0x00000005 
+ 00013742  0x0000251f fetch  0x00000001 , 0x00000009 
+ 00013743  0x00002520 istore  0x00000001 , 0x00000005 
+ 00013744  0x00002521 increase  0x00000001 , 0x00000002 
+ 00013745  0x00002522 fetch  0x00000001 , 0x000045d2 
+ 00013746  0x00002523 iand  0x00000002 , 0x00000002 
+ 00013747  0x00002524 rtn 
+ 00013748  0x00002527 bpatchx  0x00000094 , 0x00004032 
+ 00013749  0x00002528 fetch  0x00000001 , 0x000045d2 
+ 00013750  0x00002529 increase  0x00000001 , 0x0000003f 
+ 00013751  0x0000252a store  0x00000002 , 0x0000069b 
+ 00013752  0x0000252b copy  0x0000003f , 0x00000039 
+ 00013753  0x0000252c copy  0x00000011 , 0x00000006 
+ 00013754  0x0000252d arg  0x00000000 , 0x0000003f 
+ 00013755  0x0000252f ifetcht  0x00000001 , 0x00000006 
+ 00013756  0x00002530 iadd  0x00000002 , 0x0000003f 
+ 00013757  0x00002531 loop  0x000035bb 
+ 00013758  0x00002532 fetcht  0x00000002 , 0x0000069b 
+ 00013759  0x00002533 idiv  0x00000002 
+ 00013760  0x00002534 call  0x00007d62 
+ 00013761  0x00002535 quotient  0x00000002 
+ 00013762  0x00002536 rtnmark1  0x00000027 
+ 00013763  0x00002537 copy  0x00000002 , 0x0000003f 
+ 00013764  0x00002538 rtnmark0  0x00000026 
+ 00013765  0x00002539 call  0x00002308 
+ 00013766  0x0000253a copy  0x0000003f , 0x00000002 
+ 00013767  0x0000253b rtn 
+ 00013768  0x0000253e branch  0x000022e9 
+ 00013769  0x00002549 fetch  0x00000002 , 0x000045f0 
+ 00013770  0x0000254a branch  0x000035dd 
+ 00013771  0x0000254d copy  0x0000003f , 0x00000011 
+ 00013772  0x0000254e fetcht  0x00000001 , 0x000045ef 
+ 00013773  0x0000254f fetch  0x00000002 , 0x000045f0 
+ 00013774  0x00002550 iadd  0x00000002 , 0x00000005 
+ 00013775  0x00002551 copy  0x00000011 , 0x0000003f 
+ 00013776  0x00002552 istore  0x00000001 , 0x00000005 
+ 00013777  0x00002553 increase  0x00000001 , 0x00000002 
+ 00013778  0x00002554 fetch  0x00000001 , 0x000045d2 
+ 00013779  0x00002555 iand  0x00000002 , 0x00000002 
+ 00013780  0x00002556 storet  0x00000001 , 0x000045ef 
+ 00013781  0x00002557 rtn 
+ 00013782  0x00002562 fetch  0x00000002 , 0x00004640 
+ 00013783  0x00002563 call  0x000035dd 
+ 00013784  0x00002564 fetch  0x00000002 , 0x00004642 
+ 00013785  0x00002565 call  0x000035dd 
+ 00013786  0x00002566 fetch  0x00000002 , 0x00004644 
+ 00013787  0x00002567 call  0x000035dd 
+ 00013788  0x00002568 fetch  0x00000002 , 0x00004646 
+ 00013789  0x0000256a rtn  0x00000034 
+ 00013790  0x0000256b copy  0x0000003f , 0x00000005 
+ 00013791  0x0000256c fetch  0x00000001 , 0x000045d2 
+ 00013792  0x0000256d increase  0x00000001 , 0x0000003f 
+ 00013793  0x0000256e copy  0x0000003f , 0x00000039 
+ 00013794  0x0000256f branch  0x00007ca1 
+ 00013795  0x00002573 call  0x000035c8 
+ 00013796  0x00002574 rtn  0x00000034 
+ 00013797  0x00002575 fetcht  0x00000001 , 0x00004639 
+ 00013798  0x00002576 fetchr  0x00000011 , 0x00000002 , 0x00004640 
+ 00013799  0x00002577 call  0x000035ab 
+ 00013800  0x00002578 storet  0x00000001 , 0x00004639 
+ 00013801  0x00002579 rtn 
+ 00013802  0x0000257d fetchr  0x00000011 , 0x00000002 , 0x00004640 
+ 00013803  0x0000257e call  0x000035b4 
+ 00013804  0x0000257f storet  0x00000001 , 0x00004638 
+ 00013805  0x00002580 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00013806  0x00002581 nrtn  0x00000002 
+ 00013807  0x00002582 branch  0x00003222 
+ 00013808  0x0000258b fetch  0x00000004 , 0x000044f1 
+ 00013809  0x0000258c store  0x00000004 , 0x00004604 
+ 00013810  0x0000258d branch  0x000035c9 
+ 00013811  0x00002590 setarg  0x00002fb2 
+ 00013812  0x00002591 store  0x00000003 , 0x00004608 
+ 00013813  0x00002592 setarg  0x00100c0c 
+ 00013814  0x00002593 store  0x00000003 , 0x000045a7 
+ 00013815  0x00002594 setarg  0x0000bb80 
+ 00013816  0x00002595 store  0x00000003 , 0x0000460b 
+ 00013817  0x00002596 jam  0x00000005 , 0x00004621 
+ 00013818  0x00002597 rtn 
+ 00013819  0x0000259a setarg  0x0000f80c 
+ 00013820  0x0000259b store  0x00000003 , 0x00004608 
+ 00013821  0x0000259c setarg  0x001c1919 
+ 00013822  0x0000259d store  0x00000003 , 0x000045a7 
+ 00013823  0x0000259e setarg  0x00017700 
+ 00013824  0x0000259f store  0x00000003 , 0x0000460b 
+ 00013825  0x000025a0 jam  0x0000000b , 0x00004621 
+ 00013826  0x000025a1 rtn 
+ 00013827  0x000025a5 rtnmark0  0x00000026 
+ 00013828  0x000025a6 fetch  0x00000001 , 0x000045fc 
+ 00013829  0x000025a7 bbit1  0x00000001 , 0x000032a3 
+ 00013830  0x000025a8 bbit1  0x00000002 , 0x0000355c 
+ 00013831  0x000025a9 fetch  0x00000001 , 0x00004618 
+ 00013832  0x000025aa beq  0x00000001 , 0x000036c0 
+ 00013833  0x000025ac bpatchx  0x00000095 , 0x00004032 
+ 00013834  0x000025ad call  0x00003625 
+ 00013835  0x000025ae nbranch  0x0000369f , 0x00000028 
+ 00013836  0x000025b0 call  0x0000363a 
+ 00013837  0x000025b1 call  0x000036e8 
+ 00013838  0x000025b2 fetch  0x00000001 , 0x000043cb 
+ 00013839  0x000025b3 beq  0x00000008 , 0x0000600a 
+ 00013840  0x000025b5 fetch  0x00000008 , 0x0000460b 
+ 00013841  0x000025b6 store  0x00000008 , 0x000045af 
+ 00013842  0x000025b7 fetch  0x00000002 , 0x0000461d 
+ 00013843  0x000025b8 store  0x00000002 , 0x0000461f 
+ 00013844  0x000025b9 fetch  0x00000002 , 0x000045f8 
+ 00013845  0x000025ba branch  0x00007d79 
+ 00013846  0x000025bd bpatchx  0x00000096 , 0x00004032 
+ 00013847  0x000025be call  0x000036b4 
+ 00013848  0x000025bf nrtn  0x00000028 
+ 00013849  0x000025c0 call  0x000036be 
+ 00013850  0x000025c1 call  0x00007de2 
+ 00013851  0x000025c2 fetch  0x00000003 , 0x00004608 
+ 00013852  0x000025c3 branch  0x00003622 
+ 00013853  0x000025c6 bpatchx  0x00000097 , 0x00004032 
+ 00013854  0x000025c7 call  0x000036b4 
+ 00013855  0x000025c8 nrtn  0x00000028 
+ 00013856  0x000025c9 call  0x000036be 
+ 00013857  0x000025ca fetch  0x00000008 , 0x000045af 
+ 00013858  0x000025cc call  0x00007d25 
+ 00013859  0x000025cd storet  0x00000004 , 0x000040a9 
+ 00013860  0x000025ce branch  0x0000241e 
+ 00013861  0x000025d3 call  0x00003628 
+ 00013862  0x000025d4 nrtn  0x00000028 
+ 00013863  0x000025d5 branch  0x000031e5 
+ 00013864  0x000025d9 fetch  0x00000002 , 0x000045f2 
+ 00013865  0x000025da call  0x00007d79 
+ 00013866  0x000025db branch  0x0000362e , 0x00000028 
+ 00013867  0x000025dc fetch  0x00000007 , 0x0000451a 
+ 00013868  0x000025dd rtn  0x00000034 
+ 00013869  0x000025de branch  0x00007dba 
+ 00013870  0x000025e1 jam  0x00000000 , 0x00004602 
+ 00013871  0x000025e2 add  0x00000011 , 0x00000001 , 0x0000003f 
+ 00013872  0x000025e3 store  0x00000001 , 0x00004588 
+ 00013873  0x000025e4 call  0x00003636 
+ 00013874  0x000025e5 store  0x00000001 , 0x00004519 
+ 00013875  0x000025e6 copy  0x00000012 , 0x00000006 
+ 00013876  0x000025e7 copy  0x00000011 , 0x00000039 
+ 00013877  0x000025e8 branch  0x00007cda 
+ 00013878  0x000025eb fetch  0x00000001 , 0x00004589 
+ 00013879  0x000025ec and_into  0x00000007 , 0x0000003f 
+ 00013880  0x000025ed store  0x00000001 , 0x00004589 
+ 00013881  0x000025ee rtn 
+ 00013882  0x000025f8 setarg  0x00000000 
+ 00013883  0x000025f9 store  0x00000001 , 0x00004601 
+ 00013884  0x000025fa store  0x00000002 , 0x00004622 
+ 00013885  0x000025fc call  0x00003651 
+ 00013886  0x000025fd fetch  0x00000001 , 0x0000457f 
+ 00013887  0x000025fe beq  0x00000001 , 0x00003646 
+ 00013888  0x000025ff nbranch  0x0000365f , 0x00000018 
+ 00013889  0x00002600 nbranch  0x0000365f , 0x0000002f 
+ 00013890  0x00002601 call  0x0000366e 
+ 00013891  0x00002602 fetch  0x00000001 , 0x000043cb 
+ 00013892  0x00002603 sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00013893  0x00002604 call  0x00006262 , 0x00000005 
+ 00013894  0x00002606 call  0x0000371a 
+ 00013895  0x00002608 call  0x0000357b 
+ 00013896  0x00002609 fetch  0x00000001 , 0x0000457e 
+ 00013897  0x0000260a increase  0x00000001 , 0x0000003f 
+ 00013898  0x0000260b store  0x00000001 , 0x0000457e 
+ 00013899  0x0000260c call  0x00003692 
+ 00013900  0x0000260e bpatchx  0x00000098 , 0x00004033 
+ 00013901  0x0000260f setarg  0x00000000 
+ 00013902  0x00002610 store  0x00000001 , 0x000045fd 
+ 00013903  0x00002611 store  0x00000002 , 0x000045fe 
+ 00013904  0x00002612 rtn 
+ 00013905  0x00002615 bpatchx  0x00000099 , 0x00004033 
+ 00013906  0x00002616 disable  0x0000002f 
+ 00013907  0x00002617 call  0x00003195 
+ 00013908  0x00002618 fetch  0x00000001 , 0x0000457f 
+ 00013909  0x00002619 beq  0x00000001 , 0x00003183 
+ 00013910  0x0000261a force  0x00000000 , 0x00000015 
+ 00013911  0x0000261b fetch  0x00000004 , 0x0000458f 
+ 00013912  0x0000261c iforce  0x00000009 
+ 00013913  0x0000261d fetcht  0x00000001 , 0x00000008 
+ 00013914  0x0000261e call  0x0000216f 
+ 00013915  0x0000261f call  0x000021a6 
+ 00013916  0x00002620 call  0x00003121 
+ 00013917  0x00002621 call  0x00003183 , 0x0000002f 
+ 00013918  0x00002622 rtn 
+ 00013919  0x00002625 bpatchx  0x0000009a , 0x00004033 
+ 00013920  0x00002626 fetch  0x00000001 , 0x000043cb 
+ 00013921  0x00002627 beq  0x00000008 , 0x000060f9 
+ 00013922  0x00002629 fetch  0x00000001 , 0x00004602 
+ 00013923  0x0000262a nrtn  0x00000034 
+ 00013924  0x0000262b fetch  0x00000002 , 0x000045fe 
+ 00013925  0x0000262c increase  0x00000001 , 0x0000003f 
+ 00013926  0x0000262d store  0x00000002 , 0x000045fe 
+ 00013927  0x0000262e fetch  0x00000001 , 0x000045ff 
+ 00013928  0x0000262f bbit1  0x00000004 , 0x00003676 
+ 00013929  0x00002630 call  0x0000367c 
+ 00013930  0x00002631 fetch  0x00000002 , 0x00004622 
+ 00013931  0x00002632 increase  0x00000001 , 0x0000003f 
+ 00013932  0x00002633 store  0x00000002 , 0x00004622 
+ 00013933  0x00002634 branch  0x0000363d 
+ 00013934  0x00002637 bpatchx  0x0000009b , 0x00004033 
+ 00013935  0x00002638 call  0x00003214 
+ 00013936  0x00002639 fetch  0x00000001 , 0x0000457d 
+ 00013937  0x0000263a rtn  0x00000034 
+ 00013938  0x0000263b iforce  0x00000039 
+ 00013939  0x0000263c arg  0x000044f9 , 0x00000006 
+ 00013940  0x0000263d arg  0x0000455d , 0x00000005 
+ 00013941  0x0000263e branch  0x00007cda 
+ 00013942  0x00002642 bpatchx  0x0000009c , 0x00004033 
+ 00013943  0x00002643 setarg  0x00000000 
+ 00013944  0x00002644 store  0x00000002 , 0x000045fe 
+ 00013945  0x00002645 jam  0x00000001 , 0x00004600 
+ 00013946  0x00002647 jam  0x0000003a , 0x0000066f 
+ 00013947  0x00002648 branch  0x0000782b 
+ 00013948  0x00002653 bpatchx  0x0000009d , 0x00004033 
+ 00013949  0x00002654 fetcht  0x00000001 , 0x00004601 
+ 00013950  0x00002655 fetch  0x00000001 , 0x00004621 
+ 00013951  0x00002656 isub  0x00000002 , 0x0000003e 
+ 00013952  0x00002657 nbranch  0x0000369a , 0x00000002 
+ 00013953  0x00002658 increase  0x00000001 , 0x00000002 
+ 00013954  0x00002659 storet  0x00000001 , 0x00004601 
+ 00013955  0x0000265a fetch  0x00000001 , 0x00004621 
+ 00013956  0x0000265b beq  0x00000005 , 0x00003689 
+ 00013957  0x0000265c fetch  0x00000001 , 0x00004601 
+ 00013958  0x0000265d beq  0x00000006 , 0x00003694 
+ 00013959  0x0000265e beq  0x0000000c , 0x00003694 
+ 00013960  0x0000265f rtn 
+ 00013961  0x00002663 fetch  0x00000001 , 0x00004601 
+ 00013962  0x00002664 beq  0x00000003 , 0x00003694 
+ 00013963  0x00002665 beq  0x00000006 , 0x00003694 
+ 00013964  0x00002666 rtn 
+ 00013965  0x00002670 bmark1  0x0000002f , 0x00003690 
+ 00013966  0x00002671 store  0x00000001 , 0x0000453a 
+ 00013967  0x00002672 rtn 
+ 00013968  0x00002674 store  0x00000001 , 0x0000453b 
+ 00013969  0x00002675 rtn 
+ 00013970  0x00002678 fetch  0x00000001 , 0x00004589 
+ 00013971  0x00002679 rtnbit0  0x00000004 
+ 00013972  0x0000267b fetch  0x00000001 , 0x00004589 
+ 00013973  0x0000267c set0  0x00000004 , 0x0000003f 
+ 00013974  0x0000267d store  0x00000001 , 0x00004589 
+ 00013975  0x0000267e call  0x0000368d 
+ 00013976  0x0000267f call  0x0000371e 
+ 00013977  0x00002680 branch  0x00003222 
+ 00013978  0x00002683 call  0x0000370e 
+ 00013979  0x00002684 call  0x0000371e 
+ 00013980  0x00002685 branch  0x00003222 
+ 00013981  0x00002698 fetch  0x00000002 , 0x000045f4 
+ 00013982  0x00002699 branch  0x00007d79 
+ 00013983  0x0000269c fetch  0x00000001 , 0x00004602 
+ 00013984  0x0000269d call  0x000036a6 , 0x00000034 
+ 00013985  0x0000269e fetch  0x00000001 , 0x00004618 
+ 00013986  0x0000269f rtneq  0x00000001 
+ 00013987  0x000026a0 call  0x0000369d 
+ 00013988  0x000026a1 fetch  0x00000002 , 0x000045fa 
+ 00013989  0x000026a2 branch  0x00007d79 
+ 00013990  0x000026a5 jam  0x00000001 , 0x00004589 
+ 00013991  0x000026a6 jam  0x00000001 , 0x00004602 
+ 00013992  0x000026a7 call  0x00003636 
+ 00013993  0x000026a8 store  0x00000001 , 0x00004519 
+ 00013994  0x000026a9 setarg  0x00000000 
+ 00013995  0x000026aa store  0x00000007 , 0x0000451a 
+ 00013996  0x000026ab fetch  0x00000004 , 0x00004604 
+ 00013997  0x000026ac store  0x00000004 , 0x00004521 
+ 00013998  0x000026ad jam  0x0000000c , 0x00004588 
+ 00013999  0x000026ae fetch  0x00000001 , 0x00004589 
+ 00014000  0x000026af set1  0x00000003 , 0x0000003f 
+ 00014001  0x000026b0 store  0x00000001 , 0x00004589 
+ 00014002  0x000026b1 call  0x000031e5 
+ 00014003  0x000026b2 branch  0x0000360c 
+ 00014004  0x000026b7 bpatchx  0x0000009e , 0x00004033 
+ 00014005  0x000026b8 enable  0x00000028 
+ 00014006  0x000026b9 call  0x00002408 
+ 00014007  0x000026ba fetch  0x00000003 , 0x000040bd 
+ 00014008  0x000026bb branch  0x00007dbc , 0x00000034 
+ 00014009  0x000026bc fetch  0x00000001 , 0x00004094 
+ 00014010  0x000026bd branch  0x00007dbc , 0x00000034 
+ 00014011  0x000026be fetch  0x00000001 , 0x00004618 
+ 00014012  0x000026bf beq  0x00000001 , 0x00007dbc 
+ 00014013  0x000026c0 rtn 
+ 00014014  0x000026c3 fetch  0x00000002 , 0x000045f6 
+ 00014015  0x000026c4 branch  0x00007d79 
+ 00014016  0x000026d2 call  0x00003245 
+ 00014017  0x000026d3 nrtn  0x00000028 
+ 00014018  0x000026d4 call  0x000036d5 
+ 00014019  0x000026d5 fetch  0x00000002 , 0x00004619 
+ 00014020  0x000026d6 increase  0x00000001 , 0x0000003f 
+ 00014021  0x000026d7 store  0x00000002 , 0x00004619 
+ 00014022  0x000026d8 fetcht  0x00000002 , 0x0000461b 
+ 00014023  0x000026d9 isub  0x00000002 , 0x0000003e 
+ 00014024  0x000026da call  0x000036ca , 0x00000005 
+ 00014025  0x000026db branch  0x00003609 
+ 00014026  0x000026df jam  0x00000000 , 0x00004618 
+ 00014027  0x000026e0 setarg  0x00000000 
+ 00014028  0x000026e1 store  0x00000002 , 0x00004619 
+ 00014029  0x000026e2 setarg  0x00000064 
+ 00014030  0x000026e3 store  0x00000002 , 0x0000461b 
+ 00014031  0x000026e5 jam  0x00000000 , 0x00004617 
+ 00014032  0x000026e6 fetch  0x00000001 , 0x000045a8 
+ 00014033  0x000026e8 store  0x00000001 , 0x000045a7 
+ 00014034  0x000026e9 rtn 
+ 00014035  0x000026eb fetch  0x00000001 , 0x000045a9 
+ 00014036  0x000026ec branch  0x000036d1 
+ 00014037  0x000026ef fetch  0x00000001 , 0x00004617 
+ 00014038  0x000026f0 increase  0x00000001 , 0x0000003f 
+ 00014039  0x000026f1 store  0x00000001 , 0x00004617 
+ 00014040  0x000026f2 beq  0x00000004 , 0x000036d3 
+ 00014041  0x000026f3 beq  0x00000005 , 0x000036cf 
+ 00014042  0x000026f4 rtn 
+ 00014043  0x000026f7 jam  0x00000001 , 0x00004618 
+ 00014044  0x000026f8 setarg  0x00000000 
+ 00014045  0x000026f9 store  0x00000002 , 0x00004619 
+ 00014046  0x000026fa rtn 
+ 00014047  0x00002705 arg  0x00000002 , 0x00000039 
+ 00014048  0x00002706 arg  0x0000458f , 0x00000006 
+ 00014049  0x00002708 call  0x00007dba 
+ 00014050  0x00002709 setarg  0x0000ffff 
+ 00014051  0x0000270b ifetcht  0x00000002 , 0x00000006 
+ 00014052  0x0000270c isub  0x00000002 , 0x0000003e 
+ 00014053  0x0000270d ncall  0x00007dbc , 0x00000005 
+ 00014054  0x0000270e loop  0x000036e3 
+ 00014055  0x0000270f rtn 
+ 00014056  0x0000271a bpatchx  0x0000009f , 0x00004033 
+ 00014057  0x0000271b fetch  0x00000001 , 0x00004437 
+ 00014058  0x0000271c nrtn  0x00000034 
+ 00014059  0x0000271d fetch  0x00000002 , 0x000044e9 
+ 00014060  0x0000271e rtnbit1  0x0000000b 
+ 00014061  0x00002721 fetchr  0x00000011 , 0x00000002 , 0x000045f0 
+ 00014062  0x00002722 call  0x000035b4 
+ 00014063  0x00002723 storet  0x00000001 , 0x00004624 
+ 00014064  0x00002724 fetch  0x00000001 , 0x00004629 
+ 00014065  0x00002725 bmark1  0x00000026 , 0x000036f3 
+ 00014066  0x00002726 fetch  0x00000001 , 0x0000462c 
+ 00014067  0x00002728 isub  0x00000002 , 0x0000003e 
+ 00014068  0x00002729 nbranch  0x0000370d , 0x00000002 
+ 00014069  0x0000272a fetch  0x00000001 , 0x00004626 
+ 00014070  0x0000272b sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00014071  0x0000272c nbranch  0x000036fb , 0x00000002 
+ 00014072  0x0000272d fetch  0x00000001 , 0x00004626 
+ 00014073  0x0000272e beq  0x00000000 , 0x0000370e 
+ 00014074  0x0000272f rtn 
+ 00014075  0x00002732 fetch  0x00000001 , 0x00004626 
+ 00014076  0x00002733 fetcht  0x00000001 , 0x00004627 
+ 00014077  0x00002734 isub  0x00000002 , 0x0000003e 
+ 00014078  0x00002735 nrtn  0x00000005 
+ 00014079  0x00002736 jam  0x00000000 , 0x00004626 
+ 00014080  0x00002738 fetcht  0x00000001 , 0x00004624 
+ 00014081  0x00002739 fetch  0x00000001 , 0x00004628 
+ 00014082  0x0000273a bmark1  0x00000026 , 0x00003704 
+ 00014083  0x0000273b fetch  0x00000001 , 0x0000462b 
+ 00014084  0x0000273d isub  0x00000002 , 0x0000003e 
+ 00014085  0x0000273e nrtn  0x00000002 
+ 00014086  0x0000273f fetch  0x00000001 , 0x00004625 
+ 00014087  0x00002740 beq  0x00000000 , 0x00003715 
+ 00014088  0x00002741 increase  0xffffffff , 0x0000003f 
+ 00014089  0x00002742 store  0x00000001 , 0x00004625 
+ 00014090  0x00002743 beq  0x00000000 , 0x00003715 
+ 00014091  0x00002746 jam  0x00000000 , 0x00004141 
+ 00014092  0x00002747 rtn 
+ 00014093  0x0000274a jam  0x00000000 , 0x00004626 
+ 00014094  0x0000274c fetch  0x00000001 , 0x00004625 
+ 00014095  0x0000274d beq  0x00000002 , 0x00003713 
+ 00014096  0x0000274e increase  0x00000001 , 0x0000003f 
+ 00014097  0x0000274f store  0x00000001 , 0x00004625 
+ 00014098  0x00002750 beq  0x00000001 , 0x0000370b 
+ 00014099  0x00002752 jam  0x00000006 , 0x00004141 
+ 00014100  0x00002753 rtn 
+ 00014101  0x00002756 jam  0x00000085 , 0x00004141 
+ 00014102  0x00002757 rtn 
+ 00014103  0x0000275a jam  0x00000001 , 0x00004625 
+ 00014104  0x0000275b jam  0x00000000 , 0x00004626 
+ 00014105  0x0000275c rtn 
+ 00014106  0x0000275f fetch  0x00000001 , 0x00004626 
+ 00014107  0x00002760 increase  0x00000001 , 0x0000003f 
+ 00014108  0x00002761 store  0x00000001 , 0x00004626 
+ 00014109  0x00002762 rtn 
+ 00014110  0x00002765 fetch  0x00000001 , 0x00004626 
+ 00014111  0x00002766 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00014112  0x00002767 ncall  0x00003726 , 0x00000002 
+ 00014113  0x00002768 fetch  0x00000001 , 0x00004626 
+ 00014114  0x00002769 rtneq  0x00000000 
+ 00014115  0x0000276a increase  0xffffffff , 0x0000003f 
+ 00014116  0x0000276b store  0x00000001 , 0x00004626 
+ 00014117  0x0000276c rtn 
+ 00014118  0x0000276f jam  0x00000003 , 0x00004626 
+ 00014119  0x00002770 rtn 
+ 00014120  0x0000277b fetch  0x00000001 , 0x000008f3 
+ 00014121  0x0000277c store  0x00000001 , 0x00000709 
+ 00014122  0x0000277d copy  0x00000030 , 0x00000006 
+ 00014123  0x0000277e call  0x00007c8e 
+ 00014124  0x0000277f fetch  0x00000002 , 0x00004826 
+ 00014125  0x00002780 branch  0x00007d79 
+ 00014126  0x00002783 jam  0x0000001e , 0x000049b8 
+ 00014127  0x00002784 call  0x0000378c 
+ 00014128  0x00002787 fetch  0x00000001 , 0x0000070a 
+ 00014129  0x00002788 beq  0x00000000 , 0x00003739 
+ 00014130  0x00002789 beq  0x00000080 , 0x00003d67 
+ 00014131  0x0000278a beq  0x00000082 , 0x00003ed4 
+ 00014132  0x0000278b beq  0x000000d1 , 0x00003799 
+ 00014133  0x0000278c beq  0x000000d0 , 0x000037ba 
+ 00014134  0x0000278d beq  0x000000d2 , 0x00003799 
+ 00014135  0x0000278e beq  0x000000d5 , 0x000037bb 
+ 00014136  0x0000278f rtn 
+ 00014137  0x00002793 arg  0x0000070e , 0x00000006 
+ 00014138  0x00002794 arg  0x00004959 , 0x00000005 
+ 00014139  0x00002795 call  0x00007c8f 
+ 00014140  0x00002796 jam  0x00000000 , 0x000047e4 
+ 00014141  0x00002797 call  0x00003bbf 
+ 00014142  0x00002798 call  0x00003bb1 
+ 00014143  0x00002799 call  0x0000375e 
+ 00014144  0x0000279a call  0x0000374f 
+ 00014145  0x0000279b call  0x00003754 
+ 00014146  0x0000279c jam  0x00000000 , 0x000047e4 
+ 00014147  0x0000279d fetch  0x00000002 , 0x00004828 
+ 00014148  0x0000279e branch  0x00007d79 
+ 00014149  0x000027a1 setarg  0x00000000 
+ 00014150  0x000027a2 store  0x00000002 , 0x00004806 
+ 00014151  0x000027a4 random  0x0000003f 
+ 00014152  0x000027a5 and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00014153  0x000027a6 add  0x0000003f , 0x0000001e , 0x0000003f 
+ 00014154  0x000027a7 store  0x00000001 , 0x00004804 
+ 00014155  0x000027a8 add  0x0000003f , 0x00000005 , 0x0000003f 
+ 00014156  0x000027a9 store  0x00000001 , 0x00004803 
+ 00014157  0x000027aa call  0x00003e53 
+ 00014158  0x000027ab branch  0x00003a71 
+ 00014159  0x000027ae fetch  0x00000001 , 0x00000951 
+ 00014160  0x000027af jam  0x00000004 , 0x000047e4 
+ 00014161  0x000027b0 rtneq  0x00000001 
+ 00014162  0x000027b1 jam  0x00000000 , 0x000047e4 
+ 00014163  0x000027b2 rtn 
+ 00014164  0x000027b5 setarg  0x00000080 
+ 00014165  0x000027b6 store  0x00000001 , 0x00000723 
+ 00014166  0x000027b7 setarg  0x00000003 
+ 00014167  0x000027b8 istore  0x00000001 , 0x00000005 
+ 00014168  0x000027b9 setarg  0x00000000 
+ 00014169  0x000027ba istore  0x00000001 , 0x00000005 
+ 00014170  0x000027bb fetch  0x00000003 , 0x0000070b 
+ 00014171  0x000027bc istore  0x00000003 , 0x00000005 
+ 00014172  0x000027bd jam  0x00000006 , 0x00000722 
+ 00014173  0x000027be branch  0x000041b5 
+ 00014174  0x000027c2 fetch  0x00000002 , 0x0000484c 
+ 00014175  0x000027c3 rtnbit1  0x00000002 
+ 00014176  0x000027c4 call  0x00003e3e 
+ 00014177  0x000027c6 add  0x00000011 , 0x00000006 , 0x00000013 
+ 00014178  0x000027c7 setarg  0xffffffff 
+ 00014179  0x000027c8 istore  0x00000008 , 0x00000013 
+ 00014180  0x000027c9 istore  0x00000008 , 0x00000005 
+ 00014181  0x000027ca ifetch  0x00000002 , 0x00000011 
+ 00014182  0x000027cb istore  0x00000002 , 0x00000013 
+ 00014183  0x000027cc copy  0x00000012 , 0x0000003f 
+ 00014184  0x000027cd iadd  0x00000011 , 0x00000011 
+ 00014185  0x000027ce loop  0x00003761 
+ 00014186  0x000027cf fetch  0x00000002 , 0x00004848 
+ 00014187  0x000027d0 branch  0x00007d79 
+ 00014188  0x000027d4 setarg  0x00000082 
+ 00014189  0x000027d5 store  0x00000001 , 0x00000723 
+ 00014190  0x000027d6 setarg  0x00000004 
+ 00014191  0x000027d7 istore  0x00000001 , 0x00000005 
+ 00014192  0x000027d8 fetch  0x00000001 , 0x0000070c 
+ 00014193  0x000027d9 istore  0x00000001 , 0x00000005 
+ 00014194  0x000027da jam  0x00000003 , 0x00000722 
+ 00014195  0x000027db branch  0x000041b5 
+ 00014196  0x000027df setarg  0x00000082 
+ 00014197  0x000027e0 store  0x00000001 , 0x00000723 
+ 00014198  0x000027e1 setarg  0x0000004e 
+ 00014199  0x000027e2 istore  0x00000001 , 0x00000005 
+ 00014200  0x000027e3 fetch  0x00000002 , 0x0000070c 
+ 00014201  0x000027e4 istore  0x00000002 , 0x00000005 
+ 00014202  0x000027e5 jam  0x00000004 , 0x00000722 
+ 00014203  0x000027e6 branch  0x000041b5 
+ 00014204  0x000027ea setarg  0x00000082 
+ 00014205  0x000027eb store  0x00000001 , 0x00000723 
+ 00014206  0x000027ec setarg  0x00000060 
+ 00014207  0x000027ed istore  0x00000001 , 0x00000005 
+ 00014208  0x000027ee fetch  0x00000004 , 0x0000070c 
+ 00014209  0x000027ef istore  0x00000004 , 0x00000005 
+ 00014210  0x000027f0 jam  0x00000006 , 0x00000722 
+ 00014211  0x000027f1 branch  0x000041b5 
+ 00014212  0x000027f6 setarg  0x0000005e 
+ 00014213  0x000027f7 store  0x00000001 , 0x00000723 
+ 00014214  0x000027f8 setarg  0x00000000 
+ 00014215  0x000027f9 istore  0x00000001 , 0x00000005 
+ 00014216  0x000027fa fetch  0x00000002 , 0x0000070c 
+ 00014217  0x000027fb istore  0x00000002 , 0x00000005 
+ 00014218  0x000027fc jam  0x00000004 , 0x00000722 
+ 00014219  0x000027fd branch  0x000041b5 
+ 00014220  0x00002803 fetch  0x00000001 , 0x00004804 
+ 00014221  0x00002804 rtn  0x00000034 
+ 00014222  0x00002805 pincrease  0x0000001e 
+ 00014223  0x00002806 store  0x00000001 , 0x00004804 
+ 00014224  0x00002807 rtn 
+ 00014225  0x0000280a arg  0x00004803 , 0x00000013 
+ 00014226  0x0000280b arg  0x000037e4 , 0x00000012 
+ 00014227  0x0000280c branch  0x000042e0 
+ 00014228  0x0000280f arg  0x00004804 , 0x00000013 
+ 00014229  0x00002810 arg  0x00003797 , 0x00000012 
+ 00014230  0x00002811 branch  0x000042e0 
+ 00014231  0x00002814 fetch  0x00000002 , 0x00004855 
+ 00014232  0x00002815 branch  0x00007d79 
+ 00014233  0x0000281d call  0x000037c4 
+ 00014234  0x0000281e nrtn  0x00000028 
+ 00014235  0x0000281f bpatchx  0x000000a0 , 0x00004034 
+ 00014236  0x00002820 fetch  0x00000002 , 0x0000070e 
+ 00014237  0x00002821 arg  0x0000f01f , 0x00000002 
+ 00014238  0x00002822 isub  0x00000002 , 0x0000003e 
+ 00014239  0x00002823 branch  0x000037d8 , 0x00000005 
+ 00014240  0x00002825 arg  0x0000f014 , 0x00000002 
+ 00014241  0x00002826 isub  0x00000002 , 0x0000003e 
+ 00014242  0x00002827 branch  0x0000391c , 0x00000005 
+ 00014243  0x00002829 arg  0x0000f013 , 0x00000002 
+ 00014244  0x0000282a isub  0x00000002 , 0x0000003e 
+ 00014245  0x0000282b branch  0x00003907 , 0x00000005 
+ 00014246  0x0000282d arg  0x0000f017 , 0x00000002 
+ 00014247  0x0000282e isub  0x00000002 , 0x0000003e 
+ 00014248  0x0000282f branch  0x00003819 , 0x00000005 
+ 00014249  0x00002830 arg  0x0000f018 , 0x00000002 
+ 00014250  0x00002831 isub  0x00000002 , 0x0000003e 
+ 00014251  0x00002832 branch  0x00003845 , 0x00000005 
+ 00014252  0x00002833 arg  0x0000f016 , 0x00000002 
+ 00014253  0x00002834 isub  0x00000002 , 0x0000003e 
+ 00014254  0x00002835 branch  0x0000386a , 0x00000005 
+ 00014255  0x00002838 arg  0x00000534 , 0x00000002 
+ 00014256  0x00002839 isub  0x00000002 , 0x0000003e 
+ 00014257  0x0000283a branch  0x000037cf , 0x00000005 
+ 00014258  0x0000283b arg  0x00000533 , 0x00000002 
+ 00014259  0x0000283c isub  0x00000002 , 0x0000003e 
+ 00014260  0x0000283d branch  0x000037d2 , 0x00000005 
+ 00014261  0x0000283e arg  0x00000123 , 0x00000002 
+ 00014262  0x0000283f isub  0x00000002 , 0x0000003e 
+ 00014263  0x00002840 branch  0x000037d5 , 0x00000005 
+ 00014264  0x00002841 fetch  0x00000002 , 0x0000482c 
+ 00014265  0x00002842 branch  0x00007d79 
+ 00014266  0x00002845 rtn 
+ 00014267  0x00002847 ifetch  0x00000002 , 0x00000006 
+ 00014268  0x00002848 arg  0x000001a8 , 0x00000002 
+ 00014269  0x00002849 isub  0x00000002 , 0x0000003e 
+ 00014270  0x0000284a nrtn  0x00000005 
+ 00014271  0x0000284b ifetch  0x00000001 , 0x00000006 
+ 00014272  0x0000284c fetcht  0x00000001 , 0x000049b6 
+ 00014273  0x0000284d isub  0x00000002 , 0x0000003e 
+ 00014274  0x0000284e nrtn  0x00000005 
+ 00014275  0x0000284f branch  0x00003b2a 
+ 00014276  0x00002852 call  0x00007dbc 
+ 00014277  0x00002853 fetch  0x00000002 , 0x0000070b 
+ 00014278  0x00002854 arg  0x000001a8 , 0x00000002 
+ 00014279  0x00002855 isub  0x00000002 , 0x0000003e 
+ 00014280  0x00002856 nrtn  0x00000005 
+ 00014281  0x00002857 fetcht  0x00000001 , 0x000044f1 
+ 00014282  0x00002858 fetch  0x00000001 , 0x0000070d 
+ 00014283  0x00002859 isub  0x00000002 , 0x0000003e 
+ 00014284  0x0000285a rtn  0x00000005 
+ 00014285  0x0000285b store  0x00000001 , 0x000044f1 
+ 00014286  0x0000285c branch  0x00007dba 
+ 00014287  0x0000285f call  0x000037f4 
+ 00014288  0x00002860 fetch  0x00000002 , 0x0000483c 
+ 00014289  0x00002861 branch  0x00007d79 
+ 00014290  0x00002865 call  0x000037f4 
+ 00014291  0x00002866 fetch  0x00000002 , 0x0000483e 
+ 00014292  0x00002867 branch  0x00007d79 
+ 00014293  0x0000286a call  0x000037ee 
+ 00014294  0x0000286b fetch  0x00000002 , 0x00004840 
+ 00014295  0x0000286c branch  0x00007d79 
+ 00014296  0x00002870 call  0x000037f0 
+ 00014297  0x00002872 fetch  0x00000004 , 0x00000710 
+ 00014298  0x00002873 store  0x00000004 , 0x000044f3 
+ 00014299  0x00002874 branch  0x00003889 
+ 00014300  0x00002879 setarg  0x000000d3 
+ 00014301  0x0000287a store  0x00000001 , 0x00000723 
+ 00014302  0x0000287b setarg  0x000001a8 
+ 00014303  0x0000287c istore  0x00000002 , 0x00000005 
+ 00014304  0x0000287d fetch  0x00000001 , 0x000044f1 
+ 00014305  0x0000287e istore  0x00000001 , 0x00000005 
+ 00014306  0x0000287f istoret  0x00000002 , 0x00000005 
+ 00014307  0x00002880 rtn 
+ 00014308  0x00002884 arg  0x00000000 , 0x00000007 
+ 00014309  0x00002885 arg  0x00000003 , 0x00000002 
+ 00014310  0x00002886 arg  0x0000f009 , 0x00000011 
+ 00014311  0x00002887 branch  0x000037fc 
+ 00014312  0x00002893 arg  0x00000100 , 0x00000011 
+ 00014313  0x00002894 branch  0x000037fc 
+ 00014314  0x00002899 arg  0x00000008 , 0x00000039 
+ 00014315  0x0000289a branch  0x000037f6 
+ 00014316  0x0000289d arg  0x00000008 , 0x00000039 
+ 00014317  0x0000289e branch  0x000037f6 
+ 00014318  0x000028a1 arg  0x00000006 , 0x00000039 
+ 00014319  0x000028a2 branch  0x000037f6 
+ 00014320  0x000028a5 arg  0x00000004 , 0x00000039 
+ 00014321  0x000028a6 branch  0x000037f6 
+ 00014322  0x000028a9 arg  0x00000002 , 0x00000039 
+ 00014323  0x000028aa branch  0x000037f6 
+ 00014324  0x000028ad arg  0x00000001 , 0x00000039 
+ 00014325  0x000028ae branch  0x000037f6 
+ 00014326  0x000028b2 add  0x00000039 , 0x00000006 , 0x0000003f 
+ 00014327  0x000028b3 store  0x00000001 , 0x00000722 
+ 00014328  0x000028b4 call  0x000037dc 
+ 00014329  0x000028b5 arg  0x00000710 , 0x00000006 
+ 00014330  0x000028b6 call  0x00007cda 
+ 00014331  0x000028b7 branch  0x000041b5 
+ 00014332  0x000028bf call  0x00003808 
+ 00014333  0x000028c0 istorer  0x00000011 , 0x00000002 , 0x00000005 
+ 00014334  0x000028c1 istoret  0x00000001 , 0x00000005 
+ 00014335  0x000028c2 jam  0x00000007 , 0x00000722 
+ 00014336  0x000028c3 branch  0x00003806 
+ 00014337  0x000028ca call  0x00003808 
+ 00014338  0x000028cb istorer  0x00000011 , 0x00000002 , 0x00000005 
+ 00014339  0x000028cc istoret  0x00000002 , 0x00000005 
+ 00014340  0x000028cd jam  0x00000008 , 0x00000722 
+ 00014341  0x000028ce branch  0x00003806 
+ 00014342  0x000028d3 call  0x00003f6e 
+ 00014343  0x000028d4 branch  0x000041b5 
+ 00014344  0x000028d8 fetch  0x00000001 , 0x000047ae 
+ 00014345  0x000028d9 store  0x00000001 , 0x0000092b 
+ 00014346  0x000028da setarg  0x000000f0 
+ 00014347  0x000028db store  0x00000002 , 0x0000094c 
+ 00014348  0x000028dc fetch  0x00000001 , 0x000044f2 
+ 00014349  0x000028dd pincrease  0x00000001 
+ 00014350  0x000028de store  0x00000001 , 0x000044f2 
+ 00014351  0x000028df beq  0x000000c0 , 0x00003817 
+ 00014352  0x000028e0 setarg  0x000000d4 
+ 00014353  0x000028e1 store  0x00000001 , 0x00000723 
+ 00014354  0x000028e2 setarg  0x000001a8 
+ 00014355  0x000028e3 istore  0x00000002 , 0x00000005 
+ 00014356  0x000028e4 fetch  0x00000001 , 0x000044f2 
+ 00014357  0x000028e5 istore  0x00000001 , 0x00000005 
+ 00014358  0x000028e6 rtn 
+ 00014359  0x000028e9 jam  0x00000080 , 0x000044f2 
+ 00014360  0x000028ea rtn 
+ 00014361  0x000028ee copy  0x00000006 , 0x00000011 
+ 00014362  0x000028ef fetch  0x00000001 , 0x00000709 
+ 00014363  0x000028f0 arg  0x00000006 , 0x00000002 
+ 00014364  0x000028f1 isub  0x00000002 , 0x0000003f 
+ 00014365  0x000028f2 store  0x00000001 , 0x00004608 
+ 00014366  0x000028f3 copy  0x0000003f , 0x00000039 
+ 00014367  0x000028f4 copy  0x00000011 , 0x00000006 
+ 00014368  0x000028f5 arg  0x00004609 , 0x00000005 
+ 00014369  0x000028f6 call  0x00007cda 
+ 00014370  0x000028f7 arg  0x00000000 , 0x00000012 
+ 00014371  0x000028f9 arg  0x00004609 , 0x0000003f 
+ 00014372  0x000028fa iadd  0x00000012 , 0x00000002 
+ 00014373  0x000028fb ifetch  0x00000001 , 0x00000002 
+ 00014374  0x000028fc beq  0x000000ff , 0x0000383f 
+ 00014375  0x000028fd and  0x0000003f , 0x0000007f , 0x0000003f 
+ 00014376  0x000028fe call  0x00003837 
+ 00014377  0x000028ff increase  0x00000001 , 0x00000012 
+ 00014378  0x00002900 fetch  0x00000001 , 0x00004608 
+ 00014379  0x00002901 isub  0x00000012 , 0x0000003e 
+ 00014380  0x00002902 branch  0x00003823 , 0x00000002 
+ 00014381  0x00002903 call  0x0000394a 
+ 00014382  0x00002905 arg  0x0000f017 , 0x00000002 
+ 00014383  0x00002906 call  0x000037dc 
+ 00014384  0x00002907 arg  0x00000000 , 0x00000002 
+ 00014385  0x00002908 istoret  0x00000001 , 0x00000005 
+ 00014386  0x00002909 copy  0x00000005 , 0x00000002 
+ 00014387  0x0000290a call  0x0000393b 
+ 00014388  0x0000290b pincrease  0x00000007 
+ 00014389  0x0000290c store  0x00000001 , 0x00000722 
+ 00014390  0x0000290d branch  0x000041b5 
+ 00014391  0x00002910 rtn  0x00000034 
+ 00014392  0x00002911 pincrease  0xffffffff 
+ 00014393  0x00002912 mul32  0x0000003f , 0x00000012 , 0x0000003f 
+ 00014394  0x00002913 arg  0x00004503 , 0x00000011 
+ 00014395  0x00002914 iadd  0x00000011 , 0x00000011 
+ 00014396  0x00002915 setarg  0x00000000 
+ 00014397  0x00002916 istore  0x00000001 , 0x00000011 
+ 00014398  0x00002917 rtn 
+ 00014399  0x0000291a arg  0x00000012 , 0x00000039 
+ 00014400  0x0000291b mul32  0x00000039 , 0x0000000d , 0x00000039 
+ 00014401  0x0000291c arg  0x00004503 , 0x00000005 
+ 00014402  0x0000291d call  0x00007ca1 
+ 00014403  0x0000291e call  0x0000394a 
+ 00014404  0x0000291f branch  0x0000382e 
+ 00014405  0x00002922 ifetch  0x00000001 , 0x00000006 
+ 00014406  0x00002923 beq  0x000000ff , 0x0000385e 
+ 00014407  0x00002924 store  0x00000001 , 0x000045ff 
+ 00014408  0x00002925 ifetch  0x00000001 , 0x00000006 
+ 00014409  0x00002926 pincrease  0xffffffff 
+ 00014410  0x00002927 mul32  0x0000003f , 0x00000012 , 0x0000003f 
+ 00014411  0x00002928 arg  0x00004503 , 0x00000006 
+ 00014412  0x00002929 iadd  0x00000006 , 0x00000006 
+ 00014413  0x0000292a arg  0x000045ed , 0x00000005 
+ 00014414  0x0000292b arg  0x00000012 , 0x00000039 
+ 00014415  0x0000292c call  0x00007cda 
+ 00014416  0x0000292d arg  0x0000f018 , 0x00000002 
+ 00014417  0x0000292e call  0x000037dc 
+ 00014418  0x0000292f fetch  0x00000001 , 0x000045ed 
+ 00014419  0x00002930 branch  0x00003867 , 0x00000034 
+ 00014420  0x00002931 arg  0x00000000 , 0x00000002 
+ 00014421  0x00002932 istoret  0x00000001 , 0x00000005 
+ 00014422  0x00002934 fetch  0x00000001 , 0x000045ff 
+ 00014423  0x00002935 istore  0x00000001 , 0x00000005 
+ 00014424  0x00002936 fetch  0x00000001 , 0x000045ed 
+ 00014425  0x00002937 istore  0x00000001 , 0x00000005 
+ 00014426  0x00002938 fetch  0x00000008 , 0x000045ee 
+ 00014427  0x00002939 istore  0x00000008 , 0x00000005 
+ 00014428  0x0000293a jam  0x00000011 , 0x00000722 
+ 00014429  0x0000293b branch  0x000041b5 
+ 00014430  0x0000293f arg  0x0000f018 , 0x00000002 
+ 00014431  0x00002940 call  0x000037dc 
+ 00014432  0x00002941 arg  0x000000ff , 0x00000002 
+ 00014433  0x00002942 istoret  0x00000002 , 0x00000005 
+ 00014434  0x00002945 copy  0x00000005 , 0x00000002 
+ 00014435  0x00002946 call  0x0000393b 
+ 00014436  0x00002947 pincrease  0x00000008 
+ 00014437  0x00002948 store  0x00000001 , 0x00000722 
+ 00014438  0x00002949 branch  0x000041b5 
+ 00014439  0x0000294f arg  0x00000080 , 0x00000002 
+ 00014440  0x00002950 istore  0x00000001 , 0x00000005 
+ 00014441  0x00002951 branch  0x00003856 
+ 00014442  0x00002954 ifetch  0x00000001 , 0x00000006 
+ 00014443  0x00002955 store  0x00000001 , 0x000045ff 
+ 00014444  0x00002956 and  0x0000003f , 0x0000007f , 0x0000003f 
+ 00014445  0x00002957 pincrease  0xffffffff 
+ 00014446  0x00002958 mul32  0x0000003f , 0x00000012 , 0x0000003f 
+ 00014447  0x00002959 arg  0x00004503 , 0x00000005 
+ 00014448  0x0000295a iadd  0x00000005 , 0x00000005 
+ 00014449  0x0000295b fetch  0x00000001 , 0x000045ff 
+ 00014450  0x0000295c istore  0x00000001 , 0x00000005 
+ 00014451  0x0000295d call  0x0000394a 
+ 00014452  0x0000295e arg  0x0000f016 , 0x00000002 
+ 00014453  0x0000295f call  0x000037dc 
+ 00014454  0x00002960 setarg  0x00000000 
+ 00014455  0x00002961 istore  0x00000001 , 0x00000005 
+ 00014456  0x00002962 copy  0x00000005 , 0x00000002 
+ 00014457  0x00002963 call  0x0000393b 
+ 00014458  0x00002964 pincrease  0x00000007 
+ 00014459  0x00002965 store  0x00000001 , 0x00000722 
+ 00014460  0x00002966 branch  0x000041b5 
+ 00014461  0x0000296c copy  0x00000022 , 0x00000002 
+ 00014462  0x0000296d fetch  0x00000004 , 0x000044f7 
+ 00014463  0x0000296e isub  0x00000002 , 0x0000003e 
+ 00014464  0x0000296f call  0x0000388f , 0x00000002 
+ 00014465  0x00002970 call  0x00003896 
+ 00014466  0x00002971 isub  0x00000002 , 0x0000003e 
+ 00014467  0x00002972 rtn  0x00000002 
+ 00014468  0x00002973 call  0x0000388a 
+ 00014469  0x00002974 fetch  0x00000004 , 0x000044f3 
+ 00014470  0x00002975 pincrease  0x00000001 
+ 00014471  0x00002976 store  0x00000004 , 0x000044f3 
+ 00014472  0x00002977 branch  0x0000389a 
+ 00014473  0x0000297b copy  0x00000022 , 0x0000003f 
+ 00014474  0x0000297d store  0x00000004 , 0x000044f7 
+ 00014475  0x0000297e fetch  0x00000001 , 0x000044fa 
+ 00014476  0x0000297f and_into  0x0000000f , 0x0000003f 
+ 00014477  0x00002980 store  0x00000001 , 0x000044fa 
+ 00014478  0x00002981 rtn 
+ 00014479  0x00002984 rtn  0x00000005 
+ 00014480  0x00002985 copy  0x0000003f , 0x00000012 
+ 00014481  0x00002986 setarg  0x00100000 
+ 00014482  0x00002987 lshift8  0x0000003f , 0x0000003f 
+ 00014483  0x00002988 iadd  0x00000002 , 0x00000002 
+ 00014484  0x00002989 copy  0x00000012 , 0x0000003f 
+ 00014485  0x0000298a rtn 
+ 00014486  0x0000298d arg  0x00000014 , 0x00000039 
+ 00014487  0x0000298f pincrease  0x000000a0 
+ 00014488  0x00002990 loop  0x00003897 
+ 00014489  0x00002991 rtn 
+ 00014490  0x00002994 setarg  0x0000000d 
+ 00014491  0x00002995 store  0x00000001 , 0x00004602 
+ 00014492  0x00002996 pincrease  0xffffffff 
+ 00014493  0x00002997 mul32  0x0000003f , 0x00000012 , 0x0000003f 
+ 00014494  0x00002998 arg  0x00004503 , 0x00000030 
+ 00014495  0x00002999 iadd  0x00000030 , 0x00000030 
+ 00014496  0x0000299b ifetch  0x00000001 , 0x00000030 
+ 00014497  0x0000299c ncall  0x000038a8 , 0x00000034 
+ 00014498  0x0000299d increase  0xffffffee , 0x00000030 
+ 00014499  0x0000299f fetch  0x00000001 , 0x00004602 
+ 00014500  0x000029a0 pincrease  0xffffffff 
+ 00014501  0x000029a1 rtn  0x00000034 
+ 00014502  0x000029a2 store  0x00000001 , 0x00004602 
+ 00014503  0x000029a3 branch  0x000038a0 
+ 00014504  0x000029a6 arg  0x00000007 , 0x00000007 
+ 00014505  0x000029a7 qisolate0  0x0000003f 
+ 00014506  0x000029a8 rtn  0x00000001 
+ 00014507  0x000029a9 and  0x0000003f , 0x0000007f , 0x0000003f 
+ 00014508  0x000029aa arg  0x0000000d , 0x00000002 
+ 00014509  0x000029ab isub  0x00000002 , 0x0000003e 
+ 00014510  0x000029ac rtn  0x00000002 
+ 00014511  0x000029ad copy  0x00000030 , 0x00000006 
+ 00014512  0x000029ae arg  0x000045ed , 0x00000005 
+ 00014513  0x000029af arg  0x00000012 , 0x00000039 
+ 00014514  0x000029b0 call  0x00007cda 
+ 00014515  0x000029b1 fetch  0x00000001 , 0x000045fe 
+ 00014516  0x000029b2 beq  0x00000059 , 0x000038bf 
+ 00014517  0x000029b4 fetcht  0x00000004 , 0x000044f3 
+ 00014518  0x000029b5 fetch  0x00000004 , 0x000045ee 
+ 00014519  0x000029b6 isub  0x00000002 , 0x0000003e 
+ 00014520  0x000029b7 fetch  0x00000001 , 0x000045f5 
+ 00014521  0x000029b8 branch  0x000038e3 , 0x00000005 
+ 00014522  0x000029b9 nbranch  0x000038bc , 0x00000002 
+ 00014523  0x000029ba rtn 
+ 00014524  0x000029bd setarg  0x00000000 
+ 00014525  0x000029be istore  0x00000001 , 0x00000030 
+ 00014526  0x000029bf rtn 
+ 00014527  0x000029c3 fetch  0x00000004 , 0x000044f3 
+ 00014528  0x000029c4 arg  0x0000003c , 0x00000002 
+ 00014529  0x000029c5 idiv  0x00000002 
+ 00014530  0x000029c6 call  0x00007d62 
+ 00014531  0x000029c7 remainder  0x0000003f 
+ 00014532  0x000029c8 nrtn  0x00000034 
+ 00014533  0x000029ca fetch  0x00000004 , 0x000044f3 
+ 00014534  0x000029cb arg  0x00054600 , 0x00000002 
+ 00014535  0x000029cc isub  0x00000002 , 0x0000003f 
+ 00014536  0x000029ce arg  0x00093a80 , 0x00000002 
+ 00014537  0x000029cf idiv  0x00000002 
+ 00014538  0x000029d0 call  0x00007d62 
+ 00014539  0x000029d1 remainder  0x0000003f 
+ 00014540  0x000029d2 arg  0x00015180 , 0x00000002 
+ 00014541  0x000029d3 idiv  0x00000002 
+ 00014542  0x000029d4 call  0x00007d62 
+ 00014543  0x000029d5 remainder  0x00000011 
+ 00014544  0x000029d6 quotient  0x00000007 
+ 00014545  0x000029d7 fetch  0x00000001 , 0x000045f2 
+ 00014546  0x000029d8 branch  0x000038d5 , 0x00000034 
+ 00014547  0x000029d9 qisolate1  0x0000003f 
+ 00014548  0x000029da nrtn  0x00000001 
+ 00014549  0x000029dd deposit  0x00000011 
+ 00014550  0x000029de arg  0x0000003c , 0x00000002 
+ 00014551  0x000029df idiv  0x00000002 
+ 00014552  0x000029e0 call  0x00007d62 
+ 00014553  0x000029e1 quotient  0x00000002 
+ 00014554  0x000029e2 setarg  0x000001e0 
+ 00014555  0x000029e3 iadd  0x00000002 , 0x00000002 
+ 00014556  0x000029e4 fetch  0x00000002 , 0x000045ee 
+ 00014557  0x000029e5 arg  0x00000fff , 0x00000011 
+ 00014558  0x000029e6 iand  0x00000011 , 0x0000003f 
+ 00014559  0x000029e7 isub  0x00000002 , 0x0000003e 
+ 00014560  0x000029e8 nrtn  0x00000005 
+ 00014561  0x000029e9 fetch  0x00000001 , 0x000045f6 
+ 00014562  0x000029ea branch  0x000038e3 
+ 00014563  0x000029ed store  0x00000001 , 0x0000070c 
+ 00014564  0x000029ee jam  0x00000001 , 0x00004602 
+ 00014565  0x000029f0 copy  0x00000030 , 0x0000003f 
+ 00014566  0x000029f1 store  0x00000002 , 0x0000091f 
+ 00014567  0x000029f3 fetcht  0x00000001 , 0x0000070c 
+ 00014568  0x000029f4 fetchr  0x00000007 , 0x00000001 , 0x00004869 
+ 00014569  0x000029f5 call  0x000037e8 
+ 00014570  0x000029f7 fetch  0x00000002 , 0x0000091f 
+ 00014571  0x000029f8 copy  0x0000003f , 0x00000030 
+ 00014572  0x000029f9 add  0x00000030 , 0x00000011 , 0x00000006 
+ 00014573  0x000029fa ifetch  0x00000001 , 0x00000006 
+ 00014574  0x000029fb beq  0x00000059 , 0x000038f4 
+ 00014575  0x000029fd setarg  0x00000000 
+ 00014576  0x000029fe istore  0x00000001 , 0x00000030 
+ 00014577  0x000029ff fetchr  0x00000007 , 0x00000001 , 0x00004869 
+ 00014578  0x00002a00 call  0x000038ff 
+ 00014579  0x00002a01 branch  0x0000394a 
+ 00014580  0x00002a06 fetch  0x00000001 , 0x000045f2 
+ 00014581  0x00002a07 branch  0x000038ef , 0x00000034 
+ 00014582  0x00002a08 arg  0x0000f009 , 0x00000002 
+ 00014583  0x00002a09 call  0x000037dc 
+ 00014584  0x00002a0a setarg  0x00000011 
+ 00014585  0x00002a0b istore  0x00000001 , 0x00000005 
+ 00014586  0x00002a0c ifetch  0x00000001 , 0x00000030 
+ 00014587  0x00002a0d or  0x0000003f , 0x00000080 , 0x0000003f 
+ 00014588  0x00002a0e istore  0x00000001 , 0x00000005 
+ 00014589  0x00002a0f jam  0x00000008 , 0x00000723 
+ 00014590  0x00002a10 branch  0x00003806 
+ 00014591  0x00002a13 arg  0x0000f020 , 0x00000002 
+ 00014592  0x00002a14 call  0x000037dc 
+ 00014593  0x00002a15 copy  0x00000005 , 0x00000002 
+ 00014594  0x00002a16 call  0x0000393b 
+ 00014595  0x00002a18 pincrease  0x00000006 
+ 00014596  0x00002a19 store  0x00000001 , 0x00000722 
+ 00014597  0x00002a1a jam  0x000000d3 , 0x00000723 
+ 00014598  0x00002a1b branch  0x00003806 
+ 00014599  0x00002a1f arg  0x000045ed , 0x00000005 
+ 00014600  0x00002a20 arg  0x00000010 , 0x00000039 
+ 00014601  0x00002a21 call  0x00007cda 
+ 00014602  0x00002a22 fetch  0x00000001 , 0x000045ed 
+ 00014603  0x00002a23 and  0x0000003f , 0x0000007f , 0x0000003f 
+ 00014604  0x00002a24 store  0x00000001 , 0x000045ff 
+ 00014605  0x00002a25 sub  0x0000003f , 0x0000000d , 0x0000003e 
+ 00014606  0x00002a26 nrtn  0x00000002 
+ 00014607  0x00002a27 fetch  0x00000004 , 0x000045ee 
+ 00014608  0x00002a28 arg  0x0000003c , 0x00000002 
+ 00014609  0x00002a29 idiv  0x00000002 
+ 00014610  0x00002a2a call  0x00007d62 
+ 00014611  0x00002a2b remainder  0x00000002 
+ 00014612  0x00002a2c isub  0x00000002 , 0x0000003f 
+ 00014613  0x00002a2d store  0x00000004 , 0x000045ee 
+ 00014614  0x00002a2e setarg  0x00000000 
+ 00014615  0x00002a2f store  0x00000002 , 0x000045fd 
+ 00014616  0x00002a30 arg  0x000045ed , 0x00000011 
+ 00014617  0x00002a31 call  0x00003930 
+ 00014618  0x00002a32 arg  0x0000f013 , 0x00000002 
+ 00014619  0x00002a33 branch  0x00003928 
+ 00014620  0x00002a3a arg  0x000045ed , 0x00000005 
+ 00014621  0x00002a3b arg  0x00000011 , 0x00000039 
+ 00014622  0x00002a3c call  0x00007cda 
+ 00014623  0x00002a3f fetch  0x00000001 , 0x000045ed 
+ 00014624  0x00002a40 and  0x0000003f , 0x0000007f , 0x0000003f 
+ 00014625  0x00002a41 store  0x00000001 , 0x000045ff 
+ 00014626  0x00002a42 sub  0x0000003f , 0x0000000d , 0x0000003e 
+ 00014627  0x00002a43 nrtn  0x00000002 
+ 00014628  0x00002a45 jam  0x00000059 , 0x000045fe 
+ 00014629  0x00002a46 arg  0x000045ed , 0x00000011 
+ 00014630  0x00002a47 call  0x00003930 
+ 00014631  0x00002a48 arg  0x0000f014 , 0x00000002 
+ 00014632  0x00002a4d call  0x000037dc 
+ 00014633  0x00002a4e setarg  0x00000000 
+ 00014634  0x00002a4f store  0x00000001 , 0x00000729 
+ 00014635  0x00002a50 copy  0x00000005 , 0x00000002 
+ 00014636  0x00002a51 call  0x0000393b 
+ 00014637  0x00002a52 pincrease  0x00000007 
+ 00014638  0x00002a53 store  0x00000001 , 0x00000722 
+ 00014639  0x00002a54 branch  0x000041b5 
+ 00014640  0x00002a58 call  0x00003937 
+ 00014641  0x00002a59 copy  0x00000011 , 0x00000006 
+ 00014642  0x00002a5a arg  0x00004503 , 0x00000005 
+ 00014643  0x00002a5b iadd  0x00000005 , 0x00000005 
+ 00014644  0x00002a5c arg  0x00000012 , 0x00000039 
+ 00014645  0x00002a5d call  0x00007cda 
+ 00014646  0x00002a5e branch  0x0000394a 
+ 00014647  0x00002a61 fetch  0x00000001 , 0x000045ff 
+ 00014648  0x00002a62 pincrease  0xffffffff 
+ 00014649  0x00002a63 mul32  0x0000003f , 0x00000012 , 0x0000003f 
+ 00014650  0x00002a64 rtn 
+ 00014651  0x00002a67 arg  0x00004503 , 0x00000011 
+ 00014652  0x00002a68 arg  0x00000000 , 0x00000012 
+ 00014653  0x00002a69 copy  0x00000002 , 0x00000005 
+ 00014654  0x00002a6a arg  0x0000000d , 0x00000039 
+ 00014655  0x00002a6b increase  0xffffffff , 0x00000039 
+ 00014656  0x00002a6d ifetch  0x00000001 , 0x00000011 
+ 00014657  0x00002a6e beq  0x000000ff , 0x00003945 
+ 00014658  0x00002a6f branch  0x00003945 , 0x00000034 
+ 00014659  0x00002a70 increase  0x00000001 , 0x00000012 
+ 00014660  0x00002a71 istore  0x00000001 , 0x00000005 
+ 00014661  0x00002a73 setarg  0x00000012 
+ 00014662  0x00002a74 iadd  0x00000011 , 0x00000011 
+ 00014663  0x00002a75 loop  0x00003940 
+ 00014664  0x00002a76 copy  0x00000012 , 0x0000003f 
+ 00014665  0x00002a77 rtn 
+ 00014666  0x00002a7a fetch  0x00000002 , 0x0000484a 
+ 00014667  0x00002a7b branch  0x00007d79 
+ 00014668  0x00002a86 bpatchx  0x000000a1 , 0x00004034 
+ 00014669  0x00002a87 setarg  0x00004a5e 
+ 00014670  0x00002a88 store  0x00000002 , 0x00004aed 
+ 00014671  0x00002a89 setarg  0x00004aeb 
+ 00014672  0x00002a8a store  0x00000002 , 0x00000919 
+ 00014673  0x00002a8b jam  0x00000014 , 0x00000787 
+ 00014674  0x00002a8c fetch  0x00000001 , 0x00004808 
+ 00014675  0x00002a8d store  0x00000001 , 0x00000788 
+ 00014676  0x00002a8f fetch  0x00000001 , 0x00000916 
+ 00014677  0x00002a90 pincrease  0x0000000b 
+ 00014678  0x00002a91 add  0x0000003f , 0xfffffffe , 0x00000039 
+ 00014679  0x00002a9a store  0x00000001 , 0x00000789 
+ 00014680  0x00002a9b pincrease  0xffffffff 
+ 00014681  0x00002a9e istore  0x00000001 , 0x00000005 
+ 00014682  0x00002a9f setarg  0x0000002a 
+ 00014683  0x00002aa0 istore  0x00000001 , 0x00000005 
+ 00014684  0x00002aa1 arg  0x00004998 , 0x00000006 
+ 00014685  0x00002aa2 call  0x00007ccc 
+ 00014686  0x00002aa3 fetchr  0x00000011 , 0x00000002 , 0x00000919 
+ 00014687  0x00002aa4 call  0x00003967 
+ 00014688  0x00002aa5 call  0x000078b2 
+ 00014689  0x00002aa7 fetch  0x00000002 , 0x000044e9 
+ 00014690  0x00002aa8 isolate1  0x00000009 , 0x0000003f 
+ 00014691  0x00002aa9 nrtn  0x00000001 
+ 00014692  0x00002aab call  0x00003e5e 
+ 00014693  0x00002aac arg  0x00000787 , 0x00000011 
+ 00014694  0x00002aad branch  0x000078b2 
+ 00014695  0x00002ab0 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00014696  0x00002ab1 ifetch  0x00000002 , 0x00000006 
+ 00014697  0x00002ab2 store  0x00000002 , 0x000043fb 
+ 00014698  0x00002ab3 arg  0x00000787 , 0x00000011 
+ 00014699  0x00002ab4 rtn 
+ 00014700  0x00002ab8 setarg  0x00004a5e 
+ 00014701  0x00002ab9 store  0x00000002 , 0x000043fb 
+ 00014702  0x00002aba rtn 
+ 00014703  0x00002abf fetch  0x00000001 , 0x000049b5 
+ 00014704  0x00002ac0 rtnne  0x00000001 
+ 00014705  0x00002ac1 jam  0x00000002 , 0x000049b5 
+ 00014706  0x00002ac2 branch  0x00003ace 
+ 00014707  0x00002ac5 arg  0x0000078c , 0x00000011 
+ 00014708  0x00002ac6 arg  0x00000012 , 0x00000002 
+ 00014709  0x00002ac7 setarg  0x00000021 
+ 00014710  0x00002ac8 nrtn  0x00000001 
+ 00014711  0x00002ac9 arg  0x0000079e , 0x00000011 
+ 00014712  0x00002aca fetcht  0x00000001 , 0x00000789 
+ 00014713  0x00002acb increase  0xffffffee , 0x00000002 
+ 00014714  0x00002acc setarg  0x00000022 
+ 00014715  0x00002acd rtn 
+ 00014716  0x00002ad6 arg  0x0000462b , 0x00000005 
+ 00014717  0x00002ad7 setarg  0x00000002 
+ 00014718  0x00002ad8 istore  0x00000001 , 0x00000005 
+ 00014719  0x00002ad9 setarg  0x00000001 
+ 00014720  0x00002ada istore  0x00000001 , 0x00000005 
+ 00014721  0x00002adb setarg  0x00000002 
+ 00014722  0x00002adc istore  0x00000001 , 0x00000005 
+ 00014723  0x00002add rtn 
+ 00014724  0x00002ae2 arg  0x00001827 , 0x00000002 
+ 00014725  0x00002ae3 setarg  0x00000003 
+ 00014726  0x00002ae4 istore  0x00000001 , 0x00000005 
+ 00014727  0x00002ae5 setarg  0x00000003 
+ 00014728  0x00002ae6 istore  0x00000001 , 0x00000005 
+ 00014729  0x00002ae7 istoret  0x00000002 , 0x00000005 
+ 00014730  0x00002ae8 rtn 
+ 00014731  0x00002aec call  0x000025b8 
+ 00014732  0x00002aed call  0x00002af5 
+ 00014733  0x00002aee call  0x0000264e 
+ 00014734  0x00002aef nrtn  0x0000002d 
+ 00014735  0x00002af1 fetch  0x00000001 , 0x00000002 
+ 00014736  0x00002af2 pincrease  0x00000001 
+ 00014737  0x00002af3 store  0x00000001 , 0x00000002 
+ 00014738  0x00002af4 fetch  0x00000002 , 0x00004824 
+ 00014739  0x00002af5 call  0x00007d79 
+ 00014740  0x00002af6 branch  0x000025bc 
+ 00014741  0x00002af9 call  0x000039a1 
+ 00014742  0x00002afa rtn  0x00000028 
+ 00014743  0x00002afc call  0x0000398b 
+ 00014744  0x00002afd call  0x00002018 
+ 00014745  0x00002afe fetcht  0x00000002 , 0x00004344 
+ 00014746  0x00002aff arg  0x0000000a , 0x00000007 
+ 00014747  0x00002b00 call  0x000020dc 
+ 00014748  0x00002b01 rtn  0x00000028 
+ 00014749  0x00002b02 arg  0x0000000d , 0x00000007 
+ 00014750  0x00002b03 call  0x00007cef 
+ 00014751  0x00002b04 nbranch  0x00003997 , 0x00000034 
+ 00014752  0x00002b05 rtn 
+ 00014753  0x00002b08 fetcht  0x00000002 , 0x00004344 
+ 00014754  0x00002b09 arg  0x00000004 , 0x00000007 
+ 00014755  0x00002b0a call  0x000020dc 
+ 00014756  0x00002b0b rtn  0x00000028 
+ 00014757  0x00002b0c call  0x000039a9 
+ 00014758  0x00002b0d fetch  0x00000002 , 0x00004344 
+ 00014759  0x00002b0e arg  0x0000000d , 0x00000007 
+ 00014760  0x00002b0f branch  0x00007ce1 
+ 00014761  0x00002b13 fetch  0x00000001 , 0x0000464a 
+ 00014762  0x00002b14 pincrease  0x00000001 
+ 00014763  0x00002b15 store  0x00000001 , 0x0000464a 
+ 00014764  0x00002b16 store  0x00000001 , 0x00000007 
+ 00014765  0x00002b17 rtnne  0x00000028 
+ 00014766  0x00002b18 jam  0x00000025 , 0x0000464a 
+ 00014767  0x00002b19 jam  0x00000025 , 0x00000007 
+ 00014768  0x00002b1a rtn 
+ 00014769  0x00002b1d fetch  0x00000001 , 0x0000004c 
+ 00014770  0x00002b1e and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00014771  0x00002b1f beq  0x00000000 , 0x000039b6 
+ 00014772  0x00002b20 beq  0x00000002 , 0x000039b6 
+ 00014773  0x00002b21 rtn 
+ 00014774  0x00002b24 ifetcht  0x00000001 , 0x00000006 
+ 00014775  0x00002b25 sub  0x00000002 , 0x00000006 , 0x0000003e 
+ 00014776  0x00002b26 rtn  0x00000002 
+ 00014777  0x00002b27 sub  0x00000002 , 0x00000025 , 0x0000003e 
+ 00014778  0x00002b28 nrtn  0x00000002 
+ 00014779  0x00002b29 add  0x00000002 , 0xfffffffa , 0x00000011 
+ 00014780  0x00002b2a add  0x00000006 , 0x00000006 , 0x00000012 
+ 00014781  0x00002b2d ifetcht  0x00000001 , 0x00000012 
+ 00014782  0x00002b2e sub  0x00000002 , 0x00000001 , 0x0000003e 
+ 00014783  0x00002b2f rtn  0x00000002 
+ 00014784  0x00002b30 sub  0x00000002 , 0x0000001e , 0x0000003e 
+ 00014785  0x00002b31 nrtn  0x00000002 
+ 00014786  0x00002b32 copy  0x00000002 , 0x0000003f 
+ 00014787  0x00002b33 rtn  0x00000034 
+ 00014788  0x00002b34 bpatchx  0x000000a2 , 0x00004034 
+ 00014789  0x00002b35 ifetch  0x00000001 , 0x00000006 
+ 00014790  0x00002b36 beq  0x000000ff , 0x000039d1 
+ 00014791  0x00002b37 beq  0x0000002a , 0x00003f7c 
+ 00014792  0x00002b3a add  0x00000002 , 0x00000001 , 0x0000003f 
+ 00014793  0x00002b3b isub  0x00000011 , 0x0000003e 
+ 00014794  0x00002b3c rtn  0x00000002 
+ 00014795  0x00002b3d iadd  0x00000012 , 0x00000012 
+ 00014796  0x00002b3e sub  0x00000002 , 0xffffffff , 0x0000003f 
+ 00014797  0x00002b3f iadd  0x00000011 , 0x00000011 
+ 00014798  0x00002b40 copy  0x00000011 , 0x0000003f 
+ 00014799  0x00002b41 rtn  0x00000034 
+ 00014800  0x00002b42 branch  0x000039bd 
+ 00014801  0x00002b45 jam  0x00000000 , 0x000007aa 
+ 00014802  0x00002b46 branch  0x00003cfa 
+ 00014803  0x00002b4a fetch  0x00000001 , 0x00000000 
+ 00014804  0x00002b4b pincrease  0x00000001 
+ 00014805  0x00002b4c store  0x00000001 , 0x00000000 
+ 00014806  0x00002b4e bpatchx  0x000000a3 , 0x00004034 
+ 00014807  0x00002b4f call  0x000025b8 
+ 00014808  0x00002b50 arg  0x00000027 , 0x00000039 
+ 00014809  0x00002b51 arg  0x00004169 , 0x00000006 
+ 00014810  0x00002b52 arg  0x000007aa , 0x00000005 
+ 00014811  0x00002b53 call  0x00007ccc 
+ 00014812  0x00002b54 jam  0x00000025 , 0x00000007 
+ 00014813  0x00002b55 arg  0x00000708 , 0x0000001b 
+ 00014814  0x00002b56 enable  0x00000010 
+ 00014815  0x00002b57 disable  0x0000002d 
+ 00014816  0x00002b5a call  0x00002af5 
+ 00014817  0x00002b5b call  0x000039f0 
+ 00014818  0x00002b5c random  0x0000003f 
+ 00014819  0x00002b5d arg  0x000001ff , 0x00000002 
+ 00014820  0x00002b5e iand  0x00000002 , 0x0000003f 
+ 00014821  0x00002b5f add  0x0000003f , 0x00000064 , 0x0000003f 
+ 00014822  0x00002b60 call  0x00007c91 
+ 00014823  0x00002b61 fetch  0x00000001 , 0x00000007 
+ 00014824  0x00002b62 pincrease  0x00000001 
+ 00014825  0x00002b63 store  0x00000001 , 0x00000007 
+ 00014826  0x00002b64 bne  0x00000028 , 0x000039e0 
+ 00014827  0x00002b66 arg  0x00000027 , 0x00000039 
+ 00014828  0x00002b67 arg  0x00004169 , 0x00000005 
+ 00014829  0x00002b68 arg  0x000007aa , 0x00000006 
+ 00014830  0x00002b69 call  0x00007ccc 
+ 00014831  0x00002b6a branch  0x000025bc 
+ 00014832  0x00002b6d arg  0x00000002 , 0x00000002 
+ 00014833  0x00002b6e storet  0x00000001 , 0x00004169 
+ 00014834  0x00002b6f fetcht  0x00000001 , 0x0000462a 
+ 00014835  0x00002b70 add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00014836  0x00002b71 store  0x00000001 , 0x0000416a 
+ 00014837  0x00002b72 fetch  0x00000006 , 0x000042db 
+ 00014838  0x00002b73 store  0x00000006 , 0x0000416b 
+ 00014839  0x00002b74 copy  0x00000002 , 0x00000039 
+ 00014840  0x00002b75 arg  0x0000462b , 0x00000006 
+ 00014841  0x00002b76 call  0x00007ccc 
+ 00014842  0x00002b78 branch  0x0000273e 
+ 00014843  0x00002b84 bpatchx  0x000000a4 , 0x00004034 
+ 00014844  0x00002b85 fetcht  0x00000002 , 0x000008f4 
+ 00014845  0x00002b86 fetch  0x00000001 , 0x000008f3 
+ 00014846  0x00002b87 copy  0x00000002 , 0x00000006 
+ 00014847  0x00002b88 arg  0x0000476e , 0x00000011 
+ 00014848  0x00002b89 arg  0x0000477e , 0x00000030 
+ 00014849  0x00002b8a call  0x00003c5a 
+ 00014850  0x00002b8b call  0x00007dbc 
+ 00014851  0x00002b8c copy  0x00000013 , 0x0000003f 
+ 00014852  0x00002b8d iadd  0x00000030 , 0x00000006 
+ 00014853  0x00002b8e fetcht  0x00000004 , 0x0000477e 
+ 00014854  0x00002b8f fetch  0x00000002 , 0x00000910 
+ 00014855  0x00002b90 copy  0x0000003f , 0x00000011 
+ 00014856  0x00002b92 arg  0x0000000a , 0x00000039 
+ 00014857  0x00002b94 ifetch  0x00000004 , 0x00000011 
+ 00014858  0x00002b95 branch  0x00003a16 , 0x00000034 
+ 00014859  0x00002b96 isub  0x00000002 , 0x0000003e 
+ 00014860  0x00002b97 rtn  0x00000005 
+ 00014861  0x00002b98 increase  0x00000004 , 0x00000011 
+ 00014862  0x00002b99 loop  0x00003a09 
+ 00014863  0x00002b9a fetch  0x00000002 , 0x00000910 
+ 00014864  0x00002b9b copy  0x0000003f , 0x00000005 
+ 00014865  0x00002b9c add  0x0000003f , 0x00000004 , 0x00000006 
+ 00014866  0x00002b9f arg  0x00000024 , 0x00000039 
+ 00014867  0x00002ba0 call  0x00007ccc 
+ 00014868  0x00002ba1 istoret  0x00000004 , 0x00000005 
+ 00014869  0x00002ba2 branch  0x00007dba 
+ 00014870  0x00002ba4 istoret  0x00000004 , 0x00000011 
+ 00014871  0x00002ba5 branch  0x00007dba 
+ 00014872  0x00002ba8 fetch  0x00000001 , 0x00004857 
+ 00014873  0x00002ba9 beq  0x00000001 , 0x00003a43 
+ 00014874  0x00002bab call  0x00003a21 
+ 00014875  0x00002bac call  0x00003a25 
+ 00014876  0x00002bad call  0x00003a2c 
+ 00014877  0x00002bae call  0x00003a30 
+ 00014878  0x00002baf call  0x00003a34 
+ 00014879  0x00002bb0 call  0x00003a35 
+ 00014880  0x00002bb1 branch  0x00003a39 
+ 00014881  0x00002bb4 arg  0x0000001a , 0x00000002 
+ 00014882  0x00002bb5 arg  0x0000480a , 0x00000011 
+ 00014883  0x00002bb6 setarg  0x0001ffa0 
+ 00014884  0x00002bb7 branch  0x00006c4d 
+ 00014885  0x00002bb9 arg  0x00000013 , 0x00000002 
+ 00014886  0x00002bba arg  0x000047ef , 0x00000011 
+ 00014887  0x00002bbb setarg  0x0001e000 
+ 00014888  0x00002bbc call  0x00006c4d 
+ 00014889  0x00002bbd fetch  0x00000001 , 0x000047ff 
+ 00014890  0x00002bbe store  0x00000001 , 0x00004871 
+ 00014891  0x00002bbf rtn 
+ 00014892  0x00002bc1 arg  0x00000010 , 0x00000002 
+ 00014893  0x00002bc2 arg  0x00004959 , 0x00000011 
+ 00014894  0x00002bc3 setarg  0x0001e100 
+ 00014895  0x00002bc4 branch  0x00006c4d 
+ 00014896  0x00002bc6 arg  0x00000010 , 0x00000002 
+ 00014897  0x00002bc7 arg  0x000046a0 , 0x00000011 
+ 00014898  0x00002bc8 setarg  0x0001e200 
+ 00014899  0x00002bc9 branch  0x00006c4d 
+ 00014900  0x00002bcb rtn 
+ 00014901  0x00002bcd arg  0x00000003 , 0x00000002 
+ 00014902  0x00002bce arg  0x00004992 , 0x00000011 
+ 00014903  0x00002bcf setarg  0x0001f000 
+ 00014904  0x00002bd0 branch  0x00006c4d 
+ 00014905  0x00002bd2 fetch  0x00000002 , 0x0000484c 
+ 00014906  0x00002bd3 rtnbit1  0x00000002 
+ 00014907  0x00002bd4 arg  0x00000040 , 0x00000002 
+ 00014908  0x00002bd5 arg  0x000006a1 , 0x00000011 
+ 00014909  0x00002bd6 setarg  0x0001e400 
+ 00014910  0x00002bd7 call  0x00006c4d 
+ 00014911  0x00002bd8 call  0x00003e3e 
+ 00014912  0x00002bd9 arg  0x000006a1 , 0x00000006 
+ 00014913  0x00002bda add  0x00000011 , 0x00000006 , 0x00000011 
+ 00014914  0x00002bdb branch  0x00003a6b 
+ 00014915  0x00002bdf call  0x00003a4a 
+ 00014916  0x00002be0 call  0x00003a4e 
+ 00014917  0x00002be1 call  0x00003a55 
+ 00014918  0x00002be2 call  0x00003a59 
+ 00014919  0x00002be3 call  0x00003a5d 
+ 00014920  0x00002be4 call  0x00003a5e 
+ 00014921  0x00002be5 branch  0x00003a62 
+ 00014922  0x00002be8 arg  0x0000001a , 0x00000002 
+ 00014923  0x00002be9 arg  0x0000480a , 0x00000011 
+ 00014924  0x00002bea arg  0x00000000 , 0x00000012 
+ 00014925  0x00002beb branch  0x00006ce1 
+ 00014926  0x00002bee arg  0x00000013 , 0x00000002 
+ 00014927  0x00002bef arg  0x000047ef , 0x00000011 
+ 00014928  0x00002bf0 arg  0x0000001a , 0x00000012 
+ 00014929  0x00002bf1 call  0x00006ce1 
+ 00014930  0x00002bf2 fetch  0x00000001 , 0x000047ff 
+ 00014931  0x00002bf3 store  0x00000001 , 0x00004871 
+ 00014932  0x00002bf4 rtn 
+ 00014933  0x00002bf7 arg  0x00000010 , 0x00000002 
+ 00014934  0x00002bf8 arg  0x00004959 , 0x00000011 
+ 00014935  0x00002bf9 arg  0x0000002d , 0x00000012 
+ 00014936  0x00002bfa branch  0x00006ce1 
+ 00014937  0x00002bfd arg  0x00000010 , 0x00000002 
+ 00014938  0x00002bfe arg  0x000046a0 , 0x00000011 
+ 00014939  0x00002bff arg  0x0000003d , 0x00000012 
+ 00014940  0x00002c00 branch  0x00006ce1 
+ 00014941  0x00002c03 rtn 
+ 00014942  0x00002c06 arg  0x00000003 , 0x00000002 
+ 00014943  0x00002c07 arg  0x00004992 , 0x00000011 
+ 00014944  0x00002c08 arg  0x0000004e , 0x00000012 
+ 00014945  0x00002c09 branch  0x00006ce1 
+ 00014946  0x00002c0c fetch  0x00000002 , 0x0000484c 
+ 00014947  0x00002c0d rtnbit1  0x00000002 
+ 00014948  0x00002c0e arg  0x00000040 , 0x00000002 
+ 00014949  0x00002c0f arg  0x000006a1 , 0x00000011 
+ 00014950  0x00002c10 arg  0x00000051 , 0x00000012 
+ 00014951  0x00002c11 call  0x00006ce1 
+ 00014952  0x00002c12 call  0x00003e3e 
+ 00014953  0x00002c13 arg  0x000006a1 , 0x00000006 
+ 00014954  0x00002c14 add  0x00000011 , 0x00000006 , 0x00000011 
+ 00014955  0x00002c16 copy  0x00000011 , 0x00000005 
+ 00014956  0x00002c17 call  0x00007c8f 
+ 00014957  0x00002c18 copy  0x00000012 , 0x0000003f 
+ 00014958  0x00002c19 iadd  0x00000011 , 0x00000011 
+ 00014959  0x00002c1a loop  0x00003a6b 
+ 00014960  0x00002c1b rtn 
+ 00014961  0x00002c1e fetch  0x00000001 , 0x00004857 
+ 00014962  0x00002c1f beq  0x00000001 , 0x00003a83 
+ 00014963  0x00002c20 beq  0x00000002 , 0x00003a74 
+ 00014964  0x00002c22 call  0x00003a77 
+ 00014965  0x00002c23 call  0x00003a7b 
+ 00014966  0x00002c24 branch  0x00003a7f 
+ 00014967  0x00002c26 arg  0x00000013 , 0x00000002 
+ 00014968  0x00002c27 arg  0x000047ef , 0x00000011 
+ 00014969  0x00002c28 setarg  0x0001e000 
+ 00014970  0x00002c29 branch  0x00006c33 
+ 00014971  0x00002c2b arg  0x00000010 , 0x00000002 
+ 00014972  0x00002c2c arg  0x00004959 , 0x00000011 
+ 00014973  0x00002c2d setarg  0x0001e100 
+ 00014974  0x00002c2e branch  0x00006c33 
+ 00014975  0x00002c30 arg  0x00000010 , 0x00000002 
+ 00014976  0x00002c31 arg  0x000046a0 , 0x00000011 
+ 00014977  0x00002c32 setarg  0x0001e200 
+ 00014978  0x00002c33 branch  0x00006c33 
+ 00014979  0x00002c36 call  0x00003a86 
+ 00014980  0x00002c37 call  0x00003a8a 
+ 00014981  0x00002c38 branch  0x00003a8e 
+ 00014982  0x00002c3b arg  0x00000013 , 0x00000002 
+ 00014983  0x00002c3c arg  0x000047ef , 0x00000011 
+ 00014984  0x00002c3d arg  0x0000001a , 0x00000012 
+ 00014985  0x00002c3e branch  0x00006cd3 
+ 00014986  0x00002c41 arg  0x00000010 , 0x00000002 
+ 00014987  0x00002c42 arg  0x00004959 , 0x00000011 
+ 00014988  0x00002c43 arg  0x0000002d , 0x00000012 
+ 00014989  0x00002c44 branch  0x00006cd3 
+ 00014990  0x00002c47 arg  0x00000010 , 0x00000002 
+ 00014991  0x00002c48 arg  0x000046a0 , 0x00000011 
+ 00014992  0x00002c49 arg  0x0000003d , 0x00000012 
+ 00014993  0x00002c4a branch  0x00006cd3 
+ 00014994  0x00002c4d fetch  0x00000003 , 0x00004992 
+ 00014995  0x00002c4e fetcht  0x00000003 , 0x00004c24 
+ 00014996  0x00002c4f isub  0x00000002 , 0x0000003e 
+ 00014997  0x00002c50 nrtn  0x00000002 
+ 00014998  0x00002c51 add  0x0000003f , 0x00000080 , 0x0000003f 
+ 00014999  0x00002c52 store  0x00000003 , 0x00004c24 
+ 00015000  0x00002c53 fetch  0x00000001 , 0x00004857 
+ 00015001  0x00002c54 beq  0x00000001 , 0x00003a9e 
+ 00015002  0x00002c56 arg  0x00000003 , 0x00000002 
+ 00015003  0x00002c57 arg  0x00004c24 , 0x00000011 
+ 00015004  0x00002c58 setarg  0x0001f000 
+ 00015005  0x00002c59 branch  0x00006c33 
+ 00015006  0x00002c5b arg  0x00000003 , 0x00000002 
+ 00015007  0x00002c5c arg  0x00004c24 , 0x00000011 
+ 00015008  0x00002c5d arg  0x0000004e , 0x00000012 
+ 00015009  0x00002c5e branch  0x00006cd3 
+ 00015010  0x00002c61 call  0x00003aad 
+ 00015011  0x00002c62 fetch  0x00000001 , 0x00004857 
+ 00015012  0x00002c63 beq  0x00000002 , 0x00003aa9 
+ 00015013  0x00002c64 arg  0x00000040 , 0x00000002 
+ 00015014  0x00002c65 arg  0x000006a1 , 0x00000011 
+ 00015015  0x00002c66 arg  0x00000051 , 0x00000012 
+ 00015016  0x00002c67 branch  0x00006cd3 
+ 00015017  0x00002c69 arg  0x00000040 , 0x00000002 
+ 00015018  0x00002c6a arg  0x000006a1 , 0x00000011 
+ 00015019  0x00002c6b setarg  0x0001e400 
+ 00015020  0x00002c6c branch  0x00006c33 
+ 00015021  0x00002c6f call  0x00003e3e 
+ 00015022  0x00002c70 arg  0x000006a1 , 0x00000005 
+ 00015023  0x00002c71 add  0x00000011 , 0x00000006 , 0x00000011 
+ 00015024  0x00002c73 copy  0x00000011 , 0x00000006 
+ 00015025  0x00002c74 call  0x00007c8f 
+ 00015026  0x00002c75 copy  0x00000012 , 0x0000003f 
+ 00015027  0x00002c76 iadd  0x00000011 , 0x00000011 
+ 00015028  0x00002c77 loop  0x00003ab0 
+ 00015029  0x00002c78 rtn 
+ 00015030  0x00002c7b fetch  0x00000001 , 0x00004857 
+ 00015031  0x00002c7c beq  0x00000001 , 0x00003abb 
+ 00015032  0x00002c7e setarg  0x0001e000 
+ 00015033  0x00002c7f store  0x00000003 , 0x00004419 
+ 00015034  0x00002c80 branch  0x00006bfa 
+ 00015035  0x00002c82 rtn 
+ 00015036  0x00002c85 fetch  0x00000001 , 0x00004857 
+ 00015037  0x00002c86 rtnne  0x00000002 
+ 00015038  0x00002c87 setarg  0x0001d000 
+ 00015039  0x00002c88 arg  0x00004503 , 0x00000011 
+ 00015040  0x00002c89 arg  0x0000000d , 0x00000002 
+ 00015041  0x00002c8a mul32  0x00000002 , 0x00000012 , 0x00000002 
+ 00015042  0x00002c8b branch  0x00006c33 
+ 00015043  0x00002c8e fetch  0x00000001 , 0x00004857 
+ 00015044  0x00002c8f rtnne  0x00000002 
+ 00015045  0x00002c90 arg  0x00004503 , 0x00000011 
+ 00015046  0x00002c91 arg  0x0000000d , 0x00000002 
+ 00015047  0x00002c92 mul32  0x00000002 , 0x00000012 , 0x00000002 
+ 00015048  0x00002c93 setarg  0x0001d000 
+ 00015049  0x00002c94 branch  0x00006c4d 
+ 00015050  0x00002c9b call  0x00004073 
+ 00015051  0x00002c9c branch  0x00003ad2 
+ 00015052  0x00002ca1 call  0x00003b23 
+ 00015053  0x00002ca2 branch  0x00003b19 
+ 00015054  0x00002ca6 jam  0x00000001 , 0x0000464b 
+ 00015055  0x00002ca7 rtn 
+ 00015056  0x00002cab jam  0x00000000 , 0x0000464b 
+ 00015057  0x00002cac rtn 
+ 00015058  0x00002cb0 arg  0x00003ad6 , 0x00000012 
+ 00015059  0x00002cb1 arg  0x0000001d , 0x00000011 
+ 00015060  0x00002cb2 arg  0x0000000e , 0x00000007 
+ 00015061  0x00002cb3 branch  0x00003b0e 
+ 00015062  0x00002cba fetch  0x00000001 , 0x000047e4 
+ 00015063  0x00002cbb beq  0x00000001 , 0x00003afd 
+ 00015064  0x00002cbc beq  0x00000003 , 0x00003adc 
+ 00015065  0x00002cbd beq  0x00000002 , 0x00003b0d 
+ 00015066  0x00002cbe beq  0x00000000 , 0x00003ade 
+ 00015067  0x00002cbf branch  0x00003ade 
+ 00015068  0x00002cc2 jam  0x00000000 , 0x00004388 
+ 00015069  0x00002cc3 branch  0x00003ad0 
+ 00015070  0x00002cc6 call  0x0000396c 
+ 00015071  0x00002cc7 arg  0x00000787 , 0x00000011 
+ 00015072  0x00002cc8 call  0x000078dc 
+ 00015073  0x00002cc9 nrtn  0x00000028 
+ 00015074  0x00002cca fetch  0x00000001 , 0x000049b7 
+ 00015075  0x00002ccb bbit1  0x00000002 , 0x00003aef 
+ 00015076  0x00002ccc fetch  0x00000001 , 0x00000787 
+ 00015077  0x00002ccd pincrease  0xffffffff 
+ 00015078  0x00002cce istore  0x00000001 , 0x00000012 
+ 00015079  0x00002ccf and  0x0000003f , 0x0000007f , 0x0000003f 
+ 00015080  0x00002cd0 call  0x00003af5 , 0x00000034 
+ 00015081  0x00002cd1 fetch  0x00000001 , 0x000049b7 
+ 00015082  0x00002cd2 rtnbit0  0x00000000 
+ 00015083  0x00002cd3 arg  0x0000462a , 0x00000005 
+ 00015084  0x00002cd4 arg  0x00000789 , 0x00000006 
+ 00015085  0x00002cd5 call  0x00007c8d 
+ 00015086  0x00002cd6 branch  0x000039d3 
+ 00015087  0x00002cd9 arg  0x00000787 , 0x00000011 
+ 00015088  0x00002cda call  0x000078ca 
+ 00015089  0x00002cdb call  0x000078fa 
+ 00015090  0x00002cdc nrtn  0x00000034 
+ 00015091  0x00002cde call  0x00003afb 
+ 00015092  0x00002cdf branch  0x00003ad0 
+ 00015093  0x00002ce3 arg  0x00000787 , 0x00000011 
+ 00015094  0x00002ce4 call  0x000078ca 
+ 00015095  0x00002ce5 call  0x000078fa 
+ 00015096  0x00002ce6 nrtn  0x00000034 
+ 00015097  0x00002ce8 jam  0x00000004 , 0x0000464f 
+ 00015098  0x00002ce9 branch  0x00003ad0 
+ 00015099  0x00002cec jam  0x00000000 , 0x000049b5 
+ 00015100  0x00002ced rtn 
+ 00015101  0x00002cf1 call  0x00003ce0 
+ 00015102  0x00002cf2 call  0x00003cec 
+ 00015103  0x00002cf3 call  0x00003b05 
+ 00015104  0x00002cf4 nrtn  0x00000005 
+ 00015105  0x00002cf5 fetch  0x00000001 , 0x000047e4 
+ 00015106  0x00002cf6 beq  0x00000003 , 0x00003b09 
+ 00015107  0x00002cf7 beq  0x00000001 , 0x00003b0b 
+ 00015108  0x00002cf8 rtn 
+ 00015109  0x00002cfe fetch  0x00000001 , 0x0000464e 
+ 00015110  0x00002cff add  0x0000003f , 0xffffffff , 0x0000003f 
+ 00015111  0x00002d00 store  0x00000001 , 0x0000464e 
+ 00015112  0x00002d01 rtn 
+ 00015113  0x00002d05 jam  0x00000258 , 0x0000464f 
+ 00015114  0x00002d06 branch  0x00003ad0 
+ 00015115  0x00002d0a jam  0x00000006 , 0x0000464f 
+ 00015116  0x00002d0b branch  0x00003ad0 
+ 00015117  0x00002d0f branch  0x000039d3 
+ 00015118  0x00002d12 fetch  0x00000001 , 0x0000464b 
+ 00015119  0x00002d13 rtnne  0x00000001 
+ 00015120  0x00002d15 random  0x0000003f 
+ 00015121  0x00002d16 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00015122  0x00002d17 iadd  0x00000011 , 0x00000011 
+ 00015123  0x00002d1c call  0x00007cef 
+ 00015124  0x00002d1d nrtn  0x00000034 
+ 00015125  0x00002d1e copy  0x00000011 , 0x0000003f 
+ 00015126  0x00002d1f call  0x00007ce1 
+ 00015127  0x00002d20 copy  0x00000012 , 0x0000003f 
+ 00015128  0x00002d21 branch  0x00007d79 
+ 00015129  0x00002d26 arg  0x0000464c , 0x00000013 
+ 00015130  0x00002d27 arg  0x00003b1c , 0x00000012 
+ 00015131  0x00002d28 branch  0x000042e7 
+ 00015132  0x00002d2c fetch  0x00000001 , 0x000047e4 
+ 00015133  0x00002d2d rtnne  0x00000001 
+ 00015134  0x00002d2e fetch  0x00000001 , 0x000047e7 
+ 00015135  0x00002d2f set1  0x00000000 , 0x0000003f 
+ 00015136  0x00002d30 store  0x00000001 , 0x000047e7 
+ 00015137  0x00002d31 jam  0x00000003 , 0x000047e4 
+ 00015138  0x00002d32 branch  0x00003b31 
+ 00015139  0x00002d38 arg  0x0000464f , 0x00000013 
+ 00015140  0x00002d39 arg  0x00003b26 , 0x00000012 
+ 00015141  0x00002d3a branch  0x000042e0 
+ 00015142  0x00002d40 fetch  0x00000001 , 0x000047e4 
+ 00015143  0x00002d42 beq  0x00000001 , 0x00003b2f 
+ 00015144  0x00002d43 beq  0x00000000 , 0x00003afb 
+ 00015145  0x00002d44 rtn 
+ 00015146  0x00002d47 call  0x00003e5a 
+ 00015147  0x00002d48 call  0x0000420b 
+ 00015148  0x00002d49 jam  0x00000000 , 0x0000464f 
+ 00015149  0x00002d4a call  0x00003ad0 
+ 00015150  0x00002d4b branch  0x00003afb 
+ 00015151  0x00002d4f jam  0x00000006 , 0x0000464e 
+ 00015152  0x00002d50 branch  0x00003ace 
+ 00015153  0x00002d54 jam  0x00000006 , 0x0000464e 
+ 00015154  0x00002d55 branch  0x00003ace 
+ 00015155  0x00002d58 arg  0x00003b37 , 0x00000012 
+ 00015156  0x00002d59 arg  0x00000020 , 0x00000011 
+ 00015157  0x00002d5a arg  0x0000000f , 0x00000007 
+ 00015158  0x00002d5b branch  0x00003b10 
+ 00015159  0x00002d5e fetch  0x00000001 , 0x000049b5 
+ 00015160  0x00002d5f nrtn  0x00000034 
+ 00015161  0x00002d60 call  0x0000406e 
+ 00015162  0x00002d61 arg  0x00000787 , 0x00000011 
+ 00015163  0x00002d62 call  0x000078dc 
+ 00015164  0x00002d63 nrtn  0x00000028 
+ 00015165  0x00002d64 fetch  0x00000001 , 0x00000787 
+ 00015166  0x00002d65 pincrease  0xffffffff 
+ 00015167  0x00002d66 istore  0x00000001 , 0x00000012 
+ 00015168  0x00002d67 call  0x000078ca , 0x00000034 
+ 00015169  0x00002d68 arg  0x0000462a , 0x00000005 
+ 00015170  0x00002d69 arg  0x00000789 , 0x00000006 
+ 00015171  0x00002d6a call  0x00007c8d 
+ 00015172  0x00002d6b branch  0x000039d3 
+ 00015173  0x00002d73 call  0x00003b4b 
+ 00015174  0x00002d74 call  0x00003b53 
+ 00015175  0x00002d75 call  0x00003b59 
+ 00015176  0x00002d76 call  0x00003b5f 
+ 00015177  0x00002d77 call  0x00003b67 
+ 00015178  0x00002d78 branch  0x00003b6b 
+ 00015179  0x00002d7e call  0x00003b78 
+ 00015180  0x00002d7f arg  0x000046c0 , 0x00000006 
+ 00015181  0x00002d80 arg  0x0000000f , 0x00000039 
+ 00015182  0x00002d81 call  0x00003be7 
+ 00015183  0x00002d82 call  0x00003c01 
+ 00015184  0x00002d83 arg  0x000001bd , 0x00000006 
+ 00015185  0x00002d84 arg  0x000046b0 , 0x00000005 
+ 00015186  0x00002d85 branch  0x00007c8f 
+ 00015187  0x00002d8b call  0x00003b7b 
+ 00015188  0x00002d8c call  0x00003b75 
+ 00015189  0x00002d8d call  0x00003c01 
+ 00015190  0x00002d8e arg  0x000001bd , 0x00000006 
+ 00015191  0x00002d8f arg  0x00004660 , 0x00000005 
+ 00015192  0x00002d90 branch  0x00007c8f 
+ 00015193  0x00002d95 call  0x00003b7b 
+ 00015194  0x00002d96 call  0x00003b78 
+ 00015195  0x00002d97 call  0x00003c01 
+ 00015196  0x00002d98 arg  0x000001bd , 0x00000006 
+ 00015197  0x00002d99 arg  0x00004690 , 0x00000005 
+ 00015198  0x00002d9a branch  0x00007c8f 
+ 00015199  0x00002da0 fetch  0x00000008 , 0x00004680 
+ 00015200  0x00002da1 store  0x00000008 , 0x00004658 
+ 00015201  0x00002da2 fetch  0x00000008 , 0x00004688 
+ 00015202  0x00002da3 store  0x00000008 , 0x00004650 
+ 00015203  0x00002da5 arg  0x00004650 , 0x00000006 
+ 00015204  0x00002da6 arg  0x000046b0 , 0x00000011 
+ 00015205  0x00002da7 arg  0x00004670 , 0x00000030 
+ 00015206  0x00002da8 branch  0x00003c48 
+ 00015207  0x00002daf arg  0x00004680 , 0x00000006 
+ 00015208  0x00002db0 arg  0x000046b0 , 0x00000011 
+ 00015209  0x00002db1 arg  0x00004680 , 0x00000030 
+ 00015210  0x00002db2 branch  0x00003c48 
+ 00015211  0x00002db9 arg  0x00004670 , 0x00000006 
+ 00015212  0x00002dba arg  0x00000010 , 0x00000039 
+ 00015213  0x00002dbb call  0x00003be4 
+ 00015214  0x00002dbc arg  0x000046d9 , 0x00000006 
+ 00015215  0x00002dbd arg  0x00000009 , 0x00000039 
+ 00015216  0x00002dbe call  0x00003be7 
+ 00015217  0x00002dbf call  0x00003c01 
+ 00015218  0x00002dc0 arg  0x000001bd , 0x00000006 
+ 00015219  0x00002dc1 arg  0x000046a0 , 0x00000005 
+ 00015220  0x00002dc2 branch  0x00007c8f 
+ 00015221  0x00002dc6 call  0x00003b79 
+ 00015222  0x00002dc8 arg  0x00004680 , 0x00000006 
+ 00015223  0x00002dc9 branch  0x00003be3 
+ 00015224  0x00002dcc call  0x00003b76 
+ 00015225  0x00002dce arg  0x00004688 , 0x00000006 
+ 00015226  0x00002dcf branch  0x00003be3 
+ 00015227  0x00002dd3 arg  0x0000480a , 0x00000006 
+ 00015228  0x00002dd4 arg  0x00000004 , 0x00000039 
+ 00015229  0x00002dd5 call  0x00003bea 
+ 00015230  0x00002dd6 arg  0x0000480e , 0x00000006 
+ 00015231  0x00002dd7 arg  0x00000006 , 0x00000039 
+ 00015232  0x00002dd8 call  0x00003bea 
+ 00015233  0x00002dd9 arg  0x00004814 , 0x00000006 
+ 00015234  0x00002dda arg  0x00000010 , 0x00000039 
+ 00015235  0x00002ddb call  0x00003be4 
+ 00015236  0x00002ddc call  0x00003bf1 
+ 00015237  0x00002ddd branch  0x00003bec 
+ 00015238  0x00002de3 call  0x00003b92 
+ 00015239  0x00002de6 arg  0x000047ec , 0x00000011 
+ 00015240  0x00002de7 arg  0x000001bd , 0x00000012 
+ 00015241  0x00002de8 arg  0x0000000b , 0x00000039 
+ 00015242  0x00002dea ifetch  0x00000002 , 0x00000011 
+ 00015243  0x00002deb ifetcht  0x00000002 , 0x00000012 
+ 00015244  0x00002dec ixor  0x00000002 , 0x0000003f 
+ 00015245  0x00002ded istore  0x00000002 , 0x00000011 
+ 00015246  0x00002dee increase  0x00000002 , 0x00000011 
+ 00015247  0x00002def increase  0x00000002 , 0x00000012 
+ 00015248  0x00002df0 loop  0x00003b8a 
+ 00015249  0x00002df1 rtn 
+ 00015250  0x00002df8 arg  0x00004670 , 0x00000006 
+ 00015251  0x00002df9 arg  0x00000010 , 0x00000039 
+ 00015252  0x00002dfa call  0x00003be4 
+ 00015253  0x00002dfb arg  0x000046cf , 0x00000006 
+ 00015254  0x00002dfc arg  0x0000000a , 0x00000039 
+ 00015255  0x00002dfd call  0x00003be7 
+ 00015256  0x00002dfe branch  0x00003c01 
+ 00015257  0x00002e03 arg  0x000047ef , 0x00000006 
+ 00015258  0x00002e04 arg  0x0000470d , 0x00000005 
+ 00015259  0x00002e05 call  0x00007c8f 
+ 00015260  0x00002e0b arg  0x0000470d , 0x00000006 
+ 00015261  0x00002e0c arg  0x0000471d , 0x00000011 
+ 00015262  0x00002e0d arg  0x0000472d , 0x00000030 
+ 00015263  0x00002e0e call  0x00003c4a 
+ 00015264  0x00002e10 arg  0x0000473d , 0x00000030 
+ 00015265  0x00002e11 arg  0x00000001 , 0x00000012 
+ 00015266  0x00002e12 setarg  0x00000000 
+ 00015267  0x00002e13 call  0x00003c4c 
+ 00015268  0x00002e14 fetch  0x00000001 , 0x0000474c 
+ 00015269  0x00002e15 and  0x0000003f , 0x0000007f , 0x0000003f 
+ 00015270  0x00002e16 store  0x00000001 , 0x0000474d 
+ 00015271  0x00002e18 arg  0x0000475e , 0x00000030 
+ 00015272  0x00002e19 arg  0x00000002 , 0x00000012 
+ 00015273  0x00002e1a setarg  0x00000010 
+ 00015274  0x00002e1b arg  0x0000473d , 0x00000011 
+ 00015275  0x00002e1c call  0x00003c4c 
+ 00015276  0x00002e1e arg  0x0000474e , 0x00000030 
+ 00015277  0x00002e1f arg  0x00000003 , 0x00000012 
+ 00015278  0x00002e20 setarg  0x00000010 
+ 00015279  0x00002e21 arg  0x0000475e , 0x00000011 
+ 00015280  0x00002e22 branch  0x00003c4c 
+ 00015281  0x00002e26 arg  0x00004959 , 0x00000006 
+ 00015282  0x00002e27 arg  0x0000476e , 0x00000011 
+ 00015283  0x00002e28 arg  0x0000477e , 0x00000030 
+ 00015284  0x00002e29 call  0x00003c4a 
+ 00015285  0x00002e2a arg  0x0000478e , 0x00000006 
+ 00015286  0x00002e2b arg  0x0000477e , 0x00000011 
+ 00015287  0x00002e2c arg  0x0000479e , 0x00000030 
+ 00015288  0x00002e2d setarg  0x00000004 
+ 00015289  0x00002e2e call  0x00003c5a 
+ 00015290  0x00002e2f fetch  0x00000001 , 0x000047ad 
+ 00015291  0x00002e30 and  0x0000003f , 0x0000003f , 0x0000003f 
+ 00015292  0x00002e31 set1  0x00000006 , 0x0000003f 
+ 00015293  0x00002e32 store  0x00000001 , 0x000047ae 
+ 00015294  0x00002e33 rtn 
+ 00015295  0x00002e37 arg  0x000047ef , 0x00000006 
+ 00015296  0x00002e38 arg  0x000047af , 0x00000011 
+ 00015297  0x00002e39 arg  0x000047bf , 0x00000030 
+ 00015298  0x00002e3a call  0x00003c4a 
+ 00015299  0x00002e3b arg  0x000047cf , 0x00000006 
+ 00015300  0x00002e3c arg  0x000047bf , 0x00000011 
+ 00015301  0x00002e3d arg  0x000047d4 , 0x00000030 
+ 00015302  0x00002e3e setarg  0x00000005 
+ 00015303  0x00002e3f call  0x00003c5a 
+ 00015304  0x00002e43 fetch  0x00000002 , 0x000044e9 
+ 00015305  0x00002e44 rtnbit1  0x00000009 
+ 00015306  0x00002e45 jam  0x00000001 , 0x00004388 
+ 00015307  0x00002e46 rtn 
+ 00015308  0x00002e4b arg  0x00004999 , 0x00000011 
+ 00015309  0x00002e4c fetch  0x00000007 , 0x0000499f 
+ 00015310  0x00002e4d branch  0x00003bd1 
+ 00015311  0x00002e4f arg  0x00000923 , 0x00000011 
+ 00015312  0x00002e50 fetch  0x00000007 , 0x00000929 
+ 00015313  0x00002e52 store  0x00000007 , 0x000008da 
+ 00015314  0x00002e53 setarg  0x00000000 
+ 00015315  0x00002e54 store  0x00000005 , 0x000008d1 
+ 00015316  0x00002e55 call  0x00003bda 
+ 00015317  0x00002e56 fetch  0x00000006 , 0x000008e1 
+ 00015318  0x00002e57 ifetcht  0x00000006 , 0x00000011 
+ 00015319  0x00002e58 ixor  0x00000002 , 0x0000003f 
+ 00015320  0x00002e59 istore  0x00000006 , 0x00000011 
+ 00015321  0x00002e5a rtn 
+ 00015322  0x00002e5e fetch  0x00000004 , 0x0000486e 
+ 00015323  0x00002e5f store  0x00000004 , 0x000008d6 
+ 00015324  0x00002e62 arg  0x0000474e , 0x00000006 
+ 00015325  0x00002e63 call  0x0000735f 
+ 00015326  0x00002e64 arg  0x000008d1 , 0x00000006 
+ 00015327  0x00002e65 call  0x00007361 
+ 00015328  0x00002e66 call  0x000072d1 
+ 00015329  0x00002e67 arg  0x000008e1 , 0x00000005 
+ 00015330  0x00002e68 branch  0x00007375 
+ 00015331  0x00002e70 arg  0x00000008 , 0x00000039 
+ 00015332  0x00002e76 call  0x00003bf1 
+ 00015333  0x00002e77 call  0x00003c39 
+ 00015334  0x00002e78 branch  0x00003bee 
+ 00015335  0x00002e7a call  0x00003bf1 
+ 00015336  0x00002e7b call  0x00007cda 
+ 00015337  0x00002e7c branch  0x00003bee 
+ 00015338  0x00002e7e call  0x00003bf1 
+ 00015339  0x00002e7f call  0x00003c39 
+ 00015340  0x00002e80 setarg  0x0000002c 
+ 00015341  0x00002e81 istore  0x00000001 , 0x00000005 
+ 00015342  0x00002e83 copy  0x00000005 , 0x0000003f 
+ 00015343  0x00002e84 store  0x00000002 , 0x000046f3 
+ 00015344  0x00002e85 rtn 
+ 00015345  0x00002e87 copy  0x00000006 , 0x00000002 
+ 00015346  0x00002e88 copy  0x00000039 , 0x00000011 
+ 00015347  0x00002e89 fetch  0x00000002 , 0x000046f3 
+ 00015348  0x00002e8a copy  0x0000003f , 0x00000005 
+ 00015349  0x00002e8b fetch  0x00000001 , 0x000046e2 
+ 00015350  0x00002e8c call  0x00003bfa , 0x00000034 
+ 00015351  0x00002e8d copy  0x00000002 , 0x00000006 
+ 00015352  0x00002e8e copy  0x00000011 , 0x00000039 
+ 00015353  0x00002e8f rtn 
+ 00015354  0x00002e91 jam  0x00000001 , 0x000046e2 
+ 00015355  0x00002e92 call  0x00003bfe 
+ 00015356  0x00002e93 arg  0x000007d1 , 0x00000005 
+ 00015357  0x00002e94 rtn 
+ 00015358  0x00002e97 arg  0x00000100 , 0x00000039 
+ 00015359  0x00002e98 arg  0x000007d1 , 0x00000005 
+ 00015360  0x00002e99 branch  0x00007ca3 
+ 00015361  0x00002e9e call  0x00003c17 
+ 00015362  0x00002e9f call  0x00003c32 
+ 00015363  0x00002ea1 setarg  0x000007d1 
+ 00015364  0x00002ea2 store  0x00000002 , 0x000046fa 
+ 00015365  0x00002ea3 call  0x00004134 
+ 00015366  0x00002ea6 fetch  0x00000002 , 0x000046fa 
+ 00015367  0x00002ea7 copy  0x0000003f , 0x00000006 
+ 00015368  0x00002ea8 arg  0x00000231 , 0x00000005 
+ 00015369  0x00002ea9 call  0x00007c81 
+ 00015370  0x00002eaa call  0x0000413b 
+ 00015371  0x00002eab fetch  0x00000002 , 0x000046fa 
+ 00015372  0x00002eac pincrease  0x00000040 
+ 00015373  0x00002ead store  0x00000002 , 0x000046fa 
+ 00015374  0x00002eae fetch  0x00000001 , 0x000046f7 
+ 00015375  0x00002eaf pincrease  0xffffffff 
+ 00015376  0x00002eb0 store  0x00000001 , 0x000046f7 
+ 00015377  0x00002eb1 nbranch  0x00003c06 , 0x00000034 
+ 00015378  0x00002eb2 call  0x00004176 
+ 00015379  0x00002eb3 arg  0x000001bd , 0x00000011 
+ 00015380  0x00002eb4 arg  0x00000020 , 0x00000039 
+ 00015381  0x00002eb5 call  0x00007cb1 
+ 00015382  0x00002eb6 rtn 
+ 00015383  0x00002eba jam  0x00000000 , 0x000046e2 
+ 00015384  0x00002ebb fetch  0x00000002 , 0x000046f3 
+ 00015385  0x00002ebc copy  0x0000003f , 0x00000005 
+ 00015386  0x00002ebd arg  0x00000080 , 0x00000002 
+ 00015387  0x00002ebe istoret  0x00000001 , 0x00000005 
+ 00015388  0x00002ebf arg  0x000007d1 , 0x00000002 
+ 00015389  0x00002ec0 isub  0x00000002 , 0x0000003f 
+ 00015390  0x00002ec1 store  0x00000008 , 0x000046e3 
+ 00015391  0x00002ec3 lshift3  0x0000003f , 0x00000002 
+ 00015392  0x00002ec4 storet  0x00000008 , 0x000046eb 
+ 00015393  0x00002ec5 rshift4  0x0000003f , 0x00000013 
+ 00015394  0x00002ec6 rshift2  0x00000013 , 0x00000013 
+ 00015395  0x00002ec7 and  0x0000003f , 0x0000003f , 0x0000003f 
+ 00015396  0x00002ec8 sub  0x0000003f , 0x00000037 , 0x0000003e 
+ 00015397  0x00002eca ncall  0x00003c30 , 0x00000002 
+ 00015398  0x00002ecb add  0x00000013 , 0x00000001 , 0x0000003f 
+ 00015399  0x00002ecc store  0x00000001 , 0x000046f7 
+ 00015400  0x00002ecd mul32  0x0000003f , 0x00000040 , 0x00000011 
+ 00015401  0x00002ece lshift4  0x0000003f , 0x00000013 
+ 00015402  0x00002ecf increase  0xffffffff , 0x00000013 
+ 00015403  0x00002ed0 setarg  0x000007cd 
+ 00015404  0x00002ed1 iadd  0x00000011 , 0x00000011 
+ 00015405  0x00002ed2 fetch  0x00000004 , 0x000046eb 
+ 00015406  0x00002ed3 istore  0x00000004 , 0x00000011 
+ 00015407  0x00002ed4 rtn 
+ 00015408  0x00002ed9 increase  0x00000001 , 0x00000013 
+ 00015409  0x00002eda rtn 
+ 00015410  0x00002edd arg  0x000007d1 , 0x00000011 
+ 00015411  0x00002ee3 arg  0x00000004 , 0x00000039 
+ 00015412  0x00002ee4 call  0x00007cb1 
+ 00015413  0x00002ee5 increase  0x00000002 , 0x00000011 
+ 00015414  0x00002ee6 add  0x00000013 , 0xffffffff , 0x00000013 
+ 00015415  0x00002ee7 nbranch  0x00003c33 , 0x00000005 
+ 00015416  0x00002ee8 rtn 
+ 00015417  0x00002ef0 ifetch  0x00000001 , 0x00000006 
+ 00015418  0x00002ef1 rshift4  0x0000003f , 0x00000002 
+ 00015419  0x00002ef2 call  0x00003c42 
+ 00015420  0x00002ef3 istoret  0x00000001 , 0x00000005 
+ 00015421  0x00002ef4 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00015422  0x00002ef5 call  0x00003c42 
+ 00015423  0x00002ef6 istoret  0x00000001 , 0x00000005 
+ 00015424  0x00002ef7 loop  0x00003c39 
+ 00015425  0x00002ef8 rtn 
+ 00015426  0x00002efa sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00015427  0x00002efb branch  0x00003c46 , 0x00000002 
+ 00015428  0x00002efc add  0x00000002 , 0x00000057 , 0x00000002 
+ 00015429  0x00002efd rtn 
+ 00015430  0x00002eff add  0x00000002 , 0x00000030 , 0x00000002 
+ 00015431  0x00002f00 rtn 
+ 00015432  0x00002f04 setarg  0x00000020 
+ 00015433  0x00002f05 branch  0x00003c5a 
+ 00015434  0x00002f08 setarg  0x00000010 
+ 00015435  0x00002f09 branch  0x00003c5a 
+ 00015436  0x00002f0f fetcht  0x00000001 , 0x000046fc 
+ 00015437  0x00002f10 increase  0x00000001 , 0x00000002 
+ 00015438  0x00002f11 iadd  0x00000002 , 0x00000002 
+ 00015439  0x00002f12 storet  0x00000001 , 0x00000230 
+ 00015440  0x00002f13 copy  0x00000011 , 0x00000006 
+ 00015441  0x00002f14 copy  0x0000003f , 0x00000039 
+ 00015442  0x00002f15 call  0x00007ccc 
+ 00015443  0x00002f16 fetcht  0x00000001 , 0x000046fc 
+ 00015444  0x00002f17 copy  0x00000002 , 0x00000039 
+ 00015445  0x00002f18 call  0x00007cda 
+ 00015446  0x00002f19 copy  0x00000012 , 0x0000003f 
+ 00015447  0x00002f1a istore  0x00000001 , 0x00000005 
+ 00015448  0x00002f1b arg  0x0000472d , 0x00000011 
+ 00015449  0x00002f1c branch  0x00003c5d 
+ 00015450  0x00002f26 store  0x00000001 , 0x00000230 
+ 00015451  0x00002f27 copy  0x0000003f , 0x00000039 
+ 00015452  0x00002f28 call  0x00007ccc 
+ 00015453  0x00002f29 copy  0x00000011 , 0x00000006 
+ 00015454  0x00002f2a arg  0x000006a1 , 0x00000005 
+ 00015455  0x00002f2b call  0x00007c8f 
+ 00015456  0x00002f2c call  0x000071c1 
+ 00015457  0x00002f2d copy  0x00000030 , 0x00000005 
+ 00015458  0x00002f2e call  0x00007375 
+ 00015459  0x00002f2f rtn 
+ 00015460  0x00002f34 fetcht  0x00000001 , 0x000008fe 
+ 00015461  0x00002f35 branch  0x00003c67 
+ 00015462  0x00002f37 force  0x00000001 , 0x00000002 
+ 00015463  0x00002f39 force  0x00000000 , 0x00000038 
+ 00015464  0x00002f3a fetch  0x00000002 , 0x000008f1 
+ 00015465  0x00002f3b copy  0x0000003f , 0x00000006 
+ 00015466  0x00002f3c ifetch  0x00000003 , 0x00000006 
+ 00015467  0x00002f3d lshift8  0x0000003f , 0x0000003f 
+ 00015468  0x00002f3e ior  0x00000002 , 0x0000002f 
+ 00015469  0x00002f3f increase  0x00000001 , 0x00000038 
+ 00015470  0x00002f40 ifetch  0x00000004 , 0x00000006 
+ 00015471  0x00002f41 copy  0x0000003f , 0x0000002f 
+ 00015472  0x00002f42 increase  0x00000001 , 0x00000038 
+ 00015473  0x00002f43 ifetch  0x00000004 , 0x00000006 
+ 00015474  0x00002f44 copy  0x0000003f , 0x0000002f 
+ 00015475  0x00002f45 increase  0x00000001 , 0x00000038 
+ 00015476  0x00002f46 byteswap  0x00000011 , 0x0000002f 
+ 00015477  0x00002f47 lshift16  0x0000002f , 0x0000002f 
+ 00015478  0x00002f48 ifetch  0x00000002 , 0x00000006 
+ 00015479  0x00002f49 ior  0x0000002f , 0x0000002f 
+ 00015480  0x00002f4a rtn 
+ 00015481  0x00002f4c fetch  0x00000001 , 0x000008f3 
+ 00015482  0x00002f4d copy  0x0000003f , 0x00000011 
+ 00015483  0x00002f4e call  0x00003c64 
+ 00015484  0x00002f4f call  0x000072d1 
+ 00015485  0x00002f50 force  0x0000000c , 0x00000038 
+ 00015486  0x00002f51 deposit  0x0000002f 
+ 00015487  0x00002f52 copy  0x00000011 , 0x00000039 
+ 00015488  0x00002f53 fetcht  0x00000002 , 0x000008f4 
+ 00015489  0x00002f54 copy  0x00000002 , 0x00000006 
+ 00015490  0x00002f55 call  0x00007349 
+ 00015491  0x00002f56 branch  0x0000728c 
+ 00015492  0x00002f58 jam  0x00000019 , 0x000008fe 
+ 00015493  0x00002f59 branch  0x00003c88 
+ 00015494  0x00002f5b jam  0x00000009 , 0x000008fe 
+ 00015495  0x00002f5c branch  0x00003c88 
+ 00015496  0x00002f5e store  0x00000001 , 0x000008f3 
+ 00015497  0x00002f5f storet  0x00000002 , 0x000008f4 
+ 00015498  0x00002f60 bpatchx  0x000000a5 , 0x00004034 
+ 00015499  0x00002f61 call  0x00003c79 
+ 00015500  0x00002f62 force  0x00000008 , 0x00000038 
+ 00015501  0x00002f63 iforce  0x0000002f 
+ 00015502  0x00002f64 force  0x0000000d , 0x00000038 
+ 00015503  0x00002f65 copy  0x0000002f , 0x0000003f 
+ 00015504  0x00002f66 force  0x00000009 , 0x00000038 
+ 00015505  0x00002f67 iforce  0x0000002f 
+ 00015506  0x00002f68 force  0x00000000 , 0x00000011 
+ 00015507  0x00002f69 copy  0x00000002 , 0x00000013 
+ 00015508  0x00002f6a call  0x00003c66 
+ 00015509  0x00002f6b call  0x000072d7 
+ 00015510  0x00002f6c call  0x00003cc7 
+ 00015511  0x00002f6d storet  0x00000008 , 0x000008f6 
+ 00015512  0x00002f6e fetch  0x00000001 , 0x000008f3 
+ 00015513  0x00002f6f copy  0x0000003f , 0x00000012 
+ 00015514  0x00002f70 call  0x00003ccf 
+ 00015515  0x00002f71 fetcht  0x00000001 , 0x000008f3 
+ 00015516  0x00002f72 fetch  0x00000002 , 0x000008f4 
+ 00015517  0x00002f73 iadd  0x00000002 , 0x00000011 
+ 00015518  0x00002f74 fetcht  0x00000008 , 0x000008f6 
+ 00015519  0x00002f75 istoret  0x00000004 , 0x00000011 
+ 00015520  0x00002f76 fetch  0x00000001 , 0x000008fe 
+ 00015521  0x00002f77 sub  0x0000003f , 0x00000009 , 0x0000003f 
+ 00015522  0x00002f78 rtn  0x00000034 
+ 00015523  0x00002f79 istoret  0x00000008 , 0x00000011 
+ 00015524  0x00002f7a rtn 
+ 00015525  0x00002f7c jam  0x00000019 , 0x000008fe 
+ 00015526  0x00002f7d branch  0x00003ca9 
+ 00015527  0x00002f7f jam  0x00000009 , 0x000008fe 
+ 00015528  0x00002f80 branch  0x00003ca9 
+ 00015529  0x00002f83 store  0x00000001 , 0x000008f3 
+ 00015530  0x00002f84 storet  0x00000002 , 0x000008f4 
+ 00015531  0x00002f85 copy  0x00000002 , 0x00000013 
+ 00015532  0x00002f86 copy  0x0000003f , 0x00000012 
+ 00015533  0x00002f87 iadd  0x00000013 , 0x00000006 
+ 00015534  0x00002f88 bpatchx  0x000000a6 , 0x00004034 
+ 00015535  0x00002f89 ifetch  0x00000008 , 0x00000006 
+ 00015536  0x00002f8a force  0x00000008 , 0x00000038 
+ 00015537  0x00002f8b iforce  0x0000002f 
+ 00015538  0x00002f8c force  0x00000009 , 0x00000038 
+ 00015539  0x00002f8d rshift32  0x0000003f , 0x0000003f 
+ 00015540  0x00002f8e iforce  0x0000002f 
+ 00015541  0x00002f8f force  0x00000000 , 0x00000011 
+ 00015542  0x00002f90 call  0x00003c66 
+ 00015543  0x00002f91 call  0x000072d7 
+ 00015544  0x00002f92 call  0x00003cc7 
+ 00015545  0x00002f93 storet  0x00000008 , 0x000008f6 
+ 00015546  0x00002f94 call  0x00003ccf 
+ 00015547  0x00002f95 call  0x00003c79 
+ 00015548  0x00002f96 call  0x00003cc7 
+ 00015549  0x00002f97 fetch  0x00000001 , 0x000008fe 
+ 00015550  0x00002f98 beq  0x00000019 , 0x00003cc4 
+ 00015551  0x00002f99 storet  0x00000004 , 0x000008fa 
+ 00015552  0x00002f9a fetch  0x00000004 , 0x000008f6 
+ 00015553  0x00002f9b fetcht  0x00000004 , 0x000008fa 
+ 00015554  0x00002f9c isub  0x00000002 , 0x0000003f 
+ 00015555  0x00002f9d rtn 
+ 00015556  0x00002fa0 fetch  0x00000008 , 0x000008f6 
+ 00015557  0x00002fa1 isub  0x00000002 , 0x0000003f 
+ 00015558  0x00002fa2 rtn 
+ 00015559  0x00002fa5 force  0x0000000c , 0x00000038 
+ 00015560  0x00002fa6 deposit  0x0000002f 
+ 00015561  0x00002fa7 force  0x0000000d , 0x00000038 
+ 00015562  0x00002fa8 copy  0x0000002f , 0x00000002 
+ 00015563  0x00002fa9 lshift16  0x00000002 , 0x00000002 
+ 00015564  0x00002faa lshift16  0x00000002 , 0x00000002 
+ 00015565  0x00002fab ior  0x00000002 , 0x00000002 
+ 00015566  0x00002fac rtn 
+ 00015567  0x00002fae increase  0x00000001 , 0x00000011 
+ 00015568  0x00002faf call  0x00003c66 
+ 00015569  0x00002fb0 copy  0x00000013 , 0x00000006 
+ 00015570  0x00002fb1 call  0x0000735d 
+ 00015571  0x00002fb2 call  0x000072d7 
+ 00015572  0x00002fb3 call  0x0000737c 
+ 00015573  0x00002fb4 increase  0x00000010 , 0x00000013 
+ 00015574  0x00002fb5 increase  0xfffffff0 , 0x00000012 
+ 00015575  0x00002fb6 branch  0x00003ccf , 0x00000002 
+ 00015576  0x00002fb7 rtn 
+ 00015577  0x00002fc2 bpatchx  0x000000a7 , 0x00004034 
+ 00015578  0x00002fc3 jam  0x00000001 , 0x000047e4 
+ 00015579  0x00002fc4 jam  0x00000000 , 0x000047e5 
+ 00015580  0x00002fc5 jam  0x00000001 , 0x0000464b 
+ 00015581  0x00002fc6 setarg  0x00001770 
+ 00015582  0x00002fc7 store  0x00000002 , 0x0000464c 
+ 00015583  0x00002fc8 rtn 
+ 00015584  0x00002fcc setarg  0x000001a8 
+ 00015585  0x00002fcd store  0x00000002 , 0x000008ff 
+ 00015586  0x00002fce fetch  0x00000001 , 0x000047e6 
+ 00015587  0x00002fcf istore  0x00000001 , 0x00000005 
+ 00015588  0x00002fd0 fetch  0x00000004 , 0x0000480a 
+ 00015589  0x00002fd1 call  0x00007cc6 
+ 00015590  0x00002fd2 istore  0x00000004 , 0x00000005 
+ 00015591  0x00002fd3 fetch  0x00000006 , 0x000042db 
+ 00015592  0x00002fd4 istore  0x00000006 , 0x00000005 
+ 00015593  0x00002fd5 fetch  0x00000003 , 0x000047e7 
+ 00015594  0x00002fd6 istore  0x00000003 , 0x00000005 
+ 00015595  0x00002fd7 rtn 
+ 00015596  0x00002fda call  0x00003cee 
+ 00015597  0x00002fdb branch  0x000039d3 
+ 00015598  0x00002fdf jam  0x00000015 , 0x0000462a 
+ 00015599  0x00002fe0 setarg  0x00000014 
+ 00015600  0x00002fe1 store  0x00000001 , 0x0000462b 
+ 00015601  0x00002fe2 setarg  0x0000002b 
+ 00015602  0x00002fe3 istore  0x00000001 , 0x00000005 
+ 00015603  0x00002fe4 setarg  0x00000000 
+ 00015604  0x00002fe5 istore  0x00000001 , 0x00000005 
+ 00015605  0x00002fe7 arg  0x000008ff , 0x00000006 
+ 00015606  0x00002fe8 call  0x00007c8f 
+ 00015607  0x00002fe9 fetch  0x00000002 , 0x000047ea 
+ 00015608  0x00002fea istore  0x00000002 , 0x00000005 
+ 00015609  0x00002feb rtn 
+ 00015610  0x00002fef call  0x00003d5a 
+ 00015611  0x00002ff0 nrtn  0x00000028 
+ 00015612  0x00002ff1 ifetch  0x00000001 , 0x00000006 
+ 00015613  0x00002ff2 beq  0x00000000 , 0x00003d01 
+ 00015614  0x00002ff3 beq  0x00000002 , 0x00003d1c 
+ 00015615  0x00002ff4 bpatchx  0x000000a8 , 0x00004035 
+ 00015616  0x00002ff5 rtn 
+ 00015617  0x00002ffa call  0x00003d0f 
+ 00015618  0x00002ffb nrtn  0x00000028 
+ 00015619  0x00002ffd call  0x00003b45 
+ 00015620  0x00002fff call  0x00003d07 
+ 00015621  0x00003000 call  0x000040fa 
+ 00015622  0x00003001 rtn 
+ 00015623  0x00003004 arg  0x00000012 , 0x00000002 
+ 00015624  0x00003005 call  0x00003d46 
+ 00015625  0x00003006 setarg  0x00000001 
+ 00015626  0x00003007 istore  0x00000001 , 0x00000005 
+ 00015627  0x00003008 fetch  0x00000002 , 0x00004812 
+ 00015628  0x00003009 istore  0x00000002 , 0x00000005 
+ 00015629  0x0000300a arg  0x00004680 , 0x00000006 
+ 00015630  0x0000300b branch  0x00007c8f 
+ 00015631  0x0000300f call  0x00007dbc 
+ 00015632  0x00003010 ifetcht  0x00000002 , 0x00000006 
+ 00015633  0x00003011 arg  0x00004680 , 0x00000005 
+ 00015634  0x00003012 call  0x00007c8f 
+ 00015635  0x00003013 fetch  0x00000002 , 0x00004812 
+ 00015636  0x00003014 isub  0x00000002 , 0x0000003e 
+ 00015637  0x00003015 nrtn  0x00000005 
+ 00015638  0x00003018 fetch  0x00000001 , 0x000047e5 
+ 00015639  0x00003019 rtnbit1  0x00000001 
+ 00015640  0x0000301a set1  0x00000001 , 0x0000003f 
+ 00015641  0x0000301b store  0x00000001 , 0x000047e5 
+ 00015642  0x0000301d jam  0x00000002 , 0x000047e4 
+ 00015643  0x0000301e branch  0x00007dba 
+ 00015644  0x00003021 call  0x00003d27 
+ 00015645  0x00003022 fetcht  0x00000002 , 0x000047ec 
+ 00015646  0x00003023 fetch  0x00000002 , 0x00004812 
+ 00015647  0x00003024 isub  0x00000002 , 0x0000003e 
+ 00015648  0x00003025 nrtn  0x00000005 
+ 00015649  0x00003026 call  0x00003bbf 
+ 00015650  0x00003027 call  0x000040fa 
+ 00015651  0x00003028 fetch  0x00000001 , 0x000007aa 
+ 00015652  0x00003029 rtnne  0x00000002 
+ 00015653  0x0000302a jam  0x00000005 , 0x000047e4 
+ 00015654  0x0000302b rtn 
+ 00015655  0x0000302f bpatchx  0x000000a9 , 0x00004035 
+ 00015656  0x00003030 copy  0x00000006 , 0x00000011 
+ 00015657  0x00003031 fetch  0x00000001 , 0x000047e4 
+ 00015658  0x00003032 rtneq  0x00000000 
+ 00015659  0x00003033 fetch  0x00000001 , 0x000047e5 
+ 00015660  0x00003034 rtnbit0  0x00000001 
+ 00015661  0x00003035 rtnbit1  0x00000002 
+ 00015662  0x00003036 copy  0x00000011 , 0x00000006 
+ 00015663  0x00003037 arg  0x00000016 , 0x00000039 
+ 00015664  0x00003038 arg  0x000047ec , 0x00000005 
+ 00015665  0x00003039 call  0x00007cda 
+ 00015666  0x0000303b call  0x00003b86 
+ 00015667  0x0000303d fetcht  0x00000002 , 0x000047ec 
+ 00015668  0x0000303e fetch  0x00000002 , 0x00004812 
+ 00015669  0x0000303f isub  0x00000002 , 0x0000003e 
+ 00015670  0x00003040 nrtn  0x00000005 
+ 00015671  0x00003042 fetch  0x00000001 , 0x000047e5 
+ 00015672  0x00003043 set1  0x00000002 , 0x0000003f 
+ 00015673  0x00003044 store  0x00000001 , 0x000047e5 
+ 00015674  0x00003046 call  0x00003b99 
+ 00015675  0x00003048 fetch  0x00000001 , 0x000047ff 
+ 00015676  0x00003049 store  0x00000001 , 0x00004871 
+ 00015677  0x0000304a call  0x00003d3f 
+ 00015678  0x0000304b rtn 
+ 00015679  0x00003050 arg  0x00000006 , 0x00000002 
+ 00015680  0x00003051 call  0x00003d46 
+ 00015681  0x00003052 setarg  0x00000003 
+ 00015682  0x00003053 istore  0x00000001 , 0x00000005 
+ 00015683  0x00003054 fetch  0x00000006 , 0x0000480e 
+ 00015684  0x00003055 istore  0x00000006 , 0x00000005 
+ 00015685  0x00003056 rtn 
+ 00015686  0x0000305a bpatchx  0x000000aa , 0x00004035 
+ 00015687  0x0000305b setarg  0x0000012c 
+ 00015688  0x0000305c store  0x00000002 , 0x00004806 
+ 00015689  0x0000305d fetch  0x00000001 , 0x000007aa 
+ 00015690  0x0000305e sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00015691  0x0000305f call  0x00003ace , 0x00000005 
+ 00015692  0x00003060 ncall  0x00003ad0 , 0x00000005 
+ 00015693  0x00003061 add  0x00000002 , 0x00000009 , 0x0000003f 
+ 00015694  0x00003062 store  0x00000001 , 0x0000462a 
+ 00015695  0x00003063 call  0x0000397c 
+ 00015696  0x00003064 add  0x00000002 , 0x00000005 , 0x0000003f 
+ 00015697  0x00003065 istore  0x00000001 , 0x00000005 
+ 00015698  0x00003066 setarg  0x000000ff 
+ 00015699  0x00003067 istore  0x00000001 , 0x00000005 
+ 00015700  0x00003068 setarg  0x000001a8 
+ 00015701  0x00003069 byteswap  0x0000003f , 0x0000003f 
+ 00015702  0x0000306a istore  0x00000002 , 0x00000005 
+ 00015703  0x0000306b fetch  0x00000001 , 0x0000090f 
+ 00015704  0x0000306c istore  0x00000001 , 0x00000005 
+ 00015705  0x0000306d rtn 
+ 00015706  0x00003079 call  0x00007dbc 
+ 00015707  0x0000307a ifetcht  0x00000002 , 0x00000006 
+ 00015708  0x0000307b setarg  0x000001a8 
+ 00015709  0x0000307c byteswap  0x0000003f , 0x0000003f 
+ 00015710  0x0000307d isub  0x00000002 , 0x0000003e 
+ 00015711  0x0000307e nrtn  0x00000005 
+ 00015712  0x0000307f ifetch  0x00000001 , 0x00000006 
+ 00015713  0x00003080 store  0x00000001 , 0x0000090f 
+ 00015714  0x00003081 branch  0x00007dba 
+ 00015715  0x00003085 arg  0x00004806 , 0x00000013 
+ 00015716  0x00003086 arg  0x00003d66 , 0x00000012 
+ 00015717  0x00003087 branch  0x000042e7 
+ 00015718  0x0000308b branch  0x00003e61 
+ 00015719  0x00003094 fetch  0x00000001 , 0x0000070b 
+ 00015720  0x00003095 beq  0x00000008 , 0x00003d92 
+ 00015721  0x00003096 beq  0x00000049 , 0x00003db1 
+ 00015722  0x00003097 beq  0x0000001b , 0x00003dbd 
+ 00015723  0x00003098 beq  0x0000001c , 0x00003dc4 
+ 00015724  0x0000309a beq  0x000000f2 , 0x00003d6e 
+ 00015725  0x0000309c rtn 
+ 00015726  0x0000309f call  0x00003dec 
+ 00015727  0x000030a0 call  0x00003d83 
+ 00015728  0x000030a1 call  0x00003dc2 
+ 00015729  0x000030a2 setarg  0x00000080 
+ 00015730  0x000030a3 store  0x00000001 , 0x00000723 
+ 00015731  0x000030a4 setarg  0x000000f3 
+ 00015732  0x000030a5 istore  0x00000001 , 0x00000005 
+ 00015733  0x000030a7 setarg  0x00000000 
+ 00015734  0x000030a8 istore  0x00000001 , 0x00000005 
+ 00015735  0x000030a9 fetch  0x00000002 , 0x0000070c 
+ 00015736  0x000030aa istore  0x00000002 , 0x00000005 
+ 00015737  0x000030ac fetch  0x00000001 , 0x00000709 
+ 00015738  0x000030ad arg  0x00000004 , 0x00000002 
+ 00015739  0x000030ae isub  0x00000002 , 0x00000039 
+ 00015740  0x000030af arg  0x0000070e , 0x00000006 
+ 00015741  0x000030b0 call  0x00007cda 
+ 00015742  0x000030b1 fetch  0x00000001 , 0x00000709 
+ 00015743  0x000030b2 pincrease  0x00000001 
+ 00015744  0x000030b3 store  0x00000001 , 0x00000722 
+ 00015745  0x000030b6 arg  0x00000000 , 0x00000007 
+ 00015746  0x000030b7 branch  0x00003806 
+ 00015747  0x000030ba fetch  0x00000001 , 0x0000070e 
+ 00015748  0x000030bb rtn  0x00000034 
+ 00015749  0x000030bc sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00015750  0x000030bd ncall  0x00003d90 , 0x00000002 
+ 00015751  0x000030be iforce  0x00000039 
+ 00015752  0x000030bf arg  0x0000070f , 0x00000006 
+ 00015753  0x000030c0 add  0x00000011 , 0x00000002 , 0x00000005 
+ 00015754  0x000030c1 branch  0x00003d8b 
+ 00015755  0x000030c4 ifetch  0x00000002 , 0x00000006 
+ 00015756  0x000030c5 byteswap  0x0000003f , 0x0000003f 
+ 00015757  0x000030c6 istore  0x00000002 , 0x00000005 
+ 00015758  0x000030c7 loop  0x00003d8b 
+ 00015759  0x000030c8 rtn 
+ 00015760  0x000030cc setarg  0x00000008 
+ 00015761  0x000030cd rtn 
+ 00015762  0x000030d0 jam  0x00000006 , 0x000047e4 
+ 00015763  0x000030d1 setarg  0x00000002 
+ 00015764  0x000030d2 store  0x00000001 , 0x00000723 
+ 00015765  0x000030d3 setarg  0x00000000 
+ 00015766  0x000030d4 istore  0x00000001 , 0x00000005 
+ 00015767  0x000030d5 setarg  0x000001a8 
+ 00015768  0x000030d6 istore  0x00000002 , 0x00000005 
+ 00015769  0x000030d7 setarg  0x00000000 
+ 00015770  0x000030d8 istore  0x00000002 , 0x00000005 
+ 00015771  0x000030d9 setarg  0x00000001 
+ 00015772  0x000030da istore  0x00000002 , 0x00000005 
+ 00015773  0x000030db setarg  0x00000005 
+ 00015774  0x000030dc istore  0x00000002 , 0x00000005 
+ 00015775  0x000030dd setarg  0x00000003 
+ 00015776  0x000030de istore  0x00000002 , 0x00000005 
+ 00015777  0x000030df setarg  0x00000000 
+ 00015778  0x000030e0 istore  0x00000002 , 0x00000005 
+ 00015779  0x000030e1 setarg  0x00000002 
+ 00015780  0x000030e2 istore  0x00000001 , 0x00000005 
+ 00015781  0x000030e3 setarg  0x00000002 
+ 00015782  0x000030e4 istore  0x00000001 , 0x00000005 
+ 00015783  0x000030e5 setarg  0x00000000 
+ 00015784  0x000030e6 istore  0x00000002 , 0x00000005 
+ 00015785  0x000030e7 setarg  0x00001000 
+ 00015786  0x000030e8 istore  0x00000002 , 0x00000005 
+ 00015787  0x000030e9 setarg  0x000001a8 
+ 00015788  0x000030ea istore  0x00000004 , 0x00000005 
+ 00015789  0x000030eb setarg  0x000101a8 
+ 00015790  0x000030ec istore  0x00000004 , 0x00000005 
+ 00015791  0x000030ed jam  0x0000001c , 0x00000722 
+ 00015792  0x000030ee branch  0x000041b5 
+ 00015793  0x000030f2 jam  0x00000014 , 0x00004805 
+ 00015794  0x000030f7 setarg  0x00000080 
+ 00015795  0x000030f8 store  0x00000001 , 0x00000723 
+ 00015796  0x000030f9 setarg  0x0000004a 
+ 00015797  0x000030fa istore  0x00000001 , 0x00000005 
+ 00015798  0x000030fb jam  0x00000002 , 0x00000722 
+ 00015799  0x000030fc branch  0x000041b5 
+ 00015800  0x000030ff arg  0x00004805 , 0x00000013 
+ 00015801  0x00003100 arg  0x00003dbb , 0x00000012 
+ 00015802  0x00003101 branch  0x000042e0 
+ 00015803  0x00003105 call  0x00003e50 
+ 00015804  0x00003108 branch  0x00006ca3 
+ 00015805  0x0000310c call  0x00003de2 
+ 00015806  0x0000310d fetch  0x00000002 , 0x0000484c 
+ 00015807  0x0000310e rtnbit1  0x00000002 
+ 00015808  0x0000310f call  0x00003dec 
+ 00015809  0x00003110 call  0x00003df5 
+ 00015810  0x00003112 fetch  0x00000002 , 0x00004848 
+ 00015811  0x00003113 branch  0x00007d79 
+ 00015812  0x00003117 call  0x00003de2 
+ 00015813  0x00003118 fetch  0x00000002 , 0x0000484c 
+ 00015814  0x00003119 rtnbit1  0x00000002 
+ 00015815  0x0000311a call  0x00003dec 
+ 00015816  0x0000311b fetcht  0x00000002 , 0x0000070e 
+ 00015817  0x0000311c rshift8  0x00000002 , 0x0000003f 
+ 00015818  0x0000311d rshift4  0x0000003f , 0x0000003f 
+ 00015819  0x0000311e beq  0x0000000c , 0x00003dd3 
+ 00015820  0x0000311f byteswap  0x00000002 , 0x00000002 
+ 00015821  0x00003121 call  0x00003dd8 
+ 00015822  0x00003122 nrtn  0x00000028 
+ 00015823  0x00003123 setarg  0x00000000 
+ 00015824  0x00003124 istore  0x00000002 , 0x00000011 
+ 00015825  0x00003125 fetch  0x00000002 , 0x00004848 
+ 00015826  0x00003126 branch  0x00007d79 
+ 00015827  0x00003129 setarg  0xffffffff 
+ 00015828  0x0000312a istore  0x00000008 , 0x00000011 
+ 00015829  0x0000312b istore  0x00000008 , 0x00000005 
+ 00015830  0x0000312c fetch  0x00000002 , 0x00004848 
+ 00015831  0x0000312d branch  0x00007d79 
+ 00015832  0x00003130 arg  0x00000008 , 0x00000039 
+ 00015833  0x00003132 ifetch  0x00000002 , 0x00000011 
+ 00015834  0x00003133 arg  0x0000ffff , 0x00000012 
+ 00015835  0x00003134 isub  0x00000012 , 0x0000003e 
+ 00015836  0x00003135 branch  0x00007dba , 0x00000005 
+ 00015837  0x00003136 isub  0x00000002 , 0x0000003e 
+ 00015838  0x00003137 branch  0x00007dba , 0x00000005 
+ 00015839  0x00003139 increase  0x00000002 , 0x00000011 
+ 00015840  0x0000313a loop  0x00003dd9 
+ 00015841  0x0000313b branch  0x00007dbc 
+ 00015842  0x0000313f setarg  0x00000080 
+ 00015843  0x00003140 store  0x00000001 , 0x00000723 
+ 00015844  0x00003141 setarg  0x0000001f 
+ 00015845  0x00003142 istore  0x00000001 , 0x00000005 
+ 00015846  0x00003143 setarg  0x00000000 
+ 00015847  0x00003144 istore  0x00000001 , 0x00000005 
+ 00015848  0x00003145 fetch  0x00000006 , 0x0000070c 
+ 00015849  0x00003146 istore  0x00000006 , 0x00000005 
+ 00015850  0x00003147 jam  0x00000009 , 0x00000722 
+ 00015851  0x00003148 branch  0x000041b5 
+ 00015852  0x0000314b call  0x00003e3e 
+ 00015853  0x0000314c add  0x00000011 , 0x00000006 , 0x00000011 
+ 00015854  0x0000314d fetch  0x00000002 , 0x0000070c 
+ 00015855  0x0000314e fetcht  0x00000002 , 0x00004800 
+ 00015856  0x0000314f byteswap  0x00000002 , 0x00000002 
+ 00015857  0x00003150 isub  0x00000002 , 0x0000003f 
+ 00015858  0x00003151 imul32  0x00000012 , 0x0000003f 
+ 00015859  0x00003152 iadd  0x00000011 , 0x00000011 
+ 00015860  0x00003153 rtn 
+ 00015861  0x00003156 fetcht  0x00000002 , 0x0000070e 
+ 00015862  0x00003157 arg  0x00000008 , 0x00000039 
+ 00015863  0x00003159 ifetch  0x00000002 , 0x00000011 
+ 00015864  0x0000315a branch  0x00003dff , 0x00000034 
+ 00015865  0x0000315b arg  0x0000ffff , 0x00000012 
+ 00015866  0x0000315c isub  0x00000012 , 0x0000003e 
+ 00015867  0x0000315d branch  0x00003dff , 0x00000005 
+ 00015868  0x0000315e increase  0x00000002 , 0x00000011 
+ 00015869  0x0000315f loop  0x00003df7 
+ 00015870  0x00003160 rtn 
+ 00015871  0x00003163 byteswap  0x00000002 , 0x00000002 
+ 00015872  0x00003164 istoret  0x00000002 , 0x00000011 
+ 00015873  0x00003165 rtn 
+ 00015874  0x0000316c call  0x00007396 
+ 00015875  0x0000316d call  0x0000739e 
+ 00015876  0x0000316e setarg  0x000039b1 
+ 00015877  0x0000316f store  0x00000002 , 0x00004824 
+ 00015878  0x00003171 setarg  0x00003e42 
+ 00015879  0x00003172 store  0x00000002 , 0x000043db 
+ 00015880  0x00003174 setarg  0x00004016 
+ 00015881  0x00003175 store  0x00000002 , 0x00004842 
+ 00015882  0x00003177 setarg  0x00003745 
+ 00015883  0x00003178 store  0x00000002 , 0x00004828 
+ 00015884  0x0000317a setarg  0x00003aa2 
+ 00015885  0x0000317b store  0x00000002 , 0x00004848 
+ 00015886  0x0000317d setarg  0x00003a92 
+ 00015887  0x0000317e store  0x00000002 , 0x00004846 
+ 00015888  0x00003180 setarg  0x00003e4a 
+ 00015889  0x00003181 store  0x00000002 , 0x000043e3 
+ 00015890  0x00003183 setarg  0x0000372e 
+ 00015891  0x00003184 store  0x00000002 , 0x00004826 
+ 00015892  0x00003186 setarg  0x00004090 
+ 00015893  0x00003187 store  0x00000002 , 0x000043df 
+ 00015894  0x00003189 setarg  0x000040e3 
+ 00015895  0x0000318a store  0x00000002 , 0x000043dd 
+ 00015896  0x0000318c setarg  0x00003ab6 
+ 00015897  0x0000318d store  0x00000002 , 0x00004853 
+ 00015898  0x0000318f setarg  0x00003abc 
+ 00015899  0x00003190 store  0x00000002 , 0x0000484a 
+ 00015900  0x00003191 call  0x00003ac3 
+ 00015901  0x00003193 jam  0x00000024 , 0x0000464a 
+ 00015902  0x00003194 call  0x00003817 
+ 00015903  0x00003197 bpatchx  0x000000ab , 0x00004035 
+ 00015904  0x00003199 setarg  0x00000428 
+ 00015905  0x0000319a store  0x00000002 , 0x000049b9 
+ 00015906  0x0000319b call  0x00003e58 
+ 00015907  0x0000319d setarg  0x00000422 
+ 00015908  0x0000319e store  0x00000002 , 0x00004a5e 
+ 00015909  0x0000319f call  0x00003e5a 
+ 00015910  0x000031a1 setarg  0x00000a22 
+ 00015911  0x000031a2 store  0x00000002 , 0x00000a8d 
+ 00015912  0x000031a3 call  0x00003e5c 
+ 00015913  0x000031a4 call  0x00004071 
+ 00015914  0x000031a8 call  0x00004071 
+ 00015915  0x000031aa call  0x00003a18 
+ 00015916  0x000031ab call  0x00003e3a 
+ 00015917  0x000031ad fetch  0x00000001 , 0x000047ef 
+ 00015918  0x000031ae beq  0x000000ff , 0x00003cd9 
+ 00015919  0x000031af call  0x00004291 
+ 00015920  0x000031b0 call  0x00003bbf 
+ 00015921  0x000031b1 call  0x00003bb1 
+ 00015922  0x000031b2 call  0x00003b99 
+ 00015923  0x000031b4 random  0x0000003f 
+ 00015924  0x000031b5 and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00015925  0x000031b6 add  0x0000003f , 0x00000032 , 0x0000003f 
+ 00015926  0x000031b7 store  0x00000002 , 0x00004804 
+ 00015927  0x000031b8 add  0x0000003f , 0x00000005 , 0x0000003f 
+ 00015928  0x000031b9 store  0x00000001 , 0x00004803 
+ 00015929  0x000031ba rtn 
+ 00015930  0x000031bf fetch  0x00000006 , 0x0000480e 
+ 00015931  0x000031c0 call  0x00007cc0 
+ 00015932  0x000031c1 store  0x00000006 , 0x000042db 
+ 00015933  0x000031c2 rtn 
+ 00015934  0x000031c5 fetchr  0x00000039 , 0x00000001 , 0x0000484e 
+ 00015935  0x000031c6 fetchr  0x00000011 , 0x00000002 , 0x0000484f 
+ 00015936  0x000031c7 fetchr  0x00000012 , 0x00000002 , 0x00004851 
+ 00015937  0x000031c8 rtn 
+ 00015938  0x000031cc bpatchx  0x000000ac , 0x00004035 
+ 00015939  0x000031cd call  0x0000387d 
+ 00015940  0x000031ce call  0x00003aca 
+ 00015941  0x000031cf call  0x000041d8 
+ 00015942  0x000031d0 call  0x0000396f 
+ 00015943  0x000031d1 call  0x00003b33 
+ 00015944  0x000031d2 call  0x00004060 
+ 00015945  0x000031d3 branch  0x00003995 
+ 00015946  0x000031d7 call  0x00003acc 
+ 00015947  0x000031d8 call  0x00003db8 
+ 00015948  0x000031d9 call  0x00003d63 
+ 00015949  0x000031dc call  0x00003794 
+ 00015950  0x000031dd call  0x00003791 
+ 00015951  0x000031de branch  0x00004289 
+ 00015952  0x000031e2 call  0x00003e53 
+ 00015953  0x000031e3 fetch  0x00000002 , 0x00004853 
+ 00015954  0x000031e4 branch  0x00007d79 
+ 00015955  0x000031e9 fetch  0x00000001 , 0x00004857 
+ 00015956  0x000031ea rtnne  0x00000002 
+ 00015957  0x000031eb setarg  0x0001d000 
+ 00015958  0x000031ec store  0x00000003 , 0x00004419 
+ 00015959  0x000031ed branch  0x00006bfa 
+ 00015960  0x000031f2 call  0x00004292 
+ 00015961  0x000031f3 branch  0x000078ad 
+ 00015962  0x000031f6 call  0x0000396c 
+ 00015963  0x000031f7 branch  0x000078ad 
+ 00015964  0x000031fa call  0x00003e5e 
+ 00015965  0x000031fb branch  0x000078ad 
+ 00015966  0x000031fe setarg  0x00000a8d 
+ 00015967  0x000031ff store  0x00000002 , 0x000043fb 
+ 00015968  0x00003200 rtn 
+ 00015969  0x00003203 jam  0x00000001 , 0x00004388 
+ 00015970  0x00003204 setarg  0x00001770 
+ 00015971  0x00003205 store  0x00000002 , 0x0000464c 
+ 00015972  0x00003206 fetch  0x00000001 , 0x000047e7 
+ 00015973  0x00003207 set0  0x00000000 , 0x0000003f 
+ 00015974  0x00003208 store  0x00000001 , 0x000047e7 
+ 00015975  0x00003209 jam  0x00000001 , 0x000047e4 
+ 00015976  0x0000320a jam  0x00000000 , 0x000047e5 
+ 00015977  0x0000320b jam  0x00000000 , 0x0000474d 
+ 00015978  0x0000320c branch  0x00003b2f 
+ 00015979  0x00003211 bpatchx  0x000000ad , 0x00004035 
+ 00015980  0x00003212 fetch  0x00000001 , 0x0000092b 
+ 00015981  0x00003213 bbit1  0x00000007 , 0x00003e70 
+ 00015982  0x00003214 jam  0x00000000 , 0x00004969 
+ 00015983  0x00003215 branch  0x0000417d 
+ 00015984  0x00003219 call  0x00003e76 
+ 00015985  0x0000321a rtn  0x00000028 
+ 00015986  0x0000321b call  0x00003e97 
+ 00015987  0x0000321c rtn  0x00000028 
+ 00015988  0x0000321d call  0x00003ea7 
+ 00015989  0x0000321e branch  0x00003eb4 
+ 00015990  0x00003223 call  0x00007dbc 
+ 00015991  0x00003224 arg  0x00000003 , 0x00000039 
+ 00015992  0x00003225 arg  0x0000092c , 0x00000011 
+ 00015993  0x00003226 call  0x00007cb1 
+ 00015994  0x00003227 fetchr  0x00000011 , 0x00000003 , 0x0000092c 
+ 00015995  0x00003228 and  0x00000011 , 0x0000001f , 0x00000002 
+ 00015996  0x00003229 storet  0x00000001 , 0x0000485c 
+ 00015997  0x0000322a fetch  0x00000001 , 0x00004863 
+ 00015998  0x0000322b isub  0x00000002 , 0x0000003e 
+ 00015999  0x0000322c nbranch  0x00007dba , 0x00000002 
+ 00016000  0x0000322e rshift4  0x00000011 , 0x0000003f 
+ 00016001  0x0000322f rshift  0x0000003f , 0x0000003f 
+ 00016002  0x00003230 and  0x0000003f , 0x0000001f , 0x00000002 
+ 00016003  0x00003231 storet  0x00000001 , 0x0000485b 
+ 00016004  0x00003232 rshift4  0x0000003f , 0x0000003f 
+ 00016005  0x00003233 rshift  0x0000003f , 0x0000003f 
+ 00016006  0x00003234 arg  0x00001fff , 0x00000011 
+ 00016007  0x00003235 iand  0x00000011 , 0x00000002 
+ 00016008  0x00003236 copy  0x0000003f , 0x00000012 
+ 00016009  0x00003237 fetch  0x00000002 , 0x00004859 
+ 00016010  0x00003238 isub  0x00000002 , 0x0000003e 
+ 00016011  0x00003239 ncall  0x00003e93 , 0x00000005 
+ 00016012  0x0000323a storet  0x00000002 , 0x00004859 
+ 00016013  0x0000323b rshift8  0x00000012 , 0x0000003f 
+ 00016014  0x0000323c rshift4  0x0000003f , 0x0000003f 
+ 00016015  0x0000323d rshift  0x0000003f , 0x0000003f 
+ 00016016  0x0000323e store  0x00000001 , 0x00004858 
+ 00016017  0x0000323f store  0x00000001 , 0x00004969 
+ 00016018  0x00003240 rtn 
+ 00016019  0x00003243 setarg  0x00000000 
+ 00016020  0x00003244 store  0x00000004 , 0x0000485d 
+ 00016021  0x00003245 jam  0x00000000 , 0x00004862 
+ 00016022  0x00003246 rtn 
+ 00016023  0x0000324c call  0x00007dbc 
+ 00016024  0x0000324d fetch  0x00000001 , 0x0000485b 
+ 00016025  0x0000324e copy  0x0000003f , 0x00000007 
+ 00016026  0x0000324f fetch  0x00000004 , 0x0000485d 
+ 00016027  0x00003250 qisolate1  0x0000003f 
+ 00016028  0x00003251 branch  0x00007dba , 0x00000001 
+ 00016029  0x00003252 qset1  0x0000003f 
+ 00016030  0x00003253 store  0x00000004 , 0x0000485d 
+ 00016031  0x00003254 fetcht  0x00000001 , 0x0000485c 
+ 00016032  0x00003255 add  0x00000002 , 0x00000001 , 0x00000039 
+ 00016033  0x00003257 add  0x00000039 , 0xffffffff , 0x00000007 
+ 00016034  0x00003258 qisolate1  0x0000003f 
+ 00016035  0x00003259 nrtn  0x00000001 
+ 00016036  0x0000325a loop  0x00003ea1 
+ 00016037  0x0000325b jam  0x00000001 , 0x00004861 
+ 00016038  0x0000325c rtn 
+ 00016039  0x00003261 fetch  0x00000001 , 0x00000921 
+ 00016040  0x00003262 pincrease  0xfffffffa 
+ 00016041  0x00003263 copy  0x0000003f , 0x00000039 
+ 00016042  0x00003264 fetcht  0x00000001 , 0x00004862 
+ 00016043  0x00003265 iadd  0x00000002 , 0x00000002 
+ 00016044  0x00003266 storet  0x00000001 , 0x00004862 
+ 00016045  0x00003267 fetch  0x00000002 , 0x00004864 
+ 00016046  0x00003268 iforce  0x00000005 
+ 00016047  0x00003269 fetch  0x00000001 , 0x0000485b 
+ 00016048  0x0000326a mul32  0x0000003f , 0x0000000c , 0x0000003f 
+ 00016049  0x0000326b iadd  0x00000005 , 0x00000005 
+ 00016050  0x0000326c arg  0x0000092f , 0x00000006 
+ 00016051  0x0000326d branch  0x00007cda 
+ 00016052  0x00003271 fetch  0x00000001 , 0x00004861 
+ 00016053  0x00003272 rtneq  0x00000000 
+ 00016054  0x00003273 setarg  0x00000000 
+ 00016055  0x00003274 store  0x00000005 , 0x0000485d 
+ 00016056  0x00003275 fetcht  0x00000002 , 0x00000925 
+ 00016057  0x00003276 byteswap  0x00000002 , 0x00000002 
+ 00016058  0x00003277 setarg  0x0000e000 
+ 00016059  0x00003278 iand  0x00000002 , 0x00000002 
+ 00016060  0x00003279 fetch  0x00000002 , 0x00004859 
+ 00016061  0x0000327a ior  0x00000002 , 0x0000003f 
+ 00016062  0x0000327b byteswap  0x0000003f , 0x0000003f 
+ 00016063  0x0000327c store  0x00000002 , 0x00000925 
+ 00016064  0x0000327d branch  0x00004187 
+ 00016065  0x00003282 fetch  0x00000001 , 0x00000722 
+ 00016066  0x00003283 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00016067  0x00003284 copy  0x0000003f , 0x00000039 
+ 00016068  0x00003285 storet  0x00000001 , 0x00000916 
+ 00016069  0x00003286 fetch  0x00000001 , 0x0000092b 
+ 00016070  0x00003287 set0  0x00000007 , 0x0000003f 
+ 00016071  0x00003288 store  0x00000001 , 0x000049a1 
+ 00016072  0x00003289 arg  0x00000723 , 0x00000006 
+ 00016073  0x0000328a call  0x00007ccc 
+ 00016074  0x0000328b branch  0x00004052 
+ 00016075  0x00003291 add  0x00000011 , 0x00000004 , 0x00000002 
+ 00016076  0x00003292 copy  0x00000011 , 0x00000039 
+ 00016077  0x00003293 storet  0x00000001 , 0x00000916 
+ 00016078  0x00003294 arg  0x000049a5 , 0x00000005 
+ 00016079  0x00003295 call  0x00007ccc 
+ 00016080  0x00003296 fetch  0x00000001 , 0x0000092b 
+ 00016081  0x00003297 set1  0x00000007 , 0x0000003f 
+ 00016082  0x00003298 store  0x00000001 , 0x000049a1 
+ 00016083  0x00003299 branch  0x00004052 
+ 00016084  0x0000329f fetch  0x00000001 , 0x0000070b 
+ 00016085  0x000032a1 beq  0x00000001 , 0x00003edb 
+ 00016086  0x000032a2 beq  0x00000002 , 0x00003ee1 
+ 00016087  0x000032a3 beq  0x00000042 , 0x00003ee6 
+ 00016088  0x000032a4 beq  0x0000004c , 0x00003ee9 
+ 00016089  0x000032a5 beq  0x0000005e , 0x00003eef 
+ 00016090  0x000032a6 rtn 
+ 00016091  0x000032aa arg  0x00003edd , 0x00000013 
+ 00016092  0x000032ab branch  0x00003f53 
+ 00016093  0x000032af fetch  0x00000002 , 0x00004830 
+ 00016094  0x000032b0 call  0x00007d79 
+ 00016095  0x000032b1 store  0x00000001 , 0x0000070c 
+ 00016096  0x000032b2 branch  0x0000376c 
+ 00016097  0x000032b6 arg  0x00003ee3 , 0x00000013 
+ 00016098  0x000032b7 branch  0x00003f53 
+ 00016099  0x000032b9 call  0x0000376c 
+ 00016100  0x000032ba fetch  0x00000002 , 0x00004832 
+ 00016101  0x000032bb branch  0x00007d79 
+ 00016102  0x000032c0 call  0x00003784 
+ 00016103  0x000032c1 fetch  0x00000002 , 0x00004834 
+ 00016104  0x000032c2 branch  0x00007d79 
+ 00016105  0x000032c6 fetch  0x00000002 , 0x0000070c 
+ 00016106  0x000032c7 call  0x00003efe 
+ 00016107  0x000032c8 store  0x00000001 , 0x00000711 
+ 00016108  0x000032c9 call  0x00003774 
+ 00016109  0x000032ca fetch  0x00000002 , 0x00004836 
+ 00016110  0x000032cb branch  0x00007d79 
+ 00016111  0x000032cf fetch  0x00000002 , 0x00004866 
+ 00016112  0x000032d0 fetcht  0x00000002 , 0x0000070e 
+ 00016113  0x000032d1 isub  0x00000002 , 0x0000003e 
+ 00016114  0x000032d2 rtn  0x00000005 
+ 00016115  0x000032d4 fetch  0x00000002 , 0x0000070e 
+ 00016116  0x000032d5 call  0x00003f10 
+ 00016117  0x000032d6 store  0x00000001 , 0x00000716 
+ 00016118  0x000032d8 fetch  0x00000002 , 0x0000070e 
+ 00016119  0x000032d9 store  0x00000002 , 0x00004866 
+ 00016120  0x000032da fetch  0x00000002 , 0x00004838 
+ 00016121  0x000032db call  0x00007d79 
+ 00016122  0x000032dc storet  0x00000002 , 0x0000070c 
+ 00016123  0x000032dd call  0x0000377c 
+ 00016124  0x000032de fetch  0x00000002 , 0x0000483a 
+ 00016125  0x000032df branch  0x00007d79 
+ 00016126  0x000032e5 rtn  0x00000034 
+ 00016127  0x000032e6 mul32  0x0000003f , 0x00000064 , 0x0000003f 
+ 00016128  0x000032e7 arg  0x0000ffff , 0x00000002 
+ 00016129  0x000032e8 idiv  0x00000002 
+ 00016130  0x000032e9 call  0x00007d62 
+ 00016131  0x000032ea remainder  0x00000002 
+ 00016132  0x000032eb rshift8  0x00000002 , 0x00000002 
+ 00016133  0x000032ec quotient  0x0000003f 
+ 00016134  0x000032ed sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00016135  0x000032ee nrtn  0x00000005 
+ 00016136  0x000032ef pincrease  0x00000001 
+ 00016137  0x000032f0 rtn 
+ 00016138  0x000032f6 arg  0x0000ffff , 0x0000003f 
+ 00016139  0x000032f7 imul32  0x00000002 , 0x0000003f 
+ 00016140  0x000032f8 div  0x0000003f , 0x00000064 
+ 00016141  0x000032f9 call  0x00007d62 
+ 00016142  0x000032fa quotient  0x00000002 
+ 00016143  0x000032fb rtn 
+ 00016144  0x00003300 arg  0x00000320 , 0x00000002 
+ 00016145  0x00003301 isub  0x00000002 , 0x00000011 
+ 00016146  0x00003302 call  0x00003f1f 
+ 00016147  0x00003303 copy  0x00000011 , 0x0000003f 
+ 00016148  0x00003304 idiv  0x00000002 
+ 00016149  0x00003305 call  0x00007d62 
+ 00016150  0x00003306 quotient  0x0000003f 
+ 00016151  0x00003307 rtn 
+ 00016152  0x0000330d copy  0x00000002 , 0x00000011 
+ 00016153  0x0000330e call  0x00003f1f 
+ 00016154  0x0000330f copy  0x00000011 , 0x0000003f 
+ 00016155  0x00003310 imul32  0x00000002 , 0x0000003f 
+ 00016156  0x00003311 arg  0x00000320 , 0x00000002 
+ 00016157  0x00003312 iadd  0x00000002 , 0x00000002 
+ 00016158  0x00003313 rtn 
+ 00016159  0x00003316 setarg  0x00004e20 
+ 00016160  0x00003317 arg  0x00000320 , 0x00000002 
+ 00016161  0x00003318 isub  0x00000002 , 0x0000003f 
+ 00016162  0x00003319 div  0x0000003f , 0x00000064 
+ 00016163  0x0000331a call  0x00007d62 
+ 00016164  0x0000331b quotient  0x00000002 
+ 00016165  0x0000331c rtn 
+ 00016166  0x00003322 arg  0x00000000 , 0x00000007 
+ 00016167  0x00003323 fetchr  0x00000039 , 0x00000001 , 0x0000484e 
+ 00016168  0x00003324 call  0x00007dbc 
+ 00016169  0x00003325 fetch  0x00000002 , 0x00004800 
+ 00016170  0x00003327 isub  0x00000002 , 0x0000003e 
+ 00016171  0x00003328 branch  0x00003f32 , 0x00000005 
+ 00016172  0x00003329 byteswap  0x0000003f , 0x0000003f 
+ 00016173  0x0000332a pincrease  0x00000001 
+ 00016174  0x0000332b byteswap  0x0000003f , 0x0000003f 
+ 00016175  0x0000332c increase  0x00000001 , 0x00000007 
+ 00016176  0x0000332d loop  0x00003f2a 
+ 00016177  0x0000332e rtn 
+ 00016178  0x00003331 jam  0x00000000 , 0x00004868 
+ 00016179  0x00003332 storer  0x00000007 , 0x00000001 , 0x00004869 
+ 00016180  0x00003333 call  0x00003f6e 
+ 00016181  0x00003334 branch  0x00007dba 
+ 00016182  0x00003338 arg  0x00000000 , 0x00000007 
+ 00016183  0x00003339 arg  0x00000000 , 0x00000013 
+ 00016184  0x0000333a call  0x00003e3e 
+ 00016185  0x0000333b call  0x00007dbc 
+ 00016186  0x0000333d fetch  0x00000002 , 0x0000484c 
+ 00016187  0x0000333e bbit0  0x00000002 , 0x00003f49 
+ 00016188  0x0000333f ifetch  0x00000002 , 0x00000011 
+ 00016189  0x00003340 isub  0x00000002 , 0x0000003e 
+ 00016190  0x00003341 call  0x00003f47 , 0x00000005 
+ 00016191  0x00003343 copy  0x00000012 , 0x0000003f 
+ 00016192  0x00003344 iadd  0x00000011 , 0x00000011 
+ 00016193  0x00003345 increase  0x00000001 , 0x00000007 
+ 00016194  0x00003346 loop  0x00003f3a 
+ 00016195  0x00003347 copy  0x00000013 , 0x0000003f 
+ 00016196  0x00003348 rtn  0x00000034 
+ 00016197  0x00003349 store  0x00000001 , 0x00004868 
+ 00016198  0x0000334a branch  0x00007dba 
+ 00016199  0x0000334d qset1  0x00000013 
+ 00016200  0x0000334e rtn 
+ 00016201  0x00003351 add  0x00000011 , 0x00000006 , 0x00000006 
+ 00016202  0x00003352 arg  0x00000008 , 0x00000030 
+ 00016203  0x00003354 ifetch  0x00000002 , 0x00000006 
+ 00016204  0x00003355 isub  0x00000002 , 0x0000003e 
+ 00016205  0x00003356 branch  0x00003f51 , 0x00000005 
+ 00016206  0x00003357 increase  0xffffffff , 0x00000030 
+ 00016207  0x00003358 branch  0x00003f3f , 0x00000005 
+ 00016208  0x00003359 branch  0x00003f4b 
+ 00016209  0x0000335c call  0x00003f47 
+ 00016210  0x0000335d branch  0x00003f3f 
+ 00016211  0x00003360 arg  0x00000000 , 0x00000007 
+ 00016212  0x00003361 fetch  0x00000001 , 0x00004868 
+ 00016213  0x00003362 branch  0x00003f5f , 0x00000034 
+ 00016214  0x00003363 copy  0x0000003f , 0x00000012 
+ 00016215  0x00003364 fetchr  0x00000039 , 0x00000001 , 0x0000484e 
+ 00016216  0x00003366 storer  0x00000007 , 0x00000001 , 0x00004869 
+ 00016217  0x00003368 qisolate1  0x00000012 
+ 00016218  0x00003369 call  0x00003f5f , 0x00000001 
+ 00016219  0x0000336a fetchr  0x00000007 , 0x00000001 , 0x00004869 
+ 00016220  0x0000336b increase  0x00000001 , 0x00000007 
+ 00016221  0x0000336c loop  0x00003f58 
+ 00016222  0x0000336d rtn 
+ 00016223  0x00003370 call  0x00003f64 
+ 00016224  0x00003371 call  0x00003f6e 
+ 00016225  0x00003372 copy  0x00000013 , 0x0000003f 
+ 00016226  0x00003373 call  0x00007d79 
+ 00016227  0x00003374 branch  0x00003f69 
+ 00016228  0x00003377 storer  0x00000039 , 0x00000002 , 0x00000917 
+ 00016229  0x00003378 storer  0x00000011 , 0x00000002 , 0x00000919 
+ 00016230  0x00003379 storer  0x00000012 , 0x00000002 , 0x0000091b 
+ 00016231  0x0000337a storer  0x00000013 , 0x00000002 , 0x0000091d 
+ 00016232  0x0000337b rtn 
+ 00016233  0x0000337e fetchr  0x00000039 , 0x00000002 , 0x00000917 
+ 00016234  0x0000337f fetchr  0x00000011 , 0x00000002 , 0x00000919 
+ 00016235  0x00003380 fetchr  0x00000012 , 0x00000002 , 0x0000091b 
+ 00016236  0x00003381 fetchr  0x00000013 , 0x00000002 , 0x0000091d 
+ 00016237  0x00003382 rtn 
+ 00016238  0x00003386 bpatchx  0x000000ae , 0x00004035 
+ 00016239  0x00003387 fetch  0x00000002 , 0x00004800 
+ 00016240  0x00003388 byteswap  0x0000003f , 0x0000003f 
+ 00016241  0x00003389 iadd  0x00000007 , 0x0000003f 
+ 00016242  0x0000338a byteswap  0x0000003f , 0x0000003f 
+ 00016243  0x0000338b store  0x00000002 , 0x00004995 
+ 00016244  0x0000338c call  0x00003e3e 
+ 00016245  0x0000338d copy  0x00000007 , 0x0000003f 
+ 00016246  0x0000338e imul32  0x00000012 , 0x0000003f 
+ 00016247  0x0000338f iadd  0x00000011 , 0x00000011 
+ 00016248  0x00003390 add  0x00000011 , 0x00000017 , 0x00000006 
+ 00016249  0x00003391 ifetch  0x00000002 , 0x00000006 
+ 00016250  0x00003392 store , 0x00000002 , 0x000043fb 
+ 00016251  0x00003393 rtn 
+ 00016252  0x00003399 jam  0x00000000 , 0x00000951 
+ 00016253  0x0000339d sub  0x00000002 , 0x0000000c , 0x0000003e 
+ 00016254  0x0000339e rtn  0x00000002 
+ 00016255  0x0000339f sub  0x00000002 , 0x0000001e , 0x0000003e 
+ 00016256  0x000033a0 nrtn  0x00000002 
+ 00016257  0x000033a1 bpatchx  0x000000af , 0x00004035 
+ 00016258  0x000033a2 call  0x0000400e 
+ 00016259  0x000033a3 call  0x00003f8c 
+ 00016260  0x000033a4 nrtn  0x00000028 
+ 00016261  0x000033a5 call  0x00003fdd 
+ 00016262  0x000033a6 nrtn  0x00000028 
+ 00016263  0x000033a7 call  0x00003bcf 
+ 00016264  0x000033a8 call  0x00003fa1 
+ 00016265  0x000033a9 nrtn  0x00000028 
+ 00016266  0x000033aa call  0x00003fb2 
+ 00016267  0x000033ac branch  0x00003fb7 
+ 00016268  0x000033af call  0x00007dba 
+ 00016269  0x000033b0 fetch  0x00000001 , 0x00000921 
+ 00016270  0x000033b1 arg  0x00000925 , 0x00000006 
+ 00016271  0x000033b2 iadd  0x00000006 , 0x00000006 
+ 00016272  0x000033b3 ifetch  0x00000004 , 0x00000006 
+ 00016273  0x000033b4 ifetcht  0x00000004 , 0x00000006 
+ 00016274  0x000033b5 ixor  0x00000002 , 0x00000002 
+ 00016275  0x000033b6 arg  0x00000010 , 0x00000039 
+ 00016276  0x000033b7 arg  0x000009fd , 0x00000006 
+ 00016277  0x000033b9 ifetch  0x00000004 , 0x00000006 
+ 00016278  0x000033ba isub  0x00000002 , 0x0000003e 
+ 00016279  0x000033bb branch  0x00007dbc , 0x00000005 
+ 00016280  0x000033bc loop  0x00003f95 
+ 00016281  0x000033bd fetch  0x00000001 , 0x0000486a 
+ 00016282  0x000033be pincrease  0x00000004 
+ 00016283  0x000033bf arg  0x000009fd , 0x00000005 
+ 00016284  0x000033c0 iadd  0x00000005 , 0x00000005 
+ 00016285  0x000033c1 istoret  0x00000004 , 0x00000005 
+ 00016286  0x000033c2 and  0x0000003f , 0x0000003f , 0x0000003f 
+ 00016287  0x000033c3 store  0x00000001 , 0x0000486a 
+ 00016288  0x000033c4 rtn 
+ 00016289  0x000033c7 call  0x00007dba 
+ 00016290  0x000033c8 fetcht  0x00000005 , 0x00000924 
+ 00016291  0x000033c9 arg  0x00000010 , 0x00000039 
+ 00016292  0x000033ca arg  0x00000a3d , 0x00000006 
+ 00016293  0x000033cc ifetch  0x00000005 , 0x00000006 
+ 00016294  0x000033cd isub  0x00000002 , 0x0000003e 
+ 00016295  0x000033ce branch  0x00007dbc , 0x00000005 
+ 00016296  0x000033cf loop  0x00003fa5 
+ 00016297  0x000033d0 fetch  0x00000001 , 0x0000486b 
+ 00016298  0x000033d1 pincrease  0x00000001 
+ 00016299  0x000033d2 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00016300  0x000033d3 store  0x00000001 , 0x0000486b 
+ 00016301  0x000033d4 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00016302  0x000033d5 arg  0x00000a3d , 0x00000005 
+ 00016303  0x000033d6 iadd  0x00000005 , 0x00000005 
+ 00016304  0x000033d7 istoret  0x00000005 , 0x00000005 
+ 00016305  0x000033d8 rtn 
+ 00016306  0x000033db fetch  0x00000001 , 0x00000951 
+ 00016307  0x000033dc rtneq  0x00000000 
+ 00016308  0x000033dd fetch  0x00000002 , 0x00000927 
+ 00016309  0x000033de store  0x00000002 , 0x0000486c 
+ 00016310  0x000033df rtn 
+ 00016311  0x000033ec call  0x00004005 
+ 00016312  0x000033ed fetch  0x00000001 , 0x00000921 
+ 00016313  0x000033ee arg  0x00000929 , 0x00000002 
+ 00016314  0x000033ef call  0x00003ca7 
+ 00016315  0x000033f0 nrtn  0x00000005 
+ 00016316  0x000033f4 bpatchx  0x000000b0 , 0x00004036 
+ 00016317  0x000033f5 fetch  0x00000001 , 0x00000951 
+ 00016318  0x000033f6 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00016319  0x000033f7 call  0x00004106 , 0x00000005 
+ 00016320  0x000033f8 fetcht  0x00000002 , 0x00000929 
+ 00016321  0x000033f9 call  0x00003f26 
+ 00016322  0x000033fa call  0x00003fcf , 0x00000028 
+ 00016323  0x000033fb branch  0x00003fea , 0x00000028 
+ 00016324  0x000033fc arg  0x0000001d , 0x00000039 
+ 00016325  0x000033fd arg  0x000007ab , 0x00000005 
+ 00016326  0x000033fe arg  0x00000922 , 0x00000006 
+ 00016327  0x000033ff call  0x00007cda 
+ 00016328  0x00003400 call  0x00003fd3 
+ 00016329  0x00003401 arg  0x0000001d , 0x00000039 
+ 00016330  0x00003402 arg  0x000007ab , 0x00000006 
+ 00016331  0x00003403 arg  0x00000922 , 0x00000005 
+ 00016332  0x00003404 call  0x00007cda 
+ 00016333  0x00003405 fetch  0x00000002 , 0x00004842 
+ 00016334  0x00003406 branch  0x00007d79 
+ 00016335  0x00003409 jam  0x00000001 , 0x00000952 
+ 00016336  0x0000340a fetch  0x00000002 , 0x00004995 
+ 00016337  0x0000340b store  0x00000002 , 0x00000953 
+ 00016338  0x0000340c rtn 
+ 00016339  0x0000340f call  0x00003f36 
+ 00016340  0x00003410 branch  0x00003fea , 0x00000028 
+ 00016341  0x00003411 jam  0x000000ff , 0x00004868 
+ 00016342  0x00003412 setarg  0x0000ffcf 
+ 00016343  0x00003413 isub  0x00000002 , 0x0000003e 
+ 00016344  0x00003414 branch  0x00003fea , 0x00000005 
+ 00016345  0x00003415 setarg  0x0000ffff 
+ 00016346  0x00003416 isub  0x00000002 , 0x0000003e 
+ 00016347  0x00003417 branch  0x00003fea , 0x00000005 
+ 00016348  0x00003418 rtn 
+ 00016349  0x0000341c call  0x00007dbc 
+ 00016350  0x0000341d fetcht  0x00000001 , 0x00000922 
+ 00016351  0x0000341e rshift4  0x00000002 , 0x0000003f 
+ 00016352  0x0000341f rshift3  0x0000003f , 0x0000003f 
+ 00016353  0x00003420 fetchr  0x00000011 , 0x00000001 , 0x00004871 
+ 00016354  0x00003421 and  0x00000011 , 0x00000001 , 0x00000011 
+ 00016355  0x00003422 isub  0x00000011 , 0x0000003e 
+ 00016356  0x00003423 nrtn  0x00000005 
+ 00016357  0x00003424 and  0x00000002 , 0x0000007f , 0x00000002 
+ 00016358  0x00003425 fetch  0x00000001 , 0x0000474d 
+ 00016359  0x00003426 isub  0x00000002 , 0x0000003e 
+ 00016360  0x00003427 nrtn  0x00000005 
+ 00016361  0x00003428 branch  0x00007dba 
+ 00016362  0x0000342d arg  0x00004872 , 0x00000011 
+ 00016363  0x0000342e arg  0x0000000a , 0x00000039 
+ 00016364  0x00003430 fetcht  0x00000002 , 0x00000927 
+ 00016365  0x00003431 ifetch  0x00000002 , 0x00000011 
+ 00016366  0x00003433 branch  0x00003ff4 , 0x00000034 
+ 00016367  0x00003435 isub  0x00000002 , 0x0000003e 
+ 00016368  0x00003437 branch  0x00003ff5 , 0x00000005 
+ 00016369  0x00003438 increase  0x00000005 , 0x00000011 
+ 00016370  0x00003439 loop  0x00003fec 
+ 00016371  0x0000343a arg  0x00004872 , 0x00000011 
+ 00016372  0x0000343d istoret  0x00000002 , 0x00000011 
+ 00016373  0x0000343f storet  0x00000002 , 0x0000094c 
+ 00016374  0x00003441 add  0x00000011 , 0x00000002 , 0x00000013 
+ 00016375  0x00003442 ifetch  0x00000003 , 0x00000013 
+ 00016376  0x00003443 store  0x00000003 , 0x0000094e 
+ 00016377  0x00003444 branch  0x00003ffa 
+ 00016378  0x0000344a call  0x00004002 
+ 00016379  0x0000344c fetch  0x00000003 , 0x0000094e 
+ 00016380  0x0000344d fetcht  0x00000003 , 0x00000924 
+ 00016381  0x0000344e isub  0x00000002 , 0x0000003e 
+ 00016382  0x0000344f rtn  0x00000002 
+ 00016383  0x00003450 istoret  0x00000003 , 0x00000013 
+ 00016384  0x00003451 call  0x00004002 
+ 00016385  0x00003452 branch  0x00003e6b 
+ 00016386  0x00003455 arg  0x00000924 , 0x00000011 
+ 00016387  0x00003456 arg  0x00000003 , 0x00000039 
+ 00016388  0x00003457 branch  0x00007cb1 
+ 00016389  0x0000345c call  0x00004008 
+ 00016390  0x0000345e arg  0x0000475e , 0x00000006 
+ 00016391  0x0000345f branch  0x0000735f 
+ 00016392  0x00003461 arg  0x0000093f , 0x00000005 
+ 00016393  0x00003462 setarg  0x00000000 
+ 00016394  0x00003463 istore  0x00000001 , 0x00000005 
+ 00016395  0x00003464 fetch  0x00000006 , 0x00000923 
+ 00016396  0x00003465 istore  0x00000008 , 0x00000005 
+ 00016397  0x00003466 branch  0x00004069 
+ 00016398  0x0000346a add  0x00000002 , 0xfffffff4 , 0x0000003f 
+ 00016399  0x00003474 store  0x00000001 , 0x00000921 
+ 00016400  0x00003475 arg  0x0000001d , 0x00000039 
+ 00016401  0x00003476 arg  0x00000922 , 0x00000005 
+ 00016402  0x00003477 call  0x00007ca1 
+ 00016403  0x00003478 add  0x00000002 , 0xffffffff , 0x00000039 
+ 00016404  0x00003479 arg  0x00000922 , 0x00000005 
+ 00016405  0x0000347a branch  0x00007ccc 
+ 00016406  0x0000347d call  0x0000406e 
+ 00016407  0x0000347e call  0x00004036 
+ 00016408  0x0000347f nrtn  0x00000028 
+ 00016409  0x00003480 call  0x0000404a 
+ 00016410  0x00003481 jam  0x0000001e , 0x00000787 
+ 00016411  0x00003482 fetch  0x00000001 , 0x00000921 
+ 00016412  0x00003483 add  0x0000003f , 0x0000000d , 0x00000002 
+ 00016413  0x00003484 storet  0x00000001 , 0x00000789 
+ 00016414  0x00003485 increase  0xffffffff , 0x00000002 
+ 00016415  0x00003486 istoret  0x00000001 , 0x00000005 
+ 00016416  0x00003487 setarg  0x0000002a 
+ 00016417  0x00003488 istore  0x00000001 , 0x00000005 
+ 00016418  0x00003489 add  0x00000002 , 0xffffffff , 0x00000039 
+ 00016419  0x0000348a fetch  0x00000007 , 0x00000922 
+ 00016420  0x0000348b arg  0x00000922 , 0x00000006 
+ 00016421  0x0000348c call  0x00007cda 
+ 00016422  0x0000348d arg  0x00000787 , 0x00000011 
+ 00016423  0x0000348e call  0x000078b2 
+ 00016424  0x0000348f call  0x0000402b 
+ 00016425  0x00003490 nrtn  0x00000028 
+ 00016426  0x00003491 branch  0x00003961 
+ 00016427  0x00003494 fetcht  0x00000002 , 0x000007b2 
+ 00016428  0x00003496 call  0x00007dbc 
+ 00016429  0x00003497 fetch  0x00000001 , 0x00000978 
+ 00016430  0x00003498 rtn  0x00000034 
+ 00016431  0x00003499 iforce  0x00000039 
+ 00016432  0x0000349a arg  0x00000968 , 0x00000006 
+ 00016433  0x0000349c ifetch  0x00000002 , 0x00000006 
+ 00016434  0x0000349d isub  0x00000002 , 0x0000003e 
+ 00016435  0x0000349e branch  0x00007dba , 0x00000005 
+ 00016436  0x0000349f loop  0x00004031 
+ 00016437  0x000034a0 rtn 
+ 00016438  0x000034a4 call  0x00007dbc 
+ 00016439  0x000034a5 fetch  0x00000001 , 0x00000951 
+ 00016440  0x000034a6 rtneq  0x00000001 
+ 00016441  0x000034a7 fetch  0x00000002 , 0x0000484c 
+ 00016442  0x000034a8 rtnbit1  0x00000001 
+ 00016443  0x000034a9 fetch  0x00000001 , 0x000047e4 
+ 00016444  0x000034aa rtnne  0x00000000 
+ 00016445  0x000034ab fetcht  0x00000002 , 0x00000927 
+ 00016446  0x000034ac call  0x00003f26 
+ 00016447  0x000034ad branch  0x00007dbc , 0x00000028 
+ 00016448  0x000034ae call  0x0000404f 
+ 00016449  0x000034af nrtn  0x00000028 
+ 00016450  0x000034b0 fetch  0x00000001 , 0x00000923 
+ 00016451  0x000034b1 branch  0x00007dbc , 0x00000034 
+ 00016452  0x000034b2 pincrease  0xffffffff 
+ 00016453  0x000034b3 branch  0x00007dbc , 0x00000034 
+ 00016454  0x000034b4 store  0x00000001 , 0x00000923 
+ 00016455  0x000034b5 setarg  0x000048cc 
+ 00016456  0x000034b6 store  0x00000002 , 0x000043fb 
+ 00016457  0x000034b7 branch  0x00007dba 
+ 00016458  0x000034ba call  0x00004005 
+ 00016459  0x000034bb fetch  0x00000001 , 0x00000921 
+ 00016460  0x000034bc arg  0x00000929 , 0x00000002 
+ 00016461  0x000034bd call  0x00003c86 
+ 00016462  0x000034be branch  0x00003bcf 
+ 00016463  0x000034c3 setarg  0x000048a4 
+ 00016464  0x000034c4 store  0x00000002 , 0x00000910 
+ 00016465  0x000034c5 branch  0x000039fb 
+ 00016466  0x000034ca bpatchx  0x000000b1 , 0x00004036 
+ 00016467  0x000034cb call  0x00004056 
+ 00016468  0x000034cc call  0x0000405f 
+ 00016469  0x000034cd branch  0x0000394c 
+ 00016470  0x000034d3 fetch  0x00000001 , 0x00000916 
+ 00016471  0x000034d4 add  0x0000003f , 0x00000002 , 0x00000011 
+ 00016472  0x000034d5 pincrease  0x00000004 
+ 00016473  0x000034d6 store  0x00000001 , 0x00000916 
+ 00016474  0x000034d7 arg  0x0000499f , 0x00000002 
+ 00016475  0x000034d8 branch  0x0000405c 
+ 00016476  0x000034de call  0x00004005 
+ 00016477  0x000034df copy  0x00000011 , 0x0000003f 
+ 00016478  0x000034e0 branch  0x00003c86 
+ 00016479  0x000034e4 branch  0x00003bcc 
+ 00016480  0x000034e8 call  0x00003e5e 
+ 00016481  0x000034e9 call  0x000078fa 
+ 00016482  0x000034ea rtn  0x00000034 
+ 00016483  0x000034eb call  0x00002a28 
+ 00016484  0x000034ec nrtn  0x00000034 
+ 00016485  0x000034ed arg  0x00000787 , 0x00000011 
+ 00016486  0x000034ee call  0x000078ca 
+ 00016487  0x000034ef nrtn  0x00000028 
+ 00016488  0x000034f0 branch  0x000040f0 
+ 00016489  0x000034f5 fetch  0x00000004 , 0x0000486e 
+ 00016490  0x000034f6 istore  0x00000004 , 0x00000005 
+ 00016491  0x000034f7 add  0x00000005 , 0xfffffff3 , 0x0000003f 
+ 00016492  0x000034f8 store  0x00000002 , 0x000008f1 
+ 00016493  0x000034f9 rtn 
+ 00016494  0x000034fe setarg  0x000048cc 
+ 00016495  0x000034ff store  0x00000002 , 0x000043fb 
+ 00016496  0x00003500 rtn 
+ 00016497  0x00003503 call  0x0000406e 
+ 00016498  0x00003504 branch  0x000078ad 
+ 00016499  0x00003508 call  0x000029c9 
+ 00016500  0x00003509 fetch  0x00000001 , 0x000047e4 
+ 00016501  0x0000350a beq  0x00000001 , 0x00004083 
+ 00016502  0x0000350b beq  0x00000000 , 0x00004079 
+ 00016503  0x0000350c beq  0x00000005 , 0x00004079 
+ 00016504  0x0000350d rtn 
+ 00016505  0x00003511 setsect  0x00000000 , 0x00010214 
+ 00016506  0x00003512 setsect  0x00000001 , 0x0000c080 
+ 00016507  0x00003513 setsect  0x00000002 , 0x00028030 
+ 00016508  0x00003514 setsect  0x00000003 , 0x00003060 
+ 00016509  0x00003515 store  0x00000009 , 0x00004348 
+ 00016510  0x00003516 setarg  0x00182816 
+ 00016511  0x00003517 istore  0x00000004 , 0x00000005 
+ 00016512  0x00003518 fetch  0x00000008 , 0x000047dc 
+ 00016513  0x00003519 istore  0x00000008 , 0x00000005 
+ 00016514  0x0000351a rtn 
+ 00016515  0x0000351d call  0x00003ce0 
+ 00016516  0x0000351f setsect  0x00000000 , 0x0001021d 
+ 00016517  0x00003520 setsect  0x00000001 , 0x0000c080 
+ 00016518  0x00003521 setsect  0x00000002 , 0x00027030 
+ 00016519  0x00003522 setsect  0x00000003 , 0x00005460 
+ 00016520  0x00003523 store  0x00000009 , 0x00004348 
+ 00016521  0x00003524 setarg  0x00182716 
+ 00016522  0x00003525 istore  0x00000003 , 0x00000005 
+ 00016523  0x00003526 arg  0x000008ff , 0x00000006 
+ 00016524  0x00003527 call  0x00007c8f 
+ 00016525  0x00003528 fetch  0x00000002 , 0x000047ea 
+ 00016526  0x00003529 istore  0x00000002 , 0x00000005 
+ 00016527  0x0000352a rtn 
+ 00016528  0x00003531 bpatchx  0x000000b2 , 0x00004036 
+ 00016529  0x00003532 fetch  0x00000002 , 0x00004398 
+ 00016530  0x00003533 beq  0x0000000e , 0x00004095 
+ 00016531  0x00003534 beq  0x00000014 , 0x000040d6 
+ 00016532  0x00003535 rtn 
+ 00016533  0x00003538 copy  0x00000012 , 0x00000002 
+ 00016534  0x00003539 ifetch  0x00000001 , 0x00000011 
+ 00016535  0x0000353a beq  0x00000000 , 0x000040e1 
+ 00016536  0x0000353b beq  0x00000002 , 0x0000409a 
+ 00016537  0x0000353c rtn 
+ 00016538  0x00003545 call  0x0000400e 
+ 00016539  0x00003546 fetch  0x00000001 , 0x00000921 
+ 00016540  0x00003547 pincrease  0xfffffffc 
+ 00016541  0x00003548 store  0x00000001 , 0x00000921 
+ 00016542  0x00003549 call  0x00003fdd 
+ 00016543  0x0000354a nrtn  0x00000028 
+ 00016544  0x0000354b call  0x00003bcf 
+ 00016545  0x0000354c fetch  0x00000001 , 0x00000923 
+ 00016546  0x0000354d bbit1  0x00000007 , 0x000040a4 
+ 00016547  0x0000354e rtn 
+ 00016548  0x00003551 call  0x000040da 
+ 00016549  0x00003552 fetch  0x00000001 , 0x00000921 
+ 00016550  0x00003553 arg  0x00000929 , 0x00000002 
+ 00016551  0x00003554 call  0x00003ca5 
+ 00016552  0x00003555 nrtn  0x00000005 
+ 00016553  0x00003558 call  0x00004106 
+ 00016554  0x00003559 fetch  0x00000001 , 0x0000092b 
+ 00016555  0x0000355a beq  0x00000000 , 0x000040bd 
+ 00016556  0x0000355b beq  0x00000001 , 0x000040ae 
+ 00016557  0x0000355c rtn 
+ 00016558  0x0000355f fetchr  0x00000039 , 0x00000001 , 0x00000921 
+ 00016559  0x00003560 increase  0xfffffffd , 0x00000039 
+ 00016560  0x00003562 rshift  0x00000039 , 0x0000003f 
+ 00016561  0x00003563 fetcht  0x00000002 , 0x00000978 
+ 00016562  0x00003564 iadd  0x00000002 , 0x0000003f 
+ 00016563  0x00003565 sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00016564  0x00003566 nrtn  0x00000002 
+ 00016565  0x00003567 store  0x00000002 , 0x00000978 
+ 00016566  0x00003568 arg  0x00000968 , 0x00000005 
+ 00016567  0x00003569 lshift  0x00000002 , 0x0000003f 
+ 00016568  0x0000356a iadd  0x00000005 , 0x00000005 
+ 00016569  0x0000356b arg  0x0000092c , 0x00000006 
+ 00016570  0x0000356c call  0x00007cda 
+ 00016571  0x0000356d fetch  0x00000001 , 0x0000097a 
+ 00016572  0x0000356e branch  0x000040bf 
+ 00016573  0x00003571 ifetch  0x00000001 , 0x00000006 
+ 00016574  0x00003572 store  0x00000001 , 0x0000097a 
+ 00016575  0x00003574 store  0x00000001 , 0x000049a2 
+ 00016576  0x00003575 fetch  0x00000002 , 0x00000978 
+ 00016577  0x00003576 byteswap  0x0000003f , 0x0000003f 
+ 00016578  0x00003577 store  0x00000002 , 0x000049a3 
+ 00016579  0x00003579 jam  0x00000003 , 0x000049a1 
+ 00016580  0x0000357b fetch  0x00000009 , 0x00000922 
+ 00016581  0x0000357c store  0x00000009 , 0x00004998 
+ 00016582  0x0000357d fetch  0x00000002 , 0x00004995 
+ 00016583  0x0000357e store  0x00000002 , 0x0000499d 
+ 00016584  0x00003580 call  0x00004253 
+ 00016585  0x00003581 call  0x00004267 
+ 00016586  0x00003583 call  0x000040da 
+ 00016587  0x00003584 setarg  0x00000006 
+ 00016588  0x00003585 arg  0x0000499f , 0x00000002 
+ 00016589  0x00003586 call  0x00003c84 
+ 00016590  0x00003587 call  0x0000405f 
+ 00016591  0x0000358a arg  0x00000016 , 0x00000011 
+ 00016592  0x0000358b arg  0x00000010 , 0x00000002 
+ 00016593  0x0000358c call  0x00002dee 
+ 00016594  0x0000358d setarg  0x00000002 
+ 00016595  0x0000358e istore  0x00000001 , 0x00000005 
+ 00016596  0x0000358f arg  0x00004998 , 0x00000006 
+ 00016597  0x00003590 branch  0x00007c8d 
+ 00016598  0x00003593 jam  0x00000002 , 0x000007aa 
+ 00016599  0x00003594 copy  0x00000012 , 0x00000002 
+ 00016600  0x00003595 copy  0x00000011 , 0x00000006 
+ 00016601  0x00003596 branch  0x00003cfa 
+ 00016602  0x0000359a arg  0x0000095b , 0x00000005 
+ 00016603  0x0000359b setarg  0x00000003 
+ 00016604  0x0000359c istore  0x00000002 , 0x00000005 
+ 00016605  0x0000359d fetch  0x00000005 , 0x00000924 
+ 00016606  0x0000359e istore  0x00000007 , 0x00000005 
+ 00016607  0x0000359f call  0x00004069 
+ 00016608  0x000035a1 branch  0x00004006 
+ 00016609  0x000035a4 jam  0x00000002 , 0x00000951 
+ 00016610  0x000035a5 branch  0x00003f7d 
+ 00016611  0x000035a9 copy  0x00000013 , 0x0000003f 
+ 00016612  0x000035aa beq  0x00000015 , 0x000040e8 
+ 00016613  0x000035ab beq  0x00000014 , 0x000040e7 
+ 00016614  0x000035ac rtn 
+ 00016615  0x000035af branch  0x000040eb 
+ 00016616  0x000035b4 setarg  0x00000000 
+ 00016617  0x000035b5 store  0x00000002 , 0x0000486c 
+ 00016618  0x000035b6 branch  0x00004317 
+ 00016619  0x000035b9 setarg  0x00000000 
+ 00016620  0x000035ba store  0x00000002 , 0x00000978 
+ 00016621  0x000035bb arg  0x00000968 , 0x00000005 
+ 00016622  0x000035bc arg  0x00000010 , 0x00000039 
+ 00016623  0x000035bd branch  0x00007ca3 
+ 00016624  0x000035c6 call  0x00002a28 
+ 00016625  0x000035c7 nrtn  0x00000034 
+ 00016626  0x000035c9 fetch  0x00000001 , 0x00000789 
+ 00016627  0x000035ca add  0x0000003f , 0xffffffff , 0x00000011 
+ 00016628  0x000035cb arg  0x00000010 , 0x00000002 
+ 00016629  0x000035cc call  0x00002dee 
+ 00016630  0x000035cd setarg  0x00000000 
+ 00016631  0x000035ce istore  0x00000001 , 0x00000005 
+ 00016632  0x000035cf arg  0x0000078c , 0x00000006 
+ 00016633  0x000035d0 branch  0x00007c8d 
+ 00016634  0x000035d3 fetch  0x00000001 , 0x000007aa 
+ 00016635  0x000035d4 rtneq  0x00000000 
+ 00016636  0x000035d5 fetch  0x00000002 , 0x000044e9 
+ 00016637  0x000035d6 rtnbit0  0x00000009 
+ 00016638  0x000035d7 call  0x00002a28 
+ 00016639  0x000035d8 nrtn  0x00000034 
+ 00016640  0x000035d9 fetch  0x00000001 , 0x0000462a 
+ 00016641  0x000035da add  0x0000003f , 0xfffffffb , 0x00000011 
+ 00016642  0x000035db arg  0x00000016 , 0x00000002 
+ 00016643  0x000035dc call  0x00002dee 
+ 00016644  0x000035dd arg  0x00004630 , 0x00000006 
+ 00016645  0x000035de branch  0x00007c8d 
+ 00016646  0x000035e1 fetch  0x00000002 , 0x00000968 
+ 00016647  0x000035e2 nrtn  0x00000034 
+ 00016648  0x000035e3 fetch  0x00000002 , 0x00000927 
+ 00016649  0x000035e4 store  0x00000002 , 0x00000968 
+ 00016650  0x000035e6 fetch  0x00000002 , 0x00000978 
+ 00016651  0x000035e7 pincrease  0x00000001 
+ 00016652  0x000035e8 store  0x00000002 , 0x00000978 
+ 00016653  0x000035e9 rtn 
+ 00016654  0x000035ed ifetch  0x00000004 , 0x00000006 
+ 00016655  0x000035ee force  0x00000004 , 0x00000011 
+ 00016656  0x000035ef increase  0x00000003 , 0x00000005 
+ 00016657  0x000035f1 istore  0x00000001 , 0x00000005 
+ 00016658  0x000035f2 rshift8  0x0000003f , 0x0000003f 
+ 00016659  0x000035f3 increase  0xfffffffe , 0x00000005 
+ 00016660  0x000035f4 increase  0xffffffff , 0x00000011 
+ 00016661  0x000035f5 nbranch  0x00004111 , 0x00000005 
+ 00016662  0x000035f6 increase  0x00000005 , 0x00000005 
+ 00016663  0x000035f7 loop  0x0000410e 
+ 00016664  0x000035f8 rtn 
+ 00016665  0x000035fc lshift2  0x00000007 , 0x0000003f 
+ 00016666  0x000035fd iadd  0x0000000b , 0x00000006 
+ 00016667  0x000035fe ifetch  0x00000004 , 0x00000006 
+ 00016668  0x000035ff rtn 
+ 00016669  0x00003602 force  0x00000010 , 0x00000030 
+ 00016670  0x00003603 arg  0x00000231 , 0x0000000b 
+ 00016671  0x00003605 add  0x00000030 , 0xfffffff9 , 0x00000007 
+ 00016672  0x00003606 call  0x00004119 
+ 00016673  0x00003607 iforce  0x00000002 
+ 00016674  0x00003608 add  0x00000030 , 0xfffffff0 , 0x00000007 
+ 00016675  0x00003609 call  0x00004119 
+ 00016676  0x0000360a iadd  0x00000002 , 0x00000002 
+ 00016677  0x0000360b add  0x00000030 , 0xfffffffe , 0x00000007 
+ 00016678  0x0000360c call  0x00004119 
+ 00016679  0x0000360d shasx  0x0000003f , 0x00000001 , 0x0000003f 
+ 00016680  0x0000360e iadd  0x00000002 , 0x00000002 
+ 00016681  0x0000360f add  0x00000030 , 0xfffffff1 , 0x00000007 
+ 00016682  0x00003610 call  0x00004119 
+ 00016683  0x00003611 shasx  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016684  0x00003612 iadd  0x00000002 , 0x00000002 
+ 00016685  0x00003613 lshift2  0x00000030 , 0x0000003f 
+ 00016686  0x00003614 iadd  0x0000000b , 0x00000005 
+ 00016687  0x00003615 istoret  0x00000004 , 0x00000005 
+ 00016688  0x00003616 increase  0x00000001 , 0x00000030 
+ 00016689  0x00003617 compare  0x00000040 , 0x00000030 , 0x000000ff 
+ 00016690  0x00003618 nbranch  0x0000411f , 0x00000001 
+ 00016691  0x00003619 rtn 
+ 00016692  0x0000361d arg  0x00000549 , 0x00000006 
+ 00016693  0x0000361e force  0x00000007 , 0x00000038 
+ 00016694  0x00003620 ifetch  0x00000004 , 0x00000006 
+ 00016695  0x00003621 iforce  0x0000002f 
+ 00016696  0x00003622 increase  0xffffffff , 0x00000038 
+ 00016697  0x00003623 branch  0x00004136 , 0x00000002 
+ 00016698  0x00003624 rtn 
+ 00016699  0x00003627 bpatchx  0x000000b3 , 0x00004036 
+ 00016700  0x00003628 call  0x0000411d 
+ 00016701  0x00003629 arg  0x00000331 , 0x00000005 
+ 00016702  0x0000362a force  0x00000000 , 0x00000038 
+ 00016703  0x0000362c deposit  0x0000002f 
+ 00016704  0x0000362d istore  0x00000004 , 0x00000005 
+ 00016705  0x0000362e increase  0x00000001 , 0x00000038 
+ 00016706  0x0000362f compare  0x00000008 , 0x00000038 , 0x000000ff 
+ 00016707  0x00003630 nbranch  0x0000413f , 0x00000001 
+ 00016708  0x00003633 arg  0x000095ed , 0x0000000b 
+ 00016709  0x00003636 arg  0x00000231 , 0x00000030 
+ 00016710  0x00003637 force  0x00000040 , 0x00000039 
+ 00016711  0x00003639 ifetcht  0x00000004 , 0x00000030 
+ 00016712  0x0000363a ifetch  0x00000004 , 0x0000000b 
+ 00016713  0x0000363b increase  0x00000004 , 0x0000000b 
+ 00016714  0x0000363c increase  0x00000004 , 0x00000030 
+ 00016715  0x0000363d iadd  0x00000002 , 0x0000003f 
+ 00016716  0x0000363e force  0x00000007 , 0x00000038 
+ 00016717  0x0000363f iadd  0x0000002f , 0x00000002 
+ 00016718  0x00003640 force  0x00000004 , 0x00000038 
+ 00016719  0x00003641 shasx  0x0000002f , 0x00000003 , 0x0000003f 
+ 00016720  0x00003642 iadd  0x00000002 , 0x00000002 
+ 00016721  0x00003643 force  0x00000005 , 0x00000038 
+ 00016722  0x00003644 deposit  0x0000002f 
+ 00016723  0x00003645 force  0x00000006 , 0x00000038 
+ 00016724  0x00003646 ixor  0x0000002f , 0x0000003f 
+ 00016725  0x00003647 force  0x00000004 , 0x00000038 
+ 00016726  0x00003648 iand  0x0000002f , 0x0000003f 
+ 00016727  0x00003649 force  0x00000006 , 0x00000038 
+ 00016728  0x0000364a ixor  0x0000002f , 0x0000003f 
+ 00016729  0x0000364b iadd  0x00000002 , 0x00000002 
+ 00016730  0x0000364c force  0x00000007 , 0x00000038 
+ 00016731  0x0000364d copy  0x00000002 , 0x0000002f 
+ 00016732  0x0000364e force  0x00000003 , 0x00000038 
+ 00016733  0x0000364f deposit  0x0000002f 
+ 00016734  0x00003650 iadd  0x00000002 , 0x0000002f 
+ 00016735  0x00003651 force  0x00000000 , 0x00000038 
+ 00016736  0x00003652 deposit  0x0000002f 
+ 00016737  0x00003653 force  0x00000001 , 0x00000038 
+ 00016738  0x00003654 iand  0x0000002f , 0x00000002 
+ 00016739  0x00003655 ior  0x0000002f , 0x0000003f 
+ 00016740  0x00003656 force  0x00000002 , 0x00000038 
+ 00016741  0x00003657 iand  0x0000002f , 0x0000003f 
+ 00016742  0x00003658 ior  0x00000002 , 0x00000002 
+ 00016743  0x00003659 force  0x00000000 , 0x00000038 
+ 00016744  0x0000365a shasx  0x0000002f , 0x00000002 , 0x0000003f 
+ 00016745  0x0000365b iadd  0x00000002 , 0x0000003f 
+ 00016746  0x0000365c force  0x00000007 , 0x00000038 
+ 00016747  0x0000365d iadd  0x0000002f , 0x0000002f 
+ 00016748  0x0000365e regexrot 
+ 00016749  0x0000365f loop  0x00004147 
+ 00016750  0x00003660 arg  0x00000331 , 0x00000006 
+ 00016751  0x00003661 force  0x00000000 , 0x00000038 
+ 00016752  0x00003663 ifetch  0x00000004 , 0x00000006 
+ 00016753  0x00003664 iadd  0x0000002f , 0x0000002f 
+ 00016754  0x00003665 increase  0x00000001 , 0x00000038 
+ 00016755  0x00003666 compare  0x00000008 , 0x00000038 , 0x000000ff 
+ 00016756  0x00003667 nbranch  0x00004170 , 0x00000001 
+ 00016757  0x00003668 rtn 
+ 00016758  0x0000366d arg  0x000001bd , 0x00000005 
+ 00016759  0x0000366e force  0x00000007 , 0x00000038 
+ 00016760  0x00003670 deposit  0x0000002f 
+ 00016761  0x00003671 istore  0x00000004 , 0x00000005 
+ 00016762  0x00003672 increase  0xffffffff , 0x00000038 
+ 00016763  0x00003673 branch  0x00004178 , 0x00000002 
+ 00016764  0x00003674 rtn 
+ 00016765  0x0000367a bbit0  0x00000006 , 0x00004180 
+ 00016766  0x0000367d call  0x000041a2 
+ 00016767  0x0000367e branch  0x00004182 
+ 00016768  0x00003681 call  0x000041af 
+ 00016769  0x00003682 branch  0x00004182 
+ 00016770  0x00003687 fetch  0x00000001 , 0x00000921 
+ 00016771  0x00003688 pincrease  0xfffffff9 
+ 00016772  0x0000368c arg  0x0000092c , 0x00000030 
+ 00016773  0x0000368d call  0x00007dbc 
+ 00016774  0x0000368e branch  0x00004194 
+ 00016775  0x00003693 fetch  0x00000001 , 0x0000092b 
+ 00016776  0x00003694 bbit0  0x00000006 , 0x0000418b 
+ 00016777  0x00003696 call  0x000041a2 
+ 00016778  0x00003697 branch  0x0000418d 
+ 00016779  0x00003699 call  0x000041af 
+ 00016780  0x0000369a branch  0x0000418d 
+ 00016781  0x0000369e fetch  0x00000001 , 0x00004969 
+ 00016782  0x0000369f ncall  0x00007dba , 0x00000034 
+ 00016783  0x000036a0 call  0x00007dbc , 0x00000034 
+ 00016784  0x000036a1 fetch  0x00000001 , 0x00004862 
+ 00016785  0x000036a2 pincrease  0xfffffffc 
+ 00016786  0x000036a3 jam  0x00000000 , 0x00004862 
+ 00016787  0x000036a4 arg  0x00004b3c , 0x00000030 
+ 00016788  0x000036a9 copy  0x00000030 , 0x00000002 
+ 00016789  0x000036aa call  0x0000419c 
+ 00016790  0x000036ab nrtn  0x00000005 
+ 00016791  0x000036ac call  0x0000419f 
+ 00016792  0x000036ad nrtn  0x00000028 
+ 00016793  0x000036ae fetch  0x00000002 , 0x000008f4 
+ 00016794  0x000036af copy  0x0000003f , 0x00000030 
+ 00016795  0x000036b0 branch  0x00003728 
+ 00016796  0x000036b3 nbranch  0x00003ca7 , 0x00000028 
+ 00016797  0x000036b4 pincrease  0xfffffffc 
+ 00016798  0x000036b5 branch  0x00003ca5 
+ 00016799  0x000036b9 setarg  0x0000496a 
+ 00016800  0x000036ba store  0x00000002 , 0x00000910 
+ 00016801  0x000036bb branch  0x000039fb 
+ 00016802  0x000036c0 call  0x000041a5 
+ 00016803  0x000036c2 arg  0x00004959 , 0x00000006 
+ 00016804  0x000036c3 branch  0x0000735f 
+ 00016805  0x000036c5 arg  0x0000093f , 0x00000005 
+ 00016806  0x000036c6 setarg  0x00000001 
+ 00016807  0x000036c7 istore  0x00000001 , 0x00000005 
+ 00016808  0x000036c8 fetch  0x00000001 , 0x00004969 
+ 00016809  0x000036c9 arg  0x00000000 , 0x00000002 
+ 00016810  0x000036ca nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00016811  0x000036cb istoret  0x00000001 , 0x00000005 
+ 00016812  0x000036cc fetch  0x00000007 , 0x00000924 
+ 00016813  0x000036cd istore  0x00000007 , 0x00000005 
+ 00016814  0x000036ce branch  0x00004069 
+ 00016815  0x000036d3 call  0x000041b2 
+ 00016816  0x000036d5 arg  0x000046a0 , 0x00000006 
+ 00016817  0x000036d6 branch  0x0000735f 
+ 00016818  0x000036d8 arg  0x0000093f , 0x00000005 
+ 00016819  0x000036d9 setarg  0x00000002 
+ 00016820  0x000036da branch  0x000041a7 
+ 00016821  0x000036e0 bpatchx  0x000000b4 , 0x00004036 
+ 00016822  0x000036e2 call  0x0000425b 
+ 00016823  0x000036e5 call  0x000041bd 
+ 00016824  0x000036e6 rtn  0x00000028 
+ 00016825  0x000036e7 call  0x000041d0 
+ 00016826  0x000036e9 call  0x00004292 
+ 00016827  0x000036eb arg  0x00000983 , 0x00000011 
+ 00016828  0x000036ec branch  0x000078b2 
+ 00016829  0x000036f1 call  0x00007dbc 
+ 00016830  0x000036f2 arg  0x00000001 , 0x00000002 
+ 00016831  0x000036f4 fetch  0x00000001 , 0x00000951 
+ 00016832  0x000036f5 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00016833  0x000036f6 setflag  0x00000005 , 0x00000007 , 0x00000002 
+ 00016834  0x000036f7 storet  0x00000001 , 0x00000983 
+ 00016835  0x000036f8 fetch  0x00000009 , 0x00004998 
+ 00016836  0x000036f9 store  0x00000009 , 0x00000987 
+ 00016837  0x000036fa fetch  0x00000001 , 0x00000723 
+ 00016838  0x000036fb rtnne  0x000000d4 
+ 00016839  0x000036fc fetch  0x00000001 , 0x000047e4 
+ 00016840  0x000036fd bne  0x00000000 , 0x00007dba 
+ 00016841  0x000036fe fetch  0x00000001 , 0x00000726 
+ 00016842  0x000036ff store  0x00000001 , 0x00000986 
+ 00016843  0x00003700 fetch  0x00000001 , 0x00000983 
+ 00016844  0x00003701 pincrease  0x00000001 
+ 00016845  0x00003702 set1  0x00000005 , 0x0000003f 
+ 00016846  0x00003703 store  0x00000001 , 0x00000983 
+ 00016847  0x00003704 rtn 
+ 00016848  0x00003708 fetch  0x00000001 , 0x00000722 
+ 00016849  0x00003709 copy  0x0000003f , 0x00000039 
+ 00016850  0x0000370a store  0x00000001 , 0x00000990 
+ 00016851  0x0000370b fetch  0x00000001 , 0x0000092b 
+ 00016852  0x0000370c store  0x00000001 , 0x00000991 
+ 00016853  0x0000370d arg  0x00000996 , 0x00000005 
+ 00016854  0x0000370e arg  0x00000723 , 0x00000006 
+ 00016855  0x0000370f branch  0x00007cda 
+ 00016856  0x00003719 fetch  0x00000001 , 0x000049b5 
+ 00016857  0x0000371a nrtn  0x00000034 
+ 00016858  0x0000371b call  0x00004292 
+ 00016859  0x0000371c arg  0x00000983 , 0x00000011 
+ 00016860  0x0000371d call  0x000078dc 
+ 00016861  0x0000371e nrtn  0x00000028 
+ 00016862  0x00003720 fetcht  0x00000001 , 0x00000983 
+ 00016863  0x00003721 and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00016864  0x00003722 branch  0x0000420b , 0x00000034 
+ 00016865  0x00003724 jam  0x00000001 , 0x000049b5 
+ 00016866  0x00003726 call  0x000041fc 
+ 00016867  0x00003728 fetcht  0x00000001 , 0x00000983 
+ 00016868  0x00003729 call  0x00004202 
+ 00016869  0x0000372a store  0x00000001 , 0x000049b6 
+ 00016870  0x0000372c fetch  0x00000001 , 0x000049b7 
+ 00016871  0x0000372d isolate1  0x00000007 , 0x00000002 
+ 00016872  0x0000372e setflag  0x00000001 , 0x00000002 , 0x0000003f 
+ 00016873  0x0000372f store  0x00000001 , 0x000049b7 
+ 00016874  0x00003737 set1  0x00000004 , 0x00000002 
+ 00016875  0x00003739 increase  0xffffffff , 0x00000002 
+ 00016876  0x0000373a istoret  0x00000001 , 0x00000012 
+ 00016877  0x0000373c fetcht  0x00000001 , 0x00000983 
+ 00016878  0x0000373d isolate1  0x00000004 , 0x00000002 
+ 00016879  0x0000373e nbranch  0x0000420f , 0x00000001 
+ 00016880  0x0000373f fetcht  0x00000001 , 0x00000990 
+ 00016881  0x00003740 storet  0x00000001 , 0x00000722 
+ 00016882  0x00003741 copy  0x00000002 , 0x00000039 
+ 00016883  0x00003742 arg  0x00000723 , 0x00000005 
+ 00016884  0x00003743 arg  0x00000996 , 0x00000006 
+ 00016885  0x00003744 call  0x00007cda 
+ 00016886  0x00003746 sub  0x00000002 , 0x0000000f , 0x0000003e 
+ 00016887  0x00003747 nbranch  0x000041f9 , 0x00000002 
+ 00016888  0x00003749 branch  0x00003ec1 
+ 00016889  0x0000374d fetch  0x00000004 , 0x00000992 
+ 00016890  0x0000374e store  0x00000004 , 0x0000097e 
+ 00016891  0x0000374f branch  0x00004230 
+ 00016892  0x00003753 fetch  0x00000001 , 0x00000991 
+ 00016893  0x00003754 store  0x00000001 , 0x0000092b 
+ 00016894  0x00003756 fetch  0x00000009 , 0x00000987 
+ 00016895  0x00003757 store  0x00000009 , 0x00004998 
+ 00016896  0x00003758 store  0x00000009 , 0x00000922 
+ 00016897  0x00003759 rtn 
+ 00016898  0x0000375d jam  0x00000001 , 0x000049b7 
+ 00016899  0x0000375e fetch  0x00000001 , 0x00000986 
+ 00016900  0x0000375f isolate1  0x00000005 , 0x00000002 
+ 00016901  0x00003760 rtn  0x00000001 
+ 00016902  0x00003761 setarg  0x00000000 
+ 00016903  0x00003762 rtn 
+ 00016904  0x00003765 add  0x00000011 , 0x0000001a , 0x00000005 
+ 00016905  0x00003766 istore  0x00000001 , 0x00000005 
+ 00016906  0x00003767 rtn 
+ 00016907  0x0000376b jam  0x00000000 , 0x000049b6 
+ 00016908  0x0000376c call  0x00004292 
+ 00016909  0x0000376d arg  0x00000983 , 0x00000011 
+ 00016910  0x0000376e branch  0x000078ca 
+ 00016911  0x00003771 call  0x00004253 
+ 00016912  0x00003772 call  0x00004267 
+ 00016913  0x00003773 fetch  0x00000009 , 0x00004998 
+ 00016914  0x00003774 store  0x00000009 , 0x00000987 
+ 00016915  0x00003775 call  0x00004228 
+ 00016916  0x00003776 setarg  0x00000000 
+ 00016917  0x00003777 store  0x00000001 , 0x00004969 
+ 00016918  0x00003778 call  0x00004249 
+ 00016919  0x0000377a fetcht  0x00000001 , 0x00000722 
+ 00016920  0x0000377b storet  0x00000001 , 0x00000990 
+ 00016921  0x0000377c copy  0x00000002 , 0x00000039 
+ 00016922  0x0000377d arg  0x00000723 , 0x00000006 
+ 00016923  0x0000377e arg  0x00000996 , 0x00000005 
+ 00016924  0x0000377f call  0x00007cda 
+ 00016925  0x00003781 sub  0x00000002 , 0x0000000f , 0x0000003e 
+ 00016926  0x00003782 nbranch  0x00004222 , 0x00000002 
+ 00016927  0x00003784 arg  0x00000984 , 0x00000011 
+ 00016928  0x00003785 call  0x000078eb 
+ 00016929  0x00003786 branch  0x00003ec1 
+ 00016930  0x00003789 call  0x0000426f 
+ 00016931  0x0000378a fetch  0x00000004 , 0x0000097e 
+ 00016932  0x0000378b store  0x00000004 , 0x00000992 
+ 00016933  0x0000378c arg  0x00000984 , 0x00000011 
+ 00016934  0x0000378d call  0x000078eb 
+ 00016935  0x0000378e branch  0x00004230 
+ 00016936  0x00003791 fetch  0x00000001 , 0x00000990 
+ 00016937  0x00003792 copy  0x0000003f , 0x00000039 
+ 00016938  0x00003793 store  0x00000001 , 0x00000722 
+ 00016939  0x00003794 fetch  0x00000001 , 0x00000991 
+ 00016940  0x00003795 store  0x00000001 , 0x0000092b 
+ 00016941  0x00003796 arg  0x00000996 , 0x00000006 
+ 00016942  0x00003797 arg  0x00000723 , 0x00000005 
+ 00016943  0x00003798 branch  0x00007cda 
+ 00016944  0x0000379b call  0x0000427c 
+ 00016945  0x0000379c setarg  0x00000723 
+ 00016946  0x0000379d store  0x00000002 , 0x0000097b 
+ 00016947  0x0000379f call  0x000041fc 
+ 00016948  0x000037a0 call  0x00004253 
+ 00016949  0x000037a1 call  0x00004267 
+ 00016950  0x000037a3 fetcht  0x00000001 , 0x00000722 
+ 00016951  0x000037a4 setarg  0x0000000c 
+ 00016952  0x000037a5 call  0x00007db0 
+ 00016953  0x000037a6 copy  0x0000003f , 0x00000011 
+ 00016954  0x000037a7 copy  0x00000002 , 0x0000003f 
+ 00016955  0x000037a8 isub  0x00000011 , 0x0000003f 
+ 00016956  0x000037a9 store  0x00000001 , 0x00000722 
+ 00016957  0x000037aa fetch  0x00000002 , 0x0000097b 
+ 00016958  0x000037ab copy  0x0000003f , 0x00000006 
+ 00016959  0x000037ac iadd  0x00000011 , 0x00000002 
+ 00016960  0x000037ad storet  0x00000002 , 0x0000097b 
+ 00016961  0x000037ae call  0x00003ecb 
+ 00016962  0x000037af fetch  0x00000001 , 0x00000722 
+ 00016963  0x000037b0 rtn  0x00000034 
+ 00016964  0x000037b1 fetch  0x00000001 , 0x00000980 
+ 00016965  0x000037b2 pincrease  0x00000001 
+ 00016966  0x000037b3 store  0x00000001 , 0x00000980 
+ 00016967  0x000037b4 call  0x0000427c 
+ 00016968  0x000037b5 branch  0x00004233 
+ 00016969  0x000037bb fetch  0x00000001 , 0x0000092b 
+ 00016970  0x000037bc bbit0  0x00000006 , 0x0000424d 
+ 00016971  0x000037be call  0x000041a2 
+ 00016972  0x000037bf branch  0x0000424e 
+ 00016973  0x000037c1 call  0x000041af 
+ 00016974  0x000037c3 fetch  0x00000001 , 0x00000722 
+ 00016975  0x000037c4 add  0x0000003f , 0x00000004 , 0x00000002 
+ 00016976  0x000037c5 storet  0x00000001 , 0x00000722 
+ 00016977  0x000037c6 arg  0x00000723 , 0x00000002 
+ 00016978  0x000037c7 branch  0x00003c86 
+ 00016979  0x000037cd fetch  0x00000003 , 0x00004992 
+ 00016980  0x000037ce pincrease  0x00000001 
+ 00016981  0x000037cf store  0x00000003 , 0x00004992 
+ 00016982  0x000037d0 fetch  0x00000001 , 0x00004808 
+ 00016983  0x000037d1 pincrease  0x00000001 
+ 00016984  0x000037d2 store  0x00000001 , 0x00004808 
+ 00016985  0x000037d3 fetch  0x00000002 , 0x00004846 
+ 00016986  0x000037d4 branch  0x00007d79 
+ 00016987  0x000037d9 fetch  0x00000001 , 0x00004871 
+ 00016988  0x000037da lshift4  0x0000003f , 0x0000003f 
+ 00016989  0x000037db lshift3  0x0000003f , 0x0000003f 
+ 00016990  0x000037dc fetcht  0x00000001 , 0x0000474d 
+ 00016991  0x000037dd ior  0x00000002 , 0x0000003f 
+ 00016992  0x000037de store  0x00000001 , 0x00004998 
+ 00016993  0x000037df fetch  0x00000001 , 0x00004997 
+ 00016994  0x000037e0 store  0x00000001 , 0x00004999 
+ 00016995  0x000037e1 fetch  0x00000002 , 0x00004995 
+ 00016996  0x000037e2 store  0x00000002 , 0x0000499d 
+ 00016997  0x000037e3 fetch  0x00000002 , 0x0000094c 
+ 00016998  0x000037e4 store  0x00000002 , 0x0000499f 
+ 00016999  0x000037e7 fetch  0x00000003 , 0x00004992 
+ 00017000  0x000037e8 store  0x00000003 , 0x0000499a 
+ 00017001  0x000037e9 arg  0x0000499a , 0x00000011 
+ 00017002  0x000037ea arg  0x00000003 , 0x00000039 
+ 00017003  0x000037eb call  0x00007cb1 
+ 00017004  0x000037ec fetch  0x00000008 , 0x00004999 
+ 00017005  0x000037ed store  0x00000008 , 0x00000923 
+ 00017006  0x000037ee rtn 
+ 00017007  0x000037f1 fetch  0x00000001 , 0x00000722 
+ 00017008  0x000037f2 div  0x0000003f , 0x0000000c 
+ 00017009  0x000037f3 call  0x00007d62 
+ 00017010  0x000037f4 quotient  0x00000002 
+ 00017011  0x000037f5 remainder  0x0000003f 
+ 00017012  0x000037f6 call  0x0000428f , 0x00000034 
+ 00017013  0x000037f7 storet  0x00000001 , 0x00000981 
+ 00017014  0x000037f8 jam  0x00000000 , 0x00000980 
+ 00017015  0x000037f9 fetch  0x00000003 , 0x00004992 
+ 00017016  0x000037fa arg  0x00001fff , 0x00000002 
+ 00017017  0x000037fb iand  0x00000002 , 0x0000003f 
+ 00017018  0x000037fc store  0x00000002 , 0x0000097e 
+ 00017019  0x000037fd rtn 
+ 00017020  0x00003800 fetch  0x00000002 , 0x0000097e 
+ 00017021  0x00003801 lshift4  0x0000003f , 0x0000003f 
+ 00017022  0x00003802 lshift  0x0000003f , 0x0000003f 
+ 00017023  0x00003803 fetcht  0x00000001 , 0x00000980 
+ 00017024  0x00003804 ior  0x00000002 , 0x0000003f 
+ 00017025  0x00003805 lshift4  0x0000003f , 0x0000003f 
+ 00017026  0x00003806 lshift  0x0000003f , 0x0000003f 
+ 00017027  0x00003807 fetcht  0x00000001 , 0x00000981 
+ 00017028  0x00003808 ior  0x00000002 , 0x0000003f 
+ 00017029  0x00003809 store  0x00000003 , 0x000049a2 
+ 00017030  0x0000380a arg  0x00000003 , 0x00000039 
+ 00017031  0x0000380b arg  0x000049a2 , 0x00000011 
+ 00017032  0x0000380c branch  0x00007cb1 
+ 00017033  0x0000380f arg  0x000049b8 , 0x00000013 
+ 00017034  0x00003810 arg  0x0000428c , 0x00000012 
+ 00017035  0x00003811 branch  0x000042e0 
+ 00017036  0x00003814 arg  0x00000028 , 0x00000039 
+ 00017037  0x00003815 arg  0x0000496a , 0x00000005 
+ 00017038  0x00003816 branch  0x00007ca1 
+ 00017039  0x0000381a increase  0xffffffff , 0x00000002 
+ 00017040  0x0000381b rtn 
+ 00017041  0x0000381e branch  0x00003b2a 
+ 00017042  0x00003822 setarg  0x000049b9 
+ 00017043  0x00003823 store  0x00000002 , 0x000043fb 
+ 00017044  0x00003824 rtn 
+ 00017045  0x00003828 bpatch  0x000000b1 , 0x00004016 
+ 00017046  0x00003829 fetch  0x00000001 , 0x000043cb 
+ 00017047  0x0000382a branch  0x00004295 , 0x00000034 
+ 00017048  0x0000382b beq  0x00000004 , 0x000047b7 
+ 00017049  0x0000382c beq  0x00000009 , 0x000062ae 
+ 00017050  0x0000382d beq  0x0000000a , 0x00005099 
+ 00017051  0x0000382e beq  0x0000000e , 0x000043b2 
+ 00017052  0x0000382f beq  0x00000006 , 0x0000646e 
+ 00017053  0x00003830 beq  0x0000000d , 0x00004672 
+ 00017054  0x00003831 beq  0x0000000f , 0x00004959 
+ 00017055  0x00003832 beq  0x0000000c , 0x00006882 
+ 00017056  0x00003834 beq  0x00000008 , 0x000053e0 
+ 00017057  0x00003835 beq  0x0000000b , 0x00003e02 
+ 00017058  0x00003836 rtn 
+ 00017059  0x0000383a rtn  0x0000002b 
+ 00017060  0x0000383b call  0x00006f74 
+ 00017061  0x0000383c fetch  0x00000001 , 0x000043cb 
+ 00017062  0x0000383d beq  0x00000009 , 0x000063d9 
+ 00017063  0x0000383e beq  0x00000006 , 0x000063d9 
+ 00017064  0x0000383f beq  0x00000004 , 0x000047c2 
+ 00017065  0x00003840 beq  0x00000008 , 0x00005428 
+ 00017066  0x00003841 beq  0x0000000f , 0x0000542c 
+ 00017067  0x00003842 beq  0x0000000d , 0x00004772 
+ 00017068  0x00003843 rtn 
+ 00017069  0x00003846 call  0x00007774 
+ 00017070  0x00003847 call  0x00007841 
+ 00017071  0x00003848 call  0x000042b4 
+ 00017072  0x00003849 fetch  0x00000002 , 0x000043db 
+ 00017073  0x0000384a branch  0x00007d79 
+ 00017074  0x0000384d fetch  0x00000002 , 0x000043d9 
+ 00017075  0x0000384e branch  0x00007d79 
+ 00017076  0x00003851 bpatch  0x000000b2 , 0x00004016 
+ 00017077  0x00003853 arg  0x000044d3 , 0x00000011 
+ 00017078  0x00003854 call  0x00007d97 
+ 00017079  0x00003855 rtn  0x00000034 
+ 00017080  0x00003857 copy  0x0000003f , 0x00000013 
+ 00017081  0x00003858 call  0x000042bd 
+ 00017082  0x00003859 branch  0x000042c1 
+ 00017083  0x0000385c arg  0x00000000 , 0x00000013 
+ 00017084  0x0000385d rtn 
+ 00017085  0x00003863 beq  0x00000010 , 0x000042d0 
+ 00017086  0x00003864 beq  0x00000014 , 0x000042c7 
+ 00017087  0x00003865 beq  0x00000015 , 0x000042cb 
+ 00017088  0x00003866 rtn 
+ 00017089  0x0000386b fetch  0x00000002 , 0x000043dd 
+ 00017090  0x0000386c branch  0x00007d79 
+ 00017091  0x0000386f fetch  0x00000002 , 0x000043d3 
+ 00017092  0x00003870 branch  0x00007d79 
+ 00017093  0x00003873 fetch  0x00000002 , 0x000043d7 
+ 00017094  0x00003874 branch  0x00007d79 
+ 00017095  0x00003877 fetch  0x00000002 , 0x000044e9 
+ 00017096  0x00003878 set1  0x00000009 , 0x0000003f 
+ 00017097  0x00003879 store  0x00000002 , 0x000044e9 
+ 00017098  0x0000387a rtn 
+ 00017099  0x0000387d jam  0x00000000 , 0x00004396 
+ 00017100  0x0000387e fetch  0x00000002 , 0x000044e9 
+ 00017101  0x0000387f set0  0x00000009 , 0x0000003f 
+ 00017102  0x00003880 store  0x00000002 , 0x000044e9 
+ 00017103  0x00003881 branch  0x0000432d 
+ 00017104  0x00003885 fetch  0x00000002 , 0x000043f1 
+ 00017105  0x00003886 set1  0x00000000 , 0x0000003f 
+ 00017106  0x00003887 store  0x00000002 , 0x000043f1 
+ 00017107  0x00003888 rtn 
+ 00017108  0x0000388c store  0x00000001 , 0x0000021d 
+ 00017109  0x0000388e bpatch  0x000000b3 , 0x00004016 
+ 00017110  0x0000388f fetch  0x00000001 , 0x0000021d 
+ 00017111  0x00003890 rtn  0x00000034 
+ 00017112  0x00003891 increase  0xffffffff , 0x0000003f 
+ 00017113  0x00003892 store  0x00000001 , 0x0000021d 
+ 00017114  0x00003893 call  0x00007780 
+ 00017115  0x00003894 call  0x0000430e 
+ 00017116  0x00003895 call  0x00006beb 
+ 00017117  0x00003896 fetch  0x00000002 , 0x000043e3 
+ 00017118  0x00003897 call  0x00007d79 
+ 00017119  0x00003898 branch  0x000042d5 
+ 00017120  0x0000389e ifetch  0x00000001 , 0x00000013 
+ 00017121  0x0000389f rtn  0x00000034 
+ 00017122  0x000038a0 pincrease  0xffffffff 
+ 00017123  0x000038a1 istore  0x00000001 , 0x00000013 
+ 00017124  0x000038a2 nrtn  0x00000034 
+ 00017125  0x000038a3 copy  0x00000012 , 0x0000003f 
+ 00017126  0x000038a4 branch  0x00007d79 
+ 00017127  0x000038a9 ifetch  0x00000002 , 0x00000013 
+ 00017128  0x000038aa rtn  0x00000034 
+ 00017129  0x000038ab pincrease  0xffffffff 
+ 00017130  0x000038ac istore  0x00000002 , 0x00000013 
+ 00017131  0x000038ad nrtn  0x00000034 
+ 00017132  0x000038ae copy  0x00000012 , 0x0000003f 
+ 00017133  0x000038af branch  0x00007d79 
+ 00017134  0x000038b2 fetcht  0x00000002 , 0x00004430 
+ 00017135  0x000038b3 add  0x00000002 , 0x00000001 , 0x00000013 
+ 00017136  0x000038b4 arg  0x000042f2 , 0x00000012 
+ 00017137  0x000038b5 branch  0x000042e0 
+ 00017138  0x000038b8 call  0x00004343 
+ 00017139  0x000038b9 beq  0x00000001 , 0x000042f5 
+ 00017140  0x000038bb branch  0x00004327 
+ 00017141  0x000038bd setarg  0x00000002 
+ 00017142  0x000038be istore  0x00000001 , 0x00000013 
+ 00017143  0x000038bf add  0x00000002 , 0x00000008 , 0x00000012 
+ 00017144  0x000038c1 ifetch  0x00000002 , 0x00000012 
+ 00017145  0x000038c2 branch  0x00007d79 
+ 00017146  0x000038c6 call  0x000042fc 
+ 00017147  0x000038c7 branch  0x00004327 
+ 00017148  0x000038cb setarg  0x00000000 
+ 00017149  0x000038cc store  0x00000002 , 0x000043ef 
+ 00017150  0x000038cd rtn 
+ 00017151  0x000038cf setarg  0x00000000 
+ 00017152  0x000038d0 store  0x00000002 , 0x000043f1 
+ 00017153  0x000038d1 rtn 
+ 00017154  0x000038d6 fetch  0x00000002 , 0x000043f1 
+ 00017155  0x000038d7 set1  0x00000007 , 0x0000003f 
+ 00017156  0x000038d8 store  0x00000002 , 0x000043ef 
+ 00017157  0x000038d9 setarg  0x00000000 
+ 00017158  0x000038da store  0x00000002 , 0x000043f1 
+ 00017159  0x000038db rtn 
+ 00017160  0x000038e4 arg  0x00000009 , 0x00000007 
+ 00017161  0x000038e5 branch  0x000024e7 
+ 00017162  0x000038e8 arg  0x00000009 , 0x00000007 
+ 00017163  0x000038e9 branch  0x000024eb 
+ 00017164  0x000038ec jam  0x00000005 , 0x000043ed 
+ 00017165  0x000038ed branch  0x00004308 
+ 00017166  0x000038f0 arg  0x000043ed , 0x00000013 
+ 00017167  0x000038f1 arg  0x0000430a , 0x00000012 
+ 00017168  0x000038f2 branch  0x000042e0 
+ 00017169  0x000038f6 jam  0x0000000f , 0x0000066f 
+ 00017170  0x000038f7 branch  0x00007834 
+ 00017171  0x000038fa jam  0x00000010 , 0x0000066f 
+ 00017172  0x000038fb branch  0x00007834 
+ 00017173  0x000038fe jam  0x0000000e , 0x0000066f 
+ 00017174  0x000038ff branch  0x00007834 
+ 00017175  0x00003902 jam  0x0000000d , 0x0000066f 
+ 00017176  0x00003903 branch  0x00007834 
+ 00017177  0x00003906 jam  0x00000017 , 0x0000066f 
+ 00017178  0x00003907 branch  0x00007834 
+ 00017179  0x0000390a jam  0x00000018 , 0x0000066f 
+ 00017180  0x0000390b branch  0x00007834 
+ 00017181  0x0000390e jam  0x00000016 , 0x0000066f 
+ 00017182  0x0000390f branch  0x00007834 
+ 00017183  0x00003912 jam  0x00000011 , 0x0000066f 
+ 00017184  0x00003913 branch  0x00007834 
+ 00017185  0x00003916 jam  0x00000015 , 0x0000066f 
+ 00017186  0x00003917 branch  0x00007834 
+ 00017187  0x0000391a jam  0x00000014 , 0x0000066f 
+ 00017188  0x0000391b branch  0x00007834 
+ 00017189  0x0000391f jam  0x00000013 , 0x0000066f 
+ 00017190  0x00003920 branch  0x00007834 
+ 00017191  0x00003923 jam  0x00000019 , 0x0000066f 
+ 00017192  0x00003924 branch  0x00007834 
+ 00017193  0x00003928 jam  0x0000001f , 0x0000066f 
+ 00017194  0x00003929 branch  0x00007834 
+ 00017195  0x0000392d set1  0x0000000d , 0x00000000 
+ 00017196  0x0000392e rtn 
+ 00017197  0x00003931 set0  0x0000000d , 0x00000000 
+ 00017198  0x00003932 rtn 
+ 00017199  0x00003936 call  0x00004343 
+ 00017200  0x00003937 beq  0x00000002 , 0x00004339 
+ 00017201  0x00003939 setarg  0x00000001 
+ 00017202  0x0000393a istore  0x00000001 , 0x00000013 
+ 00017203  0x0000393b add  0x00000002 , 0x00000003 , 0x00000011 
+ 00017204  0x0000393c add  0x00000002 , 0x00000006 , 0x00000012 
+ 00017205  0x0000393e ifetcht  0x00000001 , 0x00000011 
+ 00017206  0x0000393f increase  0x00000001 , 0x00000013 
+ 00017207  0x00003940 istoret  0x00000001 , 0x00000013 
+ 00017208  0x00003941 branch  0x000042f8 
+ 00017209  0x00003944 setarg  0x00000000 
+ 00017210  0x00003945 istore  0x00000001 , 0x00000013 
+ 00017211  0x00003946 fetch  0x00000002 , 0x000044e9 
+ 00017212  0x00003947 bbit0  0x00000009 , 0x0000433f 
+ 00017213  0x00003948 call  0x000030c5 
+ 00017214  0x00003949 call  0x0000431f 
+ 00017215  0x0000394b fetcht  0x00000002 , 0x00004430 
+ 00017216  0x0000394c add  0x00000002 , 0x00000002 , 0x00000011 
+ 00017217  0x0000394d add  0x00000002 , 0x00000004 , 0x00000012 
+ 00017218  0x0000394e branch  0x00004335 
+ 00017219  0x00003951 fetcht  0x00000002 , 0x00004430 
+ 00017220  0x00003952 add  0x00000002 , 0x00000000 , 0x00000013 
+ 00017221  0x00003953 ifetch  0x00000001 , 0x00000013 
+ 00017222  0x00003954 rtn 
+ 00017223  0x00003957 call  0x00004343 
+ 00017224  0x00003958 bne  0x00000000 , 0x0000434a 
+ 00017225  0x00003959 branch  0x00004327 
+ 00017226  0x0000395b add  0x00000002 , 0x0000000a , 0x00000012 
+ 00017227  0x0000395c branch  0x000042f8 
+ 00017228  0x00003963 fetch  0x00000008 , 0x00004ceb 
+ 00017229  0x00003964 store  0x00000008 , 0x00004cfe 
+ 00017230  0x00003965 jam  0x00000000 , 0x00004d0e 
+ 00017231  0x00003966 fetch  0x00000001 , 0x00004d02 
+ 00017232  0x00003967 lshift2  0x0000003f , 0x0000003f 
+ 00017233  0x00003968 arg  0x00004b87 , 0x00000002 
+ 00017234  0x00003969 iadd  0x00000002 , 0x00000002 
+ 00017235  0x0000396a ifetch  0x00000004 , 0x00000002 
+ 00017236  0x0000396b store  0x00000004 , 0x00004cfa 
+ 00017237  0x0000396d fetch  0x00000001 , 0x00004d0e 
+ 00017238  0x0000396e nbranch  0x0000435f , 0x00000034 
+ 00017239  0x0000396f fetcht  0x00000002 , 0x00004cf4 
+ 00017240  0x00003970 ifetch  0x00000001 , 0x00000002 
+ 00017241  0x00003971 store  0x00000001 , 0x00004d0a 
+ 00017242  0x00003972 increase  0x00000001 , 0x00000002 
+ 00017243  0x00003973 storet  0x00000002 , 0x00004cf4 
+ 00017244  0x00003974 rshift4  0x0000003f , 0x0000003f 
+ 00017245  0x00003975 store  0x00000001 , 0x00004cf9 
+ 00017246  0x00003976 branch  0x00004362 
+ 00017247  0x00003978 fetch  0x00000001 , 0x00004d0a 
+ 00017248  0x00003979 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00017249  0x0000397a store  0x00000001 , 0x00004cf9 
+ 00017250  0x0000397c fetch  0x00000001 , 0x00004d0e 
+ 00017251  0x0000397d setflip  0x00000000 , 0x0000003f 
+ 00017252  0x0000397e store  0x00000001 , 0x00004d0e 
+ 00017253  0x0000397f arg  0x00004b77 , 0x00000002 
+ 00017254  0x00003980 fetch  0x00000001 , 0x00004cf9 
+ 00017255  0x00003981 iadd  0x00000002 , 0x00000002 
+ 00017256  0x00003982 ifetch  0x00000001 , 0x00000002 
+ 00017257  0x00003983 fetcht  0x00000001 , 0x00004d02 
+ 00017258  0x00003984 call  0x0000439a 
+ 00017259  0x00003985 store  0x00000001 , 0x00004d02 
+ 00017260  0x00003987 fetch  0x00000001 , 0x00004cf9 
+ 00017261  0x00003988 and  0x0000003f , 0x00000008 , 0x00000002 
+ 00017262  0x00003989 storet  0x00000001 , 0x00004cf8 
+ 00017263  0x0000398a and  0x0000003f , 0x00000007 , 0x00000002 
+ 00017264  0x0000398b storet  0x00000001 , 0x00004cf9 
+ 00017265  0x0000398d call  0x000043a3 
+ 00017266  0x0000398e storet  0x00000004 , 0x00004d06 
+ 00017267  0x00003990 fetch  0x00000001 , 0x00004cf8 
+ 00017268  0x00003991 branch  0x00004379 , 0x00000034 
+ 00017269  0x00003992 fetch  0x00000004 , 0x00004cfe 
+ 00017270  0x00003993 fetcht  0x00000004 , 0x00004d06 
+ 00017271  0x00003994 isub  0x00000002 , 0x0000003f 
+ 00017272  0x00003995 branch  0x0000437c 
+ 00017273  0x00003997 fetch  0x00000004 , 0x00004cfe 
+ 00017274  0x00003998 fetcht  0x00000004 , 0x00004d06 
+ 00017275  0x00003999 iadd  0x00000002 , 0x0000003f 
+ 00017276  0x0000399b store  0x00000004 , 0x00004cfe 
+ 00017277  0x0000399c arg  0x00007fff , 0x00000002 
+ 00017278  0x0000399d isub  0x00000002 , 0x0000003f 
+ 00017279  0x0000399e bbit1  0x0000001f , 0x00004382 
+ 00017280  0x0000399f storet  0x00000004 , 0x00004cfe 
+ 00017281  0x000039a0 branch  0x00004388 
+ 00017282  0x000039a2 fetch  0x00000004 , 0x00004cfe 
+ 00017283  0x000039a3 arg  0x00008000 , 0x00000002 
+ 00017284  0x000039a4 iadd  0x00000002 , 0x0000003f 
+ 00017285  0x000039a5 bbit0  0x0000001f , 0x00004388 
+ 00017286  0x000039a6 arg  0xffff8000 , 0x00000002 
+ 00017287  0x000039a7 storet  0x00000004 , 0x00004cfe 
+ 00017288  0x000039a9 fetch  0x00000001 , 0x00004d02 
+ 00017289  0x000039aa lshift2  0x0000003f , 0x0000003f 
+ 00017290  0x000039ab arg  0x00004b87 , 0x00000002 
+ 00017291  0x000039ac iadd  0x00000002 , 0x00000002 
+ 00017292  0x000039ad ifetch  0x00000004 , 0x00000002 
+ 00017293  0x000039ae store  0x00000004 , 0x00004cfa 
+ 00017294  0x000039b0 fetch  0x00000002 , 0x00004cf6 
+ 00017295  0x000039b1 fetcht  0x00000002 , 0x00004cfe 
+ 00017296  0x000039b2 istoret  0x00000002 , 0x0000003f 
+ 00017297  0x000039b3 increase  0x00000002 , 0x0000003f 
+ 00017298  0x000039b4 store  0x00000002 , 0x00004cf6 
+ 00017299  0x000039b6 fetch  0x00000001 , 0x00004cf3 
+ 00017300  0x000039b7 increase  0xffffffff , 0x0000003f 
+ 00017301  0x000039b8 store  0x00000001 , 0x00004cf3 
+ 00017302  0x000039b9 nbranch  0x00004355 , 0x00000034 
+ 00017303  0x000039ba fetch  0x00000008 , 0x00004cfe 
+ 00017304  0x000039bb store  0x00000008 , 0x00004ceb 
+ 00017305  0x000039bc rtn 
+ 00017306  0x000039bf iadd  0x00000002 , 0x0000003f 
+ 00017307  0x000039c0 bbit0  0x00000007 , 0x0000439e 
+ 00017308  0x000039c1 setarg  0x00000000 
+ 00017309  0x000039c2 rtn 
+ 00017310  0x000039c4 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00017311  0x000039c5 sub  0x0000003f , 0x00000058 , 0x0000003e 
+ 00017312  0x000039c6 rtn  0x00000002 
+ 00017313  0x000039c7 setarg  0x00000058 
+ 00017314  0x000039c8 rtn 
+ 00017315  0x000039cb fetchr  0x00000011 , 0x00000004 , 0x00004cfa 
+ 00017316  0x000039cc rshift3  0x00000011 , 0x00000002 
+ 00017317  0x000039cd fetch  0x00000001 , 0x00004cf9 
+ 00017318  0x000039ce bbit0  0x00000002 , 0x000043a9 
+ 00017319  0x000039cf copy  0x00000011 , 0x0000003f 
+ 00017320  0x000039d0 iadd  0x00000002 , 0x00000002 
+ 00017321  0x000039d2 fetch  0x00000001 , 0x00004cf9 
+ 00017322  0x000039d3 bbit0  0x00000001 , 0x000043ad 
+ 00017323  0x000039d4 rshift  0x00000011 , 0x0000003f 
+ 00017324  0x000039d5 iadd  0x00000002 , 0x00000002 
+ 00017325  0x000039d7 fetch  0x00000001 , 0x00004cf9 
+ 00017326  0x000039d8 rtnbit0  0x00000000 
+ 00017327  0x000039d9 rshift2  0x00000011 , 0x0000003f 
+ 00017328  0x000039da iadd  0x00000002 , 0x00000002 
+ 00017329  0x000039db rtn 
+ 00017330  0x000039e1 call  0x00007396 
+ 00017331  0x000039e2 rtn  0x0000002b 
+ 00017332  0x000039e3 setarg  0x000045be 
+ 00017333  0x000039e4 store  0x00000002 , 0x000045e0 
+ 00017334  0x000039e6 setarg  0x0000330a 
+ 00017335  0x000039e7 store  0x00000002 , 0x000045e2 
+ 00017336  0x000039e9 setarg  0x0000465e 
+ 00017337  0x000039ea store  0x00000002 , 0x000045e4 
+ 00017338  0x000039ec setarg  0x0000442e 
+ 00017339  0x000039ed store  0x00000002 , 0x000043d5 
+ 00017340  0x000039ef setarg  0x00004430 
+ 00017341  0x000039f0 store  0x00000002 , 0x000043d7 
+ 00017342  0x000039f2 setarg  0x00004455 
+ 00017343  0x000039f3 store  0x00000002 , 0x000043db 
+ 00017344  0x000039f5 setarg  0x00004476 
+ 00017345  0x000039f6 store  0x00000002 , 0x000043dd 
+ 00017346  0x000039f8 setarg  0x00004308 
+ 00017347  0x000039f9 store  0x00000002 , 0x000043d3 
+ 00017348  0x000039fb setarg  0x000044d1 
+ 00017349  0x000039fc store  0x00000002 , 0x000043df 
+ 00017350  0x000039fe setarg  0x00004494 
+ 00017351  0x000039ff store  0x00000002 , 0x000043e3 
+ 00017352  0x00003a01 bpatch  0x0000002e , 0x00004005 
+ 00017353  0x00003a02 call  0x00004412 
+ 00017354  0x00003a03 call  0x00004463 
+ 00017355  0x00003a04 call  0x000078ad 
+ 00017356  0x00003a05 jam  0x00000002 , 0x000040c0 
+ 00017357  0x00003a06 jam  0x00000000 , 0x000049b7 
+ 00017358  0x00003a07 fetch  0x00000001 , 0x00004779 
+ 00017359  0x00003a08 store  0x00000001 , 0x00004648 
+ 00017360  0x00003a09 beq  0x00000000 , 0x000043db 
+ 00017361  0x00003a0a fetch  0x00000001 , 0x0000477a 
+ 00017362  0x00003a0b store  0x00000001 , 0x000044ec 
+ 00017363  0x00003a0c jam  0x00000000 , 0x00004388 
+ 00017364  0x00003a0e call  0x00007776 
+ 00017365  0x00003a0f call  0x00007780 
+ 00017366  0x00003a10 jam  0x00000001 , 0x000047a1 
+ 00017367  0x00003a11 fetch  0x00000002 , 0x000044e9 
+ 00017368  0x00003a12 rtnbit1  0x0000000c 
+ 00017369  0x00003a13 branch  0x00004327 
+ 00017370  0x00003a17 branch  0x000043f9 
+ 00017371  0x00003a1a jam  0x00000002 , 0x000047a1 
+ 00017372  0x00003a1c jam  0x00000001 , 0x00004388 
+ 00017373  0x00003a1d setarg  0x00000020 
+ 00017374  0x00003a1e call  0x000063c7 
+ 00017375  0x00003a20 arg  0x00004273 , 0x00000005 
+ 00017376  0x00003a21 fetch  0x00000001 , 0x000042db 
+ 00017377  0x00003a23 and  0x0000003f , 0x000000f0 , 0x00000002 
+ 00017378  0x00003a24 rshift4  0x00000002 , 0x00000002 
+ 00017379  0x00003a25 call  0x000043f3 
+ 00017380  0x00003a26 istoret  0x00000001 , 0x00000005 
+ 00017381  0x00003a27 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00017382  0x00003a28 call  0x000043f3 
+ 00017383  0x00003a29 istoret  0x00000001 , 0x00000005 
+ 00017384  0x00003a2a call  0x00002955 
+ 00017385  0x00003a2b fetcht  0x00000001 , 0x0000426b 
+ 00017386  0x00003a2c copy  0x00000002 , 0x00000039 
+ 00017387  0x00003a2d arg  0x0000434b , 0x00000005 
+ 00017388  0x00003a2e arg  0x0000426c , 0x00000006 
+ 00017389  0x00003a2f call  0x00007cda 
+ 00017390  0x00003a31 fetcht  0x00000001 , 0x0000426b 
+ 00017391  0x00003a32 copy  0x00000002 , 0x00000039 
+ 00017392  0x00003a33 arg  0x0000436b , 0x00000005 
+ 00017393  0x00003a34 arg  0x0000426c , 0x00000006 
+ 00017394  0x00003a35 branch  0x00007cda 
+ 00017395  0x00003a37 sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00017396  0x00003a38 branch  0x000043f7 , 0x00000002 
+ 00017397  0x00003a39 add  0x00000002 , 0x00000037 , 0x00000002 
+ 00017398  0x00003a3a rtn 
+ 00017399  0x00003a3c add  0x00000002 , 0x00000030 , 0x00000002 
+ 00017400  0x00003a3d rtn 
+ 00017401  0x00003a40 fetch  0x00000001 , 0x0000476e 
+ 00017402  0x00003a41 bne  0x000000ff , 0x0000440b 
+ 00017403  0x00003a43 fetch  0x00000001 , 0x0000476c 
+ 00017404  0x00003a44 bne  0x000000ff , 0x0000440e 
+ 00017405  0x00003a46 fetch  0x00000001 , 0x00004777 
+ 00017406  0x00003a47 bne  0x000000ff , 0x00004410 
+ 00017407  0x00003a49 fetch  0x00000001 , 0x000046da 
+ 00017408  0x00003a4a copy  0x0000003f , 0x00000039 
+ 00017409  0x00003a4b setarg  0x000046db 
+ 00017410  0x00003a4c copy  0x0000003f , 0x00000011 
+ 00017411  0x00003a4e copy  0x00000011 , 0x00000006 
+ 00017412  0x00003a4f ifetch  0x00000001 , 0x00000006 
+ 00017413  0x00003a50 copy  0x00000006 , 0x00000011 
+ 00017414  0x00003a51 beq  0x000000ff , 0x00004409 
+ 00017415  0x00003a52 copy  0x0000003f , 0x00000002 
+ 00017416  0x00003a53 call  0x00006ef7 
+ 00017417  0x00003a55 loop  0x00004403 
+ 00017418  0x00003a57 rtn 
+ 00017419  0x00003a59 fetch  0x00000008 , 0x0000476e 
+ 00017420  0x00003a5a store  0x00000008 , 0x000046dd 
+ 00017421  0x00003a5b branch  0x000043fb 
+ 00017422  0x00003a5d store  0x00000001 , 0x000046db 
+ 00017423  0x00003a5e branch  0x000043fd 
+ 00017424  0x00003a60 store  0x00000001 , 0x000046dc 
+ 00017425  0x00003a61 branch  0x000043ff 
+ 00017426  0x00003a65 call  0x000045ba 
+ 00017427  0x00003a66 call  0x00004640 
+ 00017428  0x00003a67 arg  0x00000000 , 0x00000011 
+ 00017429  0x00003a68 call  0x00007055 
+ 00017430  0x00003a69 call  0x000043f9 
+ 00017431  0x00003a6a call  0x0000446b 
+ 00017432  0x00003a6b call  0x0000442c 
+ 00017433  0x00003a6c branch  0x0000441b 
+ 00017434  0x00003a6e rtn 
+ 00017435  0x00003a70 fetch  0x00000001 , 0x000049a4 
+ 00017436  0x00003a71 copy  0x0000003f , 0x00000039 
+ 00017437  0x00003a72 setarg  0x000049a5 
+ 00017438  0x00003a73 copy  0x0000003f , 0x00000011 
+ 00017439  0x00003a75 copy  0x00000011 , 0x00000006 
+ 00017440  0x00003a76 ifetch  0x00000001 , 0x00000006 
+ 00017441  0x00003a77 copy  0x00000006 , 0x00000011 
+ 00017442  0x00003a78 beq  0x000000ff , 0x00004426 
+ 00017443  0x00003a79 copy  0x0000003f , 0x00000002 
+ 00017444  0x00003a7a store  0x00000001 , 0x000049a9 
+ 00017445  0x00003a7b call  0x00004428 
+ 00017446  0x00003a7d loop  0x0000441f 
+ 00017447  0x00003a7f rtn 
+ 00017448  0x00003a82 fetch  0x00000001 , 0x000049a9 
+ 00017449  0x00003a83 rtneq  0x000000ff 
+ 00017450  0x00003a84 iforce  0x00000002 
+ 00017451  0x00003a85 branch  0x00006ef7 
+ 00017452  0x00003a89 jam  0x00000064 , 0x0000477d 
+ 00017453  0x00003a8a rtn 
+ 00017454  0x00003a8d call  0x00004431 
+ 00017455  0x00003a8e call  0x00007de2 
+ 00017456  0x00003a90 branch  0x0000701b 
+ 00017457  0x00003a93 call  0x0000788b 
+ 00017458  0x00003a95 arg  0x00000010 , 0x00000039 
+ 00017459  0x00003a96 arg  0x00008070 , 0x00000006 
+ 00017460  0x00003a98 copy  0x00000006 , 0x00000005 
+ 00017461  0x00003a99 ifetch  0x00000001 , 0x00000006 
+ 00017462  0x00003a9a beq  0x0000001f , 0x00004445 
+ 00017463  0x00003a9b beq  0x00000020 , 0x00004445 
+ 00017464  0x00003a9c beq  0x00000021 , 0x00004445 
+ 00017465  0x00003a9d beq  0x00000022 , 0x00004445 
+ 00017466  0x00003a9e beq  0x00000023 , 0x00004445 
+ 00017467  0x00003a9f beq  0x0000002c , 0x00004445 
+ 00017468  0x00003aa0 beq  0x0000002d , 0x00004445 
+ 00017469  0x00003aa1 beq  0x00000000 , 0x00004445 
+ 00017470  0x00003aa3 loop  0x00004434 
+ 00017471  0x00003aa4 arg  0x000080dc , 0x0000003f 
+ 00017472  0x00003aa5 isub  0x00000006 , 0x0000003e 
+ 00017473  0x00003aa6 branch  0x0000444b , 0x00000005 
+ 00017474  0x00003aa8 arg  0x00000008 , 0x00000039 
+ 00017475  0x00003aa9 arg  0x000080d4 , 0x00000006 
+ 00017476  0x00003aaa branch  0x00004434 
+ 00017477  0x00003aad setarg  0x00000040 
+ 00017478  0x00003aae istore  0x00000001 , 0x00000005 
+ 00017479  0x00003aaf branch  0x0000443e 
+ 00017480  0x00003ab1 setarg  0x00000080 
+ 00017481  0x00003ab2 istore  0x00000001 , 0x00000005 
+ 00017482  0x00003ab3 branch  0x0000443e 
+ 00017483  0x00003ab5 fetch  0x00000001 , 0x000049a4 
+ 00017484  0x00003ab6 copy  0x0000003f , 0x00000039 
+ 00017485  0x00003ab7 arg  0x000049a5 , 0x00000006 
+ 00017486  0x00003ab9 ifetch  0x00000001 , 0x00000006 
+ 00017487  0x00003aba set1  0x00000007 , 0x0000003f 
+ 00017488  0x00003abb arg  0x0000003e , 0x00000002 
+ 00017489  0x00003abc call  0x00006f20 
+ 00017490  0x00003abd loop  0x0000444e 
+ 00017491  0x00003abe rtn 
+ 00017492  0x00003ac1 branch  0x00007027 
+ 00017493  0x00003ac4 call  0x0000446d 
+ 00017494  0x00003ac5 call  0x00004458 
+ 00017495  0x00003ac6 branch  0x00004454 
+ 00017496  0x00003ac9 fetch  0x00000002 , 0x000044e9 
+ 00017497  0x00003aca rtnbit1  0x00000009 
+ 00017498  0x00003acb fetch  0x00000001 , 0x000049b7 
+ 00017499  0x00003acc beq  0x00000001 , 0x0000445d 
+ 00017500  0x00003acd rtn 
+ 00017501  0x00003acf fetch  0x00000001 , 0x00004798 
+ 00017502  0x00003ad0 rtneq  0x00000001 
+ 00017503  0x00003ad1 jam  0x00000001 , 0x00004798 
+ 00017504  0x00003ad2 call  0x00004467 
+ 00017505  0x00003ad3 call  0x00004469 
+ 00017506  0x00003ad4 branch  0x00004480 
+ 00017507  0x00003ad7 fetch  0x00000002 , 0x000049bc 
+ 00017508  0x00003ad8 store  0x00000002 , 0x000049be 
+ 00017509  0x00003ad9 jam  0x00000000 , 0x000049c0 
+ 00017510  0x00003ada rtn 
+ 00017511  0x00003ade setarg  0x00000000 
+ 00017512  0x00003adf branch  0x00004464 
+ 00017513  0x00003ae3 arg  0x00000000 , 0x00000011 
+ 00017514  0x00003ae4 branch  0x000077bf 
+ 00017515  0x00003ae8 arg  0x00000000 , 0x00000011 
+ 00017516  0x00003ae9 branch  0x000077c4 
+ 00017517  0x00003af0 fetch  0x00000002 , 0x000044e9 
+ 00017518  0x00003af1 rtnbit0  0x00000009 
+ 00017519  0x00003af2 call  0x00002a28 
+ 00017520  0x00003af3 nrtn  0x00000034 
+ 00017521  0x00003af4 arg  0x000046c6 , 0x00000011 
+ 00017522  0x00003af5 call  0x000078ca 
+ 00017523  0x00003af6 nrtn  0x00000028 
+ 00017524  0x00003af7 arg  0x000046c6 , 0x00000006 
+ 00017525  0x00003af8 branch  0x000063cb 
+ 00017526  0x00003afb copy  0x00000013 , 0x0000003f 
+ 00017527  0x00003afc beq  0x0000002d , 0x00004347 
+ 00017528  0x00003afd beq  0x00000010 , 0x0000432f 
+ 00017529  0x00003afe beq  0x00000014 , 0x0000447c 
+ 00017530  0x00003aff beq  0x00000015 , 0x00004486 
+ 00017531  0x00003b00 rtn 
+ 00017532  0x00003b03 call  0x00004467 
+ 00017533  0x00003b04 call  0x00004469 
+ 00017534  0x00003b05 set0  0x00000027 , 0x00000000 
+ 00017535  0x00003b06 branch  0x00004482 
+ 00017536  0x00003b08 fetch  0x00000002 , 0x00004799 
+ 00017537  0x00003b09 store  0x00000002 , 0x0000479b 
+ 00017538  0x00003b0b jam  0x00000014 , 0x0000477c 
+ 00017539  0x00003b0c jam  0x00000000 , 0x00004094 
+ 00017540  0x00003b0d call  0x00004315 
+ 00017541  0x00003b0e branch  0x0000432b 
+ 00017542  0x00003b12 set1  0x00000027 , 0x00000000 
+ 00017543  0x00003b13 call  0x00004463 
+ 00017544  0x00003b14 call  0x0000456e 
+ 00017545  0x00003b15 call  0x00004562 
+ 00017546  0x00003b17 setarg  0x00000000 
+ 00017547  0x00003b18 store  0x00000005 , 0x0000474a 
+ 00017548  0x00003b19 call  0x000078ad 
+ 00017549  0x00003b1a jam  0x0000000a , 0x0000470c 
+ 00017550  0x00003b1b jam  0x0000000a , 0x0000470e 
+ 00017551  0x00003b1c jam  0x0000000a , 0x00004710 
+ 00017552  0x00003b1e jam  0x00000002 , 0x000040c0 
+ 00017553  0x00003b1f setarg  0x00000020 
+ 00017554  0x00003b20 call  0x000063c7 
+ 00017555  0x00003b21 branch  0x00004317 
+ 00017556  0x00003b24 call  0x0000450f 
+ 00017557  0x00003b25 call  0x00004512 
+ 00017558  0x00003b26 call  0x00004515 
+ 00017559  0x00003b29 call  0x000044a1 
+ 00017560  0x00003b2a branch  0x00004499 
+ 00017561  0x00003b2e arg  0x000049b8 , 0x00000013 
+ 00017562  0x00003b2f arg  0x00000000 , 0x00000012 
+ 00017563  0x00003b30 branch  0x000042e0 
+ 00017564  0x00003b33 arg  0x000049be , 0x00000013 
+ 00017565  0x00003b34 arg  0x0000449f , 0x00000012 
+ 00017566  0x00003b35 branch  0x000042e7 
+ 00017567  0x00003b37 jam  0x00000001 , 0x000049c0 
+ 00017568  0x00003b38 rtn 
+ 00017569  0x00003b3b arg  0x0000479b , 0x00000013 
+ 00017570  0x00003b3c arg  0x000044a4 , 0x00000012 
+ 00017571  0x00003b3d branch  0x000042e7 
+ 00017572  0x00003b3f jam  0x00000002 , 0x00004798 
+ 00017573  0x00003b40 jam  0x00000000 , 0x000049b7 
+ 00017574  0x00003b41 branch  0x0000448a 
+ 00017575  0x00003b44 fetch  0x00000001 , 0x00004776 
+ 00017576  0x00003b45 rtn  0x00000034 
+ 00017577  0x00003b46 arg  0x0000477c , 0x00000013 
+ 00017578  0x00003b47 arg  0x000044ac , 0x00000012 
+ 00017579  0x00003b48 branch  0x000042e0 
+ 00017580  0x00003b4a fetch  0x00000001 , 0x0000477b 
+ 00017581  0x00003b4b store  0x00000001 , 0x0000477c 
+ 00017582  0x00003b4c fetch  0x00000001 , 0x0000477f 
+ 00017583  0x00003b4d nrtn  0x00000034 
+ 00017584  0x00003b4f call  0x00006fb0 
+ 00017585  0x00003b50 store  0x00000002 , 0x00004796 
+ 00017586  0x00003b51 arg  0x00004790 , 0x00000011 
+ 00017587  0x00003b52 call  0x00006fd7 
+ 00017588  0x00003b53 fetcht  0x00000001 , 0x0000477d 
+ 00017589  0x00003b54 isub  0x00000002 , 0x0000003e 
+ 00017590  0x00003b55 branch  0x000044b9 , 0x00000002 
+ 00017591  0x00003b56 store  0x00000001 , 0x0000477d 
+ 00017592  0x00003b57 copy  0x0000003f , 0x00000002 
+ 00017593  0x00003b59 storet  0x00000001 , 0x0000477e 
+ 00017594  0x00003b5a fetch  0x00000001 , 0x00004778 
+ 00017595  0x00003b5b isub  0x00000002 , 0x0000003e 
+ 00017596  0x00003b5c call  0x000044c4 , 0x00000002 
+ 00017597  0x00003b5d storet  0x00000001 , 0x00004789 
+ 00017598  0x00003b5e arg  0x00000006 , 0x00000039 
+ 00017599  0x00003b5f arg  0x00004784 , 0x00000006 
+ 00017600  0x00003b60 call  0x000044cb 
+ 00017601  0x00003b61 store  0x00000001 , 0x0000478a 
+ 00017602  0x00003b62 arg  0x00004781 , 0x00000011 
+ 00017603  0x00003b63 branch  0x000078b2 
+ 00017604  0x00003b65 fetch  0x00000001 , 0x00004780 
+ 00017605  0x00003b66 nrtn  0x00000034 
+ 00017606  0x00003b67 jam  0x00000001 , 0x00004780 
+ 00017607  0x00003b68 arg  0x00000001 , 0x00000011 
+ 00017608  0x00003b69 branch  0x000077c4 
+ 00017609  0x00003b6b arg  0x00000001 , 0x00000011 
+ 00017610  0x00003b6c branch  0x000077bf 
+ 00017611  0x00003b71 arg  0x00000000 , 0x00000011 
+ 00017612  0x00003b73 ifetch  0x00000001 , 0x00000006 
+ 00017613  0x00003b74 iadd  0x00000011 , 0x00000011 
+ 00017614  0x00003b75 loop  0x000044cc 
+ 00017615  0x00003b77 and  0x00000011 , 0x000000ff , 0x0000003f 
+ 00017616  0x00003b78 rtn 
+ 00017617  0x00003b7b fetch  0x00000001 , 0x00004397 
+ 00017618  0x00003b7c beq  0x00000012 , 0x000044d4 
+ 00017619  0x00003b7d rtn 
+ 00017620  0x00003b7f fetch  0x00000002 , 0x00004398 
+ 00017621  0x00003b80 beq  0x00000019 , 0x000044eb 
+ 00017622  0x00003b81 rtn 
+ 00017623  0x00003b84 bpatch  0x0000002f , 0x00004005 
+ 00017624  0x00003b85 ifetch  0x00000005 , 0x00000011 
+ 00017625  0x00003b86 store  0x00000005 , 0x000006f1 
+ 00017626  0x00003b87 fetch  0x00000002 , 0x000006f1 
+ 00017627  0x00003b88 arg  0x00006b5a , 0x00000002 
+ 00017628  0x00003b89 isub  0x00000002 , 0x0000003e 
+ 00017629  0x00003b8a nrtn  0x00000005 
+ 00017630  0x00003b8b fetch  0x00000002 , 0x000006f4 
+ 00017631  0x00003b8c byteswap  0x0000003f , 0x0000003f 
+ 00017632  0x00003b8d store  0x00000002 , 0x000006f4 
+ 00017633  0x00003b8e copy  0x0000003f , 0x00000039 
+ 00017634  0x00003b8f increase  0x00000005 , 0x00000011 
+ 00017635  0x00003b90 copy  0x00000011 , 0x00000006 
+ 00017636  0x00003b91 arg  0x000006f6 , 0x00000005 
+ 00017637  0x00003b92 call  0x00007cda 
+ 00017638  0x00003b93 ifetch  0x00000001 , 0x00000006 
+ 00017639  0x00003b94 store  0x00000001 , 0x00000700 
+ 00017640  0x00003b95 arg  0x000006f3 , 0x00000011 
+ 00017641  0x00003b96 arg  0x000006f6 , 0x00000012 
+ 00017642  0x00003b97 rtn 
+ 00017643  0x00003b9a setarg  0x00000000 
+ 00017644  0x00003b9b store  0x00000005 , 0x00004700 
+ 00017645  0x00003b9c store  0x00000005 , 0x00004705 
+ 00017646  0x00003b9d call  0x000044d7 
+ 00017647  0x00003b9e copy  0x00000012 , 0x00000006 
+ 00017648  0x00003b9f arg  0x00004700 , 0x00000005 
+ 00017649  0x00003ba0 arg  0x0000000a , 0x00000039 
+ 00017650  0x00003ba1 call  0x00007cda 
+ 00017651  0x00003ba3 bpatch  0x00000030 , 0x00004006 
+ 00017652  0x00003ba4 ifetch  0x00000001 , 0x00000011 
+ 00017653  0x00003ba5 beq  0x00000002 , 0x0000451e 
+ 00017654  0x00003ba6 beq  0x00000003 , 0x00004533 
+ 00017655  0x00003ba7 beq  0x00000004 , 0x0000453a 
+ 00017656  0x00003ba8 beq  0x00000005 , 0x0000453a 
+ 00017657  0x00003ba9 beq  0x00000006 , 0x000045aa 
+ 00017658  0x00003baa beq  0x00000007 , 0x000045ab 
+ 00017659  0x00003bab beq  0x00000008 , 0x000045ae 
+ 00017660  0x00003bac rtn 
+ 00017661  0x00003baf call  0x000044eb 
+ 00017662  0x00003bb0 fetch  0x00000001 , 0x000006f3 
+ 00017663  0x00003bb1 beq  0x00000004 , 0x00004502 
+ 00017664  0x00003bb2 beq  0x00000005 , 0x00004502 
+ 00017665  0x00003bb3 rtn 
+ 00017666  0x00003bb5 fetch  0x00000001 , 0x00004700 
+ 00017667  0x00003bb6 ncall  0x00004509 , 0x00000034 
+ 00017668  0x00003bb7 fetch  0x00000001 , 0x00004702 
+ 00017669  0x00003bb8 ncall  0x0000450b , 0x00000034 
+ 00017670  0x00003bb9 fetch  0x00000001 , 0x00004704 
+ 00017671  0x00003bba ncall  0x0000450d , 0x00000034 
+ 00017672  0x00003bbb rtn 
+ 00017673  0x00003bbe jam  0x00000005 , 0x000049a1 
+ 00017674  0x00003bbf rtn 
+ 00017675  0x00003bc1 jam  0x00000005 , 0x000049a2 
+ 00017676  0x00003bc2 rtn 
+ 00017677  0x00003bc4 jam  0x00000005 , 0x000049a3 
+ 00017678  0x00003bc5 rtn 
+ 00017679  0x00003bc8 arg  0x000049a1 , 0x00000013 
+ 00017680  0x00003bc9 arg  0x00004518 , 0x00000012 
+ 00017681  0x00003bca branch  0x000042e0 
+ 00017682  0x00003bcc arg  0x000049a2 , 0x00000013 
+ 00017683  0x00003bcd arg  0x0000451a , 0x00000012 
+ 00017684  0x00003bce branch  0x000042e0 
+ 00017685  0x00003bd0 arg  0x000049a3 , 0x00000013 
+ 00017686  0x00003bd1 arg  0x0000451c , 0x00000012 
+ 00017687  0x00003bd2 branch  0x000042e0 
+ 00017688  0x00003bd5 jam  0x00000000 , 0x00004700 
+ 00017689  0x00003bd6 branch  0x0000453a 
+ 00017690  0x00003bd8 jam  0x00000000 , 0x00004702 
+ 00017691  0x00003bd9 branch  0x0000453a 
+ 00017692  0x00003bdb jam  0x00000000 , 0x00004704 
+ 00017693  0x00003bdc branch  0x0000453a 
+ 00017694  0x00003be2 fetch  0x00000001 , 0x00004700 
+ 00017695  0x00003be3 store  0x00000001 , 0x0000470b 
+ 00017696  0x00003be4 fetch  0x00000001 , 0x00004701 
+ 00017697  0x00003be5 store  0x00000001 , 0x0000470d 
+ 00017698  0x00003be6 branch  0x00004544 
+ 00017699  0x00003beb fetch  0x00000001 , 0x00004700 
+ 00017700  0x00003bec store  0x00000001 , 0x0000470d 
+ 00017701  0x00003bed branch  0x00004552 
+ 00017702  0x00003bef fetch  0x00000001 , 0x0000470c 
+ 00017703  0x00003bf0 call  0x0000452b 
+ 00017704  0x00003bf1 fetch  0x00000001 , 0x00004701 
+ 00017705  0x00003bf2 store  0x00000001 , 0x0000470b 
+ 00017706  0x00003bf3 branch  0x00004550 
+ 00017707  0x00003bf5 beq  0x00000002 , 0x0000452f 
+ 00017708  0x00003bf6 beq  0x00000003 , 0x00004531 
+ 00017709  0x00003bf7 store  0x00000001 , 0x0000470c 
+ 00017710  0x00003bf8 rtn 
+ 00017711  0x00003bfa jam  0x00000005 , 0x0000470c 
+ 00017712  0x00003bfb rtn 
+ 00017713  0x00003bfd jam  0x0000000a , 0x0000470c 
+ 00017714  0x00003bfe rtn 
+ 00017715  0x00003c00 fetch  0x00000001 , 0x00004700 
+ 00017716  0x00003c01 call  0x0000452b 
+ 00017717  0x00003c02 fetch  0x00000001 , 0x0000470c 
+ 00017718  0x00003c03 call  0x0000459e 
+ 00017719  0x00003c04 call  0x000045a1 
+ 00017720  0x00003c05 jam  0x00000000 , 0x00000671 
+ 00017721  0x00003c06 branch  0x0000707a 
+ 00017722  0x00003c09 fetch  0x00000001 , 0x0000479e 
+ 00017723  0x00003c0a nrtn  0x00000034 
+ 00017724  0x00003c0b fetch  0x00000006 , 0x00004700 
+ 00017725  0x00003c0c store  0x00000006 , 0x0000470b 
+ 00017726  0x00003c0d fetch  0x00000001 , 0x0000470c 
+ 00017727  0x00003c0e fetcht  0x00000001 , 0x0000470e 
+ 00017728  0x00003c0f iand  0x00000002 , 0x0000003f 
+ 00017729  0x00003c10 fetcht  0x00000001 , 0x00004710 
+ 00017730  0x00003c11 iand  0x00000002 , 0x0000003f 
+ 00017731  0x00003c12 call  0x00004556 , 0x00000034 
+ 00017732  0x00003c14 bpatch  0x00000031 , 0x00004006 
+ 00017733  0x00003c15 fetch  0x00000002 , 0x000044e9 
+ 00017734  0x00003c16 isolate1  0x00000009 , 0x0000003f 
+ 00017735  0x00003c17 ncall  0x00004463 , 0x00000001 
+ 00017736  0x00003c18 call  0x00004550 
+ 00017737  0x00003c19 call  0x00004552 
+ 00017738  0x00003c1a branch  0x0000454b 
+ 00017739  0x00003c1d fetch  0x00000001 , 0x0000470b 
+ 00017740  0x00003c1e fetcht  0x00000001 , 0x0000470d 
+ 00017741  0x00003c1f iadd  0x00000002 , 0x0000003f 
+ 00017742  0x00003c20 nbranch  0x0000788d , 0x00000034 
+ 00017743  0x00003c21 branch  0x0000788b 
+ 00017744  0x00003c24 arg  0x0000470b , 0x00000006 
+ 00017745  0x00003c25 branch  0x00004558 
+ 00017746  0x00003c27 arg  0x0000470d , 0x00000006 
+ 00017747  0x00003c28 branch  0x0000455d 
+ 00017748  0x00003c2a arg  0x0000470f , 0x00000006 
+ 00017749  0x00003c2b branch  0x0000457a 
+ 00017750  0x00003c2d jam  0x00000000 , 0x0000477f 
+ 00017751  0x00003c2e rtn 
+ 00017752  0x00003c31 ifetch  0x00000001 , 0x00000006 
+ 00017753  0x00003c32 beq  0x00000000 , 0x00004562 
+ 00017754  0x00003c33 beq  0x00000001 , 0x00004566 
+ 00017755  0x00003c34 beq  0x00000002 , 0x0000456a 
+ 00017756  0x00003c35 rtn 
+ 00017757  0x00003c37 ifetch  0x00000001 , 0x00000006 
+ 00017758  0x00003c38 beq  0x00000000 , 0x0000456e 
+ 00017759  0x00003c39 beq  0x00000002 , 0x00004572 
+ 00017760  0x00003c3a beq  0x00000001 , 0x00004576 
+ 00017761  0x00003c3b rtn 
+ 00017762  0x00003c3e fetcht  0x00000001 , 0x000049a5 
+ 00017763  0x00003c3f call  0x00006ef3 
+ 00017764  0x00003c40 fetcht  0x00000001 , 0x000049a6 
+ 00017765  0x00003c41 branch  0x00006ef3 
+ 00017766  0x00003c43 fetcht  0x00000001 , 0x000049a5 
+ 00017767  0x00003c44 call  0x00006ef7 
+ 00017768  0x00003c45 fetcht  0x00000001 , 0x000049a6 
+ 00017769  0x00003c46 branch  0x00006ef3 
+ 00017770  0x00003c48 fetcht  0x00000001 , 0x000049a5 
+ 00017771  0x00003c49 call  0x00006ef3 
+ 00017772  0x00003c4a fetcht  0x00000001 , 0x000049a6 
+ 00017773  0x00003c4b branch  0x00006ef7 
+ 00017774  0x00003c4d fetcht  0x00000001 , 0x000049a7 
+ 00017775  0x00003c4e call  0x00006ef3 
+ 00017776  0x00003c4f fetcht  0x00000001 , 0x000049a8 
+ 00017777  0x00003c50 branch  0x00006ef3 
+ 00017778  0x00003c52 fetcht  0x00000001 , 0x000049a7 
+ 00017779  0x00003c53 call  0x00006ef7 
+ 00017780  0x00003c54 fetcht  0x00000001 , 0x000049a8 
+ 00017781  0x00003c55 branch  0x00006ef3 
+ 00017782  0x00003c57 fetcht  0x00000001 , 0x000049a7 
+ 00017783  0x00003c58 call  0x00006ef3 
+ 00017784  0x00003c59 fetcht  0x00000001 , 0x000049a8 
+ 00017785  0x00003c5a branch  0x00006ef7 
+ 00017786  0x00003c60 bpatch  0x00000032 , 0x00004006 
+ 00017787  0x00003c61 ifetch  0x00000001 , 0x00000006 
+ 00017788  0x00003c62 beq  0x00000000 , 0x00004587 
+ 00017789  0x00003c63 beq  0x00000001 , 0x00004580 
+ 00017790  0x00003c64 beq  0x00000002 , 0x00004582 
+ 00017791  0x00003c65 rtn 
+ 00017792  0x00003c67 jam  0x00000000 , 0x00004729 
+ 00017793  0x00003c68 branch  0x00004583 
+ 00017794  0x00003c6a jam  0x00000001 , 0x00004729 
+ 00017795  0x00003c6b ifetch  0x00000001 , 0x00000006 
+ 00017796  0x00003c6c store  0x00000001 , 0x0000472b 
+ 00017797  0x00003c6d ifetch  0x00000008 , 0x00000012 
+ 00017798  0x00003c6e branch  0x0000458c 
+ 00017799  0x00003c71 ifetch  0x00000001 , 0x00000012 
+ 00017800  0x00003c72 call  0x000070bd 
+ 00017801  0x00003c73 increase  0x00000001 , 0x00000012 
+ 00017802  0x00003c74 ifetch  0x00000001 , 0x00000012 
+ 00017803  0x00003c75 branch  0x000070bd 
+ 00017804  0x00003c77 store  0x00000008 , 0x0000472c 
+ 00017805  0x00003c78 jam  0x00000001 , 0x0000477f 
+ 00017806  0x00003c79 fetch  0x00000001 , 0x00004729 
+ 00017807  0x00003c7a beq  0x00000000 , 0x0000459a 
+ 00017808  0x00003c7c fetch  0x00000001 , 0x0000472d 
+ 00017809  0x00003c7d store  0x00000001 , 0x0000472e 
+ 00017810  0x00003c7e fetch  0x00000001 , 0x0000472c 
+ 00017811  0x00003c80 call  0x000070bd 
+ 00017812  0x00003c81 fetch  0x00000001 , 0x0000472b 
+ 00017813  0x00003c82 call  0x0000459e 
+ 00017814  0x00003c83 store  0x00000001 , 0x00004733 
+ 00017815  0x00003c84 fetch  0x00000006 , 0x0000472e 
+ 00017816  0x00003c85 store  0x00000006 , 0x00000670 
+ 00017817  0x00003c86 branch  0x00007066 
+ 00017818  0x00003c88 fetch  0x00000001 , 0x0000472c 
+ 00017819  0x00003c89 store  0x00000001 , 0x0000472e 
+ 00017820  0x00003c8a fetch  0x00000001 , 0x0000472d 
+ 00017821  0x00003c8b branch  0x00004593 
+ 00017822  0x00003c8e mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00017823  0x00003c8f add  0x0000003f , 0x00000032 , 0x0000003f 
+ 00017824  0x00003c90 rtn 
+ 00017825  0x00003c92 arg  0x00002ee0 , 0x00000002 
+ 00017826  0x00003c93 imul32  0x00000002 , 0x0000003f 
+ 00017827  0x00003c94 div  0x0000003f , 0x00000064 
+ 00017828  0x00003c95 call  0x00007d62 
+ 00017829  0x00003c96 quotient  0x00000002 
+ 00017830  0x00003c97 copy  0x00000002 , 0x00000011 
+ 00017831  0x00003c98 setarg  0x00002ee0 
+ 00017832  0x00003c99 isub  0x00000002 , 0x00000012 
+ 00017833  0x00003c9a rtn 
+ 00017834  0x00003c9d rtn 
+ 00017835  0x00003ca0 fetch  0x00000008 , 0x00004700 
+ 00017836  0x00003ca1 store  0x00000008 , 0x0000474a 
+ 00017837  0x00003ca2 rtn 
+ 00017838  0x00003ca5 fetch  0x00000001 , 0x00004767 
+ 00017839  0x00003ca6 store  0x00000001 , 0x0000475d 
+ 00017840  0x00003ca7 fetch  0x00000001 , 0x00004768 
+ 00017841  0x00003ca8 store  0x00000001 , 0x0000475e 
+ 00017842  0x00003ca9 fetch  0x00000001 , 0x00004769 
+ 00017843  0x00003caa store  0x00000001 , 0x0000475f 
+ 00017844  0x00003cab arg  0x0000000d , 0x00000039 
+ 00017845  0x00003cac arg  0x00004758 , 0x00000006 
+ 00017846  0x00003cad call  0x000044cb 
+ 00017847  0x00003cae store  0x00000001 , 0x00004765 
+ 00017848  0x00003caf arg  0x00004755 , 0x00000011 
+ 00017849  0x00003cb0 branch  0x000078b2 
+ 00017850  0x00003cb5 setarg  0x00000000 
+ 00017851  0x00003cb6 store  0x00000008 , 0x000045d6 
+ 00017852  0x00003cb7 call  0x0000339f 
+ 00017853  0x00003cb8 branch  0x00003402 
+ 00017854  0x00003cbb call  0x000045c2 
+ 00017855  0x00003cbc call  0x000045ca 
+ 00017856  0x00003cbd call  0x0000460e 
+ 00017857  0x00003cbe branch  0x00004665 
+ 00017858  0x00003cc1 call  0x00003407 
+ 00017859  0x00003cc3 fetch  0x00000001 , 0x00004616 
+ 00017860  0x00003cc4 rtnne  0x00000001 
+ 00017861  0x00003cc5 fetch  0x00000001 , 0x000049b8 
+ 00017862  0x00003cc6 nbranch  0x00003460 , 0x00000034 
+ 00017863  0x00003cc7 fetch  0x00000001 , 0x00004798 
+ 00017864  0x00003cc8 beq  0x00000002 , 0x00003460 
+ 00017865  0x00003cc9 rtn 
+ 00017866  0x00003ccc fetch  0x00000001 , 0x00004616 
+ 00017867  0x00003ccd rtnne  0x00000000 
+ 00017868  0x00003cce call  0x000045d9 
+ 00017869  0x00003ccf branch  0x000045d7 , 0x0000002f 
+ 00017870  0x00003cd1 fetch  0x00000001 , 0x000049c0 
+ 00017871  0x00003cd2 rtn  0x00000034 
+ 00017872  0x00003cd3 fetch  0x00000001 , 0x000049c1 
+ 00017873  0x00003cd4 increase  0x00000001 , 0x0000003f 
+ 00017874  0x00003cd5 store  0x00000001 , 0x000049c1 
+ 00017875  0x00003cd6 beq  0x00000004 , 0x000045d7 
+ 00017876  0x00003cd7 call  0x00003222 
+ 00017877  0x00003cd8 call  0x000045ea 
+ 00017878  0x00003cd9 nbranch  0x000045ce , 0x0000002f 
+ 00017879  0x00003cdb jam  0x00000000 , 0x000049c1 
+ 00017880  0x00003cdc rtn 
+ 00017881  0x00003cde fetch  0x00000001 , 0x00004616 
+ 00017882  0x00003cdf rtnne  0x00000000 
+ 00017883  0x00003ce0 call  0x000045de 
+ 00017884  0x00003ce1 call  0x00003518 
+ 00017885  0x00003ce2 branch  0x000045ea 
+ 00017886  0x00003ce4 fetch  0x00000001 , 0x00004615 
+ 00017887  0x00003ce5 rtnbit1  0x00000000 
+ 00017888  0x00003ce6 set1  0x00000000 , 0x0000003f 
+ 00017889  0x00003ce7 store  0x00000001 , 0x00004615 
+ 00017890  0x00003ce8 fetch  0x00000001 , 0x00004623 
+ 00017891  0x00003ce9 store  0x00000001 , 0x00004141 
+ 00017892  0x00003cea jam  0x00000000 , 0x00004611 
+ 00017893  0x00003ceb jam  0x00000000 , 0x0000090d 
+ 00017894  0x00003cec jam  0x00000001 , 0x0000460a 
+ 00017895  0x00003ced jam  0x00000000 , 0x0000457e 
+ 00017896  0x00003cef fetch  0x00000004 , 0x000049da 
+ 00017897  0x00003cf0 branch  0x0000345d 
+ 00017898  0x00003cf2 call  0x000033f1 
+ 00017899  0x00003cf3 nbranch  0x000033be , 0x0000002f 
+ 00017900  0x00003cf5 call  0x000033e3 
+ 00017901  0x00003cf6 nbranch  0x000033be , 0x00000028 
+ 00017902  0x00003cf7 fetch  0x00000001 , 0x0000457d 
+ 00017903  0x00003cf8 branch  0x000033be , 0x00000034 
+ 00017904  0x00003cf9 increase  0x00000002 , 0x0000003f 
+ 00017905  0x00003cfa iforce  0x00000039 
+ 00017906  0x00003cfb arg  0x000044f7 , 0x00000006 
+ 00017907  0x00003cfc arg  0x000045e8 , 0x00000005 
+ 00017908  0x00003cfd call  0x00007cda 
+ 00017909  0x00003cfe jam  0x00000000 , 0x00004613 
+ 00017910  0x00003cff fetch  0x00000001 , 0x00004610 
+ 00017911  0x00003d00 call  0x000033fe , 0x00000034 
+ 00017912  0x00003d01 fetch  0x00000001 , 0x000045ea 
+ 00017913  0x00003d02 beq  0x000000ff , 0x000045fc 
+ 00017914  0x00003d03 beq  0x00000001 , 0x00004601 
+ 00017915  0x00003d04 branch  0x000033bb 
+ 00017916  0x00003d06 fetch  0x00000001 , 0x00004610 
+ 00017917  0x00003d07 nrtn  0x00000034 
+ 00017918  0x00003d08 fetch  0x00000001 , 0x000045d5 
+ 00017919  0x00003d09 rtn  0x00000034 
+ 00017920  0x00003d0b branch  0x0000359b 
+ 00017921  0x00003d0d call  0x0000352e 
+ 00017922  0x00003d0e fetch  0x00000001 , 0x0000460a 
+ 00017923  0x00003d0f fetcht  0x00000001 , 0x000045e8 
+ 00017924  0x00003d10 isolate1  0x00000003 , 0x00000002 
+ 00017925  0x00003d11 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00017926  0x00003d12 store  0x00000001 , 0x0000460a 
+ 00017927  0x00003d13 beq  0x00000001 , 0x00004609 
+ 00017928  0x00003d14 branch  0x000033cb 
+ 00017929  0x00003d16 fetch  0x00000001 , 0x000043cb 
+ 00017930  0x00003d17 sub  0x0000003f , 0x0000000e , 0x0000003e 
+ 00017931  0x00003d18 call  0x0000788d , 0x00000005 
+ 00017932  0x00003d19 fetch  0x00000004 , 0x000045f2 
+ 00017933  0x00003d1a branch  0x000035a3 
+ 00017934  0x00003d1d fetch  0x00000001 , 0x00004616 
+ 00017935  0x00003d1e rtnne  0x00000001 
+ 00017936  0x00003d1f call  0x000032ff 
+ 00017937  0x00003d20 call  0x0000465b 
+ 00017938  0x00003d22 call  0x000033be 
+ 00017939  0x00003d23 call  0x00003119 
+ 00017940  0x00003d24 nbranch  0x000033be , 0x0000002f 
+ 00017941  0x00003d25 call  0x0000331e 
+ 00017942  0x00003d26 call  0x000033f4 
+ 00017943  0x00003d27 call  0x00003399 
+ 00017944  0x00003d28 call  0x00003317 
+ 00017945  0x00003d2a fetch  0x00000001 , 0x000045d5 
+ 00017946  0x00003d2b nbranch  0x00004621 , 0x00000034 
+ 00017947  0x00003d2c call  0x0000350a 
+ 00017948  0x00003d2d fetch  0x00000001 , 0x00004614 
+ 00017949  0x00003d2e rtn  0x00000034 
+ 00017950  0x00003d2f setarg  0x00000000 
+ 00017951  0x00003d30 store  0x00000004 , 0x00004630 
+ 00017952  0x00003d31 rtn 
+ 00017953  0x00003d33 jam  0x00000000 , 0x00004613 
+ 00017954  0x00003d34 arg  0x00000000 , 0x00000011 
+ 00017955  0x00003d35 call  0x0000788d 
+ 00017956  0x00003d36 call  0x00003460 
+ 00017957  0x00003d37 call  0x00003258 
+ 00017958  0x00003d39 fetch  0x00000004 , 0x000044f1 
+ 00017959  0x00003d3a store  0x00000004 , 0x000049da 
+ 00017960  0x00003d3b fetch  0x00000001 , 0x000049e6 
+ 00017961  0x00003d3c ncall  0x0000462c , 0x00000034 
+ 00017962  0x00003d3e fetch  0x00000004 , 0x000049da 
+ 00017963  0x00003d3f branch  0x00003236 
+ 00017964  0x00003d43 fetch  0x00000001 , 0x000049e6 
+ 00017965  0x00003d44 rtn  0x00000034 
+ 00017966  0x00003d45 fetch  0x00000001 , 0x0000462d 
+ 00017967  0x00003d46 store  0x00000001 , 0x000049dd 
+ 00017968  0x00003d48 fetch  0x00000001 , 0x000044f2 
+ 00017969  0x00003d49 store  0x00000001 , 0x000049dc 
+ 00017970  0x00003d4b fetch  0x00000001 , 0x0000462c 
+ 00017971  0x00003d4c store  0x00000001 , 0x000049db 
+ 00017972  0x00003d4e fetch  0x00000001 , 0x000044f1 
+ 00017973  0x00003d4f store  0x00000001 , 0x000049da 
+ 00017974  0x00003d50 rtn 
+ 00017975  0x00003d51 call  0x0000464a 
+ 00017976  0x00003d52 fetch  0x00000004 , 0x000049da 
+ 00017977  0x00003d53 fetcht  0x00000004 , 0x000049de 
+ 00017978  0x00003d54 isub  0x00000002 , 0x0000003e 
+ 00017979  0x00003d55 rtn  0x00000005 
+ 00017980  0x00003d56 copy  0x00000013 , 0x00000012 
+ 00017981  0x00003d57 arg  0x000049da , 0x00000011 
+ 00017982  0x00003d58 arg  0x00000004 , 0x00000039 
+ 00017983  0x00003d59 branch  0x00006b45 
+ 00017984  0x00003d5d fetch  0x00000004 , 0x000044f1 
+ 00017985  0x00003d5e store  0x00000004 , 0x000049da 
+ 00017986  0x00003d5f fetch  0x00000001 , 0x000049e6 
+ 00017987  0x00003d60 rtn  0x00000034 
+ 00017988  0x00003d61 rtn 
+ 00017989  0x00003d62 call  0x0000464a 
+ 00017990  0x00003d63 fetch  0x00000004 , 0x000049de 
+ 00017991  0x00003d64 rtn  0x00000034 
+ 00017992  0x00003d65 store  0x00000004 , 0x000049da 
+ 00017993  0x00003d66 rtn 
+ 00017994  0x00003d6a rtn 
+ 00017995  0x00003d6b fetch  0x00000001 , 0x000049e6 
+ 00017996  0x00003d6c rtn  0x00000034 
+ 00017997  0x00003d6d arg  0x00000700 , 0x00000013 
+ 00017998  0x00003d6f copy  0x00000013 , 0x00000012 
+ 00017999  0x00003d70 arg  0x000049e2 , 0x00000011 
+ 00018000  0x00003d71 arg  0x00000004 , 0x00000039 
+ 00018001  0x00003d72 call  0x00006b74 
+ 00018002  0x00003d73 fetch  0x00000004 , 0x000049e2 
+ 00018003  0x00003d74 rtn  0x00000034 
+ 00018004  0x00003d75 store  0x00000004 , 0x000049de 
+ 00018005  0x00003d76 copy  0x00000013 , 0x0000003f 
+ 00018006  0x00003d77 arg  0x000007cc , 0x00000002 
+ 00018007  0x00003d78 isub  0x00000002 , 0x0000003e 
+ 00018008  0x00003d79 rtn  0x00000002 
+ 00018009  0x00003d7a increase  0x00000004 , 0x00000013 
+ 00018010  0x00003d7b branch  0x0000464e 
+ 00018011  0x00003d7e fetch  0x00000004 , 0x00004630 
+ 00018012  0x00003d7f rtn  0x00000034 
+ 00018013  0x00003d80 branch  0x00003236 
+ 00018014  0x00003d83 fetch  0x00000002 , 0x000044e9 
+ 00018015  0x00003d84 rtnbit1  0x00000009 
+ 00018016  0x00003d85 fetch  0x00000002 , 0x00004799 
+ 00018017  0x00003d86 store  0x00000002 , 0x0000479b 
+ 00018018  0x00003d87 jam  0x00000001 , 0x000049b7 
+ 00018019  0x00003d88 arg  0x000045eb , 0x00000011 
+ 00018020  0x00003d89 branch  0x000044fd 
+ 00018021  0x00003d8c fetch  0x00000001 , 0x000049c0 
+ 00018022  0x00003d8d rtn  0x00000034 
+ 00018023  0x00003d8e call  0x0000466d 
+ 00018024  0x00003d8f nrtn  0x00000028 
+ 00018025  0x00003d90 fetch  0x00000003 , 0x000045af 
+ 00018026  0x00003d91 call  0x00007d25 
+ 00018027  0x00003d92 storet  0x00000004 , 0x000040a9 
+ 00018028  0x00003d93 branch  0x0000241e 
+ 00018029  0x00003d95 enable  0x00000028 
+ 00018030  0x00003d96 call  0x00002408 
+ 00018031  0x00003d97 fetch  0x00000003 , 0x000040bd 
+ 00018032  0x00003d98 branch  0x00007dbc , 0x00000034 
+ 00018033  0x00003d99 branch  0x00004430 
+ 00018034  0x00003da0 rtn  0x0000002b 
+ 00018035  0x00003da1 call  0x00004772 
+ 00018036  0x00003da2 call  0x00006ff7 
+ 00018037  0x00003da3 setarg  0x00004756 
+ 00018038  0x00003da4 store  0x00000002 , 0x000045f2 
+ 00018039  0x00003da6 setarg  0x000046b6 
+ 00018040  0x00003da7 store  0x00000002 , 0x000045f6 
+ 00018041  0x00003da9 setarg  0x000046b1 
+ 00018042  0x00003daa store  0x00000002 , 0x000043d5 
+ 00018043  0x00003dac setarg  0x000046f0 
+ 00018044  0x00003dad store  0x00000002 , 0x000043db 
+ 00018045  0x00003daf setarg  0x000046f2 
+ 00018046  0x00003db0 store  0x00000002 , 0x000043dd 
+ 00018047  0x00003db2 setarg  0x0000473b 
+ 00018048  0x00003db3 store  0x00000002 , 0x000043e3 
+ 00018049  0x00003db5 setarg  0x000046a6 
+ 00018050  0x00003db6 store  0x00000002 , 0x000046ee 
+ 00018051  0x00003db8 setarg  0x00004696 
+ 00018052  0x00003db9 store  0x00000002 , 0x000046f2 
+ 00018053  0x00003dbc bpatch  0x00000033 , 0x00004006 
+ 00018054  0x00003dbd call  0x00006cc1 
+ 00018055  0x00003dbe call  0x000046ad 
+ 00018056  0x00003dc0 call  0x000078ad 
+ 00018057  0x00003dc1 fetch  0x00000001 , 0x000046be 
+ 00018058  0x00003dc2 store  0x00000001 , 0x0000462d 
+ 00018059  0x00003dc3 beq  0x00000000 , 0x00004695 
+ 00018060  0x00003dc4 fetch  0x00000001 , 0x000046bf 
+ 00018061  0x00003dc5 store  0x00000001 , 0x000044ec 
+ 00018062  0x00003dc7 call  0x000046a6 
+ 00018063  0x00003dc8 call  0x00007776 
+ 00018064  0x00003dc9 call  0x00007780 
+ 00018065  0x00003dca jam  0x00000001 , 0x000046ea 
+ 00018066  0x00003dcb fetch  0x00000002 , 0x000044e9 
+ 00018067  0x00003dcc rtnbit1  0x0000000c 
+ 00018068  0x00003dcd branch  0x00004327 
+ 00018069  0x00003dd2 jam  0x00000002 , 0x000046ea 
+ 00018070  0x00003dd4 call  0x000046a6 
+ 00018071  0x00003dd5 arg  0x00000000 , 0x00000011 
+ 00018072  0x00003dd6 call  0x000077c4 
+ 00018073  0x00003dd7 call  0x00004719 
+ 00018074  0x00003dd8 fetch  0x00000004 , 0x00004700 
+ 00018075  0x00003dd9 store  0x00000004 , 0x0000458f 
+ 00018076  0x00003dda branch  0x00003291 , 0x00000034 
+ 00018077  0x00003ddb fetch  0x00000004 , 0x0000458f 
+ 00018078  0x00003ddc store  0x00000004 , 0x000045e8 
+ 00018079  0x00003ddd fetch  0x00000002 , 0x000045dc 
+ 00018080  0x00003dde store  0x00000002 , 0x000045de 
+ 00018081  0x00003ddf branch  0x00003534 
+ 00018082  0x00003de2 arg  0x00000004 , 0x00000002 
+ 00018083  0x00003de3 arg  0x0000458f , 0x00000011 
+ 00018084  0x00003de4 arg  0x00000000 , 0x00000012 
+ 00018085  0x00003de5 rtn 
+ 00018086  0x00003dea bpatch  0x00000034 , 0x00004006 
+ 00018087  0x00003deb fetch  0x00000001 , 0x000046bc 
+ 00018088  0x00003dec bne  0x000000ff , 0x000046ab 
+ 00018089  0x00003dee fetcht  0x00000001 , 0x00004699 
+ 00018090  0x00003def branch  0x00006ef7 
+ 00018091  0x00003df1 store  0x00000001 , 0x00004699 
+ 00018092  0x00003df2 branch  0x000046a9 
+ 00018093  0x00003df6 call  0x000035f0 
+ 00018094  0x00003df8 fetch  0x00000002 , 0x000046e6 
+ 00018095  0x00003df9 store  0x00000002 , 0x000046e8 
+ 00018096  0x00003dfa rtn 
+ 00018097  0x00003dfd call  0x000046b6 
+ 00018098  0x00003dff fetch  0x00000001 , 0x0000468f 
+ 00018099  0x00003e00 set1  0x00000007 , 0x0000003f 
+ 00018100  0x00003e01 arg  0x0000003f , 0x00000002 
+ 00018101  0x00003e02 branch  0x00006f20 
+ 00018102  0x00003e05 call  0x00006f35 
+ 00018103  0x00003e06 branch  0x0000701b 
+ 00018104  0x00003e09 call  0x00007027 
+ 00018105  0x00003e0a call  0x000046c9 
+ 00018106  0x00003e0b call  0x000046bc 
+ 00018107  0x00003e0c branch  0x000046d7 
+ 00018108  0x00003e0f fetch  0x00000001 , 0x000046f5 
+ 00018109  0x00003e10 rtnne  0x00000001 
+ 00018110  0x00003e11 fetch  0x00000004 , 0x000046f9 
+ 00018111  0x00003e12 branch  0x000046c3 , 0x00000034 
+ 00018112  0x00003e13 jam  0x00000000 , 0x000046ff 
+ 00018113  0x00003e14 enable  0x00000028 
+ 00018114  0x00003e15 branch  0x0000788d 
+ 00018115  0x00003e17 fetch  0x00000001 , 0x000046ff 
+ 00018116  0x00003e18 rtneq  0x000000ff 
+ 00018117  0x00003e19 pincrease  0x00000001 
+ 00018118  0x00003e1a store  0x00000001 , 0x000046ff 
+ 00018119  0x00003e1b disable  0x00000028 
+ 00018120  0x00003e1c branch  0x0000788b 
+ 00018121  0x00003e20 fetcht  0x00000002 , 0x0000442e 
+ 00018122  0x00003e21 and  0x00000002 , 0x00000001 , 0x0000003f 
+ 00018123  0x00003e22 rshift  0x00000002 , 0x00000002 
+ 00018124  0x00003e23 store  0x00000001 , 0x000046f9 
+ 00018125  0x00003e24 and  0x00000002 , 0x00000001 , 0x0000003f 
+ 00018126  0x00003e25 rshift  0x00000002 , 0x00000002 
+ 00018127  0x00003e26 store  0x00000001 , 0x000046fa 
+ 00018128  0x00003e27 and  0x00000002 , 0x00000001 , 0x0000003f 
+ 00018129  0x00003e28 rshift  0x00000002 , 0x00000002 
+ 00018130  0x00003e29 store  0x00000001 , 0x000046fb 
+ 00018131  0x00003e2a and  0x00000002 , 0x00000001 , 0x0000003f 
+ 00018132  0x00003e2b rshift  0x00000002 , 0x00000002 
+ 00018133  0x00003e2c store  0x00000001 , 0x000046fc 
+ 00018134  0x00003e2d rtn 
+ 00018135  0x00003e2f bpatch  0x00000035 , 0x00004006 
+ 00018136  0x00003e30 call  0x000046e6 
+ 00018137  0x00003e31 call  0x000046eb 
+ 00018138  0x00003e32 call  0x000046dd 
+ 00018139  0x00003e33 nrtn  0x00000028 
+ 00018140  0x00003e34 branch  0x00004752 
+ 00018141  0x00003e38 fetch  0x00000001 , 0x000046f5 
+ 00018142  0x00003e39 rtnne  0x00000001 
+ 00018143  0x00003e3a fetch  0x00000001 , 0x000046ff 
+ 00018144  0x00003e3b rtn  0x00000034 
+ 00018145  0x00003e3c sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00018146  0x00003e3d nrtn  0x00000002 
+ 00018147  0x00003e3e fetch  0x00000002 , 0x000045dc 
+ 00018148  0x00003e3f store  0x00000002 , 0x000045de 
+ 00018149  0x00003e40 branch  0x00007dba 
+ 00018150  0x00003e45 fetch  0x00000001 , 0x000046f9 
+ 00018151  0x00003e46 nbranch  0x00004746 , 0x00000034 
+ 00018152  0x00003e47 fetch  0x00000001 , 0x000046fa 
+ 00018153  0x00003e48 nbranch  0x00004748 , 0x00000034 
+ 00018154  0x00003e49 branch  0x0000474e 
+ 00018155  0x00003e4c fetch  0x00000001 , 0x000046fb 
+ 00018156  0x00003e4d nbranch  0x0000474a , 0x00000034 
+ 00018157  0x00003e4e fetch  0x00000001 , 0x000046fc 
+ 00018158  0x00003e4f nbranch  0x0000474c , 0x00000034 
+ 00018159  0x00003e50 branch  0x00004750 
+ 00018160  0x00003e54 call  0x00004730 
+ 00018161  0x00003e55 branch  0x000046b8 
+ 00018162  0x00003e58 copy  0x00000013 , 0x0000003f 
+ 00018163  0x00003e59 beq  0x0000002d , 0x00004347 
+ 00018164  0x00003e5a beq  0x00000010 , 0x0000432f 
+ 00018165  0x00003e5b beq  0x00000039 , 0x000046fa 
+ 00018166  0x00003e5c beq  0x0000003c , 0x00004701 
+ 00018167  0x00003e5d beq  0x0000003a , 0x000046f9 
+ 00018168  0x00003e5e rtn 
+ 00018169  0x00003e61 branch  0x0000357b 
+ 00018170  0x00003e64 bpatch  0x00000036 , 0x00004006 
+ 00018171  0x00003e65 fetch  0x00000004 , 0x000045e8 
+ 00018172  0x00003e66 store  0x00000004 , 0x00004700 
+ 00018173  0x00003e67 fetch  0x00000001 , 0x0000470c 
+ 00018174  0x00003e68 ncall  0x00004706 , 0x00000034 
+ 00018175  0x00003e69 fetch  0x00000004 , 0x00004700 
+ 00018176  0x00003e6a call  0x00003236 
+ 00018177  0x00003e6e jam  0x00000000 , 0x000045fc 
+ 00018178  0x00003e6f jam  0x00000001 , 0x000046f6 
+ 00018179  0x00003e70 jam  0x00000001 , 0x000046f7 
+ 00018180  0x00003e71 jam  0x00000000 , 0x000045de 
+ 00018181  0x00003e72 rtn 
+ 00018182  0x00003e76 fetch  0x00000001 , 0x0000470c 
+ 00018183  0x00003e77 rtn  0x00000034 
+ 00018184  0x00003e78 fetch  0x00000001 , 0x000044f2 
+ 00018185  0x00003e79 store  0x00000001 , 0x00004703 
+ 00018186  0x00003e7b fetch  0x00000001 , 0x000045e9 
+ 00018187  0x00003e7c store  0x00000001 , 0x00004702 
+ 00018188  0x00003e7e fetch  0x00000001 , 0x000044f1 
+ 00018189  0x00003e7f store  0x00000001 , 0x00004701 
+ 00018190  0x00003e81 fetch  0x00000001 , 0x000045e8 
+ 00018191  0x00003e82 store  0x00000001 , 0x00004700 
+ 00018192  0x00003e83 call  0x00004720 
+ 00018193  0x00003e84 fetch  0x00000004 , 0x00004700 
+ 00018194  0x00003e85 fetcht  0x00000004 , 0x00004704 
+ 00018195  0x00003e86 isub  0x00000002 , 0x0000003e 
+ 00018196  0x00003e87 rtn  0x00000005 
+ 00018197  0x00003e88 copy  0x00000013 , 0x00000012 
+ 00018198  0x00003e89 arg  0x00004700 , 0x00000011 
+ 00018199  0x00003e8a arg  0x00000004 , 0x00000039 
+ 00018200  0x00003e8b branch  0x00006b45 
+ 00018201  0x00003e8e fetch  0x00000001 , 0x0000470c 
+ 00018202  0x00003e8f rtn  0x00000034 
+ 00018203  0x00003e90 call  0x00004720 
+ 00018204  0x00003e91 fetch  0x00000004 , 0x00004704 
+ 00018205  0x00003e92 rtn  0x00000034 
+ 00018206  0x00003e93 store  0x00000004 , 0x00004700 
+ 00018207  0x00003e94 rtn 
+ 00018208  0x00003e98 fetch  0x00000001 , 0x0000470c 
+ 00018209  0x00003e99 rtn  0x00000034 
+ 00018210  0x00003e9a arg  0x00000700 , 0x00000013 
+ 00018211  0x00003e9c copy  0x00000013 , 0x00000012 
+ 00018212  0x00003e9d arg  0x00004704 , 0x00000011 
+ 00018213  0x00003e9e arg  0x00000004 , 0x00000039 
+ 00018214  0x00003e9f call  0x00006b74 
+ 00018215  0x00003ea0 fetch  0x00000004 , 0x00004708 
+ 00018216  0x00003ea1 rtn  0x00000034 
+ 00018217  0x00003ea2 store  0x00000004 , 0x00004704 
+ 00018218  0x00003ea3 copy  0x00000013 , 0x0000003f 
+ 00018219  0x00003ea4 arg  0x000007cc , 0x00000002 
+ 00018220  0x00003ea5 isub  0x00000002 , 0x0000003e 
+ 00018221  0x00003ea6 rtn  0x00000002 
+ 00018222  0x00003ea7 increase  0x00000004 , 0x00000013 
+ 00018223  0x00003ea8 branch  0x00004723 
+ 00018224  0x00003eab fetch  0x00000001 , 0x000046f6 
+ 00018225  0x00003eac rtneq  0x00000000 
+ 00018226  0x00003ead fetch  0x00000001 , 0x000046f5 
+ 00018227  0x00003eae rtneq  0x00000001 
+ 00018228  0x00003eaf jam  0x00000001 , 0x000046f5 
+ 00018229  0x00003eb1 arg  0x00000000 , 0x00000011 
+ 00018230  0x00003eb2 branch  0x000077bf 
+ 00018231  0x00003eb4 arg  0x00000000 , 0x00000011 
+ 00018232  0x00003eb5 call  0x000077bf 
+ 00018233  0x00003eb6 call  0x000046a6 
+ 00018234  0x00003eb7 branch  0x00004327 
+ 00018235  0x00003eba call  0x000042ee 
+ 00018236  0x00003ebb call  0x0000328e 
+ 00018237  0x00003ebc call  0x00003531 
+ 00018238  0x00003ebd branch  0x0000473f 
+ 00018239  0x00003ec0 fetch  0x00000001 , 0x000046c0 
+ 00018240  0x00003ec1 rtn  0x00000034 
+ 00018241  0x00003ec2 fetch  0x00000001 , 0x0000442e 
+ 00018242  0x00003ec3 nbranch  0x000046ae , 0x00000034 
+ 00018243  0x00003ec4 arg  0x000046e8 , 0x00000013 
+ 00018244  0x00003ec5 arg  0x00004737 , 0x00000012 
+ 00018245  0x00003ec6 branch  0x000042e7 
+ 00018246  0x00003ecb jam  0x00000001 , 0x000046c7 
+ 00018247  0x00003ecc rtn 
+ 00018248  0x00003ece jam  0x00000002 , 0x000046c7 
+ 00018249  0x00003ecf rtn 
+ 00018250  0x00003ed1 jam  0x00000001 , 0x000046c9 
+ 00018251  0x00003ed2 rtn 
+ 00018252  0x00003ed4 jam  0x00000002 , 0x000046c9 
+ 00018253  0x00003ed5 rtn 
+ 00018254  0x00003eda jam  0x00000000 , 0x000046c7 
+ 00018255  0x00003edb rtn 
+ 00018256  0x00003ede jam  0x00000000 , 0x000046c9 
+ 00018257  0x00003edf rtn 
+ 00018258  0x00003ee2 arg  0x000046c1 , 0x00000011 
+ 00018259  0x00003ee3 branch  0x000078b2 
+ 00018260  0x00003ee5 arg  0x000046ce , 0x00000011 
+ 00018261  0x00003ee6 branch  0x000078b2 
+ 00018262  0x00003ee9 fetch  0x00000001 , 0x000046f7 
+ 00018263  0x00003eea beq  0x00000001 , 0x00004760 
+ 00018264  0x00003eeb arg  0x000046d7 , 0x00000011 
+ 00018265  0x00003eec call  0x000078ca 
+ 00018266  0x00003eed nbranch  0x00004765 , 0x00000028 
+ 00018267  0x00003eef arg  0x000046d7 , 0x00000006 
+ 00018268  0x00003ef0 ifetch  0x00000001 , 0x00000006 
+ 00018269  0x00003ef1 copy  0x0000003f , 0x00000011 
+ 00018270  0x00003ef2 arg  0x000046d8 , 0x00000012 
+ 00018271  0x00003ef5 rtn 
+ 00018272  0x00003ef8 jam  0x00000000 , 0x000046f7 
+ 00018273  0x00003ef9 enable  0x00000028 
+ 00018274  0x00003efa arg  0x00000001 , 0x00000011 
+ 00018275  0x00003efb arg  0x000046f8 , 0x00000012 
+ 00018276  0x00003efc rtn 
+ 00018277  0x00003eff fetch  0x00000001 , 0x000046da 
+ 00018278  0x00003f00 beq  0x00000004 , 0x00004769 
+ 00018279  0x00003f01 beq  0x00000005 , 0x00004769 
+ 00018280  0x00003f02 rtn 
+ 00018281  0x00003f04 fetch  0x00000001 , 0x000046dd 
+ 00018282  0x00003f05 nbranch  0x00004770 , 0x00000034 
+ 00018283  0x00003f06 fetch  0x00000001 , 0x000046df 
+ 00018284  0x00003f07 nbranch  0x00004770 , 0x00000034 
+ 00018285  0x00003f08 fetch  0x00000001 , 0x000046e1 
+ 00018286  0x00003f09 nbranch  0x00004770 , 0x00000034 
+ 00018287  0x00003f0a rtn 
+ 00018288  0x00003f0c enable  0x00000028 
+ 00018289  0x00003f0d branch  0x0000475b 
+ 00018290  0x00003f13 jam  0x00000014 , 0x000044eb 
+ 00018291  0x00003f14 jam  0x00000001 , 0x000044e4 
+ 00018292  0x00003f15 setarg  0x0000060f 
+ 00018293  0x00003f16 store  0x00000002 , 0x0000462e 
+ 00018294  0x00003f17 setarg  0x0000462e 
+ 00018295  0x00003f18 store  0x00000002 , 0x000043fb 
+ 00018296  0x00003f19 jam  0x00000001 , 0x00004094 
+ 00018297  0x00003f1a jam  0x00000006 , 0x000040a6 
+ 00018298  0x00003f1b jam  0x00000002 , 0x000040c1 
+ 00018299  0x00003f1c jam  0x00000000 , 0x0000462d 
+ 00018300  0x00003f1d setarg  0x0000468d 
+ 00018301  0x00003f1e store  0x00000002 , 0x000044ef 
+ 00018302  0x00003f1f jam  0x00000001 , 0x000044ee 
+ 00018303  0x00003f20 jam  0x000000ff , 0x0000468e 
+ 00018304  0x00003f21 setarg  0x00000296 
+ 00018305  0x00003f22 store  0x00000002 , 0x00004690 
+ 00018306  0x00003f23 setarg  0x0000073a 
+ 00018307  0x00003f24 store  0x00000002 , 0x00004692 
+ 00018308  0x00003f25 setarg  0x000046ea 
+ 00018309  0x00003f26 store  0x00000002 , 0x00004430 
+ 00018310  0x00003f27 setarg  0x00000c0c 
+ 00018311  0x00003f28 store  0x00000002 , 0x000046ec 
+ 00018312  0x00003f29 setarg  0x000046a1 
+ 00018313  0x00003f2a store  0x00000002 , 0x0000442c 
+ 00018314  0x00003f2b jam  0x00000000 , 0x000046be 
+ 00018315  0x00003f2c jam  0x000000ff , 0x000046bc 
+ 00018316  0x00003f2d jam  0x000000ff , 0x000046bf 
+ 00018317  0x00003f2e jam  0x00000000 , 0x000046ba 
+ 00018318  0x00003f2f jam  0x00000000 , 0x000046bb 
+ 00018319  0x00003f30 jam  0x00000000 , 0x000046bd 
+ 00018320  0x00003f31 jam  0x00000001 , 0x000046c0 
+ 00018321  0x00003f32 setarg  0x00004e55 
+ 00018322  0x00003f33 store  0x00000002 , 0x000046ad 
+ 00018323  0x00003f34 store  0x00000002 , 0x000046af 
+ 00018324  0x00003f35 setarg  0x00000007 
+ 00018325  0x00003f36 store  0x00000002 , 0x000046b3 
+ 00018326  0x00003f37 jam  0x00000002 , 0x00004407 
+ 00018327  0x00003f38 setsect  0x00000000 , 0x00035a0c 
+ 00018328  0x00003f39 setsect  0x00000001 , 0x0000011a 
+ 00018329  0x00003f3a setsect  0x00000002 , 0x00000060 
+ 00018330  0x00003f3b setsect  0x00000003 , 0x00000028 
+ 00018331  0x00003f3c store  0x00000009 , 0x000046c1 
+ 00018332  0x00003f3d setsect  0x00000000 , 0x0002000a 
+ 00018333  0x00003f3e setsect  0x00000001 , 0x00000002 
+ 00018334  0x00003f3f istore  0x00000004 , 0x00000005 
+ 00018335  0x00003f40 setsect  0x00000000 , 0x00035a08 
+ 00018336  0x00003f41 setsect  0x00000001 , 0x0000019a 
+ 00018337  0x00003f42 setsect  0x00000002 , 0x00000000 
+ 00018338  0x00003f43 setsect  0x00000003 , 0x00000000 
+ 00018339  0x00003f44 store  0x00000009 , 0x000046ce 
+ 00018340  0x00003f45 setarg  0x00000064 
+ 00018341  0x00003f46 store  0x00000002 , 0x000046e6 
+ 00018342  0x00003f47 jam  0x00000000 , 0x00004141 
+ 00018343  0x00003f48 jam  0x00000001 , 0x00004589 
+ 00018344  0x00003f49 jam  0x00000006 , 0x00004603 
+ 00018345  0x00003f4a jam  0x00000001 , 0x000045ae 
+ 00018346  0x00003f4b jam  0x00000000 , 0x000045e3 
+ 00018347  0x00003f4c call  0x00003278 
+ 00018348  0x00003f4d call  0x000035fb 
+ 00018349  0x00003f4e call  0x0000325b 
+ 00018350  0x00003f51 setarg  0x00000708 
+ 00018351  0x00003f52 store  0x00000002 , 0x000045d6 
+ 00018352  0x00003f53 setarg  0x00000050 
+ 00018353  0x00003f54 store  0x00000002 , 0x000045dc 
+ 00018354  0x00003f55 setarg  0x000a7700 
+ 00018355  0x00003f56 store  0x00000003 , 0x0000460b 
+ 00018356  0x00003f57 setarg  0x00604800 
+ 00018357  0x00003f58 store  0x00000003 , 0x000045af 
+ 00018358  0x00003f59 rtn 
+ 00018359  0x00003f61 setarg  0x000047ea 
+ 00018360  0x00003f62 store  0x00000002 , 0x000045e0 
+ 00018361  0x00003f63 setarg  0x000048d4 
+ 00018362  0x00003f64 store  0x00000002 , 0x000045e4 
+ 00018363  0x00003f65 setarg  0x000048e5 
+ 00018364  0x00003f66 store  0x00000002 , 0x000045e6 
+ 00018365  0x00003f67 setarg  0x000048ab 
+ 00018366  0x00003f68 store  0x00000002 , 0x000045e2 
+ 00018367  0x00003f69 setarg  0x000047f9 
+ 00018368  0x00003f6a store  0x00000002 , 0x00000859 
+ 00018369  0x00003f6b branch  0x00007912 
+ 00018370  0x00003f6f bpatch  0x00000037 , 0x00004006 
+ 00018371  0x00003f71 call  0x000047ef 
+ 00018372  0x00003f72 call  0x000047e5 
+ 00018373  0x00003f73 fetch  0x00000001 , 0x00004669 
+ 00018374  0x00003f74 isolate1  0x00000005 , 0x0000003f 
+ 00018375  0x00003f75 branch  0x000047cb , 0x00000001 
+ 00018376  0x00003f76 fetch  0x00000001 , 0x00004669 
+ 00018377  0x00003f77 isolate1  0x00000006 , 0x0000003f 
+ 00018378  0x00003f78 call  0x0000326b , 0x00000001 
+ 00018379  0x00003f7a fetch  0x00000001 , 0x00004694 
+ 00018380  0x00003f7b store  0x00000001 , 0x00004141 
+ 00018381  0x00003f7d jam  0x000000ff , 0x000045d2 
+ 00018382  0x00003f7e setarg  0x0000099f 
+ 00018383  0x00003f7f store  0x00000002 , 0x00004640 
+ 00018384  0x00003f80 setarg  0x00000a9f 
+ 00018385  0x00003f81 store  0x00000002 , 0x00004642 
+ 00018386  0x00003f82 setarg  0x00000b9f 
+ 00018387  0x00003f83 store  0x00000002 , 0x00004644 
+ 00018388  0x00003f84 setarg  0x00000c9f 
+ 00018389  0x00003f85 store  0x00000002 , 0x00004646 
+ 00018390  0x00003f86 jam  0x00000085 , 0x000045d1 
+ 00018391  0x00003f87 jam  0x00000000 , 0x00004692 
+ 00018392  0x00003f88 jam  0x00000000 , 0x0000462b 
+ 00018393  0x00003f89 call  0x00003281 
+ 00018394  0x00003f8a fetch  0x00000001 , 0x00004669 
+ 00018395  0x00003f8b isolate1  0x00000003 , 0x0000003f 
+ 00018396  0x00003f8c call  0x00003284 , 0x00000001 
+ 00018397  0x00003f8d call  0x0000339f 
+ 00018398  0x00003f8e call  0x00003287 
+ 00018399  0x00003f8f call  0x0000325b 
+ 00018400  0x00003f91 fetch  0x00000001 , 0x00004673 
+ 00018401  0x00003f92 store  0x00000001 , 0x0000085b 
+ 00018402  0x00003f93 fetch  0x00000009 , 0x0000466a 
+ 00018403  0x00003f94 store  0x00000009 , 0x0000085c 
+ 00018404  0x00003f95 rtn 
+ 00018405  0x00003f98 jam  0x00000018 , 0x00004099 
+ 00018406  0x00003f99 fetch  0x00000001 , 0x00004669 
+ 00018407  0x00003f9a rtnbit0  0x00000007 
+ 00018408  0x00003f9b jam  0x00000010 , 0x00004099 
+ 00018409  0x00003f9c rtn 
+ 00018410  0x00003f9f fetch  0x00000001 , 0x00004610 
+ 00018411  0x00003fa0 beq  0x00000000 , 0x0000489b 
+ 00018412  0x00003fa1 beq  0x00000001 , 0x00004822 
+ 00018413  0x00003fa2 beq  0x0000000f , 0x0000481e 
+ 00018414  0x00003fa3 rtn 
+ 00018415  0x00003fa7 bpatch  0x00000038 , 0x00004007 
+ 00018416  0x00003fa8 arg  0x00001fdf , 0x00000012 
+ 00018417  0x00003fa9 arg  0x00004648 , 0x00000011 
+ 00018418  0x00003faa arg  0x00000001 , 0x00000039 
+ 00018419  0x00003fab branch  0x00006b74 
+ 00018420  0x00003fae bpatch  0x00000039 , 0x00004007 
+ 00018421  0x00003faf arg  0x00000001 , 0x00000039 
+ 00018422  0x00003fb0 arg  0x00004648 , 0x00000011 
+ 00018423  0x00003fb1 arg  0x00001fdf , 0x00000012 
+ 00018424  0x00003fb2 branch  0x00006b45 
+ 00018425  0x00003fb5 fetch  0x00000001 , 0x00004669 
+ 00018426  0x00003fb6 bbit1  0x00000004 , 0x000047fd 
+ 00018427  0x00003fb7 fetch  0x00000001 , 0x00004648 
+ 00018428  0x00003fb8 bne  0x0000005a , 0x00004801 
+ 00018429  0x00003fba jam  0x0000005a , 0x00004648 
+ 00018430  0x00003fbb fetch  0x00000004 , 0x0000937a 
+ 00018431  0x00003fbc set1  0x0000001d , 0x0000003f 
+ 00018432  0x00003fbd store  0x00000004 , 0x000007b4 
+ 00018433  0x00003fbf call  0x00004818 
+ 00018434  0x00003fc0 call  0x00007966 
+ 00018435  0x00003fc1 call  0x00004805 
+ 00018436  0x00003fc2 branch  0x0000480e 
+ 00018437  0x00003fc5 fetch  0x00000001 , 0x0000085c 
+ 00018438  0x00003fc6 rtn  0x00000034 
+ 00018439  0x00003fc7 fetch  0x00000001 , 0x00004648 
+ 00018440  0x00003fc8 beq  0x0000005a , 0x0000480c 
+ 00018441  0x00003fca fetch  0x00000004 , 0x0000085d 
+ 00018442  0x00003fcc store  0x00000004 , 0x000007b4 
+ 00018443  0x00003fcd rtn 
+ 00018444  0x00003fcf fetch  0x00000004 , 0x00000861 
+ 00018445  0x00003fd0 branch  0x0000480a 
+ 00018446  0x00003fd3 fetch  0x00000001 , 0x00004648 
+ 00018447  0x00003fd4 beq  0x0000005a , 0x00004814 
+ 00018448  0x00003fd5 setarg  0x00009272 
+ 00018449  0x00003fd6 store  0x00000002 , 0x000007a7 
+ 00018450  0x00003fd7 jam  0x0000001a , 0x000007d8 
+ 00018451  0x00003fd8 rtn 
+ 00018452  0x00003fda setarg  0x0000928d 
+ 00018453  0x00003fdb store  0x00000002 , 0x000007a7 
+ 00018454  0x00003fdc jam  0x0000003f , 0x000007d8 
+ 00018455  0x00003fdd rtn 
+ 00018456  0x00003fe0 fetch  0x00000001 , 0x00004674 
+ 00018457  0x00003fe1 rtn  0x00000034 
+ 00018458  0x00003fe2 arg  0x00004674 , 0x00000006 
+ 00018459  0x00003fe3 arg  0x0000081d , 0x00000005 
+ 00018460  0x00003fe4 arg  0x0000001e , 0x00000039 
+ 00018461  0x00003fe5 branch  0x00007cda 
+ 00018462  0x00003fe9 call  0x00003460 
+ 00018463  0x00003feb call  0x000048a3 
+ 00018464  0x00003fec call  0x00004867 
+ 00018465  0x00003fed branch  0x0000481f 
+ 00018466  0x00003ff0 call  0x00003460 
+ 00018467  0x00003ff2 call  0x000048a3 
+ 00018468  0x00003ff3 call  0x00003469 
+ 00018469  0x00003ff4 call  0x00004867 
+ 00018470  0x00003ff5 branch  0x00004823 
+ 00018471  0x00003ff8 call  0x0000482b 
+ 00018472  0x00003ff9 call  0x0000483b 
+ 00018473  0x00003ffa call  0x0000484c 
+ 00018474  0x00003ffb branch  0x00004859 
+ 00018475  0x00003ffe bpatch  0x0000003a , 0x00004007 
+ 00018476  0x00003fff fetch  0x00000001 , 0x00004668 
+ 00018477  0x00004000 rtn  0x00000034 
+ 00018478  0x00004001 arg  0x0000000d , 0x00000007 
+ 00018479  0x00004002 call  0x00007cef 
+ 00018480  0x00004003 nrtn  0x00000034 
+ 00018481  0x00004004 jam  0x00000000 , 0x00004668 
+ 00018482  0x00004005 setarg  0x00000001 
+ 00018483  0x00004006 store  0x00000001 , 0x00000913 
+ 00018484  0x00004007 setarg  0x00000000 
+ 00018485  0x00004008 istore  0x00000007 , 0x00000005 
+ 00018486  0x0000400a jam  0x00000020 , 0x0000090c 
+ 00018487  0x0000400c fetch  0x00000001 , 0x0000090d 
+ 00018488  0x0000400d set1  0x00000002 , 0x0000003f 
+ 00018489  0x0000400e store  0x00000001 , 0x0000090d 
+ 00018490  0x0000400f rtn 
+ 00018491  0x00004012 bpatch  0x0000003b , 0x00004007 
+ 00018492  0x00004013 fetch  0x00000001 , 0x00004665 
+ 00018493  0x00004014 rtn  0x00000034 
+ 00018494  0x00004015 arg  0x0000000e , 0x00000007 
+ 00018495  0x00004016 call  0x00007cef 
+ 00018496  0x00004017 nrtn  0x00000034 
+ 00018497  0x00004018 jam  0x00000000 , 0x00004665 
+ 00018498  0x00004019 arg  0x00000923 , 0x00000005 
+ 00018499  0x0000401a call  0x00007c99 
+ 00018500  0x0000401b fetch  0x00000008 , 0x00000923 
+ 00018501  0x0000401c store  0x00000008 , 0x00004651 
+ 00018502  0x0000401e jam  0x00000000 , 0x00000923 
+ 00018503  0x00004020 jam  0x00000010 , 0x0000090b 
+ 00018504  0x00004021 fetch  0x00000001 , 0x0000090d 
+ 00018505  0x00004022 set1  0x00000001 , 0x0000003f 
+ 00018506  0x00004023 store  0x00000001 , 0x0000090d 
+ 00018507  0x00004024 rtn 
+ 00018508  0x00004027 fetch  0x00000001 , 0x00004667 
+ 00018509  0x00004028 rtn  0x00000034 
+ 00018510  0x00004029 arg  0x0000000a , 0x00000007 
+ 00018511  0x0000402a call  0x00007cef 
+ 00018512  0x0000402b nrtn  0x00000034 
+ 00018513  0x0000402c jam  0x00000000 , 0x00004667 
+ 00018514  0x0000402d arg  0x00000943 , 0x00000005 
+ 00018515  0x0000402e call  0x00007c99 
+ 00018516  0x0000402f jam  0x00000002 , 0x00000943 
+ 00018517  0x00004030 fetch  0x00000002 , 0x00000943 
+ 00018518  0x00004031 store  0x00000002 , 0x0000465f 
+ 00018519  0x00004033 jam  0x00000022 , 0x0000090c 
+ 00018520  0x00004034 branch  0x00004837 
+ 00018521  0x00004037 bpatch  0x0000003c , 0x00004007 
+ 00018522  0x00004038 fetch  0x00000001 , 0x00004666 
+ 00018523  0x00004039 rtn  0x00000034 
+ 00018524  0x0000403a arg  0x0000000c , 0x00000007 
+ 00018525  0x0000403b call  0x00007cef 
+ 00018526  0x0000403c nrtn  0x00000034 
+ 00018527  0x0000403d jam  0x00000000 , 0x00004666 
+ 00018528  0x0000403e arg  0x00000933 , 0x00000005 
+ 00018529  0x0000403f call  0x00007c99 
+ 00018530  0x00004040 jam  0x00000003 , 0x00000933 
+ 00018531  0x00004041 fetch  0x00000003 , 0x00000933 
+ 00018532  0x00004042 store  0x00000003 , 0x0000465c 
+ 00018533  0x00004044 jam  0x00000021 , 0x0000090c 
+ 00018534  0x00004045 branch  0x00004837 
+ 00018535  0x00004048 bpatch  0x0000003d , 0x00004007 
+ 00018536  0x00004049 fetch  0x00000001 , 0x00000901 
+ 00018537  0x0000404a call  0x000048b5 , 0x00000034 
+ 00018538  0x0000404b call  0x00007906 
+ 00018539  0x0000404c fetch  0x00000001 , 0x000008f7 
+ 00018540  0x0000404d rtn  0x00000034 
+ 00018541  0x0000404e jam  0x00000000 , 0x000008f7 
+ 00018542  0x0000404f fetch  0x00000002 , 0x000008f5 
+ 00018543  0x00004050 arg  0x000002ba , 0x00000002 
+ 00018544  0x00004051 isub  0x00000002 , 0x0000003e 
+ 00018545  0x00004052 nrtn  0x00000005 
+ 00018546  0x00004054 fetch  0x00000001 , 0x00000875 
+ 00018547  0x00004055 rtnne  0x000000ba 
+ 00018548  0x00004056 fetch  0x00000001 , 0x00000876 
+ 00018549  0x00004057 beq  0x000000a0 , 0x0000487c 
+ 00018550  0x00004058 beq  0x000000a1 , 0x00004882 
+ 00018551  0x00004059 beq  0x000000a6 , 0x0000488e 
+ 00018552  0x0000405a beq  0x000000a7 , 0x00004890 
+ 00018553  0x0000405b beq  0x000000a9 , 0x00004896 
+ 00018554  0x0000405e jam  0x00000000 , 0x000008f8 
+ 00018555  0x0000405f rtn 
+ 00018556  0x00004062 fetch  0x00000001 , 0x00000877 
+ 00018557  0x00004063 beq  0x00000081 , 0x0000487f 
+ 00018558  0x00004064 branch  0x0000487a 
+ 00018559  0x00004066 call  0x000032fc 
+ 00018560  0x00004068 jam  0x00000001 , 0x000008f8 
+ 00018561  0x00004069 rtn 
+ 00018562  0x0000406c fetch  0x00000001 , 0x00000877 
+ 00018563  0x0000406d beq  0x00000001 , 0x00004887 
+ 00018564  0x0000406e beq  0x00000084 , 0x0000488a 
+ 00018565  0x0000406f beq  0x000000a7 , 0x0000488c 
+ 00018566  0x00004070 branch  0x0000487a 
+ 00018567  0x00004072 fetch  0x00000001 , 0x000045d5 
+ 00018568  0x00004073 store  0x00000001 , 0x000008b6 
+ 00018569  0x00004074 branch  0x00004880 
+ 00018570  0x00004076 call  0x00003461 
+ 00018571  0x00004077 branch  0x00004887 
+ 00018572  0x0000407a jam  0x000000a1 , 0x000008b6 
+ 00018573  0x0000407b branch  0x00004880 
+ 00018574  0x0000407e jam  0x00000015 , 0x000008b6 
+ 00018575  0x0000407f branch  0x00004880 
+ 00018576  0x00004082 fetch  0x00000001 , 0x00004616 
+ 00018577  0x00004083 beq  0x00000000 , 0x00004894 
+ 00018578  0x00004084 beq  0x00000001 , 0x0000488c 
+ 00018579  0x00004085 rtn 
+ 00018580  0x00004087 jam  0x000000a0 , 0x000008b6 
+ 00018581  0x00004088 branch  0x00004880 
+ 00018582  0x0000408b jam  0x00000000 , 0x000008b6 
+ 00018583  0x0000408c jam  0x00000000 , 0x000008b7 
+ 00018584  0x0000408d jam  0x00000001 , 0x000008b8 
+ 00018585  0x0000408e jam  0x00000007 , 0x000008b9 
+ 00018586  0x0000408f branch  0x00004880 
+ 00018587  0x00004098 call  0x00003402 
+ 00018588  0x0000409a call  0x00003407 
+ 00018589  0x0000409b call  0x0000342d 
+ 00018590  0x0000409c call  0x000048a3 
+ 00018591  0x0000409d call  0x00003469 
+ 00018592  0x0000409e call  0x00003488 
+ 00018593  0x0000409f call  0x00004867 
+ 00018594  0x000040a0 branch  0x0000489c 
+ 00018595  0x000040a3 bpatch  0x0000003e , 0x00004007 
+ 00018596  0x000040a4 fetch  0x00000001 , 0x00004616 
+ 00018597  0x000040a5 rtnne  0x00000000 
+ 00018598  0x000040a6 call  0x00003464 
+ 00018599  0x000040a7 call  0x00004827 
+ 00018600  0x000040a8 fetch  0x00000001 , 0x00004610 
+ 00018601  0x000040a9 nrtn  0x00000034 
+ 00018602  0x000040aa branch  0x0000350a 
+ 00018603  0x000040ad fetch  0x00000001 , 0x00004589 
+ 00018604  0x000040ae beq  0x00000001 , 0x000048ae 
+ 00018605  0x000040af beq  0x00000002 , 0x000048b7 
+ 00018606  0x000040b1 fetch  0x00000001 , 0x00004693 
+ 00018607  0x000040b2 bbit1  0x00000000 , 0x000048bd 
+ 00018608  0x000040b3 branch  0x000048b9 
+ 00018609  0x000040b6 fetch  0x00000001 , 0x000043cb 
+ 00018610  0x000040b7 rtnne  0x00000004 
+ 00018611  0x000040b8 jam  0x00000003 , 0x00004693 
+ 00018612  0x000040b9 rtn 
+ 00018613  0x000040bb jam  0x00000000 , 0x00004693 
+ 00018614  0x000040bc rtn 
+ 00018615  0x000040bf fetch  0x00000001 , 0x00004693 
+ 00018616  0x000040c0 bbit1  0x00000001 , 0x000048c1 
+ 00018617  0x000040c2 fetch  0x00000001 , 0x00004611 
+ 00018618  0x000040c3 beq  0x00000001 , 0x000048c8 
+ 00018619  0x000040c4 beq  0x00000003 , 0x000048cc 
+ 00018620  0x000040c5 rtn 
+ 00018621  0x000040c8 fetch  0x00000001 , 0x00004693 
+ 00018622  0x000040c9 set0  0x00000000 , 0x0000003f 
+ 00018623  0x000040ca store  0x00000001 , 0x00004693 
+ 00018624  0x000040cb branch  0x000048c4 
+ 00018625  0x000040ce fetch  0x00000001 , 0x00004693 
+ 00018626  0x000040cf set0  0x00000001 , 0x0000003f 
+ 00018627  0x000040d0 store  0x00000001 , 0x00004693 
+ 00018628  0x000040d2 jam  0x00000001 , 0x00004588 
+ 00018629  0x000040d3 setarg  0x000000ff 
+ 00018630  0x000040d4 store  0x00000001 , 0x00004519 
+ 00018631  0x000040d5 rtn 
+ 00018632  0x000040d9 jam  0x00000001 , 0x00004611 
+ 00018633  0x000040da call  0x0000337e 
+ 00018634  0x000040db nrtn  0x0000002f 
+ 00018635  0x000040dc branch  0x0000330a 
+ 00018636  0x000040df fetch  0x00000001 , 0x000044f9 
+ 00018637  0x000040e0 beq  0x00000001 , 0x000048c8 
+ 00018638  0x000040e1 beq  0x000000ff , 0x000048c8 
+ 00018639  0x000040e2 jam  0x00000000 , 0x000008f9 
+ 00018640  0x000040e3 jam  0x00000001 , 0x00004588 
+ 00018641  0x000040e4 fetch  0x00000001 , 0x00004621 
+ 00018642  0x000040e5 store  0x00000001 , 0x00004519 
+ 00018643  0x000040e6 rtn 
+ 00018644  0x000040e9 setarg  0x00000001 
+ 00018645  0x000040ea store  0x00000001 , 0x00000913 
+ 00018646  0x000040eb fetch  0x00000007 , 0x000045eb 
+ 00018647  0x000040ec istore  0x00000007 , 0x00000005 
+ 00018648  0x000040ed fetch  0x00000001 , 0x000045eb 
+ 00018649  0x000040ee ncall  0x000048dd , 0x00000034 
+ 00018650  0x000040ef fetch  0x00000001 , 0x000045eb 
+ 00018651  0x000040f0 call  0x000048e1 , 0x00000034 
+ 00018652  0x000040f1 branch  0x00004836 
+ 00018653  0x000040f4 jam  0x00000001 , 0x00004668 
+ 00018654  0x000040f5 setarg  0x00000180 
+ 00018655  0x000040f6 arg  0x0000000d , 0x00000007 
+ 00018656  0x000040f7 branch  0x00007ce1 
+ 00018657  0x000040fa jam  0x00000000 , 0x00004668 
+ 00018658  0x000040fb setarg  0x00000000 
+ 00018659  0x000040fc arg  0x0000000d , 0x00000007 
+ 00018660  0x000040fd branch  0x00007ce1 
+ 00018661  0x00004100 fetch  0x00000001 , 0x000045eb 
+ 00018662  0x00004101 beq  0x00000000 , 0x000048ea 
+ 00018663  0x00004102 beq  0x00000002 , 0x0000491d 
+ 00018664  0x00004103 beq  0x00000003 , 0x00004905 
+ 00018665  0x00004104 branch  0x000033be 
+ 00018666  0x00004107 fetch  0x00000001 , 0x000045ed 
+ 00018667  0x00004108 store  0x00000001 , 0x00004611 
+ 00018668  0x00004109 jam  0x00000000 , 0x000045ed 
+ 00018669  0x0000410a arg  0x00000923 , 0x00000005 
+ 00018670  0x0000410b arg  0x000045ec , 0x00000006 
+ 00018671  0x0000410c arg  0x00000008 , 0x00000039 
+ 00018672  0x0000410d call  0x00007cda 
+ 00018673  0x0000410e fetch  0x00000008 , 0x00000923 
+ 00018674  0x0000410f ncall  0x000048fd , 0x00000034 
+ 00018675  0x00004110 fetch  0x00000008 , 0x00000923 
+ 00018676  0x00004111 call  0x00004901 , 0x00000034 
+ 00018677  0x00004112 fetch  0x00000008 , 0x00000923 
+ 00018678  0x00004113 store  0x00000008 , 0x00004649 
+ 00018679  0x00004114 fetcht  0x00000008 , 0x00004651 
+ 00018680  0x00004115 isub  0x00000002 , 0x0000003e 
+ 00018681  0x00004116 ncall  0x00004847 , 0x00000005 
+ 00018682  0x00004117 fetch  0x00000008 , 0x00004649 
+ 00018683  0x00004118 store  0x00000008 , 0x00004651 
+ 00018684  0x00004119 branch  0x000033be 
+ 00018685  0x0000411c jam  0x00000001 , 0x00004665 
+ 00018686  0x0000411d setarg  0x00000180 
+ 00018687  0x0000411e arg  0x0000000e , 0x00000007 
+ 00018688  0x0000411f branch  0x00007ce1 
+ 00018689  0x00004122 jam  0x00000000 , 0x00004665 
+ 00018690  0x00004123 setarg  0x00000000 
+ 00018691  0x00004124 arg  0x0000000e , 0x00000007 
+ 00018692  0x00004125 branch  0x00007ce1 
+ 00018693  0x00004128 arg  0x00000933 , 0x00000005 
+ 00018694  0x00004129 arg  0x000045eb , 0x00000006 
+ 00018695  0x0000412a arg  0x00000003 , 0x00000039 
+ 00018696  0x0000412b call  0x00007cda 
+ 00018697  0x0000412c fetch  0x00000002 , 0x00000934 
+ 00018698  0x0000412d ncall  0x00004915 , 0x00000034 
+ 00018699  0x0000412e fetch  0x00000002 , 0x00000934 
+ 00018700  0x0000412f call  0x00004919 , 0x00000034 
+ 00018701  0x00004130 fetch  0x00000003 , 0x00000933 
+ 00018702  0x00004131 store  0x00000003 , 0x00004659 
+ 00018703  0x00004132 fetcht  0x00000003 , 0x0000465c 
+ 00018704  0x00004133 isub  0x00000002 , 0x0000003e 
+ 00018705  0x00004134 ncall  0x00004865 , 0x00000005 
+ 00018706  0x00004135 fetch  0x00000003 , 0x00004659 
+ 00018707  0x00004136 store  0x00000003 , 0x0000465c 
+ 00018708  0x00004137 branch  0x000033be 
+ 00018709  0x0000413a jam  0x00000001 , 0x00004666 
+ 00018710  0x0000413b setarg  0x00000180 
+ 00018711  0x0000413c arg  0x0000000c , 0x00000007 
+ 00018712  0x0000413d branch  0x00007ce1 
+ 00018713  0x00004140 jam  0x00000000 , 0x00004666 
+ 00018714  0x00004141 setarg  0x00000000 
+ 00018715  0x00004142 arg  0x0000000c , 0x00000007 
+ 00018716  0x00004143 branch  0x00007ce1 
+ 00018717  0x00004146 arg  0x00000943 , 0x00000005 
+ 00018718  0x00004147 arg  0x000045eb , 0x00000006 
+ 00018719  0x00004148 arg  0x00000002 , 0x00000039 
+ 00018720  0x00004149 call  0x00007cda 
+ 00018721  0x0000414a fetch  0x00000002 , 0x00000943 
+ 00018722  0x0000414b ncall  0x0000492d , 0x00000034 
+ 00018723  0x0000414c fetch  0x00000002 , 0x00000943 
+ 00018724  0x0000414d call  0x00004931 , 0x00000034 
+ 00018725  0x0000414e fetch  0x00000002 , 0x00000943 
+ 00018726  0x0000414f store  0x00000002 , 0x0000465f 
+ 00018727  0x00004150 fetcht  0x00000002 , 0x00004662 
+ 00018728  0x00004151 isub  0x00000002 , 0x0000003e 
+ 00018729  0x00004152 ncall  0x00004935 , 0x00000005 
+ 00018730  0x00004153 fetch  0x00000002 , 0x0000465f 
+ 00018731  0x00004154 store  0x00000002 , 0x00004662 
+ 00018732  0x00004155 branch  0x000033be 
+ 00018733  0x00004158 jam  0x00000001 , 0x00004667 
+ 00018734  0x00004159 setarg  0x00000180 
+ 00018735  0x0000415a arg  0x0000000a , 0x00000007 
+ 00018736  0x0000415b branch  0x00007ce1 
+ 00018737  0x0000415d jam  0x00000000 , 0x00004667 
+ 00018738  0x0000415e setarg  0x00000000 
+ 00018739  0x0000415f arg  0x0000000a , 0x00000007 
+ 00018740  0x00004160 branch  0x00007ce1 
+ 00018741  0x00004163 jam  0x00000022 , 0x0000090c 
+ 00018742  0x00004164 branch  0x00004837 
+ 00018743  0x00004168 fetch  0x00000001 , 0x000043cb 
+ 00018744  0x00004169 rtnne  0x00000004 
+ 00018745  0x0000416a fetch  0x00000001 , 0x00004648 
+ 00018746  0x0000416b rtneq  0x0000005a 
+ 00018747  0x0000416d jam  0x00000001 , 0x00004692 
+ 00018748  0x0000416e rtn 
+ 00018749  0x00004172 fetch  0x00000001 , 0x000043cb 
+ 00018750  0x00004173 rtnne  0x00000004 
+ 00018751  0x00004174 fetch  0x00000001 , 0x00004692 
+ 00018752  0x00004175 rtn  0x00000034 
+ 00018753  0x00004176 jam  0x00000000 , 0x00000678 
+ 00018754  0x00004178 jam  0x0000005a , 0x00004648 
+ 00018755  0x00004179 call  0x000047f4 
+ 00018756  0x0000417a call  0x000047ef 
+ 00018757  0x0000417b fetch  0x00000001 , 0x00000678 
+ 00018758  0x0000417c increase  0x00000001 , 0x0000003f 
+ 00018759  0x0000417d store  0x00000001 , 0x00000678 
+ 00018760  0x0000417e beq  0x000000ff , 0x00006ca3 
+ 00018761  0x0000417f fetch  0x00000001 , 0x00004648 
+ 00018762  0x00004180 bne  0x0000005a , 0x00004942 
+ 00018763  0x00004181 branch  0x00006ca3 
+ 00018764  0x0000418e fetch  0x00000001 , 0x000043cb 
+ 00018765  0x0000418f rtnne  0x0000000f 
+ 00018766  0x00004190 call  0x000054ac 
+ 00018767  0x00004191 nbranch  0x00002002 , 0x00000028 
+ 00018768  0x00004192 fetch  0x00000001 , 0x00004846 
+ 00018769  0x00004193 branch  0x00002002 , 0x00000034 
+ 00018770  0x00004194 fetch  0x00000001 , 0x00004655 
+ 00018771  0x00004195 rtneq  0x000000ff 
+ 00018772  0x00004196 copy  0x0000003f , 0x00000007 
+ 00018773  0x00004197 fetch  0x00000004 , 0x0000069d 
+ 00018774  0x00004198 qisolate0  0x0000003f 
+ 00018775  0x00004199 call  0x00004e45 , 0x00000001 
+ 00018776  0x0000419a branch  0x00002003 
+ 00018777  0x0000419d call  0x00007396 
+ 00018778  0x0000419e call  0x000049a1 
+ 00018779  0x000041a0 call  0x000049c8 
+ 00018780  0x000041a1 call  0x000049ea 
+ 00018781  0x000041a2 rtn  0x0000002b 
+ 00018782  0x000041a3 call  0x00004966 
+ 00018783  0x000041a4 call  0x00004a7a 
+ 00018784  0x000041a5 fetch  0x00000001 , 0x00004663 
+ 00018785  0x000041a6 rtnbit1  0x00000007 
+ 00018786  0x000041a8 fetch  0x00000002 , 0x000044e9 
+ 00018787  0x000041a9 bbit1  0x0000000c , 0x00004b95 
+ 00018788  0x000041aa call  0x00005eb6 
+ 00018789  0x000041ab branch  0x00004bcf 
+ 00018790  0x000041af fetch  0x00000008 , 0x00004713 
+ 00018791  0x000041b0 rtnbit0  0x0000000d 
+ 00018792  0x000041b1 setarg  0x0000496c 
+ 00018793  0x000041b2 store  0x00000002 , 0x00000859 
+ 00018794  0x000041b3 jam  0x000000a5 , 0x00004664 
+ 00018795  0x000041b4 branch  0x0000498e 
+ 00018796  0x000041b7 call  0x0000496f 
+ 00018797  0x000041b8 call  0x00004974 
+ 00018798  0x000041b9 branch  0x00004984 
+ 00018799  0x000041bc jam  0x00000000 , 0x00004665 
+ 00018800  0x000041bd fetch  0x00000008 , 0x00004713 
+ 00018801  0x000041be rtnbit0  0x00000016 
+ 00018802  0x000041bf jam  0x0000005a , 0x00004665 
+ 00018803  0x000041c0 rtn 
+ 00018804  0x000041c3 fetch  0x00000008 , 0x00004713 
+ 00018805  0x000041c4 bbit1  0x0000001d , 0x0000497b 
+ 00018806  0x000041c5 bbit1  0x0000001e , 0x0000497e 
+ 00018807  0x000041c6 bbit1  0x0000001f , 0x00004981 
+ 00018808  0x000041c7 jam  0x00000019 , 0x00004662 
+ 00018809  0x000041c8 jam  0x00000008 , 0x0000085b 
+ 00018810  0x000041c9 rtn 
+ 00018811  0x000041cb jam  0x0000000c , 0x00004662 
+ 00018812  0x000041cc jam  0x00000004 , 0x0000085b 
+ 00018813  0x000041cd rtn 
+ 00018814  0x000041cf jam  0x00000006 , 0x00004662 
+ 00018815  0x000041d0 jam  0x00000002 , 0x0000085b 
+ 00018816  0x000041d1 rtn 
+ 00018817  0x000041d3 jam  0x00000003 , 0x00004662 
+ 00018818  0x000041d4 jam  0x00000001 , 0x0000085b 
+ 00018819  0x000041d5 rtn 
+ 00018820  0x000041d8 call  0x00007966 
+ 00018821  0x000041d9 call  0x00004987 
+ 00018822  0x000041da branch  0x0000498c 
+ 00018823  0x000041dd fetch  0x00000001 , 0x0000085c 
+ 00018824  0x000041de rtn  0x00000034 
+ 00018825  0x000041df fetch  0x00000001 , 0x00004665 
+ 00018826  0x000041e0 beq  0x0000005a , 0x0000480c 
+ 00018827  0x000041e1 branch  0x00004809 
+ 00018828  0x000041e4 fetch  0x00000001 , 0x00004665 
+ 00018829  0x000041e5 branch  0x0000480f 
+ 00018830  0x000041ea bpatch  0x00000041 , 0x00004008 
+ 00018831  0x000041eb fetcht  0x00000001 , 0x0000086c 
+ 00018832  0x000041ec call  0x00006ee6 
+ 00018833  0x000041ed branch  0x00004993 , 0x00000001 
+ 00018834  0x000041ee branch  0x0000499a 
+ 00018835  0x000041f2 fetch  0x00000001 , 0x00004664 
+ 00018836  0x000041f3 rtneq  0x000000a5 
+ 00018837  0x000041f4 jam  0x000000a5 , 0x00004664 
+ 00018838  0x000041f5 jam  0x00000000 , 0x0000090e 
+ 00018839  0x000041f6 jam  0x00000000 , 0x00000709 
+ 00018840  0x000041f7 jam  0x00000000 , 0x00000900 
+ 00018841  0x000041f8 branch  0x00004962 
+ 00018842  0x000041fc fetch  0x00000001 , 0x00004664 
+ 00018843  0x000041fd rtneq  0x0000005a 
+ 00018844  0x000041fe jam  0x0000005a , 0x00004664 
+ 00018845  0x000041ff call  0x00006018 
+ 00018846  0x00004200 call  0x00005aaa 
+ 00018847  0x00004201 call  0x00004f70 
+ 00018848  0x00004202 branch  0x00007912 
+ 00018849  0x00004207 rtn  0x0000002b 
+ 00018850  0x00004209 call  0x000035f0 
+ 00018851  0x0000420a call  0x0000325b 
+ 00018852  0x0000420c call  0x000049af 
+ 00018853  0x0000420d fetcht  0x00000001 , 0x00004865 
+ 00018854  0x0000420e call  0x00006ef3 
+ 00018855  0x00004210 call  0x00004b6d 
+ 00018856  0x00004211 call  0x00006177 
+ 00018857  0x00004212 call  0x00002a41 
+ 00018858  0x00004214 fetch  0x00000008 , 0x00004713 
+ 00018859  0x00004215 bbit1  0x00000014 , 0x000049fd 
+ 00018860  0x00004216 bbit1  0x00000013 , 0x00005d60 
+ 00018861  0x00004217 bbit1  0x00000012 , 0x00005d6e 
+ 00018862  0x00004218 rtn 
+ 00018863  0x0000421f call  0x0000543b 
+ 00018864  0x00004221 jam  0x00000000 , 0x000048eb 
+ 00018865  0x00004222 setarg  0x00230170 
+ 00018866  0x00004223 store  0x00000003 , 0x0000462d 
+ 00018867  0x00004224 setarg  0x00015301 
+ 00018868  0x00004225 istore  0x00000003 , 0x00000005 
+ 00018869  0x00004226 arg  0x000047a0 , 0x00000005 
+ 00018870  0x00004227 arg  0x00000014 , 0x00000039 
+ 00018871  0x00004228 call  0x00007ca1 
+ 00018872  0x0000422a fetch  0x00000001 , 0x0000426b 
+ 00018873  0x0000422b sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00018874  0x0000422c nbranch  0x000049c6 , 0x00000002 
+ 00018875  0x0000422d setarg  0x0006ff06 
+ 00018876  0x0000422e store  0x00000003 , 0x000047a0 
+ 00018877  0x0000422f setarg  0x00000300 
+ 00018878  0x00004230 istore  0x00000003 , 0x00000005 
+ 00018879  0x00004231 setarg  0x00000080 
+ 00018880  0x00004232 istore  0x00000001 , 0x00000005 
+ 00018881  0x00004234 fetch  0x00000001 , 0x0000426b 
+ 00018882  0x00004235 increase  0x00000001 , 0x0000003f 
+ 00018883  0x00004236 copy  0x0000003f , 0x00000039 
+ 00018884  0x00004237 arg  0x00004369 , 0x00000006 
+ 00018885  0x00004238 branch  0x00007cda 
+ 00018886  0x0000423b arg  0x000047a0 , 0x00000005 
+ 00018887  0x0000423c branch  0x000049c1 
+ 00018888  0x00004242 fetcht  0x00000001 , 0x00004864 
+ 00018889  0x00004243 call  0x00006f0f 
+ 00018890  0x00004244 fetcht  0x00000001 , 0x00004863 
+ 00018891  0x00004245 call  0x00006f0f 
+ 00018892  0x00004246 fetcht  0x00000001 , 0x00004865 
+ 00018893  0x00004247 call  0x00006f0f 
+ 00018894  0x00004249 setarg  0x0000486e 
+ 00018895  0x0000424a store  0x00000002 , 0x00004896 
+ 00018896  0x0000424c setarg  0x00004876 
+ 00018897  0x0000424d store  0x00000002 , 0x00004898 
+ 00018898  0x0000424f setarg  0x0000488a 
+ 00018899  0x00004250 store  0x00000002 , 0x0000489a 
+ 00018900  0x00004252 fetch  0x00000002 , 0x00004896 
+ 00018901  0x00004253 copy  0x0000003f , 0x00000012 
+ 00018902  0x00004254 arg  0x00000008 , 0x00000039 
+ 00018903  0x00004257 ifetcht  0x00000001 , 0x00000012 
+ 00018904  0x00004258 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00018905  0x00004259 ncall  0x000049e7 , 0x00000005 
+ 00018906  0x0000425a increase  0x00000001 , 0x00000012 
+ 00018907  0x0000425b loop  0x000049d7 
+ 00018908  0x0000425c call  0x000023fd 
+ 00018909  0x0000425d fetch  0x00000002 , 0x00004898 
+ 00018910  0x0000425e copy  0x0000003f , 0x00000012 
+ 00018911  0x0000425f copy  0x0000003f , 0x00000013 
+ 00018912  0x00004260 arg  0x0000000b , 0x00000039 
+ 00018913  0x00004263 ifetcht  0x00000001 , 0x00000012 
+ 00018914  0x00004264 isolate1  0x00000007 , 0x00000002 
+ 00018915  0x00004265 ncall  0x00006f0f , 0x00000001 
+ 00018916  0x00004266 increase  0x00000001 , 0x00000012 
+ 00018917  0x00004267 loop  0x000049e1 
+ 00018918  0x00004268 rtn 
+ 00018919  0x0000426b call  0x00006f0f 
+ 00018920  0x0000426c ifetcht  0x00000001 , 0x00000012 
+ 00018921  0x0000426d branch  0x00006ec6 
+ 00018922  0x00004272 fetch  0x00000001 , 0x00004666 
+ 00018923  0x00004273 beq  0x00000001 , 0x000049f1 
+ 00018924  0x00004274 setarg  0x005d4800 
+ 00018925  0x00004275 store  0x00000004 , 0x00004613 
+ 00018926  0x00004276 fetch  0x00000001 , 0x0000440c 
+ 00018927  0x00004277 rtnbit0  0x00000000 
+ 00018928  0x00004278 branch  0x00005fe4 
+ 00018929  0x0000427a jam  0x0000000c , 0x0000496b 
+ 00018930  0x0000427b fetch  0x00000001 , 0x0000440c 
+ 00018931  0x0000427c rtnbit0  0x00000000 
+ 00018932  0x0000427d jam  0x00000010 , 0x0000496b 
+ 00018933  0x0000427e fetch  0x00000001 , 0x0000477e 
+ 00018934  0x0000427f branch  0x00005c01 , 0x00000034 
+ 00018935  0x00004280 rtn 
+ 00018936  0x00004284 fetch  0x00000002 , 0x000049df 
+ 00018937  0x00004285 arg  0x00000528 , 0x00000002 
+ 00018938  0x00004286 isub  0x00000002 , 0x0000003e 
+ 00018939  0x00004287 nrtn  0x00000002 
+ 00018940  0x00004288 branch  0x0000235a 
+ 00018941  0x0000428b bpatch  0x00000042 , 0x00004008 
+ 00018942  0x0000428c fetch  0x00000001 , 0x00004666 
+ 00018943  0x0000428d beq  0x00000000 , 0x00004a02 
+ 00018944  0x0000428e beq  0x00000001 , 0x00004a0c 
+ 00018945  0x0000428f rtn 
+ 00018946  0x00004292 arg  0x00000050 , 0x00000018 
+ 00018947  0x00004293 setarg  0x00000400 
+ 00018948  0x00004294 idiv  0x00000018 
+ 00018949  0x00004295 call  0x00007d62 
+ 00018950  0x00004296 quotient  0x0000003f 
+ 00018951  0x00004297 store  0x00000002 , 0x00000670 
+ 00018952  0x00004298 arg  0x00001fcc , 0x0000003f 
+ 00018953  0x00004299 arg  0x00000004 , 0x00000002 
+ 00018954  0x0000429a arg  0x00000004 , 0x0000002b 
+ 00018955  0x0000429b branch  0x00004a16 
+ 00018956  0x0000429d arg  0x00000118 , 0x00000018 
+ 00018957  0x0000429e setarg  0x00000400 
+ 00018958  0x0000429f idiv  0x00000018 
+ 00018959  0x000042a0 call  0x00007d62 
+ 00018960  0x000042a1 quotient  0x0000003f 
+ 00018961  0x000042a2 store  0x00000002 , 0x00000670 
+ 00018962  0x000042a3 arg  0x00001fc2 , 0x0000003f 
+ 00018963  0x000042a4 arg  0x0000000e , 0x00000002 
+ 00018964  0x000042a5 arg  0x0000000e , 0x0000002b 
+ 00018965  0x000042a6 branch  0x00004a16 
+ 00018966  0x000042a8 storet  0x00000001 , 0x00000678 
+ 00018967  0x000042a9 arg  0x000049c7 , 0x00000011 
+ 00018968  0x000042aa arg  0x00000000 , 0x00000013 
+ 00018969  0x000042ac copy  0x0000003f , 0x00000012 
+ 00018970  0x000042ad fetchr  0x00000039 , 0x00000001 , 0x00000678 
+ 00018971  0x000042ae call  0x00006b74 
+ 00018972  0x000042af fetch  0x00000008 , 0x000049c7 
+ 00018973  0x000042b0 fetcht  0x00000008 , 0x000049cf 
+ 00018974  0x000042b1 ior  0x00000002 , 0x0000003f 
+ 00018975  0x000042b2 fetcht  0x00000008 , 0x000049d7 
+ 00018976  0x000042b3 ior  0x00000002 , 0x0000003f 
+ 00018977  0x000042b4 branch  0x00004a28 , 0x00000034 
+ 00018978  0x000042b5 increase  0x00000001 , 0x00000013 
+ 00018979  0x000042b6 fetch  0x00000002 , 0x00000670 
+ 00018980  0x000042b7 isub  0x00000013 , 0x0000003e 
+ 00018981  0x000042b9 copy  0x00000012 , 0x0000003f 
+ 00018982  0x000042ba isub  0x00000018 , 0x0000003f 
+ 00018983  0x000042bb branch  0x00004a19 
+ 00018984  0x000042be sub  0x00000013 , 0x00000000 , 0x0000003e 
+ 00018985  0x000042bf branch  0x00004a38 , 0x00000005 
+ 00018986  0x000042c1 copy  0x00000012 , 0x0000003f 
+ 00018987  0x000042c2 iadd  0x00000018 , 0x0000003f 
+ 00018988  0x000042c4 isub  0x0000002b , 0x0000003f 
+ 00018989  0x000042c5 copy  0x0000003f , 0x00000012 
+ 00018990  0x000042c6 fetchr  0x00000039 , 0x00000001 , 0x00000678 
+ 00018991  0x000042c7 call  0x00006b74 
+ 00018992  0x000042c8 fetch  0x00000008 , 0x000049c7 
+ 00018993  0x000042c9 fetcht  0x00000008 , 0x000049cf 
+ 00018994  0x000042ca ior  0x00000002 , 0x0000003f 
+ 00018995  0x000042cb fetcht  0x00000008 , 0x000049d7 
+ 00018996  0x000042cc ior  0x00000002 , 0x0000003f 
+ 00018997  0x000042cd branch  0x00004a3a , 0x00000034 
+ 00018998  0x000042ce copy  0x00000012 , 0x0000003f 
+ 00018999  0x000042cf branch  0x00004a2c 
+ 00019000  0x000042d1 storer  0x0000002b , 0x00000001 , 0x000049df 
+ 00019001  0x000042d2 rtn 
+ 00019002  0x000042d4 bpatch  0x00000043 , 0x00004008 
+ 00019003  0x000042d5 setarg  0x00001fd0 
+ 00019004  0x000042d6 isub  0x00000012 , 0x0000003f 
+ 00019005  0x000042d7 store  0x00000002 , 0x000049df 
+ 00019006  0x000042d8 copy  0x00000012 , 0x0000003f 
+ 00019007  0x000042d9 iadd  0x0000002b , 0x00000012 
+ 00019008  0x000042da fetchr  0x00000039 , 0x00000001 , 0x00000678 
+ 00019009  0x000042db arg  0x000049c7 , 0x00000011 
+ 00019010  0x000042dc call  0x00006b74 
+ 00019011  0x000042dd fetch  0x00000001 , 0x00004666 
+ 00019012  0x000042de beq  0x00000000 , 0x00004a47 
+ 00019013  0x000042df beq  0x00000001 , 0x00004a4a 
+ 00019014  0x000042e0 rtn 
+ 00019015  0x000042e3 fetch  0x00000006 , 0x000049c7 
+ 00019016  0x000042e4 store  0x00000004 , 0x00004691 
+ 00019017  0x000042e5 branch  0x00004a76 
+ 00019018  0x000042e8 fetch  0x00000001 , 0x000049c7 
+ 00019019  0x000042e9 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00019020  0x000042ea ncall  0x00007dca , 0x00000002 
+ 00019021  0x000042eb store  0x00000001 , 0x000049c6 
+ 00019022  0x000042ec fetch  0x00000001 , 0x000049c8 
+ 00019023  0x000042ed store  0x00000001 , 0x00004667 
+ 00019024  0x000042ee fetch  0x00000006 , 0x000049c9 
+ 00019025  0x000042ef store  0x00000006 , 0x00004668 
+ 00019026  0x000042f0 fetch  0x00000006 , 0x000049cf 
+ 00019027  0x000042f1 store  0x00000006 , 0x0000466e 
+ 00019028  0x000042f2 branch  0x00005c6f 
+ 00019029  0x000042f6 branch  0x0000235a 
+ 00019030  0x000042fa bpatch  0x00000044 , 0x00004008 
+ 00019031  0x000042fb fetch  0x00000008 , 0x00004713 
+ 00019032  0x000042fc bbit1  0x00000014 , 0x00004a5c 
+ 00019033  0x000042fd bbit1  0x00000013 , 0x00005cb1 
+ 00019034  0x000042fe bbit1  0x00000012 , 0x00005cb9 
+ 00019035  0x000042ff rtn 
+ 00019036  0x00004302 rtn 
+ 00019037  0x00004303 fetch  0x00000001 , 0x00004666 
+ 00019038  0x00004304 beq  0x00000000 , 0x00004a61 
+ 00019039  0x00004305 beq  0x00000001 , 0x00004a6b 
+ 00019040  0x00004306 rtn 
+ 00019041  0x00004309 fetcht  0x00000002 , 0x000049df 
+ 00019042  0x0000430a setarg  0x00001fd0 
+ 00019043  0x0000430b isub  0x00000002 , 0x00000012 
+ 00019044  0x0000430c arg  0x00004691 , 0x00000011 
+ 00019045  0x0000430d arg  0x00000004 , 0x00000039 
+ 00019046  0x0000430e call  0x00006b45 
+ 00019047  0x0000430f fetcht  0x00000002 , 0x000049df 
+ 00019048  0x00004310 increase  0x00000004 , 0x00000002 
+ 00019049  0x00004311 storet  0x00000002 , 0x000049df 
+ 00019050  0x00004312 rtn 
+ 00019051  0x00004315 fetcht  0x00000002 , 0x000049df 
+ 00019052  0x00004316 setarg  0x00001fd0 
+ 00019053  0x00004317 isub  0x00000002 , 0x00000012 
+ 00019054  0x0000431a add  0x00000012 , 0x00000001 , 0x00000012 
+ 00019055  0x0000431b arg  0x00004668 , 0x00000011 
+ 00019056  0x0000431c arg  0x00000006 , 0x00000039 
+ 00019057  0x0000431d call  0x00006b45 
+ 00019058  0x0000431f add  0x00000012 , 0x00000007 , 0x00000012 
+ 00019059  0x00004320 arg  0x0000466e , 0x00000011 
+ 00019060  0x00004321 arg  0x00000006 , 0x00000039 
+ 00019061  0x00004322 branch  0x00006b45 
+ 00019062  0x00004325 fetch  0x00000004 , 0x00004691 
+ 00019063  0x00004326 store  0x00000004 , 0x000045e8 
+ 00019064  0x00004327 store  0x00000004 , 0x0000458f 
+ 00019065  0x00004328 rtn 
+ 00019066  0x0000432c bpatch  0x00000045 , 0x00004008 
+ 00019067  0x0000432d setarg  0x00006109 
+ 00019068  0x0000432e store  0x00000002 , 0x000043e9 
+ 00019069  0x0000432f setarg  0x00004fe5 
+ 00019070  0x00004330 store  0x00000002 , 0x000045f2 
+ 00019071  0x00004331 setarg  0x00004ff8 
+ 00019072  0x00004332 store  0x00000002 , 0x000045f4 
+ 00019073  0x00004333 setarg  0x00004f41 
+ 00019074  0x00004334 store  0x00000002 , 0x000045f6 
+ 00019075  0x00004335 setarg  0x00004be6 
+ 00019076  0x00004336 store  0x00000002 , 0x000043d9 
+ 00019077  0x00004338 setarg  0x00004f5d 
+ 00019078  0x00004339 store  0x00000002 , 0x000043d7 
+ 00019079  0x0000433b setarg  0x00004a9a 
+ 00019080  0x0000433c store  0x00000002 , 0x000043dd 
+ 00019081  0x0000433d setarg  0x00004bcc 
+ 00019082  0x0000433e store  0x00000002 , 0x000043db 
+ 00019083  0x0000433f setarg  0x00004f62 
+ 00019084  0x00004340 store  0x00000002 , 0x000043d5 
+ 00019085  0x00004341 setarg  0x00005b08 
+ 00019086  0x00004342 store  0x00000002 , 0x000043df 
+ 00019087  0x00004343 setarg  0x00004b19 
+ 00019088  0x00004344 store  0x00000002 , 0x000043e3 
+ 00019089  0x00004345 setarg  0x000055fa 
+ 00019090  0x00004346 store  0x00000002 , 0x000043e7 
+ 00019091  0x00004347 setarg  0x000054c5 
+ 00019092  0x00004348 store  0x00000002 , 0x000043d3 
+ 00019093  0x00004349 setarg  0x00006221 
+ 00019094  0x0000434a store  0x00000002 , 0x000043e1 
+ 00019095  0x0000434b setarg  0x00006228 
+ 00019096  0x0000434c store  0x00000002 , 0x000043e5 
+ 00019097  0x0000434d rtn 
+ 00019098  0x00004352 bpatch  0x00000046 , 0x00004008 
+ 00019099  0x00004353 copy  0x00000013 , 0x0000003f 
+ 00019100  0x00004355 beq  0x00000032 , 0x00004acb 
+ 00019101  0x00004356 beq  0x00000044 , 0x00004ad3 
+ 00019102  0x00004357 beq  0x00000040 , 0x00004add 
+ 00019103  0x00004358 beq  0x00000015 , 0x00004ab8 
+ 00019104  0x0000435a beq  0x00000014 , 0x00004aaa 
+ 00019105  0x0000435b beq  0x00000010 , 0x00004b90 
+ 00019106  0x0000435c beq  0x00000031 , 0x00005aed 
+ 00019107  0x0000435d beq  0x00000029 , 0x00005aef 
+ 00019108  0x0000435f beq  0x0000003e , 0x00004329 
+ 00019109  0x00004360 beq  0x00000044 , 0x00005b10 
+ 00019110  0x00004362 beq  0x00000039 , 0x00004ae2 
+ 00019111  0x00004363 beq  0x0000003c , 0x00004ae5 
+ 00019112  0x00004364 beq  0x0000003a , 0x00004afe 
+ 00019113  0x00004367 rtn 
+ 00019114  0x0000436e jam  0x00000000 , 0x0000477d 
+ 00019115  0x00004370 jam  0x00000001 , 0x00004794 
+ 00019116  0x00004371 call  0x00006042 
+ 00019117  0x00004372 fetch  0x00000001 , 0x00004795 
+ 00019118  0x00004373 nbranch  0x00004ab0 , 0x00000034 
+ 00019119  0x00004374 jam  0x00000014 , 0x00004796 
+ 00019120  0x00004376 fetch  0x00000002 , 0x000043f1 
+ 00019121  0x00004377 set0  0x00000000 , 0x0000003f 
+ 00019122  0x00004378 store  0x00000002 , 0x000043f1 
+ 00019123  0x00004379 jam  0x00000000 , 0x00004845 
+ 00019124  0x0000437a fetch  0x00000002 , 0x000047be 
+ 00019125  0x0000437b store  0x00000002 , 0x000047c0 
+ 00019126  0x0000437c call  0x00005c0b 
+ 00019127  0x0000437d branch  0x00004bbd 
+ 00019128  0x00004381 setarg  0x00000000 
+ 00019129  0x00004382 store  0x00000002 , 0x000047c0 
+ 00019130  0x00004383 store  0x00000001 , 0x00004860 
+ 00019131  0x00004384 store  0x00000001 , 0x00004861 
+ 00019132  0x00004385 store  0x00000001 , 0x00004794 
+ 00019133  0x00004387 jam  0x00000000 , 0x000047c2 
+ 00019134  0x00004388 jam  0x00000000 , 0x00004956 
+ 00019135  0x00004389 call  0x000029cb 
+ 00019136  0x0000438a branch  0x00004ac1 
+ 00019137  0x0000438c call  0x00005b7b 
+ 00019138  0x0000438d fetch  0x00000002 , 0x000043ef 
+ 00019139  0x0000438e bbit1  0x00000007 , 0x00004ac6 
+ 00019140  0x0000438f bbit1  0x00000000 , 0x000042fc 
+ 00019141  0x00004390 branch  0x00004b95 
+ 00019142  0x00004392 call  0x00005b21 
+ 00019143  0x00004393 fetch  0x00000002 , 0x000043ef 
+ 00019144  0x00004394 bbit1  0x00000000 , 0x000042fc 
+ 00019145  0x00004395 call  0x00007d7c 
+ 00019146  0x00004396 branch  0x00004f6c 
+ 00019147  0x0000439a fetch  0x00000001 , 0x00004795 
+ 00019148  0x0000439b beq  0x00000001 , 0x00004ad0 
+ 00019149  0x0000439c jam  0x00000014 , 0x00004844 
+ 00019150  0x0000439d jam  0x00000005 , 0x00004862 
+ 00019151  0x0000439e branch  0x00005af6 
+ 00019152  0x000043a0 call  0x00005aef 
+ 00019153  0x000043a1 jam  0x00000005 , 0x00004844 
+ 00019154  0x000043a2 branch  0x00005af6 
+ 00019155  0x000043a5 fetch  0x00000001 , 0x000001a2 
+ 00019156  0x000043a6 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00019157  0x000043a7 nbranch  0x00005b06 , 0x00000002 
+ 00019158  0x000043a8 fetch  0x00000001 , 0x000001a4 
+ 00019159  0x000043a9 fetcht  0x00000001 , 0x0000496b 
+ 00019160  0x000043aa isub  0x00000002 , 0x0000003e 
+ 00019161  0x000043ab branch  0x00005b1d , 0x00000002 
+ 00019162  0x000043ac fetch  0x00000001 , 0x000001a4 
+ 00019163  0x000043ad store  0x00000001 , 0x000040c0 
+ 00019164  0x000043ae branch  0x00005b1f 
+ 00019165  0x000043b1 fetch  0x00000001 , 0x00004860 
+ 00019166  0x000043b2 nrtn  0x00000034 
+ 00019167  0x000043b3 jam  0x00000001 , 0x00004860 
+ 00019168  0x000043b4 jam  0x0000001e , 0x00004861 
+ 00019169  0x000043b5 rtn 
+ 00019170  0x000043b8 call  0x00004af9 
+ 00019171  0x000043b9 call  0x00005c0b 
+ 00019172  0x000043ba branch  0x00006086 
+ 00019173  0x000043bd call  0x00004af9 
+ 00019174  0x000043be fetch  0x00000004 , 0x0000458f 
+ 00019175  0x000043bf store  0x00000004 , 0x000045e8 
+ 00019176  0x000043c0 store  0x00000004 , 0x00004691 
+ 00019177  0x000043c1 call  0x0000355a 
+ 00019178  0x000043c2 call  0x0000618e 
+ 00019179  0x000043c3 call  0x00005c0b 
+ 00019180  0x000043c4 branch  0x00006075 
+ 00019181  0x000043c7 jam  0x00000002 , 0x0000485f 
+ 00019182  0x000043c8 call  0x00004f3e 
+ 00019183  0x000043c9 jam  0x00000003 , 0x0000472c 
+ 00019184  0x000043ca rtn 
+ 00019185  0x000043cd arg  0x00000006 , 0x00000039 
+ 00019186  0x000043ce arg  0x00004858 , 0x00000006 
+ 00019187  0x000043d0 ifetch  0x00000001 , 0x00000006 
+ 00019188  0x000043d1 beq  0x00000053 , 0x00004af9 
+ 00019189  0x000043d2 beq  0x00000039 , 0x00004af9 
+ 00019190  0x000043d3 beq  0x00000047 , 0x00004af9 
+ 00019191  0x000043d4 loop  0x00004af3 
+ 00019192  0x000043d5 rtn 
+ 00019193  0x000043d8 jam  0x00000003 , 0x000049ab 
+ 00019194  0x000043d9 jam  0x00000001 , 0x000048f4 
+ 00019195  0x000043da rtn 
+ 00019196  0x000043dd jam  0x00000001 , 0x000049a9 
+ 00019197  0x000043de rtn 
+ 00019198  0x000043e2 fetch  0x00000001 , 0x00004600 
+ 00019199  0x000043e3 nbranch  0x00004b11 , 0x00000034 
+ 00019200  0x000043e4 fetch  0x00000001 , 0x000045e2 
+ 00019201  0x000043e5 beq  0x00000002 , 0x00004b0a 
+ 00019202  0x000043e6 beq  0x00000003 , 0x00004b04 
+ 00019203  0x000043e7 branch  0x00004b04 
+ 00019204  0x000043ea call  0x00006018 
+ 00019205  0x000043eb fetch  0x00000001 , 0x0000477f 
+ 00019206  0x000043ec nbranch  0x00005f1b , 0x00000034 
+ 00019207  0x000043ed fetch  0x00000001 , 0x00004666 
+ 00019208  0x000043ee beq  0x00000000 , 0x00004f6c 
+ 00019209  0x000043ef rtn 
+ 00019210  0x000043f2 fetch  0x00000008 , 0x00004713 
+ 00019211  0x000043f3 bbit1  0x0000003e , 0x00006034 
+ 00019212  0x000043f4 bbit1  0x00000030 , 0x00006034 
+ 00019213  0x000043f5 bbit0  0x0000003a , 0x00006067 
+ 00019214  0x000043f6 fetch  0x00000004 , 0x00004691 
+ 00019215  0x000043f7 branch  0x00004e39 , 0x00000034 
+ 00019216  0x000043f8 branch  0x00006067 
+ 00019217  0x000043fb jam  0x00000000 , 0x00004600 
+ 00019218  0x000043fc call  0x00003647 
+ 00019219  0x000043fd setarg  0xffffffff 
+ 00019220  0x000043fe store  0x00000008 , 0x000045af 
+ 00019221  0x000043ff setarg  0x00000000 
+ 00019222  0x00004400 store  0x00000007 , 0x00004846 
+ 00019223  0x00004401 jam  0x00000001 , 0x0000473f 
+ 00019224  0x00004402 branch  0x00004f9a 
+ 00019225  0x00004408 bpatch  0x00000047 , 0x00004008 
+ 00019226  0x00004409 call  0x0000553d 
+ 00019227  0x0000440a call  0x00004b4f 
+ 00019228  0x0000440b call  0x0000614d 
+ 00019229  0x0000440d call  0x0000328e 
+ 00019230  0x0000440e call  0x00003531 
+ 00019231  0x0000440f call  0x00005fdd 
+ 00019232  0x00004410 call  0x00004b62 
+ 00019233  0x00004411 call  0x00004b68 
+ 00019234  0x00004415 call  0x00004b43 
+ 00019235  0x00004417 call  0x00004b58 
+ 00019236  0x00004418 call  0x00005be1 
+ 00019237  0x00004419 call  0x00004b5c 
+ 00019238  0x0000441a call  0x00005be4 
+ 00019239  0x0000441b call  0x00004b5f 
+ 00019240  0x0000441c call  0x00004b55 
+ 00019241  0x0000441e call  0x00005bfe 
+ 00019242  0x0000441f call  0x000056b6 
+ 00019243  0x00004420 call  0x00004b48 
+ 00019244  0x00004421 call  0x00004b72 
+ 00019245  0x00004422 call  0x00004b82 
+ 00019246  0x00004423 call  0x00004b87 
+ 00019247  0x00004424 fetch  0x00000001 , 0x00004666 
+ 00019248  0x00004425 beq  0x00000000 , 0x00004b8a 
+ 00019249  0x00004426 branch  0x00005c05 
+ 00019250  0x0000442a fetch  0x00000001 , 0x00004980 
+ 00019251  0x0000442b rtnne  0x00000001 
+ 00019252  0x0000442c arg  0x00004981 , 0x00000013 
+ 00019253  0x0000442d arg  0x00005a94 , 0x00000012 
+ 00019254  0x0000442e branch  0x000042e0 
+ 00019255  0x00004431 fetch  0x00000002 , 0x000048fa 
+ 00019256  0x00004432 fetcht  0x00000002 , 0x000049ff 
+ 00019257  0x00004433 isub  0x00000002 , 0x0000003e 
+ 00019258  0x00004434 branch  0x00004b3f , 0x00000005 
+ 00019259  0x00004435 byteswap  0x00000002 , 0x00000002 
+ 00019260  0x00004436 isub  0x00000002 , 0x0000003e 
+ 00019261  0x00004437 branch  0x00004b3f , 0x00000005 
+ 00019262  0x00004438 branch  0x00005bba 
+ 00019263  0x0000443b fetch  0x00000001 , 0x00004980 
+ 00019264  0x0000443c rtneq  0x00000001 
+ 00019265  0x0000443d jam  0x00000001 , 0x00004980 
+ 00019266  0x0000443e rtn 
+ 00019267  0x00004442 arg  0x00004790 , 0x00000013 
+ 00019268  0x00004443 arg  0x00004b46 , 0x00000012 
+ 00019269  0x00004444 branch  0x000042e7 
+ 00019270  0x00004447 call  0x00004bbd 
+ 00019271  0x00004448 branch  0x00004f6c 
+ 00019272  0x0000444e arg  0x000046f3 , 0x00000013 
+ 00019273  0x0000444f arg  0x00004b4b , 0x00000012 
+ 00019274  0x00004450 branch  0x000042e0 
+ 00019275  0x00004453 call  0x00004a56 
+ 00019276  0x00004454 fetch  0x00000001 , 0x00004793 
+ 00019277  0x00004455 nbranch  0x00005ed1 , 0x00000034 
+ 00019278  0x00004456 rtn 
+ 00019279  0x00004459 fetch  0x00000001 , 0x00004637 
+ 00019280  0x0000445a branch  0x00004b53 , 0x00000034 
+ 00019281  0x0000445b jam  0x0000003a , 0x00004631 
+ 00019282  0x0000445c rtn 
+ 00019283  0x0000445e jam  0x00000035 , 0x00004631 
+ 00019284  0x0000445f rtn 
+ 00019285  0x00004463 arg  0x00004862 , 0x00000013 
+ 00019286  0x00004464 arg  0x0000502f , 0x00000012 
+ 00019287  0x00004465 branch  0x000042e0 
+ 00019288  0x00004468 arg  0x00004845 , 0x00000013 
+ 00019289  0x00004469 arg  0x00005bd9 , 0x00000012 
+ 00019290  0x0000446a call  0x000042e0 
+ 00019291  0x0000446b branch  0x00005bd6 
+ 00019292  0x0000446e fetch  0x00000008 , 0x00004713 
+ 00019293  0x0000446f rtnbit1  0x0000003b 
+ 00019294  0x00004470 branch  0x00005bee 
+ 00019295  0x00004473 arg  0x00004861 , 0x00000013 
+ 00019296  0x00004474 arg  0x00005aef , 0x00000012 
+ 00019297  0x00004475 branch  0x000042e0 
+ 00019298  0x00004478 fetch  0x00000001 , 0x000049a9 
+ 00019299  0x00004479 rtn  0x00000034 
+ 00019300  0x0000447a jam  0x00000000 , 0x000049a9 
+ 00019301  0x0000447b jam  0x00000001 , 0x000048f4 
+ 00019302  0x0000447c call  0x00003625 
+ 00019303  0x0000447d branch  0x00004fa0 
+ 00019304  0x00004480 arg  0x000049ac , 0x00000013 
+ 00019305  0x00004481 arg  0x00004b6b , 0x00000012 
+ 00019306  0x00004482 branch  0x000042e0 
+ 00019307  0x00004485 jam  0x00000000 , 0x000049ab 
+ 00019308  0x00004486 rtn 
+ 00019309  0x0000448d call  0x000061ea 
+ 00019310  0x0000448e call  0x00004b7c 
+ 00019311  0x00004490 fetcht  0x00000001 , 0x00004868 
+ 00019312  0x00004491 branch  0x00006ef3 
+ 00019313  0x00004493 rtn 
+ 00019314  0x00004497 fetch  0x00000001 , 0x00004866 
+ 00019315  0x00004498 rtneq  0x000000ff 
+ 00019316  0x00004499 fetch  0x00000002 , 0x00004781 
+ 00019317  0x0000449a rtn  0x00000034 
+ 00019318  0x0000449b fetch  0x00000002 , 0x00004725 
+ 00019319  0x0000449c fetcht  0x00000002 , 0x00004781 
+ 00019320  0x0000449d isub  0x00000002 , 0x00000002 
+ 00019321  0x0000449e fetch  0x00000002 , 0x00004869 
+ 00019322  0x0000449f isub  0x00000002 , 0x0000003f 
+ 00019323  0x000044a0 branch  0x00004b7e , 0x00000002 
+ 00019324  0x000044a2 fetcht  0x00000001 , 0x00004866 
+ 00019325  0x000044a3 branch  0x00006ef3 
+ 00019326  0x000044a8 fetch  0x00000001 , 0x000049aa 
+ 00019327  0x000044a9 bbit0  0x00000001 , 0x00004b7c 
+ 00019328  0x000044aa fetcht  0x00000001 , 0x00004866 
+ 00019329  0x000044ab branch  0x00006ef7 
+ 00019330  0x000044ae arg  0x000048ee , 0x00000013 
+ 00019331  0x000044af arg  0x00004b85 , 0x00000012 
+ 00019332  0x000044b0 branch  0x000042e7 
+ 00019333  0x000044b3 jam  0x00000001 , 0x000048eb 
+ 00019334  0x000044b4 branch  0x00004327 
+ 00019335  0x000044b7 arg  0x000049c4 , 0x00000013 
+ 00019336  0x000044b8 arg  0x00004d9e , 0x00000012 
+ 00019337  0x000044b9 branch  0x000042e0 
+ 00019338  0x000044bd arg  0x00004781 , 0x00000013 
+ 00019339  0x000044be arg  0x00004b8d , 0x00000012 
+ 00019340  0x000044bf branch  0x000042e7 
+ 00019341  0x000044c2 fetch  0x00000001 , 0x00004666 
+ 00019342  0x000044c3 beq  0x00000000 , 0x00004b11 
+ 00019343  0x000044c4 branch  0x00005aad 
+ 00019344  0x000044c8 isolate1  0x00000026 , 0x00000000 
+ 00019345  0x000044c9 call  0x00006018 , 0x00000001 
+ 00019346  0x000044ca call  0x00005aad 
+ 00019347  0x000044cb call  0x00005b21 
+ 00019348  0x000044cc branch  0x00004b95 
+ 00019349  0x000044cf bpatch  0x00000048 , 0x00004009 
+ 00019350  0x000044d0 call  0x000061ab 
+ 00019351  0x000044d1 fetch  0x00000002 , 0x000044e9 
+ 00019352  0x000044d2 isolate1  0x0000000b , 0x0000003f 
+ 00019353  0x000044d3 call  0x00005c3e , 0x00000001 
+ 00019354  0x000044d5 setarg  0x00000000 
+ 00019355  0x000044d6 store  0x00000002 , 0x000047c0 
+ 00019356  0x000044d7 call  0x00004b7c 
+ 00019357  0x000044d8 jam  0x000000ff , 0x000049c6 
+ 00019358  0x000044da fetch  0x00000002 , 0x000044e9 
+ 00019359  0x000044db isolate1  0x0000000b , 0x0000003f 
+ 00019360  0x000044dc call  0x00005c3e , 0x00000001 
+ 00019361  0x000044dd call  0x00005aa8 
+ 00019362  0x000044de fetch  0x00000002 , 0x000044e9 
+ 00019363  0x000044df bbit1  0x0000000b , 0x00004bac 
+ 00019364  0x000044e0 fetch  0x00000008 , 0x00004713 
+ 00019365  0x000044e1 bbit0  0x00000008 , 0x00004bac 
+ 00019366  0x000044e2 fetcht  0x00000002 , 0x00004695 
+ 00019367  0x000044e3 increase  0x00000001 , 0x00000002 
+ 00019368  0x000044e4 storet  0x00000002 , 0x00004695 
+ 00019369  0x000044e5 storet  0x00000002 , 0x000042dc 
+ 00019370  0x000044e6 random  0x0000003f 
+ 00019371  0x000044e7 store  0x00000001 , 0x000042db 
+ 00019372  0x000044e9 fetch  0x00000003 , 0x00004797 
+ 00019373  0x000044ea store  0x00000003 , 0x000042de 
+ 00019374  0x000044eb call  0x0000432d 
+ 00019375  0x000044ec fetch  0x00000002 , 0x00004638 
+ 00019376  0x000044ed store  0x00000002 , 0x00004790 
+ 00019377  0x000044ee setarg  0x00000000 
+ 00019378  0x000044ef store  0x00000002 , 0x00004781 
+ 00019379  0x000044f0 store  0x00000002 , 0x000047c0 
+ 00019380  0x000044f1 store  0x00000001 , 0x00004845 
+ 00019381  0x000044f2 store  0x00000001 , 0x00004792 
+ 00019382  0x000044f3 store  0x00000001 , 0x00004956 
+ 00019383  0x000044f4 arg  0x00000002 , 0x00000007 
+ 00019384  0x000044f5 call  0x00005f00 
+ 00019385  0x000044f6 call  0x00005ef4 
+ 00019386  0x000044f7 branch  0x00005b62 
+ 00019387  0x000044fb jam  0x00000000 , 0x00004637 
+ 00019388  0x000044fc branch  0x0000616e 
+ 00019389  0x000044ff bpatch  0x00000049 , 0x00004009 
+ 00019390  0x00004500 setarg  0x00000000 
+ 00019391  0x00004501 store  0x00000002 , 0x00004790 
+ 00019392  0x00004502 arg  0x00000006 , 0x00000007 
+ 00019393  0x00004503 call  0x00005f04 
+ 00019394  0x00004504 jam  0x00000000 , 0x00004792 
+ 00019395  0x00004505 call  0x00005c3e 
+ 00019396  0x00004506 branch  0x00004b6d 
+ 00019397  0x0000450a bpatch  0x0000004a , 0x00004009 
+ 00019398  0x0000450b fetch  0x00000008 , 0x00004713 
+ 00019399  0x0000450c rtnbit0  0x00000002 
+ 00019400  0x0000450d arg  0x00000002 , 0x00000007 
+ 00019401  0x0000450e call  0x00005f04 
+ 00019402  0x0000450f call  0x00005c4a 
+ 00019403  0x00004510 branch  0x00005c48 
+ 00019404  0x00004514 bpatch  0x0000004b , 0x00004009 
+ 00019405  0x00004515 call  0x0000620e 
+ 00019406  0x00004516 branch  0x000078aa 
+ 00019407  0x0000451b bpatch  0x0000004c , 0x00004009 
+ 00019408  0x0000451c fetch  0x00000008 , 0x00004713 
+ 00019409  0x0000451d bbit0  0x00000015 , 0x00004bdc 
+ 00019410  0x0000451e call  0x00006f82 
+ 00019411  0x0000451f call  0x00006fb0 
+ 00019412  0x00004520 store  0x00000002 , 0x00004633 
+ 00019413  0x00004522 fetch  0x00000002 , 0x0000440a 
+ 00019414  0x00004523 isub  0x00000002 , 0x0000003e 
+ 00019415  0x00004524 branch  0x00004bcf , 0x00000002 
+ 00019416  0x00004525 arg  0x0000462d , 0x00000011 
+ 00019417  0x00004526 call  0x00005563 
+ 00019418  0x00004527 fetch  0x00000001 , 0x0000440c 
+ 00019419  0x00004528 bbit1  0x00000001 , 0x00004f6b 
+ 00019420  0x0000452b fetch  0x00000001 , 0x000049a4 
+ 00019421  0x0000452c call  0x00004e24 , 0x00000034 
+ 00019422  0x0000452d fetch  0x00000001 , 0x000049a3 
+ 00019423  0x0000452e nrtn  0x00000034 
+ 00019424  0x0000452f fetch  0x00000001 , 0x00004666 
+ 00019425  0x00004530 beq  0x00000000 , 0x0000602f 
+ 00019426  0x00004531 call  0x00005aa8 
+ 00019427  0x00004532 fetch  0x00000006 , 0x00004668 
+ 00019428  0x00004533 branch  0x00005a94 , 0x00000034 
+ 00019429  0x00004534 branch  0x000054a0 
+ 00019430  0x00004541 bpatch  0x0000004d , 0x00004009 
+ 00019431  0x00004542 call  0x00002a28 
+ 00019432  0x00004543 nrtn  0x00000034 
+ 00019433  0x00004544 fetch  0x00000001 , 0x0000478f 
+ 00019434  0x00004545 beq  0x000000ff , 0x00004bee 
+ 00019435  0x00004546 fetch  0x00000001 , 0x00004843 
+ 00019436  0x00004547 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00019437  0x00004548 rtnne  0x00000003 
+ 00019438  0x0000454a fetch  0x00000008 , 0x00004713 
+ 00019439  0x0000454b bbit1  0x00000001 , 0x00005b5b 
+ 00019440  0x0000454c bbit1  0x00000000 , 0x00005b5b 
+ 00019441  0x0000454d bbit1  0x00000005 , 0x00005b5b 
+ 00019442  0x0000454e bbit1  0x00000006 , 0x00005b5b 
+ 00019443  0x0000454f call  0x00004e47 
+ 00019444  0x00004550 nrtn  0x00000028 
+ 00019445  0x00004551 call  0x00005abc 
+ 00019446  0x00004552 call  0x000056b1 
+ 00019447  0x00004553 fetch  0x00000008 , 0x00004713 
+ 00019448  0x00004554 bbit0  0x00000016 , 0x00005b3c 
+ 00019449  0x00004555 fetch  0x00000001 , 0x0000496c 
+ 00019450  0x00004556 branch  0x00005b3d 
+ 00019451  0x0000455e fetch  0x00000001 , 0x000043cb 
+ 00019452  0x0000455f rtnne  0x0000000f 
+ 00019453  0x00004560 call  0x00004c00 
+ 00019454  0x00004561 call  0x00004c8b 
+ 00019455  0x00004562 branch  0x00004df5 
+ 00019456  0x0000456a bpatch  0x0000004e , 0x00004009 
+ 00019457  0x0000456b call  0x00004c85 
+ 00019458  0x0000456c setarg  0x00000000 
+ 00019459  0x0000456d store  0x00000002 , 0x000048e9 
+ 00019460  0x0000456e arg  0x0000489c , 0x00000006 
+ 00019461  0x0000456f arg  0x000048b0 , 0x00000005 
+ 00019462  0x00004570 arg  0x00000014 , 0x00000039 
+ 00019463  0x00004571 call  0x00007cda 
+ 00019464  0x00004572 setarg  0x0000489c 
+ 00019465  0x00004573 store  0x00000002 , 0x000048e3 
+ 00019466  0x00004574 setarg  0x000048d8 
+ 00019467  0x00004575 store  0x00000002 , 0x000048e5 
+ 00019468  0x00004576 call  0x00004c2f 
+ 00019469  0x00004577 call  0x00004c53 
+ 00019470  0x00004578 call  0x00004c83 
+ 00019471  0x0000457a fetch  0x00000002 , 0x0000489a 
+ 00019472  0x0000457b copy  0x0000003f , 0x00000012 
+ 00019473  0x0000457c jam  0x00000000 , 0x000048e8 
+ 00019474  0x0000457e ifetcht  0x00000001 , 0x00000012 
+ 00019475  0x0000457f fetch  0x00000002 , 0x00004898 
+ 00019476  0x00004580 copy  0x0000003f , 0x00000011 
+ 00019477  0x00004581 copy  0x00000011 , 0x00000013 
+ 00019478  0x00004582 arg  0x00000014 , 0x00000039 
+ 00019479  0x00004584 ifetch  0x00000001 , 0x00000011 
+ 00019480  0x00004585 isub  0x00000002 , 0x0000003e 
+ 00019481  0x00004586 branch  0x00004c23 , 0x00000005 
+ 00019482  0x00004587 increase  0x00000001 , 0x00000011 
+ 00019483  0x00004588 loop  0x00004c17 
+ 00019484  0x0000458a increase  0x00000001 , 0x00000012 
+ 00019485  0x0000458b fetch  0x00000001 , 0x000048e8 
+ 00019486  0x0000458c increase  0x00000001 , 0x0000003f 
+ 00019487  0x0000458d store  0x00000001 , 0x000048e8 
+ 00019488  0x0000458e sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00019489  0x0000458f branch  0x00004c12 , 0x00000002 
+ 00019490  0x00004591 rtn 
+ 00019491  0x00004594 fetch  0x00000002 , 0x000048e3 
+ 00019492  0x00004595 copy  0x0000003f , 0x00000005 
+ 00019493  0x00004596 copy  0x00000011 , 0x0000003f 
+ 00019494  0x00004597 isub  0x00000013 , 0x0000003f 
+ 00019495  0x00004598 iadd  0x00000005 , 0x00000005 
+ 00019496  0x00004599 fetch  0x00000002 , 0x000048e5 
+ 00019497  0x0000459a copy  0x0000003f , 0x00000013 
+ 00019498  0x0000459b fetch  0x00000001 , 0x000048e8 
+ 00019499  0x0000459c iadd  0x00000013 , 0x00000013 
+ 00019500  0x0000459d ifetch  0x00000001 , 0x00000013 
+ 00019501  0x0000459e istore  0x00000001 , 0x00000005 
+ 00019502  0x0000459f branch  0x00004c1c 
+ 00019503  0x000045a2 bpatch  0x0000004f , 0x00004009 
+ 00019504  0x000045a3 call  0x00004c83 
+ 00019505  0x000045a4 call  0x00004c81 
+ 00019506  0x000045a6 fetch  0x00000002 , 0x000048e9 
+ 00019507  0x000045a7 increase  0x00000001 , 0x0000003f 
+ 00019508  0x000045a8 store  0x00000002 , 0x000048e9 
+ 00019509  0x000045a9 bbit1  0x00000009 , 0x00004c71 
+ 00019510  0x000045aa fetcht  0x00000001 , 0x00004864 
+ 00019511  0x000045ab call  0x00006ee6 
+ 00019512  0x000045ac nbranch  0x00004c32 , 0x00000001 
+ 00019513  0x000045ad nop  0x00000014 
+ 00019514  0x000045ae call  0x00004c79 
+ 00019515  0x000045af call  0x00004c85 
+ 00019516  0x000045b0 jam  0x00000000 , 0x000048e8 
+ 00019517  0x000045b2 call  0x00004c7b 
+ 00019518  0x000045b3 call  0x00004c46 
+ 00019519  0x000045b4 call  0x00004c79 
+ 00019520  0x000045b5 call  0x00004c46 
+ 00019521  0x000045b6 sub  0x0000003f , 0x00000009 , 0x0000003e 
+ 00019522  0x000045b7 branch  0x00004c3d , 0x00000002 
+ 00019523  0x000045b8 call  0x00004c7b 
+ 00019524  0x000045b9 call  0x00004c46 
+ 00019525  0x000045ba branch  0x00004c79 
+ 00019526  0x000045bd jam  0x00000000 , 0x000048e7 
+ 00019527  0x000045be nop  0x00000032 
+ 00019528  0x000045bf call  0x00004c65 
+ 00019529  0x000045c0 fetch  0x00000002 , 0x000048e5 
+ 00019530  0x000045c2 copy  0x0000003f , 0x00000005 
+ 00019531  0x000045c3 fetch  0x00000001 , 0x000048e8 
+ 00019532  0x000045c4 iadd  0x00000005 , 0x00000005 
+ 00019533  0x000045c5 fetch  0x00000001 , 0x000048e7 
+ 00019534  0x000045c6 istore  0x00000001 , 0x00000005 
+ 00019535  0x000045c7 fetch  0x00000001 , 0x000048e8 
+ 00019536  0x000045c8 increase  0x00000001 , 0x0000003f 
+ 00019537  0x000045c9 store  0x00000001 , 0x000048e8 
+ 00019538  0x000045ca rtn 
+ 00019539  0x000045ce nop  0x00000014 
+ 00019540  0x000045cf fetch  0x00000002 , 0x00004898 
+ 00019541  0x000045d0 copy  0x0000003f , 0x00000012 
+ 00019542  0x000045d1 jam  0x00000000 , 0x000048e8 
+ 00019543  0x000045d3 jam  0x00000000 , 0x000048e7 
+ 00019544  0x000045d4 ifetcht  0x00000001 , 0x00000012 
+ 00019545  0x000045d5 isolate1  0x00000007 , 0x00000002 
+ 00019546  0x000045d6 branch  0x00004c5f , 0x00000001 
+ 00019547  0x000045d7 call  0x00006ef7 
+ 00019548  0x000045d8 call  0x00004c65 
+ 00019549  0x000045d9 ifetcht  0x00000001 , 0x00000012 
+ 00019550  0x000045da call  0x00006f0f 
+ 00019551  0x000045dc increase  0x00000001 , 0x00000012 
+ 00019552  0x000045dd fetch  0x00000002 , 0x000048e3 
+ 00019553  0x000045de call  0x00004c4a 
+ 00019554  0x000045df sub  0x0000003f , 0x00000013 , 0x0000003e 
+ 00019555  0x000045e0 branch  0x00004c57 , 0x00000002 
+ 00019556  0x000045e1 rtn 
+ 00019557  0x000045e5 fetch  0x00000002 , 0x00004896 
+ 00019558  0x000045e6 copy  0x0000003f , 0x00000013 
+ 00019559  0x000045e7 arg  0x00000008 , 0x00000039 
+ 00019560  0x000045ea ifetcht  0x00000001 , 0x00000013 
+ 00019561  0x000045eb call  0x00006ee6 
+ 00019562  0x000045ec fetch  0x00000001 , 0x000048e7 
+ 00019563  0x000045ed rshift  0x0000003f , 0x0000003f 
+ 00019564  0x000045ee setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00019565  0x000045ef store  0x00000001 , 0x000048e7 
+ 00019566  0x000045f0 increase  0x00000001 , 0x00000013 
+ 00019567  0x000045f1 loop  0x00004c68 
+ 00019568  0x000045f2 rtn 
+ 00019569  0x000045f4 fetcht  0x00000001 , 0x00004865 
+ 00019570  0x000045f5 call  0x00006ef7 
+ 00019571  0x000045f6 nop  0x00000014 
+ 00019572  0x000045f7 fetcht  0x00000001 , 0x00004865 
+ 00019573  0x000045f8 call  0x00006ef3 
+ 00019574  0x000045f9 nop  0x00001770 
+ 00019575  0x000045fa rtn 
+ 00019576  0x000045fb branch  0x00004c00 
+ 00019577  0x000045fd fetcht  0x00000001 , 0x00004864 
+ 00019578  0x000045fe branch  0x00006ef3 
+ 00019579  0x00004601 fetcht  0x00000001 , 0x00004864 
+ 00019580  0x00004602 branch  0x00006ef7 
+ 00019581  0x00004604 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00019582  0x00004605 rtn  0x00000005 
+ 00019583  0x00004606 set0  0x00000007 , 0x00000002 
+ 00019584  0x00004607 branch  0x00006edd 
+ 00019585  0x00004609 fetcht  0x00000001 , 0x00004864 
+ 00019586  0x0000460a branch  0x00006edd 
+ 00019587  0x0000460d fetcht  0x00000001 , 0x00004863 
+ 00019588  0x0000460e branch  0x00006ef3 
+ 00019589  0x00004611 fetcht  0x00000001 , 0x00004863 
+ 00019590  0x00004612 branch  0x00006ef7 
+ 00019591  0x0000461e jam  0x00000000 , 0x000048eb 
+ 00019592  0x0000461f fetch  0x00000002 , 0x000048ec 
+ 00019593  0x00004620 store  0x00000002 , 0x000048ee 
+ 00019594  0x00004621 rtn 
+ 00019595  0x00004625 bpatch  0x00000050 , 0x0000400a 
+ 00019596  0x00004626 arg  0x0000489c , 0x00000011 
+ 00019597  0x00004627 arg  0x000048b0 , 0x00000012 
+ 00019598  0x00004628 arg  0x00000014 , 0x00000039 
+ 00019599  0x00004629 call  0x00007d64 
+ 00019600  0x0000462a nbranch  0x00004c87 , 0x00000005 
+ 00019601  0x0000462b call  0x00004cc5 
+ 00019602  0x0000462c call  0x00004c87 , 0x00000034 
+ 00019603  0x0000462e call  0x00004ccd 
+ 00019604  0x0000462f fetch  0x00000001 , 0x0000497b 
+ 00019605  0x00004630 nrtn  0x00000034 
+ 00019606  0x00004631 fetch  0x00000001 , 0x000049c1 
+ 00019607  0x00004632 rtneq  0x00000001 
+ 00019608  0x00004633 rtneq  0x00000002 
+ 00019609  0x00004634 rtneq  0x00000004 
+ 00019610  0x00004637 jam  0x00000000 , 0x000048e8 
+ 00019611  0x00004638 arg  0x0000489c , 0x00000011 
+ 00019612  0x00004639 arg  0x000048c4 , 0x00000012 
+ 00019613  0x0000463b ifetcht  0x00000001 , 0x00000011 
+ 00019614  0x0000463c ifetch  0x00000001 , 0x00000012 
+ 00019615  0x0000463d ixor  0x00000002 , 0x0000003f 
+ 00019616  0x0000463e branch  0x00004cbd , 0x00000034 
+ 00019617  0x0000463f store  0x00000001 , 0x000048e7 
+ 00019618  0x00004640 storet  0x00000001 , 0x000048f6 
+ 00019619  0x00004641 istoret  0x00000001 , 0x00000012 
+ 00019620  0x00004642 jam  0x00000001 , 0x000048f4 
+ 00019621  0x00004643 jam  0x00000000 , 0x000048f7 
+ 00019622  0x00004645 fetch  0x00000001 , 0x000048e7 
+ 00019623  0x00004646 bbit0  0x00000000 , 0x00004cb3 
+ 00019624  0x00004647 fetch  0x00000001 , 0x000048e8 
+ 00019625  0x00004648 mul32  0x0000003f , 0x00000008 , 0x0000003f 
+ 00019626  0x00004649 fetcht  0x00000001 , 0x000048f7 
+ 00019627  0x0000464a iadd  0x00000002 , 0x0000003f 
+ 00019628  0x0000464b arg  0x00004901 , 0x00000006 
+ 00019629  0x0000464c iadd  0x00000006 , 0x00000006 
+ 00019630  0x0000464d ifetch  0x00000001 , 0x00000006 
+ 00019631  0x0000464e store  0x00000001 , 0x000048f5 
+ 00019632  0x0000464f call  0x00004cfc 
+ 00019633  0x00004650 call  0x00004d3a 
+ 00019634  0x00004651 call  0x00004dbb 
+ 00019635  0x00004653 fetch  0x00000001 , 0x000048e7 
+ 00019636  0x00004654 rshift  0x0000003f , 0x0000003f 
+ 00019637  0x00004655 store  0x00000001 , 0x000048e7 
+ 00019638  0x00004656 fetch  0x00000001 , 0x000048f6 
+ 00019639  0x00004657 rshift  0x0000003f , 0x0000003f 
+ 00019640  0x00004658 store  0x00000001 , 0x000048f6 
+ 00019641  0x00004659 fetch  0x00000001 , 0x000048f7 
+ 00019642  0x0000465a increase  0x00000001 , 0x0000003f 
+ 00019643  0x0000465b store  0x00000001 , 0x000048f7 
+ 00019644  0x0000465c loop  0x00004ca6 
+ 00019645  0x0000465e increase  0x00000001 , 0x00000011 
+ 00019646  0x0000465f increase  0x00000001 , 0x00000012 
+ 00019647  0x00004660 fetch  0x00000001 , 0x000048e8 
+ 00019648  0x00004661 increase  0x00000001 , 0x0000003f 
+ 00019649  0x00004662 store  0x00000001 , 0x000048e8 
+ 00019650  0x00004663 sub  0x0000003f , 0x00000013 , 0x0000003e 
+ 00019651  0x00004664 branch  0x00004c9d , 0x00000002 
+ 00019652  0x00004665 rtn 
+ 00019653  0x00004668 fetch  0x00000008 , 0x0000489c 
+ 00019654  0x00004669 nrtn  0x00000034 
+ 00019655  0x0000466a fetch  0x00000008 , 0x000048a4 
+ 00019656  0x0000466b nrtn  0x00000034 
+ 00019657  0x0000466c fetch  0x00000004 , 0x000048ac 
+ 00019658  0x0000466d nrtn  0x00000034 
+ 00019659  0x0000466e jam  0x00000000 , 0x000049c1 
+ 00019660  0x0000466f rtn 
+ 00019661  0x00004674 bpatch  0x00000051 , 0x0000400a 
+ 00019662  0x00004675 jam  0x00000000 , 0x0000497b 
+ 00019663  0x00004676 jam  0x00000000 , 0x000048f1 
+ 00019664  0x00004677 arg  0x0000489c , 0x00000011 
+ 00019665  0x00004678 arg  0x00000014 , 0x00000039 
+ 00019666  0x0000467a jam  0x00000000 , 0x000048f0 
+ 00019667  0x0000467b ifetch  0x00000001 , 0x00000011 
+ 00019668  0x0000467c branch  0x00004cf7 , 0x00000034 
+ 00019669  0x0000467e fetcht  0x00000001 , 0x000048f0 
+ 00019670  0x0000467f increase  0x00000001 , 0x00000002 
+ 00019671  0x00004680 storet  0x00000001 , 0x000048f0 
+ 00019672  0x00004681 copy  0x0000003f , 0x00000002 
+ 00019673  0x00004682 increase  0xffffffff , 0x0000003f 
+ 00019674  0x00004683 iand  0x00000002 , 0x0000003f 
+ 00019675  0x00004684 nbranch  0x00004cd5 , 0x00000005 
+ 00019676  0x00004685 fetch  0x00000001 , 0x000048f0 
+ 00019677  0x00004686 fetcht  0x00000001 , 0x000048f1 
+ 00019678  0x00004687 iadd  0x00000002 , 0x00000002 
+ 00019679  0x00004688 storet  0x00000001 , 0x000048f1 
+ 00019680  0x00004689 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00019681  0x0000468a branch  0x00004cf7 , 0x00000002 
+ 00019682  0x0000468b sub  0x00000002 , 0x00000002 , 0x0000003e 
+ 00019683  0x0000468c branch  0x00004cf7 , 0x00000002 
+ 00019684  0x0000468d jam  0x00000000 , 0x000048e8 
+ 00019685  0x0000468e jam  0x00000000 , 0x000048f2 
+ 00019686  0x0000468f ifetcht  0x00000001 , 0x00000011 
+ 00019687  0x00004690 arg  0x0000489c , 0x00000012 
+ 00019688  0x00004692 fetch  0x00000001 , 0x000048e8 
+ 00019689  0x00004693 increase  0x00000001 , 0x0000003f 
+ 00019690  0x00004694 store  0x00000001 , 0x000048e8 
+ 00019691  0x00004695 sub  0x0000003f , 0x00000013 , 0x0000003e 
+ 00019692  0x00004696 nbranch  0x00004cf7 , 0x00000002 
+ 00019693  0x00004697 ifetch  0x00000001 , 0x00000012 
+ 00019694  0x00004698 iand  0x00000002 , 0x0000003e 
+ 00019695  0x00004699 branch  0x00004cfa , 0x00000005 
+ 00019696  0x0000469a fetch  0x00000001 , 0x000048f2 
+ 00019697  0x0000469b increase  0x00000001 , 0x0000003f 
+ 00019698  0x0000469c store  0x00000001 , 0x000048f2 
+ 00019699  0x0000469d sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00019700  0x0000469e branch  0x00004cfa , 0x00000002 
+ 00019701  0x0000469f jam  0x00000001 , 0x0000497b 
+ 00019702  0x000046a0 rtn 
+ 00019703  0x000046a3 increase  0x00000001 , 0x00000011 
+ 00019704  0x000046a4 loop  0x00004cd2 
+ 00019705  0x000046a5 rtn 
+ 00019706  0x000046a8 increase  0x00000001 , 0x00000012 
+ 00019707  0x000046a9 branch  0x00004ce8 
+ 00019708  0x000046b2 bpatch  0x00000052 , 0x0000400a 
+ 00019709  0x000046b3 fetch  0x00000001 , 0x000048f6 
+ 00019710  0x000046b4 ncall  0x00004d4e , 0x00000034 
+ 00019711  0x000046b5 fetch  0x00000001 , 0x000049a1 
+ 00019712  0x000046b6 ncall  0x00004d11 , 0x00000034 
+ 00019713  0x000046b7 fetch  0x00000001 , 0x000049ae 
+ 00019714  0x000046b8 fetcht  0x00000001 , 0x000049a1 
+ 00019715  0x000046b9 ixor  0x00000002 , 0x0000003f 
+ 00019716  0x000046ba rtn  0x00000005 
+ 00019717  0x000046bb fetch  0x00000001 , 0x000048f5 
+ 00019718  0x000046bc beq  0x00000029 , 0x00004d19 
+ 00019719  0x000046bd beq  0x0000004c , 0x00004d1b 
+ 00019720  0x000046be sub  0x0000003f , 0x00000045 , 0x0000003e 
+ 00019721  0x000046bf nrtn  0x00000002 
+ 00019722  0x000046c0 arg  0x0000003a , 0x00000002 
+ 00019723  0x000046c1 isub  0x00000002 , 0x0000003f 
+ 00019724  0x000046c2 nrtn  0x00000002 
+ 00019725  0x000046c3 arg  0x000049b0 , 0x00000006 
+ 00019726  0x000046c4 iadd  0x00000006 , 0x00000006 
+ 00019727  0x000046c5 ifetch  0x00000001 , 0x00000006 
+ 00019728  0x000046c6 branch  0x00004d38 
+ 00019729  0x000046c9 fetch  0x00000001 , 0x000048f5 
+ 00019730  0x000046ca beq  0x00000052 , 0x00004d1d 
+ 00019731  0x000046cb beq  0x00000051 , 0x00004d21 
+ 00019732  0x000046cc beq  0x00000050 , 0x00004d25 
+ 00019733  0x000046cd beq  0x0000004f , 0x00004d29 
+ 00019734  0x000046ce beq  0x000000e0 , 0x00004d2d 
+ 00019735  0x000046cf beq  0x0000002c , 0x00004d35 
+ 00019736  0x000046d0 rtn 
+ 00019737  0x000046d3 fetch  0x00000001 , 0x000049af 
+ 00019738  0x000046d4 branch  0x00004d38 
+ 00019739  0x000046d7 fetch  0x00000001 , 0x000049bc 
+ 00019740  0x000046d8 branch  0x00004d38 
+ 00019741  0x000046db fetch  0x00000001 , 0x000049bd 
+ 00019742  0x000046dc rtn  0x00000034 
+ 00019743  0x000046dd setarg  0x0000004b 
+ 00019744  0x000046de branch  0x00004d38 
+ 00019745  0x000046e1 fetch  0x00000001 , 0x000049bd 
+ 00019746  0x000046e2 rtn  0x00000034 
+ 00019747  0x000046e3 setarg  0x0000004e 
+ 00019748  0x000046e4 branch  0x00004d38 
+ 00019749  0x000046e7 fetch  0x00000001 , 0x000049bd 
+ 00019750  0x000046e8 rtn  0x00000034 
+ 00019751  0x000046e9 setarg  0x0000004a 
+ 00019752  0x000046ea branch  0x00004d38 
+ 00019753  0x000046ed fetch  0x00000001 , 0x000049bd 
+ 00019754  0x000046ee rtn  0x00000034 
+ 00019755  0x000046ef setarg  0x0000004d 
+ 00019756  0x000046f0 branch  0x00004d38 
+ 00019757  0x000046f3 fetch  0x00000001 , 0x000049be 
+ 00019758  0x000046f4 rtn  0x00000034 
+ 00019759  0x000046f5 fetch  0x00000001 , 0x000049c6 
+ 00019760  0x000046f6 beq  0x00000000 , 0x00004d33 
+ 00019761  0x000046f7 setarg  0x000000fd 
+ 00019762  0x000046f8 branch  0x00004d38 
+ 00019763  0x000046fa setarg  0x000000aa 
+ 00019764  0x000046fb branch  0x00004d38 
+ 00019765  0x000046fe fetch  0x00000001 , 0x000049bf 
+ 00019766  0x000046ff rtn  0x00000034 
+ 00019767  0x00004700 setarg  0x000000ab 
+ 00019768  0x00004702 store  0x00000001 , 0x000048f5 
+ 00019769  0x00004703 rtn 
+ 00019770  0x0000470a bpatch  0x00000053 , 0x0000400a 
+ 00019771  0x0000470b fetch  0x00000001 , 0x000048f5 
+ 00019772  0x0000470c beq  0x00000046 , 0x00004d50 
+ 00019773  0x0000470d beq  0x0000004b , 0x00004d56 
+ 00019774  0x0000470e beq  0x0000004e , 0x00004d5c 
+ 00019775  0x0000470f beq  0x0000004a , 0x00004d5e 
+ 00019776  0x00004710 beq  0x0000004d , 0x00004d60 
+ 00019777  0x00004711 beq  0x000000a5 , 0x00004d62 
+ 00019778  0x00004712 beq  0x000000a6 , 0x00004d69 
+ 00019779  0x00004713 beq  0x000000a7 , 0x00004d6b 
+ 00019780  0x00004714 beq  0x000000a8 , 0x00004d6d 
+ 00019781  0x00004715 beq  0x000000a9 , 0x00004d6f 
+ 00019782  0x00004716 beq  0x000000aa , 0x00004d7a 
+ 00019783  0x00004717 beq  0x000000ab , 0x00004d81 
+ 00019784  0x00004718 beq  0x000000ac , 0x00004d8c 
+ 00019785  0x00004719 rtn 
+ 00019786  0x0000471c fetch  0x00000001 , 0x000048f6 
+ 00019787  0x0000471d nrtn  0x00000034 
+ 00019788  0x0000471e jam  0x0000000a , 0x000049c4 
+ 00019789  0x0000471f rtn 
+ 00019790  0x00004722 jam  0x00000000 , 0x000049c4 
+ 00019791  0x00004723 rtn 
+ 00019792  0x00004726 fetch  0x00000001 , 0x000049c6 
+ 00019793  0x00004727 rtneq  0x00000000 
+ 00019794  0x00004728 rtneq  0x00000001 
+ 00019795  0x00004729 jam  0x0000000a , 0x000049c2 
+ 00019796  0x0000472a jam  0x00000020 , 0x000049c3 
+ 00019797  0x0000472b branch  0x00004d95 
+ 00019798  0x0000472e jam  0x00000052 , 0x000049c3 
+ 00019799  0x00004730 fetch  0x00000001 , 0x000049c6 
+ 00019800  0x00004731 rtneq  0x00000000 
+ 00019801  0x00004732 rtneq  0x00000001 
+ 00019802  0x00004733 jam  0x00000008 , 0x000049c2 
+ 00019803  0x00004734 branch  0x00004d95 
+ 00019804  0x00004737 jam  0x00000051 , 0x000049c3 
+ 00019805  0x00004738 branch  0x00004d57 
+ 00019806  0x0000473b jam  0x00000050 , 0x000049c3 
+ 00019807  0x0000473c branch  0x00004d57 
+ 00019808  0x0000473f jam  0x0000004f , 0x000049c3 
+ 00019809  0x00004740 branch  0x00004d57 
+ 00019810  0x00004743 jam  0x00000004 , 0x000049c3 
+ 00019811  0x00004745 jam  0x00000001 , 0x000049c2 
+ 00019812  0x00004746 fetch  0x00000001 , 0x000049c6 
+ 00019813  0x00004747 beq  0x00000000 , 0x00004d95 
+ 00019814  0x00004748 beq  0x00000001 , 0x00004d95 
+ 00019815  0x00004749 jam  0x00000008 , 0x000049c2 
+ 00019816  0x0000474a branch  0x00004d95 
+ 00019817  0x0000474d jam  0x00000006 , 0x000049c3 
+ 00019818  0x0000474e branch  0x00004d63 
+ 00019819  0x00004751 jam  0x00000019 , 0x000049c3 
+ 00019820  0x00004752 branch  0x00004d63 
+ 00019821  0x00004755 jam  0x0000001b , 0x000049c3 
+ 00019822  0x00004756 branch  0x00004d63 
+ 00019823  0x00004759 fetch  0x00000001 , 0x000049c6 
+ 00019824  0x0000475a beq  0x00000000 , 0x00004d74 
+ 00019825  0x0000475b beq  0x00000003 , 0x00004d77 
+ 00019826  0x0000475c setarg  0x000000fc 
+ 00019827  0x0000475d branch  0x00004d38 
+ 00019828  0x0000475f jam  0x00000008 , 0x000049c2 
+ 00019829  0x00004760 jam  0x0000000f , 0x000049c3 
+ 00019830  0x00004761 branch  0x00004d95 
+ 00019831  0x00004763 jam  0x00000009 , 0x000049c2 
+ 00019832  0x00004764 jam  0x00000014 , 0x000049c3 
+ 00019833  0x00004765 branch  0x00004d95 
+ 00019834  0x00004768 fetch  0x00000001 , 0x000049c6 
+ 00019835  0x00004769 beq  0x00000000 , 0x00004d7e 
+ 00019836  0x0000476a setarg  0x000000fd 
+ 00019837  0x0000476b branch  0x00004d38 
+ 00019838  0x0000476d jam  0x00000009 , 0x000049c2 
+ 00019839  0x0000476e jam  0x00000012 , 0x000049c3 
+ 00019840  0x0000476f branch  0x00004d95 
+ 00019841  0x00004772 fetch  0x00000001 , 0x000049c6 
+ 00019842  0x00004773 beq  0x00000000 , 0x00004d88 
+ 00019843  0x00004774 beq  0x00000001 , 0x00004d8a 
+ 00019844  0x00004775 jam  0x00000001 , 0x000049c2 
+ 00019845  0x00004777 jam  0x0000002c , 0x000049c3 
+ 00019846  0x00004778 call  0x00004d4a 
+ 00019847  0x00004779 branch  0x00004d95 
+ 00019848  0x0000477b jam  0x00000008 , 0x000049c2 
+ 00019849  0x0000477c branch  0x00004d85 
+ 00019850  0x0000477e jam  0x00000002 , 0x000049c2 
+ 00019851  0x0000477f branch  0x00004d85 
+ 00019852  0x00004782 fetch  0x00000001 , 0x000049c6 
+ 00019853  0x00004783 beq  0x00000000 , 0x00004d92 
+ 00019854  0x00004784 beq  0x00000001 , 0x00004d92 
+ 00019855  0x00004785 jam  0x00000001 , 0x000049c2 
+ 00019856  0x00004786 jam  0x00000052 , 0x000049c3 
+ 00019857  0x00004787 branch  0x00004d95 
+ 00019858  0x00004789 jam  0x00000008 , 0x000049c2 
+ 00019859  0x0000478a jam  0x0000002b , 0x000049c3 
+ 00019860  0x0000478b branch  0x00004d95 
+ 00019861  0x0000478e jam  0x00000000 , 0x000048f5 
+ 00019862  0x0000478f fetch  0x00000001 , 0x000048f6 
+ 00019863  0x00004790 bbit0  0x00000000 , 0x00004d9c 
+ 00019864  0x00004791 fetch  0x00000001 , 0x000049c1 
+ 00019865  0x00004792 beq  0x00000003 , 0x00004da8 
+ 00019866  0x00004794 jam  0x00000001 , 0x000049c1 
+ 00019867  0x00004795 rtn 
+ 00019868  0x00004798 jam  0x00000004 , 0x000049c1 
+ 00019869  0x00004799 rtn 
+ 00019870  0x0000479c jam  0x00000006 , 0x000049c1 
+ 00019871  0x0000479d rtn 
+ 00019872  0x000047a1 store  0x00000001 , 0x00004856 
+ 00019873  0x000047a2 storet  0x00000001 , 0x00004858 
+ 00019874  0x000047a3 call  0x00007dba 
+ 00019875  0x000047a4 jam  0x00000000 , 0x00004855 
+ 00019876  0x000047a5 branch  0x00004e89 
+ 00019877  0x000047a8 fetch  0x00000001 , 0x000049c2 
+ 00019878  0x000047a9 arg  0x00000000 , 0x00000002 
+ 00019879  0x000047aa call  0x00004da0 
+ 00019880  0x000047ac jam  0x00000002 , 0x000049c1 
+ 00019881  0x000047ad rtn 
+ 00019882  0x000047b0 jam  0x00000003 , 0x000049c1 
+ 00019883  0x000047b1 fetch  0x00000001 , 0x000049c2 
+ 00019884  0x000047b2 fetcht  0x00000001 , 0x000049c3 
+ 00019885  0x000047b3 branch  0x00004da0 
+ 00019886  0x000047b6 jam  0x00000000 , 0x00004855 
+ 00019887  0x000047b7 fetch  0x00000001 , 0x000049c2 
+ 00019888  0x000047b8 arg  0x00000000 , 0x00000002 
+ 00019889  0x000047b9 call  0x00004da0 
+ 00019890  0x000047ba fetch  0x00000001 , 0x000049c4 
+ 00019891  0x000047bb branch  0x00004d9e , 0x00000034 
+ 00019892  0x000047bd jam  0x00000005 , 0x000049c1 
+ 00019893  0x000047be rtn 
+ 00019894  0x000047c1 branch  0x00004da2 
+ 00019895  0x000047c4 jam  0x00000000 , 0x000049c1 
+ 00019896  0x000047c5 arg  0x00000000 , 0x0000003f 
+ 00019897  0x000047c6 arg  0x00000000 , 0x00000002 
+ 00019898  0x000047c7 branch  0x00004da0 
+ 00019899  0x000047cc bpatch  0x00000054 , 0x0000400a 
+ 00019900  0x000047cd fetch  0x00000001 , 0x000048f5 
+ 00019901  0x000047ce sub  0x0000003f , 0x000000e7 , 0x0000003e 
+ 00019902  0x000047cf branch  0x00004dc3 , 0x00000002 
+ 00019903  0x000047d0 jam  0x00000001 , 0x000049c5 
+ 00019904  0x000047d1 fetch  0x00000001 , 0x000048f6 
+ 00019905  0x000047d2 bbit1  0x00000000 , 0x00004dc3 
+ 00019906  0x000047d3 jam  0x00000002 , 0x000049c5 
+ 00019907  0x000047d5 jam  0x00000000 , 0x00004900 
+ 00019908  0x000047d6 fetch  0x00000001 , 0x000048f6 
+ 00019909  0x000047d7 bbit1  0x00000000 , 0x00004ddd 
+ 00019910  0x000047d9 fetcht  0x00000001 , 0x000048f5 
+ 00019911  0x000047da arg  0x00000006 , 0x00000039 
+ 00019912  0x000047db arg  0x000048fa , 0x00000006 
+ 00019913  0x000047dd ifetch  0x00000001 , 0x00000006 
+ 00019914  0x000047de branch  0x00004dd4 , 0x00000034 
+ 00019915  0x000047df isub  0x00000002 , 0x0000003e 
+ 00019916  0x000047e0 nbranch  0x00004dd3 , 0x00000005 
+ 00019917  0x000047e1 ifetch  0x00000001 , 0x00000006 
+ 00019918  0x000047e2 increase  0xfffffffe , 0x00000006 
+ 00019919  0x000047e3 istore  0x00000001 , 0x00000006 
+ 00019920  0x000047e4 rtn  0x00000034 
+ 00019921  0x000047e5 increase  0x00000001 , 0x00000006 
+ 00019922  0x000047e6 istoret  0x00000001 , 0x00000006 
+ 00019923  0x000047e8 loop  0x00004dc9 
+ 00019924  0x000047e9 sub  0x00000002 , 0x000000e7 , 0x0000003e 
+ 00019925  0x000047ea nrtn  0x00000002 
+ 00019926  0x000047eb sub  0x00000002 , 0x000000bf , 0x0000003e 
+ 00019927  0x000047ec rtn  0x00000002 
+ 00019928  0x000047ee and  0x00000002 , 0x00000007 , 0x00000007 
+ 00019929  0x000047ef fetch  0x00000001 , 0x000048f8 
+ 00019930  0x000047f0 qset0  0x0000003f 
+ 00019931  0x000047f1 store  0x00000001 , 0x000048f8 
+ 00019932  0x000047f2 rtn 
+ 00019933  0x000047f5 fetcht  0x00000001 , 0x000048f5 
+ 00019934  0x000047f6 arg  0x00000006 , 0x00000039 
+ 00019935  0x000047f7 arg  0x000048fa , 0x00000006 
+ 00019936  0x000047f9 ifetch  0x00000001 , 0x00000006 
+ 00019937  0x000047fa branch  0x00004dee , 0x00000034 
+ 00019938  0x000047fb isub  0x00000002 , 0x0000003e 
+ 00019939  0x000047fc rtn  0x00000005 
+ 00019940  0x000047fd loop  0x00004de0 
+ 00019941  0x000047fe sub  0x00000002 , 0x000000e7 , 0x0000003e 
+ 00019942  0x000047ff nrtn  0x00000002 
+ 00019943  0x00004800 sub  0x00000002 , 0x000000bf , 0x0000003e 
+ 00019944  0x00004801 rtn  0x00000002 
+ 00019945  0x00004803 and  0x00000002 , 0x00000007 , 0x00000007 
+ 00019946  0x00004804 fetch  0x00000001 , 0x000048f8 
+ 00019947  0x00004805 qset1  0x0000003f 
+ 00019948  0x00004806 store  0x00000001 , 0x000048f8 
+ 00019949  0x00004807 rtn 
+ 00019950  0x0000480a sub  0x00000002 , 0x000000e7 , 0x0000003e 
+ 00019951  0x0000480b nbranch  0x00004df2 , 0x00000002 
+ 00019952  0x0000480c sub  0x00000002 , 0x000000bf , 0x0000003e 
+ 00019953  0x0000480d nbranch  0x00004de9 , 0x00000002 
+ 00019954  0x0000480f increase  0xffffffff , 0x00000006 
+ 00019955  0x00004810 istoret  0x00000001 , 0x00000006 
+ 00019956  0x00004811 rtn 
+ 00019957  0x00004816 bpatch  0x00000055 , 0x0000400a 
+ 00019958  0x00004817 call  0x00004e14 
+ 00019959  0x00004818 jam  0x00000000 , 0x000049a1 
+ 00019960  0x00004819 jam  0x00000000 , 0x000049a2 
+ 00019961  0x0000481a jam  0x00000000 , 0x000049a3 
+ 00019962  0x0000481b fetch  0x00000001 , 0x000048f8 
+ 00019963  0x0000481c ncall  0x00004e41 , 0x00000034 
+ 00019964  0x0000481d arg  0x000048fa , 0x00000006 
+ 00019965  0x0000481e arg  0x00000006 , 0x00000039 
+ 00019966  0x00004820 ifetch  0x00000001 , 0x00000006 
+ 00019967  0x00004821 sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00019968  0x00004822 call  0x00004e43 , 0x00000005 
+ 00019969  0x00004823 sub  0x0000003f , 0x000000de , 0x0000003e 
+ 00019970  0x00004824 call  0x00004e45 , 0x00000005 
+ 00019971  0x00004825 loop  0x00004dfe 
+ 00019972  0x00004826 fetch  0x00000001 , 0x00004666 
+ 00019973  0x00004827 beq  0x00000000 , 0x00004e11 
+ 00019974  0x00004829 call  0x00004b37 
+ 00019975  0x0000482a fetch  0x00000001 , 0x000049a4 
+ 00019976  0x0000482b branch  0x00004e24 , 0x00000034 
+ 00019977  0x0000482c fetch  0x00000002 , 0x000048fa 
+ 00019978  0x0000482d fetcht  0x00000002 , 0x000049a5 
+ 00019979  0x0000482e isub  0x00000002 , 0x0000003e 
+ 00019980  0x0000482f branch  0x00004e29 , 0x00000005 
+ 00019981  0x00004830 byteswap  0x00000002 , 0x00000002 
+ 00019982  0x00004831 isub  0x00000002 , 0x0000003e 
+ 00019983  0x00004832 branch  0x00004e29 , 0x00000005 
+ 00019984  0x00004833 rtn 
+ 00019985  0x00004835 fetch  0x00000001 , 0x000049a4 
+ 00019986  0x00004836 branch  0x00004e24 , 0x00000034 
+ 00019987  0x00004837 branch  0x00004e32 
+ 00019988  0x0000483a fetch  0x00000001 , 0x000049a4 
+ 00019989  0x0000483b nrtn  0x00000034 
+ 00019990  0x0000483c fetcht  0x00000001 , 0x00004655 
+ 00019991  0x0000483d sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00019992  0x0000483e rtn  0x00000005 
+ 00019993  0x0000483f call  0x00006ee6 
+ 00019994  0x00004840 nbranch  0x00004e20 , 0x00000001 
+ 00019995  0x00004841 arg  0x00000008 , 0x00000039 
+ 00019996  0x00004842 arg  0x000048f8 , 0x00000005 
+ 00019997  0x00004843 call  0x00007ca1 
+ 00019998  0x00004844 jam  0x000000de , 0x000048fa 
+ 00019999  0x00004845 rtn 
+ 00020000  0x00004848 fetch  0x00000001 , 0x000048fa 
+ 00020001  0x00004849 rtnne  0x000000de 
+ 00020002  0x0000484a jam  0x00000000 , 0x000048fa 
+ 00020003  0x0000484b rtn 
+ 00020004  0x0000484e bpatch  0x00000056 , 0x0000400a 
+ 00020005  0x0000484f fetch  0x00000001 , 0x000049a3 
+ 00020006  0x00004850 rtn  0x00000034 
+ 00020007  0x00004851 fetch  0x00000001 , 0x00004666 
+ 00020008  0x00004852 beq  0x00000000 , 0x00004e39 
+ 00020009  0x00004855 jam  0x00000000 , 0x000048f4 
+ 00020010  0x00004856 fetch  0x00000001 , 0x00004666 
+ 00020011  0x00004857 rtneq  0x00000000 
+ 00020012  0x00004858 fetch  0x00000008 , 0x00004713 
+ 00020013  0x00004859 rtnbit1  0x00000006 
+ 00020014  0x0000485a arg  0x00000006 , 0x00000007 
+ 00020015  0x0000485b call  0x00005f00 
+ 00020016  0x0000485c call  0x000042d0 
+ 00020017  0x0000485d branch  0x00004b90 
+ 00020018  0x00004862 fetch  0x00000002 , 0x000048fa 
+ 00020019  0x00004863 fetcht  0x00000002 , 0x000049a7 
+ 00020020  0x00004864 isub  0x00000002 , 0x0000003e 
+ 00020021  0x00004865 branch  0x00004e39 , 0x00000005 
+ 00020022  0x00004866 byteswap  0x00000002 , 0x00000002 
+ 00020023  0x00004867 isub  0x00000002 , 0x0000003e 
+ 00020024  0x00004868 nrtn  0x00000005 
+ 00020025  0x0000486a call  0x000049f8 
+ 00020026  0x0000486b jam  0x00000000 , 0x000048f4 
+ 00020027  0x0000486c fetch  0x00000002 , 0x000045d8 
+ 00020028  0x0000486d nrtn  0x00000034 
+ 00020029  0x0000486e setarg  0x00000000 
+ 00020030  0x0000486f store  0x00000002 , 0x00004781 
+ 00020031  0x00004870 call  0x00004b7c 
+ 00020032  0x00004871 branch  0x00006047 
+ 00020033  0x00004875 jam  0x00000001 , 0x000049a2 
+ 00020034  0x00004876 rtn 
+ 00020035  0x00004879 jam  0x00000001 , 0x000049a1 
+ 00020036  0x0000487a rtn 
+ 00020037  0x0000487d jam  0x00000001 , 0x000049a3 
+ 00020038  0x0000487e rtn 
+ 00020039  0x00004884 bpatch  0x00000057 , 0x0000400a 
+ 00020040  0x00004885 disable  0x00000028 
+ 00020041  0x00004886 jam  0x00000000 , 0x0000496c 
+ 00020042  0x00004887 jam  0x00000000 , 0x0000496d 
+ 00020043  0x00004888 jam  0x00000000 , 0x0000496e 
+ 00020044  0x00004889 fetch  0x00000001 , 0x000049c1 
+ 00020045  0x0000488a beq  0x00000001 , 0x00004da5 
+ 00020046  0x0000488b beq  0x00000002 , 0x00004daa 
+ 00020047  0x0000488c beq  0x00000003 , 0x00004daa 
+ 00020048  0x0000488d beq  0x00000004 , 0x00004dae 
+ 00020049  0x0000488e beq  0x00000006 , 0x00004db7 
+ 00020050  0x0000488f fetch  0x00000001 , 0x000048f4 
+ 00020051  0x00004890 branch  0x00004e64 , 0x00000034 
+ 00020052  0x00004891 increase  0xffffffff , 0x0000003f 
+ 00020053  0x00004892 store  0x00000001 , 0x000048f4 
+ 00020054  0x00004893 call  0x00004e61 
+ 00020055  0x00004894 jam  0x0000000a , 0x000049ac 
+ 00020056  0x00004895 call  0x00005c0b 
+ 00020057  0x00004896 fetch  0x00000001 , 0x000049c1 
+ 00020058  0x00004897 beq  0x00000005 , 0x00004db6 
+ 00020059  0x00004898 arg  0x00004855 , 0x00000005 
+ 00020060  0x00004899 arg  0x0000000a , 0x00000039 
+ 00020061  0x0000489a call  0x00007ca1 
+ 00020062  0x0000489b call  0x00004e74 
+ 00020063  0x0000489c jam  0x00000000 , 0x0000485f 
+ 00020064  0x0000489d rtn 
+ 00020065  0x000048a0 jam  0x00000003 , 0x000040c0 
+ 00020066  0x000048a1 jam  0x0000000a , 0x0000477e 
+ 00020067  0x000048a2 rtn 
+ 00020068  0x000048a7 fetch  0x00000001 , 0x00004666 
+ 00020069  0x000048a8 rtneq  0x00000001 
+ 00020070  0x000048a9 fetch  0x00000001 , 0x000049ab 
+ 00020071  0x000048aa rtn  0x00000034 
+ 00020072  0x000048ab fetch  0x00000001 , 0x000049a9 
+ 00020073  0x000048ac nrtn  0x00000034 
+ 00020074  0x000048ad fetcht  0x00000001 , 0x000049ad 
+ 00020075  0x000048ae fetch  0x00000001 , 0x000049ac 
+ 00020076  0x000048af isub  0x00000002 , 0x0000003e 
+ 00020077  0x000048b0 store  0x00000001 , 0x000049ad 
+ 00020078  0x000048b1 rtn  0x00000005 
+ 00020079  0x000048b2 arg  0x00004855 , 0x00000005 
+ 00020080  0x000048b3 arg  0x0000000a , 0x00000039 
+ 00020081  0x000048b4 call  0x00007ca1 
+ 00020082  0x000048b5 call  0x00007dba 
+ 00020083  0x000048b6 branch  0x00004e89 
+ 00020084  0x000048bb fetch  0x00000001 , 0x000049c5 
+ 00020085  0x000048bc beq  0x00000002 , 0x00004f05 
+ 00020086  0x000048bd arg  0x000048fa , 0x00000006 
+ 00020087  0x000048be arg  0x00000006 , 0x00000039 
+ 00020088  0x000048c0 ifetch  0x00000001 , 0x00000006 
+ 00020089  0x000048c1 sub  0x0000003f , 0x000000e7 , 0x0000003e 
+ 00020090  0x000048c2 nbranch  0x00004e9c , 0x00000002 
+ 00020091  0x000048c4 loop  0x00004e78 
+ 00020092  0x000048c6 fetch  0x00000001 , 0x000048f1 
+ 00020093  0x000048c7 call  0x00004e92 , 0x00000034 
+ 00020094  0x000048c8 jam  0x00000000 , 0x00004855 
+ 00020095  0x000048c9 fetch  0x00000001 , 0x000048fa 
+ 00020096  0x000048ca sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00020097  0x000048cb branch  0x00004e95 , 0x00000005 
+ 00020098  0x000048cc arg  0x000048f8 , 0x00000006 
+ 00020099  0x000048cd arg  0x00004856 , 0x00000005 
+ 00020100  0x000048ce arg  0x00000008 , 0x00000039 
+ 00020101  0x000048d0 ifetch  0x00000001 , 0x00000006 
+ 00020102  0x000048d1 beq  0x0000007f , 0x00004e9a 
+ 00020103  0x000048d3 istore  0x00000001 , 0x00000005 
+ 00020104  0x000048d4 loop  0x00004e85 
+ 00020105  0x000048d7 call  0x00004f10 
+ 00020106  0x000048d9 fetch  0x00000001 , 0x0000485f 
+ 00020107  0x000048da beq  0x00000001 , 0x00007dba 
+ 00020108  0x000048db beq  0x00000002 , 0x00004e90 
+ 00020109  0x000048dc beq  0x00000003 , 0x00004e90 
+ 00020110  0x000048dd beq  0x00000004 , 0x00004e90 
+ 00020111  0x000048de beq  0x00000005 , 0x00004e90 
+ 00020112  0x000048e0 call  0x00005917 
+ 00020113  0x000048e1 branch  0x00007dba 
+ 00020114  0x000048e4 arg  0x000048f8 , 0x00000005 
+ 00020115  0x000048e5 arg  0x00000009 , 0x00000039 
+ 00020116  0x000048e6 branch  0x00007ca1 
+ 00020117  0x000048ea fetch  0x00000002 , 0x000048f8 
+ 00020118  0x000048eb store  0x00000002 , 0x00004856 
+ 00020119  0x000048ec fetch  0x00000006 , 0x000048fb 
+ 00020120  0x000048ed store  0x00000006 , 0x00004858 
+ 00020121  0x000048ee branch  0x00004e89 
+ 00020122  0x000048f1 setarg  0x00000000 
+ 00020123  0x000048f2 branch  0x00004e87 
+ 00020124  0x000048f6 copy  0x0000003f , 0x00000002 
+ 00020125  0x000048f7 bpatch  0x00000058 , 0x0000400b 
+ 00020126  0x000048f8 copy  0x00000002 , 0x0000003f 
+ 00020127  0x000048f9 jam  0x00000003 , 0x00004855 
+ 00020128  0x000048fa fetcht  0x00000001 , 0x000048f1 
+ 00020129  0x000048fb sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00020130  0x000048fc branch  0x00004f05 , 0x00000005 
+ 00020131  0x000048fd beq  0x000000e8 , 0x00004ebb 
+ 00020132  0x000048fe beq  0x000000e9 , 0x00004ebe 
+ 00020133  0x000048ff beq  0x000000ea , 0x00004ec1 
+ 00020134  0x00004900 beq  0x000000eb , 0x00004ec4 
+ 00020135  0x00004901 beq  0x000000ec , 0x00004ec7 
+ 00020136  0x00004902 beq  0x000000ed , 0x00004eca 
+ 00020137  0x00004903 beq  0x000000ee , 0x00004ecd 
+ 00020138  0x00004904 beq  0x000000ef , 0x00004ed0 
+ 00020139  0x00004905 beq  0x000000f0 , 0x00004ed3 
+ 00020140  0x00004906 beq  0x000000f1 , 0x00004ed6 
+ 00020141  0x00004907 beq  0x000000f2 , 0x00004ed9 
+ 00020142  0x00004908 beq  0x000000f3 , 0x00004edc 
+ 00020143  0x00004909 beq  0x000000f4 , 0x00004edf 
+ 00020144  0x0000490a beq  0x000000f5 , 0x00004ee2 
+ 00020145  0x0000490b beq  0x000000f6 , 0x00004ee5 
+ 00020146  0x0000490c beq  0x000000f7 , 0x00004ee8 
+ 00020147  0x0000490d beq  0x000000f8 , 0x00004eeb 
+ 00020148  0x0000490e beq  0x000000f9 , 0x00004eee 
+ 00020149  0x0000490f beq  0x000000fa , 0x00004ef1 
+ 00020150  0x00004910 beq  0x000000fb , 0x00004ef7 
+ 00020151  0x00004911 beq  0x000000fc , 0x00004efa 
+ 00020152  0x00004912 beq  0x000000fd , 0x00004efd 
+ 00020153  0x00004913 beq  0x000000ff , 0x00004f0c 
+ 00020154  0x00004914 branch  0x00004e89 
+ 00020155  0x00004917 setarg  0x00000183 
+ 00020156  0x00004918 store  0x00000002 , 0x00004856 
+ 00020157  0x00004919 branch  0x00004e89 
+ 00020158  0x0000491b setarg  0x000000cd 
+ 00020159  0x0000491c store  0x00000002 , 0x00004856 
+ 00020160  0x0000491d branch  0x00004e89 
+ 00020161  0x0000491f setarg  0x000000b7 
+ 00020162  0x00004920 store  0x00000002 , 0x00004856 
+ 00020163  0x00004921 branch  0x00004e89 
+ 00020164  0x00004923 setarg  0x000000b6 
+ 00020165  0x00004924 store  0x00000002 , 0x00004856 
+ 00020166  0x00004925 branch  0x00004e89 
+ 00020167  0x00004927 setarg  0x000000b5 
+ 00020168  0x00004928 store  0x00000002 , 0x00004856 
+ 00020169  0x00004929 branch  0x00004e89 
+ 00020170  0x0000492b setarg  0x000000ea 
+ 00020171  0x0000492c store  0x00000002 , 0x00004856 
+ 00020172  0x0000492d branch  0x00004e89 
+ 00020173  0x0000492f setarg  0x000000e9 
+ 00020174  0x00004930 store  0x00000002 , 0x00004856 
+ 00020175  0x00004931 branch  0x00004e89 
+ 00020176  0x00004933 setarg  0x000000e2 
+ 00020177  0x00004934 store  0x00000002 , 0x00004856 
+ 00020178  0x00004935 branch  0x00004e89 
+ 00020179  0x00004937 setarg  0x00000194 
+ 00020180  0x00004938 store  0x00000002 , 0x00004856 
+ 00020181  0x00004939 branch  0x00004e89 
+ 00020182  0x0000493b setarg  0x0000018a 
+ 00020183  0x0000493c store  0x00000002 , 0x00004856 
+ 00020184  0x0000493d branch  0x00004e89 
+ 00020185  0x0000493f setarg  0x00000192 
+ 00020186  0x00004940 store  0x00000002 , 0x00004856 
+ 00020187  0x00004941 branch  0x00004e89 
+ 00020188  0x00004943 setarg  0x00000070 
+ 00020189  0x00004944 store  0x00000002 , 0x00004856 
+ 00020190  0x00004945 branch  0x00004e89 
+ 00020191  0x00004947 setarg  0x0000006f 
+ 00020192  0x00004948 store  0x00000002 , 0x00004856 
+ 00020193  0x00004949 branch  0x00004e89 
+ 00020194  0x0000494b setarg  0x0000022a 
+ 00020195  0x0000494c store  0x00000002 , 0x00004856 
+ 00020196  0x0000494d branch  0x00004e89 
+ 00020197  0x0000494f setarg  0x00000225 
+ 00020198  0x00004950 store  0x00000002 , 0x00004856 
+ 00020199  0x00004951 branch  0x00004e89 
+ 00020200  0x00004953 setarg  0x00000224 
+ 00020201  0x00004954 store  0x00000002 , 0x00004856 
+ 00020202  0x00004955 branch  0x00004e89 
+ 00020203  0x00004957 setarg  0x00000226 
+ 00020204  0x00004958 store  0x00000002 , 0x00004856 
+ 00020205  0x00004959 branch  0x00004e89 
+ 00020206  0x0000495b setarg  0x00000227 
+ 00020207  0x0000495c store  0x00000002 , 0x00004856 
+ 00020208  0x0000495d branch  0x00004e89 
+ 00020209  0x0000495f fetch  0x00000001 , 0x000049c6 
+ 00020210  0x00004960 beq  0x00000002 , 0x00004ef7 
+ 00020211  0x00004961 beq  0x00000003 , 0x00004ef7 
+ 00020212  0x00004962 setarg  0x00000221 
+ 00020213  0x00004963 store  0x00000002 , 0x00004856 
+ 00020214  0x00004964 branch  0x00004e89 
+ 00020215  0x00004966 setarg  0x00000223 
+ 00020216  0x00004967 store  0x00000002 , 0x00004856 
+ 00020217  0x00004968 branch  0x00004e89 
+ 00020218  0x0000496a setarg  0x00000030 
+ 00020219  0x0000496b store  0x00000002 , 0x00004856 
+ 00020220  0x0000496c branch  0x00004e89 
+ 00020221  0x0000496e fetch  0x00000001 , 0x000049c6 
+ 00020222  0x0000496f beq  0x00000001 , 0x00004f02 
+ 00020223  0x00004970 setarg  0x000001ae 
+ 00020224  0x00004971 store  0x00000002 , 0x00004856 
+ 00020225  0x00004972 branch  0x00004e89 
+ 00020226  0x00004974 setarg  0x00000307 
+ 00020227  0x00004975 store  0x00000002 , 0x00004856 
+ 00020228  0x00004976 branch  0x00004e89 
+ 00020229  0x0000497a jam  0x00000002 , 0x000048f4 
+ 00020230  0x0000497b fetch  0x00000001 , 0x000048f1 
+ 00020231  0x0000497c call  0x00004e92 , 0x00000034 
+ 00020232  0x0000497d jam  0x00000000 , 0x000049c5 
+ 00020233  0x0000497e setarg  0x00000003 
+ 00020234  0x0000497f store  0x00000003 , 0x00004855 
+ 00020235  0x00004980 branch  0x00004e89 
+ 00020236  0x00004982 jam  0x00000002 , 0x00004855 
+ 00020237  0x00004983 setarg  0x00000002 
+ 00020238  0x00004984 store  0x00000001 , 0x00004856 
+ 00020239  0x00004985 branch  0x00004e89 
+ 00020240  0x0000498d bpatch  0x00000059 , 0x0000400b 
+ 00020241  0x0000498e fetch  0x00000001 , 0x00004666 
+ 00020242  0x0000498f bne  0x00000000 , 0x00004f18 
+ 00020243  0x00004990 jam  0x00000000 , 0x000049a9 
+ 00020244  0x00004991 fetch  0x00000002 , 0x00004855 
+ 00020245  0x00004992 ncall  0x00004afc , 0x00000034 
+ 00020246  0x00004993 fetch  0x00000006 , 0x00004858 
+ 00020247  0x00004994 ncall  0x00004afc , 0x00000034 
+ 00020248  0x00004997 fetch  0x00000001 , 0x00004855 
+ 00020249  0x00004998 beq  0x00000000 , 0x00004f23 
+ 00020250  0x00004999 beq  0x00000001 , 0x00004f1e 
+ 00020251  0x0000499a beq  0x00000003 , 0x00004f2e 
+ 00020252  0x0000499b beq  0x00000002 , 0x00004f36 
+ 00020253  0x0000499c rtn 
+ 00020254  0x0000499f jam  0x00000001 , 0x0000485f 
+ 00020255  0x000049a0 arg  0x00004855 , 0x00000006 
+ 00020256  0x000049a1 arg  0x00004846 , 0x00000005 
+ 00020257  0x000049a2 arg  0x00000007 , 0x00000039 
+ 00020258  0x000049a3 branch  0x00007cda 
+ 00020259  0x000049a6 jam  0x00000002 , 0x0000485f 
+ 00020260  0x000049a7 call  0x00004f3e 
+ 00020261  0x000049a8 fetch  0x00000001 , 0x00004666 
+ 00020262  0x000049a9 beq  0x00000001 , 0x00004f2a 
+ 00020263  0x000049aa call  0x00004af1 
+ 00020264  0x000049ab fetch  0x00000001 , 0x000049ab 
+ 00020265  0x000049ac store  0x00000001 , 0x00004857 
+ 00020266  0x000049ae arg  0x00004855 , 0x00000006 
+ 00020267  0x000049af arg  0x0000472a , 0x00000005 
+ 00020268  0x000049b0 arg  0x00000009 , 0x00000039 
+ 00020269  0x000049b1 branch  0x00007cda 
+ 00020270  0x000049b4 jam  0x00000004 , 0x0000485f 
+ 00020271  0x000049b5 call  0x00004f3e 
+ 00020272  0x000049b6 setarg  0x00000003 
+ 00020273  0x000049b7 call  0x00005f15 
+ 00020274  0x000049b8 arg  0x00004856 , 0x00000006 
+ 00020275  0x000049b9 arg  0x0000472b , 0x00000005 
+ 00020276  0x000049ba arg  0x00000002 , 0x00000039 
+ 00020277  0x000049bb branch  0x00007cda 
+ 00020278  0x000049be jam  0x00000005 , 0x0000485f 
+ 00020279  0x000049bf call  0x00004f3e 
+ 00020280  0x000049c0 setarg  0x00000002 
+ 00020281  0x000049c1 store  0x00000008 , 0x0000472a 
+ 00020282  0x000049c2 store  0x00000008 , 0x00004733 
+ 00020283  0x000049c3 fetch  0x00000001 , 0x00004856 
+ 00020284  0x000049c4 store  0x00000001 , 0x0000472b 
+ 00020285  0x000049c5 rtn 
+ 00020286  0x000049c9 arg  0x00000012 , 0x00000039 
+ 00020287  0x000049ca arg  0x0000472a , 0x00000005 
+ 00020288  0x000049cb branch  0x00007ca1 
+ 00020289  0x000049d1 call  0x00007de2 
+ 00020290  0x000049d2 call  0x0000561c 
+ 00020291  0x000049d3 fetcht  0x00000001 , 0x0000464a 
+ 00020292  0x000049d4 call  0x00006eb2 
+ 00020293  0x000049d5 fetcht  0x00000001 , 0x0000464b 
+ 00020294  0x000049d6 call  0x00006eb2 
+ 00020295  0x000049d8 fetcht  0x00000001 , 0x00004655 
+ 00020296  0x000049d9 call  0x00006eb6 
+ 00020297  0x000049db fetch  0x00000002 , 0x00004898 
+ 00020298  0x000049dc copy  0x0000003f , 0x00000012 
+ 00020299  0x000049dd arg  0x00000014 , 0x00000039 
+ 00020300  0x000049df ifetcht  0x00000001 , 0x00000012 
+ 00020301  0x000049e0 isolate1  0x00000007 , 0x00000002 
+ 00020302  0x000049e1 ncall  0x00006ef7 , 0x00000001 
+ 00020303  0x000049e2 increase  0x00000001 , 0x00000012 
+ 00020304  0x000049e3 loop  0x00004f4c 
+ 00020305  0x000049e5 fetch  0x00000002 , 0x00004896 
+ 00020306  0x000049e6 copy  0x0000003f , 0x00000012 
+ 00020307  0x000049e7 arg  0x00000008 , 0x00000039 
+ 00020308  0x000049e9 ifetcht  0x00000001 , 0x00000012 
+ 00020309  0x000049ea sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00020310  0x000049eb ncall  0x00006eb2 , 0x00000005 
+ 00020311  0x000049ec increase  0x00000001 , 0x00000012 
+ 00020312  0x000049ed loop  0x00004f54 
+ 00020313  0x000049ee rtn 
+ 00020314  0x000049f1 fetch  0x00000001 , 0x000048eb 
+ 00020315  0x000049f2 branch  0x00006eb6 , 0x00000034 
+ 00020316  0x000049f3 branch  0x00006eb2 
+ 00020317  0x000049f5 rtnmark1  0x00000026 
+ 00020318  0x000049f6 call  0x00004f41 
+ 00020319  0x000049f7 fetch  0x00000001 , 0x00000015 
+ 00020320  0x000049f8 nrtn  0x00000034 
+ 00020321  0x000049f9 branch  0x00006ed3 
+ 00020322  0x000049fb bpatch  0x0000005a , 0x0000400b 
+ 00020323  0x000049fc jam  0x000000ff , 0x00004659 
+ 00020324  0x000049fd call  0x0000739a 
+ 00020325  0x000049fe call  0x00004f70 
+ 00020326  0x000049ff call  0x000056a9 
+ 00020327  0x00004a00 call  0x000054dc 
+ 00020328  0x00004a01 call  0x00005d9e 
+ 00020329  0x00004a02 fetcht  0x00000001 , 0x00004659 
+ 00020330  0x00004a03 branch  0x00006ed3 
+ 00020331  0x00004a06 call  0x00004f70 
+ 00020332  0x00004a08 bpatch  0x0000005b , 0x0000400b 
+ 00020333  0x00004a09 call  0x00004f75 
+ 00020334  0x00004a0a call  0x00007d7c 
+ 00020335  0x00004a0b branch  0x00004327 
+ 00020336  0x00004a0e bpatch  0x0000005c , 0x0000400b 
+ 00020337  0x00004a0f call  0x00004b6d 
+ 00020338  0x00004a10 call  0x00004b71 
+ 00020339  0x00004a11 call  0x00004b7c 
+ 00020340  0x00004a12 branch  0x00004b6f 
+ 00020341  0x00004a1a bpatch  0x0000005d , 0x0000400b 
+ 00020342  0x00004a1b call  0x00007de2 
+ 00020343  0x00004a1c call  0x00004f70 
+ 00020344  0x00004a1d call  0x00005a92 
+ 00020345  0x00004a1e call  0x00004f41 
+ 00020346  0x00004a1f call  0x000054f9 
+ 00020347  0x00004a20 fetcht  0x00000001 , 0x0000465b 
+ 00020348  0x00004a21 call  0x000055b5 
+ 00020349  0x00004a22 call  0x000055b9 
+ 00020350  0x00004a23 branch  0x000054f2 
+ 00020351  0x00004a30 fetch  0x00000002 , 0x000045e0 
+ 00020352  0x00004a31 and_into  0x000000e0 , 0x0000003f 
+ 00020353  0x00004a32 branch  0x00004f86 , 0x00000034 
+ 00020354  0x00004a33 fetch  0x00000002 , 0x000045e0 
+ 00020355  0x00004a34 increase  0x00000001 , 0x0000003f 
+ 00020356  0x00004a35 store  0x00000002 , 0x000045e0 
+ 00020357  0x00004a36 rtn 
+ 00020358  0x00004a38 call  0x0000357f 
+ 00020359  0x00004a39 call  0x00003651 
+ 00020360  0x00004a3a nbranch  0x00003586 , 0x00000018 
+ 00020361  0x00004a3b nbranch  0x00003586 , 0x0000002f 
+ 00020362  0x00004a3c call  0x00005028 
+ 00020363  0x00004a3d branch  0x0000356a 
+ 00020364  0x00004a43 call  0x00003625 
+ 00020365  0x00004a44 nbranch  0x00004f91 , 0x00000028 
+ 00020366  0x00004a46 call  0x00004fa0 
+ 00020367  0x00004a47 call  0x00004fd5 
+ 00020368  0x00004a48 branch  0x00004fdb 
+ 00020369  0x00004a4b fetch  0x00000008 , 0x0000489c 
+ 00020370  0x00004a4c nbranch  0x00004f8e , 0x00000034 
+ 00020371  0x00004a4d fetch  0x00000008 , 0x000048a4 
+ 00020372  0x00004a4e nbranch  0x00004f8e , 0x00000034 
+ 00020373  0x00004a4f fetch  0x00000004 , 0x000048ac 
+ 00020374  0x00004a50 nbranch  0x00004f8e , 0x00000034 
+ 00020375  0x00004a52 fetch  0x00000001 , 0x00004618 
+ 00020376  0x00004a53 rtneq  0x00000001 
+ 00020377  0x00004a54 call  0x0000369d 
+ 00020378  0x00004a56 call  0x00004fc8 
+ 00020379  0x00004a57 nrtn  0x00000028 
+ 00020380  0x00004a58 fetch  0x00000001 , 0x0000473f 
+ 00020381  0x00004a59 ncall  0x00004f75 , 0x00000034 
+ 00020382  0x00004a5a fetch  0x00000004 , 0x000045af 
+ 00020383  0x00004a5b branch  0x00003622 
+ 00020384  0x00004a5e bpatch  0x0000005e , 0x0000400b 
+ 00020385  0x00004a5f jam  0x00000000 , 0x00004601 
+ 00020386  0x00004a61 fetchr  0x0000000b , 0x00000002 , 0x00000040 
+ 00020387  0x00004a62 until  0x00000023 , 0x00000026 
+ 00020388  0x00004a63 call  0x00004df5 
+ 00020389  0x00004a64 fetch  0x00000001 , 0x000049a3 
+ 00020390  0x00004a65 nbranch  0x00005ed1 , 0x00000034 
+ 00020391  0x00004a66 call  0x00003651 
+ 00020392  0x00004a67 fetch  0x00000001 , 0x0000457f 
+ 00020393  0x00004a68 beq  0x00000001 , 0x00003646 
+ 00020394  0x00004a69 nbranch  0x00004faf , 0x00000018 
+ 00020395  0x00004a6a nbranch  0x00004faf , 0x0000002f 
+ 00020396  0x00004a6b call  0x00005028 
+ 00020397  0x00004a6c jam  0x00000000 , 0x0000473f 
+ 00020398  0x00004a6d branch  0x00003646 
+ 00020399  0x00004a71 fetch  0x00000001 , 0x00004602 
+ 00020400  0x00004a72 nrtn  0x00000034 
+ 00020401  0x00004a73 fetch  0x00000002 , 0x000045fe 
+ 00020402  0x00004a74 increase  0x00000001 , 0x0000003f 
+ 00020403  0x00004a75 store  0x00000002 , 0x000045fe 
+ 00020404  0x00004a76 fetch  0x00000001 , 0x000045fe 
+ 00020405  0x00004a77 beq  0x000000ff , 0x00003676 
+ 00020406  0x00004a78 call  0x00004fb8 
+ 00020407  0x00004a79 branch  0x00004fa2 
+ 00020408  0x00004a7d fetcht  0x00000001 , 0x00004601 
+ 00020409  0x00004a7e sub  0x00000002 , 0x00000014 , 0x0000003e 
+ 00020410  0x00004a7f branch  0x00004fbe , 0x00000002 
+ 00020411  0x00004a80 arg  0x00000019 , 0x00000039 
+ 00020412  0x00004a81 call  0x00007c96 
+ 00020413  0x00004a82 branch  0x00003694 
+ 00020414  0x00004a85 increase  0x00000001 , 0x00000002 
+ 00020415  0x00004a86 storet  0x00000001 , 0x00004601 
+ 00020416  0x00004a87 fetch  0x00000004 , 0x0000458f 
+ 00020417  0x00004a88 fetcht  0x00000004 , 0x000045e4 
+ 00020418  0x00004a89 isub  0x00000002 , 0x0000003e 
+ 00020419  0x00004a8a branch  0x00003222 , 0x00000005 
+ 00020420  0x00004a8b fetch  0x00000001 , 0x00004601 
+ 00020421  0x00004a8c sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00020422  0x00004a8d rtn  0x00000002 
+ 00020423  0x00004a8e branch  0x0000369a 
+ 00020424  0x00004a92 enable  0x00000028 
+ 00020425  0x00004a93 call  0x00002408 
+ 00020426  0x00004a94 fetch  0x00000003 , 0x000040bd 
+ 00020427  0x00004a95 branch  0x00007dbc , 0x00000034 
+ 00020428  0x00004a96 fetch  0x00000001 , 0x000049a1 
+ 00020429  0x00004a97 nbranch  0x00007dbc , 0x00000034 
+ 00020430  0x00004a98 fetch  0x00000001 , 0x000049a2 
+ 00020431  0x00004a99 nbranch  0x00007dbc , 0x00000034 
+ 00020432  0x00004a9a fetch  0x00000001 , 0x000049c4 
+ 00020433  0x00004a9b nbranch  0x00007dbc , 0x00000034 
+ 00020434  0x00004a9c fetch  0x00000001 , 0x00004618 
+ 00020435  0x00004a9d beq  0x00000001 , 0x00007dbc 
+ 00020436  0x00004a9e branch  0x000036b9 
+ 00020437  0x00004aa1 fetch  0x00000004 , 0x0000458f 
+ 00020438  0x00004aa2 fetcht  0x00000004 , 0x000045e4 
+ 00020439  0x00004aa3 isub  0x00000002 , 0x0000003e 
+ 00020440  0x00004aa4 nbranch  0x000036e9 , 0x00000005 
+ 00020441  0x00004aa5 jam  0x0000009e , 0x00004141 
+ 00020442  0x00004aa6 rtn 
+ 00020443  0x00004aa8 fetch  0x00000008 , 0x0000460b 
+ 00020444  0x00004aa9 store  0x00000008 , 0x000045af 
+ 00020445  0x00004aaa fetch  0x00000002 , 0x0000461d 
+ 00020446  0x00004aab store  0x00000002 , 0x0000461f 
+ 00020447  0x00004aad bpatch  0x0000005f , 0x0000400b 
+ 00020448  0x00004aae call  0x000036b4 
+ 00020449  0x00004aaf nrtn  0x00000028 
+ 00020450  0x00004ab0 call  0x00007de2 
+ 00020451  0x00004ab1 fetch  0x00000003 , 0x00004608 
+ 00020452  0x00004ab2 branch  0x00003622 
+ 00020453  0x00004abb rtnmark0  0x00000026 
+ 00020454  0x00004abc call  0x00004e47 
+ 00020455  0x00004abd nrtn  0x00000028 
+ 00020456  0x00004abe fetch  0x00000008 , 0x00004713 
+ 00020457  0x00004abf bbit0  0x00000016 , 0x000060a1 
+ 00020458  0x00004ac0 fetch  0x00000001 , 0x0000496c 
+ 00020459  0x00004ac1 nbranch  0x00004fed , 0x00000034 
+ 00020460  0x00004ac2 branch  0x000060a1 
+ 00020461  0x00004ac5 jam  0x00000002 , 0x00004589 
+ 00020462  0x00004ac6 arg  0x00000009 , 0x00000011 
+ 00020463  0x00004ac7 fetch  0x00000001 , 0x0000496d 
+ 00020464  0x00004ac8 nbranch  0x00004ff3 , 0x00000034 
+ 00020465  0x00004ac9 arg  0x00004733 , 0x00000012 
+ 00020466  0x00004aca rtn 
+ 00020467  0x00004acc arg  0x0000472a , 0x00000012 
+ 00020468  0x00004acd rtn 
+ 00020469  0x00004ad3 setarg  0x00000000 
+ 00020470  0x00004ad4 store  0x00000003 , 0x000046f8 
+ 00020471  0x00004ad5 rtn 
+ 00020472  0x00004ad8 bpatch  0x00000060 , 0x0000400c 
+ 00020473  0x00004ad9 fetch  0x00000008 , 0x00004713 
+ 00020474  0x00004ada rtnbit0  0x0000000e 
+ 00020475  0x00004adb fetch  0x00000001 , 0x0000477d 
+ 00020476  0x00004adc rtn  0x00000034 
+ 00020477  0x00004add fetch  0x00000001 , 0x00004602 
+ 00020478  0x00004ade rtn  0x00000034 
+ 00020479  0x00004adf fetch  0x00000001 , 0x000046f5 
+ 00020480  0x00004ae0 increase  0x00000001 , 0x0000003f 
+ 00020481  0x00004ae1 and_into  0x00000003 , 0x0000003f 
+ 00020482  0x00004ae2 store  0x00000001 , 0x000046f5 
+ 00020483  0x00004ae3 nrtn  0x00000034 
+ 00020484  0x00004ae4 jam  0x00000000 , 0x000046f6 
+ 00020485  0x00004ae7 fetch  0x00000001 , 0x000046f6 
+ 00020486  0x00004ae8 increase  0x00000001 , 0x0000003f 
+ 00020487  0x00004ae9 store  0x00000001 , 0x000046f6 
+ 00020488  0x00004aea sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00020489  0x00004aeb nbranch  0x00005010 , 0x00000002 
+ 00020490  0x00004aec call  0x0000357f 
+ 00020491  0x00004aed call  0x00003651 
+ 00020492  0x00004aee nbranch  0x00005016 , 0x00000018 
+ 00020493  0x00004aef nbranch  0x00005016 , 0x0000002f 
+ 00020494  0x00004af0 call  0x00005028 
+ 00020495  0x00004af1 call  0x00005020 
+ 00020496  0x00004af3 call  0x0000357b 
+ 00020497  0x00004af4 fetch  0x00000001 , 0x000046f7 
+ 00020498  0x00004af5 increase  0x00000001 , 0x0000003f 
+ 00020499  0x00004af6 store  0x00000001 , 0x000046f7 
+ 00020500  0x00004af7 beq  0x00000010 , 0x00005018 
+ 00020501  0x00004af8 rtn 
+ 00020502  0x00004afb call  0x00003222 
+ 00020503  0x00004afc branch  0x00005005 
+ 00020504  0x00004aff jam  0x00000000 , 0x000046f7 
+ 00020505  0x00004b00 fetch  0x00000001 , 0x000046f8 
+ 00020506  0x00004b01 rtnbit1  0x00000000 
+ 00020507  0x00004b02 set1  0x00000000 , 0x0000003f 
+ 00020508  0x00004b03 store  0x00000001 , 0x000046f8 
+ 00020509  0x00004b04 fetch  0x00000002 , 0x00004723 
+ 00020510  0x00004b05 store  0x00000002 , 0x00004781 
+ 00020511  0x00004b06 rtn 
+ 00020512  0x00004b0a fetch  0x00000001 , 0x00004602 
+ 00020513  0x00004b0b branch  0x00004ff5 , 0x00000034 
+ 00020514  0x00004b0c jam  0x00000000 , 0x000046f7 
+ 00020515  0x00004b0d fetch  0x00000001 , 0x000046f8 
+ 00020516  0x00004b0e rtnbit0  0x00000000 
+ 00020517  0x00004b0f set0  0x00000000 , 0x0000003f 
+ 00020518  0x00004b10 store  0x00000001 , 0x000046f8 
+ 00020519  0x00004b11 branch  0x00005c0b 
+ 00020520  0x00004b15 call  0x0000366e 
+ 00020521  0x00004b16 fetch  0x00000001 , 0x000044f8 
+ 00020522  0x00004b17 compare  0x00000008 , 0x0000003f , 0x000000f8 
+ 00020523  0x00004b18 nrtn  0x00000001 
+ 00020524  0x00004b19 fetch  0x00000001 , 0x000044f9 
+ 00020525  0x00004b1a beq  0x000000ff , 0x00004b11 
+ 00020526  0x00004b1b rtn 
+ 00020527  0x00004b21 jam  0x00000001 , 0x000049f1 
+ 00020528  0x00004b22 arg  0x00000017 , 0x00000011 
+ 00020529  0x00004b23 arg  0x00000004 , 0x00000012 
+ 00020530  0x00004b24 call  0x000029fb 
+ 00020531  0x00004b25 setarg  0x00000006 
+ 00020532  0x00004b26 istore  0x00000001 , 0x00000005 
+ 00020533  0x00004b27 setarg  0x00000001 
+ 00020534  0x00004b28 istore  0x00000002 , 0x00000005 
+ 00020535  0x00004b29 setarg  0x0000ffff 
+ 00020536  0x00004b2a istore  0x00000002 , 0x00000005 
+ 00020537  0x00004b2b setarg  0x00002800 
+ 00020538  0x00004b2c istore  0x00000002 , 0x00000005 
+ 00020539  0x00004b2d arg  0x000049e1 , 0x00000006 
+ 00020540  0x00004b2e branch  0x00007c8f 
+ 00020541  0x00004b30 bpatch  0x00000061 , 0x0000400c 
+ 00020542  0x00004b31 fetch  0x00000001 , 0x000049f1 
+ 00020543  0x00004b32 rtn  0x00000034 
+ 00020544  0x00004b33 copy  0x00000011 , 0x00000006 
+ 00020545  0x00004b34 ifetch  0x00000003 , 0x00000006 
+ 00020546  0x00004b35 store  0x00000003 , 0x00004397 
+ 00020547  0x00004b36 beq  0x0000000b , 0x00005091 
+ 00020548  0x00004b37 beq  0x00000009 , 0x00005078 
+ 00020549  0x00004b38 beq  0x00000007 , 0x00005048 
+ 00020550  0x00004b39 beq  0x00000001 , 0x0000505b 
+ 00020551  0x00004b3a branch  0x00002b96 
+ 00020552  0x00004b3d fetch  0x00000001 , 0x000049f1 
+ 00020553  0x00004b3e beq  0x00000002 , 0x0000506c 
+ 00020554  0x00004b40 jam  0x00000002 , 0x000049c6 
+ 00020555  0x00004b41 branch  0x00005050 
+ 00020556  0x00004b44 fetch  0x00000001 , 0x000042cb 
+ 00020557  0x00004b45 store  0x00000001 , 0x000049c6 
+ 00020558  0x00004b46 branch  0x00005050 
+ 00020559  0x00004b48 jam  0x00000003 , 0x000049c6 
+ 00020560  0x00004b4a jam  0x00000000 , 0x000049f1 
+ 00020561  0x00004b4b fetcht  0x00000002 , 0x000049df 
+ 00020562  0x00004b4c setarg  0x00001fd0 
+ 00020563  0x00004b4d isub  0x00000002 , 0x00000012 
+ 00020564  0x00004b4e arg  0x000049c6 , 0x00000011 
+ 00020565  0x00004b50 arg  0x00000001 , 0x00000039 
+ 00020566  0x00004b51 call  0x00006b45 
+ 00020567  0x00004b52 fetcht  0x00000002 , 0x000049df 
+ 00020568  0x00004b53 increase  0x0000000e , 0x00000002 
+ 00020569  0x00004b54 storet  0x00000002 , 0x000049df 
+ 00020570  0x00004b55 rtn 
+ 00020571  0x00004b5a fetch  0x00000001 , 0x000049f1 
+ 00020572  0x00004b5b beq  0x00000002 , 0x0000504c 
+ 00020573  0x00004b5c jam  0x00000002 , 0x000049f1 
+ 00020574  0x00004b5d arg  0x00000009 , 0x00000011 
+ 00020575  0x00004b5e arg  0x00000004 , 0x00000012 
+ 00020576  0x00004b5f call  0x000029fb 
+ 00020577  0x00004b60 setarg  0x00000006 
+ 00020578  0x00004b61 istore  0x00000001 , 0x00000005 
+ 00020579  0x00004b62 setarg  0x00000001 
+ 00020580  0x00004b63 istore  0x00000002 , 0x00000005 
+ 00020581  0x00004b64 setarg  0x0000ffff 
+ 00020582  0x00004b65 istore  0x00000002 , 0x00000005 
+ 00020583  0x00004b66 setarg  0x00002800 
+ 00020584  0x00004b67 istore  0x00000002 , 0x00000005 
+ 00020585  0x00004b68 arg  0x00000002 , 0x00000039 
+ 00020586  0x00004b69 arg  0x000049f2 , 0x00000006 
+ 00020587  0x00004b6a branch  0x00007cda 
+ 00020588  0x00004b6d arg  0x00000007 , 0x00000011 
+ 00020589  0x00004b6e arg  0x00000004 , 0x00000012 
+ 00020590  0x00004b6f call  0x000029fb 
+ 00020591  0x00004b70 setarg  0x00000008 
+ 00020592  0x00004b71 istore  0x00000001 , 0x00000005 
+ 00020593  0x00004b72 fetcht  0x00000002 , 0x00004339 
+ 00020594  0x00004b73 increase  0x00000005 , 0x00000002 
+ 00020595  0x00004b74 ifetch  0x00000004 , 0x00000002 
+ 00020596  0x00004b75 istore  0x00000004 , 0x00000005 
+ 00020597  0x00004b76 setarg  0x00002803 
+ 00020598  0x00004b77 istore  0x00000002 , 0x00000005 
+ 00020599  0x00004b78 rtn 
+ 00020600  0x00004b7b fetch  0x00000002 , 0x00004335 
+ 00020601  0x00004b7c increase  0xfffffffe , 0x0000003f 
+ 00020602  0x00004b7d div  0x0000003f , 0x00000007 
+ 00020603  0x00004b7e call  0x00007d62 
+ 00020604  0x00004b7f quotient  0x00000039 
+ 00020605  0x00004b80 fetch  0x00000002 , 0x00004339 
+ 00020606  0x00004b81 add  0x0000003f , 0x00000006 , 0x00000006 
+ 00020607  0x00004b82 branch  0x00005080 
+ 00020608  0x00004b85 increase  0x00000003 , 0x00000006 
+ 00020609  0x00004b86 ifetch  0x00000002 , 0x00000006 
+ 00020610  0x00004b87 copy  0x0000003f , 0x00000013 
+ 00020611  0x00004b88 ifetch  0x00000002 , 0x00000006 
+ 00020612  0x00004b89 arg  0x00002a29 , 0x00000002 
+ 00020613  0x00004b8a isub  0x00000002 , 0x0000003e 
+ 00020614  0x00004b8b branch  0x00005089 , 0x00000005 
+ 00020615  0x00004b8c loop  0x00005080 
+ 00020616  0x00004b8d branch  0x0000504c 
+ 00020617  0x00004b8f arg  0x00000003 , 0x00000011 
+ 00020618  0x00004b90 arg  0x00000004 , 0x00000012 
+ 00020619  0x00004b91 call  0x000029fb 
+ 00020620  0x00004b92 setarg  0x0000000a 
+ 00020621  0x00004b93 istore  0x00000001 , 0x00000005 
+ 00020622  0x00004b94 copy  0x00000013 , 0x0000003f 
+ 00020623  0x00004b95 istore  0x00000002 , 0x00000005 
+ 00020624  0x00004b96 rtn 
+ 00020625  0x00004b99 fetch  0x00000002 , 0x00004335 
+ 00020626  0x00004b9a arg  0x00000009 , 0x00000039 
+ 00020627  0x00004b9b fetch  0x00000002 , 0x00004339 
+ 00020628  0x00004b9c add  0x0000003f , 0x00000005 , 0x00000011 
+ 00020629  0x00004b9d arg  0x000049f4 , 0x00000012 
+ 00020630  0x00004b9e call  0x00007d64 
+ 00020631  0x00004b9f branch  0x0000504f , 0x00000005 
+ 00020632  0x00004ba0 branch  0x0000504c 
+ 00020633  0x00004ba9 branch  0x000050bd , 0x0000002b 
+ 00020634  0x00004baa call  0x00002952 
+ 00020635  0x00004bab setarg  0x000050c7 
+ 00020636  0x00004bac store  0x00000002 , 0x000043db 
+ 00020637  0x00004bad setarg  0x000050ca 
+ 00020638  0x00004bae store  0x00000002 , 0x000043dd 
+ 00020639  0x00004baf setarg  0x000050c3 
+ 00020640  0x00004bb0 store  0x00000002 , 0x000043d3 
+ 00020641  0x00004bb1 setarg  0x00005180 
+ 00020642  0x00004bb2 store  0x00000002 , 0x000043e1 
+ 00020643  0x00004bb3 setarg  0x000053b0 
+ 00020644  0x00004bb4 store  0x00000002 , 0x000043df 
+ 00020645  0x00004bb5 setarg  0x000053c1 
+ 00020646  0x00004bb6 store  0x00000002 , 0x000043e3 
+ 00020647  0x00004bb8 bpatch  0x00000062 , 0x0000400c 
+ 00020648  0x00004bb9 call  0x000050ab 
+ 00020649  0x00004bba call  0x000050be 
+ 00020650  0x00004bbb branch  0x0000533b 
+ 00020651  0x00004bbe fetch  0x00000001 , 0x00008060 
+ 00020652  0x00004bbf set0  0x00000000 , 0x0000003f 
+ 00020653  0x00004bc0 store  0x00000001 , 0x00008060 
+ 00020654  0x00004bc1 fetch  0x00000008 , 0x00004500 
+ 00020655  0x00004bc2 call  0x00006d68 
+ 00020656  0x00004bc3 fetch  0x00000002 , 0x00004508 
+ 00020657  0x00004bc4 call  0x00006d73 
+ 00020658  0x00004bc5 call  0x00006d82 
+ 00020659  0x00004bc6 jam  0x00000008 , 0x00008077 
+ 00020660  0x00004bc7 jam  0x00000049 , 0x00008076 
+ 00020661  0x00004bc8 jam  0x0000000a , 0x00008079 
+ 00020662  0x00004bc9 jam  0x0000000b , 0x0000807a 
+ 00020663  0x00004bcb arg  0x00000081 , 0x00000002 
+ 00020664  0x00004bcc fetch  0x00000002 , 0x0000450f 
+ 00020665  0x00004bcd isolate1  0x00000000 , 0x0000003f 
+ 00020666  0x00004bce setflag  0x00000001 , 0x00000004 , 0x00000002 
+ 00020667  0x00004bcf storet  0x00000001 , 0x00008060 
+ 00020668  0x00004bd0 rtn 
+ 00020669  0x00004bd3 branch  0x000050ab 
+ 00020670  0x00004bd8 fetcht  0x00000001 , 0x000044f5 
+ 00020671  0x00004bd9 call  0x00006ef7 
+ 00020672  0x00004bda call  0x000050ed 
+ 00020673  0x00004bdb fetcht  0x00000001 , 0x000044f3 
+ 00020674  0x00004bdc branch  0x00006edd 
+ 00020675  0x00004bdf fetcht  0x00000001 , 0x000044f3 
+ 00020676  0x00004be0 call  0x00006ee6 
+ 00020677  0x00004be1 nbranch  0x0000430a , 0x00000001 
+ 00020678  0x00004be2 branch  0x00004308 
+ 00020679  0x00004be6 call  0x000069a9 
+ 00020680  0x00004be7 nrtn  0x00000034 
+ 00020681  0x00004be8 branch  0x000050ef 
+ 00020682  0x00004bec copy  0x00000013 , 0x0000003f 
+ 00020683  0x00004bed beq  0x00000014 , 0x000050dc 
+ 00020684  0x00004bee beq  0x00000015 , 0x000050d8 
+ 00020685  0x00004bef beq  0x00000030 , 0x00005375 
+ 00020686  0x00004bf0 beq  0x00000031 , 0x00005377 
+ 00020687  0x00004bf1 beq  0x00000032 , 0x00005381 
+ 00020688  0x00004bf2 beq  0x00000033 , 0x0000537f 
+ 00020689  0x00004bf3 beq  0x00000034 , 0x0000536f 
+ 00020690  0x00004bf4 beq  0x0000003d , 0x0000534f 
+ 00020691  0x00004bf5 beq  0x00000041 , 0x000050e2 
+ 00020692  0x00004bf6 beq  0x00000042 , 0x000050e4 
+ 00020693  0x00004bf7 beq  0x00000043 , 0x0000536d 
+ 00020694  0x00004bf8 beq  0x0000003b , 0x00005358 
+ 00020695  0x00004bf9 rtn 
+ 00020696  0x00004bfe call  0x000029cb 
+ 00020697  0x00004bff jam  0x00000000 , 0x00004511 
+ 00020698  0x00004c00 call  0x000050e0 
+ 00020699  0x00004c01 branch  0x00005321 
+ 00020700  0x00004c08 call  0x000050e7 
+ 00020701  0x00004c09 fetch  0x00000001 , 0x000044fe 
+ 00020702  0x00004c0a store  0x00000001 , 0x000040c0 
+ 00020703  0x00004c0b branch  0x0000531f 
+ 00020704  0x00004c10 call  0x00005149 
+ 00020705  0x00004c11 branch  0x000050e5 
+ 00020706  0x00004c15 call  0x000030f3 
+ 00020707  0x00004c16 branch  0x00002ed5 
+ 00020708  0x00004c19 branch  0x00005391 
+ 00020709  0x00004c1d fetcht  0x00000001 , 0x000044f5 
+ 00020710  0x00004c1e branch  0x00006ef7 
+ 00020711  0x00004c21 call  0x000050e9 
+ 00020712  0x00004c22 branch  0x000050ed 
+ 00020713  0x00004c25 fetch  0x00000001 , 0x000044f8 
+ 00020714  0x00004c26 isolate1  0x00000001 , 0x0000003f 
+ 00020715  0x00004c27 call  0x00004315 , 0x00000001 
+ 00020716  0x00004c28 rtn 
+ 00020717  0x00004c2a fetcht  0x00000001 , 0x000044f5 
+ 00020718  0x00004c2b branch  0x00006ef3 
+ 00020719  0x00004c2f fetch  0x00000001 , 0x0000810b 
+ 00020720  0x00004c30 rtnbit1  0x00000002 
+ 00020721  0x00004c31 call  0x00006d96 
+ 00020722  0x00004c32 ifetch  0x00000001 , 0x00000003 
+ 00020723  0x00004c33 bne  0x00000001 , 0x00005105 
+ 00020724  0x00004c34 fetch  0x00000002 , 0x00008112 
+ 00020725  0x00004c35 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00020726  0x00004c36 rtn  0x00000002 
+ 00020727  0x00004c37 ifetch  0x00000001 , 0x00000003 
+ 00020728  0x00004c38 store  0x00000001 , 0x000006e2 
+ 00020729  0x00004c39 ifetcht  0x00000001 , 0x00000003 
+ 00020730  0x00004c3a copy  0x00000003 , 0x00000011 
+ 00020731  0x00004c3b storet  0x00000001 , 0x000006e3 
+ 00020732  0x00004c3c add  0x00000002 , 0x00000003 , 0x00000002 
+ 00020733  0x00004c3d fetch  0x00000002 , 0x00008112 
+ 00020734  0x00004c3e isub  0x00000002 , 0x00000002 
+ 00020735  0x00004c3f nrtn  0x00000002 
+ 00020736  0x00004c40 jam  0x00000001 , 0x000006e4 
+ 00020737  0x00004c41 call  0x00005113 
+ 00020738  0x00004c42 fetch  0x00000001 , 0x000006e4 
+ 00020739  0x00004c43 rtneq  0x00000000 
+ 00020740  0x00004c44 branch  0x0000510e 
+ 00020741  0x00004c47 call  0x00007c95 
+ 00020742  0x00004c48 call  0x0000535e 
+ 00020743  0x00004c49 branch  0x00005108 
+ 00020744  0x00004c4d bpatch  0x00000063 , 0x0000400c 
+ 00020745  0x00004c4e call  0x00006d96 
+ 00020746  0x00004c4f fetch  0x00000002 , 0x00008112 
+ 00020747  0x00004c50 rtn  0x00000034 
+ 00020748  0x00004c51 iadd  0x00000003 , 0x00000003 
+ 00020749  0x00004c52 branch  0x00005112 
+ 00020750  0x00004c55 call  0x00006d96 
+ 00020751  0x00004c56 increase  0x00000002 , 0x00000003 
+ 00020752  0x00004c57 ifetch  0x00000001 , 0x00000003 
+ 00020753  0x00004c58 iadd  0x00000003 , 0x00000003 
+ 00020754  0x00004c5a branch  0x00006d9c 
+ 00020755  0x00004c5e bpatch  0x00000064 , 0x0000400c 
+ 00020756  0x00004c5f fetch  0x00000001 , 0x000006e2 
+ 00020757  0x00004c60 beq  0x00000001 , 0x0000513d 
+ 00020758  0x00004c61 beq  0x00000002 , 0x00005142 
+ 00020759  0x00004c62 beq  0x00000004 , 0x00005150 
+ 00020760  0x00004c63 beq  0x00000009 , 0x00005154 
+ 00020761  0x00004c64 beq  0x0000000b , 0x000051ab 
+ 00020762  0x00004c65 beq  0x0000000e , 0x000051ac 
+ 00020763  0x00004c66 beq  0x0000000f , 0x000051b4 
+ 00020764  0x00004c67 beq  0x00000010 , 0x000051bc 
+ 00020765  0x00004c68 beq  0x00000012 , 0x000051c0 
+ 00020766  0x00004c69 beq  0x00000026 , 0x000051c4 
+ 00020767  0x00004c6a beq  0x00000028 , 0x000051c9 
+ 00020768  0x00004c6b beq  0x0000002a , 0x000051cc 
+ 00020769  0x00004c6c beq  0x0000002b , 0x000051ff 
+ 00020770  0x00004c6d beq  0x0000002c , 0x00005205 
+ 00020771  0x00004c6e beq  0x00000030 , 0x0000520c 
+ 00020772  0x00004c6f beq  0x00000031 , 0x00005211 
+ 00020773  0x00004c70 beq  0x00000032 , 0x00005222 
+ 00020774  0x00004c71 beq  0x00000033 , 0x0000522d 
+ 00020775  0x00004c72 beq  0x00000034 , 0x0000525a 
+ 00020776  0x00004c73 beq  0x00000035 , 0x0000525d 
+ 00020777  0x00004c74 beq  0x00000036 , 0x00005266 
+ 00020778  0x00004c75 beq  0x00000037 , 0x0000526f 
+ 00020779  0x00004c76 beq  0x00000038 , 0x00005275 
+ 00020780  0x00004c77 beq  0x00000040 , 0x0000527d 
+ 00020781  0x00004c78 beq  0x00000042 , 0x00005287 
+ 00020782  0x00004c79 beq  0x00000048 , 0x0000528c 
+ 00020783  0x00004c7b beq  0x00000051 , 0x00005297 
+ 00020784  0x00004c7c beq  0x00000061 , 0x0000529b 
+ 00020785  0x00004c7d beq  0x00000076 , 0x000052aa 
+ 00020786  0x00004c7e beq  0x00000077 , 0x000052b0 
+ 00020787  0x00004c7f beq  0x00000078 , 0x000052b5 
+ 00020788  0x00004c80 beq  0x0000007a , 0x000052eb 
+ 00020789  0x00004c81 beq  0x0000007b , 0x000052f9 
+ 00020790  0x00004c82 beq  0x00000090 , 0x000052ff 
+ 00020791  0x00004c83 beq  0x00000091 , 0x00005304 
+ 00020792  0x00004c84 beq  0x00000092 , 0x00005308 
+ 00020793  0x00004c85 beq  0x00000093 , 0x0000530d 
+ 00020794  0x00004c86 beq  0x00000094 , 0x00005311 
+ 00020795  0x00004c87 beq  0x000000ff , 0x00005317 
+ 00020796  0x00004c88 branch  0x00005319 
+ 00020797  0x00004c8f fetch  0x00000001 , 0x000006e3 
+ 00020798  0x00004c90 bne  0x00000006 , 0x00005319 
+ 00020799  0x00004c91 ifetch  0x00000006 , 0x00000003 
+ 00020800  0x00004c92 store  0x00000006 , 0x000042db 
+ 00020801  0x00004c93 branch  0x0000531c 
+ 00020802  0x00004c98 fetch  0x00000001 , 0x000006e3 
+ 00020803  0x00004c99 bne  0x00000001 , 0x00005319 
+ 00020804  0x00004c9a ifetcht  0x00000001 , 0x00000003 
+ 00020805  0x00004c9b storet  0x00000001 , 0x000044ff 
+ 00020806  0x00004c9c call  0x0000531c 
+ 00020807  0x00004c9d fetch  0x00000002 , 0x000044e9 
+ 00020808  0x00004c9e rtnbit1  0x00000009 
+ 00020809  0x00004ca2 fetch  0x00000001 , 0x000044f8 
+ 00020810  0x00004ca3 isolate1  0x00000001 , 0x0000003f 
+ 00020811  0x00004ca4 nrtn  0x00000001 
+ 00020812  0x00004ca5 fetcht  0x00000001 , 0x000044ff 
+ 00020813  0x00004ca6 isolate1  0x00000002 , 0x00000002 
+ 00020814  0x00004ca7 branch  0x00004317 , 0x00000001 
+ 00020815  0x00004ca8 branch  0x00004315 
+ 00020816  0x00004cae arg  0x0000001d , 0x0000003f 
+ 00020817  0x00004caf arg  0x0000426b , 0x00000005 
+ 00020818  0x00004cb0 call  0x00005260 
+ 00020819  0x00004cb1 branch  0x00002952 
+ 00020820  0x00004cb7 fetch  0x00000002 , 0x000044e9 
+ 00020821  0x00004cb8 bbit0  0x00000009 , 0x00005319 
+ 00020822  0x00004cb9 call  0x000051a8 
+ 00020823  0x00004cba branch  0x00005319 , 0x00000028 
+ 00020824  0x00004cbb jam  0x00000000 , 0x000006e4 
+ 00020825  0x00004cbc fetch  0x00000002 , 0x0000450f 
+ 00020826  0x00004cbd bbit1  0x00000008 , 0x00005179 
+ 00020827  0x00004cbe fetch  0x00000001 , 0x00004511 
+ 00020828  0x00004cbf nrtn  0x00000034 
+ 00020829  0x00004cc0 jam  0x00000001 , 0x000006e4 
+ 00020830  0x00004cc1 ifetch  0x00000002 , 0x00000003 
+ 00020831  0x00004cc2 store  0x00000002 , 0x00004512 
+ 00020832  0x00004cc3 storer  0x00000003 , 0x00000002 , 0x00004514 
+ 00020833  0x00004cc4 fetch  0x00000001 , 0x000006e3 
+ 00020834  0x00004cc5 pincrease  0xfffffffe 
+ 00020835  0x00004cc6 nbranch  0x00005319 , 0x00000002 
+ 00020836  0x00004cc7 branch  0x00005319 , 0x00000005 
+ 00020837  0x00004cc8 store  0x00000001 , 0x00004511 
+ 00020838  0x00004cc9 fetcht  0x00000002 , 0x00004512 
+ 00020839  0x00004cca increase  0xffffffff , 0x00000002 
+ 00020840  0x00004ccb call  0x00002cd2 
+ 00020841  0x00004ccc branch  0x0000517c , 0x00000034 
+ 00020842  0x00004ccd ifetcht  0x00000004 , 0x00000006 
+ 00020843  0x00004cce setarg  0x01280302 
+ 00020844  0x00004ccf isub  0x00000002 , 0x0000003e 
+ 00020845  0x00004cd0 nbranch  0x0000517c , 0x00000005 
+ 00020846  0x00004cd1 ifetch  0x00000001 , 0x00000006 
+ 00020847  0x00004cd2 store  0x00000001 , 0x00004516 
+ 00020848  0x00004cd3 and_into  0x00000030 , 0x0000003f 
+ 00020849  0x00004cd4 branch  0x0000517c , 0x00000034 
+ 00020850  0x00004cd5 jam  0x00000000 , 0x000006e4 
+ 00020851  0x00004cd6 call  0x000029c9 
+ 00020852  0x00004cd7 call  0x00005180 
+ 00020853  0x00004cd8 call  0x00005180 
+ 00020854  0x00004cd9 call  0x00005180 
+ 00020855  0x00004cda fetch  0x00000002 , 0x0000450f 
+ 00020856  0x00004cdb rtnbit0  0x00000008 
+ 00020857  0x00004cdd jam  0x00000001 , 0x000006e4 
+ 00020858  0x00004cde call  0x000053d6 
+ 00020859  0x00004cdf branch  0x0000531c 
+ 00020860  0x00004ce2 jam  0x00000000 , 0x00004511 
+ 00020861  0x00004ce3 jam  0x00000001 , 0x000006e4 
+ 00020862  0x00004ce4 call  0x000053d6 
+ 00020863  0x00004ce5 branch  0x00005319 
+ 00020864  0x00004ce8 fetch  0x00000001 , 0x00004511 
+ 00020865  0x00004ce9 rtn  0x00000034 
+ 00020866  0x00004cea call  0x00002a28 
+ 00020867  0x00004ceb nrtn  0x00000034 
+ 00020868  0x00004cec call  0x000051a3 
+ 00020869  0x00004ced bpatch  0x00000065 , 0x0000400c 
+ 00020870  0x00004cee fetch  0x00000002 , 0x000042e1 
+ 00020871  0x00004cef call  0x00007db0 
+ 00020872  0x00004cf0 copy  0x0000003f , 0x00000002 
+ 00020873  0x00004cf1 fetch  0x00000001 , 0x00004396 
+ 00020874  0x00004cf2 rtnbit1  0x00000000 
+ 00020875  0x00004cf3 add  0x00000002 , 0xfffffffd , 0x0000003f 
+ 00020876  0x00004cf4 arg  0x000000fb , 0x00000002 
+ 00020877  0x00004cf5 call  0x00007db0 
+ 00020878  0x00004cf6 fetcht  0x00000001 , 0x00004511 
+ 00020879  0x00004cf7 call  0x00007db0 
+ 00020880  0x00004cf8 copy  0x0000003f , 0x00000011 
+ 00020881  0x00004cf9 copy  0x00000002 , 0x0000003f 
+ 00020882  0x00004cfa isub  0x00000011 , 0x0000003f 
+ 00020883  0x00004cfb store  0x00000001 , 0x00004511 
+ 00020884  0x00004cfc call  0x0000519e 
+ 00020885  0x00004cfd fetch  0x00000002 , 0x00004514 
+ 00020886  0x00004cfe copy  0x0000003f , 0x00000003 
+ 00020887  0x00004cff copy  0x00000011 , 0x00000039 
+ 00020888  0x00004d00 call  0x00006dca 
+ 00020889  0x00004d01 copy  0x00000003 , 0x0000003f 
+ 00020890  0x00004d02 store  0x00000002 , 0x00004514 
+ 00020891  0x00004d03 fetch  0x00000001 , 0x00004511 
+ 00020892  0x00004d04 nrtn  0x00000034 
+ 00020893  0x00004d05 branch  0x000053d4 
+ 00020894  0x00004d08 fetcht  0x00000002 , 0x00004512 
+ 00020895  0x00004d09 fetch  0x00000001 , 0x00004516 
+ 00020896  0x00004d0a bbit1  0x00000005 , 0x00002df7 
+ 00020897  0x00004d0b bbit1  0x00000004 , 0x00002dee 
+ 00020898  0x00004d0c rtn 
+ 00020899  0x00004d11 arg  0x00000017 , 0x00000002 
+ 00020900  0x00004d12 fetch  0x00000002 , 0x0000450f 
+ 00020901  0x00004d13 rtnbit1  0x00000001 
+ 00020902  0x00004d14 fetcht  0x00000002 , 0x000042e3 
+ 00020903  0x00004d15 rtn 
+ 00020904  0x00004d18 fetch  0x00000002 , 0x0000450f 
+ 00020905  0x00004d19 bbit1  0x00000002 , 0x00002dc7 
+ 00020906  0x00004d1a branch  0x00007dbc 
+ 00020907  0x00004d1f branch  0x0000533f 
+ 00020908  0x00004d26 ifetch  0x00000001 , 0x00000003 
+ 00020909  0x00004d27 fetcht  0x00000001 , 0x0000450f 
+ 00020910  0x00004d28 nsetflag  0x00000034 , 0x00000000 , 0x00000002 
+ 00020911  0x00004d29 storet  0x00000001 , 0x0000450f 
+ 00020912  0x00004d2a fetcht  0x00000001 , 0x00008060 
+ 00020913  0x00004d2b nsetflag  0x00000034 , 0x00000004 , 0x00000002 
+ 00020914  0x00004d2c storet  0x00000001 , 0x00008060 
+ 00020915  0x00004d2d branch  0x0000531c 
+ 00020916  0x00004d32 fetchr  0x00000039 , 0x00000001 , 0x000006e3 
+ 00020917  0x00004d33 call  0x00007d33 
+ 00020918  0x00004d34 call  0x00006d77 
+ 00020919  0x00004d35 store  0x00000002 , 0x00004508 
+ 00020920  0x00004d36 call  0x0000531c 
+ 00020921  0x00004d37 call  0x00006dae 
+ 00020922  0x00004d38 fetch  0x00000002 , 0x00004508 
+ 00020923  0x00004d39 branch  0x00006d73 
+ 00020924  0x00004d3e arg  0x00000002 , 0x00000011 
+ 00020925  0x00004d3f arg  0x000044f1 , 0x00000012 
+ 00020926  0x00004d40 arg  0x00000000 , 0x00000002 
+ 00020927  0x00004d41 branch  0x00005323 
+ 00020928  0x00004d47 fetch  0x00000002 , 0x000044e9 
+ 00020929  0x00004d48 bbit0  0x00000009 , 0x00005319 
+ 00020930  0x00004d4a call  0x0000531c 
+ 00020931  0x00004d4b branch  0x0000431f 
+ 00020932  0x00004d52 fetchr  0x00000039 , 0x00000001 , 0x000006e3 
+ 00020933  0x00004d53 fetch  0x00000002 , 0x000043f8 
+ 00020934  0x00004d54 icopy  0x00000005 
+ 00020935  0x00004d55 call  0x00006dca 
+ 00020936  0x00004d56 branch  0x0000531c 
+ 00020937  0x00004d5b fetch  0x00000002 , 0x000044e9 
+ 00020938  0x00004d5c bbit1  0x00000009 , 0x0000528c 
+ 00020939  0x00004d5d branch  0x00005319 
+ 00020940  0x00004d62 arg  0x00000040 , 0x00000039 
+ 00020941  0x00004d63 arg  0x00004348 , 0x00000005 
+ 00020942  0x00004d64 call  0x00007ca1 
+ 00020943  0x00004d65 setarg  0x00000000 
+ 00020944  0x00004d66 store  0x00000001 , 0x00000688 
+ 00020945  0x00004d67 copy  0x00000011 , 0x00000003 
+ 00020946  0x00004d69 copy  0x00000003 , 0x0000003f 
+ 00020947  0x00004d6a store  0x00000002 , 0x0000068c 
+ 00020948  0x00004d6b call  0x000051fa 
+ 00020949  0x00004d6d fetch  0x00000001 , 0x00000688 
+ 00020950  0x00004d6e fetcht  0x00000001 , 0x00000678 
+ 00020951  0x00004d6f increase  0x00000001 , 0x00000002 
+ 00020952  0x00004d70 iadd  0x00000002 , 0x0000003f 
+ 00020953  0x00004d71 store  0x00000001 , 0x00000688 
+ 00020954  0x00004d73 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00020955  0x00004d74 nbranch  0x000051e6 , 0x00000002 
+ 00020956  0x00004d76 fetcht  0x00000001 , 0x00004348 
+ 00020957  0x00004d77 setarg  0x00004349 
+ 00020958  0x00004d78 iadd  0x00000002 , 0x0000003f 
+ 00020959  0x00004d79 store  0x00000002 , 0x00000691 
+ 00020960  0x00004d7a fetcht  0x00000001 , 0x00000678 
+ 00020961  0x00004d7b increase  0x00000001 , 0x00000002 
+ 00020962  0x00004d7c fetch  0x00000001 , 0x00004348 
+ 00020963  0x00004d7d iadd  0x00000002 , 0x0000003f 
+ 00020964  0x00004d7e store  0x00000001 , 0x00004348 
+ 00020965  0x00004d7f branch  0x000051ef 
+ 00020966  0x00004d81 fetcht  0x00000001 , 0x00004368 
+ 00020967  0x00004d82 setarg  0x00004369 
+ 00020968  0x00004d83 iadd  0x00000002 , 0x0000003f 
+ 00020969  0x00004d84 store  0x00000002 , 0x00000691 
+ 00020970  0x00004d85 fetcht  0x00000001 , 0x00000678 
+ 00020971  0x00004d86 increase  0x00000001 , 0x00000002 
+ 00020972  0x00004d87 fetch  0x00000001 , 0x00004368 
+ 00020973  0x00004d88 iadd  0x00000002 , 0x0000003f 
+ 00020974  0x00004d89 store  0x00000001 , 0x00004368 
+ 00020975  0x00004d8b fetch  0x00000002 , 0x00000691 
+ 00020976  0x00004d8c copy  0x0000003f , 0x00000005 
+ 00020977  0x00004d8d fetch  0x00000002 , 0x0000068c 
+ 00020978  0x00004d8e copy  0x0000003f , 0x00000003 
+ 00020979  0x00004d90 copy  0x00000002 , 0x00000039 
+ 00020980  0x00004d91 call  0x00006dca 
+ 00020981  0x00004d93 fetch  0x00000001 , 0x000006e3 
+ 00020982  0x00004d94 fetcht  0x00000001 , 0x00000688 
+ 00020983  0x00004d95 isub  0x00000002 , 0x0000003e 
+ 00020984  0x00004d96 nbranch  0x000051d2 , 0x00000005 
+ 00020985  0x00004d97 branch  0x0000531c 
+ 00020986  0x00004d9b ifetch  0x00000001 , 0x00000003 
+ 00020987  0x00004d9c store  0x00000001 , 0x00000678 
+ 00020988  0x00004d9d ifetch  0x00000001 , 0x00000003 
+ 00020989  0x00004d9e store  0x00000001 , 0x00000684 
+ 00020990  0x00004d9f rtn 
+ 00020991  0x00004da4 arg  0x00000000 , 0x00000002 
+ 00020992  0x00004da5 arg  0x00000002 , 0x00000011 
+ 00020993  0x00004da6 fetch  0x00000002 , 0x0000450c 
+ 00020994  0x00004da7 store  0x00000002 , 0x000006a1 
+ 00020995  0x00004da8 arg  0x000006a1 , 0x00000012 
+ 00020996  0x00004da9 branch  0x00005323 
+ 00020997  0x00004dae fetch  0x00000001 , 0x000006e3 
+ 00020998  0x00004daf bne  0x00000001 , 0x00005319 
+ 00020999  0x00004db0 ifetch  0x00000001 , 0x00000003 
+ 00021000  0x00004db1 store  0x00000001 , 0x0000450a 
+ 00021001  0x00004db2 setarg  0x00000000 
+ 00021002  0x00004db3 store  0x00000002 , 0x0000450c 
+ 00021003  0x00004db4 branch  0x0000531c 
+ 00021004  0x00004db9 fetch  0x00000001 , 0x000006e3 
+ 00021005  0x00004dba bne  0x00000004 , 0x00005319 
+ 00021006  0x00004dbb fetch  0x00000002 , 0x000044e9 
+ 00021007  0x00004dbc bbit1  0x00000009 , 0x000052eb 
+ 00021008  0x00004dbd branch  0x00005319 
+ 00021009  0x00004dc3 fetch  0x00000001 , 0x000006e3 
+ 00021010  0x00004dc4 bne  0x00000003 , 0x00005319 
+ 00021011  0x00004dc5 ifetch  0x00000001 , 0x00000003 
+ 00021012  0x00004dc6 beq  0x00000000 , 0x00005217 
+ 00021013  0x00004dc7 beq  0x00000001 , 0x0000521d 
+ 00021014  0x00004dc8 branch  0x00005319 
+ 00021015  0x00004dcb call  0x0000531c 
+ 00021016  0x00004dcc ifetcht  0x00000001 , 0x00000003 
+ 00021017  0x00004dcd ifetch  0x00000001 , 0x00000003 
+ 00021018  0x00004dce beq  0x00000002 , 0x00006f0f 
+ 00021019  0x00004dcf nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00021020  0x00004dd0 branch  0x00006edd 
+ 00021021  0x00004dd3 call  0x0000531c 
+ 00021022  0x00004dd4 ifetcht  0x00000001 , 0x00000003 
+ 00021023  0x00004dd5 ifetch  0x00000001 , 0x00000003 
+ 00021024  0x00004dd6 branch  0x00006ef7 , 0x00000034 
+ 00021025  0x00004dd7 branch  0x00006ef3 
+ 00021026  0x00004ddc fetch  0x00000001 , 0x000006e3 
+ 00021027  0x00004ddd bne  0x00000001 , 0x00005319 
+ 00021028  0x00004dde ifetcht  0x00000001 , 0x00000003 
+ 00021029  0x00004ddf call  0x00006ee6 
+ 00021030  0x00004de0 setarg  0x00000000 
+ 00021031  0x00004de1 nsetflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00021032  0x00004de2 arg  0x00000001 , 0x00000011 
+ 00021033  0x00004de3 store  0x00000002 , 0x000006a1 
+ 00021034  0x00004de4 arg  0x000006a1 , 0x00000012 
+ 00021035  0x00004de5 arg  0x00000000 , 0x00000002 
+ 00021036  0x00004de6 branch  0x00005323 
+ 00021037  0x00004deb ifetch  0x00000001 , 0x00000003 
+ 00021038  0x00004dec copy  0x0000003f , 0x00000002 
+ 00021039  0x00004ded beq  0x00000081 , 0x0000523c 
+ 00021040  0x00004dee beq  0x00000082 , 0x00005240 
+ 00021041  0x00004def beq  0x00000083 , 0x00005245 
+ 00021042  0x00004df0 beq  0x00000084 , 0x00005249 
+ 00021043  0x00004df1 store  0x00000001 , 0x000042fe 
+ 00021044  0x00004df2 call  0x000074ff 
+ 00021045  0x00004df3 call  0x00002ec4 
+ 00021046  0x00004df4 fetch  0x00000001 , 0x000042fe 
+ 00021047  0x00004df5 beq  0x00000000 , 0x0000524d 
+ 00021048  0x00004df6 beq  0x00000001 , 0x00005250 
+ 00021049  0x00004df7 beq  0x00000002 , 0x00005252 
+ 00021050  0x00004df8 beq  0x00000004 , 0x00005254 
+ 00021051  0x00004df9 branch  0x00005319 
+ 00021052  0x00004dfc storet  0x00000001 , 0x000042fe 
+ 00021053  0x00004dfd call  0x00002ec0 
+ 00021054  0x00004dfe jam  0x0000000d , 0x000042c7 
+ 00021055  0x00004dff branch  0x0000524e 
+ 00021056  0x00004e01 storet  0x00000001 , 0x000042fe 
+ 00021057  0x00004e02 call  0x00002ec0 
+ 00021058  0x00004e03 jam  0x0000000d , 0x000042c7 
+ 00021059  0x00004e04 jam  0x00000001 , 0x000042c5 
+ 00021060  0x00004e05 branch  0x0000531c 
+ 00021061  0x00004e07 storet  0x00000001 , 0x000042fe 
+ 00021062  0x00004e08 call  0x00002ec0 
+ 00021063  0x00004e09 jam  0x0000000d , 0x000042c7 
+ 00021064  0x00004e0a branch  0x00005258 
+ 00021065  0x00004e0c storet  0x00000001 , 0x000042fe 
+ 00021066  0x00004e0d call  0x00002ec0 
+ 00021067  0x00004e0e jam  0x0000000d , 0x000042c7 
+ 00021068  0x00004e0f branch  0x00005256 
+ 00021069  0x00004e13 jam  0x00000000 , 0x000042c7 
+ 00021070  0x00004e15 jam  0x00000003 , 0x000042c5 
+ 00021071  0x00004e16 branch  0x0000531c 
+ 00021072  0x00004e18 jam  0x00000001 , 0x000042c7 
+ 00021073  0x00004e19 branch  0x0000524e 
+ 00021074  0x00004e1b jam  0x00000005 , 0x000042c7 
+ 00021075  0x00004e1c branch  0x00005258 
+ 00021076  0x00004e1e jam  0x00000005 , 0x000042c7 
+ 00021077  0x00004e1f branch  0x00005256 
+ 00021078  0x00004e21 jam  0x00000002 , 0x000042c5 
+ 00021079  0x00004e22 branch  0x0000531c 
+ 00021080  0x00004e24 jam  0x00000000 , 0x000042c5 
+ 00021081  0x00004e25 branch  0x0000531c 
+ 00021082  0x00004e2a arg  0x0000001f , 0x0000003f 
+ 00021083  0x00004e2b arg  0x00004348 , 0x00000005 
+ 00021084  0x00004e2c branch  0x00005260 
+ 00021085  0x00004e31 arg  0x0000001f , 0x0000003f 
+ 00021086  0x00004e32 arg  0x00004368 , 0x00000005 
+ 00021087  0x00004e33 branch  0x00005260 
+ 00021088  0x00004e36 fetchr  0x00000039 , 0x00000001 , 0x000006e3 
+ 00021089  0x00004e37 isub  0x00000039 , 0x0000003e 
+ 00021090  0x00004e38 nbranch  0x00005319 , 0x00000002 
+ 00021091  0x00004e39 istorer  0x00000039 , 0x00000001 , 0x00000005 
+ 00021092  0x00004e3a call  0x00006dca 
+ 00021093  0x00004e3b branch  0x0000531c 
+ 00021094  0x00004e40 fetch  0x00000002 , 0x000044e9 
+ 00021095  0x00004e41 bbit0  0x00000009 , 0x00005319 
+ 00021096  0x00004e42 fetch  0x00000001 , 0x000006e3 
+ 00021097  0x00004e43 bne  0x00000008 , 0x00005319 
+ 00021098  0x00004e44 ifetch  0x00000008 , 0x00000003 
+ 00021099  0x00004e45 store  0x00000008 , 0x000042d3 
+ 00021100  0x00004e46 jam  0x00000012 , 0x0000066f 
+ 00021101  0x00004e47 call  0x00007834 
+ 00021102  0x00004e48 branch  0x0000531c 
+ 00021103  0x00004e4d ifetch  0x00000002 , 0x00000003 
+ 00021104  0x00004e4e store  0x00000002 , 0x00004389 
+ 00021105  0x00004e4f storet  0x00000001 , 0x000040a6 
+ 00021106  0x00004e50 iadd  0x00000002 , 0x0000003f 
+ 00021107  0x00004e51 store  0x00000002 , 0x000040a4 
+ 00021108  0x00004e52 branch  0x0000531c 
+ 00021109  0x00004e57 fetch  0x00000001 , 0x000042fe 
+ 00021110  0x00004e58 branch  0x00005319 , 0x00000034 
+ 00021111  0x00004e59 fetch  0x00000001 , 0x000042fc 
+ 00021112  0x00004e5a bne  0x00000000 , 0x00005319 
+ 00021113  0x00004e5b fetch  0x00000001 , 0x000042fd 
+ 00021114  0x00004e5c bne  0x00000000 , 0x00005319 
+ 00021115  0x00004e5d call  0x000078a9 
+ 00021116  0x00004e5e branch  0x0000531c 
+ 00021117  0x00004e63 fetch  0x00000001 , 0x000006e3 
+ 00021118  0x00004e64 bne  0x00000005 , 0x00005319 
+ 00021119  0x00004e65 ifetch  0x00000001 , 0x00000003 
+ 00021120  0x00004e66 store  0x00000001 , 0x000044f9 
+ 00021121  0x00004e67 ifetch  0x00000004 , 0x00000003 
+ 00021122  0x00004e68 store  0x00000004 , 0x000044fa 
+ 00021123  0x00004e69 fetcht  0x00000001 , 0x000044f9 
+ 00021124  0x00004e6a call  0x00006ef7 
+ 00021125  0x00004e6b call  0x000053ae 
+ 00021126  0x00004e6c branch  0x0000531c 
+ 00021127  0x00004e71 fetch  0x00000001 , 0x000006e3 
+ 00021128  0x00004e72 bne  0x00000001 , 0x00005319 
+ 00021129  0x00004e73 ifetch  0x00000001 , 0x00000003 
+ 00021130  0x00004e74 store  0x00000001 , 0x00004141 
+ 00021131  0x00004e75 branch  0x0000531c 
+ 00021132  0x00004e7a ifetch  0x00000001 , 0x00000003 
+ 00021133  0x00004e7b beq  0x00000001 , 0x00005295 
+ 00021134  0x00004e7c fetch  0x00000001 , 0x000042fa 
+ 00021135  0x00004e7d beq  0x00000003 , 0x00005293 
+ 00021136  0x00004e7e beq  0x00000006 , 0x00005293 
+ 00021137  0x00004e7f beq  0x00000007 , 0x00005293 
+ 00021138  0x00004e80 branch  0x00005319 
+ 00021139  0x00004e82 jam  0x00000001 , 0x000042fb 
+ 00021140  0x00004e83 branch  0x0000531c 
+ 00021141  0x00004e86 call  0x00002f2a 
+ 00021142  0x00004e87 branch  0x0000531c 
+ 00021143  0x00004e8e call  0x0000531c 
+ 00021144  0x00004e8f call  0x00006dae 
+ 00021145  0x00004e90 jam  0x00000001 , 0x00008010 
+ 00021146  0x00004e91 branch  0x0000235a 
+ 00021147  0x00004e96 fetch  0x00000001 , 0x000006e3 
+ 00021148  0x00004e97 beq  0x00000000 , 0x00005319 
+ 00021149  0x00004e98 ifetch  0x00000001 , 0x00000003 
+ 00021150  0x00004e99 branch  0x000052a8 , 0x00000034 
+ 00021151  0x00004e9a fetch  0x00000001 , 0x000006e3 
+ 00021152  0x00004e9b bne  0x00000005 , 0x00005319 
+ 00021153  0x00004e9c ifetch  0x00000004 , 0x00000003 
+ 00021154  0x00004e9d arg  0x000f4240 , 0x00000002 
+ 00021155  0x00004e9e isub  0x00000002 , 0x0000003e 
+ 00021156  0x00004e9f branch  0x00005319 , 0x00000002 
+ 00021157  0x00004ea0 store  0x00000004 , 0x000042ff 
+ 00021158  0x00004ea1 call  0x000029c1 
+ 00021159  0x00004ea2 branch  0x0000531c 
+ 00021160  0x00004ea5 call  0x000029c3 
+ 00021161  0x00004ea6 branch  0x0000531c 
+ 00021162  0x00004eab arg  0x00000001 , 0x00000002 
+ 00021163  0x00004eac call  0x00002cd2 
+ 00021164  0x00004ead add  0x00000006 , 0xfffffffe , 0x00000005 
+ 00021165  0x00004eae setarg  0x00000000 
+ 00021166  0x00004eaf istore  0x00000002 , 0x00000005 
+ 00021167  0x00004eb0 branch  0x0000531c 
+ 00021168  0x00004eb5 call  0x000052b9 
+ 00021169  0x00004eb6 call  0x000052e7 
+ 00021170  0x00004eb7 setarg  0x00000000 
+ 00021171  0x00004eb8 istore  0x00000002 , 0x00000005 
+ 00021172  0x00004eb9 branch  0x00005388 
+ 00021173  0x00004ebf ifetch  0x00000001 , 0x00000003 
+ 00021174  0x00004ec0 call  0x000052bd 
+ 00021175  0x00004ec1 call  0x000052c4 
+ 00021176  0x00004ec2 branch  0x00005388 
+ 00021177  0x00004ec6 call  0x000052e4 
+ 00021178  0x00004ec7 setarg  0x00280002 
+ 00021179  0x00004ec8 istore  0x00000003 , 0x00000005 
+ 00021180  0x00004ec9 rtn 
+ 00021181  0x00004ecd store  0x00000001 , 0x00000670 
+ 00021182  0x00004ece call  0x000052e4 
+ 00021183  0x00004ecf setarg  0x01280302 
+ 00021184  0x00004ed0 istore  0x00000004 , 0x00000005 
+ 00021185  0x00004ed1 fetch  0x00000001 , 0x00000670 
+ 00021186  0x00004ed2 istore  0x00000003 , 0x00000005 
+ 00021187  0x00004ed3 rtn 
+ 00021188  0x00004ed7 call  0x00002cf6 
+ 00021189  0x00004ed8 ifetch  0x00000001 , 0x00000003 
+ 00021190  0x00004ed9 and  0x0000003f , 0x0000001f , 0x00000039 
+ 00021191  0x00004eda copy  0x0000003f , 0x00000011 
+ 00021192  0x00004edb isolate1  0x00000007 , 0x00000011 
+ 00021193  0x00004edc setflag  0x00000001 , 0x0000000f , 0x00000002 
+ 00021194  0x00004edd isolate1  0x00000006 , 0x00000011 
+ 00021195  0x00004ede setflag  0x00000001 , 0x0000000e , 0x00000002 
+ 00021196  0x00004edf istoret  0x00000002 , 0x00000005 
+ 00021197  0x00004ee0 copy  0x00000039 , 0x0000003f 
+ 00021198  0x00004ee1 istore  0x00000001 , 0x00000005 
+ 00021199  0x00004ee2 call  0x00006ddd 
+ 00021200  0x00004ee3 call  0x000052e7 
+ 00021201  0x00004ee4 setarg  0x00000000 
+ 00021202  0x00004ee5 istore  0x00000002 , 0x00000005 
+ 00021203  0x00004ee6 and  0x00000002 , 0x000000ff , 0x00000002 
+ 00021204  0x00004ee7 increase  0xffffffff , 0x00000002 
+ 00021205  0x00004ee8 call  0x00002cd2 
+ 00021206  0x00004ee9 add  0x00000006 , 0x00000004 , 0x00000006 
+ 00021207  0x00004eea ifetch  0x00000001 , 0x00000006 
+ 00021208  0x00004eeb bbit1  0x00000004 , 0x000052dc 
+ 00021209  0x00004eec bbit1  0x00000005 , 0x000052dc 
+ 00021210  0x00004eed increase  0x00000001 , 0x00000002 
+ 00021211  0x00004eee rtn 
+ 00021212  0x00004ef2 call  0x00002cf6 
+ 00021213  0x00004ef3 isolate1  0x00000005 , 0x00000011 
+ 00021214  0x00004ef4 setflag  0x00000001 , 0x0000000f , 0x00000002 
+ 00021215  0x00004ef5 istoret  0x00000002 , 0x00000005 
+ 00021216  0x00004ef6 setarg  0x02290202 
+ 00021217  0x00004ef7 istore  0x00000008 , 0x00000005 
+ 00021218  0x00004ef8 increase  0xffffffff , 0x00000002 
+ 00021219  0x00004ef9 rtn 
+ 00021220  0x00004efd call  0x00002cf6 
+ 00021221  0x00004efe istoret  0x00000002 , 0x00000005 
+ 00021222  0x00004eff rtn 
+ 00021223  0x00004f03 ifetch  0x00000001 , 0x00000003 
+ 00021224  0x00004f04 copy  0x0000003f , 0x00000039 
+ 00021225  0x00004f05 istore  0x00000001 , 0x00000005 
+ 00021226  0x00004f06 branch  0x00006ddd 
+ 00021227  0x00004f0b fetch  0x00000001 , 0x000042fc 
+ 00021228  0x00004f0c bne  0x00000005 , 0x00005319 
+ 00021229  0x00004f0d fetch  0x00000001 , 0x000042fe 
+ 00021230  0x00004f0e beq  0x00000004 , 0x000052f7 
+ 00021231  0x00004f0f beq  0x00000084 , 0x000052f1 
+ 00021232  0x00004f10 branch  0x00005319 
+ 00021233  0x00004f13 jam  0x00000002 , 0x000042f9 
+ 00021234  0x00004f14 jam  0x00000008 , 0x000042fa 
+ 00021235  0x00004f15 branch  0x000052f4 
+ 00021236  0x00004f18 ifetch  0x00000004 , 0x00000003 
+ 00021237  0x00004f19 store  0x00000004 , 0x000042ff 
+ 00021238  0x00004f1a branch  0x0000531c 
+ 00021239  0x00004f1d call  0x000052f4 
+ 00021240  0x00004f1e branch  0x00002f13 
+ 00021241  0x00004f23 ifetch  0x00000006 , 0x00000003 
+ 00021242  0x00004f24 store  0x00000006 , 0x000042cc 
+ 00021243  0x00004f25 jam  0x0000001b , 0x000001bc 
+ 00021244  0x00004f26 jam  0x00000001 , 0x00004517 
+ 00021245  0x00004f27 jam  0x00000001 , 0x00004343 
+ 00021246  0x00004f28 branch  0x0000531c 
+ 00021247  0x00004f2e fetch  0x00000001 , 0x000006e3 
+ 00021248  0x00004f2f bne  0x00000002 , 0x00005319 
+ 00021249  0x00004f30 ifetcht  0x00000002 , 0x00000003 
+ 00021250  0x00004f31 call  0x00002a2d 
+ 00021251  0x00004f32 branch  0x0000531c 
+ 00021252  0x00004f37 arg  0x00000000 , 0x00000002 
+ 00021253  0x00004f38 arg  0x00000002 , 0x00000011 
+ 00021254  0x00004f39 arg  0x00004075 , 0x00000012 
+ 00021255  0x00004f3a branch  0x00005323 
+ 00021256  0x00004f3f fetch  0x00000001 , 0x000006e3 
+ 00021257  0x00004f40 bne  0x00000008 , 0x00005319 
+ 00021258  0x00004f41 ifetch  0x00000008 , 0x00000003 
+ 00021259  0x00004f42 call  0x00002a2b 
+ 00021260  0x00004f43 branch  0x0000531c 
+ 00021261  0x00004f48 ifetchr  0x00000011 , 0x00000001 , 0x00000003 
+ 00021262  0x00004f49 ifetchr  0x00000012 , 0x00000002 , 0x00000003 
+ 00021263  0x00004f4a arg  0x00000000 , 0x00000002 
+ 00021264  0x00004f4b branch  0x00005323 
+ 00021265  0x00004f50 fetchr  0x00000039 , 0x00000001 , 0x000006e3 
+ 00021266  0x00004f51 increase  0xfffffffe , 0x00000039 
+ 00021267  0x00004f52 ifetch  0x00000002 , 0x00000003 
+ 00021268  0x00004f53 copy  0x0000003f , 0x00000005 
+ 00021269  0x00004f54 call  0x00006dca 
+ 00021270  0x00004f55 branch  0x0000531c 
+ 00021271  0x00004f5b jam  0x00000000 , 0x00004094 
+ 00021272  0x00004f5c branch  0x0000531c 
+ 00021273  0x00004f62 arg  0x00000001 , 0x00000002 
+ 00021274  0x00004f63 arg  0x00000000 , 0x00000011 
+ 00021275  0x00004f64 branch  0x00005323 
+ 00021276  0x00004f68 arg  0x00000000 , 0x00000002 
+ 00021277  0x00004f69 arg  0x00000000 , 0x00000011 
+ 00021278  0x00004f6a branch  0x00005323 
+ 00021279  0x00004f6f jam  0x00000002 , 0x000006e2 
+ 00021280  0x00004f70 branch  0x0000533c 
+ 00021281  0x00004f76 jam  0x00000005 , 0x000006e2 
+ 00021282  0x00004f77 branch  0x0000533c 
+ 00021283  0x00004f80 fetch  0x00000001 , 0x000006e2 
+ 00021284  0x00004f81 copy  0x0000003f , 0x00000013 
+ 00021285  0x00004f82 jam  0x00000006 , 0x000006e2 
+ 00021286  0x00004f83 setarg  0x00000002 
+ 00021287  0x00004f84 iadd  0x00000011 , 0x0000003f 
+ 00021288  0x00004f85 call  0x00005397 
+ 00021289  0x00004f86 copy  0x00000013 , 0x0000003f 
+ 00021290  0x00004f87 istore  0x00000001 , 0x00000003 
+ 00021291  0x00004f88 istoret  0x00000001 , 0x00000003 
+ 00021292  0x00004f89 copy  0x00000011 , 0x00000039 
+ 00021293  0x00004f8a copy  0x00000012 , 0x00000006 
+ 00021294  0x00004f8b call  0x00006dc4 
+ 00021295  0x00004f8c branch  0x000053a1 
+ 00021296  0x00004f94 jam  0x00000008 , 0x000006e2 
+ 00021297  0x00004f95 add  0x00000039 , 0x00000002 , 0x0000003f 
+ 00021298  0x00004f96 call  0x00005397 
+ 00021299  0x00004f97 fetch  0x00000002 , 0x0000070d 
+ 00021300  0x00004f98 istore  0x00000002 , 0x00000003 
+ 00021301  0x00004f99 fetch  0x00000002 , 0x0000070b 
+ 00021302  0x00004f9a icopy  0x00000006 
+ 00021303  0x00004f9b call  0x00006db1 
+ 00021304  0x00004f9c copy  0x00000006 , 0x0000003f 
+ 00021305  0x00004f9d store  0x00000002 , 0x0000070b 
+ 00021306  0x00004f9e branch  0x000053a1 
+ 00021307  0x00004fa3 jam  0x00000009 , 0x000006e2 
+ 00021308  0x00004fa5 setarg  0x00000000 
+ 00021309  0x00004fa6 call  0x00005397 
+ 00021310  0x00004fa7 branch  0x000053a1 
+ 00021311  0x00004fac jam  0x0000000a , 0x000006e2 
+ 00021312  0x00004fad setarg  0x00000001 
+ 00021313  0x00004fae call  0x00005397 
+ 00021314  0x00004fb0 call  0x00005349 
+ 00021315  0x00004fb2 fetch  0x00000002 , 0x000044e9 
+ 00021316  0x00004fb3 arg  0x00000009 , 0x00000007 
+ 00021317  0x00004fb4 qisolate1  0x0000003f 
+ 00021318  0x00004fb5 setflag  0x00000001 , 0x00000005 , 0x00000002 
+ 00021319  0x00004fb9 istoret  0x00000001 , 0x00000003 
+ 00021320  0x00004fba branch  0x000053a1 
+ 00021321  0x00004fbf arg  0x00000000 , 0x00000002 
+ 00021322  0x00004fc0 fetch  0x00000001 , 0x00004388 
+ 00021323  0x00004fc1 arg  0x00000000 , 0x00000007 
+ 00021324  0x00004fc2 qisolate1  0x0000003f 
+ 00021325  0x00004fc3 setflag  0x00000001 , 0x00000002 , 0x00000002 
+ 00021326  0x00004fc4 rtn 
+ 00021327  0x00004fc9 jam  0x0000000d , 0x000006e2 
+ 00021328  0x00004fca fetch  0x00000001 , 0x000043fa 
+ 00021329  0x00004fcb mul32  0x0000003f , 0x00000022 , 0x0000003f 
+ 00021330  0x00004fcc icopy  0x00000039 
+ 00021331  0x00004fcd call  0x00005397 
+ 00021332  0x00004fce fetch  0x00000002 , 0x000043f8 
+ 00021333  0x00004fcf icopy  0x00000006 
+ 00021334  0x00004fd0 call  0x00006db1 
+ 00021335  0x00004fd1 branch  0x000053a1 
+ 00021336  0x00004fd5 jam  0x0000000e , 0x000006e2 
+ 00021337  0x00004fd6 setarg  0x00000004 
+ 00021338  0x00004fd7 call  0x00005397 
+ 00021339  0x00004fd8 fetch  0x00000004 , 0x000005fa 
+ 00021340  0x00004fd9 istore  0x00000004 , 0x00000003 
+ 00021341  0x00004fda branch  0x000053a1 
+ 00021342  0x00004fde jam  0x0000000f , 0x000006e2 
+ 00021343  0x00004fdf fetch  0x00000002 , 0x00008112 
+ 00021344  0x00004fe0 arg  0x00000040 , 0x00000002 
+ 00021345  0x00004fe1 call  0x00007db0 
+ 00021346  0x00004fe2 copy  0x0000003f , 0x00000011 
+ 00021347  0x00004fe3 copy  0x0000003f , 0x00000039 
+ 00021348  0x00004fe4 call  0x00006d96 
+ 00021349  0x00004fe5 arg  0x000006a1 , 0x00000005 
+ 00021350  0x00004fe6 call  0x00006dca 
+ 00021351  0x00004fe7 copy  0x00000011 , 0x0000003f 
+ 00021352  0x00004fe8 copy  0x00000011 , 0x00000039 
+ 00021353  0x00004fe9 call  0x00005397 
+ 00021354  0x00004fea arg  0x000006a1 , 0x00000006 
+ 00021355  0x00004feb call  0x00006db1 
+ 00021356  0x00004fec branch  0x000053a1 
+ 00021357  0x00004ff1 jam  0x00000010 , 0x000006e2 
+ 00021358  0x00004ff2 branch  0x0000533c 
+ 00021359  0x00004ff7 jam  0x00000011 , 0x000006e2 
+ 00021360  0x00004ff8 setarg  0x00000004 
+ 00021361  0x00004ff9 call  0x00005397 
+ 00021362  0x00004ffa fetch  0x00000004 , 0x000042ff 
+ 00021363  0x00004ffb istore  0x00000004 , 0x00000003 
+ 00021364  0x00004ffc branch  0x000053a1 
+ 00021365  0x00005001 arg  0x00000180 , 0x00000011 
+ 00021366  0x00005002 branch  0x00005379 
+ 00021367  0x00005005 arg  0x00000080 , 0x00000011 
+ 00021368  0x00005006 branch  0x00005379 
+ 00021369  0x0000500a jam  0x00000014 , 0x000006e2 
+ 00021370  0x0000500b setarg  0x00000002 
+ 00021371  0x0000500c call  0x00005397 
+ 00021372  0x0000500d copy  0x00000011 , 0x0000003f 
+ 00021373  0x0000500e istore  0x00000002 , 0x00000003 
+ 00021374  0x0000500f branch  0x000053a1 
+ 00021375  0x00005014 arg  0x00000000 , 0x00000013 
+ 00021376  0x00005015 branch  0x00005382 
+ 00021377  0x00005018 arg  0x00000001 , 0x00000013 
+ 00021378  0x0000501b jam  0x00000015 , 0x000006e2 
+ 00021379  0x0000501c setarg  0x00000001 
+ 00021380  0x0000501d call  0x00005397 
+ 00021381  0x0000501e copy  0x00000013 , 0x0000003f 
+ 00021382  0x0000501f istore  0x00000001 , 0x00000003 
+ 00021383  0x00005020 branch  0x000053a1 
+ 00021384  0x00005027 storet  0x00000002 , 0x00000678 
+ 00021385  0x00005028 jam  0x00000029 , 0x000006e2 
+ 00021386  0x00005029 setarg  0x00000002 
+ 00021387  0x0000502a call  0x00005397 
+ 00021388  0x0000502b fetcht  0x00000002 , 0x00000678 
+ 00021389  0x0000502c istoret  0x00000002 , 0x00000003 
+ 00021390  0x0000502d branch  0x000053a1 
+ 00021391  0x00005032 jam  0x0000002b , 0x000006e2 
+ 00021392  0x00005033 branch  0x0000533c 
+ 00021393  0x00005038 jam  0x00000040 , 0x000006e2 
+ 00021394  0x00005039 setarg  0x00000002 
+ 00021395  0x0000503a call  0x00005397 
+ 00021396  0x0000503b fetch  0x00000002 , 0x00004075 
+ 00021397  0x0000503c istore  0x00000002 , 0x00000003 
+ 00021398  0x0000503d branch  0x000053a1 
+ 00021399  0x0000504a jam  0x00000002 , 0x000006e1 
+ 00021400  0x0000504b store  0x00000001 , 0x000006e3 
+ 00021401  0x0000504c storet  0x00000008 , 0x00000678 
+ 00021402  0x0000504d bpatch  0x00000066 , 0x0000400c 
+ 00021403  0x0000504e call  0x000053a3 
+ 00021404  0x0000504f fetcht  0x00000008 , 0x00000678 
+ 00021405  0x00005050 call  0x00006da2 
+ 00021406  0x00005051 fetch  0x00000003 , 0x000006e1 
+ 00021407  0x00005052 istore  0x00000003 , 0x00000003 
+ 00021408  0x00005053 rtn 
+ 00021409  0x00005056 bpatch  0x00000067 , 0x0000400c 
+ 00021410  0x00005057 branch  0x00006da4 
+ 00021411  0x0000505a call  0x000053ac 
+ 00021412  0x0000505b rtn  0x00000001 
+ 00021413  0x0000505d call  0x000053aa 
+ 00021414  0x0000505e fetch  0x00000004 , 0x000044fa 
+ 00021415  0x0000505f rshift2  0x0000003f , 0x0000003f 
+ 00021416  0x00005060 rtn  0x00000034 
+ 00021417  0x00005061 branch  0x00007c91 
+ 00021418  0x00005064 fetcht  0x00000001 , 0x000044f9 
+ 00021419  0x00005065 branch  0x00006ef7 
+ 00021420  0x00005068 fetcht  0x00000001 , 0x000044f9 
+ 00021421  0x00005069 branch  0x00006f02 
+ 00021422  0x0000506c fetcht  0x00000001 , 0x000044f9 
+ 00021423  0x0000506d branch  0x00006ef3 
+ 00021424  0x00005079 storer  0x00000011 , 0x00000002 , 0x0000070b 
+ 00021425  0x0000507a storer  0x00000012 , 0x00000002 , 0x00000709 
+ 00021426  0x0000507b fetch  0x00000002 , 0x00004398 
+ 00021427  0x0000507c store  0x00000002 , 0x0000070d 
+ 00021428  0x0000507d call  0x000051a8 
+ 00021429  0x0000507e rtn  0x00000028 
+ 00021430  0x00005081 fetcht  0x00000002 , 0x00000709 
+ 00021431  0x00005082 fetch  0x00000001 , 0x0000450e 
+ 00021432  0x00005083 call  0x00007db0 
+ 00021433  0x00005084 copy  0x0000003f , 0x00000039 
+ 00021434  0x00005085 copy  0x00000002 , 0x0000003f 
+ 00021435  0x00005086 isub  0x00000039 , 0x0000003f 
+ 00021436  0x00005087 store  0x00000002 , 0x00000709 
+ 00021437  0x00005088 call  0x00005330 
+ 00021438  0x00005089 fetch  0x00000002 , 0x00000709 
+ 00021439  0x0000508a rtn  0x00000034 
+ 00021440  0x0000508b branch  0x000053b6 
+ 00021441  0x00005091 rtn 
+ 00021442  0x00005094 fetch  0x00000001 , 0x0000450a 
+ 00021443  0x00005095 rtn  0x00000034 
+ 00021444  0x00005096 fetch  0x00000001 , 0x0000450b 
+ 00021445  0x00005097 rtn  0x00000034 
+ 00021446  0x00005098 increase  0xffffffff , 0x0000003f 
+ 00021447  0x00005099 store  0x00000001 , 0x0000450b 
+ 00021448  0x0000509a nrtn  0x00000034 
+ 00021449  0x0000509b jam  0x00000005 , 0x0000450b 
+ 00021450  0x0000509c call  0x00006f82 
+ 00021451  0x0000509d call  0x00006fb0 
+ 00021452  0x0000509e div  0x0000003f , 0x0000000a 
+ 00021453  0x0000509f call  0x00007d5f 
+ 00021454  0x000050a0 div  0x0000003f , 0x00000064 
+ 00021455  0x000050a1 call  0x00007d5f 
+ 00021456  0x000050a2 remainder  0x00000002 
+ 00021457  0x000050a3 store  0x00000001 , 0x0000450c 
+ 00021458  0x000050a4 storet  0x00000001 , 0x0000450d 
+ 00021459  0x000050a5 rtn 
+ 00021460  0x000050ac arg  0x00000008 , 0x00000007 
+ 00021461  0x000050ad branch  0x000053dc 
+ 00021462  0x000050b0 arg  0x00000008 , 0x00000007 
+ 00021463  0x000050b1 branch  0x000053d8 
+ 00021464  0x000050b4 fetch  0x00000002 , 0x0000450f 
+ 00021465  0x000050b5 qset0  0x0000003f 
+ 00021466  0x000050b6 store  0x00000002 , 0x0000450f 
+ 00021467  0x000050b7 rtn 
+ 00021468  0x000050ba fetch  0x00000002 , 0x0000450f 
+ 00021469  0x000050bb qset1  0x0000003f 
+ 00021470  0x000050bc store  0x00000002 , 0x0000450f 
+ 00021471  0x000050bd rtn 
+ 00021472  0x000050c3 call  0x00007396 
+ 00021473  0x000050c4 call  0x00005410 
+ 00021474  0x000050c5 call  0x00005949 
+ 00021475  0x000050c6 rtn  0x0000002b 
+ 00021476  0x000050c7 call  0x00005747 
+ 00021477  0x000050c8 call  0x00005f37 
+ 00021478  0x000050c9 call  0x000053ec 
+ 00021479  0x000050ca call  0x000059ed 
+ 00021480  0x000050cc fetch  0x00000002 , 0x000044e9 
+ 00021481  0x000050cd bbit1  0x0000000c , 0x00005c1a 
+ 00021482  0x000050ce call  0x00005eb6 
+ 00021483  0x000050cf branch  0x0000548c 
+ 00021484  0x000050d3 bpatch  0x00000068 , 0x0000400d 
+ 00021485  0x000050d4 setarg  0x00006235 
+ 00021486  0x000050d5 store  0x00000002 , 0x000045f8 
+ 00021487  0x000050d6 setarg  0x0000622b 
+ 00021488  0x000050d7 store  0x00000002 , 0x000045fa 
+ 00021489  0x000050d8 setarg  0x00006109 
+ 00021490  0x000050d9 store  0x00000002 , 0x000043e9 
+ 00021491  0x000050da setarg  0x00006096 
+ 00021492  0x000050db store  0x00000002 , 0x000045f2 
+ 00021493  0x000050dc setarg  0x000060c1 
+ 00021494  0x000050dd store  0x00000002 , 0x000045f4 
+ 00021495  0x000050de setarg  0x0000550c 
+ 00021496  0x000050df store  0x00000002 , 0x000045f6 
+ 00021497  0x000050e0 setarg  0x00005b23 
+ 00021498  0x000050e1 store  0x00000002 , 0x000043d9 
+ 00021499  0x000050e2 setarg  0x00005507 
+ 00021500  0x000050e3 store  0x00000002 , 0x000043d7 
+ 00021501  0x000050e4 setarg  0x00005ac1 
+ 00021502  0x000050e5 store  0x00000002 , 0x000043dd 
+ 00021503  0x000050e6 setarg  0x00005e5d 
+ 00021504  0x000050e7 store  0x00000002 , 0x000043db 
+ 00021505  0x000050e8 setarg  0x000054d5 
+ 00021506  0x000050e9 store  0x00000002 , 0x000043d5 
+ 00021507  0x000050ea setarg  0x00005b08 
+ 00021508  0x000050eb store  0x00000002 , 0x000043df 
+ 00021509  0x000050ec setarg  0x00005b85 
+ 00021510  0x000050ed store  0x00000002 , 0x000043e3 
+ 00021511  0x000050ee setarg  0x000055fa 
+ 00021512  0x000050ef store  0x00000002 , 0x000043e7 
+ 00021513  0x000050f0 setarg  0x000054c5 
+ 00021514  0x000050f1 store  0x00000002 , 0x000043d3 
+ 00021515  0x000050f2 setarg  0x00006221 
+ 00021516  0x000050f3 store  0x00000002 , 0x000043e1 
+ 00021517  0x000050f4 setarg  0x00006228 
+ 00021518  0x000050f5 store  0x00000002 , 0x000043e5 
+ 00021519  0x000050f6 rtn 
+ 00021520  0x000050fa rtn  0x0000002b 
+ 00021521  0x000050fb call  0x000035f0 
+ 00021522  0x000050fc call  0x0000325b 
+ 00021523  0x000050fd call  0x000062aa 
+ 00021524  0x000050fe call  0x00005589 
+ 00021525  0x000050ff call  0x000055c6 
+ 00021526  0x00005100 call  0x0000544a 
+ 00021527  0x00005101 call  0x00006177 
+ 00021528  0x00005102 call  0x00002a41 
+ 00021529  0x00005104 bpatch  0x00000069 , 0x0000400d 
+ 00021530  0x00005105 fetch  0x00000008 , 0x00004713 
+ 00021531  0x00005106 bbit1  0x00000013 , 0x00005d60 
+ 00021532  0x00005107 bbit1  0x00000012 , 0x00005d6e 
+ 00021533  0x00005108 bbit1  0x00000014 , 0x00005da6 
+ 00021534  0x00005109 rtn 
+ 00021535  0x0000510c jam  0x00000010 , 0x00004099 
+ 00021536  0x0000510d fetch  0x00000008 , 0x00004713 
+ 00021537  0x0000510e rtnbit1  0x0000000c 
+ 00021538  0x0000510f jam  0x00000018 , 0x00004099 
+ 00021539  0x00005110 rtn 
+ 00021540  0x00005113 call  0x00003281 
+ 00021541  0x00005114 fetch  0x00000008 , 0x00004713 
+ 00021542  0x00005115 rtnbit0  0x0000003d 
+ 00021543  0x00005116 branch  0x00003284 
+ 00021544  0x00005119 bpatch  0x0000006a , 0x0000400d 
+ 00021545  0x0000511a fetch  0x00000008 , 0x00004713 
+ 00021546  0x0000511b isolate1  0x00000005 , 0x0000003f 
+ 00021547  0x0000511c call  0x00005f08 , 0x00000001 
+ 00021548  0x0000511f fetch  0x00000002 , 0x0000463a 
+ 00021549  0x00005120 store  0x00000002 , 0x000045d6 
+ 00021550  0x00005122 fetch  0x00000001 , 0x0000463d 
+ 00021551  0x00005123 store  0x00000002 , 0x000045dc 
+ 00021552  0x00005125 fetch  0x00000005 , 0x0000463f 
+ 00021553  0x00005126 store  0x00000005 , 0x00004628 
+ 00021554  0x00005128 fetch  0x00000001 , 0x0000463e 
+ 00021555  0x00005129 store  0x00000001 , 0x000045d1 
+ 00021556  0x0000512b fetch  0x00000001 , 0x000045b9 
+ 00021557  0x0000512c ncall  0x0000326b , 0x00000034 
+ 00021558  0x0000512e bpatch  0x0000006b , 0x0000400d 
+ 00021559  0x0000512f call  0x0000541f 
+ 00021560  0x00005130 call  0x00005424 
+ 00021561  0x00005131 call  0x00005fe4 
+ 00021562  0x00005132 branch  0x00003287 
+ 00021563  0x00005135 setarg  0x00009000 
+ 00021564  0x00005136 store  0x00000002 , 0x000042f7 
+ 00021565  0x00005137 jam  0x00000003 , 0x000040c1 
+ 00021566  0x00005138 jam  0x00000008 , 0x000040a6 
+ 00021567  0x00005139 jam  0x00000000 , 0x0000497f 
+ 00021568  0x0000513a jam  0x00000000 , 0x00004980 
+ 00021569  0x0000513b setarg  0x00000200 
+ 00021570  0x0000513c store  0x00000002 , 0x000040a4 
+ 00021571  0x0000513d jam  0x00000017 , 0x000042e1 
+ 00021572  0x0000513e jam  0x00000017 , 0x000042e3 
+ 00021573  0x00005140 setarg  0x000047c3 
+ 00021574  0x00005141 store  0x00000002 , 0x0000433f 
+ 00021575  0x00005142 setarg  0x00000010 
+ 00021576  0x00005143 store  0x00000002 , 0x00004341 
+ 00021577  0x00005144 branch  0x00005539 
+ 00021578  0x00005147 bpatch  0x0000006c , 0x0000400d 
+ 00021579  0x00005148 call  0x0000543b 
+ 00021580  0x00005149 jam  0x00000000 , 0x0000487a 
+ 00021581  0x0000514b setarg  0x00000a77 
+ 00021582  0x0000514c store  0x00000002 , 0x000043f5 
+ 00021583  0x0000514d setsect  0x00000000 , 0x00001224 
+ 00021584  0x0000514e setsect  0x00000001 , 0x00004000 
+ 00021585  0x0000514f setsect  0x00000002 , 0x00000000 
+ 00021586  0x00005150 istore  0x00000005 , 0x00000005 
+ 00021587  0x00005153 fetch  0x00000008 , 0x00004713 
+ 00021588  0x00005154 bbit0  0x0000001b , 0x00005458 
+ 00021589  0x00005155 setarg  0x00000006 
+ 00021590  0x00005156 store  0x00000002 , 0x000042d3 
+ 00021591  0x00005157 store  0x00000002 , 0x000042d5 
+ 00021592  0x00005159 call  0x00005481 
+ 00021593  0x0000515a fetch  0x00000008 , 0x00004713 
+ 00021594  0x0000515b bbit0  0x00000018 , 0x0000545c 
+ 00021595  0x0000515c call  0x00005476 
+ 00021596  0x0000515e fetch  0x00000003 , 0x00004608 
+ 00021597  0x0000515f store  0x00000003 , 0x0000475d 
+ 00021598  0x00005160 fetch  0x00000001 , 0x00004666 
+ 00021599  0x00005161 store  0x00000001 , 0x000049a1 
+ 00021600  0x00005162 fetch  0x00000003 , 0x000042de 
+ 00021601  0x00005163 store  0x00000003 , 0x00004797 
+ 00021602  0x00005164 setarg  0x00000000 
+ 00021603  0x00005165 store  0x00000007 , 0x00004846 
+ 00021604  0x00005166 fetch  0x00000001 , 0x000044eb 
+ 00021605  0x00005167 store  0x00000001 , 0x0000497c 
+ 00021606  0x00005168 store  0x00000001 , 0x0000497d 
+ 00021607  0x00005169 call  0x00002969 
+ 00021608  0x0000516b bpatch  0x0000006d , 0x0000400d 
+ 00021609  0x0000516c fetch  0x00000001 , 0x0000464f 
+ 00021610  0x0000516d store  0x00000001 , 0x00004958 
+ 00021611  0x0000516e fetch  0x00000001 , 0x0000464e 
+ 00021612  0x0000516f rtneq  0x000000ff 
+ 00021613  0x00005170 fetcht  0x00000001 , 0x0000464e 
+ 00021614  0x00005171 call  0x000055b5 
+ 00021615  0x00005172 fetcht  0x00000001 , 0x0000464e 
+ 00021616  0x00005173 call  0x00006ee6 
+ 00021617  0x00005174 call  0x00005473 , 0x00000001 
+ 00021618  0x00005175 branch  0x000055b1 
+ 00021619  0x00005177 fetch  0x00000001 , 0x00004650 
+ 00021620  0x00005178 store  0x00000001 , 0x00004958 
+ 00021621  0x00005179 rtn 
+ 00021622  0x0000517c fetch  0x00000003 , 0x00004743 
+ 00021623  0x0000517d store  0x00000003 , 0x00004608 
+ 00021624  0x0000517e fetch  0x00000003 , 0x00004746 
+ 00021625  0x0000517f store  0x00000003 , 0x0000460b 
+ 00021626  0x00005180 fetch  0x00000001 , 0x00004749 
+ 00021627  0x00005181 store  0x00000001 , 0x00004621 
+ 00021628  0x00005182 fetch  0x00000004 , 0x00004755 
+ 00021629  0x00005183 store  0x00000004 , 0x00004751 
+ 00021630  0x00005185 setarg  0x00100c0c 
+ 00021631  0x00005186 store  0x00000003 , 0x000045a7 
+ 00021632  0x00005187 rtn 
+ 00021633  0x0000518a fetch  0x00000003 , 0x0000474a 
+ 00021634  0x0000518b store  0x00000003 , 0x00004608 
+ 00021635  0x0000518c fetch  0x00000003 , 0x0000474d 
+ 00021636  0x0000518d store  0x00000003 , 0x0000460b 
+ 00021637  0x0000518e fetch  0x00000001 , 0x00004750 
+ 00021638  0x0000518f store  0x00000001 , 0x00004621 
+ 00021639  0x00005190 fetch  0x00000004 , 0x00004759 
+ 00021640  0x00005191 store  0x00000004 , 0x00004751 
+ 00021641  0x00005193 setarg  0x001c1919 
+ 00021642  0x00005194 store  0x00000003 , 0x000045a7 
+ 00021643  0x00005195 rtn 
+ 00021644  0x000051a2 bpatch  0x0000006e , 0x0000400d 
+ 00021645  0x000051a3 fetch  0x00000008 , 0x00004713 
+ 00021646  0x000051a4 bbit1  0x0000003e , 0x0000602d 
+ 00021647  0x000051a5 fetch  0x00000001 , 0x00004666 
+ 00021648  0x000051a6 beq  0x00000000 , 0x0000601c 
+ 00021649  0x000051a8 call  0x00005aa8 
+ 00021650  0x000051a9 fetch  0x00000001 , 0x00004666 
+ 00021651  0x000051aa beq  0x00000001 , 0x00005496 
+ 00021652  0x000051ab beq  0x00000002 , 0x0000549b 
+ 00021653  0x000051ac rtn 
+ 00021654  0x000051ae fetch  0x00000006 , 0x00004668 
+ 00021655  0x000051af fetcht  0x00000006 , 0x000046e6 
+ 00021656  0x000051b0 isub  0x00000002 , 0x0000003e 
+ 00021657  0x000051b1 branch  0x00005a94 , 0x00000005 
+ 00021658  0x000051b2 branch  0x000054a0 
+ 00021659  0x000051b5 fetch  0x00000006 , 0x00004675 
+ 00021660  0x000051b6 fetcht  0x00000006 , 0x000046e6 
+ 00021661  0x000051b7 isub  0x00000002 , 0x0000003e 
+ 00021662  0x000051b8 branch  0x00005a94 , 0x00000005 
+ 00021663  0x000051b9 branch  0x000054a0 
+ 00021664  0x000051bc bpatch  0x0000006f , 0x0000400d 
+ 00021665  0x000051bd call  0x0000619f 
+ 00021666  0x000051be arg  0x00004667 , 0x00000011 
+ 00021667  0x000051bf fetch  0x00000001 , 0x00004666 
+ 00021668  0x000051c0 increase  0xffffffff , 0x0000003f 
+ 00021669  0x000051c1 mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00021670  0x000051c2 iadd  0x00000011 , 0x00000011 
+ 00021671  0x000051c3 ifetch  0x00000001 , 0x00000011 
+ 00021672  0x000051c4 store  0x00000001 , 0x000043f3 
+ 00021673  0x000051c6 fetch  0x00000001 , 0x000043f3 
+ 00021674  0x000051c7 beq  0x00000034 , 0x000054b6 
+ 00021675  0x000051c8 branch  0x00005a94 
+ 00021676  0x000051cb bpatch  0x00000070 , 0x0000400e 
+ 00021677  0x000051cc disable  0x00000028 
+ 00021678  0x000051cd fetch  0x00000008 , 0x00004713 
+ 00021679  0x000051ce bbit0  0x0000000b , 0x000054b3 
+ 00021680  0x000051cf fetch  0x00000001 , 0x00008132 
+ 00021681  0x000051d0 bbit1  0x00000004 , 0x000054b3 
+ 00021682  0x000051d1 enable  0x00000028 
+ 00021683  0x000051d3 fetch  0x00000001 , 0x00004780 
+ 00021684  0x000051d4 store  0x00000001 , 0x0000477f 
+ 00021685  0x000051d5 rtn 
+ 00021686  0x000051d8 jam  0x00000001 , 0x00004795 
+ 00021687  0x000051d9 fetcht  0x00000001 , 0x0000471e 
+ 00021688  0x000051da fetch  0x00000001 , 0x0000478f 
+ 00021689  0x000051db beq  0x000000ff , 0x000054bb 
+ 00021690  0x000051dc fetcht  0x00000001 , 0x0000463c 
+ 00021691  0x000051de storet  0x00000001 , 0x00004845 
+ 00021692  0x000051df call  0x0000432d 
+ 00021693  0x000051e0 fetch  0x00000003 , 0x0000479d 
+ 00021694  0x000051e1 store  0x00000003 , 0x0000434d 
+ 00021695  0x000051e2 call  0x00005b6b 
+ 00021696  0x000051e3 setarg  0x00000004 
+ 00021697  0x000051e4 istore  0x00000001 , 0x00000006 
+ 00021698  0x000051e5 arg  0x00004369 , 0x00000006 
+ 00021699  0x000051e6 call  0x00005b72 
+ 00021700  0x000051e7 branch  0x00007870 
+ 00021701  0x000051ec bmark1  0x00000026 , 0x00004308 
+ 00021702  0x000051ed fetch  0x00000001 , 0x00004956 
+ 00021703  0x000051ee branch  0x00004308 , 0x00000034 
+ 00021704  0x000051ef fetch  0x00000001 , 0x000047c2 
+ 00021705  0x000051f0 beq  0x00000001 , 0x00004308 
+ 00021706  0x000051f1 fetch  0x00000001 , 0x00004857 
+ 00021707  0x000051f2 nbranch  0x00004308 , 0x00000034 
+ 00021708  0x000051f3 branch  0x0000430a 
+ 00021709  0x000051fd bpatch  0x00000071 , 0x0000400e 
+ 00021710  0x000051fe setarg  0x00000006 
+ 00021711  0x000051ff call  0x000069e5 
+ 00021712  0x00005200 bbit1  0x00000003 , 0x000054d3 
+ 00021713  0x00005201 call  0x000059da 
+ 00021714  0x00005202 call  0x000059ed 
+ 00021715  0x00005204 call  0x000054dc 
+ 00021716  0x00005205 branch  0x00004327 
+ 00021717  0x00005208 bpatch  0x00000072 , 0x0000400e 
+ 00021718  0x00005209 call  0x0000739a 
+ 00021719  0x0000520a call  0x000056a9 
+ 00021720  0x0000520b call  0x000054dc 
+ 00021721  0x0000520c call  0x00005d9e 
+ 00021722  0x0000520d fetcht  0x00000001 , 0x00004659 
+ 00021723  0x0000520e branch  0x00006ed3 
+ 00021724  0x00005212 bpatch  0x00000073 , 0x0000400e 
+ 00021725  0x00005213 call  0x00005a92 
+ 00021726  0x00005214 call  0x00007de2 
+ 00021727  0x00005215 call  0x0000611a 
+ 00021728  0x00005216 call  0x0000550c 
+ 00021729  0x00005217 call  0x000054f9 
+ 00021730  0x00005219 fetcht  0x00000001 , 0x0000465b 
+ 00021731  0x0000521a call  0x000055b5 
+ 00021732  0x0000521b call  0x000055b9 
+ 00021733  0x0000521c call  0x000061fd 
+ 00021734  0x0000521d call  0x000054f2 
+ 00021735  0x0000521e branch  0x000054e8 
+ 00021736  0x00005221 fetch  0x00000008 , 0x00004713 
+ 00021737  0x00005222 rtnbit0  0x0000003c 
+ 00021738  0x00005224 fetcht  0x00000001 , 0x0000464a 
+ 00021739  0x00005225 call  0x00006ed3 
+ 00021740  0x00005226 fetcht  0x00000001 , 0x0000464b 
+ 00021741  0x00005227 call  0x00006ed3 
+ 00021742  0x00005228 fetcht  0x00000001 , 0x0000464a 
+ 00021743  0x00005229 call  0x000055b1 
+ 00021744  0x0000522a fetcht  0x00000001 , 0x0000464b 
+ 00021745  0x0000522b branch  0x000055b1 
+ 00021746  0x0000522e fetch  0x00000008 , 0x00004713 
+ 00021747  0x0000522f rtnbit0  0x00000015 
+ 00021748  0x00005230 fetch  0x00000001 , 0x00004407 
+ 00021749  0x00005231 rtnne  0x00000002 
+ 00021750  0x00005232 fetch  0x00000001 , 0x00004635 
+ 00021751  0x00005233 arg  0x000000c0 , 0x00000002 
+ 00021752  0x00005234 branch  0x00006f21 
+ 00021753  0x00005239 arg  0x00008070 , 0x00000006 
+ 00021754  0x0000523a arg  0x00000010 , 0x00000039 
+ 00021755  0x0000523c ifetch  0x00000001 , 0x00000006 
+ 00021756  0x0000523d nbranch  0x00005500 , 0x00000034 
+ 00021757  0x0000523e setarg  0x00000080 
+ 00021758  0x0000523f add  0x00000006 , 0xffffffff , 0x00000005 
+ 00021759  0x00005240 istore  0x00000001 , 0x00000005 
+ 00021760  0x00005242 loop  0x000054fb 
+ 00021761  0x00005243 arg  0x000080dc , 0x0000003f 
+ 00021762  0x00005244 isub  0x00000006 , 0x0000003e 
+ 00021763  0x00005245 rtn  0x00000005 
+ 00021764  0x00005247 arg  0x00000008 , 0x00000039 
+ 00021765  0x00005248 arg  0x000080d4 , 0x00000006 
+ 00021766  0x00005249 branch  0x000054fb 
+ 00021767  0x0000524c rtnmark1  0x00000026 
+ 00021768  0x0000524d call  0x0000550c 
+ 00021769  0x0000524e fetch  0x00000001 , 0x00000015 
+ 00021770  0x0000524f nrtn  0x00000034 
+ 00021771  0x00005250 branch  0x00006ed3 
+ 00021772  0x00005253 bpatch  0x00000074 , 0x0000400e 
+ 00021773  0x00005254 fetcht  0x00000001 , 0x0000464a 
+ 00021774  0x00005255 call  0x00006edd 
+ 00021775  0x00005256 fetcht  0x00000001 , 0x0000464b 
+ 00021776  0x00005257 call  0x00006edd 
+ 00021777  0x00005259 call  0x0000561c 
+ 00021778  0x0000525a fetch  0x00000001 , 0x0000464c 
+ 00021779  0x0000525b call  0x00005943 
+ 00021780  0x0000525c call  0x000069dc 
+ 00021781  0x0000525e fetcht  0x00000001 , 0x00004644 
+ 00021782  0x0000525f call  0x00006eb6 
+ 00021783  0x00005260 fetcht  0x00000001 , 0x00004646 
+ 00021784  0x00005261 call  0x00006eb6 
+ 00021785  0x00005262 fetcht  0x00000001 , 0x00004645 
+ 00021786  0x00005263 call  0x00006eb6 
+ 00021787  0x00005265 fetcht  0x00000001 , 0x00004647 
+ 00021788  0x00005266 call  0x00006eb6 
+ 00021789  0x00005267 fetcht  0x00000001 , 0x00004648 
+ 00021790  0x00005268 call  0x00006eb6 
+ 00021791  0x00005269 fetcht  0x00000001 , 0x00004649 
+ 00021792  0x0000526a call  0x00006eb6 
+ 00021793  0x0000526b fetcht  0x00000001 , 0x00004655 
+ 00021794  0x0000526c call  0x00006eb6 
+ 00021795  0x0000526e fetcht  0x00000001 , 0x00004656 
+ 00021796  0x0000526f call  0x00006eb6 
+ 00021797  0x00005271 fetcht  0x00000001 , 0x0000464a 
+ 00021798  0x00005272 call  0x00006eb2 
+ 00021799  0x00005273 fetcht  0x00000001 , 0x0000464b 
+ 00021800  0x00005274 call  0x00006eb2 
+ 00021801  0x00005275 fetcht  0x00000001 , 0x00004652 
+ 00021802  0x00005276 call  0x00006eb2 
+ 00021803  0x00005277 fetcht  0x00000001 , 0x00004653 
+ 00021804  0x00005278 call  0x00006eb2 
+ 00021805  0x00005279 fetcht  0x00000001 , 0x00004659 
+ 00021806  0x0000527a branch  0x00006eb6 
+ 00021807  0x0000527f fetch  0x00000002 , 0x000044e9 
+ 00021808  0x00005280 rtnbit0  0x00000009 
+ 00021809  0x00005281 copy  0x00000011 , 0x0000003f 
+ 00021810  0x00005282 nbranch  0x000029d5 , 0x00000034 
+ 00021811  0x00005283 branch  0x000029da 
+ 00021812  0x00005288 bpatch  0x00000075 , 0x0000400e 
+ 00021813  0x00005289 fetch  0x00000001 , 0x00004407 
+ 00021814  0x0000528a rtnne  0x00000002 
+ 00021815  0x0000528b fetcht  0x00000001 , 0x00004635 
+ 00021816  0x0000528c branch  0x00006f0f 
+ 00021817  0x0000528f fetch  0x00000008 , 0x00004713 
+ 00021818  0x00005290 rtnbit0  0x00000015 
+ 00021819  0x00005291 jam  0x00000001 , 0x00004636 
+ 00021820  0x00005292 rtn 
+ 00021821  0x00005295 bpatch  0x00000076 , 0x0000400e 
+ 00021822  0x00005296 fetch  0x00000008 , 0x00004713 
+ 00021823  0x00005297 rtnbit0  0x00000015 
+ 00021824  0x00005298 call  0x00005534 
+ 00021825  0x00005299 fetch  0x00000001 , 0x00004407 
+ 00021826  0x0000529a beq  0x00000002 , 0x00005545 
+ 00021827  0x0000529b jam  0x00000003 , 0x00004636 
+ 00021828  0x0000529c branch  0x00005547 
+ 00021829  0x0000529f jam  0x00000002 , 0x00004636 
+ 00021830  0x000052a0 branch  0x00005547 
+ 00021831  0x000052a3 bpatch  0x00000077 , 0x0000400e 
+ 00021832  0x000052a4 call  0x00006f82 
+ 00021833  0x000052a5 call  0x00006fb0 
+ 00021834  0x000052a6 store  0x00000002 , 0x00004633 
+ 00021835  0x000052a7 fetch  0x00000001 , 0x00004407 
+ 00021836  0x000052a8 bne  0x00000002 , 0x00005553 
+ 00021837  0x000052a9 fetcht  0x00000002 , 0x00004633 
+ 00021838  0x000052aa mul32  0x00000002 , 0x00000008 , 0x0000003f 
+ 00021839  0x000052ab div  0x0000003f , 0x0000000a 
+ 00021840  0x000052ac call  0x00007d5f 
+ 00021841  0x000052ad iadd  0x00000002 , 0x0000003f 
+ 00021842  0x000052ae store  0x00000002 , 0x00004633 
+ 00021843  0x000052b0 arg  0x0000462d , 0x00000011 
+ 00021844  0x000052b1 call  0x00005563 
+ 00021845  0x000052b2 fetch  0x00000001 , 0x0000440c 
+ 00021846  0x000052b3 bbit1  0x00000001 , 0x000054cd 
+ 00021847  0x000052b4 bbit0  0x00000000 , 0x0000555c 
+ 00021848  0x000052b5 jam  0x00000001 , 0x00004637 
+ 00021849  0x000052b6 branch  0x0000555a 
+ 00021850  0x000052b9 arg  0x00000004 , 0x00000007 
+ 00021851  0x000052ba branch  0x00005f00 
+ 00021852  0x000052bc arg  0x00000004 , 0x00000007 
+ 00021853  0x000052bd call  0x00005f04 
+ 00021854  0x000052be jam  0x00000001 , 0x00004709 
+ 00021855  0x000052bf fetch  0x00000001 , 0x00004637 
+ 00021856  0x000052c0 rtn  0x00000034 
+ 00021857  0x000052c1 jam  0x00000000 , 0x00004637 
+ 00021858  0x000052c2 branch  0x0000616e 
+ 00021859  0x000052c6 bpatch  0x00000078 , 0x0000400f 
+ 00021860  0x000052c7 ifetch  0x00000008 , 0x00000011 
+ 00021861  0x000052c8 store  0x00000008 , 0x00000670 
+ 00021862  0x000052c9 fetch  0x00000001 , 0x00004636 
+ 00021863  0x000052ca beq  0x00000000 , 0x0000556a 
+ 00021864  0x000052cb beq  0x00000002 , 0x0000556a 
+ 00021865  0x000052cc beq  0x00000003 , 0x00005588 
+ 00021866  0x000052ce call  0x00006ff3 
+ 00021867  0x000052cf call  0x00006feb 
+ 00021868  0x000052d0 fetch  0x00000002 , 0x00000676 
+ 00021869  0x000052d1 fetcht  0x00000002 , 0x00000672 
+ 00021870  0x000052d2 isub  0x00000002 , 0x0000003e 
+ 00021871  0x000052d3 ncall  0x00006fef , 0x00000002 
+ 00021872  0x000052d4 fetcht  0x00000002 , 0x00000674 
+ 00021873  0x000052d5 isub  0x00000002 , 0x0000003e 
+ 00021874  0x000052d6 ncall  0x00006fe7 , 0x00000002 
+ 00021875  0x000052d8 fetch  0x00000002 , 0x00000676 
+ 00021876  0x000052d9 fetcht  0x00000002 , 0x00000670 
+ 00021877  0x000052da isub  0x00000002 , 0x0000003e 
+ 00021878  0x000052db branch  0x00005584 , 0x00000002 
+ 00021879  0x000052dc fetcht  0x00000002 , 0x00000672 
+ 00021880  0x000052dd isub  0x00000002 , 0x0000003f 
+ 00021881  0x000052de nbranch  0x00005586 , 0x00000002 
+ 00021882  0x000052df branch  0x00005586 , 0x00000034 
+ 00021883  0x000052e0 mul32  0x0000003f , 0x00000064 , 0x00000011 
+ 00021884  0x000052e1 fetch  0x00000002 , 0x00000670 
+ 00021885  0x000052e2 fetcht  0x00000002 , 0x00000672 
+ 00021886  0x000052e3 isub  0x00000002 , 0x00000002 
+ 00021887  0x000052e4 copy  0x00000011 , 0x0000003f 
+ 00021888  0x000052e5 idiv  0x00000002 
+ 00021889  0x000052e6 call  0x00007d5f 
+ 00021890  0x000052e7 store  0x00000001 , 0x000047bd 
+ 00021891  0x000052e8 rtn 
+ 00021892  0x000052eb jam  0x00000064 , 0x000047bd 
+ 00021893  0x000052ec rtn 
+ 00021894  0x000052ee jam  0x00000000 , 0x000047bd 
+ 00021895  0x000052ef rtn 
+ 00021896  0x000052f2 branch  0x0000556a 
+ 00021897  0x000052f9 fetcht  0x00000001 , 0x00004427 
+ 00021898  0x000052fa call  0x00006ef7 
+ 00021899  0x000052fc fetcht  0x00000001 , 0x00004644 
+ 00021900  0x000052fd call  0x000055b5 
+ 00021901  0x000052fe fetcht  0x00000001 , 0x00004646 
+ 00021902  0x000052ff call  0x000055b5 
+ 00021903  0x00005300 fetcht  0x00000001 , 0x00004645 
+ 00021904  0x00005301 call  0x000055b5 
+ 00021905  0x00005302 fetcht  0x00000001 , 0x00004647 
+ 00021906  0x00005303 call  0x000055b5 
+ 00021907  0x00005304 fetcht  0x00000001 , 0x00004648 
+ 00021908  0x00005305 call  0x000055b5 
+ 00021909  0x00005306 fetcht  0x00000001 , 0x00004649 
+ 00021910  0x00005307 call  0x000055b5 
+ 00021911  0x00005309 fetcht  0x00000001 , 0x00004654 
+ 00021912  0x0000530a call  0x000055b5 
+ 00021913  0x0000530c fetcht  0x00000001 , 0x00004655 
+ 00021914  0x0000530d call  0x000055b5 
+ 00021915  0x0000530f fetcht  0x00000001 , 0x00004656 
+ 00021916  0x00005310 call  0x000055b5 
+ 00021917  0x00005312 fetcht  0x00000001 , 0x0000464a 
+ 00021918  0x00005313 call  0x000055b5 
+ 00021919  0x00005315 fetcht  0x00000001 , 0x0000464b 
+ 00021920  0x00005316 call  0x000055b5 
+ 00021921  0x00005318 fetcht  0x00000001 , 0x00004652 
+ 00021922  0x00005319 call  0x000055b5 
+ 00021923  0x0000531a fetcht  0x00000001 , 0x00004653 
+ 00021924  0x0000531b call  0x000055b5 
+ 00021925  0x0000531d fetcht  0x00000001 , 0x00004659 
+ 00021926  0x0000531e call  0x000055b5 
+ 00021927  0x00005320 fetcht  0x00000001 , 0x0000465a 
+ 00021928  0x00005321 call  0x000055b5 
+ 00021929  0x00005323 fetcht  0x00000001 , 0x0000464e 
+ 00021930  0x00005324 branch  0x000055b5 
+ 00021931  0x00005328 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00021932  0x00005329 rtn  0x00000005 
+ 00021933  0x0000532a and  0x00000002 , 0x0000007f , 0x00000007 
+ 00021934  0x0000532b fetch  0x00000004 , 0x0000811c 
+ 00021935  0x0000532c qisolate1  0x0000003f 
+ 00021936  0x0000532d branch  0x000055b5 , 0x00000001 
+ 00021937  0x0000532f sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00021938  0x00005330 rtn  0x00000005 
+ 00021939  0x00005331 set1  0x00000007 , 0x00000002 
+ 00021940  0x00005332 branch  0x00006edd 
+ 00021941  0x00005335 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00021942  0x00005336 rtn  0x00000005 
+ 00021943  0x00005337 set0  0x00000007 , 0x00000002 
+ 00021944  0x00005338 branch  0x00006edd 
+ 00021945  0x0000533b fetch  0x00000003 , 0x0000473c 
+ 00021946  0x0000533c store  0x00000003 , 0x00000670 
+ 00021947  0x0000533d arg  0x0000000d , 0x00000039 
+ 00021948  0x0000533e arg  0x00000000 , 0x00000002 
+ 00021949  0x00005340 fetch  0x00000003 , 0x00000670 
+ 00021950  0x00005341 isolate1  0x00000000 , 0x0000003f 
+ 00021951  0x00005342 call  0x00006f0f , 0x00000001 
+ 00021952  0x00005343 fetch  0x00000003 , 0x00000670 
+ 00021953  0x00005344 lshift  0x0000003f , 0x0000003f 
+ 00021954  0x00005345 store  0x00000003 , 0x00000670 
+ 00021955  0x00005346 increase  0x00000001 , 0x00000002 
+ 00021956  0x00005347 loop  0x000055bd 
+ 00021957  0x00005348 rtn 
+ 00021958  0x0000534f bpatch  0x00000079 , 0x0000400f 
+ 00021959  0x00005350 fetch  0x00000008 , 0x0000498d 
+ 00021960  0x00005351 rtn  0x00000034 
+ 00021961  0x00005352 fetch  0x00000001 , 0x0000498c 
+ 00021962  0x00005353 copy  0x0000003f , 0x00000011 
+ 00021963  0x00005354 sub  0x0000003f , 0x0000000b , 0x0000003e 
+ 00021964  0x00005355 nbranch  0x000055dd , 0x00000002 
+ 00021965  0x00005357 call  0x000055d6 
+ 00021966  0x00005359 arg  0x000047a9 , 0x00000005 
+ 00021967  0x0000535a call  0x000055d3 
+ 00021968  0x0000535c arg  0x0000436b , 0x00000005 
+ 00021969  0x0000535d call  0x000055d3 
+ 00021970  0x0000535f arg  0x0000426c , 0x00000005 
+ 00021971  0x00005361 arg  0x0000498d , 0x00000006 
+ 00021972  0x00005362 copy  0x00000011 , 0x00000039 
+ 00021973  0x00005363 branch  0x00007cda 
+ 00021974  0x00005366 arg  0x000047a9 , 0x00000005 
+ 00021975  0x00005367 call  0x000055db 
+ 00021976  0x00005369 arg  0x0000436b , 0x00000005 
+ 00021977  0x0000536a call  0x000055db 
+ 00021978  0x0000536c arg  0x0000426c , 0x00000005 
+ 00021979  0x0000536e arg  0x0000000b , 0x00000039 
+ 00021980  0x0000536f branch  0x00007ca1 
+ 00021981  0x00005372 call  0x000055f3 
+ 00021982  0x00005374 fetch  0x00000001 , 0x0000498c 
+ 00021983  0x00005375 increase  0x00000001 , 0x0000003f 
+ 00021984  0x00005376 store  0x00000001 , 0x000047a0 
+ 00021985  0x00005377 jam  0x00000009 , 0x000047a1 
+ 00021986  0x00005378 arg  0x0000498d , 0x00000006 
+ 00021987  0x00005379 arg  0x000047a2 , 0x00000005 
+ 00021988  0x0000537a copy  0x00000011 , 0x00000039 
+ 00021989  0x0000537b call  0x00007cda 
+ 00021990  0x0000537d fetch  0x00000001 , 0x0000498c 
+ 00021991  0x0000537e increase  0x00000001 , 0x0000003f 
+ 00021992  0x0000537f store  0x00000001 , 0x00004369 
+ 00021993  0x00005380 jam  0x00000009 , 0x0000436a 
+ 00021994  0x00005381 arg  0x0000498d , 0x00000006 
+ 00021995  0x00005382 arg  0x0000436b , 0x00000005 
+ 00021996  0x00005383 copy  0x00000011 , 0x00000039 
+ 00021997  0x00005384 call  0x00007cda 
+ 00021998  0x00005386 arg  0x0000498c , 0x00000006 
+ 00021999  0x00005387 arg  0x0000426b , 0x00000005 
+ 00022000  0x00005388 copy  0x00000011 , 0x00000039 
+ 00022001  0x00005389 increase  0x00000001 , 0x00000039 
+ 00022002  0x0000538a branch  0x00007cda 
+ 00022003  0x0000538d arg  0x000047a0 , 0x00000005 
+ 00022004  0x0000538e arg  0x00000014 , 0x00000039 
+ 00022005  0x0000538f branch  0x00007ca1 
+ 00022006  0x00005396 call  0x000055fb 
+ 00022007  0x00005397 jam  0x00000073 , 0x000043f5 
+ 00022008  0x00005399 call  0x000055fa 
+ 00022009  0x0000539a branch  0x000069e0 
+ 00022010  0x0000539e branch  0x00006bc6 
+ 00022011  0x000053a1 fetch  0x00000001 , 0x0000464c 
+ 00022012  0x000053a2 arg  0x00000021 , 0x00000002 
+ 00022013  0x000053a3 call  0x00006f21 
+ 00022014  0x000053a4 fetch  0x00000001 , 0x0000464d 
+ 00022015  0x000053a5 arg  0x00000023 , 0x00000002 
+ 00022016  0x000053a6 branch  0x00006f21 
+ 00022017  0x000053ac bpatch  0x0000007a , 0x0000400f 
+ 00022018  0x000053ad disable  0x00000028 
+ 00022019  0x000053ae setarg  0x00000000 
+ 00022020  0x000053af store  0x00000006 , 0x00004847 
+ 00022021  0x000053b0 call  0x000059f6 
+ 00022022  0x000053b1 setarg  0x00000089 
+ 00022023  0x000053b2 call  0x000069e4 
+ 00022024  0x000053b3 call  0x00005747 
+ 00022025  0x000053b4 call  0x00005612 
+ 00022026  0x000053b5 call  0x00005617 
+ 00022027  0x000053b6 call  0x000057a6 
+ 00022028  0x000053b7 fetch  0x00000001 , 0x00004846 
+ 00022029  0x000053b8 and_into  0x0000001f , 0x0000003f 
+ 00022030  0x000053b9 store  0x00000001 , 0x00004846 
+ 00022031  0x000053ba nbranch  0x00005f37 , 0x00000028 
+ 00022032  0x000053bb call  0x00005f26 
+ 00022033  0x000053bc branch  0x00005c0b 
+ 00022034  0x000053c1 fetch  0x00000001 , 0x00004856 
+ 00022035  0x000053c2 rtn  0x00000034 
+ 00022036  0x000053c3 store  0x00000001 , 0x0000484b 
+ 00022037  0x000053c4 jam  0x00000000 , 0x00004856 
+ 00022038  0x000053c5 branch  0x00007dba 
+ 00022039  0x000053c8 fetch  0x00000001 , 0x00004852 
+ 00022040  0x000053c9 rtn  0x00000034 
+ 00022041  0x000053ca store  0x00000001 , 0x0000484c 
+ 00022042  0x000053cb jam  0x00000000 , 0x00004852 
+ 00022043  0x000053cc branch  0x00007dba 
+ 00022044  0x000053cf call  0x00005629 
+ 00022045  0x000053d0 call  0x00005665 
+ 00022046  0x000053d1 fetch  0x00000001 , 0x00004850 
+ 00022047  0x000053d2 fetcht  0x00000001 , 0x0000484f 
+ 00022048  0x000053d3 store  0x00000001 , 0x0000484f 
+ 00022049  0x000053d4 isub  0x00000002 , 0x0000003e 
+ 00022050  0x000053d5 nbranch  0x0000430c , 0x00000005 
+ 00022051  0x000053d6 fetch  0x00000001 , 0x00004854 
+ 00022052  0x000053d7 fetcht  0x00000001 , 0x00004853 
+ 00022053  0x000053d8 store  0x00000001 , 0x00004853 
+ 00022054  0x000053d9 isub  0x00000002 , 0x0000003e 
+ 00022055  0x000053da nbranch  0x0000430c , 0x00000005 
+ 00022056  0x000053db rtn 
+ 00022057  0x000053dd fetch  0x00000001 , 0x00004652 
+ 00022058  0x000053de rtneq  0x000000ff 
+ 00022059  0x000053df arg  0x00000000 , 0x00000011 
+ 00022060  0x000053e0 fetcht  0x00000001 , 0x00004652 
+ 00022061  0x000053e1 call  0x00006ee6 
+ 00022062  0x000053e2 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00022063  0x000053e3 fetcht  0x00000001 , 0x00004653 
+ 00022064  0x000053e4 call  0x00006ee6 
+ 00022065  0x000053e5 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00022066  0x000053e6 copy  0x00000011 , 0x0000003f 
+ 00022067  0x000053e7 store  0x00000001 , 0x00004850 
+ 00022068  0x000053e8 beq  0x00000001 , 0x00005639 
+ 00022069  0x000053e9 beq  0x00000002 , 0x0000563d 
+ 00022070  0x000053ea fetch  0x00000001 , 0x00004851 
+ 00022071  0x000053eb bbit1  0x00000007 , 0x00005649 
+ 00022072  0x000053ec rtn 
+ 00022073  0x000053ef fetch  0x00000001 , 0x0000484f 
+ 00022074  0x000053f0 beq  0x00000000 , 0x00005641 
+ 00022075  0x000053f1 beq  0x00000003 , 0x00005643 
+ 00022076  0x000053f2 rtn 
+ 00022077  0x000053f4 fetch  0x00000001 , 0x0000484f 
+ 00022078  0x000053f5 beq  0x00000000 , 0x00005645 
+ 00022079  0x000053f6 beq  0x00000003 , 0x00005647 
+ 00022080  0x000053f7 rtn 
+ 00022081  0x000053f9 jam  0x00000082 , 0x00004851 
+ 00022082  0x000053fa rtn 
+ 00022083  0x000053fc jam  0x00000081 , 0x00004851 
+ 00022084  0x000053fd rtn 
+ 00022085  0x000053ff jam  0x00000080 , 0x00004851 
+ 00022086  0x00005400 rtn 
+ 00022087  0x00005402 jam  0x00000083 , 0x00004851 
+ 00022088  0x00005403 rtn 
+ 00022089  0x00005405 fetch  0x00000001 , 0x00004851 
+ 00022090  0x00005406 set0  0x00000007 , 0x0000003f 
+ 00022091  0x00005407 store  0x00000001 , 0x00004851 
+ 00022092  0x00005408 beq  0x00000000 , 0x00005651 
+ 00022093  0x00005409 beq  0x00000001 , 0x00005654 
+ 00022094  0x0000540a beq  0x00000002 , 0x00005657 
+ 00022095  0x0000540b beq  0x00000003 , 0x0000565a 
+ 00022096  0x0000540c rtn 
+ 00022097  0x0000540e fetch  0x00000001 , 0x00004850 
+ 00022098  0x0000540f beq  0x00000003 , 0x0000565d 
+ 00022099  0x00005410 rtn 
+ 00022100  0x00005412 fetch  0x00000001 , 0x00004850 
+ 00022101  0x00005413 beq  0x00000000 , 0x0000565d 
+ 00022102  0x00005414 rtn 
+ 00022103  0x00005416 fetch  0x00000001 , 0x00004850 
+ 00022104  0x00005417 beq  0x00000003 , 0x00005661 
+ 00022105  0x00005418 rtn 
+ 00022106  0x0000541a fetch  0x00000001 , 0x00004850 
+ 00022107  0x0000541b beq  0x00000000 , 0x00005661 
+ 00022108  0x0000541c rtn 
+ 00022109  0x0000541e fetch  0x00000001 , 0x00004852 
+ 00022110  0x0000541f increase  0x00000001 , 0x0000003f 
+ 00022111  0x00005420 store  0x00000001 , 0x00004852 
+ 00022112  0x00005421 rtn 
+ 00022113  0x00005423 fetch  0x00000001 , 0x00004852 
+ 00022114  0x00005424 increase  0xffffffff , 0x0000003f 
+ 00022115  0x00005425 store  0x00000001 , 0x00004852 
+ 00022116  0x00005426 rtn 
+ 00022117  0x0000542a fetch  0x00000001 , 0x0000464a 
+ 00022118  0x0000542b rtneq  0x000000ff 
+ 00022119  0x0000542c arg  0x00000000 , 0x00000011 
+ 00022120  0x0000542d fetcht  0x00000001 , 0x0000464a 
+ 00022121  0x0000542e call  0x00006ee6 
+ 00022122  0x0000542f setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00022123  0x00005430 fetcht  0x00000001 , 0x0000464b 
+ 00022124  0x00005431 call  0x00006ee6 
+ 00022125  0x00005432 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00022126  0x00005433 copy  0x00000011 , 0x0000003f 
+ 00022127  0x00005434 store  0x00000001 , 0x00004854 
+ 00022128  0x00005435 beq  0x00000001 , 0x00005675 
+ 00022129  0x00005436 beq  0x00000002 , 0x00005679 
+ 00022130  0x00005437 fetch  0x00000001 , 0x00004855 
+ 00022131  0x00005438 bbit1  0x00000007 , 0x00005685 
+ 00022132  0x00005439 rtn 
+ 00022133  0x0000543c fetch  0x00000001 , 0x00004853 
+ 00022134  0x0000543d beq  0x00000000 , 0x0000567d 
+ 00022135  0x0000543e beq  0x00000003 , 0x0000567f 
+ 00022136  0x0000543f rtn 
+ 00022137  0x00005441 fetch  0x00000001 , 0x00004853 
+ 00022138  0x00005442 beq  0x00000000 , 0x00005681 
+ 00022139  0x00005443 beq  0x00000003 , 0x00005683 
+ 00022140  0x00005444 rtn 
+ 00022141  0x00005446 jam  0x00000082 , 0x00004855 
+ 00022142  0x00005447 rtn 
+ 00022143  0x00005449 jam  0x00000081 , 0x00004855 
+ 00022144  0x0000544a rtn 
+ 00022145  0x0000544c jam  0x00000080 , 0x00004855 
+ 00022146  0x0000544d rtn 
+ 00022147  0x0000544f jam  0x00000083 , 0x00004855 
+ 00022148  0x00005450 rtn 
+ 00022149  0x00005452 fetch  0x00000001 , 0x00004855 
+ 00022150  0x00005453 set0  0x00000007 , 0x0000003f 
+ 00022151  0x00005454 store  0x00000001 , 0x00004855 
+ 00022152  0x00005455 beq  0x00000000 , 0x0000568d 
+ 00022153  0x00005456 beq  0x00000001 , 0x00005690 
+ 00022154  0x00005457 beq  0x00000002 , 0x00005693 
+ 00022155  0x00005458 beq  0x00000003 , 0x00005696 
+ 00022156  0x00005459 rtn 
+ 00022157  0x0000545b fetch  0x00000001 , 0x00004854 
+ 00022158  0x0000545c beq  0x00000003 , 0x00005699 
+ 00022159  0x0000545d rtn 
+ 00022160  0x0000545f fetch  0x00000001 , 0x00004854 
+ 00022161  0x00005460 beq  0x00000000 , 0x00005699 
+ 00022162  0x00005461 rtn 
+ 00022163  0x00005463 fetch  0x00000001 , 0x00004854 
+ 00022164  0x00005464 beq  0x00000003 , 0x0000569d 
+ 00022165  0x00005465 rtn 
+ 00022166  0x00005467 fetch  0x00000001 , 0x00004854 
+ 00022167  0x00005468 beq  0x00000000 , 0x0000569d 
+ 00022168  0x00005469 rtn 
+ 00022169  0x0000546b fetch  0x00000001 , 0x00004856 
+ 00022170  0x0000546c increase  0x00000001 , 0x0000003f 
+ 00022171  0x0000546d store  0x00000001 , 0x00004856 
+ 00022172  0x0000546e rtn 
+ 00022173  0x00005470 fetch  0x00000001 , 0x00004856 
+ 00022174  0x00005471 increase  0xffffffff , 0x0000003f 
+ 00022175  0x00005472 store  0x00000001 , 0x00004856 
+ 00022176  0x00005473 rtn 
+ 00022177  0x00005477 fetcht  0x00000001 , 0x0000464a 
+ 00022178  0x00005478 call  0x00006eb2 
+ 00022179  0x00005479 fetcht  0x00000001 , 0x0000464b 
+ 00022180  0x0000547a call  0x00006eb2 
+ 00022181  0x0000547b fetcht  0x00000001 , 0x00004652 
+ 00022182  0x0000547c call  0x00006eb2 
+ 00022183  0x0000547d fetcht  0x00000001 , 0x00004653 
+ 00022184  0x0000547e branch  0x00006eb2 
+ 00022185  0x00005481 fetcht  0x00000001 , 0x0000464a 
+ 00022186  0x00005482 call  0x000055ab 
+ 00022187  0x00005483 fetcht  0x00000001 , 0x0000464b 
+ 00022188  0x00005484 call  0x000055ab 
+ 00022189  0x00005485 fetcht  0x00000001 , 0x00004652 
+ 00022190  0x00005486 call  0x000055ab 
+ 00022191  0x00005487 fetcht  0x00000001 , 0x00004653 
+ 00022192  0x00005488 branch  0x000055ab 
+ 00022193  0x0000548b fetch  0x00000002 , 0x0000484b 
+ 00022194  0x0000548c rtn  0x00000034 
+ 00022195  0x0000548d jam  0x00000001 , 0x00004857 
+ 00022196  0x0000548e jam  0x0000000a , 0x00004858 
+ 00022197  0x0000548f rtn 
+ 00022198  0x00005492 arg  0x00004858 , 0x00000013 
+ 00022199  0x00005493 arg  0x000056b9 , 0x00000012 
+ 00022200  0x00005494 branch  0x000042e0 
+ 00022201  0x00005496 jam  0x00000000 , 0x00004857 
+ 00022202  0x00005497 rtn 
+ 00022203  0x000054a0 fetch  0x00000001 , 0x00004649 
+ 00022204  0x000054a1 rtneq  0x000000ff 
+ 00022205  0x000054a2 arg  0x00000000 , 0x00000011 
+ 00022206  0x000054a3 jam  0x00000005 , 0x00004977 
+ 00022207  0x000054a4 fetcht  0x00000001 , 0x00004649 
+ 00022208  0x000054a5 call  0x000056c8 
+ 00022209  0x000054a7 store  0x00000001 , 0x00004974 
+ 00022210  0x000054a8 fetch  0x00000001 , 0x00004654 
+ 00022211  0x000054a9 beq  0x000000ff , 0x000056d8 
+ 00022212  0x000054aa call  0x000058df 
+ 00022213  0x000054ac copy  0x00000011 , 0x0000003f 
+ 00022214  0x000054ad bbit1  0x00000005 , 0x000056e0 
+ 00022215  0x000054ae branch  0x000056e7 
+ 00022216  0x000054b1 fetch  0x00000008 , 0x00004713 
+ 00022217  0x000054b2 bbit1  0x0000002b , 0x000056de 
+ 00022218  0x000054b3 fetch  0x00000001 , 0x00004974 
+ 00022219  0x000054b4 copy  0x0000003f , 0x00000013 
+ 00022220  0x000054b5 fetch  0x00000001 , 0x00004654 
+ 00022221  0x000054b6 beq  0x000000ff , 0x00005931 
+ 00022222  0x000054b8 fetch  0x00000001 , 0x0000497b 
+ 00022223  0x000054b9 nbranch  0x000056db , 0x00000034 
+ 00022224  0x000054bb call  0x00006ee6 
+ 00022225  0x000054bc fetcht  0x00000001 , 0x00004654 
+ 00022226  0x000054bd branch  0x000056de , 0x00000001 
+ 00022227  0x000054be fetcht  0x00000001 , 0x00004654 
+ 00022228  0x000054bf call  0x00006ef7 
+ 00022229  0x000054c0 fetcht  0x00000001 , 0x00004649 
+ 00022230  0x000054c1 fetch  0x00000001 , 0x00004974 
+ 00022231  0x000054c2 branch  0x00005925 
+ 00022232  0x000054c5 fetcht  0x00000001 , 0x00004649 
+ 00022233  0x000054c6 call  0x000055b5 
+ 00022234  0x000054c7 branch  0x000056c5 
+ 00022235  0x000054ca jam  0x00000000 , 0x0000487a 
+ 00022236  0x000054cb jam  0x00000000 , 0x00004974 
+ 00022237  0x000054cc rtn 
+ 00022238  0x000054cf fetch  0x00000001 , 0x00004974 
+ 00022239  0x000054d0 branch  0x00005925 
+ 00022240  0x000054d3 fetch  0x00000001 , 0x0000487a 
+ 00022241  0x000054d4 rtneq  0x00000001 
+ 00022242  0x000054d5 jam  0x00000001 , 0x0000487a 
+ 00022243  0x000054d6 fetch  0x00000008 , 0x00004713 
+ 00022244  0x000054d7 rtnbit1  0x00000028 
+ 00022245  0x000054d8 rtnbit1  0x00000036 
+ 00022246  0x000054d9 branch  0x000056f7 
+ 00022247  0x000054dc fetch  0x00000001 , 0x0000487a 
+ 00022248  0x000054dd rtneq  0x00000000 
+ 00022249  0x000054de jam  0x00000000 , 0x0000487a 
+ 00022250  0x000054df fetch  0x00000008 , 0x00004713 
+ 00022251  0x000054e0 bbit1  0x00000028 , 0x000056ee 
+ 00022252  0x000054e1 bbit1  0x00000036 , 0x000056ee 
+ 00022253  0x000054e2 rtn 
+ 00022254  0x000054e4 fetch  0x00000001 , 0x0000487b 
+ 00022255  0x000054e5 nbranch  0x000056f2 , 0x00000034 
+ 00022256  0x000054e6 fetch  0x00000001 , 0x0000497d 
+ 00022257  0x000054e7 ncall  0x000056f7 , 0x00000034 
+ 00022258  0x000054e9 jam  0x00000000 , 0x0000487b 
+ 00022259  0x000054ea fetch  0x00000001 , 0x000044eb 
+ 00022260  0x000054eb store  0x00000001 , 0x0000497d 
+ 00022261  0x000054ec store  0x00000001 , 0x0000497c 
+ 00022262  0x000054ed rtn 
+ 00022263  0x000054f0 bpatch  0x0000007b , 0x0000400f 
+ 00022264  0x000054f1 call  0x00005728 
+ 00022265  0x000054f2 rtn  0x00000028 
+ 00022266  0x000054f3 fetch  0x00000001 , 0x00004690 
+ 00022267  0x000054f5 copy  0x0000003f , 0x00000002 
+ 00022268  0x000054f6 fetch  0x00000008 , 0x00004713 
+ 00022269  0x000054f7 bbit1  0x00000017 , 0x00005704 
+ 00022270  0x000054f8 copy  0x00000002 , 0x0000003f 
+ 00022271  0x000054fa increase  0x00000001 , 0x0000003f 
+ 00022272  0x000054fb and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00022273  0x000054fd store  0x00000001 , 0x00004690 
+ 00022274  0x000054fe call  0x00005744 
+ 00022275  0x000054ff branch  0x00005cac 
+ 00022276  0x00005505 fetch  0x00000001 , 0x0000498a 
+ 00022277  0x00005506 nbranch  0x00005721 , 0x00000034 
+ 00022278  0x00005508 fetch  0x00000008 , 0x00004713 
+ 00022279  0x00005509 bbit1  0x0000001c , 0x00005715 
+ 00022280  0x0000550a copy  0x00000002 , 0x0000003f 
+ 00022281  0x0000550b rtneq  0x00000001 
+ 00022282  0x0000550d beq  0x00000000 , 0x00005711 
+ 00022283  0x0000550e beq  0x00000002 , 0x0000570f 
+ 00022284  0x0000550f rtn 
+ 00022285  0x00005512 setarg  0x00000002 
+ 00022286  0x00005513 branch  0x00005701 
+ 00022287  0x00005515 setarg  0x00000000 
+ 00022288  0x00005516 branch  0x00005701 
+ 00022289  0x00005518 setarg  0x00000001 
+ 00022290  0x00005519 branch  0x00005701 
+ 00022291  0x0000551b setarg  0x00000003 
+ 00022292  0x0000551c branch  0x00005701 
+ 00022293  0x0000551f copy  0x00000002 , 0x0000003f 
+ 00022294  0x00005520 rtneq  0x00000001 
+ 00022295  0x00005521 beq  0x00000000 , 0x00005711 
+ 00022296  0x00005522 beq  0x00000002 , 0x00005713 
+ 00022297  0x00005523 beq  0x00000003 , 0x0000570f 
+ 00022298  0x00005524 rtn 
+ 00022299  0x00005526 copy  0x00000002 , 0x0000003f 
+ 00022300  0x00005527 rtneq  0x00000002 
+ 00022301  0x00005528 beq  0x00000000 , 0x00005713 
+ 00022302  0x00005529 beq  0x00000001 , 0x0000570f 
+ 00022303  0x0000552a beq  0x00000003 , 0x0000570d 
+ 00022304  0x0000552b rtn 
+ 00022305  0x0000552f fetch  0x00000008 , 0x00004713 
+ 00022306  0x00005530 bbit1  0x0000001c , 0x0000571b 
+ 00022307  0x00005531 copy  0x00000002 , 0x0000003f 
+ 00022308  0x00005532 rtneq  0x00000002 
+ 00022309  0x00005534 beq  0x00000000 , 0x0000570d 
+ 00022310  0x00005535 beq  0x00000001 , 0x0000570f 
+ 00022311  0x00005536 rtn 
+ 00022312  0x0000553c disable  0x00000028 
+ 00022313  0x0000553d fetch  0x00000008 , 0x00004713 
+ 00022314  0x0000553e rtnbit1  0x0000002b 
+ 00022315  0x0000553f branch  0x00005eb1 
+ 00022316  0x00005542 fetch  0x00000008 , 0x00004713 
+ 00022317  0x00005543 bbit1  0x00000028 , 0x00005730 
+ 00022318  0x00005544 bbit1  0x00000036 , 0x00005737 
+ 00022319  0x00005545 rtn 
+ 00022320  0x00005548 fetch  0x00000001 , 0x0000487a 
+ 00022321  0x00005549 rtnne  0x00000001 
+ 00022322  0x0000554a arg  0x0000497d , 0x00000013 
+ 00022323  0x0000554b arg  0x00005735 , 0x00000012 
+ 00022324  0x0000554c branch  0x000042e0 
+ 00022325  0x0000554f jam  0x00000001 , 0x0000487b 
+ 00022326  0x00005550 branch  0x00005ec6 
+ 00022327  0x00005553 fetch  0x00000001 , 0x0000487a 
+ 00022328  0x00005554 rtnne  0x00000001 
+ 00022329  0x00005555 arg  0x0000497c , 0x00000013 
+ 00022330  0x00005556 arg  0x0000573c , 0x00000012 
+ 00022331  0x00005557 branch  0x000042e0 
+ 00022332  0x0000555a jam  0x00000001 , 0x0000487b 
+ 00022333  0x0000555b branch  0x00005ba3 
+ 00022334  0x0000555e fetch  0x00000008 , 0x00004713 
+ 00022335  0x0000555f rtnbit1  0x0000001c 
+ 00022336  0x00005560 fetch  0x00000001 , 0x00004690 
+ 00022337  0x00005561 rtnne  0x00000003 
+ 00022338  0x00005562 jam  0x00000000 , 0x00004690 
+ 00022339  0x00005563 rtn 
+ 00022340  0x00005566 bpatch  0x0000007c , 0x0000400f 
+ 00022341  0x00005567 call  0x0000573e 
+ 00022342  0x00005568 call  0x0000613a 
+ 00022343  0x0000556a bpatch  0x0000007d , 0x0000400f 
+ 00022344  0x0000556b fetch  0x00000001 , 0x00004957 
+ 00022345  0x0000556c beq  0x0000000c , 0x0000576b 
+ 00022346  0x0000556d beq  0x00000003 , 0x00005785 
+ 00022347  0x0000556e beq  0x0000000b , 0x00005799 
+ 00022348  0x0000556f fetch  0x00000001 , 0x00004690 
+ 00022349  0x00005570 beq  0x00000000 , 0x00005753 
+ 00022350  0x00005571 beq  0x00000001 , 0x00005751 
+ 00022351  0x00005572 beq  0x00000002 , 0x00005755 
+ 00022352  0x00005573 beq  0x00000003 , 0x00005757 
+ 00022353  0x00005575 fetcht  0x00000001 , 0x00004869 
+ 00022354  0x00005576 branch  0x00005758 
+ 00022355  0x00005578 fetcht  0x00000001 , 0x00004868 
+ 00022356  0x00005579 branch  0x00005758 
+ 00022357  0x0000557b fetcht  0x00000001 , 0x0000486a 
+ 00022358  0x0000557c branch  0x00005758 
+ 00022359  0x0000557e fetcht  0x00000001 , 0x0000486b 
+ 00022360  0x00005580 fetch  0x00000001 , 0x00004957 
+ 00022361  0x00005581 beq  0x00000004 , 0x00005767 
+ 00022362  0x00005582 beq  0x00000005 , 0x00005767 
+ 00022363  0x00005583 beq  0x00000008 , 0x00005769 
+ 00022364  0x00005584 beq  0x00000007 , 0x00005769 
+ 00022365  0x00005585 beq  0x00000006 , 0x00005767 
+ 00022366  0x00005587 storet  0x00000001 , 0x00004879 
+ 00022367  0x00005588 setarg  0x00000006 
+ 00022368  0x00005589 call  0x000069e5 
+ 00022369  0x0000558a and  0x0000003f , 0x000000f8 , 0x00000002 
+ 00022370  0x0000558b fetch  0x00000001 , 0x00004879 
+ 00022371  0x0000558c iadd  0x00000002 , 0x0000003f 
+ 00022372  0x0000558d lshift8  0x0000003f , 0x0000003f 
+ 00022373  0x0000558e add  0x0000003f , 0x00000006 , 0x0000003f 
+ 00022374  0x0000558f branch  0x000069e4 
+ 00022375  0x00005592 increase  0xffffffff , 0x00000002 
+ 00022376  0x00005593 branch  0x0000575e 
+ 00022377  0x00005596 increase  0x00000002 , 0x00000002 
+ 00022378  0x00005597 branch  0x0000575e 
+ 00022379  0x0000559a fetch  0x00000001 , 0x00004690 
+ 00022380  0x0000559b beq  0x00000000 , 0x0000576f 
+ 00022381  0x0000559c beq  0x00000001 , 0x00005775 
+ 00022382  0x0000559d beq  0x00000002 , 0x00005778 
+ 00022383  0x0000559f fetch  0x00000001 , 0x00004874 
+ 00022384  0x000055a0 copy  0x0000003f , 0x00000011 
+ 00022385  0x000055a1 branch  0x0000577d 
+ 00022386  0x000055a4 fetch  0x00000001 , 0x00004875 
+ 00022387  0x000055a5 copy  0x0000003f , 0x00000011 
+ 00022388  0x000055a6 branch  0x0000577d 
+ 00022389  0x000055a9 fetch  0x00000001 , 0x00004876 
+ 00022390  0x000055aa copy  0x0000003f , 0x00000011 
+ 00022391  0x000055ab branch  0x0000577d 
+ 00022392  0x000055ae fetch  0x00000001 , 0x00004877 
+ 00022393  0x000055af copy  0x0000003f , 0x00000011 
+ 00022394  0x000055b0 branch  0x0000577d 
+ 00022395  0x000055b3 fetch  0x00000001 , 0x00004878 
+ 00022396  0x000055b4 copy  0x0000003f , 0x00000011 
+ 00022397  0x000055b6 setarg  0x0000c309 
+ 00022398  0x000055b7 call  0x000069e4 
+ 00022399  0x000055b8 copy  0x00000011 , 0x0000003f 
+ 00022400  0x000055b9 lshift8  0x0000003f , 0x0000003f 
+ 00022401  0x000055ba add  0x0000003f , 0x00000023 , 0x0000003f 
+ 00022402  0x000055bb call  0x000069e4 
+ 00022403  0x000055bc setarg  0x00000009 
+ 00022404  0x000055bd branch  0x000069e4 
+ 00022405  0x000055c0 fetch  0x00000001 , 0x00004690 
+ 00022406  0x000055c1 beq  0x00000000 , 0x0000578c 
+ 00022407  0x000055c2 beq  0x00000001 , 0x0000578a 
+ 00022408  0x000055c3 beq  0x00000002 , 0x0000578e 
+ 00022409  0x000055c4 beq  0x00000003 , 0x00005790 
+ 00022410  0x000055c6 fetch  0x00000001 , 0x0000486d 
+ 00022411  0x000055c7 branch  0x00005791 
+ 00022412  0x000055c9 fetch  0x00000001 , 0x0000486c 
+ 00022413  0x000055ca branch  0x00005791 
+ 00022414  0x000055cc fetch  0x00000001 , 0x0000486e 
+ 00022415  0x000055cd branch  0x00005791 
+ 00022416  0x000055cf fetch  0x00000001 , 0x0000486f 
+ 00022417  0x000055d1 store  0x00000001 , 0x00004879 
+ 00022418  0x000055d2 lshift8  0x0000003f , 0x0000003f 
+ 00022419  0x000055d3 copy  0x0000003f , 0x00000011 
+ 00022420  0x000055d4 add  0x0000003f , 0x0000000d , 0x0000003f 
+ 00022421  0x000055d5 call  0x000069e4 
+ 00022422  0x000055d6 copy  0x00000011 , 0x0000003f 
+ 00022423  0x000055d7 add  0x0000003f , 0x0000000e , 0x0000003f 
+ 00022424  0x000055d8 branch  0x000069e4 
+ 00022425  0x000055db fetch  0x00000001 , 0x00004690 
+ 00022426  0x000055dc beq  0x00000000 , 0x000057a0 
+ 00022427  0x000055dd beq  0x00000001 , 0x0000579e 
+ 00022428  0x000055de beq  0x00000002 , 0x000057a2 
+ 00022429  0x000055df beq  0x00000003 , 0x000057a4 
+ 00022430  0x000055e1 fetch  0x00000001 , 0x00004871 
+ 00022431  0x000055e2 branch  0x00005791 
+ 00022432  0x000055e5 fetch  0x00000001 , 0x00004870 
+ 00022433  0x000055e6 branch  0x00005791 
+ 00022434  0x000055e9 fetch  0x00000001 , 0x00004872 
+ 00022435  0x000055ea branch  0x00005791 
+ 00022436  0x000055ed fetch  0x00000001 , 0x00004873 
+ 00022437  0x000055ee branch  0x00005791 
+ 00022438  0x000055f7 call  0x0000584c 
+ 00022439  0x000055f8 fetch  0x00000001 , 0x00004987 
+ 00022440  0x000055f9 nbranch  0x00005860 , 0x00000034 
+ 00022441  0x000055fa fetch  0x00000001 , 0x00004982 
+ 00022442  0x000055fb nbranch  0x0000585f , 0x00000034 
+ 00022443  0x000055fd call  0x00005888 
+ 00022444  0x000055fe call  0x000057bc 
+ 00022445  0x000055ff call  0x0000552f 
+ 00022446  0x00005600 call  0x000057b7 
+ 00022447  0x00005601 copy  0x00000011 , 0x0000003f 
+ 00022448  0x00005602 fetcht  0x00000001 , 0x0000484e 
+ 00022449  0x00005603 store  0x00000001 , 0x0000484e 
+ 00022450  0x00005604 store  0x00000001 , 0x00004846 
+ 00022451  0x00005605 ixor  0x00000002 , 0x0000003f 
+ 00022452  0x00005606 sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00022453  0x00005607 rtn  0x00000005 
+ 00022454  0x00005608 branch  0x00007dba 
+ 00022455  0x0000560b rtnmark0  0x00000026 
+ 00022456  0x0000560c copy  0x00000011 , 0x0000003f 
+ 00022457  0x0000560d rtn  0x00000034 
+ 00022458  0x0000560e store  0x00000001 , 0x00004846 
+ 00022459  0x0000560f branch  0x00007dba 
+ 00022460  0x00005615 jam  0x00000000 , 0x00004979 
+ 00022461  0x00005616 jam  0x00000000 , 0x0000497a 
+ 00022462  0x00005617 jam  0x00000000 , 0x0000497b 
+ 00022463  0x00005618 copy  0x0000003f , 0x00000012 
+ 00022464  0x00005619 fetcht  0x00000001 , 0x00004644 
+ 00022465  0x0000561a fetch  0x00000001 , 0x00004647 
+ 00022466  0x0000561b isub  0x00000002 , 0x0000003e 
+ 00022467  0x0000561c branch  0x000057cc , 0x00000005 
+ 00022468  0x0000561d fetch  0x00000001 , 0x00004648 
+ 00022469  0x0000561e isub  0x00000002 , 0x0000003e 
+ 00022470  0x0000561f branch  0x000057d1 , 0x00000005 
+ 00022471  0x00005620 fetcht  0x00000001 , 0x00004645 
+ 00022472  0x00005621 fetch  0x00000001 , 0x00004647 
+ 00022473  0x00005622 isub  0x00000002 , 0x0000003e 
+ 00022474  0x00005623 branch  0x000057e0 , 0x00000005 
+ 00022475  0x00005624 branch  0x000057e3 
+ 00022476  0x00005627 fetcht  0x00000001 , 0x00004645 
+ 00022477  0x00005628 fetch  0x00000001 , 0x00004648 
+ 00022478  0x00005629 isub  0x00000002 , 0x0000003e 
+ 00022479  0x0000562a branch  0x000057d6 , 0x00000005 
+ 00022480  0x0000562b branch  0x000057d9 
+ 00022481  0x0000562e fetcht  0x00000001 , 0x00004645 
+ 00022482  0x0000562f fetch  0x00000001 , 0x00004647 
+ 00022483  0x00005630 isub  0x00000002 , 0x0000003e 
+ 00022484  0x00005631 branch  0x000057db , 0x00000005 
+ 00022485  0x00005632 branch  0x000057de 
+ 00022486  0x00005635 call  0x000057ef 
+ 00022487  0x00005636 call  0x000057fb 
+ 00022488  0x00005637 branch  0x000057e5 
+ 00022489  0x0000563a call  0x000057ef 
+ 00022490  0x0000563b branch  0x000057e1 
+ 00022491  0x0000563e call  0x000057f8 
+ 00022492  0x0000563f call  0x000057f2 
+ 00022493  0x00005640 branch  0x000057e5 
+ 00022494  0x00005643 call  0x000057f8 
+ 00022495  0x00005644 branch  0x000057e4 
+ 00022496  0x00005647 call  0x000057f2 
+ 00022497  0x00005649 call  0x000057fe 
+ 00022498  0x0000564a branch  0x000057e5 
+ 00022499  0x0000564d call  0x000057fb 
+ 00022500  0x0000564f call  0x000057f5 
+ 00022501  0x00005651 call  0x00005801 
+ 00022502  0x00005652 call  0x00005804 
+ 00022503  0x00005653 fetch  0x00000001 , 0x0000497a 
+ 00022504  0x00005654 rtn  0x00000034 
+ 00022505  0x00005655 fetch  0x00000001 , 0x00004979 
+ 00022506  0x00005656 rtn  0x00000034 
+ 00022507  0x00005657 jam  0x00000001 , 0x0000497b 
+ 00022508  0x00005658 fetch  0x00000001 , 0x0000484e 
+ 00022509  0x00005659 copy  0x0000003f , 0x00000011 
+ 00022510  0x0000565a rtn 
+ 00022511  0x0000565d and  0x00000012 , 0x00000009 , 0x0000003f 
+ 00022512  0x0000565e beq  0x00000009 , 0x0000580c 
+ 00022513  0x0000565f rtn 
+ 00022514  0x00005661 and  0x00000012 , 0x00000009 , 0x0000003f 
+ 00022515  0x00005662 beq  0x00000012 , 0x0000580c 
+ 00022516  0x00005663 rtn 
+ 00022517  0x00005665 and  0x00000012 , 0x00000009 , 0x0000003f 
+ 00022518  0x00005666 beq  0x0000000a , 0x0000580c 
+ 00022519  0x00005667 rtn 
+ 00022520  0x00005669 and  0x00000012 , 0x00000009 , 0x0000003f 
+ 00022521  0x0000566a beq  0x00000011 , 0x0000580c 
+ 00022522  0x0000566b rtn 
+ 00022523  0x0000566d and  0x00000012 , 0x00000014 , 0x0000003f 
+ 00022524  0x0000566e beq  0x00000014 , 0x0000580c 
+ 00022525  0x0000566f rtn 
+ 00022526  0x00005671 and  0x00000012 , 0x00000014 , 0x0000003f 
+ 00022527  0x00005672 beq  0x00000012 , 0x0000580c 
+ 00022528  0x00005673 rtn 
+ 00022529  0x00005676 and  0x00000012 , 0x00000018 , 0x0000003f 
+ 00022530  0x00005677 beq  0x00000018 , 0x0000580a 
+ 00022531  0x00005678 rtn 
+ 00022532  0x0000567b and  0x00000002 , 0x00000007 , 0x0000003f 
+ 00022533  0x0000567c beq  0x00000003 , 0x0000580a 
+ 00022534  0x0000567d beq  0x00000005 , 0x0000580a 
+ 00022535  0x0000567e beq  0x00000006 , 0x0000580a 
+ 00022536  0x0000567f beq  0x00000007 , 0x0000580a 
+ 00022537  0x00005680 rtn 
+ 00022538  0x00005684 jam  0x00000001 , 0x0000497a 
+ 00022539  0x00005685 rtn 
+ 00022540  0x00005688 jam  0x00000001 , 0x00004979 
+ 00022541  0x00005689 rtn 
+ 00022542  0x00005692 fetch  0x00000008 , 0x00004713 
+ 00022543  0x00005693 rtnbit0  0x00000017 
+ 00022544  0x00005694 bbit0  0x0000002c , 0x00005816 
+ 00022545  0x00005696 fetch  0x00000001 , 0x00004658 
+ 00022546  0x00005697 call  0x00005943 
+ 00022547  0x00005698 call  0x00005824 
+ 00022548  0x00005699 fetcht  0x00000001 , 0x00004658 
+ 00022549  0x0000569a branch  0x000055b5 
+ 00022550  0x0000569d fetch  0x00000001 , 0x00004658 
+ 00022551  0x0000569e call  0x00005946 
+ 00022552  0x0000569f jam  0x00000000 , 0x0000498b 
+ 00022553  0x000056a0 fetcht  0x00000001 , 0x00004658 
+ 00022554  0x000056a1 fetch  0x00000001 , 0x00004988 
+ 00022555  0x000056a2 call  0x0000583d 
+ 00022556  0x000056a3 call  0x00005828 
+ 00022557  0x000056a4 fetcht  0x00000001 , 0x00004658 
+ 00022558  0x000056a5 branch  0x000055b5 
+ 00022559  0x000056a8 call  0x000055b5 
+ 00022560  0x000056a9 fetch  0x00000001 , 0x00004989 
+ 00022561  0x000056aa rtneq  0x00000001 
+ 00022562  0x000056ab jam  0x00000001 , 0x00004989 
+ 00022563  0x000056ac branch  0x000056f7 
+ 00022564  0x000056af jam  0x00000000 , 0x0000498b 
+ 00022565  0x000056b0 fetcht  0x00000001 , 0x00004658 
+ 00022566  0x000056b1 fetch  0x00000001 , 0x00004988 
+ 00022567  0x000056b2 call  0x00005833 
+ 00022568  0x000056b4 store  0x00000001 , 0x00004988 
+ 00022569  0x000056b5 fetch  0x00000001 , 0x0000498a 
+ 00022570  0x000056b6 branch  0x0000582f , 0x00000034 
+ 00022571  0x000056b8 fetch  0x00000001 , 0x00004989 
+ 00022572  0x000056b9 rtneq  0x00000001 
+ 00022573  0x000056ba jam  0x00000001 , 0x00004989 
+ 00022574  0x000056bb branch  0x000056f7 
+ 00022575  0x000056be fetch  0x00000001 , 0x00004989 
+ 00022576  0x000056bf rtneq  0x00000000 
+ 00022577  0x000056c0 jam  0x00000000 , 0x00004989 
+ 00022578  0x000056c1 rtn 
+ 00022579  0x000056c4 lshift  0x0000003f , 0x0000003f 
+ 00022580  0x000056c5 copy  0x0000003f , 0x00000012 
+ 00022581  0x000056c6 call  0x00006ee6 
+ 00022582  0x000056c7 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022583  0x000056c8 and  0x00000012 , 0x00000007 , 0x0000003f 
+ 00022584  0x000056c9 fetcht  0x00000001 , 0x0000498b 
+ 00022585  0x000056ca copy  0x00000002 , 0x00000007 
+ 00022586  0x000056cb beq  0x00000007 , 0x00005848 
+ 00022587  0x000056cc beq  0x00000000 , 0x0000584a 
+ 00022588  0x000056cd rtn 
+ 00022589  0x000056d0 lshift  0x0000003f , 0x0000003f 
+ 00022590  0x000056d1 copy  0x0000003f , 0x00000012 
+ 00022591  0x000056d2 call  0x000055b1 
+ 00022592  0x000056d3 call  0x00006ee6 
+ 00022593  0x000056d4 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022594  0x000056d5 and  0x00000012 , 0x00000007 , 0x0000003f 
+ 00022595  0x000056d6 fetcht  0x00000001 , 0x0000498b 
+ 00022596  0x000056d7 copy  0x00000002 , 0x00000007 
+ 00022597  0x000056d8 beq  0x00000007 , 0x00005848 
+ 00022598  0x000056d9 beq  0x00000000 , 0x0000584a 
+ 00022599  0x000056da rtn 
+ 00022600  0x000056dd jam  0x00000001 , 0x0000498a 
+ 00022601  0x000056de rtn 
+ 00022602  0x000056e0 jam  0x00000000 , 0x0000498a 
+ 00022603  0x000056e1 rtn 
+ 00022604  0x000056ea arg  0x00000000 , 0x00000012 
+ 00022605  0x000056eb fetch  0x00000001 , 0x00004657 
+ 00022606  0x000056ec rtneq  0x000000ff 
+ 00022607  0x000056ed fetch  0x00000008 , 0x00004713 
+ 00022608  0x000056ee bbit0  0x0000002e , 0x00005859 
+ 00022609  0x000056f0 fetcht  0x00000001 , 0x00004657 
+ 00022610  0x000056f1 call  0x000055b5 
+ 00022611  0x000056f2 fetcht  0x00000001 , 0x00004657 
+ 00022612  0x000056f3 call  0x00006ee6 
+ 00022613  0x000056f4 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022614  0x000056f6 copy  0x00000012 , 0x0000003f 
+ 00022615  0x000056f7 store  0x00000001 , 0x00004987 
+ 00022616  0x000056f8 rtn 
+ 00022617  0x000056fb fetcht  0x00000001 , 0x00004657 
+ 00022618  0x000056fc call  0x000055b1 
+ 00022619  0x000056fd fetcht  0x00000001 , 0x00004657 
+ 00022620  0x000056fe call  0x00006ee6 
+ 00022621  0x000056ff nsetflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022622  0x00005700 branch  0x00005856 
+ 00022623  0x00005703 beq  0x00000004 , 0x00005878 
+ 00022624  0x00005705 call  0x0000587b 
+ 00022625  0x00005706 fetch  0x00000004 , 0x00004983 
+ 00022626  0x00005707 arg  0x000000a0 , 0x00000002 
+ 00022627  0x00005708 iadd  0x00000002 , 0x00000002 
+ 00022628  0x00005709 copy  0x00000022 , 0x0000003f 
+ 00022629  0x0000570a isub  0x00000002 , 0x0000003e 
+ 00022630  0x0000570b nrtn  0x00000002 
+ 00022631  0x0000570c store  0x00000004 , 0x00004983 
+ 00022632  0x0000570d fetch  0x00000001 , 0x00004982 
+ 00022633  0x0000570e beq  0x00000000 , 0x0000586e 
+ 00022634  0x0000570f beq  0x00000001 , 0x00005871 
+ 00022635  0x00005710 beq  0x00000002 , 0x00005874 
+ 00022636  0x00005711 beq  0x00000003 , 0x00005876 
+ 00022637  0x00005712 rtn 
+ 00022638  0x00005715 jam  0x00000001 , 0x00004982 
+ 00022639  0x00005717 jam  0x00000001 , 0x00004846 
+ 00022640  0x00005718 branch  0x00007dba 
+ 00022641  0x0000571b jam  0x00000002 , 0x00004982 
+ 00022642  0x0000571d jam  0x00000000 , 0x00004846 
+ 00022643  0x0000571e branch  0x00007dba 
+ 00022644  0x00005721 jam  0x00000003 , 0x00004982 
+ 00022645  0x00005722 branch  0x0000586f 
+ 00022646  0x00005725 jam  0x00000000 , 0x00004982 
+ 00022647  0x00005726 branch  0x00005872 
+ 00022648  0x00005729 jam  0x00000000 , 0x00004982 
+ 00022649  0x0000572a jam  0x00000000 , 0x00004846 
+ 00022650  0x0000572b rtn 
+ 00022651  0x0000572e fetcht  0x00000004 , 0x00004983 
+ 00022652  0x0000572f copy  0x00000022 , 0x0000003f 
+ 00022653  0x00005730 isub  0x00000002 , 0x0000003e 
+ 00022654  0x00005731 ncall  0x00005880 , 0x00000002 
+ 00022655  0x00005732 rtn 
+ 00022656  0x00005734 setarg  0x00000000 
+ 00022657  0x00005735 store  0x00000004 , 0x00004983 
+ 00022658  0x00005736 rtn 
+ 00022659  0x0000573f call  0x00005895 
+ 00022660  0x00005740 call  0x00005888 
+ 00022661  0x00005741 setarg  0x00000000 
+ 00022662  0x00005742 store  0x00000003 , 0x0000496f 
+ 00022663  0x00005743 rtn 
+ 00022664  0x00005746 bpatch  0x0000007e , 0x0000400f 
+ 00022665  0x00005747 fetch  0x00000001 , 0x0000473f 
+ 00022666  0x00005748 ncall  0x00005895 , 0x00000034 
+ 00022667  0x00005749 arg  0x00000000 , 0x00000011 
+ 00022668  0x0000574a call  0x00005898 
+ 00022669  0x0000574b call  0x000058a1 
+ 00022670  0x0000574c call  0x000058aa 
+ 00022671  0x0000574d call  0x000058b3 
+ 00022672  0x0000574e call  0x000058cf 
+ 00022673  0x0000574f call  0x0000584c 
+ 00022674  0x00005750 call  0x000058ec 
+ 00022675  0x00005751 copy  0x00000011 , 0x0000003f 
+ 00022676  0x00005752 rtn 
+ 00022677  0x00005755 setarg  0x00030303 
+ 00022678  0x00005756 store  0x00000003 , 0x0000496f 
+ 00022679  0x00005757 rtn 
+ 00022680  0x0000575a fetch  0x00000001 , 0x00004644 
+ 00022681  0x0000575b call  0x00005943 
+ 00022682  0x0000575c jam  0x00000000 , 0x00004977 
+ 00022683  0x0000575d fetcht  0x00000001 , 0x00004644 
+ 00022684  0x0000575e fetch  0x00000001 , 0x0000496f 
+ 00022685  0x0000575f call  0x00005925 
+ 00022686  0x00005760 store  0x00000001 , 0x0000496f 
+ 00022687  0x00005761 fetcht  0x00000001 , 0x00004644 
+ 00022688  0x00005762 branch  0x000055b5 
+ 00022689  0x00005765 fetch  0x00000001 , 0x00004646 
+ 00022690  0x00005766 call  0x00005943 
+ 00022691  0x00005767 jam  0x00000001 , 0x00004977 
+ 00022692  0x00005768 fetcht  0x00000001 , 0x00004646 
+ 00022693  0x00005769 fetch  0x00000001 , 0x00004970 
+ 00022694  0x0000576a call  0x00005925 
+ 00022695  0x0000576b store  0x00000001 , 0x00004970 
+ 00022696  0x0000576c fetcht  0x00000001 , 0x00004646 
+ 00022697  0x0000576d branch  0x000055b5 
+ 00022698  0x00005770 fetch  0x00000001 , 0x00004645 
+ 00022699  0x00005771 call  0x00005943 
+ 00022700  0x00005772 jam  0x00000002 , 0x00004977 
+ 00022701  0x00005773 fetcht  0x00000001 , 0x00004645 
+ 00022702  0x00005774 fetch  0x00000001 , 0x00004971 
+ 00022703  0x00005775 call  0x00005925 
+ 00022704  0x00005776 store  0x00000001 , 0x00004971 
+ 00022705  0x00005777 fetcht  0x00000001 , 0x00004645 
+ 00022706  0x00005778 branch  0x000055b5 
+ 00022707  0x0000577b fetch  0x00000001 , 0x00004647 
+ 00022708  0x0000577c rtneq  0x000000ff 
+ 00022709  0x0000577d jam  0x00000003 , 0x00004977 
+ 00022710  0x0000577e fetch  0x00000001 , 0x00004972 
+ 00022711  0x0000577f copy  0x0000003f , 0x00000013 
+ 00022712  0x00005780 fetcht  0x00000001 , 0x00004647 
+ 00022713  0x00005781 fetch  0x00000001 , 0x00004654 
+ 00022714  0x00005782 beq  0x000000ff , 0x000058c8 
+ 00022715  0x00005783 call  0x00006ee6 
+ 00022716  0x00005784 branch  0x000058c4 , 0x00000001 
+ 00022717  0x00005785 fetcht  0x00000001 , 0x00004654 
+ 00022718  0x00005786 call  0x00006ef7 
+ 00022719  0x00005787 fetcht  0x00000001 , 0x00004647 
+ 00022720  0x00005788 fetch  0x00000001 , 0x00004972 
+ 00022721  0x00005789 call  0x00005925 
+ 00022722  0x0000578b store  0x00000001 , 0x00004972 
+ 00022723  0x0000578c branch  0x000058df 
+ 00022724  0x0000578f fetcht  0x00000001 , 0x00004654 
+ 00022725  0x00005790 fetch  0x00000001 , 0x00004972 
+ 00022726  0x00005791 call  0x00005925 
+ 00022727  0x00005792 branch  0x000058c2 
+ 00022728  0x00005795 fetch  0x00000001 , 0x00004647 
+ 00022729  0x00005796 call  0x00005946 
+ 00022730  0x00005797 fetcht  0x00000001 , 0x00004647 
+ 00022731  0x00005798 call  0x00005931 
+ 00022732  0x00005799 store  0x00000001 , 0x00004972 
+ 00022733  0x0000579a fetcht  0x00000001 , 0x00004647 
+ 00022734  0x0000579b branch  0x000055b5 
+ 00022735  0x0000579f fetch  0x00000001 , 0x00004648 
+ 00022736  0x000057a0 rtneq  0x000000ff 
+ 00022737  0x000057a1 jam  0x00000004 , 0x00004977 
+ 00022738  0x000057a2 fetch  0x00000001 , 0x00004973 
+ 00022739  0x000057a3 copy  0x0000003f , 0x00000013 
+ 00022740  0x000057a4 fetcht  0x00000001 , 0x00004648 
+ 00022741  0x000057a5 fetch  0x00000001 , 0x00004654 
+ 00022742  0x000057a6 beq  0x000000ff , 0x000058e5 
+ 00022743  0x000057a7 call  0x00006ee6 
+ 00022744  0x000057a8 branch  0x000058e1 , 0x00000001 
+ 00022745  0x000057a9 fetcht  0x00000001 , 0x00004654 
+ 00022746  0x000057aa call  0x00006ef7 
+ 00022747  0x000057ab fetcht  0x00000001 , 0x00004648 
+ 00022748  0x000057ac fetch  0x00000001 , 0x00004973 
+ 00022749  0x000057ad call  0x00005925 
+ 00022750  0x000057af store  0x00000001 , 0x00004973 
+ 00022751  0x000057b1 fetcht  0x00000001 , 0x00004654 
+ 00022752  0x000057b2 branch  0x000055b5 
+ 00022753  0x000057b5 fetcht  0x00000001 , 0x00004654 
+ 00022754  0x000057b6 fetch  0x00000001 , 0x00004973 
+ 00022755  0x000057b7 call  0x00005925 
+ 00022756  0x000057b8 branch  0x000058de 
+ 00022757  0x000057bb fetch  0x00000001 , 0x00004648 
+ 00022758  0x000057bc call  0x00005946 
+ 00022759  0x000057bd fetcht  0x00000001 , 0x00004648 
+ 00022760  0x000057be call  0x00005931 
+ 00022761  0x000057bf store  0x00000001 , 0x00004973 
+ 00022762  0x000057c0 fetcht  0x00000001 , 0x00004648 
+ 00022763  0x000057c1 branch  0x000055b5 
+ 00022764  0x000057c4 jam  0x00000000 , 0x0000496c 
+ 00022765  0x000057c5 fetch  0x00000001 , 0x00004656 
+ 00022766  0x000057c6 rtneq  0x000000ff 
+ 00022767  0x000057c7 fetch  0x00000008 , 0x00004713 
+ 00022768  0x000057c8 rtnbit0  0x00000016 
+ 00022769  0x000057c9 bbit1  0x0000002f , 0x000058fd 
+ 00022770  0x000057cb jam  0x00000007 , 0x00004977 
+ 00022771  0x000057cc fetcht  0x00000001 , 0x00004656 
+ 00022772  0x000057cd fetch  0x00000001 , 0x00004976 
+ 00022773  0x000057ce call  0x00005925 
+ 00022774  0x000057cf store  0x00000001 , 0x00004976 
+ 00022775  0x000057d1 copy  0x00000011 , 0x0000003f 
+ 00022776  0x000057d2 bbit1  0x00000007 , 0x00005917 
+ 00022777  0x000057d3 call  0x0000591a 
+ 00022778  0x000057d5 fetch  0x00000001 , 0x0000496d 
+ 00022779  0x000057d6 store  0x00000001 , 0x0000496e 
+ 00022780  0x000057d7 rtn 
+ 00022781  0x000057da jam  0x00000007 , 0x00004977 
+ 00022782  0x000057db fetch  0x00000001 , 0x00004976 
+ 00022783  0x000057dc copy  0x0000003f , 0x00000013 
+ 00022784  0x000057dd fetcht  0x00000001 , 0x00004656 
+ 00022785  0x000057de fetch  0x00000001 , 0x00004654 
+ 00022786  0x000057df beq  0x000000ff , 0x0000590f 
+ 00022787  0x000057e0 call  0x00006ee6 
+ 00022788  0x000057e1 branch  0x0000590b , 0x00000001 
+ 00022789  0x000057e2 fetcht  0x00000001 , 0x00004654 
+ 00022790  0x000057e3 call  0x00006ef7 
+ 00022791  0x000057e4 fetcht  0x00000001 , 0x00004656 
+ 00022792  0x000057e5 fetch  0x00000001 , 0x00004976 
+ 00022793  0x000057e6 call  0x00005925 
+ 00022794  0x000057e7 branch  0x00005913 
+ 00022795  0x000057ea fetcht  0x00000001 , 0x00004654 
+ 00022796  0x000057eb fetch  0x00000001 , 0x00004976 
+ 00022797  0x000057ec call  0x00005925 
+ 00022798  0x000057ed branch  0x00005913 
+ 00022799  0x000057f0 fetch  0x00000001 , 0x00004656 
+ 00022800  0x000057f1 call  0x00005946 
+ 00022801  0x000057f2 fetcht  0x00000001 , 0x00004656 
+ 00022802  0x000057f3 call  0x00005931 
+ 00022803  0x000057f5 store  0x00000001 , 0x00004976 
+ 00022804  0x000057f6 call  0x000058f7 
+ 00022805  0x000057f7 fetcht  0x00000001 , 0x00004656 
+ 00022806  0x000057f8 branch  0x000055b5 
+ 00022807  0x000057fc jam  0x00000001 , 0x0000496d 
+ 00022808  0x000057fd call  0x0000591d 
+ 00022809  0x000057fe branch  0x000058fa 
+ 00022810  0x00005801 jam  0x00000000 , 0x0000496d 
+ 00022811  0x00005802 fetch  0x00000001 , 0x0000496e 
+ 00022812  0x00005803 rtn  0x00000034 
+ 00022813  0x00005805 jam  0x00000001 , 0x0000496c 
+ 00022814  0x00005806 rtn 
+ 00022815  0x0000580b call  0x00006ee6 
+ 00022816  0x0000580c fetcht  0x00000001 , 0x00004977 
+ 00022817  0x0000580d copy  0x00000002 , 0x00000007 
+ 00022818  0x0000580e branch  0x0000592f , 0x00000001 
+ 00022819  0x00005810 qset0  0x00000011 
+ 00022820  0x00005811 rtn 
+ 00022821  0x00005814 lshift  0x0000003f , 0x0000003f 
+ 00022822  0x00005815 copy  0x0000003f , 0x00000012 
+ 00022823  0x00005816 call  0x00006ee6 
+ 00022824  0x00005817 setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022825  0x00005819 and  0x00000012 , 0x00000007 , 0x0000003f 
+ 00022826  0x0000581b fetcht  0x00000001 , 0x00004977 
+ 00022827  0x0000581c copy  0x00000002 , 0x00000007 
+ 00022828  0x0000581d beq  0x00000007 , 0x0000592f 
+ 00022829  0x0000581e beq  0x00000000 , 0x00005923 
+ 00022830  0x0000581f rtn 
+ 00022831  0x00005822 qset1  0x00000011 
+ 00022832  0x00005823 rtn 
+ 00022833  0x00005826 bpatch  0x0000007f , 0x0000400f 
+ 00022834  0x00005827 copy  0x00000013 , 0x0000003f 
+ 00022835  0x00005828 store  0x00000001 , 0x00004978 
+ 00022836  0x00005829 lshift  0x0000003f , 0x0000003f 
+ 00022837  0x0000582a copy  0x0000003f , 0x00000012 
+ 00022838  0x0000582b copy  0x00000002 , 0x00000013 
+ 00022839  0x0000582c call  0x000055b1 
+ 00022840  0x0000582d copy  0x00000013 , 0x00000002 
+ 00022841  0x0000582e call  0x00006ee6 
+ 00022842  0x0000582f nsetflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00022843  0x00005830 call  0x0000593d 
+ 00022844  0x00005831 branch  0x0000592a 
+ 00022845  0x00005834 fetcht  0x00000001 , 0x00004978 
+ 00022846  0x00005835 and_into  0x00000001 , 0x00000002 
+ 00022847  0x00005836 and  0x00000012 , 0x00000001 , 0x0000003f 
+ 00022848  0x00005837 isub  0x00000002 , 0x0000003e 
+ 00022849  0x00005838 nbranch  0x00005abc , 0x00000005 
+ 00022850  0x00005839 rtn 
+ 00022851  0x0000583e rtneq  0x000000ff 
+ 00022852  0x0000583f arg  0x0000003f , 0x00000002 
+ 00022853  0x00005840 branch  0x00006f21 
+ 00022854  0x00005844 rtneq  0x000000ff 
+ 00022855  0x00005845 arg  0x0000003e , 0x00000002 
+ 00022856  0x00005846 branch  0x00006f21 
+ 00022857  0x0000584c bpatch  0x00000080 , 0x00004010 
+ 00022858  0x0000584d call  0x000055f6 
+ 00022859  0x0000584e rtn  0x0000002b 
+ 00022860  0x00005850 call  0x000059e7 
+ 00022861  0x00005852 bpatch  0x00000081 , 0x00004010 
+ 00022862  0x00005853 call  0x00005958 
+ 00022863  0x00005854 beq  0x00000030 , 0x0000595f 
+ 00022864  0x00005855 beq  0x00000031 , 0x000059c6 
+ 00022865  0x00005856 beq  0x00000058 , 0x000059cf 
+ 00022866  0x00005857 call  0x00005955 
+ 00022867  0x00005858 nop  0x00001af4 
+ 00022868  0x00005859 branch  0x0000594d 
+ 00022869  0x0000585b fetcht  0x00000001 , 0x0000464c 
+ 00022870  0x0000585c call  0x000069c7 
+ 00022871  0x0000585d branch  0x000055fb 
+ 00022872  0x00005860 setarg  0x00000001 
+ 00022873  0x00005861 call  0x000069e5 
+ 00022874  0x00005862 store  0x00000001 , 0x0000485a 
+ 00022875  0x00005863 setarg  0x00000000 
+ 00022876  0x00005864 call  0x000069e5 
+ 00022877  0x00005865 store  0x00000001 , 0x00004859 
+ 00022878  0x00005866 rtn 
+ 00022879  0x00005869 fetch  0x00000001 , 0x0000485a 
+ 00022880  0x0000586a beq  0x0000005a , 0x0000596e 
+ 00022881  0x0000586b beq  0x000000d8 , 0x00005974 
+ 00022882  0x0000586c beq  0x000000d1 , 0x00005968 
+ 00022883  0x0000586d beq  0x000000d2 , 0x0000598c 
+ 00022884  0x0000586e beq  0x00000002 , 0x00005993 
+ 00022885  0x0000586f beq  0x00000054 , 0x0000599c 
+ 00022886  0x00005870 beq  0x00000050 , 0x000059c3 
+ 00022887  0x00005871 branch  0x0000594d 
+ 00022888  0x00005874 setarg  0x00000049 
+ 00022889  0x00005875 call  0x000069e5 
+ 00022890  0x00005876 beq  0x000000a1 , 0x0000596c 
+ 00022891  0x00005877 branch  0x00005983 
+ 00022892  0x0000587a jam  0x0000000c , 0x00004957 
+ 00022893  0x0000587b rtn 
+ 00022894  0x0000587e jam  0x00000005 , 0x00004957 
+ 00022895  0x0000587f call  0x000059da 
+ 00022896  0x00005880 call  0x00007c95 
+ 00022897  0x00005881 arg  0x000048d6 , 0x00000013 
+ 00022898  0x00005882 call  0x00005995 
+ 00022899  0x00005883 branch  0x00005747 
+ 00022900  0x00005886 setarg  0x00000016 
+ 00022901  0x00005887 call  0x000069e5 
+ 00022902  0x00005888 sub  0x0000003f , 0x000000bd , 0x0000003e 
+ 00022903  0x00005889 nbranch  0x00005949 , 0x00000005 
+ 00022904  0x0000588a setarg  0x00000019 
+ 00022905  0x0000588b call  0x000069e5 
+ 00022906  0x0000588c sub  0x0000003f , 0x00000055 , 0x0000003e 
+ 00022907  0x0000588d nbranch  0x00005949 , 0x00000005 
+ 00022908  0x0000588e setarg  0x0000001b 
+ 00022909  0x0000588f call  0x000069e5 
+ 00022910  0x00005890 sub  0x0000003f , 0x0000001d , 0x0000003e 
+ 00022911  0x00005891 nbranch  0x00005949 , 0x00000005 
+ 00022912  0x00005892 jam  0x00000006 , 0x00004957 
+ 00022913  0x00005893 arg  0x0000491a , 0x00000013 
+ 00022914  0x00005894 branch  0x00005995 
+ 00022915  0x00005897 jam  0x00000000 , 0x00004957 
+ 00022916  0x00005898 arg  0x00004890 , 0x00000013 
+ 00022917  0x00005899 call  0x00005995 
+ 00022918  0x0000589a arg  0x0000489a , 0x00000013 
+ 00022919  0x0000589b call  0x00005995 
+ 00022920  0x0000589c setarg  0x00000943 
+ 00022921  0x0000589d call  0x000069e4 
+ 00022922  0x0000589e arg  0x000048b4 , 0x00000013 
+ 00022923  0x0000589f branch  0x00005995 
+ 00022924  0x000058a2 jam  0x00000002 , 0x00004957 
+ 00022925  0x000058a3 arg  0x00004886 , 0x00000013 
+ 00022926  0x000058a4 call  0x00005995 
+ 00022927  0x000058a5 arg  0x0000489a , 0x00000013 
+ 00022928  0x000058a6 call  0x00005995 
+ 00022929  0x000058a7 arg  0x000048b4 , 0x00000013 
+ 00022930  0x000058a8 branch  0x00005995 
+ 00022931  0x000058ab jam  0x00000003 , 0x00004957 
+ 00022932  0x000058ac arg  0x0000487c , 0x00000013 
+ 00022933  0x000058ae ifetch  0x00000002 , 0x00000013 
+ 00022934  0x000058af arg  0x0000ffff , 0x00000002 
+ 00022935  0x000058b0 isub  0x00000002 , 0x0000003e 
+ 00022936  0x000058b1 rtn  0x00000005 
+ 00022937  0x000058b2 call  0x000069e4 
+ 00022938  0x000058b3 increase  0x00000002 , 0x00000013 
+ 00022939  0x000058b4 branch  0x00005995 
+ 00022940  0x000058b7 call  0x000059d8 
+ 00022941  0x000058b8 setarg  0x00009a5b 
+ 00022942  0x000058b9 call  0x000069e4 
+ 00022943  0x000058ba setarg  0x0000000d 
+ 00022944  0x000058bb call  0x000069e5 
+ 00022945  0x000058bc sub  0x0000003f , 0x00000012 , 0x0000003e 
+ 00022946  0x000058bd branch  0x000059b0 , 0x00000005 
+ 00022947  0x000058be sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00022948  0x000058bf nbranch  0x000059b3 , 0x00000005 
+ 00022949  0x000058c0 setarg  0x0000000e 
+ 00022950  0x000058c1 call  0x000069e5 
+ 00022951  0x000058c2 sub  0x0000003f , 0x000000e5 , 0x0000003e 
+ 00022952  0x000058c3 nbranch  0x0000594d , 0x00000005 
+ 00022953  0x000058c4 setarg  0x00000010 
+ 00022954  0x000058c5 call  0x000069e5 
+ 00022955  0x000058c6 sub  0x0000003f , 0x000000a5 , 0x0000003e 
+ 00022956  0x000058c7 branch  0x000059b0 , 0x00000005 
+ 00022957  0x000058c8 call  0x000059c0 
+ 00022958  0x000058ca jam  0x00000008 , 0x00004957 
+ 00022959  0x000058cb rtn 
+ 00022960  0x000058cd jam  0x00000009 , 0x00004957 
+ 00022961  0x000058ce arg  0x000048fc , 0x00000013 
+ 00022962  0x000058cf branch  0x00005995 
+ 00022963  0x000058d1 sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00022964  0x000058d2 nbranch  0x0000594d , 0x00000005 
+ 00022965  0x000058d3 setarg  0x0000000e 
+ 00022966  0x000058d4 call  0x000069e5 
+ 00022967  0x000058d5 sub  0x0000003f , 0x000000c5 , 0x0000003e 
+ 00022968  0x000058d6 nbranch  0x0000594d , 0x00000005 
+ 00022969  0x000058d7 setarg  0x00000010 
+ 00022970  0x000058d8 call  0x000069e5 
+ 00022971  0x000058d9 sub  0x0000003f , 0x00000038 , 0x0000003e 
+ 00022972  0x000058da nbranch  0x0000594d , 0x00000005 
+ 00022973  0x000058dc call  0x000059c0 
+ 00022974  0x000058dd jam  0x0000000a , 0x00004957 
+ 00022975  0x000058de rtn 
+ 00022976  0x000058e0 setarg  0x0000005b 
+ 00022977  0x000058e1 call  0x000069e4 
+ 00022978  0x000058e2 branch  0x000059d6 
+ 00022979  0x000058e5 jam  0x00000007 , 0x00004957 
+ 00022980  0x000058e6 arg  0x0000493a , 0x00000013 
+ 00022981  0x000058e7 branch  0x00005995 
+ 00022982  0x000058ea call  0x000059e7 
+ 00022983  0x000058eb fetch  0x00000001 , 0x0000485a 
+ 00022984  0x000058ec beq  0x00000070 , 0x000059cd 
+ 00022985  0x000058ed beq  0x00000000 , 0x000059cb 
+ 00022986  0x000058ee branch  0x0000594d 
+ 00022987  0x000058f1 jam  0x00000001 , 0x00004957 
+ 00022988  0x000058f2 rtn 
+ 00022989  0x000058f5 jam  0x00000004 , 0x00004957 
+ 00022990  0x000058f6 rtn 
+ 00022991  0x000058f9 call  0x000059e7 
+ 00022992  0x000058fa fetch  0x00000001 , 0x0000485a 
+ 00022993  0x000058fb beq  0x00000059 , 0x000059d3 
+ 00022994  0x000058fc branch  0x0000595f 
+ 00022995  0x000058fe jam  0x0000000b , 0x00004957 
+ 00022996  0x000058ff arg  0x0000492a , 0x00000013 
+ 00022997  0x00005900 branch  0x00005995 
+ 00022998  0x00005903 setarg  0x00000009 
+ 00022999  0x00005904 branch  0x000069e4 
+ 00023000  0x00005906 setarg  0x00005a09 
+ 00023001  0x00005907 branch  0x000069e4 
+ 00023002  0x0000590a arg  0x00008006 , 0x00000002 
+ 00023003  0x0000590b fetch  0x00000001 , 0x00004957 
+ 00023004  0x0000590c bne  0x0000000b , 0x000059de 
+ 00023005  0x0000590d arg  0x00009706 , 0x00000002 
+ 00023006  0x0000590f copy  0x00000002 , 0x0000003f 
+ 00023007  0x00005910 call  0x000069e4 
+ 00023008  0x00005911 nop  0x00002ee0 
+ 00023009  0x00005912 rtn 
+ 00023010  0x00005915 arg  0x00004946 , 0x00000013 
+ 00023011  0x00005916 fetch  0x00000001 , 0x00004957 
+ 00023012  0x00005917 rtnne  0x0000000b 
+ 00023013  0x00005918 arg  0x0000494e , 0x00000013 
+ 00023014  0x00005919 rtn 
+ 00023015  0x0000591c bpatch  0x00000082 , 0x00004010 
+ 00023016  0x0000591d call  0x000055f6 
+ 00023017  0x0000591e call  0x000059da 
+ 00023018  0x0000591f call  0x000059e2 
+ 00023019  0x00005920 call  0x00005995 
+ 00023020  0x00005921 branch  0x00005747 
+ 00023021  0x00005924 bpatch  0x00000083 , 0x00004010 
+ 00023022  0x00005925 call  0x00005949 
+ 00023023  0x00005926 call  0x000055f6 
+ 00023024  0x00005927 arg  0x00000806 , 0x00000002 
+ 00023025  0x00005928 fetch  0x00000001 , 0x00004957 
+ 00023026  0x00005929 bne  0x0000000b , 0x000059f4 
+ 00023027  0x0000592a arg  0x00001f06 , 0x00000002 
+ 00023028  0x0000592c copy  0x00000002 , 0x0000003f 
+ 00023029  0x0000592d branch  0x000069e4 
+ 00023030  0x00005934 fetch  0x00000001 , 0x00004420 
+ 00023031  0x00005935 rtnne  0x00000000 
+ 00023032  0x00005936 fetch  0x00000001 , 0x00004957 
+ 00023033  0x00005937 beq  0x00000000 , 0x00005a02 
+ 00023034  0x00005938 beq  0x00000001 , 0x00005a02 
+ 00023035  0x00005939 beq  0x00000008 , 0x00005a02 
+ 00023036  0x0000593a beq  0x00000002 , 0x00005a02 
+ 00023037  0x0000593b beq  0x00000003 , 0x00005a26 
+ 00023038  0x0000593c beq  0x00000004 , 0x00005a02 
+ 00023039  0x0000593d beq  0x00000006 , 0x00005a4b 
+ 00023040  0x0000593e beq  0x0000000b , 0x00005a44 
+ 00023041  0x0000593f branch  0x00005a02 
+ 00023042  0x00005943 call  0x00005a6d 
+ 00023043  0x00005944 disable  0x00000028 
+ 00023044  0x00005945 fetch  0x00000001 , 0x00004659 
+ 00023045  0x00005946 beq  0x000000ff , 0x00005a09 
+ 00023046  0x00005947 fetcht  0x00000001 , 0x00004659 
+ 00023047  0x00005948 call  0x00006ee6 
+ 00023048  0x00005949 nrtn  0x00000001 
+ 00023049  0x0000594b setarg  0x00000000 
+ 00023050  0x0000594c call  0x000069e5 
+ 00023051  0x0000594d bne  0x00000030 , 0x00005a1c 
+ 00023052  0x0000594f setarg  0x00000002 
+ 00023053  0x00005950 call  0x000069e5 
+ 00023054  0x00005951 rtnbit0  0x00000007 
+ 00023055  0x00005952 call  0x00005a84 
+ 00023056  0x00005953 fetch  0x00000001 , 0x00004847 
+ 00023057  0x00005954 call  0x00005a7c 
+ 00023058  0x00005955 store  0x00000002 , 0x00004847 
+ 00023059  0x00005956 fetch  0x00000001 , 0x00004849 
+ 00023060  0x00005957 call  0x00005a7c 
+ 00023061  0x00005958 store  0x00000002 , 0x00004849 
+ 00023062  0x00005959 fetch  0x00000001 , 0x00004958 
+ 00023063  0x0000595a beq  0x00000000 , 0x00005a1e 
+ 00023064  0x0000595b beq  0x00000001 , 0x00005a20 
+ 00023065  0x0000595c beq  0x00000002 , 0x00005a22 
+ 00023066  0x0000595d beq  0x00000003 , 0x00005a24 
+ 00023067  0x0000595e rtn 
+ 00023068  0x00005961 beq  0x00000031 , 0x00005a0c 
+ 00023069  0x00005962 branch  0x00005955 
+ 00023070  0x00005965 call  0x00005a56 
+ 00023071  0x00005966 branch  0x00005a8b 
+ 00023072  0x00005968 call  0x00005a5e 
+ 00023073  0x00005969 branch  0x00005a8b 
+ 00023074  0x0000596b call  0x00005a5a 
+ 00023075  0x0000596c branch  0x00005a8b 
+ 00023076  0x0000596e call  0x00005a66 
+ 00023077  0x0000596f branch  0x00005a8b 
+ 00023078  0x00005974 call  0x00005a6d 
+ 00023079  0x00005975 fetch  0x00000001 , 0x00004659 
+ 00023080  0x00005976 beq  0x000000ff , 0x00005a2c 
+ 00023081  0x00005977 fetcht  0x00000001 , 0x00004659 
+ 00023082  0x00005978 call  0x00006ee6 
+ 00023083  0x00005979 nrtn  0x00000001 
+ 00023084  0x0000597b setarg  0x00000000 
+ 00023085  0x0000597c call  0x000069e5 
+ 00023086  0x0000597d bne  0x00000030 , 0x00005955 
+ 00023087  0x0000597f setarg  0x00000002 
+ 00023088  0x00005980 call  0x000069e5 
+ 00023089  0x00005981 rtnbit0  0x00000007 
+ 00023090  0x00005982 call  0x00005a84 
+ 00023091  0x00005983 call  0x00005a42 
+ 00023092  0x00005984 store  0x00000001 , 0x0000484d 
+ 00023093  0x00005985 rshift4  0x0000003f , 0x0000003f 
+ 00023094  0x00005986 call  0x00005a80 
+ 00023095  0x00005987 store  0x00000001 , 0x00004848 
+ 00023096  0x00005988 fetch  0x00000001 , 0x0000484d 
+ 00023097  0x00005989 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00023098  0x0000598a call  0x00005a80 
+ 00023099  0x0000598b store  0x00000001 , 0x0000484a 
+ 00023100  0x0000598c fetch  0x00000001 , 0x00004958 
+ 00023101  0x0000598d beq  0x00000000 , 0x00005a56 
+ 00023102  0x0000598e beq  0x00000001 , 0x00005a5e 
+ 00023103  0x0000598f beq  0x00000002 , 0x00005a5a 
+ 00023104  0x00005990 beq  0x00000003 , 0x00005a66 
+ 00023105  0x00005991 rtn 
+ 00023106  0x00005994 setarg  0x00000012 
+ 00023107  0x00005995 branch  0x000069e5 
+ 00023108  0x00005998 call  0x00005a6d 
+ 00023109  0x00005999 fetch  0x00000001 , 0x00004659 
+ 00023110  0x0000599a beq  0x000000ff , 0x00005a4a 
+ 00023111  0x0000599b fetcht  0x00000001 , 0x00004659 
+ 00023112  0x0000599c call  0x00006ee6 
+ 00023113  0x0000599d nrtn  0x00000001 
+ 00023114  0x0000599f branch  0x00005a2f 
+ 00023115  0x000059a3 call  0x00005a6d 
+ 00023116  0x000059a4 disable  0x00000028 
+ 00023117  0x000059a5 setarg  0x00000002 
+ 00023118  0x000059a6 call  0x000069e5 
+ 00023119  0x000059a7 rtnbit0  0x00000007 
+ 00023120  0x000059a8 setarg  0x00000008 
+ 00023121  0x000059a9 call  0x000069e5 
+ 00023122  0x000059aa branch  0x00005a0f , 0x00000034 
+ 00023123  0x000059ab setarg  0x00000000 
+ 00023124  0x000059ac store  0x00000006 , 0x00004847 
+ 00023125  0x000059ad rtn 
+ 00023126  0x000059b0 fetch  0x00000002 , 0x00004847 
+ 00023127  0x000059b1 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023128  0x000059b2 store  0x00000002 , 0x00004847 
+ 00023129  0x000059b3 branch  0x00007dba 
+ 00023130  0x000059b5 fetch  0x00000002 , 0x00004849 
+ 00023131  0x000059b6 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023132  0x000059b7 store  0x00000002 , 0x00004849 
+ 00023133  0x000059b8 branch  0x00007dba 
+ 00023134  0x000059ba fetch  0x00000002 , 0x00004849 
+ 00023135  0x000059bb sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023136  0x000059bc store  0x00000002 , 0x00004849 
+ 00023137  0x000059bd fetch  0x00000002 , 0x00004847 
+ 00023138  0x000059be sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023139  0x000059bf store  0x00000002 , 0x00004847 
+ 00023140  0x000059c0 call  0x00005a68 
+ 00023141  0x000059c1 branch  0x00007dba 
+ 00023142  0x000059c3 call  0x00005a68 
+ 00023143  0x000059c4 branch  0x00007dba 
+ 00023144  0x000059c7 fetch  0x00000002 , 0x00004849 
+ 00023145  0x000059c8 fetcht  0x00000002 , 0x00004847 
+ 00023146  0x000059c9 store  0x00000002 , 0x00004847 
+ 00023147  0x000059ca storet  0x00000002 , 0x00004849 
+ 00023148  0x000059cb rtn 
+ 00023149  0x000059cf fetch  0x00000001 , 0x00004860 
+ 00023150  0x000059d0 call  0x00005a84 , 0x00000034 
+ 00023151  0x000059d1 jam  0x00000001 , 0x00004860 
+ 00023152  0x000059d2 rtn 
+ 00023153  0x000059d5 jam  0x00000001 , 0x00004956 
+ 00023154  0x000059d6 call  0x000029c9 
+ 00023155  0x000059d8 branch  0x00005949 
+ 00023156  0x000059db fetch  0x00000001 , 0x00004659 
+ 00023157  0x000059dc rtnne  0x000000ff 
+ 00023158  0x000059dd fetch  0x00000001 , 0x0000477d 
+ 00023159  0x000059de rtnne  0x00000001 
+ 00023160  0x000059df setarg  0x00000000 
+ 00023161  0x000059e0 store  0x00000001 , 0x0000477d 
+ 00023162  0x000059e1 store  0x00000004 , 0x00004847 
+ 00023163  0x000059e2 branch  0x00005a73 
+ 00023164  0x000059e5 rtnbit0  0x00000007 
+ 00023165  0x000059e6 arg  0x0000ff00 , 0x00000002 
+ 00023166  0x000059e7 ior  0x00000002 , 0x0000003f 
+ 00023167  0x000059e8 rtn 
+ 00023168  0x000059eb rtnbit0  0x00000003 
+ 00023169  0x000059ec arg  0x000000f0 , 0x00000002 
+ 00023170  0x000059ed ior  0x00000002 , 0x0000003f 
+ 00023171  0x000059ee rtn 
+ 00023172  0x000059f1 arg  0x00000003 , 0x0000003f 
+ 00023173  0x000059f2 call  0x000069e5 
+ 00023174  0x000059f3 store  0x00000002 , 0x00004847 
+ 00023175  0x000059f4 arg  0x00000004 , 0x0000003f 
+ 00023176  0x000059f5 call  0x000069e5 
+ 00023177  0x000059f6 store  0x00000002 , 0x00004849 
+ 00023178  0x000059f7 rtn 
+ 00023179  0x000059fb fetcht  0x00000001 , 0x0000464d 
+ 00023180  0x000059fc call  0x00006ee6 
+ 00023181  0x000059fd rtn  0x00000001 
+ 00023182  0x000059fe setarg  0x0000000a 
+ 00023183  0x000059ff call  0x000069e5 
+ 00023184  0x00005a00 nop  0x000003e8 
+ 00023185  0x00005a01 branch  0x00005a8b 
+ 00023186  0x00005a04 setarg  0x00008100 
+ 00023187  0x00005a05 branch  0x000069e4 
+ 00023188  0x00005a0b jam  0x000000ff , 0x0000478f 
+ 00023189  0x00005a0d jam  0x00000034 , 0x000043f3 
+ 00023190  0x00005a0e setarg  0x000f0f0f 
+ 00023191  0x00005a0f store  0x00000003 , 0x000042db 
+ 00023192  0x00005a10 store  0x00000003 , 0x000042de 
+ 00023193  0x00005a11 branch  0x000054a9 
+ 00023194  0x00005a14 bpatch  0x00000084 , 0x00004010 
+ 00023195  0x00005a15 call  0x00005c6f 
+ 00023196  0x00005a16 call  0x00005aa8 
+ 00023197  0x00005a17 fetch  0x00000001 , 0x00004666 
+ 00023198  0x00005a18 beq  0x00000001 , 0x00005aa1 
+ 00023199  0x00005a19 beq  0x00000002 , 0x00005aa3 
+ 00023200  0x00005a1a rtn 
+ 00023201  0x00005a1c fetch  0x00000006 , 0x00004668 
+ 00023202  0x00005a1d branch  0x00005aa4 
+ 00023203  0x00005a1f fetch  0x00000006 , 0x00004675 
+ 00023204  0x00005a21 fetcht  0x00000006 , 0x000046e6 
+ 00023205  0x00005a22 isub  0x00000002 , 0x0000003e 
+ 00023206  0x00005a23 branch  0x00005c1a , 0x00000005 
+ 00023207  0x00005a24 branch  0x000054a0 
+ 00023208  0x00005a27 jam  0x0000005a , 0x0000478f 
+ 00023209  0x00005a28 rtn 
+ 00023210  0x00005a2c fetch  0x00000002 , 0x000044e9 
+ 00023211  0x00005a2d bbit1  0x00000009 , 0x0000431f 
+ 00023212  0x00005a2e branch  0x00005c39 
+ 00023213  0x00005a30 setarg  0x00000000 
+ 00023214  0x00005a31 store  0x00000002 , 0x00004781 
+ 00023215  0x00005a32 fetch  0x00000002 , 0x000044e9 
+ 00023216  0x00005a33 bbit1  0x00000009 , 0x0000431f 
+ 00023217  0x00005a34 rtn 
+ 00023218  0x00005a37 fetch  0x00000008 , 0x00004713 
+ 00023219  0x00005a38 rtnbit0  0x0000001b 
+ 00023220  0x00005a3a nbranch  0x00005aba , 0x00000028 
+ 00023221  0x00005a3b fetch  0x00000001 , 0x00004959 
+ 00023222  0x00005a3c increase  0x00000001 , 0x0000003f 
+ 00023223  0x00005a3d and_into  0x0000000f , 0x0000003f 
+ 00023224  0x00005a3e store  0x00000001 , 0x00004959 
+ 00023225  0x00005a3f nrtn  0x00000034 
+ 00023226  0x00005a41 jam  0x00000000 , 0x00004959 
+ 00023227  0x00005a42 branch  0x00007dbc 
+ 00023228  0x00005a45 fetch  0x00000001 , 0x00004659 
+ 00023229  0x00005a46 rtnne  0x000000ff 
+ 00023230  0x00005a47 jam  0x00000000 , 0x000040c0 
+ 00023231  0x00005a48 jam  0x0000001e , 0x0000477e 
+ 00023232  0x00005a49 rtn 
+ 00023233  0x00005a4d bpatch  0x00000085 , 0x00004010 
+ 00023234  0x00005a4e copy  0x00000013 , 0x0000003f 
+ 00023235  0x00005a4f beq  0x00000014 , 0x00005ad0 
+ 00023236  0x00005a50 beq  0x00000015 , 0x00005ae0 
+ 00023237  0x00005a51 beq  0x00000010 , 0x00005c15 
+ 00023238  0x00005a52 beq  0x00000031 , 0x00005aed 
+ 00023239  0x00005a53 beq  0x00000029 , 0x00005aef 
+ 00023240  0x00005a54 beq  0x00000032 , 0x00005af1 
+ 00023241  0x00005a55 beq  0x0000003e , 0x00004329 
+ 00023242  0x00005a56 beq  0x00000040 , 0x00005afc 
+ 00023243  0x00005a57 beq  0x00000039 , 0x00006084 
+ 00023244  0x00005a58 beq  0x0000003a , 0x00006053 
+ 00023245  0x00005a59 beq  0x0000003c , 0x00006075 
+ 00023246  0x00005a5a beq  0x00000044 , 0x00005b10 
+ 00023247  0x00005a5b rtn 
+ 00023248  0x00005a5f call  0x0000618e 
+ 00023249  0x00005a60 jam  0x00000000 , 0x0000477d 
+ 00023250  0x00005a61 call  0x00005a73 
+ 00023251  0x00005a62 jam  0x00000001 , 0x00004794 
+ 00023252  0x00005a63 call  0x00006042 
+ 00023253  0x00005a64 fetch  0x00000001 , 0x00004795 
+ 00023254  0x00005a65 nbranch  0x00005ad8 , 0x00000034 
+ 00023255  0x00005a66 jam  0x00000014 , 0x00004796 
+ 00023256  0x00005a68 fetch  0x00000002 , 0x000043f1 
+ 00023257  0x00005a69 set0  0x00000000 , 0x0000003f 
+ 00023258  0x00005a6a store  0x00000002 , 0x000043f1 
+ 00023259  0x00005a6b jam  0x00000000 , 0x00004845 
+ 00023260  0x00005a6c fetch  0x00000002 , 0x000047be 
+ 00023261  0x00005a6d store  0x00000002 , 0x000047c0 
+ 00023262  0x00005a6e call  0x00005c0b 
+ 00023263  0x00005a6f branch  0x00005c39 
+ 00023264  0x00005a72 setarg  0x00000000 
+ 00023265  0x00005a73 store  0x00000002 , 0x000047c0 
+ 00023266  0x00005a74 jam  0x00000000 , 0x00004794 
+ 00023267  0x00005a75 arg  0x00000006 , 0x00000002 
+ 00023268  0x00005a76 fetch  0x00000008 , 0x00004713 
+ 00023269  0x00005a77 bbit1  0x0000001b , 0x00005ae7 
+ 00023270  0x00005a78 arg  0x00000007 , 0x00000002 
+ 00023271  0x00005a7a storet  0x00000002 , 0x000042d3 
+ 00023272  0x00005a7b storet  0x00000002 , 0x000042d5 
+ 00023273  0x00005a7c jam  0x00000000 , 0x000047c2 
+ 00023274  0x00005a7d jam  0x00000000 , 0x00004956 
+ 00023275  0x00005a7e call  0x000029cb 
+ 00023276  0x00005a7f branch  0x00005b76 
+ 00023277  0x00005a82 arg  0x00000002 , 0x00000007 
+ 00023278  0x00005a83 branch  0x00005af8 
+ 00023279  0x00005a87 jam  0x00000012 , 0x0000066f 
+ 00023280  0x00005a88 branch  0x00007834 
+ 00023281  0x00005a8b fetch  0x00000001 , 0x00004795 
+ 00023282  0x00005a8c beq  0x00000001 , 0x00005af4 
+ 00023283  0x00005a8d branch  0x00005af6 
+ 00023284  0x00005a8f call  0x00005aef 
+ 00023285  0x00005a90 jam  0x00000014 , 0x00004844 
+ 00023286  0x00005a92 arg  0x00000001 , 0x00000007 
+ 00023287  0x00005a93 branch  0x00005af8 
+ 00023288  0x00005a96 fetch  0x00000001 , 0x00004843 
+ 00023289  0x00005a97 qset1  0x0000003f 
+ 00023290  0x00005a98 store  0x00000001 , 0x00004843 
+ 00023291  0x00005a99 rtn 
+ 00023292  0x00005a9c fetch  0x00000002 , 0x0000433c 
+ 00023293  0x00005a9d rtneq  0x00000000 
+ 00023294  0x00005a9e fetch  0x00000001 , 0x0000016a 
+ 00023295  0x00005a9f rshift2  0x0000003f , 0x0000003f 
+ 00023296  0x00005aa0 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00023297  0x00005aa1 rtn  0x00000002 
+ 00023298  0x00005aa2 setarg  0x00000009 
+ 00023299  0x00005aa3 store  0x00000002 , 0x000042d3 
+ 00023300  0x00005aa4 store  0x00000002 , 0x000042d5 
+ 00023301  0x00005aa5 call  0x00005aef 
+ 00023302  0x00005aa7 jam  0x00000001 , 0x000047c2 
+ 00023303  0x00005aa8 rtn 
+ 00023304  0x00005aab fetch  0x00000001 , 0x00004795 
+ 00023305  0x00005aac nrtn  0x00000034 
+ 00023306  0x00005aad fetch  0x00000001 , 0x00004398 
+ 00023307  0x00005aae sub  0x0000003f , 0x00000022 , 0x0000003f 
+ 00023308  0x00005aaf nrtn  0x00000005 
+ 00023309  0x00005ab0 jam  0x00000000 , 0x00004844 
+ 00023310  0x00005ab2 arg  0x00000000 , 0x00000007 
+ 00023311  0x00005ab3 branch  0x00005af8 
+ 00023312  0x00005ab6 fetch  0x00000001 , 0x000001a2 
+ 00023313  0x00005ab7 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00023314  0x00005ab8 nbranch  0x00005b06 , 0x00000002 
+ 00023315  0x00005ab9 store  0x00000002 , 0x000042d3 
+ 00023316  0x00005aba store  0x00000002 , 0x000042d5 
+ 00023317  0x00005abb fetch  0x00000001 , 0x000001a4 
+ 00023318  0x00005abc branch  0x00005b1d , 0x00000034 
+ 00023319  0x00005abd fetcht  0x00000001 , 0x0000496b 
+ 00023320  0x00005abe isub  0x00000002 , 0x0000003e 
+ 00023321  0x00005abf branch  0x00005b1d , 0x00000002 
+ 00023322  0x00005ac0 fetch  0x00000001 , 0x000001a4 
+ 00023323  0x00005ac1 store  0x00000001 , 0x000040c0 
+ 00023324  0x00005ac2 branch  0x00005b1f 
+ 00023325  0x00005ac4 fetch  0x00000001 , 0x0000496b 
+ 00023326  0x00005ac5 store  0x00000001 , 0x000040c0 
+ 00023327  0x00005ac7 jam  0x00000000 , 0x000047c2 
+ 00023328  0x00005ac8 rtn 
+ 00023329  0x00005acb jam  0x00000000 , 0x00004843 
+ 00023330  0x00005acc rtn 
+ 00023331  0x00005acf bpatch  0x00000086 , 0x00004010 
+ 00023332  0x00005ad0 call  0x00002a28 
+ 00023333  0x00005ad1 nrtn  0x00000034 
+ 00023334  0x00005ad2 fetch  0x00000001 , 0x0000478f 
+ 00023335  0x00005ad3 beq  0x000000ff , 0x00005b2b 
+ 00023336  0x00005ad4 fetch  0x00000001 , 0x00004843 
+ 00023337  0x00005ad5 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00023338  0x00005ad6 rtnne  0x00000003 
+ 00023339  0x00005ad8 fetch  0x00000001 , 0x00004956 
+ 00023340  0x00005ad9 call  0x00005a71 , 0x00000034 
+ 00023341  0x00005ada fetch  0x00000008 , 0x00004713 
+ 00023342  0x00005adb bbit1  0x00000001 , 0x00005b5b 
+ 00023343  0x00005adc bbit1  0x00000000 , 0x00005b5b 
+ 00023344  0x00005add bbit1  0x00000005 , 0x00005b5b 
+ 00023345  0x00005ade bbit1  0x00000006 , 0x00005b5b 
+ 00023346  0x00005adf call  0x00005601 
+ 00023347  0x00005ae0 call  0x00005ab2 
+ 00023348  0x00005ae1 nrtn  0x00000028 
+ 00023349  0x00005ae2 call  0x00005abc 
+ 00023350  0x00005ae3 call  0x00005a74 
+ 00023351  0x00005ae4 call  0x000056b1 
+ 00023352  0x00005ae5 fetch  0x00000008 , 0x00004713 
+ 00023353  0x00005ae6 bbit0  0x00000016 , 0x00005b3c 
+ 00023354  0x00005ae7 fetch  0x00000001 , 0x0000496c 
+ 00023355  0x00005ae8 beq  0x00000001 , 0x00005b3d 
+ 00023356  0x00005aea branch  0x00005b5d 
+ 00023357  0x00005aee fetch  0x00000001 , 0x0000496d 
+ 00023358  0x00005aef branch  0x00005b4d , 0x00000034 
+ 00023359  0x00005af0 fetch  0x00000008 , 0x0000472b 
+ 00023360  0x00005af2 store  0x00000008 , 0x00000670 
+ 00023361  0x00005af3 fetch  0x00000001 , 0x0000472a 
+ 00023362  0x00005af4 beq  0x00000003 , 0x00005b4f 
+ 00023363  0x00005af5 beq  0x00000002 , 0x00005b52 
+ 00023364  0x00005af6 jam  0x00000008 , 0x000047b4 
+ 00023365  0x00005af7 fetcht  0x00000002 , 0x000047b5 
+ 00023366  0x00005af9 fetch  0x00000001 , 0x000047b4 
+ 00023367  0x00005afa copy  0x0000003f , 0x00000011 
+ 00023368  0x00005afb call  0x00002dee 
+ 00023369  0x00005afc fetcht  0x00000001 , 0x000047b4 
+ 00023370  0x00005afd copy  0x00000002 , 0x00000039 
+ 00023371  0x00005afe arg  0x00000670 , 0x00000006 
+ 00023372  0x00005aff branch  0x00007cda 
+ 00023373  0x00005b02 fetch  0x00000008 , 0x00004734 
+ 00023374  0x00005b03 branch  0x00005b40 
+ 00023375  0x00005b06 jam  0x00000003 , 0x000047b4 
+ 00023376  0x00005b07 fetcht  0x00000002 , 0x000047b7 
+ 00023377  0x00005b08 branch  0x00005b46 
+ 00023378  0x00005b0b jam  0x00000002 , 0x000047b4 
+ 00023379  0x00005b0c fetcht  0x00000002 , 0x000047b9 
+ 00023380  0x00005b0d branch  0x00005b46 
+ 00023381  0x00005b10 arg  0x00000001 , 0x00000011 
+ 00023382  0x00005b11 fetcht  0x00000002 , 0x000047bb 
+ 00023383  0x00005b12 call  0x00002dee 
+ 00023384  0x00005b13 fetch  0x00000001 , 0x000047bd 
+ 00023385  0x00005b14 istore  0x00000001 , 0x00000005 
+ 00023386  0x00005b15 rtn 
+ 00023387  0x00005b18 setarg  0x00000000 
+ 00023388  0x00005b19 store  0x00000007 , 0x00004846 
+ 00023389  0x00005b1b jam  0x00000007 , 0x000047b4 
+ 00023390  0x00005b1c fetch  0x00000007 , 0x00004846 
+ 00023391  0x00005b1d store  0x00000007 , 0x00000670 
+ 00023392  0x00005b1e fetcht  0x00000002 , 0x0000439b 
+ 00023393  0x00005b1f branch  0x00005b46 
+ 00023394  0x00005b22 jam  0x00000000 , 0x00004795 
+ 00023395  0x00005b23 fetch  0x00000003 , 0x0000479a 
+ 00023396  0x00005b24 store  0x00000003 , 0x0000434d 
+ 00023397  0x00005b25 call  0x00005b6b 
+ 00023398  0x00005b26 setarg  0x00000005 
+ 00023399  0x00005b27 istore  0x00000001 , 0x00000006 
+ 00023400  0x00005b28 arg  0x000047a0 , 0x00000006 
+ 00023401  0x00005b29 call  0x00005b72 
+ 00023402  0x00005b2a branch  0x00007870 
+ 00023403  0x00005b2d arg  0x00004349 , 0x00000011 
+ 00023404  0x00005b2f ifetch  0x00000001 , 0x00000011 
+ 00023405  0x00005b30 rtn  0x00000034 
+ 00023406  0x00005b31 iadd  0x00000006 , 0x00000011 
+ 00023407  0x00005b32 ifetch  0x00000001 , 0x00000006 
+ 00023408  0x00005b33 rtneq  0x00000001 
+ 00023409  0x00005b34 branch  0x00005b6c 
+ 00023410  0x00005b37 arg  0x00004354 , 0x00000005 
+ 00023411  0x00005b38 arg  0x00000013 , 0x00000039 
+ 00023412  0x00005b39 call  0x00007cda 
+ 00023413  0x00005b3a branch  0x00002969 
+ 00023414  0x00005b41 call  0x00005b7b 
+ 00023415  0x00005b42 fetch  0x00000002 , 0x000043ef 
+ 00023416  0x00005b43 bbit1  0x00000007 , 0x00005b81 
+ 00023417  0x00005b44 bbit1  0x00000000 , 0x000042fc 
+ 00023418  0x00005b45 branch  0x00005c1a 
+ 00023419  0x00005b48 setarg  0x00000000 
+ 00023420  0x00005b49 store  0x00000008 , 0x0000484f 
+ 00023421  0x00005b4a istore  0x00000004 , 0x00000005 
+ 00023422  0x00005b4b jam  0x00000000 , 0x00004860 
+ 00023423  0x00005b4c jam  0x00000000 , 0x0000429a 
+ 00023424  0x00005b4d rtn 
+ 00023425  0x00005b50 call  0x00005b21 
+ 00023426  0x00005b51 fetch  0x00000002 , 0x000043ef 
+ 00023427  0x00005b52 bbit1  0x00000000 , 0x000042fc 
+ 00023428  0x00005b53 branch  0x000054cd 
+ 00023429  0x00005b58 bpatch  0x00000087 , 0x00004010 
+ 00023430  0x00005b5a call  0x0000614d 
+ 00023431  0x00005b5b call  0x0000553d 
+ 00023432  0x00005b5d call  0x00006110 
+ 00023433  0x00005b5e call  0x000061b1 
+ 00023434  0x00005b5f call  0x0000611e 
+ 00023435  0x00005b61 call  0x0000328e 
+ 00023436  0x00005b62 call  0x00003531 
+ 00023437  0x00005b63 call  0x00005fdd 
+ 00023438  0x00005b65 call  0x0000572c 
+ 00023439  0x00005b66 call  0x00005b9b 
+ 00023440  0x00005b67 call  0x00005bab 
+ 00023441  0x00005b68 call  0x00005bce 
+ 00023442  0x00005b6a call  0x00005bd3 
+ 00023443  0x00005b6b call  0x00005be1 
+ 00023444  0x00005b6c call  0x00005bee 
+ 00023445  0x00005b6d call  0x00005be4 
+ 00023446  0x00005b6f call  0x00005bfb 
+ 00023447  0x00005b70 call  0x00005bfe 
+ 00023448  0x00005b71 call  0x000056b6 
+ 00023449  0x00005b72 call  0x00005c0e 
+ 00023450  0x00005b73 branch  0x00005c05 
+ 00023451  0x00005b76 fetch  0x00000008 , 0x00004713 
+ 00023452  0x00005b77 bbit1  0x00000037 , 0x00005b9e 
+ 00023453  0x00005b78 rtn 
+ 00023454  0x00005b7b fetch  0x00000001 , 0x0000497f 
+ 00023455  0x00005b7c rtnne  0x00000001 
+ 00023456  0x00005b7d arg  0x0000497c , 0x00000013 
+ 00023457  0x00005b7e arg  0x00005ba3 , 0x00000012 
+ 00023458  0x00005b7f branch  0x000042e0 
+ 00023459  0x00005b82 fetch  0x00000001 , 0x00004666 
+ 00023460  0x00005b83 rtneq  0x00000000 
+ 00023461  0x00005b84 fetch  0x00000008 , 0x00004713 
+ 00023462  0x00005b85 rtnbit1  0x00000006 
+ 00023463  0x00005b86 arg  0x00000006 , 0x00000007 
+ 00023464  0x00005b87 call  0x00005f00 
+ 00023465  0x00005b88 call  0x000042d0 
+ 00023466  0x00005b89 branch  0x00005c15 
+ 00023467  0x00005b8c fetch  0x00000001 , 0x00004666 
+ 00023468  0x00005b8d beq  0x00000000 , 0x00005bb1 
+ 00023469  0x00005b8e fetch  0x00000008 , 0x00004713 
+ 00023470  0x00005b8f rtnbit0  0x00000035 
+ 00023471  0x00005b90 fetcht  0x00000001 , 0x00004727 
+ 00023472  0x00005b91 branch  0x00005bb4 
+ 00023473  0x00005b94 fetch  0x00000008 , 0x00004713 
+ 00023474  0x00005b95 rtnbit0  0x00000032 
+ 00023475  0x00005b96 fetcht  0x00000001 , 0x00004728 
+ 00023476  0x00005b98 storet  0x00000001 , 0x0000497e 
+ 00023477  0x00005b99 call  0x00005888 
+ 00023478  0x00005b9a and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00023479  0x00005b9b fetcht  0x00000001 , 0x0000497e 
+ 00023480  0x00005b9c isub  0x00000002 , 0x0000003e 
+ 00023481  0x00005b9d branch  0x00005bc0 , 0x00000005 
+ 00023482  0x00005b9f fetch  0x00000001 , 0x000044eb 
+ 00023483  0x00005ba0 store  0x00000001 , 0x00004981 
+ 00023484  0x00005ba1 fetch  0x00000001 , 0x00004980 
+ 00023485  0x00005ba2 rtneq  0x00000000 
+ 00023486  0x00005ba3 jam  0x00000000 , 0x00004980 
+ 00023487  0x00005ba4 rtn 
+ 00023488  0x00005ba7 call  0x00005bc5 
+ 00023489  0x00005ba8 fetch  0x00000001 , 0x00004980 
+ 00023490  0x00005ba9 rtneq  0x00000001 
+ 00023491  0x00005baa jam  0x00000001 , 0x00004980 
+ 00023492  0x00005bab rtn 
+ 00023493  0x00005bae arg  0x00006047 , 0x00000012 
+ 00023494  0x00005baf arg  0x00004981 , 0x00000013 
+ 00023495  0x00005bb0 fetch  0x00000001 , 0x00004666 
+ 00023496  0x00005bb1 beq  0x00000000 , 0x000042e0 
+ 00023497  0x00005bb2 arg  0x00005ba3 , 0x00000012 
+ 00023498  0x00005bb3 call  0x000042e0 
+ 00023499  0x00005bb4 fetch  0x00000001 , 0x00004981 
+ 00023500  0x00005bb5 beq  0x00000001 , 0x00005ef2 
+ 00023501  0x00005bb6 rtn 
+ 00023502  0x00005bb9 arg  0x00004790 , 0x00000013 
+ 00023503  0x00005bba arg  0x00005bd1 , 0x00000012 
+ 00023504  0x00005bbb branch  0x000042e7 
+ 00023505  0x00005bbe call  0x00005c39 
+ 00023506  0x00005bbf branch  0x000054cd 
+ 00023507  0x00005bc2 arg  0x00004845 , 0x00000013 
+ 00023508  0x00005bc3 arg  0x00005bd9 , 0x00000012 
+ 00023509  0x00005bc4 call  0x000042e0 
+ 00023510  0x00005bc5 fetch  0x00000001 , 0x00004845 
+ 00023511  0x00005bc6 beq  0x00000001 , 0x00004313 
+ 00023512  0x00005bc7 rtn 
+ 00023513  0x00005bca fetch  0x00000001 , 0x0000478f 
+ 00023514  0x00005bcb beq  0x000000ff , 0x00005a9a 
+ 00023515  0x00005bcc fetch  0x00000001 , 0x0000477f 
+ 00023516  0x00005bcd nbranch  0x00005f1b , 0x00000034 
+ 00023517  0x00005bce fetch  0x00000008 , 0x00004713 
+ 00023518  0x00005bcf bbit1  0x00000033 , 0x00005c1a 
+ 00023519  0x00005bd0 bbit1  0x0000003e , 0x0000603f 
+ 00023520  0x00005bd1 branch  0x000054cd 
+ 00023521  0x00005bd4 arg  0x00004844 , 0x00000013 
+ 00023522  0x00005bd5 arg  0x00005b0e , 0x00000012 
+ 00023523  0x00005bd6 branch  0x000042e0 
+ 00023524  0x00005bd9 fetch  0x00000001 , 0x00004794 
+ 00023525  0x00005bda rtn  0x00000034 
+ 00023526  0x00005bdb arg  0x00004796 , 0x00000013 
+ 00023527  0x00005bdc arg  0x00005be9 , 0x00000012 
+ 00023528  0x00005bdd branch  0x000042e0 
+ 00023529  0x00005bdf fetch  0x00000001 , 0x00004795 
+ 00023530  0x00005be0 nrtn  0x00000034 
+ 00023531  0x00005be1 fetch  0x00000001 , 0x000042fc 
+ 00023532  0x00005be2 rtnne  0x00000000 
+ 00023533  0x00005be3 branch  0x00002fcd 
+ 00023534  0x00005be6 fetch  0x00000008 , 0x00004713 
+ 00023535  0x00005be7 rtnbit1  0x0000003b 
+ 00023536  0x00005be8 arg  0x000047c0 , 0x00000013 
+ 00023537  0x00005be9 arg  0x00005bf3 , 0x00000012 
+ 00023538  0x00005bea branch  0x000042e0 
+ 00023539  0x00005bed fetch  0x00000002 , 0x000047be 
+ 00023540  0x00005bee store  0x00000002 , 0x000047c0 
+ 00023541  0x00005bef branch  0x00005b55 
+ 00023542  0x00005bf2 fetch  0x00000001 , 0x00004843 
+ 00023543  0x00005bf3 rtnbit1  0x00000002 
+ 00023544  0x00005bf4 call  0x00005aef 
+ 00023545  0x00005bf5 arg  0x00000000 , 0x00000007 
+ 00023546  0x00005bf6 branch  0x00005af8 
+ 00023547  0x00005bf9 arg  0x00004792 , 0x00000013 
+ 00023548  0x00005bfa arg  0x000054cd , 0x00000012 
+ 00023549  0x00005bfb branch  0x000042e0 
+ 00023550  0x00005bfe arg  0x0000477e , 0x00000013 
+ 00023551  0x00005bff arg  0x00005c01 , 0x00000012 
+ 00023552  0x00005c00 branch  0x000042e0 
+ 00023553  0x00005c02 fetch  0x00000001 , 0x0000496b 
+ 00023554  0x00005c03 store  0x00000001 , 0x000040c0 
+ 00023555  0x00005c04 jam  0x00000001 , 0x0000477d 
+ 00023556  0x00005c05 rtn 
+ 00023557  0x00005c09 arg  0x00004781 , 0x00000013 
+ 00023558  0x00005c0a arg  0x00005c08 , 0x00000012 
+ 00023559  0x00005c0b branch  0x000042e7 
+ 00023560  0x00005c0e fetch  0x00000001 , 0x00004666 
+ 00023561  0x00005c0f beq  0x00000000 , 0x00005ff2 
+ 00023562  0x00005c10 branch  0x00005aad 
+ 00023563  0x00005c13 fetch  0x00000002 , 0x00004725 
+ 00023564  0x00005c14 store  0x00000002 , 0x00004781 
+ 00023565  0x00005c15 rtn 
+ 00023566  0x00005c18 arg  0x000046f3 , 0x00000013 
+ 00023567  0x00005c19 arg  0x00005c11 , 0x00000012 
+ 00023568  0x00005c1a branch  0x000042e0 
+ 00023569  0x00005c1d call  0x00005ca6 
+ 00023570  0x00005c1e fetch  0x00000001 , 0x00004793 
+ 00023571  0x00005c1f nbranch  0x00005ed1 , 0x00000034 
+ 00023572  0x00005c20 rtn 
+ 00023573  0x00005c23 isolate1  0x00000026 , 0x00000000 
+ 00023574  0x00005c24 call  0x00006018 , 0x00000001 
+ 00023575  0x00005c25 call  0x00005aad 
+ 00023576  0x00005c26 call  0x00005b21 
+ 00023577  0x00005c27 branch  0x00005c1a 
+ 00023578  0x00005c2a bpatch  0x00000088 , 0x00004011 
+ 00023579  0x00005c2b call  0x000061ab 
+ 00023580  0x00005c2c fetch  0x00000002 , 0x000044e9 
+ 00023581  0x00005c2d isolate1  0x0000000b , 0x0000003f 
+ 00023582  0x00005c2e call  0x00005c3e , 0x00000001 
+ 00023583  0x00005c2f call  0x00005aa8 
+ 00023584  0x00005c30 fetch  0x00000002 , 0x000044e9 
+ 00023585  0x00005c31 bbit1  0x0000000b , 0x00005c2a 
+ 00023586  0x00005c32 fetch  0x00000008 , 0x00004713 
+ 00023587  0x00005c33 bbit0  0x00000008 , 0x00005c2a 
+ 00023588  0x00005c34 fetcht  0x00000002 , 0x00004695 
+ 00023589  0x00005c35 increase  0x00000001 , 0x00000002 
+ 00023590  0x00005c36 storet  0x00000002 , 0x00004695 
+ 00023591  0x00005c37 storet  0x00000002 , 0x000042dc 
+ 00023592  0x00005c38 random  0x0000003f 
+ 00023593  0x00005c39 store  0x00000001 , 0x000042db 
+ 00023594  0x00005c3b fetch  0x00000003 , 0x00004797 
+ 00023595  0x00005c3c store  0x00000003 , 0x000042de 
+ 00023596  0x00005c3d call  0x0000432d 
+ 00023597  0x00005c3e fetch  0x00000002 , 0x00004638 
+ 00023598  0x00005c3f store  0x00000002 , 0x00004790 
+ 00023599  0x00005c40 setarg  0x00000000 
+ 00023600  0x00005c41 store  0x00000002 , 0x00004781 
+ 00023601  0x00005c42 store  0x00000002 , 0x000047c0 
+ 00023602  0x00005c43 store  0x00000001 , 0x00004845 
+ 00023603  0x00005c44 store  0x00000001 , 0x00004792 
+ 00023604  0x00005c45 store  0x00000001 , 0x00004956 
+ 00023605  0x00005c46 arg  0x00000002 , 0x00000007 
+ 00023606  0x00005c47 call  0x00005f00 
+ 00023607  0x00005c48 call  0x00005ef4 
+ 00023608  0x00005c49 branch  0x00005b62 
+ 00023609  0x00005c4c bpatch  0x00000089 , 0x00004011 
+ 00023610  0x00005c4d arg  0x00000006 , 0x00000007 
+ 00023611  0x00005c4e call  0x00005f04 
+ 00023612  0x00005c4f jam  0x00000000 , 0x00004792 
+ 00023613  0x00005c50 branch  0x00005c3e 
+ 00023614  0x00005c52 setarg  0x00000000 
+ 00023615  0x00005c53 store  0x00000001 , 0x00004845 
+ 00023616  0x00005c54 store  0x00000002 , 0x00004790 
+ 00023617  0x00005c55 branch  0x00007876 
+ 00023618  0x00005c58 bpatch  0x0000008a , 0x00004011 
+ 00023619  0x00005c59 fetch  0x00000008 , 0x00004713 
+ 00023620  0x00005c5a rtnbit0  0x00000002 
+ 00023621  0x00005c5b arg  0x00000002 , 0x00000007 
+ 00023622  0x00005c5c call  0x00005f04 
+ 00023623  0x00005c5d call  0x00005c4a 
+ 00023624  0x00005c5f call  0x00005c59 
+ 00023625  0x00005c60 branch  0x00005ca3 
+ 00023626  0x00005c63 fetch  0x00000001 , 0x00000032 
+ 00023627  0x00005c64 beq  0x00000034 , 0x00005c4d 
+ 00023628  0x00005c65 rtn 
+ 00023629  0x00005c67 store  0x00000001 , 0x0000495a 
+ 00023630  0x00005c68 fetch  0x00000006 , 0x00000178 
+ 00023631  0x00005c6a store  0x00000006 , 0x0000495b 
+ 00023632  0x00005c6b fetch  0x00000007 , 0x0000495a 
+ 00023633  0x00005c6c arg  0x00004667 , 0x00000006 
+ 00023634  0x00005c6d arg  0x00000003 , 0x00000039 
+ 00023635  0x00005c6f ifetcht  0x00000007 , 0x00000006 
+ 00023636  0x00005c70 isub  0x00000002 , 0x0000003e 
+ 00023637  0x00005c71 branch  0x00005c69 , 0x00000005 
+ 00023638  0x00005c72 increase  0x00000016 , 0x00000006 
+ 00023639  0x00005c73 loop  0x00005c53 
+ 00023640  0x00005c74 rtn 
+ 00023641  0x00005c76 arg  0x00004667 , 0x00000011 
+ 00023642  0x00005c77 fetch  0x00000001 , 0x00004666 
+ 00023643  0x00005c78 increase  0xffffffff , 0x0000003f 
+ 00023644  0x00005c79 mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00023645  0x00005c7a iadd  0x00000011 , 0x00000011 
+ 00023646  0x00005c7b fetch  0x00000001 , 0x00000032 
+ 00023647  0x00005c7c istore  0x00000001 , 0x00000011 
+ 00023648  0x00005c7d beq  0x00000034 , 0x00005c62 
+ 00023649  0x00005c7e rtn 
+ 00023650  0x00005c81 fetch  0x00000006 , 0x00000178 
+ 00023651  0x00005c82 istore  0x00000006 , 0x00000005 
+ 00023652  0x00005c83 arg  0x0000428a , 0x00000006 
+ 00023653  0x00005c84 call  0x00007c8f 
+ 00023654  0x00005c85 fetch  0x00000006 , 0x000042db 
+ 00023655  0x00005c86 istore  0x00000006 , 0x00000005 
+ 00023656  0x00005c87 rtn 
+ 00023657  0x00005c8a increase  0xfffffffa , 0x00000006 
+ 00023658  0x00005c8b copy  0x00000006 , 0x00000005 
+ 00023659  0x00005c8c fetcht  0x00000006 , 0x0000495b 
+ 00023660  0x00005c8d increase  0x00000003 , 0x00000002 
+ 00023661  0x00005c8e istoret  0x00000006 , 0x00000005 
+ 00023662  0x00005c8f rtn 
+ 00023663  0x00005c92 arg  0x00004667 , 0x00000011 
+ 00023664  0x00005c93 fetch  0x00000001 , 0x00004666 
+ 00023665  0x00005c94 rtneq  0x00000000 
+ 00023666  0x00005c95 increase  0xffffffff , 0x0000003f 
+ 00023667  0x00005c96 mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00023668  0x00005c97 iadd  0x00000011 , 0x00000011 
+ 00023669  0x00005c98 ifetch  0x00000001 , 0x00000011 
+ 00023670  0x00005c99 store  0x00000001 , 0x000043f3 
+ 00023671  0x00005c9a beq  0x00000034 , 0x00005c79 
+ 00023672  0x00005c9b rtn 
+ 00023673  0x00005c9e ifetch  0x00000006 , 0x00000006 
+ 00023674  0x00005ca0 store  0x00000006 , 0x00004116 
+ 00023675  0x00005ca1 arg  0x0000428a , 0x00000005 
+ 00023676  0x00005ca2 call  0x00007c8f 
+ 00023677  0x00005ca3 ifetch  0x00000006 , 0x00000006 
+ 00023678  0x00005ca4 store  0x00000006 , 0x000042db 
+ 00023679  0x00005ca5 rtn 
+ 00023680  0x00005ca8 bpatch  0x0000008b , 0x00004011 
+ 00023681  0x00005ca9 fetch  0x00000002 , 0x0000468e 
+ 00023682  0x00005caa arg  0x0000aa55 , 0x00000002 
+ 00023683  0x00005cab isub  0x00000002 , 0x0000003e 
+ 00023684  0x00005cac branch  0x00005c8f , 0x00000005 
+ 00023685  0x00005cae storet  0x00000002 , 0x0000468e 
+ 00023686  0x00005caf call  0x00005c9c 
+ 00023687  0x00005cb0 fetch  0x00000001 , 0x000049a1 
+ 00023688  0x00005cb1 store  0x00000001 , 0x00004666 
+ 00023689  0x00005cb2 fetch  0x00000004 , 0x000045e4 
+ 00023690  0x00005cb3 store  0x00000004 , 0x000045e8 
+ 00023691  0x00005cb4 store  0x00000004 , 0x0000458f 
+ 00023692  0x00005cb6 fetch  0x00000001 , 0x00004651 
+ 00023693  0x00005cb7 store  0x00000001 , 0x00004690 
+ 00023694  0x00005cb8 rtn 
+ 00023695  0x00005cbb call  0x00005c94 
+ 00023696  0x00005cbd fetch  0x00000004 , 0x00004691 
+ 00023697  0x00005cbe store  0x00000004 , 0x000045e8 
+ 00023698  0x00005cbf store  0x00000004 , 0x0000458f 
+ 00023699  0x00005cc0 rtn 
+ 00023700  0x00005cc3 fetch  0x00000008 , 0x00004713 
+ 00023701  0x00005cc4 rtnbit0  0x0000000f 
+ 00023702  0x00005cc5 fetch  0x00000002 , 0x000049fa 
+ 00023703  0x00005cc6 copy  0x0000003f , 0x00000012 
+ 00023704  0x00005cc7 call  0x00005e51 
+ 00023705  0x00005cc8 fetch  0x00000001 , 0x000049d4 
+ 00023706  0x00005cc9 call  0x00005c8c , 0x00000034 
+ 00023707  0x00005cca rtn 
+ 00023708  0x00005ccd fetch  0x00000006 , 0x000042db 
+ 00023709  0x00005cce store  0x00000006 , 0x0000466e 
+ 00023710  0x00005ccf add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00023711  0x00005cd0 store  0x00000006 , 0x0000467b 
+ 00023712  0x00005cd1 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00023713  0x00005cd2 store  0x00000006 , 0x00004688 
+ 00023714  0x00005cd3 rtn 
+ 00023715  0x00005cd8 fetch  0x00000001 , 0x000046f4 
+ 00023716  0x00005cd9 store  0x00000001 , 0x000046f3 
+ 00023717  0x00005cda rtn 
+ 00023718  0x00005cdd bpatch  0x0000008c , 0x00004011 
+ 00023719  0x00005cde fetch  0x00000008 , 0x00004713 
+ 00023720  0x00005cdf bbit1  0x00000013 , 0x00005cb1 
+ 00023721  0x00005ce0 bbit1  0x00000012 , 0x00005cb9 
+ 00023722  0x00005ce1 bbit1  0x00000014 , 0x00005cc0 
+ 00023723  0x00005ce2 rtn 
+ 00023724  0x00005ce5 bpatch  0x0000008d , 0x00004011 
+ 00023725  0x00005ce6 fetch  0x00000008 , 0x00004713 
+ 00023726  0x00005ce7 bbit1  0x00000013 , 0x00005cb5 
+ 00023727  0x00005ce8 bbit1  0x00000014 , 0x00005d3c 
+ 00023728  0x00005ce9 rtn 
+ 00023729  0x00005cee arg  0x00000080 , 0x00000002 
+ 00023730  0x00005cef arg  0x00004666 , 0x00000011 
+ 00023731  0x00005cf0 arg  0x00000000 , 0x00000012 
+ 00023732  0x00005cf1 branch  0x00006cd3 
+ 00023733  0x00005cf4 arg  0x00000001 , 0x00000002 
+ 00023734  0x00005cf5 arg  0x00004690 , 0x00000011 
+ 00023735  0x00005cf6 arg  0x0000005a , 0x00000012 
+ 00023736  0x00005cf7 branch  0x00006cd3 
+ 00023737  0x00005cfc call  0x00006c20 
+ 00023738  0x00005cfd call  0x00005d7b 
+ 00023739  0x00005cfe call  0x00005d90 
+ 00023740  0x00005d00 call  0x00005d75 
+ 00023741  0x00005d01 call  0x00005d93 
+ 00023742  0x00005d02 call  0x00005d82 
+ 00023743  0x00005d03 branch  0x000055f6 
+ 00023744  0x00005d09 call  0x00005cc3 
+ 00023745  0x00005d0a call  0x00005ce5 
+ 00023746  0x00005d0b branch  0x00005d26 
+ 00023747  0x00005d10 fetchr  0x00000012 , 0x00000002 , 0x000049e2 
+ 00023748  0x00005d11 copy  0x00000012 , 0x00000013 
+ 00023749  0x00005d13 call  0x00005dc0 
+ 00023750  0x00005d14 fetch  0x00000001 , 0x000049a1 
+ 00023751  0x00005d15 branch  0x00005ccf , 0x00000034 
+ 00023752  0x00005d16 store  0x00000001 , 0x000049a0 
+ 00023753  0x00005d17 increase  0x00000001 , 0x00000013 
+ 00023754  0x00005d18 fetch  0x00000002 , 0x000049e4 
+ 00023755  0x00005d19 isub  0x00000013 , 0x0000003e 
+ 00023756  0x00005d1a nrtn  0x00000002 
+ 00023757  0x00005d1b copy  0x00000013 , 0x00000012 
+ 00023758  0x00005d1c branch  0x00005cc5 
+ 00023759  0x00005d1f fetch  0x00000001 , 0x000049a0 
+ 00023760  0x00005d20 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00023761  0x00005d21 branch  0x00005cd8 , 0x00000034 
+ 00023762  0x00005d22 fetch  0x00000001 , 0x00004666 
+ 00023763  0x00005d23 store  0x00000001 , 0x000049a2 
+ 00023764  0x00005d25 arg  0x00000001 , 0x00000039 
+ 00023765  0x00005d26 copy  0x00000013 , 0x00000012 
+ 00023766  0x00005d27 arg  0x000049a2 , 0x00000011 
+ 00023767  0x00005d28 branch  0x00006b45 
+ 00023768  0x00005d2b fetch  0x00000001 , 0x000049a0 
+ 00023769  0x00005d2c fetcht  0x00000001 , 0x00004666 
+ 00023770  0x00005d2d isub  0x00000002 , 0x0000003e 
+ 00023771  0x00005d2e rtn  0x00000005 
+ 00023772  0x00005d2f lshift4  0x00000002 , 0x00000002 
+ 00023773  0x00005d30 iadd  0x00000002 , 0x0000003f 
+ 00023774  0x00005d31 store  0x00000001 , 0x000049a2 
+ 00023775  0x00005d33 copy  0x00000013 , 0x0000003f 
+ 00023776  0x00005d34 fetcht  0x00000002 , 0x000049e2 
+ 00023777  0x00005d35 isub  0x00000002 , 0x0000003e 
+ 00023778  0x00005d36 branch  0x00005cd4 , 0x00000005 
+ 00023779  0x00005d38 increase  0xffffffff , 0x00000013 
+ 00023780  0x00005d39 branch  0x00005cd4 
+ 00023781  0x00005d3e fetch  0x00000001 , 0x00004666 
+ 00023782  0x00005d3f beq  0x00000000 , 0x00005cea 
+ 00023783  0x00005d40 beq  0x00000001 , 0x00005cfe 
+ 00023784  0x00005d41 beq  0x00000002 , 0x00005d12 
+ 00023785  0x00005d42 rtn 
+ 00023786  0x00005d45 fetchr  0x00000012 , 0x00000002 , 0x000049e6 
+ 00023787  0x00005d46 copy  0x00000012 , 0x00000013 
+ 00023788  0x00005d48 call  0x00005e29 
+ 00023789  0x00005d49 fetch  0x00000004 , 0x000049da 
+ 00023790  0x00005d4a branch  0x00005cf6 , 0x00000034 
+ 00023791  0x00005d4b store  0x00000004 , 0x000049d6 
+ 00023792  0x00005d4c increase  0x00000004 , 0x00000013 
+ 00023793  0x00005d4d fetch  0x00000002 , 0x000049e8 
+ 00023794  0x00005d4e isub  0x00000013 , 0x0000003e 
+ 00023795  0x00005d4f nrtn  0x00000002 
+ 00023796  0x00005d50 copy  0x00000013 , 0x00000012 
+ 00023797  0x00005d51 branch  0x00005cec 
+ 00023798  0x00005d54 fetch  0x00000004 , 0x000049d6 
+ 00023799  0x00005d55 fetcht  0x00000004 , 0x00004691 
+ 00023800  0x00005d56 isub  0x00000002 , 0x0000003e 
+ 00023801  0x00005d57 rtn  0x00000005 
+ 00023802  0x00005d58 arg  0x00000004 , 0x00000039 
+ 00023803  0x00005d59 arg  0x00004691 , 0x00000011 
+ 00023804  0x00005d5a copy  0x00000013 , 0x00000012 
+ 00023805  0x00005d5b branch  0x00006b45 
+ 00023806  0x00005d5e fetchr  0x00000012 , 0x00000002 , 0x000049ea 
+ 00023807  0x00005d5f copy  0x00000012 , 0x00000013 
+ 00023808  0x00005d61 call  0x00005de1 
+ 00023809  0x00005d62 fetch  0x00000006 , 0x000049a9 
+ 00023810  0x00005d63 branch  0x00005d0a , 0x00000034 
+ 00023811  0x00005d64 store  0x00000006 , 0x000049a3 
+ 00023812  0x00005d65 increase  0x00000006 , 0x00000013 
+ 00023813  0x00005d66 fetch  0x00000002 , 0x000049ec 
+ 00023814  0x00005d67 isub  0x00000013 , 0x0000003e 
+ 00023815  0x00005d68 nrtn  0x00000002 
+ 00023816  0x00005d69 copy  0x00000013 , 0x00000012 
+ 00023817  0x00005d6a branch  0x00005d00 
+ 00023818  0x00005d6d fetch  0x00000006 , 0x000049a3 
+ 00023819  0x00005d6e fetcht  0x00000006 , 0x00004668 
+ 00023820  0x00005d6f isub  0x00000002 , 0x0000003e 
+ 00023821  0x00005d70 rtn  0x00000005 
+ 00023822  0x00005d71 arg  0x00000006 , 0x00000039 
+ 00023823  0x00005d72 arg  0x00004668 , 0x00000011 
+ 00023824  0x00005d73 copy  0x00000013 , 0x00000012 
+ 00023825  0x00005d74 branch  0x00006b45 
+ 00023826  0x00005d78 fetchr  0x00000012 , 0x00000002 , 0x000049f2 
+ 00023827  0x00005d79 copy  0x00000012 , 0x00000013 
+ 00023828  0x00005d7b call  0x00005e05 
+ 00023829  0x00005d7c fetch  0x00000006 , 0x000049c1 
+ 00023830  0x00005d7d branch  0x00005d1e , 0x00000034 
+ 00023831  0x00005d7e store  0x00000006 , 0x000049bb 
+ 00023832  0x00005d7f increase  0x00000006 , 0x00000013 
+ 00023833  0x00005d80 fetch  0x00000002 , 0x000049f4 
+ 00023834  0x00005d81 isub  0x00000013 , 0x0000003e 
+ 00023835  0x00005d82 nrtn  0x00000002 
+ 00023836  0x00005d83 copy  0x00000013 , 0x00000012 
+ 00023837  0x00005d84 branch  0x00005d14 
+ 00023838  0x00005d87 fetch  0x00000006 , 0x000049bb 
+ 00023839  0x00005d88 fetcht  0x00000006 , 0x00004675 
+ 00023840  0x00005d89 isub  0x00000002 , 0x0000003e 
+ 00023841  0x00005d8a rtn  0x00000005 
+ 00023842  0x00005d8b arg  0x00000006 , 0x00000039 
+ 00023843  0x00005d8c arg  0x00004675 , 0x00000011 
+ 00023844  0x00005d8d copy  0x00000013 , 0x00000012 
+ 00023845  0x00005d8e branch  0x00006b45 
+ 00023846  0x00005d93 fetch  0x00000001 , 0x00004666 
+ 00023847  0x00005d94 rtneq  0x00000000 
+ 00023848  0x00005d95 fetchr  0x00000012 , 0x00000002 , 0x000049fe 
+ 00023849  0x00005d96 copy  0x00000012 , 0x00000013 
+ 00023850  0x00005d98 call  0x00005e3d 
+ 00023851  0x00005d99 fetch  0x00000002 , 0x000049e0 
+ 00023852  0x00005d9a branch  0x00005d34 , 0x00000034 
+ 00023853  0x00005d9b store  0x00000002 , 0x000049de 
+ 00023854  0x00005d9c increase  0x00000002 , 0x00000013 
+ 00023855  0x00005d9d fetch  0x00000002 , 0x00004a00 
+ 00023856  0x00005d9e isub  0x00000013 , 0x0000003e 
+ 00023857  0x00005d9f nrtn  0x00000002 
+ 00023858  0x00005da0 copy  0x00000013 , 0x00000012 
+ 00023859  0x00005da1 branch  0x00005d2a 
+ 00023860  0x00005da4 fetch  0x00000002 , 0x000049de 
+ 00023861  0x00005da5 fetcht  0x00000002 , 0x00004695 
+ 00023862  0x00005da6 isub  0x00000002 , 0x0000003e 
+ 00023863  0x00005da7 rtn  0x00000005 
+ 00023864  0x00005da8 arg  0x00000002 , 0x00000039 
+ 00023865  0x00005da9 arg  0x00004695 , 0x00000011 
+ 00023866  0x00005daa copy  0x00000013 , 0x00000012 
+ 00023867  0x00005dab branch  0x00006b45 
+ 00023868  0x00005db0 fetch  0x00000008 , 0x00004713 
+ 00023869  0x00005db1 rtnbit0  0x0000000f 
+ 00023870  0x00005db2 fetchr  0x00000012 , 0x00000002 , 0x000049fa 
+ 00023871  0x00005db3 copy  0x00000012 , 0x00000013 
+ 00023872  0x00005db5 call  0x00005e51 
+ 00023873  0x00005db6 fetch  0x00000001 , 0x000049d4 
+ 00023874  0x00005db7 branch  0x00005d4a , 0x00000034 
+ 00023875  0x00005db8 store  0x00000001 , 0x000049d3 
+ 00023876  0x00005db9 increase  0x00000001 , 0x00000013 
+ 00023877  0x00005dba fetch  0x00000002 , 0x000049fc 
+ 00023878  0x00005dbb isub  0x00000013 , 0x0000003e 
+ 00023879  0x00005dbc nrtn  0x00000002 
+ 00023880  0x00005dbd copy  0x00000013 , 0x00000012 
+ 00023881  0x00005dbe branch  0x00005d40 
+ 00023882  0x00005dc1 fetch  0x00000001 , 0x000049d3 
+ 00023883  0x00005dc2 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00023884  0x00005dc3 branch  0x00005d53 , 0x00000034 
+ 00023885  0x00005dc4 fetch  0x00000001 , 0x00004690 
+ 00023886  0x00005dc5 store  0x00000001 , 0x000049d5 
+ 00023887  0x00005dc7 arg  0x00000001 , 0x00000039 
+ 00023888  0x00005dc8 copy  0x00000013 , 0x00000012 
+ 00023889  0x00005dc9 arg  0x000049d5 , 0x00000011 
+ 00023890  0x00005dca branch  0x00006b45 
+ 00023891  0x00005dcd fetch  0x00000001 , 0x000049d3 
+ 00023892  0x00005dce fetcht  0x00000001 , 0x00004690 
+ 00023893  0x00005dcf isub  0x00000002 , 0x0000003e 
+ 00023894  0x00005dd0 rtn  0x00000005 
+ 00023895  0x00005dd1 lshift4  0x00000002 , 0x00000002 
+ 00023896  0x00005dd2 iadd  0x00000002 , 0x0000003f 
+ 00023897  0x00005dd3 store  0x00000001 , 0x000049d5 
+ 00023898  0x00005dd5 copy  0x00000013 , 0x0000003f 
+ 00023899  0x00005dd6 fetcht  0x00000002 , 0x000049fa 
+ 00023900  0x00005dd7 isub  0x00000002 , 0x0000003e 
+ 00023901  0x00005dd8 branch  0x00005d4f , 0x00000005 
+ 00023902  0x00005dda increase  0xffffffff , 0x00000013 
+ 00023903  0x00005ddb branch  0x00005d4f 
+ 00023904  0x00005de5 call  0x00006cbc 
+ 00023905  0x00005de6 fetch  0x00000008 , 0x00004713 
+ 00023906  0x00005de7 isolate1  0x00000009 , 0x0000003f 
+ 00023907  0x00005de8 ncall  0x00006cc4 , 0x00000001 
+ 00023908  0x00005de9 call  0x00005d66 
+ 00023909  0x00005dea branch  0x00005c80 
+ 00023910  0x00005ded arg  0x00000080 , 0x00000002 
+ 00023911  0x00005dee arg  0x00004666 , 0x00000011 
+ 00023912  0x00005def arg  0x00000000 , 0x00000012 
+ 00023913  0x00005df0 branch  0x00006ce1 
+ 00023914  0x00005df3 arg  0x00000001 , 0x00000002 
+ 00023915  0x00005df4 arg  0x00004690 , 0x00000011 
+ 00023916  0x00005df5 arg  0x0000005a , 0x00000012 
+ 00023917  0x00005df6 branch  0x00006ce1 
+ 00023918  0x00005dfb call  0x00006c20 
+ 00023919  0x00005dfc call  0x00005d7b 
+ 00023920  0x00005dfd call  0x00005d75 
+ 00023921  0x00005dfe call  0x00006c4d 
+ 00023922  0x00005dff call  0x00005d82 
+ 00023923  0x00005e00 call  0x00005c80 
+ 00023924  0x00005e01 branch  0x000055f6 
+ 00023925  0x00005e04 setarg  0x000046e6 
+ 00023926  0x00005e05 arg  0x00004666 , 0x00000002 
+ 00023927  0x00005e06 isub  0x00000002 , 0x00000002 
+ 00023928  0x00005e07 fetch  0x00000003 , 0x000046ec 
+ 00023929  0x00005e08 arg  0x00004666 , 0x00000011 
+ 00023930  0x00005e09 rtn 
+ 00023931  0x00005e0c jam  0x000000ab , 0x00000678 
+ 00023932  0x00005e0e call  0x0000705b 
+ 00023933  0x00005e0f call  0x00006c26 
+ 00023934  0x00005e10 arg  0x000046ef , 0x00000011 
+ 00023935  0x00005e11 fetcht  0x00000001 , 0x00000678 
+ 00023936  0x00005e12 call  0x00005d84 
+ 00023937  0x00005e13 branch  0x0000705b 
+ 00023938  0x00005e16 jam  0x000000b9 , 0x00000678 
+ 00023939  0x00005e17 branch  0x00005d7c 
+ 00023940  0x00005e1a istoret  0x00000001 , 0x00000011 
+ 00023941  0x00005e1b rshift16  0x0000003f , 0x00000002 
+ 00023942  0x00005e1c istoret  0x00000001 , 0x00000005 
+ 00023943  0x00005e1d rshift8  0x0000003f , 0x00000002 
+ 00023944  0x00005e1e istoret  0x00000001 , 0x00000005 
+ 00023945  0x00005e1f istore  0x00000001 , 0x00000005 
+ 00023946  0x00005e20 deposit  0x00000011 
+ 00023947  0x00005e21 store  0x00000002 , 0x00008084 
+ 00023948  0x00005e22 setarg  0x00000000 
+ 00023949  0x00005e23 store  0x00000002 , 0x00008088 
+ 00023950  0x00005e24 jam  0x00000002 , 0x00008006 
+ 00023951  0x00005e25 branch  0x00006be0 
+ 00023952  0x00005e28 fetch  0x00000003 , 0x000046ec 
+ 00023953  0x00005e29 store  0x00000003 , 0x00004419 
+ 00023954  0x00005e2a branch  0x00006bfa 
+ 00023955  0x00005e2d copy  0x0000003f , 0x00000013 
+ 00023956  0x00005e2e copy  0x00000011 , 0x0000003f 
+ 00023957  0x00005e2f increase  0xfffffffc , 0x0000003f 
+ 00023958  0x00005e30 copy  0x0000003f , 0x00000012 
+ 00023959  0x00005e31 ifetch  0x00000004 , 0x00000012 
+ 00023960  0x00005e32 store  0x00000004 , 0x000046ef 
+ 00023961  0x00005e33 copy  0x00000013 , 0x0000003f 
+ 00023962  0x00005e34 call  0x00006c3c 
+ 00023963  0x00005e35 fetch  0x00000004 , 0x000046ef 
+ 00023964  0x00005e36 istore  0x00000004 , 0x00000012 
+ 00023965  0x00005e37 rtn 
+ 00023966  0x00005e3a fetch  0x00000008 , 0x00004713 
+ 00023967  0x00005e3b rtnbit0  0x00000012 
+ 00023968  0x00005e3c call  0x00005d82 
+ 00023969  0x00005e3d call  0x000069e0 
+ 00023970  0x00005e3e fetcht  0x00000001 , 0x00004421 
+ 00023971  0x00005e3f call  0x00006ef3 
+ 00023972  0x00005e40 fetcht  0x00000001 , 0x00004426 
+ 00023973  0x00005e41 branch  0x000055b1 
+ 00023974  0x00005e46 call  0x00005e43 
+ 00023975  0x00005e47 call  0x00005db4 
+ 00023976  0x00005e48 call  0x00005dcc 
+ 00023977  0x00005e49 call  0x00005e2f 
+ 00023978  0x00005e4b arg  0x00000002 , 0x00000039 
+ 00023979  0x00005e4c fetch  0x00000002 , 0x00004a02 
+ 00023980  0x00005e4d copy  0x0000003f , 0x00000012 
+ 00023981  0x00005e4e arg  0x0000468e , 0x00000011 
+ 00023982  0x00005e4f call  0x00006b74 
+ 00023983  0x00005e50 call  0x00005c80 
+ 00023984  0x00005e52 arg  0x00000002 , 0x00000039 
+ 00023985  0x00005e53 arg  0x0000468e , 0x00000011 
+ 00023986  0x00005e54 fetchr  0x00000012 , 0x00000002 , 0x00004a02 
+ 00023987  0x00005e55 branch  0x00006b45 
+ 00023988  0x00005e5a fetchr  0x00000012 , 0x00000002 , 0x000049e2 
+ 00023989  0x00005e5b copy  0x00000012 , 0x00000013 
+ 00023990  0x00005e5d call  0x00005dc0 
+ 00023991  0x00005e5e fetch  0x00000001 , 0x000049a1 
+ 00023992  0x00005e5f branch  0x00005dc3 , 0x00000034 
+ 00023993  0x00005e60 store  0x00000001 , 0x000049a0 
+ 00023994  0x00005e61 increase  0x00000001 , 0x00000013 
+ 00023995  0x00005e62 fetch  0x00000002 , 0x000049e4 
+ 00023996  0x00005e63 isub  0x00000013 , 0x0000003e 
+ 00023997  0x00005e64 nbranch  0x00005dc3 , 0x00000002 
+ 00023998  0x00005e65 copy  0x00000013 , 0x00000012 
+ 00023999  0x00005e66 branch  0x00005db6 
+ 00024000  0x00005e69 arg  0x00000001 , 0x00000039 
+ 00024001  0x00005e6a arg  0x000049a1 , 0x00000011 
+ 00024002  0x00005e6b branch  0x00006b74 
+ 00024003  0x00005e6e fetch  0x00000001 , 0x000049a0 
+ 00024004  0x00005e6f copy  0x0000003f , 0x00000002 
+ 00024005  0x00005e70 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00024006  0x00005e71 branch  0x00005dc9 , 0x00000034 
+ 00024007  0x00005e72 rshift4  0x0000003f , 0x0000003f 
+ 00024008  0x00005e73 branch  0x00005dca 
+ 00024009  0x00005e76 copy  0x00000002 , 0x0000003f 
+ 00024010  0x00005e78 store  0x00000001 , 0x00004666 
+ 00024011  0x00005e79 rtn 
+ 00024012  0x00005e7d fetch  0x00000001 , 0x00004666 
+ 00024013  0x00005e7e beq  0x00000000 , 0x00005e1d 
+ 00024014  0x00005e7f beq  0x00000001 , 0x00005dd1 
+ 00024015  0x00005e80 beq  0x00000002 , 0x00005dd3 
+ 00024016  0x00005e81 rtn 
+ 00024017  0x00005e84 call  0x00005dd5 
+ 00024018  0x00005e85 branch  0x00005de7 
+ 00024019  0x00005e88 call  0x00005df9 
+ 00024020  0x00005e89 branch  0x00005e0b 
+ 00024021  0x00005e8d fetchr  0x00000012 , 0x00000002 , 0x000049ea 
+ 00024022  0x00005e8e copy  0x00000012 , 0x00000013 
+ 00024023  0x00005e90 call  0x00005de1 
+ 00024024  0x00005e91 fetch  0x00000006 , 0x000049a9 
+ 00024025  0x00005e92 branch  0x00005de4 , 0x00000034 
+ 00024026  0x00005e93 store  0x00000006 , 0x000049a3 
+ 00024027  0x00005e94 increase  0x00000006 , 0x00000013 
+ 00024028  0x00005e95 fetch  0x00000002 , 0x000049ec 
+ 00024029  0x00005e96 isub  0x00000013 , 0x0000003e 
+ 00024030  0x00005e97 nbranch  0x00005de4 , 0x00000002 
+ 00024031  0x00005e98 copy  0x00000013 , 0x00000012 
+ 00024032  0x00005e99 branch  0x00005dd7 
+ 00024033  0x00005e9c arg  0x00000006 , 0x00000039 
+ 00024034  0x00005e9d arg  0x000049a9 , 0x00000011 
+ 00024035  0x00005e9e branch  0x00006b74 
+ 00024036  0x00005ea1 fetch  0x00000006 , 0x000049a3 
+ 00024037  0x00005ea2 store  0x00000006 , 0x00004668 
+ 00024038  0x00005ea3 rtn 
+ 00024039  0x00005ea7 fetchr  0x00000012 , 0x00000002 , 0x000049ee 
+ 00024040  0x00005ea8 copy  0x00000012 , 0x00000013 
+ 00024041  0x00005eaa call  0x00005df3 
+ 00024042  0x00005eab fetch  0x00000006 , 0x000049b5 
+ 00024043  0x00005eac branch  0x00005df6 , 0x00000034 
+ 00024044  0x00005ead store  0x00000006 , 0x000049af 
+ 00024045  0x00005eae increase  0x00000006 , 0x00000013 
+ 00024046  0x00005eaf fetch  0x00000002 , 0x000049f0 
+ 00024047  0x00005eb0 isub  0x00000013 , 0x0000003e 
+ 00024048  0x00005eb1 nbranch  0x00005df6 , 0x00000002 
+ 00024049  0x00005eb2 copy  0x00000013 , 0x00000012 
+ 00024050  0x00005eb3 branch  0x00005de9 
+ 00024051  0x00005eb6 arg  0x00000006 , 0x00000039 
+ 00024052  0x00005eb7 arg  0x000049b5 , 0x00000011 
+ 00024053  0x00005eb8 branch  0x00006b74 
+ 00024054  0x00005ebb fetch  0x00000006 , 0x000049af 
+ 00024055  0x00005ebc store  0x00000006 , 0x0000466e 
+ 00024056  0x00005ebd rtn 
+ 00024057  0x00005ec2 fetchr  0x00000012 , 0x00000002 , 0x000049f2 
+ 00024058  0x00005ec3 copy  0x00000012 , 0x00000013 
+ 00024059  0x00005ec5 call  0x00005e05 
+ 00024060  0x00005ec6 fetch  0x00000006 , 0x000049c1 
+ 00024061  0x00005ec7 branch  0x00005e08 , 0x00000034 
+ 00024062  0x00005ec8 store  0x00000006 , 0x000049bb 
+ 00024063  0x00005ec9 increase  0x00000006 , 0x00000013 
+ 00024064  0x00005eca fetch  0x00000002 , 0x000049f4 
+ 00024065  0x00005ecb isub  0x00000013 , 0x0000003e 
+ 00024066  0x00005ecc nbranch  0x00005e08 , 0x00000002 
+ 00024067  0x00005ecd copy  0x00000013 , 0x00000012 
+ 00024068  0x00005ece branch  0x00005dfb 
+ 00024069  0x00005ed1 arg  0x00000006 , 0x00000039 
+ 00024070  0x00005ed2 arg  0x000049c1 , 0x00000011 
+ 00024071  0x00005ed3 branch  0x00006b74 
+ 00024072  0x00005ed6 fetch  0x00000006 , 0x000049bb 
+ 00024073  0x00005ed7 store  0x00000006 , 0x00004675 
+ 00024074  0x00005ed8 rtn 
+ 00024075  0x00005edc fetchr  0x00000012 , 0x00000002 , 0x000049f6 
+ 00024076  0x00005edd copy  0x00000012 , 0x00000013 
+ 00024077  0x00005edf call  0x00005e17 
+ 00024078  0x00005ee0 fetch  0x00000006 , 0x000049cd 
+ 00024079  0x00005ee1 branch  0x00005e1a , 0x00000034 
+ 00024080  0x00005ee2 store  0x00000006 , 0x000049c7 
+ 00024081  0x00005ee3 increase  0x00000006 , 0x00000013 
+ 00024082  0x00005ee4 fetch  0x00000002 , 0x000049f8 
+ 00024083  0x00005ee5 isub  0x00000013 , 0x0000003e 
+ 00024084  0x00005ee6 nbranch  0x00005e1a , 0x00000002 
+ 00024085  0x00005ee7 copy  0x00000013 , 0x00000012 
+ 00024086  0x00005ee8 branch  0x00005e0d 
+ 00024087  0x00005eeb arg  0x00000006 , 0x00000039 
+ 00024088  0x00005eec arg  0x000049cd , 0x00000011 
+ 00024089  0x00005eed branch  0x00006b74 
+ 00024090  0x00005ef0 fetch  0x00000006 , 0x000049c7 
+ 00024091  0x00005ef1 store  0x00000006 , 0x0000467b 
+ 00024092  0x00005ef2 rtn 
+ 00024093  0x00005ef7 fetchr  0x00000012 , 0x00000002 , 0x000049e6 
+ 00024094  0x00005ef8 copy  0x00000012 , 0x00000013 
+ 00024095  0x00005efa call  0x00005e29 
+ 00024096  0x00005efb fetch  0x00000004 , 0x000049da 
+ 00024097  0x00005efc branch  0x00005e2c , 0x00000034 
+ 00024098  0x00005efd store  0x00000004 , 0x000049d6 
+ 00024099  0x00005efe increase  0x00000004 , 0x00000013 
+ 00024100  0x00005eff fetch  0x00000002 , 0x000049e8 
+ 00024101  0x00005f00 isub  0x00000013 , 0x0000003e 
+ 00024102  0x00005f01 nbranch  0x00005e2c , 0x00000002 
+ 00024103  0x00005f02 copy  0x00000013 , 0x00000012 
+ 00024104  0x00005f03 branch  0x00005e1f 
+ 00024105  0x00005f06 arg  0x00000004 , 0x00000039 
+ 00024106  0x00005f07 arg  0x000049da , 0x00000011 
+ 00024107  0x00005f08 branch  0x00006b74 
+ 00024108  0x00005f0b fetch  0x00000004 , 0x000049d6 
+ 00024109  0x00005f0c store  0x00000004 , 0x00004691 
+ 00024110  0x00005f0d rtn 
+ 00024111  0x00005f11 fetch  0x00000001 , 0x00004666 
+ 00024112  0x00005f12 rtneq  0x00000000 
+ 00024113  0x00005f13 fetchr  0x00000012 , 0x00000002 , 0x000049fe 
+ 00024114  0x00005f14 copy  0x00000012 , 0x00000013 
+ 00024115  0x00005f16 call  0x00005e3d 
+ 00024116  0x00005f17 fetch  0x00000002 , 0x000049e0 
+ 00024117  0x00005f18 branch  0x00005e40 , 0x00000034 
+ 00024118  0x00005f19 store  0x00000002 , 0x000049de 
+ 00024119  0x00005f1a increase  0x00000002 , 0x00000013 
+ 00024120  0x00005f1b fetch  0x00000002 , 0x00004a00 
+ 00024121  0x00005f1c isub  0x00000013 , 0x0000003e 
+ 00024122  0x00005f1d nbranch  0x00005e40 , 0x00000002 
+ 00024123  0x00005f1e copy  0x00000013 , 0x00000012 
+ 00024124  0x00005f1f branch  0x00005e33 
+ 00024125  0x00005f22 arg  0x00000002 , 0x00000039 
+ 00024126  0x00005f23 arg  0x000049e0 , 0x00000011 
+ 00024127  0x00005f24 branch  0x00006b74 
+ 00024128  0x00005f27 fetch  0x00000002 , 0x000049e0 
+ 00024129  0x00005f28 store  0x00000002 , 0x00004695 
+ 00024130  0x00005f29 rtn 
+ 00024131  0x00005f2d fetch  0x00000008 , 0x00004713 
+ 00024132  0x00005f2e bbit0  0x0000000f , 0x00005c8c 
+ 00024133  0x00005f2f fetchr  0x00000012 , 0x00000002 , 0x000049fa 
+ 00024134  0x00005f30 copy  0x00000012 , 0x00000013 
+ 00024135  0x00005f32 call  0x00005e51 
+ 00024136  0x00005f33 fetch  0x00000001 , 0x000049d4 
+ 00024137  0x00005f34 branch  0x00005e54 , 0x00000034 
+ 00024138  0x00005f35 store  0x00000001 , 0x000049d3 
+ 00024139  0x00005f36 increase  0x00000001 , 0x00000013 
+ 00024140  0x00005f37 fetch  0x00000002 , 0x000049fc 
+ 00024141  0x00005f38 isub  0x00000013 , 0x0000003e 
+ 00024142  0x00005f39 nbranch  0x00005e54 , 0x00000002 
+ 00024143  0x00005f3a copy  0x00000013 , 0x00000012 
+ 00024144  0x00005f3b branch  0x00005e47 
+ 00024145  0x00005f3e arg  0x00000001 , 0x00000039 
+ 00024146  0x00005f3f arg  0x000049d4 , 0x00000011 
+ 00024147  0x00005f40 branch  0x00006b74 
+ 00024148  0x00005f43 fetch  0x00000001 , 0x000049d3 
+ 00024149  0x00005f44 copy  0x0000003f , 0x00000002 
+ 00024150  0x00005f45 and  0x0000003f , 0x000000f0 , 0x0000003f 
+ 00024151  0x00005f46 branch  0x00005e5a , 0x00000034 
+ 00024152  0x00005f47 rshift4  0x0000003f , 0x0000003f 
+ 00024153  0x00005f48 branch  0x00005e5b 
+ 00024154  0x00005f4b copy  0x00000002 , 0x0000003f 
+ 00024155  0x00005f4d store  0x00000001 , 0x00004690 
+ 00024156  0x00005f4e rtn 
+ 00024157  0x00005f54 bpatch  0x0000008e , 0x00004011 
+ 00024158  0x00005f55 call  0x0000620e 
+ 00024159  0x00005f56 call  0x000078aa 
+ 00024160  0x00005f57 call  0x000056bb 
+ 00024161  0x00005f58 call  0x0000580e 
+ 00024162  0x00005f59 call  0x00005e66 
+ 00024163  0x00005f5a call  0x00005eb6 
+ 00024164  0x00005f5b call  0x00005ee7 
+ 00024165  0x00005f5c branch  0x0000561c 
+ 00024166  0x00005f5f fetch  0x00000008 , 0x00004713 
+ 00024167  0x00005f60 bbit1  0x00000029 , 0x00005e6b 
+ 00024168  0x00005f61 bbit1  0x00000037 , 0x00005e6b 
+ 00024169  0x00005f62 rtn 
+ 00024170  0x00005f65 jam  0x00000003 , 0x00004975 
+ 00024171  0x00005f67 call  0x00005e6d 
+ 00024172  0x00005f68 branch  0x00005e7e 
+ 00024173  0x00005f6b bpatch  0x0000008f , 0x00004011 
+ 00024174  0x00005f6c fetch  0x00000001 , 0x00004655 
+ 00024175  0x00005f6d rtneq  0x000000ff 
+ 00024176  0x00005f6e arg  0x00000000 , 0x00000011 
+ 00024177  0x00005f6f jam  0x00000006 , 0x00004977 
+ 00024178  0x00005f70 fetcht  0x00000001 , 0x00004655 
+ 00024179  0x00005f71 call  0x00005e81 
+ 00024180  0x00005f72 store  0x00000001 , 0x00004975 
+ 00024181  0x00005f73 fetch  0x00000001 , 0x00004654 
+ 00024182  0x00005f74 beq  0x000000ff , 0x00005e7c 
+ 00024183  0x00005f75 branch  0x000058df 
+ 00024184  0x00005f78 call  0x00005e6d 
+ 00024185  0x00005f79 copy  0x00000011 , 0x0000003f 
+ 00024186  0x00005f7a bbit1  0x00000006 , 0x00005ea4 
+ 00024187  0x00005f7b branch  0x00005e97 
+ 00024188  0x00005f7e fetcht  0x00000001 , 0x00004655 
+ 00024189  0x00005f7f call  0x000055b5 
+ 00024190  0x00005f81 copy  0x00000011 , 0x0000003f 
+ 00024191  0x00005f82 bbit1  0x00000006 , 0x00005ea2 
+ 00024192  0x00005f83 branch  0x00005e97 
+ 00024193  0x00005f86 fetch  0x00000008 , 0x00004713 
+ 00024194  0x00005f87 bbit1  0x0000002d , 0x00005e8d 
+ 00024195  0x00005f88 fetch  0x00000001 , 0x00004975 
+ 00024196  0x00005f89 copy  0x0000003f , 0x00000013 
+ 00024197  0x00005f8a fetch  0x00000001 , 0x00004654 
+ 00024198  0x00005f8b beq  0x000000ff , 0x00005931 
+ 00024199  0x00005f8c fetch  0x00000001 , 0x0000497b 
+ 00024200  0x00005f8d nbranch  0x00005e8a , 0x00000034 
+ 00024201  0x00005f8e branch  0x00005e8f 
+ 00024202  0x00005f91 jam  0x00000000 , 0x0000497f 
+ 00024203  0x00005f92 jam  0x00000000 , 0x00004975 
+ 00024204  0x00005f93 rtn 
+ 00024205  0x00005f96 fetch  0x00000001 , 0x00004975 
+ 00024206  0x00005f97 branch  0x00005925 
+ 00024207  0x00005f9a call  0x00006ee6 
+ 00024208  0x00005f9b fetcht  0x00000001 , 0x00004654 
+ 00024209  0x00005f9c branch  0x00005e8d , 0x00000001 
+ 00024210  0x00005f9d fetcht  0x00000001 , 0x00004654 
+ 00024211  0x00005f9e call  0x00006ef7 
+ 00024212  0x00005f9f fetcht  0x00000001 , 0x00004655 
+ 00024213  0x00005fa0 fetch  0x00000001 , 0x00004975 
+ 00024214  0x00005fa1 branch  0x00005925 
+ 00024215  0x00005fa4 fetch  0x00000001 , 0x0000497f 
+ 00024216  0x00005fa5 rtneq  0x00000000 
+ 00024217  0x00005fa6 jam  0x00000000 , 0x0000497f 
+ 00024218  0x00005fa7 fetch  0x00000008 , 0x00004713 
+ 00024219  0x00005fa8 rtnbit1  0x00000034 
+ 00024220  0x00005fa9 fetch  0x00000001 , 0x0000497c 
+ 00024221  0x00005faa sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00024222  0x00005fab ncall  0x00005ec6 , 0x00000002 
+ 00024223  0x00005fac fetch  0x00000001 , 0x000044eb 
+ 00024224  0x00005fad store  0x00000001 , 0x0000497c 
+ 00024225  0x00005fae rtn 
+ 00024226  0x00005fb1 call  0x00005eae 
+ 00024227  0x00005fb2 rtn  0x00000028 
+ 00024228  0x00005fb3 fetch  0x00000001 , 0x0000497f 
+ 00024229  0x00005fb4 rtneq  0x00000001 
+ 00024230  0x00005fb5 jam  0x00000001 , 0x0000497f 
+ 00024231  0x00005fb6 fetch  0x00000008 , 0x00004713 
+ 00024232  0x00005fb7 bbit1  0x00000034 , 0x00005ba3 
+ 00024233  0x00005fb8 fetch  0x00000001 , 0x00004845 
+ 00024234  0x00005fb9 rtn  0x00000034 
+ 00024235  0x00005fba fetch  0x00000001 , 0x0000463c 
+ 00024236  0x00005fbb store  0x00000001 , 0x00004845 
+ 00024237  0x00005fbc rtn 
+ 00024238  0x00005fbf disable  0x00000028 
+ 00024239  0x00005fc0 fetch  0x00000008 , 0x00004713 
+ 00024240  0x00005fc1 rtnbit1  0x0000002d 
+ 00024241  0x00005fc3 fetch  0x00000001 , 0x0000496f 
+ 00024242  0x00005fc4 rtn  0x00000034 
+ 00024243  0x00005fc5 fetch  0x00000001 , 0x00004970 
+ 00024244  0x00005fc6 rtn  0x00000034 
+ 00024245  0x00005fc7 branch  0x00007dba 
+ 00024246  0x00005fca bpatch  0x00000090 , 0x00004012 
+ 00024247  0x00005fcb fetch  0x00000008 , 0x00004713 
+ 00024248  0x00005fcc rtnbit0  0x0000002a 
+ 00024249  0x00005fce fetcht  0x00000001 , 0x0000465a 
+ 00024250  0x00005fcf call  0x000055b5 
+ 00024251  0x00005fd0 fetcht  0x00000001 , 0x0000465a 
+ 00024252  0x00005fd1 call  0x00006ee6 
+ 00024253  0x00005fd2 branch  0x00005ec2 , 0x00000001 
+ 00024254  0x00005fd4 fetch  0x00000001 , 0x00004666 
+ 00024255  0x00005fd5 rtneq  0x00000001 
+ 00024256  0x00005fd6 jam  0x00000001 , 0x00004666 
+ 00024257  0x00005fd7 branch  0x00005aaa 
+ 00024258  0x00005fda fetch  0x00000001 , 0x00004666 
+ 00024259  0x00005fdb rtneq  0x00000000 
+ 00024260  0x00005fdc jam  0x00000000 , 0x00004666 
+ 00024261  0x00005fdd branch  0x00006018 
+ 00024262  0x00005fe0 bpatch  0x00000091 , 0x00004012 
+ 00024263  0x00005fe1 fetch  0x00000001 , 0x0000471b 
+ 00024264  0x00005fe2 rtneq  0x00000001 
+ 00024265  0x00005fe3 call  0x00005ed3 
+ 00024266  0x00005fe4 storet  0x00000001 , 0x00004666 
+ 00024267  0x00005fe7 call  0x00005eea 
+ 00024268  0x00005fe8 call  0x00005aaa 
+ 00024269  0x00005fe9 call  0x000042d0 
+ 00024270  0x00005fea call  0x00005eec 
+ 00024271  0x00005feb jam  0x00000001 , 0x00004793 
+ 00024272  0x00005fec branch  0x00005ca3 
+ 00024273  0x00005fef call  0x00005eea 
+ 00024274  0x00005ff0 branch  0x00006ca3 
+ 00024275  0x00005ff3 fetcht  0x00000001 , 0x00004666 
+ 00024276  0x00005ff4 increase  0x00000001 , 0x00000002 
+ 00024277  0x00005ff5 fetch  0x00000008 , 0x00004713 
+ 00024278  0x00005ff6 bbit1  0x00000011 , 0x00005eda 
+ 00024279  0x00005ff7 sub  0x00000002 , 0x00000002 , 0x0000003e 
+ 00024280  0x00005ff8 ncall  0x00005ee1 , 0x00000002 
+ 00024281  0x00005ff9 rtn 
+ 00024282  0x00005ffc fetch  0x00000001 , 0x0000471b 
+ 00024283  0x00005ffd increase  0xffffffff , 0x0000003f 
+ 00024284  0x00005ffe isub  0x00000002 , 0x0000003e 
+ 00024285  0x00005fff ncall  0x00005edf , 0x00000002 
+ 00024286  0x00006000 rtn 
+ 00024287  0x00006003 arg  0x00000000 , 0x00000002 
+ 00024288  0x00006004 rtn 
+ 00024289  0x00006006 arg  0x00000001 , 0x00000002 
+ 00024290  0x00006007 rtn 
+ 00024291  0x0000600a arg  0x00000001 , 0x00000002 
+ 00024292  0x0000600b arg  0x00004666 , 0x00000011 
+ 00024293  0x0000600c arg  0x00000000 , 0x00000012 
+ 00024294  0x0000600d branch  0x00006cd3 
+ 00024295  0x00006010 fetch  0x00000008 , 0x00004713 
+ 00024296  0x00006011 rtnbit0  0x00000034 
+ 00024297  0x00006012 branch  0x00005e6b 
+ 00024298  0x00006015 arg  0x00000000 , 0x00000007 
+ 00024299  0x00006016 branch  0x00005f00 
+ 00024300  0x00006018 arg  0x00000000 , 0x00000007 
+ 00024301  0x00006019 branch  0x00005f04 
+ 00024302  0x0000601b arg  0x00000003 , 0x00000007 
+ 00024303  0x0000601c branch  0x00005f00 
+ 00024304  0x0000601e arg  0x00000003 , 0x00000007 
+ 00024305  0x0000601f branch  0x00005f04 
+ 00024306  0x00006021 arg  0x00000005 , 0x00000007 
+ 00024307  0x00006022 branch  0x00005f00 
+ 00024308  0x00006024 arg  0x00000005 , 0x00000007 
+ 00024309  0x00006025 branch  0x00005f04 
+ 00024310  0x00006028 arg  0x00000015 , 0x00000007 
+ 00024311  0x00006029 branch  0x00005f00 
+ 00024312  0x0000602c arg  0x00000018 , 0x00000007 
+ 00024313  0x0000602d branch  0x00005f00 
+ 00024314  0x00006030 arg  0x0000000e , 0x00000007 
+ 00024315  0x00006031 branch  0x00005f00 
+ 00024316  0x00006034 arg  0x0000000c , 0x00000007 
+ 00024317  0x00006035 branch  0x00005f00 
+ 00024318  0x00006038 arg  0x0000001c , 0x00000007 
+ 00024319  0x00006039 branch  0x00005f00 
+ 00024320  0x0000603c fetch  0x00000008 , 0x00004713 
+ 00024321  0x0000603d qset1  0x0000003f 
+ 00024322  0x0000603e store  0x00000008 , 0x00004713 
+ 00024323  0x0000603f rtn 
+ 00024324  0x00006042 fetch  0x00000008 , 0x00004713 
+ 00024325  0x00006043 qset0  0x0000003f 
+ 00024326  0x00006044 store  0x00000008 , 0x00004713 
+ 00024327  0x00006045 rtn 
+ 00024328  0x00006048 setarg  0x00000000 
+ 00024329  0x00006049 store  0x00000008 , 0x0000472a 
+ 00024330  0x0000604a store  0x00000008 , 0x00004733 
+ 00024331  0x0000604b fetch  0x00000001 , 0x00004729 
+ 00024332  0x0000604c beq  0x00000002 , 0x00005f12 
+ 00024333  0x0000604d beq  0x00000003 , 0x00005f14 
+ 00024334  0x0000604e beq  0x00000004 , 0x00005f19 
+ 00024335  0x0000604f setarg  0x00070008 
+ 00024336  0x00006051 store  0x00000008 , 0x0000472b 
+ 00024337  0x00006052 rtn 
+ 00024338  0x00006055 setarg  0x00040005 
+ 00024339  0x00006056 branch  0x00005f10 
+ 00024340  0x00006059 setarg  0x00022303 
+ 00024341  0x0000605b store  0x00000008 , 0x0000472a 
+ 00024342  0x0000605c setarg  0x00000003 
+ 00024343  0x0000605d store  0x00000008 , 0x00004733 
+ 00024344  0x0000605e rtn 
+ 00024345  0x00006061 setarg  0x0000cd03 
+ 00024346  0x00006062 branch  0x00005f15 
+ 00024347  0x00006066 bpatch  0x00000092 , 0x00004012 
+ 00024348  0x00006067 fetch  0x00000001 , 0x0000477f 
+ 00024349  0x00006068 increase  0xffffffff , 0x0000003f 
+ 00024350  0x00006069 store  0x00000001 , 0x0000477f 
+ 00024351  0x0000606a fetcht  0x00000001 , 0x00004666 
+ 00024352  0x0000606b sub  0x00000002 , 0x00000001 , 0x0000003e 
+ 00024353  0x0000606c ncall  0x00005ed3 , 0x00000005 
+ 00024354  0x0000606d storet  0x00000001 , 0x00004666 
+ 00024355  0x0000606e call  0x00005ee3 
+ 00024356  0x0000606f call  0x00005c59 
+ 00024357  0x00006070 branch  0x000054a0 
+ 00024358  0x00006075 bpatch  0x00000093 , 0x00004012 
+ 00024359  0x00006076 fetch  0x00000001 , 0x00004957 
+ 00024360  0x00006077 rtneq  0x00000003 
+ 00024361  0x00006078 fetch  0x00000008 , 0x00004713 
+ 00024362  0x00006079 rtnbit0  0x00000038 
+ 00024363  0x0000607a fetch  0x00000004 , 0x00004847 
+ 00024364  0x0000607b rtn  0x00000034 
+ 00024365  0x0000607c call  0x00005fcd 
+ 00024366  0x0000607d setarg  0x00000003 
+ 00024367  0x0000607e call  0x00005fc3 
+ 00024368  0x0000607f call  0x00005fbf , 0x00000034 
+ 00024369  0x00006080 ncall  0x00005fc1 , 0x00000034 
+ 00024370  0x00006081 setarg  0x00000002 
+ 00024371  0x00006082 call  0x00005fc8 
+ 00024372  0x00006083 call  0x00005fbf , 0x00000034 
+ 00024373  0x00006084 fetch  0x00000001 , 0x00004861 
+ 00024374  0x00006085 beq  0x00000001 , 0x00005f3c 
+ 00024375  0x00006087 fetch  0x00000008 , 0x00004713 
+ 00024376  0x00006088 rtnbit0  0x00000038 
+ 00024377  0x00006089 arg  0x00000005 , 0x00000039 
+ 00024378  0x0000608a arg  0x00004861 , 0x00000005 
+ 00024379  0x0000608b branch  0x00007ca1 
+ 00024380  0x0000608e call  0x00005f50 
+ 00024381  0x0000608f fetch  0x00000002 , 0x00004862 
+ 00024382  0x00006090 store  0x00000002 , 0x0000070b 
+ 00024383  0x00006091 fetch  0x00000002 , 0x00004847 
+ 00024384  0x00006092 store  0x00000002 , 0x0000070d 
+ 00024385  0x00006093 call  0x00005f89 
+ 00024386  0x00006094 fetch  0x00000002 , 0x0000070b 
+ 00024387  0x00006095 store  0x00000002 , 0x00004862 
+ 00024388  0x00006096 fetch  0x00000002 , 0x0000070d 
+ 00024389  0x00006097 store  0x00000002 , 0x00004847 
+ 00024390  0x00006099 fetch  0x00000002 , 0x00004864 
+ 00024391  0x0000609a store  0x00000002 , 0x0000070b 
+ 00024392  0x0000609b fetch  0x00000002 , 0x00004849 
+ 00024393  0x0000609c store  0x00000002 , 0x0000070d 
+ 00024394  0x0000609d call  0x00005f91 
+ 00024395  0x0000609e fetch  0x00000002 , 0x0000070b 
+ 00024396  0x0000609f store  0x00000002 , 0x00004864 
+ 00024397  0x000060a0 fetch  0x00000002 , 0x0000070d 
+ 00024398  0x000060a1 store  0x00000002 , 0x00004849 
+ 00024399  0x000060a2 rtn 
+ 00024400  0x000060a5 fetch  0x00000008 , 0x00004713 
+ 00024401  0x000060a6 rtnbit0  0x00000039 
+ 00024402  0x000060a7 bpatch  0x00000094 , 0x00004012 
+ 00024403  0x000060a8 fetch  0x00000002 , 0x00004862 
+ 00024404  0x000060a9 store  0x00000002 , 0x00000712 
+ 00024405  0x000060aa call  0x00005f64 
+ 00024406  0x000060ab store  0x00000002 , 0x00004862 
+ 00024407  0x000060ac fetch  0x00000002 , 0x00004847 
+ 00024408  0x000060ad store  0x00000002 , 0x00000712 
+ 00024409  0x000060ae call  0x00005f72 
+ 00024410  0x000060af store  0x00000002 , 0x00004847 
+ 00024411  0x000060b0 fetch  0x00000002 , 0x00004864 
+ 00024412  0x000060b1 store  0x00000002 , 0x00000712 
+ 00024413  0x000060b2 call  0x00005f64 
+ 00024414  0x000060b3 store  0x00000002 , 0x00004864 
+ 00024415  0x000060b4 fetch  0x00000002 , 0x00004849 
+ 00024416  0x000060b5 store  0x00000002 , 0x00000712 
+ 00024417  0x000060b6 call  0x00005f72 
+ 00024418  0x000060b7 store  0x00000002 , 0x00004849 
+ 00024419  0x000060b8 rtn 
+ 00024420  0x000060bb fetch  0x00000001 , 0x00000713 
+ 00024421  0x000060bc branch  0x00005f67 , 0x00000034 
+ 00024422  0x000060bd branch  0x00005f6c 
+ 00024423  0x000060c0 fetch  0x00000001 , 0x00000712 
+ 00024424  0x000060c1 call  0x00005f7f 
+ 00024425  0x000060c2 store  0x00000001 , 0x00000712 
+ 00024426  0x000060c4 fetch  0x00000002 , 0x00000712 
+ 00024427  0x000060c5 rtn 
+ 00024428  0x000060c7 fetch  0x00000001 , 0x00000712 
+ 00024429  0x000060c8 call  0x00005fbb 
+ 00024430  0x000060c9 call  0x00005f7f 
+ 00024431  0x000060ca call  0x00007dc8 , 0x00000034 
+ 00024432  0x000060cb call  0x00005fb7 
+ 00024433  0x000060cc branch  0x00005f6a 
+ 00024434  0x000060cf fetch  0x00000001 , 0x00000713 
+ 00024435  0x000060d0 branch  0x00005f75 , 0x00000034 
+ 00024436  0x000060d1 branch  0x00005f79 
+ 00024437  0x000060d3 fetch  0x00000001 , 0x00000712 
+ 00024438  0x000060d4 call  0x00005f84 
+ 00024439  0x000060d5 store  0x00000001 , 0x00000712 
+ 00024440  0x000060d6 branch  0x00005f6a 
+ 00024441  0x000060d8 fetch  0x00000001 , 0x00000712 
+ 00024442  0x000060d9 call  0x00005fbb 
+ 00024443  0x000060da call  0x00005f84 
+ 00024444  0x000060db call  0x00007dc8 , 0x00000034 
+ 00024445  0x000060dc call  0x00005fb7 
+ 00024446  0x000060dd branch  0x00005f6a 
+ 00024447  0x000060e0 mul32  0x0000003f , 0x00000004 , 0x0000003f 
+ 00024448  0x000060e1 div  0x0000003f , 0x00000005 
+ 00024449  0x000060e2 call  0x00007d62 
+ 00024450  0x000060e3 quotient  0x0000003f 
+ 00024451  0x000060e4 rtn 
+ 00024452  0x000060e6 mul32  0x0000003f , 0x0000000c , 0x0000003f 
+ 00024453  0x000060e7 div  0x0000003f , 0x0000000a 
+ 00024454  0x000060e8 call  0x00007d62 
+ 00024455  0x000060e9 quotient  0x0000003f 
+ 00024456  0x000060ea rtn 
+ 00024457  0x000060ed fetch  0x00000002 , 0x0000070b 
+ 00024458  0x000060ee fetcht  0x00000002 , 0x0000070d 
+ 00024459  0x000060ef iadd  0x00000002 , 0x0000003f 
+ 00024460  0x000060f0 fetcht  0x00000001 , 0x00004866 
+ 00024461  0x000060f1 iadd  0x00000002 , 0x0000003f 
+ 00024462  0x000060f2 and  0x0000003f , 0x00000001 , 0x00000002 
+ 00024463  0x000060f3 storet  0x00000001 , 0x00004866 
+ 00024464  0x000060f4 branch  0x00005f99 
+ 00024465  0x000060f7 fetch  0x00000002 , 0x0000070b 
+ 00024466  0x000060f8 fetcht  0x00000002 , 0x0000070d 
+ 00024467  0x000060f9 iadd  0x00000002 , 0x0000003f 
+ 00024468  0x000060fa fetcht  0x00000001 , 0x00004867 
+ 00024469  0x000060fb iadd  0x00000002 , 0x0000003f 
+ 00024470  0x000060fc and  0x0000003f , 0x00000001 , 0x00000002 
+ 00024471  0x000060fd storet  0x00000001 , 0x00004867 
+ 00024472  0x000060fe branch  0x00005f99 
+ 00024473  0x00006101 store  0x00000003 , 0x0000070f 
+ 00024474  0x00006102 isolate1  0x00000010 , 0x0000003f 
+ 00024475  0x00006103 branch  0x00005fa3 , 0x00000001 
+ 00024476  0x00006104 fetch  0x00000001 , 0x00000710 
+ 00024477  0x00006105 beq  0x000000ff , 0x00005faa 
+ 00024478  0x00006106 fetch  0x00000001 , 0x0000070f 
+ 00024479  0x00006108 rshift  0x0000003f , 0x0000003f 
+ 00024480  0x00006109 store  0x00000002 , 0x0000070b 
+ 00024481  0x0000610a store  0x00000002 , 0x0000070d 
+ 00024482  0x0000610b rtn 
+ 00024483  0x0000610d fetch  0x00000001 , 0x00000710 
+ 00024484  0x0000610e beq  0x00000000 , 0x00005fa7 
+ 00024485  0x0000610f fetch  0x00000003 , 0x0000070f 
+ 00024486  0x00006110 branch  0x00005f9f 
+ 00024487  0x00006112 jam  0x00000000 , 0x00000711 
+ 00024488  0x00006113 fetch  0x00000001 , 0x0000070f 
+ 00024489  0x00006114 branch  0x00005f9f 
+ 00024490  0x00006117 fetch  0x00000001 , 0x0000070f 
+ 00024491  0x00006118 call  0x00005fb5 
+ 00024492  0x00006119 store  0x00000001 , 0x0000070b 
+ 00024493  0x0000611a store  0x00000001 , 0x0000070d 
+ 00024494  0x0000611b branch  0x00005fb3 , 0x00000034 
+ 00024495  0x0000611c setarg  0x000000ff 
+ 00024496  0x0000611e store  0x00000001 , 0x0000070c 
+ 00024497  0x0000611f store  0x00000001 , 0x0000070e 
+ 00024498  0x00006120 rtn 
+ 00024499  0x00006122 setarg  0x00000000 
+ 00024500  0x00006123 branch  0x00005fb0 
+ 00024501  0x00006126 call  0x00005fbb 
+ 00024502  0x00006127 rshift  0x0000003f , 0x0000003f 
+ 00024503  0x00006129 call  0x00005fbc 
+ 00024504  0x0000612a sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024505  0x0000612b store  0x00000001 , 0x00000712 
+ 00024506  0x0000612c rtn 
+ 00024507  0x0000612f sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024508  0x00006131 store  0x00000001 , 0x00000684 
+ 00024509  0x00006132 fetch  0x00000001 , 0x00000684 
+ 00024510  0x00006133 rtn 
+ 00024511  0x00006136 jam  0x00000000 , 0x00004861 
+ 00024512  0x00006137 rtn 
+ 00024513  0x00006139 jam  0x00000001 , 0x00004861 
+ 00024514  0x0000613a rtn 
+ 00024515  0x0000613e isub  0x00000011 , 0x0000003e 
+ 00024516  0x0000613f nbranch  0x00007dc8 , 0x00000002 
+ 00024517  0x00006140 isub  0x00000012 , 0x0000003e 
+ 00024518  0x00006141 nbranch  0x00007dc8 , 0x00000002 
+ 00024519  0x00006142 branch  0x00007dca 
+ 00024520  0x00006144 isub  0x00000011 , 0x0000003e 
+ 00024521  0x00006145 nrtn  0x00000002 
+ 00024522  0x00006146 isub  0x00000012 , 0x0000003e 
+ 00024523  0x00006147 nrtn  0x00000002 
+ 00024524  0x00006148 branch  0x00007dca 
+ 00024525  0x0000614b fetch  0x00000002 , 0x00004847 
+ 00024526  0x0000614c call  0x00005fd4 
+ 00024527  0x0000614d copy  0x0000003f , 0x00000011 
+ 00024528  0x0000614e fetch  0x00000002 , 0x00004849 
+ 00024529  0x0000614f call  0x00005fd4 
+ 00024530  0x00006150 copy  0x0000003f , 0x00000012 
+ 00024531  0x00006151 rtn 
+ 00024532  0x00006154 store  0x00000002 , 0x0000070d 
+ 00024533  0x00006155 fetch  0x00000001 , 0x0000070e 
+ 00024534  0x00006156 beq  0x000000ff , 0x00005fda 
+ 00024535  0x00006157 fetch  0x00000001 , 0x0000070d 
+ 00024536  0x00006159 and_into  0x000000ff , 0x0000003f 
+ 00024537  0x0000615b rtn 
+ 00024538  0x0000615d fetch  0x00000002 , 0x0000070d 
+ 00024539  0x0000615e sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024540  0x0000615f branch  0x00005fd8 
+ 00024541  0x00006162 arg  0x0000461f , 0x00000013 
+ 00024542  0x00006163 arg  0x00005fe0 , 0x00000012 
+ 00024543  0x00006164 branch  0x000042e0 
+ 00024544  0x00006166 fetch  0x00000004 , 0x00004613 
+ 00024545  0x00006167 store  0x00000004 , 0x000045af 
+ 00024546  0x00006168 jam  0x00000001 , 0x0000477d 
+ 00024547  0x00006169 rtn 
+ 00024548  0x0000616d fetch  0x00000001 , 0x00004740 
+ 00024549  0x0000616e beq  0x00000000 , 0x00005fec 
+ 00024550  0x0000616f beq  0x00000001 , 0x00005fee 
+ 00024551  0x00006170 beq  0x00000002 , 0x00005fe9 
+ 00024552  0x00006171 beq  0x00000003 , 0x00005ff0 
+ 00024553  0x00006173 setarg  0x000ea600 
+ 00024554  0x00006175 store  0x00000004 , 0x00004613 
+ 00024555  0x00006176 rtn 
+ 00024556  0x00006178 setarg  0x0005e740 
+ 00024557  0x00006179 branch  0x00005fea 
+ 00024558  0x0000617b setarg  0x000927c0 
+ 00024559  0x0000617c branch  0x00005fea 
+ 00024560  0x0000617e setarg  0x00124f80 
+ 00024561  0x0000617f branch  0x00005fea 
+ 00024562  0x00006182 bpatch  0x00000095 , 0x00004012 
+ 00024563  0x00006183 jam  0x00000000 , 0x00004600 
+ 00024564  0x00006184 call  0x00003647 
+ 00024565  0x00006185 setarg  0xffffffff 
+ 00024566  0x00006186 store  0x00000004 , 0x000045af 
+ 00024567  0x00006187 setarg  0x00000000 
+ 00024568  0x00006188 store  0x00000007 , 0x00004846 
+ 00024569  0x00006189 jam  0x00000001 , 0x0000473f 
+ 00024570  0x0000618a call  0x000059ed 
+ 00024571  0x0000618b call  0x000054dc 
+ 00024572  0x0000618c branch  0x0000622b 
+ 00024573  0x0000618f fetch  0x00000001 , 0x0000473f 
+ 00024574  0x00006190 ncall  0x00006001 , 0x00000034 
+ 00024575  0x00006191 jam  0x00000000 , 0x0000473f 
+ 00024576  0x00006192 rtn 
+ 00024577  0x00006195 call  0x0000594c 
+ 00024578  0x00006196 fetch  0x00000008 , 0x00004713 
+ 00024579  0x00006197 rtnbit0  0x0000003c 
+ 00024580  0x00006199 fetch  0x00000001 , 0x0000464a 
+ 00024581  0x0000619a arg  0x00000040 , 0x00000002 
+ 00024582  0x0000619b call  0x00006f21 
+ 00024583  0x0000619c fetch  0x00000001 , 0x0000464b 
+ 00024584  0x0000619d arg  0x00000040 , 0x00000002 
+ 00024585  0x0000619e branch  0x00006f21 
+ 00024586  0x000061a1 call  0x0000600e 
+ 00024587  0x000061a2 fetch  0x00000001 , 0x0000473f 
+ 00024588  0x000061a3 nbranch  0x00006235 , 0x00000034 
+ 00024589  0x000061a4 branch  0x00003610 
+ 00024590  0x000061a7 fetch  0x00000004 , 0x000045e8 
+ 00024591  0x000061a8 fetcht  0x00000004 , 0x000045e4 
+ 00024592  0x000061a9 isub  0x00000002 , 0x0000003e 
+ 00024593  0x000061aa branch  0x00006013 , 0x00000005 
+ 00024594  0x000061ab branch  0x00006016 
+ 00024595  0x000061ae jam  0x00000000 , 0x00004143 
+ 00024596  0x000061af jam  0x000000aa , 0x00004141 
+ 00024597  0x000061b0 rtn 
+ 00024598  0x000061b2 jam  0x000000ff , 0x00004143 
+ 00024599  0x000061b3 rtn 
+ 00024600  0x000061b6 set0  0x00000026 , 0x00000000 
+ 00024601  0x000061b7 jam  0x00000000 , 0x000045fc 
+ 00024602  0x000061b8 arg  0x00000001 , 0x00000007 
+ 00024603  0x000061b9 branch  0x00005f04 
+ 00024604  0x000061bc fetch  0x00000008 , 0x00004713 
+ 00024605  0x000061bd bbit0  0x00000011 , 0x0000602a 
+ 00024606  0x000061be call  0x00006195 
+ 00024607  0x000061bf call  0x000054ac 
+ 00024608  0x000061c0 branch  0x00006067 , 0x00000028 
+ 00024609  0x000061c1 fetch  0x00000008 , 0x00004713 
+ 00024610  0x000061c2 bbit1  0x00000030 , 0x0000602f 
+ 00024611  0x000061c3 bbit0  0x00000031 , 0x0000602f 
+ 00024612  0x000061c4 call  0x00005883 
+ 00024613  0x000061c5 and  0x00000011 , 0x00000007 , 0x0000003f 
+ 00024614  0x000061c6 fetcht  0x00000001 , 0x00004728 
+ 00024615  0x000061c7 isub  0x00000002 , 0x0000003e 
+ 00024616  0x000061c8 branch  0x00006047 , 0x00000005 
+ 00024617  0x000061c9 branch  0x0000602f 
+ 00024618  0x000061cc fetch  0x00000001 , 0x0000477f 
+ 00024619  0x000061cd nbranch  0x00005f1b , 0x00000034 
+ 00024620  0x000061ce rtn 
+ 00024621  0x000061d1 call  0x000054ac 
+ 00024622  0x000061d2 branch  0x00006038 , 0x00000028 
+ 00024623  0x000061d4 jam  0x00000000 , 0x00004666 
+ 00024624  0x000061d5 fetch  0x00000002 , 0x00004721 
+ 00024625  0x000061d6 store  0x00000002 , 0x000045de 
+ 00024626  0x000061d7 jam  0x00000002 , 0x000045e2 
+ 00024627  0x000061d8 branch  0x00003534 
+ 00024628  0x000061db fetch  0x00000002 , 0x000045d6 
+ 00024629  0x000061dc store  0x00000002 , 0x000045de 
+ 00024630  0x000061dd jam  0x00000004 , 0x000045e2 
+ 00024631  0x000061de branch  0x00003534 
+ 00024632  0x000061e1 fetch  0x00000001 , 0x00004666 
+ 00024633  0x000061e2 beq  0x00000000 , 0x00006067 
+ 00024634  0x000061e3 call  0x00005aa8 
+ 00024635  0x000061e5 call  0x00006018 
+ 00024636  0x000061e6 jam  0x00000001 , 0x00004666 
+ 00024637  0x000061e7 call  0x00005c6f 
+ 00024638  0x000061e8 branch  0x000054a0 
+ 00024639  0x000061eb call  0x000054ac 
+ 00024640  0x000061ec branch  0x000054cd , 0x00000028 
+ 00024641  0x000061ed branch  0x00005c1a 
+ 00024642  0x000061f0 call  0x000054ac 
+ 00024643  0x000061f1 rtn  0x00000028 
+ 00024644  0x000061f2 fetch  0x00000008 , 0x00004713 
+ 00024645  0x000061f3 bbit1  0x0000003e , 0x00005ca3 
+ 00024646  0x000061f4 rtn 
+ 00024647  0x000061f7 call  0x00006195 
+ 00024648  0x000061f8 jam  0x00000000 , 0x000045e2 
+ 00024649  0x000061f9 arg  0x00000001 , 0x00000007 
+ 00024650  0x000061fa call  0x00005f00 
+ 00024651  0x000061fb setarg  0x00000000 
+ 00024652  0x000061fc store  0x00000002 , 0x000045de 
+ 00024653  0x000061fd call  0x00005c39 
+ 00024654  0x000061fe jam  0x00000001 , 0x00004589 
+ 00024655  0x000061ff fetch  0x00000008 , 0x00004713 
+ 00024656  0x00006200 bbit0  0x00000016 , 0x00003291 
+ 00024657  0x00006201 jam  0x00000002 , 0x00004589 
+ 00024658  0x00006202 branch  0x00003291 
+ 00024659  0x00006205 fetch  0x00000001 , 0x00004600 
+ 00024660  0x00006206 nbranch  0x00005ff2 , 0x00000034 
+ 00024661  0x00006207 fetch  0x00000001 , 0x000045e2 
+ 00024662  0x00006208 beq  0x00000002 , 0x0000605f 
+ 00024663  0x00006209 beq  0x00000004 , 0x0000606b 
+ 00024664  0x0000620a beq  0x00000003 , 0x00006070 
+ 00024665  0x0000620c call  0x00006018 
+ 00024666  0x0000620d fetch  0x00000001 , 0x0000477f 
+ 00024667  0x0000620e nbranch  0x00005f1b , 0x00000034 
+ 00024668  0x0000620f fetch  0x00000001 , 0x00004666 
+ 00024669  0x00006210 beq  0x00000000 , 0x000054cd 
+ 00024670  0x00006211 rtn 
+ 00024671  0x00006214 fetch  0x00000008 , 0x00004713 
+ 00024672  0x00006215 bbit1  0x0000003e , 0x00006034 
+ 00024673  0x00006216 bbit1  0x00000030 , 0x00006034 
+ 00024674  0x00006217 bbit0  0x0000003a , 0x00006067 
+ 00024675  0x00006218 fetch  0x00000004 , 0x00004691 
+ 00024676  0x00006219 fetcht  0x00000004 , 0x000046e6 
+ 00024677  0x0000621a isub  0x00000002 , 0x0000003e 
+ 00024678  0x0000621b branch  0x00006047 , 0x00000005 
+ 00024679  0x0000621d fetch  0x00000002 , 0x000045dc 
+ 00024680  0x0000621e store  0x00000002 , 0x000045de 
+ 00024681  0x0000621f jam  0x00000003 , 0x000045e2 
+ 00024682  0x00006220 branch  0x00003534 
+ 00024683  0x00006223 fetch  0x00000008 , 0x00004713 
+ 00024684  0x00006224 bbit0  0x0000003e , 0x00006059 
+ 00024685  0x00006225 fetch  0x00000001 , 0x0000471b 
+ 00024686  0x00006226 beq  0x00000001 , 0x00006059 
+ 00024687  0x00006227 branch  0x0000603b 
+ 00024688  0x0000622a fetch  0x00000008 , 0x00004713 
+ 00024689  0x0000622b bbit0  0x0000003e , 0x00006059 
+ 00024690  0x0000622c bbit1  0x00000013 , 0x00006059 
+ 00024691  0x0000622d bbit1  0x00000012 , 0x00006059 
+ 00024692  0x0000622e branch  0x00006035 
+ 00024693  0x00006231 fetch  0x00000004 , 0x0000458f 
+ 00024694  0x00006232 store  0x00000004 , 0x000045e8 
+ 00024695  0x00006233 store  0x00000004 , 0x00004691 
+ 00024696  0x00006234 call  0x0000355a 
+ 00024697  0x00006235 call  0x00005c0b 
+ 00024698  0x00006236 call  0x0000618e 
+ 00024699  0x00006237 call  0x00005a73 
+ 00024700  0x00006238 jam  0x00000000 , 0x0000477d 
+ 00024701  0x00006239 jam  0x00000000 , 0x000045fc 
+ 00024702  0x0000623a jam  0x00000000 , 0x000045e2 
+ 00024703  0x0000623b fetch  0x00000004 , 0x000045e8 
+ 00024704  0x0000623c fetch  0x00000004 , 0x000045e4 
+ 00024705  0x0000623d isub  0x00000002 , 0x0000003e 
+ 00024706  0x0000623e rtn  0x00000005 
+ 00024707  0x0000623f branch  0x00006042 
+ 00024708  0x00006242 call  0x00005a73 
+ 00024709  0x00006243 call  0x00005a84 
+ 00024710  0x00006245 call  0x0000618e 
+ 00024711  0x00006246 call  0x00005c0b 
+ 00024712  0x00006247 arg  0x00000001 , 0x00000007 
+ 00024713  0x00006248 call  0x00005f04 
+ 00024714  0x00006249 setarg  0x00000000 
+ 00024715  0x0000624a store  0x00000002 , 0x000045d8 
+ 00024716  0x0000624b store  0x00000002 , 0x000045de 
+ 00024717  0x0000624c store  0x00000001 , 0x000045fc 
+ 00024718  0x0000624d store  0x00000001 , 0x00004860 
+ 00024719  0x0000624e store  0x00000001 , 0x000045e2 
+ 00024720  0x00006251 fetch  0x00000004 , 0x0000458f 
+ 00024721  0x00006252 store  0x00000004 , 0x000045e8 
+ 00024722  0x00006253 store  0x00000004 , 0x00004691 
+ 00024723  0x00006254 branch  0x00005ca3 
+ 00024724  0x00006257 call  0x00007de2 
+ 00024725  0x00006258 branch  0x000023fd 
+ 00024726  0x0000625b bpatch  0x00000096 , 0x00004012 
+ 00024727  0x0000625c rtnmark0  0x00000026 
+ 00024728  0x0000625d call  0x00005601 
+ 00024729  0x0000625e nrtn  0x00000028 
+ 00024730  0x0000625f fetch  0x00000001 , 0x0000477c 
+ 00024731  0x00006260 jam  0x00000000 , 0x0000477c 
+ 00024732  0x00006261 ncall  0x00006094 , 0x00000034 
+ 00024733  0x00006263 fetch  0x00000008 , 0x00004713 
+ 00024734  0x00006264 bbit0  0x00000016 , 0x000060a1 
+ 00024735  0x00006265 fetch  0x00000001 , 0x0000496c 
+ 00024736  0x00006266 nbranch  0x000060b6 , 0x00000034 
+ 00024737  0x00006268 call  0x00005a74 
+ 00024738  0x00006269 fetch  0x00000001 , 0x00004589 
+ 00024739  0x0000626a bbit1  0x00000001 , 0x000060b0 
+ 00024740  0x0000626b fetcht  0x00000001 , 0x0000451a 
+ 00024741  0x0000626c fetch  0x00000001 , 0x00004846 
+ 00024742  0x0000626d ior  0x00000002 , 0x0000003f 
+ 00024743  0x0000626e store  0x00000001 , 0x00004846 
+ 00024744  0x0000626f fetcht  0x00000001 , 0x0000451f 
+ 00024745  0x00006270 fetch  0x00000001 , 0x0000484b 
+ 00024746  0x00006271 iadd  0x00000002 , 0x0000003f 
+ 00024747  0x00006272 store  0x00000001 , 0x0000484b 
+ 00024748  0x00006273 fetcht  0x00000001 , 0x00004520 
+ 00024749  0x00006274 fetch  0x00000001 , 0x0000484c 
+ 00024750  0x00006275 iadd  0x00000002 , 0x0000003f 
+ 00024751  0x00006276 store  0x00000001 , 0x0000484c 
+ 00024752  0x00006278 jam  0x00000001 , 0x00004589 
+ 00024753  0x00006279 arg  0x00000007 , 0x00000011 
+ 00024754  0x0000627a arg  0x00004846 , 0x00000012 
+ 00024755  0x0000627b fetch  0x00000002 , 0x0000484b 
+ 00024756  0x0000627c rtn  0x00000034 
+ 00024757  0x0000627d branch  0x000036db 
+ 00024758  0x00006280 jam  0x00000002 , 0x00004589 
+ 00024759  0x00006281 arg  0x00000009 , 0x00000011 
+ 00024760  0x00006282 fetch  0x00000001 , 0x0000496d 
+ 00024761  0x00006283 nbranch  0x000060bc , 0x00000034 
+ 00024762  0x00006284 arg  0x00004733 , 0x00000012 
+ 00024763  0x00006285 rtn 
+ 00024764  0x00006287 arg  0x0000472a , 0x00000012 
+ 00024765  0x00006288 rtn 
+ 00024766  0x0000628e setarg  0x00000000 
+ 00024767  0x0000628f store  0x00000003 , 0x000046f8 
+ 00024768  0x00006290 rtn 
+ 00024769  0x00006293 fetch  0x00000008 , 0x00004713 
+ 00024770  0x00006294 rtnbit0  0x0000000e 
+ 00024771  0x00006295 fetch  0x00000001 , 0x0000477d 
+ 00024772  0x00006296 rtn  0x00000034 
+ 00024773  0x00006297 fetch  0x00000001 , 0x00004602 
+ 00024774  0x00006298 rtn  0x00000034 
+ 00024775  0x00006299 fetch  0x00000001 , 0x000046f5 
+ 00024776  0x0000629a increase  0x00000001 , 0x0000003f 
+ 00024777  0x0000629b and_into  0x00000003 , 0x0000003f 
+ 00024778  0x0000629c store  0x00000001 , 0x000046f5 
+ 00024779  0x0000629d nrtn  0x00000034 
+ 00024780  0x0000629e jam  0x00000000 , 0x000046f6 
+ 00024781  0x000062a0 bpatch  0x00000097 , 0x00004012 
+ 00024782  0x000062a1 fetch  0x00000001 , 0x000046f6 
+ 00024783  0x000062a2 increase  0x00000001 , 0x0000003f 
+ 00024784  0x000062a3 store  0x00000001 , 0x000046f6 
+ 00024785  0x000062a4 sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00024786  0x000062a5 nbranch  0x000060d9 , 0x00000002 
+ 00024787  0x000062a6 call  0x0000357f 
+ 00024788  0x000062a7 call  0x00003651 
+ 00024789  0x000062a8 nbranch  0x000060df , 0x00000018 
+ 00024790  0x000062a9 nbranch  0x000060df , 0x0000002f 
+ 00024791  0x000062aa call  0x000060f2 
+ 00024792  0x000062ab call  0x000060e9 
+ 00024793  0x000062ad call  0x0000357b 
+ 00024794  0x000062ae fetch  0x00000001 , 0x000046f7 
+ 00024795  0x000062af increase  0x00000001 , 0x0000003f 
+ 00024796  0x000062b0 store  0x00000001 , 0x000046f7 
+ 00024797  0x000062b1 beq  0x00000010 , 0x000060e1 
+ 00024798  0x000062b2 rtn 
+ 00024799  0x000062b5 call  0x00003222 
+ 00024800  0x000062b6 branch  0x000060cd 
+ 00024801  0x000062b9 jam  0x00000000 , 0x000046f7 
+ 00024802  0x000062ba fetch  0x00000001 , 0x000046f8 
+ 00024803  0x000062bb rtnbit1  0x00000000 
+ 00024804  0x000062bc set1  0x00000000 , 0x0000003f 
+ 00024805  0x000062bd store  0x00000001 , 0x000046f8 
+ 00024806  0x000062be fetch  0x00000002 , 0x00004723 
+ 00024807  0x000062bf store  0x00000002 , 0x00004781 
+ 00024808  0x000062c0 branch  0x000059ed 
+ 00024809  0x000062c3 fetch  0x00000001 , 0x00004602 
+ 00024810  0x000062c4 branch  0x000060be , 0x00000034 
+ 00024811  0x000062c5 jam  0x00000000 , 0x000046f7 
+ 00024812  0x000062c6 fetch  0x00000001 , 0x000046f8 
+ 00024813  0x000062c7 rtnbit0  0x00000000 
+ 00024814  0x000062c8 set0  0x00000000 , 0x0000003f 
+ 00024815  0x000062c9 store  0x00000001 , 0x000046f8 
+ 00024816  0x000062ca call  0x00005c0b 
+ 00024817  0x000062cb branch  0x0000594c 
+ 00024818  0x000062ce call  0x0000366e 
+ 00024819  0x000062cf fetch  0x00000001 , 0x000044f8 
+ 00024820  0x000062d0 compare  0x00000008 , 0x0000003f , 0x000000f8 
+ 00024821  0x000062d1 nrtn  0x00000001 
+ 00024822  0x000062d2 fetch  0x00000001 , 0x000044f9 
+ 00024823  0x000062d3 beq  0x000000ff , 0x00005ff2 
+ 00024824  0x000062d4 rtn 
+ 00024825  0x000062da fetch  0x00000001 , 0x00004793 
+ 00024826  0x000062db nrtn  0x00000034 
+ 00024827  0x000062dc call  0x00005e78 
+ 00024828  0x000062dd call  0x000060fe 
+ 00024829  0x000062de branch  0x00003662 
+ 00024830  0x000062e1 arg  0x0000000c , 0x00000007 
+ 00024831  0x000062e2 call  0x00007cef 
+ 00024832  0x000062e3 nrtn  0x00000034 
+ 00024833  0x000062e4 call  0x00006106 
+ 00024834  0x000062e5 call  0x0000572c 
+ 00024835  0x000062e7 arg  0x0000000c , 0x00000007 
+ 00024836  0x000062e8 setarg  0x000000a0 
+ 00024837  0x000062e9 branch  0x00007ce1 
+ 00024838  0x000062ec fetch  0x00000008 , 0x00004713 
+ 00024839  0x000062ed rtnbit0  0x00000028 
+ 00024840  0x000062ef branch  0x000056bb 
+ 00024841  0x000062f3 fetch  0x00000001 , 0x00004666 
+ 00024842  0x000062f4 bne  0x00000000 , 0x00002421 
+ 00024843  0x000062f5 fetch  0x00000001 , 0x000045ca 
+ 00024844  0x000062f6 rtn  0x00000034 
+ 00024845  0x000062f8 jam  0x00000002 , 0x00008042 
+ 00024846  0x000062f9 jam  0x000000f8 , 0x00008130 
+ 00024847  0x000062fa rtn 
+ 00024848  0x00006300 fetch  0x00000001 , 0x0000465c 
+ 00024849  0x00006301 rtneq  0x000000ff 
+ 00024850  0x00006302 fetch  0x00000002 , 0x00004781 
+ 00024851  0x00006303 rtn  0x00000034 
+ 00024852  0x00006304 fetch  0x00000002 , 0x00004725 
+ 00024853  0x00006305 fetcht  0x00000002 , 0x00004781 
+ 00024854  0x00006306 isub  0x00000002 , 0x00000002 
+ 00024855  0x00006307 fetch  0x00000002 , 0x0000470f 
+ 00024856  0x00006308 isub  0x00000002 , 0x0000003f 
+ 00024857  0x00006309 branch  0x0000611c , 0x00000002 
+ 00024858  0x0000630b fetcht  0x00000001 , 0x0000465c 
+ 00024859  0x0000630c branch  0x000061e5 
+ 00024860  0x0000630e fetcht  0x00000001 , 0x0000465c 
+ 00024861  0x0000630f branch  0x000061e4 
+ 00024862  0x00006317 arg  0x00004711 , 0x00000013 
+ 00024863  0x00006318 arg  0x00006121 , 0x00000012 
+ 00024864  0x00006319 branch  0x000042e0 
+ 00024865  0x0000631c bpatch  0x00000098 , 0x00004013 
+ 00024866  0x0000631d fetch  0x00000001 , 0x00004957 
+ 00024867  0x0000631e beq  0x00000003 , 0x00006131 
+ 00024868  0x0000631f beq  0x0000000b , 0x00006131 
+ 00024869  0x00006320 fetcht  0x00000001 , 0x00004690 
+ 00024870  0x00006321 increase  0x00000002 , 0x00000002 
+ 00024871  0x00006323 sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00024872  0x00006324 call  0x00006134 , 0x00000002 
+ 00024873  0x00006325 ncall  0x00006138 , 0x00000002 
+ 00024874  0x00006326 copy  0x00000002 , 0x0000003f 
+ 00024875  0x00006327 iadd  0x0000003f , 0x0000003f 
+ 00024876  0x00006328 store  0x00000001 , 0x0000470c 
+ 00024877  0x0000632a jam  0x00000004 , 0x000046fe 
+ 00024878  0x0000632b call  0x00006185 
+ 00024879  0x0000632c jam  0x00000001 , 0x000046fc 
+ 00024880  0x0000632d branch  0x00006192 
+ 00024881  0x00006330 fetcht  0x00000001 , 0x00004690 
+ 00024882  0x00006331 increase  0x00000001 , 0x00000002 
+ 00024883  0x00006332 branch  0x00006127 
+ 00024884  0x00006335 fetch  0x00000008 , 0x00004713 
+ 00024885  0x00006336 rtnbit0  0x0000001c 
+ 00024886  0x00006337 increase  0x00000001 , 0x00000002 
+ 00024887  0x00006338 rtn 
+ 00024888  0x0000633a increase  0xfffffffd , 0x00000002 
+ 00024889  0x0000633b rtn 
+ 00024890  0x0000633f fetch  0x00000001 , 0x00004661 
+ 00024891  0x00006340 rtneq  0x000000ff 
+ 00024892  0x00006341 fetch  0x00000002 , 0x00004790 
+ 00024893  0x00006342 nrtn  0x00000034 
+ 00024894  0x00006343 fetch  0x00000002 , 0x000045d8 
+ 00024895  0x00006344 nrtn  0x00000034 
+ 00024896  0x00006345 fetch  0x00000002 , 0x000045de 
+ 00024897  0x00006346 nrtn  0x00000034 
+ 00024898  0x00006347 fetch  0x00000001 , 0x00004701 
+ 00024899  0x00006348 nrtn  0x00000034 
+ 00024900  0x00006349 fetch  0x00000001 , 0x00004712 
+ 00024901  0x0000634a branch  0x00006121 , 0x00000034 
+ 00024902  0x0000634b store  0x00000001 , 0x00004711 
+ 00024903  0x0000634c rtn 
+ 00024904  0x00006355 disable  0x00000028 
+ 00024905  0x00006356 fetch  0x00000001 , 0x000046fe 
+ 00024906  0x00006357 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00024907  0x00006358 nrtn  0x00000005 
+ 00024908  0x00006359 branch  0x00007dba 
+ 00024909  0x0000635c fetch  0x00000008 , 0x00004713 
+ 00024910  0x0000635d rtnbit0  0x00000023 
+ 00024911  0x0000635e rtnbit0  0x00000004 
+ 00024912  0x0000635f fetch  0x00000002 , 0x00004790 
+ 00024913  0x00006360 nrtn  0x00000034 
+ 00024914  0x00006361 fetch  0x00000002 , 0x000045d8 
+ 00024915  0x00006362 nrtn  0x00000034 
+ 00024916  0x00006363 fetch  0x00000002 , 0x000045de 
+ 00024917  0x00006364 nrtn  0x00000034 
+ 00024918  0x00006365 fetch  0x00000001 , 0x00004701 
+ 00024919  0x00006366 nrtn  0x00000034 
+ 00024920  0x00006367 call  0x00006148 
+ 00024921  0x00006368 rtn  0x00000028 
+ 00024922  0x0000636a fetch  0x00000001 , 0x0000470e 
+ 00024923  0x0000636b branch  0x00006173 , 0x00000034 
+ 00024924  0x0000636d fetcht  0x00000001 , 0x00004709 
+ 00024925  0x0000636e increase  0x00000001 , 0x00000002 
+ 00024926  0x0000636f storet  0x00000001 , 0x00004709 
+ 00024927  0x00006370 fetch  0x00000001 , 0x00004707 
+ 00024928  0x00006371 isub  0x00000002 , 0x0000003e 
+ 00024929  0x00006372 ncall  0x0000616a , 0x00000002 
+ 00024930  0x00006373 fetch  0x00000001 , 0x00004708 
+ 00024931  0x00006374 isub  0x00000002 , 0x0000003e 
+ 00024932  0x00006375 nbranch  0x0000616e , 0x00000002 
+ 00024933  0x00006377 fetch  0x00000008 , 0x00004713 
+ 00024934  0x00006378 bbit1  0x00000024 , 0x000061d9 
+ 00024935  0x00006379 bbit1  0x00000026 , 0x000061d9 
+ 00024936  0x0000637b fetcht  0x00000001 , 0x00004660 
+ 00024937  0x0000637c branch  0x000061e4 
+ 00024938  0x0000637f jam  0x00000001 , 0x00004709 
+ 00024939  0x00006380 fetch  0x00000001 , 0x0000470e 
+ 00024940  0x00006381 increase  0xffffffff , 0x0000003f 
+ 00024941  0x00006382 store  0x00000001 , 0x0000470e 
+ 00024942  0x00006384 fetch  0x00000008 , 0x00004713 
+ 00024943  0x00006385 bbit1  0x00000024 , 0x000061eb 
+ 00024944  0x00006386 bbit1  0x00000026 , 0x000061eb 
+ 00024945  0x00006388 fetcht  0x00000001 , 0x00004660 
+ 00024946  0x00006389 branch  0x000061e5 
+ 00024947  0x0000638c fetch  0x00000008 , 0x00004713 
+ 00024948  0x0000638d bbit1  0x00000022 , 0x0000616e 
+ 00024949  0x0000638e call  0x0000617e 
+ 00024950  0x0000638f branch  0x0000615c 
+ 00024951  0x00006398 jam  0x00000000 , 0x000046fb 
+ 00024952  0x00006399 call  0x000061fd 
+ 00024953  0x0000639a jam  0x00000000 , 0x000046fe 
+ 00024954  0x0000639b fetch  0x00000001 , 0x00004707 
+ 00024955  0x0000639c rshift  0x0000003f , 0x0000003f 
+ 00024956  0x0000639d store  0x00000001 , 0x00004708 
+ 00024957  0x0000639e rtn 
+ 00024958  0x000063a0 fetch  0x00000001 , 0x0000470d 
+ 00024959  0x000063a1 store  0x00000001 , 0x0000470e 
+ 00024960  0x000063a2 rtn 
+ 00024961  0x000063a5 fetch  0x00000001 , 0x000046fe 
+ 00024962  0x000063a6 beq  0x00000001 , 0x00006188 
+ 00024963  0x000063a7 beq  0x00000002 , 0x0000618a 
+ 00024964  0x000063a8 beq  0x00000003 , 0x0000618c 
+ 00024965  0x000063aa fetch  0x00000001 , 0x00004705 
+ 00024966  0x000063ac store  0x00000001 , 0x00004706 
+ 00024967  0x000063ad rtn 
+ 00024968  0x000063af fetch  0x00000001 , 0x00004702 
+ 00024969  0x000063b0 branch  0x00006186 
+ 00024970  0x000063b2 fetch  0x00000001 , 0x00004703 
+ 00024971  0x000063b3 branch  0x00006186 
+ 00024972  0x000063b5 fetch  0x00000001 , 0x00004704 
+ 00024973  0x000063b6 branch  0x00006186 
+ 00024974  0x000063ba bpatch  0x00000099 , 0x00004013 
+ 00024975  0x000063bb fetch  0x00000001 , 0x00004700 
+ 00024976  0x000063bc store  0x00000001 , 0x00004701 
+ 00024977  0x000063bd jam  0x00000000 , 0x000046fc 
+ 00024978  0x000063bf jam  0x00000000 , 0x000046fd 
+ 00024979  0x000063c0 jam  0x00000001 , 0x000046fb 
+ 00024980  0x000063c1 rtn 
+ 00024981  0x000063c5 bpatch  0x0000009a , 0x00004013 
+ 00024982  0x000063c6 fetch  0x00000001 , 0x00004666 
+ 00024983  0x000063c7 rtnne  0x00000000 
+ 00024984  0x000063c8 call  0x000061ae 
+ 00024985  0x000063c9 jam  0x00000001 , 0x000046fe 
+ 00024986  0x000063ca call  0x00006188 
+ 00024987  0x000063cb fetch  0x00000001 , 0x000046ff 
+ 00024988  0x000063cc rtn  0x00000034 
+ 00024989  0x000063cd fetch  0x00000001 , 0x0000470a 
+ 00024990  0x000063ce branch  0x000061a9 
+ 00024991  0x000063d1 fetch  0x00000001 , 0x00004666 
+ 00024992  0x000063d2 rtneq  0x00000000 
+ 00024993  0x000063d3 call  0x000061ae 
+ 00024994  0x000063d4 fetch  0x00000008 , 0x00004713 
+ 00024995  0x000063d5 rtnbit0  0x00000021 
+ 00024996  0x000063d6 jam  0x00000003 , 0x000046fe 
+ 00024997  0x000063d7 call  0x0000618c 
+ 00024998  0x000063d8 fetch  0x00000001 , 0x000046ff 
+ 00024999  0x000063d9 rtn  0x00000034 
+ 00025000  0x000063da fetch  0x00000001 , 0x0000470b 
+ 00025001  0x000063dc store  0x00000001 , 0x0000470c 
+ 00025002  0x000063dd rtn 
+ 00025003  0x000063e0 jam  0x00000000 , 0x000046ff 
+ 00025004  0x000063e1 jam  0x00000002 , 0x000046fe 
+ 00025005  0x000063e2 call  0x0000618a 
+ 00025006  0x000063e4 jam  0x00000001 , 0x000046fb 
+ 00025007  0x000063e5 jam  0x00000001 , 0x000046fc 
+ 00025008  0x000063e6 branch  0x000061d8 
+ 00025009  0x000063eb fetch  0x00000001 , 0x000046fb 
+ 00025010  0x000063ec rtn  0x00000034 
+ 00025011  0x000063ed fetch  0x00000001 , 0x000046fc 
+ 00025012  0x000063ee beq  0x00000001 , 0x000061bd 
+ 00025013  0x000063f0 fetch  0x00000001 , 0x00004701 
+ 00025014  0x000063f1 branch  0x000061ba , 0x00000034 
+ 00025015  0x000063f2 increase  0xffffffff 
+ 00025016  0x000063f3 store  0x00000001 , 0x00004701 
+ 00025017  0x000063f4 branch  0x000061d9 
+ 00025018  0x000063f7 jam  0x00000000 , 0x000046fb 
+ 00025019  0x000063f8 call  0x0000617e 
+ 00025020  0x000063f9 branch  0x000061eb 
+ 00025021  0x000063fc bpatch  0x0000009b , 0x00004013 
+ 00025022  0x000063fd fetch  0x00000001 , 0x000046fe 
+ 00025023  0x000063fe rtn  0x00000034 
+ 00025024  0x000063ff beq  0x00000004 , 0x000061c5 
+ 00025025  0x00006400 branch  0x000061c2 
+ 00025026  0x00006403 fetch  0x00000001 , 0x000046ff 
+ 00025027  0x00006404 beq  0x00000001 , 0x000061c5 
+ 00025028  0x00006405 branch  0x000061c7 
+ 00025029  0x00006408 fetch  0x00000001 , 0x0000470c 
+ 00025030  0x00006409 branch  0x000061e6 , 0x00000034 
+ 00025031  0x0000640b arg  0x00004706 , 0x00000013 
+ 00025032  0x0000640c arg  0x000061ca , 0x00000012 
+ 00025033  0x0000640d branch  0x000042e0 
+ 00025034  0x00006410 fetch  0x00000001 , 0x000046fe 
+ 00025035  0x00006411 beq  0x00000004 , 0x000061d2 
+ 00025036  0x00006412 fetch  0x00000001 , 0x000046ff 
+ 00025037  0x00006413 beq  0x00000001 , 0x000061d2 
+ 00025038  0x00006415 call  0x00006181 
+ 00025039  0x00006416 fetch  0x00000001 , 0x000046fd 
+ 00025040  0x00006417 beq  0x00000001 , 0x000061e8 
+ 00025041  0x00006418 branch  0x000061d6 
+ 00025042  0x0000641b fetch  0x00000001 , 0x0000470c 
+ 00025043  0x0000641c increase  0xffffffff 
+ 00025044  0x0000641d store  0x00000001 , 0x0000470c 
+ 00025045  0x0000641e branch  0x000061ce 
+ 00025046  0x00006422 fetch  0x00000001 , 0x000046fe 
+ 00025047  0x00006423 beq  0x00000004 , 0x00006208 
+ 00025048  0x00006425 jam  0x00000001 , 0x000046fd 
+ 00025049  0x00006427 bpatch  0x0000009c , 0x00004013 
+ 00025050  0x00006428 fetch  0x00000001 , 0x00004666 
+ 00025051  0x00006429 beq  0x00000000 , 0x000061df 
+ 00025052  0x0000642a beq  0x00000001 , 0x000061e1 
+ 00025053  0x0000642b beq  0x00000002 , 0x000061e3 
+ 00025054  0x0000642c rtn 
+ 00025055  0x0000642e fetcht  0x00000001 , 0x0000465d 
+ 00025056  0x0000642f branch  0x000061e4 
+ 00025057  0x00006431 fetcht  0x00000001 , 0x0000465e 
+ 00025058  0x00006432 branch  0x000061e4 
+ 00025059  0x00006434 fetcht  0x00000001 , 0x0000465f 
+ 00025060  0x00006436 branch  0x00006ef7 
+ 00025061  0x00006439 branch  0x00006ef3 
+ 00025062  0x0000643c jam  0x00000000 , 0x000046fb 
+ 00025063  0x0000643d jam  0x00000000 , 0x000046fe 
+ 00025064  0x0000643f fetch  0x00000001 , 0x000046fe 
+ 00025065  0x00006440 beq  0x00000004 , 0x00006202 
+ 00025066  0x00006442 jam  0x00000000 , 0x000046fd 
+ 00025067  0x00006444 bpatch  0x0000009d , 0x00004013 
+ 00025068  0x00006445 fetch  0x00000001 , 0x00004666 
+ 00025069  0x00006446 beq  0x00000000 , 0x000061f1 
+ 00025070  0x00006447 beq  0x00000001 , 0x000061f5 
+ 00025071  0x00006448 beq  0x00000002 , 0x000061f9 
+ 00025072  0x00006449 rtn 
+ 00025073  0x0000644b fetcht  0x00000001 , 0x0000465d 
+ 00025074  0x0000644c fetch  0x00000008 , 0x00004713 
+ 00025075  0x0000644d bbit0  0x00000020 , 0x000061e5 
+ 00025076  0x0000644e branch  0x00006f0f 
+ 00025077  0x00006450 fetcht  0x00000001 , 0x0000465e 
+ 00025078  0x00006451 fetch  0x00000008 , 0x00004713 
+ 00025079  0x00006452 bbit0  0x00000020 , 0x000061e5 
+ 00025080  0x00006453 branch  0x00006f0f 
+ 00025081  0x00006455 fetcht  0x00000001 , 0x0000465f 
+ 00025082  0x00006456 fetch  0x00000008 , 0x00004713 
+ 00025083  0x00006457 bbit0  0x00000020 , 0x000061e5 
+ 00025084  0x00006458 branch  0x00006f0f 
+ 00025085  0x0000645b call  0x000061f1 
+ 00025086  0x0000645c call  0x000061f5 
+ 00025087  0x0000645d call  0x000061f9 
+ 00025088  0x0000645e call  0x0000616e 
+ 00025089  0x0000645f branch  0x00006202 
+ 00025090  0x00006462 jam  0x00000000 , 0x000046fd 
+ 00025091  0x00006463 fetch  0x00000008 , 0x00004713 
+ 00025092  0x00006464 bbit1  0x00000025 , 0x000061ea 
+ 00025093  0x00006465 bbit1  0x00000026 , 0x000061ea 
+ 00025094  0x00006467 fetcht  0x00000001 , 0x00004661 
+ 00025095  0x00006468 branch  0x000061e5 
+ 00025096  0x0000646b jam  0x00000001 , 0x000046fd 
+ 00025097  0x0000646c fetch  0x00000008 , 0x00004713 
+ 00025098  0x0000646d bbit1  0x00000025 , 0x000061d8 
+ 00025099  0x0000646e bbit1  0x00000026 , 0x000061d8 
+ 00025100  0x00006470 fetcht  0x00000001 , 0x00004661 
+ 00025101  0x00006471 branch  0x000061e4 
+ 00025102  0x00006476 fetch  0x00000008 , 0x00004713 
+ 00025103  0x00006477 rtnbit0  0x00000004 
+ 00025104  0x00006478 fetch  0x00000001 , 0x00004709 
+ 00025105  0x00006479 fetcht  0x00000001 , 0x00004708 
+ 00025106  0x0000647a sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00025107  0x0000647b branch  0x0000621b , 0x00000002 
+ 00025108  0x0000647d fetch  0x00000001 , 0x00004666 
+ 00025109  0x0000647e beq  0x00000000 , 0x00006218 
+ 00025110  0x0000647f jam  0x00000001 , 0x00004094 
+ 00025111  0x00006480 rtn 
+ 00025112  0x00006483 fetch  0x00000008 , 0x00004713 
+ 00025113  0x00006484 rtnbit1  0x00000018 
+ 00025114  0x00006485 branch  0x000036ca 
+ 00025115  0x00006488 fetch  0x00000001 , 0x00004666 
+ 00025116  0x00006489 beq  0x00000000 , 0x000036db 
+ 00025117  0x0000648a jam  0x00000000 , 0x00004094 
+ 00025118  0x0000648b rtn 
+ 00025119  0x00006490 fetch  0x00000001 , 0x00000009 
+ 00025120  0x00006491 branch  0x000035cb 
+ 00025121  0x00006494 call  0x0000621f 
+ 00025122  0x00006495 branch  0x000036e8 
+ 00025123  0x00006498 fetch  0x00000001 , 0x00004843 
+ 00025124  0x00006499 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00025125  0x0000649a nbranch  0x00007dc8 , 0x00000001 
+ 00025126  0x0000649b call  0x0000432b 
+ 00025127  0x0000649c branch  0x00007dca 
+ 00025128  0x0000649f fetch  0x00000002 , 0x000044e9 
+ 00025129  0x000064a0 bbit1  0x00000009 , 0x00006223 
+ 00025130  0x000064a1 rtn 
+ 00025131  0x000064a4 call  0x000036b4 
+ 00025132  0x000064a5 nrtn  0x00000028 
+ 00025133  0x000064a6 jam  0x00000001 , 0x0000477c 
+ 00025134  0x000064a7 call  0x000036be 
+ 00025135  0x000064a8 jam  0x00000000 , 0x00004772 
+ 00025136  0x000064a9 call  0x000062aa 
+ 00025137  0x000064aa fetch  0x00000001 , 0x0000473f 
+ 00025138  0x000064ab ncall  0x000054dc , 0x00000034 
+ 00025139  0x000064ac fetch  0x00000004 , 0x000045af 
+ 00025140  0x000064ad branch  0x00003622 
+ 00025141  0x000064b0 fetch  0x00000001 , 0x0000477b 
+ 00025142  0x000064b1 branch  0x00003616 , 0x00000034 
+ 00025143  0x000064b2 call  0x000036b4 
+ 00025144  0x000064b3 nrtn  0x00000028 
+ 00025145  0x000064b4 fetch  0x00000001 , 0x00004772 
+ 00025146  0x000064b5 jam  0x00000000 , 0x00004772 
+ 00025147  0x000064b6 sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00025148  0x000064b7 nbranch  0x0000625c , 0x00000005 
+ 00025149  0x000064b8 fetcht  0x00000002 , 0x00004622 
+ 00025150  0x000064b9 sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00025151  0x000064ba branch  0x00006252 , 0x00000005 
+ 00025152  0x000064bc fetch  0x00000004 , 0x00004767 
+ 00025153  0x000064bd branch  0x00006252 , 0x00000034 
+ 00025154  0x000064bf fetcht  0x00000004 , 0x00004751 
+ 00025155  0x000064c0 isub  0x00000002 , 0x00000002 
+ 00025156  0x000064c1 storet  0x00000004 , 0x00004777 
+ 00025157  0x000064c2 nbranch  0x00006255 , 0x00000002 
+ 00025158  0x000064c3 fetch  0x00000003 , 0x00004608 
+ 00025159  0x000064c4 isub  0x00000002 , 0x0000003f 
+ 00025160  0x000064c5 nbranch  0x00006260 , 0x00000002 
+ 00025161  0x000064c6 arg  0x00000600 , 0x00000002 
+ 00025162  0x000064c7 isub  0x00000002 , 0x0000003e 
+ 00025163  0x000064c8 nbranch  0x00006260 , 0x00000002 
+ 00025164  0x000064ca store  0x00000004 , 0x00004773 
+ 00025165  0x000064cb call  0x00006259 
+ 00025166  0x000064cc fetch  0x00000004 , 0x00004773 
+ 00025167  0x000064ce call  0x00007d25 
+ 00025168  0x000064cf storet  0x00000004 , 0x000040a9 
+ 00025169  0x000064d0 branch  0x0000241e 
+ 00025170  0x000064d3 call  0x00006259 
+ 00025171  0x000064d4 fetch  0x00000003 , 0x00004608 
+ 00025172  0x000064d5 branch  0x0000624c 
+ 00025173  0x000064d8 sub  0x00000002 , 0x00000000 , 0x00000002 
+ 00025174  0x000064d9 fetch  0x00000003 , 0x00004608 
+ 00025175  0x000064da iadd  0x00000002 , 0x0000003f 
+ 00025176  0x000064db branch  0x0000624c 
+ 00025177  0x000064de setarg  0x00000000 
+ 00025178  0x000064df store  0x00000004 , 0x00004777 
+ 00025179  0x000064e0 rtn 
+ 00025180  0x000064e3 fetch  0x00000004 , 0x00004767 
+ 00025181  0x000064e4 fetcht  0x00000004 , 0x00004777 
+ 00025182  0x000064e5 iadd  0x00000002 , 0x0000003f 
+ 00025183  0x000064e6 branch  0x00006242 
+ 00025184  0x000064e9 jam  0x00000001 , 0x00004772 
+ 00025185  0x000064ea rtn 
+ 00025186  0x000064ee call  0x00006264 
+ 00025187  0x000064ef branch  0x00005ffd 
+ 00025188  0x000064f2 fetch  0x00000001 , 0x0000477b 
+ 00025189  0x000064f3 rtn  0x00000034 
+ 00025190  0x000064f4 fetch  0x00000001 , 0x00004618 
+ 00025191  0x000064f5 beq  0x00000001 , 0x000062a6 
+ 00025192  0x000064f6 fetch  0x00000001 , 0x00004760 
+ 00025193  0x000064f7 branch  0x000062a6 , 0x00000034 
+ 00025194  0x000064f8 copy  0x00000019 , 0x0000003f 
+ 00025195  0x000064f9 fetcht  0x00000006 , 0x00004761 
+ 00025196  0x000064fa store  0x00000006 , 0x00004761 
+ 00025197  0x000064fb call  0x00007d10 
+ 00025198  0x000064fc store  0x00000004 , 0x00004767 
+ 00025199  0x000064fe fetch  0x00000001 , 0x00004772 
+ 00025200  0x000064ff nrtn  0x00000034 
+ 00025201  0x00006500 fetch  0x00000002 , 0x00004622 
+ 00025202  0x00006501 nrtn  0x00000034 
+ 00025203  0x00006502 fetch  0x00000004 , 0x00004767 
+ 00025204  0x00006504 fetcht  0x00000005 , 0x0000476b 
+ 00025205  0x00006505 iadd  0x00000002 , 0x0000003f 
+ 00025206  0x00006506 store  0x00000005 , 0x0000476b 
+ 00025207  0x00006507 fetcht  0x00000001 , 0x00004760 
+ 00025208  0x00006508 fetch  0x00000001 , 0x00004770 
+ 00025209  0x00006509 isub  0x00000002 , 0x0000003e 
+ 00025210  0x0000650a branch  0x0000627e , 0x00000005 
+ 00025211  0x0000650b increase  0x00000001 , 0x00000002 
+ 00025212  0x0000650c storet  0x00000001 , 0x00004760 
+ 00025213  0x0000650d rtn 
+ 00025214  0x00006510 jam  0x00000001 , 0x00004760 
+ 00025215  0x00006511 arg  0x00000000 , 0x00000002 
+ 00025216  0x00006512 fetch  0x00000005 , 0x0000476b 
+ 00025217  0x00006513 storet  0x00000005 , 0x0000476b 
+ 00025218  0x00006514 fetcht  0x00000001 , 0x00004770 
+ 00025219  0x00006515 idiv  0x00000002 
+ 00025220  0x00006516 call  0x00007d62 
+ 00025221  0x00006517 quotient  0x00000011 
+ 00025222  0x00006519 fetch  0x00000004 , 0x00004751 
+ 00025223  0x0000651a fetcht  0x00000001 , 0x00004771 
+ 00025224  0x0000651b isub  0x00000002 , 0x00000002 
+ 00025225  0x0000651c increase  0xffffffd8 , 0x00000002 
+ 00025226  0x0000651e copy  0x00000011 , 0x0000003f 
+ 00025227  0x0000651f isub  0x00000002 , 0x0000003f 
+ 00025228  0x00006520 branch  0x00006299 , 0x00000002 
+ 00025229  0x00006521 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00025230  0x00006523 rshift2  0x0000003f , 0x0000003f 
+ 00025231  0x00006524 fetcht  0x00000003 , 0x00004608 
+ 00025232  0x00006525 iadd  0x00000002 , 0x00000002 
+ 00025233  0x00006526 bpatch  0x0000009e , 0x00004013 
+ 00025234  0x00006527 fetch  0x00000003 , 0x0000475d 
+ 00025235  0x00006528 arg  0x00001800 , 0x00000011 
+ 00025236  0x00006529 iadd  0x00000011 , 0x0000003f 
+ 00025237  0x0000652a isub  0x00000002 , 0x0000003e 
+ 00025238  0x0000652b nbranch  0x000062a4 , 0x00000002 
+ 00025239  0x0000652c storet  0x00000003 , 0x00004608 
+ 00025240  0x0000652d rtn 
+ 00025241  0x00006530 rshift2  0x0000003f , 0x00000002 
+ 00025242  0x00006531 fetch  0x00000003 , 0x00004608 
+ 00025243  0x00006532 isub  0x00000002 , 0x00000002 
+ 00025244  0x00006533 bpatch  0x0000009f , 0x00004013 
+ 00025245  0x00006534 fetch  0x00000003 , 0x0000475d 
+ 00025246  0x00006535 arg  0x00001800 , 0x00000011 
+ 00025247  0x00006536 isub  0x00000011 , 0x0000003f 
+ 00025248  0x00006537 isub  0x00000002 , 0x0000003e 
+ 00025249  0x00006538 branch  0x000062a4 , 0x00000002 
+ 00025250  0x00006539 storet  0x00000003 , 0x00004608 
+ 00025251  0x0000653a rtn 
+ 00025252  0x0000653d store  0x00000003 , 0x00004608 
+ 00025253  0x0000653e rtn 
+ 00025254  0x00006541 jam  0x00000001 , 0x00004760 
+ 00025255  0x00006542 copy  0x00000019 , 0x0000003f 
+ 00025256  0x00006543 store  0x00000006 , 0x00004761 
+ 00025257  0x00006544 rtn 
+ 00025258  0x00006547 setarg  0x00000000 
+ 00025259  0x00006548 store  0x00000001 , 0x00004760 
+ 00025260  0x00006549 store  0x00000005 , 0x0000476b 
+ 00025261  0x0000654a rtn 
+ 00025262  0x00006554 call  0x00007396 
+ 00025263  0x00006555 rtn  0x0000002b 
+ 00025264  0x00006557 setarg  0x00006327 
+ 00025265  0x00006558 store  0x00000002 , 0x000043db 
+ 00025266  0x0000655a setarg  0x000062d9 
+ 00025267  0x0000655b store  0x00000002 , 0x000043dd 
+ 00025268  0x0000655d setarg  0x0000638a 
+ 00025269  0x0000655e store  0x00000002 , 0x000043df 
+ 00025270  0x00006560 setarg  0x0000630e 
+ 00025271  0x00006561 store  0x00000002 , 0x000043e3 
+ 00025272  0x00006563 setarg  0x00006365 
+ 00025273  0x00006564 store  0x00000002 , 0x00004524 
+ 00025274  0x00006566 call  0x000062c2 
+ 00025275  0x00006568 bpatch  0x000000a0 , 0x00004014 
+ 00025276  0x00006569 call  0x00006396 
+ 00025277  0x0000656c fetch  0x00000001 , 0x0000451a 
+ 00025278  0x0000656d beq  0x00000000 , 0x000062d0 
+ 00025279  0x0000656e fetch  0x00000001 , 0x0000451b 
+ 00025280  0x0000656f store  0x00000001 , 0x000044ec 
+ 00025281  0x00006570 branch  0x000063a1 
+ 00025282  0x00006574 setarg  0x0000632b 
+ 00025283  0x00006575 store  0x00000002 , 0x000043d5 
+ 00025284  0x00006577 setarg  0x00006329 
+ 00025285  0x00006578 store  0x00000002 , 0x000043d7 
+ 00025286  0x0000657a setarg  0x00006340 
+ 00025287  0x0000657b store  0x00000002 , 0x0000451f 
+ 00025288  0x0000657d setarg  0x0000639a 
+ 00025289  0x0000657e store  0x00000002 , 0x00004521 
+ 00025290  0x00006580 jam  0x00000007 , 0x0000415e 
+ 00025291  0x00006581 call  0x00002969 
+ 00025292  0x00006582 call  0x0000638d 
+ 00025293  0x00006583 call  0x00006ff7 
+ 00025294  0x00006584 call  0x000078ad 
+ 00025295  0x00006585 branch  0x000077ac 
+ 00025296  0x0000658a jam  0x000000ff , 0x000044ec 
+ 00025297  0x0000658b jam  0x00000001 , 0x0000451c 
+ 00025298  0x0000658c branch  0x00006340 
+ 00025299  0x00006591 fetch  0x00000001 , 0x0000451c 
+ 00025300  0x00006592 beq  0x00000002 , 0x00004308 
+ 00025301  0x00006593 call  0x000069b9 
+ 00025302  0x00006594 fetch  0x00000001 , 0x00004441 
+ 00025303  0x00006595 nbranch  0x00004308 , 0x00000034 
+ 00025304  0x00006596 branch  0x0000430a 
+ 00025305  0x0000659b copy  0x00000013 , 0x0000003f 
+ 00025306  0x0000659e beq  0x00000014 , 0x000062e2 
+ 00025307  0x0000659f beq  0x00000015 , 0x000062e6 
+ 00025308  0x000065a0 beq  0x0000003f , 0x000062e9 
+ 00025309  0x000065a1 beq  0x00000040 , 0x000062ef 
+ 00025310  0x000065a3 beq  0x00000010 , 0x000063b6 
+ 00025311  0x000065a4 beq  0x0000002c , 0x000062f5 
+ 00025312  0x000065a5 beq  0x0000002d , 0x00006300 
+ 00025313  0x000065a6 rtn 
+ 00025314  0x000065ac call  0x0000632d 
+ 00025315  0x000065ad setarg  0x00000000 
+ 00025316  0x000065ae store  0x00000002 , 0x000044f8 
+ 00025317  0x000065af branch  0x00004325 
+ 00025318  0x000065b3 call  0x000078ad 
+ 00025319  0x000065b4 jam  0x00000000 , 0x000044f1 
+ 00025320  0x000065b5 branch  0x00006340 
+ 00025321  0x000065b9 call  0x000078ad 
+ 00025322  0x000065ba jam  0x00000001 , 0x000044f1 
+ 00025323  0x000065bb fetch  0x00000008 , 0x00004502 
+ 00025324  0x000065bc store  0x00000008 , 0x000042d3 
+ 00025325  0x000065bd call  0x0000432b 
+ 00025326  0x000065be branch  0x00002e93 
+ 00025327  0x000065c2 fetch  0x00000002 , 0x0000433c 
+ 00025328  0x000065c3 rtneq  0x00000000 
+ 00025329  0x000065c4 fetch  0x00000008 , 0x0000450a 
+ 00025330  0x000065c5 rtn  0x00000034 
+ 00025331  0x000065c6 store  0x00000008 , 0x000042d3 
+ 00025332  0x000065c7 branch  0x00002e93 
+ 00025333  0x000065cf fetch  0x00000001 , 0x0000451a 
+ 00025334  0x000065d0 rtneq  0x00000000 
+ 00025335  0x000065d1 fetch  0x00000001 , 0x0000451c 
+ 00025336  0x000065d2 rtnne  0x00000001 
+ 00025337  0x000065d3 call  0x000062fb 
+ 00025338  0x000065d4 branch  0x00004323 
+ 00025339  0x000065d7 jam  0x00000001 , 0x000046bd 
+ 00025340  0x000065d8 arg  0x0000000b , 0x00000039 
+ 00025341  0x000065d9 arg  0x000046be , 0x00000005 
+ 00025342  0x000065da arg  0x000046a7 , 0x00000006 
+ 00025343  0x000065db branch  0x00007cda 
+ 00025344  0x000065de fetch  0x00000001 , 0x0000451a 
+ 00025345  0x000065df rtneq  0x00000000 
+ 00025346  0x000065e0 fetch  0x00000001 , 0x0000451c 
+ 00025347  0x000065e1 beq  0x00000001 , 0x00006305 
+ 00025348  0x000065e2 branch  0x000063b2 
+ 00025349  0x000065e5 fetch  0x00000001 , 0x000046bd 
+ 00025350  0x000065e6 rtnne  0x00000001 
+ 00025351  0x000065e7 jam  0x00000000 , 0x000046bd 
+ 00025352  0x000065e8 fetch  0x00000002 , 0x000044e9 
+ 00025353  0x000065e9 bbit1  0x00000009 , 0x00004325 
+ 00025354  0x000065ea arg  0x0000000b , 0x00000039 
+ 00025355  0x000065eb arg  0x000046be , 0x00000006 
+ 00025356  0x000065ec arg  0x000046a7 , 0x00000005 
+ 00025357  0x000065ed branch  0x00007cda 
+ 00025358  0x000065f4 call  0x00006311 
+ 00025359  0x000065f7 call  0x00006318 
+ 00025360  0x000065fb branch  0x00006322 
+ 00025361  0x00006600 arg  0x00004518 , 0x00000013 
+ 00025362  0x00006601 arg  0x00006314 , 0x00000012 
+ 00025363  0x00006602 branch  0x000042e7 
+ 00025364  0x00006604 jam  0x00000002 , 0x0000451c 
+ 00025365  0x00006605 call  0x00004325 
+ 00025366  0x00006606 call  0x0000634e 
+ 00025367  0x00006607 branch  0x0000639e 
+ 00025368  0x0000660b arg  0x000046ca , 0x00000013 
+ 00025369  0x0000660c arg  0x0000631b , 0x00000012 
+ 00025370  0x0000660d branch  0x000042e0 
+ 00025371  0x00006610 fetch  0x00000002 , 0x000044e9 
+ 00025372  0x00006611 bbit1  0x00000009 , 0x0000639e 
+ 00025373  0x00006612 fetch  0x00000001 , 0x000046a7 
+ 00025374  0x00006613 beq  0x00000001 , 0x0000639e 
+ 00025375  0x00006614 beq  0x00000004 , 0x0000639e 
+ 00025376  0x00006615 beq  0x00000005 , 0x0000639e 
+ 00025377  0x00006616 branch  0x00004327 
+ 00025378  0x0000661b fetch  0x00000001 , 0x0000451c 
+ 00025379  0x0000661c rtnne  0x00000001 
+ 00025380  0x0000661d arg  0x000044f8 , 0x00000013 
+ 00025381  0x0000661e arg  0x00006331 , 0x00000012 
+ 00025382  0x0000661f branch  0x000042e7 
+ 00025383  0x00006623 call  0x00006376 
+ 00025384  0x00006624 branch  0x00007027 
+ 00025385  0x00006628 call  0x00006f35 
+ 00025386  0x00006629 branch  0x0000701b 
+ 00025387  0x0000662c call  0x00006f35 
+ 00025388  0x0000662d branch  0x0000739a 
+ 00025389  0x00006638 fetch  0x00000002 , 0x00004514 
+ 00025390  0x00006639 store  0x00000002 , 0x00004516 
+ 00025391  0x0000663a store  0x00000002 , 0x00004518 
+ 00025392  0x0000663b branch  0x00004315 
+ 00025393  0x0000663f fetch  0x00000001 , 0x0000451c 
+ 00025394  0x00006640 rtnne  0x00000001 
+ 00025395  0x00006645 fetch  0x00000002 , 0x000044e9 
+ 00025396  0x00006646 rtnbit1  0x00000009 
+ 00025397  0x00006647 fetch  0x00000002 , 0x00004512 
+ 00025398  0x00006648 store  0x00000002 , 0x00004516 
+ 00025399  0x00006649 store  0x00000002 , 0x00004518 
+ 00025400  0x0000664a fetch  0x00000002 , 0x000044f4 
+ 00025401  0x0000664b call  0x000063c7 
+ 00025402  0x0000664c call  0x00004321 
+ 00025403  0x0000664d fetch  0x00000004 , 0x000044fe 
+ 00025404  0x0000664e store  0x00000004 , 0x000046aa 
+ 00025405  0x0000664f fetch  0x00000002 , 0x000044e9 
+ 00025406  0x00006650 rtnbit1  0x0000000b 
+ 00025407  0x00006651 branch  0x00004317 
+ 00025408  0x00006655 fetch  0x00000001 , 0x0000451c 
+ 00025409  0x00006656 rtnne  0x00000001 
+ 00025410  0x0000665b fetch  0x00000002 , 0x000044f8 
+ 00025411  0x0000665c fetcht  0x00000002 , 0x000044f6 
+ 00025412  0x0000665d storet  0x00000002 , 0x000044f8 
+ 00025413  0x0000665e nrtn  0x00000034 
+ 00025414  0x0000665f fetch  0x00000002 , 0x000044f2 
+ 00025415  0x00006660 call  0x000063c7 
+ 00025416  0x00006661 call  0x00004321 
+ 00025417  0x00006662 fetch  0x00000004 , 0x000044fa 
+ 00025418  0x00006663 store  0x00000004 , 0x000046aa 
+ 00025419  0x00006664 fetch  0x00000002 , 0x000044e9 
+ 00025420  0x00006665 rtnbit1  0x0000000b 
+ 00025421  0x00006666 branch  0x00004317 
+ 00025422  0x00006669 fetch  0x00000002 , 0x000044e9 
+ 00025423  0x0000666a bbit1  0x00000009 , 0x0000431f 
+ 00025424  0x0000666b branch  0x0000632d 
+ 00025425  0x00006670 call  0x00007dbc 
+ 00025426  0x00006671 fetch  0x00000002 , 0x000044e9 
+ 00025427  0x00006672 bbit1  0x00000009 , 0x00006355 
+ 00025428  0x00006673 rtn 
+ 00025429  0x00006676 fetch  0x00000001 , 0x000044f1 
+ 00025430  0x00006677 rtn  0x00000034 
+ 00025431  0x00006678 branch  0x00007dba 
+ 00025432  0x0000667e call  0x00007dbc 
+ 00025433  0x0000667f fetch  0x00000002 , 0x000044e9 
+ 00025434  0x00006680 rtnbit1  0x00000009 
+ 00025435  0x00006681 branch  0x00007dba 
+ 00025436  0x0000668a branch  0x00006340 
+ 00025437  0x0000668f disable  0x0000002c 
+ 00025438  0x00006690 fetch  0x00000002 , 0x00004516 
+ 00025439  0x00006691 store  0x00000002 , 0x00004518 
+ 00025440  0x00006693 call  0x00006358 
+ 00025441  0x00006694 branch  0x0000635c , 0x00000028 
+ 00025442  0x00006696 call  0x00006351 
+ 00025443  0x00006697 nrtn  0x00000028 
+ 00025444  0x00006698 branch  0x00007dbe 
+ 00025445  0x0000669d call  0x0000635d 
+ 00025446  0x0000669e nrtn  0x0000002c 
+ 00025447  0x0000669f deposit  0x00000011 
+ 00025448  0x000066a0 branch  0x0000636c , 0x00000034 
+ 00025449  0x000066a2 call  0x00004323 
+ 00025450  0x000066a3 arg  0x0000452e , 0x00000013 
+ 00025451  0x000066a4 branch  0x0000636e 
+ 00025452  0x000066a7 call  0x00004325 
+ 00025453  0x000066a8 arg  0x00004556 , 0x00000013 
+ 00025454  0x000066ab arg  0x00000005 , 0x0000003f 
+ 00025455  0x000066ac imul32  0x00000007 , 0x0000003f 
+ 00025456  0x000066ad iadd  0x00000013 , 0x00000013 
+ 00025457  0x000066b1 ifetch  0x00000001 , 0x00000013 
+ 00025458  0x000066b2 rtn  0x00000034 
+ 00025459  0x000066b3 call  0x00006382 
+ 00025460  0x000066b4 increase  0x00000001 , 0x00000013 
+ 00025461  0x000066b5 branch  0x00006371 
+ 00025462  0x000066b9 fetch  0x00000002 , 0x000044e9 
+ 00025463  0x000066ba bbit1  0x00000009 , 0x00006379 
+ 00025464  0x000066bb rtn 
+ 00025465  0x000066be call  0x00002a28 
+ 00025466  0x000066bf nrtn  0x00000034 
+ 00025467  0x000066c0 call  0x00006385 
+ 00025468  0x000066c1 nrtn  0x00000028 
+ 00025469  0x000066c2 pincrease  0xffffffff 
+ 00025470  0x000066c3 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00025471  0x000066c4 arg  0x0000457e , 0x00000002 
+ 00025472  0x000066c5 iadd  0x00000002 , 0x00000006 
+ 00025473  0x000066c6 branch  0x000063cb 
+ 00025474  0x000066cb store  0x00000001 , 0x00000670 
+ 00025475  0x000066cc arg  0x00000670 , 0x00000011 
+ 00025476  0x000066cd branch  0x000078b2 
+ 00025477  0x000066d0 arg  0x00000670 , 0x00000011 
+ 00025478  0x000066d1 call  0x000078ca 
+ 00025479  0x000066d2 nrtn  0x00000028 
+ 00025480  0x000066d3 fetch  0x00000001 , 0x00000670 
+ 00025481  0x000066d4 rtn 
+ 00025482  0x000066d8 fetch  0x00000002 , 0x00004398 
+ 00025483  0x000066d9 beq  0x00000018 , 0x000062e9 
+ 00025484  0x000066da rtn 
+ 00025485  0x000066dd jam  0x00000002 , 0x000046c9 
+ 00025486  0x000066df setarg  0x00200008 
+ 00025487  0x000066e0 store  0x00000004 , 0x00004502 
+ 00025488  0x000066e1 setarg  0x012c0005 
+ 00025489  0x000066e2 istore  0x00000004 , 0x00000005 
+ 00025490  0x000066e5 jam  0x00000017 , 0x000042e1 
+ 00025491  0x000066e8 setarg  0x0000001b 
+ 00025492  0x000066e9 store  0x00000002 , 0x00004332 
+ 00025493  0x000066ea branch  0x00002a41 
+ 00025494  0x000066ef arg  0x00000028 , 0x00000039 
+ 00025495  0x000066f0 arg  0x0000457e , 0x00000005 
+ 00025496  0x000066f1 arg  0x000094f9 , 0x00000006 
+ 00025497  0x000066f2 branch  0x00007ccc 
+ 00025498  0x00006707 arg  0x00000000 , 0x00000011 
+ 00025499  0x00006708 arg  0x000046b2 , 0x00000013 
+ 00025500  0x00006709 call  0x000077ca 
+ 00025501  0x0000670a call  0x0000634e 
+ 00025502  0x0000670c fetch  0x00000001 , 0x000046c9 
+ 00025503  0x0000670d store  0x00000001 , 0x000046ca 
+ 00025504  0x0000670e rtn 
+ 00025505  0x00006713 setarg  0x00000000 
+ 00025506  0x00006714 call  0x000063ad 
+ 00025507  0x00006715 jam  0x00000001 , 0x000044e4 
+ 00025508  0x00006716 call  0x00007776 
+ 00025509  0x00006717 call  0x00007780 
+ 00025510  0x00006719 fetch  0x00000001 , 0x000046d0 
+ 00025511  0x0000671a branch  0x000063aa , 0x00000034 
+ 00025512  0x0000671b fetch  0x00000001 , 0x00008132 
+ 00025513  0x0000671c bbit1  0x00000004 , 0x000063b9 
+ 00025514  0x0000671e fetch  0x00000002 , 0x000044e9 
+ 00025515  0x0000671f rtnbit1  0x0000000c 
+ 00025516  0x00006720 branch  0x00004327 
+ 00025517  0x00006723 fetcht  0x00000002 , 0x00004430 
+ 00025518  0x00006724 istore  0x00000001 , 0x00000002 
+ 00025519  0x00006725 ifetch  0x00000001 , 0x00000005 
+ 00025520  0x00006726 store  0x00000001 , 0x000044eb 
+ 00025521  0x00006727 rtn 
+ 00025522  0x0000672b fetch  0x00000002 , 0x00004430 
+ 00025523  0x0000672c ifetch  0x00000001 , 0x0000003f 
+ 00025524  0x0000672d rtnne  0x00000000 
+ 00025525  0x0000672e branch  0x00004327 
+ 00025526  0x00006732 fetcht  0x00000002 , 0x00004430 
+ 00025527  0x00006733 ifetch  0x00000001 , 0x00000002 
+ 00025528  0x00006734 beq  0x00000001 , 0x000063c1 
+ 00025529  0x00006736 setarg  0x00000001 
+ 00025530  0x00006737 fetcht  0x00000002 , 0x00004430 
+ 00025531  0x00006738 istore  0x00000001 , 0x00000002 
+ 00025532  0x00006739 add  0x00000002 , 0x00000002 , 0x00000006 
+ 00025533  0x0000673a ifetch  0x00000001 , 0x00000006 
+ 00025534  0x0000673b istore  0x00000001 , 0x000044eb 
+ 00025535  0x0000673c ifetch  0x00000002 , 0x00000006 
+ 00025536  0x0000673d branch  0x00007d79 
+ 00025537  0x00006740 setarg  0x00000002 
+ 00025538  0x00006741 call  0x000063ad 
+ 00025539  0x00006742 add  0x00000002 , 0x00000005 , 0x00000006 
+ 00025540  0x00006743 ifetch  0x00000002 , 0x00000006 
+ 00025541  0x00006744 branch  0x00004327 , 0x00000034 
+ 00025542  0x00006745 branch  0x00007d79 
+ 00025543  0x0000674b store  0x00000002 , 0x000040a4 
+ 00025544  0x0000674c increase  0xfffffffc , 0x0000003f 
+ 00025545  0x0000674d store  0x00000002 , 0x00004389 
+ 00025546  0x0000674e rtn 
+ 00025547  0x00006751 ifetch  0x00000001 , 0x00000006 
+ 00025548  0x00006752 copy  0x0000003f , 0x00000011 
+ 00025549  0x00006753 ifetcht  0x00000002 , 0x00000006 
+ 00025550  0x00006754 call  0x00007c6d 
+ 00025551  0x00006755 call  0x00002dee 
+ 00025552  0x00006756 copy  0x00000011 , 0x00000039 
+ 00025553  0x00006757 call  0x00007c67 
+ 00025554  0x00006758 branch  0x00007cda 
+ 00025555  0x0000675b setarg  0x000093c0 
+ 00025556  0x0000675c store  0x00000002 , 0x000042f7 
+ 00025557  0x0000675d rtn 
+ 00025558  0x00006760 setarg  0x000046d2 
+ 00025559  0x00006761 store  0x00000002 , 0x000042f7 
+ 00025560  0x00006762 rtn 
+ 00025561  0x00006766 fetch  0x00000002 , 0x000046cb 
+ 00025562  0x00006767 store  0x00000002 , 0x00004526 
+ 00025563  0x00006768 fetch  0x00000001 , 0x000046cd 
+ 00025564  0x00006769 store  0x00000001 , 0x000046a9 
+ 00025565  0x0000676a store  0x00000001 , 0x000046b4 
+ 00025566  0x0000676b fetch  0x00000001 , 0x000046ce 
+ 00025567  0x0000676c store  0x00000001 , 0x0000451a 
+ 00025568  0x0000676d fetch  0x00000001 , 0x000046cf 
+ 00025569  0x0000676e store  0x00000001 , 0x0000451b 
+ 00025570  0x00006774 setarg  0x00000002 
+ 00025571  0x00006775 store  0x00000002 , 0x0000452e 
+ 00025572  0x00006776 store  0x00000002 , 0x00004533 
+ 00025573  0x00006777 setarg  0x00000006 
+ 00025574  0x00006778 store  0x00000002 , 0x00004556 
+ 00025575  0x00006779 store  0x00000002 , 0x0000455b 
+ 00025576  0x0000677a setarg  0x00000007 
+ 00025577  0x0000677b store  0x00000002 , 0x00004538 
+ 00025578  0x0000677c setarg  0x00000008 
+ 00025579  0x0000677d store  0x00000002 , 0x00004560 
+ 00025580  0x0000677e setarg  0x0000451c 
+ 00025581  0x0000677f store  0x00000002 , 0x00004430 
+ 00025582  0x00006780 setarg  0x00201400 
+ 00025583  0x00006781 store  0x00000003 , 0x0000451c 
+ 00025584  0x00006782 jam  0x00000001 , 0x00004094 
+ 00025585  0x00006783 setarg  0x00000100 
+ 00025586  0x00006784 store  0x00000002 , 0x000040a4 
+ 00025587  0x00006785 jam  0x00000008 , 0x000040a6 
+ 00025588  0x00006786 jam  0x00000005 , 0x000040c0 
+ 00025589  0x00006787 jam  0x00000002 , 0x000040c1 
+ 00025590  0x00006788 setarg  0x00000096 
+ 00025591  0x00006789 store  0x00000002 , 0x000044fa 
+ 00025592  0x0000678a istore  0x00000002 , 0x00000005 
+ 00025593  0x0000678b setarg  0x00000296 
+ 00025594  0x0000678c store  0x00000002 , 0x000044fe 
+ 00025595  0x0000678d istore  0x00000002 , 0x00000005 
+ 00025596  0x0000678e setsect  0x00000000 , 0x00000010 
+ 00025597  0x0000678f setsect  0x00000001 , 0x00008008 
+ 00025598  0x00006790 setsect  0x00000002 , 0x0002c000 
+ 00025599  0x00006791 setsect  0x00000003 , 0x00000004 
+ 00025600  0x00006792 store  0x00000008 , 0x0000450a 
+ 00025601  0x00006793 jam  0x00000001 , 0x000044ee 
+ 00025602  0x00006794 setarg  0x000046a7 
+ 00025603  0x00006795 store  0x00000002 , 0x000044ef 
+ 00025604  0x00006796 setarg  0x00000000 
+ 00025605  0x00006797 store  0x00000002 , 0x000046a7 
+ 00025606  0x00006798 setsect  0x00000000 , 0x000001a0 
+ 00025607  0x00006799 setsect  0x00000001 , 0x00000068 
+ 00025608  0x0000679a setsect  0x00000002 , 0x00000000 
+ 00025609  0x0000679b setsect  0x00000003 , 0x00000000 
+ 00025610  0x0000679c store  0x00000008 , 0x000046aa 
+ 00025611  0x0000679d setarg  0x00000301 
+ 00025612  0x0000679e store  0x00000002 , 0x000046b2 
+ 00025613  0x0000679f setsect  0x00000000 , 0x000001a0 
+ 00025614  0x000067a0 setsect  0x00000001 , 0x000000e8 
+ 00025615  0x000067a1 setsect  0x00000002 , 0x00000000 
+ 00025616  0x000067a2 setsect  0x00000003 , 0x00000000 
+ 00025617  0x000067a3 store  0x00000008 , 0x000046b5 
+ 00025618  0x000067a4 setarg  0x0000000e 
+ 00025619  0x000067a5 store  0x00000002 , 0x000044f2 
+ 00025620  0x000067a6 setarg  0x00000140 
+ 00025621  0x000067a7 store  0x00000002 , 0x000044f4 
+ 00025622  0x000067a8 store  0x00000002 , 0x00004389 
+ 00025623  0x000067a9 setarg  0x00000050 
+ 00025624  0x000067aa store  0x00000002 , 0x000044f6 
+ 00025625  0x000067ab jam  0x00000007 , 0x00004393 
+ 00025626  0x000067ac jam  0x00000000 , 0x00004388 
+ 00025627  0x000067ad setsect  0x00000000 , 0x000000fb 
+ 00025628  0x000067ae setsect  0x00000001 , 0x0002c212 
+ 00025629  0x000067af setsect  0x00000002 , 0x0000800f 
+ 00025630  0x000067b0 setsect  0x00000003 , 0x00000021 
+ 00025631  0x000067b1 store  0x00000008 , 0x000043c0 
+ 00025632  0x000067b2 setsect  0x00000000 , 0x00000bb8 
+ 00025633  0x000067b3 setsect  0x00000001 , 0x000002ee 
+ 00025634  0x000067b4 store  0x00000004 , 0x00004512 
+ 00025635  0x000067b5 setarg  0x000045d8 
+ 00025636  0x000067b6 store  0x00000002 , 0x000043fb 
+ 00025637  0x000067b7 setarg  0x00002001 
+ 00025638  0x000067b8 store  0x00000002 , 0x000045d8 
+ 00025639  0x000067b9 jam  0x0000001f , 0x00004348 
+ 00025640  0x000067ba setsect  0x00000000 , 0x00010102 
+ 00025641  0x000067bb setsect  0x00000001 , 0x000080c1 
+ 00025642  0x000067bc setsect  0x00000002 , 0x00018120 
+ 00025643  0x000067bd setsect  0x00000003 , 0x0000640c 
+ 00025644  0x000067be store  0x00000009 , 0x00004349 
+ 00025645  0x000067bf setsect  0x00000000 , 0x000003c1 
+ 00025646  0x000067c0 istore  0x00000002 , 0x00000005 
+ 00025647  0x000067c1 jam  0x0000001f , 0x00004368 
+ 00025648  0x000067c2 setsect  0x00000000 , 0x0002090d 
+ 00025649  0x000067c3 setsect  0x00000001 , 0x00034c15 
+ 00025650  0x000067c4 setsect  0x00000002 , 0x00028532 
+ 00025651  0x000067c5 setsect  0x00000003 , 0x0001d1d5 
+ 00025652  0x000067c6 store  0x00000009 , 0x00004369 
+ 00025653  0x000067c7 setsect  0x00000000 , 0x00026574 
+ 00025654  0x000067c8 setsect  0x00000001 , 0x0000001c 
+ 00025655  0x000067c9 istore  0x00000003 , 0x00000005 
+ 00025656  0x000067ca setarg  0x00004523 
+ 00025657  0x000067cb store  0x00000002 , 0x0000442c 
+ 00025658  0x000067cc jam  0x00000002 , 0x00004523 
+ 00025659  0x000067cd setarg  0x000045fd 
+ 00025660  0x000067ce store  0x00000002 , 0x000043f8 
+ 00025661  0x000067cf jam  0x00000005 , 0x000043fa 
+ 00025662  0x000067d0 fetch  0x00000001 , 0x000046d1 
+ 00025663  0x000067d1 beq  0x00000000 , 0x000063d3 
+ 00025664  0x000067d2 beq  0x00000001 , 0x000063d6 
+ 00025665  0x000067d3 rtn 
+ 00025666  0x000067e1 fetch  0x00000006 , 0x00004ef4 
+ 00025667  0x000067e2 store  0x00000006 , 0x00004526 
+ 00025668  0x000067e3 jam  0x00000006 , 0x00004523 
+ 00025669  0x000067e4 setarg  0x00004523 
+ 00025670  0x000067e5 store  0x00000002 , 0x0000442c 
+ 00025671  0x000067e6 rtn 
+ 00025672  0x000067ea fetch  0x00000007 , 0x00004ef4 
+ 00025673  0x000067eb store  0x00000007 , 0x00004526 
+ 00025674  0x000067ec jam  0x00000007 , 0x00004523 
+ 00025675  0x000067ed setarg  0x00004523 
+ 00025676  0x000067ee store  0x00000002 , 0x0000442c 
+ 00025677  0x000067ef rtn 
+ 00025678  0x000067f3 fetch  0x00000008 , 0x00004ef4 
+ 00025679  0x000067f4 store  0x00000008 , 0x00004526 
+ 00025680  0x000067f5 jam  0x00000008 , 0x00004523 
+ 00025681  0x000067f6 setarg  0x00004523 
+ 00025682  0x000067f7 store  0x00000002 , 0x0000442c 
+ 00025683  0x000067f8 rtn 
+ 00025684  0x000067fb fetch  0x00000001 , 0x00004ef3 
+ 00025685  0x000067fc beq  0x00000006 , 0x00006442 
+ 00025686  0x000067fd beq  0x00000007 , 0x00006448 
+ 00025687  0x000067fe beq  0x00000008 , 0x0000644e 
+ 00025688  0x000067ff rtn 
+ 00025689  0x00006802 bpatch  0x000000a1 , 0x00004014 
+ 00025690  0x00006804 fetch  0x00000008 , 0x00004f1a 
+ 00025691  0x00006805 store  0x00000008 , 0x00004512 
+ 00025692  0x00006806 setarg  0x00000096 
+ 00025693  0x00006807 store  0x00000002 , 0x000044f6 
+ 00025694  0x00006809 fetch  0x00000007 , 0x00004f6a 
+ 00025695  0x0000680a store  0x00000007 , 0x000046a7 
+ 00025696  0x0000680b fetch  0x00000007 , 0x00004f71 
+ 00025697  0x0000680c store  0x00000007 , 0x000046b2 
+ 00025698  0x0000680e fetch  0x00000004 , 0x00004f78 
+ 00025699  0x0000680f store  0x00000004 , 0x000044fa 
+ 00025700  0x00006810 fetch  0x00000004 , 0x00004f7c 
+ 00025701  0x00006811 store  0x00000004 , 0x000044fe 
+ 00025702  0x00006813 setarg  0x0000000e 
+ 00025703  0x00006814 store  0x00000002 , 0x000044f2 
+ 00025704  0x00006815 setarg  0x00000140 
+ 00025705  0x00006816 store  0x00000002 , 0x000044f4 
+ 00025706  0x00006817 store  0x00000002 , 0x00004389 
+ 00025707  0x0000681e fetch  0x00000008 , 0x00004f12 
+ 00025708  0x0000681f store  0x00000008 , 0x0000450a 
+ 00025709  0x00006820 rtn 
+ 00025710  0x00006825 call  0x00007396 
+ 00025711  0x00006826 rtn  0x0000002b 
+ 00025712  0x00006828 call  0x00006454 
+ 00025713  0x00006829 call  0x00006459 
+ 00025714  0x0000682c setarg  0x00006484 
+ 00025715  0x0000682d store  0x00000002 , 0x000043db 
+ 00025716  0x0000682f setarg  0x000064df 
+ 00025717  0x00006830 store  0x00000002 , 0x000043dd 
+ 00025718  0x00006832 setarg  0x000066c5 
+ 00025719  0x00006833 store  0x00000002 , 0x000043df 
+ 00025720  0x00006835 setarg  0x000064b5 
+ 00025721  0x00006836 store  0x00000002 , 0x000043e3 
+ 00025722  0x00006838 setarg  0x00006505 
+ 00025723  0x00006839 store  0x00000002 , 0x00004524 
+ 00025724  0x0000683b call  0x000062c2 
+ 00025725  0x0000683d fetch  0x00000002 , 0x00004f97 
+ 00025726  0x0000683e store  0x00000002 , 0x00004332 
+ 00025727  0x0000683f fetch  0x00000008 , 0x0000450a 
+ 00025728  0x00006840 store  0x00000008 , 0x00004502 
+ 00025729  0x00006841 call  0x0000648e 
+ 00025730  0x00006842 bpatch  0x000000a2 , 0x00004014 
+ 00025731  0x00006843 branch  0x000062bd 
+ 00025732  0x00006847 call  0x0000649b 
+ 00025733  0x00006848 arg  0x00000009 , 0x00000007 
+ 00025734  0x00006849 call  0x00007cef 
+ 00025735  0x0000684a nrtn  0x00000034 
+ 00025736  0x0000684b setarg  0x00000020 
+ 00025737  0x0000684c arg  0x00000009 , 0x00000007 
+ 00025738  0x0000684d call  0x00007ce1 
+ 00025739  0x0000684e disable  0x00000028 
+ 00025740  0x0000684f call  0x0000701b 
+ 00025741  0x00006850 branch  0x0000656e 
+ 00025742  0x00006853 setarg  0x0000001f 
+ 00025743  0x00006854 mul32  0x0000003f , 0x0000000a , 0x0000003f 
+ 00025744  0x00006855 arg  0x00004c12 , 0x00000002 
+ 00025745  0x00006856 iadd  0x00000002 , 0x00000011 
+ 00025746  0x00006857 increase  0x00000003 , 0x00000011 
+ 00025747  0x00006858 arg  0x00000062 , 0x00000002 
+ 00025748  0x00006859 istoret  0x00000001 , 0x00000011 
+ 00025749  0x0000685a increase  0x0000000b , 0x00000011 
+ 00025750  0x0000685b arg  0x00000fff , 0x0000003f 
+ 00025751  0x0000685c isub  0x00000002 , 0x0000003f 
+ 00025752  0x0000685d lshift4  0x0000003f , 0x0000003f 
+ 00025753  0x0000685e istore  0x00000002 , 0x00000011 
+ 00025754  0x0000685f rtn 
+ 00025755  0x00006862 fetch  0x00000002 , 0x000044e9 
+ 00025756  0x00006863 bbit1  0x00000009 , 0x000064a0 
+ 00025757  0x00006864 arg  0x000045da , 0x00000005 
+ 00025758  0x00006865 arg  0x00000023 , 0x00000039 
+ 00025759  0x00006866 branch  0x00007ca1 
+ 00025760  0x00006869 call  0x00002a28 
+ 00025761  0x0000686a nrtn  0x00000034 
+ 00025762  0x0000686b call  0x000078fa 
+ 00025763  0x0000686c rtn  0x00000034 
+ 00025764  0x0000686d fetcht  0x00000004 , 0x000049f6 
+ 00025765  0x0000686e copy  0x00000022 , 0x0000003f 
+ 00025766  0x0000686f isub  0x00000002 , 0x00000002 
+ 00025767  0x00006870 rtn  0x00000005 
+ 00025768  0x00006871 nbranch  0x000064ac , 0x00000002 
+ 00025769  0x00006872 fetch  0x00000001 , 0x000049f5 
+ 00025770  0x00006873 isub  0x00000002 , 0x0000003e 
+ 00025771  0x00006874 rtn  0x00000002 
+ 00025772  0x00006876 copy  0x00000022 , 0x0000003f 
+ 00025773  0x00006877 store  0x00000004 , 0x000049f6 
+ 00025774  0x00006878 call  0x00006385 
+ 00025775  0x00006879 nrtn  0x00000028 
+ 00025776  0x0000687a pincrease  0xffffffff 
+ 00025777  0x0000687b mul32  0x0000003f , 0x0000000a , 0x0000003f 
+ 00025778  0x0000687c arg  0x00004c12 , 0x00000002 
+ 00025779  0x0000687d iadd  0x00000002 , 0x00000006 
+ 00025780  0x0000687e branch  0x000063cb 
+ 00025781  0x00006882 call  0x00006858 
+ 00025782  0x00006883 call  0x0000676c 
+ 00025783  0x00006884 call  0x0000675a 
+ 00025784  0x00006885 call  0x000064bc 
+ 00025785  0x00006886 call  0x000064d3 
+ 00025786  0x00006887 call  0x00006311 
+ 00025787  0x00006888 branch  0x000064d9 
+ 00025788  0x0000688b arg  0x00004ed1 , 0x00000013 
+ 00025789  0x0000688c arg  0x000064bf , 0x00000012 
+ 00025790  0x0000688d branch  0x000042e0 
+ 00025791  0x00006890 call  0x000078fa 
+ 00025792  0x00006891 nrtn  0x00000034 
+ 00025793  0x00006892 fetch  0x00000002 , 0x000048bc 
+ 00025794  0x00006893 nrtn  0x00000034 
+ 00025795  0x00006895 call  0x00006730 
+ 00025796  0x00006896 branch  0x000064cd , 0x00000034 
+ 00025797  0x00006897 copy  0x00000007 , 0x0000003f 
+ 00025798  0x00006898 compare  0x00000004 , 0x0000003f , 0x00000007 
+ 00025799  0x00006899 branch  0x000064cf , 0x00000001 
+ 00025800  0x0000689b copy  0x00000007 , 0x0000003f 
+ 00025801  0x0000689c compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00025802  0x0000689d branch  0x000064d1 , 0x00000001 
+ 00025803  0x0000689e arg  0x00004ec6 , 0x00000013 
+ 00025804  0x0000689f branch  0x00006371 
+ 00025805  0x000068a2 arg  0x00004eda , 0x00000013 
+ 00025806  0x000068a3 branch  0x00006371 
+ 00025807  0x000068a6 arg  0x00004edf , 0x00000013 
+ 00025808  0x000068a7 branch  0x00006371 
+ 00025809  0x000068aa arg  0x00004ee9 , 0x00000013 
+ 00025810  0x000068ab branch  0x00006371 
+ 00025811  0x000068ae arg  0x00004c0f , 0x00000013 
+ 00025812  0x000068af arg  0x000064d6 , 0x00000012 
+ 00025813  0x000068b0 branch  0x000042e0 
+ 00025814  0x000068b3 arg  0x0000000a , 0x00000039 
+ 00025815  0x000068b4 arg  0x00004a04 , 0x00000005 
+ 00025816  0x000068b5 branch  0x00007ca1 
+ 00025817  0x000068b9 arg  0x000046ca , 0x00000013 
+ 00025818  0x000068ba arg  0x000064dc , 0x00000012 
+ 00025819  0x000068bb branch  0x000042e0 
+ 00025820  0x000068bd fetch  0x00000002 , 0x000044e9 
+ 00025821  0x000068be bbit1  0x00000009 , 0x0000639e 
+ 00025822  0x000068bf branch  0x00004327 
+ 00025823  0x000068c2 copy  0x00000013 , 0x0000003f 
+ 00025824  0x000068c3 beq  0x00000014 , 0x000064f4 
+ 00025825  0x000068c4 beq  0x00000015 , 0x000064ef 
+ 00025826  0x000068c5 beq  0x00000031 , 0x000064e6 
+ 00025827  0x000068c6 rtneq  0x00000040 
+ 00025828  0x000068c7 beq  0x00000032 , 0x000066c8 
+ 00025829  0x000068c8 branch  0x000062d9 
+ 00025830  0x000068cb jam  0x00000001 , 0x00004ed2 
+ 00025831  0x000068cc call  0x00006783 
+ 00025832  0x000068ce fetch  0x00000002 , 0x00004f84 
+ 00025833  0x000068cf store  0x00000002 , 0x00004ebe 
+ 00025834  0x000068d1 fetcht  0x00000002 , 0x00004f86 
+ 00025835  0x000068d2 setarg  0x00000fff 
+ 00025836  0x000068d3 isub  0x00000002 , 0x0000003f 
+ 00025837  0x000068d4 store  0x00000002 , 0x00004ec0 
+ 00025838  0x000068d5 rtn 
+ 00025839  0x000068d8 jam  0x00000000 , 0x00004ebb 
+ 00025840  0x000068d9 jam  0x00000000 , 0x00004ed2 
+ 00025841  0x000068da call  0x000065ad 
+ 00025842  0x000068db call  0x00006500 
+ 00025843  0x000068dc branch  0x000062e6 
+ 00025844  0x000068df copy  0x00000022 , 0x0000003f 
+ 00025845  0x000068e0 store  0x00000004 , 0x000049f6 
+ 00025846  0x000068e1 call  0x00006729 
+ 00025847  0x000068e2 branch  0x000062e2 
+ 00025848  0x000068e6 disable  0x0000002c 
+ 00025849  0x000068e7 fetch  0x00000002 , 0x00004516 
+ 00025850  0x000068e8 store  0x00000002 , 0x00004518 
+ 00025851  0x000068e9 call  0x00006358 
+ 00025852  0x000068ea branch  0x0000635c , 0x00000028 
+ 00025853  0x000068eb call  0x00006351 
+ 00025854  0x000068ec nrtn  0x00000028 
+ 00025855  0x000068ed branch  0x00007dbe 
+ 00025856  0x000068f0 jam  0x00000000 , 0x00004ed5 
+ 00025857  0x000068f1 rtn 
+ 00025858  0x000068f4 copy  0x00000007 , 0x0000003f 
+ 00025859  0x000068f5 rtnne  0x00000001 
+ 00025860  0x000068f6 branch  0x0000650c 
+ 00025861  0x000068f9 call  0x000064f8 
+ 00025862  0x000068fa nrtn  0x0000002c 
+ 00025863  0x000068fb deposit  0x00000011 
+ 00025864  0x000068fc branch  0x00006537 , 0x00000034 
+ 00025865  0x000068fe bpatch  0x000000a3 , 0x00004014 
+ 00025866  0x000068ff fetch  0x00000001 , 0x00004faf 
+ 00025867  0x00006900 nbranch  0x00006502 , 0x00000034 
+ 00025868  0x00006902 jam  0x00000001 , 0x00004c10 
+ 00025869  0x00006903 call  0x00004323 
+ 00025870  0x00006904 call  0x0000652c 
+ 00025871  0x00006905 call  0x00006561 
+ 00025872  0x00006906 branch  0x00006500 , 0x00000002 
+ 00025873  0x00006907 copy  0x00000007 , 0x0000003f 
+ 00025874  0x00006908 fetcht  0x00000001 , 0x00004ed5 
+ 00025875  0x00006909 isub  0x00000002 , 0x0000003e 
+ 00025876  0x0000690a ncall  0x00006526 , 0x00000005 
+ 00025877  0x0000690b copy  0x00000007 , 0x0000003f 
+ 00025878  0x0000690c store  0x00000001 , 0x00004ed5 
+ 00025879  0x0000690d fetcht  0x00000001 , 0x00004ed8 
+ 00025880  0x0000690e isub  0x00000002 , 0x0000003e 
+ 00025881  0x0000690f branch  0x00006524 , 0x00000005 
+ 00025882  0x00006910 fetch  0x00000001 , 0x00004ed9 
+ 00025883  0x00006911 nbranch  0x0000651f , 0x00000034 
+ 00025884  0x00006913 call  0x00006732 
+ 00025885  0x00006914 arg  0x0000000a , 0x0000003f 
+ 00025886  0x00006915 branch  0x0000655a 
+ 00025887  0x00006918 call  0x0000677f 
+ 00025888  0x00006919 copy  0x00000007 , 0x0000003f 
+ 00025889  0x0000691a beq  0x00000001 , 0x0000651c 
+ 00025890  0x0000691b call  0x00006642 
+ 00025891  0x0000691c branch  0x000065f4 
+ 00025892  0x0000691f jam  0x00000001 , 0x00004ed6 
+ 00025893  0x00006920 branch  0x000065f4 
+ 00025894  0x00006923 bpatch  0x000000a4 , 0x00004014 
+ 00025895  0x00006924 fetch  0x00000001 , 0x00004ed9 
+ 00025896  0x00006925 branch  0x000064c3 , 0x00000034 
+ 00025897  0x00006926 copy  0x00000007 , 0x0000003f 
+ 00025898  0x00006927 beq  0x00000001 , 0x000064c3 
+ 00025899  0x00006928 rtn 
+ 00025900  0x0000692a arg  0x0000000a , 0x0000003f 
+ 00025901  0x0000692b imul32  0x00000007 , 0x0000003f 
+ 00025902  0x0000692c arg  0x000049fa , 0x00000013 
+ 00025903  0x0000692d iadd  0x00000013 , 0x00000013 
+ 00025904  0x0000692e copy  0x00000022 , 0x0000003f 
+ 00025905  0x0000692f istore  0x00000004 , 0x00000013 
+ 00025906  0x00006930 increase  0x00000004 , 0x00000013 
+ 00025907  0x00006931 ifetch  0x00000001 , 0x00000013 
+ 00025908  0x00006932 increase  0x00000001 , 0x0000003f 
+ 00025909  0x00006933 istore  0x00000001 , 0x00000013 
+ 00025910  0x00006934 rtn 
+ 00025911  0x00006936 bpatch  0x000000a5 , 0x00004014 
+ 00025912  0x00006937 fetch  0x00000001 , 0x00004ed9 
+ 00025913  0x00006938 call  0x0000654b , 0x00000034 
+ 00025914  0x0000693a arg  0x0000000a , 0x0000003f 
+ 00025915  0x0000693b imul32  0x00000007 , 0x0000003f 
+ 00025916  0x0000693c arg  0x000049fa , 0x00000013 
+ 00025917  0x0000693d iadd  0x00000013 , 0x00000013 
+ 00025918  0x0000693e ifetcht  0x00000004 , 0x00000013 
+ 00025919  0x0000693f sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00025920  0x00006940 rtn  0x00000005 
+ 00025921  0x00006941 copy  0x00000022 , 0x0000003f 
+ 00025922  0x00006942 isub  0x00000002 , 0x00000002 
+ 00025923  0x00006943 ncall  0x00007806 , 0x00000002 
+ 00025924  0x00006944 add  0x00000013 , 0x00000009 , 0x00000006 
+ 00025925  0x00006945 ifetch  0x00000001 , 0x00000006 
+ 00025926  0x00006946 nbranch  0x00006566 , 0x00000034 
+ 00025927  0x00006947 increase  0x00000005 , 0x00000013 
+ 00025928  0x00006948 copy  0x00000022 , 0x0000003f 
+ 00025929  0x00006949 istore  0x00000004 , 0x00000013 
+ 00025930  0x0000694a rtn 
+ 00025931  0x0000694d fetch  0x00000001 , 0x00004faf 
+ 00025932  0x0000694e nbranch  0x00004323 , 0x00000034 
+ 00025933  0x0000694f branch  0x00004325 
+ 00025934  0x00006952 add  0x00000013 , 0x00000004 , 0x00000006 
+ 00025935  0x00006953 ifetch  0x00000001 , 0x00000006 
+ 00025936  0x00006954 branch  0x00006551 
+ 00025937  0x00006957 call  0x0000656b 
+ 00025938  0x00006958 fetch  0x00000001 , 0x00004ed9 
+ 00025939  0x00006959 nbranch  0x0000655d , 0x00000034 
+ 00025940  0x0000695b call  0x00006561 
+ 00025941  0x0000695c branch  0x00006500 , 0x00000002 
+ 00025942  0x0000695d call  0x00006738 
+ 00025943  0x0000695e copy  0x00000007 , 0x0000003f 
+ 00025944  0x0000695f beq  0x00000003 , 0x00006740 
+ 00025945  0x00006960 arg  0x0000000f , 0x0000003f 
+ 00025946  0x00006962 imul32  0x00000007 , 0x0000003f 
+ 00025947  0x00006963 iadd  0x00000013 , 0x00000013 
+ 00025948  0x00006964 branch  0x00006371 
+ 00025949  0x00006967 copy  0x00000007 , 0x0000003f 
+ 00025950  0x00006968 beq  0x00000001 , 0x00006554 
+ 00025951  0x00006969 beq  0x00000003 , 0x00006554 
+ 00025952  0x0000696a rtn 
+ 00025953  0x0000696d call  0x00007902 
+ 00025954  0x0000696e ifetcht  0x00000001 , 0x00000006 
+ 00025955  0x0000696f isub  0x00000002 , 0x0000003f 
+ 00025956  0x00006970 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00025957  0x00006971 rtn 
+ 00025958  0x00006974 jam  0x00000001 , 0x00004ed0 
+ 00025959  0x00006975 call  0x0000656b 
+ 00025960  0x00006976 arg  0x00004abe , 0x00000013 
+ 00025961  0x00006977 arg  0x00000003 , 0x0000003f 
+ 00025962  0x00006978 branch  0x0000655a 
+ 00025963  0x0000697b arg  0x0000000a , 0x00000039 
+ 00025964  0x0000697c copy  0x00000013 , 0x00000005 
+ 00025965  0x0000697d branch  0x00007ca1 
+ 00025966  0x00006980 fetch  0x00000002 , 0x000048bc 
+ 00025967  0x00006981 store  0x00000002 , 0x0000442e 
+ 00025968  0x00006982 call  0x000065be 
+ 00025969  0x00006983 fetch  0x00000002 , 0x0000442e 
+ 00025970  0x00006984 store  0x00000002 , 0x000048bc 
+ 00025971  0x00006986 arg  0x00000000 , 0x00000007 
+ 00025972  0x00006987 fetch  0x00000001 , 0x00004523 
+ 00025973  0x00006988 copy  0x0000003f , 0x00000039 
+ 00025974  0x00006989 arg  0x000049fa , 0x00000013 
+ 00025975  0x0000698b copy  0x00000039 , 0x0000003f 
+ 00025976  0x0000698c store  0x00000002 , 0x00000678 
+ 00025977  0x0000698d copy  0x00000013 , 0x0000003f 
+ 00025978  0x0000698e store  0x00000002 , 0x0000068c 
+ 00025979  0x0000698f copy  0x00000007 , 0x0000003f 
+ 00025980  0x00006990 store  0x00000002 , 0x0000067a 
+ 00025981  0x00006991 call  0x000065b4 
+ 00025982  0x00006993 fetch  0x00000002 , 0x0000068c 
+ 00025983  0x00006994 copy  0x0000003f , 0x00000013 
+ 00025984  0x00006995 fetch  0x00000002 , 0x0000067a 
+ 00025985  0x00006996 copy  0x0000003f , 0x00000007 
+ 00025986  0x00006997 call  0x0000658b 
+ 00025987  0x00006999 fetch  0x00000002 , 0x0000067a 
+ 00025988  0x0000699a add  0x0000003f , 0x00000001 , 0x00000007 
+ 00025989  0x0000699b fetch  0x00000002 , 0x0000068c 
+ 00025990  0x0000699c add  0x0000003f , 0x0000000a , 0x00000013 
+ 00025991  0x0000699d fetch  0x00000002 , 0x00000678 
+ 00025992  0x0000699e copy  0x0000003f , 0x00000039 
+ 00025993  0x0000699f loop  0x00006577 
+ 00025994  0x000069a0 rtn 
+ 00025995  0x000069a3 ifetch  0x00000004 , 0x00000013 
+ 00025996  0x000069a4 rtn  0x00000034 
+ 00025997  0x000069a5 copy  0x0000003f , 0x00000002 
+ 00025998  0x000069a6 copy  0x00000022 , 0x0000003f 
+ 00025999  0x000069a7 isub  0x00000002 , 0x00000002 
+ 00026000  0x000069a8 nrtn  0x00000002 
+ 00026001  0x000069a9 setarg  0x000009c4 
+ 00026002  0x000069aa isub  0x00000002 , 0x0000003e 
+ 00026003  0x000069ab rtn  0x00000002 
+ 00026004  0x000069ac copy  0x00000022 , 0x0000003f 
+ 00026005  0x000069ad istore  0x00000004 , 0x00000013 
+ 00026006  0x000069ae increase  0x00000009 , 0x00000013 
+ 00026007  0x000069af setarg  0x00000001 
+ 00026008  0x000069b0 istore  0x00000001 , 0x00000013 
+ 00026009  0x000069b1 fetch  0x00000001 , 0x00004ed0 
+ 00026010  0x000069b2 rtn  0x00000034 
+ 00026011  0x000069b3 jam  0x00000000 , 0x00004ed0 
+ 00026012  0x000069b4 bpatch  0x000000a6 , 0x00004014 
+ 00026013  0x000069b5 call  0x00006755 
+ 00026014  0x000069b6 fetch  0x00000001 , 0x00004ed7 
+ 00026015  0x000069b7 beq  0x00000000 , 0x000065a2 
+ 00026016  0x000069b8 beq  0x00000001 , 0x000065a5 
+ 00026017  0x000069b9 rtn 
+ 00026018  0x000069bc call  0x000065af 
+ 00026019  0x000069bd arg  0x00000003 , 0x0000003f 
+ 00026020  0x000069be branch  0x0000655a 
+ 00026021  0x000069c1 copy  0x00000007 , 0x0000003f 
+ 00026022  0x000069c2 fetcht  0x00000001 , 0x00004ed8 
+ 00026023  0x000069c3 isub  0x00000002 , 0x0000003e 
+ 00026024  0x000069c4 nbranch  0x000065a2 , 0x00000005 
+ 00026025  0x000069c5 fetch  0x00000001 , 0x00004ed9 
+ 00026026  0x000069c6 setflip  0x00000000 , 0x0000003f 
+ 00026027  0x000069c7 store  0x00000001 , 0x00004ed9 
+ 00026028  0x000069c8 nrtn  0x00000034 
+ 00026029  0x000069ca jam  0x00000000 , 0x00004ed9 
+ 00026030  0x000069cb branch  0x00004325 
+ 00026031  0x000069ce arg  0x00004aa9 , 0x00000013 
+ 00026032  0x000069cf call  0x00006730 
+ 00026033  0x000069d0 rtn  0x00000034 
+ 00026034  0x000069d1 arg  0x00004bd0 , 0x00000013 
+ 00026035  0x000069d2 rtn 
+ 00026036  0x000069d5 add  0x00000013 , 0x00000005 , 0x00000012 
+ 00026037  0x000069d6 ifetch  0x00000004 , 0x00000012 
+ 00026038  0x000069d7 rtn  0x00000034 
+ 00026039  0x000069d8 copy  0x0000003f , 0x00000002 
+ 00026040  0x000069d9 copy  0x00000022 , 0x0000003f 
+ 00026041  0x000069da isub  0x00000002 , 0x00000002 
+ 00026042  0x000069db ncall  0x00007806 , 0x00000002 
+ 00026043  0x000069dc setarg  0x000003e8 
+ 00026044  0x000069dd isub  0x00000002 , 0x0000003e 
+ 00026045  0x000069de branch  0x0000654e 
+ 00026046  0x000069e0 fetch  0x00000002 , 0x0000442c 
+ 00026047  0x000069e1 ifetch  0x00000001 , 0x0000003f 
+ 00026048  0x000069e2 rtn  0x00000034 
+ 00026049  0x000069e4 setarg  0x00000000 
+ 00026050  0x000069e5 store  0x00000002 , 0x000006f1 
+ 00026051  0x000069e6 call  0x00007003 
+ 00026052  0x000069e7 nbranch  0x000077a5 , 0x00000028 
+ 00026053  0x000069e8 call  0x000077a3 
+ 00026054  0x000069e9 disable  0x00000028 
+ 00026055  0x000069ea fetch  0x00000001 , 0x00004388 
+ 00026056  0x000069eb nrtn  0x00000034 
+ 00026057  0x000069ec bpatch  0x000000a7 , 0x00004014 
+ 00026058  0x000069ed fetch  0x00000001 , 0x00004ed7 
+ 00026059  0x000069ee beq  0x00000001 , 0x000065cf 
+ 00026060  0x000069ef call  0x00006628 
+ 00026061  0x000069f0 call  0x000065dc 
+ 00026062  0x000069f1 rtn  0x00000028 
+ 00026063  0x000069f3 call  0x000065d5 
+ 00026064  0x000069f4 fetch  0x00000002 , 0x000006f1 
+ 00026065  0x000069f5 store  0x00000002 , 0x000006f8 
+ 00026066  0x000069f6 jam  0x00000000 , 0x000006fa 
+ 00026067  0x000069f7 force  0x00000000 , 0x00000007 
+ 00026068  0x000069f8 branch  0x0000703b 
+ 00026069  0x000069fb fetch  0x00000001 , 0x00004ed5 
+ 00026070  0x000069fc fetcht  0x00000001 , 0x00004ed8 
+ 00026071  0x000069fd isub  0x00000002 , 0x0000003e 
+ 00026072  0x000069fe branch  0x00004323 , 0x00000005 
+ 00026073  0x000069ff fetch  0x00000001 , 0x00004ed9 
+ 00026074  0x00006a00 nbranch  0x00004325 , 0x00000034 
+ 00026075  0x00006a01 rtn 
+ 00026076  0x00006a04 arg  0x00000000 , 0x00000007 
+ 00026077  0x00006a06 arg  0x00004ad3 , 0x00000012 
+ 00026078  0x00006a07 arg  0x00000002 , 0x0000003f 
+ 00026079  0x00006a08 imul32  0x00000007 , 0x0000003f 
+ 00026080  0x00006a09 iadd  0x00000012 , 0x00000012 
+ 00026081  0x00006a0a ifetch  0x00000002 , 0x00000012 
+ 00026082  0x00006a0c rtn  0x00000034 
+ 00026083  0x00006a0d fetcht  0x00000002 , 0x000006f1 
+ 00026084  0x00006a0e ixor  0x00000002 , 0x0000003e 
+ 00026085  0x00006a0f branch  0x000065e8 , 0x00000005 
+ 00026086  0x00006a10 increase  0x00000001 , 0x00000007 
+ 00026087  0x00006a11 branch  0x000065dd 
+ 00026088  0x00006a14 store  0x00000002 , 0x00004adf 
+ 00026089  0x00006a15 call  0x00004323 
+ 00026090  0x00006a16 arg  0x00004ae1 , 0x00000013 
+ 00026091  0x00006a17 arg  0x0000000a , 0x0000003f 
+ 00026092  0x00006a18 imul32  0x00000007 , 0x0000003f 
+ 00026093  0x00006a19 iadd  0x00000013 , 0x00000013 
+ 00026094  0x00006a1a call  0x000065f0 
+ 00026095  0x00006a1b branch  0x00006633 
+ 00026096  0x00006a1e call  0x0000677f 
+ 00026097  0x00006a1f ifetch  0x00000001 , 0x00000013 
+ 00026098  0x00006a20 rtn  0x00000034 
+ 00026099  0x00006a21 call  0x00006642 
+ 00026100  0x00006a23 call  0x0000677f 
+ 00026101  0x00006a24 call  0x00006609 
+ 00026102  0x00006a25 call  0x00006614 
+ 00026103  0x00006a26 call  0x0000661e 
+ 00026104  0x00006a27 arg  0x00000005 , 0x0000003f 
+ 00026105  0x00006a28 call  0x00006382 
+ 00026106  0x00006a29 call  0x00006730 
+ 00026107  0x00006a2a rtn  0x00000034 
+ 00026108  0x00006a2b jam  0x00000078 , 0x000049f5 
+ 00026109  0x00006a2c arg  0x00000006 , 0x0000003f 
+ 00026110  0x00006a2d branch  0x00006382 
+ 00026111  0x00006a30 fetcht  0x00000001 , 0x00004eba 
+ 00026112  0x00006a31 call  0x00006730 
+ 00026113  0x00006a32 rtn  0x00000034 
+ 00026114  0x00006a33 fetcht  0x00000001 , 0x00004ebd 
+ 00026115  0x00006a34 increase  0x00000001 , 0x00000002 
+ 00026116  0x00006a35 fetch  0x00000001 , 0x00004ed6 
+ 00026117  0x00006a36 rtn  0x00000034 
+ 00026118  0x00006a37 fetcht  0x00000001 , 0x00004eba 
+ 00026119  0x00006a38 jam  0x00000000 , 0x00004ed6 
+ 00026120  0x00006a39 rtn 
+ 00026121  0x00006a3c call  0x000065ff 
+ 00026122  0x00006a3d copy  0x00000002 , 0x0000003f 
+ 00026123  0x00006a3e rtn  0x00000034 
+ 00026124  0x00006a3f store  0x00000001 , 0x00004ec3 
+ 00026125  0x00006a41 arg  0x00000013 , 0x0000003f 
+ 00026126  0x00006a42 call  0x00006382 
+ 00026127  0x00006a43 fetch  0x00000001 , 0x00004ec3 
+ 00026128  0x00006a44 increase  0xffffffff , 0x0000003f 
+ 00026129  0x00006a45 store  0x00000001 , 0x00004ec3 
+ 00026130  0x00006a46 rtn  0x00000034 
+ 00026131  0x00006a47 branch  0x0000660d 
+ 00026132  0x00006a4a fetch  0x00000001 , 0x00004ebc 
+ 00026133  0x00006a4b rtn  0x00000034 
+ 00026134  0x00006a4c store  0x00000001 , 0x00004ec4 
+ 00026135  0x00006a4e arg  0x00000020 , 0x0000003f 
+ 00026136  0x00006a4f call  0x00006382 
+ 00026137  0x00006a50 fetch  0x00000001 , 0x00004ec4 
+ 00026138  0x00006a51 increase  0xffffffff , 0x0000003f 
+ 00026139  0x00006a52 store  0x00000001 , 0x00004ec4 
+ 00026140  0x00006a53 rtn  0x00000034 
+ 00026141  0x00006a54 branch  0x00006617 
+ 00026142  0x00006a57 fetch  0x00000001 , 0x00004ebd 
+ 00026143  0x00006a58 rtn  0x00000034 
+ 00026144  0x00006a59 store  0x00000001 , 0x00004ec5 
+ 00026145  0x00006a5b arg  0x00000021 , 0x0000003f 
+ 00026146  0x00006a5c call  0x00006382 
+ 00026147  0x00006a5d fetch  0x00000001 , 0x00004ec5 
+ 00026148  0x00006a5e increase  0xffffffff , 0x0000003f 
+ 00026149  0x00006a5f store  0x00000001 , 0x00004ec5 
+ 00026150  0x00006a60 rtn  0x00000034 
+ 00026151  0x00006a61 branch  0x00006621 
+ 00026152  0x00006a64 fetch  0x00000002 , 0x00004adf 
+ 00026153  0x00006a65 rtn  0x00000034 
+ 00026154  0x00006a66 fetcht  0x00000002 , 0x000006f1 
+ 00026155  0x00006a67 sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00026156  0x00006a68 branch  0x00006636 , 0x00000005 
+ 00026157  0x00006a69 isub  0x00000002 , 0x0000003e 
+ 00026158  0x00006a6a rtn  0x00000005 
+ 00026159  0x00006a6b storet  0x00000002 , 0x00004adf 
+ 00026160  0x00006a6c fetch  0x00000002 , 0x00004ed3 
+ 00026161  0x00006a6d isub  0x00000002 , 0x0000003e 
+ 00026162  0x00006a6e call  0x00004325 , 0x00000005 
+ 00026163  0x00006a70 fetch  0x00000002 , 0x000006f1 
+ 00026164  0x00006a71 store  0x00000002 , 0x0000442e 
+ 00026165  0x00006a72 branch  0x00007dba 
+ 00026166  0x00006a74 jam  0x00000001 , 0x00004ed0 
+ 00026167  0x00006a75 call  0x00004325 
+ 00026168  0x00006a76 arg  0x00004b1d , 0x00000013 
+ 00026169  0x00006a77 call  0x000065f0 
+ 00026170  0x00006a78 setarg  0x00000000 
+ 00026171  0x00006a79 store  0x00000002 , 0x00004adf 
+ 00026172  0x00006a7a jam  0x00000032 , 0x000048ae 
+ 00026173  0x00006a7b call  0x00006633 
+ 00026174  0x00006a7c fetch  0x00000001 , 0x00004523 
+ 00026175  0x00006a7d mul32  0x0000003f , 0x0000000a , 0x00000039 
+ 00026176  0x00006a7e arg  0x000049fa , 0x00000005 
+ 00026177  0x00006a7f branch  0x00007ca1 
+ 00026178  0x00006a81 bpatch  0x000000a8 , 0x00004015 
+ 00026179  0x00006a82 fetch  0x00000001 , 0x00004ed7 
+ 00026180  0x00006a83 beq  0x00000001 , 0x00006647 
+ 00026181  0x00006a84 beq  0x00000000 , 0x0000664d 
+ 00026182  0x00006a85 rtn 
+ 00026183  0x00006a87 copy  0x00000007 , 0x0000003f 
+ 00026184  0x00006a88 beq  0x00000005 , 0x00006676 
+ 00026185  0x00006a89 beq  0x00000000 , 0x00006693 
+ 00026186  0x00006a8a beq  0x00000004 , 0x0000669b 
+ 00026187  0x00006a8b beq  0x00000002 , 0x000066be 
+ 00026188  0x00006a8c rtn 
+ 00026189  0x00006a8e ifetch  0x00000001 , 0x00000013 
+ 00026190  0x00006a8f beq  0x00000001 , 0x00006676 
+ 00026191  0x00006a90 beq  0x00000002 , 0x00006693 
+ 00026192  0x00006a91 beq  0x00000003 , 0x0000669b 
+ 00026193  0x00006a92 beq  0x00000004 , 0x000066be 
+ 00026194  0x00006a93 beq  0x00000005 , 0x00006654 
+ 00026195  0x00006a94 rtn 
+ 00026196  0x00006a96 call  0x00006730 
+ 00026197  0x00006a97 nbranch  0x0000665e , 0x00000034 
+ 00026198  0x00006a98 setarg  0x00000004 
+ 00026199  0x00006a99 mul32  0x0000003f , 0x0000000a , 0x0000003f 
+ 00026200  0x00006a9a arg  0x00004c12 , 0x00000002 
+ 00026201  0x00006a9b iadd  0x00000002 , 0x00000005 
+ 00026202  0x00006a9c increase  0x00000003 , 0x00000005 
+ 00026203  0x00006a9d fetch  0x00000003 , 0x00004b27 
+ 00026204  0x00006a9e istore  0x00000003 , 0x00000005 
+ 00026205  0x00006a9f rtn 
+ 00026206  0x00006aa1 setarg  0x00000004 
+ 00026207  0x00006aa2 mul32  0x0000003f , 0x0000000a , 0x0000003f 
+ 00026208  0x00006aa3 arg  0x00004c12 , 0x00000002 
+ 00026209  0x00006aa4 iadd  0x00000002 , 0x00000005 
+ 00026210  0x00006aa5 increase  0x00000003 , 0x00000005 
+ 00026211  0x00006aa6 fetch  0x00000002 , 0x00004ebe 
+ 00026212  0x00006aa7 istore  0x00000003 , 0x00000005 
+ 00026213  0x00006aa8 increase  0x00000007 , 0x00000005 
+ 00026214  0x00006aa9 fetch  0x00000002 , 0x00004ec0 
+ 00026215  0x00006aaa lshift4  0x0000003f , 0x0000003f 
+ 00026216  0x00006aab lshift8  0x0000003f , 0x0000003f 
+ 00026217  0x00006aac istore  0x00000003 , 0x00000005 
+ 00026218  0x00006aad rtn 
+ 00026219  0x00006ab0 fetch  0x00000001 , 0x00004ebc 
+ 00026220  0x00006ab1 rtn  0x00000034 
+ 00026221  0x00006ab2 increase  0xffffffff , 0x0000003f 
+ 00026222  0x00006ab3 store  0x00000001 , 0x00004ebc 
+ 00026223  0x00006ab4 arg  0x00000062 , 0x0000003f 
+ 00026224  0x00006ab5 rtn 
+ 00026225  0x00006ab7 arg  0x0000000a , 0x00000002 
+ 00026226  0x00006ab8 call  0x00006730 
+ 00026227  0x00006ab9 rtn  0x00000034 
+ 00026228  0x00006aba arg  0x00000007 , 0x00000002 
+ 00026229  0x00006abb rtn 
+ 00026230  0x00006abd call  0x00006671 
+ 00026231  0x00006abe fetch  0x00000002 , 0x00004ebe 
+ 00026232  0x00006abf isub  0x00000002 , 0x0000003e 
+ 00026233  0x00006ac0 ncall  0x0000666b , 0x00000002 
+ 00026234  0x00006ac1 nrtn  0x00000002 
+ 00026235  0x00006ac2 isub  0x00000002 , 0x0000003f 
+ 00026236  0x00006ac4 store  0x00000002 , 0x00004ebe 
+ 00026237  0x00006ac6 bpatch  0x000000a9 , 0x00004015 
+ 00026238  0x00006ac7 fetch  0x00000002 , 0x00004ebe 
+ 00026239  0x00006ac8 fetcht  0x00000002 , 0x00004ec0 
+ 00026240  0x00006ac9 lshift8  0x00000002 , 0x00000002 
+ 00026241  0x00006aca lshift4  0x00000002 , 0x00000002 
+ 00026242  0x00006acb iadd  0x00000002 , 0x0000003f 
+ 00026243  0x00006acc store  0x00000003 , 0x00004b27 
+ 00026244  0x00006acd branch  0x00006654 
+ 00026245  0x00006acf fetch  0x00000002 , 0x00004ebe 
+ 00026246  0x00006ad0 arg  0x00000062 , 0x00000002 
+ 00026247  0x00006ad1 isub  0x00000002 , 0x00000002 
+ 00026248  0x00006ad2 nrtn  0x00000002 
+ 00026249  0x00006ad3 copy  0x00000002 , 0x0000003f 
+ 00026250  0x00006ad4 fetcht  0x00000001 , 0x00004ebc 
+ 00026251  0x00006ad5 sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00026252  0x00006ad6 branch  0x00006690 , 0x00000005 
+ 00026253  0x00006ad7 increase  0x00000001 , 0x00000002 
+ 00026254  0x00006ad8 storet  0x00000001 , 0x00004ebc 
+ 00026255  0x00006ad9 branch  0x0000667c 
+ 00026256  0x00006adb jam  0x00000000 , 0x00004ebc 
+ 00026257  0x00006adc arg  0x00000000 , 0x0000003f 
+ 00026258  0x00006add branch  0x0000667c 
+ 00026259  0x00006adf call  0x00006730 
+ 00026260  0x00006ae0 ncall  0x00006685 , 0x00000034 
+ 00026261  0x00006ae1 call  0x00006671 
+ 00026262  0x00006ae2 fetch  0x00000002 , 0x00004ebe 
+ 00026263  0x00006ae4 iadd  0x00000002 , 0x0000003f 
+ 00026264  0x00006ae5 arg  0x00000fff , 0x00000002 
+ 00026265  0x00006ae6 call  0x00007d6c 
+ 00026266  0x00006ae7 branch  0x0000667c 
+ 00026267  0x00006aea call  0x00006671 
+ 00026268  0x00006aeb fetch  0x00000002 , 0x00004ec0 
+ 00026269  0x00006aec isub  0x00000002 , 0x0000003f 
+ 00026270  0x00006aed store  0x00000002 , 0x00004ec0 
+ 00026271  0x00006aef fetcht  0x00000002 , 0x00004ec0 
+ 00026272  0x00006af0 call  0x00006730 
+ 00026273  0x00006af1 branch  0x0000667d , 0x00000034 
+ 00026274  0x00006af2 setarg  0x00000fff 
+ 00026275  0x00006af3 isub  0x00000002 , 0x0000003f 
+ 00026276  0x00006af4 arg  0x00000062 , 0x00000002 
+ 00026277  0x00006af5 isub  0x00000002 , 0x00000002 
+ 00026278  0x00006af6 nbranch  0x0000667d , 0x00000002 
+ 00026279  0x00006af7 setarg  0x00000fff 
+ 00026280  0x00006af8 isub  0x00000002 , 0x0000003f 
+ 00026281  0x00006af9 fetcht  0x00000001 , 0x00004ebd 
+ 00026282  0x00006afa sub  0x00000002 , 0x00000005 , 0x0000003e 
+ 00026283  0x00006afb branch  0x000066af , 0x00000005 
+ 00026284  0x00006afc increase  0x00000001 , 0x00000002 
+ 00026285  0x00006afd storet  0x00000001 , 0x00004ebd 
+ 00026286  0x00006afe branch  0x000066bc 
+ 00026287  0x00006b00 jam  0x00000000 , 0x00004ebd 
+ 00026288  0x00006b02 setarg  0x00000fff 
+ 00026289  0x00006b03 branch  0x000066bc 
+ 00026290  0x00006b06 call  0x00006730 
+ 00026291  0x00006b07 branch  0x000066b0 , 0x00000034 
+ 00026292  0x00006b08 fetch  0x00000001 , 0x00004ebd 
+ 00026293  0x00006b09 branch  0x000066b0 , 0x00000034 
+ 00026294  0x00006b0a increase  0xffffffff , 0x0000003f 
+ 00026295  0x00006b0b store  0x00000001 , 0x00004ebd 
+ 00026296  0x00006b0c setarg  0x00000fff 
+ 00026297  0x00006b0d arg  0x00000062 , 0x00000002 
+ 00026298  0x00006b0e isub  0x00000002 , 0x0000003f 
+ 00026299  0x00006b0f iadd  0x00000011 , 0x0000003f 
+ 00026300  0x00006b11 store  0x00000002 , 0x00004ec0 
+ 00026301  0x00006b12 branch  0x0000667d 
+ 00026302  0x00006b14 call  0x00006671 
+ 00026303  0x00006b15 fetch  0x00000002 , 0x00004ec0 
+ 00026304  0x00006b17 iadd  0x00000002 , 0x0000003f 
+ 00026305  0x00006b18 arg  0x00000fff , 0x00000002 
+ 00026306  0x00006b19 isub  0x00000002 , 0x00000011 
+ 00026307  0x00006b1a branch  0x000066b2 , 0x00000002 
+ 00026308  0x00006b1b branch  0x000066bc 
+ 00026309  0x00006b1f fetch  0x00000002 , 0x00004398 
+ 00026310  0x00006b20 beq  0x00000024 , 0x000062e9 
+ 00026311  0x00006b21 rtn 
+ 00026312  0x00006b24 arg  0x00000017 , 0x00000011 
+ 00026313  0x00006b25 arg  0x00000004 , 0x00000012 
+ 00026314  0x00006b26 call  0x000029fb 
+ 00026315  0x00006b27 setarg  0x00000006 
+ 00026316  0x00006b28 istore  0x00000001 , 0x00000005 
+ 00026317  0x00006b29 setarg  0x00000001 
+ 00026318  0x00006b2a istore  0x00000002 , 0x00000005 
+ 00026319  0x00006b2b setarg  0x0000ffff 
+ 00026320  0x00006b2c istore  0x00000002 , 0x00000005 
+ 00026321  0x00006b2d setarg  0x00002800 
+ 00026322  0x00006b2e istore  0x00000002 , 0x00000005 
+ 00026323  0x00006b2f arg  0x000049e4 , 0x00000006 
+ 00026324  0x00006b30 branch  0x00007c8f 
+ 00026325  0x00006b34 bpatch  0x000000aa , 0x00004015 
+ 00026326  0x00006b35 copy  0x00000011 , 0x00000006 
+ 00026327  0x00006b36 ifetch  0x00000003 , 0x00000006 
+ 00026328  0x00006b37 store  0x00000003 , 0x00004397 
+ 00026329  0x00006b38 beq  0x00000007 , 0x00006704 
+ 00026330  0x00006b39 beq  0x00000001 , 0x00006725 
+ 00026331  0x00006b3a beq  0x0000000a , 0x000066f4 
+ 00026332  0x00006b3b beq  0x0000000c , 0x000066de 
+ 00026333  0x00006b3c branch  0x00002b96 
+ 00026334  0x00006b3f ifetch  0x00000002 , 0x00000006 
+ 00026335  0x00006b40 store  0x00000002 , 0x000006b5 
+ 00026336  0x00006b41 iforce  0x00000011 
+ 00026337  0x00006b42 fetcht  0x00000002 , 0x00004398 
+ 00026338  0x00006b43 fetch  0x00000002 , 0x00004332 
+ 00026339  0x00006b44 isub  0x00000002 , 0x0000003e 
+ 00026340  0x00006b45 nbranch  0x00002d50 , 0x00000005 
+ 00026341  0x00006b46 call  0x00006730 
+ 00026342  0x00006b47 nbranch  0x000066e9 , 0x00000034 
+ 00026343  0x00006b48 fetcht  0x00000002 , 0x000049e0 
+ 00026344  0x00006b49 branch  0x000066ea 
+ 00026345  0x00006b4c fetcht  0x00000002 , 0x000049e2 
+ 00026346  0x00006b4e arg  0x000048be , 0x00000006 
+ 00026347  0x00006b4f call  0x00007c6d 
+ 00026348  0x00006b50 copy  0x00000002 , 0x0000003f 
+ 00026349  0x00006b51 isub  0x00000011 , 0x0000003f 
+ 00026350  0x00006b52 nbranch  0x00002e03 , 0x00000002 
+ 00026351  0x00006b53 increase  0x00000001 , 0x0000003f 
+ 00026352  0x00006b54 sub  0x0000003f , 0x00000017 , 0x0000003e 
+ 00026353  0x00006b55 branch  0x00002d59 , 0x00000002 
+ 00026354  0x00006b56 force  0x00000017 , 0x0000003f 
+ 00026355  0x00006b57 branch  0x00002d59 
+ 00026356  0x00006b5a fetcht  0x00000002 , 0x00004398 
+ 00026357  0x00006b5b fetch  0x00000001 , 0x00004321 
+ 00026358  0x00006b5c bbit1  0x00000003 , 0x000066f8 
+ 00026359  0x00006b5d branch  0x00002d1d 
+ 00026360  0x00006b5f fetch  0x00000002 , 0x00004332 
+ 00026361  0x00006b60 isub  0x00000002 , 0x0000003e 
+ 00026362  0x00006b61 nbranch  0x00002d1d , 0x00000005 
+ 00026363  0x00006b62 call  0x00002dc7 
+ 00026364  0x00006b63 nbranch  0x000066fe , 0x00000028 
+ 00026365  0x00006b64 branch  0x00002d46 
+ 00026366  0x00006b67 fetch  0x00000002 , 0x00004332 
+ 00026367  0x00006b68 isub  0x00000002 , 0x0000003e 
+ 00026368  0x00006b69 nbranch  0x00002d1d , 0x00000005 
+ 00026369  0x00006b6a arg  0x000048be , 0x00000006 
+ 00026370  0x00006b6b force  0x00000017 , 0x0000003f 
+ 00026371  0x00006b6c branch  0x00002d2d 
+ 00026372  0x00006b70 bpatch  0x000000ab , 0x00004015 
+ 00026373  0x00006b71 jam  0x00000005 , 0x00004eba 
+ 00026374  0x00006b72 jam  0x00000001 , 0x000049f4 
+ 00026375  0x00006b73 jam  0x00000001 , 0x00004ec2 
+ 00026376  0x00006b74 jam  0x000000f0 , 0x000049f5 
+ 00026377  0x00006b75 jam  0x0000000a , 0x00004ed1 
+ 00026378  0x00006b76 jam  0x00000001 , 0x00004ed6 
+ 00026379  0x00006b77 call  0x000067bf 
+ 00026380  0x00006b78 fetch  0x00000001 , 0x00004ed2 
+ 00026381  0x00006b79 rtn  0x00000034 
+ 00026382  0x00006b7a call  0x00006783 
+ 00026383  0x00006b7b arg  0x00000062 , 0x00000002 
+ 00026384  0x00006b7d fetch  0x00000002 , 0x00004f88 
+ 00026385  0x00006b7e arg  0x00004ebe , 0x00000011 
+ 00026386  0x00006b7f arg  0x00004ebc , 0x00000012 
+ 00026387  0x00006b80 call  0x0000671e 
+ 00026388  0x00006b81 arg  0x00000062 , 0x00000002 
+ 00026389  0x00006b83 fetch  0x00000002 , 0x00004f8a 
+ 00026390  0x00006b84 arg  0x00004ec0 , 0x00000011 
+ 00026391  0x00006b85 arg  0x00004ebd , 0x00000012 
+ 00026392  0x00006b86 call  0x0000671e 
+ 00026393  0x00006b87 setarg  0x00000fff 
+ 00026394  0x00006b88 fetcht  0x00000002 , 0x00004ec0 
+ 00026395  0x00006b89 isub  0x00000002 , 0x0000003f 
+ 00026396  0x00006b8a store  0x00000002 , 0x00004ec0 
+ 00026397  0x00006b8b rtn 
+ 00026398  0x00006b8d idiv  0x00000002 
+ 00026399  0x00006b8e call  0x00007d62 
+ 00026400  0x00006b8f quotient  0x0000003f 
+ 00026401  0x00006b90 remainder  0x00000002 
+ 00026402  0x00006b91 istore  0x00000001 , 0x00000012 
+ 00026403  0x00006b92 istoret  0x00000002 , 0x00000011 
+ 00026404  0x00006b93 rtn 
+ 00026405  0x00006b95 increase  0xfffffffe , 0x00000006 
+ 00026406  0x00006b96 ifetch  0x00000001 , 0x00000006 
+ 00026407  0x00006b97 beq  0x00000006 , 0x0000672e 
+ 00026408  0x00006b98 rtn 
+ 00026409  0x00006b9a jam  0x00000001 , 0x00004eba 
+ 00026410  0x00006b9b jam  0x00000000 , 0x000049f4 
+ 00026411  0x00006b9c jam  0x00000000 , 0x00004ec2 
+ 00026412  0x00006b9d jam  0x0000000a , 0x000049f5 
+ 00026413  0x00006b9e rtn 
+ 00026414  0x00006ba1 call  0x00006729 
+ 00026415  0x00006ba2 branch  0x000067bf 
+ 00026416  0x00006ba5 fetch  0x00000001 , 0x000049f4 
+ 00026417  0x00006ba6 rtn 
+ 00026418  0x00006baa arg  0x00004f24 , 0x00000013 
+ 00026419  0x00006bab call  0x00006730 
+ 00026420  0x00006bac rtn  0x00000034 
+ 00026421  0x00006bad jam  0x00000078 , 0x000049f5 
+ 00026422  0x00006bae arg  0x00004b2b , 0x00000013 
+ 00026423  0x00006baf rtn 
+ 00026424  0x00006bb2 arg  0x00004a40 , 0x00000013 
+ 00026425  0x00006bb3 call  0x00006730 
+ 00026426  0x00006bb4 rtn  0x00000034 
+ 00026427  0x00006bb5 arg  0x00004b67 , 0x00000013 
+ 00026428  0x00006bb6 jam  0x0000000c , 0x000049f5 
+ 00026429  0x00006bb7 copy  0x00000007 , 0x0000003f 
+ 00026430  0x00006bb8 rtneq  0x00000001 
+ 00026431  0x00006bb9 rtn 
+ 00026432  0x00006bbb bpatch  0x000000ac , 0x00004015 
+ 00026433  0x00006bbc fetch  0x00000001 , 0x00004c0e 
+ 00026434  0x00006bbd setflip  0x00000000 , 0x0000003f 
+ 00026435  0x00006bbe store  0x00000001 , 0x00004c0e 
+ 00026436  0x00006bbf beq  0x00000000 , 0x00006749 
+ 00026437  0x00006bc0 beq  0x00000001 , 0x00006747 
+ 00026438  0x00006bc1 rtn 
+ 00026439  0x00006bc3 call  0x00006750 
+ 00026440  0x00006bc4 branch  0x00006371 
+ 00026441  0x00006bc6 call  0x0000674b 
+ 00026442  0x00006bc7 branch  0x00006371 
+ 00026443  0x00006bc9 arg  0x00004a6d , 0x00000013 
+ 00026444  0x00006bca call  0x00006730 
+ 00026445  0x00006bcb rtn  0x00000034 
+ 00026446  0x00006bcc arg  0x00004b94 , 0x00000013 
+ 00026447  0x00006bcd rtn 
+ 00026448  0x00006bcf arg  0x00004bfa , 0x00000013 
+ 00026449  0x00006bd0 call  0x00006730 
+ 00026450  0x00006bd1 rtn  0x00000034 
+ 00026451  0x00006bd2 arg  0x00004c04 , 0x00000013 
+ 00026452  0x00006bd3 rtn 
+ 00026453  0x00006bd7 copy  0x00000007 , 0x0000003f 
+ 00026454  0x00006bd8 beq  0x00000001 , 0x00006777 
+ 00026455  0x00006bd9 beq  0x00000002 , 0x00006765 
+ 00026456  0x00006bda beq  0x00000004 , 0x00006761 
+ 00026457  0x00006bdb rtn 
+ 00026458  0x00006bdf arg  0x00004f9d , 0x00000013 
+ 00026459  0x00006be0 arg  0x0000675d , 0x00000012 
+ 00026460  0x00006be1 branch  0x000042e0 
+ 00026461  0x00006be3 jam  0x00000004 , 0x00004f9d 
+ 00026462  0x00006be4 fetch  0x00000001 , 0x00004c0e 
+ 00026463  0x00006be5 branch  0x00006761 , 0x00000034 
+ 00026464  0x00006be6 branch  0x00006765 
+ 00026465  0x00006bea jam  0x00000000 , 0x00004c0e 
+ 00026466  0x00006beb jam  0x00000004 , 0x00004f9d 
+ 00026467  0x00006bec arg  0x00004ab5 , 0x00000013 
+ 00026468  0x00006bed branch  0x00006371 
+ 00026469  0x00006bf0 jam  0x00000001 , 0x00004c0e 
+ 00026470  0x00006bf1 jam  0x00000004 , 0x00004f9d 
+ 00026471  0x00006bf2 arg  0x00004aaf , 0x00000013 
+ 00026472  0x00006bf3 branch  0x00006371 
+ 00026473  0x00006bf5 jam  0x00000000 , 0x00004c0e 
+ 00026474  0x00006bf6 jam  0x00000000 , 0x00004f9d 
+ 00026475  0x00006bf7 rtn 
+ 00026476  0x00006bfb arg  0x00004f9e , 0x00000013 
+ 00026477  0x00006bfc arg  0x0000676f , 0x00000012 
+ 00026478  0x00006bfd branch  0x000042e0 
+ 00026479  0x00006bff jam  0x00000002 , 0x00004f9e 
+ 00026480  0x00006c00 call  0x00006772 
+ 00026481  0x00006c01 branch  0x00006371 
+ 00026482  0x00006c04 arg  0x00004f9f , 0x00000013 
+ 00026483  0x00006c05 call  0x00006730 
+ 00026484  0x00006c06 rtn  0x00000034 
+ 00026485  0x00006c07 arg  0x00004fa7 , 0x00000013 
+ 00026486  0x00006c08 rtn 
+ 00026487  0x00006c0b fetch  0x00000001 , 0x00004faf 
+ 00026488  0x00006c0c nbranch  0x0000677c , 0x00000034 
+ 00026489  0x00006c0d jam  0x00000001 , 0x00004faf 
+ 00026490  0x00006c0e jam  0x00000002 , 0x00004f9e 
+ 00026491  0x00006c0f rtn 
+ 00026492  0x00006c12 jam  0x00000000 , 0x00004faf 
+ 00026493  0x00006c13 jam  0x00000000 , 0x00004f9e 
+ 00026494  0x00006c14 rtn 
+ 00026495  0x00006c17 fetch  0x00000001 , 0x00004ebb 
+ 00026496  0x00006c18 nrtn  0x00000034 
+ 00026497  0x00006c19 jam  0x00000001 , 0x00004ebb 
+ 00026498  0x00006c1a branch  0x0000667d 
+ 00026499  0x00006c1d setarg  0x00000000 
+ 00026500  0x00006c1e store  0x00000007 , 0x00004ebc 
+ 00026501  0x00006c1f rtn 
+ 00026502  0x00006c22 call  0x00006730 
+ 00026503  0x00006c23 beq  0x00000001 , 0x0000678e 
+ 00026504  0x00006c24 beq  0x00000000 , 0x000067a0 
+ 00026505  0x00006c25 rtn 
+ 00026506  0x00006c28 fetch  0x00000001 , 0x00004f90 
+ 00026507  0x00006c29 beq  0x00000001 , 0x000067a7 
+ 00026508  0x00006c2a beq  0x00000000 , 0x000067b9 
+ 00026509  0x00006c2b rtn 
+ 00026510  0x00006c2e fetch  0x00000001 , 0x00004ebc 
+ 00026511  0x00006c2f mul32  0x0000003f , 0x00000062 , 0x0000003f 
+ 00026512  0x00006c30 copy  0x0000003f , 0x00000002 
+ 00026513  0x00006c31 fetch  0x00000002 , 0x00004ebe 
+ 00026514  0x00006c32 iadd  0x00000002 , 0x0000003f 
+ 00026515  0x00006c33 store  0x00000002 , 0x00004f8c 
+ 00026516  0x00006c35 fetch  0x00000001 , 0x00004ebd 
+ 00026517  0x00006c36 mul32  0x0000003f , 0x00000062 , 0x0000003f 
+ 00026518  0x00006c37 copy  0x0000003f , 0x00000002 
+ 00026519  0x00006c38 fetch  0x00000002 , 0x00004ec0 
+ 00026520  0x00006c39 copy  0x0000003f , 0x00000011 
+ 00026521  0x00006c3a setarg  0x00000fff 
+ 00026522  0x00006c3b isub  0x00000011 , 0x0000003f 
+ 00026523  0x00006c3c iadd  0x00000002 , 0x0000003f 
+ 00026524  0x00006c3d store  0x00000002 , 0x00004f8e 
+ 00026525  0x00006c3f call  0x00006730 
+ 00026526  0x00006c41 store  0x00000001 , 0x00004f90 
+ 00026527  0x00006c42 rtn 
+ 00026528  0x00006c45 fetch  0x00000002 , 0x00004ebe 
+ 00026529  0x00006c46 store  0x00000002 , 0x00004f8c 
+ 00026530  0x00006c47 fetch  0x00000002 , 0x00004ec0 
+ 00026531  0x00006c48 store  0x00000002 , 0x00004f8e 
+ 00026532  0x00006c49 call  0x00006730 
+ 00026533  0x00006c4a store  0x00000001 , 0x00004f90 
+ 00026534  0x00006c4b rtn 
+ 00026535  0x00006c4d fetch  0x00000002 , 0x00004f8c 
+ 00026536  0x00006c4e div  0x0000003f , 0x00000062 
+ 00026537  0x00006c4f call  0x00007d62 
+ 00026538  0x00006c50 quotient  0x0000003f 
+ 00026539  0x00006c51 remainder  0x00000002 
+ 00026540  0x00006c52 store  0x00000001 , 0x00004ebc 
+ 00026541  0x00006c53 copy  0x00000002 , 0x0000003f 
+ 00026542  0x00006c54 store  0x00000002 , 0x00004ebe 
+ 00026543  0x00006c55 fetch  0x00000002 , 0x00004f8e 
+ 00026544  0x00006c56 div  0x0000003f , 0x00000062 
+ 00026545  0x00006c57 call  0x00007d62 
+ 00026546  0x00006c58 quotient  0x0000003f 
+ 00026547  0x00006c59 remainder  0x00000002 
+ 00026548  0x00006c5a store  0x00000001 , 0x00004ebd 
+ 00026549  0x00006c5c setarg  0x00000fff 
+ 00026550  0x00006c5d isub  0x00000002 , 0x0000003f 
+ 00026551  0x00006c5e store  0x00000002 , 0x00004ec0 
+ 00026552  0x00006c61 rtn 
+ 00026553  0x00006c63 fetch  0x00000002 , 0x00004f8c 
+ 00026554  0x00006c64 store  0x00000002 , 0x00004ebe 
+ 00026555  0x00006c65 fetch  0x00000002 , 0x00004f8e 
+ 00026556  0x00006c66 store  0x00000002 , 0x00004ec0 
+ 00026557  0x00006c69 rtn 
+ 00026558  0x00006c6c branch  0x0000683c 
+ 00026559  0x00006c6f branch  0x00006823 
+ 00026560  0x00006c73 call  0x000067e2 
+ 00026561  0x00006c74 fetch  0x00000002 , 0x00004f93 
+ 00026562  0x00006c75 call  0x0000684f 
+ 00026563  0x00006c76 jam  0x00000000 , 0x00004f9b 
+ 00026564  0x00006c77 fetch  0x00000005 , 0x00004f8c 
+ 00026565  0x00006c78 jam  0x00000000 , 0x00004f9c 
+ 00026566  0x00006c79 jam  0x00000000 , 0x00004f99 
+ 00026567  0x00006c7a call  0x000067e6 
+ 00026568  0x00006c7b fetch  0x00000001 , 0x00004f99 
+ 00026569  0x00006c7c rtneq  0x00000000 
+ 00026570  0x00006c7d branch  0x000067c0 
+ 00026571  0x00006c82 fetch  0x00000002 , 0x00004f80 
+ 00026572  0x00006c83 increase  0xfffffffb , 0x0000003f 
+ 00026573  0x00006c84 store  0x00000002 , 0x00004f93 
+ 00026574  0x00006c85 rtn 
+ 00026575  0x00006c89 fetch  0x00000002 , 0x00004f93 
+ 00026576  0x00006c8a increase  0xfffffffb , 0x0000003f 
+ 00026577  0x00006c8b store  0x00000002 , 0x00004f93 
+ 00026578  0x00006c8c rtn 
+ 00026579  0x00006c90 fetch  0x00000002 , 0x00004f93 
+ 00026580  0x00006c91 pincrease  0x00000005 
+ 00026581  0x00006c92 store  0x00000002 , 0x00004f93 
+ 00026582  0x00006c93 rtn 
+ 00026583  0x00006c96 fetch  0x00000002 , 0x00004f95 
+ 00026584  0x00006c97 pincrease  0x00000005 
+ 00026585  0x00006c98 store  0x00000002 , 0x00004f95 
+ 00026586  0x00006c9a fetch  0x00000002 , 0x00004f95 
+ 00026587  0x00006c9b copy  0x0000003f , 0x00000002 
+ 00026588  0x00006c9d fetch  0x00000002 , 0x00004f80 
+ 00026589  0x00006c9e isub  0x00000002 , 0x0000003f 
+ 00026590  0x00006c9f arg  0x00000005 , 0x00000002 
+ 00026591  0x00006ca0 isub  0x00000002 , 0x0000003e 
+ 00026592  0x00006ca2 nbranch  0x00006806 , 0x00000002 
+ 00026593  0x00006ca3 rtn 
+ 00026594  0x00006ca6 fetch  0x00000001 , 0x00004f9b 
+ 00026595  0x00006ca7 beq  0x00000001 , 0x000067cb 
+ 00026596  0x00006ca8 beq  0x00000000 , 0x000067cf 
+ 00026597  0x00006ca9 rtn 
+ 00026598  0x00006cad arg  0x00000000 , 0x00000012 
+ 00026599  0x00006cae copy  0x00000012 , 0x00000002 
+ 00026600  0x00006caf fetch  0x00000002 , 0x00004f8c 
+ 00026601  0x00006cb0 icompare  0x0000ffff , 0x00000002 
+ 00026602  0x00006cb2 ncall  0x000067f6 , 0x00000001 
+ 00026603  0x00006cb3 arg  0x00000000 , 0x00000012 
+ 00026604  0x00006cb4 copy  0x00000012 , 0x00000002 
+ 00026605  0x00006cb5 fetch  0x00000002 , 0x00004f8e 
+ 00026606  0x00006cb6 icompare  0x0000ffff , 0x00000002 
+ 00026607  0x00006cb7 ncall  0x000067f6 , 0x00000001 
+ 00026608  0x00006cb8 arg  0x00000000 , 0x00000012 
+ 00026609  0x00006cb9 copy  0x00000012 , 0x00000002 
+ 00026610  0x00006cba fetch  0x00000001 , 0x00004f90 
+ 00026611  0x00006cbb icompare  0x000000ff , 0x00000002 
+ 00026612  0x00006cbc ncall  0x000067f6 , 0x00000001 
+ 00026613  0x00006cbd rtn 
+ 00026614  0x00006cc1 fetch  0x00000001 , 0x00004f99 
+ 00026615  0x00006cc2 pincrease  0x00000001 
+ 00026616  0x00006cc3 store  0x00000001 , 0x00004f99 
+ 00026617  0x00006cc4 rtn 
+ 00026618  0x00006cc6 jam  0x00000001 , 0x00004f99 
+ 00026619  0x00006cc7 call  0x000067d7 
+ 00026620  0x00006cc8 fetch  0x00000002 , 0x00004f95 
+ 00026621  0x00006cc9 call  0x0000684f 
+ 00026622  0x00006cca call  0x00006730 
+ 00026623  0x00006ccb copy  0x0000003f , 0x00000002 
+ 00026624  0x00006ccc fetch  0x00000001 , 0x00004f90 
+ 00026625  0x00006ccd icompare  0x000000ff , 0x00000002 
+ 00026626  0x00006cce call  0x00006821 , 0x00000001 
+ 00026627  0x00006cd0 fetch  0x00000001 , 0x00004f99 
+ 00026628  0x00006cd1 rtneq  0x00000000 
+ 00026629  0x00006cd2 branch  0x000067fa 
+ 00026630  0x00006cd6 bpatch  0x000000ad , 0x00004015 
+ 00026631  0x00006cd7 call  0x00006821 
+ 00026632  0x00006cd8 call  0x00006730 
+ 00026633  0x00006cd9 branch  0x0000680b , 0x00000034 
+ 00026634  0x00006cda branch  0x00006812 
+ 00026635  0x00006cdd fetch  0x00000002 , 0x00004f84 
+ 00026636  0x00006cde store  0x00000002 , 0x00004ebe 
+ 00026637  0x00006ce0 fetcht  0x00000002 , 0x00004f86 
+ 00026638  0x00006ce1 setarg  0x00000fff 
+ 00026639  0x00006ce2 isub  0x00000002 , 0x0000003f 
+ 00026640  0x00006ce3 store  0x00000002 , 0x00004ec0 
+ 00026641  0x00006ce4 branch  0x000067be 
+ 00026642  0x00006ce7 arg  0x00000062 , 0x00000002 
+ 00026643  0x00006ce9 fetch  0x00000002 , 0x00004f88 
+ 00026644  0x00006cea arg  0x00004ebe , 0x00000011 
+ 00026645  0x00006ceb arg  0x00004ebc , 0x00000012 
+ 00026646  0x00006cec call  0x0000671e 
+ 00026647  0x00006ced arg  0x00000062 , 0x00000002 
+ 00026648  0x00006cef fetch  0x00000002 , 0x00004f8a 
+ 00026649  0x00006cf0 arg  0x00004ec0 , 0x00000011 
+ 00026650  0x00006cf1 arg  0x00004ebd , 0x00000012 
+ 00026651  0x00006cf2 call  0x0000671e 
+ 00026652  0x00006cf3 setarg  0x00000fff 
+ 00026653  0x00006cf4 fetcht  0x00000002 , 0x00004ec0 
+ 00026654  0x00006cf5 isub  0x00000002 , 0x0000003f 
+ 00026655  0x00006cf6 store  0x00000002 , 0x00004ec0 
+ 00026656  0x00006cf7 branch  0x000067be 
+ 00026657  0x00006cfa jam  0x00000000 , 0x00004f99 
+ 00026658  0x00006cfb rtn 
+ 00026659  0x00006cfe bpatch  0x000000ae , 0x00004015 
+ 00026660  0x00006cff jam  0x00000001 , 0x00004f9b 
+ 00026661  0x00006d00 call  0x000067c0 
+ 00026662  0x00006d04 fetch  0x00000002 , 0x00004f82 
+ 00026663  0x00006d05 copy  0x0000003f , 0x00000002 
+ 00026664  0x00006d06 fetch  0x00000002 , 0x00004f93 
+ 00026665  0x00006d07 isub  0x00000002 , 0x0000003f 
+ 00026666  0x00006d08 arg  0x00000000 , 0x00000002 
+ 00026667  0x00006d09 isub  0x00000002 , 0x0000003e 
+ 00026668  0x00006d0a nrtn  0x00000002 
+ 00026669  0x00006d0b fetch  0x00000002 , 0x00004f93 
+ 00026670  0x00006d0c copy  0x0000003f , 0x00000002 
+ 00026671  0x00006d0e fetch  0x00000002 , 0x00004f80 
+ 00026672  0x00006d0f increase  0xfffffffb , 0x0000003f 
+ 00026673  0x00006d10 isub  0x00000002 , 0x0000003f 
+ 00026674  0x00006d13 fetch  0x00000002 , 0x00004f93 
+ 00026675  0x00006d14 store  0x00000002 , 0x00004f95 
+ 00026676  0x00006d15 call  0x000067fa 
+ 00026677  0x00006d16 fetch  0x00000002 , 0x00004f95 
+ 00026678  0x00006d17 ncall  0x0000684f , 0x00000005 
+ 00026679  0x00006d1a jam  0x00000000 , 0x00004f99 
+ 00026680  0x00006d1b call  0x000067e6 
+ 00026681  0x00006d1c fetch  0x00000001 , 0x00004f99 
+ 00026682  0x00006d1d rtneq  0x00000000 
+ 00026683  0x00006d1e branch  0x0000678a 
+ 00026684  0x00006d22 bpatch  0x000000af , 0x00004015 
+ 00026685  0x00006d23 jam  0x00000001 , 0x00004f9b 
+ 00026686  0x00006d24 call  0x000067c0 
+ 00026687  0x00006d28 fetcht  0x00000002 , 0x00004f82 
+ 00026688  0x00006d2a fetch  0x00000002 , 0x00004f93 
+ 00026689  0x00006d2b isub  0x00000002 , 0x0000003f 
+ 00026690  0x00006d2c arg  0x00000000 , 0x00000002 
+ 00026691  0x00006d2d isub  0x00000002 , 0x0000003e 
+ 00026692  0x00006d2e nrtn  0x00000002 
+ 00026693  0x00006d30 fetcht  0x00000002 , 0x00004f93 
+ 00026694  0x00006d32 fetch  0x00000002 , 0x00004f80 
+ 00026695  0x00006d33 isub  0x00000002 , 0x0000003f 
+ 00026696  0x00006d34 arg  0x00000000 , 0x00000002 
+ 00026697  0x00006d35 isub  0x00000002 , 0x0000003e 
+ 00026698  0x00006d36 nrtn  0x00000002 
+ 00026699  0x00006d37 fetch  0x00000002 , 0x00004f93 
+ 00026700  0x00006d38 store  0x00000002 , 0x00004f91 
+ 00026701  0x00006d39 call  0x00006786 
+ 00026702  0x00006d3b branch  0x00006854 
+ 00026703  0x00006d3f bpatch  0x000000b0 , 0x00004016 
+ 00026704  0x00006d40 copy  0x0000003f , 0x00000012 
+ 00026705  0x00006d41 arg  0x00000005 , 0x00000039 
+ 00026706  0x00006d43 arg  0x00004f8c , 0x00000011 
+ 00026707  0x00006d44 branch  0x00006b74 
+ 00026708  0x00006d48 arg  0x00000005 , 0x00000039 
+ 00026709  0x00006d49 arg  0x00004f8c , 0x00000011 
+ 00026710  0x00006d4a fetchr  0x00000012 , 0x00000002 , 0x00004f91 
+ 00026711  0x00006d4b branch  0x00006b45 
+ 00026712  0x00006d4e arg  0x000048ae , 0x00000013 
+ 00026713  0x00006d4f arg  0x000067be , 0x00000012 
+ 00026714  0x00006d50 branch  0x000042e0 
+ 00026715  0x00006d5f fetch  0x00000002 , 0x00000912 
+ 00026716  0x00006d62 ifetcht  0x00000001 , 0x00000013 
+ 00026717  0x00006d63 increase  0x00000001 , 0x00000013 
+ 00026718  0x00006d64 lshift8  0x00000002 , 0x00000002 
+ 00026719  0x00006d65 ixor  0x00000002 , 0x0000003f 
+ 00026720  0x00006d68 copy  0x00000039 , 0x00000012 
+ 00026721  0x00006d69 arg  0x00000008 , 0x00000039 
+ 00026722  0x00006d6b isolate1  0x0000000f , 0x0000003f 
+ 00026723  0x00006d6c lshift  0x0000003f , 0x0000003f 
+ 00026724  0x00006d6d nbranch  0x00006867 , 0x00000001 
+ 00026725  0x00006d6e fetcht  0x00000002 , 0x00000914 
+ 00026726  0x00006d6f ixor  0x00000002 , 0x0000003f 
+ 00026727  0x00006d71 loop  0x00006862 
+ 00026728  0x00006d72 copy  0x00000012 , 0x00000039 
+ 00026729  0x00006d74 loop  0x0000685c 
+ 00026730  0x00006d75 store  0x00000002 , 0x00000912 
+ 00026731  0x00006d76 rtn 
+ 00026732  0x00006d7c fetch  0x00000001 , 0x0000443f 
+ 00026733  0x00006d7e arg  0x0000003e , 0x00000002 
+ 00026734  0x00006d7f branch  0x00006f20 
+ 00026735  0x00006d83 fetch  0x00000001 , 0x0000443f 
+ 00026736  0x00006d85 arg  0x0000003f , 0x00000002 
+ 00026737  0x00006d86 branch  0x00006f20 
+ 00026738  0x00006d89 call  0x0000686f 
+ 00026739  0x00006d8b call  0x0000686c 
+ 00026740  0x00006d8c branch  0x0000686f 
+ 00026741  0x00006d90 call  0x00006873 
+ 00026742  0x00006d92 branch  0x0000686c 
+ 00026743  0x00006d95 branch  0x00006873 
+ 00026744  0x00006d98 call  0x00006873 
+ 00026745  0x00006d99 branch  0x00006875 
+ 00026746  0x00006d9e branch  0x0000686c 
+ 00026747  0x00006da3 fetch  0x00000001 , 0x00004440 
+ 00026748  0x00006da4 branch  0x0000686d 
+ 00026749  0x00006da8 fetch  0x00000001 , 0x00004440 
+ 00026750  0x00006da9 branch  0x00006870 
+ 00026751  0x00006dac call  0x0000687b 
+ 00026752  0x00006dad call  0x0000687d 
+ 00026753  0x00006dae branch  0x0000687b 
+ 00026754  0x00006db6 clear_stack 
+ 00026755  0x00006db7 call  0x000070d7 
+ 00026756  0x00006db8 call  0x0000688d 
+ 00026757  0x00006db9 call  0x0000688f 
+ 00026758  0x00006dba call  0x000068a3 
+ 00026759  0x00006dbb call  0x000068bf 
+ 00026760  0x00006dbc call  0x000068c3 
+ 00026761  0x00006dbe jam  0x00000001 , 0x0000070f 
+ 00026762  0x00006dbf jam  0x00000004 , 0x0000070c 
+ 00026763  0x00006dc2 call  0x000068ce 
+ 00026764  0x00006dc3 branch  0x0000688b 
+ 00026765  0x00006dc6 jam  0x00000004 , 0x00008042 
+ 00026766  0x00006dc7 rtn 
+ 00026767  0x00006dca call  0x00006893 
+ 00026768  0x00006dcb call  0x00006897 
+ 00026769  0x00006dcc call  0x0000689b 
+ 00026770  0x00006dcd branch  0x0000689f 
+ 00026771  0x00006dd0 fetch  0x00000001 , 0x000044f1 
+ 00026772  0x00006dd1 nrtn  0x00000034 
+ 00026773  0x00006dd2 jam  0x00000007 , 0x000044f1 
+ 00026774  0x00006dd3 rtn 
+ 00026775  0x00006dd6 fetch  0x00000001 , 0x000044f2 
+ 00026776  0x00006dd7 nrtn  0x00000034 
+ 00026777  0x00006dd8 jam  0x00000006 , 0x000044f2 
+ 00026778  0x00006dd9 rtn 
+ 00026779  0x00006ddb fetch  0x00000001 , 0x000044f3 
+ 00026780  0x00006ddc nrtn  0x00000034 
+ 00026781  0x00006ddd jam  0x00000009 , 0x000044f3 
+ 00026782  0x00006dde rtn 
+ 00026783  0x00006de0 fetch  0x00000001 , 0x000044f4 
+ 00026784  0x00006de1 nrtn  0x00000034 
+ 00026785  0x00006de2 jam  0x0000000a , 0x000044f4 
+ 00026786  0x00006de3 rtn 
+ 00026787  0x00006de7 setarg  0x00000c00 
+ 00026788  0x00006de8 store  0x00000002 , 0x00000670 
+ 00026789  0x00006de9 setarg  0x00000eff 
+ 00026790  0x00006dea istore  0x00000002 , 0x00000005 
+ 00026791  0x00006deb setarg  0x00000f00 
+ 00026792  0x00006dec istore  0x00000002 , 0x00000005 
+ 00026793  0x00006ded setarg  0x00000fff 
+ 00026794  0x00006dee istore  0x00000002 , 0x00000005 
+ 00026795  0x00006def fetch  0x00000008 , 0x00000670 
+ 00026796  0x00006df0 call  0x00006d68 
+ 00026797  0x00006df1 call  0x00006d82 
+ 00026798  0x00006df2 arg  0x0001c200 , 0x00000002 
+ 00026799  0x00006df3 call  0x00006d75 
+ 00026800  0x00006df4 fetch  0x00000001 , 0x000044f1 
+ 00026801  0x00006df5 arg  0x00000008 , 0x00000002 
+ 00026802  0x00006df6 call  0x00006f21 
+ 00026803  0x00006df7 fetch  0x00000001 , 0x000044f2 
+ 00026804  0x00006df8 arg  0x00000049 , 0x00000002 
+ 00026805  0x00006df9 call  0x00006f21 
+ 00026806  0x00006dfa fetch  0x00000001 , 0x000044f3 
+ 00026807  0x00006dfb arg  0x0000000a , 0x00000002 
+ 00026808  0x00006dfc call  0x00006f21 
+ 00026809  0x00006dfd fetch  0x00000001 , 0x000044f4 
+ 00026810  0x00006dfe arg  0x0000000b , 0x00000002 
+ 00026811  0x00006dff call  0x00006f21 
+ 00026812  0x00006e01 arg  0x00000081 , 0x00000002 
+ 00026813  0x00006e02 storet  0x00000001 , 0x00008060 
+ 00026814  0x00006e03 branch  0x00007d76 
+ 00026815  0x00006e06 fetch  0x00000001 , 0x000044f5 
+ 00026816  0x00006e07 nrtn  0x00000034 
+ 00026817  0x00006e08 jam  0x0000000c , 0x000044f5 
+ 00026818  0x00006e09 rtn 
+ 00026819  0x00006e0c fetch  0x00000001 , 0x000044f5 
+ 00026820  0x00006e0d arg  0x00000010 , 0x00000002 
+ 00026821  0x00006e0e call  0x00006f21 
+ 00026822  0x00006e0f arg  0x00000040 , 0x00000011 
+ 00026823  0x00006e10 call  0x00007055 
+ 00026824  0x00006e11 arg  0x00000000 , 0x00000011 
+ 00026825  0x00006e12 arg  0x00000000 , 0x00000012 
+ 00026826  0x00006e13 setarg  0x00000000 
+ 00026827  0x00006e14 call  0x0000707a 
+ 00026828  0x00006e15 arg  0x00000000 , 0x00000007 
+ 00026829  0x00006e16 branch  0x000070c0 
+ 00026830  0x00006e1a fetch  0x00000002 , 0x00008112 
+ 00026831  0x00006e1b add  0x0000003f , 0xfffffffc , 0x00000011 
+ 00026832  0x00006e1c nrtn  0x00000002 
+ 00026833  0x00006e1d call  0x00006d96 
+ 00026834  0x00006e1e ifetch  0x00000001 , 0x00000003 
+ 00026835  0x00006e1f beq  0x00000001 , 0x000068d6 
+ 00026836  0x00006e21 call  0x00007c95 
+ 00026837  0x00006e22 branch  0x00006d9e 
+ 00026838  0x00006e27 ifetch  0x00000002 , 0x00000003 
+ 00026839  0x00006e28 store  0x00000002 , 0x00000710 
+ 00026840  0x00006e29 arg  0x000003ff , 0x00000002 
+ 00026841  0x00006e2a iand  0x00000002 , 0x00000002 
+ 00026842  0x00006e2b storet  0x00000002 , 0x00000709 
+ 00026843  0x00006e2c rshift2  0x0000003f , 0x0000003f 
+ 00026844  0x00006e2d rshift8  0x0000003f , 0x0000003f 
+ 00026845  0x00006e2e store  0x00000001 , 0x0000070b 
+ 00026846  0x00006e2f ifetch  0x00000001 , 0x00000003 
+ 00026847  0x00006e30 pincrease  0xffffffff 
+ 00026848  0x00006e31 isub  0x00000011 , 0x0000003e 
+ 00026849  0x00006e32 rtn  0x00000002 
+ 00026850  0x00006e33 call  0x000068e4 
+ 00026851  0x00006e34 branch  0x0000693f 
+ 00026852  0x00006e37 fetch  0x00000001 , 0x0000070b 
+ 00026853  0x00006e3f beq  0x0000003f , 0x000068e7 
+ 00026854  0x00006e40 branch  0x0000692b 
+ 00026855  0x00006e4b bpatch  0x000000b4 , 0x00004016 
+ 00026856  0x00006e4c fetch  0x00000001 , 0x00000709 
+ 00026857  0x00006e4d beq  0x00000000 , 0x0000692a 
+ 00026858  0x00006e4e beq  0x00000001 , 0x000068f2 
+ 00026859  0x00006e4f beq  0x00000002 , 0x000068f7 
+ 00026860  0x00006e50 beq  0x00000003 , 0x00006905 
+ 00026861  0x00006e51 beq  0x00000004 , 0x0000690f 
+ 00026862  0x00006e52 beq  0x00000005 , 0x0000692a 
+ 00026863  0x00006e53 beq  0x00000010 , 0x00006920 
+ 00026864  0x00006e54 beq  0x00000014 , 0x00006926 
+ 00026865  0x00006e55 branch  0x0000692a 
+ 00026866  0x00006e59 jam  0x00000000 , 0x00000712 
+ 00026867  0x00006e5a fetch  0x00000002 , 0x00008000 
+ 00026868  0x00006e5b store  0x00000002 , 0x00000713 
+ 00026869  0x00006e5c arg  0x00000003 , 0x00000039 
+ 00026870  0x00006e5d branch  0x00006932 
+ 00026871  0x00006e60 ifetch  0x00000002 , 0x00000003 
+ 00026872  0x00006e61 store  0x00000002 , 0x00008052 
+ 00026873  0x00006e62 rtn 
+ 00026874  0x00006e66 ifetch  0x00000001 , 0x00000003 
+ 00026875  0x00006e67 copy  0x0000003f , 0x00000002 
+ 00026876  0x00006e68 store  0x00000001 , 0x00008024 
+ 00026877  0x00006e69 ifetch  0x00000001 , 0x00000003 
+ 00026878  0x00006e6a iadd  0x00000002 , 0x00000002 
+ 00026879  0x00006e6b set1  0x00000007 , 0x0000003f 
+ 00026880  0x00006e6c store  0x00000001 , 0x00008023 
+ 00026881  0x00006e6d ifetch  0x00000001 , 0x00000003 
+ 00026882  0x00006e6e iadd  0x00000002 , 0x00000002 
+ 00026883  0x00006e6f copy  0x0000003f , 0x00000039 
+ 00026884  0x00006e70 rtn 
+ 00026885  0x00006e73 call  0x000068fa 
+ 00026886  0x00006e75 ifetch  0x00000001 , 0x00000003 
+ 00026887  0x00006e76 store  0x00000001 , 0x00008025 
+ 00026888  0x00006e77 iadd  0x00000002 , 0x00000002 
+ 00026889  0x00006e78 loop  0x00006906 
+ 00026890  0x00006e7a and  0x00000002 , 0x000000ff , 0x00000002 
+ 00026891  0x00006e7b ifetch  0x00000001 , 0x00000003 
+ 00026892  0x00006e7c isub  0x00000002 , 0x0000003e 
+ 00026893  0x00006e7d nbranch  0x0000691e , 0x00000005 
+ 00026894  0x00006e7e branch  0x0000692a 
+ 00026895  0x00006e81 arg  0x00000020 , 0x00000039 
+ 00026896  0x00006e82 arg  0x00004000 , 0x00000005 
+ 00026897  0x00006e83 arg  0x00000000 , 0x00000002 
+ 00026898  0x00006e85 ifetch  0x00000001 , 0x00000003 
+ 00026899  0x00006e86 istore  0x00000001 , 0x00000005 
+ 00026900  0x00006e87 iadd  0x00000002 , 0x00000002 
+ 00026901  0x00006e88 loop  0x00006912 
+ 00026902  0x00006e89 and  0x00000002 , 0x000000ff , 0x00000002 
+ 00026903  0x00006e8a ifetch  0x00000001 , 0x00000003 
+ 00026904  0x00006e8b isub  0x00000002 , 0x0000003e 
+ 00026905  0x00006e8c nbranch  0x0000691e , 0x00000005 
+ 00026906  0x00006e8d jam  0x00000000 , 0x00008023 
+ 00026907  0x00006e8e call  0x0000692a 
+ 00026908  0x00006e8f call  0x00006dae 
+ 00026909  0x00006e90 branch  0x00002001 
+ 00026910  0x00006e93 jam  0x00000000 , 0x00008023 
+ 00026911  0x00006e94 branch  0x0000692b 
+ 00026912  0x00006e98 ifetch  0x00000001 , 0x00000003 
+ 00026913  0x00006e99 copy  0x0000003f , 0x00000039 
+ 00026914  0x00006e9a ifetch  0x00000002 , 0x00000003 
+ 00026915  0x00006e9b copy  0x0000003f , 0x00000005 
+ 00026916  0x00006e9c call  0x00006ddd 
+ 00026917  0x00006e9d branch  0x0000692a 
+ 00026918  0x00006ea0 fetch  0x00000001 , 0x00008060 
+ 00026919  0x00006ea1 set1  0x00000004 , 0x0000003f 
+ 00026920  0x00006ea2 store  0x00000001 , 0x00008060 
+ 00026921  0x00006ea3 branch  0x0000692a 
+ 00026922  0x00006ea7 branch  0x0000692f 
+ 00026923  0x00006eaa jam  0x00000001 , 0x00000712 
+ 00026924  0x00006eab branch  0x00006930 
+ 00026925  0x00006ead jam  0x0000000c , 0x00000712 
+ 00026926  0x00006eae branch  0x00006930 
+ 00026927  0x00006eb0 jam  0x00000000 , 0x00000712 
+ 00026928  0x00006eb1 arg  0x00000001 , 0x00000039 
+ 00026929  0x00006eb2 branch  0x00006932 
+ 00026930  0x00006eb5 jam  0x0000000e , 0x0000070d 
+ 00026931  0x00006eb6 add  0x00000039 , 0x00000003 , 0x0000003f 
+ 00026932  0x00006eb7 store  0x00000001 , 0x0000070e 
+ 00026933  0x00006eb8 call  0x0000693b 
+ 00026934  0x00006eb9 fetch  0x00000003 , 0x0000070f 
+ 00026935  0x00006eba istore  0x00000003 , 0x00000003 
+ 00026936  0x00006ebc arg  0x00000712 , 0x00000006 
+ 00026937  0x00006ebd call  0x00006dc4 
+ 00026938  0x00006ebe branch  0x00006da4 
+ 00026939  0x00006ec3 call  0x00006da2 
+ 00026940  0x00006ec4 fetch  0x00000003 , 0x0000070c 
+ 00026941  0x00006ec5 istore  0x00000003 , 0x00000003 
+ 00026942  0x00006ec6 rtn 
+ 00026943  0x00006ec9 call  0x00006d96 
+ 00026944  0x00006eca increase  0x00000003 , 0x00000003 
+ 00026945  0x00006ecb ifetch  0x00000001 , 0x00000003 
+ 00026946  0x00006ecc iadd  0x00000003 , 0x00000003 
+ 00026947  0x00006ecd branch  0x00006d9c 
+ 00026948  0x00006ed0 jam  0x00000000 , 0x00004114 
+ 00026949  0x00006ed1 rtn 
+ 00026950  0x00006ed9 branch  0x0000694b , 0x0000002b 
+ 00026951  0x00006eda setarg  0x00004450 
+ 00026952  0x00006edb arg  0x00004441 , 0x00000005 
+ 00026953  0x00006edc isub  0x00000005 , 0x00000039 
+ 00026954  0x00006edd call  0x00007ca1 
+ 00026955  0x00006ee0 rtn 
+ 00026956  0x00006ee5 arg  0x00000000 , 0x00000007 
+ 00026957  0x00006ee6 arg  0x00000000 , 0x00000012 
+ 00026958  0x00006ee9 sub  0x00000007 , 0x00000007 , 0x0000003e 
+ 00026959  0x00006eea nrtn  0x00000002 
+ 00026960  0x00006eeb qisolate1  0x00000011 
+ 00026961  0x00006eec branch  0x00006953 , 0x00000001 
+ 00026962  0x00006eed branch  0x00006957 
+ 00026963  0x00006ef0 copy  0x00000002 , 0x0000003f 
+ 00026964  0x00006ef1 branch  0x00006957 , 0x00000034 
+ 00026965  0x00006ef2 qset1  0x00000012 
+ 00026966  0x00006ef3 increase  0xffffffff , 0x00000002 
+ 00026967  0x00006ef6 increase  0x00000001 , 0x00000007 
+ 00026968  0x00006ef7 branch  0x0000694e 
+ 00026969  0x00006f05 fetchr  0x00000018 , 0x00000002 , 0x0000433f 
+ 00026970  0x00006f06 fetchr  0x0000002b , 0x00000002 , 0x00004341 
+ 00026971  0x00006f07 call  0x00007dbc 
+ 00026972  0x00006f08 branch  0x0000695d 
+ 00026973  0x00006f0b bpatch  0x000000b6 , 0x00004016 
+ 00026974  0x00006f0c call  0x000069a9 
+ 00026975  0x00006f0d nbranch  0x0000235a , 0x00000034 
+ 00026976  0x00006f0e call  0x000069b9 
+ 00026977  0x00006f0f arg  0x00000008 , 0x00000039 
+ 00026978  0x00006f11 fetcht  0x00000001 , 0x00004441 
+ 00026979  0x00006f12 sub  0x00000039 , 0x00000008 , 0x00000007 
+ 00026980  0x00006f13 qisolate1  0x00000002 
+ 00026981  0x00006f14 branch  0x0000696a , 0x00000001 
+ 00026982  0x00006f15 call  0x00006971 
+ 00026983  0x00006f16 nbranch  0x0000696a , 0x00000002 
+ 00026984  0x00006f17 call  0x00006987 
+ 00026985  0x00006f18 branch  0x0000696e 
+ 00026986  0x00006f1a copy  0x0000002b , 0x0000003f 
+ 00026987  0x00006f1b iadd  0x00000018 , 0x00000018 
+ 00026988  0x00006f1c loop  0x00006962 
+ 00026989  0x00006f1d branch  0x0000235a 
+ 00026990  0x00006f1f copy  0x00000018 , 0x0000003f 
+ 00026991  0x00006f20 copy  0x00000018 , 0x00000005 
+ 00026992  0x00006f21 rtn 
+ 00026993  0x00006f2b bpatch  0x000000b7 , 0x00004016 
+ 00026994  0x00006f2c sub  0x00000039 , 0x00000008 , 0x00000007 
+ 00026995  0x00006f2d arg  0x00000000 , 0x00000002 
+ 00026996  0x00006f2e arg  0x00000000 , 0x0000000b 
+ 00026997  0x00006f30 copy  0x00000007 , 0x0000003f 
+ 00026998  0x00006f31 beq  0x00000008 , 0x00006982 
+ 00026999  0x00006f32 fetch  0x00000001 , 0x00004441 
+ 00027000  0x00006f33 qisolate1  0x0000003f 
+ 00027001  0x00006f34 branch  0x00006982 , 0x00000001 
+ 00027002  0x00006f35 qset1  0x0000000b 
+ 00027003  0x00006f36 copy  0x0000002b , 0x0000003f 
+ 00027004  0x00006f37 iadd  0x00000002 , 0x00000002 
+ 00027005  0x00006f38 increase  0x00000001 , 0x00000007 
+ 00027006  0x00006f39 copy  0x00000011 , 0x0000003f 
+ 00027007  0x00006f3a isub  0x00000002 , 0x0000003e 
+ 00027008  0x00006f3b branch  0x00006982 , 0x00000005 
+ 00027009  0x00006f3c branch  0x00006975 , 0x00000002 
+ 00027010  0x00006f3e copy  0x00000002 , 0x0000003f 
+ 00027011  0x00006f3f isub  0x00000011 , 0x0000003e 
+ 00027012  0x00006f40 nrtn  0x00000005 
+ 00027013  0x00006f41 qset1  0x0000000b 
+ 00027014  0x00006f42 rtn 
+ 00027015  0x00006f4c bpatch  0x000000b8 , 0x00004017 
+ 00027016  0x00006f4d call  0x000069a9 
+ 00027017  0x00006f4e nbranch  0x0000235a , 0x00000034 
+ 00027018  0x00006f4f call  0x000069af 
+ 00027019  0x00006f50 branch  0x00006990 , 0x00000034 
+ 00027020  0x00006f51 fetch  0x00000009 , 0x00004445 
+ 00027021  0x00006f52 store  0x00000009 , 0x00004442 
+ 00027022  0x00006f53 setarg  0x00000000 
+ 00027023  0x00006f54 istore  0x00000003 , 0x00000005 
+ 00027024  0x00006f56 storer  0x0000000b , 0x00000001 , 0x0000444b 
+ 00027025  0x00006f57 storer  0x00000018 , 0x00000002 , 0x0000444c 
+ 00027026  0x00006f58 rtn 
+ 00027027  0x00006f62 bpatch  0x000000b9 , 0x00004017 
+ 00027028  0x00006f63 call  0x000069b2 
+ 00027029  0x00006f64 increase  0x00000001 , 0x00000006 
+ 00027030  0x00006f65 ifetch  0x00000002 , 0x00000006 
+ 00027031  0x00006f66 rtn 
+ 00027032  0x00006f6e bpatch  0x000000ba , 0x00004017 
+ 00027033  0x00006f6f call  0x000069b2 
+ 00027034  0x00006f70 copy  0x00000006 , 0x00000005 
+ 00027035  0x00006f71 copy  0x00000006 , 0x00000002 
+ 00027036  0x00006f72 setarg  0x00000000 
+ 00027037  0x00006f73 istore  0x00000003 , 0x00000005 
+ 00027038  0x00006f74 rtn 
+ 00027039  0x00006f7c bpatch  0x000000bb , 0x00004017 
+ 00027040  0x00006f7d call  0x000069af 
+ 00027041  0x00006f7e branch  0x0000235a , 0x00000034 
+ 00027042  0x00006f7f fetch  0x00000003 , 0x00004448 
+ 00027043  0x00006f80 store  0x00000003 , 0x0000444b 
+ 00027044  0x00006f81 fetch  0x00000003 , 0x00004445 
+ 00027045  0x00006f82 store  0x00000003 , 0x00004448 
+ 00027046  0x00006f83 fetch  0x00000003 , 0x00004442 
+ 00027047  0x00006f84 store  0x00000003 , 0x00004445 
+ 00027048  0x00006f85 rtn 
+ 00027049  0x00006f8e bpatch  0x000000bc , 0x00004017 
+ 00027050  0x00006f8f fetch  0x00000003 , 0x00004442 
+ 00027051  0x00006f90 rtn 
+ 00027052  0x00006f99 bpatch  0x000000bd , 0x00004017 
+ 00027053  0x00006f9a fetch  0x00000003 , 0x00004445 
+ 00027054  0x00006f9b rtn 
+ 00027055  0x00006fa4 bpatch  0x000000be , 0x00004017 
+ 00027056  0x00006fa5 fetch  0x00000003 , 0x0000444b 
+ 00027057  0x00006fa6 rtn 
+ 00027058  0x00006fae call  0x000069af 
+ 00027059  0x00006faf branch  0x000069b7 , 0x00000034 
+ 00027060  0x00006fb0 arg  0x00004442 , 0x00000006 
+ 00027061  0x00006fb2 ifetch  0x00000003 , 0x00000006 
+ 00027062  0x00006fb3 branch  0x000069b5 , 0x00000034 
+ 00027063  0x00006fb5 increase  0xfffffffd , 0x00000006 
+ 00027064  0x00006fb6 rtn 
+ 00027065  0x00006fbf bpatch  0x000000bf , 0x00004017 
+ 00027066  0x00006fc0 arg  0x00000004 , 0x00000039 
+ 00027067  0x00006fc1 arg  0x00004442 , 0x00000006 
+ 00027068  0x00006fc2 arg  0x00000000 , 0x00000002 
+ 00027069  0x00006fc4 ifetch  0x00000003 , 0x00000006 
+ 00027070  0x00006fc5 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00027071  0x00006fc6 ior  0x00000002 , 0x00000002 
+ 00027072  0x00006fc7 loop  0x000069bd 
+ 00027073  0x00006fc8 storet  0x00000001 , 0x00004441 
+ 00027074  0x00006fc9 rtn 
+ 00027075  0x00006fcd arg  0x0000000c , 0x00000007 
+ 00027076  0x00006fce branch  0x000024e7 
+ 00027077  0x00006fd1 arg  0x0000000c , 0x00000007 
+ 00027078  0x00006fd2 branch  0x000024eb 
+ 00027079  0x00006fde bpatch  0x000000c1 , 0x00004018 
+ 00027080  0x00006fdf sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027081  0x00006fe0 rtn  0x00000005 
+ 00027082  0x00006fe1 copy  0x00000002 , 0x0000003f 
+ 00027083  0x00006fe2 and_into  0x000000ff , 0x0000003f 
+ 00027084  0x00006fe3 sub  0x0000003f , 0x0000000f , 0x0000003e 
+ 00027085  0x00006fe4 nbranch  0x000069d9 , 0x00000002 
+ 00027086  0x00006fe5 arg  0x00008070 , 0x00000005 
+ 00027087  0x00006fe7 iadd  0x00000005 , 0x00000005 
+ 00027088  0x00006fe8 copy  0x00000005 , 0x00000011 
+ 00027089  0x00006fe9 arg  0x0000003e , 0x00000002 
+ 00027090  0x00006fea istoret  0x00000001 , 0x00000005 
+ 00027091  0x00006feb call  0x000069dc 
+ 00027092  0x00006fec nop  0x0000001e 
+ 00027093  0x00006fed copy  0x00000011 , 0x00000005 
+ 00027094  0x00006fee arg  0x0000003f , 0x00000002 
+ 00027095  0x00006fef istoret  0x00000001 , 0x00000005 
+ 00027096  0x00006ff0 branch  0x000069e0 
+ 00027097  0x00006ff3 arg  0x000080d4 , 0x00000005 
+ 00027098  0x00006ff4 increase  0xfffffff0 , 0x0000003f 
+ 00027099  0x00006ff5 branch  0x000069cf 
+ 00027100  0x00006ff9 fetch  0x00000001 , 0x00008081 
+ 00027101  0x00006ffa and_into  0x0000007f , 0x0000003f 
+ 00027102  0x00006ffb store  0x00000001 , 0x00008081 
+ 00027103  0x00006ffc rtn 
+ 00027104  0x00006fff fetch  0x00000001 , 0x00008081 
+ 00027105  0x00007000 or_into  0x00000080 , 0x0000003f 
+ 00027106  0x00007001 store  0x00000001 , 0x00008081 
+ 00027107  0x00007002 rtn 
+ 00027108  0x00007005 branch  0x00006bd0 
+ 00027109  0x00007008 branch  0x00006bd7 
+ 00027110  0x0000700d fetch  0x00000001 , 0x0000806f 
+ 00027111  0x0000700e set0  0x00000007 , 0x0000003f 
+ 00027112  0x0000700f store  0x00000001 , 0x0000806f 
+ 00027113  0x00007010 rtn 
+ 00027114  0x00007013 nbranch  0x000069ee , 0x00000028 
+ 00027115  0x00007014 fetch  0x00000001 , 0x0000806f 
+ 00027116  0x00007015 set1  0x00000007 , 0x0000003f 
+ 00027117  0x00007016 store  0x00000001 , 0x0000806f 
+ 00027118  0x00007018 copy  0x00000002 , 0x0000003e 
+ 00027119  0x00007019 branch  0x000069f1 , 0x00000005 
+ 00027120  0x0000701a copy  0x00000013 , 0x0000003d 
+ 00027121  0x0000701d isolate0  0x00000000 , 0x0000003e 
+ 00027122  0x0000701e branch  0x00006b00 
+ 00027123  0x00007022 force  0x00000004 , 0x00000002 
+ 00027124  0x00007024 arg  0x000001e7 , 0x00000011 
+ 00027125  0x00007025 call  0x000069e6 
+ 00027126  0x00007026 call  0x000069ee 
+ 00027127  0x00007027 arg  0x000055aa , 0x00000011 
+ 00027128  0x00007028 fetch  0x00000002 , 0x000001e7 
+ 00027129  0x00007029 ifetcht  0x00000002 , 0x00000006 
+ 00027130  0x0000702a isub  0x00000011 , 0x0000003e 
+ 00027131  0x0000702b rtn 
+ 00027132  0x0000702f call  0x00006a0e , 0x00000028 
+ 00027133  0x00007030 arg  0x00000002 , 0x00000002 
+ 00027134  0x00007031 arg  0x000043c8 , 0x00000011 
+ 00027135  0x00007032 call  0x000069ee 
+ 00027136  0x00007033 fetch  0x00000002 , 0x000043c8 
+ 00027137  0x00007035 store  0x00000002 , 0x000001e0 
+ 00027138  0x00007036 call  0x00006a04 , 0x00000028 
+ 00027139  0x00007037 rtn 
+ 00027140  0x0000703a arg  0x00000010 , 0x00000002 
+ 00027141  0x0000703b arg  0x000001ed , 0x00000011 
+ 00027142  0x0000703c call  0x000069e6 
+ 00027143  0x0000703d call  0x000069ee 
+ 00027144  0x0000703f arg  0x000001ed , 0x00000006 
+ 00027145  0x00007040 arg  0x00000010 , 0x00000039 
+ 00027146  0x00007041 call  0x00007353 
+ 00027147  0x00007042 call  0x000072da 
+ 00027148  0x00007043 call  0x0000736f 
+ 00027149  0x00007044 branch  0x000072d4 
+ 00027150  0x00007047 jam  0x00000000 , 0x00008023 
+ 00027151  0x00007048 call  0x000069e6 
+ 00027152  0x00007049 branch  0x0000736f 
+ 00027153  0x0000704c setarg  0x00000000 
+ 00027154  0x0000704d store  0x00000002 , 0x00000699 
+ 00027155  0x0000704e disable  0x0000002d 
+ 00027156  0x0000704f call  0x000069f3 
+ 00027157  0x00007050 nrtn  0x00000005 
+ 00027158  0x00007051 enable  0x0000002d 
+ 00027159  0x00007052 setarg  0x00008000 
+ 00027160  0x00007053 store  0x00000003 , 0x00008022 
+ 00027161  0x00007054 arg  0x00008025 , 0x00000011 
+ 00027162  0x00007055 call  0x000069ea 
+ 00027163  0x00007056 jam  0x00000000 , 0x00008023 
+ 00027164  0x00007057 fetch  0x00000001 , 0x000001dd 
+ 00027165  0x00007058 rtnbit0  0x00000000 
+ 00027166  0x0000705a arg  0x00000006 , 0x00000002 
+ 00027167  0x0000705b call  0x000069f4 
+ 00027168  0x0000705c nbranch  0x00006a2e , 0x00000005 
+ 00027169  0x0000705d ifetchr  0x00000011 , 0x00000002 , 0x00000006 
+ 00027170  0x0000705e call  0x000069ee 
+ 00027171  0x0000705f call  0x00006a25 
+ 00027172  0x00007060 branch  0x00006a1e 
+ 00027173  0x00007064 fetch  0x00000002 , 0x00000699 
+ 00027174  0x00007065 arg  0x00000006 , 0x00000039 
+ 00027175  0x00007066 arg  0x000001e7 , 0x00000006 
+ 00027176  0x00007067 call  0x00007dcc 
+ 00027177  0x00007068 fetchr  0x00000039 , 0x00000002 , 0x000001e9 
+ 00027178  0x00007069 copy  0x00000011 , 0x00000006 
+ 00027179  0x0000706a call  0x00007dcc 
+ 00027180  0x0000706b store  0x00000002 , 0x00000699 
+ 00027181  0x0000706c rtn 
+ 00027182  0x0000706f fetch  0x00000001 , 0x0000021c 
+ 00027183  0x00007070 beq  0x0000005a , 0x00006a3c 
+ 00027184  0x00007071 arg  0x0000aa55 , 0x00000011 
+ 00027185  0x00007072 fetch  0x00000002 , 0x000001e7 
+ 00027186  0x00007073 isub  0x00000011 , 0x0000003e 
+ 00027187  0x00007074 nbranch  0x00006a3e , 0x00000005 
+ 00027188  0x00007075 arg  0x000055aa , 0x00000011 
+ 00027189  0x00007076 fetch  0x00000002 , 0x000001e9 
+ 00027190  0x00007077 isub  0x00000011 , 0x0000003e 
+ 00027191  0x00007078 nbranch  0x00006a3e , 0x00000005 
+ 00027192  0x00007079 fetch  0x00000002 , 0x000001eb 
+ 00027193  0x0000707a fetcht  0x00000002 , 0x00000699 
+ 00027194  0x0000707b isub  0x00000002 , 0x0000003e 
+ 00027195  0x0000707c nbranch  0x00006a3e , 0x00000005 
+ 00027196  0x0000707e set1  0x0000000f , 0x00000011 
+ 00027197  0x0000707f branch  0x000069f1 
+ 00027198  0x00007082 jam  0x00000000 , 0x000001dd 
+ 00027199  0x00007083 rtn 
+ 00027200  0x00007089 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00027201  0x0000708a rshift4  0x0000003f , 0x0000003f 
+ 00027202  0x0000708b store  0x00000001 , 0x000043cb 
+ 00027203  0x0000708c branch  0x00006a59 
+ 00027204  0x0000708f fetch  0x00000002 , 0x00008143 
+ 00027205  0x00007090 nbranch  0x00006a40 , 0x00000034 
+ 00027206  0x00007091 call  0x00006a59 
+ 00027207  0x00007092 fetch  0x00000002 , 0x000043cb 
+ 00027208  0x00007093 rtn  0x00000034 
+ 00027209  0x00007094 call  0x00006a4b 
+ 00027210  0x00007095 branch  0x000023ba 
+ 00027211  0x00007098 fetch  0x00000001 , 0x000043cb 
+ 00027212  0x00007099 rtn  0x00000034 
+ 00027213  0x0000709a and  0x0000003f , 0x0000000f , 0x00000002 
+ 00027214  0x0000709b storet  0x00000001 , 0x000043cb 
+ 00027215  0x0000709c rshift4  0x0000003f , 0x0000003f 
+ 00027216  0x0000709d ixor  0x00000002 , 0x0000003f 
+ 00027217  0x0000709e bne  0x0000000f , 0x00006bc2 
+ 00027218  0x0000709f branch  0x00006b8d 
+ 00027219  0x000070a2 fetch  0x00000001 , 0x00000219 
+ 00027220  0x000070a3 ncall  0x000023e0 , 0x00000034 
+ 00027221  0x000070a4 fetch  0x00000001 , 0x0000021a 
+ 00027222  0x000070a5 rtn  0x00000034 
+ 00027223  0x000070a6 store  0x00000001 , 0x000040c9 
+ 00027224  0x000070a7 branch  0x000023e4 
+ 00027225  0x000070aa disable  0x00000028 
+ 00027226  0x000070ab fetch  0x00000001 , 0x000043ca 
+ 00027227  0x000070ac rtnbit0  0x00000003 
+ 00027228  0x000070ad call  0x00006aad 
+ 00027229  0x000070ae arg  0x00000ff0 , 0x0000003f 
+ 00027230  0x000070af iadd  0x00000012 , 0x00000012 
+ 00027231  0x000070b0 force  0x00000010 , 0x00000039 
+ 00027232  0x000070b1 arg  0x000001ed , 0x00000011 
+ 00027233  0x000070b2 call  0x00006b74 
+ 00027234  0x000070b3 jam  0x00000008 , 0x00008006 
+ 00027235  0x000070b4 arg  0x000001ed , 0x00000006 
+ 00027236  0x000070b5 call  0x0000735f 
+ 00027237  0x000070b7 arg  0x000001ed , 0x00000005 
+ 00027238  0x000070b8 call  0x00007c99 
+ 00027239  0x000070b9 branch  0x00007dba 
+ 00027240  0x000070bd jam  0x00000025 , 0x00008050 
+ 00027241  0x000070be call  0x00006b3a 
+ 00027242  0x000070bf arg  0x00000000 , 0x00000012 
+ 00027243  0x000070c0 force  0x0000000b , 0x00000039 
+ 00027244  0x000070c1 arg  0x000043c8 , 0x00000011 
+ 00027245  0x000070c2 call  0x00006b75 
+ 00027246  0x000070c3 fetchr  0x00000037 , 0x00000005 , 0x000043c8 
+ 00027247  0x000070c4 fetch  0x00000001 , 0x000043ca 
+ 00027248  0x000070c5 bbit0  0x00000004 , 0x00006a78 
+ 00027249  0x000070c6 jam  0x00000007 , 0x0000806f 
+ 00027250  0x000070c8 fetch  0x00000001 , 0x0000815e 
+ 00027251  0x000070c9 bne  0x00000007 , 0x00006a72 
+ 00027252  0x000070ca fetch  0x00000001 , 0x00008160 
+ 00027253  0x000070cb lshift4  0x0000003f , 0x0000003f 
+ 00027254  0x000070cc store  0x00000001 , 0x0000806f 
+ 00027255  0x000070cd branch  0x00006a7b 
+ 00027256  0x000070d0 call  0x00006af5 
+ 00027257  0x000070d1 call  0x00007d76 
+ 00027258  0x000070d2 call  0x00007d74 
+ 00027259  0x000070d4 storer  0x00000037 , 0x00000005 , 0x000043c8 
+ 00027260  0x000070d6 call  0x00006aad 
+ 00027261  0x000070d7 arg  0x00000fd0 , 0x0000003f 
+ 00027262  0x000070d8 iadd  0x00000012 , 0x00000012 
+ 00027263  0x000070d9 arg  0x00000020 , 0x00000039 
+ 00027264  0x000070da arg  0x000001fd , 0x00000011 
+ 00027265  0x000070db call  0x00006b74 
+ 00027266  0x000070dd call  0x00006a53 
+ 00027267  0x000070de call  0x00006a44 
+ 00027268  0x000070e0 fetch  0x00000001 , 0x000043ca 
+ 00027269  0x000070e1 bbit0  0x00000003 , 0x00006a8f 
+ 00027270  0x000070e2 fetcht  0x00000001 , 0x000043cc 
+ 00027271  0x000070e3 arg  0x00000000 , 0x0000003f 
+ 00027272  0x000070e4 set1  0x00000006 , 0x0000003f 
+ 00027273  0x000070e5 set1  0x00000007 , 0x0000003f 
+ 00027274  0x000070e6 iand  0x00000002 , 0x00000011 
+ 00027275  0x000070e7 sub  0x00000011 , 0x00000000 , 0x0000003e 
+ 00027276  0x000070e8 branch  0x00006af1 , 0x00000005 
+ 00027277  0x000070e9 isub  0x00000011 , 0x0000003e 
+ 00027278  0x000070ea branch  0x00006af1 , 0x00000005 
+ 00027279  0x000070ec jam  0x00000000 , 0x00000030 
+ 00027280  0x000070ed arg  0x00006b1e , 0x00000013 
+ 00027281  0x000070ef call  0x00006ae5 
+ 00027282  0x000070f0 nbranch  0x00006af1 , 0x00000002 
+ 00027283  0x000070f1 fetch  0x00000002 , 0x000043c8 
+ 00027284  0x000070f2 branch  0x00006a9c , 0x00000034 
+ 00027285  0x000070f3 call  0x00006a01 
+ 00027286  0x000070f4 call  0x00006a11 
+ 00027287  0x000070f5 nbranch  0x00006a9c , 0x0000002d 
+ 00027288  0x000070f6 fetch  0x00000001 , 0x000001dd 
+ 00027289  0x000070f7 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00027290  0x000070f8 nbranch  0x00006a91 , 0x00000001 
+ 00027291  0x000070f9 call  0x00006aaa 
+ 00027292  0x000070fb call  0x00006b37 
+ 00027293  0x000070fc jam  0x00000000 , 0x00000030 
+ 00027294  0x000070fe call  0x00006ae5 
+ 00027295  0x000070ff nbranch  0x00006af1 , 0x00000002 
+ 00027296  0x00007100 call  0x00006ad7 
+ 00027297  0x00007101 call  0x00006cc4 
+ 00027298  0x00007102 fetch  0x00000001 , 0x000043ca 
+ 00027299  0x00007103 bbit1  0x00000002 , 0x00006abd 
+ 00027300  0x00007104 call  0x00006adf 
+ 00027301  0x00007105 nbranch  0x00006ab4 , 0x0000002d 
+ 00027302  0x00007106 fetch  0x00000001 , 0x000001dd 
+ 00027303  0x00007107 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00027304  0x00007108 nbranch  0x00006a9e , 0x00000001 
+ 00027305  0x00007109 branch  0x00006abd 
+ 00027306  0x0000710c setarg  0x000001ff 
+ 00027307  0x0000710d arg  0x00000000 , 0x0000003d 
+ 00027308  0x0000710e rtn 
+ 00027309  0x00007111 arg  0x00001000 , 0x00000012 
+ 00027310  0x00007112 fetch  0x00000001 , 0x00008144 
+ 00027311  0x00007113 bbit1  0x00000007 , 0x00006ab2 
+ 00027312  0x00007114 fetch  0x00000001 , 0x000043cc 
+ 00027313  0x00007115 rtnbit0  0x00000007 
+ 00027314  0x00007117 arg  0x00000000 , 0x00000012 
+ 00027315  0x00007118 rtn 
+ 00027316  0x0000711c call  0x00006cc1 
+ 00027317  0x0000711d fetch  0x00000001 , 0x000043ca 
+ 00027318  0x0000711e bbit1  0x00000002 , 0x00006abd 
+ 00027319  0x0000711f call  0x00006adf 
+ 00027320  0x00007120 nbranch  0x00006abd , 0x0000002d 
+ 00027321  0x00007121 fetch  0x00000001 , 0x000001dd 
+ 00027322  0x00007122 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00027323  0x00007123 nbranch  0x00006a9e , 0x00000001 
+ 00027324  0x00007124 branch  0x00006acd 
+ 00027325  0x00007127 jam  0x00000000 , 0x00000030 
+ 00027326  0x00007129 call  0x00006ae5 
+ 00027327  0x0000712a nbranch  0x00006af1 , 0x00000002 
+ 00027328  0x0000712b fetch  0x00000001 , 0x000043ca 
+ 00027329  0x0000712c bbit1  0x00000001 , 0x00006acd 
+ 00027330  0x0000712d call  0x00006c20 
+ 00027331  0x0000712e nop  0x000000c8 
+ 00027332  0x0000712f call  0x00006c2f 
+ 00027333  0x00007130 nop  0x00000064 
+ 00027334  0x00007131 arg  0x00006c6c , 0x00000013 
+ 00027335  0x00007132 call  0x000069fc 
+ 00027336  0x00007133 call  0x00006a11 
+ 00027337  0x00007134 nbranch  0x00006acd , 0x0000002d 
+ 00027338  0x00007135 fetch  0x00000001 , 0x000001dd 
+ 00027339  0x00007136 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00027340  0x00007137 nbranch  0x00006abe , 0x00000001 
+ 00027341  0x0000713a call  0x00006ad1 
+ 00027342  0x0000713b fetch  0x00000001 , 0x000043ca 
+ 00027343  0x0000713c rtnbit0  0x00000000 
+ 00027344  0x0000713d branch  0x00006882 
+ 00027345  0x00007140 arg  0x000001ed , 0x00000005 
+ 00027346  0x00007141 call  0x00007c99 
+ 00027347  0x00007142 force  0x00000004 , 0x00000038 
+ 00027348  0x00007143 call  0x00007370 
+ 00027349  0x00007144 jam  0x00000021 , 0x00008050 
+ 00027350  0x00007145 rtn 
+ 00027351  0x00007148 fetch  0x00000001 , 0x00004429 
+ 00027352  0x00007149 fetcht  0x00000001 , 0x00004428 
+ 00027353  0x0000714a isub  0x00000002 , 0x0000003e 
+ 00027354  0x0000714b nbranch  0x00006cbc , 0x00000005 
+ 00027355  0x0000714d jam  0x00000004 , 0x00004427 
+ 00027356  0x0000714e jam  0x00000017 , 0x00004428 
+ 00027357  0x0000714f jam  0x00000016 , 0x00004429 
+ 00027358  0x00007150 branch  0x00006cbc 
+ 00027359  0x00007155 setarg  0x00000000 
+ 00027360  0x00007156 store  0x00000002 , 0x000001e0 
+ 00027361  0x00007157 arg  0x00006ce7 , 0x00000013 
+ 00027362  0x00007158 call  0x00006ca5 
+ 00027363  0x00007159 call  0x000069fc 
+ 00027364  0x0000715a branch  0x00006a11 
+ 00027365  0x00007160 call  0x00006aeb 
+ 00027366  0x00007161 fetch  0x00000001 , 0x00000030 
+ 00027367  0x00007162 increase  0x00000001 , 0x0000003f 
+ 00027368  0x00007163 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00027369  0x00007164 store  0x00000001 , 0x00000030 
+ 00027370  0x00007165 rtn 
+ 00027371  0x00007168 fetch  0x00000001 , 0x00000030 
+ 00027372  0x00007169 rtn  0x00000034 
+ 00027373  0x0000716a fetch  0x00000001 , 0x0000021b 
+ 00027374  0x0000716b rtn  0x00000034 
+ 00027375  0x0000716c copy  0x0000003f , 0x00000039 
+ 00027376  0x0000716d branch  0x00007c96 
+ 00027377  0x00007171 call  0x00006ad1 
+ 00027378  0x00007172 call  0x000069e6 
+ 00027379  0x00007174 call  0x00007d7c 
+ 00027380  0x00007175 rtn 
+ 00027381  0x00007178 and_into  0x000000e0 , 0x0000003f 
+ 00027382  0x00007179 rshift  0x0000003f , 0x0000003f 
+ 00027383  0x0000717a store  0x00000001 , 0x0000806f 
+ 00027384  0x0000717b setarg  0x00000001 
+ 00027385  0x0000717c arg  0x000043cd , 0x00000006 
+ 00027386  0x0000717e ifetcht  0x00000002 , 0x00000006 
+ 00027387  0x0000717f storet  0x00000002 , 0x0000804c 
+ 00027388  0x00007180 store  0x00000001 , 0x00008020 
+ 00027389  0x00007181 lshift  0x0000003f , 0x0000003f 
+ 00027390  0x00007182 bbit0  0x00000003 , 0x00006afa 
+ 00027391  0x00007183 rtn 
+ 00027392  0x00007187 fetch  0x00000001 , 0x000001dd 
+ 00027393  0x00007188 lshift  0x0000003f , 0x0000003f 
+ 00027394  0x00007189 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00027395  0x0000718a isolate0  0x0000000f , 0x00000011 
+ 00027396  0x0000718b rtn  0x00000001 
+ 00027397  0x0000718c store  0x00000001 , 0x000001dd 
+ 00027398  0x0000718d rtn 
+ 00027399  0x00007191 fetch  0x00000001 , 0x0000806f 
+ 00027400  0x00007192 rtnbit0  0x00000007 
+ 00027401  0x00007193 branch  0x00006b0d 
+ 00027402  0x00007195 fetch  0x00000001 , 0x00008128 
+ 00027403  0x00007196 qisolate1  0x0000003f 
+ 00027404  0x00007197 rtn  0x00000001 
+ 00027405  0x00007199 fetch  0x00000001 , 0x00008108 
+ 00027406  0x0000719a bbit0  0x00000001 , 0x00006b0a 
+ 00027407  0x0000719b call  0x000072d4 
+ 00027408  0x0000719c branch  0x00006b0a 
+ 00027409  0x000071b1 fetch  0x00000002 , 0x000040f0 
+ 00027410  0x000071b2 rtn  0x00000034 
+ 00027411  0x000071b3 jam  0x00000080 , 0x00008023 
+ 00027412  0x000071b4 jam  0x00000000 , 0x00008022 
+ 00027413  0x000071b5 jam  0x00000000 , 0x00008024 
+ 00027414  0x000071b6 fetcht  0x00000002 , 0x000040f2 
+ 00027415  0x000071b7 lshift2  0x00000002 , 0x00000039 
+ 00027416  0x000071b8 iforce  0x00000006 
+ 00027417  0x000071ba ifetch  0x00000001 , 0x00000006 
+ 00027418  0x000071bb store  0x00000001 , 0x00008025 
+ 00027419  0x000071bc loop  0x00006b19 
+ 00027420  0x000071bd jam  0x00000000 , 0x00008023 
+ 00027421  0x000071be rtn 
+ 00027422  0x000071c6 copy  0x00000002 , 0x00000039 
+ 00027423  0x000071c7 fetch  0x00000002 , 0x000001e0 
+ 00027424  0x000071c8 iadd  0x00000002 , 0x00000002 
+ 00027425  0x000071c9 storet  0x00000002 , 0x000001e0 
+ 00027426  0x000071ca iforce  0x00000012 
+ 00027427  0x000071cb copy  0x00000011 , 0x0000002e 
+ 00027428  0x000071cc jam  0x00000010 , 0x00008006 
+ 00027429  0x000071cd call  0x00006b74 
+ 00027430  0x000071ce copy  0x0000002e , 0x00000011 
+ 00027431  0x000071cf isolate0  0x0000000f , 0x00000011 
+ 00027432  0x000071d0 rtn  0x00000001 
+ 00027433  0x000071d1 call  0x00007dc6 , 0x00000034 
+ 00027434  0x000071d2 branch  0x00006b00 
+ 00027435  0x000071d6 jam  0x00000001 , 0x00008ac8 
+ 00027436  0x000071d7 nop  0x0000012c 
+ 00027437  0x000071d8 jam  0x00000005 , 0x00008ac8 
+ 00027438  0x000071d9 nop  0x00000064 
+ 00027439  0x000071da jam  0x00000025 , 0x00008ac8 
+ 00027440  0x000071db nop  0x000003e8 
+ 00027441  0x000071dc jam  0x00000027 , 0x00008ac8 
+ 00027442  0x000071dd nop  0x0000012c 
+ 00027443  0x000071de rtn 
+ 00027444  0x000071e1 call  0x00006b2b 
+ 00027445  0x000071e2 jam  0x0000003f , 0x00008ac8 
+ 00027446  0x000071e3 rtn 
+ 00027447  0x000071e6 jam  0x00000083 , 0x00008047 
+ 00027448  0x000071e8 jam  0x00000000 , 0x00008ac8 
+ 00027449  0x000071e9 rtn 
+ 00027450  0x000071ec call  0x00006b2b 
+ 00027451  0x000071ef jam  0x00000082 , 0x00008047 
+ 00027452  0x000071f0 nop  0x0000000c 
+ 00027453  0x000071f1 jam  0x00000080 , 0x00008047 
+ 00027454  0x000071f2 jam  0x00000082 , 0x00008047 
+ 00027455  0x000071f3 nop  0x00000096 
+ 00027456  0x000071f4 rtn 
+ 00027457  0x000071f8 lshift3  0x00000012 , 0x00000012 
+ 00027458  0x000071f9 storer  0x00000012 , 0x00000002 , 0x00008044 
+ 00027459  0x000071fa jam  0x00000000 , 0x00008046 
+ 00027460  0x000071fb rtn 
+ 00027461  0x000071ff bpatch  0x000000c4 , 0x00004018 
+ 00027462  0x00007200 call  0x00006b34 
+ 00027463  0x00007201 call  0x00006b41 
+ 00027464  0x00007202 call  0x00006b3b 
+ 00027465  0x00007204 ifetcht  0x00000001 , 0x00000011 
+ 00027466  0x00007205 increase  0x00000001 , 0x00000011 
+ 00027467  0x00007206 force  0x00000000 , 0x00000007 
+ 00027468  0x00007208 qisolate0  0x00000002 
+ 00027469  0x00007209 branch  0x00006b6c , 0x00000001 
+ 00027470  0x0000720a fetch  0x00000001 , 0x00008046 
+ 00027471  0x0000720b set1  0x00000006 , 0x0000003f 
+ 00027472  0x0000720c set1  0x00000007 , 0x0000003f 
+ 00027473  0x0000720d store  0x00000001 , 0x00008046 
+ 00027474  0x0000720e jam  0x00000002 , 0x00008047 
+ 00027475  0x0000720f jam  0x00000082 , 0x00008047 
+ 00027476  0x00007210 set0  0x00000007 , 0x0000003f 
+ 00027477  0x00007211 store  0x00000001 , 0x00008046 
+ 00027478  0x00007212 jam  0x0000008a , 0x00008047 
+ 00027479  0x00007213 nop  0x0000000b 
+ 00027480  0x00007214 jam  0x000000ca , 0x00008047 
+ 00027481  0x00007215 nop  0x00000021 
+ 00027482  0x00007216 jam  0x0000004a , 0x00008047 
+ 00027483  0x00007217 nop  0x0000002c 
+ 00027484  0x00007218 jam  0x000000ca , 0x00008047 
+ 00027485  0x00007219 nop  0x00000016 
+ 00027486  0x0000721a jam  0x0000008a , 0x00008047 
+ 00027487  0x0000721b nop  0x00000021 
+ 00027488  0x0000721c jam  0x00000082 , 0x00008047 
+ 00027489  0x0000721d nop  0x00000001 
+ 00027490  0x0000721e jam  0x00000092 , 0x00008047 
+ 00027491  0x0000721f nop  0x0000000a 
+ 00027492  0x00007220 jam  0x000000b2 , 0x00008047 
+ 00027493  0x00007221 fetch  0x00000001 , 0x00008007 
+ 00027494  0x00007222 jam  0x00000092 , 0x00008047 
+ 00027495  0x00007223 nop  0x00000001 
+ 00027496  0x00007224 jam  0x00000082 , 0x00008047 
+ 00027497  0x00007225 nop  0x00000001 
+ 00027498  0x00007226 qisolate0  0x0000003f 
+ 00027499  0x00007227 branch  0x00006b4c , 0x00000001 
+ 00027500  0x00007229 fetch  0x00000002 , 0x00008044 
+ 00027501  0x0000722a increase  0x00000001 , 0x0000003f 
+ 00027502  0x0000722b store  0x00000002 , 0x00008044 
+ 00027503  0x0000722c increase  0x00000001 , 0x00000007 
+ 00027504  0x0000722d compare  0x00000008 , 0x00000007 , 0x0000000f 
+ 00027505  0x0000722e nbranch  0x00006b4c , 0x00000001 
+ 00027506  0x0000722f loop  0x00006b49 
+ 00027507  0x00007230 branch  0x00006b38 
+ 00027508  0x00007237 bpatch  0x000000c5 , 0x00004018 
+ 00027509  0x00007239 call  0x00006b41 
+ 00027510  0x0000723a jam  0x000000a2 , 0x00008047 
+ 00027511  0x0000723b increase  0x00000008 , 0x00000012 
+ 00027512  0x0000723c arg  0x00000000 , 0x00000007 
+ 00027513  0x0000723d setarg  0xffffffff 
+ 00027514  0x0000723f fetcht  0x00000001 , 0x00008007 
+ 00027515  0x00007240 istoret  0x00000001 , 0x00000011 
+ 00027516  0x00007241 bcrc  0x00000002 
+ 00027517  0x00007242 jam  0x00000020 , 0x00008006 
+ 00027518  0x00007243 storer  0x00000012 , 0x00000002 , 0x00008044 
+ 00027519  0x00007244 isolate1  0x0000000f , 0x00000011 
+ 00027520  0x00007245 branch  0x00006b83 , 0x00000001 
+ 00027521  0x00007246 increase  0x00000001 , 0x00000011 
+ 00027522  0x00007247 branch  0x00006b89 
+ 00027523  0x0000724a nbranch  0x00006b89 , 0x00000028 
+ 00027524  0x0000724b increase  0x00000001 , 0x00000007 
+ 00027525  0x0000724c compare  0x00000000 , 0x00000007 , 0x0000000f 
+ 00027526  0x0000724d nbranch  0x00006b89 , 0x00000001 
+ 00027527  0x0000724e call  0x000072d4 
+ 00027528  0x0000724f jam  0x00000010 , 0x00008006 
+ 00027529  0x00007251 increase  0x00000008 , 0x00000012 
+ 00027530  0x00007252 loop  0x00006b7a 
+ 00027531  0x00007253 jam  0x00000082 , 0x00008047 
+ 00027532  0x00007254 rtn 
+ 00027533  0x00007260 fetch  0x00000001 , 0x000043cb 
+ 00027534  0x00007261 beq  0x0000000a , 0x00006b9e 
+ 00027535  0x00007262 beq  0x00000004 , 0x00006b9f 
+ 00027536  0x00007264 beq  0x00000008 , 0x00006ba3 
+ 00027537  0x00007265 beq  0x00000009 , 0x00006ba7 
+ 00027538  0x00007266 beq  0x00000006 , 0x00006ba7 
+ 00027539  0x00007267 beq  0x0000000c , 0x00006b9e 
+ 00027540  0x00007268 beq  0x0000000d , 0x00006bb1 
+ 00027541  0x00007269 beq  0x0000000e , 0x00006bab 
+ 00027542  0x0000726a beq  0x0000000b , 0x00006b99 
+ 00027543  0x0000726b beq  0x0000000f , 0x00006b9d 
+ 00027544  0x0000726c branch  0x00006bc2 
+ 00027545  0x00007270 arg  0x000043b2 , 0x0000003f 
+ 00027546  0x00007271 arg  0x00006858 , 0x00000002 
+ 00027547  0x00007272 call  0x00006bb7 
+ 00027548  0x00007273 branch  0x00006bae 
+ 00027549  0x00007276 branch  0x00006bae 
+ 00027550  0x0000727b branch  0x00006bbf 
+ 00027551  0x0000727f arg  0x00005099 , 0x0000003f 
+ 00027552  0x00007280 arg  0x00006858 , 0x00000002 
+ 00027553  0x00007281 call  0x00006bb7 
+ 00027554  0x00007282 branch  0x00006bae 
+ 00027555  0x00007285 arg  0x000043b2 , 0x0000003f 
+ 00027556  0x00007286 arg  0x000053dc , 0x00000002 
+ 00027557  0x00007287 call  0x00006bb7 
+ 00027558  0x00007288 branch  0x00006bae 
+ 00027559  0x0000728b arg  0x000043b2 , 0x0000003f 
+ 00027560  0x0000728c arg  0x00004770 , 0x00000002 
+ 00027561  0x0000728d call  0x00006bb7 
+ 00027562  0x0000728e branch  0x00006bae 
+ 00027563  0x00007291 arg  0x000047b7 , 0x0000003f 
+ 00027564  0x00007292 arg  0x00006858 , 0x00000002 
+ 00027565  0x00007293 call  0x00006bb7 
+ 00027566  0x00007295 arg  0x00003728 , 0x0000003f 
+ 00027567  0x00007296 arg  0x00004292 , 0x00000002 
+ 00027568  0x00007297 branch  0x00006bbc 
+ 00027569  0x0000729a arg  0x000047b7 , 0x0000003f 
+ 00027570  0x0000729b arg  0x00006858 , 0x00000002 
+ 00027571  0x0000729c call  0x00006bb7 
+ 00027572  0x0000729d arg  0x00002acb , 0x0000003f 
+ 00027573  0x0000729e arg  0x0000310d , 0x00000002 
+ 00027574  0x0000729f branch  0x00006bbc 
+ 00027575  0x000072a3 lshift16  0x00000002 , 0x00000002 
+ 00027576  0x000072a4 ior  0x00000002 , 0x0000003f 
+ 00027577  0x000072a5 branch  0x000023cf 
+ 00027578  0x000072a9 arg  0x00002b8f , 0x0000003f 
+ 00027579  0x000072aa arg  0x0000310d , 0x00000002 
+ 00027580  0x000072ac lshift16  0x00000002 , 0x00000002 
+ 00027581  0x000072ad ior  0x00000002 , 0x0000003f 
+ 00027582  0x000072ae branch  0x000023d6 
+ 00027583  0x000072b1 arg  0x00003112 , 0x0000003f 
+ 00027584  0x000072b2 arg  0x000036df , 0x00000002 
+ 00027585  0x000072b3 branch  0x00006bbc 
+ 00027586  0x000072b6 call  0x00006bbf 
+ 00027587  0x000072b7 arg  0x00002b8f , 0x0000003f 
+ 00027588  0x000072b8 arg  0x0000310d , 0x00000002 
+ 00027589  0x000072b9 branch  0x00006bb7 
+ 00027590  0x000072c0 bpatch  0x000000c6 , 0x00004018 
+ 00027591  0x000072c2 fetch  0x00000001 , 0x000043f5 
+ 00027592  0x000072c3 store  0x00000001 , 0x00008080 
+ 00027593  0x000072c4 fetch  0x00000001 , 0x000043f6 
+ 00027594  0x000072c5 store  0x00000001 , 0x00008081 
+ 00027595  0x000072c6 setarg  0x000001de 
+ 00027596  0x000072c7 store  0x00000002 , 0x00008084 
+ 00027597  0x000072c8 setarg  0x000001e3 
+ 00027598  0x000072c9 store  0x00000002 , 0x00008086 
+ 00027599  0x000072ca branch  0x000069dc 
+ 00027600  0x000072d0 set1  0x00000007 , 0x0000003f 
+ 00027601  0x000072d1 store  0x00000002 , 0x000001de 
+ 00027602  0x000072d2 bpatch  0x000000c7 , 0x00004018 
+ 00027603  0x000072d3 jam  0x00000002 , 0x00008082 
+ 00027604  0x000072d4 jam  0x00000000 , 0x00008088 
+ 00027605  0x000072d5 jam  0x00000002 , 0x00008006 
+ 00027606  0x000072d6 branch  0x00006be0 
+ 00027607  0x000072da force  0x00000001 , 0x00000002 
+ 00027608  0x000072dc store  0x00000001 , 0x000001de 
+ 00027609  0x000072dd bpatch  0x000000c8 , 0x00004019 
+ 00027610  0x000072de jam  0x00000001 , 0x00008082 
+ 00027611  0x000072df storet  0x00000002 , 0x00008088 
+ 00027612  0x000072e0 jam  0x00000002 , 0x00008006 
+ 00027613  0x000072e1 call  0x00006be0 
+ 00027614  0x000072e2 fetch  0x00000001 , 0x000001e3 
+ 00027615  0x000072e3 rtn 
+ 00027616  0x000072ea nop  0x00000005 
+ 00027617  0x000072eb fetch  0x00000001 , 0x00008128 
+ 00027618  0x000072ec bbit0  0x00000003 , 0x00006be0 
+ 00027619  0x000072ed rtn 
+ 00027620  0x000072f6 disable  0x00000028 
+ 00027621  0x000072f7 copy  0x0000003f , 0x00000012 
+ 00027622  0x000072f8 fetch  0x00000001 , 0x00004420 
+ 00027623  0x000072f9 rtnne  0x00000000 
+ 00027624  0x000072fa enable  0x00000028 
+ 00027625  0x000072fb copy  0x00000012 , 0x0000003f 
+ 00027626  0x000072fc branch  0x00006bf2 
+ 00027627  0x00007300 fetch  0x00000001 , 0x00004420 
+ 00027628  0x00007301 beq  0x00000001 , 0x00006bf2 
+ 00027629  0x00007302 beq  0x00000002 , 0x00006bf8 
+ 00027630  0x00007303 beq  0x00000003 , 0x00006c00 
+ 00027631  0x00007304 beq  0x00000004 , 0x00006c04 
+ 00027632  0x00007305 beq  0x00000005 , 0x00006c0b 
+ 00027633  0x00007306 rtn 
+ 00027634  0x00007309 store  0x00000003 , 0x00004419 
+ 00027635  0x0000730a copy  0x00000011 , 0x0000003f 
+ 00027636  0x0000730b store  0x00000002 , 0x0000441c 
+ 00027637  0x0000730c storet  0x00000002 , 0x0000441e 
+ 00027638  0x0000730d jam  0x00000002 , 0x00004420 
+ 00027639  0x0000730e branch  0x00006c20 
+ 00027640  0x00007311 call  0x00006c20 
+ 00027641  0x00007312 jam  0x00000003 , 0x00004420 
+ 00027642  0x00007313 call  0x00006c26 
+ 00027643  0x00007314 arg  0x000001de , 0x00000011 
+ 00027644  0x00007315 jam  0x00000004 , 0x00008082 
+ 00027645  0x00007316 fetch  0x00000003 , 0x00004419 
+ 00027646  0x00007317 arg  0x00000020 , 0x00000002 
+ 00027647  0x00007318 branch  0x00006c40 
+ 00027648  0x0000731b call  0x00006c20 
+ 00027649  0x0000731c call  0x00006c63 
+ 00027650  0x0000731d jam  0x00000004 , 0x00004420 
+ 00027651  0x0000731e rtn 
+ 00027652  0x00007322 bpatch  0x000000c9 , 0x00004019 
+ 00027653  0x00007323 call  0x00006c20 
+ 00027654  0x00007324 jam  0x00000005 , 0x00004420 
+ 00027655  0x00007325 call  0x00006c26 
+ 00027656  0x00007326 call  0x00006c18 
+ 00027657  0x00007327 call  0x00006c3c 
+ 00027658  0x00007328 branch  0x00006c13 
+ 00027659  0x0000732a call  0x00006c20 
+ 00027660  0x0000732b call  0x00006c26 
+ 00027661  0x0000732c setarg  0x00000005 
+ 00027662  0x0000732d call  0x00006bd7 
+ 00027663  0x0000732e rtnbit1  0x00000000 
+ 00027664  0x0000732f jam  0x00000000 , 0x00004420 
+ 00027665  0x00007330 fetch  0x00000002 , 0x000043e7 
+ 00027666  0x00007331 branch  0x00007d79 
+ 00027667  0x00007333 fetch  0x00000004 , 0x00000678 
+ 00027668  0x00007334 fetcht  0x00000002 , 0x0000441c 
+ 00027669  0x00007336 increase  0xfffffffc , 0x00000002 
+ 00027670  0x00007337 istore  0x00000004 , 0x00000002 
+ 00027671  0x00007338 rtn 
+ 00027672  0x0000733b fetcht  0x00000002 , 0x0000441c 
+ 00027673  0x0000733c copy  0x00000002 , 0x00000011 
+ 00027674  0x0000733d increase  0xfffffffc , 0x00000002 
+ 00027675  0x0000733e ifetch  0x00000004 , 0x00000002 
+ 00027676  0x0000733f store  0x00000004 , 0x00000678 
+ 00027677  0x00007340 fetcht  0x00000002 , 0x0000441e 
+ 00027678  0x00007341 fetch  0x00000003 , 0x00004419 
+ 00027679  0x00007342 rtn 
+ 00027680  0x00007345 bpatch  0x000000ca , 0x00004019 
+ 00027681  0x00007346 call  0x00006c8b 
+ 00027682  0x00007347 call  0x000069dc 
+ 00027683  0x00007348 setarg  0x00000000 
+ 00027684  0x00007349 store  0x00000004 , 0x000001de 
+ 00027685  0x0000734a rtn 
+ 00027686  0x0000734d jam  0x00000006 , 0x000001de 
+ 00027687  0x0000734f setarg  0x00000000 
+ 00027688  0x00007350 store  0x00000002 , 0x00008088 
+ 00027689  0x00007351 setarg  0x00000001 
+ 00027690  0x00007352 store  0x00000002 , 0x00008082 
+ 00027691  0x00007353 setarg  0x000001de 
+ 00027692  0x00007354 store  0x00000002 , 0x00008084 
+ 00027693  0x00007355 jam  0x00000002 , 0x00008006 
+ 00027694  0x00007356 branch  0x00006be0 
+ 00027695  0x00007359 jam  0x000000ab , 0x000001de 
+ 00027696  0x0000735a branch  0x00006c27 
+ 00027697  0x0000735d jam  0x000000b9 , 0x000001de 
+ 00027698  0x0000735e branch  0x00006c27 
+ 00027699  0x00007361 store  0x00000003 , 0x00000670 
+ 00027700  0x00007362 storet  0x00000002 , 0x00000678 
+ 00027701  0x00007363 storer  0x00000011 , 0x00000002 , 0x00000684 
+ 00027702  0x00007364 bpatchx  0x000000b5 , 0x00004036 
+ 00027703  0x00007365 call  0x00006c26 
+ 00027704  0x00007366 fetch  0x00000003 , 0x00000670 
+ 00027705  0x00007367 fetcht  0x00000002 , 0x00000678 
+ 00027706  0x00007368 fetchr  0x00000011 , 0x00000002 , 0x00000684 
+ 00027707  0x00007369 branch  0x00006c3c 
+ 00027708  0x0000736d increase  0x00000004 , 0x00000002 
+ 00027709  0x0000736e storet  0x00000002 , 0x00008082 
+ 00027710  0x0000736f arg  0x00000002 , 0x00000002 
+ 00027711  0x00007370 increase  0xfffffffc , 0x00000011 
+ 00027712  0x00007373 istoret  0x00000001 , 0x00000011 
+ 00027713  0x00007374 rshift16  0x0000003f , 0x00000002 
+ 00027714  0x00007375 istoret  0x00000001 , 0x00000005 
+ 00027715  0x00007376 rshift8  0x0000003f , 0x00000002 
+ 00027716  0x00007377 istoret  0x00000001 , 0x00000005 
+ 00027717  0x00007378 istore  0x00000001 , 0x00000005 
+ 00027718  0x00007379 deposit  0x00000011 
+ 00027719  0x0000737a store  0x00000002 , 0x00008084 
+ 00027720  0x0000737b setarg  0x00000000 
+ 00027721  0x0000737c store  0x00000002 , 0x00008088 
+ 00027722  0x0000737d jam  0x00000002 , 0x00008006 
+ 00027723  0x0000737e call  0x00006be0 
+ 00027724  0x0000737f branch  0x00006c63 
+ 00027725  0x00007384 storet  0x00000002 , 0x00008088 
+ 00027726  0x00007385 rshift16  0x0000003f , 0x00000002 
+ 00027727  0x00007386 storet  0x00000001 , 0x000001df 
+ 00027728  0x00007387 rshift8  0x0000003f , 0x00000002 
+ 00027729  0x00007388 storet  0x00000001 , 0x000001e0 
+ 00027730  0x00007389 store  0x00000001 , 0x000001e1 
+ 00027731  0x0000738a setarg  0x00000004 
+ 00027732  0x0000738b store  0x00000002 , 0x00008082 
+ 00027733  0x0000738c jam  0x00000003 , 0x000001de 
+ 00027734  0x0000738d setarg  0x000001de 
+ 00027735  0x0000738e store  0x00000002 , 0x00008084 
+ 00027736  0x0000738f deposit  0x00000011 
+ 00027737  0x00007390 store  0x00000002 , 0x00008086 
+ 00027738  0x00007391 fetch  0x00000001 , 0x00008080 
+ 00027739  0x00007392 isolate0  0x0000000f , 0x00000011 
+ 00027740  0x00007393 setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00027741  0x00007394 store  0x00000001 , 0x00008080 
+ 00027742  0x00007395 jam  0x00000002 , 0x00008006 
+ 00027743  0x00007397 fetch  0x00000001 , 0x00008128 
+ 00027744  0x00007398 bbit1  0x00000007 , 0x00006c5f 
+ 00027745  0x00007399 arg  0x00000003 , 0x00000007 
+ 00027746  0x0000739a branch  0x00006be0 
+ 00027747  0x0000739d setarg  0x000007d0 
+ 00027748  0x0000739e call  0x0000235c 
+ 00027749  0x0000739f call  0x00006c26 
+ 00027750  0x000073a0 setarg  0x000001e3 
+ 00027751  0x000073a1 store  0x00000002 , 0x00008086 
+ 00027752  0x000073a2 setarg  0x00000005 
+ 00027753  0x000073a3 call  0x00006bd7 
+ 00027754  0x000073a4 bbit1  0x00000000 , 0x00006c63 
+ 00027755  0x000073a5 rtn 
+ 00027756  0x000073ac storet  0x00000002 , 0x00008088 
+ 00027757  0x000073ad setarg  0x00000004 
+ 00027758  0x000073ae store  0x00000002 , 0x00008082 
+ 00027759  0x000073af jam  0x00000003 , 0x000001de 
+ 00027760  0x000073b0 setarg  0x000001de 
+ 00027761  0x000073b1 store  0x00000002 , 0x00008084 
+ 00027762  0x000073b2 deposit  0x00000011 
+ 00027763  0x000073b3 store  0x00000002 , 0x00008086 
+ 00027764  0x000073b4 fetch  0x00000001 , 0x00008080 
+ 00027765  0x000073b5 isolate0  0x0000000f , 0x00000011 
+ 00027766  0x000073b6 setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00027767  0x000073b7 store  0x00000001 , 0x00008080 
+ 00027768  0x000073b8 jam  0x00000002 , 0x00008006 
+ 00027769  0x000073ba fetch  0x00000001 , 0x00008128 
+ 00027770  0x000073bb bbit1  0x00000007 , 0x00006c79 
+ 00027771  0x000073bc arg  0x00000003 , 0x00000007 
+ 00027772  0x000073bd call  0x00006b07 
+ 00027773  0x000073be call  0x00006be0 
+ 00027774  0x000073bf isolate1  0x00000002 , 0x0000003f 
+ 00027775  0x000073c0 call  0x00006b00 
+ 00027776  0x000073c1 fetch  0x00000001 , 0x000001df 
+ 00027777  0x000073c2 lshift16  0x0000003f , 0x00000012 
+ 00027778  0x000073c3 fetch  0x00000002 , 0x000001e0 
+ 00027779  0x000073c4 byteswap  0x0000003f , 0x0000003f 
+ 00027780  0x000073c5 ior  0x00000012 , 0x0000003f 
+ 00027781  0x000073c6 iadd  0x00000002 , 0x0000003f 
+ 00027782  0x000073c7 store  0x00000001 , 0x000001e1 
+ 00027783  0x000073c8 rshift8  0x0000003f , 0x0000003f 
+ 00027784  0x000073c9 byteswap  0x0000003f , 0x0000003f 
+ 00027785  0x000073ca store  0x00000002 , 0x000001df 
+ 00027786  0x000073cb rtn 
+ 00027787  0x000073ce fetch  0x00000001 , 0x00004421 
+ 00027788  0x000073cf fetcht  0x00000001 , 0x00004423 
+ 00027789  0x000073d0 isub  0x00000002 , 0x0000003e 
+ 00027790  0x000073d1 nbranch  0x00006c90 , 0x00000005 
+ 00027791  0x000073d2 call  0x00006c9c 
+ 00027792  0x000073d5 fetch  0x00000001 , 0x00004421 
+ 00027793  0x000073d6 arg  0x00000020 , 0x00000002 
+ 00027794  0x000073d7 call  0x00006f21 
+ 00027795  0x000073d8 fetch  0x00000001 , 0x00004424 
+ 00027796  0x000073d9 arg  0x00000021 , 0x00000002 
+ 00027797  0x000073da call  0x00006f21 
+ 00027798  0x000073db fetch  0x00000001 , 0x00004422 
+ 00027799  0x000073dc arg  0x00000022 , 0x00000002 
+ 00027800  0x000073dd call  0x00006f21 
+ 00027801  0x000073de fetch  0x00000001 , 0x00004423 
+ 00027802  0x000073df arg  0x0000001f , 0x00000002 
+ 00027803  0x000073e0 branch  0x00006f21 
+ 00027804  0x000073e3 jam  0x00000001 , 0x00004421 
+ 00027805  0x000073e4 jam  0x00000003 , 0x00004422 
+ 00027806  0x000073e5 jam  0x00000000 , 0x00004423 
+ 00027807  0x000073e6 jam  0x00000002 , 0x00004424 
+ 00027808  0x000073e7 jam  0x0000000b , 0x00004425 
+ 00027809  0x000073e8 jam  0x0000000a , 0x00004426 
+ 00027810  0x000073e9 rtn 
+ 00027811  0x000073ed jam  0x00000001 , 0x00008010 
+ 00027812  0x000073ee rtn 
+ 00027813  0x000073f5 jam  0x00000005 , 0x0000808b 
+ 00027814  0x000073f6 jam  0x00000007 , 0x0000808c 
+ 00027815  0x000073f7 jam  0x00000007 , 0x0000808d 
+ 00027816  0x000073f8 jam  0x00000007 , 0x0000808e 
+ 00027817  0x000073f9 jam  0x00000007 , 0x0000808f 
+ 00027818  0x000073fa jam  0x00000005 , 0x00008090 
+ 00027819  0x000073fb jam  0x00000000 , 0x00008091 
+ 00027820  0x000073fc rtn 
+ 00027821  0x000073ff jam  0x0000000c , 0x0000808b 
+ 00027822  0x00007400 jam  0x0000000d , 0x0000808c 
+ 00027823  0x00007401 jam  0x0000000d , 0x0000808d 
+ 00027824  0x00007402 jam  0x0000000d , 0x0000808e 
+ 00027825  0x00007403 jam  0x0000000d , 0x0000808f 
+ 00027826  0x00007404 jam  0x0000000c , 0x00008090 
+ 00027827  0x00007405 jam  0x00000000 , 0x00008091 
+ 00027828  0x00007406 rtn 
+ 00027829  0x00007409 call  0x00006cd8 
+ 00027830  0x0000740b fetch  0x00000001 , 0x00004428 
+ 00027831  0x0000740c arg  0x0000006c , 0x00000002 
+ 00027832  0x0000740d call  0x00006f21 
+ 00027833  0x0000740e fetch  0x00000001 , 0x00004429 
+ 00027834  0x0000740f arg  0x0000006d , 0x00000002 
+ 00027835  0x00007410 branch  0x00006f21 
+ 00027836  0x00007413 call  0x00006cdf 
+ 00027837  0x00007414 branch  0x00006cb6 
+ 00027838  0x00007417 fetch  0x00000001 , 0x00008128 
+ 00027839  0x00007418 bbit0  0x00000005 , 0x00006cbe 
+ 00027840  0x00007419 rtn 
+ 00027841  0x00007434 set1  0x00000028 , 0x00000000 
+ 00027842  0x00007435 jam  0x00000008 , 0x000043f4 
+ 00027843  0x00007436 rtn 
+ 00027844  0x00007439 set0  0x00000028 , 0x00000000 
+ 00027845  0x0000743a jam  0x00000020 , 0x000043f4 
+ 00027846  0x0000743b rtn 
+ 00027847  0x0000743f fetch  0x00000001 , 0x000043eb 
+ 00027848  0x00007440 iadd  0x00000012 , 0x0000003f 
+ 00027849  0x00007441 store  0x00000001 , 0x000001e0 
+ 00027850  0x00007442 branch  0x00006cce 
+ 00027851  0x00007445 fetch  0x00000002 , 0x000001e0 
+ 00027852  0x00007446 byteswap  0x0000003f , 0x0000003f 
+ 00027853  0x00007447 store  0x00000001 , 0x000001e0 
+ 00027854  0x0000744d setarg  0x00000003 
+ 00027855  0x0000744e store  0x00000002 , 0x00008092 
+ 00027856  0x0000744f jam  0x000000a0 , 0x000001df 
+ 00027857  0x00007450 jam  0x000000a1 , 0x000001e1 
+ 00027858  0x00007451 branch  0x00006ced 
+ 00027859  0x00007458 storet  0x00000002 , 0x00000678 
+ 00027860  0x00007459 call  0x00006cd8 
+ 00027861  0x0000745a fetcht  0x00000002 , 0x00000678 
+ 00027862  0x0000745b call  0x00006d07 
+ 00027863  0x0000745c branch  0x00006cdf 
+ 00027864  0x0000745f fetch  0x00000001 , 0x00004427 
+ 00027865  0x00007460 rtneq  0x000000ff 
+ 00027866  0x00007461 bbit0  0x00000006 , 0x00006cdd 
+ 00027867  0x00007462 setarg  0x000249f0 
+ 00027868  0x00007463 call  0x0000235c 
+ 00027869  0x00007465 fetcht  0x00000001 , 0x00004427 
+ 00027870  0x00007466 branch  0x00006ef7 
+ 00027871  0x00007469 fetcht  0x00000001 , 0x00004427 
+ 00027872  0x0000746a branch  0x00006ef3 
+ 00027873  0x00007470 bpatch  0x000000cb , 0x00004019 
+ 00027874  0x00007471 bmark1  0x00000028 , 0x00006cc7 
+ 00027875  0x00007472 fetch  0x00000002 , 0x000043eb 
+ 00027876  0x00007473 iadd  0x00000012 , 0x0000003f 
+ 00027877  0x00007474 byteswap  0x0000003f , 0x0000003f 
+ 00027878  0x00007475 store  0x00000002 , 0x000001e0 
+ 00027879  0x00007479 bpatch  0x000000cc , 0x00004019 
+ 00027880  0x0000747a bmark1  0x00000028 , 0x00006ccb 
+ 00027881  0x0000747b setarg  0x00000004 
+ 00027882  0x0000747c store  0x00000002 , 0x00008092 
+ 00027883  0x0000747d jam  0x000000a0 , 0x000001df 
+ 00027884  0x0000747e jam  0x000000a1 , 0x000001e2 
+ 00027885  0x00007480 setarg  0x000001df 
+ 00027886  0x00007481 store  0x00000002 , 0x00008094 
+ 00027887  0x00007482 storet  0x00000002 , 0x00008098 
+ 00027888  0x00007483 storer  0x00000011 , 0x00000002 , 0x00008096 
+ 00027889  0x00007484 setarg  0x00000002 
+ 00027890  0x00007485 isolate0  0x0000000f , 0x00000011 
+ 00027891  0x00007486 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00027892  0x00007487 store  0x00000001 , 0x0000808a 
+ 00027893  0x00007488 jam  0x00000004 , 0x00008006 
+ 00027894  0x00007489 arg  0x00000005 , 0x00000007 
+ 00027895  0x0000748a call  0x00006b07 
+ 00027896  0x0000748b call  0x00006cbe 
+ 00027897  0x0000748c isolate1  0x00000004 , 0x0000003f 
+ 00027898  0x0000748d call  0x00006b00 
+ 00027899  0x0000748e bmark1  0x00000028 , 0x00006d02 
+ 00027900  0x00007490 fetch  0x00000002 , 0x000001e0 
+ 00027901  0x00007491 byteswap  0x0000003f , 0x0000003f 
+ 00027902  0x00007492 iadd  0x00000002 , 0x0000003f 
+ 00027903  0x00007493 byteswap  0x0000003f , 0x0000003f 
+ 00027904  0x00007494 store  0x00000002 , 0x000001e0 
+ 00027905  0x00007495 rtn 
+ 00027906  0x00007498 fetch  0x00000001 , 0x000001e0 
+ 00027907  0x00007499 iadd  0x00000002 , 0x0000003f 
+ 00027908  0x0000749a byteswap  0x0000003f , 0x0000003f 
+ 00027909  0x0000749b store  0x00000002 , 0x000001e0 
+ 00027910  0x0000749c rtn 
+ 00027911  0x000074a3 fetch  0x00000002 , 0x000043eb 
+ 00027912  0x000074a4 iadd  0x00000012 , 0x0000003f 
+ 00027913  0x000074a7 store  0x00000002 , 0x00000670 
+ 00027914  0x000074a8 bpatch  0x000000cd , 0x00004019 
+ 00027915  0x000074a9 storet  0x00000002 , 0x00000678 
+ 00027916  0x000074aa storer  0x00000011 , 0x00000002 , 0x0000068f 
+ 00027917  0x000074ac call  0x00006d1c 
+ 00027918  0x000074ae fetcht  0x00000002 , 0x00000688 
+ 00027919  0x000074af fetchr  0x00000011 , 0x00000002 , 0x0000068f 
+ 00027920  0x000074b0 fetch  0x00000002 , 0x00000670 
+ 00027921  0x000074b2 call  0x00006d3d 
+ 00027922  0x000074b4 fetch  0x00000002 , 0x00000688 
+ 00027923  0x000074b5 fetcht  0x00000002 , 0x0000068f 
+ 00027924  0x000074b6 iadd  0x00000002 , 0x00000002 
+ 00027925  0x000074b7 storet  0x00000002 , 0x0000068f 
+ 00027926  0x000074b8 fetcht  0x00000002 , 0x00000670 
+ 00027927  0x000074b9 iadd  0x00000002 , 0x00000002 
+ 00027928  0x000074ba storet  0x00000002 , 0x00000670 
+ 00027929  0x000074bb fetch  0x00000002 , 0x00000678 
+ 00027930  0x000074bc nbranch  0x00006d0d , 0x00000034 
+ 00027931  0x000074bd rtn 
+ 00027932  0x000074c6 bpatch  0x000000ce , 0x00004019 
+ 00027933  0x000074c7 fetch  0x00000001 , 0x000043f4 
+ 00027934  0x000074c8 increase  0xffffffff , 0x0000003f 
+ 00027935  0x000074c9 fetcht  0x00000002 , 0x00000670 
+ 00027936  0x000074ca ior  0x00000002 , 0x0000003f 
+ 00027937  0x000074cb increase  0x00000001 , 0x0000003f 
+ 00027938  0x000074cc store  0x00000003 , 0x0000068c 
+ 00027939  0x000074ce fetch  0x00000002 , 0x00000678 
+ 00027940  0x000074cf iadd  0x00000002 , 0x0000003f 
+ 00027941  0x000074d1 fetcht  0x00000003 , 0x0000068c 
+ 00027942  0x000074d2 isub  0x00000002 , 0x0000003f 
+ 00027943  0x000074d3 nbranch  0x00006d2e , 0x00000002 
+ 00027944  0x000074d4 store  0x00000002 , 0x00000678 
+ 00027945  0x000074d5 fetch  0x00000003 , 0x0000068c 
+ 00027946  0x000074d6 fetcht  0x00000002 , 0x00000670 
+ 00027947  0x000074d7 isub  0x00000002 , 0x0000003f 
+ 00027948  0x000074d8 store  0x00000002 , 0x00000688 
+ 00027949  0x000074d9 rtn 
+ 00027950  0x000074dc fetch  0x00000002 , 0x00000678 
+ 00027951  0x000074dd store  0x00000002 , 0x00000688 
+ 00027952  0x000074de setarg  0x00000000 
+ 00027953  0x000074df store  0x00000002 , 0x00000678 
+ 00027954  0x000074e0 rtn 
+ 00027955  0x000074e3 copy  0x00000012 , 0x0000003f 
+ 00027956  0x000074e4 increase  0x00000002 , 0x00000002 
+ 00027957  0x000074e5 storet  0x00000002 , 0x00008092 
+ 00027958  0x000074e6 increase  0xfffffffe , 0x00000011 
+ 00027959  0x000074e7 ifetcht  0x00000003 , 0x00000011 
+ 00027960  0x000074e8 copy  0x00000002 , 0x00000012 
+ 00027961  0x000074e9 arg  0x000000a0 , 0x00000002 
+ 00027962  0x000074ea istoret  0x00000001 , 0x00000011 
+ 00027963  0x000074eb istore  0x00000001 , 0x00000005 
+ 00027964  0x000074ec branch  0x00006d4a 
+ 00027965  0x000074f0 copy  0x0000003f , 0x00000012 
+ 00027966  0x000074f1 bpatch  0x000000cf , 0x00004019 
+ 00027967  0x000074f2 bmark1  0x00000028 , 0x00006d33 
+ 00027968  0x000074f3 copy  0x00000012 , 0x0000003f 
+ 00027969  0x000074f4 increase  0x00000003 , 0x00000002 
+ 00027970  0x000074f5 storet  0x00000002 , 0x00008092 
+ 00027971  0x000074f6 increase  0xfffffffd , 0x00000011 
+ 00027972  0x000074f7 ifetcht  0x00000003 , 0x00000011 
+ 00027973  0x000074f8 copy  0x00000002 , 0x00000012 
+ 00027974  0x000074f9 arg  0x000000a0 , 0x00000002 
+ 00027975  0x000074fa istoret  0x00000001 , 0x00000011 
+ 00027976  0x000074fb byteswap  0x0000003f , 0x0000003f 
+ 00027977  0x000074fc istore  0x00000002 , 0x00000005 
+ 00027978  0x000074fe storer  0x00000011 , 0x00000002 , 0x00008094 
+ 00027979  0x000074ff setarg  0x00000000 
+ 00027980  0x00007500 store  0x00000002 , 0x00008098 
+ 00027981  0x00007501 jam  0x00000001 , 0x0000808a 
+ 00027982  0x00007502 jam  0x00000004 , 0x00008006 
+ 00027983  0x00007503 call  0x00006cbe 
+ 00027984  0x00007504 istorer  0x00000012 , 0x00000003 , 0x00000011 
+ 00027985  0x00007506 bpatch  0x000000d0 , 0x0000401a 
+ 00027986  0x00007507 jam  0x00000000 , 0x000001e2 
+ 00027987  0x00007509 setarg  0x00000001 
+ 00027988  0x0000750a store  0x00000002 , 0x00008092 
+ 00027989  0x0000750b jam  0x000000a0 , 0x000001df 
+ 00027990  0x0000750c setarg  0x000001df 
+ 00027991  0x0000750d store  0x00000002 , 0x00008094 
+ 00027992  0x0000750e setarg  0x00000000 
+ 00027993  0x0000750f store  0x00000002 , 0x00008098 
+ 00027994  0x00007510 store  0x00000002 , 0x00008096 
+ 00027995  0x00007511 setarg  0x00000003 
+ 00027996  0x00007512 store  0x00000001 , 0x0000808a 
+ 00027997  0x00007513 jam  0x00000004 , 0x00008006 
+ 00027998  0x00007514 call  0x00006cbe 
+ 00027999  0x00007515 fetch  0x00000001 , 0x00008128 
+ 00028000  0x00007516 rtnbit0  0x00000006 
+ 00028001  0x00007517 nop  0x000005dc 
+ 00028002  0x00007518 fetch  0x00000001 , 0x000001e2 
+ 00028003  0x00007519 increase  0x00000001 , 0x0000003f 
+ 00028004  0x0000751a store  0x00000001 , 0x000001e2 
+ 00028005  0x0000751b sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00028006  0x0000751c nrtn  0x00000002 
+ 00028007  0x0000751d branch  0x00006d53 
+ 00028008  0x00007522 call  0x00007dba 
+ 00028009  0x00007523 branch  0x00006d6a 
+ 00028010  0x00007526 rshift16  0x0000003f , 0x00000002 
+ 00028011  0x00007527 call  0x00006d8e , 0x00000028 
+ 00028012  0x00007528 rshift32  0x0000003f , 0x0000003f 
+ 00028013  0x00007529 rshift16  0x0000003f , 0x00000002 
+ 00028014  0x0000752a call  0x00006d8a , 0x00000028 
+ 00028015  0x0000752b fetch  0x00000002 , 0x00008050 
+ 00028016  0x0000752c set0  0x0000000f , 0x0000003f 
+ 00028017  0x0000752d store  0x00000002 , 0x00008050 
+ 00028018  0x0000752e rtn 
+ 00028019  0x00007532 store  0x00000002 , 0x00008052 
+ 00028020  0x00007533 rtn 
+ 00028021  0x00007537 call  0x00006d77 
+ 00028022  0x00007538 branch  0x00006d73 
+ 00028023  0x0000753c call  0x00006d7c 
+ 00028024  0x0000753d idiv  0x00000002 
+ 00028025  0x0000753e call  0x00007d62 
+ 00028026  0x0000753f quotient  0x0000003f 
+ 00028027  0x00007540 rtn 
+ 00028028  0x00007543 fetch  0x00000001 , 0x00008043 
+ 00028029  0x00007544 bbit0  0x00000000 , 0x00006d80 
+ 00028030  0x00007545 setarg  0x02dc6c00 
+ 00028031  0x00007546 rtn 
+ 00028032  0x00007548 setarg  0x016e3600 
+ 00028033  0x00007549 rtn 
+ 00028034  0x0000754c fetch  0x00000001 , 0x00008043 
+ 00028035  0x0000754d and  0x0000003f , 0x000000fe , 0x0000003f 
+ 00028036  0x0000754e store  0x00000001 , 0x00008043 
+ 00028037  0x0000754f rtn 
+ 00028038  0x00007552 fetch  0x00000001 , 0x00008043 
+ 00028039  0x00007553 or  0x0000003f , 0x00000001 , 0x0000003f 
+ 00028040  0x00007554 store  0x00000001 , 0x00008043 
+ 00028041  0x00007555 rtn 
+ 00028042  0x0000755a store  0x00000002 , 0x0000805a 
+ 00028043  0x0000755b store  0x00000002 , 0x0000805e 
+ 00028044  0x0000755c storet  0x00000002 , 0x0000805c 
+ 00028045  0x0000755d rtn 
+ 00028046  0x00007561 store  0x00000002 , 0x00008054 
+ 00028047  0x00007562 store  0x00000002 , 0x00008058 
+ 00028048  0x00007563 storet  0x00000002 , 0x00008056 
+ 00028049  0x00007564 rtn 
+ 00028050  0x00007567 fetchr  0x0000000a , 0x00000002 , 0x0000805a 
+ 00028051  0x00007568 fetchr  0x00000010 , 0x00000002 , 0x0000805c 
+ 00028052  0x00007569 fetchr  0x00000003 , 0x00000002 , 0x0000805e 
+ 00028053  0x0000756a rtn 
+ 00028054  0x0000756d fetchr  0x0000000a , 0x00000002 , 0x00008054 
+ 00028055  0x0000756e fetchr  0x00000010 , 0x00000002 , 0x00008056 
+ 00028056  0x0000756f fetchr  0x00000003 , 0x00000002 , 0x00008058 
+ 00028057  0x00007570 rtn 
+ 00028058  0x00007573 storer  0x00000003 , 0x00000002 , 0x0000805e 
+ 00028059  0x00007574 rtn 
+ 00028060  0x00007577 storer  0x00000003 , 0x00000002 , 0x00008058 
+ 00028061  0x00007578 rtn 
+ 00028062  0x0000757b call  0x00006d96 
+ 00028063  0x0000757c fetch  0x00000002 , 0x00008112 
+ 00028064  0x0000757d iadd  0x00000003 , 0x00000003 
+ 00028065  0x0000757e branch  0x00006d9c 
+ 00028066  0x00007581 call  0x00006da6 
+ 00028067  0x00007582 branch  0x00006d92 
+ 00028068  0x00007585 call  0x00006d9a 
+ 00028069  0x00007586 branch  0x00006daa 
+ 00028070  0x0000758a storer  0x00000003 , 0x00000002 , 0x00000697 
+ 00028071  0x0000758b storer  0x0000000a , 0x00000002 , 0x00000695 
+ 00028072  0x0000758c storer  0x00000010 , 0x00000002 , 0x00000693 
+ 00028073  0x0000758d rtn 
+ 00028074  0x00007590 fetchr  0x00000003 , 0x00000002 , 0x00000697 
+ 00028075  0x00007591 fetchr  0x0000000a , 0x00000002 , 0x00000695 
+ 00028076  0x00007592 fetchr  0x00000010 , 0x00000002 , 0x00000693 
+ 00028077  0x00007593 rtn 
+ 00028078  0x00007596 fetch  0x00000002 , 0x0000810e 
+ 00028079  0x00007597 nbranch  0x00006dae , 0x00000034 
+ 00028080  0x00007598 rtn 
+ 00028081  0x0000759b deposit  0x00000039 
+ 00028082  0x0000759c rtn  0x00000034 
+ 00028083  0x0000759e increase  0xfffffff8 , 0x00000039 
+ 00028084  0x0000759f call  0x00006dbe , 0x00000002 
+ 00028085  0x000075a0 rtn  0x00000005 
+ 00028086  0x000075a1 branch  0x00006db3 , 0x00000002 
+ 00028087  0x000075a2 increase  0x00000008 , 0x00000039 
+ 00028088  0x000075a4 increase  0xfffffffc , 0x00000039 
+ 00028089  0x000075a5 call  0x00006dc1 , 0x00000002 
+ 00028090  0x000075a6 rtn  0x00000005 
+ 00028091  0x000075a7 branch  0x00006db8 , 0x00000002 
+ 00028092  0x000075a8 increase  0x00000004 , 0x00000039 
+ 00028093  0x000075a9 branch  0x00006dc4 
+ 00028094  0x000075ac ifetch  0x00000008 , 0x00000006 
+ 00028095  0x000075ad istore  0x00000008 , 0x00000003 
+ 00028096  0x000075ae rtn 
+ 00028097  0x000075b1 ifetch  0x00000004 , 0x00000006 
+ 00028098  0x000075b2 istore  0x00000004 , 0x00000003 
+ 00028099  0x000075b3 rtn 
+ 00028100  0x000075b6 deposit  0x00000039 
+ 00028101  0x000075b7 rtn  0x00000034 
+ 00028102  0x000075b9 ifetch  0x00000001 , 0x00000006 
+ 00028103  0x000075ba istore  0x00000001 , 0x00000003 
+ 00028104  0x000075bb loop  0x00006dc6 
+ 00028105  0x000075bc rtn 
+ 00028106  0x000075bf deposit  0x00000039 
+ 00028107  0x000075c0 rtn  0x00000034 
+ 00028108  0x000075c2 increase  0xfffffff8 , 0x00000039 
+ 00028109  0x000075c3 call  0x00006dd7 , 0x00000002 
+ 00028110  0x000075c4 rtn  0x00000005 
+ 00028111  0x000075c5 branch  0x00006dcc , 0x00000002 
+ 00028112  0x000075c6 increase  0x00000008 , 0x00000039 
+ 00028113  0x000075c8 increase  0xfffffffc , 0x00000039 
+ 00028114  0x000075c9 call  0x00006dda , 0x00000002 
+ 00028115  0x000075ca rtn  0x00000005 
+ 00028116  0x000075cb branch  0x00006dd1 , 0x00000002 
+ 00028117  0x000075cc increase  0x00000004 , 0x00000039 
+ 00028118  0x000075cd branch  0x00006ddd 
+ 00028119  0x000075d1 ifetch  0x00000008 , 0x00000003 
+ 00028120  0x000075d2 istore  0x00000008 , 0x00000005 
+ 00028121  0x000075d3 rtn 
+ 00028122  0x000075d6 ifetch  0x00000004 , 0x00000003 
+ 00028123  0x000075d7 istore  0x00000004 , 0x00000005 
+ 00028124  0x000075d8 rtn 
+ 00028125  0x000075dc deposit  0x00000039 
+ 00028126  0x000075dd rtn  0x00000034 
+ 00028127  0x000075df ifetch  0x00000001 , 0x00000003 
+ 00028128  0x000075e0 istore  0x00000001 , 0x00000005 
+ 00028129  0x000075e1 loop  0x00006ddf 
+ 00028130  0x000075e2 rtn 
+ 00028131  0x000075e8 jam  0x0000003d , 0x0000066f 
+ 00028132  0x000075e9 branch  0x0000782b 
+ 00028133  0x000075ec bpatch  0x000000d1 , 0x0000401a 
+ 00028134  0x000075ed fetch  0x00000001 , 0x000043fa 
+ 00028135  0x000075ee rtn  0x00000034 
+ 00028136  0x000075ef call  0x00006e87 
+ 00028137  0x000075f0 call  0x00006e8d , 0x00000005 
+ 00028138  0x000075f1 call  0x00007dc0 
+ 00028139  0x000075f2 call  0x00006e18 
+ 00028140  0x000075f4 fetch  0x00000001 , 0x000043fa 
+ 00028141  0x000075f5 icopy  0x00000013 
+ 00028142  0x000075f6 fetcht  0x00000002 , 0x000043f8 
+ 00028143  0x000075f7 storet  0x00000002 , 0x00000033 
+ 00028144  0x000075f9 copy  0x00000013 , 0x0000003f 
+ 00028145  0x000075fa branch  0x00006de3 , 0x00000034 
+ 00028146  0x000075fb increase  0xffffffff , 0x00000013 
+ 00028147  0x000075fc copy  0x00000002 , 0x00000011 
+ 00028148  0x000075fd ifetch  0x00000001 , 0x00000011 
+ 00028149  0x000075fe fetcht  0x00000001 , 0x00000031 
+ 00028150  0x000075ff isub  0x00000002 , 0x0000003e 
+ 00028151  0x00007600 call  0x00006e00 , 0x00000005 
+ 00028152  0x00007601 branch  0x00006dfc , 0x00000002 
+ 00028153  0x00007602 ifetch  0x00000001 , 0x00000011 
+ 00028154  0x00007603 increase  0x00000001 , 0x0000003f 
+ 00028155  0x00007604 istore  0x00000001 , 0x00000011 
+ 00028156  0x00007606 fetcht  0x00000002 , 0x00000033 
+ 00028157  0x00007607 increase  0x00000022 , 0x00000002 
+ 00028158  0x00007608 storet  0x00000002 , 0x00000033 
+ 00028159  0x00007609 branch  0x00006df0 
+ 00028160  0x0000760c setarg  0x00000000 
+ 00028161  0x0000760d istore  0x00000001 , 0x00000011 
+ 00028162  0x0000760e fetch  0x00000001 , 0x00000032 
+ 00028163  0x0000760f istore  0x00000001 , 0x00000005 
+ 00028164  0x00007610 bne  0x00000033 , 0x00006e0d 
+ 00028165  0x00007613 ifetch  0x00000006 , 0x00000006 
+ 00028166  0x00007614 istore  0x00000008 , 0x00000005 
+ 00028167  0x00007615 setarg  0x00000000 
+ 00028168  0x00007616 istore  0x00000008 , 0x00000005 
+ 00028169  0x00007617 copy  0x00000012 , 0x00000006 
+ 00028170  0x00007619 call  0x00007c8f 
+ 00028171  0x0000761a force  0x00000001 , 0x0000003e 
+ 00028172  0x0000761b rtn 
+ 00028173  0x0000761e beq  0x00000036 , 0x00006e11 
+ 00028174  0x0000761f beq  0x00000037 , 0x00006e15 
+ 00028175  0x00007620 arg  0x0000428a , 0x00000012 
+ 00028176  0x00007621 branch  0x00006e05 
+ 00028177  0x00007624 arg  0x0000430d , 0x00000006 
+ 00028178  0x00007625 call  0x00007c8f 
+ 00028179  0x00007627 arg  0x0000428a , 0x00000006 
+ 00028180  0x00007628 branch  0x00006e0a 
+ 00028181  0x0000762b arg  0x00004305 , 0x00000006 
+ 00028182  0x0000762c call  0x00007c8f 
+ 00028183  0x0000762d branch  0x00006e13 
+ 00028184  0x00007633 bpatch  0x000000d2 , 0x0000401a 
+ 00028185  0x00007634 call  0x00007dbc 
+ 00028186  0x00007635 fetch  0x00000001 , 0x000043fa 
+ 00028187  0x00007636 rtn  0x00000034 
+ 00028188  0x00007637 bpatch  0x000000d3 , 0x0000401a 
+ 00028189  0x00007638 fetch  0x00000002 , 0x000044e9 
+ 00028190  0x00007639 rtnbit0  0x00000009 
+ 00028191  0x0000763b fetch  0x00000001 , 0x000042cb 
+ 00028192  0x0000763c beq  0x00000000 , 0x00006e34 
+ 00028193  0x0000763d fetch  0x00000001 , 0x0000017d 
+ 00028194  0x0000763e compare  0x000000c0 , 0x0000003f , 0x000000c0 
+ 00028195  0x0000763f branch  0x00006e27 , 0x00000001 
+ 00028196  0x00007640 compare  0x00000040 , 0x0000003f , 0x000000c0 
+ 00028197  0x00007641 branch  0x00006e39 , 0x00000001 
+ 00028198  0x00007642 branch  0x00006e2e 
+ 00028199  0x00007645 branch  0x00006e2b , 0x0000002c 
+ 00028200  0x00007646 fetch  0x00000001 , 0x000042c2 
+ 00028201  0x00007647 bbit0  0x00000001 , 0x00006e34 
+ 00028202  0x00007648 branch  0x00006e2e 
+ 00028203  0x0000764b call  0x00006e34 
+ 00028204  0x0000764c rtn  0x00000028 
+ 00028205  0x0000764d branch  0x00006e2e 
+ 00028206  0x00007652 fetch  0x00000001 , 0x000042fe 
+ 00028207  0x00007653 bbit1  0x00000007 , 0x00006e31 
+ 00028208  0x00007654 branch  0x00006e37 
+ 00028209  0x00007658 fetch  0x00000006 , 0x00000178 
+ 00028210  0x00007659 store  0x00000008 , 0x00004305 
+ 00028211  0x0000765a branch  0x00006e37 
+ 00028212  0x0000765e jam  0x00000035 , 0x00000032 
+ 00028213  0x0000765f fetch  0x00000006 , 0x00000178 
+ 00028214  0x00007660 branch  0x00006e3b 
+ 00028215  0x00007663 jam  0x00000037 , 0x00000032 
+ 00028216  0x00007664 branch  0x00006e3b 
+ 00028217  0x00007668 jam  0x00000036 , 0x00000032 
+ 00028218  0x00007669 branch  0x00006e3b 
+ 00028219  0x0000766c bpatch  0x000000d4 , 0x0000401a 
+ 00028220  0x0000766e fetch  0x00000002 , 0x000043f8 
+ 00028221  0x0000766f ifetcht  0x00000001 , 0x0000003f 
+ 00028222  0x00007670 pincrease  0x00000001 
+ 00028223  0x00007671 store  0x00000002 , 0x00000033 
+ 00028224  0x00007672 storet  0x00000001 , 0x00000031 
+ 00028225  0x00007673 fetch  0x00000001 , 0x000043fa 
+ 00028226  0x00007674 icopy  0x00000013 
+ 00028227  0x00007676 fetch  0x00000002 , 0x00000033 
+ 00028228  0x00007677 copy  0x0000003f , 0x00000011 
+ 00028229  0x00007678 call  0x00006e53 
+ 00028230  0x00007679 rtn  0x00000028 
+ 00028231  0x0000767a fetcht  0x00000002 , 0x00000033 
+ 00028232  0x0000767b increase  0x00000022 , 0x00000002 
+ 00028233  0x0000767c storet  0x00000002 , 0x00000033 
+ 00028234  0x0000767d increase  0xffffffff , 0x00000002 
+ 00028235  0x0000767e ifetch  0x00000001 , 0x00000002 
+ 00028236  0x0000767f store  0x00000001 , 0x00000031 
+ 00028237  0x00007680 increase  0xffffffff , 0x00000013 
+ 00028238  0x00007681 nbranch  0x00006e43 , 0x00000005 
+ 00028239  0x00007682 fetch  0x00000001 , 0x000043fa 
+ 00028240  0x00007683 pincrease  0xffffffff 
+ 00028241  0x00007684 store  0x00000001 , 0x00000031 
+ 00028242  0x00007685 rtn 
+ 00028243  0x00007687 fetch  0x00000001 , 0x00000032 
+ 00028244  0x00007688 bne  0x00000033 , 0x00006e5a 
+ 00028245  0x0000768a arg  0x00000032 , 0x00000012 
+ 00028246  0x0000768b arg  0x00000007 , 0x00000039 
+ 00028247  0x0000768c call  0x00007d64 
+ 00028248  0x0000768d branch  0x00007dba , 0x00000005 
+ 00028249  0x0000768e rtn 
+ 00028250  0x00007691 beq  0x00000036 , 0x00006e5d 
+ 00028251  0x00007692 beq  0x00000037 , 0x00006e78 
+ 00028252  0x00007693 branch  0x00006e55 
+ 00028253  0x00007696 ifetcht  0x00000001 , 0x00000011 
+ 00028254  0x00007697 isub  0x00000002 , 0x0000003e 
+ 00028255  0x00007698 nrtn  0x00000005 
+ 00028256  0x00007699 arg  0x000006a1 , 0x00000005 
+ 00028257  0x0000769a arg  0x00000010 , 0x00000039 
+ 00028258  0x0000769b call  0x00007ca1 
+ 00028259  0x0000769c fetch  0x00000003 , 0x0000017b 
+ 00028260  0x0000769d store  0x00000003 , 0x000006a1 
+ 00028261  0x0000769e call  0x00006e6f 
+ 00028262  0x0000769f fetch  0x00000002 , 0x000006be 
+ 00028263  0x000076a0 byteswap  0x0000003f , 0x0000003f 
+ 00028264  0x000076a1 lshift8  0x0000003f , 0x00000002 
+ 00028265  0x000076a2 ifetch  0x00000001 , 0x00000006 
+ 00028266  0x000076a3 iadd  0x00000002 , 0x0000003f 
+ 00028267  0x000076a4 fetcht  0x00000003 , 0x00000178 
+ 00028268  0x000076a5 isub  0x00000002 , 0x0000003e 
+ 00028269  0x000076a6 branch  0x00007dba , 0x00000005 
+ 00028270  0x000076a7 rtn 
+ 00028271  0x000076ab arg  0x000006a1 , 0x00000006 
+ 00028272  0x000076ac call  0x00007361 
+ 00028273  0x000076ae ifetch  0x00000001 , 0x00000011 
+ 00028274  0x000076af call  0x00007362 
+ 00028275  0x000076b0 force  0x00000038 , 0x00000036 
+ 00028276  0x000076b1 force  0x00000000 , 0x00000036 
+ 00028277  0x000076b2 call  0x000072cf 
+ 00028278  0x000076b3 arg  0x000006b1 , 0x00000005 
+ 00028279  0x000076b4 branch  0x00007375 
+ 00028280  0x000076b7 ifetcht  0x00000001 , 0x00000011 
+ 00028281  0x000076b8 isub  0x00000002 , 0x0000003e 
+ 00028282  0x000076b9 nrtn  0x00000005 
+ 00028283  0x000076ba copy  0x00000006 , 0x00000011 
+ 00028284  0x000076bb add  0x00000006 , 0x00000008 , 0x00000013 
+ 00028285  0x000076bc arg  0x00004305 , 0x00000012 
+ 00028286  0x000076bd arg  0x00000008 , 0x00000039 
+ 00028287  0x000076be call  0x00007d64 
+ 00028288  0x000076bf branch  0x00007dba , 0x00000005 
+ 00028289  0x000076c0 copy  0x00000013 , 0x00000011 
+ 00028290  0x000076c1 arg  0x0000430d , 0x00000012 
+ 00028291  0x000076c2 arg  0x00000008 , 0x00000039 
+ 00028292  0x000076c3 call  0x00007d64 
+ 00028293  0x000076c4 branch  0x00007dba , 0x00000005 
+ 00028294  0x000076c5 rtn 
+ 00028295  0x000076c8 fetch  0x00000002 , 0x000043f8 
+ 00028296  0x000076c9 ifetcht  0x00000001 , 0x0000003f 
+ 00028297  0x000076ca pincrease  0x00000022 
+ 00028298  0x000076cb ifetch  0x00000001 , 0x0000003f 
+ 00028299  0x000076cc isub  0x00000002 , 0x0000003e 
+ 00028300  0x000076cd rtn 
+ 00028301  0x000076d0 fetch  0x00000001 , 0x000043fa 
+ 00028302  0x000076d1 icopy  0x00000039 
+ 00028303  0x000076d2 fetcht  0x00000002 , 0x000043f8 
+ 00028304  0x000076d3 setarg  0x00000000 
+ 00028305  0x000076d5 istore  0x00000001 , 0x00000002 
+ 00028306  0x000076d6 increase  0x00000022 , 0x00000002 
+ 00028307  0x000076d7 pincrease  0x00000001 
+ 00028308  0x000076d8 loop  0x00006e91 
+ 00028309  0x000076d9 rtn 
+ 00028310  0x000076de call  0x00007dbe 
+ 00028311  0x000076df call  0x00006e18 
+ 00028312  0x000076e0 nbranch  0x00006ea1 , 0x00000028 
+ 00028313  0x000076e1 fetch  0x00000002 , 0x00000033 
+ 00028314  0x000076e2 add  0x0000003f , 0x00000001 , 0x00000006 
+ 00028315  0x000076e3 arg  0x0000430d , 0x00000005 
+ 00028316  0x000076e4 call  0x00007c8f 
+ 00028317  0x000076e5 arg  0x0000428a , 0x00000005 
+ 00028318  0x000076e6 call  0x00007c8f 
+ 00028319  0x000076e7 jam  0x00000001 , 0x0000429a 
+ 00028320  0x000076e8 rtn 
+ 00028321  0x000076eb jam  0x00000000 , 0x0000429a 
+ 00028322  0x000076ec rtn 
+ 00028323  0x000076f0 jam  0x00000034 , 0x00000032 
+ 00028324  0x000076f1 branch  0x00006ea5 
+ 00028325  0x000076f4 fetch  0x00000001 , 0x000043cb 
+ 00028326  0x000076f5 beq  0x0000000a , 0x00006de5 
+ 00028327  0x000076f6 beq  0x00000008 , 0x00005c42 
+ 00028328  0x000076f7 rtn 
+ 00028329  0x000076fe and  0x00000002 , 0x0000001f , 0x0000003f 
+ 00028330  0x000076ff rshift  0x0000003f , 0x0000003f 
+ 00028331  0x00007700 arg  0x00000016 , 0x00000005 
+ 00028332  0x00007701 iadd  0x00000005 , 0x00000005 
+ 00028333  0x00007702 arg  0x000000f0 , 0x00000030 
+ 00028334  0x00007703 isolate0  0x00000000 , 0x00000002 
+ 00028335  0x00007704 rtn  0x00000001 
+ 00028336  0x00007705 arg  0x0000000f , 0x00000030 
+ 00028337  0x00007706 rtn 
+ 00028338  0x0000770a bpatch  0x000000d5 , 0x0000401a 
+ 00028339  0x0000770b set1  0x00000007 , 0x00000002 
+ 00028340  0x0000770c call  0x00006ee6 
+ 00028341  0x0000770d nsetflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00028342  0x00007711 bpatch  0x000000d6 , 0x0000401a 
+ 00028343  0x00007712 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028344  0x00007713 rtn  0x00000005 
+ 00028345  0x00007714 arg  0x00000004 , 0x00000008 
+ 00028346  0x00007715 isolate1  0x00000007 , 0x00000002 
+ 00028347  0x00007716 branch  0x00006ebd , 0x00000001 
+ 00028348  0x00007717 arg  0x00000002 , 0x00000008 
+ 00028349  0x00007719 call  0x00006ea9 
+ 00028350  0x0000771a isolate0  0x00000000 , 0x00000002 
+ 00028351  0x0000771b branch  0x00006ec1 , 0x00000001 
+ 00028352  0x0000771c lshift4  0x00000008 , 0x00000008 
+ 00028353  0x0000771e ifetch  0x00000001 , 0x00000005 
+ 00028354  0x0000771f iand  0x00000030 , 0x0000003f 
+ 00028355  0x00007720 ior  0x00000008 , 0x0000003f 
+ 00028356  0x00007721 istore  0x00000001 , 0x00000005 
+ 00028357  0x00007722 rtn 
+ 00028358  0x00007726 bpatch  0x000000d7 , 0x0000401a 
+ 00028359  0x00007727 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028360  0x00007728 rtn  0x00000005 
+ 00028361  0x00007729 arg  0x00000001 , 0x00000008 
+ 00028362  0x0000772a call  0x00006ea9 
+ 00028363  0x0000772b isolate0  0x00000000 , 0x00000002 
+ 00028364  0x0000772c branch  0x00006ece , 0x00000001 
+ 00028365  0x0000772d lshift4  0x00000008 , 0x00000008 
+ 00028366  0x0000772f ifetch  0x00000001 , 0x00000005 
+ 00028367  0x00007730 iand  0x00000030 , 0x0000003f 
+ 00028368  0x00007731 ior  0x00000008 , 0x0000003f 
+ 00028369  0x00007732 istore  0x00000001 , 0x00000005 
+ 00028370  0x00007733 rtn 
+ 00028371  0x00007739 bpatch  0x000000d8 , 0x0000401b 
+ 00028372  0x0000773a sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028373  0x0000773b rtn  0x00000005 
+ 00028374  0x0000773c call  0x00006ea9 
+ 00028375  0x0000773d ifetch  0x00000001 , 0x00000005 
+ 00028376  0x0000773e iand  0x00000030 , 0x0000003f 
+ 00028377  0x0000773f istore  0x00000001 , 0x00000005 
+ 00028378  0x00007740 rtn 
+ 00028379  0x00007743 call  0x00006ed3 
+ 00028380  0x00007744 branch  0x00006ee0 
+ 00028381  0x00007748 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028382  0x00007749 rtn  0x00000005 
+ 00028383  0x0000774a ncall  0x00006eb6 , 0x0000002b 
+ 00028384  0x0000774c call  0x00006f14 
+ 00028385  0x0000774d setarg  0x00000000 
+ 00028386  0x0000774e isolate1  0x00000007 , 0x00000002 
+ 00028387  0x0000774f nsetflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00028388  0x00007750 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00028389  0x00007751 branch  0x00006f0d 
+ 00028390  0x00007755 bpatch  0x000000d9 , 0x0000401b 
+ 00028391  0x00007756 arg  0x0000811c , 0x00000005 
+ 00028392  0x00007757 and  0x00000002 , 0x00000007 , 0x00000007 
+ 00028393  0x00007758 rshift3  0x00000002 , 0x0000003f 
+ 00028394  0x00007759 and_into  0x00000003 , 0x0000003f 
+ 00028395  0x0000775a iadd  0x00000005 , 0x00000005 
+ 00028396  0x0000775b ifetch  0x00000001 , 0x00000005 
+ 00028397  0x0000775c isolate1  0x00000007 , 0x00000002 
+ 00028398  0x0000775d branch  0x00006ef1 , 0x00000001 
+ 00028399  0x0000775e qisolate0  0x0000003f 
+ 00028400  0x0000775f rtn 
+ 00028401  0x00007761 qisolate1  0x0000003f 
+ 00028402  0x00007762 rtn 
+ 00028403  0x00007766 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028404  0x00007767 rtn  0x00000005 
+ 00028405  0x00007768 isolate1  0x00000007 , 0x0000003e 
+ 00028406  0x00007769 branch  0x00006efa 
+ 00028407  0x0000776d sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028408  0x0000776e rtn  0x00000005 
+ 00028409  0x0000776f isolate0  0x00000007 , 0x0000003e 
+ 00028410  0x00007773 setarg  0x00000000 
+ 00028411  0x00007774 nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00028412  0x00007775 ixor  0x00000002 , 0x00000002 
+ 00028413  0x00007779 call  0x00006f14 
+ 00028414  0x0000777a setarg  0x0000003f 
+ 00028415  0x0000777b isolate1  0x00000007 , 0x00000002 
+ 00028416  0x0000777c setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00028417  0x0000777d branch  0x00006f0d 
+ 00028418  0x00007781 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028419  0x00007782 branch  0x00007dc4 , 0x00000005 
+ 00028420  0x00007783 call  0x00006f14 
+ 00028421  0x00007784 ifetch  0x00000001 , 0x00000005 
+ 00028422  0x00007785 bbit1  0x00000000 , 0x00006f09 
+ 00028423  0x00007786 isolate0  0x00000007 , 0x00000002 
+ 00028424  0x00007787 rtn 
+ 00028425  0x00007789 isolate1  0x00000007 , 0x00000002 
+ 00028426  0x0000778a rtn 
+ 00028427  0x0000778d call  0x00006f14 
+ 00028428  0x0000778e setarg  0x000000c0 
+ 00028429  0x00007790 istore  0x00000001 , 0x00000005 
+ 00028430  0x00007791 rtn 
+ 00028431  0x00007794 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00028432  0x00007795 rtn  0x00000005 
+ 00028433  0x00007796 call  0x00006f14 
+ 00028434  0x00007797 setarg  0x00000000 
+ 00028435  0x00007798 branch  0x00006f0d 
+ 00028436  0x0000779b and  0x00000002 , 0x0000003f , 0x0000003f 
+ 00028437  0x0000779c sub  0x0000003f , 0x0000000f , 0x0000003e 
+ 00028438  0x0000779d nbranch  0x00006f1a , 0x00000002 
+ 00028439  0x0000779e arg  0x00008070 , 0x00000005 
+ 00028440  0x000077a0 iadd  0x00000005 , 0x00000005 
+ 00028441  0x000077a1 rtn 
+ 00028442  0x000077a3 arg  0x000080d4 , 0x00000005 
+ 00028443  0x000077a4 increase  0xfffffff0 , 0x0000003f 
+ 00028444  0x000077a5 branch  0x00006f18 
+ 00028445  0x000077a9 and  0x0000003f , 0x000000ff , 0x00000002 
+ 00028446  0x000077aa rshift8  0x0000003f , 0x0000003f 
+ 00028447  0x000077ab branch  0x00006f21 
+ 00028448  0x000077af rtnbit0  0x00000007 
+ 00028449  0x000077b1 and_into  0x0000003f , 0x0000003f 
+ 00028450  0x000077b2 sub  0x0000003f , 0x0000000f , 0x0000003e 
+ 00028451  0x000077b3 nbranch  0x00006f28 , 0x00000002 
+ 00028452  0x000077b4 arg  0x00008070 , 0x00000005 
+ 00028453  0x000077b6 iadd  0x00000005 , 0x00000005 
+ 00028454  0x000077b7 istoret  0x00000001 , 0x00000005 
+ 00028455  0x000077b8 rtn 
+ 00028456  0x000077ba arg  0x000080d4 , 0x00000005 
+ 00028457  0x000077bb increase  0xfffffff0 , 0x0000003f 
+ 00028458  0x000077bc branch  0x00006f25 
+ 00028459  0x000077c1 and_into  0x0000003f , 0x00000002 
+ 00028460  0x000077c2 sub  0x00000002 , 0x0000000f , 0x0000003e 
+ 00028461  0x000077c3 nbranch  0x00006f32 , 0x00000002 
+ 00028462  0x000077c4 setarg  0x00008070 
+ 00028463  0x000077c6 iadd  0x00000002 , 0x00000006 
+ 00028464  0x000077c7 ifetch  0x00000001 , 0x00000006 
+ 00028465  0x000077c8 rtn 
+ 00028466  0x000077ca setarg  0x000080d4 
+ 00028467  0x000077cb increase  0xfffffff0 , 0x00000002 
+ 00028468  0x000077cc branch  0x00006f2f 
+ 00028469  0x000077d1 arg  0x00000010 , 0x00000039 
+ 00028470  0x000077d2 arg  0x00008070 , 0x00000006 
+ 00028471  0x000077d4 copy  0x00000006 , 0x00000005 
+ 00028472  0x000077d5 ifetch  0x00000001 , 0x00000006 
+ 00028473  0x000077d6 beq  0x0000001f , 0x00006f48 
+ 00028474  0x000077d7 beq  0x00000020 , 0x00006f48 
+ 00028475  0x000077d8 beq  0x00000021 , 0x00006f48 
+ 00028476  0x000077d9 beq  0x00000022 , 0x00006f48 
+ 00028477  0x000077da beq  0x00000023 , 0x00006f48 
+ 00028478  0x000077db beq  0x0000002c , 0x00006f48 
+ 00028479  0x000077dc beq  0x0000002d , 0x00006f48 
+ 00028480  0x000077dd beq  0x00000000 , 0x00006f48 
+ 00028481  0x000077df loop  0x00006f37 
+ 00028482  0x000077e0 arg  0x000080dc , 0x0000003f 
+ 00028483  0x000077e1 isub  0x00000006 , 0x0000003e 
+ 00028484  0x000077e2 rtn  0x00000005 
+ 00028485  0x000077e4 arg  0x00000008 , 0x00000039 
+ 00028486  0x000077e5 arg  0x000080d4 , 0x00000006 
+ 00028487  0x000077e6 branch  0x00006f37 
+ 00028488  0x000077ea setarg  0x00000040 
+ 00028489  0x000077eb istore  0x00000001 , 0x00000005 
+ 00028490  0x000077ec branch  0x00006f41 
+ 00028491  0x000077ee setarg  0x00000080 
+ 00028492  0x000077ef istore  0x00000001 , 0x00000005 
+ 00028493  0x000077f0 branch  0x00006f41 
+ 00028494  0x000077f5 bpatch  0x000000da , 0x0000401b 
+ 00028495  0x000077f6 rtn  0x0000002b 
+ 00028496  0x000077f7 jam  0x00000077 , 0x00008a07 
+ 00028497  0x000077f8 jam  0x000000c9 , 0x00008a08 
+ 00028498  0x000077f9 jam  0x00000001 , 0x00008a0b 
+ 00028499  0x000077fa fetch  0x00000001 , 0x00004409 
+ 00028500  0x000077fb store  0x00000001 , 0x000080cd 
+ 00028501  0x000077fc call  0x00006f97 
+ 00028502  0x000077fd jam  0x000000c1 , 0x00008a08 
+ 00028503  0x000077ff arg  0x00000007 , 0x00000039 
+ 00028504  0x00007800 arg  0x00004412 , 0x00000011 
+ 00028505  0x00007801 jam  0x00000005 , 0x00008a0a 
+ 00028506  0x00007803 fetch  0x00000001 , 0x00008a0c 
+ 00028507  0x00007804 istore  0x00000001 , 0x00000011 
+ 00028508  0x00007805 increase  0x00000001 , 0x00000011 
+ 00028509  0x00007806 fetch  0x00000001 , 0x00008a0a 
+ 00028510  0x00007807 increase  0x00000020 , 0x0000003f 
+ 00028511  0x00007808 store  0x00000001 , 0x00008a0a 
+ 00028512  0x00007809 loop  0x00006f5a 
+ 00028513  0x0000780a jam  0x00000000 , 0x00008a07 
+ 00028514  0x0000780b rtn 
+ 00028515  0x0000780e fetch  0x00000001 , 0x000080cc 
+ 00028516  0x0000780f set1  0x00000001 , 0x0000003f 
+ 00028517  0x00007810 store  0x00000001 , 0x000080cc 
+ 00028518  0x00007811 arg  0x00000007 , 0x00000039 
+ 00028519  0x00007812 arg  0x00004412 , 0x00000011 
+ 00028520  0x00007813 jam  0x00000015 , 0x00008a0a 
+ 00028521  0x00007815 ifetch  0x00000001 , 0x00000011 
+ 00028522  0x00007816 store  0x00000001 , 0x00008a09 
+ 00028523  0x00007817 increase  0x00000001 , 0x00000011 
+ 00028524  0x00007818 fetch  0x00000001 , 0x00008a0a 
+ 00028525  0x00007819 increase  0x00000020 , 0x0000003f 
+ 00028526  0x0000781a store  0x00000001 , 0x00008a0a 
+ 00028527  0x0000781b loop  0x00006f69 
+ 00028528  0x0000781c fetch  0x00000001 , 0x000080cc 
+ 00028529  0x0000781d set0  0x00000001 , 0x0000003f 
+ 00028530  0x0000781e store  0x00000001 , 0x000080cc 
+ 00028531  0x0000781f rtn 
+ 00028532  0x00007824 bpatch  0x000000db , 0x0000401b 
+ 00028533  0x00007825 fetch  0x00000008 , 0x000001fd 
+ 00028534  0x00007826 branch  0x00006f79 , 0x00000034 
+ 00028535  0x00007827 store  0x00000008 , 0x000043fd 
+ 00028536  0x00007828 rtn 
+ 00028537  0x0000782b setarg  0x00000bbe 
+ 00028538  0x0000782c store  0x00000002 , 0x000043fd 
+ 00028539  0x0000782d setarg  0x000003f0 
+ 00028540  0x0000782e store  0x00000002 , 0x00004401 
+ 00028541  0x0000782f setarg  0x0000027e 
+ 00028542  0x00007830 store  0x00000002 , 0x000043ff 
+ 00028543  0x00007831 setarg  0x000003c4 
+ 00028544  0x00007832 store  0x00000002 , 0x00004403 
+ 00028545  0x00007833 rtn 
+ 00028546  0x00007836 bpatch  0x000000dc , 0x0000401b 
+ 00028547  0x00007837 call  0x00006f63 
+ 00028548  0x00007838 fetch  0x00000001 , 0x00008a09 
+ 00028549  0x00007839 set0  0x00000007 , 0x0000003f 
+ 00028550  0x0000783a store  0x00000001 , 0x00008a09 
+ 00028551  0x0000783b jam  0x00000077 , 0x00008a07 
+ 00028552  0x0000783c jam  0x000000c1 , 0x00008a08 
+ 00028553  0x0000783d jam  0x00000001 , 0x00008a0b 
+ 00028554  0x0000783e call  0x00006f90 
+ 00028555  0x0000783f fetch  0x00000001 , 0x00004409 
+ 00028556  0x00007840 store  0x00000001 , 0x000080cd 
+ 00028557  0x00007841 call  0x00006f97 
+ 00028558  0x00007842 jam  0x00000000 , 0x000080cd 
+ 00028559  0x00007843 branch  0x00006fa1 
+ 00028560  0x00007846 fetch  0x00000001 , 0x00004408 
+ 00028561  0x00007847 lshift4  0x0000003f , 0x0000003f 
+ 00028562  0x00007848 fetcht  0x00000001 , 0x00008a0b 
+ 00028563  0x00007849 and_into  0x0000000f , 0x00000002 
+ 00028564  0x0000784a ior  0x00000002 , 0x00000002 
+ 00028565  0x0000784b storet  0x00000001 , 0x00008a0b 
+ 00028566  0x0000784c rtn 
+ 00028567  0x0000784f jam  0x00000003 , 0x000080cc 
+ 00028568  0x00007851 fetch  0x00000001 , 0x00008129 
+ 00028569  0x00007852 bbit0  0x00000005 , 0x00006f98 
+ 00028570  0x00007853 fetcht  0x00000002 , 0x00008164 
+ 00028571  0x00007854 storet  0x00000002 , 0x0000440a 
+ 00028572  0x00007855 jam  0x00000006 , 0x000080cc 
+ 00028573  0x00007857 fetch  0x00000001 , 0x00008129 
+ 00028574  0x00007858 bbit1  0x00000005 , 0x00006f9d 
+ 00028575  0x00007859 jam  0x00000000 , 0x000080cc 
+ 00028576  0x0000785a rtn 
+ 00028577  0x0000785d fetch  0x00000001 , 0x00004411 
+ 00028578  0x0000785e rtn  0x00000034 
+ 00028579  0x0000785f fetch  0x00000001 , 0x00008a09 
+ 00028580  0x00007860 set1  0x00000007 , 0x0000003f 
+ 00028581  0x00007861 store  0x00000001 , 0x00008a09 
+ 00028582  0x00007862 fetch  0x00000001 , 0x00004409 
+ 00028583  0x00007863 store  0x00000001 , 0x000080cd 
+ 00028584  0x00007864 fetch  0x00000002 , 0x0000440d 
+ 00028585  0x00007865 store  0x00000002 , 0x000080ce 
+ 00028586  0x00007866 fetch  0x00000002 , 0x0000440f 
+ 00028587  0x00007867 store  0x00000002 , 0x000080d0 
+ 00028588  0x00007868 jam  0x0000000b , 0x000080cc 
+ 00028589  0x00007869 nop  0x000003e8 
+ 00028590  0x0000786a jam  0x00000003 , 0x000080cc 
+ 00028591  0x0000786b rtn 
+ 00028592  0x0000786e bpatch  0x000000dd , 0x0000401b 
+ 00028593  0x0000786f fetch  0x00000001 , 0x00004407 
+ 00028594  0x00007870 beq  0x00000001 , 0x00006fb5 
+ 00028595  0x00007871 beq  0x00000002 , 0x00006fbb 
+ 00028596  0x00007872 rtn 
+ 00028597  0x00007875 setarg  0x000003e8 
+ 00028598  0x00007876 store  0x00000002 , 0x00004405 
+ 00028599  0x00007877 fetcht  0x00000002 , 0x00004403 
+ 00028600  0x00007878 fetch  0x00000002 , 0x000043ff 
+ 00028601  0x00007879 arg  0x000007d0 , 0x00000013 
+ 00028602  0x0000787a branch  0x00006fc0 
+ 00028603  0x0000787d setarg  0x000007d0 
+ 00028604  0x0000787e store  0x00000002 , 0x00004405 
+ 00028605  0x0000787f fetcht  0x00000002 , 0x000043fd 
+ 00028606  0x00007880 fetch  0x00000002 , 0x00004401 
+ 00028607  0x00007881 arg  0x000003e8 , 0x00000013 
+ 00028608  0x00007883 isub  0x00000002 , 0x00000011 
+ 00028609  0x00007884 fetch  0x00000002 , 0x0000440a 
+ 00028610  0x00007885 isub  0x00000002 , 0x0000003f 
+ 00028611  0x00007886 nbranch  0x00006fcd , 0x00000002 
+ 00028612  0x00007887 fetcht  0x00000002 , 0x00004405 
+ 00028613  0x00007888 imul32  0x00000002 , 0x00000012 
+ 00028614  0x00007889 copy  0x00000013 , 0x0000003f 
+ 00028615  0x0000788a imul32  0x00000011 , 0x0000003f 
+ 00028616  0x0000788b iadd  0x00000012 , 0x0000003f 
+ 00028617  0x0000788d idiv  0x00000011 
+ 00028618  0x0000788e call  0x00007d62 
+ 00028619  0x0000788f quotient  0x0000003f 
+ 00028620  0x00007890 rtn 
+ 00028621  0x00007893 copy  0x00000002 , 0x0000003f 
+ 00028622  0x00007894 fetcht  0x00000002 , 0x0000440a 
+ 00028623  0x00007895 isub  0x00000002 , 0x0000003f 
+ 00028624  0x00007896 fetcht  0x00000002 , 0x00004405 
+ 00028625  0x00007897 imul32  0x00000002 , 0x00000012 
+ 00028626  0x00007898 copy  0x00000013 , 0x0000003f 
+ 00028627  0x00007899 imul32  0x00000011 , 0x0000003f 
+ 00028628  0x0000789a isub  0x00000012 , 0x0000003f 
+ 00028629  0x0000789b nbranch  0x00007dca , 0x00000002 
+ 00028630  0x0000789c branch  0x00006fc9 
+ 00028631  0x000078a1 ifetch  0x00000008 , 0x00000011 
+ 00028632  0x000078a2 store  0x00000008 , 0x00000670 
+ 00028633  0x000078a3 fetch  0x00000002 , 0x00000670 
+ 00028634  0x000078a4 fetcht  0x00000002 , 0x00000672 
+ 00028635  0x000078a5 isub  0x00000002 , 0x00000011 
+ 00028636  0x000078a6 fetch  0x00000002 , 0x00000676 
+ 00028637  0x000078a7 isub  0x00000002 , 0x00000012 
+ 00028638  0x000078a8 fetcht  0x00000002 , 0x00000674 
+ 00028639  0x000078a9 isub  0x00000002 , 0x0000003e 
+ 00028640  0x000078aa ncall  0x00006fe7 , 0x00000002 
+ 00028641  0x000078ab mul32  0x00000012 , 0x00000064 , 0x0000003f 
+ 00028642  0x000078ac idiv  0x00000011 
+ 00028643  0x000078ad call  0x00007d62 
+ 00028644  0x000078ae quotient  0x0000003f 
+ 00028645  0x000078af call  0x00006fef , 0x00000034 
+ 00028646  0x000078b0 rtn 
+ 00028647  0x000078b3 fetch  0x00000001 , 0x0000440c 
+ 00028648  0x000078b4 set1  0x00000000 , 0x0000003f 
+ 00028649  0x000078b5 store  0x00000001 , 0x0000440c 
+ 00028650  0x000078b6 rtn 
+ 00028651  0x000078b9 fetch  0x00000001 , 0x0000440c 
+ 00028652  0x000078ba set0  0x00000000 , 0x0000003f 
+ 00028653  0x000078bb store  0x00000001 , 0x0000440c 
+ 00028654  0x000078bc rtn 
+ 00028655  0x000078bf fetcht  0x00000001 , 0x0000440c 
+ 00028656  0x000078c0 set1  0x00000001 , 0x00000002 
+ 00028657  0x000078c1 storet  0x00000001 , 0x0000440c 
+ 00028658  0x000078c2 rtn 
+ 00028659  0x000078c5 fetcht  0x00000001 , 0x0000440c 
+ 00028660  0x000078c6 set0  0x00000001 , 0x00000002 
+ 00028661  0x000078c7 storet  0x00000001 , 0x0000440c 
+ 00028662  0x000078c8 rtn 
+ 00028663  0x000078ce fetch  0x00000002 , 0x0000442c 
+ 00028664  0x000078cf ifetch  0x00000001 , 0x0000003f 
+ 00028665  0x000078d1 rtn  0x00000034 
+ 00028666  0x000078d2 copy  0x0000003f , 0x00000039 
+ 00028667  0x000078d4 fetch  0x00000002 , 0x0000442c 
+ 00028668  0x000078d5 increase  0x00000003 , 0x0000003f 
+ 00028669  0x000078d6 copy  0x0000003f , 0x00000011 
+ 00028670  0x000078d8 ifetcht  0x00000001 , 0x00000011 
+ 00028671  0x000078d9 call  0x00006edd 
+ 00028672  0x000078da increase  0x00000001 , 0x00000011 
+ 00028673  0x000078db loop  0x00006ffe 
+ 00028674  0x000078dd rtn 
+ 00028675  0x000078e0 fetch  0x00000002 , 0x0000442c 
+ 00028676  0x000078e1 increase  0x00000003 , 0x0000003f 
+ 00028677  0x000078e2 copy  0x0000003f , 0x00000011 
+ 00028678  0x000078e4 force  0x00000000 , 0x00000012 
+ 00028679  0x000078e5 setarg  0x00000000 
+ 00028680  0x000078e6 store  0x00000002 , 0x000006f1 
+ 00028681  0x000078e8 ifetcht  0x00000001 , 0x00000011 
+ 00028682  0x000078e9 call  0x00006ee6 
+ 00028683  0x000078ea bpatch  0x000000de , 0x0000401b 
+ 00028684  0x000078eb fetch  0x00000002 , 0x000006f1 
+ 00028685  0x000078ec copy  0x00000012 , 0x00000007 
+ 00028686  0x000078ed qsetflag  0x00000001 , 0x0000003f 
+ 00028687  0x000078ee store  0x00000002 , 0x000006f1 
+ 00028688  0x000078ef increase  0x00000001 , 0x00000011 
+ 00028689  0x000078f0 increase  0x00000001 , 0x00000012 
+ 00028690  0x000078f1 fetch  0x00000002 , 0x0000442c 
+ 00028691  0x000078f2 ifetch  0x00000001 , 0x0000003f 
+ 00028692  0x000078f4 ixor  0x00000012 , 0x0000003e 
+ 00028693  0x000078f5 nbranch  0x00007009 , 0x00000005 
+ 00028694  0x000078f6 fetch  0x00000002 , 0x000006f1 
+ 00028695  0x000078f7 fetcht  0x00000002 , 0x0000442e 
+ 00028696  0x000078f8 ixor  0x00000002 , 0x0000003e 
+ 00028697  0x000078f9 rtn  0x00000005 
+ 00028698  0x000078fa branch  0x00007dba 
+ 00028699  0x000078fd fetch  0x00000002 , 0x0000442c 
+ 00028700  0x000078fe ifetch  0x00000001 , 0x0000003f 
+ 00028701  0x00007900 rtn  0x00000034 
+ 00028702  0x00007901 copy  0x0000003f , 0x00000039 
+ 00028703  0x00007902 fetch  0x00000002 , 0x0000442c 
+ 00028704  0x00007903 increase  0x00000003 , 0x0000003f 
+ 00028705  0x00007904 copy  0x0000003f , 0x00000011 
+ 00028706  0x00007906 ifetcht  0x00000001 , 0x00000011 
+ 00028707  0x00007907 call  0x00006eb2 
+ 00028708  0x00007908 increase  0x00000001 , 0x00000011 
+ 00028709  0x00007909 loop  0x00007022 
+ 00028710  0x0000790b rtn 
+ 00028711  0x0000790e arg  0x00000009 , 0x00000007 
+ 00028712  0x0000790f call  0x00007cef 
+ 00028713  0x00007910 nrtn  0x00000034 
+ 00028714  0x00007911 setarg  0x00000020 
+ 00028715  0x00007912 arg  0x00000009 , 0x00000007 
+ 00028716  0x00007913 call  0x00007ce1 
+ 00028717  0x00007914 disable  0x00000028 
+ 00028718  0x00007915 call  0x0000701b 
+ 00028719  0x00007916 bpatch  0x000000df , 0x0000401b 
+ 00028720  0x00007917 fetch  0x00000002 , 0x0000442c 
+ 00028721  0x00007918 ifetch  0x00000001 , 0x0000003f 
+ 00028722  0x0000791a rtn  0x00000034 
+ 00028723  0x0000791b call  0x00007003 
+ 00028724  0x0000791c nbranch  0x000077a5 , 0x00000028 
+ 00028725  0x0000791d call  0x000077a3 
+ 00028726  0x0000791e disable  0x00000028 
+ 00028727  0x0000791f fetch  0x00000002 , 0x000006f1 
+ 00028728  0x00007920 store  0x00000002 , 0x000006f8 
+ 00028729  0x00007921 jam  0x00000000 , 0x000006fa 
+ 00028730  0x00007922 force  0x00000000 , 0x00000007 
+ 00028731  0x00007924 fetch  0x00000002 , 0x0000442e 
+ 00028732  0x00007925 rshift  0x0000003f , 0x00000002 
+ 00028733  0x00007926 storet  0x00000002 , 0x0000442e 
+ 00028734  0x00007927 and  0x0000003f , 0x00000001 , 0x0000003f 
+ 00028735  0x00007928 fetcht  0x00000002 , 0x000006f8 
+ 00028736  0x00007929 and  0x00000002 , 0x00000001 , 0x00000011 
+ 00028737  0x0000792a rshift  0x00000002 , 0x00000002 
+ 00028738  0x0000792b storet  0x00000002 , 0x000006f8 
+ 00028739  0x0000792c ixor  0x00000011 , 0x0000003e 
+ 00028740  0x0000792d ncall  0x00007050 , 0x00000005 
+ 00028741  0x0000792e fetch  0x00000002 , 0x0000442c 
+ 00028742  0x0000792f ifetch  0x00000001 , 0x0000003f 
+ 00028743  0x00007931 fetcht  0x00000001 , 0x000006fa 
+ 00028744  0x00007932 increase  0x00000001 , 0x00000002 
+ 00028745  0x00007933 storet  0x00000001 , 0x000006fa 
+ 00028746  0x00007934 copy  0x00000002 , 0x00000007 
+ 00028747  0x00007935 ixor  0x00000007 , 0x0000003e 
+ 00028748  0x00007936 nbranch  0x0000703b , 0x00000005 
+ 00028749  0x00007937 fetch  0x00000002 , 0x000006f1 
+ 00028750  0x00007938 store  0x00000002 , 0x0000442e 
+ 00028751  0x00007939 rtn 
+ 00028752  0x0000793b bpatch  0x000000e0 , 0x0000401c 
+ 00028753  0x0000793c fetch  0x00000002 , 0x0000442c 
+ 00028754  0x0000793d increase  0x00000001 , 0x0000003f 
+ 00028755  0x0000793e ifetch  0x00000002 , 0x0000003f 
+ 00028756  0x0000793f branch  0x00007d79 
+ 00028757  0x00007946 fetch  0x00000001 , 0x00008042 
+ 00028758  0x00007947 ior  0x00000011 , 0x0000003f 
+ 00028759  0x00007948 store  0x00000001 , 0x00008042 
+ 00028760  0x00007949 fetch  0x00000002 , 0x00008050 
+ 00028761  0x0000794a set0  0x0000000d , 0x0000003f 
+ 00028762  0x0000794b store  0x00000002 , 0x00008050 
+ 00028763  0x0000794d nop  0x00000064 
+ 00028764  0x0000794e rtn 
+ 00028765  0x00007951 fetch  0x00000001 , 0x00008042 
+ 00028766  0x00007952 bbit1  0x00000006 , 0x00007062 
+ 00028767  0x00007953 bbit1  0x00000007 , 0x00007064 
+ 00028768  0x00007955 setarg  0x00b71b00 
+ 00028769  0x00007956 rtn 
+ 00028770  0x00007958 setarg  0x016e3600 
+ 00028771  0x00007959 rtn 
+ 00028772  0x0000795b setarg  0x000080e8 
+ 00028773  0x0000795c rtn 
+ 00028774  0x00007960 fetcht  0x00000003 , 0x00000672 
+ 00028775  0x00007961 call  0x0000705d 
+ 00028776  0x00007962 idiv  0x00000002 
+ 00028777  0x00007963 call  0x00007d62 
+ 00028778  0x00007964 quotient  0x00000002 
+ 00028779  0x00007965 fetch  0x00000001 , 0x00000675 
+ 00028780  0x00007966 imul32  0x00000002 , 0x0000003f 
+ 00028781  0x00007967 div  0x0000003f , 0x00000064 
+ 00028782  0x00007968 call  0x00007d62 
+ 00028783  0x00007969 quotient  0x00000011 
+ 00028784  0x0000796a copy  0x00000002 , 0x0000003f 
+ 00028785  0x0000796b isub  0x00000011 , 0x00000012 
+ 00028786  0x0000796d fetch  0x00000001 , 0x00000671 
+ 00028787  0x0000796e call  0x0000707a 
+ 00028788  0x0000796f fetch  0x00000001 , 0x00000670 
+ 00028789  0x00007970 fetcht  0x00000001 , 0x00000671 
+ 00028790  0x00007971 and_into  0x0000000f , 0x00000002 
+ 00028791  0x00007972 lshift8  0x00000002 , 0x00000002 
+ 00028792  0x00007973 ior  0x00000002 , 0x0000003f 
+ 00028793  0x00007974 branch  0x000070ba 
+ 00028794  0x00007977 iforce  0x00000007 
+ 00028795  0x00007978 call  0x00007088 
+ 00028796  0x00007979 branch  0x0000707d 
+ 00028797  0x0000797c fetch  0x00000001 , 0x000080be 
+ 00028798  0x0000797d qset1  0x0000003f 
+ 00028799  0x0000797e store  0x00000001 , 0x000080be 
+ 00028800  0x0000797f fetcht  0x00000001 , 0x00008042 
+ 00028801  0x00007980 isolate1  0x00000007 , 0x00000002 
+ 00028802  0x00007981 call  0x00007086 , 0x00000001 
+ 00028803  0x00007982 qset0  0x0000003f 
+ 00028804  0x00007983 store  0x00000001 , 0x000080be 
+ 00028805  0x00007984 rtn 
+ 00028806  0x00007988 nop  0x000001e0 
+ 00028807  0x00007989 rtn 
+ 00028808  0x0000798c and_into  0x0000000f , 0x0000003f 
+ 00028809  0x0000798d arg  0x0000809c , 0x00000005 
+ 00028810  0x0000798e mul32  0x0000003f , 0x00000004 , 0x0000003f 
+ 00028811  0x0000798f iadd  0x00000005 , 0x00000005 
+ 00028812  0x00007990 copy  0x00000011 , 0x0000003f 
+ 00028813  0x00007991 istore  0x00000002 , 0x00000005 
+ 00028814  0x00007992 copy  0x00000012 , 0x0000003f 
+ 00028815  0x00007993 istore  0x00000002 , 0x00000005 
+ 00028816  0x00007994 rtn 
+ 00028817  0x0000799a rshift8  0x00000012 , 0x00000007 
+ 00028818  0x0000799b call  0x000070af 
+ 00028819  0x0000799c rshift8  0x00000012 , 0x00000007 
+ 00028820  0x0000799d call  0x000070a9 
+ 00028821  0x0000799e rshift8  0x00000011 , 0x00000007 
+ 00028822  0x0000799f enable  0x00000001 
+ 00028823  0x000079a0 call  0x000070aa 
+ 00028824  0x000079a2 deposit  0x00000011 
+ 00028825  0x000079a3 call  0x000070b5 
+ 00028826  0x000079a4 deposit  0x00000012 
+ 00028827  0x000079a5 branch  0x000070ba 
+ 00028828  0x000079a8 deposit  0x00000011 
+ 00028829  0x000079a9 call  0x000070bd 
+ 00028830  0x000079aa deposit  0x00000012 
+ 00028831  0x000079ab call  0x000070bd 
+ 00028832  0x000079ad rshift8  0x00000011 , 0x00000007 
+ 00028833  0x000079ae disable  0x00000001 
+ 00028834  0x000079af call  0x000070aa 
+ 00028835  0x000079b0 rshift8  0x00000012 , 0x00000007 
+ 00028836  0x000079b1 disable  0x00000001 
+ 00028837  0x000079b2 call  0x000070b0 
+ 00028838  0x000079b3 rshift8  0x00000012 , 0x00000007 
+ 00028839  0x000079b4 disable  0x00000001 
+ 00028840  0x000079b5 branch  0x000070aa 
+ 00028841  0x000079b9 isolate1  0x00000007 , 0x00000007 
+ 00028842  0x000079bb and  0x00000007 , 0x0000000f , 0x00000007 
+ 00028843  0x000079bc fetch  0x00000001 , 0x000080bc 
+ 00028844  0x000079bd qsetflag  0x00000001 , 0x0000003f 
+ 00028845  0x000079be store  0x00000001 , 0x000080bc 
+ 00028846  0x000079bf rtn 
+ 00028847  0x000079c2 isolate1  0x00000006 , 0x00000007 
+ 00028848  0x000079c4 and  0x00000007 , 0x0000000f , 0x00000007 
+ 00028849  0x000079c5 fetch  0x00000001 , 0x0000809b 
+ 00028850  0x000079c6 qsetflag  0x00000001 , 0x0000003f 
+ 00028851  0x000079c7 store  0x00000001 , 0x0000809b 
+ 00028852  0x000079c8 rtn 
+ 00028853  0x000079ca call  0x000070c5 
+ 00028854  0x000079cc lshift8  0x0000003f , 0x0000003f 
+ 00028855  0x000079cd add  0x00000007 , 0x00000010 , 0x00000002 
+ 00028856  0x000079ce ior  0x00000002 , 0x0000003f 
+ 00028857  0x000079cf branch  0x00006f1d 
+ 00028858  0x000079d2 enable  0x00000028 
+ 00028859  0x000079d3 call  0x000070b5 
+ 00028860  0x000079d4 branch  0x000070c0 
+ 00028861  0x000079d7 disable  0x00000028 
+ 00028862  0x000079d8 call  0x000070c5 
+ 00028863  0x000079d9 branch  0x000070c0 
+ 00028864  0x000079dc and  0x00000007 , 0x0000000f , 0x00000007 
+ 00028865  0x000079dd fetch  0x00000001 , 0x0000809a 
+ 00028866  0x000079de qsetflag  0x00000028 , 0x0000003f 
+ 00028867  0x000079df store  0x00000001 , 0x0000809a 
+ 00028868  0x000079e0 rtn 
+ 00028869  0x000079e2 rshift8  0x0000003f , 0x00000007 
+ 00028870  0x000079e3 and  0x00000007 , 0x0000000f , 0x00000007 
+ 00028871  0x000079e4 rtn 
+ 00028872  0x000079e9 copy  0x0000003f , 0x00000002 
+ 00028873  0x000079ea bpatch  0x000000e1 , 0x0000401c 
+ 00028874  0x000079eb call  0x000070d5 
+ 00028875  0x000079ec setarg  0x00000800 
+ 00028876  0x000079ed isub  0x00000002 , 0x0000003f 
+ 00028877  0x000079ee copy  0x0000003f , 0x00000002 
+ 00028878  0x000079ef rshift4  0x00000002 , 0x00000002 
+ 00028879  0x000079f0 storet  0x00000001 , 0x00008004 
+ 00028880  0x000079f1 nop  0x00000578 
+ 00028881  0x000079f2 copy  0x0000003f , 0x00000002 
+ 00028882  0x000079f3 and_into  0x0000000f , 0x00000002 
+ 00028883  0x000079f4 storet  0x00000001 , 0x0000800b 
+ 00028884  0x000079f5 rtn 
+ 00028885  0x000079f9 enable  0x0000002c 
+ 00028886  0x000079fa branch  0x000070d9 
+ 00028887  0x000079fe bpatch  0x000000e2 , 0x0000401c 
+ 00028888  0x000079ff disable  0x0000002c 
+ 00028889  0x00007a01 fetch  0x00000001 , 0x00008043 
+ 00028890  0x00007a02 setflag  0x0000002c , 0x00000003 , 0x0000003f 
+ 00028891  0x00007a03 store  0x00000001 , 0x00008043 
+ 00028892  0x00007a04 rtn 
+ 00028893  0x00007a0a arg  0x00000031 , 0x00000002 
+ 00028894  0x00007a0e store  0x00000004 , 0x00008062 
+ 00028895  0x00007a0f store  0x00000002 , 0x00008066 
+ 00028896  0x00007a10 storet  0x00000001 , 0x00008061 
+ 00028897  0x00007a11 rtn 
+ 00028898  0x00007a15 fetch  0x00000002 , 0x0000812c 
+ 00028899  0x00007a16 rtn 
+ 00028900  0x00007a19 fetchr  0x00000003 , 0x00000002 , 0x00008066 
+ 00028901  0x00007a1a fetchr  0x0000000a , 0x00000002 , 0x00008062 
+ 00028902  0x00007a1b fetchr  0x00000010 , 0x00000002 , 0x00008064 
+ 00028903  0x00007a1c rtn 
+ 00028904  0x00007a1f storer  0x00000003 , 0x00000002 , 0x00008066 
+ 00028905  0x00007a20 rtn 
+ 00028906  0x00007a28 call  0x00007dba 
+ 00028907  0x00007a29 arg  0x00000000 , 0x0000002b 
+ 00028908  0x00007a2a call  0x000070e2 
+ 00028909  0x00007a2b beq  0x00000002 , 0x0000712c 
+ 00028910  0x00007a2c sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00028911  0x00007a2d rtn  0x00000002 
+ 00028912  0x00007a2e call  0x000070e4 
+ 00028913  0x00007a2f ifetcht  0x00000002 , 0x00000003 
+ 00028914  0x00007a30 setarg  0x0000a654 
+ 00028915  0x00007a31 call  0x00007135 
+ 00028916  0x00007a32 nbranch  0x0000711a , 0x00000002 
+ 00028917  0x00007a33 copy  0x00000018 , 0x00000002 
+ 00028918  0x00007a34 setarg  0x00017f8e 
+ 00028919  0x00007a35 call  0x00007135 
+ 00028920  0x00007a36 nbranch  0x0000711a , 0x00000002 
+ 00028921  0x00007a38 copy  0x00000018 , 0x00000002 
+ 00028922  0x00007a39 setarg  0x00002328 
+ 00028923  0x00007a3a call  0x00007135 
+ 00028924  0x00007a3b branch  0x00007111 , 0x00000002 
+ 00028925  0x00007a3c ifetcht  0x00000002 , 0x00000003 
+ 00028926  0x00007a3d setarg  0x00001194 
+ 00028927  0x00007a3e call  0x00007135 
+ 00028928  0x00007a3f branch  0x00007111 , 0x00000002 
+ 00028929  0x00007a40 call  0x000070e2 
+ 00028930  0x00007a41 sub  0x0000003f , 0x00000085 , 0x0000003e 
+ 00028931  0x00007a42 rtn  0x00000002 
+ 00028932  0x00007a43 arg  0x00000020 , 0x00000039 
+ 00028933  0x00007a45 ifetcht  0x00000002 , 0x00000003 
+ 00028934  0x00007a46 setarg  0x00000230 
+ 00028935  0x00007a47 call  0x00007135 
+ 00028936  0x00007a48 branch  0x00007111 , 0x00000002 
+ 00028937  0x00007a49 ifetcht  0x00000002 , 0x00000003 
+ 00028938  0x00007a4a setarg  0x0000069a 
+ 00028939  0x00007a4b call  0x00007135 
+ 00028940  0x00007a4c nbranch  0x00007116 , 0x00000002 
+ 00028941  0x00007a4d copy  0x00000018 , 0x00000002 
+ 00028942  0x00007a4e setarg  0x00000230 
+ 00028943  0x00007a4f call  0x00007135 
+ 00028944  0x00007a50 nbranch  0x00007117 , 0x00000002 
+ 00028945  0x00007a54 copy  0x00000018 , 0x00000002 
+ 00028946  0x00007a55 setarg  0x0000ffff 
+ 00028947  0x00007a56 isub  0x00000002 , 0x0000003e 
+ 00028948  0x00007a57 branch  0x00007131 , 0x00000005 
+ 00028949  0x00007a58 branch  0x000070e8 
+ 00028950  0x00007a5b set1  0x00000020 , 0x0000002b 
+ 00028951  0x00007a5d rshift  0x0000002b , 0x0000002b 
+ 00028952  0x00007a5e loop  0x00007105 
+ 00028953  0x00007a5f branch  0x00007125 
+ 00028954  0x00007a62 call  0x000070e2 
+ 00028955  0x00007a63 sub  0x0000003f , 0x00000007 , 0x0000003e 
+ 00028956  0x00007a64 rtn  0x00000002 
+ 00028957  0x00007a65 ifetcht  0x00000002 , 0x00000003 
+ 00028958  0x00007a66 setarg  0x00002328 
+ 00028959  0x00007a67 call  0x00007135 
+ 00028960  0x00007a68 branch  0x00007111 , 0x00000002 
+ 00028961  0x00007a69 ifetcht  0x00000002 , 0x00000003 
+ 00028962  0x00007a6a setarg  0x000008ca 
+ 00028963  0x00007a6b call  0x00007135 
+ 00028964  0x00007a6c branch  0x00007111 , 0x00000002 
+ 00028965  0x00007a6e ifetcht  0x00000002 , 0x00000003 
+ 00028966  0x00007a6f setarg  0x00000230 
+ 00028967  0x00007a70 call  0x00007135 
+ 00028968  0x00007a71 branch  0x00007111 , 0x00000002 
+ 00028969  0x00007a72 call  0x000070e8 
+ 00028970  0x00007a73 copy  0x00000013 , 0x0000003f 
+ 00028971  0x00007a74 branch  0x00007d79 
+ 00028972  0x00007a77 call  0x000070e4 
+ 00028973  0x00007a78 ifetcht  0x00000002 , 0x00000003 
+ 00028974  0x00007a79 setarg  0x0000ffff 
+ 00028975  0x00007a7a isub  0x00000002 , 0x0000003e 
+ 00028976  0x00007a7b nrtn  0x00000005 
+ 00028977  0x00007a7d call  0x000070e8 
+ 00028978  0x00007a7e call  0x00007dbc 
+ 00028979  0x00007a7f copy  0x00000013 , 0x0000003f 
+ 00028980  0x00007a80 branch  0x00007d79 
+ 00028981  0x00007a88 fetchr  0x00000012 , 0x00000001 , 0x00004435 
+ 00028982  0x00007a92 copy  0x00000002 , 0x00000018 
+ 00028983  0x00007a93 imul32  0x00000012 , 0x00000012 
+ 00028984  0x00007a94 lshift  0x00000002 , 0x00000002 
+ 00028985  0x00007a95 isub  0x00000002 , 0x00000011 
+ 00028986  0x00007a96 ncall  0x0000713e , 0x00000002 
+ 00028987  0x00007a97 mul32  0x00000011 , 0x00000064 , 0x0000003f 
+ 00028988  0x00007a98 isub  0x00000012 , 0x0000003e 
+ 00028989  0x00007a99 rtn 
+ 00028990  0x00007a9c sub  0x00000011 , 0x00000000 , 0x00000011 
+ 00028991  0x00007a9d rtn 
+ 00028992  0x00007aa9 bpatch  0x000000e3 , 0x0000401c 
+ 00028993  0x00007aaa jam  0x00000050 , 0x00000230 
+ 00028994  0x00007aab arg  0x00000231 , 0x00000005 
+ 00028995  0x00007aac arg  0x000042ab , 0x00000006 
+ 00028996  0x00007aad call  0x00007c8f 
+ 00028997  0x00007aae arg  0x0000448f , 0x00000006 
+ 00028998  0x00007aaf call  0x00007c8d 
+ 00028999  0x00007ab0 arg  0x000005fe , 0x00000006 
+ 00029000  0x00007ab1 call  0x00007c8d 
+ 00029001  0x00007ab2 call  0x000071fb 
+ 00029002  0x00007ab3 arg  0x00000158 , 0x00000006 
+ 00029003  0x00007ab4 call  0x000071f6 
+ 00029004  0x00007ab5 call  0x000071c1 
+ 00029005  0x00007ab7 arg  0x000006d1 , 0x00000005 
+ 00029006  0x00007ab8 call  0x000071f2 
+ 00029007  0x00007ab9 setarg  0x000f4240 
+ 00029008  0x00007aba copy  0x0000003f , 0x00000011 
+ 00029009  0x00007abb fetch  0x00000004 , 0x000006d1 
+ 00029010  0x00007abc idiv  0x00000011 
+ 00029011  0x00007abd call  0x00007d62 
+ 00029012  0x00007abe remainder  0x0000003f 
+ 00029013  0x00007abf store  0x00000004 , 0x000005fa 
+ 00029014  0x00007ac1 rtn 
+ 00029015  0x00007ac4 jam  0x00000041 , 0x00000230 
+ 00029016  0x00007ac5 arg  0x00000231 , 0x00000005 
+ 00029017  0x00007ac6 call  0x000071a6 
+ 00029018  0x00007ac7 call  0x000071a1 
+ 00029019  0x00007ac8 fetch  0x00000003 , 0x000042c5 
+ 00029020  0x00007ac9 istore  0x00000003 , 0x00000005 
+ 00029021  0x00007acc call  0x00007167 
+ 00029022  0x00007ace arg  0x00000158 , 0x00000006 
+ 00029023  0x00007acf call  0x00007c8f 
+ 00029024  0x00007ad0 arg  0x000042ab , 0x00000006 
+ 00029025  0x00007ad1 call  0x00007c8f 
+ 00029026  0x00007ad2 call  0x000071fb 
+ 00029027  0x00007ad3 arg  0x000006f1 , 0x00000006 
+ 00029028  0x00007ad4 arg  0x000006a1 , 0x00000005 
+ 00029029  0x00007ad5 call  0x00007c8f 
+ 00029030  0x00007ad7 branch  0x000071c1 
+ 00029031  0x00007adc fetch  0x00000004 , 0x000042ff 
+ 00029032  0x00007add istore  0x00000004 , 0x00000005 
+ 00029033  0x00007ade call  0x00007c9b 
+ 00029034  0x00007adf branch  0x00007c9a 
+ 00029035  0x00007ae2 bpatch  0x000000e4 , 0x0000401c 
+ 00029036  0x00007ae3 jam  0x00000041 , 0x00000230 
+ 00029037  0x00007ae4 arg  0x00000231 , 0x00000005 
+ 00029038  0x00007ae5 call  0x000071a1 
+ 00029039  0x00007ae6 call  0x000071a6 
+ 00029040  0x00007ae7 fetch  0x00000003 , 0x000042be 
+ 00029041  0x00007ae8 istore  0x00000003 , 0x00000005 
+ 00029042  0x00007aeb call  0x00007167 
+ 00029043  0x00007aec arg  0x000042ab , 0x00000006 
+ 00029044  0x00007aed call  0x00007c8f 
+ 00029045  0x00007aee arg  0x00000158 , 0x00000006 
+ 00029046  0x00007aef call  0x00007c8f 
+ 00029047  0x00007af0 call  0x000071fb 
+ 00029048  0x00007af1 arg  0x000006f1 , 0x00000006 
+ 00029049  0x00007af2 arg  0x000006a1 , 0x00000005 
+ 00029050  0x00007af3 call  0x00007c8f 
+ 00029051  0x00007af5 call  0x000071c1 
+ 00029052  0x00007af6 arg  0x000006d1 , 0x00000005 
+ 00029053  0x00007af7 branch  0x000071f2 
+ 00029054  0x00007afa jam  0x00000020 , 0x00000230 
+ 00029055  0x00007afb arg  0x0000063e , 0x00000006 
+ 00029056  0x00007afc arg  0x00000231 , 0x00000005 
+ 00029057  0x00007afd call  0x00007c8d 
+ 00029058  0x00007afe call  0x000071fb 
+ 00029059  0x00007aff arg  0x000005e9 , 0x00000006 
+ 00029060  0x00007b00 call  0x000071f6 
+ 00029061  0x00007b01 call  0x000071c1 
+ 00029062  0x00007b02 arg  0x000006a1 , 0x00000005 
+ 00029063  0x00007b03 call  0x00007375 
+ 00029064  0x00007b04 arg  0x00000001 , 0x00000002 
+ 00029065  0x00007b05 call  0x00007190 
+ 00029066  0x00007b06 arg  0x0000428a , 0x00000005 
+ 00029067  0x00007b07 call  0x000071f2 
+ 00029068  0x00007b08 arg  0x00000000 , 0x00000002 
+ 00029069  0x00007b09 call  0x00007190 
+ 00029070  0x00007b0a arg  0x000006f1 , 0x00000005 
+ 00029071  0x00007b0c branch  0x00007375 
+ 00029072  0x00007b10 bpatch  0x000000e5 , 0x0000401c 
+ 00029073  0x00007b11 jam  0x00000035 , 0x00000230 
+ 00029074  0x00007b12 setarg  0x00000100 
+ 00029075  0x00007b13 store  0x00000002 , 0x00000231 
+ 00029076  0x00007b14 call  0x000071a1 
+ 00029077  0x00007b15 call  0x000071a6 
+ 00029078  0x00007b16 arg  0x000042ab , 0x00000006 
+ 00029079  0x00007b17 call  0x00007c8f 
+ 00029080  0x00007b18 arg  0x00000158 , 0x00000006 
+ 00029081  0x00007b19 call  0x00007c8f 
+ 00029082  0x00007b1b setarg  0x00006c65 
+ 00029083  0x00007b1c istore  0x00000002 , 0x00000005 
+ 00029084  0x00007b1d setarg  0x00006274 
+ 00029085  0x00007b1e istore  0x00000002 , 0x00000005 
+ 00029086  0x00007b1f istoret  0x00000001 , 0x00000005 
+ 00029087  0x00007b20 call  0x000071fb 
+ 00029088  0x00007b21 branch  0x000071c1 
+ 00029089  0x00007b24 fetch  0x00000006 , 0x000042db 
+ 00029090  0x00007b25 istore  0x00000006 , 0x00000005 
+ 00029091  0x00007b26 fetch  0x00000001 , 0x000042d2 
+ 00029092  0x00007b27 istore  0x00000001 , 0x00000005 
+ 00029093  0x00007b28 rtn 
+ 00029094  0x00007b2b fetch  0x00000006 , 0x00000178 
+ 00029095  0x00007b2c istore  0x00000006 , 0x00000005 
+ 00029096  0x00007b31 fetch  0x00000001 , 0x000042cb 
+ 00029097  0x00007b32 istore  0x00000001 , 0x00000005 
+ 00029098  0x00007b33 rtn 
+ 00029099  0x00007b36 jam  0x00000041 , 0x00000230 
+ 00029100  0x00007b37 fetch  0x00000001 , 0x000044d0 
+ 00029101  0x00007b38 store  0x00000001 , 0x00000231 
+ 00029102  0x00007b39 arg  0x0000448f , 0x00000006 
+ 00029103  0x00007b3a call  0x00007c8d 
+ 00029104  0x00007b3b arg  0x000005fe , 0x00000006 
+ 00029105  0x00007b3c call  0x00007c8d 
+ 00029106  0x00007b3d call  0x000071fb 
+ 00029107  0x00007b3e arg  0x00000158 , 0x00000006 
+ 00029108  0x00007b3f call  0x000071f6 
+ 00029109  0x00007b40 branch  0x000071c1 
+ 00029110  0x00007b44 jam  0x00000041 , 0x00000230 
+ 00029111  0x00007b45 fetch  0x00000001 , 0x000044d0 
+ 00029112  0x00007b46 store  0x00000001 , 0x00000231 
+ 00029113  0x00007b47 arg  0x000005fe , 0x00000006 
+ 00029114  0x00007b48 call  0x00007c8d 
+ 00029115  0x00007b49 arg  0x0000448f , 0x00000006 
+ 00029116  0x00007b4a call  0x00007c8d 
+ 00029117  0x00007b4b call  0x000071fb 
+ 00029118  0x00007b4c arg  0x000042ab , 0x00000006 
+ 00029119  0x00007b4d call  0x000071f6 
+ 00029120  0x00007b4e branch  0x000071c1 
+ 00029121  0x00007b51 bpatch  0x000000e6 , 0x0000401c 
+ 00029122  0x00007b52 call  0x00007210 
+ 00029123  0x00007b56 fetch  0x00000001 , 0x00000230 
+ 00029124  0x00007b57 copy  0x0000003f , 0x00000002 
+ 00029125  0x00007b59 increase  0x0000000f , 0x0000003f 
+ 00029126  0x00007b5a rshift4  0x0000003f , 0x0000003f 
+ 00029127  0x00007b5b copy  0x0000003f , 0x00000012 
+ 00029128  0x00007b5c branch  0x000071d3 , 0x00000034 
+ 00029129  0x00007b5d and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00029130  0x00007b5e nbranch  0x000071d6 , 0x00000034 
+ 00029131  0x00007b60 arg  0x000006b1 , 0x00000013 
+ 00029132  0x00007b61 arg  0x00000231 , 0x0000003f 
+ 00029133  0x00007b62 increase  0xfffffff0 , 0x0000003f 
+ 00029134  0x00007b65 iadd  0x00000002 , 0x00000011 
+ 00029135  0x00007b66 arg  0x000006e1 , 0x00000005 
+ 00029136  0x00007b67 arg  0x00000004 , 0x00000039 
+ 00029137  0x00007b68 call  0x00007ca9 
+ 00029138  0x00007b6c branch  0x000071e1 
+ 00029139  0x00007b6f arg  0x00000001 , 0x00000012 
+ 00029140  0x00007b70 arg  0x00000000 , 0x00000011 
+ 00029141  0x00007b72 branch  0x000071d7 
+ 00029142  0x00007b77 and  0x00000002 , 0x0000000f , 0x00000011 
+ 00029143  0x00007b79 arg  0x00000231 , 0x0000003f 
+ 00029144  0x00007b7a iadd  0x00000002 , 0x0000003f 
+ 00029145  0x00007b7b isub  0x00000011 , 0x00000006 
+ 00029146  0x00007b7d arg  0x000006d1 , 0x00000005 
+ 00029147  0x00007b7e call  0x00007236 
+ 00029148  0x00007b80 arg  0x000006c1 , 0x00000013 
+ 00029149  0x00007b81 arg  0x000006d1 , 0x00000011 
+ 00029150  0x00007b82 arg  0x000006e1 , 0x00000005 
+ 00029151  0x00007b83 arg  0x00000004 , 0x00000039 
+ 00029152  0x00007b84 call  0x00007ca9 
+ 00029153  0x00007b90 call  0x0000736f 
+ 00029154  0x00007b91 call  0x000072da 
+ 00029155  0x00007b94 arg  0x00000231 , 0x00000006 
+ 00029156  0x00007b97 increase  0xffffffff , 0x00000012 
+ 00029157  0x00007b98 deposit  0x00000012 
+ 00029158  0x00007b99 branch  0x000071ea , 0x00000034 
+ 00029159  0x00007b9a call  0x00007361 
+ 00029160  0x00007b9b call  0x000072d4 
+ 00029161  0x00007b9c branch  0x000071e4 
+ 00029162  0x00007b9f arg  0x000006d1 , 0x00000005 
+ 00029163  0x00007ba0 call  0x00007375 
+ 00029164  0x00007ba1 arg  0x000006e1 , 0x00000006 
+ 00029165  0x00007ba2 call  0x00007361 
+ 00029166  0x00007ba3 call  0x000072da 
+ 00029167  0x00007ba4 arg  0x000006d1 , 0x00000006 
+ 00029168  0x00007ba5 call  0x00007361 
+ 00029169  0x00007ba6 branch  0x000072d4 
+ 00029170  0x00007bac copy  0x00000005 , 0x00000011 
+ 00029171  0x00007bad call  0x00007375 
+ 00029172  0x00007baf arg  0x00000010 , 0x00000039 
+ 00029173  0x00007bb0 branch  0x00007cb1 
+ 00029174  0x00007bb3 arg  0x000006a1 , 0x00000005 
+ 00029175  0x00007bb4 call  0x00007c8f 
+ 00029176  0x00007bb6 arg  0x00000010 , 0x00000039 
+ 00029177  0x00007bb7 arg  0x000006a1 , 0x00000011 
+ 00029178  0x00007bb8 branch  0x00007cb1 
+ 00029179  0x00007bbb fetch  0x00000001 , 0x00000230 
+ 00029180  0x00007bbc copy  0x0000003f , 0x00000039 
+ 00029181  0x00007bbd arg  0x00000231 , 0x00000011 
+ 00029182  0x00007bbe branch  0x00007cb1 
+ 00029183  0x00007bc1 ifetch  0x00000001 , 0x00000011 
+ 00029184  0x00007bc2 lshift  0x0000003f , 0x0000003f 
+ 00029185  0x00007bc3 isolate1  0x00000000 , 0x00000013 
+ 00029186  0x00007bc4 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00029187  0x00007bc5 isolate1  0x00000008 , 0x0000003f 
+ 00029188  0x00007bc6 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00029189  0x00007bc7 istore  0x00000001 , 0x00000011 
+ 00029190  0x00007bc8 increase  0xffffffff , 0x00000011 
+ 00029191  0x00007bc9 loop  0x000071ff 
+ 00029192  0x00007bca rtn 
+ 00029193  0x00007bcd arg  0x000006b1 , 0x00000011 
+ 00029194  0x00007bcf increase  0x0000000f , 0x00000011 
+ 00029195  0x00007bd0 force  0x00000010 , 0x00000039 
+ 00029196  0x00007bd1 force  0x00000000 , 0x00000013 
+ 00029197  0x00007bd2 branch  0x000071ff 
+ 00029198  0x00007bd5 arg  0x000006c1 , 0x00000011 
+ 00029199  0x00007bd6 branch  0x0000720a 
+ 00029200  0x00007bda arg  0x000006a1 , 0x00000006 
+ 00029201  0x00007bdb call  0x0000735f 
+ 00029202  0x00007bde force  0x00000008 , 0x00000038 
+ 00029203  0x00007bdf call  0x00007370 
+ 00029204  0x00007be0 call  0x0000736f 
+ 00029205  0x00007be1 call  0x000072d1 
+ 00029206  0x00007be6 arg  0x000006b1 , 0x00000005 
+ 00029207  0x00007be7 call  0x00007375 
+ 00029208  0x00007be9 bpatch  0x000000e7 , 0x0000401c 
+ 00029209  0x00007bea fetch  0x00000001 , 0x000006b1 
+ 00029210  0x00007beb isolate1  0x00000007 , 0x0000003f 
+ 00029211  0x00007bec nbranch  0x00007221 , 0x00000001 
+ 00029212  0x00007bed call  0x00007209 
+ 00029213  0x00007bf0 arg  0x000006b1 , 0x00000013 
+ 00029214  0x00007bf2 arg  0x000006b1 , 0x00000005 
+ 00029215  0x00007bf5 call  0x0000722b 
+ 00029216  0x00007bf6 branch  0x00007222 
+ 00029217  0x00007bf8 call  0x00007209 
+ 00029218  0x00007bfb arg  0x000006b1 , 0x00000006 
+ 00029219  0x00007bfc arg  0x000006c1 , 0x00000005 
+ 00029220  0x00007bfd call  0x00007c8f 
+ 00029221  0x00007bfe fetch  0x00000001 , 0x000006c1 
+ 00029222  0x00007bff isolate1  0x00000007 , 0x0000003f 
+ 00029223  0x00007c00 nbranch  0x0000720e , 0x00000001 
+ 00029224  0x00007c01 call  0x0000720e 
+ 00029225  0x00007c03 arg  0x000006c1 , 0x00000013 
+ 00029226  0x00007c05 arg  0x000006c1 , 0x00000005 
+ 00029227  0x00007c0c arg  0x00000003 , 0x00000039 
+ 00029228  0x00007c0e arg  0x00000000 , 0x00000002 
+ 00029229  0x00007c0f call  0x00007232 
+ 00029230  0x00007c10 increase  0x00000004 , 0x00000013 
+ 00029231  0x00007c11 loop  0x0000722c 
+ 00029232  0x00007c12 arg  0x00008700 , 0x00000002 
+ 00029233  0x00007c13 lshift16  0x00000002 , 0x00000002 
+ 00029234  0x00007c15 ifetch  0x00000004 , 0x00000013 
+ 00029235  0x00007c16 ixor  0x00000002 , 0x0000003f 
+ 00029236  0x00007c17 istore  0x00000004 , 0x00000005 
+ 00029237  0x00007c18 rtn 
+ 00029238  0x00007c1f bpatch  0x000000e8 , 0x0000401d 
+ 00029239  0x00007c20 arg  0x00000010 , 0x00000039 
+ 00029240  0x00007c21 arg  0x00000000 , 0x0000003f 
+ 00029241  0x00007c23 isub  0x00000011 , 0x0000003e 
+ 00029242  0x00007c24 branch  0x00007241 , 0x00000005 
+ 00029243  0x00007c25 branch  0x00007244 , 0x00000002 
+ 00029244  0x00007c26 ifetcht  0x00000001 , 0x00000006 
+ 00029245  0x00007c27 istoret  0x00000001 , 0x00000005 
+ 00029246  0x00007c29 increase  0x00000001 , 0x0000003f 
+ 00029247  0x00007c2a loop  0x00007239 
+ 00029248  0x00007c2b rtn 
+ 00029249  0x00007c2d arg  0x00000080 , 0x00000002 
+ 00029250  0x00007c2f istoret  0x00000001 , 0x00000005 
+ 00029251  0x00007c30 branch  0x0000723e 
+ 00029252  0x00007c33 arg  0x00000000 , 0x00000002 
+ 00029253  0x00007c34 branch  0x00007242 
+ 00029254  0x00007c3a lshift8  0x00000002 , 0x00000002 
+ 00029255  0x00007c3c lshift16  0x00000002 , 0x00000002 
+ 00029256  0x00007c3d ior  0x00000002 , 0x00000002 
+ 00029257  0x00007c3e rtn 
+ 00029258  0x00007c44 bpatch  0x000000e9 , 0x0000401d 
+ 00029259  0x00007c45 call  0x00007306 
+ 00029260  0x00007c46 arg  0x0000428a , 0x00000005 
+ 00029261  0x00007c47 branch  0x00007375 
+ 00029262  0x00007c4b arg  0x000042ab , 0x00000005 
+ 00029263  0x00007c4c branch  0x00007251 , 0x00000029 
+ 00029264  0x00007c4d arg  0x00000158 , 0x00000005 
+ 00029265  0x00007c4f copy  0x00000006 , 0x00000011 
+ 00029266  0x00007c50 call  0x00007c8f 
+ 00029267  0x00007c51 call  0x0000731b 
+ 00029268  0x00007c52 arg  0x0000429b , 0x00000006 
+ 00029269  0x00007c53 branch  0x0000738e 
+ 00029270  0x00007c56 arg  0x00000158 , 0x00000011 
+ 00029271  0x00007c57 branch  0x00007259 , 0x00000029 
+ 00029272  0x00007c58 arg  0x000042ab , 0x00000011 
+ 00029273  0x00007c5a copy  0x00000011 , 0x00000005 
+ 00029274  0x00007c5b call  0x00007de7 
+ 00029275  0x00007c5c branch  0x0000731b 
+ 00029276  0x00007c5f arg  0x000042e5 , 0x00000006 
+ 00029277  0x00007c60 call  0x00007361 
+ 00029278  0x00007c61 arg  0x0000428a , 0x00000006 
+ 00029279  0x00007c62 call  0x00007362 
+ 00029280  0x00007c63 force  0x00000038 , 0x00000036 
+ 00029281  0x00007c64 force  0x00000000 , 0x00000036 
+ 00029282  0x00007c65 call  0x000072cf 
+ 00029283  0x00007c66 arg  0x000001a8 , 0x00000005 
+ 00029284  0x00007c67 branch  0x00007375 
+ 00029285  0x00007c6c force  0x00000008 , 0x00000038 
+ 00029286  0x00007c6d force  0x00000049 , 0x0000003f 
+ 00029287  0x00007c6e branch  0x0000726c 
+ 00029288  0x00007c72 force  0x00000049 , 0x0000003f 
+ 00029289  0x00007c73 branch  0x0000726b 
+ 00029290  0x00007c75 force  0x00000001 , 0x0000003f 
+ 00029291  0x00007c77 force  0x00000000 , 0x00000038 
+ 00029292  0x00007c79 lshift8  0x00000002 , 0x0000002f 
+ 00029293  0x00007c7a ior  0x0000002f , 0x0000002f 
+ 00029294  0x00007c7b increase  0x00000001 , 0x00000038 
+ 00029295  0x00007c7c rshift8  0x00000002 , 0x0000002f 
+ 00029296  0x00007c7d rshift16  0x0000002f , 0x0000002f 
+ 00029297  0x00007c7e fetch  0x00000002 , 0x0000445e 
+ 00029298  0x00007c7f lshift16  0x0000003f , 0x0000003f 
+ 00029299  0x00007c80 ior  0x0000002f , 0x0000002f 
+ 00029300  0x00007c81 increase  0x00000001 , 0x00000038 
+ 00029301  0x00007c82 ifetchr  0x0000002f , 0x00000004 , 0x00000006 
+ 00029302  0x00007c83 increase  0x00000001 , 0x00000038 
+ 00029303  0x00007c84 ifetch  0x00000002 , 0x00000006 
+ 00029304  0x00007c85 byteswap  0x00000011 , 0x0000002f 
+ 00029305  0x00007c86 lshift16  0x0000002f , 0x0000002f 
+ 00029306  0x00007c87 ior  0x0000002f , 0x0000002f 
+ 00029307  0x00007c88 increase  0x00000001 , 0x00000038 
+ 00029308  0x00007c89 rtn 
+ 00029309  0x00007c8e add  0x00000013 , 0x00000001 , 0x00000006 
+ 00029310  0x00007c8f ifetch  0x00000001 , 0x00000006 
+ 00029311  0x00007c90 iforce  0x00000011 
+ 00029312  0x00007c91 call  0x00007268 
+ 00029313  0x00007c92 call  0x000072d1 
+ 00029314  0x00007c94 force  0x00000000 , 0x00000038 
+ 00029315  0x00007c95 ifetch  0x00000001 , 0x00000013 
+ 00029316  0x00007c96 and_into  0x00000003 , 0x0000003f 
+ 00029317  0x00007c97 lshift16  0x0000003f , 0x0000002f 
+ 00029318  0x00007c98 set1  0x00000008 , 0x0000002f 
+ 00029319  0x00007c99 call  0x0000736a 
+ 00029320  0x00007c9a call  0x000072d4 
+ 00029321  0x00007c9c copy  0x00000011 , 0x00000039 
+ 00029322  0x00007c9d add  0x00000013 , 0x00000002 , 0x00000006 
+ 00029323  0x00007c9e call  0x00007349 
+ 00029324  0x00007ca0 call  0x00007353 
+ 00029325  0x00007ca1 call  0x000072d4 
+ 00029326  0x00007ca2 deposit  0x00000039 
+ 00029327  0x00007ca3 branch  0x00007291 , 0x00000034 
+ 00029328  0x00007ca4 branch  0x0000728c 
+ 00029329  0x00007ca6 force  0x0000000c , 0x00000038 
+ 00029330  0x00007ca7 deposit  0x0000002f 
+ 00029331  0x00007ca8 store  0x00000004 , 0x00000150 
+ 00029332  0x00007ca9 rtn 
+ 00029333  0x00007cac increase  0x00000001 , 0x00000011 
+ 00029334  0x00007cad call  0x0000726a 
+ 00029335  0x00007cae copy  0x00000013 , 0x00000006 
+ 00029336  0x00007caf call  0x0000735d 
+ 00029337  0x00007cb0 call  0x000072d7 
+ 00029338  0x00007cb1 call  0x0000737c 
+ 00029339  0x00007cb2 increase  0x00000010 , 0x00000013 
+ 00029340  0x00007cb3 increase  0xfffffff0 , 0x00000012 
+ 00029341  0x00007cb4 branch  0x00007295 , 0x00000002 
+ 00029342  0x00007cb5 rtn 
+ 00029343  0x00007cbb call  0x000072c4 
+ 00029344  0x00007cbc bpatch  0x000000ea , 0x0000401d 
+ 00029345  0x00007cbd jam  0x00000000 , 0x0000806c 
+ 00029346  0x00007cbe jam  0x00000001 , 0x0000806d 
+ 00029347  0x00007cbf fetch  0x00000001 , 0x00004169 
+ 00029348  0x00007cc0 and_into  0x00000003 , 0x0000003f 
+ 00029349  0x00007cc1 store  0x00000001 , 0x0000806e 
+ 00029350  0x00007cc2 fetch  0x00000002 , 0x0000068f 
+ 00029351  0x00007cc3 store  0x00000002 , 0x00008068 
+ 00029352  0x00007cc4 setarg  0x0000416b 
+ 00029353  0x00007cc5 store  0x00000002 , 0x0000806a 
+ 00029354  0x00007cc7 fetchr  0x00000011 , 0x00000001 , 0x0000416a 
+ 00029355  0x00007cc8 fetcht  0x00000005 , 0x00004450 
+ 00029356  0x00007cc9 call  0x00007265 
+ 00029357  0x00007cca jam  0x00000002 , 0x0000800a 
+ 00029358  0x00007ccb jam  0x00000003 , 0x0000800a 
+ 00029359  0x00007ccd fetch  0x00000001 , 0x0000416a 
+ 00029360  0x00007cce store  0x00000002 , 0x000080c0 
+ 00029361  0x00007ccf increase  0x00000004 , 0x0000003f 
+ 00029362  0x00007cd0 store  0x00000001 , 0x0000416a 
+ 00029363  0x00007cd1 fetch  0x00000005 , 0x00004450 
+ 00029364  0x00007cd2 increase  0x00000001 , 0x0000003f 
+ 00029365  0x00007cd3 set0  0x00000027 , 0x0000003f 
+ 00029366  0x00007cd4 store  0x00000005 , 0x00004450 
+ 00029367  0x00007cd5 rtn 
+ 00029368  0x00007cd9 fetch  0x00000002 , 0x0000811a 
+ 00029369  0x00007cda isub  0x00000002 , 0x0000003e 
+ 00029370  0x00007cdb rtn  0x00000005 
+ 00029371  0x00007cdc nrtn  0x00000034 
+ 00029372  0x00007cde branch  0x000072b8 
+ 00029373  0x00007ce1 fetch  0x00000001 , 0x00008108 
+ 00029374  0x00007ce2 bbit0  0x00000006 , 0x0000235a 
+ 00029375  0x00007ce4 setarg  0x0000416b 
+ 00029376  0x00007ce5 iadd  0x00000002 , 0x00000005 
+ 00029377  0x00007ce6 arg  0x0000000c , 0x00000038 
+ 00029378  0x00007ce7 istorer  0x0000002f , 0x00000004 , 0x00000005 
+ 00029379  0x00007ce8 branch  0x000072cd 
+ 00029380  0x00007ceb bpatch  0x000000eb , 0x0000401d 
+ 00029381  0x00007cec force  0x0000000c , 0x00000038 
+ 00029382  0x00007ced call  0x00007370 
+ 00029383  0x00007cee call  0x0000736f 
+ 00029384  0x00007cef setarg  0x00000000 
+ 00029385  0x00007cf0 store  0x00000002 , 0x000080c0 
+ 00029386  0x00007cf1 rtn 
+ 00029387  0x00007cf4 fetch  0x00000001 , 0x00008108 
+ 00029388  0x00007cf5 bbit0  0x00000006 , 0x000072cb 
+ 00029389  0x00007cf7 jam  0x00000000 , 0x0000800a 
+ 00029390  0x00007cf8 rtn 
+ 00029391  0x00007cfc nbranch  0x000072cf , 0x00000037 
+ 00029392  0x00007cfd rtn 
+ 00029393  0x00007d00 force  0x00000030 , 0x00000036 
+ 00029394  0x00007d01 force  0x00000000 , 0x00000036 
+ 00029395  0x00007d02 branch  0x000072cf 
+ 00029396  0x00007d05 force  0x00000032 , 0x00000036 
+ 00029397  0x00007d06 force  0x00000002 , 0x00000036 
+ 00029398  0x00007d07 branch  0x000072cf 
+ 00029399  0x00007d0a force  0x00000034 , 0x00000036 
+ 00029400  0x00007d0b force  0x00000004 , 0x00000036 
+ 00029401  0x00007d0c branch  0x000072cf 
+ 00029402  0x00007d10 force  0x00000001 , 0x00000036 
+ 00029403  0x00007d11 force  0x00000000 , 0x00000036 
+ 00029404  0x00007d12 rtn 
+ 00029405  0x00007d16 fetch  0x00000001 , 0x00008155 
+ 00029406  0x00007d17 bbit0  0x00000002 , 0x000072dd 
+ 00029407  0x00007d18 rtn 
+ 00029408  0x00007d1c store  0x00000002 , 0x000080d2 
+ 00029409  0x00007d1d force  0x000000c0 , 0x00000036 
+ 00029410  0x00007d1e force  0x00000080 , 0x00000036 
+ 00029411  0x00007d1f branch  0x000072dd 
+ 00029412  0x00007d22 force  0x00000000 , 0x00000038 
+ 00029413  0x00007d23 copy  0x00000012 , 0x00000006 
+ 00029414  0x00007d24 force  0x00000004 , 0x00000039 
+ 00029415  0x00007d25 call  0x000072f3 
+ 00029416  0x00007d27 force  0x00000180 , 0x00000036 
+ 00029417  0x00007d28 force  0x00000080 , 0x00000036 
+ 00029418  0x00007d29 call  0x000072cf 
+ 00029419  0x00007d2b force  0x0000000c , 0x00000038 
+ 00029420  0x00007d2c copy  0x00000013 , 0x00000005 
+ 00029421  0x00007d2d force  0x00000004 , 0x00000039 
+ 00029422  0x00007d2f copy  0x0000002f , 0x0000003f 
+ 00029423  0x00007d30 istore  0x00000004 , 0x00000005 
+ 00029424  0x00007d31 increase  0x00000001 , 0x00000038 
+ 00029425  0x00007d32 loop  0x000072ee 
+ 00029426  0x00007d33 rtn 
+ 00029427  0x00007d36 ifetch  0x00000002 , 0x00000006 
+ 00029428  0x00007d37 ifetcht  0x00000002 , 0x00000006 
+ 00029429  0x00007d38 lshift16  0x00000002 , 0x00000002 
+ 00029430  0x00007d39 ior  0x00000002 , 0x0000002f 
+ 00029431  0x00007d3a increase  0x00000001 , 0x00000038 
+ 00029432  0x00007d3b loop  0x000072f3 
+ 00029433  0x00007d3c rtn 
+ 00029434  0x00007d40 force  0x00000008 , 0x00000038 
+ 00029435  0x00007d41 copy  0x00000011 , 0x00000006 
+ 00029436  0x00007d42 force  0x00000004 , 0x00000039 
+ 00029437  0x00007d43 call  0x000072f3 
+ 00029438  0x00007d45 force  0x00000000 , 0x00000038 
+ 00029439  0x00007d46 copy  0x00000012 , 0x00000006 
+ 00029440  0x00007d47 force  0x00000004 , 0x00000039 
+ 00029441  0x00007d48 call  0x000072f3 
+ 00029442  0x00007d49 force  0x00000182 , 0x00000036 
+ 00029443  0x00007d4a force  0x00000082 , 0x00000036 
+ 00029444  0x00007d4b call  0x000072cf 
+ 00029445  0x00007d4c branch  0x000072eb 
+ 00029446  0x00007d50 force  0x00000000 , 0x00000038 
+ 00029447  0x00007d51 fetch  0x00000004 , 0x00000158 
+ 00029448  0x00007d52 iforce  0x0000002f 
+ 00029449  0x00007d53 increase  0x00000001 , 0x00000038 
+ 00029450  0x00007d54 ifetch  0x00000004 , 0x00000006 
+ 00029451  0x00007d55 iforce  0x0000002f 
+ 00029452  0x00007d56 increase  0x00000001 , 0x00000038 
+ 00029453  0x00007d57 fetch  0x00000004 , 0x000042ab 
+ 00029454  0x00007d58 iforce  0x0000002f 
+ 00029455  0x00007d59 increase  0x00000001 , 0x00000038 
+ 00029456  0x00007d5a ifetch  0x00000004 , 0x00000006 
+ 00029457  0x00007d5b iforce  0x0000002f 
+ 00029458  0x00007d5c increase  0x00000001 , 0x00000038 
+ 00029459  0x00007d5d call  0x00007370 
+ 00029460  0x00007d5e increase  0xfffffffc , 0x00000038 
+ 00029461  0x00007d5f fetch  0x00000004 , 0x000042ff 
+ 00029462  0x00007d60 copy  0x0000003f , 0x0000002f 
+ 00029463  0x00007d61 increase  0x00000004 , 0x00000038 
+ 00029464  0x00007d62 force  0x00000038 , 0x00000036 
+ 00029465  0x00007d63 force  0x00000008 , 0x00000036 
+ 00029466  0x00007d64 branch  0x000072cf 
+ 00029467  0x00007d68 bpatch  0x000000ec , 0x0000401d 
+ 00029468  0x00007d69 fetch  0x00000006 , 0x000042db 
+ 00029469  0x00007d6a fetcht  0x00000006 , 0x00000178 
+ 00029470  0x00007d6b branch  0x00007321 , 0x00000029 
+ 00029471  0x00007d6c fetch  0x00000006 , 0x00000178 
+ 00029472  0x00007d6d fetcht  0x00000006 , 0x000042db 
+ 00029473  0x00007d6f force  0x00000008 , 0x00000038 
+ 00029474  0x00007d70 copy  0x00000002 , 0x0000002f 
+ 00029475  0x00007d71 increase  0x00000001 , 0x00000038 
+ 00029476  0x00007d72 rshift32  0x00000002 , 0x0000002f 
+ 00029477  0x00007d73 lshift16  0x0000003f , 0x0000003f 
+ 00029478  0x00007d74 ior  0x0000002f , 0x0000002f 
+ 00029479  0x00007d75 increase  0x00000001 , 0x00000038 
+ 00029480  0x00007d76 rshift32  0x0000003f , 0x0000002f 
+ 00029481  0x00007d77 increase  0x00000001 , 0x00000038 
+ 00029482  0x00007d78 force  0x00000000 , 0x0000002f 
+ 00029483  0x00007d79 force  0x00000000 , 0x0000003f 
+ 00029484  0x00007d7a fetch  0x00000001 , 0x000042cb 
+ 00029485  0x00007d7b fetcht  0x00000001 , 0x0000438c 
+ 00029486  0x00007d7c nbranch  0x00007331 , 0x00000029 
+ 00029487  0x00007d7e fetch  0x00000001 , 0x000042d2 
+ 00029488  0x00007d7f fetcht  0x00000001 , 0x000042cb 
+ 00029489  0x00007d81 store  0x00000001 , 0x000042bb 
+ 00029490  0x00007d82 storet  0x00000001 , 0x000042bc 
+ 00029491  0x00007d83 force  0x00000000 , 0x00000038 
+ 00029492  0x00007d84 arg  0x000042bb , 0x00000012 
+ 00029493  0x00007d85 force  0x00000004 , 0x00000039 
+ 00029494  0x00007d87 ifetch  0x00000004 , 0x00000011 
+ 00029495  0x00007d88 ifetcht  0x00000004 , 0x00000012 
+ 00029496  0x00007d89 ixor  0x00000002 , 0x0000002f 
+ 00029497  0x00007d8a increase  0x00000001 , 0x00000038 
+ 00029498  0x00007d8b increase  0x00000004 , 0x00000011 
+ 00029499  0x00007d8c increase  0x00000004 , 0x00000012 
+ 00029500  0x00007d8d loop  0x00007336 
+ 00029501  0x00007d8e call  0x00007370 
+ 00029502  0x00007d8f increase  0xfffffffc , 0x00000038 
+ 00029503  0x00007d90 fetch  0x00000004 , 0x000042ff 
+ 00029504  0x00007d91 copy  0x0000003f , 0x0000002f 
+ 00029505  0x00007d92 increase  0x00000004 , 0x00000038 
+ 00029506  0x00007d93 force  0x00000038 , 0x00000036 
+ 00029507  0x00007d94 force  0x0000000c , 0x00000036 
+ 00029508  0x00007d95 call  0x000072cf 
+ 00029509  0x00007d97 call  0x0000736f 
+ 00029510  0x00007d98 force  0x0000003a , 0x00000036 
+ 00029511  0x00007d99 force  0x00000008 , 0x00000036 
+ 00029512  0x00007d9a branch  0x000072cf 
+ 00029513  0x00007d9d compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00029514  0x00007d9e rtn  0x00000001 
+ 00029515  0x00007d9f deposit  0x00000006 
+ 00029516  0x00007da0 iadd  0x00000039 , 0x00000005 
+ 00029517  0x00007da1 force  0x00000000 , 0x0000003f 
+ 00029518  0x00007da3 istore  0x00000001 , 0x00000005 
+ 00029519  0x00007da4 increase  0x00000001 , 0x00000039 
+ 00029520  0x00007da5 compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00029521  0x00007da6 rtn  0x00000001 
+ 00029522  0x00007da7 branch  0x0000734e 
+ 00029523  0x00007daa force  0x00000000 , 0x00000038 
+ 00029524  0x00007dac deposit  0x00000039 
+ 00029525  0x00007dad branch  0x00007358 , 0x00000034 
+ 00029526  0x00007dae ifetch  0x00000004 , 0x00000006 
+ 00029527  0x00007daf increase  0xfffffffc , 0x00000039 
+ 00029528  0x00007db1 iforce  0x0000002f 
+ 00029529  0x00007db2 increase  0x00000001 , 0x00000038 
+ 00029530  0x00007db3 compare  0x00000004 , 0x00000038 , 0x0000000f 
+ 00029531  0x00007db4 rtn  0x00000001 
+ 00029532  0x00007db5 branch  0x00007354 
+ 00029533  0x00007db8 force  0x00000008 , 0x00000038 
+ 00029534  0x00007db9 branch  0x00007362 
+ 00029535  0x00007dbb force  0x00000004 , 0x00000038 
+ 00029536  0x00007dbc branch  0x00007362 
+ 00029537  0x00007dbe force  0x00000000 , 0x00000038 
+ 00029538  0x00007dc0 force  0x00000004 , 0x00000039 
+ 00029539  0x00007dc2 ifetch  0x00000004 , 0x00000006 
+ 00029540  0x00007dc3 iforce  0x0000002f 
+ 00029541  0x00007dc4 increase  0x00000001 , 0x00000038 
+ 00029542  0x00007dc5 loop  0x00007363 
+ 00029543  0x00007dc6 rtn 
+ 00029544  0x00007dc9 arg  0x000001a8 , 0x00000006 
+ 00029545  0x00007dca branch  0x0000735f 
+ 00029546  0x00007dcd force  0x00000004 , 0x00000039 
+ 00029547  0x00007dce branch  0x00007372 
+ 00029548  0x00007dd1 force  0x00000000 , 0x00000038 
+ 00029549  0x00007dd2 force  0x00000010 , 0x00000039 
+ 00029550  0x00007dd3 branch  0x00007371 
+ 00029551  0x00007dd6 force  0x00000000 , 0x00000038 
+ 00029552  0x00007dd8 force  0x00000004 , 0x00000039 
+ 00029553  0x00007dda force  0x00000000 , 0x0000002f 
+ 00029554  0x00007ddc increase  0x00000001 , 0x00000038 
+ 00029555  0x00007ddd loop  0x00007371 
+ 00029556  0x00007dde rtn 
+ 00029557  0x00007de1 force  0x0000000c , 0x00000038 
+ 00029558  0x00007de2 force  0x00000004 , 0x00000039 
+ 00029559  0x00007de4 deposit  0x0000002f 
+ 00029560  0x00007de5 istore  0x00000004 , 0x00000005 
+ 00029561  0x00007de6 increase  0x00000001 , 0x00000038 
+ 00029562  0x00007de7 loop  0x00007377 
+ 00029563  0x00007de8 rtn 
+ 00029564  0x00007deb force  0x0000000c , 0x00000038 
+ 00029565  0x00007dec copy  0x00000013 , 0x00000005 
+ 00029566  0x00007ded add  0x00000012 , 0x00000001 , 0x00000039 
+ 00029567  0x00007dee sub  0x00000039 , 0x0000000f , 0x0000003e 
+ 00029568  0x00007def branch  0x00007382 , 0x00000002 
+ 00029569  0x00007df0 force  0x00000010 , 0x00000039 
+ 00029570  0x00007df2 deposit  0x0000002f 
+ 00029571  0x00007df3 sub  0x00000039 , 0x00000003 , 0x0000003e 
+ 00029572  0x00007df4 branch  0x0000738a , 0x00000002 
+ 00029573  0x00007df5 istore  0x00000004 , 0x00000005 
+ 00029574  0x00007df6 increase  0xfffffffc , 0x00000039 
+ 00029575  0x00007df7 rtn  0x00000005 
+ 00029576  0x00007df8 increase  0x00000001 , 0x00000038 
+ 00029577  0x00007df9 branch  0x00007382 
+ 00029578  0x00007dfb istore  0x00000001 , 0x00000005 
+ 00029579  0x00007dfc rshift8  0x0000003f , 0x0000003f 
+ 00029580  0x00007dfd loop  0x0000738a 
+ 00029581  0x00007dfe rtn 
+ 00029582  0x00007e02 force  0x0000000c , 0x00000038 
+ 00029583  0x00007e03 force  0x00000004 , 0x00000039 
+ 00029584  0x00007e05 ifetch  0x00000004 , 0x00000006 
+ 00029585  0x00007e06 isub  0x0000002f , 0x0000003e 
+ 00029586  0x00007e07 nrtn  0x00000005 
+ 00029587  0x00007e08 increase  0x00000001 , 0x00000038 
+ 00029588  0x00007e09 loop  0x00007390 
+ 00029589  0x00007e0a branch  0x00007db8 
+ 00029590  0x00007e0d fetch  0x00000001 , 0x00008050 
+ 00029591  0x00007e0e set0  0x00000000 , 0x0000003f 
+ 00029592  0x00007e0f store  0x00000001 , 0x00008050 
+ 00029593  0x00007e10 rtn 
+ 00029594  0x00007e13 fetch  0x00000001 , 0x00008050 
+ 00029595  0x00007e14 set1  0x00000000 , 0x0000003f 
+ 00029596  0x00007e15 store  0x00000001 , 0x00008050 
+ 00029597  0x00007e16 rtn 
+ 00029598  0x00007e1f arg  0x000004d1 , 0x00000005 
+ 00029599  0x00007e20 setsect  0x00000000 , 0x0003ffff 
+ 00029600  0x00007e21 setsect  0x00000001 , 0x0003ffff 
+ 00029601  0x00007e22 setsect  0x00000002 , 0x0003ffff 
+ 00029602  0x00007e23 setsect  0x00000003 , 0x0003fbff 
+ 00029603  0x00007e24 istore  0x00000009 , 0x00000005 
+ 00029604  0x00007e25 setsect  0x00000000 , 0x0003ffff 
+ 00029605  0x00007e26 setsect  0x00000001 , 0x0003ffff 
+ 00029606  0x00007e27 setsect  0x00000002 , 0x0003ffff 
+ 00029607  0x00007e28 setsect  0x00000003 , 0x0003ffff 
+ 00029608  0x00007e29 istore  0x00000009 , 0x00000005 
+ 00029609  0x00007e2a setsect  0x00000000 , 0x0003ffff 
+ 00029610  0x00007e2b setsect  0x00000001 , 0x0003ffff 
+ 00029611  0x00007e2c setsect  0x00000002 , 0x0003cfff 
+ 00029612  0x00007e2d setsect  0x00000003 , 0x0003ffff 
+ 00029613  0x00007e2e istore  0x00000009 , 0x00000005 
+ 00029614  0x00007e2f setsect  0x00000000 , 0x0003ffff 
+ 00029615  0x00007e30 setsect  0x00000001 , 0x0003ffff 
+ 00029616  0x00007e31 setsect  0x00000002 , 0x0003ffef 
+ 00029617  0x00007e32 setsect  0x00000003 , 0x0003ffff 
+ 00029618  0x00007e33 istore  0x00000009 , 0x00000005 
+ 00029619  0x00007e34 setsect  0x00000000 , 0x0003ffff 
+ 00029620  0x00007e35 setsect  0x00000001 , 0x0003ffff 
+ 00029621  0x00007e36 setsect  0x00000002 , 0x0003ffff 
+ 00029622  0x00007e37 setsect  0x00000003 , 0x0003ffff 
+ 00029623  0x00007e38 istore  0x00000009 , 0x00000005 
+ 00029624  0x00007e39 setsect  0x00000000 , 0x0003ffff 
+ 00029625  0x00007e3a setsect  0x00000001 , 0x00026c7f 
+ 00029626  0x00007e3b setsect  0x00000002 , 0x0000146b 
+ 00029627  0x00007e3c setsect  0x00000003 , 0x00037bb3 
+ 00029628  0x00007e3d istore  0x00000009 , 0x00000005 
+ 00029629  0x00007e3e setsect  0x00000000 , 0x0001feb8 
+ 00029630  0x00007e3f setsect  0x00000001 , 0x00010c12 
+ 00029631  0x00007e40 setsect  0x00000002 , 0x0002b722 
+ 00029632  0x00007e41 setsect  0x00000003 , 0x00029fa6 
+ 00029633  0x00007e42 istore  0x00000009 , 0x00000005 
+ 00029634  0x00007e43 setsect  0x00000000 , 0x0000e70f 
+ 00029635  0x00007e44 setsect  0x00000001 , 0x00016720 
+ 00029636  0x00007e45 setsect  0x00000002 , 0x0000519e 
+ 00029637  0x00007e46 setsect  0x00000003 , 0x00019084 
+ 00029638  0x00007e47 istore  0x00000009 , 0x00000005 
+ 00029639  0x00007e48 setsect  0x00000000 , 0x00031012 
+ 00029640  0x00007e49 setsect  0x00000001 , 0x000360bf 
+ 00029641  0x00007e4a setsect  0x00000002 , 0x0003f0af 
+ 00029642  0x00007e4b setsect  0x00000003 , 0x000003d3 
+ 00029643  0x00007e4c istore  0x00000009 , 0x00000005 
+ 00029644  0x00007e4d setsect  0x00000000 , 0x0003a188 
+ 00029645  0x00007e4e setsect  0x00000001 , 0x00003ad0 
+ 00029646  0x00007e4f setsect  0x00000002 , 0x0003cbf2 
+ 00029647  0x00007e50 setsect  0x00000003 , 0x000243d9 
+ 00029648  0x00007e51 istore  0x00000009 , 0x00000005 
+ 00029649  0x00007e52 setsect  0x00000000 , 0x0002b030 
+ 00029650  0x00007e53 setsect  0x00000001 , 0x00036a03 
+ 00029651  0x00007e54 setsect  0x00000002 , 0x00011188 
+ 00029652  0x00007e55 setsect  0x00000003 , 0x0001e520 
+ 00029653  0x00007e56 istore  0x00000009 , 0x00000005 
+ 00029654  0x00007e57 setsect  0x00000000 , 0x0003a11e 
+ 00029655  0x00007e58 setsect  0x00000001 , 0x0000fe5d 
+ 00029656  0x00007e59 setsect  0x00000002 , 0x0000dd57 
+ 00029657  0x00007e5a setsect  0x00000003 , 0x0001ac93 
+ 00029658  0x00007e5b istore  0x00000009 , 0x00000005 
+ 00029659  0x00007e5c setsect  0x00000000 , 0x000011ed 
+ 00029660  0x00007e5d setsect  0x00000001 , 0x000218c4 
+ 00029661  0x00007e5e setsect  0x00000002 , 0x00008da7 
+ 00029662  0x00007e5f setsect  0x00000003 , 0x000257ff 
+ 00029663  0x00007e60 istore  0x00000009 , 0x00000005 
+ 00029664  0x00007e61 setsect  0x00000000 , 0x0003192b 
+ 00029665  0x00007e62 setsect  0x00000001 , 0x00034641 
+ 00029666  0x00007e63 setsect  0x00000002 , 0x0001be0c 
+ 00029667  0x00007e64 setsect  0x00000003 , 0x000366ad 
+ 00029668  0x00007e65 istore  0x00000009 , 0x00000005 
+ 00029669  0x00007e66 setsect  0x00000000 , 0x00001f83 
+ 00029670  0x00007e67 setsect  0x00000001 , 0x00015a23 
+ 00029671  0x00007e68 setsect  0x00000002 , 0x0003f9b0 
+ 00029672  0x00007e69 setsect  0x00000003 , 0x00003949 
+ 00029673  0x00007e6a istore  0x00000009 , 0x00000005 
+ 00029674  0x00007e6b setsect  0x00000000 , 0x00013a51 
+ 00029675  0x00007e6c setsect  0x00000001 , 0x000153fd 
+ 00029676  0x00007e6d setsect  0x00000002 , 0x0003372a 
+ 00029677  0x00007e6e setsect  0x00000003 , 0x0000f1bb 
+ 00029678  0x00007e6f istore  0x00000009 , 0x00000005 
+ 00029679  0x00007e70 setsect  0x00000000 , 0x0003ae85 
+ 00029680  0x00007e71 setsect  0x00000001 , 0x0001eed9 
+ 00029681  0x00007e72 setsect  0x00000002 , 0x00009e66 
+ 00029682  0x00007e73 setsect  0x00000003 , 0x000001a8 
+ 00029683  0x00007e74 istore  0x00000008 , 0x00000005 
+ 00029684  0x00007e75 rtn 
+ 00029685  0x00007e7e arg  0x00000569 , 0x00000005 
+ 00029686  0x00007e7f setsect  0x00000000 , 0x0003ffff 
+ 00029687  0x00007e80 setsect  0x00000001 , 0x0003ffff 
+ 00029688  0x00007e81 setsect  0x00000002 , 0x0003ffff 
+ 00029689  0x00007e82 setsect  0x00000003 , 0x0003ffff 
+ 00029690  0x00007e83 istore  0x00000009 , 0x00000005 
+ 00029691  0x00007e84 setsect  0x00000000 , 0x0003ffff 
+ 00029692  0x00007e85 setsect  0x00000001 , 0x0000003f 
+ 00029693  0x00007e86 setsect  0x00000002 , 0x00000000 
+ 00029694  0x00007e87 setsect  0x00000003 , 0x00000000 
+ 00029695  0x00007e88 istore  0x00000009 , 0x00000005 
+ 00029696  0x00007e89 setsect  0x00000000 , 0x00000000 
+ 00029697  0x00007e8a setsect  0x00000001 , 0x00000000 
+ 00029698  0x00007e8b setsect  0x00000002 , 0x00001000 
+ 00029699  0x00007e8c setsect  0x00000003 , 0x00000000 
+ 00029700  0x00007e8d istore  0x00000009 , 0x00000005 
+ 00029701  0x00007e8e setsect  0x00000000 , 0x0003ff00 
+ 00029702  0x00007e8f setsect  0x00000001 , 0x0003ffff 
+ 00029703  0x00007e90 setsect  0x00000002 , 0x0003ffcf 
+ 00029704  0x00007e91 setsect  0x00000003 , 0x0003ffff 
+ 00029705  0x00007e92 istore  0x00000009 , 0x00000005 
+ 00029706  0x00007e93 setsect  0x00000000 , 0x0003ffff 
+ 00029707  0x00007e94 setsect  0x00000001 , 0x0003ffff 
+ 00029708  0x00007e95 setsect  0x00000002 , 0x0003ffff 
+ 00029709  0x00007e96 setsect  0x00000003 , 0x000003ff 
+ 00029710  0x00007e97 istore  0x00000009 , 0x00000005 
+ 00029711  0x00007e98 setsect  0x00000000 , 0x00000000 
+ 00029712  0x00007e99 setsect  0x00000001 , 0x00000000 
+ 00029713  0x00007e9a setsect  0x00000002 , 0x00000000 
+ 00029714  0x00007e9b setsect  0x00000003 , 0x00000000 
+ 00029715  0x00007e9c istore  0x00000009 , 0x00000005 
+ 00029716  0x00007e9d setsect  0x00000000 , 0x00010000 
+ 00029717  0x00007e9e setsect  0x00000001 , 0x00000000 
+ 00029718  0x00007e9f setsect  0x00000002 , 0x0003f000 
+ 00029719  0x00007ea0 setsect  0x00000003 , 0x0003ffff 
+ 00029720  0x00007ea1 istore  0x00000009 , 0x00000005 
+ 00029721  0x00007ea2 setsect  0x00000000 , 0x000296ff 
+ 00029722  0x00007ea3 setsect  0x00000001 , 0x00022630 
+ 00029723  0x00007ea4 setsect  0x00000002 , 0x0003945d 
+ 00029724  0x00007ea5 setsect  0x00000003 , 0x0003d284 
+ 00029725  0x00007ea6 istore  0x00000009 , 0x00000005 
+ 00029726  0x00007ea7 setsect  0x00000000 , 0x000333a0 
+ 00029727  0x00007ea8 setsect  0x00000001 , 0x00004b7a 
+ 00029728  0x00007ea9 setsect  0x00000002 , 0x000037d8 
+ 00029729  0x00007eaa setsect  0x00000003 , 0x0003c9dc 
+ 00029730  0x00007eab istore  0x00000009 , 0x00000005 
+ 00029731  0x00007eac setsect  0x00000000 , 0x0003a440 
+ 00029732  0x00007ead setsect  0x00000001 , 0x0001b958 
+ 00029733  0x00007eae setsect  0x00000002 , 0x00038bce 
+ 00029734  0x00007eaf setsect  0x00000003 , 0x0001091f 
+ 00029735  0x00007eb0 istore  0x00000009 , 0x00000005 
+ 00029736  0x00007eb1 setsect  0x00000000 , 0x0002e12c 
+ 00029737  0x00007eb2 setsect  0x00000001 , 0x0001f47c 
+ 00029738  0x00007eb3 setsect  0x00000002 , 0x000356b1 
+ 00029739  0x00007eb4 setsect  0x00000003 , 0x0002fd47 
+ 00029740  0x00007eb5 istore  0x00000009 , 0x00000005 
+ 00029741  0x00007eb6 setsect  0x00000000 , 0x00006837 
+ 00029742  0x00007eb7 setsect  0x00000001 , 0x0002ed90 
+ 00029743  0x00007eb8 setsect  0x00000002 , 0x0001ecec 
+ 00029744  0x00007eb9 setsect  0x00000003 , 0x0001acc5 
+ 00029745  0x00007eba istore  0x00000009 , 0x00000005 
+ 00029746  0x00007ebb setsect  0x00000000 , 0x00023357 
+ 00029747  0x00007ebc setsect  0x00000001 , 0x00018af3 
+ 00029748  0x00007ebd setsect  0x00000002 , 0x0000f9e1 
+ 00029749  0x00007ebe setsect  0x00000003 , 0x000129f0 
+ 00029750  0x00007ebf istore  0x00000009 , 0x00000005 
+ 00029751  0x00007ec0 setsect  0x00000000 , 0x0002e7eb 
+ 00029752  0x00007ec1 setsect  0x00000001 , 0x0003e6e3 
+ 00029753  0x00007ec2 setsect  0x00000002 , 0x0003e1a7 
+ 00029754  0x00007ec3 setsect  0x00000003 , 0x00010b8b 
+ 00029755  0x00007ec4 istore  0x00000009 , 0x00000005 
+ 00029756  0x00007ec5 setsect  0x00000000 , 0x00024fe3 
+ 00029757  0x00007ec6 setsect  0x00000001 , 0x000020ef 
+ 00029758  0x00007ec7 setsect  0x00000002 , 0x0001b5a6 
+ 00029759  0x00007ec8 setsect  0x00000003 , 0x0000dc2f 
+ 00029760  0x00007ec9 istore  0x00000009 , 0x00000005 
+ 00029761  0x00007eca setsect  0x00000000 , 0x00013860 
+ 00029762  0x00007ecb setsect  0x00000001 , 0x0002bd69 
+ 00029763  0x00007ecc setsect  0x00000002 , 0x0000391a 
+ 00029764  0x00007ecd setsect  0x00000003 , 0x0001b222 
+ 00029765  0x00007ece istore  0x00000009 , 0x00000005 
+ 00029766  0x00007ecf rtn 
+ 00029767  0x00007ed8 branch  0x000074fc 
+ 00029768  0x00007edb bpatch  0x000000ed , 0x0000401d 
+ 00029769  0x00007ee0 fetch  0x00000001 , 0x0000446c 
+ 00029770  0x00007ee1 rtn  0x00000034 
+ 00029771  0x00007ee2 fetch  0x00000001 , 0x0000446e 
+ 00029772  0x00007ee3 rtneq  0x00000003 
+ 00029773  0x00007ee6 fetch  0x00000001 , 0x0000446d 
+ 00029774  0x00007ee7 beq  0x00000000 , 0x000074fc 
+ 00029775  0x00007ee8 rtn 
+ 00029776  0x00007eea jam  0x00000000 , 0x0000446d 
+ 00029777  0x00007eeb rtn 
+ 00029778  0x00007ef1 bpatch  0x000000ee , 0x0000401d 
+ 00029779  0x00007ef2 setarg  0x000005fe 
+ 00029780  0x00007ef3 arg  0x000005f9 , 0x00000005 
+ 00029781  0x00007ef4 isub  0x00000005 , 0x00000039 
+ 00029782  0x00007ef5 call  0x00007ca1 
+ 00029783  0x00007ef6 setarg  0x000044d1 
+ 00029784  0x00007ef7 arg  0x000044cf , 0x00000005 
+ 00029785  0x00007ef8 isub  0x00000005 , 0x00000039 
+ 00029786  0x00007ef9 branch  0x00007ca1 
+ 00029787  0x00007efe call  0x00007476 
+ 00029788  0x00007eff arg  0x0000061e , 0x00000011 
+ 00029789  0x00007f00 arg  0x000004b1 , 0x00000005 
+ 00029790  0x00007f01 call  0x0000771c 
+ 00029791  0x00007f02 arg  0x000005fe , 0x00000011 
+ 00029792  0x00007f03 arg  0x00000471 , 0x00000005 
+ 00029793  0x00007f04 call  0x0000771c 
+ 00029794  0x00007f05 arg  0x00000471 , 0x00000011 
+ 00029795  0x00007f06 arg  0x000005fe , 0x00000012 
+ 00029796  0x00007f07 arg  0x00000471 , 0x00000005 
+ 00029797  0x00007f08 call  0x00007684 
+ 00029798  0x00007f09 arg  0x00000589 , 0x00000011 
+ 00029799  0x00007f0a arg  0x000005fe , 0x00000012 
+ 00029800  0x00007f0b arg  0x00000491 , 0x00000005 
+ 00029801  0x00007f0c call  0x00007684 
+ 00029802  0x00007f0d arg  0x00000491 , 0x00000011 
+ 00029803  0x00007f0e arg  0x00000471 , 0x00000012 
+ 00029804  0x00007f0f arg  0x00000471 , 0x00000005 
+ 00029805  0x00007f10 call  0x00007720 
+ 00029806  0x00007f11 arg  0x00000451 , 0x00000011 
+ 00029807  0x00007f12 arg  0x00000471 , 0x00000012 
+ 00029808  0x00007f13 arg  0x00000451 , 0x00000005 
+ 00029809  0x00007f14 call  0x00007720 
+ 00029810  0x00007f15 arg  0x00000020 , 0x00000039 
+ 00029811  0x00007f16 arg  0x000004b1 , 0x00000011 
+ 00029812  0x00007f17 arg  0x00000451 , 0x00000012 
+ 00029813  0x00007f18 branch  0x00007d64 
+ 00029814  0x00007f1b arg  0x000005c9 , 0x00000011 
+ 00029815  0x00007f1c arg  0x00000451 , 0x00000005 
+ 00029816  0x00007f1d call  0x0000771c 
+ 00029817  0x00007f1e arg  0x000005a9 , 0x00000011 
+ 00029818  0x00007f1f arg  0x00000471 , 0x00000005 
+ 00029819  0x00007f20 call  0x0000771c 
+ 00029820  0x00007f21 arg  0x00000471 , 0x00000011 
+ 00029821  0x00007f22 arg  0x000005a9 , 0x00000012 
+ 00029822  0x00007f23 arg  0x00000471 , 0x00000005 
+ 00029823  0x00007f24 call  0x00007684 
+ 00029824  0x00007f25 arg  0x00000589 , 0x00000011 
+ 00029825  0x00007f26 arg  0x000005a9 , 0x00000012 
+ 00029826  0x00007f27 arg  0x00000491 , 0x00000005 
+ 00029827  0x00007f28 call  0x00007684 
+ 00029828  0x00007f29 arg  0x00000491 , 0x00000011 
+ 00029829  0x00007f2a arg  0x00000471 , 0x00000012 
+ 00029830  0x00007f2b arg  0x00000471 , 0x00000005 
+ 00029831  0x00007f2c call  0x00007720 
+ 00029832  0x00007f2d arg  0x00000451 , 0x00000011 
+ 00029833  0x00007f2e arg  0x00000471 , 0x00000012 
+ 00029834  0x00007f2f arg  0x00000451 , 0x00000005 
+ 00029835  0x00007f30 branch  0x00007739 
+ 00029836  0x00007f36 increase  0xffffffff , 0x00000007 
+ 00029837  0x00007f37 nrtn  0x00000002 
+ 00029838  0x00007f38 random  0x0000003f 
+ 00029839  0x00007f39 istore  0x00000002 , 0x00000005 
+ 00029840  0x00007f3a branch  0x0000748c 
+ 00029841  0x00007f3c increase  0xffffffff , 0x00000007 
+ 00029842  0x00007f3d nbranch  0x0000749c , 0x00000002 
+ 00029843  0x00007f3e ifetch  0x00000004 , 0x00000011 
+ 00029844  0x00007f3f copy  0x0000003f , 0x00000002 
+ 00029845  0x00007f40 ifetch  0x00000004 , 0x00000012 
+ 00029846  0x00007f41 iflip  0x00000002 , 0x0000003f 
+ 00029847  0x00007f42 nbranch  0x0000749b , 0x00000005 
+ 00029848  0x00007f43 increase  0x00000004 , 0x00000011 
+ 00029849  0x00007f44 increase  0x00000004 , 0x00000012 
+ 00029850  0x00007f45 branch  0x00007491 
+ 00029851  0x00007f47 branch  0x00007dc4 
+ 00029852  0x00007f4a branch  0x00007dc6 
+ 00029853  0x00007f50 and  0x0000003f , 0x00000007 , 0x00000007 
+ 00029854  0x00007f51 rshift3  0x0000003f , 0x0000003f 
+ 00029855  0x00007f52 iadd  0x00000006 , 0x00000006 
+ 00029856  0x00007f53 ifetch  0x00000001 , 0x00000006 
+ 00029857  0x00007f54 qisolate0  0x0000003f 
+ 00029858  0x00007f55 rtn 
+ 00029859  0x00007f59 ifetch  0x00000008 , 0x00000006 
+ 00029860  0x00007f5a nrtn  0x00000034 
+ 00029861  0x00007f5b ifetch  0x00000008 , 0x00000006 
+ 00029862  0x00007f5c nrtn  0x00000034 
+ 00029863  0x00007f5d ifetch  0x00000008 , 0x00000006 
+ 00029864  0x00007f5e rtn 
+ 00029865  0x00007f64 ifetch  0x00000004 , 0x00000011 
+ 00029866  0x00007f65 iforce  0x00000002 
+ 00029867  0x00007f66 ifetch  0x00000004 , 0x00000012 
+ 00029868  0x00007f67 isub  0x00000002 , 0x0000003e 
+ 00029869  0x00007f68 nrtn  0x00000005 
+ 00029870  0x00007f69 increase  0x00000004 , 0x00000011 
+ 00029871  0x00007f6a increase  0x00000004 , 0x00000012 
+ 00029872  0x00007f6b loop  0x000074a9 
+ 00029873  0x00007f6c rtn 
+ 00029874  0x00007f6f force  0x00000006 , 0x00000039 
+ 00029875  0x00007f70 increase  0x00000014 , 0x00000011 
+ 00029876  0x00007f71 increase  0x00000014 , 0x00000012 
+ 00029877  0x00007f73 ifetch  0x00000004 , 0x00000012 
+ 00029878  0x00007f74 iforce  0x00000002 
+ 00029879  0x00007f75 ifetch  0x00000004 , 0x00000011 
+ 00029880  0x00007f76 isub  0x00000002 , 0x0000003f 
+ 00029881  0x00007f77 nrtn  0x00000002 
+ 00029882  0x00007f78 nrtn  0x00000034 
+ 00029883  0x00007f79 increase  0xfffffffc , 0x00000011 
+ 00029884  0x00007f7a increase  0xfffffffc , 0x00000012 
+ 00029885  0x00007f7b loop  0x000074b5 
+ 00029886  0x00007f7c rtn 
+ 00029887  0x00007f7e force  0x00000006 , 0x00000039 
+ 00029888  0x00007f7f force  0x00000000 , 0x00000013 
+ 00029889  0x00007f81 ifetch  0x00000004 , 0x00000011 
+ 00029890  0x00007f82 iforce  0x00000002 
+ 00029891  0x00007f83 ifetch  0x00000004 , 0x00000012 
+ 00029892  0x00007f84 iadd  0x00000002 , 0x0000003f 
+ 00029893  0x00007f85 iadd  0x00000013 , 0x0000003f 
+ 00029894  0x00007f86 istore  0x00000004 , 0x00000005 
+ 00029895  0x00007f87 isolate1  0x00000020 , 0x0000003f 
+ 00029896  0x00007f88 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00029897  0x00007f89 increase  0x00000004 , 0x00000011 
+ 00029898  0x00007f8a increase  0x00000004 , 0x00000012 
+ 00029899  0x00007f8b loop  0x000074c1 
+ 00029900  0x00007f8c rtn 
+ 00029901  0x00007f8f force  0x00000006 , 0x00000039 
+ 00029902  0x00007f90 force  0x00000000 , 0x00000013 
+ 00029903  0x00007f92 ifetch  0x00000004 , 0x00000012 
+ 00029904  0x00007f93 iforce  0x00000002 
+ 00029905  0x00007f94 ifetch  0x00000004 , 0x00000011 
+ 00029906  0x00007f95 isub  0x00000002 , 0x0000003f 
+ 00029907  0x00007f96 isub  0x00000013 , 0x0000003f 
+ 00029908  0x00007f97 istore  0x00000004 , 0x00000005 
+ 00029909  0x00007f98 isolate1  0x00000020 , 0x0000003f 
+ 00029910  0x00007f99 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00029911  0x00007f9a increase  0x00000004 , 0x00000011 
+ 00029912  0x00007f9b increase  0x00000004 , 0x00000012 
+ 00029913  0x00007f9c loop  0x000074cf 
+ 00029914  0x00007f9d rtn 
+ 00029915  0x00007fa0 force  0x00000006 , 0x00000039 
+ 00029916  0x00007fa1 increase  0x00000014 , 0x00000011 
+ 00029917  0x00007fa3 force  0x00000000 , 0x00000013 
+ 00029918  0x00007fa5 ifetch  0x00000004 , 0x00000011 
+ 00029919  0x00007fa6 isolate1  0x00000000 , 0x0000003f 
+ 00029920  0x00007fa7 setflag  0x00000001 , 0x00000001 , 0x00000013 
+ 00029921  0x00007fa8 rshift  0x0000003f , 0x0000003f 
+ 00029922  0x00007fa9 isolate1  0x00000000 , 0x00000013 
+ 00029923  0x00007faa setflag  0x00000001 , 0x0000001f , 0x0000003f 
+ 00029924  0x00007fab istore  0x00000004 , 0x00000011 
+ 00029925  0x00007fac increase  0xfffffffc , 0x00000011 
+ 00029926  0x00007fad rshift  0x00000013 , 0x00000013 
+ 00029927  0x00007fae loop  0x000074de 
+ 00029928  0x00007faf rtn 
+ 00029929  0x00007fb1 force  0x00000006 , 0x00000039 
+ 00029930  0x00007fb2 force  0x00000000 , 0x00000013 
+ 00029931  0x00007fb4 ifetch  0x00000004 , 0x00000011 
+ 00029932  0x00007fb5 isolate1  0x0000001f , 0x0000003f 
+ 00029933  0x00007fb6 setflag  0x00000001 , 0x00000001 , 0x00000013 
+ 00029934  0x00007fb7 lshift  0x0000003f , 0x0000003f 
+ 00029935  0x00007fb8 isolate1  0x00000000 , 0x00000013 
+ 00029936  0x00007fb9 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00029937  0x00007fba istore  0x00000004 , 0x00000011 
+ 00029938  0x00007fbb increase  0x00000004 , 0x00000011 
+ 00029939  0x00007fbc rshift  0x00000013 , 0x00000013 
+ 00029940  0x00007fbd loop  0x000074eb 
+ 00029941  0x00007fbe rtn 
+ 00029942  0x00007fc2 force  0x00000006 , 0x00000039 
+ 00029943  0x00007fc4 ifetch  0x00000004 , 0x00000006 
+ 00029944  0x00007fc5 iforce  0x0000002f 
+ 00029945  0x00007fc6 increase  0x00000001 , 0x00000038 
+ 00029946  0x00007fc7 loop  0x000074f7 
+ 00029947  0x00007fc8 rtn 
+ 00029948  0x00007fcd bpatch  0x000000ef , 0x0000401d 
+ 00029949  0x00007fce fetch  0x00000001 , 0x0000446c 
+ 00029950  0x00007fcf nbranch  0x0000751d , 0x00000034 
+ 00029951  0x00007fd2 jam  0x00000000 , 0x0000446d 
+ 00029952  0x00007fd3 jam  0x00000000 , 0x0000446e 
+ 00029953  0x00007fd4 rtn 
+ 00029954  0x00007fd9 fetch  0x00000001 , 0x0000446c 
+ 00029955  0x00007fda rtn  0x00000034 
+ 00029956  0x00007fdb fetch  0x00000001 , 0x0000446e 
+ 00029957  0x00007fdc rtneq  0x00000003 
+ 00029958  0x00007fdd call  0x00007552 
+ 00029959  0x00007fde branch  0x00007502 
+ 00029960  0x00007fe3 arg  0x0000446f , 0x00000005 
+ 00029961  0x00007fe4 setsect  0x00000000 , 0x00001abd 
+ 00029962  0x00007fe5 setsect  0x00000001 , 0x0001b34f 
+ 00029963  0x00007fe6 setsect  0x00000002 , 0x00019b8a 
+ 00029964  0x00007fe7 setsect  0x00000003 , 0x00026562 
+ 00029965  0x00007fe8 istore  0x00000009 , 0x00000005 
+ 00029966  0x00007fe9 setsect  0x00000000 , 0x000340b7 
+ 00029967  0x00007fea setsect  0x00000001 , 0x00001efa 
+ 00029968  0x00007feb setsect  0x00000002 , 0x0000aff6 
+ 00029969  0x00007fec setsect  0x00000003 , 0x0000fd41 
+ 00029970  0x00007fed istore  0x00000009 , 0x00000005 
+ 00029971  0x00007fee setsect  0x00000000 , 0x0003d210 
+ 00029972  0x00007fef setsect  0x00000001 , 0x00026cf8 
+ 00029973  0x00007ff0 setsect  0x00000002 , 0x0003874c 
+ 00029974  0x00007ff1 setsect  0x00000003 , 0x0003157c 
+ 00029975  0x00007ff2 istore  0x00000009 , 0x00000005 
+ 00029976  0x00007ff3 setsect  0x00000000 , 0x0002d4a3 
+ 00029977  0x00007ff4 setsect  0x00000001 , 0x0003d27d 
+ 00029978  0x00007ff5 setsect  0x00000002 , 0x00000003 
+ 00029979  0x00007ff6 istore  0x00000005 , 0x00000005 
+ 00029980  0x00007ff7 rtn 
+ 00029981  0x00007ffb fetch  0x00000001 , 0x0000446e 
+ 00029982  0x00007ffc rtnne  0x00000000 
+ 00029983  0x00007ffd fetch  0x00000001 , 0x0000446d 
+ 00029984  0x00007ffe rtnne  0x00000000 
+ 00029985  0x00007fff call  0x000073f5 
+ 00029986  0x00008000 arg  0x0000446f , 0x00000005 
+ 00029987  0x00008001 force  0x0000000f , 0x00000007 
+ 00029988  0x00008002 call  0x0000748c 
+ 00029989  0x00008003 random  0x0000003f 
+ 00029990  0x00008004 rshift  0x0000003f , 0x0000003f 
+ 00029991  0x00008005 istore  0x00000002 , 0x00000005 
+ 00029992  0x00008007 fetch  0x00000001 , 0x0000446b 
+ 00029993  0x00008008 ncall  0x00007508 , 0x00000034 
+ 00029994  0x0000800a arg  0x000003b1 , 0x00000005 
+ 00029995  0x0000800b arg  0x0000446f , 0x00000006 
+ 00029996  0x0000800c call  0x00007c8d 
+ 00029997  0x0000800e arg  0x00000291 , 0x00000005 
+ 00029998  0x0000800f arg  0x000005a9 , 0x00000006 
+ 00029999  0x00008010 call  0x00007c81 
+ 00030000  0x00008012 arg  0x000002d1 , 0x00000005 
+ 00030001  0x00008013 call  0x00007c9d 
+ 00030002  0x00008014 jam  0x00000001 , 0x000002d1 
+ 00030003  0x00008016 call  0x0000756a 
+ 00030004  0x00008017 jam  0x00000003 , 0x0000446d 
+ 00030005  0x00008018 rtn 
+ 00030006  0x0000801b arg  0x0000448f , 0x00000005 
+ 00030007  0x0000801c arg  0x000002f1 , 0x00000006 
+ 00030008  0x0000801d call  0x00007c81 
+ 00030009  0x0000801e jam  0x00000003 , 0x0000446e 
+ 00030010  0x0000801f jam  0x00000000 , 0x0000446d 
+ 00030011  0x00008020 rtn 
+ 00030012  0x00008025 fetch  0x00000001 , 0x000005f9 
+ 00030013  0x00008026 rtnne  0x00000000 
+ 00030014  0x00008027 fetch  0x00000001 , 0x0000446d 
+ 00030015  0x00008028 rtnne  0x00000000 
+ 00030016  0x0000802a arg  0x000003b1 , 0x00000005 
+ 00030017  0x0000802b arg  0x0000446f , 0x00000006 
+ 00030018  0x0000802c call  0x00007c8d 
+ 00030019  0x0000802e arg  0x00000291 , 0x00000005 
+ 00030020  0x0000802f arg  0x000005fe , 0x00000006 
+ 00030021  0x00008030 call  0x00007c81 
+ 00030022  0x00008032 arg  0x000002d1 , 0x00000005 
+ 00030023  0x00008033 call  0x00007c9d 
+ 00030024  0x00008034 jam  0x00000001 , 0x000002d1 
+ 00030025  0x00008036 call  0x0000756a 
+ 00030026  0x00008037 jam  0x00000004 , 0x0000446d 
+ 00030027  0x00008038 rtn 
+ 00030028  0x0000803d arg  0x0000063e , 0x00000005 
+ 00030029  0x0000803e arg  0x000002f1 , 0x00000006 
+ 00030030  0x0000803f call  0x00007c8d 
+ 00030031  0x00008040 jam  0x00000003 , 0x000005f9 
+ 00030032  0x00008041 jam  0x00000000 , 0x0000446d 
+ 00030033  0x00008042 rtn 
+ 00030034  0x00008047 fetch  0x00000001 , 0x0000446c 
+ 00030035  0x00008048 rtn  0x00000034 
+ 00030036  0x00008049 fetch  0x00000001 , 0x0000446d 
+ 00030037  0x0000804a rtn  0x00000034 
+ 00030038  0x0000804b increase  0x00000080 , 0x0000003f 
+ 00030039  0x0000804c store  0x00000001 , 0x0000446d 
+ 00030040  0x0000804d rtnbit1  0x00000007 
+ 00030041  0x0000804e fetch  0x00000002 , 0x0000022e 
+ 00030042  0x0000804f branch  0x0000755c , 0x00000034 
+ 00030043  0x00008050 branch  0x00007562 
+ 00030044  0x00008053 bpatch  0x000000f0 , 0x0000401e 
+ 00030045  0x00008054 call  0x00007577 
+ 00030046  0x00008055 fetch  0x00000001 , 0x0000446d 
+ 00030047  0x00008056 beq  0x00000003 , 0x00007536 
+ 00030048  0x00008057 beq  0x00000004 , 0x0000754c 
+ 00030049  0x00008058 rtn 
+ 00030050  0x0000805c call  0x00007589 
+ 00030051  0x0000805d fetch  0x00000002 , 0x0000022e 
+ 00030052  0x0000805e increase  0xffffffff , 0x0000003f 
+ 00030053  0x0000805f store  0x00000002 , 0x0000022e 
+ 00030054  0x00008060 arg  0x000003b1 , 0x00000006 
+ 00030055  0x00008061 call  0x0000749d 
+ 00030056  0x00008062 rtn  0x00000001 
+ 00030057  0x00008063 branch  0x000075da 
+ 00030058  0x00008066 bpatch  0x000000f1 , 0x0000401e 
+ 00030059  0x00008067 setarg  0x00000100 
+ 00030060  0x00008068 store  0x00000002 , 0x0000022e 
+ 00030061  0x0000806a fetch  0x00000002 , 0x0000022e 
+ 00030062  0x0000806b rtn  0x00000034 
+ 00030063  0x0000806c increase  0xffffffff , 0x0000003f 
+ 00030064  0x0000806d store  0x00000002 , 0x0000022e 
+ 00030065  0x0000806e arg  0x000003b1 , 0x00000006 
+ 00030066  0x0000806f call  0x0000749d 
+ 00030067  0x00008070 branch  0x0000756d , 0x00000001 
+ 00030068  0x00008071 arg  0x00000291 , 0x00000006 
+ 00030069  0x00008072 arg  0x00000351 , 0x00000005 
+ 00030070  0x00008073 branch  0x00007c80 
+ 00030071  0x00008077 arg  0x00000391 , 0x00000011 
+ 00030072  0x00008078 arg  0x00000491 , 0x00000005 
+ 00030073  0x00008079 call  0x00007646 
+ 00030074  0x0000807a arg  0x00000491 , 0x00000011 
+ 00030075  0x0000807b arg  0x00000431 , 0x00000005 
+ 00030076  0x0000807c call  0x0000771c 
+ 00030077  0x0000807d arg  0x00000351 , 0x00000011 
+ 00030078  0x0000807e arg  0x00000431 , 0x00000012 
+ 00030079  0x0000807f arg  0x000002f1 , 0x00000005 
+ 00030080  0x00008080 call  0x00007684 
+ 00030081  0x00008081 arg  0x00000491 , 0x00000011 
+ 00030082  0x00008082 arg  0x00000431 , 0x00000012 
+ 00030083  0x00008083 arg  0x00000471 , 0x00000005 
+ 00030084  0x00008084 call  0x00007684 
+ 00030085  0x00008085 arg  0x00000371 , 0x00000011 
+ 00030086  0x00008086 arg  0x00000471 , 0x00000012 
+ 00030087  0x00008087 arg  0x00000311 , 0x00000005 
+ 00030088  0x00008088 branch  0x00007684 
+ 00030089  0x0000808b arg  0x00000391 , 0x00000011 
+ 00030090  0x0000808c arg  0x00000471 , 0x00000005 
+ 00030091  0x0000808d call  0x0000771c 
+ 00030092  0x0000808e arg  0x00000471 , 0x00000011 
+ 00030093  0x0000808f arg  0x00000491 , 0x00000005 
+ 00030094  0x00008090 call  0x0000771c 
+ 00030095  0x00008092 arg  0x00000589 , 0x00000011 
+ 00030096  0x00008093 arg  0x00000491 , 0x00000012 
+ 00030097  0x00008094 arg  0x00000491 , 0x00000005 
+ 00030098  0x00008095 call  0x00007684 
+ 00030099  0x00008096 arg  0x00000351 , 0x00000011 
+ 00030100  0x00008097 arg  0x00000471 , 0x00000005 
+ 00030101  0x00008098 call  0x0000771c 
+ 00030102  0x0000809a arg  0x00000471 , 0x00000006 
+ 00030103  0x0000809b arg  0x00000431 , 0x00000005 
+ 00030104  0x0000809c call  0x00007c8d 
+ 00030105  0x0000809d arg  0x00000431 , 0x00000011 
+ 00030106  0x0000809e call  0x00007723 
+ 00030107  0x0000809f arg  0x00000471 , 0x00000011 
+ 00030108  0x000080a0 arg  0x00000431 , 0x00000012 
+ 00030109  0x000080a1 arg  0x00000471 , 0x00000005 
+ 00030110  0x000080a2 call  0x00007720 
+ 00030111  0x000080a4 arg  0x00000471 , 0x00000011 
+ 00030112  0x000080a5 arg  0x00000491 , 0x00000012 
+ 00030113  0x000080a6 arg  0x00000471 , 0x00000005 
+ 00030114  0x000080a7 call  0x00007720 
+ 00030115  0x000080a9 arg  0x00000351 , 0x00000006 
+ 00030116  0x000080aa arg  0x00000431 , 0x00000005 
+ 00030117  0x000080ab call  0x00007c8d 
+ 00030118  0x000080ac arg  0x00000371 , 0x00000011 
+ 00030119  0x000080ad arg  0x00000491 , 0x00000005 
+ 00030120  0x000080ae call  0x0000771c 
+ 00030121  0x000080af arg  0x00000431 , 0x00000011 
+ 00030122  0x000080b0 call  0x00007723 
+ 00030123  0x000080b1 arg  0x00000431 , 0x00000011 
+ 00030124  0x000080b2 call  0x00007723 
+ 00030125  0x000080b3 arg  0x00000431 , 0x00000011 
+ 00030126  0x000080b4 arg  0x00000491 , 0x00000012 
+ 00030127  0x000080b5 arg  0x00000431 , 0x00000005 
+ 00030128  0x000080b6 call  0x00007684 
+ 00030129  0x000080b7 arg  0x00000491 , 0x00000011 
+ 00030130  0x000080b8 arg  0x00000451 , 0x00000005 
+ 00030131  0x000080b9 call  0x0000771c 
+ 00030132  0x000080ba arg  0x00000451 , 0x00000011 
+ 00030133  0x000080bb call  0x00007723 
+ 00030134  0x000080bc arg  0x00000451 , 0x00000011 
+ 00030135  0x000080bd call  0x00007723 
+ 00030136  0x000080be arg  0x00000451 , 0x00000011 
+ 00030137  0x000080bf call  0x00007723 
+ 00030138  0x000080c0 arg  0x00000371 , 0x00000006 
+ 00030139  0x000080c1 arg  0x00000491 , 0x00000005 
+ 00030140  0x000080c2 call  0x00007c8d 
+ 00030141  0x000080c3 arg  0x00000491 , 0x00000011 
+ 00030142  0x000080c4 call  0x00007723 
+ 00030143  0x000080c5 arg  0x00000491 , 0x00000011 
+ 00030144  0x000080c6 arg  0x00000391 , 0x00000012 
+ 00030145  0x000080c7 arg  0x00000391 , 0x00000005 
+ 00030146  0x000080c8 call  0x00007684 
+ 00030147  0x000080cb arg  0x00000471 , 0x00000011 
+ 00030148  0x000080cc arg  0x00000491 , 0x00000005 
+ 00030149  0x000080cd call  0x0000771c 
+ 00030150  0x000080cf arg  0x00000491 , 0x00000011 
+ 00030151  0x000080d0 arg  0x00000431 , 0x00000012 
+ 00030152  0x000080d1 arg  0x00000491 , 0x00000005 
+ 00030153  0x000080d2 call  0x00007739 
+ 00030154  0x000080d3 arg  0x00000491 , 0x00000011 
+ 00030155  0x000080d4 arg  0x00000431 , 0x00000012 
+ 00030156  0x000080d5 arg  0x00000351 , 0x00000005 
+ 00030157  0x000080d6 call  0x00007739 
+ 00030158  0x000080d7 arg  0x00000431 , 0x00000011 
+ 00030159  0x000080d8 arg  0x00000351 , 0x00000012 
+ 00030160  0x000080d9 arg  0x00000491 , 0x00000005 
+ 00030161  0x000080da call  0x00007739 
+ 00030162  0x000080db arg  0x00000491 , 0x00000011 
+ 00030163  0x000080dc arg  0x00000471 , 0x00000012 
+ 00030164  0x000080dd arg  0x00000491 , 0x00000005 
+ 00030165  0x000080de call  0x00007684 
+ 00030166  0x000080df arg  0x00000491 , 0x00000011 
+ 00030167  0x000080e0 arg  0x00000451 , 0x00000012 
+ 00030168  0x000080e1 arg  0x00000371 , 0x00000005 
+ 00030169  0x000080e2 branch  0x00007739 
+ 00030170  0x000080e6 arg  0x000002d1 , 0x00000011 
+ 00030171  0x000080e7 arg  0x000004b1 , 0x00000005 
+ 00030172  0x000080e8 call  0x0000771c 
+ 00030173  0x000080e9 arg  0x00000351 , 0x00000011 
+ 00030174  0x000080ea arg  0x000004b1 , 0x00000012 
+ 00030175  0x000080eb arg  0x00000451 , 0x00000005 
+ 00030176  0x000080ec call  0x00007684 
+ 00030177  0x000080ef arg  0x000002d1 , 0x00000011 
+ 00030178  0x000080f0 arg  0x000004b1 , 0x00000012 
+ 00030179  0x000080f1 arg  0x000004b1 , 0x00000005 
+ 00030180  0x000080f2 call  0x00007684 
+ 00030181  0x000080f3 arg  0x00000371 , 0x00000011 
+ 00030182  0x000080f4 arg  0x000004b1 , 0x00000012 
+ 00030183  0x000080f5 arg  0x00000431 , 0x00000005 
+ 00030184  0x000080f6 call  0x00007684 
+ 00030185  0x000080f9 arg  0x00000391 , 0x00000011 
+ 00030186  0x000080fa arg  0x000004b1 , 0x00000005 
+ 00030187  0x000080fb call  0x0000771c 
+ 00030188  0x000080fc arg  0x00000291 , 0x00000011 
+ 00030189  0x000080fd arg  0x000004b1 , 0x00000012 
+ 00030190  0x000080fe arg  0x00000471 , 0x00000005 
+ 00030191  0x000080ff call  0x00007684 
+ 00030192  0x00008101 arg  0x00000391 , 0x00000011 
+ 00030193  0x00008102 arg  0x000004b1 , 0x00000012 
+ 00030194  0x00008103 arg  0x000004b1 , 0x00000005 
+ 00030195  0x00008104 call  0x00007684 
+ 00030196  0x00008105 arg  0x000002b1 , 0x00000011 
+ 00030197  0x00008106 arg  0x000004b1 , 0x00000012 
+ 00030198  0x00008107 arg  0x00000491 , 0x00000005 
+ 00030199  0x00008108 call  0x00007684 
+ 00030200  0x0000810d arg  0x00000451 , 0x00000012 
+ 00030201  0x0000810e arg  0x00000471 , 0x00000011 
+ 00030202  0x0000810f arg  0x000004b1 , 0x00000005 
+ 00030203  0x00008110 call  0x00007739 
+ 00030204  0x00008111 arg  0x00000451 , 0x00000011 
+ 00030205  0x00008112 arg  0x00000471 , 0x00000012 
+ 00030206  0x00008113 arg  0x00000451 , 0x00000005 
+ 00030207  0x00008114 call  0x00007720 
+ 00030208  0x00008117 arg  0x00000431 , 0x00000012 
+ 00030209  0x00008118 arg  0x00000491 , 0x00000011 
+ 00030210  0x00008119 arg  0x00000471 , 0x00000005 
+ 00030211  0x0000811a call  0x00007739 
+ 00030212  0x0000811b arg  0x00000431 , 0x00000011 
+ 00030213  0x0000811c arg  0x00000491 , 0x00000012 
+ 00030214  0x0000811d arg  0x00000431 , 0x00000005 
+ 00030215  0x0000811e call  0x00007720 
+ 00030216  0x0000811f arg  0x00000431 , 0x00000011 
+ 00030217  0x00008120 arg  0x000004b1 , 0x00000012 
+ 00030218  0x00008121 arg  0x00000431 , 0x00000005 
+ 00030219  0x00008122 call  0x00007684 
+ 00030220  0x00008123 arg  0x00000391 , 0x00000011 
+ 00030221  0x00008124 arg  0x000002d1 , 0x00000012 
+ 00030222  0x00008125 arg  0x00000491 , 0x00000005 
+ 00030223  0x00008126 call  0x00007684 
+ 00030224  0x00008127 arg  0x00000491 , 0x00000011 
+ 00030225  0x00008128 arg  0x000004b1 , 0x00000012 
+ 00030226  0x00008129 arg  0x00000391 , 0x00000005 
+ 00030227  0x0000812a call  0x00007684 
+ 00030228  0x0000812c arg  0x000004b1 , 0x00000011 
+ 00030229  0x0000812d arg  0x000004b1 , 0x00000005 
+ 00030230  0x0000812e call  0x0000771c 
+ 00030231  0x0000812f arg  0x000004b1 , 0x00000011 
+ 00030232  0x00008130 arg  0x00000451 , 0x00000012 
+ 00030233  0x00008131 arg  0x00000491 , 0x00000005 
+ 00030234  0x00008132 call  0x00007684 
+ 00030235  0x00008133 arg  0x000004b1 , 0x00000011 
+ 00030236  0x00008134 arg  0x00000431 , 0x00000012 
+ 00030237  0x00008135 arg  0x00000431 , 0x00000005 
+ 00030238  0x00008136 call  0x00007684 
+ 00030239  0x00008137 arg  0x00000471 , 0x00000011 
+ 00030240  0x00008138 arg  0x00000351 , 0x00000005 
+ 00030241  0x00008139 call  0x0000771c 
+ 00030242  0x0000813a arg  0x00000351 , 0x00000011 
+ 00030243  0x0000813b arg  0x00000491 , 0x00000012 
+ 00030244  0x0000813c arg  0x00000351 , 0x00000005 
+ 00030245  0x0000813d call  0x00007739 
+ 00030246  0x0000813e arg  0x00000351 , 0x00000006 
+ 00030247  0x0000813f arg  0x000004b1 , 0x00000005 
+ 00030248  0x00008140 call  0x00007c8d 
+ 00030249  0x00008141 arg  0x000004b1 , 0x00000011 
+ 00030250  0x00008142 call  0x00007723 
+ 00030251  0x00008143 arg  0x00000491 , 0x00000011 
+ 00030252  0x00008144 arg  0x000004b1 , 0x00000012 
+ 00030253  0x00008145 arg  0x00000491 , 0x00000005 
+ 00030254  0x00008146 call  0x00007739 
+ 00030255  0x00008147 arg  0x00000491 , 0x00000011 
+ 00030256  0x00008148 arg  0x00000471 , 0x00000012 
+ 00030257  0x00008149 arg  0x00000471 , 0x00000005 
+ 00030258  0x0000814a call  0x00007684 
+ 00030259  0x0000814b arg  0x00000471 , 0x00000011 
+ 00030260  0x0000814c arg  0x00000431 , 0x00000012 
+ 00030261  0x0000814d arg  0x00000371 , 0x00000005 
+ 00030262  0x0000814e call  0x00007739 
+ 00030263  0x0000814f arg  0x00000371 , 0x00000011 
+ 00030264  0x00008150 arg  0x00000569 , 0x00000012 
+ 00030265  0x00008151 arg  0x00000371 , 0x00000005 
+ 00030266  0x00008152 force  0x00000000 , 0x00000013 
+ 00030267  0x00008153 fetch  0x00000001 , 0x00000371 
+ 00030268  0x00008154 isolate1  0x00000000 , 0x0000003f 
+ 00030269  0x00008155 call  0x0000771e , 0x00000001 
+ 00030270  0x00008156 copy  0x00000013 , 0x00000030 
+ 00030271  0x00008157 arg  0x00000371 , 0x00000011 
+ 00030272  0x00008158 call  0x0000774e 
+ 00030273  0x00008159 fetch  0x00000001 , 0x00000390 
+ 00030274  0x0000815a isolate1  0x00000000 , 0x00000030 
+ 00030275  0x0000815b setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00030276  0x0000815c store  0x00000001 , 0x00000390 
+ 00030277  0x0000815d rtn 
+ 00030278  0x00008160 copy  0x00000005 , 0x0000000b 
+ 00030279  0x00008161 arg  0x00000451 , 0x00000005 
+ 00030280  0x00008162 call  0x00007c9d 
+ 00030281  0x00008163 force  0x00000000 , 0x0000003f 
+ 00030282  0x00008165 store  0x00000004 , 0x00000471 
+ 00030283  0x00008166 jam  0x00000001 , 0x00000451 
+ 00030284  0x00008167 arg  0x000003d1 , 0x00000005 
+ 00030285  0x00008168 call  0x00007c9f 
+ 00030286  0x00008169 arg  0x00000569 , 0x00000006 
+ 00030287  0x0000816a arg  0x00000411 , 0x00000005 
+ 00030288  0x0000816b call  0x00007c8d 
+ 00030289  0x0000816c copy  0x00000011 , 0x00000006 
+ 00030290  0x0000816d arg  0x00000431 , 0x00000005 
+ 00030291  0x0000816e call  0x00007c8d 
+ 00030292  0x00008175 arg  0x00000431 , 0x00000006 
+ 00030293  0x00008176 call  0x00007758 
+ 00030294  0x00008177 branch  0x0000767d , 0x00000034 
+ 00030295  0x0000817c arg  0x00000431 , 0x00000011 
+ 00030296  0x0000817d arg  0x00000451 , 0x00000012 
+ 00030297  0x0000817e call  0x0000775b 
+ 00030298  0x0000817f arg  0x00000411 , 0x00000011 
+ 00030299  0x00008180 arg  0x000003d1 , 0x00000012 
+ 00030300  0x00008181 call  0x0000775b 
+ 00030301  0x00008183 arg  0x00000431 , 0x00000011 
+ 00030302  0x00008184 arg  0x00000411 , 0x00000012 
+ 00030303  0x00008185 call  0x00007754 
+ 00030304  0x00008186 branch  0x0000766f , 0x00000002 
+ 00030305  0x00008187 arg  0x00000411 , 0x00000011 
+ 00030306  0x00008188 arg  0x00000431 , 0x00000012 
+ 00030307  0x00008189 copy  0x00000011 , 0x00000005 
+ 00030308  0x0000818a call  0x0000774c 
+ 00030309  0x0000818b arg  0x00000451 , 0x00000011 
+ 00030310  0x0000818c arg  0x000003d1 , 0x00000012 
+ 00030311  0x0000818d copy  0x00000012 , 0x00000005 
+ 00030312  0x0000818e call  0x0000771e 
+ 00030313  0x0000818f ifetch  0x00000001 , 0x00000011 
+ 00030314  0x00008190 iadd  0x00000013 , 0x00000013 
+ 00030315  0x00008191 ifetch  0x00000001 , 0x00000012 
+ 00030316  0x00008192 iadd  0x00000013 , 0x0000003f 
+ 00030317  0x00008193 istore  0x00000001 , 0x00000012 
+ 00030318  0x00008194 branch  0x00007654 
+ 00030319  0x00008196 arg  0x00000431 , 0x00000011 
+ 00030320  0x00008197 arg  0x00000411 , 0x00000012 
+ 00030321  0x00008198 copy  0x00000011 , 0x00000005 
+ 00030322  0x00008199 call  0x0000774c 
+ 00030323  0x0000819a arg  0x000003d1 , 0x00000011 
+ 00030324  0x0000819b arg  0x00000451 , 0x00000012 
+ 00030325  0x0000819c copy  0x00000012 , 0x00000005 
+ 00030326  0x0000819d call  0x0000771e 
+ 00030327  0x0000819e ifetch  0x00000001 , 0x00000011 
+ 00030328  0x0000819f iadd  0x00000013 , 0x00000013 
+ 00030329  0x000081a0 ifetch  0x00000001 , 0x00000012 
+ 00030330  0x000081a1 iadd  0x00000013 , 0x0000003f 
+ 00030331  0x000081a2 istore  0x00000001 , 0x00000012 
+ 00030332  0x000081a3 branch  0x00007654 
+ 00030333  0x000081a6 arg  0x000003d1 , 0x00000011 
+ 00030334  0x000081a7 copy  0x0000000b , 0x00000005 
+ 00030335  0x000081a8 call  0x000076ad 
+ 00030336  0x000081aa arg  0x00000569 , 0x00000011 
+ 00030337  0x000081ab copy  0x0000000b , 0x00000012 
+ 00030338  0x000081ac copy  0x0000000b , 0x00000005 
+ 00030339  0x000081ad branch  0x00007739 
+ 00030340  0x000081b1 copy  0x00000005 , 0x0000000b 
+ 00030341  0x000081b3 force  0x00000000 , 0x00000038 
+ 00030342  0x000081b5 arg  0x000003d1 , 0x00000005 
+ 00030343  0x000081b6 call  0x00007c9f 
+ 00030344  0x000081b7 arg  0x000006b1 , 0x00000005 
+ 00030345  0x000081b8 call  0x00007c9f 
+ 00030346  0x000081bc copy  0x00000011 , 0x00000006 
+ 00030347  0x000081be jam  0x00000000 , 0x000006b1 
+ 00030348  0x000081bf setarg  0x00000000 
+ 00030349  0x000081c0 call  0x00007716 
+ 00030350  0x000081c1 copy  0x00000012 , 0x00000006 
+ 00030351  0x000081c2 call  0x0000771a 
+ 00030352  0x000081c5 force  0x00000000 , 0x00000007 
+ 00030353  0x000081c6 arg  0x000003d1 , 0x00000005 
+ 00030354  0x000081ca arg  0x000006b1 , 0x00000002 
+ 00030355  0x000081cb copy  0x00000007 , 0x00000012 
+ 00030356  0x000081cc lshift2  0x00000012 , 0x0000003f 
+ 00030357  0x000081ce iadd  0x00000002 , 0x00000012 
+ 00030358  0x000081cf force  0x00000000 , 0x00000002 
+ 00030359  0x000081d0 force  0x00000000 , 0x00000013 
+ 00030360  0x000081d6 ifetch  0x00000004 , 0x00000005 
+ 00030361  0x000081d7 iforce  0x00000011 
+ 00030362  0x000081da ifetch  0x00000004 , 0x00000012 
+ 00030363  0x000081db copy  0x00000013 , 0x00000038 
+ 00030364  0x000081dc imul32  0x0000002f , 0x0000003f 
+ 00030365  0x000081dd iadd  0x00000011 , 0x0000003f 
+ 00030366  0x000081de iadd  0x00000002 , 0x0000003f 
+ 00030367  0x000081df istore  0x00000004 , 0x00000005 
+ 00030368  0x000081e0 rshift32  0x0000003f , 0x00000002 
+ 00030369  0x000081e1 increase  0x00000001 , 0x00000013 
+ 00030370  0x000081e2 compare  0x00000008 , 0x00000013 , 0x000000ff 
+ 00030371  0x000081e3 nbranch  0x00007698 , 0x00000001 
+ 00030372  0x000081e5 deposit  0x00000002 
+ 00030373  0x000081e6 istore  0x00000004 , 0x00000005 
+ 00030374  0x000081e7 increase  0xffffffe0 , 0x00000005 
+ 00030375  0x000081ea increase  0x00000001 , 0x00000007 
+ 00030376  0x000081eb compare  0x00000008 , 0x00000007 , 0x000000ff 
+ 00030377  0x000081ec nbranch  0x00007692 , 0x00000001 
+ 00030378  0x000081ed arg  0x000003d1 , 0x00000011 
+ 00030379  0x000081ee copy  0x0000000b , 0x00000005 
+ 00030380  0x000081ef branch  0x000076ad 
+ 00030381  0x000081f2 bpatch  0x000000f2 , 0x0000401e 
+ 00030382  0x000081f3 copy  0x00000005 , 0x0000000b 
+ 00030383  0x000081f4 copy  0x00000011 , 0x00000030 
+ 00030384  0x000081f5 arg  0x00000411 , 0x00000012 
+ 00030385  0x000081f6 copy  0x00000012 , 0x00000005 
+ 00030386  0x000081f7 call  0x00007c9b 
+ 00030387  0x000081f8 istore  0x00000008 , 0x00000005 
+ 00030388  0x000081f9 add  0x00000011 , 0x0000002c , 0x00000006 
+ 00030389  0x000081fa call  0x00007c89 
+ 00030390  0x000081fb call  0x00007c83 
+ 00030391  0x000081fc copy  0x00000012 , 0x00000011 
+ 00030392  0x000081fd call  0x00007723 
+ 00030393  0x000081fe arg  0x00000411 , 0x00000012 
+ 00030394  0x000081ff copy  0x00000030 , 0x00000011 
+ 00030395  0x00008200 copy  0x0000000b , 0x00000005 
+ 00030396  0x00008201 call  0x00007720 
+ 00030397  0x00008203 arg  0x00000411 , 0x00000012 
+ 00030398  0x00008204 copy  0x00000012 , 0x00000005 
+ 00030399  0x00008205 call  0x00007c9b 
+ 00030400  0x00008206 istore  0x00000008 , 0x00000005 
+ 00030401  0x00008207 add  0x00000030 , 0x00000030 , 0x00000006 
+ 00030402  0x00008208 call  0x00007c8f 
+ 00030403  0x00008209 call  0x00007c9b 
+ 00030404  0x0000820a copy  0x00000012 , 0x00000011 
+ 00030405  0x0000820b call  0x00007723 
+ 00030406  0x0000820f arg  0x00000411 , 0x00000012 
+ 00030407  0x00008210 copy  0x0000000b , 0x00000011 
+ 00030408  0x00008211 copy  0x00000011 , 0x00000005 
+ 00030409  0x00008212 call  0x00007720 
+ 00030410  0x00008216 arg  0x00000411 , 0x00000012 
+ 00030411  0x00008217 copy  0x00000012 , 0x00000005 
+ 00030412  0x00008218 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00030413  0x00008219 call  0x00007c83 
+ 00030414  0x0000821a call  0x00007c9b 
+ 00030415  0x0000821b istore  0x00000008 , 0x00000005 
+ 00030416  0x0000821c add  0x00000030 , 0x00000038 , 0x00000006 
+ 00030417  0x0000821d call  0x00007c89 
+ 00030418  0x0000821e copy  0x0000000b , 0x00000011 
+ 00030419  0x0000821f copy  0x00000011 , 0x00000005 
+ 00030420  0x00008220 call  0x00007720 
+ 00030421  0x00008224 arg  0x00000411 , 0x00000012 
+ 00030422  0x00008225 copy  0x00000012 , 0x00000005 
+ 00030423  0x00008226 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00030424  0x00008227 call  0x00007c83 
+ 00030425  0x00008228 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00030426  0x00008229 call  0x00007c83 
+ 00030427  0x0000822a add  0x00000030 , 0x00000034 , 0x00000006 
+ 00030428  0x0000822b call  0x00007c84 
+ 00030429  0x0000822c add  0x00000030 , 0x00000020 , 0x00000006 
+ 00030430  0x0000822d call  0x00007c84 
+ 00030431  0x0000822e copy  0x0000000b , 0x00000011 
+ 00030432  0x0000822f copy  0x00000011 , 0x00000005 
+ 00030433  0x00008230 call  0x00007720 
+ 00030434  0x00008233 arg  0x00000411 , 0x00000012 
+ 00030435  0x00008234 copy  0x00000012 , 0x00000005 
+ 00030436  0x00008235 add  0x00000030 , 0x0000002c , 0x00000006 
+ 00030437  0x00008236 call  0x00007c83 
+ 00030438  0x00008237 call  0x00007c9b 
+ 00030439  0x00008238 istore  0x00000008 , 0x00000005 
+ 00030440  0x00008239 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00030441  0x0000823a call  0x00007c84 
+ 00030442  0x0000823b add  0x00000030 , 0x00000028 , 0x00000006 
+ 00030443  0x0000823c call  0x00007c84 
+ 00030444  0x0000823d copy  0x0000000b , 0x00000011 
+ 00030445  0x0000823e copy  0x00000011 , 0x00000005 
+ 00030446  0x0000823f call  0x00007739 
+ 00030447  0x00008242 arg  0x00000411 , 0x00000012 
+ 00030448  0x00008243 copy  0x00000012 , 0x00000005 
+ 00030449  0x00008244 add  0x00000030 , 0x00000030 , 0x00000006 
+ 00030450  0x00008245 call  0x00007c89 
+ 00030451  0x00008246 call  0x00007c89 
+ 00030452  0x00008247 force  0x00000000 , 0x0000003f 
+ 00030453  0x00008248 istore  0x00000008 , 0x00000005 
+ 00030454  0x00008249 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00030455  0x0000824a call  0x00007c84 
+ 00030456  0x0000824b add  0x00000030 , 0x0000002c , 0x00000006 
+ 00030457  0x0000824c call  0x00007c84 
+ 00030458  0x0000824d copy  0x0000000b , 0x00000011 
+ 00030459  0x0000824e copy  0x00000011 , 0x00000005 
+ 00030460  0x0000824f call  0x00007739 
+ 00030461  0x00008252 arg  0x00000411 , 0x00000012 
+ 00030462  0x00008253 copy  0x00000012 , 0x00000005 
+ 00030463  0x00008254 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00030464  0x00008255 call  0x00007c83 
+ 00030465  0x00008256 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00030466  0x00008257 call  0x00007c83 
+ 00030467  0x00008258 call  0x00007c9b 
+ 00030468  0x00008259 add  0x00000030 , 0x00000030 , 0x00000006 
+ 00030469  0x0000825a call  0x00007c84 
+ 00030470  0x0000825b copy  0x0000000b , 0x00000011 
+ 00030471  0x0000825c copy  0x00000011 , 0x00000005 
+ 00030472  0x0000825d call  0x00007739 
+ 00030473  0x00008260 arg  0x00000411 , 0x00000012 
+ 00030474  0x00008261 copy  0x00000012 , 0x00000005 
+ 00030475  0x00008262 add  0x00000030 , 0x00000038 , 0x00000006 
+ 00030476  0x00008263 call  0x00007c89 
+ 00030477  0x00008264 call  0x00007c9b 
+ 00030478  0x00008265 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00030479  0x00008266 call  0x00007c83 
+ 00030480  0x00008267 call  0x00007c9b 
+ 00030481  0x00008268 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00030482  0x00008269 call  0x00007c84 
+ 00030483  0x0000826a copy  0x0000000b , 0x00000011 
+ 00030484  0x0000826b copy  0x00000011 , 0x00000005 
+ 00030485  0x0000826c branch  0x00007739 
+ 00030486  0x00008270 force  0x00000020 , 0x00000039 
+ 00030487  0x00008271 arg  0x000006b1 , 0x00000005 
+ 00030488  0x00008272 iadd  0x00000005 , 0x00000005 
+ 00030489  0x00008273 branch  0x00007cda 
+ 00030490  0x00008276 force  0x00000008 , 0x00000039 
+ 00030491  0x00008277 branch  0x000074f7 
+ 00030492  0x0000827a copy  0x00000011 , 0x00000012 
+ 00030493  0x0000827b branch  0x00007684 
+ 00030494  0x0000827e force  0x00000008 , 0x00000039 
+ 00030495  0x0000827f branch  0x000074c0 
+ 00030496  0x00008282 call  0x0000771e 
+ 00030497  0x00008283 copy  0x00000005 , 0x00000011 
+ 00030498  0x00008284 branch  0x00007724 
+ 00030499  0x00008287 call  0x00007751 
+ 00030500  0x00008289 isolate1  0x00000000 , 0x00000013 
+ 00030501  0x0000828a branch  0x0000772d , 0x00000001 
+ 00030502  0x0000828b arg  0x00000569 , 0x00000012 
+ 00030503  0x0000828c copy  0x00000011 , 0x00000013 
+ 00030504  0x0000828d increase  0xffffffe0 , 0x00000011 
+ 00030505  0x0000828e call  0x00007754 
+ 00030506  0x0000828f nrtn  0x00000002 
+ 00030507  0x00008290 copy  0x00000013 , 0x00000011 
+ 00030508  0x00008291 branch  0x00007735 
+ 00030509  0x00008294 call  0x00007735 
+ 00030510  0x00008296 copy  0x00000011 , 0x00000013 
+ 00030511  0x00008297 increase  0xffffffe0 , 0x00000011 
+ 00030512  0x00008298 arg  0x00000569 , 0x00000012 
+ 00030513  0x00008299 call  0x00007754 
+ 00030514  0x0000829a nrtn  0x00000002 
+ 00030515  0x0000829b copy  0x00000013 , 0x00000011 
+ 00030516  0x0000829c branch  0x00007735 
+ 00030517  0x000082a0 increase  0xffffffe0 , 0x00000011 
+ 00030518  0x000082a1 arg  0x00000569 , 0x00000012 
+ 00030519  0x000082a2 copy  0x00000011 , 0x00000005 
+ 00030520  0x000082a3 branch  0x0000774c 
+ 00030521  0x000082a9 call  0x0000774c 
+ 00030522  0x000082ab branch  0x00007743 , 0x00000001 
+ 00030523  0x000082ae add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00030524  0x000082af arg  0x00000569 , 0x00000012 
+ 00030525  0x000082b0 call  0x00007754 
+ 00030526  0x000082b1 nrtn  0x00000002 
+ 00030527  0x000082b2 arg  0x00000569 , 0x00000012 
+ 00030528  0x000082b3 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00030529  0x000082b5 copy  0x00000011 , 0x00000005 
+ 00030530  0x000082b6 branch  0x0000774c 
+ 00030531  0x000082b8 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00030532  0x000082b9 arg  0x00000569 , 0x00000012 
+ 00030533  0x000082ba copy  0x00000011 , 0x00000005 
+ 00030534  0x000082bb call  0x0000771e 
+ 00030535  0x000082bd rtn  0x00000001 
+ 00030536  0x000082be add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00030537  0x000082bf arg  0x00000569 , 0x00000012 
+ 00030538  0x000082c0 copy  0x00000011 , 0x00000005 
+ 00030539  0x000082c1 branch  0x0000771e 
+ 00030540  0x000082c6 force  0x00000008 , 0x00000039 
+ 00030541  0x000082c7 branch  0x000074ce 
+ 00030542  0x000082ca force  0x00000008 , 0x00000039 
+ 00030543  0x000082cb increase  0x0000001c , 0x00000011 
+ 00030544  0x000082cc branch  0x000074dd 
+ 00030545  0x000082cf force  0x00000008 , 0x00000039 
+ 00030546  0x000082d0 force  0x00000000 , 0x00000013 
+ 00030547  0x000082d1 branch  0x000074eb 
+ 00030548  0x000082d4 force  0x00000008 , 0x00000039 
+ 00030549  0x000082d5 increase  0x0000001c , 0x00000011 
+ 00030550  0x000082d6 increase  0x0000001c , 0x00000012 
+ 00030551  0x000082d7 branch  0x000074b5 
+ 00030552  0x000082db ifetch  0x00000008 , 0x00000006 
+ 00030553  0x000082dc nrtn  0x00000034 
+ 00030554  0x000082dd branch  0x000074a3 
+ 00030555  0x000082e3 copy  0x00000011 , 0x00000030 
+ 00030556  0x000082e5 copy  0x00000030 , 0x00000011 
+ 00030557  0x000082e6 ifetch  0x00000001 , 0x00000011 
+ 00030558  0x000082e7 isolate1  0x00000000 , 0x0000003f 
+ 00030559  0x000082e8 rtn  0x00000001 
+ 00030560  0x000082e9 call  0x0000774e 
+ 00030561  0x000082ea ifetch  0x00000001 , 0x00000012 
+ 00030562  0x000082eb isolate0  0x00000000 , 0x0000003f 
+ 00030563  0x000082ec branch  0x0000776b , 0x00000001 
+ 00030564  0x000082ed arg  0x00000569 , 0x00000011 
+ 00030565  0x000082ee copy  0x00000012 , 0x00000005 
+ 00030566  0x000082ef call  0x0000771e 
+ 00030567  0x000082f0 ifetch  0x00000001 , 0x00000012 
+ 00030568  0x000082f1 iadd  0x00000013 , 0x0000003f 
+ 00030569  0x000082f2 istore  0x00000001 , 0x00000012 
+ 00030570  0x000082f3 increase  0xffffffe0 , 0x00000012 
+ 00030571  0x000082f5 add  0x00000012 , 0x00000020 , 0x00000011 
+ 00030572  0x000082f6 force  0x00000009 , 0x00000039 
+ 00030573  0x000082f7 call  0x000074dd 
+ 00030574  0x000082f8 branch  0x0000775c 
+ 00030575  0x000082fc rtn  0x0000002b 
+ 00030576  0x000082fd call  0x000023d8 
+ 00030577  0x000082fe call  0x00007776 
+ 00030578  0x000082ff call  0x0000781b 
+ 00030579  0x00008300 branch  0x000077ac 
+ 00030580  0x00008303 call  0x000077cf 
+ 00030581  0x00008304 branch  0x0000780a 
+ 00030582  0x00008307 fetch  0x00000001 , 0x000044ec 
+ 00030583  0x00008308 rtneq  0x000000ff 
+ 00030584  0x00008309 iforce  0x00000002 
+ 00030585  0x0000830a call  0x00006ef7 
+ 00030586  0x0000830b fetcht  0x00000001 , 0x000044ec 
+ 00030587  0x0000830c call  0x00006ef3 
+ 00030588  0x0000830d nop  0x00000064 
+ 00030589  0x0000830e fetcht  0x00000001 , 0x000044ec 
+ 00030590  0x0000830f call  0x00006edd 
+ 00030591  0x00008310 branch  0x00007780 
+ 00030592  0x00008315 bpatch  0x000000f3 , 0x0000401e 
+ 00030593  0x00008316 fetch  0x00000001 , 0x000044ec 
+ 00030594  0x00008317 rtneq  0x000000ff 
+ 00030595  0x00008318 copy  0x0000003f , 0x00000002 
+ 00030596  0x00008319 call  0x00006ee6 
+ 00030597  0x0000831a nbranch  0x00007792 , 0x00000001 
+ 00030598  0x0000831d call  0x0000779c 
+ 00030599  0x0000831e fetch  0x00000002 , 0x000044e9 
+ 00030600  0x0000831f set1  0x0000000c , 0x0000003f 
+ 00030601  0x00008320 store  0x00000002 , 0x000044e9 
+ 00030602  0x00008321 fetch  0x00000001 , 0x000044e4 
+ 00030603  0x00008322 rtneq  0x00000000 
+ 00030604  0x00008323 jam  0x00000000 , 0x000044e4 
+ 00030605  0x00008325 fetch  0x00000001 , 0x000044eb 
+ 00030606  0x00008326 store  0x00000001 , 0x000044e3 
+ 00030607  0x00008327 call  0x000077a3 
+ 00030608  0x00008328 jam  0x0000002c , 0x0000066f 
+ 00030609  0x00008329 branch  0x0000782b 
+ 00030610  0x0000832b fetch  0x00000002 , 0x000044e9 
+ 00030611  0x0000832c set0  0x0000000c , 0x0000003f 
+ 00030612  0x0000832d store  0x00000002 , 0x000044e9 
+ 00030613  0x0000832e fetch  0x00000001 , 0x000044e4 
+ 00030614  0x0000832f rtneq  0x00000001 
+ 00030615  0x00008330 jam  0x00000001 , 0x000044e4 
+ 00030616  0x00008332 jam  0x00000000 , 0x000044e3 
+ 00030617  0x00008333 call  0x000077a5 
+ 00030618  0x00008334 jam  0x0000002d , 0x0000066f 
+ 00030619  0x00008335 branch  0x0000782b 
+ 00030620  0x00008338 fetch  0x00000001 , 0x000044e3 
+ 00030621  0x00008339 rtn  0x00000034 
+ 00030622  0x0000833a increase  0xffffffff , 0x0000003f 
+ 00030623  0x0000833b store  0x00000001 , 0x000044e3 
+ 00030624  0x0000833c nrtn  0x00000034 
+ 00030625  0x0000833e jam  0x00000010 , 0x0000066f 
+ 00030626  0x0000833f branch  0x0000782b 
+ 00030627  0x00008342 arg  0x00000007 , 0x00000007 
+ 00030628  0x00008343 branch  0x000024e7 
+ 00030629  0x00008346 arg  0x00000007 , 0x00000007 
+ 00030630  0x00008347 branch  0x000024eb 
+ 00030631  0x0000834f bpatch  0x000000f4 , 0x0000401e 
+ 00030632  0x00008350 fetch  0x00000002 , 0x000044ef 
+ 00030633  0x00008351 mul32  0x00000011 , 0x0000000b , 0x00000012 
+ 00030634  0x00008352 iadd  0x00000012 , 0x00000012 
+ 00030635  0x00008353 rtn 
+ 00030636  0x00008357 fetch  0x00000001 , 0x000044ee 
+ 00030637  0x00008358 rtn  0x00000034 
+ 00030638  0x00008359 copy  0x0000003f , 0x00000039 
+ 00030639  0x0000835a fetch  0x00000002 , 0x000044ef 
+ 00030640  0x0000835b copy  0x0000003f , 0x00000012 
+ 00030641  0x0000835d add  0x00000012 , 0x00000002 , 0x00000013 
+ 00030642  0x0000835e ifetcht  0x00000001 , 0x00000013 
+ 00030643  0x0000835f call  0x000077b7 
+ 00030644  0x00008360 increase  0x0000000b , 0x00000012 
+ 00030645  0x00008361 loop  0x000077b1 
+ 00030646  0x00008362 rtn 
+ 00030647  0x00008366 fetch  0x00000001 , 0x000044ed 
+ 00030648  0x00008367 branch  0x00006ef3 , 0x00000034 
+ 00030649  0x00008368 branch  0x00006ef7 
+ 00030650  0x0000836c call  0x000077a7 
+ 00030651  0x0000836d setarg  0x00000002 
+ 00030652  0x0000836e istore  0x00000001 , 0x00000012 
+ 00030653  0x0000836f call  0x00007804 
+ 00030654  0x00008370 branch  0x000077db 
+ 00030655  0x00008377 call  0x000077a7 
+ 00030656  0x00008378 setarg  0x00000003 
+ 00030657  0x00008379 istore  0x00000001 , 0x00000012 
+ 00030658  0x0000837b call  0x00007804 
+ 00030659  0x0000837c branch  0x000077d8 
+ 00030660  0x00008381 call  0x000077a7 
+ 00030661  0x00008382 setarg  0x00000001 
+ 00030662  0x00008383 istore  0x00000001 , 0x00000012 
+ 00030663  0x00008384 setarg  0x000000ff 
+ 00030664  0x00008385 istore  0x00000001 , 0x00000005 
+ 00030665  0x00008386 branch  0x000077d8 
+ 00030666  0x0000838c call  0x000077a7 
+ 00030667  0x0000838d arg  0x0000000b , 0x00000039 
+ 00030668  0x0000838e copy  0x00000013 , 0x00000006 
+ 00030669  0x0000838f copy  0x00000012 , 0x00000005 
+ 00030670  0x00008390 branch  0x00007ccc 
+ 00030671  0x00008395 fetch  0x00000001 , 0x000044ee 
+ 00030672  0x00008396 rtn  0x00000034 
+ 00030673  0x00008397 arg  0x00000000 , 0x00000011 
+ 00030674  0x00008399 call  0x000077de 
+ 00030675  0x0000839a increase  0x00000001 , 0x00000011 
+ 00030676  0x0000839b fetch  0x00000001 , 0x000044ee 
+ 00030677  0x0000839c isub  0x00000011 , 0x0000003e 
+ 00030678  0x0000839d rtn  0x00000005 
+ 00030679  0x0000839e branch  0x000077d2 
+ 00030680  0x000083a2 add  0x00000012 , 0x00000002 , 0x00000013 
+ 00030681  0x000083a3 ifetcht  0x00000001 , 0x00000013 
+ 00030682  0x000083a4 branch  0x00006ef3 
+ 00030683  0x000083a8 add  0x00000012 , 0x00000002 , 0x00000013 
+ 00030684  0x000083a9 ifetcht  0x00000001 , 0x00000013 
+ 00030685  0x000083aa branch  0x00006ef7 
+ 00030686  0x000083af add  0x00000011 , 0x0000000b , 0x00000007 
+ 00030687  0x000083b0 call  0x00007cef 
+ 00030688  0x000083b1 nrtn  0x00000034 
+ 00030689  0x000083b3 call  0x000077a7 
+ 00030690  0x000083b5 ifetch  0x00000001 , 0x00000012 
+ 00030691  0x000083b7 beq  0x00000002 , 0x000077db 
+ 00030692  0x000083b8 beq  0x00000003 , 0x000077d8 
+ 00030693  0x000083b9 beq  0x00000000 , 0x000077d8 
+ 00030694  0x000083ba beq  0x00000005 , 0x000077f2 
+ 00030695  0x000083bc call  0x000077db 
+ 00030696  0x000083bd add  0x00000012 , 0x00000007 , 0x00000013 
+ 00030697  0x000083be call  0x00007c49 
+ 00030698  0x000083bf ifetch  0x00000002 , 0x00000013 
+ 00030699  0x000083c0 call  0x00007d79 
+ 00030700  0x000083c1 call  0x00007c55 
+ 00030701  0x000083c2 setarg  0x00000005 
+ 00030702  0x000083c3 istore  0x00000001 , 0x00000012 
+ 00030703  0x000083c4 add  0x00000012 , 0x00000003 , 0x00000013 
+ 00030704  0x000083c5 ifetch  0x00000002 , 0x00000013 
+ 00030705  0x000083c6 branch  0x00007802 
+ 00030706  0x000083ca call  0x000077d8 
+ 00030707  0x000083cb add  0x00000012 , 0x00000009 , 0x00000013 
+ 00030708  0x000083cc call  0x00007c49 
+ 00030709  0x000083cd ifetch  0x00000002 , 0x00000013 
+ 00030710  0x000083ce call  0x00007d79 
+ 00030711  0x000083cf call  0x00007c55 
+ 00030712  0x000083d1 add  0x00000012 , 0x00000001 , 0x00000013 
+ 00030713  0x000083d2 ifetch  0x00000001 , 0x00000013 
+ 00030714  0x000083d3 beq  0x000000ff , 0x000077fe 
+ 00030715  0x000083d4 increase  0xffffffff , 0x0000003f 
+ 00030716  0x000083d5 istore  0x00000001 , 0x00000013 
+ 00030717  0x000083d6 branch  0x000077bf , 0x00000034 
+ 00030718  0x000083d8 setarg  0x00000004 
+ 00030719  0x000083d9 istore  0x00000001 , 0x00000012 
+ 00030720  0x000083da add  0x00000012 , 0x00000005 , 0x00000013 
+ 00030721  0x000083db ifetch  0x00000002 , 0x00000013 
+ 00030722  0x000083dd add  0x00000011 , 0x0000000b , 0x00000007 
+ 00030723  0x000083de branch  0x00007ce1 
+ 00030724  0x000083e1 setarg  0x00000000 
+ 00030725  0x000083e2 branch  0x00007802 
+ 00030726  0x000083e9 setarg  0x00001000 
+ 00030727  0x000083ea lshift16  0x0000003f , 0x0000003f 
+ 00030728  0x000083eb iadd  0x00000012 , 0x00000012 
+ 00030729  0x000083ec rtn 
+ 00030730  0x000083ef bpatch  0x000000f5 , 0x0000401e 
+ 00030731  0x000083f0 arg  0x00000000 , 0x00000011 
+ 00030732  0x000083f1 fetcht  0x00000004 , 0x000044e5 
+ 00030733  0x000083f2 copy  0x00000022 , 0x00000012 
+ 00030734  0x000083f3 copy  0x00000012 , 0x0000003f 
+ 00030735  0x000083f4 isub  0x00000002 , 0x0000003e 
+ 00030736  0x000083f5 ncall  0x00007806 , 0x00000002 
+ 00030737  0x000083f7 copy  0x00000012 , 0x0000003f 
+ 00030738  0x000083f8 increase  0x000000a0 , 0x00000002 
+ 00030739  0x000083f9 increase  0x000000a0 , 0x00000002 
+ 00030740  0x000083fa isub  0x00000002 , 0x0000003e 
+ 00030741  0x000083fb nbranch  0x0000781e , 0x00000002 
+ 00030742  0x000083fc increase  0x00000001 , 0x00000011 
+ 00030743  0x000083fd and  0x00000011 , 0x0000000f , 0x0000003f 
+ 00030744  0x000083fe nbranch  0x00007811 , 0x00000034 
+ 00030745  0x000083ff arg  0x00000000 , 0x00000011 
+ 00030746  0x00008400 call  0x00007824 
+ 00030747  0x00008402 copy  0x00000022 , 0x0000003f 
+ 00030748  0x00008403 store  0x00000004 , 0x000044e5 
+ 00030749  0x00008404 rtn 
+ 00030750  0x00008406 copy  0x00000011 , 0x0000003f 
+ 00030751  0x00008407 rtn  0x00000034 
+ 00030752  0x00008408 increase  0xffffff60 , 0x00000002 
+ 00030753  0x00008409 increase  0xffffff60 , 0x00000002 
+ 00030754  0x0000840a set0  0x0000001c , 0x00000002 
+ 00030755  0x0000840b storet  0x00000004 , 0x000044e5 
+ 00030756  0x0000840d branch  0x000042d4 
+ 00030757  0x00008415 jam  0x00000001 , 0x000044d1 
+ 00030758  0x00008417 fetch  0x00000001 , 0x000044d2 
+ 00030759  0x00008418 nbranch  0x00007826 , 0x00000034 
+ 00030760  0x00008419 rtn 
+ 00030761  0x0000841c jam  0x00000000 , 0x000044d1 
+ 00030762  0x0000841d rtn 
+ 00030763  0x00008422 bpatch  0x000000f6 , 0x0000401e 
+ 00030764  0x00008423 call  0x00007825 
+ 00030765  0x00008424 copy  0x00000011 , 0x0000003f 
+ 00030766  0x00008425 store  0x00000004 , 0x00000684 
+ 00030767  0x00008426 arg  0x000044d3 , 0x00000011 
+ 00030768  0x00008427 call  0x00007d8b 
+ 00030769  0x00008428 fetch  0x00000004 , 0x00000684 
+ 00030770  0x00008429 copy  0x0000003f , 0x00000011 
+ 00030771  0x0000842a branch  0x00007829 
+ 00030772  0x0000842d bpatch  0x000000f7 , 0x0000401e 
+ 00030773  0x0000842e call  0x00007825 
+ 00030774  0x0000842f copy  0x00000011 , 0x0000003f 
+ 00030775  0x00008430 store  0x00000004 , 0x00000684 
+ 00030776  0x00008431 arg  0x000044db , 0x00000011 
+ 00030777  0x00008432 call  0x00007d8b 
+ 00030778  0x00008433 fetch  0x00000004 , 0x00000684 
+ 00030779  0x00008434 copy  0x0000003f , 0x00000011 
+ 00030780  0x00008435 branch  0x00007829 
+ 00030781  0x00008438 setarg  0x00000000 
+ 00030782  0x00008439 store  0x00000008 , 0x000044db 
+ 00030783  0x0000843a store  0x00000008 , 0x000044d3 
+ 00030784  0x0000843b rtn 
+ 00030785  0x0000843e bpatch  0x000000f8 , 0x0000401f 
+ 00030786  0x0000843f fetch  0x00000001 , 0x00004114 
+ 00030787  0x00008440 nrtn  0x00000034 
+ 00030788  0x00008441 arg  0x000044db , 0x00000011 
+ 00030789  0x00008442 call  0x00007da3 
+ 00030790  0x00008443 rtn  0x00000034 
+ 00030791  0x00008444 jam  0x00000000 , 0x0000066e 
+ 00030792  0x00008445 call  0x0000784c 
+ 00030793  0x00008446 fetch  0x00000001 , 0x0000066e 
+ 00030794  0x00008447 branch  0x00007841 , 0x00000034 
+ 00030795  0x00008448 rtn 
+ 00030796  0x0000844b call  0x00007825 
+ 00030797  0x0000844c arg  0x000044db , 0x00000011 
+ 00030798  0x0000844d call  0x00007d97 
+ 00030799  0x0000844e copy  0x0000003f , 0x00000002 
+ 00030800  0x0000844f call  0x00007829 
+ 00030801  0x00008450 bpatch  0x000000f9 , 0x0000401f 
+ 00030802  0x00008451 copy  0x00000002 , 0x0000003f 
+ 00030803  0x00008452 rtn  0x00000034 
+ 00030804  0x00008453 beq  0x0000000d , 0x00007870 
+ 00030805  0x00008454 beq  0x0000000e , 0x00007876 
+ 00030806  0x00008455 beq  0x0000000f , 0x0000787b 
+ 00030807  0x00008456 beq  0x00000010 , 0x00007881 
+ 00030808  0x00008457 beq  0x00000013 , 0x0000788b 
+ 00030809  0x00008458 beq  0x00000014 , 0x0000788d 
+ 00030810  0x00008459 beq  0x00000015 , 0x0000788f 
+ 00030811  0x0000845a beq  0x00000016 , 0x00007899 
+ 00030812  0x0000845b beq  0x00000017 , 0x0000789c 
+ 00030813  0x0000845c beq  0x00000018 , 0x0000789e 
+ 00030814  0x0000845d beq  0x00000019 , 0x000078a1 
+ 00030815  0x0000845f store  0x00000001 , 0x0000066f 
+ 00030816  0x00008463 fetch  0x00000001 , 0x0000066f 
+ 00030817  0x00008464 bmark0  0x00000009 , 0x00007869 
+ 00030818  0x00008465 bpatch  0x000000fa , 0x0000401f 
+ 00030819  0x00008466 fetch  0x00000001 , 0x0000066f 
+ 00030820  0x00008467 beq  0x00000011 , 0x00007886 
+ 00030821  0x00008468 beq  0x0000001b , 0x000078a9 
+ 00030822  0x00008469 beq  0x00000012 , 0x0000788a 
+ 00030823  0x0000846a beq  0x0000001f , 0x00006ea3 
+ 00030824  0x0000846b rtn 
+ 00030825  0x0000846e store  0x00000001 , 0x0000066f 
+ 00030826  0x0000846f call  0x0000205d 
+ 00030827  0x00008470 branch  0x0000786e , 0x00000005 
+ 00030828  0x00008471 call  0x00002062 
+ 00030829  0x00008472 nrtn  0x00000005 
+ 00030830  0x00008474 jam  0x00000001 , 0x0000066e 
+ 00030831  0x00008475 branch  0x00007834 
+ 00030832  0x0000847d jam  0x00000001 , 0x00004388 
+ 00030833  0x0000847e jam  0x00000000 , 0x0000438b 
+ 00030834  0x0000847f fetch  0x00000002 , 0x000044e9 
+ 00030835  0x00008480 set1  0x0000000b , 0x0000003f 
+ 00030836  0x00008481 store  0x00000002 , 0x000044e9 
+ 00030837  0x00008482 rtn 
+ 00030838  0x00008487 fetch  0x00000002 , 0x000044e9 
+ 00030839  0x00008488 set0  0x0000000b , 0x0000003f 
+ 00030840  0x00008489 store  0x00000002 , 0x000044e9 
+ 00030841  0x0000848a jam  0x00000000 , 0x00004388 
+ 00030842  0x0000848b rtn 
+ 00030843  0x00008490 jam  0x00000001 , 0x00004388 
+ 00030844  0x00008491 jam  0x00000001 , 0x0000438b 
+ 00030845  0x00008492 fetch  0x00000002 , 0x000044e9 
+ 00030846  0x00008493 set1  0x0000000b , 0x0000003f 
+ 00030847  0x00008494 store  0x00000002 , 0x000044e9 
+ 00030848  0x00008495 rtn 
+ 00030849  0x0000849a fetch  0x00000002 , 0x000044e9 
+ 00030850  0x0000849b set0  0x0000000b , 0x0000003f 
+ 00030851  0x0000849c store  0x00000002 , 0x000044e9 
+ 00030852  0x0000849d jam  0x00000000 , 0x00004388 
+ 00030853  0x0000849e rtn 
+ 00030854  0x000084a3 setarg  0x00000014 
+ 00030855  0x000084a4 store  0x00000002 , 0x00000196 
+ 00030856  0x000084a5 store  0x00000002 , 0x000042f5 
+ 00030857  0x000084a6 branch  0x000030c5 
+ 00030858  0x000084ab branch  0x00002e93 
+ 00030859  0x000084b0 arg  0x00000000 , 0x00000011 
+ 00030860  0x000084b1 branch  0x000077bf 
+ 00030861  0x000084b6 arg  0x00000000 , 0x00000011 
+ 00030862  0x000084b7 branch  0x000077ba 
+ 00030863  0x000084bc arg  0x00000000 , 0x00000011 
+ 00030864  0x000084bd call  0x000077a7 
+ 00030865  0x000084be ifetch  0x00000001 , 0x00000012 
+ 00030866  0x000084bf beq  0x00000001 , 0x00007896 
+ 00030867  0x000084c0 beq  0x00000004 , 0x00007896 
+ 00030868  0x000084c1 beq  0x00000005 , 0x00007896 
+ 00030869  0x000084c2 branch  0x000077c4 
+ 00030870  0x000084c5 ifetch  0x00000001 , 0x00000006 
+ 00030871  0x000084c6 rtneq  0x000000ff 
+ 00030872  0x000084c7 branch  0x000077c4 
+ 00030873  0x000084cc jam  0x00000001 , 0x00004343 
+ 00030874  0x000084cd jam  0x0000001b , 0x00004114 
+ 00030875  0x000084d0 rtn 
+ 00030876  0x000084d5 jam  0x00000001 , 0x00004343 
+ 00030877  0x000084d6 rtn 
+ 00030878  0x000084db jam  0x00000000 , 0x00004343 
+ 00030879  0x000084dc jam  0x00000000 , 0x00004114 
+ 00030880  0x000084dd rtn 
+ 00030881  0x000084e2 fetch  0x00000002 , 0x000043d5 
+ 00030882  0x000084e3 call  0x00007d79 
+ 00030883  0x000084e4 fetch  0x00000001 , 0x000044ec 
+ 00030884  0x000084e5 beq  0x000000ff , 0x000078a7 
+ 00030885  0x000084e6 copy  0x0000003f , 0x00000002 
+ 00030886  0x000084e7 call  0x00006edd 
+ 00030887  0x000084e9 call  0x0000783d 
+ 00030888  0x000084ea branch  0x00002417 
+ 00030889  0x000084ef branch  0x00002ed5 
+ 00030890  0x000084f5 fetch  0x00000001 , 0x000044e9 
+ 00030891  0x000084f6 rtnbit0  0x0000000c 
+ 00030892  0x000084f7 rtn 
+ 00030893  0x000084fd fetch  0x00000002 , 0x000043fb 
+ 00030894  0x000084fe add  0x0000003f , 0x00000002 , 0x00000005 
+ 00030895  0x000084ff setarg  0x00000000 
+ 00030896  0x00008500 istore  0x00000003 , 0x00000005 
+ 00030897  0x00008501 rtn 
+ 00030898  0x00008506 bpatch  0x000000fb , 0x0000401f 
+ 00030899  0x00008507 call  0x00007dbc 
+ 00030900  0x00008508 call  0x000078fe 
+ 00030901  0x00008509 rtn  0x00000034 
+ 00030902  0x0000850a fetch  0x00000002 , 0x000043fb 
+ 00030903  0x0000850b add  0x0000003f , 0x00000002 , 0x00000012 
+ 00030904  0x0000850c ifetcht  0x00000001 , 0x00000012 
+ 00030905  0x0000850d increase  0x00000001 , 0x00000002 
+ 00030906  0x0000850e istoret  0x00000001 , 0x00000012 
+ 00030907  0x00008510 ifetcht  0x00000001 , 0x0000003f 
+ 00030908  0x00008511 copy  0x00000002 , 0x00000039 
+ 00030909  0x00008512 add  0x0000003f , 0x00000004 , 0x00000012 
+ 00030910  0x00008513 ifetch  0x00000001 , 0x00000012 
+ 00030911  0x00008514 imul32  0x00000002 , 0x0000003f 
+ 00030912  0x00008515 iadd  0x00000006 , 0x00000005 
+ 00030913  0x00008516 copy  0x00000011 , 0x00000006 
+ 00030914  0x00008518 call  0x00007cda 
+ 00030915  0x00008519 call  0x00007902 
+ 00030916  0x0000851a pincrease  0xffffffff 
+ 00030917  0x0000851b ifetcht  0x00000001 , 0x00000012 
+ 00030918  0x0000851c increase  0x00000001 , 0x00000002 
+ 00030919  0x0000851d iand  0x00000002 , 0x00000002 
+ 00030920  0x0000851e istoret  0x00000001 , 0x00000012 
+ 00030921  0x0000851f branch  0x00007dba 
+ 00030922  0x00008525 bpatch  0x000000fc , 0x0000401f 
+ 00030923  0x00008526 call  0x00007dbc 
+ 00030924  0x00008527 call  0x000078fa 
+ 00030925  0x00008528 rtn  0x00000034 
+ 00030926  0x00008529 fetch  0x00000002 , 0x000043fb 
+ 00030927  0x0000852a add  0x0000003f , 0x00000002 , 0x00000012 
+ 00030928  0x0000852b ifetcht  0x00000001 , 0x00000012 
+ 00030929  0x0000852c increase  0xffffffff , 0x00000002 
+ 00030930  0x0000852d istoret  0x00000001 , 0x00000012 
+ 00030931  0x0000852e ifetcht  0x00000001 , 0x0000003f 
+ 00030932  0x0000852f copy  0x00000002 , 0x00000039 
+ 00030933  0x00008530 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00030934  0x00008531 ifetch  0x00000001 , 0x00000012 
+ 00030935  0x00008532 imul32  0x00000002 , 0x0000003f 
+ 00030936  0x00008533 iadd  0x00000006 , 0x00000006 
+ 00030937  0x00008534 increase  0x00000001 , 0x00000006 
+ 00030938  0x00008535 copy  0x00000011 , 0x00000005 
+ 00030939  0x00008536 branch  0x000078c2 
+ 00030940  0x0000853e call  0x00007dbc 
+ 00030941  0x0000853f call  0x000078fa 
+ 00030942  0x00008540 rtn  0x00000034 
+ 00030943  0x00008541 fetch  0x00000002 , 0x000043fb 
+ 00030944  0x00008542 ifetcht  0x00000001 , 0x0000003f 
+ 00030945  0x00008543 copy  0x00000002 , 0x00000039 
+ 00030946  0x00008544 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00030947  0x00008545 ifetch  0x00000001 , 0x00000012 
+ 00030948  0x00008546 imul32  0x00000002 , 0x0000003f 
+ 00030949  0x00008547 iadd  0x00000006 , 0x00000006 
+ 00030950  0x00008548 increase  0x00000001 , 0x00000006 
+ 00030951  0x00008549 copy  0x00000006 , 0x00000012 
+ 00030952  0x0000854a copy  0x00000011 , 0x00000005 
+ 00030953  0x0000854b call  0x00007cda 
+ 00030954  0x0000854c branch  0x00007dba 
+ 00030955  0x0000854f call  0x00007dbc 
+ 00030956  0x00008550 call  0x000078fa 
+ 00030957  0x00008551 rtn  0x00000034 
+ 00030958  0x00008552 fetch  0x00000002 , 0x000043fb 
+ 00030959  0x00008553 ifetcht  0x00000001 , 0x0000003f 
+ 00030960  0x00008554 copy  0x00000002 , 0x00000039 
+ 00030961  0x00008555 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00030962  0x00008556 ifetch  0x00000001 , 0x00000012 
+ 00030963  0x00008557 imul32  0x00000002 , 0x0000003f 
+ 00030964  0x00008558 iadd  0x00000006 , 0x00000006 
+ 00030965  0x00008559 add  0x00000006 , 0x00000002 , 0x00000005 
+ 00030966  0x0000855a copy  0x00000011 , 0x00000006 
+ 00030967  0x0000855b increase  0xffffffff , 0x00000039 
+ 00030968  0x0000855c call  0x00007cda 
+ 00030969  0x0000855d branch  0x00007dba 
+ 00030970  0x00008561 fetch  0x00000002 , 0x000043fb 
+ 00030971  0x00008562 add  0x0000003f , 0x00000002 , 0x00000006 
+ 00030972  0x00008563 ifetch  0x00000001 , 0x00000006 
+ 00030973  0x00008564 rtn 
+ 00030974  0x00008568 call  0x00007902 
+ 00030975  0x00008569 ifetcht  0x00000001 , 0x00000006 
+ 00030976  0x0000856a isub  0x00000002 , 0x0000003f 
+ 00030977  0x0000856b rtn 
+ 00030978  0x0000856f fetch  0x00000002 , 0x000043fb 
+ 00030979  0x00008570 add  0x0000003f , 0x00000001 , 0x00000006 
+ 00030980  0x00008571 ifetch  0x00000001 , 0x00000006 
+ 00030981  0x00008572 rtn 
+ 00030982  0x0000857b bpatch  0x000000fd , 0x0000401f 
+ 00030983  0x0000857c fetch  0x00000001 , 0x00008c22 
+ 00030984  0x0000857d isolate1  0x00000003 , 0x0000003f 
+ 00030985  0x0000857e call  0x00007915 , 0x00000001 
+ 00030986  0x0000857f fetch  0x00000002 , 0x00008c22 
+ 00030987  0x00008580 store  0x00000002 , 0x00008c22 
+ 00030988  0x00008581 store  0x00000002 , 0x00000709 
+ 00030989  0x00008582 call  0x00007973 
+ 00030990  0x00008583 call  0x000079a2 
+ 00030991  0x00008584 call  0x00007b96 
+ 00030992  0x00008585 call  0x00007bdf 
+ 00030993  0x00008586 branch  0x0000796b 
+ 00030994  0x00008589 bpatch  0x000000fe , 0x0000401f 
+ 00030995  0x0000858a call  0x00007396 
+ 00030996  0x0000858b call  0x00007932 
+ 00030997  0x0000858d jam  0x00000000 , 0x00008c00 
+ 00030998  0x0000858e nop  0x00002710 
+ 00030999  0x0000858f jam  0x00000000 , 0x00008c12 
+ 00031000  0x00008590 fetch  0x00000002 , 0x00008050 
+ 00031001  0x00008591 set0  0x0000000a , 0x0000003f 
+ 00031002  0x00008592 store  0x00000002 , 0x00008050 
+ 00031003  0x00008593 jam  0x00000021 , 0x00008c10 
+ 00031004  0x00008594 jam  0x0000009d , 0x00008c11 
+ 00031005  0x00008595 jam  0x0000003c , 0x00008c00 
+ 00031006  0x00008596 setarg  0x00000763 
+ 00031007  0x00008597 store  0x00000002 , 0x00008c02 
+ 00031008  0x00008598 store  0x00000002 , 0x00008c06 
+ 00031009  0x00008599 setarg  0x000007a3 
+ 00031010  0x0000859a store  0x00000002 , 0x00008c04 
+ 00031011  0x0000859b jam  0x00000080 , 0x00008c12 
+ 00031012  0x0000859c jam  0x00000000 , 0x00008c01 
+ 00031013  0x0000859d jam  0x000000ff , 0x00008c22 
+ 00031014  0x0000859e setarg  0x0000095f 
+ 00031015  0x0000859f arg  0x0000086d , 0x00000005 
+ 00031016  0x000085a0 isub  0x00000005 , 0x00000039 
+ 00031017  0x000085a1 branch  0x00007ca1 
+ 00031018  0x000085a4 fetcht  0x00000001 , 0x0000086c 
+ 00031019  0x000085a5 branch  0x00006edd 
+ 00031020  0x000085a7 fetch  0x00000001 , 0x0000090e 
+ 00031021  0x000085a8 rtn  0x00000034 
+ 00031022  0x000085a9 fetcht  0x00000001 , 0x0000086c 
+ 00031023  0x000085aa call  0x00006ee6 
+ 00031024  0x000085ab branch  0x00007915 , 0x00000001 
+ 00031025  0x000085ac rtn 
+ 00031026  0x000085af jam  0x00000002 , 0x0000086b 
+ 00031027  0x000085b0 setarg  0x00000000 
+ 00031028  0x000085b1 store  0x00000001 , 0x000007a6 
+ 00031029  0x000085b2 store  0x00000002 , 0x00000865 
+ 00031030  0x000085b3 pincrease  0x00000001 
+ 00031031  0x000085b4 store  0x00000002 , 0x00000867 
+ 00031032  0x000085b5 pincrease  0x00000001 
+ 00031033  0x000085b6 store  0x00000002 , 0x00000869 
+ 00031034  0x000085b7 arg  0x000007fa , 0x00000005 
+ 00031035  0x000085b8 setarg  0x00030404 
+ 00031036  0x000085b9 istore  0x00000003 , 0x00000005 
+ 00031037  0x000085ba setarg  0x00000409 
+ 00031038  0x000085bb istore  0x00000002 , 0x00000005 
+ 00031039  0x000085bc arg  0x000007ff , 0x00000005 
+ 00031040  0x000085bd setsect  0x00000000 , 0x00015906 
+ 00031041  0x000085be setsect  0x00000001 , 0x000210d2 
+ 00031042  0x000085bf setsect  0x00000002 , 0x00010494 
+ 00031043  0x000085c0 setsect  0x00000003 , 0x00000001 
+ 00031044  0x000085c1 istore  0x00000009 , 0x00000005 
+ 00031045  0x000085c2 arg  0x0000081d , 0x00000005 
+ 00031046  0x000085c3 setsect  0x00000000 , 0x0001570f 
+ 00031047  0x000085c4 setsect  0x00000001 , 0x00015c9a 
+ 00031048  0x000085c5 setsect  0x00000002 , 0x000256c6 
+ 00031049  0x000085c6 setsect  0x00000003 , 0x0001cdcd 
+ 00031050  0x000085c7 istore  0x00000009 , 0x00000005 
+ 00031051  0x000085c8 setsect  0x00000000 , 0x00014420 
+ 00031052  0x000085c9 setsect  0x00000001 , 0x00025d99 
+ 00031053  0x000085ca setsect  0x00000002 , 0x00025636 
+ 00031054  0x000085cb setsect  0x00000003 , 0x00000001 
+ 00031055  0x000085cc istore  0x00000007 , 0x00000005 
+ 00031056  0x000085cd arg  0x0000083b , 0x00000005 
+ 00031057  0x000085ce setsect  0x00000000 , 0x0001620a 
+ 00031058  0x000085cf setsect  0x00000001 , 0x00000c8c 
+ 00031059  0x000085d0 setsect  0x00000002 , 0x00030333 
+ 00031060  0x000085d1 setsect  0x00000003 , 0x0000c0c0 
+ 00031061  0x000085d2 istore  0x00000009 , 0x00000005 
+ 00031062  0x000085d3 setsect  0x00000000 , 0x00003130 
+ 00031063  0x000085d4 istore  0x00000002 , 0x00000005 
+ 00031064  0x000085d5 setarg  0x00009272 
+ 00031065  0x000085d6 store  0x00000002 , 0x000007a7 
+ 00031066  0x000085d7 setarg  0x000092cd 
+ 00031067  0x000085d8 store  0x00000002 , 0x000007a9 
+ 00031068  0x000085d9 arg  0x00009371 , 0x00000006 
+ 00031069  0x000085da arg  0x000007ab , 0x00000005 
+ 00031070  0x000085db arg  0x00000013 , 0x00000039 
+ 00031071  0x000085dc call  0x00007cda 
+ 00031072  0x000085dd arg  0x00009384 , 0x00000006 
+ 00031073  0x000085de arg  0x000007be , 0x00000005 
+ 00031074  0x000085df arg  0x0000003c , 0x00000039 
+ 00031075  0x000085e0 call  0x00007cda 
+ 00031076  0x000085e2 fetch  0x00000002 , 0x00000859 
+ 00031077  0x000085e3 branch  0x00007d79 
+ 00031078  0x000085e6 fetch  0x00000001 , 0x0000085b 
+ 00031079  0x000085e7 rtn  0x00000034 
+ 00031080  0x000085e8 store  0x00000001 , 0x000007e0 
+ 00031081  0x000085e9 store  0x00000001 , 0x000007f9 
+ 00031082  0x000085ea rtn 
+ 00031083  0x000085ed arg  0x00000001 , 0x00000007 
+ 00031084  0x000085ee call  0x00007cef 
+ 00031085  0x000085ef nrtn  0x00000034 
+ 00031086  0x000085f0 fetch  0x00000001 , 0x0000090f 
+ 00031087  0x000085f1 nrtn  0x00000034 
+ 00031088  0x000085f2 fetch  0x00000001 , 0x0000090e 
+ 00031089  0x000085f3 ncall  0x00007c38 , 0x00000034 
+ 00031090  0x000085f4 rtn 
+ 00031091  0x000085f7 fetch  0x00000001 , 0x00000709 
+ 00031092  0x000085f8 bbit1  0x00000002 , 0x00007976 
+ 00031093  0x000085f9 rtn 
+ 00031094  0x000085fc call  0x0000797b 
+ 00031095  0x000085fd call  0x00007cee 
+ 00031096  0x000085fe setarg  0x00000280 
+ 00031097  0x000085ff arg  0x00000001 , 0x00000007 
+ 00031098  0x00008600 branch  0x00007ce1 
+ 00031099  0x00008603 fetch  0x00000001 , 0x00000900 
+ 00031100  0x00008604 bne  0x00000002 , 0x00007980 
+ 00031101  0x00008605 jam  0x00000000 , 0x0000090f 
+ 00031102  0x00008606 jam  0x00000000 , 0x00000910 
+ 00031103  0x00008607 rtn 
+ 00031104  0x0000860a fetch  0x00000001 , 0x00000912 
+ 00031105  0x0000860b rtn  0x00000034 
+ 00031106  0x0000860c jam  0x00000000 , 0x00000912 
+ 00031107  0x0000860d jam  0x00000002 , 0x00000900 
+ 00031108  0x0000860e jam  0x00000001 , 0x0000090e 
+ 00031109  0x0000860f rtn 
+ 00031110  0x00008612 fetch  0x00000001 , 0x00000709 
+ 00031111  0x00008613 bbit1  0x00000000 , 0x000079af 
+ 00031112  0x00008614 rtn 
+ 00031113  0x00008617 fetchr  0x0000000a , 0x00000002 , 0x00008c02 
+ 00031114  0x00008618 fetchr  0x00000010 , 0x00000002 , 0x00008c04 
+ 00031115  0x00008619 fetchr  0x00000003 , 0x00000002 , 0x00008c06 
+ 00031116  0x0000861a ifetch  0x00000002 , 0x00000003 
+ 00031117  0x0000861b rshift8  0x0000003f , 0x00000002 
+ 00031118  0x0000861c rshift4  0x00000002 , 0x00000002 
+ 00031119  0x0000861d arg  0x00000fff , 0x00000006 
+ 00031120  0x0000861e iand  0x00000006 , 0x00000039 
+ 00031121  0x0000861f storer  0x00000039 , 0x00000002 , 0x0000070c 
+ 00031122  0x00008620 rtn 
+ 00031123  0x00008624 call  0x00007989 
+ 00031124  0x00008626 ifetch  0x00000001 , 0x00000003 
+ 00031125  0x00008627 istore  0x00000001 , 0x00000005 
+ 00031126  0x00008628 loop  0x00007994 
+ 00031127  0x00008629 storer  0x00000003 , 0x00000002 , 0x00008c06 
+ 00031128  0x0000862a rtn 
+ 00031129  0x0000862d arg  0x0000095f , 0x00000005 
+ 00031130  0x0000862e call  0x00007994 
+ 00031131  0x0000862f arg  0x00000963 , 0x00000002 
+ 00031132  0x00008630 storet  0x00000002 , 0x00008c0e 
+ 00031133  0x00008631 fetch  0x00000001 , 0x00000960 
+ 00031134  0x00008632 pincrease  0x00000006 
+ 00031135  0x00008633 istore  0x00000001 , 0x00000002 
+ 00031136  0x00008634 jam  0x00000008 , 0x00008c18 
+ 00031137  0x00008635 rtn 
+ 00031138  0x00008639 bpatch  0x000000ff , 0x0000401f 
+ 00031139  0x0000863a fetch  0x00000001 , 0x00000709 
+ 00031140  0x0000863b rtnbit0  0x00000005 
+ 00031141  0x0000863c call  0x00007989 
+ 00031142  0x0000863d compare  0x0000000d , 0x00000002 , 0x000000ff 
+ 00031143  0x0000863e branch  0x00007999 , 0x00000001 
+ 00031144  0x0000863f arg  0x0000086d , 0x00000005 
+ 00031145  0x00008640 call  0x00007994 
+ 00031146  0x00008641 fetch  0x00000001 , 0x0000070c 
+ 00031147  0x00008642 beq  0x00000000 , 0x00007986 
+ 00031148  0x00008643 beq  0x00000001 , 0x000079b6 
+ 00031149  0x00008644 sub  0x0000003f , 0x00000007 , 0x0000003e 
+ 00031150  0x00008645 rtn  0x00000002 
+ 00031151  0x00008647 bpatchx  0x00000000 , 0x00004020 
+ 00031152  0x00008648 set0  0x00000023 , 0x00000000 
+ 00031153  0x00008649 fetch  0x00000001 , 0x0000086d 
+ 00031154  0x0000864a and_into  0x00000080 , 0x0000003f 
+ 00031155  0x0000864b beq  0x00000080 , 0x000079ba 
+ 00031156  0x0000864c beq  0x00000000 , 0x000079c2 
+ 00031157  0x0000864d branch  0x0000235a 
+ 00031158  0x00008650 fetch  0x00000001 , 0x0000086d 
+ 00031159  0x00008651 rtnbit1  0x00000007 
+ 00031160  0x00008652 call  0x00007b6a 
+ 00031161  0x00008653 branch  0x000079e9 
+ 00031162  0x00008657 fetch  0x00000001 , 0x0000086d 
+ 00031163  0x00008658 rshift4  0x0000003f , 0x0000003f 
+ 00031164  0x00008659 rshift  0x0000003f , 0x0000003f 
+ 00031165  0x0000865a and_into  0x00000003 , 0x0000003f 
+ 00031166  0x0000865b beq  0x00000000 , 0x000079ca 
+ 00031167  0x0000865c beq  0x00000001 , 0x000079d0 
+ 00031168  0x0000865d beq  0x00000002 , 0x000079d5 
+ 00031169  0x0000865e branch  0x0000235a 
+ 00031170  0x00008661 fetch  0x00000001 , 0x0000086d 
+ 00031171  0x00008662 rshift4  0x0000003f , 0x0000003f 
+ 00031172  0x00008663 rshift  0x0000003f , 0x0000003f 
+ 00031173  0x00008664 and_into  0x00000003 , 0x0000003f 
+ 00031174  0x00008665 beq  0x00000000 , 0x000079d6 
+ 00031175  0x00008666 beq  0x00000001 , 0x000079de 
+ 00031176  0x00008667 beq  0x00000002 , 0x000079e3 
+ 00031177  0x00008668 branch  0x0000235a 
+ 00031178  0x0000866b fetch  0x00000001 , 0x0000086e 
+ 00031179  0x0000866c beq  0x00000008 , 0x000079eb 
+ 00031180  0x0000866d beq  0x00000006 , 0x00007a01 
+ 00031181  0x0000866e beq  0x0000000a , 0x00007a46 
+ 00031182  0x0000866f beq  0x00000000 , 0x00007a58 
+ 00031183  0x00008670 branch  0x000079e4 
+ 00031184  0x00008673 fetch  0x00000001 , 0x0000086e 
+ 00031185  0x00008674 beq  0x00000002 , 0x00007a8d 
+ 00031186  0x00008675 beq  0x00000001 , 0x00007a91 
+ 00031187  0x00008676 beq  0x00000003 , 0x00007aa2 
+ 00031188  0x00008677 branch  0x000079e4 
+ 00031189  0x0000867a branch  0x000079e4 
+ 00031190  0x0000867d fetch  0x00000001 , 0x0000086e 
+ 00031191  0x0000867e beq  0x00000001 , 0x00007aac 
+ 00031192  0x0000867f beq  0x00000003 , 0x00007adb 
+ 00031193  0x00008680 beq  0x00000005 , 0x00007b06 
+ 00031194  0x00008681 beq  0x00000009 , 0x00007b1f 
+ 00031195  0x00008682 beq  0x0000000b , 0x00007b3a 
+ 00031196  0x00008683 beq  0x00000007 , 0x000079e4 
+ 00031197  0x00008684 branch  0x000079e4 
+ 00031198  0x00008687 fetch  0x00000001 , 0x0000086e 
+ 00031199  0x00008688 beq  0x0000000a , 0x00007b4b 
+ 00031200  0x00008689 beq  0x00000009 , 0x00007b5d 
+ 00031201  0x0000868a beq  0x0000000b , 0x00007b7c 
+ 00031202  0x0000868b branch  0x000079e4 
+ 00031203  0x0000868e branch  0x000079e4 
+ 00031204  0x00008691 bpatchx  0x00000001 , 0x00004020 
+ 00031205  0x00008692 fetch  0x00000001 , 0x00008c19 
+ 00031206  0x00008693 set1  0x00000000 , 0x0000003f 
+ 00031207  0x00008694 store  0x00000001 , 0x00008c19 
+ 00031208  0x00008695 branch  0x000079e9 
+ 00031209  0x00008698 jam  0x00000001 , 0x00008c1b 
+ 00031210  0x00008699 rtn 
+ 00031211  0x0000869c fetch  0x00000001 , 0x0000086d 
+ 00031212  0x0000869d bne  0x00000080 , 0x000079e4 
+ 00031213  0x0000869e fetch  0x00000001 , 0x00000871 
+ 00031214  0x0000869f bne  0x00000000 , 0x000079e4 
+ 00031215  0x000086a0 fetch  0x00000001 , 0x00000872 
+ 00031216  0x000086a1 bne  0x00000000 , 0x000079e4 
+ 00031217  0x000086a2 fetch  0x00000001 , 0x00000873 
+ 00031218  0x000086a3 bne  0x00000001 , 0x000079e4 
+ 00031219  0x000086a4 fetch  0x00000001 , 0x00000874 
+ 00031220  0x000086a5 bne  0x00000000 , 0x000079e4 
+ 00031221  0x000086a6 fetch  0x00000001 , 0x0000086f 
+ 00031222  0x000086a7 bne  0x00000000 , 0x000079e4 
+ 00031223  0x000086a8 fetch  0x00000001 , 0x00000870 
+ 00031224  0x000086a9 bne  0x00000000 , 0x000079e4 
+ 00031225  0x000086aa fetch  0x00000001 , 0x0000086b 
+ 00031226  0x000086ab beq  0x00000004 , 0x000079fd 
+ 00031227  0x000086ac beq  0x00000003 , 0x000079ff 
+ 00031228  0x000086ad branch  0x000079e4 
+ 00031229  0x000086b0 arg  0x00000001 , 0x00000012 
+ 00031230  0x000086b1 branch  0x00007a72 
+ 00031231  0x000086b4 arg  0x00000001 , 0x00000012 
+ 00031232  0x000086b5 branch  0x00007a70 
+ 00031233  0x000086b8 bpatchx  0x00000002 , 0x00004020 
+ 00031234  0x000086ba fetch  0x00000001 , 0x00000870 
+ 00031235  0x000086bb beq  0x00000001 , 0x00007a14 
+ 00031236  0x000086bc beq  0x00000002 , 0x00007a2d 
+ 00031237  0x000086bd beq  0x00000003 , 0x00007a30 
+ 00031238  0x000086be beq  0x00000021 , 0x00007a09 
+ 00031239  0x000086bf beq  0x00000022 , 0x00007a3e 
+ 00031240  0x000086c0 branch  0x000079e4 
+ 00031241  0x000086c3 jam  0x00000000 , 0x000008fd 
+ 00031242  0x000086c4 fetch  0x00000001 , 0x00000871 
+ 00031243  0x000086c5 beq  0x00000000 , 0x00007a0e 
+ 00031244  0x000086c6 beq  0x00000001 , 0x00007a11 
+ 00031245  0x000086c7 branch  0x000079e4 
+ 00031246  0x000086ca fetchr  0x00000012 , 0x00000001 , 0x000007d1 
+ 00031247  0x000086cb arg  0x000007d1 , 0x00000011 
+ 00031248  0x000086cc branch  0x00007b8b 
+ 00031249  0x000086cf fetchr  0x00000012 , 0x00000001 , 0x000007ea 
+ 00031250  0x000086d0 arg  0x000007ea , 0x00000011 
+ 00031251  0x000086d1 branch  0x00007b8b 
+ 00031252  0x000086d7 fetch  0x00000001 , 0x00000911 
+ 00031253  0x000086d8 ncall  0x00007a25 , 0x00000034 
+ 00031254  0x000086d9 setarg  0x000007ab 
+ 00031255  0x000086da fetcht  0x00000001 , 0x000007ab 
+ 00031256  0x000086dc store  0x00000002 , 0x00000908 
+ 00031257  0x000086dd storet  0x00000001 , 0x0000090a 
+ 00031258  0x000086de fetch  0x00000001 , 0x00000873 
+ 00031259  0x000086df isub  0x00000002 , 0x0000003e 
+ 00031260  0x000086e0 nbranch  0x00007a23 , 0x00000002 
+ 00031261  0x000086e2 fetch  0x00000001 , 0x0000090a 
+ 00031262  0x000086e4 iforce  0x00000012 
+ 00031263  0x000086e5 fetch  0x00000002 , 0x00000908 
+ 00031264  0x000086e6 add  0x0000003f , 0x00000001 , 0x0000003f 
+ 00031265  0x000086e7 iforce  0x00000011 
+ 00031266  0x000086e8 branch  0x00007b8b 
+ 00031267  0x000086ea fetch  0x00000001 , 0x00000873 
+ 00031268  0x000086eb branch  0x00007a1e 
+ 00031269  0x000086ee fetch  0x00000001 , 0x00008c01 
+ 00031270  0x000086ef ncall  0x00007a29 , 0x00000034 
+ 00031271  0x000086f0 jam  0x00000000 , 0x00000911 
+ 00031272  0x000086f1 rtn 
+ 00031273  0x000086f3 fetch  0x00000001 , 0x00008c01 
+ 00031274  0x000086f4 set1  0x00000007 , 0x0000003f 
+ 00031275  0x000086f5 store  0x00000001 , 0x00008c01 
+ 00031276  0x000086f6 rtn 
+ 00031277  0x000086f9 setarg  0x000007be 
+ 00031278  0x000086fa fetcht  0x00000001 , 0x000007be 
+ 00031279  0x000086fb branch  0x00007a18 
+ 00031280  0x000086fe fetch  0x00000001 , 0x0000086f 
+ 00031281  0x000086ff sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00031282  0x00008700 nbranch  0x000079e4 , 0x00000002 
+ 00031283  0x00008701 fetch  0x00000001 , 0x0000086f 
+ 00031284  0x00008702 arg  0x000007fa , 0x00000011 
+ 00031285  0x00008703 beq  0x00000000 , 0x00007b89 
+ 00031286  0x00008704 set1  0x00000023 , 0x00000000 
+ 00031287  0x00008705 arg  0x000007ff , 0x00000011 
+ 00031288  0x00008706 beq  0x00000001 , 0x00007b89 
+ 00031289  0x00008707 arg  0x0000081d , 0x00000011 
+ 00031290  0x00008708 beq  0x00000002 , 0x00007b89 
+ 00031291  0x00008709 arg  0x0000083b , 0x00000011 
+ 00031292  0x0000870a beq  0x00000003 , 0x00007b89 
+ 00031293  0x0000870b rtn 
+ 00031294  0x0000870e fetch  0x00000002 , 0x00000871 
+ 00031295  0x0000870f beq  0x00000001 , 0x00007a42 
+ 00031296  0x00008710 fetchr  0x00000011 , 0x00000002 , 0x000007a7 
+ 00031297  0x00008711 branch  0x00007b89 
+ 00031298  0x00008713 jam  0x00000001 , 0x0000090e 
+ 00031299  0x00008714 jam  0x00000001 , 0x00000900 
+ 00031300  0x00008715 fetchr  0x00000011 , 0x00000002 , 0x000007a9 
+ 00031301  0x00008716 branch  0x00007b89 
+ 00031302  0x0000871a fetch  0x00000001 , 0x0000086b 
+ 00031303  0x0000871b bne  0x00000004 , 0x000079e4 
+ 00031304  0x0000871c fetch  0x00000001 , 0x0000086d 
+ 00031305  0x0000871d bne  0x00000081 , 0x000079e4 
+ 00031306  0x0000871e fetch  0x00000001 , 0x0000086f 
+ 00031307  0x0000871f bne  0x00000000 , 0x000079e4 
+ 00031308  0x00008720 fetch  0x00000001 , 0x00000870 
+ 00031309  0x00008721 bne  0x00000000 , 0x000079e4 
+ 00031310  0x00008722 fetch  0x00000001 , 0x00000873 
+ 00031311  0x00008723 bne  0x00000001 , 0x000079e4 
+ 00031312  0x00008724 fetch  0x00000001 , 0x00000874 
+ 00031313  0x00008725 bne  0x00000000 , 0x000079e4 
+ 00031314  0x00008726 fetch  0x00000001 , 0x00000871 
+ 00031315  0x00008727 bne  0x00000000 , 0x000079e4 
+ 00031316  0x00008728 fetch  0x00000001 , 0x00000872 
+ 00031317  0x00008729 bne  0x00000000 , 0x000079e4 
+ 00031318  0x0000872a arg  0x00000001 , 0x00000012 
+ 00031319  0x0000872b branch  0x00007a70 
+ 00031320  0x0000872f fetch  0x00000001 , 0x0000086b 
+ 00031321  0x00008730 beq  0x00000002 , 0x000079e4 
+ 00031322  0x00008731 fetch  0x00000001 , 0x0000086f 
+ 00031323  0x00008732 bne  0x00000000 , 0x000079e4 
+ 00031324  0x00008733 fetch  0x00000001 , 0x00000870 
+ 00031325  0x00008734 bne  0x00000000 , 0x000079e4 
+ 00031326  0x00008735 fetch  0x00000001 , 0x00000873 
+ 00031327  0x00008736 bne  0x00000002 , 0x000079e4 
+ 00031328  0x00008737 fetch  0x00000001 , 0x00000874 
+ 00031329  0x00008738 bne  0x00000000 , 0x000079e4 
+ 00031330  0x00008739 fetch  0x00000001 , 0x00000872 
+ 00031331  0x0000873a bne  0x00000000 , 0x000079e4 
+ 00031332  0x0000873b fetch  0x00000001 , 0x0000086d 
+ 00031333  0x0000873c beq  0x00000080 , 0x00007a6b 
+ 00031334  0x0000873d beq  0x00000081 , 0x00007a76 
+ 00031335  0x0000873e beq  0x00000082 , 0x00007a7a 
+ 00031336  0x0000873f branch  0x000079e4 
+ 00031337  0x00008743 jam  0x00000001 , 0x00000903 
+ 00031338  0x00008744 branch  0x00007a74 
+ 00031339  0x00008747 fetch  0x00000001 , 0x00000871 
+ 00031340  0x00008748 bne  0x00000000 , 0x000079e4 
+ 00031341  0x00008749 arg  0x00000002 , 0x00000012 
+ 00031342  0x0000874a fetch  0x00000001 , 0x00000901 
+ 00031343  0x0000874b beq  0x00000001 , 0x00007a69 
+ 00031344  0x0000874e arg  0x00000865 , 0x00000011 
+ 00031345  0x0000874f branch  0x00007b8b 
+ 00031346  0x00008751 arg  0x00000867 , 0x00000011 
+ 00031347  0x00008752 branch  0x00007b8b 
+ 00031348  0x00008754 arg  0x00000869 , 0x00000011 
+ 00031349  0x00008755 branch  0x00007b8b 
+ 00031350  0x00008758 fetch  0x00000001 , 0x0000086b 
+ 00031351  0x00008759 bne  0x00000004 , 0x000079e4 
+ 00031352  0x0000875a arg  0x00000002 , 0x00000012 
+ 00031353  0x0000875b branch  0x00007a70 
+ 00031354  0x0000875e fetch  0x00000001 , 0x0000086b 
+ 00031355  0x0000875f bne  0x00000004 , 0x000079e4 
+ 00031356  0x00008760 fetch  0x00000001 , 0x00000871 
+ 00031357  0x00008761 beq  0x00000081 , 0x00007a87 
+ 00031358  0x00008762 beq  0x00000082 , 0x00007a89 
+ 00031359  0x00008763 beq  0x00000083 , 0x00007a8b 
+ 00031360  0x00008764 and_into  0x0000007f , 0x0000003f 
+ 00031361  0x00008765 beq  0x00000000 , 0x00007a83 
+ 00031362  0x00008766 branch  0x000079e4 
+ 00031363  0x00008769 fetch  0x00000001 , 0x00000904 
+ 00031364  0x0000876b arg  0x00000002 , 0x00000012 
+ 00031365  0x0000876c beq  0x00000001 , 0x00007a72 
+ 00031366  0x0000876d branch  0x00007a70 
+ 00031367  0x0000876f fetch  0x00000001 , 0x00000905 
+ 00031368  0x00008770 branch  0x00007a84 
+ 00031369  0x00008772 fetch  0x00000001 , 0x00000906 
+ 00031370  0x00008773 branch  0x00007a84 
+ 00031371  0x00008775 fetch  0x00000001 , 0x00000907 
+ 00031372  0x00008776 branch  0x00007a84 
+ 00031373  0x00008779 jam  0x00000001 , 0x000008fb 
+ 00031374  0x0000877a arg  0x000008fc , 0x00000011 
+ 00031375  0x0000877b arg  0x00000001 , 0x00000012 
+ 00031376  0x0000877c branch  0x00007b8b 
+ 00031377  0x0000877f fetch  0x00000002 , 0x0000086f 
+ 00031378  0x00008780 arg  0x000001ba , 0x00000002 
+ 00031379  0x00008781 isub  0x00000002 , 0x0000003e 
+ 00031380  0x00008782 nbranch  0x000079e4 , 0x00000005 
+ 00031381  0x00008785 fetch  0x00000001 , 0x000008f8 
+ 00031382  0x00008786 nbranch  0x00007a9f , 0x00000034 
+ 00031383  0x00008787 jam  0x00000000 , 0x000008b5 
+ 00031384  0x00008789 fetch  0x00000001 , 0x00000873 
+ 00031385  0x0000878a iforce  0x00000012 
+ 00031386  0x0000878b arg  0x000008b5 , 0x00000011 
+ 00031387  0x0000878c call  0x00007b8b 
+ 00031388  0x0000878e arg  0x000008b5 , 0x00000005 
+ 00031389  0x0000878f arg  0x00000040 , 0x00000039 
+ 00031390  0x00008790 branch  0x00007ca3 
+ 00031391  0x00008792 jam  0x00000000 , 0x000008f8 
+ 00031392  0x00008793 jam  0x00000001 , 0x000008b5 
+ 00031393  0x00008794 branch  0x00007a98 
+ 00031394  0x00008797 fetch  0x00000001 , 0x00000873 
+ 00031395  0x00008798 bne  0x00000001 , 0x000079e4 
+ 00031396  0x00008799 jam  0x00000001 , 0x000008fd 
+ 00031397  0x0000879a arg  0x00000001 , 0x00000012 
+ 00031398  0x0000879b fetch  0x00000001 , 0x000008ff 
+ 00031399  0x0000879c beq  0x00000000 , 0x00007aaa 
+ 00031400  0x0000879d beq  0x00000001 , 0x00007aab 
+ 00031401  0x0000879e branch  0x00007a70 
+ 00031402  0x000087a0 branch  0x00007a72 
+ 00031403  0x000087a2 branch  0x00007a70 
+ 00031404  0x000087a8 fetch  0x00000001 , 0x0000086b 
+ 00031405  0x000087a9 bne  0x00000004 , 0x000079e4 
+ 00031406  0x000087aa fetch  0x00000001 , 0x00000873 
+ 00031407  0x000087ab bne  0x00000000 , 0x000079e4 
+ 00031408  0x000087ac fetch  0x00000001 , 0x00000874 
+ 00031409  0x000087ad bne  0x00000000 , 0x000079e4 
+ 00031410  0x000087ae fetch  0x00000001 , 0x00000870 
+ 00031411  0x000087af bne  0x00000000 , 0x000079e4 
+ 00031412  0x000087b0 fetch  0x00000001 , 0x00000872 
+ 00031413  0x000087b1 bne  0x00000000 , 0x000079e4 
+ 00031414  0x000087b2 fetch  0x00000001 , 0x0000086d 
+ 00031415  0x000087b3 beq  0x00000000 , 0x00007abb 
+ 00031416  0x000087b4 beq  0x00000001 , 0x00007ac8 
+ 00031417  0x000087b5 beq  0x00000002 , 0x00007ac9 
+ 00031418  0x000087b6 branch  0x000079e4 
+ 00031419  0x000087b9 fetch  0x00000001 , 0x0000086f 
+ 00031420  0x000087ba bne  0x00000001 , 0x000079e4 
+ 00031421  0x000087bb fetch  0x00000001 , 0x00008c00 
+ 00031422  0x000087bc set0  0x00000007 , 0x0000003f 
+ 00031423  0x000087bd store  0x00000001 , 0x00008c00 
+ 00031424  0x000087be jam  0x00000000 , 0x00000901 
+ 00031425  0x000087bf jam  0x00000001 , 0x00000902 
+ 00031426  0x000087c0 fetch  0x00000001 , 0x00000903 
+ 00031427  0x000087c1 branch  0x000079e9 , 0x00000034 
+ 00031428  0x000087c2 jam  0x00000000 , 0x00000903 
+ 00031429  0x000087c3 jam  0x00000000 , 0x00000902 
+ 00031430  0x000087c4 jam  0x00000002 , 0x00000900 
+ 00031431  0x000087c5 branch  0x000079e9 
+ 00031432  0x000087c8 branch  0x000079e4 
+ 00031433  0x000087cb fetch  0x00000001 , 0x0000086f 
+ 00031434  0x000087cc bne  0x00000000 , 0x000079e4 
+ 00031435  0x000087cd fetch  0x00000001 , 0x00000871 
+ 00031436  0x000087ce beq  0x00000081 , 0x00007ad4 
+ 00031437  0x000087cf beq  0x00000082 , 0x00007ad7 
+ 00031438  0x000087d0 beq  0x00000083 , 0x00007ad9 
+ 00031439  0x000087d1 and_into  0x0000007f , 0x0000003f 
+ 00031440  0x000087d2 beq  0x00000000 , 0x00007ad2 
+ 00031441  0x000087d3 branch  0x000079e4 
+ 00031442  0x000087d6 jam  0x00000000 , 0x00000904 
+ 00031443  0x000087d7 branch  0x000079e9 
+ 00031444  0x000087d9 jam  0x00000000 , 0x00000905 
+ 00031445  0x000087db jam  0x00000001 , 0x00000912 
+ 00031446  0x000087dc branch  0x000079e9 
+ 00031447  0x000087de jam  0x00000000 , 0x00000906 
+ 00031448  0x000087df branch  0x00007ad5 
+ 00031449  0x000087e1 jam  0x00000000 , 0x00000907 
+ 00031450  0x000087e2 branch  0x00007ad5 
+ 00031451  0x000087e6 fetch  0x00000001 , 0x00000873 
+ 00031452  0x000087e7 bne  0x00000000 , 0x000079e4 
+ 00031453  0x000087e8 fetch  0x00000001 , 0x00000874 
+ 00031454  0x000087e9 bne  0x00000000 , 0x000079e4 
+ 00031455  0x000087ea fetch  0x00000001 , 0x0000086d 
+ 00031456  0x000087eb beq  0x00000000 , 0x00007ae4 
+ 00031457  0x000087ec beq  0x00000001 , 0x00007af2 
+ 00031458  0x000087ed beq  0x00000002 , 0x00007af3 
+ 00031459  0x000087ee branch  0x000079e4 
+ 00031460  0x000087f1 fetch  0x00000001 , 0x0000086f 
+ 00031461  0x000087f2 bne  0x00000001 , 0x000079e4 
+ 00031462  0x000087f3 call  0x000048b1 
+ 00031463  0x000087f4 fetch  0x00000001 , 0x00008c00 
+ 00031464  0x000087f5 set1  0x00000007 , 0x0000003f 
+ 00031465  0x000087f6 store  0x00000001 , 0x00008c00 
+ 00031466  0x000087f7 jam  0x00000001 , 0x00000901 
+ 00031467  0x000087f8 jam  0x00000003 , 0x00000900 
+ 00031468  0x000087f9 jam  0x00000000 , 0x000008f9 
+ 00031469  0x000087fa call  0x000079e9 
+ 00031470  0x000087fc call  0x00007cee 
+ 00031471  0x000087fd setarg  0x00001388 
+ 00031472  0x000087fe arg  0x0000000f , 0x00000007 
+ 00031473  0x000087ff branch  0x00007ce1 
+ 00031474  0x00008802 branch  0x000079e4 
+ 00031475  0x00008805 fetch  0x00000001 , 0x0000086f 
+ 00031476  0x00008806 bne  0x00000000 , 0x000079e4 
+ 00031477  0x00008807 fetch  0x00000001 , 0x00000870 
+ 00031478  0x00008808 bne  0x00000000 , 0x000079e4 
+ 00031479  0x00008809 fetch  0x00000001 , 0x00000871 
+ 00031480  0x0000880a beq  0x00000081 , 0x00007b00 
+ 00031481  0x0000880b beq  0x00000082 , 0x00007b02 
+ 00031482  0x0000880c beq  0x00000083 , 0x00007b04 
+ 00031483  0x0000880d and_into  0x0000007f , 0x0000003f 
+ 00031484  0x0000880e beq  0x00000000 , 0x00007afe 
+ 00031485  0x0000880f branch  0x000079e4 
+ 00031486  0x00008812 jam  0x00000001 , 0x00000904 
+ 00031487  0x00008813 branch  0x000079e9 
+ 00031488  0x00008815 jam  0x00000001 , 0x00000905 
+ 00031489  0x00008816 branch  0x000079e9 
+ 00031490  0x00008818 jam  0x00000001 , 0x00000906 
+ 00031491  0x00008819 branch  0x000079e9 
+ 00031492  0x0000881b jam  0x00000001 , 0x00000907 
+ 00031493  0x0000881c branch  0x000079e9 
+ 00031494  0x00008820 fetch  0x00000001 , 0x0000086d 
+ 00031495  0x00008821 bne  0x00000000 , 0x000079e4 
+ 00031496  0x00008822 fetch  0x00000001 , 0x00000871 
+ 00031497  0x00008823 bne  0x00000000 , 0x000079e4 
+ 00031498  0x00008824 fetch  0x00000001 , 0x00000872 
+ 00031499  0x00008825 bne  0x00000000 , 0x000079e4 
+ 00031500  0x00008826 fetch  0x00000001 , 0x00000873 
+ 00031501  0x00008827 bne  0x00000000 , 0x000079e4 
+ 00031502  0x00008828 fetch  0x00000001 , 0x00000874 
+ 00031503  0x00008829 bne  0x00000000 , 0x000079e4 
+ 00031504  0x0000882a fetch  0x00000001 , 0x00000870 
+ 00031505  0x0000882b bne  0x00000000 , 0x000079e4 
+ 00031506  0x0000882c fetch  0x00000001 , 0x0000086f 
+ 00031507  0x0000882d and_into  0x00000080 , 0x0000003f 
+ 00031508  0x0000882e bne  0x00000000 , 0x000079e4 
+ 00031509  0x0000882f fetch  0x00000001 , 0x0000086f 
+ 00031510  0x00008830 bne  0x00000000 , 0x00007b1d 
+ 00031511  0x00008832 jam  0x00000002 , 0x0000086b 
+ 00031512  0x00008834 fetch  0x00000001 , 0x0000086f 
+ 00031513  0x00008835 store  0x00000001 , 0x00008c01 
+ 00031514  0x00008836 call  0x000079e9 
+ 00031515  0x00008837 jam  0x00000001 , 0x00000911 
+ 00031516  0x00008838 rtn 
+ 00031517  0x0000883a jam  0x00000003 , 0x0000086b 
+ 00031518  0x0000883b branch  0x00007b18 
+ 00031519  0x0000883f fetch  0x00000001 , 0x0000086b 
+ 00031520  0x00008840 beq  0x00000002 , 0x000079e4 
+ 00031521  0x00008841 fetch  0x00000001 , 0x0000086d 
+ 00031522  0x00008842 bne  0x00000000 , 0x000079e4 
+ 00031523  0x00008843 fetch  0x00000001 , 0x00000871 
+ 00031524  0x00008844 bne  0x00000000 , 0x000079e4 
+ 00031525  0x00008845 fetch  0x00000001 , 0x00000872 
+ 00031526  0x00008846 bne  0x00000000 , 0x000079e4 
+ 00031527  0x00008847 fetch  0x00000001 , 0x00000873 
+ 00031528  0x00008848 bne  0x00000000 , 0x000079e4 
+ 00031529  0x00008849 fetch  0x00000001 , 0x00000874 
+ 00031530  0x0000884a bne  0x00000000 , 0x000079e4 
+ 00031531  0x0000884b fetch  0x00000001 , 0x00000870 
+ 00031532  0x0000884c bne  0x00000000 , 0x000079e4 
+ 00031533  0x0000884d fetch  0x00000001 , 0x0000086f 
+ 00031534  0x0000884e sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00031535  0x0000884f nbranch  0x000079e4 , 0x00000002 
+ 00031536  0x00008850 fetch  0x00000001 , 0x0000086b 
+ 00031537  0x00008851 beq  0x00000003 , 0x00007b34 
+ 00031538  0x00008852 beq  0x00000004 , 0x00007b34 
+ 00031539  0x00008853 branch  0x000079e4 
+ 00031540  0x00008857 fetch  0x00000001 , 0x0000086f 
+ 00031541  0x00008858 beq  0x00000000 , 0x00007b38 
+ 00031542  0x00008859 jam  0x00000004 , 0x0000086b 
+ 00031543  0x0000885a branch  0x000079e9 
+ 00031544  0x0000885c jam  0x00000003 , 0x0000086b 
+ 00031545  0x0000885d branch  0x000079e9 
+ 00031546  0x00008861 fetch  0x00000001 , 0x0000086b 
+ 00031547  0x00008862 bne  0x00000004 , 0x000079e4 
+ 00031548  0x00008863 fetch  0x00000001 , 0x0000086d 
+ 00031549  0x00008864 bne  0x00000001 , 0x000079e4 
+ 00031550  0x00008865 fetch  0x00000001 , 0x0000086f 
+ 00031551  0x00008866 bne  0x00000000 , 0x000079e4 
+ 00031552  0x00008867 fetch  0x00000001 , 0x00000870 
+ 00031553  0x00008868 bne  0x00000000 , 0x000079e4 
+ 00031554  0x00008869 fetch  0x00000001 , 0x00000873 
+ 00031555  0x0000886a bne  0x00000000 , 0x000079e4 
+ 00031556  0x0000886b fetch  0x00000001 , 0x00000874 
+ 00031557  0x0000886c bne  0x00000000 , 0x000079e4 
+ 00031558  0x0000886d fetch  0x00000001 , 0x00000871 
+ 00031559  0x0000886e bne  0x00000000 , 0x000079e4 
+ 00031560  0x0000886f fetch  0x00000001 , 0x00000872 
+ 00031561  0x00008870 bne  0x00000000 , 0x000079e4 
+ 00031562  0x00008871 branch  0x000079e9 
+ 00031563  0x00008875 bpatchx  0x00000003 , 0x00004020 
+ 00031564  0x00008876 jam  0x00000001 , 0x000008fb 
+ 00031565  0x00008877 fetch  0x00000001 , 0x00000870 
+ 00031566  0x00008878 store  0x00000001 , 0x000008fc 
+ 00031567  0x00008879 fetch  0x00000001 , 0x00000871 
+ 00031568  0x0000887a sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00031569  0x0000887b call  0x00007b59 , 0x00000005 
+ 00031570  0x0000887c fetch  0x00000001 , 0x00000900 
+ 00031571  0x0000887d bne  0x00000004 , 0x000079e9 
+ 00031572  0x0000887e jam  0x00000002 , 0x00000900 
+ 00031573  0x0000887f call  0x000079e9 
+ 00031574  0x00008880 nop  0x00007530 
+ 00031575  0x00008881 nop  0x00007530 
+ 00031576  0x00008882 rtn 
+ 00031577  0x00008884 jam  0x00000001 , 0x0000090e 
+ 00031578  0x00008885 jam  0x00000000 , 0x00000902 
+ 00031579  0x00008886 jam  0x00000004 , 0x00000900 
+ 00031580  0x00008887 rtn 
+ 00031581  0x0000888b nop  0x00003a98 
+ 00031582  0x0000888c arg  0x00000875 , 0x00000005 
+ 00031583  0x0000888d call  0x00007993 
+ 00031584  0x0000888e jam  0x00000001 , 0x000008f7 
+ 00031585  0x0000888f call  0x00007b6e 
+ 00031586  0x00008890 fetch  0x00000002 , 0x0000086f 
+ 00031587  0x00008891 store  0x00000002 , 0x000008f5 
+ 00031588  0x00008892 call  0x000079e9 
+ 00031589  0x00008893 fetch  0x00000001 , 0x000043cb 
+ 00031590  0x00008894 rtnne  0x00000004 
+ 00031591  0x00008895 fetch  0x00000001 , 0x000008f9 
+ 00031592  0x00008896 rtn  0x00000034 
+ 00031593  0x00008897 fetch  0x00000001 , 0x00000875 
+ 00031594  0x00008899 store  0x00000001 , 0x00004621 
+ 00031595  0x0000889a jam  0x00000000 , 0x000008f9 
+ 00031596  0x0000889b jam  0x00000003 , 0x00004611 
+ 00031597  0x0000889c rtn 
+ 00031598  0x000088a0 fetch  0x00000002 , 0x0000086f 
+ 00031599  0x000088a1 arg  0x00000200 , 0x00000002 
+ 00031600  0x000088a2 isub  0x00000002 , 0x0000003e 
+ 00031601  0x000088a3 nrtn  0x00000005 
+ 00031602  0x000088a4 fetch  0x00000002 , 0x00000871 
+ 00031603  0x000088a5 arg  0x00000000 , 0x00000002 
+ 00031604  0x000088a6 isub  0x00000002 , 0x0000003e 
+ 00031605  0x000088a7 nrtn  0x00000005 
+ 00031606  0x000088a8 fetch  0x00000002 , 0x00000873 
+ 00031607  0x000088a9 arg  0x00000001 , 0x00000002 
+ 00031608  0x000088aa isub  0x00000002 , 0x0000003e 
+ 00031609  0x000088ab nrtn  0x00000005 
+ 00031610  0x000088ac jam  0x00000001 , 0x000008f9 
+ 00031611  0x000088ad rtn 
+ 00031612  0x000088b1 fetch  0x00000001 , 0x00000873 
+ 00031613  0x000088b2 bne  0x00000000 , 0x000079e4 
+ 00031614  0x000088b3 fetch  0x00000001 , 0x0000086f 
+ 00031615  0x000088b4 beq  0x00000000 , 0x00007b82 
+ 00031616  0x000088b5 beq  0x00000001 , 0x00007b85 
+ 00031617  0x000088b6 branch  0x000079e4 
+ 00031618  0x000088b8 jam  0x00000000 , 0x000008fe 
+ 00031619  0x000088b9 jam  0x00000001 , 0x000008ff 
+ 00031620  0x000088ba branch  0x000079e9 
+ 00031621  0x000088bc jam  0x00000001 , 0x000008fa 
+ 00031622  0x000088bd jam  0x00000001 , 0x000008fe 
+ 00031623  0x000088be jam  0x00000000 , 0x000008ff 
+ 00031624  0x000088bf branch  0x000079e9 
+ 00031625  0x000088c3 ifetchr  0x00000012 , 0x00000001 , 0x00000011 
+ 00031626  0x000088c4 increase  0x00000001 , 0x00000011 
+ 00031627  0x000088c7 bpatchx  0x00000004 , 0x00004020 
+ 00031628  0x000088c8 set1  0x0000000e , 0x00000000 
+ 00031629  0x000088c9 bmark0  0x00000023 , 0x00007b90 
+ 00031630  0x000088ca increase  0x00000001 , 0x00000012 
+ 00031631  0x000088cb lshift  0x00000012 , 0x00000012 
+ 00031632  0x000088cd storer  0x00000011 , 0x00000002 , 0x000007a4 
+ 00031633  0x000088ce storer  0x00000012 , 0x00000001 , 0x000007a6 
+ 00031634  0x000088cf branch  0x00007b96 
+ 00031635  0x000088d0 rtn 
+ 00031636  0x000088d3 arg  0x00000000 , 0x00000007 
+ 00031637  0x000088d4 branch  0x00007bd7 
+ 00031638  0x000088da bpatchx  0x00000005 , 0x00004020 
+ 00031639  0x000088db fetch  0x00000001 , 0x00008c25 
+ 00031640  0x000088dc rtnbit1  0x00000000 
+ 00031641  0x000088dd fetch  0x00000001 , 0x000007a6 
+ 00031642  0x000088de rtn  0x00000034 
+ 00031643  0x000088df copy  0x0000003f , 0x00000039 
+ 00031644  0x000088e0 iforce  0x00000002 
+ 00031645  0x000088e1 fetch  0x00000002 , 0x00000873 
+ 00031646  0x000088e2 sub  0x0000003f , 0x00000040 , 0x0000003e 
+ 00031647  0x000088e3 branch  0x00007ba4 , 0x00000002 
+ 00031648  0x000088e4 sub  0x00000039 , 0x00000040 , 0x0000003e 
+ 00031649  0x000088e5 branch  0x00007ba8 , 0x00000002 
+ 00031650  0x000088e6 force  0x00000040 , 0x00000039 
+ 00031651  0x000088e7 branch  0x00007ba8 
+ 00031652  0x000088e9 isub  0x00000039 , 0x0000003e 
+ 00031653  0x000088ea branch  0x00007ba8 , 0x00000002 
+ 00031654  0x000088eb iforce  0x00000039 
+ 00031655  0x000088ec store  0x00000001 , 0x000007a6 
+ 00031656  0x000088ee fetch  0x00000001 , 0x000007a6 
+ 00031657  0x000088ef isub  0x00000039 , 0x0000003f 
+ 00031658  0x000088f0 store  0x00000001 , 0x000007a6 
+ 00031659  0x000088f1 add  0x00000039 , 0xffffffff , 0x0000003f 
+ 00031660  0x000088f2 store  0x00000001 , 0x0000070e 
+ 00031661  0x000088f3 bmark0  0x00000023 , 0x00007bba 
+ 00031662  0x000088f4 rshift  0x0000003f , 0x0000003f 
+ 00031663  0x000088f5 add  0x00000039 , 0xffffffff , 0x0000003f 
+ 00031664  0x000088f6 store  0x00000001 , 0x0000070e 
+ 00031665  0x000088f7 bmark0  0x0000000e , 0x00007bba 
+ 00031666  0x000088f8 set0  0x0000000e , 0x00000000 
+ 00031667  0x000088f9 istoret  0x00000001 , 0x00000005 
+ 00031668  0x000088fa setarg  0x00000003 
+ 00031669  0x000088fb istore  0x00000001 , 0x00000005 
+ 00031670  0x000088fc increase  0xffffffff , 0x00000039 
+ 00031671  0x000088fd copy  0x00000039 , 0x0000003f 
+ 00031672  0x000088fe nbranch  0x00007bba , 0x00000005 
+ 00031673  0x000088ff increase  0x00000001 , 0x00000039 
+ 00031674  0x00008901 fetch  0x00000002 , 0x000007a4 
+ 00031675  0x00008902 copy  0x0000003f , 0x00000006 
+ 00031676  0x00008904 ifetch  0x00000001 , 0x00000006 
+ 00031677  0x00008905 istore  0x00000001 , 0x00000005 
+ 00031678  0x00008906 bmark0  0x00000023 , 0x00007bc1 
+ 00031679  0x00008907 setarg  0x00000000 
+ 00031680  0x00008908 istore  0x00000001 , 0x00000005 
+ 00031681  0x0000890a loop  0x00007bbc 
+ 00031682  0x0000890b copy  0x00000006 , 0x0000003f 
+ 00031683  0x0000890c store  0x00000002 , 0x000007a4 
+ 00031684  0x0000890d setarg  0x0000070e 
+ 00031685  0x0000890e store  0x00000002 , 0x00008c08 
+ 00031686  0x0000890f arg  0x00000000 , 0x00000007 
+ 00031687  0x00008910 call  0x00007bd7 
+ 00031688  0x00008911 fetch  0x00000001 , 0x000007a6 
+ 00031689  0x00008912 nrtn  0x00000034 
+ 00031690  0x00008913 jam  0x00000002 , 0x00008c1b 
+ 00031691  0x00008914 fetch  0x00000001 , 0x00000900 
+ 00031692  0x00008915 rtnne  0x00000001 
+ 00031693  0x00008916 jam  0x00000002 , 0x00000900 
+ 00031694  0x00008917 rtn 
+ 00031695  0x0000891c arg  0x0000074f , 0x00000011 
+ 00031696  0x0000891d arg  0x00000001 , 0x00000007 
+ 00031697  0x0000891e storer  0x00000011 , 0x00000002 , 0x00008c0a 
+ 00031698  0x00008920 add  0x00000039 , 0xffffffff , 0x0000003f 
+ 00031699  0x00008921 istore  0x00000001 , 0x00000011 
+ 00031700  0x00008923 ifetch  0x00000001 , 0x00000006 
+ 00031701  0x00008924 istore  0x00000001 , 0x00000005 
+ 00031702  0x00008925 loop  0x00007bd4 
+ 00031703  0x00008927 setarg  0x00000000 
+ 00031704  0x00008928 qset1  0x0000003f 
+ 00031705  0x00008929 store  0x00000001 , 0x00008c18 
+ 00031706  0x0000892a rtn 
+ 00031707  0x0000892d arg  0x00000002 , 0x00000007 
+ 00031708  0x0000892e arg  0x00000759 , 0x00000011 
+ 00031709  0x0000892f storer  0x00000011 , 0x00000002 , 0x00008c0c 
+ 00031710  0x00008930 branch  0x00007bd2 
+ 00031711  0x00008933 bpatchx  0x00000006 , 0x00004020 
+ 00031712  0x00008934 fetch  0x00000001 , 0x0000090d 
+ 00031713  0x00008935 rtn  0x00000034 
+ 00031714  0x00008936 fetch  0x00000001 , 0x00008c25 
+ 00031715  0x00008937 and_into  0x0000000f , 0x0000003f 
+ 00031716  0x00008938 nbranch  0x00007c30 , 0x00000034 
+ 00031717  0x00008939 fetch  0x00000001 , 0x0000090e 
+ 00031718  0x0000893a branch  0x00007c06 , 0x00000034 
+ 00031719  0x0000893b fetch  0x00000001 , 0x00000900 
+ 00031720  0x0000893c beq  0x00000003 , 0x00007c40 
+ 00031721  0x0000893d bne  0x00000002 , 0x00007c06 
+ 00031722  0x0000893e fetch  0x00000001 , 0x00000902 
+ 00031723  0x0000893f nbranch  0x00007c06 , 0x00000034 
+ 00031724  0x00008940 call  0x00007bee 
+ 00031725  0x00008941 branch  0x00007bf9 
+ 00031726  0x00008944 fetch  0x00000001 , 0x00008c25 
+ 00031727  0x00008945 rtnbit1  0x00000001 
+ 00031728  0x00008946 fetch  0x00000001 , 0x0000090d 
+ 00031729  0x00008947 rtnbit0  0x00000001 
+ 00031730  0x00008948 fetch  0x00000001 , 0x0000090d 
+ 00031731  0x00008949 set0  0x00000001 , 0x0000003f 
+ 00031732  0x0000894a store  0x00000001 , 0x0000090d 
+ 00031733  0x0000894b fetch  0x00000001 , 0x0000090b 
+ 00031734  0x0000894c rtn  0x00000034 
+ 00031735  0x0000894d beq  0x00000010 , 0x00007c28 
+ 00031736  0x0000894e branch  0x0000235a 
+ 00031737  0x00008951 fetch  0x00000001 , 0x00008c25 
+ 00031738  0x00008952 rtnbit1  0x00000002 
+ 00031739  0x00008953 fetch  0x00000001 , 0x0000090d 
+ 00031740  0x00008954 rtnbit0  0x00000002 
+ 00031741  0x00008955 fetch  0x00000001 , 0x0000090d 
+ 00031742  0x00008956 set0  0x00000002 , 0x0000003f 
+ 00031743  0x00008957 store  0x00000001 , 0x0000090d 
+ 00031744  0x00008958 fetch  0x00000001 , 0x0000090c 
+ 00031745  0x00008959 rtn  0x00000034 
+ 00031746  0x0000895a beq  0x00000020 , 0x00007c09 
+ 00031747  0x0000895b beq  0x00000021 , 0x00007c24 
+ 00031748  0x0000895c beq  0x00000022 , 0x00007c2c 
+ 00031749  0x0000895d branch  0x0000235a 
+ 00031750  0x00008961 arg  0x00000913 , 0x00000005 
+ 00031751  0x00008962 arg  0x00000040 , 0x00000039 
+ 00031752  0x00008963 branch  0x00007ca3 
+ 00031753  0x00008966 fetch  0x00000001 , 0x000008fb 
+ 00031754  0x00008967 fetcht  0x00000001 , 0x000008fd 
+ 00031755  0x00008968 iand  0x00000002 , 0x0000003f 
+ 00031756  0x00008969 branch  0x00007c20 , 0x00000034 
+ 00031757  0x0000896a fetcht  0x00000001 , 0x000008fe 
+ 00031758  0x0000896b iadd  0x00000002 , 0x0000003f 
+ 00031759  0x0000896c beq  0x00000001 , 0x00007c11 
+ 00031760  0x0000896d branch  0x00007c20 
+ 00031761  0x00008970 jam  0x00000000 , 0x0000090c 
+ 00031762  0x00008972 fetch  0x00000001 , 0x00000914 
+ 00031763  0x00008973 beq  0x00000002 , 0x00007c21 
+ 00031764  0x00008974 beq  0x00000003 , 0x00007c21 
+ 00031765  0x00008975 fetch  0x00000001 , 0x00000914 
+ 00031766  0x00008976 store  0x00000001 , 0x00000913 
+ 00031767  0x00008977 fetch  0x00000001 , 0x00000915 
+ 00031768  0x00008978 istore  0x00000001 , 0x00000005 
+ 00031769  0x00008979 fetch  0x00000001 , 0x00000917 
+ 00031770  0x0000897a istore  0x00000001 , 0x00000005 
+ 00031771  0x0000897b fetch  0x00000001 , 0x00000919 
+ 00031772  0x0000897c istore  0x00000001 , 0x00000005 
+ 00031773  0x0000897d arg  0x00000004 , 0x00000039 
+ 00031774  0x0000897e arg  0x00000913 , 0x00000006 
+ 00031775  0x0000897f branch  0x00007bdb 
+ 00031776  0x00008982 jam  0x00000000 , 0x0000090c 
+ 00031777  0x00008984 arg  0x00000008 , 0x00000039 
+ 00031778  0x00008985 arg  0x00000913 , 0x00000006 
+ 00031779  0x00008986 branch  0x00007bdb 
+ 00031780  0x00008989 jam  0x00000000 , 0x0000090c 
+ 00031781  0x0000898a arg  0x00000003 , 0x00000039 
+ 00031782  0x0000898b arg  0x00000933 , 0x00000006 
+ 00031783  0x0000898c branch  0x00007bdb 
+ 00031784  0x0000898f jam  0x00000000 , 0x0000090b 
+ 00031785  0x00008990 arg  0x00000008 , 0x00000039 
+ 00031786  0x00008991 arg  0x00000923 , 0x00000006 
+ 00031787  0x00008992 branch  0x00007bcf 
+ 00031788  0x00008995 jam  0x00000000 , 0x0000090c 
+ 00031789  0x00008996 arg  0x00000002 , 0x00000039 
+ 00031790  0x00008997 arg  0x00000943 , 0x00000006 
+ 00031791  0x00008998 branch  0x00007bdb 
+ 00031792  0x0000899b fetch  0x00000001 , 0x00000900 
+ 00031793  0x0000899c beq  0x00000002 , 0x00007c33 
+ 00031794  0x0000899d rtn 
+ 00031795  0x0000899f fetch  0x00000001 , 0x00008c00 
+ 00031796  0x000089a0 set1  0x00000007 , 0x0000003f 
+ 00031797  0x000089a1 store  0x00000001 , 0x00008c00 
+ 00031798  0x000089a2 jam  0x00000001 , 0x00000910 
+ 00031799  0x000089a3 rtn 
+ 00031800  0x000089a6 fetch  0x00000001 , 0x00000900 
+ 00031801  0x000089a7 rtneq  0x00000003 
+ 00031802  0x000089a8 beq  0x00000002 , 0x00007c3c 
+ 00031803  0x000089a9 rtn 
+ 00031804  0x000089ab fetch  0x00000001 , 0x00000910 
+ 00031805  0x000089ac rtn  0x00000034 
+ 00031806  0x000089ad jam  0x00000001 , 0x0000090f 
+ 00031807  0x000089ae branch  0x00007c43 
+ 00031808  0x000089b1 arg  0x0000000f , 0x00000007 
+ 00031809  0x000089b2 call  0x00007cef 
+ 00031810  0x000089b3 nrtn  0x00000034 
+ 00031811  0x000089b5 fetch  0x00000001 , 0x00008c00 
+ 00031812  0x000089b6 rtnbit0  0x00000007 
+ 00031813  0x000089b7 jam  0x000000fc , 0x00008c00 
+ 00031814  0x000089b8 nop  0x00007530 
+ 00031815  0x000089b9 jam  0x0000003c , 0x00008c00 
+ 00031816  0x000089ba rtn 
+ 00031817  0x000089c2 storer  0x00000005 , 0x00000002 , 0x00000691 
+ 00031818  0x000089c3 storet  0x00000008 , 0x00000678 
+ 00031819  0x000089c4 storer  0x0000000b , 0x00000004 , 0x00000680 
+ 00031820  0x000089c5 call  0x00007c51 
+ 00031821  0x000089c6 storer  0x00000006 , 0x00000002 , 0x0000068f 
+ 00031822  0x000089c7 storer  0x00000039 , 0x00000002 , 0x0000069b 
+ 00031823  0x000089c8 storer  0x00000007 , 0x00000002 , 0x00000699 
+ 00031824  0x000089c9 rtn 
+ 00031825  0x000089cc storer  0x00000011 , 0x00000004 , 0x00000684 
+ 00031826  0x000089cd storer  0x00000012 , 0x00000004 , 0x00000688 
+ 00031827  0x000089ce storer  0x00000013 , 0x00000003 , 0x0000068c 
+ 00031828  0x000089cf rtn 
+ 00031829  0x000089d2 bpatchx  0x00000007 , 0x00004020 
+ 00031830  0x000089d3 fetch  0x00000002 , 0x00000691 
+ 00031831  0x000089d4 iforce  0x00000005 
+ 00031832  0x000089d5 fetcht  0x00000008 , 0x00000678 
+ 00031833  0x000089d6 fetchr  0x0000000b , 0x00000004 , 0x00000680 
+ 00031834  0x000089d7 call  0x00007c60 
+ 00031835  0x000089d8 fetchr  0x00000039 , 0x00000002 , 0x0000069b 
+ 00031836  0x000089d9 fetchr  0x00000007 , 0x00000002 , 0x00000699 
+ 00031837  0x000089da fetch  0x00000002 , 0x0000068f 
+ 00031838  0x000089db iforce  0x00000006 
+ 00031839  0x000089dc rtn 
+ 00031840  0x000089df fetchr  0x00000011 , 0x00000004 , 0x00000684 
+ 00031841  0x000089e0 fetchr  0x00000012 , 0x00000004 , 0x00000688 
+ 00031842  0x000089e1 fetchr  0x00000013 , 0x00000003 , 0x0000068c 
+ 00031843  0x000089e2 rtn 
+ 00031844  0x000089e5 fetch  0x00000002 , 0x00000691 
+ 00031845  0x000089e6 copy  0x0000003f , 0x00000005 
+ 00031846  0x000089e7 rtn 
+ 00031847  0x000089e9 fetch  0x00000002 , 0x0000068f 
+ 00031848  0x000089ea copy  0x0000003f , 0x00000006 
+ 00031849  0x000089eb rtn 
+ 00031850  0x000089ee copy  0x00000005 , 0x0000003f 
+ 00031851  0x000089ef store  0x00000002 , 0x00000691 
+ 00031852  0x000089f0 rtn 
+ 00031853  0x000089f2 copy  0x00000006 , 0x0000003f 
+ 00031854  0x000089f3 store  0x00000002 , 0x0000068f 
+ 00031855  0x000089f4 rtn 
+ 00031856  0x000089f9 copy  0x00000005 , 0x0000003f 
+ 00031857  0x000089fa store  0x00000002 , 0x00000691 
+ 00031858  0x000089fb copy  0x00000006 , 0x0000003f 
+ 00031859  0x000089fc store  0x00000002 , 0x0000068f 
+ 00031860  0x000089fd rtn 
+ 00031861  0x00008a00 fetch  0x00000002 , 0x00000691 
+ 00031862  0x00008a01 copy  0x0000003f , 0x00000005 
+ 00031863  0x00008a02 fetch  0x00000002 , 0x0000068f 
+ 00031864  0x00008a03 copy  0x0000003f , 0x00000006 
+ 00031865  0x00008a04 rtn 
+ 00031866  0x00008a0a isub  0x00000002 , 0x00000011 
+ 00031867  0x00008a0b rtn  0x00000002 
+ 00031868  0x00008a0c arg  0x00000100 , 0x00000011 
+ 00031869  0x00008a0d iadd  0x00000011 , 0x0000003f 
+ 00031870  0x00008a0e isub  0x00000002 , 0x00000011 
+ 00031871  0x00008a0f rtn 
+ 00031872  0x00008a12 call  0x00007c8d 
+ 00031873  0x00008a14 call  0x00007c8d 
+ 00031874  0x00008a15 branch  0x00007c8d 
+ 00031875  0x00008a19 call  0x00007c89 
+ 00031876  0x00008a1b ifetch  0x00000001 , 0x00000006 
+ 00031877  0x00008a1c istore  0x00000001 , 0x00000005 
+ 00031878  0x00008a1e ifetch  0x00000003 , 0x00000006 
+ 00031879  0x00008a1f istore  0x00000003 , 0x00000005 
+ 00031880  0x00008a20 rtn 
+ 00031881  0x00008a22 ifetch  0x00000008 , 0x00000006 
+ 00031882  0x00008a23 istore  0x00000008 , 0x00000005 
+ 00031883  0x00008a24 rtn 
+ 00031884  0x00008a27 call  0x00007c8f 
+ 00031885  0x00008a29 call  0x00007c89 
+ 00031886  0x00008a2b call  0x00007c89 
+ 00031887  0x00008a2d call  0x00007c89 
+ 00031888  0x00008a2e branch  0x00007c89 
+ 00031889  0x00008a31 increase  0xffffffff , 0x0000003f 
+ 00031890  0x00008a32 nop  0x00000026 
+ 00031891  0x00008a33 nbranch  0x00007c91 , 0x00000034 
+ 00031892  0x00008a34 rtn 
+ 00031893  0x00008a38 arg  0x0000000a , 0x00000039 
+ 00031894  0x00008a3a nop  0x00002ee0 
+ 00031895  0x00008a3b loop  0x00007c96 
+ 00031896  0x00008a3c rtn 
+ 00031897  0x00008a40 call  0x00007c9a 
+ 00031898  0x00008a42 call  0x00007c9b 
+ 00031899  0x00008a44 force  0x00000004 , 0x00000039 
+ 00031900  0x00008a45 branch  0x00007ca3 
+ 00031901  0x00008a48 force  0x00000020 , 0x00000039 
+ 00031902  0x00008a49 branch  0x00007ca3 
+ 00031903  0x00008a4b force  0x00000040 , 0x00000039 
+ 00031904  0x00008a4c branch  0x00007ca3 
+ 00031905  0x00008a4f deposit  0x00000039 
+ 00031906  0x00008a50 rtn  0x00000034 
+ 00031907  0x00008a52 force  0x00000000 , 0x0000003f 
+ 00031908  0x00008a53 lstore  0x00000005 
+ 00031909  0x00008a54 rtn 
+ 00031910  0x00008a57 arg  0x00000020 , 0x00000039 
+ 00031911  0x00008a58 arg  0x000006a1 , 0x00000005 
+ 00031912  0x00008a59 branch  0x00007ca1 
+ 00031913  0x00008a5c ifetch  0x00000004 , 0x00000013 
+ 00031914  0x00008a5d ifetcht  0x00000004 , 0x00000011 
+ 00031915  0x00008a5e ixor  0x00000002 , 0x0000003f 
+ 00031916  0x00008a5f istore  0x00000004 , 0x00000005 
+ 00031917  0x00008a60 increase  0x00000004 , 0x00000011 
+ 00031918  0x00008a61 increase  0x00000004 , 0x00000013 
+ 00031919  0x00008a62 loop  0x00007ca9 
+ 00031920  0x00008a63 rtn 
+ 00031921  0x00008a68 bpatchx  0x00000008 , 0x00004021 
+ 00031922  0x00008a69 copy  0x00000039 , 0x0000003f 
+ 00031923  0x00008a6a sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00031924  0x00008a6b rtn  0x00000002 
+ 00031925  0x00008a6c iadd  0x00000011 , 0x00000012 
+ 00031926  0x00008a6d increase  0xffffffff , 0x00000012 
+ 00031927  0x00008a6e rshift  0x00000039 , 0x00000039 
+ 00031928  0x00008a70 ifetcht  0x00000001 , 0x00000011 
+ 00031929  0x00008a71 ifetch  0x00000001 , 0x00000012 
+ 00031930  0x00008a72 istore  0x00000001 , 0x00000011 
+ 00031931  0x00008a73 istoret  0x00000001 , 0x00000012 
+ 00031932  0x00008a74 increase  0xffffffff , 0x00000012 
+ 00031933  0x00008a75 increase  0x00000001 , 0x00000011 
+ 00031934  0x00008a76 loop  0x00007cb8 
+ 00031935  0x00008a77 rtn 
+ 00031936  0x00008a7b rshift32  0x0000003f , 0x00000002 
+ 00031937  0x00008a7c call  0x00007cc6 
+ 00031938  0x00008a7d byteswap  0x00000002 , 0x00000002 
+ 00031939  0x00008a7e lshift16  0x0000003f , 0x0000003f 
+ 00031940  0x00008a7f ior  0x00000002 , 0x0000003f 
+ 00031941  0x00008a80 rtn 
+ 00031942  0x00008a85 rshift16  0x0000003f , 0x00000006 
+ 00031943  0x00008a86 byteswap  0x00000006 , 0x00000006 
+ 00031944  0x00008a87 byteswap  0x0000003f , 0x0000003f 
+ 00031945  0x00008a88 lshift16  0x0000003f , 0x0000003f 
+ 00031946  0x00008a89 ior  0x00000006 , 0x0000003f 
+ 00031947  0x00008a8a rtn 
+ 00031948  0x00008a8e bpatchx  0x00000009 , 0x00004021 
+ 00031949  0x00008a8f deposit  0x00000039 
+ 00031950  0x00008a90 rtn  0x00000034 
+ 00031951  0x00008a92 increase  0xfffffff8 , 0x00000039 
+ 00031952  0x00008a93 call  0x00007c89 , 0x00000002 
+ 00031953  0x00008a94 rtn  0x00000005 
+ 00031954  0x00008a95 branch  0x00007ccf , 0x00000002 
+ 00031955  0x00008a96 increase  0x00000008 , 0x00000039 
+ 00031956  0x00008a98 increase  0xfffffffc , 0x00000039 
+ 00031957  0x00008a99 call  0x00007c84 , 0x00000002 
+ 00031958  0x00008a9a rtn  0x00000005 
+ 00031959  0x00008a9b branch  0x00007cd4 , 0x00000002 
+ 00031960  0x00008a9c increase  0x00000004 , 0x00000039 
+ 00031961  0x00008a9d branch  0x00007cda 
+ 00031962  0x00008aa0 deposit  0x00000039 
+ 00031963  0x00008aa1 rtn  0x00000034 
+ 00031964  0x00008aa3 ifetch  0x00000001 , 0x00000006 
+ 00031965  0x00008aa4 istore  0x00000001 , 0x00000005 
+ 00031966  0x00008aa5 loop  0x00007cdc 
+ 00031967  0x00008aa6 rtn 
+ 00031968  0x00008aa9 setarg  0x00000000 
+ 00031969  0x00008aad store  0x00000002 , 0x00000670 
+ 00031970  0x00008aae bpatchx  0x0000000a , 0x00004021 
+ 00031971  0x00008aaf call  0x00007cef 
+ 00031972  0x00008ab0 fetcht  0x00000002 , 0x00000670 
+ 00031973  0x00008ab1 arg  0x000040f4 , 0x00000005 
+ 00031974  0x00008ab3 lshift  0x00000007 , 0x0000003f 
+ 00031975  0x00008ab4 iadd  0x00000005 , 0x00000005 
+ 00031976  0x00008ab5 istoret  0x00000002 , 0x00000005 
+ 00031977  0x00008ab6 rtn 
+ 00031978  0x00008ab9 arg  0x00000800 , 0x0000000b 
+ 00031979  0x00008aba lshift16  0x0000000b , 0x0000000b 
+ 00031980  0x00008abb iadd  0x0000000b , 0x0000003f 
+ 00031981  0x00008abc rtn 
+ 00031982  0x00008ac0 arg  0x00000000 , 0x00000007 
+ 00031983  0x00008ac2 bpatchx  0x0000000b , 0x00004021 
+ 00031984  0x00008ac3 fetcht  0x00000004 , 0x00004095 
+ 00031985  0x00008ac4 rshift  0x00000022 , 0x0000003f 
+ 00031986  0x00008ac5 store  0x00000004 , 0x00004095 
+ 00031987  0x00008ac6 isub  0x00000002 , 0x0000003e 
+ 00031988  0x00008ac7 ncall  0x00007cea , 0x00000002 
+ 00031989  0x00008ac8 isub  0x00000002 , 0x0000000b 
+ 00031990  0x00008ac9 copy  0x0000000b , 0x00000002 
+ 00031991  0x00008aca arg  0x000040f4 , 0x00000006 
+ 00031992  0x00008acb copy  0x00000006 , 0x00000005 
+ 00031993  0x00008acc arg  0x00000010 , 0x00000039 
+ 00031994  0x00008ace ifetch  0x00000002 , 0x00000006 
+ 00031995  0x00008acf isub  0x00000002 , 0x0000003f 
+ 00031996  0x00008ad0 branch  0x00007cfe , 0x00000002 
+ 00031997  0x00008ad1 force  0x00000000 , 0x0000003f 
+ 00031998  0x00008ad3 istore  0x00000002 , 0x00000005 
+ 00031999  0x00008ad4 loop  0x00007cfa 
+ 00032000  0x00008ad5 arg  0x000040f4 , 0x00000006 
+ 00032001  0x00008ad6 lshift  0x00000007 , 0x0000003f 
+ 00032002  0x00008ad7 iadd  0x00000006 , 0x00000006 
+ 00032003  0x00008ad8 ifetch  0x00000002 , 0x00000006 
+ 00032004  0x00008ad9 rtn 
+ 00032005  0x00008adf iadd  0x00000002 , 0x00000002 
+ 00032006  0x00008ae0 copy  0x00000002 , 0x00000039 
+ 00032007  0x00008ae1 fetch  0x00000002 , 0x00000044 
+ 00032008  0x00008ae2 isub  0x00000039 , 0x0000003f 
+ 00032009  0x00008ae3 rtn  0x00000002 
+ 00032010  0x00008ae4 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00032011  0x00008ae5 rshift16  0x00000002 , 0x00000002 
+ 00032012  0x00008ae6 increase  0x00000001 , 0x00000002 
+ 00032013  0x00008ae7 lshift16  0x00000002 , 0x00000002 
+ 00032014  0x00008ae8 ior  0x00000002 , 0x00000002 
+ 00032015  0x00008ae9 rtn 
+ 00032016  0x00008aec call  0x00007d12 
+ 00032017  0x00008aed branch  0x00007d1f 
+ 00032018  0x00008af1 disable  0x00000028 
+ 00032019  0x00008af2 isub  0x00000002 , 0x0000003f 
+ 00032020  0x00008af3 branch  0x00007d17 , 0x00000002 
+ 00032021  0x00008af4 enable  0x00000028 
+ 00032022  0x00008af5 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00032023  0x00008af7 rtnbit0  0x0000000f 
+ 00032024  0x00008af8 copy  0x0000003f , 0x00000014 
+ 00032025  0x00008af9 arg  0x00010000 , 0x00000002 
+ 00032026  0x00008afa fetch  0x00000002 , 0x00000044 
+ 00032027  0x00008afb isub  0x00000002 , 0x0000003f 
+ 00032028  0x00008afc iadd  0x00000014 , 0x0000003f 
+ 00032029  0x00008afd set0  0x00000040 , 0x0000003f 
+ 00032030  0x00008afe rtn 
+ 00032031  0x00008b03 fetcht  0x00000002 , 0x00000044 
+ 00032032  0x00008b04 iforce  0x00000006 
+ 00032033  0x00008b05 rshift16  0x0000003f , 0x0000003f 
+ 00032034  0x00008b06 imul32  0x00000002 , 0x0000003f 
+ 00032035  0x00008b07 iadd  0x00000006 , 0x0000003f 
+ 00032036  0x00008b08 rtn 
+ 00032037  0x00008b0c lshift8  0x0000003f , 0x0000003f 
+ 00032038  0x00008b0d lshift4  0x0000003f , 0x0000003f 
+ 00032039  0x00008b0e fetcht  0x00000003 , 0x000040bd 
+ 00032040  0x00008b0f idiv  0x00000002 
+ 00032041  0x00008b10 call  0x00007d62 
+ 00032042  0x00008b11 quotient  0x00000002 
+ 00032043  0x00008b12 rtn 
+ 00032044  0x00008b16 fetcht  0x00000002 , 0x00000044 
+ 00032045  0x00008b17 idiv  0x00000002 
+ 00032046  0x00008b18 call  0x00007d5f 
+ 00032047  0x00008b19 lshift16  0x0000003f , 0x0000003f 
+ 00032048  0x00008b1a remainder  0x00000002 
+ 00032049  0x00008b1b ior  0x00000002 , 0x00000002 
+ 00032050  0x00008b1c rtn 
+ 00032051  0x00008b24 arg  0x00000000 , 0x00000002 
+ 00032052  0x00008b26 copy  0x00000002 , 0x00000014 
+ 00032053  0x00008b27 ifetch  0x00000001 , 0x00000003 
+ 00032054  0x00008b28 call  0x00007d3f 
+ 00032055  0x00008b29 copy  0x00000014 , 0x00000002 
+ 00032056  0x00008b2a call  0x00007d70 
+ 00032057  0x00008b2b arg  0x0000000a , 0x00000012 
+ 00032058  0x00008b2c imul32  0x00000012 , 0x0000003f 
+ 00032059  0x00008b2d iadd  0x00000002 , 0x0000003f 
+ 00032060  0x00008b2e copy  0x0000003f , 0x00000002 
+ 00032061  0x00008b2f loop  0x00007d34 
+ 00032062  0x00008b30 rtn 
+ 00032063  0x00008b35 arg  0x0000003a , 0x00000002 
+ 00032064  0x00008b36 isub  0x00000002 , 0x0000003e 
+ 00032065  0x00008b37 nbranch  0x00007d48 , 0x00000002 
+ 00032066  0x00008b38 arg  0x00000061 , 0x00000002 
+ 00032067  0x00008b39 isub  0x00000002 , 0x0000003e 
+ 00032068  0x00008b3a branch  0x00007d4b , 0x00000002 
+ 00032069  0x00008b3b arg  0x00000037 , 0x00000002 
+ 00032070  0x00008b3c isub  0x00000002 , 0x0000003f 
+ 00032071  0x00008b3d rtn 
+ 00032072  0x00008b3f arg  0x00000030 , 0x00000002 
+ 00032073  0x00008b40 isub  0x00000002 , 0x0000003f 
+ 00032074  0x00008b41 rtn 
+ 00032075  0x00008b43 arg  0x00000057 , 0x00000002 
+ 00032076  0x00008b44 isub  0x00000002 , 0x0000003f 
+ 00032077  0x00008b45 rtn 
+ 00032078  0x00008b49 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032079  0x00008b4a rtn  0x00000005 
+ 00032080  0x00008b4c rshift  0x0000003f , 0x0000003f 
+ 00032081  0x00008b4d loop  0x00007d50 
+ 00032082  0x00008b4e rtn 
+ 00032083  0x00008b52 force  0x00000001 , 0x0000003f 
+ 00032084  0x00008b53 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032085  0x00008b54 rtn  0x00000005 
+ 00032086  0x00008b56 lshift  0x0000003f , 0x0000003f 
+ 00032087  0x00008b57 loop  0x00007d56 
+ 00032088  0x00008b58 rtn 
+ 00032089  0x00008b5d setarg  0x00000000 
+ 00032090  0x00008b5e copy  0x00000039 , 0x00000011 
+ 00032091  0x00008b60 ifetcht  0x00000002 , 0x00000006 
+ 00032092  0x00008b61 iadd  0x00000002 , 0x0000003f 
+ 00032093  0x00008b62 loop  0x00007d5b 
+ 00032094  0x00008b63 idiv  0x00000011 
+ 00032095  0x00008b65 call  0x00007d62 
+ 00032096  0x00008b66 quotient  0x0000003f 
+ 00032097  0x00008b67 rtn 
+ 00032098  0x00008b6a rtn  0x00000035 
+ 00032099  0x00008b6b branch  0x00007d62 
+ 00032100  0x00008b77 ifetch  0x00000001 , 0x00000011 
+ 00032101  0x00008b78 ifetcht  0x00000001 , 0x00000012 
+ 00032102  0x00008b79 isub  0x00000002 , 0x0000003e 
+ 00032103  0x00008b7a nrtn  0x00000005 
+ 00032104  0x00008b7b increase  0x00000001 , 0x00000011 
+ 00032105  0x00008b7c increase  0x00000001 , 0x00000012 
+ 00032106  0x00008b7d loop  0x00007d64 
+ 00032107  0x00008b7e branch  0x00007db8 
+ 00032108  0x00008b83 isub  0x00000002 , 0x0000003e 
+ 00032109  0x00008b84 nrtn  0x00000002 
+ 00032110  0x00008b85 deposit  0x00000002 
+ 00032111  0x00008b86 rtn 
+ 00032112  0x00008b89 iadd  0x00000002 , 0x0000003f 
+ 00032113  0x00008b8a isub  0x00000002 , 0x00000002 
+ 00032114  0x00008b8b isub  0x00000002 , 0x0000003f 
+ 00032115  0x00008b8c rtn 
+ 00032116  0x00008b8f arg  0x00000000 , 0x00000005 
+ 00032117  0x00008b90 branch  0x00007d77 
+ 00032118  0x00008b93 arg  0x00004000 , 0x00000005 
+ 00032119  0x00008b95 arg  0x00001000 , 0x00000039 
+ 00032120  0x00008b96 branch  0x00007ca3 
+ 00032121  0x00008b9a rtn  0x00000034 
+ 00032122  0x00008b9b copy  0x0000003f , 0x0000003d 
+ 00032123  0x00008b9f call  0x000070d7 
+ 00032124  0x00008ba2 jam  0x00000001 , 0x00008203 
+ 00032125  0x00008ba3 rtn 
+ 00032126  0x00008ba6 store  0x00000002 , 0x00008205 
+ 00032127  0x00008ba7 fetch  0x00000001 , 0x00008203 
+ 00032128  0x00008ba8 set1  0x00000004 , 0x0000003f 
+ 00032129  0x00008ba9 store  0x00000001 , 0x00008203 
+ 00032130  0x00008baa rtn 
+ 00032131  0x00008bac store  0x00000002 , 0x00008207 
+ 00032132  0x00008bad fetch  0x00000001 , 0x00008203 
+ 00032133  0x00008bae set1  0x00000006 , 0x0000003f 
+ 00032134  0x00008baf store  0x00000001 , 0x00008203 
+ 00032135  0x00008bb0 rtn 
+ 00032136  0x00008bb3 store  0x00000002 , 0x00008205 
+ 00032137  0x00008bb4 jam  0x00000030 , 0x00008203 
+ 00032138  0x00008bb5 rtn 
+ 00032139  0x00008bbe bpatchx  0x0000000c , 0x00004021 
+ 00032140  0x00008bbf ifetcht  0x00000008 , 0x00000011 
+ 00032141  0x00008bc0 and  0x00000002 , 0x000000ff , 0x0000003f 
+ 00032142  0x00008bc1 nbranch  0x00007d91 , 0x00000034 
+ 00032143  0x00008bc2 rshift8  0x00000002 , 0x0000003f 
+ 00032144  0x00008bc3 istore  0x00000008 , 0x00000011 
+ 00032145  0x00008bc5 increase  0x00000007 , 0x00000011 
+ 00032146  0x00008bc6 ifetch  0x00000001 , 0x00000011 
+ 00032147  0x00008bc7 nbranch  0x0000235a , 0x00000034 
+ 00032148  0x00008bc8 fetch  0x00000001 , 0x0000066f 
+ 00032149  0x00008bc9 istore  0x00000001 , 0x00000011 
+ 00032150  0x00008bca rtn 
+ 00032151  0x00008bd0 bpatchx  0x0000000d , 0x00004021 
+ 00032152  0x00008bd1 arg  0x00000008 , 0x00000039 
+ 00032153  0x00008bd2 ifetch  0x00000008 , 0x00000011 
+ 00032154  0x00008bd3 rtn  0x00000034 
+ 00032155  0x00008bd5 ifetch  0x00000001 , 0x00000011 
+ 00032156  0x00008bd6 nbranch  0x00007da0 , 0x00000034 
+ 00032157  0x00008bd7 increase  0x00000001 , 0x00000011 
+ 00032158  0x00008bd8 loop  0x00007d9b 
+ 00032159  0x00008bd9 branch  0x0000235a 
+ 00032160  0x00008bdb arg  0x00000000 , 0x00000002 
+ 00032161  0x00008bdc istoret  0x00000001 , 0x00000011 
+ 00032162  0x00008bdd rtn 
+ 00032163  0x00008be3 ifetch  0x00000008 , 0x00000011 
+ 00032164  0x00008be4 rtn 
+ 00032165  0x00008bea ifetch  0x00000001 , 0x00000011 
+ 00032166  0x00008beb rtn 
+ 00032167  0x00008bef ifetch  0x00000002 , 0x00000011 
+ 00032168  0x00008bf0 rtn 
+ 00032169  0x00008bf5 arg  0x00000000 , 0x00000002 
+ 00032170  0x00008bf7 fetch  0x00000001 , 0x00000006 
+ 00032171  0x00008bf8 loop  0x00007daa , 0x00000034 
+ 00032172  0x00008bf9 increase  0x00000001 , 0x00000002 
+ 00032173  0x00008bfa loop  0x00007daa 
+ 00032174  0x00008bfb copy  0x00000002 , 0x0000003f 
+ 00032175  0x00008bfc rtn 
+ 00032176  0x00008c00 isub  0x00000002 , 0x0000003e 
+ 00032177  0x00008c01 nrtn  0x00000002 
+ 00032178  0x00008c03 copy  0x00000002 , 0x0000003f 
+ 00032179  0x00008c04 rtn 
+ 00032180  0x00008c08 force  0xffffffff , 0x0000003e 
+ 00032181  0x00008c09 rtn 
+ 00032182  0x00008c0c force  0x00000001 , 0x0000003e 
+ 00032183  0x00008c0d rtn 
+ 00032184  0x00008c0f force  0x00000000 , 0x0000003e 
+ 00032185  0x00008c10 rtn 
+ 00032186  0x00008c13 enable  0x00000028 
+ 00032187  0x00008c14 rtn 
+ 00032188  0x00008c17 disable  0x00000028 
+ 00032189  0x00008c18 rtn 
+ 00032190  0x00008c1b enable  0x0000002c 
+ 00032191  0x00008c1c rtn 
+ 00032192  0x00008c1f disable  0x0000002c 
+ 00032193  0x00008c20 rtn 
+ 00032194  0x00008c23 enable  0x00000031 
+ 00032195  0x00008c24 rtn 
+ 00032196  0x00008c27 disable  0x00000001 
+ 00032197  0x00008c28 rtn 
+ 00032198  0x00008c2b enable  0x00000001 
+ 00032199  0x00008c2c rtn 
+ 00032200  0x00008c2f setarg  0x00000001 
+ 00032201  0x00008c30 rtn 
+ 00032202  0x00008c34 setarg  0x00000000 
+ 00032203  0x00008c35 rtn 
+ 00032204  0x00008c3a sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032205  0x00008c3b rtn  0x00000005 
+ 00032206  0x00008c3d ifetcht  0x00000001 , 0x00000006 
+ 00032207  0x00008c3e iadd  0x00000002 , 0x0000003f 
+ 00032208  0x00008c3f loop  0x00007dce 
+ 00032209  0x00008c40 rtn 
+ 00032210  0x00008c44 copy  0x00000039 , 0x0000003f 
+ 00032211  0x00008c45 rtn  0x00000034 
+ 00032212  0x00008c46 copy  0x00000006 , 0x0000003f 
+ 00032213  0x00008c47 iadd  0x00000039 , 0x0000003f 
+ 00032214  0x00008c48 increase  0xffffffff , 0x0000003f 
+ 00032215  0x00008c49 copy  0x0000003f , 0x00000006 
+ 00032216  0x00008c4b ifetch  0x00000001 , 0x00000006 
+ 00032217  0x00008c4c increase  0xfffffffe , 0x00000006 
+ 00032218  0x00008c4d istore  0x00000001 , 0x00000005 
+ 00032219  0x00008c4e loop  0x00007dd8 
+ 00032220  0x00008c4f rtn 
+ 00032221  0x00008c53 lshift16  0x0000003f , 0x0000003f 
+ 00032222  0x00008c55 rshift2  0x0000003f , 0x0000003f 
+ 00032223  0x00008c56 rtn 
+ 00032224  0x00008c59 lshift8  0x0000003f , 0x0000003f 
+ 00032225  0x00008c5a branch  0x00007dde 
+ 00032226  0x00008c5e setarg  0x00000000 
+ 00032227  0x00008c5f store  0x00000008 , 0x00000016 
+ 00032228  0x00008c60 set1  0x00000019 , 0x0000003f 
+ 00032229  0x00008c61 istore  0x00000004 , 0x00000005 
+ 00032230  0x00008c62 rtn 
+ 00032231  0x00008c66 arg  0x00000010 , 0x00000039 
+ 00032232  0x00008c68 random  0x0000003f 
+ 00032233  0x00008c69 istore  0x00000001 , 0x00000005 
+ 00032234  0x00008c6a loop  0x00007de8 
+ 00032235  0x00008c6b rtn 
Index: output/bt_program23.list
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/bt_program23.list	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/bt_program23.list	(working copy)
@@ -1,8 +1,8 @@
               include "bt_format "
               org 0x0000
-0x0 000035 bbit1 8 ,pf_patch_ext 
-0x1 000036 beq patch00_0 ,p_soft_reset 
-0x2 000037 beq patch00_2 ,p_main_loop 
+0x0 000036 bbit1 8 ,pf_patch_ext 
+0x1 000037 beq patch00_0 ,p_soft_reset 
+0x2 000038 beq patch00_2 ,p_main_loop 
 0x3 000039 beq patch02_0 ,p_shutdown_radio 
 0x4 000040 beq patch02_1 ,p_set_sync_on 
 0x5 000041 beq patch02_4 ,p_set_lemode 
@@ -10,29548 +10,29666 @@
 0x7 000043 beq patch03_0 ,p_txon 
 0x8 000044 beq patch03_1 ,p_set_tx_power 
 0x9 000045 beq patch03_2 ,p_initialize_radio_cont 
-0xa 000048 beq patch04_5 ,p_lpm_sleep 
-0xb 000049 beq patch0d_0 ,p_mouse_cb_fuction 
-0xc 000050 beq patch0d_1 ,p_mouse_load_device_info_check 
-0xd 000051 beq patch0d_4 ,p_mouse_param_init 
-0xe 000052 beq patch0d_5 ,p_mouse_sensor_set_angle 
-0xf 000053 beq patch0d_6 ,p_mouse_start_work 
-0x10 000054 beq patch0e_3 ,p_mouse_setgpio_hibernate 
-0x11 000055 beq patch0f_2 ,p_mouse_motion 
-0x12 000056 beq patch0f_7 ,p_mouse_3io6key_check 
-0x13 000057 beq patch10_1 ,p_mouse_init_sensor 
-0x14 000058 beq patch10_4 ,p_mouse_buletooth_fast_conn_end 
-0x15 000059 beq patch10_5 ,p_mouse_priority_bb_event 
-0x16 000060 beq patch10_6 ,p_mouse_le 
-0x17 000061 beq patch10_7 ,p_mouse_bb_event_timer 
-0x18 000062 beq patch11_0 ,p_mouse_start_discovery 
-0x19 000063 beq patch11_2 ,p_mouse_store_remote_bdaddr 
-0x1a 000064 beq patch11_4 ,p_mouse_store_device_info 
-0x1b 000065 beq patch11_5 ,p_mouse_store_dpi_info_check 
-0x1c 000066 beq patch11_6 ,p_mouse_idle 
-0x1d 000067 beq patch11_3 ,p_mouse_app_initflag_check 
-0x1e 000068 beq patch12_0 ,p_mouse_check_select_device_by_switch 
-0x1f 000069 beq patch12_5 ,p_mouse_24g_hibernate_set 
-0x20 000070 beq patch12_6 ,p_mouse_24g_package_data 
-0x21 000071 beq patch18_5 ,p_otp_read_data 
-0x22 000072 beq patch1b_2 ,p_sadc_calibration 
-0x23 000073 beq patch1b_4 ,p_enable_adc 
-0x24 000074 branch assert 
+0xa 000046 beq patch04_5 ,p_lpm_sleep 
+0xb 000047 beq patch0d_0 ,p_mouse_cb_fuction 
+0xc 000048 beq patch0d_1 ,p_mouse_load_device_info_check 
+0xd 000049 beq patch0d_4 ,p_mouse_param_init 
+0xe 000050 beq patch0d_5 ,p_mouse_sensor_set_angle 
+0xf 000051 beq patch0d_6 ,p_mouse_start_work 
+0x10 000052 beq patch0e_3 ,p_mouse_setgpio_hibernate 
+0x11 000053 beq patch0e_4 ,p_mouse_lpm_before_common 
+0x12 000054 beq patch0f_2 ,p_mouse_motion 
+0x13 000055 beq patch0f_7 ,p_mouse_3io6key_check 
+0x14 000056 beq patch10_1 ,p_mouse_init_sensor 
+0x15 000057 beq patch10_4 ,p_mouse_buletooth_fast_conn_end 
+0x16 000058 beq patch10_5 ,p_mouse_priority_bb_event 
+0x17 000059 beq patch10_6 ,p_mouse_le 
+0x18 000060 beq patch10_7 ,p_mouse_bb_event_timer 
+0x19 000061 beq patch11_0 ,p_mouse_start_discovery 
+0x1a 000062 beq patch11_2 ,p_mouse_store_remote_bdaddr 
+0x1b 000063 beq patch11_3 ,p_mouse_app_initflag_check 
+0x1c 000064 beq patch11_4 ,p_mouse_store_device_info 
+0x1d 000065 beq patch11_5 ,p_mouse_store_dpi_info_check 
+0x1e 000066 beq patch11_6 ,p_mouse_idle 
+0x1f 000067 beq patch12_0 ,p_mouse_check_select_device_by_switch 
+0x20 000068 beq patch12_5 ,p_mouse_24g_hibernate_set 
+0x21 000069 beq patch12_6 ,p_mouse_24g_package_data 
+0x22 000070 beq patch18_5 ,p_otp_read_data 
+0x23 000071 beq patch1a_5 ,p_gpio_set_wake_by_current_state 
+0x24 000072 beq patch1a_6 ,p_gpio_set_wake 
+0x25 000073 beq patch1b_2 ,p_sadc_calibration 
+0x26 000074 branch assert 
 :      000076 pf_patch_ext:
-0x25 000077 beq patch22_4 ,p_le_slave_match 
-0x26 000078 beq patch23_2 ,p_le_got_first_packet 
-0x27 000079 beq patch24_5 ,p_le_rx_dec 
-0x28 000080 beq patch24_6 ,p_le_rx_nopayload 
-0x29 000081 beq patch27_1 ,p_le_parse 
-0x2a 000082 beq patch27_2 ,p_le_parse_l2cap 
-0x2b 000083 beq patch29_4 ,p_le_adv_not_match 
-0x2c 000084 beq patch29_5 ,p_le_init_adv 
-0x2d 000085 beq patch32_0 ,p_g24_reconn_dispatch 
-0x2e 000086 beq patch32_6 ,p_g24_short_sleep 
-0x2f 000087 beq patch33_2 ,p_mouse_g24_retransmit 
-0x30 000088 beq patch33_5 ,p_g24_transmit_hop_process 
-0x31 000089 beq patch33_7 ,p_power_ctrl_start 
-0x32 000090 rtneq patch3f_7 
-0x33 000091 branch assert 
-:      000108 p_mouse_start_work:
-0x34 000109 fetch mouse_flag_len ,mem_mouse_flag 
-0x35 000110 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_first_start_auto_pair_mode 
-0x36 000111 branch mouse_start_work + 3 
-:      000113 p_mouse_24g_first_start_auto_pair_mode:
-0x37 000114 call mouse_wakeup_from_power_check 
-0x38 000115 branch p_mouse_24g_first_start_reconn ,user 
-0x39 000116 branch mouse_24g_reconn_general_dongle 
-:      000118 p_mouse_24g_first_start_reconn:
-0x3a 000119 fetch 1 ,mem_device_flag 
-0x3b 000120 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
-0x3c 000121 call mouse_bluetooth_fast_conn_disable 
-0x3d 000122 branch p_mouse_24g_first_bluetooth_reconnect 
-:      000124 p_mouse_sensor_set_angle:
-0x3e 000125 fetch 1 ,mem_sensor_angle_default 
-0x3f 000126 store 1 ,mem_config_sensor_angle 
-0x40 000127 fetch 1 ,mem_select_sensor_angle_gpio 
-0x41 000128 rtneq gpio_disable 
-0x42 000129 call lpm_write_ice_disable 
-0x43 000130 fetch 1 ,mem_select_sensor_angle_gpio 
-0x44 000131 arg gpcfg_output_low ,temp 
-0x45 000132 call gpio_config_function_int 
-0x46 000133 fetch 1 ,mem_mouse_reuse_2ice_gpio 
-0x47 000134 arg gpcfg_output_low ,temp 
-0x48 000135 call gpio_config_function_int 
-0x49 000136 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
-0x4a 000137 call mouse_gpio_config_input_pu 
-0x4b 000138 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
-0x4c 000139 call gpio_get_bit 
-0x4d 000140 call mouse_sensor_switch_angle ,true 
-0x4e 000141 call mouse_gpio_config_input_pd 
-0x4f 000142 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
-0x50 000143 call gpio_config_input 
-0x51 000144 call lpm_write_ice_enable 
-:      000145 p_ice_gpio_set_float:
-0x52 000146 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x53 000147 call gpio_set_high_impedance 
-0x54 000148 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
-0x55 000149 branch gpio_set_high_impedance 
-:      000151 p_main_loop:
-0x56 000152 call sp_calc_sequence_256 
-0x57 000153 call sp_calc_sequence_256_check 
-0x58 000154 call le_advertising_dispatch 
-0x59 000155 call idle_dispatch 
-0x5a 000156 call app_process_idle 
-0x5b 000157 call connection_dispatch 
-0x5c 000158 call g24_dispatch 
-0x5d 000159 call lpm_dispatch 
-0x5e 000160 branch p_main_loop 
-:      000162 p_shutdown_radio:
-0x5f 000163 jam 0 ,0x8900 
-0x60 000164 branch shutdown_radio + 1 
-:      000165 p_set_sync_on:
-0x61 000166 jam 0x60 ,0x8a0f 
-0x62 000167 jam 0xaa ,0x8a10 
-0x63 000168 jam 0x7a ,0x8a12 
-0x64 000169 jam 0x00 ,0x8a25 
-0x65 000170 jam 0x00 ,0x8a26 
-0x66 000171 nop 60 
-0x67 000172 jam 0x20 ,0x8a20 
-0x68 000173 jam 0xf5 ,0x8a23 
-0x69 000174 jam 0x12 ,0x8a24 
-0x6a 000175 jam 0x10 ,0x8a24 
-0x6b 000176 nop 60 
-0x6c 000177 jam 0x60 ,0x8a12 
-0x6d 000178 jam 0xdd ,0x8a23 
-0x6e 000179 rtn 
-:      000181 p_initialize_radio_cont:
-0x6f 000182 jam 0 ,mem_le_testtype 
-0x70 000183 jam 0 ,mem_cmd_le_create_conn 
-0x71 000184 until null ,lpo_edge 
-0x72 000186 jam 0x0d ,0x8946 
-0x73 000187 jam 0x10 ,0x896f 
-0x74 000188 jam 0xcd ,0x8a13 
-0x75 000189 jam 0x10 ,0x8a06 
-0x76 000190 jam 0x4a ,0x8a84 
-0x77 000191 jam 0x40 ,0x8a85 
-0x78 000192 jam 0xfe ,0x8a16 
-0x79 000193 call p_set_otp_config 
-0x7a 000196 call wdt_set_disable 
-0x7b 000198 until null ,lpo_edge 
-0x7c 000199 jam 0x5f ,0x813b 
-0x7d 000200 until null ,lpo_edge 
-0x7e 000201 jam 0x88 ,0x813c 
-0x7f 000202 until null ,lpo_edge 
-0x80 000203 fetch 1 ,mem_fcomp_div 
-0x81 000204 beq xtal_16m ,p_initialize_radio_16m 
-0x82 000205 fetch 1 ,mem_ring_ibias_trim 
-0x83 000206 or_into 0x04 ,pdata 
-0x84 000207 store 1 ,0x8a02 
-0x85 000208 jam 0x01 ,0x890f 
-0x86 000209 jam 0x24 ,0x8a80 
-0x87 000210 jam 0x62 ,0x8a81 
-0x88 000211 setarg 0xe61212 
-0x89 000212 store 3 ,0x8a73 
-:      000213 p_initialize_radio2:
-0x8a 000214 jam 0x60 ,0x8a86 
-0x8b 000215 jam 0x3b ,0x8a8b 
-0x8c 000216 call p_dpll_on 
-0x8d 000217 jam 0 ,core_config 
-0x8e 000218 jam clksel_dpll ,core_clksel 
-0x8f 000219 setarg 0x557474 
-0x90 000220 store 3 ,0x8968 
-0x91 000221 jam 0x6e ,0x8960 
-0x92 000222 call p_rx_dcoc 
-0x93 000223 call p_rfpll_aac_ghpc 
-0x94 000224 call p_set_xtal_cap 
-0x95 000225 jam system_clk_12m ,mem_system_clk 
-0x96 000226 call sadc_calibration 
-0x97 000227 branch p_dpll_ring_ibias_calc 
-:      000229 p_set_xtal_cap:
-0x98 000230 rtn wake 
-0x99 000231 until null ,lpo_edge 
-0x9a 000232 fetch 1 ,mem_xtal_c_sel 
-0x9b 000233 store 1 ,core_xtal_cap 
-0x9c 000234 until null ,lpo_edge 
-0x9d 000235 rtn 
-:      000237 p_dpll_on:
-0x9e 000238 fetch 1 ,mem_fcomp_div 
-0x9f 000239 beq xtal_24m ,p_dpll_on_24m 
-0xa0 000240 fetch 1 ,mem_ring_ibias_trim 
-0xa1 000241 or_into 0x06 ,pdata 
-0xa2 000242 store 1 ,0x8a02 
-0xa3 000243 jam 0xe0 ,0x8a05 
-:      000244 p_dpll_on_24m:
-0xa4 000245 jam 0xd8 ,0x8a00 
-0xa5 000246 nop 60 
-0xa6 000247 jam 0xa0 ,0x8a01 
-0xa7 000248 jam 0xdf ,0x8a00 
-0xa8 000249 jam 0xfa ,0x8a01 
-0xa9 000250 nop 20 
-0xaa 000251 jam 0x9f ,0x8a00 
-0xab 000252 rtn 
-:      000254 p_initialize_radio_16m:
-0xac 000255 fetch 1 ,mem_ring_ibias_trim 
-0xad 000256 or_into 0x06 ,pdata 
-0xae 000257 store 1 ,0x8a02 
-0xaf 000258 jam 0x00 ,0x890f 
-0xb0 000259 jam 0x23 ,0x8a80 
-0xb1 000260 jam 0xb0 ,0x8a81 
-0xb2 000261 setarg 0xe40909 
-0xb3 000262 store 3 ,0x8a73 
-0xb4 000263 jam 0x2a ,0x8a76 
-0xb5 000264 jam 0x04 ,0x8902 
-0xb6 000265 branch p_initialize_radio2 
-:      000267 p_set_otp_config:
-0xb7 000268 branch p_set_otp_config_wake ,wake 
-0xb8 000269 fetch 4 ,mem_otp_core_ldo 
-0xb9 000270 rtn blank 
-0xba 000271 until null ,lpo_edge 
-0xbb 000272 fetch 1 ,0x8136 
-0xbc 000273 and pdata ,0xf0 ,pdata 
-0xbd 000274 fetcht 1 ,mem_otp_core_ldo 
-0xbe 000275 ior temp ,pdata 
-0xbf 000276 increase -3 ,pdata 
-0xc0 000277 store 1 ,0x8136 
-0xc1 000278 until null ,lpo_edge 
-0xc2 000280 fetch 1 ,0x8138 
-0xc3 000281 and pdata ,0x7 ,pdata 
-0xc4 000282 fetcht 1 ,mem_otp_verf_bg 
-0xc5 000283 lshift3 temp ,temp 
-0xc6 000284 ior temp ,pdata 
-0xc7 000285 store 1 ,0x8138 
-0xc8 000286 until null ,lpo_edge 
-:      000288 p_set_otp_config2:
-0xc9 000289 fetch 1 ,0x8acb 
-0xca 000290 and pdata ,0xf0 ,pdata 
-0xcb 000291 fetcht 1 ,mem_otp_charge_pump 
-0xcc 000292 storet 1 ,mem_otp_charge_pump_x 
-0xcd 000293 ior temp ,pdata 
-0xce 000294 store 1 ,0x8acb 
-0xcf 000296 fetch 1 ,mem_otp_dpll_ibais 
-0xd0 000297 store 1 ,mem_otp_dpll_ibais_x 
-0xd1 000298 isolate1 3 ,pdata 
-0xd2 000299 fetch 1 ,0x8a06 
-0xd3 000300 setflag true ,7 ,pdata 
-0xd4 000301 store 1 ,0x8a06 
-0xd5 000303 fetch 1 ,mem_otp_dpll_ibais 
-0xd6 000304 and pdata ,7 ,temp 
-0xd7 000305 lshift4 temp ,temp 
-0xd8 000306 lshift temp ,temp 
-0xd9 000307 storet 1 ,mem_ring_ibias_trim 
-0xda 000308 fetch 1 ,0x8a02 
-0xdb 000309 and pdata ,0x1f ,pdata 
-0xdc 000310 ior temp ,pdata 
-0xdd 000311 store 1 ,0x8a02 
-0xde 000312 rtn 
-:      000314 p_set_otp_config_wake:
-0xdf 000315 fetch 2 ,mem_otp_charge_pump_x 
-0xe0 000316 rtn blank 
-0xe1 000317 store 2 ,mem_otp_charge_pump 
-0xe2 000318 branch p_set_otp_config2 
-:      000320 p_rf_rx_enable:
-0xe3 000321 call rf_debug_rx_gpio_high 
-0xe4 000322 call rf_rx_agc_set 
-0xe5 000323 force 8 ,radio_ctrl 
-0xe6 000324 force 0 ,radio_ctrl 
-0xe7 000326 setarg 0x0aaada 
-0xe8 000327 store 3 ,0x8a0f 
-0xe9 000328 jam 0x40 ,0x8a25 
-0xea 000329 jam 0x10 ,0x8a26 
-0xeb 000330 nop 60 
-0xec 000331 jam 0xfb ,0x8a01 
-0xed 000332 jam 0xff ,0x8a25 
-0xee 000333 jam 0x30 ,0x8a26 
-0xef 000334 jam 0xfe ,0x8a16 
-0xf0 000335 branch rf_rx_enable + 14 
-:      000337 p_mouse_g24_retransmit:
-0xf1 000338 fetch 1 ,mem_mouse_need_soft_reset 
-0xf2 000339 nrtn blank 
-0xf3 000340 call p_mouse_retransmit_select_device_by_pb_button 
-0xf4 000341 branch mouse_g24_retransmit + 3 
-:      000343 p_mouse_retransmit_select_device_by_pb_button:
-0xf5 000344 fetch 1 ,mem_config_select_device_button_gpio 
-0xf6 000345 rtneq gpio_disable 
-0xf7 000346 branch mouse_retransmit_select_device_by_pb_button 
-:      000348 p_g24_transmit_hop_process:
-0xf8 000349 fetcht 1 ,mem_24g_retry 
-0xf9 000350 fetch 1 ,mem_24g_fast_hop_count 
-0xfa 000351 isub temp ,null 
-0xfb 000352 nbranch p_g24_tx_fast_hop ,positive 
-0xfc 000353 branch g24_transmit_hop_process + 5 
-:      000355 p_g24_tx_fast_hop:
-0xfd 000356 fetch 4 ,mem_24g_addr 
-0xfe 000357 fetcht 4 ,mem_24g_fast_conn_addr 
-0xff 000358 isub temp ,null 
-0x100 000359 branch g24_ch ,zero 
-0x101 000360 call p_power_ctrl_txpower_incrs 
-0x102 000361 branch g24_tx_fast_hop + 1 
-:      000363 p_txon:
-0x103 000364 setarg 0x0aaa7e 
-0x104 000365 store 3 ,0x8a0f 
-0x105 000366 nop 60 
-0x106 000367 jam 0x00 ,0x8a25 
-0x107 000368 jam 0x0d ,0x8a26 
-0x108 000369 jam 0xf6 ,0x8a16 
-0x109 000370 branch txon + 7 
-:      000372 p_set_tx_power:
-0x10a 000373 fetch 1 ,mem_last_freq 
-0x10b 000374 beq 22 ,set_tx_power_f5db 
-0x10c 000375 beq 46 ,set_tx_power_f5db 
-0x10d 000376 beq 70 ,set_tx_power_f5db 
-0x10e 000377 fetch 1 ,mem_tx_power 
-0x10f 000378 beq tx_power_6db ,set_tx_power_5db 
-0x110 000383 beq tx_power_factory ,p_set_tx_power_factory 
-0x111 000384 branch set_tx_power + 2 
-:      000385 p_set_tx_power_factory:
-0x112 000386 jam 0x17 ,0x8a14 
-0x113 000387 fetch 3 ,mem_tx_power_factory_param_new 
-0x114 000388 store 3 ,0x8a60 
-0x115 000389 branch set_tx_power_8a63_28 
-:      000391 p_rx_dcoc:
-0x116 000392 rtn wake 
-0x117 000393 call set_sync_on 
-0x118 000394 arg 39 ,temp 
-0x119 000395 call set_freq_rx 
-0x11a 000396 call rf_rx_enable 
-0x11b 000397 jam 0x7f ,0x8a25 
-0x11c 000398 jam 0x1a ,0x8a30 
-0x11d 000399 jam 0x78 ,0x8a31 
-0x11e 000400 jam 0xb2 ,0x8a8f 
-0x11f 000401 jam 0 ,0x8ac2 
-0x120 000402 jam 0 ,0x8ac3 
-0x121 000403 arg 6 ,queue 
-0x122 000404 call p_rx_dcoc_avg 
-0x123 000405 isolate1 13 ,rega 
-0x124 000406 call qset_start 
-0x125 000407 isolate1 13 ,regb 
-0x126 000408 call qset_p 
-0x127 000409 arg 5 ,queue 
-:      000410 p_rx_dcoc_loop2:
-0x128 000411 call qset1_p 
-0x129 000412 call qset_p 
-0x12a 000413 call p_rx_dcoc_avg 
-0x12b 000414 arg 0x8ac2 ,contw 
-0x12c 000415 rshift4 rega ,pdata 
-0x12d 000416 call qsetxor 
-0x12e 000417 rshift4 regb ,pdata 
-0x12f 000418 call qsetxor 
-0x130 000419 increase -1 ,queue 
-0x131 000420 branch p_rx_dcoc_loop2 ,positive 
-0x132 000421 branch rx_dcoc_loop2 + 10 
-:      000423 p_rx_dcoc_avg:
-0x133 000424 nop 60 
-0x134 000425 setarg mem_dcoc_buf 
-0x135 000426 store 2 ,0x8982 
-0x136 000427 setarg mem_dcoc_buf_end 
-0x137 000428 store 2 ,0x8984 
-0x138 000429 jam 0x9 ,0x8981 
-0x139 000430 jam 0x3 ,0x8981 
-0x13a 000431 jam 0x6 ,0x8980 
-0x13b 000432 nop 60 
-0x13c 000433 arg 0 ,rega 
-0x13d 000434 arg 0 ,regb 
-0x13e 000435 arg 16 ,loopcnt 
-0x13f 000436 arg mem_dcoc_buf ,contr 
-0x140 000437 branch rx_dcoc_loop 
-:      000439 p_rfpll_aac_ghpc:
-0x141 000440 rtn wake 
-0x142 000441 branch rfpll_aac_ghpc + 1 
-:      000443 p_dpll_ring_ibias_calc:
-0x143 000444 rtn 
-:      000446 p_sadc_calibration:
-0x144 000447 rtn wake 
-0x145 000448 jam 0x77 ,core_gpadc_ctrl 
-0x146 000449 jam 0xc9 ,core_gpadc_cfg0 
-0x147 000450 jam 0x01 ,core_gpadc_cfg3 
-0x148 000451 fetch 1 ,mem_adc_clkdiv 
-0x149 000452 store 1 ,core_sadc_clkdiv 
-0x14a 000453 nop 3000 
-0x14b 000454 call p_sadc_read 
-0x14c 000455 jam 0xc1 ,core_gpadc_cfg0 
-0x14d 000456 fetchr regb ,1 ,mem_spi_write_addr 
-0x14e 000457 arg 8 ,loopcnt 
-0x14f 000458 call sadc_cal_read + 1 
-0x150 000459 fetch 1 ,mem_spi_write_addr 
-0x151 000460 store 1 ,mem_adc_cal_c7 
-0x152 000461 storer regb ,1 ,mem_spi_write_addr 
-0x153 000462 rtn 
-:      000464 p_enable_adc:
-0x154 000465 call p_sadc_cal_write 
-0x155 000466 fetch 1 ,core_gpadc_cfg1 
-0x156 000467 set0 7 ,pdata 
-0x157 000468 store 1 ,core_gpadc_cfg1 
-0x158 000469 jam 0x77 ,core_gpadc_ctrl 
-0x159 000470 jam 0xc1 ,core_gpadc_cfg0 
-0x15a 000471 jam 0x01 ,core_gpadc_cfg3 
-0x15b 000472 call sadc_channel 
-0x15c 000473 fetch 1 ,mem_adc_clkdiv 
-0x15d 000474 store 1 ,core_sadc_clkdiv 
-0x15e 000475 nop 3000 
-0x15f 000476 call p_sadc_read 
-0x160 000477 jam 0 ,core_sadc_clkdiv 
-0x161 000478 branch sadc_dma 
-:      000480 p_sadc_cal_write:
-0x162 000481 fetch 1 ,core_sadc_ctrl 
-0x163 000482 set1 1 ,pdata 
-0x164 000483 store 1 ,core_sadc_ctrl 
-0x165 000484 fetchr regb ,1 ,mem_spi_write_addr 
-0x166 000485 fetch 1 ,mem_adc_cal_c7 
-0x167 000486 store 1 ,mem_spi_write_addr 
-0x168 000487 arg 8 ,loopcnt 
-0x169 000488 call sadc_cal_write + 4 
-0x16a 000489 storer regb ,1 ,mem_spi_write_addr 
-0x16b 000490 rtn 
-:      000492 p_sadc_read:
-0x16c 000493 jam 0x03 ,core_sadc_ctrl 
-:      000494 p_sadc_read_wait:
-0x16d 000495 fetch 1 ,core_perf_status 
-0x16e 000496 bbit0 saradc_done ,p_sadc_read_wait 
-0x16f 000497 fetcht 2 ,core_sadc_data 
-0x170 000498 storet 2 ,mem_adc_current_value 
-0x171 000499 jam 0x00 ,core_sadc_ctrl 
-0x172 000500 rtn 
-:      000503 p_set_lemode:
-0x173 000504 jam 0x11 ,0x8a82 
-0x174 000505 jam 0x12 ,0x8a8d 
-0x175 000506 jam 0x0a ,0x8a8e 
-0x176 000507 fetch 1 ,mem_fcomp_div 
-0x177 000508 beq xtal_16m ,p_set_lemode_2m_16m 
-0x178 000509 setarg 0x5762 
-0x179 000510 store 2 ,0x8907 
-:      000511 p_set_lemode_2m:
-0x17a 000512 jam 3 ,0x8901 
-0x17b 000513 jam 3 ,0x8930 
-0x17c 000514 rtnmark1 mark_ble_2m 
-0x17d 000515 jam 1 ,0x8901 
-0x17e 000516 jam 0x07 ,0x8a82 
-0x17f 000517 jam 0x44 ,0x8a8d 
-0x180 000518 jam 0x0a ,0x8a8e 
-0x181 000519 fetch 1 ,mem_fcomp_div 
-0x182 000520 beq xtal_16m ,p_set_lemode_1m_16m 
-0x183 000521 setarg 0x2bb1 
-0x184 000522 store 2 ,0x8907 
-:      000523 p_set_lemode_1m:
-0x185 000524 rtnmark0 mark_ble_lr 
-0x186 000525 jam 0x24 ,0x8930 
-0x187 000526 jam 5 ,0x8901 
-0x188 000527 rtn 
-:      000529 p_set_lemode_1m_16m:
-0x189 000530 setarg 0x4189 
-0x18a 000531 store 2 ,0x8907 
-0x18b 000532 branch p_set_lemode_1m 
-:      000534 p_set_lemode_2m_16m:
-0x18c 000535 setarg 0x8312 
-0x18d 000536 store 2 ,0x8907 
-0x18e 000537 branch p_set_lemode_2m 
-:      000538 p_le_check_retransmit_timesout:
-0x18f 000539 fetch 1 ,mem_le_conn_rcv_new 
-0x190 000540 arg 256 ,regc 
-0x191 000541 iadd regc ,pdata 
-0x192 000542 rtn 
-:      000543 p_le_got_first_packet:
-0x193 000544 branch p_le_got_first_packet_new 
-:      000545 p_le_slave_match:
-0x194 000546 call p_le_check_retransmit 
-0x195 000547 branch le_slave_match + 1 
-:      000548 p_le_check_retransmit:
-0x196 000549 fetch 1 ,mem_le_conn_first_rcv 
-0x197 000550 rtn blank 
-0x198 000551 fetch 1 ,mem_le_check_retransmit_flag 
-0x199 000552 nrtn blank 
-0x19a 000553 fetcht 1 ,mem_le_conn_first_rcv 
-0x19b 000554 fetch 1 ,mem_le_conn_rcv_new 
-0x19c 000555 isub temp ,null 
-0x19d 000556 ncall p_le_check_retransmit_timesout ,positive 
-0x19e 000557 isub temp ,pdata 
-0x19f 000558 sub pdata ,100 ,null 
-0x1a0 000559 branch p_le_check_retransmit_count ,positive 
-0x1a1 000560 fetch 1 ,mem_le_retransmit_cnt 
-0x1a2 000561 sub pdata ,20 ,null 
-0x1a3 000562 ncall p_app_ble_disconnect ,positive 
-0x1a4 000563 jam 1 ,mem_le_check_retransmit_flag 
-0x1a5 000564 rtn 
-:      000565 p_app_ble_disconnect:
-0x1a6 000566 jam 1 ,mem_le_check_retransmit_discon_flag 
-0x1a7 000567 branch app_ble_disconnect 
-:      000568 p_le_check_retransmit_count:
-0x1a8 000569 fetcht 1 ,mem_le_arq 
-0x1a9 000570 fetch 1 ,mem_le_rxbuf_data_header 
-0x1aa 000573 rshift pdata ,pdata 
-0x1ab 000574 ixor temp ,pdata 
-0x1ac 000575 isolate1 nesn ,pdata 
-0x1ad 000576 setarg 0 
-0x1ae 000577 fetcht 1 ,mem_le_retransmit_cnt 
-0x1af 000578 setflag true ,0 ,pdata 
-0x1b0 000579 iadd temp ,temp 
-0x1b1 000580 storet 1 ,mem_le_retransmit_cnt 
-0x1b2 000581 rtn 
-:      000582 p_le_got_first_packet_new:
-0x1b3 000583 fetch 1 ,mem_le_conn_rcv 
-0x1b4 000584 increase 1 ,pdata 
-0x1b5 000585 store 1 ,mem_le_conn_rcv 
-0x1b6 000586 nbranch p_le_got_first_packet_new + 7 ,match 
-0x1b7 000587 fetch 1 ,mem_le_conn_rcv_new 
-0x1b8 000588 increase 1 ,pdata 
-0x1b9 000589 store 1 ,mem_le_conn_rcv_new 
-0x1ba 000590 fetch 1 ,mem_le_state 
-0x1bb 000591 rtnbit1 lestate_got_first_packet 
-0x1bc 000592 set1 lestate_got_first_packet ,pdata 
-0x1bd 000593 store 1 ,mem_le_state 
-0x1be 000594 fetch 2 ,mem_le_init_superto 
-0x1bf 000595 store 2 ,mem_le_superto 
-0x1c0 000596 setarg 0 
-0x1c1 000597 store 4 ,mem_le_transmit_window 
-0x1c2 000600 rtn 
-:      000601 p_le_rx_dec:
-0x1c3 000602 call le_check_retransmit 
-0x1c4 000604 fetchr rega ,1 ,mem_le_rxbuf_data_length 
-0x1c5 000605 increase -4 ,rega 
-0x1c6 000606 nbranch le_crc_fail_consecutive ,positive 
-0x1c7 000607 branch le_rx_dec + 6 
-:      000609 p_le_rx_nopayload:
-0x1c8 000610 parse demod ,bucket ,24 
-0x1c9 000611 rshift32 pdata ,pdata 
-0x1ca 000612 rshift16 pdata ,pdata 
-0x1cb 000613 istore 3 ,contw 
-0x1cc 000614 enable swfine 
-0x1cd 000615 call le_set_until_tx_timer 
-0x1ce 000616 branch le_crc_fail ,crc_failed 
-0x1cf 000617 bmark0 mark_ble_encryption ,le_rx_match 
-0x1d0 000618 fetch 1 ,mem_le_rxbuf_data_length 
-0x1d1 000619 branch le_rx_match ,blank 
-0x1d2 000620 increase -4 ,pdata 
-0x1d3 000621 store 1 ,mem_le_rxbuf_data_length 
-0x1d4 000622 call wait_ccm_done 
-0x1d5 000623 fetch 1 ,core_misc_status 
-0x1d6 000624 bbit0 7 ,le_crc_fail_consecutive 
-0x1d7 000625 force regidx_result ,regext_index 
-0x1d8 000626 storer regext ,4 ,mem_le_peer_mic 
-0x1d9 000627 branch le_rx_match 
-:      000629 p_le_parse:
-0x1da 000630 fetch 1 ,mem_le_packet_llid 
-0x1db 000631 rtneq llid_reserved 
-0x1dc 000632 beq llid_le_ll ,le_parse_ll 
-0x1dd 000633 branch le_parse_l2cap 
-:      000635 p_le_adv_not_match:
-0x1de 000636 call shutdown_radio 
-0x1df 000637 jam 0 ,0x8900 
-0x1e0 000638 set0 mark_ble_crc_fail ,mark 
-0x1e1 000639 branch le_adv_not_match + 1 
-:      000641 p_le_init_adv:
-0x1e2 000642 set0 mark_ble_crc_fail ,mark 
-0x1e3 000643 branch le_init_adv + 1 
-:      000645 p_le_parse_l2cap:
-0x1e4 000646 ifetch 2 ,contr 
-0x1e5 000647 beq le_l2cap_cid_att ,p_le_parse_att 
-0x1e6 000648 branch le_parse_l2cap_next + 2 
-:      000649 p_le_parse_att:
-0x1e7 000650 ifetch 3 ,contr 
-0x1e8 000651 store 3 ,mem_le_att_opcode 
-0x1e9 000652 beq attop_read_request ,p_le_parse_att_read_request 
-0x1ea 000653 beq attop_write_request ,p_le_parse_att_write_request 
-0x1eb 000654 branch le_parse_att2 
-:      000656 p_le_parse_att_read_request:
-0x1ec 000657 fetch mouse_flag_len ,mem_mouse_flag 
-0x1ed 000658 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
-0x1ee 000659 call le_check_encrypt_state 
-0x1ef 000660 fetcht 2 ,mem_le_att_handle 
-0x1f0 000661 fetch 1 ,mem_le_configuration 
-0x1f1 000662 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
-:      000664 p_le_send_att_read_response:
-0x1f2 000665 fetch 2 ,mem_le_att_handle 
-0x1f3 000666 beq 0x30 ,le_send_att_error_response_notfound 
-0x1f4 000667 fetcht 2 ,mem_le_att_handle 
-0x1f5 000668 branch le_send_att_read_response 
-:      000670 p_le_send_att_read_response_check_auth:
-0x1f6 000671 fetch 2 ,mem_le_pairing_handle 
-0x1f7 000672 isub temp ,null 
-0x1f8 000673 nbranch p_le_send_att_read_response ,zero 
-0x1f9 000674 nbranch p_le_send_att_read_response ,user 
-0x1fa 000675 branch le_send_att_read_response_error_insufficient_auth 
-:      000677 p_le_parse_att_write_request:
-0x1fb 000678 copy contr ,rega 
-0x1fc 000679 fetch 2 ,mem_le_l2cap_size 
-0x1fd 000680 add pdata ,-3 ,regb 
-0x1fe 000681 call le_writeatt_cb 
-0x1ff 000682 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-0x200 000683 beq 0xff ,le_send_att_write_response_check_auth 
-0x201 000684 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x202 000685 branch le_send_att_write_response_check_auth ,blank 
-0x203 000686 fetch 1 ,mem_le_connect_status_flag 
-0x204 000687 bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
-0x205 000688 setarg 0x001a 
-0x206 000689 fetcht 2 ,mem_le_att_handle 
-0x207 000690 isub temp ,null 
-0x208 000691 nbranch le_send_att_write_response_check_auth ,zero 
-0x209 000692 branch le_send_att_read_response_error_insufficient_auth 
-:      000695 p_mouse_le:
-0x20a 000696 call le_fifo_check_nearly_full 
-0x20b 000697 nrtn blank 
-0x20c 000698 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-0x20d 000699 beq 0xff ,p_mouse_le_next 
-0x20e 000700 fetch 1 ,mem_le_connect_status_flag 
-0x20f 000701 and pdata ,0x03 ,pdata 
-0x210 000702 rtnne 0x03 
-0x211 000703 fetch 1 ,mem_le_check_retransmit_flag 
-0x212 000704 rtn blank 
-0x213 000705 fetch 1 ,mem_le_check_retransmit_discon_flag 
-0x214 000706 nrtn blank 
-:      000707 p_mouse_le_next:
-0x215 000708 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x216 000709 call mouse_clear_sensor_data_by_reset ,blank 
-0x217 000710 fetch mouse_flag_len ,mem_mouse_flag 
-0x218 000711 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
-0x219 000712 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
-0x21a 000713 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0x21b 000714 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
-0x21c 000715 call mouse_motion 
-0x21d 000716 call mouse_check_125hz 
-0x21e 000717 nrtn user 
-0x21f 000718 call mouse_current_mult_update 
-0x220 000719 call p_mouse_data_xy_release 
-0x221 000720 branch mouse_le_next + 12 
-:      000722 p_lpm_sleep:
-0x222 000724 fetch 2 ,mem_cb_before_lpm_sleep 
-0x223 000725 call callback_func 
-:      000726 p_lpm_sleep_skip_cb_function:
-0x224 000727 fetch 4 ,mem_sleep_counter_all 
-0x225 000728 iadd temp ,pdata 
-0x226 000729 store 4 ,mem_sleep_counter_all 
-0x227 000730 call p_lpm_save_context 
-0x228 000731 branch lpm_sleep_skip_cb_function + 4 
-:      000733 p_lpm_save_context:
-0x229 000734 storer mark ,8 ,mem_saved_mark 
-0x22a 000735 arg core_gpio_conf ,contr 
-0x22b 000736 arg mem_saved_gpio ,contw 
-0x22c 000737 call memcpy16 
-0x22d 000738 arg core_gpio_conf_hi ,contr 
-0x22e 000739 call memcpy8 
-0x22f 000740 fetch 1 ,core_spid_ctrl 
-0x230 000741 store 1 ,mem_saved_spidctrl 
-0x231 000742 copy temp ,regb 
-:      000743 p_lpm_write_gpio_wakeup:
-0x232 000744 arg 12 ,loopcnt 
-0x233 000745 arg mem_gpio_wakeup_cfg ,rega 
-0x234 000746 arg core_gpio_wakeup_cfg ,regc 
-0x235 000747 until null ,lpo_edge 
-:      000748 p_lpm_write_gpio_loop:
-0x236 000749 ifetch 1 ,rega 
-0x237 000750 ifetcht 1 ,regc 
-0x238 000751 isub temp ,null 
-0x239 000752 branch p_lpm_write_gpio_loop_next ,zero 
-0x23a 000753 istore 1 ,regc 
-0x23b 000754 until null ,lpo_edge 
-:      000755 p_lpm_write_gpio_loop_next:
-0x23c 000756 increase 1 ,rega 
-0x23d 000757 increase 1 ,regc 
-0x23e 000758 loop p_lpm_write_gpio_loop 
-0x23f 000759 copy regb ,temp 
-0x240 000760 rtn 
-:      000762 p_otp_read_data:
-0x241 000763 call enable_otp_read 
-0x242 000764 call otp_read_data + 1 
-0x243 000765 branch otp_disable_chgpump 
-:      000767 p_g24_reconn_dispatch:
-0x244 000768 fetch 2 ,mem_24g_reconn_count 
-0x245 000769 arg 0x01f8 ,temp 
-0x246 000770 iand temp ,pdata 
-0x247 000771 branch p_g24_reconn_dispatch_next ,blank 
-0x248 000772 fetch 2 ,mem_24g_reconn_count 
-0x249 000773 increase 1 ,pdata 
-0x24a 000774 store 2 ,mem_24g_reconn_count 
-0x24b 000775 rtn 
-:      000777 p_g24_reconn_dispatch_next:
-0x24c 000778 call g24_reconn_data_prep 
-0x24d 000779 call g24_transmit_receive_ack 
-0x24e 000780 nbranch g24_reconn_device_fail ,sync 
-0x24f 000781 nbranch g24_reconn_device_fail ,user3 
-0x250 000782 call g24_ackpayload_parse 
-0x251 000784 fetch 1 ,mem_24g_rxdata_length 
-0x252 000785 branch p_recv_addr_zero_skip ,blank 
-:      000786 p_g24_reconn_dispatch_next_2:
-0x253 000787 fetch 4 ,mem_24g_pair_addr 
-0x254 000788 fetcht 4 ,mem_24g_addr 
-0x255 000789 isub temp ,null 
-0x256 000790 branch p_g24_reconn_mode_judge ,zero 
-0x257 000791 branch g24_reconn_dispatch_next + 9 
-:      000793 p_g24_reconn_mode_judge:
-0x258 000794 fetch mouse_flag_len ,mem_mouse_flag 
-0x259 000795 bbit1 mouse_enable_auto_24g_paring ,g24_pair_start 
-0x25a 000796 branch g24_reconn_receiver_addr 
-:      000798 p_recv_addr_zero_skip:
-0x25b 000799 fetch 4 ,mem_24g_rxpayload + 2 
-0x25c 000800 rtn blank 
-0x25d 000801 branch p_g24_reconn_dispatch_next_2 
-:      000803 p_mouse_param_init:
-0x25e 000804 call mouse_param_common_init 
-0x25f 000805 call p_mouse_le_buff_modify 
-0x260 000806 branch mouse_param_init + 2 
-:      000808 p_mouse_le_buff_modify:
-0x261 000809 setarg mem_le_tx_buffer0_omemalloc_new 
-0x262 000810 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
-0x263 000811 setarg mouse_ble_l2cap_txbuff_size_new 
-0x264 000812 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
-0x265 000813 rtn 
-:      000815 p_power_ctrl_start:
-0x266 000816 fetch 1 ,mem_power_ctrl_disable 
-0x267 000817 nrtn blank 
-0x268 000818 fetch 2 ,mem_ui_state_map 
-0x269 000819 rtnbit1 ui_state_ble_adv 
-0x26a 000820 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
-0x26b 000821 call rssi_average 
-0x26c 000822 storet 1 ,mem_rssi_avg_received 
-0x26d 000823 fetch 1 ,mem_rssi_dis_max_24g 
-0x26e 000824 bmark1 mark_24g ,p_power_ctrl_start_next 
-0x26f 000825 fetch 1 ,mem_rssi_dis_max_ble 
-:      000826 p_power_ctrl_start_next:
-0x270 000827 isub temp ,null 
-0x271 000828 nbranch p_power_ctrl_txpower_incrs_force ,positive 
-0x272 000829 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x273 000830 sub pdata ,2 ,null 
-0x274 000831 nbranch p_power_ctrl_txpower_decrs_check ,positive 
-0x275 000832 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x276 000833 beq 0 ,p_power_ctrl_txpower_incrs 
-0x277 000834 rtn 
-:      000836 p_power_ctrl_txpower_decrs_check:
-0x278 000837 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x279 000838 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
-0x27a 000839 isub temp ,null 
-0x27b 000840 nrtn zero 
-0x27c 000841 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      000842 p_power_ctrl_txpower_decrs:
-0x27d 000843 fetcht 1 ,mem_rssi_avg_received 
-0x27e 000844 fetch 1 ,mem_rssi_dis_min_24g 
-0x27f 000845 bmark1 mark_24g ,p_power_ctrl_txpower_decrs_next 
-0x280 000846 fetch 1 ,mem_rssi_dis_min_ble 
-:      000847 p_power_ctrl_txpower_decrs_next:
-0x281 000848 isub temp ,null 
-0x282 000849 nrtn positive 
-0x283 000850 fetch 1 ,mem_power_ctrl_level 
-0x284 000851 beq 0 ,power_ctrl_decrs_level0 
-0x285 000852 increase -1 ,pdata 
-0x286 000853 store 1 ,mem_power_ctrl_level 
-0x287 000854 beq 2 ,p_power_ctrl_decrs_level2 
-0x288 000855 beq 1 ,power_ctrl_decrs_level1 
-0x289 000856 branch power_ctrl_decrs_level0 
-:      000858 p_power_ctrl_txpower_incrs_force:
-0x28a 000859 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      000860 p_power_ctrl_txpower_incrs:
-0x28b 000861 fetch 1 ,mem_power_ctrl_level 
-0x28c 000862 beq 3 ,p_power_ctrl_incrs_level3 
-0x28d 000863 increase 1 ,pdata 
-0x28e 000864 store 1 ,mem_power_ctrl_level 
-0x28f 000865 beq 1 ,power_ctrl_incrs_level1 
-0x290 000866 beq 2 ,p_power_ctrl_incrs_level2 
-:      000867 p_power_ctrl_incrs_level3:
-0x291 000868 jam tx_power_5db ,mem_tx_power 
-0x292 000869 rtn 
-:      000870 p_power_ctrl_decrs_level2:
-:      000871 p_power_ctrl_incrs_level2:
-0x293 000872 jam tx_power_3db ,mem_tx_power 
-0x294 000873 rtn 
-:      000879 p_mouse_cb_fuction:
-0x295 000880 setarg mouse_24g_short_sleep 
-0x296 000881 store 2 ,mem_cb_24g_transmit_short_sleep 
-0x297 000882 setarg p_mouse_24g_long_sleep 
-0x298 000883 store 2 ,mem_cb_24g_transmit_long_sleep 
-0x299 000884 setarg p_mouse_24g_before_lpm_sleep 
-0x29a 000885 store 2 ,mem_cb_before_lpm_sleep 
-0x29b 000886 branch mouse_cb_fuction + 7 
-:      000888 p_soft_reset:
-0x29c 000889 clear_stack 
-0x29d 000890 call mouse_wheel_gpio_init ,wake 
-0x29e 000891 branch soft_reset + 2 
-:      000893 p_mouse_24g_long_sleep:
-0x29f 000894 call g24_lpm_wait 
-0x2a0 000895 nrtn user 
-0x2a1 000896 jam 1 ,mem_mouse_24g_long_sleep_flag 
-0x2a2 000897 call g24_setgpio_lpm_before 
-0x2a3 000898 jam 0 ,mem_mouse_24g_sleep_miss 
-0x2a4 000899 call mouse_24g_send_time_long_wake 
-0x2a5 000900 fetch 1 ,mem_sensor_shutdown_flag 
-0x2a6 000901 ncall mouse_setgpio_hibernate ,blank 
-0x2a7 000903 call p_mouse_wheel_set_low_pullup 
-0x2a8 000905 fetch 4 ,mem_24g_enter_hibernate 
-0x2a9 000906 branch g24_long_seep2 
-:      000908 p_mouse_wheel_set_low_pullup:
-0x2aa 000909 fetch 1 ,mem_sensor_shutdown_flag 
-0x2ab 000910 nrtn blank 
-0x2ac 000911 fetcht 1 ,mem_whee_a_data_gpio 
-0x2ad 000912 call gpio_set_high_impedance 
-0x2ae 000913 fetcht 1 ,mem_whee_a_data_gpio 
-0x2af 000914 call gpio_set_low_pullup 
-0x2b0 000916 fetcht 1 ,mem_whee_b_data_gpio 
-0x2b1 000917 call gpio_set_high_impedance 
-0x2b2 000918 fetcht 1 ,mem_whee_b_data_gpio 
-0x2b3 000919 branch gpio_set_low_pullup 
-:      000921 p_mouse_24g_before_lpm_sleep:
-0x2b4 000922 rtn 
-:      000928 p_mouse_load_device_info_check:
-0x2b5 000929 call p_mouse_store_normal_tx_power 
-0x2b6 000930 fetch mouse_flag_len ,mem_mouse_flag 
-0x2b7 000931 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
-0x2b8 000932 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
-0x2b9 000933 bbit1 mouse_enable_otp ,p_mouse_load_otp_info_check 
-0x2ba 000934 rtn 
-:      000935 p_mouse_load_otp_info_check:
-0x2bb 000936 call p_mouse_device_flag_temp_store 
-0x2bc 000937 call mouse_read_otp_dpi 
-0x2bd 000938 call mouse_read_otp_device_flag 
-0x2be 000940 call p_mouse_device_flag_check 
-0x2bf 000941 call p_mouse_select_device_by_switch_check 
-0x2c0 000943 call p_mouse_read_otp_device_info 
-0x2c1 000944 call p_mouse_read_otp_le_addr_increase_count_info 
-0x2c2 000945 branch mouse_otp_load_app_initflag 
-:      000947 p_mouse_select_device_by_switch_check:
-0x2c3 000948 fetch mouse_flag_len ,mem_mouse_flag 
-0x2c4 000949 rtnbit0 mouse_enable_select_device_by_switch_gpio 
-0x2c5 000950 call p_mouse_check_select_device_by_switch 
-:      000951 p_mouse_device_flag_temp_store:
-0x2c6 000952 fetch 1 ,mem_device_flag 
-0x2c7 000953 store 1 ,mem_mouse_device_flag_temp 
-0x2c8 000954 rtn 
-:      000956 p_mouse_read_otp_device_info:
-0x2c9 000957 fetch mouse_flag_len ,mem_mouse_flag 
-0x2ca 000958 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_read_otp_le_device1 
-0x2cb 000959 branch mouse_read_otp_device_info 
-:      000961 p_mouse_app_initflag_check:
-0x2cc 000962 fetch 2 ,mem_store_flag 
-0x2cd 000963 arg eeprom_init_flag ,temp 
-0x2ce 000964 isub temp ,null 
-0x2cf 000965 branch p_mouse_load_device_info ,zero 
-0x2d0 000967 storet 2 ,mem_store_flag 
-0x2d1 000968 call mouse_ble_init_address 
-0x2d2 000969 fetch 1 ,mem_device_flag_temp 
-0x2d3 000970 store 1 ,mem_device_flag 
-0x2d4 000971 call mouse_load_default_dpi 
-0x2d5 000973 setarg 0x1122 
-0x2d6 000974 store 2 ,mem_random_addr_increase_count 
-:      000975 p_mouse_device_flag_temp_load:
-0x2d7 000976 fetch 1 ,mem_mouse_device_flag_temp 
-0x2d8 000977 store 1 ,mem_device_flag 
-0x2d9 000978 rtn 
-:      000980 p_mouse_device_flag_check:
-0x2da 000981 fetch 1 ,mem_device_flag 
-0x2db 000982 sub pdata ,0 ,null 
-0x2dc 000983 branch p_mouse_device_flag_temp_load ,zero 
-0x2dd 000984 sub pdata ,4 ,null 
-0x2de 000985 branch p_mouse_24g_init ,zero 
-0x2df 000986 rtn positive 
-:      000987 p_mouse_24g_init:
-0x2e0 000988 jam mode_24g_device ,mem_device_flag 
-0x2e1 000989 rtn 
-:      000991 p_mouse_read_otp_le_addr_increase_count_info:
-0x2e2 000992 fetch 1 ,mem_device_flag 
-0x2e3 000993 rtneq mode_24g_device 
-0x2e4 000994 fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
-0x2e5 000995 copy regb ,regc 
-:      000996 p_mouse_read_otp_le_addr_increase_count_loop:
-0x2e6 000997 call mouse_read_otp_le_addr_increase_count_common 
-0x2e7 000998 fetch 2 ,mem_random_addr_increase_count_temp 
-0x2e8 000999 branch p_mouse_le_addr_increase_count_load ,blank 
-0x2e9 001000 store 2 ,mem_random_addr_increase_count_last 
-0x2ea 001001 increase 2 ,regc 
-0x2eb 001002 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
-0x2ec 001003 isub regc ,null 
-0x2ed 001004 nbranch p_mouse_le_addr_increase_count_load ,positive 
-0x2ee 001005 copy regc ,regb 
-0x2ef 001006 branch p_mouse_read_otp_le_addr_increase_count_loop 
-:      001008 p_mouse_le_addr_increase_count_load:
-0x2f0 001009 fetch 2 ,mem_random_addr_increase_count_last 
-0x2f1 001010 store 2 ,mem_random_addr_increase_count 
-0x2f2 001011 rtn 
-:      001014 p_mouse_store_device_info:
-0x2f3 001015 fetch mouse_flag_len ,mem_mouse_flag 
-0x2f4 001016 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
-0x2f5 001017 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
-0x2f6 001018 bbit1 mouse_enable_otp ,p_mouse_store_otp_device_info 
-0x2f7 001019 rtn 
-:      001021 p_mouse_store_otp_device_info:
-0x2f8 001022 call p_mouse_write_otp_locall_addr 
-0x2f9 001023 call p_mouse_write_otp_device_flag 
-0x2fa 001024 branch mouse_store_otp_device_info + 1 
-:      001026 p_mouse_write_otp_locall_addr:
-0x2fb 001027 fetch 1 ,mem_device_flag 
-0x2fc 001028 rtneq mode_24g_device 
-0x2fd 001029 beq mode_bt_device1 ,p_mouse_write_otp_le_locall_addr1 
-0x2fe 001030 beq mode_bt_device2 ,p_mouse_write_otp_le_locall_addr2 
-0x2ff 001031 rtn 
-:      001033 p_mouse_write_otp_device_flag:
-0x300 001034 fetchr regb ,2 ,mem_otp_offset_device_flag 
-0x301 001035 copy regb ,regc 
-:      001036 p_mouse_write_otp_device_flag_loop:
-0x302 001037 call mouse_read_otp_device_flag_common 
-0x303 001038 fetch 1 ,mem_device_flag_temp 
-0x304 001039 branch p_mouse_device_flag_store ,blank 
-0x305 001040 store 1 ,mem_device_flag_last 
-0x306 001041 increase 1 ,regc 
-0x307 001042 fetch 2 ,mem_otp_offset_device_flag_end 
-0x308 001043 isub regc ,null 
-0x309 001044 nrtn positive 
-0x30a 001045 copy regc ,regb 
-0x30b 001046 branch p_mouse_write_otp_device_flag_loop 
-:      001048 p_mouse_device_flag_store:
-0x30c 001049 fetch 1 ,mem_device_flag_last 
-0x30d 001050 and pdata ,0xf0 ,pdata 
-0x30e 001051 branch p_mouse_device_flag_store_check ,blank 
-0x30f 001052 fetch 1 ,mem_device_flag 
-0x310 001054 call p_mouse_device_flag_otp_store_judge 
-0x311 001056 store 1 ,mem_device_flag_value 
-:      001057 p_mouse_devoce_flag_store_end:
-0x312 001058 arg 1 ,loopcnt 
-0x313 001059 copy regc ,regb 
-0x314 001060 arg mem_device_flag_value ,rega 
-0x315 001061 branch otp_write 
-:      001063 p_mouse_device_flag_store_check:
-0x316 001064 fetcht 1 ,mem_device_flag_last 
-0x317 001065 fetch 1 ,mem_device_flag 
-0x318 001066 call p_mouse_device_flag_otp_store_judge 
-0x319 001067 isub temp ,null 
-0x31a 001068 rtn zero 
-0x31b 001069 lshift4 pdata ,pdata 
-0x31c 001070 iadd temp ,pdata 
-0x31d 001071 store 1 ,mem_device_flag_value 
-0x31e 001073 copy regc ,pdata 
-0x31f 001074 fetcht 2 ,mem_otp_offset_device_flag 
-0x320 001075 isub temp ,null 
-0x321 001076 branch p_mouse_devoce_flag_store_end ,zero 
-0x322 001078 increase -1 ,regc 
-0x323 001079 branch p_mouse_devoce_flag_store_end 
-:      001081 p_mouse_device_flag_otp_store_judge:
-0x324 001082 rtnne mode_24g_device 
-0x325 001083 increase 4 ,pdata 
-0x326 001084 rtn 
-:      001088 p_mouse_write_otp_le_locall_addr1:
-0x327 001089 fetchr regb ,2 ,mem_otp_offset_le_locall_addr1 
-0x328 001090 copy regb ,regc 
-:      001091 p_mouse_write_otp_le_locall_addr1_loop:
-0x329 001092 call mouse_read_otp_le_locall_addr1_common 
-0x32a 001093 fetch 6 ,mem_mouse_le_locall_addr1_temp 
-0x32b 001094 branch p_mouse_le_local_addr1_store ,blank 
-0x32c 001095 store 6 ,mem_mouse_le_locall_addr1_last 
-0x32d 001096 increase 6 ,regc 
-0x32e 001097 fetch 2 ,mem_otp_offset_le_locall_addr1_end 
-0x32f 001098 isub regc ,null 
-0x330 001099 nrtn positive 
-0x331 001100 copy regc ,regb 
-0x332 001101 branch p_mouse_write_otp_le_locall_addr1_loop 
-:      001103 p_mouse_le_local_addr1_store:
-0x333 001104 fetch 6 ,mem_mouse_le_locall_addr1_last 
-0x334 001105 fetcht 6 ,mem_device1_locall_addr 
-0x335 001106 isub temp ,null 
-0x336 001107 rtn zero 
-0x337 001108 arg 6 ,loopcnt 
-0x338 001109 arg mem_device1_locall_addr ,rega 
-0x339 001110 copy regc ,regb 
-0x33a 001111 branch otp_write 
-:      001113 p_mouse_write_otp_le_locall_addr2:
-0x33b 001114 fetchr regb ,2 ,mem_otp_offset_le_locall_addr2 
-0x33c 001115 copy regb ,regc 
-:      001116 p_mouse_write_otp_le_locall_addr2_loop:
-0x33d 001117 call mouse_read_otp_le_locall_addr2_common 
-0x33e 001118 fetch 6 ,mem_mouse_le_locall_addr2_temp 
-0x33f 001119 branch p_mouse_le_local_addr2_store ,blank 
-0x340 001120 store 6 ,mem_mouse_le_locall_addr2_last 
-0x341 001121 increase 6 ,regc 
-0x342 001122 fetch 2 ,mem_otp_offset_le_locall_addr2_end 
-0x343 001123 isub regc ,null 
-0x344 001124 nrtn positive 
-0x345 001125 copy regc ,regb 
-0x346 001126 branch p_mouse_write_otp_le_locall_addr2_loop 
-:      001128 p_mouse_le_local_addr2_store:
-0x347 001129 fetch 6 ,mem_mouse_le_locall_addr2_last 
-0x348 001130 fetcht 6 ,mem_device2_locall_addr 
-0x349 001131 isub temp ,null 
-0x34a 001132 rtn zero 
-0x34b 001133 arg 6 ,loopcnt 
-0x34c 001134 arg mem_device2_locall_addr ,rega 
-0x34d 001135 copy regc ,regb 
-0x34e 001136 branch otp_write 
-:      001140 p_mouse_load_device_info:
-0x34f 001141 call p_mouse_le_locall_addr_init_check 
-0x350 001142 call p_mouse_select_reconn_device 
-0x351 001143 call p_mouse_otp_load_dpi 
-0x352 001144 branch mouse_load_device_info + 1 
-:      001146 p_mouse_otp_load_dpi:
-0x353 001147 fetch mouse_flag_len ,mem_mouse_flag 
-0x354 001148 rtnbit0 mouse_enable_load_and_store_dpi 
-0x355 001149 fetch 1 ,mem_mouse_dpi 
-0x356 001150 beq 0 ,mouse_otp_load_dpi 
-0x357 001151 beq 6 ,p_mouse_dpi_reinit 
-0x358 001152 rtn 
-:      001154 p_mouse_dpi_reinit:
-0x359 001155 jam mouse_dpi_level1 ,mem_mouse_dpi 
-0x35a 001156 rtn 
-:      001158 p_mouse_store_dpi_info_check:
-0x35b 001159 fetch mouse_flag_len ,mem_mouse_flag 
-0x35c 001160 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
-0x35d 001161 bbit1 mouse_enable_otp ,p_mouse_store_otp_dpi 
-0x35e 001162 rtn 
-:      001164 p_mouse_store_otp_dpi:
-0x35f 001165 fetch mouse_flag_len ,mem_mouse_flag 
-0x360 001166 rtnbit0 mouse_enable_load_and_store_dpi 
-0x361 001167 fetchr regb ,2 ,mem_otp_offset_dpi 
-0x362 001168 copy regb ,regc 
-:      001169 p_mouse_otp_store_dpi_loop:
-0x363 001170 call mouse_read_otp_dpi_common 
-0x364 001171 fetch 1 ,mem_mouse_dpi_temp 
-0x365 001172 branch p_mouse_otp_dpi_store ,blank 
-0x366 001173 store 1 ,mem_mouse_dpi_last 
-0x367 001174 increase 1 ,regc 
-0x368 001175 fetch 2 ,mem_otp_offset_dpi_end 
-0x369 001176 isub regc ,null 
-0x36a 001177 nrtn positive 
-0x36b 001178 copy regc ,regb 
-0x36c 001179 branch p_mouse_otp_store_dpi_loop 
-:      001181 p_mouse_otp_dpi_store:
-0x36d 001182 fetch 1 ,mem_mouse_dpi_last 
-0x36e 001183 and pdata ,0xf0 ,pdata 
-0x36f 001184 branch p_mouse_dpi_store_last_check ,blank 
-0x370 001185 fetch 1 ,mem_mouse_dpi 
-0x371 001187 call p_mouse_dpi_otp_store_judge 
-0x372 001189 store 1 ,mem_mouse_otp_dpi_value 
-:      001190 p_mouse_dpi_store_end:
-0x373 001191 arg 1 ,loopcnt 
-0x374 001192 copy regc ,regb 
-0x375 001193 arg mem_mouse_otp_dpi_value ,rega 
-0x376 001194 branch otp_write 
-:      001196 p_mouse_dpi_store_last_check:
-0x377 001197 fetcht 1 ,mem_mouse_dpi_last 
-0x378 001198 fetch 1 ,mem_mouse_dpi 
-0x379 001199 call p_mouse_dpi_otp_store_judge 
-0x37a 001200 isub temp ,null 
-0x37b 001201 rtn zero 
-0x37c 001202 lshift4 pdata ,pdata 
-0x37d 001203 iadd temp ,pdata 
-0x37e 001204 store 1 ,mem_mouse_otp_dpi_value 
-0x37f 001206 copy regc ,pdata 
-0x380 001207 fetcht 2 ,mem_otp_offset_dpi 
-0x381 001208 isub temp ,null 
-0x382 001209 branch p_mouse_dpi_store_end ,zero 
-0x383 001211 increase -1 ,regc 
-0x384 001212 branch p_mouse_dpi_store_end 
-:      001214 p_mouse_dpi_otp_store_judge:
-0x385 001215 rtnne mouse_dpi_level1 
-0x386 001216 increase 6 ,pdata 
-0x387 001217 rtn 
-:      001219 p_mouse_le_locall_addr_init_check:
-0x388 001220 fetch mouse_flag_len ,mem_mouse_flag 
-0x389 001221 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_le_addr1_init_check 
-0x38a 001222 fetch 1 ,mem_device_flag 
-0x38b 001223 rtneq mode_24g_device 
-0x38c 001224 beq mode_bt_device1 ,p_mouse_le_addr1_init_check 
-0x38d 001225 beq mode_bt_device2 ,p_mouse_le_addr2_init_check 
-0x38e 001226 rtn 
-:      001228 p_mouse_le_addr1_init_check:
-0x38f 001229 fetch 6 ,mem_device1_locall_addr 
-0x390 001230 fetcht 6 ,mem_mouse_compare_addr 
-0x391 001231 isub temp ,null 
-0x392 001232 nrtn zero 
-0x393 001233 fetch 6 ,mem_le_lap 
-0x394 001234 store 6 ,mem_device1_locall_addr 
-0x395 001235 rtn 
-:      001237 p_mouse_le_addr2_init_check:
-0x396 001238 fetch 6 ,mem_device1_locall_addr 
-0x397 001239 fetcht 6 ,mem_mouse_compare_addr 
-0x398 001240 isub temp ,null 
-0x399 001241 nrtn zero 
-0x39a 001242 fetch 6 ,mem_le_lap 
-0x39b 001243 add pdata ,0x0100 ,pdata 
-0x39c 001244 store 6 ,mem_device1_locall_addr 
-0x39d 001245 rtn 
-:      001247 p_mouse_buletooth_fast_conn_end:
-0x39e 001248 call p_mouse_select_reconn_device 
-0x39f 001249 branch mouse_buletooth_fast_conn_end + 2 
-:      001251 p_mouse_select_reconn_device:
-0x3a0 001252 fetch mouse_flag_len ,mem_mouse_flag 
-0x3a1 001253 bbit0 mouse_enable_otp ,mouse_select_reconn_device 
-0x3a2 001254 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_load_le_device1 
-:      001255 p_mouse_select_reconn_device_start:
-0x3a3 001256 fetch 1 ,mem_device_flag 
-0x3a4 001257 rtneq mode_24g_device 
-0x3a5 001258 beq mode_bt_device1 ,p_mouse_load_le_device1 
-0x3a6 001259 beq mode_bt_device2 ,p_mouse_load_le_device2 
-0x3a7 001260 rtn 
-:      001262 p_mouse_load_le_device1:
-0x3a8 001263 fetch 6 ,mem_device1_addr 
-0x3a9 001264 store 6 ,mem_hci_plap 
-0x3aa 001267 fetch 6 ,mem_device1_locall_addr 
-0x3ab 001268 store 6 ,mem_le_lap 
-0x3ac 001269 rtn 
-:      001271 p_mouse_load_le_device2:
-0x3ad 001272 fetch 6 ,mem_device2_addr 
-0x3ae 001273 store 6 ,mem_hci_plap 
-0x3af 001276 fetch 6 ,mem_device2_locall_addr 
-0x3b0 001277 store 6 ,mem_le_lap 
-0x3b1 001278 rtn 
-:      001280 p_mouse_store_remote_bdaddr:
-0x3b2 001281 fetch mouse_flag_len ,mem_mouse_flag 
-0x3b3 001282 rtnbit0 mouse_store_eeprom_flag 
-0x3b4 001283 bbit0 mouse_enable_otp ,mouse_store_remote_bdaddr + 1 
-0x3b5 001284 arg mouse_store_eeprom_flag ,queue 
-0x3b6 001285 call mouse_disable_function_flag 
-0x3b7 001286 call mouse_check_device_addr 
-0x3b8 001287 call p_mouse_before_store_reconn_info 
-0x3b9 001288 branch mouse_store_device_info_delay 
-:      001290 p_mouse_before_store_reconn_info:
-0x3ba 001291 fetch 1 ,mem_device_flag 
-0x3bb 001292 beq mode_bt_device1 ,p_mouse_store_le_device1 
-0x3bc 001293 beq mode_bt_device2 ,p_mouse_store_le_device2 
-0x3bd 001294 rtn 
-:      001296 p_mouse_store_le_device1:
-0x3be 001297 fetch 6 ,mem_le_plap 
-0x3bf 001298 store 6 ,mem_device1_addr 
-0x3c0 001299 fetch 6 ,mem_le_lap 
-0x3c1 001300 store 6 ,mem_device1_locall_addr 
-0x3c2 001301 rtn 
-:      001303 p_mouse_store_le_device2:
-0x3c3 001304 fetch 6 ,mem_le_plap 
-0x3c4 001305 store 6 ,mem_device2_addr 
-0x3c5 001306 fetch 6 ,mem_le_lap 
-0x3c6 001307 store 6 ,mem_device2_locall_addr 
-0x3c7 001308 rtn 
-:      001310 p_mouse_bb_event_timer:
-0x3c8 001311 call p_mouse_le_send_conn_param_update_timer 
-0x3c9 001312 call mouse_low_voltage_led_timer 
-0x3ca 001313 call mouse_adc_read 
-0x3cb 001315 call mouse_logo_led_on_timer 
-0x3cc 001316 call mouse_led_multi_timer 
-0x3cd 001317 call mouse_dpi_led_blink_delay_timer 
-0x3ce 001319 call g24_pair_timeout_timer 
-0x3cf 001320 call g24_reconn_timeout_timer 
-0x3d0 001321 call mouse_24g_long_sleep_param_update_timer 
-0x3d1 001323 call mouse_dpi_key_check_long_press 
-0x3d2 001324 call mouse_bt_discovery_check 
-0x3d3 001325 call mouse_commbination_key_process 
-0x3d4 001326 call mouse_check_discovery_timeout_timer 
-0x3d5 001328 call mouse_check_direct_timeout_timer 
-0x3d6 001329 call mouse_le_enable_att_list_timer 
-0x3d7 001330 call mouse_le_battery_updata_timer 
-0x3d8 001331 call mouse_le_send_smp_security_request_timer 
-0x3d9 001333 call mouse_check_reconnect_delay_long_sleep 
-0x3da 001334 call p_mouse_current_mult_update_timer 
-0x3db 001335 branch mouse_bb_event_timer_next 
-:      001337 p_mouse_le_send_conn_param_update_timer:
-0x3dc 001338 arg mem_mouse_le_send_conn_param_update_timer ,regc 
-0x3dd 001339 arg mouse_updata_le_param ,regb 
-0x3de 001340 branch timer_single_step 
-:      001342 p_mouse_current_mult_update_timer:
-0x3df 001343 arg mem_mouse_current_mult_timer ,regc 
-0x3e0 001344 arg p_mouse_current_mult_reinit ,regb 
-0x3e1 001345 branch timer_single_step 
-:      001346 p_mouse_current_mult_reinit:
-0x3e2 001347 fetch 1 ,mem_lpm_mult_init 
-0x3e3 001348 store 1 ,mem_lpm_mult 
-0x3e4 001349 jam 3 ,mem_mouse_long_mult_flag 
-0x3e5 001350 rtn 
-:      001352 p_mouse_start_discovery:
-0x3e6 001353 call mouse_sensor_powerdown 
-0x3e7 001354 branch mouse_start_discovery + 1 
-:      001356 p_mouse_priority_bb_event:
-0x3e8 001357 copy regc ,pdata 
-0x3e9 001358 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
-0x3ea 001359 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
-0x3eb 001360 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
-0x3ec 001361 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
-0x3ed 001362 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
-0x3ee 001363 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
-0x3ef 001364 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
-0x3f0 001365 branch mouse_priority_bb_event + 2 
-:      001367 p_mouse_le_bb_event_connected:
-0x3f1 001369 setarg 0 
-0x3f2 001370 store 4 ,mem_le_conn_first_rcv 
-0x3f3 001371 branch mouse_le_bb_event_connected 
-:      001373 p_mouse_le_ll_start_encryt:
-0x3f4 001374 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x3f5 001375 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
-0x3f6 001376 jam 20 ,mem_le_start_encrypt_timer 
-0x3f7 001377 branch p_mouse_le_ll_reconn_start_encryt_new 
-:      001378 p_mouse_le_ll_reconn_start_encryt:
-0x3f8 001379 call mouse_updata_le_param 
-0x3f9 001380 jam 5 ,mem_le_start_encrypt_timer 
-:      001381 p_mouse_le_ll_reconn_start_encryt_new:
-0x3fa 001382 fetch 1 ,mem_le_conn_rcv_new 
-0x3fb 001383 store 1 ,mem_le_conn_first_rcv 
-0x3fc 001384 branch mouse_le_ll_enable_start_enc_flag 
-:      001386 p_mouse_le_conn_param_update_rsp_recieved:
-0x3fd 001387 fetch 1 ,mem_mouse_le_send_conn_param_update 
-0x3fe 001388 nrtn blank 
-0x3ff 001389 jam 1 ,mem_mouse_le_send_conn_param_update 
-0x400 001390 jam 30 ,mem_mouse_le_send_conn_param_update_timer 
-0x401 001391 rtn 
-:      001393 p_mouse_le_bb_disconnected:
-0x402 001394 store 2 ,mem_le_battery_level_updata_timer 
-0x403 001395 jam 0 ,mem_mouse_le_bb_connected_flag 
-0x404 001396 arg le_interval_7_5ms ,temp 
-0x405 001397 fetch mouse_flag_len ,mem_mouse_flag 
-0x406 001398 bbit1 mouse_enable_bt_125hz ,p_mouse_le_bb_disconnected_next 
-0x407 001399 arg le_interval_8_75ms ,temp 
-:      001400 p_mouse_le_bb_disconnected_next:
-0x408 001401 storet 2 ,mem_le_interval_min 
-0x409 001402 storet 2 ,mem_le_interval_min + 2 
-0x40a 001403 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0x40b 001404 jam 0 ,mem_mouse_clear_sensor_data_flag 
-0x40c 001405 call le_clr_config_more_data 
-0x40d 001406 branch p_mouse_bb_disconnected 
-:      001407 p_mouse_bb_disconnected:
-0x40e 001408 call mouse_bb_discon_clear_stack 
-0x40f 001409 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x410 001410 bbit1 app_disc_ble ,p_mouse4_0_event_bb_disconn 
-0x411 001411 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x412 001412 branch mouse_start_discovery 
-:      001413 p_mouse4_0_event_bb_disconn:
-0x413 001414 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x414 001415 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x415 001416 fetch 1 ,mem_le_connect_status_flag 
-0x416 001417 and pdata ,0x03 ,pdata 
-0x417 001418 call mouse_le_clean_connect_flag 
-0x418 001419 bne 0x03 ,mouse_start_reconnect 
-0x419 001420 fetch 1 ,mem_le_check_retransmit_discon_flag 
-0x41a 001421 nbranch mouse_start_reconnect ,blank 
-0x41b 001422 branch mouse_app_enter_hibernate 
-:      001424 p_mouse_24g_attempt_success:
-0x41c 001425 fetch 4 ,mem_24g_addr 
-0x41d 001426 store 4 ,mem_24g_receiver_addr 
-0x41e 001427 store 4 ,mem_mouse_24g_addr 
-0x41f 001428 call g24_ch_syncword_crc8_init 
-0x420 001429 call mouse_no_data_timer_init 
-0x421 001430 call mouse_device_poweron_led_config 
-0x422 001431 call mouse_init_sensor_reset 
-0x423 001432 jam 0 ,mem_mouse_long_mult_flag 
-0x424 001433 jam 0 ,mem_24g_conn_sm 
-0x425 001434 jam 0 ,mem_24g_reconn_type 
-0x426 001435 fetch 4 ,mem_24g_receiver_addr 
-0x427 001436 fetcht 4 ,mem_24g_fast_conn_addr 
-0x428 001437 isub temp ,null 
-0x429 001438 rtn zero 
-0x42a 001439 call mouse_soft_agc_disable 
-0x42b 001440 call p_mouse_fetch_normal_tx_power 
-0x42c 001441 branch mouse_24g_first_store_reconn_info 
-:      001443 p_mouse_24g_pairing_complete:
-0x42d 001444 call mouse_soft_agc_disable 
-0x42e 001445 call p_mouse_fetch_normal_tx_power 
-0x42f 001446 branch mouse_24g_pairing_complete 
-:      001448 p_mouse_24g_attempt_fail:
-0x430 001449 call mouse_soft_agc_disable 
-0x431 001450 call p_mouse_fetch_normal_tx_power 
-0x432 001451 fetch 1 ,mem_mouse_dpi_button_state 
-0x433 001452 rtneq dpi_button_state_down 
-0x434 001453 fetch 1 ,mem_24g_attempt_fail_flag 
-0x435 001454 nbranch mouse_24g_hibernate_set ,blank 
-0x436 001455 fetch 1 ,mem_24g_reconn_type 
-0x437 001456 beq pair_and_3_0_addr ,p_mouse_24g_auto_pair_attempt_fail 
-0x438 001457 branch mouse_24g_attempt_fail + 2 
+0x27 000077 beq patch22_4 ,p_le_slave_match 
+0x28 000078 beq patch23_2 ,p_le_got_first_packet 
+0x29 000079 beq patch24_5 ,p_le_rx_dec 
+0x2a 000080 beq patch24_6 ,p_le_rx_nopayload 
+0x2b 000081 beq patch27_1 ,p_le_parse 
+0x2c 000082 beq patch27_2 ,p_le_parse_l2cap 
+0x2d 000083 beq patch29_4 ,p_le_adv_not_match 
+0x2e 000084 beq patch29_5 ,p_le_init_adv 
+0x2f 000085 beq patch32_0 ,p_g24_reconn_dispatch 
+0x30 000086 beq patch32_6 ,p_g24_short_sleep 
+0x31 000087 beq patch33_2 ,p_mouse_g24_retransmit 
+0x32 000088 beq patch33_5 ,p_g24_transmit_hop_process 
+0x33 000089 beq patch33_7 ,p_power_ctrl_start 
+0x34 000090 rtneq patch3f_7 
+0x35 000091 branch assert 
+:      000095 p_mouse_sensor_set_angle:
+0x36 000096 fetch 1 ,mem_sensor_angle_default 
+0x37 000097 store 1 ,mem_config_sensor_angle 
+0x38 000098 fetch 1 ,mem_select_sensor_angle_gpio 
+0x39 000099 rtneq gpio_disable 
+0x3a 000100 call lpm_write_ice_disable 
+0x3b 000101 fetch 1 ,mem_select_sensor_angle_gpio 
+0x3c 000102 arg gpcfg_output_low ,temp 
+0x3d 000103 call gpio_config_function_int 
+0x3e 000104 fetch 1 ,mem_mouse_reuse_2ice_gpio 
+0x3f 000105 arg gpcfg_output_low ,temp 
+0x40 000106 call gpio_config_function_int 
+0x41 000107 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0x42 000108 call mouse_gpio_config_input_pu 
+0x43 000109 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0x44 000110 call gpio_get_bit 
+0x45 000111 call mouse_sensor_switch_angle ,true 
+0x46 000112 call mouse_gpio_config_input_pd 
+0x47 000113 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0x48 000114 call gpio_config_input 
+0x49 000115 call lpm_write_ice_enable 
+:      000116 p_ice_gpio_set_float:
+0x4a 000117 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x4b 000118 call gpio_set_high_impedance 
+0x4c 000119 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+0x4d 000120 branch gpio_set_high_impedance 
+:      000122 p_main_loop:
+0x4e 000123 call sp_calc_sequence_256 
+0x4f 000124 call sp_calc_sequence_256_check 
+0x50 000125 call le_advertising_dispatch 
+0x51 000126 call idle_dispatch 
+0x52 000127 call app_process_idle 
+0x53 000128 call connection_dispatch 
+0x54 000129 call g24_dispatch 
+0x55 000130 call lpm_dispatch 
+0x56 000131 branch p_main_loop 
+:      000133 p_shutdown_radio:
+0x57 000134 jam 0 ,0x8900 
+0x58 000135 branch shutdown_radio + 1 
+:      000137 p_set_sync_on:
+0x59 000138 jam 0x60 ,0x8a0f 
+0x5a 000139 jam 0xaa ,0x8a10 
+0x5b 000140 jam 0x7a ,0x8a12 
+0x5c 000141 jam 0x00 ,0x8a25 
+0x5d 000142 jam 0x00 ,0x8a26 
+0x5e 000143 nop 60 
+0x5f 000144 jam 0x20 ,0x8a20 
+0x60 000145 jam 0xf5 ,0x8a23 
+0x61 000146 jam 0x12 ,0x8a24 
+0x62 000147 jam 0x10 ,0x8a24 
+0x63 000148 nop 60 
+0x64 000149 jam 0x60 ,0x8a12 
+0x65 000150 jam 0xdd ,0x8a23 
+0x66 000151 rtn 
+:      000153 p_initialize_radio_cont:
+0x67 000154 jam 0 ,mem_le_testtype 
+0x68 000155 jam 0 ,mem_cmd_le_create_conn 
+0x69 000156 until null ,lpo_edge 
+0x6a 000158 jam 0x0d ,0x8946 
+0x6b 000159 jam 0x10 ,0x896f 
+0x6c 000161 jam 0x10 ,0x8a06 
+0x6d 000162 jam 0x4a ,0x8a84 
+0x6e 000163 jam 0x40 ,0x8a85 
+0x6f 000164 jam 0xfe ,0x8a16 
+0x70 000165 call p_set_otp_config 
+0x71 000168 call wdt_set_disable 
+0x72 000170 until null ,lpo_edge 
+0x73 000171 jam 0x5f ,0x813b 
+0x74 000172 until null ,lpo_edge 
+0x75 000173 jam 0x88 ,0x813c 
+0x76 000174 until null ,lpo_edge 
+0x77 000175 fetch 1 ,mem_fcomp_div 
+0x78 000176 beq xtal_16m ,p_initialize_radio_16m 
+0x79 000177 fetch 1 ,mem_ring_ibias_trim 
+0x7a 000178 or_into 0x04 ,pdata 
+0x7b 000179 store 1 ,0x8a02 
+0x7c 000180 jam 0x01 ,0x890f 
+0x7d 000181 jam 0x24 ,0x8a80 
+0x7e 000182 jam 0x62 ,0x8a81 
+0x7f 000183 setarg 0xe61212 
+0x80 000184 store 3 ,0x8a73 
+:      000185 p_initialize_radio2:
+0x81 000186 jam 0x60 ,0x8a86 
+0x82 000187 jam 0x3b ,0x8a8b 
+0x83 000188 call p_dpll_on 
+0x84 000189 jam 0 ,core_config 
+0x85 000190 jam clksel_dpll ,core_clksel 
+0x86 000191 setarg 0x557474 
+0x87 000192 store 3 ,0x8968 
+0x88 000193 jam 0x6e ,0x8960 
+0x89 000194 call p_rx_dcoc 
+0x8a 000195 call p_rfpll_aac_ghpc 
+0x8b 000196 call p_set_xtal_cap 
+0x8c 000197 jam system_clk_12m ,mem_system_clk 
+0x8d 000198 branch sadc_calibration 
+:      000200 p_set_xtal_cap:
+0x8e 000201 rtn wake 
+0x8f 000202 until null ,lpo_edge 
+0x90 000203 fetch 1 ,mem_xtal_c_sel 
+0x91 000204 store 1 ,core_xtal_cap 
+0x92 000205 until null ,lpo_edge 
+0x93 000206 rtn 
+:      000208 p_dpll_on:
+0x94 000209 fetch 1 ,mem_fcomp_div 
+0x95 000210 beq xtal_24m ,p_dpll_on_24m 
+0x96 000211 fetch 1 ,mem_ring_ibias_trim 
+0x97 000212 or_into 0x06 ,pdata 
+0x98 000213 store 1 ,0x8a02 
+0x99 000214 jam 0xe0 ,0x8a05 
+:      000215 p_dpll_on_24m:
+0x9a 000216 jam 0xd8 ,0x8a00 
+0x9b 000217 nop 60 
+0x9c 000218 jam 0xa0 ,0x8a01 
+0x9d 000219 jam 0xdf ,0x8a00 
+0x9e 000220 jam 0xfa ,0x8a01 
+0x9f 000221 nop 20 
+0xa0 000222 jam 0x9f ,0x8a00 
+0xa1 000223 rtn 
+:      000225 p_initialize_radio_16m:
+0xa2 000226 fetch 1 ,mem_ring_ibias_trim 
+0xa3 000227 or_into 0x06 ,pdata 
+0xa4 000228 store 1 ,0x8a02 
+0xa5 000229 jam 0x00 ,0x890f 
+0xa6 000230 jam 0x23 ,0x8a80 
+0xa7 000231 jam 0xb0 ,0x8a81 
+0xa8 000232 setarg 0xe40909 
+0xa9 000233 store 3 ,0x8a73 
+0xaa 000234 jam 0x2a ,0x8a76 
+0xab 000235 jam 0x04 ,0x8902 
+0xac 000236 branch p_initialize_radio2 
+:      000238 p_set_otp_config:
+0xad 000239 branch p_set_otp_config_wake ,wake 
+0xae 000240 fetch 4 ,mem_otp_core_ldo 
+0xaf 000241 rtn blank 
+0xb0 000242 until null ,lpo_edge 
+0xb1 000243 fetch 1 ,0x8136 
+0xb2 000244 and pdata ,0xf0 ,pdata 
+0xb3 000245 fetcht 1 ,mem_otp_core_ldo 
+0xb4 000246 ior temp ,pdata 
+0xb5 000247 increase -3 ,pdata 
+0xb6 000248 store 1 ,0x8136 
+0xb7 000249 until null ,lpo_edge 
+0xb8 000251 fetch 1 ,0x8138 
+0xb9 000252 and pdata ,0x7 ,pdata 
+0xba 000253 fetcht 1 ,mem_otp_verf_bg 
+0xbb 000254 lshift3 temp ,temp 
+0xbc 000255 ior temp ,pdata 
+0xbd 000256 store 1 ,0x8138 
+0xbe 000257 until null ,lpo_edge 
+:      000259 p_set_otp_config_wake:
+0xbf 000260 fetch 2 ,mem_otp_charge_pump_x 
+0xc0 000261 rtn blank 
+0xc1 000262 store 2 ,mem_otp_charge_pump 
+:      000263 p_set_otp_config2:
+0xc2 000264 fetch 1 ,0x8acb 
+0xc3 000265 and pdata ,0xf0 ,pdata 
+0xc4 000266 fetcht 1 ,mem_otp_charge_pump 
+0xc5 000267 storet 1 ,mem_otp_charge_pump_x 
+0xc6 000268 ior temp ,pdata 
+0xc7 000269 store 1 ,0x8acb 
+0xc8 000271 fetch 1 ,mem_otp_dpll_ibais 
+0xc9 000272 store 1 ,mem_otp_dpll_ibais_x 
+0xca 000273 isolate1 3 ,pdata 
+0xcb 000274 fetch 1 ,0x8a06 
+0xcc 000275 setflag true ,7 ,pdata 
+0xcd 000276 store 1 ,0x8a06 
+0xce 000278 fetch 1 ,mem_otp_dpll_ibais 
+0xcf 000279 and pdata ,7 ,temp 
+0xd0 000280 lshift4 temp ,temp 
+0xd1 000281 lshift temp ,temp 
+0xd2 000282 storet 1 ,mem_ring_ibias_trim 
+0xd3 000283 fetch 1 ,0x8a02 
+0xd4 000284 and pdata ,0x1f ,pdata 
+0xd5 000285 ior temp ,pdata 
+0xd6 000286 store 1 ,0x8a02 
+0xd7 000287 rtn 
+:      000289 p_rf_rx_enable:
+0xd8 000290 call rf_debug_rx_gpio_high 
+0xd9 000291 call rf_rx_agc_set 
+0xda 000292 force 8 ,radio_ctrl 
+0xdb 000293 force 0 ,radio_ctrl 
+0xdc 000295 setarg 0x0aaada 
+0xdd 000296 store 3 ,0x8a0f 
+0xde 000297 jam 0x40 ,0x8a25 
+0xdf 000298 jam 0x10 ,0x8a26 
+0xe0 000299 nop 60 
+0xe1 000300 jam 0xfb ,0x8a01 
+0xe2 000301 jam 0xff ,0x8a25 
+0xe3 000302 jam 0x30 ,0x8a26 
+0xe4 000303 jam 0xfe ,0x8a16 
+0xe5 000304 branch rf_rx_enable + 14 
+:      000306 p_mouse_g24_retransmit:
+0xe6 000307 fetch 1 ,mem_mouse_need_soft_reset 
+0xe7 000308 nrtn blank 
+0xe8 000309 call p_mouse_retransmit_select_device_by_pb_button 
+0xe9 000310 branch mouse_g24_retransmit + 3 
+:      000312 p_mouse_retransmit_select_device_by_pb_button:
+0xea 000313 fetch 1 ,mem_config_select_device_button_gpio 
+0xeb 000314 rtneq gpio_disable 
+0xec 000315 branch mouse_retransmit_select_device_by_pb_button 
+:      000317 p_g24_transmit_hop_process:
+0xed 000318 fetcht 1 ,mem_24g_retry 
+0xee 000319 fetch 1 ,mem_24g_fast_hop_count 
+0xef 000320 isub temp ,null 
+0xf0 000321 nbranch p_g24_tx_fast_hop ,positive 
+0xf1 000322 branch g24_transmit_hop_process + 5 
+:      000324 p_g24_tx_fast_hop:
+0xf2 000325 fetch 4 ,mem_24g_addr 
+0xf3 000326 fetcht 4 ,mem_24g_fast_conn_addr 
+0xf4 000327 isub temp ,null 
+0xf5 000328 branch g24_ch ,zero 
+0xf6 000329 call p_power_ctrl_txpower_incrs 
+0xf7 000330 branch g24_tx_fast_hop + 1 
+:      000332 p_txon:
+0xf8 000333 setarg 0x0aaa7e 
+0xf9 000334 store 3 ,0x8a0f 
+0xfa 000335 nop 60 
+0xfb 000336 jam 0x00 ,0x8a25 
+0xfc 000337 jam 0x0d ,0x8a26 
+0xfd 000338 jam 0xf6 ,0x8a16 
+0xfe 000339 branch txon + 7 
+:      000341 p_set_tx_power:
+0xff 000342 fetch 1 ,mem_last_freq 
+0x100 000343 beq 22 ,set_tx_power_f5db 
+0x101 000344 beq 46 ,set_tx_power_f5db 
+0x102 000345 beq 70 ,set_tx_power_f5db 
+0x103 000346 fetch 1 ,mem_tx_power 
+0x104 000347 beq tx_power_6db ,set_tx_power_5db 
+0x105 000352 beq tx_power_factory ,p_set_tx_power_factory 
+0x106 000353 branch set_tx_power + 2 
+:      000355 p_set_tx_power_10db:
+0x107 000356 jam 0x25 ,0x8a14 
+0x108 000357 setarg 0xa93f3f 
+0x109 000358 store 3 ,0x8a60 
+0x10a 000359 jam 0x1f ,0x8a63 
+0x10b 000360 rtn 
+:      000362 p_set_tx_power_factory:
+0x10c 000363 jam 0x17 ,0x8a14 
+0x10d 000364 fetch 3 ,mem_tx_power_factory_param_new 
+0x10e 000365 store 3 ,0x8a60 
+0x10f 000366 branch set_tx_power_8a63_28 
+:      000368 p_set_tx_power_f30db:
+0x110 000369 jam 0x17 ,0x8a14 
+0x111 000370 setarg 0x250300 
+0x112 000371 store 3 ,0x8a60 
+0x113 000372 branch set_tx_power_8a63_28 
+:      000374 p_rx_dcoc:
+0x114 000375 rtn wake 
+0x115 000376 call set_sync_on 
+0x116 000377 arg 39 ,temp 
+0x117 000378 call set_freq_rx 
+0x118 000379 call rf_rx_enable 
+0x119 000380 jam 0x7f ,0x8a25 
+0x11a 000381 jam 0x1a ,0x8a30 
+0x11b 000382 jam 0x78 ,0x8a31 
+0x11c 000383 jam 0xb2 ,0x8a8f 
+0x11d 000384 jam 0 ,0x8ac2 
+0x11e 000385 jam 0 ,0x8ac3 
+0x11f 000386 arg 6 ,queue 
+0x120 000387 call p_rx_dcoc_avg 
+0x121 000388 isolate1 13 ,rega 
+0x122 000389 call qset_start 
+0x123 000390 isolate1 13 ,regb 
+0x124 000391 call qset_p 
+0x125 000392 arg 5 ,queue 
+:      000393 p_rx_dcoc_loop2:
+0x126 000394 call qset1_p 
+0x127 000395 call qset_p 
+0x128 000396 call p_rx_dcoc_avg 
+0x129 000397 arg 0x8ac2 ,contw 
+0x12a 000398 rshift4 rega ,pdata 
+0x12b 000399 call qsetxor 
+0x12c 000400 rshift4 regb ,pdata 
+0x12d 000401 call qsetxor 
+0x12e 000402 increase -1 ,queue 
+0x12f 000403 branch p_rx_dcoc_loop2 ,positive 
+0x130 000404 branch rx_dcoc_loop2 + 10 
+:      000406 p_rx_dcoc_avg:
+0x131 000407 nop 60 
+0x132 000408 setarg mem_dcoc_buf 
+0x133 000409 store 2 ,0x8982 
+0x134 000410 setarg mem_dcoc_buf_end 
+0x135 000411 store 2 ,0x8984 
+0x136 000412 jam 0x9 ,0x8981 
+0x137 000413 jam 0x3 ,0x8981 
+0x138 000414 jam 0x6 ,0x8980 
+0x139 000415 nop 60 
+0x13a 000416 arg 0 ,rega 
+0x13b 000417 arg 0 ,regb 
+0x13c 000418 arg 16 ,loopcnt 
+0x13d 000419 arg mem_dcoc_buf ,contr 
+0x13e 000420 branch rx_dcoc_loop 
+:      000422 p_rfpll_aac_ghpc:
+0x13f 000423 rtn wake 
+0x140 000424 branch rfpll_aac_ghpc + 1 
+:      000426 p_sadc_calibration:
+0x141 000427 rtn wake 
+0x142 000428 jam 0x77 ,core_gpadc_ctrl 
+0x143 000429 jam 0xc9 ,core_gpadc_cfg0 
+0x144 000430 jam 0x01 ,core_gpadc_cfg3 
+0x145 000431 fetch 1 ,mem_adc_clkdiv 
+0x146 000432 store 1 ,core_sadc_clkdiv 
+0x147 000433 nop 3000 
+0x148 000434 call p_sadc_read 
+0x149 000435 jam 0xc1 ,core_gpadc_cfg0 
+0x14a 000436 fetchr regb ,1 ,mem_spi_write_addr 
+0x14b 000437 arg 8 ,loopcnt 
+0x14c 000438 call sadc_cal_read + 1 
+0x14d 000439 fetch 1 ,mem_spi_write_addr 
+0x14e 000440 store 1 ,mem_adc_cal_c7 
+0x14f 000441 storer regb ,1 ,mem_spi_write_addr 
+0x150 000442 rtn 
+:      000445 p_sadc_read:
+0x151 000446 jam 0x03 ,core_sadc_ctrl 
+:      000447 p_sadc_read_wait:
+0x152 000448 fetch 1 ,core_perf_status 
+0x153 000449 bbit0 saradc_done ,p_sadc_read_wait 
+0x154 000450 fetcht 2 ,core_sadc_data 
+0x155 000451 storet 2 ,mem_adc_current_value 
+0x156 000452 jam 0x00 ,core_sadc_ctrl 
+0x157 000453 rtn 
+:      000456 p_set_lemode:
+0x158 000457 jam 0x11 ,0x8a82 
+0x159 000458 jam 0x12 ,0x8a8d 
+0x15a 000459 jam 0x0a ,0x8a8e 
+0x15b 000460 fetch 1 ,mem_fcomp_div 
+0x15c 000461 beq xtal_16m ,p_set_lemode_2m_16m 
+0x15d 000462 setarg 0x5762 
+0x15e 000463 store 2 ,0x8907 
+:      000464 p_set_lemode_2m:
+0x15f 000465 jam 3 ,0x8901 
+0x160 000466 jam 3 ,0x8930 
+0x161 000467 rtnmark1 mark_ble_2m 
+0x162 000468 jam 1 ,0x8901 
+0x163 000469 jam 0x07 ,0x8a82 
+0x164 000470 jam 0x44 ,0x8a8d 
+0x165 000471 jam 0x0a ,0x8a8e 
+0x166 000472 fetch 1 ,mem_fcomp_div 
+0x167 000473 beq xtal_16m ,p_set_lemode_1m_16m 
+0x168 000474 setarg 0x2bb1 
+0x169 000475 store 2 ,0x8907 
+:      000476 p_set_lemode_1m:
+0x16a 000477 rtnmark0 mark_ble_lr 
+0x16b 000478 jam 0x24 ,0x8930 
+0x16c 000479 jam 5 ,0x8901 
+0x16d 000480 rtn 
+:      000482 p_set_lemode_1m_16m:
+0x16e 000483 setarg 0x4189 
+0x16f 000484 store 2 ,0x8907 
+0x170 000485 branch p_set_lemode_1m 
+:      000487 p_set_lemode_2m_16m:
+0x171 000488 setarg 0x8312 
+0x172 000489 store 2 ,0x8907 
+0x173 000490 branch p_set_lemode_2m 
+:      000491 p_le_check_retransmit_timesout:
+0x174 000492 fetch 1 ,mem_le_conn_rcv_new 
+0x175 000493 arg 256 ,regc 
+0x176 000494 iadd regc ,pdata 
+0x177 000495 rtn 
+:      000496 p_le_got_first_packet:
+0x178 000497 branch p_le_got_first_packet_new 
+:      000498 p_le_slave_match:
+0x179 000499 call p_le_check_retransmit 
+0x17a 000500 branch le_slave_match + 1 
+:      000501 p_le_check_retransmit:
+0x17b 000502 fetch 1 ,mem_le_conn_first_rcv 
+0x17c 000503 rtn blank 
+0x17d 000504 fetch 1 ,mem_le_check_retransmit_flag 
+0x17e 000505 nrtn blank 
+0x17f 000506 fetcht 1 ,mem_le_conn_first_rcv 
+0x180 000507 fetch 1 ,mem_le_conn_rcv_new 
+0x181 000508 isub temp ,null 
+0x182 000509 ncall p_le_check_retransmit_timesout ,positive 
+0x183 000510 isub temp ,pdata 
+0x184 000511 sub pdata ,100 ,null 
+0x185 000512 branch p_le_check_retransmit_count ,positive 
+0x186 000513 fetch 1 ,mem_le_retransmit_cnt 
+0x187 000514 sub pdata ,20 ,null 
+0x188 000515 ncall p_app_ble_disconnect ,positive 
+0x189 000516 jam 1 ,mem_le_check_retransmit_flag 
+0x18a 000517 rtn 
+:      000518 p_app_ble_disconnect:
+0x18b 000519 jam 1 ,mem_le_check_retransmit_discon_flag 
+0x18c 000520 branch app_ble_disconnect 
+:      000521 p_le_check_retransmit_count:
+0x18d 000522 fetcht 1 ,mem_le_arq 
+0x18e 000523 fetch 1 ,mem_le_rxbuf_data_header 
+0x18f 000524 rshift pdata ,pdata 
+0x190 000525 ixor temp ,pdata 
+0x191 000526 isolate1 nesn ,pdata 
+0x192 000527 setarg 0 
+0x193 000528 fetcht 1 ,mem_le_retransmit_cnt 
+0x194 000529 setflag true ,0 ,pdata 
+0x195 000530 iadd temp ,temp 
+0x196 000531 storet 1 ,mem_le_retransmit_cnt 
+0x197 000532 rtn 
+:      000533 p_le_got_first_packet_new:
+0x198 000534 fetch 1 ,mem_le_conn_rcv 
+0x199 000535 increase 1 ,pdata 
+0x19a 000536 store 1 ,mem_le_conn_rcv 
+0x19b 000537 nbranch p_le_got_first_packet_new + 7 ,match 
+0x19c 000538 fetch 1 ,mem_le_conn_rcv_new 
+0x19d 000539 increase 1 ,pdata 
+0x19e 000540 store 1 ,mem_le_conn_rcv_new 
+0x19f 000541 fetch 1 ,mem_le_state 
+0x1a0 000542 rtnbit1 lestate_got_first_packet 
+0x1a1 000543 set1 lestate_got_first_packet ,pdata 
+0x1a2 000544 store 1 ,mem_le_state 
+0x1a3 000545 fetch 2 ,mem_le_init_superto 
+0x1a4 000546 store 2 ,mem_le_superto 
+0x1a5 000547 setarg 0 
+0x1a6 000548 store 4 ,mem_le_transmit_window 
+0x1a7 000549 rtn 
+:      000551 p_le_rx_dec:
+0x1a8 000552 call le_check_retransmit 
+0x1a9 000553 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+0x1aa 000554 increase -4 ,rega 
+0x1ab 000555 nbranch le_crc_fail_consecutive ,positive 
+0x1ac 000556 branch le_rx_dec + 6 
+:      000558 p_le_rx_nopayload:
+0x1ad 000559 parse demod ,bucket ,24 
+0x1ae 000560 rshift32 pdata ,pdata 
+0x1af 000561 rshift16 pdata ,pdata 
+0x1b0 000562 istore 3 ,contw 
+0x1b1 000563 enable swfine 
+0x1b2 000564 call le_set_until_tx_timer 
+0x1b3 000565 branch le_crc_fail ,crc_failed 
+0x1b4 000566 bmark0 mark_ble_encryption ,le_rx_match 
+0x1b5 000567 fetch 1 ,mem_le_rxbuf_data_length 
+0x1b6 000568 branch le_rx_match ,blank 
+0x1b7 000569 increase -4 ,pdata 
+0x1b8 000570 store 1 ,mem_le_rxbuf_data_length 
+0x1b9 000571 call wait_ccm_done 
+0x1ba 000572 fetch 1 ,core_misc_status 
+0x1bb 000573 bbit0 7 ,le_crc_fail_consecutive 
+0x1bc 000574 force regidx_result ,regext_index 
+0x1bd 000575 storer regext ,4 ,mem_le_peer_mic 
+0x1be 000576 branch le_rx_match 
+:      000578 p_le_parse:
+0x1bf 000579 fetch 1 ,mem_le_packet_llid 
+0x1c0 000580 rtneq llid_reserved 
+0x1c1 000581 beq llid_le_ll ,le_parse_ll 
+0x1c2 000582 branch le_parse_l2cap 
+:      000584 p_le_init_adv:
+0x1c3 000585 set0 mark_ble_crc_fail ,mark 
+0x1c4 000586 branch le_init_adv + 1 
+:      000588 p_le_adv_not_match:
+0x1c5 000589 call shutdown_radio 
+0x1c6 000590 jam 0 ,0x8900 
+0x1c7 000591 set0 mark_ble_crc_fail ,mark 
+0x1c8 000592 branch le_adv_not_match + 1 
+:      000594 p_le_parse_l2cap:
+0x1c9 000595 ifetch 2 ,contr 
+0x1ca 000596 beq le_l2cap_cid_att ,p_le_parse_att 
+0x1cb 000597 branch le_parse_l2cap_next + 2 
+:      000598 p_le_parse_att:
+0x1cc 000599 ifetch 3 ,contr 
+0x1cd 000600 store 3 ,mem_le_att_opcode 
+0x1ce 000601 beq attop_read_request ,p_le_parse_att_read_request 
+0x1cf 000602 beq attop_write_request ,p_le_parse_att_write_request 
+0x1d0 000603 branch le_parse_att2 
+:      000605 p_le_parse_att_read_request:
+0x1d1 000606 fetch mouse_flag_len ,mem_mouse_flag 
+0x1d2 000607 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
+0x1d3 000608 call le_check_encrypt_state 
+0x1d4 000609 fetcht 2 ,mem_le_att_handle 
+0x1d5 000610 fetch 1 ,mem_le_configuration 
+0x1d6 000611 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
+:      000613 p_le_send_att_read_response:
+0x1d7 000614 fetch 2 ,mem_le_att_handle 
+0x1d8 000615 beq 0x30 ,le_send_att_error_response_notfound 
+0x1d9 000616 fetcht 2 ,mem_le_att_handle 
+0x1da 000617 branch le_send_att_read_response 
+:      000619 p_le_send_att_read_response_check_auth:
+0x1db 000620 fetch 2 ,mem_le_pairing_handle 
+0x1dc 000621 isub temp ,null 
+0x1dd 000622 nbranch p_le_send_att_read_response ,zero 
+0x1de 000623 nbranch p_le_send_att_read_response ,user 
+0x1df 000624 branch le_send_att_read_response_error_insufficient_auth 
+:      000626 p_le_parse_att_write_request:
+0x1e0 000627 copy contr ,rega 
+0x1e1 000628 fetch 2 ,mem_le_l2cap_size 
+0x1e2 000629 add pdata ,-3 ,regb 
+0x1e3 000630 call le_writeatt_cb 
+0x1e4 000631 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x1e5 000632 beq 0xff ,le_send_att_write_response_check_auth 
+0x1e6 000633 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x1e7 000634 branch le_send_att_write_response_check_auth ,blank 
+0x1e8 000635 fetch 1 ,mem_le_connect_status_flag 
+0x1e9 000636 bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
+0x1ea 000637 setarg 0x001a 
+0x1eb 000638 fetcht 2 ,mem_le_att_handle 
+0x1ec 000639 isub temp ,null 
+0x1ed 000640 nbranch le_send_att_write_response_check_auth ,zero 
+0x1ee 000641 branch le_send_att_read_response_error_insufficient_auth 
+:      000644 p_mouse_le:
+0x1ef 000645 call le_fifo_check_nearly_full 
+0x1f0 000646 nrtn blank 
+0x1f1 000647 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x1f2 000648 beq 0xff ,p_mouse_le_next 
+0x1f3 000649 fetch 1 ,mem_le_connect_status_flag 
+0x1f4 000650 and pdata ,0x03 ,pdata 
+0x1f5 000651 rtnne 0x03 
+0x1f6 000652 fetch 1 ,mem_le_check_retransmit_flag 
+0x1f7 000653 rtn blank 
+0x1f8 000654 fetch 1 ,mem_le_check_retransmit_discon_flag 
+0x1f9 000655 nrtn blank 
+:      000656 p_mouse_le_next:
+0x1fa 000657 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x1fb 000658 call mouse_clear_sensor_data_by_reset ,blank 
+0x1fc 000659 fetch mouse_flag_len ,mem_mouse_flag 
+0x1fd 000660 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+0x1fe 000661 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+0x1ff 000662 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x200 000663 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+0x201 000664 call mouse_motion 
+0x202 000665 call mouse_check_125hz 
+0x203 000666 nrtn user 
+0x204 000667 call mouse_current_mult_update 
+0x205 000668 call p_mouse_data_xy_release 
+0x206 000669 branch mouse_le_next + 12 
+:      000671 p_gpio_set_wake:
+0x207 000672 sub temp ,ui_button_gpio_disable ,null 
+0x208 000673 rtn zero 
+0x209 000674 arg 4 ,debug 
+0x20a 000675 isolate1 gpio_active_bit ,temp 
+0x20b 000676 branch gpio_set_wake_high ,true 
+0x20c 000677 arg 3 ,debug 
+0x20d 000678 branch gpio_set_wake_high 
+:      000680 p_gpio_set_wake_by_current_state:
+0x20e 000681 sub temp ,gpio_disable ,null 
+0x20f 000682 rtn zero 
+0x210 000683 storet 1 ,mem_mouse_wheel_temp_gpio 
+0x211 000684 call gpio_get_bit 
+0x212 000685 branch p_gpio_set_qdec_mode ,true 
+:      000686 p_gpio_set_low_wake_disable_qdec:
+0x213 000687 fetcht 1 ,mem_mouse_wheel_temp_gpio 
+0x214 000688 call gpio_set_high_impedance 
+0x215 000689 fetcht 1 ,mem_mouse_wheel_temp_gpio 
+:      000690 p_gpio_set_low_wake:
+0x216 000691 arg 3 ,debug 
+0x217 000692 branch gpio_set_wake_high 
+:      000694 p_gpio_set_qdec_mode:
+0x218 000695 jam 1 ,mem_mouse_qdec_set_flag 
+0x219 000696 fetcht 1 ,mem_mouse_wheel_temp_gpio 
+0x21a 000697 call gpio_set_high_impedance 
+0x21b 000698 fetcht 1 ,mem_mouse_wheel_temp_gpio 
+:      000699 p_mouse_qdec_lpm_cfg:
+0x21c 000700 arg 6 ,debug 
+0x21d 000701 branch gpio_set_wake_high 
+:      000703 p_mouse_puchk_disable:
+0x21e 000704 setarg 0x10 
+:      000705 p_mouse_puchk_set:
+0x21f 000706 store 1 ,core_puwakeup 
+0x220 000707 until null ,lpo_edge 
+0x221 000708 rtn 
+:      000710 p_mouse_puchk_enable:
+0x222 000711 setarg 0x80 
+0x223 000712 branch p_mouse_puchk_set 
+:      000714 p_mouse_lpm_before_common:
+0x224 000715 call p_clear_wake 
+0x225 000716 jam 0 ,mem_mouse_qdec_set_flag 
+0x226 000717 branch mouse_lpm_before_common + 1 
+:      000719 p_lpm_sleep:
+0x227 000721 fetch 2 ,mem_cb_before_lpm_sleep 
+0x228 000722 call callback_func 
+:      000723 p_lpm_sleep_skip_cb_function:
+0x229 000724 fetch 4 ,mem_sleep_counter_all 
+0x22a 000725 iadd temp ,pdata 
+0x22b 000726 store 4 ,mem_sleep_counter_all 
+0x22c 000727 call p_lpm_save_context 
+0x22d 000728 call p_mouse_puchk_set_check 
+0x22e 000729 branch lpm_sleep_skip_cb_function + 4 
+:      000731 p_mouse_puchk_set_check:
+0x22f 000732 fetch 1 ,mem_mouse_qdec_set_flag 
+0x230 000733 branch p_mouse_puchk_disable ,blank 
+0x231 000734 branch p_mouse_puchk_enable 
+:      000736 p_lpm_save_context:
+0x232 000737 storer mark ,8 ,mem_saved_mark 
+0x233 000738 arg core_gpio_conf ,contr 
+0x234 000739 arg mem_saved_gpio ,contw 
+0x235 000740 call memcpy16 
+0x236 000741 arg core_gpio_conf_hi ,contr 
+0x237 000742 call memcpy8 
+0x238 000743 fetch 1 ,core_spid_ctrl 
+0x239 000744 store 1 ,mem_saved_spidctrl 
+0x23a 000745 copy temp ,regb 
+:      000746 p_lpm_write_gpio_wakeup:
+0x23b 000747 arg 12 ,loopcnt 
+0x23c 000748 arg mem_gpio_wakeup_cfg ,rega 
+0x23d 000749 arg core_gpio_wakeup_cfg ,regc 
+0x23e 000750 until null ,lpo_edge 
+:      000751 p_lpm_write_gpio_loop:
+0x23f 000752 ifetch 1 ,rega 
+0x240 000753 ifetcht 1 ,regc 
+0x241 000754 isub temp ,null 
+0x242 000755 branch p_lpm_write_gpio_loop_next ,zero 
+0x243 000756 istore 1 ,regc 
+0x244 000757 until null ,lpo_edge 
+:      000758 p_lpm_write_gpio_loop_next:
+0x245 000759 increase 1 ,rega 
+0x246 000760 increase 1 ,regc 
+0x247 000761 loop p_lpm_write_gpio_loop 
+0x248 000762 copy regb ,temp 
+0x249 000763 rtn 
+:      000765 p_otp_read_data:
+0x24a 000766 call enable_otp_read 
+0x24b 000767 call otp_read_data + 1 
+0x24c 000768 branch otp_disable_chgpump 
+:      000770 p_g24_reconn_dispatch:
+0x24d 000771 fetch 2 ,mem_24g_reconn_count 
+0x24e 000772 arg 0x01f8 ,temp 
+0x24f 000773 iand temp ,pdata 
+0x250 000774 branch p_g24_reconn_dispatch_next ,blank 
+0x251 000775 fetch 2 ,mem_24g_reconn_count 
+0x252 000776 increase 1 ,pdata 
+0x253 000777 store 2 ,mem_24g_reconn_count 
+0x254 000778 rtn 
+:      000780 p_g24_reconn_dispatch_next:
+0x255 000781 call g24_reconn_data_prep 
+0x256 000782 call g24_transmit_receive_ack 
+0x257 000783 nbranch g24_reconn_device_fail ,sync 
+0x258 000784 nbranch g24_reconn_device_fail ,user3 
+0x259 000785 call g24_ackpayload_parse 
+0x25a 000786 fetch 1 ,mem_24g_rxdata_length 
+0x25b 000787 branch p_recv_addr_zero_skip ,blank 
+:      000788 p_g24_reconn_dispatch_next_2:
+0x25c 000789 fetch 4 ,mem_24g_pair_addr 
+0x25d 000790 fetcht 4 ,mem_24g_addr 
+0x25e 000791 isub temp ,null 
+0x25f 000792 branch p_g24_reconn_mode_judge ,zero 
+0x260 000793 branch g24_reconn_dispatch_next + 9 
+:      000795 p_g24_reconn_mode_judge:
+0x261 000796 fetch mouse_flag_len ,mem_mouse_flag 
+0x262 000797 bbit1 mouse_enable_auto_24g_paring ,g24_pair_start 
+0x263 000798 branch g24_reconn_receiver_addr 
+:      000800 p_mouse_param_init:
+0x264 000801 call mouse_param_common_init 
+0x265 000802 call p_mouse_le_buff_modify 
+0x266 000803 branch mouse_param_init + 2 
+:      000805 p_mouse_le_buff_modify:
+0x267 000806 setarg mem_le_tx_buffer0_omemalloc_new 
+0x268 000807 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x269 000808 setarg mouse_ble_l2cap_txbuff_size_new 
+0x26a 000809 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x26b 000810 rtn 
+:      000812 p_recv_addr_zero_skip:
+0x26c 000813 fetch 4 ,mem_24g_fast_conn_addr 
+0x26d 000814 fetcht 4 ,mem_24g_addr 
+0x26e 000815 branch p_g24_reconn_dispatch_next_2 ,zero 
+0x26f 000816 fetch 4 ,mem_24g_rxpayload + 2 
+0x270 000817 rtn blank 
+0x271 000818 branch p_g24_reconn_dispatch_next_2 
+:      000820 p_power_ctrl_start:
+0x272 000821 fetch 1 ,mem_power_ctrl_disable 
+0x273 000822 nrtn blank 
+0x274 000823 fetch 2 ,mem_ui_state_map 
+0x275 000824 rtnbit1 ui_state_ble_adv 
+0x276 000825 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
+0x277 000826 call rssi_average 
+0x278 000827 storet 1 ,mem_rssi_avg_received 
+0x279 000828 fetch 1 ,mem_rssi_dis_max_24g 
+0x27a 000829 bmark1 mark_24g ,p_power_ctrl_start_next 
+0x27b 000830 fetch 1 ,mem_rssi_dis_max_ble 
+:      000831 p_power_ctrl_start_next:
+0x27c 000832 isub temp ,null 
+0x27d 000833 nbranch p_power_ctrl_txpower_incrs_force ,positive 
+0x27e 000834 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x27f 000835 sub pdata ,2 ,null 
+0x280 000836 nbranch p_power_ctrl_txpower_decrs_check ,positive 
+0x281 000837 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x282 000838 beq 0 ,p_power_ctrl_txpower_incrs 
+0x283 000839 rtn 
+:      000841 p_power_ctrl_txpower_decrs_check:
+0x284 000842 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x285 000843 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
+0x286 000844 isub temp ,null 
+0x287 000845 nrtn zero 
+0x288 000846 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      000847 p_power_ctrl_txpower_decrs:
+0x289 000848 fetcht 1 ,mem_rssi_avg_received 
+0x28a 000849 fetch 1 ,mem_rssi_dis_min_24g 
+0x28b 000850 bmark1 mark_24g ,p_power_ctrl_txpower_decrs_next 
+0x28c 000851 fetch 1 ,mem_rssi_dis_min_ble 
+:      000852 p_power_ctrl_txpower_decrs_next:
+0x28d 000853 isub temp ,null 
+0x28e 000854 nrtn positive 
+0x28f 000855 fetch 1 ,mem_power_ctrl_level 
+0x290 000856 beq 0 ,power_ctrl_decrs_level0 
+0x291 000857 increase -1 ,pdata 
+0x292 000858 store 1 ,mem_power_ctrl_level 
+0x293 000859 beq 2 ,p_power_ctrl_decrs_level2 
+0x294 000860 beq 1 ,power_ctrl_decrs_level1 
+0x295 000861 branch power_ctrl_decrs_level0 
+:      000863 p_power_ctrl_txpower_incrs_force:
+0x296 000864 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      000865 p_power_ctrl_txpower_incrs:
+0x297 000866 fetch 1 ,mem_power_ctrl_level 
+0x298 000867 beq 3 ,p_power_ctrl_incrs_level3 
+0x299 000868 increase 1 ,pdata 
+0x29a 000869 store 1 ,mem_power_ctrl_level 
+0x29b 000870 beq 1 ,power_ctrl_incrs_level1 
+0x29c 000871 beq 2 ,p_power_ctrl_incrs_level2 
+:      000872 p_power_ctrl_incrs_level3:
+0x29d 000873 jam tx_power_5db ,mem_tx_power 
+0x29e 000874 rtn 
+:      000875 p_power_ctrl_decrs_level2:
+:      000876 p_power_ctrl_incrs_level2:
+0x29f 000877 jam tx_power_3db ,mem_tx_power 
+0x2a0 000878 rtn 
+:      000884 p_mouse_cb_fuction:
+0x2a1 000885 setarg mouse_24g_short_sleep 
+0x2a2 000886 store 2 ,mem_cb_24g_transmit_short_sleep 
+0x2a3 000887 setarg mouse_24g_long_sleep 
+0x2a4 000888 store 2 ,mem_cb_24g_transmit_long_sleep 
+0x2a5 000889 setarg p_mouse_24g_before_lpm_sleep 
+0x2a6 000890 store 2 ,mem_cb_before_lpm_sleep 
+0x2a7 000891 branch mouse_cb_fuction + 7 
+:      000893 p_soft_reset:
+0x2a8 000894 nbranch soft_reset + 1 ,wake 
+0x2a9 000895 until null ,lpo_edge 
+0x2aa 000896 until null ,lpo_edge 
+0x2ab 000897 clear_stack 
+0x2ac 000898 call p_mouse_wheel_init_set ,wake 
+0x2ad 000899 branch soft_reset + 2 
+:      000901 p_mouse_wheel_init_set:
+0x2ae 000902 call p_mouse_puchk_disable 
+0x2af 000903 fetcht 1 ,mem_whee_a_data_gpio 
+0x2b0 000904 call gpio_config_input 
+0x2b1 000905 fetcht 1 ,mem_whee_b_data_gpio 
+0x2b2 000906 branch gpio_config_input 
+:      000908 p_mouse_24g_before_lpm_sleep:
+0x2b3 000909 rtn 
+:      000916 p_mouse_load_device_info_check:
+0x2b4 000917 call p_mouse_store_normal_tx_power 
+0x2b5 000918 fetch mouse_flag_len ,mem_mouse_flag 
+0x2b6 000919 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+0x2b7 000920 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+0x2b8 000921 bbit1 mouse_enable_otp ,p_mouse_load_otp_info_check 
+0x2b9 000922 rtn 
+:      000924 p_mouse_load_otp_info_check:
+0x2ba 000925 call p_mouse_device_flag_temp_store 
+0x2bb 000926 call mouse_read_otp_dpi 
+0x2bc 000927 call mouse_read_otp_device_flag 
+0x2bd 000929 call p_mouse_device_flag_check 
+0x2be 000931 call p_mouse_select_device_by_switch_check 
+0x2bf 000933 call p_mouse_read_otp_device_info 
+0x2c0 000934 call p_mouse_read_otp_le_addr_increase_count_info 
+0x2c1 000935 branch mouse_otp_load_app_initflag 
+:      000937 p_mouse_select_device_by_switch_check:
+0x2c2 000938 fetch mouse_flag_len ,mem_mouse_flag 
+0x2c3 000939 rtnbit0 mouse_enable_select_device_by_switch_gpio 
+0x2c4 000940 call p_mouse_check_select_device_by_switch 
+:      000941 p_mouse_device_flag_temp_store:
+0x2c5 000942 fetch 1 ,mem_device_flag 
+0x2c6 000943 store 1 ,mem_mouse_device_flag_temp 
+0x2c7 000944 rtn 
+:      000946 p_mouse_read_otp_device_info:
+0x2c8 000947 fetch mouse_flag_len ,mem_mouse_flag 
+0x2c9 000948 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_read_otp_le_device1 
+0x2ca 000949 branch mouse_read_otp_device_info 
+:      000951 p_mouse_app_initflag_check:
+0x2cb 000952 fetch 2 ,mem_store_flag 
+0x2cc 000953 arg eeprom_init_flag ,temp 
+0x2cd 000954 isub temp ,null 
+0x2ce 000955 branch p_mouse_load_device_info ,zero 
+0x2cf 000957 storet 2 ,mem_store_flag 
+0x2d0 000958 call mouse_ble_init_address 
+0x2d1 000959 fetch 1 ,mem_device_flag_temp 
+0x2d2 000960 store 1 ,mem_device_flag 
+0x2d3 000961 call mouse_load_default_dpi 
+0x2d4 000963 setarg 0x1122 
+0x2d5 000964 store 2 ,mem_random_addr_increase_count 
+:      000965 p_mouse_device_flag_temp_load:
+0x2d6 000966 fetch 1 ,mem_mouse_device_flag_temp 
+0x2d7 000967 store 1 ,mem_device_flag 
+0x2d8 000968 rtn 
+:      000970 p_mouse_device_flag_check:
+0x2d9 000971 fetch 1 ,mem_device_flag 
+0x2da 000972 sub pdata ,0 ,null 
+0x2db 000973 branch p_mouse_device_flag_temp_load ,zero 
+0x2dc 000974 sub pdata ,4 ,null 
+0x2dd 000975 branch p_mouse_24g_init ,zero 
+0x2de 000976 rtn positive 
+:      000977 p_mouse_24g_init:
+0x2df 000978 jam mode_24g_device ,mem_device_flag 
+0x2e0 000979 rtn 
+:      000981 p_mouse_read_otp_le_addr_increase_count_info:
+0x2e1 000982 fetch 1 ,mem_device_flag 
+0x2e2 000983 rtneq mode_24g_device 
+0x2e3 000984 fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
+0x2e4 000985 copy regb ,regc 
+:      000986 p_mouse_read_otp_le_addr_increase_count_loop:
+0x2e5 000987 call mouse_read_otp_le_addr_increase_count_common 
+0x2e6 000988 fetch 2 ,mem_random_addr_increase_count_temp 
+0x2e7 000989 branch p_mouse_le_addr_increase_count_load ,blank 
+0x2e8 000990 store 2 ,mem_random_addr_increase_count_last 
+0x2e9 000991 increase 2 ,regc 
+0x2ea 000992 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
+0x2eb 000993 isub regc ,null 
+0x2ec 000994 nbranch p_mouse_le_addr_increase_count_load ,positive 
+0x2ed 000995 copy regc ,regb 
+0x2ee 000996 branch p_mouse_read_otp_le_addr_increase_count_loop 
+:      000998 p_mouse_le_addr_increase_count_load:
+0x2ef 000999 fetch 2 ,mem_random_addr_increase_count_last 
+0x2f0 001000 store 2 ,mem_random_addr_increase_count 
+0x2f1 001001 rtn 
+:      001004 p_mouse_store_device_info:
+0x2f2 001005 fetch mouse_flag_len ,mem_mouse_flag 
+0x2f3 001006 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+0x2f4 001007 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+0x2f5 001008 bbit1 mouse_enable_otp ,p_mouse_store_otp_device_info 
+0x2f6 001009 rtn 
+:      001011 p_mouse_store_otp_device_info:
+0x2f7 001012 call p_mouse_write_otp_locall_addr 
+0x2f8 001013 call p_mouse_write_otp_device_flag 
+0x2f9 001014 branch mouse_store_otp_device_info + 1 
+:      001016 p_mouse_write_otp_locall_addr:
+0x2fa 001017 fetch 1 ,mem_device_flag 
+0x2fb 001018 rtneq mode_24g_device 
+0x2fc 001019 beq mode_bt_device1 ,p_mouse_write_otp_le_locall_addr1 
+0x2fd 001020 beq mode_bt_device2 ,p_mouse_write_otp_le_locall_addr2 
+0x2fe 001021 rtn 
+:      001023 p_mouse_write_otp_device_flag:
+0x2ff 001024 fetchr regb ,2 ,mem_otp_offset_device_flag 
+0x300 001025 copy regb ,regc 
+:      001026 p_mouse_write_otp_device_flag_loop:
+0x301 001027 call mouse_read_otp_device_flag_common 
+0x302 001028 fetch 1 ,mem_device_flag_temp 
+0x303 001029 branch p_mouse_device_flag_store ,blank 
+0x304 001030 store 1 ,mem_device_flag_last 
+0x305 001031 increase 1 ,regc 
+0x306 001032 fetch 2 ,mem_otp_offset_device_flag_end 
+0x307 001033 isub regc ,null 
+0x308 001034 nrtn positive 
+0x309 001035 copy regc ,regb 
+0x30a 001036 branch p_mouse_write_otp_device_flag_loop 
+:      001038 p_mouse_device_flag_store:
+0x30b 001039 fetch 1 ,mem_device_flag_last 
+0x30c 001040 and pdata ,0xf0 ,pdata 
+0x30d 001041 branch p_mouse_device_flag_store_check ,blank 
+0x30e 001042 fetch 1 ,mem_device_flag 
+0x30f 001044 call p_mouse_device_flag_otp_store_judge 
+0x310 001046 store 1 ,mem_device_flag_value 
+:      001047 p_mouse_device_flag_store_end:
+0x311 001048 arg 1 ,loopcnt 
+0x312 001049 copy regc ,regb 
+0x313 001050 arg mem_device_flag_value ,rega 
+0x314 001051 branch otp_write 
+:      001053 p_mouse_device_flag_store_check:
+0x315 001054 fetcht 1 ,mem_device_flag_last 
+0x316 001055 fetch 1 ,mem_device_flag 
+0x317 001056 call p_mouse_device_flag_otp_store_judge 
+0x318 001057 isub temp ,null 
+0x319 001058 rtn zero 
+0x31a 001059 lshift4 pdata ,pdata 
+0x31b 001060 iadd temp ,pdata 
+0x31c 001061 store 1 ,mem_device_flag_value 
+0x31d 001063 copy regc ,pdata 
+0x31e 001064 fetcht 2 ,mem_otp_offset_device_flag 
+0x31f 001065 isub temp ,null 
+0x320 001066 branch p_mouse_device_flag_store_end ,zero 
+0x321 001068 increase -1 ,regc 
+0x322 001069 branch p_mouse_device_flag_store_end 
+:      001071 p_mouse_device_flag_otp_store_judge:
+0x323 001072 rtnne mode_24g_device 
+0x324 001073 increase 4 ,pdata 
+0x325 001074 rtn 
+:      001078 p_mouse_write_otp_le_locall_addr1:
+0x326 001079 fetchr regb ,2 ,mem_otp_offset_le_locall_addr1 
+0x327 001080 copy regb ,regc 
+:      001081 p_mouse_write_otp_le_locall_addr1_loop:
+0x328 001082 call mouse_read_otp_le_locall_addr1_common 
+0x329 001083 fetch 6 ,mem_mouse_le_locall_addr1_temp 
+0x32a 001084 branch p_mouse_le_local_addr1_store ,blank 
+0x32b 001085 store 6 ,mem_mouse_le_locall_addr1_last 
+0x32c 001086 increase 6 ,regc 
+0x32d 001087 fetch 2 ,mem_otp_offset_le_locall_addr1_end 
+0x32e 001088 isub regc ,null 
+0x32f 001089 nrtn positive 
+0x330 001090 copy regc ,regb 
+0x331 001091 branch p_mouse_write_otp_le_locall_addr1_loop 
+:      001093 p_mouse_le_local_addr1_store:
+0x332 001094 fetch 6 ,mem_mouse_le_locall_addr1_last 
+0x333 001095 fetcht 6 ,mem_device1_locall_addr 
+0x334 001096 isub temp ,null 
+0x335 001097 rtn zero 
+0x336 001098 arg 6 ,loopcnt 
+0x337 001099 arg mem_device1_locall_addr ,rega 
+0x338 001100 copy regc ,regb 
+0x339 001101 branch otp_write 
+:      001103 p_mouse_write_otp_le_locall_addr2:
+0x33a 001104 fetchr regb ,2 ,mem_otp_offset_le_locall_addr2 
+0x33b 001105 copy regb ,regc 
+:      001106 p_mouse_write_otp_le_locall_addr2_loop:
+0x33c 001107 call mouse_read_otp_le_locall_addr2_common 
+0x33d 001108 fetch 6 ,mem_mouse_le_locall_addr2_temp 
+0x33e 001109 branch p_mouse_le_local_addr2_store ,blank 
+0x33f 001110 store 6 ,mem_mouse_le_locall_addr2_last 
+0x340 001111 increase 6 ,regc 
+0x341 001112 fetch 2 ,mem_otp_offset_le_locall_addr2_end 
+0x342 001113 isub regc ,null 
+0x343 001114 nrtn positive 
+0x344 001115 copy regc ,regb 
+0x345 001116 branch p_mouse_write_otp_le_locall_addr2_loop 
+:      001118 p_mouse_le_local_addr2_store:
+0x346 001119 fetch 6 ,mem_mouse_le_locall_addr2_last 
+0x347 001120 fetcht 6 ,mem_device2_locall_addr 
+0x348 001121 isub temp ,null 
+0x349 001122 rtn zero 
+0x34a 001123 arg 6 ,loopcnt 
+0x34b 001124 arg mem_device2_locall_addr ,rega 
+0x34c 001125 copy regc ,regb 
+0x34d 001126 branch otp_write 
+:      001130 p_mouse_load_device_info:
+0x34e 001131 call p_mouse_le_locall_addr_init_check 
+0x34f 001132 call p_mouse_select_reconn_device 
+0x350 001133 call p_mouse_otp_load_dpi 
+0x351 001134 branch mouse_load_device_info + 1 
+:      001136 p_mouse_otp_load_dpi:
+0x352 001137 fetch mouse_flag_len ,mem_mouse_flag 
+0x353 001138 rtnbit0 mouse_enable_load_and_store_dpi 
+0x354 001139 fetch 1 ,mem_mouse_dpi 
+0x355 001140 beq 0 ,mouse_otp_load_dpi 
+0x356 001141 beq 6 ,p_mouse_dpi_reinit 
+0x357 001142 rtn 
+:      001144 p_mouse_dpi_reinit:
+0x358 001145 jam mouse_dpi_level1 ,mem_mouse_dpi 
+0x359 001146 rtn 
+:      001148 p_mouse_store_dpi_info_check:
+0x35a 001149 fetch mouse_flag_len ,mem_mouse_flag 
+0x35b 001150 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
+0x35c 001151 bbit1 mouse_enable_otp ,p_mouse_store_otp_dpi 
+0x35d 001152 rtn 
+:      001154 p_mouse_store_otp_dpi:
+0x35e 001155 fetch mouse_flag_len ,mem_mouse_flag 
+0x35f 001156 rtnbit0 mouse_enable_load_and_store_dpi 
+0x360 001157 fetchr regb ,2 ,mem_otp_offset_dpi 
+0x361 001158 copy regb ,regc 
+:      001159 p_mouse_otp_store_dpi_loop:
+0x362 001160 call mouse_read_otp_dpi_common 
+0x363 001161 fetch 1 ,mem_mouse_dpi_temp 
+0x364 001162 branch p_mouse_otp_dpi_store ,blank 
+0x365 001163 store 1 ,mem_mouse_dpi_last 
+0x366 001164 increase 1 ,regc 
+0x367 001165 fetch 2 ,mem_otp_offset_dpi_end 
+0x368 001166 isub regc ,null 
+0x369 001167 nrtn positive 
+0x36a 001168 copy regc ,regb 
+0x36b 001169 branch p_mouse_otp_store_dpi_loop 
+:      001171 p_mouse_otp_dpi_store:
+0x36c 001172 fetch 1 ,mem_mouse_dpi_last 
+0x36d 001173 and pdata ,0xf0 ,pdata 
+0x36e 001174 branch p_mouse_dpi_store_last_check ,blank 
+0x36f 001175 fetch 1 ,mem_mouse_dpi 
+0x370 001177 call p_mouse_dpi_otp_store_judge 
+0x371 001179 store 1 ,mem_mouse_otp_dpi_value 
+:      001180 p_mouse_dpi_store_end:
+0x372 001181 arg 1 ,loopcnt 
+0x373 001182 copy regc ,regb 
+0x374 001183 arg mem_mouse_otp_dpi_value ,rega 
+0x375 001184 branch otp_write 
+:      001186 p_mouse_dpi_store_last_check:
+0x376 001187 fetcht 1 ,mem_mouse_dpi_last 
+0x377 001188 fetch 1 ,mem_mouse_dpi 
+0x378 001189 call p_mouse_dpi_otp_store_judge 
+0x379 001190 isub temp ,null 
+0x37a 001191 rtn zero 
+0x37b 001192 lshift4 pdata ,pdata 
+0x37c 001193 iadd temp ,pdata 
+0x37d 001194 store 1 ,mem_mouse_otp_dpi_value 
+0x37e 001196 copy regc ,pdata 
+0x37f 001197 fetcht 2 ,mem_otp_offset_dpi 
+0x380 001198 isub temp ,null 
+0x381 001199 branch p_mouse_dpi_store_end ,zero 
+0x382 001201 increase -1 ,regc 
+0x383 001202 branch p_mouse_dpi_store_end 
+:      001204 p_mouse_dpi_otp_store_judge:
+0x384 001205 rtnne mouse_dpi_level1 
+0x385 001206 increase 6 ,pdata 
+0x386 001207 rtn 
+:      001209 p_mouse_le_locall_addr_init_check:
+0x387 001210 fetch mouse_flag_len ,mem_mouse_flag 
+0x388 001211 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_le_addr1_init_check 
+0x389 001212 fetch 1 ,mem_device_flag 
+0x38a 001213 rtneq mode_24g_device 
+0x38b 001214 beq mode_bt_device1 ,p_mouse_le_addr1_init_check 
+0x38c 001215 beq mode_bt_device2 ,p_mouse_le_addr2_init_check 
+0x38d 001216 rtn 
+:      001218 p_mouse_le_addr1_init_check:
+0x38e 001219 fetch 6 ,mem_device1_locall_addr 
+0x38f 001220 fetcht 6 ,mem_mouse_compare_addr 
+0x390 001221 isub temp ,null 
+0x391 001222 nrtn zero 
+0x392 001223 fetch 6 ,mem_le_lap 
+0x393 001224 store 6 ,mem_device1_locall_addr 
+0x394 001225 rtn 
+:      001227 p_mouse_le_addr2_init_check:
+0x395 001228 fetch 6 ,mem_device1_locall_addr 
+0x396 001229 fetcht 6 ,mem_mouse_compare_addr 
+0x397 001230 isub temp ,null 
+0x398 001231 nrtn zero 
+0x399 001232 fetch 6 ,mem_le_lap 
+0x39a 001233 add pdata ,0x0100 ,pdata 
+0x39b 001234 store 6 ,mem_device1_locall_addr 
+0x39c 001235 rtn 
+:      001237 p_mouse_buletooth_fast_conn_end:
+0x39d 001238 call p_mouse_select_reconn_device 
+0x39e 001239 branch mouse_buletooth_fast_conn_end + 2 
+:      001241 p_mouse_select_reconn_device:
+0x39f 001242 fetch mouse_flag_len ,mem_mouse_flag 
+0x3a0 001243 bbit0 mouse_enable_otp ,mouse_select_reconn_device 
+0x3a1 001244 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_load_le_device1 
+:      001245 p_mouse_select_reconn_device_start:
+0x3a2 001246 fetch 1 ,mem_device_flag 
+0x3a3 001247 rtneq mode_24g_device 
+0x3a4 001248 beq mode_bt_device1 ,p_mouse_load_le_device1 
+0x3a5 001249 beq mode_bt_device2 ,p_mouse_load_le_device2 
+0x3a6 001250 rtn 
+:      001252 p_mouse_load_le_device1:
+0x3a7 001253 fetch 6 ,mem_device1_addr 
+0x3a8 001254 store 6 ,mem_hci_plap 
+0x3a9 001257 fetch 6 ,mem_device1_locall_addr 
+0x3aa 001258 store 6 ,mem_le_lap 
+0x3ab 001259 rtn 
+:      001261 p_mouse_load_le_device2:
+0x3ac 001262 fetch 6 ,mem_device2_addr 
+0x3ad 001263 store 6 ,mem_hci_plap 
+0x3ae 001266 fetch 6 ,mem_device2_locall_addr 
+0x3af 001267 store 6 ,mem_le_lap 
+0x3b0 001268 rtn 
+:      001270 p_mouse_store_remote_bdaddr:
+0x3b1 001271 fetch mouse_flag_len ,mem_mouse_flag 
+0x3b2 001272 rtnbit0 mouse_store_eeprom_flag 
+0x3b3 001273 bbit0 mouse_enable_otp ,mouse_store_remote_bdaddr + 1 
+0x3b4 001274 arg mouse_store_eeprom_flag ,queue 
+0x3b5 001275 call mouse_disable_function_flag 
+0x3b6 001276 call mouse_check_device_addr 
+0x3b7 001277 call p_mouse_before_store_reconn_info 
+0x3b8 001278 branch mouse_store_device_info_delay 
+:      001280 p_mouse_before_store_reconn_info:
+0x3b9 001281 fetch 1 ,mem_device_flag 
+0x3ba 001282 beq mode_bt_device1 ,p_mouse_store_le_device1 
+0x3bb 001283 beq mode_bt_device2 ,p_mouse_store_le_device2 
+0x3bc 001284 rtn 
+:      001286 p_mouse_store_le_device1:
+0x3bd 001287 fetch 6 ,mem_le_plap 
+0x3be 001288 store 6 ,mem_device1_addr 
+0x3bf 001289 fetch 6 ,mem_le_lap 
+0x3c0 001290 store 6 ,mem_device1_locall_addr 
+0x3c1 001291 rtn 
+:      001293 p_mouse_store_le_device2:
+0x3c2 001294 fetch 6 ,mem_le_plap 
+0x3c3 001295 store 6 ,mem_device2_addr 
+0x3c4 001296 fetch 6 ,mem_le_lap 
+0x3c5 001297 store 6 ,mem_device2_locall_addr 
+0x3c6 001298 rtn 
+:      001301 p_mouse_bb_event_timer:
+0x3c7 001302 call p_mouse_le_send_conn_param_update_timer 
+0x3c8 001303 call mouse_low_voltage_led_timer 
+0x3c9 001304 call mouse_adc_read 
+0x3ca 001306 call mouse_logo_led_on_timer 
+0x3cb 001307 call mouse_led_multi_timer 
+0x3cc 001308 call mouse_dpi_led_blink_delay_timer 
+0x3cd 001310 call g24_pair_timeout_timer 
+0x3ce 001311 call g24_reconn_timeout_timer 
+0x3cf 001312 call mouse_24g_long_sleep_param_update_timer 
+0x3d0 001314 call mouse_dpi_key_check_long_press 
+0x3d1 001315 call mouse_bt_discovery_check 
+0x3d2 001316 call mouse_commbination_key_process 
+0x3d3 001317 call mouse_check_discovery_timeout_timer 
+0x3d4 001319 call mouse_check_direct_timeout_timer 
+0x3d5 001320 call mouse_le_enable_att_list_timer 
+0x3d6 001321 call mouse_le_battery_updata_timer 
+0x3d7 001322 call mouse_le_send_smp_security_request_timer 
+0x3d8 001324 call mouse_check_reconnect_delay_long_sleep 
+0x3d9 001325 call p_mouse_current_mult_update_timer 
+0x3da 001326 call mouse_wheel_trigger_timer 
+0x3db 001327 call mouse_store_information_delay_timer 
+0x3dc 001328 branch mouse_check_no_data_timeout_timer 
+:      001330 p_mouse_le_send_conn_param_update_timer:
+0x3dd 001331 arg mem_mouse_le_send_conn_param_update_timer ,regc 
+0x3de 001332 arg mouse_updata_le_param ,regb 
+0x3df 001333 branch timer_single_step 
+:      001335 p_mouse_current_mult_update_timer:
+0x3e0 001336 arg mem_mouse_current_mult_timer ,regc 
+0x3e1 001337 arg p_mouse_current_mult_reinit ,regb 
+0x3e2 001338 branch timer_single_step 
+:      001339 p_mouse_current_mult_reinit:
+0x3e3 001340 fetch 1 ,mem_lpm_mult_init 
+0x3e4 001341 store 1 ,mem_lpm_mult 
+0x3e5 001342 jam 3 ,mem_mouse_long_mult_flag 
+0x3e6 001343 rtn 
+:      001345 p_mouse_start_discovery:
+0x3e7 001346 call mouse_sensor_powerdown 
+0x3e8 001347 branch mouse_start_discovery + 1 
+:      001349 p_mouse_priority_bb_event:
+0x3e9 001350 copy regc ,pdata 
+0x3ea 001351 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+0x3eb 001352 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+0x3ec 001353 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+0x3ed 001354 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+0x3ee 001355 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+0x3ef 001356 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+0x3f0 001357 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+0x3f1 001358 branch mouse_priority_bb_event + 2 
+:      001360 p_mouse_le_bb_event_connected:
+0x3f2 001362 setarg 0 
+0x3f3 001363 store 4 ,mem_le_conn_first_rcv 
+0x3f4 001364 branch mouse_le_bb_event_connected 
+:      001366 p_mouse_le_ll_start_encryt:
+0x3f5 001367 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x3f6 001368 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
+0x3f7 001369 jam 20 ,mem_le_start_encrypt_timer 
+0x3f8 001370 branch p_mouse_le_ll_reconn_start_encryt_new 
+:      001371 p_mouse_le_ll_reconn_start_encryt:
+0x3f9 001372 call mouse_updata_le_param 
+0x3fa 001373 jam 5 ,mem_le_start_encrypt_timer 
+:      001374 p_mouse_le_ll_reconn_start_encryt_new:
+0x3fb 001375 fetch 1 ,mem_le_conn_rcv_new 
+0x3fc 001376 store 1 ,mem_le_conn_first_rcv 
+0x3fd 001377 branch mouse_le_ll_enable_start_enc_flag 
+:      001380 p_mouse_le_conn_param_update_rsp_recieved:
+0x3fe 001381 fetch 1 ,mem_mouse_le_send_conn_param_update 
+0x3ff 001382 nrtn blank 
+0x400 001383 jam 1 ,mem_mouse_le_send_conn_param_update 
+0x401 001384 jam 30 ,mem_mouse_le_send_conn_param_update_timer 
+0x402 001385 rtn 
+:      001387 p_mouse_le_bb_disconnected:
+0x403 001391 setarg 0 
+0x404 001392 store 2 ,mem_le_battery_level_updata_timer 
+0x405 001393 jam 0 ,mem_mouse_le_bb_connected_flag 
+0x406 001394 arg le_interval_7_5ms ,temp 
+0x407 001395 fetch mouse_flag_len ,mem_mouse_flag 
+0x408 001396 bbit1 mouse_enable_bt_125hz ,p_mouse_le_bb_disconnected_next 
+0x409 001397 arg le_interval_8_75ms ,temp 
+:      001398 p_mouse_le_bb_disconnected_next:
+0x40a 001399 storet 2 ,mem_le_interval_min 
+0x40b 001400 storet 2 ,mem_le_interval_min + 2 
+0x40c 001401 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x40d 001402 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0x40e 001403 call le_clr_config_more_data 
+0x40f 001404 branch p_mouse_bb_disconnected 
+:      001405 p_mouse_bb_disconnected:
+0x410 001406 call mouse_bb_discon_clear_stack 
+0x411 001407 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x412 001408 bbit1 app_disc_ble ,p_mouse4_0_event_bb_disconn 
+0x413 001409 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x414 001410 branch mouse_start_discovery 
+:      001411 p_mouse4_0_event_bb_disconn:
+0x415 001412 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x416 001413 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x417 001414 fetch 1 ,mem_le_connect_status_flag 
+0x418 001415 and pdata ,0x03 ,pdata 
+0x419 001416 call mouse_le_clean_connect_flag 
+0x41a 001417 bne 0x03 ,mouse_start_reconnect 
+0x41b 001418 fetch 1 ,mem_le_check_retransmit_discon_flag 
+0x41c 001419 nbranch mouse_start_reconnect ,blank 
+0x41d 001420 branch mouse_app_enter_hibernate 
+:      001422 p_mouse_24g_attempt_success:
+0x41e 001423 fetch 4 ,mem_24g_addr 
+0x41f 001424 store 4 ,mem_24g_receiver_addr 
+0x420 001425 store 4 ,mem_mouse_24g_addr 
+0x421 001426 call g24_ch_syncword_crc8_init 
+0x422 001427 call mouse_no_data_timer_init 
+0x423 001428 call mouse_device_poweron_led_config 
+0x424 001429 call mouse_init_sensor_reset 
+0x425 001430 jam 0 ,mem_mouse_long_mult_flag 
+0x426 001431 jam 0 ,mem_24g_conn_sm 
+0x427 001432 jam 0 ,mem_24g_reconn_type 
+0x428 001433 fetch 4 ,mem_24g_receiver_addr 
+0x429 001434 fetcht 4 ,mem_24g_fast_conn_addr 
+0x42a 001435 isub temp ,null 
+0x42b 001436 rtn zero 
+0x42c 001437 call mouse_soft_agc_disable 
+0x42d 001438 call p_mouse_fetch_normal_tx_power 
+0x42e 001439 branch mouse_24g_first_store_reconn_info 
+:      001441 p_mouse_24g_pairing_complete:
+0x42f 001442 call mouse_soft_agc_disable 
+0x430 001443 call p_mouse_fetch_normal_tx_power 
+0x431 001444 branch mouse_24g_pairing_complete 
+:      001446 p_mouse_24g_attempt_fail:
+0x432 001447 call mouse_soft_agc_disable 
+0x433 001448 call p_mouse_fetch_normal_tx_power 
+0x434 001449 fetch 1 ,mem_mouse_dpi_button_state 
+0x435 001450 rtneq dpi_button_state_down 
+0x436 001451 fetch 1 ,mem_24g_attempt_fail_flag 
+0x437 001452 nbranch mouse_24g_hibernate_set ,blank 
+0x438 001453 fetch 1 ,mem_24g_reconn_type 
+0x439 001454 beq pair_and_3_0_addr ,p_mouse_24g_auto_pair_attempt_fail 
+0x43a 001455 beq fast_conn_and_receiver ,mouse_24g_fast_conn_attempt_fail 
+0x43b 001456 beq receiver_and_3_0_addr ,p_mouse_reconn_dongle_attempt_fail 
+0x43c 001457 branch mouse_24g_attempt_fail + 2 
 :      001459 p_mouse_24g_auto_pair_attempt_fail:
-0x439 001460 fetch mouse_flag_len ,mem_mouse_flag 
-0x43a 001461 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
-0x43b 001462 fetch 1 ,mem_device_number 
-0x43c 001463 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
+0x43d 001460 fetch mouse_flag_len ,mem_mouse_flag 
+0x43e 001461 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0x43f 001462 fetch 1 ,mem_device_number 
+0x440 001463 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
 :      001464 p_mouse_24g_first_bluetooth_reconnect:
-0x43d 001465 call mouse_24g_stop 
-0x43e 001466 jam mode_bt_device1 ,mem_device_flag 
-0x43f 001467 branch mouse_start_reconnect_device 
-:      001469 p_mouse_store_normal_tx_power:
-0x440 001470 fetch 1 ,mem_tx_power 
-0x441 001471 store 1 ,mem_normal_tx_power 
-0x442 001472 rtn 
-:      001474 p_mouse_fetch_normal_tx_power:
-0x443 001475 fetch 1 ,mem_normal_tx_power 
-0x444 001476 store 1 ,mem_tx_power 
-0x445 001477 rtn 
-:      001479 p_mouse_idle:
-0x446 001480 call mouse_low_voltage_led_no_enter_lpm 
-0x447 001481 call ui_check_paring_button 
-0x448 001482 call p_mouse_dpi_check 
-0x449 001483 branch mouse_idle + 4 
-:      001485 p_mouse_dpi_check:
-0x44a 001486 fetch 1 ,mem_dpi_button_gpio 
-0x44b 001487 rtneq gpio_disable 
-0x44c 001488 arg 0 ,rega 
-0x44d 001489 jam mouse_dpi_key ,mem_mouse_key_temp 
-0x44e 001490 fetcht 1 ,mem_dpi_button_gpio 
-0x44f 001491 call p_mouse_dpi_key_check 
-0x450 001492 branch mouse_dpi_check_next 
-:      001494 p_mouse_dpi_key_check:
-0x451 001495 fetch mouse_flag_len ,mem_mouse_flag 
-0x452 001496 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
-0x453 001497 fetch 1 ,mem_mouse_dpikey_press_status 
-0x454 001498 copy pdata ,regc 
-0x455 001499 fetch 1 ,mem_matrix_public_gpio 
-0x456 001500 beq gpio_disable ,p_mouse_3io6key_dpi_check 
-0x457 001501 branch mouse_dpi_key_check_next 
-:      001503 p_mouse_3io6key_dpi_check:
-0x458 001504 fetch 1 ,mem_dpi_button_gpio 
-0x459 001505 call mouse_gpio_config_output_low 
-0x45a 001506 fetcht 1 ,mem_dpi_button_gpio 
-0x45b 001507 branch p_mouse_3io6key_check 
-:      001509 p_mouse_3io6key_check:
-0x45c 001510 copy regc ,pdata 
-0x45d 001511 store 1 ,mem_mouse_key_status 
-0x45e 001512 lshift pdata ,pdata 
-0x45f 001513 copy pdata ,regb 
-0x460 001514 copy temp ,regc 
-0x461 001515 call mouse_gpio_config_input_pd 
-0x462 001516 copy regc ,temp 
-0x463 001517 call gpio_get_bit 
-0x464 001518 nsetflag true ,0 ,regb 
-0x465 001519 call mouse_check_press 
-0x466 001520 branch mouse_check_key_connect_gnd_1 
-:      001522 p_g24_short_sleep:
-0x467 001523 call g24_lpm_wait 
-0x468 001524 nrtn user 
-0x469 001525 call g24_setgpio_lpm_before 
-0x46a 001526 call p_clear_wake 
-0x46b 001527 fetch 3 ,mem_24g_short_sleep_set 
-0x46c 001528 branch g24_long_seep2 
-:      001531 p_clear_wake:
-0x46d 001532 setarg 0 
-0x46e 001533 set1 21 ,pdata 
-0x46f 001534 store 8 ,mem_gpio_wakeup_cfg 
-0x470 001535 setarg 0 
-0x471 001536 store 4 ,mem_gpio_wakeup_cfg + 8 
-0x472 001537 rtn 
-:      001539 p_mouse_24g_hibernate_set:
-0x473 001540 jam 0 ,mem_24g_attempt_fail_flag 
-0x474 001541 call g24_transmit_next_packet 
-0x475 001542 setarg -1 
-0x476 001543 store 4 ,mem_24g_enter_hibernate 
-0x477 001544 setarg 0 
-0x478 001545 store 7 ,mem_mouse_key 
-0x479 001546 jam 1 ,mem_sensor_shutdown_flag 
-0x47a 001547 call mouse_sensor_powerdown 
-0x47b 001549 branch p_mouse_24g_long_sleep 
-:      001551 p_mouse_setgpio_hibernate:
-0x47c 001552 call mouse_set_sdio_high 
-0x47d 001553 call p_clear_wake 
-0x47e 001554 call mouse_before_hibernate_wheel_gpio_set 
-0x47f 001555 fetcht 1 ,mem_matrix_public_gpio 
-0x480 001556 call gpio_out_active 
-0x481 001557 fetcht 1 ,mem_matrix_public_gpio 
-0x482 001558 call gpio_clr_wake 
-0x483 001559 fetch 1 ,mem_mouse_sensor_sdio_gpio 
-0x484 001560 call mouse_gpio_config_output_high 
-0x485 001561 arg 21 ,temp 
-0x486 001562 call mouse_gpio_config_input_pu 
-0x487 001563 call p_mouse_device_switch_gpio_high_impedance 
-0x488 001564 branch mouse_setgpio_hibernate + 3 
-:      001566 p_mouse_device_switch_gpio_high_impedance:
-0x489 001567 fetch 1 ,mem_device_switch_gpio 
-0x48a 001568 rtneq 0xff 
-0x48b 001569 fetch 1 ,mem_device_flag 
-0x48c 001570 beq mode_24g_device ,p_mouse_device_switch_gpio_set_impedance 
-0x48d 001571 fetcht 1 ,mem_device_switch_gpio 
-0x48e 001572 branch mouse_gpio_config_input_pu 
-:      001574 p_mouse_device_switch_gpio_set_impedance:
-0x48f 001575 fetcht 1 ,mem_device_switch_gpio 
-0x490 001576 branch gpio_set_high_impedance 
-:      001578 p_mouse_24g_package_data:
-0x491 001579 rtnmark0 mark_24g 
-0x492 001580 call mouse_motion 
-0x493 001581 nrtn user 
-0x494 001582 fetch 1 ,mem_mouse_24g_long_sleep_flag 
-0x495 001583 jam 0 ,mem_mouse_24g_long_sleep_flag 
-0x496 001584 ncall p_mouse_24g_short_sleep_clear_wake ,blank 
-0x497 001586 fetch mouse_flag_len ,mem_mouse_flag 
-0x498 001587 bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
-0x499 001588 fetch 1 ,mem_customer_key 
-0x49a 001589 nbranch mouse_24g_keyboard_package_data ,blank 
-:      001590 p_mouse_24g_mouse_package_data:
-0x49b 001591 call p_mouse_data_xy_release 
-0x49c 001592 branch mouse_24g_mouse_package_data + 1 
-:      001594 p_mouse_data_xy_release:
-0x49d 001595 fetch 1 ,mem_sensor_motion_gpio 
-0x49e 001596 rtnne gpio_disable 
-0x49f 001597 fetch 1 ,mem_mouse_long_mult_flag 
-0x4a0 001598 rtn blank 
-0x4a1 001599 increase -1 ,pdata 
-0x4a2 001600 store 1 ,mem_mouse_long_mult_flag 
-0x4a3 001601 setarg 0 
-0x4a4 001602 store 4 ,mem_mouse_x 
-0x4a5 001603 branch mouse_init_sensor_reset 
-:      001605 p_mouse_24g_short_sleep_clear_wake:
-0x4a6 001606 call p_clear_wake 
-0x4a7 001607 branch p_lpm_write_gpio_wakeup 
-:      001609 p_mouse_check_select_device_by_switch:
-0x4a8 001610 fetch mouse_flag_len ,mem_mouse_flag 
-0x4a9 001611 rtnbit0 mouse_enable_select_device_by_switch_gpio 
-0x4aa 001612 bbit0 mouse_enable_switch_gpio_connect_vin ,mouse_switch_gpio_connect_gnd 
-:      001613 p_mouse_switch_gpio_connect_vin:
-0x4ab 001614 fetcht 1 ,mem_device_switch_gpio 
-0x4ac 001615 call gpio_out_active 
-0x4ad 001616 fetcht 1 ,mem_device_switch_gpio 
-0x4ae 001617 call mouse_gpio_config_input_pd 
-0x4af 001618 fetcht 1 ,mem_device_switch_gpio 
-0x4b0 001619 call gpio_get_bit 
-0x4b1 001620 nbranch mouse_check_select_24g_device ,true 
-0x4b2 001621 branch mouse_select_btdevice 
-:      001624 p_mouse_init_sensor:
-0x4b3 001625 call mouse_read_sensor_id 
-0x4b4 001626 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
-0x4b5 001627 beq p3065_id1 ,mouse_init_p3065 
-0x4b6 001628 beq pka8g2_id1 ,p_mouse_ka8g2_id2_judge 
-0x4b7 001629 branch mouse_init_sensor + 5 
-:      001631 p_mouse_ka8g2_id2_judge:
-0x4b8 001632 call mouse_sensor_poweron 
-0x4b9 001633 fetch 1 ,mem_sensor_id2 
-0x4ba 001634 beq pka8g2_id2 ,p_mouse_ka8g2_init_param 
-0x4bb 001635 branch mouse_init_p32xx_id2_judge 
-:      001636 p_mouse_ka8g2_init_param:
-0x4bc 001637 jam ka8g2 ,mem_config_sensor_type 
-0x4bd 001638 arg mem_sensor_ka8g2_init_new ,regc 
-0x4be 001639 branch mouse_sensor_wr_seq 
-:      001642 p_mouse_check_sensor_data:
-0x4bf 001643 fetch 1 ,mem_spi_write_flash_sm 
-0x4c0 001644 rtnne flash_sm_no_buys 
-0x4c1 001645 fetch 1 ,mem_config_sensor_type 
-0x4c2 001646 beq ka8g2 ,p_mouse_pka8g2_sensor_motion 
-0x4c3 001647 branch mouse_check_sensor_data + 2 
-:      001649 p_mouse_pka8g2_sensor_motion:
-0x4c4 001650 call mouse_clear_sensor_data 
-0x4c5 001651 fetch 1 ,mem_sensor_motion_gpio 
-0x4c6 001652 beq gpio_disable ,p_mouse_pka8g2_sensor_motion_1 
-0x4c7 001653 fetcht 1 ,mem_sensor_motion_gpio 
-0x4c8 001654 call gpio_get_bit 
-0x4c9 001655 nrtn true 
-:      001656 p_mouse_pka8g2_sensor_motion_1:
-0x4ca 001657 setarg pan_reg_pid_l 
-0x4cb 001658 call twspi_read 
-0x4cc 001659 bne pka8g2_id1 ,mouse_twspi_reset 
-0x4cd 001660 branch mouse_p3212_sensor_motion_2 
-:      001663 p_mouse_motion:
-0x4ce 001664 disable user 
-0x4cf 001665 setarg 0 
-0x4d0 001666 store 6 ,mem_mouse_x 
-0x4d1 001667 call p_mouse_check_sensor_data 
-0x4d2 001668 branch mouse_motion + 5 
+0x441 001465 call mouse_24g_stop 
+0x442 001466 jam mode_bt_device1 ,mem_device_flag 
+0x443 001467 branch mouse_le_fast_conn_judge 
+:      001469 p_mouse_reconn_dongle_attempt_fail:
+0x444 001470 fetch mouse_flag_len ,mem_mouse_flag 
+0x445 001471 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0x446 001472 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+0x447 001473 bbit1 mouse_enable_otp ,mouse_24g_attempt_fail_enter_hibernate 
+0x448 001474 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
+0x449 001475 branch mouse_24g_start_auto_pair 
+:      001477 p_mouse_start_work:
+0x44a 001478 fetch mouse_flag_len ,mem_mouse_flag 
+0x44b 001479 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_first_start_auto_pair_mode 
+0x44c 001480 fetch 1 ,mem_device_flag 
+0x44d 001481 beq mode_24g_device ,p_mouse_24g_start_mode 
+0x44e 001482 branch mouse_le_fast_conn_judge 
+:      001484 p_mouse_24g_first_start_auto_pair_mode:
+0x44f 001485 call mouse_wakeup_from_power_check 
+0x450 001486 branch p_mouse_24g_first_start_reconn ,user 
+0x451 001487 branch mouse_24g_reconn_general_dongle 
+:      001489 p_mouse_24g_first_start_reconn:
+0x452 001490 fetch 1 ,mem_device_flag 
+0x453 001491 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
+0x454 001492 call mouse_bluetooth_fast_conn_disable 
+0x455 001493 branch p_mouse_24g_first_bluetooth_reconnect 
+:      001495 p_mouse_24g_start_mode:
+0x456 001496 fetch mouse_flag_len ,mem_mouse_flag 
+0x457 001497 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+0x458 001498 call mouse_device_24g_pair_led_config 
+0x459 001499 call mouse_wakeup_from_power_check 
+0x45a 001500 branch mouse_24g_reconn_dongle_start ,user 
+0x45b 001501 fetch mouse_flag_len ,mem_mouse_flag 
+0x45c 001502 bbit1 mouse_enable_auto_24g_paring ,p_mouse_24g_reconn_general_dongle 
+0x45d 001503 branch mouse_24g_start_mode + 7 
+:      001505 p_mouse_24g_reconn_general_dongle:
+0x45e 001506 jam mode_24g_device ,mem_device_flag 
+0x45f 001507 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+0x460 001508 store 2 ,mem_24g_reconn_timeout 
+0x461 001509 jam fast_conn_and_receiver ,mem_24g_reconn_type 
+0x462 001510 branch g24_reconn_start 
+:      001512 p_mouse_store_normal_tx_power:
+0x463 001513 fetch 1 ,mem_tx_power 
+0x464 001514 store 1 ,mem_normal_tx_power 
+0x465 001515 rtn 
+:      001517 p_mouse_fetch_normal_tx_power:
+0x466 001518 fetch 1 ,mem_normal_tx_power 
+0x467 001519 store 1 ,mem_tx_power 
+0x468 001520 rtn 
+:      001522 p_mouse_idle:
+0x469 001523 call mouse_low_voltage_led_no_enter_lpm 
+0x46a 001524 call ui_check_paring_button 
+0x46b 001525 call p_mouse_dpi_check 
+0x46c 001526 branch mouse_idle + 4 
+:      001528 p_mouse_dpi_check:
+0x46d 001529 fetch 1 ,mem_dpi_button_gpio 
+0x46e 001530 rtneq gpio_disable 
+0x46f 001531 arg 0 ,rega 
+0x470 001532 jam mouse_dpi_key ,mem_mouse_key_temp 
+0x471 001533 fetcht 1 ,mem_dpi_button_gpio 
+0x472 001534 call p_mouse_dpi_key_check 
+0x473 001535 branch mouse_dpi_check_next 
+:      001537 p_mouse_dpi_key_check:
+0x474 001538 fetch mouse_flag_len ,mem_mouse_flag 
+0x475 001539 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+0x476 001540 fetch 1 ,mem_mouse_dpikey_press_status 
+0x477 001541 copy pdata ,regc 
+0x478 001542 fetch 1 ,mem_matrix_public_gpio 
+0x479 001543 beq gpio_disable ,p_mouse_3io6key_dpi_check 
+0x47a 001544 branch mouse_dpi_key_check_next 
+:      001546 p_mouse_3io6key_dpi_check:
+0x47b 001547 fetch 1 ,mem_dpi_button_gpio 
+0x47c 001548 call mouse_gpio_config_output_low 
+0x47d 001549 fetcht 1 ,mem_dpi_button_gpio 
+0x47e 001550 branch p_mouse_3io6key_check 
+:      001552 p_mouse_3io6key_check:
+0x47f 001553 copy regc ,pdata 
+0x480 001554 store 1 ,mem_mouse_key_status 
+0x481 001555 lshift pdata ,pdata 
+0x482 001556 copy pdata ,regb 
+0x483 001557 copy temp ,regc 
+0x484 001558 call mouse_gpio_config_input_pd 
+0x485 001559 copy regc ,temp 
+0x486 001560 call gpio_get_bit 
+0x487 001561 nsetflag true ,0 ,regb 
+0x488 001562 call mouse_check_press 
+0x489 001563 branch mouse_check_key_connect_gnd_1 
+:      001565 p_g24_short_sleep:
+0x48a 001566 call g24_lpm_wait 
+0x48b 001567 nrtn user 
+0x48c 001568 call g24_setgpio_lpm_before 
+0x48d 001569 call p_clear_wake 
+0x48e 001570 fetch 3 ,mem_24g_short_sleep_set 
+0x48f 001571 branch g24_long_seep2 
+:      001574 p_clear_wake:
+0x490 001575 setarg 0 
+0x491 001576 set1 21 ,pdata 
+0x492 001577 store 8 ,mem_gpio_wakeup_cfg 
+0x493 001578 setarg 0 
+0x494 001579 store 4 ,mem_gpio_wakeup_cfg + 8 
+0x495 001580 rtn 
+:      001582 p_mouse_24g_hibernate_set:
+0x496 001583 jam 0 ,mem_24g_attempt_fail_flag 
+0x497 001584 call g24_transmit_next_packet 
+0x498 001585 setarg -1 
+0x499 001586 store 4 ,mem_24g_enter_hibernate 
+0x49a 001587 setarg 0 
+0x49b 001588 store 7 ,mem_mouse_key 
+0x49c 001589 jam 1 ,mem_sensor_shutdown_flag 
+0x49d 001590 call mouse_sensor_powerdown 
+0x49e 001592 branch mouse_24g_long_sleep 
+:      001594 p_mouse_setgpio_hibernate:
+0x49f 001595 call mouse_set_sdio_high 
+0x4a0 001596 call p_clear_wake 
+0x4a1 001597 call mouse_before_hibernate_wheel_gpio_set 
+0x4a2 001598 fetcht 1 ,mem_matrix_public_gpio 
+0x4a3 001599 call gpio_out_active 
+0x4a4 001600 fetcht 1 ,mem_matrix_public_gpio 
+0x4a5 001601 call gpio_clr_wake 
+0x4a6 001602 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+0x4a7 001603 call mouse_gpio_config_output_high 
+0x4a8 001605 fetcht 1 ,mem_device_switch_gpio 
+0x4a9 001606 call mouse_gpio_set_pupd_by_input 
+0x4aa 001607 arg 21 ,temp 
+0x4ab 001608 call mouse_gpio_config_input_pu 
+0x4ac 001610 call mouse_logo_led_off 
+0x4ad 001611 call mouse_lpm_before_common 
+0x4ae 001612 call mouse_gpio_pd_idle 
+0x4af 001613 fetcht 1 ,mem_whee_a_data_gpio 
+0x4b0 001614 call gpio_set_high_impedance 
+0x4b1 001615 fetcht 1 ,mem_whee_b_data_gpio 
+0x4b2 001616 call gpio_set_high_impedance 
+0x4b3 001620 branch mouse_setgpio_hibernate_next 
+:      001621 p_mouse_24g_package_data:
+0x4b4 001622 rtnmark0 mark_24g 
+0x4b5 001623 call mouse_motion 
+0x4b6 001624 nrtn user 
+0x4b7 001625 fetch 1 ,mem_mouse_24g_long_sleep_flag 
+0x4b8 001626 jam 0 ,mem_mouse_24g_long_sleep_flag 
+0x4b9 001627 ncall p_mouse_24g_short_sleep_clear_wake ,blank 
+0x4ba 001629 fetch mouse_flag_len ,mem_mouse_flag 
+0x4bb 001630 bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
+0x4bc 001631 fetch 1 ,mem_customer_key 
+0x4bd 001632 nbranch mouse_24g_keyboard_package_data ,blank 
+:      001633 p_mouse_24g_mouse_package_data:
+0x4be 001634 call p_mouse_data_xy_release 
+0x4bf 001635 branch mouse_24g_mouse_package_data + 1 
+:      001637 p_mouse_data_xy_release:
+0x4c0 001638 fetch 1 ,mem_sensor_motion_gpio 
+0x4c1 001639 rtnne gpio_disable 
+0x4c2 001640 fetch 1 ,mem_mouse_long_mult_flag 
+0x4c3 001641 rtn blank 
+0x4c4 001642 increase -1 ,pdata 
+0x4c5 001643 store 1 ,mem_mouse_long_mult_flag 
+0x4c6 001644 setarg 0 
+0x4c7 001645 store 4 ,mem_mouse_x 
+0x4c8 001646 branch mouse_init_sensor_reset 
+:      001648 p_mouse_24g_short_sleep_clear_wake:
+0x4c9 001649 call p_clear_wake 
+0x4ca 001650 branch p_lpm_write_gpio_wakeup 
+:      001652 p_mouse_check_select_device_by_switch:
+0x4cb 001653 fetch mouse_flag_len ,mem_mouse_flag 
+0x4cc 001654 rtnbit0 mouse_enable_select_device_by_switch_gpio 
+0x4cd 001655 bbit0 mouse_enable_switch_gpio_connect_vin ,mouse_switch_gpio_connect_gnd 
+:      001656 p_mouse_switch_gpio_connect_vin:
+0x4ce 001657 fetcht 1 ,mem_device_switch_gpio 
+0x4cf 001658 call gpio_out_active 
+0x4d0 001659 fetcht 1 ,mem_device_switch_gpio 
+0x4d1 001660 call mouse_gpio_config_input_pd 
+0x4d2 001661 fetcht 1 ,mem_device_switch_gpio 
+0x4d3 001662 call gpio_get_bit 
+0x4d4 001663 nbranch mouse_check_select_24g_device ,true 
+0x4d5 001664 branch mouse_select_btdevice 
+:      001666 p_mouse_init_sensor:
+0x4d6 001667 call mouse_read_sensor_id 
+0x4d7 001668 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+0x4d8 001669 beq p3065_id1 ,mouse_init_p3065 
+0x4d9 001670 beq pka8g2_id1 ,p_mouse_ka8g2_id2_judge 
+0x4da 001671 branch mouse_init_sensor + 5 
+:      001673 p_mouse_ka8g2_id2_judge:
+0x4db 001674 call mouse_sensor_poweron 
+0x4dc 001675 fetch 1 ,mem_sensor_id2 
+0x4dd 001676 beq pka8g2_id2 ,p_mouse_ka8g2_init_param 
+0x4de 001677 branch mouse_init_p32xx_id2_judge 
+:      001678 p_mouse_ka8g2_init_param:
+0x4df 001679 jam ka8g2 ,mem_config_sensor_type 
+0x4e0 001680 arg mem_sensor_ka8g2_init_new ,regc 
+0x4e1 001681 branch mouse_sensor_wr_seq 
+:      001683 p_mouse_check_sensor_data:
+0x4e2 001684 fetch 1 ,mem_spi_write_flash_sm 
+0x4e3 001685 rtnne flash_sm_no_buys 
+0x4e4 001686 fetch 1 ,mem_config_sensor_type 
+0x4e5 001687 beq ka8g2 ,p_mouse_pka8g2_sensor_motion 
+0x4e6 001688 branch mouse_check_sensor_data + 2 
+:      001690 p_mouse_pka8g2_sensor_motion:
+0x4e7 001691 call mouse_clear_sensor_data 
+0x4e8 001692 fetch 1 ,mem_sensor_motion_gpio 
+0x4e9 001693 beq gpio_disable ,p_mouse_pka8g2_sensor_motion_1 
+0x4ea 001694 fetcht 1 ,mem_sensor_motion_gpio 
+0x4eb 001695 call gpio_get_bit 
+0x4ec 001696 nrtn true 
+:      001697 p_mouse_pka8g2_sensor_motion_1:
+0x4ed 001698 setarg pan_reg_pid_l 
+0x4ee 001699 call twspi_read 
+0x4ef 001700 bne pka8g2_id1 ,mouse_twspi_reset 
+0x4f0 001701 branch mouse_p3212_sensor_motion_2 
+:      001704 p_mouse_motion:
+0x4f1 001705 disable user 
+0x4f2 001706 setarg 0 
+0x4f3 001707 store 6 ,mem_mouse_x 
+0x4f4 001708 call p_mouse_check_sensor_data 
+0x4f5 001709 setarg 0x0089 
+0x4f6 001710 call twspi_write 
+0x4f7 001711 call mouse_setting_sensor_type 
+0x4f8 001712 call mouse_zwheel 
+0x4f9 001713 call mouse_t_zwheel 
+0x4fa 001714 call p_mouse_key 
+0x4fb 001715 branch mouse_motion + 11 
+:      001717 p_mouse_key:
+0x4fc 001718 call mouse_check_firekey_gpio 
+0x4fd 001719 fetch 1 ,mem_fire_key_flag 
+0x4fe 001720 nbranch fire_key_press ,blank 
+0x4ff 001721 fetch 1 ,mem_fire_key_status 
+0x500 001722 nbranch fire_key_process ,blank 
+0x501 001724 call mouse_check_key_gpio 
+0x502 001725 call p_mouse_ghost_key_check 
+0x503 001726 branch mouse_key + 7 
+:      001728 p_mouse_ghost_key_check:
+0x504 001729 jam 0 ,mem_mouse_matrix_key_cow_count 
+0x505 001730 jam 0 ,mem_mouse_matrix_key_row_count 
+0x506 001731 jam 0 ,mem_mouse_ghost_flag 
+0x507 001732 copy pdata ,regb 
+0x508 001733 fetcht 1 ,mem_lbutton_gpio 
+0x509 001734 fetch 1 ,mem_bk_button_gpio 
+0x50a 001735 isub temp ,null 
+0x50b 001736 branch p_mouse_matrix_ghost_key_l_bk ,zero 
+0x50c 001737 fetch 1 ,mem_fw_button_gpio 
+0x50d 001738 isub temp ,null 
+0x50e 001739 branch p_mouse_matrix_ghost_key_l_fw ,zero 
+0x50f 001740 fetcht 1 ,mem_mbutton_gpio 
+0x510 001741 fetch 1 ,mem_bk_button_gpio 
+0x511 001742 isub temp ,null 
+0x512 001743 branch p_mouse_ghost_key_mbk_rfw ,zero 
+:      001744 p_mouse_ghost_key_mfw_rbk:
+0x513 001745 call mouse_ghost_key_check_m_fw 
+:      001746 p_mouse_ghost_key_rbk:
+0x514 001747 call p_mouse_ghost_key_check_r_bk 
+0x515 001748 branch mouse_ghost_key_check_next 
+:      001750 p_mouse_matrix_ghost_key_l_bk:
+0x516 001751 fetcht 1 ,mem_mbutton_gpio 
+0x517 001752 fetch 1 ,mem_fw_button_gpio 
+0x518 001753 isub temp ,null 
+0x519 001754 branch mouse_ghost_key_lbk_mfw ,zero 
+:      001755 p_mouse_ghost_key_lbk_rfw:
+0x51a 001756 call mouse_ghost_key_check_l_bk 
+0x51b 001757 branch p_mouse_ghost_key_rfw 
+:      001759 p_mouse_matrix_ghost_key_l_fw:
+0x51c 001760 fetcht 1 ,mem_mbutton_gpio 
+0x51d 001761 fetch 1 ,mem_bk_button_gpio 
+0x51e 001762 isub temp ,null 
+0x51f 001763 branch p_mouse_ghost_key_lfw_mbk ,zero 
+:      001764 p_mouse_ghost_key_lfw_rbk:
+0x520 001765 call p_mouse_ghost_key_check_l_fw 
+0x521 001766 branch p_mouse_ghost_key_rbk 
+:      001768 p_mouse_ghost_key_lfw_mbk:
+0x522 001769 call p_mouse_ghost_key_check_l_fw 
+0x523 001770 call p_mouse_ghost_key_check_m_bk 
+0x524 001771 branch mouse_ghost_key_check_next 
+:      001773 p_mouse_ghost_key_mbk_rfw:
+0x525 001774 call p_mouse_ghost_key_check_m_bk 
+:      001775 p_mouse_ghost_key_rfw:
+0x526 001776 call p_mouse_ghost_key_check_r_fw 
+0x527 001777 branch mouse_ghost_key_check_next 
+:      001779 p_mouse_ghost_key_check_m_bk:
+0x528 001780 and regb ,mouse_m_bk_button ,pdata 
+0x529 001781 branch mouse_ghost_key_check_m_bk + 1 
+:      001784 p_mouse_ghost_key_check_r_bk:
+0x52a 001785 and regb ,mouse_r_bk_button ,pdata 
+0x52b 001786 branch mouse_ghost_key_check_r_bk + 1 
+:      001789 p_mouse_ghost_key_check_l_fw:
+0x52c 001790 and regb ,mouse_l_fw_button ,pdata 
+0x52d 001791 branch mouse_ghost_key_check_l_fw + 1 
+:      001794 p_mouse_ghost_key_check_r_fw:
+0x52e 001795 and regb ,mouse_r_fw_button ,pdata 
+0x52f 001796 branch mouse_ghost_key_check_r_fw + 1 
               org 0x2000
-:      001680 start:
-0x2000 001681 call lpmstate 
-:      001683 soft_reset:
-0x2001 001684 bpatch patch00_0 ,mem_patch00 
-0x2002 001685 clear_stack 
-0x2003 001687 call app_param_init 
-0x2004 001688 call initialize_radio 
-0x2005 001689 call iic_init_360khz 
-0x2006 001690 call init_param 
-0x2007 001691 call l2cap_init 
-0x2008 001692 bpatch patch00_1 ,mem_patch00 
-0x2009 001693 call ui_init 
-0x200a 001694 call app_init 
-0x200b 001695 call publickey_init 
-0x200c 001697 call lpm_recover_clk ,wake 
-:      001698 main_loop:
-0x200d 001699 bpatch patch00_2 ,mem_patch00 
-0x200e 001700 call sp_calc_sequence_256 
-0x200f 001701 call sp_calc_sequence_256_check 
-0x2010 001702 call le_advertising_dispatch 
-0x2011 001703 call idle_dispatch 
-0x2012 001704 call app_process_idle 
-0x2013 001705 call connection_dispatch 
-0x2014 001706 call g24_dispatch 
-0x2015 001707 call lpm_dispatch 
-0x2016 001708 call kscan_dispatch 
-0x2017 001709 branch main_loop 
-:      001711 connection_dispatch:
-0x2018 001712 call connection_incontext 
-0x2019 001713 rtnmark0 mark_context 
-0x201a 001714 set0 mark_context ,mark 
-0x201b 001715 call context_save 
-0x201c 001716 branch le_disable 
-:      001718 connection_incontext:
-0x201d 001719 bpatch patch00_3 ,mem_patch00 
-0x201e 001720 call context_search_insniff 
-0x201f 001721 nbranch connection_nosniff ,zero 
-0x2020 001722 call context_load 
-0x2021 001723 add rega ,coffset_mode ,contr 
-0x2022 001724 ifetch 1 ,contr 
-0x2023 001725 bbit1 mode_le ,le_conn_dispatch 
-0x2024 001728 rtn 
-:      001730 connection_nosniff:
-0x2025 001731 jam 0 ,mem_current_context 
-0x2026 001732 call context_get_next 
-0x2027 001733 copy loopcnt ,null 
-0x2028 001734 rtn zero 
-0x2029 001735 branch assert 
-:      001742 idle_dispatch:
-0x202a 001743 fetch 1 ,mem_hci_cmd 
-0x202b 001744 rtn blank 
-0x202c 001745 beq hci_cmd_le_create_conn ,idle_le_create_conn 
-0x202d 001746 call context_search_conn_handle 
-0x202e 001747 rtn zero 
-0x202f 001748 call context_search_plap 
-0x2030 001749 rtn zero 
-:      001750 idle_exit:
-0x2031 001751 jam 0 ,mem_hci_cmd 
-0x2032 001752 rtn 
-:      001754 idle_le_create_conn:
-0x2033 001755 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
-0x2034 001756 jam 0 ,mem_hci_cmd 
-0x2035 001757 rtn 
-:      001761 context_load:
-0x2036 001762 bpatch patch00_4 ,mem_patch00 
-0x2037 001763 set1 mark_context ,mark 
-0x2038 001764 deposit rega 
-0x2039 001765 store 2 ,mem_context_ptr 
-0x203a 001766 force context_size ,loopcnt 
-0x203b 001767 arg mem_le_state ,contw 
-0x203c 001768 add rega ,coffset_mode ,contr 
-0x203d 001769 ifetch 1 ,contr 
-0x203e 001770 copy rega ,contr 
-0x203f 001771 bbit1 mode_le ,memcpy 
-0x2040 001772 rtn 
-:      001774 context_save:
-0x2041 001775 bpatch patch00_5 ,mem_patch00 
-0x2042 001776 fetch 2 ,mem_context_ptr 
-0x2043 001777 iforce contw 
-0x2044 001778 force context_size ,loopcnt 
-0x2045 001779 arg mem_le_state ,contr 
-0x2046 001780 branch memcpy 
-:      001784 context_get_next:
-0x2047 001785 arg context_num ,loopcnt 
-0x2048 001786 fetcht 1 ,mem_current_context 
-:      001787 context_get_next_loop:
-0x2049 001788 increase 1 ,temp 
-0x204a 001789 compare context_num ,temp ,0xff 
-0x204b 001790 nbranch context_get_next_cont ,true 
-0x204c 001791 arg 0 ,temp 
-:      001792 context_get_next_cont:
-0x204d 001793 storet 1 ,mem_current_context 
-0x204e 001794 mul32 temp ,context_size ,pdata 
-0x204f 001795 arg mem_context ,rega 
-0x2050 001796 iadd rega ,rega 
-0x2051 001797 ifetch 1 ,rega 
-0x2052 001798 bbit1 state_insniff ,context_get_next_sniff 
-0x2053 001799 rtnbit1 state_inconn 
-:      001800 context_get_next_sniff:
-0x2054 001801 loop context_get_next_loop 
-0x2055 001802 rtn 
-:      001804 context_new:
-0x2056 001805 bpatch patch00_6 ,mem_patch00 
-0x2057 001806 arg context_search_empty ,regc 
-0x2058 001807 call context_search 
-0x2059 001808 nrtn zero 
-0x205a 001809 deposit rega 
-0x205b 001810 store 2 ,mem_context_ptr 
-0x205c 001811 branch enable_zero 
-:      001816 context_check_idle:
-0x205d 001817 arg context_check_inconn ,regc 
-0x205e 001818 branch context_search 
-:      001823 context_search_conn_handle:
-0x205f 001824 fetcht 1 ,mem_hci_conn_handle 
-:      001825 context_search_conn_handle2:
-0x2060 001826 arg context_search_handle ,regc 
-0x2061 001827 branch context_search 
-:      001830 context_search_plap:
-0x2062 001831 bpatch patch00_7 ,mem_patch00 
-0x2063 001832 fetcht 6 ,mem_hci_plap 
-:      001833 context_search_plap2:
-0x2064 001834 arg context_search_lap ,regc 
-0x2065 001835 branch context_search 
-:      001837 context_search_insniff:
-0x2066 001838 arg context_search_sniff ,regc 
-0x2067 001839 branch context_search 
-:      001841 context_search_sniff_window:
-0x2068 001842 arg context_search_window ,regc 
-:      001843 context_search:
-0x2069 001844 bpatch patch01_0 ,mem_patch01 
-0x206a 001845 arg mem_context ,rega 
-0x206b 001846 arg context_num ,loopcnt 
-:      001847 context_search_loop:
-0x206c 001848 ifetch 1 ,rega 
-0x206d 001849 copy regc ,pc 
-:      001850 context_search_next:
-0x206e 001851 bpatch patch01_1 ,mem_patch01 
-0x206f 001852 increase context_size ,rega 
-0x2070 001853 loop context_search_loop 
-0x2071 001854 force 1 ,null 
-0x2072 001855 rtn 
-:      001857 context_search_empty:
-0x2073 001858 bbit1 state_inconn ,context_search_next 
-0x2074 001859 branch enable_zero 
-:      001861 context_search_lap:
-0x2075 001862 bbit0 state_inconn ,context_search_next 
-:      001863 context_search_lap_cont:
-0x2076 001864 add rega ,coffset_plap ,contr 
-0x2077 001865 ifetch 6 ,contr 
-0x2078 001866 isub temp ,null 
-0x2079 001867 rtn zero 
-0x207a 001868 branch context_search_next 
-:      001870 context_search_handle:
-0x207b 001871 bbit0 state_inconn ,context_search_next 
-0x207c 001872 add rega ,coffset_conn_handle ,contr 
-0x207d 001873 ifetch 1 ,contr 
-0x207e 001874 isub temp ,null 
-0x207f 001875 rtn zero 
-0x2080 001876 branch context_search_next 
-:      001878 context_search_sniff:
-0x2081 001879 bbit0 state_insniff ,context_search_next 
-:      001880 context_search_sniff_loop:
-0x2082 001881 call context_get_anchor 
-0x2083 001882 call sign_pdata_temp 
-0x2084 001883 isub temp ,pdata 
-0x2085 001884 increase 1 ,pdata 
-0x2086 001885 branch context_search_sniff_miss ,positive 
-0x2087 001886 copy contr ,regb 
-0x2088 001887 store 9 ,mem_temp 
-0x2089 001888 bpatch patch01_2 ,mem_patch01 
-0x208a 001889 fetch 1 ,mem_sc_calc 
-0x208b 001890 nbranch context_search_sniff_sc ,blank 
-0x208c 001891 fetch 9 ,mem_temp 
-0x208d 001892 copy regb ,contr 
-0x208e 001893 increase 5 ,pdata 
-0x208f 001894 branch context_search_meet1 
-:      001896 context_search_sniff_sc:
-0x2090 001897 fetch 9 ,mem_temp 
-0x2091 001898 copy regb ,contr 
-0x2092 001899 increase 20 ,pdata 
-:      001900 context_search_meet1:
-0x2093 001901 nbranch context_search_next ,positive 
-:      001902 context_search_meet:
-0x2094 001903 copy temp ,bt_clk 
-0x2095 001904 call context_next_anchor 
-0x2096 001905 branch enable_zero 
-:      001908 context_search_sniff_miss:
-0x2097 001909 iforce regb 
-0x2098 001910 add rega ,coffset_tsniff ,contr 
-0x2099 001911 ifetch 2 ,contr 
-0x209a 001912 branch context_search_meet ,blank 
-0x209b 001913 call context_next_anchor 
-0x209c 001914 branch context_search_sniff_loop 
-:      001916 sign_pdata_temp:
-0x209d 001917 rshift16 pdata ,timeup 
-0x209e 001918 rshift8 timeup ,timeup 
-0x209f 001919 branch sign_pdata_temp_p0 ,zero 
-0x20a0 001920 compare 0xf ,timeup ,0xf 
-0x20a1 001921 nrtn true 
-0x20a2 001922 rshift16 temp ,timeup 
-0x20a3 001923 rshift8 timeup ,timeup 
-0x20a4 001924 nrtn zero 
-0x20a5 001925 set1 28 ,temp 
-0x20a6 001926 rtn 
-:      001927 sign_pdata_temp_p0:
-0x20a7 001928 rshift16 temp ,timeup 
-0x20a8 001929 rshift8 timeup ,timeup 
-0x20a9 001930 compare 0xf ,timeup ,0xf 
-0x20aa 001931 nrtn true 
-0x20ab 001932 set1 28 ,pdata 
-0x20ac 001933 rtn 
-:      001935 context_check_inconn:
-0x20ad 001936 bbit0 state_inconn ,context_search_next 
-0x20ae 001937 branch enable_zero 
-:      001940 context_check_a_wack:
-0x20af 001941 bbit0 state_inconn ,context_search_next 
-0x20b0 001942 add rega ,coffset_mode ,contr 
-0x20b1 001943 ifetch 1 ,contr 
-0x20b2 001944 bbit1 mode_le ,context_search_next 
-0x20b3 001945 rtn 
-:      001947 context_get_anchor:
-0x20b4 001948 add rega ,coffset_mode ,contr 
-0x20b5 001949 ifetcht 1 ,contr 
-0x20b6 001950 deposit clkn_bt 
-0x20b7 001951 isolate1 mode_master ,temp 
-0x20b8 001952 add rega ,coffset_sniff_anchor ,contr 
-0x20b9 001953 ifetcht 4 ,contr 
-0x20ba 001954 rtn true 
-0x20bb 001955 add rega ,coffset_clk_offset ,contr 
-0x20bc 001956 ifetch 6 ,contr 
-0x20bd 001957 call calc_clke2 
-0x20be 001958 deposit clke_bt 
-0x20bf 001959 rtn 
-:      001961 context_next_anchor:
-0x20c0 001962 add rega ,coffset_tsniff ,contr 
-0x20c1 001963 add rega ,coffset_sniff_anchor ,contw 
-0x20c2 001964 ifetch 2 ,contr 
-0x20c3 001965 iadd temp ,timeup 
-0x20c4 001966 deposit timeup 
-0x20c5 001967 istore 4 ,contw 
-0x20c6 001968 branch le_context_nextevent 
-:      001971 context_search_window:
-0x20c7 001972 bbit0 state_insniff ,context_search_next 
-0x20c8 001973 call context_get_anchor 
-0x20c9 001974 iadd stop_watch ,pdata 
-0x20ca 001975 iadd stop_watch ,pdata 
-0x20cb 001976 iadd queue ,pdata 
-0x20cc 001977 isub temp ,null 
-0x20cd 001978 nbranch context_search_next ,positive 
-0x20ce 001979 branch enable_zero 
-:      001983 end_of_packet:
-0x20cf 001984 bpatch patch01_3 ,mem_patch01 
-0x20d0 001985 disable lr_s2en 
-0x20d1 001986 disable encode_fec0 
-0x20d2 001987 disable encode_fec2 
-0x20d3 001988 disable decode_fec0 
-0x20d4 001989 disable decode_fec2 
-0x20d5 001990 disable enable_crc 
-0x20d6 001991 disable encrypt 
-0x20d7 001992 disable enable_white 
-0x20d8 001993 branch shutdown_radio ,is_rx 
-0x20d9 001994 until null ,tx_clear 
-0x20da 001995 nop 100 
-0x20db 001996 branch shutdown_radio 
-:      002001 sniff_check_window:
-0x20dc 002002 bpatch patch01_4 ,mem_patch01 
-0x20dd 002003 disable swfine 
-0x20de 002004 copy temp ,stop_watch 
-0x20df 002005 call context_search_sniff_window 
-0x20e0 002006 disable user 
-0x20e1 002007 nrtn zero 
-0x20e2 002008 force 0 ,stop_watch 
-0x20e3 002009 branch enable_user 
-:      002012 calc_slot_offset:
-0x20e4 002013 bpatch patch01_5 ,mem_patch01 
-0x20e5 002014 until null ,halfslot 
-0x20e6 002015 deposit clke 
-0x20e7 002016 iforce contr 
-0x20e8 002017 rshift16 ,pdata ,pdata 
-0x20e9 002018 isub clkn_bt ,loopcnt 
-0x20ea 002019 and_into 3 ,loopcnt 
-0x20eb 002020 nbranch calc_bt_portion ,zero 
-0x20ec 002021 force 0 ,pdata 
-0x20ed 002022 branch calc_skip_bt 
-:      002023 calc_bt_portion:
-0x20ee 002024 fetcht 2 ,mem_param_rt_rthalfslot 
-0x20ef 002025 force 0 ,pdata 
-:      002026 calc_slot_offset_loop:
-0x20f0 002027 iadd temp ,pdata 
-0x20f1 002028 loop calc_slot_offset_loop 
-:      002029 calc_skip_bt:
-0x20f2 002030 iadd contr ,pdata 
-0x20f3 002031 div pdata ,12 
-0x20f4 002032 call get_div_result 
-0x20f5 002033 store 2 ,mem_slot_offset 
-0x20f6 002034 rtn 
-:      002036 calc_clke_offset:
-0x20f7 002037 bpatch patch01_6 ,mem_patch01 
-0x20f8 002038 deposit clke 
-0x20f9 002039 copy clkn ,temp 
-0x20fa 002040 isub temp ,null 
-0x20fb 002041 nsetflag positive ,44 ,pdata 
-0x20fc 002042 isub temp ,temp 
-0x20fd 002043 fetch 2 ,mem_param_rt_rthalfslot 
-0x20fe 002044 isolate0 15 ,temp 
-0x20ff 002045 branch calc_clke_pos ,true 
-0x2100 002046 copy temp ,alarm 
-0x2101 002047 arg 0x10000 ,temp 
-0x2102 002048 fetch 2 ,mem_param_rt_rthalfslot 
-0x2103 002049 isub temp ,pdata 
-0x2104 002050 iadd alarm ,temp 
-:      002052 calc_clke_pos:
-0x2105 002053 storet 6 ,mem_le_clk_offset 
-0x2106 002054 rtn 
-:      002056 calc_clke:
-0x2107 002057 disable clknt 
-0x2108 002058 fetch 6 ,mem_le_clk_offset 
-:      002059 calc_clke2:
-0x2109 002060 iadd clkn ,alarm 
-0x210a 002061 increase 10 ,alarm 
-0x210b 002062 fetch 2 ,mem_param_rt_rthalfslot 
-0x210c 002063 isub alarm ,pdata 
-0x210d 002064 isolate0 15 ,pdata 
-0x210e 002065 branch calc_clke_pos_adj ,true 
-0x210f 002066 setarg 0x10000 
-0x2110 002067 fetchr regd ,2 ,mem_param_rt_rthalfslot 
-0x2111 002068 isub regd ,pdata 
-0x2112 002069 iadd alarm ,alarm 
-:      002070 calc_clke_pos2:
-0x2113 002071 copy alarm ,clke 
-0x2114 002072 rtn 
-:      002073 calc_clke_pos_adj:
-0x2115 002074 force 0 ,null 
-0x2116 002075 branch calc_clke_pos2 
-:      002082 qsetxor:
-0x2117 002083 rshift3 pdata ,pdata 
-0x2118 002084 ifetchr rega ,1 ,contw 
-0x2119 002085 ixor rega ,pdata 
-0x211a 002086 isolate0 6 ,pdata 
-0x211b 002087 branch qset_p 
-:      002089 qset1_p:
-0x211c 002090 isolate0 0 ,null 
-:      002091 qset_start:
-0x211d 002092 arg 0x8ac2 ,contw 
-:      002093 qset_p:
-0x211e 002094 ifetch 1 ,contw 
-0x211f 002095 qsetflag true ,pdata 
-0x2120 002096 istore 1 ,contw 
-0x2121 002097 rtn 
-:      002099 rx_dcoc_avg:
-0x2122 002100 nop 60 
-:      002101 btdma:
-0x2123 002103 jam 8 ,0x8983 
-0x2124 002104 jam 9 ,0x8985 
-0x2125 002105 jam 0x9 ,0x8981 
-0x2126 002106 jam 0x3 ,0x8981 
-0x2127 002107 jam 0x6 ,0x8980 
-0x2128 002108 nop 60 
-0x2129 002109 arg 0 ,rega 
-0x212a 002110 arg 0 ,regb 
-0x212b 002111 arg 16 ,loopcnt 
-0x212c 002112 arg 0x800 ,contr 
-:      002113 rx_dcoc_loop:
-0x212d 002114 ifetch 2 ,contr 
-0x212e 002115 iadd rega ,rega 
-0x212f 002116 ifetch 2 ,contr 
-0x2130 002117 iadd regb ,regb 
-0x2131 002118 loop rx_dcoc_loop 
-0x2132 002119 rtn 
-:      002121 rx_dcoc:
-0x2133 002122 bpatch patch01_7 ,mem_patch01 
-0x2134 002123 call set_sync_on 
-0x2135 002124 arg 39 ,temp 
-0x2136 002125 call set_freq_rx 
-0x2137 002126 call rf_rx_enable 
-0x2138 002127 jam 0x7f ,0x8a25 
-0x2139 002128 jam 0x1a ,0x8a30 
-0x213a 002129 jam 0x78 ,0x8a31 
-0x213b 002130 jam 0xb2 ,0x8a8f 
-0x213c 002131 jam 0 ,0x8ac2 
-0x213d 002132 jam 0 ,0x8ac3 
-0x213e 002133 arg 6 ,queue 
-0x213f 002134 call rx_dcoc_avg 
-0x2140 002135 isolate1 13 ,rega 
-0x2141 002136 call qset_start 
-0x2142 002137 isolate1 13 ,regb 
-0x2143 002138 call qset_p 
-0x2144 002139 arg 5 ,queue 
-:      002140 rx_dcoc_loop2:
-0x2145 002141 call qset1_p 
-0x2146 002142 call qset_p 
-0x2147 002143 call rx_dcoc_avg 
-0x2148 002144 arg 0x8ac2 ,contw 
-0x2149 002145 rshift4 rega ,pdata 
-0x214a 002146 call qsetxor 
-0x214b 002147 rshift4 regb ,pdata 
-0x214c 002148 call qsetxor 
-0x214d 002149 increase -1 ,queue 
-0x214e 002150 branch rx_dcoc_loop2 ,positive 
-0x214f 002151 jam 0x52 ,0x8a8f 
-0x2150 002152 jam 2 ,0x8a30 
-0x2151 002153 jam 0 ,0x8981 
-:      002155 shutdown_radio:
-0x2152 002156 bpatch patch02_0 ,mem_patch02 
-0x2153 002157 call rf_debug_shutdown_radio_line 
-0x2154 002158 disable is_tx 
-0x2155 002159 disable is_rx 
-0x2156 002160 setarg 0x0200 
-0x2157 002161 store 4 ,0x8a23 
-0x2158 002162 jam 0xfa ,0x8a01 
-0x2159 002163 nop 12 
-0x215a 002164 jam 0 ,0x8a0f 
-0x215b 002165 jam 0x1a ,0x8a12 
-0x215c 002166 jam 0x2b ,0x8a14 
-0x215d 002167 force 8 ,radio_ctrl 
-0x215e 002168 force 0 ,radio_ctrl 
-0x215f 002170 branch gain_control 
-:      002172 set_sync_on:
-0x2160 002173 bpatch patch02_1 ,mem_patch02 
-0x2161 002174 jam 0x60 ,0x8a0f 
-0x2162 002175 jam 0xaa ,0x8a10 
-0x2163 002176 jam 0x7a ,0x8a12 
-0x2164 002177 jam 0x00 ,0x8a25 
-0x2165 002178 jam 0x00 ,0x8a26 
-0x2166 002179 nop 60 
-0x2167 002180 jam 0x20 ,0x8a20 
-0x2168 002181 jam 0xfd ,0x8a23 
-0x2169 002182 jam 0x12 ,0x8a24 
-0x216a 002183 jam 0x10 ,0x8a24 
-0x216b 002184 nop 60 
-0x216c 002185 jam 0x60 ,0x8a12 
-0x216d 002186 jam 0xdd ,0x8a23 
-0x216e 002187 rtn 
-:      002189 set_freq_rx:
-0x216f 002190 bpatch patch02_2 ,mem_patch02 
-0x2170 002191 jam 0x01 ,0x8900 
-0x2171 002192 jam 0x9d ,0x8a23 
-0x2172 002193 jam 0x02 ,0x8a24 
-0x2173 002194 nop 20 
-0x2174 002195 jam 0x65 ,0x8a70 
-0x2175 002196 jam 0x9f ,0x8a23 
-0x2176 002197 call set_lemode 
-0x2177 002198 storet 1 ,mem_last_freq 
-0x2178 002199 increase 1 ,temp 
-:      002203 aac_res_lookup:
-0x2179 002204 bpatch patch02_3 ,mem_patch02 
-0x217a 002205 rshift4 temp ,pdata 
-0x217b 002206 arg mem_aac_res_table ,contr 
-0x217c 002207 iadd contr ,contr 
-0x217d 002208 ifetch 1 ,contr 
-0x217e 002209 fetchr rega ,1 ,0x8a71 
-0x217f 002210 and_into 0xf ,rega 
-0x2180 002211 ior rega ,pdata 
-0x2181 002212 store 1 ,0x8a71 
-0x2182 002213 call calc_freq 
-0x2183 002214 nop 144 
-0x2184 002215 fetch 1 ,mem_fcomp_div 
-0x2185 002216 beq xtal_24m ,aac_res_lookup_end 
-0x2186 002217 nop 36 
-:      002218 aac_res_lookup_end:
-0x2187 002219 jam 0x80 ,0x8a20 
-0x2188 002220 rtn 
-:      002223 set_lemode_2m_16m:
-0x2189 002224 setarg 0x8312 
-0x218a 002225 store 2 ,0x8907 
-0x218b 002226 branch set_lemode_2m 
-:      002228 set_lemode_1m_16m:
-0x218c 002229 setarg 0x4189 
-0x218d 002230 store 2 ,0x8907 
-0x218e 002231 branch set_lemode_1m 
-:      002234 set_lemode:
-0x218f 002235 bpatch patch02_4 ,mem_patch02 
-0x2190 002236 jam 0x11 ,0x8a82 
-0x2191 002237 jam 0x12 ,0x8a8d 
-0x2192 002238 jam 0x0a ,0x8a8e 
-0x2193 002239 fetch 1 ,mem_fcomp_div 
-0x2194 002240 beq xtal_16m ,set_lemode_2m_16m 
-0x2195 002241 setarg 0x5762 
-0x2196 002242 store 2 ,0x8907 
-:      002243 set_lemode_2m:
-0x2197 002244 jam 3 ,0x8901 
-0x2198 002245 jam 0x84 ,0x8920 
-0x2199 002246 rtnmark1 mark_ble_2m 
-0x219a 002247 jam 1 ,0x8901 
-0x219b 002248 jam 0x80 ,0x8920 
-0x219c 002249 jam 0x07 ,0x8a82 
-0x219d 002250 jam 0x44 ,0x8a8d 
-0x219e 002251 jam 0x0a ,0x8a8e 
-0x219f 002252 fetch 1 ,mem_fcomp_div 
-0x21a0 002253 beq xtal_16m ,set_lemode_1m_16m 
-0x21a1 002254 setarg 0x2bb1 
-0x21a2 002255 store 2 ,0x8907 
-:      002256 set_lemode_1m:
-0x21a3 002257 rtnmark0 mark_ble_lr 
-0x21a4 002258 jam 5 ,0x8901 
-0x21a5 002259 rtn 
-:      002261 rf_rx_enable:
-0x21a6 002262 bpatch patch02_5 ,mem_patch02 
-0x21a7 002263 call rf_debug_rx_gpio_high 
-0x21a8 002264 call rf_rx_agc_set 
-0x21a9 002265 force 8 ,radio_ctrl 
-0x21aa 002266 force 0 ,radio_ctrl 
-0x21ab 002268 setarg 0x0aaada 
-0x21ac 002269 store 3 ,0x8a0f 
-0x21ad 002270 jam 0x40 ,0x8a25 
-0x21ae 002271 jam 0x10 ,0x8a26 
-0x21af 002272 nop 60 
-0x21b0 002273 jam 0xfb ,0x8a01 
-0x21b1 002274 jam 0xff ,0x8a25 
-0x21b2 002275 jam 0x30 ,0x8a26 
-0x21b3 002276 jam 0x5e ,0x8a16 
-0x21b4 002277 nop 20 
-0x21b5 002278 jam 0x00 ,0x8a10 
-0x21b6 002279 jam 0x08 ,0x8a11 
-0x21b7 002280 nop 120 
-0x21b8 002281 jam 0xd ,0x8900 
-0x21b9 002282 rtn 
-:      002285 rf_rx_agc_set:
-0x21ba 002286 fetch 1 ,mem_gain_fix 
-0x21bb 002287 beq 0xff ,rf_rx_enable_no_soft_agc 
-0x21bc 002288 arg mem_gain_table ,contr 
-0x21bd 002289 iadd contr ,contr 
-0x21be 002290 ifetch 1 ,contr 
-0x21bf 002291 store 1 ,core_rf_rx_gain_fix 
-0x21c0 002292 jam 0x27 ,core_rf_rx_agc_ctrl 
-:      002294 rf_rx_enable_no_soft_agc:
-0x21c1 002295 fetcht 1 ,mem_gain_second_agc_en 
-0x21c2 002296 fetch 1 ,core_rf_rx_agc_ctrl 
-0x21c3 002297 ior temp ,pdata 
-0x21c4 002298 store 1 ,core_rf_rx_agc_ctrl 
-0x21c5 002299 rtn 
-:      002302 set_freq_tx_int:
-0x21c6 002303 jam 0x03 ,0x8900 
-0x21c7 002304 jam 0x02 ,0x8a24 
-0x21c8 002305 nop 20 
-0x21c9 002306 jam 0x65 ,0x8a70 
-0x21ca 002307 jam 0xdf ,0x8a23 
-0x21cb 002308 call set_lemode 
-0x21cc 002309 call ghp_lookup 
-0x21cd 002310 storet 1 ,mem_last_freq 
-0x21ce 002311 increase 2 ,temp 
-0x21cf 002312 branch aac_res_lookup 
-:      002316 calc_freq:
-0x21d0 002317 bpatch patch02_6 ,mem_patch02 
-0x21d1 002318 setarg 2400 
-0x21d2 002319 iadd temp ,pdata 
-0x21d3 002320 copy pdata ,rega 
-0x21d4 002321 fetcht 1 ,mem_fcomp_div 
-0x21d5 002322 rshift temp ,temp 
-0x21d6 002323 idiv temp 
-0x21d7 002325 call wait_div_end 
-0x21d8 002326 quotient pdata 
-0x21d9 002327 store 2 ,0x8909 
-0x21da 002328 remainder pdata 
-0x21db 002329 lshift16 pdata ,pdata 
-0x21dc 002330 lshift8 pdata ,pdata 
-0x21dd 002331 idiv temp 
-0x21de 002332 call wait_div_end 
-0x21df 002333 quotient pdata 
-0x21e0 002334 store 3 ,0x890b 
-0x21e1 002339 storer rega ,1 ,0x8a22 
-0x21e2 002340 rshift8 rega ,rega 
-0x21e3 002341 storer rega ,1 ,0x8a21 
-0x21e4 002342 jam 0xa0 ,0x8a20 
-0x21e5 002343 jam 0xe0 ,0x8a20 
-0x21e6 002344 jam 0xa0 ,0x8a20 
-0x21e7 002345 rtn 
-:      002347 ghp_lookup:
-0x21e8 002348 add temp ,2 ,pdata 
-0x21e9 002349 rshift3 pdata ,pdata 
-0x21ea 002350 and_into -2 ,pdata 
-0x21eb 002351 arg mem_ghpc_table ,contr 
-0x21ec 002352 bmark0 mark_ble_2m ,ghp_1m 
-0x21ed 002353 increase 12 ,contr 
-:      002354 ghp_1m:
-0x21ee 002355 iadd contr ,contr 
-0x21ef 002356 ifetchr rega ,2 ,contr 
-0x21f0 002357 ifetch 2 ,contr 
-0x21f1 002358 isub rega ,pdata 
-0x21f2 002359 add temp ,2 ,contr 
-0x21f3 002360 and_into 0xf ,contr 
-0x21f4 002361 imul32 contr ,pdata 
-0x21f5 002362 rshift4 pdata ,pdata 
-0x21f6 002363 iadd rega ,pdata 
-0x21f7 002364 store 2 ,0x8905 
-0x21f8 002365 rtn 
-:      002369 set_freq_tx:
-0x21f9 002370 bpatch patch02_7 ,mem_patch02 
-0x21fa 002371 call set_freq_tx_int 
-0x21fb 002372 nop 600 
-:      002374 txon:
-0x21fc 002375 bpatch patch03_0 ,mem_patch03 
-0x21fd 002376 setarg 0x0aaa7e 
-0x21fe 002377 store 3 ,0x8a0f 
-0x21ff 002378 nop 60 
-0x2200 002379 jam 0x00 ,0x8a25 
-0x2201 002380 jam 0x0d ,0x8a26 
-0x2202 002381 jam 0x56 ,0x8a16 
-0x2203 002382 nop 30 
-0x2204 002383 jam 0x1b ,0x8a15 
-0x2205 002384 call set_tx_power 
-0x2206 002385 nop 20 
-0x2207 002386 jam 0x0f ,0x8a26 
-0x2208 002387 nop 20 
-0x2209 002388 jam 0xa8 ,0x8a10 
-0x220a 002389 jam 0x00 ,0x8a11 
-0x220b 002390 rtn 
-:      002392 set_tx_power:
-0x220c 002393 bpatch patch03_1 ,mem_patch03 
-0x220d 002394 fetch 1 ,mem_tx_power 
-0x220e 002395 beq tx_power_0db ,set_tx_power_0db 
-0x220f 002396 beq tx_power_3db ,set_tx_power_3db 
-0x2210 002397 beq tx_power_5db ,set_tx_power_5db 
-0x2211 002398 beq tx_power_7db ,set_tx_power_7db 
-0x2212 002399 beq tx_power_10db ,set_tx_power_10db 
-0x2213 002400 beq tx_power_f3db ,set_tx_power_f3db 
-0x2214 002401 beq tx_power_f5db ,set_tx_power_f5db 
-0x2215 002402 beq tx_power_f10db ,set_tx_power_f10db 
-0x2216 002403 beq tx_power_f20db ,set_tx_power_f20db 
-:      002404 set_tx_power_0db:
-0x2217 002405 jam 0x17 ,0x8a14 
-0x2218 002406 setarg 0x251a3f 
-0x2219 002407 store 3 ,0x8a60 
-:      002408 set_tx_power_8a63_28:
-0x221a 002409 jam 0x28 ,0x8a63 
-0x221b 002410 rtn 
-:      002412 set_tx_power_3db:
-0x221c 002413 jam 0x25 ,0x8a14 
-0x221d 002414 setarg 0xa91c2d 
-0x221e 002415 store 3 ,0x8a60 
-:      002416 set_tx_power_8a63_2f:
-0x221f 002417 jam 0x2f ,0x8a63 
-0x2220 002418 rtn 
-:      002420 set_tx_power_5db:
-0x2221 002421 jam 0x25 ,0x8a14 
-0x2222 002422 setarg 0xa91c3f 
-0x2223 002423 store 3 ,0x8a60 
-0x2224 002424 branch set_tx_power_8a63_2f 
-:      002426 set_tx_power_7db:
-0x2225 002427 jam 0x25 ,0x8a14 
-0x2226 002428 setarg 0xa9383f 
-0x2227 002429 store 3 ,0x8a60 
-0x2228 002430 branch set_tx_power_8a63_2f 
-:      002432 set_tx_power_10db:
-0x2229 002433 jam 0x25 ,0x8a14 
-0x222a 002434 setarg 0xa93f3f 
-0x222b 002435 store 3 ,0x8a60 
-0x222c 002436 branch set_tx_power_8a63_2f 
-:      002439 set_tx_power_f3db:
-0x222d 002440 jam 0x17 ,0x8a14 
-0x222e 002441 setarg 0x251827 
-0x222f 002442 store 3 ,0x8a60 
-0x2230 002443 branch set_tx_power_8a63_28 
-:      002445 set_tx_power_f5db:
-0x2231 002446 jam 0x17 ,0x8a14 
-0x2232 002447 setarg 0x25181c 
-0x2233 002448 store 3 ,0x8a60 
-0x2234 002449 branch set_tx_power_8a63_28 
-:      002451 set_tx_power_f10db:
-0x2235 002452 jam 0x17 ,0x8a14 
-0x2236 002453 setarg 0x25180b 
-0x2237 002454 store 3 ,0x8a60 
-0x2238 002455 branch set_tx_power_8a63_28 
-:      002457 set_tx_power_f20db:
-0x2239 002458 jam 0x17 ,0x8a14 
-0x223a 002459 setarg 0x251000 
-0x223b 002460 store 3 ,0x8a60 
-0x223c 002461 branch set_tx_power_8a63_28 
-:      002465 initialize_radio:
-0x223d 002466 jam clksel_rc ,core_clksel 
-:      002467 initialize_radio_wait:
-0x223e 002468 fetch 2 ,mem_rf_init_ptr 
-0x223f 002469 bbit0 14 ,initialize_radio_wait 
-0x2240 002470 iforce contr 
-0x2241 002471 arg 0x8a00 ,temp 
-:      002472 initialize_radio_loop:
-0x2242 002473 ifetch 1 ,contr 
-0x2243 002474 beq 0xff ,initialize_radio_cont 
-0x2244 002475 ior temp ,contw 
-0x2245 002476 ifetch 1 ,contr 
-0x2246 002477 istore 1 ,contw 
-0x2247 002478 branch initialize_radio_loop 
-:      002480 initialize_radio_cont:
-0x2248 002481 bpatch patch03_2 ,mem_patch03 
-0x2249 002482 fetch 1 ,mem_wdt_always_work 
-0x224a 002483 call wdt_set_disable ,blank 
-0x224b 002485 until null ,lpo_edge 
-0x224c 002486 jam 0x5f ,0x813b 
-0x224d 002487 fetch 1 ,mem_fcomp_div 
-0x224e 002488 beq xtal_16m ,initialize_radio_16m 
-0x224f 002489 fetch 1 ,mem_ring_ibias_trim 
-0x2250 002490 or_into 0x04 ,pdata 
-0x2251 002491 store 1 ,0x8a02 
-0x2252 002492 jam 0x01 ,0x890f 
-0x2253 002493 jam 0x24 ,0x8a80 
-0x2254 002494 jam 0x62 ,0x8a81 
-0x2255 002495 setarg 0xe61212 
-0x2256 002496 store 3 ,0x8a73 
-:      002497 initialize_radio2:
-0x2257 002499 jam 0x60 ,0x8a86 
-0x2258 002500 jam 0x3b ,0x8a8b 
-0x2259 002502 call dpll_on 
-0x225a 002503 jam 0 ,core_config 
-0x225b 002504 jam clksel_dpll ,core_clksel 
-0x225c 002505 setarg 0x557474 
-0x225d 002506 store 3 ,0x8968 
-0x225e 002507 jam 0x6e ,0x8960 
-0x225f 002508 call rx_dcoc 
-0x2260 002509 call rfpll_aac_ghpc 
-0x2261 002510 fetch 1 ,mem_xtal_c_sel 
-0x2262 002511 store 1 ,core_xtal_cap 
-0x2263 002513 jam system_clk_12m ,mem_system_clk 
-0x2264 002514 call sadc_calibration 
-0x2265 002515 branch dpll_ring_ibias_calc 
-:      002517 initialize_radio_16m:
-0x2266 002518 fetch 1 ,mem_ring_ibias_trim 
-0x2267 002519 or_into 0x06 ,pdata 
-0x2268 002520 store 1 ,0x8a02 
-0x2269 002521 jam 0x00 ,0x890f 
-0x226a 002522 jam 0x23 ,0x8a80 
-0x226b 002523 jam 0xb0 ,0x8a81 
-0x226c 002524 setarg 0xe40909 
-0x226d 002525 store 3 ,0x8a73 
-0x226e 002526 jam 0x2a ,0x8a76 
-0x226f 002527 jam 0x04 ,0x8902 
-0x2270 002528 branch initialize_radio2 
-:      002530 rfpll_aac_ghpc:
-0x2271 002531 bpatch patch03_3 ,mem_patch03 
-0x2272 002532 call set_sync_on 
-0x2273 002533 jam 3 ,0x8900 
-0x2274 002534 jam 0x1 ,0x8a70 
-0x2275 002535 arg mem_ghpc_table ,regb 
-0x2276 002536 arg mem_aac_res_table ,regd 
-0x2277 002537 call rfpll_aac_ghpc_once 
-0x2278 002538 set1 mark_ble_2m ,mark 
-0x2279 002539 call rfpll_aac_ghpc_once 
-0x227a 002540 jam 0x61 ,0x8a70 
-0x227b 002541 branch shutdown_radio 
-:      002543 rfpll_aac_ghpc_once:
-0x227c 002544 call set_lemode 
-0x227d 002545 arg 6 ,loopcnt 
-0x227e 002546 arg 0 ,regc 
-:      002547 rfpll_cal_loop:
-0x227f 002548 copy regc ,temp 
-0x2280 002549 call aac_ghpc 
-0x2281 002550 increase 2 ,regb 
-0x2282 002551 increase 1 ,regd 
-0x2283 002552 increase 16 ,regc 
-0x2284 002553 loop rfpll_cal_loop 
-0x2285 002554 rtn 
-:      002556 dpll_on:
-0x2286 002557 fetch 1 ,mem_fcomp_div 
-0x2287 002558 beq xtal_24m ,dpll_on_24m 
-0x2288 002559 fetch 1 ,mem_ring_ibias_trim 
-0x2289 002560 or_into 0x06 ,pdata 
-0x228a 002561 store 1 ,0x8a02 
-0x228b 002562 jam 0xe0 ,0x8a05 
-:      002563 dpll_on_24m:
-0x228c 002564 jam 0xc8 ,0x8a00 
-0x228d 002565 nop 60 
-0x228e 002566 jam 0xa0 ,0x8a01 
-0x228f 002567 jam 0xcf ,0x8a00 
-0x2290 002568 jam 0xfa ,0x8a01 
-0x2291 002569 nop 20 
-0x2292 002570 jam 0x8f ,0x8a00 
-0x2293 002571 rtn 
-:      002573 aac_ghpc:
-0x2294 002574 bpatch patch03_4 ,mem_patch03 
-0x2295 002575 jam 0x30 ,0x8a20 
-0x2296 002576 jam 0xdd ,0x8a23 
-0x2297 002577 call calc_freq 
-:      002578 wait_cal_done:
-0x2298 002579 fetch 1 ,0x8a7c 
-0x2299 002580 bbit0 0 ,wait_cal_done 
-0x229a 002581 jam 0x30 ,0x8a7b 
-0x229b 002582 call read_cal_result 
-0x229c 002583 iforce rega 
-0x229d 002584 jam 0x40 ,0x8a7b 
-0x229e 002585 call read_cal_result 
-0x229f 002586 isub rega ,pdata 
-0x22a0 002587 mul32 pdata ,125 ,temp 
-0x22a1 002588 setarg 0xb00000 
-0x22a2 002589 idiv temp 
-0x22a3 002590 call wait_div_end 
-0x22a4 002591 quotient pdata 
-0x22a5 002592 bmark0 mark_ble_2m ,aac_ghpc_1m 
-0x22a6 002593 lshift pdata ,pdata 
-:      002594 aac_ghpc_1m:
-0x22a7 002595 istore 2 ,regb 
-0x22a8 002596 jam 0x20 ,0x8a7b 
-0x22a9 002597 fetch 1 ,0x8a7e 
-0x22aa 002598 lshift4 pdata ,pdata 
-0x22ab 002599 istore 1 ,regd 
-0x22ac 002600 jam 0 ,0x8a7b 
-0x22ad 002601 rtn 
-:      002603 read_cal_result:
-0x22ae 002604 fetch 2 ,0x8a7d 
-0x22af 002605 byteswap pdata ,pdata 
-0x22b0 002606 fetcht 1 ,0x8a7c 
-0x22b1 002607 lshift16 temp ,temp 
-0x22b2 002608 ior temp ,pdata 
-0x22b3 002609 rtn 
-:      002612 dpll_ring_ibias_calc:
-0x22b4 002613 bpatch patch03_5 ,mem_patch03 
-0x22b5 002614 fetch 1 ,core_vtest_ctrl0 
-0x22b6 002615 set1 0 ,pdata 
-0x22b7 002616 store 1 ,core_vtest_ctrl0 
-0x22b8 002617 jam 0xf0 ,core_vtest_ctrl1 
-0x22b9 002618 fetch 1 ,core_bbpll_cfg3 
-0x22ba 002619 or_into 0x16 ,pdata 
-0x22bb 002620 store 1 ,core_bbpll_cfg3 
-0x22bc 002622 fetch 1 ,mem_adc_dma_enable 
-0x22bd 002623 store 1 ,mem_temp 
-0x22be 002624 fetch 1 ,mem_adc_channel 
-0x22bf 002625 store 1 ,mem_temp + 1 
-0x22c0 002626 jam 0 ,mem_adc_dma_enable 
-0x22c1 002627 fetch 1 ,mem_ring_ibias_calc_adc_channel 
-0x22c2 002628 store 1 ,mem_adc_channel 
-0x22c3 002629 fetcht 1 ,mem_ring_ibias_calc_adc_gpio 
-0x22c4 002630 call gpio_set_high_impedance 
-0x22c5 002632 arg 0 ,rega 
-0x22c6 002633 arg 8 ,loopcnt 
-:      002634 dpll_ring_ibias_read_adc:
-0x22c7 002635 call enable_adc 
-0x22c8 002636 fetch 2 ,mem_adc_current_value 
-0x22c9 002637 iadd rega ,rega 
-0x22ca 002638 loop dpll_ring_ibias_read_adc 
-0x22cb 002639 rshift3 rega ,rega 
-0x22cc 002640 store 2 ,mem_adc_current_value 
-0x22cd 002642 fetch 1 ,mem_temp 
-0x22ce 002643 store 1 ,mem_adc_dma_enable 
-0x22cf 002644 fetch 1 ,mem_temp + 1 
-0x22d0 002645 store 1 ,mem_adc_channel 
-0x22d1 002647 fetch 1 ,core_bbpll_cfg3 
-0x22d2 002648 and_into 0xe0 ,pdata 
-0x22d3 002649 store 1 ,core_bbpll_cfg3 
-0x22d4 002650 jam 0x00 ,core_vtest_ctrl1 
-0x22d5 002651 fetch 1 ,core_vtest_ctrl0 
-0x22d6 002652 set0 0 ,pdata 
-0x22d7 002653 store 1 ,core_vtest_ctrl0 
-0x22d8 002655 call vdd_calculate_by_mode 
-0x22d9 002656 fetcht 2 ,mem_ring_ibias_vtune_high 
-0x22da 002657 isub temp ,null 
-0x22db 002658 branch ring_ibias_trim_incrs ,positive 
-0x22dc 002659 fetcht 2 ,mem_ring_ibias_vtune_low 
-0x22dd 002660 isub temp ,null 
-0x22de 002661 rtn positive 
-:      002662 ring_ibias_trim_decrs:
-0x22df 002663 fetch 1 ,mem_ring_ibias_trim 
-0x22e0 002664 rtneq 0x00 
-0x22e1 002665 increase -32 ,pdata 
-0x22e2 002666 store 1 ,mem_ring_ibias_trim 
-0x22e3 002667 rtn 
-:      002669 ring_ibias_trim_incrs:
-0x22e4 002670 fetch 1 ,mem_ring_ibias_trim 
-0x22e5 002671 rtneq 0xe0 
-0x22e6 002672 increase 32 ,pdata 
-0x22e7 002673 store 1 ,mem_ring_ibias_trim 
-0x22e8 002674 rtn 
-:      002677 save_rssi:
-0x22e9 002678 bpatch patch03_6 ,mem_patch03 
-0x22ea 002680 fetch 1 ,modem_nb_pow 
-0x22eb 002681 isolate1 6 ,pdata 
-0x22ec 002682 setflag true ,7 ,pdata 
-0x22ed 002683 store 1 ,mem_modem_rssi 
-0x22ee 002685 fetch 1 ,modem_gain 
-0x22ef 002686 and pdata ,0x0f ,temp 
-0x22f0 002687 lshift temp ,temp 
-0x22f1 002688 rshift4 pdata ,pdata 
-0x22f2 002689 iadd temp ,temp 
-0x22f3 002690 mul32 temp ,3 ,rega 
-0x22f4 002692 fetch 1 ,mem_modem_rssi 
-0x22f5 002693 call byte_sign_extern 
-0x22f6 002694 sub pdata ,0 ,pdata 
-0x22f7 002695 iadd rega ,pdata 
-0x22f8 002696 increase -9 ,pdata 
-0x22f9 002697 and pdata ,0x1ff ,pdata 
-0x22fa 002698 isolate1 8 ,pdata 
-0x22fb 002699 nbranch save_rssi_store ,true 
-0x22fc 002700 setarg 0 
-:      002701 save_rssi_store:
-0x22fd 002702 store 1 ,mem_rssi_hex 
-0x22fe 002703 branch rssi_hex2dec 
-:      002705 byte_sign_extern:
-0x22ff 002706 isolate1 7 ,pdata 
-0x2300 002707 nrtn true 
-0x2301 002708 arg 0xff00 ,temp 
-0x2302 002709 ior temp ,pdata 
-0x2303 002710 rtn 
-:      002712 rssi_hex2dec:
-0x2304 002713 fetch 1 ,mem_rssi_hex 
-0x2305 002714 call bcd 
-0x2306 002715 store 1 ,mem_rssi 
-0x2307 002716 rtn 
-:      002718 bcd:
-0x2308 002719 and_into 0xff ,pdata 
-0x2309 002720 div pdata ,10 
-0x230a 002721 call get_div_result 
-0x230b 002722 lshift4 pdata ,pdata 
-0x230c 002723 remainder temp 
-0x230d 002724 ior temp ,pdata 
-0x230e 002725 rtn 
-:      002727 gain_control:
-0x230f 002728 bpatch patch03_7 ,mem_patch03 
-0x2310 002729 fetch 1 ,mem_gain_fix 
-0x2311 002730 rtneq 0xff 
-0x2312 002731 nbranch gain_increase ,sync 
-0x2313 002732 fetch 1 ,mem_modem_rssi 
-0x2314 002733 sub pdata ,0xf0 ,null 
-0x2315 002734 nbranch gain_descend ,positive 
-0x2316 002735 sub pdata ,0x7f ,null 
-0x2317 002736 branch gain_descend ,positive 
-0x2318 002738 fetchr rega ,1 ,core_rf_rx_gain_fix 
-0x2319 002739 fetch 1 ,mem_gain_fix 
-0x231a 002740 rtneq 0 
-0x231b 002741 arg mem_gain_table ,contr 
-0x231c 002742 iadd contr ,contr 
-0x231d 002743 ifetch 1 ,contr 
-0x231e 002744 isub rega ,null 
-0x231f 002745 nrtn zero 
-0x2320 002746 increase -2 ,contr 
-0x2321 002747 ifetcht 1 ,contr 
-0x2322 002748 rshift4 temp ,pdata 
-0x2323 002749 rshift4 rega ,regb 
-0x2324 002750 isub regb ,regb 
-0x2325 002751 and temp ,0xf ,pdata 
-0x2326 002752 and rega ,0xf ,rega 
-0x2327 002753 isub rega ,rega 
-0x2328 002754 lshift rega ,pdata 
-0x2329 002755 iadd regb ,regb 
-0x232a 002756 mul32 regb ,3 ,regb 
-0x232b 002757 fetcht 1 ,mem_modem_rssi 
-0x232c 002758 and temp ,0x80 ,pdata 
-0x232d 002759 rtn blank 
-:      002760 add_negative:
-0x232e 002761 setarg 0x100 
-0x232f 002762 isub temp ,temp 
-0x2330 002763 copy regb ,pdata 
-0x2331 002764 isub temp ,pdata 
-0x2332 002765 rtn positive 
-0x2333 002766 and pdata ,0xff ,pdata 
-0x2334 002767 rtneq 0xff 
-0x2335 002768 rtneq 0xfe 
-:      002770 gain_increase:
-0x2336 002771 fetch 1 ,mem_gain_fix 
-0x2337 002772 beq 1 ,set_rx_gain0 
-0x2338 002773 beq 2 ,set_rx_gain1 
-0x2339 002775 branch set_rx_gain0 
-:      002777 gain_descend:
-0x233a 002778 fetch 1 ,mem_gain_fix 
-0x233b 002779 beq 0 ,set_rx_gain1 
-0x233c 002780 beq 1 ,set_rx_gain2 
-:      002782 set_rx_gain2:
-0x233d 002783 jam 2 ,mem_gain_fix 
-0x233e 002784 rtn 
-:      002786 set_rx_gain0:
-0x233f 002787 jam 0 ,mem_gain_fix 
-0x2340 002788 rtn 
-:      002790 set_rx_gain1:
-0x2341 002791 jam 1 ,mem_gain_fix 
-0x2342 002792 rtn 
-:      002799 ahead_window:
-0x2343 002800 copy pdata ,temp 
-0x2344 002801 bpatch patch04_0 ,mem_patch04 
-0x2345 002802 copy temp ,pdata 
-0x2346 002803 call clk2bt 
-0x2347 002804 lshift16 bt_clk ,pdata 
-0x2348 002805 set1 44 ,pdata 
-0x2349 002806 call clk_diff 
-0x234a 002807 set0 44 ,pdata 
-0x234b 002808 call get_clk 
-0x234c 002809 call clk_diff 
-0x234d 002810 rtn user 
-0x234e 002811 call clk2rt 
-0x234f 002812 iforce stop_watch 
-0x2350 002813 until null ,timeout 
-0x2351 002814 rtn 
-:      002817 get_clk:
-0x2352 002818 copy clkn ,temp 
-0x2353 002819 rtn master 
-0x2354 002820 copy clke ,temp 
-0x2355 002821 rtn 
-:      002823 get_clkbt:
-0x2356 002824 deposit clkn_bt 
-0x2357 002825 rtn master 
-0x2358 002826 deposit clke_bt 
-0x2359 002827 rtn 
-:      002830 assert:
-0x235a 002831 bpatch patch04_1 ,mem_patch04 
-0x235b 002832 branch assert 
-:      002835 sleep:
-0x235c 002836 rtn blank 
-0x235d 002838 rshift pdata ,pdata 
-0x235e 002839 increase -3 ,pdata 
-:      002840 sleep_loop:
-0x235f 002841 increase -1 ,pdata 
-0x2360 002842 nbranch sleep_loop ,zero 
-0x2361 002843 force 0 ,pdata 
-0x2362 002844 rtn 
-:      002848 init_param:
-0x2363 002850 setarg param_tx_setup 
-0x2364 002851 store 2 ,mem_param_tx_setup 
-0x2365 002852 setarg param_rf_setup 
-0x2366 002853 store 2 ,mem_param_rf_setup 
-0x2367 002854 setarg param_conn_access 
-0x2368 002855 store 2 ,mem_param_conn_access 
-0x2369 002856 setarg param_rx_setup 
-0x236a 002857 store 2 ,mem_param_rx_setup 
-0x236b 002858 setarg param_clke_cal 
-0x236c 002859 store 2 ,mem_param_clke_cal 
-0x236d 002860 setarg param_pll_setup 
-0x236e 002861 store 2 ,mem_param_pll_setup 
-0x236f 002862 setarg param_dpll_start_delay 
-0x2370 002863 store 2 ,mem_param_dpll_start_delay 
-0x2371 002864 setarg param_rt_rthalfslot 
-0x2372 002865 store 2 ,mem_param_rt_rthalfslot 
-0x2373 002866 setarg param_clke_cal_le_1m 
-0x2374 002867 store 2 ,mem_param_clke_cal_le_1m 
-0x2375 002868 setarg param_clke_cal_le_2m 
-0x2376 002869 store 2 ,mem_param_clke_cal_le_2m 
-0x2377 002870 setarg param_clke_cal_le_coded 
-0x2378 002871 store 2 ,mem_param_clke_cal_le_coded 
-0x2379 002873 bpatch patch04_2 ,mem_patch04 
-0x237a 002874 rtn wake 
-0x237b 002875 setarg att_default_mtu 
-0x237c 002876 store 2 ,mem_le_remote_mtu 
-0x237d 002877 jam param_t_ifs_150us + param_sync_time_difference ,mem_le_tx_ifs_defference 
-0x237e 002878 setarg mem_ble_tx_buff0 
-0x237f 002879 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
-0x2380 002880 setarg mem_ble_l2cap_tx_buff_size 
-0x2381 002881 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
-0x2382 002882 rshift clkn_bt ,pdata 
-0x2383 002883 store 4 ,mem_last_clkn 
-0x2384 002884 rtn 
-:      002891 lpmstate:
-0x2385 002892 setarg 0xee21 
-0x2386 002893 store 2 ,core_clkoff 
-0x2387 002894 fetchr alarm ,4 ,core_gpio_in 
-0x2388 002895 fetch 1 ,core_lpm_isogate 
-0x2389 002896 bbit0 gpio_latch ,power_up 
-0x238a 002897 enable wake 
-0x238b 002898 bbit1 cold_wake ,lpmwake 
-0x238c 002899 disable wake 
-0x238d 002900 deposit auxcnt 
-0x238e 002901 nbranch lpmwake ,blank 
-0x238f 002902 fetch 1 ,core_lpm_sysctl 
-0x2390 002903 bbit1 reload_code ,lpmwake 
-0x2391 002904 arg param_hibernate_clks ,temp 
-0x2392 002905 branch lpm_enter_sleep 
-:      002906 lpmwake:
-0x2393 002907 call lpm_poweron_retmem 
-0x2394 002908 call lpm_load_context ,wake 
-0x2395 002909 fetch 1 ,core_lpm_isogate 
-0x2396 002910 set0 gpio_latch ,pdata 
-0x2397 002911 store 1 ,core_lpm_isogate 
-0x2398 002912 nbranch boot_load ,wake 
-0x2399 002913 call clean_smem 
-0x239a 002914 storer alarm ,4 ,mem_saved_gpio_in 
-0x239b 002915 rtn 
-:      002917 power_up:
-0x239c 002918 call lpm_poweron_retmem 
-:      002919 boot_load:
-0x239d 002920 call loadcode 
-0x239e 002921 storer alarm ,4 ,mem_saved_gpio_in 
-0x239f 002922 rtn 
-:      002924 lpm_poweron_retmem:
-0x23a0 002925 until null ,lpo_edge 
-0x23a1 002926 fetch 1 ,core_lpm_ldosel 
-0x23a2 002927 and_into 0x88 ,pdata 
-0x23a3 002928 store 1 ,core_lpm_ldosel 
-0x23a4 002929 until null ,lpo_edge 
-0x23a5 002930 fetch 1 ,core_lpm_isogate 
-0x23a6 002931 or_into 0xf ,pdata 
-0x23a7 002932 store 1 ,core_lpm_isogate 
-0x23a8 002933 until null ,lpo_edge 
-0x23a9 002934 set1 isogate ,pdata 
-0x23aa 002935 store 1 ,core_lpm_isogate 
-0x23ab 002936 until null ,lpo_edge 
-0x23ac 002937 set1 retmem_cs ,pdata 
-0x23ad 002938 store 1 ,core_lpm_isogate 
-0x23ae 002939 until null ,lpo_edge 
-0x23af 002940 rtn 
-:      002942 lpm_xtal_default:
-0x23b0 002943 until null ,lpo_edge 
-0x23b1 002944 jam 0x76 ,core_xtal_ib 
-0x23b2 002945 until null ,lpo_edge 
-0x23b3 002946 jam 0x37 ,core_xtal_cap 
-0x23b4 002947 rtn 
-:      002949 xtal_fast_wake:
-0x23b5 002950 until null ,lpo_edge 
-0x23b6 002951 jam 0x76 ,core_xtal_ib 
-0x23b7 002952 until null ,lpo_edge 
-0x23b8 002953 jam 0x37 ,core_xtal_cap 
-0x23b9 002954 rtn 
-:      002956 lpm_write_lock:
-0x23ba 002959 fetch 1 ,mem_device_option 
-0x23bb 002960 lshift4 pdata ,pdata 
-0x23bc 002962 store 1 ,core_ucode_flag 
-0x23bd 002963 until null ,lpo_edge 
-0x23be 002964 fetch 1 ,mem_peripheral_lock_flag 
-0x23bf 002965 set1 rom_lock_bit ,pdata 
-0x23c0 002966 set1 option_lock ,pdata 
-0x23c1 002967 store 1 ,core_peripheral_lock 
-0x23c2 002968 branch lpm_write_wait 
-:      002970 lpm_write_ice_disable:
-0x23c3 002971 fetch 1 ,core_lpm_sysctl 
-0x23c4 002972 set0 ice_mode ,pdata 
-0x23c5 002973 store 1 ,core_lpm_sysctl 
-0x23c6 002974 rtn 
-:      002976 lpm_write_ice_enable:
-0x23c7 002977 fetch 1 ,core_lpm_sysctl 
-0x23c8 002978 set1 ice_mode ,pdata 
-0x23c9 002979 store 1 ,core_lpm_sysctl 
-0x23ca 002980 rtn 
-:      002982 lpm_preon_counter:
-0x23cb 002983 fetch 3 ,mem_lpm_xtalcnt 
-0x23cc 002984 arg core_lpm_xtalcnt ,contw 
-:      002985 lpm_write_3bytes:
-0x23cd 002986 arg 3 ,loopcnt 
-0x23ce 002987 branch lpm_write_loop 
-:      002989 lpm_write_mpu_s0:
-0x23cf 002990 arg core_mpu_s0_saddr ,contw 
-:      002991 lpm_write_dword:
-0x23d0 002992 arg 4 ,loopcnt 
-:      002993 lpm_write_loop:
-0x23d1 002994 until null ,lpo_edge 
-0x23d2 002995 istore 1 ,contw 
-0x23d3 002996 rshift8 pdata ,pdata 
-0x23d4 002997 loop lpm_write_loop 
-0x23d5 002998 branch lpm_write_wait 
-:      003000 lpm_write_mpu_s1:
-0x23d6 003001 arg core_mpu_s1_saddr ,contw 
-0x23d7 003002 branch lpm_write_dword 
-:      003005 lpm_disable_exen_output:
-0x23d8 003006 fetch 1 ,core_lpm_ldosel 
-0x23d9 003007 set0 3 ,pdata 
-0x23da 003008 store 1 ,core_lpm_ldosel 
-0x23db 003009 rtn 
-:      003011 lpm_disable_io_dozed:
-0x23dc 003012 fetch 1 ,mem_lpm_hv_sel 
-0x23dd 003013 rtn blank 
-0x23de 003014 set0 lpm_doze_en_bit ,pdata 
-0x23df 003015 branch lpm_write_sel_hv 
-:      003017 lpm_save_sel_hv:
-0x23e0 003018 store 1 ,mem_lpm_hv_sel 
-:      003019 lpm_write_sel_hv:
-0x23e1 003020 store 1 ,core_io_doze_en 
-:      003021 lpm_write_wait:
-0x23e2 003022 until null ,lpo_edge 
-0x23e3 003023 rtn 
-:      003026 lpm_write_io_vsel:
-0x23e4 003027 store 1 ,core_io_vsel 
-0x23e5 003028 branch lpm_write_wait 
-:      003031 lpm_load_context:
-0x23e6 003032 call lpm_disable_io_dozed 
-0x23e7 003033 fetch 1 ,mem_saved_spidctrl 
-0x23e8 003034 store 1 ,core_spid_ctrl 
-0x23e9 003035 arg mem_saved_gpio ,contr 
-0x23ea 003036 arg core_gpio_conf ,contw 
-0x23eb 003037 call memcpy16 
-0x23ec 003038 arg core_gpio_conf_hi ,contw 
-0x23ed 003039 call memcpy8 
-0x23ee 003040 fetchr mark ,8 ,mem_saved_mark 
-0x23ef 003041 arg core_gpio_wakeup_cfg ,contr 
-0x23f0 003042 arg mem_gpio_wakeup_cfg ,contw 
-0x23f1 003043 arg 12 ,loopcnt 
-0x23f2 003044 call memcpy 
-0x23f3 003045 branch load_ucode 
-:      003047 lpm_save_context:
-0x23f4 003048 storer mark ,8 ,mem_saved_mark 
-0x23f5 003049 arg core_gpio_conf ,contr 
-0x23f6 003050 arg mem_saved_gpio ,contw 
-0x23f7 003051 call memcpy16 
-0x23f8 003052 arg core_gpio_conf_hi ,contr 
-0x23f9 003053 call memcpy8 
-0x23fa 003054 fetch 1 ,core_spid_ctrl 
-0x23fb 003055 store 1 ,mem_saved_spidctrl 
-0x23fc 003056 branch lpm_write_gpio_wakeup 
-:      003058 lpm_write_gpio_wakeup:
-0x23fd 003059 arg 12 ,loopcnt 
-0x23fe 003060 arg mem_gpio_wakeup_cfg ,contr 
-0x23ff 003061 arg core_gpio_wakeup_cfg ,rega 
-:      003062 lpm_write_gpio_loop:
-0x2400 003063 ifetch 1 ,contr 
-0x2401 003064 ncall lpm_write_gpio ,blank 
-0x2402 003065 increase 1 ,rega 
-0x2403 003066 loop lpm_write_gpio_loop 
-0x2404 003067 rtn 
-:      003068 lpm_write_gpio:
-0x2405 003069 istore 1 ,rega 
-0x2406 003070 until null ,lpo_edge 
-0x2407 003071 rtn 
-:      003073 lpo_calibration:
-0x2408 003074 bpatch patch04_3 ,mem_patch04 
-0x2409 003075 fetch 1 ,core_ccnt_bit 
-0x240a 003076 nbranch lpo_cal_inited ,blank 
-0x240b 003077 fetch 3 ,mem_clks_per_lpo 
-0x240c 003078 nrtn blank 
-0x240d 003079 jam 0xc ,core_ccnt_bit 
-0x240e 003080 jam ccnt_start ,core_misc_ctrl 
-:      003081 lpo_cal_inited:
-0x240f 003082 fetch 1 ,core_perf_status 
-0x2410 003083 rtnbit0 1 
-0x2411 003084 fetch 3 ,core_clk_counter 
-0x2412 003085 store 3 ,mem_clks_per_lpo 
-0x2413 003086 rtn 
-:      003090 lpm_doze:
-0x2414 003091 fetch 1 ,mem_lpm_sysctl 
-0x2415 003092 set1 reload_code ,pdata 
-0x2416 003093 store 1 ,mem_lpm_sysctl 
-:      003096 lpm_hibernate:
-0x2417 003097 bpatch patch04_4 ,mem_patch04 
-0x2418 003098 arg param_hibernate_clks ,temp 
-0x2419 003099 fetch 1 ,mem_lpm_hibernate_switch 
-0x241a 003100 store 1 ,mem_lpm_isogate_final 
-0x241b 003101 fetch 1 ,mem_lpm_sysctl 
-0x241c 003102 store 1 ,core_lpm_sysctl 
-0x241d 003103 until null ,lpo_edge 
-:      003105 lpm_sleep:
-0x241e 003106 bpatch patch04_5 ,mem_patch04 
-0x241f 003108 fetch 2 ,mem_cb_before_lpm_sleep 
-0x2420 003109 call callback_func 
-:      003110 lpm_sleep_skip_cb_function:
-0x2421 003111 fetch 4 ,mem_sleep_counter_all 
-0x2422 003112 iadd temp ,pdata 
-0x2423 003113 store 4 ,mem_sleep_counter_all 
-0x2424 003114 call lpm_save_context 
-0x2425 003115 fetch 1 ,mem_lpm_hv_sel 
-0x2426 003116 set1 lpm_doze_en_bit ,pdata 
-0x2427 003117 call lpm_write_sel_hv 
-0x2428 003118 ncall lpm_preon_counter ,wake 
-0x2429 003119 until null ,lpo_edge 
-0x242a 003120 storer clkn ,6 ,mem_sleep_clkn 
-0x242b 003121 fetch 3 ,mem_lpm_isogate 
-0x242c 003122 fetchr rega ,1 ,mem_lpm_ldo_sel 
-0x242d 003123 arg 3 ,loopcnt 
-:      003124 lpm_sleep_loop:
-0x242e 003125 until null ,lpo_edge 
-0x242f 003126 store 1 ,core_lpm_isogate 
-0x2430 003127 rshift8 pdata ,pdata 
-0x2431 003128 loop lpm_sleep_loop 
-0x2432 003129 until null ,lpo_edge 
-0x2433 003130 storer rega ,1 ,core_lpm_ldosel 
-:      003131 lpm_enter_sleep:
-0x2434 003132 until null ,lpo_edge 
-0x2435 003133 storet 4 ,core_lpm_reg 
-0x2436 003134 jam lpmreg_sel_counter ,core_lpm_wr 
-0x2437 003135 until null ,never 
-:      003137 lpm_cal_xtal_startup:
-0x2438 003138 fetch 1 ,mem_lpm_xtalcnt 
-0x2439 003139 nrtn blank 
-0x243a 003140 jam clksel_rc ,core_clksel 
-0x243b 003141 jam 0xf8 ,core_lpm_ctrl 
-0x243c 003142 setarg 200000 
-0x243d 003143 call sleep 
-0x243e 003144 call xtal_fast_wake 
-0x243f 003145 until null ,lpo_edge 
-0x2440 003146 jam 0xff ,core_lpm_ctrl 
-0x2441 003147 copy lpo_time ,alarm 
-0x2442 003148 jam clksel_xtal ,core_clksel 
-0x2443 003149 nop 10 
-0x2444 003150 until null ,lpo_edge 
-0x2445 003151 deposit lpo_time 
-0x2446 003152 isub alarm ,pdata 
-0x2447 003153 increase 0x30 ,pdata 
-0x2448 003154 arg 0xff ,temp 
-0x2449 003155 call ceiling 
-0x244a 003156 store 1 ,mem_lpm_xtalcnt 
-0x244b 003157 nop 30000 
-0x244c 003158 nop 30000 
-0x244d 003159 nop 30000 
-0x244e 003160 rtn 
-:      003163 lpm_recover_clk:
-0x244f 003164 bpatch patch04_6 ,mem_patch04 
-0x2450 003165 setarg 0 
-0x2451 003166 copy auxcnt ,null 
-0x2452 003167 branch lpm_recover_timeout ,zero 
-0x2453 003168 fetch 1 ,core_lpm_xtalcnt 
-0x2454 003169 fetcht 1 ,core_lpm_buckcnt 
-0x2455 003170 isub temp ,null 
-0x2456 003171 branch lpm_recover_xtal ,positive 
-0x2457 003172 deposit temp 
-:      003173 lpm_recover_xtal:
-0x2458 003174 isub auxcnt ,pdata 
-0x2459 003175 increase 1 ,pdata 
-:      003176 lpm_recover_timeout:
-0x245a 003177 increase 8 ,pdata 
-0x245b 003178 until null ,lpo_edge 
-0x245c 003179 iadd lpo_time ,pdata 
-0x245d 003180 fetcht 4 ,mem_sleep_counter 
-0x245e 003181 iadd temp ,pdata 
-0x245f 003182 fetcht 3 ,mem_clks_per_lpo 
-0x2460 003183 imul32 temp ,pdata 
-0x2461 003184 rshift8 pdata ,pdata 
-0x2462 003185 rshift4 pdata ,pdata 
-0x2463 003186 increase param_lpm_fix ,pdata 
-0x2464 003187 fetcht 2 ,mem_param_rt_rthalfslot 
-0x2465 003188 idiv temp 
-0x2466 003189 call get_div_result 
-0x2467 003190 lshift16 pdata ,pdata 
-0x2468 003191 remainder temp 
-0x2469 003192 ior temp ,pdata 
-0x246a 003193 fetcht 6 ,mem_sleep_clkn 
-0x246b 003194 call clk_add 
-0x246c 003195 copy temp ,clkn 
-0x246d 003196 fetch 6 ,mem_context + coffset_clk_offset 
-0x246e 003197 call calc_clke2 
-0x246f 003198 deposit clke 
-0x2470 003199 store 6 ,mem_pdatatemp 
-0x2471 003200 deposit auxcnt 
-0x2472 003201 istore 1 ,contw 
-0x2473 003202 fetch 1 ,core_gpio_in1 
-0x2474 003203 or_into 0xf0 ,pdata 
-0x2475 003204 istore 1 ,contw 
-0x2476 003205 rtn 
-:      003208 lpm_adjust_clk:
-0x2477 003209 bpatch patch04_7 ,mem_patch04 
-0x2478 003210 deposit clke 
-0x2479 003211 call clk_diff_rt 
-0x247a 003212 fetcht 4 ,mem_sleep_counter_all 
-0x247b 003213 sub temp ,0xff ,null 
-0x247c 003214 rtn positive 
-0x247d 003215 lshift8 pdata ,pdata 
-0x247e 003216 lshift4 pdata ,pdata 
-0x247f 003217 idiv temp 
-0x2480 003218 call get_div_result 
-0x2481 003219 arg param_lpm_adjmax ,temp 
-0x2482 003220 call ceiling 
-0x2483 003221 store 1 ,mem_lpm_adjust 
-0x2484 003222 nbranch lpm_adjust_positive ,user 
-0x2485 003223 sub pdata ,0 ,pdata 
-:      003224 lpm_adjust_positive:
-0x2486 003225 fetcht 3 ,mem_clks_per_lpo 
-0x2487 003226 iadd temp ,pdata 
-0x2488 003227 store 3 ,mem_clks_per_lpo 
-:      003228 lpm_clear_counter:
-0x2489 003229 setarg 0 
-0x248a 003230 store 4 ,mem_sleep_counter_all 
-0x248b 003231 rtn 
-:      003234 lpm_dispatch:
-0x248c 003235 bpatch patch05_0 ,mem_patch05 
-0x248d 003236 call lpo_calibration 
-0x248e 003237 fetch 3 ,mem_clks_per_lpo 
-0x248f 003238 rtn blank 
-0x2490 003239 fetch 1 ,mem_lpm_mode 
-0x2491 003240 rtn blank 
-0x2492 003241 fetch 1 ,mem_secure_connections_enable 
-0x2493 003242 branch lpm_dispatch_next ,blank 
-0x2494 003243 fetch 1 ,mem_sc_local_key_invalid 
-0x2495 003244 rtn blank 
-:      003245 lpm_dispatch_next:
-0x2496 003246 fetch 1 ,mem_sc_calc 
-0x2497 003247 nrtn blank 
-0x2498 003248 arg context_check_a_wack ,regc 
-0x2499 003249 call context_search 
-0x249a 003250 rtn zero 
-0x249b 003251 call lpm_check_wake_lock 
-0x249c 003252 nrtn blank 
-0x249d 003253 call context_check_idle 
-0x249e 003254 nbranch lpm_dispatch_unconn ,zero 
-0x249f 003255 rtn wake 
-0x24a0 003256 bpatch patch05_1 ,mem_patch05 
-0x24a1 003257 fetcht 1 ,mem_lpm_current_mult 
-0x24a2 003258 fetch 2 ,mem_context + coffset_tsniff 
-0x24a3 003259 imul32 temp ,pdata 
-0x24a4 003260 rshift4 temp ,temp 
-0x24a5 003261 rshift2 temp ,temp 
-0x24a6 003262 isub temp ,pdata 
-0x24a7 003263 fetcht 4 ,mem_context + coffset_sniff_anchor 
-0x24a8 003264 iadd temp ,pdata 
-0x24a9 003265 fetcht 1 ,mem_lpm_overhead 
-0x24aa 003266 isub temp ,pdata 
-0x24ab 003267 lshift16 pdata ,alarm 
-0x24ac 003268 fetch 2 ,mem_context + coffset_rx_window 
-0x24ad 003269 rshift pdata ,pdata 
-0x24ae 003270 call clk2bt 
-0x24af 003271 deposit alarm 
-0x24b0 003272 call clk_diff 
-0x24b1 003273 copy clke ,temp 
-0x24b2 003274 call clk_diff_rt 
-0x24b3 003275 rtn user 
-:      003276 lpm_dispatch_sleep:
-0x24b4 003277 call clk2lpo 
-:      003278 lpm_dispatch_lpo:
-0x24b5 003279 bpatch patch05_2 ,mem_patch05 
-0x24b6 003280 fetch 1 ,mem_lpm_xtalcnt 
-0x24b7 003281 isub temp ,null 
-0x24b8 003282 branch lpm_clear_counter ,positive 
-0x24b9 003283 storet 4 ,mem_sleep_counter 
-0x24ba 003284 call app_will_enter_lpm 
-0x24bb 003286 fetcht 4 ,mem_sleep_counter 
-0x24bc 003287 branch lpm_sleep 
-:      003289 lpm_dispatch_unconn:
-0x24bd 003290 bpatch patch05_3 ,mem_patch05 
-0x24be 003291 fetch 1 ,mem_le_adv_enable 
-0x24bf 003292 nbranch lpm_unconn_cont ,blank 
-0x24c0 003293 rtn 
-:      003295 lpm_unconn_cont:
-0x24c1 003296 fetch 2 ,mem_lpm_interval 
-0x24c2 003297 rtn blank 
-:      003298 lpm_sleep_btclk:
-0x24c3 003299 fetcht 1 ,mem_lpm_overhead 
-0x24c4 003300 isub temp ,pdata 
-0x24c5 003301 arg 7500 ,temp 
-0x24c6 003302 imul32 temp ,pdata 
-0x24c7 003303 branch lpm_dispatch_sleep 
-:      003306 lpm_mult_wait_timeout:
-0x24c8 003307 fetch 2 ,mem_cb_bt_set_mult 
-0x24c9 003308 call callback_func 
-0x24ca 003309 nbranch lpm_mult_short ,blank 
-0x24cb 003310 jam 0 ,mem_lpm_current_mult 
-0x24cc 003311 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-0x24cd 003312 fetch 1 ,mem_lpm_mult_cnt 
-0x24ce 003313 branch lpm_mult_long ,blank 
-0x24cf 003314 increase -1 ,pdata 
-0x24d0 003315 store 1 ,mem_lpm_mult_cnt 
-0x24d1 003316 rtn 
-:      003321 lpm_match:
-0x24d2 003322 jam 0 ,mem_sniff_unint_lost 
-0x24d3 003323 fetch 3 ,mem_sniff_rcv 
-0x24d4 003324 increase 1 ,pdata 
-0x24d5 003325 store 3 ,mem_sniff_rcv 
-0x24d6 003326 rtn 
-:      003329 lpm_lost:
-0x24d7 003330 bpatch patch05_4 ,mem_patch05 
-0x24d8 003331 jam 0 ,mem_lpm_current_mult 
-0x24d9 003332 fetch 3 ,mem_sniff_lost 
-0x24da 003333 increase 1 ,pdata 
-0x24db 003334 store 3 ,mem_sniff_lost 
-0x24dc 003335 fetch 1 ,mem_sniff_unint_lost 
-0x24dd 003336 increase 1 ,pdata 
-0x24de 003337 store 1 ,mem_sniff_unint_lost 
-0x24df 003338 rtn 
-:      003340 lpm_mult_short:
-0x24e0 003341 jam 0 ,mem_lpm_current_mult 
-0x24e1 003342 fetch 1 ,mem_lpm_mult_timeout 
-0x24e2 003343 store 1 ,mem_lpm_mult_cnt 
-0x24e3 003344 rtn 
-:      003346 lpm_mult_long:
-0x24e4 003347 fetcht 1 ,mem_lpm_mult 
-0x24e5 003348 storet 1 ,mem_lpm_current_mult 
-0x24e6 003349 rtn 
-:      003353 lpm_get_wake_lock:
-0x24e7 003354 fetch 2 ,mem_lpm_wake_lock 
-0x24e8 003355 qset1 pdata 
-0x24e9 003356 store 2 ,mem_lpm_wake_lock 
-0x24ea 003357 rtn 
-:      003359 lpm_put_wake_lock:
-0x24eb 003360 fetch 2 ,mem_lpm_wake_lock 
-0x24ec 003361 qset0 pdata 
-0x24ed 003362 store 2 ,mem_lpm_wake_lock 
-0x24ee 003363 rtn 
-:      003367 lpm_check_wake_lock:
-0x24ef 003368 bpatch patch05_5 ,mem_patch05 
-0x24f0 003369 call app_check_wake_lock 
-0x24f1 003370 fetch 2 ,mem_lpm_wake_lock 
-0x24f2 003371 copy pdata ,rega 
-0x24f3 003372 fetch 3 ,mem_tx_fifo3 
-0x24f4 003373 nsetflag blank ,wake_lock_ble_tx ,rega 
-0x24f5 003374 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
-0x24f6 003375 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
-0x24f7 003376 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
-0x24f8 003377 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
-0x24f9 003378 fetch 1 ,mem_hci_cmd 
-0x24fa 003379 nsetflag blank ,wake_lock_cmd ,rega 
-0x24fb 003380 fetch 1 ,mem_device_option 
-0x24fc 003381 compare dvc_op_module ,pdata ,0xff 
-0x24fd 003382 call lpm_uart_wake_lock ,true 
-0x24fe 003383 copy rega ,pdata 
-0x24ff 003384 store 2 ,mem_lpm_wake_lock 
-0x2500 003385 rtn 
-:      003387 lpm_uart_wake_lock:
-0x2501 003388 fetch 2 ,core_uart_rxitems 
-0x2502 003389 nsetflag blank ,wake_lock_uart_rx ,rega 
-0x2503 003390 fetch 2 ,core_uart_txitems 
-0x2504 003391 nsetflag blank ,wake_lock_uart_tx ,rega 
-0x2505 003392 rtn 
-:      003401 le_init_conn:
-0x2506 003402 bpatchx patch21_6 ,mem_patch21 
-0x2507 003403 disable wake 
-0x2508 003404 jam 1 ,mem_le_conn_handle 
-0x2509 003405 jam 3 ,mem_le_state 
-0x250a 003406 jam 1 ,mem_le_arq 
-0x250b 003407 setarg -1 
-0x250c 003408 store 2 ,mem_le_event_count 
-0x250d 003409 force 0 ,pdata 
-0x250e 003410 store 1 ,mem_le_ch 
-0x250f 003411 store 1 ,mem_le_op 
-0x2510 003412 store 3 ,mem_sniff_rcv 
-0x2511 003413 store 3 ,mem_sniff_lost 
-0x2512 003414 call le_clear_enc 
-0x2513 003415 jam 1 ,mem_le_txheader 
-0x2514 003416 jam 0 ,mem_le_txlen 
-0x2515 003417 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
-0x2516 003418 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
-0x2517 003419 jam 0 ,mem_le_l2cap_att_states 
-0x2518 003420 branch le_supervision_flush 
-:      003422 le_init_master:
-0x2519 003423 bpatchx patch21_7 ,mem_patch21 
-0x251a 003424 enable master 
-0x251b 003425 jam lemode_master ,mem_le_mode 
-0x251c 003426 jam 1 ,mem_le_att_handle 
-0x251d 003427 jam 1 ,mem_le_search_handle_start 
-0x251e 003428 setarg 0xffff 
-0x251f 003429 store 2 ,mem_le_search_handle_end 
-0x2520 003430 force 0 ,pdata 
-0x2521 003431 store 5 ,mem_ccm_pcnt_rx 
-0x2522 003432 set1 le_ccm_directionbit ,pdata 
-0x2523 003433 store 5 ,mem_ccm_pcnt_tx 
-0x2524 003434 branch le_init_conn 
-:      003437 le_init_slave:
-0x2525 003438 bpatchx patch22_0 ,mem_patch22 
-0x2526 003439 disable master 
-0x2527 003440 setarg 0x17 
-0x2528 003441 store 2 ,mem_le_remote_mtu 
-0x2529 003442 increase 4 ,pdata 
-0x252a 003443 store 2 ,mem_remote_rx_max_octets 
-0x252b 003444 jam lemode_slave ,mem_le_mode 
-0x252c 003445 jam 0 ,mem_le_adv_enable 
-0x252d 003446 jam 0 ,mem_lpm_current_mult 
-0x252e 003447 call le_clear_pairing_state 
-0x252f 003448 fetch 2 ,mem_le_superto 
-0x2530 003449 store 2 ,mem_le_init_superto 
-0x2531 003450 fetch 2 ,mem_le_tsniff 
-0x2532 003451 mul32 pdata ,5 ,pdata 
-0x2533 003452 rshift4 pdata ,pdata 
-0x2534 003453 store 2 ,mem_le_superto 
-0x2535 003454 branch le_init_conn 
-:      003461 le_conn_dispatch:
-0x2536 003462 bpatchx patch22_1 ,mem_patch22 
-0x2537 003463 call le_enable 
-0x2538 003464 fetch 1 ,mem_le_state 
-0x2539 003465 isolate1 lestate_encryption ,pdata 
-0x253a 003466 setflag true ,mark_ble_encryption ,mark 
-0x253b 003467 call app_process_ble 
-0x253c 003468 fetch 1 ,mem_le_mode 
-0x253d 003469 bbit1 mode_master ,le_master_dispatch 
-0x253e 003470 branch le_slave_dispatch 
-:      003476 le_master_dispatch:
-0x253f 003477 bpatchx patch22_2 ,mem_patch22 
-0x2540 003478 enable master 
-0x2541 003479 call le_supervision_update 
-0x2542 003480 branch le_master_disconn ,positive 
-0x2543 003481 call le_setup 
-0x2544 003482 call le_prepare_tx 
-0x2545 003483 disable match 
-0x2546 003484 call le_transmit_receive_sifs 
-0x2547 003485 nrtn match 
-0x2548 003486 fetch 1 ,mem_le_conn_rcv 
-0x2549 003487 increase 1 ,pdata 
-0x254a 003488 store 1 ,mem_le_conn_rcv 
-0x254b 003489 call le_acknowledge 
-0x254c 003490 disable master 
-0x254d 003491 rtn 
-:      003493 le_master_disconn:
-0x254e 003494 call le_disconnect 
-0x254f 003495 disable master 
-0x2550 003496 rtn 
-:      003501 le_slave_dispatch:
-0x2551 003502 bpatchx patch22_3 ,mem_patch22 
-0x2552 003503 jam 0 ,mem_le_md_count 
-0x2553 003504 set0 mark_ble_crc_fail ,mark 
-0x2554 003505 call sp_calc_sequence_256 
-0x2555 003506 call le_secure_connect_sm 
-0x2556 003507 disable attempt 
-0x2557 003508 call le_supervision_update 
-0x2558 003509 branch le_slave_disconn ,positive 
-0x2559 003510 fetch 1 ,mem_le_rx_phy 
-0x255a 003511 call le_enable_phy_by_pdata 
-0x255b 003512 call le_setup 
-0x255c 003513 call le_receive_slave 
-0x255d 003514 nbranch le_slave_unsync ,sync 
-0x255e 003515 call le_got_first_packet 
-0x255f 003516 branch le_slave_match ,match 
-0x2560 003517 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
-0x2561 003518 branch le_slave_cont 
-:      003521 le_slave_crc_fail:
-:      003522 le_slave_match:
-0x2562 003523 bpatchx patch22_4 ,mem_patch22 
-0x2563 003524 fetch 1 ,mem_le_md_count 
-0x2564 003525 pincrease 1 
-0x2565 003526 store 1 ,mem_le_md_count 
-0x2566 003527 beq le_md_max_count ,le_slave_cont 
-0x2567 003528 call le_acknowledge 
-0x2568 003529 call le_prepare_tx 
-0x2569 003530 fetch 1 ,mem_le_tx_phy 
-0x256a 003531 call le_enable_phy_by_pdata 
-0x256b 003532 call le_transmit 
-0x256c 003533 call le_parse 
-0x256d 003534 fetch 2 ,mem_cb_ble_transmit 
-0x256e 003535 call callback_func 
-0x256f 003536 call le_check_md 
-0x2570 003537 branch le_slave_more_data ,user 
-:      003538 le_slave_cont:
-0x2571 003539 bpatchx patch22_5 ,mem_patch22 
-0x2572 003540 call le_pairing_sm 
-0x2573 003541 call le_check_paring_time 
-0x2574 003542 call check_51cmd 
-0x2575 003543 fetch 1 ,mem_le_op 
-0x2576 003544 bbit1 op_disconn ,le_slave_disconn 
-:      003545 le_slave_unsync:
-0x2577 003546 bpatchx patch22_6 ,mem_patch22 
-0x2578 003547 call end_of_packet 
-0x2579 003548 call le_lpm_set_mult 
-0x257a 003549 branch calc_clke_offset 
-:      003552 le_check_md:
-0x257b 003553 disable user 
-0x257c 003554 bmark1 mark_ble_rx_md ,enable_user 
-0x257d 003555 bmark1 mark_ble_tx_md ,enable_user 
-0x257e 003556 bmark1 mark_ble_crc_fail ,enable_user 
-0x257f 003557 rtn 
-:      003560 le_slave_more_data:
-0x2580 003561 bpatchx patch22_7 ,mem_patch22 
-0x2581 003562 enable attempt 
-0x2582 003563 call le_transmit_receive_sifs_notx 
-0x2583 003564 branch le_slave_match ,match 
-0x2584 003565 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
-0x2585 003566 branch le_slave_cont 
-:      003568 le_slave_disconn:
-:      003570 le_disconnect:
-0x2586 003571 bpatchx patch23_0 ,mem_patch23 
-0x2587 003572 call le_clear_connection_info 
-0x2588 003573 call app_disconn_reason_collect_ble 
-0x2589 003574 call le_clear_pairing_state 
-0x258a 003575 call le_sc_state_clear 
-0x258b 003576 jam bt_evt_le_disconnected ,mem_fifo_temp 
-0x258c 003577 branch ui_ipc_send_event 
-:      003579 le_clear_connection_info:
-0x258d 003580 arg mem_used_map ,contw 
-0x258e 003581 call memset0_16 
-0x258f 003582 jam 0 ,mem_le_conn_handle 
-0x2590 003583 jam lemode_idle ,mem_le_mode 
-0x2591 003584 jam 0 ,mem_le_state 
-:      003585 le_clear_pairing_state:
-0x2592 003586 bpatchx patch23_1 ,mem_patch23 
-0x2593 003587 jam flag_le_enc_null ,mem_le_enc_state 
-0x2594 003588 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x2595 003589 call sp_clear_flags 
-0x2596 003590 rtn 
-:      003592 le_got_first_packet:
-0x2597 003593 bpatchx patch23_2 ,mem_patch23 
-0x2598 003594 fetch 1 ,mem_le_conn_rcv 
-0x2599 003595 increase 1 ,pdata 
-0x259a 003596 store 1 ,mem_le_conn_rcv 
-0x259b 003597 fetch 1 ,mem_le_state 
-0x259c 003598 rtnbit1 lestate_got_first_packet 
-0x259d 003599 set1 lestate_got_first_packet ,pdata 
-0x259e 003600 store 1 ,mem_le_state 
-0x259f 003601 fetch 2 ,mem_le_init_superto 
-0x25a0 003602 store 2 ,mem_le_superto 
-0x25a1 003603 setarg 0 
-0x25a2 003604 store 4 ,mem_le_transmit_window 
-0x25a3 003605 rtn 
-:      003613 le_enable_phy_by_pdata:
-0x25a4 003614 copy pdata ,temp 
-0x25a5 003615 bpatchx patch23_3 ,mem_patch23 
-:      003616 le_enable_phy_by_pdata1:
-0x25a6 003617 copy temp ,pdata 
-0x25a7 003618 bbit1 bit_le_1m_phy ,le_enable 
-0x25a8 003619 bbit1 bit_le_2m_phy ,le_enable_2m 
-0x25a9 003620 bbit0 bit_le_coded_phy ,le_enable 
-0x25aa 003621 bbit1 bit_le_coded_phy_s8 ,le_enable_coded_s8 
-0x25ab 003622 bbit1 bit_le_coded_phy_s2 ,le_enable_coded_s2 
-0x25ac 003623 branch le_enable 
-:      003625 le_enable_2m:
-0x25ad 003626 set0 mark_ble_lr ,mark 
-0x25ae 003627 set1 mark_ble_2m ,mark 
-0x25af 003628 rtn 
-:      003630 le_enable_coded_s2:
-:      003631 le_enable_coded:
-0x25b0 003632 set0 mark_ble_2m ,mark 
-0x25b1 003633 set1 mark_ble_lr ,mark 
-0x25b2 003634 set0 mark_ble_lr_s8 ,mark 
-0x25b3 003635 rtn 
-:      003638 le_enable_coded_s8:
-0x25b4 003639 set0 mark_ble_2m ,mark 
-0x25b5 003640 set1 mark_ble_lr ,mark 
-0x25b6 003641 set1 mark_ble_lr_s8 ,mark 
-0x25b7 003642 rtn 
-:      003644 le_enable:
-0x25b8 003645 bpatchx patch23_4 ,mem_patch23 
-0x25b9 003646 set0 mark_ble_2m ,mark 
-0x25ba 003647 set0 mark_ble_lr ,mark 
-0x25bb 003648 rtn 
-:      003651 le_disable:
-0x25bc 003652 bpatchx patch23_5 ,mem_patch23 
-0x25bd 003653 set0 mark_ble_encryption ,mark 
-0x25be 003654 jam 0x01 ,0x8901 
-0x25bf 003655 jam 0x80 ,0x8920 
-0x25c0 003656 jam 0x03 ,0x8930 
-0x25c1 003657 rtn 
-:      003659 le_prep:
-0x25c2 003660 bpatchx patch23_6 ,mem_patch23 
-0x25c3 003661 disable enable_crc 
-0x25c4 003662 disable enable_white 
-0x25c5 003663 fetch 3 ,mem_le_crcinit 
-0x25c6 003664 iforce crc24_init 
-0x25c7 003665 fetch 1 ,mem_le_ch_mapped 
-:      003666 le_prep_next:
-0x25c8 003667 reverse pdata ,temp 
-0x25c9 003668 set1 1 ,temp 
-0x25ca 003669 rshift temp ,white_init 
-0x25cb 003670 rtn 
-:      003673 le_rx_setfreq:
-0x25cc 003674 call le_setfreq 
-:      003675 le_rf_rx_enable:
-0x25cd 003676 call set_freq_rx 
-0x25ce 003677 fetch 2 ,mem_param_pll_setup 
-0x25cf 003678 call sleep 
-0x25d0 003679 branch rf_rx_enable 
-:      003681 le_tx_setfreq:
-0x25d1 003682 branch txon ,match 
-0x25d2 003683 bmark1 mark_ble_crc_fail ,txon 
-:      003684 le_tx_setfreq0:
-0x25d3 003685 call le_setfreq 
-0x25d4 003686 branch set_freq_tx 
-:      003688 le_setfreq:
-0x25d5 003689 bpatchx patch23_7 ,mem_patch23 
-0x25d6 003690 call set_sync_on 
-0x25d7 003691 fetch 1 ,mem_le_testtype 
-0x25d8 003692 nbranch le_ctf_test ,blank 
-0x25d9 003693 fetch 1 ,mem_le_ch_mapped 
-0x25da 003694 sub pdata ,36 ,null 
-0x25db 003695 branch le_ctf_normal ,positive 
-0x25dc 003696 force 0 ,temp 
-0x25dd 003697 rtneq 37 
-0x25de 003698 force 24 ,temp 
-0x25df 003699 rtneq 38 
-0x25e0 003700 force 78 ,temp 
-0x25e1 003701 rtn 
-:      003703 le_ctf_normal:
-0x25e2 003704 sub pdata ,10 ,null 
-0x25e3 003705 branch le_ctf_low ,positive 
-0x25e4 003706 increase 1 ,pdata 
-:      003708 le_ctf_low:
-0x25e5 003709 lshift pdata ,pdata 
-0x25e6 003710 add pdata ,2 ,temp 
-0x25e7 003711 rtn 
-:      003713 le_ctf_test:
-0x25e8 003714 fetch 1 ,mem_le_ch_mapped 
-0x25e9 003715 lshift pdata ,temp 
-0x25ea 003716 rtn 
-:      003718 le_sca_map:
-0x25eb 003719 arg 500 ,temp 
-0x25ec 003720 rtn blank 
-0x25ed 003721 arg 250 ,temp 
-0x25ee 003722 rtneq 1 
-0x25ef 003723 arg 150 ,temp 
-0x25f0 003724 rtneq 2 
-0x25f1 003725 arg 100 ,temp 
-0x25f2 003726 rtneq 3 
-0x25f3 003727 arg 75 ,temp 
-0x25f4 003728 rtneq 4 
-0x25f5 003729 arg 50 ,temp 
-0x25f6 003730 rtneq 5 
-0x25f7 003731 arg 40 ,temp 
-0x25f8 003732 rtneq 6 
-0x25f9 003733 arg 20 ,temp 
-0x25fa 003734 rtn 
-:      003738 le_setup:
-0x25fb 003739 bpatchx patch24_0 ,mem_patch24 
-0x25fc 003740 enable swfine 
-0x25fd 003741 fetch 4 ,mem_le_access 
-0x25fe 003742 iforce access 
-0x25ff 003743 call le_map_channel 
-0x2600 003744 setarg 0x200 
-0x2601 003745 branch le_setup_master ,master 
-0x2602 003746 fetch 2 ,mem_le_receive_window 
-0x2603 003747 rshift pdata ,pdata 
-:      003748 le_setup_master:
-0x2604 003749 fetcht 2 ,mem_param_pll_setup 
-0x2605 003750 iadd temp ,pdata 
-0x2606 003751 call ahead_window 
-0x2607 003752 deposit clke 
-0x2608 003753 rtn 
-:      003756 le_context_nextevent:
-0x2609 003757 bpatchx patch24_1 ,mem_patch24 
-0x260a 003758 call push_stack_rega_b_c 
-0x260b 003759 storer loopcnt ,2 ,mem_loopcnt 
-0x260c 003760 add rega ,coffset_mode ,contr 
-0x260d 003761 ifetch 1 ,contr 
-0x260e 003762 rtnbit0 mode_le 
-0x260f 003763 add rega ,coffset_le_event_cnt ,contw 
-0x2610 003764 ifetch 2 ,contw 
-0x2611 003765 increase 1 ,pdata 
-0x2612 003766 istore 2 ,contw 
-0x2613 003767 call le_update_param 
-0x2614 003768 call le_update_channel_map 
-0x2615 003769 call le_update_phy 
-0x2616 003770 call le_context_nexthop 
-0x2617 003771 call pop_stack_rega_b_c 
-0x2618 003772 fetchr loopcnt ,2 ,mem_loopcnt 
-0x2619 003773 rtn 
-:      003775 le_context_nexthop:
-0x261a 003776 add rega ,coffset_le_hop ,contr 
-0x261b 003777 ifetch 1 ,contr 
-0x261c 003778 add rega ,coffset_le_ch ,contw 
-0x261d 003779 ifetcht 1 ,contw 
-0x261e 003780 iadd temp ,pdata 
-0x261f 003781 sub pdata ,36 ,null 
-0x2620 003782 branch le_nexthop_nowrap ,positive 
-0x2621 003783 increase -37 ,pdata 
-:      003784 le_nexthop_nowrap:
-0x2622 003785 istore 1 ,contw 
-0x2623 003786 rtn 
-:      003789 le_calc_channel_map:
-0x2624 003790 add rega ,coffset_le_channel_map ,contr 
-0x2625 003791 ifetch 5 ,contr 
-0x2626 003792 force 0 ,temp 
-0x2627 003793 force 37 ,loopcnt 
-:      003794 le_count_channels_loop:
-0x2628 003795 bbit0 0 ,le_count_channels_notused 
-0x2629 003796 increase 1 ,temp 
-:      003797 le_count_channels_notused:
-0x262a 003798 rshift pdata ,pdata 
-0x262b 003799 loop le_count_channels_loop 
-0x262c 003800 add temp ,-1 ,pdata 
-0x262d 003801 add rega ,coffset_le_channels ,contw 
-0x262e 003802 istore 1 ,contw 
-0x262f 003803 rtn 
-:      003805 le_map_channel:
-0x2630 003806 bpatchx patch24_2 ,mem_patch24 
-0x2631 003807 fetch 1 ,mem_le_ch 
-0x2632 003808 iforce queue 
-0x2633 003809 fetcht 5 ,mem_le_channel_map 
-0x2634 003810 qisolate1 temp 
-0x2635 003811 branch le_map_channel_end ,true 
-:      003812 le_map_channel_next:
-0x2636 003813 fetch 1 ,mem_le_channels 
-0x2637 003814 isub queue ,pdata 
-0x2638 003815 branch le_map_channel_cont ,positive 
-0x2639 003816 sub pdata ,-1 ,queue 
-0x263a 003817 branch le_map_channel_next 
-:      003818 le_map_channel_cont:
-0x263b 003819 copy queue ,loopcnt 
-0x263c 003820 force 0 ,queue 
-:      003821 le_map_channel_loop:
-0x263d 003822 qisolate1 temp 
-0x263e 003823 branch le_map_channel_skip ,true 
-0x263f 003824 increase 1 ,loopcnt 
-:      003825 le_map_channel_skip:
-0x2640 003826 deposit loopcnt 
-0x2641 003827 branch le_map_channel_end ,blank 
-0x2642 003828 increase 1 ,queue 
-0x2643 003829 increase -1 ,loopcnt 
-0x2644 003830 branch le_map_channel_loop 
-:      003831 le_map_channel_end:
-0x2645 003832 deposit queue 
-0x2646 003833 store 1 ,mem_le_ch_mapped 
-0x2647 003834 rtn 
-:      003837 le_wait_tx:
-0x2648 003838 branch le_wait_master ,master 
-0x2649 003839 until null ,timeout 
-0x264a 003840 rtn 
-:      003842 le_wait_master:
-0x264b 003843 arg 0xea0 ,timeup 
-0x264c 003844 until clkn_rt ,meet 
-0x264d 003845 rtn 
-:      003847 le_receive_adv:
-0x264e 003848 disable swfine 
-0x264f 003849 fetch 2 ,mem_le_scan_window 
-0x2650 003850 copy pdata ,timeup 
-0x2651 003851 branch le_receive_packet 
-:      003854 le_receive_slave:
-0x2652 003855 bpatchx patch24_3 ,mem_patch24 
-0x2653 003856 call le_dec_init 
-0x2654 003857 enable swfine 
-0x2655 003858 fetch 2 ,mem_le_receive_window 
-0x2656 003859 fetcht 4 ,mem_le_transmit_window 
-0x2657 003860 iadd temp ,timeup 
-:      003861 le_receive_packet:
-0x2658 003862 call le_rx_setfreq 
-:      003863 le_receive_rxon:
-0x2659 003864 bpatchx patch24_4 ,mem_patch24 
-0x265a 003865 call le_prep 
-0x265b 003866 bmark0 mark_ble_lr ,le_receive_nolr 
-0x265c 003867 pulse dewhiten_code_calc 
-0x265d 003868 nop 30 
-0x265e 003869 call le_prep 
-0x265f 003870 lshift3 timeup ,timeup 
-:      003871 le_receive_nolr:
-0x2660 003872 disable match 
-0x2661 003873 enable decode_fec0 
-0x2662 003874 enable is_rx 
-0x2663 003875 disable is_tx 
-0x2664 003876 copy timeup ,stop_watch 
-0x2665 003877 correlate null ,timeout 
-0x2666 003878 branch le_receive_on_attempt ,attempt 
-0x2667 003879 copy clke ,temp 
-0x2668 003880 storet 6 ,mem_sync_clke 
-:      003881 le_receive_on_attempt:
-0x2669 003882 nbranch le_unsync_end ,sync 
-0x266a 003883 enable swfine 
-0x266b 003884 fetch 1 ,mem_le_tx_ifs_defference 
-0x266c 003885 arg param_20ms_init ,temp 
-0x266d 003886 iadd temp ,temp 
-0x266e 003887 fetch 1 ,mem_system_clk 
-0x266f 003888 imul32 temp ,stop_watch 
-0x2670 003889 call rf_debug_rx_sync_line 
-0x2671 003890 branch le_receive_skip ,attempt 
-0x2672 003891 call calc_clke_all_modem 
-0x2673 003892 fetch 1 ,mem_le_state 
-0x2674 003893 bbit0 lestate_got_first_packet ,le_receive_skip 
-0x2675 003894 fetcht 6 ,mem_sync_clke 
-0x2676 003895 call lpm_adjust_clk ,wake 
-:      003896 le_receive_skip:
-0x2677 003897 call save_rssi 
-0x2678 003898 enable enable_white 
-0x2679 003899 enable enable_crc 
-0x267a 003900 parse demod ,bucket ,8 
-0x267b 003901 rshift3 pwindow ,pdata 
-0x267c 003902 store 1 ,mem_le_rxbuf_data_header 
-0x267d 003903 parse demod ,bucket ,8 
-0x267e 003904 rshift3 pwindow ,pdata 
-0x267f 003905 store 1 ,mem_le_rxbuf_data_length 
-0x2680 003906 copy pdata ,loopcnt 
-0x2681 003907 branch le_rx_nopayload ,zero 
-0x2682 003909 bmark1 mark_ble_encryption ,le_rx_dec 
-:      003911 le_rx_loop:
-0x2683 003912 parse demod ,bucket ,8 
-0x2684 003913 rshift3 pwindow ,pdata 
-0x2685 003914 istore 1 ,contw 
-0x2686 003915 loop le_rx_loop 
-0x2687 003916 branch le_rx_nopayload 
-:      003918 le_rx_dec:
-0x2688 003919 copy contw ,regb 
-0x2689 003920 bpatchx patch24_5 ,mem_patch24 
-0x268a 003921 call le_check_retransmit 
-0x268b 003923 fetchr rega ,1 ,mem_le_rxbuf_data_length 
-0x268c 003924 increase -4 ,rega 
-0x268d 003925 nbranch le_mic_error ,positive 
-0x268e 003927 call le_dec_start 
-0x268f 003928 copy regb ,contw 
-0x2690 003929 arg 0 ,temp 
-0x2691 003930 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
-0x2692 003931 increase -4 ,loopcnt 
-0x2693 003932 branch le_rx_dec_loop_end ,zero 
-:      003933 le_rx_dec_loop:
-0x2694 003935 parse demod ,bucket ,8 
-0x2695 003936 rshift3 pwindow ,pdata 
-0x2696 003937 istore 1 ,contw 
-0x2697 003938 increase 1 ,temp 
-0x2698 003939 and temp ,0xf ,null 
-0x2699 003940 call le_dec ,zero 
-0x269a 003941 loop le_rx_dec_loop 
-:      003942 le_rx_dec_loop_end:
-0x269b 003943 call le_dec_end 
-0x269c 003944 copy regb ,contw 
-:      003947 le_rx_nopayload:
-0x269d 003948 bpatchx patch24_6 ,mem_patch24 
-0x269e 003949 parse demod ,bucket ,24 
-0x269f 003950 rshift32 pdata ,pdata 
-0x26a0 003951 rshift16 pdata ,pdata 
-0x26a1 003952 istore 3 ,contw 
-0x26a2 003953 enable swfine 
-0x26a3 003954 call le_set_until_tx_timer 
-0x26a4 003955 branch le_crc_fail ,crc_failed 
-0x26a5 003956 bmark0 mark_ble_encryption ,le_rx_match 
-0x26a6 003957 fetch 1 ,mem_le_rxbuf_data_length 
-0x26a7 003958 branch le_rx_match ,blank 
-0x26a8 003959 increase -4 ,pdata 
-0x26a9 003960 store 1 ,mem_le_rxbuf_data_length 
-0x26aa 003961 call wait_ccm_done 
-0x26ab 003962 fetch 1 ,core_misc_status 
-0x26ac 003963 bbit0 7 ,le_mic_error 
-0x26ad 003964 force regidx_result ,regext_index 
-0x26ae 003965 storer regext ,4 ,mem_le_peer_mic 
-:      003966 le_rx_match:
-0x26af 003967 call rf_debug_rx_crc_line 
-0x26b0 003968 enable match 
-0x26b1 003969 set0 mark_ble_crc_fail ,mark 
-:      003970 le_crc_fail_tx:
-0x26b2 003971 bpatchx patch24_7 ,mem_patch24 
-0x26b3 003972 call ccm_ctrl_clr 
-0x26b4 003973 fetch 1 ,mem_le_rx_phy 
-0x26b5 003974 nsetflag ble_coded_info ,bit_le_coded_phy_s8 ,pdata 
-0x26b6 003975 store 1 ,mem_le_rx_phy 
-0x26b7 003976 call le_match_set_sync_on 
-0x26b8 003977 branch le_match_set_txfreq 
-:      003979 le_match_set_sync_on:
-0x26b9 003980 disable decode_fec0 
-0x26ba 003981 branch set_sync_on 
-:      003983 le_match_set_txfreq:
-0x26bb 003984 bpatchx patch25_0 ,mem_patch25 
-0x26bc 003985 fetcht 1 ,mem_last_freq 
-0x26bd 003986 branch set_freq_tx_int 
-:      003989 le_dec_init:
-0x26be 003990 rtnmark0 mark_ble_encryption 
-0x26bf 003991 call load_sk 
-0x26c0 003992 force regidx_result ,regext_index 
-0x26c1 003993 call aes_clear 
-0x26c2 003994 branch aes_clear_data 
-:      003997 le_dec_start:
-0x26c3 003998 bpatchx patch25_1 ,mem_patch25 
-0x26c4 003999 jam 0 ,core_ccm_aad0 
-0x26c5 004000 jam 1 ,core_ccm_aad1 
-0x26c6 004001 fetch 1 ,mem_le_rxbuf_data_header 
-0x26c7 004002 and_into 0x3 ,pdata 
-0x26c8 004003 store 1 ,core_ccm_aad2 
-0x26c9 004005 setarg mem_le_rxbuf_data_payload 
-0x26ca 004006 store 2 ,core_ccm_input_playload_addr 
-0x26cb 004007 store 2 ,core_ccm_output_playload_addr 
-0x26cc 004009 fetchr rega ,1 ,mem_le_rxbuf_data_length 
-0x26cd 004010 increase -4 ,rega 
-0x26ce 004012 fetcht 5 ,mem_ccm_pcnt_rx 
-0x26cf 004013 isolate1 mark_old_packet ,mark 
-0x26d0 004014 call le_pcnt_rx_sub1 ,true 
-0x26d1 004015 call ccm_b0 
-0x26d2 004016 setarg 0 
-0x26d3 004017 store 2 ,core_ccm_inptr 
-0x26d4 004018 jam 6 ,core_ccm_ctrl 
-0x26d5 004019 jam 7 ,core_ccm_ctrl 
-0x26d6 004020 rtn 
-:      004022 le_pcnt_rx_sub1:
-0x26d7 004023 sub temp ,0 ,null 
-0x26d8 004024 branch le_pcnt_rx_sub1_0 ,zero 
-0x26d9 004025 increase -1 ,temp 
-0x26da 004026 set1 le_ccm_directionbit ,temp 
-0x26db 004027 rtn 
-:      004029 le_pcnt_rx_sub1_0:
-0x26dc 004030 setarg 0xffffff 
-0x26dd 004031 lshift16 pdata ,pdata 
-0x26de 004032 arg 0xffff ,temp 
-0x26df 004033 ior temp ,temp 
-0x26e0 004034 rtn 
-:      004036 le_dec:
-0x26e1 004037 copy contw ,regb 
-0x26e2 004038 fetch 1 ,mem_le_rxbuf_data_length 
-0x26e3 004039 increase -4 ,pdata 
-0x26e4 004040 isub temp ,null 
-0x26e5 004041 rtn zero 
-0x26e6 004042 storet 2 ,core_ccm_inptr 
-0x26e7 004043 copy regb ,contw 
-0x26e8 004044 rtn 
-:      004046 le_dec_end:
-0x26e9 004047 parse demod ,bucket ,32 
-0x26ea 004048 rshift32 pdata ,pdata 
-0x26eb 004049 rshift8 pdata ,pdata 
-0x26ec 004050 istore 4 ,contw 
-0x26ed 004051 copy contw ,regb 
-0x26ee 004053 force regidx_data ,regext_index 
-0x26ef 004054 copy pdata ,regext 
-0x26f0 004055 storet 2 ,core_ccm_inptr 
-0x26f1 004056 rtn 
-:      004058 le_mic_error:
-0x26f2 004059 branch le_end_of_packet 
-:      004061 le_retransmit_end_of_packet:
-0x26f3 004062 call le_set_until_tx_timer 
-0x26f4 004063 call end_of_packet 
-0x26f5 004064 branch le_rx_match 
-:      004066 le_crc_fail:
-0x26f6 004067 call rf_debug_rx_crc_fail_line 
-0x26f7 004068 bmark1 mark_ble_crc_fail ,le_crc_fail_consecutive 
-0x26f8 004069 set1 mark_ble_crc_fail ,mark 
-0x26f9 004070 branch le_crc_fail_tx 
-:      004072 le_unsync_end:
-:      004073 le_crc_fail_consecutive:
-0x26fa 004074 set0 mark_ble_crc_fail ,mark 
-0x26fb 004075 branch le_end_of_packet 
-:      004077 le_end_of_packet:
-0x26fc 004078 bpatchx patch25_2 ,mem_patch25 
-0x26fd 004079 call ccm_ctrl_clr 
-0x26fe 004080 branch end_of_packet 
-:      004082 calc_clke_all_modem:
-0x26ff 004083 bmark1 mark_ble_lr ,calc_clke_modem_coded 
-0x2700 004084 bmark1 mark_ble_2m ,calc_clke_modem_2m 
-0x2701 004085 fetch 2 ,mem_param_clke_cal_le_1m 
-0x2702 004086 copy pdata ,clke_rt 
-0x2703 004087 copy bt_clk ,clke_bt 
-0x2704 004088 rtn 
-:      004091 calc_clke_modem_coded:
-0x2705 004092 fetch 2 ,mem_param_clke_cal_le_coded 
-0x2706 004093 copy pdata ,clke_rt 
-0x2707 004094 add bt_clk ,1 ,clke_bt 
-0x2708 004095 rtn 
-:      004097 calc_clke_modem_2m:
-0x2709 004098 fetch 2 ,mem_param_clke_cal_le_2m 
-0x270a 004099 copy pdata ,clke_rt 
-0x270b 004100 copy bt_clk ,clke_bt 
-0x270c 004101 rtn 
-:      004104 le_set_until_tx_timer:
-0x270d 004105 fetch 1 ,mem_le_rxbuf_data_length 
-0x270e 004106 add pdata ,5 ,temp 
-0x270f 004107 lshift3 temp ,temp 
-0x2710 004108 fetch 1 ,mem_le_rx_phy 
-0x2711 004109 bmark1 mark_ble_lr ,le_set_until_tx_timer_rx_lr 
-0x2712 004110 bbit1 bit_le_1m_phy ,le_set_until_tx_timer_rx_1m 
-0x2713 004111 bbit1 bit_le_2m_phy ,le_set_until_tx_timer_rx_2m 
-:      004112 le_set_until_tx_timer_rx_lr:
-0x2714 004113 branch le_set_until_tx_timer_rx_coded_s2 ,ble_coded_info 
-0x2715 004114 branch le_set_until_tx_timer_rx_coded_s8 
-:      004116 le_set_until_tx_timer_rx_1m:
-0x2716 004117 branch le_calc_stop_watch 
-:      004119 le_set_until_tx_timer_rx_2m:
-0x2717 004120 rshift temp ,temp 
-0x2718 004121 branch le_calc_stop_watch 
-:      004123 le_set_until_tx_timer_rx_coded_s2:
-0x2719 004124 add temp ,3 ,temp 
-0x271a 004125 lshift temp ,temp 
-0x271b 004126 branch le_set_until_tx_timer_rx_coded 
-:      004128 le_set_until_tx_timer_rx_coded_s8:
-0x271c 004129 add temp ,3 ,temp 
-0x271d 004130 lshift3 temp ,temp 
-:      004131 le_set_until_tx_timer_rx_coded:
-0x271e 004132 setarg param_coded_c1_term1_time_40us 
-0x271f 004133 iadd temp ,temp 
-0x2720 004134 branch le_calc_stop_watch 
-:      004136 le_calc_stop_watch:
-0x2721 004137 fetch 1 ,mem_system_clk 
-0x2722 004138 imul32 temp ,temp 
-0x2723 004139 arg param_20ms_init ,rega 
-0x2724 004140 imul32 rega ,pdata 
-0x2725 004141 isub temp ,temp 
-0x2726 004142 copy stop_watch ,pdata 
-0x2727 004143 isub temp ,stop_watch 
-0x2728 004144 rtn 
-:      004146 le_transmit_receive_sifs_without_change_mode:
-0x2729 004147 call le_transmit 
-0x272a 004148 fetcht 1 ,mem_last_freq 
-0x272b 004149 call set_freq_rx 
-0x272c 004150 call rf_rx_enable 
-0x272d 004151 enable swfine 
-0x272e 004152 arg 5500 ,timeup 
-0x272f 004153 branch le_receive_rxon 
-:      004156 le_transmit_receive_sifs:
-0x2730 004157 bpatchx patch25_3 ,mem_patch25 
-0x2731 004158 fetch 1 ,mem_le_tx_phy 
-0x2732 004159 call le_enable_phy_by_pdata 
-0x2733 004160 call le_transmit 
-:      004161 le_transmit_receive_sifs_notx:
-0x2734 004162 fetch 1 ,mem_le_rx_phy 
-0x2735 004163 call le_enable_phy_by_pdata 
-0x2736 004165 fetcht 1 ,mem_last_freq 
-0x2737 004166 call set_freq_rx 
-0x2738 004167 call rf_rx_enable 
-0x2739 004168 enable swfine 
-0x273a 004169 arg 5500 ,timeup 
-0x273b 004170 bmark0 mark_ble_lr ,le_receive_rxon 
-0x273c 004171 arg 8500 ,timeup 
-0x273d 004172 branch le_receive_rxon 
-:      004174 le_transmit_norx:
-0x273e 004175 bpatchx patch25_4 ,mem_patch25 
-0x273f 004176 call le_transmit 
-0x2740 004177 branch end_of_packet 
-:      004179 le_transmit:
-0x2741 004180 bpatchx patch25_5 ,mem_patch25 
-0x2742 004181 call le_prep 
-0x2743 004182 call le_tx_setfreq 
-0x2744 004183 call rf_debug_tx_on_line 
-0x2745 004184 set1 txgfsk ,radio_ctrl 
-0x2746 004185 enable encode_fec0 
-0x2747 004186 enable is_tx 
-0x2748 004187 disable is_rx 
-0x2749 004188 call le_wait_tx 
-0x274a 004189 disable lr_s2en 
-0x274b 004190 bmark1 mark_ble_lr ,le_transmit_lr 
-0x274c 004191 bmark1 mark_ble_2m ,le_transmit_2m 
-0x274d 004192 rshift16 access ,pdata 
-0x274e 004193 rshift8 pdata ,pdata 
-0x274f 004194 rshift4 pdata ,pdata 
-0x2750 004195 inject mod ,40 
-:      004196 le_transmit_packet:
-0x2751 004197 enable enable_white 
-0x2752 004198 enable enable_crc 
-0x2753 004199 bpatchx patch25_6 ,mem_patch25 
-0x2754 004200 fetch 1 ,mem_le_txheader 
-0x2755 004201 inject mod ,8 
-0x2756 004202 ifetch 1 ,contr 
-0x2757 004203 copy pdata ,loopcnt 
-0x2758 004204 inject mod ,8 
-0x2759 004205 sub loopcnt ,0 ,null 
-0x275a 004206 branch le_tr_nopayload ,zero 
-0x275b 004208 fetch 1 ,core_ccm_ctrl 
-0x275c 004209 branch le_transmit_packet_not_enc ,blank 
-0x275d 004210 bmark1 mark_ble_encryption ,le_transmit_packet_enc 
-:      004211 le_transmit_packet_not_enc:
-0x275e 004212 arg mem_le_txpayload ,contr 
-:      004213 le_tr_loop:
-0x275f 004214 ifetch 1 ,contr 
-0x2760 004215 inject mod ,8 
-0x2761 004216 loop le_tr_loop 
-:      004218 le_tr_nopayload:
-0x2762 004219 enable enable_parity 
-0x2763 004220 inject mod ,24 
-0x2764 004221 disable enable_parity 
-0x2765 004222 bmark0 mark_ble_lr ,le_transmit_skip 
-0x2766 004223 disable enable_white 
-0x2767 004224 setarg 0 
-0x2768 004225 inject mod ,3 
-:      004226 le_transmit_skip:
-0x2769 004227 until null ,tx_clear 
-0x276a 004228 nop 100 
-0x276b 004229 bpatchx patch25_7 ,mem_patch25 
-0x276c 004230 disable encode_fec0 
-0x276d 004231 disable encode_fec3 
-0x276e 004232 call set_sync_on 
-0x276f 004233 call rf_debug_tx_off_line 
-:      004234 le_check_start_pause_enc:
-0x2770 004235 fetch 1 ,mem_le_txheader 
-0x2771 004236 and pdata ,llid_le_ll ,pdata 
-0x2772 004237 rtnne llid_le_ll 
-0x2773 004238 fetch 1 ,mem_le_enc_state 
-0x2774 004239 beq flag_le_enc_pause ,le_clear_enc 
-0x2775 004240 rtnne flag_le_send_start_enc_req 
-0x2776 004241 fetch 1 ,mem_le_txpayload 
-0x2777 004242 beq ll_start_enc_req ,le_set_enc 
-0x2778 004243 rtn 
-:      004246 le_transmit_packet_enc:
-0x2779 004247 increase -4 ,loopcnt 
-0x277a 004248 copy loopcnt ,temp 
-0x277b 004249 call ccm_wait_enc 
-0x277c 004250 arg mem_le_txpayload ,contr 
-:      004251 le_transmit_packet_enc_loop:
-0x277d 004252 ifetch 1 ,contr 
-0x277e 004253 inject mod ,8 
-0x277f 004254 loop le_transmit_packet_enc_loop 
-0x2780 004255 call ccm_check_enc_done 
-0x2781 004256 copy regext ,pdata 
-0x2782 004257 inject mod ,32 
-0x2783 004258 branch le_tr_nopayload 
-:      004260 le_transmit_lr:
-0x2784 004261 arg 10 ,loopcnt 
-:      004262 le_transmit_lr_preamble_loop:
-0x2785 004263 setarg 0x3c 
-0x2786 004264 inject mod ,8 
-0x2787 004265 loop le_transmit_lr_preamble_loop 
-0x2788 004266 disable encode_fec0 
-0x2789 004267 enable encode_fec3 
-0x278a 004268 rshift16 access ,pdata 
-0x278b 004269 rshift16 pdata ,pdata 
-0x278c 004270 rshift4 pdata ,pdata 
-0x278d 004271 inject mod ,32 
-0x278e 004272 bmark1 mark_ble_lr_s8 ,le_transmit_lr_s8 
-:      004273 le_transmit_lr_s2:
-0x278f 004274 setarg 1 
-0x2790 004275 inject mod ,5 
-0x2791 004276 enable lr_s2en 
-0x2792 004277 branch le_transmit_packet 
-:      004279 le_transmit_lr_s8:
-0x2793 004280 setarg 0 
-0x2794 004281 inject mod ,5 
-0x2795 004282 branch le_transmit_packet 
-:      004284 le_transmit_2m:
-0x2796 004285 fetch 1 ,mem_system_clk 
-0x2797 004286 fetcht 1 ,mem_le_tx2m_delay 
-0x2798 004287 iadd temp ,pdata 
-0x2799 004288 call sleep 
-0x279a 004289 rshift16 access ,pdata 
-0x279b 004290 rshift8 pdata ,pdata 
-0x279c 004291 rshift4 pdata ,temp 
-0x279d 004292 copy temp ,pdata 
-0x279e 004293 inject mod ,8 
-0x279f 004294 copy temp ,pdata 
-0x27a0 004295 inject mod ,40 
-0x27a1 004296 branch le_transmit_packet 
-:      004299 le_update_param:
-0x27a2 004300 arg le_update_param_ahead1_cb ,regc 
-0x27a3 004301 arg le_update_param_cb ,regb 
-0x27a4 004302 arg lestate_update_param ,queue 
-0x27a5 004303 branch le_check_update_flag 
-:      004305 le_update_param_ahead1_cb:
-0x27a6 004306 add rega ,coffset_sniff_anchor ,contr 
-0x27a7 004307 ifetcht 4 ,contr 
-0x27a8 004308 add rega ,coffest_le_new_transmitwindowsize ,contr 
-0x27a9 004309 ifetch 1 ,contr 
-0x27aa 004310 add rega ,coffset_le_window_size ,contw 
-0x27ab 004311 istore 1 ,contw 
-0x27ac 004312 ifetch 2 ,contr 
-0x27ad 004313 lshift2 pdata ,pdata 
-0x27ae 004314 iadd temp ,timeup 
-0x27af 004315 add rega ,coffset_sniff_anchor ,contw 
-0x27b0 004316 deposit timeup 
-0x27b1 004317 istore 4 ,contw 
-0x27b2 004318 ifetch 2 ,contr 
-0x27b3 004319 lshift2 pdata ,pdata 
-0x27b4 004320 add rega ,coffset_tsniff ,contw 
-0x27b5 004321 istore 2 ,contw 
-0x27b6 004322 ifetch 2 ,contr 
-0x27b7 004323 add rega ,coffset_le_slave_latency ,contw 
-0x27b8 004324 istore 2 ,contw 
-0x27b9 004325 ifetch 2 ,contr 
-0x27ba 004326 store 2 ,mem_le_init_superto 
-0x27bb 004327 branch le_receive_window_size 
-:      004329 le_update_param_cb:
-0x27bc 004330 ifetch 1 ,rega 
-0x27bd 004331 set0 lestate_got_first_packet ,pdata 
-0x27be 004332 istore 1 ,rega 
-0x27bf 004333 storer rega ,2 ,mem_rega 
-0x27c0 004334 jam bt_evt_le_parse_conn_param_accepted ,mem_fifo_temp 
-0x27c1 004335 call ui_ipc_send_event 
-0x27c2 004336 fetchr rega ,2 ,mem_rega 
-0x27c3 004337 rtn 
-:      004339 le_update_channel_map:
-0x27c4 004340 arg 0 ,regc 
-0x27c5 004341 arg le_update_channel_map_cb ,regb 
-0x27c6 004342 arg lestate_update_map ,queue 
-0x27c7 004343 branch le_check_update_flag 
-:      004345 le_update_channel_map_cb:
-0x27c8 004346 add rega ,coffset_le_new_map ,contr 
-0x27c9 004347 ifetch 5 ,contr 
-0x27ca 004348 add rega ,coffset_le_channel_map ,contw 
-0x27cb 004349 istore 5 ,contw 
-0x27cc 004350 branch le_calc_channel_map 
-:      004353 le_update_phy:
-0x27cd 004354 arg 0 ,regc 
-0x27ce 004355 arg le_update_phy_cb ,regb 
-0x27cf 004356 arg lestate_update_phy ,queue 
-0x27d0 004357 branch le_check_update_flag 
-:      004359 le_update_phy_cb:
-0x27d1 004360 add rega ,coffset_le_new_m2s_phy ,contr 
-0x27d2 004361 ifetch 1 ,contr 
-0x27d3 004362 call le_update_phy_cb_m2s 
-0x27d4 004363 istore 1 ,contw 
-0x27d5 004364 add rega ,coffset_le_new_s2m_phy ,contr 
-0x27d6 004365 ifetch 1 ,contr 
-0x27d7 004366 call le_update_phy_cb_s2m 
-0x27d8 004367 istore 1 ,contw 
-0x27d9 004368 storer rega ,2 ,mem_rega 
-0x27da 004369 jam bt_evt_le_update_phy ,mem_fifo_temp 
-0x27db 004370 call ui_ipc_send_event 
-0x27dc 004371 fetchr rega ,2 ,mem_rega 
-0x27dd 004372 rtn 
-:      004374 le_update_phy_cb_m2s:
-0x27de 004375 call le_update_phy_cb_m2s_no_change ,blank 
-0x27df 004376 add rega ,coffset_le_rx_phy ,contw 
-0x27e0 004377 nrtn master 
-0x27e1 004378 fetcht 1 ,mem_le_tx_phys 
-0x27e2 004379 isolate1 bit_le_coded_phy_s8 ,temp 
-0x27e3 004380 setflag true ,bit_le_coded_phy_s8 ,pdata 
-0x27e4 004381 add rega ,coffset_le_tx_phy ,contw 
-0x27e5 004382 rtn 
-:      004384 le_update_phy_cb_m2s_no_change:
-0x27e6 004385 add rega ,coffset_le_rx_phy ,contr 
-0x27e7 004386 ifetch 1 ,contr 
-0x27e8 004387 nrtn master 
-0x27e9 004388 add rega ,coffset_le_tx_phy ,contr 
-0x27ea 004389 ifetch 1 ,contr 
-0x27eb 004390 rtn 
-:      004392 le_update_phy_cb_s2m:
-0x27ec 004393 call le_update_phy_cb_s2m_no_change ,blank 
-0x27ed 004394 fetcht 1 ,mem_le_tx_phys 
-0x27ee 004395 isolate1 bit_le_coded_phy_s8 ,temp 
-0x27ef 004396 setflag true ,bit_le_coded_phy_s8 ,pdata 
-0x27f0 004397 add rega ,coffset_le_tx_phy ,contw 
-0x27f1 004398 nrtn master 
-0x27f2 004399 set0 bit_le_coded_phy_s8 ,pdata 
-0x27f3 004400 add rega ,coffset_le_rx_phy ,contw 
-0x27f4 004401 rtn 
-:      004403 le_update_phy_cb_s2m_no_change:
-0x27f5 004404 add rega ,coffset_le_tx_phy ,contr 
-0x27f6 004405 ifetch 1 ,contr 
-0x27f7 004406 nrtn master 
-0x27f8 004407 add rega ,coffset_le_rx_phy ,contr 
-0x27f9 004408 ifetch 1 ,contr 
-0x27fa 004409 rtn 
-:      004414 le_check_update_flag:
-0x27fb 004415 bpatchx patch26_0 ,mem_patch26 
-0x27fc 004416 ifetch 1 ,rega 
-0x27fd 004417 qisolate0 pdata 
-0x27fe 004418 rtn true 
-0x27ff 004419 add rega ,coffset_le_event_cnt ,contr 
-0x2800 004420 ifetcht 2 ,contr 
-0x2801 004421 add rega ,coffset_le_instant ,contr 
-0x2802 004422 ifetch 2 ,contr 
-0x2803 004424 isub temp ,pdata 
-0x2804 004425 branch le_update ,zero 
-0x2805 004426 nbranch le_check_update_small ,positive 
-0x2806 004427 sub pdata ,1 ,null 
-0x2807 004428 branch le_update_ahead1 ,zero 
-0x2808 004429 rtn 
-:      004431 le_update_ahead1:
-0x2809 004432 copy regc ,pdata 
-0x280a 004433 branch callback_func 
-:      004435 le_update:
-0x280b 004436 ifetch 1 ,rega 
-0x280c 004437 qset0 pdata 
-0x280d 004438 istore 1 ,rega 
-0x280e 004439 copy regb ,pdata 
-0x280f 004440 branch callback_func 
-:      004442 le_check_update_small:
-0x2810 004443 add rega ,coffset_le_event_cnt ,contr 
-0x2811 004444 ifetch 2 ,contr 
-0x2812 004445 add rega ,coffset_le_instant ,contr 
-0x2813 004446 ifetch 2 ,contr 
-0x2814 004447 isub temp ,pdata 
-0x2815 004448 arg 0xffff ,temp 
-0x2816 004449 isub temp ,null 
-0x2817 004450 branch le_update ,zero 
-0x2818 004451 arg 0xf000 ,temp 
-0x2819 004452 isub temp ,null 
-0x281a 004453 nbranch le_update ,positive 
-0x281b 004454 rtn 
-:      004457 le_check_retransmit:
-0x281c 004458 fetcht 1 ,mem_le_arq 
-0x281d 004459 fetch 1 ,mem_le_rxbuf_data_header 
-0x281e 004462 rshift pdata ,pdata 
-0x281f 004463 ixor temp ,pdata 
-0x2820 004464 isolate1 nesn ,pdata 
-0x2821 004465 setflag true ,mark_old_packet ,mark 
-0x2822 004466 rtn 
-:      004469 le_acknowledge:
-0x2823 004470 bpatchx patch26_1 ,mem_patch26 
-0x2824 004471 call le_supervision_flush 
-0x2825 004472 rtnmark1 mark_ble_crc_fail 
-0x2826 004473 call le_check_wak 
-0x2827 004474 fetch 1 ,mem_le_rxbuf_data_header 
-0x2828 004475 isolate1 md ,pdata 
-0x2829 004476 setflag true ,mark_ble_rx_md ,mark 
-0x282a 004477 rshift pdata ,pdata 
-0x282b 004478 ixor temp ,pdata 
-0x282c 004479 isolate1 nesn ,pdata 
-0x282d 004480 setflag true ,mark_old_packet ,mark 
-0x282e 004481 rtnmark1 mark_old_packet 
-0x282f 004482 fetch 1 ,mem_le_rxbuf_data_length 
-0x2830 004483 branch le_ack_unenc ,blank 
-0x2831 004484 fetch 1 ,mem_le_state 
-0x2832 004485 bbit0 lestate_encryption ,le_ack_unenc 
-0x2833 004486 fetcht 4 ,mem_le_peer_mic 
-0x2834 004487 fetch 4 ,mem_ccm_last_mic 
-0x2835 004488 isub temp ,null 
-0x2836 004489 branch assert ,zero 
-0x2837 004490 storet 4 ,mem_ccm_last_mic 
-0x2838 004491 fetch 5 ,mem_ccm_pcnt_rx 
-0x2839 004492 increase 1 ,pdata 
-0x283a 004493 set1 le_ccm_directionbit ,pdata 
-0x283b 004494 store 5 ,mem_ccm_pcnt_rx 
-:      004496 le_ack_unenc:
-0x283c 004497 fetcht 1 ,mem_le_arq 
-0x283d 004498 setflip nesn ,temp 
-0x283e 004499 storet 1 ,mem_le_arq 
-0x283f 004500 fetch 1 ,mem_le_configuration 
-0x2840 004501 rtnbit0 bit_ble_deal_bb_packet 
-0x2841 004502 bpatchx patch26_2 ,mem_patch26 
-0x2842 004503 fetch 1 ,mem_le_rxbuf_data_length 
-0x2843 004504 rtn blank 
-0x2844 004505 fetch 1 ,mem_le_rxbuf_data_header 
-0x2845 004506 compare llid_continue ,pdata ,3 
-0x2846 004507 branch le_parse_writing_attribute_continue ,true 
-0x2847 004508 compare llid_start ,pdata ,3 
-0x2848 004509 branch le_parse_writing_attribute_start ,true 
-0x2849 004510 rtn 
-:      004513 le_check_wak:
-0x284a 004514 bpatchx patch26_3 ,mem_patch26 
-0x284b 004515 fetcht 1 ,mem_le_arq 
-0x284c 004516 isolate0 wak ,temp 
-0x284d 004517 rtn true 
-0x284e 004518 fetch 1 ,mem_le_rxbuf_data_header 
-0x284f 004519 lshift pdata ,pdata 
-0x2850 004520 ixor temp ,pdata 
-0x2851 004521 rtnbit0 sn 
-0x2852 004522 set0 wak ,temp 
-0x2853 004523 setflip sn ,temp 
-0x2854 004524 storet 1 ,mem_le_arq 
-0x2855 004525 compare 3 ,temp ,3 
-0x2856 004527 rtn 
-:      004530 le_set_enc:
-0x2857 004531 fetch 1 ,mem_le_state 
-0x2858 004532 set1 lestate_encryption ,pdata 
-0x2859 004533 store 1 ,mem_le_state 
-0x285a 004534 set1 mark_ble_encryption ,mark 
-0x285b 004535 rtn 
-:      004537 le_clear_enc:
-0x285c 004538 bpatchx patch26_4 ,mem_patch26 
-0x285d 004539 jam flag_le_enc_null ,mem_le_enc_state 
-0x285e 004540 arg 0 ,pdata 
-0x285f 004541 store 4 ,mem_ccm_last_mic 
-0x2860 004542 store 5 ,mem_ccm_pcnt_tx 
-0x2861 004543 set1 le_ccm_directionbit ,pdata 
-0x2862 004544 store 5 ,mem_ccm_pcnt_rx 
-0x2863 004545 fetch 1 ,mem_le_state 
-0x2864 004546 set0 lestate_encryption ,pdata 
-0x2865 004547 store 1 ,mem_le_state 
-0x2866 004548 set0 mark_ble_encryption ,mark 
-0x2867 004549 rtn 
-:      004554 le_scan_check_sender_addr_type:
-0x2868 004555 arg 1 ,rega 
-0x2869 004556 fetch 1 ,mem_le_rxbuf_adv_connect_ind_header 
-0x286a 004557 rtnbit1 le_sender_addr_bit 
-0x286b 004558 arg 0 ,rega 
-0x286c 004559 rtn 
-:      004562 le_get_master_rx_max:
-0x286d 004563 copy contr ,contw 
-0x286e 004564 fetcht 2 ,mem_remote_rx_max_octets 
-0x286f 004565 copy contw ,contr 
-0x2870 004566 rtn 
-:      004569 le_prepare_tx:
-0x2871 004570 bpatchx patch26_5 ,mem_patch26 
-0x2872 004571 fetch 1 ,mem_le_arq 
-0x2873 004572 rtnbit1 wak 
-0x2874 004573 call le_check_tx_md 
-0x2875 004574 call le_fifo_get_first_tx_ptr 
-0x2876 004575 branch le_send_empty ,blank 
-0x2877 004576 ifetch 2 ,contr 
-0x2878 004577 ifetcht 2 ,contr 
-0x2879 004578 copy temp ,rega 
-0x287a 004579 isub rega ,pdata 
-0x287b 004580 call le_get_master_rx_max 
-0x287c 004581 call not_greater_than 
-0x287d 004582 copy pdata ,temp 
-0x287e 004583 ifetchr type ,1 ,contr 
-0x287f 004584 copy rega ,pdata 
-0x2880 004585 iadd contr ,pdata 
-0x2881 004586 store 2 ,mem_contr 
-0x2882 004587 call le_update_tx_type 
-0x2883 004588 call le_send_packet 
-0x2884 004590 call le_fifo_get_first_tx_ptr 
-0x2885 004591 ifetch 2 ,contr 
-0x2886 004592 copy pdata ,rega 
-0x2887 004593 copy contr ,regc 
-0x2888 004594 ifetcht 2 ,contr 
-0x2889 004595 copy temp ,regb 
-0x288a 004596 isub regb ,pdata 
-0x288b 004597 call le_get_master_rx_max 
-0x288c 004598 call not_greater_than 
-0x288d 004599 iadd regb ,pdata 
-0x288e 004600 istore 2 ,regc 
-0x288f 004601 isub rega ,null 
-0x2890 004602 nrtn zero 
-0x2891 004603 branch le_fifo_release_first_node 
-:      004606 le_check_tx_md:
-0x2892 004607 call le_check_continue 
-0x2893 004608 rtnmark1 mark_ble_tx_md 
-0x2894 004609 fetch 1 ,mem_le_configuration 
-0x2895 004610 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
-0x2896 004611 call le_fifo_get_second_tx_ptr 
-0x2897 004612 branch le_clear_md ,blank 
-0x2898 004613 branch le_set_md 
-:      004616 le_check_continue:
-0x2899 004617 call le_fifo_get_first_tx_ptr 
-0x289a 004618 branch le_clear_md ,blank 
-0x289b 004619 ifetch 2 ,contr 
-0x289c 004620 ifetcht 2 ,contr 
-0x289d 004621 isub temp ,rega 
-0x289e 004622 call le_get_master_rx_max 
-0x289f 004623 copy temp ,pdata 
-0x28a0 004624 isub rega ,null 
-0x28a1 004625 branch le_clear_md ,positive 
-:      004626 le_set_md:
-0x28a2 004627 set1 mark_ble_tx_md ,mark 
-0x28a3 004628 rtn 
-:      004630 le_clear_md:
-0x28a4 004631 set0 mark_ble_tx_md ,mark 
-0x28a5 004632 rtn 
-:      004634 le_update_tx_type:
-0x28a6 004635 copy rega ,pdata 
-0x28a7 004636 rtn blank 
-0x28a8 004637 arg llid_continue ,type 
-0x28a9 004638 rtn 
-:      004641 le_att_check_notification_enable:
-0x28aa 004642 bpatchx patch26_6 ,mem_patch26 
-0x28ab 004643 increase 1 ,temp 
-0x28ac 004644 call le_att_get_handle_ptr 
-0x28ad 004645 increase -2 ,contr 
-0x28ae 004646 ifetch 2 ,contr 
-0x28af 004647 arg client_charactertic_configuration ,temp 
-0x28b0 004648 isub temp ,null 
-0x28b1 004649 nrtn zero 
-0x28b2 004650 increase 1 ,contr 
-0x28b3 004651 copy contr ,rega 
-0x28b4 004652 ifetch 1 ,contr 
-0x28b5 004653 rtn 
-:      004656 le_send_empty:
-0x28b6 004657 force 0 ,temp 
-0x28b7 004658 force 1 ,type 
-:      004660 le_send_packet:
-0x28b8 004661 bpatchx patch26_7 ,mem_patch26 
-0x28b9 004662 storet 1 ,mem_le_txlen 
-0x28ba 004663 fetcht 1 ,mem_le_arq 
-0x28bb 004664 set1 wak ,temp 
-0x28bc 004665 and temp ,0xfc ,pdata 
-0x28bd 004666 ior type ,pdata 
-0x28be 004667 store 1 ,mem_le_arq 
-0x28bf 004668 and_into 0x1f ,pdata 
-0x28c0 004669 isolate1 mark_ble_tx_md ,mark 
-0x28c1 004670 setflag true ,md ,pdata 
-0x28c2 004671 store 1 ,mem_le_txheader 
-0x28c3 004673 fetch 1 ,mem_le_txheader 
-0x28c4 004674 compare 1 ,type ,3 
-0x28c5 004675 nbranch le_send_no_txlen ,true 
-0x28c6 004676 fetch 1 ,mem_le_txlen 
-0x28c7 004677 rtn blank 
-:      004679 le_send_no_txlen:
-0x28c8 004680 bmark1 mark_ble_encryption ,le_send_packet_enc 
-0x28c9 004681 fetchr loopcnt ,1 ,mem_le_txlen 
-0x28ca 004682 fetch 2 ,mem_contr 
-0x28cb 004683 copy pdata ,contr 
-0x28cc 004684 arg mem_le_txpayload ,contw 
-0x28cd 004685 branch memcpy_fast 
-:      004687 le_send_packet_enc:
-0x28ce 004688 call load_sk 
-0x28cf 004689 branch le_encrypt_new_start 
-:      004691 get_lpm_wake_ble_rx_lock:
-0x28d0 004692 arg wake_lock_ble_rx ,queue 
-0x28d1 004693 branch lpm_get_wake_lock 
-:      004695 put_lpm_wake_ble_rx_lock:
-0x28d2 004696 arg wake_lock_ble_rx ,queue 
-0x28d3 004697 branch lpm_put_wake_lock 
-:      004700 le_parse:
-0x28d4 004701 bpatchx patch27_0 ,mem_patch27 
-0x28d5 004702 rtnmark1 mark_old_packet 
-0x28d6 004703 rtnmark1 mark_ble_crc_fail 
-0x28d7 004704 fetch 1 ,mem_le_rxbuf_data_header 
-0x28d8 004705 and pdata ,0x3 ,pdata 
-0x28d9 004706 store 1 ,mem_le_packet_llid 
-0x28da 004707 fetch 1 ,mem_le_rxbuf_data_length 
-0x28db 004708 rtn blank 
-0x28dc 004709 setarg mem_le_rxbuf_data_payload 
-0x28dd 004710 store 2 ,mem_le_payload_ptr 
-0x28de 004711 bpatchx patch27_1 ,mem_patch27 
-0x28df 004712 fetch 1 ,mem_le_packet_llid 
-0x28e0 004713 beq llid_le_ll ,le_parse_ll 
-:      004714 le_parse_l2cap:
-0x28e1 004715 call le_check_l2cap_complete 
-0x28e2 004716 nbranch get_lpm_wake_ble_rx_lock ,user 
-0x28e3 004717 call put_lpm_wake_ble_rx_lock 
-0x28e4 004718 setarg 0 
-0x28e5 004719 store 2 ,mem_le_packet_len_recved 
-0x28e6 004720 fetch 2 ,mem_le_payload_ptr 
-0x28e7 004721 add pdata ,2 ,contr 
-0x28e8 004722 bpatchx patch27_2 ,mem_patch27 
-:      004723 le_parse_l2cap_next:
-0x28e9 004724 ifetch 2 ,contr 
-0x28ea 004725 beq le_l2cap_cid_att ,le_parse_att 
-0x28eb 004726 beq le_l2cap_cid_smp ,le_parse_smp 
-0x28ec 004727 beq le_l2cap_cid_signal ,le_parse_signaling 
-0x28ed 004728 rtn 
-:      004731 le_check_l2cap_complete:
-0x28ee 004732 fetch 1 ,mem_le_packet_llid 
-0x28ef 004733 beq llid_start ,le_check_l2cap_llid_start 
-0x28f0 004734 beq llid_continue ,le_check_l2cap_llid_continue 
-0x28f1 004735 rtn 
-:      004740 le_check_l2cap_cid_legal:
-0x28f2 004741 call enable_user 
-0x28f3 004742 arg le_l2cap_cid_att ,temp 
-0x28f4 004743 isub pdata ,null 
-0x28f5 004744 rtn zero 
-0x28f6 004745 arg le_l2cap_cid_signal ,temp 
-0x28f7 004746 isub pdata ,null 
-0x28f8 004747 rtn zero 
-0x28f9 004748 arg le_l2cap_cid_smp ,temp 
-0x28fa 004749 isub pdata ,null 
-0x28fb 004750 rtn zero 
-0x28fc 004751 branch disable_user 
-:      004754 le_check_l2cap_llid_start:
-0x28fd 004755 fetch 2 ,mem_le_payload_ptr 
-0x28fe 004756 copy pdata ,contr 
-0x28ff 004757 ifetch 2 ,contr 
-0x2900 004758 store 2 ,mem_le_l2cap_size 
-0x2901 004759 ifetch 2 ,contr 
-0x2902 004760 call le_check_l2cap_cid_legal 
-0x2903 004761 nrtn user 
-0x2904 004762 fetcht 1 ,mem_le_rxbuf_data_length 
-0x2905 004763 storet 2 ,mem_le_packet_len_recved 
-0x2906 004764 fetch 2 ,mem_le_l2cap_size 
-0x2907 004765 increase 4 ,pdata 
-0x2908 004766 isub temp ,null 
-0x2909 004767 branch enable_user ,zero 
-0x290a 004768 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
-0x290b 004769 arg mem_le_l2cap_buf ,contw 
-0x290c 004770 fetch 2 ,mem_le_payload_ptr 
-0x290d 004771 copy pdata ,contr 
-0x290e 004772 call memcpy_fast 
-0x290f 004773 branch disable_user 
-:      004778 le_check_l2cap_continue_legal:
-0x2910 004779 call enable_user 
-0x2911 004780 fetch 2 ,mem_le_packet_len_recved 
-0x2912 004781 nrtn blank 
-0x2913 004782 branch disable_user 
-:      004784 le_check_l2cap_llid_continue:
-0x2914 004785 call le_check_l2cap_continue_legal 
-0x2915 004786 nrtn user 
-0x2916 004787 fetch 2 ,mem_le_packet_len_recved 
-0x2917 004788 arg mem_le_l2cap_buf ,contw 
-0x2918 004789 iadd contw ,rega 
-0x2919 004790 fetcht 1 ,mem_le_rxbuf_data_length 
-0x291a 004791 iadd temp ,pdata 
-0x291b 004792 store 2 ,mem_le_packet_len_recved 
-0x291c 004793 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
-0x291d 004794 copy rega ,contw 
-0x291e 004795 fetch 2 ,mem_le_payload_ptr 
-0x291f 004796 copy pdata ,contr 
-0x2920 004797 call memcpy_fast 
-0x2921 004798 setarg mem_le_l2cap_buf 
-0x2922 004799 store 2 ,mem_le_payload_ptr 
-0x2923 004800 fetch 2 ,mem_le_l2cap_size 
-0x2924 004801 increase 4 ,pdata 
-0x2925 004802 fetcht 2 ,mem_le_packet_len_recved 
-0x2926 004803 isub temp ,null 
-0x2927 004804 branch enable_user ,zero 
-0x2928 004805 branch disable_user 
-:      004810 le_writeatt_cb:
-0x2929 004811 fetch 2 ,mem_cb_att_write 
-0x292a 004812 branch callback_func 
-:      004814 le_supervision_update:
-0x292b 004815 bpatchx patch27_3 ,mem_patch27 
-0x292c 004816 fetcht 4 ,mem_le_supervision_timer 
-0x292d 004817 call get_clkbt 
-0x292e 004818 isub temp ,timeup 
-0x292f 004819 deposit timeup 
-0x2930 004820 fetcht 2 ,mem_le_superto 
-0x2931 004821 lshift4 temp ,temp 
-0x2932 004822 lshift temp ,temp 
-0x2933 004823 isub temp ,pdata 
-0x2934 004824 rtn 
-:      004826 le_supervision_flush:
-0x2935 004827 call get_clkbt 
-0x2936 004828 store 4 ,mem_le_supervision_timer 
-0x2937 004829 rtn 
-:      004833 le_receive_window_size:
-0x2938 004834 bpatchx patch27_4 ,mem_patch27 
-0x2939 004835 add rega ,coffset_le_peer_sca ,contr 
-0x293a 004836 ifetch 1 ,contr 
-0x293b 004837 call le_sca_map 
-0x293c 004838 add rega ,coffset_tsniff ,contr 
-0x293d 004839 ifetch 2 ,contr 
-0x293e 004840 imul32 temp ,pdata 
-0x293f 004841 fetcht 2 ,mem_param_rt_rthalfslot 
-0x2940 004842 imul32 temp ,pdata 
-0x2941 004843 arg 1000000 ,temp 
-0x2942 004844 idiv temp 
-0x2943 004845 arg param_windown_size ,temp 
-0x2944 004846 fetch 1 ,mem_system_clk 
-0x2945 004847 imul32 temp ,temp 
-0x2946 004848 add rega ,coffset_le_window_size ,contr 
-0x2947 004849 ifetch 1 ,contr 
-0x2948 004850 imul32 temp ,pdata 
-0x2949 004851 iadd temp ,pdata 
-0x294a 004852 store 4 ,mem_le_transmit_window 
-0x294b 004853 fetch 2 ,mem_rx_window_sniff 
-0x294c 004854 call wait_div_end 
-0x294d 004855 quotient temp 
-0x294e 004856 iadd temp ,pdata 
-0x294f 004857 add rega ,coffset_rx_window ,contw 
-0x2950 004858 istore 2 ,contw 
-0x2951 004859 rtn 
-:      004864 le_modified_name:
-0x2952 004865 bpatchx patch27_5 ,mem_patch27 
-0x2953 004866 call le_modified_name_att_list 
-0x2954 004867 branch le_modified_name_adv 
-:      004869 le_modified_name_att_list:
-0x2955 004870 jam 2 ,mem_le_search_att_type_length 
-0x2956 004871 arg uuid_chrctr_device_name ,temp 
-0x2957 004872 storet 2 ,mem_le_search_att_type 
-0x2958 004873 call le_att_get_uuid_ptr 
-0x2959 004874 rtn blank 
-0x295a 004875 ifetch 1 ,contr 
-0x295b 004876 copy contr ,contw 
-0x295c 004877 fetcht 1 ,mem_le_name_len 
-0x295d 004878 copy temp ,loopcnt 
-0x295e 004879 isub temp ,null 
-0x295f 004880 nbranch le_name_length_longer_than_att ,positive 
-0x2960 004881 isub temp ,temp 
-0x2961 004882 arg mem_le_name ,contr 
-0x2962 004883 call memcpy_fast 
-0x2963 004884 copy temp ,loopcnt 
-0x2964 004885 ncall memcpy_empty ,zero 
-0x2965 004886 rtn 
-:      004887 le_name_length_longer_than_att:
-0x2966 004888 copy pdata ,loopcnt 
-0x2967 004889 arg mem_le_name ,contr 
-0x2968 004890 branch memcpy_fast 
-:      004893 le_modified_name_adv:
-0x2969 004894 arg mem_le_adv_data_len + 32 ,regc 
-0x296a 004895 arg mem_le_adv_data ,rega 
-0x296b 004896 call le_modified_name_adv_and_scan 
-0x296c 004897 setarg 0 
-0x296d 004898 setflag user ,0 ,pdata 
-0x296e 004899 store 1 ,mem_pdatatemp 
-0x296f 004900 arg mem_le_scan_data_len + 32 ,regc 
-0x2970 004901 arg mem_le_scan_data ,rega 
-0x2971 004902 call le_modified_name_adv_and_scan 
-0x2972 004903 rtn user 
-0x2973 004904 fetch 1 ,mem_pdatatemp 
-0x2974 004905 branch assert ,blank 
-0x2975 004906 rtn 
-:      004909 le_modified_name_adv_and_scan:
-0x2976 004910 bpatchx patch27_6 ,mem_patch27 
-0x2977 004911 call enable_user 
-0x2978 004912 call clear_temp_block 
-0x2979 004913 arg 0 ,regb 
-0x297a 004914 arg mem_le_data_temp ,contw 
-0x297b 004915 call le_modified_name_adv_loop 
-0x297c 004916 fetch 1 ,mem_le_name_len 
-0x297d 004917 add pdata ,1 ,temp 
-0x297e 004918 iadd regb ,rega 
-0x297f 004919 increase 2 ,rega 
-0x2980 004920 sub rega ,0x1f ,null 
-0x2981 004921 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
-0x2982 004922 istoret 1 ,contw 
-0x2983 004923 arg gap_adtype_local_name_complete ,temp 
-0x2984 004924 istoret 1 ,contw 
-0x2985 004925 iforce loopcnt 
-0x2986 004926 call memcpy_fast 
-0x2987 004927 copy rega ,regb 
-:      004928 le_modified_name_adv_and_scan_store_data:
-0x2988 004929 deposit regb 
-0x2989 004930 store 1 ,mem_le_data_len_temp 
-0x298a 004931 arg mem_le_data_len_temp ,contr 
-0x298b 004932 setarg -32 
-0x298c 004933 iadd regc ,contw 
-0x298d 004934 branch memcpy32 
-:      004936 le_modified_name_adv_and_scan_name_overflow:
-0x298e 004937 call disable_user 
-0x298f 004938 branch le_modified_name_adv_and_scan_store_data 
-:      004940 le_modified_name_adv_loop:
-0x2990 004941 ifetch 1 ,rega 
-0x2991 004942 rtn blank 
-0x2992 004943 pincrease 1 
-0x2993 004944 ifetcht 1 ,contr 
-0x2994 004945 sub temp ,gap_adtype_local_name_complete ,null 
-0x2995 004946 branch le_modified_name_adv_found_name ,zero 
-0x2996 004947 iadd regb ,regb 
-0x2997 004948 copy rega ,contr 
-0x2998 004949 iforce loopcnt 
-0x2999 004950 call memcpy_fast 
-0x299a 004951 copy contr ,rega 
-:      004952 le_modified_name_adv_loop2:
-0x299b 004953 deposit rega 
-0x299c 004954 isub regc ,null 
-0x299d 004955 rtn positive 
-0x299e 004956 branch le_modified_name_adv_loop 
-:      004958 le_modified_name_adv_found_name:
-0x299f 004959 iadd rega ,rega 
-0x29a0 004960 branch le_modified_name_adv_loop2 
-:      004963 memcpy_empty:
-0x29a1 004964 setarg space 
-0x29a2 004965 istore 1 ,contw 
-0x29a3 004966 loop memcpy_empty 
-0x29a4 004967 rtn 
-:      004970 le_lpm_set_mult:
-0x29a5 004971 bpatchx patch27_7 ,mem_patch27 
-0x29a6 004972 disable wake 
-0x29a7 004973 branch le_lpm_set_mult_attempt ,attempt 
-0x29a8 004974 nbranch le_lpm_lost ,match 
-:      004975 le_lpm_set_mult_attempt:
-0x29a9 004976 call lpm_match 
-0x29aa 004977 fetch 2 ,mem_rx_window_sniff 
-0x29ab 004978 store 2 ,mem_le_receive_window 
-0x29ac 004979 fetch 1 ,mem_le_configuration 
-0x29ad 004980 bbit1 bit_ble_short_mult ,lpm_mult_short 
-0x29ae 004981 bmark1 mark_old_packet ,lpm_mult_short 
-0x29af 004982 fetch 1 ,mem_le_rxbuf_data_length 
-0x29b0 004983 nbranch lpm_mult_short ,blank 
-0x29b1 004984 fetch 1 ,mem_le_txlen 
-0x29b2 004985 nbranch lpm_mult_short ,blank 
-0x29b3 004987 fetch 1 ,mem_le_state 
-0x29b4 004988 bbit1 lestate_update_param ,lpm_mult_short 
-0x29b5 004989 bbit1 lestate_update_phy ,lpm_mult_short 
-0x29b6 004990 bbit1 lestate_update_map ,lpm_mult_short 
-0x29b7 004991 branch lpm_mult_wait_timeout 
-:      004993 le_lpm_lost:
-0x29b8 004994 fetch 1 ,mem_sniff_unint_lost 
-0x29b9 004995 sub pdata ,30 ,null 
-0x29ba 004996 nbranch lpm_lost ,positive 
-0x29bb 004997 fetcht 2 ,mem_rx_window_sniff 
-0x29bc 004998 rshift temp ,temp 
-0x29bd 004999 fetch 2 ,mem_le_receive_window 
-0x29be 005000 iadd temp ,pdata 
-0x29bf 005001 store 2 ,mem_le_receive_window 
-0x29c0 005002 branch lpm_lost 
-:      005005 le_set_config_fixed_tk:
-0x29c1 005006 arg bit_ble_passkey_fixed_key ,queue 
-0x29c2 005007 branch le_set_config 
-:      005009 le_clr_config_fixed_tk:
-0x29c3 005010 arg bit_ble_passkey_fixed_key ,queue 
-0x29c4 005011 branch le_clr_config 
-:      005013 le_set_config_fixed_ltk:
-0x29c5 005014 arg bit_ble_pairing_fixed_ltk ,queue 
-0x29c6 005015 branch le_set_config 
-:      005017 le_clr_config_fixed_ltk:
-0x29c7 005018 arg bit_ble_pairing_fixed_ltk ,queue 
-0x29c8 005019 branch le_clr_config 
-:      005021 le_set_config_more_data:
-0x29c9 005022 arg bit_ble_transmit_packet_by_md ,queue 
-0x29ca 005023 branch le_set_config 
-:      005025 le_clr_config_more_data:
-0x29cb 005026 arg bit_ble_transmit_packet_by_md ,queue 
-0x29cc 005027 branch le_clr_config 
-:      005029 le_set_config_read_authentication:
-0x29cd 005030 arg bit_ble_read_auth ,queue 
-0x29ce 005031 branch le_set_config 
-:      005033 le_clr_config_read_authentication:
-0x29cf 005034 arg bit_ble_read_auth ,queue 
-0x29d0 005035 branch le_clr_config 
-:      005037 le_set_config_write_authentication:
-0x29d1 005038 arg bit_ble_write_auth ,queue 
-0x29d2 005039 branch le_set_config 
-:      005041 le_clr_config_write_authentication:
-0x29d3 005042 arg bit_ble_write_auth ,queue 
-0x29d4 005043 branch le_clr_config 
-:      005045 le_set_config_short_mult:
-0x29d5 005046 arg bit_ble_short_mult ,queue 
-:      005048 le_set_config:
-0x29d6 005049 fetch 1 ,mem_le_configuration 
-0x29d7 005050 qset1 pdata 
-0x29d8 005051 store 1 ,mem_le_configuration 
-0x29d9 005052 rtn 
-:      005055 le_clr_config_short_mult:
-0x29da 005056 arg bit_ble_short_mult ,queue 
-:      005058 le_clr_config:
-0x29db 005059 fetch 1 ,mem_le_configuration 
-0x29dc 005060 qset0 pdata 
-0x29dd 005061 store 1 ,mem_le_configuration 
-0x29de 005062 rtn 
-:      005066 le_set_fixed_ltk:
-0x29df 005067 setarg 0x112233 
-0x29e0 005068 store 3 ,mem_le_fixed_ltk 
-0x29e1 005069 setarg 0x445566 
-0x29e2 005070 istore 3 ,contw 
-0x29e3 005071 setarg 0x778899 
-0x29e4 005072 istore 3 ,contw 
-0x29e5 005073 setarg 0x001122 
-0x29e6 005074 istore 3 ,contw 
-0x29e7 005075 setarg 0x334455 
-0x29e8 005076 istore 3 ,contw 
-0x29e9 005077 setarg 0x66 
-0x29ea 005078 istore 1 ,contw 
-0x29eb 005079 rtn 
-:      005082 le_set_justwork:
-0x29ec 005083 setarg 0x01000302 
-0x29ed 005084 store 4 ,mem_le_pres 
-0x29ee 005085 setarg 0x010010 
-0x29ef 005086 store 3 ,mem_le_pres_max_keysize 
-0x29f0 005087 jam 1 ,mem_le_pairing_mode 
-0x29f1 005088 rtn 
-:      005092 le_fifo_malloc_tx_empty:
-0x29f2 005093 arg 0 ,rega 
-0x29f3 005094 arg llid_empty ,type 
-0x29f4 005095 branch le_fifo_malloc_tx 
-:      005099 le_fifo_malloc_tx_ll:
-0x29f5 005100 bpatchx patch28_0 ,mem_patch28 
-0x29f6 005101 arg llid_le_ll ,type 
-0x29f7 005102 call le_fifo_malloc_tx 
-0x29f8 005103 copy regb ,pdata 
-0x29f9 005104 istore 1 ,contw 
-0x29fa 005105 rtn 
-:      005109 le_fifo_malloc_tx_l2cap:
-0x29fb 005110 bpatchx patch28_1 ,mem_patch28 
-0x29fc 005111 force llid_start ,type 
-0x29fd 005112 increase 4 ,rega 
-0x29fe 005113 call le_fifo_malloc_tx 
-0x29ff 005114 increase -4 ,rega 
-0x2a00 005115 copy rega ,pdata 
-0x2a01 005116 istore 2 ,contw 
-0x2a02 005117 copy regb ,pdata 
-0x2a03 005118 istore 2 ,contw 
-0x2a04 005119 rtn 
-:      005123 le_fifo_malloc_tx:
-0x2a05 005124 bpatchx patch28_2 ,mem_patch28 
-0x2a06 005125 increase 5 ,rega 
-0x2a07 005126 call ble_l2cap_malloc 
-0x2a08 005127 increase -5 ,rega 
-0x2a09 005128 copy rega ,pdata 
-0x2a0a 005129 istore 2 ,contw 
-0x2a0b 005130 setarg 0 
-0x2a0c 005131 istore 2 ,contw 
-0x2a0d 005132 copy type ,pdata 
-0x2a0e 005133 istore 1 ,contw 
-0x2a0f 005134 rtn 
-:      005137 le_fifo_get_first_tx_ptr:
-0x2a10 005138 bpatchx patch28_3 ,mem_patch28 
-0x2a11 005139 call l2cap_malloc_fifo_out 
-0x2a12 005140 copy pdata ,contr 
-0x2a13 005141 rtn 
-:      005143 le_fifo_get_second_tx_ptr:
-0x2a14 005144 fetch 2 ,mem_tx_fifo2_ptr 
-0x2a15 005145 rtn 
-:      005147 le_fifo_get_last_tx_ptr:
-0x2a16 005148 call le_fifo_get_last_tx_ptr0 
-0x2a17 005149 copy pdata ,contr 
-0x2a18 005150 rtn 
-:      005153 le_fifo_get_last_tx_ptr0:
-0x2a19 005154 fetch 2 ,mem_tx_fifo3_ptr 
-0x2a1a 005155 rtn 
-:      005158 le_fifo_get_first_l2cap_ptr:
-0x2a1b 005159 call le_fifo_get_first_tx_ptr 
-0x2a1c 005160 increase 5 ,contr 
-0x2a1d 005161 rtn 
-:      005163 le_fifo_get_first_att_ptr:
-0x2a1e 005164 call le_fifo_get_first_tx_ptr 
-0x2a1f 005165 increase 9 ,contr 
-0x2a20 005166 rtn 
-:      005168 le_fifo_get_last_att_ptr:
-0x2a21 005169 call le_fifo_get_last_tx_ptr 
-0x2a22 005170 increase 9 ,contr 
-0x2a23 005171 rtn 
-:      005173 le_fifo_get_last_l2cap_ptr:
-0x2a24 005174 call le_fifo_get_last_tx_ptr 
-0x2a25 005175 increase 5 ,contr 
-0x2a26 005176 rtn 
-:      005179 le_fifo_check_full:
-0x2a27 005180 branch l2cap_malloc_is_fifo_full 
-:      005183 le_fifo_check_nearly_full:
-0x2a28 005184 branch l2cap_malloc_is_fifo_nearly_full 
-:      005187 le_fifo_check_empty:
-0x2a29 005188 branch l2cap_malloc_is_fifo_empty 
-:      005191 le_fifo_release_first_node:
-0x2a2a 005192 branch l2cap_malloc_free 
-:      005195 le_set_dle:
-0x2a2b 005196 store 8 ,mem_local_rx_max_octets 
-0x2a2c 005197 branch le_set_feature_data_packet_length_extension 
-:      005200 le_set_phys:
-0x2a2d 005201 and temp ,0xff ,rega 
-0x2a2e 005202 call le_set_tx_phy 
-0x2a2f 005203 rshift8 temp ,rega 
-:      005205 le_set_rx_phy:
-0x2a30 005206 storer rega ,1 ,mem_le_rx_phys 
-0x2a31 005207 branch le_set_phy_common 
-:      005209 le_set_tx_phy:
-0x2a32 005210 storer rega ,1 ,mem_le_tx_phys 
-:      005211 le_set_phy_common:
-0x2a33 005212 isolate1 bit_le_2m_phy ,rega 
-0x2a34 005213 call le_set_feature_2m_phy ,true 
-0x2a35 005214 isolate1 bit_le_coded_phy ,rega 
-0x2a36 005215 call le_set_feature_coded_phy ,true 
-0x2a37 005216 rtn 
-:      005220 le_set_feature_2m_phy:
-0x2a38 005221 arg bit_ll_feature_le_2m_phy ,queue 
-0x2a39 005222 branch le_set_feature 
-:      005225 le_set_feature_coded_phy:
-0x2a3a 005226 arg bit_ll_feature_le_coded_phy ,queue 
-0x2a3b 005227 branch le_set_feature 
-:      005229 le_set_feature_data_packet_length_extension:
-0x2a3c 005230 arg bit_ll_feature_le_data_packet_length_extension ,queue 
-:      005232 le_set_feature:
-0x2a3d 005233 fetch 8 ,mem_le_local_feature 
-0x2a3e 005234 qset1 pdata 
-0x2a3f 005235 store 8 ,mem_le_local_feature 
-0x2a40 005236 rtn 
-:      005238 le_set_fixed_ltk_justwork:
-0x2a41 005239 call le_set_config_fixed_ltk 
-0x2a42 005240 call le_set_justwork 
-0x2a43 005241 call le_set_fixed_ltk 
-0x2a44 005242 branch le_set_config_read_authentication 
-:      005247 le_advertising_dispatch:
-0x2a45 005248 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
-0x2a46 005249 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
-0x2a47 005250 call le_enable 
-0x2a48 005251 call le_scan 
-0x2a49 005252 call le_adv 
-0x2a4a 005253 branch le_disable 
-:      005255 le_scan:
-0x2a4b 005256 bpatchx patch28_4 ,mem_patch28 
-0x2a4c 005257 fetch 1 ,mem_le_scan_enable 
-0x2a4d 005258 rtnne le_scan_enable 
-0x2a4e 005259 arg le_scan_interval_timer ,queue 
-0x2a4f 005260 call timer_check 
-0x2a50 005261 nrtn blank 
-0x2a51 005262 fetch 2 ,mem_le_scan_interval 
-0x2a52 005263 fetcht 2 ,mem_le_scan_window 
-0x2a53 005264 isub temp ,pdata 
-0x2a54 005265 arg le_scan_interval_timer ,queue 
-0x2a55 005266 call timer_init 
-0x2a56 005267 disable master 
-0x2a57 005268 call le_init_adv 
-0x2a58 005269 call le_wait_adv 
-0x2a59 005270 nrtn match 
-0x2a5a 005271 bpatchx patch28_5 ,mem_patch28 
-0x2a5b 005272 fetch 6 ,mem_le_rxbuf + 2 
-0x2a5c 005273 store 6 ,mem_le_plap 
-0x2a5d 005276 fetch 1 ,mem_le_adv_rcv 
-0x2a5e 005277 increase 1 ,pdata 
-0x2a5f 005278 store 1 ,mem_le_adv_rcv 
-0x2a60 005279 call le_create_conn 
-0x2a61 005280 rtn master 
-0x2a62 005281 call le_send_scan_request 
-0x2a63 005282 nrtn match 
-0x2a64 005283 fetch 1 ,mem_le_scanrsp_rcv 
-0x2a65 005284 increase 1 ,pdata 
-0x2a66 005285 store 1 ,mem_le_scanrsp_rcv 
-0x2a67 005286 fetch 9 ,mem_le_rxbuf + 8 
-0x2a68 005287 store 9 ,mem_temp_block0 
-0x2a69 005288 rtn 
-:      005291 le_wait_adv:
-0x2a6a 005292 bpatchx patch28_6 ,mem_patch28 
-0x2a6b 005293 call le_next_adv_channel 
-0x2a6c 005294 call le_receive_adv 
-0x2a6d 005295 fetch 1 ,mem_le_adv_waitcnt 
-0x2a6e 005296 increase 1 ,pdata 
-0x2a6f 005297 store 1 ,mem_le_adv_waitcnt 
-0x2a70 005298 rtn 
-:      005301 le_create_conn:
-0x2a71 005302 bpatchx patch28_7 ,mem_patch28 
-0x2a72 005303 fetch 1 ,mem_cmd_le_create_conn 
-0x2a73 005304 rtnne hci_cmd_le_create_conn 
-0x2a74 005305 fetch 6 ,mem_le_plap 
-0x2a75 005306 fetcht 6 ,mem_le_conn_peer_addr 
-0x2a76 005307 isub temp ,null 
-0x2a77 005308 nrtn zero 
-0x2a78 005309 call context_new 
-0x2a79 005310 nrtn zero 
-0x2a7a 005311 call le_connect_request 
-0x2a7b 005312 call le_init_master 
-0x2a7c 005313 call le_send_version_ind 
-0x2a7d 005314 jam bt_evt_le_connected ,mem_fifo_temp 
-0x2a7e 005315 call ui_ipc_send_event 
-0x2a7f 005316 jam 0 ,mem_hci_cmd 
-0x2a80 005317 jam 0 ,mem_le_peer_sca 
-0x2a81 005318 jam 0 ,mem_le_scan_enable 
-0x2a82 005319 jam 0 ,mem_cmd_le_create_conn 
-0x2a83 005320 branch context_save 
-:      005322 le_connect_request:
-0x2a84 005323 bpatchx patch29_0 ,mem_patch29 
-0x2a85 005324 force -1 ,pdata 
-0x2a86 005325 setsect 2 ,1 
-0x2a87 005326 store 5 ,mem_le_channel_map 
-0x2a88 005327 arg mem_le_state ,rega 
-0x2a89 005328 call le_calc_channel_map 
-0x2a8a 005329 force 4 ,loopcnt 
-0x2a8b 005330 arg mem_le_access ,contw 
-0x2a8c 005331 call generate_random_loop 
-0x2a8d 005332 fetch 2 ,mem_le_timeout 
-0x2a8e 005333 store 2 ,mem_le_superto 
-:      005334 le_con_req_hop_retry:
-0x2a8f 005335 random pdata 
-0x2a90 005336 and_into 0xf ,pdata 
-0x2a91 005337 sub pdata ,4 ,null 
-0x2a92 005338 branch le_con_req_hop_retry ,positive 
-0x2a93 005339 store 1 ,mem_le_hop 
-0x2a94 005341 bpatchx patch29_1 ,mem_patch29 
-0x2a95 005342 fetcht 2 ,mem_le_conn_interval 
-0x2a96 005343 storet 2 ,mem_le_tsniff 
-0x2a97 005344 copy temp ,regc 
-0x2a98 005345 add clkn_bt ,7 ,pdata 
-0x2a99 005346 idiv regc 
-0x2a9a 005347 call wait_div_end 
-0x2a9b 005348 remainder rega 
-0x2a9c 005349 isub rega ,pdata 
-0x2a9d 005350 iadd regc ,pdata 
-0x2a9e 005351 fetcht 2 ,mem_le_dsniff 
-0x2a9f 005352 iadd temp ,pdata 
-0x2aa0 005353 store 4 ,mem_le_anchor 
-0x2aa1 005354 isub clkn_bt ,rega 
-0x2aa2 005355 increase -6 ,rega 
-0x2aa3 005356 arg 0x2205 ,regb 
-0x2aa4 005357 fetch 1 ,mem_le_conn_own_addr_type 
-0x2aa5 005358 nsetflag blank ,le_sender_addr_bit ,regb 
-0x2aa6 005359 fetch 1 ,mem_le_conn_peer_addr_type 
-0x2aa7 005360 nsetflag blank ,le_receiver_addr_bit ,regb 
-0x2aa8 005361 copy regb ,pdata 
-0x2aa9 005362 store 2 ,mem_le_txheader 
-0x2aaa 005363 fetch 6 ,mem_le_lap 
-0x2aab 005364 istore 6 ,contw 
-0x2aac 005365 fetch 6 ,mem_le_plap 
-0x2aad 005366 istore 6 ,contw 
-0x2aae 005367 fetch 4 ,mem_le_access 
-0x2aaf 005368 istore 4 ,contw 
-0x2ab0 005369 random pdata 
-0x2ab1 005370 istore 2 ,contw 
-0x2ab2 005371 random pdata 
-0x2ab3 005372 istore 1 ,contw 
-0x2ab4 005373 force 2 ,pdata 
-0x2ab5 005374 istore 1 ,contw 
-0x2ab6 005375 rshift2 rega ,pdata 
-0x2ab7 005376 istore 2 ,contw 
-0x2ab8 005377 rshift2 regc ,pdata 
-0x2ab9 005378 istore 2 ,contw 
-0x2aba 005379 bpatchx patch29_2 ,mem_patch29 
-0x2abb 005380 setarg 0 
-0x2abc 005381 istore 2 ,contw 
-0x2abd 005382 fetch 2 ,mem_le_timeout 
-0x2abe 005383 istore 2 ,contw 
-0x2abf 005384 fetch 5 ,mem_le_channel_map 
-0x2ac0 005385 istore 5 ,contw 
-0x2ac1 005386 fetch 1 ,mem_le_hop 
-0x2ac2 005387 arg param_le_sca ,temp 
-0x2ac3 005388 ior temp ,pdata 
-0x2ac4 005389 istore 1 ,contw 
-0x2ac5 005390 call le_transmit_norx 
-0x2ac6 005391 setarg mem_le_txheader 
-0x2ac7 005392 add pdata ,18 ,contr 
-0x2ac8 005393 ifetch 3 ,contr 
-0x2ac9 005394 store 3 ,mem_le_crcinit 
-0x2aca 005395 rtn 
-:      005398 le_adv:
-0x2acb 005399 jam 36 ,mem_le_ch_mapped 
-0x2acc 005400 jam 0 ,mem_le_adv_channel_map_temp 
-0x2acd 005401 call le_send_adv_protect_txbuf 
-0x2ace 005402 call le_adv_loop 
-0x2acf 005403 branch le_send_adv_recover_txbuf 
-:      005405 le_adv_loop:
-0x2ad0 005406 bpatchx patch29_3 ,mem_patch29 
-0x2ad1 005407 fetch 1 ,mem_le_adv_enable 
-0x2ad2 005408 rtn blank 
-0x2ad3 005409 arg le_adv_interval_timer ,queue 
-0x2ad4 005410 call timer_check 
-0x2ad5 005411 nrtn blank 
-0x2ad6 005412 enable swfine 
-0x2ad7 005413 call le_init_adv 
-0x2ad8 005414 call le_next_adv_channel 
-0x2ad9 005415 call le_send_adv_ind 
-0x2ada 005416 nbranch le_adv_not_match ,match 
-0x2adb 005417 fetch 1 ,mem_le_req_rcv 
-0x2adc 005418 increase 1 ,pdata 
-0x2add 005419 store 1 ,mem_le_req_rcv 
-0x2ade 005420 fetch 1 ,mem_le_rxbuf_adv_header 
-0x2adf 005421 and pdata ,0x0f ,pdata 
-0x2ae0 005422 beq scan_req ,le_send_scan_response 
-0x2ae1 005423 beq connect_req ,le_parse_connect_req 
-:      005424 le_adv_not_match:
-0x2ae2 005425 bpatchx patch29_4 ,mem_patch29 
-0x2ae3 005426 fetch 1 ,mem_le_adv_channel_map_temp 
-0x2ae4 005427 fetcht 1 ,mem_le_adv_channel_map 
-0x2ae5 005428 isub temp ,null 
-0x2ae6 005429 nbranch le_adv_loop ,zero 
-0x2ae7 005430 random pdata 
-0x2ae8 005431 arg 0x1ff ,temp 
-0x2ae9 005432 iand temp ,pdata 
-0x2aea 005433 add pdata ,250 ,pdata 
-0x2aeb 005434 call delay 
-0x2aec 005435 arg le_adv_interval_timer ,queue 
-0x2aed 005436 fetch 2 ,mem_le_adv_interval 
-0x2aee 005437 branch timer_init 
-:      005439 le_send_adv_protect_txbuf:
-0x2aef 005440 arg mem_le_tx_buf_temp ,contw 
-0x2af0 005441 arg mem_le_txheader ,contr 
-0x2af1 005442 branch memcpy48 
-:      005444 le_send_adv_recover_txbuf:
-0x2af2 005445 arg mem_le_tx_buf_temp ,contr 
-0x2af3 005446 arg mem_le_txheader ,contw 
-0x2af4 005447 branch memcpy48 
-:      005449 le_init_adv:
-0x2af5 005450 bpatchx patch29_5 ,mem_patch29 
-0x2af6 005451 disable master 
-:      005452 le_adv_access:
-0x2af7 005453 setarg 0x8e89be 
-0x2af8 005454 lshift8 pdata ,pdata 
-0x2af9 005455 or_into 0xd6 ,pdata 
-0x2afa 005456 iforce access 
-0x2afb 005457 setarg 0x555555 
-0x2afc 005458 store 3 ,mem_le_crcinit 
-0x2afd 005459 rtn 
-:      005463 le_send_adv_ind:
-0x2afe 005464 bpatchx patch29_6 ,mem_patch29 
-0x2aff 005465 fetch 1 ,mem_le_adv_type 
-0x2b00 005466 fetcht 1 ,mem_le_adv_own_addr_type 
-0x2b01 005467 lshift4 temp ,temp 
-0x2b02 005468 lshift2 temp ,temp 
-0x2b03 005469 iadd temp ,temp 
-0x2b04 005470 storet 1 ,mem_le_txheader 
-0x2b05 005471 beq adv_direct_ind ,le_send_adv_direct_ind 
-0x2b06 005472 fetcht 1 ,mem_le_adv_data_len 
-0x2b07 005473 add temp ,6 ,pdata 
-0x2b08 005474 store 1 ,mem_le_txlen 
-0x2b09 005475 fetch 6 ,mem_le_lap 
-0x2b0a 005476 store 6 ,mem_le_txpayload 
-0x2b0b 005477 copy temp ,loopcnt 
-0x2b0c 005478 arg mem_le_adv_data ,contr 
-0x2b0d 005479 call memcpy_fast 
-0x2b0e 005480 branch le_send_adv_transmit 
-:      005482 le_send_adv_direct_ind:
-0x2b0f 005483 setarg 12 
-0x2b10 005484 store 1 ,mem_le_txlen 
-0x2b11 005485 fetch 6 ,mem_le_lap 
-0x2b12 005486 store 6 ,mem_le_txpayload 
-0x2b13 005487 fetch 6 ,mem_hci_plap 
-0x2b14 005488 istore 6 ,contw 
-:      005489 le_send_adv_transmit:
-0x2b15 005490 bpatchx patch29_7 ,mem_patch29 
-0x2b16 005491 fetch 1 ,mem_le_adv_transmit 
-0x2b17 005492 increase 1 ,pdata 
-0x2b18 005493 store 1 ,mem_le_adv_transmit 
-0x2b19 005494 arg 1800 ,stop_watch 
-0x2b1a 005495 disable match 
-0x2b1b 005496 branch le_transmit_receive_sifs_without_change_mode 
-:      005499 le_send_scan_request:
-0x2b1c 005500 bpatchx patch2a_0 ,mem_patch2a 
-0x2b1d 005501 fetch 1 ,mem_le_scan_type 
-0x2b1e 005502 rtnne le_scan_type_active 
-0x2b1f 005503 fetch 1 ,mem_le_adv_transmit 
-0x2b20 005504 increase 1 ,pdata 
-0x2b21 005505 store 1 ,mem_le_adv_transmit 
-0x2b22 005506 arg 0x0c03 ,temp 
-0x2b23 005507 fetch 1 ,mem_le_scan_own_addr_type 
-0x2b24 005508 nsetflag blank ,le_sender_addr_bit ,temp 
-0x2b25 005509 copy rega ,pdata 
-0x2b26 005510 nsetflag blank ,le_receiver_addr_bit ,temp 
-0x2b27 005511 storet 2 ,mem_le_txheader 
-0x2b28 005512 fetch 6 ,mem_le_lap 
-0x2b29 005513 istore 6 ,contw 
-0x2b2a 005514 fetch 6 ,mem_le_plap 
-0x2b2b 005515 istore 6 ,contw 
-0x2b2c 005516 branch le_transmit_receive_sifs_without_change_mode 
-:      005518 le_send_scan_response:
-0x2b2d 005519 bpatchx patch2a_1 ,mem_patch2a 
-0x2b2e 005520 fetch 6 ,mem_le_rxbuf_adv_scan_req_adv_address 
-0x2b2f 005521 fetcht 6 ,mem_le_lap 
-0x2b30 005522 isub temp ,null 
-0x2b31 005523 nrtn zero 
-0x2b32 005524 arg scan_rsp ,temp 
-0x2b33 005525 fetch 1 ,mem_le_adv_own_addr_type 
-0x2b34 005526 nsetflag blank ,le_sender_addr_bit ,temp 
-0x2b35 005527 storet 1 ,mem_le_txheader 
-0x2b36 005528 fetcht 1 ,mem_le_scan_data_len 
-0x2b37 005529 add temp ,6 ,pdata 
-0x2b38 005530 store 1 ,mem_le_txlen 
-0x2b39 005531 fetch 6 ,mem_le_lap 
-0x2b3a 005532 store 6 ,mem_le_txpayload 
-0x2b3b 005533 arg mem_le_scan_data ,contr 
-0x2b3c 005534 copy temp ,loopcnt 
-0x2b3d 005535 call memcpy_fast 
-0x2b3e 005536 call le_transmit_norx 
-0x2b3f 005537 branch le_adv_not_match 
-:      005539 le_parse_connect_req:
-0x2b40 005540 fetch 6 ,mem_le_rxbuf_adv_connect_ind_adv_address 
-0x2b41 005541 fetcht 6 ,mem_le_lap 
-0x2b42 005542 isub temp ,null 
-0x2b43 005543 nrtn zero 
-0x2b44 005544 call le_scan_check_sender_addr_type 
-0x2b45 005545 storer rega ,1 ,mem_le_conn_peer_addr_type 
-0x2b46 005546 fetch 6 ,mem_le_rxbuf_adv_connect_ind_init_address 
-0x2b47 005547 store 6 ,mem_le_plap 
-0x2b48 005548 fetch 8 ,mem_le_rxbuf_adv_connect_ind_access_address 
-0x2b49 005549 store 8 ,mem_le_access 
-0x2b4a 005550 fetcht 2 ,mem_le_rxbuf_adv_connect_ind_win_offset 
-0x2b4b 005551 bpatchx patch2a_2 ,mem_patch2a 
-0x2b4c 005552 lshift2 temp ,temp 
-0x2b4d 005553 fetch 2 ,mem_le_rxbuf_adv_connect_ind_interval 
-0x2b4e 005554 lshift2 pdata ,pdata 
-0x2b4f 005555 store 2 ,mem_le_tsniff 
-0x2b50 005556 store 4 ,mem_le_anchor 
-0x2b51 005557 isub temp ,pdata 
-0x2b52 005558 add pdata ,-2 ,clke_bt 
-0x2b53 005559 fetch 9 ,mem_le_rxbuf_adv_connect_ind_latency 
-0x2b54 005560 store 9 ,mem_le_slave_latency 
-0x2b55 005561 fetch 1 ,mem_le_rxbuf_adv_connect_ind_hop_and_sca 
-0x2b56 005562 and pdata ,0x1f ,temp 
-0x2b57 005563 storet 1 ,mem_le_hop 
-0x2b58 005564 rshift4 pdata ,temp 
-0x2b59 005565 rshift temp ,temp 
-0x2b5a 005566 storet 1 ,mem_le_peer_sca 
-0x2b5b 005567 arg mem_le_state ,rega 
-0x2b5c 005568 call le_receive_window_size 
-0x2b5d 005569 arg mem_le_state ,rega 
-0x2b5e 005570 call le_calc_channel_map 
-0x2b5f 005571 call le_init_slave 
-0x2b60 005572 call context_new 
-0x2b61 005573 nrtn zero 
-0x2b62 005574 bpatchx patch2a_3 ,mem_patch2a 
-0x2b63 005575 call calc_clke_offset 
-0x2b64 005576 call le_l2cap_reset_signaling_identifier 
-0x2b65 005577 jam bt_evt_le_connected ,mem_fifo_temp 
-0x2b66 005578 call ui_ipc_send_event 
-0x2b67 005579 branch context_save 
-:      005582 le_next_adv_channel:
-0x2b68 005583 bpatchx patch2a_4 ,mem_patch2a 
-0x2b69 005584 fetch 1 ,mem_le_ch_mapped 
-0x2b6a 005585 beq 37 ,le_next_adv_channel_curr_channel_37 
-0x2b6b 005586 beq 38 ,le_next_adv_channel_curr_channel_38 
-0x2b6c 005587 beq 39 ,le_next_adv_channel_curr_channel_39 
-0x2b6d 005588 branch le_next_adv_channel_curr_channel_39 
-:      005590 le_next_adv_channel_curr_channel_37:
-0x2b6e 005591 fetcht 1 ,mem_le_adv_channel_map 
-0x2b6f 005592 isolate1 bit_adv_channel_map_38 ,temp 
-0x2b70 005593 branch set_le_next_adv_channel_38 ,true 
-0x2b71 005594 isolate1 bit_adv_channel_map_39 ,temp 
-0x2b72 005595 branch set_le_next_adv_channel_39 ,true 
-0x2b73 005596 branch set_le_next_adv_channel_37 
-:      005599 le_next_adv_channel_curr_channel_38:
-0x2b74 005600 fetcht 1 ,mem_le_adv_channel_map 
-0x2b75 005601 isolate1 bit_adv_channel_map_39 ,temp 
-0x2b76 005602 branch set_le_next_adv_channel_39 ,true 
-0x2b77 005603 isolate1 bit_adv_channel_map_37 ,temp 
-0x2b78 005604 branch set_le_next_adv_channel_37 ,true 
-0x2b79 005605 branch set_le_next_adv_channel_38 
-:      005608 le_next_adv_channel_curr_channel_39:
-0x2b7a 005609 fetcht 1 ,mem_le_adv_channel_map 
-0x2b7b 005610 isolate1 bit_adv_channel_map_37 ,temp 
-0x2b7c 005611 branch set_le_next_adv_channel_37 ,true 
-0x2b7d 005612 isolate1 bit_adv_channel_map_38 ,temp 
-0x2b7e 005613 branch set_le_next_adv_channel_38 ,true 
-0x2b7f 005614 branch set_le_next_adv_channel_39 
-:      005616 set_le_next_adv_channel_37:
-0x2b80 005617 jam 37 ,mem_le_ch_mapped 
-0x2b81 005618 fetch 1 ,mem_le_adv_channel_map_temp 
-0x2b82 005619 set1 bit_adv_channel_map_37 ,pdata 
-0x2b83 005620 store 1 ,mem_le_adv_channel_map_temp 
-0x2b84 005621 rtn 
-:      005623 set_le_next_adv_channel_38:
-0x2b85 005624 jam 38 ,mem_le_ch_mapped 
-0x2b86 005625 fetch 1 ,mem_le_adv_channel_map_temp 
-0x2b87 005626 set1 bit_adv_channel_map_38 ,pdata 
-0x2b88 005627 store 1 ,mem_le_adv_channel_map_temp 
-0x2b89 005628 rtn 
-:      005630 set_le_next_adv_channel_39:
-0x2b8a 005631 jam 39 ,mem_le_ch_mapped 
-0x2b8b 005632 fetch 1 ,mem_le_adv_channel_map_temp 
-0x2b8c 005633 set1 bit_adv_channel_map_39 ,pdata 
-0x2b8d 005634 store 1 ,mem_le_adv_channel_map_temp 
-0x2b8e 005635 rtn 
-:      005640 le_parse_att:
-0x2b8f 005641 copy contr ,rega 
-0x2b90 005642 fetch 1 ,mem_device_option 
-0x2b91 005643 beq dvc_op_shutter_dy ,shutter_dy_le_parse_att 
-0x2b92 005644 beq dvc_op_keyboard ,keyboard_le_att_auto_reco_process 
-0x2b93 005645 copy rega ,contr 
-0x2b94 005646 ifetch 3 ,contr 
-0x2b95 005647 store 3 ,mem_le_att_opcode 
-:      005648 le_parse_att2:
-0x2b96 005649 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
-0x2b97 005650 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
-0x2b98 005651 beq attop_find_information_request ,le_parse_att_find_information_request 
-0x2b99 005652 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
-0x2b9a 005653 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
-0x2b9b 005654 beq attop_read_request ,le_parse_att_read_request 
-0x2b9c 005655 beq attop_read_blob_request ,le_parse_att_read_blob_request 
-0x2b9d 005656 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
-0x2b9e 005657 beq attop_write_request ,le_parse_att_write_request 
-0x2b9f 005658 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
-0x2ba0 005659 beq attop_execute_write_request ,le_parse_att_execute_write_request 
-0x2ba1 005660 beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
-0x2ba2 005661 beq attop_write_command ,le_parse_att_write_command 
-0x2ba3 005662 rtn 
-:      005665 le_send_att_exchange_mtu_requset:
-0x2ba4 005666 force 3 ,rega 
-0x2ba5 005667 call le_fifo_malloc_tx_l2cap_gatt 
-0x2ba6 005668 setarg attop_exchange_mtu_request 
-:      005669 le_send_att_exchange_mtu_common:
-0x2ba7 005670 istore 1 ,contw 
-0x2ba8 005671 fetch 2 ,mem_le_local_mtu 
-0x2ba9 005672 istore 2 ,contw 
-0x2baa 005673 rtn 
-:      005676 le_parse_att_exchange_mtu_request:
-0x2bab 005677 call le_parse_att_exchange_mtu_response 
-:      005678 le_send_att_exchange_mtu_response:
-0x2bac 005679 force 3 ,rega 
-0x2bad 005680 call le_fifo_malloc_tx_l2cap_gatt 
-0x2bae 005681 setarg attop_exchange_mtu_response 
-0x2baf 005682 branch le_send_att_exchange_mtu_common 
-:      005684 le_parse_att_exchange_mtu_response:
-0x2bb0 005685 rshift8 pdata ,pdata 
-0x2bb1 005686 store 2 ,mem_le_remote_mtu 
-0x2bb2 005687 rtn 
-:      005689 le_parse_att_find_information_request:
-0x2bb3 005690 call le_get_search_handle_start_end_common 
-0x2bb4 005691 call enable_user 
-0x2bb5 005692 branch le_send_att_find_information_response 
-:      005695 le_att_handle_inrange:
-0x2bb6 005696 ifetch 2 ,contr 
-0x2bb7 005697 and_into 0xff ,pdata 
-0x2bb8 005698 rtn blank 
-0x2bb9 005699 isub regb ,null 
-0x2bba 005700 rtn zero 
-0x2bbb 005701 nrtn positive 
-0x2bbc 005702 isub regc ,null 
-0x2bbd 005703 rtn zero 
-0x2bbe 005704 branch le_att_handle_blank ,positive 
-0x2bbf 005705 force 1 ,null 
-0x2bc0 005706 rtn 
-:      005707 le_att_handle_blank:
-0x2bc1 005708 force 0 ,pdata 
-0x2bc2 005709 rtn 
-:      005712 le_send_att_find_information_response:
-0x2bc3 005713 arg 3 ,timeup 
-0x2bc4 005714 call le_init_attlist_search 
-:      005715 le_send_att_find_information_res_loop:
-0x2bc5 005716 call le_att_handle_inrange 
-0x2bc6 005717 branch le_send_att_find_information_res_end ,blank 
-0x2bc7 005718 nbranch le_send_att_find_information_res_next ,positive 
-0x2bc8 005719 increase -2 ,contr 
-0x2bc9 005720 call store_contr 
-0x2bca 005721 call get_contw 
-0x2bcb 005722 nbranch le_send_att_find_information_res_store_info2 ,user 
-0x2bcc 005723 call push_stack_rega_b_c 
-0x2bcd 005724 storer timeup ,4 ,mem_timeup 
-0x2bce 005725 force 30 ,rega 
-0x2bcf 005726 call le_fifo_malloc_tx_l2cap_gatt 
-0x2bd0 005727 fetchr timeup ,4 ,mem_timeup 
-0x2bd1 005728 call pop_stack_rega_b_c 
-0x2bd2 005729 call disable_user 
-0x2bd3 005730 setarg attop_find_information_response 
-0x2bd4 005731 istore 1 ,contw 
-0x2bd5 005732 call get_contr 
-0x2bd6 005733 ifetch 2 ,contr 
-0x2bd7 005734 ifetchr rega ,1 ,contr 
-0x2bd8 005735 sub rega ,16 ,null 
-0x2bd9 005736 branch le_send_att_find_information_res_uuid128 ,zero 
-0x2bda 005737 sub rega ,2 ,null 
-0x2bdb 005738 nbranch le_send_att_error_response_notfound ,zero 
-:      005739 le_send_att_find_information_res_uuid16:
-0x2bdc 005740 setarg uuid_size_16bit 
-0x2bdd 005741 istore 1 ,contw 
-0x2bde 005742 branch le_send_att_find_information_res_store_info 
-:      005744 le_send_att_find_information_res_uuid128:
-0x2bdf 005745 setarg uuid_size_128bit 
-0x2be0 005746 istore 1 ,contw 
-0x2be1 005747 arg 1 ,timeup 
-0x2be2 005748 branch le_send_att_find_information_res_store_info 
-:      005750 le_send_att_find_information_res_store_info2:
-0x2be3 005751 call get_contr 
-0x2be4 005752 ifetch 2 ,contr 
-0x2be5 005753 ifetch 1 ,contr 
-0x2be6 005754 isub rega ,null 
-0x2be7 005755 nbranch le_send_att_find_information_res_end ,zero 
-:      005757 le_send_att_find_information_res_store_info:
-0x2be8 005758 call get_contr 
-0x2be9 005759 ifetch 2 ,contr 
-0x2bea 005760 and_into 0xff ,pdata 
-0x2beb 005761 istore 2 ,contw 
-0x2bec 005762 ifetchr loopcnt ,1 ,contr 
-0x2bed 005763 call memcpy 
-0x2bee 005764 call store_contw 
-0x2bef 005765 increase -1 ,timeup 
-0x2bf0 005766 branch le_send_att_find_information_res_end ,zero 
-:      005767 le_send_att_find_information_res_cont:
-0x2bf1 005768 call le_att_contr_add_len 
-0x2bf2 005769 branch le_send_att_find_information_res_loop 
-:      005771 le_send_att_find_information_res_next:
-0x2bf3 005772 call le_att_contr_add_len 
-0x2bf4 005773 branch le_send_att_find_information_res_cont 
-:      005775 le_send_att_find_information_res_end:
-0x2bf5 005776 branch le_send_att_error_response_notfound ,user 
-0x2bf6 005777 branch le_send_auto_len_by_mem 
-:      005780 le_parse_att_find_by_type_value_request:
-0x2bf7 005781 call le_get_search_handle_start_end_common 
-0x2bf8 005782 ifetch 2 ,contr 
-0x2bf9 005783 store 2 ,mem_le_search_uuid 
-0x2bfa 005784 call store_contr 
-0x2bfb 005785 arg mem_le_search_att_type_length ,contw 
-0x2bfc 005786 fetch 2 ,mem_le_l2cap_size 
-0x2bfd 005787 increase -7 ,pdata 
-0x2bfe 005788 call le_get_search_common2 
-0x2bff 005789 branch le_send_att_find_by_type_value_response 
-:      005792 le_start_end_handle_check_1:
-0x2c00 005793 disable user 
-0x2c01 005794 fetcht 2 ,mem_le_search_handle_start 
-0x2c02 005795 fetch 2 ,mem_le_search_handle_end 
-0x2c03 005796 isub temp ,null 
-0x2c04 005797 nbranch le_start_end_handle_check_1_fail ,positive 
-0x2c05 005798 deposit temp 
-0x2c06 005799 rtnne 0 
-:      005800 le_start_end_handle_check_1_fail:
-0x2c07 005801 enable user 
-0x2c08 005802 jam att_err_invalid_handle ,mem_le_err_code 
-0x2c09 005803 branch le_send_att_error_response 
-:      005806 le_send_att_find_by_type_value_response:
-0x2c0a 005807 call le_start_end_handle_check_1 
-0x2c0b 005808 rtn user 
-0x2c0c 005809 fetcht 2 ,mem_le_search_uuid 
-0x2c0d 005810 setarg uuid_gatt_primary_service 
-0x2c0e 005811 isub temp ,null 
-0x2c0f 005812 branch le_send_att_find_by_type_value_res_primary ,zero 
-0x2c10 005813 branch le_send_att_error_response_notfound 
-:      005816 le_send_att_find_by_type_value_res_primary:
-0x2c11 005817 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
-0x2c12 005818 fetcht 2 ,mem_le_search_handle_start 
-0x2c13 005819 storet 2 ,mem_temp 
-0x2c14 005820 call le_att_get_handle_info 
-0x2c15 005821 nbranch le_send_att_error_response_notfound ,blank 
-:      005822 le_send_att_find_primary_search_loop:
-0x2c16 005823 fetcht 2 ,mem_temp 
-0x2c17 005824 call le_att_get_handle_info 
-0x2c18 005825 nbranch le_send_att_error_response_notfound2 ,blank 
-0x2c19 005826 copy contr ,rega 
-0x2c1a 005827 fetch 1 ,mem_le_curr_att_len 
-0x2c1b 005828 copy pdata ,loopcnt 
-0x2c1c 005829 fetcht 1 ,mem_le_search_att_type_length 
-0x2c1d 005830 isub temp ,null 
-0x2c1e 005831 nbranch le_send_att_find_primary_search_loop1 ,zero 
-0x2c1f 005832 arg mem_le_search_att_type ,regb 
-0x2c20 005833 call string_compare 
-0x2c21 005835 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
-0x2c22 005837 fetch 2 ,mem_le_cur_uuid 
-0x2c23 005838 fetcht 2 ,mem_le_search_uuid 
-0x2c24 005839 isub temp ,null 
-0x2c25 005840 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
-:      005841 le_send_att_find_primary_search_loop1:
-0x2c26 005842 fetch 2 ,mem_temp 
-0x2c27 005843 increase 1 ,pdata 
-0x2c28 005844 store 2 ,mem_temp 
-0x2c29 005845 branch le_send_att_find_primary_search_loop 
-:      005847 le_send_att_error_response_notfound2:
-0x2c2a 005848 fetch 1 ,mem_le_search_res 
-0x2c2b 005849 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
-0x2c2c 005850 branch le_send_att_error_response_notfound 
-:      005853 le_send_att_find_primary_search_end_start_handle_found:
-0x2c2d 005854 fetch 2 ,mem_le_cur_uuid 
-0x2c2e 005855 fetcht 2 ,mem_le_search_uuid 
-0x2c2f 005856 isub temp ,null 
-0x2c30 005857 nbranch le_send_att_find_primary_search_loop1 ,zero 
-0x2c31 005858 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
-0x2c32 005860 fetcht 2 ,mem_temp 
-0x2c33 005861 storet 2 ,mem_le_cur_handle_start 
-0x2c34 005862 branch le_send_att_find_primary_search_loop1 
-:      005864 le_send_att_find_primary_search_end_ending_handle_found:
-0x2c35 005865 fetch 1 ,mem_le_search_res 
-0x2c36 005866 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
-0x2c37 005867 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
-0x2c38 005868 fetcht 2 ,mem_temp 
-0x2c39 005869 increase -1 ,temp 
-0x2c3a 005870 storet 2 ,mem_le_cur_handle_end 
-:      005872 le_send_att_find_primary_search_end:
-0x2c3b 005873 arg 5 ,rega 
-0x2c3c 005874 call le_fifo_malloc_tx_l2cap_gatt 
-0x2c3d 005875 setarg attop_find_by_type_value_response 
-0x2c3e 005876 istore 1 ,contw 
-0x2c3f 005877 fetch 2 ,mem_le_cur_handle_start 
-0x2c40 005878 istore 2 ,contw 
-0x2c41 005879 fetch 2 ,mem_le_cur_handle_end 
-0x2c42 005880 istore 2 ,contw 
-0x2c43 005881 rtn 
-:      005885 le_parse_att_read_by_type_request:
-0x2c44 005886 call le_get_search_handle_start_end_common 
-0x2c45 005887 call le_get_search_att_type 
-0x2c46 005888 branch le_send_att_read_by_type_response 
-:      005890 le_send_att_read_by_type_response:
-0x2c47 005891 fetcht 2 ,mem_le_search_handle_start 
-0x2c48 005892 storet 2 ,mem_temp 
-0x2c49 005893 call le_init_attlist_search 
-0x2c4a 005894 call le_att_get_handle_ptr2 
-0x2c4b 005895 increase -2 ,contr 
-0x2c4c 005896 copy contr ,pdata 
-0x2c4d 005897 store 2 ,mem_le_cur_attlist_start_ptr 
-0x2c4e 005899 fetcht 2 ,mem_le_search_att_type 
-0x2c4f 005900 setarg uuid_chrctr_device_name 
-0x2c50 005901 isub temp ,null 
-0x2c51 005902 branch le_send_att_read_by_type_res_device_name ,zero 
-0x2c52 005903 setarg uuid_gatt_characteristic 
-0x2c53 005904 isub temp ,null 
-0x2c54 005905 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
-0x2c55 005906 arg 2 ,timeup 
-:      005907 le_send_att_read_by_type_response_loop:
-0x2c56 005908 call le_att_check_handle_end 
-0x2c57 005909 nbranch le_send_att_read_by_type_response_end ,positive 
-0x2c58 005910 fetcht 2 ,mem_temp 
-0x2c59 005911 call le_att_get_handle_info_from_ptr 
-0x2c5a 005912 nbranch le_send_att_read_by_type_response_end ,blank 
-0x2c5b 005913 call le_att_same_type 
-0x2c5c 005914 nbranch le_send_att_read_by_type_response_next_handle ,zero 
-0x2c5d 005915 nbranch le_send_att_read_by_type_res_found_next ,user 
-0x2c5e 005916 disable user 
-0x2c5f 005917 call le_get_search_max_mtu_data 
-0x2c60 005918 copy pdata ,rega 
-0x2c61 005919 call le_fifo_malloc_tx_l2cap_gatt 
-0x2c62 005920 setarg attop_read_by_type_response 
-0x2c63 005921 istore 1 ,contw 
-0x2c64 005922 copy contw ,alarm 
-0x2c65 005923 increase 1 ,contw 
-0x2c66 005925 call le_send_att_read_by_type_write_properties 
-0x2c67 005926 call le_att_next_handle 
-0x2c68 005927 call le_att_get_handle_info_from_ptr 
-0x2c69 005928 call le_send_att_read_by_type_write_uuid 
-0x2c6a 005929 fetch 1 ,mem_le_cur_uuid_length 
-0x2c6b 005930 add pdata ,5 ,rega 
-0x2c6c 005931 istorer rega ,1 ,alarm 
-0x2c6d 005933 sub rega ,7 ,null 
-0x2c6e 005934 ncall enable_user2 ,zero 
-0x2c6f 005935 call disable_user2 ,zero 
-0x2c70 005936 call le_get_search_max_mtu_data 
-0x2c71 005937 increase -2 ,pdata 
-0x2c72 005938 idiv rega 
-0x2c73 005939 call wait_div_end 
-0x2c74 005940 quotient timeup 
-0x2c75 005941 increase -1 ,timeup 
-0x2c76 005942 branch le_send_att_read_by_type_response_end ,zero 
-:      005943 le_send_att_read_by_type_response_next_handle:
-0x2c77 005944 call le_att_next_handle 
-0x2c78 005945 branch le_send_att_read_by_type_response_loop 
-:      005946 le_send_att_read_by_type_response_end:
-0x2c79 005947 branch le_send_att_error_response_notfound ,user 
-0x2c7a 005948 branch le_send_auto_len_by_mem 
-:      005950 le_send_att_read_by_type_res_found_next:
-0x2c7b 005951 call le_store_att_record 
-0x2c7c 005952 call le_att_next_handle 
-0x2c7d 005953 call le_att_get_handle_info_from_ptr 
-0x2c7e 005954 call le_send_att_read_by_type_res_check_pair_length_type 
-0x2c7f 005955 nbranch le_send_att_read_by_type_response_end ,blank 
-0x2c80 005957 call get_contw 
-0x2c81 005958 fetch 2 ,mem_temp 
-0x2c82 005959 increase -1 ,pdata 
-0x2c83 005960 istore 2 ,contw 
-0x2c84 005961 call le_write_att_record_common 
-0x2c85 005962 call le_send_att_read_by_type_write_uuid 
-0x2c86 005963 increase -1 ,timeup 
-0x2c87 005964 branch le_send_att_read_by_type_response_end ,zero 
-0x2c88 005965 branch le_send_att_read_by_type_response_next_handle 
-:      005968 le_send_att_read_by_type_write_properties:
-0x2c89 005969 fetch 2 ,mem_temp 
-0x2c8a 005970 istore 2 ,contw 
-0x2c8b 005972 fetch 1 ,mem_le_curr_att_len 
-0x2c8c 005973 copy pdata ,loopcnt 
-0x2c8d 005974 call get_contr 
-0x2c8e 005975 call memcpy_fast 
-0x2c8f 005976 branch store_contw 
-:      005977 le_send_att_read_by_type_write_uuid:
-0x2c90 005978 call get_contw 
-0x2c91 005979 fetch 2 ,mem_temp 
-0x2c92 005980 istore 2 ,contw 
-0x2c93 005981 call store_contw 
-0x2c94 005982 fetch 1 ,mem_le_cur_uuid_length 
-0x2c95 005983 copy pdata ,loopcnt 
-0x2c96 005984 call get_contw 
-0x2c97 005985 call get_contr 
-0x2c98 005986 isub loopcnt ,contr 
-0x2c99 005987 increase -1 ,contr 
-0x2c9a 005988 call memcpy_fast 
-0x2c9b 005989 branch store_contw 
-:      005991 le_send_att_read_by_type_res_not_characteristic:
-0x2c9c 005992 bpatchx patch2a_5 ,mem_patch2a 
-0x2c9d 005993 call le_att_get_uuid_ptr 
-0x2c9e 005994 branch le_send_att_error_response_notfound ,blank 
-0x2c9f 005995 copy contr ,regc 
-0x2ca0 005997 call le_get_search_max_mtu_data 
-0x2ca1 005998 copy regc ,contr 
-0x2ca2 005999 ifetcht 1 ,contr 
-0x2ca3 006000 increase 4 ,temp 
-0x2ca4 006001 call not_greater_than 
-0x2ca5 006002 copy pdata ,regc 
-0x2ca6 006003 copy pdata ,rega 
-0x2ca7 006004 call store_contr 
-0x2ca8 006005 call le_fifo_malloc_tx_l2cap_gatt 
-0x2ca9 006007 setarg attop_read_by_type_response 
-0x2caa 006008 istore 1 ,contw 
-0x2cab 006009 add regc ,-2 ,pdata 
-0x2cac 006010 add pdata ,-2 ,loopcnt 
-0x2cad 006011 istore 1 ,contw 
-0x2cae 006012 fetch 2 ,mem_le_cur_handle 
-0x2caf 006013 istore 2 ,contw 
-0x2cb0 006014 call get_contr 
-0x2cb1 006015 branch memcpy_fast 
-:      006018 le_send_att_read_by_type_res_device_name:
-0x2cb2 006019 call le_att_get_uuid_ptr 
-0x2cb3 006020 branch le_send_att_error_response_notfound ,blank 
-0x2cb4 006021 increase -5 ,contr 
-0x2cb5 006022 ifetch 2 ,contr 
-0x2cb6 006023 store 2 ,mem_temp 
-0x2cb7 006024 call le_get_search_max_mtu_data 
-0x2cb8 006025 fetcht 1 ,mem_le_name_len 
-0x2cb9 006026 increase 4 ,temp 
-0x2cba 006027 call not_greater_than 
-0x2cbb 006028 copy pdata ,regc 
-0x2cbc 006029 copy pdata ,rega 
-0x2cbd 006030 call le_fifo_malloc_tx_l2cap_gatt 
-0x2cbe 006031 setarg attop_read_by_type_response 
-0x2cbf 006032 istore 1 ,contw 
-0x2cc0 006033 add regc ,-2 ,pdata 
-0x2cc1 006034 add pdata ,-2 ,loopcnt 
-0x2cc2 006035 istore 1 ,contw 
-0x2cc3 006036 fetch 2 ,mem_temp 
-0x2cc4 006037 istore 2 ,contw 
-0x2cc5 006038 arg mem_le_name ,contr 
-0x2cc6 006039 branch memcpy_fast 
-:      006042 le_init_attlist_search:
-0x2cc7 006043 bpatchx patch2a_6 ,mem_patch2a 
-0x2cc8 006044 fetch 2 ,mem_le_search_handle_start 
-0x2cc9 006045 iforce regb 
-0x2cca 006046 fetch 2 ,mem_le_search_handle_end 
-0x2ccb 006047 iforce regc 
-0x2ccc 006048 fetch 2 ,mem_ui_le_uuid_table 
-0x2ccd 006049 iforce contr 
-0x2cce 006050 branch enable_user 
-:      006054 le_att_get_handle_ptr:
-0x2ccf 006055 call le_att_get_handle_ptr2 
-0x2cd0 006056 branch le_att_get_handle_ptr_found ,zero 
-0x2cd1 006057 rtn 
-:      006059 le_att_get_handle_ptr2:
-0x2cd2 006060 bpatchx patch2a_7 ,mem_patch2a 
-0x2cd3 006061 fetch 2 ,mem_ui_le_uuid_table 
-0x2cd4 006062 iforce contr 
-:      006063 le_att_get_handle_loop1:
-0x2cd5 006064 ifetch 2 ,contr 
-0x2cd6 006065 and_into 0xff ,pdata 
-0x2cd7 006066 rtn blank 
-0x2cd8 006067 isub temp ,null 
-0x2cd9 006068 rtn zero 
-0x2cda 006069 call le_att_contr_add_len 
-0x2cdb 006070 call le_att_contr_add_len 
-0x2cdc 006071 branch le_att_get_handle_loop1 
-:      006073 le_att_get_handle_ptr_found:
-:      006074 le_att_contr_add_len:
-0x2cdd 006075 ifetch 1 ,contr 
-0x2cde 006076 iadd contr ,contr 
-0x2cdf 006077 rtn 
-:      006080 le_att_get_uuid_ptr:
-0x2ce0 006081 bpatchx patch2b_0 ,mem_patch2b 
-0x2ce1 006082 fetch 2 ,mem_ui_le_uuid_table 
-0x2ce2 006083 iforce contr 
-:      006084 le_att_get_uuid_loop:
-0x2ce3 006085 ifetch 2 ,contr 
-0x2ce4 006086 and_into 0xff ,pdata 
-0x2ce5 006087 rtn blank 
-0x2ce6 006088 store 2 ,mem_le_cur_handle 
-0x2ce7 006089 ifetch 1 ,contr 
-0x2ce8 006090 copy contr ,contw 
-0x2ce9 006091 iadd contr ,contr 
-0x2cea 006092 fetcht 1 ,mem_le_search_att_type_length 
-0x2ceb 006093 isub temp ,null 
-0x2cec 006094 nbranch le_att_get_uuid_ptr_next ,zero 
-0x2ced 006095 copy pdata ,loopcnt 
-0x2cee 006096 copy contw ,regb 
-0x2cef 006097 arg mem_le_search_att_type ,rega 
-0x2cf0 006098 call string_compare 
-0x2cf1 006099 rtn zero 
-0x2cf2 006100 fetch 1 ,mem_le_search_att_type_length 
-:      006101 le_att_get_uuid_ptr_next:
-0x2cf3 006102 iadd contw ,contr 
-0x2cf4 006103 call le_att_contr_add_len 
-0x2cf5 006104 branch le_att_get_uuid_loop 
-:      006111 le_att_get_last_handle:
-0x2cf6 006112 arg 0x01 ,temp 
-0x2cf7 006113 fetch 2 ,mem_ui_le_uuid_table 
-0x2cf8 006114 iforce contr 
-0x2cf9 006115 copy contr ,contw 
-:      006116 le_att_get_last_handle_loop:
-0x2cfa 006117 ifetch 2 ,contr 
-0x2cfb 006118 and_into 0xff ,pdata 
-0x2cfc 006119 rtn blank 
-0x2cfd 006120 add pdata ,1 ,temp 
-0x2cfe 006121 call le_att_contr_add_len 
-0x2cff 006122 call le_att_contr_add_len 
-0x2d00 006123 copy contr ,contw 
-0x2d01 006124 branch le_att_get_last_handle_loop 
-:      006127 le_att_get_handle_info_from_ptr:
-0x2d02 006128 fetch 2 ,mem_le_cur_attlist_start_ptr 
-0x2d03 006129 branch le_att_get_handle_info_fast 
-:      006131 le_att_get_handle_info:
-0x2d04 006132 bpatchx patch2b_1 ,mem_patch2b 
-0x2d05 006133 fetch 2 ,mem_ui_le_uuid_table 
-:      006134 le_att_get_handle_info_fast:
-0x2d06 006135 iforce contr 
-:      006136 le_att_get_handle_loop:
-0x2d07 006137 ifetch 2 ,contr 
-0x2d08 006138 and_into 0xff ,pdata 
-0x2d09 006139 branch le_att_unfind_handle ,blank 
-0x2d0a 006140 isub temp ,null 
-0x2d0b 006141 branch le_att_finded_handle ,zero 
-0x2d0c 006142 call le_att_contr_add_len 
-0x2d0d 006143 call le_att_contr_add_len 
-0x2d0e 006144 branch le_att_get_handle_loop 
-:      006146 le_att_unfind_handle:
-0x2d0f 006147 branch disable_blank 
-:      006149 le_att_finded_handle:
-0x2d10 006150 ifetch 1 ,contr 
-0x2d11 006151 store 1 ,mem_le_cur_uuid_length 
-0x2d12 006152 copy pdata ,loopcnt 
-0x2d13 006153 arg mem_le_cur_uuid ,contw 
-0x2d14 006154 call memcpy_fast 
-0x2d15 006155 ifetch 1 ,contr 
-0x2d16 006156 store 1 ,mem_le_curr_att_len 
-0x2d17 006157 call store_contr 
-0x2d18 006158 branch enable_blank 
-:      006162 le_parse_att_read_request:
-0x2d19 006163 call le_check_encrypt_state 
-0x2d1a 006164 fetcht 2 ,mem_le_att_handle 
-0x2d1b 006165 fetch 1 ,mem_le_configuration 
-0x2d1c 006166 bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
-:      006169 le_send_att_read_response:
-0x2d1d 006170 call le_att_get_handle_ptr2 
-0x2d1e 006171 nbranch le_send_att_error_response_notfound ,zero 
-0x2d1f 006172 call le_send_att_read_response_check_handle ,user 
-0x2d20 006173 rtn user 
-0x2d21 006174 call le_att_get_handle_ptr_found 
-0x2d22 006175 increase -2 ,contr 
-0x2d23 006176 ifetch 2 ,contr 
-0x2d24 006177 arg uuid_chrctr_device_name ,temp 
-0x2d25 006178 isub temp ,null 
-0x2d26 006179 branch le_send_device_name ,zero 
-0x2d27 006180 copy contr ,regc 
-0x2d28 006181 call le_get_search_max_mtu_data 
-0x2d29 006182 copy regc ,contr 
-0x2d2a 006183 ifetcht 1 ,contr 
-0x2d2b 006184 increase 1 ,temp 
-0x2d2c 006185 call not_greater_than 
-:      006186 le_send_att_read_response_less:
-0x2d2d 006187 copy pdata ,regc 
-0x2d2e 006188 copy pdata ,rega 
-0x2d2f 006189 call store_contr 
-0x2d30 006190 call le_fifo_malloc_tx_l2cap_gatt 
-0x2d31 006191 setarg attop_read_response 
-0x2d32 006192 istore 1 ,contw 
-0x2d33 006193 add regc ,-1 ,loopcnt 
-0x2d34 006194 call get_contr 
-0x2d35 006195 branch memcpy 
-:      006197 le_send_device_name:
-0x2d36 006198 call le_get_search_max_mtu_data 
-0x2d37 006199 fetcht 1 ,mem_le_name_len 
-0x2d38 006200 increase 1 ,temp 
-0x2d39 006201 call not_greater_than 
-0x2d3a 006202 copy pdata ,regc 
-0x2d3b 006203 copy pdata ,rega 
-0x2d3c 006205 call le_fifo_malloc_tx_l2cap_gatt 
-0x2d3d 006206 setarg attop_read_response 
-0x2d3e 006207 istore 1 ,contw 
-0x2d3f 006208 add regc ,-1 ,loopcnt 
-0x2d40 006209 arg mem_le_name ,contr 
-0x2d41 006210 branch memcpy 
-:      006213 le_send_att_read_response_check_auth:
-0x2d42 006214 fetch 2 ,mem_le_pairing_handle 
-0x2d43 006215 isub temp ,null 
-0x2d44 006216 nbranch le_send_att_read_response ,zero 
-0x2d45 006217 nbranch le_send_att_read_response ,user 
-:      006218 le_send_att_read_response_error_insufficient_auth:
-0x2d46 006219 jam att_err_insufficient_authentication ,mem_le_err_code 
-0x2d47 006220 branch le_send_att_error_response 
-:      006222 le_send_att_read_response_check_handle:
-0x2d48 006223 increase -2 ,contr 
-0x2d49 006224 ifetch 2 ,contr 
-0x2d4a 006225 bbit1 bit_of_att_handle_read_authenticated ,le_send_att_read_response_error_insufficient_auth 
-0x2d4b 006226 branch disable_user 
-:      006228 le_parse_att_read_blob_request:
-0x2d4c 006229 ifetch 2 ,contr 
-0x2d4d 006230 store 2 ,mem_le_att_offset 
-0x2d4e 006231 iforce rega 
-0x2d4f 006232 fetcht 2 ,mem_le_att_handle 
-:      006233 le_send_att_read_blob_response:
-0x2d50 006234 call le_att_get_handle_ptr 
-0x2d51 006235 branch le_send_att_error_response_notfound ,blank 
-0x2d52 006236 ifetch 1 ,contr 
-0x2d53 006237 isub rega ,loopcnt 
-0x2d54 006238 nbranch le_send_att_error_response_notfound ,positive 
-0x2d55 006239 call store_contr 
-0x2d56 006240 call le_get_search_max_mtu_data 
-0x2d57 006241 add loopcnt ,1 ,temp 
-0x2d58 006242 call not_greater_than 
-:      006243 le_send_att_read_blob_response_less:
-0x2d59 006244 copy pdata ,rega 
-0x2d5a 006245 copy pdata ,regc 
-0x2d5b 006246 call le_fifo_malloc_tx_l2cap_gatt 
-0x2d5c 006247 setarg attop_read_blob_response 
-0x2d5d 006248 istore 1 ,contw 
-0x2d5e 006249 add regc ,-1 ,loopcnt 
-0x2d5f 006250 fetcht 2 ,mem_le_att_offset 
-0x2d60 006251 call get_contr 
-0x2d61 006252 iadd temp ,contr 
-0x2d62 006253 branch memcpy_fast 
-:      006257 le_parse_att_read_by_group_type_request:
-0x2d63 006258 call le_get_search_handle_start_end_common 
-0x2d64 006259 call le_get_search_att_type 
-0x2d65 006260 branch le_send_att_read_by_group_type_response 
-:      006266 le_send_att_read_by_group_type_response:
-0x2d66 006267 arg 2 ,timeup 
-0x2d67 006268 fetcht 2 ,mem_le_search_handle_start 
-0x2d68 006269 storet 2 ,mem_temp 
-0x2d69 006270 call le_att_get_handle_ptr2 
-0x2d6a 006271 increase -2 ,contr 
-0x2d6b 006272 copy contr ,pdata 
-0x2d6c 006273 store 2 ,mem_le_cur_attlist_start_ptr 
-:      006274 le_send_att_read_by_group_type_response_loop:
-0x2d6d 006275 call le_att_check_handle_end 
-0x2d6e 006276 nbranch le_send_att_read_by_group_type_end0 ,positive 
-0x2d6f 006277 fetcht 2 ,mem_temp 
-0x2d70 006278 call le_att_get_handle_info_from_ptr 
-0x2d71 006279 nbranch le_send_att_read_by_group_type_end1 ,blank 
-0x2d72 006281 call le_att_same_type 
-0x2d73 006282 nbranch le_send_att_read_by_group_type_next_handle ,zero 
-0x2d74 006283 copy timeup ,pdata 
-0x2d75 006284 beq 0 ,le_send_att_read_by_group_type_end1 
-0x2d76 006285 nbranch le_send_att_read_by_group_type_store_write_record ,user 
-0x2d77 006286 disable user 
-0x2d78 006288 call le_get_search_max_mtu_data 
-0x2d79 006289 copy pdata ,rega 
-0x2d7a 006290 call le_fifo_malloc_tx_l2cap_gatt 
-0x2d7b 006291 setarg attop_read_by_group_type_response 
-0x2d7c 006292 istore 1 ,contw 
-0x2d7d 006293 fetch 1 ,mem_le_curr_att_len 
-0x2d7e 006294 add pdata ,4 ,rega 
-0x2d7f 006295 istorer rega ,1 ,contw 
-0x2d80 006296 call store_contw 
-0x2d81 006297 sub rega ,6 ,null 
-0x2d82 006298 ncall enable_user2 ,zero 
-0x2d83 006299 call disable_user2 ,zero 
-0x2d84 006300 call le_get_search_max_mtu_data 
-0x2d85 006301 increase -2 ,pdata 
-0x2d86 006302 idiv rega 
-0x2d87 006303 call wait_div_end 
-0x2d88 006304 quotient timeup 
-0x2d89 006305 branch le_send_att_read_by_group_type_store_record 
-:      006306 le_send_att_read_by_group_type_store_write_record:
-0x2d8a 006307 call le_send_att_read_by_group_type_check_pair_length_type 
-0x2d8b 006308 nbranch le_send_att_read_by_group_type_end1 ,blank 
-0x2d8c 006309 fetch 2 ,mem_temp 
-0x2d8d 006310 increase -1 ,pdata 
-0x2d8e 006311 store 2 ,mem_le_cur_handle_end 
-0x2d8f 006312 call le_write_att_record 
-:      006313 le_send_att_read_by_group_type_store_record:
-0x2d90 006314 fetch 2 ,mem_temp 
-0x2d91 006315 store 2 ,mem_le_cur_handle_start 
-0x2d92 006316 call le_store_att_record 
-0x2d93 006317 increase -1 ,timeup 
-:      006319 le_send_att_read_by_group_type_next_handle:
-0x2d94 006320 call le_att_next_handle 
-0x2d95 006321 branch le_send_att_read_by_group_type_response_loop 
-:      006323 le_send_att_read_by_type_res_check_pair_length_type:
-0x2d96 006324 fetch 1 ,mem_le_cur_uuid_length 
-0x2d97 006325 branch le_send_att_read_by_group_type_check_pair_length_type + 1 
-:      006328 le_send_att_read_by_group_type_check_pair_length_type:
-0x2d98 006329 fetch 1 ,mem_le_curr_att_len 
-0x2d99 006330 branch le_send_att_read_by_group_type_check_pair_length_type_16byte ,user2 
-0x2d9a 006331 increase -2 ,pdata 
-0x2d9b 006332 rtn 
-:      006334 le_send_att_read_by_group_type_check_pair_length_type_16byte:
-0x2d9c 006335 increase -16 ,pdata 
-0x2d9d 006336 rtn 
-:      006338 le_send_att_read_by_group_type_end0:
-0x2d9e 006339 fetch 2 ,mem_temp 
-0x2d9f 006340 store 2 ,mem_le_cur_handle_end 
-0x2da0 006341 branch le_send_att_read_by_group_type_end_common 
-:      006342 le_send_att_read_by_group_type_end1:
-0x2da1 006343 fetch 2 ,mem_temp 
-0x2da2 006344 increase -1 ,pdata 
-0x2da3 006345 store 2 ,mem_le_cur_handle_end 
-0x2da4 006346 branch le_send_att_read_by_group_type_end_common 
-:      006347 le_send_att_read_by_group_type_end_common:
-0x2da5 006348 branch le_send_att_error_response_notfound ,user 
-0x2da6 006349 call le_write_att_record 
-0x2da7 006350 branch le_send_auto_len_by_mem 
-:      006355 le_parse_att_write_request:
-0x2da8 006356 copy contr ,rega 
-0x2da9 006357 fetch 2 ,mem_le_l2cap_size 
-0x2daa 006358 add pdata ,-3 ,regb 
-0x2dab 006359 call le_writeatt_cb 
-:      006360 le_send_att_write_response_check_auth:
-0x2dac 006361 bpatchx patch2b_2 ,mem_patch2b 
-0x2dad 006362 call le_check_encrypt_state 
-0x2dae 006363 fetcht 2 ,mem_le_att_handle 
-0x2daf 006364 call le_att_get_handle_ptr2 
-0x2db0 006365 nbranch le_send_att_write_response_error_invalid_handle ,zero 
-0x2db1 006366 call le_send_att_write_response_check_handle ,user 
-0x2db2 006367 rtn user 
-0x2db3 006369 fetch 1 ,mem_le_configuration 
-0x2db4 006370 bbit0 bit_ble_write_auth ,le_send_att_write_response 
-0x2db5 006372 fetcht 2 ,mem_le_att_handle 
-0x2db6 006373 fetch 2 ,mem_le_pairing_handle 
-0x2db7 006374 isub temp ,null 
-0x2db8 006375 nbranch le_send_att_write_response ,zero 
-0x2db9 006376 call le_check_encrypt_state 
-0x2dba 006377 nbranch le_send_att_write_response ,user 
-0x2dbb 006378 branch le_send_att_read_response_error_insufficient_auth 
-:      006381 le_send_att_write_response:
-0x2dbc 006382 force 1 ,rega 
-0x2dbd 006383 call le_fifo_malloc_tx_l2cap_gatt 
-0x2dbe 006384 setarg attop_write_response 
-0x2dbf 006385 istore 1 ,contw 
-0x2dc0 006386 rtn 
-:      006388 le_send_att_write_response_check_handle:
-0x2dc1 006389 increase -2 ,contr 
-0x2dc2 006390 ifetch 2 ,contr 
-0x2dc3 006391 bbit1 bit_of_att_handle_write_authenticated ,le_send_att_read_response_error_insufficient_auth 
-0x2dc4 006392 branch disable_user 
-:      006394 le_send_att_write_response_error_invalid_handle:
-0x2dc5 006395 jam att_err_invalid_handle ,mem_le_err_code 
-0x2dc6 006396 branch le_send_att_error_response 
-:      006399 le_check_encrypt_state:
-0x2dc7 006400 bpatchx patch2b_3 ,mem_patch2b 
-0x2dc8 006401 call disable_user 
-0x2dc9 006402 fetch 1 ,mem_le_pairing_mode 
-0x2dca 006403 rtneq le_pairing_mode_none 
-0x2dcb 006404 fetch 1 ,mem_context 
-0x2dcc 006405 rtnbit1 lestate_encryption 
-0x2dcd 006406 branch enable_user 
-:      006409 le_parse_att_prepare_write_request:
-0x2dce 006410 add contr ,2 ,rega 
-0x2dcf 006411 fetch 2 ,mem_le_l2cap_size 
-0x2dd0 006412 add pdata ,-5 ,regb 
-0x2dd1 006413 call le_writeatt_cb 
-0x2dd2 006414 branch le_send_att_prepare_write_response 
-:      006417 le_send_att_prepare_write_response:
-0x2dd3 006418 fetch 2 ,mem_le_l2cap_size 
-0x2dd4 006419 copy pdata ,rega 
-0x2dd5 006420 call le_fifo_malloc_tx_l2cap_gatt 
-0x2dd6 006421 setarg attop_prepare_write_response 
-0x2dd7 006422 istore 1 ,contw 
-0x2dd8 006423 fetch 2 ,mem_le_att_handle 
-0x2dd9 006424 istore 2 ,contw 
-0x2dda 006425 fetch 2 ,mem_le_l2cap_size 
-0x2ddb 006426 add pdata ,-5 ,loopcnt 
-0x2ddc 006427 fetch 2 ,mem_le_payload_ptr 
-0x2ddd 006428 add pdata ,7 ,contr 
-0x2dde 006429 ifetch 2 ,contr 
-0x2ddf 006430 istore 2 ,contw 
-0x2de0 006431 branch memcpy_fast 
-:      006435 le_parse_att_execute_write_request:
-:      006437 le_send_att_execute_write_response:
-0x2de1 006438 force 1 ,rega 
-0x2de2 006439 call le_fifo_malloc_tx_l2cap_gatt 
-0x2de3 006440 setarg attop_execute_write_response 
-0x2de4 006441 istore 1 ,contw 
-0x2de5 006442 rtn 
-:      006444 le_parse_handle_value_confirmation:
-0x2de6 006445 fetch 1 ,mem_le_l2cap_att_states 
-0x2de7 006446 set0 ble_l2cap_recv_confirmation_packet ,pdata 
-0x2de8 006447 store 1 ,mem_le_l2cap_att_states 
-0x2de9 006448 rtn 
-:      006450 le_parse_att_write_command:
-0x2dea 006451 copy contr ,rega 
-0x2deb 006452 fetch 2 ,mem_le_l2cap_size 
-0x2dec 006453 add pdata ,-3 ,regb 
-0x2ded 006454 branch le_writeatt_cb 
-:      006459 le_att_malloc_tx_notify:
-0x2dee 006460 copy temp ,regc 
-0x2def 006461 increase 3 ,rega 
-0x2df0 006462 call le_fifo_malloc_tx_l2cap_gatt 
-0x2df1 006463 increase -3 ,rega 
-0x2df2 006464 setarg attop_handle_value_notification 
-0x2df3 006465 istore 1 ,contw 
-0x2df4 006466 copy regc ,temp 
-0x2df5 006467 istoret 2 ,contw 
-0x2df6 006468 rtn 
-:      006471 le_att_malloc_tx_indication:
-0x2df7 006472 fetch 1 ,mem_le_l2cap_att_states 
-0x2df8 006473 set1 ble_l2cap_send_indication_packet ,pdata 
-0x2df9 006474 store 1 ,mem_le_l2cap_att_states 
-0x2dfa 006475 copy temp ,regc 
-0x2dfb 006476 increase 3 ,rega 
-0x2dfc 006477 call le_fifo_malloc_tx_l2cap_gatt 
-0x2dfd 006478 increase -3 ,rega 
-0x2dfe 006479 setarg attop_handle_value_indication 
-0x2dff 006480 istore 1 ,contw 
-0x2e00 006481 copy regc ,temp 
-0x2e01 006482 istoret 2 ,contw 
-0x2e02 006483 rtn 
-:      006488 le_send_att_error_response_notfound:
-0x2e03 006489 bpatchx patch2b_4 ,mem_patch2b 
-0x2e04 006490 jam att_err_attribute_not_found ,mem_le_err_code 
-:      006491 le_send_att_error_response:
-0x2e05 006492 force 5 ,rega 
-0x2e06 006493 call le_fifo_malloc_tx_l2cap_gatt 
-0x2e07 006494 setarg attop_error_response 
-0x2e08 006495 istore 1 ,contw 
-0x2e09 006496 fetch 1 ,mem_le_att_opcode 
-0x2e0a 006497 istore 1 ,contw 
-0x2e0b 006498 fetch 2 ,mem_le_att_handle 
-0x2e0c 006499 istore 2 ,contw 
-0x2e0d 006500 fetch 1 ,mem_le_err_code 
-0x2e0e 006501 istore 1 ,contw 
-0x2e0f 006502 rtn 
-:      006505 le_fifo_malloc_tx_l2cap_gatt:
-0x2e10 006506 bpatchx patch2b_5 ,mem_patch2b 
-0x2e11 006507 force le_l2cap_cid_att ,regb 
-0x2e12 006508 branch le_fifo_malloc_tx_l2cap 
-:      006511 le_att_next_handle:
-0x2e13 006512 fetcht 2 ,mem_temp 
-0x2e14 006513 increase 1 ,temp 
-0x2e15 006514 storet 2 ,mem_temp 
-0x2e16 006515 rtn 
-:      006517 le_att_check_handle_end:
-0x2e17 006518 fetcht 2 ,mem_temp 
-0x2e18 006519 fetch 2 ,mem_le_search_handle_end 
-0x2e19 006520 isub temp ,null 
-0x2e1a 006521 rtn 
-:      006524 le_att_same_type:
-0x2e1b 006525 bpatchx patch2b_6 ,mem_patch2b 
-0x2e1c 006526 fetcht 1 ,mem_le_search_att_type_length 
-0x2e1d 006527 arg mem_le_search_att_type ,rega 
-:      006528 le_att_check_same_common:
-0x2e1e 006529 fetch 1 ,mem_le_cur_uuid_length 
-0x2e1f 006530 copy pdata ,loopcnt 
-0x2e20 006531 isub temp ,null 
-0x2e21 006532 nrtn zero 
-0x2e22 006533 arg mem_le_cur_uuid ,regb 
-0x2e23 006534 branch string_compare 
-:      006537 le_store_att_record:
-0x2e24 006538 bpatchx patch2b_7 ,mem_patch2b 
-0x2e25 006539 fetch 1 ,mem_le_curr_att_len 
-0x2e26 006540 store 1 ,mem_temp_block0 
-0x2e27 006541 copy pdata ,loopcnt 
-0x2e28 006542 call get_contr 
-0x2e29 006543 branch memcpy_fast 
-:      006546 le_write_att_record:
-0x2e2a 006547 bpatchx patch2c_0 ,mem_patch2c 
-0x2e2b 006548 call get_contw 
-0x2e2c 006549 fetch 2 ,mem_le_cur_handle_start 
-0x2e2d 006550 istore 2 ,contw 
-0x2e2e 006551 fetch 2 ,mem_le_cur_handle_end 
-0x2e2f 006552 istore 2 ,contw 
-:      006553 le_write_att_record_common:
-0x2e30 006554 fetch 1 ,mem_temp_block0 
-0x2e31 006555 copy pdata ,loopcnt 
-0x2e32 006556 call memcpy_fast 
-0x2e33 006557 branch store_contw 
-:      006561 le_send_auto_len_by_mem:
-0x2e34 006562 bpatchx patch2c_1 ,mem_patch2c 
-0x2e35 006563 call get_contw 
-0x2e36 006564 call le_fifo_get_last_att_ptr 
-0x2e37 006565 copy contw ,pdata 
-0x2e38 006566 isub contr ,rega 
-0x2e39 006567 call le_fifo_get_last_l2cap_ptr 
-0x2e3a 006568 copy rega ,pdata 
-0x2e3b 006569 istore 2 ,contr 
-0x2e3c 006570 increase 4 ,rega 
-0x2e3d 006571 call le_fifo_get_last_tx_ptr 
-0x2e3e 006572 copy rega ,pdata 
-0x2e3f 006573 istore 1 ,contr 
-0x2e40 006574 rtn 
-:      006577 le_get_search_handle_start_end_common:
-0x2e41 006578 rshift8 pdata ,pdata 
-0x2e42 006579 store 2 ,mem_le_search_handle_start 
-0x2e43 006580 ifetch 2 ,contr 
-0x2e44 006581 store 2 ,mem_le_search_handle_end 
-0x2e45 006582 rtn 
-:      006585 le_get_search_max_mtu_data:
-0x2e46 006586 bpatchx patch2c_2 ,mem_patch2c 
-0x2e47 006587 fetch 2 ,mem_le_remote_mtu 
-0x2e48 006589 fetcht 2 ,mem_le_local_mtu 
-0x2e49 006593 branch not_greater_than 
-:      006597 le_get_search_att_type:
-0x2e4a 006598 bpatchx patch2c_3 ,mem_patch2c 
-0x2e4b 006599 call store_contr 
-0x2e4c 006600 arg mem_le_search_att_type_length ,contw 
-:      006601 le_get_search_common:
-0x2e4d 006602 fetch 2 ,mem_le_l2cap_size 
-0x2e4e 006603 increase -5 ,pdata 
-:      006604 le_get_search_common2:
-0x2e4f 006605 istore 1 ,contw 
-0x2e50 006606 copy pdata ,loopcnt 
-0x2e51 006607 call get_contr 
-0x2e52 006608 branch memcpy_fast 
-:      006612 le_parse_writing_attribute_start:
-0x2e53 006613 fetch 2 ,mem_le_rxbuf_data_att_cid 
-0x2e54 006614 rtnne le_l2cap_cid_att 
-0x2e55 006615 fetch 1 ,mem_le_l2cap_att_states 
-0x2e56 006616 set1 ble_l2cap_deal_with_continue_packet ,pdata 
-0x2e57 006617 store 1 ,mem_le_l2cap_att_states 
-0x2e58 006618 fetch 3 ,mem_le_rxbuf_data_att_opcode 
-0x2e59 006619 store 3 ,mem_le_att_opcode 
-0x2e5a 006620 set1 mark_old_packet ,mark 
-0x2e5b 006621 beq attop_write_request ,le_parse_attribute_write_request 
-0x2e5c 006622 beq attop_write_command ,le_parse_attribute_write_command 
-0x2e5d 006623 beq attop_execute_write_request ,le_parse_att_execute_write_request 
-0x2e5e 006624 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
-0x2e5f 006625 beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
-0x2e60 006626 set0 mark_old_packet ,mark 
-:      006627 le_clear_l2cap_att_states_deal_with_contiune_packet:
-0x2e61 006628 fetch 1 ,mem_le_l2cap_att_states 
-0x2e62 006629 set0 ble_l2cap_deal_with_continue_packet ,pdata 
-0x2e63 006630 store 1 ,mem_le_l2cap_att_states 
-0x2e64 006631 rtn 
-:      006633 le_parse_writing_attribute_continue:
-0x2e65 006634 fetch 1 ,mem_le_l2cap_att_states 
-0x2e66 006635 rtnbit0 ble_l2cap_deal_with_continue_packet 
-0x2e67 006636 set1 mark_old_packet ,mark 
-0x2e68 006637 call le_parse_l2cap_continue_common 
-0x2e69 006638 call le_parse_attribute_check_complete_packet 
-0x2e6a 006639 call le_clear_l2cap_att_states_deal_with_contiune_packet ,user 
-0x2e6b 006640 fetch 1 ,mem_le_att_opcode 
-0x2e6c 006641 beq attop_write_request ,le_send_att_write_response_check_auth 
-0x2e6d 006642 rtn 
-:      006645 le_parse_attribute_write_request:
-0x2e6e 006646 call le_parse_attribute_write_command 
-0x2e6f 006647 branch le_send_attribute_write_response_check_auth 
-:      006649 le_send_attribute_write_response_check_auth:
-0x2e70 006650 call le_parse_attribute_check_complete_packet 
-0x2e71 006651 nrtn user 
-0x2e72 006652 branch le_send_att_write_response_check_auth 
-:      006655 le_parse_attribute_write_command:
-0x2e73 006656 bpatchx patch2c_4 ,mem_patch2c 
-0x2e74 006657 call le_parse_attribute_check_complete_packet_init 
-0x2e75 006658 arg mem_le_rxbuf_data_att_write_payload ,rega 
-0x2e76 006659 branch le_writeatt_cb 
-:      006662 le_parse_attribute_check_complete_packet_init:
-0x2e77 006663 fetch 1 ,mem_le_rxbuf_data_att_write_length 
-0x2e78 006664 add pdata ,-7 ,regb 
-0x2e79 006665 increase -4 ,pdata 
-0x2e7a 006666 store 2 ,mem_le_packet_len_recved 
-0x2e7b 006667 fetcht 2 ,mem_le_rxbuf_data_att_write_l2cap_length 
-0x2e7c 006668 storet 2 ,mem_le_l2cap_size 
-0x2e7d 006669 rtn 
-:      006672 le_parse_l2cap_continue_common:
-0x2e7e 006673 fetchr regb ,1 ,mem_le_rxbuf_data_continue_length 
-0x2e7f 006674 fetch 2 ,mem_le_packet_len_recved 
-0x2e80 006675 iadd regb ,temp 
-0x2e81 006676 storet 2 ,mem_le_packet_len_recved 
-0x2e82 006677 arg mem_le_rxbuf_data_continue_payload ,rega 
-0x2e83 006678 branch le_writeatt_cb 
-:      006682 le_parse_attribute_check_complete_packet:
-0x2e84 006683 call disable_user 
-0x2e85 006684 fetch 2 ,mem_le_packet_len_recved 
-0x2e86 006685 fetcht 2 ,mem_le_l2cap_size 
-0x2e87 006686 isub temp ,null 
-0x2e88 006687 nrtn zero 
-0x2e89 006688 branch enable_user 
-:      006694 le_parse_signaling:
-0x2e8a 006695 ifetch 1 ,contr 
-0x2e8b 006696 ifetcht 1 ,contr 
-0x2e8c 006697 ifetcht 2 ,contr 
-0x2e8d 006698 beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
-0x2e8e 006699 rtn 
-:      006700 le_l2cap_parse_conn_parameter_update_rsp:
-0x2e8f 006701 ifetch 2 ,contr 
-0x2e90 006702 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x2e91 006703 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
-0x2e92 006704 branch ui_ipc_send_event 
-:      006710 le_l2cap_tx_update_req:
-0x2e93 006711 arg 0x0c ,rega 
-0x2e94 006712 arg l2cap_connection_parameter_update_request ,regc 
-0x2e95 006713 call le_fifo_malloc_tx_l2cap_signaling 
-0x2e96 006714 setarg 0x08 
-0x2e97 006715 istore 2 ,contw 
-0x2e98 006716 fetch 8 ,mem_le_interval_min 
-0x2e99 006717 istore 8 ,contw 
-0x2e9a 006718 rtn 
-:      006722 le_fifo_malloc_tx_l2cap_signaling:
-0x2e9b 006723 call le_l2cap_update_signaling_identifier 
-0x2e9c 006724 arg le_l2cap_cid_signal ,regb 
-0x2e9d 006725 call le_fifo_malloc_tx_l2cap 
-0x2e9e 006726 copy regc ,pdata 
-0x2e9f 006727 istore 1 ,contw 
-0x2ea0 006728 fetch 1 ,mem_le_signaling_identifier 
-0x2ea1 006729 istore 1 ,contw 
-0x2ea2 006730 rtn 
-:      006733 le_l2cap_update_signaling_identifier:
-0x2ea3 006734 fetch 1 ,mem_le_signaling_identifier 
-0x2ea4 006736 pincrease 1 
-0x2ea5 006737 store 1 ,mem_le_signaling_identifier 
-0x2ea6 006738 rtnne 0 
-:      006740 le_l2cap_reset_signaling_identifier:
-0x2ea7 006741 jam 1 ,mem_le_signaling_identifier 
-0x2ea8 006742 rtn 
-:      006747 le_pairing_mode_init:
-0x2ea9 006748 fetch 1 ,mem_le_pairing_mode 
-0x2eaa 006749 beq le_pairing_mode_none ,le_set_no_pairing 
-0x2eab 006750 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
-0x2eac 006751 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
-0x2ead 006752 beq le_pairing_mode_secure_connect_justwork ,le_set_pairing_mode_secure_justwork 
-0x2eae 006753 beq le_pairing_mode_secure_connect_numeric ,le_set_pairing_mode_secure_numeric 
-0x2eaf 006754 beq le_pairing_mode_secure_connect_passkey ,le_set_pairing_mode_secure_passkey 
-0x2eb0 006755 rtn 
-:      006757 le_set_pairing_mode_secure_justwork:
-0x2eb1 006758 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x2eb2 006759 branch le_set_noinputnooutput 
-:      006760 le_set_pairing_mode_secure_numeric:
-0x2eb3 006761 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x2eb4 006762 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
-0x2eb5 006763 rtn 
-:      006764 le_set_pairing_mode_secure_passkey:
-0x2eb6 006765 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x2eb7 006766 branch le_set_displayonly 
-:      006768 le_set_no_pairing:
-0x2eb8 006769 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
-:      006770 le_set_noinputnooutput:
-0x2eb9 006771 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
-0x2eba 006772 rtn 
-:      006773 le_set_pairing_mode_lagacy_just_work:
-0x2ebb 006774 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-0x2ebc 006775 branch le_set_noinputnooutput 
-:      006776 le_set_pairing_mode_lagacy_passkey:
-0x2ebd 006777 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-:      006778 le_set_displayonly:
-0x2ebe 006779 jam flag_iocap_displayonly ,mem_le_pres_iocap 
-0x2ebf 006780 rtn 
-:      006782 le_secure_connection_enable:
-0x2ec0 006783 fetch 1 ,mem_secure_connections_enable 
-0x2ec1 006784 set1 secure_connections_le_bit ,pdata 
-0x2ec2 006785 store 1 ,mem_secure_connections_enable 
-0x2ec3 006786 rtn 
-:      006788 le_secure_connection_disable:
-0x2ec4 006789 fetch 1 ,mem_secure_connections_enable 
-0x2ec5 006790 set0 secure_connections_le_bit ,pdata 
-0x2ec6 006791 store 1 ,mem_secure_connections_enable 
-0x2ec7 006792 rtn 
-:      006794 le_parse_smp:
-0x2ec8 006795 ifetch 1 ,contr 
-0x2ec9 006796 beq smp_pairing_request ,le_parse_smp_pairing_request 
-0x2eca 006798 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
-0x2ecb 006799 beq smp_pairing_random ,le_parse_smp_pairing_random 
-0x2ecc 006800 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
-0x2ecd 006802 beq smp_master_identification ,le_parse_smp_master_identification 
-0x2ece 006803 beq smp_identity_information ,le_parse_smp_identity_information 
-0x2ecf 006804 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
-0x2ed0 006805 beq smp_signing_information ,le_parse_smp_signing_information 
-0x2ed1 006806 beq smp_security_request ,le_parse_smp_security_request 
-0x2ed2 006807 beq smp_pairing_public_key ,le_parse_smp_public_key 
-0x2ed3 006808 beq smp_pairing_dhkey_check ,le_parse_smp_dhkey_check 
-0x2ed4 006809 rtn 
-:      006813 le_send_smp_security_request:
-0x2ed5 006814 force 2 ,rega 
-0x2ed6 006815 call le_fifo_malloc_tx_l2cap_smp 
-0x2ed7 006816 setarg smp_security_request 
-0x2ed8 006817 istore 1 ,contw 
-0x2ed9 006818 fetch 1 ,mem_le_pres_auth 
-0x2eda 006819 istore 1 ,contw 
-0x2edb 006820 rtn 
-:      006822 le_parse_smp_pairing_request:
-0x2edc 006823 store 1 ,mem_le_preq 
-0x2edd 006824 ifetch 6 ,contr 
-0x2ede 006825 istore 6 ,contw 
-0x2edf 006826 fetch 1 ,mem_le_pairing_mode 
-0x2ee0 006827 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
-0x2ee1 006828 call le_send_smp_pairing_response 
-0x2ee2 006829 fetch 1 ,mem_sc_only_mode 
-0x2ee3 006830 branch le_parse_smp_pairing_request2 ,blank 
-0x2ee4 006831 fetch 1 ,mem_le_preq_auth 
-0x2ee5 006832 bbit0 le_auth_secure_connection_pairing_bit ,app_ble_disconnect 
-0x2ee6 006833 fetch 1 ,mem_le_pairing_mode 
-0x2ee7 006834 bbit0 le_pairing_mode_secure_connect_bit ,app_ble_disconnect 
-:      006835 le_parse_smp_pairing_request2:
-0x2ee8 006836 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
-0x2ee9 006837 fetch 1 ,mem_le_preq_iocap 
-0x2eea 006838 beq flag_iocap_displayonly ,le_set_tk_0 
-0x2eeb 006839 beq flag_iocap_displayyesno ,le_set_tk_0 
-0x2eec 006840 beq flag_iocap_noinputnooutput ,le_set_tk_0 
-0x2eed 006841 fetch 1 ,mem_le_pairing_mode 
-0x2eee 006842 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
-0x2eef 006843 rtneq le_pairing_mode_secure_connect_passkey 
-:      006844 le_set_tk_0:
-0x2ef0 006845 arg 0 ,pdata 
-0x2ef1 006846 store 4 ,mem_le_tk 
-0x2ef2 006847 rtn 
-:      006849 le_parse_smp_pairing_req_passkey:
-0x2ef3 006850 fetch 1 ,mem_le_configuration 
-0x2ef4 006851 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
-:      006852 le_genernate_tk:
-0x2ef5 006853 arg mem_le_tk ,rega 
-0x2ef6 006854 copy rega ,contw 
-0x2ef7 006855 arg 3 ,loopcnt 
-0x2ef8 006856 call generate_random_loop 
-0x2ef9 006857 fetch 2 ,mem_le_tk + 2 
-0x2efa 006858 and_into 0x7 ,pdata 
-0x2efb 006859 store 2 ,mem_le_tk + 2 
-:      006860 le_parse_smp_pairing_req_fixed_passkey:
-0x2efc 006861 jam bt_evt_le_tk_generate ,mem_fifo_temp 
-0x2efd 006862 branch ui_ipc_send_event 
-:      006866 le_send_smp_pairing_response:
-0x2efe 006867 force 7 ,rega 
-0x2eff 006868 call le_fifo_malloc_tx_l2cap_smp 
-0x2f00 006869 fetch 7 ,mem_le_pres 
-0x2f01 006870 istore 7 ,contw 
-0x2f02 006871 rtn 
-:      006874 le_parse_smp_pairing_confirm:
-0x2f03 006875 jam flag_le_pairing_receive_pairing_confirm ,mem_le_pairing_state 
-0x2f04 006876 arg mem_le_rconfirm ,contw 
-0x2f05 006877 call memcpy16 
-0x2f06 006878 fetch 1 ,mem_le_pairing_mode 
-0x2f07 006879 beq le_pairing_mode_lagacy_passkey_res_input ,le_parse_smp_pairing_confirm_passkey_res_input 
-0x2f08 006880 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_confirm_secure_passkey 
-0x2f09 006881 beq le_pairing_mode_secure_connect_passkey_res_input ,le_parse_smp_pairing_confirm_sc_passkey_res_input 
-0x2f0a 006882 branch le_send_smp_pairing_confirm 
-:      006885 le_parse_smp_pairing_confirm_passkey_res_input:
-0x2f0b 006886 jam bt_evt_le_get_passkey ,mem_fifo_temp 
-0x2f0c 006887 branch ui_ipc_send_event 
-:      006889 le_parse_smp_pairing_confirm_secure_passkey:
-0x2f0d 006890 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x2f0e 006891 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
-0x2f0f 006892 rtn 
-:      006894 le_parse_smp_pairing_confirm_sc_passkey_res_input:
-0x2f10 006895 fetch 4 ,mem_le_tk 
-0x2f11 006896 branch le_parse_smp_pairing_confirm_passkey_res_input ,blank 
-0x2f12 006897 branch le_parse_smp_pairing_confirm_secure_passkey 
-:      006899 le_send_smp_pairing_confirm:
-0x2f13 006900 jam flag_le_pairing_send_pairing_confirm ,mem_le_pairing_state 
-0x2f14 006901 fetch 1 ,mem_le_pairing_mode 
-0x2f15 006902 bbit1 le_pairing_mode_secure_connect_bit ,le_send_smp_pairing_confirm_sc 
-0x2f16 006903 call generate_confirm 
-0x2f17 006904 force 17 ,rega 
-0x2f18 006905 call le_fifo_malloc_tx_l2cap_smp 
-0x2f19 006906 setarg smp_pairing_confirm 
-0x2f1a 006907 istore 1 ,contw 
-0x2f1b 006908 branch store_aes_result 
-:      006910 le_send_smp_pairing_confirm_sc:
-0x2f1c 006911 arg mem_le_srand ,contw 
-0x2f1d 006912 call generate_random 
-0x2f1e 006913 call function_f4_cb 
-0x2f1f 006914 force 17 ,rega 
-0x2f20 006915 call le_fifo_malloc_tx_l2cap_smp 
-0x2f21 006916 setarg smp_pairing_confirm 
-0x2f22 006917 istore 1 ,contw 
-0x2f23 006918 branch load_inverse_result 
-:      006920 le_parse_smp_pairing_random:
-0x2f24 006921 copy contr ,rega 
-0x2f25 006922 fetch 1 ,mem_le_pairing_mode 
-0x2f26 006923 bbit1 le_pairing_mode_secure_connect_bit ,le_parse_smp_pairing_random_sc 
-0x2f27 006924 copy rega ,contr 
-0x2f28 006925 call authenticate_rconfirm 
-0x2f29 006926 branch le_parse_smp_pairing_random_success ,zero 
-:      006927 le_send_pairing_confirm_value_failed:
-0x2f2a 006928 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
-:      006929 le_send_pairing_failed:
-0x2f2b 006930 force 2 ,rega 
-0x2f2c 006931 call le_fifo_malloc_tx_l2cap_smp 
-0x2f2d 006932 setarg smp_pairing_failed 
-0x2f2e 006933 istore 1 ,contw 
-0x2f2f 006934 fetch 1 ,mem_le_ll_pairing_fail_reason 
-0x2f30 006935 istore 1 ,contw 
-:      006936 le_parse_smp_pairing_failed:
-0x2f31 006937 bpatchx patch2c_5 ,mem_patch2c 
-0x2f32 006938 force smp_pairing_timer ,queue 
-0x2f33 006939 call timer_stop 
-0x2f34 006940 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x2f35 006941 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
-0x2f36 006942 branch ui_ipc_send_event 
-:      006944 le_smp_pairing_fail_reason_not_support_pairing:
-0x2f37 006945 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
-0x2f38 006946 branch le_send_pairing_failed 
-:      006948 le_parse_smp_pairing_random_sc:
-0x2f39 006949 arg mem_le_mrand ,contw 
-0x2f3a 006950 copy rega ,contr 
-0x2f3b 006951 call memcpy16 
-0x2f3c 006952 fetch 1 ,mem_le_pairing_mode 
-0x2f3d 006953 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_random_sc_passkey 
-0x2f3e 006954 beq le_pairing_mode_secure_connect_passkey_res_input ,le_parse_smp_pairing_random_sc_passkey 
-0x2f3f 006955 call function_g2 
-0x2f40 006956 call le_send_smp_pairing_random 
-0x2f41 006957 fetch 1 ,mem_le_pairing_mode 
-0x2f42 006958 rtnne le_pairing_mode_secure_connect_numeric 
-0x2f43 006959 jam bt_evt_le_gkey_generate ,mem_fifo_temp 
-0x2f44 006960 branch ui_ipc_send_event 
-:      006962 le_parse_smp_pairing_random_sc_passkey:
-0x2f45 006963 call function_f4_ca 
-0x2f46 006964 arg mem_aes_cmac_temp ,contw 
-0x2f47 006965 call load_inverse_result 
-0x2f48 006966 arg mem_aes_cmac_temp ,rega 
-0x2f49 006967 arg mem_le_rconfirm ,regb 
-0x2f4a 006968 arg 16 ,loopcnt 
-0x2f4b 006969 call string_compare 
-0x2f4c 006970 nbranch le_send_pairing_confirm_value_failed ,zero 
-0x2f4d 006971 branch le_send_smp_pairing_random 
-:      006973 le_parse_smp_pairing_random_success:
-0x2f4e 006974 call generate_stk 
-0x2f4f 006975 jam bt_evt_le_pairing_success ,mem_fifo_temp 
-0x2f50 006976 call ui_ipc_send_event 
-0x2f51 006977 jam 1 ,mem_ltk_exists 
-0x2f52 006978 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
-:      006980 le_send_smp_pairing_random:
-0x2f53 006981 force 17 ,rega 
-0x2f54 006982 call le_fifo_malloc_tx_l2cap_smp 
-0x2f55 006983 setarg smp_pairing_random 
-0x2f56 006984 istore 1 ,contw 
-0x2f57 006985 arg mem_le_srand ,contr 
-0x2f58 006986 branch memcpy16 
-:      006988 le_send_smp_encryption_information:
-0x2f59 006989 force 17 ,rega 
-0x2f5a 006990 call le_fifo_malloc_tx_l2cap_smp 
-0x2f5b 006991 setarg smp_encryption_information 
-0x2f5c 006992 istore 1 ,contw 
-0x2f5d 006993 fetch 1 ,mem_le_configuration 
-0x2f5e 006994 bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
-0x2f5f 006995 arg mem_le_ltk ,contr 
-0x2f60 006996 branch memcpy16 
-:      006998 le_send_fixed_ltk:
-0x2f61 006999 arg mem_le_fixed_ltk ,contr 
-0x2f62 007000 branch memcpy16 
-:      007003 le_send_smp_master_identification:
-0x2f63 007004 arg mem_le_ediv ,contw 
-0x2f64 007005 force 10 ,loopcnt 
-0x2f65 007006 call generate_random_loop 
-0x2f66 007007 force 11 ,rega 
-0x2f67 007008 call le_fifo_malloc_tx_l2cap_smp 
-0x2f68 007009 setarg smp_master_identification 
-0x2f69 007010 istore 1 ,contw 
-0x2f6a 007011 fetch 2 ,mem_le_ediv 
-0x2f6b 007012 istore 2 ,contw 
-0x2f6c 007013 fetch 8 ,mem_le_rand 
-0x2f6d 007014 istore 8 ,contw 
-0x2f6e 007015 rtn 
-:      007017 le_send_smp_identity_information:
-0x2f6f 007018 force 17 ,rega 
-0x2f70 007019 call le_fifo_malloc_tx_l2cap_smp 
-0x2f71 007020 setarg smp_identity_information 
-0x2f72 007021 istore 1 ,contw 
-0x2f73 007022 setarg 0 
-0x2f74 007023 istore 8 ,contw 
-0x2f75 007024 istore 8 ,contw 
-0x2f76 007025 rtn 
-:      007028 le_send_smp_identity_address_information:
-0x2f77 007029 force 8 ,rega 
-0x2f78 007030 call le_fifo_malloc_tx_l2cap_smp 
-0x2f79 007031 setarg smp_identity_address_information 
-0x2f7a 007032 istore 1 ,contw 
-0x2f7b 007033 fetch 1 ,mem_le_conn_own_addr_type 
-0x2f7c 007034 istore 1 ,contw 
-0x2f7d 007035 fetch 6 ,mem_le_lap 
-0x2f7e 007036 istore 6 ,contw 
-0x2f7f 007037 rtn 
-:      007040 le_send_pairing_fail_unspecified_reason:
-0x2f80 007041 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
-0x2f81 007042 branch le_send_pairing_failed 
-:      007044 le_check_init_key_distribution:
-0x2f82 007045 fetch 1 ,mem_le_pres_init_key_distribution 
-0x2f83 007046 fetcht 1 ,mem_le_pres_init_key_distribution 
-0x2f84 007047 iand temp ,pdata 
-0x2f85 007048 rtn 
-:      007050 le_parse_smp_identity_information:
-0x2f86 007051 arg mem_le_irk ,contw 
-0x2f87 007052 call memcpy16 
-0x2f88 007053 call le_check_init_key_distribution 
-0x2f89 007054 isolate0 le_initator_irk_bit ,pdata 
-0x2f8a 007055 branch le_send_pairing_fail_unspecified_reason ,true 
-0x2f8b 007056 fetch 1 ,mem_device_option 
-0x2f8c 007057 rtnne dvc_op_module 
-0x2f8d 007058 call le_check_master_addr_type 
-0x2f8e 007059 nrtn user 
-0x2f8f 007060 branch app_ble_store_reconn_info 
-:      007063 le_check_master_addr_type:
-0x2f90 007064 call disable_user 
-0x2f91 007065 fetch 1 ,mem_le_conn_peer_addr_type 
-0x2f92 007066 rtneq master_public_addr 
-0x2f93 007067 fetch 1 ,mem_le_preq_init_key_distribution 
-0x2f94 007068 rtnbit0 le_initator_irk_bit 
-0x2f95 007069 branch enable_user 
-:      007071 le_parse_smp_identity_address_information:
-0x2f96 007072 call le_check_init_key_distribution 
-0x2f97 007073 isolate0 le_initator_irk_bit ,pdata 
-0x2f98 007074 branch le_send_pairing_fail_unspecified_reason ,true 
-0x2f99 007075 rtn 
-:      007077 le_parse_smp_master_identification:
-:      007078 le_parse_smp_signing_information:
-:      007079 le_parse_smp_security_request:
-0x2f9a 007080 rtn 
-:      007082 le_parse_smp_public_key:
-0x2f9b 007083 arg mem_le_pubkey_remote_x_256 ,contw 
-0x2f9c 007084 call memcpy64 
-0x2f9d 007085 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x2f9e 007086 jam le_sc_stat_receive_public_key ,mem_le_secure_connect_state 
-0x2f9f 007087 rtn 
-:      007089 le_parse_smp_dhkey_check:
-0x2fa0 007090 arg mem_sp_confirm_remote ,contw 
-0x2fa1 007091 call memcpy16 
-0x2fa2 007092 jam le_sc_stat_receive_dhkey ,mem_le_secure_connect_state 
-0x2fa3 007093 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x2fa4 007094 rtn 
-:      007096 le_send_smp_pairing_public_key:
-0x2fa5 007097 force 65 ,rega 
-0x2fa6 007098 call le_fifo_malloc_tx_l2cap_smp 
-0x2fa7 007099 setarg smp_pairing_public_key 
-0x2fa8 007100 istore 1 ,contw 
-0x2fa9 007101 arg mem_sc_pubkey_local_x_256 ,contr 
-0x2faa 007102 branch memcpy64 
-:      007104 le_send_smp_pairing_dhkey_check:
-0x2fab 007105 call function_f6_eb 
-0x2fac 007106 force 17 ,rega 
-0x2fad 007107 call le_fifo_malloc_tx_l2cap_smp 
-0x2fae 007108 setarg smp_pairing_dhkey_check 
-0x2faf 007109 istore 1 ,contw 
-0x2fb0 007110 branch load_inverse_result 
-:      007112 le_check_paring_time:
-0x2fb1 007113 fetch 1 ,mem_le_pairing_state 
-0x2fb2 007114 rtneq flag_le_pairing_end 
-0x2fb3 007115 arg flag_le_pairing_rcv_pairing_req ,temp 
-0x2fb4 007116 isub temp ,null 
-0x2fb5 007117 nrtn positive 
-0x2fb6 007118 arg smp_pairing_timer ,queue 
-0x2fb7 007119 call timer_check 
-0x2fb8 007120 nrtn blank 
-0x2fb9 007121 branch le_send_pairing_fail_unspecified_reason 
-:      007123 le_pairing_sm:
-0x2fba 007124 bpatchx patch2c_6 ,mem_patch2c 
-0x2fbb 007125 call le_fifo_check_nearly_full 
-0x2fbc 007126 nrtn blank 
-0x2fbd 007127 fetch 1 ,mem_le_pairing_state 
-0x2fbe 007128 beq flag_le_pairing_null ,le_pairing_sm_null 
-0x2fbf 007129 beq flag_le_pairing_start ,le_pairing_sm_start 
-0x2fc0 007130 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
-0x2fc1 007131 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
-0x2fc2 007132 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
-0x2fc3 007133 beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
-0x2fc4 007134 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
-0x2fc5 007135 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
-0x2fc6 007136 rtn 
-:      007138 le_pairing_sm_null:
-:      007139 le_pairing_sm_send_sec_req:
-0x2fc7 007140 fetch 1 ,mem_le_enc_state 
-0x2fc8 007141 rtnne flag_le_send_start_enc_rsp 
-0x2fc9 007142 jam flag_le_enc_end ,mem_le_enc_state 
-0x2fca 007143 jam flag_le_pairing_end ,mem_le_pairing_state 
-0x2fcb 007144 jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
-0x2fcc 007145 branch ui_ipc_send_event 
-:      007148 le_pairing_sm_start:
-0x2fcd 007149 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
-0x2fce 007150 branch le_send_smp_security_request 
-:      007152 le_pairing_sm_rcv_pairing_req:
-0x2fcf 007153 jam flag_le_pairing_wait_stk_generation ,mem_le_pairing_state 
-0x2fd0 007154 setarg timer_smp_pairing_timeout 
-0x2fd1 007155 arg smp_pairing_timer ,queue 
-0x2fd2 007156 branch timer_init 
-:      007158 le_pairing_sm_after_auth:
-0x2fd3 007159 fetch 1 ,mem_le_enc_state 
-0x2fd4 007160 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
-0x2fd5 007161 rtn 
-:      007163 le_pairing_sm_after_auth_start_enc:
-0x2fd6 007164 fetch 1 ,mem_le_pairing_mode 
-0x2fd7 007165 bbit1 le_pairing_mode_secure_connect_bit ,le_pairing_sm_after_auth_start_enc_sc 
-0x2fd8 007167 jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
-0x2fd9 007168 call le_send_smp_encryption_information 
-:      007169 le_pairing_sm_after_auth_start_enc_common:
-0x2fda 007170 jam bt_evt_le_enc_info ,mem_fifo_temp 
-0x2fdb 007171 call ui_ipc_send_event 
-0x2fdc 007172 fetch 1 ,mem_device_option 
-0x2fdd 007173 rtnne dvc_op_module 
-0x2fde 007174 call le_check_master_addr_type 
-0x2fdf 007175 rtn user 
-0x2fe0 007176 branch app_ble_store_reconn_info 
-:      007178 le_pairing_sm_after_auth_start_enc_sc:
-0x2fe1 007179 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
-0x2fe2 007180 branch le_pairing_sm_after_auth_start_enc_common 
-:      007182 le_pairng_sm_send_enc_information:
-0x2fe3 007183 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
-0x2fe4 007184 branch le_send_smp_master_identification 
-:      007186 le_pairng_sm_send_master_indentification:
-0x2fe5 007187 fetch 1 ,mem_le_preq_resp_key_distribution 
-0x2fe6 007188 fetcht 1 ,mem_le_pres_resp_key_distribution 
-0x2fe7 007189 iand temp ,pdata 
-0x2fe8 007190 isolate0 le_initator_irk_bit ,pdata 
-0x2fe9 007191 branch le_parse_start_enc_rsp_after_auth_end ,true 
-0x2fea 007192 jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
-0x2feb 007193 branch le_send_smp_identity_information 
-:      007195 le_pairng_sm_send_indentity_information:
-0x2fec 007196 call le_send_smp_identity_address_information 
-0x2fed 007197 branch le_parse_start_enc_rsp_after_auth_end 
-:      007200 le_parse_start_enc_rsp_after_auth_end:
-0x2fee 007201 bpatchx patch2c_7 ,mem_patch2c 
-0x2fef 007202 force smp_pairing_timer ,queue 
-0x2ff0 007203 call timer_stop 
-0x2ff1 007204 jam flag_le_enc_end ,mem_le_enc_state 
-0x2ff2 007205 jam flag_le_pairing_end ,mem_le_pairing_state 
-0x2ff3 007206 jam bt_evt_le_pairing_complete ,mem_fifo_temp 
-0x2ff4 007207 branch ui_ipc_send_event 
-:      007211 le_secure_connect_sm:
-0x2ff5 007212 bpatchx patch2d_0 ,mem_patch2d 
-0x2ff6 007213 fetch 1 ,mem_le_pairing_mode 
-0x2ff7 007214 rtnbit0 le_pairing_mode_secure_connect_bit 
-0x2ff8 007215 fetch 1 ,mem_le_secure_connect_flag 
-0x2ff9 007216 rtnne le_sp_flag_commit_256 
-0x2ffa 007217 jam sp_flag_standby ,mem_le_secure_connect_flag 
-0x2ffb 007218 fetch 1 ,mem_le_secure_connect_state 
-0x2ffc 007219 beq le_sc_stat_receive_public_key ,le_sc_sm_receive_public_key 
-0x2ffd 007220 beq le_sc_stat_wait_send_public_key ,le_sc_sm_wait_send_public_key 
-0x2ffe 007221 beq le_sc_stat_send_public_key ,le_sc_sm_send_public_key 
-0x2fff 007222 beq le_sc_stat_receive_dhkey ,le_sc_sm_receive_dhkey 
-0x3000 007223 beq le_sc_stat_wait_confirm_gkey ,le_sc_sm_wait_confirm_gkey 
-0x3001 007224 beq le_sc_stat_passkey_wait_confirm ,le_sc_sm_passkey_wait_confirm 
-0x3002 007225 rtn 
-:      007227 le_sc_state_clear:
-0x3003 007228 jam sp_flag_standby ,mem_le_secure_connect_flag 
-0x3004 007229 jam le_sc_stat_null ,mem_le_secure_connect_state 
-0x3005 007230 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
-0x3006 007231 rtn 
-:      007233 le_sc_sm_passkey_wait_confirm:
-0x3007 007234 fetch 1 ,mem_authentication_passkey_times 
-0x3008 007235 copy pdata ,queue 
-0x3009 007236 increase 1 ,pdata 
-0x300a 007237 store 1 ,mem_authentication_passkey_times 
-0x300b 007238 fetch 4 ,mem_le_tk 
-0x300c 007239 qisolate1 pdata 
-0x300d 007240 setarg 0x80 
-0x300e 007241 setflag true ,0 ,pdata 
-0x300f 007242 store 1 ,mem_passkey_1bit 
-0x3010 007243 branch le_sc_sm_ready_send_pairing_confirm 
-:      007245 le_sc_sm_wait_confirm_gkey:
-0x3011 007246 fetch 1 ,mem_le_sc_confirm_gkey_flag 
-0x3012 007247 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
-0x3013 007248 beq flag_le_sc_confrim_gkey_ok ,le_sc_confirm_gkey_ok 
-0x3014 007249 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x3015 007250 rtn 
-:      007252 le_sc_confirm_gkey_ok:
-0x3016 007253 jam bt_evt_le_pairing_success ,mem_fifo_temp 
-0x3017 007254 call ui_ipc_send_event 
-0x3018 007255 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
-0x3019 007256 branch le_send_smp_pairing_dhkey_check 
-:      007258 le_sc_sm_receive_dhkey:
-0x301a 007259 fetch 1 ,mem_sp_dhkey_invalid 
-0x301b 007260 beq sp_key_valid_256 ,le_dhkey_ready 
-0x301c 007261 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x301d 007262 rtn 
-:      007264 le_dhkey_ready:
-0x301e 007265 call function_f5 
-0x301f 007266 fetch 1 ,mem_le_pairing_mode 
-0x3020 007267 beq le_pairing_mode_secure_connect_passkey ,le_dhkey_ready_common 
-0x3021 007268 beq le_pairing_mode_secure_connect_passkey_res_input ,le_dhkey_ready_common 
-0x3022 007269 call le_set_tk_0 
-:      007270 le_dhkey_ready_common:
-0x3023 007271 call function_f6_ea 
-0x3024 007272 arg mem_aes_cmac_temp ,rega 
-0x3025 007273 arg mem_sp_confirm_remote ,regb 
-0x3026 007274 arg 16 ,loopcnt 
-0x3027 007275 call string_compare 
-0x3028 007276 branch le_dhkey_check_ok ,zero 
-:      007277 le_dhkey_check_fail:
-0x3029 007278 jam pairing_failed_dhkey_check_failed ,mem_le_ll_pairing_fail_reason 
-0x302a 007279 branch le_send_pairing_failed 
-:      007282 le_dhkey_check_ok:
-0x302b 007283 call sp_calc_check_publickey_256 
-0x302c 007284 nbranch le_dhkey_check_fail ,zero 
-0x302d 007285 jam 1 ,mem_ltk_exists 
-0x302e 007286 fetch 1 ,mem_le_pairing_mode 
-0x302f 007287 beq le_pairing_mode_secure_connect_justwork ,le_sc_confirm_gkey_ok 
-0x3030 007288 beq le_pairing_mode_secure_connect_passkey ,le_sc_confirm_gkey_ok 
-0x3031 007289 beq le_pairing_mode_secure_connect_passkey_res_input ,le_sc_confirm_gkey_ok 
-0x3032 007290 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x3033 007291 jam le_sc_stat_wait_confirm_gkey ,mem_le_secure_connect_state 
-0x3034 007292 rtn 
-:      007294 le_sc_sm_send_public_key:
-0x3035 007295 fetch 1 ,mem_le_pairing_mode 
-0x3036 007296 beq le_pairing_mode_secure_connect_passkey ,le_sc_sm_send_public_key_passkey 
-0x3037 007297 beq le_pairing_mode_secure_connect_passkey_res_input ,le_sc_sm_send_public_key_passkey 
-0x3038 007298 jam 0 ,mem_passkey_1bit 
-:      007299 le_sc_sm_ready_send_pairing_confirm:
-0x3039 007300 branch le_send_smp_pairing_confirm 
-:      007302 le_sc_sm_send_public_key_passkey:
-0x303a 007303 jam 0 ,mem_authentication_passkey_times 
-0x303b 007304 rtneq le_pairing_mode_secure_connect_passkey_res_input 
-0x303c 007305 branch le_parse_smp_pairing_req_passkey 
-:      007308 le_sc_sm_receive_public_key:
-0x303d 007309 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x303e 007310 fetch 1 ,mem_sc_local_key_invalid 
-0x303f 007311 beq sp_key_valid_256 ,le_public_key_ready 
-0x3040 007312 rtn 
-:      007314 le_public_key_ready:
-0x3041 007315 jam le_sc_stat_wait_send_public_key ,mem_le_secure_connect_state 
-0x3042 007316 jam sp_key_invalid ,mem_sp_dhkey_invalid 
-0x3043 007317 branch sp_dhkey_calc_256 
-:      007319 le_sc_sm_wait_send_public_key:
-0x3044 007320 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x3045 007321 jam le_sc_stat_send_public_key ,mem_le_secure_connect_state 
-0x3046 007322 branch le_send_smp_pairing_public_key 
-:      007326 le_fifo_malloc_tx_l2cap_smp:
-0x3047 007327 bpatchx patch2d_1 ,mem_patch2d 
-0x3048 007328 force le_l2cap_cid_smp ,regb 
-0x3049 007329 branch le_fifo_malloc_tx_l2cap 
-:      007333 le_parse_ll:
-0x304a 007334 fetch 1 ,mem_le_rxbuf_data_ll_opcode 
-0x304b 007335 beq ll_connection_update_ind ,le_parse_connection_update_ind 
-0x304c 007336 beq ll_channel_map_ind ,le_parse_channel_map_ind 
-0x304d 007337 beq ll_terminate_ind ,le_parse_terminate_ind 
-0x304e 007338 beq ll_enc_req ,le_parse_enc_req 
-0x304f 007339 beq ll_enc_rsp ,le_parse_enc_rsp 
-0x3050 007340 beq ll_start_enc_req ,le_parse_start_enc_req 
-0x3051 007341 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
-0x3052 007342 beq ll_unknown_rsp ,le_parse_unknown_rsp 
-0x3053 007343 beq ll_feature_req ,le_parse_feature_req 
-0x3054 007344 beq ll_feature_rsp ,le_parse_feature_rsp 
-0x3055 007345 beq ll_pause_enc_req ,le_parse_pause_enc_req 
-0x3056 007346 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
-0x3057 007347 beq ll_version_ind ,le_parse_version_ind 
-0x3058 007348 beq ll_reject_ind ,le_parse_reject_ind 
-0x3059 007349 beq ll_ping_req ,le_parse_ping_req 
-0x305a 007350 beq ll_ping_rsp ,le_parse_ping_rsp 
-0x305b 007351 beq ll_length_req ,le_parse_length_req 
-0x305c 007352 beq ll_length_rsp ,le_parse_length_rsp 
-0x305d 007353 beq ll_phy_req ,le_parse_phy_req 
-0x305e 007354 beq ll_phy_update_ind ,le_parse_phy_update_ind 
-0x305f 007355 fetchr regc ,1 ,mem_le_rxbuf_data_ll_opcode 
-0x3060 007356 branch le_send_unknown_rsp 
-:      007360 le_parse_connection_update_ind:
-0x3061 007361 ifetch 9 ,contr 
-0x3062 007362 store 9 ,mem_le_new_param 
-0x3063 007363 ifetch 2 ,contr 
-0x3064 007364 store 2 ,mem_le_instant 
-0x3065 007365 fetch 1 ,mem_le_state 
-0x3066 007366 set1 lestate_update_param ,pdata 
-0x3067 007367 store 1 ,mem_le_state 
-0x3068 007368 rtn 
-:      007372 le_parse_channel_map_ind:
-0x3069 007373 ifetch 5 ,contr 
-0x306a 007374 store 5 ,mem_le_new_map 
-0x306b 007375 ifetch 2 ,contr 
-0x306c 007376 store 2 ,mem_le_instant 
-:      007377 le_update_map_enable:
-0x306d 007378 fetch 1 ,mem_le_state 
-0x306e 007379 set1 lestate_update_map ,pdata 
-0x306f 007380 store 1 ,mem_le_state 
-0x3070 007381 rtn 
-:      007385 le_parse_terminate_ind:
-0x3071 007386 setarg 20 
-0x3072 007387 store 2 ,mem_le_superto 
-0x3073 007388 store 2 ,mem_le_init_superto 
-0x3074 007389 rtn 
-:      007393 le_parse_enc_req:
-0x3075 007394 ifetch 8 ,contr 
-0x3076 007395 store 8 ,mem_le_rand 
-0x3077 007396 ifetch 2 ,contr 
-0x3078 007397 store 2 ,mem_le_ediv 
-0x3079 007398 ifetch 8 ,contr 
-0x307a 007399 store 8 ,mem_le_skdm 
-0x307b 007400 ifetch 4 ,contr 
-0x307c 007401 store 4 ,mem_ccm_ivm 
-0x307d 007402 call le_send_enc_rsp 
-0x307e 007403 bpatchx patch2d_2 ,mem_patch2d 
-0x307f 007404 fetch 1 ,mem_le_pairing_state 
-0x3080 007405 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
-0x3081 007406 fetch 1 ,mem_le_configuration 
-0x3082 007407 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
-0x3083 007408 fetch 1 ,mem_nv_data_number 
-0x3084 007409 ncall load_device_list_mode_4 ,blank 
-0x3085 007410 fetch 1 ,mem_ltk_exists 
-0x3086 007411 beq 0 ,le_ltk_lost 
-:      007412 le_parse_enc_req_after_auth:
-0x3087 007413 jam flag_le_rcv_enc_start ,mem_le_enc_state 
-0x3088 007414 call le_send_start_enc_req 
-0x3089 007415 branch generate_sk 
-:      007416 le_parse_enc_req_fixed_ltk:
-0x308a 007417 jam 1 ,mem_ltk_exists 
-0x308b 007418 arg mem_le_fixed_ltk ,contr 
-0x308c 007419 arg mem_le_ltk ,contw 
-0x308d 007420 call memcpy16 
-0x308e 007421 branch le_parse_enc_req_after_auth 
-:      007423 le_ltk_lost:
-0x308f 007424 jam flag_le_enc_null ,mem_le_enc_state 
-0x3090 007425 jam flag_le_enc_null ,mem_le_pairing_state 
-0x3091 007426 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
-0x3092 007427 branch ui_ipc_send_event 
-:      007430 le_parse_enc_rsp:
-0x3093 007431 ifetch 8 ,contr 
-0x3094 007432 store 8 ,mem_le_skds 
-0x3095 007433 ifetch 4 ,contr 
-0x3096 007434 store 4 ,mem_ccm_ivs 
-0x3097 007435 branch generate_sk 
-:      007439 le_parse_start_enc_req:
-0x3098 007440 fetch 1 ,mem_le_state 
-0x3099 007441 set1 lestate_encryption ,pdata 
-0x309a 007442 store 1 ,mem_le_state 
-0x309b 007443 rtn 
-:      007446 le_parse_start_enc_rsp:
-0x309c 007447 rtn master 
-0x309d 007448 jam bt_evt_le_start_enc ,mem_fifo_temp 
-0x309e 007449 call ui_ipc_send_event 
-0x309f 007450 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
-0x30a0 007451 branch le_send_start_enc_rsp 
-:      007455 le_parse_unknown_rsp:
-0x30a1 007456 rtn 
-:      007460 le_parse_feature_req:
-0x30a2 007461 branch le_send_feature_rsp 
-:      007465 le_parse_feature_rsp:
-0x30a3 007466 rtn 
-:      007470 le_parse_pause_enc_req:
-0x30a4 007471 jam flag_le_enc_pause ,mem_le_enc_state 
-0x30a5 007472 call le_send_pause_enc_rsp 
-0x30a6 007473 jam bt_evt_le_pause_enc ,mem_fifo_temp 
-0x30a7 007474 branch ui_ipc_send_event 
-:      007478 le_parse_pause_enc_rsp:
-0x30a8 007479 rtn 
-:      007483 le_parse_version_ind:
-0x30a9 007484 rtn master 
-0x30aa 007485 branch le_send_version_ind 
-:      007489 le_parse_reject_ind:
-0x30ab 007490 rtn 
-:      007494 le_parse_ping_req:
-0x30ac 007495 branch le_send_ping_rsp 
-:      007499 le_parse_ping_rsp:
-0x30ad 007500 rtn 
-:      007503 le_parse_length_req:
-0x30ae 007504 call le_parse_length_rsp 
-0x30af 007505 branch le_send_data_length_res 
-:      007507 le_parse_length_rsp:
-0x30b0 007508 ifetch 8 ,contr 
-0x30b1 007509 store 8 ,mem_remote_rx_max_octets 
-0x30b2 007510 fetch 2 ,mem_remote_rx_max_octets 
-0x30b3 007511 fetcht 2 ,mem_local_tx_max_octets 
-0x30b4 007512 call not_greater_than 
-0x30b5 007513 store 2 ,mem_remote_rx_max_octets 
-0x30b6 007515 fetch 2 ,mem_remote_tx_max_octets 
-0x30b7 007516 fetcht 2 ,mem_local_rx_max_octets 
-0x30b8 007517 call not_greater_than 
-0x30b9 007518 store 2 ,mem_remote_tx_max_octets 
-0x30ba 007519 rtn 
-:      007523 le_parse_phy_req:
-0x30bb 007524 branch le_send_phy_rsp 
-:      007528 le_parse_phy_update_ind:
-0x30bc 007529 ifetch 2 ,contr 
-0x30bd 007530 store 2 ,mem_le_new_m2s_phy 
-0x30be 007531 ifetch 2 ,contr 
-0x30bf 007532 store 2 ,mem_le_instant 
-0x30c0 007533 rtn blank 
-0x30c1 007534 fetch 1 ,mem_le_state 
-0x30c2 007535 set1 lestate_update_phy ,pdata 
-0x30c3 007536 store 1 ,mem_le_state 
-0x30c4 007537 rtn 
-:      007542 le_send_terminate_ind_user_terminated:
-0x30c5 007543 arg error_remote_user_terminated_connection ,regc 
-:      007546 le_send_terminate_ind:
-0x30c6 007547 arg 2 ,rega 
-0x30c7 007548 arg ll_terminate_ind ,regb 
-0x30c8 007549 call le_fifo_malloc_tx_ll 
-0x30c9 007550 copy regc ,pdata 
-0x30ca 007551 istore 1 ,contw 
-0x30cb 007552 rtn 
-:      007556 le_send_enc_rsp:
-0x30cc 007557 arg mem_le_skds ,contw 
-0x30cd 007558 force 8 ,loopcnt 
-0x30ce 007559 call generate_random_loop 
-0x30cf 007560 arg mem_ccm_ivs ,contw 
-0x30d0 007561 force 4 ,loopcnt 
-0x30d1 007562 call generate_random_loop 
-0x30d2 007563 arg 13 ,rega 
-0x30d3 007564 arg ll_enc_rsp ,regb 
-0x30d4 007565 call le_fifo_malloc_tx_ll 
-0x30d5 007566 fetch 8 ,mem_le_skds 
-0x30d6 007567 istore 8 ,contw 
-0x30d7 007568 fetch 4 ,mem_ccm_ivs 
-0x30d8 007569 istore 4 ,contw 
-0x30d9 007570 rtn 
-:      007574 le_send_start_enc_req:
-0x30da 007575 jam flag_le_send_start_enc_req ,mem_le_enc_state 
-0x30db 007576 arg ll_start_enc_req ,regb 
-0x30dc 007577 branch le_send_ll_one_lenth 
-:      007581 le_send_start_enc_rsp:
-0x30dd 007582 arg ll_start_enc_rsp ,regb 
-0x30de 007583 branch le_send_ll_one_lenth 
-:      007588 le_send_unknown_rsp:
-0x30df 007589 arg 2 ,rega 
-0x30e0 007590 arg ll_unknown_rsp ,regb 
-0x30e1 007591 call le_fifo_malloc_tx_ll 
-0x30e2 007592 istorer regc ,1 ,contw 
-0x30e3 007593 rtn 
-:      007597 le_send_feature_rsp:
-0x30e4 007598 arg 9 ,rega 
-0x30e5 007599 arg ll_feature_rsp ,regb 
-0x30e6 007600 call le_fifo_malloc_tx_ll 
-0x30e7 007601 fetch 8 ,mem_le_local_feature 
-0x30e8 007602 or pdata ,fun_ll_feature_le_encryption ,pdata 
-0x30e9 007603 istore 8 ,contw 
-0x30ea 007604 rtn 
-:      007608 le_send_pause_enc_rsp:
-0x30eb 007609 arg ll_pause_enc_rsp ,regb 
-0x30ec 007610 branch le_send_ll_one_lenth 
-:      007614 le_send_version_ind:
-0x30ed 007615 arg 6 ,rega 
-0x30ee 007616 arg ll_version_ind ,regb 
-0x30ef 007617 call le_fifo_malloc_tx_ll 
-0x30f0 007618 fetch 5 ,mem_version 
-0x30f1 007619 istore 5 ,contw 
-0x30f2 007620 rtn 
-:      007623 le_send_reject_ind:
-0x30f3 007624 arg 2 ,rega 
-0x30f4 007625 arg ll_reject_ind ,regb 
-0x30f5 007626 call le_fifo_malloc_tx_ll 
-0x30f6 007627 setarg le_err_pin_or_key_missing 
-0x30f7 007628 istore 1 ,contw 
-0x30f8 007629 rtn 
-:      007633 le_send_ping_rsp:
-0x30f9 007634 arg ll_ping_rsp ,regb 
-0x30fa 007635 branch le_send_ll_one_lenth 
-:      007637 le_send_data_length_req:
-0x30fb 007638 arg ll_length_req ,regb 
-0x30fc 007639 branch le_send_data_length 
-:      007641 le_send_data_length_res:
-0x30fd 007642 arg ll_length_rsp ,regb 
-:      007643 le_send_data_length:
-0x30fe 007644 arg 9 ,rega 
-0x30ff 007645 call le_fifo_malloc_tx_ll 
-0x3100 007646 fetch 8 ,mem_local_rx_max_octets 
-0x3101 007647 istore 8 ,contw 
-0x3102 007648 rtn 
-:      007652 le_send_phy_rsp:
-0x3103 007653 arg 3 ,rega 
-0x3104 007654 arg ll_phy_rsp ,regb 
-0x3105 007655 call le_fifo_malloc_tx_ll 
-0x3106 007656 fetch 1 ,mem_le_tx_phys 
-0x3107 007657 and pdata ,0x07 ,pdata 
-0x3108 007658 istore 1 ,contw 
-0x3109 007659 fetch 1 ,mem_le_rx_phys 
-0x310a 007660 and pdata ,0x07 ,pdata 
-0x310b 007661 istore 1 ,contw 
-0x310c 007662 rtn 
-:      007666 le_send_ll_one_lenth:
-0x310d 007667 arg 1 ,rega 
-0x310e 007668 branch le_fifo_malloc_tx_ll 
-:      007673 g24_dispatch:
-0x310f 007674 bpatchx patch2d_3 ,mem_patch2d 
-0x3110 007675 bmark1 mark_24g_rxmode ,g24_receive_dispatch 
-0x3111 007676 branch g24_transmit_dispatch 
-:      007681 g24_prep:
-0x3112 007682 bpatchx patch2d_4 ,mem_patch2d 
-0x3113 007683 disable enable_crc 
-0x3114 007684 disable enable_white 
-0x3115 007685 setarg 0x555555 
-0x3116 007686 iforce crc24_init 
-0x3117 007687 fetch 1 ,mem_24g_ch 
-0x3118 007688 branch le_prep_next 
-:      007690 g24_receive_packet:
-0x3119 007691 bpatchx patch2d_5 ,mem_patch2d 
-0x311a 007692 fetch 1 ,mem_24g_rx_phy 
-0x311b 007693 call le_enable_phy_by_pdata 
-0x311c 007694 fetch 4 ,mem_24g_addr 
-0x311d 007695 iforce access 
-0x311e 007696 call set_sync_on 
-0x311f 007697 fetcht 1 ,mem_24g_ch 
-0x3120 007698 call le_rf_rx_enable 
-:      007699 g24_receive_rxon:
-0x3121 007700 call g24_prep 
-0x3122 007701 bmark0 mark_ble_lr ,g24_receive_nolr 
-0x3123 007702 pulse dewhiten_code_calc 
-0x3124 007703 nop 30 
-0x3125 007704 call g24_prep 
-:      007705 g24_receive_nolr:
-0x3126 007706 disable user3 
-0x3127 007707 enable decode_fec0 
-0x3128 007708 enable is_rx 
-0x3129 007709 disable is_tx 
-0x312a 007710 enable swfine 
-0x312b 007711 fetch 2 ,mem_24g_rx_window 
-0x312c 007712 iforce stop_watch 
-0x312d 007713 correlate null ,timeout 
-0x312e 007714 nbranch g24_sync_timeout ,sync 
-0x312f 007715 call rf_debug_rx_sync_line 
-0x3130 007716 bmark1 mark_ble_lr ,g24_receive_skip_fec1 
-0x3131 007717 fetch 1 ,mem_24g_disable_fec1 
-0x3132 007718 nbranch g24_receive_skip_fec1 ,blank 
-0x3133 007719 disable decode_fec0 
-0x3134 007720 enable decode_fec1 
-:      007721 g24_receive_skip_fec1:
-0x3135 007722 enable enable_white 
-0x3136 007723 enable enable_crc 
-0x3137 007724 call g24_receive_byte 
-0x3138 007725 store 1 ,mem_24g_get_syncword_crc8 
-0x3139 007726 fetcht 1 ,mem_24g_syncword_crc8 
-0x313a 007727 isub temp ,null 
-0x313b 007728 nbranch g24_hec_error ,zero 
-0x313c 007729 bpatchx patch2d_6 ,mem_patch2d 
-0x313d 007730 disable user7 
-0x313e 007731 isolate1 mark_ble_lr ,mark 
-0x313f 007732 call g24_lr_receive_pdu_len ,true 
-0x3140 007733 branch g24_lr_len_error ,user7 
-0x3141 007734 call g24_receive_byte 
-0x3142 007735 store 1 ,mem_24g_rxbuf 
-0x3143 007736 bmark1 mark_24g_rxmode ,g24_receive_skip 
-0x3144 007737 fetch 1 ,mem_24g_rxbuf 
-0x3145 007738 fetcht 1 ,mem_24g_data_type 
-0x3146 007739 icompare bits_data ,temp 
-0x3147 007740 nbranch g24_type_error ,true 
-:      007741 g24_receive_skip:
-0x3148 007742 call g24_receive_byte 
-0x3149 007743 isolate1 mark_ble_lr ,mark 
-0x314a 007744 call g24_lr_receive_payload_len ,true 
-0x314b 007745 istore 1 ,contw 
-0x314c 007746 rshift3 pdata ,pdata 
-0x314d 007747 sub pdata ,0x1f ,null 
-0x314e 007748 nbranch g24_len_over_error ,positive 
-0x314f 007749 copy pdata ,loopcnt 
-0x3150 007750 branch g24rx_nopayload ,zero 
-:      007751 g24rx_loop:
-0x3151 007752 call g24_receive_byte 
-0x3152 007753 istore 1 ,contw 
-0x3153 007754 loop g24rx_loop 
-:      007755 g24rx_nopayload:
-0x3154 007756 bmark1 mark_24g_rxmode ,g24_receive_skip_rssi 
-0x3155 007757 copy contw ,rega 
-0x3156 007758 call g24_receive_byte 
-0x3157 007759 store 1 ,mem_rssi_hex_received 
-0x3158 007760 copy rega ,contw 
-:      007761 g24_receive_skip_rssi:
-0x3159 007762 parse demod ,bucket ,24 
-0x315a 007763 rshift32 pdata ,pdata 
-0x315b 007764 rshift16 pdata ,pdata 
-0x315c 007765 istore 3 ,contw 
-0x315d 007766 fetch 1 ,mem_24g_disable_fec1 
-0x315e 007767 nbranch g24_receive_skip_disable_fec1 ,blank 
-0x315f 007768 disable decode_fec1 
-:      007769 g24_receive_skip_next:
-0x3160 007770 isolate1 mark_24g_rxmode ,mark 
-0x3161 007771 call save_rssi_dec ,true 
-0x3162 007772 branch g24_crc_error ,crc_failed 
-0x3163 007773 call rf_debug_rx_crc_line 
-0x3164 007774 bpatchx patch2d_7 ,mem_patch2d 
-0x3165 007775 enable user3 
-0x3166 007776 call le_match_set_txfreq 
-0x3167 007777 rtnmark1 mark_24g_rxmode 
-0x3168 007778 fetch 1 ,mem_rssi_hex_received 
-0x3169 007779 fetcht 1 ,mem_rssi_hex_received_max_value 
-0x316a 007780 isub temp ,null 
-0x316b 007781 call copy_temp2pdata ,positive 
-0x316c 007782 branch rssi_signal 
-:      007784 g24_receive_skip_disable_fec1:
-0x316d 007785 disable decode_fec0 
-0x316e 007786 branch g24_receive_skip_next 
-:      007789 g24_lr_receive_pdu_len:
-0x316f 007790 call g24_receive_byte 
-0x3170 007791 sub pdata ,1 ,null 
-0x3171 007792 branch enable_user7 ,positive 
-0x3172 007793 increase -2 ,pdata 
-0x3173 007794 bmark1 mark_24g_rxmode ,g24_lr_receive_pdu_norssi 
-0x3174 007795 branch enable_user7 ,blank 
-0x3175 007796 increase -1 ,pdata 
-:      007797 g24_lr_receive_pdu_norssi:
-0x3176 007798 store 1 ,mem_temp 
-0x3177 007799 rtn 
-:      007801 g24_lr_receive_payload_len:
-0x3178 007802 and_into 0x07 ,pdata 
-0x3179 007803 fetcht 1 ,mem_temp 
-0x317a 007804 lshift3 temp ,temp 
-0x317b 007805 ior temp ,pdata 
-0x317c 007806 rtn 
-:      007808 g24_receive_byte:
-0x317d 007809 parse demod ,bucket ,8 
-0x317e 007810 rshift3 pwindow ,pdata 
-0x317f 007811 rtn 
-:      007813 g24_sync_timeout:
-0x3180 007814 jam err_sync_to ,mem_24g_off_type 
-0x3181 007815 isolate1 mark_24g_rxmode ,mark 
-0x3182 007816 call rssi_noise ,true 
-:      007817 g24_end_of_packet:
-0x3183 007818 bpatchx patch2e_0 ,mem_patch2e 
-0x3184 007819 call le_disable 
-0x3185 007820 disable encode_fec1 
-0x3186 007821 disable decode_fec1 
-0x3187 007822 branch end_of_packet 
-:      007824 g24_hec_error:
-0x3188 007825 jam err_hec ,mem_24g_off_type 
-0x3189 007826 branch g24_end_of_packet 
-:      007828 g24_lr_len_error:
-0x318a 007829 jam err_lr_len ,mem_24g_off_type 
-0x318b 007830 branch g24_end_of_packet 
-:      007832 g24_type_error:
-0x318c 007833 jam err_type ,mem_24g_off_type 
-0x318d 007834 branch g24_end_of_packet 
-:      007836 g24_len_over_error:
-0x318e 007837 jam err_len_over ,mem_24g_off_type 
-0x318f 007838 branch g24_end_of_packet 
-:      007840 g24_crc_error:
-0x3190 007841 jam err_crc ,mem_24g_off_type 
-0x3191 007842 branch g24_end_of_packet 
-:      007844 g24_set_freq_tx:
-0x3192 007845 call set_sync_on 
-0x3193 007846 fetcht 1 ,mem_24g_ch 
-0x3194 007847 branch set_freq_tx 
-:      007849 g24_transmit:
-0x3195 007850 bpatchx patch2e_1 ,mem_patch2e 
-0x3196 007851 fetch 1 ,mem_24g_tx_phy 
-0x3197 007852 call le_enable_phy_by_pdata 
-0x3198 007853 fetch 4 ,mem_24g_addr 
-0x3199 007854 iforce access 
-0x319a 007855 call g24_prep 
-0x319b 007856 call g24_set_freq_tx 
-0x319c 007857 set1 txgfsk ,radio_ctrl 
-0x319d 007858 enable encode_fec0 
-0x319e 007859 enable is_tx 
-0x319f 007860 disable is_rx 
-0x31a0 007861 call rf_debug_tx_on_line 
-0x31a1 007862 disable lr_s2en 
-0x31a2 007863 bmark1 mark_ble_lr ,g24_transmit_lr 
-0x31a3 007864 bmark1 mark_ble_2m ,g24_transmit_2m 
-0x31a4 007865 rshift16 access ,pdata 
-0x31a5 007866 rshift8 pdata ,pdata 
-0x31a6 007867 rshift4 pdata ,pdata 
-0x31a7 007868 inject mod ,40 
-:      007869 g24_transmit_packet:
-0x31a8 007870 bpatchx patch2e_2 ,mem_patch2e 
-0x31a9 007871 bmark1 mark_ble_lr ,g24_transmit_nolr 
-0x31aa 007872 fetch 1 ,mem_24g_disable_fec1 
-0x31ab 007873 nbranch g24_transmit_nolr ,blank 
-0x31ac 007874 disable encode_fec0 
-0x31ad 007875 enable encode_fec1 
-:      007876 g24_transmit_nolr:
-0x31ae 007877 enable enable_white 
-0x31af 007878 enable enable_crc 
-0x31b0 007879 fetch 1 ,mem_24g_txlen 
-0x31b1 007880 iforce loopcnt 
-0x31b2 007881 arg mem_24g_txpayload ,contr 
-:      007882 g24tr_loop:
-0x31b3 007883 ifetch 1 ,contr 
-0x31b4 007884 inject mod ,8 
-0x31b5 007885 loop g24tr_loop 
-0x31b6 007886 enable enable_parity 
-0x31b7 007887 inject mod ,24 
-0x31b8 007888 disable enable_parity 
-0x31b9 007889 bmark0 mark_ble_lr ,g24_transmit_skip 
-0x31ba 007890 disable enable_white 
-0x31bb 007891 setarg 0 
-0x31bc 007892 inject mod ,3 
-:      007893 g24_transmit_skip:
-0x31bd 007894 until null ,tx_clear 
-0x31be 007895 nop 100 
-0x31bf 007896 disable lr_s2en 
-0x31c0 007897 disable encode_fec0 
-0x31c1 007898 fetch 1 ,mem_24g_disable_fec1 
-0x31c2 007899 nbranch g24_transmit_skip_disable_fec1 ,blank 
-0x31c3 007900 disable encode_fec1 
-:      007901 g24_transmit_skip_disable_fec1:
-0x31c4 007902 disable encode_fec3 
-0x31c5 007903 call set_sync_on 
-0x31c6 007904 branch rf_debug_tx_off_line 
-:      007906 g24_transmit_lr:
-0x31c7 007907 arg 10 ,loopcnt 
-:      007908 g24_transmit_lr_preamble_loop:
-0x31c8 007909 setarg 0x3c 
-0x31c9 007910 inject mod ,8 
-0x31ca 007911 loop g24_transmit_lr_preamble_loop 
-0x31cb 007912 disable encode_fec0 
-0x31cc 007913 enable encode_fec3 
-0x31cd 007914 rshift16 access ,pdata 
-0x31ce 007915 rshift16 pdata ,pdata 
-0x31cf 007916 rshift4 pdata ,pdata 
-0x31d0 007917 inject mod ,32 
-0x31d1 007918 bmark1 mark_ble_lr_s8 ,g24_transmit_lr_s8 
-:      007919 g24_transmit_lr_s2:
-0x31d2 007920 setarg 1 
-0x31d3 007921 inject mod ,5 
-0x31d4 007922 enable lr_s2en 
-0x31d5 007923 branch g24_transmit_packet 
-:      007925 g24_transmit_lr_s8:
-0x31d6 007926 setarg 0 
-0x31d7 007927 inject mod ,5 
-0x31d8 007928 branch g24_transmit_packet 
-:      007930 g24_transmit_2m:
-0x31d9 007931 fetch 1 ,mem_system_clk 
-0x31da 007932 rshift pdata ,loopcnt 
-:      007933 g24_transmit_2m_dealy:
-0x31db 007934 nop 2 
-0x31dc 007935 loop g24_transmit_2m_dealy 
-0x31dd 007937 rshift16 access ,pdata 
-0x31de 007938 rshift8 pdata ,pdata 
-0x31df 007939 rshift4 pdata ,temp 
-0x31e0 007940 copy temp ,pdata 
-0x31e1 007941 inject mod ,8 
-0x31e2 007942 copy temp ,pdata 
-0x31e3 007943 inject mod ,40 
-0x31e4 007944 branch g24_transmit_packet 
-:      007952 g24_transmit_prep:
-0x31e5 007953 bpatchx patch2e_3 ,mem_patch2e 
-0x31e6 007954 fetch 1 ,mem_24g_tx_phy 
-0x31e7 007955 bbit1 bit_le_coded_phy ,g24_lr_transmit_prep 
-0x31e8 007957 fetch 1 ,mem_24g_datalen 
-0x31e9 007958 increase 3 ,pdata 
-0x31ea 007959 store 1 ,mem_24g_txlen 
-0x31eb 007961 fetch 1 ,mem_24g_syncword_crc8 
-0x31ec 007962 store 1 ,mem_24g_txpayload 
-0x31ed 007964 fetch 1 ,mem_24g_data_type 
-0x31ee 007965 istore 1 ,contw 
-0x31ef 007967 fetch 1 ,mem_24g_datalen 
-:      007968 g24_transmit_prep_pdu:
-0x31f0 007969 lshift3 pdata ,pdata 
-0x31f1 007970 fetcht 1 ,mem_24g_pid 
-0x31f2 007971 and temp ,0x03 ,temp 
-0x31f3 007972 lshift temp ,temp 
-0x31f4 007973 ior temp ,pdata 
-0x31f5 007974 fetcht 1 ,mem_24g_no_ack 
-0x31f6 007975 iadd temp ,pdata 
-0x31f7 007976 istore 1 ,contw 
-0x31f8 007978 fetch 1 ,mem_24g_datalen 
-0x31f9 007979 iforce loopcnt 
-0x31fa 007980 arg mem_24g_txbuf ,contr 
-0x31fb 007981 call memcpy 
-0x31fc 007982 bpatchx patch2e_4 ,mem_patch2e 
-0x31fd 007984 rtnmark0 mark_24g_rxmode 
-0x31fe 007985 fetch 1 ,mem_rssi_hex 
-0x31ff 007986 istore 1 ,contw 
-0x3200 007987 fetch 1 ,mem_24g_tx_phy 
-0x3201 007988 rtnbit1 bit_le_coded_phy 
-0x3202 007989 fetch 1 ,mem_24g_txlen 
-0x3203 007990 increase 1 ,pdata 
-0x3204 007991 store 1 ,mem_24g_txlen 
-0x3205 007992 rtn 
-:      007994 g24_lr_transmit_prep:
-0x3206 007996 fetch 1 ,mem_24g_datalen 
-0x3207 007997 increase 4 ,pdata 
-0x3208 007998 bmark0 mark_24g_rxmode ,g24_lr_transmit_prep_skip 
-0x3209 007999 increase 1 ,pdata 
-:      008000 g24_lr_transmit_prep_skip:
-0x320a 008001 store 1 ,mem_24g_txlen 
-0x320b 008003 fetch 1 ,mem_24g_syncword_crc8 
-0x320c 008004 store 1 ,mem_24g_txpayload 
-0x320d 008006 fetch 1 ,mem_24g_txlen 
-0x320e 008007 increase -2 ,pdata 
-0x320f 008008 istore 1 ,contw 
-0x3210 008010 fetch 1 ,mem_24g_data_type 
-0x3211 008011 istore 1 ,contw 
-0x3212 008012 setarg 0 
-0x3213 008013 branch g24_transmit_prep_pdu 
-:      008015 g24_read_len_pid_crc:
-0x3214 008016 bpatchx patch2e_5 ,mem_patch2e 
-0x3215 008018 fetch 1 ,mem_24g_rxbuf + 1 
-0x3216 008019 rshift3 pdata ,pdata 
-0x3217 008020 store 1 ,mem_24g_rxdata_length 
-0x3218 008022 increase 1 ,pdata 
-0x3219 008023 arg mem_24g_rxbuf + 1 ,contr 
-0x321a 008024 iadd contr ,contr 
-0x321b 008025 ifetch 3 ,contr 
-0x321c 008026 store 3 ,mem_24g_sta_crc 
-0x321d 008028 fetch 1 ,mem_24g_rxbuf + 1 
-0x321e 008029 rshift pdata ,pdata 
-0x321f 008030 and pdata ,0x03 ,pdata 
-0x3220 008031 store 1 ,mem_24g_sta_pid 
-0x3221 008032 rtn 
-:      008035 g24_ch:
-0x3222 008036 bpatchx patch2e_6 ,mem_patch2e 
-0x3223 008037 fetcht 1 ,mem_24g_current_ch_number 
-0x3224 008038 call g24_ch_map_size 
-0x3225 008039 storet 1 ,mem_24g_current_ch_number 
-0x3226 008040 rtn 
-:      008042 g24_ch_map_size:
-0x3227 008043 bpatchx patch2e_7 ,mem_patch2e 
-0x3228 008044 call g24_ch_calc 
-0x3229 008045 increase 1 ,temp 
-0x322a 008046 and_into 3 ,temp 
-0x322b 008047 rtn 
-:      008049 g24_ch_calc:
-0x322c 008050 bpatchx patch2f_0 ,mem_patch2f 
-0x322d 008051 fetch 1 ,mem_24g_addr 
-0x322e 008052 and_into 0x03 ,pdata 
-0x322f 008053 mul32 pdata ,4 ,rega 
-0x3230 008054 setarg mem_24g_ch_map1 
-0x3231 008055 iadd rega ,pdata 
-0x3232 008056 iadd temp ,contr 
-0x3233 008057 ifetch 1 ,contr 
-0x3234 008058 store 1 ,mem_24g_ch 
-0x3235 008059 rtn 
-:      008062 g24_update_addr_and_synccrc8:
-0x3236 008063 store 4 ,mem_24g_addr 
-0x3237 008065 bpatchx patch2f_1 ,mem_patch2f 
-:      008066 g24_syncword_crc8:
-0x3238 008067 arg 0 ,rega 
-0x3239 008068 arg 4 ,loopcnt 
-0x323a 008069 arg mem_24g_addr ,contr 
-:      008070 g24_syncword_crc8_loop:
-0x323b 008071 ifetch 1 ,contr 
-0x323c 008072 iadd rega ,rega 
-0x323d 008073 loop g24_syncword_crc8_loop 
-0x323e 008074 copy rega ,pdata 
-0x323f 008075 store 2 ,mem_24g_syncword 
-0x3240 008076 fetch 1 ,mem_24g_syncword 
-0x3241 008077 fetcht 1 ,mem_24g_syncword + 1 
-0x3242 008078 iadd temp ,pdata 
-0x3243 008079 store 1 ,mem_24g_syncword_crc8 
-0x3244 008080 rtn 
-:      008083 g24_timer_check:
-0x3245 008084 bpatchx patch2f_2 ,mem_patch2f 
-0x3246 008085 call disable_user 
-0x3247 008086 fetcht 4 ,mem_24g_tx_btclk 
-0x3248 008087 copy clkn_bt ,pdata 
-0x3249 008088 isub temp ,null 
-0x324a 008089 ncall g24_timer_timeout ,positive 
-0x324b 008090 copy pdata ,regb 
-0x324c 008091 fetch 4 ,mem_24g_tx_btclk 
-0x324d 008092 fetcht 1 ,mem_24g_interval 
-0x324e 008093 iadd temp ,temp 
-0x324f 008094 copy regb ,pdata 
-0x3250 008095 isub temp ,null 
-0x3251 008096 nrtn positive 
-0x3252 008097 set0 28 ,pdata 
-0x3253 008098 store 4 ,mem_24g_tx_btclk 
-0x3254 008099 branch enable_user 
-:      008101 g24_timer_timeout:
-0x3255 008102 rtn zero 
-0x3256 008103 set1 28 ,pdata 
-0x3257 008104 rtn 
-:      008106 g24_timer_init:
-0x3258 008107 setarg 0 
-0x3259 008108 store 4 ,mem_24g_tx_btclk 
-0x325a 008109 rtn 
-:      008117 g24_chmap_param_init:
-0x325b 008118 bpatchx patch2f_3 ,mem_patch2f 
-0x325c 008119 setsect 0 ,0x1300 
-0x325d 008120 setsect 1 ,0x1908b 
-0x325e 008121 setsect 2 ,0x36150 
-0x325f 008122 setsect 3 ,0x3d20 
-0x3260 008123 store 9 ,mem_24g_ch_map1 
-0x3261 008124 setsect 0 ,0x3a1a 
-0x3262 008125 setsect 1 ,0xc453 
-0x3263 008126 setsect 2 ,0xd312 
-0x3264 008127 setsect 3 ,0x1 
-0x3265 008128 istore 7 ,contw 
-0x3266 008129 fetch 1 ,mem_24g_ch_map_update 
-0x3267 008130 rtn blank 
-0x3268 008131 arg mem_24g_ch_update_map1 ,contr 
-0x3269 008132 arg mem_24g_ch_map1 ,contw 
-0x326a 008133 branch memcpy16 
-:      008141 g24_chamap_param_update:
-0x326b 008142 bpatchx patch2f_4 ,mem_patch2f 
-0x326c 008143 setarg 0x4e001e 
-0x326d 008144 store 3 ,mem_24g_ch_update_map1 + 1 
-0x326e 008145 setarg 0x032303 
-0x326f 008146 istore 3 ,contw 
-0x3270 008147 setarg 0x250642 
-0x3271 008148 istore 3 ,contw 
-0x3272 008149 setarg 0x094c06 
-0x3273 008150 istore 3 ,contw 
-0x3274 008151 setarg 0x3c0927 
-0x3275 008152 istore 3 ,contw 
-0x3276 008153 jam 1 ,mem_24g_ch_map_update 
-0x3277 008154 rtn 
-:      008157 g24_rx_window_init:
-0x3278 008158 bpatchx patch2f_5 ,mem_patch2f 
-0x3279 008159 arg 0x6978 ,temp 
-0x327a 008160 bmark1 mark_24g_rxmode ,g24_rx_window_store 
-0x327b 008161 arg 0x12c0 ,temp 
-0x327c 008162 fetch 1 ,mem_24g_rx_phy 
-0x327d 008163 bbit0 2 ,g24_rx_window_store 
-0x327e 008164 arg 0x2ee0 ,temp 
-:      008165 g24_rx_window_store:
-0x327f 008166 storet 2 ,mem_24g_rx_window 
-0x3280 008167 rtn 
-:      008169 g24_enable_1m:
-0x3281 008170 jam 0x01 ,mem_24g_rx_phy 
-0x3282 008171 jam 0x01 ,mem_24g_tx_phy 
-0x3283 008172 rtn 
-:      008174 g24_enable_2m:
-0x3284 008175 jam 0x02 ,mem_24g_rx_phy 
-0x3285 008176 jam 0x02 ,mem_24g_tx_phy 
-0x3286 008177 rtn 
-:      008201 g24_pair_param_init:
-0x3287 008202 bpatchx patch2f_6 ,mem_patch2f 
-0x3288 008203 jam 0x4e ,mem_24g_pair_ch 
-0x3289 008204 setarg 0x101520 
-0x328a 008205 store 3 ,mem_24g_pair_addr 
-0x328b 008206 setarg 0x05 
-0x328c 008207 istore 1 ,contw 
-0x328d 008208 rtn 
-:      008214 g24_pair_timeout_timer:
-0x328e 008215 arg mem_24g_pair_timeout ,regc 
-0x328f 008216 arg g24_stop_24g_mode ,regb 
-0x3290 008217 branch timer_single_step_2b 
-:      008219 g24_pair_start:
-0x3291 008220 set1 mark_24g ,mark 
-0x3292 008221 fetch 1 ,mem_24g_conn_sm 
-0x3293 008222 set0 state_24g_reconn ,pdata 
-0x3294 008223 set1 state_24g_pair ,pdata 
-0x3295 008224 store 1 ,mem_24g_conn_sm 
-0x3296 008225 setarg 0 
-0x3297 008226 store 2 ,mem_24g_reconn_timeout 
-0x3298 008227 fetch 2 ,mem_24g_pair_timeout_init 
-0x3299 008228 store 2 ,mem_24g_pair_timeout 
-0x329a 008229 jam 0 ,mem_24g_pair_no_ack 
-0x329b 008230 call g24_pair_sm_reinit 
-:      008231 g24_pair_init_param:
-0x329c 008232 jam 0 ,mem_24g_pid 
-0x329d 008233 fetch 1 ,mem_24g_pair_ch 
-0x329e 008234 store 1 ,mem_24g_ch 
-0x329f 008235 fetch 1 ,mem_24g_pair_tx_power 
-0x32a0 008236 store 1 ,mem_tx_power 
-0x32a1 008237 fetch 4 ,mem_24g_pair_addr 
-0x32a2 008238 branch g24_update_addr_and_synccrc8 
-:      008241 g24_pair_dispatch:
-0x32a3 008242 bpatchx patch2f_7 ,mem_patch2f 
-0x32a4 008243 jam default_24g_device ,mem_24g_reconn_type 
-0x32a5 008244 fetch 2 ,mem_24g_pair_count 
-0x32a6 008245 increase 1 ,pdata 
-0x32a7 008246 store 2 ,mem_24g_pair_count 
-0x32a8 008247 fetch 1 ,mem_24g_pair_count 
-0x32a9 008248 and pdata ,0xff ,pdata 
-0x32aa 008249 nrtn blank 
-0x32ab 008250 fetch 1 ,mem_24g_pair_sm 
-0x32ac 008251 beq state_24g_pairing_success ,g24_pair_exit 
-0x32ad 008252 beq state_24g_pairing_1 ,g24_pair_sm_1 
-0x32ae 008253 beq state_24g_pairing_2 ,g24_pair_sm_2 
-0x32af 008254 beq state_24g_pairing_3 ,g24_pair_sm_3 
-0x32b0 008255 beq state_24g_pairing_4 ,g24_pair_sm_4 
-0x32b1 008256 rtn 
-:      008258 g24_pair_sm_1:
-0x32b2 008259 jam datatype_attemp ,mem_24g_txbuf 
-0x32b3 008260 branch g24_pair_sm_prep 
-:      008262 g24_pair_sm_2:
-0x32b4 008263 fetch 1 ,mem_24g_pair_switch 
-0x32b5 008264 branch g24_pair_sm_2_skip ,blank 
-0x32b6 008265 fetch 4 ,mem_24g_device_addr 
-0x32b7 008266 call g24_update_addr_and_synccrc8 
-:      008267 g24_pair_sm_2_skip:
-0x32b8 008268 jam datatype_bind ,mem_24g_txbuf 
-0x32b9 008269 branch g24_pair_sm_prep 
-:      008271 g24_pair_sm_3:
-0x32ba 008272 jam datatype_config ,mem_24g_txbuf 
-0x32bb 008273 fetch 1 ,mem_24g_pair_switch 
-0x32bc 008274 branch g24_pair_sm_prep ,blank 
-0x32bd 008275 fetch 4 ,mem_24g_receiver_addr 
-0x32be 008276 store 4 ,mem_24g_txbuf + 2 
-0x32bf 008277 branch g24_pair_sm_common 
-:      008279 g24_pair_sm_4:
-0x32c0 008280 jam datatype_ok ,mem_24g_txbuf 
-:      008281 g24_pair_sm_prep:
-0x32c1 008282 fetch 4 ,mem_24g_device_addr 
-0x32c2 008283 store 4 ,mem_24g_txbuf + 2 
-:      008284 g24_pair_sm_common:
-0x32c3 008285 fetch 1 ,mem_24g_data_type 
-0x32c4 008286 and_into bits_data ,pdata 
-0x32c5 008287 store 1 ,mem_24g_txbuf + 1 
-0x32c6 008288 jam 0 ,mem_24g_txbuf + 6 
-0x32c7 008289 jam 7 ,mem_24g_datalen 
-0x32c8 008290 call g24_transmit_prep 
-0x32c9 008291 call g24_transmit_receive_ack 
-0x32ca 008292 nrtn sync 
-0x32cb 008293 nrtn user3 
-0x32cc 008294 call g24_txbuf_clear 
-0x32cd 008295 call g24_ackpayload_parse 
-0x32ce 008296 bpatchx patch30_0 ,mem_patch30 
-0x32cf 008297 fetch 1 ,mem_24g_pair_sm 
-0x32d0 008298 rtneq state_24g_pairing_success 
-0x32d1 008299 beq state_24g_pairing_1 ,g24_pair_sm_1_waiting_ack 
-0x32d2 008300 beq state_24g_pairing_2 ,g24_pair_sm_2_waiting_ack 
-0x32d3 008301 beq state_24g_pairing_3 ,g24_pair_sm_3_waiting_ack 
-0x32d4 008302 beq state_24g_pairing_4 ,g24_pair_sm_4_waiting_ack 
-0x32d5 008303 rtn 
-:      008305 g24_pair_sm_reinit:
-0x32d6 008306 jam state_24g_pairing_2 ,mem_24g_pair_sm 
-0x32d7 008307 fetch 1 ,mem_24g_pair_switch 
-0x32d8 008308 rtn blank 
-0x32d9 008309 jam state_24g_pairing_1 ,mem_24g_pair_sm 
-0x32da 008310 rtn 
-:      008312 g24_pair_sm_1_waiting_ack:
-0x32db 008313 jam state_24g_pairing_2 ,mem_24g_pair_sm 
-0x32dc 008314 branch g24_transmit_abandon 
-:      008316 g24_pair_sm_2_waiting_ack:
-0x32dd 008317 fetch 1 ,mem_24g_pair_switch 
-0x32de 008318 branch g24_pair_sm_2_waiting_ack_skip ,blank 
-0x32df 008319 fetch 4 ,mem_24g_rxpayload + 2 
-0x32e0 008320 store 4 ,mem_24g_receiver_addr 
-:      008321 g24_pair_sm_2_waiting_ack_skip:
-0x32e1 008322 jam state_24g_pairing_3 ,mem_24g_pair_sm 
-0x32e2 008323 branch g24_transmit_abandon 
-:      008325 g24_pair_sm_3_waiting_ack:
-0x32e3 008326 fetch 1 ,mem_24g_pair_switch 
-0x32e4 008327 branch g24_pair_sm_3_waiting_ack_skip ,blank 
-0x32e5 008328 fetch 4 ,mem_24g_rxpayload + 2 
-0x32e6 008329 fetcht 4 ,mem_24g_device_addr 
-0x32e7 008330 isub temp ,null 
-0x32e8 008331 nrtn zero 
-:      008332 g24_pair_sm_3_waiting_ack_skip:
-0x32e9 008333 jam state_24g_pairing_4 ,mem_24g_pair_sm 
-0x32ea 008334 branch g24_transmit_abandon 
-:      008336 g24_pair_sm_4_waiting_ack:
-0x32eb 008337 fetch 1 ,mem_24g_pair_switch 
-0x32ec 008338 branch g24_pair_sm_4_waiting_ack_skip ,blank 
-0x32ed 008339 fetch 4 ,mem_24g_rxpayload + 2 
-0x32ee 008340 fetcht 4 ,mem_24g_receiver_addr 
-0x32ef 008341 isub temp ,null 
-0x32f0 008342 nrtn zero 
-:      008343 g24_pair_sm_4_waiting_ack_skip:
-0x32f1 008344 jam state_24g_pairing_success ,mem_24g_pair_sm 
-0x32f2 008345 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
-0x32f3 008346 call ui_ipc_send_event 
-0x32f4 008347 setarg 0 
-0x32f5 008348 store 2 ,mem_24g_pair_timeout 
-0x32f6 008349 fetch 4 ,mem_24g_rxpayload + 2 
-0x32f7 008350 call g24_update_addr_and_synccrc8 
-:      008351 g24_pair_exit:
-0x32f8 008352 fetch 1 ,mem_24g_conn_sm 
-0x32f9 008353 set0 state_24g_pair ,pdata 
-0x32fa 008354 store 1 ,mem_24g_conn_sm 
-0x32fb 008355 branch g24_transmit_abandon 
-:      008381 g24_bind_mode_enable:
-0x32fc 008382 jam dongle_bind ,mem_24g_work_mode 
-0x32fd 008383 jam clear_init ,mem_24g_mode_init 
-0x32fe 008384 rtn 
-:      008386 g24_bind_init:
-0x32ff 008387 fetch 1 ,mem_24g_mode_init 
-0x3300 008388 rtnbit1 dongle_bind 
-0x3301 008389 set1 dongle_bind ,pdata 
-0x3302 008390 store 1 ,mem_24g_mode_init 
-0x3303 008391 setarg 0 
-0x3304 008392 store 3 ,mem_24g_device1_bind_step 
-0x3305 008393 store 1 ,mem_24g_device1_bind_disable 
-0x3306 008394 store 1 ,mem_24g_device2_bind_disable 
-0x3307 008395 store 4 ,mem_24g_transmitter_addr 
-0x3308 008396 jam 1 ,mem_24g_ackpayload_enable 
-0x3309 008397 branch g24_pair_init_param 
-:      008400 g24_bind_ackpayload_prep:
-0x330a 008401 jam 1 ,mem_24g_ackpayload_enable 
-0x330b 008402 jam 0x08 ,mem_24g_datalen 
-0x330c 008403 arg mem_24g_bind_payload ,contr 
-0x330d 008404 arg mem_24g_txbuf ,contw 
-0x330e 008405 branch memcpy8 
-:      008408 g24_bind_data_process:
-0x330f 008409 bpatchx patch30_1 ,mem_patch30 
-0x3310 008410 call g24_rx_interrupt_clear 
-0x3311 008411 call g24_receive_packet 
-0x3312 008412 nbranch g24_rx_interrupt_clear ,user3 
-0x3313 008413 call g24_bind_data_parse 
-0x3314 008414 call g24_transmit_ack 
-0x3315 008415 call g24_bind_device_status_check 
-0x3316 008416 call dongle_kb_bind_soft_reset 
-0x3317 008417 fetch 1 ,mem_24g_pair_switch 
-0x3318 008418 rtn blank 
-0x3319 008419 fetch 4 ,mem_24g_transmitter_addr 
-0x331a 008420 rtn blank 
-0x331b 008421 branch g24_update_addr_and_synccrc8 
-:      008423 g24_bind_data_error:
-0x331c 008424 call g24_rx_interrupt_clear 
-0x331d 008425 branch g24_end_of_packet 
-:      008427 g24_bind_data_parse:
-0x331e 008428 jam bind_mode_continue ,mem_24g_bind_mode_continue 
-0x331f 008429 arg mem_24g_rxbuf ,contr 
-0x3320 008430 arg mem_24g_rxdata_temp ,contw 
-0x3321 008431 call memcpy8 
-0x3322 008432 bpatchx patch30_2 ,mem_patch30 
-0x3323 008433 fetch 1 ,mem_24g_rxdata_temp + 2 
-0x3324 008434 beq datatype_bind ,g24_bind_first_step 
-0x3325 008435 beq datatype_config ,g24_bind_second_step 
-0x3326 008436 beq datatype_ok ,g24_bind_third_step 
-0x3327 008437 beq datatype_attemp ,g24_data_attemp 
-0x3328 008438 rtn 
-:      008441 g24_bind_first_step:
-0x3329 008442 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x332a 008443 beq datatype_device1 ,g24_bind_first_step_device1 
-0x332b 008444 beq datatype_device2 ,g24_bind_first_step_device2 
-0x332c 008445 rtn 
-:      008447 g24_bind_first_step_device1:
-0x332d 008448 fetch 1 ,mem_24g_device1_bind_disable 
-0x332e 008449 nrtn blank 
-0x332f 008450 jam 1 ,mem_24g_device1_bind_step 
-:      008451 g24_bind_dvc1_payload_cfg:
-0x3330 008452 jam datatype_device1 ,mem_24g_bind_payload 
-:      008453 g24_bind_payload_cfg:
-0x3331 008454 jam 0x80 ,mem_24g_bind_payload + 1 
-0x3332 008455 fetch 6 ,mem_24g_lap 
-0x3333 008456 store 6 ,mem_24g_bind_payload + 2 
-0x3334 008457 rtn 
-:      008459 g24_bind_first_step_device2:
-0x3335 008460 fetch 1 ,mem_24g_device2_bind_disable 
-0x3336 008461 nrtn blank 
-0x3337 008462 jam 1 ,mem_24g_device2_bind_step 
-:      008463 g24_bind_dvc2_payload_cfg:
-0x3338 008464 jam datatype_device2 ,mem_24g_bind_payload 
-0x3339 008465 branch g24_bind_payload_cfg 
-:      008468 g24_bind_second_step:
-0x333a 008469 fetch 1 ,mem_24g_pair_switch 
-0x333b 008470 branch g24_bind_second_step_skip ,blank 
-0x333c 008471 fetch 4 ,mem_24g_rxdata_temp + 4 
-0x333d 008472 fetcht 4 ,mem_24g_lap 
-0x333e 008473 isub temp ,null 
-0x333f 008474 nrtn zero 
-:      008475 g24_bind_second_step_skip:
-0x3340 008476 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x3341 008477 beq datatype_device1 ,g24_bind_second_step_device1 
-0x3342 008478 beq datatype_device2 ,g24_bind_second_step_device2 
-0x3343 008479 rtn 
-:      008481 g24_bind_second_step_device1:
-0x3344 008482 fetch 1 ,mem_24g_device1_bind_disable 
-0x3345 008483 nrtn blank 
-0x3346 008484 fetch 1 ,mem_24g_device1_bind_step 
-0x3347 008485 beq 1 ,g24_bind_dvc1_step_set2 
-0x3348 008486 rtn 
-:      008487 g24_bind_dvc1_step_set2:
-0x3349 008488 jam 2 ,mem_24g_device1_bind_step 
-0x334a 008489 fetch 1 ,mem_24g_pair_switch 
-0x334b 008490 branch g24_bind_dvc1_payload_cfg ,blank 
-:      008491 g24_bind_dvc1_payload_cfg_transmitter_addr:
-0x334c 008492 jam datatype_device1 ,mem_24g_bind_payload 
-:      008493 g24_bind_payload_cfg_transmitter_addr:
-0x334d 008494 jam 0x80 ,mem_24g_bind_payload + 1 
-0x334e 008495 fetch 4 ,mem_24g_transmitter_addr 
-0x334f 008496 store 4 ,mem_24g_bind_payload + 2 
-0x3350 008497 branch enable_user 
-:      008499 g24_bind_second_step_device2:
-0x3351 008500 fetch 1 ,mem_24g_device2_bind_disable 
-0x3352 008501 nrtn blank 
-0x3353 008502 fetch 1 ,mem_24g_device2_bind_step 
-0x3354 008503 beq 1 ,g24_bind_dvc2_step_set2 
-0x3355 008504 rtn 
-:      008505 g24_bind_dvc2_step_set2:
-0x3356 008506 jam 2 ,mem_24g_device2_bind_step 
-0x3357 008507 fetch 1 ,mem_24g_pair_switch 
-0x3358 008508 branch g24_bind_dvc2_payload_cfg ,blank 
-0x3359 008509 jam datatype_device2 ,mem_24g_bind_payload 
-0x335a 008510 branch g24_bind_payload_cfg_transmitter_addr 
-:      008513 g24_bind_third_step:
-0x335b 008514 fetch 1 ,mem_24g_pair_switch 
-0x335c 008515 branch g24_bind_third_step_skip ,blank 
-0x335d 008516 fetch 4 ,mem_24g_rxdata_temp + 4 
-0x335e 008517 fetcht 4 ,mem_24g_transmitter_addr 
-0x335f 008518 isub temp ,null 
-0x3360 008519 nrtn zero 
-:      008520 g24_bind_third_step_skip:
-0x3361 008521 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x3362 008522 beq datatype_device1 ,g24_bind_third_step_device1 
-0x3363 008523 beq datatype_device2 ,g24_bind_third_step_device2 
-0x3364 008524 rtn 
-:      008526 g24_bind_third_step_device1:
-0x3365 008527 fetch 1 ,mem_24g_device1_bind_disable 
-0x3366 008528 nrtn blank 
-0x3367 008529 fetch 1 ,mem_24g_device1_bind_step 
-0x3368 008530 beq 2 ,g24_bind_dvc1_step_success 
-0x3369 008531 rtn 
-:      008532 g24_bind_dvc1_step_success:
-0x336a 008533 jam 1 ,mem_24g_device1_bind_disable 
-0x336b 008535 call g24_bind_dvc1_payload_cfg 
-0x336c 008536 fetch 1 ,mem_24g_bind_device_status 
-0x336d 008537 or_into 0x01 ,pdata 
-0x336e 008538 store 1 ,mem_24g_bind_device_status 
-:      008539 g24_bind_exit:
-0x336f 008540 setarg 0 
-0x3370 008541 store 2 ,mem_24g_device1_bind_step 
-0x3371 008542 rtn 
-:      008544 g24_bind_third_step_device2:
-0x3372 008545 fetch 1 ,mem_24g_device2_bind_disable 
-0x3373 008546 nrtn blank 
-0x3374 008547 fetch 1 ,mem_24g_device2_bind_step 
-0x3375 008548 bne 0 ,g24_bind_dvc2_step_success 
-0x3376 008549 rtn 
-:      008550 g24_bind_dvc2_step_success:
-0x3377 008551 jam 1 ,mem_24g_device2_bind_disable 
-0x3378 008553 call g24_bind_dvc2_payload_cfg 
-0x3379 008554 fetch 1 ,mem_24g_bind_device_status 
-0x337a 008555 or_into 0x02 ,pdata 
-0x337b 008556 store 1 ,mem_24g_bind_device_status 
-0x337c 008557 call g24_bind_exit 
-0x337d 008558 branch dongle_g24_store_dvc2_bind_flag 
-:      008560 g24_binding_device_check:
-0x337e 008561 fetch 1 ,mem_24g_work_mode 
-0x337f 008562 rtnne dongle_bind 
-0x3380 008563 fetch 1 ,mem_24g_pair_mode 
-0x3381 008564 nrtn blank 
-0x3382 008565 fetch 1 ,mem_24g_rxbuf + 3 
-0x3383 008566 beq datatype_device1 ,g24_binding_dvc1_status 
-0x3384 008567 beq datatype_device2 ,g24_binding_dvc2_status 
-0x3385 008568 rtn 
-:      008569 g24_binding_dvc1_status:
-0x3386 008570 fetch 1 ,mem_24g_bind_device_living 
-0x3387 008571 rtnbit0 0 
-:      008572 disable_user3:
-0x3388 008573 disable user3 
-0x3389 008574 rtn 
-:      008575 g24_binding_dvc2_status:
-0x338a 008576 fetch 1 ,mem_24g_bind_device_living 
-0x338b 008577 rtnbit0 1 
-0x338c 008578 branch disable_user3 
-:      008580 g24_binding_dvc1_living:
-0x338d 008581 fetch 1 ,mem_24g_pair_mode 
-0x338e 008582 nrtn blank 
-0x338f 008583 fetch 1 ,mem_24g_bind_device_living 
-0x3390 008584 or_into 0x01 ,pdata 
-0x3391 008585 store 1 ,mem_24g_bind_device_living 
-0x3392 008586 rtn 
-:      008588 g24_binding_dvc2_living:
-0x3393 008589 fetch 1 ,mem_24g_pair_mode 
-0x3394 008590 nrtn blank 
-0x3395 008591 fetch 1 ,mem_24g_bind_device_living 
-0x3396 008592 or_into 0x02 ,pdata 
-0x3397 008593 store 1 ,mem_24g_bind_device_living 
-0x3398 008594 rtn 
-:      008597 g24_bind_device_status_check:
-0x3399 008598 fetch 1 ,mem_24g_bind_device_status 
-0x339a 008599 rtn blank 
-:      008600 g24_bind_device_status:
-0x339b 008601 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x339c 008602 beq datatype_device1 ,g24_binding_dvc1_living 
-0x339d 008603 beq datatype_device2 ,g24_binding_dvc2_living 
-0x339e 008604 rtn 
-:      008623 g24_receive_init:
-0x339f 008624 set1 mark_24g_rxmode ,mark 
-0x33a0 008625 fetch 1 ,mem_tx_power 
-0x33a1 008626 store 1 ,mem_tx_power_temp 
-0x33a2 008627 branch rssi_receiver_buff_init 
-:      008629 g24_receive_dispatch:
-0x33a3 008630 fetch 2 ,mem_cb_24g_receive_process 
-0x33a4 008631 branch callback_func 
-:      008633 g24_ackpayload_prep:
-0x33a5 008634 bpatchx patch30_3 ,mem_patch30 
-0x33a6 008635 jam 0 ,mem_24g_datalen 
-0x33a7 008636 fetch 1 ,mem_24g_ackpayload_enable 
-0x33a8 008637 rtn blank 
-0x33a9 008638 fetch 2 ,mem_cb_24g_ackpayload 
-0x33aa 008639 branch callback_func 
-:      008642 g24_receive_packet_start:
-0x33ab 008643 call g24_receive_transmit_ack 
-0x33ac 008644 nbranch g24_rx_interrupt_clear ,user3 
-:      008645 g24_receive_packet_parse:
-0x33ad 008646 call g24_receive_packet_parse_pid_crc 
-0x33ae 008647 nbranch g24_rx_interrupt_clear ,user 
-0x33af 008648 fetch 1 ,mem_24g_rxdata_length 
-0x33b0 008649 branch g24_rx_interrupt_clear ,blank 
-0x33b1 008650 increase 2 ,pdata 
-0x33b2 008651 iforce loopcnt 
-0x33b3 008652 arg mem_24g_rxbuf ,contr 
-0x33b4 008653 arg mem_24g_rxdata_temp ,contw 
-0x33b5 008654 call memcpy 
-0x33b6 008655 jam 0 ,mem_24g_mode_switch 
-0x33b7 008656 fetch 1 ,mem_24g_pair_mode 
-0x33b8 008657 call g24_enable_nodata_timer ,blank 
-0x33b9 008658 bpatchx patch30_4 ,mem_patch30 
-0x33ba 008659 fetch 1 ,mem_24g_rxdata_temp + 2 
-0x33bb 008660 beq datatype_device1 ,g24_data_device1 
-0x33bc 008661 beq datatype_device2 ,g24_data_device2 
-0x33bd 008662 beq datatype_attemp ,g24_data_receive_attemp 
-:      008663 g24_rx_interrupt_clear:
-0x33be 008664 bpatchx patch30_5 ,mem_patch30 
-0x33bf 008665 arg mem_24g_rxbuf ,contw 
-0x33c0 008666 arg 66 ,loopcnt 
-0x33c1 008667 branch clear_mem 
-:      008669 g24_data_receive_attemp:
-0x33c2 008670 call g24_bind_device_status 
-0x33c3 008671 branch g24_data_attemp 
-:      008673 g24_data_device1:
-0x33c4 008674 call g24_binding_dvc1_living 
-0x33c5 008675 call g24_ch_timer_reinit 
-0x33c6 008676 fetch 1 ,mem_24g_abort_packet 
-0x33c7 008677 fetcht 1 ,mem_24g_rxdata_temp 
-0x33c8 008678 isolate1 bit_abort ,temp 
-0x33c9 008679 setflag true ,0 ,pdata 
-0x33ca 008680 store 1 ,mem_24g_abort_packet 
-0x33cb 008681 beq 1 ,g24_data_attemp_device1_abort 
-0x33cc 008682 fetch 1 ,mem_24g_hop_packet 
-0x33cd 008683 fetcht 1 ,mem_24g_rxdata_temp 
-0x33ce 008684 isolate1 bit_hop ,temp 
-0x33cf 008685 setflag true ,0 ,pdata 
-0x33d0 008686 store 1 ,mem_24g_hop_packet 
-0x33d1 008687 fetch 2 ,mem_cb_24g_data_device1 
-0x33d2 008688 branch callback_func 
-:      008690 g24_data_device2:
-0x33d3 008691 call g24_binding_dvc2_living 
-0x33d4 008692 fetcht 1 ,mem_24g_rxdata_temp 
-0x33d5 008693 isolate1 bit_abort ,temp 
-0x33d6 008694 branch g24_data_attemp_device2_abort ,true 
-0x33d7 008695 fetch 2 ,mem_cb_24g_data_device2 
-0x33d8 008696 branch callback_func 
-:      008698 g24_data_attemp_device1_abort:
-0x33d9 008699 fetch 1 ,mem_device_option 
-0x33da 008700 sub pdata ,dvc_op_car ,null 
-0x33db 008701 call car_stop_blink ,zero 
-0x33dc 008702 fetch 1 ,mem_24g_device1_bind_disable 
-0x33dd 008703 nrtn blank 
-0x33de 008704 jam 1 ,mem_24g_device1_bind_disable 
-0x33df 008705 fetch 4 ,mem_24g_rxdata_temp + 10 
-0x33e0 008706 branch g24_store_device1_addr 
-:      008707 g24_data_attemp_device2_abort:
-0x33e1 008708 fetch 4 ,mem_24g_rxdata_temp + 10 
-0x33e2 008709 branch g24_store_device2_addr 
-:      008712 g24_receive_packet_parse_pid_crc:
-0x33e3 008713 call disable_user 
-0x33e4 008714 fetch 1 ,mem_24g_sta_pid 
-0x33e5 008715 fetcht 1 ,mem_24g_last_pid 
-0x33e6 008716 isub temp ,null 
-0x33e7 008717 ncall enable_user ,zero 
-0x33e8 008718 fetch 1 ,mem_24g_sta_pid 
-0x33e9 008719 store 1 ,mem_24g_last_pid 
-0x33ea 008720 fetch 3 ,mem_24g_sta_crc 
-0x33eb 008721 fetcht 3 ,mem_24g_last_crc 
-0x33ec 008722 isub temp ,null 
-0x33ed 008723 ncall enable_user ,zero 
-0x33ee 008724 fetch 3 ,mem_24g_sta_crc 
-0x33ef 008725 store 3 ,mem_24g_last_crc 
-0x33f0 008726 rtn 
-:      008728 g24_receive_transmit_ack:
-0x33f1 008729 call g24_rx_interrupt_clear 
-0x33f2 008730 call g24_receive_packet 
-0x33f3 008731 nrtn user3 
-:      008732 g24_transmit_ack:
-0x33f4 008734 fetch 1 ,mem_24g_rxbuf 
-0x33f5 008735 store 1 ,mem_24g_data_type 
-0x33f6 008737 call g24_read_len_pid_crc 
-0x33f7 008739 fetch 1 ,mem_24g_rxbuf + 1 
-0x33f8 008740 isolate1 bit_ack_24g ,pdata 
-0x33f9 008741 branch g24tx_no_ack ,true 
-:      008742 g24tx_with_ack:
-0x33fa 008743 call g24_ackpayload_prep 
-0x33fb 008744 call g24_transmit_prep 
-0x33fc 008745 call g24_transmit 
-:      008746 g24tx_no_ack:
-0x33fd 008747 branch g24_end_of_packet 
-:      008750 g24_enable_nodata_timer:
-0x33fe 008751 jam 1 ,mem_24g_nodata_timer_enable 
-:      008752 g24_enable_nodata_timer_init:
-0x33ff 008753 setarg timer_nodata_delay 
-0x3400 008754 arg g24_timer_nodata ,queue 
-0x3401 008755 branch timer_init 
-:      008761 g24_mode_switch_init:
-0x3402 008762 bpatchx patch30_6 ,mem_patch30 
-0x3403 008763 jam 1 ,mem_24g_mode_switch 
-0x3404 008764 jam 0 ,mem_24g_time_slice 
-0x3405 008765 jam 0xff ,mem_24g_interval 
-0x3406 008766 branch g24_timer_init 
-:      008768 g24_mode_switch_bind_work:
-0x3407 008769 bpatchx patch30_7 ,mem_patch30 
-0x3408 008770 fetch 1 ,mem_24g_mode_switch 
-0x3409 008771 rtn blank 
-0x340a 008772 call g24_timer_check 
-0x340b 008773 nrtn user 
-0x340c 008774 call g24_bind_mode_continue 
-0x340d 008775 fetch 1 ,mem_24g_time_slice 
-0x340e 008776 increase 1 ,pdata 
-0x340f 008777 and_into 1 ,pdata 
-0x3410 008778 store 1 ,mem_24g_time_slice 
-0x3411 008779 beq 0 ,g24_work_mode_switch 
-0x3412 008780 beq 1 ,g24_bind_mode_switch 
-0x3413 008781 rtn 
-:      008783 g24_bind_mode_continue:
-0x3414 008784 fetch 1 ,mem_24g_bind_mode_continue 
-0x3415 008785 rtn blank 
-0x3416 008786 increase -1 ,pdata 
-0x3417 008787 store 1 ,mem_24g_bind_mode_continue 
-0x3418 008788 rtn 
-:      008790 g24_work_mode_switch:
-0x3419 008791 fetch 1 ,mem_24g_bind_mode_continue 
-0x341a 008792 nrtn blank 
-0x341b 008793 branch g24_switch_work_mode 
-:      008795 g24_bind_mode_switch:
-0x341c 008796 fetch 1 ,mem_24g_bind_mode_continue 
-0x341d 008797 nrtn blank 
-0x341e 008798 branch g24_bind_mode_enable 
-:      008801 g24_mode_b_s_switch_init:
-0x341f 008802 fetch 1 ,mem_24g_b_s_mode_switch_disable 
-0x3420 008803 nrtn blank 
-0x3421 008804 fetch 1 ,mem_24g_mode_b_s_switch_exit 
-0x3422 008805 call g24_mode_b_s_switch_start ,blank 
-0x3423 008806 fetch 1 ,mem_24g_mode_b_s_switch_init 
-0x3424 008807 rtnbit1 0 
-0x3425 008808 set1 0 ,pdata 
-0x3426 008809 store 1 ,mem_24g_mode_b_s_switch_init 
-0x3427 008810 jam 1 ,mem_24g_mode_b_s_switch 
-0x3428 008811 jam 0 ,mem_24g_b_s_time_slice 
-0x3429 008812 setarg 0 
-0x342a 008813 store 2 ,mem_24g_mode_b_s_switch_cnt 
-0x342b 008814 jam 0x60 ,mem_24g_interval 
-0x342c 008815 branch g24_timer_init 
-:      008817 g24_mode_switch_bind_search:
-0x342d 008818 bpatchx patch31_0 ,mem_patch31 
-0x342e 008819 fetch 1 ,mem_24g_work_mode 
-0x342f 008820 rtneq dongle_work 
-0x3430 008821 fetch 1 ,mem_24g_b_s_mode_switch_disable 
-0x3431 008822 nrtn blank 
-0x3432 008823 fetch 1 ,mem_24g_mode_b_s_switch_exit 
-0x3433 008824 nrtn blank 
-0x3434 008825 fetch 1 ,mem_24g_mode_b_s_switch 
-0x3435 008826 rtn blank 
-0x3436 008827 fetch 1 ,mem_24g_bind_device_living 
-0x3437 008828 compare 3 ,pdata ,3 
-0x3438 008829 branch g24_mode_b_s_switch_exit ,true 
-0x3439 008830 call g24_timer_check 
-0x343a 008831 nrtn user 
-0x343b 008832 fetch 2 ,mem_24g_mode_b_s_switch_cnt 
-0x343c 008833 increase 1 ,pdata 
-0x343d 008834 store 2 ,mem_24g_mode_b_s_switch_cnt 
-0x343e 008835 arg 0x7d0 ,temp 
-0x343f 008836 isub temp ,null 
-0x3440 008837 branch g24_mode_b_s_switch_exit ,positive 
-0x3441 008838 fetch 1 ,mem_24g_b_s_time_slice 
-0x3442 008839 increase 1 ,pdata 
-0x3443 008840 and_into 1 ,pdata 
-0x3444 008841 store 1 ,mem_24g_b_s_time_slice 
-0x3445 008842 beq 0 ,g24_search_mode_enable 
-0x3446 008843 beq 1 ,g24_bind_mode_enable 
-0x3447 008844 rtn 
-:      008846 g24_mode_switch_search:
-0x3448 008847 fetch 1 ,mem_24g_bind_mode_continue 
-0x3449 008848 nbranch g24_bind_mode_enable ,blank 
-0x344a 008849 branch g24_search_mode_enable 
-:      008851 g24_mode_b_s_switch_exit:
-0x344b 008852 jam 1 ,mem_24g_mode_b_s_switch_exit 
-0x344c 008853 branch g24_search_mode_enable 
-:      008855 g24_mode_b_s_switch_stop:
-0x344d 008856 jam 0 ,mem_24g_mode_b_s_switch 
-0x344e 008857 rtn 
-:      008858 g24_mode_b_s_switch_start:
-0x344f 008859 jam 1 ,mem_24g_mode_b_s_switch 
-0x3450 008860 rtn 
-:      008871 g24_work_init:
-0x3451 008872 bpatchx patch31_1 ,mem_patch31 
-0x3452 008873 fetch 1 ,mem_24g_mode_init 
-0x3453 008874 rtnbit1 dongle_work 
-0x3454 008875 set1 dongle_work ,pdata 
-0x3455 008876 store 1 ,mem_24g_mode_init 
-0x3456 008877 fetch 1 ,mem_tx_power_temp 
-0x3457 008878 store 1 ,mem_tx_power 
-0x3458 008879 jam 0 ,mem_24g_ackpayload_enable 
-0x3459 008880 jam 0 ,mem_usb_tx_enable 
-0x345a 008881 jam 1 ,mem_24g_abort_packet 
-0x345b 008882 jam 0 ,mem_24g_pid 
-0x345c 008883 fetch 4 ,mem_24g_lap 
-0x345d 008884 call g24_update_addr_and_synccrc8 
-0x345e 008885 call g24_ch 
-0x345f 008886 branch g24_rx_interrupt_clear 
-:      008889 g24_switch_work_mode:
-0x3460 008890 jam 0 ,mem_24g_ackpayload_enable 
-:      008891 g24_work_mode_enable:
-0x3461 008892 jam dongle_work ,mem_24g_work_mode 
-0x3462 008893 jam clear_init ,mem_24g_mode_init 
-0x3463 008894 rtn 
-:      008897 g24_work_mode_start:
-0x3464 008898 fetch 1 ,mem_24g_work_mode 
-0x3465 008899 rtnne dongle_work 
-0x3466 008900 call g24_work_init 
-0x3467 008901 call g24_ch_process 
-0x3468 008902 branch g24_receive_packet_start 
-:      008915 g24_bind_mode_auto:
-0x3469 008916 bpatchx patch31_2 ,mem_patch31 
-0x346a 008917 fetch 1 ,mem_24g_work_mode 
-0x346b 008918 rtnne dongle_bind 
-0x346c 008919 call g24_bind_init 
-0x346d 008920 call g24_bind_data_process 
-0x346e 008921 fetch 1 ,mem_24g_pair_mode 
-0x346f 008922 nrtn blank 
-0x3470 008923 fetch 1 ,mem_24g_bind_device_status 
-0x3471 008924 rtn blank 
-0x3472 008925 jam 0 ,mem_24g_mode_switch 
-0x3473 008926 call g24_switch_work_mode 
-0x3474 008927 call g24_enable_nodata_timer 
-0x3475 008928 branch g24_timer_init 
-:      008940 g24_search_mode_init:
-0x3476 008941 fetch 1 ,mem_24g_mode_init 
-0x3477 008942 rtnbit1 dongle_search 
-0x3478 008943 set1 dongle_search ,pdata 
-0x3479 008944 store 1 ,mem_24g_mode_init 
-0x347a 008945 fetch 1 ,mem_tx_power_temp 
-0x347b 008946 store 1 ,mem_tx_power 
-0x347c 008948 jam 0 ,mem_24g_time_slice 
-0x347d 008949 jam 1 ,mem_24g_ackpayload_enable 
-0x347e 008950 setarg 0 
-0x347f 008951 store 3 ,mem_rssi_noise_self_index 
-0x3480 008952 store 7 ,mem_24g_self_config_ch_once 
-0x3481 008953 call g24_receiver_addr_check 
-0x3482 008954 nrtn zero 
-0x3483 008955 fetch 1 ,mem_24g_current_ch_number 
-0x3484 008956 store 1 ,mem_24g_self_ch_number 
-0x3485 008957 fetch 1 ,mem_24g_ch 
-0x3486 008958 store 1 ,mem_24g_self_last_ch 
-0x3487 008959 rtn 
-:      008962 g24_search_mode_auto:
-0x3488 008963 bpatchx patch31_3 ,mem_patch31 
-0x3489 008964 fetch 1 ,mem_24g_work_mode 
-0x348a 008965 rtnne dongle_search 
-0x348b 008966 call g24_search_mode_init 
-0x348c 008967 call g24_auto_addr_ch_search 
-0x348d 008968 call g24_receive_transmit_ack 
-0x348e 008969 nbranch g24_rx_interrupt_clear ,user3 
-0x348f 008971 call g24_receiver_addr_check 
-0x3490 008972 call g24_receive_packet_parse ,zero 
-0x3491 008974 fetch 1 ,mem_24g_abort_packet 
-0x3492 008975 call g24_mode_b_s_switch_stop ,blank 
-0x3493 008978 jam dongle_work ,mem_24g_work_mode 
-0x3494 008979 fetch 1 ,mem_24g_mode_init 
-0x3495 008980 set1 dongle_work ,pdata 
-0x3496 008981 store 1 ,mem_24g_mode_init 
-0x3497 008983 fetch 1 ,mem_24g_ackpayload_enable 
-0x3498 008984 sub pdata ,2 ,null 
-0x3499 008985 ncall g24_ackpayload_disable ,zero 
-0x349a 008987 call g24_rx_interrupt_clear 
-0x349b 008988 call g24_enable_nodata_timer 
-0x349c 008989 call g24_receiver_addr_check 
-0x349d 008990 branch g24_self_ch_num_reinit ,zero 
-0x349e 008991 fetch 4 ,mem_24g_addr 
-0x349f 008992 fetcht 4 ,mem_24g_device2_addr 
-0x34a0 008993 isub temp ,null 
-0x34a1 008994 branch g24_device2_ch_num_reinit ,zero 
-0x34a2 008995 fetch 4 ,mem_24g_addr 
-0x34a3 008996 fetcht 4 ,mem_24g_device1_addr 
-0x34a4 008997 isub temp ,null 
-0x34a5 008998 branch g24_device1_ch_num_reinit ,zero 
-0x34a6 008999 rtn 
-:      009002 g24_self_ch_num_reinit:
-0x34a7 009003 fetch 1 ,mem_24g_self_ch_number 
-:      009004 g24_current_ch_num_reinit:
-0x34a8 009005 store 1 ,mem_24g_current_ch_number 
-0x34a9 009006 rtn 
-:      009008 g24_device2_ch_num_reinit:
-0x34aa 009009 fetch 1 ,mem_24g_device2_ch_number 
-0x34ab 009010 branch g24_current_ch_num_reinit 
-:      009012 g24_device1_ch_num_reinit:
-0x34ac 009013 fetch 1 ,mem_24g_device1_ch_number 
-0x34ad 009014 branch g24_current_ch_num_reinit 
-:      009017 g24_auto_addr_ch_search:
-0x34ae 009018 bpatchx patch31_4 ,mem_patch31 
-0x34af 009019 fetch 1 ,mem_24g_time_slice 
-0x34b0 009020 increase 1 ,pdata 
-0x34b1 009021 and_into 3 ,pdata 
-0x34b2 009022 store 1 ,mem_24g_time_slice 
-0x34b3 009024 beq 0 ,g24_auto_bind_config_device2 
-0x34b4 009025 beq 1 ,g24_auto_bind_config_self 
-0x34b5 009026 beq 2 ,g24_auto_bind_config_device1 
-0x34b6 009027 beq 3 ,g24_auto_bind_config_self 
-0x34b7 009028 rtn 
-:      009030 g24_auto_bind_config_device1:
-0x34b8 009031 call g24_bind_dvc1_payload_cfg 
-0x34b9 009032 fetch 4 ,mem_24g_device1_addr 
-0x34ba 009033 branch g24_auto_addr_ch_search ,blank 
-0x34bb 009034 call g24_update_addr_and_synccrc8 
-0x34bc 009035 fetch 1 ,mem_24g_device1_config_ch_once 
-0x34bd 009036 call g24_device1_config_ch_once ,blank 
-0x34be 009037 fetch 1 ,mem_24g_device1_last_ch 
-0x34bf 009038 store 1 ,mem_24g_ch 
-0x34c0 009039 fetcht 1 ,mem_rssi_noise_device1_index 
-0x34c1 009040 fetchr rega ,2 ,mem_rssi_noise_device1_buffer_ptr 
-0x34c2 009041 call rssi_store 
-0x34c3 009042 storet 1 ,mem_rssi_noise_device1_index 
-0x34c4 009043 call rssi_average 
-0x34c5 009044 storet 1 ,mem_rssi_noise_device1_avg 
-0x34c6 009045 sub temp ,rssi_thresh_noise ,null 
-0x34c7 009046 nrtn positive 
-0x34c8 009047 fetcht 1 ,mem_24g_device1_ch_number 
-0x34c9 009048 call g24_ch_map_size 
-0x34ca 009049 storet 1 ,mem_24g_device1_ch_number 
-0x34cb 009050 store 1 ,mem_24g_device1_last_ch 
-0x34cc 009051 rtn 
-:      009053 g24_device1_config_ch_once:
-0x34cd 009054 jam 1 ,mem_24g_device1_config_ch_once 
-0x34ce 009055 arg 0 ,temp 
-0x34cf 009056 call g24_ch_calc 
-0x34d0 009057 store 1 ,mem_24g_device1_last_ch 
-0x34d1 009058 rtn 
-:      009060 g24_auto_bind_config_device2:
-0x34d2 009061 call g24_bind_dvc2_payload_cfg 
-0x34d3 009062 fetch 4 ,mem_24g_device2_addr 
-0x34d4 009063 branch g24_auto_addr_ch_search ,blank 
-0x34d5 009064 call g24_update_addr_and_synccrc8 
-0x34d6 009065 fetch 1 ,mem_24g_device2_config_ch_once 
-0x34d7 009066 call g24_device2_config_ch_once ,blank 
-0x34d8 009067 fetch 1 ,mem_24g_device2_last_ch 
-0x34d9 009068 store 1 ,mem_24g_ch 
-0x34da 009069 fetcht 1 ,mem_rssi_noise_device2_index 
-0x34db 009070 fetchr rega ,2 ,mem_rssi_noise_device2_buffer_ptr 
-0x34dc 009071 call rssi_store 
-0x34dd 009072 storet 1 ,mem_rssi_noise_device2_index 
-0x34de 009073 call rssi_average 
-0x34df 009074 storet 1 ,mem_rssi_noise_device2_avg 
-0x34e0 009075 sub temp ,rssi_thresh_noise ,null 
-0x34e1 009076 nrtn positive 
-0x34e2 009077 fetcht 1 ,mem_24g_device2_ch_number 
-0x34e3 009078 call g24_ch_map_size 
-0x34e4 009079 storet 1 ,mem_24g_device2_ch_number 
-0x34e5 009080 store 1 ,mem_24g_device2_last_ch 
-0x34e6 009081 rtn 
-:      009083 g24_device2_config_ch_once:
-0x34e7 009084 jam 1 ,mem_24g_device2_config_ch_once 
-0x34e8 009085 arg 0 ,temp 
-0x34e9 009086 call g24_ch_calc 
-0x34ea 009087 store 1 ,mem_24g_device2_last_ch 
-0x34eb 009088 rtn 
-:      009090 g24_auto_bind_config_self:
-0x34ec 009091 call g24_bind_dvc1_payload_cfg 
-0x34ed 009092 fetch 4 ,mem_24g_lap 
-0x34ee 009093 call g24_update_addr_and_synccrc8 
-0x34ef 009094 fetch 1 ,mem_24g_self_config_ch_once 
-0x34f0 009095 call g24_self_config_ch_once ,blank 
-0x34f1 009096 fetch 1 ,mem_24g_self_last_ch 
-0x34f2 009097 store 1 ,mem_24g_ch 
-0x34f3 009098 fetcht 1 ,mem_rssi_noise_self_index 
-0x34f4 009099 fetchr rega ,2 ,mem_rssi_noise_self_buffer_ptr 
-0x34f5 009100 call rssi_store 
-0x34f6 009101 storet 1 ,mem_rssi_noise_self_index 
-0x34f7 009102 call rssi_average 
-0x34f8 009103 storet 1 ,mem_rssi_noise_self_avg 
-0x34f9 009104 sub temp ,rssi_thresh_noise ,null 
-0x34fa 009105 nrtn positive 
-0x34fb 009106 fetcht 1 ,mem_24g_self_ch_number 
-0x34fc 009107 call g24_ch_map_size 
-0x34fd 009108 storet 1 ,mem_24g_self_ch_number 
-0x34fe 009109 store 1 ,mem_24g_self_last_ch 
-0x34ff 009110 rtn 
-:      009112 g24_self_config_ch_once:
-0x3500 009113 jam 1 ,mem_24g_self_config_ch_once 
-0x3501 009114 fetch 1 ,mem_24g_self_last_ch 
-0x3502 009115 store 1 ,mem_24g_ch 
-0x3503 009116 rtn 
-:      009119 g24_ackpayload_disable:
-0x3504 009120 jam 0 ,mem_24g_ackpayload_enable 
-0x3505 009121 rtn 
-:      009124 g24_receiver_addr_check:
-0x3506 009125 fetch 4 ,mem_24g_addr 
-0x3507 009126 fetcht 4 ,mem_24g_lap 
-0x3508 009127 isub temp ,null 
-0x3509 009128 rtn 
-:      009140 g24_nodata_process:
-0x350a 009141 fetch 1 ,mem_24g_ackpayload_enable 
-0x350b 009142 rtneq 2 
-0x350c 009143 fetch 1 ,mem_24g_nodata_timer_enable 
-0x350d 009144 rtn blank 
-0x350e 009145 arg g24_timer_nodata ,queue 
-0x350f 009146 call timer_check 
-0x3510 009147 nrtn blank 
-0x3511 009148 jam 0 ,mem_24g_nodata_timer_enable 
-0x3512 009149 jam 0 ,mem_24g_bind_mode_continue 
-0x3513 009150 call g24_mode_b_s_switch_init 
-:      009152 g24_search_mode_enable:
-0x3514 009153 bpatchx patch31_5 ,mem_patch31 
-0x3515 009154 jam dongle_search ,mem_24g_work_mode 
-0x3516 009155 jam clear_init ,mem_24g_mode_init 
-0x3517 009156 branch g24_rx_interrupt_clear 
-:      009162 g24_ch_process:
-0x3518 009163 bpatchx patch31_6 ,mem_patch31 
-0x3519 009164 fetch 1 ,mem_24g_abort_packet 
-0x351a 009165 beq 1 ,rssi_noise_monitor 
-0x351b 009166 fetch 1 ,mem_24g_hop_packet 
-0x351c 009167 beq 1 ,g24_ch_receive_hop_pac 
-0x351d 009168 fetcht 4 ,mem_24g_hop_btclk 
-0x351e 009169 copy clkn_bt ,pdata 
-0x351f 009170 isub temp ,null 
-0x3520 009171 ncall g24_timer_timeout ,positive 
-0x3521 009172 copy pdata ,regb 
-0x3522 009173 fetch 4 ,mem_24g_hop_btclk 
-0x3523 009174 fetcht 1 ,mem_24g_hop_interval 
-0x3524 009175 iadd temp ,temp 
-0x3525 009176 copy regb ,pdata 
-0x3526 009177 isub temp ,null 
-0x3527 009178 nrtn positive 
-0x3528 009179 set0 28 ,pdata 
-0x3529 009180 store 4 ,mem_24g_hop_btclk 
-0x352a 009181 jam 1 ,mem_24g_abort_packet 
-0x352b 009182 branch g24_ch 
-:      009184 g24_ch_receive_hop_pac:
-0x352c 009185 jam 0 ,mem_24g_hop_packet 
-0x352d 009186 branch g24_ch 
-:      009188 g24_ch_timer_reinit:
-0x352e 009189 copy clkn_bt ,pdata 
-0x352f 009190 store 4 ,mem_24g_hop_btclk 
-0x3530 009191 rtn 
-:      009196 g24_reconn_timeout_timer:
-0x3531 009197 arg mem_24g_reconn_timeout ,regc 
-0x3532 009198 arg g24_stop_24g_mode ,regb 
-0x3533 009199 branch timer_single_step_2b 
-:      009202 g24_reconn_start:
-0x3534 009203 bpatchx patch31_7 ,mem_patch31 
-0x3535 009204 set1 mark_24g ,mark 
-0x3536 009205 fetch 1 ,mem_24g_conn_sm 
-0x3537 009206 set0 state_24g_pair ,pdata 
-0x3538 009207 set1 state_24g_reconn ,pdata 
-0x3539 009208 store 1 ,mem_24g_conn_sm 
-0x353a 009209 fetch 1 ,mem_24g_fast_conn_enable 
-0x353b 009210 branch g24_reconn_receiver_addr ,blank 
-0x353c 009211 fetch 1 ,mem_24g_reconn_type 
-0x353d 009212 beq fast_conn_and_receiver ,g24_reconn_fast_conn 
-0x353e 009213 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn 
-0x353f 009214 beq receiver_and_3_0_addr ,g24_reconn_device_3_0_addr 
-0x3540 009215 beq pair_and_3_0_addr ,g24_reconn_device_3_0_addr 
-:      009216 g24_reconn_fast_conn:
-0x3541 009217 fetch 1 ,mem_24g_pair_tx_power 
-0x3542 009218 store 1 ,mem_tx_power 
-0x3543 009219 fetcht 1 ,mem_24g_fast_conn_temp_ch 
-0x3544 009220 storet 1 ,mem_24g_current_ch_number 
-0x3545 009221 fetch 4 ,mem_24g_fast_conn_addr 
-0x3546 009222 call g24_ch_syncword_crc8_init 
-0x3547 009223 storet 1 ,mem_24g_fast_conn_temp_ch 
-0x3548 009224 rtn 
-:      009226 g24_reconn_receiver_addr:
-0x3549 009227 jam tx_power_3db ,mem_tx_power 
-0x354a 009228 fetcht 1 ,mem_24g_receiver_temp_ch 
-0x354b 009229 storet 1 ,mem_24g_current_ch_number 
-0x354c 009230 fetch 4 ,mem_24g_receiver_addr 
-0x354d 009231 call g24_ch_syncword_crc8_init 
-0x354e 009232 storet 1 ,mem_24g_receiver_temp_ch 
-0x354f 009233 rtn 
-:      009235 g24_reconn_device_3_0_addr:
-0x3550 009236 jam tx_power_3db ,mem_tx_power 
-0x3551 009237 fetcht 1 ,mem_24g_device_temp_ch 
-0x3552 009238 storet 1 ,mem_24g_current_ch_number 
-0x3553 009239 fetch 4 ,mem_24g_device_addr 
-0x3554 009240 call g24_ch_syncword_crc8_init 
-0x3555 009241 storet 1 ,mem_24g_device_temp_ch 
-0x3556 009242 rtn 
-:      009244 g24_store_receiver_addr:
-0x3557 009245 fetch 4 ,mem_24g_rxpayload + 2 
-0x3558 009246 rtn blank 
-0x3559 009247 store 4 ,mem_24g_receiver_addr 
-:      009248 g24_ch_syncword_crc8_init:
-0x355a 009249 call g24_update_addr_and_synccrc8 
-0x355b 009250 branch g24_ch 
-:      009253 g24_reconn_dispatch:
-0x355c 009254 bpatchx patch32_0 ,mem_patch32 
-0x355d 009255 fetch 2 ,mem_24g_reconn_count 
-0x355e 009256 arg 0x01f8 ,temp 
-0x355f 009257 iand temp ,pdata 
-0x3560 009258 branch g24_reconn_dispatch_next ,blank 
-0x3561 009259 fetch 2 ,mem_24g_reconn_count 
-0x3562 009260 increase 1 ,pdata 
-0x3563 009261 store 2 ,mem_24g_reconn_count 
-0x3564 009262 rtn 
-:      009264 g24_reconn_dispatch_next:
-0x3565 009265 call g24_reconn_data_prep 
-0x3566 009266 call g24_transmit_receive_ack 
-0x3567 009267 nbranch g24_reconn_device_fail ,sync 
-0x3568 009268 nbranch g24_reconn_device_fail ,user3 
-0x3569 009269 call g24_ackpayload_parse 
-0x356a 009270 fetch 4 ,mem_24g_pair_addr 
-0x356b 009271 fetcht 4 ,mem_24g_addr 
-0x356c 009272 isub temp ,null 
-0x356d 009273 branch g24_pair_start ,zero 
-0x356e 009274 fetch 4 ,mem_24g_device_addr 
-0x356f 009275 fetcht 4 ,mem_24g_addr 
-0x3570 009276 isub temp ,null 
-0x3571 009277 call g24_store_receiver_addr ,zero 
-0x3572 009278 fetch 1 ,mem_24g_conn_sm 
-0x3573 009279 set0 state_24g_reconn ,pdata 
-0x3574 009280 store 1 ,mem_24g_conn_sm 
-0x3575 009281 setarg 0 
-0x3576 009282 store 2 ,mem_24g_pair_timeout 
-0x3577 009283 store 2 ,mem_24g_reconn_count 
-0x3578 009284 store 2 ,mem_24g_reconn_timeout 
-0x3579 009285 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
-0x357a 009286 call ui_ipc_send_event 
-:      009287 g24_txbuf_clear:
-0x357b 009288 bpatchx patch32_1 ,mem_patch32 
-0x357c 009289 arg 32 ,loopcnt 
-0x357d 009290 arg mem_24g_txbuf ,contw 
-0x357e 009291 branch memset0 
-:      009293 g24_reconn_data_prep:
-0x357f 009294 jam datatype_attemp ,mem_24g_txbuf 
-0x3580 009295 fetch 1 ,mem_24g_data_type 
-0x3581 009296 store 1 ,mem_24g_txbuf + 1 
-0x3582 009297 fetch 4 ,mem_24g_device_addr 
-0x3583 009298 store 4 ,mem_24g_txbuf + 2 
-0x3584 009299 jam 6 ,mem_24g_datalen 
-0x3585 009300 branch g24_transmit_prep 
-:      009302 g24_reconn_device_fail:
-0x3586 009303 bpatchx patch32_2 ,mem_patch32 
-0x3587 009304 fetch 1 ,mem_24g_fast_conn_enable 
-0x3588 009305 branch g24_ch ,blank 
-0x3589 009306 fetch 2 ,mem_24g_reconn_count 
-0x358a 009307 increase 1 ,pdata 
-0x358b 009308 store 2 ,mem_24g_reconn_count 
-0x358c 009309 isolate1 9 ,pdata 
-0x358d 009310 fetch 1 ,mem_24g_reconn_type 
-0x358e 009311 beq fast_conn_and_receiver ,g24_reconn_fast_conn_and_receiver 
-0x358f 009312 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn_and_3_0 
-0x3590 009313 beq receiver_and_3_0_addr ,g24_reconn_receiver_and_3_0 
-0x3591 009314 beq pair_and_3_0_addr ,g24_reconn_pair_and_3_0 
-0x3592 009315 branch g24_reconn_receiver_addr 
-:      009318 g24_reconn_fast_conn_and_receiver:
-0x3593 009319 branch g24_reconn_receiver_addr ,true 
-0x3594 009320 branch g24_reconn_fast_conn 
-:      009322 g24_reconn_fast_conn_and_3_0:
-0x3595 009323 branch g24_reconn_device_3_0_addr ,true 
-0x3596 009324 branch g24_reconn_fast_conn 
-:      009326 g24_reconn_receiver_and_3_0:
-0x3597 009327 branch g24_reconn_device_3_0_addr ,true 
-0x3598 009328 branch g24_reconn_receiver_addr 
-:      009330 g24_reconn_pair_and_3_0:
-0x3599 009331 branch g24_reconn_device_3_0_addr ,true 
-0x359a 009332 branch g24_pair_init_param 
-:      009342 g24_data_attemp:
-0x359b 009343 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x359c 009344 beq datatype_device1 ,g24_data_attemp_device1 
-0x359d 009345 beq datatype_device2 ,g24_data_attemp_device2 
-0x359e 009346 rtn 
-:      009347 g24_data_attemp_device1:
-0x359f 009348 fetch 1 ,mem_24g_device1_bind_disable 
-0x35a0 009349 nrtn blank 
-0x35a1 009350 fetch 4 ,mem_24g_rxdata_temp + 4 
-0x35a2 009351 store 4 ,mem_24g_transmitter_addr 
-:      009352 g24_store_device1_addr:
-0x35a3 009353 store 4 ,mem_24g_device1_addr 
-0x35a4 009354 rtn 
-:      009355 g24_data_attemp_device2:
-0x35a5 009356 fetch 1 ,mem_24g_device2_bind_disable 
-0x35a6 009357 nrtn blank 
-0x35a7 009358 fetch 4 ,mem_24g_rxdata_temp + 4 
-0x35a8 009359 store 4 ,mem_24g_transmitter_addr 
-:      009360 g24_store_device2_addr:
-0x35a9 009361 store 4 ,mem_24g_device2_addr 
-0x35aa 009362 rtn 
-:      009372 rssi_store:
-0x35ab 009373 bpatchx patch32_3 ,mem_patch32 
-0x35ac 009374 copy rega ,pdata 
-0x35ad 009375 iadd temp ,contw 
-0x35ae 009376 fetch 1 ,mem_rssi 
-0x35af 009377 istore 1 ,contw 
-0x35b0 009378 increase 1 ,temp 
-0x35b1 009379 fetch 1 ,mem_rssi_buff_index 
-0x35b2 009380 iand temp ,temp 
-0x35b3 009381 rtn 
-:      009383 rssi_average:
-0x35b4 009384 bpatchx patch32_4 ,mem_patch32 
-0x35b5 009385 fetch 1 ,mem_rssi_buff_index 
-0x35b6 009386 increase 1 ,pdata 
-0x35b7 009387 store 2 ,mem_loopcnt 
-0x35b8 009388 copy pdata ,loopcnt 
-0x35b9 009389 copy rega ,contr 
-0x35ba 009390 arg 0 ,pdata 
-:      009391 rssi_average_loop:
-0x35bb 009392 ifetcht 1 ,contr 
-0x35bc 009393 iadd temp ,pdata 
-0x35bd 009394 loop rssi_average_loop 
-0x35be 009395 fetcht 2 ,mem_loopcnt 
-0x35bf 009396 idiv temp 
-0x35c0 009397 call wait_div_end 
-0x35c1 009398 quotient temp 
-0x35c2 009399 rtnmark1 mark_24g_rxmode 
-0x35c3 009400 copy temp ,pdata 
-0x35c4 009401 rtnmark0 mark_24g 
-0x35c5 009402 call bcd 
-0x35c6 009403 copy pdata ,temp 
-0x35c7 009404 rtn 
-:      009406 save_rssi_dec:
-0x35c8 009407 branch save_rssi 
-:      009417 rssi_transmitter_buff_init:
-0x35c9 009418 fetch 2 ,mem_rssi_signal_buf_ptr 
-0x35ca 009419 branch rssi_buff_clear 
-:      009421 rssi_signal:
-0x35cb 009422 copy pdata ,rega 
-0x35cc 009423 fetcht 1 ,mem_rssi_signal_index 
-0x35cd 009424 fetch 2 ,mem_rssi_signal_buf_ptr 
-0x35ce 009425 iadd temp ,contw 
-0x35cf 009426 copy rega ,pdata 
-0x35d0 009427 istore 1 ,contw 
-0x35d1 009428 increase 1 ,temp 
-0x35d2 009429 fetch 1 ,mem_rssi_buff_index 
-0x35d3 009430 iand temp ,temp 
-0x35d4 009431 storet 1 ,mem_rssi_signal_index 
-0x35d5 009432 rtn 
-:      009442 rssi_receiver_buff_init:
-0x35d6 009443 fetch 2 ,mem_rssi_noise_buffer_ptr 
-0x35d7 009444 call rssi_buff_clear 
-0x35d8 009445 fetch 2 ,mem_rssi_noise_self_buffer_ptr 
-0x35d9 009446 call rssi_buff_clear 
-0x35da 009447 fetch 2 ,mem_rssi_noise_device1_buffer_ptr 
-0x35db 009448 call rssi_buff_clear 
-0x35dc 009449 fetch 2 ,mem_rssi_noise_device2_buffer_ptr 
-:      009450 rssi_buff_clear:
-0x35dd 009451 rtn blank 
-0x35de 009452 copy pdata ,contw 
-0x35df 009453 fetch 1 ,mem_rssi_buff_index 
-0x35e0 009454 increase 1 ,pdata 
-0x35e1 009455 copy pdata ,loopcnt 
-0x35e2 009456 branch clear_mem 
-:      009459 rssi_noise:
-0x35e3 009460 call save_rssi_dec 
-0x35e4 009461 rtn blank 
-0x35e5 009462 fetcht 1 ,mem_rssi_noise_index 
-0x35e6 009463 fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
-0x35e7 009464 call rssi_store 
-0x35e8 009465 storet 1 ,mem_rssi_noise_index 
-0x35e9 009466 rtn 
-:      009469 rssi_noise_monitor:
-0x35ea 009470 fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
-0x35eb 009471 call rssi_average 
-0x35ec 009472 storet 1 ,mem_rssi_noise_avg 
-0x35ed 009473 sub temp ,rssi_thresh_noise ,null 
-0x35ee 009474 nrtn positive 
-0x35ef 009475 branch g24_ch 
-:      009483 g24_transmit_init:
-0x35f0 009484 fetch 4 ,mem_24g_lap 
-0x35f1 009485 store 4 ,mem_24g_device_addr 
-0x35f2 009486 branch rssi_transmitter_buff_init 
-:      009488 g24_interval_param_4ms:
-0x35f3 009489 setarg g24_4ms_interval_param 
-0x35f4 009490 store 3 ,mem_24g_short_sleep_set 
-0x35f5 009491 setarg 0x100c0c 
-0x35f6 009492 store 3 ,mem_24g_interval 
-0x35f7 009493 setarg 0x00bb80 
-0x35f8 009494 store 3 ,mem_24g_long_sleep_set 
-0x35f9 009495 jam 5 ,mem_24g_fast_hop_count 
-0x35fa 009496 rtn 
-:      009498 g24_interval_param_8ms:
-0x35fb 009499 setarg g24_8ms_interval_param 
-0x35fc 009500 store 3 ,mem_24g_short_sleep_set 
-0x35fd 009501 setarg 0x1c1919 
-0x35fe 009502 store 3 ,mem_24g_interval 
-0x35ff 009503 setarg 0x017700 
-0x3600 009504 store 3 ,mem_24g_long_sleep_set 
-0x3601 009505 jam 11 ,mem_24g_fast_hop_count 
-0x3602 009506 rtn 
-:      009509 g24_transmit_dispatch:
-0x3603 009510 rtnmark0 mark_24g 
-0x3604 009511 fetch 1 ,mem_24g_conn_sm 
-0x3605 009512 bbit1 state_24g_pair ,g24_pair_dispatch 
-0x3606 009513 bbit1 state_24g_reconn ,g24_reconn_dispatch 
-0x3607 009514 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x3608 009515 beq g24_tx_timer_int_enable ,g24_transmit_by_interrupt 
-:      009516 g24_transmit_no_interrupt:
-0x3609 009517 bpatchx patch32_5 ,mem_patch32 
-0x360a 009518 call g24_txdata_prep 
-0x360b 009519 nbranch g24_nodata_transmit ,user 
-:      009520 g24_transmit_start:
-0x360c 009521 call g24_transmit_process 
-0x360d 009522 call power_ctrl_start 
-0x360e 009523 fetch 1 ,mem_device_option 
-0x360f 009524 beq dvc_op_mouse ,mouse_24g_transmit_start 
-:      009525 g24_transmit_start_next:
-0x3610 009526 fetch 8 ,mem_24g_long_sleep_set 
-0x3611 009527 store 8 ,mem_24g_enter_hibernate 
-0x3612 009528 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
-0x3613 009529 store 2 ,mem_24g_long_sleep_param_update_timer 
-0x3614 009530 fetch 2 ,mem_cb_24g_transmit_short_sleep 
-0x3615 009531 branch callback_func 
-:      009533 g24_short_sleep:
-0x3616 009534 bpatchx patch32_6 ,mem_patch32 
-0x3617 009535 call g24_lpm_wait 
-0x3618 009536 nrtn user 
-0x3619 009537 call g24_setgpio_lpm_before 
-0x361a 009538 call clear_wake 
-0x361b 009539 fetch 3 ,mem_24g_short_sleep_set 
-0x361c 009540 branch g24_long_seep2 
-:      009542 g24_long_sleep:
-0x361d 009543 bpatchx patch32_7 ,mem_patch32 
-0x361e 009544 call g24_lpm_wait 
-0x361f 009545 nrtn user 
-0x3620 009546 call g24_setgpio_lpm_before 
-0x3621 009547 fetch 8 ,mem_24g_enter_hibernate 
-:      009548 g24_long_seep2:
-0x3622 009549 call clk2lpo 
-0x3623 009550 storet 4 ,mem_sleep_counter 
-0x3624 009551 branch lpm_sleep 
-:      009555 g24_txdata_prep:
-0x3625 009556 call g24_package_data 
-0x3626 009557 nrtn user 
-0x3627 009558 branch g24_transmit_prep 
-:      009561 g24_package_data:
-0x3628 009562 fetch 2 ,mem_cb_24g_transmit_data 
-0x3629 009563 call callback_func 
-0x362a 009564 branch g24_accumulate_data ,user 
-0x362b 009565 fetch 7 ,mem_24g_txbuf + 1 
-0x362c 009566 rtn blank 
-0x362d 009567 branch enable_user 
-:      009569 g24_accumulate_data:
-0x362e 009570 jam 0 ,mem_24g_abort_pac 
-0x362f 009571 add rega ,1 ,pdata 
-0x3630 009572 store 1 ,mem_24g_datalen 
-0x3631 009573 call g24_transmit_rf_ctrl_clear 
-0x3632 009574 store 1 ,mem_24g_txbuf 
-0x3633 009575 copy regb ,contr 
-0x3634 009576 copy rega ,loopcnt 
-0x3635 009577 branch memcpy 
-:      009579 g24_transmit_rf_ctrl_clear:
-0x3636 009580 fetch 1 ,mem_24g_data_type 
-0x3637 009581 and_into bits_data ,pdata 
-0x3638 009582 store 1 ,mem_24g_data_type 
-0x3639 009583 rtn 
-:      009592 g24_transmit_process:
-0x363a 009593 setarg 0 
-0x363b 009594 store 1 ,mem_24g_retry 
-0x363c 009595 store 2 ,mem_24g_retransmit 
-:      009596 g24_transmit_loop:
-0x363d 009597 call g24_transmit_receive_ack 
-0x363e 009598 fetch 1 ,mem_24g_no_ack 
-0x363f 009599 beq no_ack_24g ,g24_transmit_no_ack 
-0x3640 009600 nbranch g24_retransmit ,sync 
-0x3641 009601 nbranch g24_retransmit ,user3 
-0x3642 009602 call g24_ackpayload_parse 
-0x3643 009603 fetch 1 ,mem_device_option 
-0x3644 009604 sub pdata ,dvc_op_mouse ,null 
-0x3645 009605 call mouse_24g_transmit_callback ,zero 
-:      009606 g24_transmit_no_ack:
-0x3646 009607 call power_ctrl_pac_succ_incrs 
-:      009608 g24_transmit_next_packet:
-0x3647 009609 call g24_txbuf_clear 
-0x3648 009610 fetch 1 ,mem_24g_pid 
-0x3649 009611 increase 1 ,pdata 
-0x364a 009612 store 1 ,mem_24g_pid 
-0x364b 009613 call g24_hop_enable_packet 
-:      009614 g24_transmit_abandon:
-0x364c 009615 bpatchx patch33_0 ,mem_patch33 
-0x364d 009616 setarg 0 
-0x364e 009617 store 1 ,mem_24g_ensure 
-0x364f 009618 store 2 ,mem_24g_txfail_cnt 
-0x3650 009619 rtn 
-:      009621 g24_transmit_receive_ack:
-0x3651 009622 bpatchx patch33_1 ,mem_patch33 
-0x3652 009623 disable user3 
-0x3653 009624 call g24_transmit 
-0x3654 009625 fetch 1 ,mem_24g_no_ack 
-0x3655 009626 beq no_ack_24g ,g24_end_of_packet 
-0x3656 009627 force 0 ,radio_ctrl 
-0x3657 009628 fetch 4 ,mem_24g_addr 
-0x3658 009629 iforce access 
-0x3659 009630 fetcht 1 ,mem_last_freq 
-0x365a 009631 call set_freq_rx 
-0x365b 009632 call rf_rx_enable 
-0x365c 009633 call g24_receive_rxon 
-0x365d 009634 call g24_end_of_packet ,user3 
-0x365e 009635 rtn 
-:      009637 g24_retransmit:
-0x365f 009638 bpatchx patch33_2 ,mem_patch33 
-0x3660 009639 fetch 1 ,mem_device_option 
-0x3661 009640 beq dvc_op_mouse ,mouse_g24_retransmit 
-:      009641 g24_retransmit0:
-0x3662 009642 fetch 1 ,mem_24g_abort_pac 
-0x3663 009643 nrtn blank 
-0x3664 009644 fetch 2 ,mem_24g_txfail_cnt 
-0x3665 009645 increase 1 ,pdata 
-0x3666 009646 store 2 ,mem_24g_txfail_cnt 
-0x3667 009647 fetch 1 ,mem_24g_txfail_cnt + 1 
-0x3668 009648 bbit1 4 ,g24_tx_attempt_fail 
-0x3669 009649 call g24_transmit_hop_process 
-0x366a 009650 fetch 2 ,mem_24g_retransmit 
-0x366b 009651 increase 1 ,pdata 
-0x366c 009652 store 2 ,mem_24g_retransmit 
-0x366d 009653 branch g24_transmit_loop 
-:      009655 g24_ackpayload_parse:
-0x366e 009656 bpatchx patch33_3 ,mem_patch33 
-0x366f 009657 call g24_read_len_pid_crc 
-0x3670 009658 fetch 1 ,mem_24g_rxdata_length 
-0x3671 009659 rtn blank 
-0x3672 009660 iforce loopcnt 
-0x3673 009661 arg mem_24g_rxbuf + 2 ,contr 
-0x3674 009662 arg mem_24g_rxpayload ,contw 
-0x3675 009663 branch memcpy 
-:      009666 g24_tx_attempt_fail:
-0x3676 009667 bpatchx patch33_4 ,mem_patch33 
-0x3677 009668 setarg 0 
-0x3678 009669 store 2 ,mem_24g_txfail_cnt 
-0x3679 009670 jam 1 ,mem_24g_attempt_fail_flag 
-:      009671 g24_stop_24g_mode:
-0x367a 009672 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
-0x367b 009673 branch ui_ipc_send_event 
-:      009683 g24_transmit_hop_process:
-0x367c 009684 bpatchx patch33_5 ,mem_patch33 
-0x367d 009685 fetcht 1 ,mem_24g_retry 
-0x367e 009686 fetch 1 ,mem_24g_fast_hop_count 
-0x367f 009687 isub temp ,null 
-0x3680 009688 nbranch g24_tx_fast_hop ,positive 
-0x3681 009689 increase 1 ,temp 
-0x3682 009690 storet 1 ,mem_24g_retry 
-0x3683 009691 fetch 1 ,mem_24g_fast_hop_count 
-0x3684 009692 beq 5 ,g24_transmit_hop_process_4ms 
-0x3685 009693 fetch 1 ,mem_24g_retry 
-0x3686 009694 beq 6 ,g24_hop_ch_disable 
-0x3687 009695 beq 12 ,g24_hop_ch_disable 
-0x3688 009696 rtn 
-:      009699 g24_transmit_hop_process_4ms:
-0x3689 009700 fetch 1 ,mem_24g_retry 
-0x368a 009701 beq 3 ,g24_hop_ch_disable 
-0x368b 009702 beq 6 ,g24_hop_ch_disable 
-0x368c 009703 rtn 
-:      009707 g24_hop_ch_enable:
-:      009712 g24_txpayload_type_update:
-0x368d 009713 bmark1 mark_ble_lr ,g24_lr_type_update 
-0x368e 009714 store 1 ,mem_24g_txpayload + offset_data_type 
-0x368f 009715 rtn 
-:      009716 g24_lr_type_update:
-0x3690 009717 store 1 ,mem_24g_txpayload + offset_lr_data_type 
-0x3691 009718 rtn 
-:      009720 g24_hop_enable_packet:
-0x3692 009721 fetch 1 ,mem_24g_data_type 
-0x3693 009722 rtnbit0 bit_hop 
-:      009723 g24_hop_ch_disable:
-0x3694 009724 fetch 1 ,mem_24g_data_type 
-0x3695 009725 set0 bit_hop ,pdata 
-0x3696 009726 store 1 ,mem_24g_data_type 
-0x3697 009727 call g24_txpayload_type_update 
-0x3698 009728 call power_ctrl_pac_succ_decrs 
-0x3699 009729 branch g24_ch 
-:      009731 g24_tx_fast_hop:
-0x369a 009732 call power_ctrl_txpower_incrs 
-0x369b 009733 call power_ctrl_pac_succ_decrs 
-0x369c 009734 branch g24_ch 
-:      009752 g24_search_receiver:
-0x369d 009753 fetch 2 ,mem_cb_24g_search_receiver 
-0x369e 009754 branch callback_func 
-:      009756 g24_nodata_transmit:
-0x369f 009757 fetch 1 ,mem_24g_abort_pac 
-0x36a0 009758 call g24_send_abort_packet ,blank 
-0x36a1 009759 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x36a2 009760 rtneq g24_tx_timer_int_enable 
-0x36a3 009761 call g24_search_receiver 
-0x36a4 009762 fetch 2 ,mem_cb_24g_transmit_long_sleep 
-0x36a5 009763 branch callback_func 
-:      009765 g24_send_abort_packet:
-0x36a6 009766 jam type_ms ,mem_24g_data_type 
-0x36a7 009767 jam 1 ,mem_24g_abort_pac 
-0x36a8 009768 call g24_transmit_rf_ctrl_clear 
-0x36a9 009769 store 1 ,mem_24g_txbuf 
-0x36aa 009770 setarg 0 
-0x36ab 009771 store 7 ,mem_24g_txbuf + 1 
-0x36ac 009772 fetch 4 ,mem_24g_device_addr 
-0x36ad 009773 store 4 ,mem_24g_txbuf + 8 
-0x36ae 009774 jam 12 ,mem_24g_datalen 
-0x36af 009775 fetch 1 ,mem_24g_data_type 
-0x36b0 009776 set1 bit_abort ,pdata 
-0x36b1 009777 store 1 ,mem_24g_data_type 
-0x36b2 009778 call g24_transmit_prep 
-0x36b3 009779 branch g24_transmit_start 
-:      009783 g24_lpm_wait:
-0x36b4 009784 bpatchx patch33_6 ,mem_patch33 
-0x36b5 009785 enable user 
-0x36b6 009786 call lpo_calibration 
-0x36b7 009787 fetch 3 ,mem_clks_per_lpo 
-0x36b8 009788 branch disable_user ,blank 
-0x36b9 009789 fetch 1 ,mem_lpm_mode 
-0x36ba 009790 branch disable_user ,blank 
-0x36bb 009791 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x36bc 009792 beq g24_tx_timer_int_enable ,disable_user 
-0x36bd 009793 rtn 
-:      009795 g24_setgpio_lpm_before:
-0x36be 009796 fetch 2 ,mem_cb_24g_lpm_before 
-0x36bf 009797 branch callback_func 
-:      009810 g24_transmit_by_interrupt:
-0x36c0 009811 call g24_timer_check 
-0x36c1 009812 nrtn user 
-0x36c2 009813 call g24_interval_calibrate 
-0x36c3 009814 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x36c4 009815 increase 1 ,pdata 
-0x36c5 009816 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x36c6 009817 fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-0x36c7 009818 isub temp ,null 
-0x36c8 009819 call g24_transmit_by_interrupt_exit ,zero 
-0x36c9 009820 branch g24_transmit_no_interrupt 
-:      009823 g24_transmit_by_interrupt_exit:
-0x36ca 009824 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-0x36cb 009825 setarg 0 
-0x36cc 009826 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x36cd 009827 setarg 100 
-0x36ce 009828 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-:      009829 g24_interval_min:
-0x36cf 009830 jam 0 ,mem_24g_pac_index 
-0x36d0 009831 fetch 1 ,mem_24g_interval_min 
-:      009832 g24_interval_store:
-0x36d1 009833 store 1 ,mem_24g_interval 
-0x36d2 009834 rtn 
-:      009835 g24_interval_max:
-0x36d3 009836 fetch 1 ,mem_24g_interval_max 
-0x36d4 009837 branch g24_interval_store 
-:      009839 g24_interval_calibrate:
-0x36d5 009840 fetch 1 ,mem_24g_pac_index 
-0x36d6 009841 increase 1 ,pdata 
-0x36d7 009842 store 1 ,mem_24g_pac_index 
-0x36d8 009843 beq 4 ,g24_interval_max 
-0x36d9 009844 beq 5 ,g24_interval_min 
-0x36da 009845 rtn 
-:      009847 g24_transmit_by_interrupt_enable:
-0x36db 009848 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
-0x36dc 009849 setarg 0 
-0x36dd 009850 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x36de 009851 rtn 
-:      009861 g24_factory_check:
-0x36df 009862 arg 2 ,loopcnt 
-0x36e0 009863 arg mem_24g_addr ,contr 
-:      009864 pdata_0xff_check:
-0x36e1 009865 call enable_user 
-0x36e2 009866 setarg 0xffff 
-:      009867 pdata_0xff_check_loop:
-0x36e3 009868 ifetcht 2 ,contr 
-0x36e4 009869 isub temp ,null 
-0x36e5 009870 ncall disable_user ,zero 
-0x36e6 009871 loop pdata_0xff_check_loop 
-0x36e7 009872 rtn 
-:      009882 power_ctrl_start:
-0x36e8 009883 bpatchx patch33_7 ,mem_patch33 
-0x36e9 009884 fetch 1 ,mem_power_ctrl_disable 
-0x36ea 009885 nrtn blank 
-0x36eb 009886 fetch 2 ,mem_ui_state_map 
-0x36ec 009887 rtnbit1 ui_state_ble_adv 
-0x36ed 009890 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
-0x36ee 009891 call rssi_average 
-0x36ef 009892 storet 1 ,mem_rssi_avg_received 
-0x36f0 009893 fetch 1 ,mem_rssi_dis_max_24g 
-0x36f1 009894 bmark1 mark_24g ,power_ctrl_start_next 
-0x36f2 009895 fetch 1 ,mem_rssi_dis_max_ble 
-:      009896 power_ctrl_start_next:
-0x36f3 009897 isub temp ,null 
-0x36f4 009898 nbranch power_ctrl_txpower_incrs_force ,positive 
-0x36f5 009899 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x36f6 009900 sub pdata ,2 ,null 
-0x36f7 009901 nbranch power_ctrl_txpower_decrs_check ,positive 
-0x36f8 009902 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x36f9 009903 beq 0 ,power_ctrl_txpower_incrs 
-0x36fa 009904 rtn 
-:      009906 power_ctrl_txpower_decrs_check:
-0x36fb 009907 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x36fc 009908 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
-0x36fd 009909 isub temp ,null 
-0x36fe 009910 nrtn zero 
-0x36ff 009911 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      009912 power_ctrl_txpower_decrs:
-0x3700 009913 fetcht 1 ,mem_rssi_avg_received 
-0x3701 009914 fetch 1 ,mem_rssi_dis_min_24g 
-0x3702 009915 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
-0x3703 009916 fetch 1 ,mem_rssi_dis_min_ble 
-:      009917 power_ctrl_txpower_decrs_next:
-0x3704 009918 isub temp ,null 
-0x3705 009919 nrtn positive 
-0x3706 009920 fetch 1 ,mem_power_ctrl_level 
-0x3707 009921 beq 0 ,power_ctrl_decrs_level0 
-0x3708 009922 increase -1 ,pdata 
-0x3709 009923 store 1 ,mem_power_ctrl_level 
-0x370a 009924 beq 0 ,power_ctrl_decrs_level0 
-:      009925 power_ctrl_decrs_level1:
-:      009926 power_ctrl_incrs_level1:
-0x370b 009927 jam tx_power_0db ,mem_tx_power 
-0x370c 009928 rtn 
-:      009930 power_ctrl_txpower_incrs_force:
-0x370d 009931 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      009932 power_ctrl_txpower_incrs:
-0x370e 009933 fetch 1 ,mem_power_ctrl_level 
-0x370f 009934 beq 2 ,power_ctrl_incrs_level2 
-0x3710 009935 increase 1 ,pdata 
-0x3711 009936 store 1 ,mem_power_ctrl_level 
-0x3712 009937 beq 1 ,power_ctrl_incrs_level1 
-:      009938 power_ctrl_incrs_level2:
-0x3713 009939 jam tx_power_6db ,mem_tx_power 
-0x3714 009940 rtn 
-:      009942 power_ctrl_decrs_level0:
-0x3715 009943 jam tx_power_f5db ,mem_tx_power 
-0x3716 009944 rtn 
-:      009946 power_ctrl_pac_succ_cnt_init:
-0x3717 009947 jam 1 ,mem_power_ctrl_level 
-0x3718 009948 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-0x3719 009949 rtn 
-:      009951 power_ctrl_pac_succ_incrs:
-0x371a 009952 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x371b 009953 increase 1 ,pdata 
-0x371c 009954 store 1 ,mem_power_ctrl_pac_succ_cnt 
-0x371d 009955 rtn 
-:      009957 power_ctrl_pac_succ_decrs:
-0x371e 009958 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x371f 009959 sub pdata ,2 ,null 
-0x3720 009960 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
-0x3721 009961 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x3722 009962 rtneq 0 
-0x3723 009963 increase -1 ,pdata 
-0x3724 009964 store 1 ,mem_power_ctrl_pac_succ_cnt 
-0x3725 009965 rtn 
-:      009967 power_ctrl_pac_succ_cnt_reinit:
-0x3726 009968 jam 3 ,mem_power_ctrl_pac_succ_cnt 
-0x3727 009969 rtn 
-:      009979 ali_mesh_access_layer_resolve_message:
-0x3728 009980 fetch 1 ,mem_ccm_data_len 
-0x3729 009981 store 1 ,mem_mesh_receive_model_message_payload_len 
-0x372a 009982 copy alarm ,contr 
-0x372b 009983 call memcpy24 
-0x372c 009984 fetch 2 ,mem_mesh_cb_receive_access_message 
-0x372d 009985 branch callback_func 
-:      009987 ali_mesh_access_layer_check_access_message_opcode:
-0x372e 009988 jam mesh_receive_new_message_timer ,mem_mesh_upper_receive_new_message_timer 
-0x372f 009989 call ali_mesh_app_recv_new_mesh_pkt 
-0x3730 009992 fetch 1 ,mem_mesh_receive_model_message_payload_opcode 
-0x3731 009993 beq mesh_message_opcode_config_appkey_add ,ali_mesh_access_layer_message_opcode_config_appkey_add 
-0x3732 009994 beq mesh_configuration_and_health_message_opcode_header ,ali_mesh_access_layer_config_or_health_message_opcode 
-0x3733 009995 beq mesh_module_message_opcode_header ,ali_mesh_model_layer_check_model_message_opcode 
-0x3734 009996 beq vendor_message_attr_set ,ali_mesh_ali_vendor_message_attribute_set 
-0x3735 009997 beq vendor_message_attr_get ,ali_mesh_ali_vendor_message_opcode_attr_get 
-0x3736 009998 beq vendor_message_attr_set_unacknowledged ,ali_mesh_ali_vendor_message_attribute_set 
-0x3737 009999 beq vendor_message_attr_confirmation ,ali_mesh_ali_vendor_message_opcode_attr_confrimation 
-0x3738 010000 rtn 
-:      010003 ali_mesh_access_layer_message_opcode_config_appkey_add:
-0x3739 010004 arg mem_mesh_receive_application_key ,contr 
-0x373a 010005 arg mem_mesh_application_key ,contw 
-0x373b 010006 call memcpy16 
-0x373c 010007 jam paired_status ,mem_mesh_provisioned_flag 
-0x373d 010008 call ali_mesh_encrypt_base_function_k3 
-0x373e 010009 call ali_mesh_encrypt_base_function_k4 
-0x373f 010010 call ali_mesh_access_layer_finish_pairing_init_subscription_list 
-0x3740 010011 call ali_mesh_accesss_layer_check_message_type 
-0x3741 010012 call ali_mesh_access_layer_send_config_appkey_status 
-0x3742 010013 jam paired_status ,mem_mesh_provisioned_flag 
-0x3743 010014 fetch 2 ,mem_mesh_cb_receive_config_appkey_add 
-0x3744 010015 branch callback_func 
-:      010017 ali_mesh_access_layer_recv_cfg_appkey_add_cb:
-0x3745 010018 setarg 0 
-0x3746 010019 store 2 ,mem_mesh_fast_pairing_timer 
-0x3747 010021 random pdata 
-0x3748 010022 and pdata ,0x1f ,pdata 
-0x3749 010023 add pdata ,30 ,pdata 
-0x374a 010024 store 1 ,mem_mesh_report_full_attribute_timer 
-0x374b 010025 add pdata ,5 ,pdata 
-0x374c 010026 store 1 ,mem_mesh_report_power_on_timer 
-0x374d 010027 call mesh_clear_timer_data 
-0x374e 010028 branch mesh_receive_config_appkey_add_cb 
-:      010030 ali_mesh_accesss_layer_check_message_type:
-0x374f 010031 fetch 1 ,mem_mesh_network_packet_type 
-0x3750 010032 jam received_config_appkey_add ,mem_mesh_provisioned_flag 
-0x3751 010033 rtneq mesh_message_app 
-0x3752 010034 jam paired_status ,mem_mesh_provisioned_flag 
-0x3753 010035 rtn 
-:      010037 ali_mesh_access_layer_send_config_appkey_status:
-0x3754 010038 setarg mesh_configuration_and_health_message_opcode_header 
-0x3755 010039 store 1 ,mem_mesh_access_layer_payload 
-0x3756 010040 setarg mesh_message_opcode_config_config_model_publication_set 
-0x3757 010041 istore 1 ,contw 
-0x3758 010042 setarg status_code_success 
-0x3759 010043 istore 1 ,contw 
-0x375a 010044 fetch 3 ,mem_mesh_netkeyindex_and_appkeyindex 
-0x375b 010045 istore 3 ,contw 
-0x375c 010046 jam 6 ,mem_mesh_access_layer_payload_len 
-0x375d 010047 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010050 ali_mesh_access_layer_finish_pairing_init_subscription_list:
-0x375e 010051 fetch 2 ,mem_mesh_core_feature 
-0x375f 010052 rtnbit1 mesh_feature_disable_subscription 
-0x3760 010053 call mesh_get_element_info_config 
-:      010054 ali_mesh_access_layer_finish_pairing_init_subscription_list_loop:
-0x3761 010055 add rega ,element_device_subscription_label ,regc 
-0x3762 010056 setarg -1 
-0x3763 010057 istore subscription_max_count ,regc 
-0x3764 010058 istore subscription_max_count ,contw 
-0x3765 010059 ifetch 2 ,rega 
-0x3766 010060 istore 2 ,regc 
-0x3767 010061 copy regb ,pdata 
-0x3768 010062 iadd rega ,rega 
-0x3769 010063 loop ali_mesh_access_layer_finish_pairing_init_subscription_list_loop 
-0x376a 010064 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
-0x376b 010065 branch callback_func 
-:      010068 ali_mesh_access_layer_send_generic_onoff_status:
-0x376c 010069 setarg mesh_module_message_opcode_header 
-0x376d 010070 store 1 ,mem_mesh_access_layer_payload 
-0x376e 010071 setarg mesh_module_message_opcode_generic_onoff_status_no_head 
-0x376f 010072 istore 1 ,contw 
-0x3770 010073 fetch 1 ,mem_mesh_generic_onoff_set_payload_onoff 
-0x3771 010074 istore 1 ,contw 
-0x3772 010075 jam 3 ,mem_mesh_access_layer_payload_len 
-0x3773 010076 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010079 ali_mesh_access_layer_send_light_lightness_status:
-0x3774 010080 setarg mesh_module_message_opcode_header 
-0x3775 010081 store 1 ,mem_mesh_access_layer_payload 
-0x3776 010082 setarg mesh_module_message_opcode_light_lightness_status_no_head 
-0x3777 010083 istore 1 ,contw 
-0x3778 010084 fetch 2 ,mem_mesh_light_lightness_set_payload_lightness 
-0x3779 010085 istore 2 ,contw 
-0x377a 010086 jam 4 ,mem_mesh_access_layer_payload_len 
-0x377b 010087 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010090 ali_mesh_access_layer_send_light_ctl_stauts:
-0x377c 010091 setarg mesh_module_message_opcode_header 
-0x377d 010092 store 1 ,mem_mesh_access_layer_payload 
-0x377e 010093 setarg mesh_module_message_opcode_light_ctl_status_no_head 
-0x377f 010094 istore 1 ,contw 
-0x3780 010095 fetch 4 ,mem_mesh_ctl_lightness 
-0x3781 010096 istore 4 ,contw 
-0x3782 010097 jam 6 ,mem_mesh_access_layer_payload_len 
-0x3783 010098 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010102 ali_mesh_access_layer_send_scene_status:
-0x3784 010103 setarg mesh_module_message_opcode_scene_status 
-0x3785 010104 store 1 ,mem_mesh_access_layer_payload 
-0x3786 010105 setarg mesh_success 
-0x3787 010106 istore 1 ,contw 
-0x3788 010107 fetch 2 ,mem_mesh_scene_recall_payload_scene_number 
-0x3789 010108 istore 2 ,contw 
-0x378a 010109 jam 4 ,mem_mesh_access_layer_payload_len 
-0x378b 010110 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010114 ali_mesh_app_recv_new_mesh_pkt:
-0x378c 010116 fetch 1 ,mem_mesh_report_full_attribute_timer 
-0x378d 010117 rtn blank 
-0x378e 010118 pincrease 30 
-0x378f 010119 store 1 ,mem_mesh_report_full_attribute_timer 
-0x3790 010120 rtn 
-:      010122 ali_mesh_report_power_on_timer:
-0x3791 010123 arg mem_mesh_report_power_on_timer ,regc 
-0x3792 010124 arg ali_mesh_ali_vendor_message_opcode_device_power_on ,regb 
-0x3793 010125 branch timer_single_step 
-:      010127 ali_mesh_report_full_attribute_timer:
-0x3794 010128 arg mem_mesh_report_full_attribute_timer ,regc 
-0x3795 010129 arg ali_mesh_app_report_device_state ,regb 
-0x3796 010130 branch timer_single_step 
-:      010132 ali_mesh_app_report_device_state:
-0x3797 010133 fetch 2 ,mem_mesh_app_deport_device_state 
-0x3798 010134 branch callback_func 
-:      010141 ali_mesh_ali_vendor_message_attribute_set:
-0x3799 010142 call ali_mesh_ali_vendor_message_attrbute_check_company_id_and_tid 
-0x379a 010143 nrtn user 
-0x379b 010144 bpatchx patch34_0 ,mem_patch34 
-0x379c 010145 fetch 2 ,mem_mesh_vendor_message_attr_type 
-0x379d 010146 arg vendor_message_attr_type_time ,temp 
-0x379e 010147 isub temp ,null 
-0x379f 010148 branch ali_mesh_ali_vendor_message_opcode_timer_set_curr_time ,zero 
-0x37a0 010150 arg vendor_mseeage_attr_type_set_time_repeat ,temp 
-0x37a1 010151 isub temp ,null 
-0x37a2 010152 branch ali_mesh_ali_vendor_message_opcode_timer_set_timing_cyclically ,zero 
-0x37a3 010154 arg vendor_mseeage_attr_type_set_time_single ,temp 
-0x37a4 010155 isub temp ,null 
-0x37a5 010156 branch ali_mesh_ali_vendor_message_opcode_timer_set_timing ,zero 
-0x37a6 010158 arg vendor_message_attr_type_timer_deleate ,temp 
-0x37a7 010159 isub temp ,null 
-0x37a8 010160 branch ali_mesh_ali_vendor_message_opcode_delete_timer ,zero 
-0x37a9 010161 arg vendor_message_attr_type_timer_inquire ,temp 
-0x37aa 010162 isub temp ,null 
-0x37ab 010163 branch ali_mesh_ali_vendor_message_opcode_timer_inquire ,zero 
-0x37ac 010164 arg vendor_mseeage_attr_type_timer_enable ,temp 
-0x37ad 010165 isub temp ,null 
-0x37ae 010166 branch ali_mesh_ali_vendor_message_opcode_timer_set_state ,zero 
-0x37af 010169 arg vendor_message_attr_type_main_light ,temp 
-0x37b0 010170 isub temp ,null 
-0x37b1 010171 branch ali_mesh_ali_vendor_message_attribute_set_main_light ,zero 
-0x37b2 010172 arg vendor_message_attr_type_background_light ,temp 
-0x37b3 010173 isub temp ,null 
-0x37b4 010174 branch ali_mesh_ali_vendor_message_attribute_set_background_light ,zero 
-0x37b5 010175 arg vendor_message_attr_type_color ,temp 
-0x37b6 010176 isub temp ,null 
-0x37b7 010177 branch ali_mesh_ali_vendor_message_attribute_set_color ,zero 
-0x37b8 010178 fetch 2 ,mem_mesh_cb_recv_vendor 
-0x37b9 010179 branch callback_func 
-:      010181 ali_mesh_ali_vendor_message_opcode_attr_get:
-0x37ba 010182 rtn 
-:      010183 ali_mesh_ali_vendor_message_opcode_attr_confrimation:
-0x37bb 010184 ifetch 2 ,contr 
-0x37bc 010185 arg vendor_message_opcode_company_id ,temp 
-0x37bd 010186 isub temp ,null 
-0x37be 010187 nrtn zero 
-0x37bf 010188 ifetch 1 ,contr 
-0x37c0 010189 fetcht 1 ,mem_mesh_upper_tran_layer_packet_tid 
-0x37c1 010190 isub temp ,null 
-0x37c2 010191 nrtn zero 
-0x37c3 010192 branch ali_mesh_stop_send_indication_packet 
-:      010194 ali_mesh_ali_vendor_message_attrbute_check_company_id_and_tid:
-0x37c4 010195 call disable_user 
-0x37c5 010196 fetch 2 ,mem_mesh_vendor_message_cid 
-0x37c6 010197 arg vendor_message_opcode_company_id ,temp 
-0x37c7 010198 isub temp ,null 
-0x37c8 010199 nrtn zero 
-0x37c9 010200 fetcht 1 ,mem_mesh_vendor_mesh_receive_tid 
-0x37ca 010201 fetch 1 ,mem_mesh_vendor_message_tid 
-0x37cb 010202 isub temp ,null 
-0x37cc 010203 rtn zero 
-0x37cd 010204 store 1 ,mem_mesh_vendor_mesh_receive_tid 
-0x37ce 010205 branch enable_user 
-:      010207 ali_mesh_ali_vendor_message_attribute_set_main_light:
-0x37cf 010208 call ali_mesh_ali_vendor_message_ack_attr_status_uint8 
-0x37d0 010209 fetch 2 ,mem_mesh_cb_main_light_onoff_set 
-0x37d1 010210 branch callback_func 
-:      010213 ali_mesh_ali_vendor_message_attribute_set_background_light:
-0x37d2 010214 call ali_mesh_ali_vendor_message_ack_attr_status_uint8 
-0x37d3 010215 fetch 2 ,mem_mesh_cb_background_onoff_set 
-0x37d4 010216 branch callback_func 
-:      010218 ali_mesh_ali_vendor_message_attribute_set_color:
-0x37d5 010219 call ali_mesh_ali_vendor_message_ack_attr_status_uint48 
-0x37d6 010220 fetch 2 ,mem_mesh_cb_color_set 
-0x37d7 010221 branch callback_func 
-:      010224 ali_mesh_ali_vendor_message_opcode_timer_set_curr_time:
-0x37d8 010225 call ali_mesh_ali_vendor_message_ack_attr_status_uint32 
-0x37d9 010227 fetch 4 ,mem_mesh_vendor_message_current_time 
-0x37da 010228 store 4 ,mem_mesh_vendor_timer_current_time 
-0x37db 010229 branch ali_mesh_time_init_system_time 
-:      010233 ali_mesh_ali_vendor_message_status_add_head:
-0x37dc 010234 setarg vendor_message_attr_status 
-0x37dd 010235 store 1 ,mem_mesh_access_layer_payload 
-0x37de 010236 setarg vendor_message_opcode_company_id 
-0x37df 010237 istore 2 ,contw 
-0x37e0 010238 fetch 1 ,mem_mesh_vendor_mesh_receive_tid 
-0x37e1 010239 istore 1 ,contw 
-0x37e2 010240 istoret 2 ,contw 
-0x37e3 010241 rtn 
-:      010244 ali_mesh_ali_vendor_message_opcode_device_power_on:
-0x37e4 010245 arg 0 ,queue 
-0x37e5 010246 arg vendor_message_event_device_power_on ,temp 
-0x37e6 010247 arg vendor_attr_type_event_trigger ,rega 
-0x37e7 010248 branch ali_mesh_ali_vendor_message_opcode_para_uint8 
-:      010259 ali_mesh_ali_vendor_message_opcode_generic_onoff:
-0x37e8 010260 arg vendor_attr_generic_onoff_server ,rega 
-0x37e9 010261 branch ali_mesh_ali_vendor_message_opcode_para_uint8 
-:      010265 ali_mesh_ali_vendor_message_ack_attr_status_uint64:
-0x37ea 010266 arg 8 ,loopcnt 
-0x37eb 010267 branch ali_mesh_ali_vendor_message_ack_attr_status 
-:      010269 ali_mesh_ali_vendor_message_ack_attr_status_uint56:
-0x37ec 010270 arg 8 ,loopcnt 
-0x37ed 010271 branch ali_mesh_ali_vendor_message_ack_attr_status 
-:      010273 ali_mesh_ali_vendor_message_ack_attr_status_uint48:
-0x37ee 010274 arg 6 ,loopcnt 
-0x37ef 010275 branch ali_mesh_ali_vendor_message_ack_attr_status 
-:      010277 ali_mesh_ali_vendor_message_ack_attr_status_uint32:
-0x37f0 010278 arg 4 ,loopcnt 
-0x37f1 010279 branch ali_mesh_ali_vendor_message_ack_attr_status 
-:      010281 ali_mesh_ali_vendor_message_ack_attr_status_uint16:
-0x37f2 010282 arg 2 ,loopcnt 
-0x37f3 010283 branch ali_mesh_ali_vendor_message_ack_attr_status 
-:      010285 ali_mesh_ali_vendor_message_ack_attr_status_uint8:
-0x37f4 010286 arg 1 ,loopcnt 
-0x37f5 010287 branch ali_mesh_ali_vendor_message_ack_attr_status 
-:      010290 ali_mesh_ali_vendor_message_ack_attr_status:
-0x37f6 010291 add loopcnt ,6 ,pdata 
-0x37f7 010292 store 1 ,mem_mesh_access_layer_payload_len 
-0x37f8 010293 call ali_mesh_ali_vendor_message_status_add_head 
-0x37f9 010294 arg mem_mesh_vendor_attr_parameter ,contr 
-0x37fa 010295 call memcpy 
-0x37fb 010296 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010303 ali_mesh_ali_vendor_message_opcode_para_uint8:
-0x37fc 010304 call ali_mesh_ali_vendor_message_indication_info_add_head 
-0x37fd 010305 istorer rega ,2 ,contw 
-0x37fe 010306 istoret 1 ,contw 
-0x37ff 010307 jam 7 ,mem_mesh_access_layer_payload_len 
-0x3800 010308 branch ali_mesh_ali_vendor_message_send_message 
-:      010314 ali_mesh_ali_vendor_message_opcode_para_uint16:
-0x3801 010315 call ali_mesh_ali_vendor_message_indication_info_add_head 
-0x3802 010316 istorer rega ,2 ,contw 
-0x3803 010317 istoret 2 ,contw 
-0x3804 010318 jam 8 ,mem_mesh_access_layer_payload_len 
-0x3805 010319 branch ali_mesh_ali_vendor_message_send_message 
-:      010323 ali_mesh_ali_vendor_message_send_message:
-0x3806 010324 call ali_mesh_more_element_calc_queue_address 
-0x3807 010325 branch ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer 
-:      010328 ali_mesh_ali_vendor_message_indication_info_add_head:
-0x3808 010329 fetch 1 ,mem_mesh_transport_aid 
-0x3809 010330 store 1 ,mem_mesh_message_transport_head 
-0x380a 010331 setarg vendor_message_tmall_dst 
-0x380b 010332 store 2 ,mem_mesh_send_message_dst 
-0x380c 010333 fetch 1 ,mem_mesh_vendor_mesh_send_tid 
-0x380d 010334 pincrease 1 
-0x380e 010335 store 1 ,mem_mesh_vendor_mesh_send_tid 
-0x380f 010336 beq vendor_message_send_tid_max ,ali_mesh_ali_vendor_message_indication_info_reset_tid 
-0x3810 010337 setarg vendor_message_attr_indication 
-0x3811 010338 store 1 ,mem_mesh_access_layer_payload 
-0x3812 010339 setarg vendor_message_opcode_company_id 
-0x3813 010340 istore 2 ,contw 
-0x3814 010341 fetch 1 ,mem_mesh_vendor_mesh_send_tid 
-0x3815 010342 istore 1 ,contw 
-0x3816 010343 rtn 
-:      010345 ali_mesh_ali_vendor_message_indication_info_reset_tid:
-0x3817 010346 jam vendor_message_send_tid_min ,mem_mesh_vendor_mesh_send_tid 
-0x3818 010347 rtn 
-:      010350 ali_mesh_ali_vendor_message_opcode_delete_timer:
-0x3819 010351 copy contr ,rega 
-0x381a 010352 fetch 1 ,mem_mesh_receive_model_message_payload_len 
-0x381b 010353 arg 6 ,temp 
-0x381c 010354 isub temp ,pdata 
-0x381d 010355 store 1 ,mem_mesh_timer_index_buffer_len 
-0x381e 010356 copy pdata ,loopcnt 
-0x381f 010357 copy rega ,contr 
-0x3820 010358 arg mem_mesh_timer_index_buffer ,contw 
-0x3821 010359 call memcpy 
-0x3822 010360 arg 0 ,regb 
-:      010361 ali_mesh_ali_vendor_message_opcode_delete_timer_loop:
-0x3823 010362 arg mem_mesh_timer_index_buffer ,pdata 
-0x3824 010363 iadd regb ,temp 
-0x3825 010364 ifetch 1 ,temp 
-0x3826 010365 beq 0xff ,ali_mesh_ali_vendor_aim_timer_buffer_clear_all 
-0x3827 010366 and pdata ,0x7f ,pdata 
-0x3828 010367 call ali_mesh_ali_vendor_aim_timer_buffer_clear 
-0x3829 010368 increase 1 ,regb 
-0x382a 010369 fetch 1 ,mem_mesh_timer_index_buffer_len 
-0x382b 010370 isub regb ,null 
-0x382c 010371 branch ali_mesh_ali_vendor_message_opcode_delete_timer_loop ,positive 
-0x382d 010372 call peripherals_write_mesh_timer_infmatn 
-:      010373 ali_mesh_access_layer_send_ali_vendor_message_delete_timer:
-0x382e 010374 arg vendor_message_attr_type_timer_deleate ,temp 
-0x382f 010375 call ali_mesh_ali_vendor_message_status_add_head 
-0x3830 010376 arg 0 ,temp 
-0x3831 010377 istoret 1 ,contw 
-0x3832 010378 copy contw ,temp 
-0x3833 010379 call ali_mesh_get_all_timer_index_timer 
-0x3834 010380 pincrease 7 
-0x3835 010381 store 1 ,mem_mesh_access_layer_payload_len 
-0x3836 010382 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010384 ali_mesh_ali_vendor_aim_timer_buffer_clear:
-0x3837 010385 rtn blank 
-0x3838 010386 pincrease -1 
-0x3839 010387 mul32 pdata ,18 ,pdata 
-0x383a 010388 arg mem_mesh_vendor_timer_timing_buffer ,rega 
-0x383b 010389 iadd rega ,rega 
-0x383c 010390 setarg 0 
-0x383d 010391 istore 1 ,rega 
-0x383e 010392 rtn 
-:      010394 ali_mesh_ali_vendor_aim_timer_buffer_clear_all:
-0x383f 010395 arg 18 ,loopcnt 
-0x3840 010396 mul32 loopcnt ,mesh_x_timers ,loopcnt 
-0x3841 010397 arg mem_mesh_vendor_timer_timing_buffer ,contw 
-0x3842 010398 call clear_mem 
-0x3843 010399 call peripherals_write_mesh_timer_infmatn 
-0x3844 010400 branch ali_mesh_access_layer_send_ali_vendor_message_delete_timer 
-:      010402 ali_mesh_ali_vendor_message_opcode_timer_inquire:
-0x3845 010403 ifetch 1 ,contr 
-0x3846 010404 beq 0xff ,ali_mesh_ali_vendor_message_opcode_timer_inquire_all_timer 
-0x3847 010405 store 1 ,mem_mesh_vendor_timer_timing_temp 
-0x3848 010406 ifetch 1 ,contr 
-0x3849 010407 pincrease -1 
-0x384a 010408 mul32 pdata ,18 ,pdata 
-0x384b 010409 arg mem_mesh_vendor_timer_timing_buffer ,contr 
-0x384c 010410 iadd contr ,contr 
-0x384d 010411 arg mem_mesh_vendor_timer_timing_palyload ,contw 
-0x384e 010412 arg 18 ,loopcnt 
-0x384f 010413 call memcpy 
-0x3850 010414 arg vendor_message_attr_type_timer_inquire ,temp 
-0x3851 010415 call ali_mesh_ali_vendor_message_status_add_head 
-0x3852 010416 fetch 1 ,mem_mesh_vendor_timer_timing_index 
-0x3853 010417 branch ali_mesh_ali_vendor_message_opcode_timer_inquire_time_error ,blank 
-0x3854 010418 arg 0 ,temp 
-0x3855 010419 istoret 1 ,contw 
-:      010420 ali_mesh_ali_vendor_message_opcode_timer_inquire_time:
-0x3856 010421 fetch 1 ,mem_mesh_vendor_timer_timing_temp 
-0x3857 010422 istore 1 ,contw 
-0x3858 010423 fetch 1 ,mem_mesh_vendor_timer_timing_index 
-0x3859 010424 istore 1 ,contw 
-0x385a 010425 fetch 8 ,mem_mesh_vendor_timer_timing_time 
-0x385b 010426 istore 8 ,contw 
-0x385c 010427 jam 17 ,mem_mesh_access_layer_payload_len 
-0x385d 010428 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010431 ali_mesh_ali_vendor_message_opcode_timer_inquire_all_timer:
-0x385e 010432 arg vendor_message_attr_type_timer_inquire ,temp 
-0x385f 010433 call ali_mesh_ali_vendor_message_status_add_head 
-0x3860 010434 arg 0xff ,temp 
-0x3861 010435 istoret 2 ,contw 
-0x3862 010438 copy contw ,temp 
-0x3863 010439 call ali_mesh_get_all_timer_index_timer 
-0x3864 010440 pincrease 8 
-0x3865 010441 store 1 ,mem_mesh_access_layer_payload_len 
-0x3866 010442 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010447 ali_mesh_ali_vendor_message_opcode_timer_inquire_time_error:
-0x3867 010448 arg 0x80 ,temp 
-0x3868 010449 istore 1 ,contw 
-0x3869 010450 branch ali_mesh_ali_vendor_message_opcode_timer_inquire_time 
-:      010452 ali_mesh_ali_vendor_message_opcode_timer_set_state:
-0x386a 010453 ifetch 1 ,contr 
-0x386b 010454 store 1 ,mem_mesh_vendor_timer_timing_temp 
-0x386c 010455 and pdata ,0x7f ,pdata 
-0x386d 010456 pincrease -1 
-0x386e 010457 mul32 pdata ,18 ,pdata 
-0x386f 010458 arg mem_mesh_vendor_timer_timing_buffer ,contw 
-0x3870 010459 iadd contw ,contw 
-0x3871 010460 fetch 1 ,mem_mesh_vendor_timer_timing_temp 
-0x3872 010461 istore 1 ,contw 
-0x3873 010462 call peripherals_write_mesh_timer_infmatn 
-0x3874 010463 arg vendor_mseeage_attr_type_timer_enable ,temp 
-0x3875 010464 call ali_mesh_ali_vendor_message_status_add_head 
-0x3876 010465 setarg 0 
-0x3877 010466 istore 1 ,contw 
-0x3878 010467 copy contw ,temp 
-0x3879 010468 call ali_mesh_get_all_timer_index_timer 
-0x387a 010469 pincrease 7 
-0x387b 010470 store 1 ,mem_mesh_access_layer_payload_len 
-0x387c 010471 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010476 ali_mesh_time_function:
-0x387d 010477 copy clkn_bt ,temp 
-0x387e 010478 fetch 4 ,mem_system_time 
-0x387f 010479 isub temp ,null 
-0x3880 010480 call ali_mesh_timer_timeout ,positive 
-0x3881 010481 call ali_mesh_clkn_bt_add_1s 
-0x3882 010482 isub temp ,null 
-0x3883 010483 rtn positive 
-0x3884 010484 call ali_mesh_time_init_system_time_without_clk 
-0x3885 010485 fetch 4 ,mem_mesh_vendor_timer_current_time 
-0x3886 010486 pincrease 1 
-0x3887 010487 store 4 ,mem_mesh_vendor_timer_current_time 
-0x3888 010488 branch ali_mesh_ali_vendor_check_time 
-:      010491 ali_mesh_time_init_system_time:
-0x3889 010492 copy clkn_bt ,pdata 
-:      010493 ali_mesh_time_init_system_time_without_clk:
-0x388a 010494 store 4 ,mem_system_time 
-0x388b 010495 fetch 1 ,mem_system_time + 3 
-0x388c 010496 and_into 0x0f ,pdata 
-0x388d 010497 store 1 ,mem_system_time + 3 
-0x388e 010498 rtn 
-:      010500 ali_mesh_timer_timeout:
-0x388f 010501 rtn zero 
-0x3890 010502 copy pdata ,regb 
-0x3891 010503 setarg 0x100000 
-0x3892 010504 lshift8 pdata ,pdata 
-0x3893 010505 iadd temp ,temp 
-0x3894 010506 copy regb ,pdata 
-0x3895 010507 rtn 
-:      010509 ali_mesh_clkn_bt_add_1s:
-0x3896 010510 arg 20 ,loopcnt 
-:      010511 ali_mesh_time_loop:
-0x3897 010512 pincrease 160 
-0x3898 010513 loop ali_mesh_time_loop 
-0x3899 010514 rtn 
-:      010516 ali_mesh_ali_vendor_check_time:
-0x389a 010517 setarg mesh_x_timers 
-0x389b 010518 store 1 ,mem_mesh_vendor_timer_check_loop 
-0x389c 010519 pincrease -1 
-0x389d 010520 mul32 pdata ,18 ,pdata 
-0x389e 010521 arg mem_mesh_vendor_timer_timing_buffer ,alarm 
-0x389f 010522 iadd alarm ,alarm 
-:      010523 ali_mesh_ali_vendor_check_time_loop:
-0x38a0 010524 ifetch 1 ,alarm 
-0x38a1 010525 ncall ali_mesh_ali_vendor_had_timing ,blank 
-0x38a2 010526 increase -18 ,alarm 
-0x38a3 010528 fetch 1 ,mem_mesh_vendor_timer_check_loop 
-0x38a4 010529 pincrease -1 
-0x38a5 010530 rtn blank 
-0x38a6 010531 store 1 ,mem_mesh_vendor_timer_check_loop 
-0x38a7 010532 branch ali_mesh_ali_vendor_check_time_loop 
-:      010534 ali_mesh_ali_vendor_had_timing:
-0x38a8 010535 arg 7 ,queue 
-0x38a9 010536 qisolate0 pdata 
-0x38aa 010537 rtn true 
-0x38ab 010538 and pdata ,0x7f ,pdata 
-0x38ac 010539 arg mesh_x_timers ,temp 
-0x38ad 010540 isub temp ,null 
-0x38ae 010541 rtn positive 
-0x38af 010542 copy alarm ,contr 
-0x38b0 010543 arg mem_mesh_vendor_timer_timing_palyload ,contw 
-0x38b1 010544 arg 18 ,loopcnt 
-0x38b2 010545 call memcpy 
-0x38b3 010546 fetch 1 ,mem_mesh_vendor_timer_timing_palyload + 17 
-0x38b4 010547 beq 0x59 ,ali_mesh_ali_vendor_had_timing_cyclically 
-:      010548 ali_mesh_ali_vendor_had_timing_single_time:
-0x38b5 010549 fetcht 4 ,mem_mesh_vendor_timer_current_time 
-0x38b6 010550 fetch 4 ,mem_mesh_vendor_timer_timing_time 
-0x38b7 010551 isub temp ,null 
-0x38b8 010552 fetch 1 ,mem_mesh_vendor_timer_timing_attr_para 
-0x38b9 010553 branch ali_mesh_ali_vendor_time_timeout ,zero 
-0x38ba 010554 nbranch ali_mesh_ali_vendor_time_out_of_date ,positive 
-0x38bb 010555 rtn 
-:      010557 ali_mesh_ali_vendor_time_out_of_date:
-0x38bc 010558 setarg 0 
-0x38bd 010559 istore 1 ,alarm 
-0x38be 010560 rtn 
-:      010562 ali_mesh_ali_vendor_had_timing_cyclically:
-0x38bf 010564 fetch 4 ,mem_mesh_vendor_timer_current_time 
-0x38c0 010565 arg seconds_of_min ,temp 
-0x38c1 010566 idiv temp 
-0x38c2 010567 call wait_div_end 
-0x38c3 010568 remainder pdata 
-0x38c4 010569 nrtn blank 
-0x38c5 010571 fetch 4 ,mem_mesh_vendor_timer_current_time 
-0x38c6 010572 arg seconds_of_four_days ,temp 
-0x38c7 010573 isub temp ,pdata 
-0x38c8 010575 arg seconds_of_week ,temp 
-0x38c9 010576 idiv temp 
-0x38ca 010577 call wait_div_end 
-0x38cb 010578 remainder pdata 
-0x38cc 010579 arg seconds_of_day ,temp 
-0x38cd 010580 idiv temp 
-0x38ce 010581 call wait_div_end 
-0x38cf 010582 remainder rega 
-0x38d0 010583 quotient queue 
-0x38d1 010584 fetch 1 ,mem_mesh_vendor_timer_timing_weekdays_cyclic 
-0x38d2 010585 branch ali_mesh_ali_vendor_had_timing_cyclically_continue ,blank 
-0x38d3 010586 qisolate1 pdata 
-0x38d4 010587 nrtn true 
-:      010588 ali_mesh_ali_vendor_had_timing_cyclically_continue:
-0x38d5 010590 deposit rega 
-0x38d6 010591 arg seconds_of_min ,temp 
-0x38d7 010592 idiv temp 
-0x38d8 010593 call wait_div_end 
-0x38d9 010594 quotient temp 
-0x38da 010595 setarg eight_hours_time_zone_offset 
-0x38db 010596 iadd temp ,temp 
-0x38dc 010597 fetch 2 ,mem_mesh_vendor_timer_timing_time_cyclic 
-0x38dd 010598 arg 0xfff ,rega 
-0x38de 010599 iand rega ,pdata 
-0x38df 010600 isub temp ,null 
-0x38e0 010601 nrtn zero 
-0x38e1 010602 fetch 1 ,mem_mesh_vendor_timer_timing_attr_para_cyclic 
-0x38e2 010603 branch ali_mesh_ali_vendor_time_timeout 
-:      010605 ali_mesh_ali_vendor_time_timeout:
-0x38e3 010606 store 1 ,mem_mesh_generic_onoff_set_payload_onoff 
-0x38e4 010607 jam 1 ,mem_mesh_vendor_timer_check_loop 
-0x38e5 010609 copy alarm ,pdata 
-0x38e6 010610 store 2 ,mem_mesh_alarm_temp 
-0x38e7 010612 fetcht 1 ,mem_mesh_generic_onoff_set_payload_onoff 
-0x38e8 010613 fetchr queue ,1 ,mem_mesh_receive_element_number 
-0x38e9 010614 call ali_mesh_ali_vendor_message_opcode_generic_onoff 
-0x38ea 010616 fetch 2 ,mem_mesh_alarm_temp 
-0x38eb 010617 copy pdata ,alarm 
-0x38ec 010618 add alarm ,17 ,contr 
-0x38ed 010619 ifetch 1 ,contr 
-0x38ee 010620 beq timer_cyclical_falg ,ali_mesh_ali_vendor_time_timeout_cyclic 
-:      010621 ali_mesh_ali_vendor_time_timeout_continue:
-0x38ef 010622 setarg 0 
-0x38f0 010623 istore 1 ,alarm 
-0x38f1 010624 fetchr queue ,1 ,mem_mesh_receive_element_number 
-0x38f2 010625 call ali_mesh_ali_vendor_message_opcode_timing_finish 
-0x38f3 010626 branch peripherals_write_mesh_timer_infmatn 
-:      010630 ali_mesh_ali_vendor_time_timeout_cyclic:
-0x38f4 010631 fetch 1 ,mem_mesh_vendor_timer_timing_weekdays_cyclic 
-0x38f5 010632 branch ali_mesh_ali_vendor_time_timeout_continue ,blank 
-0x38f6 010633 arg vendor_attr_type_event_trigger ,temp 
-0x38f7 010634 call ali_mesh_ali_vendor_message_status_add_head 
-0x38f8 010635 setarg 0x11 
-0x38f9 010636 istore 1 ,contw 
-0x38fa 010637 ifetch 1 ,alarm 
-0x38fb 010638 or pdata ,0x80 ,pdata 
-0x38fc 010639 istore 1 ,contw 
-0x38fd 010640 jam 8 ,mem_mesh_access_layer_payload 
-0x38fe 010641 branch ali_mesh_ali_vendor_message_send_message 
-:      010643 ali_mesh_ali_vendor_message_opcode_timing_finish:
-0x38ff 010644 arg vendor_attr_type_event_index_report ,temp 
-0x3900 010645 call ali_mesh_ali_vendor_message_status_add_head 
-0x3901 010646 copy contw ,temp 
-0x3902 010647 call ali_mesh_get_all_timer_index_timer 
-0x3903 010649 pincrease 6 
-0x3904 010650 store 1 ,mem_mesh_access_layer_payload_len 
-0x3905 010651 jam vendor_message_attr_status ,mem_mesh_access_layer_payload 
-0x3906 010652 branch ali_mesh_ali_vendor_message_send_message 
-:      010655 ali_mesh_ali_vendor_message_opcode_timer_set_timing:
-0x3907 010656 arg mem_mesh_vendor_timer_timing_index ,contw 
-0x3908 010657 arg 16 ,loopcnt 
-0x3909 010658 call memcpy 
-0x390a 010659 fetch 1 ,mem_mesh_vendor_timer_timing_index 
-0x390b 010660 and pdata ,0x7f ,pdata 
-0x390c 010661 store 1 ,mem_mesh_vendor_timer_timing_temp 
-0x390d 010662 sub pdata ,mesh_x_timers ,null 
-0x390e 010663 nrtn positive 
-0x390f 010664 fetch 4 ,mem_mesh_vendor_timer_timing_time 
-0x3910 010665 arg 60 ,temp 
-0x3911 010666 idiv temp 
-0x3912 010667 call wait_div_end 
-0x3913 010668 remainder temp 
-0x3914 010669 isub temp ,pdata 
-0x3915 010670 store 4 ,mem_mesh_vendor_timer_timing_time 
-0x3916 010671 setarg 0 
-0x3917 010672 store 2 ,mem_mesh_vendor_timer_timing_flag 
-0x3918 010673 arg mem_mesh_vendor_timer_timing_index ,rega 
-0x3919 010674 call ali_mesh_ali_vendor_store_mesh_timer_infmatn 
-0x391a 010675 arg vendor_mseeage_attr_type_set_time_single ,temp 
-0x391b 010676 branch ali_mesh_access_layer_send_ali_vendor_message_current_timing 
-:      010681 ali_mesh_ali_vendor_message_opcode_timer_set_timing_cyclically:
-0x391c 010683 arg mem_mesh_vendor_timer_timing_index_cyclic ,contw 
-0x391d 010684 arg 17 ,loopcnt 
-0x391e 010685 call memcpy 
-0x391f 010688 fetch 1 ,mem_mesh_vendor_timer_timing_index_cyclic 
-0x3920 010689 and pdata ,0x7f ,pdata 
-0x3921 010690 store 1 ,mem_mesh_vendor_timer_timing_temp 
-0x3922 010691 sub pdata ,mesh_x_timers ,null 
-0x3923 010692 nrtn positive 
-0x3924 010694 jam 0x59 ,mem_mesh_vendor_timer_timing_cyclic_flag 
-0x3925 010695 arg mem_mesh_vendor_timer_timing_index_cyclic ,rega 
-0x3926 010696 call ali_mesh_ali_vendor_store_mesh_timer_infmatn 
-0x3927 010697 arg vendor_mseeage_attr_type_set_time_repeat ,temp 
-:      010700 ali_mesh_access_layer_send_ali_vendor_message_current_timing:
-0x3928 010702 call ali_mesh_ali_vendor_message_status_add_head 
-0x3929 010703 setarg 0 
-0x392a 010704 store 1 ,mem_mesh_access_layer_payload + 6 
-0x392b 010705 copy contw ,temp 
-0x392c 010706 call ali_mesh_get_all_timer_index_timer 
-0x392d 010707 pincrease 7 
-0x392e 010708 store 1 ,mem_mesh_access_layer_payload_len 
-0x392f 010709 branch ali_mesh_upper_transport_layer_send_access_message 
-:      010712 ali_mesh_ali_vendor_store_mesh_timer_infmatn:
-0x3930 010713 call ali_mesh_vendor_timer_buffer_offset_cal 
-0x3931 010714 copy rega ,contr 
-0x3932 010715 arg mem_mesh_vendor_timer_timing_buffer ,contw 
-0x3933 010716 iadd contw ,contw 
-0x3934 010717 arg 18 ,loopcnt 
-0x3935 010718 call memcpy 
-0x3936 010719 branch peripherals_write_mesh_timer_infmatn 
-:      010721 ali_mesh_vendor_timer_buffer_offset_cal:
-0x3937 010722 fetch 1 ,mem_mesh_vendor_timer_timing_temp 
-0x3938 010723 pincrease -1 
-0x3939 010724 mul32 pdata ,18 ,pdata 
-0x393a 010725 rtn 
-:      010727 ali_mesh_get_all_timer_index_timer:
-0x393b 010728 arg mem_mesh_vendor_timer_timing_buffer ,rega 
-0x393c 010729 arg 0 ,regb 
-0x393d 010730 copy temp ,contw 
-0x393e 010731 arg mesh_x_timers ,loopcnt 
-0x393f 010732 increase -1 ,loopcnt 
-:      010733 ali_mesh_get_all_timer_index_timer_loop:
-0x3940 010734 ifetch 1 ,rega 
-0x3941 010735 beq 0xff ,ali_mesh_get_all_timer_index_timer_loop_end 
-0x3942 010736 branch ali_mesh_get_all_timer_index_timer_loop_end ,blank 
-0x3943 010737 increase 1 ,regb 
-0x3944 010738 istore 1 ,contw 
-:      010739 ali_mesh_get_all_timer_index_timer_loop_end:
-0x3945 010740 setarg 18 
-0x3946 010741 iadd rega ,rega 
-0x3947 010742 loop ali_mesh_get_all_timer_index_timer_loop 
-0x3948 010743 copy regb ,pdata 
-0x3949 010744 rtn 
-:      010746 peripherals_write_mesh_timer_infmatn:
-0x394a 010747 fetch 2 ,mem_mesh_cb_vendor_timing_changed 
-0x394b 010748 branch callback_func 
-:      010758 ali_mesh_bearer_layer_send_packet_by_network_layer:
-0x394c 010759 bpatchx patch34_1 ,mem_patch34 
-0x394d 010760 setarg mem_mesh_queue_each_size 
-0x394e 010761 store 2 ,mem_mesh_element_device_queue_buffer_ptr 
-0x394f 010762 setarg mem_mesh_element_device 
-0x3950 010763 store 2 ,mem_mesh_rega_temp 
-0x3951 010764 jam adv_pairing_mesh_message_duration ,mem_mesh_queue_ele_duration 
-0x3952 010765 fetch 1 ,mem_mesh_gatt_package_send_msg_id 
-0x3953 010766 store 1 ,mem_mesh_queue_ele_gatt_msg_id 
-0x3954 010768 fetch 1 ,mem_mesh_lower_transport_layer_payload_len 
-0x3955 010769 pincrease 11 
-0x3956 010770 add pdata ,-2 ,loopcnt 
-0x3957 010779 store 1 ,mem_mesh_queue_ele_len 
-0x3958 010780 pincrease -1 
-0x3959 010783 istore 1 ,contw 
-0x395a 010784 setarg gap_adtype_mesh_message 
-0x395b 010785 istore 1 ,contw 
-0x395c 010786 arg mem_mesh_send_upper_layer_ivi_and_nid ,contr 
-0x395d 010787 call memcpy_fast 
-0x395e 010788 fetchr rega ,2 ,mem_mesh_rega_temp 
-0x395f 010789 call ali_mesh_advertising_bearer_layer_init_queue 
-0x3960 010790 call queue_push 
-:      010791 ali_mesh_bearer_layer_gatt_send_packet_by_network_layer:
-0x3961 010792 fetch 2 ,mem_ui_state_map 
-0x3962 010793 isolate1 ui_state_ble_connected ,pdata 
-0x3963 010794 nrtn true 
-:      010795 ali_mesh_send_ble_data_control_package:
-0x3964 010796 call ali_mesh_network_layer_init_gatt_queue_param 
-0x3965 010797 arg mem_mesh_queue_ele_temp ,rega 
-0x3966 010798 branch queue_push 
-:      010800 ali_mesh_advertising_bearer_layer_init_queue:
-0x3967 010801 add rega ,element_device_queue_buffer_ptr ,contr 
-0x3968 010802 ifetch 2 ,contr 
-0x3969 010803 store 2 ,mem_queue_ptr 
-0x396a 010804 arg mem_mesh_queue_ele_temp ,rega 
-0x396b 010805 rtn 
-:      010808 ali_mesh_advertising_bearer_layer_init_queue_param:
-0x396c 010809 setarg mem_mesh_queue_each_size 
-0x396d 010810 store 2 ,mem_queue_ptr 
-0x396e 010811 rtn 
-:      010813 ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue:
-:      010815 ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue_deal:
-0x396f 010816 fetch 1 ,mem_mesh_upper_tran_layer_packet_advertising 
-0x3970 010817 rtnne packet_in_bearer 
-0x3971 010818 jam packet_in_adverting ,mem_mesh_upper_tran_layer_packet_advertising 
-0x3972 010819 branch ali_mesh_control_ble_advertising_on_advertising 
-:      010821 ali_mesh_advertising_bearer_layer_send_packet_by_app_bearer_calc_param:
-0x3973 010822 arg mem_mesh_queue_ele_payload + 2 ,rega 
-0x3974 010823 arg max_app_mssage_payload_length ,temp 
-0x3975 010824 setarg 0x21 
-0x3976 010825 nrtn true 
-0x3977 010826 arg mem_mesh_queue_ele_payload + 20 ,rega 
-0x3978 010827 fetcht 1 ,mem_mesh_queue_ele_len 
-0x3979 010828 increase -18 ,temp 
-0x397a 010829 setarg 0x22 
-0x397b 010830 rtn 
-:      010838 ali_mesh_advertising_add_adtype_flags:
-0x397c 010839 arg mem_mesh_adv_data ,contw 
-0x397d 010840 setarg 0x02 
-0x397e 010841 istore 1 ,contw 
-0x397f 010842 setarg gap_adtype_flags 
-0x3980 010843 istore 1 ,contw 
-0x3981 010844 setarg 0x02 
-0x3982 010845 istore 1 ,contw 
-0x3983 010846 rtn 
-:      010850 ali_mesh_advertising_add_adtype_16bit_complete:
-0x3984 010851 arg mesh_provisioning_uuid ,temp 
-0x3985 010852 setarg 0x03 
-0x3986 010853 istore 1 ,contw 
-0x3987 010854 setarg gap_adtype_16bit_complete 
-0x3988 010855 istore 1 ,contw 
-0x3989 010856 istoret 2 ,contw 
-0x398a 010857 rtn 
-:      010860 mesh_ble_rx_packet_only:
-0x398b 010861 call le_enable 
-0x398c 010862 call le_init_adv 
-0x398d 010863 call le_receive_adv 
-0x398e 010864 nrtn match 
-0x398f 010866 fetch 1 ,mem_le_adv_rcv 
-0x3990 010867 pincrease 1 
-0x3991 010868 store 1 ,mem_le_adv_rcv 
-0x3992 010869 fetch 2 ,mem_mesh_cb_receive_advertising 
-0x3993 010870 call callback_func 
-0x3994 010871 branch le_disable 
-:      010873 mesh_ble_rx_packet:
-0x3995 010874 call mesh_ble_rx_packet_check_and_init 
-0x3996 010875 rtn user 
-:      010876 mesh_ble_rx_packet_check_timer:
-0x3997 010877 call mesh_ble_rx_packet_only 
-0x3998 010878 call connection_dispatch 
-0x3999 010879 fetcht 2 ,mem_le_scan_interval 
-0x399a 010880 arg 10 ,queue 
-0x399b 010881 call sniff_check_window 
-0x399c 010882 rtn user 
-0x399d 010883 arg mesh_ble_rx_timer ,queue 
-0x399e 010884 call timer_check 
-0x399f 010885 nbranch mesh_ble_rx_packet_check_timer ,blank 
-0x39a0 010886 rtn 
-:      010888 mesh_ble_rx_packet_check_and_init:
-0x39a1 010889 fetcht 2 ,mem_le_scan_interval 
-0x39a2 010890 arg 4 ,queue 
-0x39a3 010891 call sniff_check_window 
-0x39a4 010892 rtn user 
-0x39a5 010893 call mesh_le_calc_next_scan_channel 
-0x39a6 010894 fetch 2 ,mem_le_scan_interval 
-0x39a7 010895 arg mesh_ble_rx_timer ,queue 
-0x39a8 010896 branch timer_init 
-:      010899 mesh_le_calc_next_scan_channel:
-0x39a9 010900 fetch 1 ,mem_mesh_adv_scan_channel 
-0x39aa 010901 pincrease 1 
-0x39ab 010902 store 1 ,mem_mesh_adv_scan_channel 
-0x39ac 010903 store 1 ,mem_le_ch_mapped 
-0x39ad 010904 rtnne 40 
-0x39ae 010905 jam 37 ,mem_mesh_adv_scan_channel 
-0x39af 010906 jam 37 ,mem_le_ch_mapped 
-0x39b0 010907 rtn 
-:      010909 mesh_check_ble_rx_packet:
-0x39b1 010910 fetch 1 ,mem_le_rxbuf 
-0x39b2 010911 and pdata ,0x0f ,pdata 
-0x39b3 010912 beq adv_ind ,ali_mesh_match_advertising_packet 
-0x39b4 010913 beq adv_nonconn_ind ,ali_mesh_match_advertising_packet 
-0x39b5 010914 rtn 
-:      010916 ali_mesh_match_advertising_packet:
-0x39b6 010917 ifetcht 1 ,contr 
-0x39b7 010918 sub temp ,adv_packet_min_length ,null 
-0x39b8 010919 rtn positive 
-0x39b9 010920 sub temp ,adv_packet_max_length ,null 
-0x39ba 010921 nrtn positive 
-0x39bb 010922 add temp ,-6 ,rega 
-0x39bc 010923 add contr ,6 ,regb 
-:      010925 ali_mesh_find_adv_ind_packet:
-0x39bd 010926 ifetcht 1 ,regb 
-0x39be 010927 sub temp ,ad_type_min_length ,null 
-0x39bf 010928 rtn positive 
-0x39c0 010929 sub temp ,ad_type_max_length ,null 
-0x39c1 010930 nrtn positive 
-0x39c2 010931 copy temp ,pdata 
-0x39c3 010932 rtn blank 
-0x39c4 010933 bpatchx patch34_2 ,mem_patch34 
-0x39c5 010934 ifetch 1 ,contr 
-0x39c6 010935 beq gap_adtype_manufacturer_specific ,ali_mesh_receive_adtype_manufacturer_specific_tmall_control 
-0x39c7 010936 beq gap_adtype_mesh_message ,ali_mesh_receive_adtype_mesh_message 
-0x39c8 010939 add temp ,1 ,pdata 
-0x39c9 010940 isub rega ,null 
-0x39ca 010941 rtn positive 
-0x39cb 010942 iadd regb ,regb 
-0x39cc 010943 sub temp ,-1 ,pdata 
-0x39cd 010944 iadd rega ,rega 
-0x39ce 010945 copy rega ,pdata 
-0x39cf 010946 rtn blank 
-0x39d0 010947 branch ali_mesh_find_adv_ind_packet 
-:      010949 ali_mesh_receive_adtype_manufacturer_specific_tmall_control:
-0x39d1 010950 jam mesh_message_tmall ,mem_mesh_fast_pair_packet_type 
-0x39d2 010951 branch ali_mesh_receive_adtype_manufacturer_specific 
-:      010954 mesh_le_send_adv:
-0x39d3 010955 fetch 1 ,mem_le_adv_transmit 
-0x39d4 010956 pincrease 1 
-0x39d5 010957 store 1 ,mem_le_adv_transmit 
-0x39d6 010959 bpatchx patch34_3 ,mem_patch34 
-0x39d7 010960 call le_enable 
-0x39d8 010961 arg 39 ,loopcnt 
-0x39d9 010962 arg mem_le_txheader ,contr 
-0x39da 010963 arg mem_le_txheader_mesh_temp ,contw 
-0x39db 010964 call memcpy_fast 
-0x39dc 010965 jam 37 ,mem_le_ch_mapped 
-0x39dd 010966 arg 1800 ,stop_watch 
-0x39de 010967 enable swfine 
-0x39df 010968 disable match 
-:      010970 mesh_le_send_adv_loop:
-0x39e0 010971 call le_init_adv 
-0x39e1 010972 call mesh_le_send_adv_nonconn_ind 
-0x39e2 010973 random pdata 
-0x39e3 010974 arg 0x1ff ,temp 
-0x39e4 010975 iand temp ,pdata 
-0x39e5 010976 add pdata ,100 ,pdata 
-0x39e6 010977 call delay 
-0x39e7 010978 fetch 1 ,mem_le_ch_mapped 
-0x39e8 010979 pincrease 1 
-0x39e9 010980 store 1 ,mem_le_ch_mapped 
-0x39ea 010981 bne 40 ,mesh_le_send_adv_loop 
-0x39eb 010983 arg 39 ,loopcnt 
-0x39ec 010984 arg mem_le_txheader ,contw 
-0x39ed 010985 arg mem_le_txheader_mesh_temp ,contr 
-0x39ee 010986 call memcpy_fast 
-0x39ef 010987 branch le_disable 
-:      010989 mesh_le_send_adv_nonconn_ind:
-0x39f0 010990 arg adv_nonconn_ind ,temp 
-0x39f1 010991 storet 1 ,mem_le_txheader 
-0x39f2 010992 fetcht 1 ,mem_mesh_adv_data_len 
-0x39f3 010993 add temp ,6 ,pdata 
-0x39f4 010994 store 1 ,mem_le_txlen 
-0x39f5 010995 fetch 6 ,mem_le_lap 
-0x39f6 010996 store 6 ,mem_le_txpayload 
-0x39f7 010997 copy temp ,loopcnt 
-0x39f8 010998 arg mem_mesh_adv_data ,contr 
-0x39f9 010999 call memcpy_fast 
-0x39fa 011001 branch le_transmit_norx 
-:      011012 ali_mesh_base_adt_cache:
-0x39fb 011013 bpatchx patch34_4 ,mem_patch34 
-0x39fc 011014 fetcht 2 ,mem_ccm_data_ptr 
-0x39fd 011015 fetch 1 ,mem_ccm_data_len 
-0x39fe 011016 copy temp ,contr 
-0x39ff 011017 arg mem_k4_salt ,rega 
-0x3a00 011018 arg mem_k4_t ,alarm 
-0x3a01 011019 call ali_mesh_encrypt_base_function_aes_cmac 
-0x3a02 011020 call disable_user 
-0x3a03 011021 copy regc ,pdata 
-0x3a04 011022 iadd alarm ,contr 
-0x3a05 011023 fetcht 4 ,mem_k4_t 
-0x3a06 011024 fetch 2 ,mem_mesh_mic_cache_ptr 
-0x3a07 011025 copy pdata ,rega 
-0x3a08 011027 arg transport_mic_cache_space_num ,loopcnt 
-:      011028 ali_mesh_base_adt_cache_loop:
-0x3a09 011029 ifetch 4 ,rega 
-0x3a0a 011030 branch ali_mesh_base_adt_cache_empty_space ,blank 
-0x3a0b 011031 isub temp ,null 
-0x3a0c 011032 rtn zero 
-0x3a0d 011033 increase transport_mic_cache_space_size ,rega 
-0x3a0e 011034 loop ali_mesh_base_adt_cache_loop 
-0x3a0f 011035 fetch 2 ,mem_mesh_mic_cache_ptr 
-0x3a10 011036 copy pdata ,contw 
-0x3a11 011037 add pdata ,transport_mic_cache_space_size ,contr 
-0x3a12 011040 arg transport_mic_cache_total_size ,loopcnt 
-0x3a13 011041 call memcpy_fast 
-0x3a14 011042 istoret 4 ,contw 
-0x3a15 011043 branch enable_user 
-:      011044 ali_mesh_base_adt_cache_empty_space:
-0x3a16 011045 istoret 4 ,rega 
-0x3a17 011046 branch enable_user 
-:      011048 ali_mesh_chip_peripherals_load_data:
-0x3a18 011049 fetch 1 ,mem_mesh_chip_select 
-0x3a19 011050 beq mesh_chip_from_eeprom ,ali_mesh_chip_peripherals_load_data_from_eep 
-:      011051 ali_mesh_chip_peripherals_load_data_from_flash:
-0x3a1a 011052 call ali_mesh_chip_peripherals_load_three_tuple_from_flash 
-0x3a1b 011053 call ali_mesh_chip_peripherals_load_network_key_from_flash 
-0x3a1c 011054 call ali_mesh_chip_peripherals_load_application_key_from_flash 
-0x3a1d 011055 call ali_mesh_chip_peripherals_load_device_key_from_flash 
-0x3a1e 011056 call ali_mesh_chip_peripherals_load_reset_count_from_flash 
-0x3a1f 011057 call ali_mesh_chip_peripherals_load_seq_from_flash 
-0x3a20 011058 branch ali_mesh_chip_peripherals_load_subscription_from_flash 
-:      011060 ali_mesh_chip_peripherals_load_three_tuple_from_flash:
-0x3a21 011061 arg mesh_eep_three_tuple_length ,temp 
-0x3a22 011062 arg mem_mesh_three_tuple_productid ,rega 
-0x3a23 011063 setarg 0x1ffa0 
-0x3a24 011064 branch spid_read_flash 
-:      011065 ali_mesh_chip_peripherals_load_network_key_from_flash:
-0x3a25 011066 arg mesh_eep_network_key_length ,temp 
-0x3a26 011067 arg mem_mesh_network_key ,rega 
-0x3a27 011068 setarg mesh_flash_network_key_addr 
-0x3a28 011069 call spid_read_flash 
-0x3a29 011070 fetch 1 ,mem_mesh_last_iv_index_byte 
-0x3a2a 011071 store 1 ,mem_mesh_iv_index + 3 
-0x3a2b 011072 rtn 
-:      011073 ali_mesh_chip_peripherals_load_application_key_from_flash:
-0x3a2c 011074 arg mesh_eep_application_key_length ,temp 
-0x3a2d 011075 arg mem_mesh_application_key ,rega 
-0x3a2e 011076 setarg mesh_flash_application_key_addr 
-0x3a2f 011077 branch spid_read_flash 
-:      011078 ali_mesh_chip_peripherals_load_device_key_from_flash:
-0x3a30 011079 arg mesh_eep_device_key_length ,temp 
-0x3a31 011080 arg mem_mesh_device_key ,rega 
-0x3a32 011081 setarg mesh_flash_device_key_addr 
-0x3a33 011082 branch spid_read_flash 
-:      011083 ali_mesh_chip_peripherals_load_reset_count_from_flash:
-0x3a34 011084 rtn 
-:      011085 ali_mesh_chip_peripherals_load_seq_from_flash:
-0x3a35 011086 arg mesh_eep_seq_length ,temp 
-0x3a36 011087 arg mem_mesh_send_message_seq ,rega 
-0x3a37 011088 setarg mesh_flash_message_seq_addr 
-0x3a38 011089 branch spid_read_flash 
-:      011090 ali_mesh_chip_peripherals_load_subscription_from_flash:
-0x3a39 011091 fetch 2 ,mem_mesh_core_feature 
-0x3a3a 011092 rtnbit1 mesh_feature_disable_subscription 
-0x3a3b 011093 arg mesh_eep_subscription_total_length ,temp 
-0x3a3c 011094 arg mem_mesh_subscription_eep_temp ,rega 
-0x3a3d 011095 setarg mesh_flash_subscription_addr 
-0x3a3e 011096 call spid_read_flash 
-0x3a3f 011097 call mesh_get_element_info_config 
-0x3a40 011098 arg mem_mesh_subscription_eep_temp ,contr 
-0x3a41 011099 add rega ,element_device_subscription_label ,rega 
-0x3a42 011100 branch ali_mesh_chip_peripherals_load_subscription_loop 
-:      011103 ali_mesh_chip_peripherals_load_data_from_eep:
-0x3a43 011104 call ali_mesh_chip_peripherals_load_three_tuple_from_eep 
-0x3a44 011105 call ali_mesh_chip_peripherals_load_network_key_from_eep 
-0x3a45 011106 call ali_mesh_chip_peripherals_load_application_key_from_eep 
-0x3a46 011107 call ali_mesh_chip_peripherals_load_device_key_from_eep 
-0x3a47 011108 call ali_mesh_chip_peripherals_load_reset_count_from_eep 
-0x3a48 011109 call ali_mesh_chip_peripherals_load_seq_from_eep 
-0x3a49 011110 branch ali_mesh_chip_peripherals_load_subscription_from_eep 
-:      011112 ali_mesh_chip_peripherals_load_three_tuple_from_eep:
-0x3a4a 011113 arg mesh_eep_three_tuple_length ,temp 
-0x3a4b 011114 arg mem_mesh_three_tuple_productid ,rega 
-0x3a4c 011115 arg mesh_eep_three_tuple_offset ,regb 
-0x3a4d 011116 branch iicd_read_eep_data 
-:      011118 ali_mesh_chip_peripherals_load_network_key_from_eep:
-0x3a4e 011119 arg mesh_eep_network_key_length ,temp 
-0x3a4f 011120 arg mem_mesh_network_key ,rega 
-0x3a50 011121 arg mesh_eep_network_key_offset ,regb 
-0x3a51 011122 call iicd_read_eep_data 
-0x3a52 011123 fetch 1 ,mem_mesh_last_iv_index_byte 
-0x3a53 011124 store 1 ,mem_mesh_iv_index + 3 
-0x3a54 011125 rtn 
-:      011127 ali_mesh_chip_peripherals_load_application_key_from_eep:
-0x3a55 011128 arg mesh_eep_application_key_length ,temp 
-0x3a56 011129 arg mem_mesh_application_key ,rega 
-0x3a57 011130 arg mesh_eep_application_key_offset ,regb 
-0x3a58 011131 branch iicd_read_eep_data 
-:      011133 ali_mesh_chip_peripherals_load_device_key_from_eep:
-0x3a59 011134 arg mesh_eep_device_key_length ,temp 
-0x3a5a 011135 arg mem_mesh_device_key ,rega 
-0x3a5b 011136 arg mesh_eep_device_key_offset ,regb 
-0x3a5c 011137 branch iicd_read_eep_data 
-:      011139 ali_mesh_chip_peripherals_load_reset_count_from_eep:
-0x3a5d 011140 rtn 
-:      011142 ali_mesh_chip_peripherals_load_seq_from_eep:
-0x3a5e 011143 arg mesh_eep_seq_length ,temp 
-0x3a5f 011144 arg mem_mesh_send_message_seq ,rega 
-0x3a60 011145 arg mesh_eep_seq_offset ,regb 
-0x3a61 011146 branch iicd_read_eep_data 
-:      011148 ali_mesh_chip_peripherals_load_subscription_from_eep:
-0x3a62 011149 fetch 2 ,mem_mesh_core_feature 
-0x3a63 011150 rtnbit1 mesh_feature_disable_subscription 
-0x3a64 011151 arg mesh_eep_subscription_total_length ,temp 
-0x3a65 011152 arg mem_mesh_subscription_eep_temp ,rega 
-0x3a66 011153 arg mesh_eep_subscription_offset ,regb 
-0x3a67 011154 call iicd_read_eep_data 
-0x3a68 011155 call mesh_get_element_info_config 
-0x3a69 011156 arg mem_mesh_subscription_eep_temp ,contr 
-0x3a6a 011157 add rega ,element_device_subscription_label ,rega 
-:      011158 ali_mesh_chip_peripherals_load_subscription_loop:
-0x3a6b 011159 copy rega ,contw 
-0x3a6c 011160 call memcpy16 
-0x3a6d 011161 copy regb ,pdata 
-0x3a6e 011162 iadd rega ,rega 
-0x3a6f 011163 loop ali_mesh_chip_peripherals_load_subscription_loop 
-0x3a70 011164 rtn 
-:      011166 mesh_receive_config_appkey_add_cb:
-0x3a71 011167 fetch 1 ,mem_mesh_chip_select 
-0x3a72 011168 beq mesh_chip_from_eeprom ,mesh_receive_config_appkey_add_eeprom_cb 
-0x3a73 011169 beq mesh_chip_from_flash ,mesh_receive_config_appkey_add_flash_cb 
-:      011170 mesh_receive_config_appkey_add_flash_cb:
-0x3a74 011171 call ali_mesh_chip_peripherals_save_network_key_from_flash 
-0x3a75 011172 call ali_mesh_chip_peripherals_save_application_key_from_flash 
-0x3a76 011173 branch ali_mesh_chip_peripherals_save_device_key_from_flash 
-:      011174 ali_mesh_chip_peripherals_save_network_key_from_flash:
-0x3a77 011175 arg mesh_eep_network_key_length ,temp 
-0x3a78 011176 arg mem_mesh_network_key ,rega 
-0x3a79 011177 setarg mesh_flash_network_key_addr 
-0x3a7a 011178 branch spid_write_flash_data 
-:      011179 ali_mesh_chip_peripherals_save_application_key_from_flash:
-0x3a7b 011180 arg mesh_eep_application_key_length ,temp 
-0x3a7c 011181 arg mem_mesh_application_key ,rega 
-0x3a7d 011182 setarg mesh_flash_application_key_addr 
-0x3a7e 011183 branch spid_write_flash_data 
-:      011184 ali_mesh_chip_peripherals_save_device_key_from_flash:
-0x3a7f 011185 arg mesh_eep_device_key_length ,temp 
-0x3a80 011186 arg mem_mesh_device_key ,rega 
-0x3a81 011187 setarg mesh_flash_device_key_addr 
-0x3a82 011188 branch spid_write_flash_data 
-:      011190 mesh_receive_config_appkey_add_eeprom_cb:
-0x3a83 011191 call ali_mesh_chip_peripherals_save_network_key_from_eep 
-0x3a84 011192 call ali_mesh_chip_peripherals_save_application_key_from_eep 
-0x3a85 011193 branch ali_mesh_chip_peripherals_save_device_key_from_eep 
-:      011195 ali_mesh_chip_peripherals_save_network_key_from_eep:
-0x3a86 011196 arg mesh_eep_network_key_length ,temp 
-0x3a87 011197 arg mem_mesh_network_key ,rega 
-0x3a88 011198 arg mesh_eep_network_key_offset ,regb 
-0x3a89 011199 branch iicd_write_protect_eep_data 
-:      011201 ali_mesh_chip_peripherals_save_application_key_from_eep:
-0x3a8a 011202 arg mesh_eep_application_key_length ,temp 
-0x3a8b 011203 arg mem_mesh_application_key ,rega 
-0x3a8c 011204 arg mesh_eep_application_key_offset ,regb 
-0x3a8d 011205 branch iicd_write_protect_eep_data 
-:      011207 ali_mesh_chip_peripherals_save_device_key_from_eep:
-0x3a8e 011208 arg mesh_eep_device_key_length ,temp 
-0x3a8f 011209 arg mem_mesh_device_key ,rega 
-0x3a90 011210 arg mesh_eep_device_key_offset ,regb 
-0x3a91 011211 branch iicd_write_protect_eep_data 
-:      011213 mesh_store_new_seq_data:
-0x3a92 011214 fetch 3 ,mem_mesh_send_message_seq 
-0x3a93 011215 fetcht 3 ,mem_mesh_send_message_seq_temp 
-0x3a94 011216 isub temp ,null 
-0x3a95 011217 nrtn positive 
-0x3a96 011218 add pdata ,128 ,pdata 
-0x3a97 011219 store 3 ,mem_mesh_send_message_seq_temp 
-0x3a98 011220 fetch 1 ,mem_mesh_chip_select 
-0x3a99 011221 beq 1 ,ali_mesh_chip_peripherals_save_seq_from_eep 
-:      011222 ali_mesh_chip_peripherals_save_seq_from_flash:
-0x3a9a 011223 arg mesh_eep_seq_length ,temp 
-0x3a9b 011224 arg mem_mesh_send_message_seq_temp ,rega 
-0x3a9c 011225 setarg mesh_flash_message_seq_addr 
-0x3a9d 011226 branch spid_write_flash_data 
-:      011227 ali_mesh_chip_peripherals_save_seq_from_eep:
-0x3a9e 011228 arg mesh_eep_seq_length ,temp 
-0x3a9f 011229 arg mem_mesh_send_message_seq_temp ,rega 
-0x3aa0 011230 arg mesh_eep_seq_offset ,regb 
-0x3aa1 011231 branch iicd_write_protect_eep_data 
-:      011233 mesh_store_new_subscriptuion_list_data:
-0x3aa2 011234 call ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep 
-0x3aa3 011235 fetch 1 ,mem_mesh_chip_select 
-0x3aa4 011236 beq 2 ,mesh_store_new_subscriptuion_list_data_from_flash 
-0x3aa5 011237 arg mesh_eep_subscription_total_length ,temp 
-0x3aa6 011238 arg mem_mesh_subscription_eep_temp ,rega 
-0x3aa7 011239 arg mesh_eep_subscription_offset ,regb 
-0x3aa8 011240 branch iicd_write_protect_eep_data 
-:      011241 mesh_store_new_subscriptuion_list_data_from_flash:
-0x3aa9 011242 arg mesh_eep_subscription_total_length ,temp 
-0x3aaa 011243 arg mem_mesh_subscription_eep_temp ,rega 
-0x3aab 011244 setarg mesh_flash_subscription_addr 
-0x3aac 011245 branch spid_write_flash_data 
-:      011247 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep:
-0x3aad 011248 call mesh_get_element_info_config 
-0x3aae 011249 arg mem_mesh_subscription_eep_temp ,contw 
-0x3aaf 011250 add rega ,element_device_subscription_label ,rega 
-:      011251 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep_loop:
-0x3ab0 011252 copy rega ,contr 
-0x3ab1 011253 call memcpy16 
-0x3ab2 011254 copy regb ,pdata 
-0x3ab3 011255 iadd rega ,rega 
-0x3ab4 011256 loop ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep_loop 
-0x3ab5 011257 rtn 
-:      011259 mesh_clear_pairing_key:
-0x3ab6 011260 fetch 1 ,mem_mesh_chip_select 
-0x3ab7 011261 beq 1 ,ali_mesh_chip_clear_pairing_key_from_eeprom 
-:      011262 ali_mesh_chip_clear_pairing_key_from_flash:
-0x3ab8 011263 setarg 0x1e000 
-0x3ab9 011264 store 3 ,mem_spi_write_addr 
-0x3aba 011265 branch spid_flash_erase_sector + 2 
-:      011266 ali_mesh_chip_clear_pairing_key_from_eeprom:
-0x3abb 011267 rtn 
-:      011269 mesh_vendor_timming_chage_cb:
-0x3abc 011270 fetch 1 ,mem_mesh_chip_select 
-0x3abd 011271 rtnne 2 
-0x3abe 011272 setarg 0x1d000 
-0x3abf 011273 arg mem_mesh_vendor_timer_timing_buffer ,rega 
-0x3ac0 011274 arg mesh_x_timers ,temp 
-0x3ac1 011275 mul32 temp ,18 ,temp 
-0x3ac2 011276 branch spid_write_flash_data 
-:      011278 ali_mesh_vendor_timer_message_read:
-0x3ac3 011279 fetch 1 ,mem_mesh_chip_select 
-0x3ac4 011280 rtnne 2 
-0x3ac5 011281 arg mem_mesh_vendor_timer_timing_buffer ,rega 
-0x3ac6 011282 arg mesh_x_timers ,temp 
-0x3ac7 011283 mul32 temp ,18 ,temp 
-0x3ac8 011284 setarg 0x1d000 
-0x3ac9 011285 branch spid_read_flash 
-:      011291 ali_mesh_control_ble_adv_process:
-0x3aca 011292 call ali_mesh_ble_adv 
-0x3acb 011293 branch ali_mesh_control_ble_adv_tmall_packet 
-:      011297 ali_mesh_control_ble_adv_timer_process:
-0x3acc 011298 call ali_mesh_advertising_unprovisioned_timer_interval_timer 
-0x3acd 011299 branch ali_mesh_advertising_unprovisioned_timer 
-:      011302 ali_mesh_control_ble_advertising_on_advertising:
-0x3ace 011303 jam device_beacon_on ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
-0x3acf 011304 rtn 
-:      011307 ali_mesh_control_ble_advertising_off_advertising:
-0x3ad0 011308 jam device_beacon_off ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
-0x3ad1 011309 rtn 
-:      011312 ali_mesh_control_ble_adv_tmall_packet:
-0x3ad2 011313 arg ali_mesh_control_ble_adv_tmall_packet_send_package ,regb 
-0x3ad3 011314 arg mesh_adv_tmall_message_interval ,rega 
-0x3ad4 011315 arg mesh_ble_adv_tmall ,queue 
-0x3ad5 011316 branch ali_mesh_chip_timer_check_with_random_timer 
-:      011322 ali_mesh_control_ble_adv_tmall_packet_send_package:
-0x3ad6 011323 fetch 1 ,mem_mesh_provisioned_flag 
-0x3ad7 011324 beq unprovisioned_beacon_status ,ali_mesh_control_ble_advertising_send_device_beacon_packet 
-0x3ad8 011325 beq silence_beacon_status ,ali_mesh_control_ble_advertising_send_device_silence_beacon_packet 
-0x3ad9 011326 beq pairing_status ,ali_mesh_control_ble_advertising_send_pairing_packet 
-0x3ada 011327 beq paired_status ,ali_mesh_control_ble_advertising_send_paired_packet 
-0x3adb 011328 branch ali_mesh_control_ble_advertising_send_paired_packet 
-:      011330 ali_mesh_control_ble_advertising_send_device_silence_beacon_packet:
-0x3adc 011331 jam 0 ,mem_le_adv_enable 
-0x3add 011332 branch ali_mesh_control_ble_advertising_off_advertising 
-:      011334 ali_mesh_control_ble_advertising_send_paired_packet:
-0x3ade 011335 call ali_mesh_advertising_bearer_layer_init_queue_param 
-0x3adf 011336 arg mem_mesh_queue_ele_temp ,rega 
-0x3ae0 011337 call queue_get_new_ele 
-0x3ae1 011338 nrtn user 
-0x3ae2 011339 fetch 1 ,mem_mesh_upper_tran_layer_packet_type 
-0x3ae3 011340 bbit1 bit_uuper_tran_proxy_message ,ali_mesh_control_ble_advertising_send_paired_packet_end_duration_proxy 
-0x3ae4 011341 fetch 1 ,mem_mesh_queue_ele_duration 
-0x3ae5 011342 pincrease -1 
-0x3ae6 011343 istore 1 ,regb 
-0x3ae7 011344 and pdata ,0x7f ,pdata 
-0x3ae8 011345 call ali_mesh_control_ble_advertising_send_paired_packet_end_duration ,blank 
-0x3ae9 011346 fetch 1 ,mem_mesh_upper_tran_layer_packet_type 
-0x3aea 011347 rtnbit0 bit_upper_tran_tmall_message 
-0x3aeb 011348 arg mem_mesh_adv_data_len ,contw 
-0x3aec 011349 arg mem_mesh_queue_ele_len ,contr 
-0x3aed 011350 call memcpy32 
-0x3aee 011351 branch mesh_le_send_adv 
-:      011353 ali_mesh_control_ble_advertising_send_paired_packet_end_duration_proxy:
-0x3aef 011354 arg mem_mesh_queue_ele_duration ,rega 
-0x3af0 011355 call queue_pop 
-0x3af1 011356 call queue_empty 
-0x3af2 011357 nrtn blank 
-0x3af3 011359 call ali_mesh_send_paired_packet_init_advertising 
-0x3af4 011360 branch ali_mesh_control_ble_advertising_off_advertising 
-:      011363 ali_mesh_control_ble_advertising_send_paired_packet_end_duration:
-0x3af5 011364 arg mem_mesh_queue_ele_duration ,rega 
-0x3af6 011365 call queue_pop 
-0x3af7 011366 call queue_empty 
-0x3af8 011367 nrtn blank 
-0x3af9 011369 jam adv_pairing_mesh_message_interval ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
-0x3afa 011370 branch ali_mesh_control_ble_advertising_off_advertising 
-:      011372 ali_mesh_send_paired_packet_init_advertising:
-0x3afb 011373 jam null_packet_advertising ,mem_mesh_upper_tran_layer_packet_advertising 
-0x3afc 011374 rtn 
-:      011377 ali_mesh_control_ble_advertising_send_device_beacon_packet:
-0x3afd 011378 call ali_mesh_config_device_uuid_by_three_tuple 
-0x3afe 011379 call ali_mesh_send_unprovisioned_beacons_tmall 
-0x3aff 011380 call ali_mesh_control_ble_advertising_device_beacon_check_duration 
-0x3b00 011381 nrtn zero 
-0x3b01 011382 fetch 1 ,mem_mesh_provisioned_flag 
-0x3b02 011383 beq silence_beacon_status ,ali_mesh_end_advertising_silence_device_beacon_packet 
-0x3b03 011384 beq unprovisioned_beacon_status ,ali_mesh_end_advertising_unprovisioned_device_beacon_packet 
-0x3b04 011385 rtn 
-:      011390 ali_mesh_control_ble_advertising_device_beacon_check_duration:
-0x3b05 011391 fetch 1 ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
-0x3b06 011392 add pdata ,-1 ,pdata 
-0x3b07 011393 store 1 ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
-0x3b08 011394 rtn 
-:      011397 ali_mesh_end_advertising_silence_device_beacon_packet:
-0x3b09 011398 jam adv_silence_device_beacon_interval ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
-0x3b0a 011399 branch ali_mesh_control_ble_advertising_off_advertising 
-:      011402 ali_mesh_end_advertising_unprovisioned_device_beacon_packet:
-0x3b0b 011403 jam adv_unprovisioned_device_beacon_duration ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
-0x3b0c 011404 branch ali_mesh_control_ble_advertising_off_advertising 
-:      011407 ali_mesh_control_ble_advertising_send_pairing_packet:
-0x3b0d 011408 branch mesh_le_send_adv 
-:      011410 ali_mesh_chip_timer_check_with_random_timer:
-0x3b0e 011411 fetch 1 ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
-0x3b0f 011412 rtnne device_beacon_on 
-:      011413 ali_mesh_chip_timer_check_with_random_timer_continue:
-0x3b10 011414 random pdata 
-0x3b11 011415 and pdata ,0x07 ,pdata 
-0x3b12 011416 iadd rega ,rega 
-:      011420 ali_mesh_chip_timer_check:
-0x3b13 011421 call timer_check 
-0x3b14 011422 nrtn blank 
-0x3b15 011423 copy rega ,pdata 
-0x3b16 011424 call timer_init 
-0x3b17 011425 copy regb ,pdata 
-0x3b18 011426 branch callback_func 
-:      011430 ali_mesh_advertising_unprovisioned_timer:
-0x3b19 011431 arg mem_mesh_advertising_unprovisioned_device_beacon_timer ,regc 
-0x3b1a 011432 arg ali_mesh_advertising_unprovisioned_timeout ,regb 
-0x3b1b 011433 branch timer_single_step_2b 
-:      011436 ali_mesh_advertising_unprovisioned_timeout:
-0x3b1c 011437 fetch 1 ,mem_mesh_provisioned_flag 
-0x3b1d 011438 rtnne unprovisioned_beacon_status 
-0x3b1e 011439 fetch 1 ,mem_mesh_uuid_featureflag 
-0x3b1f 011440 set1 bit_silence_adv_flag ,pdata 
-0x3b20 011441 store 1 ,mem_mesh_uuid_featureflag 
-0x3b21 011442 jam silence_beacon_status ,mem_mesh_provisioned_flag 
-0x3b22 011443 branch ali_mesh_send_silence_device_beacon_init_advertising 
-:      011448 ali_mesh_advertising_unprovisioned_timer_interval_timer:
-0x3b23 011449 arg mem_mesh_advertising_unprovisioned_device_beacon_interval ,regc 
-0x3b24 011450 arg ali_mesh_advertising_unprovisioned_timer_interval_timeout ,regb 
-0x3b25 011451 branch timer_single_step 
-:      011456 ali_mesh_advertising_unprovisioned_timer_interval_timeout:
-0x3b26 011457 fetch 1 ,mem_mesh_provisioned_flag 
-0x3b27 011459 beq unprovisioned_beacon_status ,ali_mesh_send_unprovisioned_device_beacon_init_advertising 
-0x3b28 011460 beq paired_status ,ali_mesh_send_paired_packet_init_advertising 
-0x3b29 011461 rtn 
-:      011463 ali_mesh_stop_send_indication_packet:
-0x3b2a 011464 call ali_mesh_advertising_bearer_layer_queue_init 
-0x3b2b 011465 call ali_mesh_upper_transport_layer_queue_pop 
-0x3b2c 011466 jam 0 ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
-0x3b2d 011467 call ali_mesh_control_ble_advertising_off_advertising 
-0x3b2e 011468 branch ali_mesh_send_paired_packet_init_advertising 
-:      011471 ali_mesh_send_unprovisioned_device_beacon_init_advertising:
-0x3b2f 011472 jam adv_unprovisioned_device_beacon_duration ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
-0x3b30 011473 branch ali_mesh_control_ble_advertising_on_advertising 
-:      011476 ali_mesh_send_silence_device_beacon_init_advertising:
-0x3b31 011477 jam adv_silence_device_beacon_duration ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
-0x3b32 011478 branch ali_mesh_control_ble_advertising_on_advertising 
-:      011480 ali_mesh_network_layer_control_relay_packet:
-0x3b33 011481 arg ali_mesh_network_layer_control_send_relay_packet ,regb 
-0x3b34 011482 arg mesh_adv_relay_message_interval ,rega 
-0x3b35 011483 arg mesh_ble_relay_timer ,queue 
-0x3b36 011484 branch ali_mesh_chip_timer_check_with_random_timer_continue 
-:      011486 ali_mesh_network_layer_control_send_relay_packet:
-0x3b37 011487 fetch 1 ,mem_mesh_upper_tran_layer_packet_advertising 
-0x3b38 011488 nrtn blank 
-0x3b39 011489 call ali_mesh_network_layer_init_queue_param 
-0x3b3a 011490 arg mem_mesh_queue_ele_temp ,rega 
-0x3b3b 011491 call queue_get_new_ele 
-0x3b3c 011492 nrtn user 
-0x3b3d 011493 fetch 1 ,mem_mesh_queue_ele_duration 
-0x3b3e 011494 pincrease -1 
-0x3b3f 011495 istore 1 ,regb 
-0x3b40 011496 call queue_pop ,blank 
-0x3b41 011497 arg mem_mesh_adv_data_len ,contw 
-0x3b42 011498 arg mem_mesh_queue_ele_len ,contr 
-0x3b43 011499 call memcpy32 
-0x3b44 011500 branch mesh_le_send_adv 
-:      011507 ali_mesh_encrypt_calc_random_data:
-0x3b45 011508 call ali_mesh_encrypt_calc_random_data_calc_confirmationkey 
-0x3b46 011509 call ali_mesh_encrypt_calc_random_data_calc_authvalueprov 
-0x3b47 011510 call ali_mesh_encrypt_calc_random_data_calc_authvaluedevice 
-0x3b48 011511 call ali_mesh_encrypt_calc_random_data_calc_confirmationcloud 
-0x3b49 011512 call ali_mesh_encrypt_calc_random_data_calc_confirmationdevice 
-0x3b4a 011513 branch ali_mesh_encrypt_calc_random_data_calc_devicekey 
-:      011518 ali_mesh_encrypt_calc_random_data_calc_confirmationkey:
-0x3b4b 011519 call ali_mesh_encrypt_load_randomab_to_sha256 
-0x3b4c 011520 arg mem_mesh_sha256_confirmationkey_ascii ,contr 
-0x3b4d 011521 arg 0xf ,loopcnt 
-0x3b4e 011522 call ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii 
-0x3b4f 011523 call ali_mesh_encrypt_base_function_sha256_calc 
-0x3b50 011524 arg memresult ,contr 
-0x3b51 011525 arg mem_mesh_confirmationkey ,contw 
-0x3b52 011526 branch memcpy16 
-:      011531 ali_mesh_encrypt_calc_random_data_calc_authvalueprov:
-0x3b53 011532 call ali_mesh_encrypt_load_three_tuple_to_sha256 
-0x3b54 011533 call ali_mesh_encrypt_load_randomba_to_sha256 
-0x3b55 011534 call ali_mesh_encrypt_base_function_sha256_calc 
-0x3b56 011535 arg memresult ,contr 
-0x3b57 011536 arg mem_mesh_authvalueprov ,contw 
-0x3b58 011537 branch memcpy16 
-:      011541 ali_mesh_encrypt_calc_random_data_calc_authvaluedevice:
-0x3b59 011542 call ali_mesh_encrypt_load_three_tuple_to_sha256 
-0x3b5a 011543 call ali_mesh_encrypt_load_randomab_to_sha256 
-0x3b5b 011544 call ali_mesh_encrypt_base_function_sha256_calc 
-0x3b5c 011545 arg memresult ,contr 
-0x3b5d 011546 arg mem_mesh_authvaluedevice ,contw 
-0x3b5e 011547 branch memcpy16 
-:      011552 ali_mesh_encrypt_calc_random_data_calc_confirmationcloud:
-0x3b5f 011553 fetch 8 ,mem_mesh_provisioning_random_a 
-0x3b60 011554 store 8 ,mem_mesh_confirmationcloud_randoma 
-0x3b61 011555 fetch 8 ,mem_mesh_provisioning_random_b 
-0x3b62 011556 store 8 ,mem_mesh_confirmationcloud_randomb 
-0x3b63 011558 arg mem_mesh_calc_confirmationcloud_data ,contr 
-0x3b64 011559 arg mem_mesh_confirmationkey ,rega 
-0x3b65 011560 arg mem_mesh_confirmationcloud ,alarm 
-0x3b66 011561 branch ali_mesh_encrypt_base_function_aes_cmac_32byte 
-:      011567 ali_mesh_encrypt_calc_random_data_calc_confirmationdevice:
-0x3b67 011568 arg mem_mesh_calc_confirmationdevice_data ,contr 
-0x3b68 011569 arg mem_mesh_confirmationkey ,rega 
-0x3b69 011570 arg mem_mesh_confirmationdevice ,alarm 
-0x3b6a 011571 branch ali_mesh_encrypt_base_function_aes_cmac_32byte 
-:      011576 ali_mesh_encrypt_calc_random_data_calc_devicekey:
-0x3b6b 011578 arg mem_mesh_confirmationcloud ,contr 
-0x3b6c 011579 arg 0x10 ,loopcnt 
-0x3b6d 011580 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii 
-0x3b6e 011581 arg mem_mesh_sha256_devicekey_ascii ,contr 
-0x3b6f 011582 arg 9 ,loopcnt 
-0x3b70 011583 call ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii 
-0x3b71 011584 call ali_mesh_encrypt_base_function_sha256_calc 
-0x3b72 011585 arg memresult ,contr 
-0x3b73 011586 arg mem_mesh_device_key ,contw 
-0x3b74 011587 branch memcpy16 
-:      011590 ali_mesh_encrypt_load_randomba_to_sha256:
-0x3b75 011591 call ali_mesh_encrypt_load_randomb_to_sha256 
-:      011592 ali_mesh_encrypt_load_randoma_to_sha256:
-0x3b76 011593 arg mem_mesh_provisioning_random_a ,contr 
-0x3b77 011594 branch ali_mesh_encrypt_base_function_sha256_load_data_64bit 
-:      011596 ali_mesh_encrypt_load_randomab_to_sha256:
-0x3b78 011597 call ali_mesh_encrypt_load_randoma_to_sha256 
-:      011598 ali_mesh_encrypt_load_randomb_to_sha256:
-0x3b79 011599 arg mem_mesh_provisioning_random_b ,contr 
-0x3b7a 011600 branch ali_mesh_encrypt_base_function_sha256_load_data_64bit 
-:      011603 ali_mesh_encrypt_load_three_tuple_to_sha256:
-0x3b7b 011604 arg mem_mesh_three_tuple_productid ,contr 
-0x3b7c 011605 arg 4 ,loopcnt 
-0x3b7d 011606 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma 
-0x3b7e 011607 arg mem_mesh_three_tuple_mac ,contr 
-0x3b7f 011608 arg 6 ,loopcnt 
-0x3b80 011609 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma 
-0x3b81 011610 arg mem_mesh_three_tuple_secret ,contr 
-0x3b82 011611 arg 0x10 ,loopcnt 
-0x3b83 011612 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii 
-0x3b84 011613 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
-0x3b85 011614 branch ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma + 2 
-:      011619 ali_mesh_encrypt_calc_provisioning_data:
-0x3b86 011620 call ali_mesh_encrypt_calc_provisioning_data_calc_sessionkey 
-:      011622 ali_mesh_encrypt_calc_provisioning_data_xor_prov_data:
-0x3b87 011623 arg mem_mesh_encrypt_provisioning_data ,rega 
-0x3b88 011624 arg memresult ,regb 
-0x3b89 011625 arg 0xb ,loopcnt 
-:      011626 ali_mesh_encrypt_calc_provisioning_data_xor_prov_data_loop:
-0x3b8a 011627 ifetch 2 ,rega 
-0x3b8b 011628 ifetcht 2 ,regb 
-0x3b8c 011629 ixor temp ,pdata 
-0x3b8d 011630 istore 2 ,rega 
-0x3b8e 011631 increase 2 ,rega 
-0x3b8f 011632 increase 2 ,regb 
-0x3b90 011633 loop ali_mesh_encrypt_calc_provisioning_data_xor_prov_data_loop 
-0x3b91 011634 rtn 
-:      011640 ali_mesh_encrypt_calc_provisioning_data_calc_sessionkey:
-0x3b92 011641 arg mem_mesh_confirmationcloud ,contr 
-0x3b93 011642 arg 0x10 ,loopcnt 
-0x3b94 011643 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii 
-0x3b95 011644 arg mem_mesh_sha256_sessionkey_ascii ,contr 
-0x3b96 011645 arg 0xa ,loopcnt 
-0x3b97 011646 call ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii 
-0x3b98 011647 branch ali_mesh_encrypt_base_function_sha256_calc 
-:      011651 ali_mesh_encrypt_calc_network_key_by_k2:
-0x3b99 011652 arg mem_mesh_network_key ,contr 
-0x3b9a 011653 arg mem_k2_n ,contw 
-0x3b9b 011654 call memcpy16 
-:      011658 ali_mesh_encrypt_base_function_k2:
-0x3b9c 011660 arg mem_k2_n ,contr 
-0x3b9d 011661 arg mem_k2_salt ,rega 
-0x3b9e 011662 arg mem_k2_t ,alarm 
-0x3b9f 011663 call ali_mesh_encrypt_base_function_aes_cmac_16byte 
-0x3ba0 011665 arg mem_k2_t1 ,alarm 
-0x3ba1 011666 arg 0x01 ,regb 
-0x3ba2 011667 setarg 0 
-0x3ba3 011668 call ali_mesh_encrypt_base_function_k2_aes_cmac_t 
-0x3ba4 011669 fetch 1 ,mem_k2_t1 + 15 
-0x3ba5 011670 and pdata ,0x7f ,pdata 
-0x3ba6 011671 store 1 ,mem_k2_nid 
-0x3ba7 011673 arg mem_k2_t2 ,alarm 
-0x3ba8 011674 arg 0x02 ,regb 
-0x3ba9 011675 setarg 0x10 
-0x3baa 011676 arg mem_k2_t1 ,rega 
-0x3bab 011677 call ali_mesh_encrypt_base_function_k2_aes_cmac_t 
-0x3bac 011679 arg mem_k2_t3 ,alarm 
-0x3bad 011680 arg 0x03 ,regb 
-0x3bae 011681 setarg 0x10 
-0x3baf 011682 arg mem_k2_t2 ,rega 
-0x3bb0 011683 branch ali_mesh_encrypt_base_function_k2_aes_cmac_t 
-:      011685 ali_mesh_encrypt_base_function_k4:
-0x3bb1 011687 arg mem_mesh_application_key ,contr 
-0x3bb2 011688 arg mem_k4_salt ,rega 
-0x3bb3 011689 arg mem_k4_t ,alarm 
-0x3bb4 011690 call ali_mesh_encrypt_base_function_aes_cmac_16byte 
-0x3bb5 011691 arg mem_k4_id6_01 ,contr 
-0x3bb6 011692 arg mem_k4_t ,rega 
-0x3bb7 011693 arg mem_k4_k4n ,alarm 
-0x3bb8 011694 setarg 4 
-0x3bb9 011695 call ali_mesh_encrypt_base_function_aes_cmac 
-0x3bba 011696 fetch 1 ,mem_k4_k4n + 15 
-0x3bbb 011697 and pdata ,0x3f ,pdata 
-0x3bbc 011698 set1 transport_head_bit_akf ,pdata 
-0x3bbd 011699 store 1 ,mem_mesh_transport_aid 
-0x3bbe 011700 rtn 
-:      011702 ali_mesh_encrypt_base_function_k3:
-0x3bbf 011704 arg mem_mesh_network_key ,contr 
-0x3bc0 011705 arg mem_k3_salt ,rega 
-0x3bc1 011706 arg mem_k3_t ,alarm 
-0x3bc2 011707 call ali_mesh_encrypt_base_function_aes_cmac_16byte 
-0x3bc3 011708 arg mem_k3_id64_01 ,contr 
-0x3bc4 011709 arg mem_k3_t ,rega 
-0x3bc5 011710 arg mem_k3_k4n ,alarm 
-0x3bc6 011711 setarg 5 
-0x3bc7 011712 call ali_mesh_encrypt_base_function_aes_cmac 
-0x3bc8 011716 fetch 2 ,mem_ui_state_map 
-0x3bc9 011717 rtnbit1 ui_state_ble_connected 
-0x3bca 011718 jam 1 ,mem_le_adv_enable 
-0x3bcb 011719 rtn 
-:      011723 ali_mesh_encrypt_obfuscation_deceypt_send_message:
-0x3bcc 011724 arg mem_mesh_send_upper_layer_ctl_and_ttl ,rega 
-0x3bcd 011725 fetch 7 ,mem_mesh_send_upper_layer_dst 
-0x3bce 011726 branch ali_mesh_encrypt_obfuscation_deceypt 
-:      011727 ali_mesh_encrypt_obfuscation_deceypt_recevie_message:
-0x3bcf 011728 arg mem_mesh_message_ttl ,rega 
-0x3bd0 011729 fetch 7 ,mem_mesh_message_dst 
-:      011730 ali_mesh_encrypt_obfuscation_deceypt:
-0x3bd1 011731 store 7 ,mem_mesh_privacy_plaintext_privacy_random 
-0x3bd2 011732 setarg 0 
-0x3bd3 011733 store 5 ,mem_mesh_privacy_plaintext_zero_string 
-0x3bd4 011734 call ali_mesh_encrypt_generate_pecb 
-0x3bd5 011735 fetch 6 ,mem_mesh_pecb 
-0x3bd6 011736 ifetcht 6 ,rega 
-0x3bd7 011737 ixor temp ,pdata 
-0x3bd8 011738 istore 6 ,rega 
-0x3bd9 011739 rtn 
-:      011741 ali_mesh_encrypt_generate_pecb:
-:      011742 ali_mesh_encrypt_generate_privacy_random:
-0x3bda 011743 fetch 4 ,mem_mesh_iv_index 
-0x3bdb 011744 store 4 ,mem_mesh_privacy_plaintext_iv_index 
-:      011746 ali_mesh_encrypt_base_function_generate_pecb:
-0x3bdc 011747 arg mem_k2_privacykey ,contr 
-0x3bdd 011748 call load_key 
-0x3bde 011749 arg mem_mesh_privacy_plaintext ,contr 
-0x3bdf 011750 call load_data128 
-0x3be0 011751 call do_aes_ocb 
-0x3be1 011752 arg mem_mesh_pecb ,contw 
-0x3be2 011753 branch store_aes_result 
-:      011760 ali_mesh_encrypt_base_function_sha256_load_data_64bit:
-0x3be3 011761 arg 8 ,loopcnt 
-:      011766 ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii:
-0x3be4 011767 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
-0x3be5 011768 call ali_mesh_encrypt_base_function_hex2ascii 
-0x3be6 011769 branch ali_mesh_encrypt_base_function_sha256_store_dataptr 
-:      011770 ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii:
-0x3be7 011771 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
-0x3be8 011772 call memcpy 
-0x3be9 011773 branch ali_mesh_encrypt_base_function_sha256_store_dataptr 
-:      011774 ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma:
-0x3bea 011775 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
-0x3beb 011776 call ali_mesh_encrypt_base_function_hex2ascii 
-0x3bec 011777 setarg comma 
-0x3bed 011778 istore 1 ,contw 
-:      011779 ali_mesh_encrypt_base_function_sha256_store_dataptr:
-0x3bee 011780 copy contw ,pdata 
-0x3bef 011781 store 2 ,mem_mesh_sha256_data_end_addr 
-0x3bf0 011782 rtn 
-:      011783 ali_mesh_encrypt_base_function_sha256_check_first_load_data:
-0x3bf1 011784 copy contr ,temp 
-0x3bf2 011785 copy loopcnt ,rega 
-0x3bf3 011786 fetch 2 ,mem_mesh_sha256_data_end_addr 
-0x3bf4 011787 copy pdata ,contw 
-0x3bf5 011788 fetch 1 ,mem_mesh_sha256_load_first_data_flag 
-0x3bf6 011789 call ali_mesh_encrypt_base_function_sha256_first_load_data ,blank 
-0x3bf7 011790 copy temp ,contr 
-0x3bf8 011791 copy rega ,loopcnt 
-0x3bf9 011792 rtn 
-:      011793 ali_mesh_encrypt_base_function_sha256_first_load_data:
-0x3bfa 011794 jam 1 ,mem_mesh_sha256_load_first_data_flag 
-0x3bfb 011795 call ali_mesh_encrypt_base_function_sha256_clear_data_chunk 
-0x3bfc 011796 arg mem_mesh_sha256_chunk_start ,contw 
-0x3bfd 011797 rtn 
-:      011799 ali_mesh_encrypt_base_function_sha256_clear_data_chunk:
-0x3bfe 011800 arg 0x100 ,loopcnt 
-0x3bff 011801 arg mem_mesh_sha256_chunk_start ,contw 
-0x3c00 011802 branch memset0 
-:      011806 ali_mesh_encrypt_base_function_sha256_calc:
-0x3c01 011807 call ali_mesh_encrypt_base_function_sha256_load_data_end 
-0x3c02 011808 call ali_mesh_encrypt_base_function_sha256_input_data_init_inverse 
-0x3c03 011810 setarg mem_mesh_sha256_chunk_start 
-0x3c04 011811 store 2 ,mem_mesh_sha256_chunk_ptr 
-0x3c05 011812 call sha_init 
-:      011814 ali_mesh_encrypt_base_function_sha256_calc_loop:
-0x3c06 011815 fetch 2 ,mem_mesh_sha256_chunk_ptr 
-0x3c07 011816 copy pdata ,contr 
-0x3c08 011817 arg mem_dat ,contw 
-0x3c09 011818 call memcpy64 
-0x3c0a 011819 call sha 
-0x3c0b 011820 fetch 2 ,mem_mesh_sha256_chunk_ptr 
-0x3c0c 011821 pincrease 64 
-0x3c0d 011822 store 2 ,mem_mesh_sha256_chunk_ptr 
-0x3c0e 011823 fetch 1 ,mem_mesh_sha256_chunk_count 
-0x3c0f 011824 pincrease -1 
-0x3c10 011825 store 1 ,mem_mesh_sha256_chunk_count 
-0x3c11 011826 nbranch ali_mesh_encrypt_base_function_sha256_calc_loop ,blank 
-0x3c12 011827 call sha_result 
-0x3c13 011828 arg memresult ,rega 
-0x3c14 011829 arg 0x20 ,loopcnt 
-0x3c15 011830 call inverse_data 
-0x3c16 011831 rtn 
-:      011834 ali_mesh_encrypt_base_function_sha256_load_data_end:
-0x3c17 011835 jam 0 ,mem_mesh_sha256_load_first_data_flag 
-0x3c18 011836 fetch 2 ,mem_mesh_sha256_data_end_addr 
-0x3c19 011837 copy pdata ,contw 
-0x3c1a 011838 arg 0x80 ,temp 
-0x3c1b 011839 istoret 1 ,contw 
-0x3c1c 011840 arg mem_mesh_sha256_chunk_start ,temp 
-0x3c1d 011841 isub temp ,pdata 
-0x3c1e 011842 store 8 ,mem_mesh_sha256_data_len_byte 
-0x3c1f 011844 lshift3 pdata ,temp 
-0x3c20 011845 storet 8 ,mem_mesh_sha256_data_len_bit 
-0x3c21 011846 rshift4 pdata ,regc 
-0x3c22 011847 rshift2 regc ,regc 
-0x3c23 011848 and pdata ,0x3f ,pdata 
-0x3c24 011849 sub pdata ,55 ,null 
-0x3c25 011851 ncall ali_mesh_encrypt_base_function_sha256_add_chunk ,positive 
-0x3c26 011852 add regc ,1 ,pdata 
-0x3c27 011853 store 1 ,mem_mesh_sha256_chunk_count 
-0x3c28 011854 mul32 pdata ,64 ,rega 
-0x3c29 011855 lshift4 pdata ,regc 
-0x3c2a 011856 increase -1 ,regc 
-0x3c2b 011857 setarg mem_mesh_sha256_chunk_start + decreased_four 
-0x3c2c 011858 iadd rega ,rega 
-0x3c2d 011859 fetch 4 ,mem_mesh_sha256_data_len_bit 
-0x3c2e 011860 istore 4 ,rega 
-0x3c2f 011861 rtn 
-:      011865 ali_mesh_encrypt_base_function_sha256_add_chunk:
-0x3c30 011866 increase 1 ,regc 
-0x3c31 011867 rtn 
-:      011869 ali_mesh_encrypt_base_function_sha256_input_data_init_inverse:
-0x3c32 011870 arg mem_mesh_sha256_chunk_start ,rega 
-:      011875 ali_mesh_encrypt_base_function_sha256_data_inverse_4byte:
-0x3c33 011876 arg 4 ,loopcnt 
-0x3c34 011877 call inverse_data 
-0x3c35 011878 increase 2 ,rega 
-0x3c36 011879 add regc ,-1 ,regc 
-0x3c37 011880 nbranch ali_mesh_encrypt_base_function_sha256_data_inverse_4byte ,zero 
-0x3c38 011881 rtn 
-:      011888 ali_mesh_encrypt_base_function_hex2ascii:
-0x3c39 011889 ifetch 1 ,contr 
-0x3c3a 011890 rshift4 pdata ,temp 
-0x3c3b 011891 call ali_mesh_encrypt_base_function_dialog2uchar 
-0x3c3c 011892 istoret 1 ,contw 
-0x3c3d 011893 and pdata ,0x0f ,temp 
-0x3c3e 011894 call ali_mesh_encrypt_base_function_dialog2uchar 
-0x3c3f 011895 istoret 1 ,contw 
-0x3c40 011896 loop ali_mesh_encrypt_base_function_hex2ascii 
-0x3c41 011897 rtn 
-:      011898 ali_mesh_encrypt_base_function_dialog2uchar:
-0x3c42 011899 sub temp ,9 ,null 
-0x3c43 011900 branch ali_mesh_encrypt_base_function_dialog2uchar_num ,positive 
-0x3c44 011901 add temp ,87 ,temp 
-0x3c45 011902 rtn 
-:      011903 ali_mesh_encrypt_base_function_dialog2uchar_num:
-0x3c46 011904 add temp ,48 ,temp 
-0x3c47 011905 rtn 
-:      011908 ali_mesh_encrypt_base_function_aes_cmac_32byte:
-0x3c48 011909 setarg 0x20 
-0x3c49 011910 branch ali_mesh_encrypt_base_function_aes_cmac 
-:      011912 ali_mesh_encrypt_base_function_aes_cmac_16byte:
-0x3c4a 011913 setarg 0x10 
-0x3c4b 011914 branch ali_mesh_encrypt_base_function_aes_cmac 
-:      011919 ali_mesh_encrypt_base_function_k2_aes_cmac_t:
-0x3c4c 011920 fetcht 1 ,mem_k2_p_len 
-0x3c4d 011921 increase 1 ,temp 
-0x3c4e 011922 iadd temp ,temp 
-0x3c4f 011923 storet 1 ,mem_aes_cmac_data_length 
-0x3c50 011924 copy rega ,contr 
-0x3c51 011925 copy pdata ,loopcnt 
-0x3c52 011926 call memcpy_fast 
-0x3c53 011927 fetcht 1 ,mem_k2_p_len 
-0x3c54 011928 copy temp ,loopcnt 
-0x3c55 011929 call memcpy 
-0x3c56 011930 copy regb ,pdata 
-0x3c57 011931 istore 1 ,contw 
-0x3c58 011932 arg mem_k2_t ,rega 
-0x3c59 011933 branch ali_mesh_encrypt_base_function_aes_cmac + 3 
-:      011942 ali_mesh_encrypt_base_function_aes_cmac:
-0x3c5a 011943 store 1 ,mem_aes_cmac_data_length 
-0x3c5b 011944 copy pdata ,loopcnt 
-0x3c5c 011945 call memcpy_fast 
-0x3c5d 011946 copy rega ,contr 
-0x3c5e 011947 arg mem_aes_cmac_k ,contw 
-0x3c5f 011948 call memcpy16 
-0x3c60 011949 call function_aes_cmac 
-0x3c61 011950 copy alarm ,contw 
-0x3c62 011951 call store_aes_result 
-0x3c63 011952 rtn 
-:      011956 ali_b0_block_generate:
-0x3c64 011957 fetcht 1 ,mem_ccm_type 
-0x3c65 011958 branch ali_block_generate 
-:      011959 ali_a_block_generate:
-0x3c66 011960 force 0x01 ,temp 
-:      011961 ali_block_generate:
-0x3c67 011962 force regidx_data ,regext_index 
-0x3c68 011963 fetch 2 ,mem_nonce_ptr 
-0x3c69 011964 copy pdata ,contr 
-0x3c6a 011965 ifetch 3 ,contr 
-0x3c6b 011966 lshift8 pdata ,pdata 
-0x3c6c 011967 ior temp ,regext 
-0x3c6d 011968 increase 1 ,regext_index 
-0x3c6e 011969 ifetch 4 ,contr 
-0x3c6f 011970 copy pdata ,regext 
-0x3c70 011971 increase 1 ,regext_index 
-0x3c71 011972 ifetch 4 ,contr 
-0x3c72 011973 copy pdata ,regext 
-0x3c73 011974 increase 1 ,regext_index 
-0x3c74 011975 byteswap rega ,regext 
-0x3c75 011976 lshift16 regext ,regext 
-0x3c76 011977 ifetch 2 ,contr 
-0x3c77 011978 ior regext ,regext 
-0x3c78 011979 rtn 
-:      011980 ali_generate_mic:
-0x3c79 011981 fetch 1 ,mem_ccm_data_len 
-0x3c7a 011982 copy pdata ,rega 
-0x3c7b 011983 call ali_b0_block_generate 
-0x3c7c 011984 call do_aes_ocb 
-0x3c7d 011985 force regidx_result ,regext_index 
-0x3c7e 011986 deposit regext 
-0x3c7f 011987 copy rega ,loopcnt 
-0x3c80 011988 fetcht 2 ,mem_ccm_data_ptr 
-0x3c81 011989 copy temp ,contr 
-0x3c82 011990 call padding_data 
-0x3c83 011991 branch generate_mic_loop 
-:      011992 ali_ccm_encrypt_64bit:
-0x3c84 011993 jam mic_size_64bit ,mem_ccm_type 
-0x3c85 011994 branch ali_ccm_encrypt_function 
-:      011995 ali_ccm_encrypt:
-0x3c86 011996 jam mic_size_32bit ,mem_ccm_type 
-0x3c87 011997 branch ali_ccm_encrypt_function 
-:      011998 ali_ccm_encrypt_function:
-0x3c88 011999 store 1 ,mem_ccm_data_len 
-0x3c89 012000 storet 2 ,mem_ccm_data_ptr 
-0x3c8a 012001 bpatchx patch34_5 ,mem_patch34 
-0x3c8b 012002 call ali_generate_mic 
-0x3c8c 012003 force regidx_xor ,regext_index 
-0x3c8d 012004 iforce regext 
-0x3c8e 012005 force regidx_result + 1 ,regext_index 
-0x3c8f 012006 copy regext ,pdata 
-0x3c90 012007 force regidx_xor + 1 ,regext_index 
-0x3c91 012008 iforce regext 
-0x3c92 012009 force 0 ,rega 
-0x3c93 012010 copy temp ,regc 
-0x3c94 012011 call ali_a_block_generate 
-0x3c95 012012 call do_aes_ctr 
-0x3c96 012013 call ali_fetcht_ccm_mic 
-0x3c97 012014 storet 8 ,mem_ccm_mic 
-0x3c98 012015 fetch 1 ,mem_ccm_data_len 
-0x3c99 012016 copy pdata ,regb 
-0x3c9a 012017 call ali_aes_crypt_data 
-0x3c9b 012018 fetcht 1 ,mem_ccm_data_len 
-0x3c9c 012019 fetch 2 ,mem_ccm_data_ptr 
-0x3c9d 012020 iadd temp ,rega 
-0x3c9e 012021 fetcht 8 ,mem_ccm_mic 
-0x3c9f 012022 istoret 4 ,rega 
-0x3ca0 012023 fetch 1 ,mem_ccm_type 
-0x3ca1 012024 sub pdata ,mic_size_32bit ,pdata 
-0x3ca2 012025 rtn blank 
-0x3ca3 012026 istoret 8 ,rega 
-0x3ca4 012027 rtn 
-:      012028 ali_ccm_decrypt_64bit:
-0x3ca5 012029 jam mic_size_64bit ,mem_ccm_type 
-0x3ca6 012030 branch ali_ccm_decrypt_function 
-:      012031 ali_ccm_decrypt:
-0x3ca7 012032 jam mic_size_32bit ,mem_ccm_type 
-0x3ca8 012033 branch ali_ccm_decrypt_function 
-:      012035 ali_ccm_decrypt_function:
-0x3ca9 012036 store 1 ,mem_ccm_data_len 
-0x3caa 012037 storet 2 ,mem_ccm_data_ptr 
-0x3cab 012038 copy temp ,regc 
-0x3cac 012039 copy pdata ,regb 
-0x3cad 012040 iadd regc ,contr 
-0x3cae 012041 bpatchx patch34_6 ,mem_patch34 
-0x3caf 012042 ifetch 8 ,contr 
-0x3cb0 012043 force regidx_xor ,regext_index 
-0x3cb1 012044 iforce regext 
-0x3cb2 012045 force regidx_xor + 1 ,regext_index 
-0x3cb3 012046 rshift32 pdata ,pdata 
-0x3cb4 012047 iforce regext 
-0x3cb5 012048 force 0 ,rega 
-0x3cb6 012049 call ali_a_block_generate 
-0x3cb7 012050 call do_aes_ctr 
-0x3cb8 012051 call ali_fetcht_ccm_mic 
-0x3cb9 012052 storet 8 ,mem_ccm_mic 
-0x3cba 012053 call ali_aes_crypt_data 
-0x3cbb 012054 call ali_generate_mic 
-0x3cbc 012055 call ali_fetcht_ccm_mic 
-0x3cbd 012056 fetch 1 ,mem_ccm_type 
-0x3cbe 012057 beq mic_size_64bit ,ali_ccm_decrypt_function_check_mic64 
-0x3cbf 012058 storet 4 ,mem_ccm_mic + 4 
-0x3cc0 012059 fetch 4 ,mem_ccm_mic 
-0x3cc1 012060 fetcht 4 ,mem_ccm_mic + 4 
-0x3cc2 012061 isub temp ,pdata 
-0x3cc3 012062 rtn 
-:      012064 ali_ccm_decrypt_function_check_mic64:
-0x3cc4 012065 fetch 8 ,mem_ccm_mic 
-0x3cc5 012066 isub temp ,pdata 
-0x3cc6 012067 rtn 
-:      012069 ali_fetcht_ccm_mic:
-0x3cc7 012070 force regidx_result ,regext_index 
-0x3cc8 012071 deposit regext 
-0x3cc9 012072 force regidx_result + 1 ,regext_index 
-0x3cca 012073 copy regext ,temp 
-0x3ccb 012074 lshift16 temp ,temp 
-0x3ccc 012075 lshift16 temp ,temp 
-0x3ccd 012076 ior temp ,temp 
-0x3cce 012077 rtn 
-:      012078 ali_aes_crypt_data:
-0x3ccf 012079 increase 1 ,rega 
-0x3cd0 012080 call ali_a_block_generate 
-0x3cd1 012081 copy regc ,contr 
-0x3cd2 012082 call aes_load_xor 
-0x3cd3 012083 call do_aes_ctr 
-0x3cd4 012084 call store_enc_data 
-0x3cd5 012085 increase 16 ,regc 
-0x3cd6 012086 increase -16 ,regb 
-0x3cd7 012087 branch ali_aes_crypt_data ,positive 
-0x3cd8 012088 rtn 
-:      012098 mesh_send_unprovisioned_beacons:
-0x3cd9 012099 bpatchx patch34_7 ,mem_patch34 
-0x3cda 012100 jam unprovisioned_beacon_status ,mem_mesh_provisioned_flag 
-0x3cdb 012101 jam 0x00 ,mem_mesh_provisioning_state_flag 
-0x3cdc 012102 jam 1 ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
-0x3cdd 012103 setarg adv_unprovisioned_device_beacon_timeout 
-0x3cde 012104 store 2 ,mem_mesh_advertising_unprovisioned_device_beacon_timer 
-0x3cdf 012105 rtn 
-:      012108 ali_mesh_config_device_uuid_by_three_tuple:
-0x3ce0 012109 setarg company_identifiers_alibaba 
-0x3ce1 012110 store 2 ,mem_mesh_device_uuid 
-0x3ce2 012111 fetch 1 ,mem_mesh_device_pid 
-0x3ce3 012112 istore 1 ,contw 
-0x3ce4 012113 fetch 4 ,mem_mesh_three_tuple_productid 
-0x3ce5 012114 call inverse_data_4byte 
-0x3ce6 012115 istore 4 ,contw 
-0x3ce7 012116 fetch 6 ,mem_le_lap 
-0x3ce8 012117 istore 6 ,contw 
-0x3ce9 012118 fetch 3 ,mem_mesh_uuid_featureflag 
-0x3cea 012119 istore 3 ,contw 
-0x3ceb 012120 rtn 
-:      012122 ali_mesh_send_unprovisioned_beacons_tmall:
-0x3cec 012123 call ali_mesh_init_adv_data_tmall_unprovisioned_beacons_package 
-0x3ced 012124 branch mesh_le_send_adv 
-:      012126 ali_mesh_init_adv_data_tmall_unprovisioned_beacons_package:
-0x3cee 012128 jam 0x15 ,mem_mesh_adv_data_len 
-0x3cef 012129 setarg 0x14 
-0x3cf0 012130 store 1 ,mem_mesh_adv_data 
-0x3cf1 012131 setarg gap_adtype_mesh_beacon 
-0x3cf2 012132 istore 1 ,contw 
-0x3cf3 012133 setarg unprovisioned_device_beacon 
-0x3cf4 012134 istore 1 ,contw 
-:      012135 ali_mesh_advertising_send_unprovisioned_beacons_store_device_uuid:
-0x3cf5 012136 arg mem_mesh_device_uuid ,contr 
-0x3cf6 012137 call memcpy16 
-0x3cf7 012138 fetch 2 ,mem_mesh_oob_information 
-0x3cf8 012139 istore 2 ,contw 
-0x3cf9 012140 rtn 
-:      012143 ali_mesh_receive_adtype_manufacturer_specific:
-0x3cfa 012144 call ali_mesh_receive_provisioning_package_check_header 
-0x3cfb 012145 nrtn user 
-0x3cfc 012146 ifetch 1 ,contr 
-0x3cfd 012147 beq provisioning_random ,ali_mesh_advertising_receive_privisioning_random 
-0x3cfe 012148 beq provisioning_data ,ali_mesh_decrypt_tmall_privisioning_data_package 
-0x3cff 012149 bpatchx patch35_0 ,mem_patch35 
-0x3d00 012150 rtn 
-:      012154 ali_mesh_advertising_receive_privisioning_random:
-0x3d01 012155 call ali_mesh_advertising_receive_privisioning_random_check_states 
-0x3d02 012156 nrtn user 
-:      012157 ali_mesh_advertising_calc_encrypt_random_data:
-0x3d03 012158 call ali_mesh_encrypt_calc_random_data 
-0x3d04 012160 call ali_mesh_advertising_send_provisioning_confirmation 
-0x3d05 012161 call ali_mesh_send_pairing_data 
-0x3d06 012162 rtn 
-:      012164 ali_mesh_advertising_send_provisioning_confirmation:
-0x3d07 012165 arg provisioning_packet_confirmation_mac + provisioning_packet_confirmation_device ,temp 
-0x3d08 012166 call ali_mesh_advertising_send_packet_common 
-0x3d09 012167 setarg provisioning_confirmation 
-0x3d0a 012168 istore 1 ,contw 
-0x3d0b 012169 fetch 2 ,mem_mesh_three_tuple_mac + 4 
-0x3d0c 012170 istore 2 ,contw 
-0x3d0d 012171 arg mem_mesh_confirmationdevice ,contr 
-0x3d0e 012172 branch memcpy16 
-:      012175 ali_mesh_advertising_receive_privisioning_random_check_states:
-0x3d0f 012176 call disable_user 
-0x3d10 012177 ifetcht 2 ,contr 
-0x3d11 012178 arg mem_mesh_provisioning_random_a ,contw 
-0x3d12 012179 call memcpy16 
-0x3d13 012180 fetch 2 ,mem_mesh_three_tuple_mac + 4 
-0x3d14 012181 isub temp ,null 
-0x3d15 012182 nrtn zero 
-0x3d16 012185 fetch 1 ,mem_mesh_provisioning_state_flag 
-0x3d17 012186 rtnbit1 receive_provisioning_random 
-0x3d18 012187 set1 receive_provisioning_random ,pdata 
-0x3d19 012188 store 1 ,mem_mesh_provisioning_state_flag 
-0x3d1a 012190 jam pairing_status ,mem_mesh_provisioned_flag 
-0x3d1b 012191 branch enable_user 
-:      012193 ali_mesh_decrypt_tmall_privisioning_data_package:
-0x3d1c 012194 call ali_mesh_advertising_receive_privisioning_data 
-0x3d1d 012195 fetcht 2 ,mem_mesh_provisioning_data_mac_addr 
-0x3d1e 012196 fetch 2 ,mem_mesh_three_tuple_mac + 4 
-0x3d1f 012197 isub temp ,null 
-0x3d20 012198 nrtn zero 
-0x3d21 012199 call ali_mesh_encrypt_base_function_k3 
-0x3d22 012200 call ali_mesh_send_pairing_data 
-0x3d23 012201 fetch 1 ,mem_mesh_fast_pair_packet_type 
-0x3d24 012202 rtnne mesh_message_proxy 
-0x3d25 012203 jam wait_receive_appkey ,mem_mesh_provisioned_flag 
-0x3d26 012204 rtn 
-:      012207 ali_mesh_advertising_receive_privisioning_data:
-0x3d27 012208 bpatchx patch35_1 ,mem_patch35 
-0x3d28 012209 copy contr ,rega 
-0x3d29 012210 fetch 1 ,mem_mesh_provisioned_flag 
-0x3d2a 012211 rtneq paired_status 
-0x3d2b 012212 fetch 1 ,mem_mesh_provisioning_state_flag 
-0x3d2c 012213 rtnbit0 receive_provisioning_random 
-0x3d2d 012214 rtnbit1 receive_provisioning_data 
-0x3d2e 012215 copy rega ,contr 
-0x3d2f 012216 arg 0x16 ,loopcnt 
-0x3d30 012217 arg mem_mesh_encrypt_provisioning_data ,contw 
-0x3d31 012218 call memcpy 
-0x3d32 012220 call ali_mesh_encrypt_calc_provisioning_data 
-0x3d33 012222 fetcht 2 ,mem_mesh_provisioning_data_mac_addr 
-0x3d34 012223 fetch 2 ,mem_mesh_three_tuple_mac + 4 
-0x3d35 012224 isub temp ,null 
-0x3d36 012225 nrtn zero 
-:      012226 ali_mesh_resolve_privisioning_data_package:
-0x3d37 012227 fetch 1 ,mem_mesh_provisioning_state_flag 
-0x3d38 012228 set1 receive_provisioning_data ,pdata 
-0x3d39 012229 store 1 ,mem_mesh_provisioning_state_flag 
-0x3d3a 012231 call ali_mesh_encrypt_calc_network_key_by_k2 
-0x3d3b 012233 fetch 1 ,mem_mesh_last_iv_index_byte 
-0x3d3c 012234 store 1 ,mem_mesh_iv_index + 3 
-0x3d3d 012235 call ali_mesh_advertising_send_provisioning_complete 
-0x3d3e 012236 rtn 
-:      012240 ali_mesh_advertising_send_provisioning_complete:
-0x3d3f 012241 arg provisioning_packet_complete_mac ,temp 
-0x3d40 012242 call ali_mesh_advertising_send_packet_common 
-0x3d41 012243 setarg provisioning_complete 
-0x3d42 012244 istore 1 ,contw 
-0x3d43 012245 fetch 6 ,mem_mesh_three_tuple_mac 
-0x3d44 012246 istore 6 ,contw 
-0x3d45 012247 rtn 
-:      012250 ali_mesh_advertising_send_packet_common:
-0x3d46 012251 bpatchx patch35_2 ,mem_patch35 
-0x3d47 012252 setarg fast_pairing_timeout_provisioning 
-0x3d48 012253 store 2 ,mem_mesh_fast_pairing_timer 
-0x3d49 012254 fetch 1 ,mem_mesh_fast_pair_packet_type 
-0x3d4a 012255 sub pdata ,mesh_message_tmall ,null 
-0x3d4b 012256 call ali_mesh_control_ble_advertising_on_advertising ,zero 
-0x3d4c 012257 ncall ali_mesh_control_ble_advertising_off_advertising ,zero 
-0x3d4d 012258 add temp ,provisioning_packet_length_ad_type_company_id_vid_provisioning_type + provisioning_packet_length_flags ,pdata 
-0x3d4e 012259 store 1 ,mem_mesh_adv_data_len 
-0x3d4f 012260 call ali_mesh_advertising_add_adtype_flags 
-0x3d50 012261 add temp ,provisioning_packet_ad_type_company_id_vid_provisioning_type ,pdata 
-0x3d51 012262 istore 1 ,contw 
-0x3d52 012263 setarg gap_adtype_manufacturer_specific 
-0x3d53 012264 istore 1 ,contw 
-0x3d54 012265 setarg company_identifiers_alibaba 
-0x3d55 012266 byteswap pdata ,pdata 
-0x3d56 012267 istore 2 ,contw 
-0x3d57 012268 fetch 1 ,mem_mesh_receive_vid 
-0x3d58 012269 istore 1 ,contw 
-0x3d59 012270 rtn 
-:      012281 ali_mesh_receive_provisioning_package_check_header:
-0x3d5a 012282 call disable_user 
-0x3d5b 012283 ifetcht 2 ,contr 
-0x3d5c 012284 setarg company_identifiers_alibaba 
-0x3d5d 012285 byteswap pdata ,pdata 
-0x3d5e 012286 isub temp ,null 
-0x3d5f 012287 nrtn zero 
-0x3d60 012288 ifetch 1 ,contr 
-0x3d61 012289 store 1 ,mem_mesh_receive_vid 
-0x3d62 012290 branch enable_user 
-:      012293 ali_mesh_fast_pairing_timer:
-0x3d63 012294 arg mem_mesh_fast_pairing_timer ,regc 
-0x3d64 012295 arg ali_mesh_fast_pairing_timeout ,regb 
-0x3d65 012296 branch timer_single_step_2b 
-:      012298 ali_mesh_fast_pairing_timeout:
-:      012299 ali_mesh_fast_pairing_failed:
-0x3d66 012300 branch ali_mesh_advertising_init_send_unprovisioned_device_beacon 
-:      012308 ali_mesh_access_layer_config_or_health_message_opcode:
-0x3d67 012309 fetch 1 ,mem_mesh_configuration_health_message_opcode 
-0x3d68 012310 beq mesh_message_opcode_config_composition_data_get_no_head ,ali_mesh_access_layer_config_composition_data 
-0x3d69 012311 beq mesh_message_opcode_config_node_reset_no_head ,ali_mesh_access_layer_config_or_health_message_opcode_node_reset 
-0x3d6a 012312 beq mesh_message_opcode_config_model_subscription_add_no_head ,ali_mesh_message_config_modle_subscription_add 
-0x3d6b 012313 beq mesh_message_opcode_config_model_subscription_delete_no_head ,ali_mesh_message_config_modle_subscription_delete 
-0x3d6c 012315 beq mesh_message_opcode_config_model_subscription_add_ow_no_head ,ali_mesh_message_config_modle_subscription_add_overwrite 
-0x3d6d 012317 rtn 
-:      012319 ali_mesh_message_config_modle_subscription_add_overwrite:
-0x3d6e 012320 call ali_mesh_message_config_modle_subscription_check_element 
-0x3d6f 012321 call ali_mesh_message_config_modle_subscription_add_value_address_ow 
-0x3d70 012322 call ali_mesh_message_config_modle_subscription_save 
-0x3d71 012323 setarg mesh_configuration_and_health_message_opcode_header 
-0x3d72 012324 store 1 ,mem_mesh_access_layer_payload 
-0x3d73 012325 setarg mesh_message_opcode_config_model_subscription_add_ow_status 
-0x3d74 012326 istore 1 ,contw 
-0x3d75 012328 setarg mesh_success 
-0x3d76 012329 istore 1 ,contw 
-0x3d77 012330 fetch 2 ,mem_mesh_subscription_element_address_ow 
-0x3d78 012331 istore 2 ,contw 
-0x3d79 012333 fetch 1 ,mem_mesh_receive_model_message_payload_len 
-0x3d7a 012334 arg 4 ,temp 
-0x3d7b 012335 isub temp ,loopcnt 
-0x3d7c 012336 arg mem_mesh_subscription_list_num_ow ,contr 
-0x3d7d 012337 call memcpy 
-0x3d7e 012338 fetch 1 ,mem_mesh_receive_model_message_payload_len 
-0x3d7f 012339 pincrease 1 
-0x3d80 012340 store 1 ,mem_mesh_access_layer_payload_len 
-0x3d81 012343 arg 0 ,queue 
-0x3d82 012344 branch ali_mesh_ali_vendor_message_send_message 
-:      012346 ali_mesh_message_config_modle_subscription_add_value_address_ow:
-0x3d83 012347 fetch 1 ,mem_mesh_subscription_list_num_ow 
-0x3d84 012348 rtn blank 
-0x3d85 012349 sub pdata ,subscription_max_count ,null 
-0x3d86 012350 ncall ali_mesh_message_config_modle_subscription_set_addr_max ,positive 
-0x3d87 012351 iforce loopcnt 
-0x3d88 012352 arg mem_mesh_subscription_value_address_start_ow ,contr 
-0x3d89 012353 add rega ,2 ,contw 
-0x3d8a 012354 branch ali_mesh_byte_swap 
-:      012356 ali_mesh_byte_swap:
-0x3d8b 012357 ifetch 2 ,contr 
-0x3d8c 012358 byteswap pdata ,pdata 
-0x3d8d 012359 istore 2 ,contw 
-0x3d8e 012360 loop ali_mesh_byte_swap 
-0x3d8f 012361 rtn 
-:      012363 ali_mesh_message_config_modle_subscription_set_addr_max:
-0x3d90 012365 setarg subscription_max_count 
-0x3d91 012366 rtn 
-:      012368 ali_mesh_access_layer_config_composition_data:
-0x3d92 012369 jam receive_config_composition_data_get ,mem_mesh_provisioned_flag 
-0x3d93 012370 setarg mesh_message_opcode_config_composition_data_status 
-0x3d94 012371 store 1 ,mem_mesh_access_layer_payload 
-0x3d95 012372 setarg 0x00 
-0x3d96 012373 istore 1 ,contw 
-0x3d97 012374 setarg company_identifiers_alibaba 
-0x3d98 012375 istore 2 ,contw 
-0x3d99 012376 setarg 0x0000 
-0x3d9a 012377 istore 2 ,contw 
-0x3d9b 012378 setarg 0x0001 
-0x3d9c 012379 istore 2 ,contw 
-0x3d9d 012380 setarg 0x0005 
-0x3d9e 012381 istore 2 ,contw 
-0x3d9f 012382 setarg 0x0003 
-0x3da0 012383 istore 2 ,contw 
-0x3da1 012384 setarg 0x0000 
-0x3da2 012385 istore 2 ,contw 
-0x3da3 012386 setarg 0x02 
-0x3da4 012387 istore 1 ,contw 
-0x3da5 012388 setarg 0x02 
-0x3da6 012389 istore 1 ,contw 
-0x3da7 012390 setarg 0x0000 
-0x3da8 012391 istore 2 ,contw 
-0x3da9 012392 setarg 0x1000 
-0x3daa 012393 istore 2 ,contw 
-0x3dab 012394 setarg 0x000001a8 
-0x3dac 012395 istore 4 ,contw 
-0x3dad 012396 setarg 0x000101a8 
-0x3dae 012397 istore 4 ,contw 
-0x3daf 012398 jam 28 ,mem_mesh_access_layer_payload_len 
-0x3db0 012399 branch ali_mesh_upper_transport_layer_send_access_message 
-:      012402 ali_mesh_access_layer_config_or_health_message_opcode_node_reset:
-0x3db1 012403 jam health_node_reset_timeout ,mem_mesh_health_node_reset_timer 
-:      012407 ali_mesh_access_layer_send_config_node_reset_status:
-0x3db2 012408 setarg mesh_configuration_and_health_message_opcode_header 
-0x3db3 012409 store 1 ,mem_mesh_access_layer_payload 
-0x3db4 012410 setarg mesh_message_opcode_config_node_reset_status_no_head 
-0x3db5 012411 istore 1 ,contw 
-0x3db6 012412 jam 2 ,mem_mesh_access_layer_payload_len 
-0x3db7 012413 branch ali_mesh_upper_transport_layer_send_access_message 
-:      012415 ali_mesh_access_layer_health_node_reset_timer:
-0x3db8 012416 arg mem_mesh_health_node_reset_timer ,regc 
-0x3db9 012417 arg ali_mesh_access_layer_health_node_reset_timeout ,regb 
-0x3dba 012418 branch timer_single_step 
-:      012421 ali_mesh_access_layer_health_node_reset_timeout:
-0x3dbb 012422 call mesh_clear_provisioning_data_only 
-:      012424 ali_mesh_app_delete_paired:
-0x3dbc 012425 branch soft_reset_chip 
-:      012428 ali_mesh_message_config_modle_subscription_add:
-0x3dbd 012429 call ali_mesh_message_config_modle_subscription_status 
-0x3dbe 012430 fetch 2 ,mem_mesh_core_feature 
-0x3dbf 012431 rtnbit1 mesh_feature_disable_subscription 
-0x3dc0 012432 call ali_mesh_message_config_modle_subscription_check_element 
-0x3dc1 012433 call ali_mesh_message_config_modle_subscription_add_value_address 
-:      012434 ali_mesh_message_config_modle_subscription_save:
-0x3dc2 012435 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
-0x3dc3 012436 branch callback_func 
-:      012439 ali_mesh_message_config_modle_subscription_delete:
-0x3dc4 012440 call ali_mesh_message_config_modle_subscription_status 
-0x3dc5 012441 fetch 2 ,mem_mesh_core_feature 
-0x3dc6 012442 rtnbit1 mesh_feature_disable_subscription 
-0x3dc7 012443 call ali_mesh_message_config_modle_subscription_check_element 
-0x3dc8 012444 fetcht 2 ,mem_mesh_subscription_value_address 
-0x3dc9 012445 rshift8 temp ,pdata 
-0x3dca 012446 rshift4 pdata ,pdata 
-0x3dcb 012447 beq 0x0c ,ali_mesh_message_config_modle_subscription_delete_group_addr 
-0x3dcc 012448 byteswap temp ,temp 
-:      012449 ali_mesh_message_config_modle_subscription_delete_next:
-0x3dcd 012450 call ali_mesh_message_config_modle_subscription_check_value_address 
-0x3dce 012451 nrtn user 
-0x3dcf 012452 setarg 0 
-0x3dd0 012453 istore 2 ,rega 
-0x3dd1 012454 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
-0x3dd2 012455 branch callback_func 
-:      012457 ali_mesh_message_config_modle_subscription_delete_group_addr:
-0x3dd3 012458 setarg -1 
-0x3dd4 012459 istore subscription_max_count ,rega 
-0x3dd5 012460 istore subscription_max_count ,contw 
-0x3dd6 012461 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
-0x3dd7 012462 branch callback_func 
-:      012464 ali_mesh_message_config_modle_subscription_check_value_address:
-0x3dd8 012465 arg subscription_max_count ,loopcnt 
-:      012466 ali_mesh_message_config_modle_subscription_check_value_address_loop:
-0x3dd9 012467 ifetch 2 ,rega 
-0x3dda 012468 arg 0xffff ,regb 
-0x3ddb 012469 isub regb ,null 
-0x3ddc 012470 branch enable_user ,zero 
-0x3ddd 012471 isub temp ,null 
-0x3dde 012472 branch enable_user ,zero 
-:      012473 ali_mesh_message_config_modle_subscription_check_value_address_loop_empty:
-0x3ddf 012474 increase 2 ,rega 
-0x3de0 012475 loop ali_mesh_message_config_modle_subscription_check_value_address_loop 
-0x3de1 012476 branch disable_user 
-:      012479 ali_mesh_message_config_modle_subscription_status:
-0x3de2 012480 setarg mesh_configuration_and_health_message_opcode_header 
-0x3de3 012481 store 1 ,mem_mesh_access_layer_payload 
-0x3de4 012482 setarg mesh_message_opcode_config_model_subscription_status_no_head 
-0x3de5 012483 istore 1 ,contw 
-0x3de6 012484 setarg mesh_success 
-0x3de7 012485 istore 1 ,contw 
-0x3de8 012486 fetch 6 ,mem_mesh_subscription_element_address 
-0x3de9 012487 istore 6 ,contw 
-0x3dea 012488 jam 9 ,mem_mesh_access_layer_payload_len 
-0x3deb 012489 branch ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer 
-:      012491 ali_mesh_message_config_modle_subscription_check_element:
-0x3dec 012492 call mesh_get_element_info_config 
-0x3ded 012493 add rega ,element_device_subscription_label ,rega 
-0x3dee 012494 fetch 2 ,mem_mesh_subscription_element_address 
-0x3def 012495 fetcht 2 ,mem_mesh_unicast_address 
-0x3df0 012496 byteswap temp ,temp 
-0x3df1 012497 isub temp ,pdata 
-0x3df2 012498 imul32 regb ,pdata 
-0x3df3 012499 iadd rega ,rega 
-0x3df4 012500 rtn 
-:      012502 ali_mesh_message_config_modle_subscription_add_value_address:
-0x3df5 012503 fetcht 2 ,mem_mesh_subscription_value_address 
-0x3df6 012504 arg subscription_max_count ,loopcnt 
-:      012505 ali_mesh_message_config_modle_subscription_add_value_address_loop:
-0x3df7 012506 ifetch 2 ,rega 
-0x3df8 012507 branch ali_mesh_message_config_modle_subscription_add_value_address_in ,blank 
-0x3df9 012508 arg 0xffff ,regb 
-0x3dfa 012509 isub regb ,null 
-0x3dfb 012510 branch ali_mesh_message_config_modle_subscription_add_value_address_in ,zero 
-0x3dfc 012511 increase 2 ,rega 
-0x3dfd 012512 loop ali_mesh_message_config_modle_subscription_add_value_address_loop 
-0x3dfe 012513 rtn 
-:      012515 ali_mesh_message_config_modle_subscription_add_value_address_in:
-0x3dff 012516 byteswap temp ,temp 
-0x3e00 012517 istoret 2 ,rega 
-0x3e01 012518 rtn 
-:      012523 ali_mesh_init:
-0x3e02 012525 call enable_authrom 
-0x3e03 012526 call init_memp 
-0x3e04 012527 setarg mesh_check_ble_rx_packet 
-0x3e05 012528 store 2 ,mem_mesh_cb_receive_advertising 
-0x3e06 012530 setarg mesh_idle_process 
-0x3e07 012531 store 2 ,mem_cb_idle_process 
-0x3e08 012533 setarg ali_mesh_network_layer_relay_access_message 
-0x3e09 012534 store 2 ,mem_mesh_cb_network_relay 
-0x3e0a 012536 setarg ali_mesh_access_layer_recv_cfg_appkey_add_cb 
-0x3e0b 012537 store 2 ,mem_mesh_cb_receive_config_appkey_add 
-0x3e0c 012539 setarg mesh_store_new_subscriptuion_list_data 
-0x3e0d 012540 store 2 ,mem_mesh_cb_subscriptuion_list_changed 
-0x3e0e 012542 setarg mesh_store_new_seq_data 
-0x3e0f 012543 store 2 ,mem_mesh_cb_seq_changed 
-0x3e10 012545 setarg mesh_cb_event_timer 
-0x3e11 012546 store 2 ,mem_cb_event_timer 
-0x3e12 012548 setarg ali_mesh_access_layer_check_access_message_opcode 
-0x3e13 012549 store 2 ,mem_mesh_cb_receive_access_message 
-0x3e14 012551 setarg mesh_le_receive_data 
-0x3e15 012552 store 2 ,mem_cb_att_write 
-0x3e16 012554 setarg ali_mesh_proxy_process_bb_event 
-0x3e17 012555 store 2 ,mem_cb_bb_event_process 
-0x3e18 012557 setarg mesh_clear_pairing_key 
-0x3e19 012558 store 2 ,mem_mesh_clear_provisioning_data 
-0x3e1a 012560 setarg mesh_vendor_timming_chage_cb 
-0x3e1b 012561 store 2 ,mem_mesh_cb_vendor_timing_changed 
-0x3e1c 012562 call ali_mesh_vendor_timer_message_read 
-0x3e1d 012564 jam 36 ,mem_mesh_adv_scan_channel 
-0x3e1e 012565 call ali_mesh_ali_vendor_message_indication_info_reset_tid 
-0x3e1f 012568 bpatchx patch35_3 ,mem_patch35 
-0x3e20 012570 setarg 0x0428 
-0x3e21 012571 store 2 ,mem_mesh_upper_tran_layer_queue_each_size 
-0x3e22 012572 call ali_mesh_upper_transport_layer_queue_init 
-0x3e23 012574 setarg 0x0422 
-0x3e24 012575 store 2 ,mem_mesh_queue_each_size 
-0x3e25 012576 call ali_mesh_advertising_bearer_layer_queue_init 
-0x3e26 012578 setarg 0x0a22 
-0x3e27 012579 store 2 ,mem_mesh_network_relay_gatt_queue_each_size 
-0x3e28 012580 call ali_mesh_network_layer_gatt_queue_init 
-0x3e29 012581 call ali_mesh_network_layer_queue_init 
-0x3e2a 012585 call ali_mesh_network_layer_queue_init 
-0x3e2b 012587 call ali_mesh_chip_peripherals_load_data 
-0x3e2c 012588 call mesh_inverse_three_tuple_mac 
-0x3e2d 012590 fetch 1 ,mem_mesh_network_key 
-0x3e2e 012591 beq 0xff ,mesh_send_unprovisioned_beacons 
-0x3e2f 012592 call ali_mesh_upper_transport_layer_clear_tx_buffer 
-0x3e30 012593 call ali_mesh_encrypt_base_function_k3 
-0x3e31 012594 call ali_mesh_encrypt_base_function_k4 
-0x3e32 012595 call ali_mesh_encrypt_calc_network_key_by_k2 
-0x3e33 012597 random pdata 
-0x3e34 012598 and pdata ,0x1f ,pdata 
-0x3e35 012599 add pdata ,50 ,pdata 
-0x3e36 012600 store 2 ,mem_mesh_report_full_attribute_timer 
-0x3e37 012601 add pdata ,5 ,pdata 
-0x3e38 012602 store 1 ,mem_mesh_report_power_on_timer 
-0x3e39 012603 rtn 
-:      012607 mesh_inverse_three_tuple_mac:
-0x3e3a 012608 fetch 6 ,mem_mesh_three_tuple_mac 
-0x3e3b 012609 call inverse_data_6byte 
-0x3e3c 012610 store 6 ,mem_le_lap 
-0x3e3d 012611 rtn 
-:      012613 mesh_get_element_info_config:
-0x3e3e 012614 fetchr loopcnt ,1 ,mem_mesh_element_number 
-0x3e3f 012615 fetchr rega ,2 ,mem_mesh_element_device_ptr 
-0x3e40 012616 fetchr regb ,2 ,mem_mesh_element_device_length 
-0x3e41 012617 rtn 
-:      012620 mesh_idle_process:
-0x3e42 012621 bpatchx patch35_4 ,mem_patch35 
-0x3e43 012622 call ali_mesh_time_function 
-0x3e44 012623 call ali_mesh_control_ble_adv_process 
-0x3e45 012624 call ali_mesh_upper_transport_layer_control_packet 
-0x3e46 012625 call ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue 
-0x3e47 012626 call ali_mesh_network_layer_control_relay_packet 
-0x3e48 012627 call ali_mesh_network_layer_check_gatt_relay_packet 
-0x3e49 012628 branch mesh_ble_rx_packet 
-:      012631 mesh_cb_event_timer:
-0x3e4a 012632 call ali_mesh_control_ble_adv_timer_process 
-0x3e4b 012633 call ali_mesh_access_layer_health_node_reset_timer 
-0x3e4c 012634 call ali_mesh_fast_pairing_timer 
-0x3e4d 012637 call ali_mesh_report_full_attribute_timer 
-0x3e4e 012638 call ali_mesh_report_power_on_timer 
-0x3e4f 012639 branch ali_mesh_upper_transport_layer_receive_new_msg_timer 
-:      012642 mesh_clear_provisioning_data_only:
-0x3e50 012643 call mesh_clear_timer_data 
-0x3e51 012644 fetch 2 ,mem_mesh_clear_provisioning_data 
-0x3e52 012645 branch callback_func 
-:      012649 mesh_clear_timer_data:
-0x3e53 012650 fetch 1 ,mem_mesh_chip_select 
-0x3e54 012651 rtnne 2 
-0x3e55 012652 setarg 0x1d000 
-0x3e56 012653 store 3 ,mem_spi_write_addr 
-0x3e57 012654 branch spid_flash_erase_sector + 2 
-:      012658 ali_mesh_upper_transport_layer_queue_init:
-0x3e58 012659 call ali_mesh_upper_transport_layer_init_queue_param 
-0x3e59 012660 branch queue_init 
-:      012662 ali_mesh_advertising_bearer_layer_queue_init:
-0x3e5a 012663 call ali_mesh_advertising_bearer_layer_init_queue_param 
-0x3e5b 012664 branch queue_init 
-:      012666 ali_mesh_network_layer_gatt_queue_init:
-0x3e5c 012667 call ali_mesh_network_layer_init_gatt_queue_param 
-0x3e5d 012668 branch queue_init 
-:      012670 ali_mesh_network_layer_init_gatt_queue_param:
-0x3e5e 012671 setarg mem_mesh_network_relay_gatt_queue_each_size 
-0x3e5f 012672 store 2 ,mem_queue_ptr 
-0x3e60 012673 rtn 
-:      012675 ali_mesh_advertising_init_send_unprovisioned_device_beacon:
-0x3e61 012676 jam 1 ,mem_le_adv_enable 
-0x3e62 012677 setarg adv_unprovisioned_device_beacon_timeout 
-0x3e63 012678 store 2 ,mem_mesh_advertising_unprovisioned_device_beacon_timer 
-0x3e64 012679 fetch 1 ,mem_mesh_uuid_featureflag 
-0x3e65 012680 set0 bit_silence_adv_flag ,pdata 
-0x3e66 012681 store 1 ,mem_mesh_uuid_featureflag 
-0x3e67 012682 jam unprovisioned_beacon_status ,mem_mesh_provisioned_flag 
-0x3e68 012683 jam 0x00 ,mem_mesh_provisioning_state_flag 
-0x3e69 012684 jam 0x00 ,mem_k2_nid 
-0x3e6a 012685 branch ali_mesh_send_unprovisioned_device_beacon_init_advertising 
-:      012689 ali_mesh_lower_transport_layer_receive_lower_transport_pdu:
-0x3e6b 012690 bpatchx patch35_5 ,mem_patch35 
-0x3e6c 012691 fetch 1 ,mem_mesh_message_transport_head 
-0x3e6d 012692 bbit1 transport_head_bit_seg ,ali_mesh_lower_transport_layer_receive_lower_transport_pdu_segmented_message 
-0x3e6e 012693 jam 0 ,mem_mesh_aszmic 
-0x3e6f 012694 branch ali_mesh_upper_transport_layer_receive_unsegmented_access_message 
-:      012697 ali_mesh_lower_transport_layer_receive_lower_transport_pdu_segmented_message:
-0x3e70 012698 call ali_mesh_lower_transport_layer_receive_segaccmess_resolve_szmic_seqzero_segon 
-0x3e71 012699 rtn user 
-0x3e72 012700 call ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack 
-0x3e73 012701 rtn user 
-0x3e74 012702 call ali_mesh_lower_transport_layer_receive_segmented_access_message_store_segment 
-0x3e75 012703 branch ali_mesh_lower_transport_layer_receive_segmented_access_message_decrypt_segment 
-:      012707 ali_mesh_lower_transport_layer_receive_segaccmess_resolve_szmic_seqzero_segon:
-0x3e76 012708 call disable_user 
-0x3e77 012709 arg 3 ,loopcnt 
-0x3e78 012710 arg mem_mesh_message_segment_access_szmic_seqzero_sego_segn ,rega 
-0x3e79 012711 call inverse_data 
-0x3e7a 012712 fetchr rega ,3 ,mem_mesh_message_segment_access_szmic_seqzero_sego_segn 
-0x3e7b 012713 and rega ,0x1f ,temp 
-0x3e7c 012714 storet 1 ,mem_mesh_segmented_access_message_segn 
-0x3e7d 012715 fetch 1 ,mem_mesh_segmented_access_message_segn_upper_limit 
-0x3e7e 012716 isub temp ,null 
-0x3e7f 012717 nbranch enable_user ,positive 
-0x3e80 012719 rshift4 rega ,pdata 
-0x3e81 012720 rshift pdata ,pdata 
-0x3e82 012721 and pdata ,0x1f ,temp 
-0x3e83 012722 storet 1 ,mem_mesh_segmented_access_message_sego 
-0x3e84 012723 rshift4 pdata ,pdata 
-0x3e85 012724 rshift pdata ,pdata 
-0x3e86 012725 arg 0x1fff ,rega 
-0x3e87 012726 iand rega ,temp 
-0x3e88 012727 copy pdata ,regb 
-0x3e89 012728 fetch 2 ,mem_mesh_segmented_access_message_seqzero 
-0x3e8a 012729 isub temp ,null 
-0x3e8b 012730 ncall ali_mesh_lower_transport_layer_receive_segmented_access_message_recover_seqzero ,zero 
-0x3e8c 012731 storet 2 ,mem_mesh_segmented_access_message_seqzero 
-0x3e8d 012732 rshift8 regb ,pdata 
-0x3e8e 012733 rshift4 pdata ,pdata 
-0x3e8f 012734 rshift pdata ,pdata 
-0x3e90 012735 store 1 ,mem_mesh_segmented_access_message_szmic 
-0x3e91 012736 store 1 ,mem_mesh_aszmic 
-0x3e92 012737 rtn 
-:      012739 ali_mesh_lower_transport_layer_receive_segmented_access_message_recover_seqzero:
-0x3e93 012740 setarg 0 
-0x3e94 012741 store 4 ,mem_mesh_segmented_access_message_blockack 
-0x3e95 012742 jam 0 ,mem_mesh_segmented_access_message_current_length 
-0x3e96 012743 rtn 
-:      012748 ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack:
-0x3e97 012749 call disable_user 
-0x3e98 012750 fetch 1 ,mem_mesh_segmented_access_message_sego 
-0x3e99 012751 copy pdata ,queue 
-0x3e9a 012752 fetch 4 ,mem_mesh_segmented_access_message_blockack 
-0x3e9b 012753 qisolate1 pdata 
-0x3e9c 012754 branch enable_user ,true 
-0x3e9d 012755 qset1 pdata 
-0x3e9e 012756 store 4 ,mem_mesh_segmented_access_message_blockack 
-0x3e9f 012757 fetcht 1 ,mem_mesh_segmented_access_message_segn 
-0x3ea0 012758 add temp ,1 ,loopcnt 
-:      012759 ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack_loop:
-0x3ea1 012760 add loopcnt ,-1 ,queue 
-0x3ea2 012761 qisolate1 pdata 
-0x3ea3 012762 nrtn true 
-0x3ea4 012763 loop ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack_loop 
-0x3ea5 012764 jam 1 ,mem_mesh_segmented_access_message_receive_finish 
-0x3ea6 012765 rtn 
-:      012769 ali_mesh_lower_transport_layer_receive_segmented_access_message_store_segment:
-0x3ea7 012770 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x3ea8 012771 pincrease -6 
-0x3ea9 012772 copy pdata ,loopcnt 
-0x3eaa 012773 fetcht 1 ,mem_mesh_segmented_access_message_current_length 
-0x3eab 012774 iadd temp ,temp 
-0x3eac 012775 storet 1 ,mem_mesh_segmented_access_message_current_length 
-0x3ead 012776 fetch 2 ,mem_mesh_segmented_access_message_segment_ptr 
-0x3eae 012777 iforce contw 
-0x3eaf 012778 fetch 1 ,mem_mesh_segmented_access_message_sego 
-0x3eb0 012779 mul32 pdata ,12 ,pdata 
-0x3eb1 012780 iadd contw ,contw 
-0x3eb2 012781 arg mem_mesh_message_transport_segmented_access_messagepdu_segment ,contr 
-0x3eb3 012782 branch memcpy 
-:      012785 ali_mesh_lower_transport_layer_receive_segmented_access_message_decrypt_segment:
-0x3eb4 012786 fetch 1 ,mem_mesh_segmented_access_message_receive_finish 
-0x3eb5 012787 rtneq 0 
-0x3eb6 012788 setarg 0 
-0x3eb7 012789 store 5 ,mem_mesh_segmented_access_message_blockack 
-0x3eb8 012790 fetcht 2 ,mem_mesh_message_seq + 1 
-0x3eb9 012791 byteswap temp ,temp 
-0x3eba 012792 setarg 0xe000 
-0x3ebb 012793 iand temp ,temp 
-0x3ebc 012794 fetch 2 ,mem_mesh_segmented_access_message_seqzero 
-0x3ebd 012795 ior temp ,pdata 
-0x3ebe 012796 byteswap pdata ,pdata 
-0x3ebf 012797 store 2 ,mem_mesh_message_seq + 1 
-0x3ec0 012798 branch ali_mesh_upper_transport_layer_receive_segmented_access_message 
-:      012802 ali_mesh_lower_transport_layer_send_unsegmented_access_message:
-0x3ec1 012803 fetch 1 ,mem_mesh_upper_transport_layer_payload_len 
-0x3ec2 012804 add pdata ,1 ,temp 
-0x3ec3 012805 copy pdata ,loopcnt 
-0x3ec4 012806 storet 1 ,mem_mesh_lower_transport_layer_payload_len 
-0x3ec5 012807 fetch 1 ,mem_mesh_message_transport_head 
-0x3ec6 012808 set0 transport_head_bit_seg ,pdata 
-0x3ec7 012809 store 1 ,mem_mesh_unsegmented_access_lower_transport_layer_head 
-0x3ec8 012810 arg mem_mesh_access_layer_payload ,contr 
-0x3ec9 012811 call memcpy_fast 
-0x3eca 012812 branch ali_mesh_network_layer_send_access_message 
-:      012817 ali_mesh_lower_transport_layer_send_segmented_access_message:
-0x3ecb 012818 add rega ,4 ,temp 
-0x3ecc 012819 copy rega ,loopcnt 
-0x3ecd 012820 storet 1 ,mem_mesh_lower_transport_layer_payload_len 
-0x3ece 012821 arg mem_mesh_segmented_access_lower_transport_layer_parameters ,contw 
-0x3ecf 012822 call memcpy_fast 
-0x3ed0 012823 fetch 1 ,mem_mesh_message_transport_head 
-0x3ed1 012824 set1 transport_head_bit_seg ,pdata 
-0x3ed2 012825 store 1 ,mem_mesh_segmented_access_lower_transport_layer_head 
-0x3ed3 012826 branch ali_mesh_network_layer_send_access_message 
-:      012831 ali_mesh_model_layer_check_model_message_opcode:
-0x3ed4 012832 fetch 1 ,mem_mesh_module_message_opcode 
-:      012833 ali_mesh_model_layer_check_generic_onoff_message_opcde:
-0x3ed5 012834 beq mesh_module_message_opcode_generic_onoff_get_no_head ,ali_mesh_model_layer_message_opcode_generic_onoff_get 
-0x3ed6 012835 beq mesh_module_message_opcode_generic_onoff_set_no_head ,ali_mesh_model_layer_message_opcde_generic_onoff_set 
-0x3ed7 012836 beq mesh_module_message_opcode_scene_recall_no_head ,ali_mesh_model_layer_message_opcde_scene_recall 
-0x3ed8 012837 beq mesh_module_message_opcode_light_lightness_set_no_head ,ali_mesh_model_layer_message_opcde_light_lightness_set 
-0x3ed9 012838 beq mesh_module_message_opcode_light_ctl_set_no_head ,ali_mesh_model_layer_message_opcde_light_ctl_set 
-0x3eda 012839 rtn 
-:      012842 ali_mesh_model_layer_message_opcode_generic_onoff_get:
-0x3edb 012843 arg ali_mesh_model_layer_message_opcode_generic_onoff_get_cb ,regc 
-0x3edc 012844 branch ali_mesh_more_element_check_element_address 
-:      012845 ali_mesh_model_layer_message_opcode_generic_onoff_get_cb:
-0x3edd 012848 fetch 2 ,mem_mesh_cb_generic_onoff_get 
-0x3ede 012849 call callback_func 
-0x3edf 012850 store 1 ,mem_mesh_generic_onoff_set_payload_onoff 
-0x3ee0 012851 branch ali_mesh_access_layer_send_generic_onoff_status 
-:      012854 ali_mesh_model_layer_message_opcde_generic_onoff_set:
-0x3ee1 012855 arg ali_mesh_model_layer_message_opcde_generic_onoff_set_cb ,regc 
-0x3ee2 012856 branch ali_mesh_more_element_check_element_address 
-:      012857 ali_mesh_model_layer_message_opcde_generic_onoff_set_cb:
-0x3ee3 012858 call ali_mesh_access_layer_send_generic_onoff_status 
-0x3ee4 012859 fetch 2 ,mem_mesh_cb_generic_onoff_set 
-0x3ee5 012860 branch callback_func 
-:      012864 ali_mesh_model_layer_message_opcde_scene_recall:
-0x3ee6 012865 call ali_mesh_access_layer_send_scene_status 
-0x3ee7 012866 fetch 2 ,mem_mesh_cb_scene_recall 
-0x3ee8 012867 branch callback_func 
-:      012870 ali_mesh_model_layer_message_opcde_light_lightness_set:
-0x3ee9 012871 fetch 2 ,mem_mesh_light_lightness_set_payload_lightness 
-0x3eea 012872 call ali_mesh_model_layer_message_calc_lightness 
-0x3eeb 012873 store 1 ,mem_mesh_light_lightness_calc_lightness 
-0x3eec 012874 call ali_mesh_access_layer_send_light_lightness_status 
-0x3eed 012875 fetch 2 ,mem_mesh_cb_light_lightness_set 
-0x3eee 012876 branch callback_func 
-:      012879 ali_mesh_model_layer_message_opcde_light_ctl_set:
-0x3eef 012880 fetch 2 ,mem_mesh_last_ctl_temperature 
-0x3ef0 012881 fetcht 2 ,mem_mesh_ctl_temperature 
-0x3ef1 012882 isub temp ,null 
-0x3ef2 012883 rtn zero 
-0x3ef3 012885 fetch 2 ,mem_mesh_ctl_temperature 
-0x3ef4 012886 call ali_mesh_model_layer_message_calc_temperature 
-0x3ef5 012887 store 1 ,mem_mesh_ctl_calc_temperature 
-0x3ef6 012889 fetch 2 ,mem_mesh_ctl_temperature 
-0x3ef7 012890 store 2 ,mem_mesh_last_ctl_temperature 
-0x3ef8 012891 fetch 2 ,mem_mesh_cb_light_lightness_get 
-0x3ef9 012892 call callback_func 
-0x3efa 012893 storet 2 ,mem_mesh_ctl_lightness 
-0x3efb 012894 call ali_mesh_access_layer_send_light_ctl_stauts 
-0x3efc 012895 fetch 2 ,mem_mesh_cb_light_ctl_set 
-0x3efd 012896 branch callback_func 
-:      012901 ali_mesh_model_layer_message_calc_lightness:
-0x3efe 012902 rtn blank 
-0x3eff 012903 mul32 pdata ,ali_mesh_lightness_level ,pdata 
-0x3f00 012904 arg ali_mesh_lightness_max ,temp 
-0x3f01 012905 idiv temp 
-0x3f02 012906 call wait_div_end 
-0x3f03 012907 remainder temp 
-0x3f04 012908 rshift8 temp ,temp 
-0x3f05 012909 quotient pdata 
-0x3f06 012910 sub temp ,0xff ,null 
-0x3f07 012911 nrtn zero 
-0x3f08 012912 pincrease 1 
-0x3f09 012913 rtn 
-:      012918 ali_mesh_model_layer_message_calc_actual_lightness:
-0x3f0a 012919 arg ali_mesh_lightness_max ,pdata 
-0x3f0b 012920 imul32 temp ,pdata 
-0x3f0c 012921 div pdata ,ali_mesh_lightness_level 
-0x3f0d 012922 call wait_div_end 
-0x3f0e 012923 quotient temp 
-0x3f0f 012924 rtn 
-:      012928 ali_mesh_model_layer_message_calc_temperature:
-0x3f10 012929 arg ali_mesh_temperature_min ,temp 
-0x3f11 012930 isub temp ,rega 
-0x3f12 012931 call ali_mesh_model_layer_message_calc_temperature_k 
-0x3f13 012932 copy rega ,pdata 
-0x3f14 012933 idiv temp 
-0x3f15 012934 call wait_div_end 
-0x3f16 012935 quotient pdata 
-0x3f17 012936 rtn 
-:      012941 ali_mesh_model_layer_message_calc_actual_temperature:
-0x3f18 012942 copy temp ,rega 
-0x3f19 012943 call ali_mesh_model_layer_message_calc_temperature_k 
-0x3f1a 012944 copy rega ,pdata 
-0x3f1b 012945 imul32 temp ,pdata 
-0x3f1c 012946 arg ali_mesh_temperature_min ,temp 
-0x3f1d 012947 iadd temp ,temp 
-0x3f1e 012948 rtn 
-:      012950 ali_mesh_model_layer_message_calc_temperature_k:
-0x3f1f 012951 setarg ali_mesh_temperature_max 
-0x3f20 012952 arg ali_mesh_temperature_min ,temp 
-0x3f21 012953 isub temp ,pdata 
-0x3f22 012954 div pdata ,ali_mesh_temperature_level 
-0x3f23 012955 call wait_div_end 
-0x3f24 012956 quotient temp 
-0x3f25 012957 rtn 
-:      012962 ali_mesh_more_element_check_unicast_address:
-0x3f26 012963 arg 0 ,queue 
-0x3f27 012964 fetchr loopcnt ,1 ,mem_mesh_element_number 
-0x3f28 012965 call disable_user 
-0x3f29 012966 fetch 2 ,mem_mesh_unicast_address 
-:      012967 ali_mesh_more_element_check_unicast_address_loop:
-0x3f2a 012968 isub temp ,null 
-0x3f2b 012969 branch ali_mesh_more_element_found_unicast_address_element ,zero 
-0x3f2c 012970 byteswap pdata ,pdata 
-0x3f2d 012971 pincrease 1 
-0x3f2e 012972 byteswap pdata ,pdata 
-0x3f2f 012973 increase 1 ,queue 
-0x3f30 012974 loop ali_mesh_more_element_check_unicast_address_loop 
-0x3f31 012975 rtn 
-:      012977 ali_mesh_more_element_found_unicast_address_element:
-0x3f32 012978 jam 0 ,mem_mesh_receive_group_address 
-0x3f33 012979 storer queue ,1 ,mem_mesh_receive_element_number 
-0x3f34 012980 call ali_mesh_more_element_calc_queue_address 
-0x3f35 012981 branch enable_user 
-:      012984 ali_mesh_more_element_check_group_address:
-0x3f36 012985 arg 0 ,queue 
-0x3f37 012986 arg 0 ,regc 
-0x3f38 012987 call mesh_get_element_info_config 
-0x3f39 012988 call disable_user 
-:      012989 ali_mesh_more_element_check_group_address_loop:
-0x3f3a 012990 fetch 2 ,mem_mesh_core_feature 
-0x3f3b 012991 bbit0 mesh_feature_disable_subscription ,ali_mesh_more_element_check_subscription_address 
-0x3f3c 012992 ifetch 2 ,rega 
-0x3f3d 012993 isub temp ,null 
-0x3f3e 012994 call ali_mesh_more_element_found_group_address_element ,zero 
-:      012995 ali_mesh_more_element_check_address_common:
-0x3f3f 012996 copy regb ,pdata 
-0x3f40 012997 iadd rega ,rega 
-0x3f41 012998 increase 1 ,queue 
-0x3f42 012999 loop ali_mesh_more_element_check_group_address_loop 
-0x3f43 013000 copy regc ,pdata 
-0x3f44 013001 rtn blank 
-0x3f45 013002 store 1 ,mem_mesh_receive_group_address 
-0x3f46 013003 branch enable_user 
-:      013005 ali_mesh_more_element_found_group_address_element:
-0x3f47 013006 qset1 regc 
-0x3f48 013007 rtn 
-:      013009 ali_mesh_more_element_check_subscription_address:
-0x3f49 013010 add rega ,element_device_subscription_label ,contr 
-0x3f4a 013011 arg subscription_max_count ,alarm 
-:      013012 ali_mesh_more_element_check_subscription_address_loop:
-0x3f4b 013013 ifetch 2 ,contr 
-0x3f4c 013014 isub temp ,null 
-0x3f4d 013015 branch ali_mesh_more_element_found_subscription_address_element ,zero 
-0x3f4e 013016 increase -1 ,alarm 
-0x3f4f 013017 branch ali_mesh_more_element_check_address_common ,zero 
-0x3f50 013018 branch ali_mesh_more_element_check_subscription_address_loop 
-:      013020 ali_mesh_more_element_found_subscription_address_element:
-0x3f51 013021 call ali_mesh_more_element_found_group_address_element 
-0x3f52 013022 branch ali_mesh_more_element_check_address_common 
-:      013024 ali_mesh_more_element_check_element_address:
-0x3f53 013025 arg 0 ,queue 
-0x3f54 013026 fetch 1 ,mem_mesh_receive_group_address 
-0x3f55 013027 branch ali_mesh_more_element_check_element_address_no_group_address ,blank 
-0x3f56 013028 copy pdata ,regb 
-0x3f57 013029 fetchr loopcnt ,1 ,mem_mesh_element_number 
-:      013030 ali_mesh_more_element_check_element_address_loop:
-0x3f58 013031 storer queue ,1 ,mem_mesh_receive_element_number 
-0x3f59 013033 qisolate1 regb 
-0x3f5a 013034 call ali_mesh_more_element_check_element_address_no_group_address ,true 
-0x3f5b 013035 fetchr queue ,1 ,mem_mesh_receive_element_number 
-0x3f5c 013036 increase 1 ,queue 
-0x3f5d 013037 loop ali_mesh_more_element_check_element_address_loop 
-0x3f5e 013038 rtn 
-:      013040 ali_mesh_more_element_check_element_address_no_group_address:
-0x3f5f 013041 call ali_mesh_more_element_push_stack 
-0x3f60 013042 call ali_mesh_more_element_calc_queue_address 
-0x3f61 013043 copy regc ,pdata 
-0x3f62 013044 call callback_func 
-0x3f63 013045 branch ali_mesh_more_element_pop_stack 
-:      013047 ali_mesh_more_element_push_stack:
-0x3f64 013048 storer loopcnt ,2 ,mem_mesh_loopcnt_tmep 
-0x3f65 013049 storer rega ,2 ,mem_mesh_rega_temp 
-0x3f66 013050 storer regb ,2 ,mem_mesh_regb_temp 
-0x3f67 013051 storer regc ,2 ,mem_mesh_regc_temp 
-0x3f68 013052 rtn 
-:      013054 ali_mesh_more_element_pop_stack:
-0x3f69 013055 fetchr loopcnt ,2 ,mem_mesh_loopcnt_tmep 
-0x3f6a 013056 fetchr rega ,2 ,mem_mesh_rega_temp 
-0x3f6b 013057 fetchr regb ,2 ,mem_mesh_regb_temp 
-0x3f6c 013058 fetchr regc ,2 ,mem_mesh_regc_temp 
-0x3f6d 013059 rtn 
-:      013062 ali_mesh_more_element_calc_queue_address:
-0x3f6e 013063 bpatchx patch35_6 ,mem_patch35 
-0x3f6f 013064 fetch 2 ,mem_mesh_unicast_address 
-0x3f70 013065 byteswap pdata ,pdata 
-0x3f71 013066 iadd queue ,pdata 
-0x3f72 013067 byteswap pdata ,pdata 
-0x3f73 013068 store 2 ,mem_mesh_send_message_src 
-0x3f74 013069 call mesh_get_element_info_config 
-0x3f75 013070 copy queue ,pdata 
-0x3f76 013071 imul32 regb ,pdata 
-0x3f77 013072 iadd rega ,rega 
-0x3f78 013073 add rega ,element_device_upper_queue_ptr ,contr 
-0x3f79 013074 ifetch 2 ,contr 
-0x3f7a 013075 store ,2 ,mem_queue_ptr 
-0x3f7b 013076 rtn 
-:      013081 ali_mesh_receive_adtype_mesh_message:
-0x3f7c 013082 jam mesh_message_tmall ,mem_mesh_network_packet_type 
-:      013085 ali_mesh_network_layer_recevice_network_pdu:
-0x3f7d 013086 sub temp ,mesh_network_packet_min_length ,null 
-0x3f7e 013087 rtn positive 
-0x3f7f 013088 sub temp ,mesh_network_packet_max_length ,null 
-0x3f80 013089 nrtn positive 
-0x3f81 013090 bpatchx patch35_7 ,mem_patch35 
-0x3f82 013091 call ali_mesh_network_store_in_mem 
-0x3f83 013092 call ali_mesh_network_layer_check_dup 
-0x3f84 013093 nrtn user 
-0x3f85 013094 call ali_mesh_network_layer_check_nid_ivi 
-0x3f86 013095 nrtn user 
-0x3f87 013096 call ali_mesh_encrypt_obfuscation_deceypt_recevie_message 
-0x3f88 013097 call ali_mesh_network_layer_check_msg 
-0x3f89 013098 nrtn user 
-0x3f8a 013099 call ali_mesh_network_layer_store_proxy_unicast_address 
-0x3f8b 013101 branch ali_mesh_network_layer_recevice_network_pdu_decrypt_netmic32 
-:      013103 ali_mesh_network_layer_check_dup:
-0x3f8c 013104 call enable_user 
-0x3f8d 013105 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x3f8e 013106 arg mem_mesh_message_nid + 3 ,contr 
-0x3f8f 013107 iadd contr ,contr 
-0x3f90 013108 ifetch 4 ,contr 
-0x3f91 013109 ifetcht 4 ,contr 
-0x3f92 013110 ixor temp ,temp 
-0x3f93 013111 arg 16 ,loopcnt 
-0x3f94 013112 arg mem_mesh_network_dup_cache ,contr 
-:      013113 ali_mesh_network_layer_check_dup_loop:
-0x3f95 013114 ifetch 4 ,contr 
-0x3f96 013115 isub temp ,null 
-0x3f97 013116 branch disable_user ,zero 
-0x3f98 013117 loop ali_mesh_network_layer_check_dup_loop 
-0x3f99 013118 fetch 1 ,mem_mesh_network_dup_cache_next 
-0x3f9a 013119 pincrease 4 
-0x3f9b 013120 arg mem_mesh_network_dup_cache ,contw 
-0x3f9c 013121 iadd contw ,contw 
-0x3f9d 013122 istoret 4 ,contw 
-0x3f9e 013123 and pdata ,0x3f ,pdata 
-0x3f9f 013124 store 1 ,mem_mesh_network_dup_cache_next 
-0x3fa0 013125 rtn 
-:      013127 ali_mesh_network_layer_check_msg:
-0x3fa1 013128 call enable_user 
-0x3fa2 013129 fetcht 5 ,mem_mesh_message_seq 
-0x3fa3 013130 arg 16 ,loopcnt 
-0x3fa4 013131 arg mem_mesh_network_msg_cache ,contr 
-:      013132 ali_mesh_network_layer_check_msg_loop:
-0x3fa5 013133 ifetch 5 ,contr 
-0x3fa6 013134 isub temp ,null 
-0x3fa7 013135 branch disable_user ,zero 
-0x3fa8 013136 loop ali_mesh_network_layer_check_msg_loop 
-0x3fa9 013137 fetch 1 ,mem_mesh_network_msg_cache_next 
-0x3faa 013138 pincrease 1 
-0x3fab 013139 and pdata ,0x0f ,pdata 
-0x3fac 013140 store 1 ,mem_mesh_network_msg_cache_next 
-0x3fad 013141 mul32 pdata ,5 ,pdata 
-0x3fae 013142 arg mem_mesh_network_msg_cache ,contw 
-0x3faf 013143 iadd contw ,contw 
-0x3fb0 013144 istoret 5 ,contw 
-0x3fb1 013145 rtn 
-:      013147 ali_mesh_network_layer_store_proxy_unicast_address:
-0x3fb2 013148 fetch 1 ,mem_mesh_network_packet_type 
-0x3fb3 013149 rtneq mesh_message_tmall 
-0x3fb4 013150 fetch 2 ,mem_mesh_message_src 
-0x3fb5 013151 store 2 ,mem_mesh_network_proxy_unicast_address 
-0x3fb6 013152 rtn 
-:      013164 ali_mesh_network_layer_recevice_network_pdu_decrypt_netmic32:
-0x3fb7 013165 call ali_mesh_network_load_network_nonce_and_encryptionkey 
-0x3fb8 013166 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x3fb9 013167 arg mem_mesh_message_dst ,temp 
-0x3fba 013168 call ali_ccm_decrypt 
-0x3fbb 013169 nrtn zero 
-:      013172 ali_mesh_network_layer_recevice_network_pdu_check_dst:
-0x3fbc 013173 bpatchx patch36_0 ,mem_patch36 
-0x3fbd 013174 fetch 1 ,mem_mesh_network_packet_type 
-0x3fbe 013175 sub pdata ,mesh_message_proxy ,null 
-0x3fbf 013176 call ali_mesh_white_filter_check ,zero 
-0x3fc0 013177 fetcht 2 ,mem_mesh_message_dst 
-0x3fc1 013178 call ali_mesh_more_element_check_unicast_address 
-0x3fc2 013179 call ali_mesh_more_found_unicast_address_element ,user 
-0x3fc3 013180 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,user 
-0x3fc4 013181 arg 29 ,loopcnt 
-0x3fc5 013182 arg mem_mesh_message_nid_temp ,contw 
-0x3fc6 013183 arg mem_mesh_message_nid ,contr 
-0x3fc7 013184 call memcpy 
-0x3fc8 013185 call ali_mesh_network_layer_recevice_network_pdu_check_dst_group_address 
-0x3fc9 013186 arg 29 ,loopcnt 
-0x3fca 013187 arg mem_mesh_message_nid_temp ,contr 
-0x3fcb 013188 arg mem_mesh_message_nid ,contw 
-0x3fcc 013189 call memcpy 
-0x3fcd 013190 fetch 2 ,mem_mesh_cb_network_relay 
-0x3fce 013191 branch callback_func 
-:      013193 ali_mesh_more_found_unicast_address_element:
-0x3fcf 013194 jam 1 ,mem_mesh_receive_message_count 
-0x3fd0 013195 fetch 2 ,mem_mesh_send_message_src 
-0x3fd1 013196 store 2 ,mem_mesh_receive_message_first_unicast_address 
-0x3fd2 013197 rtn 
-:      013199 ali_mesh_network_layer_recevice_network_pdu_check_dst_group_address:
-0x3fd3 013200 call ali_mesh_more_element_check_group_address 
-0x3fd4 013201 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,user 
-0x3fd5 013202 jam 0xff ,mem_mesh_receive_group_address 
-0x3fd6 013203 setarg group_address_0xcfff_little_endian 
-0x3fd7 013204 isub temp ,null 
-0x3fd8 013205 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,zero 
-0x3fd9 013206 setarg group_address_0xffff_little_endian 
-0x3fda 013207 isub temp ,null 
-0x3fdb 013208 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,zero 
-0x3fdc 013209 rtn 
-:      013212 ali_mesh_network_layer_check_nid_ivi:
-0x3fdd 013213 call disable_user 
-0x3fde 013214 fetcht 1 ,mem_mesh_message_nid 
-0x3fdf 013215 rshift4 temp ,pdata 
-0x3fe0 013216 rshift3 pdata ,pdata 
-0x3fe1 013217 fetchr rega ,1 ,mem_mesh_iv_index + 3 
-0x3fe2 013218 and rega ,0x01 ,rega 
-0x3fe3 013219 isub rega ,null 
-0x3fe4 013220 nrtn zero 
-0x3fe5 013221 and temp ,0x7f ,temp 
-0x3fe6 013222 fetch 1 ,mem_k2_nid 
-0x3fe7 013223 isub temp ,null 
-0x3fe8 013224 nrtn zero 
-0x3fe9 013225 branch enable_user 
-:      013229 ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq:
-0x3fea 013230 arg mem_mesh_tmall_cache_start ,rega 
-0x3feb 013231 arg cache_space_num ,loopcnt 
-:      013232 ali_mesh_network_layer_raverse_src_seq_cache:
-0x3fec 013233 fetcht 2 ,mem_mesh_message_src 
-0x3fed 013234 ifetch 2 ,rega 
-0x3fee 013236 branch ali_mesh_network_layer_find_empty_space ,blank 
-0x3fef 013238 isub temp ,null 
-0x3ff0 013240 branch ali_mesh_network_layer_find_src_space ,zero 
-0x3ff1 013241 increase cache_space_size ,rega 
-0x3ff2 013242 loop ali_mesh_network_layer_raverse_src_seq_cache 
-0x3ff3 013243 arg mem_mesh_tmall_cache_start ,rega 
-:      013245 ali_mesh_network_layer_find_empty_space:
-0x3ff4 013246 istoret 2 ,rega 
-:      013247 ali_mesh_network_layer_find_src_space:
-0x3ff5 013248 storet 2 ,mem_mesh_send_message_dst 
-0x3ff6 013250 add rega ,2 ,regc 
-0x3ff7 013251 ifetch 3 ,regc 
-0x3ff8 013252 store 3 ,mem_mesh_last_message_seq 
-0x3ff9 013253 branch ali_mesh_network_layer_recevice_network_pdu_check_seq_legal 
-:      013257 ali_mesh_network_layer_recevice_network_pdu_check_seq_legal:
-0x3ffa 013259 call ali_mesh_inverse_seq 
-0x3ffb 013261 fetch 3 ,mem_mesh_last_message_seq 
-0x3ffc 013262 fetcht 3 ,mem_mesh_message_seq 
-0x3ffd 013263 isub temp ,null 
-0x3ffe 013264 rtn positive 
-0x3fff 013265 istoret 3 ,regc 
-0x4000 013266 call ali_mesh_inverse_seq 
-0x4001 013267 branch ali_mesh_lower_transport_layer_receive_lower_transport_pdu 
-:      013269 ali_mesh_inverse_seq:
-0x4002 013270 arg mem_mesh_message_seq ,rega 
-0x4003 013271 arg 3 ,loopcnt 
-0x4004 013272 branch inverse_data 
-:      013276 ali_mesh_network_load_network_nonce_and_encryptionkey:
-0x4005 013277 call ali_mesh_network_layer_load_network_nonce 
-:      013278 ali_mesh_upper_transport_layer_load_encryptionkey:
-0x4006 013279 arg mem_k2_encryptionkey ,contr 
-0x4007 013280 branch load_key 
-:      013281 ali_mesh_network_layer_load_network_nonce:
-0x4008 013282 arg mem_mesh_network_nonce ,contw 
-0x4009 013283 setarg network_nonce 
-0x400a 013284 istore 1 ,contw 
-0x400b 013285 fetch 6 ,mem_mesh_message_ttl 
-0x400c 013286 istore 8 ,contw 
-0x400d 013287 branch mesh_generate_nonce 
-:      013290 ali_mesh_network_store_in_mem:
-0x400e 013291 add temp ,-12 ,pdata 
-0x400f 013301 store 1 ,mem_mesh_message_transport_netmic_length 
-0x4010 013302 arg 29 ,loopcnt 
-0x4011 013303 arg mem_mesh_message_nid ,contw 
-0x4012 013304 call clear_mem 
-0x4013 013305 add temp ,-1 ,loopcnt 
-0x4014 013306 arg mem_mesh_message_nid ,contw 
-0x4015 013307 branch memcpy_fast 
-:      013309 ali_mesh_network_layer_relay_access_message:
-0x4016 013310 call ali_mesh_network_layer_init_queue_param 
-0x4017 013311 call ali_mesh_network_layer_check_relay_states 
-0x4018 013312 nrtn user 
-0x4019 013313 call ali_mesh_network_layer_encrypt_relay_package 
-0x401a 013314 jam adv_relay_mesh_message_duration ,mem_mesh_queue_ele_duration 
-0x401b 013315 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x401c 013316 add pdata ,13 ,temp 
-0x401d 013317 storet 1 ,mem_mesh_queue_ele_len 
-0x401e 013318 increase -1 ,temp 
-0x401f 013319 istoret 1 ,contw 
-0x4020 013320 setarg gap_adtype_mesh_message 
-0x4021 013321 istore 1 ,contw 
-0x4022 013322 add temp ,-1 ,loopcnt 
-0x4023 013323 fetch 7 ,mem_mesh_message_nid 
-0x4024 013324 arg mem_mesh_message_nid ,contr 
-0x4025 013325 call memcpy 
-0x4026 013326 arg mem_mesh_queue_ele_temp ,rega 
-0x4027 013327 call queue_push 
-0x4028 013328 call ali_mesh_network_layer_white_list_fliter 
-0x4029 013329 nrtn user 
-0x402a 013330 branch ali_mesh_bearer_layer_gatt_send_packet_by_network_layer 
-:      013332 ali_mesh_network_layer_white_list_fliter:
-0x402b 013333 fetcht 2 ,mem_mesh_message_dst_temp 
-:      013334 ali_mesh_network_layer_white_list_fliter_check:
-0x402c 013335 call disable_user 
-0x402d 013336 fetch 1 ,mem_mesh_white_list_num 
-0x402e 013337 rtn blank 
-0x402f 013338 iforce loopcnt 
-0x4030 013339 arg mem_mesh_white_list ,contr 
-:      013340 ali_mesh_network_layer_white_list_fliter_check_loop:
-0x4031 013341 ifetch 2 ,contr 
-0x4032 013342 isub temp ,null 
-0x4033 013343 branch enable_user ,zero 
-0x4034 013344 loop ali_mesh_network_layer_white_list_fliter_check_loop 
-0x4035 013345 rtn 
-:      013348 ali_mesh_network_layer_check_relay_states:
-0x4036 013349 call disable_user 
-0x4037 013350 fetch 1 ,mem_mesh_network_packet_type 
-0x4038 013351 rtneq mesh_message_app 
-0x4039 013352 fetch 2 ,mem_mesh_core_feature 
-0x403a 013353 rtnbit1 mesh_feature_disable_relay 
-0x403b 013354 fetch 1 ,mem_mesh_provisioned_flag 
-0x403c 013355 rtnne paired_status 
-0x403d 013356 fetcht 2 ,mem_mesh_message_src 
-0x403e 013357 call ali_mesh_more_element_check_unicast_address 
-0x403f 013358 branch disable_user ,user 
-0x4040 013359 call ali_mesh_network_layer_check_network_mic_cache 
-0x4041 013360 nrtn user 
-0x4042 013361 fetch 1 ,mem_mesh_message_ttl 
-0x4043 013362 branch disable_user ,blank 
-0x4044 013363 pincrease -1 
-0x4045 013364 branch disable_user ,blank 
-0x4046 013365 store 1 ,mem_mesh_message_ttl 
-0x4047 013366 setarg mem_mesh_network_relay_queue 
-0x4048 013367 store 2 ,mem_queue_ptr 
-0x4049 013368 branch enable_user 
-:      013370 ali_mesh_network_layer_encrypt_relay_package:
-0x404a 013371 call ali_mesh_network_load_network_nonce_and_encryptionkey 
-0x404b 013372 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x404c 013373 arg mem_mesh_message_dst ,temp 
-0x404d 013374 call ali_ccm_encrypt 
-0x404e 013375 branch ali_mesh_encrypt_obfuscation_deceypt_recevie_message 
-:      013379 ali_mesh_network_layer_check_network_mic_cache:
-0x404f 013380 setarg mem_mesh_transport_message_mic_cache 
-0x4050 013381 store 2 ,mem_mesh_mic_cache_ptr 
-0x4051 013382 branch ali_mesh_base_adt_cache 
-:      013386 ali_mesh_network_layer_send_access_message:
-0x4052 013387 bpatchx patch36_1 ,mem_patch36 
-0x4053 013388 call ali_mesh_network_layer_send_access_message_encrypt_netmic 
-0x4054 013389 call ali_mesh_network_layer_send_access_message_encrypt_obfuscation 
-0x4055 013390 branch ali_mesh_bearer_layer_send_packet_by_network_layer 
-:      013395 ali_mesh_network_layer_send_access_message_encrypt_netmic:
-0x4056 013396 fetch 1 ,mem_mesh_lower_transport_layer_payload_len 
-0x4057 013397 add pdata ,2 ,rega 
-0x4058 013398 pincrease 4 
-0x4059 013399 store 1 ,mem_mesh_lower_transport_layer_payload_len 
-0x405a 013400 arg mem_mesh_send_upper_layer_dst ,temp 
-0x405b 013401 branch ali_mesh_network_layer_encrypt_by_network_nonce 
-:      013406 ali_mesh_network_layer_encrypt_by_network_nonce:
-0x405c 013407 call ali_mesh_network_load_network_nonce_and_encryptionkey 
-0x405d 013408 copy rega ,pdata 
-0x405e 013409 branch ali_ccm_encrypt 
-:      013412 ali_mesh_network_layer_send_access_message_encrypt_obfuscation:
-0x405f 013413 branch ali_mesh_encrypt_obfuscation_deceypt_send_message 
-:      013416 ali_mesh_network_layer_check_gatt_relay_packet:
-0x4060 013417 call ali_mesh_network_layer_init_gatt_queue_param 
-0x4061 013418 call queue_empty 
-0x4062 013419 rtn blank 
-0x4063 013420 call le_fifo_check_nearly_full 
-0x4064 013421 nrtn blank 
-0x4065 013422 arg mem_mesh_queue_ele_temp ,rega 
-0x4066 013423 call queue_pop 
-0x4067 013424 nrtn user 
-0x4068 013425 branch ali_mesh_send_ble_data 
-:      013429 mesh_generate_nonce:
-0x4069 013430 fetch 4 ,mem_mesh_iv_index 
-0x406a 013431 istore 4 ,contw 
-0x406b 013432 add contw ,-13 ,pdata 
-0x406c 013433 store 2 ,mem_nonce_ptr 
-0x406d 013434 rtn 
-:      013438 ali_mesh_network_layer_init_queue_param:
-0x406e 013439 setarg mem_mesh_network_relay_queue_each_size 
-0x406f 013440 store 2 ,mem_queue_ptr 
-0x4070 013441 rtn 
-:      013443 ali_mesh_network_layer_queue_init:
-0x4071 013444 call ali_mesh_network_layer_init_queue_param 
-0x4072 013445 branch queue_init 
-:      013448 ali_mesh_ble_adv:
-0x4073 013449 call le_set_config_more_data 
-0x4074 013450 fetch 1 ,mem_mesh_provisioned_flag 
-0x4075 013451 beq unprovisioned_beacon_status ,ali_mesh_ble_adv_mesh_beacon 
-0x4076 013452 beq paired_status ,ali_mesh_ble_adv_network_id 
-0x4077 013453 beq wait_receive_appkey ,ali_mesh_ble_adv_network_id 
-0x4078 013454 rtn 
-:      013456 ali_mesh_ble_adv_network_id:
-0x4079 013458 setsect 0 ,0x10214 
-0x407a 013459 setsect 1 ,0xc080 
-0x407b 013460 setsect 2 ,0x28030 
-0x407c 013461 setsect 3 ,0x3060 
-0x407d 013462 store 9 ,mem_le_adv_data_len 
-0x407e 013463 setarg 0x182816 
-0x407f 013464 istore 4 ,contw 
-0x4080 013465 fetch 8 ,mem_mesh_network_id 
-0x4081 013466 istore 8 ,contw 
-0x4082 013467 rtn 
-:      013469 ali_mesh_ble_adv_mesh_beacon:
-0x4083 013470 call ali_mesh_config_device_uuid_by_three_tuple 
-0x4084 013472 setsect 0 ,0x1021d 
-0x4085 013473 setsect 1 ,0xc080 
-0x4086 013474 setsect 2 ,0x27030 
-0x4087 013475 setsect 3 ,0x5460 
-0x4088 013476 store 9 ,mem_le_adv_data_len 
-0x4089 013477 setarg 0x182716 
-0x408a 013478 istore 3 ,contw 
-0x408b 013479 arg mem_mesh_device_uuid ,contr 
-0x408c 013480 call memcpy16 
-0x408d 013481 fetch 2 ,mem_mesh_oob_information 
-0x408e 013482 istore 2 ,contw 
-0x408f 013483 rtn 
-:      013489 mesh_le_receive_data:
-0x4090 013490 bpatchx patch36_2 ,mem_patch36 
-0x4091 013491 fetch 2 ,mem_le_att_handle 
-0x4092 013492 beq mesh_proxy_data_in_handle ,ali_mesh_receive_ble_data_proxy_data_in 
-0x4093 013493 beq mesh_provisioning_data_in_handle ,ali_mesh_receive_ble_data_provisioning_data_in 
-0x4094 013494 rtn 
-:      013496 ali_mesh_receive_ble_data_proxy_data_in:
-0x4095 013497 copy regb ,temp 
-0x4096 013498 ifetch 1 ,rega 
-0x4097 013499 beq mesh_proxy_message_type_network_pdu ,ali_mesh_network_layer_recevice_network_pdu_proxy_control 
-0x4098 013500 beq mesh_proxy_message_type_proxy_configuration ,ali_mesh_network_layer_recevice_proxy_configuration_messages 
-0x4099 013501 rtn 
-:      013502 ali_mesh_network_layer_recevice_proxy_configuration_messages:
-0x409a 013510 call ali_mesh_network_store_in_mem 
-0x409b 013511 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x409c 013512 pincrease -4 
-0x409d 013513 store 1 ,mem_mesh_message_transport_netmic_length 
-0x409e 013514 call ali_mesh_network_layer_check_nid_ivi 
-0x409f 013515 nrtn user 
-0x40a0 013516 call ali_mesh_encrypt_obfuscation_deceypt_recevie_message 
-0x40a1 013517 fetch 1 ,mem_mesh_message_ttl 
-0x40a2 013518 bbit1 bit_ctl ,ali_mesh_recevice_proxy_configuration_messages_decrypt 
-0x40a3 013519 rtn 
-:      013521 ali_mesh_recevice_proxy_configuration_messages_decrypt:
-0x40a4 013522 call ali_mesh_network_load_proxy_nonce_and_encryptionkey 
-0x40a5 013523 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x40a6 013524 arg mem_mesh_message_dst ,temp 
-0x40a7 013525 call ali_ccm_decrypt_64bit 
-0x40a8 013526 nrtn zero 
-0x40a9 013529 call ali_mesh_white_filter_check 
-0x40aa 013530 fetch 1 ,mem_mesh_message_proxy_transportpdu_opcode 
-0x40ab 013531 beq proxy_opcode_set_filter_type ,ali_mesh_proxy_configuration_message_set_filter_type 
-0x40ac 013532 beq proxy_opcode_add_addr_to_filter ,ali_mesh_proxy_configuration_message_add_addr_to_filter 
-0x40ad 013533 rtn 
-:      013535 ali_mesh_proxy_configuration_message_add_addr_to_filter:
-0x40ae 013536 fetchr loopcnt ,1 ,mem_mesh_message_transport_netmic_length 
-0x40af 013537 increase -3 ,loopcnt 
-0x40b0 013539 rshift loopcnt ,pdata 
-0x40b1 013540 fetcht 2 ,mem_mesh_white_list_num 
-0x40b2 013541 iadd temp ,pdata 
-0x40b3 013542 sub pdata ,8 ,null 
-0x40b4 013543 nrtn positive 
-0x40b5 013544 store 2 ,mem_mesh_white_list_num 
-0x40b6 013545 arg mem_mesh_white_list ,contw 
-0x40b7 013546 lshift temp ,pdata 
-0x40b8 013547 iadd contw ,contw 
-0x40b9 013548 arg mem_mesh_message_proxy_transportpdu_parameters ,contr 
-0x40ba 013549 call memcpy 
-0x40bb 013550 fetch 1 ,mem_mesh_addressed_filter_type 
-0x40bc 013551 branch ali_mesh_proxy_configuration_message_filter_status 
-:      013553 ali_mesh_proxy_configuration_message_set_filter_type:
-0x40bd 013554 ifetch 1 ,contr 
-0x40be 013555 store 1 ,mem_mesh_addressed_filter_type 
-:      013556 ali_mesh_proxy_configuration_message_filter_status:
-0x40bf 013557 store 1 ,mem_mesh_filter_status_message_filtertype 
-0x40c0 013558 fetch 2 ,mem_mesh_white_list_num 
-0x40c1 013559 byteswap pdata ,pdata 
-0x40c2 013560 store 2 ,mem_mesh_filter_status_message_listsize 
-0x40c3 013562 jam proxy_opcode_filter_status ,mem_mesh_filter_status_message_opcode 
-0x40c4 013564 fetch 9 ,mem_mesh_message_nid 
-0x40c5 013565 store 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
-0x40c6 013566 fetch 2 ,mem_mesh_send_message_src 
-0x40c7 013567 store 2 ,mem_mesh_send_upper_layer_src 
-0x40c8 013569 call ali_mesh_upper_transport_layer_send_access_message_calc_seq 
-0x40c9 013570 call ali_mesh_upper_transport_layer_send_access_message_add_seq 
-0x40ca 013572 call ali_mesh_network_load_proxy_nonce_and_encryptionkey 
-0x40cb 013573 setarg 6 
-0x40cc 013574 arg mem_mesh_send_upper_layer_dst ,temp 
-0x40cd 013575 call ali_ccm_encrypt_64bit 
-0x40ce 013576 call ali_mesh_network_layer_send_access_message_encrypt_obfuscation 
-0x40cf 013579 arg 22 ,rega 
-0x40d0 013580 arg mesh_proxy_data_out_handle ,temp 
-0x40d1 013581 call le_att_malloc_tx_notify 
-0x40d2 013582 setarg mesh_proxy_message_type_proxy_configuration 
-0x40d3 013583 istore 1 ,contw 
-0x40d4 013584 arg mem_mesh_send_upper_layer_ivi_and_nid ,contr 
-0x40d5 013585 branch memcpy32 
-:      013587 ali_mesh_receive_ble_data_provisioning_data_in:
-0x40d6 013588 jam mesh_message_proxy ,mem_mesh_fast_pair_packet_type 
-0x40d7 013589 copy regb ,temp 
-0x40d8 013590 copy rega ,contr 
-0x40d9 013591 branch ali_mesh_receive_adtype_manufacturer_specific 
-:      013594 ali_mesh_network_load_proxy_nonce_and_encryptionkey:
-0x40da 013595 arg mem_mesh_proxy_nonce ,contw 
-0x40db 013596 setarg proxy_nonce 
-0x40dc 013597 istore 2 ,contw 
-0x40dd 013598 fetch 5 ,mem_mesh_message_seq 
-0x40de 013599 istore 7 ,contw 
-0x40df 013600 call mesh_generate_nonce 
-0x40e0 013602 branch ali_mesh_upper_transport_layer_load_encryptionkey 
-:      013604 ali_mesh_network_layer_recevice_network_pdu_proxy_control:
-0x40e1 013605 jam mesh_message_proxy ,mem_mesh_network_packet_type 
-0x40e2 013606 branch ali_mesh_network_layer_recevice_network_pdu 
-:      013609 ali_mesh_proxy_process_bb_event:
-0x40e3 013610 copy regc ,pdata 
-0x40e4 013611 beq bt_evt_le_disconnected ,mesh_ble_start_adv 
-0x40e5 013612 beq bt_evt_le_connected ,app_ble_conn_event 
-0x40e6 013613 rtn 
-:      013615 app_ble_conn_event:
-0x40e7 013616 branch ali_mesh_proxy_white_list_clear 
-:      013620 mesh_ble_start_adv:
-0x40e8 013621 setarg 0 
-0x40e9 013622 store 2 ,mem_mesh_network_proxy_unicast_address 
-0x40ea 013623 branch app_ble_start_adv 
-:      013625 ali_mesh_proxy_white_list_clear:
-0x40eb 013626 setarg 0 
-0x40ec 013627 store 2 ,mem_mesh_white_list_num 
-0x40ed 013628 arg mem_mesh_white_list ,contw 
-0x40ee 013629 arg 16 ,loopcnt 
-0x40ef 013630 branch memset0 
-:      013637 ali_mesh_send_ble_data:
-0x40f0 013639 call le_fifo_check_nearly_full 
-0x40f1 013640 nrtn blank 
-0x40f2 013642 fetch 1 ,mem_mesh_queue_ele_len 
-0x40f3 013643 add pdata ,-1 ,rega 
-0x40f4 013644 arg mesh_proxy_data_out_handle ,temp 
-0x40f5 013645 call le_att_malloc_tx_notify 
-0x40f6 013646 setarg mesh_proxy_message_type_network_pdu 
-0x40f7 013647 istore 1 ,contw 
-0x40f8 013648 arg mem_mesh_queue_ele_payload + 2 ,contr 
-0x40f9 013649 branch memcpy32 
-:      013651 ali_mesh_send_pairing_data:
-0x40fa 013652 fetch 1 ,mem_mesh_fast_pair_packet_type 
-0x40fb 013653 rtneq mesh_message_tmall 
-0x40fc 013654 fetch 2 ,mem_ui_state_map 
-0x40fd 013655 rtnbit0 ui_state_ble_connected 
-0x40fe 013656 call le_fifo_check_nearly_full 
-0x40ff 013657 nrtn blank 
-0x4100 013658 fetch 1 ,mem_mesh_adv_data_len 
-0x4101 013659 add pdata ,-5 ,rega 
-0x4102 013660 arg mesh_provisioning_data_out_handle ,temp 
-0x4103 013661 call le_att_malloc_tx_notify 
-0x4104 013662 arg mem_mesh_adv_data + 5 ,contr 
-0x4105 013663 branch memcpy32 
-:      013665 ali_mesh_white_filter_check:
-0x4106 013666 fetch 2 ,mem_mesh_white_list 
-0x4107 013667 nrtn blank 
-0x4108 013668 fetch 2 ,mem_mesh_message_src 
-0x4109 013669 store 2 ,mem_mesh_white_list 
-:      013670 ali_mesh_white_list_num_increase:
-0x410a 013671 fetch 2 ,mem_mesh_white_list_num 
-0x410b 013672 pincrease 1 
-0x410c 013673 store 2 ,mem_mesh_white_list_num 
-0x410d 013674 rtn 
-:      013677 sha_endian_swap2:
-0x410e 013678 ifetch 4 ,contr 
-0x410f 013679 force 4 ,rega 
-0x4110 013680 increase 3 ,contw 
-:      013681 sha_endian_loop:
-0x4111 013682 istore 1 ,contw 
-0x4112 013683 rshift8 pdata ,pdata 
-0x4113 013684 increase -2 ,contw 
-0x4114 013685 increase -1 ,rega 
-0x4115 013686 nbranch sha_endian_loop ,zero 
-0x4116 013687 increase 5 ,contw 
-0x4117 013688 loop sha_endian_swap2 
-0x4118 013689 rtn 
-:      013692 sha_getw:
-0x4119 013693 lshift2 queue ,pdata 
-0x411a 013694 iadd timeup ,contr 
-0x411b 013695 ifetch 4 ,contr 
-0x411c 013696 rtn 
-:      013698 sha_r:
-0x411d 013699 force 16 ,alarm 
-0x411e 013700 arg mem_dat ,timeup 
-:      013701 sha_r_loop:
-0x411f 013702 add alarm ,-7 ,queue 
-0x4120 013703 call sha_getw 
-0x4121 013704 iforce temp 
-0x4122 013705 add alarm ,-16 ,queue 
-0x4123 013706 call sha_getw 
-0x4124 013707 iadd temp ,temp 
-0x4125 013708 add alarm ,-2 ,queue 
-0x4126 013709 call sha_getw 
-0x4127 013710 shasx pdata ,1 ,pdata 
-0x4128 013711 iadd temp ,temp 
-0x4129 013712 add alarm ,-15 ,queue 
-0x412a 013713 call sha_getw 
-0x412b 013714 shasx pdata ,0 ,pdata 
-0x412c 013715 iadd temp ,temp 
-0x412d 013716 lshift2 alarm ,pdata 
-0x412e 013717 iadd timeup ,contw 
-0x412f 013718 istoret 4 ,contw 
-0x4130 013719 increase 1 ,alarm 
-0x4131 013720 compare 64 ,alarm ,0xff 
-0x4132 013721 nbranch sha_r_loop ,true 
-0x4133 013722 rtn 
-:      013725 sha_init:
-0x4134 013726 arg memh0 ,contr 
-0x4135 013727 force 7 ,regext_index 
-:      013728 sha_init_0:
-0x4136 013729 ifetch 4 ,contr 
-0x4137 013730 iforce regext 
-0x4138 013731 increase -1 ,regext_index 
-0x4139 013732 branch sha_init_0 ,positive 
-0x413a 013733 rtn 
-:      013735 sha:
-0x413b 013736 bpatchx patch36_3 ,mem_patch36 
-0x413c 013737 call sha_r 
-0x413d 013738 arg memahbak ,contw 
-0x413e 013739 force 0 ,regext_index 
-:      013740 sha_0:
-0x413f 013741 deposit regext 
-0x4140 013742 istore 4 ,contw 
-0x4141 013743 increase 1 ,regext_index 
-0x4142 013744 compare 8 ,regext_index ,0xff 
-0x4143 013745 nbranch sha_0 ,true 
-0x4144 013748 arg ble_mesh_sha256_addr ,timeup 
-0x4145 013751 arg mem_dat ,alarm 
-0x4146 013752 force 64 ,loopcnt 
-:      013753 sha_loop:
-0x4147 013754 ifetcht 4 ,alarm 
-0x4148 013755 ifetch 4 ,timeup 
-0x4149 013756 increase 4 ,timeup 
-0x414a 013757 increase 4 ,alarm 
-0x414b 013758 iadd temp ,pdata 
-0x414c 013759 force 7 ,regext_index 
-0x414d 013760 iadd regext ,temp 
-0x414e 013761 force 4 ,regext_index 
-0x414f 013762 shasx regext ,3 ,pdata 
-0x4150 013763 iadd temp ,temp 
-0x4151 013764 force 5 ,regext_index 
-0x4152 013765 deposit regext 
-0x4153 013766 force 6 ,regext_index 
-0x4154 013767 ixor regext ,pdata 
-0x4155 013768 force 4 ,regext_index 
-0x4156 013769 iand regext ,pdata 
-0x4157 013770 force 6 ,regext_index 
-0x4158 013771 ixor regext ,pdata 
-0x4159 013772 iadd temp ,temp 
-0x415a 013773 force 7 ,regext_index 
-0x415b 013774 copy temp ,regext 
-0x415c 013775 force 3 ,regext_index 
-0x415d 013776 deposit regext 
-0x415e 013777 iadd temp ,regext 
-0x415f 013778 force 0 ,regext_index 
-0x4160 013779 deposit regext 
-0x4161 013780 force 1 ,regext_index 
-0x4162 013781 iand regext ,temp 
-0x4163 013782 ior regext ,pdata 
-0x4164 013783 force 2 ,regext_index 
-0x4165 013784 iand regext ,pdata 
-0x4166 013785 ior temp ,temp 
-0x4167 013786 force 0 ,regext_index 
-0x4168 013787 shasx regext ,2 ,pdata 
-0x4169 013788 iadd temp ,pdata 
-0x416a 013789 force 7 ,regext_index 
-0x416b 013790 iadd regext ,regext 
-0x416c 013791 regexrot 
-0x416d 013792 loop sha_loop 
-0x416e 013793 arg memahbak ,contr 
-0x416f 013794 force 0 ,regext_index 
-:      013795 sha_1:
-0x4170 013796 ifetch 4 ,contr 
-0x4171 013797 iadd regext ,regext 
-0x4172 013798 increase 1 ,regext_index 
-0x4173 013799 compare 8 ,regext_index ,0xff 
-0x4174 013800 nbranch sha_1 ,true 
-0x4175 013801 rtn 
-:      013805 sha_result:
-0x4176 013806 arg memresult ,contw 
-0x4177 013807 force 7 ,regext_index 
-:      013808 sha_regext_save:
-0x4178 013809 deposit regext 
-0x4179 013810 istore 4 ,contw 
-0x417a 013811 increase -1 ,regext_index 
-0x417b 013812 branch sha_regext_save ,positive 
-0x417c 013813 rtn 
-:      013818 ali_mesh_upper_transport_layer_receive_unsegmented_access_message:
-0x417d 013819 bbit0 transport_head_bit_akf ,ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_device_key 
-:      013821 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_application_key:
-0x417e 013822 call ali_mesh_upper_transport_layer_load_application_nonce_and_application_key 
-0x417f 013823 branch ali_mesh_upper_transport_layer_decrypt_unsegmented_message 
-:      013825 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_device_key:
-0x4180 013826 call ali_mesh_upper_transport_layer_load_device_nonce_and_device_key 
-0x4181 013827 branch ali_mesh_upper_transport_layer_decrypt_unsegmented_message 
-:      013830 ali_mesh_upper_transport_layer_decrypt_unsegmented_message:
-0x4182 013832 fetch 1 ,mem_mesh_message_transport_netmic_length 
-0x4183 013833 pincrease -7 
-0x4184 013837 arg mem_mesh_message_transport_unsegmented_access_messagepdu ,alarm 
-0x4185 013838 call disable_user 
-0x4186 013839 branch ali_mesh_upper_transport_layer_decrypt_message 
-:      013843 ali_mesh_upper_transport_layer_receive_segmented_access_message:
-0x4187 013844 fetch 1 ,mem_mesh_message_transport_head 
-0x4188 013845 bbit0 transport_head_bit_akf ,ali_mesh_uuper_transport_layer_decrypt_segment_access_by_device_key 
-:      013846 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_application_key:
-0x4189 013847 call ali_mesh_upper_transport_layer_load_application_nonce_and_application_key 
-0x418a 013848 branch ali_mesh_upper_transport_layer_decrypt_segmented_message 
-:      013849 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_device_key:
-0x418b 013850 call ali_mesh_upper_transport_layer_load_device_nonce_and_device_key 
-0x418c 013851 branch ali_mesh_upper_transport_layer_decrypt_segmented_message 
-:      013854 ali_mesh_upper_transport_layer_decrypt_segmented_message:
-0x418d 013855 fetch 1 ,mem_mesh_aszmic 
-0x418e 013856 ncall enable_user ,blank 
-0x418f 013857 call disable_user ,blank 
-0x4190 013858 fetch 1 ,mem_mesh_segmented_access_message_current_length 
-0x4191 013859 pincrease -4 
-0x4192 013860 jam 0 ,mem_mesh_segmented_access_message_current_length 
-0x4193 013861 arg mem_mesh_segmented_access_message_segment ,alarm 
-:      013865 ali_mesh_upper_transport_layer_decrypt_message:
-0x4194 013866 copy alarm ,temp 
-0x4195 013867 call ali_mesh_upper_transport_layer_decrypt_message_decrypt_transmic 
-0x4196 013868 nrtn zero 
-0x4197 013869 call ali_mesh_upper_transport_layer_check_transport_mic_cache 
-0x4198 013870 nrtn user 
-0x4199 013871 fetch 2 ,mem_ccm_data_ptr 
-0x419a 013872 copy pdata ,alarm 
-0x419b 013873 branch ali_mesh_access_layer_resolve_message 
-:      013875 ali_mesh_upper_transport_layer_decrypt_message_decrypt_transmic:
-0x419c 013876 nbranch ali_ccm_decrypt ,user 
-0x419d 013877 pincrease -4 
-0x419e 013878 branch ali_ccm_decrypt_64bit 
-:      013881 ali_mesh_upper_transport_layer_check_transport_mic_cache:
-0x419f 013882 setarg mem_mesh_access_message_mic_cache 
-0x41a0 013883 store 2 ,mem_mesh_mic_cache_ptr 
-0x41a1 013884 branch ali_mesh_base_adt_cache 
-:      013888 ali_mesh_upper_transport_layer_load_application_nonce_and_application_key:
-0x41a2 013889 call ali_mesh_upper_transport_layer_load_application_nonce 
-:      013890 ali_mesh_upper_transport_layer_load_application_key:
-0x41a3 013891 arg mem_mesh_application_key ,contr 
-0x41a4 013892 branch load_key 
-:      013893 ali_mesh_upper_transport_layer_load_application_nonce:
-0x41a5 013894 arg mem_mesh_application_nonce ,contw 
-0x41a6 013895 setarg application_nonce 
-0x41a7 013896 istore 1 ,contw 
-0x41a8 013897 fetch 1 ,mem_mesh_aszmic 
-0x41a9 013898 arg 0 ,temp 
-0x41aa 013899 nsetflag blank ,7 ,temp 
-0x41ab 013900 istoret 1 ,contw 
-0x41ac 013901 fetch 7 ,mem_mesh_message_seq 
-0x41ad 013902 istore 7 ,contw 
-0x41ae 013903 branch mesh_generate_nonce 
-:      013907 ali_mesh_upper_transport_layer_load_device_nonce_and_device_key:
-0x41af 013908 call ali_mesh_upper_transport_layer_load_device_nonce 
-:      013909 ali_mesh_upper_transport_layer_load_device_key:
-0x41b0 013910 arg mem_mesh_device_key ,contr 
-0x41b1 013911 branch load_key 
-:      013912 ali_mesh_upper_transport_layer_load_device_nonce:
-0x41b2 013913 arg mem_mesh_device_nonce ,contw 
-0x41b3 013914 setarg device_nonce 
-0x41b4 013915 branch ali_mesh_upper_transport_layer_load_application_nonce + 2 
-:      013919 ali_mesh_upper_transport_layer_send_access_message:
-:      013920 ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer:
-0x41b5 013921 bpatchx patch36_4 ,mem_patch36 
-0x41b6 013923 call ali_mesh_upper_transport_layer_send_access_message_add_nid_src_ttl_seq_dst 
-0x41b7 013926 call ali_mesh_upper_transport_layer_store_packet_header 
-0x41b8 013927 rtn user 
-0x41b9 013928 call ali_mesh_upper_transport_layer_store_unsegment_msg_original_access_pdu 
-0x41ba 013930 call ali_mesh_upper_transport_layer_init_queue_param 
-0x41bb 013932 arg mem_mesh_upper_tran_layer_queue_temp ,rega 
-0x41bc 013933 branch queue_push 
-:      013937 ali_mesh_upper_transport_layer_store_packet_header:
-0x41bd 013938 call disable_user 
-0x41be 013939 arg upper_retry_count_status ,temp 
-0x41bf 013941 fetch 1 ,mem_mesh_network_packet_type 
-0x41c0 013942 sub pdata ,mesh_message_proxy ,null 
-0x41c1 013943 setflag zero ,bit_upper_flag_proxy_control ,temp 
-0x41c2 013944 storet 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
-0x41c3 013945 fetch 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
-0x41c4 013946 store 9 ,mem_mesh_upper_tran_layer_temp_packet_header_ivi_nid 
-0x41c5 013947 fetch 1 ,mem_mesh_access_layer_payload_vendor_command 
-0x41c6 013948 rtnne vendor_message_attr_indication 
-0x41c7 013949 fetch 1 ,mem_mesh_provisioned_flag 
-0x41c8 013950 bne paired_status ,enable_user 
-0x41c9 013951 fetch 1 ,mem_mesh_access_layer_payload_vendor_tid 
-0x41ca 013952 store 1 ,mem_mesh_upper_tran_layer_temp_packet_tid 
-0x41cb 013953 fetch 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
-0x41cc 013954 pincrease upper_retry_count_indication 
-0x41cd 013955 set1 bit_upper_flag_vendor_indication ,pdata 
-0x41ce 013956 store 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
-0x41cf 013957 rtn 
-:      013960 ali_mesh_upper_transport_layer_store_unsegment_msg_original_access_pdu:
-0x41d0 013961 fetch 1 ,mem_mesh_access_layer_payload_len 
-0x41d1 013962 copy pdata ,loopcnt 
-0x41d2 013963 store 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
-0x41d3 013964 fetch 1 ,mem_mesh_message_transport_head 
-0x41d4 013965 store 1 ,mem_mesh_upper_tran_layer_temp_pakcet_akf_aid 
-0x41d5 013966 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contw 
-0x41d6 013967 arg mem_mesh_access_layer_payload ,contr 
-0x41d7 013968 branch memcpy 
-:      013972 ali_mesh_upper_transport_layer_control_packet:
-:      013977 ali_mesh_upper_transport_layer_control_packet_deal:
-0x41d8 013978 fetch 1 ,mem_mesh_upper_tran_layer_packet_advertising 
-0x41d9 013979 nrtn blank 
-0x41da 013980 call ali_mesh_upper_transport_layer_init_queue_param 
-0x41db 013981 arg mem_mesh_upper_tran_layer_queue_temp ,rega 
-0x41dc 013982 call queue_get_new_ele 
-0x41dd 013983 nrtn user 
-0x41de 013985 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
-0x41df 013986 and temp ,data_upper_flag_max_retry_count ,pdata 
-0x41e0 013987 branch ali_mesh_upper_transport_layer_queue_pop ,blank 
-0x41e1 013989 jam packet_in_bearer ,mem_mesh_upper_tran_layer_packet_advertising 
-0x41e2 013991 call ali_mesh_upper_transport_layer_control_packet_load_header 
-0x41e3 013993 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
-0x41e4 013994 call ali_mesh_upper_transport_layer_control_packet_load_app_control 
-0x41e5 013995 store 1 ,mem_mesh_upper_tran_layer_packet_tid 
-0x41e6 013997 fetch 1 ,mem_mesh_upper_tran_layer_packet_type 
-0x41e7 013998 isolate1 bit_upper_flag_proxy_control ,temp 
-0x41e8 013999 setflag true ,bit_uuper_tran_proxy_message ,pdata 
-0x41e9 014000 store 1 ,mem_mesh_upper_tran_layer_packet_type 
-0x41ea 014008 set1 bit_upper_flag_retransmit ,temp 
-0x41eb 014010 increase -1 ,temp 
-0x41ec 014011 istoret 1 ,regb 
-0x41ed 014013 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
-0x41ee 014014 isolate1 bit_upper_flag_retransmit ,temp 
-0x41ef 014015 nbranch ali_mesh_upper_transport_layer_control_packet_encrypt_access ,true 
-0x41f0 014016 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
-0x41f1 014017 storet 1 ,mem_mesh_upper_transport_layer_payload_len 
-0x41f2 014018 copy temp ,loopcnt 
-0x41f3 014019 arg mem_mesh_access_layer_payload ,contw 
-0x41f4 014020 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contr 
-0x41f5 014021 call memcpy 
-0x41f6 014023 sub temp ,unsegmented_access_message_max_upper_transport_access_pdu_len ,null 
-0x41f7 014024 nbranch ali_mesh_upper_transport_layer_control_packet_segment_msg ,positive 
-:      014025 ali_mesh_upper_transport_layer_control_packet_unsegment_msg:
-0x41f8 014026 branch ali_mesh_lower_transport_layer_send_unsegmented_access_message 
-:      014029 ali_mesh_upper_transport_layer_control_packet_segment_msg:
-0x41f9 014030 fetch 4 ,mem_mesh_upper_tran_layer_temp_segmented_pakcet_seqzero 
-0x41fa 014031 store 4 ,mem_mesh_segmented_lower_transport_layer_segzero 
-0x41fb 014032 branch ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer 
-:      014035 ali_mesh_upper_transport_layer_control_packet_load_header:
-0x41fc 014036 fetch 1 ,mem_mesh_upper_tran_layer_temp_pakcet_akf_aid 
-0x41fd 014037 store 1 ,mem_mesh_message_transport_head 
-0x41fe 014039 fetch 9 ,mem_mesh_upper_tran_layer_temp_packet_header_ivi_nid 
-0x41ff 014040 store 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
-0x4200 014041 store 9 ,mem_mesh_message_nid 
-0x4201 014042 rtn 
-:      014045 ali_mesh_upper_transport_layer_control_packet_load_app_control:
-0x4202 014046 jam upper_tran_tmall_message ,mem_mesh_upper_tran_layer_packet_type 
-0x4203 014047 fetch 1 ,mem_mesh_upper_tran_layer_temp_packet_tid 
-0x4204 014048 isolate1 bit_upper_flag_vendor_indication ,temp 
-0x4205 014049 rtn true 
-0x4206 014050 setarg 0 
-0x4207 014051 rtn 
-:      014053 ali_mesh_store_tran_package_type:
-0x4208 014054 add rega ,element_device_tran_package_type ,contw 
-0x4209 014055 istore 1 ,contw 
-0x420a 014056 rtn 
-:      014059 ali_mesh_upper_transport_layer_queue_pop:
-0x420b 014060 jam 0 ,mem_mesh_upper_tran_layer_packet_tid 
-0x420c 014061 call ali_mesh_upper_transport_layer_init_queue_param 
-0x420d 014062 arg mem_mesh_upper_tran_layer_queue_temp ,rega 
-0x420e 014063 branch queue_pop 
-:      014065 ali_mesh_upper_transport_layer_control_packet_encrypt_access:
-0x420f 014066 call ali_mesh_upper_transport_layer_send_access_message_calc_seq 
-0x4210 014067 call ali_mesh_upper_transport_layer_send_access_message_add_seq 
-0x4211 014068 fetch 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
-0x4212 014069 store 9 ,mem_mesh_upper_tran_layer_temp_packet_header_ivi_nid 
-0x4213 014070 call ali_mesh_upper_transport_layer_control_packet_encrypt_access_load_payload 
-0x4214 014071 setarg 0 
-0x4215 014072 store 1 ,mem_mesh_aszmic 
-0x4216 014073 call ali_mesh_upper_transport_layer_calc_transport_mic 
-0x4217 014075 fetcht 1 ,mem_mesh_upper_transport_layer_payload_len 
-0x4218 014076 storet 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
-0x4219 014077 copy temp ,loopcnt 
-0x421a 014078 arg mem_mesh_access_layer_payload ,contr 
-0x421b 014079 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contw 
-0x421c 014080 call memcpy 
-0x421d 014082 sub temp ,unsegmented_access_message_max_upper_transport_access_pdu_len ,null 
-0x421e 014083 nbranch ali_mesh_upper_transport_layer_control_packet_encrypt_access_segment_msg ,positive 
-:      014084 ali_mesh_upper_transport_layer_control_packet_encrypt_access_unsegment_msg:
-0x421f 014085 arg mem_mesh_upper_tran_layer_temp_packet_transmit_delay ,rega 
-0x4220 014086 call queue_store_new_ele 
-0x4221 014087 branch ali_mesh_lower_transport_layer_send_unsegmented_access_message 
-:      014089 ali_mesh_upper_transport_layer_control_packet_encrypt_access_segment_msg:
-0x4222 014090 call ali_mesh_upper_transport_layer_send_segmented_access_message_get_seqzero_segon 
-0x4223 014091 fetch 4 ,mem_mesh_segmented_lower_transport_layer_segzero 
-0x4224 014092 store 4 ,mem_mesh_upper_tran_layer_temp_segmented_pakcet_seqzero 
-0x4225 014093 arg mem_mesh_upper_tran_layer_temp_packet_transmit_delay ,rega 
-0x4226 014094 call queue_store_new_ele 
-0x4227 014095 branch ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer 
-:      014097 ali_mesh_upper_transport_layer_control_packet_encrypt_access_load_payload:
-0x4228 014098 fetch 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
-0x4229 014099 copy pdata ,loopcnt 
-0x422a 014100 store 1 ,mem_mesh_access_layer_payload_len 
-0x422b 014101 fetch 1 ,mem_mesh_upper_tran_layer_temp_pakcet_akf_aid 
-0x422c 014102 store 1 ,mem_mesh_message_transport_head 
-0x422d 014103 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contr 
-0x422e 014104 arg mem_mesh_access_layer_payload ,contw 
-0x422f 014105 branch memcpy 
-:      014107 ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer:
-0x4230 014108 call ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header 
-0x4231 014109 setarg mem_mesh_access_payload 
-0x4232 014110 store 2 ,mem_mesh_upper_transport_layer_payload_ptr 
-:      014111 ali_mesh_upper_transport_layer_send_segmented_access_message_loop:
-0x4233 014112 call ali_mesh_upper_transport_layer_control_packet_load_header 
-0x4234 014113 call ali_mesh_upper_transport_layer_send_access_message_calc_seq 
-0x4235 014114 call ali_mesh_upper_transport_layer_send_access_message_add_seq 
-0x4236 014116 fetcht 1 ,mem_mesh_access_layer_payload_len 
-0x4237 014117 setarg segmented_access_message_unint_pdu_len 
-0x4238 014118 call not_greater_than 
-0x4239 014119 copy pdata ,rega 
-0x423a 014120 copy temp ,pdata 
-0x423b 014121 isub rega ,pdata 
-0x423c 014122 store 1 ,mem_mesh_access_layer_payload_len 
-0x423d 014123 fetch 2 ,mem_mesh_upper_transport_layer_payload_ptr 
-0x423e 014124 copy pdata ,contr 
-0x423f 014125 iadd rega ,temp 
-0x4240 014126 storet 2 ,mem_mesh_upper_transport_layer_payload_ptr 
-0x4241 014127 call ali_mesh_lower_transport_layer_send_segmented_access_message 
-0x4242 014128 fetch 1 ,mem_mesh_access_layer_payload_len 
-0x4243 014129 rtn blank 
-0x4244 014130 fetch 1 ,mem_mesh_segmented_lower_transport_layer_sego 
-0x4245 014131 pincrease 1 
-0x4246 014132 store 1 ,mem_mesh_segmented_lower_transport_layer_sego 
-0x4247 014133 call ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header 
-0x4248 014134 branch ali_mesh_upper_transport_layer_send_segmented_access_message_loop 
-:      014139 ali_mesh_upper_transport_layer_calc_transport_mic:
-0x4249 014140 fetch 1 ,mem_mesh_message_transport_head 
-0x424a 014141 bbit0 transport_head_bit_akf ,ali_mesh_upper_transport_layer_calc_transport_mic_by_devicekey 
-:      014142 ali_mesh_upper_transport_layer_calc_transport_mic_by_appkey:
-0x424b 014143 call ali_mesh_upper_transport_layer_load_application_nonce_and_application_key 
-0x424c 014144 branch ali_mesh_upper_transport_layer_calc_transport_mic_encrypt_aesccm 
-:      014145 ali_mesh_upper_transport_layer_calc_transport_mic_by_devicekey:
-0x424d 014146 call ali_mesh_upper_transport_layer_load_device_nonce_and_device_key 
-:      014147 ali_mesh_upper_transport_layer_calc_transport_mic_encrypt_aesccm:
-0x424e 014148 fetch 1 ,mem_mesh_access_layer_payload_len 
-0x424f 014149 add pdata ,4 ,temp 
-0x4250 014150 storet 1 ,mem_mesh_upper_transport_layer_payload_len 
-0x4251 014151 arg mem_mesh_access_layer_payload ,temp 
-0x4252 014152 branch ali_ccm_encrypt 
-:      014157 ali_mesh_upper_transport_layer_send_access_message_calc_seq:
-0x4253 014158 fetch 3 ,mem_mesh_send_message_seq 
-0x4254 014159 pincrease 1 
-0x4255 014160 store 3 ,mem_mesh_send_message_seq 
-0x4256 014161 fetch 1 ,mem_mesh_gatt_package_send_msg_id 
-0x4257 014162 pincrease 1 
-0x4258 014163 store 1 ,mem_mesh_gatt_package_send_msg_id 
-0x4259 014164 fetch 2 ,mem_mesh_cb_seq_changed 
-0x425a 014165 branch callback_func 
-:      014169 ali_mesh_upper_transport_layer_send_access_message_add_nid_src_ttl_seq_dst:
-0x425b 014170 fetch 1 ,mem_mesh_iv_index + 3 
-0x425c 014171 lshift4 pdata ,pdata 
-0x425d 014172 lshift3 pdata ,pdata 
-0x425e 014173 fetcht 1 ,mem_k2_nid 
-0x425f 014174 ior temp ,pdata 
-0x4260 014175 store 1 ,mem_mesh_send_upper_layer_ivi_and_nid 
-0x4261 014176 fetch 1 ,mem_mesh_send_message_ttl 
-0x4262 014177 store 1 ,mem_mesh_send_upper_layer_ctl_and_ttl 
-0x4263 014178 fetch 2 ,mem_mesh_send_message_src 
-0x4264 014179 store 2 ,mem_mesh_send_upper_layer_src 
-0x4265 014180 fetch 2 ,mem_mesh_send_message_dst 
-0x4266 014181 store 2 ,mem_mesh_send_upper_layer_dst 
-:      014183 ali_mesh_upper_transport_layer_send_access_message_add_seq:
-0x4267 014184 fetch 3 ,mem_mesh_send_message_seq 
-0x4268 014185 store 3 ,mem_mesh_send_upper_layer_seq 
-0x4269 014186 arg mem_mesh_send_upper_layer_seq ,rega 
-0x426a 014187 arg 3 ,loopcnt 
-0x426b 014188 call inverse_data 
-0x426c 014189 fetch 8 ,mem_mesh_send_upper_layer_ctl_and_ttl 
-0x426d 014190 store 8 ,mem_mesh_message_ttl 
-0x426e 014191 rtn 
-:      014193 ali_mesh_upper_transport_layer_send_segmented_access_message_get_seqzero_segon:
-0x426f 014194 fetch 1 ,mem_mesh_upper_transport_layer_payload_len 
-0x4270 014195 div pdata ,segmented_access_message_unint_pdu_len 
-0x4271 014196 call wait_div_end 
-0x4272 014197 quotient temp 
-0x4273 014198 remainder pdata 
-0x4274 014199 call ali_mesh_upper_transport_layer_send_segmented_access_message_sub_segn_one ,blank 
-0x4275 014200 storet 1 ,mem_mesh_segmented_lower_transport_layer_segn 
-0x4276 014201 jam 0 ,mem_mesh_segmented_lower_transport_layer_sego 
-0x4277 014202 fetch 3 ,mem_mesh_send_message_seq 
-0x4278 014203 arg 0x1fff ,temp 
-0x4279 014204 iand temp ,pdata 
-0x427a 014205 store 2 ,mem_mesh_segmented_lower_transport_layer_segzero 
-0x427b 014206 rtn 
-:      014208 ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header:
-0x427c 014209 fetch 2 ,mem_mesh_segmented_lower_transport_layer_segzero 
-0x427d 014210 lshift4 pdata ,pdata 
-0x427e 014211 lshift pdata ,pdata 
-0x427f 014212 fetcht 1 ,mem_mesh_segmented_lower_transport_layer_sego 
-0x4280 014213 ior temp ,pdata 
-0x4281 014214 lshift4 pdata ,pdata 
-0x4282 014215 lshift pdata ,pdata 
-0x4283 014216 fetcht 1 ,mem_mesh_segmented_lower_transport_layer_segn 
-0x4284 014217 ior temp ,pdata 
-0x4285 014218 store 3 ,mem_mesh_segmented_access_lower_transport_layer_szmic_seqzero_sego_segn 
-0x4286 014219 arg 3 ,loopcnt 
-0x4287 014220 arg mem_mesh_segmented_access_lower_transport_layer_szmic_seqzero_sego_segn ,rega 
-0x4288 014221 branch inverse_data 
-:      014223 ali_mesh_upper_transport_layer_receive_new_msg_timer:
-0x4289 014224 arg mem_mesh_upper_receive_new_message_timer ,regc 
-0x428a 014225 arg ali_mesh_upper_transport_layer_receive_new_msg_timeout ,regb 
-0x428b 014226 branch timer_single_step 
-:      014228 ali_mesh_upper_transport_layer_receive_new_msg_timeout:
-0x428c 014229 arg 40 ,loopcnt 
-0x428d 014230 arg mem_mesh_access_message_mic_cache ,contw 
-0x428e 014231 branch clear_mem 
-:      014234 ali_mesh_upper_transport_layer_send_segmented_access_message_sub_segn_one:
-0x428f 014235 increase -1 ,temp 
-0x4290 014236 rtn 
-:      014238 ali_mesh_upper_transport_layer_clear_tx_buffer:
-0x4291 014239 branch ali_mesh_stop_send_indication_packet 
-:      014242 ali_mesh_upper_transport_layer_init_queue_param:
-0x4292 014243 setarg mem_mesh_upper_tran_layer_queue_each_size 
-0x4293 014244 store 2 ,mem_queue_ptr 
-0x4294 014245 rtn 
-:      014248 app_init:
-0x4295 014249 bpatch patch16_1 ,mem_patch16 
-0x4296 014250 fetch 1 ,mem_device_option 
-0x4297 014251 branch app_init ,blank 
-0x4298 014252 beq dvc_op_dongle ,dongle_init 
-0x4299 014253 beq dvc_op_shutter ,shutter_init 
-0x429a 014254 beq dvc_op_module ,module_init 
-0x429b 014255 beq dvc_op_car ,car_init 
-0x429c 014256 beq dvc_op_shutter_dy ,shutter_dy_init 
-0x429d 014257 beq dvc_op_remote_car ,remote_car_init 
-0x429e 014258 beq dvc_op_keyboard ,keyboard_init 
-0x429f 014259 beq dvc_op_hci_boot ,hci_init 
-0x42a0 014261 beq dvc_op_mouse ,mouse_init 
-0x42a1 014262 beq dvc_op_mesh ,ali_mesh_init 
-0x42a2 014263 rtn 
-:      014266 app_param_init:
-0x42a3 014267 rtn wake 
-0x42a4 014268 call adc_init_data 
-0x42a5 014269 fetch 1 ,mem_device_option 
-0x42a6 014270 beq dvc_op_shutter ,shutter_default_init 
-0x42a7 014271 beq dvc_op_shutter_dy ,shutter_default_init 
-0x42a8 014272 beq dvc_op_dongle ,dongle_default_init 
-0x42a9 014273 beq dvc_op_mouse ,mouse_default_init 
-0x42aa 014274 beq dvc_op_keyboard ,mouse_default_parm_init 
-0x42ab 014275 beq dvc_op_remote_car ,remote_car_default_init 
-0x42ac 014276 rtn 
-:      014278 app_process_idle:
-0x42ad 014279 call ui_dispatch 
-0x42ae 014280 call check_51cmd 
-0x42af 014281 call app_process_bb_event 
-0x42b0 014282 fetch 2 ,mem_cb_idle_process 
-0x42b1 014283 branch callback_func 
-:      014285 app_process_ble:
-0x42b2 014286 fetch 2 ,mem_cb_le_process 
-0x42b3 014287 branch callback_func 
-:      014289 app_process_bb_event:
-0x42b4 014290 bpatch patch16_2 ,mem_patch16 
-0x42b5 014292 arg mem_ipc_fifo_bt2c51 ,rega 
-0x42b6 014293 call fifo_out 
-0x42b7 014294 rtn blank 
-0x42b8 014296 copy pdata ,regc 
-0x42b9 014297 call app_event_normal_process 
-0x42ba 014298 branch app_process_bb_event_priority 
-:      014300 app_discard_event:
-0x42bb 014301 arg 0 ,regc 
-0x42bc 014302 rtn 
-:      014307 app_event_normal_process:
-0x42bd 014308 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
-0x42be 014309 beq bt_evt_le_connected ,app_le_event_bb_connected 
-0x42bf 014310 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
-0x42c0 014311 rtn 
-:      014315 app_process_bb_event_priority:
-0x42c1 014316 fetch 2 ,mem_cb_bb_event_process 
-0x42c2 014317 branch callback_func 
-:      014319 app_check_wake_lock:
-0x42c3 014320 fetch 2 ,mem_cb_check_wakelock 
-0x42c4 014321 branch callback_func 
-:      014323 app_will_enter_lpm:
-0x42c5 014324 fetch 2 ,mem_cb_before_lpm 
-0x42c6 014325 branch callback_func 
-:      014327 app_le_event_bb_connected:
-0x42c7 014328 fetch 2 ,mem_ui_state_map 
-0x42c8 014329 set1 ui_state_ble_connected ,pdata 
-0x42c9 014330 store 2 ,mem_ui_state_map 
-0x42ca 014331 rtn 
-:      014333 app_le_event_bb_disconn:
-0x42cb 014334 jam 0 ,mem_le_l2cap_att_states 
-0x42cc 014335 fetch 2 ,mem_ui_state_map 
-0x42cd 014336 set0 ui_state_ble_connected ,pdata 
-0x42ce 014337 store 2 ,mem_ui_state_map 
-0x42cf 014338 branch app_lpm_mult_disable 
-:      014341 app_evt_button_long_pressed:
-0x42d0 014342 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x42d1 014343 set1 app_disc_by_button ,pdata 
-0x42d2 014344 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x42d3 014345 rtn 
-:      014348 app_evt_timer:
-0x42d4 014349 store 1 ,mem_app_evt_timer_count 
-:      014350 app_evt_100ms_loop:
-0x42d5 014351 bpatch patch16_3 ,mem_patch16 
-0x42d6 014352 fetch 1 ,mem_app_evt_timer_count 
-0x42d7 014353 rtn blank 
-0x42d8 014354 increase -1 ,pdata 
-0x42d9 014355 store 1 ,mem_app_evt_timer_count 
-0x42da 014356 call ui_button_polling 
-0x42db 014357 call app_lpm_wake_auto_lock_timer 
-0x42dc 014358 call flash_write_spi_sm_timer 
-0x42dd 014359 fetch 2 ,mem_cb_event_timer 
-0x42de 014360 call callback_func 
-0x42df 014361 branch app_evt_100ms_loop 
-:      014366 timer_single_step:
-0x42e0 014367 ifetch 1 ,regc 
-0x42e1 014368 rtn blank 
-0x42e2 014369 pincrease -1 
-0x42e3 014370 istore 1 ,regc 
-0x42e4 014371 nrtn blank 
-0x42e5 014372 copy regb ,pdata 
-0x42e6 014373 branch callback_func 
-:      014377 timer_single_step_2b:
-0x42e7 014378 ifetch 2 ,regc 
-0x42e8 014379 rtn blank 
-0x42e9 014380 pincrease -1 
-0x42ea 014381 istore 2 ,regc 
-0x42eb 014382 nrtn blank 
-0x42ec 014383 copy regb ,pdata 
-0x42ed 014384 branch callback_func 
-:      014386 app_power_timer:
-0x42ee 014387 fetcht 2 ,mem_power_param_ptr 
-0x42ef 014388 add temp ,power_timer_offset ,regc 
-0x42f0 014389 arg app_power_timer_timeout ,regb 
-0x42f1 014390 branch timer_single_step 
-:      014392 app_power_timer_timeout:
-0x42f2 014393 call app_got_power_state_common 
-0x42f3 014394 beq power_starting ,app_enter_power_stanby_state 
-:      014395 app_enter_power_off_state:
-0x42f4 014396 branch app_enter_hibernate 
-:      014397 app_enter_power_stanby_state:
-0x42f5 014398 setarg power_standby 
-0x42f6 014399 istore 1 ,regc 
-0x42f7 014400 add temp ,power_standby_cb_offset ,regb 
-:      014401 app_power_cb_common:
-0x42f8 014402 ifetch 2 ,regb 
-0x42f9 014403 branch callback_func 
-:      014406 app_bb_hibernate:
-0x42fa 014407 call app_disconn_reason_clear 
-0x42fb 014408 branch app_enter_hibernate 
-:      014411 app_disconn_reason_clear:
-0x42fc 014412 setarg 0 
-0x42fd 014413 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x42fe 014414 rtn 
-:      014415 app_disconn_reason_flag_clear:
-0x42ff 014416 setarg 0 
-0x4300 014417 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x4301 014418 rtn 
-:      014422 app_disconn_reason_collect_ble:
-0x4302 014423 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x4303 014424 set1 app_disc_ble ,pdata 
-0x4304 014425 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x4305 014426 setarg 0 
-0x4306 014427 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x4307 014428 rtn 
-:      014436 app_get_lpm_wake_lock:
-0x4308 014437 arg wake_lock_app ,queue 
-0x4309 014438 branch lpm_get_wake_lock 
-:      014440 app_put_lpm_wake_lock:
-0x430a 014441 arg wake_lock_app ,queue 
-0x430b 014442 branch lpm_put_wake_lock 
-:      014444 app_lpm_wake_auto_lock:
-0x430c 014445 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
-0x430d 014446 branch app_get_lpm_wake_lock 
-:      014448 app_lpm_wake_auto_lock_timer:
-0x430e 014449 arg mem_wake_up_delay_timer ,regc 
-0x430f 014450 arg app_put_lpm_wake_lock ,regb 
-0x4310 014451 branch timer_single_step 
-:      014454 app_ble_start_direct_adv:
-0x4311 014455 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
-0x4312 014456 branch ui_ipc_send_cmd 
-:      014458 app_ble_stop_direct_adv:
-0x4313 014459 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
-0x4314 014460 branch ui_ipc_send_cmd 
-:      014462 app_ble_stop_adv:
-0x4315 014463 jam bt_cmd_stop_adv ,mem_fifo_temp 
-0x4316 014464 branch ui_ipc_send_cmd 
-:      014466 app_ble_start_adv:
-0x4317 014467 jam bt_cmd_start_adv ,mem_fifo_temp 
-0x4318 014468 branch ui_ipc_send_cmd 
-:      014470 app_ble_start_scan:
-0x4319 014471 jam bt_cmd_le_start_scan ,mem_fifo_temp 
-0x431a 014472 branch ui_ipc_send_cmd 
-:      014474 app_ble_stop_scan:
-0x431b 014475 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
-0x431c 014476 branch ui_ipc_send_cmd 
-:      014478 app_ble_start_conn:
-0x431d 014479 jam bt_cmd_le_start_conn ,mem_fifo_temp 
-0x431e 014480 branch ui_ipc_send_cmd 
-:      014482 app_ble_disconnect:
-0x431f 014483 jam bt_cmd_le_disconnect ,mem_fifo_temp 
-0x4320 014484 branch ui_ipc_send_cmd 
-:      014486 app_led_start_blink:
-0x4321 014487 jam bt_cmd_led_blink ,mem_fifo_temp 
-0x4322 014488 branch ui_ipc_send_cmd 
-:      014490 app_led_on:
-0x4323 014491 jam bt_cmd_led_on ,mem_fifo_temp 
-0x4324 014492 branch ui_ipc_send_cmd 
-:      014494 app_led_stop_blink:
-:      014495 app_led_off:
-0x4325 014496 jam bt_cmd_led_off ,mem_fifo_temp 
-0x4326 014497 branch ui_ipc_send_cmd 
-:      014499 app_enter_hibernate:
-0x4327 014500 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
-0x4328 014501 branch ui_ipc_send_cmd 
-:      014504 app_ble_store_reconn_info:
-0x4329 014505 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
-0x432a 014506 branch ui_ipc_send_cmd 
-:      014509 app_lpm_mult_enable:
-0x432b 014510 set1 mark_lpm_mult_enable ,mark 
-0x432c 014511 rtn 
-:      014513 app_lpm_mult_disable:
-0x432d 014514 set0 mark_lpm_mult_enable ,mark 
-0x432e 014515 rtn 
-:      014518 app_button_long_pressed:
-0x432f 014519 call app_got_power_state_common 
-0x4330 014520 beq power_standby ,app_power_shutting_down 
-:      014521 app_power_starting:
-0x4331 014522 setarg power_starting 
-0x4332 014523 istore 1 ,regc 
-0x4333 014524 add temp ,power_starting_timeout_offset ,rega 
-0x4334 014525 add temp ,power_starting_cb_offset ,regb 
-:      014526 app_power_common:
-0x4335 014527 ifetcht 1 ,rega 
-0x4336 014528 increase 1 ,regc 
-0x4337 014529 istoret 1 ,regc 
-0x4338 014530 branch app_power_cb_common 
-:      014532 app_power_shutting_down:
-0x4339 014533 setarg power_off 
-0x433a 014534 istore 1 ,regc 
-0x433b 014535 fetch 2 ,mem_ui_state_map 
-0x433c 014536 bbit0 ui_state_ble_connected ,app_power_off_end 
-0x433d 014537 call le_send_terminate_ind_user_terminated 
-0x433e 014538 call app_ble_disconnect 
-:      014539 app_power_off_end:
-0x433f 014540 fetcht 2 ,mem_power_param_ptr 
-0x4340 014541 add temp ,power_off_timeout_offset ,rega 
-0x4341 014542 add temp ,power_off_cb_offset ,regb 
-0x4342 014543 branch app_power_common 
-:      014545 app_got_power_state_common:
-0x4343 014546 fetcht 2 ,mem_power_param_ptr 
-0x4344 014547 add temp ,power_state_offset ,regc 
-0x4345 014548 ifetch 1 ,regc 
-0x4346 014549 rtn 
-:      014551 app_event_button_up:
-0x4347 014552 call app_got_power_state_common 
-0x4348 014553 bne power_off ,app_power_release 
-0x4349 014554 branch app_enter_hibernate 
-:      014555 app_power_release:
-0x434a 014556 add temp ,ui_butten_up_cb_offset ,regb 
-0x434b 014557 branch app_power_cb_common 
-:      014563 adpcm_decode:
-0x434c 014564 fetch 8 ,mem_ad_state_valpred 
-0x434d 014565 store 8 ,mem_ad_valpred 
-0x434e 014566 jam 0 ,mem_ad_bufferstep 
-0x434f 014567 fetch 1 ,mem_ad_index 
-0x4350 014568 lshift2 pdata ,pdata 
-0x4351 014569 arg mem_ad_stepsizetable ,temp 
-0x4352 014570 iadd temp ,temp 
-0x4353 014571 ifetch 4 ,temp 
-0x4354 014572 store 4 ,mem_ad_step 
-:      014573 adpcm_decode_loop:
-0x4355 014574 fetch 1 ,mem_ad_bufferstep 
-0x4356 014575 nbranch adpcm_next_byte ,blank 
-0x4357 014576 fetcht 2 ,mem_ad_in_ptr 
-0x4358 014577 ifetch 1 ,temp 
-0x4359 014578 store 1 ,mem_ad_inputbuffer 
-0x435a 014579 increase 1 ,temp 
-0x435b 014580 storet 2 ,mem_ad_in_ptr 
-0x435c 014581 rshift4 pdata ,pdata 
-0x435d 014582 store 1 ,mem_ad_delta 
-0x435e 014583 branch adpcm_cal 
-:      014584 adpcm_next_byte:
-0x435f 014585 fetch 1 ,mem_ad_inputbuffer 
-0x4360 014586 and pdata ,0x0f ,pdata 
-0x4361 014587 store 1 ,mem_ad_delta 
-:      014588 adpcm_cal:
-0x4362 014589 fetch 1 ,mem_ad_bufferstep 
-0x4363 014590 setflip 0 ,pdata 
-0x4364 014591 store 1 ,mem_ad_bufferstep 
-0x4365 014592 arg mem_ad_indextable ,temp 
-0x4366 014593 fetch 1 ,mem_ad_delta 
-0x4367 014594 iadd temp ,temp 
-0x4368 014595 ifetch 1 ,temp 
-0x4369 014596 fetcht 1 ,mem_ad_index 
-0x436a 014597 call adpcm_cal_index 
-0x436b 014598 store 1 ,mem_ad_index 
-0x436c 014600 fetch 1 ,mem_ad_delta 
-0x436d 014601 and pdata ,0x08 ,temp 
-0x436e 014602 storet 1 ,mem_ad_sign 
-0x436f 014603 and pdata ,0x07 ,temp 
-0x4370 014604 storet 1 ,mem_ad_delta 
-0x4371 014606 call adpcm_cal_vpdiff 
-0x4372 014607 storet 4 ,mem_ad_vpdiff 
-0x4373 014609 fetch 1 ,mem_ad_sign 
-0x4374 014610 branch adpcm_cal_valpred ,blank 
-0x4375 014611 fetch 4 ,mem_ad_valpred 
-0x4376 014612 fetcht 4 ,mem_ad_vpdiff 
-0x4377 014613 isub temp ,pdata 
-0x4378 014614 branch adpcm_cal_valpred_end 
-:      014615 adpcm_cal_valpred:
-0x4379 014616 fetch 4 ,mem_ad_valpred 
-0x437a 014617 fetcht 4 ,mem_ad_vpdiff 
-0x437b 014618 iadd temp ,pdata 
-:      014619 adpcm_cal_valpred_end:
-0x437c 014620 store 4 ,mem_ad_valpred 
-0x437d 014621 arg 32767 ,temp 
-0x437e 014622 isub temp ,pdata 
-0x437f 014623 bbit1 31 ,adpcm_cal_valpred_overflow 
-0x4380 014624 storet 4 ,mem_ad_valpred 
-0x4381 014625 branch adpcm_cal_valpred_overflow_end 
-:      014626 adpcm_cal_valpred_overflow:
-0x4382 014627 fetch 4 ,mem_ad_valpred 
-0x4383 014628 arg 32768 ,temp 
-0x4384 014629 iadd temp ,pdata 
-0x4385 014630 bbit0 31 ,adpcm_cal_valpred_overflow_end 
-0x4386 014631 arg -32768 ,temp 
-0x4387 014632 storet 4 ,mem_ad_valpred 
-:      014633 adpcm_cal_valpred_overflow_end:
-0x4388 014634 fetch 1 ,mem_ad_index 
-0x4389 014635 lshift2 pdata ,pdata 
-0x438a 014636 arg mem_ad_stepsizetable ,temp 
-0x438b 014637 iadd temp ,temp 
-0x438c 014638 ifetch 4 ,temp 
-0x438d 014639 store 4 ,mem_ad_step 
-0x438e 014641 fetch 2 ,mem_ad_out_ptr 
-0x438f 014642 fetcht 2 ,mem_ad_valpred 
-0x4390 014643 istoret 2 ,pdata 
-0x4391 014644 increase 2 ,pdata 
-0x4392 014645 store 2 ,mem_ad_out_ptr 
-0x4393 014647 fetch 1 ,mem_ad_in_numsamples 
-0x4394 014648 increase -1 ,pdata 
-0x4395 014649 store 1 ,mem_ad_in_numsamples 
-0x4396 014650 nbranch adpcm_decode_loop ,blank 
-0x4397 014651 fetch 8 ,mem_ad_valpred 
-0x4398 014652 store 8 ,mem_ad_state_valpred 
-0x4399 014653 rtn 
-:      014655 adpcm_cal_index:
-0x439a 014656 iadd temp ,pdata 
-0x439b 014657 bbit0 7 ,adpcm_cal_bigger_zero 
-0x439c 014658 setarg 0 
-0x439d 014659 rtn 
-:      014660 adpcm_cal_bigger_zero:
-0x439e 014661 and pdata ,0xff ,pdata 
-0x439f 014662 sub pdata ,88 ,null 
-0x43a0 014663 rtn positive 
-0x43a1 014664 setarg 88 
-0x43a2 014665 rtn 
-:      014667 adpcm_cal_vpdiff:
-0x43a3 014668 fetchr rega ,4 ,mem_ad_step 
-0x43a4 014669 rshift3 rega ,temp 
-0x43a5 014670 fetch 1 ,mem_ad_delta 
-0x43a6 014671 bbit0 2 ,adpcm_cal_vpdiff1 
-0x43a7 014672 copy rega ,pdata 
-0x43a8 014673 iadd temp ,temp 
-:      014674 adpcm_cal_vpdiff1:
-0x43a9 014675 fetch 1 ,mem_ad_delta 
-0x43aa 014676 bbit0 1 ,adpcm_cal_vpdiff2 
-0x43ab 014677 rshift rega ,pdata 
-0x43ac 014678 iadd temp ,temp 
-:      014679 adpcm_cal_vpdiff2:
-0x43ad 014680 fetch 1 ,mem_ad_delta 
-0x43ae 014681 rtnbit0 0 
-0x43af 014682 rshift2 rega ,pdata 
-0x43b0 014683 iadd temp ,temp 
-0x43b1 014684 rtn 
-:      014689 car_init:
-0x43b2 014690 call enable_authrom 
-0x43b3 014691 rtn wake 
-0x43b4 014692 setarg car_g24_receive_process 
-0x43b5 014693 store 2 ,mem_cb_24g_receive_process 
-0x43b6 014695 setarg g24_bind_ackpayload_prep 
-0x43b7 014696 store 2 ,mem_cb_24g_ackpayload 
-0x43b8 014698 setarg car_g24_cb_data_device1 
-0x43b9 014699 store 2 ,mem_cb_24g_data_device1 
-0x43ba 014701 setarg car_le_before_hibernate 
-0x43bb 014702 store 2 ,mem_cb_before_hibernate 
-0x43bc 014704 setarg car_le_process_lpm_before 
-0x43bd 014705 store 2 ,mem_cb_before_lpm 
-0x43be 014707 setarg car_scale_process_idle 
-0x43bf 014708 store 2 ,mem_cb_idle_process 
-0x43c0 014710 setarg car_scale_process_bb_event 
-0x43c1 014711 store 2 ,mem_cb_bb_event_process 
-0x43c2 014713 setarg app_get_lpm_wake_lock 
-0x43c3 014714 store 2 ,mem_cb_check_wakelock 
-0x43c4 014716 setarg car_le_receive_data 
-0x43c5 014717 store 2 ,mem_cb_att_write 
-0x43c6 014719 setarg car_le_bb_event_timer 
-0x43c7 014720 store 2 ,mem_cb_event_timer 
-0x43c8 014722 bpatch patch05_6 ,mem_patch05 
-0x43c9 014723 call car_init_environment 
-0x43ca 014724 call car_lpm_timer_enable 
-0x43cb 014725 call queue_init 
-0x43cc 014726 jam 2 ,mem_lpm_mult 
-0x43cd 014727 jam power_on ,mem_car_24g_received_pac 
-0x43ce 014728 fetch 1 ,mem_car_config_soft_switch_enable 
-0x43cf 014729 store 1 ,mem_car_hard_soft_switch 
-0x43d0 014730 beq hard_switch ,car_hard_switch_power_on_signal 
-0x43d1 014731 fetch 1 ,mem_car_config_soft_switch_gpio 
-0x43d2 014732 store 1 ,mem_ui_button_gpio 
-0x43d3 014733 jam off ,mem_le_adv_enable 
-:      014734 car_soft_switch_power_on_init:
-0x43d4 014735 call ui_button_init 
-0x43d5 014736 call ui_button_polling 
-0x43d6 014737 jam power_starting ,mem_car_power_state 
-0x43d7 014738 fetch 2 ,mem_ui_state_map 
-0x43d8 014739 rtnbit1 ui_state_btn_down 
-0x43d9 014740 branch app_enter_hibernate 
-:      014743 car_power_off_signal:
-0x43da 014744 branch car_ui_led_init 
-:      014746 car_hard_switch_power_on_signal:
-0x43db 014747 jam power_standby ,mem_car_power_state 
-:      014748 car_soft_switch_power_on_signal:
-0x43dc 014749 jam on ,mem_le_adv_enable 
-0x43dd 014750 setarg fast_adv_interval_value_car 
-0x43de 014751 call shutter_ble_adv_interval_set 
-:      014752 car_le_modified_name_adv:
-0x43df 014753 arg mem_le_name + 7 ,contw 
-0x43e0 014754 fetch 1 ,mem_le_lap 
-:      014755 car_name_loop:
-0x43e1 014756 and pdata ,0xF0 ,temp 
-0x43e2 014757 rshift4 temp ,temp 
-0x43e3 014758 call car_hex_to_ascii 
-0x43e4 014759 istoret 1 ,contw 
-0x43e5 014760 and pdata ,0x0F ,temp 
-0x43e6 014761 call car_hex_to_ascii 
-0x43e7 014762 istoret 1 ,contw 
-0x43e8 014763 call le_modified_name_att_list 
-0x43e9 014764 fetcht 1 ,mem_le_name_len 
-0x43ea 014765 copy temp ,loopcnt 
-0x43eb 014766 arg mem_le_adv_data + 2 ,contw 
-0x43ec 014767 arg mem_le_name ,contr 
-0x43ed 014768 call memcpy 
-:      014769 car_le_modified_name_scan:
-0x43ee 014770 fetcht 1 ,mem_le_name_len 
-0x43ef 014771 copy temp ,loopcnt 
-0x43f0 014772 arg mem_le_scan_data + 2 ,contw 
-0x43f1 014773 arg mem_le_name ,contr 
-0x43f2 014774 branch memcpy 
-:      014775 car_hex_to_ascii:
-0x43f3 014776 sub temp ,9 ,null 
-0x43f4 014777 branch car_hex_num ,positive 
-0x43f5 014778 add temp ,55 ,temp 
-0x43f6 014779 rtn 
-:      014780 car_hex_num:
-0x43f7 014781 add temp ,48 ,temp 
-0x43f8 014782 rtn 
-:      014784 car_ui_led_init:
-0x43f9 014785 fetch 1 ,mem_car_config_blood_led1_gpio 
-0x43fa 014786 bne invalid_pin_num ,car_blood_led_gpio_set 
-:      014787 car_ui_led_init_1:
-0x43fb 014788 fetch 1 ,mem_car_config_pairing_led_gpio 
-0x43fc 014789 bne invalid_pin_num ,car_pairing_led_gpio_set 
-:      014790 car_ui_led_init_2:
-0x43fd 014791 fetch 1 ,mem_car_config_low_voltage_led_gpio 
-0x43fe 014792 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
-:      014793 car_ui_led_init_3:
-0x43ff 014794 fetch 1 ,mem_car_led_num 
-0x4400 014795 copy pdata ,loopcnt 
-0x4401 014796 setarg mem_car_led_map 
-0x4402 014797 copy pdata ,rega 
-:      014798 car_in_lp1:
-0x4403 014799 copy rega ,contr 
-0x4404 014800 ifetch 1 ,contr 
-0x4405 014801 copy contr ,rega 
-0x4406 014802 beq invalid_pin_num ,car_in_lp1_end 
-0x4407 014803 copy pdata ,temp 
-0x4408 014804 call gpio_config_output 
-:      014805 car_in_lp1_end:
-0x4409 014806 loop car_in_lp1 
-:      014807 car_ui_led_init_end:
-0x440a 014808 rtn 
-:      014809 car_blood_led_gpio_set:
-0x440b 014810 fetch 8 ,mem_car_config_blood_led1_gpio 
-0x440c 014811 store 8 ,mem_car_led_map + 2 
-0x440d 014812 branch car_ui_led_init_1 
-:      014813 car_pairing_led_gpio_set:
-0x440e 014814 store 1 ,mem_car_led_map 
-0x440f 014815 branch car_ui_led_init_2 
-:      014816 car_low_voltage_led_gpio_set:
-0x4410 014817 store 1 ,mem_car_led_map + 1 
-0x4411 014818 branch car_ui_led_init_3 
-:      014820 car_init_environment:
-0x4412 014822 call car_g24_init 
-0x4413 014823 call car_g24_load_commom_addr 
-0x4414 014824 arg 0 ,rega 
-0x4415 014825 call pwm_init 
-0x4416 014826 call car_ui_led_init 
-0x4417 014827 call car_start_blink 
-0x4418 014828 call car_init_adc_hvin 
-0x4419 014829 branch car_motor_init 
-:      014830 car_read_otp_addr:
-0x441a 014831 rtn 
-:      014832 car_motor_init:
-0x441b 014833 fetch 1 ,mem_car_motor_gpio_num 
-0x441c 014834 copy pdata ,loopcnt 
-0x441d 014835 setarg mem_car_motor_gpio_map 
-0x441e 014836 copy pdata ,rega 
-:      014837 p_in_lp1:
-0x441f 014838 copy rega ,contr 
-0x4420 014839 ifetch 1 ,contr 
-0x4421 014840 copy contr ,rega 
-0x4422 014841 beq invalid_pin_num ,p_in_lp1_end 
-0x4423 014842 copy pdata ,temp 
-0x4424 014843 store 1 ,mem_car_gpio 
-0x4425 014844 call car_ui_gpio_init 
-:      014845 p_in_lp1_end:
-0x4426 014846 loop p_in_lp1 
-:      014847 p_car_ui_led_init_end:
-0x4427 014848 rtn 
-:      014850 car_ui_gpio_init:
-0x4428 014851 fetch 1 ,mem_car_gpio 
-0x4429 014852 rtneq ui_button_gpio_disable 
-0x442a 014853 iforce temp 
-0x442b 014854 branch gpio_config_output 
-:      014857 car_init_adc_hvin:
-0x442c 014858 jam 100 ,mem_car_notify_vdd_value_last 
-0x442d 014859 rtn 
-:      014861 car_le_before_hibernate:
-0x442e 014862 call car_gpio_set_before_hibernate 
-0x442f 014863 call clear_wake 
-:      014864 car_le_process_lpm_before:
-0x4430 014865 branch keyscan_process_lpm_before 
-:      014867 car_gpio_set_before_hibernate:
-0x4431 014868 call check_51cmd_led_off 
-:      014869 car_gpio_set_before_lpm_common:
-0x4432 014870 arg gpio_number ,loopcnt 
-0x4433 014871 arg core_gpio_conf ,contr 
-:      014872 car_setgpio_loop:
-0x4434 014873 copy contr ,contw 
-0x4435 014874 ifetch 1 ,contr 
-0x4436 014875 beq gpcfg_spid_miso ,car_setgpio_pullup 
-0x4437 014876 beq gpcfg_spid_ncs ,car_setgpio_pullup 
-0x4438 014877 beq gpcfg_spid_sck ,car_setgpio_pullup 
-0x4439 014878 beq gpcfg_spid_mosi ,car_setgpio_pullup 
-0x443a 014879 beq gpcfg_spid_sdio ,car_setgpio_pullup 
-0x443b 014880 beq gpcfg_iic_scl ,car_setgpio_pullup 
-0x443c 014881 beq gpcfg_iic_sda ,car_setgpio_pullup 
-0x443d 014882 beq gpcfg_input ,car_setgpio_pullup 
-:      014883 car_setgpio_loop_end:
-0x443e 014884 loop car_setgpio_loop 
-0x443f 014885 arg core_gpio_conf_hi + gpio_number_ext ,pdata 
-0x4440 014886 isub contr ,null 
-0x4441 014887 branch car_motor_setgpio ,zero 
-:      014888 car_setgpio_loop_ext:
-0x4442 014889 arg gpio_number_ext ,loopcnt 
-0x4443 014890 arg core_gpio_conf_hi ,contr 
-0x4444 014891 branch car_setgpio_loop 
-:      014893 car_setgpio_pullup:
-0x4445 014894 setarg gpcfg_pullup 
-0x4446 014895 istore 1 ,contw 
-0x4447 014896 branch car_setgpio_loop_end 
-:      014897 car_setgpio_pulldown:
-0x4448 014898 setarg gpcfg_pulldown 
-0x4449 014899 istore 1 ,contw 
-0x444a 014900 branch car_setgpio_loop_end 
-:      014901 car_motor_setgpio:
-0x444b 014902 fetch 1 ,mem_car_motor_gpio_num 
-0x444c 014903 copy pdata ,loopcnt 
-0x444d 014904 arg mem_car_motor_gpio_map ,contr 
-:      014905 car_motor_setgpio_loop:
-0x444e 014906 ifetch 1 ,contr 
-0x444f 014907 set1 7 ,pdata 
-0x4450 014908 arg gpcfg_output_low ,temp 
-0x4451 014909 call gpio_config_function 
-0x4452 014910 loop car_motor_setgpio_loop 
-0x4453 014911 rtn 
-:      014913 car_key_scan_process:
-0x4454 014914 branch keyscan_key_process 
-:      014916 car_scale_process_idle:
-0x4455 014917 call car_le_send_packet 
-0x4456 014918 call car_g24_status_process 
-0x4457 014919 branch car_key_scan_process 
-:      014921 car_g24_status_process:
-0x4458 014922 fetch 2 ,mem_ui_state_map 
-0x4459 014923 rtnbit1 ui_state_ble_connected 
-0x445a 014924 fetch 1 ,mem_car_24g_received_pac 
-0x445b 014925 beq work_paired ,car_g24_connected_event 
-0x445c 014926 rtn 
-:      014927 car_g24_connected_event:
-0x445d 014928 fetch 1 ,mem_car_24g_status 
-0x445e 014929 rtneq work_paired 
-0x445f 014930 jam work_paired ,mem_car_24g_status 
-0x4460 014931 call car_lpm_timer_disable 
-0x4461 014932 call car_stop_blink 
-0x4462 014933 branch car_g24_connected 
-:      014935 car_lpm_timer_enable:
-0x4463 014936 fetch 2 ,mem_car_enter_lpm_timer_count 
-0x4464 014937 store 2 ,mem_car_enter_lpm_timer 
-0x4465 014938 jam 0 ,mem_car_enter_lpm_flag 
-0x4466 014939 rtn 
-:      014942 car_lpm_timer_disable:
-0x4467 014943 setarg 0 
-0x4468 014944 branch car_lpm_timer_enable + 1 
-:      014947 car_stop_blink:
-0x4469 014948 arg 0 ,rega 
-0x446a 014949 branch ui_led_blink_stop_global 
-:      014952 car_start_blink:
-0x446b 014953 arg 0 ,rega 
-0x446c 014954 branch ui_led_blink_start_global 
-:      014960 car_le_send_packet:
-0x446d 014961 fetch 2 ,mem_ui_state_map 
-0x446e 014962 rtnbit0 ui_state_ble_connected 
-0x446f 014963 call le_fifo_check_nearly_full 
-0x4470 014964 nrtn blank 
-0x4471 014965 arg mem_car_pop_queue_buff ,rega 
-0x4472 014966 call queue_pop 
-0x4473 014967 nrtn user 
-0x4474 014968 arg mem_car_pop_queue_buff ,contr 
-0x4475 014969 branch le_send_notify_from_list 
-:      014971 car_scale_process_bb_event:
-0x4476 014972 copy regc ,pdata 
-0x4477 014973 beq bt_evt_button_up ,app_event_button_up 
-0x4478 014974 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x4479 014975 beq bt_evt_le_connected ,car_scale_event_le_conn 
-0x447a 014976 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
-0x447b 014977 rtn 
-:      014979 car_scale_event_le_conn:
-0x447c 014980 call car_lpm_timer_disable 
-0x447d 014981 call car_stop_blink 
-0x447e 014982 set0 mark_24g_rxmode ,mark 
-0x447f 014983 branch car_scale_process_conn 
-:      014984 car_g24_connected:
-0x4480 014985 fetch 2 ,mem_car_24g_no_data_timeout_count 
-0x4481 014986 store 2 ,mem_car_24g_no_data_timeout_timer 
-:      014987 car_scale_process_conn:
-0x4482 014988 jam 0x14 ,mem_car_notify_vdd_timer 
-0x4483 014989 jam 0 ,mem_lpm_mode 
-0x4484 014990 call app_ble_stop_adv 
-0x4485 014991 branch app_lpm_mult_enable 
-:      014994 car_scale_event_le_discon:
-0x4486 014995 set1 mark_24g_rxmode ,mark 
-0x4487 014996 call car_lpm_timer_enable 
-0x4488 014997 call car_fb_motor_stop 
-0x4489 014998 call car_lr_motor_stop 
-:      014999 car_g24_disconnect:
-0x448a 015000 setarg 0 
-0x448b 015001 store 5 ,mem_car_led_control 
-0x448c 015002 call queue_init 
-0x448d 015003 jam 10 ,mem_motor1_speed 
-0x448e 015004 jam 10 ,mem_motor2_speed 
-0x448f 015005 jam 10 ,mem_motor3_speed 
-0x4490 015007 jam 2 ,mem_lpm_mult 
-0x4491 015008 setarg fast_adv_interval_value_car 
-0x4492 015009 call shutter_ble_adv_interval_set 
-0x4493 015010 branch app_ble_start_adv 
-:      015012 car_le_bb_event_timer:
-0x4494 015013 call car_moto1_blank_data_timer 
-0x4495 015014 call car_moto2_blank_data_timer 
-0x4496 015015 call car_moto3_blank_data_timer 
-0x4497 015018 call car_24g_no_data_timeout_timer 
-0x4498 015019 branch car_24g_bind_enable_timer 
-:      015022 car_24g_bind_enable_timer:
-0x4499 015023 arg mem_car_24g_bind_enable_delay_count ,regc 
-0x449a 015024 arg 0 ,regb 
-0x449b 015025 branch timer_single_step 
-:      015027 car_enter_lpm_timer:
-0x449c 015028 arg mem_car_enter_lpm_timer ,regc 
-0x449d 015029 arg car_enter_lpm_enable ,regb 
-0x449e 015030 branch timer_single_step_2b 
-:      015031 car_enter_lpm_enable:
-0x449f 015032 jam 1 ,mem_car_enter_lpm_flag 
-0x44a0 015033 rtn 
-:      015035 car_24g_no_data_timeout_timer:
-0x44a1 015036 arg mem_car_24g_no_data_timeout_timer ,regc 
-0x44a2 015037 arg car_24g_no_data_timer_timeout ,regb 
-0x44a3 015038 branch timer_single_step_2b 
-:      015039 car_24g_no_data_timer_timeout:
-0x44a4 015040 jam work_search ,mem_car_24g_status 
-0x44a5 015041 jam power_on ,mem_car_24g_received_pac 
-0x44a6 015042 branch car_g24_disconnect 
-:      015044 car_notify_vdd_timer:
-0x44a7 015045 fetch 1 ,mem_car_config_bat_notify_enable 
-0x44a8 015046 rtn blank 
-0x44a9 015047 arg mem_car_notify_vdd_timer ,regc 
-0x44aa 015048 arg car_notify_vdd ,regb 
-0x44ab 015049 branch timer_single_step 
-:      015050 car_notify_vdd:
-0x44ac 015051 fetch 1 ,mem_car_notify_vdd_count 
-0x44ad 015052 store 1 ,mem_car_notify_vdd_timer 
-0x44ae 015053 fetch 1 ,mem_car_working_flag 
-0x44af 015054 nrtn blank 
-:      015055 car_read_hvin:
-0x44b0 015056 call vdd_calculate_by_mode 
-0x44b1 015057 store 2 ,mem_vdd_now_vol 
-0x44b2 015058 arg mem_vdd_calculate_set ,rega 
-0x44b3 015059 call adc_bat_percent_lowpower_out 
-0x44b4 015060 fetcht 1 ,mem_car_notify_vdd_value_last 
-0x44b5 015061 isub temp ,null 
-0x44b6 015062 branch car_notify_vdd_next2 ,positive 
-0x44b7 015063 store 1 ,mem_car_notify_vdd_value_last 
-0x44b8 015064 copy pdata ,temp 
-:      015065 car_notify_vdd_next2:
-0x44b9 015066 storet 1 ,mem_car_notify_vdd_percent 
-0x44ba 015067 fetch 1 ,mem_car_config_low_voltage_percent 
-0x44bb 015068 isub temp ,null 
-0x44bc 015069 call car_enter_low_bat ,positive 
-0x44bd 015070 storet 1 ,mem_notify_bat_payload 
-0x44be 015071 arg 6 ,loopcnt 
-0x44bf 015072 arg mem_notify_bat_head ,contr 
-0x44c0 015073 call calc_check_sum_start 
-0x44c1 015074 store 1 ,mem_notify_bat_check_sum 
-0x44c2 015075 arg mem_notify_bat_packet ,rega 
-0x44c3 015076 branch queue_push 
-:      015077 car_enter_low_bat:
-0x44c4 015078 fetch 1 ,mem_low_bat_flag 
-0x44c5 015079 nrtn blank 
-0x44c6 015080 jam 1 ,mem_low_bat_flag 
-0x44c7 015081 arg 1 ,rega 
-0x44c8 015082 branch ui_led_blink_start_global 
-:      015083 car_low_bat_led_off:
-0x44c9 015084 arg 1 ,rega 
-0x44ca 015085 branch ui_led_blink_stop_global 
-:      015089 calc_check_sum_start:
-0x44cb 015090 arg 0 ,rega 
-:      015091 calc_check_sum_loop:
-0x44cc 015092 ifetch 1 ,contr 
-0x44cd 015093 iadd rega ,rega 
-0x44ce 015094 loop calc_check_sum_loop 
-:      015095 calc_check_sum_and:
-0x44cf 015096 and rega ,0xff ,pdata 
-0x44d0 015097 rtn 
-:      015099 car_le_receive_data:
-0x44d1 015100 fetch 1 ,mem_le_att_opcode 
-0x44d2 015101 beq attop_write_request ,car_le_parse_att_write_request 
-0x44d3 015102 rtn 
-:      015103 car_le_parse_att_write_request:
-0x44d4 015104 fetch 2 ,mem_le_att_handle 
-0x44d5 015105 beq att_car_control_handle ,car_control_le_receive 
-0x44d6 015106 rtn 
-:      015108 le_app_receive_data:
-0x44d7 015109 bpatch patch05_7 ,mem_patch05 
-0x44d8 015110 ifetch 5 ,rega 
-0x44d9 015111 store 5 ,mem_app_receive_temp 
-0x44da 015112 fetch 2 ,mem_app_receive_temp 
-0x44db 015113 arg le_receive_packet_head ,temp 
-0x44dc 015114 isub temp ,null 
-0x44dd 015115 nrtn zero 
-0x44de 015116 fetch 2 ,mem_app_receive_temp + 3 
-0x44df 015117 byteswap pdata ,pdata 
-0x44e0 015118 store 2 ,mem_app_receive_temp + 3 
-0x44e1 015119 copy pdata ,loopcnt 
-0x44e2 015120 increase 5 ,rega 
-0x44e3 015121 copy rega ,contr 
-0x44e4 015122 arg mem_app_receive_temp + 5 ,contw 
-0x44e5 015123 call memcpy 
-0x44e6 015124 ifetch 1 ,contr 
-0x44e7 015125 store 1 ,mem_app_receive_temp + 15 
-0x44e8 015126 arg mem_app_receive_temp + 2 ,rega 
-0x44e9 015127 arg mem_app_receive_temp + 5 ,regb 
-0x44ea 015128 rtn 
-:      015130 car_control_le_receive:
-0x44eb 015131 setarg 0 
-0x44ec 015132 store 5 ,mem_le_receive_payload 
-0x44ed 015133 store 5 ,mem_le_receive_payload + 5 
-0x44ee 015134 call le_app_receive_data 
-0x44ef 015135 copy regb ,contr 
-0x44f0 015136 arg mem_le_receive_payload ,contw 
-0x44f1 015137 arg 10 ,loopcnt 
-0x44f2 015138 call memcpy 
-:      015139 car_receive_cmd_select:
-0x44f3 015140 bpatch patch06_0 ,mem_patch06 
-0x44f4 015141 ifetch 1 ,rega 
-0x44f5 015142 beq car_cmd_old_car_control ,car_drive_old 
-0x44f6 015143 beq car_cmd_old_speed_control ,car_speed_set_old 
-0x44f7 015144 beq car_cmd_l_r_motor_control ,car_motor_control 
-0x44f8 015145 beq car_cmd_f_b_motor_control ,car_motor_control 
-0x44f9 015146 beq car_cmd_ir_control ,car_ir_data_rx_from_app 
-0x44fa 015147 beq car_cmd_led_control ,car_led_control_receive 
-0x44fb 015148 beq car_cmd_device_info ,car_info_request 
-0x44fc 015149 rtn 
-:      015151 car_24g_receive_data:
-0x44fd 015152 call car_control_le_receive 
-0x44fe 015153 fetch 1 ,mem_app_receive_temp + 2 
-0x44ff 015154 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
-0x4500 015155 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
-0x4501 015156 rtn 
-:      015157 car_24g_receive_data_next:
-0x4502 015158 fetch 1 ,mem_le_receive_payload 
-0x4503 015159 ncall car_moto1_enable_blank_data_timer ,blank 
-0x4504 015160 fetch 1 ,mem_le_receive_payload + 2 
-0x4505 015161 ncall car_moto2_enable_blank_data_timer ,blank 
-0x4506 015162 fetch 1 ,mem_le_receive_payload + 4 
-0x4507 015163 ncall car_moto3_enable_blank_data_timer ,blank 
-0x4508 015164 rtn 
-:      015166 car_moto1_enable_blank_data_timer:
-0x4509 015167 jam 5 ,mem_car_moto1_blank_timer 
-0x450a 015168 rtn 
-:      015169 car_moto2_enable_blank_data_timer:
-0x450b 015170 jam 5 ,mem_car_moto2_blank_timer 
-0x450c 015171 rtn 
-:      015172 car_moto3_enable_blank_data_timer:
-0x450d 015173 jam 5 ,mem_car_moto3_blank_timer 
-0x450e 015174 rtn 
-:      015176 car_moto1_blank_data_timer:
-0x450f 015177 arg mem_car_moto1_blank_timer ,regc 
-0x4510 015178 arg car_moto1_blank_data ,regb 
-0x4511 015179 branch timer_single_step 
-:      015180 car_moto2_blank_data_timer:
-0x4512 015181 arg mem_car_moto2_blank_timer ,regc 
-0x4513 015182 arg car_moto2_blank_data ,regb 
-0x4514 015183 branch timer_single_step 
-:      015184 car_moto3_blank_data_timer:
-0x4515 015185 arg mem_car_moto3_blank_timer ,regc 
-0x4516 015186 arg car_moto3_blank_data ,regb 
-0x4517 015187 branch timer_single_step 
-:      015189 car_moto1_blank_data:
-0x4518 015190 jam 0 ,mem_le_receive_payload 
-0x4519 015191 branch car_motor_control 
-:      015192 car_moto2_blank_data:
-0x451a 015193 jam 0 ,mem_le_receive_payload + 2 
-0x451b 015194 branch car_motor_control 
-:      015195 car_moto3_blank_data:
-0x451c 015196 jam 0 ,mem_le_receive_payload + 4 
-0x451d 015197 branch car_motor_control 
-:      015202 car_drive_old:
-0x451e 015203 fetch 1 ,mem_le_receive_payload 
-0x451f 015204 store 1 ,mem_motor1_status 
-0x4520 015205 fetch 1 ,mem_le_receive_payload + 1 
-0x4521 015206 store 1 ,mem_motor2_status 
-0x4522 015207 branch car_motor_control_common 
-:      015211 car_left_right_control_old:
-0x4523 015212 fetch 1 ,mem_le_receive_payload 
-0x4524 015213 store 1 ,mem_motor2_status 
-0x4525 015214 branch car_motor2_control 
-:      015215 car_front_back_control_old:
-0x4526 015216 fetch 1 ,mem_motor1_speed 
-0x4527 015217 call car_reset_old_speed 
-0x4528 015218 fetch 1 ,mem_le_receive_payload + 1 
-0x4529 015219 store 1 ,mem_motor1_status 
-0x452a 015220 branch car_motor1_control 
-:      015221 car_reset_old_speed:
-0x452b 015222 beq speed_level_2 ,car_reset_old_speed2 
-0x452c 015223 beq speed_level_3 ,car_reset_old_speed3 
-0x452d 015224 store 1 ,mem_motor1_speed 
-0x452e 015225 rtn 
-:      015226 car_reset_old_speed2:
-0x452f 015227 jam speed_level_5 ,mem_motor1_speed 
-0x4530 015228 rtn 
-:      015229 car_reset_old_speed3:
-0x4531 015230 jam speed_level_10 ,mem_motor1_speed 
-0x4532 015231 rtn 
-:      015232 car_speed_set_old:
-0x4533 015233 fetch 1 ,mem_le_receive_payload 
-0x4534 015234 call car_reset_old_speed 
-0x4535 015235 fetch 1 ,mem_motor1_speed 
-0x4536 015236 call car_motor_speed_duty_setting 
-0x4537 015237 call car_motor_speed_duty_transform 
-0x4538 015238 jam 0x00 ,mem_pdatatemp + 1 
-0x4539 015239 branch pwm_duty_cycle_set 
-:      015241 car_motor_control:
-0x453a 015242 fetch 1 ,mem_car_24g_go_die_flag 
-0x453b 015243 nrtn blank 
-0x453c 015244 fetch 6 ,mem_le_receive_payload 
-0x453d 015245 store 6 ,mem_motor1_status 
-0x453e 015246 fetch 1 ,mem_motor1_speed 
-0x453f 015247 fetcht 1 ,mem_motor2_speed 
-0x4540 015248 iand temp ,pdata 
-0x4541 015249 fetcht 1 ,mem_motor3_speed 
-0x4542 015250 iand temp ,pdata 
-0x4543 015251 call car_motor_working_flag ,blank 
-:      015252 car_motor_control_common:
-0x4544 015253 bpatch patch06_1 ,mem_patch06 
-0x4545 015254 fetch 2 ,mem_ui_state_map 
-0x4546 015255 isolate1 ui_state_ble_connected ,pdata 
-0x4547 015256 ncall car_lpm_timer_enable ,true 
-0x4548 015257 call car_motor1_control 
-0x4549 015258 call car_motor2_control 
-0x454a 015259 branch car_conn_led_state 
-:      015261 car_conn_led_state:
-0x454b 015262 fetch 1 ,mem_motor1_status 
-0x454c 015263 fetcht 1 ,mem_motor2_status 
-0x454d 015264 iadd temp ,pdata 
-0x454e 015265 nbranch check_51cmd_led_on ,blank 
-0x454f 015266 branch check_51cmd_led_off 
-:      015268 car_motor1_control:
-0x4550 015269 arg mem_motor1_status ,contr 
-0x4551 015270 branch car_motor1_status_select 
-:      015271 car_motor2_control:
-0x4552 015272 arg mem_motor2_status ,contr 
-0x4553 015273 branch car_motor2_status_select 
-:      015274 car_motor3_control:
-0x4554 015275 arg mem_motor3_status ,contr 
-0x4555 015276 branch car_motor_status_select 
-:      015277 car_motor_working_flag:
-0x4556 015278 jam 0 ,mem_car_working_flag 
-0x4557 015279 rtn 
-:      015281 car_motor1_status_select:
-0x4558 015282 ifetch 1 ,contr 
-0x4559 015283 beq turn_front ,car_lr_motor_stop 
-0x455a 015284 beq turn_left ,car_lr_motor_left 
-0x455b 015285 beq turn_right ,car_lr_motor_right 
-0x455c 015286 rtn 
-:      015287 car_motor2_status_select:
-0x455d 015288 ifetch 1 ,contr 
-0x455e 015289 beq motor_stop ,car_fb_motor_stop 
-0x455f 015290 beq go_back ,car_fb_motor_front 
-0x4560 015291 beq go_front ,car_fb_motor_back 
-0x4561 015292 rtn 
-:      015294 car_lr_motor_stop:
-0x4562 015295 fetcht 1 ,mem_car_motor_left_gpio 
-0x4563 015296 call gpio_out_inactive 
-0x4564 015297 fetcht 1 ,mem_car_motor_right_gpio 
-0x4565 015298 branch gpio_out_inactive 
-:      015299 car_lr_motor_left:
-0x4566 015300 fetcht 1 ,mem_car_motor_left_gpio 
-0x4567 015301 call gpio_out_active 
-0x4568 015302 fetcht 1 ,mem_car_motor_right_gpio 
-0x4569 015303 branch gpio_out_inactive 
-:      015304 car_lr_motor_right:
-0x456a 015305 fetcht 1 ,mem_car_motor_left_gpio 
-0x456b 015306 call gpio_out_inactive 
-0x456c 015307 fetcht 1 ,mem_car_motor_right_gpio 
-0x456d 015308 branch gpio_out_active 
-:      015309 car_fb_motor_stop:
-0x456e 015310 fetcht 1 ,mem_car_motor_front_gpio 
-0x456f 015311 call gpio_out_inactive 
-0x4570 015312 fetcht 1 ,mem_car_motor_back_gpio 
-0x4571 015313 branch gpio_out_inactive 
-:      015314 car_fb_motor_front:
-0x4572 015315 fetcht 1 ,mem_car_motor_front_gpio 
-0x4573 015316 call gpio_out_active 
-0x4574 015317 fetcht 1 ,mem_car_motor_back_gpio 
-0x4575 015318 branch gpio_out_inactive 
-:      015319 car_fb_motor_back:
-0x4576 015320 fetcht 1 ,mem_car_motor_front_gpio 
-0x4577 015321 call gpio_out_inactive 
-0x4578 015322 fetcht 1 ,mem_car_motor_back_gpio 
-0x4579 015323 branch gpio_out_active 
-:      015328 car_motor_status_select:
-0x457a 015329 bpatch patch06_2 ,mem_patch06 
-0x457b 015330 ifetch 1 ,contr 
-0x457c 015331 beq motor_stop ,car_motor_stop 
-0x457d 015332 beq go_front ,car_motor_positive 
-0x457e 015333 beq go_back ,car_motor_negative 
-0x457f 015334 rtn 
-:      015335 car_motor_positive:
-0x4580 015336 jam 0 ,mem_motor_select_p_n 
-0x4581 015337 branch car_motor_negative + 1 
-:      015338 car_motor_negative:
-0x4582 015339 jam 1 ,mem_motor_select_p_n 
-0x4583 015340 ifetch 1 ,contr 
-0x4584 015341 store 1 ,mem_car_motor_speed 
-0x4585 015342 ifetch 8 ,regb 
-0x4586 015343 branch car_motor_work 
-:      015345 car_motor_stop:
-0x4587 015346 ifetch 1 ,regb 
-0x4588 015347 call pwm_disable 
-0x4589 015348 increase 1 ,regb 
-0x458a 015349 ifetch 1 ,regb 
-0x458b 015350 branch pwm_disable 
-:      015351 car_motor_work:
-0x458c 015352 store 8 ,mem_motor_pwm_pin1_set 
-0x458d 015353 jam 1 ,mem_car_working_flag 
-0x458e 015354 fetch 1 ,mem_motor_select_p_n 
-0x458f 015355 beq 0 ,car_motor_select_positive 
-:      015356 car_motor_select_negative:
-0x4590 015357 fetch 1 ,mem_motor_pwm_pin2_set 
-0x4591 015358 store 1 ,mem_motor_pwm_pin_set 
-0x4592 015359 fetch 1 ,mem_motor_pwm_pin1_set 
-:      015360 car_motor_work_next:
-0x4593 015361 call pwm_disable 
-0x4594 015362 fetch 1 ,mem_car_motor_speed 
-0x4595 015363 call car_motor_speed_duty_setting 
-0x4596 015364 store 1 ,mem_motor_pwm_dute_set 
-0x4597 015365 fetch 6 ,mem_motor_pwm_pin_set 
-0x4598 015366 store 6 ,mem_pdatatemp 
-0x4599 015367 branch pwm_out_set 
-:      015368 car_motor_select_positive:
-0x459a 015369 fetch 1 ,mem_motor_pwm_pin1_set 
-0x459b 015370 store 1 ,mem_motor_pwm_pin_set 
-0x459c 015371 fetch 1 ,mem_motor_pwm_pin2_set 
-0x459d 015372 branch car_motor_work_next 
-:      015374 car_motor_speed_duty_setting:
-0x459e 015375 mul32 pdata ,5 ,pdata 
-0x459f 015376 add pdata ,50 ,pdata 
-0x45a0 015377 rtn 
-:      015378 car_motor_speed_duty_transform:
-0x45a1 015379 arg 12000 ,temp 
-0x45a2 015380 imul32 temp ,pdata 
-0x45a3 015381 div pdata ,100 
-0x45a4 015382 call wait_div_end 
-0x45a5 015383 quotient temp 
-0x45a6 015384 copy temp ,rega 
-0x45a7 015385 setarg 12000 
-0x45a8 015386 isub temp ,regb 
-0x45a9 015387 rtn 
-:      015389 car_ir_data_rx_from_app:
-0x45aa 015390 rtn 
-:      015392 car_led_control_receive:
-0x45ab 015393 fetch 8 ,mem_le_receive_payload 
-0x45ac 015394 store 8 ,mem_car_led_control 
-0x45ad 015395 rtn 
-:      015397 car_info_request:
-0x45ae 015398 fetch 1 ,mem_car_config_device_select 
-0x45af 015399 store 1 ,mem_car_info_request_payload 
-0x45b0 015400 fetch 1 ,mem_car_config_motor_layout 
-0x45b1 015401 store 1 ,mem_car_info_request_payload + 1 
-0x45b2 015402 fetch 1 ,mem_car_config_ir_enable 
-0x45b3 015403 store 1 ,mem_car_info_request_payload + 2 
-0x45b4 015404 arg 13 ,loopcnt 
-0x45b5 015405 arg mem_car_info_request_head ,contr 
-0x45b6 015406 call calc_check_sum_start 
-0x45b7 015407 store 1 ,mem_car_info_request_checksum 
-0x45b8 015408 arg mem_car_info_request ,rega 
-0x45b9 015409 branch queue_push 
-:      015413 car_g24_init:
-0x45ba 015414 setarg 0 
-0x45bb 015415 store 8 ,mem_24g_bind_payload 
-0x45bc 015416 call g24_receive_init 
-0x45bd 015417 branch g24_mode_switch_init 
-:      015419 car_g24_receive_process:
-0x45be 015420 call car_g24_mode_switch 
-0x45bf 015421 call car_g24_work_mode 
-0x45c0 015422 call car_g24_bind_mode 
-0x45c1 015423 branch car_g24_lpm_dipatch 
-:      015425 car_g24_mode_switch:
-0x45c2 015426 call g24_mode_switch_bind_work 
-:      015427 car_g24_bind_mode_enable:
-0x45c3 015428 fetch 1 ,mem_24g_work_mode 
-0x45c4 015429 rtnne dongle_bind 
-0x45c5 015430 fetch 1 ,mem_car_24g_bind_enable_delay_count 
-0x45c6 015431 nbranch g24_switch_work_mode ,blank 
-0x45c7 015432 fetch 1 ,mem_car_24g_status 
-0x45c8 015433 beq work_search ,g24_switch_work_mode 
-0x45c9 015434 rtn 
-:      015436 car_g24_work_mode:
-0x45ca 015437 fetch 1 ,mem_24g_work_mode 
-0x45cb 015438 rtnne dongle_work 
-0x45cc 015439 call car_g24_work_mode_start 
-0x45cd 015440 branch car_g24_ch_polling_clear ,user3 
-:      015441 car_g24_receive_ch_polling:
-0x45ce 015442 fetch 1 ,mem_car_enter_lpm_flag 
-0x45cf 015443 rtn blank 
-0x45d0 015444 fetch 1 ,mem_car_24g_ch_polling 
-0x45d1 015445 increase 1 ,pdata 
-0x45d2 015446 store 1 ,mem_car_24g_ch_polling 
-0x45d3 015447 beq 4 ,car_g24_ch_polling_clear 
-0x45d4 015448 call g24_ch 
-0x45d5 015449 call car_g24_receive_packet_start 
-0x45d6 015450 nbranch car_g24_receive_ch_polling ,user3 
-:      015451 car_g24_ch_polling_clear:
-0x45d7 015452 jam 0 ,mem_car_24g_ch_polling 
-0x45d8 015453 rtn 
-:      015454 car_g24_work_mode_start:
-0x45d9 015455 fetch 1 ,mem_24g_work_mode 
-0x45da 015456 rtnne dongle_work 
-0x45db 015457 call car_g24_work_init 
-0x45dc 015458 call g24_ch_process 
-0x45dd 015459 branch car_g24_receive_packet_start 
-:      015460 car_g24_work_init:
-0x45de 015461 fetch 1 ,mem_24g_mode_init 
-0x45df 015462 rtnbit1 dongle_work 
-0x45e0 015463 set1 dongle_work ,pdata 
-0x45e1 015464 store 1 ,mem_24g_mode_init 
-0x45e2 015465 fetch 1 ,mem_tx_power_temp 
-0x45e3 015466 store 1 ,mem_tx_power 
-0x45e4 015467 jam 0 ,mem_24g_ackpayload_enable 
-0x45e5 015468 jam 0 ,mem_usb_tx_enable 
-0x45e6 015469 jam 1 ,mem_24g_abort_packet 
-0x45e7 015470 jam 0 ,mem_24g_pid 
-0x45e8 015472 fetch 4 ,mem_car_24g_commom_addr 
-0x45e9 015473 branch g24_work_init + 12 
-:      015474 car_g24_receive_packet_start:
-0x45ea 015475 call g24_receive_transmit_ack 
-0x45eb 015476 nbranch g24_rx_interrupt_clear ,user3 
-:      015477 p_g24_receive_packet_parse:
-0x45ec 015478 call g24_receive_packet_parse_pid_crc 
-0x45ed 015479 nbranch g24_rx_interrupt_clear ,user 
-0x45ee 015480 fetch 1 ,mem_24g_rxdata_length 
-0x45ef 015481 branch g24_rx_interrupt_clear ,blank 
-0x45f0 015482 increase 2 ,pdata 
-0x45f1 015483 iforce loopcnt 
-0x45f2 015484 arg mem_24g_rxbuf ,contr 
-0x45f3 015485 arg mem_24g_rxdata_temp ,contw 
-0x45f4 015486 call memcpy 
-0x45f5 015487 jam 0 ,mem_24g_mode_switch 
-0x45f6 015488 fetch 1 ,mem_24g_pair_mode 
-0x45f7 015489 call g24_enable_nodata_timer ,blank 
-0x45f8 015490 fetch 1 ,mem_24g_rxdata_temp + 2 
-0x45f9 015491 beq datatype_attemp ,car_g24_data_attemp 
-0x45fa 015492 beq datatype_device1 ,car_g24_data_device1 
-0x45fb 015493 branch g24_receive_packet_parse + 14 
-:      015494 car_g24_data_attemp:
-0x45fc 015495 fetch 1 ,mem_24g_pair_mode 
-0x45fd 015496 nrtn blank 
-0x45fe 015497 fetch 1 ,mem_24g_bind_device_status 
-0x45ff 015498 rtn blank 
-0x4600 015500 branch g24_data_attemp 
-:      015501 car_g24_data_device1:
-0x4601 015502 call g24_ch_timer_reinit 
-0x4602 015503 fetch 1 ,mem_24g_abort_packet 
-0x4603 015504 fetcht 1 ,mem_24g_rxdata_temp 
-0x4604 015505 isolate1 bit_abort ,temp 
-0x4605 015506 setflag true ,0 ,pdata 
-0x4606 015507 store 1 ,mem_24g_abort_packet 
-0x4607 015508 beq 1 ,car_g24_data_attemp_device1_abort 
-0x4608 015509 branch g24_data_device1 + 7 
-:      015510 car_g24_data_attemp_device1_abort:
-0x4609 015511 fetch 1 ,mem_device_option 
-0x460a 015512 sub pdata ,dvc_op_car ,null 
-0x460b 015513 call check_51cmd_led_on ,zero 
-0x460c 015514 fetch 4 ,mem_24g_rxdata_temp + 10 
-0x460d 015515 branch g24_store_device1_addr 
-:      015517 car_g24_bind_mode:
-0x460e 015518 fetch 1 ,mem_24g_work_mode 
-0x460f 015519 rtnne dongle_bind 
-0x4610 015520 call g24_bind_init 
-0x4611 015521 call car_g24_bind_device_addr 
-0x4612 015523 call g24_rx_interrupt_clear 
-0x4613 015524 call g24_receive_packet 
-0x4614 015525 nbranch g24_rx_interrupt_clear ,user3 
-0x4615 015526 call g24_bind_data_parse 
-0x4616 015527 call g24_transmit_ack 
-0x4617 015528 call g24_bind_device_status_check 
-0x4618 015529 call g24_bind_data_process + 8 
-0x4619 015531 fetch 1 ,mem_24g_bind_device_status 
-0x461a 015532 nbranch car_g24_bind_mode_exit ,blank 
-0x461b 015533 call g24_nodata_process 
-0x461c 015534 fetch 1 ,mem_24g_nodata_timer_enable 
-0x461d 015535 rtn blank 
-0x461e 015536 setarg 0 
-0x461f 015537 store 4 ,mem_24g_device1_addr 
-0x4620 015538 rtn 
-:      015539 car_g24_bind_mode_exit:
-0x4621 015540 jam 0 ,mem_24g_mode_switch 
-0x4622 015541 arg 0 ,rega 
-0x4623 015542 call check_51cmd_led_on 
-0x4624 015543 call g24_switch_work_mode 
-0x4625 015544 call g24_timer_init 
-0x4626 015546 fetch 4 ,mem_24g_lap 
-0x4627 015547 store 4 ,mem_car_24g_commom_addr 
-0x4628 015548 fetch 1 ,mem_car_save_addr_flag 
-0x4629 015549 ncall car_g24_save_commom_addr ,blank 
-0x462a 015551 fetch 4 ,mem_car_24g_commom_addr 
-0x462b 015552 branch g24_update_addr_and_synccrc8 
-:      015554 car_g24_save_commom_addr:
-0x462c 015556 fetch 1 ,mem_car_save_addr_flag 
-0x462d 015557 rtn blank 
-0x462e 015558 fetch 1 ,mem_24g_transmitter_addr + 1 
-0x462f 015559 store 1 ,mem_car_24g_commom_addr + 3 
-0x4630 015561 fetch 1 ,mem_24g_lap + 1 
-0x4631 015562 store 1 ,mem_car_24g_commom_addr + 2 
-0x4632 015564 fetch 1 ,mem_24g_transmitter_addr 
-0x4633 015565 store 1 ,mem_car_24g_commom_addr + 1 
-0x4634 015567 fetch 1 ,mem_24g_lap 
-0x4635 015568 store 1 ,mem_car_24g_commom_addr 
-0x4636 015569 rtn 
-0x4637 015570 call car_g24_search_commom_addr 
-0x4638 015571 fetch 4 ,mem_car_24g_commom_addr 
-0x4639 015572 fetcht 4 ,mem_car_24g_commom_addr_temp 
-0x463a 015573 isub temp ,null 
-0x463b 015574 rtn zero 
-0x463c 015575 copy regc ,regb 
-0x463d 015576 arg mem_car_24g_commom_addr ,rega 
-0x463e 015577 arg 4 ,loopcnt 
-0x463f 015578 branch otp_write 
-:      015580 car_g24_load_commom_addr:
-0x4640 015582 fetch 4 ,mem_24g_lap 
-0x4641 015583 store 4 ,mem_car_24g_commom_addr 
-0x4642 015584 fetch 1 ,mem_car_save_addr_flag 
-0x4643 015585 rtn blank 
-0x4644 015586 rtn 
-0x4645 015587 call car_g24_search_commom_addr 
-0x4646 015588 fetch 4 ,mem_car_24g_commom_addr_temp 
-0x4647 015589 rtn blank 
-0x4648 015590 store 4 ,mem_car_24g_commom_addr 
-0x4649 015591 rtn 
-:      015594 car_g24_search_commom_addr:
-0x464a 015595 rtn 
-0x464b 015596 fetch 1 ,mem_car_save_addr_flag 
-0x464c 015597 rtn blank 
-0x464d 015598 arg otp_offset_car_commom_start_addr ,regc 
-:      015599 car_g24_search_commom_addr_loop:
-0x464e 015600 copy regc ,regb 
-0x464f 015601 arg mem_car_24g_commom_addr_read ,rega 
-0x4650 015602 arg 4 ,loopcnt 
-0x4651 015603 call otp_read_data 
-0x4652 015604 fetch 4 ,mem_car_24g_commom_addr_read 
-0x4653 015605 rtn blank 
-0x4654 015606 store 4 ,mem_car_24g_commom_addr_temp 
-0x4655 015607 copy regc ,pdata 
-0x4656 015608 arg otp_offset_car_commom_end_addr ,temp 
-0x4657 015609 isub temp ,null 
-0x4658 015610 rtn positive 
-0x4659 015611 increase 4 ,regc 
-0x465a 015612 branch car_g24_search_commom_addr_loop 
-:      015614 car_g24_bind_device_addr:
-0x465b 015615 fetch 4 ,mem_24g_device1_addr 
-0x465c 015616 rtn blank 
-0x465d 015617 branch g24_update_addr_and_synccrc8 
-:      015619 car_g24_cb_data_device1:
-0x465e 015620 fetch 2 ,mem_ui_state_map 
-0x465f 015621 rtnbit1 ui_state_ble_connected 
-0x4660 015622 fetch 2 ,mem_car_24g_no_data_timeout_count 
-0x4661 015623 store 2 ,mem_car_24g_no_data_timeout_timer 
-0x4662 015624 jam work_paired ,mem_car_24g_received_pac 
-0x4663 015625 arg mem_24g_rxdata_temp + 3 ,rega 
-0x4664 015626 branch car_24g_receive_data 
-:      015628 car_g24_lpm_dipatch:
-0x4665 015629 fetch 1 ,mem_car_enter_lpm_flag 
-0x4666 015630 rtn blank 
-0x4667 015631 call car_g24_lpm_wait 
-0x4668 015632 nrtn user 
-0x4669 015633 fetch 3 ,mem_24g_enter_hibernate 
-0x466a 015634 call clk2lpo 
-0x466b 015635 storet 4 ,mem_sleep_counter 
-0x466c 015636 branch lpm_sleep 
-:      015637 car_g24_lpm_wait:
-0x466d 015638 enable user 
-0x466e 015639 call lpo_calibration 
-0x466f 015640 fetch 3 ,mem_clks_per_lpo 
-0x4670 015641 branch disable_user ,blank 
-0x4671 015642 branch car_le_process_lpm_before 
-:      015648 remote_car_init:
-0x4672 015649 rtn wake 
-0x4673 015650 call remote_car_default_init 
-0x4674 015651 call keyscan_key_init 
-0x4675 015652 setarg remote_car_g24_package_data 
-0x4676 015653 store 2 ,mem_cb_24g_transmit_data 
-0x4677 015655 setarg remote_car_process_lpm_before 
-0x4678 015656 store 2 ,mem_cb_24g_lpm_before 
-0x4679 015658 setarg remote_car_le_before_hibernate 
-0x467a 015659 store 2 ,mem_cb_before_hibernate 
-0x467b 015661 setarg remote_car_scale_process_idle 
-0x467c 015662 store 2 ,mem_cb_idle_process 
-0x467d 015664 setarg remote_car_scale_process_bb_event 
-0x467e 015665 store 2 ,mem_cb_bb_event_process 
-0x467f 015667 setarg remote_car_event_timer 
-0x4680 015668 store 2 ,mem_cb_event_timer 
-0x4681 015670 setarg remote_car_power_off_signal 
-0x4682 015671 store 2 ,mem_remote_car_power_off_cb 
-0x4683 015673 setarg remote_car_soft_switch_power_on_signal 
-0x4684 015674 store 2 ,mem_remote_car_power_standby_cb 
-0x4685 015677 bpatch patch06_3 ,mem_patch06 
-0x4686 015678 call set_eeprom_size_2k 
-0x4687 015679 call remote_car_init_environment 
-0x4688 015681 call queue_init 
-0x4689 015682 fetch 1 ,mem_remote_car_config_soft_switch_enable 
-0x468a 015683 store 1 ,mem_remote_car_hard_soft_switch 
-0x468b 015684 beq hard_switch ,remote_car_hard_switch_power_on_signal 
-0x468c 015685 fetch 1 ,mem_remote_car_config_soft_switch_gpio 
-0x468d 015686 store 1 ,mem_ui_button_gpio 
-:      015687 remote_car_soft_switch_power_on_init:
-0x468e 015688 call remote_car_ui_led_init 
-0x468f 015689 call ui_button_init 
-0x4690 015690 call ui_button_polling 
-0x4691 015691 jam power_starting ,mem_remote_car_power_state 
-0x4692 015692 fetch 2 ,mem_ui_state_map 
-0x4693 015693 rtnbit1 ui_state_btn_down 
-0x4694 015694 branch app_enter_hibernate 
-:      015698 remote_car_hard_switch_power_on_signal:
-0x4695 015699 jam power_standby ,mem_remote_car_power_state 
-:      015700 remote_car_soft_switch_power_on_signal:
-0x4696 015701 call remote_car_ui_led_init 
-0x4697 015702 arg 0 ,rega 
-0x4698 015703 call ui_led_blink_start_global 
-0x4699 015704 call remote_car_g24_load_commom_addr 
-0x469a 015705 fetch 4 ,mem_remote_24g_commom_addr 
-0x469b 015706 store 4 ,mem_24g_addr 
-0x469c 015707 branch g24_pair_start ,blank 
-0x469d 015708 fetch 4 ,mem_24g_addr 
-0x469e 015709 store 4 ,mem_24g_receiver_addr 
-0x469f 015710 fetch 2 ,mem_24g_reconn_timeout_init 
-0x46a0 015711 store 2 ,mem_24g_reconn_timeout 
-0x46a1 015712 branch g24_reconn_start 
-:      015714 remote_car_set_24g_addr_eeprom:
-0x46a2 015715 arg 4 ,temp 
-0x46a3 015716 arg mem_24g_addr ,rega 
-0x46a4 015717 arg remote_info_eeprom_offect ,regb 
-0x46a5 015718 rtn 
-:      015721 remote_car_power_off_signal:
-:      015722 remote_car_ui_led_init:
-0x46a6 015723 bpatch patch06_4 ,mem_patch06 
-0x46a7 015724 fetch 1 ,mem_remote_car_config_connect_led_gpio 
-0x46a8 015725 bne invalid_pin_num ,remote_car_pairing_led_gpio_set 
-:      015726 remote_car_ui_led_init_1:
-0x46a9 015727 fetcht 1 ,mem_remote_car_led_map 
-0x46aa 015728 branch gpio_config_output 
-:      015729 remote_car_pairing_led_gpio_set:
-0x46ab 015730 store 1 ,mem_remote_car_led_map 
-0x46ac 015731 branch remote_car_ui_led_init_1 
-:      015734 remote_car_init_environment:
-0x46ad 015735 call g24_transmit_init 
-:      015736 remote_no_data_timer_init:
-0x46ae 015737 fetch 2 ,mem_remote_car_no_data_timeout 
-0x46af 015738 store 2 ,mem_remote_car_no_data_timer 
-0x46b0 015739 rtn 
-:      015741 remote_car_le_before_hibernate:
-0x46b1 015742 call remote_car_process_lpm_before 
-:      015743 remote_gpio_set_before_hibernate:
-0x46b2 015744 fetch 1 ,mem_remote_style_struct_led_gpio 
-0x46b3 015745 set1 7 ,pdata 
-0x46b4 015746 arg gpcfg_output_high ,temp 
-0x46b5 015747 branch gpio_config_function 
-:      015749 remote_car_process_lpm_before:
-0x46b6 015750 call gpio_set_before_lpm 
-0x46b7 015751 branch keyscan_process_lpm_before 
-:      015753 remote_car_key_scan_process:
-0x46b8 015754 call keyscan_key_process 
-0x46b9 015755 call get_remote_key_state 
-0x46ba 015756 call remote_conn_led_state 
-0x46bb 015757 branch send_data 
-:      015759 remote_conn_led_state:
-0x46bc 015760 fetch 1 ,mem_remote_car_24g_status 
-0x46bd 015761 rtnne work_paired 
-0x46be 015762 fetch 4 ,mem_remote_car_motor1_key0_press_state 
-0x46bf 015763 branch remote_car_stop_state ,blank 
-0x46c0 015764 jam 0 ,mem_remote_car_no_data_check 
-0x46c1 015765 enable user 
-0x46c2 015766 branch check_51cmd_led_on 
-:      015767 remote_car_stop_state:
-0x46c3 015768 fetch 1 ,mem_remote_car_no_data_check 
-0x46c4 015769 rtneq 0xff 
-0x46c5 015770 pincrease 1 
-0x46c6 015771 store 1 ,mem_remote_car_no_data_check 
-0x46c7 015772 disable user 
-0x46c8 015773 branch check_51cmd_led_off 
-:      015776 get_remote_key_state:
-0x46c9 015777 fetcht 2 ,mem_key_value_retention 
-0x46ca 015778 and temp ,0x01 ,pdata 
-0x46cb 015779 rshift temp ,temp 
-0x46cc 015780 store 1 ,mem_remote_car_motor1_key0_press_state 
-0x46cd 015781 and temp ,0x01 ,pdata 
-0x46ce 015782 rshift temp ,temp 
-0x46cf 015783 store 1 ,mem_remote_car_motor1_key1_press_state 
-0x46d0 015784 and temp ,0x01 ,pdata 
-0x46d1 015785 rshift temp ,temp 
-0x46d2 015786 store 1 ,mem_remote_car_motor2_key2_press_state 
-0x46d3 015787 and temp ,0x01 ,pdata 
-0x46d4 015788 rshift temp ,temp 
-0x46d5 015789 store 1 ,mem_remote_car_motor2_key3_press_state 
-0x46d6 015790 rtn 
-:      015791 send_data:
-0x46d7 015792 bpatch patch06_5 ,mem_patch06 
-0x46d8 015793 call remote_car_fb_check 
-0x46d9 015794 call remote_car_lr_check 
-0x46da 015795 call remote_car_no_data_timeout_check 
-0x46db 015796 nrtn user 
-0x46dc 015797 branch remote_car_send_key 
-:      015800 remote_car_no_data_timeout_check:
-0x46dd 015801 fetch 1 ,mem_remote_car_24g_status 
-0x46de 015802 rtnne work_paired 
-0x46df 015803 fetch 1 ,mem_remote_car_no_data_check 
-0x46e0 015804 rtn blank 
-0x46e1 015805 sub pdata ,1 ,null 
-0x46e2 015806 nrtn positive 
-0x46e3 015807 fetch 2 ,mem_24g_reconn_timeout_init 
-0x46e4 015808 store 2 ,mem_24g_reconn_timeout 
-0x46e5 015809 branch enable_user 
-:      015813 remote_car_fb_check:
-0x46e6 015814 fetch 1 ,mem_remote_car_motor1_key0_press_state 
-0x46e7 015815 nbranch remote_car_send_motor1_key0_press ,blank 
-0x46e8 015816 fetch 1 ,mem_remote_car_motor1_key1_press_state 
-0x46e9 015817 nbranch remote_car_send_motor1_key1_press ,blank 
-0x46ea 015818 branch remote_car_send_motor1_key0_rel 
-:      015820 remote_car_lr_check:
-0x46eb 015821 fetch 1 ,mem_remote_car_motor2_key2_press_state 
-0x46ec 015822 nbranch remote_car_send_motor2_key2_press ,blank 
-0x46ed 015823 fetch 1 ,mem_remote_car_motor2_key3_press_state 
-0x46ee 015824 nbranch remote_car_send_motor2_key3_press ,blank 
-0x46ef 015825 branch remote_car_send_motor2_key2_rel 
-:      015828 remote_car_scale_process_idle:
-0x46f0 015829 call remote_car_24g_status_process 
-0x46f1 015830 branch remote_car_key_scan_process 
-:      015832 remote_car_scale_process_bb_event:
-0x46f2 015833 copy regc ,pdata 
-0x46f3 015834 beq bt_evt_button_up ,app_event_button_up 
-0x46f4 015835 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x46f5 015836 beq bt_evt_24g_pairing_complete ,remote_car_24g_pairing_complete 
-0x46f6 015837 beq bt_evt_24g_attempt_success ,remote_car_24g_attempt_success 
-0x46f7 015838 beq bt_evt_24g_attempt_fail ,remote_car_24g_attempt_fail 
-0x46f8 015839 rtn 
-:      015841 remote_car_24g_attempt_fail:
-0x46f9 015842 branch g24_txbuf_clear 
-:      015844 remote_car_24g_pairing_complete:
-0x46fa 015845 bpatch patch06_6 ,mem_patch06 
-0x46fb 015846 fetch 4 ,mem_24g_receiver_addr 
-0x46fc 015847 store 4 ,mem_remote_24g_commom_addr 
-0x46fd 015848 fetch 1 ,mem_remote_save_addr_flag 
-0x46fe 015849 ncall remote_car_g24_save_commom_addr ,blank 
-0x46ff 015850 fetch 4 ,mem_remote_24g_commom_addr 
-0x4700 015851 call g24_update_addr_and_synccrc8 
-:      015854 remote_car_24g_attempt_success:
-0x4701 015855 jam 0 ,mem_24g_conn_sm 
-0x4702 015856 jam work_paired ,mem_remote_car_24g_auto_work_step 
-0x4703 015857 jam work_paired ,mem_remote_car_24g_pair_success_flag 
-0x4704 015858 jam 0 ,mem_24g_reconn_timeout 
-0x4705 015859 rtn 
-:      015860 remote_car_g24_save_commom_addr:
-0x4706 015863 fetch 1 ,mem_remote_save_addr_flag 
-0x4707 015864 rtn blank 
-0x4708 015865 fetch 1 ,mem_24g_lap + 1 
-0x4709 015866 store 1 ,mem_remote_24g_commom_addr + 3 
-0x470a 015868 fetch 1 ,mem_24g_receiver_addr + 1 
-0x470b 015869 store 1 ,mem_remote_24g_commom_addr + 2 
-0x470c 015871 fetch 1 ,mem_24g_lap 
-0x470d 015872 store 1 ,mem_remote_24g_commom_addr + 1 
-0x470e 015874 fetch 1 ,mem_24g_receiver_addr 
-0x470f 015875 store 1 ,mem_remote_24g_commom_addr 
-0x4710 015876 call remote_car_g24_search_commom_addr 
-0x4711 015877 fetch 4 ,mem_remote_24g_commom_addr 
-0x4712 015878 fetcht 4 ,mem_remote_24g_commom_addr_temp 
-0x4713 015879 isub temp ,null 
-0x4714 015880 rtn zero 
-0x4715 015881 copy regc ,regb 
-0x4716 015882 arg mem_remote_24g_commom_addr ,rega 
-0x4717 015883 arg 4 ,loopcnt 
-0x4718 015884 branch otp_write 
-:      015886 remote_car_g24_load_commom_addr:
-0x4719 015887 fetch 1 ,mem_remote_save_addr_flag 
-0x471a 015888 rtn blank 
-0x471b 015889 call remote_car_g24_search_commom_addr 
-0x471c 015890 fetch 4 ,mem_remote_24g_commom_addr_temp 
-0x471d 015891 rtn blank 
-0x471e 015892 store 4 ,mem_remote_24g_commom_addr 
-0x471f 015893 rtn 
-:      015896 remote_car_g24_search_commom_addr:
-0x4720 015897 fetch 1 ,mem_remote_save_addr_flag 
-0x4721 015898 rtn blank 
-0x4722 015899 arg otp_offset_remote_commom_start_addr ,regc 
-:      015900 remote_car_g24_search_commom_addr_loop:
-0x4723 015901 copy regc ,regb 
-0x4724 015902 arg mem_remote_24g_commom_addr_temp ,rega 
-0x4725 015903 arg 4 ,loopcnt 
-0x4726 015904 call otp_read_data 
-0x4727 015905 fetch 4 ,mem_remote_24g_commom_addr_read 
-0x4728 015906 rtn blank 
-0x4729 015907 store 4 ,mem_remote_24g_commom_addr_temp 
-0x472a 015908 copy regc ,pdata 
-0x472b 015909 arg otp_offset_remote_commom_end_addr ,temp 
-0x472c 015910 isub temp ,null 
-0x472d 015911 rtn positive 
-0x472e 015912 increase 4 ,regc 
-0x472f 015913 branch remote_car_g24_search_commom_addr_loop 
-:      015915 remote_car_24g_status_process:
-0x4730 015916 fetch 1 ,mem_remote_car_24g_auto_work_step 
-0x4731 015917 rtneq power_on 
-0x4732 015918 fetch 1 ,mem_remote_car_24g_status 
-0x4733 015919 rtneq work_paired 
-0x4734 015920 jam work_paired ,mem_remote_car_24g_status 
-:      015921 remote_car_scale_process_paired:
-0x4735 015922 arg 0 ,rega 
-0x4736 015923 branch ui_led_off_global 
-:      015924 remote_car_scale_process_shutdown:
-0x4737 015925 arg 0 ,rega 
-0x4738 015926 call ui_led_off_global 
-0x4739 015927 call remote_car_ui_led_init 
-0x473a 015928 branch app_enter_hibernate 
-:      015930 remote_car_event_timer:
-0x473b 015931 call app_power_timer 
-0x473c 015932 call g24_pair_timeout_timer 
-0x473d 015933 call g24_reconn_timeout_timer 
-0x473e 015934 branch remote_car_no_data_timer 
-:      015936 remote_car_no_data_timer:
-0x473f 015937 fetch 1 ,mem_remote_car_config_timeout_shutdown_enable 
-0x4740 015938 rtn blank 
-0x4741 015939 fetch 1 ,mem_key_value_retention 
-0x4742 015940 nbranch remote_no_data_timer_init ,blank 
-0x4743 015941 arg mem_remote_car_no_data_timer ,regc 
-0x4744 015942 arg remote_car_scale_process_shutdown ,regb 
-0x4745 015943 branch timer_single_step_2b 
-:      015947 remote_car_send_motor1_key0_press:
-0x4746 015948 jam motor_positive ,mem_remote_car_24g_motor1_payload 
-0x4747 015949 rtn 
-:      015950 remote_car_send_motor1_key1_press:
-0x4748 015951 jam motor_negative ,mem_remote_car_24g_motor1_payload 
-0x4749 015952 rtn 
-:      015953 remote_car_send_motor2_key2_press:
-0x474a 015954 jam motor_positive ,mem_remote_car_24g_motor2_payload 
-0x474b 015955 rtn 
-:      015956 remote_car_send_motor2_key3_press:
-0x474c 015957 jam motor_negative ,mem_remote_car_24g_motor2_payload 
-0x474d 015958 rtn 
-:      015961 remote_car_send_motor1_key0_rel:
-:      015962 remote_car_send_motor1_key1_rel:
-0x474e 015963 jam motor_stop ,mem_remote_car_24g_motor1_payload 
-0x474f 015964 rtn 
-:      015965 remote_car_send_motor2_key2_rel:
-:      015966 remote_car_send_motor2_key3_rel:
-0x4750 015967 jam motor_stop ,mem_remote_car_24g_motor2_payload 
-0x4751 015968 rtn 
-:      015970 remote_car_send_key:
-0x4752 015971 arg mem_remote_car_24g_motor_packet ,rega 
-0x4753 015972 branch queue_push 
-:      015973 remote_car_send_attack:
-0x4754 015974 arg mem_remote_car_24g_fire_packet ,rega 
-0x4755 015975 branch queue_push 
-:      015977 remote_car_g24_package_data:
-0x4756 015978 fetch 1 ,mem_remote_car_24g_pair_success_flag 
-0x4757 015979 beq work_paired ,remote_car_g24_send_empty 
-0x4758 015980 arg mem_remote_car_24g_tx_temp ,rega 
-0x4759 015981 call queue_pop 
-0x475a 015982 nbranch remote_car_moto_data ,user 
-:      015983 remote_car_g24_package_data_continue:
-0x475b 015984 arg mem_remote_car_24g_tx_temp ,contr 
-0x475c 015985 ifetch 1 ,contr 
-0x475d 015986 copy pdata ,rega 
-0x475e 015987 arg mem_remote_car_24g_tx_temp + 1 ,regb 
-0x475f 015990 rtn 
-:      015992 remote_car_g24_send_empty:
-0x4760 015993 jam 0 ,mem_remote_car_24g_pair_success_flag 
-0x4761 015994 enable user 
-0x4762 015995 arg 1 ,rega 
-0x4763 015996 arg mem_remote_car_empty_packet ,regb 
-0x4764 015997 rtn 
-:      015999 remote_car_moto_data:
-0x4765 016000 fetch 1 ,mem_remote_car_24g_tx_temp + 3 
-0x4766 016001 beq car_cmd_l_r_motor_control ,remote_car_moto_data_next 
-0x4767 016002 beq car_cmd_f_b_motor_control ,remote_car_moto_data_next 
-0x4768 016003 rtn 
-:      016004 remote_car_moto_data_next:
-0x4769 016005 fetch 1 ,mem_remote_car_24g_tx_temp + 6 
-0x476a 016006 nbranch remote_car_moto_data_enable_user ,blank 
-0x476b 016007 fetch 1 ,mem_remote_car_24g_tx_temp + 8 
-0x476c 016008 nbranch remote_car_moto_data_enable_user ,blank 
-0x476d 016009 fetch 1 ,mem_remote_car_24g_tx_temp + 10 
-0x476e 016010 nbranch remote_car_moto_data_enable_user ,blank 
-0x476f 016011 rtn 
-:      016012 remote_car_moto_data_enable_user:
-0x4770 016013 enable user 
-0x4771 016014 branch remote_car_g24_package_data_continue 
-:      016019 remote_car_default_init:
-0x4772 016020 jam 0x14 ,mem_ui_button_timeout 
-0x4773 016021 jam 0x01 ,mem_ui_button_last_state 
-0x4774 016022 setarg 0x060f 
-0x4775 016023 store 2 ,mem_remote_car_queue_each_size 
-0x4776 016024 setarg mem_remote_car_queue_each_size 
-0x4777 016025 store 2 ,mem_queue_ptr 
-0x4778 016026 jam 0x01 ,mem_lpm_mode 
-0x4779 016027 jam 0x06 ,mem_lpm_overhead 
-0x477a 016028 jam 0x02 ,mem_lpm_mult_timeout 
-0x477b 016029 jam 0x00 ,mem_remote_car_hard_soft_switch 
-0x477c 016030 setarg mem_remote_style_led_type 
-0x477d 016031 store 2 ,mem_ui_led_struct_ptr 
-0x477e 016032 jam 0x01 ,mem_ui_led_struct_num 
-0x477f 016033 jam 0xff ,mem_remote_style_blink_count 
-0x4780 016034 setarg 0x0296 
-0x4781 016035 store 2 ,mem_remote_style_on_time 
-0x4782 016036 setarg 0x073a 
-0x4783 016037 store 2 ,mem_remote_style_off_time 
-0x4784 016038 setarg mem_remote_car_soft_power 
-0x4785 016039 store 2 ,mem_power_param_ptr 
-0x4786 016040 setarg 0x0c0c 
-0x4787 016041 store 2 ,mem_remote_car_power_off_timeout 
-0x4788 016042 setarg mem_remote_car_keyscan 
-0x4789 016043 store 2 ,mem_keyscan_ptr 
-0x478a 016044 jam 0x00 ,mem_remote_car_config_soft_switch_enable 
-0x478b 016045 jam 0xff ,mem_remote_car_config_connect_led_gpio 
-0x478c 016046 jam 0xff ,mem_remote_car_config_soft_switch_gpio 
-0x478d 016047 jam 0x00 ,mem_remote_car_config_key_map 
-0x478e 016048 jam 0x00 ,mem_remote_car_config_layout 
-0x478f 016049 jam 0x00 ,mem_remote_car_config_check_way 
-0x4790 016050 jam 0x01 ,mem_remote_car_config_timeout_shutdown_enable 
-0x4791 016051 setarg 0x4e55 
-0x4792 016052 store 2 ,mem_current_vdd_value_default_mid_x 
-0x4793 016053 store 2 ,mem_current_vdd_value_default_mid_y 
-0x4794 016054 setarg 0x0007 
-0x4795 016055 store 2 ,mem_current_vdd_default_range 
-0x4796 016056 jam 0x02 ,mem_adc_config_flag 
-0x4797 016057 setsect 0 ,0x35a0c 
-0x4798 016058 setsect 1 ,0x11a 
-0x4799 016059 setsect 2 ,0x60 
-0x479a 016060 setsect 3 ,0x28 
-0x479b 016061 store 9 ,mem_remote_car_24g_motor_packet 
-0x479c 016062 setsect 0 ,0x2000a 
-0x479d 016063 setsect 1 ,0x02 
-0x479e 016064 istore 4 ,contw 
-0x479f 016065 setsect 0 ,0x35a08 
-0x47a0 016066 setsect 1 ,0x19a 
-0x47a1 016067 setsect 2 ,0x00 
-0x47a2 016068 setsect 3 ,0x00 
-0x47a3 016069 store 9 ,mem_remote_car_24g_fire_packet 
-0x47a4 016070 setarg 0x0064 
-0x47a5 016071 store 2 ,mem_remote_car_no_data_timeout 
-0x47a6 016072 jam tx_power_0db ,mem_tx_power 
-0x47a7 016073 jam 0x01 ,mem_24g_data_type 
-0x47a8 016074 jam 0x06 ,mem_24g_max_retry 
-0x47a9 016075 jam 0x01 ,mem_24g_pair_switch 
-0x47aa 016076 jam 0x00 ,mem_24g_fast_conn_enable 
-0x47ab 016077 call g24_rx_window_init 
-0x47ac 016078 call g24_interval_param_8ms 
-0x47ad 016079 call g24_chmap_param_init 
-0x47ae 016082 setarg 0x0708 
-0x47af 016083 store 2 ,mem_24g_pair_timeout_init 
-0x47b0 016084 setarg 0x0050 
-0x47b1 016085 store 2 ,mem_24g_reconn_timeout_init 
-0x47b2 016086 setarg 0x0a7700 
-0x47b3 016087 store 3 ,mem_24g_long_sleep_set 
-0x47b4 016088 setarg 0x604800 
-0x47b5 016089 store 3 ,mem_24g_enter_hibernate 
-0x47b6 016090 rtn 
-:      016097 dongle_init:
-0x47b7 016098 setarg dongle_dispatch 
-0x47b8 016099 store 2 ,mem_cb_24g_receive_process 
-0x47b9 016100 setarg dongle_g24_mouse 
-0x47ba 016101 store 2 ,mem_cb_24g_data_device1 
-0x47bb 016102 setarg dongle_g24_kb 
-0x47bc 016103 store 2 ,mem_cb_24g_data_device2 
-0x47bd 016104 setarg dongle_ackpayload_prep 
-0x47be 016105 store 2 ,mem_cb_24g_ackpayload 
-0x47bf 016106 setarg dongle_usb_config 
-0x47c0 016107 store 2 ,mem_cb_usb_config 
-0x47c1 016108 branch usb_init 
-:      016111 dongle_default_init:
-0x47c2 016112 bpatch patch06_7 ,mem_patch06 
-0x47c3 016114 call dongle_read_kb_bind_status 
-0x47c4 016115 call dongle_xtal_select 
-0x47c5 016116 fetch 1 ,mem_dg_sys_config 
-0x47c6 016117 isolate1 dg_enable_eeprom ,pdata 
-0x47c7 016118 branch dongle_default_no_eeprom ,true 
-0x47c8 016119 fetch 1 ,mem_dg_sys_config 
-0x47c9 016120 isolate1 dg_enable_new_chmap ,pdata 
-0x47ca 016121 call g24_chamap_param_update ,true 
-:      016122 dongle_default_no_eeprom:
-0x47cb 016123 fetch 1 ,mem_dg_24g_tx_power_default 
-0x47cc 016124 store 1 ,mem_tx_power 
-0x47cd 016126 jam 0xff ,mem_rssi_buff_index 
-0x47ce 016127 setarg mem_dg_rssi_noise_buffer 
-0x47cf 016128 store 2 ,mem_rssi_noise_buffer_ptr 
-0x47d0 016129 setarg mem_dg_rssi_noise_dg_buffer 
-0x47d1 016130 store 2 ,mem_rssi_noise_self_buffer_ptr 
-0x47d2 016131 setarg mem_dg_rssi_noise_ms_buffer 
-0x47d3 016132 store 2 ,mem_rssi_noise_device1_buffer_ptr 
-0x47d4 016133 setarg mem_dg_rssi_noise_kb_buffer 
-0x47d5 016134 store 2 ,mem_rssi_noise_device2_buffer_ptr 
-0x47d6 016135 jam tx_power_f5db ,mem_24g_pair_tx_power 
-0x47d7 016136 jam 0 ,mem_dg_kb_bind_success 
-0x47d8 016137 jam 0 ,mem_24g_bind_device_living 
-0x47d9 016138 call g24_enable_1m 
-0x47da 016139 fetch 1 ,mem_dg_sys_config 
-0x47db 016140 isolate1 dg_enable_24g_2m ,pdata 
-0x47dc 016141 call g24_enable_2m ,true 
-0x47dd 016142 call g24_receive_init 
-0x47de 016143 call g24_pair_param_init 
-0x47df 016144 call g24_chmap_param_init 
-0x47e0 016146 fetch 1 ,mem_dg_usb_tx_interval 
-0x47e1 016147 store 1 ,mem_usb_tx_interval 
-0x47e2 016148 fetch 9 ,mem_dg_usb_vid_pid 
-0x47e3 016149 store 9 ,mem_usb_vid_pid 
-0x47e4 016150 rtn 
-:      016152 dongle_xtal_select:
-0x47e5 016153 jam xtal_24m ,mem_fcomp_div 
-0x47e6 016154 fetch 1 ,mem_dg_sys_config 
-0x47e7 016155 rtnbit0 dg_enable_xtal_24m 
-0x47e8 016156 jam xtal_16m ,mem_fcomp_div 
-0x47e9 016157 rtn 
-:      016159 dongle_dispatch:
-0x47ea 016160 fetch 1 ,mem_24g_pair_mode 
-0x47eb 016161 beq 0x00 ,dongle_auto_bind 
-0x47ec 016162 beq 0x01 ,dongle_pc_bind 
-0x47ed 016163 beq 0x0f ,dongle_all_powerful 
-0x47ee 016164 rtn 
-:      016167 dongle_read_kb_bind_status:
-0x47ef 016168 bpatch patch07_0 ,mem_patch07 
-0x47f0 016169 arg dongle_kb_bind_efuse_offect ,regb 
-0x47f1 016170 arg mem_dg_kb_bind_flag ,rega 
-0x47f2 016171 arg 1 ,loopcnt 
-0x47f3 016172 branch otp_read_data 
-:      016174 dongle_write_kb_bind_status:
-0x47f4 016175 bpatch patch07_1 ,mem_patch07 
-0x47f5 016176 arg 1 ,loopcnt 
-0x47f6 016177 arg mem_dg_kb_bind_flag ,rega 
-0x47f7 016178 arg dongle_kb_bind_efuse_offect ,regb 
-0x47f8 016179 branch otp_write 
-:      016181 dongle_usb_config:
-0x47f9 016182 fetch 1 ,mem_dg_sys_config 
-0x47fa 016183 bbit1 dg_enable_kb_icon ,dongle_usb_config_kb 
-0x47fb 016184 fetch 1 ,mem_dg_kb_bind_flag 
-0x47fc 016185 bne dongle_kb_bind_success ,dongle_usb_config_param 
-:      016186 dongle_usb_config_kb:
-0x47fd 016187 jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
-0x47fe 016188 fetch 4 ,usb_devicedata_addr + 9 
-0x47ff 016189 set1 29 ,pdata 
-0x4800 016190 store 4 ,mem_devicedesc + 9 
-:      016191 dongle_usb_config_param:
-0x4801 016192 call dongle_usb_device_name 
-0x4802 016193 call usb_tx_interval_config 
-0x4803 016194 call dongle_usb_vid_pid_config 
-0x4804 016195 branch dongle_usb_hid_icon_config 
-:      016197 dongle_usb_vid_pid_config:
-0x4805 016198 fetch 1 ,mem_usb_vid_pid 
-0x4806 016199 rtn blank 
-0x4807 016200 fetch 1 ,mem_dg_kb_bind_flag 
-0x4808 016201 beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
-:      016202 dongle_usb_vid_pid_for_mouse_only_auto_pair:
-0x4809 016203 fetch 4 ,mem_usb_vid_pid + 1 
-:      016204 dongle_usb_vid_pid_store:
-0x480a 016205 store 4 ,mem_devicedesc + 9 
-0x480b 016206 rtn 
-:      016207 dongle_usb_vid_pid_for_suit:
-0x480c 016208 fetch 4 ,mem_usb_vid_pid + 5 
-0x480d 016209 branch dongle_usb_vid_pid_store 
-:      016211 dongle_usb_hid_icon_config:
-0x480e 016212 fetch 1 ,mem_dg_kb_bind_flag 
-0x480f 016213 beq dongle_kb_bind_success ,dongle_usb_kb_hidreportdesc 
-0x4810 016214 setarg usb_kbdata_vendor_define_addr 
-0x4811 016215 store 2 ,mem_hidreportdesc_kb 
-0x4812 016216 jam 0x1a ,mem_confdesc + 26 
-0x4813 016217 rtn 
-:      016218 dongle_usb_kb_hidreportdesc:
-0x4814 016219 setarg usb_kbdata_addr 
-0x4815 016220 store 2 ,mem_hidreportdesc_kb 
-0x4816 016221 jam 0x3f ,mem_confdesc + 26 
-0x4817 016222 rtn 
-:      016224 dongle_usb_device_name:
-0x4818 016225 fetch 1 ,mem_dg_usb_device_name 
-0x4819 016226 rtn blank 
-0x481a 016227 arg mem_dg_usb_device_name ,contr 
-0x481b 016228 arg mem_string2 ,contw 
-0x481c 016229 arg 30 ,loopcnt 
-0x481d 016230 branch memcpy 
-:      016233 dongle_all_powerful:
-0x481e 016234 call g24_switch_work_mode 
-:      016235 dongle_all_powerful_loop:
-0x481f 016236 call dongle_work_mode_auto 
-0x4820 016237 call dongle_usb_dispatch 
-0x4821 016238 branch dongle_all_powerful_loop 
-:      016240 dongle_pc_bind:
-0x4822 016241 call g24_switch_work_mode 
-:      016242 dongle_pc_bind_loop:
-0x4823 016243 call dongle_work_mode_auto 
-0x4824 016244 call g24_bind_mode_auto 
-0x4825 016245 call dongle_usb_dispatch 
-0x4826 016246 branch dongle_pc_bind_loop 
-:      016248 dongle_g24_blank_data_process:
-0x4827 016249 call dongle_g24_ms_blank_data 
-0x4828 016250 call dongle_g24_kb_blank_data 
-0x4829 016251 call dongle_g24_kb_sys_ctrl_blank_data 
-0x482a 016252 branch dongle_g24_kb_mul_blank_data 
-:      016254 dongle_g24_ms_blank_data:
-0x482b 016255 bpatch patch07_2 ,mem_patch07 
-0x482c 016256 fetch 1 ,mem_dg_ms_blank_data_enable 
-0x482d 016257 rtn blank 
-0x482e 016258 arg g24_timer_ms_blank ,queue 
-0x482f 016259 call timer_check 
-0x4830 016260 nrtn blank 
-0x4831 016261 jam 0 ,mem_dg_ms_blank_data_enable 
-0x4832 016262 setarg ms_report_id 
-0x4833 016263 store 1 ,mem_usb_mouse_data 
-0x4834 016264 setarg 0 
-0x4835 016265 istore 7 ,contw 
-:      016266 dongle_usb_tx_ms_data:
-0x4836 016267 jam usb_ep2_ms ,mem_usb_ep2_data 
-:      016268 dongle_usb_tx_enable_ep2:
-0x4837 016269 fetch 1 ,mem_usb_tx_enable 
-0x4838 016270 set1 2 ,pdata 
-0x4839 016271 store 1 ,mem_usb_tx_enable 
-0x483a 016272 rtn 
-:      016274 dongle_g24_kb_blank_data:
-0x483b 016275 bpatch patch07_3 ,mem_patch07 
-0x483c 016276 fetch 1 ,mem_dg_kb_blank_data_enable 
-0x483d 016277 rtn blank 
-0x483e 016278 arg g24_timer_kb_blank ,queue 
-0x483f 016279 call timer_check 
-0x4840 016280 nrtn blank 
-0x4841 016281 jam 0 ,mem_dg_kb_blank_data_enable 
-0x4842 016282 arg mem_usb_kb_data ,contw 
-0x4843 016283 call memset0_16 
-0x4844 016284 fetch 8 ,mem_usb_kb_data 
-0x4845 016285 store 8 ,mem_dg_kb_data_last_data 
-:      016286 dongle_usb_tx_kb_data:
-0x4846 016287 jam kb_normal_report_id ,mem_usb_kb_data 
-:      016288 dongle_usb_tx_enable_ep1:
-0x4847 016289 jam usb_ep1_kb ,mem_usb_ep1_data 
-0x4848 016290 fetch 1 ,mem_usb_tx_enable 
-0x4849 016291 set1 1 ,pdata 
-0x484a 016292 store 1 ,mem_usb_tx_enable 
-0x484b 016293 rtn 
-:      016295 dongle_g24_kb_sys_ctrl_blank_data:
-0x484c 016296 fetch 1 ,mem_dg_kb_system_crtl_blank_data_enable 
-0x484d 016297 rtn blank 
-0x484e 016298 arg g24_timer_kb_sys_crtl_blank ,queue 
-0x484f 016299 call timer_check 
-0x4850 016300 nrtn blank 
-0x4851 016301 jam 0 ,mem_dg_kb_system_crtl_blank_data_enable 
-0x4852 016302 arg mem_usb_kb_system ,contw 
-0x4853 016303 call memset0_16 
-0x4854 016304 jam kb_system_conctrl_report_id ,mem_usb_kb_system 
-0x4855 016305 fetch 2 ,mem_usb_kb_system 
-0x4856 016306 store 2 ,mem_dg_kb_system_sta_data 
-:      016307 dongle_usb_tx_sys_ctrl_data:
-0x4857 016308 jam usb_ep2_systemkey ,mem_usb_ep2_data 
-0x4858 016309 branch dongle_usb_tx_enable_ep2 
-:      016311 dongle_g24_kb_mul_blank_data:
-0x4859 016312 bpatch patch07_4 ,mem_patch07 
-0x485a 016313 fetch 1 ,mem_dg_kb_mul_blank_data_enable 
-0x485b 016314 rtn blank 
-0x485c 016315 arg g24_timer_kb_mul_blank ,queue 
-0x485d 016316 call timer_check 
-0x485e 016317 nrtn blank 
-0x485f 016318 jam 0 ,mem_dg_kb_mul_blank_data_enable 
-0x4860 016319 arg mem_usb_kb_multikey ,contw 
-0x4861 016320 call memset0_16 
-0x4862 016321 jam kb_multikey_report_id ,mem_usb_kb_multikey 
-0x4863 016322 fetch 3 ,mem_usb_kb_multikey 
-0x4864 016323 store 3 ,mem_dg_kb_multikey_last_data 
-:      016324 dongle_usb_tx_multikey_data:
-0x4865 016325 jam usb_ep2_multikey ,mem_usb_ep2_data 
-0x4866 016326 branch dongle_usb_tx_enable_ep2 
-:      016328 dongle_usb_dispatch:
-0x4867 016329 bpatch patch07_5 ,mem_patch07 
-0x4868 016330 fetch 1 ,mem_usb_remote_wakeup 
-0x4869 016331 call dongle_clear_pc_sleep_flag ,blank 
-0x486a 016332 call usb_isr 
-0x486b 016333 fetch 1 ,mem_usb0_get_set_report 
-0x486c 016334 rtn blank 
-0x486d 016335 jam 0 ,mem_usb0_get_set_report 
-0x486e 016336 fetch 2 ,mem_usb_setup_bvalue_temp 
-0x486f 016337 arg pc_set_report ,temp 
-0x4870 016338 isub temp ,null 
-0x4871 016339 nrtn zero 
-0x4872 016341 fetch 1 ,mem_usb0_set_report_data 
-0x4873 016342 rtnne pc_report_id 
-0x4874 016343 fetch 1 ,mem_usb0_set_report_data + 1 
-0x4875 016344 beq command_mode ,dongle_dispose_cmd_mode 
-0x4876 016345 beq command_bind ,dongle_dispose_cmd_bind 
-0x4877 016346 beq command_current_project ,dongle_dispose_cmd_current_project 
-0x4878 016347 beq command_current_mode ,dongle_dispose_cmd_current_mode 
-0x4879 016348 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
-:      016350 dongle_usb0_data_ready_report_set0:
-0x487a 016351 jam 0 ,mem_usb0_data_ready_report 
-0x487b 016352 rtn 
-:      016354 dongle_dispose_cmd_mode:
-0x487c 016355 fetch 1 ,mem_usb0_set_report_data + 2 
-0x487d 016356 beq com_mode_bind ,dongle_enter_bind_mode 
-0x487e 016357 branch dongle_usb0_data_ready_report_set0 
-:      016358 dongle_enter_bind_mode:
-0x487f 016359 call g24_bind_mode_enable 
-:      016360 dongle_usb0_data_ready_report_set1:
-0x4880 016361 jam 1 ,mem_usb0_data_ready_report 
-0x4881 016362 rtn 
-:      016364 dongle_dispose_cmd_bind:
-0x4882 016365 fetch 1 ,mem_usb0_set_report_data + 2 
-0x4883 016366 beq com_bind_get ,dongle_dispose_cmd_get_bind 
-0x4884 016367 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
-0x4885 016368 beq com_read_mode ,dongle_dispose_cmd_read_mode 
-0x4886 016369 branch dongle_usb0_data_ready_report_set0 
-:      016370 dongle_dispose_cmd_get_bind:
-0x4887 016371 fetch 1 ,mem_24g_bind_device_status 
-0x4888 016372 store 1 ,mem_usb0_get_report_data + 1 
-0x4889 016373 branch dongle_usb0_data_ready_report_set1 
-:      016374 dongle_dispose_cmd_exit_bind:
-0x488a 016375 call g24_work_mode_enable 
-0x488b 016376 branch dongle_dispose_cmd_get_bind 
-:      016377 dongle_dispose_cmd_read_mode:
-:      016378 dongle_dispose_in_bind_mode:
-0x488c 016379 jam command_bind ,mem_usb0_get_report_data + 1 
-0x488d 016380 branch dongle_usb0_data_ready_report_set1 
-:      016382 dongle_dispose_cmd_current_project:
-0x488e 016383 jam product_id ,mem_usb0_get_report_data + 1 
-0x488f 016384 branch dongle_usb0_data_ready_report_set1 
-:      016386 dongle_dispose_cmd_current_mode:
-0x4890 016387 fetch 1 ,mem_24g_work_mode 
-0x4891 016388 beq dongle_work ,dongle_dispose_in_work_mode 
-0x4892 016389 beq dongle_bind ,dongle_dispose_in_bind_mode 
-0x4893 016390 rtn 
-:      016391 dongle_dispose_in_work_mode:
-0x4894 016392 jam command_mode ,mem_usb0_get_report_data + 1 
-0x4895 016393 branch dongle_usb0_data_ready_report_set1 
-:      016395 dongle_dispose_cmd_current_fw_version:
-0x4896 016396 jam fw_version0 ,mem_usb0_get_report_data + 1 
-0x4897 016397 jam fw_version1 ,mem_usb0_get_report_data + 2 
-0x4898 016398 jam fw_version2 ,mem_usb0_get_report_data + 3 
-0x4899 016399 jam fw_version3 ,mem_usb0_get_report_data + 4 
-0x489a 016400 branch dongle_usb0_data_ready_report_set1 
-:      016408 dongle_auto_bind:
-0x489b 016409 call g24_mode_switch_init 
-:      016410 dongle_auto_bind_loop:
-0x489c 016411 call g24_mode_switch_bind_work 
-0x489d 016412 call g24_mode_switch_bind_search 
-0x489e 016413 call dongle_work_mode_auto 
-0x489f 016414 call g24_bind_mode_auto 
-0x48a0 016415 call g24_search_mode_auto 
-0x48a1 016416 call dongle_usb_dispatch 
-0x48a2 016417 branch dongle_auto_bind_loop 
-:      016419 dongle_work_mode_auto:
-0x48a3 016420 bpatch patch07_6 ,mem_patch07 
-0x48a4 016421 fetch 1 ,mem_24g_work_mode 
-0x48a5 016422 rtnne dongle_work 
-0x48a6 016423 call g24_work_mode_start 
-0x48a7 016424 call dongle_g24_blank_data_process 
-0x48a8 016425 fetch 1 ,mem_24g_pair_mode 
-0x48a9 016426 nrtn blank 
-0x48aa 016427 branch g24_nodata_process 
-:      016429 dongle_ackpayload_prep:
-0x48ab 016430 fetch 1 ,mem_24g_data_type 
-0x48ac 016431 beq datatype_device1 ,dongle_ackpayload_prep_mouse 
-0x48ad 016432 beq datatype_device2 ,dongle_ackpayload_prep_keyboard 
-:      016433 dongle_ackpayload_prep_mouse:
-0x48ae 016434 fetch 1 ,mem_dg_pc_sleep_flag 
-0x48af 016435 bbit1 0 ,dongle_pc_sleep_ackpayload_prep_mouse 
-0x48b0 016436 branch dongle_ackpayload_prep_end 
-:      016438 dongle_set_pc_sleep_flag:
-0x48b1 016439 fetch 1 ,mem_device_option 
-0x48b2 016440 rtnne dvc_op_dongle 
-0x48b3 016441 jam 3 ,mem_dg_pc_sleep_flag 
-0x48b4 016442 rtn 
-:      016443 dongle_clear_pc_sleep_flag:
-0x48b5 016444 jam 0 ,mem_dg_pc_sleep_flag 
-0x48b6 016445 rtn 
-:      016447 dongle_ackpayload_prep_keyboard:
-0x48b7 016448 fetch 1 ,mem_dg_pc_sleep_flag 
-0x48b8 016449 bbit1 1 ,dongle_pc_sleep_ackpayload_prep_keyboard 
-:      016450 dongle_ackpayload_prep_end:
-0x48b9 016451 fetch 1 ,mem_24g_ackpayload_enable 
-0x48ba 016452 beq bind_ackpayload ,dongle_g24_bind_ackpayload_prep 
-0x48bb 016453 beq kb_led_ackpayload ,dongle_g24_kb_led_ackpayload_prep 
-0x48bc 016454 rtn 
-:      016456 dongle_pc_sleep_ackpayload_prep_mouse:
-0x48bd 016457 fetch 1 ,mem_dg_pc_sleep_flag 
-0x48be 016458 set0 0 ,pdata 
-0x48bf 016459 store 1 ,mem_dg_pc_sleep_flag 
-0x48c0 016460 branch dongle_pc_sleep_ackpayload_prep 
-:      016462 dongle_pc_sleep_ackpayload_prep_keyboard:
-0x48c1 016463 fetch 1 ,mem_dg_pc_sleep_flag 
-0x48c2 016464 set0 1 ,pdata 
-0x48c3 016465 store 1 ,mem_dg_pc_sleep_flag 
-:      016466 dongle_pc_sleep_ackpayload_prep:
-0x48c4 016467 jam 0x01 ,mem_24g_datalen 
-0x48c5 016468 setarg 0xff 
-0x48c6 016469 store 1 ,mem_24g_txbuf 
-0x48c7 016470 rtn 
-:      016473 dongle_g24_bind_ackpayload_prep:
-0x48c8 016474 jam 1 ,mem_24g_ackpayload_enable 
-0x48c9 016475 call g24_binding_device_check 
-0x48ca 016476 nrtn user3 
-0x48cb 016477 branch g24_bind_ackpayload_prep 
-:      016479 dongle_g24_kb_led_ackpayload_prep:
-0x48cc 016480 fetch 1 ,mem_24g_rxbuf + 2 
-0x48cd 016481 beq datatype_device1 ,dongle_g24_bind_ackpayload_prep 
-0x48ce 016482 beq datatype_attemp ,dongle_g24_bind_ackpayload_prep 
-0x48cf 016483 jam 0 ,mem_usb_tx_win_enable 
-0x48d0 016484 jam 0x01 ,mem_24g_datalen 
-0x48d1 016485 fetch 1 ,mem_24g_led_status 
-0x48d2 016486 store 1 ,mem_24g_txbuf 
-0x48d3 016487 rtn 
-:      016489 dongle_g24_mouse:
-0x48d4 016490 setarg ms_report_id 
-0x48d5 016491 store 1 ,mem_usb_mouse_data 
-0x48d6 016492 fetch 7 ,mem_24g_rxdata_temp + 3 
-0x48d7 016493 istore 7 ,contw 
-0x48d8 016494 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x48d9 016495 ncall dongle_g24_ms_enable_blank_data_forcibly ,blank 
-0x48da 016496 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x48db 016497 call dongle_g24_ms_disable_blank_data_forcibly ,blank 
-0x48dc 016498 branch dongle_usb_tx_ms_data 
-:      016500 dongle_g24_ms_enable_blank_data_forcibly:
-0x48dd 016501 jam 1 ,mem_dg_ms_blank_data_enable 
-0x48de 016502 setarg timer_ms_blank_delay 
-0x48df 016503 arg g24_timer_ms_blank ,queue 
-0x48e0 016504 branch timer_init 
-:      016506 dongle_g24_ms_disable_blank_data_forcibly:
-0x48e1 016507 jam 0 ,mem_dg_ms_blank_data_enable 
-0x48e2 016508 setarg 0 
-0x48e3 016509 arg g24_timer_ms_blank ,queue 
-0x48e4 016510 branch timer_init 
-:      016512 dongle_g24_kb:
-0x48e5 016513 fetch 1 ,mem_24g_rxdata_temp + 3 
-0x48e6 016514 beq 0 ,dongle_g24_kb_type0 
-0x48e7 016515 beq 2 ,dongle_g24_kb_type2 
-0x48e8 016516 beq 3 ,dongle_g24_kb_type3 
-0x48e9 016517 branch g24_rx_interrupt_clear 
-:      016519 dongle_g24_kb_type0:
-0x48ea 016520 fetch 1 ,mem_24g_rxdata_temp + 5 
-0x48eb 016521 store 1 ,mem_24g_ackpayload_enable 
-0x48ec 016522 jam 0 ,mem_24g_rxdata_temp + 5 
-0x48ed 016523 arg mem_usb_kb_data ,contw 
-0x48ee 016524 arg mem_24g_rxdata_temp + 4 ,contr 
-0x48ef 016525 arg 8 ,loopcnt 
-0x48f0 016526 call memcpy 
-0x48f1 016527 fetch 8 ,mem_usb_kb_data 
-0x48f2 016528 ncall dongle_g24_kb_enable_blank_data_forcibly ,blank 
-0x48f3 016529 fetch 8 ,mem_usb_kb_data 
-0x48f4 016530 call dongle_g24_kb_disable_blank_data_forcibly ,blank 
-0x48f5 016531 fetch 8 ,mem_usb_kb_data 
-0x48f6 016532 store 8 ,mem_dg_kb_data_sta_data 
-0x48f7 016533 fetcht 8 ,mem_dg_kb_data_last_data 
-0x48f8 016534 isub temp ,null 
-0x48f9 016535 ncall dongle_usb_tx_enable_ep1 ,zero 
-0x48fa 016536 fetch 8 ,mem_dg_kb_data_sta_data 
-0x48fb 016537 store 8 ,mem_dg_kb_data_last_data 
-0x48fc 016538 branch g24_rx_interrupt_clear 
-:      016540 dongle_g24_kb_enable_blank_data_forcibly:
-0x48fd 016541 jam 1 ,mem_dg_kb_blank_data_enable 
-0x48fe 016542 setarg timer_kb_blank_delay 
-0x48ff 016543 arg g24_timer_kb_blank ,queue 
-0x4900 016544 branch timer_init 
-:      016546 dongle_g24_kb_disable_blank_data_forcibly:
-0x4901 016547 jam 0 ,mem_dg_kb_blank_data_enable 
-0x4902 016548 setarg 0 
-0x4903 016549 arg g24_timer_kb_blank ,queue 
-0x4904 016550 branch timer_init 
-:      016552 dongle_g24_kb_type3:
-0x4905 016553 arg mem_usb_kb_multikey ,contw 
-0x4906 016554 arg mem_24g_rxdata_temp + 3 ,contr 
-0x4907 016555 arg 3 ,loopcnt 
-0x4908 016556 call memcpy 
-0x4909 016557 fetch 2 ,mem_usb_kb_multikey + 1 
-0x490a 016558 ncall dongle_g24_kb_mul_enable_blank_data_forcibly ,blank 
-0x490b 016559 fetch 2 ,mem_usb_kb_multikey + 1 
-0x490c 016560 call dongle_g24_kb_mul_disable_blank_data_forcibly ,blank 
-0x490d 016561 fetch 3 ,mem_usb_kb_multikey 
-0x490e 016562 store 3 ,mem_dg_kb_multikey_sta_data 
-0x490f 016563 fetcht 3 ,mem_dg_kb_multikey_last_data 
-0x4910 016564 isub temp ,null 
-0x4911 016565 ncall dongle_usb_tx_multikey_data ,zero 
-0x4912 016566 fetch 3 ,mem_dg_kb_multikey_sta_data 
-0x4913 016567 store 3 ,mem_dg_kb_multikey_last_data 
-0x4914 016568 branch g24_rx_interrupt_clear 
-:      016570 dongle_g24_kb_mul_enable_blank_data_forcibly:
-0x4915 016571 jam 1 ,mem_dg_kb_mul_blank_data_enable 
-0x4916 016572 setarg timer_kb_mul_blank_delay 
-0x4917 016573 arg g24_timer_kb_mul_blank ,queue 
-0x4918 016574 branch timer_init 
-:      016576 dongle_g24_kb_mul_disable_blank_data_forcibly:
-0x4919 016577 jam 0 ,mem_dg_kb_mul_blank_data_enable 
-0x491a 016578 setarg 0 
-0x491b 016579 arg g24_timer_kb_mul_blank ,queue 
-0x491c 016580 branch timer_init 
-:      016582 dongle_g24_kb_type2:
-0x491d 016583 arg mem_usb_kb_system ,contw 
-0x491e 016584 arg mem_24g_rxdata_temp + 3 ,contr 
-0x491f 016585 arg 2 ,loopcnt 
-0x4920 016586 call memcpy 
-0x4921 016587 fetch 2 ,mem_usb_kb_system 
-0x4922 016588 ncall dongle_g24_kb_sys_enable_blank_data_forcibly ,blank 
-0x4923 016589 fetch 2 ,mem_usb_kb_system 
-0x4924 016590 call dongle_g24_kb_sys_disable_blank_data_forcibly ,blank 
-0x4925 016591 fetch 2 ,mem_usb_kb_system 
-0x4926 016592 store 2 ,mem_dg_kb_system_sta_data 
-0x4927 016593 fetcht 2 ,mem_dg_kb_system_last_data 
-0x4928 016594 isub temp ,null 
-0x4929 016595 ncall dongle_usb_tx_sys_data ,zero 
-0x492a 016596 fetch 2 ,mem_dg_kb_system_sta_data 
-0x492b 016597 store 2 ,mem_dg_kb_system_last_data 
-0x492c 016598 branch g24_rx_interrupt_clear 
-:      016600 dongle_g24_kb_sys_enable_blank_data_forcibly:
-0x492d 016601 jam 1 ,mem_dg_kb_system_crtl_blank_data_enable 
-0x492e 016602 setarg timer_kb_sys_crtl_blank_delay 
-0x492f 016603 arg g24_timer_kb_sys_crtl_blank ,queue 
-0x4930 016604 branch timer_init 
-:      016605 dongle_g24_kb_sys_disable_blank_data_forcibly:
-0x4931 016606 jam 0 ,mem_dg_kb_system_crtl_blank_data_enable 
-0x4932 016607 setarg 0 
-0x4933 016608 arg g24_timer_kb_sys_crtl_blank ,queue 
-0x4934 016609 branch timer_init 
-:      016611 dongle_usb_tx_sys_data:
-0x4935 016612 jam usb_ep2_systemkey ,mem_usb_ep2_data 
-0x4936 016613 branch dongle_usb_tx_enable_ep2 
-:      016616 dongle_g24_store_dvc2_bind_flag:
-0x4937 016617 fetch 1 ,mem_device_option 
-0x4938 016618 rtnne dvc_op_dongle 
-0x4939 016619 fetch 1 ,mem_dg_kb_bind_flag 
-0x493a 016620 rtneq dongle_kb_bind_success 
-:      016621 dongle_prep_soft_reset:
-0x493b 016622 jam 1 ,mem_dg_kb_bind_success 
-0x493c 016623 rtn 
-:      016626 dongle_kb_bind_soft_reset:
-0x493d 016627 fetch 1 ,mem_device_option 
-0x493e 016628 rtnne dvc_op_dongle 
-0x493f 016629 fetch 1 ,mem_dg_kb_bind_success 
-0x4940 016630 rtn blank 
-0x4941 016631 jam 0 ,mem_temp 
-:      016632 dongle_wirte_efuse_bind_status:
-0x4942 016633 jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
-0x4943 016634 call dongle_write_kb_bind_status 
-0x4944 016635 call dongle_read_kb_bind_status 
-0x4945 016636 fetch 1 ,mem_temp 
-0x4946 016637 increase 1 ,pdata 
-0x4947 016638 store 1 ,mem_temp 
-0x4948 016639 beq 0xff ,soft_reset_chip 
-0x4949 016640 fetch 1 ,mem_dg_kb_bind_flag 
-0x494a 016641 bne dongle_kb_bind_success ,dongle_wirte_efuse_bind_status 
-0x494b 016642 branch soft_reset_chip 
-:      016654 keyboard_softreset_process:
-0x494c 016655 fetch 1 ,mem_device_option 
-0x494d 016656 rtnne dvc_op_keyboard 
-0x494e 016657 call mouse_wakeup_from_power_check 
-0x494f 016658 nbranch soft_reset + 1 ,user 
-0x4950 016659 fetch 1 ,mem_power_on_flag 
-0x4951 016660 branch soft_reset + 1 ,blank 
-0x4952 016661 fetch 1 ,mem_config_select_device_button_gpio 
-0x4953 016662 rtneq ui_button_gpio_disable 
-0x4954 016663 copy pdata ,queue 
-0x4955 016664 fetch 4 ,mem_saved_gpio_in 
-0x4956 016665 qisolate0 pdata 
-0x4957 016666 call keyboard_pb_set ,true 
-0x4958 016667 branch soft_reset + 2 
-:      016669 keyboard_init:
-0x4959 016670 call enable_authrom 
-0x495a 016671 call keyboard_setting_config 
-0x495b 016673 call keyboard_gpio_init 
-0x495c 016674 call keyboard_low_vol_mult_set 
-0x495d 016675 rtn wake 
-0x495e 016676 call keyboard_usb_check_enable 
-0x495f 016677 call keyboard_cb_fuction 
-0x4960 016678 fetch 1 ,mem_usb_addr 
-0x4961 016679 rtnbit1 7 
-:      016680 keyboard_init_wireless:
-0x4962 016681 fetch 2 ,mem_ui_state_map 
-0x4963 016682 bbit1 ui_state_btn_down ,keyboard_start_discovery 
-0x4964 016683 call mouse_check_select_device_by_switch 
-0x4965 016684 branch keyboard_start_work 
-:      016687 keyboard_usb_check_enable:
-0x4966 016688 fetch mouse_flag_len ,mem_mouse_flag 
-0x4967 016689 rtnbit0 mouse_enable_usb 
-0x4968 016690 setarg keyboard_usb_config_param 
-0x4969 016691 store 2 ,mem_cb_usb_config 
-0x496a 016692 jam mouse_usb_interface_remove ,mem_mouse_usb_vdd_status 
-0x496b 016693 branch keyboard_usb_interface_check 
-:      016695 keyboard_usb_config_param:
-0x496c 016696 call keyboard_usb_config_kb_check 
-0x496d 016697 call keyboard_usb_config_param_init 
-0x496e 016698 branch keyboard_usb_config_param_setup 
-:      016700 keyboard_usb_config_kb_check:
-0x496f 016701 jam dongle_kb_bind_eeprom_offect ,mem_mouse_usb_keyboard_flag 
-0x4970 016702 fetch mouse_flag_len ,mem_mouse_flag 
-0x4971 016703 rtnbit0 mouse_enable_keyboard 
-0x4972 016704 jam dongle_kb_bind_success ,mem_mouse_usb_keyboard_flag 
-0x4973 016705 rtn 
-:      016707 keyboard_usb_config_param_init:
-0x4974 016708 fetch mouse_flag_len ,mem_mouse_flag 
-0x4975 016709 bbit1 mouse_enable_usb_250 ,keyboard_usb_report_rate_set_250hz 
-0x4976 016710 bbit1 mouse_enable_usb_500 ,keyboard_usb_report_rate_set_500hz 
-0x4977 016711 bbit1 mouse_enable_usb_1000 ,keyboard_usb_report_rate_set_1000hz 
-0x4978 016712 jam 0x19 ,mem_wire_usb_interval 
-0x4979 016713 jam 0x08 ,mem_usb_tx_interval 
-0x497a 016714 rtn 
-:      016715 keyboard_usb_report_rate_set_250hz:
-0x497b 016716 jam 0x0c ,mem_wire_usb_interval 
-0x497c 016717 jam 0x04 ,mem_usb_tx_interval 
-0x497d 016718 rtn 
-:      016719 keyboard_usb_report_rate_set_500hz:
-0x497e 016720 jam 0x06 ,mem_wire_usb_interval 
-0x497f 016721 jam 0x02 ,mem_usb_tx_interval 
-0x4980 016722 rtn 
-:      016723 keyboard_usb_report_rate_set_1000hz:
-0x4981 016724 jam 0x03 ,mem_wire_usb_interval 
-0x4982 016725 jam 0x01 ,mem_usb_tx_interval 
-0x4983 016726 rtn 
-:      016728 keyboard_usb_config_param_setup:
-0x4984 016729 call usb_tx_interval_config 
-0x4985 016730 call keyboard_usb_vid_pid_config 
-0x4986 016731 branch keyboard_usb_hid_icon_config 
-:      016733 keyboard_usb_vid_pid_config:
-0x4987 016734 fetch 1 ,mem_usb_vid_pid 
-0x4988 016735 rtn blank 
-0x4989 016736 fetch 1 ,mem_mouse_usb_keyboard_flag 
-0x498a 016737 beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
-0x498b 016738 branch dongle_usb_vid_pid_for_mouse_only_auto_pair 
-:      016740 keyboard_usb_hid_icon_config:
-0x498c 016741 fetch 1 ,mem_mouse_usb_keyboard_flag 
-0x498d 016742 branch dongle_usb_hid_icon_config + 1 
-:      016746 keyboard_usb_interface_check:
-0x498e 016747 bpatch patch08_1 ,mem_patch08 
-0x498f 016748 fetcht 1 ,mem_usb_offline_check_gpio 
-0x4990 016749 call gpio_get_bit 
-0x4991 016750 branch keyboard_usb_gpio_low ,true 
-0x4992 016751 branch keyboard_usb_gpio_high 
-:      016754 keyboard_usb_gpio_low:
-0x4993 016755 fetch 1 ,mem_mouse_usb_vdd_status 
-0x4994 016756 rtneq mouse_usb_interface_remove 
-0x4995 016757 jam mouse_usb_interface_remove ,mem_mouse_usb_vdd_status 
-0x4996 016758 jam 0 ,mem_usb_device_enumeration_endflag 
-0x4997 016759 jam 0 ,mem_usb_status 
-0x4998 016760 jam 0 ,mem_usb_state 
-0x4999 016761 branch keyboard_init_wireless 
-:      016764 keyboard_usb_gpio_high:
-0x499a 016765 fetch 1 ,mem_mouse_usb_vdd_status 
-0x499b 016766 rtneq mouse_usb_interface_insert 
-0x499c 016767 jam mouse_usb_interface_insert ,mem_mouse_usb_vdd_status 
-0x499d 016768 call mouse_24g_stop 
-0x499e 016769 call mouse_stop_bluetooth_mode 
-0x499f 016770 call keyboard_device_led_all_off 
-0x49a0 016771 branch usb_init 
-:      016775 keyboard_setting_config:
-0x49a1 016776 rtn wake 
-0x49a2 016778 call g24_transmit_init 
-0x49a3 016779 call g24_chmap_param_init 
-0x49a4 016781 call keyboard_param_init 
-0x49a5 016782 fetcht 1 ,mem_mcu_rstb_gpio 
-0x49a6 016783 call gpio_out_inactive 
-0x49a7 016785 call keyboard_device_led_off 
-0x49a8 016786 call mouse_device_multi_led_parm_init 
-0x49a9 016787 call le_set_fixed_ltk_justwork 
-0x49aa 016789 fetch mouse_flag_len ,mem_mouse_flag 
-0x49ab 016790 bbit1 mouse_enable_otp ,keyboard_load_otp_info_check 
-0x49ac 016791 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
-0x49ad 016792 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
-0x49ae 016793 rtn 
-:      016798 keyboard_param_init:
-0x49af 016800 call mouse_param_common_init 
-0x49b0 016802 jam 0 ,mem_same_keyvalue_timerout_flag 
-0x49b1 016803 setarg 0x230170 
-0x49b2 016804 store 3 ,mem_mouse_vdd_full_vol 
-0x49b3 016805 setarg 0x015301 
-0x49b4 016806 istore 3 ,contw 
-0x49b5 016807 arg mem_le_adv_swift_pair ,contw 
-0x49b6 016808 arg 20 ,loopcnt 
-0x49b7 016809 call clear_mem 
-0x49b8 016811 fetch 1 ,mem_le_name_len 
-0x49b9 016812 sub pdata ,12 ,null 
-0x49ba 016813 nbranch ble_name_set_no_swift_pair ,positive 
-0x49bb 016814 setarg 0x06ff06 
-0x49bc 016815 store 3 ,mem_le_adv_swift_pair 
-0x49bd 016816 setarg 0x000300 
-0x49be 016817 istore 3 ,contw 
-0x49bf 016818 setarg 0x80 
-0x49c0 016819 istore 1 ,contw 
-:      016820 ble_store_le_name:
-0x49c1 016821 fetch 1 ,mem_le_name_len 
-0x49c2 016822 increase 1 ,pdata 
-0x49c3 016823 copy pdata ,loopcnt 
-0x49c4 016824 arg mem_le_scan_data ,contr 
-0x49c5 016825 branch memcpy 
-:      016827 ble_name_set_no_swift_pair:
-0x49c6 016828 arg mem_le_adv_swift_pair ,contw 
-0x49c7 016829 branch ble_store_le_name 
-:      016832 keyboard_gpio_init:
-0x49c8 016835 fetcht 1 ,mem_mcu_clk_gpio 
-0x49c9 016836 call gpio_set_high_impedance 
-0x49ca 016837 fetcht 1 ,mem_mcu_stb_gpio 
-0x49cb 016838 call gpio_set_high_impedance 
-0x49cc 016839 fetcht 1 ,mem_mcu_rstb_gpio 
-0x49cd 016840 call gpio_set_high_impedance 
-0x49ce 016842 setarg mem_key_row_gpio 
-0x49cf 016843 store 2 ,mem_kb_row_ptr 
-0x49d0 016845 setarg mem_key_col_gpio 
-0x49d1 016846 store 2 ,mem_kb_col_ptr 
-0x49d2 016848 setarg mem_key_excol_gpio 
-0x49d3 016849 store 2 ,mem_kb_excol_ptr 
-0x49d4 016851 fetch 2 ,mem_kb_row_ptr 
-0x49d5 016852 copy pdata ,regb 
-0x49d6 016853 arg 8 ,loopcnt 
-:      016855 keyboard_key_row_init:
-0x49d7 016856 ifetcht 1 ,regb 
-0x49d8 016857 sub temp ,ui_button_gpio_disable ,null 
-0x49d9 016858 ncall keboard_gpio_set_high_impedance ,zero 
-0x49da 016859 increase 1 ,regb 
-0x49db 016860 loop keyboard_key_row_init 
-0x49dc 016861 call lpm_write_gpio_wakeup 
-0x49dd 016862 fetch 2 ,mem_kb_col_ptr 
-0x49de 016863 copy pdata ,regb 
-0x49df 016864 copy pdata ,regc 
-0x49e0 016865 arg 11 ,loopcnt 
-:      016867 keyboard_key_cow_init:
-0x49e1 016868 ifetcht 1 ,regb 
-0x49e2 016869 isolate1 7 ,temp 
-0x49e3 016870 ncall gpio_set_high_impedance ,true 
-0x49e4 016871 increase 1 ,regb 
-0x49e5 016872 loop keyboard_key_cow_init 
-0x49e6 016873 rtn 
-:      016874 keboard_gpio_set_high_impedance:
-0x49e7 016876 call gpio_set_high_impedance 
-0x49e8 016877 ifetcht 1 ,regb 
-0x49e9 016878 branch gpio_set_low_pullup 
-:      016882 keyboard_low_vol_mult_set:
-0x49ea 016883 fetch 1 ,mem_device_flag 
-0x49eb 016884 beq mode_bt_device1 ,keyboard_low_vol_mult_ble_set 
-0x49ec 016885 setarg 0x5d4800 
-0x49ed 016886 store 4 ,mem_24g_long_sleep_set1 
-0x49ee 016887 fetch 1 ,mem_adc_power_flag 
-0x49ef 016888 rtnbit0 0 
-0x49f0 016889 branch mouse_24g_long_sleep_set 
-:      016890 keyboard_low_vol_mult_ble_set:
-0x49f1 016891 jam 0x0c ,mem_lpm_mult_init 
-0x49f2 016892 fetch 1 ,mem_adc_power_flag 
-0x49f3 016893 rtnbit0 0 
-0x49f4 016894 jam 0x10 ,mem_lpm_mult_init 
-0x49f5 016895 fetch 1 ,mem_mouse_current_mult_timer 
-0x49f6 016896 branch mouse_current_mult_reinit ,blank 
-0x49f7 016897 rtn 
-:      016900 keyboard_pairing_check_otp_offset:
-0x49f8 016901 fetch 2 ,mem_otp_read_retention_offset 
-0x49f9 016902 arg 0x528 ,temp 
-0x49fa 016903 isub temp ,null 
-0x49fb 016904 nrtn positive 
-0x49fc 016905 branch assert 
-:      016907 keyboard_load_otp_info_check:
-0x49fd 016908 bpatch patch08_2 ,mem_patch08 
-0x49fe 016909 fetch 1 ,mem_device_flag 
-0x49ff 016910 beq mode_24g_device ,keyboard_load_otp_device_info_g24_init 
-0x4a00 016911 beq mode_bt_device1 ,keyboard_load_otp_device_info_ble_init 
-0x4a01 016912 rtn 
-:      016914 keyboard_load_otp_device_info_g24_init:
-0x4a02 016915 arg 80 ,regd 
-0x4a03 016916 setarg 0x400 
-0x4a04 016917 idiv regd 
-0x4a05 016918 call wait_div_end 
-0x4a06 016919 quotient pdata 
-0x4a07 016920 store 2 ,mem_pdatatemp 
-0x4a08 016921 arg 0x1fcc ,pdata 
-0x4a09 016922 arg 4 ,temp 
-0x4a0a 016923 arg 4 ,rege 
-0x4a0b 016924 branch keyboard_load_otp_device_info 
-:      016925 keyboard_load_otp_device_info_ble_init:
-0x4a0c 016926 arg 280 ,regd 
-0x4a0d 016927 setarg 0x400 
-0x4a0e 016928 idiv regd 
-0x4a0f 016929 call wait_div_end 
-0x4a10 016930 quotient pdata 
-0x4a11 016931 store 2 ,mem_pdatatemp 
-0x4a12 016932 arg 0x1fc2 ,pdata 
-0x4a13 016933 arg 14 ,temp 
-0x4a14 016934 arg 14 ,rege 
-0x4a15 016935 branch keyboard_load_otp_device_info 
-:      016936 keyboard_load_otp_device_info:
-0x4a16 016937 storet 1 ,mem_temp 
-0x4a17 016938 arg mem_otp_read_retention_memory ,rega 
-0x4a18 016939 arg 0 ,regc 
-:      016940 keyboard_load_otp_info_check_page_loop:
-0x4a19 016941 copy pdata ,regb 
-0x4a1a 016942 fetchr loopcnt ,1 ,mem_temp 
-0x4a1b 016943 call otp_read_data 
-0x4a1c 016944 fetch 8 ,mem_otp_read_retention_memory 
-0x4a1d 016945 fetcht 8 ,mem_otp_read_retention_memory + 8 
-0x4a1e 016946 ior temp ,pdata 
-0x4a1f 016947 fetcht 8 ,mem_otp_read_retention_memory + 16 
-0x4a20 016948 ior temp ,pdata 
-0x4a21 016949 branch keyboard_load_otp_info_check_first_time ,blank 
-0x4a22 016950 increase 1 ,regc 
-0x4a23 016951 fetch 2 ,mem_pdatatemp 
-0x4a24 016952 isub regc ,null 
-0x4a25 016954 copy regb ,pdata 
-0x4a26 016955 isub regd ,pdata 
-0x4a27 016956 branch keyboard_load_otp_info_check_page_loop 
-:      016957 keyboard_load_otp_info_check_first_time:
-0x4a28 016959 sub regc ,0 ,null 
-0x4a29 016960 branch keyboard_load_otp_info_check_first_time_process ,zero 
-:      016961 keyboard_load_otp_info_check_first_time_loop_init:
-0x4a2a 016962 copy regb ,pdata 
-0x4a2b 016963 iadd regd ,pdata 
-:      016964 keyboard_load_otp_info_check_first_time_loop:
-0x4a2c 016965 isub rege ,pdata 
-0x4a2d 016966 copy pdata ,regb 
-0x4a2e 016967 fetchr loopcnt ,1 ,mem_temp 
-0x4a2f 016968 call otp_read_data 
-0x4a30 016969 fetch 8 ,mem_otp_read_retention_memory 
-0x4a31 016970 fetcht 8 ,mem_otp_read_retention_memory + 8 
-0x4a32 016971 ior temp ,pdata 
-0x4a33 016972 fetcht 8 ,mem_otp_read_retention_memory + 16 
-0x4a34 016973 ior temp ,pdata 
-0x4a35 016974 branch keyboard_load_otp_info_check_offset_process ,blank 
-0x4a36 016975 copy regb ,pdata 
-0x4a37 016976 branch keyboard_load_otp_info_check_first_time_loop 
-:      016977 keyboard_load_otp_info_check_first_time_process:
-0x4a38 016978 storer rege ,1 ,mem_otp_read_retention_offset 
-0x4a39 016979 rtn 
-:      016980 keyboard_load_otp_info_check_offset_process:
-0x4a3a 016981 bpatch patch08_3 ,mem_patch08 
-0x4a3b 016982 setarg 0x1fd0 
-0x4a3c 016983 isub regb ,pdata 
-0x4a3d 016984 store 2 ,mem_otp_read_retention_offset 
-0x4a3e 016985 copy regb ,pdata 
-0x4a3f 016986 iadd rege ,regb 
-0x4a40 016987 fetchr loopcnt ,1 ,mem_temp 
-0x4a41 016988 arg mem_otp_read_retention_memory ,rega 
-0x4a42 016989 call otp_read_data 
-0x4a43 016990 fetch 1 ,mem_device_flag 
-0x4a44 016991 beq mode_24g_device ,keyboard_load_otp_info_check_offset_process_g24 
-0x4a45 016992 beq mode_bt_device1 ,keyboard_load_otp_info_check_offset_process_ble 
-0x4a46 016993 rtn 
-:      016995 keyboard_load_otp_info_check_offset_process_g24:
-0x4a47 016996 fetch 6 ,mem_otp_read_retention_memory 
-0x4a48 016997 store 4 ,mem_mouse_24g_addr 
-0x4a49 016998 branch keybaord_load_device_info 
-:      017000 keyboard_load_otp_info_check_offset_process_ble:
-0x4a4a 017001 fetch 1 ,mem_otp_read_retention_memory 
-0x4a4b 017002 sub pdata ,system_os_mac ,null 
-0x4a4c 017003 ncall set_pdata_0 ,positive 
-0x4a4d 017004 store 1 ,mem_kb_computer_system 
-0x4a4e 017005 fetch 1 ,mem_otp_read_retention_memory + 1 
-0x4a4f 017006 store 1 ,mem_device1_type 
-0x4a50 017007 fetch 6 ,mem_otp_read_retention_memory + 2 
-0x4a51 017008 store 6 ,mem_device1_addr 
-0x4a52 017009 fetch 6 ,mem_otp_read_retention_memory + 8 
-0x4a53 017010 store 6 ,mem_device1_locall_addr 
-0x4a54 017011 branch mouse_select_reconn_device 
-:      017014 keyboard_load_otp_info_check_overwise:
-0x4a55 017015 branch assert 
-:      017018 keyboard_store_device_info:
-0x4a56 017019 bpatch patch08_4 ,mem_patch08 
-0x4a57 017020 fetch mouse_flag_len ,mem_mouse_flag 
-0x4a58 017021 bbit1 mouse_enable_otp ,keyboard_store_otp_device_info 
-0x4a59 017022 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
-0x4a5a 017023 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
-0x4a5b 017024 rtn 
-:      017026 keyboard_store_otp_device_info:
-0x4a5c 017027 rtn 
-0x4a5d 017028 fetch 1 ,mem_device_flag 
-0x4a5e 017029 beq mode_24g_device ,keyboard_store_otp_device_info_g24 
-0x4a5f 017030 beq mode_bt_device1 ,keyboard_store_otp_device_info_ble 
-0x4a60 017031 rtn 
-:      017033 keyboard_store_otp_device_info_g24:
-0x4a61 017034 fetcht 2 ,mem_otp_read_retention_offset 
-0x4a62 017035 setarg 0x1fd0 
-0x4a63 017036 isub temp ,regb 
-0x4a64 017037 arg mem_mouse_24g_addr ,rega 
-0x4a65 017038 arg 4 ,loopcnt 
-0x4a66 017039 call otp_write 
-0x4a67 017040 fetcht 2 ,mem_otp_read_retention_offset 
-0x4a68 017041 increase 4 ,temp 
-0x4a69 017042 storet 2 ,mem_otp_read_retention_offset 
-0x4a6a 017043 rtn 
-:      017045 keyboard_store_otp_device_info_ble:
-0x4a6b 017046 fetcht 2 ,mem_otp_read_retention_offset 
-0x4a6c 017047 setarg 0x1fd0 
-0x4a6d 017048 isub temp ,regb 
-0x4a6e 017051 add regb ,1 ,regb 
-0x4a6f 017052 arg mem_device1_addr ,rega 
-0x4a70 017053 arg 6 ,loopcnt 
-0x4a71 017054 call otp_write 
-0x4a72 017056 add regb ,7 ,regb 
-0x4a73 017057 arg mem_device1_locall_addr ,rega 
-0x4a74 017058 arg 6 ,loopcnt 
-0x4a75 017059 branch otp_write 
-:      017061 keybaord_load_device_info:
-0x4a76 017062 fetch 4 ,mem_mouse_24g_addr 
-0x4a77 017063 store 4 ,mem_24g_receiver_addr 
-0x4a78 017064 store 4 ,mem_24g_addr 
-0x4a79 017065 rtn 
-:      017068 keyboard_cb_fuction:
-0x4a7a 017069 bpatch patch08_5 ,mem_patch08 
-0x4a7b 017070 setarg mouse_24g_before_lpm_sleep 
-0x4a7c 017071 store 2 ,mem_cb_before_lpm_sleep 
-0x4a7d 017072 setarg keyboard_24g_package_data 
-0x4a7e 017073 store 2 ,mem_cb_24g_transmit_data 
-0x4a7f 017074 setarg keyboard_24g_search_dongle 
-0x4a80 017075 store 2 ,mem_cb_24g_search_receiver 
-0x4a81 017076 setarg keyboard_lpm_before_common 
-0x4a82 017077 store 2 ,mem_cb_24g_lpm_before 
-0x4a83 017078 setarg keyboard_le 
-0x4a84 017079 store 2 ,mem_cb_le_process 
-0x4a85 017081 setarg keyboard_process_lpm_before 
-0x4a86 017082 store 2 ,mem_cb_before_lpm 
-0x4a87 017084 setarg keyboard_priority_bb_event 
-0x4a88 017085 store 2 ,mem_cb_bb_event_process 
-0x4a89 017086 setarg keyboard_idle 
-0x4a8a 017087 store 2 ,mem_cb_idle_process 
-0x4a8b 017088 setarg keyboard_before_hibernate 
-0x4a8c 017089 store 2 ,mem_cb_before_hibernate 
-0x4a8d 017090 setarg mouse_le_bb_event_connect_complete 
-0x4a8e 017091 store 2 ,mem_cb_att_write 
-0x4a8f 017092 setarg keyboard_bb_event_timer 
-0x4a90 017093 store 2 ,mem_cb_event_timer 
-0x4a91 017094 setarg mouse_spi_write_flash_cb 
-0x4a92 017095 store 2 ,mem_cb_spi_flash_write_complate 
-0x4a93 017096 setarg mouse_lpm_check_wake_lock 
-0x4a94 017097 store 2 ,mem_cb_check_wakelock 
-0x4a95 017098 setarg mouse_le_transmit 
-0x4a96 017099 store 2 ,mem_cb_ble_transmit 
-0x4a97 017100 setarg mouse_set_lpm_mult 
-0x4a98 017101 store 2 ,mem_cb_bt_set_mult 
-0x4a99 017102 rtn 
-:      017106 keyboard_priority_bb_event:
-0x4a9a 017107 bpatch patch08_6 ,mem_patch08 
-0x4a9b 017108 copy regc ,pdata 
-0x4a9c 017110 beq bt_evt_le_start_enc ,keyboard_le_ll_start_encryt 
-0x4a9d 017111 beq bt_evt_le_parse_conn_param_accepted ,keyboard_le_parse_conn_param_accepted 
-0x4a9e 017112 beq bt_evt_le_parse_conn_papa_update_rsp ,keyboard_le_conn_param_update_rsp_recieved 
-0x4a9f 017113 beq bt_evt_le_disconnected ,keyboard_le_bb_disconnected 
-0x4aa0 017115 beq bt_evt_le_connected ,keyboard_le_bb_event_connected 
-0x4aa1 017116 beq bt_evt_button_long_pressed ,keyboard_bb_event_discovery_btn 
-0x4aa2 017117 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
-0x4aa3 017118 beq bt_evt_le_enc_info ,mouse_le_enc_info 
-0x4aa4 017120 beq bt_evt_le_pairing_complete ,app_ble_store_reconn_info 
-0x4aa5 017121 beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
-0x4aa6 017123 beq bt_evt_24g_pairing_complete ,keyboard_24g_pairing_complete 
-0x4aa7 017124 beq bt_evt_24g_attempt_success ,keyboard_24g_attempt_success 
-0x4aa8 017125 beq bt_evt_24g_attempt_fail ,keyboard_24g_attempt_fail 
-0x4aa9 017128 rtn 
-:      017134 keyboard_le_bb_event_connected:
-0x4aaa 017135 jam 0 ,mem_mouse_long_mult_flag 
-0x4aab 017137 jam 1 ,mem_mouse_le_bb_connected_flag 
-0x4aac 017138 call mouse_24g_first_store_reconn_info 
-0x4aad 017139 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x4aae 017140 nbranch keyboard_le_bb_event_connected_next ,blank 
-0x4aaf 017141 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
-:      017142 keyboard_le_bb_event_connected_next:
-0x4ab0 017143 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x4ab1 017144 set0 app_disc_by_button ,pdata 
-0x4ab2 017145 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x4ab3 017146 jam 0 ,mem_mouse_direct_timer 
-0x4ab4 017147 fetch 2 ,mem_le_battery_level_updata_timer_init 
-0x4ab5 017148 store 2 ,mem_le_battery_level_updata_timer 
-0x4ab6 017149 call mouse_no_data_timer_init 
-0x4ab7 017150 branch keyboard_stop_discovery 
-:      017153 keyboard_le_bb_disconnected:
-0x4ab8 017154 setarg 0 
-0x4ab9 017155 store 2 ,mem_le_battery_level_updata_timer 
-0x4aba 017156 store 1 ,mem_keyboard_le_send_conn_param_update 
-0x4abb 017157 store 1 ,mem_keyboard_le_send_conn_param_update_timer 
-0x4abc 017158 store 1 ,mem_mouse_le_bb_connected_flag 
-:      017159 keyboard_le_bb_disconnected_next:
-0x4abd 017160 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0x4abe 017161 jam 0 ,mem_mouse_clear_sensor_data_flag 
-0x4abf 017162 call le_clr_config_more_data 
-0x4ac0 017163 branch keyboard_bb_disconnected 
-:      017164 keyboard_bb_disconnected:
-0x4ac1 017165 call mouse_bb_discon_clear_stack 
-0x4ac2 017166 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x4ac3 017167 bbit1 app_disc_ble ,keyboard4_0_event_bb_disconn 
-0x4ac4 017168 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x4ac5 017169 branch keyboard_start_discovery 
-:      017170 keyboard4_0_event_bb_disconn:
-0x4ac6 017171 call mouse_le_clean_connect_flag 
-0x4ac7 017172 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x4ac8 017173 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x4ac9 017174 call ice_break 
-0x4aca 017175 branch keyboard_app_enter_hibernate 
-:      017178 keyboard_le_ll_start_encryt:
-0x4acb 017179 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x4acc 017180 beq 1 ,keyboard_le_ll_reconn_start_encryt 
-0x4acd 017181 jam 20 ,mem_le_start_encrypt_timer 
-0x4ace 017182 jam 5 ,mem_le_start_auto_reco_timer 
-0x4acf 017183 branch mouse_le_ll_enable_start_enc_flag 
-:      017184 keyboard_le_ll_reconn_start_encryt:
-0x4ad0 017185 call mouse_updata_le_param 
-0x4ad1 017186 jam 5 ,mem_le_start_encrypt_timer 
-0x4ad2 017187 branch mouse_le_ll_enable_start_enc_flag 
-:      017189 keyboard_le_parse_conn_param_accepted:
-0x4ad3 017190 fetch 1 ,mem_le_new_conninterval 
-0x4ad4 017191 sub pdata ,le_interval_15ms ,null 
-0x4ad5 017192 nbranch mouse_le_conn_param_lpm_disable ,positive 
-0x4ad6 017193 fetch 1 ,mem_le_new_connslavelatency 
-0x4ad7 017194 fetcht 1 ,mem_lpm_mult_init 
-0x4ad8 017195 isub temp ,null 
-0x4ad9 017196 branch mouse_le_lpm_mult_reinit ,positive 
-0x4ada 017197 fetch 1 ,mem_le_new_connslavelatency 
-0x4adb 017198 store 1 ,mem_lpm_mult 
-0x4adc 017199 branch mouse_le_conn_param_lpm_enable 
-:      017201 keyboard_le_conn_param_update_rsp_recieved:
-0x4add 017202 fetch 1 ,mem_keyboard_le_send_conn_param_update 
-0x4ade 017203 nrtn blank 
-0x4adf 017204 jam 1 ,mem_keyboard_le_send_conn_param_update 
-0x4ae0 017205 jam 30 ,mem_keyboard_le_send_conn_param_update_timer 
-0x4ae1 017206 rtn 
-:      017208 keyboard_24g_pairing_complete:
-0x4ae2 017209 call keyboard_get_24g_led_enable 
-0x4ae3 017210 call mouse_no_data_timer_init 
-0x4ae4 017211 branch mouse_24g_pairing_complete_common 
-:      017213 keyboard_24g_attempt_success:
-0x4ae5 017214 call keyboard_get_24g_led_enable 
-0x4ae6 017215 fetch 4 ,mem_24g_addr 
-0x4ae7 017216 store 4 ,mem_24g_receiver_addr 
-0x4ae8 017217 store 4 ,mem_mouse_24g_addr 
-0x4ae9 017218 call g24_ch_syncword_crc8_init 
-0x4aea 017219 call mouse_device_poweron_led_config 
-0x4aeb 017220 call mouse_no_data_timer_init 
-0x4aec 017221 branch mouse_24g_attempt_success 
-:      017223 keyboard_24g_get_led:
-0x4aed 017224 jam device_data_tpye_standard_keyboard ,mem_keyboard_data_send_flag 
-0x4aee 017225 call keyboard_clear_key_data 
-0x4aef 017226 jam 0x03 ,mem_customer_key_press + 2 
-0x4af0 017227 rtn 
-:      017229 keyboard_24g_led_get_status_check:
-0x4af1 017230 arg 6 ,loopcnt 
-0x4af2 017231 arg mem_keyboard_tx_data + 3 ,contr 
-:      017232 keyboard_24g_led_data_check:
-0x4af3 017233 ifetch 1 ,contr 
-0x4af4 017234 beq hid_key_num_lock ,keyboard_get_24g_led_enable 
-0x4af5 017235 beq hid_key_caps_lock ,keyboard_get_24g_led_enable 
-0x4af6 017236 beq hid_key_scroll_lock ,keyboard_get_24g_led_enable 
-0x4af7 017237 loop keyboard_24g_led_data_check 
-0x4af8 017238 rtn 
-:      017240 keyboard_get_24g_led_enable:
-0x4af9 017241 jam 0x03 ,mem_keyboard_led_status_get 
-0x4afa 017242 jam 1 ,mem_keyboard_data_change_flag 
-0x4afb 017243 rtn 
-:      017245 keyboard_set_repeat_send_flag:
-0x4afc 017246 jam 1 ,mem_24g_repeat_send_flag 
-0x4afd 017247 rtn 
-:      017250 keyboard_24g_attempt_fail:
-0x4afe 017251 fetch 1 ,mem_24g_attempt_fail_flag 
-0x4aff 017252 nbranch keyboard_24g_hibernate_set ,blank 
-0x4b00 017253 fetch 1 ,mem_24g_reconn_type 
-0x4b01 017254 beq fast_conn_and_3_0_addr ,keyboard_24g_fast_conn_attempt_fail 
-0x4b02 017255 beq receiver_and_3_0_addr ,keyboard_24g_attempt_fail_enter_hibernate 
-0x4b03 017256 branch keyboard_24g_attempt_fail_enter_hibernate 
-:      017258 keyboard_24g_attempt_fail_enter_hibernate:
-0x4b04 017259 call mouse_24g_stop 
-0x4b05 017260 fetch 1 ,mem_reconn_times 
-0x4b06 017261 nbranch mouse_polling_device ,blank 
-0x4b07 017262 fetch 1 ,mem_device_flag 
-0x4b08 017263 beq mode_24g_device ,keyboard_app_enter_hibernate 
-0x4b09 017264 rtn 
-:      017266 keyboard_24g_fast_conn_attempt_fail:
-0x4b0a 017267 fetch mouse_flag_len ,mem_mouse_flag 
-0x4b0b 017268 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
-0x4b0c 017269 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
-0x4b0d 017270 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
-0x4b0e 017271 fetch 4 ,mem_mouse_24g_addr 
-0x4b0f 017272 branch keyboard_24g_start_pair_mode ,blank 
-0x4b10 017273 branch mouse_24g_reconn_dongle_start 
-:      017275 keyboard_24g_hibernate_set:
-0x4b11 017276 jam 0 ,mem_24g_attempt_fail_flag 
-0x4b12 017277 call g24_transmit_next_packet 
-0x4b13 017278 setarg -1 
-0x4b14 017279 store 8 ,mem_24g_enter_hibernate 
-0x4b15 017280 setarg 0 
-0x4b16 017281 store 7 ,mem_mouse_key 
-0x4b17 017282 jam 1 ,mem_sensor_shutdown_flag 
-0x4b18 017283 branch keyboard_g24_long_sleep 
-:      017288 keyboard_bb_event_timer:
-0x4b19 017289 bpatch patch08_7 ,mem_patch08 
-0x4b1a 017290 call mouse_adc_read 
-0x4b1b 017291 call keyboard_low_voltage_param_set 
-0x4b1c 017292 call mouse_low_voltage_led_timer 
-0x4b1d 017294 call g24_pair_timeout_timer 
-0x4b1e 017295 call g24_reconn_timeout_timer 
-0x4b1f 017296 call mouse_24g_long_sleep_param_update_timer 
-0x4b20 017297 call keyboard_24g_repeat_send_data 
-0x4b21 017298 call keyboard_24g_led_status_get_timer 
-0x4b22 017302 call keyboard_check_discovery_timeout_timer 
-0x4b23 017304 call keyboard_check_direct_timeout_timer 
-0x4b24 017305 call mouse_le_enable_att_list_timer 
-0x4b25 017306 call keyboard_le_battery_updata_timer 
-0x4b26 017307 call mouse_le_send_smp_security_request_timer 
-0x4b27 017308 call keyboard_le_send_conn_param_update_timer 
-0x4b28 017309 call keyboard_le_auto_recognize_timer 
-0x4b29 017311 call mouse_current_mult_update_timer 
-0x4b2a 017312 call mouse_wheel_trigger_timer 
-0x4b2b 017313 call keyboard_store_information_delay_timer 
-0x4b2c 017314 call keyboard_capslock_led_on_timer 
-0x4b2d 017315 call keyboard_long_press_timer 
-0x4b2e 017316 call keyboard_commbination_delay_release_timer 
-0x4b2f 017317 fetch 1 ,mem_device_flag 
-0x4b30 017318 beq mode_24g_device ,keyboard_check_no_data_timeout_timer 
-0x4b31 017319 branch mouse_check_no_data_timeout_timer 
-:      017322 keyboard_commbination_key_process:
-0x4b32 017323 fetch 1 ,mem_commbination_key_statue 
-0x4b33 017324 rtnne commbination_key_state_down 
-0x4b34 017325 arg mem_combination_ui_button_count ,regc 
-0x4b35 017326 arg mouse_bluetooth_fast_conn_init ,regb 
-0x4b36 017327 branch timer_single_step 
-:      017329 keyboard_commbination_fast_conn_bt_check:
-0x4b37 017330 fetch 2 ,mem_keyboard_keyvalue_buffer + 2 
-0x4b38 017331 fetcht 2 ,mem_keyboard_commbination_fast_conn_bt 
-0x4b39 017332 isub temp ,null 
-0x4b3a 017333 branch keyboard_commbination_key_down ,zero 
-0x4b3b 017334 byteswap temp ,temp 
-0x4b3c 017335 isub temp ,null 
-0x4b3d 017336 branch keyboard_commbination_key_down ,zero 
-0x4b3e 017337 branch mouse_commbination_key_up 
-:      017339 keyboard_commbination_key_down:
-0x4b3f 017340 fetch 1 ,mem_commbination_key_statue 
-0x4b40 017341 rtneq commbination_key_state_down 
-0x4b41 017342 jam commbination_key_state_down ,mem_commbination_key_statue 
-0x4b42 017343 rtn 
-:      017346 keyboard_check_discovery_timeout_timer:
-0x4b43 017347 arg mem_mouse_discovery_timer ,regc 
-0x4b44 017348 arg keyboard_check_discovery_timeout ,regb 
-0x4b45 017349 branch timer_single_step_2b 
-:      017351 keyboard_check_discovery_timeout:
-0x4b46 017352 call keyboard_stop_discovery 
-0x4b47 017353 branch keyboard_app_enter_hibernate 
-:      017358 keyboard_store_information_delay_timer:
-0x4b48 017359 arg mem_store_information_delay_timer ,regc 
-0x4b49 017360 arg keyboard_store_device_info_check ,regb 
-0x4b4a 017361 branch timer_single_step 
-:      017363 keyboard_store_device_info_check:
-0x4b4b 017364 call keyboard_store_device_info 
-0x4b4c 017365 fetch 1 ,mem_mouse_need_soft_reset 
-0x4b4d 017366 nbranch mouse_soft_reset ,blank 
-0x4b4e 017367 rtn 
-:      017369 keyboard_low_voltage_param_set:
-0x4b4f 017370 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
-0x4b50 017371 branch keyboard_low_voltage_param_set_33v ,blank 
-0x4b51 017372 jam 58 ,mem_mouse_vdd_low_vol 
-0x4b52 017373 rtn 
-:      017374 keyboard_low_voltage_param_set_33v:
-0x4b53 017375 jam 53 ,mem_mouse_vdd_low_vol 
-0x4b54 017376 rtn 
-:      017378 keyboard_le_auto_recognize_timer:
-0x4b55 017380 arg mem_le_start_auto_reco_timer ,regc 
-0x4b56 017381 arg keyboard_le_send_att_find_by_type_value_request_ancs ,regb 
-0x4b57 017382 branch timer_single_step 
-:      017384 keyboard_check_direct_timeout_timer:
-0x4b58 017385 arg mem_mouse_direct_timer ,regc 
-0x4b59 017386 arg mouse_check_direct_timeout ,regb 
-0x4b5a 017387 call timer_single_step 
-0x4b5b 017388 branch mouse_check_direct_timeout_timer + 3 
-:      017390 keyboard_le_battery_updata_timer:
-0x4b5c 017391 fetch mouse_flag_len ,mem_mouse_flag 
-0x4b5d 017392 rtnbit1 mouse_enable_le_battery_service_cancel 
-0x4b5e 017393 branch mouse_le_battery_updata_timer 
-:      017395 keyboard_le_send_conn_param_update_timer:
-0x4b5f 017396 arg mem_keyboard_le_send_conn_param_update_timer ,regc 
-0x4b60 017397 arg mouse_updata_le_param ,regb 
-0x4b61 017398 branch timer_single_step 
-:      017400 keyboard_24g_repeat_send_data:
-0x4b62 017401 fetch 1 ,mem_24g_repeat_send_flag 
-0x4b63 017402 rtn blank 
-0x4b64 017403 jam 0 ,mem_24g_repeat_send_flag 
-0x4b65 017404 jam 1 ,mem_keyboard_data_change_flag 
-0x4b66 017405 call g24_txdata_prep 
-0x4b67 017406 branch keyboard_g24_transmit_process 
-:      017408 keyboard_24g_led_status_get_timer:
-0x4b68 017409 arg mem_keyboard_led_status_get_timer ,regc 
-0x4b69 017410 arg keyboard_24g_led_status_clear ,regb 
-0x4b6a 017411 branch timer_single_step 
-:      017413 keyboard_24g_led_status_clear:
-0x4b6b 017414 jam 0 ,mem_keyboard_led_status_get 
-0x4b6c 017415 rtn 
-:      017421 keyboard_device_led_off:
-0x4b6d 017422 call mouse_device_multi_led_off 
-0x4b6e 017423 call keyboard_capslock_led_off 
-:      017424 keyboard_power_led_off:
-0x4b6f 017425 fetcht 1 ,mem_keyboard_power_led_gpio 
-0x4b70 017426 branch gpio_out_inactive 
-:      017427 keyboard_numlock_led_off:
-0x4b71 017428 rtn 
-:      017431 keyboard_capslock_led_on_timer:
-0x4b72 017432 fetch 1 ,mem_keyboard_caps_led_gpio 
-0x4b73 017433 rtneq gpio_disable 
-0x4b74 017434 fetch 2 ,mem_mouse_no_data_timer 
-0x4b75 017435 rtn blank 
-0x4b76 017436 fetch 2 ,mem_mouse_no_data_timeout 
-0x4b77 017437 fetcht 2 ,mem_mouse_no_data_timer 
-0x4b78 017438 isub temp ,temp 
-0x4b79 017439 fetch 2 ,mem_keyboard_caps_led_on_timer 
-0x4b7a 017440 isub temp ,pdata 
-0x4b7b 017441 branch keyboard_capslock_led_check_on ,positive 
-:      017442 keyboard_capslock_led_off:
-0x4b7c 017443 fetcht 1 ,mem_keyboard_caps_led_gpio 
-0x4b7d 017444 branch gpio_out_inactive 
-:      017448 keyboard_capslock_led_check_on:
-0x4b7e 017449 fetch 1 ,mem_keyboard_led_status 
-0x4b7f 017450 bbit0 kb_pc_keysel_capslock ,keyboard_capslock_led_off 
-0x4b80 017451 fetcht 1 ,mem_keyboard_caps_led_gpio 
-0x4b81 017452 branch gpio_out_active 
-:      017454 keyboard_long_press_timer:
-0x4b82 017455 arg mem_same_keyvalue_timer ,regc 
-0x4b83 017456 arg keyboard_long_press_timerout ,regb 
-0x4b84 017457 branch timer_single_step_2b 
-:      017459 keyboard_long_press_timerout:
-0x4b85 017460 jam 1 ,mem_same_keyvalue_timerout_flag 
-0x4b86 017461 branch app_enter_hibernate 
-:      017463 keyboard_commbination_delay_release_timer:
-0x4b87 017464 arg mem_keyboard_commbination_control_key_delay_release_timer ,regc 
-0x4b88 017465 arg keyboard_commbination_key_null_set ,regb 
-0x4b89 017466 branch timer_single_step 
-:      017469 keyboard_check_no_data_timeout_timer:
-0x4b8a 017470 arg mem_mouse_no_data_timer ,regc 
-0x4b8b 017471 arg keyboard_check_no_data_timeout ,regb 
-0x4b8c 017472 branch timer_single_step_2b 
-:      017474 keyboard_check_no_data_timeout:
-0x4b8d 017475 fetch 1 ,mem_device_flag 
-0x4b8e 017476 beq mode_24g_device ,keyboard_24g_hibernate_set 
-0x4b8f 017477 branch mouse_disconnect 
-:      017480 keyboard_bb_event_discovery_btn:
-0x4b90 017481 isolate1 mark_24g ,mark 
-0x4b91 017482 call mouse_24g_stop ,true 
-0x4b92 017483 call mouse_disconnect 
-0x4b93 017484 call mouse_le_clean_connect_flag 
-0x4b94 017485 branch keyboard_start_discovery 
-:      017487 keyboard_start_discovery:
-0x4b95 017488 bpatch patch09_0 ,mem_patch09 
-0x4b96 017489 call mouse_device_discovery_led_config 
-0x4b97 017490 fetch 2 ,mem_ui_state_map 
-0x4b98 017491 isolate1 ui_state_ble_adv ,pdata 
-0x4b99 017492 call mouse_stop_le_adv ,true 
-0x4b9a 017494 setarg 0 
-0x4b9b 017495 store 2 ,mem_le_battery_level_updata_timer 
-0x4b9c 017496 call keyboard_capslock_led_off 
-0x4b9d 017497 jam 0xff ,mem_kb_computer_system 
-0x4b9e 017499 fetch 2 ,mem_ui_state_map 
-0x4b9f 017500 isolate1 ui_state_ble_adv ,pdata 
-0x4ba0 017501 call mouse_stop_le_adv ,true 
-0x4ba1 017502 call mouse_bluetooth_fast_conn_disable 
-0x4ba2 017503 fetch 2 ,mem_ui_state_map 
-0x4ba3 017504 bbit1 ui_state_ble_adv ,keyboard_start_discovery_norandom 
-0x4ba4 017505 fetch mouse_flag_len ,mem_mouse_flag 
-0x4ba5 017506 bbit0 mouse_enable_ble_random_addre ,keyboard_start_discovery_norandom 
-0x4ba6 017507 fetcht 2 ,mem_random_addr_increase_count 
-0x4ba7 017508 increase 1 ,temp 
-0x4ba8 017509 storet 2 ,mem_random_addr_increase_count 
-0x4ba9 017510 storet 2 ,mem_le_lap + 1 
-0x4baa 017511 random pdata 
-0x4bab 017512 store 1 ,mem_le_lap 
-:      017513 keyboard_start_discovery_norandom:
-0x4bac 017514 fetch 3 ,mem_mouse_le_lap_temp 
-0x4bad 017515 store 3 ,mem_le_lap + 3 
-0x4bae 017516 call app_lpm_mult_disable 
-0x4baf 017517 fetch 2 ,mem_mouse_discovery_timeout 
-0x4bb0 017518 store 2 ,mem_mouse_discovery_timer 
-0x4bb1 017519 setarg 0 
-0x4bb2 017520 store 2 ,mem_mouse_no_data_timer 
-0x4bb3 017521 store 2 ,mem_le_battery_level_updata_timer 
-0x4bb4 017522 store 1 ,mem_mouse_direct_timer 
-0x4bb5 017523 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
-0x4bb6 017524 store 1 ,mem_mouse_clear_sensor_data_flag 
-0x4bb7 017525 arg mouse_store_eeprom_flag ,queue 
-0x4bb8 017526 call mouse_enable_function_flag 
-0x4bb9 017527 call mouse_bt_discovery_button_down_disable 
-0x4bba 017528 branch mouse_check_51cmd_adv 
-:      017531 keyboard_low_voltage_led_blink_disable:
-0x4bbb 017532 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
-0x4bbc 017533 branch mouse_low_voltage_led_off_judge 
-:      017535 keyboard_stop_discovery:
-0x4bbd 017536 bpatch patch09_1 ,mem_patch09 
-0x4bbe 017537 setarg 0 
-0x4bbf 017538 store 2 ,mem_mouse_discovery_timer 
-0x4bc0 017539 arg mouse_bt_discovery_button_long_down_flag ,queue 
-0x4bc1 017540 call mouse_disable_function_flag 
-0x4bc2 017541 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
-0x4bc3 017542 call mouse_stop_le_adv 
-0x4bc4 017543 branch keyboard_device_led_off 
-:      017546 keyboard_store_remote_bdaddr:
-0x4bc5 017547 bpatch patch09_2 ,mem_patch09 
-0x4bc6 017548 fetch mouse_flag_len ,mem_mouse_flag 
-0x4bc7 017549 rtnbit0 mouse_store_eeprom_flag 
-0x4bc8 017550 arg mouse_store_eeprom_flag ,queue 
-0x4bc9 017551 call mouse_disable_function_flag 
-0x4bca 017552 call mouse_check_device_addr 
-0x4bcb 017553 branch mouse_unplug_clean_bdaddr 
-:      017556 keyboard_idle:
-0x4bcc 017557 bpatch patch09_3 ,mem_patch09 
-0x4bcd 017558 call mouse_low_voltage_led_no_enter_lpm 
-0x4bce 017559 branch ui_check_paring_button 
-:      017563 keyboard_start_work:
-0x4bcf 017564 bpatch patch09_4 ,mem_patch09 
-0x4bd0 017565 fetch mouse_flag_len ,mem_mouse_flag 
-0x4bd1 017566 bbit0 mouse_enable_adc ,keyboard_start_work_next 
-0x4bd2 017567 call enable_adc 
-0x4bd3 017568 call vdd_calculate_by_mode 
-0x4bd4 017569 store 2 ,mem_mouse_vdd_now_vol 
-0x4bd5 017571 fetch 2 ,mem_adc_current_value 
-0x4bd6 017572 isub temp ,null 
-0x4bd7 017573 branch keyboard_start_work ,positive 
-0x4bd8 017574 arg mem_mouse_vdd_calculate_set ,rega 
-0x4bd9 017575 call mouse_adc_bat_percent_lowpower_out 
-0x4bda 017576 fetch 1 ,mem_adc_power_flag 
-0x4bdb 017577 bbit1 1 ,keyboard_power_down 
-:      017578 keyboard_start_work_next:
-0x4bdc 017580 fetch 1 ,mem_keyboard_pairing_type 
-0x4bdd 017581 call keyboard_enable_bt_button_pairing ,blank 
-0x4bde 017582 fetch 1 ,mem_keyboard_bt_button_flag 
-0x4bdf 017583 nrtn blank 
-0x4be0 017584 fetch 1 ,mem_device_flag 
-0x4be1 017585 beq mode_24g_device ,mouse_24g_reconn_general_dongle 
-0x4be2 017586 call mouse_bluetooth_fast_conn_disable 
-0x4be3 017587 fetch 6 ,mem_device1_addr 
-0x4be4 017588 branch mouse_bluetooth_fast_conn_init ,blank 
-0x4be5 017589 branch mouse_start_reconnect_device 
-:      017601 keyboard_le:
-0x4be6 017602 bpatch patch09_5 ,mem_patch09 
-0x4be7 017603 call le_fifo_check_nearly_full 
-0x4be8 017604 nrtn blank 
-0x4be9 017605 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-0x4bea 017606 beq 0xff ,keyboard_le_next 
-0x4beb 017607 fetch 1 ,mem_le_connect_status_flag 
-0x4bec 017608 and pdata ,0x03 ,pdata 
-0x4bed 017609 rtnne 0x03 
-:      017610 keyboard_le_next:
-0x4bee 017611 fetch mouse_flag_len ,mem_mouse_flag 
-0x4bef 017612 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
-0x4bf0 017613 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
-0x4bf1 017614 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0x4bf2 017615 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
-0x4bf3 017616 call keyboard_motion 
-0x4bf4 017617 nrtn user 
-0x4bf5 017618 call mouse_current_mult_update 
-0x4bf6 017619 call mouse_wheel_trigger 
-0x4bf7 017620 fetch mouse_flag_len ,mem_mouse_flag 
-0x4bf8 017621 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
-0x4bf9 017622 fetch 1 ,mem_customer_key 
-0x4bfa 017623 branch mouse_le_send_keyboard_package_data 
-:      017630 kscan_dispatch:
-0x4bfb 017631 fetch 1 ,mem_device_option 
-0x4bfc 017632 rtnne dvc_op_keyboard 
-0x4bfd 017633 call keyboard_keyscan 
-0x4bfe 017634 call keyboard_key_process 
-0x4bff 017635 branch keyboard_special_key_check 
-:      017642 keyboard_keyscan:
-0x4c00 017643 bpatch patch09_6 ,mem_patch09 
-0x4c01 017644 call keyboard_stb_state_low 
-0x4c02 017645 setarg 0 
-0x4c03 017646 store 2 ,mem_keyscan_exmcu_wait_wake_count 
-0x4c04 017647 arg mem_keyscan_value_current ,contr 
-0x4c05 017648 arg mem_keyscan_value_check ,contw 
-0x4c06 017649 arg 20 ,loopcnt 
-0x4c07 017650 call memcpy 
-0x4c08 017651 setarg mem_keyscan_value_current 
-0x4c09 017652 store 2 ,mem_keyscan_value_ptr 
-0x4c0a 017653 setarg mem_keyscan_exmcu_value 
-0x4c0b 017654 store 2 ,mem_keyscan_exmcu_value_ptr 
-0x4c0c 017655 call keyboard_keyscan_get_exmcu_value 
-0x4c0d 017656 call keyboard_keyscan_get_mcu_value 
-0x4c0e 017657 call keyboard_stb_state_high 
-:      017658 keyboard_keyscan_copy_value:
-0x4c0f 017659 fetch 2 ,mem_kb_excol_ptr 
-0x4c10 017660 copy pdata ,regb 
-0x4c11 017661 jam 0 ,mem_keyscan_col_loop_count 
-:      017662 keyboard_compare_col_excol_gpio_loop:
-0x4c12 017663 ifetcht 1 ,regb 
-0x4c13 017664 fetch 2 ,mem_kb_col_ptr 
-0x4c14 017665 copy pdata ,rega 
-0x4c15 017666 copy rega ,regc 
-0x4c16 017667 arg 20 ,loopcnt 
-:      017668 keyboard_compare_col_gpio_loop:
-0x4c17 017669 ifetch 1 ,rega 
-0x4c18 017670 isub temp ,null 
-0x4c19 017671 branch keyboard_copy_value_exmcu_to_mcu ,zero 
-0x4c1a 017672 increase 1 ,rega 
-0x4c1b 017673 loop keyboard_compare_col_gpio_loop 
-:      017674 keyboard_compare_col_excol_gpio_loop_next:
-0x4c1c 017675 increase 1 ,regb 
-0x4c1d 017676 fetch 1 ,mem_keyscan_col_loop_count 
-0x4c1e 017677 increase 1 ,pdata 
-0x4c1f 017678 store 1 ,mem_keyscan_col_loop_count 
-0x4c20 017679 sub pdata ,10 ,null 
-0x4c21 017680 branch keyboard_compare_col_excol_gpio_loop ,positive 
-0x4c22 017682 rtn 
-:      017684 keyboard_copy_value_exmcu_to_mcu:
-0x4c23 017685 fetch 2 ,mem_keyscan_value_ptr 
-0x4c24 017686 copy pdata ,contw 
-0x4c25 017687 copy rega ,pdata 
-0x4c26 017688 isub regc ,pdata 
-0x4c27 017689 iadd contw ,contw 
-0x4c28 017690 fetch 2 ,mem_keyscan_exmcu_value_ptr 
-0x4c29 017691 copy pdata ,regc 
-0x4c2a 017692 fetch 1 ,mem_keyscan_col_loop_count 
-0x4c2b 017693 iadd regc ,regc 
-0x4c2c 017694 ifetch 1 ,regc 
-0x4c2d 017695 istore 1 ,contw 
-0x4c2e 017696 branch keyboard_compare_col_excol_gpio_loop_next 
-:      017698 keyboard_keyscan_get_exmcu_value:
-0x4c2f 017699 bpatch patch09_7 ,mem_patch09 
-0x4c30 017700 call keyboard_stb_state_high 
-0x4c31 017701 call keyboard_clk_input 
-:      017702 keyboard_keyscan_exmcu_start:
-0x4c32 017703 fetch 2 ,mem_keyscan_exmcu_wait_wake_count 
-0x4c33 017704 increase 1 ,pdata 
-0x4c34 017705 store 2 ,mem_keyscan_exmcu_wait_wake_count 
-0x4c35 017706 bbit1 9 ,keyboard_keyscan_reset_exmcu 
-0x4c36 017707 fetcht 1 ,mem_mcu_clk_gpio 
-0x4c37 017708 call gpio_get_bit 
-0x4c38 017709 nbranch keyboard_keyscan_exmcu_start ,true 
-0x4c39 017710 nop 20 
-0x4c3a 017711 call keyboard_clk_state_high 
-0x4c3b 017712 call keyboard_stb_state_low 
-0x4c3c 017713 jam 0 ,mem_keyscan_col_loop_count 
-:      017714 keyboard_keyscan_exmcu_start_loop:
-0x4c3d 017715 call keyboard_clk_state_low 
-0x4c3e 017716 call keyboard_keyscan_exmcu_get_col_value 
-0x4c3f 017717 call keyboard_clk_state_high 
-0x4c40 017718 call keyboard_keyscan_exmcu_get_col_value 
-0x4c41 017719 sub pdata ,9 ,null 
-0x4c42 017720 branch keyboard_keyscan_exmcu_start_loop ,positive 
-0x4c43 017721 call keyboard_clk_state_low 
-0x4c44 017722 call keyboard_keyscan_exmcu_get_col_value 
-0x4c45 017723 branch keyboard_clk_state_high 
-:      017725 keyboard_keyscan_exmcu_get_col_value:
-0x4c46 017726 jam 0 ,mem_keyscan_value_temp 
-0x4c47 017727 nop 50 
-0x4c48 017728 call keyboard_keyscan_get_col_value 
-0x4c49 017729 fetch 2 ,mem_keyscan_exmcu_value_ptr 
-:      017730 keyboard_keyscan_value_store:
-0x4c4a 017731 copy pdata ,contw 
-0x4c4b 017732 fetch 1 ,mem_keyscan_col_loop_count 
-0x4c4c 017733 iadd contw ,contw 
-0x4c4d 017734 fetch 1 ,mem_keyscan_value_temp 
-0x4c4e 017735 istore 1 ,contw 
-0x4c4f 017736 fetch 1 ,mem_keyscan_col_loop_count 
-0x4c50 017737 increase 1 ,pdata 
-0x4c51 017738 store 1 ,mem_keyscan_col_loop_count 
-0x4c52 017739 rtn 
-:      017742 keyboard_keyscan_get_mcu_value:
-0x4c53 017743 nop 20 
-0x4c54 017744 fetch 2 ,mem_kb_col_ptr 
-0x4c55 017745 copy pdata ,regb 
-0x4c56 017746 jam 0 ,mem_keyscan_col_loop_count 
-:      017747 keyboard_keyscan_mcu_start:
-0x4c57 017748 jam 0 ,mem_keyscan_value_temp 
-0x4c58 017749 ifetcht 1 ,regb 
-0x4c59 017750 isolate1 7 ,temp 
-0x4c5a 017751 branch keyboard_keyscan_mcu_start_loop ,true 
-0x4c5b 017752 call gpio_out_active 
-0x4c5c 017753 call keyboard_keyscan_get_col_value 
-0x4c5d 017754 ifetcht 1 ,regb 
-0x4c5e 017755 call gpio_set_high_impedance 
-:      017756 keyboard_keyscan_mcu_start_loop:
-0x4c5f 017757 increase 1 ,regb 
-0x4c60 017758 fetch 2 ,mem_keyscan_value_ptr 
-0x4c61 017759 call keyboard_keyscan_value_store 
-0x4c62 017760 sub pdata ,19 ,null 
-0x4c63 017761 branch keyboard_keyscan_mcu_start ,positive 
-0x4c64 017762 rtn 
-:      017765 keyboard_keyscan_get_col_value:
-0x4c65 017766 fetch 2 ,mem_kb_row_ptr 
-0x4c66 017767 copy pdata ,regc 
-0x4c67 017768 arg 8 ,loopcnt 
-:      017770 keyboard_keyscan_get_col_value_loop:
-0x4c68 017771 ifetcht 1 ,regc 
-0x4c69 017772 call gpio_get_bit 
-0x4c6a 017773 fetch 1 ,mem_keyscan_value_temp 
-0x4c6b 017774 rshift pdata ,pdata 
-0x4c6c 017775 setflag true ,7 ,pdata 
-0x4c6d 017776 store 1 ,mem_keyscan_value_temp 
-0x4c6e 017777 increase 1 ,regc 
-0x4c6f 017778 loop keyboard_keyscan_get_col_value_loop 
-0x4c70 017779 rtn 
-:      017780 keyboard_keyscan_reset_exmcu:
-0x4c71 017781 fetcht 1 ,mem_mcu_rstb_gpio 
-0x4c72 017782 call gpio_out_active 
-0x4c73 017783 nop 20 
-0x4c74 017784 fetcht 1 ,mem_mcu_rstb_gpio 
-0x4c75 017785 call gpio_out_inactive 
-0x4c76 017786 nop 6000 
-0x4c77 017787 rtn 
-0x4c78 017788 branch keyboard_keyscan 
-:      017789 keyboard_clk_state_high:
-0x4c79 017790 fetcht 1 ,mem_mcu_clk_gpio 
-0x4c7a 017791 branch gpio_out_inactive 
-:      017793 keyboard_clk_state_low:
-0x4c7b 017794 fetcht 1 ,mem_mcu_clk_gpio 
-0x4c7c 017795 branch gpio_out_active 
-:      017796 keyboard_gpio_config_input_pu:
-0x4c7d 017797 sub temp ,ui_button_gpio_disable ,null 
-0x4c7e 017798 rtn zero 
-0x4c7f 017799 set0 gpio_active_bit ,temp 
-0x4c80 017800 branch gpio_config_input 
-:      017801 keyboard_clk_input:
-0x4c81 017802 fetcht 1 ,mem_mcu_clk_gpio 
-0x4c82 017803 branch gpio_config_input 
-:      017805 keyboard_stb_state_high:
-0x4c83 017806 fetcht 1 ,mem_mcu_stb_gpio 
-0x4c84 017807 branch gpio_out_inactive 
-:      017809 keyboard_stb_state_low:
-0x4c85 017810 fetcht 1 ,mem_mcu_stb_gpio 
-0x4c86 017811 branch gpio_out_active 
-:      017822 keyboard_press_change_or_no_key:
-0x4c87 017823 jam 0 ,mem_same_keyvalue_timerout_flag 
-0x4c88 017824 fetch 2 ,mem_same_keyvalue_timer_init 
-0x4c89 017825 store 2 ,mem_same_keyvalue_timer 
-0x4c8a 017826 rtn 
-:      017828 keyboard_key_process:
-0x4c8b 017830 bpatch patch0a_0 ,mem_patch0a 
-0x4c8c 017831 arg mem_keyscan_value_current ,rega 
-0x4c8d 017832 arg mem_keyscan_value_check ,regb 
-0x4c8e 017833 arg 20 ,loopcnt 
-0x4c8f 017834 call string_compare 
-0x4c90 017835 nbranch keyboard_press_change_or_no_key ,zero 
-0x4c91 017836 call keyboard_keyscan_value_current_zero_check 
-0x4c92 017837 call keyboard_press_change_or_no_key ,blank 
-0x4c93 017839 call keyboard_ghost_key_check 
-0x4c94 017840 fetch 1 ,mem_mouse_ghost_flag 
-0x4c95 017841 nrtn blank 
-0x4c96 017842 fetch 1 ,mem_keyboard_commbination_key_step 
-0x4c97 017843 rtneq cammbination_key_press 
-0x4c98 017844 rtneq cammbination_key_hold 
-0x4c99 017845 rtneq cammbination_key_wait_release 
-0x4c9a 017848 jam 0 ,mem_keyscan_col_loop_count 
-0x4c9b 017849 arg mem_keyscan_value_current ,rega 
-0x4c9c 017850 arg mem_keyscan_value_old ,regb 
-:      017851 keyboard_keyvalue_process:
-0x4c9d 017852 ifetcht 1 ,rega 
-0x4c9e 017853 ifetch 1 ,regb 
-0x4c9f 017854 ixor temp ,pdata 
-0x4ca0 017855 branch keyboard_keyvalue_process_loop ,blank 
-0x4ca1 017856 store 1 ,mem_keyscan_value_temp 
-0x4ca2 017857 storet 1 ,mem_keyboard_press_flag_temp 
-0x4ca3 017858 istoret 1 ,regb 
-0x4ca4 017859 jam 1 ,mem_keyboard_data_change_flag 
-0x4ca5 017860 jam 0 ,mem_keyboard_keyvalue_bit_loop_count 
-:      017861 keyboard_keyvalue_change:
-0x4ca6 017862 fetch 1 ,mem_keyscan_value_temp 
-0x4ca7 017863 bbit0 0 ,keyboard_keyvalue_change_loop 
-0x4ca8 017864 fetch 1 ,mem_keyscan_col_loop_count 
-0x4ca9 017865 mul32 pdata ,8 ,pdata 
-0x4caa 017866 fetcht 1 ,mem_keyboard_keyvalue_bit_loop_count 
-0x4cab 017867 iadd temp ,pdata 
-0x4cac 017868 arg mem_keyboard_keyvalue_map ,contr 
-0x4cad 017869 iadd contr ,contr 
-0x4cae 017870 ifetch 1 ,contr 
-0x4caf 017871 store 1 ,mem_keyboard_keyvalue_temp 
-0x4cb0 017872 call keyboard_keyvalue_fn_replace 
-0x4cb1 017873 call keyboard_keyvalue_commbination_replace 
-0x4cb2 017874 call keyboard_keyvalue_in_out 
-:      017875 keyboard_keyvalue_change_loop:
-0x4cb3 017876 fetch 1 ,mem_keyscan_value_temp 
-0x4cb4 017877 rshift pdata ,pdata 
-0x4cb5 017878 store 1 ,mem_keyscan_value_temp 
-0x4cb6 017879 fetch 1 ,mem_keyboard_press_flag_temp 
-0x4cb7 017880 rshift pdata ,pdata 
-0x4cb8 017881 store 1 ,mem_keyboard_press_flag_temp 
-0x4cb9 017882 fetch 1 ,mem_keyboard_keyvalue_bit_loop_count 
-0x4cba 017883 increase 1 ,pdata 
-0x4cbb 017884 store 1 ,mem_keyboard_keyvalue_bit_loop_count 
-0x4cbc 017885 loop keyboard_keyvalue_change 
-:      017886 keyboard_keyvalue_process_loop:
-0x4cbd 017887 increase 1 ,rega 
-0x4cbe 017888 increase 1 ,regb 
-0x4cbf 017889 fetch 1 ,mem_keyscan_col_loop_count 
-0x4cc0 017890 increase 1 ,pdata 
-0x4cc1 017891 store 1 ,mem_keyscan_col_loop_count 
-0x4cc2 017892 sub pdata ,19 ,null 
-0x4cc3 017893 branch keyboard_keyvalue_process ,positive 
-0x4cc4 017894 rtn 
-:      017896 keyboard_keyscan_value_current_zero_check:
-0x4cc5 017897 fetch 8 ,mem_keyscan_value_current 
-0x4cc6 017898 nrtn blank 
-0x4cc7 017899 fetch 8 ,mem_keyscan_value_current + 8 
-0x4cc8 017900 nrtn blank 
-0x4cc9 017901 fetch 4 ,mem_keyscan_value_current + 16 
-0x4cca 017902 nrtn blank 
-0x4ccb 017903 jam cammbination_key_free ,mem_keyboard_commbination_key_step 
-0x4ccc 017904 rtn 
-:      017908 keyboard_ghost_key_check:
-0x4ccd 017909 bpatch patch0a_1 ,mem_patch0a 
-0x4cce 017910 jam 0 ,mem_mouse_ghost_flag 
-0x4ccf 017911 jam 0 ,mem_keyboard_all_press_key_count 
-0x4cd0 017912 arg mem_keyscan_value_current ,rega 
-0x4cd1 017913 arg 20 ,loopcnt 
-:      017914 keyboard_ghost_key_check_loop:
-0x4cd2 017915 jam 0 ,mem_keyboard_current_col_press_key_count 
-0x4cd3 017916 ifetch 1 ,rega 
-0x4cd4 017917 branch keyboard_ghost_key_check_next_loop ,blank 
-:      017918 keyboard_current_col_press_key_count_check:
-0x4cd5 017919 fetcht 1 ,mem_keyboard_current_col_press_key_count 
-0x4cd6 017920 increase 1 ,temp 
-0x4cd7 017921 storet 1 ,mem_keyboard_current_col_press_key_count 
-0x4cd8 017922 copy pdata ,temp 
-0x4cd9 017923 increase -1 ,pdata 
-0x4cda 017924 iand temp ,pdata 
-0x4cdb 017925 nbranch keyboard_current_col_press_key_count_check ,zero 
-0x4cdc 017926 fetch 1 ,mem_keyboard_current_col_press_key_count 
-0x4cdd 017927 fetcht 1 ,mem_keyboard_all_press_key_count 
-0x4cde 017928 iadd temp ,temp 
-0x4cdf 017929 storet 1 ,mem_keyboard_all_press_key_count 
-0x4ce0 017930 sub pdata ,1 ,null 
-0x4ce1 017931 branch keyboard_ghost_key_check_next_loop ,positive 
-0x4ce2 017932 sub temp ,2 ,null 
-0x4ce3 017933 branch keyboard_ghost_key_check_next_loop ,positive 
-0x4ce4 017934 jam 0 ,mem_keyscan_col_loop_count 
-0x4ce5 017935 jam 0 ,mem_keyboard_same_row_press_key_count 
-0x4ce6 017936 ifetcht 1 ,rega 
-0x4ce7 017937 arg mem_keyscan_value_current ,regb 
-:      017938 keyboard_same_row_key_check:
-0x4ce8 017939 fetch 1 ,mem_keyscan_col_loop_count 
-0x4ce9 017940 increase 1 ,pdata 
-0x4cea 017941 store 1 ,mem_keyscan_col_loop_count 
-0x4ceb 017942 sub pdata ,19 ,null 
-0x4cec 017943 nbranch keyboard_ghost_key_check_next_loop ,positive 
-0x4ced 017944 ifetch 1 ,regb 
-0x4cee 017945 iand temp ,null 
-0x4cef 017946 branch keyboard_same_row_key_check_loop ,zero 
-0x4cf0 017947 fetch 1 ,mem_keyboard_same_row_press_key_count 
-0x4cf1 017948 increase 1 ,pdata 
-0x4cf2 017949 store 1 ,mem_keyboard_same_row_press_key_count 
-0x4cf3 017950 sub pdata ,1 ,null 
-0x4cf4 017951 branch keyboard_same_row_key_check_loop ,positive 
-0x4cf5 017952 jam 1 ,mem_mouse_ghost_flag 
-0x4cf6 017953 rtn 
-:      017955 keyboard_ghost_key_check_next_loop:
-0x4cf7 017956 increase 1 ,rega 
-0x4cf8 017957 loop keyboard_ghost_key_check_loop 
-0x4cf9 017958 rtn 
-:      017960 keyboard_same_row_key_check_loop:
-0x4cfa 017961 increase 1 ,regb 
-0x4cfb 017962 branch keyboard_same_row_key_check 
-:      017970 keyboard_keyvalue_fn_replace:
-0x4cfc 017971 bpatch patch0a_2 ,mem_patch0a 
-0x4cfd 017972 fetch 1 ,mem_keyboard_press_flag_temp 
-0x4cfe 017973 ncall keyboard_commbination_delay_release_clear ,blank 
-0x4cff 017974 fetch 1 ,mem_keyboard_fn_flag 
-0x4d00 017975 ncall keyboard_keyvalue_fn_replace_press ,blank 
-0x4d01 017976 fetch 1 ,mem_keyboard_fn_first 
-0x4d02 017977 fetcht 1 ,mem_keyboard_fn_flag 
-0x4d03 017978 ixor temp ,pdata 
-0x4d04 017979 rtn zero 
-0x4d05 017980 fetch 1 ,mem_keyboard_keyvalue_temp 
-0x4d06 017981 beq hid_key_esc ,keyboard_keyvalue_fn_esc 
-0x4d07 017982 beq hid_key_delete ,keyboard_keyvalue_fn_delete 
-0x4d08 017983 sub pdata ,hid_key_f12 ,null 
-0x4d09 017984 nrtn positive 
-0x4d0a 017985 arg hid_key_f1 ,temp 
-0x4d0b 017986 isub temp ,pdata 
-0x4d0c 017987 nrtn positive 
-0x4d0d 017988 arg mem_keyboard_fn_f1 ,contr 
-0x4d0e 017989 iadd contr ,contr 
-0x4d0f 017990 ifetch 1 ,contr 
-0x4d10 017991 branch keyboard_keyvalue_store_temp 
-:      017993 keyboard_keyvalue_fn_replace_press:
-0x4d11 017994 fetch 1 ,mem_keyboard_keyvalue_temp 
-0x4d12 017995 beq hid_key_up_arrow ,keyboard_keyvalue_fn_up_arrow 
-0x4d13 017996 beq hid_key_down_arrow ,keyboard_keyvalue_fn_down_arrow 
-0x4d14 017997 beq hid_key_left_arrow ,keyboard_keyvalue_fn_left_arrow 
-0x4d15 017998 beq hid_key_right_arrow ,keyboard_keyvalue_fn_right_arrow 
-0x4d16 017999 beq hid_key_left_ctrl ,keyboard_keyvalue_fn_left_ctrl 
-0x4d17 018000 beq hid_key_space ,keyboard_keyvalue_fn_space 
-0x4d18 018001 rtn 
-:      018003 keyboard_keyvalue_fn_esc:
-0x4d19 018004 fetch 1 ,mem_keyboard_fn_esc 
-0x4d1a 018005 branch keyboard_keyvalue_store_temp 
-:      018007 keyboard_keyvalue_fn_delete:
-0x4d1b 018008 fetch 1 ,mem_keyboard_fn_del 
-0x4d1c 018009 branch keyboard_keyvalue_store_temp 
-:      018011 keyboard_keyvalue_fn_up_arrow:
-0x4d1d 018012 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
-0x4d1e 018013 rtn blank 
-0x4d1f 018014 setarg hid_key_page_up 
-0x4d20 018015 branch keyboard_keyvalue_store_temp 
-:      018017 keyboard_keyvalue_fn_down_arrow:
-0x4d21 018018 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
-0x4d22 018019 rtn blank 
-0x4d23 018020 setarg hid_key_page_down 
-0x4d24 018021 branch keyboard_keyvalue_store_temp 
-:      018023 keyboard_keyvalue_fn_left_arrow:
-0x4d25 018024 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
-0x4d26 018025 rtn blank 
-0x4d27 018026 setarg hid_key_home 
-0x4d28 018027 branch keyboard_keyvalue_store_temp 
-:      018029 keyboard_keyvalue_fn_right_arrow:
-0x4d29 018030 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
-0x4d2a 018031 rtn blank 
-0x4d2b 018032 setarg hid_key_end 
-0x4d2c 018033 branch keyboard_keyvalue_store_temp 
-:      018035 keyboard_keyvalue_fn_left_ctrl:
-0x4d2d 018036 fetch 1 ,mem_keyboard_fn_left_ctrl_enable_flag 
-0x4d2e 018037 rtn blank 
-0x4d2f 018038 fetch 1 ,mem_kb_computer_system 
-0x4d30 018039 beq system_os_windows ,keyboard_keyvalue_windows_osk 
-0x4d31 018040 setarg hid_key_os_soft_kb 
-0x4d32 018041 branch keyboard_keyvalue_store_temp 
-:      018042 keyboard_keyvalue_windows_osk:
-0x4d33 018043 setarg hid_key_osk 
-0x4d34 018044 branch keyboard_keyvalue_store_temp 
-:      018046 keyboard_keyvalue_fn_space:
-0x4d35 018047 fetch 1 ,mem_keyboard_fn_space_enable_flag 
-0x4d36 018048 rtn blank 
-0x4d37 018049 setarg hid_key_language 
-:      018050 keyboard_keyvalue_store_temp:
-0x4d38 018051 store 1 ,mem_keyboard_keyvalue_temp 
-0x4d39 018052 rtn 
-:      018058 keyboard_keyvalue_commbination_replace:
-0x4d3a 018059 bpatch patch0a_3 ,mem_patch0a 
-0x4d3b 018060 fetch 1 ,mem_keyboard_keyvalue_temp 
-0x4d3c 018061 beq hid_key_print_screen ,keyboard_commination_screen_shot_replace 
-0x4d3d 018062 beq hid_key_page_up ,keyboard_commination_pageup_replace 
-0x4d3e 018063 beq hid_key_page_down ,keyboard_commination_pagedown_replace 
-0x4d3f 018064 beq hid_key_home ,keyboard_commination_home_replace 
-0x4d40 018065 beq hid_key_end ,keyboard_commination_end_replace 
-0x4d41 018066 beq hid_key_select_all ,keyboard_commination_select_all 
-0x4d42 018067 beq hid_key_copy ,keyboard_commbination_copy 
-0x4d43 018068 beq hid_key_paste ,keyboard_commbination_paste 
-0x4d44 018069 beq hid_key_cut ,keyboard_commbination_cut 
-0x4d45 018070 beq hid_key_all_os_lock ,keyboard_commination_os_lock 
-0x4d46 018071 beq hid_key_osk ,keyboard_commbination_osk 
-0x4d47 018072 beq hid_key_language ,keyboard_commbination_language 
-0x4d48 018073 beq hid_key_app_tiling ,keyboard_commbination_app_tiling 
-0x4d49 018074 rtn 
-:      018076 keyboard_commbination_delay_release_set:
-0x4d4a 018077 fetch 1 ,mem_keyboard_press_flag_temp 
-0x4d4b 018078 nrtn blank 
-0x4d4c 018079 jam 10 ,mem_keyboard_commbination_control_key_delay_release_timer 
-0x4d4d 018080 rtn 
-:      018082 keyboard_commbination_delay_release_clear:
-0x4d4e 018083 jam 0 ,mem_keyboard_commbination_control_key_delay_release_timer 
-0x4d4f 018084 rtn 
-:      018086 keyboard_commination_screen_shot_replace:
-0x4d50 018087 fetch 1 ,mem_kb_computer_system 
-0x4d51 018088 rtneq system_os_windows 
-0x4d52 018089 rtneq system_os_andriod 
-0x4d53 018090 jam left_shift_gui ,mem_keyboard_commbination_control_key_value 
-0x4d54 018091 jam hid_key_3 ,mem_keyboard_commbination_standard_key_value 
-0x4d55 018092 branch keyboard_commbination_keypress 
-:      018094 keyboard_commination_pageup_replace:
-0x4d56 018095 jam hid_key_up_arrow ,mem_keyboard_commbination_standard_key_value 
-:      018096 keyboard_commination_ios_mac_command_commiation:
-0x4d57 018097 fetch 1 ,mem_kb_computer_system 
-0x4d58 018098 rtneq system_os_windows 
-0x4d59 018099 rtneq system_os_andriod 
-0x4d5a 018100 jam left_gui ,mem_keyboard_commbination_control_key_value 
-0x4d5b 018101 branch keyboard_commbination_keypress 
-:      018103 keyboard_commination_pagedown_replace:
-0x4d5c 018104 jam hid_key_down_arrow ,mem_keyboard_commbination_standard_key_value 
-0x4d5d 018105 branch keyboard_commination_ios_mac_command_commiation 
-:      018107 keyboard_commination_home_replace:
-0x4d5e 018108 jam hid_key_left_arrow ,mem_keyboard_commbination_standard_key_value 
-0x4d5f 018109 branch keyboard_commination_ios_mac_command_commiation 
-:      018111 keyboard_commination_end_replace:
-0x4d60 018112 jam hid_key_right_arrow ,mem_keyboard_commbination_standard_key_value 
-0x4d61 018113 branch keyboard_commination_ios_mac_command_commiation 
-:      018115 keyboard_commination_select_all:
-0x4d62 018116 jam hid_key_a ,mem_keyboard_commbination_standard_key_value 
-:      018117 keyboard_commbination_text_edit:
-0x4d63 018118 jam left_control ,mem_keyboard_commbination_control_key_value 
-0x4d64 018119 fetch 1 ,mem_kb_computer_system 
-0x4d65 018120 beq system_os_windows ,keyboard_commbination_keypress 
-0x4d66 018121 beq system_os_andriod ,keyboard_commbination_keypress 
-0x4d67 018122 jam left_gui ,mem_keyboard_commbination_control_key_value 
-0x4d68 018123 branch keyboard_commbination_keypress 
-:      018125 keyboard_commbination_copy:
-0x4d69 018126 jam hid_key_c ,mem_keyboard_commbination_standard_key_value 
-0x4d6a 018127 branch keyboard_commbination_text_edit 
-:      018129 keyboard_commbination_paste:
-0x4d6b 018130 jam hid_key_v ,mem_keyboard_commbination_standard_key_value 
-0x4d6c 018131 branch keyboard_commbination_text_edit 
-:      018133 keyboard_commbination_cut:
-0x4d6d 018134 jam hid_key_x ,mem_keyboard_commbination_standard_key_value 
-0x4d6e 018135 branch keyboard_commbination_text_edit 
-:      018137 keyboard_commination_os_lock:
-0x4d6f 018138 fetch 1 ,mem_kb_computer_system 
-0x4d70 018139 beq system_os_windows ,keyboard_commination_windows_lock 
-0x4d71 018140 beq system_os_mac ,keyboard_commination_mac_lock 
-0x4d72 018141 setarg hid_key_ios_android_os_lock 
-0x4d73 018142 branch keyboard_keyvalue_store_temp 
-:      018143 keyboard_commination_windows_lock:
-0x4d74 018144 jam left_gui ,mem_keyboard_commbination_control_key_value 
-0x4d75 018145 jam hid_key_l ,mem_keyboard_commbination_standard_key_value 
-0x4d76 018146 branch keyboard_commbination_keypress 
-:      018147 keyboard_commination_mac_lock:
-0x4d77 018148 jam left_gui_control ,mem_keyboard_commbination_control_key_value 
-0x4d78 018149 jam hid_key_q ,mem_keyboard_commbination_standard_key_value 
-0x4d79 018150 branch keyboard_commbination_keypress 
-:      018152 keyboard_commbination_osk:
-0x4d7a 018153 fetch 1 ,mem_kb_computer_system 
-0x4d7b 018154 beq system_os_windows ,keyboard_commbination_windows_osk 
-0x4d7c 018155 setarg hid_key_os_soft_kb 
-0x4d7d 018156 branch keyboard_keyvalue_store_temp 
-:      018157 keyboard_commbination_windows_osk:
-0x4d7e 018158 jam left_gui_control ,mem_keyboard_commbination_control_key_value 
-0x4d7f 018159 jam hid_key_o ,mem_keyboard_commbination_standard_key_value 
-0x4d80 018160 branch keyboard_commbination_keypress 
-:      018162 keyboard_commbination_language:
-0x4d81 018163 fetch 1 ,mem_kb_computer_system 
-0x4d82 018164 beq system_os_windows ,keyboard_commbination_language_windows 
-0x4d83 018165 beq system_os_andriod ,keyboard_commbination_language_andriod 
-0x4d84 018166 jam left_control ,mem_keyboard_commbination_control_key_value 
-:      018167 keyboard_commbination_language_next:
-0x4d85 018168 jam hid_key_space ,mem_keyboard_commbination_standard_key_value 
-0x4d86 018169 call keyboard_commbination_delay_release_set 
-0x4d87 018170 branch keyboard_commbination_keypress 
-:      018171 keyboard_commbination_language_windows:
-0x4d88 018172 jam left_gui ,mem_keyboard_commbination_control_key_value 
-0x4d89 018173 branch keyboard_commbination_language_next 
-:      018174 keyboard_commbination_language_andriod:
-0x4d8a 018175 jam left_shift ,mem_keyboard_commbination_control_key_value 
-0x4d8b 018176 branch keyboard_commbination_language_next 
-:      018178 keyboard_commbination_app_tiling:
-0x4d8c 018179 fetch 1 ,mem_kb_computer_system 
-0x4d8d 018180 beq system_os_windows ,keyboard_commbination_app_tiling_windows_android 
-0x4d8e 018181 beq system_os_andriod ,keyboard_commbination_app_tiling_windows_android 
-0x4d8f 018182 jam left_control ,mem_keyboard_commbination_control_key_value 
-0x4d90 018183 jam hid_key_up_arrow ,mem_keyboard_commbination_standard_key_value 
-0x4d91 018184 branch keyboard_commbination_keypress 
-:      018185 keyboard_commbination_app_tiling_windows_android:
-0x4d92 018186 jam left_gui ,mem_keyboard_commbination_control_key_value 
-0x4d93 018187 jam hid_key_tab ,mem_keyboard_commbination_standard_key_value 
-0x4d94 018188 branch keyboard_commbination_keypress 
-:      018190 keyboard_commbination_keypress:
-0x4d95 018191 jam 0 ,mem_keyboard_keyvalue_temp 
-0x4d96 018192 fetch 1 ,mem_keyboard_press_flag_temp 
-0x4d97 018193 bbit0 0 ,keyboard_commbination_key_wait_release_set 
-0x4d98 018194 fetch 1 ,mem_keyboard_commbination_key_step 
-0x4d99 018195 beq cammbination_key_complete ,keyboard_commbination_key_hold_set 
-:      018196 keyboard_commbination_key_press_set:
-0x4d9a 018197 jam cammbination_key_press ,mem_keyboard_commbination_key_step 
-0x4d9b 018198 rtn 
-:      018200 keyboard_commbination_key_wait_release_set:
-0x4d9c 018201 jam cammbination_key_wait_release ,mem_keyboard_commbination_key_step 
-0x4d9d 018202 rtn 
-:      018204 keyboard_commbination_key_null_set:
-0x4d9e 018205 jam cammbination_key_null ,mem_keyboard_commbination_key_step 
-0x4d9f 018206 rtn 
-:      018209 keyboard_commbination_key_value_store:
-0x4da0 018210 store 1 ,mem_keyboard_tx_data + 1 
-0x4da1 018211 storet 1 ,mem_keyboard_tx_data + 3 
-0x4da2 018212 call enable_user 
-0x4da3 018213 jam hid_reportid_key_standard ,mem_keyboard_tx_data 
-0x4da4 018214 branch keyboard_motion_data_check_next 
-:      018216 keyboard_commbination_key_press_process:
-0x4da5 018217 fetch 1 ,mem_keyboard_commbination_control_key_value 
-0x4da6 018218 arg 0 ,temp 
-0x4da7 018219 call keyboard_commbination_key_value_store 
-:      018220 keyboard_commbination_key_hold_set:
-0x4da8 018221 jam cammbination_key_hold ,mem_keyboard_commbination_key_step 
-0x4da9 018222 rtn 
-:      018224 keyboard_commbination_key_hold_process:
-0x4daa 018225 jam cammbination_key_complete ,mem_keyboard_commbination_key_step 
-0x4dab 018226 fetch 1 ,mem_keyboard_commbination_control_key_value 
-0x4dac 018227 fetcht 1 ,mem_keyboard_commbination_standard_key_value 
-0x4dad 018228 branch keyboard_commbination_key_value_store 
-:      018230 keyboard_commbination_key_wait_release_process:
-0x4dae 018231 jam hid_reportid_key_standard ,mem_keyboard_tx_data 
-0x4daf 018232 fetch 1 ,mem_keyboard_commbination_control_key_value 
-0x4db0 018233 arg 0 ,temp 
-0x4db1 018234 call keyboard_commbination_key_value_store 
-0x4db2 018235 fetch 1 ,mem_keyboard_commbination_control_key_delay_release_timer 
-0x4db3 018236 branch keyboard_commbination_key_null_set ,blank 
-:      018237 keyboard_commbination_key_release_set:
-0x4db4 018238 jam cammbination_key_release ,mem_keyboard_commbination_key_step 
-0x4db5 018239 rtn 
-:      018241 keyboard_commbination_key_release_process:
-0x4db6 018242 branch keyboard_commbination_key_value_store + 2 
-:      018244 keyboard_commbination_key_null_process:
-0x4db7 018245 jam cammbination_key_free ,mem_keyboard_commbination_key_step 
-0x4db8 018246 arg 0 ,pdata 
-0x4db9 018247 arg 0 ,temp 
-0x4dba 018248 branch keyboard_commbination_key_value_store 
-:      018252 keyboard_keyvalue_in_out:
-0x4dbb 018253 bpatch patch0a_4 ,mem_patch0a 
-0x4dbc 018254 fetch 1 ,mem_keyboard_keyvalue_temp 
-0x4dbd 018255 sub pdata ,hid_key_right_gui ,null 
-0x4dbe 018256 branch keyboard_keyvalue_standard ,positive 
-0x4dbf 018257 jam keyboard_consumer_key_press ,mem_keyboard_consumer_key_status 
-0x4dc0 018258 fetch 1 ,mem_keyboard_press_flag_temp 
-0x4dc1 018259 bbit1 0 ,keyboard_keyvalue_standard 
-0x4dc2 018260 jam keyboard_consumer_key_release ,mem_keyboard_consumer_key_status 
-:      018261 keyboard_keyvalue_standard:
-0x4dc3 018262 jam 0 ,mem_keyboard_keyvalue_buffer + 8 
-0x4dc4 018263 fetch 1 ,mem_keyboard_press_flag_temp 
-0x4dc5 018264 bbit1 0 ,keyboard_keyvalue_standard_in 
-:      018265 keyboard_keyvalue_standard_out:
-0x4dc6 018266 fetcht 1 ,mem_keyboard_keyvalue_temp 
-0x4dc7 018267 arg 6 ,loopcnt 
-0x4dc8 018268 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
-:      018269 keyboard_keyvalue_standard_out_loop:
-0x4dc9 018270 ifetch 1 ,contr 
-0x4dca 018271 branch keyboard_keyvalue_standard_out_next + 1 ,blank 
-0x4dcb 018272 isub temp ,null 
-0x4dcc 018273 nbranch keyboard_keyvalue_standard_out_next ,zero 
-0x4dcd 018274 ifetch 1 ,contr 
-0x4dce 018275 increase -2 ,contr 
-0x4dcf 018276 istore 1 ,contr 
-0x4dd0 018277 rtn blank 
-0x4dd1 018278 increase 1 ,contr 
-0x4dd2 018279 istoret 1 ,contr 
-:      018280 keyboard_keyvalue_standard_out_next:
-0x4dd3 018281 loop keyboard_keyvalue_standard_out_loop 
-0x4dd4 018282 sub temp ,hid_key_right_gui ,null 
-0x4dd5 018283 nrtn positive 
-0x4dd6 018284 sub temp ,0xbf ,null 
-0x4dd7 018285 rtn positive 
-:      018286 keyboard_keyvalue_control_key_out:
-0x4dd8 018287 and temp ,0x07 ,queue 
-0x4dd9 018288 fetch 1 ,mem_keyboard_keyvalue_buffer 
-0x4dda 018289 qset0 pdata 
-0x4ddb 018290 store 1 ,mem_keyboard_keyvalue_buffer 
-0x4ddc 018291 rtn 
-:      018293 keyboard_keyvalue_standard_in:
-0x4ddd 018294 fetcht 1 ,mem_keyboard_keyvalue_temp 
-0x4dde 018295 arg 6 ,loopcnt 
-0x4ddf 018296 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
-:      018297 keyboard_keyvalue_standard_in_loop:
-0x4de0 018298 ifetch 1 ,contr 
-0x4de1 018299 branch keyboard_keyvalue_standard_in_data ,blank 
-0x4de2 018300 isub temp ,null 
-0x4de3 018301 rtn zero 
-0x4de4 018302 loop keyboard_keyvalue_standard_in_loop 
-0x4de5 018303 sub temp ,hid_key_right_gui ,null 
-0x4de6 018304 nrtn positive 
-0x4de7 018305 sub temp ,0xbf ,null 
-0x4de8 018306 rtn positive 
-:      018307 keyboard_keyvalue_control_key_in:
-0x4de9 018308 and temp ,0x07 ,queue 
-0x4dea 018309 fetch 1 ,mem_keyboard_keyvalue_buffer 
-0x4deb 018310 qset1 pdata 
-0x4dec 018311 store 1 ,mem_keyboard_keyvalue_buffer 
-0x4ded 018312 rtn 
-:      018314 keyboard_keyvalue_standard_in_data:
-0x4dee 018315 sub temp ,hid_key_right_gui ,null 
-0x4def 018316 nbranch keyboard_keyvalue_standard_in_data_next ,positive 
-0x4df0 018317 sub temp ,0xbf ,null 
-0x4df1 018318 nbranch keyboard_keyvalue_control_key_in ,positive 
-:      018319 keyboard_keyvalue_standard_in_data_next:
-0x4df2 018320 increase -1 ,contr 
-0x4df3 018321 istoret 1 ,contr 
-0x4df4 018322 rtn 
-:      018326 keyboard_special_key_check:
-0x4df5 018327 bpatch patch0a_5 ,mem_patch0a 
-0x4df6 018328 call keyboard_pairing_button_check 
-0x4df7 018329 jam 0 ,mem_keyboard_fn_flag 
-0x4df8 018330 jam 0 ,mem_keyboard_control_key_flag 
-0x4df9 018331 jam 0 ,mem_keyboard_bt_button_flag 
-0x4dfa 018332 fetch 1 ,mem_keyboard_keyvalue_buffer 
-0x4dfb 018333 ncall keyborad_control_key_set ,blank 
-0x4dfc 018334 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
-0x4dfd 018335 arg 6 ,loopcnt 
-:      018336 keyboard_special_key_check_loop:
-0x4dfe 018337 ifetch 1 ,contr 
-0x4dff 018338 sub pdata ,hid_key_fn ,null 
-0x4e00 018339 call keyboard_fn_set ,zero 
-0x4e01 018340 sub pdata ,hid_key_pb ,null 
-0x4e02 018341 call keyboard_pb_set ,zero 
-0x4e03 018342 loop keyboard_special_key_check_loop 
-0x4e04 018343 fetch 1 ,mem_device_flag 
-0x4e05 018344 beq mode_24g_device ,keyboard_special_key_check_24g 
-:      018345 keyboard_special_key_check_bluetooth:
-0x4e06 018346 call keyboard_commbination_fast_conn_bt_check 
-0x4e07 018347 fetch 1 ,mem_keyboard_pairing_type 
-0x4e08 018348 branch keyboard_enable_bt_button_pairing ,blank 
-0x4e09 018349 fetch 2 ,mem_keyboard_keyvalue_buffer + 2 
-0x4e0a 018350 fetcht 2 ,mem_keyboard_commbination_key_bt 
-0x4e0b 018351 isub temp ,null 
-0x4e0c 018352 branch keyboard_long_button_bt_discovery ,zero 
-0x4e0d 018353 byteswap temp ,temp 
-0x4e0e 018354 isub temp ,null 
-0x4e0f 018355 branch keyboard_long_button_bt_discovery ,zero 
-0x4e10 018356 rtn 
-:      018357 keyboard_special_key_check_24g:
-0x4e11 018358 fetch 1 ,mem_keyboard_pairing_type 
-0x4e12 018359 branch keyboard_enable_bt_button_pairing ,blank 
-0x4e13 018360 branch keyboard_commbination_pairing_24g_check 
-:      018362 keyboard_pairing_button_check:
-0x4e14 018363 fetch 1 ,mem_keyboard_pairing_type 
-0x4e15 018364 nrtn blank 
-0x4e16 018365 fetcht 1 ,mem_config_select_device_button_gpio 
-0x4e17 018366 sub temp ,ui_button_gpio_disable ,null 
-0x4e18 018367 rtn zero 
-0x4e19 018368 call gpio_get_bit 
-0x4e1a 018369 nbranch keyboard_pairing_button_release ,true 
-0x4e1b 018370 arg 8 ,loopcnt 
-0x4e1c 018371 arg mem_keyboard_keyvalue_buffer ,contw 
-0x4e1d 018372 call clear_mem 
-0x4e1e 018373 jam hid_key_pb ,mem_keyboard_keyvalue_buffer + 2 
-0x4e1f 018374 rtn 
-:      018376 keyboard_pairing_button_release:
-0x4e20 018377 fetch 1 ,mem_keyboard_keyvalue_buffer + 2 
-0x4e21 018378 rtnne hid_key_pb 
-0x4e22 018379 jam hid_key_null ,mem_keyboard_keyvalue_buffer + 2 
-0x4e23 018380 rtn 
-:      018382 keyboard_enable_bt_button_pairing:
-0x4e24 018383 bpatch patch0a_6 ,mem_patch0a 
-0x4e25 018384 fetch 1 ,mem_keyboard_bt_button_flag 
-0x4e26 018385 rtn blank 
-0x4e27 018386 fetch 1 ,mem_device_flag 
-0x4e28 018387 beq mode_24g_device ,keyboard_24g_start_pair_mode 
-:      018388 keyboard_long_button_bt_discovery:
-0x4e29 018390 jam 0 ,mem_keyboard_data_change_flag 
-0x4e2a 018391 fetch 1 ,mem_device_flag 
-0x4e2b 018392 rtneq mode_24g_device 
-0x4e2c 018393 fetch mouse_flag_len ,mem_mouse_flag 
-0x4e2d 018394 rtnbit1 mouse_bt_discovery_button_long_down_flag 
-0x4e2e 018395 arg mouse_bt_discovery_button_long_down_flag ,queue 
-0x4e2f 018396 call mouse_enable_function_flag 
-0x4e30 018397 call app_evt_button_long_pressed 
-0x4e31 018398 branch keyboard_bb_event_discovery_btn 
-:      018402 keyboard_commbination_pairing_24g_check:
-0x4e32 018403 fetch 2 ,mem_keyboard_keyvalue_buffer + 2 
-0x4e33 018404 fetcht 2 ,mem_keyboard_commbination_key_24g 
-0x4e34 018405 isub temp ,null 
-0x4e35 018406 branch keyboard_24g_start_pair_mode ,zero 
-0x4e36 018407 byteswap temp ,temp 
-0x4e37 018408 isub temp ,null 
-0x4e38 018409 nrtn zero 
-:      018410 keyboard_24g_start_pair_mode:
-0x4e39 018411 call keyboard_pairing_check_otp_offset 
-0x4e3a 018412 jam 0 ,mem_keyboard_data_change_flag 
-0x4e3b 018413 fetch 2 ,mem_24g_pair_timeout 
-0x4e3c 018414 nrtn blank 
-0x4e3d 018415 setarg 0 
-0x4e3e 018416 store 2 ,mem_mouse_no_data_timer 
-0x4e3f 018417 call keyboard_capslock_led_off 
-0x4e40 018418 branch mouse_24g_start_pair_mode 
-:      018421 keyborad_control_key_set:
-0x4e41 018422 jam 1 ,mem_keyboard_control_key_flag 
-0x4e42 018423 rtn 
-:      018425 keyboard_fn_set:
-0x4e43 018426 jam 1 ,mem_keyboard_fn_flag 
-0x4e44 018427 rtn 
-:      018429 keyboard_pb_set:
-0x4e45 018430 jam 1 ,mem_keyboard_bt_button_flag 
-0x4e46 018431 rtn 
-:      018436 keyboard_motion:
-0x4e47 018437 bpatch patch0a_7 ,mem_patch0a 
-0x4e48 018438 disable user 
-0x4e49 018439 jam 0 ,mem_customer_key 
-0x4e4a 018440 jam 0 ,mem_customer_data_trigger 
-0x4e4b 018441 jam 0 ,mem_customer_data_trigger_last 
-0x4e4c 018442 fetch 1 ,mem_keyboard_commbination_key_step 
-0x4e4d 018443 beq cammbination_key_press ,keyboard_commbination_key_press_process 
-0x4e4e 018444 beq cammbination_key_hold ,keyboard_commbination_key_hold_process 
-0x4e4f 018445 beq cammbination_key_complete ,keyboard_commbination_key_hold_process 
-0x4e50 018446 beq cammbination_key_wait_release ,keyboard_commbination_key_wait_release_process 
-0x4e51 018447 beq cammbination_key_null ,keyboard_commbination_key_null_process 
-0x4e52 018448 fetch 1 ,mem_keyboard_data_change_flag 
-0x4e53 018449 branch keyboard_no_key_press ,blank 
-0x4e54 018450 increase -1 ,pdata 
-0x4e55 018451 store 1 ,mem_keyboard_data_change_flag 
-0x4e56 018452 call keyboard_current_mult_update 
-0x4e57 018453 jam 10 ,mem_keyboard_led_status_get_timer 
-0x4e58 018454 call mouse_no_data_timer_init 
-0x4e59 018455 fetch 1 ,mem_keyboard_commbination_key_step 
-0x4e5a 018456 beq cammbination_key_release ,keyboard_commbination_key_release_process 
-0x4e5b 018457 arg mem_keyboard_tx_data ,contw 
-0x4e5c 018458 arg 10 ,loopcnt 
-0x4e5d 018459 call clear_mem 
-0x4e5e 018460 call keyboard_motion_data_check 
-0x4e5f 018461 jam 0 ,mem_keyboard_data_send_flag 
-0x4e60 018462 rtn 
-:      018464 keyboard_current_mult_update:
-0x4e61 018465 jam 3 ,mem_lpm_mult 
-0x4e62 018466 jam 10 ,mem_mouse_current_mult_timer 
-0x4e63 018467 rtn 
-:      018471 keyboard_no_key_press:
-0x4e64 018472 fetch 1 ,mem_device_flag 
-0x4e65 018473 rtneq mode_bt_device1 
-0x4e66 018474 fetch 1 ,mem_keyboard_led_status_get 
-0x4e67 018475 rtn blank 
-0x4e68 018476 fetch 1 ,mem_24g_repeat_send_flag 
-0x4e69 018477 nrtn blank 
-0x4e6a 018478 fetcht 1 ,mem_keyboard_led_status_get_timer_last 
-0x4e6b 018479 fetch 1 ,mem_keyboard_led_status_get_timer 
-0x4e6c 018480 isub temp ,null 
-0x4e6d 018481 store 1 ,mem_keyboard_led_status_get_timer_last 
-0x4e6e 018482 rtn zero 
-0x4e6f 018483 arg mem_keyboard_tx_data ,contw 
-0x4e70 018484 arg 10 ,loopcnt 
-0x4e71 018485 call clear_mem 
-0x4e72 018486 call enable_user 
-0x4e73 018487 branch keyboard_motion_data_check_next 
-:      018491 keyboard_motion_data_check:
-0x4e74 018492 fetch 1 ,mem_keyboard_consumer_key_status 
-0x4e75 018493 beq keyboard_consumer_key_release ,keyboard_value_consumer_release 
-0x4e76 018494 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
-0x4e77 018495 arg 6 ,loopcnt 
-:      018496 keyboard_value_tpye_check:
-0x4e78 018497 ifetch 1 ,contr 
-0x4e79 018498 sub pdata ,hid_key_right_gui ,null 
-0x4e7a 018499 nbranch keyboard_value_tpye_consumer_set ,positive 
-:      018500 keyboard_value_tpye_check_loop:
-0x4e7b 018501 loop keyboard_value_tpye_check 
-0x4e7c 018503 fetch 1 ,mem_keyboard_all_press_key_count 
-0x4e7d 018504 call keyboard_value_release_all_key ,blank 
-0x4e7e 018505 jam hid_reportid_key_standard ,mem_keyboard_tx_data 
-0x4e7f 018506 fetch 1 ,mem_keyboard_keyvalue_buffer + 2 
-0x4e80 018507 sub pdata ,hid_key_fn ,null 
-0x4e81 018508 branch keyboard_tx_data_skip_fn ,zero 
-0x4e82 018509 arg mem_keyboard_keyvalue_buffer ,contr 
-0x4e83 018510 arg mem_keyboard_tx_data + 1 ,contw 
-0x4e84 018511 arg 8 ,loopcnt 
-:      018512 keyboard_tx_data_store:
-0x4e85 018513 ifetch 1 ,contr 
-0x4e86 018514 beq hid_key_fn ,keyboard_tx_data_clear_fn 
-:      018515 keyboard_tx_data_store_loop:
-0x4e87 018516 istore 1 ,contw 
-0x4e88 018517 loop keyboard_tx_data_store 
-:      018519 keyboard_motion_data_check_next:
-0x4e89 018520 call keyboard_device_data_tpye_check 
-0x4e8a 018522 fetch 1 ,mem_keyboard_data_send_flag 
-0x4e8b 018523 beq device_data_tpye_mouse ,enable_user 
-0x4e8c 018524 beq device_data_tpye_standard_keyboard ,device_send_keyboard_data 
-0x4e8d 018525 beq device_data_tpye_nonstarndard_keyboard ,device_send_keyboard_data 
-0x4e8e 018526 beq device_data_tpye_consumer ,device_send_keyboard_data 
-0x4e8f 018527 beq device_data_tpye_system_conctol ,device_send_keyboard_data 
-:      018528 device_send_keyboard_data:
-0x4e90 018529 call mouse_customerkey_press 
-0x4e91 018530 branch enable_user 
-:      018532 keyboard_value_release_all_key:
-0x4e92 018533 arg mem_keyboard_keyvalue_buffer ,contw 
-0x4e93 018534 arg 9 ,loopcnt 
-0x4e94 018535 branch clear_mem 
-:      018538 keyboard_tx_data_skip_fn:
-0x4e95 018539 fetch 2 ,mem_keyboard_keyvalue_buffer 
-0x4e96 018540 store 2 ,mem_keyboard_tx_data + 1 
-0x4e97 018541 fetch 6 ,mem_keyboard_keyvalue_buffer + 3 
-0x4e98 018542 store 6 ,mem_keyboard_tx_data + 3 
-0x4e99 018543 branch keyboard_motion_data_check_next 
-:      018545 keyboard_tx_data_clear_fn:
-0x4e9a 018546 setarg 0 
-0x4e9b 018547 branch keyboard_tx_data_store_loop 
-:      018550 keyboard_value_tpye_consumer_set:
-0x4e9c 018551 copy pdata ,temp 
-0x4e9d 018552 bpatch patch0b_0 ,mem_patch0b 
-0x4e9e 018553 copy temp ,pdata 
-0x4e9f 018554 jam hid_reportid_consumer_key ,mem_keyboard_tx_data 
-0x4ea0 018555 fetcht 1 ,mem_keyboard_all_press_key_count 
-0x4ea1 018556 sub temp ,hid_key_null ,null 
-0x4ea2 018557 branch keyboard_value_consumer_all_key_release ,zero 
-0x4ea3 018558 beq hid_key_multikey_media ,keyboard_value_media 
-0x4ea4 018559 beq hid_key_multikey_paly ,keyboard_value_play 
-0x4ea5 018560 beq hid_key_multikey_stop ,keyboard_value_stop 
-0x4ea6 018561 beq hid_key_multikey_pre_track ,keyboard_value_pre_track 
-0x4ea7 018562 beq hid_key_multikey_next_track ,keyboard_value_next_track 
-0x4ea8 018563 beq hid_key_multikey_vol_down ,keyboard_value_vol_down 
-0x4ea9 018564 beq hid_key_multikey_vol_up ,keyboard_value_vol_up 
-0x4eaa 018565 beq hid_key_multikey_mute ,keyboard_value_mute 
-0x4eab 018566 beq hid_key_my_computer ,keyboard_value_my_computer 
-0x4eac 018567 beq hid_key_mail ,keyboard_value_mail 
-0x4ead 018568 beq hid_key_calculator ,keyboard_value_calculator 
-0x4eae 018569 beq hid_key_light_down ,keyboard_value_light_down 
-0x4eaf 018570 beq hid_key_light_up ,keyboard_value_light_up 
-0x4eb0 018571 beq hid_key_ac_favorites ,keyboard_value_ac_favorites 
-0x4eb1 018572 beq hid_key_ac_forward ,keyboard_value_ac_forward 
-0x4eb2 018573 beq hid_key_ac_back ,keyboard_value_ac_back 
-0x4eb3 018574 beq hid_key_ac_stop ,keyboard_value_ac_stop 
-0x4eb4 018575 beq hid_key_ac_refresh ,keyboard_value_ac_refresh 
-0x4eb5 018576 beq hid_key_ac_search ,keyboard_value_ac_search 
-0x4eb6 018577 beq hid_key_ac_home ,keyboard_value_ac_home 
-0x4eb7 018578 beq hid_key_ios_android_os_lock ,keyboard_value_os_lock 
-0x4eb8 018579 beq hid_key_os_soft_kb ,keyboard_value_os_soft_kb 
-0x4eb9 018580 beq hid_key_system_sleep ,keyboard_value_system_sleep 
-0x4eba 018581 branch keyboard_motion_data_check_next 
-:      018583 keyboard_value_media:
-0x4ebb 018584 setarg 0x0183 
-0x4ebc 018585 store 2 ,mem_keyboard_tx_data + 1 
-0x4ebd 018586 branch keyboard_motion_data_check_next 
-:      018587 keyboard_value_play:
-0x4ebe 018588 setarg 0x00cd 
-0x4ebf 018589 store 2 ,mem_keyboard_tx_data + 1 
-0x4ec0 018590 branch keyboard_motion_data_check_next 
-:      018591 keyboard_value_stop:
-0x4ec1 018592 setarg 0x00b7 
-0x4ec2 018593 store 2 ,mem_keyboard_tx_data + 1 
-0x4ec3 018594 branch keyboard_motion_data_check_next 
-:      018595 keyboard_value_pre_track:
-0x4ec4 018596 setarg 0x00b6 
-0x4ec5 018597 store 2 ,mem_keyboard_tx_data + 1 
-0x4ec6 018598 branch keyboard_motion_data_check_next 
-:      018599 keyboard_value_next_track:
-0x4ec7 018600 setarg 0x00b5 
-0x4ec8 018601 store 2 ,mem_keyboard_tx_data + 1 
-0x4ec9 018602 branch keyboard_motion_data_check_next 
-:      018603 keyboard_value_vol_down:
-0x4eca 018604 setarg 0x00ea 
-0x4ecb 018605 store 2 ,mem_keyboard_tx_data + 1 
-0x4ecc 018606 branch keyboard_motion_data_check_next 
-:      018607 keyboard_value_vol_up:
-0x4ecd 018608 setarg 0x00e9 
-0x4ece 018609 store 2 ,mem_keyboard_tx_data + 1 
-0x4ecf 018610 branch keyboard_motion_data_check_next 
-:      018611 keyboard_value_mute:
-0x4ed0 018612 setarg 0x00e2 
-0x4ed1 018613 store 2 ,mem_keyboard_tx_data + 1 
-0x4ed2 018614 branch keyboard_motion_data_check_next 
-:      018615 keyboard_value_my_computer:
-0x4ed3 018616 setarg 0x0194 
-0x4ed4 018617 store 2 ,mem_keyboard_tx_data + 1 
-0x4ed5 018618 branch keyboard_motion_data_check_next 
-:      018619 keyboard_value_mail:
-0x4ed6 018620 setarg 0x018a 
-0x4ed7 018621 store 2 ,mem_keyboard_tx_data + 1 
-0x4ed8 018622 branch keyboard_motion_data_check_next 
-:      018623 keyboard_value_calculator:
-0x4ed9 018624 setarg 0x0192 
-0x4eda 018625 store 2 ,mem_keyboard_tx_data + 1 
-0x4edb 018626 branch keyboard_motion_data_check_next 
-:      018627 keyboard_value_light_down:
-0x4edc 018628 setarg 0x0070 
-0x4edd 018629 store 2 ,mem_keyboard_tx_data + 1 
-0x4ede 018630 branch keyboard_motion_data_check_next 
-:      018631 keyboard_value_light_up:
-0x4edf 018632 setarg 0x006f 
-0x4ee0 018633 store 2 ,mem_keyboard_tx_data + 1 
-0x4ee1 018634 branch keyboard_motion_data_check_next 
-:      018635 keyboard_value_ac_favorites:
-0x4ee2 018636 setarg 0x022a 
-0x4ee3 018637 store 2 ,mem_keyboard_tx_data + 1 
-0x4ee4 018638 branch keyboard_motion_data_check_next 
-:      018639 keyboard_value_ac_forward:
-0x4ee5 018640 setarg 0x0225 
-0x4ee6 018641 store 2 ,mem_keyboard_tx_data + 1 
-0x4ee7 018642 branch keyboard_motion_data_check_next 
-:      018643 keyboard_value_ac_back:
-0x4ee8 018644 setarg 0x0224 
-0x4ee9 018645 store 2 ,mem_keyboard_tx_data + 1 
-0x4eea 018646 branch keyboard_motion_data_check_next 
-:      018647 keyboard_value_ac_stop:
-0x4eeb 018648 setarg 0x0226 
-0x4eec 018649 store 2 ,mem_keyboard_tx_data + 1 
-0x4eed 018650 branch keyboard_motion_data_check_next 
-:      018651 keyboard_value_ac_refresh:
-0x4eee 018652 setarg 0x0227 
-0x4eef 018653 store 2 ,mem_keyboard_tx_data + 1 
-0x4ef0 018654 branch keyboard_motion_data_check_next 
-:      018655 keyboard_value_ac_search:
-0x4ef1 018656 fetch 1 ,mem_kb_computer_system 
-0x4ef2 018657 beq system_os_ios ,keyboard_value_ac_home 
-0x4ef3 018658 beq system_os_mac ,keyboard_value_ac_home 
-0x4ef4 018659 setarg 0x0221 
-0x4ef5 018660 store 2 ,mem_keyboard_tx_data + 1 
-0x4ef6 018661 branch keyboard_motion_data_check_next 
-:      018662 keyboard_value_ac_home:
-0x4ef7 018663 setarg 0x0223 
-0x4ef8 018664 store 2 ,mem_keyboard_tx_data + 1 
-0x4ef9 018665 branch keyboard_motion_data_check_next 
-:      018666 keyboard_value_os_lock:
-0x4efa 018667 setarg 0x0030 
-0x4efb 018668 store 2 ,mem_keyboard_tx_data + 1 
-0x4efc 018669 branch keyboard_motion_data_check_next 
-:      018670 keyboard_value_os_soft_kb:
-0x4efd 018671 fetch 1 ,mem_kb_computer_system 
-0x4efe 018672 beq system_os_andriod ,keyboard_value_os_soft_kb_andriod 
-0x4eff 018673 setarg 0x01ae 
-0x4f00 018674 store 2 ,mem_keyboard_tx_data + 1 
-0x4f01 018675 branch keyboard_motion_data_check_next 
-:      018676 keyboard_value_os_soft_kb_andriod:
-0x4f02 018677 setarg 0x0307 
-0x4f03 018678 store 2 ,mem_keyboard_tx_data + 1 
-0x4f04 018679 branch keyboard_motion_data_check_next 
-:      018681 keyboard_value_consumer_all_key_release:
-:      018682 keyboard_value_consumer_release:
-0x4f05 018683 jam 2 ,mem_keyboard_data_change_flag 
-0x4f06 018684 fetch 1 ,mem_keyboard_all_press_key_count 
-0x4f07 018685 call keyboard_value_release_all_key ,blank 
-0x4f08 018686 jam keyboard_consumer_key_standby ,mem_keyboard_consumer_key_status 
-0x4f09 018687 setarg 0x03 
-0x4f0a 018688 store 3 ,mem_keyboard_tx_data 
-0x4f0b 018689 branch keyboard_motion_data_check_next 
-:      018690 keyboard_value_system_sleep:
-0x4f0c 018691 jam hid_reportid_system_ctrl ,mem_keyboard_tx_data 
-0x4f0d 018692 setarg 0x02 
-0x4f0e 018693 store 1 ,mem_keyboard_tx_data + 1 
-0x4f0f 018694 branch keyboard_motion_data_check_next 
-:      018701 keyboard_device_data_tpye_check:
-0x4f10 018702 bpatch patch0b_1 ,mem_patch0b 
-0x4f11 018703 fetch 1 ,mem_device_flag 
-0x4f12 018704 bne mode_24g_device ,keyboard_device_data_tpye_check_next 
-0x4f13 018705 jam 0 ,mem_24g_repeat_send_flag 
-0x4f14 018706 fetch 2 ,mem_keyboard_tx_data 
-0x4f15 018707 ncall keyboard_set_repeat_send_flag ,blank 
-0x4f16 018708 fetch 6 ,mem_keyboard_tx_data + 3 
-0x4f17 018709 ncall keyboard_set_repeat_send_flag ,blank 
-:      018711 keyboard_device_data_tpye_check_next:
-0x4f18 018712 fetch 1 ,mem_keyboard_tx_data 
-0x4f19 018713 beq hid_reportid_key_standard ,keyboard_standard_data_send 
-0x4f1a 018714 beq hid_reportid_mouse ,keyboard_mouse_data_send 
-0x4f1b 018715 beq hid_reportid_consumer_key ,keyboard_consumer_data_send 
-0x4f1c 018716 beq hid_reportid_system_ctrl ,keyboard_system_control_data_send 
-0x4f1d 018717 rtn 
-:      018719 keyboard_mouse_data_send:
-0x4f1e 018720 jam device_data_tpye_mouse ,mem_keyboard_data_send_flag 
-0x4f1f 018721 arg mem_keyboard_tx_data ,contr 
-0x4f20 018722 arg mem_mouse_key ,contw 
-0x4f21 018723 arg 7 ,loopcnt 
-0x4f22 018724 branch memcpy 
-:      018726 keyboard_standard_data_send:
-0x4f23 018727 jam device_data_tpye_standard_keyboard ,mem_keyboard_data_send_flag 
-0x4f24 018728 call keyboard_clear_key_data 
-0x4f25 018729 fetch 1 ,mem_device_flag 
-0x4f26 018730 beq mode_bt_device1 ,keyboard_standard_data_send_end 
-0x4f27 018731 call keyboard_24g_led_get_status_check 
-0x4f28 018732 fetch 1 ,mem_keyboard_led_status_get 
-0x4f29 018733 store 1 ,mem_keyboard_tx_data + 2 
-:      018734 keyboard_standard_data_send_end:
-0x4f2a 018735 arg mem_keyboard_tx_data ,contr 
-0x4f2b 018736 arg mem_customer_key_press ,contw 
-0x4f2c 018737 arg 9 ,loopcnt 
-0x4f2d 018738 branch memcpy 
-:      018740 keyboard_consumer_data_send:
-0x4f2e 018741 jam device_data_tpye_consumer ,mem_keyboard_data_send_flag 
-0x4f2f 018742 call keyboard_clear_key_data 
-0x4f30 018743 setarg 0x03 
-0x4f31 018744 call mouse_customer_media_key_set 
-0x4f32 018745 arg mem_keyboard_tx_data + 1 ,contr 
-0x4f33 018746 arg mem_customer_key_press + 1 ,contw 
-0x4f34 018747 arg 2 ,loopcnt 
-0x4f35 018748 branch memcpy 
-:      018750 keyboard_system_control_data_send:
-0x4f36 018751 jam device_data_tpye_system_conctol ,mem_keyboard_data_send_flag 
-0x4f37 018752 call keyboard_clear_key_data 
-0x4f38 018753 setarg 0x02 
-0x4f39 018754 store 8 ,mem_customer_key_press 
-0x4f3a 018755 store 8 ,mem_customer_key_release 
-0x4f3b 018756 fetch 1 ,mem_keyboard_tx_data + 1 
-0x4f3c 018757 store 1 ,mem_customer_key_press + 1 
-0x4f3d 018758 rtn 
-:      018761 keyboard_clear_key_data:
-0x4f3e 018762 arg 18 ,loopcnt 
-0x4f3f 018763 arg mem_customer_key_press ,contw 
-0x4f40 018764 branch clear_mem 
-:      018769 keyboard_lpm_before_common:
-0x4f41 018770 call clear_wake 
-0x4f42 018771 call mouse_wheel_check 
-0x4f43 018772 fetcht 1 ,mem_whee_a_data_gpio 
-0x4f44 018773 call gpio_set_wake_by_current_state 
-0x4f45 018774 fetcht 1 ,mem_whee_b_data_gpio 
-0x4f46 018775 call gpio_set_wake_by_current_state 
-0x4f47 018777 fetcht 1 ,mem_config_select_device_button_gpio 
-0x4f48 018778 call gpio_set_wake 
-0x4f49 018780 fetch 2 ,mem_kb_col_ptr 
-0x4f4a 018781 copy pdata ,regb 
-0x4f4b 018782 arg 20 ,loopcnt 
-:      018783 keyboard_key_col_wake_init:
-0x4f4c 018784 ifetcht 1 ,regb 
-0x4f4d 018785 isolate1 7 ,temp 
-0x4f4e 018786 ncall gpio_out_active ,true 
-0x4f4f 018787 increase 1 ,regb 
-0x4f50 018788 loop keyboard_key_col_wake_init 
-0x4f51 018790 fetch 2 ,mem_kb_row_ptr 
-0x4f52 018791 copy pdata ,regb 
-0x4f53 018792 arg 8 ,loopcnt 
-:      018793 keyboard_key_row_wake_init:
-0x4f54 018794 ifetcht 1 ,regb 
-0x4f55 018795 sub temp ,ui_button_gpio_disable ,null 
-0x4f56 018796 ncall gpio_set_wake_by_current_state ,zero 
-0x4f57 018797 increase 1 ,regb 
-0x4f58 018798 loop keyboard_key_row_wake_init 
-0x4f59 018799 rtn 
-:      018801 keyboard_key_row_wake_set:
-0x4f5a 018802 fetch 1 ,mem_same_keyvalue_timerout_flag 
-0x4f5b 018803 branch gpio_set_wake ,blank 
-0x4f5c 018804 branch gpio_set_wake_by_current_state 
-:      018805 keyboard_process_lpm_before:
-0x4f5d 018806 rtnmark1 mark_24g 
-0x4f5e 018807 call keyboard_lpm_before_common 
-0x4f5f 018808 fetch 1 ,mem_lpm_current_mult 
-0x4f60 018809 nrtn blank 
-0x4f61 018810 branch gpio_clr_wake 
-:      018811 keyboard_before_hibernate:
-0x4f62 018812 bpatch patch0b_2 ,mem_patch0b 
-0x4f63 018813 jam 0xff ,mem_sensor_motion_gpio 
-0x4f64 018814 call disable_authrom 
-0x4f65 018815 call keyboard_device_led_all_off 
-0x4f66 018816 call mouse_before_hibernate_wheel_gpio_set 
-0x4f67 018817 call mouse_setgpio_hibernate 
-0x4f68 018818 call mouse_flash_power_down 
-0x4f69 018819 fetcht 1 ,mem_sensor_motion_gpio 
-0x4f6a 018820 branch gpio_clr_wake 
-:      018822 keyboard_power_down:
-0x4f6b 018823 call keyboard_device_led_all_off 
-:      018824 keyboard_app_enter_hibernate:
-0x4f6c 018825 bpatch patch0b_3 ,mem_patch0b 
-0x4f6d 018826 call keyboard_setgpio_hibernate 
-0x4f6e 018827 call ice_break 
-0x4f6f 018828 branch app_enter_hibernate 
-:      018830 keyboard_device_led_all_off:
-0x4f70 018831 bpatch patch0b_4 ,mem_patch0b 
-0x4f71 018832 call keyboard_device_led_off 
-0x4f72 018833 call keyboard_numlock_led_off 
-0x4f73 018834 call keyboard_capslock_led_off 
-0x4f74 018835 branch keyboard_power_led_off 
-:      018842 keyboard_setgpio_hibernate:
-0x4f75 018843 bpatch patch0b_5 ,mem_patch0b 
-0x4f76 018844 call clear_wake 
-0x4f77 018845 call keyboard_device_led_all_off 
-0x4f78 018846 call mouse_set_sdio_high 
-0x4f79 018847 call keyboard_lpm_before_common 
-0x4f7a 018848 call mouse_gpio_pd_idle 
-0x4f7b 018849 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
-0x4f7c 018850 call mouse_gpio_config_input_pu 
-0x4f7d 018851 call mouse_gpio_set_high_impedance 
-0x4f7e 018852 branch mouse_adc_gpio_set_before_hibernate 
-:      018864 keyboard_g24_reconn_dispatch:
-0x4f7f 018865 fetch 2 ,mem_24g_reconn_count 
-0x4f80 018866 and_into 0xe0 ,pdata 
-0x4f81 018867 branch keyboard_g24_reconn_dispatch_next ,blank 
-0x4f82 018868 fetch 2 ,mem_24g_reconn_count 
-0x4f83 018869 increase 1 ,pdata 
-0x4f84 018870 store 2 ,mem_24g_reconn_count 
-0x4f85 018871 rtn 
-:      018872 keyboard_g24_reconn_dispatch_next:
-0x4f86 018873 call g24_reconn_data_prep 
-0x4f87 018874 call g24_transmit_receive_ack 
-0x4f88 018875 nbranch g24_reconn_device_fail ,sync 
-0x4f89 018876 nbranch g24_reconn_device_fail ,user3 
-0x4f8a 018877 call keyboard_g24_ackpayload_parse 
-0x4f8b 018878 branch g24_reconn_dispatch_next + 5 
-:      018882 keyboard_g24_transmit_no_interrupt:
-0x4f8c 018884 call g24_txdata_prep 
-0x4f8d 018885 nbranch keyboard_g24_nodata_transmit ,user 
-:      018886 keyboard_g24_transmit_start:
-0x4f8e 018887 call keyboard_g24_transmit_process 
-0x4f8f 018888 call keyboard_power_ctrl_start 
-0x4f90 018889 branch keyboard_g24_transmit_start_next 
-:      018891 keyboard_g24_nodata_transmit:
-0x4f91 018892 fetch 8 ,mem_keyscan_value_current 
-0x4f92 018893 nbranch keyboard_g24_transmit_start ,blank 
-0x4f93 018894 fetch 8 ,mem_keyscan_value_current + 8 
-0x4f94 018895 nbranch keyboard_g24_transmit_start ,blank 
-0x4f95 018896 fetch 4 ,mem_keyscan_value_current + 16 
-0x4f96 018897 nbranch keyboard_g24_transmit_start ,blank 
-0x4f97 018899 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x4f98 018900 rtneq g24_tx_timer_int_enable 
-0x4f99 018901 call g24_search_receiver 
-:      018902 keyboard_g24_long_sleep:
-0x4f9a 018903 call keyboard_g24_lpm_wait 
-0x4f9b 018904 nrtn user 
-0x4f9c 018905 fetch 1 ,mem_sensor_shutdown_flag 
-0x4f9d 018906 ncall keyboard_setgpio_hibernate ,blank 
-0x4f9e 018907 fetch 4 ,mem_24g_enter_hibernate 
-0x4f9f 018908 branch g24_long_seep2 
-:      018910 keyboard_g24_transmit_process:
-0x4fa0 018911 bpatch patch0b_6 ,mem_patch0b 
-0x4fa1 018912 jam 0 ,mem_24g_retry 
-:      018913 keyboard_g24_transmit_loop:
-0x4fa2 018914 fetchr timeup ,2 ,mem_param_rx_setup 
-0x4fa3 018915 until clkn_rt ,meet 
-0x4fa4 018916 call keyboard_special_key_check 
-0x4fa5 018917 fetch 1 ,mem_keyboard_bt_button_flag 
-0x4fa6 018918 nbranch mouse_soft_reset ,blank 
-0x4fa7 018919 call g24_transmit_receive_ack 
-0x4fa8 018920 fetch 1 ,mem_24g_no_ack 
-0x4fa9 018921 beq no_ack_24g ,g24_transmit_no_ack 
-0x4faa 018922 nbranch keyboard_g24_retransmit ,sync 
-0x4fab 018923 nbranch keyboard_g24_retransmit ,user3 
-0x4fac 018924 call keyboard_g24_ackpayload_parse 
-0x4fad 018925 jam 0 ,mem_sensor_shutdown_flag 
-0x4fae 018926 branch g24_transmit_no_ack 
-:      018929 keyboard_g24_retransmit:
-0x4faf 018930 fetch 1 ,mem_24g_abort_pac 
-0x4fb0 018931 nrtn blank 
-0x4fb1 018932 fetch 2 ,mem_24g_txfail_cnt 
-0x4fb2 018933 increase 1 ,pdata 
-0x4fb3 018934 store 2 ,mem_24g_txfail_cnt 
-0x4fb4 018935 fetch 1 ,mem_24g_txfail_cnt 
-0x4fb5 018936 beq 0xff ,g24_tx_attempt_fail 
-0x4fb6 018937 call keyboard_g24_transmit_hop_process 
-0x4fb7 018938 branch keyboard_g24_transmit_loop 
-:      018941 keyboard_g24_transmit_hop_process:
-0x4fb8 018942 fetcht 1 ,mem_24g_retry 
-0x4fb9 018943 sub temp ,20 ,null 
-0x4fba 018944 branch keyboard_g24_tx_fast_hop ,positive 
-0x4fbb 018945 arg 25 ,loopcnt 
-0x4fbc 018946 call delay_ms_wait 
-0x4fbd 018947 branch g24_hop_ch_disable 
-:      018949 keyboard_g24_tx_fast_hop:
-0x4fbe 018950 increase 1 ,temp 
-0x4fbf 018951 storet 1 ,mem_24g_retry 
-0x4fc0 018952 fetch 4 ,mem_24g_addr 
-0x4fc1 018953 fetcht 4 ,mem_24g_fast_conn_addr 
-0x4fc2 018954 isub temp ,null 
-0x4fc3 018955 branch g24_ch ,zero 
-0x4fc4 018956 fetch 1 ,mem_24g_retry 
-0x4fc5 018957 sub pdata ,3 ,null 
-0x4fc6 018958 rtn positive 
-0x4fc7 018959 branch g24_tx_fast_hop 
-:      018962 keyboard_g24_lpm_wait:
-0x4fc8 018963 enable user 
-0x4fc9 018964 call lpo_calibration 
-0x4fca 018965 fetch 3 ,mem_clks_per_lpo 
-0x4fcb 018966 branch disable_user ,blank 
-0x4fcc 018967 fetch 1 ,mem_keyboard_fn_flag 
-0x4fcd 018968 nbranch disable_user ,blank 
-0x4fce 018969 fetch 1 ,mem_keyboard_control_key_flag 
-0x4fcf 018970 nbranch disable_user ,blank 
-0x4fd0 018971 fetch 1 ,mem_keyboard_commbination_control_key_delay_release_timer 
-0x4fd1 018972 nbranch disable_user ,blank 
-0x4fd2 018973 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x4fd3 018974 beq g24_tx_timer_int_enable ,disable_user 
-0x4fd4 018975 branch g24_lpm_wait + 5 
-:      018977 keyboard_power_ctrl_start:
-0x4fd5 018978 fetch 4 ,mem_24g_addr 
-0x4fd6 018979 fetcht 4 ,mem_24g_fast_conn_addr 
-0x4fd7 018980 isub temp ,null 
-0x4fd8 018981 nbranch power_ctrl_start + 1 ,zero 
-0x4fd9 018982 jam tx_power_f30db ,mem_tx_power 
-0x4fda 018983 rtn 
-:      018984 keyboard_g24_transmit_start_next:
-0x4fdb 018985 fetch 8 ,mem_24g_long_sleep_set 
-0x4fdc 018986 store 8 ,mem_24g_enter_hibernate 
-0x4fdd 018987 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
-0x4fde 018988 store 2 ,mem_24g_long_sleep_param_update_timer 
-:      018989 keyboard_g24_short_sleep:
-0x4fdf 018990 bpatch patch0b_7 ,mem_patch0b 
-0x4fe0 018991 call g24_lpm_wait 
-0x4fe1 018992 nrtn user 
-0x4fe2 018993 call clear_wake 
-0x4fe3 018994 fetch 3 ,mem_24g_short_sleep_set 
-0x4fe4 018995 branch g24_long_seep2 
-:      019002 keyboard_24g_package_data:
-0x4fe5 019004 rtnmark0 mark_24g 
-0x4fe6 019005 call keyboard_motion 
-0x4fe7 019006 nrtn user 
-0x4fe8 019007 fetch mouse_flag_len ,mem_mouse_flag 
-0x4fe9 019008 bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
-0x4fea 019009 fetch 1 ,mem_customer_key 
-0x4feb 019010 nbranch keyboard_24g_keyboard_package_data ,blank 
-0x4fec 019011 branch mouse_24g_mouse_package_data 
-:      019013 keyboard_24g_keyboard_package_data:
-0x4fed 019014 jam type_kb ,mem_24g_data_type 
-0x4fee 019015 arg 9 ,rega 
-0x4fef 019016 fetch 1 ,mem_customer_data_trigger 
-0x4ff0 019017 nbranch keyboard_customer_key_press ,blank 
-0x4ff1 019018 arg mem_customer_key_release ,regb 
-0x4ff2 019019 rtn 
-:      019020 keyboard_customer_key_press:
-0x4ff3 019021 arg mem_customer_key_press ,regb 
-0x4ff4 019022 rtn 
-:      019027 keyboard_24g_search_dongle_init:
-0x4ff5 019028 setarg 0 
-0x4ff6 019029 store 3 ,mem_mouse_search_dongle_action 
-0x4ff7 019030 rtn 
-:      019032 keyboard_24g_search_dongle:
-0x4ff8 019033 bpatch patch0c_0 ,mem_patch0c 
-0x4ff9 019034 fetch mouse_flag_len ,mem_mouse_flag 
-0x4ffa 019035 rtnbit0 mouse_enable_24g_search_dongle 
-0x4ffb 019036 fetch 1 ,mem_mouse_long_mult_flag 
-0x4ffc 019037 rtn blank 
-0x4ffd 019038 fetch 1 ,mem_24g_abort_pac 
-0x4ffe 019039 rtn blank 
-0x4fff 019040 fetch 1 ,mem_mouse_search_dongle_interval 
-0x5000 019041 increase 1 ,pdata 
-0x5001 019042 and_into 3 ,pdata 
-0x5002 019043 store 1 ,mem_mouse_search_dongle_interval 
-0x5003 019044 nrtn blank 
-0x5004 019045 jam 0 ,mem_mouse_search_dongle_ch 
-:      019046 keyboard_24g_search_dongle_loop:
-0x5005 019048 fetch 1 ,mem_mouse_search_dongle_ch 
-0x5006 019049 increase 1 ,pdata 
-0x5007 019050 store 1 ,mem_mouse_search_dongle_ch 
-0x5008 019051 sub pdata ,g24_ch_number ,null 
-0x5009 019052 nbranch keyboard_24g_search_dongle_loop_end ,positive 
-0x500a 019053 call g24_reconn_data_prep 
-0x500b 019054 call g24_transmit_receive_ack 
-0x500c 019055 nbranch keyboard_24g_search_dongle_loop_retry ,sync 
-0x500d 019056 nbranch keyboard_24g_search_dongle_loop_retry ,user3 
-0x500e 019057 call keyboard_g24_ackpayload_parse 
-0x500f 019058 call keyboard_24g_search_dongle_success 
-:      019059 keyboard_24g_search_dongle_loop_end:
-0x5010 019060 call g24_txbuf_clear 
-0x5011 019061 fetch 1 ,mem_mouse_search_dongle_count 
-0x5012 019062 increase 1 ,pdata 
-0x5013 019063 store 1 ,mem_mouse_search_dongle_count 
-0x5014 019064 beq g24_ch_poll_count ,keyboard_24g_search_dongle_check 
-0x5015 019065 rtn 
-:      019067 keyboard_24g_search_dongle_loop_retry:
-0x5016 019068 call g24_ch 
-0x5017 019069 branch keyboard_24g_search_dongle_loop 
-:      019071 keyboard_24g_search_dongle_check:
-0x5018 019072 jam 0 ,mem_mouse_search_dongle_count 
-0x5019 019073 fetch 1 ,mem_mouse_search_dongle_action 
-0x501a 019074 rtnbit1 g24_disconn_state 
-0x501b 019075 set1 g24_disconn_state ,pdata 
-0x501c 019076 store 1 ,mem_mouse_search_dongle_action 
-0x501d 019077 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
-0x501e 019078 store 2 ,mem_mouse_no_data_timer 
-0x501f 019079 rtn 
-:      019082 keyboard_24g_search_dongle_success:
-0x5020 019083 fetch 1 ,mem_24g_abort_pac 
-0x5021 019084 branch keyboard_24g_search_dongle_init ,blank 
-0x5022 019085 jam 0 ,mem_mouse_search_dongle_count 
-0x5023 019086 fetch 1 ,mem_mouse_search_dongle_action 
-0x5024 019087 rtnbit0 g24_disconn_state 
-0x5025 019088 set0 g24_disconn_state ,pdata 
-0x5026 019089 store 1 ,mem_mouse_search_dongle_action 
-0x5027 019090 branch mouse_no_data_timer_init 
-:      019093 keyboard_g24_ackpayload_parse:
-0x5028 019094 call g24_ackpayload_parse 
-0x5029 019095 fetch 1 ,mem_24g_rxbuf + 1 
-0x502a 019096 compare 0x08 ,pdata ,0xf8 
-0x502b 019097 nrtn true 
-0x502c 019098 fetch 1 ,mem_24g_rxbuf + 2 
-0x502d 019099 beq 0xff ,keyboard_24g_hibernate_set 
-0x502e 019100 rtn 
-:      019105 keyboard_le_send_att_find_by_type_value_request_ancs:
-0x502f 019106 jam 1 ,mem_le_connect_ios_mac_flag 
-0x5030 019107 arg 23 ,rega 
-0x5031 019108 arg le_l2cap_cid_att ,regb 
-0x5032 019109 call le_fifo_malloc_tx_l2cap 
-0x5033 019110 setarg attop_find_by_type_value_request 
-0x5034 019111 istore 1 ,contw 
-0x5035 019112 setarg 0x0001 
-0x5036 019113 istore 2 ,contw 
-0x5037 019114 setarg 0xffff 
-0x5038 019115 istore 2 ,contw 
-0x5039 019116 setarg 0x2800 
-0x503a 019117 istore 2 ,contw 
-0x503b 019118 arg mem_le_search_service_uuid ,contr 
-0x503c 019119 branch memcpy16 
-:      019120 keyboard_le_att_auto_reco_process:
-0x503d 019121 bpatch patch0c_1 ,mem_patch0c 
-0x503e 019122 fetch 1 ,mem_le_connect_ios_mac_flag 
-0x503f 019123 rtn blank 
-0x5040 019124 copy rega ,contr 
-0x5041 019125 ifetch 3 ,contr 
-0x5042 019126 store 3 ,mem_le_att_opcode 
-0x5043 019127 beq attop_read_response ,keyboard_le_parse_att_manu_resp 
-0x5044 019128 beq attop_read_by_type_response ,keyboard_le_send_att_read_by_type_rsp_mac 
-0x5045 019129 beq attop_find_by_type_value_response ,keyboard_le_parse_att_find_by_type_value_rsp 
-0x5046 019130 beq attop_error_response ,keyboard_le_send_att_find_by_type_value_request_mac 
-0x5047 019131 branch le_parse_att2 
-:      019133 keyboard_le_parse_att_find_by_type_value_rsp:
-0x5048 019134 fetch 1 ,mem_le_connect_ios_mac_flag 
-0x5049 019135 beq 2 ,keyboard_le_parse_att_find_by_type_value_rsp_mac 
-:      019136 keyboard_le_parse_att_find_ios_report:
-0x504a 019137 jam system_os_ios ,mem_kb_computer_system 
-0x504b 019138 branch keyboard_otp_store_computer_system_ble 
-:      019139 keyboard_le_parse_att_not_find_mac_report:
-0x504c 019141 fetch 1 ,mem_le_conn_peer_addr_type 
-0x504d 019142 store 1 ,mem_kb_computer_system 
-0x504e 019143 branch keyboard_otp_store_computer_system_ble 
-:      019144 keyboard_le_parse_att_find_mac_report:
-0x504f 019145 jam system_os_mac ,mem_kb_computer_system 
-:      019146 keyboard_otp_store_computer_system_ble:
-0x5050 019147 jam 0 ,mem_le_connect_ios_mac_flag 
-0x5051 019148 fetcht 2 ,mem_otp_read_retention_offset 
-0x5052 019149 setarg 0x1fd0 
-0x5053 019150 isub temp ,regb 
-0x5054 019151 arg mem_kb_computer_system ,rega 
-0x5055 019153 arg 1 ,loopcnt 
-0x5056 019154 call otp_write 
-0x5057 019155 fetcht 2 ,mem_otp_read_retention_offset 
-0x5058 019156 increase 14 ,temp 
-0x5059 019157 storet 2 ,mem_otp_read_retention_offset 
-0x505a 019158 rtn 
-:      019162 keyboard_le_send_att_find_by_type_value_request_mac:
-0x505b 019163 fetch 1 ,mem_le_connect_ios_mac_flag 
-0x505c 019164 beq 2 ,keyboard_le_parse_att_not_find_mac_report 
-0x505d 019165 jam 2 ,mem_le_connect_ios_mac_flag 
-0x505e 019166 arg 9 ,rega 
-0x505f 019167 arg le_l2cap_cid_att ,regb 
-0x5060 019168 call le_fifo_malloc_tx_l2cap 
-0x5061 019169 setarg attop_find_by_type_value_request 
-0x5062 019170 istore 1 ,contw 
-0x5063 019171 setarg 0x0001 
-0x5064 019172 istore 2 ,contw 
-0x5065 019173 setarg 0xffff 
-0x5066 019174 istore 2 ,contw 
-0x5067 019175 setarg 0x2800 
-0x5068 019176 istore 2 ,contw 
-0x5069 019177 arg 2 ,loopcnt 
-0x506a 019178 arg mem_le_search_mac_uuid ,contr 
-0x506b 019179 branch memcpy 
-:      019181 keyboard_le_parse_att_find_by_type_value_rsp_mac:
-0x506c 019182 arg 7 ,rega 
-0x506d 019183 arg le_l2cap_cid_att ,regb 
-0x506e 019184 call le_fifo_malloc_tx_l2cap 
-0x506f 019185 setarg attop_read_by_type_request 
-0x5070 019186 istore 1 ,contw 
-0x5071 019187 fetcht 2 ,mem_le_payload_ptr 
-0x5072 019188 increase 5 ,temp 
-0x5073 019189 ifetch 4 ,temp 
-0x5074 019190 istore 4 ,contw 
-0x5075 019191 setarg 0x2803 
-0x5076 019192 istore 2 ,contw 
-0x5077 019193 rtn 
-:      019195 keyboard_le_send_att_read_by_type_rsp_mac:
-0x5078 019196 fetch 2 ,mem_le_l2cap_size 
-0x5079 019197 increase -2 ,pdata 
-0x507a 019198 div pdata ,7 
-0x507b 019199 call wait_div_end 
-0x507c 019200 quotient loopcnt 
-0x507d 019201 fetch 2 ,mem_le_payload_ptr 
-0x507e 019202 add pdata ,6 ,contr 
-0x507f 019203 branch keyboard_le_check_att_read_type_manu_loop 
-:      019205 keyboard_le_check_att_read_type_manu_loop:
-0x5080 019206 increase 3 ,contr 
-0x5081 019207 ifetch 2 ,contr 
-0x5082 019208 copy pdata ,regc 
-0x5083 019209 ifetch 2 ,contr 
-0x5084 019210 arg 0x2a29 ,temp 
-0x5085 019211 isub temp ,null 
-0x5086 019212 branch keyboard_le_send_att_read_by_type_rsp_manufactory ,zero 
-0x5087 019213 loop keyboard_le_check_att_read_type_manu_loop 
-0x5088 019214 branch keyboard_le_parse_att_not_find_mac_report 
-:      019215 keyboard_le_send_att_read_by_type_rsp_manufactory:
-0x5089 019216 arg 3 ,rega 
-0x508a 019217 arg le_l2cap_cid_att ,regb 
-0x508b 019218 call le_fifo_malloc_tx_l2cap 
-0x508c 019219 setarg attop_read_request 
-0x508d 019220 istore 1 ,contw 
-0x508e 019221 copy regc ,pdata 
-0x508f 019222 istore 2 ,contw 
-0x5090 019223 rtn 
-:      019225 keyboard_le_parse_att_manu_resp:
-0x5091 019226 fetch 2 ,mem_le_l2cap_size 
-0x5092 019227 arg 9 ,loopcnt 
-0x5093 019228 fetch 2 ,mem_le_payload_ptr 
-0x5094 019229 add pdata ,5 ,rega 
-0x5095 019230 arg mem_le_search_mac_manu_name ,regb 
-0x5096 019231 call string_compare 
-0x5097 019232 branch keyboard_le_parse_att_find_mac_report ,zero 
-0x5098 019233 branch keyboard_le_parse_att_not_find_mac_report 
-:      019241 module_init:
-0x5099 019242 branch module_lpm_init ,wake 
-0x509a 019243 call le_modified_name 
-0x509b 019244 setarg module_process_idle 
-0x509c 019245 store 2 ,mem_cb_idle_process 
-0x509d 019246 setarg module_process_bb_event 
-0x509e 019247 store 2 ,mem_cb_bb_event_process 
-0x509f 019248 setarg module_lpm_lock 
-0x50a0 019249 store 2 ,mem_cb_check_wakelock 
-0x50a1 019250 setarg module_hci_cmd_transmit_le_notify 
-0x50a2 019251 store 2 ,mem_cb_ble_transmit 
-0x50a3 019252 setarg module_le_receive_data 
-0x50a4 019253 store 2 ,mem_cb_att_write 
-0x50a5 019254 setarg module_bb_event_timer 
-0x50a6 019255 store 2 ,mem_cb_event_timer 
-0x50a7 019257 bpatch patch0c_2 ,mem_patch0c 
-0x50a8 019258 call module_lpm_uart_init 
-0x50a9 019259 call module_gpio_init 
-0x50aa 019260 branch module_hci_event_enter_standby_mode 
-:      019262 module_lpm_uart_init:
-0x50ab 019263 fetch 1 ,core_uart_ctrl 
-0x50ac 019264 set0 bit_uart_control_enable ,pdata 
-0x50ad 019265 store 1 ,core_uart_ctrl 
-0x50ae 019266 fetch 8 ,mem_module_uart_rx_buffer 
-0x50af 019267 call uarta_init_dma_mem 
-0x50b0 019268 fetch uart_baud_len ,mem_module_uarta_baud_rate 
-0x50b1 019269 call uarta_init_baud_rate 
-0x50b2 019270 call uart_clock_select_main_freq_crystal 
-0x50b3 019271 jam gpcfg_uart_txd ,core_gpio_conf + hci_uart_tx_gpio_num 
-0x50b4 019272 jam gpcfg_uart_rxd | gpcfg_pullup ,core_gpio_conf + hci_uart_rx_gpio_num 
-0x50b5 019273 jam gpcfg_uart_rts ,core_gpio_conf + hci_uart_rts_gpio_num 
-0x50b6 019274 jam gpcfg_uart_cts ,core_gpio_conf + hci_uart_cts_gpio_num 
-0x50b7 019276 arg fun_uart_control_enable | fun_uart_control_setting_rate_baud ,temp 
-0x50b8 019277 fetch 2 ,mem_module_flag 
-0x50b9 019278 isolate1 module_flag_uart_flow_control ,pdata 
-0x50ba 019279 setflag true ,bit_uart_control_flow_control ,temp 
-0x50bb 019280 storet 1 ,core_uart_ctrl 
-0x50bc 019281 rtn 
-:      019283 module_lpm_init:
-0x50bd 019284 branch module_lpm_uart_init 
-:      019288 module_gpio_init:
-0x50be 019289 fetcht 1 ,mem_module_connect_state_gpio 
-0x50bf 019290 call gpio_config_output 
-0x50c0 019291 call module_set_conn_pin_low 
-0x50c1 019292 fetcht 1 ,mem_module_wake_up_gpio 
-0x50c2 019293 branch gpio_config_input 
-:      019295 module_lpm_lock:
-0x50c3 019296 fetcht 1 ,mem_module_wake_up_gpio 
-0x50c4 019297 call gpio_get_bit 
-0x50c5 019298 nbranch app_put_lpm_wake_lock ,true 
-0x50c6 019299 branch app_get_lpm_wake_lock 
-:      019302 module_process_idle:
-0x50c7 019303 call l2cap_malloc_is_fifo_full 
-0x50c8 019304 nrtn blank 
-0x50c9 019305 branch module_process_check_hci_command_complete 
-:      019308 module_process_bb_event:
-0x50ca 019309 copy regc ,pdata 
-0x50cb 019310 beq bt_evt_le_connected ,module_process_le_conn 
-0x50cc 019311 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
-0x50cd 019312 beq bt_evt_le_pairing_fail ,module_hci_event_le_pairing_fail 
-0x50ce 019313 beq bt_evt_le_pairing_success ,module_hci_event_le_pairing_success 
-0x50cf 019314 beq bt_evt_le_start_enc ,module_hci_event_start_enc 
-0x50d0 019315 beq bt_evt_le_pause_enc ,module_hci_event_pause_enc 
-0x50d1 019316 beq bt_evt_le_tk_generate ,module_hci_event_le_tk 
-0x50d2 019317 beq bt_evt_store_nvram ,module_hci_event_store_device 
-0x50d3 019318 beq bt_evt_le_ltk_lost ,module_process_ble_ltk_lost 
-0x50d4 019319 beq bt_evt_le_update_phy ,module_process_ble_update_phy 
-0x50d5 019320 beq bt_evt_le_get_passkey ,module_hci_event_passkey_entry_mode 
-0x50d6 019321 beq bt_evt_le_gkey_generate ,module_hci_event_gkey_generate 
-0x50d7 019322 rtn 
-:      019326 module_process_bb_even_le_disconn:
-0x50d8 019327 call le_clr_config_more_data 
-0x50d9 019328 jam 0 ,mem_module_hci_notify_len 
-0x50da 019329 call module_disconn_start 
-0x50db 019330 branch module_hci_event_le_disconnect 
-:      019335 module_process_le_conn:
-0x50dc 019337 call module_conn_start 
-0x50dd 019338 fetch 1 ,mem_module_le_lpm_mult 
-0x50de 019339 store 1 ,mem_lpm_mult 
-0x50df 019340 branch module_hci_event_le_connect 
-:      019344 module_disconn_start:
-0x50e0 019345 call module_start_adv_discovery_by_command 
-0x50e1 019346 branch module_set_conn_pin_high 
-:      019349 module_process_ble_ltk_lost:
-0x50e2 019350 call le_send_reject_ind 
-0x50e3 019351 branch le_send_smp_security_request 
-:      019353 module_process_ble_update_phy:
-0x50e4 019354 branch module_hci_event_le_update_phy 
-:      019357 module_set_conn_pin_high:
-0x50e5 019358 fetcht 1 ,mem_module_connect_state_gpio 
-0x50e6 019359 branch gpio_out_active 
-:      019361 module_conn_start:
-0x50e7 019362 call module_stop_adv_discovery 
-0x50e8 019363 branch module_set_conn_pin_low 
-:      019365 module_stop_adv_discovery:
-0x50e9 019366 fetch 1 ,mem_module_state 
-0x50ea 019367 isolate1 moudle_state_ble_bit ,pdata 
-0x50eb 019368 call app_ble_stop_adv ,true 
-0x50ec 019369 rtn 
-:      019370 module_set_conn_pin_low:
-0x50ed 019371 fetcht 1 ,mem_module_connect_state_gpio 
-0x50ee 019372 branch gpio_out_inactive 
-:      019375 module_process_check_hci_command_complete:
-0x50ef 019376 fetch 1 ,core_uart_status 
-0x50f0 019377 rtnbit1 uart_status_rx_fifo_empty 
-0x50f1 019378 call uarta_prepare_rx 
-0x50f2 019379 ifetch 1 ,contru 
-0x50f3 019380 bne 0x01 ,module_hci_in_excp 
-0x50f4 019381 fetch 2 ,core_uart_rxitems 
-0x50f5 019382 sub pdata ,2 ,null 
-0x50f6 019383 rtn positive 
-0x50f7 019384 ifetch 1 ,contru 
-0x50f8 019385 store 1 ,mem_module_uart_opcode 
-0x50f9 019386 ifetcht 1 ,contru 
-0x50fa 019387 copy contru ,rega 
-0x50fb 019388 storet 1 ,mem_module_uart_len 
-0x50fc 019389 add temp ,3 ,temp 
-0x50fd 019390 fetch 2 ,core_uart_rxitems 
-0x50fe 019391 isub temp ,temp 
-0x50ff 019392 nrtn positive 
-0x5100 019393 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x5101 019394 call module_hci_cmd_control 
-0x5102 019395 fetch 1 ,mem_module_temp_nl_discard_packet 
-0x5103 019396 rtneq hci_not_discard_packet 
-0x5104 019397 branch module_hci_dicard_packet 
-:      019399 module_hci_in_excp:
-0x5105 019400 call delay_10ms 
-0x5106 019401 call module_hci_event_invalid_packet 
-0x5107 019402 branch module_hci_release_except 
-:      019405 module_hci_release_except:
-0x5108 019406 bpatch patch0c_3 ,mem_patch0c 
-0x5109 019407 call uarta_prepare_rx 
-0x510a 019408 fetch 2 ,core_uart_rxitems 
-0x510b 019409 rtn blank 
-0x510c 019410 iadd contru ,contru 
-0x510d 019411 branch module_hci_dicard_bytes 
-:      019413 module_hci_dicard_packet:
-0x510e 019414 call uarta_prepare_rx 
-0x510f 019415 increase 2 ,contu 
-0x5110 019416 ifetch 1 ,contu 
-0x5111 019417 iadd contu ,contu 
-:      019418 module_hci_dicard_bytes:
-0x5112 019419 branch uarta_rxdone 
-:      019422 module_hci_cmd_control:
-0x5113 019423 bpatch patch0c_4 ,mem_patch0c 
-0x5114 019424 fetch 1 ,mem_module_uart_opcode 
-0x5115 019425 beq hci_cmd_set_le_addr_req ,module_hci_cmd_set_le_addr 
-0x5116 019426 beq hci_cmd_set_visibility_req ,module_hci_cmd_set_visibility 
-0x5117 019427 beq hci_cmd_set_le_name_req ,module_hci_cmd_set_le_name 
-0x5118 019428 beq hci_cmd_le_data_req ,module_hci_cmd_receive_le_data 
-0x5119 019429 beq hci_cmd_status_irq ,module_hci_cmd_inquire_status 
-0x511a 019430 beq hci_cmd_set_uartcontrol_req ,module_hci_cmd_set_uart_control_mode 
-0x511b 019431 beq hci_cmd_set_uart_baud_req ,module_hci_cmd_set_uart_baud 
-0x511c 019432 beq hci_cmd_version_req ,module_hci_cmd_version_request 
-0x511d 019433 beq hci_cmd_ble_disconnect ,module_hci_cmd_ble_disconnect 
-0x511e 019434 beq hci_cmd_set_nvram_req ,module_hci_cmd_set_nvram 
-0x511f 019435 beq hci_cmd_confirm_gkey ,module_hci_cmd_confirm_gkey 
-0x5120 019436 beq hci_cmd_auto_adv_scan ,module_hci_cmd_auto_adv 
-0x5121 019437 beq hci_cmd_power_req ,module_hci_cmd_power_request 
-0x5122 019438 beq hci_cmd_power_set ,module_hci_cmd_power_set 
-0x5123 019439 beq hci_cmd_passkey_entry ,module_hci_cmd_passkey_entry 
-0x5124 019440 beq hci_cmd_set_gpio ,module_hci_cmd_set_gpio 
-0x5125 019441 beq hci_cmd_read_gpio ,module_hci_cmd_read_gpio 
-0x5126 019442 beq hci_cmd_le_set_pairing ,module_hci_cmd_le_set_pairing_mode 
-0x5127 019443 beq hci_cmd_le_set_adv_data ,module_hci_cmd_le_set_adv_data 
-0x5128 019444 beq hci_cmd_le_set_scan_data ,module_hci_cmd_le_set_scan_data 
-0x5129 019445 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
-0x512a 019446 beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
-0x512b 019447 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
-0x512c 019448 beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
-0x512d 019449 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
-0x512e 019450 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
-0x512f 019452 beq hci_cmd_reset_chip_req ,module_hci_cmd_reset_chip 
-0x5130 019453 beq hci_cmd_le_set_fixed_passkey ,module_hci_cmd_le_set_fixed_passkey 
-0x5131 019454 beq hci_cmd_delete_customize_service ,module_hci_cmd_delete_customize_service 
-0x5132 019455 beq hci_cmd_add_service_uuid ,module_hci_cmd_add_service_uuid 
-0x5133 019456 beq hci_cmd_add_characteristic_uuid ,module_hci_cmd_add_characteristic_uuid 
-0x5134 019457 beq hci_cmd_passkey_entry_input ,module_hci_cmd_le_passkey_entry_input 
-0x5135 019458 beq hci_cmd_le_creat_conn ,module_hci_cmd_le_create_conn 
-0x5136 019459 beq hci_cmd_ble_set_phy ,module_hci_cmd_ble_set_phy 
-0x5137 019460 beq hci_cmd_ble_read_current_phy ,module_hci_cmd_ble_read_current_phy 
-0x5138 019461 beq hci_cmd_ble_set_dle ,module_hci_cmd_ble_set_dle 
-0x5139 019462 beq hci_cmd_read_chip_data ,module_hci_cmd_read_chip_data 
-0x513a 019463 beq hci_cmd_write_chip_data ,module_hci_cmd_write_chip_data 
-0x513b 019464 beq hci_cmd_close_lpm ,module_hci_cmd_close_lpm 
-0x513c 019465 branch module_hci_event_receive_invalid_cmd 
-:      019471 module_hci_cmd_set_le_addr:
-0x513d 019472 fetch 1 ,mem_module_uart_len 
-0x513e 019473 bne 6 ,module_hci_event_receive_invalid_cmd 
-0x513f 019474 ifetch 6 ,contru 
-0x5140 019475 store 6 ,mem_le_lap 
-0x5141 019476 branch module_hci_event_receive_valid_cmd 
-:      019480 module_hci_cmd_set_visibility:
-0x5142 019481 fetch 1 ,mem_module_uart_len 
-0x5143 019482 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x5144 019483 ifetcht 1 ,contru 
-0x5145 019484 storet 1 ,mem_module_bluetooth_stauts_by_command 
-0x5146 019485 call module_hci_event_receive_valid_cmd 
-0x5147 019486 fetch 2 ,mem_ui_state_map 
-0x5148 019487 rtnbit1 ui_state_ble_connected 
-:      019489 module_start_adv_discovery_by_command:
-:      019490 moudle_start_adv_by_command:
-0x5149 019491 fetch 1 ,mem_module_state 
-0x514a 019492 isolate1 moudle_state_ble_bit ,pdata 
-0x514b 019493 nrtn true 
-0x514c 019494 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
-0x514d 019495 isolate1 2 ,temp 
-0x514e 019496 branch app_ble_start_adv ,true 
-0x514f 019497 branch app_ble_stop_adv 
-:      019502 module_hci_cmd_set_le_name:
-0x5150 019503 arg 29 ,pdata 
-0x5151 019504 arg mem_le_name_len ,contw 
-0x5152 019505 call module_hci_cmd_receive_store_mem 
-0x5153 019506 branch le_modified_name 
-:      019511 module_hci_cmd_receive_le_data:
-0x5154 019512 fetch 2 ,mem_ui_state_map 
-0x5155 019513 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-0x5156 019514 call module_check_ble_encrypt_state 
-0x5157 019515 branch module_hci_event_receive_invalid_cmd ,user 
-0x5158 019516 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x5159 019517 fetch 2 ,mem_module_flag 
-0x515a 019518 bbit1 module_flag_ble_data_finish ,module_hci_cmd_receive_le_data_finish 
-0x515b 019519 fetch 1 ,mem_module_hci_notify_len 
-0x515c 019520 nrtn blank 
-0x515d 019521 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x515e 019522 ifetch 2 ,contru 
-0x515f 019523 store 2 ,mem_module_hci_notify_handle 
-0x5160 019524 storer contru ,2 ,mem_module_hci_nofiy_addr 
-0x5161 019525 fetch 1 ,mem_module_uart_len 
-0x5162 019526 pincrease -2 
-0x5163 019527 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x5164 019528 branch module_hci_event_receive_invalid_cmd ,zero 
-0x5165 019529 store 1 ,mem_module_hci_notify_len 
-0x5166 019530 fetcht 2 ,mem_module_hci_notify_handle 
-0x5167 019531 increase -1 ,temp 
-0x5168 019532 call le_att_get_handle_ptr2 
-0x5169 019533 branch module_hci_cmd_transmit_handle_error ,blank 
-0x516a 019534 ifetcht 4 ,contr 
-0x516b 019535 setarg 0x01280302 
-0x516c 019536 isub temp ,null 
-0x516d 019537 nbranch module_hci_cmd_transmit_handle_error ,zero 
-0x516e 019538 ifetch 1 ,contr 
-0x516f 019539 store 1 ,mem_module_hci_notify_type 
-0x5170 019540 and_into 0x30 ,pdata 
-0x5171 019541 branch module_hci_cmd_transmit_handle_error ,blank 
-0x5172 019542 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x5173 019543 call le_set_config_more_data 
-0x5174 019544 call module_hci_cmd_transmit_le_notify 
-0x5175 019545 call module_hci_cmd_transmit_le_notify 
-0x5176 019546 call module_hci_cmd_transmit_le_notify 
-0x5177 019547 fetch 2 ,mem_module_flag 
-0x5178 019548 rtnbit0 module_flag_ble_data_finish 
-:      019549 module_hci_cmd_receive_le_data_finish:
-0x5179 019550 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x517a 019551 call module_clear_le_tx_data_flag 
-0x517b 019552 branch module_hci_event_receive_valid_cmd 
-:      019554 module_hci_cmd_transmit_handle_error:
-0x517c 019555 jam 0 ,mem_module_hci_notify_len 
-0x517d 019556 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x517e 019557 call module_clear_le_tx_data_flag 
-0x517f 019558 branch module_hci_event_receive_invalid_cmd 
-:      019560 module_hci_cmd_transmit_le_notify:
-0x5180 019561 fetch 1 ,mem_module_hci_notify_len 
-0x5181 019562 rtn blank 
-0x5182 019563 call le_fifo_check_nearly_full 
-0x5183 019564 nrtn blank 
-0x5184 019565 call module_get_le_remote_mtu 
-0x5185 019566 bpatch patch0c_5 ,mem_patch0c 
-0x5186 019567 fetch 2 ,mem_le_local_mtu 
-0x5187 019568 call not_greater_than 
-0x5188 019569 copy pdata ,temp 
-0x5189 019570 fetch 1 ,mem_le_l2cap_att_states 
-0x518a 019571 rtnbit1 ble_l2cap_recv_confirmation_packet 
-0x518b 019572 add temp ,-3 ,pdata 
-0x518c 019573 arg 251 ,temp 
-0x518d 019574 call not_greater_than 
-0x518e 019575 fetcht 1 ,mem_module_hci_notify_len 
-0x518f 019576 call not_greater_than 
-0x5190 019577 copy pdata ,rega 
-0x5191 019578 copy temp ,pdata 
-0x5192 019579 isub rega ,pdata 
-0x5193 019580 store 1 ,mem_module_hci_notify_len 
-0x5194 019581 call module_hci_cmd_transmit_le_notify_malloc_l2cap 
-0x5195 019582 fetch 2 ,mem_module_hci_nofiy_addr 
-0x5196 019583 copy pdata ,contru 
-0x5197 019584 copy rega ,loopcnt 
-0x5198 019585 call uart_copy_rx_bytes_fast 
-0x5199 019586 copy contru ,pdata 
-0x519a 019587 store 2 ,mem_module_hci_nofiy_addr 
-0x519b 019588 fetch 1 ,mem_module_hci_notify_len 
-0x519c 019589 nrtn blank 
-0x519d 019590 branch module_set_le_tx_data_flag 
-:      019592 module_hci_cmd_transmit_le_notify_malloc_l2cap:
-0x519e 019593 fetcht 2 ,mem_module_hci_notify_handle 
-0x519f 019594 fetch 1 ,mem_module_hci_notify_type 
-0x51a0 019595 bbit1 bit_characteristic_indicate ,le_att_malloc_tx_indication 
-0x51a1 019596 bbit1 bit_characteristic_notify ,le_att_malloc_tx_notify 
-0x51a2 019597 rtn 
-:      019601 module_get_le_remote_mtu:
-0x51a3 019602 arg 0x17 ,temp 
-0x51a4 019603 fetch 2 ,mem_module_flag 
-0x51a5 019604 rtnbit1 module_flag_ble_send_mtu23 
-0x51a6 019605 fetcht 2 ,mem_le_remote_mtu 
-0x51a7 019606 rtn 
-:      019608 module_check_ble_encrypt_state:
-0x51a8 019609 fetch 2 ,mem_module_flag 
-0x51a9 019610 bbit1 module_flag_ble_data_encrypt ,le_check_encrypt_state 
-0x51aa 019611 branch disable_user 
-:      019615 module_hci_cmd_inquire_status:
-0x51ab 019616 branch module_hci_event_status_res 
-:      019622 module_hci_cmd_set_uart_control_mode:
-0x51ac 019623 ifetch 1 ,contru 
-0x51ad 019624 fetcht 1 ,mem_module_flag 
-0x51ae 019625 nsetflag blank ,module_flag_uart_flow_control ,temp 
-0x51af 019626 storet 1 ,mem_module_flag 
-0x51b0 019627 fetcht 1 ,core_uart_ctrl 
-0x51b1 019628 nsetflag blank ,bit_uart_control_flow_control ,temp 
-0x51b2 019629 storet 1 ,core_uart_ctrl 
-0x51b3 019630 branch module_hci_event_receive_valid_cmd 
-:      019634 module_hci_cmd_set_uart_baud:
-0x51b4 019635 fetchr loopcnt ,1 ,mem_module_uart_len 
-0x51b5 019636 call string2dec_from_uart 
-0x51b6 019637 call uart_calc_baud_rate_config 
-0x51b7 019638 store uart_baud_len ,mem_module_uarta_baud_rate 
-0x51b8 019639 call module_hci_event_receive_valid_cmd 
-0x51b9 019640 call wait_uarttx 
-0x51ba 019641 fetch uart_baud_len ,mem_module_uarta_baud_rate 
-0x51bb 019642 branch uarta_init_baud_rate 
-:      019646 module_hci_cmd_version_request:
-0x51bc 019647 arg 2 ,rega 
-0x51bd 019648 arg mem_soft_version_num ,regb 
-0x51be 019649 arg 0 ,temp 
-0x51bf 019650 branch module_hci_event_set_cmd 
-:      019655 module_hci_cmd_ble_disconnect:
-0x51c0 019656 fetch 2 ,mem_ui_state_map 
-0x51c1 019657 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-:      019658 module_hci_cmd_ble_disconnect_doing:
-0x51c2 019659 call module_hci_event_receive_valid_cmd 
-0x51c3 019660 branch app_ble_disconnect 
-:      019666 module_hci_cmd_set_nvram:
-0x51c4 019667 fetchr loopcnt ,1 ,mem_module_uart_len 
-0x51c5 019668 fetch 2 ,mem_nv_data_ptr 
-0x51c6 019669 icopy contw 
-0x51c7 019670 call uart_copy_rx_bytes_fast 
-0x51c8 019671 branch module_hci_event_receive_valid_cmd 
-:      019675 module_hci_cmd_confirm_gkey:
-0x51c9 019676 fetch 2 ,mem_ui_state_map 
-0x51ca 019677 bbit1 ui_state_ble_connected ,module_hci_cmd_le_confirm_gkey 
-0x51cb 019678 branch module_hci_event_receive_invalid_cmd 
-:      019682 module_hci_cmd_auto_adv:
-0x51cc 019683 arg 0x40 ,loopcnt 
-0x51cd 019684 arg mem_le_adv_data_len ,contw 
-0x51ce 019685 call clear_mem 
-0x51cf 019686 setarg 0 
-0x51d0 019687 store 1 ,mem_regb 
-0x51d1 019688 copy rega ,contru 
-:      019689 module_hci_cmd_auto_adv_loop:
-0x51d2 019690 copy contru ,pdata 
-0x51d3 019691 store 2 ,mem_regc 
-0x51d4 019692 call module_hci_cmd_auto_adv_adv_analys 
-0x51d5 019694 fetch 1 ,mem_regb 
-0x51d6 019695 fetcht 1 ,mem_temp 
-0x51d7 019696 increase 1 ,temp 
-0x51d8 019697 iadd temp ,pdata 
-0x51d9 019698 store 1 ,mem_regb 
-0x51da 019700 sub pdata ,31 ,null 
-0x51db 019701 nbranch module_hci_cmd_auto_adv_store_scan ,positive 
-:      019702 module_hci_cmd_auto_adv_store_adv:
-0x51dc 019703 fetcht 1 ,mem_le_adv_data_len 
-0x51dd 019704 setarg mem_le_adv_data 
-0x51de 019705 iadd temp ,pdata 
-0x51df 019706 store 2 ,mem_contw 
-0x51e0 019707 fetcht 1 ,mem_temp 
-0x51e1 019708 increase 1 ,temp 
-0x51e2 019709 fetch 1 ,mem_le_adv_data_len 
-0x51e3 019710 iadd temp ,pdata 
-0x51e4 019711 store 1 ,mem_le_adv_data_len 
-0x51e5 019712 branch module_hci_cmd_auto_adv_store_common 
-:      019713 module_hci_cmd_auto_adv_store_scan:
-0x51e6 019714 fetcht 1 ,mem_le_scan_data_len 
-0x51e7 019715 setarg mem_le_scan_data 
-0x51e8 019716 iadd temp ,pdata 
-0x51e9 019717 store 2 ,mem_contw 
-0x51ea 019718 fetcht 1 ,mem_temp 
-0x51eb 019719 increase 1 ,temp 
-0x51ec 019720 fetch 1 ,mem_le_scan_data_len 
-0x51ed 019721 iadd temp ,pdata 
-0x51ee 019722 store 1 ,mem_le_scan_data_len 
-:      019723 module_hci_cmd_auto_adv_store_common:
-0x51ef 019724 fetch 2 ,mem_contw 
-0x51f0 019725 copy pdata ,contw 
-0x51f1 019726 fetch 2 ,mem_regc 
-0x51f2 019727 copy pdata ,contru 
-0x51f3 019729 copy temp ,loopcnt 
-0x51f4 019730 call uart_copy_rx_bytes_fast 
-0x51f5 019732 fetch 1 ,mem_module_uart_len 
-0x51f6 019733 fetcht 1 ,mem_regb 
-0x51f7 019734 isub temp ,null 
-0x51f8 019735 nbranch module_hci_cmd_auto_adv_loop ,zero 
-0x51f9 019736 branch module_hci_event_receive_valid_cmd 
-:      019739 module_hci_cmd_auto_adv_adv_analys:
-0x51fa 019740 ifetch 1 ,contru 
-0x51fb 019741 store 1 ,mem_temp 
-0x51fc 019742 ifetch 1 ,contru 
-0x51fd 019743 store 1 ,mem_rega 
-0x51fe 019744 rtn 
-:      019748 module_hci_cmd_power_request:
-0x51ff 019749 arg 0 ,temp 
-0x5200 019750 arg 2 ,rega 
-0x5201 019751 fetch 2 ,mem_module_vdd_quotient 
-0x5202 019752 store 2 ,mem_event_cmd_response_content 
-0x5203 019753 arg mem_event_cmd_response_content ,regb 
-0x5204 019754 branch module_hci_event_set_cmd 
-:      019758 module_hci_cmd_power_set:
-0x5205 019759 fetch 1 ,mem_module_uart_len 
-0x5206 019760 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x5207 019761 ifetch 1 ,contru 
-0x5208 019762 store 1 ,mem_module_read_vdd_flag 
-0x5209 019763 setarg 0x00 
-0x520a 019764 store 2 ,mem_module_vdd_quotient 
-0x520b 019765 branch module_hci_event_receive_valid_cmd 
-:      019769 module_hci_cmd_passkey_entry:
-0x520c 019770 fetch 1 ,mem_module_uart_len 
-0x520d 019771 bne 4 ,module_hci_event_receive_invalid_cmd 
-0x520e 019772 fetch 2 ,mem_ui_state_map 
-0x520f 019773 bbit1 ui_state_ble_connected ,module_hci_cmd_le_passkey_entry_input 
-0x5210 019774 branch module_hci_event_receive_invalid_cmd 
-:      019779 module_hci_cmd_set_gpio:
-0x5211 019780 fetch 1 ,mem_module_uart_len 
-0x5212 019781 bne 3 ,module_hci_event_receive_invalid_cmd 
-0x5213 019782 ifetch 1 ,contru 
-0x5214 019783 beq hci_cmd_config_gpio_input ,module_set_gpio_input 
-0x5215 019784 beq hci_cmd_config_gpio_output ,module_set_gpio_output 
-0x5216 019785 branch module_hci_event_receive_invalid_cmd 
-:      019787 module_set_gpio_input:
-0x5217 019788 call module_hci_event_receive_valid_cmd 
-0x5218 019789 ifetcht 1 ,contru 
-0x5219 019790 ifetch 1 ,contru 
-0x521a 019791 beq gpio_input_high_impedance ,gpio_set_high_impedance 
-0x521b 019792 nsetflag blank ,7 ,temp 
-0x521c 019793 branch gpio_config_input 
-:      019795 module_set_gpio_output:
-0x521d 019796 call module_hci_event_receive_valid_cmd 
-0x521e 019797 ifetcht 1 ,contru 
-0x521f 019798 ifetch 1 ,contru 
-0x5220 019799 branch gpio_out_active ,blank 
-0x5221 019800 branch gpio_out_inactive 
-:      019804 module_hci_cmd_read_gpio:
-0x5222 019805 fetch 1 ,mem_module_uart_len 
-0x5223 019806 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x5224 019807 ifetcht 1 ,contru 
-0x5225 019808 call gpio_get_bit 
-0x5226 019809 setarg 0x0 
-0x5227 019810 nsetflag true ,0 ,pdata 
-0x5228 019811 arg 1 ,rega 
-0x5229 019812 store 2 ,mem_event_cmd_response_content 
-0x522a 019813 arg mem_event_cmd_response_content ,regb 
-0x522b 019814 arg 0 ,temp 
-0x522c 019815 branch module_hci_event_set_cmd 
-:      019819 module_hci_cmd_le_set_pairing_mode:
-0x522d 019820 ifetch 1 ,contru 
-0x522e 019821 copy pdata ,temp 
-0x522f 019822 beq le_pairing_mode_secure_connect_justwork ,module_le_set_pairing_mode_secure_justwork 
-0x5230 019823 beq le_pairing_mode_secure_connect_numeric ,module_le_set_pairing_mode_secure_numeric 
-0x5231 019824 beq le_pairing_mode_secure_connect_passkey ,module_le_set_pairing_mode_secure_passkey 
-0x5232 019825 beq le_pairing_mode_secure_connect_passkey_res_input ,module_le_set_pairing_mode_secure_passkey_res_input 
-0x5233 019826 store 1 ,mem_le_pairing_mode 
-0x5234 019827 call sc_reset 
-0x5235 019828 call le_secure_connection_disable 
-0x5236 019829 fetch 1 ,mem_le_pairing_mode 
-0x5237 019830 beq le_pairing_mode_none ,module_le_set_no_pairing 
-0x5238 019831 beq le_pairing_mode_lagacy_justwork ,module_le_set_pairing_mode_lagacy_just_work 
-0x5239 019832 beq le_pairing_mode_lagacy_passkey ,module_le_set_pairing_mode_lagacy_passkey 
-0x523a 019833 beq le_pairing_mode_lagacy_passkey_res_input ,module_le_set_pairing_mode_lagacy_passkey_res_input 
-0x523b 019834 branch module_hci_event_receive_invalid_cmd 
-:      019836 module_le_set_pairing_mode_secure_justwork:
-0x523c 019837 storet 1 ,mem_le_pairing_mode 
-0x523d 019838 call le_secure_connection_enable 
-0x523e 019839 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x523f 019840 branch module_le_set_noinputnooutput 
-:      019841 module_le_set_pairing_mode_secure_numeric:
-0x5240 019842 storet 1 ,mem_le_pairing_mode 
-0x5241 019843 call le_secure_connection_enable 
-0x5242 019844 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5243 019845 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
-0x5244 019846 branch module_hci_event_receive_valid_cmd 
-:      019847 module_le_set_pairing_mode_secure_passkey:
-0x5245 019848 storet 1 ,mem_le_pairing_mode 
-0x5246 019849 call le_secure_connection_enable 
-0x5247 019850 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5248 019851 branch module_le_set_displayonly 
-:      019852 module_le_set_pairing_mode_secure_passkey_res_input:
-0x5249 019853 storet 1 ,mem_le_pairing_mode 
-0x524a 019854 call le_secure_connection_enable 
-0x524b 019855 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x524c 019856 branch module_le_set_keboadonly 
-:      019859 module_le_set_no_pairing:
-0x524d 019860 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
-:      019861 module_le_set_noinputnooutput:
-0x524e 019862 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
-0x524f 019863 branch module_hci_event_receive_valid_cmd 
-:      019864 module_le_set_pairing_mode_lagacy_just_work:
-0x5250 019865 jam flag_le_bonding_no_mitm ,mem_le_pres_auth 
-0x5251 019866 branch module_le_set_noinputnooutput 
-:      019867 module_le_set_pairing_mode_lagacy_passkey:
-0x5252 019868 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-0x5253 019869 branch module_le_set_displayonly 
-:      019870 module_le_set_pairing_mode_lagacy_passkey_res_input:
-0x5254 019871 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-0x5255 019872 branch module_le_set_keboadonly 
-:      019873 module_le_set_keboadonly:
-0x5256 019874 jam flag_iocap_keyboardonly ,mem_le_pres_iocap 
-0x5257 019875 branch module_hci_event_receive_valid_cmd 
-:      019876 module_le_set_displayonly:
-0x5258 019877 jam flag_iocap_displayonly ,mem_le_pres_iocap 
-0x5259 019878 branch module_hci_event_receive_valid_cmd 
-:      019882 module_hci_cmd_le_set_adv_data:
-0x525a 019883 arg 31 ,pdata 
-0x525b 019884 arg mem_le_adv_data_len ,contw 
-0x525c 019885 branch module_hci_cmd_receive_store_mem 
-:      019889 module_hci_cmd_le_set_scan_data:
-0x525d 019890 arg 31 ,pdata 
-0x525e 019891 arg mem_le_scan_data_len ,contw 
-0x525f 019892 branch module_hci_cmd_receive_store_mem 
-:      019894 module_hci_cmd_receive_store_mem:
-0x5260 019895 fetchr loopcnt ,1 ,mem_module_uart_len 
-0x5261 019896 isub loopcnt ,null 
-0x5262 019897 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x5263 019898 istorer loopcnt ,1 ,contw 
-0x5264 019899 call uart_copy_rx_bytes_fast 
-0x5265 019900 branch module_hci_event_receive_valid_cmd 
-:      019904 module_hci_cmd_le_send_conn_update_req:
-0x5266 019905 fetch 2 ,mem_ui_state_map 
-0x5267 019906 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-0x5268 019907 fetch 1 ,mem_module_uart_len 
-0x5269 019908 bne 0x08 ,module_hci_event_receive_invalid_cmd 
-0x526a 019909 ifetch 8 ,contru 
-0x526b 019910 store 8 ,mem_le_interval_min 
-0x526c 019911 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x526d 019912 call ui_ipc_send_cmd 
-0x526e 019913 branch module_hci_event_receive_valid_cmd 
-:      019917 module_hci_cmd_set_le_adv_parameter:
-0x526f 019918 ifetch 2 ,contru 
-0x5270 019919 store 2 ,mem_le_adv_interval 
-0x5271 019920 storet 1 ,mem_lpm_overhead 
-0x5272 019921 iadd temp ,pdata 
-0x5273 019922 store 2 ,mem_lpm_interval 
-0x5274 019923 branch module_hci_event_receive_valid_cmd 
-:      019927 module_hci_cmd_le_start_pairing:
-0x5275 019928 fetch 1 ,mem_le_pairing_mode 
-0x5276 019929 branch module_hci_event_receive_invalid_cmd ,blank 
-0x5277 019930 fetch 1 ,mem_le_pairing_state 
-0x5278 019931 bne flag_le_pairing_null ,module_hci_event_receive_invalid_cmd 
-0x5279 019932 fetch 1 ,mem_le_enc_state 
-0x527a 019933 bne flag_le_enc_null ,module_hci_event_receive_invalid_cmd 
-0x527b 019934 call check_51cmd_le_smp_sec_req 
-0x527c 019935 branch module_hci_event_receive_valid_cmd 
-:      019939 module_hci_cmd_set_wake_gpio:
-0x527d 019940 fetch 1 ,mem_module_uart_len 
-0x527e 019941 bne 5 ,module_hci_event_receive_invalid_cmd 
-0x527f 019942 ifetch 1 ,contru 
-0x5280 019943 store 1 ,mem_module_mcu_wake_pin 
-0x5281 019944 ifetch 4 ,contru 
-0x5282 019945 store 4 ,mem_module_mcu_wake_delay_us 
-0x5283 019946 fetcht 1 ,mem_module_mcu_wake_pin 
-0x5284 019947 call gpio_config_output 
-0x5285 019948 call module_set_mcu_wake_pin_low 
-0x5286 019949 branch module_hci_event_receive_valid_cmd 
-:      019953 module_hci_cmd_set_tx_power:
-0x5287 019954 fetch 1 ,mem_module_uart_len 
-0x5288 019955 bne 0x01 ,module_hci_event_receive_invalid_cmd 
-0x5289 019956 ifetch 1 ,contru 
-0x528a 019957 store 1 ,mem_tx_power 
-0x528b 019958 branch module_hci_event_receive_valid_cmd 
-:      019962 module_hci_cmd_le_confirm_gkey:
-0x528c 019963 ifetch 1 ,contru 
-0x528d 019964 beq 0x01 ,module_hci_cmd_le_confirm_gkey_fail 
-0x528e 019965 fetch 1 ,mem_le_secure_connect_state 
-0x528f 019966 beq le_sc_stat_send_public_key ,module_hci_cmd_le_confirm_gkey_ok 
-0x5290 019967 beq le_sc_stat_receive_dhkey ,module_hci_cmd_le_confirm_gkey_ok 
-0x5291 019968 beq le_sc_stat_wait_confirm_gkey ,module_hci_cmd_le_confirm_gkey_ok 
-0x5292 019969 branch module_hci_event_receive_invalid_cmd 
-:      019970 module_hci_cmd_le_confirm_gkey_ok:
-0x5293 019971 jam flag_le_sc_confrim_gkey_ok ,mem_le_sc_confirm_gkey_flag 
-0x5294 019972 branch module_hci_event_receive_valid_cmd 
-:      019974 module_hci_cmd_le_confirm_gkey_fail:
-0x5295 019975 call le_send_pairing_confirm_value_failed 
-0x5296 019976 branch module_hci_event_receive_valid_cmd 
-:      019982 module_hci_cmd_reset_chip:
-0x5297 019983 call module_hci_event_receive_valid_cmd 
-0x5298 019984 call wait_uarttx 
-0x5299 019985 jam 0x01 ,core_reset 
-0x529a 019986 branch assert 
-:      019990 module_hci_cmd_le_set_fixed_passkey:
-0x529b 019991 fetch 1 ,mem_module_uart_len 
-0x529c 019992 beq 0 ,module_hci_event_receive_invalid_cmd 
-0x529d 019993 ifetch 1 ,contru 
-0x529e 019994 branch module_hci_cmd_le_set_random_passkey ,blank 
-0x529f 019995 fetch 1 ,mem_module_uart_len 
-0x52a0 019996 bne 5 ,module_hci_event_receive_invalid_cmd 
-0x52a1 019997 ifetch 4 ,contru 
-0x52a2 019998 arg 1000000 ,temp 
-0x52a3 019999 isub temp ,null 
-0x52a4 020000 branch module_hci_event_receive_invalid_cmd ,positive 
-0x52a5 020001 store 4 ,mem_le_tk 
-0x52a6 020002 call le_set_config_fixed_tk 
-0x52a7 020003 branch module_hci_event_receive_valid_cmd 
-:      020005 module_hci_cmd_le_set_random_passkey:
-0x52a8 020006 call le_clr_config_fixed_tk 
-0x52a9 020007 branch module_hci_event_receive_valid_cmd 
-:      020011 module_hci_cmd_delete_customize_service:
-0x52aa 020012 arg 0x0001 ,temp 
-0x52ab 020013 call le_att_get_handle_ptr2 
-0x52ac 020014 add contr ,-2 ,contw 
-0x52ad 020015 setarg 0x0000 
-0x52ae 020016 istore 2 ,contw 
-0x52af 020017 branch module_hci_event_receive_valid_cmd 
-:      020021 module_hci_cmd_add_service_uuid:
-0x52b0 020022 call module_hci_cmd_add_service_uuid_set_uuid 
-0x52b1 020023 call uart_copy_rx_bytes_len_data 
-0x52b2 020024 setarg 0x0000 
-0x52b3 020025 istore 2 ,contw 
-0x52b4 020026 branch module_hci_event_uuid_handle 
-:      020031 module_hci_cmd_add_characteristic_uuid:
-0x52b5 020032 ifetch 1 ,contru 
-0x52b6 020033 call module_hci_cmd_add_characteristic_uuid_set_handle 
-0x52b7 020034 call module_hci_cmd_add_characteristic_uuid_set_uuid 
-0x52b8 020035 branch module_hci_event_uuid_handle 
-:      020038 module_hci_cmd_add_service_uuid_set_uuid:
-0x52b9 020039 call le_att_creat_new_handle 
-0x52ba 020040 setarg 0x280002 
-0x52bb 020041 istore 3 ,contw 
-0x52bc 020042 rtn 
-:      020045 module_hci_cmd_add_characteristic_uuid_set_handle:
-0x52bd 020046 store 1 ,mem_pdatatemp 
-0x52be 020047 call le_att_creat_new_handle 
-0x52bf 020048 setarg 0x01280302 
-0x52c0 020049 istore 4 ,contw 
-0x52c1 020050 fetch 1 ,mem_pdatatemp 
-0x52c2 020051 istore 3 ,contw 
-0x52c3 020052 rtn 
-:      020055 module_hci_cmd_add_characteristic_uuid_set_uuid:
-0x52c4 020056 call le_att_get_last_handle 
-0x52c5 020057 ifetch 1 ,contru 
-0x52c6 020058 and pdata ,0x1f ,loopcnt 
-0x52c7 020059 copy pdata ,rega 
-0x52c8 020060 isolate1 bit_of_write_authenticated ,rega 
-0x52c9 020061 setflag true ,bit_of_att_handle_write_authenticated ,temp 
-0x52ca 020062 isolate1 bit_of_read_authenticated ,rega 
-0x52cb 020063 setflag true ,bit_of_att_handle_read_authenticated ,temp 
-0x52cc 020064 istoret 2 ,contw 
-0x52cd 020065 copy loopcnt ,pdata 
-0x52ce 020066 istore 1 ,contw 
-0x52cf 020067 call uart_copy_rx_bytes 
-0x52d0 020068 call uart_copy_rx_bytes_len_data 
-0x52d1 020069 setarg 0 
-0x52d2 020070 istore 2 ,contw 
-0x52d3 020071 and temp ,0xff ,temp 
-0x52d4 020072 increase -1 ,temp 
-0x52d5 020073 call le_att_get_handle_ptr2 
-0x52d6 020074 add contr ,4 ,contr 
-0x52d7 020075 ifetch 1 ,contr 
-0x52d8 020076 bbit1 bit_characteristic_notify ,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid 
-0x52d9 020077 bbit1 bit_characteristic_indicate ,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid 
-0x52da 020078 increase 1 ,temp 
-0x52db 020079 rtn 
-:      020082 module_hci_cmd_add_characteristic_uuid_set_ccc_uuid:
-0x52dc 020083 call le_att_get_last_handle 
-0x52dd 020084 isolate1 bit_of_notify_authenticated ,rega 
-0x52de 020085 setflag true ,bit_of_att_handle_write_authenticated ,temp 
-0x52df 020086 istoret 2 ,contw 
-0x52e0 020087 setarg 0x02290202 
-0x52e1 020088 istore 8 ,contw 
-0x52e2 020089 increase -1 ,temp 
-0x52e3 020090 rtn 
-:      020093 le_att_creat_new_handle:
-0x52e4 020094 call le_att_get_last_handle 
-0x52e5 020095 istoret 2 ,contw 
-0x52e6 020096 rtn 
-:      020099 uart_copy_rx_bytes_len_data:
-0x52e7 020100 ifetch 1 ,contru 
-0x52e8 020101 copy pdata ,loopcnt 
-0x52e9 020102 istore 1 ,contw 
-0x52ea 020103 branch uart_copy_rx_bytes 
-:      020107 module_hci_cmd_le_passkey_entry_input:
-0x52eb 020108 fetch 1 ,mem_le_pairing_state 
-0x52ec 020109 bne flag_le_pairing_receive_pairing_confirm ,module_hci_event_receive_invalid_cmd 
-0x52ed 020110 fetch 1 ,mem_le_pairing_mode 
-0x52ee 020111 beq le_pairing_mode_lagacy_passkey_res_input ,module_hci_cmd_passkey_entry_res_input 
-0x52ef 020112 beq le_pairing_mode_secure_connect_passkey_res_input ,module_hci_cmd_passkey_entry_sc_res_input 
-0x52f0 020113 branch module_hci_event_receive_invalid_cmd 
-:      020115 module_hci_cmd_passkey_entry_sc_res_input:
-0x52f1 020116 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x52f2 020117 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
-0x52f3 020118 branch module_hci_cmd_receive_ble_passkey 
-:      020120 module_hci_cmd_receive_ble_passkey:
-0x52f4 020121 ifetch 4 ,contru 
-0x52f5 020122 store 4 ,mem_le_tk 
-0x52f6 020123 branch module_hci_event_receive_valid_cmd 
-:      020125 module_hci_cmd_passkey_entry_res_input:
-0x52f7 020126 call module_hci_cmd_receive_ble_passkey 
-0x52f8 020127 branch le_send_smp_pairing_confirm 
-:      020131 module_hci_cmd_le_create_conn:
-0x52f9 020132 ifetch 6 ,contru 
-0x52fa 020133 store 6 ,mem_le_conn_peer_addr 
-0x52fb 020134 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
-0x52fc 020135 jam on ,mem_le_conn_flag 
-0x52fd 020136 jam on ,mem_le_scan_enable 
-0x52fe 020137 branch module_hci_event_receive_valid_cmd 
-:      020142 module_hci_cmd_ble_set_phy:
-0x52ff 020143 fetch 1 ,mem_module_uart_len 
-0x5300 020144 bne 2 ,module_hci_event_receive_invalid_cmd 
-0x5301 020145 ifetcht 2 ,contru 
-0x5302 020146 call le_set_phys 
-0x5303 020147 branch module_hci_event_receive_valid_cmd 
-:      020151 module_hci_cmd_ble_read_current_phy:
-0x5304 020152 arg 0 ,temp 
-0x5305 020153 arg 2 ,rega 
-0x5306 020154 arg mem_context + coffset_le_rx_phy ,regb 
-0x5307 020155 branch module_hci_event_set_cmd 
-:      020159 module_hci_cmd_ble_set_dle:
-0x5308 020160 fetch 1 ,mem_module_uart_len 
-0x5309 020161 bne 8 ,module_hci_event_receive_invalid_cmd 
-0x530a 020162 ifetch 8 ,contru 
-0x530b 020163 call le_set_dle 
-0x530c 020164 branch module_hci_event_receive_valid_cmd 
-:      020168 module_hci_cmd_read_chip_data:
-0x530d 020169 ifetchr rega ,1 ,contru 
-0x530e 020170 ifetchr regb ,2 ,contru 
-0x530f 020171 arg 0 ,temp 
-0x5310 020172 branch module_hci_event_set_cmd 
-:      020176 module_hci_cmd_write_chip_data:
-0x5311 020177 fetchr loopcnt ,1 ,mem_module_uart_len 
-0x5312 020178 increase -2 ,loopcnt 
-0x5313 020179 ifetch 2 ,contru 
-0x5314 020180 copy pdata ,contw 
-0x5315 020181 call uart_copy_rx_bytes_fast 
-0x5316 020182 branch module_hci_event_receive_valid_cmd 
-:      020187 module_hci_cmd_close_lpm:
-0x5317 020188 jam 0 ,mem_lpm_mode 
-0x5318 020189 branch module_hci_event_receive_valid_cmd 
-:      020194 module_hci_event_receive_invalid_cmd:
-0x5319 020195 arg 1 ,temp 
-0x531a 020196 arg 0 ,rega 
-0x531b 020197 branch module_hci_event_set_cmd 
-:      020200 module_hci_event_receive_valid_cmd:
-0x531c 020201 arg 0 ,temp 
-0x531d 020202 arg 0 ,rega 
-0x531e 020203 branch module_hci_event_set_cmd 
-:      020207 module_hci_event_le_connect:
-0x531f 020208 jam hci_event_le_conn_rep ,mem_module_uart_opcode 
-0x5320 020209 branch module_hci_event_enter_standby_mode_len0 
-:      020214 module_hci_event_le_disconnect:
-0x5321 020215 jam hci_event_le_dis_rep ,mem_module_uart_opcode 
-0x5322 020216 branch module_hci_event_enter_standby_mode_len0 
-:      020224 module_hci_event_set_cmd:
-0x5323 020225 fetch 1 ,mem_module_uart_opcode 
-0x5324 020226 copy pdata ,regc 
-0x5325 020227 jam hci_event_cmd_res ,mem_module_uart_opcode 
-0x5326 020228 setarg 2 
-0x5327 020229 iadd rega ,pdata 
-0x5328 020230 call module_hci_prepare_tx 
-0x5329 020231 copy regc ,pdata 
-0x532a 020232 istore 1 ,contwu 
-0x532b 020233 istoret 1 ,contwu 
-0x532c 020234 copy rega ,loopcnt 
-0x532d 020235 copy regb ,contr 
-0x532e 020236 call uart_copy_tx_bytes 
-0x532f 020237 branch module_hci_transmit_tx 
-:      020244 module_hci_event_receive_le_data:
-0x5330 020245 jam hci_event_le_data_rep ,mem_module_uart_opcode 
-0x5331 020246 add loopcnt ,2 ,pdata 
-0x5332 020247 call module_hci_prepare_tx 
-0x5333 020248 fetch 2 ,mem_module_le_rx_data_handle 
-0x5334 020249 istore 2 ,contwu 
-0x5335 020250 fetch 2 ,mem_module_le_rx_data_address 
-0x5336 020251 icopy contr 
-0x5337 020252 call uart_copy_tx_bytes_fast 
-0x5338 020253 copy contr ,pdata 
-0x5339 020254 store 2 ,mem_module_le_rx_data_address 
-0x533a 020255 branch module_hci_transmit_tx 
-:      020259 module_hci_event_enter_standby_mode:
-0x533b 020260 jam hci_event_standby_rep ,mem_module_uart_opcode 
-:      020261 module_hci_event_enter_standby_mode_len0:
-0x533c 020262 setarg 0 
-0x533d 020263 call module_hci_prepare_tx 
-0x533e 020264 branch module_hci_transmit_tx 
-:      020268 module_hci_event_status_res:
-0x533f 020269 jam hci_event_status_res ,mem_module_uart_opcode 
-0x5340 020270 setarg 1 
-0x5341 020271 call module_hci_prepare_tx 
-0x5342 020273 call module_hci_read_bt_status 
-0x5343 020275 fetch 2 ,mem_ui_state_map 
-0x5344 020276 arg ui_state_ble_connected ,queue 
-0x5345 020277 qisolate1 pdata 
-0x5346 020278 setflag true ,5 ,temp 
-0x5347 020282 istoret 1 ,contwu 
-0x5348 020283 branch module_hci_transmit_tx 
-:      020287 module_hci_read_bt_status:
-0x5349 020288 arg 0 ,temp 
-0x534a 020289 fetch 1 ,mem_le_adv_enable 
-0x534b 020290 arg 0 ,queue 
-0x534c 020291 qisolate1 pdata 
-0x534d 020292 setflag true ,2 ,temp 
-0x534e 020293 rtn 
-:      020297 module_hci_event_store_device:
-0x534f 020298 jam hci_event_nvram_rep ,mem_module_uart_opcode 
-0x5350 020299 fetch 1 ,mem_nv_data_number 
-0x5351 020300 mul32 pdata ,34 ,pdata 
-0x5352 020301 icopy loopcnt 
-0x5353 020302 call module_hci_prepare_tx 
-0x5354 020303 fetch 2 ,mem_nv_data_ptr 
-0x5355 020304 icopy contr 
-0x5356 020305 call uart_copy_tx_bytes_fast 
-0x5357 020306 branch module_hci_transmit_tx 
-:      020309 module_hci_event_gkey_generate:
-0x5358 020310 jam hci_event_gkey ,mem_module_uart_opcode 
-0x5359 020311 setarg 4 
-0x535a 020312 call module_hci_prepare_tx 
-0x535b 020313 fetch 4 ,mem_gkey 
-0x535c 020314 istore 4 ,contwu 
-0x535d 020315 branch module_hci_transmit_tx 
-:      020318 module_hci_event_invalid_packet:
-0x535e 020319 jam hci_event_invalid_packet ,mem_module_uart_opcode 
-0x535f 020320 fetch 2 ,core_uart_rxitems 
-0x5360 020321 arg 0x40 ,temp 
-0x5361 020322 call not_greater_than 
-0x5362 020323 copy pdata ,rega 
-0x5363 020324 copy pdata ,loopcnt 
-0x5364 020325 call uarta_prepare_rx 
-0x5365 020326 arg mem_module_rx_error_data_buffer ,contw 
-0x5366 020327 call uart_copy_rx_bytes_fast 
-0x5367 020328 copy rega ,pdata 
-0x5368 020329 copy rega ,loopcnt 
-0x5369 020330 call module_hci_prepare_tx 
-0x536a 020331 arg mem_module_rx_error_data_buffer ,contr 
-0x536b 020332 call uart_copy_tx_bytes_fast 
-0x536c 020333 branch module_hci_transmit_tx 
-:      020337 module_hci_event_passkey_entry_mode:
-0x536d 020338 jam hci_event_get_passkey ,mem_module_uart_opcode 
-0x536e 020339 branch module_hci_event_enter_standby_mode_len0 
-:      020343 module_hci_event_le_tk:
-0x536f 020344 jam hci_event_le_tk ,mem_module_uart_opcode 
-0x5370 020345 setarg 4 
-0x5371 020346 call module_hci_prepare_tx 
-0x5372 020347 fetch 4 ,mem_le_tk 
-0x5373 020348 istore 4 ,contwu 
-0x5374 020349 branch module_hci_transmit_tx 
-:      020353 module_hci_event_le_pairing_fail:
-0x5375 020354 arg flag_ble_pairing_fail ,rega 
-0x5376 020355 branch module_hci_event_pairing_completed 
-:      020357 module_hci_event_le_pairing_success:
-0x5377 020358 arg flag_ble_pairing_success ,rega 
-0x5378 020359 branch module_hci_event_pairing_completed 
-:      020362 module_hci_event_pairing_completed:
-0x5379 020363 jam hci_event_le_pairing_state ,mem_module_uart_opcode 
-0x537a 020364 setarg 2 
-0x537b 020365 call module_hci_prepare_tx 
-0x537c 020366 copy rega ,pdata 
-0x537d 020367 istore 2 ,contwu 
-0x537e 020368 branch module_hci_transmit_tx 
-:      020372 module_hci_event_pause_enc:
-0x537f 020373 arg flag_event_pause_enc ,regc 
-0x5380 020374 branch module_hci_event_enc 
-:      020376 module_hci_event_start_enc:
-0x5381 020377 arg flag_event_start_enc ,regc 
-:      020379 module_hci_event_enc:
-0x5382 020380 jam hci_event_le_encryption_state ,mem_module_uart_opcode 
-0x5383 020381 setarg 1 
-0x5384 020382 call module_hci_prepare_tx 
-0x5385 020383 copy regc ,pdata 
-0x5386 020384 istore 1 ,contwu 
-0x5387 020385 branch module_hci_transmit_tx 
-:      020391 module_hci_event_uuid_handle:
-0x5388 020392 storet 2 ,mem_temp 
-0x5389 020393 jam hci_event_uuid_handle ,mem_module_uart_opcode 
-0x538a 020394 setarg 2 
-0x538b 020395 call module_hci_prepare_tx 
-0x538c 020396 fetcht 2 ,mem_temp 
-0x538d 020397 istoret 2 ,contwu 
-0x538e 020398 branch module_hci_transmit_tx 
-:      020402 module_hci_event_le_input_passkey:
-0x538f 020403 jam hci_event_le_input_gkey ,mem_module_uart_opcode 
-0x5390 020404 branch module_hci_event_enter_standby_mode_len0 
-:      020408 module_hci_event_le_update_phy:
-0x5391 020409 jam hci_ble_update_phy_event ,mem_module_uart_opcode 
-0x5392 020410 setarg 2 
-0x5393 020411 call module_hci_prepare_tx 
-0x5394 020412 fetch 2 ,mem_context + coffset_le_rx_phy 
-0x5395 020413 istore 2 ,contwu 
-0x5396 020414 branch module_hci_transmit_tx 
-:      020426 module_hci_prepare_tx:
-0x5397 020427 jam 0x02 ,mem_module_uart_cmd 
-0x5398 020428 store 1 ,mem_module_uart_len 
-0x5399 020429 storet 8 ,mem_temp 
-0x539a 020430 bpatch patch0c_6 ,mem_patch0c 
-0x539b 020431 call module_set_mcu_wake_pin_high_delay 
-0x539c 020432 fetcht 8 ,mem_temp 
-0x539d 020433 call uarta_prepare_tx_register_push 
-0x539e 020434 fetch 3 ,mem_module_uart_cmd 
-0x539f 020435 istore 3 ,contwu 
-0x53a0 020436 rtn 
-:      020438 module_hci_transmit_tx:
-0x53a1 020439 bpatch patch0c_7 ,mem_patch0c 
-0x53a2 020440 branch uarta_send_register_pop 
-:      020442 module_set_mcu_wake_pin_high_delay:
-0x53a3 020443 call module_check_mcu_wake_pin_high 
-0x53a4 020444 rtn true 
-:      020445 module_set_mcu_wake_pin_h_delay:
-0x53a5 020446 call module_set_mcu_wake_pin_high 
-0x53a6 020447 fetch 4 ,mem_module_mcu_wake_delay_us 
-0x53a7 020448 rshift2 pdata ,pdata 
-0x53a8 020449 rtn blank 
-0x53a9 020450 branch delay 
-:      020452 module_set_mcu_wake_pin_high:
-0x53aa 020453 fetcht 1 ,mem_module_mcu_wake_pin 
-0x53ab 020454 branch gpio_out_active 
-:      020456 module_check_mcu_wake_pin_high:
-0x53ac 020457 fetcht 1 ,mem_module_mcu_wake_pin 
-0x53ad 020458 branch gpio_check_active 
-:      020460 module_set_mcu_wake_pin_low:
-0x53ae 020461 fetcht 1 ,mem_module_mcu_wake_pin 
-0x53af 020462 branch gpio_out_inactive 
-:      020473 module_le_receive_data:
-0x53b0 020474 storer rega ,2 ,mem_module_le_rx_data_address 
-0x53b1 020475 storer regb ,2 ,mem_module_le_rx_data_len 
-0x53b2 020476 fetch 2 ,mem_le_att_handle 
-0x53b3 020477 store 2 ,mem_module_le_rx_data_handle 
-0x53b4 020478 call module_check_ble_encrypt_state 
-0x53b5 020479 rtn user 
-:      020481 module_le_receive_data_ok:
-0x53b6 020482 fetcht 2 ,mem_module_le_rx_data_len 
-0x53b7 020483 fetch 1 ,mem_module_ble_data_uart_max_length 
-0x53b8 020484 call not_greater_than 
-0x53b9 020485 copy pdata ,loopcnt 
-0x53ba 020486 copy temp ,pdata 
-0x53bb 020487 isub loopcnt ,pdata 
-0x53bc 020488 store 2 ,mem_module_le_rx_data_len 
-0x53bd 020489 call module_hci_event_receive_le_data 
-0x53be 020490 fetch 2 ,mem_module_le_rx_data_len 
-0x53bf 020491 rtn blank 
-0x53c0 020492 branch module_le_receive_data_ok 
-:      020497 module_bb_event_timer:
-0x53c1 020498 rtn 
-:      020500 module_read_vdd_timer:
-0x53c2 020501 fetch 1 ,mem_module_read_vdd_flag 
-0x53c3 020502 rtn blank 
-0x53c4 020503 fetch 1 ,mem_module_read_vdd_count 
-0x53c5 020504 rtn blank 
-0x53c6 020505 increase -1 ,pdata 
-0x53c7 020506 store 1 ,mem_module_read_vdd_count 
-0x53c8 020507 nrtn blank 
-0x53c9 020508 jam flag_module_read_vdd_count ,mem_module_read_vdd_count 
-0x53ca 020509 call enable_adc 
-0x53cb 020510 call vdd_calculate_by_mode 
-0x53cc 020511 div pdata ,10 
-0x53cd 020512 call get_div_result 
-0x53ce 020513 div pdata ,100 
-0x53cf 020514 call get_div_result 
-0x53d0 020515 remainder temp 
-0x53d1 020516 store 1 ,mem_module_vdd_quotient 
-0x53d2 020517 storet 1 ,mem_module_vdd_remainder 
-0x53d3 020518 rtn 
-:      020524 module_set_le_tx_data_flag:
-0x53d4 020525 arg module_flag_ble_data_finish ,queue 
-0x53d5 020526 branch module_set_state 
-:      020528 module_clear_le_tx_data_flag:
-0x53d6 020529 arg module_flag_ble_data_finish ,queue 
-0x53d7 020530 branch module_clr_state 
-:      020532 module_clr_state:
-0x53d8 020533 fetch 2 ,mem_module_flag 
-0x53d9 020534 qset0 pdata 
-0x53da 020535 store 2 ,mem_module_flag 
-0x53db 020536 rtn 
-:      020538 module_set_state:
-0x53dc 020539 fetch 2 ,mem_module_flag 
-0x53dd 020540 qset1 pdata 
-0x53de 020541 store 2 ,mem_module_flag 
-0x53df 020542 rtn 
-:      020547 mouse_init:
-0x53e0 020548 call enable_authrom 
-0x53e1 020549 call mouse_setting_config 
-0x53e2 020550 call mouse_init_sunt 
-0x53e3 020551 rtn wake 
-0x53e4 020552 call mouse_setting_sensor_type 
-0x53e5 020553 call mouse_drawing_optima_init 
-0x53e6 020554 call mouse_cb_fuction 
-0x53e7 020555 call mouse_sensor_powerdown 
-:      020556 mouse_init_wireless:
-0x53e8 020557 fetch 2 ,mem_ui_state_map 
-0x53e9 020558 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x53ea 020559 call mouse_check_select_device_by_switch 
-0x53eb 020560 branch mouse_start_work 
-:      020563 mouse_cb_fuction:
-0x53ec 020564 bpatch patch0d_0 ,mem_patch0d 
-0x53ed 020565 setarg mouse_24g_short_sleep 
-0x53ee 020566 store 2 ,mem_cb_24g_transmit_short_sleep 
-0x53ef 020567 setarg mouse_24g_long_sleep 
-0x53f0 020568 store 2 ,mem_cb_24g_transmit_long_sleep 
-0x53f1 020569 setarg mouse_24g_before_lpm_sleep 
-0x53f2 020570 store 2 ,mem_cb_before_lpm_sleep 
-0x53f3 020571 setarg mouse_24g_package_data 
-0x53f4 020572 store 2 ,mem_cb_24g_transmit_data 
-0x53f5 020573 setarg mouse_24g_search_dongle 
-0x53f6 020574 store 2 ,mem_cb_24g_search_receiver 
-0x53f7 020575 setarg mouse_lpm_before_common 
-0x53f8 020576 store 2 ,mem_cb_24g_lpm_before 
-0x53f9 020577 setarg mouse_le 
-0x53fa 020578 store 2 ,mem_cb_le_process 
-0x53fb 020579 setarg mouse_process_lpm_before 
-0x53fc 020580 store 2 ,mem_cb_before_lpm 
-0x53fd 020581 setarg mouse_priority_bb_event 
-0x53fe 020582 store 2 ,mem_cb_bb_event_process 
-0x53ff 020583 setarg mouse_idle 
-0x5400 020584 store 2 ,mem_cb_idle_process 
-0x5401 020585 setarg mouse_before_hibernate 
-0x5402 020586 store 2 ,mem_cb_before_hibernate 
-0x5403 020587 setarg mouse_le_bb_event_connect_complete 
-0x5404 020588 store 2 ,mem_cb_att_write 
-0x5405 020589 setarg mouse_bb_event_timer 
-0x5406 020590 store 2 ,mem_cb_event_timer 
-0x5407 020591 setarg mouse_spi_write_flash_cb 
-0x5408 020592 store 2 ,mem_cb_spi_flash_write_complate 
-0x5409 020593 setarg mouse_lpm_check_wake_lock 
-0x540a 020594 store 2 ,mem_cb_check_wakelock 
-0x540b 020595 setarg mouse_le_transmit 
-0x540c 020596 store 2 ,mem_cb_ble_transmit 
-0x540d 020597 setarg mouse_set_lpm_mult 
-0x540e 020598 store 2 ,mem_cb_bt_set_mult 
-0x540f 020599 rtn 
-:      020602 mouse_setting_config:
-0x5410 020603 rtn wake 
-0x5411 020604 call g24_transmit_init 
-0x5412 020605 call g24_chmap_param_init 
-0x5413 020606 call mouse_24g_send_time_long_wake 
-0x5414 020607 call mouse_gpio_init 
-0x5415 020608 call mouse_le_name_modify 
-0x5416 020609 call mouse_param_init 
-0x5417 020610 call mouse_device_multi_led_parm_init 
-0x5418 020611 call le_set_fixed_ltk_justwork 
-:      020612 mouse_load_device_info_check:
-0x5419 020613 bpatch patch0d_1 ,mem_patch0d 
-0x541a 020614 fetch mouse_flag_len ,mem_mouse_flag 
-0x541b 020615 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
-0x541c 020616 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
-0x541d 020617 bbit1 mouse_enable_otp ,mouse_load_otp_info_check 
-0x541e 020618 rtn 
-:      020620 mouse_xtal_init:
-0x541f 020621 jam xtal_16m ,mem_fcomp_div 
-0x5420 020622 fetch mouse_flag_len ,mem_mouse_flag 
-0x5421 020623 rtnbit1 mouse_enable_16m 
-0x5422 020624 jam xtal_24m ,mem_fcomp_div 
-0x5423 020625 rtn 
-:      020627 mouse_24g_phy_select:
-0x5424 020628 call g24_enable_1m 
-0x5425 020629 fetch mouse_flag_len ,mem_mouse_flag 
-0x5426 020630 rtnbit0 mouse_enable_24g_2m_phy 
-0x5427 020631 branch g24_enable_2m 
-:      020633 mouse_default_init:
-0x5428 020634 bpatch patch0d_2 ,mem_patch0d 
-0x5429 020635 fetch mouse_flag_len ,mem_mouse_flag 
-0x542a 020636 isolate1 mouse_keyboard_enable ,pdata 
-0x542b 020637 call mouse_customer_key_enable ,true 
-:      020639 mouse_default_parm_init:
-0x542c 020640 fetch 2 ,mem_mouse_24g_pair_timeout_init 
-0x542d 020641 store 2 ,mem_24g_pair_timeout_init 
-0x542e 020643 fetch 1 ,mem_mouse_24g_reconn_timeout_init 
-0x542f 020644 store 2 ,mem_24g_reconn_timeout_init 
-0x5430 020646 fetch 5 ,mem_rssi_dis_min_24g_init 
-0x5431 020647 store 5 ,mem_rssi_dis_min_24g 
-0x5432 020649 fetch 1 ,mem_mouse_24g_pair_tx_power 
-0x5433 020650 store 1 ,mem_24g_pair_tx_power 
-0x5434 020652 fetch 1 ,mem_24g_ch_map_update 
-0x5435 020653 ncall g24_chamap_param_update ,blank 
-:      020654 mouse_default_parm_init_next:
-0x5436 020655 bpatch patch0d_3 ,mem_patch0d 
-0x5437 020656 call mouse_xtal_init 
-0x5438 020657 call mouse_24g_phy_select 
-0x5439 020658 call mouse_24g_long_sleep_set 
-0x543a 020659 branch g24_pair_param_init 
-:      020661 mouse_param_common_init:
-0x543b 020662 setarg mouse_ble_att_list_addr 
-0x543c 020663 store 2 ,mem_ui_le_uuid_table 
-0x543d 020664 jam 3 ,mem_lpm_mult_timeout 
-0x543e 020665 jam 8 ,mem_lpm_overhead 
-0x543f 020666 jam pb_button_state_up ,mem_select_device_button_statue 
-0x5440 020667 jam commbination_key_state_up ,mem_commbination_key_statue 
-0x5441 020668 setarg 0x0200 
-0x5442 020669 store 2 ,mem_lpm_interval 
-0x5443 020670 jam 0x17 ,mem_le_local_mtu 
-0x5444 020671 jam 0x17 ,mem_le_remote_mtu 
-0x5445 020673 setarg mem_le_tx_buffer0_omemalloc 
-0x5446 020674 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
-0x5447 020675 setarg mouse_ble_l2cap_txbuff_size 
-0x5448 020676 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
-0x5449 020677 branch mouse_adc_gpio_mux_init 
-:      020679 mouse_param_init:
-0x544a 020680 bpatch patch0d_4 ,mem_patch0d 
-0x544b 020681 call mouse_param_common_init 
-0x544c 020682 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
-0x544d 020684 setarg 0x0a77 
-0x544e 020685 store 2 ,mem_spi_init_clk 
-0x544f 020686 setsect 0 ,0x1224 
-0x5450 020687 setsect 1 ,0x4000 
-0x5451 020688 setsect 2 ,0x0 
-0x5452 020689 istore 5 ,contw 
-0x5453 020692 fetch mouse_flag_len ,mem_mouse_flag 
-0x5454 020693 bbit0 mouse_enable_bt_125hz ,mouse_param_init_intervl_end 
-0x5455 020694 setarg le_interval_7_5ms 
-0x5456 020695 store 2 ,mem_le_interval_min 
-0x5457 020696 store 2 ,mem_le_interval_min + 2 
-:      020697 mouse_param_init_intervl_end:
-0x5458 020698 call mouse_g24_interval_param_8ms 
-0x5459 020699 fetch mouse_flag_len ,mem_mouse_flag 
-0x545a 020700 bbit0 mouse_enable_24g_250hz ,mouse_24g_short_sleep_set_end 
-0x545b 020701 call mouse_g24_interval_param_4ms 
-:      020702 mouse_24g_short_sleep_set_end:
-0x545c 020703 fetch 3 ,mem_24g_short_sleep_set 
-0x545d 020704 store 3 ,mem_mouse_24g_short_sleep_set_init 
-0x545e 020705 fetch 1 ,mem_device_flag 
-0x545f 020706 store 1 ,mem_device_flag_temp 
-0x5460 020707 fetch 3 ,mem_le_lap + 3 
-0x5461 020708 store 3 ,mem_mouse_le_lap_temp 
-0x5462 020709 setarg 0 
-0x5463 020710 store 7 ,mem_mouse_key 
-0x5464 020711 fetch 1 ,mem_ui_button_timeout 
-0x5465 020712 store 1 ,mem_bt_discovery_count 
-0x5466 020713 store 1 ,mem_select_device_count 
-0x5467 020714 call le_modified_name_adv 
-:      020715 mouse_sensor_set_angle:
-0x5468 020716 bpatch patch0d_5 ,mem_patch0d 
-0x5469 020717 fetch 1 ,mem_sensor_angle_default 
-0x546a 020718 store 1 ,mem_config_sensor_angle 
-0x546b 020719 fetch 1 ,mem_select_sensor_angle_gpio 
-0x546c 020720 rtneq gpio_disable 
-0x546d 020721 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x546e 020722 call mouse_gpio_config_input_pu 
-0x546f 020723 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x5470 020724 call gpio_get_bit 
-0x5471 020725 call mouse_sensor_switch_angle ,true 
-0x5472 020726 branch mouse_gpio_config_input_pd 
-:      020727 mouse_sensor_switch_angle:
-0x5473 020728 fetch 1 ,mem_sensor_angle_switch 
-0x5474 020729 store 1 ,mem_config_sensor_angle 
-0x5475 020730 rtn 
-:      020732 mouse_g24_interval_param_4ms:
-0x5476 020733 fetch 3 ,mem_mouse_24g_short_sleep_set_4ms 
-0x5477 020734 store 3 ,mem_24g_short_sleep_set 
-0x5478 020735 fetch 3 ,mem_mouse_24g_long_sleep_set_4ms 
-0x5479 020736 store 3 ,mem_24g_long_sleep_set 
-0x547a 020737 fetch 1 ,mem_mouse_24g_fast_hop_count_4ms 
-0x547b 020738 store 1 ,mem_24g_fast_hop_count 
-0x547c 020739 fetch 4 ,mem_mouse_24g_tsniff_4ms 
-0x547d 020740 store 4 ,mem_mouse_24g_tsniff 
-:      020741 mouse_report_rate_set_250hz:
-0x547e 020742 setarg 0x100c0c 
-0x547f 020743 store 3 ,mem_24g_interval 
-0x5480 020744 rtn 
-:      020746 mouse_g24_interval_param_8ms:
-0x5481 020747 fetch 3 ,mem_mouse_24g_short_sleep_set_8ms 
-0x5482 020748 store 3 ,mem_24g_short_sleep_set 
-0x5483 020749 fetch 3 ,mem_mouse_24g_long_sleep_set_8ms 
-0x5484 020750 store 3 ,mem_24g_long_sleep_set 
-0x5485 020751 fetch 1 ,mem_mouse_24g_fast_hop_count_8ms 
-0x5486 020752 store 1 ,mem_24g_fast_hop_count 
-0x5487 020753 fetch 4 ,mem_mouse_24g_tsniff_8ms 
-0x5488 020754 store 4 ,mem_mouse_24g_tsniff 
-:      020755 mouse_report_rate_set_125hz:
-0x5489 020756 setarg 0x1c1919 
-0x548a 020757 store 3 ,mem_24g_interval 
-0x548b 020758 rtn 
-:      020770 mouse_start_work:
-0x548c 020771 bpatch patch0d_6 ,mem_patch0d 
-0x548d 020772 fetch mouse_flag_len ,mem_mouse_flag 
-0x548e 020773 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
-0x548f 020774 fetch 1 ,mem_device_flag 
-0x5490 020775 beq mode_24g_device ,mouse_24g_start_mode 
-:      020776 mouse_le_fast_conn_judge:
-0x5491 020777 call mouse_bluetooth_fast_conn_disable 
-0x5492 020778 fetch 1 ,mem_device_flag 
-0x5493 020779 beq mode_bt_device1 ,mouse_le_device1_judge 
-0x5494 020780 beq mode_bt_device2 ,mouse_le_device2_judge 
-0x5495 020781 rtn 
-:      020782 mouse_le_device1_judge:
-0x5496 020783 fetch 6 ,mem_device1_addr 
-0x5497 020784 fetcht 6 ,mem_mouse_compare_addr 
-0x5498 020785 isub temp ,null 
-0x5499 020786 branch mouse_bluetooth_fast_conn_init ,zero 
-0x549a 020787 branch mouse_start_reconnect_device 
-:      020789 mouse_le_device2_judge:
-0x549b 020790 fetch 6 ,mem_device2_addr 
-0x549c 020791 fetcht 6 ,mem_mouse_compare_addr 
-0x549d 020792 isub temp ,null 
-0x549e 020793 branch mouse_bluetooth_fast_conn_init ,zero 
-0x549f 020794 branch mouse_start_reconnect_device 
-:      020796 mouse_start_reconnect_device:
-0x54a0 020797 bpatch patch0d_7 ,mem_patch0d 
-0x54a1 020798 call mouse_device_le_reconn_led_config 
-0x54a2 020799 arg mem_device1_type ,rega 
-0x54a3 020800 fetch 1 ,mem_device_flag 
-0x54a4 020801 increase -1 ,pdata 
-0x54a5 020802 mul32 pdata ,29 ,pdata 
-0x54a6 020803 iadd rega ,rega 
-0x54a7 020804 ifetch 1 ,rega 
-0x54a8 020805 store 1 ,mem_xrecord_mode 
-:      020806 mouse_start_reconnect:
-0x54a9 020807 fetch 1 ,mem_xrecord_mode 
-0x54aa 020808 beq rec_4_mode ,mouse4_0_check_reconn_target 
-0x54ab 020809 branch mouse_bluetooth_fast_conn_init 
-:      020811 mouse_wakeup_from_power_check:
-0x54ac 020812 bpatch patch0e_0 ,mem_patch0e 
-0x54ad 020813 disable user 
-0x54ae 020814 fetch mouse_flag_len ,mem_mouse_flag 
-0x54af 020815 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_from_poweron 
-0x54b0 020816 fetch 1 ,core_lpm_isogate 
-0x54b1 020817 bbit1 cold_wake ,mouse_wakeup_from_poweron 
-0x54b2 020818 enable user 
-:      020819 mouse_wakeup_from_poweron:
-0x54b3 020820 fetch 1 ,mem_reconn_times_init 
-0x54b4 020821 store 1 ,mem_reconn_times 
-0x54b5 020822 rtn 
-:      020824 mouse4_0_check_reconn_target:
-0x54b6 020825 jam 1 ,mem_mouse_le_reconnect_flag 
-0x54b7 020826 fetcht 1 ,mem_mouse_fast_direct_timeout 
-0x54b8 020827 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-0x54b9 020828 beq 0xff ,mouse4_0_check_reconn_target_next 
-0x54ba 020829 fetcht 1 ,mem_mouse_direct_timeout 
-:      020830 mouse4_0_check_reconn_target_next:
-0x54bb 020831 storet 1 ,mem_mouse_direct_timer 
-0x54bc 020832 call app_lpm_mult_disable 
-0x54bd 020833 fetch 3 ,mem_le_adv_direct_ind 
-0x54be 020834 store 3 ,mem_le_adv_data + 4 
-0x54bf 020835 call mouse_le_check_adv_flag 
-0x54c0 020836 setarg adv_flag_bredr_not_supported 
-0x54c1 020837 istore 1 ,contr 
-0x54c2 020838 arg mem_le_scan_data ,contr 
-0x54c3 020839 call mouse_le_adv_data_update 
-0x54c4 020840 branch check_51cmd_adv 
-:      020844 mouse_lpm_check_wake_lock:
-0x54c5 020845 bmark1 mark_24g ,app_get_lpm_wake_lock 
-0x54c6 020846 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x54c7 020847 branch app_get_lpm_wake_lock ,blank 
-0x54c8 020848 fetch 1 ,mem_mouse_le_conn_param_reject 
-0x54c9 020849 beq le_lpm_disable ,app_get_lpm_wake_lock 
-0x54ca 020850 fetch 1 ,mem_mouse_wheel_trigger 
-0x54cb 020851 nbranch app_get_lpm_wake_lock ,blank 
-0x54cc 020852 branch app_put_lpm_wake_lock 
-:      020861 mouse_app_enter_hibernate:
-0x54cd 020862 bpatch patch0e_1 ,mem_patch0e 
-0x54ce 020863 setarg pan_reg_config 
-0x54cf 020864 call twspi_read 
-0x54d0 020865 bbit1 3 ,mouse_app_enter_hibernate_next 
-0x54d1 020866 call mouse_sensor_reset 
-0x54d2 020867 call mouse_sensor_powerdown 
-:      020868 mouse_app_enter_hibernate_next:
-0x54d3 020869 call mouse_setgpio_hibernate 
-0x54d4 020870 branch app_enter_hibernate 
-:      020872 mouse_before_hibernate:
-0x54d5 020873 bpatch patch0e_2 ,mem_patch0e 
-0x54d6 020874 call disable_authrom 
-0x54d7 020875 call mouse_before_hibernate_wheel_gpio_set 
-0x54d8 020876 call mouse_setgpio_hibernate 
-0x54d9 020877 call mouse_flash_power_down 
-0x54da 020878 fetcht 1 ,mem_sensor_motion_gpio 
-0x54db 020879 branch gpio_clr_wake 
-:      020882 mouse_setgpio_hibernate:
-0x54dc 020883 bpatch patch0e_3 ,mem_patch0e 
-0x54dd 020884 call mouse_set_sdio_high 
-0x54de 020885 call clear_wake 
-0x54df 020886 call mouse_logo_led_off 
-0x54e0 020887 call mouse_lpm_before_common 
-0x54e1 020888 call mouse_gpio_pd_idle 
-0x54e2 020889 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
-0x54e3 020890 call mouse_gpio_config_input_pu 
-0x54e4 020891 call mouse_gpio_set_high_impedance 
-0x54e5 020892 call mouse_device_multi_led_all_off 
-0x54e6 020893 call mouse_adc_gpio_set_before_hibernate 
-0x54e7 020894 branch mouse_wheel_gpio_set_before_hibernate 
-:      020896 mouse_wheel_gpio_set_before_hibernate:
-0x54e8 020897 fetch mouse_flag_len ,mem_mouse_flag 
-0x54e9 020898 rtnbit0 mouse_enable_wheel_wake_up_cancel 
-:      020899 mouse_wheel_gpio_clr_wakeup:
-0x54ea 020900 fetcht 1 ,mem_whee_a_data_gpio 
-0x54eb 020901 call gpio_clr_wake 
-0x54ec 020902 fetcht 1 ,mem_whee_b_data_gpio 
-0x54ed 020903 call gpio_clr_wake 
-0x54ee 020904 fetcht 1 ,mem_whee_a_data_gpio 
-0x54ef 020905 call mouse_gpio_config_input_pd 
-0x54f0 020906 fetcht 1 ,mem_whee_b_data_gpio 
-0x54f1 020907 branch mouse_gpio_config_input_pd 
-:      020909 mouse_adc_gpio_set_before_hibernate:
-0x54f2 020910 fetch mouse_flag_len ,mem_mouse_flag 
-0x54f3 020911 rtnbit0 mouse_enable_adc 
-0x54f4 020912 fetch 1 ,mem_adc_config_flag 
-0x54f5 020913 rtnne adc_config_gpio 
-0x54f6 020914 fetch 1 ,mem_adc_channel_gpio 
-0x54f7 020915 arg gpcfg_no_ie ,temp 
-0x54f8 020916 branch gpio_config_function_int 
-:      020920 mouse_gpio_pd_idle:
-0x54f9 020921 arg core_gpio_conf ,contr 
-0x54fa 020922 arg gpio_number ,loopcnt 
-:      020923 mouse_gpio_pd_idle_loop:
-0x54fb 020924 ifetch 1 ,contr 
-0x54fc 020925 nbranch mouse_gpio_pd_idle_configured ,blank 
-0x54fd 020926 setarg gpcfg_pulldown 
-0x54fe 020927 add contr ,-1 ,contw 
-0x54ff 020928 istore 1 ,contw 
-:      020929 mouse_gpio_pd_idle_configured:
-0x5500 020930 loop mouse_gpio_pd_idle_loop 
-0x5501 020931 arg core_gpio_conf_hi + gpio_number_ext ,pdata 
-0x5502 020932 isub contr ,null 
-0x5503 020933 rtn zero 
-:      020934 mouse_gpio_pd_idle_ext:
-0x5504 020935 arg gpio_number_ext ,loopcnt 
-0x5505 020936 arg core_gpio_conf_hi ,contr 
-0x5506 020937 branch mouse_gpio_pd_idle_loop 
-:      020939 mouse_process_lpm_before:
-0x5507 020940 rtnmark1 mark_24g 
-0x5508 020941 call mouse_lpm_before_common 
-0x5509 020942 fetch 1 ,mem_lpm_current_mult 
-0x550a 020943 nrtn blank 
-0x550b 020944 branch gpio_clr_wake 
-:      020946 mouse_lpm_before_common:
-0x550c 020947 bpatch patch0e_4 ,mem_patch0e 
-0x550d 020948 fetcht 1 ,mem_whee_a_data_gpio 
-0x550e 020949 call gpio_config_input 
-0x550f 020950 fetcht 1 ,mem_whee_b_data_gpio 
-0x5510 020951 call gpio_config_input 
-0x5511 020953 call mouse_wheel_check 
-0x5512 020954 fetch 1 ,mem_mouse_sensor_sclk_gpio 
-0x5513 020955 call mouse_gpio_config_output_high 
-0x5514 020956 call twspi_disable 
-0x5515 020958 fetcht 1 ,mem_lbutton_gpio 
-0x5516 020959 call gpio_set_wake 
-0x5517 020960 fetcht 1 ,mem_rbutton_gpio 
-0x5518 020961 call gpio_set_wake 
-0x5519 020962 fetcht 1 ,mem_mbutton_gpio 
-0x551a 020963 call gpio_set_wake 
-0x551b 020965 fetcht 1 ,mem_bk_button_gpio 
-0x551c 020966 call gpio_set_wake 
-0x551d 020967 fetcht 1 ,mem_fw_button_gpio 
-0x551e 020968 call gpio_set_wake 
-0x551f 020969 fetcht 1 ,mem_dpi_button_gpio 
-0x5520 020970 call gpio_set_wake 
-0x5521 020971 fetcht 1 ,mem_config_select_device_button_gpio 
-0x5522 020972 call gpio_set_wake 
-0x5523 020974 fetcht 1 ,mem_customer_key_gpio 
-0x5524 020975 call gpio_set_wake 
-0x5525 020977 fetcht 1 ,mem_whee_a_data_gpio 
-0x5526 020978 call gpio_set_wake_by_current_state 
-0x5527 020979 fetcht 1 ,mem_whee_b_data_gpio 
-0x5528 020980 call gpio_set_wake_by_current_state 
-0x5529 020981 fetcht 1 ,mem_whee_ta_data_gpio 
-0x552a 020982 call gpio_set_wake_by_current_state 
-0x552b 020983 fetcht 1 ,mem_whee_tb_data_gpio 
-0x552c 020984 call gpio_set_wake_by_current_state 
-0x552d 020985 fetcht 1 ,mem_sensor_motion_gpio 
-0x552e 020986 branch gpio_set_wake 
-:      020990 mouse_set_mult:
-0x552f 020991 fetch 2 ,mem_ui_state_map 
-0x5530 020992 rtnbit0 ui_state_ble_connected 
-0x5531 020993 copy rega ,pdata 
-0x5532 020994 nbranch le_set_config_short_mult ,blank 
-0x5533 020995 branch le_clr_config_short_mult 
-:      020999 mouse_adc_gpio_set:
-0x5534 021000 bpatch patch0e_5 ,mem_patch0e 
-0x5535 021001 fetch 1 ,mem_adc_config_flag 
-0x5536 021002 rtnne adc_config_gpio 
-0x5537 021003 fetcht 1 ,mem_adc_channel_gpio 
-0x5538 021004 branch gpio_set_high_impedance 
-:      021006 mouse_adc_gpio_mux_init:
-0x5539 021007 fetch mouse_flag_len ,mem_mouse_flag 
-0x553a 021008 rtnbit0 mouse_enable_adc 
-0x553b 021009 jam mouse_adc_check_multiple ,mem_adc_mux_status 
-0x553c 021010 rtn 
-:      021012 mouse_adc_read:
-0x553d 021013 bpatch patch0e_6 ,mem_patch0e 
-0x553e 021014 fetch mouse_flag_len ,mem_mouse_flag 
-0x553f 021015 rtnbit0 mouse_enable_adc 
-0x5540 021016 call mouse_adc_gpio_set 
-0x5541 021017 fetch 1 ,mem_adc_config_flag 
-0x5542 021018 beq adc_config_gpio ,mouse_adc_read_gpio_mux_start 
-0x5543 021019 jam mouse_adc_check_hvin_multiple ,mem_adc_mux_status 
-0x5544 021020 branch mouse_adc_read_start 
-:      021022 mouse_adc_read_gpio_mux_start:
-0x5545 021023 jam mouse_adc_check_gpio_multiple ,mem_adc_mux_status 
-0x5546 021024 branch mouse_adc_read_start 
-:      021026 mouse_adc_read_start:
-0x5547 021027 bpatch patch0e_7 ,mem_patch0e 
-0x5548 021028 call enable_adc 
-0x5549 021029 call vdd_calculate_by_mode 
-0x554a 021030 store 2 ,mem_mouse_vdd_now_vol 
-0x554b 021031 fetch 1 ,mem_adc_config_flag 
-0x554c 021032 bne adc_config_gpio ,mouse_adc_data_process 
-0x554d 021033 fetcht 2 ,mem_mouse_vdd_now_vol 
-0x554e 021034 mul32 temp ,8 ,pdata 
-0x554f 021035 div pdata ,10 
-0x5550 021036 call get_div_result 
-0x5551 021037 iadd temp ,pdata 
-0x5552 021038 store 2 ,mem_mouse_vdd_now_vol 
-:      021039 mouse_adc_data_process:
-0x5553 021040 arg mem_mouse_vdd_calculate_set ,rega 
-0x5554 021041 call mouse_adc_bat_percent_lowpower_out 
-0x5555 021042 fetch 1 ,mem_adc_power_flag 
-0x5556 021043 bbit1 1 ,mouse_app_enter_hibernate 
-0x5557 021044 bbit0 0 ,mouse_adc_no_low_voltage 
-0x5558 021045 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
-0x5559 021046 branch mouse_adc_low_voltage 
-:      021048 mouse_adc_low_voltage:
-0x555a 021049 arg mouse_low_voltage_flag ,queue 
-0x555b 021050 branch mouse_enable_function_flag 
-:      021051 mouse_adc_no_low_voltage:
-0x555c 021052 arg mouse_low_voltage_flag ,queue 
-0x555d 021053 call mouse_disable_function_flag 
-0x555e 021054 jam 1 ,mem_adc_low_volatage_led_timer_count 
-0x555f 021055 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
-0x5560 021056 rtn blank 
-0x5561 021057 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
-0x5562 021058 branch mouse_low_voltage_led_off_judge 
-:      021061 mouse_adc_bat_percent_lowpower_out:
-0x5563 021062 bpatch patch0f_0 ,mem_patch0f 
-0x5564 021063 ifetch 8 ,rega 
-0x5565 021064 store 8 ,mem_pdatatemp 
-0x5566 021065 fetch 1 ,mem_adc_mux_status 
-0x5567 021066 beq mouse_adc_check_battery_only ,mouse_adc_bat_percent_lowpower_out_battery 
-0x5568 021067 beq mouse_adc_check_gpio_multiple ,mouse_adc_bat_percent_lowpower_out_battery 
-0x5569 021068 beq mouse_adc_check_hvin_multiple ,mouse_adc_bat_percent_lowpower_out_hvin_multiple 
-:      021069 mouse_adc_bat_percent_lowpower_out_battery:
-0x556a 021070 call adc_clear_no_power_flag 
-0x556b 021071 call adc_clear_low_power_flag 
-0x556c 021072 fetch 2 ,mem_pdatatemp + 6 
-0x556d 021073 fetcht 2 ,mem_pdatatemp + 2 
-0x556e 021074 isub temp ,null 
-0x556f 021075 ncall adc_set_no_power_flag ,positive 
-0x5570 021076 fetcht 2 ,mem_pdatatemp + 4 
-0x5571 021077 isub temp ,null 
-0x5572 021078 ncall adc_set_low_power_flag ,positive 
-:      021079 mouse_adc_bat_level_set:
-0x5573 021080 fetch 2 ,mem_pdatatemp + 6 
-0x5574 021081 fetcht 2 ,mem_pdatatemp 
-0x5575 021082 isub temp ,null 
-0x5576 021083 branch mouse_adc_bat_level_100_percent ,positive 
-0x5577 021084 fetcht 2 ,mem_pdatatemp + 2 
-0x5578 021085 isub temp ,pdata 
-0x5579 021086 nbranch mouse_adc_bat_level_0_percent ,positive 
-0x557a 021087 branch mouse_adc_bat_level_0_percent ,blank 
-0x557b 021088 mul32 pdata ,100 ,rega 
-0x557c 021089 fetch 2 ,mem_pdatatemp 
-0x557d 021090 fetcht 2 ,mem_pdatatemp + 2 
-0x557e 021091 isub temp ,temp 
-0x557f 021092 copy rega ,pdata 
-0x5580 021093 idiv temp 
-0x5581 021094 call get_div_result 
-0x5582 021095 store 1 ,mem_le_battery_level_percentage 
-0x5583 021096 rtn 
-:      021098 mouse_adc_bat_level_100_percent:
-0x5584 021099 jam 100 ,mem_le_battery_level_percentage 
-0x5585 021100 rtn 
-:      021101 mouse_adc_bat_level_0_percent:
-0x5586 021102 jam 0 ,mem_le_battery_level_percentage 
-0x5587 021103 rtn 
-:      021105 mouse_adc_bat_percent_lowpower_out_hvin_multiple:
-0x5588 021106 branch mouse_adc_bat_percent_lowpower_out_battery 
-:      021112 mouse_gpio_init:
-0x5589 021113 fetcht 1 ,mem_eeprom_wp_gpio 
-0x558a 021114 call gpio_config_output 
-0x558b 021116 fetcht 1 ,mem_lbutton_gpio 
-0x558c 021117 call mouse_gpio_config_input_pu 
-0x558d 021118 fetcht 1 ,mem_rbutton_gpio 
-0x558e 021119 call mouse_gpio_config_input_pu 
-0x558f 021120 fetcht 1 ,mem_mbutton_gpio 
-0x5590 021121 call mouse_gpio_config_input_pu 
-0x5591 021122 fetcht 1 ,mem_bk_button_gpio 
-0x5592 021123 call mouse_gpio_config_input_pu 
-0x5593 021124 fetcht 1 ,mem_fw_button_gpio 
-0x5594 021125 call mouse_gpio_config_input_pu 
-0x5595 021126 fetcht 1 ,mem_dpi_button_gpio 
-0x5596 021127 call mouse_gpio_config_input_pu 
-0x5597 021129 fetcht 1 ,mem_matrix_public_gpio 
-0x5598 021130 call mouse_gpio_config_input_pu 
-0x5599 021132 fetcht 1 ,mem_config_select_device_button_gpio 
-0x559a 021133 call mouse_gpio_config_input_pu 
-0x559b 021135 fetcht 1 ,mem_customer_key_gpio 
-0x559c 021136 call mouse_gpio_config_input_pu 
-0x559d 021138 fetcht 1 ,mem_whee_a_data_gpio 
-0x559e 021139 call mouse_gpio_config_input_pu 
-0x559f 021141 fetcht 1 ,mem_whee_b_data_gpio 
-0x55a0 021142 call mouse_gpio_config_input_pu 
-0x55a1 021144 fetcht 1 ,mem_whee_ta_data_gpio 
-0x55a2 021145 call mouse_gpio_config_input_pu 
-0x55a3 021146 fetcht 1 ,mem_whee_tb_data_gpio 
-0x55a4 021147 call mouse_gpio_config_input_pu 
-0x55a5 021149 fetcht 1 ,mem_sensor_motion_gpio 
-0x55a6 021150 call mouse_gpio_config_input_pu 
-0x55a7 021152 fetcht 1 ,mem_device_switch_gpio 
-0x55a8 021153 call mouse_gpio_config_input_pu 
-0x55a9 021155 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x55aa 021156 branch mouse_gpio_config_input_pu 
-:      021159 mouse_gpio_set_pupd_by_input:
-0x55ab 021160 sub temp ,ui_button_gpio_disable ,null 
-0x55ac 021161 rtn zero 
-0x55ad 021162 and temp ,0x7f ,queue 
-0x55ae 021163 fetch 4 ,core_gpio_in 
-0x55af 021164 qisolate1 pdata 
-0x55b0 021165 branch mouse_gpio_config_input_pu ,true 
-:      021166 mouse_gpio_config_input_pd:
-0x55b1 021167 sub temp ,ui_button_gpio_disable ,null 
-0x55b2 021168 rtn zero 
-0x55b3 021169 set1 gpio_active_bit ,temp 
-0x55b4 021170 branch gpio_config_input 
-:      021172 mouse_gpio_config_input_pu:
-0x55b5 021173 sub temp ,ui_button_gpio_disable ,null 
-0x55b6 021174 rtn zero 
-0x55b7 021175 set0 gpio_active_bit ,temp 
-0x55b8 021176 branch gpio_config_input 
-:      021178 mouse_gpio_set_high_impedance:
-0x55b9 021179 fetch 3 ,mem_mouse_set_high_impedance_bit_set 
-0x55ba 021180 store 3 ,mem_pdatatemp 
-0x55bb 021181 arg 13 ,loopcnt 
-0x55bc 021182 arg 0 ,temp 
-:      021183 mouse_gpio_set_high_impedance_bit_loop:
-0x55bd 021184 fetch 3 ,mem_pdatatemp 
-0x55be 021185 isolate1 0 ,pdata 
-0x55bf 021186 call gpio_set_high_impedance ,true 
-0x55c0 021187 fetch 3 ,mem_pdatatemp 
-0x55c1 021188 lshift pdata ,pdata 
-0x55c2 021189 store 3 ,mem_pdatatemp 
-0x55c3 021190 increase 1 ,temp 
-0x55c4 021191 loop mouse_gpio_set_high_impedance_bit_loop 
-0x55c5 021192 rtn 
-:      021198 mouse_le_name_modify:
-0x55c6 021199 bpatch patch0f_1 ,mem_patch0f 
-0x55c7 021200 fetch 8 ,mem_le_name_patch 
-0x55c8 021201 rtn blank 
-0x55c9 021202 fetch 1 ,mem_le_name_patch_len 
-0x55ca 021203 copy pdata ,rega 
-0x55cb 021204 sub pdata ,11 ,null 
-0x55cc 021205 nbranch mouse_le_name_patch_len_overflow ,positive 
-0x55cd 021207 call mouse_le_name_clear 
-0x55ce 021209 arg mem_le_adv_swift_pair + 9 ,contw 
-0x55cf 021210 call mouse_le_name_modify_next 
-0x55d0 021212 arg mem_le_scan_data + 2 ,contw 
-0x55d1 021213 call mouse_le_name_modify_next 
-0x55d2 021215 arg mem_le_name ,contw 
-:      021216 mouse_le_name_modify_next:
-0x55d3 021217 arg mem_le_name_patch ,contr 
-0x55d4 021218 copy rega ,loopcnt 
-0x55d5 021219 branch memcpy 
-:      021221 mouse_le_name_clear:
-0x55d6 021222 arg mem_le_adv_swift_pair + 9 ,contw 
-0x55d7 021223 call mouse_le_name_clear_next 
-0x55d8 021225 arg mem_le_scan_data + 2 ,contw 
-0x55d9 021226 call mouse_le_name_clear_next 
-0x55da 021228 arg mem_le_name ,contw 
-:      021229 mouse_le_name_clear_next:
-0x55db 021230 arg 11 ,loopcnt 
-0x55dc 021231 branch clear_mem 
-:      021233 mouse_le_name_patch_len_overflow:
-0x55dd 021234 call mouse_le_swift_pair_disable 
-0x55de 021236 fetch 1 ,mem_le_name_patch_len 
-0x55df 021237 increase 1 ,pdata 
-0x55e0 021238 store 1 ,mem_le_adv_swift_pair 
-0x55e1 021239 jam 9 ,mem_le_adv_swift_pair + 1 
-0x55e2 021240 arg mem_le_name_patch ,contr 
-0x55e3 021241 arg mem_le_adv_swift_pair + 2 ,contw 
-0x55e4 021242 copy rega ,loopcnt 
-0x55e5 021243 call memcpy 
-0x55e6 021245 fetch 1 ,mem_le_name_patch_len 
-0x55e7 021246 increase 1 ,pdata 
-0x55e8 021247 store 1 ,mem_le_scan_data 
-0x55e9 021248 jam 9 ,mem_le_scan_data + 1 
-0x55ea 021249 arg mem_le_name_patch ,contr 
-0x55eb 021250 arg mem_le_scan_data + 2 ,contw 
-0x55ec 021251 copy rega ,loopcnt 
-0x55ed 021252 call memcpy 
-0x55ee 021254 arg mem_le_name_patch_len ,contr 
-0x55ef 021255 arg mem_le_name_len ,contw 
-0x55f0 021256 copy rega ,loopcnt 
-0x55f1 021257 increase 1 ,loopcnt 
-0x55f2 021258 branch memcpy 
-:      021260 mouse_le_swift_pair_disable:
-0x55f3 021261 arg mem_le_adv_swift_pair ,contw 
-0x55f4 021262 arg 20 ,loopcnt 
-0x55f5 021263 branch clear_mem 
-:      021269 mouse_sensor_spi_init:
-0x55f6 021270 call mouse_spid_init_pin 
-0x55f7 021271 jam 0x73 ,mem_spi_init_clk 
-0x55f8 021273 call mouse_spi_init 
-0x55f9 021274 branch twspi_enable 
-:      021276 mouse_spi_write_flash_cb:
-:      021277 mouse_spi_init:
-0x55fa 021278 branch spid_init 
-:      021280 mouse_spid_init_pin:
-0x55fb 021281 fetch 1 ,mem_mouse_sensor_sclk_gpio 
-0x55fc 021282 arg gpcfg_spid_sck ,temp 
-0x55fd 021283 call gpio_config_function_int 
-0x55fe 021284 fetch 1 ,mem_mouse_sensor_sdio_gpio 
-0x55ff 021285 arg gpcfg_spid_sdio ,temp 
-0x5600 021286 branch gpio_config_function_int 
-:      021291 mouse_motion:
-0x5601 021292 bpatch patch0f_2 ,mem_patch0f 
-0x5602 021293 disable user 
-0x5603 021294 setarg 0 
-0x5604 021295 store 6 ,mem_mouse_x 
-0x5605 021296 call mouse_check_sensor_data 
-0x5606 021297 setarg 0x0089 
-0x5607 021298 call twspi_write 
-0x5608 021299 call mouse_setting_sensor_type 
-0x5609 021300 call mouse_zwheel 
-0x560a 021301 call mouse_t_zwheel 
-0x560b 021302 call mouse_key 
-0x560c 021303 fetch 1 ,mem_mouse_key 
-0x560d 021304 and_into 0x1f ,pdata 
-0x560e 021305 store 1 ,mem_mouse_key 
-0x560f 021306 nbranch mouse_drawing_optima_init ,user 
-0x5610 021307 call mouse_drawing_optima 
-0x5611 021308 branch mouse_no_data_timer_init 
-:      021312 mouse_zwheel:
-0x5612 021313 fetch 1 ,mem_mouse_z_data 
-0x5613 021314 rtn blank 
-0x5614 021315 store 1 ,mem_mouse_z 
-0x5615 021316 jam 0 ,mem_mouse_z_data 
-0x5616 021317 branch enable_user 
-:      021319 mouse_t_zwheel:
-0x5617 021320 fetch 1 ,mem_mouse_tz_data 
-0x5618 021321 rtn blank 
-0x5619 021322 store 1 ,mem_mouse_tz 
-0x561a 021323 jam 0 ,mem_mouse_tz_data 
-0x561b 021324 branch enable_user 
-:      021326 mouse_wheel_check:
-0x561c 021327 call mouse_t_wheel_scan 
-0x561d 021328 call mouse_wheel_scan 
-0x561e 021329 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x561f 021330 fetcht 1 ,mem_wheel_tb_old_pinlevel 
-0x5620 021331 store 1 ,mem_wheel_tb_old_pinlevel 
-0x5621 021332 isub temp ,null 
-0x5622 021333 nbranch app_lpm_wake_auto_lock ,zero 
-0x5623 021334 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x5624 021335 fetcht 1 ,mem_mwheel_b_old_pinlevel 
-0x5625 021336 store 1 ,mem_mwheel_b_old_pinlevel 
-0x5626 021337 isub temp ,null 
-0x5627 021338 nbranch app_lpm_wake_auto_lock ,zero 
-0x5628 021339 rtn 
-:      021340 mouse_t_wheel_scan:
-0x5629 021341 fetch 1 ,mem_whee_ta_data_gpio 
-0x562a 021342 rtneq gpio_disable 
-0x562b 021343 arg 0 ,rega 
-0x562c 021344 fetcht 1 ,mem_whee_ta_data_gpio 
-0x562d 021345 call gpio_get_bit 
-0x562e 021346 setflag true ,0 ,rega 
-0x562f 021347 fetcht 1 ,mem_whee_tb_data_gpio 
-0x5630 021348 call gpio_get_bit 
-0x5631 021349 setflag true ,1 ,rega 
-0x5632 021350 copy rega ,pdata 
-0x5633 021351 store 1 ,mem_wheel_tb_new_pinlevel 
-0x5634 021352 beq 0x01 ,mouse_t_wheel_scan_judge1 
-0x5635 021353 beq 0x02 ,mouse_t_wheel_scan_judge2 
-0x5636 021354 fetch 1 ,mem_wheel_tog 
-0x5637 021355 bbit1 7 ,mouse_t_wheel_scan_judge3 
-0x5638 021356 rtn 
-:      021358 mouse_t_wheel_scan_judge1:
-0x5639 021359 fetch 1 ,mem_wheel_tb_old_pinlevel 
-0x563a 021360 beq 0 ,mouse_t_wheel_scan_judge11 
-0x563b 021361 beq 3 ,mouse_t_wheel_scan_judge12 
-0x563c 021362 rtn 
-:      021363 mouse_t_wheel_scan_judge2:
-0x563d 021364 fetch 1 ,mem_wheel_tb_old_pinlevel 
-0x563e 021365 beq 0 ,mouse_t_wheel_scan_judge21 
-0x563f 021366 beq 3 ,mouse_t_wheel_scan_judge22 
-0x5640 021367 rtn 
-:      021368 mouse_t_wheel_scan_judge11:
-0x5641 021369 jam 0x82 ,mem_wheel_tog 
-0x5642 021370 rtn 
-:      021371 mouse_t_wheel_scan_judge12:
-0x5643 021372 jam 0x81 ,mem_wheel_tog 
-0x5644 021373 rtn 
-:      021374 mouse_t_wheel_scan_judge21:
-0x5645 021375 jam 0x80 ,mem_wheel_tog 
-0x5646 021376 rtn 
-:      021377 mouse_t_wheel_scan_judge22:
-0x5647 021378 jam 0x83 ,mem_wheel_tog 
-0x5648 021379 rtn 
-:      021380 mouse_t_wheel_scan_judge3:
-0x5649 021381 fetch 1 ,mem_wheel_tog 
-0x564a 021382 set0 7 ,pdata 
-0x564b 021383 store 1 ,mem_wheel_tog 
-0x564c 021384 beq 0 ,mouse_t_wheel_scan_judge30 
-0x564d 021385 beq 1 ,mouse_t_wheel_scan_judge31 
-0x564e 021386 beq 2 ,mouse_t_wheel_scan_judge32 
-0x564f 021387 beq 3 ,mouse_t_wheel_scan_judge33 
-0x5650 021388 rtn 
-:      021389 mouse_t_wheel_scan_judge30:
-0x5651 021390 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x5652 021391 beq 3 ,mouse_wheel_t_forward 
-0x5653 021392 rtn 
-:      021393 mouse_t_wheel_scan_judge31:
-0x5654 021394 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x5655 021395 beq 0 ,mouse_wheel_t_forward 
-0x5656 021396 rtn 
-:      021397 mouse_t_wheel_scan_judge32:
-0x5657 021398 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x5658 021399 beq 3 ,mouse_wheel_t_back 
-0x5659 021400 rtn 
-:      021401 mouse_t_wheel_scan_judge33:
-0x565a 021402 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x565b 021403 beq 0 ,mouse_wheel_t_back 
-0x565c 021404 rtn 
-:      021405 mouse_wheel_t_forward:
-0x565d 021406 fetch 1 ,mem_mouse_tz_data 
-0x565e 021407 increase 1 ,pdata 
-0x565f 021408 store 1 ,mem_mouse_tz_data 
-0x5660 021409 rtn 
-:      021410 mouse_wheel_t_back:
-0x5661 021411 fetch 1 ,mem_mouse_tz_data 
-0x5662 021412 increase -1 ,pdata 
-0x5663 021413 store 1 ,mem_mouse_tz_data 
-0x5664 021414 rtn 
-:      021417 mouse_wheel_scan:
-0x5665 021418 fetch 1 ,mem_whee_a_data_gpio 
-0x5666 021419 rtneq gpio_disable 
-0x5667 021420 arg 0 ,rega 
-0x5668 021421 fetcht 1 ,mem_whee_a_data_gpio 
-0x5669 021422 call gpio_get_bit 
-0x566a 021423 setflag true ,0 ,rega 
-0x566b 021424 fetcht 1 ,mem_whee_b_data_gpio 
-0x566c 021425 call gpio_get_bit 
-0x566d 021426 setflag true ,1 ,rega 
-0x566e 021427 copy rega ,pdata 
-0x566f 021428 store 1 ,mem_mwheel_b_new_pinlevel 
-0x5670 021429 beq 0x01 ,mouse_wheel_scan_judge1 
-0x5671 021430 beq 0x02 ,mouse_wheel_scan_judge2 
-0x5672 021431 fetch 1 ,mem_mwheel_tog 
-0x5673 021432 bbit1 7 ,mouse_wheel_scan_judge3 
-0x5674 021433 rtn 
-:      021435 mouse_wheel_scan_judge1:
-0x5675 021436 fetch 1 ,mem_mwheel_b_old_pinlevel 
-0x5676 021437 beq 0 ,mouse_wheel_scan_judge11 
-0x5677 021438 beq 3 ,mouse_wheel_scan_judge12 
-0x5678 021439 rtn 
-:      021440 mouse_wheel_scan_judge2:
-0x5679 021441 fetch 1 ,mem_mwheel_b_old_pinlevel 
-0x567a 021442 beq 0 ,mouse_wheel_scan_judge21 
-0x567b 021443 beq 3 ,mouse_wheel_scan_judge22 
-0x567c 021444 rtn 
-:      021445 mouse_wheel_scan_judge11:
-0x567d 021446 jam 0x82 ,mem_mwheel_tog 
-0x567e 021447 rtn 
-:      021448 mouse_wheel_scan_judge12:
-0x567f 021449 jam 0x81 ,mem_mwheel_tog 
-0x5680 021450 rtn 
-:      021451 mouse_wheel_scan_judge21:
-0x5681 021452 jam 0x80 ,mem_mwheel_tog 
-0x5682 021453 rtn 
-:      021454 mouse_wheel_scan_judge22:
-0x5683 021455 jam 0x83 ,mem_mwheel_tog 
-0x5684 021456 rtn 
-:      021457 mouse_wheel_scan_judge3:
-0x5685 021458 fetch 1 ,mem_mwheel_tog 
-0x5686 021459 set0 7 ,pdata 
-0x5687 021460 store 1 ,mem_mwheel_tog 
-0x5688 021461 beq 0 ,mouse_wheel_scan_judge30 
-0x5689 021462 beq 1 ,mouse_wheel_scan_judge31 
-0x568a 021463 beq 2 ,mouse_wheel_scan_judge32 
-0x568b 021464 beq 3 ,mouse_wheel_scan_judge33 
-0x568c 021465 rtn 
-:      021466 mouse_wheel_scan_judge30:
-0x568d 021467 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x568e 021468 beq 3 ,mouse_wheel_forward 
-0x568f 021469 rtn 
-:      021470 mouse_wheel_scan_judge31:
-0x5690 021471 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x5691 021472 beq 0 ,mouse_wheel_forward 
-0x5692 021473 rtn 
-:      021474 mouse_wheel_scan_judge32:
-0x5693 021475 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x5694 021476 beq 3 ,mouse_wheel_back 
-0x5695 021477 rtn 
-:      021478 mouse_wheel_scan_judge33:
-0x5696 021479 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x5697 021480 beq 0 ,mouse_wheel_back 
-0x5698 021481 rtn 
-:      021482 mouse_wheel_forward:
-0x5699 021483 fetch 1 ,mem_mouse_z_data 
-0x569a 021484 increase 1 ,pdata 
-0x569b 021485 store 1 ,mem_mouse_z_data 
-0x569c 021486 rtn 
-:      021487 mouse_wheel_back:
-0x569d 021488 fetch 1 ,mem_mouse_z_data 
-0x569e 021489 increase -1 ,pdata 
-0x569f 021490 store 1 ,mem_mouse_z_data 
-0x56a0 021491 rtn 
-:      021494 mouse_wheel_gpio_set_wake:
-0x56a1 021495 fetcht 1 ,mem_whee_a_data_gpio 
-0x56a2 021496 call gpio_set_wake_by_current_state 
-0x56a3 021497 fetcht 1 ,mem_whee_b_data_gpio 
-0x56a4 021498 call gpio_set_wake_by_current_state 
-0x56a5 021499 fetcht 1 ,mem_whee_ta_data_gpio 
-0x56a6 021500 call gpio_set_wake_by_current_state 
-0x56a7 021501 fetcht 1 ,mem_whee_tb_data_gpio 
-0x56a8 021502 branch gpio_set_wake_by_current_state 
-:      021504 mouse_before_hibernate_wheel_gpio_set:
-0x56a9 021505 fetcht 1 ,mem_whee_a_data_gpio 
-0x56aa 021506 call mouse_gpio_set_pupd_by_input 
-0x56ab 021507 fetcht 1 ,mem_whee_b_data_gpio 
-0x56ac 021508 call mouse_gpio_set_pupd_by_input 
-0x56ad 021509 fetcht 1 ,mem_whee_ta_data_gpio 
-0x56ae 021510 call mouse_gpio_set_pupd_by_input 
-0x56af 021511 fetcht 1 ,mem_whee_tb_data_gpio 
-0x56b0 021512 branch mouse_gpio_set_pupd_by_input 
-:      021514 mouse_wheel_trigger:
-0x56b1 021515 fetch 2 ,mem_mouse_z 
-0x56b2 021516 rtn blank 
-0x56b3 021517 jam 1 ,mem_mouse_wheel_trigger 
-0x56b4 021518 jam 10 ,mem_mouse_wheel_trigger_timer 
-0x56b5 021519 rtn 
-:      021521 mouse_wheel_trigger_timer:
-0x56b6 021522 arg mem_mouse_wheel_trigger_timer ,regc 
-0x56b7 021523 arg mouse_wheel_trigger_disable ,regb 
-0x56b8 021524 branch timer_single_step 
-:      021525 mouse_wheel_trigger_disable:
-0x56b9 021526 jam 0 ,mem_mouse_wheel_trigger 
-0x56ba 021527 rtn 
-:      021535 mouse_dpi_check:
-0x56bb 021536 fetch 1 ,mem_dpi_button_gpio 
-0x56bc 021537 rtneq gpio_disable 
-0x56bd 021538 arg 0 ,rega 
-0x56be 021539 jam mouse_dpi_key ,mem_mouse_key_temp 
-0x56bf 021540 fetcht 1 ,mem_dpi_button_gpio 
-0x56c0 021541 call mouse_dpi_key_check 
-:      021542 mouse_dpi_check_next:
-0x56c1 021543 store 1 ,mem_mouse_dpikey_press_status 
-0x56c2 021544 fetch 1 ,mem_matrix_public_gpio 
-0x56c3 021545 beq gpio_disable ,mouse_3io6key_dpi_check_end 
-0x56c4 021546 call mouse_matrix_public_gpio_reset 
-:      021547 mouse_dpi_check_exit:
-0x56c5 021548 copy rega ,pdata 
-0x56c6 021549 bbit1 mouse_dpi_key ,mouse_dpi_down 
-0x56c7 021550 branch mouse_dpi_up 
-:      021552 mouse_dpi_key_check:
-0x56c8 021553 fetch mouse_flag_len ,mem_mouse_flag 
-0x56c9 021554 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
-0x56ca 021555 fetch 1 ,mem_mouse_dpikey_press_status 
-0x56cb 021556 copy pdata ,regc 
-0x56cc 021557 fetch 1 ,mem_matrix_public_gpio 
-0x56cd 021558 beq gpio_disable ,mouse_3io6key_check 
-:      021559 mouse_dpi_key_check_next:
-0x56ce 021560 fetch 1 ,mem_mouse_ghost_flag 
-0x56cf 021561 nbranch mouse_dpi_check_end ,blank 
-:      021562 mouse_dpi_key_connect_matrix:
-0x56d0 021563 call gpio_get_bit 
-0x56d1 021564 fetcht 1 ,mem_matrix_public_gpio 
-0x56d2 021565 branch mouse_dpi_key_connect_gnd ,true 
-0x56d3 021566 fetcht 1 ,mem_matrix_public_gpio 
-0x56d4 021567 call gpio_out_active 
-0x56d5 021568 fetcht 1 ,mem_dpi_button_gpio 
-0x56d6 021569 fetch 1 ,mem_mouse_dpikey_press_status 
-0x56d7 021570 branch mouse_check_key_connect_gnd 
-:      021572 mouse_3io6key_dpi_check_end:
-0x56d8 021573 fetcht 1 ,mem_dpi_button_gpio 
-0x56d9 021574 call mouse_gpio_config_input_pu 
-0x56da 021575 branch mouse_dpi_check_exit 
-:      021577 mouse_dpi_check_end:
-0x56db 021578 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
-0x56dc 021579 jam 0 ,mem_mouse_dpikey_press_status 
-0x56dd 021580 rtn 
-:      021582 mouse_dpi_key_connect_gnd:
-0x56de 021583 fetch 1 ,mem_mouse_dpikey_press_status 
-0x56df 021584 branch mouse_check_key_connect_gnd 
-:      021586 mouse_dpi_down:
-0x56e0 021587 fetch 1 ,mem_mouse_dpi_button_state 
-0x56e1 021588 rtneq dpi_button_state_down 
-0x56e2 021589 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
-0x56e3 021590 fetch mouse_flag_len ,mem_mouse_flag 
-0x56e4 021591 rtnbit1 mouse_enable_select_device_by_dpi_button 
-0x56e5 021592 rtnbit1 mouse_enable_dpi_key_long_press_disconvery 
-0x56e6 021593 branch mouse_dpi_process 
-:      021595 mouse_dpi_up:
-0x56e7 021596 fetch 1 ,mem_mouse_dpi_button_state 
-0x56e8 021597 rtneq dpi_button_state_up 
-0x56e9 021598 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
-0x56ea 021599 fetch mouse_flag_len ,mem_mouse_flag 
-0x56eb 021600 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_dpi_up_next 
-0x56ec 021601 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_dpi_up_next 
-0x56ed 021602 rtn 
-:      021603 mouse_dpi_up_next:
-0x56ee 021604 fetch 1 ,mem_mouse_dpi_long_press_flag 
-0x56ef 021605 nbranch mouse_dpi_up_after_long_press ,blank 
-0x56f0 021606 fetch 1 ,mem_select_device_count 
-0x56f1 021607 ncall mouse_dpi_process ,blank 
-:      021608 mouse_dpi_up_after_long_press:
-0x56f2 021609 jam 0 ,mem_mouse_dpi_long_press_flag 
-0x56f3 021610 fetch 1 ,mem_ui_button_timeout 
-0x56f4 021611 store 1 ,mem_select_device_count 
-0x56f5 021612 store 1 ,mem_bt_discovery_count 
-0x56f6 021613 rtn 
-:      021615 mouse_dpi_process:
-0x56f7 021616 bpatch patch0f_3 ,mem_patch0f 
-0x56f8 021617 call mouse_dpi_ghost_check 
-0x56f9 021618 rtn user 
-0x56fa 021619 fetch 1 ,mem_mouse_dpi 
-0x56fb 021621 copy pdata ,temp 
-0x56fc 021622 fetch mouse_flag_len ,mem_mouse_flag 
-0x56fd 021623 bbit1 mouse_enable_double_dpi_key ,mouse_double_dpi_check 
-0x56fe 021624 copy temp ,pdata 
-0x56ff 021626 increase 1 ,pdata 
-0x5700 021627 and pdata ,0x03 ,pdata 
-:      021628 mouse_dpi_level_store:
-0x5701 021629 store 1 ,mem_mouse_dpi 
-0x5702 021630 call mouse_setting_dpi 
-0x5703 021631 branch mouse_store_dpi_info_check 
-:      021636 mouse_double_dpi_check:
-0x5704 021637 fetch 1 ,mem_dpi_another_button_down_enable 
-0x5705 021638 nbranch mouse_another_dpi_button_down ,blank 
-:      021639 mouse_dpi_increase:
-0x5706 021640 fetch mouse_flag_len ,mem_mouse_flag 
-0x5707 021641 bbit1 mouse_enable_dpi_level_4 ,mouse_dpi_increase_level_4 
-0x5708 021642 copy temp ,pdata 
-0x5709 021643 rtneq mouse_dpi_level2 
-:      021644 mouse_dpi_increase_level:
-0x570a 021645 beq mouse_dpi_level1 ,mouse_dpi_level_3 
-0x570b 021646 beq mouse_dpi_level3 ,mouse_dpi_level_2 
-0x570c 021647 rtn 
-:      021649 mouse_dpi_level_1:
-0x570d 021650 setarg 2 
-0x570e 021651 branch mouse_dpi_level_store 
-:      021652 mouse_dpi_level_2:
-0x570f 021653 setarg 0 
-0x5710 021654 branch mouse_dpi_level_store 
-:      021655 mouse_dpi_level_3:
-0x5711 021656 setarg 1 
-0x5712 021657 branch mouse_dpi_level_store 
-:      021658 mouse_dpi_level_4:
-0x5713 021659 setarg 3 
-0x5714 021660 branch mouse_dpi_level_store 
-:      021662 mouse_dpi_increase_level_4:
-0x5715 021663 copy temp ,pdata 
-0x5716 021664 rtneq mouse_dpi_level2 
-0x5717 021665 beq mouse_dpi_level1 ,mouse_dpi_level_3 
-0x5718 021666 beq mouse_dpi_level3 ,mouse_dpi_level_4 
-0x5719 021667 beq mouse_dpi_level4 ,mouse_dpi_level_2 
-0x571a 021668 rtn 
-:      021669 mouse_dpi_decrease_level_4:
-0x571b 021670 copy temp ,pdata 
-0x571c 021671 rtneq mouse_dpi_level3 
-0x571d 021672 beq mouse_dpi_level1 ,mouse_dpi_level_4 
-0x571e 021673 beq mouse_dpi_level2 ,mouse_dpi_level_2 
-0x571f 021674 beq mouse_dpi_level4 ,mouse_dpi_level_1 
-0x5720 021675 rtn 
-:      021677 mouse_another_dpi_button_down:
-:      021678 mouse_dpi_decrease:
-0x5721 021679 fetch mouse_flag_len ,mem_mouse_flag 
-0x5722 021680 bbit1 mouse_enable_dpi_level_4 ,mouse_dpi_decrease_level_4 
-0x5723 021681 copy temp ,pdata 
-0x5724 021682 rtneq mouse_dpi_level3 
-:      021683 mouse_dpi_decrease_level:
-0x5725 021684 beq mouse_dpi_level1 ,mouse_dpi_level_1 
-0x5726 021685 beq mouse_dpi_level2 ,mouse_dpi_level_2 
-0x5727 021686 rtn 
-:      021691 mouse_dpi_ghost_check:
-0x5728 021692 disable user 
-0x5729 021693 fetch mouse_flag_len ,mem_mouse_flag 
-0x572a 021694 rtnbit1 mouse_enable_dpi_key_connect_gnd 
-0x572b 021695 branch mouse_ghost_key_value_check 
-:      021697 mouse_dpi_key_check_long_press:
-0x572c 021698 fetch mouse_flag_len ,mem_mouse_flag 
-0x572d 021699 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_select_device_by_dpi_button 
-0x572e 021700 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_discovery_by_dpi_button 
-0x572f 021701 rtn 
-:      021703 mouse_select_device_by_dpi_button:
-0x5730 021704 fetch 1 ,mem_mouse_dpi_button_state 
-0x5731 021705 rtnne dpi_button_state_down 
-0x5732 021706 arg mem_select_device_count ,regc 
-0x5733 021707 arg mouse_ready_reconnection_by_dpi_button ,regb 
-0x5734 021708 branch timer_single_step 
-:      021710 mouse_ready_reconnection_by_dpi_button:
-0x5735 021711 jam 1 ,mem_mouse_dpi_long_press_flag 
-0x5736 021712 branch mouse_ready_reconnection_by_button 
-:      021714 mouse_discovery_by_dpi_button:
-0x5737 021715 fetch 1 ,mem_mouse_dpi_button_state 
-0x5738 021716 rtnne dpi_button_state_down 
-0x5739 021717 arg mem_bt_discovery_count ,regc 
-0x573a 021718 arg mouse_long_dpi_button_bt_discovery ,regb 
-0x573b 021719 branch timer_single_step 
-:      021721 mouse_long_dpi_button_bt_discovery:
-0x573c 021722 jam 1 ,mem_mouse_dpi_long_press_flag 
-0x573d 021723 branch mouse_long_button_bt_discovery 
-:      021725 mouse_setting_dpi_4_level:
-0x573e 021726 fetch mouse_flag_len ,mem_mouse_flag 
-0x573f 021727 rtnbit1 mouse_enable_dpi_level_4 
-0x5740 021728 fetch 1 ,mem_mouse_dpi 
-0x5741 021729 rtnne mouse_dpi_level4 
-0x5742 021730 jam mouse_dpi_level1 ,mem_mouse_dpi 
-0x5743 021731 rtn 
-:      021733 mouse_setting_dpi:
-0x5744 021734 bpatch patch0f_4 ,mem_patch0f 
-0x5745 021735 call mouse_setting_dpi_4_level 
-0x5746 021736 call mouse_dpi_led_blink_delay 
-:      021737 mouse_setting_sensor_type:
-0x5747 021738 bpatch patch0f_5 ,mem_patch0f 
-0x5748 021739 fetch 1 ,mem_config_sensor_type 
-0x5749 021740 beq s201x ,mouse_seting_s201_dpi 
-0x574a 021741 beq p3212 ,mouse_seting_3212_dpi 
-0x574b 021742 beq ka8g2 ,mouse_seting_ka8g2_dpi 
-0x574c 021743 fetch 1 ,mem_mouse_dpi 
-0x574d 021744 beq mouse_dpi_level1 ,mouse_set_cpi0 
-0x574e 021745 beq mouse_dpi_level2 ,mouse_set_cpi1 
-0x574f 021746 beq mouse_dpi_level3 ,mouse_set_cpi2 
-0x5750 021747 beq mouse_dpi_level4 ,mouse_set_cpi3 
-:      021748 mouse_set_cpi1:
-0x5751 021749 fetcht 1 ,mem_320x_dpi_1 
-0x5752 021750 branch mouse_dpi_store 
-:      021751 mouse_set_cpi0:
-0x5753 021752 fetcht 1 ,mem_320x_dpi_0 
-0x5754 021753 branch mouse_dpi_store 
-:      021754 mouse_set_cpi2:
-0x5755 021755 fetcht 1 ,mem_320x_dpi_2 
-0x5756 021756 branch mouse_dpi_store 
-:      021757 mouse_set_cpi3:
-0x5757 021758 fetcht 1 ,mem_320x_dpi_3 
-:      021759 mouse_dpi_store:
-0x5758 021760 fetch 1 ,mem_config_sensor_type 
-0x5759 021761 beq p3065_xy ,mouse_3065xy_set_dpi 
-0x575a 021762 beq mx8650 ,mouse_3065xy_set_dpi 
-0x575b 021763 beq ka8 ,mouse_ka8_set_dpi 
-0x575c 021764 beq p6520 ,mouse_ka8_set_dpi 
-0x575d 021765 beq p8009 ,mouse_3065xy_set_dpi 
-:      021766 mouse_dpi_write:
-0x575e 021767 storet 1 ,mem_mouse_cpi_count 
-0x575f 021768 setarg mouse_dpi_address 
-0x5760 021769 call twspi_read 
-0x5761 021770 and pdata ,0xf8 ,temp 
-0x5762 021771 fetch 1 ,mem_mouse_cpi_count 
-0x5763 021772 iadd temp ,pdata 
-0x5764 021773 lshift8 pdata ,pdata 
-0x5765 021774 add pdata ,mouse_dpi_address ,pdata 
-0x5766 021775 branch twspi_write 
-:      021777 mouse_3065xy_set_dpi:
-0x5767 021778 increase -1 ,temp 
-0x5768 021779 branch mouse_dpi_write 
-:      021781 mouse_ka8_set_dpi:
-0x5769 021782 increase 2 ,temp 
-0x576a 021783 branch mouse_dpi_write 
-:      021785 mouse_seting_s201_dpi:
-0x576b 021786 fetch 1 ,mem_mouse_dpi 
-0x576c 021787 beq mouse_dpi_level1 ,mouse_set_s201_dpi_0 
-0x576d 021788 beq mouse_dpi_level2 ,mouse_set_s201_dpi_2 
-0x576e 021789 beq mouse_dpi_level3 ,mouse_set_s201_dpi_3 
-:      021790 mouse_set_s201_dpi_0:
-0x576f 021791 fetch 1 ,mem_sensor_s201_dpi_0 
-0x5770 021792 copy pdata ,rega 
-0x5771 021793 branch mouse_dpi_s201_store 
-:      021795 mouse_set_s201_dpi_1:
-0x5772 021796 fetch 1 ,mem_sensor_s201_dpi_1 
-0x5773 021797 copy pdata ,rega 
-0x5774 021798 branch mouse_dpi_s201_store 
-:      021800 mouse_set_s201_dpi_2:
-0x5775 021801 fetch 1 ,mem_sensor_s201_dpi_2 
-0x5776 021802 copy pdata ,rega 
-0x5777 021803 branch mouse_dpi_s201_store 
-:      021805 mouse_set_s201_dpi_3:
-0x5778 021806 fetch 1 ,mem_sensor_s201_dpi_3 
-0x5779 021807 copy pdata ,rega 
-0x577a 021808 branch mouse_dpi_s201_store 
-:      021810 mouse_set_s201_dpi_4:
-0x577b 021811 fetch 1 ,mem_sensor_s201_dpi_4 
-0x577c 021812 copy pdata ,rega 
-:      021813 mouse_dpi_s201_store:
-0x577d 021814 setarg 0xc309 
-0x577e 021815 call twspi_write 
-0x577f 021816 copy rega ,pdata 
-0x5780 021817 lshift8 pdata ,pdata 
-0x5781 021818 add pdata ,0x23 ,pdata 
-0x5782 021819 call twspi_write 
-0x5783 021820 setarg 0x0009 
-0x5784 021821 branch twspi_write 
-:      021823 mouse_seting_3212_dpi:
-0x5785 021824 fetch 1 ,mem_mouse_dpi 
-0x5786 021825 beq mouse_dpi_level1 ,mouse_set_p3212_cpi0 
-0x5787 021826 beq mouse_dpi_level2 ,mouse_set_p3212_cpi1 
-0x5788 021827 beq mouse_dpi_level3 ,mouse_set_p3212_cpi2 
-0x5789 021828 beq mouse_dpi_level4 ,mouse_set_p3212_cpi3 
-:      021829 mouse_set_p3212_cpi1:
-0x578a 021830 fetch 1 ,mem_3212_dpi_1 
-0x578b 021831 branch mouse_p3212_dpi 
-:      021832 mouse_set_p3212_cpi0:
-0x578c 021833 fetch 1 ,mem_3212_dpi_0 
-0x578d 021834 branch mouse_p3212_dpi 
-:      021835 mouse_set_p3212_cpi2:
-0x578e 021836 fetch 1 ,mem_3212_dpi_2 
-0x578f 021837 branch mouse_p3212_dpi 
-:      021838 mouse_set_p3212_cpi3:
-0x5790 021839 fetch 1 ,mem_3212_dpi_3 
-:      021840 mouse_p3212_dpi:
-0x5791 021841 store 1 ,mem_mouse_cpi_count 
-0x5792 021842 lshift8 pdata ,pdata 
-0x5793 021843 copy pdata ,rega 
-0x5794 021844 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
-0x5795 021845 call twspi_write 
-0x5796 021846 copy rega ,pdata 
-0x5797 021847 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
-0x5798 021848 branch twspi_write 
-:      021850 mouse_seting_ka8g2_dpi:
-0x5799 021851 fetch 1 ,mem_mouse_dpi 
-0x579a 021852 beq mouse_dpi_level1 ,mouse_set_pka8g2_cpi0 
-0x579b 021853 beq mouse_dpi_level2 ,mouse_set_pka8g2_cpi1 
-0x579c 021854 beq mouse_dpi_level3 ,mouse_set_pka8g2_cpi2 
-0x579d 021855 beq mouse_dpi_level4 ,mouse_set_pka8g2_cpi3 
-:      021856 mouse_set_pka8g2_cpi1:
-0x579e 021857 fetch 1 ,mem_ka8g2_dpi_1 
-0x579f 021858 branch mouse_p3212_dpi 
-:      021860 mouse_set_pka8g2_cpi0:
-0x57a0 021861 fetch 1 ,mem_ka8g2_dpi_0 
-0x57a1 021862 branch mouse_p3212_dpi 
-:      021864 mouse_set_pka8g2_cpi2:
-0x57a2 021865 fetch 1 ,mem_ka8g2_dpi_2 
-0x57a3 021866 branch mouse_p3212_dpi 
-:      021868 mouse_set_pka8g2_cpi3:
-0x57a4 021869 fetch 1 ,mem_ka8g2_dpi_3 
-0x57a5 021870 branch mouse_p3212_dpi 
-:      021878 mouse_key:
-0x57a6 021879 call mouse_check_firekey_gpio 
-0x57a7 021880 fetch 1 ,mem_fire_key_flag 
-0x57a8 021881 nbranch fire_key_press ,blank 
-0x57a9 021882 fetch 1 ,mem_fire_key_status 
-0x57aa 021883 nbranch fire_key_process ,blank 
-0x57ab 021885 call mouse_check_key_gpio 
-0x57ac 021886 call mouse_ghost_key_check 
-0x57ad 021887 call mouse_set_mult 
-0x57ae 021888 call mouse_24g_key 
-0x57af 021889 copy rega ,pdata 
-0x57b0 021890 fetcht 1 ,mem_mouse_key_last 
-0x57b1 021891 store 1 ,mem_mouse_key_last 
-0x57b2 021892 store 1 ,mem_mouse_key 
-0x57b3 021893 ixor temp ,pdata 
-0x57b4 021894 sub pdata ,0 ,null 
-0x57b5 021895 rtn zero 
-0x57b6 021896 branch enable_user 
-:      021898 mouse_24g_key:
-0x57b7 021899 rtnmark0 mark_24g 
-0x57b8 021900 copy rega ,pdata 
-0x57b9 021901 rtn blank 
-0x57ba 021902 store 1 ,mem_mouse_key 
-0x57bb 021903 branch enable_user 
-:      021908 mouse_ghost_key_check:
-0x57bc 021909 jam 0 ,mem_mouse_matrix_key_cow_count 
-0x57bd 021910 jam 0 ,mem_mouse_matrix_key_row_count 
-0x57be 021911 jam 0 ,mem_mouse_ghost_flag 
-0x57bf 021912 copy pdata ,regb 
-0x57c0 021913 fetcht 1 ,mem_lbutton_gpio 
-0x57c1 021914 fetch 1 ,mem_bk_button_gpio 
-0x57c2 021915 isub temp ,null 
-0x57c3 021916 branch mouse_matrix_ghost_key_l_bk ,zero 
-0x57c4 021917 fetch 1 ,mem_fw_button_gpio 
-0x57c5 021918 isub temp ,null 
-0x57c6 021919 branch mouse_matrix_ghost_key_l_fw ,zero 
-0x57c7 021920 fetcht 1 ,mem_mbutton_gpio 
-0x57c8 021921 fetch 1 ,mem_bk_button_gpio 
-0x57c9 021922 isub temp ,null 
-0x57ca 021923 branch mouse_ghost_key_mbk_rfw ,zero 
-0x57cb 021924 branch mouse_ghost_key_mfw_rbk 
-:      021926 mouse_matrix_ghost_key_l_bk:
-0x57cc 021927 fetcht 1 ,mem_mbutton_gpio 
-0x57cd 021928 fetch 1 ,mem_fw_button_gpio 
-0x57ce 021929 isub temp ,null 
-0x57cf 021930 branch mouse_ghost_key_lbk_mfw ,zero 
-0x57d0 021931 branch mouse_ghost_key_lbk_rfw 
-:      021933 mouse_matrix_ghost_key_l_fw:
-0x57d1 021934 fetcht 1 ,mem_mbutton_gpio 
-0x57d2 021935 fetch 1 ,mem_bk_button_gpio 
-0x57d3 021936 isub temp ,null 
-0x57d4 021937 branch mouse_ghost_key_lfw_mbk ,zero 
-0x57d5 021938 branch mouse_ghost_key_lfw_rbk 
-:      021940 mouse_ghost_key_lbk_mfw:
-0x57d6 021941 call mouse_ghost_key_check_l_bk 
-0x57d7 021942 call mouse_ghost_key_check_m_fw 
-0x57d8 021943 branch mouse_ghost_key_check_next 
-:      021945 mouse_ghost_key_lbk_rfw:
-0x57d9 021946 call mouse_ghost_key_check_l_bk 
-0x57da 021947 branch mouse_ghost_key_rfw 
-:      021949 mouse_ghost_key_lfw_mbk:
-0x57db 021950 call mouse_ghost_key_check_l_fw 
-0x57dc 021951 call mouse_ghost_key_check_m_bk 
-0x57dd 021952 branch mouse_ghost_key_check_next 
-:      021954 mouse_ghost_key_lfw_rbk:
-0x57de 021955 call mouse_ghost_key_check_l_fw 
-0x57df 021956 branch mouse_ghost_key_rbk 
-:      021958 mouse_ghost_key_mbk_rfw:
-0x57e0 021959 call mouse_ghost_key_check_m_bk 
-:      021960 mouse_ghost_key_rfw:
-0x57e1 021961 call mouse_ghost_key_check_r_fw 
-0x57e2 021962 branch mouse_ghost_key_check_next 
-:      021964 mouse_ghost_key_mfw_rbk:
-0x57e3 021965 call mouse_ghost_key_check_m_fw 
-:      021966 mouse_ghost_key_rbk:
-0x57e4 021967 call mouse_ghost_key_check_r_bk 
-:      021968 mouse_ghost_key_check_next:
-0x57e5 021969 call mouse_ghost_key_check_bk_fw 
-0x57e6 021970 call mouse_ghost_key_check_lmr 
-0x57e7 021971 fetch 1 ,mem_mouse_matrix_key_row_count 
-0x57e8 021972 rtn blank 
-0x57e9 021973 fetch 1 ,mem_mouse_matrix_key_cow_count 
-0x57ea 021974 rtn blank 
-0x57eb 021975 jam 1 ,mem_mouse_ghost_flag 
-0x57ec 021976 fetch 1 ,mem_mouse_key_last 
-0x57ed 021977 copy pdata ,rega 
-0x57ee 021978 rtn 
-:      021980 mouse_ghost_key_check_l_bk:
-0x57ef 021981 and regb ,mouse_l_bk_button ,pdata 
-0x57f0 021982 beq mouse_l_bk_button ,mouse_matrix_cow_more_than_one_key 
-0x57f1 021983 rtn 
-:      021984 mouse_ghost_key_check_m_bk:
-0x57f2 021985 and regb ,mouse_l_bk_button ,pdata 
-0x57f3 021986 beq mouse_m_bk_button ,mouse_matrix_cow_more_than_one_key 
-0x57f4 021987 rtn 
-:      021988 mouse_ghost_key_check_r_bk:
-0x57f5 021989 and regb ,mouse_l_bk_button ,pdata 
-0x57f6 021990 beq mouse_r_bk_button ,mouse_matrix_cow_more_than_one_key 
-0x57f7 021991 rtn 
-:      021992 mouse_ghost_key_check_l_fw:
-0x57f8 021993 and regb ,mouse_l_bk_button ,pdata 
-0x57f9 021994 beq mouse_l_fw_button ,mouse_matrix_cow_more_than_one_key 
-0x57fa 021995 rtn 
-:      021996 mouse_ghost_key_check_m_fw:
-0x57fb 021997 and regb ,mouse_m_fw_button ,pdata 
-0x57fc 021998 beq mouse_m_fw_button ,mouse_matrix_cow_more_than_one_key 
-0x57fd 021999 rtn 
-:      022000 mouse_ghost_key_check_r_fw:
-0x57fe 022001 and regb ,mouse_m_fw_button ,pdata 
-0x57ff 022002 beq mouse_r_fw_button ,mouse_matrix_cow_more_than_one_key 
-0x5800 022003 rtn 
-:      022005 mouse_ghost_key_check_bk_fw:
-0x5801 022006 and regb ,mouse_bk_fw_button ,pdata 
-0x5802 022007 beq mouse_bk_fw_button ,mouse_matrix_row_more_than_one_key 
-0x5803 022008 rtn 
-:      022010 mouse_ghost_key_check_lmr:
-0x5804 022011 and temp ,mouse_lmr_button ,pdata 
-0x5805 022012 beq mouse_lr_button ,mouse_matrix_row_more_than_one_key 
-0x5806 022013 beq mouse_lm_button ,mouse_matrix_row_more_than_one_key 
-0x5807 022014 beq mouse_rm_button ,mouse_matrix_row_more_than_one_key 
-0x5808 022015 beq mouse_lmr_button ,mouse_matrix_row_more_than_one_key 
-0x5809 022016 rtn 
-:      022019 mouse_matrix_row_more_than_one_key:
-0x580a 022020 jam 1 ,mem_mouse_matrix_key_row_count 
-0x580b 022021 rtn 
-:      022023 mouse_matrix_cow_more_than_one_key:
-0x580c 022024 jam 1 ,mem_mouse_matrix_key_cow_count 
-0x580d 022025 rtn 
-:      022033 mouse_dpi_another_gpio_check:
-0x580e 022034 fetch mouse_flag_len ,mem_mouse_flag 
-0x580f 022035 rtnbit0 mouse_enable_double_dpi_key 
-0x5810 022036 bbit0 mouse_enable_another_dpi_key_connect_gnd ,mouse_dpi_another_gpio_connect_vin_check 
-:      022037 mouse_dpi_another_gpio_connect_gnd_check:
-0x5811 022038 fetch 1 ,mem_dpi_another_button_gpio 
-0x5812 022039 call mouse_gpio_config_output_high 
-0x5813 022040 call mouse_dpi_another_check 
-0x5814 022041 fetcht 1 ,mem_dpi_another_button_gpio 
-0x5815 022042 branch mouse_gpio_config_input_pu 
-:      022044 mouse_dpi_another_gpio_connect_vin_check:
-0x5816 022045 fetch 1 ,mem_dpi_another_button_gpio 
-0x5817 022046 call mouse_gpio_config_output_low 
-0x5818 022047 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
-0x5819 022048 fetcht 1 ,mem_dpi_another_button_gpio 
-0x581a 022049 fetch 1 ,mem_dpi_another_press_status 
-0x581b 022050 call mouse_check_key_connect_vin_new 
-0x581c 022051 call mouse_dpi_another_state_check 
-0x581d 022052 fetcht 1 ,mem_dpi_another_button_gpio 
-0x581e 022053 branch mouse_gpio_config_input_pu 
-:      022055 mouse_dpi_another_down_new:
-0x581f 022056 call mouse_gpio_config_input_pu 
-0x5820 022057 fetch 1 ,mem_dpi_another_button_state 
-0x5821 022058 rtneq dpi_button_state_down 
-0x5822 022059 jam dpi_button_state_down ,mem_dpi_another_button_state 
-0x5823 022060 branch mouse_dpi_process 
-:      022062 mouse_dpi_another_check:
-0x5824 022063 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
-0x5825 022064 fetcht 1 ,mem_dpi_another_button_gpio 
-0x5826 022065 fetch 1 ,mem_dpi_another_press_status 
-0x5827 022066 call mouse_check_key_connect_gnd_new 
-:      022067 mouse_dpi_another_state_check:
-0x5828 022068 store 1 ,mem_dpi_another_press_status 
-0x5829 022069 fetch 1 ,mem_dpi_another_button_down_enable 
-0x582a 022070 branch mouse_dpi_another_up ,blank 
-:      022071 mouse_dpi_another_down:
-0x582b 022072 fetch 1 ,mem_dpi_another_button_state 
-0x582c 022073 rtneq dpi_button_state_down 
-0x582d 022074 jam dpi_button_state_down ,mem_dpi_another_button_state 
-0x582e 022075 branch mouse_dpi_process 
-:      022077 mouse_dpi_another_up:
-0x582f 022078 fetch 1 ,mem_dpi_another_button_state 
-0x5830 022079 rtneq dpi_button_state_up 
-0x5831 022080 jam dpi_button_state_up ,mem_dpi_another_button_state 
-0x5832 022081 rtn 
-:      022083 mouse_check_key_connect_gnd_new:
-0x5833 022084 lshift pdata ,pdata 
-0x5834 022085 copy pdata ,regb 
-0x5835 022086 call gpio_get_bit 
-0x5836 022087 setflag true ,0 ,regb 
-0x5837 022088 and regb ,0x07 ,pdata 
-0x5838 022089 fetcht 1 ,mem_mouse_key_temp_patch 
-0x5839 022090 copy temp ,queue 
-0x583a 022091 beq 0x07 ,mouse_another_dpi_key_press 
-0x583b 022092 beq 0x00 ,mouse_another_dpi_key_release 
-0x583c 022093 rtn 
-:      022095 mouse_check_key_connect_vin_new:
-0x583d 022096 lshift pdata ,pdata 
-0x583e 022097 copy pdata ,regb 
-0x583f 022098 call mouse_gpio_config_input_pd 
-0x5840 022099 call gpio_get_bit 
-0x5841 022100 setflag true ,0 ,regb 
-0x5842 022101 and regb ,0x07 ,pdata 
-0x5843 022102 fetcht 1 ,mem_mouse_key_temp_patch 
-0x5844 022103 copy temp ,queue 
-0x5845 022104 beq 0x07 ,mouse_another_dpi_key_press 
-0x5846 022105 beq 0x00 ,mouse_another_dpi_key_release 
-0x5847 022106 rtn 
-:      022108 mouse_another_dpi_key_press:
-0x5848 022109 jam 1 ,mem_dpi_another_button_down_enable 
-0x5849 022110 rtn 
-:      022111 mouse_another_dpi_key_release:
-0x584a 022112 jam 0 ,mem_dpi_another_button_down_enable 
-0x584b 022113 rtn 
-:      022121 mouse_check_firekey_gpio:
-0x584c 022122 arg 0 ,regb 
-0x584d 022123 fetch 1 ,mem_firebutton_gpio 
-0x584e 022124 rtneq gpio_disable 
-0x584f 022125 fetch mouse_flag_len ,mem_mouse_flag 
-0x5850 022126 bbit0 mouse_enable_fire_key_connect_gnd ,mouse_check_firekey_connect_vin 
-:      022127 mouse_check_firekey_connect_gnd:
-0x5851 022128 fetcht 1 ,mem_firebutton_gpio 
-0x5852 022129 call mouse_gpio_config_input_pu 
-0x5853 022130 fetcht 1 ,mem_firebutton_gpio 
-0x5854 022131 call gpio_get_bit 
-0x5855 022132 setflag true ,0 ,regb 
-:      022133 mouse_firekey_state_store:
-0x5856 022134 copy regb ,pdata 
-0x5857 022135 store 1 ,mem_fire_key_flag 
-0x5858 022136 rtn 
-:      022138 mouse_check_firekey_connect_vin:
-0x5859 022139 fetcht 1 ,mem_firebutton_gpio 
-0x585a 022140 call mouse_gpio_config_input_pd 
-0x585b 022141 fetcht 1 ,mem_firebutton_gpio 
-0x585c 022142 call gpio_get_bit 
-0x585d 022143 nsetflag true ,0 ,regb 
-0x585e 022144 branch mouse_firekey_state_store 
-:      022146 fire_key_process:
-0x585f 022147 beq 4 ,fire_key_process_end 
-:      022148 fire_key_press:
-0x5860 022149 call firekey_clkn_bt_timer_check 
-0x5861 022150 fetch 4 ,mem_fire_key_delay 
-0x5862 022151 arg 0xa0 ,temp 
-0x5863 022152 iadd temp ,temp 
-0x5864 022153 copy clkn_bt ,pdata 
-0x5865 022154 isub temp ,null 
-0x5866 022155 nrtn positive 
-0x5867 022156 store 4 ,mem_fire_key_delay 
-0x5868 022157 fetch 1 ,mem_fire_key_status 
-0x5869 022158 beq 0 ,fire_key_process_start 
-0x586a 022159 beq 1 ,fire_key_process_release1 
-0x586b 022160 beq 2 ,fire_key_process_start2 
-0x586c 022161 beq 3 ,fire_key_process_release2 
-0x586d 022162 rtn 
-:      022164 fire_key_process_start:
-0x586e 022165 jam 1 ,mem_fire_key_status 
-:      022166 fire_key_down:
-0x586f 022167 jam 1 ,mem_mouse_key 
-0x5870 022168 branch enable_user 
-:      022170 fire_key_process_release1:
-0x5871 022171 jam 2 ,mem_fire_key_status 
-:      022172 fire_key_release:
-0x5872 022173 jam 0 ,mem_mouse_key 
-0x5873 022174 branch enable_user 
-:      022176 fire_key_process_start2:
-0x5874 022177 jam 3 ,mem_fire_key_status 
-0x5875 022178 branch fire_key_down 
-:      022180 fire_key_process_release2:
-0x5876 022181 jam 0 ,mem_fire_key_status 
-0x5877 022182 branch fire_key_release 
-:      022184 fire_key_process_end:
-0x5878 022185 jam 0 ,mem_fire_key_status 
-0x5879 022186 jam 0 ,mem_mouse_key 
-0x587a 022187 rtn 
-:      022189 firekey_clkn_bt_timer_check:
-0x587b 022190 fetcht 4 ,mem_fire_key_delay 
-0x587c 022191 copy clkn_bt ,pdata 
-0x587d 022192 isub temp ,null 
-0x587e 022193 ncall firekey_clkn_bt_timer_timeout ,positive 
-0x587f 022194 rtn 
-:      022195 firekey_clkn_bt_timer_timeout:
-0x5880 022196 setarg 0 
-0x5881 022197 store 4 ,mem_fire_key_delay 
-0x5882 022198 rtn 
-:      022206 mouse_key_check_once:
-0x5883 022207 call mouse_check_key_gpio_once 
-0x5884 022208 call mouse_check_key_gpio 
-0x5885 022209 setarg 0x00 
-0x5886 022210 store 3 ,mem_mouse_lkey_press_status 
-0x5887 022211 rtn 
-:      022213 mouse_check_key_gpio:
-0x5888 022214 bpatch patch0f_6 ,mem_patch0f 
-0x5889 022215 fetch 1 ,mem_sensor_shutdown_flag 
-0x588a 022216 ncall mouse_check_key_gpio_once ,blank 
-0x588b 022217 arg 0 ,rega 
-0x588c 022218 call mouse_check_lkey_gpio 
-0x588d 022219 call mouse_check_rkey_gpio 
-0x588e 022220 call mouse_check_mkey_gpio 
-0x588f 022221 call mouse_check_bkkey_gpio 
-0x5890 022222 call mouse_check_fwkey_gpio 
-0x5891 022223 call mouse_check_firekey_gpio 
-0x5892 022224 call mouse_check_customerkey_gpio 
-0x5893 022225 copy rega ,pdata 
-0x5894 022226 rtn 
-:      022228 mouse_check_key_gpio_once:
-0x5895 022229 setarg 0x030303 
-0x5896 022230 store 3 ,mem_mouse_lkey_press_status 
-0x5897 022231 rtn 
-:      022233 mouse_check_lkey_gpio:
-0x5898 022234 fetch 1 ,mem_lbutton_gpio 
-0x5899 022235 call mouse_gpio_config_output_high 
-0x589a 022236 jam mouse_l_key ,mem_mouse_key_temp 
-0x589b 022237 fetcht 1 ,mem_lbutton_gpio 
-0x589c 022238 fetch 1 ,mem_mouse_lkey_press_status 
-0x589d 022239 call mouse_check_key_connect_gnd 
-0x589e 022240 store 1 ,mem_mouse_lkey_press_status 
-0x589f 022241 fetcht 1 ,mem_lbutton_gpio 
-0x58a0 022242 branch mouse_gpio_config_input_pu 
-:      022244 mouse_check_rkey_gpio:
-0x58a1 022245 fetch 1 ,mem_rbutton_gpio 
-0x58a2 022246 call mouse_gpio_config_output_high 
-0x58a3 022247 jam mouse_r_key ,mem_mouse_key_temp 
-0x58a4 022248 fetcht 1 ,mem_rbutton_gpio 
-0x58a5 022249 fetch 1 ,mem_mouse_rkey_press_status 
-0x58a6 022250 call mouse_check_key_connect_gnd 
-0x58a7 022251 store 1 ,mem_mouse_rkey_press_status 
-0x58a8 022252 fetcht 1 ,mem_rbutton_gpio 
-0x58a9 022253 branch mouse_gpio_config_input_pu 
-:      022255 mouse_check_mkey_gpio:
-0x58aa 022256 fetch 1 ,mem_mbutton_gpio 
-0x58ab 022257 call mouse_gpio_config_output_high 
-0x58ac 022258 jam mouse_m_key ,mem_mouse_key_temp 
-0x58ad 022259 fetcht 1 ,mem_mbutton_gpio 
-0x58ae 022260 fetch 1 ,mem_mouse_mkey_press_status 
-0x58af 022261 call mouse_check_key_connect_gnd 
-0x58b0 022262 store 1 ,mem_mouse_mkey_press_status 
-0x58b1 022263 fetcht 1 ,mem_mbutton_gpio 
-0x58b2 022264 branch mouse_gpio_config_input_pu 
-:      022266 mouse_check_bkkey_gpio:
-0x58b3 022267 fetch 1 ,mem_bk_button_gpio 
-0x58b4 022268 rtneq gpio_disable 
-0x58b5 022269 jam mouse_bk_key ,mem_mouse_key_temp 
-0x58b6 022270 fetch 1 ,mem_mouse_bkkey_press_status 
-0x58b7 022271 copy pdata ,regc 
-0x58b8 022272 fetcht 1 ,mem_bk_button_gpio 
-0x58b9 022273 fetch 1 ,mem_matrix_public_gpio 
-0x58ba 022274 beq gpio_disable ,mouse_3io6key_bk_check 
-0x58bb 022275 call gpio_get_bit 
-0x58bc 022276 branch mouse_check_bk_button_connect_gnd ,true 
-0x58bd 022277 fetcht 1 ,mem_matrix_public_gpio 
-0x58be 022278 call gpio_out_active 
-0x58bf 022279 fetcht 1 ,mem_bk_button_gpio 
-0x58c0 022280 fetch 1 ,mem_mouse_bkkey_press_status 
-0x58c1 022281 call mouse_check_key_connect_gnd 
-:      022282 mouse_check_bkkey_gpio_end:
-0x58c2 022283 store 1 ,mem_mouse_bkkey_press_status 
-0x58c3 022284 branch mouse_matrix_public_gpio_reset 
-:      022286 mouse_check_bk_button_connect_gnd:
-0x58c4 022287 fetcht 1 ,mem_matrix_public_gpio 
-0x58c5 022288 fetch 1 ,mem_mouse_bkkey_press_status 
-0x58c6 022289 call mouse_check_key_connect_gnd 
-0x58c7 022290 branch mouse_check_bkkey_gpio_end 
-:      022292 mouse_3io6key_bk_check:
-0x58c8 022293 fetch 1 ,mem_bk_button_gpio 
-0x58c9 022294 call mouse_gpio_config_output_low 
-0x58ca 022295 fetcht 1 ,mem_bk_button_gpio 
-0x58cb 022296 call mouse_3io6key_check 
-0x58cc 022297 store 1 ,mem_mouse_bkkey_press_status 
-0x58cd 022298 fetcht 1 ,mem_bk_button_gpio 
-0x58ce 022299 branch mouse_gpio_config_input_pu 
-:      022302 mouse_check_fwkey_gpio:
-0x58cf 022303 fetch 1 ,mem_fw_button_gpio 
-0x58d0 022304 rtneq gpio_disable 
-0x58d1 022305 jam mouse_fw_key ,mem_mouse_key_temp 
-0x58d2 022306 fetch 1 ,mem_mouse_fwkey_press_status 
-0x58d3 022307 copy pdata ,regc 
-0x58d4 022308 fetcht 1 ,mem_fw_button_gpio 
-0x58d5 022309 fetch 1 ,mem_matrix_public_gpio 
-0x58d6 022310 beq gpio_disable ,mouse_3io6key_fw_check 
-0x58d7 022311 call gpio_get_bit 
-0x58d8 022312 branch mouse_check_fw_button_connect_gnd ,true 
-0x58d9 022313 fetcht 1 ,mem_matrix_public_gpio 
-0x58da 022314 call gpio_out_active 
-0x58db 022315 fetcht 1 ,mem_fw_button_gpio 
-0x58dc 022316 fetch 1 ,mem_mouse_fwkey_press_status 
-0x58dd 022317 call mouse_check_key_connect_gnd 
-:      022318 mouse_check_fwkey_gpio_end:
-0x58de 022319 store 1 ,mem_mouse_fwkey_press_status 
-:      022320 mouse_matrix_public_gpio_reset:
-0x58df 022321 fetcht 1 ,mem_matrix_public_gpio 
-0x58e0 022322 branch mouse_gpio_config_input_pu 
-:      022324 mouse_check_fw_button_connect_gnd:
-0x58e1 022325 fetcht 1 ,mem_matrix_public_gpio 
-0x58e2 022326 fetch 1 ,mem_mouse_fwkey_press_status 
-0x58e3 022327 call mouse_check_key_connect_gnd 
-0x58e4 022328 branch mouse_check_fwkey_gpio_end 
-:      022330 mouse_3io6key_fw_check:
-0x58e5 022331 fetch 1 ,mem_fw_button_gpio 
-0x58e6 022332 call mouse_gpio_config_output_low 
-0x58e7 022333 fetcht 1 ,mem_fw_button_gpio 
-0x58e8 022334 call mouse_3io6key_check 
-0x58e9 022335 store 1 ,mem_mouse_fwkey_press_status 
-0x58ea 022336 fetcht 1 ,mem_fw_button_gpio 
-0x58eb 022337 branch mouse_gpio_config_input_pu 
-:      022339 mouse_check_customerkey_gpio:
-0x58ec 022340 jam 0 ,mem_customer_key 
-0x58ed 022341 fetch 1 ,mem_customer_key_gpio 
-0x58ee 022342 rtneq gpio_disable 
-0x58ef 022343 fetch mouse_flag_len ,mem_mouse_flag 
-0x58f0 022344 rtnbit0 mouse_enable_keyboard 
-0x58f1 022345 bbit1 mouse_enable_customer_key_connect_vin_or_matrix ,mouse_customer_key_connect_vin 
-:      022346 mouse_customer_key_connect_gnd:
-0x58f2 022347 jam mouse_customer_key ,mem_mouse_key_temp 
-0x58f3 022348 fetcht 1 ,mem_customer_key_gpio 
-0x58f4 022349 fetch 1 ,mem_mouse_customerkey_press_status 
-0x58f5 022350 call mouse_check_key_connect_gnd 
-0x58f6 022351 store 1 ,mem_mouse_customerkey_press_status 
-:      022352 mouse_check_customerkey_gpio_next:
-0x58f7 022353 copy rega ,pdata 
-0x58f8 022354 bbit1 mouse_customer_key ,mouse_customerkey_press 
-0x58f9 022355 call mouse_customerkey_release 
-:      022356 mouse_check_customerkey_gpio_exit:
-0x58fa 022357 fetch 1 ,mem_customer_data_trigger 
-0x58fb 022358 store 1 ,mem_customer_data_trigger_last 
-0x58fc 022359 rtn 
-:      022361 mouse_customer_key_connect_vin:
-0x58fd 022362 jam mouse_customer_key ,mem_mouse_key_temp 
-0x58fe 022363 fetch 1 ,mem_mouse_customerkey_press_status 
-0x58ff 022364 copy pdata ,regc 
-0x5900 022365 fetcht 1 ,mem_customer_key_gpio 
-0x5901 022366 fetch 1 ,mem_matrix_public_gpio 
-0x5902 022367 beq gpio_disable ,mouse_3io6key_customer_key_check_vin 
-0x5903 022368 call gpio_get_bit 
-0x5904 022369 branch mouse_check_customer_button_connect_gnd ,true 
-0x5905 022370 fetcht 1 ,mem_matrix_public_gpio 
-0x5906 022371 call gpio_out_active 
-0x5907 022372 fetcht 1 ,mem_customer_key_gpio 
-0x5908 022373 fetch 1 ,mem_mouse_customerkey_press_status 
-0x5909 022374 call mouse_check_key_connect_gnd 
-0x590a 022375 branch mouse_check_customerkey_gpio_over 
-:      022377 mouse_check_customer_button_connect_gnd:
-0x590b 022378 fetcht 1 ,mem_matrix_public_gpio 
-0x590c 022379 fetch 1 ,mem_mouse_customerkey_press_status 
-0x590d 022380 call mouse_check_key_connect_gnd 
-0x590e 022381 branch mouse_check_customerkey_gpio_over 
-:      022383 mouse_3io6key_customer_key_check_vin:
-0x590f 022384 fetch 1 ,mem_customer_key_gpio 
-0x5910 022385 call mouse_gpio_config_output_low 
-0x5911 022386 fetcht 1 ,mem_customer_key_gpio 
-0x5912 022387 call mouse_3io6key_check 
-:      022388 mouse_check_customerkey_gpio_over:
-0x5913 022389 store 1 ,mem_mouse_customerkey_press_status 
-0x5914 022390 call mouse_check_customerkey_gpio_next 
-0x5915 022391 fetcht 1 ,mem_customer_key_gpio 
-0x5916 022392 branch mouse_gpio_config_input_pu 
-:      022395 mouse_customerkey_press:
-0x5917 022396 jam 1 ,mem_customer_data_trigger 
-0x5918 022397 call mouse_customer_key_need_send 
-0x5919 022398 branch mouse_check_customerkey_gpio_exit 
-:      022400 mouse_customerkey_release:
-0x591a 022401 jam 0 ,mem_customer_data_trigger 
-0x591b 022402 fetch 1 ,mem_customer_data_trigger_last 
-0x591c 022403 rtn blank 
-:      022404 mouse_customer_key_need_send:
-0x591d 022405 jam 1 ,mem_customer_key 
-0x591e 022406 rtn 
-:      022410 mouse_check_matrix_button_connect_gnd:
-0x591f 022411 call gpio_get_bit 
-0x5920 022412 fetcht 1 ,mem_mouse_key_temp 
-0x5921 022413 copy temp ,queue 
-0x5922 022414 branch mouse_key_press ,true 
-:      022415 mouse_key_release:
-0x5923 022416 qset0 rega 
-0x5924 022417 rtn 
-:      022419 mouse_check_key_connect_gnd:
-0x5925 022420 lshift pdata ,pdata 
-0x5926 022421 copy pdata ,regb 
-0x5927 022422 call gpio_get_bit 
-0x5928 022423 setflag true ,0 ,regb 
-:      022424 mouse_check_key_connect_gnd_1:
-0x5929 022425 and regb ,0x07 ,pdata 
-:      022426 mouse_check_key_connect_gnd_next:
-0x592a 022427 fetcht 1 ,mem_mouse_key_temp 
-0x592b 022428 copy temp ,queue 
-0x592c 022429 beq 0x07 ,mouse_key_press 
-0x592d 022430 beq 0x00 ,mouse_key_release 
-0x592e 022431 rtn 
-:      022433 mouse_key_press:
-0x592f 022434 qset1 rega 
-0x5930 022435 rtn 
-:      022437 mouse_3io6key_check:
-0x5931 022438 bpatch patch0f_7 ,mem_patch0f 
-0x5932 022439 copy regc ,pdata 
-0x5933 022440 store 1 ,mem_mouse_key_status 
-0x5934 022441 lshift pdata ,pdata 
-0x5935 022442 copy pdata ,regb 
-0x5936 022443 copy temp ,regc 
-0x5937 022444 call mouse_gpio_config_input_pd 
-0x5938 022445 copy regc ,temp 
-0x5939 022446 call gpio_get_bit 
-0x593a 022447 nsetflag true ,0 ,regb 
-0x593b 022448 call mouse_check_press 
-0x593c 022449 branch mouse_check_key_connect_gnd_next 
-:      022451 mouse_check_press:
-0x593d 022452 fetcht 1 ,mem_mouse_key_status 
-0x593e 022453 and_into 0x01 ,temp 
-0x593f 022454 and regb ,0x01 ,pdata 
-0x5940 022455 isub temp ,null 
-0x5941 022456 nbranch mouse_current_mult_update ,zero 
-0x5942 022457 rtn 
-:      022461 mouse_gpio_config_output_high:
-0x5943 022462 rtneq gpio_disable 
-0x5944 022463 arg gpcfg_output_high ,temp 
-0x5945 022464 branch gpio_config_function_int 
-:      022467 mouse_gpio_config_output_low:
-0x5946 022468 rtneq gpio_disable 
-0x5947 022469 arg gpcfg_output_low ,temp 
-0x5948 022470 branch gpio_config_function_int 
-:      022475 mouse_init_sunt:
-0x5949 022476 bpatch patch10_0 ,mem_patch10 
-0x594a 022477 call mouse_sensor_spi_init 
-0x594b 022478 rtn wake 
-:      022479 mouse_init_sensor_wakeup:
-0x594c 022480 call mouse_sensor_poweron 
-:      022481 mouse_init_sensor:
-0x594d 022482 bpatch patch10_1 ,mem_patch10 
-0x594e 022483 call mouse_read_sensor_id 
-0x594f 022484 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
-0x5950 022485 beq p3065_id1 ,mouse_init_p3065 
-0x5951 022486 beq pka8g2_id1 ,mouse_ka8g2_id2_judge 
-0x5952 022487 call mouse_twspi_reset 
-0x5953 022488 nop 6900 
-0x5954 022489 branch mouse_init_sensor 
-:      022490 mouse_twspi_reset:
-0x5955 022491 fetcht 1 ,mem_mouse_sensor_sclk_gpio 
-0x5956 022492 call twspi_reset 
-0x5957 022493 branch mouse_spid_init_pin 
-:      022495 mouse_read_sensor_id:
-0x5958 022496 setarg pan_reg_pid_h 
-0x5959 022497 call twspi_read 
-0x595a 022498 store 1 ,mem_sensor_id2 
-0x595b 022499 setarg pan_reg_pid_l 
-0x595c 022500 call twspi_read 
-0x595d 022501 store 1 ,mem_sensor_id1 
-0x595e 022502 rtn 
-:      022504 mouse_init_p32xx_id2_judge:
-0x595f 022505 fetch 1 ,mem_sensor_id2 
-0x5960 022506 beq p_mx8650 ,mouse_mx8650_init_param 
-0x5961 022507 beq p8009_id2 ,mouse_8009_init_param 
-0x5962 022508 beq p3205_tj3t_id2 ,mouse_s210x_3205_3t_judge 
-0x5963 022509 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
-0x5964 022510 beq p3212_id2 ,mouse_3212_init_param 
-0x5965 022511 beq pka8_id2 ,mouse_ka8_init_param_check 
-0x5966 022512 beq p6520a_id2 ,mouse_p6520_init_param 
-0x5967 022513 branch mouse_init_sensor 
-:      022515 mouse_s210x_3205_3t_judge:
-0x5968 022516 setarg 0x49 
-0x5969 022517 call twspi_read 
-0x596a 022518 beq 0xa1 ,mouse_s201x_init_param 
-0x596b 022519 branch mouse_3205_3t_init_param 
-:      022521 mouse_s201x_init_param:
-0x596c 022522 jam s201x ,mem_config_sensor_type 
-0x596d 022523 rtn 
-:      022525 mouse_mx8650_init_param:
-0x596e 022526 jam mx8650 ,mem_config_sensor_type 
-0x596f 022527 call mouse_sensor_reset 
-0x5970 022528 call delay_10ms 
-0x5971 022529 arg mem_sensor_8650_init ,regc 
-0x5972 022530 call mouse_sensor_wr_seq 
-0x5973 022531 branch mouse_setting_sensor_type 
-:      022533 mouse_8009_init_param:
-0x5974 022534 setarg 0x16 
-0x5975 022535 call twspi_read 
-0x5976 022536 sub pdata ,0xbd ,null 
-0x5977 022537 nbranch mouse_init_sunt ,zero 
-0x5978 022538 setarg 0x19 
-0x5979 022539 call twspi_read 
-0x597a 022540 sub pdata ,0x55 ,null 
-0x597b 022541 nbranch mouse_init_sunt ,zero 
-0x597c 022542 setarg 0x1b 
-0x597d 022543 call twspi_read 
-0x597e 022544 sub pdata ,0x1d ,null 
-0x597f 022545 nbranch mouse_init_sunt ,zero 
-0x5980 022546 jam p8009 ,mem_config_sensor_type 
-0x5981 022547 arg mem_sensor_8009_init ,regc 
-0x5982 022548 branch mouse_sensor_wr_seq 
-:      022550 mouse_3205_3t_init_param:
-0x5983 022551 jam p3205 ,mem_config_sensor_type 
-0x5984 022552 arg mem_sensor_3205_init ,regc 
-0x5985 022553 call mouse_sensor_wr_seq 
-0x5986 022554 arg mem_sensor_32xx_init ,regc 
-0x5987 022555 call mouse_sensor_wr_seq 
-0x5988 022556 setarg 0x0943 
-0x5989 022557 call twspi_write 
-0x598a 022558 arg mem_sensor_32xx_init_1 ,regc 
-0x598b 022559 branch mouse_sensor_wr_seq 
-:      022561 mouse_3204_3l_init_param:
-0x598c 022562 jam p3204 ,mem_config_sensor_type 
-0x598d 022563 arg mem_sensor_3204_init ,regc 
-0x598e 022564 call mouse_sensor_wr_seq 
-0x598f 022565 arg mem_sensor_32xx_init ,regc 
-0x5990 022566 call mouse_sensor_wr_seq 
-0x5991 022567 arg mem_sensor_32xx_init_1 ,regc 
-0x5992 022568 branch mouse_sensor_wr_seq 
-:      022570 mouse_3212_init_param:
-0x5993 022571 jam p3212 ,mem_config_sensor_type 
-0x5994 022572 arg mem_sensor_3212_init ,regc 
-:      022573 mouse_sensor_wr_seq:
-0x5995 022574 ifetch 2 ,regc 
-0x5996 022575 arg 0xffff ,temp 
-0x5997 022576 isub temp ,null 
-0x5998 022577 rtn zero 
-0x5999 022578 call twspi_write 
-0x599a 022579 increase 2 ,regc 
-0x599b 022580 branch mouse_sensor_wr_seq 
-:      022582 mouse_ka8_init_param_check:
-0x599c 022583 call mouse_sensor_disable_wp 
-0x599d 022584 setarg 0x9a5b 
-0x599e 022585 call twspi_write 
-0x599f 022586 setarg 0x0d 
-0x59a0 022587 call twspi_read 
-0x59a1 022588 sub pdata ,0x12 ,null 
-0x59a2 022589 branch mouse_ka8ul_init_param ,zero 
-0x59a3 022590 sub pdata ,0x0a ,null 
-0x59a4 022591 nbranch mouse_ka8hd_sensor_judge ,zero 
-0x59a5 022592 setarg 0x0e 
-0x59a6 022593 call twspi_read 
-0x59a7 022594 sub pdata ,0xe5 ,null 
-0x59a8 022595 nbranch mouse_init_sensor ,zero 
-0x59a9 022596 setarg 0x10 
-0x59aa 022597 call twspi_read 
-0x59ab 022598 sub pdata ,0xa5 ,null 
-0x59ac 022599 branch mouse_ka8ul_init_param ,zero 
-0x59ad 022600 call mouse_enable_ka8_sensor_wp 
-:      022601 mouse_ka8_init_param:
-0x59ae 022602 jam ka8 ,mem_config_sensor_type 
-0x59af 022603 rtn 
-:      022604 mouse_ka8ul_init_param:
-0x59b0 022605 jam ka8_ul ,mem_config_sensor_type 
-0x59b1 022606 arg mem_sensor_ka8ul_init ,regc 
-0x59b2 022607 branch mouse_sensor_wr_seq 
-:      022608 mouse_ka8hd_sensor_judge:
-0x59b3 022609 sub pdata ,0x10 ,null 
-0x59b4 022610 nbranch mouse_init_sensor ,zero 
-0x59b5 022611 setarg 0x0e 
-0x59b6 022612 call twspi_read 
-0x59b7 022613 sub pdata ,0xc5 ,null 
-0x59b8 022614 nbranch mouse_init_sensor ,zero 
-0x59b9 022615 setarg 0x10 
-0x59ba 022616 call twspi_read 
-0x59bb 022617 sub pdata ,0x38 ,null 
-0x59bc 022618 nbranch mouse_init_sensor ,zero 
-:      022619 mouse_ka8hd_init_param:
-0x59bd 022620 call mouse_enable_ka8_sensor_wp 
-0x59be 022621 jam ka8_hd ,mem_config_sensor_type 
-0x59bf 022622 rtn 
-:      022623 mouse_enable_ka8_sensor_wp:
-0x59c0 022624 setarg 0x005b 
-0x59c1 022625 call twspi_write 
-0x59c2 022626 branch mouse_sensor_enable_wp 
-:      022628 mouse_p6520_init_param:
-0x59c3 022629 jam p6520 ,mem_config_sensor_type 
-0x59c4 022630 arg mem_sensor_p6520_init ,regc 
-0x59c5 022631 branch mouse_sensor_wr_seq 
-:      022633 mouse_init_p3065:
-0x59c6 022634 call mouse_sensor_poweron 
-0x59c7 022635 fetch 1 ,mem_sensor_id2 
-0x59c8 022636 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
-0x59c9 022637 beq p3065_id2 ,mouse_p3065_init_param 
-0x59ca 022638 branch mouse_init_sensor 
-:      022640 mouse_p3065_init_param:
-0x59cb 022641 jam p3065 ,mem_config_sensor_type 
-0x59cc 022642 rtn 
-:      022644 mouse_p3065xy_init_param:
-0x59cd 022645 jam p3065_xy ,mem_config_sensor_type 
-0x59ce 022646 rtn 
-:      022648 mouse_ka8g2_id2_judge:
-0x59cf 022649 call mouse_sensor_poweron 
-0x59d0 022650 fetch 1 ,mem_sensor_id2 
-0x59d1 022651 beq pka8g2_id2 ,mouse_ka8g2_init_param 
-0x59d2 022652 branch mouse_init_p32xx_id2_judge 
-:      022653 mouse_ka8g2_init_param:
-0x59d3 022654 jam ka8g2 ,mem_config_sensor_type 
-0x59d4 022655 arg mem_sensor_ka8g2_init ,regc 
-0x59d5 022656 branch mouse_sensor_wr_seq 
-:      022658 mouse_sensor_enable_wp:
-0x59d6 022659 setarg 0x0009 
-0x59d7 022660 branch twspi_write 
-:      022661 mouse_sensor_disable_wp:
-0x59d8 022662 setarg 0x5a09 
-0x59d9 022663 branch twspi_write 
-:      022665 mouse_sensor_reset:
-0x59da 022666 arg 0x8006 ,temp 
-0x59db 022667 fetch 1 ,mem_config_sensor_type 
-0x59dc 022668 bne ka8g2 ,mouse_sensor_reset_end 
-0x59dd 022669 arg 0x9706 ,temp 
-:      022670 mouse_sensor_reset_end:
-0x59de 022671 copy temp ,pdata 
-0x59df 022672 call twspi_write 
-0x59e0 022673 nop 12000 
-0x59e1 022674 rtn 
-:      022676 mouse_sensor_poweron_init:
-0x59e2 022677 arg mem_sensor_poweron_init ,regc 
-0x59e3 022678 fetch 1 ,mem_config_sensor_type 
-0x59e4 022679 rtnne ka8g2 
-0x59e5 022680 arg mem_sensor_ka8g2_poweron_init ,regc 
-0x59e6 022681 rtn 
-:      022683 mouse_sensor_poweron:
-0x59e7 022684 bpatch patch10_2 ,mem_patch10 
-0x59e8 022685 call mouse_sensor_spi_init 
-0x59e9 022686 call mouse_sensor_reset 
-0x59ea 022687 call mouse_sensor_poweron_init 
-0x59eb 022688 call mouse_sensor_wr_seq 
-0x59ec 022689 branch mouse_setting_sensor_type 
-:      022691 mouse_sensor_powerdown:
-0x59ed 022692 bpatch patch10_3 ,mem_patch10 
-0x59ee 022693 call mouse_init_sunt 
-0x59ef 022694 call mouse_sensor_spi_init 
-0x59f0 022695 arg 0x0806 ,temp 
-0x59f1 022696 fetch 1 ,mem_config_sensor_type 
-0x59f2 022697 bne ka8g2 ,mouse_sensor_powerdown_end 
-0x59f3 022698 arg 0x1f06 ,temp 
-:      022699 mouse_sensor_powerdown_end:
-0x59f4 022700 copy temp ,pdata 
-0x59f5 022701 branch twspi_write 
-:      022707 mouse_check_sensor_data:
-0x59f6 022708 fetch 1 ,mem_spi_write_flash_sm 
-0x59f7 022709 rtnne flash_sm_no_buys 
-0x59f8 022710 fetch 1 ,mem_config_sensor_type 
-0x59f9 022711 beq p3205 ,mouse_p32xx_sensor_motion 
-0x59fa 022712 beq p3065 ,mouse_p32xx_sensor_motion 
-0x59fb 022713 beq ka8 ,mouse_p32xx_sensor_motion 
-0x59fc 022714 beq p3204 ,mouse_p32xx_sensor_motion 
-0x59fd 022715 beq p3212 ,mouse_p3212_sensor_motion 
-0x59fe 022716 beq p3065_xy ,mouse_p32xx_sensor_motion 
-0x59ff 022717 beq p8009 ,mouse_p8009_sensor_motion 
-0x5a00 022718 beq ka8g2 ,mouse_pka8g2_sensor_motion 
-0x5a01 022719 branch mouse_p32xx_sensor_motion 
-:      022722 mouse_p32xx_sensor_motion:
-0x5a02 022723 call mouse_clear_sensor_data 
-0x5a03 022724 disable user 
-0x5a04 022725 fetch 1 ,mem_sensor_motion_gpio 
-0x5a05 022726 beq gpio_disable ,mouse_p32xx_sensor_motion_2 
-0x5a06 022727 fetcht 1 ,mem_sensor_motion_gpio 
-0x5a07 022728 call gpio_get_bit 
-0x5a08 022729 nrtn true 
-:      022730 mouse_p32xx_sensor_motion_2:
-0x5a09 022731 setarg pan_reg_pid_l 
-0x5a0a 022732 call twspi_read 
-0x5a0b 022733 bne p32xx_id1 ,mouse_p3065_judge 
-:      022734 mouse_p32xx_sensor_motion_1:
-0x5a0c 022735 setarg pan_reg_motion_staus 
-0x5a0d 022736 call twspi_read 
-0x5a0e 022737 rtnbit0 7 
-0x5a0f 022738 call mouse_read_sensor_common 
-0x5a10 022739 fetch 1 ,mem_mouse_x 
-0x5a11 022740 call mouse_data_extsign 
-0x5a12 022741 store 2 ,mem_mouse_x 
-0x5a13 022742 fetch 1 ,mem_mouse_y 
-0x5a14 022743 call mouse_data_extsign 
-0x5a15 022744 store 2 ,mem_mouse_y 
-0x5a16 022745 fetch 1 ,mem_config_sensor_angle 
-0x5a17 022746 beq mouse_6clk_angle ,mouse_motion32xx_6clk_direction_selection 
-0x5a18 022747 beq mouse_9clk_angle ,mouse_motion32xx_9clk_direction_selection 
-0x5a19 022748 beq mouse_12clk_angle ,mouse_motion32xx_12clk_direction_selection 
-0x5a1a 022749 beq mouse_3clk_angle ,mouse_motion32xx_3clk_direction_selection 
-0x5a1b 022750 rtn 
-:      022752 mouse_p3065_judge:
-0x5a1c 022753 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
-0x5a1d 022754 branch mouse_twspi_reset 
-:      022756 mouse_motion32xx_6clk_direction_selection:
-0x5a1e 022757 call mouse_motion_6clk_direction_dispose 
-0x5a1f 022758 branch mouse_sensor_sdio_low 
-:      022759 mouse_motion32xx_9clk_direction_selection:
-0x5a20 022760 call mouse_motion_9clk_direction_dispose 
-0x5a21 022761 branch mouse_sensor_sdio_low 
-:      022762 mouse_motion32xx_12clk_direction_selection:
-0x5a22 022763 call mouse_motion_12clk_direction_dispose 
-0x5a23 022764 branch mouse_sensor_sdio_low 
-:      022765 mouse_motion32xx_3clk_direction_selection:
-0x5a24 022766 call mouse_motion_3clk_direction_dispose 
-0x5a25 022767 branch mouse_sensor_sdio_low 
-:      022771 mouse_p3212_sensor_motion:
-0x5a26 022772 call mouse_clear_sensor_data 
-0x5a27 022773 fetch 1 ,mem_sensor_motion_gpio 
-0x5a28 022774 beq gpio_disable ,mouse_p3212_sensor_motion_1 
-0x5a29 022775 fetcht 1 ,mem_sensor_motion_gpio 
-0x5a2a 022776 call gpio_get_bit 
-0x5a2b 022777 nrtn true 
-:      022778 mouse_p3212_sensor_motion_1:
-0x5a2c 022779 setarg pan_reg_pid_l 
-0x5a2d 022780 call twspi_read 
-0x5a2e 022781 bne p32xx_id1 ,mouse_twspi_reset 
-:      022782 mouse_p3212_sensor_motion_2:
-0x5a2f 022783 setarg pan_reg_motion_staus 
-0x5a30 022784 call twspi_read 
-0x5a31 022785 rtnbit0 7 
-0x5a32 022786 call mouse_read_sensor_common 
-0x5a33 022787 call mouse_read_3212sensor_xy_high 
-0x5a34 022788 store 1 ,mem_mouse_xy_h 
-0x5a35 022789 rshift4 pdata ,pdata 
-0x5a36 022790 call mouse_data_extsign_bit3 
-0x5a37 022791 store 1 ,mem_mouse_x + 1 
-0x5a38 022792 fetch 1 ,mem_mouse_xy_h 
-0x5a39 022793 and pdata ,0x0f ,pdata 
-0x5a3a 022794 call mouse_data_extsign_bit3 
-0x5a3b 022795 store 1 ,mem_mouse_y + 1 
-0x5a3c 022796 fetch 1 ,mem_config_sensor_angle 
-0x5a3d 022797 beq mouse_6clk_angle ,mouse_motion_6clk_direction_dispose 
-0x5a3e 022798 beq mouse_9clk_angle ,mouse_motion_9clk_direction_dispose 
-0x5a3f 022799 beq mouse_12clk_angle ,mouse_motion_12clk_direction_dispose 
-0x5a40 022800 beq mouse_3clk_angle ,mouse_motion_3clk_direction_dispose 
-0x5a41 022801 rtn 
-:      022803 mouse_read_3212sensor_xy_high:
-0x5a42 022804 setarg 0x12 
-0x5a43 022805 branch twspi_read 
-:      022807 mouse_pka8g2_sensor_motion:
-0x5a44 022808 call mouse_clear_sensor_data 
-0x5a45 022809 fetch 1 ,mem_sensor_motion_gpio 
-0x5a46 022810 beq gpio_disable ,mouse_pka8g2_sensor_motion_1 
-0x5a47 022811 fetcht 1 ,mem_sensor_motion_gpio 
-0x5a48 022812 call gpio_get_bit 
-0x5a49 022813 nrtn true 
-:      022814 mouse_pka8g2_sensor_motion_1:
-0x5a4a 022815 branch mouse_p3212_sensor_motion_2 
-:      022818 mouse_p8009_sensor_motion:
-0x5a4b 022819 call mouse_clear_sensor_data 
-0x5a4c 022820 disable user 
-0x5a4d 022821 setarg pan_reg_motion_staus 
-0x5a4e 022822 call twspi_read 
-0x5a4f 022823 rtnbit0 7 
-0x5a50 022824 setarg pan_reg_opration_state 
-0x5a51 022825 call twspi_read 
-0x5a52 022826 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
-0x5a53 022827 setarg 0 
-0x5a54 022828 store 6 ,mem_mouse_x 
-0x5a55 022829 rtn 
-:      022831 mouse_motion_6clk_direction_dispose:
-0x5a56 022832 fetch 2 ,mem_mouse_x 
-0x5a57 022833 sub pdata ,0 ,pdata 
-0x5a58 022834 store 2 ,mem_mouse_x 
-0x5a59 022835 branch enable_user 
-:      022836 mouse_motion_12clk_direction_dispose:
-0x5a5a 022837 fetch 2 ,mem_mouse_y 
-0x5a5b 022838 sub pdata ,0 ,pdata 
-0x5a5c 022839 store 2 ,mem_mouse_y 
-0x5a5d 022840 branch enable_user 
-:      022841 mouse_motion_9clk_direction_dispose:
-0x5a5e 022842 fetch 2 ,mem_mouse_y 
-0x5a5f 022843 sub pdata ,0 ,pdata 
-0x5a60 022844 store 2 ,mem_mouse_y 
-0x5a61 022845 fetch 2 ,mem_mouse_x 
-0x5a62 022846 sub pdata ,0 ,pdata 
-0x5a63 022847 store 2 ,mem_mouse_x 
-0x5a64 022848 call mouse_sensor_data_swap_places 
-0x5a65 022849 branch enable_user 
-:      022850 mouse_motion_3clk_direction_dispose:
-0x5a66 022851 call mouse_sensor_data_swap_places 
-0x5a67 022852 branch enable_user 
-:      022854 mouse_sensor_data_swap_places:
-0x5a68 022855 fetch 2 ,mem_mouse_y 
-0x5a69 022856 fetcht 2 ,mem_mouse_x 
-0x5a6a 022857 store 2 ,mem_mouse_x 
-0x5a6b 022858 storet 2 ,mem_mouse_y 
-0x5a6c 022859 rtn 
-:      022862 mouse_clear_sensor_data:
-0x5a6d 022863 fetch 1 ,mem_mouse_move_flag 
-0x5a6e 022864 call mouse_read_sensor_common ,blank 
-0x5a6f 022865 jam 1 ,mem_mouse_move_flag 
-0x5a70 022866 rtn 
-:      022868 mouse_clear_sensor_data_by_reset:
-0x5a71 022869 jam 1 ,mem_mouse_clear_sensor_data_flag 
-0x5a72 022870 call le_set_config_more_data 
-:      022871 mouse_init_sensor_reset:
-0x5a73 022872 branch mouse_init_sunt 
-:      022874 mouse_data_xy_release:
-0x5a74 022875 fetch 1 ,mem_sensor_motion_gpio 
-0x5a75 022876 rtnne gpio_disable 
-0x5a76 022877 fetch 1 ,mem_mouse_long_mult_flag 
-0x5a77 022878 rtnne 1 
-0x5a78 022879 setarg 0 
-0x5a79 022880 store 1 ,mem_mouse_long_mult_flag 
-0x5a7a 022881 store 4 ,mem_mouse_x 
-0x5a7b 022882 branch mouse_init_sensor_reset 
-:      022884 mouse_data_extsign:
-0x5a7c 022885 rtnbit0 7 
-0x5a7d 022886 arg 0xff00 ,temp 
-0x5a7e 022887 ior temp ,pdata 
-0x5a7f 022888 rtn 
-:      022890 mouse_data_extsign_bit3:
-0x5a80 022891 rtnbit0 3 
-0x5a81 022892 arg 0xf0 ,temp 
-0x5a82 022893 ior temp ,pdata 
-0x5a83 022894 rtn 
-:      022896 mouse_read_sensor_common:
-0x5a84 022897 arg pan_reg_delta_x ,pdata 
-0x5a85 022898 call twspi_read 
-0x5a86 022899 store 2 ,mem_mouse_x 
-0x5a87 022900 arg pan_reg_delta_y ,pdata 
-0x5a88 022901 call twspi_read 
-0x5a89 022902 store 2 ,mem_mouse_y 
-0x5a8a 022903 rtn 
-:      022906 mouse_sensor_sdio_low:
-0x5a8b 022907 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
-0x5a8c 022908 call gpio_get_bit 
-0x5a8d 022909 rtn true 
-0x5a8e 022910 setarg 0x0a 
-0x5a8f 022911 call twspi_read 
-0x5a90 022912 nop 1000 
-0x5a91 022913 branch mouse_sensor_sdio_low 
-:      022915 mouse_set_sdio_high:
-0x5a92 022916 setarg 0x8100 
-0x5a93 022917 branch twspi_write 
-:      022922 mouse_bluetooth_fast_conn_init:
-0x5a94 022923 jam 0xff ,mem_mouse_bluetooth_fast_conn_flag 
-:      022924 mouse_ble_fast_conn_init:
-0x5a95 022925 jam 0x34 ,mem_xrecord_mode 
-0x5a96 022926 setarg 0x0f0f0f 
-0x5a97 022927 store 3 ,mem_le_lap 
-0x5a98 022928 store 3 ,mem_le_lap + 3 
-0x5a99 022929 branch mouse_start_reconnect 
-:      022931 mouse_buletooth_fast_conn_end:
-0x5a9a 022932 bpatch patch10_4 ,mem_patch10 
-0x5a9b 022933 call mouse_select_reconn_device 
-0x5a9c 022934 call mouse_bluetooth_fast_conn_disable 
-0x5a9d 022935 fetch 1 ,mem_device_flag 
-0x5a9e 022936 beq mode_bt_device1 ,mouse_device1_check_auto_discover 
-0x5a9f 022937 beq mode_bt_device2 ,mouse_device2_check_auto_discover 
-0x5aa0 022938 rtn 
-:      022939 mouse_device1_check_auto_discover:
-0x5aa1 022940 fetch 6 ,mem_device1_addr 
-0x5aa2 022941 branch mouse_device_check_auto_discover 
-:      022942 mouse_device2_check_auto_discover:
-0x5aa3 022943 fetch 6 ,mem_device2_addr 
-:      022944 mouse_device_check_auto_discover:
-0x5aa4 022945 fetcht 6 ,mem_mouse_compare_addr 
-0x5aa5 022946 isub temp ,null 
-0x5aa6 022947 branch mouse_start_discovery ,zero 
-0x5aa7 022948 branch mouse_start_reconnect_device 
-:      022950 mouse_bluetooth_fast_conn_disable:
-0x5aa8 022951 jam 0x5a ,mem_mouse_bluetooth_fast_conn_flag 
-0x5aa9 022952 rtn 
-:      022955 mouse_stop_bluetooth_mode:
-0x5aaa 022956 fetch 2 ,mem_ui_state_map 
-0x5aab 022957 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x5aac 022958 branch mouse_stop_discovery 
-:      022959 mouse_disconnect:
-0x5aad 022960 setarg 0 
-0x5aae 022961 store 2 ,mem_mouse_no_data_timer 
-0x5aaf 022962 fetch 2 ,mem_ui_state_map 
-0x5ab0 022963 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x5ab1 022964 rtn 
-:      022966 mouse_check_125hz:
-0x5ab2 022967 fetch mouse_flag_len ,mem_mouse_flag 
-0x5ab3 022968 rtnbit0 mouse_enable_bt_125hz 
-:      022969 mouse_bluetooth_125hz:
-0x5ab4 022970 nbranch mouse_bluetooth_125hz_clear ,user 
-0x5ab5 022971 fetch 1 ,mem_bluetooth_125hz_cnt 
-0x5ab6 022972 increase 1 ,pdata 
-0x5ab7 022973 and_into 0x0f ,pdata 
-0x5ab8 022974 store 1 ,mem_bluetooth_125hz_cnt 
-0x5ab9 022975 nrtn blank 
-:      022976 mouse_bluetooth_125hz_clear:
-0x5aba 022977 jam 0 ,mem_bluetooth_125hz_cnt 
-0x5abb 022978 branch disable_user 
-:      022980 mouse_current_mult_update:
-0x5abc 022981 fetch 1 ,mem_sensor_motion_gpio 
-0x5abd 022982 rtnne gpio_disable 
-0x5abe 022983 jam 0 ,mem_lpm_mult 
-0x5abf 022984 jam 30 ,mem_mouse_current_mult_timer 
-0x5ac0 022985 rtn 
-:      022988 mouse_priority_bb_event:
-0x5ac1 022989 bpatch patch10_5 ,mem_patch10 
-0x5ac2 022990 copy regc ,pdata 
-0x5ac3 022991 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
-0x5ac4 022992 beq bt_evt_le_disconnected ,mouse_le_bb_disconnected 
-0x5ac5 022993 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
-0x5ac6 022994 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
-0x5ac7 022995 beq bt_evt_le_enc_info ,mouse_le_enc_info 
-0x5ac8 022996 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
-0x5ac9 022997 beq bt_evt_le_pairing_complete ,app_ble_store_reconn_info 
-0x5aca 022998 beq bt_evt_le_parse_conn_papa_update_rsp ,mouse_le_conn_param_update_rsp_recieved 
-0x5acb 022999 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
-0x5acc 023000 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
-0x5acd 023001 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
-0x5ace 023002 beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
-0x5acf 023003 rtn 
-:      023006 mouse_le_bb_event_connected:
-0x5ad0 023007 call mouse_device_poweron_led_config 
-0x5ad1 023008 jam 0 ,mem_mouse_long_mult_flag 
-0x5ad2 023009 call mouse_init_sensor_reset 
-0x5ad3 023010 jam 1 ,mem_mouse_le_bb_connected_flag 
-0x5ad4 023011 call mouse_24g_first_store_reconn_info 
-0x5ad5 023012 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x5ad6 023013 nbranch mouse_le_bb_event_connected_next ,blank 
-0x5ad7 023014 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
-:      023015 mouse_le_bb_event_connected_next:
-0x5ad8 023016 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x5ad9 023017 set0 app_disc_by_button ,pdata 
-0x5ada 023018 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x5adb 023019 jam 0 ,mem_mouse_direct_timer 
-0x5adc 023020 fetch 2 ,mem_le_battery_level_updata_timer_init 
-0x5add 023021 store 2 ,mem_le_battery_level_updata_timer 
-0x5ade 023022 call mouse_no_data_timer_init 
-0x5adf 023023 branch mouse_stop_discovery 
-:      023025 mouse_le_bb_disconnected:
-0x5ae0 023026 setarg 0 
-0x5ae1 023027 store 2 ,mem_le_battery_level_updata_timer 
-0x5ae2 023028 jam 0 ,mem_mouse_le_bb_connected_flag 
-0x5ae3 023029 arg le_interval_7_5ms ,temp 
-0x5ae4 023030 fetch mouse_flag_len ,mem_mouse_flag 
-0x5ae5 023031 bbit1 mouse_enable_bt_125hz ,mouse_le_bb_disconnected_next 
-0x5ae6 023032 arg le_interval_8_75ms ,temp 
-:      023033 mouse_le_bb_disconnected_next:
-0x5ae7 023034 storet 2 ,mem_le_interval_min 
-0x5ae8 023035 storet 2 ,mem_le_interval_min + 2 
-0x5ae9 023036 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0x5aea 023037 jam 0 ,mem_mouse_clear_sensor_data_flag 
-0x5aeb 023038 call le_clr_config_more_data 
-0x5aec 023039 branch mouse_bb_disconnected 
-:      023041 mouse_le_pairing_success:
-0x5aed 023042 arg ll_pairing_success_flag ,queue 
-0x5aee 023043 branch mouse_le_enable_connect_flag 
-:      023045 mouse_le_enc_info:
-:      023046 mouse_updata_le_param:
-0x5aef 023047 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x5af0 023048 branch ui_ipc_send_cmd 
-:      023050 mouse_le_ll_start_encryt:
-0x5af1 023051 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x5af2 023052 beq 1 ,mouse_le_ll_reconn_start_encryt 
-0x5af3 023053 branch mouse_le_ll_enable_start_enc_flag 
-:      023054 mouse_le_ll_reconn_start_encryt:
-0x5af4 023055 call mouse_updata_le_param 
-0x5af5 023056 jam 20 ,mem_le_start_encrypt_timer 
-:      023057 mouse_le_ll_enable_start_enc_flag:
-0x5af6 023058 arg ll_start_enc_flag ,queue 
-0x5af7 023059 branch mouse_le_enable_connect_flag 
-:      023061 mouse_le_enable_connect_flag:
-0x5af8 023062 fetch 1 ,mem_le_connect_status_flag 
-0x5af9 023063 qset1 pdata 
-0x5afa 023064 store 1 ,mem_le_connect_status_flag 
-0x5afb 023065 rtn 
-:      023067 mouse_le_conn_param_update_rsp_recieved:
-0x5afc 023068 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x5afd 023069 rtneq ble_signaling_connect_parameter_update_accepted 
-0x5afe 023070 fetch 1 ,mem_le_tsniff 
-0x5aff 023071 rshift2 pdata ,pdata 
-0x5b00 023072 sub pdata ,le_interval_15ms ,null 
-0x5b01 023073 rtn positive 
-0x5b02 023074 setarg le_interval_11_25ms 
-0x5b03 023075 store 2 ,mem_le_interval_min 
-0x5b04 023076 store 2 ,mem_le_interval_min + 2 
-0x5b05 023077 call mouse_updata_le_param 
-:      023078 mouse_le_conn_param_lpm_disable:
-0x5b06 023079 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
-0x5b07 023080 rtn 
-:      023082 mouse_le_bb_event_connect_complete:
-0x5b08 023083 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x5b09 023084 nrtn blank 
-0x5b0a 023085 fetch 1 ,mem_le_att_handle 
-0x5b0b 023086 sub pdata ,34 ,pdata 
-0x5b0c 023087 nrtn zero 
-0x5b0d 023088 jam 0 ,mem_le_start_encrypt_timer 
-:      023089 mouse_le_write_enable:
-0x5b0e 023090 arg write_req_enable_flag ,queue 
-0x5b0f 023091 branch mouse_le_enable_connect_flag 
-:      023093 mouse_le_parse_conn_param_accepted:
-0x5b10 023094 fetch 1 ,mem_le_new_conninterval 
-0x5b11 023095 sub pdata ,le_interval_15ms ,null 
-0x5b12 023096 nbranch mouse_le_conn_param_lpm_disable ,positive 
-0x5b13 023097 store 2 ,mem_le_interval_min 
-0x5b14 023098 store 2 ,mem_le_interval_min + 2 
-0x5b15 023099 fetch 1 ,mem_le_new_connslavelatency 
-0x5b16 023100 branch mouse_le_lpm_mult_reinit ,blank 
-0x5b17 023101 fetcht 1 ,mem_lpm_mult_init 
-0x5b18 023102 isub temp ,null 
-0x5b19 023103 branch mouse_le_lpm_mult_reinit ,positive 
-0x5b1a 023104 fetch 1 ,mem_le_new_connslavelatency 
-0x5b1b 023105 store 1 ,mem_lpm_mult 
-0x5b1c 023106 branch mouse_le_conn_param_lpm_enable 
-:      023107 mouse_le_lpm_mult_reinit:
-0x5b1d 023108 fetch 1 ,mem_lpm_mult_init 
-0x5b1e 023109 store 1 ,mem_lpm_mult 
-:      023110 mouse_le_conn_param_lpm_enable:
-0x5b1f 023111 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0x5b20 023112 rtn 
-:      023114 mouse_le_clean_connect_flag:
-0x5b21 023115 jam 0 ,mem_le_connect_status_flag 
-0x5b22 023116 rtn 
-:      023118 mouse_le:
-0x5b23 023119 bpatch patch10_6 ,mem_patch10 
-0x5b24 023120 call le_fifo_check_nearly_full 
-0x5b25 023121 nrtn blank 
-0x5b26 023122 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-0x5b27 023123 beq 0xff ,mouse_le_next 
-0x5b28 023124 fetch 1 ,mem_le_connect_status_flag 
-0x5b29 023125 and pdata ,0x03 ,pdata 
-0x5b2a 023126 rtnne 0x03 
-:      023127 mouse_le_next:
-0x5b2b 023128 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x5b2c 023129 call mouse_clear_sensor_data_by_reset ,blank 
-0x5b2d 023130 fetch mouse_flag_len ,mem_mouse_flag 
-0x5b2e 023131 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
-0x5b2f 023132 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
-0x5b30 023133 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0x5b31 023134 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
-0x5b32 023135 call mouse_motion 
-0x5b33 023136 call mouse_check_125hz 
-0x5b34 023137 nrtn user 
-0x5b35 023138 call mouse_current_mult_update 
-0x5b36 023139 call mouse_data_xy_release 
-0x5b37 023140 call mouse_wheel_trigger 
-0x5b38 023141 fetch mouse_flag_len ,mem_mouse_flag 
-0x5b39 023142 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
-0x5b3a 023143 fetch 1 ,mem_customer_key 
-0x5b3b 023144 beq 1 ,mouse_le_send_keyboard_package_data 
-:      023145 mouse_le_send_mouse_data:
-0x5b3c 023146 branch mouse_fill_mouse_data_le 
-:      023149 mouse_le_send_keyboard_package_data:
-0x5b3d 023150 fetch 1 ,mem_customer_data_trigger 
-0x5b3e 023151 branch mouse_le_release_keyboard_data ,blank 
-0x5b3f 023152 fetch 8 ,mem_customer_key_press + 1 
-:      023153 mouse_fill_keyboard_package_data_le:
-0x5b40 023154 store 8 ,mem_pdatatemp 
-0x5b41 023155 fetch 1 ,mem_customer_key_press 
-0x5b42 023156 beq kb_multikey_report_id ,mouse_fill_multimedia_key_data_le 
-0x5b43 023157 beq kb_system_conctrl_report_id ,mouse_fill_systemctrl_key_data_le 
-0x5b44 023158 jam 8 ,mem_le_data_len 
-0x5b45 023159 fetcht 2 ,mem_le_keyboard_handle 
-:      023160 mouse_fill_data_le:
-0x5b46 023161 fetch 1 ,mem_le_data_len 
-0x5b47 023162 copy pdata ,rega 
-0x5b48 023163 call le_att_malloc_tx_notify 
-0x5b49 023164 fetcht 1 ,mem_le_data_len 
-0x5b4a 023165 copy temp ,loopcnt 
-0x5b4b 023166 arg mem_pdatatemp ,contr 
-0x5b4c 023167 branch memcpy 
-:      023169 mouse_le_release_keyboard_data:
-0x5b4d 023170 fetch 8 ,mem_customer_key_release + 1 
-0x5b4e 023171 branch mouse_fill_keyboard_package_data_le 
-:      023173 mouse_fill_multimedia_key_data_le:
-0x5b4f 023174 jam 3 ,mem_le_data_len 
-0x5b50 023175 fetcht 2 ,mem_le_multimedia_handle 
-0x5b51 023176 branch mouse_fill_data_le 
-:      023178 mouse_fill_systemctrl_key_data_le:
-0x5b52 023179 jam 2 ,mem_le_data_len 
-0x5b53 023180 fetcht 2 ,mem_le_systemctrl_handle 
-0x5b54 023181 branch mouse_fill_data_le 
-:      023183 mouse_fill_battery_level_le:
-0x5b55 023184 arg 1 ,rega 
-0x5b56 023185 fetcht 2 ,mem_le_battery_level_handle 
-0x5b57 023186 call le_att_malloc_tx_notify 
-0x5b58 023187 fetch 1 ,mem_le_battery_level_percentage 
-0x5b59 023188 istore 1 ,contw 
-0x5b5a 023189 rtn 
-:      023191 mouse_le_send_empty_packet:
-0x5b5b 023192 setarg 0 
-0x5b5c 023193 store 7 ,mem_mouse_key 
-:      023194 mouse_fill_mouse_data_le:
-0x5b5d 023195 jam 7 ,mem_le_data_len 
-0x5b5e 023196 fetch 7 ,mem_mouse_key 
-0x5b5f 023197 store 7 ,mem_pdatatemp 
-0x5b60 023198 fetcht 2 ,mem_le_notify_handle 
-0x5b61 023199 branch mouse_fill_data_le 
-:      023201 mouse_check_51cmd_adv:
-0x5b62 023202 jam 0 ,mem_mouse_le_reconnect_flag 
-0x5b63 023203 fetch 3 ,mem_le_adv_ind 
-0x5b64 023204 store 3 ,mem_le_adv_data + 4 
-0x5b65 023205 call mouse_le_check_adv_flag 
-0x5b66 023206 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
-0x5b67 023207 istore 1 ,contr 
-0x5b68 023208 arg mem_le_adv_swift_pair ,contr 
-0x5b69 023209 call mouse_le_adv_data_update 
-0x5b6a 023210 branch check_51cmd_adv 
-:      023212 mouse_le_check_adv_flag:
-0x5b6b 023213 arg mem_le_adv_data ,rega 
-:      023214 mouse_le_check_adv_flag_loop:
-0x5b6c 023215 ifetch 1 ,rega 
-0x5b6d 023216 rtn blank 
-0x5b6e 023217 iadd contr ,rega 
-0x5b6f 023218 ifetch 1 ,contr 
-0x5b70 023219 rtneq 0x01 
-0x5b71 023220 branch mouse_le_check_adv_flag_loop 
-:      023222 mouse_le_adv_data_update:
-0x5b72 023223 arg mem_le_adv_data + 11 ,contw 
-0x5b73 023224 arg 19 ,loopcnt 
-0x5b74 023225 call memcpy 
-0x5b75 023226 branch le_modified_name_adv 
-:      023232 mouse_bb_disconnected:
-0x5b76 023233 call mouse_bb_discon_clear_stack 
-0x5b77 023234 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x5b78 023235 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
-0x5b79 023236 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x5b7a 023237 branch mouse_start_discovery 
-:      023239 mouse_bb_discon_clear_stack:
-0x5b7b 023240 setarg 0 
-0x5b7c 023241 store 8 ,mem_wheel_tb_old_pinlevel 
-0x5b7d 023242 istore 4 ,contw 
-0x5b7e 023243 jam 0 ,mem_mouse_move_flag 
-0x5b7f 023244 jam 0 ,mem_ltk_exists 
-0x5b80 023245 rtn 
-:      023247 mouse4_0_event_bb_disconn:
-0x5b81 023248 call mouse_le_clean_connect_flag 
-0x5b82 023249 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x5b83 023250 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x5b84 023251 branch mouse_app_enter_hibernate 
-:      023255 mouse_bb_event_timer:
-0x5b85 023256 bpatch patch10_7 ,mem_patch10 
-0x5b86 023258 call mouse_low_voltage_led_timer 
-0x5b87 023259 call mouse_adc_read 
-0x5b88 023261 call mouse_logo_led_on_timer 
-0x5b89 023262 call mouse_led_multi_timer 
-0x5b8a 023263 call mouse_dpi_led_blink_delay_timer 
-0x5b8b 023265 call g24_pair_timeout_timer 
-0x5b8c 023266 call g24_reconn_timeout_timer 
-0x5b8d 023267 call mouse_24g_long_sleep_param_update_timer 
-0x5b8e 023269 call mouse_dpi_key_check_long_press 
-0x5b8f 023270 call mouse_bt_discovery_check 
-0x5b90 023271 call mouse_commbination_key_process 
-0x5b91 023272 call mouse_check_discovery_timeout_timer 
-0x5b92 023274 call mouse_check_direct_timeout_timer 
-0x5b93 023275 call mouse_le_enable_att_list_timer 
-0x5b94 023276 call mouse_le_battery_updata_timer 
-0x5b95 023277 call mouse_le_send_smp_security_request_timer 
-0x5b96 023279 call mouse_check_reconnect_delay_long_sleep 
-0x5b97 023280 call mouse_current_mult_update_timer 
-:      023281 mouse_bb_event_timer_next:
-0x5b98 023282 call mouse_wheel_trigger_timer 
-0x5b99 023283 call mouse_store_information_delay_timer 
-0x5b9a 023284 branch mouse_check_no_data_timeout_timer 
-:      023286 mouse_bt_discovery_check:
-0x5b9b 023287 fetch mouse_flag_len ,mem_mouse_flag 
-0x5b9c 023288 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_bt_discovery_by_pb_button 
-0x5b9d 023289 rtn 
-:      023291 mouse_bt_discovery_by_pb_button:
-0x5b9e 023292 fetch 1 ,mem_select_device_button_statue 
-0x5b9f 023293 rtnne pb_button_state_down 
-0x5ba0 023294 arg mem_bt_discovery_count ,regc 
-0x5ba1 023295 arg mouse_long_button_bt_discovery ,regb 
-0x5ba2 023296 branch timer_single_step 
-:      023298 mouse_long_button_bt_discovery:
-0x5ba3 023299 fetch 1 ,mem_device_flag 
-0x5ba4 023300 rtneq mode_24g_device 
-0x5ba5 023301 fetch mouse_flag_len ,mem_mouse_flag 
-0x5ba6 023302 rtnbit1 mouse_bt_discovery_button_long_down_flag 
-0x5ba7 023303 arg mouse_bt_discovery_button_long_down_flag ,queue 
-0x5ba8 023304 call mouse_enable_function_flag 
-0x5ba9 023305 call app_evt_button_long_pressed 
-0x5baa 023306 branch mouse_bb_event_discovery_btn 
-:      023308 mouse_commbination_key_process:
-0x5bab 023309 fetch 1 ,mem_device_flag 
-0x5bac 023310 beq mode_24g_device ,mouse_24g_commbination_key_process 
-0x5bad 023311 fetch mouse_flag_len ,mem_mouse_flag 
-0x5bae 023312 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
-0x5baf 023313 fetcht 1 ,mem_mouse_commbination_key_bt 
-0x5bb0 023314 branch mouse_commbination_key_start 
-:      023316 mouse_24g_commbination_key_process:
-0x5bb1 023317 fetch mouse_flag_len ,mem_mouse_flag 
-0x5bb2 023318 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
-0x5bb3 023319 fetcht 1 ,mem_mouse_commbination_key_24g 
-:      023320 mouse_commbination_key_start:
-0x5bb4 023321 storet 1 ,mem_mouse_commbination_key 
-0x5bb5 023322 call mouse_check_key_gpio 
-0x5bb6 023323 and pdata ,0x07 ,pdata 
-0x5bb7 023324 fetcht 1 ,mem_mouse_commbination_key 
-0x5bb8 023325 isub temp ,null 
-0x5bb9 023326 branch mouse_commbination_key_down ,zero 
-:      023327 mouse_commbination_key_up:
-0x5bba 023328 fetch 1 ,mem_ui_button_timeout 
-0x5bbb 023329 store 1 ,mem_combination_ui_button_count 
-0x5bbc 023330 fetch 1 ,mem_commbination_key_statue 
-0x5bbd 023331 rtneq commbination_key_state_up 
-0x5bbe 023332 jam commbination_key_state_up ,mem_commbination_key_statue 
-0x5bbf 023333 rtn 
-:      023335 mouse_commbination_key_down:
-0x5bc0 023336 call mouse_combination_ui_timer 
-0x5bc1 023337 fetch 1 ,mem_commbination_key_statue 
-0x5bc2 023338 rtneq commbination_key_state_down 
-0x5bc3 023339 jam commbination_key_state_down ,mem_commbination_key_statue 
-0x5bc4 023340 rtn 
-:      023342 mouse_combination_ui_timer:
-0x5bc5 023343 arg mouse_24g_start_pair_mode ,regb 
-0x5bc6 023344 arg mem_combination_ui_button_count ,regc 
-0x5bc7 023345 fetch 1 ,mem_device_flag 
-0x5bc8 023346 beq mode_24g_device ,timer_single_step 
-0x5bc9 023347 arg mouse_long_button_bt_discovery ,regb 
-0x5bca 023348 call timer_single_step 
-0x5bcb 023349 fetch 1 ,mem_combination_ui_button_count 
-0x5bcc 023350 beq 1 ,mouse_bt_discovery_button_down_enable 
-0x5bcd 023351 rtn 
-:      023353 mouse_check_discovery_timeout_timer:
-0x5bce 023354 arg mem_mouse_discovery_timer ,regc 
-0x5bcf 023355 arg mouse_check_discovery_timeout ,regb 
-0x5bd0 023356 branch timer_single_step_2b 
-:      023358 mouse_check_discovery_timeout:
-0x5bd1 023359 call mouse_stop_discovery 
-0x5bd2 023360 branch mouse_app_enter_hibernate 
-:      023362 mouse_check_direct_timeout_timer:
-0x5bd3 023363 arg mem_mouse_direct_timer ,regc 
-0x5bd4 023364 arg mouse_check_direct_timeout ,regb 
-0x5bd5 023365 call timer_single_step 
-0x5bd6 023366 fetch 1 ,mem_mouse_direct_timer 
-0x5bd7 023367 beq 1 ,app_ble_stop_direct_adv 
-0x5bd8 023368 rtn 
-:      023370 mouse_check_direct_timeout:
-0x5bd9 023371 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-0x5bda 023372 beq 0xff ,mouse_buletooth_fast_conn_end 
-0x5bdb 023373 fetch 1 ,mem_reconn_times 
-0x5bdc 023374 nbranch mouse_polling_device ,blank 
-0x5bdd 023375 fetch mouse_flag_len ,mem_mouse_flag 
-0x5bde 023376 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,mouse_start_discovery 
-0x5bdf 023377 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_bb_event_reconn_timeout 
-0x5be0 023378 branch mouse_app_enter_hibernate 
-:      023380 mouse_le_enable_att_list_timer:
-0x5be1 023381 arg mem_le_start_encrypt_timer ,regc 
-0x5be2 023382 arg mouse_le_write_enable ,regb 
-0x5be3 023383 branch timer_single_step 
-:      023385 mouse_le_send_smp_security_request_timer:
-0x5be4 023386 fetch 1 ,mem_mouse_le_bb_connected_flag 
-0x5be5 023387 rtn blank 
-0x5be6 023388 arg mem_mouse_send_secutiry_request_timer ,regc 
-0x5be7 023389 arg mouse_le_pairing_sm_start_check ,regb 
-0x5be8 023390 branch timer_single_step 
-:      023391 mouse_le_pairing_sm_start_check:
-0x5be9 023392 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x5bea 023393 nrtn blank 
-0x5beb 023394 fetch 1 ,mem_le_pairing_state 
-0x5bec 023395 rtnne flag_le_pairing_null 
-0x5bed 023396 branch le_pairing_sm_start 
-:      023398 mouse_le_battery_updata_timer:
-0x5bee 023399 fetch mouse_flag_len ,mem_mouse_flag 
-0x5bef 023400 rtnbit1 mouse_enable_le_battery_service_cancel 
-0x5bf0 023401 arg mem_le_battery_level_updata_timer ,regc 
-0x5bf1 023402 arg mouse_le_battery_level_updata ,regb 
-0x5bf2 023403 branch timer_single_step 
-:      023405 mouse_le_battery_level_updata:
-0x5bf3 023406 fetch 2 ,mem_le_battery_level_updata_timer_init 
-0x5bf4 023407 store 2 ,mem_le_battery_level_updata_timer 
-0x5bf5 023408 branch mouse_fill_battery_level_le 
-:      023410 mouse_le_enable_att_list:
-0x5bf6 023411 fetch 1 ,mem_le_connect_status_flag 
-0x5bf7 023412 rtnbit1 ll_pairing_success_flag 
-0x5bf8 023413 call mouse_updata_le_param 
-0x5bf9 023414 arg write_req_enable_flag ,queue 
-0x5bfa 023415 branch mouse_le_enable_connect_flag 
-:      023417 mouse_check_reconnect_delay_long_sleep:
-0x5bfb 023418 arg mem_mouse_bluetooth_reconnect_timeout ,regc 
-0x5bfc 023419 arg mouse_app_enter_hibernate ,regb 
-0x5bfd 023420 branch timer_single_step 
-:      023422 mouse_current_mult_update_timer:
-0x5bfe 023423 arg mem_mouse_current_mult_timer ,regc 
-0x5bff 023424 arg mouse_current_mult_reinit ,regb 
-0x5c00 023425 branch timer_single_step 
-:      023426 mouse_current_mult_reinit:
-0x5c01 023427 fetch 1 ,mem_lpm_mult_init 
-0x5c02 023428 store 1 ,mem_lpm_mult 
-0x5c03 023429 jam 1 ,mem_mouse_long_mult_flag 
-0x5c04 023430 rtn 
-:      023433 mouse_check_no_data_timeout_timer:
-0x5c05 023434 arg mem_mouse_no_data_timer ,regc 
-0x5c06 023435 arg mouse_check_no_data_timeout ,regb 
-0x5c07 023436 branch timer_single_step_2b 
-:      023438 mouse_check_no_data_timeout:
-0x5c08 023439 fetch 1 ,mem_device_flag 
-0x5c09 023440 beq mode_24g_device ,mouse_24g_hibernate_set 
-0x5c0a 023441 branch mouse_disconnect 
-:      023443 mouse_no_data_timer_init:
-0x5c0b 023444 fetch 2 ,mem_mouse_no_data_timeout 
-0x5c0c 023445 store 2 ,mem_mouse_no_data_timer 
-0x5c0d 023446 rtn 
-:      023448 mouse_store_information_delay_timer:
-0x5c0e 023449 arg mem_store_information_delay_timer ,regc 
-0x5c0f 023450 arg mouse_store_device_info_check ,regb 
-0x5c10 023451 branch timer_single_step 
-:      023453 mouse_store_device_info_check:
-0x5c11 023454 call mouse_store_device_info 
-0x5c12 023455 fetch 1 ,mem_mouse_need_soft_reset 
-0x5c13 023456 nbranch mouse_soft_reset ,blank 
-0x5c14 023457 rtn 
-:      023459 mouse_bb_event_discovery_btn:
-0x5c15 023460 isolate1 mark_24g ,mark 
-0x5c16 023461 call mouse_24g_stop ,true 
-0x5c17 023462 call mouse_disconnect 
-0x5c18 023463 call mouse_le_clean_connect_flag 
-0x5c19 023464 branch mouse_start_discovery 
-:      023466 mouse_start_discovery:
-0x5c1a 023467 bpatch patch11_0 ,mem_patch11 
-0x5c1b 023468 call mouse_device_discovery_led_config 
-0x5c1c 023469 fetch 2 ,mem_ui_state_map 
-0x5c1d 023470 isolate1 ui_state_ble_adv ,pdata 
-0x5c1e 023471 call mouse_stop_le_adv ,true 
-0x5c1f 023472 call mouse_bluetooth_fast_conn_disable 
-0x5c20 023473 fetch 2 ,mem_ui_state_map 
-0x5c21 023474 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
-0x5c22 023475 fetch mouse_flag_len ,mem_mouse_flag 
-0x5c23 023476 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
-0x5c24 023477 fetcht 2 ,mem_random_addr_increase_count 
-0x5c25 023478 increase 1 ,temp 
-0x5c26 023479 storet 2 ,mem_random_addr_increase_count 
-0x5c27 023480 storet 2 ,mem_le_lap + 1 
-0x5c28 023481 random pdata 
-0x5c29 023482 store 1 ,mem_le_lap 
-:      023483 mouse_start_discovery_norandom:
-0x5c2a 023484 fetch 3 ,mem_mouse_le_lap_temp 
-0x5c2b 023485 store 3 ,mem_le_lap + 3 
-0x5c2c 023486 call app_lpm_mult_disable 
-0x5c2d 023487 fetch 2 ,mem_mouse_discovery_timeout 
-0x5c2e 023488 store 2 ,mem_mouse_discovery_timer 
-0x5c2f 023489 setarg 0 
-0x5c30 023490 store 2 ,mem_mouse_no_data_timer 
-0x5c31 023491 store 2 ,mem_le_battery_level_updata_timer 
-0x5c32 023492 store 1 ,mem_mouse_direct_timer 
-0x5c33 023493 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
-0x5c34 023494 store 1 ,mem_mouse_clear_sensor_data_flag 
-0x5c35 023495 arg mouse_store_eeprom_flag ,queue 
-0x5c36 023496 call mouse_enable_function_flag 
-0x5c37 023497 call mouse_bt_discovery_button_down_disable 
-0x5c38 023498 branch mouse_check_51cmd_adv 
-:      023500 mouse_stop_discovery:
-0x5c39 023501 bpatch patch11_1 ,mem_patch11 
-0x5c3a 023502 arg mouse_bt_discovery_button_long_down_flag ,queue 
-0x5c3b 023503 call mouse_disable_function_flag 
-0x5c3c 023504 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
-0x5c3d 023505 branch mouse_stop_le_adv 
-:      023506 mouse_stop_le_adv:
-0x5c3e 023507 setarg 0 
-0x5c3f 023508 store 1 ,mem_mouse_direct_timer 
-0x5c40 023509 store 2 ,mem_mouse_discovery_timer 
-0x5c41 023510 branch check_51cmd_stop_adv 
-:      023512 mouse_store_remote_bdaddr:
-0x5c42 023513 bpatch patch11_2 ,mem_patch11 
-0x5c43 023514 fetch mouse_flag_len ,mem_mouse_flag 
-0x5c44 023515 rtnbit0 mouse_store_eeprom_flag 
-0x5c45 023516 arg mouse_store_eeprom_flag ,queue 
-0x5c46 023517 call mouse_disable_function_flag 
-0x5c47 023518 call mouse_check_device_addr 
-:      023519 mouse_unplug_clean_bdaddr:
-0x5c48 023520 call mouse_before_store_reconn_info 
-0x5c49 023521 branch mouse_store_device_info_delay 
-:      023523 mouse_check_device_addr:
-0x5c4a 023524 fetch 1 ,mem_record_bt_mode 
-0x5c4b 023525 beq rec_4_mode ,mouse_check_le_device_addr 
-0x5c4c 023526 rtn 
-:      023527 mouse_check_le_device_addr:
-0x5c4d 023528 store 1 ,mem_device_addr_temp 
-0x5c4e 023529 fetch 6 ,mem_le_plap 
-:      023530 mouse_check_bt_device_addr_common:
-0x5c4f 023531 store 6 ,mem_device_addr_temp + 1 
-0x5c50 023532 fetch 7 ,mem_device_addr_temp 
-0x5c51 023533 arg mem_device1_type ,contr 
-0x5c52 023534 arg 3 ,loopcnt 
-:      023535 mouse_check_device_addr_end:
-0x5c53 023536 ifetcht 7 ,contr 
-0x5c54 023537 isub temp ,null 
-0x5c55 023538 branch mouse_clean_addr ,zero 
-0x5c56 023539 increase 22 ,contr 
-0x5c57 023540 loop mouse_check_device_addr_end 
-0x5c58 023541 rtn 
-:      023542 mouse_before_store_reconn_info:
-0x5c59 023543 arg mem_device1_type ,rega 
-0x5c5a 023544 fetch 1 ,mem_device_flag 
-0x5c5b 023545 increase -1 ,pdata 
-0x5c5c 023546 mul32 pdata ,29 ,pdata 
-0x5c5d 023547 iadd rega ,rega 
-0x5c5e 023548 fetch 1 ,mem_record_bt_mode 
-0x5c5f 023549 istore 1 ,rega 
-0x5c60 023550 beq rec_4_mode ,mouse_store_le_device 
-0x5c61 023551 rtn 
-:      023553 mouse_store_le_device:
-0x5c62 023554 fetch 6 ,mem_le_plap 
-0x5c63 023555 istore 6 ,contw 
-0x5c64 023556 arg mem_le_ltk ,contr 
-0x5c65 023557 call memcpy16 
-0x5c66 023558 fetch 6 ,mem_le_lap 
-0x5c67 023559 istore 6 ,contw 
-0x5c68 023560 rtn 
-:      023562 mouse_clean_addr:
-0x5c69 023563 increase -6 ,contr 
-0x5c6a 023564 copy contr ,contw 
-0x5c6b 023565 fetcht 6 ,mem_device_addr_temp + 1 
-0x5c6c 023566 increase 3 ,temp 
-0x5c6d 023567 istoret 6 ,contw 
-0x5c6e 023568 rtn 
-:      023570 mouse_select_reconn_device:
-0x5c6f 023571 arg mem_device1_type ,rega 
-0x5c70 023572 fetch 1 ,mem_device_flag 
-0x5c71 023573 rtneq mode_24g_device 
-0x5c72 023574 increase -1 ,pdata 
-0x5c73 023575 mul32 pdata ,29 ,pdata 
-0x5c74 023576 iadd rega ,rega 
-0x5c75 023577 ifetch 1 ,rega 
-0x5c76 023578 store 1 ,mem_xrecord_mode 
-0x5c77 023579 beq rec_4_mode ,mouse_load_le_device 
-0x5c78 023580 rtn 
-:      023582 mouse_load_le_device:
-0x5c79 023583 ifetch 6 ,contr 
-:      023584 mouse_load_le_device_end:
-0x5c7a 023585 store 6 ,mem_hci_plap 
-0x5c7b 023586 arg mem_le_ltk ,contw 
-0x5c7c 023587 call memcpy16 
-0x5c7d 023588 ifetch 6 ,contr 
-0x5c7e 023589 store 6 ,mem_le_lap 
-0x5c7f 023590 rtn 
-:      023592 mouse_app_initflag_check:
-0x5c80 023593 bpatch patch11_3 ,mem_patch11 
-0x5c81 023594 fetch 2 ,mem_store_flag 
-0x5c82 023595 arg eeprom_init_flag ,temp 
-0x5c83 023596 isub temp ,null 
-0x5c84 023597 branch mouse_load_device_info ,zero 
-:      023598 mouse_app_initflag_check_next:
-0x5c85 023599 storet 2 ,mem_store_flag 
-0x5c86 023600 call mouse_ble_init_address 
-0x5c87 023601 fetch 1 ,mem_device_flag_temp 
-0x5c88 023602 store 1 ,mem_device_flag 
-0x5c89 023603 fetch 4 ,mem_24g_fast_conn_addr 
-0x5c8a 023604 store 4 ,mem_24g_receiver_addr 
-0x5c8b 023605 store 4 ,mem_24g_addr 
-:      023606 mouse_load_default_dpi:
-0x5c8c 023607 fetch 1 ,mem_config_sensor_dpi 
-0x5c8d 023608 store 1 ,mem_mouse_dpi 
-0x5c8e 023609 rtn 
-:      023611 mouse_load_device_info:
-0x5c8f 023612 call mouse_otp_load_dpi 
-0x5c90 023614 fetch 4 ,mem_mouse_24g_addr 
-0x5c91 023615 store 4 ,mem_24g_receiver_addr 
-0x5c92 023616 store 4 ,mem_24g_addr 
-0x5c93 023617 rtn 
-:      023619 mouse_otp_load_dpi:
-0x5c94 023620 fetch mouse_flag_len ,mem_mouse_flag 
-0x5c95 023621 rtnbit0 mouse_enable_load_and_store_dpi 
-0x5c96 023622 fetch 2 ,mem_otp_offset_dpi 
-0x5c97 023623 copy pdata ,regb 
-0x5c98 023624 call mouse_read_otp_dpi_common 
-0x5c99 023625 fetch 1 ,mem_mouse_dpi_temp 
-0x5c9a 023626 call mouse_load_default_dpi ,blank 
-0x5c9b 023627 rtn 
-:      023629 mouse_ble_init_address:
-0x5c9c 023630 fetch 6 ,mem_le_lap 
-0x5c9d 023631 store 6 ,mem_device1_locall_addr 
-0x5c9e 023632 add pdata ,0x0100 ,pdata 
-0x5c9f 023633 store 6 ,mem_device2_locall_addr 
-0x5ca0 023634 add pdata ,0x0100 ,pdata 
-0x5ca1 023635 store 6 ,mem_device3_locall_addr 
-0x5ca2 023636 rtn 
-:      023640 mouse_store_device_info_delay:
-0x5ca3 023641 fetch 1 ,mem_store_information_delay_timer_init 
-0x5ca4 023642 store 1 ,mem_store_information_delay_timer 
-0x5ca5 023643 rtn 
-:      023645 mouse_store_device_info:
-0x5ca6 023646 bpatch patch11_4 ,mem_patch11 
-0x5ca7 023647 fetch mouse_flag_len ,mem_mouse_flag 
-0x5ca8 023648 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
-0x5ca9 023649 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
-0x5caa 023650 bbit1 mouse_enable_otp ,mouse_store_otp_device_info 
-0x5cab 023651 rtn 
-:      023653 mouse_store_dpi_info_check:
-0x5cac 023654 bpatch patch11_5 ,mem_patch11 
-0x5cad 023655 fetch mouse_flag_len ,mem_mouse_flag 
-0x5cae 023656 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
-0x5caf 023657 bbit1 mouse_enable_otp ,mouse_store_otp_dpi 
-0x5cb0 023658 rtn 
-:      023662 mouse_store_eeprom_device_info:
-0x5cb1 023663 arg 128 ,temp 
-0x5cb2 023664 arg mem_device_flag ,rega 
-0x5cb3 023665 arg mouse_info_eeprom_offect ,regb 
-0x5cb4 023666 branch iicd_write_protect_eep_data 
-:      023668 mouse_store_eerpom_dpi:
-0x5cb5 023669 arg 1 ,temp 
-0x5cb6 023670 arg mem_mouse_dpi ,rega 
-0x5cb7 023671 arg mouse_dpi_eeprom_offect ,regb 
-0x5cb8 023672 branch iicd_write_protect_eep_data 
-:      023676 mouse_store_flash_device_info:
-0x5cb9 023677 call spid_init_flash 
-0x5cba 023678 call mouse_spid_flash_release_form_powerdown 
-0x5cbb 023679 call mouse_flash_erase_sector 
-0x5cbc 023681 call mouse_information_flash_parameters 
-0x5cbd 023682 call mouse_spid_write_flash 
-0x5cbe 023683 call mouse_spid_flash_powerdown 
-0x5cbf 023684 branch mouse_sensor_spi_init 
-:      023689 mouse_store_otp_device_info:
-0x5cc0 023690 call mouse_write_otp_device_flag 
-0x5cc1 023691 call mouse_write_otp_device_info 
-0x5cc2 023692 branch mouse_write_otp_le_addr_increase_count_info 
-:      023696 mouse_write_otp_device_flag:
-0x5cc3 023697 fetchr regb ,2 ,mem_otp_offset_device_flag 
-0x5cc4 023698 copy regb ,regc 
-:      023699 mouse_write_otp_device_flag_loop:
-0x5cc5 023700 call mouse_read_otp_device_flag_common 
-0x5cc6 023701 fetch 1 ,mem_device_flag_temp 
-0x5cc7 023702 branch mouse_device_flag_store ,blank 
-0x5cc8 023703 store 1 ,mem_device_flag_last 
-0x5cc9 023704 increase 1 ,regc 
-0x5cca 023705 fetch 2 ,mem_otp_offset_device_flag_end 
-0x5ccb 023706 isub regc ,null 
-0x5ccc 023707 nrtn positive 
-0x5ccd 023708 copy regc ,regb 
-0x5cce 023709 branch mouse_write_otp_device_flag_loop 
-:      023711 mouse_device_flag_store:
-0x5ccf 023712 fetch 1 ,mem_device_flag_last 
-0x5cd0 023713 and pdata ,0xf0 ,pdata 
-0x5cd1 023714 branch mouse_device_flag_store_check ,blank 
-0x5cd2 023715 fetch 1 ,mem_device_flag 
-0x5cd3 023716 store 1 ,mem_device_flag_value 
-:      023717 mouse_devoce_flag_store_end:
-0x5cd4 023718 arg 1 ,loopcnt 
-0x5cd5 023719 copy regc ,regb 
-0x5cd6 023720 arg mem_device_flag_value ,rega 
-0x5cd7 023721 branch otp_write 
-:      023723 mouse_device_flag_store_check:
-0x5cd8 023724 fetch 1 ,mem_device_flag_last 
-0x5cd9 023725 fetcht 1 ,mem_device_flag 
-0x5cda 023726 isub temp ,null 
-0x5cdb 023727 rtn zero 
-0x5cdc 023728 lshift4 temp ,temp 
-0x5cdd 023729 iadd temp ,pdata 
-0x5cde 023730 store 1 ,mem_device_flag_value 
-0x5cdf 023732 copy regc ,pdata 
-0x5ce0 023733 fetcht 2 ,mem_otp_offset_device_flag 
-0x5ce1 023734 isub temp ,null 
-0x5ce2 023735 branch mouse_devoce_flag_store_end ,zero 
-0x5ce3 023737 increase -1 ,regc 
-0x5ce4 023738 branch mouse_devoce_flag_store_end 
-:      023742 mouse_write_otp_device_info:
-0x5ce5 023743 fetch 1 ,mem_device_flag 
-0x5ce6 023744 beq mode_24g_device ,mouse_write_otp_24g_addr 
-0x5ce7 023745 beq mode_bt_device1 ,mouse_write_otp_le_device1 
-0x5ce8 023746 beq mode_bt_device2 ,mouse_write_otp_le_device2 
-0x5ce9 023747 rtn 
-:      023749 mouse_write_otp_24g_addr:
-0x5cea 023750 fetchr regb ,2 ,mem_otp_offset_24g_addr 
-0x5ceb 023751 copy regb ,regc 
-:      023752 mouse_otp_store_24g_addr_loop:
-0x5cec 023753 call mouse_read_otp_24g_addr_common 
-0x5ced 023754 fetch 4 ,mem_mouse_24g_addr_temp 
-0x5cee 023755 branch mouse_24g_addr_store ,blank 
-0x5cef 023756 store 4 ,mem_mouse_24g_addr_last 
-0x5cf0 023757 increase 4 ,regc 
-0x5cf1 023758 fetch 2 ,mem_otp_offset_24g_addr_end 
-0x5cf2 023759 isub regc ,null 
-0x5cf3 023760 nrtn positive 
-0x5cf4 023761 copy regc ,regb 
-0x5cf5 023762 branch mouse_otp_store_24g_addr_loop 
-:      023764 mouse_24g_addr_store:
-0x5cf6 023765 fetch 4 ,mem_mouse_24g_addr_last 
-0x5cf7 023766 fetcht 4 ,mem_mouse_24g_addr 
-0x5cf8 023767 isub temp ,null 
-0x5cf9 023768 rtn zero 
-0x5cfa 023769 arg 4 ,loopcnt 
-0x5cfb 023770 arg mem_mouse_24g_addr ,rega 
-0x5cfc 023771 copy regc ,regb 
-0x5cfd 023772 branch otp_write 
-:      023774 mouse_write_otp_le_device1:
-0x5cfe 023775 fetchr regb ,2 ,mem_otp_offset_le_addr1 
-0x5cff 023776 copy regb ,regc 
-:      023777 mouse_otp_store_le_addr1_loop:
-0x5d00 023778 call mouse_read_otp_le_addr1_common 
-0x5d01 023779 fetch 6 ,mem_mouse_le_addr1_temp 
-0x5d02 023780 branch mouse_le_addr1_store ,blank 
-0x5d03 023781 store 6 ,mem_mouse_le_addr1_last 
-0x5d04 023782 increase 6 ,regc 
-0x5d05 023783 fetch 2 ,mem_otp_offset_le_addr1_end 
-0x5d06 023784 isub regc ,null 
-0x5d07 023785 nrtn positive 
-0x5d08 023786 copy regc ,regb 
-0x5d09 023787 branch mouse_otp_store_le_addr1_loop 
-:      023789 mouse_le_addr1_store:
-0x5d0a 023790 fetch 6 ,mem_mouse_le_addr1_last 
-0x5d0b 023791 fetcht 6 ,mem_device1_addr 
-0x5d0c 023792 isub temp ,null 
-0x5d0d 023793 rtn zero 
-0x5d0e 023794 arg 6 ,loopcnt 
-0x5d0f 023795 arg mem_device1_addr ,rega 
-0x5d10 023796 copy regc ,regb 
-0x5d11 023797 branch otp_write 
-:      023800 mouse_write_otp_le_device2:
-0x5d12 023801 fetchr regb ,2 ,mem_otp_offset_le_addr2 
-0x5d13 023802 copy regb ,regc 
-:      023803 mouse_otp_store_le_addr2_loop:
-0x5d14 023804 call mouse_read_otp_le_addr2_common 
-0x5d15 023805 fetch 6 ,mem_mouse_le_addr2_temp 
-0x5d16 023806 branch mouse_le_addr2_store ,blank 
-0x5d17 023807 store 6 ,mem_mouse_le_addr2_last 
-0x5d18 023808 increase 6 ,regc 
-0x5d19 023809 fetch 2 ,mem_otp_offset_le_addr2_end 
-0x5d1a 023810 isub regc ,null 
-0x5d1b 023811 nrtn positive 
-0x5d1c 023812 copy regc ,regb 
-0x5d1d 023813 branch mouse_otp_store_le_addr2_loop 
-:      023815 mouse_le_addr2_store:
-0x5d1e 023816 fetch 6 ,mem_mouse_le_addr2_last 
-0x5d1f 023817 fetcht 6 ,mem_device2_addr 
-0x5d20 023818 isub temp ,null 
-0x5d21 023819 rtn zero 
-0x5d22 023820 arg 6 ,loopcnt 
-0x5d23 023821 arg mem_device2_addr ,rega 
-0x5d24 023822 copy regc ,regb 
-0x5d25 023823 branch otp_write 
-:      023827 mouse_write_otp_le_addr_increase_count_info:
-0x5d26 023828 fetch 1 ,mem_device_flag 
-0x5d27 023829 rtneq mode_24g_device 
-0x5d28 023830 fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
-0x5d29 023831 copy regb ,regc 
-:      023832 mouse_otp_store_le_addr_increase_count_loop:
-0x5d2a 023833 call mouse_read_otp_le_addr_increase_count_common 
-0x5d2b 023834 fetch 2 ,mem_random_addr_increase_count_temp 
-0x5d2c 023835 branch mouse_le_addr_increase_count_store ,blank 
-0x5d2d 023836 store 2 ,mem_random_addr_increase_count_last 
-0x5d2e 023837 increase 2 ,regc 
-0x5d2f 023838 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
-0x5d30 023839 isub regc ,null 
-0x5d31 023840 nrtn positive 
-0x5d32 023841 copy regc ,regb 
-0x5d33 023842 branch mouse_otp_store_le_addr_increase_count_loop 
-:      023844 mouse_le_addr_increase_count_store:
-0x5d34 023845 fetch 2 ,mem_random_addr_increase_count_last 
-0x5d35 023846 fetcht 2 ,mem_random_addr_increase_count 
-0x5d36 023847 isub temp ,null 
-0x5d37 023848 rtn zero 
-0x5d38 023849 arg 2 ,loopcnt 
-0x5d39 023850 arg mem_random_addr_increase_count ,rega 
-0x5d3a 023851 copy regc ,regb 
-0x5d3b 023852 branch otp_write 
-:      023856 mouse_store_otp_dpi:
-0x5d3c 023857 fetch mouse_flag_len ,mem_mouse_flag 
-0x5d3d 023858 rtnbit0 mouse_enable_load_and_store_dpi 
-0x5d3e 023859 fetchr regb ,2 ,mem_otp_offset_dpi 
-0x5d3f 023860 copy regb ,regc 
-:      023861 mouse_otp_store_dpi_loop:
-0x5d40 023862 call mouse_read_otp_dpi_common 
-0x5d41 023863 fetch 1 ,mem_mouse_dpi_temp 
-0x5d42 023864 branch mouse_otp_dpi_store ,blank 
-0x5d43 023865 store 1 ,mem_mouse_dpi_last 
-0x5d44 023866 increase 1 ,regc 
-0x5d45 023867 fetch 2 ,mem_otp_offset_dpi_end 
-0x5d46 023868 isub regc ,null 
-0x5d47 023869 nrtn positive 
-0x5d48 023870 copy regc ,regb 
-0x5d49 023871 branch mouse_otp_store_dpi_loop 
-:      023873 mouse_otp_dpi_store:
-0x5d4a 023874 fetch 1 ,mem_mouse_dpi_last 
-0x5d4b 023875 and pdata ,0xf0 ,pdata 
-0x5d4c 023876 branch mouse_dpi_store_last ,blank 
-0x5d4d 023877 fetch 1 ,mem_mouse_dpi 
-0x5d4e 023878 store 1 ,mem_mouse_otp_dpi_value 
-:      023879 mouse_dpi_store_end:
-0x5d4f 023880 arg 1 ,loopcnt 
-0x5d50 023881 copy regc ,regb 
-0x5d51 023882 arg mem_mouse_otp_dpi_value ,rega 
-0x5d52 023883 branch otp_write 
-:      023885 mouse_dpi_store_last:
-0x5d53 023886 fetch 1 ,mem_mouse_dpi_last 
-0x5d54 023887 fetcht 1 ,mem_mouse_dpi 
-0x5d55 023888 isub temp ,null 
-0x5d56 023889 rtn zero 
-0x5d57 023890 lshift4 temp ,temp 
-0x5d58 023891 iadd temp ,pdata 
-0x5d59 023892 store 1 ,mem_mouse_otp_dpi_value 
-0x5d5a 023894 copy regc ,pdata 
-0x5d5b 023895 fetcht 2 ,mem_otp_offset_dpi 
-0x5d5c 023896 isub temp ,null 
-0x5d5d 023897 branch mouse_dpi_store_end ,zero 
-0x5d5e 023899 increase -1 ,regc 
-0x5d5f 023900 branch mouse_dpi_store_end 
-:      023909 mouse_load_eeprom_info_check:
-0x5d60 023910 call iicd_read_init_pin 
-0x5d61 023911 fetch mouse_flag_len ,mem_mouse_flag 
-0x5d62 023912 isolate1 mouse_enable_2k_eeprom ,pdata 
-0x5d63 023913 ncall clear_eeprom_size_2k ,true 
-0x5d64 023914 call mouse_eeprom_load_recon_info 
-0x5d65 023915 branch mouse_app_initflag_check 
-:      023917 mouse_eeprom_load_recon_info:
-0x5d66 023918 arg 128 ,temp 
-0x5d67 023919 arg mem_device_flag ,rega 
-0x5d68 023920 arg mouse_info_eeprom_offect ,regb 
-0x5d69 023921 branch iicd_read_eep_data 
-:      023923 mouse_load_eeprom_dpi:
-0x5d6a 023924 arg 1 ,temp 
-0x5d6b 023925 arg mem_mouse_dpi ,rega 
-0x5d6c 023926 arg mouse_dpi_eeprom_offect ,regb 
-0x5d6d 023927 branch iicd_read_eep_data 
-:      023931 mouse_load_flash_info_check:
-0x5d6e 023932 call spid_init_flash 
-0x5d6f 023933 call mouse_spid_flash_release_form_powerdown 
-0x5d70 023934 call mouse_information_flash_parameters 
-0x5d71 023935 call spid_read_flash 
-0x5d72 023936 call mouse_spid_flash_powerdown 
-0x5d73 023937 call mouse_app_initflag_check 
-0x5d74 023938 branch mouse_sensor_spi_init 
-:      023940 mouse_information_flash_parameters:
-0x5d75 023941 setarg mem_mouse_information_end 
-0x5d76 023942 arg mem_mouse_information_start ,temp 
-0x5d77 023943 isub temp ,temp 
-0x5d78 023944 fetch 3 ,mem_flash_base 
-0x5d79 023945 arg mem_mouse_information_start ,rega 
-0x5d7a 023946 rtn 
-:      023948 mouse_spid_flash_release_form_powerdown:
-0x5d7b 023949 jam flash_command_release_from_powerdown ,mem_temp 
-:      023950 mouse_spid_write_flash_cmd:
-0x5d7c 023951 call delay_nop100 
-0x5d7d 023952 call spid_unlock_flash 
-0x5d7e 023953 arg mem_write_flash_head_temp ,rega 
-0x5d7f 023954 fetcht 1 ,mem_temp 
-0x5d80 023955 call mouse_spid_write_flash_cmd_common 
-0x5d81 023956 branch delay_nop100 
-:      023958 mouse_spid_flash_powerdown:
-0x5d82 023959 jam flash_command_powerdown ,mem_temp 
-0x5d83 023960 branch mouse_spid_write_flash_cmd 
-:      023962 mouse_spid_write_flash_cmd_common:
-0x5d84 023963 istoret 1 ,rega 
-0x5d85 023964 rshift16 pdata ,temp 
-0x5d86 023965 istoret 1 ,contw 
-0x5d87 023966 rshift8 pdata ,temp 
-0x5d88 023967 istoret 1 ,contw 
-0x5d89 023968 istore 1 ,contw 
-0x5d8a 023969 deposit rega 
-0x5d8b 023970 store 2 ,core_spid_txaddr 
-0x5d8c 023971 setarg 0 
-0x5d8d 023972 store 2 ,core_spid_rxlen 
-0x5d8e 023973 jam spid_start ,core_misc_ctrl 
-0x5d8f 023974 branch wait_spid_done 
-:      023976 mouse_flash_erase_sector:
-0x5d90 023977 fetch 3 ,mem_flash_base 
-0x5d91 023978 store 3 ,mem_spi_write_addr 
-0x5d92 023979 branch spid_flash_erase_sector + 2 
-:      023981 mouse_spid_write_flash:
-0x5d93 023982 copy pdata ,regc 
-0x5d94 023983 copy rega ,pdata 
-0x5d95 023984 increase -4 ,pdata 
-0x5d96 023985 copy pdata ,regb 
-0x5d97 023986 ifetch 4 ,regb 
-0x5d98 023987 store 4 ,mem_write_flash_head_temp 
-0x5d99 023988 copy regc ,pdata 
-0x5d9a 023989 call spid_write_flash 
-0x5d9b 023990 fetch 4 ,mem_write_flash_head_temp 
-0x5d9c 023991 istore 4 ,regb 
-0x5d9d 023992 rtn 
-:      023994 mouse_flash_power_down:
-0x5d9e 023995 fetch mouse_flag_len ,mem_mouse_flag 
-0x5d9f 023996 rtnbit0 mouse_enable_flash 
-0x5da0 023997 call mouse_spid_flash_powerdown 
-0x5da1 023998 call twspi_enable 
-0x5da2 023999 fetcht 1 ,mem_spi_cs_gpio 
-0x5da3 024000 call gpio_out_inactive 
-0x5da4 024001 fetcht 1 ,mem_spi_hold_gpio 
-0x5da5 024002 branch mouse_gpio_config_input_pd 
-:      024006 mouse_load_otp_info_check:
-0x5da6 024007 call mouse_read_otp_dpi 
-0x5da7 024008 call mouse_read_otp_device_flag 
-0x5da8 024009 call mouse_read_otp_device_info 
-0x5da9 024010 call mouse_read_otp_le_addr_increase_count_info 
-:      024011 mouse_otp_load_app_initflag:
-0x5daa 024012 arg 2 ,loopcnt 
-0x5dab 024013 fetch 2 ,mem_otp_offset_app_initflag 
-0x5dac 024014 copy pdata ,regb 
-0x5dad 024015 arg mem_store_flag ,rega 
-0x5dae 024016 call otp_read_data 
-0x5daf 024017 call mouse_app_initflag_check 
-:      024018 mouse_otp_store_app_initflag:
-0x5db0 024019 arg 2 ,loopcnt 
-0x5db1 024020 arg mem_store_flag ,rega 
-0x5db2 024021 fetchr regb ,2 ,mem_otp_offset_app_initflag 
-0x5db3 024022 branch otp_write 
-:      024026 mouse_read_otp_device_flag:
-0x5db4 024027 fetchr regb ,2 ,mem_otp_offset_device_flag 
-0x5db5 024028 copy regb ,regc 
-:      024029 mouse_read_otp_device_flag_loop:
-0x5db6 024030 call mouse_read_otp_device_flag_common 
-0x5db7 024031 fetch 1 ,mem_device_flag_temp 
-0x5db8 024032 branch mouse_device_flag_load ,blank 
-0x5db9 024033 store 1 ,mem_device_flag_last 
-0x5dba 024034 increase 1 ,regc 
-0x5dbb 024035 fetch 2 ,mem_otp_offset_device_flag_end 
-0x5dbc 024036 isub regc ,null 
-0x5dbd 024037 nbranch mouse_device_flag_load ,positive 
-0x5dbe 024038 copy regc ,regb 
-0x5dbf 024039 branch mouse_read_otp_device_flag_loop 
-:      024041 mouse_read_otp_device_flag_common:
-0x5dc0 024042 arg 1 ,loopcnt 
-0x5dc1 024043 arg mem_device_flag_temp ,rega 
-0x5dc2 024044 branch otp_read_data 
-:      024046 mouse_device_flag_load:
-0x5dc3 024047 fetch 1 ,mem_device_flag_last 
-0x5dc4 024048 copy pdata ,temp 
-0x5dc5 024049 and pdata ,0xf0 ,pdata 
-0x5dc6 024050 branch mouse_device_flag_load_last ,blank 
-0x5dc7 024051 rshift4 pdata ,pdata 
-0x5dc8 024052 branch mouse_device_flag_load_end 
-:      024054 mouse_device_flag_load_last:
-0x5dc9 024055 copy temp ,pdata 
-:      024056 mouse_device_flag_load_end:
-0x5dca 024057 store 1 ,mem_device_flag 
-0x5dcb 024058 rtn 
-:      024061 mouse_read_otp_device_info:
-0x5dcc 024062 fetch 1 ,mem_device_flag 
-0x5dcd 024063 beq mode_24g_device ,mouse_read_otp_24g_addr 
-0x5dce 024064 beq mode_bt_device1 ,mouse_read_otp_le_device1 
-0x5dcf 024065 beq mode_bt_device2 ,mouse_read_otp_le_device2 
-0x5dd0 024066 rtn 
-:      024068 mouse_read_otp_le_device1:
-0x5dd1 024069 call mouse_read_otp_le_device1_addr 
-0x5dd2 024070 branch mouse_read_otp_le_device1_locall_addr 
-:      024072 mouse_read_otp_le_device2:
-0x5dd3 024073 call mouse_read_otp_le_device2_addr 
-0x5dd4 024074 branch mouse_read_otp_le_device2_locall_addr 
-:      024077 mouse_read_otp_le_device1_addr:
-0x5dd5 024078 fetchr regb ,2 ,mem_otp_offset_le_addr1 
-0x5dd6 024079 copy regb ,regc 
-:      024080 mouse_read_otp_le_device1_addr_loop:
-0x5dd7 024081 call mouse_read_otp_le_addr1_common 
-0x5dd8 024082 fetch 6 ,mem_mouse_le_addr1_temp 
-0x5dd9 024083 branch mouse_le_addr1_load ,blank 
-0x5dda 024084 store 6 ,mem_mouse_le_addr1_last 
-0x5ddb 024085 increase 6 ,regc 
-0x5ddc 024086 fetch 2 ,mem_otp_offset_le_addr1_end 
-0x5ddd 024087 isub regc ,null 
-0x5dde 024088 nbranch mouse_le_addr1_load ,positive 
-0x5ddf 024089 copy regc ,regb 
-0x5de0 024090 branch mouse_read_otp_le_device1_addr_loop 
-:      024092 mouse_read_otp_le_addr1_common:
-0x5de1 024093 arg 6 ,loopcnt 
-0x5de2 024094 arg mem_mouse_le_addr1_temp ,rega 
-0x5de3 024095 branch otp_read_data 
-:      024097 mouse_le_addr1_load:
-0x5de4 024098 fetch 6 ,mem_mouse_le_addr1_last 
-0x5de5 024099 store 6 ,mem_device1_addr 
-0x5de6 024100 rtn 
-:      024103 mouse_read_otp_le_device1_locall_addr:
-0x5de7 024104 fetchr regb ,2 ,mem_otp_offset_le_locall_addr1 
-0x5de8 024105 copy regb ,regc 
-:      024106 mouse_read_otp_le_device1_locall_addr_loop:
-0x5de9 024107 call mouse_read_otp_le_locall_addr1_common 
-0x5dea 024108 fetch 6 ,mem_mouse_le_locall_addr1_temp 
-0x5deb 024109 branch mouse_le_locall_addr1_load ,blank 
-0x5dec 024110 store 6 ,mem_mouse_le_locall_addr1_last 
-0x5ded 024111 increase 6 ,regc 
-0x5dee 024112 fetch 2 ,mem_otp_offset_le_locall_addr1_end 
-0x5def 024113 isub regc ,null 
-0x5df0 024114 nbranch mouse_le_locall_addr1_load ,positive 
-0x5df1 024115 copy regc ,regb 
-0x5df2 024116 branch mouse_read_otp_le_device1_locall_addr_loop 
-:      024118 mouse_read_otp_le_locall_addr1_common:
-0x5df3 024119 arg 6 ,loopcnt 
-0x5df4 024120 arg mem_mouse_le_locall_addr1_temp ,rega 
-0x5df5 024121 branch otp_read_data 
-:      024123 mouse_le_locall_addr1_load:
-0x5df6 024124 fetch 6 ,mem_mouse_le_locall_addr1_last 
-0x5df7 024125 store 6 ,mem_device1_locall_addr 
-0x5df8 024126 rtn 
-:      024130 mouse_read_otp_le_device2_addr:
-0x5df9 024131 fetchr regb ,2 ,mem_otp_offset_le_addr2 
-0x5dfa 024132 copy regb ,regc 
-:      024133 mouse_read_otp_le_device2_addr_loop:
-0x5dfb 024134 call mouse_read_otp_le_addr2_common 
-0x5dfc 024135 fetch 6 ,mem_mouse_le_addr2_temp 
-0x5dfd 024136 branch mouse_le_addr2_load ,blank 
-0x5dfe 024137 store 6 ,mem_mouse_le_addr2_last 
-0x5dff 024138 increase 6 ,regc 
-0x5e00 024139 fetch 2 ,mem_otp_offset_le_addr2_end 
-0x5e01 024140 isub regc ,null 
-0x5e02 024141 nbranch mouse_le_addr2_load ,positive 
-0x5e03 024142 copy regc ,regb 
-0x5e04 024143 branch mouse_read_otp_le_device2_addr_loop 
-:      024145 mouse_read_otp_le_addr2_common:
-0x5e05 024146 arg 6 ,loopcnt 
-0x5e06 024147 arg mem_mouse_le_addr2_temp ,rega 
-0x5e07 024148 branch otp_read_data 
-:      024150 mouse_le_addr2_load:
-0x5e08 024151 fetch 6 ,mem_mouse_le_addr2_last 
-0x5e09 024152 store 6 ,mem_device2_addr 
-0x5e0a 024153 rtn 
-:      024156 mouse_read_otp_le_device2_locall_addr:
-0x5e0b 024157 fetchr regb ,2 ,mem_otp_offset_le_locall_addr2 
-0x5e0c 024158 copy regb ,regc 
-:      024159 mouse_read_otp_le_device2_locall_addr_loop:
-0x5e0d 024160 call mouse_read_otp_le_locall_addr2_common 
-0x5e0e 024161 fetch 6 ,mem_mouse_le_locall_addr2_temp 
-0x5e0f 024162 branch mouse_le_locall_addr2_load ,blank 
-0x5e10 024163 store 6 ,mem_mouse_le_locall_addr2_last 
-0x5e11 024164 increase 6 ,regc 
-0x5e12 024165 fetch 2 ,mem_otp_offset_le_locall_addr2_end 
-0x5e13 024166 isub regc ,null 
-0x5e14 024167 nbranch mouse_le_locall_addr2_load ,positive 
-0x5e15 024168 copy regc ,regb 
-0x5e16 024169 branch mouse_read_otp_le_device2_locall_addr_loop 
-:      024171 mouse_read_otp_le_locall_addr2_common:
-0x5e17 024172 arg 6 ,loopcnt 
-0x5e18 024173 arg mem_mouse_le_locall_addr2_temp ,rega 
-0x5e19 024174 branch otp_read_data 
-:      024176 mouse_le_locall_addr2_load:
-0x5e1a 024177 fetch 6 ,mem_mouse_le_locall_addr2_last 
-0x5e1b 024178 store 6 ,mem_device2_locall_addr 
-0x5e1c 024179 rtn 
-:      024183 mouse_read_otp_24g_addr:
-0x5e1d 024184 fetchr regb ,2 ,mem_otp_offset_24g_addr 
-0x5e1e 024185 copy regb ,regc 
-:      024186 mouse_read_otp_24g_addr_loop:
-0x5e1f 024187 call mouse_read_otp_24g_addr_common 
-0x5e20 024188 fetch 4 ,mem_mouse_24g_addr_temp 
-0x5e21 024189 branch mouse_24g_addr_load ,blank 
-0x5e22 024190 store 4 ,mem_mouse_24g_addr_last 
-0x5e23 024191 increase 4 ,regc 
-0x5e24 024192 fetch 2 ,mem_otp_offset_24g_addr_end 
-0x5e25 024193 isub regc ,null 
-0x5e26 024194 nbranch mouse_24g_addr_load ,positive 
-0x5e27 024195 copy regc ,regb 
-0x5e28 024196 branch mouse_read_otp_24g_addr_loop 
-:      024198 mouse_read_otp_24g_addr_common:
-0x5e29 024199 arg 4 ,loopcnt 
-0x5e2a 024200 arg mem_mouse_24g_addr_temp ,rega 
-0x5e2b 024201 branch otp_read_data 
-:      024203 mouse_24g_addr_load:
-0x5e2c 024204 fetch 4 ,mem_mouse_24g_addr_last 
-0x5e2d 024205 store 4 ,mem_mouse_24g_addr 
-0x5e2e 024206 rtn 
-:      024209 mouse_read_otp_le_addr_increase_count_info:
-0x5e2f 024210 fetch 1 ,mem_device_flag 
-0x5e30 024211 rtneq mode_24g_device 
-0x5e31 024212 fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
-0x5e32 024213 copy regb ,regc 
-:      024214 mouse_read_otp_le_addr_increase_count_loop:
-0x5e33 024215 call mouse_read_otp_le_addr_increase_count_common 
-0x5e34 024216 fetch 2 ,mem_random_addr_increase_count_temp 
-0x5e35 024217 branch mouse_le_addr_increase_count_load ,blank 
-0x5e36 024218 store 2 ,mem_random_addr_increase_count_last 
-0x5e37 024219 increase 2 ,regc 
-0x5e38 024220 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
-0x5e39 024221 isub regc ,null 
-0x5e3a 024222 nbranch mouse_le_addr_increase_count_load ,positive 
-0x5e3b 024223 copy regc ,regb 
-0x5e3c 024224 branch mouse_read_otp_le_addr_increase_count_loop 
-:      024226 mouse_read_otp_le_addr_increase_count_common:
-0x5e3d 024227 arg 2 ,loopcnt 
-0x5e3e 024228 arg mem_random_addr_increase_count_temp ,rega 
-0x5e3f 024229 branch otp_read_data 
-:      024231 mouse_le_addr_increase_count_load:
-0x5e40 024232 fetch 2 ,mem_random_addr_increase_count_temp 
-0x5e41 024233 store 2 ,mem_random_addr_increase_count 
-0x5e42 024234 rtn 
-:      024237 mouse_read_otp_dpi:
-0x5e43 024238 fetch mouse_flag_len ,mem_mouse_flag 
-0x5e44 024239 bbit0 mouse_enable_load_and_store_dpi ,mouse_load_default_dpi 
-0x5e45 024240 fetchr regb ,2 ,mem_otp_offset_dpi 
-0x5e46 024241 copy regb ,regc 
-:      024242 mouse_read_otp_dpi_loop:
-0x5e47 024243 call mouse_read_otp_dpi_common 
-0x5e48 024244 fetch 1 ,mem_mouse_dpi_temp 
-0x5e49 024245 branch mouse_dpi_load ,blank 
-0x5e4a 024246 store 1 ,mem_mouse_dpi_last 
-0x5e4b 024247 increase 1 ,regc 
-0x5e4c 024248 fetch 2 ,mem_otp_offset_dpi_end 
-0x5e4d 024249 isub regc ,null 
-0x5e4e 024250 nbranch mouse_dpi_load ,positive 
-0x5e4f 024251 copy regc ,regb 
-0x5e50 024252 branch mouse_read_otp_dpi_loop 
-:      024254 mouse_read_otp_dpi_common:
-0x5e51 024255 arg 1 ,loopcnt 
-0x5e52 024256 arg mem_mouse_dpi_temp ,rega 
-0x5e53 024257 branch otp_read_data 
-:      024259 mouse_dpi_load:
-0x5e54 024260 fetch 1 ,mem_mouse_dpi_last 
-0x5e55 024261 copy pdata ,temp 
-0x5e56 024262 and pdata ,0xf0 ,pdata 
-0x5e57 024263 branch mouse_dpi_load_last ,blank 
-0x5e58 024264 rshift4 pdata ,pdata 
-0x5e59 024265 branch mouse_dpi_load_end 
-:      024267 mouse_dpi_load_last:
-0x5e5a 024268 copy temp ,pdata 
-:      024269 mouse_dpi_load_end:
-0x5e5b 024270 store 1 ,mem_mouse_dpi 
-0x5e5c 024271 rtn 
-:      024276 mouse_idle:
-0x5e5d 024277 bpatch patch11_6 ,mem_patch11 
-0x5e5e 024278 call mouse_low_voltage_led_no_enter_lpm 
-0x5e5f 024279 call ui_check_paring_button 
-0x5e60 024280 call mouse_dpi_check 
-0x5e61 024281 call mouse_dpi_another_gpio_check 
-0x5e62 024282 call mouse_select_device_check 
-0x5e63 024283 call mouse_check_select_device_by_switch 
-0x5e64 024284 call mouse_bt_button_check 
-0x5e65 024285 branch mouse_wheel_check 
-:      024287 mouse_select_device_check:
-0x5e66 024288 fetch mouse_flag_len ,mem_mouse_flag 
-0x5e67 024289 bbit1 mouse_enable_select_device_by_pb_button ,mouse_select_device_by_pb_button 
-0x5e68 024290 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_select_device_by_pb_button 
-0x5e69 024291 rtn 
-:      024293 mouse_select_device_by_pb_button_check_once:
-0x5e6a 024294 jam 0x03 ,mem_mouse_pbkey_press_status 
-:      024295 mouse_select_device_by_pb_button:
-0x5e6b 024296 call mouse_select_device_by_pb_button_check 
-0x5e6c 024297 branch mouse_select_device_by_pb_button_exit 
-:      024299 mouse_select_device_by_pb_button_check:
-0x5e6d 024300 bpatch patch11_7 ,mem_patch11 
-0x5e6e 024301 fetch 1 ,mem_config_select_device_button_gpio 
-0x5e6f 024302 rtneq gpio_disable 
-0x5e70 024303 arg 0 ,rega 
-0x5e71 024304 jam mouse_pb_key ,mem_mouse_key_temp 
-0x5e72 024305 fetcht 1 ,mem_config_select_device_button_gpio 
-0x5e73 024306 call mouse_pb_button_check 
-0x5e74 024307 store 1 ,mem_mouse_pbkey_press_status 
-0x5e75 024308 fetch 1 ,mem_matrix_public_gpio 
-0x5e76 024309 beq gpio_disable ,mouse_3io6key_pb_button_check_end 
-0x5e77 024310 branch mouse_matrix_public_gpio_reset 
-:      024312 mouse_retransmit_select_device_by_pb_button:
-0x5e78 024313 call mouse_select_device_by_pb_button_check 
-0x5e79 024314 copy rega ,pdata 
-0x5e7a 024315 bbit1 mouse_pb_key ,mouse_select_device_button_down + 2 
-0x5e7b 024316 branch mouse_select_device_button_up 
-:      024318 mouse_3io6key_pb_button_check_end:
-0x5e7c 024319 fetcht 1 ,mem_config_select_device_button_gpio 
-0x5e7d 024320 call mouse_gpio_config_input_pu 
-:      024321 mouse_select_device_by_pb_button_exit:
-0x5e7e 024322 copy rega ,pdata 
-0x5e7f 024323 bbit1 mouse_pb_key ,mouse_select_device_button_down 
-0x5e80 024324 branch mouse_select_device_button_up 
-:      024326 mouse_pb_button_check:
-0x5e81 024327 fetch mouse_flag_len ,mem_mouse_flag 
-0x5e82 024328 bbit1 mouse_enable_pb_button_connect_gnd ,mouse_pb_button_connect_gnd 
-0x5e83 024329 fetch 1 ,mem_mouse_pbkey_press_status 
-0x5e84 024330 copy pdata ,regc 
-0x5e85 024331 fetch 1 ,mem_matrix_public_gpio 
-0x5e86 024332 beq gpio_disable ,mouse_3io6key_check 
-0x5e87 024333 fetch 1 ,mem_mouse_ghost_flag 
-0x5e88 024334 nbranch mouse_select_device_by_pb_button_end ,blank 
-0x5e89 024335 branch mouse_pb_button_connect_matrix 
-:      024337 mouse_select_device_by_pb_button_end:
-0x5e8a 024338 jam pb_button_state_up ,mem_select_device_button_statue 
-0x5e8b 024339 jam 0 ,mem_mouse_pbkey_press_status 
-0x5e8c 024340 rtn 
-:      024342 mouse_pb_button_connect_gnd:
-0x5e8d 024343 fetch 1 ,mem_mouse_pbkey_press_status 
-0x5e8e 024344 branch mouse_check_key_connect_gnd 
-:      024346 mouse_pb_button_connect_matrix:
-0x5e8f 024347 call gpio_get_bit 
-0x5e90 024348 fetcht 1 ,mem_matrix_public_gpio 
-0x5e91 024349 branch mouse_pb_button_connect_gnd ,true 
-0x5e92 024350 fetcht 1 ,mem_matrix_public_gpio 
-0x5e93 024351 call gpio_out_active 
-0x5e94 024352 fetcht 1 ,mem_config_select_device_button_gpio 
-0x5e95 024353 fetch 1 ,mem_mouse_pbkey_press_status 
-0x5e96 024354 branch mouse_check_key_connect_gnd 
-:      024356 mouse_select_device_button_up:
-0x5e97 024357 fetch 1 ,mem_select_device_button_statue 
-0x5e98 024358 rtneq pb_button_state_up 
-0x5e99 024359 jam pb_button_state_up ,mem_select_device_button_statue 
-0x5e9a 024360 fetch mouse_flag_len ,mem_mouse_flag 
-0x5e9b 024361 rtnbit1 mouse_enable_pb_button_short_press_enter_discovery 
-0x5e9c 024362 fetch 1 ,mem_bt_discovery_count 
-0x5e9d 024363 sub pdata ,20 ,null 
-0x5e9e 024364 ncall mouse_ready_reconnection_by_button ,positive 
-0x5e9f 024365 fetch 1 ,mem_ui_button_timeout 
-0x5ea0 024366 store 1 ,mem_bt_discovery_count 
-0x5ea1 024367 rtn 
-:      024369 mouse_select_device_button_down:
-0x5ea2 024370 call mouse_select_device_ghost_check 
-0x5ea3 024371 rtn user 
-0x5ea4 024372 fetch 1 ,mem_select_device_button_statue 
-0x5ea5 024373 rtneq pb_button_state_down 
-0x5ea6 024374 jam pb_button_state_down ,mem_select_device_button_statue 
-0x5ea7 024375 fetch mouse_flag_len ,mem_mouse_flag 
-0x5ea8 024376 bbit1 mouse_enable_pb_button_short_press_enter_discovery ,mouse_long_button_bt_discovery 
-0x5ea9 024377 fetch 1 ,mem_mouse_direct_timer 
-0x5eaa 024378 rtn blank 
-0x5eab 024379 fetch 1 ,mem_mouse_direct_timeout 
-0x5eac 024380 store 1 ,mem_mouse_direct_timer 
-0x5ead 024381 rtn 
-:      024383 mouse_select_device_ghost_check:
-0x5eae 024384 disable user 
-0x5eaf 024385 fetch mouse_flag_len ,mem_mouse_flag 
-0x5eb0 024386 rtnbit1 mouse_enable_pb_button_connect_gnd 
-:      024387 mouse_ghost_key_value_check:
-0x5eb1 024388 fetch 1 ,mem_mouse_lkey_press_status 
-0x5eb2 024389 rtn blank 
-0x5eb3 024390 fetch 1 ,mem_mouse_rkey_press_status 
-0x5eb4 024391 rtn blank 
-0x5eb5 024392 branch enable_user 
-:      024394 mouse_check_select_device_by_switch:
-0x5eb6 024395 bpatch patch12_0 ,mem_patch12 
-0x5eb7 024396 fetch mouse_flag_len ,mem_mouse_flag 
-0x5eb8 024397 rtnbit0 mouse_enable_select_device_by_switch_gpio 
-:      024398 mouse_switch_gpio_connect_gnd:
-0x5eb9 024399 fetcht 1 ,mem_device_switch_gpio 
-0x5eba 024400 call mouse_gpio_config_input_pu 
-0x5ebb 024401 fetcht 1 ,mem_device_switch_gpio 
-0x5ebc 024402 call gpio_get_bit 
-0x5ebd 024403 branch mouse_check_select_24g_device ,true 
-:      024404 mouse_select_btdevice:
-0x5ebe 024405 fetch 1 ,mem_device_flag 
-0x5ebf 024406 rtneq mode_bt_device1 
-0x5ec0 024407 jam mode_bt_device1 ,mem_device_flag 
-0x5ec1 024408 branch mouse_stop_bluetooth_mode 
-:      024410 mouse_check_select_24g_device:
-0x5ec2 024411 fetch 1 ,mem_device_flag 
-0x5ec3 024412 rtneq mode_24g_device 
-0x5ec4 024413 jam mode_24g_device ,mem_device_flag 
-0x5ec5 024414 branch mouse_24g_stop 
-:      024416 mouse_ready_reconnection_by_button:
-0x5ec6 024417 bpatch patch12_1 ,mem_patch12 
-0x5ec7 024418 fetch 1 ,mem_device_number 
-0x5ec8 024419 rtneq 1 
-0x5ec9 024420 call mouse_select_device_number 
-0x5eca 024421 storet 1 ,mem_device_flag 
-:      024422 mouse_store_device_number_before_reset:
-0x5ecb 024424 call mouse_select_device_enable 
-0x5ecc 024425 call mouse_stop_bluetooth_mode 
-0x5ecd 024426 call app_evt_button_long_pressed 
-0x5ece 024427 call mouse_select_device_disable 
-0x5ecf 024428 jam 1 ,mem_mouse_need_soft_reset 
-0x5ed0 024429 branch mouse_store_device_info_delay 
-:      024431 mouse_soft_reset:
-0x5ed1 024432 call mouse_select_device_enable 
-0x5ed2 024433 branch soft_reset_chip 
-:      024435 mouse_select_device_number:
-0x5ed3 024436 fetcht 1 ,mem_device_flag 
-0x5ed4 024437 increase 1 ,temp 
-0x5ed5 024438 fetch mouse_flag_len ,mem_mouse_flag 
-0x5ed6 024439 bbit1 mouse_enable_24g ,mouse_select_device_number_24g 
-0x5ed7 024440 sub temp ,2 ,null 
-0x5ed8 024441 ncall mouse_select_device_count_clean_bt ,positive 
-0x5ed9 024442 rtn 
-:      024444 mouse_select_device_number_24g:
-0x5eda 024445 fetch 1 ,mem_device_number 
-0x5edb 024446 increase -1 ,pdata 
-0x5edc 024447 isub temp ,null 
-0x5edd 024448 ncall mouse_select_device_count_clean_24g ,positive 
-0x5ede 024449 rtn 
-:      024451 mouse_select_device_count_clean_24g:
-0x5edf 024452 arg 0 ,temp 
-0x5ee0 024453 rtn 
-:      024454 mouse_select_device_count_clean_bt:
-0x5ee1 024455 arg 1 ,temp 
-0x5ee2 024456 rtn 
-:      024458 mouse_store_device_number2eeprom:
-0x5ee3 024459 arg 1 ,temp 
-0x5ee4 024460 arg mem_device_flag ,rega 
-0x5ee5 024461 arg 0 ,regb 
-0x5ee6 024462 branch iicd_write_protect_eep_data 
-:      024464 mouse_bt_button_check:
-0x5ee7 024465 fetch mouse_flag_len ,mem_mouse_flag 
-0x5ee8 024466 rtnbit0 mouse_enable_pb_button_short_press_enter_discovery 
-0x5ee9 024467 branch mouse_select_device_by_pb_button 
-:      024469 mouse_select_device_enable:
-0x5eea 024470 arg mouse_select_device_flag ,queue 
-0x5eeb 024471 branch mouse_enable_function_flag 
-:      024472 mouse_select_device_disable:
-0x5eec 024473 arg mouse_select_device_flag ,queue 
-0x5eed 024474 branch mouse_disable_function_flag 
-:      024475 mouse_bt_cannel_reconn_enable:
-0x5eee 024476 arg mouse_bt_cannel_reconn_flag ,queue 
-0x5eef 024477 branch mouse_enable_function_flag 
-:      024478 mouse_bt_cannel_reconn_disable:
-0x5ef0 024479 arg mouse_bt_cannel_reconn_flag ,queue 
-0x5ef1 024480 branch mouse_disable_function_flag 
-:      024481 mouse_bt_discovery_button_down_enable:
-0x5ef2 024482 arg mouse_bt_discovery_button_down_flag ,queue 
-0x5ef3 024483 branch mouse_enable_function_flag 
-:      024484 mouse_bt_discovery_button_down_disable:
-0x5ef4 024485 arg mouse_bt_discovery_button_down_flag ,queue 
-0x5ef5 024486 branch mouse_disable_function_flag 
-:      024488 mouse_adc_read_enable:
-0x5ef6 024489 arg mouse_enable_adc ,queue 
-0x5ef7 024490 branch mouse_enable_function_flag 
-:      024492 mouse_24g_set_250hz:
-0x5ef8 024493 arg mouse_enable_24g_250hz ,queue 
-0x5ef9 024494 branch mouse_enable_function_flag 
-:      024496 mouse_24g_search_dongle_enable:
-0x5efa 024497 arg mouse_enable_24g_search_dongle ,queue 
-0x5efb 024498 branch mouse_enable_function_flag 
-:      024500 mouse_16m_enable:
-0x5efc 024501 arg mouse_enable_16m ,queue 
-0x5efd 024502 branch mouse_enable_function_flag 
-:      024504 mouse_dpi_4level_enable:
-0x5efe 024505 arg mouse_enable_dpi_level_4 ,queue 
-0x5eff 024506 branch mouse_enable_function_flag 
-:      024508 mouse_enable_function_flag:
-0x5f00 024509 fetch mouse_flag_len ,mem_mouse_flag 
-0x5f01 024510 qset1 pdata 
-0x5f02 024511 store mouse_flag_len ,mem_mouse_flag 
-0x5f03 024512 rtn 
-:      024514 mouse_disable_function_flag:
-0x5f04 024515 fetch mouse_flag_len ,mem_mouse_flag 
-0x5f05 024516 qset0 pdata 
-0x5f06 024517 store mouse_flag_len ,mem_mouse_flag 
-0x5f07 024518 rtn 
-:      024520 mouse_customer_key_enable:
-0x5f08 024521 setarg 0 
-0x5f09 024522 store 8 ,mem_customer_key_press 
-0x5f0a 024523 store 8 ,mem_customer_key_release 
-0x5f0b 024524 fetch 1 ,mem_mouse_customer_function 
-0x5f0c 024525 beq 2 ,mouse_customer_key_ctrl_alt_a 
-0x5f0d 024526 beq 3 ,mouse_customer_ac_home 
-0x5f0e 024527 beq 4 ,mouse_customer_key_play 
-0x5f0f 024528 setarg 0x070008 
-:      024529 mouse_customer_standrad_key_set:
-0x5f10 024530 store 8 ,mem_customer_key_press + 1 
-0x5f11 024531 rtn 
-:      024533 mouse_customer_key_ctrl_alt_a:
-0x5f12 024534 setarg 0x040005 
-0x5f13 024535 branch mouse_customer_standrad_key_set 
-:      024537 mouse_customer_ac_home:
-0x5f14 024538 setarg 0x022303 
-:      024539 mouse_customer_media_key_set:
-0x5f15 024540 store 8 ,mem_customer_key_press 
-0x5f16 024541 setarg 0x03 
-0x5f17 024542 store 8 ,mem_customer_key_release 
-0x5f18 024543 rtn 
-:      024545 mouse_customer_key_play:
-0x5f19 024546 setarg 0x00cd03 
-0x5f1a 024547 branch mouse_customer_media_key_set 
-:      024550 mouse_polling_device:
-0x5f1b 024551 bpatch patch12_2 ,mem_patch12 
-0x5f1c 024552 fetch 1 ,mem_reconn_times 
-0x5f1d 024553 increase -1 ,pdata 
-0x5f1e 024554 store 1 ,mem_reconn_times 
-0x5f1f 024555 fetcht 1 ,mem_device_flag 
-0x5f20 024556 sub temp ,1 ,null 
-0x5f21 024557 ncall mouse_select_device_number ,zero 
-0x5f22 024558 storet 1 ,mem_device_flag 
-0x5f23 024559 call mouse_store_device_number2eeprom 
-0x5f24 024560 call mouse_before_store_reconn_info 
-0x5f25 024561 branch mouse_start_reconnect_device 
-:      024565 mouse_drawing_optima:
-0x5f26 024566 bpatch patch12_3 ,mem_patch12 
-0x5f27 024567 fetch 1 ,mem_config_sensor_type 
-0x5f28 024568 rtneq p3212 
-0x5f29 024569 fetch mouse_flag_len ,mem_mouse_flag 
-0x5f2a 024570 rtnbit0 mouse_enable_smoother 
-0x5f2b 024571 fetch 4 ,mem_mouse_x 
-0x5f2c 024572 rtn blank 
-0x5f2d 024573 call mouse_data_abs_check 
-0x5f2e 024574 setarg 0x03 
-0x5f2f 024575 call mouse_pdata_greater_than_check 
-0x5f30 024576 call mouse_disable_asm ,blank 
-0x5f31 024577 ncall mouse_enable_asm ,blank 
-0x5f32 024578 setarg 0x02 
-0x5f33 024579 call mouse_data_less_than_check 
-0x5f34 024580 call mouse_disable_asm ,blank 
-0x5f35 024581 fetch 1 ,mem_mouse_asm_flag 
-0x5f36 024582 beq 1 ,mouse_drawing_optima_modify 
-:      024583 mouse_drawing_optima_init:
-0x5f37 024584 fetch mouse_flag_len ,mem_mouse_flag 
-0x5f38 024585 rtnbit0 mouse_enable_smoother 
-0x5f39 024586 arg 5 ,loopcnt 
-0x5f3a 024587 arg mem_mouse_asm_flag ,contw 
-0x5f3b 024588 branch clear_mem 
-:      024590 mouse_drawing_optima_modify:
-0x5f3c 024591 call mouse_drawing_optima_xy_offset_modify 
-0x5f3d 024592 fetch 2 ,mem_mouse_x_pre 
-0x5f3e 024593 store 2 ,mem_data_pre 
-0x5f3f 024594 fetch 2 ,mem_mouse_x 
-0x5f40 024595 store 2 ,mem_data_current 
-0x5f41 024596 call mouse_drawing_optima_data_x 
-0x5f42 024597 fetch 2 ,mem_data_pre 
-0x5f43 024598 store 2 ,mem_mouse_x_pre 
-0x5f44 024599 fetch 2 ,mem_data_current 
-0x5f45 024600 store 2 ,mem_mouse_x 
-0x5f46 024602 fetch 2 ,mem_mouse_y_pre 
-0x5f47 024603 store 2 ,mem_data_pre 
-0x5f48 024604 fetch 2 ,mem_mouse_y 
-0x5f49 024605 store 2 ,mem_data_current 
-0x5f4a 024606 call mouse_drawing_optima_data_y 
-0x5f4b 024607 fetch 2 ,mem_data_pre 
-0x5f4c 024608 store 2 ,mem_mouse_y_pre 
-0x5f4d 024609 fetch 2 ,mem_data_current 
-0x5f4e 024610 store 2 ,mem_mouse_y 
-0x5f4f 024611 rtn 
-:      024613 mouse_drawing_optima_xy_offset_modify:
-0x5f50 024614 fetch mouse_flag_len ,mem_mouse_flag 
-0x5f51 024615 rtnbit0 mouse_enable_xy_offset 
-0x5f52 024616 bpatch patch12_4 ,mem_patch12 
-0x5f53 024617 fetch 2 ,mem_mouse_x_pre 
-0x5f54 024618 store 2 ,mem_data_value 
-0x5f55 024619 call mouse_pre_xy_data_judge 
-0x5f56 024620 store 2 ,mem_mouse_x_pre 
-0x5f57 024621 fetch 2 ,mem_mouse_x 
-0x5f58 024622 store 2 ,mem_data_value 
-0x5f59 024623 call mouse_current_xy_data_judge 
-0x5f5a 024624 store 2 ,mem_mouse_x 
-0x5f5b 024625 fetch 2 ,mem_mouse_y_pre 
-0x5f5c 024626 store 2 ,mem_data_value 
-0x5f5d 024627 call mouse_pre_xy_data_judge 
-0x5f5e 024628 store 2 ,mem_mouse_y_pre 
-0x5f5f 024629 fetch 2 ,mem_mouse_y 
-0x5f60 024630 store 2 ,mem_data_value 
-0x5f61 024631 call mouse_current_xy_data_judge 
-0x5f62 024632 store 2 ,mem_mouse_y 
-0x5f63 024633 rtn 
-:      024635 mouse_pre_xy_data_judge:
-0x5f64 024636 fetch 1 ,mem_data_value + 1 
-0x5f65 024637 branch mouse_pre_xy_pdata_offset ,blank 
-0x5f66 024638 branch mouse_pre_xy_ndata_offset 
-:      024640 mouse_pre_xy_pdata_offset:
-0x5f67 024641 fetch 1 ,mem_data_value 
-0x5f68 024642 call mouse_pre_xy_get_0_4_times 
-0x5f69 024643 store 1 ,mem_data_value 
-:      024644 mouse_xy_data_offset_new:
-0x5f6a 024645 fetch 2 ,mem_data_value 
-0x5f6b 024646 rtn 
-:      024647 mouse_pre_xy_ndata_offset:
-0x5f6c 024648 fetch 1 ,mem_data_value 
-0x5f6d 024649 call mouse_pdata_invert 
-0x5f6e 024650 call mouse_pre_xy_get_0_4_times 
-0x5f6f 024651 call disable_blank ,blank 
-0x5f70 024652 call mouse_pdata_get_new_value 
-0x5f71 024653 branch mouse_xy_data_offset_new 
-:      024655 mouse_current_xy_data_judge:
-0x5f72 024656 fetch 1 ,mem_data_value + 1 
-0x5f73 024657 branch mouse_current_xy_pdata_offset ,blank 
-0x5f74 024658 branch mouse_current_xy_ndata_offset 
-:      024659 mouse_current_xy_pdata_offset:
-0x5f75 024660 fetch 1 ,mem_data_value 
-0x5f76 024661 call mouse_current_xy_get_0_6_times 
-0x5f77 024662 store 1 ,mem_data_value 
-0x5f78 024663 branch mouse_xy_data_offset_new 
-:      024664 mouse_current_xy_ndata_offset:
-0x5f79 024665 fetch 1 ,mem_data_value 
-0x5f7a 024666 call mouse_pdata_invert 
-0x5f7b 024667 call mouse_current_xy_get_0_6_times 
-0x5f7c 024668 call disable_blank ,blank 
-0x5f7d 024669 call mouse_pdata_get_new_value 
-0x5f7e 024670 branch mouse_xy_data_offset_new 
-:      024672 mouse_pre_xy_get_0_4_times:
-0x5f7f 024673 mul32 pdata ,4 ,pdata 
-0x5f80 024674 div pdata ,5 
-0x5f81 024675 call wait_div_end 
-0x5f82 024676 quotient pdata 
-0x5f83 024677 rtn 
-:      024678 mouse_current_xy_get_0_6_times:
-0x5f84 024679 mul32 pdata ,12 ,pdata 
-0x5f85 024680 div pdata ,10 
-0x5f86 024681 call wait_div_end 
-0x5f87 024682 quotient pdata 
-0x5f88 024683 rtn 
-:      024685 mouse_drawing_optima_data_x:
-0x5f89 024686 fetch 2 ,mem_data_pre 
-0x5f8a 024687 fetcht 2 ,mem_data_current 
-0x5f8b 024688 iadd temp ,pdata 
-0x5f8c 024689 fetcht 1 ,mem_mouse_data_xtemp 
-0x5f8d 024690 iadd temp ,pdata 
-0x5f8e 024691 and pdata ,0x01 ,temp 
-0x5f8f 024692 storet 1 ,mem_mouse_data_xtemp 
-0x5f90 024693 branch mouse_drawing_optima_data 
-:      024695 mouse_drawing_optima_data_y:
-0x5f91 024696 fetch 2 ,mem_data_pre 
-0x5f92 024697 fetcht 2 ,mem_data_current 
-0x5f93 024698 iadd temp ,pdata 
-0x5f94 024699 fetcht 1 ,mem_mouse_data_ytemp 
-0x5f95 024700 iadd temp ,pdata 
-0x5f96 024701 and pdata ,0x01 ,temp 
-0x5f97 024702 storet 1 ,mem_mouse_data_ytemp 
-0x5f98 024703 branch mouse_drawing_optima_data 
-:      024705 mouse_drawing_optima_data:
-0x5f99 024706 store 3 ,mem_data_sum 
-0x5f9a 024707 isolate1 16 ,pdata 
-0x5f9b 024708 branch mouse_data_sum_overflow ,true 
-0x5f9c 024709 fetch 1 ,mem_data_sum + 1 
-0x5f9d 024710 beq 0xff ,mouse_data_sum_n 
-0x5f9e 024711 fetch 1 ,mem_data_sum 
-:      024712 mouse_data_store_pre:
-0x5f9f 024713 rshift pdata ,pdata 
-0x5fa0 024714 store 2 ,mem_data_pre 
-0x5fa1 024715 store 2 ,mem_data_current 
-0x5fa2 024716 rtn 
-:      024717 mouse_data_sum_overflow:
-0x5fa3 024718 fetch 1 ,mem_data_sum + 1 
-0x5fa4 024719 beq 0 ,mouse_data_sum_overflow_p 
-0x5fa5 024720 fetch 3 ,mem_data_sum 
-0x5fa6 024721 branch mouse_data_store_pre 
-:      024722 mouse_data_sum_overflow_p:
-0x5fa7 024723 jam 0 ,mem_data_sum + 2 
-0x5fa8 024724 fetch 1 ,mem_data_sum 
-0x5fa9 024725 branch mouse_data_store_pre 
-:      024727 mouse_data_sum_n:
-0x5faa 024728 fetch 1 ,mem_data_sum 
-0x5fab 024729 call mouse_pdata_get_half 
-0x5fac 024730 store 1 ,mem_data_pre 
-0x5fad 024731 store 1 ,mem_data_current 
-0x5fae 024732 branch mouse_data_zero ,blank 
-0x5faf 024733 setarg 0xff 
-:      024734 mouse_data_set_direction:
-0x5fb0 024735 store 1 ,mem_data_pre + 1 
-0x5fb1 024736 store 1 ,mem_data_current + 1 
-0x5fb2 024737 rtn 
-:      024738 mouse_data_zero:
-0x5fb3 024739 setarg 0 
-0x5fb4 024740 branch mouse_data_set_direction 
-:      024742 mouse_pdata_get_half:
-0x5fb5 024743 call mouse_pdata_invert 
-0x5fb6 024744 rshift pdata ,pdata 
-:      024745 mouse_pdata_get_new_value:
-0x5fb7 024746 call mouse_rega_in_out 
-0x5fb8 024747 sub pdata ,0 ,pdata 
-0x5fb9 024748 store 1 ,mem_data_value 
-0x5fba 024749 rtn 
-:      024751 mouse_pdata_invert:
-0x5fbb 024752 sub pdata ,0 ,pdata 
-:      024753 mouse_rega_in_out:
-0x5fbc 024754 store 1 ,mem_rega 
-0x5fbd 024755 fetch 1 ,mem_rega 
-0x5fbe 024756 rtn 
-:      024758 mouse_disable_asm:
-0x5fbf 024759 jam 0 ,mem_mouse_asm_flag 
-0x5fc0 024760 rtn 
-:      024761 mouse_enable_asm:
-0x5fc1 024762 jam 1 ,mem_mouse_asm_flag 
-0x5fc2 024763 rtn 
-:      024766 mouse_pdata_greater_than_check:
-0x5fc3 024767 isub rega ,null 
-0x5fc4 024768 nbranch disable_blank ,positive 
-0x5fc5 024769 isub regb ,null 
-0x5fc6 024770 nbranch disable_blank ,positive 
-0x5fc7 024771 branch enable_blank 
-:      024772 mouse_data_less_than_check:
-0x5fc8 024773 isub rega ,null 
-0x5fc9 024774 nrtn positive 
-0x5fca 024775 isub regb ,null 
-0x5fcb 024776 nrtn positive 
-0x5fcc 024777 branch enable_blank 
-:      024779 mouse_data_abs_check:
-0x5fcd 024780 fetch 2 ,mem_mouse_x 
-0x5fce 024781 call mouse_data_abs 
-0x5fcf 024782 copy pdata ,rega 
-0x5fd0 024783 fetch 2 ,mem_mouse_y 
-0x5fd1 024784 call mouse_data_abs 
-0x5fd2 024785 copy pdata ,regb 
-0x5fd3 024786 rtn 
-:      024788 mouse_data_abs:
-0x5fd4 024789 store 2 ,mem_data_current 
-0x5fd5 024790 fetch 1 ,mem_data_current + 1 
-0x5fd6 024791 beq 0xff ,mouse_data_reversal 
-0x5fd7 024792 fetch 1 ,mem_data_current 
-:      024793 mouse_data_abs_store:
-0x5fd8 024794 and_into 0xff ,pdata 
-0x5fd9 024796 rtn 
-:      024797 mouse_data_reversal:
-0x5fda 024798 fetch 2 ,mem_data_current 
-0x5fdb 024799 sub pdata ,0 ,pdata 
-0x5fdc 024800 branch mouse_data_abs_store 
-:      024802 mouse_24g_long_sleep_param_update_timer:
-0x5fdd 024803 arg mem_24g_long_sleep_param_update_timer ,regc 
-0x5fde 024804 arg mouse_24g_long_sleep_normal_param ,regb 
-0x5fdf 024805 branch timer_single_step 
-:      024806 mouse_24g_long_sleep_normal_param:
-0x5fe0 024807 fetch 4 ,mem_24g_long_sleep_set1 
-0x5fe1 024808 store 4 ,mem_24g_enter_hibernate 
-0x5fe2 024809 jam 1 ,mem_mouse_long_mult_flag 
-0x5fe3 024810 rtn 
-:      024813 mouse_24g_long_sleep_set:
-0x5fe4 024814 fetch 1 ,mem_24g_long_sleep_set_level 
-0x5fe5 024815 beq 0x00 ,mouse_24g_long_sleep_set_30ms 
-0x5fe6 024816 beq 0x01 ,mouse_24g_long_sleep_set_50ms 
-0x5fe7 024817 beq 0x02 ,mouse_24g_long_sleep_set_80ms 
-0x5fe8 024818 beq 0x03 ,mouse_24g_long_sleep_set_100ms 
-:      024819 mouse_24g_long_sleep_set_80ms:
-0x5fe9 024820 setarg 0x0ea600 
-:      024821 mouse_24g_long_sleep_set_end:
-0x5fea 024822 store 4 ,mem_24g_long_sleep_set1 
-0x5feb 024823 rtn 
-:      024824 mouse_24g_long_sleep_set_30ms:
-0x5fec 024825 setarg 0x05e740 
-0x5fed 024826 branch mouse_24g_long_sleep_set_end 
-:      024827 mouse_24g_long_sleep_set_50ms:
-0x5fee 024828 setarg 0x0927c0 
-0x5fef 024829 branch mouse_24g_long_sleep_set_end 
-:      024830 mouse_24g_long_sleep_set_100ms:
-0x5ff0 024831 setarg 0x124f80 
-0x5ff1 024832 branch mouse_24g_long_sleep_set_end 
-:      024834 mouse_24g_hibernate_set:
-0x5ff2 024835 bpatch patch12_5 ,mem_patch12 
-0x5ff3 024836 jam 0 ,mem_24g_attempt_fail_flag 
-0x5ff4 024837 call g24_transmit_next_packet 
-0x5ff5 024838 setarg -1 
-0x5ff6 024839 store 4 ,mem_24g_enter_hibernate 
-0x5ff7 024840 setarg 0 
-0x5ff8 024841 store 7 ,mem_mouse_key 
-0x5ff9 024842 jam 1 ,mem_sensor_shutdown_flag 
-0x5ffa 024843 call mouse_sensor_powerdown 
-0x5ffb 024844 call mouse_setgpio_hibernate 
-0x5ffc 024845 branch mouse_24g_long_sleep 
-:      024847 mouse_wakeup_24g:
-0x5ffd 024848 fetch 1 ,mem_sensor_shutdown_flag 
-0x5ffe 024849 ncall mouse_wakeup_24g_from_long_sleep ,blank 
-0x5fff 024850 jam 0 ,mem_sensor_shutdown_flag 
-0x6000 024851 rtn 
-:      024853 mouse_wakeup_24g_from_long_sleep:
-0x6001 024854 call mouse_init_sensor_wakeup 
-0x6002 024855 fetch mouse_flag_len ,mem_mouse_flag 
-0x6003 024856 rtnbit0 mouse_enable_wheel_wake_up_cancel 
-:      024857 mouse_wheel_gpio_init:
-0x6004 024858 fetch 1 ,mem_whee_a_data_gpio 
-0x6005 024859 arg gpcfg_pullup ,temp 
-0x6006 024860 call gpio_config_function_int 
-0x6007 024861 fetch 1 ,mem_whee_b_data_gpio 
-0x6008 024862 arg gpcfg_pullup ,temp 
-0x6009 024863 branch gpio_config_function_int 
-:      024865 mouse_24g_transmit_start:
-0x600a 024866 call mouse_24g_fast_conn_mode_check 
-0x600b 024867 fetch 1 ,mem_sensor_shutdown_flag 
-0x600c 024868 nbranch mouse_24g_short_sleep ,blank 
-0x600d 024869 branch g24_transmit_start_next 
-:      024871 mouse_24g_fast_conn_mode_check:
-0x600e 024872 fetch 4 ,mem_24g_receiver_addr 
-0x600f 024873 fetcht 4 ,mem_24g_fast_conn_addr 
-0x6010 024874 isub temp ,null 
-0x6011 024875 branch mouse_soft_agc_enable ,zero 
-0x6012 024876 branch mouse_soft_agc_disable 
-:      024878 mouse_soft_agc_enable:
-0x6013 024879 jam 0 ,mem_gain_fix 
-0x6014 024880 jam tx_power_factory ,mem_tx_power 
-0x6015 024881 rtn 
-:      024882 mouse_soft_agc_disable:
-0x6016 024883 jam 0xff ,mem_gain_fix 
-0x6017 024884 rtn 
-:      024886 mouse_24g_stop:
-0x6018 024887 set0 mark_24g ,mark 
-0x6019 024888 jam state_24g_stop ,mem_24g_conn_sm 
-0x601a 024889 arg mouse_24g_pairing_flag ,queue 
-0x601b 024890 branch mouse_disable_function_flag 
-:      024892 mouse_24g_start_mode:
-0x601c 024893 fetch mouse_flag_len ,mem_mouse_flag 
-0x601d 024894 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
-0x601e 024895 call mouse_device_24g_pair_led_config 
-0x601f 024896 call mouse_wakeup_from_power_check 
-0x6020 024897 branch mouse_24g_reconn_dongle_start ,user 
-0x6021 024898 fetch mouse_flag_len ,mem_mouse_flag 
-0x6022 024899 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
-0x6023 024900 bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
-0x6024 024901 call mouse_key_check_once 
-0x6025 024902 and rega ,0x07 ,pdata 
-0x6026 024903 fetcht 1 ,mem_mouse_commbination_key_24g 
-0x6027 024904 isub temp ,null 
-0x6028 024905 branch mouse_24g_start_pair_mode ,zero 
-0x6029 024906 branch mouse_24g_reconn_general_dongle 
-:      024908 mouse_24g_mode_setup_error:
-0x602a 024909 fetch 1 ,mem_reconn_times 
-0x602b 024910 nbranch mouse_polling_device ,blank 
-0x602c 024911 rtn 
-:      024913 mouse_24g_first_start_auto_pair_mode:
-0x602d 024914 call mouse_wakeup_from_power_check 
-0x602e 024915 branch mouse_24g_first_start_reconn ,user 
-:      024916 mouse_24g_reconn_general_dongle:
-0x602f 024917 jam mode_24g_device ,mem_device_flag 
-0x6030 024918 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
-0x6031 024919 store 2 ,mem_24g_reconn_timeout 
-0x6032 024920 jam fast_conn_and_3_0_addr ,mem_24g_reconn_type 
-0x6033 024921 branch g24_reconn_start 
-:      024923 mouse_24g_start_auto_pair:
-0x6034 024924 fetch 2 ,mem_24g_pair_timeout_init 
-0x6035 024925 store 2 ,mem_24g_reconn_timeout 
-0x6036 024926 jam pair_and_3_0_addr ,mem_24g_reconn_type 
-0x6037 024927 branch g24_reconn_start 
-:      024929 mouse_24g_first_start_reconn:
-0x6038 024930 fetch 1 ,mem_device_flag 
-0x6039 024931 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
-0x603a 024932 call mouse_bluetooth_fast_conn_disable 
-:      024933 mouse_24g_first_bluetooth_reconnect:
-0x603b 024934 call mouse_24g_stop 
-0x603c 024935 jam mode_bt_device1 ,mem_device_flag 
-0x603d 024936 call mouse_select_reconn_device 
-0x603e 024937 branch mouse_start_reconnect_device 
-:      024939 mouse_24g_first_bb_event_reconn_timeout:
-0x603f 024940 call mouse_wakeup_from_power_check 
-0x6040 024941 branch mouse_app_enter_hibernate ,user 
-0x6041 024942 branch mouse_start_discovery 
-:      024944 mouse_24g_first_store_reconn_info:
-0x6042 024945 call mouse_wakeup_from_power_check 
-0x6043 024946 rtn user 
-0x6044 024947 fetch mouse_flag_len ,mem_mouse_flag 
-0x6045 024948 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_store_device_info_delay 
-0x6046 024949 rtn 
-:      024951 mouse_24g_start_pair_mode:
-0x6047 024952 call mouse_device_24g_pair_led_config 
-0x6048 024953 jam 0 ,mem_24g_reconn_type 
-0x6049 024954 arg mouse_24g_pairing_flag ,queue 
-0x604a 024955 call mouse_enable_function_flag 
-0x604b 024956 setarg 0 
-0x604c 024957 store 2 ,mem_24g_reconn_timeout 
-0x604d 024958 call mouse_stop_discovery 
-0x604e 024959 jam type_ms ,mem_24g_data_type 
-0x604f 024960 fetch mouse_flag_len ,mem_mouse_flag 
-0x6050 024961 bbit0 mouse_enable_keyboard ,g24_pair_start 
-0x6051 024962 jam type_kb ,mem_24g_data_type 
-0x6052 024963 branch g24_pair_start 
-:      024965 mouse_24g_attempt_fail:
-0x6053 024966 fetch 1 ,mem_24g_attempt_fail_flag 
-0x6054 024967 nbranch mouse_24g_hibernate_set ,blank 
-0x6055 024968 fetch 1 ,mem_24g_reconn_type 
-0x6056 024969 beq fast_conn_and_3_0_addr ,mouse_24g_fast_conn_attempt_fail 
-0x6057 024970 beq pair_and_3_0_addr ,mouse_24g_auto_pair_attempt_fail 
-0x6058 024971 beq receiver_and_3_0_addr ,mouse_reconn_dongle_attempt_fail 
-:      024972 mouse_24g_attempt_fail_enter_hibernate:
-0x6059 024973 call mouse_24g_stop 
-0x605a 024974 fetch 1 ,mem_reconn_times 
-0x605b 024975 nbranch mouse_polling_device ,blank 
-0x605c 024976 fetch 1 ,mem_device_flag 
-0x605d 024977 beq mode_24g_device ,mouse_app_enter_hibernate 
-0x605e 024978 rtn 
-:      024980 mouse_24g_fast_conn_attempt_fail:
-0x605f 024981 fetch mouse_flag_len ,mem_mouse_flag 
-0x6060 024982 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
-0x6061 024983 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
-0x6062 024984 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
-0x6063 024985 fetch 4 ,mem_mouse_24g_addr 
-0x6064 024986 fetcht 4 ,mem_mouse_compare_addr 
-0x6065 024987 isub temp ,null 
-0x6066 024988 branch mouse_24g_start_pair_mode ,zero 
-:      024989 mouse_24g_reconn_dongle_start:
-0x6067 024990 fetch 2 ,mem_24g_reconn_timeout_init 
-0x6068 024991 store 2 ,mem_24g_reconn_timeout 
-0x6069 024992 jam receiver_and_3_0_addr ,mem_24g_reconn_type 
-0x606a 024993 branch g24_reconn_start 
-:      024995 mouse_24g_auto_pair_attempt_fail:
-0x606b 024996 fetch mouse_flag_len ,mem_mouse_flag 
-0x606c 024997 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
-0x606d 024998 fetch 1 ,mem_device_number 
-0x606e 024999 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
-0x606f 025000 branch mouse_24g_first_bluetooth_reconnect 
-:      025002 mouse_reconn_dongle_attempt_fail:
-0x6070 025003 fetch mouse_flag_len ,mem_mouse_flag 
-0x6071 025004 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
-0x6072 025005 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
-0x6073 025006 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
-0x6074 025007 branch mouse_24g_start_auto_pair + 1 
-:      025009 mouse_24g_attempt_success:
-0x6075 025010 fetch 4 ,mem_24g_addr 
-0x6076 025011 store 4 ,mem_24g_receiver_addr 
-0x6077 025012 store 4 ,mem_mouse_24g_addr 
-0x6078 025013 call g24_ch_syncword_crc8_init 
-0x6079 025014 call mouse_no_data_timer_init 
-0x607a 025015 call mouse_device_poweron_led_config 
-0x607b 025016 call mouse_init_sensor_reset 
-0x607c 025017 jam 0 ,mem_mouse_long_mult_flag 
-0x607d 025018 jam 0 ,mem_24g_conn_sm 
-0x607e 025019 jam 0 ,mem_24g_reconn_type 
-0x607f 025020 fetch 4 ,mem_24g_receiver_addr 
-0x6080 025021 fetch 4 ,mem_24g_fast_conn_addr 
-0x6081 025022 isub temp ,null 
-0x6082 025023 rtn zero 
-0x6083 025024 branch mouse_24g_first_store_reconn_info 
-:      025026 mouse_24g_pairing_complete:
-0x6084 025027 call mouse_init_sensor_reset 
-0x6085 025028 call mouse_read_sensor_common 
-:      025029 mouse_24g_pairing_complete_common:
-0x6086 025030 call mouse_device_poweron_led_config 
-0x6087 025031 call mouse_no_data_timer_init 
-0x6088 025032 arg mouse_24g_pairing_flag ,queue 
-0x6089 025033 call mouse_disable_function_flag 
-0x608a 025034 setarg 0 
-0x608b 025035 store 2 ,mem_24g_pair_timeout 
-0x608c 025036 store 2 ,mem_24g_reconn_timeout 
-0x608d 025037 store 1 ,mem_24g_conn_sm 
-0x608e 025038 store 1 ,mem_mouse_move_flag 
-0x608f 025039 store 1 ,mem_24g_reconn_type 
-0x6090 025042 fetch 4 ,mem_24g_addr 
-0x6091 025043 store 4 ,mem_24g_receiver_addr 
-0x6092 025044 store 4 ,mem_mouse_24g_addr 
-0x6093 025045 branch mouse_store_device_info_delay 
-:      025047 mouse_24g_short_sleep_clear_wake:
-0x6094 025048 call clear_wake 
-0x6095 025049 branch lpm_write_gpio_wakeup 
-:      025051 mouse_24g_package_data:
-0x6096 025052 bpatch patch12_6 ,mem_patch12 
-0x6097 025053 rtnmark0 mark_24g 
-0x6098 025054 call mouse_motion 
-0x6099 025055 nrtn user 
-0x609a 025056 fetch 1 ,mem_mouse_24g_long_sleep_flag 
-0x609b 025057 jam 0 ,mem_mouse_24g_long_sleep_flag 
-0x609c 025058 ncall mouse_24g_short_sleep_clear_wake ,blank 
-0x609d 025060 fetch mouse_flag_len ,mem_mouse_flag 
-0x609e 025061 bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
-0x609f 025062 fetch 1 ,mem_customer_key 
-0x60a0 025063 nbranch mouse_24g_keyboard_package_data ,blank 
-:      025064 mouse_24g_mouse_package_data:
-0x60a1 025065 call mouse_data_xy_release 
-0x60a2 025066 fetch 1 ,mem_24g_data_type 
-0x60a3 025067 bbit1 1 ,mouse_24g_mouse_package_data_now 
-0x60a4 025068 fetcht 1 ,mem_24g_txbuf + 1 
-0x60a5 025069 fetch 1 ,mem_mouse_key 
-0x60a6 025070 ior temp ,pdata 
-0x60a7 025071 store 1 ,mem_mouse_key 
-0x60a8 025072 fetcht 1 ,mem_24g_txbuf + 6 
-0x60a9 025073 fetch 1 ,mem_mouse_z 
-0x60aa 025074 iadd temp ,pdata 
-0x60ab 025075 store 1 ,mem_mouse_z 
-0x60ac 025076 fetcht 1 ,mem_24g_txbuf + 7 
-0x60ad 025077 fetch 1 ,mem_mouse_tz 
-0x60ae 025078 iadd temp ,pdata 
-0x60af 025079 store 1 ,mem_mouse_tz 
-:      025080 mouse_24g_mouse_package_data_now:
-0x60b0 025081 jam type_ms ,mem_24g_data_type 
-0x60b1 025082 arg 7 ,rega 
-0x60b2 025083 arg mem_mouse_key ,regb 
-0x60b3 025084 fetch 2 ,mem_mouse_z 
-0x60b4 025085 rtn blank 
-0x60b5 025086 branch g24_transmit_by_interrupt_enable 
-:      025088 mouse_24g_keyboard_package_data:
-0x60b6 025089 jam type_kb ,mem_24g_data_type 
-0x60b7 025090 arg 9 ,rega 
-0x60b8 025091 fetch 1 ,mem_customer_data_trigger 
-0x60b9 025092 nbranch mouse_customer_key_press ,blank 
-0x60ba 025093 arg mem_customer_key_release ,regb 
-0x60bb 025094 rtn 
-:      025095 mouse_customer_key_press:
-0x60bc 025096 arg mem_customer_key_press ,regb 
-0x60bd 025097 rtn 
-:      025102 mouse_24g_search_dongle_init:
-0x60be 025103 setarg 0 
-0x60bf 025104 store 3 ,mem_mouse_search_dongle_action 
-0x60c0 025105 rtn 
-:      025107 mouse_24g_search_dongle:
-0x60c1 025108 fetch mouse_flag_len ,mem_mouse_flag 
-0x60c2 025109 rtnbit0 mouse_enable_24g_search_dongle 
-0x60c3 025110 fetch 1 ,mem_mouse_long_mult_flag 
-0x60c4 025111 rtn blank 
-0x60c5 025112 fetch 1 ,mem_24g_abort_pac 
-0x60c6 025113 rtn blank 
-0x60c7 025114 fetch 1 ,mem_mouse_search_dongle_interval 
-0x60c8 025115 increase 1 ,pdata 
-0x60c9 025116 and_into 3 ,pdata 
-0x60ca 025117 store 1 ,mem_mouse_search_dongle_interval 
-0x60cb 025118 nrtn blank 
-0x60cc 025119 jam 0 ,mem_mouse_search_dongle_ch 
-:      025120 mouse_24g_search_dongle_loop:
-0x60cd 025121 bpatch patch12_7 ,mem_patch12 
-0x60ce 025122 fetch 1 ,mem_mouse_search_dongle_ch 
-0x60cf 025123 increase 1 ,pdata 
-0x60d0 025124 store 1 ,mem_mouse_search_dongle_ch 
-0x60d1 025125 sub pdata ,g24_ch_number ,null 
-0x60d2 025126 nbranch mouse_24g_search_dongle_loop_end ,positive 
-0x60d3 025127 call g24_reconn_data_prep 
-0x60d4 025128 call g24_transmit_receive_ack 
-0x60d5 025129 nbranch mouse_24g_search_dongle_loop_retry ,sync 
-0x60d6 025130 nbranch mouse_24g_search_dongle_loop_retry ,user3 
-0x60d7 025131 call mouse_g24_ackpayload_parse 
-0x60d8 025132 call mouse_24g_search_dongle_success 
-:      025133 mouse_24g_search_dongle_loop_end:
-0x60d9 025134 call g24_txbuf_clear 
-0x60da 025135 fetch 1 ,mem_mouse_search_dongle_count 
-0x60db 025136 increase 1 ,pdata 
-0x60dc 025137 store 1 ,mem_mouse_search_dongle_count 
-0x60dd 025138 beq g24_ch_poll_count ,mouse_24g_search_dongle_check 
-0x60de 025139 rtn 
-:      025141 mouse_24g_search_dongle_loop_retry:
-0x60df 025142 call g24_ch 
-0x60e0 025143 branch mouse_24g_search_dongle_loop 
-:      025145 mouse_24g_search_dongle_check:
-0x60e1 025146 jam 0 ,mem_mouse_search_dongle_count 
-0x60e2 025147 fetch 1 ,mem_mouse_search_dongle_action 
-0x60e3 025148 rtnbit1 g24_disconn_state 
-0x60e4 025149 set1 g24_disconn_state ,pdata 
-0x60e5 025150 store 1 ,mem_mouse_search_dongle_action 
-0x60e6 025151 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
-0x60e7 025152 store 2 ,mem_mouse_no_data_timer 
-0x60e8 025153 branch mouse_sensor_powerdown 
-:      025155 mouse_24g_search_dongle_success:
-0x60e9 025156 fetch 1 ,mem_24g_abort_pac 
-0x60ea 025157 branch mouse_24g_search_dongle_init ,blank 
-0x60eb 025158 jam 0 ,mem_mouse_search_dongle_count 
-0x60ec 025159 fetch 1 ,mem_mouse_search_dongle_action 
-0x60ed 025160 rtnbit0 g24_disconn_state 
-0x60ee 025161 set0 g24_disconn_state ,pdata 
-0x60ef 025162 store 1 ,mem_mouse_search_dongle_action 
-0x60f0 025163 call mouse_no_data_timer_init 
-0x60f1 025164 branch mouse_init_sensor_wakeup 
-:      025166 mouse_g24_ackpayload_parse:
-0x60f2 025167 call g24_ackpayload_parse 
-0x60f3 025168 fetch 1 ,mem_24g_rxbuf + 1 
-0x60f4 025169 compare 0x08 ,pdata ,0xf8 
-0x60f5 025170 nrtn true 
-0x60f6 025171 fetch 1 ,mem_24g_rxbuf + 2 
-0x60f7 025172 beq 0xff ,mouse_24g_hibernate_set 
-0x60f8 025173 rtn 
-:      025178 mouse_g24_retransmit:
-0x60f9 025179 fetch 1 ,mem_mouse_need_soft_reset 
-0x60fa 025180 nrtn blank 
-0x60fb 025181 call mouse_retransmit_select_device_by_pb_button 
-0x60fc 025182 call mouse_select_device_by_dpi_button_once 
-0x60fd 025183 branch g24_retransmit0 
-:      025185 mouse_select_device_by_dpi_button_once:
-0x60fe 025186 arg 12 ,queue 
-0x60ff 025187 call timer_check 
-0x6100 025188 nrtn blank 
-0x6101 025189 call mouse_dpi_check_once 
-0x6102 025190 call mouse_dpi_key_check_long_press 
-:      025191 mouse_g24_retransmit_100ms_timer_init:
-0x6103 025192 arg 12 ,queue 
-0x6104 025193 setarg 160 
-0x6105 025194 branch timer_init 
-:      025196 mouse_dpi_check_once:
-0x6106 025197 fetch mouse_flag_len ,mem_mouse_flag 
-0x6107 025198 rtnbit0 mouse_enable_select_device_by_dpi_button 
-0x6108 025200 branch mouse_dpi_check 
-:      025203 mouse_24g_before_lpm_sleep:
-0x6109 025204 fetch 1 ,mem_device_flag 
-0x610a 025205 bne mode_24g_device ,lpm_sleep_skip_cb_function 
-0x610b 025206 fetch 1 ,mem_24g_disable_fec1 
-0x610c 025207 rtn blank 
-:      025208 mouse_peripheral_clock_off:
-0x610d 025209 jam 2 ,core_clksel 
-0x610e 025210 jam 0xf8 ,core_lpm_ctrl 
-0x610f 025211 rtn 
-:      025216 mouse_logo_led_on_timer:
-0x6110 025217 fetch 1 ,mem_mouse_logo_led_gpio 
-0x6111 025218 rtneq gpio_disable 
-0x6112 025219 fetch 2 ,mem_mouse_no_data_timer 
-0x6113 025220 rtn blank 
-0x6114 025221 fetch 2 ,mem_mouse_no_data_timeout 
-0x6115 025222 fetcht 2 ,mem_mouse_no_data_timer 
-0x6116 025223 isub temp ,temp 
-0x6117 025224 fetch 2 ,mem_mouse_logo_led_on_time_init 
-0x6118 025225 isub temp ,pdata 
-0x6119 025226 branch mouse_logo_led_on ,positive 
-:      025227 mouse_logo_led_off:
-0x611a 025228 fetcht 1 ,mem_mouse_logo_led_gpio 
-0x611b 025229 branch mouse_led_off 
-:      025230 mouse_logo_led_on:
-0x611c 025231 fetcht 1 ,mem_mouse_logo_led_gpio 
-0x611d 025232 branch mouse_led_on 
-:      025239 mouse_dpi_led_blink_delay_timer:
-0x611e 025240 arg mem_mouse_dpi_led_delay_count ,regc 
-0x611f 025241 arg mouse_dpi_led_blink_init ,regb 
-0x6120 025242 branch timer_single_step 
-:      025244 mouse_dpi_led_blink_init:
-0x6121 025245 bpatch patch13_0 ,mem_patch13 
-0x6122 025246 fetch 1 ,mem_config_sensor_type 
-0x6123 025247 beq p3212 ,mouse_dpi_led_blink_init_another 
-0x6124 025248 beq ka8g2 ,mouse_dpi_led_blink_init_another 
-0x6125 025249 fetcht 1 ,mem_mouse_dpi 
-0x6126 025250 increase 2 ,temp 
-:      025251 mouse_dpi_led_blink_init_next:
-0x6127 025252 sub temp ,3 ,null 
-0x6128 025253 call mouse_dpi_led_blink_init_level_4 ,positive 
-0x6129 025254 ncall mouse_dpi_led_blink_count_clean ,positive 
-0x612a 025255 copy temp ,pdata 
-0x612b 025256 iadd pdata ,pdata 
-0x612c 025257 store 1 ,mem_mouse_multi_led_blink_count 
-:      025258 mouse_multi_dpi_led_blink_enable:
-0x612d 025259 jam 4 ,mem_mouse_multi_led_blink_type 
-0x612e 025260 call mouse_multi_dpi_led_blink_timer_init 
-0x612f 025261 jam multi_led_blink ,mem_mouse_multi_led_type 
-0x6130 025262 branch mouse_multi_led_enable 
-:      025264 mouse_dpi_led_blink_init_another:
-0x6131 025265 fetcht 1 ,mem_mouse_dpi 
-0x6132 025266 increase 1 ,temp 
-0x6133 025267 branch mouse_dpi_led_blink_init_next 
-:      025269 mouse_dpi_led_blink_init_level_4:
-0x6134 025270 fetch mouse_flag_len ,mem_mouse_flag 
-0x6135 025271 rtnbit0 mouse_enable_dpi_level_4 
-0x6136 025272 increase 1 ,temp 
-0x6137 025273 rtn 
-:      025274 mouse_dpi_led_blink_count_clean:
-0x6138 025275 increase -3 ,temp 
-0x6139 025276 rtn 
-:      025279 mouse_dpi_led_blink_delay:
-0x613a 025280 fetch 1 ,mem_mouse_dpi_gpio 
-0x613b 025281 rtneq gpio_disable 
-0x613c 025282 fetch 2 ,mem_mouse_discovery_timer 
-0x613d 025283 nrtn blank 
-0x613e 025284 fetch 2 ,mem_24g_pair_timeout 
-0x613f 025285 nrtn blank 
-0x6140 025286 fetch 2 ,mem_24g_reconn_timeout 
-0x6141 025287 nrtn blank 
-0x6142 025288 fetch 1 ,mem_mouse_multi_led_powon_timer 
-0x6143 025289 nrtn blank 
-0x6144 025290 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
-0x6145 025291 branch mouse_dpi_led_blink_init ,blank 
-0x6146 025292 store 1 ,mem_mouse_dpi_led_delay_count 
-0x6147 025293 rtn 
-:      025301 mouse_check_dpi_blink:
-0x6148 025302 disable user 
-0x6149 025303 fetch 1 ,mem_mouse_multi_led_blink_type 
-0x614a 025304 sub pdata ,4 ,null 
-0x614b 025305 nrtn zero 
-0x614c 025306 branch enable_user 
-:      025308 mouse_low_voltage_led_timer:
-0x614d 025309 fetch mouse_flag_len ,mem_mouse_flag 
-0x614e 025310 rtnbit0 mouse_enable_low_led 
-0x614f 025311 rtnbit0 mouse_low_voltage_flag 
-0x6150 025312 fetch 2 ,mem_mouse_discovery_timer 
-0x6151 025313 nrtn blank 
-0x6152 025314 fetch 2 ,mem_24g_pair_timeout 
-0x6153 025315 nrtn blank 
-0x6154 025316 fetch 2 ,mem_24g_reconn_timeout 
-0x6155 025317 nrtn blank 
-0x6156 025318 fetch 1 ,mem_mouse_multi_led_powon_timer 
-0x6157 025319 nrtn blank 
-0x6158 025320 call mouse_check_dpi_blink 
-0x6159 025321 rtn user 
-0x615a 025323 fetch 1 ,mem_mouse_multi_low_led_blink_count 
-0x615b 025324 branch mouse_low_led_blink_count_init_judge ,blank 
-:      025325 mouse_low_led_blink_timer:
-0x615c 025326 fetcht 1 ,mem_adc_low_volatage_led_timer_count 
-0x615d 025327 increase 1 ,temp 
-0x615e 025328 storet 1 ,mem_adc_low_volatage_led_timer_count 
-0x615f 025329 fetch 1 ,mem_mouse_low_led_blink_timer 
-0x6160 025330 isub temp ,null 
-0x6161 025331 ncall mouse_low_led_timer_count_clean ,positive 
-0x6162 025332 fetch 1 ,mem_mouse_low_led_blink_half_timer 
-0x6163 025333 isub temp ,null 
-0x6164 025334 nbranch mouse_low_voltage_led_off_judge ,positive 
-:      025335 mouse_low_voltage_led_on_judge:
-0x6165 025336 fetch mouse_flag_len ,mem_mouse_flag 
-0x6166 025337 bbit1 mouse_enable_low_for_led ,mouse_device_led_on 
-0x6167 025338 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_led_on 
-:      025339 mouse_low_voltage_led_on:
-0x6168 025340 fetcht 1 ,mem_mouse_low_voltage_alarm_gpio 
-0x6169 025341 branch mouse_led_on 
-:      025343 mouse_low_led_timer_count_clean:
-0x616a 025344 jam 1 ,mem_adc_low_volatage_led_timer_count 
-0x616b 025345 fetch 1 ,mem_mouse_multi_low_led_blink_count 
-0x616c 025346 increase -1 ,pdata 
-0x616d 025347 store 1 ,mem_mouse_multi_low_led_blink_count 
-:      025348 mouse_low_voltage_led_off_judge:
-0x616e 025349 fetch mouse_flag_len ,mem_mouse_flag 
-0x616f 025350 bbit1 mouse_enable_low_for_led ,mouse_device_led_off 
-0x6170 025351 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_led_off 
-:      025352 mouse_low_voltage_led_off:
-0x6171 025353 fetcht 1 ,mem_mouse_low_voltage_alarm_gpio 
-0x6172 025354 branch mouse_led_off 
-:      025356 mouse_low_led_blink_count_init_judge:
-0x6173 025357 fetch mouse_flag_len ,mem_mouse_flag 
-0x6174 025358 bbit1 mouse_enable_low_led_blink_limit ,mouse_low_voltage_led_off_judge 
-0x6175 025359 call mouse_multi_low_led_blink_count_init 
-0x6176 025360 branch mouse_low_led_blink_timer 
-:      025368 mouse_device_multi_led_parm_init:
-0x6177 025369 jam 0 ,mem_mouse_multi_led_blink_enable 
-0x6178 025370 call mouse_device_multi_led_all_off 
-0x6179 025371 jam 0 ,mem_mouse_multi_led_blink_type 
-0x617a 025372 fetch 1 ,mem_mouse_low_led_blink_timer 
-0x617b 025373 rshift pdata ,pdata 
-0x617c 025374 store 1 ,mem_mouse_low_led_blink_half_timer 
-0x617d 025375 rtn 
-:      025376 mouse_multi_low_led_blink_count_init:
-0x617e 025377 fetch 1 ,mem_mouse_multi_lowled_blink_count_init 
-0x617f 025378 store 1 ,mem_mouse_multi_low_led_blink_count 
-0x6180 025379 rtn 
-:      025381 mouse_multi_led_blink_timer_init:
-0x6181 025382 fetch 1 ,mem_mouse_multi_led_blink_type 
-0x6182 025383 beq 1 ,mouse_device_24g_led_blink_timer_init 
-0x6183 025384 beq 2 ,mouse_device_le_discovery_led_blink_timer_init 
-0x6184 025385 beq 3 ,mouse_device_le_reconn_led_blink_timer_init 
-:      025386 mouse_multi_dpi_led_blink_timer_init:
-0x6185 025387 fetch 1 ,mem_mouse_dpi_led_blink_timer_init 
-:      025388 mouse_store_multi_led_blink_timer:
-0x6186 025389 store 1 ,mem_mouse_multi_led_blink_timer 
-0x6187 025390 rtn 
-:      025391 mouse_device_24g_led_blink_timer_init:
-0x6188 025392 fetch 1 ,mem_mouse_multi_24gled_blink_timer_init 
-0x6189 025393 branch mouse_store_multi_led_blink_timer 
-:      025394 mouse_device_le_discovery_led_blink_timer_init:
-0x618a 025395 fetch 1 ,mem_mouse_multi_le_discovery_blink_timer_init 
-0x618b 025396 branch mouse_store_multi_led_blink_timer 
-:      025397 mouse_device_le_reconn_led_blink_timer_init:
-0x618c 025398 fetch 1 ,mem_mouse_multi_le_reconn_blink_timer_init 
-0x618d 025399 branch mouse_store_multi_led_blink_timer 
-:      025402 mouse_device_poweron_led_config:
-0x618e 025403 bpatch patch13_1 ,mem_patch13 
-0x618f 025404 fetch 1 ,mem_mouse_multi_led_powon_timer_init 
-0x6190 025405 store 1 ,mem_mouse_multi_led_powon_timer 
-0x6191 025406 jam multi_led_on ,mem_mouse_multi_led_type 
-:      025407 mouse_multi_led_enable:
-0x6192 025408 jam off ,mem_mouse_multi_led_state 
-0x6193 025409 jam on ,mem_mouse_multi_led_blink_enable 
-0x6194 025410 rtn 
-:      025413 mouse_device_24g_pair_led_config:
-0x6195 025414 bpatch patch13_2 ,mem_patch13 
-0x6196 025415 fetch 1 ,mem_device_flag 
-0x6197 025416 rtnne mode_24g_device 
-0x6198 025417 call mouse_multi_led_blink_enable_init 
-0x6199 025418 jam 1 ,mem_mouse_multi_led_blink_type 
-0x619a 025419 call mouse_device_24g_led_blink_timer_init 
-0x619b 025420 fetch 1 ,mem_mouse_le_reconn_blink_limit 
-0x619c 025421 rtn blank 
-0x619d 025422 fetch 1 ,mem_mouse_multi_24gled_blink_count_init 
-0x619e 025423 branch mouse_device_led_blink_count_init 
-:      025425 mouse_device_le_reconn_led_config:
-0x619f 025426 fetch 1 ,mem_device_flag 
-0x61a0 025427 rtneq mode_24g_device 
-0x61a1 025428 call mouse_multi_led_blink_enable_init 
-0x61a2 025429 fetch mouse_flag_len ,mem_mouse_flag 
-0x61a3 025430 rtnbit0 mouse_enable_bt_reconn_led_effect 
-0x61a4 025431 jam 3 ,mem_mouse_multi_led_blink_type 
-0x61a5 025432 call mouse_device_le_reconn_led_blink_timer_init 
-0x61a6 025433 fetch 1 ,mem_mouse_le_reconn_blink_limit 
-0x61a7 025434 rtn blank 
-0x61a8 025435 fetch 1 ,mem_mouse_multi_le_reconn_blink_count_init 
-:      025436 mouse_device_led_blink_count_init:
-0x61a9 025437 store 1 ,mem_mouse_multi_led_blink_count 
-0x61aa 025438 rtn 
-:      025440 mouse_device_discovery_led_config:
-0x61ab 025441 jam 0 ,mem_mouse_le_reconn_blink_limit 
-0x61ac 025442 jam 2 ,mem_mouse_multi_led_blink_type 
-0x61ad 025443 call mouse_device_le_discovery_led_blink_timer_init 
-:      025444 mouse_multi_led_blink_enable_init:
-0x61ae 025445 jam 1 ,mem_mouse_multi_led_blink_enable 
-0x61af 025446 jam multi_led_blink ,mem_mouse_multi_led_type 
-0x61b0 025447 branch mouse_device_multi_led_on 
-:      025451 mouse_led_multi_timer:
-0x61b1 025452 fetch 1 ,mem_mouse_multi_led_blink_enable 
-0x61b2 025453 rtn blank 
-0x61b3 025454 fetch 1 ,mem_mouse_multi_led_type 
-0x61b4 025455 beq multi_led_blink ,mouse_multi_led_type_blink 
-:      025456 mouse_device_multi_led_type_on:
-0x61b5 025457 fetch 1 ,mem_mouse_multi_led_powon_timer 
-0x61b6 025458 branch mouse_device_poweron_led_off ,blank 
-0x61b7 025459 increase -1 
-0x61b8 025460 store 1 ,mem_mouse_multi_led_powon_timer 
-0x61b9 025461 branch mouse_device_led_on 
-:      025463 mouse_device_poweron_led_off:
-0x61ba 025464 jam 0 ,mem_mouse_multi_led_blink_enable 
-0x61bb 025465 call mouse_multi_low_led_blink_count_init 
-0x61bc 025466 branch mouse_device_led_off 
-:      025468 mouse_multi_led_type_blink:
-0x61bd 025469 bpatch patch13_3 ,mem_patch13 
-0x61be 025470 fetch 1 ,mem_mouse_multi_led_blink_type 
-0x61bf 025471 rtn blank 
-0x61c0 025472 beq 4 ,mouse_device_led_blink_limit 
-0x61c1 025473 branch mouse_device_led_blink_judge 
-:      025475 mouse_device_led_blink_judge:
-0x61c2 025476 fetch 1 ,mem_mouse_le_reconn_blink_limit 
-0x61c3 025477 beq 1 ,mouse_device_led_blink_limit 
-0x61c4 025478 branch mouse_multi_led_type_blink_next 
-:      025480 mouse_device_led_blink_limit:
-0x61c5 025481 fetch 1 ,mem_mouse_multi_led_blink_count 
-0x61c6 025482 branch mouse_multi_led_off_judge ,blank 
-:      025483 mouse_multi_led_type_blink_next:
-0x61c7 025484 arg mem_mouse_multi_led_blink_timer ,regc 
-0x61c8 025485 arg mouse_multi_led_type_blink_start ,regb 
-0x61c9 025486 branch timer_single_step 
-:      025488 mouse_multi_led_type_blink_start:
-0x61ca 025489 fetch 1 ,mem_mouse_multi_led_blink_type 
-0x61cb 025490 beq 4 ,mouse_multi_led_blink_count_decrease 
-0x61cc 025491 fetch 1 ,mem_mouse_le_reconn_blink_limit 
-0x61cd 025492 beq 1 ,mouse_multi_led_blink_count_decrease 
-:      025493 mouse_multi_led_blink:
-0x61ce 025494 call mouse_multi_led_blink_timer_init 
-0x61cf 025495 fetch 1 ,mem_mouse_multi_led_state 
-0x61d0 025496 beq on ,mouse_multi_led_off_judge_next 
-0x61d1 025497 branch mouse_multi_led_on_judge 
-:      025499 mouse_multi_led_blink_count_decrease:
-0x61d2 025500 fetch 1 ,mem_mouse_multi_led_blink_count 
-0x61d3 025501 increase -1 
-0x61d4 025502 store 1 ,mem_mouse_multi_led_blink_count 
-0x61d5 025503 branch mouse_multi_led_blink 
-:      025506 mouse_multi_led_on_judge:
-0x61d6 025507 fetch 1 ,mem_mouse_multi_led_blink_type 
-0x61d7 025508 beq 4 ,mouse_multi_dpi_led_on_judge 
-:      025509 mouse_device_multi_led_on:
-0x61d8 025510 jam on ,mem_mouse_multi_led_state 
-:      025511 mouse_device_led_on:
-0x61d9 025512 bpatch patch13_4 ,mem_patch13 
-0x61da 025513 fetch 1 ,mem_device_flag 
-0x61db 025514 beq mode_24g_device ,mouse_device_24g_led_on 
-0x61dc 025515 beq mode_bt_device1 ,mouse_device_bt1_led_on 
-0x61dd 025516 beq mode_bt_device2 ,mouse_device_bt2_led_on 
-0x61de 025517 rtn 
-:      025518 mouse_device_24g_led_on:
-0x61df 025519 fetcht 1 ,mem_mouse_1io2led_multi_24gled 
-0x61e0 025520 branch mouse_led_on 
-:      025521 mouse_device_bt1_led_on:
-0x61e1 025522 fetcht 1 ,mem_mouse_1io2led_multi_bt1led 
-0x61e2 025523 branch mouse_led_on 
-:      025524 mouse_device_bt2_led_on:
-0x61e3 025525 fetcht 1 ,mem_mouse_1io2led_multi_bt2led 
-:      025526 mouse_led_on:
-0x61e4 025527 branch gpio_out_active 
-:      025529 mouse_led_off:
-0x61e5 025530 branch gpio_out_inactive 
-:      025532 mouse_multi_led_off_judge:
-0x61e6 025533 jam 0 ,mem_mouse_multi_led_blink_enable 
-0x61e7 025534 jam 0 ,mem_mouse_multi_led_blink_type 
-:      025535 mouse_multi_led_off_judge_next:
-0x61e8 025536 fetch 1 ,mem_mouse_multi_led_blink_type 
-0x61e9 025537 beq 4 ,mouse_multi_dpi_led_off_judge 
-:      025538 mouse_device_multi_led_off:
-0x61ea 025539 jam off ,mem_mouse_multi_led_state 
-:      025540 mouse_device_led_off:
-0x61eb 025541 bpatch patch13_5 ,mem_patch13 
-0x61ec 025542 fetch 1 ,mem_device_flag 
-0x61ed 025543 beq mode_24g_device ,mouse_device_24g_led_off 
-0x61ee 025544 beq mode_bt_device1 ,mouse_device_bt1_led_off 
-0x61ef 025545 beq mode_bt_device2 ,mouse_device_bt2_led_off 
-0x61f0 025546 rtn 
-:      025547 mouse_device_24g_led_off:
-0x61f1 025548 fetcht 1 ,mem_mouse_1io2led_multi_24gled 
-0x61f2 025549 fetch mouse_flag_len ,mem_mouse_flag 
-0x61f3 025550 bbit0 mouse_enable_1io2led ,mouse_led_off 
-0x61f4 025551 branch gpio_set_high_impedance 
-:      025552 mouse_device_bt1_led_off:
-0x61f5 025553 fetcht 1 ,mem_mouse_1io2led_multi_bt1led 
-0x61f6 025554 fetch mouse_flag_len ,mem_mouse_flag 
-0x61f7 025555 bbit0 mouse_enable_1io2led ,mouse_led_off 
-0x61f8 025556 branch gpio_set_high_impedance 
-:      025557 mouse_device_bt2_led_off:
-0x61f9 025558 fetcht 1 ,mem_mouse_1io2led_multi_bt2led 
-0x61fa 025559 fetch mouse_flag_len ,mem_mouse_flag 
-0x61fb 025560 bbit0 mouse_enable_1io2led ,mouse_led_off 
-0x61fc 025561 branch gpio_set_high_impedance 
-:      025563 mouse_device_multi_led_all_off:
-0x61fd 025564 call mouse_device_24g_led_off 
-0x61fe 025565 call mouse_device_bt1_led_off 
-0x61ff 025566 call mouse_device_bt2_led_off 
-0x6200 025567 call mouse_low_voltage_led_off_judge 
-0x6201 025568 branch mouse_multi_dpi_led_off_judge 
-:      025570 mouse_multi_dpi_led_off_judge:
-0x6202 025571 jam off ,mem_mouse_multi_led_state 
-0x6203 025572 fetch mouse_flag_len ,mem_mouse_flag 
-0x6204 025573 bbit1 mouse_enable_dpi_for_led ,mouse_device_multi_led_off 
-0x6205 025574 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_multi_led_off 
-:      025575 mouse_multi_dpi_led_off:
-0x6206 025576 fetcht 1 ,mem_mouse_dpi_gpio 
-0x6207 025577 branch mouse_led_off 
-:      025579 mouse_multi_dpi_led_on_judge:
-0x6208 025580 jam on ,mem_mouse_multi_led_state 
-0x6209 025581 fetch mouse_flag_len ,mem_mouse_flag 
-0x620a 025582 bbit1 mouse_enable_dpi_for_led ,mouse_device_multi_led_on 
-0x620b 025583 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_multi_led_on 
-:      025584 mouse_multi_dpi_led_on:
-0x620c 025585 fetcht 1 ,mem_mouse_dpi_gpio 
-0x620d 025586 branch mouse_led_on 
-:      025590 mouse_low_voltage_led_no_enter_lpm:
-0x620e 025591 fetch mouse_flag_len ,mem_mouse_flag 
-0x620f 025592 rtnbit0 mouse_low_voltage_flag 
-0x6210 025593 fetch 1 ,mem_adc_low_volatage_led_timer_count 
-0x6211 025594 fetcht 1 ,mem_mouse_low_led_blink_half_timer 
-0x6212 025595 sub pdata ,temp ,null 
-0x6213 025596 branch mouse_lpm_mode_clear ,positive 
-:      025597 mouse_low_voltage_led_no_enter_lpm_next:
-0x6214 025598 fetch 1 ,mem_device_flag 
-0x6215 025599 beq mode_24g_device ,g24_transmit_by_interrupt_exit_check 
-0x6216 025600 jam 1 ,mem_lpm_mode 
-0x6217 025601 rtn 
-:      025603 g24_transmit_by_interrupt_exit_check:
-0x6218 025604 fetch mouse_flag_len ,mem_mouse_flag 
-0x6219 025605 rtnbit1 mouse_enable_24g_250hz 
-0x621a 025606 branch g24_transmit_by_interrupt_exit 
-:      025608 mouse_lpm_mode_clear:
-0x621b 025609 fetch 1 ,mem_device_flag 
-0x621c 025610 beq mode_24g_device ,g24_transmit_by_interrupt_enable 
-0x621d 025611 jam 0 ,mem_lpm_mode 
-0x621e 025612 rtn 
-:      025615 mouse_store_signal_rssi:
-0x621f 025617 fetch 1 ,mem_rssi 
-0x6220 025618 branch rssi_signal 
-:      025620 mouse_le_transmit:
-0x6221 025621 call mouse_store_signal_rssi 
-0x6222 025622 branch power_ctrl_start 
-:      025624 mouse_le_set_lpm_mult:
-0x6223 025625 fetch 1 ,mem_le_connect_status_flag 
-0x6224 025626 compare 3 ,pdata ,3 
-0x6225 025627 nbranch disable_blank ,true 
-0x6226 025628 call app_lpm_mult_enable 
-0x6227 025629 branch enable_blank 
-:      025631 mouse_set_lpm_mult:
-0x6228 025632 fetch 2 ,mem_ui_state_map 
-0x6229 025633 bbit1 ui_state_ble_connected ,mouse_le_set_lpm_mult 
-0x622a 025634 rtn 
-:      025636 mouse_24g_long_sleep:
-0x622b 025637 call g24_lpm_wait 
-0x622c 025638 nrtn user 
-0x622d 025639 jam 1 ,mem_mouse_24g_long_sleep_flag 
-0x622e 025640 call g24_setgpio_lpm_before 
-0x622f 025641 jam 0 ,mem_mouse_24g_sleep_miss 
-0x6230 025642 call mouse_24g_send_time_long_wake 
-0x6231 025643 fetch 1 ,mem_sensor_shutdown_flag 
-0x6232 025644 ncall mouse_setgpio_hibernate ,blank 
-0x6233 025645 fetch 4 ,mem_24g_enter_hibernate 
-0x6234 025646 branch g24_long_seep2 
-:      025648 mouse_24g_short_sleep:
-0x6235 025649 fetch 1 ,mem_mouse_sleep_deal_type 
-0x6236 025650 branch g24_short_sleep ,blank 
-0x6237 025651 call g24_lpm_wait 
-0x6238 025652 nrtn user 
-0x6239 025653 fetch 1 ,mem_mouse_24g_sleep_miss 
-0x623a 025654 jam 0 ,mem_mouse_24g_sleep_miss 
-0x623b 025655 sub pdata ,0 ,null 
-0x623c 025656 nbranch mouse_24g_short_sleep_last_miss ,zero 
-0x623d 025657 fetcht 2 ,mem_24g_retransmit 
-0x623e 025658 sub temp ,0 ,null 
-0x623f 025659 branch mouse_24g_short_sleep_default ,zero 
-0x6240 025661 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
-0x6241 025662 branch mouse_24g_short_sleep_default ,blank 
-:      025663 mouse_24g_short_sleep_notify:
-0x6242 025664 fetcht 4 ,mem_mouse_24g_tsniff 
-0x6243 025665 isub temp ,temp 
-0x6244 025666 storet 4 ,mem_mouse_24g_sleep_miss_temp 
-0x6245 025667 nbranch mouse_24g_short_sleep_long ,positive 
-0x6246 025668 fetch 3 ,mem_24g_short_sleep_set 
-0x6247 025669 isub temp ,pdata 
-0x6248 025670 nbranch mouse_24g_short_sleep_2 ,positive 
-0x6249 025671 arg 0x600 ,temp 
-0x624a 025672 isub temp ,null 
-0x624b 025673 nbranch mouse_24g_short_sleep_2 ,positive 
-:      025674 mouse_24g_short_sleep2:
-0x624c 025675 store 4 ,mem_mouse_24g_sleep_time_temp 
-0x624d 025676 call mouse_24g_miss_temp_clear 
-0x624e 025677 fetch 4 ,mem_mouse_24g_sleep_time_temp 
-:      025678 mouse_24g_short_sleep3:
-0x624f 025679 call clk2lpo 
-0x6250 025680 storet 4 ,mem_sleep_counter 
-0x6251 025681 branch lpm_sleep 
-:      025683 mouse_24g_short_sleep_default:
-0x6252 025684 call mouse_24g_miss_temp_clear 
-0x6253 025685 fetch 3 ,mem_24g_short_sleep_set 
-0x6254 025686 branch mouse_24g_short_sleep2 
-:      025688 mouse_24g_short_sleep_long:
-0x6255 025689 sub temp ,0 ,temp 
-0x6256 025690 fetch 3 ,mem_24g_short_sleep_set 
-0x6257 025691 iadd temp ,pdata 
-0x6258 025692 branch mouse_24g_short_sleep2 
-:      025694 mouse_24g_miss_temp_clear:
-0x6259 025695 setarg 0 
-0x625a 025696 store 4 ,mem_mouse_24g_sleep_miss_temp 
-0x625b 025697 rtn 
-:      025699 mouse_24g_short_sleep_last_miss:
-0x625c 025700 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
-0x625d 025701 fetcht 4 ,mem_mouse_24g_sleep_miss_temp 
-0x625e 025702 iadd temp ,pdata 
-0x625f 025703 branch mouse_24g_short_sleep_notify 
-:      025705 mouse_24g_short_sleep_2:
-0x6260 025706 jam 1 ,mem_mouse_24g_sleep_miss 
-0x6261 025707 rtn 
-:      025710 mouse_24g_transmit_callback:
-0x6262 025711 call mouse_24g_send_time_check 
-0x6263 025712 branch mouse_wakeup_24g 
-:      025714 mouse_24g_send_time_check:
-0x6264 025715 fetch 1 ,mem_mouse_sleep_deal_type 
-0x6265 025716 rtn blank 
-0x6266 025717 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x6267 025718 beq g24_tx_timer_int_enable ,mouse_24g_send_timer_first 
-0x6268 025719 fetch 1 ,mem_mouse_24g_tx_count 
-0x6269 025720 branch mouse_24g_send_timer_first ,blank 
-0x626a 025721 copy clkn ,pdata 
-0x626b 025722 fetcht 6 ,mem_mouse_24g_tx_time_last 
-0x626c 025723 store 6 ,mem_mouse_24g_tx_time_last 
-0x626d 025724 call clk_diff_rt 
-0x626e 025725 store 4 ,mem_mouse_24g_tx_time_last_delt 
-0x626f 025727 fetch 1 ,mem_mouse_24g_sleep_miss 
-0x6270 025728 nrtn blank 
-0x6271 025729 fetch 2 ,mem_24g_retransmit 
-0x6272 025730 nrtn blank 
-0x6273 025731 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
-:      025732 mouse_24g_send_time_check_1:
-0x6274 025733 fetcht 5 ,mem_mouse_24g_tx_time_sum 
-0x6275 025734 iadd temp ,pdata 
-0x6276 025735 store 5 ,mem_mouse_24g_tx_time_sum 
-0x6277 025736 fetcht 1 ,mem_mouse_24g_tx_count 
-0x6278 025737 fetch 1 ,mem_mouse_24g_tx_time_sum_count 
-0x6279 025738 isub temp ,null 
-0x627a 025739 branch mouse_24g_send_time_check_average ,zero 
-0x627b 025740 increase 1 ,temp 
-0x627c 025741 storet 1 ,mem_mouse_24g_tx_count 
-0x627d 025742 rtn 
-:      025744 mouse_24g_send_time_check_average:
-0x627e 025745 jam 1 ,mem_mouse_24g_tx_count 
-0x627f 025746 arg 0 ,temp 
-0x6280 025747 fetch 5 ,mem_mouse_24g_tx_time_sum 
-0x6281 025748 storet 5 ,mem_mouse_24g_tx_time_sum 
-0x6282 025749 fetcht 1 ,mem_mouse_24g_tx_time_sum_count 
-0x6283 025750 idiv temp 
-0x6284 025751 call wait_div_end 
-0x6285 025752 quotient rega 
-0x6286 025754 fetch 4 ,mem_mouse_24g_tsniff 
-0x6287 025755 fetcht 1 ,mem_mouse_24g_tx_time_offset 
-0x6288 025756 isub temp ,temp 
-0x6289 025757 increase -40 ,temp 
-0x628a 025759 copy rega ,pdata 
-0x628b 025760 isub temp ,pdata 
-0x628c 025761 branch mouse_24g_send_time_check_average_late ,positive 
-0x628d 025762 sub pdata ,0 ,pdata 
-0x628e 025764 rshift2 pdata ,pdata 
-0x628f 025765 fetcht 3 ,mem_24g_short_sleep_set 
-0x6290 025766 iadd temp ,temp 
-0x6291 025767 bpatch patch13_6 ,mem_patch13 
-0x6292 025768 fetch 3 ,mem_mouse_24g_short_sleep_set_init 
-0x6293 025769 arg 0x1800 ,rega 
-0x6294 025770 iadd rega ,pdata 
-0x6295 025771 isub temp ,null 
-0x6296 025772 nbranch mouse_24g_send_time_check_average_min ,positive 
-0x6297 025773 storet 3 ,mem_24g_short_sleep_set 
-0x6298 025774 rtn 
-:      025776 mouse_24g_send_time_check_average_late:
-0x6299 025777 rshift2 pdata ,temp 
-0x629a 025778 fetch 3 ,mem_24g_short_sleep_set 
-0x629b 025779 isub temp ,temp 
-0x629c 025780 bpatch patch13_7 ,mem_patch13 
-0x629d 025781 fetch 3 ,mem_mouse_24g_short_sleep_set_init 
-0x629e 025782 arg 0x1800 ,rega 
-0x629f 025783 isub rega ,pdata 
-0x62a0 025784 isub temp ,null 
-0x62a1 025785 branch mouse_24g_send_time_check_average_min ,positive 
-0x62a2 025786 storet 3 ,mem_24g_short_sleep_set 
-0x62a3 025787 rtn 
-:      025789 mouse_24g_send_time_check_average_min:
-0x62a4 025790 store 3 ,mem_24g_short_sleep_set 
-0x62a5 025791 rtn 
-:      025793 mouse_24g_send_timer_first:
-0x62a6 025794 jam 1 ,mem_mouse_24g_tx_count 
-0x62a7 025795 copy clkn ,pdata 
-0x62a8 025796 store 6 ,mem_mouse_24g_tx_time_last 
-0x62a9 025797 rtn 
-:      025799 mouse_24g_send_time_long_wake:
-0x62aa 025800 setarg 0 
-0x62ab 025801 store 1 ,mem_mouse_24g_tx_count 
-0x62ac 025802 store 5 ,mem_mouse_24g_tx_time_sum 
-0x62ad 025803 rtn 
-:      025812 shutter_init:
-0x62ae 025813 call enable_authrom 
-0x62af 025814 rtn wake 
-0x62b0 025816 setarg shutter_process_idle 
-0x62b1 025817 store 2 ,mem_cb_idle_process 
-0x62b2 025819 setarg shutter_process_bb_event 
-0x62b3 025820 store 2 ,mem_cb_bb_event_process 
-0x62b4 025822 setarg ble_shutter_receive_data 
-0x62b5 025823 store 2 ,mem_cb_att_write 
-0x62b6 025825 setarg shutter_le_bb_event_timer 
-0x62b7 025826 store 2 ,mem_cb_event_timer 
-0x62b8 025828 setarg shutter_key_change 
-0x62b9 025829 store 2 ,mem_cb_shutter_keycan 
-0x62ba 025831 call shutter_common_init 
-0x62bb 025833 bpatch patch14_0 ,mem_patch14 
-0x62bc 025834 call shutter_load_buffer_config_form_datarom 
-:      025836 shutter_power_switch:
-0x62bd 025837 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x62be 025838 beq hard_switch ,shutter_hart_swtich_power_on 
-0x62bf 025839 fetch 1 ,mem_shutter_soft_switch_button_gpio 
-0x62c0 025840 store 1 ,mem_ui_button_gpio 
-0x62c1 025841 branch ui_soft_swtich_init 
-:      025844 shutter_common_init:
-0x62c2 025845 setarg shutter_le_before_hibernate 
-0x62c3 025846 store 2 ,mem_cb_before_hibernate 
-0x62c4 025848 setarg shutter_process_lpm_before 
-0x62c5 025849 store 2 ,mem_cb_before_lpm 
-0x62c6 025851 setarg shutter_soft_swtich_power_on 
-0x62c7 025852 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
-0x62c8 025854 setarg shutter_soft_swtich_power_off 
-0x62c9 025855 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
-0x62ca 025857 jam 7 ,mem_version 
-0x62cb 025858 call le_modified_name_adv 
-0x62cc 025859 call shutter_init_param 
-0x62cd 025860 call keyscan_key_init 
-0x62ce 025861 call queue_init 
-0x62cf 025862 branch ui_led_init_global 
-:      025866 shutter_hart_swtich_power_on:
-0x62d0 025867 jam ui_button_gpio_disable ,mem_ui_button_gpio 
-0x62d1 025868 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
-0x62d2 025869 branch shutter_start_reconnect 
-:      025873 shutter_le_scale_lpm_lock:
-0x62d3 025874 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x62d4 025875 beq ss_state_power_off ,app_get_lpm_wake_lock 
-0x62d5 025876 call l2cap_malloc_get_full_map 
-0x62d6 025877 fetch 1 ,mem_used_map 
-0x62d7 025878 nbranch app_get_lpm_wake_lock ,blank 
-0x62d8 025879 branch app_put_lpm_wake_lock 
-:      025883 shutter_process_bb_event:
-0x62d9 025884 copy regc ,pdata 
-0x62da 025887 beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
-0x62db 025888 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
-0x62dc 025889 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
-0x62dd 025890 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
-0x62de 025892 beq bt_evt_button_long_pressed ,ui_soft_switch_botton_long_press 
-0x62df 025893 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
-0x62e0 025894 beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
-0x62e1 025895 rtn 
-:      025900 ble_shutter_process_baseband_connect:
-0x62e2 025901 call shutter_stop_bluetooth_discovery 
-0x62e3 025902 setarg 0 
-0x62e4 025903 store 2 ,mem_ble_shutter_reconn_timer 
-0x62e5 025904 branch app_led_off 
-:      025907 ble_shutter_process_baseband_disconnect:
-0x62e6 025908 call queue_init 
-0x62e7 025909 jam 0 ,mem_ble_shutter_enable_notify 
-0x62e8 025910 branch shutter_start_reconnect 
-:      025913 ble_shutter_process_reconnect_complete:
-0x62e9 025914 call queue_init 
-0x62ea 025915 jam 1 ,mem_ble_shutter_enable_notify 
-0x62eb 025916 fetch 8 ,mem_ble_shutter_interval_min 
-0x62ec 025917 store 8 ,mem_le_interval_min 
-0x62ed 025918 call app_lpm_mult_enable 
-0x62ee 025919 branch le_l2cap_tx_update_req 
-:      025922 ble_shutter_process_parse_connect_parameter_update_response:
-0x62ef 025923 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x62f0 025924 rtneq ble_signaling_connect_parameter_update_accepted 
-0x62f1 025925 fetch 8 ,mem_ble_shutter_interval_min_new 
-0x62f2 025926 rtn blank 
-0x62f3 025927 store 8 ,mem_le_interval_min 
-0x62f4 025928 branch le_l2cap_tx_update_req 
-:      025935 shutter_process_soft_swtich_button_down:
-0x62f5 025936 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x62f6 025937 rtneq hard_switch 
-0x62f7 025938 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x62f8 025939 rtnne ss_state_power_on 
-0x62f9 025940 call shutter_store_currenct_led_state 
-0x62fa 025941 branch app_led_on 
-:      025943 shutter_store_currenct_led_state:
-0x62fb 025944 jam 1 ,mem_shutter_soft_swtich_botton_down 
-0x62fc 025945 arg 11 ,loopcnt 
-0x62fd 025946 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
-0x62fe 025947 arg mem_shutter_led_struct_app_led ,contr 
-0x62ff 025948 branch memcpy 
-:      025950 shutter_process_soft_swtich_button_up:
-0x6300 025951 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x6301 025952 rtneq hard_switch 
-0x6302 025953 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x6303 025954 beq ss_state_power_on ,shutter_load_currenct_led_state 
-0x6304 025955 branch ui_soft_switch_botton_up 
-:      025957 shutter_load_currenct_led_state:
-0x6305 025958 fetch 1 ,mem_shutter_soft_swtich_botton_down 
-0x6306 025959 rtnne 1 
-0x6307 025960 jam 0 ,mem_shutter_soft_swtich_botton_down 
-0x6308 025961 fetch 2 ,mem_ui_state_map 
-0x6309 025962 bbit1 ui_state_ble_connected ,app_led_off 
-0x630a 025963 arg 11 ,loopcnt 
-0x630b 025964 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
-0x630c 025965 arg mem_shutter_led_struct_app_led ,contw 
-0x630d 025966 branch memcpy 
-:      025971 shutter_le_bb_event_timer:
-0x630e 025973 call shutter_check_sleep_timer 
-0x630f 025976 call shutter_check_power_off_timer 
-0x6310 025980 branch ble_shutter_reconn_timer 
-:      025984 shutter_check_sleep_timer:
-0x6311 025985 arg mem_shutter_sleep_timer ,regc 
-0x6312 025986 arg shutter_sleep_timeout ,regb 
-0x6313 025987 branch timer_single_step_2b 
-:      025988 shutter_sleep_timeout:
-0x6314 025989 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
-0x6315 025990 call app_led_off 
-0x6316 025991 call shutter_disconnect_current_connection 
-0x6317 025992 branch shutter_wait_power_off 
-:      025995 shutter_check_power_off_timer:
-0x6318 025996 arg mem_shutter_power_off_timer ,regc 
-0x6319 025997 arg shutter_check_power_off_timeout ,regb 
-0x631a 025998 branch timer_single_step 
-:      026000 shutter_check_power_off_timeout:
-0x631b 026001 fetch 2 ,mem_ui_state_map 
-0x631c 026002 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
-0x631d 026003 fetch 1 ,mem_shutter_led_struct_app_led_type 
-0x631e 026004 beq ui_led_state_blink_start ,shutter_wait_power_off 
-0x631f 026005 beq ui_led_state_blink_lighting ,shutter_wait_power_off 
-0x6320 026006 beq ui_led_state_blink_darking ,shutter_wait_power_off 
-0x6321 026007 branch app_enter_hibernate 
-:      026011 ble_shutter_reconn_timer:
-0x6322 026012 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x6323 026013 rtnne ss_state_power_on 
-0x6324 026014 arg mem_ble_shutter_reconn_timer ,regc 
-0x6325 026015 arg shutter_start_bluetooth_discovery ,regb 
-0x6326 026016 branch timer_single_step_2b 
-:      026019 shutter_process_idle:
-0x6327 026020 call shutter_send_data_to_master 
-0x6328 026021 branch keyscan_key_process 
-:      026024 shutter_process_lpm_before:
-0x6329 026025 call gpio_set_before_lpm 
-0x632a 026026 branch keyscan_process_lpm_before 
-:      026028 shutter_le_before_hibernate:
-0x632b 026029 call gpio_set_before_lpm 
-0x632c 026030 branch disable_authrom 
-:      026036 shutter_stop_bluetooth_discovery:
-:      026040 ble_shutter_stop_bluetooth_discovery:
-0x632d 026041 fetch 2 ,mem_ble_shutter_connect_timeout 
-0x632e 026042 store 2 ,mem_shutter_sleep_timeout 
-0x632f 026043 store 2 ,mem_shutter_sleep_timer 
-0x6330 026044 branch app_ble_stop_adv 
-:      026047 shutter_start_bluetooth_discovery:
-0x6331 026048 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x6332 026049 rtnne ss_state_power_on 
-:      026053 ble_shutter_start_discovery:
-0x6333 026054 fetch 2 ,mem_ui_state_map 
-0x6334 026055 rtnbit1 ui_state_ble_connected 
-0x6335 026056 fetch 2 ,mem_ble_shutter_discovery_timeout 
-0x6336 026057 store 2 ,mem_shutter_sleep_timeout 
-0x6337 026058 store 2 ,mem_shutter_sleep_timer 
-0x6338 026059 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
-0x6339 026060 call shutter_ble_adv_interval_set 
-0x633a 026061 call app_led_start_blink 
-0x633b 026062 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
-0x633c 026063 store 4 ,mem_shutter_led_struct_app_led_on_time 
-0x633d 026064 fetch 2 ,mem_ui_state_map 
-0x633e 026065 rtnbit1 ui_state_ble_adv 
-0x633f 026066 branch app_ble_start_adv 
-:      026068 shutter_soft_swtich_power_on:
-:      026069 shutter_start_reconnect:
-0x6340 026070 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x6341 026071 rtnne ss_state_power_on 
-:      026075 ble_shutter_start_reconnect:
-0x6342 026076 fetch 2 ,mem_ble_shutter_reconn_timer 
-0x6343 026077 fetcht 2 ,mem_ble_shutter_reconn_timeout 
-0x6344 026078 storet 2 ,mem_ble_shutter_reconn_timer 
-0x6345 026079 nrtn blank 
-0x6346 026080 fetch 2 ,mem_ble_shutter_reconn_adv_interval 
-0x6347 026081 call shutter_ble_adv_interval_set 
-0x6348 026082 call app_led_start_blink 
-0x6349 026083 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
-0x634a 026084 store 4 ,mem_shutter_led_struct_app_led_on_time 
-0x634b 026085 fetch 2 ,mem_ui_state_map 
-0x634c 026086 rtnbit1 ui_state_ble_adv 
-0x634d 026087 branch app_ble_start_adv 
-:      026089 shutter_disconnect_current_connection:
-0x634e 026090 fetch 2 ,mem_ui_state_map 
-0x634f 026091 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x6350 026092 branch shutter_stop_bluetooth_discovery 
-:      026096 shutter_check_data_enable:
-0x6351 026097 call disable_user 
-0x6352 026098 fetch 2 ,mem_ui_state_map 
-0x6353 026099 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
-0x6354 026100 rtn 
-:      026102 shutter_check_ble_data_enable:
-0x6355 026103 fetch 1 ,mem_ble_shutter_enable_notify 
-0x6356 026104 rtn blank 
-0x6357 026105 branch enable_user 
-:      026110 shutter_check_bluetooth_conn:
-0x6358 026111 call disable_user 
-0x6359 026112 fetch 2 ,mem_ui_state_map 
-0x635a 026113 rtnbit1 ui_state_ble_connected 
-0x635b 026114 branch enable_user 
-:      026118 shutter_change_bluetooth_status_bt_disconn:
-:      026122 ble_shutter_change_bluetooth_status_bt_disconn:
-0x635c 026123 branch shutter_start_reconnect 
-:      026127 shutter_check_send_data:
-0x635d 026128 disable user2 
-0x635e 026129 fetch 2 ,mem_shutter_sleep_timeout 
-0x635f 026130 store 2 ,mem_shutter_sleep_timer 
-0x6360 026132 call shutter_check_bluetooth_conn 
-0x6361 026133 branch shutter_change_bluetooth_status_bt_disconn ,user 
-0x6362 026135 call shutter_check_data_enable 
-0x6363 026136 nrtn user 
-0x6364 026137 branch enable_user2 
-:      026141 shutter_key_change:
-0x6365 026142 call shutter_check_send_data 
-0x6366 026143 nrtn user2 
-0x6367 026144 deposit rega 
-0x6368 026145 branch shutter_key_release ,blank 
-:      026146 shutter_key_press:
-0x6369 026147 call app_led_on 
-0x636a 026148 arg mem_key0_press ,regc 
-0x636b 026149 branch push_queue_press_or_release 
-:      026151 shutter_key_release:
-0x636c 026152 call app_led_off 
-0x636d 026153 arg mem_key0_release ,regc 
-:      026155 push_queue_press_or_release:
-0x636e 026156 arg max_queue_num ,pdata 
-0x636f 026157 imul32 queue ,pdata 
-0x6370 026158 iadd regc ,regc 
-:      026161 push_buffer_in_queue:
-0x6371 026162 ifetch 1 ,regc 
-0x6372 026163 rtn blank 
-0x6373 026164 call queue_push_one_byte 
-0x6374 026165 increase 1 ,regc 
-0x6375 026166 branch push_buffer_in_queue 
-:      026169 shutter_send_data_to_master:
-0x6376 026170 fetch 2 ,mem_ui_state_map 
-0x6377 026171 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
-0x6378 026172 rtn 
-:      026174 pop_queue_to_ble_data:
-0x6379 026175 call le_fifo_check_nearly_full 
-0x637a 026176 nrtn blank 
-0x637b 026177 call queue_pop_one_byte 
-0x637c 026178 nrtn user 
-0x637d 026179 pincrease -1 
-0x637e 026180 mul32 pdata ,shutter_ble_data_buffer ,pdata 
-0x637f 026181 arg mem_ble_data_buffer1 ,temp 
-0x6380 026182 iadd temp ,contr 
-0x6381 026183 branch le_send_notify_from_list 
-:      026187 queue_push_one_byte:
-0x6382 026188 store 1 ,mem_pdatatemp 
-0x6383 026189 arg mem_pdatatemp ,rega 
-0x6384 026190 branch queue_push 
-:      026192 queue_pop_one_byte:
-0x6385 026193 arg mem_pdatatemp ,rega 
-0x6386 026194 call queue_pop 
-0x6387 026195 nrtn user 
-0x6388 026196 fetch 1 ,mem_pdatatemp 
-0x6389 026197 rtn 
-:      026200 ble_shutter_receive_data:
-0x638a 026201 fetch 2 ,mem_le_att_handle 
-0x638b 026202 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
-0x638c 026203 rtn 
-:      026205 shutter_init_param:
-0x638d 026206 jam 0x02 ,mem_shutter_power_off_timeout 
-0x638e 026208 setarg 0x00200008 
-0x638f 026209 store 4 ,mem_ble_shutter_interval_min 
-0x6390 026210 setarg 0x012c0005 
-0x6391 026211 istore 4 ,contw 
-0x6392 026214 jam 0x17 ,mem_le_local_mtu 
-0x6393 026217 setarg 0x1b 
-0x6394 026218 store 2 ,mem_le_pairing_handle 
-0x6395 026219 branch le_set_fixed_ltk_justwork 
-:      026222 shutter_load_buffer_config_form_datarom:
-0x6396 026224 arg ble_key_value_list_size ,loopcnt 
-0x6397 026225 arg mem_ble_data_buffer1 ,contw 
-0x6398 026226 arg ble_shutter_key_value_list_addr ,contr 
-0x6399 026227 branch memcpy_fast 
-:      026247 shutter_soft_swtich_power_off:
-0x639a 026248 arg 0 ,rega 
-0x639b 026249 arg mem_shutter_power_off_led_style ,regc 
-0x639c 026250 call ui_led_set_style_global 
-0x639d 026251 call shutter_disconnect_current_connection 
-:      026252 shutter_wait_power_off:
-0x639e 026253 fetch 1 ,mem_shutter_power_off_timeout 
-0x639f 026254 store 1 ,mem_shutter_power_off_timer 
-0x63a0 026255 rtn 
-:      026259 ui_soft_swtich_init:
-0x63a1 026260 setarg ss_state_power_up 
-0x63a2 026261 call ui_soft_swtich_init_power_on_time 
-0x63a3 026262 jam ui_button_state_up ,mem_ui_button_last_state 
-0x63a4 026263 call ui_button_init 
-0x63a5 026264 call ui_button_polling 
-:      026265 ui_soft_switch_first_power_on:
-0x63a6 026266 fetch 1 ,mem_shutter_soft_switch_first_power_on 
-0x63a7 026267 branch ui_soft_swtich_init_next ,blank 
-0x63a8 026268 fetch 1 ,core_lpm_isogate 
-0x63a9 026269 bbit1 cold_wake ,ui_soft_switch_power_on 
-:      026270 ui_soft_swtich_init_next:
-0x63aa 026271 fetch 2 ,mem_ui_state_map 
-0x63ab 026272 rtnbit1 ui_state_btn_down 
-0x63ac 026273 branch app_enter_hibernate 
-:      026275 ui_soft_swtich_init_power_on_time:
-0x63ad 026276 fetcht 2 ,mem_power_param_ptr 
-0x63ae 026277 istore 1 ,temp 
-0x63af 026278 ifetch 1 ,contw 
-0x63b0 026279 store 1 ,mem_ui_button_timeout 
-0x63b1 026280 rtn 
-:      026283 ui_soft_switch_botton_up:
-0x63b2 026284 fetch 2 ,mem_power_param_ptr 
-0x63b3 026285 ifetch 1 ,pdata 
-0x63b4 026286 rtnne ss_state_power_up 
-0x63b5 026287 branch app_enter_hibernate 
-:      026290 ui_soft_switch_botton_long_press:
-0x63b6 026291 fetcht 2 ,mem_power_param_ptr 
-0x63b7 026292 ifetch 1 ,temp 
-0x63b8 026293 beq ss_state_power_on ,ui_soft_switch_power_off 
-:      026294 ui_soft_switch_power_on:
-0x63b9 026295 setarg ss_state_power_on 
-0x63ba 026296 fetcht 2 ,mem_power_param_ptr 
-0x63bb 026297 istore 1 ,temp 
-0x63bc 026298 add temp ,ss_power_off_time ,contr 
-0x63bd 026299 ifetch 1 ,contr 
-0x63be 026300 istore 1 ,mem_ui_button_timeout 
-0x63bf 026301 ifetch 2 ,contr 
-0x63c0 026302 branch callback_func 
-:      026304 ui_soft_switch_power_off:
-0x63c1 026305 setarg ss_state_power_off 
-0x63c2 026306 call ui_soft_swtich_init_power_on_time 
-0x63c3 026307 add temp ,ss_power_off_cb ,contr 
-0x63c4 026308 ifetch 2 ,contr 
-0x63c5 026309 branch app_enter_hibernate ,blank 
-0x63c6 026310 branch callback_func 
-:      026315 shutter_ble_adv_interval_set:
-0x63c7 026316 store 2 ,mem_lpm_interval 
-0x63c8 026317 increase -4 ,pdata 
-0x63c9 026318 store 2 ,mem_le_adv_interval 
-0x63ca 026319 rtn 
-:      026321 le_send_notify_from_list:
-0x63cb 026322 ifetch 1 ,contr 
-0x63cc 026323 copy pdata ,rega 
-0x63cd 026324 ifetcht 2 ,contr 
-0x63ce 026325 call store_contr 
-0x63cf 026326 call le_att_malloc_tx_notify 
-0x63d0 026327 copy rega ,loopcnt 
-0x63d1 026328 call get_contr 
-0x63d2 026329 branch memcpy 
-:      026331 shutter_le_uuid_table_conf:
-0x63d3 026332 setarg ble_shutter_gatt_list_addr 
-0x63d4 026333 store 2 ,mem_ui_le_uuid_table 
-0x63d5 026334 rtn 
-:      026336 shutter_dy_le_uuid_table_conf:
-0x63d6 026337 setarg mem_shutter_le_uuid_sup 
-0x63d7 026338 store 2 ,mem_ui_le_uuid_table 
-0x63d8 026339 rtn 
-:      026342 shutter_default_init:
-0x63d9 026343 fetch 2 ,mem_shutter_key_conf0_temp 
-0x63da 026344 store 2 ,mem_shutter_key_conf0 
-0x63db 026345 fetch 1 ,mem_shutter_led_struct_app_led_gpio_temp 
-0x63dc 026346 store 1 ,mem_shutter_led_struct_app_led_gpio 
-0x63dd 026347 store 1 ,mem_shutter_power_off_led_style_gpio 
-0x63de 026348 fetch 1 ,mem_shutter_hard_soft_switch_case_temp 
-0x63df 026349 store 1 ,mem_shutter_hard_soft_switch_case 
-0x63e0 026350 fetch 1 ,mem_shutter_soft_switch_button_gpio_temp 
-0x63e1 026351 store 1 ,mem_shutter_soft_switch_button_gpio 
-0x63e2 026357 setarg 0x0002 
-0x63e3 026358 store 2 ,mem_key0_press 
-0x63e4 026359 store 2 ,mem_key1_press 
-0x63e5 026360 setarg 0x0006 
-0x63e6 026361 store 2 ,mem_key0_release 
-0x63e7 026362 store 2 ,mem_key1_release 
-0x63e8 026363 setarg 0x0007 
-0x63e9 026364 store 2 ,mem_key2_press 
-0x63ea 026365 setarg 0x0008 
-0x63eb 026366 store 2 ,mem_key2_release 
-0x63ec 026367 setarg mem_shutter_soft_switch_power_state 
-0x63ed 026368 store 2 ,mem_power_param_ptr 
-0x63ee 026369 setarg 0x201400 
-0x63ef 026370 store 3 ,mem_shutter_soft_switch_power_state 
-0x63f0 026371 jam 0x01 ,mem_lpm_mode 
-0x63f1 026372 setarg 0x0100 
-0x63f2 026373 store 2 ,mem_lpm_interval 
-0x63f3 026374 jam 0x08 ,mem_lpm_overhead 
-0x63f4 026375 jam 0x05 ,mem_lpm_mult 
-0x63f5 026376 jam 0x02 ,mem_lpm_mult_timeout 
-0x63f6 026377 setarg 0x0096 
-0x63f7 026378 store 2 ,mem_ble_shutter_reconn_blink_on_time 
-0x63f8 026379 istore 2 ,contw 
-0x63f9 026380 setarg 0x0296 
-0x63fa 026381 store 2 ,mem_ble_shutter_discovery_blink_on_time 
-0x63fb 026382 istore 2 ,contw 
-0x63fc 026383 setsect 0 ,0x10 
-0x63fd 026384 setsect 1 ,0x8008 
-0x63fe 026385 setsect 2 ,0x2c000 
-0x63ff 026386 setsect 3 ,0x04 
-0x6400 026387 store 8 ,mem_ble_shutter_interval_min_new 
-0x6401 026388 jam 0x01 ,mem_ui_led_struct_num 
-0x6402 026389 setarg mem_shutter_led_struct_app_led 
-0x6403 026390 store 2 ,mem_ui_led_struct_ptr 
-0x6404 026391 setarg 0x0000 
-0x6405 026392 store 2 ,mem_shutter_led_struct_app_led 
-0x6406 026393 setsect 0 ,0x1a0 
-0x6407 026394 setsect 1 ,0x68 
-0x6408 026395 setsect 2 ,0x00 
-0x6409 026396 setsect 3 ,0x00 
-0x640a 026397 store 8 ,mem_shutter_led_struct_app_led_on_time 
-0x640b 026398 setarg 0x0301 
-0x640c 026399 store 2 ,mem_shutter_power_off_led_style 
-0x640d 026400 setsect 0 ,0x1a0 
-0x640e 026401 setsect 1 ,0xe8 
-0x640f 026402 setsect 2 ,0x00 
-0x6410 026403 setsect 3 ,0x00 
-0x6411 026404 store 8 ,mem_shutter_power_off_led_style_on_time 
-0x6412 026405 setarg 0x000e 
-0x6413 026406 store 2 ,mem_ble_shutter_reconn_adv_interval 
-0x6414 026407 setarg 0x0140 
-0x6415 026408 store 2 ,mem_ble_shutter_discovery_adv_interval 
-0x6416 026409 store 2 ,mem_le_adv_interval 
-0x6417 026410 setarg 0x0050 
-0x6418 026411 store 2 ,mem_ble_shutter_reconn_timeout 
-0x6419 026412 jam 0x07 ,mem_le_adv_channel_map 
-0x641a 026413 jam 0x00 ,mem_le_adv_enable 
-0x641b 026414 setsect 0 ,0xfb 
-0x641c 026415 setsect 1 ,0x2c212 
-0x641d 026416 setsect 2 ,0x800f 
-0x641e 026417 setsect 3 ,0x21 
-0x641f 026418 store 8 ,mem_local_rx_max_octets 
-0x6420 026419 setsect 0 ,0x0bb8 
-0x6421 026420 setsect 1 ,0x02ee 
-0x6422 026421 store 4 ,mem_ble_shutter_discovery_timeout 
-0x6423 026422 setarg mem_queue_each_size 
-0x6424 026423 store 2 ,mem_queue_ptr 
-0x6425 026424 setarg 0x2001 
-0x6426 026425 store 2 ,mem_queue_each_size 
-0x6427 026426 jam 0x1f ,mem_le_adv_data_len 
-0x6428 026427 setsect 0 ,0x10102 
-0x6429 026428 setsect 1 ,0x80c1 
-0x642a 026429 setsect 2 ,0x18120 
-0x642b 026430 setsect 3 ,0x640c 
-0x642c 026431 store 9 ,mem_le_adv_data 
-0x642d 026432 setsect 0 ,0x3c1 
-0x642e 026433 istore 2 ,contw 
-0x642f 026434 jam 0x1f ,mem_le_scan_data_len 
-0x6430 026435 setsect 0 ,0x2090d 
-0x6431 026436 setsect 1 ,0x34c15 
-0x6432 026437 setsect 2 ,0x28532 
-0x6433 026438 setsect 3 ,0x1d1d5 
-0x6434 026439 store 9 ,mem_le_scan_data 
-0x6435 026440 setsect 0 ,0x26574 
-0x6436 026441 setsect 1 ,0x1c 
-0x6437 026442 istore 3 ,contw 
-0x6438 026443 setarg mem_shutter_keyscan 
-0x6439 026444 store 2 ,mem_keyscan_ptr 
-0x643a 026445 jam 0x02 ,mem_shutter_key_num 
-0x643b 026446 setarg mem_shutter_nv_data 
-0x643c 026447 store 2 ,mem_nv_data_ptr 
-0x643d 026448 jam 0x05 ,mem_nv_data_number 
-0x643e 026449 fetch 1 ,mem_shutter_dy_conf 
-0x643f 026450 beq shutter_type ,shutter_le_uuid_table_conf 
-0x6440 026451 beq shutter_dy_type ,shutter_dy_le_uuid_table_conf 
-0x6441 026452 rtn 
-:      026464 shutter_dy_6_key_conf:
-0x6442 026466 fetch shutter_six_key ,mem_shutter_dy_key_conf 
-0x6443 026467 store shutter_six_key ,mem_shutter_key_conf0 
-0x6444 026468 jam shutter_six_key ,mem_shutter_key_num 
-0x6445 026469 setarg mem_shutter_key_num 
-0x6446 026470 store 2 ,mem_keyscan_ptr 
-0x6447 026471 rtn 
-:      026473 shutter_dy_7_key_conf:
-0x6448 026475 fetch shutter_seven_key ,mem_shutter_dy_key_conf 
-0x6449 026476 store shutter_seven_key ,mem_shutter_key_conf0 
-0x644a 026477 jam shutter_seven_key ,mem_shutter_key_num 
-0x644b 026478 setarg mem_shutter_key_num 
-0x644c 026479 store 2 ,mem_keyscan_ptr 
-0x644d 026480 rtn 
-:      026482 shutter_dy_8_key_conf:
-0x644e 026484 fetch shutter_eight_key ,mem_shutter_dy_key_conf 
-0x644f 026485 store shutter_eight_key ,mem_shutter_key_conf0 
-0x6450 026486 jam shutter_eight_key ,mem_shutter_key_num 
-0x6451 026487 setarg mem_shutter_key_num 
-0x6452 026488 store 2 ,mem_keyscan_ptr 
-0x6453 026489 rtn 
-:      026491 shutter_dy_key_conf:
-0x6454 026492 fetch 1 ,mem_shutter_key_num_conf 
-0x6455 026493 beq shutter_six_key ,shutter_dy_6_key_conf 
-0x6456 026494 beq shutter_seven_key ,shutter_dy_7_key_conf 
-0x6457 026495 beq shutter_eight_key ,shutter_dy_8_key_conf 
-0x6458 026496 rtn 
-:      026498 shutter_dy_adv_conf:
-0x6459 026499 bpatch patch14_1 ,mem_patch14 
-0x645a 026501 fetch 8 ,mem_shutter_ble_discovery_time_conf 
-0x645b 026502 store 8 ,mem_ble_shutter_discovery_timeout 
-0x645c 026503 setarg 0x0096 
-0x645d 026504 store 2 ,mem_ble_shutter_reconn_timeout 
-0x645e 026506 fetch 7 ,mem_shutter_led_on_light_dark_led_conf 
-0x645f 026507 store 7 ,mem_shutter_led_struct_app_led 
-0x6460 026508 fetch 7 ,mem_shutter_led_off_light_dark_led_conf 
-0x6461 026509 store 7 ,mem_shutter_power_off_led_style 
-0x6462 026511 fetch 4 ,mem_shutter_reconn_blink_on_time_conf 
-0x6463 026512 store 4 ,mem_ble_shutter_reconn_blink_on_time 
-0x6464 026513 fetch 4 ,mem_shutter_discovery_blink_on_time_conf 
-0x6465 026514 store 4 ,mem_ble_shutter_discovery_blink_on_time 
-0x6466 026516 setarg 0x000e 
-0x6467 026517 store 2 ,mem_ble_shutter_reconn_adv_interval 
-0x6468 026518 setarg 0x0140 
-0x6469 026519 store 2 ,mem_ble_shutter_discovery_adv_interval 
-0x646a 026520 store 2 ,mem_le_adv_interval 
-0x646b 026527 fetch 8 ,mem_ble_shutter_dy_interval_min_new 
-0x646c 026528 store 8 ,mem_ble_shutter_interval_min_new 
-0x646d 026529 rtn 
-:      026533 shutter_dy_init:
-0x646e 026534 call enable_authrom 
-0x646f 026535 rtn wake 
-0x6470 026537 call shutter_dy_key_conf 
-0x6471 026538 call shutter_dy_adv_conf 
-0x6472 026541 setarg shutter_dy_process_idle 
-0x6473 026542 store 2 ,mem_cb_idle_process 
-0x6474 026544 setarg shutter_dy_process_bb_event 
-0x6475 026545 store 2 ,mem_cb_bb_event_process 
-0x6476 026547 setarg ble_shutter_dy_receive_data 
-0x6477 026548 store 2 ,mem_cb_att_write 
-0x6478 026550 setarg shutter_dy_le_bb_event_timer 
-0x6479 026551 store 2 ,mem_cb_event_timer 
-0x647a 026553 setarg shutter_dy_key_change 
-0x647b 026554 store 2 ,mem_cb_shutter_keycan 
-0x647c 026556 call shutter_common_init 
-0x647d 026558 fetch 2 ,mem_shutter_le_pairing_handle 
-0x647e 026559 store 2 ,mem_le_pairing_handle 
-0x647f 026560 fetch 8 ,mem_ble_shutter_interval_min_new 
-0x6480 026561 store 8 ,mem_ble_shutter_interval_min 
-0x6481 026562 call shutter_dy_iphone_every_move_max_set 
-0x6482 026563 bpatch patch14_2 ,mem_patch14 
-0x6483 026564 branch shutter_power_switch 
-:      026567 shutter_dy_process_idle:
-0x6484 026568 call shutter_dy_shutter_send_data_to_master 
-0x6485 026569 arg key_scan_timer ,queue 
-0x6486 026570 call timer_check 
-0x6487 026571 nrtn blank 
-0x6488 026572 setarg 0x20 
-0x6489 026573 arg key_scan_timer ,queue 
-0x648a 026574 call timer_init 
-0x648b 026575 disable user 
-0x648c 026576 call keyscan_process_lpm_before 
-0x648d 026577 branch shutter_dy_keyscan_key_process 
-:      026579 shutter_dy_iphone_every_move_max_set:
-0x648e 026580 setarg 0x1f 
-0x648f 026581 mul32 pdata ,every_payload_len ,pdata 
-0x6490 026582 arg mem_shutter_mousekey_value_list ,temp 
-0x6491 026583 iadd temp ,rega 
-0x6492 026584 increase 3 ,rega 
-0x6493 026585 arg iphone_once_max_move_value ,temp 
-0x6494 026586 istoret 1 ,rega 
-0x6495 026587 increase 11 ,rega 
-0x6496 026588 arg 0xfff ,pdata 
-0x6497 026589 isub temp ,pdata 
-0x6498 026590 lshift4 pdata ,pdata 
-0x6499 026591 istore 2 ,rega 
-0x649a 026592 rtn 
-:      026594 shutter_dy_shutter_send_data_to_master:
-0x649b 026595 fetch 2 ,mem_ui_state_map 
-0x649c 026596 bbit1 ui_state_ble_connected ,shutter_dy_pop_queue_to_ble_data 
-0x649d 026597 arg mem_queue_curr_num ,contw 
-0x649e 026598 arg 35 ,loopcnt 
-0x649f 026599 branch clear_mem 
-:      026601 shutter_dy_pop_queue_to_ble_data:
-0x64a0 026602 call le_fifo_check_nearly_full 
-0x64a1 026603 nrtn blank 
-0x64a2 026604 call queue_empty 
-0x64a3 026605 rtn blank 
-0x64a4 026606 fetcht 4 ,mem_key_send_clk 
-0x64a5 026607 copy clkn_bt ,pdata 
-0x64a6 026608 isub temp ,temp 
-0x64a7 026609 rtn zero 
-0x64a8 026610 nbranch shutter_dy_pop_queue_to_ble_data2 ,positive 
-0x64a9 026611 fetch 1 ,mem_send_data_delay 
-0x64aa 026612 isub temp ,null 
-0x64ab 026613 rtn positive 
-:      026614 shutter_dy_pop_queue_to_ble_data2:
-0x64ac 026615 copy clkn_bt ,pdata 
-0x64ad 026616 store 4 ,mem_key_send_clk 
-0x64ae 026617 call queue_pop_one_byte 
-0x64af 026618 nrtn user 
-0x64b0 026619 pincrease -1 
-0x64b1 026620 mul32 pdata ,10 ,pdata 
-0x64b2 026621 arg mem_shutter_mousekey_value_list ,temp 
-0x64b3 026622 iadd temp ,contr 
-0x64b4 026623 branch le_send_notify_from_list 
-:      026626 shutter_dy_le_bb_event_timer:
-0x64b5 026627 call shutter_dy_shutter_1s_timer 
-0x64b6 026628 call shutter_dy_link_key_loop_timer 
-0x64b7 026629 call shutter_dy_long_key_volume_timer 
-0x64b8 026630 call shutter_dy_iphone_move_mid_timer 
-0x64b9 026631 call shutter_dy_clear_key_state_timer 
-0x64ba 026632 call shutter_check_sleep_timer 
-0x64bb 026633 branch shutter_dy_check_power_off_timer 
-:      026635 shutter_dy_iphone_move_mid_timer:
-0x64bc 026636 arg mem_shutter_move_mid_timer ,regc 
-0x64bd 026637 arg shutter_dy_iphone_move_mid_timeout ,regb 
-0x64be 026638 branch timer_single_step 
-:      026640 shutter_dy_iphone_move_mid_timeout:
-0x64bf 026641 call queue_empty 
-0x64c0 026642 nrtn blank 
-0x64c1 026643 fetch 2 ,mem_key_value_xmem 
-0x64c2 026644 nrtn blank 
-:      026645 shutter_dy_iphone_move_mid:
-0x64c3 026646 call shutter_dy_check_iphone 
-0x64c4 026647 branch shutter_dy_android_like_loaction_mid ,blank 
-0x64c5 026648 copy queue ,pdata 
-0x64c6 026649 compare 0x04 ,pdata ,0x07 
-0x64c7 026650 branch shutter_dy_iphone_up_mid ,true 
-0x64c8 026652 copy queue ,pdata 
-0x64c9 026653 compare 0x01 ,pdata ,0x07 
-0x64ca 026654 branch shutter_dy_iphone_like_mid ,true 
-0x64cb 026655 arg mem_shutter_iphone_move_mid ,regc 
-0x64cc 026656 branch push_buffer_in_queue 
-:      026658 shutter_dy_android_like_loaction_mid:
-0x64cd 026659 arg mem_shutter_android_move_mid ,regc 
-0x64ce 026660 branch push_buffer_in_queue 
-:      026662 shutter_dy_iphone_up_mid:
-0x64cf 026663 arg mem_shutter_iphone_up_mid ,regc 
-0x64d0 026664 branch push_buffer_in_queue 
-:      026666 shutter_dy_iphone_like_mid:
-0x64d1 026667 arg mem_shutter_iphone_like_mid ,regc 
-0x64d2 026668 branch push_buffer_in_queue 
-:      026670 shutter_dy_clear_key_state_timer:
-0x64d3 026671 arg mem_shutter_like_timeout ,regc 
-0x64d4 026672 arg shutter_dy_clear_key_state_timeout ,regb 
-0x64d5 026673 branch timer_single_step 
-:      026675 shutter_dy_clear_key_state_timeout:
-0x64d6 026676 arg shutter_key_conf_sate_bytes ,loopcnt 
-0x64d7 026677 arg mem_shutter_key_state1 ,contw 
-0x64d8 026678 branch clear_mem 
-:      026681 shutter_dy_check_power_off_timer:
-0x64d9 026682 arg mem_shutter_power_off_timer ,regc 
-0x64da 026683 arg shutter_dy_check_power_off_timeout ,regb 
-0x64db 026684 branch timer_single_step 
-:      026685 shutter_dy_check_power_off_timeout:
-0x64dc 026686 fetch 2 ,mem_ui_state_map 
-0x64dd 026687 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
-0x64de 026688 branch app_enter_hibernate 
-:      026690 shutter_dy_process_bb_event:
-0x64df 026691 copy regc ,pdata 
-0x64e0 026692 beq bt_evt_le_connected ,ble_shutter_dy_process_baseband_connect 
-0x64e1 026693 beq bt_evt_le_disconnected ,ble_shutter_dy_process_baseband_disconnect 
-0x64e2 026694 beq bt_evt_le_pairing_success ,ble_shutter_dy_pairing_success 
-0x64e3 026695 rtneq bt_evt_le_parse_conn_papa_update_rsp 
-0x64e4 026696 beq bt_evt_le_start_enc ,shutter_dy_le_find_service_hand_by_uuid 
-0x64e5 026697 branch shutter_process_bb_event 
-:      026699 ble_shutter_dy_pairing_success:
-0x64e6 026700 jam 1 ,mem_shutter_pairing_success 
-0x64e7 026701 call shutter_dy_clear_move_config 
-0x64e8 026703 fetch 2 ,mem_android_initial_move_x 
-0x64e9 026704 store 2 ,mem_shutter_move_data_x 
-0x64ea 026706 fetcht 2 ,mem_android_initial_move_y 
-0x64eb 026707 setarg 0xfff 
-0x64ec 026708 isub temp ,pdata 
-0x64ed 026709 store 2 ,mem_shutter_move_data_y 
-0x64ee 026710 rtn 
-:      026712 ble_shutter_dy_process_baseband_disconnect:
-0x64ef 026713 jam 0 ,mem_shutter_le_conned 
-0x64f0 026714 jam 0 ,mem_shutter_pairing_success 
-0x64f1 026715 call shutter_dy_move_mode_disable 
-0x64f2 026716 call shutter_dy_over_clear 
-0x64f3 026717 branch ble_shutter_process_baseband_disconnect 
-:      026719 ble_shutter_dy_process_baseband_connect:
-0x64f4 026720 copy clkn_bt ,pdata 
-0x64f5 026721 store 4 ,mem_key_send_clk 
-0x64f6 026722 call shutter_dy_remote_not_iphone 
-0x64f7 026723 branch ble_shutter_process_baseband_connect 
-:      026726 shutter_dy_check_send_data:
-0x64f8 026727 disable user2 
-0x64f9 026728 fetch 2 ,mem_shutter_sleep_timeout 
-0x64fa 026729 store 2 ,mem_shutter_sleep_timer 
-0x64fb 026730 call shutter_check_bluetooth_conn 
-0x64fc 026731 branch shutter_change_bluetooth_status_bt_disconn ,user 
-0x64fd 026732 call shutter_check_data_enable 
-0x64fe 026733 nrtn user 
-0x64ff 026734 branch enable_user2 
-:      026736 shutter_dy_over_clear:
-0x6500 026737 jam 0 ,mem_last_press_key_value 
-0x6501 026738 rtn 
-:      026740 shutter_dy_key_value_filter:
-0x6502 026741 copy queue ,pdata 
-0x6503 026742 rtnne shutter_like_key_num 
-0x6504 026743 branch shutter_dy_key_press_next 
-:      026745 shutter_dy_key_change:
-0x6505 026746 call shutter_dy_check_send_data 
-0x6506 026747 nrtn user2 
-0x6507 026748 deposit rega 
-0x6508 026749 branch shutter_dy_shutter_key_release ,blank 
-:      026750 shutter_dy_key_press:
-0x6509 026751 bpatch patch14_3 ,mem_patch14 
-0x650a 026752 fetch 1 ,mem_shutter_link_loop_flag 
-0x650b 026753 nbranch shutter_dy_key_value_filter ,blank 
-:      026754 shutter_dy_key_press_next:
-0x650c 026755 jam 1 ,mem_shutter_key_pressed 
-0x650d 026756 call app_led_on 
-0x650e 026757 call shutter_dy_key_press_clk 
-0x650f 026758 call shutter_dy_jude_queue_size 
-0x6510 026759 branch shutter_dy_over_clear ,positive 
-0x6511 026760 copy queue ,pdata 
-0x6512 026761 fetcht 1 ,mem_last_press_key_value 
-0x6513 026762 isub temp ,null 
-0x6514 026763 ncall shutter_dy_iphone_check_move_mid ,zero 
-0x6515 026764 copy queue ,pdata 
-0x6516 026765 store 1 ,mem_last_press_key_value 
-0x6517 026766 fetcht 1 ,mem_move_mode_key_index 
-0x6518 026767 isub temp ,null 
-0x6519 026768 branch shutter_dy_key_move_to_specify_location ,zero 
-0x651a 026769 fetch 1 ,mem_move_mode_trigger_enable 
-0x651b 026770 nbranch shutter_dy_move_set ,blank 
-:      026771 shutter_dy_page_set:
-0x651c 026772 call shutter_dy_le_get_press_ptr 
-0x651d 026773 arg max_queue_new_press ,pdata 
-0x651e 026774 branch shutter_dy_push_queue_press_or_release 
-:      026776 shutter_dy_move_set:
-0x651f 026777 call shutter_dy_jude_clear_move_config 
-0x6520 026778 copy queue ,pdata 
-0x6521 026779 beq shutter_like_key_num ,shutter_dy_page_set 
-0x6522 026780 call shutter_dy_check_move_data 
-0x6523 026781 branch shutter_dy_move_to_specify_location 
-:      026783 shutter_dy_key_move_to_specify_location:
-0x6524 026784 jam 1 ,mem_shutter_first_move 
-0x6525 026785 branch shutter_dy_move_to_specify_location 
-:      026787 shutter_dy_iphone_check_move_mid:
-0x6526 026788 bpatch patch14_4 ,mem_patch14 
-0x6527 026789 fetch 1 ,mem_move_mode_trigger_enable 
-0x6528 026790 branch shutter_dy_iphone_move_mid ,blank 
-0x6529 026791 copy queue ,pdata 
-0x652a 026792 beq shutter_like_key_num ,shutter_dy_iphone_move_mid 
-0x652b 026793 rtn 
-:      026794 shutter_dy_key_press_clk:
-0x652c 026795 arg shutter_key_conf_sate_bytes ,pdata 
-0x652d 026796 imul32 queue ,pdata 
-0x652e 026797 arg mem_shutter_key_state0 ,regc 
-0x652f 026798 iadd regc ,regc 
-0x6530 026799 copy clkn_bt ,pdata 
-0x6531 026800 istore key_state_press_clk_length ,regc 
-0x6532 026801 increase key_state_press_count_offset ,regc 
-0x6533 026802 ifetch 1 ,regc 
-0x6534 026803 increase 1 ,pdata 
-0x6535 026804 istore 1 ,regc 
-0x6536 026805 rtn 
-:      026806 shutter_dy_shutter_key_release:
-0x6537 026807 bpatch patch14_5 ,mem_patch14 
-0x6538 026808 fetch 1 ,mem_move_mode_trigger_enable 
-0x6539 026809 call shutter_dy_key_release_led ,blank 
-:      026810 shutter_dy_shutter_key_release_time:
-0x653a 026811 arg shutter_key_conf_sate_bytes ,pdata 
-0x653b 026812 imul32 queue ,pdata 
-0x653c 026813 arg mem_shutter_key_state0 ,regc 
-0x653d 026814 iadd regc ,regc 
-0x653e 026815 ifetcht 4 ,regc 
-0x653f 026816 sub temp ,0 ,null 
-0x6540 026817 rtn zero 
-0x6541 026818 copy clkn_bt ,pdata 
-0x6542 026819 isub temp ,temp 
-0x6543 026820 ncall ui_timer_timeout ,positive 
-0x6544 026821 add regc ,key_state_longpress_offset ,contr 
-0x6545 026822 ifetch 1 ,contr 
-0x6546 026823 nbranch shutter_dy_push_queue_long_release ,blank 
-0x6547 026824 increase key_state_release_clk_offset ,regc 
-0x6548 026825 copy clkn_bt ,pdata 
-0x6549 026826 istore key_state_release_clk_length ,regc 
-0x654a 026827 rtn 
-:      026829 shutter_dy_key_release_led:
-0x654b 026830 fetch 1 ,mem_shutter_link_loop_flag 
-0x654c 026831 nbranch app_led_on ,blank 
-0x654d 026832 branch app_led_off 
-:      026834 shutter_dy_push_queue_release:
-0x654e 026835 add regc ,4 ,contr 
-0x654f 026836 ifetch 1 ,contr 
-0x6550 026837 branch shutter_dy_push_queue_release1 
-:      026839 shutter_dy_push_queue_release1:
-0x6551 026840 call shutter_clear_dy_key_state 
-0x6552 026841 fetch 1 ,mem_move_mode_trigger_enable 
-0x6553 026842 nbranch shutter_dy_move_mode_queue_release ,blank 
-:      026843 shutter_dy_push_queue_release1_next:
-0x6554 026844 call shutter_dy_jude_queue_size 
-0x6555 026845 branch shutter_dy_over_clear ,positive 
-0x6556 026846 call shutter_dy_le_get_release_ptr 
-0x6557 026847 copy queue ,pdata 
-0x6558 026848 beq shutter_photo_key_num ,shutter_dy_le_get_release_ptr_volume 
-0x6559 026849 arg max_queue_num_release ,pdata 
-:      026850 shutter_dy_push_queue_press_or_release:
-0x655a 026851 imul32 queue ,pdata 
-0x655b 026852 iadd regc ,regc 
-0x655c 026853 branch push_buffer_in_queue 
-:      026855 shutter_dy_move_mode_queue_release:
-0x655d 026856 copy queue ,pdata 
-0x655e 026857 beq shutter_like_key_num ,shutter_dy_push_queue_release1_next 
-0x655f 026858 beq shutter_photo_key_num ,shutter_dy_push_queue_release1_next 
-0x6560 026859 rtn 
-:      026861 shutter_dy_jude_queue_size:
-0x6561 026862 call queue_get_size 
-0x6562 026863 ifetcht 1 ,contr 
-0x6563 026864 isub temp ,pdata 
-0x6564 026865 sub pdata ,max_queue_new_press ,null 
-0x6565 026866 rtn 
-:      026868 shutter_dy_push_queue_long_release:
-0x6566 026869 jam 1 ,mem_shutter_long_key_released_flag 
-0x6567 026870 call shutter_clear_dy_key_state 
-0x6568 026871 arg mem_key0_long_release ,regc 
-0x6569 026872 arg max_queue_num_long_release ,pdata 
-0x656a 026873 branch shutter_dy_push_queue_press_or_release 
-:      026875 shutter_clear_dy_key_state:
-0x656b 026876 arg shutter_key_conf_sate_bytes ,loopcnt 
-0x656c 026877 copy regc ,contw 
-0x656d 026878 branch clear_mem 
-:      026880 shutter_dy_keyscan_key_process:
-0x656e 026881 fetch 2 ,mem_key_value_xmem 
-0x656f 026882 store 2 ,mem_key_value_retention 
-0x6570 026883 call shutter_dy_keyscan_key_process_next 
-0x6571 026884 fetch 2 ,mem_key_value_retention 
-0x6572 026885 store 2 ,mem_key_value_xmem 
-0x6573 026887 arg 0 ,queue 
-0x6574 026888 fetch 1 ,mem_shutter_key_num 
-0x6575 026889 copy pdata ,loopcnt 
-0x6576 026890 arg mem_shutter_key_state0 ,regc 
-:      026891 shutter_dy_keyscan_key_check_release_loop:
-0x6577 026892 copy loopcnt ,pdata 
-0x6578 026893 store 2 ,mem_temp 
-0x6579 026894 copy regc ,pdata 
-0x657a 026895 store 2 ,mem_regc 
-0x657b 026896 copy queue ,pdata 
-0x657c 026897 store 2 ,mem_temp + 2 
-0x657d 026898 call shutter_dy_keyscan_key_check_release 
-0x657e 026900 fetch 2 ,mem_regc 
-0x657f 026901 copy pdata ,regc 
-0x6580 026902 fetch 2 ,mem_temp + 2 
-0x6581 026903 copy pdata ,queue 
-0x6582 026904 call shutter_dy_keyscan_key_check_long_press 
-0x6583 026906 fetch 2 ,mem_temp + 2 
-0x6584 026907 add pdata ,1 ,queue 
-0x6585 026908 fetch 2 ,mem_regc 
-0x6586 026909 add pdata ,shutter_key_conf_sate_bytes ,regc 
-0x6587 026910 fetch 2 ,mem_temp 
-0x6588 026911 copy pdata ,loopcnt 
-0x6589 026912 loop shutter_dy_keyscan_key_check_release_loop 
-0x658a 026913 rtn 
-:      026915 shutter_dy_keyscan_key_check_long_press:
-0x658b 026916 ifetch key_state_press_clk_length ,regc 
-0x658c 026917 rtn blank 
-0x658d 026918 copy pdata ,temp 
-0x658e 026919 copy clkn_bt ,pdata 
-0x658f 026920 isub temp ,temp 
-0x6590 026921 nrtn positive 
-0x6591 026922 setarg 2500 
-0x6592 026923 isub temp ,null 
-0x6593 026924 rtn positive 
-0x6594 026925 copy clkn_bt ,pdata 
-0x6595 026926 istore 4 ,regc 
-0x6596 026927 increase key_state_longpress_offset ,regc 
-0x6597 026928 setarg 1 
-0x6598 026929 istore key_state_longpress_length ,regc 
-0x6599 026930 fetch 1 ,mem_shutter_long_key_released_flag 
-0x659a 026931 rtn blank 
-0x659b 026932 jam 0 ,mem_shutter_long_key_released_flag 
-0x659c 026933 bpatch patch14_6 ,mem_patch14 
-0x659d 026934 call shutter_dy_long_key_function 
-0x659e 026935 fetch 1 ,mem_move_mode_set 
-0x659f 026936 beq move_combine_key ,shutter_dy_key_long_press_set_key_normal 
-0x65a0 026937 beq move_single_key ,shutter_dy_key_long_press_set_move_trigger 
-0x65a1 026938 rtn 
-:      026940 shutter_dy_key_long_press_set_key_normal:
-0x65a2 026941 call shutter_dy_long_press_android_or_ios 
-0x65a3 026942 arg max_queue_num_long ,pdata 
-0x65a4 026943 branch shutter_dy_push_queue_press_or_release 
-:      026945 shutter_dy_key_long_press_set_move_trigger:
-0x65a5 026946 copy queue ,pdata 
-0x65a6 026947 fetcht 1 ,mem_move_mode_key_index 
-0x65a7 026948 isub temp ,null 
-0x65a8 026949 nbranch shutter_dy_key_long_press_set_key_normal ,zero 
-0x65a9 026950 fetch 1 ,mem_move_mode_trigger_enable 
-0x65aa 026951 setflip 0 ,pdata 
-0x65ab 026952 store 1 ,mem_move_mode_trigger_enable 
-0x65ac 026953 nrtn blank 
-:      026954 shutter_dy_move_mode_disable:
-0x65ad 026955 jam 0 ,mem_move_mode_trigger_enable 
-0x65ae 026956 branch app_led_off 
-:      026958 shutter_dy_long_press_android_or_ios:
-0x65af 026959 arg mem_key0_long_press ,regc 
-0x65b0 026960 call shutter_dy_check_iphone 
-0x65b1 026961 rtn blank 
-0x65b2 026962 arg mem_key0_long_press_i ,regc 
-0x65b3 026963 rtn 
-:      026965 shutter_dy_keyscan_key_check_release:
-0x65b4 026966 add regc ,key_state_release_clk_offset ,regb 
-0x65b5 026967 ifetch key_state_release_clk_length ,regb 
-0x65b6 026968 rtn blank 
-0x65b7 026969 copy pdata ,temp 
-0x65b8 026970 copy clkn_bt ,pdata 
-0x65b9 026971 isub temp ,temp 
-0x65ba 026972 ncall ui_timer_timeout ,positive 
-0x65bb 026973 setarg 1000 
-0x65bc 026974 isub temp ,null 
-0x65bd 026975 branch shutter_dy_push_queue_release 
-:      026976 shutter_dy_keyscan_key_process_next:
-0x65be 026977 fetch 2 ,mem_key_num_ptr 
-0x65bf 026978 ifetch 1 ,pdata 
-0x65c0 026979 rtn blank 
-0x65c1 026981 setarg 0 
-0x65c2 026982 store 2 ,mem_key_value_temp 
-0x65c3 026983 call keyscan_scan_key 
-0x65c4 026984 nbranch lpm_button_clean_wake_lock ,user 
-0x65c5 026985 call lpm_button_get_wake_lock 
-0x65c6 026986 disable user 
-0x65c7 026987 fetch 1 ,mem_le_adv_enable 
-0x65c8 026988 nrtn blank 
-0x65c9 026989 bpatch patch14_7 ,mem_patch14 
-0x65ca 026990 fetch 1 ,mem_move_mode_set 
-0x65cb 026991 beq move_single_key ,shutter_dy_skip_check_combine_key 
-0x65cc 026992 call shutter_dy_check_combine_key_release 
-0x65cd 026993 call shutter_dy_check_combine_key 
-0x65ce 026994 rtn user 
-:      026995 shutter_dy_skip_check_combine_key:
-0x65cf 026996 call shutter_dy_single_key_led 
-0x65d0 026997 fetch 2 ,mem_key_value_temp 
-0x65d1 026998 store 2 ,mem_key_value_temp4 
-0x65d2 026999 jam 0 ,mem_key_value_temp6 
-0x65d3 027000 force 0 ,queue 
-0x65d4 027001 branch keyscan_key_lp1 
-:      027003 shutter_dy_single_key_led:
-0x65d5 027004 fetch 1 ,mem_last_press_key_value 
-0x65d6 027005 fetcht 1 ,mem_move_mode_key_index 
-0x65d7 027006 isub temp ,null 
-0x65d8 027007 branch app_led_on ,zero 
-0x65d9 027008 fetch 1 ,mem_move_mode_trigger_enable 
-0x65da 027009 nbranch app_led_off ,blank 
-0x65db 027010 rtn 
-:      027012 shutter_dy_check_combine_key:
-0x65dc 027013 arg 0 ,queue 
-:      027014 shutter_dy_check_combine_key_loop:
-0x65dd 027015 arg mem_combine_key0 ,regb 
-0x65de 027016 arg 2 ,pdata 
-0x65df 027017 imul32 queue ,pdata 
-0x65e0 027018 iadd regb ,regb 
-0x65e1 027019 ifetch 2 ,regb 
-0x65e2 027021 rtn blank 
-0x65e3 027022 fetcht 2 ,mem_key_value_temp 
-0x65e4 027023 ixor temp ,null 
-0x65e5 027024 branch shutter_dy_check_combine_key_parse ,zero 
-0x65e6 027025 increase 1 ,queue 
-0x65e7 027026 branch shutter_dy_check_combine_key_loop 
-:      027028 shutter_dy_check_combine_key_parse:
-0x65e8 027029 store 2 ,mem_combine_key_state0 
-0x65e9 027030 call app_led_on 
-0x65ea 027031 arg mem_combine_key0_press ,regc 
-0x65eb 027032 arg max_queue_num_combinekey ,pdata 
-0x65ec 027033 imul32 queue ,pdata 
-0x65ed 027034 iadd regc ,regc 
-0x65ee 027035 call shutter_dy_push_buffer_in_queue 
-0x65ef 027036 branch shutter_dy_combine_key_enableuser 
-:      027038 shutter_dy_push_buffer_in_queue:
-0x65f0 027039 call shutter_dy_jude_clear_move_config 
-0x65f1 027040 ifetch 1 ,regc 
-0x65f2 027041 rtn blank 
-0x65f3 027042 call shutter_dy_check_move_data 
-:      027043 shutter_dy_move_to_specify_location:
-0x65f4 027044 call shutter_dy_jude_clear_move_config 
-0x65f5 027045 call shutter_dy_move_down_left_corner 
-0x65f6 027046 call shutter_dy_move_x_max 
-0x65f7 027047 call shutter_dy_move_y_max 
-0x65f8 027048 arg 0x05 ,pdata 
-0x65f9 027049 call queue_push_one_byte 
-0x65fa 027050 call shutter_dy_check_iphone 
-0x65fb 027051 rtn blank 
-0x65fc 027052 jam 120 ,mem_send_data_delay 
-0x65fd 027053 arg 0x06 ,pdata 
-0x65fe 027054 branch queue_push_one_byte 
-:      027056 shutter_dy_move_down_left_corner_count_set:
-0x65ff 027057 fetcht 1 ,mem_shutter_back_count 
-0x6600 027058 call shutter_dy_check_iphone 
-0x6601 027059 rtn blank 
-0x6602 027060 fetcht 1 ,mem_shutter_iphone_beyond_y_count 
-0x6603 027061 increase 1 ,temp 
-0x6604 027062 fetch 1 ,mem_shutter_first_move 
-0x6605 027063 rtn blank 
-0x6606 027064 fetcht 1 ,mem_shutter_back_count 
-0x6607 027065 jam 0 ,mem_shutter_first_move 
-0x6608 027066 rtn 
-:      027068 shutter_dy_move_down_left_corner:
-0x6609 027069 call shutter_dy_move_down_left_corner_count_set 
-0x660a 027070 copy temp ,pdata 
-0x660b 027071 rtn blank 
-0x660c 027072 store 1 ,mem_shutter_back_count_cache 
-:      027073 shutter_dy_move_down_left_corner_loop:
-0x660d 027074 arg 0x13 ,pdata 
-0x660e 027075 call queue_push_one_byte 
-0x660f 027076 fetch 1 ,mem_shutter_back_count_cache 
-0x6610 027077 increase -1 ,pdata 
-0x6611 027078 store 1 ,mem_shutter_back_count_cache 
-0x6612 027079 rtn blank 
-0x6613 027080 branch shutter_dy_move_down_left_corner_loop 
-:      027082 shutter_dy_move_x_max:
-0x6614 027083 fetch 1 ,mem_shutter_iphone_beyond_x_count 
-0x6615 027084 rtn blank 
-0x6616 027085 store 1 ,mem_shutter_iphone_beyond_x_cache 
-:      027086 shutter_dy_move_x_max_number:
-0x6617 027087 arg 0x20 ,pdata 
-0x6618 027088 call queue_push_one_byte 
-0x6619 027089 fetch 1 ,mem_shutter_iphone_beyond_x_cache 
-0x661a 027090 increase -1 ,pdata 
-0x661b 027091 store 1 ,mem_shutter_iphone_beyond_x_cache 
-0x661c 027092 rtn blank 
-0x661d 027093 branch shutter_dy_move_x_max_number 
-:      027095 shutter_dy_move_y_max:
-0x661e 027096 fetch 1 ,mem_shutter_iphone_beyond_y_count 
-0x661f 027097 rtn blank 
-0x6620 027098 store 1 ,mem_shutter_iphone_beyond_y_cache 
-:      027099 shutter_dy_move_y_max_number:
-0x6621 027100 arg 0x21 ,pdata 
-0x6622 027101 call queue_push_one_byte 
-0x6623 027102 fetch 1 ,mem_shutter_iphone_beyond_y_cache 
-0x6624 027103 increase -1 ,pdata 
-0x6625 027104 store 1 ,mem_shutter_iphone_beyond_y_cache 
-0x6626 027105 rtn blank 
-0x6627 027106 branch shutter_dy_move_y_max_number 
-:      027108 shutter_dy_check_combine_key_release:
-0x6628 027109 fetch 2 ,mem_combine_key_state0 
-0x6629 027110 rtn blank 
-0x662a 027111 fetcht 2 ,mem_key_value_temp 
-0x662b 027112 sub temp ,0 ,null 
-0x662c 027113 branch shutter_dy_check_combine_key_release_all ,zero 
-0x662d 027114 isub temp ,null 
-0x662e 027115 rtn zero 
-0x662f 027116 storet 2 ,mem_combine_key_state0 
-0x6630 027117 fetch 2 ,mem_combine_key_release_value 
-0x6631 027118 isub temp ,null 
-0x6632 027119 call app_led_off ,zero 
-:      027120 shutter_dy_combine_key_enableuser:
-0x6633 027121 fetch 2 ,mem_key_value_temp 
-0x6634 027122 store 2 ,mem_key_value_retention 
-0x6635 027123 branch enable_user 
-:      027124 shutter_dy_check_combine_key_release_all:
-0x6636 027125 jam 1 ,mem_shutter_long_key_released_flag 
-0x6637 027126 call app_led_off 
-0x6638 027127 arg mem_combine_key_release ,regc 
-0x6639 027128 call shutter_dy_push_buffer_in_queue 
-0x663a 027129 setarg 0 
-0x663b 027130 store 2 ,mem_combine_key_state0 
-0x663c 027131 jam 50 ,mem_shutter_1s_timer 
-0x663d 027132 call shutter_dy_combine_key_enableuser 
-0x663e 027133 fetch 1 ,mem_shutter_key_num 
-0x663f 027134 mul32 pdata ,shutter_key_conf_sate_bytes ,loopcnt 
-0x6640 027135 arg mem_shutter_key_state0 ,contw 
-0x6641 027136 branch clear_mem 
-:      027137 shutter_dy_check_move_data:
-0x6642 027138 bpatch patch15_0 ,mem_patch15 
-0x6643 027139 fetch 1 ,mem_move_mode_set 
-0x6644 027140 beq move_single_key ,shutter_dy_check_move_data_single_key 
-0x6645 027141 beq move_combine_key ,shutter_dy_check_move_data_combine_key 
-0x6646 027142 rtn 
-:      027143 shutter_dy_check_move_data_single_key:
-0x6647 027144 copy queue ,pdata 
-0x6648 027145 beq shutter_left_key_num ,shutter_dy_move_left 
-0x6649 027146 beq shutter_right_key_num ,shutter_dy_move_right 
-0x664a 027147 beq shutter_up_key_num ,shutter_dy_move_up 
-0x664b 027148 beq shutter_down_key_num ,shutter_dy_move_down 
-0x664c 027149 rtn 
-:      027150 shutter_dy_check_move_data_combine_key:
-0x664d 027151 ifetch 1 ,regc 
-0x664e 027152 beq 0x01 ,shutter_dy_move_left 
-0x664f 027153 beq 0x02 ,shutter_dy_move_right 
-0x6650 027154 beq 0x03 ,shutter_dy_move_up 
-0x6651 027155 beq 0x04 ,shutter_dy_move_down 
-0x6652 027156 beq 0x05 ,shutter_dy_get_move_data 
-0x6653 027157 rtn 
-:      027158 shutter_dy_get_move_data:
-0x6654 027159 call shutter_dy_check_iphone 
-0x6655 027160 nbranch shutter_dy_get_move_data_iphone ,blank 
-0x6656 027161 setarg 4 
-0x6657 027162 mul32 pdata ,every_payload_len ,pdata 
-0x6658 027163 arg mem_shutter_mousekey_value_list ,temp 
-0x6659 027164 iadd temp ,contw 
-0x665a 027165 increase 3 ,contw 
-0x665b 027166 fetch 3 ,mem_shutter_move_data 
-0x665c 027167 istore 3 ,contw 
-0x665d 027168 rtn 
-:      027169 shutter_dy_get_move_data_iphone:
-0x665e 027170 setarg 4 
-0x665f 027171 mul32 pdata ,every_payload_len ,pdata 
-0x6660 027172 arg mem_shutter_mousekey_value_list ,temp 
-0x6661 027173 iadd temp ,contw 
-0x6662 027174 increase 3 ,contw 
-0x6663 027175 fetch 2 ,mem_shutter_move_data_x 
-0x6664 027176 istore 3 ,contw 
-0x6665 027177 increase 7 ,contw 
-0x6666 027178 fetch 2 ,mem_shutter_move_data_y 
-0x6667 027179 lshift4 pdata ,pdata 
-0x6668 027180 lshift8 pdata ,pdata 
-0x6669 027181 istore 3 ,contw 
-0x666a 027182 rtn 
-:      027184 shutter_dy_move_x_empty_check:
-0x666b 027185 fetch 1 ,mem_shutter_iphone_beyond_x_count 
-0x666c 027186 rtn blank 
-0x666d 027187 increase -1 ,pdata 
-0x666e 027188 store 1 ,mem_shutter_iphone_beyond_x_count 
-0x666f 027189 arg iphone_once_max_move_value ,pdata 
-0x6670 027190 rtn 
-:      027191 shutter_dy_every_move_size_set:
-0x6671 027192 arg android_every_move_size ,temp 
-0x6672 027193 call shutter_dy_check_iphone 
-0x6673 027194 rtn blank 
-0x6674 027195 arg iphone_every_move_size ,temp 
-0x6675 027196 rtn 
-:      027197 shutter_dy_move_left:
-0x6676 027198 call shutter_dy_every_move_size_set 
-0x6677 027199 fetch 2 ,mem_shutter_move_data_x 
-0x6678 027200 isub temp ,null 
-0x6679 027201 ncall shutter_dy_move_x_empty_check ,positive 
-0x667a 027202 nrtn positive 
-0x667b 027203 isub temp ,pdata 
-:      027204 shutter_dy_move_store_x:
-0x667c 027205 store 2 ,mem_shutter_move_data_x 
-:      027206 shutter_dy_move_data_store:
-0x667d 027207 bpatch patch15_1 ,mem_patch15 
-0x667e 027208 fetch 2 ,mem_shutter_move_data_x 
-0x667f 027209 fetcht 2 ,mem_shutter_move_data_y 
-0x6680 027210 lshift8 temp ,temp 
-0x6681 027211 lshift4 temp ,temp 
-0x6682 027212 iadd temp ,pdata 
-0x6683 027213 store 3 ,mem_shutter_move_data 
-0x6684 027214 branch shutter_dy_get_move_data 
-:      027215 shutter_dy_move_x_check_max:
-0x6685 027216 fetch 2 ,mem_shutter_move_data_x 
-0x6686 027217 arg iphone_once_max_move_value ,temp 
-0x6687 027218 isub temp ,temp 
-0x6688 027219 nrtn positive 
-0x6689 027220 copy temp ,pdata 
-0x668a 027221 fetcht 1 ,mem_shutter_iphone_beyond_x_count 
-0x668b 027222 sub temp ,0x03 ,null 
-0x668c 027223 branch shutter_dy_clear_move_x ,zero 
-0x668d 027224 increase 1 ,temp 
-0x668e 027225 storet 1 ,mem_shutter_iphone_beyond_x_count 
-0x668f 027226 branch shutter_dy_move_store_x 
-:      027227 shutter_dy_clear_move_x:
-0x6690 027228 jam 0 ,mem_shutter_iphone_beyond_x_count 
-0x6691 027229 arg 0 ,pdata 
-0x6692 027230 branch shutter_dy_move_store_x 
-:      027231 shutter_dy_move_right:
-0x6693 027232 call shutter_dy_check_iphone 
-0x6694 027233 ncall shutter_dy_move_x_check_max ,blank 
-0x6695 027234 call shutter_dy_every_move_size_set 
-0x6696 027235 fetch 2 ,mem_shutter_move_data_x 
-:      027236 shutter_dy_move_right_next:
-0x6697 027237 iadd temp ,pdata 
-0x6698 027238 arg 0xfff ,temp 
-0x6699 027239 call ceiling 
-0x669a 027240 branch shutter_dy_move_store_x 
-:      027242 shutter_dy_move_up:
-0x669b 027243 call shutter_dy_every_move_size_set 
-0x669c 027244 fetch 2 ,mem_shutter_move_data_y 
-0x669d 027245 isub temp ,pdata 
-0x669e 027246 store 2 ,mem_shutter_move_data_y 
-:      027247 shutter_dy_move_y_check_max:
-0x669f 027248 fetcht 2 ,mem_shutter_move_data_y 
-0x66a0 027249 call shutter_dy_check_iphone 
-0x66a1 027250 branch shutter_dy_move_data_store ,blank 
-0x66a2 027251 setarg 0xfff 
-0x66a3 027252 isub temp ,pdata 
-0x66a4 027253 arg iphone_once_max_move_value ,temp 
-0x66a5 027254 isub temp ,temp 
-0x66a6 027255 nbranch shutter_dy_move_data_store ,positive 
-0x66a7 027256 setarg 0xfff 
-0x66a8 027257 isub temp ,pdata 
-0x66a9 027258 fetcht 1 ,mem_shutter_iphone_beyond_y_count 
-0x66aa 027259 sub temp ,0x05 ,null 
-0x66ab 027260 branch shutter_dy_clear_move_y ,zero 
-0x66ac 027261 increase 1 ,temp 
-0x66ad 027262 storet 1 ,mem_shutter_iphone_beyond_y_count 
-0x66ae 027263 branch shutter_dy_move_store_y 
-:      027264 shutter_dy_clear_move_y:
-0x66af 027265 jam 0 ,mem_shutter_iphone_beyond_y_count 
-:      027266 shutter_dy_android_move_y_empty_check:
-0x66b0 027267 setarg 0xfff 
-0x66b1 027268 branch shutter_dy_move_store_y 
-:      027270 shutter_dy_move_y_empty_check:
-0x66b2 027271 call shutter_dy_check_iphone 
-0x66b3 027272 branch shutter_dy_android_move_y_empty_check ,blank 
-0x66b4 027273 fetch 1 ,mem_shutter_iphone_beyond_y_count 
-0x66b5 027274 branch shutter_dy_android_move_y_empty_check ,blank 
-0x66b6 027275 increase -1 ,pdata 
-0x66b7 027276 store 1 ,mem_shutter_iphone_beyond_y_count 
-0x66b8 027277 setarg 0xfff 
-0x66b9 027278 arg iphone_once_max_move_value ,temp 
-0x66ba 027279 isub temp ,pdata 
-0x66bb 027280 iadd rega ,pdata 
-:      027281 shutter_dy_move_store_y:
-0x66bc 027282 store 2 ,mem_shutter_move_data_y 
-0x66bd 027283 branch shutter_dy_move_data_store 
-:      027284 shutter_dy_move_down:
-0x66be 027285 call shutter_dy_every_move_size_set 
-0x66bf 027286 fetch 2 ,mem_shutter_move_data_y 
-:      027287 shutter_dy_move_down_next:
-0x66c0 027288 iadd temp ,pdata 
-0x66c1 027289 arg 0xfff ,temp 
-0x66c2 027290 isub temp ,rega 
-0x66c3 027291 branch shutter_dy_move_y_empty_check ,positive 
-0x66c4 027292 branch shutter_dy_move_store_y 
-:      027295 ble_shutter_dy_receive_data:
-0x66c5 027296 fetch 2 ,mem_le_att_handle 
-0x66c6 027297 beq gatt_keyboard_write_handle_new ,ble_shutter_process_reconnect_complete 
-0x66c7 027298 rtn 
-:      027300 shutter_dy_le_find_service_hand_by_uuid:
-0x66c8 027301 arg 23 ,rega 
-0x66c9 027302 arg le_l2cap_cid_att ,regb 
-0x66ca 027303 call le_fifo_malloc_tx_l2cap 
-0x66cb 027304 setarg attop_find_by_type_value_request 
-0x66cc 027305 istore 1 ,contw 
-0x66cd 027306 setarg 0x0001 
-0x66ce 027307 istore 2 ,contw 
-0x66cf 027308 setarg 0xffff 
-0x66d0 027309 istore 2 ,contw 
-0x66d1 027310 setarg 0x2800 
-0x66d2 027311 istore 2 ,contw 
-0x66d3 027312 arg mem_dy_le_search_service_uuid ,contr 
-0x66d4 027313 branch memcpy16 
-:      027316 shutter_dy_le_parse_att:
-0x66d5 027317 bpatch patch15_2 ,mem_patch15 
-0x66d6 027318 copy rega ,contr 
-0x66d7 027319 ifetch 3 ,contr 
-0x66d8 027320 store 3 ,mem_le_att_opcode 
-0x66d9 027321 beq attop_find_by_type_value_response ,shutter_dy_le_parse_att_find_by_type_value_rsp 
-0x66da 027322 beq attop_error_response ,shutter_dy_le_parse_error_rsp 
-0x66db 027323 beq attop_read_request ,shutter_dy_le_parse_att_read_request 
-0x66dc 027324 beq attop_read_blob_request ,shutter_dy_le_parse_att_read_blob_request 
-0x66dd 027325 branch le_parse_att2 
-:      027327 shutter_dy_le_parse_att_read_blob_request:
-0x66de 027328 ifetch 2 ,contr 
-0x66df 027329 store 2 ,mem_le_att_offset 
-0x66e0 027330 iforce rega 
-0x66e1 027331 fetcht 2 ,mem_le_att_handle 
-0x66e2 027332 fetch 2 ,mem_le_pairing_handle 
-0x66e3 027333 isub temp ,null 
-0x66e4 027334 nbranch le_send_att_read_blob_response ,zero 
-0x66e5 027335 call shutter_dy_check_iphone 
-0x66e6 027336 nbranch shutter_dy_le_parse_att_read_blob_request_ios ,blank 
-0x66e7 027337 fetcht 2 ,mem_shutter_le_map_len_android 
-0x66e8 027338 branch shutter_dy_le_parse_att_read_blob_request2 
-:      027340 shutter_dy_le_parse_att_read_blob_request_ios:
-0x66e9 027341 fetcht 2 ,mem_shutter_le_map_len_ios 
-:      027342 shutter_dy_le_parse_att_read_blob_request2:
-0x66ea 027343 arg mem_shutter_le_hid_map ,contr 
-0x66eb 027344 call store_contr 
-0x66ec 027345 copy temp ,pdata 
-0x66ed 027346 isub rega ,pdata 
-0x66ee 027347 nbranch le_send_att_error_response_notfound ,positive 
-0x66ef 027348 increase 1 ,pdata 
-0x66f0 027349 sub pdata ,23 ,null 
-0x66f1 027350 branch le_send_att_read_blob_response_less ,positive 
-0x66f2 027351 force 23 ,pdata 
-0x66f3 027352 branch le_send_att_read_blob_response_less 
-:      027354 shutter_dy_le_parse_att_read_request:
-0x66f4 027355 fetcht 2 ,mem_le_att_handle 
-0x66f5 027356 fetch 1 ,mem_le_configuration 
-0x66f6 027357 bbit1 bit_ble_read_auth ,shutter_dy_le_send_att_read_response_check_auth 
-0x66f7 027358 branch le_send_att_read_response 
-:      027359 shutter_dy_le_send_att_read_response_check_auth:
-0x66f8 027360 fetch 2 ,mem_le_pairing_handle 
-0x66f9 027361 isub temp ,null 
-0x66fa 027362 nbranch le_send_att_read_response ,zero 
-0x66fb 027363 call le_check_encrypt_state 
-0x66fc 027364 nbranch shutter_dy_le_send_att_read_response ,user 
-0x66fd 027365 branch le_send_att_read_response_error_insufficient_auth 
-:      027367 shutter_dy_le_send_att_read_response:
-0x66fe 027368 fetch 2 ,mem_le_pairing_handle 
-0x66ff 027369 isub temp ,null 
-0x6700 027370 nbranch le_send_att_read_response ,zero 
-0x6701 027371 arg mem_shutter_le_hid_map ,contr 
-0x6702 027372 force 23 ,pdata 
-0x6703 027373 branch le_send_att_read_response_less 
-:      027375 shutter_dy_le_parse_att_find_by_type_value_rsp:
-:      027376 shutter_dy_le_remote_iphone:
-0x6704 027377 bpatch patch15_3 ,mem_patch15 
-0x6705 027378 jam 5 ,mem_shutter_back_count 
-0x6706 027379 jam 1 ,mem_iphone_flag 
-0x6707 027380 jam 1 ,mem_last_shutter_le_iphone_flag 
-0x6708 027381 jam 240 ,mem_send_data_delay 
-0x6709 027382 jam 10 ,mem_shutter_move_mid_timer 
-0x670a 027383 jam 1 ,mem_shutter_first_move 
-0x670b 027384 call shutter_dy_load_move_config_info 
-0x670c 027385 fetch 1 ,mem_shutter_pairing_success 
-0x670d 027386 rtn blank 
-0x670e 027387 call shutter_dy_clear_move_config 
-0x670f 027388 arg iphone_once_max_move_value ,temp 
-0x6710 027390 fetch 2 ,mem_iphone_initial_move_x 
-0x6711 027391 arg mem_shutter_move_data_x ,rega 
-0x6712 027392 arg mem_shutter_iphone_beyond_x_count ,regb 
-0x6713 027393 call shutter_dy_iphone_move_initial_set 
-0x6714 027394 arg iphone_once_max_move_value ,temp 
-0x6715 027396 fetch 2 ,mem_iphone_initial_move_y 
-0x6716 027397 arg mem_shutter_move_data_y ,rega 
-0x6717 027398 arg mem_shutter_iphone_beyond_y_count ,regb 
-0x6718 027399 call shutter_dy_iphone_move_initial_set 
-0x6719 027400 setarg 0xfff 
-0x671a 027401 fetcht 2 ,mem_shutter_move_data_y 
-0x671b 027402 isub temp ,pdata 
-0x671c 027403 store 2 ,mem_shutter_move_data_y 
-0x671d 027404 rtn 
-:      027405 shutter_dy_iphone_move_initial_set:
-0x671e 027406 idiv temp 
-0x671f 027407 call wait_div_end 
-0x6720 027408 quotient pdata 
-0x6721 027409 remainder temp 
-0x6722 027410 istore 1 ,regb 
-0x6723 027411 istoret 2 ,rega 
-0x6724 027412 rtn 
-:      027413 shutter_dy_le_parse_error_rsp:
-0x6725 027414 increase -2 ,contr 
-0x6726 027415 ifetch 1 ,contr 
-0x6727 027416 beq attop_find_by_type_value_request ,shutter_dy_not_iphone_read_conf 
-0x6728 027417 rtn 
-:      027418 shutter_dy_remote_not_iphone:
-0x6729 027419 jam 1 ,mem_shutter_back_count 
-0x672a 027420 jam 0 ,mem_iphone_flag 
-0x672b 027421 jam 0 ,mem_last_shutter_le_iphone_flag 
-0x672c 027422 jam 10 ,mem_send_data_delay 
-0x672d 027423 rtn 
-:      027425 shutter_dy_not_iphone_read_conf:
-0x672e 027426 call shutter_dy_remote_not_iphone 
-0x672f 027427 branch shutter_dy_load_move_config_info 
-:      027429 shutter_dy_check_iphone:
-0x6730 027430 fetch 1 ,mem_iphone_flag 
-0x6731 027431 rtn 
-:      027434 shutter_dy_le_get_press_ptr:
-0x6732 027435 arg mem_dy_key0_press ,regc 
-0x6733 027436 call shutter_dy_check_iphone 
-0x6734 027437 rtn blank 
-0x6735 027438 jam 120 ,mem_send_data_delay 
-0x6736 027439 arg mem_key0_press_i ,regc 
-0x6737 027440 rtn 
-:      027441 shutter_dy_le_get_release_ptr:
-:      027442 shutter_dy_le_get_release_ptr_set:
-0x6738 027443 arg mem_key0_release_new ,regc 
-0x6739 027444 call shutter_dy_check_iphone 
-0x673a 027445 rtn blank 
-0x673b 027446 arg mem_key0_release_new_i ,regc 
-0x673c 027447 jam 12 ,mem_send_data_delay 
-0x673d 027448 copy queue ,pdata 
-0x673e 027449 rtneq shutter_like_key_num 
-0x673f 027450 rtn 
-:      027451 shutter_dy_le_get_release_ptr_volume:
-0x6740 027452 bpatch patch15_4 ,mem_patch15 
-0x6741 027453 fetch 1 ,mem_key3_press_count 
-0x6742 027454 setflip 0 ,pdata 
-0x6743 027455 store 1 ,mem_key3_press_count 
-0x6744 027456 beq 0 ,shutter_dy_le_get_release_ptr_set_volume_inc 
-0x6745 027457 beq 1 ,shutter_dy_le_get_release_ptr_set_volume_dec 
-0x6746 027458 rtn 
-:      027459 shutter_dy_le_get_release_ptr_set_volume_dec:
-0x6747 027460 call shutter_dy_le_get_vol_dec_ptr 
-0x6748 027461 branch push_buffer_in_queue 
-:      027462 shutter_dy_le_get_release_ptr_set_volume_inc:
-0x6749 027463 call shutter_dy_le_get_vol_inc_ptr 
-0x674a 027464 branch push_buffer_in_queue 
-:      027465 shutter_dy_le_get_vol_inc_ptr:
-0x674b 027466 arg mem_key3_release_new ,regc 
-0x674c 027467 call shutter_dy_check_iphone 
-0x674d 027468 rtn blank 
-0x674e 027469 arg mem_key3_release_new_i ,regc 
-0x674f 027470 rtn 
-:      027471 shutter_dy_le_get_vol_dec_ptr:
-0x6750 027472 arg mem_key3_release_new_t ,regc 
-0x6751 027473 call shutter_dy_check_iphone 
-0x6752 027474 rtn blank 
-0x6753 027475 arg mem_key3_release_new_i_t ,regc 
-0x6754 027476 rtn 
-:      027479 shutter_dy_long_key_function:
-0x6755 027480 copy queue ,pdata 
-0x6756 027481 beq shutter_like_key_num ,shutter_dy_link_key_long_press 
-0x6757 027482 beq shutter_down_key_num ,shutter_dy_loop_send_volume_dec_page 
-0x6758 027483 beq shutter_up_key_num ,shutter_dy_loop_send_volume_inc_page 
-0x6759 027484 rtn 
-:      027487 shutter_dy_long_key_volume_timer:
-0x675a 027488 arg mem_shutter_volume_timer ,regc 
-0x675b 027489 arg shutter_dy_long_key_volume_timeout ,regb 
-0x675c 027490 branch timer_single_step 
-:      027491 shutter_dy_long_key_volume_timeout:
-0x675d 027492 jam 4 ,mem_shutter_volume_timer 
-0x675e 027493 fetch 1 ,mem_key3_press_count 
-0x675f 027494 branch shutter_dy_loop_send_volume_inc_page ,blank 
-0x6760 027495 branch shutter_dy_loop_send_volume_dec_page 
-:      027498 shutter_dy_loop_send_volume_inc_page:
-0x6761 027499 jam 0 ,mem_key3_press_count 
-0x6762 027500 jam 4 ,mem_shutter_volume_timer 
-0x6763 027501 arg mem_key4_long_press ,regc 
-0x6764 027502 branch push_buffer_in_queue 
-:      027504 shutter_dy_loop_send_volume_dec_page:
-0x6765 027505 jam 1 ,mem_key3_press_count 
-0x6766 027506 jam 4 ,mem_shutter_volume_timer 
-0x6767 027507 arg mem_key2_long_press ,regc 
-0x6768 027508 branch push_buffer_in_queue 
-:      027509 shutter_dy_clear_volume_timer:
-0x6769 027510 jam 0 ,mem_key3_press_count 
-0x676a 027511 jam 0 ,mem_shutter_volume_timer 
-0x676b 027512 rtn 
-:      027515 shutter_dy_link_key_loop_timer:
-0x676c 027516 arg mem_shutter_link_timer ,regc 
-0x676d 027517 arg shutter_dy_link_key_loop_timeout ,regb 
-0x676e 027518 branch timer_single_step 
-:      027519 shutter_dy_link_key_loop_timeout:
-0x676f 027520 jam 2 ,mem_shutter_link_timer 
-0x6770 027521 call shutter_dy_link_data_android_or_ios 
-0x6771 027522 branch push_buffer_in_queue 
-:      027524 shutter_dy_link_data_android_or_ios:
-0x6772 027525 arg mem_shutter_link_data ,regc 
-0x6773 027526 call shutter_dy_check_iphone 
-0x6774 027527 rtn blank 
-0x6775 027528 arg mem_shutter_link_data_i ,regc 
-0x6776 027529 rtn 
-:      027531 shutter_dy_link_key_long_press:
-0x6777 027532 fetch 1 ,mem_shutter_link_loop_flag 
-0x6778 027533 nbranch shutter_dy_clear_link_key_timer ,blank 
-0x6779 027534 jam 1 ,mem_shutter_link_loop_flag 
-0x677a 027535 jam 2 ,mem_shutter_link_timer 
-0x677b 027536 rtn 
-:      027538 shutter_dy_clear_link_key_timer:
-0x677c 027539 jam 0 ,mem_shutter_link_loop_flag 
-0x677d 027540 jam 0 ,mem_shutter_link_timer 
-0x677e 027541 rtn 
-:      027543 shutter_dy_jude_clear_move_config:
-0x677f 027544 fetch 1 ,mem_shutter_le_conned 
-0x6780 027545 nrtn blank 
-0x6781 027546 jam 1 ,mem_shutter_le_conned 
-0x6782 027547 branch shutter_dy_move_data_store 
-:      027549 shutter_dy_clear_move_config:
-0x6783 027550 setarg 0 
-0x6784 027551 store 7 ,mem_move_config 
-0x6785 027552 rtn 
-:      027554 shutter_dy_write_otp_convert_data:
-0x6786 027555 call shutter_dy_check_iphone 
-0x6787 027556 beq 0x01 ,shutter_dy_store_ios_config_data 
-0x6788 027557 beq 0x00 ,shutter_dy_store_android_config 
-0x6789 027558 rtn 
-:      027560 shutter_dy_read_otp_convert_data:
-0x678a 027561 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
-0x678b 027562 beq 0x01 ,shutter_dy_get_ios_config 
-0x678c 027563 beq 0x00 ,shutter_dy_get_android_config 
-0x678d 027564 rtn 
-:      027566 shutter_dy_store_ios_config_data:
-0x678e 027567 fetch 1 ,mem_shutter_iphone_beyond_x_count 
-0x678f 027568 mul32 pdata ,iphone_once_max_move_value ,pdata 
-0x6790 027569 copy pdata ,temp 
-0x6791 027570 fetch 2 ,mem_shutter_move_data_x 
-0x6792 027571 iadd temp ,pdata 
-0x6793 027572 store 2 ,mem_otp_shutter_move_data_x 
-0x6794 027574 fetch 1 ,mem_shutter_iphone_beyond_y_count 
-0x6795 027575 mul32 pdata ,iphone_once_max_move_value ,pdata 
-0x6796 027576 copy pdata ,temp 
-0x6797 027577 fetch 2 ,mem_shutter_move_data_y 
-0x6798 027578 copy pdata ,rega 
-0x6799 027579 setarg 0xfff 
-0x679a 027580 isub rega ,pdata 
-0x679b 027581 iadd temp ,pdata 
-0x679c 027582 store 2 ,mem_otp_shutter_move_data_y 
-0x679d 027584 call shutter_dy_check_iphone 
-0x679e 027586 store 1 ,mem_otp_last_shutter_le_iphone_flag 
-0x679f 027587 rtn 
-:      027589 shutter_dy_store_android_config:
-0x67a0 027590 fetch 2 ,mem_shutter_move_data_x 
-0x67a1 027591 store 2 ,mem_otp_shutter_move_data_x 
-0x67a2 027592 fetch 2 ,mem_shutter_move_data_y 
-0x67a3 027593 store 2 ,mem_otp_shutter_move_data_y 
-0x67a4 027594 call shutter_dy_check_iphone 
-0x67a5 027595 store 1 ,mem_otp_last_shutter_le_iphone_flag 
-0x67a6 027596 rtn 
-:      027597 shutter_dy_get_ios_config:
-0x67a7 027598 fetch 2 ,mem_otp_shutter_move_data_x 
-0x67a8 027599 div pdata ,iphone_once_max_move_value 
-0x67a9 027600 call wait_div_end 
-0x67aa 027601 quotient pdata 
-0x67ab 027602 remainder temp 
-0x67ac 027603 store 1 ,mem_shutter_iphone_beyond_x_count 
-0x67ad 027604 copy temp ,pdata 
-0x67ae 027605 store 2 ,mem_shutter_move_data_x 
-0x67af 027606 fetch 2 ,mem_otp_shutter_move_data_y 
-0x67b0 027607 div pdata ,iphone_once_max_move_value 
-0x67b1 027608 call wait_div_end 
-0x67b2 027609 quotient pdata 
-0x67b3 027610 remainder temp 
-0x67b4 027611 store 1 ,mem_shutter_iphone_beyond_y_count 
-0x67b5 027613 setarg 0xfff 
-0x67b6 027614 isub temp ,pdata 
-0x67b7 027615 store 2 ,mem_shutter_move_data_y 
-0x67b8 027618 rtn 
-:      027619 shutter_dy_get_android_config:
-0x67b9 027620 fetch 2 ,mem_otp_shutter_move_data_x 
-0x67ba 027621 store 2 ,mem_shutter_move_data_x 
-0x67bb 027622 fetch 2 ,mem_otp_shutter_move_data_y 
-0x67bc 027623 store 2 ,mem_shutter_move_data_y 
-0x67bd 027626 rtn 
-:      027628 shutter_dy_store_move_config_info:
-0x67be 027629 branch shutter_dy_campare_effective_addr_write_otp 
-:      027631 shutter_dy_load_move_config_info:
-0x67bf 027632 branch shutter_dy_campare_effective_addr_read_otp 
-:      027635 shutter_dy_shutter_uart_config_loop:
-0x67c0 027636 call shutter_dy_update_read_check_addr 
-0x67c1 027637 fetch 2 ,mem_otp_read_offset_addr 
-0x67c2 027638 call shutter_dy_shutter_read_move_config_from_otp_addr 
-0x67c3 027639 jam 0 ,mem_shutter_first_read_flag 
-0x67c4 027640 fetch 5 ,mem_otp_move_config 
-0x67c5 027641 jam 0 ,mem_shutter_valid_data_flag 
-0x67c6 027642 jam 0 ,mem_shutter_temp_count 
-0x67c7 027643 call shutter_dy_campare_otp_data 
-0x67c8 027644 fetch 1 ,mem_shutter_temp_count 
-0x67c9 027645 rtneq 0 
-0x67ca 027646 branch shutter_dy_shutter_uart_config_loop 
-:      027649 shutter_dy_shutter_get_first_read_addr:
-0x67cb 027651 fetch 2 ,mem_shutter_efuse_start_offset 
-0x67cc 027652 increase -5 ,pdata 
-0x67cd 027653 store 2 ,mem_otp_read_offset_addr 
-0x67ce 027654 rtn 
-:      027657 shutter_dy_shutter_next_read_addr:
-0x67cf 027658 fetch 2 ,mem_otp_read_offset_addr 
-0x67d0 027659 increase -5 ,pdata 
-0x67d1 027660 store 2 ,mem_otp_read_offset_addr 
-0x67d2 027661 rtn 
-:      027664 shutter_dy_shutter_last_read_addr:
-0x67d3 027665 fetch 2 ,mem_otp_read_offset_addr 
-0x67d4 027666 pincrease 5 
-0x67d5 027667 store 2 ,mem_otp_read_offset_addr 
-0x67d6 027668 rtn 
-:      027670 shutter_dy_shutter_read_ios_android_addr:
-0x67d7 027671 fetch 2 ,mem_otp_read_ios_android_addr 
-0x67d8 027672 pincrease 5 
-0x67d9 027673 store 2 ,mem_otp_read_ios_android_addr 
-0x67da 027675 fetch 2 ,mem_otp_read_ios_android_addr 
-0x67db 027676 copy pdata ,temp 
-0x67dc 027678 fetch 2 ,mem_shutter_efuse_start_offset 
-0x67dd 027679 isub temp ,pdata 
-0x67de 027680 arg shutter_para_total_num ,temp 
-0x67df 027681 isub temp ,null 
-0x67e0 027683 nbranch shutter_dy_shutter_not_find_ios_or_android ,positive 
-0x67e1 027684 rtn 
-:      027686 shutter_dy_update_read_check_addr:
-0x67e2 027687 fetch 1 ,mem_shutter_first_read_flag 
-0x67e3 027688 beq 0x01 ,shutter_dy_shutter_get_first_read_addr 
-0x67e4 027689 beq 0x00 ,shutter_dy_shutter_next_read_addr 
-0x67e5 027690 rtn 
-:      027693 shutter_dy_campare_otp_data:
-0x67e6 027694 arg 0x0 ,regb 
-0x67e7 027695 copy regb ,temp 
-0x67e8 027696 fetch 2 ,mem_otp_shutter_move_data_x 
-0x67e9 027697 icompare 0xffff ,temp 
-0x67ea 027699 ncall shutter_dy_set_shutter_valid_data_flag ,true 
-0x67eb 027700 arg 0x0 ,regb 
-0x67ec 027701 copy regb ,temp 
-0x67ed 027702 fetch 2 ,mem_otp_shutter_move_data_y 
-0x67ee 027703 icompare 0xffff ,temp 
-0x67ef 027704 ncall shutter_dy_set_shutter_valid_data_flag ,true 
-0x67f0 027705 arg 0x0 ,regb 
-0x67f1 027706 copy regb ,temp 
-0x67f2 027707 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
-0x67f3 027708 icompare 0xff ,temp 
-0x67f4 027709 ncall shutter_dy_set_shutter_valid_data_flag ,true 
-0x67f5 027710 rtn 
-:      027713 shutter_dy_set_shutter_valid_data_flag:
-0x67f6 027714 fetch 1 ,mem_shutter_temp_count 
-0x67f7 027715 pincrease 1 
-0x67f8 027716 store 1 ,mem_shutter_temp_count 
-0x67f9 027717 rtn 
-:      027718 shutter_dy_shutter_judge_ios_or_android:
-0x67fa 027719 jam 1 ,mem_shutter_temp_count 
-0x67fb 027720 call shutter_dy_shutter_read_ios_android_addr 
-0x67fc 027721 fetch 2 ,mem_otp_read_ios_android_addr 
-0x67fd 027722 call shutter_dy_shutter_read_move_config_from_otp_addr 
-0x67fe 027723 call shutter_dy_check_iphone 
-0x67ff 027724 copy pdata ,temp 
-0x6800 027725 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
-0x6801 027726 icompare 0xff ,temp 
-0x6802 027727 call shutter_dy_clear_temp_count ,true 
-0x6803 027729 fetch 1 ,mem_shutter_temp_count 
-0x6804 027730 rtneq 0 
-0x6805 027731 branch shutter_dy_shutter_judge_ios_or_android 
-:      027734 shutter_dy_shutter_not_find_ios_or_android:
-0x6806 027735 bpatch patch15_5 ,mem_patch15 
-0x6807 027736 call shutter_dy_clear_temp_count 
-0x6808 027737 call shutter_dy_check_iphone 
-0x6809 027738 branch shutter_dy_shutter_android_save_init_loaction ,blank 
-0x680a 027739 branch shutter_dy_shutter_ios_save_init_loaction 
-:      027740 shutter_dy_shutter_android_save_init_loaction:
-0x680b 027742 fetch 2 ,mem_android_initial_move_x 
-0x680c 027743 store 2 ,mem_shutter_move_data_x 
-0x680d 027745 fetcht 2 ,mem_android_initial_move_y 
-0x680e 027746 setarg 0xfff 
-0x680f 027747 isub temp ,pdata 
-0x6810 027748 store 2 ,mem_shutter_move_data_y 
-0x6811 027749 branch shutter_dy_store_move_config_info 
-:      027751 shutter_dy_shutter_ios_save_init_loaction:
-0x6812 027752 arg iphone_once_max_move_value ,temp 
-0x6813 027754 fetch 2 ,mem_iphone_initial_move_x 
-0x6814 027755 arg mem_shutter_move_data_x ,rega 
-0x6815 027756 arg mem_shutter_iphone_beyond_x_count ,regb 
-0x6816 027757 call shutter_dy_iphone_move_initial_set 
-0x6817 027758 arg iphone_once_max_move_value ,temp 
-0x6818 027760 fetch 2 ,mem_iphone_initial_move_y 
-0x6819 027761 arg mem_shutter_move_data_y ,rega 
-0x681a 027762 arg mem_shutter_iphone_beyond_y_count ,regb 
-0x681b 027763 call shutter_dy_iphone_move_initial_set 
-0x681c 027764 setarg 0xfff 
-0x681d 027765 fetcht 2 ,mem_shutter_move_data_y 
-0x681e 027766 isub temp ,pdata 
-0x681f 027767 store 2 ,mem_shutter_move_data_y 
-0x6820 027768 branch shutter_dy_store_move_config_info 
-:      027770 shutter_dy_clear_temp_count:
-0x6821 027771 jam 0 ,mem_shutter_temp_count 
-0x6822 027772 rtn 
-:      027774 shutter_dy_campare_effective_addr_read_otp:
-0x6823 027775 bpatch patch15_6 ,mem_patch15 
-0x6824 027776 jam 1 ,mem_shutter_first_read_flag 
-0x6825 027777 call shutter_dy_shutter_uart_config_loop 
-0x6826 027781 fetch 2 ,mem_shutter_efuse_end_offset 
-0x6827 027782 copy pdata ,temp 
-0x6828 027783 fetch 2 ,mem_otp_read_offset_addr 
-0x6829 027784 isub temp ,pdata 
-0x682a 027785 arg 0x0 ,temp 
-0x682b 027786 isub temp ,null 
-0x682c 027787 nrtn positive 
-0x682d 027788 fetch 2 ,mem_otp_read_offset_addr 
-0x682e 027789 copy pdata ,temp 
-0x682f 027791 fetch 2 ,mem_shutter_efuse_start_offset 
-0x6830 027792 increase -5 ,pdata 
-0x6831 027793 isub temp ,pdata 
-0x6832 027796 fetch 2 ,mem_otp_read_offset_addr 
-0x6833 027797 store 2 ,mem_otp_read_ios_android_addr 
-0x6834 027798 call shutter_dy_shutter_judge_ios_or_android 
-0x6835 027799 fetch 2 ,mem_otp_read_ios_android_addr 
-0x6836 027800 ncall shutter_dy_shutter_read_move_config_from_otp_addr ,zero 
-0x6837 027803 jam 0 ,mem_shutter_temp_count 
-0x6838 027804 call shutter_dy_campare_otp_data 
-0x6839 027805 fetch 1 ,mem_shutter_temp_count 
-0x683a 027806 rtneq 0 
-0x683b 027807 branch shutter_dy_read_otp_convert_data 
-:      027810 shutter_dy_campare_effective_addr_write_otp:
-0x683c 027811 bpatch patch15_7 ,mem_patch15 
-0x683d 027812 jam 1 ,mem_shutter_first_read_flag 
-0x683e 027813 call shutter_dy_shutter_uart_config_loop 
-0x683f 027817 fetcht 2 ,mem_shutter_efuse_end_offset 
-0x6840 027819 fetch 2 ,mem_otp_read_offset_addr 
-0x6841 027820 isub temp ,pdata 
-0x6842 027821 arg 0x0 ,temp 
-0x6843 027822 isub temp ,null 
-0x6844 027823 nrtn positive 
-0x6845 027825 fetcht 2 ,mem_otp_read_offset_addr 
-0x6846 027827 fetch 2 ,mem_shutter_efuse_start_offset 
-0x6847 027828 isub temp ,pdata 
-0x6848 027829 arg 0x0 ,temp 
-0x6849 027830 isub temp ,null 
-0x684a 027831 nrtn positive 
-0x684b 027832 fetch 2 ,mem_otp_read_offset_addr 
-0x684c 027833 store 2 ,mem_otp_write_offset_addr 
-0x684d 027834 call shutter_dy_write_otp_convert_data 
-0x684e 027836 branch shutter_dy_shutter_write_move_config_to_otp_addr 
-:      027839 shutter_dy_shutter_read_move_config_from_otp_addr:
-0x684f 027840 bpatch patch16_0 ,mem_patch16 
-0x6850 027841 copy pdata ,regb 
-0x6851 027842 arg shutter_para_total_num ,loopcnt 
-0x6852 027844 arg mem_otp_move_config ,rega 
-0x6853 027845 branch otp_read_data 
-:      027848 shutter_dy_shutter_write_move_config_to_otp_addr:
-0x6854 027849 arg shutter_para_total_num ,loopcnt 
-0x6855 027850 arg mem_otp_move_config ,rega 
-0x6856 027851 fetchr regb ,2 ,mem_otp_write_offset_addr 
-0x6857 027852 branch otp_write 
-:      027854 shutter_dy_shutter_1s_timer:
-0x6858 027855 arg mem_shutter_1s_timer ,regc 
-0x6859 027856 arg shutter_dy_store_move_config_info ,regb 
-0x685a 027857 branch timer_single_step 
-:      027871 p_crc16_ccitt_false:
-0x685b 027872 fetch 2 ,mem_adv_crc_false_initvalue 
-:      027874 p_crc16_ccitt_false_loop:
-0x685c 027875 ifetcht 1 ,regc 
-0x685d 027876 increase 1 ,regc 
-0x685e 027877 lshift8 temp ,temp 
-0x685f 027878 ixor temp ,pdata 
-:      027880 p_crc16_for_byte:
-0x6860 027881 copy loopcnt ,regb 
-0x6861 027882 arg 8 ,loopcnt 
-:      027883 p_crc16_for_byte_loop:
-0x6862 027884 isolate1 15 ,pdata 
-0x6863 027885 lshift pdata ,pdata 
-0x6864 027886 nbranch p_crc16_for_byte_continue ,true 
-0x6865 027887 fetcht 2 ,mem_crc16_polynomial 
-0x6866 027888 ixor temp ,pdata 
-:      027889 p_crc16_for_byte_continue:
-0x6867 027890 loop p_crc16_for_byte_loop 
-0x6868 027891 copy regb ,loopcnt 
-0x6869 027893 loop p_crc16_ccitt_false_loop 
-0x686a 027894 store 2 ,mem_adv_crc_false_initvalue 
-0x686b 027895 rtn 
-:      027900 rf_debug_rx_gpio_low:
-0x686c 027901 fetch 1 ,mem_rf_debug_rx_gpio 
-:      027902 rf_debug_gpio_low:
-0x686d 027903 arg gpcfg_output_low ,temp 
-0x686e 027904 branch gpio_config_function 
-:      027906 rf_debug_rx_on_line:
-:      027907 rf_debug_rx_gpio_high:
-0x686f 027908 fetch 1 ,mem_rf_debug_rx_gpio 
-:      027909 rf_debug_gpio_high:
-0x6870 027910 arg gpcfg_output_high ,temp 
-0x6871 027911 branch gpio_config_function 
-:      027913 rf_debug_rx_gpio_h_l_h:
-0x6872 027914 call rf_debug_rx_gpio_high 
-:      027915 rf_debug_rx_gpio_l_h:
-0x6873 027916 call rf_debug_rx_gpio_low 
-0x6874 027917 branch rf_debug_rx_gpio_high 
-:      027919 rf_debug_rx_gpio_l_h_l:
-:      027920 rf_debug_shutdown_radio_line:
-0x6875 027921 call rf_debug_rx_gpio_l_h 
-:      027922 rf_debug_rx_crc_line:
-0x6876 027923 branch rf_debug_rx_gpio_low 
-:      027925 rf_debug_rx_sync_line:
-0x6877 027926 branch rf_debug_rx_gpio_l_h 
-:      027928 rf_debug_rx_crc_fail_line:
-0x6878 027929 call rf_debug_rx_gpio_l_h 
-0x6879 027930 branch rf_debug_rx_gpio_l_h_l 
-:      027932 rf_debug_rx_match_line:
-:      027933 rf_debug_rx_crc_error_line:
-:      027934 rf_debug_rx_sync_timeout_line:
-0x687a 027935 branch rf_debug_rx_gpio_low 
-:      027938 rf_debug_tx_off_line:
-:      027939 rf_debug_tx_gpio_low:
-0x687b 027940 fetch 1 ,mem_rf_debug_tx_gpio 
-0x687c 027941 branch rf_debug_gpio_low 
-:      027943 rf_debug_tx_on_line:
-:      027944 rf_debug_tx_gpio_high:
-0x687d 027945 fetch 1 ,mem_rf_debug_tx_gpio 
-0x687e 027946 branch rf_debug_gpio_high 
-:      027948 rf_debug_tx_gpio_l_h_l:
-0x687f 027949 call rf_debug_tx_gpio_low 
-0x6880 027950 call rf_debug_tx_gpio_high 
-0x6881 027951 branch rf_debug_tx_gpio_low 
-:      027958 hci_init:
-0x6882 027959 clear_stack 
-0x6883 027960 call wdt_set_disable 
-0x6884 027961 call hci_init_clksel_xtal 
-0x6885 027962 call hci_init_uart_default_config 
-0x6886 027963 call hci_init_uart_config 
-0x6887 027964 call hci_init_pwm_default_config 
-0x6888 027965 call hci_init_pwm 
-0x6889 027967 jam 1 ,mem_hci_command_complete_num_hci_command_packet 
-0x688a 027968 jam hci_h4_type_event ,mem_hci_event_head_type 
-:      027970 hci_process_loop:
-0x688b 027971 call hci_process_check_uart_rx 
-0x688c 027972 branch hci_process_loop 
-:      027974 hci_init_clksel_xtal:
-0x688d 027975 jam clksel_xtal ,core_clksel 
-0x688e 027976 rtn 
-:      027978 hci_init_uart_default_config:
-0x688f 027979 call hci_init_uart_default_config_tx 
-0x6890 027980 call hci_init_uart_default_config_rx 
-0x6891 027981 call hci_init_uart_default_config_rts 
-0x6892 027982 branch hci_init_uart_default_config_cts 
-:      027984 hci_init_uart_default_config_tx:
-0x6893 027985 fetch 1 ,mem_hci_uart_tx_gpio 
-0x6894 027986 nrtn blank 
-0x6895 027987 jam hci_uart_tx_gpio_num ,mem_hci_uart_tx_gpio 
-0x6896 027988 rtn 
-:      027990 hci_init_uart_default_config_rx:
-0x6897 027991 fetch 1 ,mem_hci_uart_rx_gpio 
-0x6898 027992 nrtn blank 
-0x6899 027993 jam hci_uart_rx_gpio_num ,mem_hci_uart_rx_gpio 
-0x689a 027994 rtn 
-:      027995 hci_init_uart_default_config_rts:
-0x689b 027996 fetch 1 ,mem_hci_uart_rts_gpio 
-0x689c 027997 nrtn blank 
-0x689d 027998 jam hci_uart_rts_gpio_num ,mem_hci_uart_rts_gpio 
-0x689e 027999 rtn 
-:      028000 hci_init_uart_default_config_cts:
-0x689f 028001 fetch 1 ,mem_hci_uart_cts_gpio 
-0x68a0 028002 nrtn blank 
-0x68a1 028003 jam hci_uart_cts_gpio_num ,mem_hci_uart_cts_gpio 
-0x68a2 028004 rtn 
-:      028007 hci_init_uart_config:
-0x68a3 028008 setarg mem_h5rx_buf 
-0x68a4 028009 store 2 ,mem_pdatatemp 
-0x68a5 028010 setarg mem_h5rx_buf_end 
-0x68a6 028011 istore 2 ,contw 
-0x68a7 028012 setarg mem_h5tx_buf 
-0x68a8 028013 istore 2 ,contw 
-0x68a9 028014 setarg mem_h5tx_buf_end 
-0x68aa 028015 istore 2 ,contw 
-0x68ab 028016 fetch 8 ,mem_pdatatemp 
-0x68ac 028017 call uarta_init_dma_mem 
-0x68ad 028018 call uart_clock_select_main_freq_crystal 
-0x68ae 028019 arg 115200 ,temp 
-0x68af 028020 call uarta_calc_baud_rate_config 
-0x68b0 028021 fetch 1 ,mem_hci_uart_tx_gpio 
-0x68b1 028022 arg gpcfg_uart_txd ,temp 
-0x68b2 028023 call gpio_config_function_int 
-0x68b3 028024 fetch 1 ,mem_hci_uart_rx_gpio 
-0x68b4 028025 arg gpcfg_uart_rxd | gpcfg_pullup ,temp 
-0x68b5 028026 call gpio_config_function_int 
-0x68b6 028027 fetch 1 ,mem_hci_uart_rts_gpio 
-0x68b7 028028 arg gpcfg_uart_rts ,temp 
-0x68b8 028029 call gpio_config_function_int 
-0x68b9 028030 fetch 1 ,mem_hci_uart_cts_gpio 
-0x68ba 028031 arg gpcfg_uart_cts ,temp 
-0x68bb 028032 call gpio_config_function_int 
-0x68bc 028034 arg fun_uart_control_enable | fun_uart_control_setting_rate_baud ,temp 
-0x68bd 028035 storet 1 ,core_uart_ctrl 
-0x68be 028036 branch clean_xmem 
-:      028038 hci_init_pwm_default_config:
-0x68bf 028039 fetch 1 ,mem_hci_pwm_12mhz_gpio 
-0x68c0 028040 nrtn blank 
-0x68c1 028041 jam hci_pmw_12mhz_gpio_num ,mem_hci_pwm_12mhz_gpio 
-0x68c2 028042 rtn 
-:      028044 hci_init_pwm:
-0x68c3 028045 fetch 1 ,mem_hci_pwm_12mhz_gpio 
-0x68c4 028046 arg gpcfg_pwm_out0 ,temp 
-0x68c5 028047 call gpio_config_function_int 
-0x68c6 028048 arg 0x40 ,rega 
-0x68c7 028049 call pwm_init 
-0x68c8 028050 arg 0 ,rega 
-0x68c9 028051 arg 0 ,regb 
-0x68ca 028052 setarg 0 
-0x68cb 028053 call pwm_duty_cycle_set 
-0x68cc 028054 arg 0 ,queue 
-0x68cd 028055 branch pwm_set_select 
-:      028058 hci_process_check_uart_rx:
-0x68ce 028059 fetch 2 ,core_uart_rxitems 
-0x68cf 028060 add pdata ,-4 ,rega 
-0x68d0 028061 nrtn positive 
-0x68d1 028062 call uarta_prepare_rx 
-0x68d2 028063 ifetch 1 ,contru 
-0x68d3 028064 beq hci_h4_type_cmd ,hci_parse_packet_cmd 
-0x68d4 028066 call delay_10ms 
-0x68d5 028067 branch uarta_clear_current_rx 
-:      028071 hci_parse_packet_cmd:
-0x68d6 028072 ifetch 2 ,contru 
-0x68d7 028073 store 2 ,mem_hci_opcode 
-0x68d8 028074 arg 0x3ff ,temp 
-0x68d9 028075 iand temp ,temp 
-0x68da 028076 storet 2 ,mem_hci_opcode_ocf 
-0x68db 028077 rshift2 pdata ,pdata 
-0x68dc 028078 rshift8 pdata ,pdata 
-0x68dd 028079 store 1 ,mem_hci_opcode_ogf 
-0x68de 028080 ifetch 1 ,contru 
-0x68df 028081 pincrease -1 
-0x68e0 028082 isub rega ,null 
-0x68e1 028083 rtn positive 
-0x68e2 028084 call hci_parse_complete_packet 
-0x68e3 028085 branch hci_drop_current_packet 
-:      028087 hci_parse_complete_packet:
-0x68e4 028088 fetch 1 ,mem_hci_opcode_ogf 
-0x68e5 028096 beq hci_ogf_vendor_specific_debug ,hci_parse_packet_cmd_ogf_vendorspecific_debug 
-0x68e6 028097 branch hci_send_event_command_complete_error_command_nuknown 
-:      028107 hci_parse_packet_cmd_ogf_vendorspecific_debug:
-0x68e7 028108 bpatch patch16_4 ,mem_patch16 
-0x68e8 028109 fetch 1 ,mem_hci_opcode_ocf 
-0x68e9 028110 beq hci_vendor_cmd_reset ,hci_normal_reply 
-0x68ea 028111 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
-0x68eb 028112 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
-0x68ec 028113 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
-0x68ed 028114 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
-0x68ee 028115 beq hci_vendor_cmd_echo ,hci_normal_reply 
-0x68ef 028116 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
-0x68f0 028117 beq hci_vendor_cmd_set_flow_control ,phci_grp_vendor_flow_control 
-0x68f1 028118 branch hci_normal_reply 
-:      028121 phci_grp_vendor_chipid:
-0x68f2 028122 jam command_succeeded ,mem_hci_command_complete_return_parameter 
-0x68f3 028123 fetch 2 ,core_chipid 
-0x68f4 028124 store 2 ,mem_hci_command_complete_return_parameter_chip_id 
-0x68f5 028125 arg 3 ,loopcnt 
-0x68f6 028126 branch hci_send_event_command_complete 
-:      028128 phci_grp_vendor_baud:
-0x68f7 028129 ifetch 2 ,contu 
-0x68f8 028130 store 2 ,core_uart_baud 
-0x68f9 028131 rtn 
-:      028134 phci_grp_vendor_patch_common:
-0x68fa 028135 ifetch 1 ,contu 
-0x68fb 028136 copy pdata ,temp 
-0x68fc 028137 store 1 ,core_ucode_low 
-0x68fd 028138 ifetch 1 ,contu 
-0x68fe 028139 iadd temp ,temp 
-0x68ff 028140 set1 7 ,pdata 
-0x6900 028141 store 1 ,core_ucode_ctrl 
-0x6901 028142 ifetch 1 ,contu 
-0x6902 028143 iadd temp ,temp 
-0x6903 028144 copy pdata ,loopcnt 
-0x6904 028145 rtn 
-:      028147 phci_grp_vendor_patch:
-0x6905 028148 call phci_grp_vendor_patch_common 
-:      028149 phci_grp_vendor_patch_loop:
-0x6906 028150 ifetch 1 ,contu 
-0x6907 028151 store 1 ,core_ucode_data 
-0x6908 028152 iadd temp ,temp 
-0x6909 028153 loop phci_grp_vendor_patch_loop 
-:      028154 phci_grp_vendor_patch_check_sum:
-0x690a 028155 and temp ,0xff ,temp 
-0x690b 028156 ifetch 1 ,contu 
-0x690c 028157 isub temp ,null 
-0x690d 028158 nbranch phci_grp_vendor_patch_bad ,zero 
-0x690e 028159 branch hci_normal_reply 
-:      028161 phci_grp_vendor_done:
-0x690f 028162 arg 0x20 ,loopcnt 
-0x6910 028163 arg mem_patch00 ,contw 
-0x6911 028164 arg 0 ,temp 
-:      028165 phci_grp_vendor_done_loop:
-0x6912 028166 ifetch 1 ,contu 
-0x6913 028167 istore 1 ,contw 
-0x6914 028168 iadd temp ,temp 
-0x6915 028169 loop phci_grp_vendor_done_loop 
-0x6916 028170 and temp ,0xff ,temp 
-0x6917 028171 ifetch 1 ,contu 
-0x6918 028172 isub temp ,null 
-0x6919 028173 nbranch phci_grp_vendor_patch_bad ,zero 
-0x691a 028174 jam 0 ,core_ucode_ctrl 
-0x691b 028175 call hci_normal_reply 
-0x691c 028176 call wait_uarttx 
-0x691d 028177 branch soft_reset 
-:      028179 phci_grp_vendor_patch_bad:
-0x691e 028180 jam 0 ,core_ucode_ctrl 
-0x691f 028181 branch hci_send_event_command_complete_error_command_nuknown 
-:      028184 phci_grp_vendor_mem:
-0x6920 028185 ifetch 1 ,contu 
-0x6921 028186 copy pdata ,loopcnt 
-0x6922 028187 ifetch 2 ,contu 
-0x6923 028188 copy pdata ,contw 
-0x6924 028189 call uart_copy_rx_bytes 
-0x6925 028190 branch hci_normal_reply 
-:      028192 phci_grp_vendor_flow_control:
-0x6926 028193 fetch 1 ,core_uart_ctrl 
-0x6927 028194 set1 bit_uart_control_flow_control ,pdata 
-0x6928 028195 store 1 ,core_uart_ctrl 
-0x6929 028196 branch hci_normal_reply 
-:      028199 hci_normal_reply:
-0x692a 028200 branch hci_send_event_command_complete_without_payload 
-:      028202 hci_send_event_command_complete_error_command_nuknown:
-0x692b 028203 jam command_unknown ,mem_hci_command_complete_return_parameter 
-0x692c 028204 branch hci_send_event_command_complete_without_payload + 1 
-:      028205 hci_send_event_command_complete_error_command_disallowed:
-0x692d 028206 jam command_disallowed ,mem_hci_command_complete_return_parameter 
-0x692e 028207 branch hci_send_event_command_complete_without_payload + 1 
-:      028208 hci_send_event_command_complete_without_payload:
-0x692f 028209 jam command_succeeded ,mem_hci_command_complete_return_parameter 
-0x6930 028210 arg 1 ,loopcnt 
-0x6931 028211 branch hci_send_event_command_complete 
-:      028213 hci_send_event_command_complete:
-0x6932 028214 jam hci_event_command_complete ,mem_hci_event_head_event_code 
-0x6933 028215 add loopcnt ,3 ,pdata 
-0x6934 028216 store 1 ,mem_hci_event_para_total_length 
-0x6935 028217 call hci_prepare_send_event 
-0x6936 028218 fetch 3 ,mem_hci_command_complete_num_hci_command_packet 
-0x6937 028219 istore 3 ,contwu 
-0x6938 028221 arg mem_hci_command_complete_return_parameter ,contr 
-0x6939 028222 call uart_copy_tx_bytes 
-0x693a 028223 branch uarta_send_register_pop 
-:      028227 hci_prepare_send_event:
-0x693b 028228 call uarta_prepare_tx_register_push 
-0x693c 028229 fetch 3 ,mem_hci_event_head_type 
-0x693d 028230 istore 3 ,contwu 
-0x693e 028231 rtn 
-:      028233 hci_drop_current_packet:
-0x693f 028234 call uarta_prepare_rx 
-0x6940 028235 increase 3 ,contru 
-0x6941 028236 ifetch 1 ,contru 
-0x6942 028237 iadd contru ,contru 
-0x6943 028238 branch uarta_rxdone 
-:      028240 cmd_exit:
-0x6944 028241 jam 0 ,mem_hci_cmd 
-0x6945 028242 rtn 
-:      028249 l2cap_init:
-0x6946 028250 branch l2cap_init_wake ,wake 
-0x6947 028251 setarg mem_l2cap_xmem_end 
-0x6948 028252 arg mem_l2cap_xmem_start ,contw 
-0x6949 028253 isub contw ,loopcnt 
-0x694a 028254 call clear_mem 
-:      028255 l2cap_init_wake:
-0x694b 028257 rtn 
-:      028261 check_l2cap_map:
-0x694c 028262 arg 0 ,queue 
-0x694d 028263 arg 0 ,regb 
-:      028265 check_l2cap_map_loop:
-0x694e 028266 sub queue ,7 ,null 
-0x694f 028267 nrtn positive 
-0x6950 028268 qisolate1 rega 
-0x6951 028269 branch check_l2cap_map_used ,true 
-0x6952 028270 branch check_l2cap_map_used2 
-:      028272 check_l2cap_map_used:
-0x6953 028273 copy temp ,pdata 
-0x6954 028274 branch check_l2cap_map_used2 ,blank 
-0x6955 028275 qset1 regb 
-0x6956 028276 increase -1 ,temp 
-:      028278 check_l2cap_map_used2:
-0x6957 028279 increase 1 ,queue 
-0x6958 028280 branch check_l2cap_map_loop 
-:      028293 ble_l2cap_malloc:
-0x6959 028294 fetchr regd ,2 ,mem_ble_l2cap_tx_buff0_ptr 
-0x695a 028295 fetchr rege ,2 ,mem_ble_l2cap_tx_buff_size_ptr 
-0x695b 028296 call disable_user 
-0x695c 028297 branch host_l2cap_malloc 
-:      028299 host_l2cap_malloc:
-0x695d 028300 bpatch patch16_6 ,mem_patch16 
-0x695e 028301 call l2cap_malloc_is_fifo_full 
-0x695f 028302 nbranch assert ,blank 
-0x6960 028303 call l2cap_malloc_get_full_map 
-0x6961 028304 arg 8 ,loopcnt 
-:      028305 host_l2cap_malloc_loop:
-0x6962 028306 fetcht 1 ,mem_used_map 
-0x6963 028307 sub loopcnt ,8 ,queue 
-0x6964 028308 qisolate1 temp 
-0x6965 028309 branch host_l2cap_malloc_next_buffer ,true 
-0x6966 028310 call host_l2cap_malloc_check_buffer_enough 
-0x6967 028311 nbranch host_l2cap_malloc_next_buffer ,positive 
-0x6968 028312 call host_l2cap_malloc_into_fifo 
-0x6969 028313 branch host_l2cap_malloc_succ 
-:      028314 host_l2cap_malloc_next_buffer:
-0x696a 028315 copy rege ,pdata 
-0x696b 028316 iadd regd ,regd 
-0x696c 028317 loop host_l2cap_malloc_loop 
-0x696d 028318 branch assert 
-:      028319 host_l2cap_malloc_succ:
-0x696e 028320 copy regd ,pdata 
-0x696f 028321 copy regd ,contw 
-0x6970 028322 rtn 
-:      028331 host_l2cap_malloc_check_buffer_enough:
-0x6971 028332 bpatch patch16_7 ,mem_patch16 
-0x6972 028333 sub loopcnt ,8 ,queue 
-0x6973 028334 arg 0 ,temp 
-0x6974 028335 arg 0 ,timeup 
-:      028336 host_l2cap_malloc_check_buffer_enough_loop:
-0x6975 028337 copy queue ,pdata 
-0x6976 028338 beq 8 ,host_l2cap_malloc_check_buffer_enough_end 
-0x6977 028339 fetch 1 ,mem_used_map 
-0x6978 028340 qisolate1 pdata 
-0x6979 028341 branch host_l2cap_malloc_check_buffer_enough_end ,true 
-0x697a 028342 qset1 timeup 
-0x697b 028343 copy rege ,pdata 
-0x697c 028344 iadd temp ,temp 
-0x697d 028345 increase 1 ,queue 
-0x697e 028346 copy rega ,pdata 
-0x697f 028347 isub temp ,null 
-0x6980 028348 branch host_l2cap_malloc_check_buffer_enough_end ,zero 
-0x6981 028349 branch host_l2cap_malloc_check_buffer_enough_loop ,positive 
-:      028350 host_l2cap_malloc_check_buffer_enough_end:
-0x6982 028351 copy temp ,pdata 
-0x6983 028352 isub rega ,null 
-0x6984 028353 nrtn zero 
-0x6985 028354 qset1 timeup 
-0x6986 028355 rtn 
-:      028364 host_l2cap_malloc_into_fifo:
-0x6987 028365 bpatch patch17_0 ,mem_patch17 
-0x6988 028366 call l2cap_malloc_is_fifo_full 
-0x6989 028367 nbranch assert ,blank 
-0x698a 028368 call l2cap_malloc_is_fifo_empty 
-0x698b 028369 branch host_l2cap_malloc_into_fifo_no_push ,blank 
-0x698c 028370 fetch 9 ,mem_tx_fifo1 
-0x698d 028371 store 9 ,mem_tx_fifo0 
-0x698e 028372 setarg 0 
-0x698f 028373 istore 3 ,contw 
-:      028374 host_l2cap_malloc_into_fifo_no_push:
-0x6990 028375 storer timeup ,1 ,mem_tx_fifo3_map 
-0x6991 028376 storer regd ,2 ,mem_tx_fifo3_ptr 
-0x6992 028377 rtn 
-:      028386 l2cap_malloc_fifo_out:
-0x6993 028387 bpatch patch17_1 ,mem_patch17 
-0x6994 028388 call l2cap_malloc_fifo_get_first_ptr 
-0x6995 028389 increase 1 ,contr 
-0x6996 028390 ifetch 2 ,contr 
-0x6997 028391 rtn 
-:      028398 l2cap_malloc_free:
-0x6998 028399 bpatch patch17_2 ,mem_patch17 
-0x6999 028400 call l2cap_malloc_fifo_get_first_ptr 
-0x699a 028401 copy contr ,contw 
-0x699b 028402 copy contr ,temp 
-0x699c 028403 setarg 0 
-0x699d 028404 istore 3 ,contw 
-0x699e 028405 rtn 
-:      028412 l2cap_malloc_discard:
-0x699f 028413 bpatch patch17_3 ,mem_patch17 
-0x69a0 028414 call l2cap_malloc_is_fifo_empty 
-0x69a1 028415 branch assert ,blank 
-0x69a2 028416 fetch 3 ,mem_tx_fifo2 
-0x69a3 028417 store 3 ,mem_tx_fifo3 
-0x69a4 028418 fetch 3 ,mem_tx_fifo1 
-0x69a5 028419 store 3 ,mem_tx_fifo2 
-0x69a6 028420 fetch 3 ,mem_tx_fifo0 
-0x69a7 028421 store 3 ,mem_tx_fifo1 
-0x69a8 028422 rtn 
-:      028430 l2cap_malloc_is_fifo_full:
-0x69a9 028431 bpatch patch17_4 ,mem_patch17 
-0x69aa 028432 fetch 3 ,mem_tx_fifo0 
-0x69ab 028433 rtn 
-:      028441 l2cap_malloc_is_fifo_nearly_full:
-0x69ac 028442 bpatch patch17_5 ,mem_patch17 
-0x69ad 028443 fetch 3 ,mem_tx_fifo1 
-0x69ae 028444 rtn 
-:      028452 l2cap_malloc_is_fifo_empty:
-0x69af 028453 bpatch patch17_6 ,mem_patch17 
-0x69b0 028454 fetch 3 ,mem_tx_fifo3 
-0x69b1 028455 rtn 
-:      028462 l2cap_malloc_fifo_get_first_ptr:
-0x69b2 028463 call l2cap_malloc_is_fifo_empty 
-0x69b3 028464 branch l2cap_malloc_fifo_get_first_ptr_empty ,blank 
-0x69b4 028465 arg mem_tx_fifo0 ,contr 
-:      028466 l2cap_malloc_free_loop:
-0x69b5 028467 ifetch 3 ,contr 
-0x69b6 028468 branch l2cap_malloc_free_loop ,blank 
-:      028469 l2cap_malloc_fifo_get_first_ptr_empty:
-0x69b7 028470 increase -3 ,contr 
-0x69b8 028471 rtn 
-:      028479 l2cap_malloc_get_full_map:
-0x69b9 028480 bpatch patch17_7 ,mem_patch17 
-0x69ba 028481 arg 4 ,loopcnt 
-0x69bb 028482 arg mem_tx_fifo0_map ,contr 
-0x69bc 028483 arg 0 ,temp 
-:      028484 l2cap_malloc_get_full_map_loop:
-0x69bd 028485 ifetch 3 ,contr 
-0x69be 028486 and pdata ,0xff ,pdata 
-0x69bf 028487 ior temp ,temp 
-0x69c0 028488 loop l2cap_malloc_get_full_map_loop 
-0x69c1 028489 storet 1 ,mem_used_map 
-0x69c2 028490 rtn 
-:      028493 l2cap_lpm_get_wake_lock:
-0x69c3 028494 arg wake_lock_l2cap_tx ,queue 
-0x69c4 028495 branch lpm_get_wake_lock 
-:      028497 l2cap_lpm_put_wake_lock:
-0x69c5 028498 arg wake_lock_l2cap_tx ,queue 
-0x69c6 028499 branch lpm_put_wake_lock 
-:      028510 twspi_reset:
-0x69c7 028511 bpatch patch18_1 ,mem_patch18 
-0x69c8 028512 sub temp ,ui_button_gpio_disable ,null 
-0x69c9 028513 rtn zero 
-0x69ca 028514 copy temp ,pdata 
-0x69cb 028515 and_into 0xff ,pdata 
-0x69cc 028516 sub pdata ,gpio_number + -1 ,null 
-0x69cd 028517 nbranch twspi_reset_ext ,positive 
-0x69ce 028518 arg core_gpio_conf ,contw 
-:      028519 twspi_reset_next:
-0x69cf 028520 iadd contw ,contw 
-0x69d0 028521 copy contw ,rega 
-0x69d1 028522 arg gpcfg_output_low ,temp 
-0x69d2 028523 istoret 1 ,contw 
-0x69d3 028524 call twspi_disable 
-0x69d4 028525 nop 30 
-0x69d5 028526 copy rega ,contw 
-0x69d6 028527 arg gpcfg_output_high ,temp 
-0x69d7 028528 istoret 1 ,contw 
-0x69d8 028529 branch twspi_enable 
-:      028531 twspi_reset_ext:
-0x69d9 028532 arg core_gpio_conf_hi ,contw 
-0x69da 028533 increase -16 ,pdata 
-0x69db 028534 branch twspi_reset_next 
-:      028537 twspi_disable:
-0x69dc 028538 fetch 1 ,core_spid_delay 
-0x69dd 028539 and_into 0x7f ,pdata 
-0x69de 028540 store 1 ,core_spid_delay 
-0x69df 028541 rtn 
-:      028543 twspi_enable:
-0x69e0 028544 fetch 1 ,core_spid_delay 
-0x69e1 028545 or_into 0x80 ,pdata 
-0x69e2 028546 store 1 ,core_spid_delay 
-0x69e3 028547 rtn 
-:      028549 twspi_write:
-0x69e4 028550 branch spid_write_reg 
-:      028552 twspi_read:
-0x69e5 028553 branch spid_read_reg 
-:      028557 aes_disable:
-0x69e6 028558 fetch 1 ,core_bist_ctrl 
-0x69e7 028559 set0 aes_en ,pdata 
-0x69e8 028560 store 1 ,core_bist_ctrl 
-0x69e9 028561 rtn 
-:      028563 read_function_aes:
-0x69ea 028564 nbranch read_function ,user 
-0x69eb 028565 fetch 1 ,core_bist_ctrl 
-0x69ec 028566 set1 aes_en ,pdata 
-0x69ed 028567 store 1 ,core_bist_ctrl 
-:      028568 read_function:
-0x69ee 028569 copy temp ,null 
-0x69ef 028570 branch read_fuction_zero ,zero 
-0x69f0 028571 copy regc ,pc 
-:      028573 read_fuction_zero:
-0x69f1 028574 isolate0 0 ,null 
-0x69f2 028575 branch set_ucode_status 
-:      028578 get_block_header:
-0x69f3 028579 force 4 ,temp 
-:      028580 get_block_header0:
-0x69f4 028581 arg mem_ucode_buf ,rega 
-0x69f5 028582 call aes_disable 
-0x69f6 028583 call read_function 
-0x69f7 028584 arg 0x55aa ,rega 
-0x69f8 028585 fetch 2 ,mem_ucode_buf 
-0x69f9 028586 ifetcht 2 ,contr 
-0x69fa 028587 isub rega ,null 
-0x69fb 028588 rtn 
-:      028591 read_first_block:
-0x69fc 028592 call load_aes_reinit ,user 
-0x69fd 028593 arg 2 ,temp 
-0x69fe 028594 arg mem_ucode_ptr ,rega 
-0x69ff 028595 call read_function 
-0x6a00 028596 fetch 2 ,mem_ucode_ptr 
-:      028597 read_first_block_cont:
-0x6a01 028598 store 2 ,mem_addr_mi 
-0x6a02 028599 call get_iv ,user 
-0x6a03 028600 rtn 
-:      028602 get_iv:
-0x6a04 028603 arg 16 ,temp 
-0x6a05 028604 arg mem_ucode_keybuf ,rega 
-0x6a06 028605 call aes_disable 
-0x6a07 028606 call read_function 
-:      028607 set_iv:
-0x6a08 028608 arg mem_ucode_keybuf ,contr 
-0x6a09 028609 arg 16 ,loopcnt 
-0x6a0a 028610 call aes_load_data 
-0x6a0b 028611 call aes_init 
-0x6a0c 028612 call aes_clear_data 
-0x6a0d 028613 branch do_aes_cbc 
-:      028615 load_aes_reinit:
-0x6a0e 028616 jam 0x0 ,core_ucode_ctrl 
-0x6a0f 028617 call aes_disable 
-0x6a10 028618 branch aes_clear_data 
-:      028620 load_storage:
-0x6a11 028621 setarg 0 
-0x6a12 028622 store 2 ,mem_queue 
-0x6a13 028623 disable match 
-0x6a14 028624 call get_block_header 
-0x6a15 028625 nrtn zero 
-0x6a16 028626 enable match 
-0x6a17 028627 setarg 0x8000 
-0x6a18 028628 store 3 ,core_ucode_hi 
-0x6a19 028629 arg core_ucode_data ,rega 
-0x6a1a 028630 call read_function_aes 
-0x6a1b 028631 jam 0x0 ,core_ucode_ctrl 
-0x6a1c 028632 fetch 1 ,mem_ucode_status 
-0x6a1d 028633 rtnbit0 0 
-:      028634 load_storage_loop:
-0x6a1e 028635 arg 6 ,temp 
-0x6a1f 028636 call get_block_header0 
-0x6a20 028637 nbranch load_data_checksum_compare ,zero 
-0x6a21 028638 ifetchr rega ,2 ,contr 
-0x6a22 028639 call read_function 
-0x6a23 028640 call load_data_checksum_calc 
-0x6a24 028641 branch load_storage_loop 
-:      028644 load_data_checksum_calc:
-0x6a25 028645 fetch 2 ,mem_queue 
-0x6a26 028646 arg 6 ,loopcnt 
-0x6a27 028647 arg mem_ucode_buf ,contr 
-0x6a28 028648 call cal_sum 
-0x6a29 028649 fetchr loopcnt ,2 ,mem_ucode_len 
-0x6a2a 028650 copy rega ,contr 
-0x6a2b 028651 call cal_sum 
-0x6a2c 028652 store 2 ,mem_queue 
-0x6a2d 028653 rtn 
-:      028655 load_data_checksum_compare:
-0x6a2e 028656 fetch 1 ,mem_otp_load_check_sum 
-0x6a2f 028657 beq 0x5a ,load_data_checksum_ok 
-0x6a30 028658 arg 0xaa55 ,rega 
-0x6a31 028659 fetch 2 ,mem_ucode_buf 
-0x6a32 028660 isub rega ,null 
-0x6a33 028661 nbranch load_data_checksum_compare_fail ,zero 
-0x6a34 028662 arg 0x55aa ,rega 
-0x6a35 028663 fetch 2 ,mem_ucode_len 
-0x6a36 028664 isub rega ,null 
-0x6a37 028665 nbranch load_data_checksum_compare_fail ,zero 
-0x6a38 028666 fetch 2 ,mem_sched_addr 
-0x6a39 028667 fetcht 2 ,mem_queue 
-0x6a3a 028668 isub temp ,null 
-0x6a3b 028669 nbranch load_data_checksum_compare_fail ,zero 
-:      028670 load_data_checksum_ok:
-0x6a3c 028671 set1 15 ,rega 
-0x6a3d 028672 branch read_fuction_zero 
-:      028674 load_data_checksum_compare_fail:
-0x6a3e 028675 jam 0 ,mem_ucode_status 
-0x6a3f 028676 rtn 
-:      028679 loadcode_lock_load_ucode:
-0x6a40 028682 and pdata ,0xff ,pdata 
-0x6a41 028683 rshift4 pdata ,pdata 
-0x6a42 028684 store 1 ,mem_device_option 
-0x6a43 028685 branch loadcode_load_key 
-:      028687 loadcode_lock:
-0x6a44 028688 fetch 2 ,core_ucode_flag 
-0x6a45 028689 nbranch loadcode_lock_load_ucode ,blank 
-0x6a46 028690 call loadcode_load_key 
-0x6a47 028691 fetch 2 ,mem_device_option 
-0x6a48 028692 rtn blank 
-0x6a49 028693 call loadcode_set_lock 
-0x6a4a 028694 branch lpm_write_lock 
-:      028696 loadcode_set_lock:
-0x6a4b 028697 fetch 1 ,mem_device_option 
-0x6a4c 028698 rtn blank 
-0x6a4d 028699 and pdata ,0xf ,temp 
-0x6a4e 028700 storet 1 ,mem_device_option 
-0x6a4f 028701 rshift4 pdata ,pdata 
-0x6a50 028702 ixor temp ,pdata 
-0x6a51 028703 bne 0xf ,app_lpm_mpu_lock_24g_ble 
-0x6a52 028704 branch app_lpm_lock_check 
-:      028706 load_otp_hv_vsel:
-0x6a53 028707 fetch 1 ,mem_otp_hv_sel 
-0x6a54 028708 ncall lpm_save_sel_hv ,blank 
-0x6a55 028709 fetch 1 ,mem_otp_ldo_vsel 
-0x6a56 028710 rtn blank 
-0x6a57 028711 store 1 ,mem_lpm_ldo_sel 
-0x6a58 028712 branch lpm_write_io_vsel 
-:      028714 loadcode_load_key:
-0x6a59 028715 disable user 
-0x6a5a 028716 fetch 1 ,mem_ucode_flag 
-0x6a5b 028717 rtnbit0 otp_uflag_aes 
-0x6a5c 028718 call loadcode_check_otp_lock 
-0x6a5d 028719 arg otp_offset_ucode_key_l ,pdata 
-0x6a5e 028720 iadd regb ,regb 
-0x6a5f 028721 force 16 ,loopcnt 
-0x6a60 028722 arg mem_ucode_keybuf ,rega 
-0x6a61 028723 call otp_read_data 
-0x6a62 028724 jam otp_key_lock ,core_misc_ctrl 
-0x6a63 028725 arg mem_ucode_keybuf ,contr 
-0x6a64 028726 call load_key 
-0x6a65 028728 arg mem_ucode_keybuf ,contw 
-0x6a66 028729 call memset0_16 
-0x6a67 028730 branch enable_user 
-:      028733 loadcode:
-0x6a68 028734 jam 0x25 ,core_clkoff 
-0x6a69 028735 call enable_otp_read 
-0x6a6a 028736 arg otp_offset_patch_ptr ,regb 
-0x6a6b 028737 force 11 ,loopcnt 
-0x6a6c 028738 arg mem_ucode_ptr ,rega 
-0x6a6d 028739 call otp_read_data1 
-0x6a6e 028740 fetchr regf ,5 ,mem_ucode_ptr 
-0x6a6f 028741 fetch 1 ,mem_ucode_flag 
-0x6a70 028742 bbit0 otp_uflag_bist ,loadcode_nobist 
-0x6a71 028743 jam 0x7 ,core_bist_ctrl 
-:      028744 loadcode_bistwait:
-0x6a72 028745 fetch 1 ,core_bist_done 
-0x6a73 028746 bne 7 ,loadcode_bistwait 
-0x6a74 028747 fetch 1 ,core_bist_fail 
-0x6a75 028748 lshift4 pdata ,pdata 
-0x6a76 028749 store 1 ,core_bist_ctrl 
-0x6a77 028750 branch loadcode_otp 
-:      028752 loadcode_nobist:
-0x6a78 028753 call set_bistfix 
-0x6a79 028754 call clean_xmem 
-0x6a7a 028755 call clean_smem 
-:      028756 loadcode_otp:
-0x6a7b 028757 storer regf ,5 ,mem_ucode_ptr 
-0x6a7c 028759 call loadcode_check_otp_lock 
-0x6a7d 028760 arg otp_offset_adc_param_l ,pdata 
-0x6a7e 028761 iadd regb ,regb 
-0x6a7f 028762 arg 32 ,loopcnt 
-0x6a80 028763 arg mem_otp_temp ,rega 
-0x6a81 028764 call otp_read_data 
-0x6a82 028766 call load_otp_hv_vsel 
-0x6a83 028767 call loadcode_lock 
-0x6a84 028769 fetch 1 ,mem_ucode_flag 
-0x6a85 028770 bbit0 otp_uflag_aes ,loadcode_unenc 
-0x6a86 028771 fetcht 1 ,mem_peripheral_lock_flag 
-0x6a87 028772 arg 0 ,pdata 
-0x6a88 028773 set1 otp_not_limit ,pdata 
-0x6a89 028774 set1 otp_limit ,pdata 
-0x6a8a 028775 iand temp ,rega 
-0x6a8b 028776 sub rega ,0 ,null 
-0x6a8c 028777 branch loadcode_error ,zero 
-0x6a8d 028778 isub rega ,null 
-0x6a8e 028779 branch loadcode_error ,zero 
-:      028780 loadcode_unenc:
-0x6a8f 028781 jam 0 ,mem_loadcode_times 
-0x6a90 028782 arg otp_load_code ,regc 
-:      028783 loadcode_otp_loop:
-0x6a91 028784 call loadcode_timeout 
-0x6a92 028785 nbranch loadcode_error ,positive 
-0x6a93 028786 fetch 2 ,mem_ucode_ptr 
-0x6a94 028787 branch loadcode_otp_end ,blank 
-0x6a95 028788 call read_first_block_cont 
-0x6a96 028789 call load_storage 
-0x6a97 028790 nbranch loadcode_otp_end ,match 
-0x6a98 028791 fetch 1 ,mem_ucode_status 
-0x6a99 028792 compare 3 ,pdata ,3 
-0x6a9a 028793 nbranch loadcode_otp_loop ,true 
-0x6a9b 028794 call run_otp_code 
-:      028795 loadcode_otp_end:
-0x6a9c 028796 call disable_otp 
-0x6a9d 028797 jam 0 ,mem_loadcode_times 
-:      028798 loadcode_iic_loop:
-0x6a9e 028799 call loadcode_timeout 
-0x6a9f 028800 nbranch loadcode_error ,positive 
-0x6aa0 028801 call iicd_load_gpio_init 
-0x6aa1 028802 call clear_eeprom_size_2k 
-0x6aa2 028803 fetch 1 ,mem_ucode_flag 
-0x6aa3 028804 bbit1 otp_uflag_skip_eep ,loadcode_spi 
-0x6aa4 028805 call loadcode_iic_by_eeprom 
-0x6aa5 028806 nbranch loadcode_iic_eeprom_2k ,match 
-0x6aa6 028807 fetch 1 ,mem_ucode_status 
-0x6aa7 028808 compare 3 ,pdata ,3 
-0x6aa8 028809 nbranch loadcode_iic_loop ,true 
-0x6aa9 028810 branch loadcode_spi 
-:      028812 run_otp_code:
-0x6aaa 028813 setarg 0x1ff 
-0x6aab 028814 arg 0 ,pc 
-0x6aac 028815 rtn 
-:      028817 loadcode_check_otp_lock:
-0x6aad 028818 arg otp_offset_h ,regb 
-0x6aae 028819 fetch 1 ,core_peripheral_lock 
-0x6aaf 028820 bbit1 otp_limit ,loadcode_otp_lock 
-0x6ab0 028821 fetch 1 ,mem_peripheral_lock_flag 
-0x6ab1 028822 rtnbit0 otp_limit 
-:      028823 loadcode_otp_lock:
-0x6ab2 028824 arg 0 ,regb 
-0x6ab3 028825 rtn 
-:      028828 loadcode_iic_eeprom_2k:
-0x6ab4 028829 call set_eeprom_size_2k 
-0x6ab5 028830 fetch 1 ,mem_ucode_flag 
-0x6ab6 028831 bbit1 otp_uflag_skip_eep ,loadcode_spi 
-0x6ab7 028832 call loadcode_iic_by_eeprom 
-0x6ab8 028833 nbranch loadcode_spi ,match 
-0x6ab9 028834 fetch 1 ,mem_ucode_status 
-0x6aba 028835 compare 3 ,pdata ,3 
-0x6abb 028836 nbranch loadcode_iic_loop ,true 
-0x6abc 028837 branch loadcode_hci 
-:      028839 loadcode_spi:
-0x6abd 028840 jam 0 ,mem_loadcode_times 
-:      028841 loadcode_spi_loop:
-0x6abe 028842 call loadcode_timeout 
-0x6abf 028843 nbranch loadcode_error ,positive 
-0x6ac0 028844 fetch 1 ,mem_ucode_flag 
-0x6ac1 028845 bbit1 otp_uflag_skip_flash ,loadcode_hci 
-0x6ac2 028846 call spid_init_flash 
-0x6ac3 028847 nop 200 
-0x6ac4 028848 call spid_flash_release_form_powerdown 
-0x6ac5 028849 nop 100 
-0x6ac6 028850 arg spid_load_flash ,regc 
-0x6ac7 028851 call read_first_block 
-0x6ac8 028852 call load_storage 
-0x6ac9 028853 nbranch loadcode_hci ,match 
-0x6aca 028854 fetch 1 ,mem_ucode_status 
-0x6acb 028855 compare 3 ,pdata ,3 
-0x6acc 028856 nbranch loadcode_spi_loop ,true 
-:      028858 loadcode_hci:
-0x6acd 028859 call clear_key_buf 
-0x6ace 028860 fetch 1 ,mem_ucode_flag 
-0x6acf 028861 rtnbit0 otp_uflag_hci 
-0x6ad0 028862 branch hci_init 
-:      028864 clear_key_buf:
-0x6ad1 028865 arg mem_ucode_keybuf ,contw 
-0x6ad2 028866 call memset0_16 
-0x6ad3 028867 force regidx_key ,regext_index 
-0x6ad4 028868 call aes_clear 
-0x6ad5 028869 jam 0x21 ,core_clkoff 
-0x6ad6 028870 rtn 
-:      028872 iicd_load_gpio_init:
-0x6ad7 028873 fetch 1 ,mem_eeprom_sda_gpio 
-0x6ad8 028874 fetcht 1 ,mem_eeprom_scl_gpio 
-0x6ad9 028875 isub temp ,null 
-0x6ada 028876 nbranch iicd_read_init_pin ,zero 
-:      028877 iicd_load_default_gpio:
-0x6adb 028878 jam 4 ,mem_eeprom_wp_gpio 
-0x6adc 028879 jam 23 ,mem_eeprom_scl_gpio 
-0x6add 028880 jam 22 ,mem_eeprom_sda_gpio 
-0x6ade 028881 branch iicd_read_init_pin 
-:      028885 loadcode_iic_by_eeprom:
-0x6adf 028886 setarg 0x0 
-0x6ae0 028887 store 2 ,mem_addr_mi 
-0x6ae1 028888 arg iicd_read_eep ,regc 
-0x6ae2 028889 call iic_init_600khz 
-0x6ae3 028890 call read_first_block 
-0x6ae4 028891 branch load_storage 
-:      028896 loadcode_timeout:
-0x6ae5 028897 call loadcode_error_delay 
-0x6ae6 028898 fetch 1 ,mem_loadcode_times 
-0x6ae7 028899 increase 1 ,pdata 
-0x6ae8 028900 sub pdata ,3 ,null 
-0x6ae9 028901 store 1 ,mem_loadcode_times 
-0x6aea 028902 rtn 
-:      028904 loadcode_error_delay:
-0x6aeb 028905 fetch 1 ,mem_loadcode_times 
-0x6aec 028906 rtn blank 
-0x6aed 028907 fetch 1 ,mem_otp_load_delay 
-0x6aee 028908 rtn blank 
-0x6aef 028909 copy pdata ,loopcnt 
-0x6af0 028910 branch delay_ms_wait 
-:      028913 loadcode_error:
-0x6af1 028914 call clear_key_buf 
-0x6af2 028915 call aes_disable 
-0x6af3 028917 call ice_break 
-0x6af4 028918 rtn 
-:      028920 set_bistfix:
-0x6af5 028921 and_into 0xe0 ,pdata 
-0x6af6 028922 rshift pdata ,pdata 
-0x6af7 028923 store 1 ,core_bist_ctrl 
-0x6af8 028924 setarg 1 
-0x6af9 028925 arg mem_bistfix_val ,contr 
-:      028926 set_bistfix_loop:
-0x6afa 028927 ifetcht 2 ,contr 
-0x6afb 028928 storet 2 ,core_lpm_reg 
-0x6afc 028929 store 1 ,core_set_bistfix 
-0x6afd 028930 lshift pdata ,pdata 
-0x6afe 028931 bbit0 3 ,set_bistfix_loop 
-0x6aff 028932 rtn 
-:      028935 set_ucode_status:
-0x6b00 028936 fetch 1 ,mem_ucode_status 
-0x6b01 028937 lshift pdata ,pdata 
-0x6b02 028938 setflag true ,0 ,pdata 
-0x6b03 028939 isolate0 15 ,rega 
-0x6b04 028940 rtn true 
-0x6b05 028941 store 1 ,mem_ucode_status 
-0x6b06 028942 rtn 
-:      028945 decrypt_code:
-0x6b07 028946 fetch 1 ,core_bist_ctrl 
-0x6b08 028947 rtnbit0 aes_en 
-0x6b09 028948 branch decrypt_code_skip 
-:      028949 decrypt_code_loop:
-0x6b0a 028950 fetch 1 ,core_dma_status 
-0x6b0b 028951 qisolate1 pdata 
-0x6b0c 028952 rtn true 
-:      028953 decrypt_code_skip:
-0x6b0d 028954 fetch 1 ,core_misc_status 
-0x6b0e 028955 bbit0 1 ,decrypt_code_loop 
-0x6b0f 028956 call do_aes_cbc 
-0x6b10 028957 branch decrypt_code_loop 
-:      028977 load_ucode:
-0x6b11 028978 fetch 2 ,mem_patch_ptr 
-0x6b12 028979 rtn blank 
-0x6b13 028980 jam 0x80 ,core_ucode_ctrl 
-0x6b14 028981 jam 0 ,core_ucode_hi 
-0x6b15 028982 jam 0 ,core_ucode_low 
-0x6b16 028983 fetcht 2 ,mem_patch_len 
-0x6b17 028984 lshift2 temp ,loopcnt 
-0x6b18 028985 iforce contr 
-:      028986 load_ucode_loop:
-0x6b19 028987 ifetch 1 ,contr 
-0x6b1a 028988 store 1 ,core_ucode_data 
-0x6b1b 028989 loop load_ucode_loop 
-0x6b1c 028990 jam 0x0 ,core_ucode_ctrl 
-0x6b1d 028991 rtn 
-:      028998 otp_load_code:
-0x6b1e 028999 copy temp ,loopcnt 
-0x6b1f 029000 fetch 2 ,mem_addr_mi 
-0x6b20 029001 iadd temp ,temp 
-0x6b21 029002 storet 2 ,mem_addr_mi 
-0x6b22 029003 iforce regb 
-0x6b23 029004 copy rega ,nap 
-0x6b24 029005 jam init_key ,core_misc_ctrl 
-0x6b25 029006 call otp_read_data 
-0x6b26 029007 copy nap ,rega 
-0x6b27 029008 isolate0 15 ,rega 
-0x6b28 029009 rtn true 
-0x6b29 029010 call enable_true ,blank 
-0x6b2a 029011 branch set_ucode_status 
-:      029014 otp_enable_chgpump25:
-0x6b2b 029015 jam 0x1 ,core_chgpump_ctrl 
-0x6b2c 029016 nop 300 
-0x6b2d 029017 jam 0x5 ,core_chgpump_ctrl 
-0x6b2e 029018 nop 100 
-0x6b2f 029019 jam 0x25 ,core_chgpump_ctrl 
-0x6b30 029020 nop 1000 
-0x6b31 029021 jam 0x27 ,core_chgpump_ctrl 
-0x6b32 029022 nop 300 
-0x6b33 029023 rtn 
-:      029025 otp_enable_chgpump65:
-0x6b34 029026 call otp_enable_chgpump25 
-0x6b35 029027 jam 0x3f ,core_chgpump_ctrl 
-0x6b36 029028 rtn 
-:      029030 disable_otp:
-0x6b37 029031 jam 0x83 ,core_otp_ctrl 
-:      029032 otp_disable_chgpump:
-0x6b38 029033 jam 0 ,core_chgpump_ctrl 
-0x6b39 029034 rtn 
-:      029036 enable_otp_read:
-0x6b3a 029037 call otp_enable_chgpump25 
-:      029039 otp_reset:
-0x6b3b 029040 jam 0x82 ,core_otp_ctrl 
-0x6b3c 029041 nop 12 
-0x6b3d 029042 jam 0x80 ,core_otp_ctrl 
-0x6b3e 029043 jam 0x82 ,core_otp_ctrl 
-0x6b3f 029044 nop 150 
-0x6b40 029045 rtn 
-:      029048 otp_set_addr:
-0x6b41 029049 lshift3 regb ,regb 
-0x6b42 029050 storer regb ,2 ,core_otp_addr 
-0x6b43 029051 jam 0 ,core_otp_din 
-0x6b44 029052 rtn 
-:      029055 otp_write:
-0x6b45 029056 bpatch patch18_4 ,mem_patch18 
-0x6b46 029057 call otp_enable_chgpump65 
-0x6b47 029058 call otp_set_addr 
-0x6b48 029059 call otp_reset 
-:      029060 otp_program:
-0x6b49 029061 ifetcht 1 ,rega 
-0x6b4a 029062 increase 1 ,rega 
-0x6b4b 029063 force 0 ,queue 
-:      029064 otp_program_bit:
-0x6b4c 029065 qisolate0 temp 
-0x6b4d 029066 branch otp_skip_0 ,true 
-0x6b4e 029067 fetch 1 ,core_otp_din 
-0x6b4f 029068 set1 6 ,pdata 
-0x6b50 029069 set1 7 ,pdata 
-0x6b51 029070 store 1 ,core_otp_din 
-0x6b52 029071 jam 0x02 ,core_otp_ctrl 
-0x6b53 029072 jam 0x82 ,core_otp_ctrl 
-0x6b54 029073 set0 7 ,pdata 
-0x6b55 029074 store 1 ,core_otp_din 
-0x6b56 029075 jam 0x8a ,core_otp_ctrl 
-0x6b57 029076 nop 11 
-0x6b58 029077 jam 0xca ,core_otp_ctrl 
-0x6b59 029078 nop 33 
-0x6b5a 029079 jam 0x4a ,core_otp_ctrl 
-0x6b5b 029080 nop 44 
-0x6b5c 029081 jam 0xca ,core_otp_ctrl 
-0x6b5d 029082 nop 22 
-0x6b5e 029083 jam 0x8a ,core_otp_ctrl 
-0x6b5f 029084 nop 33 
-0x6b60 029085 jam 0x82 ,core_otp_ctrl 
-0x6b61 029086 nop 1 
-0x6b62 029087 jam 0x92 ,core_otp_ctrl 
-0x6b63 029088 nop 10 
-0x6b64 029089 jam 0xb2 ,core_otp_ctrl 
-0x6b65 029090 fetch 1 ,core_otp_rdata 
-0x6b66 029091 jam 0x92 ,core_otp_ctrl 
-0x6b67 029092 nop 1 
-0x6b68 029093 jam 0x82 ,core_otp_ctrl 
-0x6b69 029094 nop 1 
-0x6b6a 029095 qisolate0 pdata 
-0x6b6b 029096 branch otp_program_bit ,true 
-:      029097 otp_skip_0:
-0x6b6c 029098 fetch 2 ,core_otp_addr 
-0x6b6d 029099 increase 1 ,pdata 
-0x6b6e 029100 store 2 ,core_otp_addr 
-0x6b6f 029101 increase 1 ,queue 
-0x6b70 029102 compare 8 ,queue ,0xf 
-0x6b71 029103 nbranch otp_program_bit ,true 
-0x6b72 029104 loop otp_program 
-0x6b73 029105 branch otp_disable_chgpump 
-:      029111 otp_read_data:
-0x6b74 029112 bpatch patch18_5 ,mem_patch18 
-:      029113 otp_read_data1:
-0x6b75 029114 call otp_set_addr 
-0x6b76 029115 jam 0xa2 ,core_otp_ctrl 
-0x6b77 029116 increase 8 ,regb 
-0x6b78 029117 arg 0 ,queue 
-0x6b79 029118 setarg -1 
-:      029119 otp_read_data_loop:
-0x6b7a 029120 fetcht 1 ,core_otp_rdata 
-0x6b7b 029121 istoret 1 ,rega 
-0x6b7c 029122 bcrc temp 
-0x6b7d 029123 jam shift_key ,core_misc_ctrl 
-0x6b7e 029124 storer regb ,2 ,core_otp_addr 
-0x6b7f 029125 isolate1 15 ,rega 
-0x6b80 029126 branch otp_read_noinc ,true 
-0x6b81 029127 increase 1 ,rega 
-0x6b82 029128 branch otp_read_unenc 
-:      029130 otp_read_noinc:
-0x6b83 029131 nbranch otp_read_unenc ,user 
-0x6b84 029132 increase 1 ,queue 
-0x6b85 029133 compare 0 ,queue ,0xf 
-0x6b86 029134 nbranch otp_read_unenc ,true 
-0x6b87 029135 call do_aes_cbc 
-0x6b88 029136 jam init_key ,core_misc_ctrl 
-:      029137 otp_read_unenc:
-0x6b89 029138 increase 8 ,regb 
-0x6b8a 029139 loop otp_read_data_loop 
-0x6b8b 029140 jam 0x82 ,core_otp_ctrl 
-0x6b8c 029141 rtn 
-:      029152 app_lpm_lock_check:
-0x6b8d 029153 fetch 1 ,mem_device_option 
-0x6b8e 029154 beq dvc_op_module ,app_lpm_module_lock 
-0x6b8f 029155 beq dvc_op_dongle ,app_lpm_dongle_lock 
-0x6b90 029157 beq dvc_op_mouse ,app_lpm_mouse_lock 
-0x6b91 029158 beq dvc_op_shutter ,app_lpm_shutter_lock 
-0x6b92 029159 beq dvc_op_shutter_dy ,app_lpm_shutter_lock 
-0x6b93 029160 beq dvc_op_hci_boot ,app_lpm_hciboot_lock 
-0x6b94 029161 beq dvc_op_remote_car ,app_lpm_car_lock_application_and_ble 
-0x6b95 029162 beq dvc_op_car ,app_lpm_car_lock 
-0x6b96 029163 beq dvc_op_mesh ,app_lpm_mesh_lock 
-0x6b97 029164 beq dvc_op_keyboard ,app_lpm_kb_lock 
-0x6b98 029165 branch app_lpm_mpu_lock_24g_ble 
-:      029168 app_lpm_mesh_lock:
-0x6b99 029169 arg car_init ,pdata 
-0x6b9a 029170 arg shutter_dy_shutter_1s_timer ,temp 
-0x6b9b 029171 call app_mpu_s0_lock 
-0x6b9c 029172 branch app_lpm_lock_mesh 
-:      029174 app_lpm_kb_lock:
-0x6b9d 029175 branch app_lpm_lock_mesh 
-:      029178 app_lpm_module_lock:
-:      029179 app_lpm_hciboot_lock:
-0x6b9e 029180 branch app_lpm_mpu_lock_24g 
-:      029183 app_lpm_dongle_lock:
-0x6b9f 029184 arg module_init ,pdata 
-0x6ba0 029185 arg shutter_dy_shutter_1s_timer ,temp 
-0x6ba1 029186 call app_mpu_s0_lock 
-0x6ba2 029187 branch app_lpm_lock_mesh 
-:      029189 app_lpm_mouse_lock:
-0x6ba3 029190 arg car_init ,pdata 
-0x6ba4 029191 arg module_set_state ,temp 
-0x6ba5 029192 call app_mpu_s0_lock 
-0x6ba6 029193 branch app_lpm_lock_mesh 
-:      029195 app_lpm_shutter_lock:
-0x6ba7 029196 arg car_init ,pdata 
-0x6ba8 029197 arg remote_car_moto_data_enable_user ,temp 
-0x6ba9 029198 call app_mpu_s0_lock 
-0x6baa 029199 branch app_lpm_lock_mesh 
-:      029201 app_lpm_car_lock:
-0x6bab 029202 arg dongle_init ,pdata 
-0x6bac 029203 arg shutter_dy_shutter_1s_timer ,temp 
-0x6bad 029204 call app_mpu_s0_lock 
-:      029205 app_lpm_lock_mesh:
-0x6bae 029206 arg ali_mesh_access_layer_resolve_message ,pdata 
-0x6baf 029207 arg ali_mesh_upper_transport_layer_init_queue_param ,temp 
-0x6bb0 029208 branch app_mpu_s1_lock 
-:      029210 app_lpm_car_lock_application_and_ble:
-0x6bb1 029211 arg dongle_init ,pdata 
-0x6bb2 029212 arg shutter_dy_shutter_1s_timer ,temp 
-0x6bb3 029213 call app_mpu_s0_lock 
-0x6bb4 029214 arg le_adv ,pdata 
-0x6bb5 029215 arg le_send_ll_one_lenth ,temp 
-0x6bb6 029216 branch app_mpu_s1_lock 
-:      029219 app_mpu_s0_lock:
-0x6bb7 029220 lshift16 temp ,temp 
-0x6bb8 029221 ior temp ,pdata 
-0x6bb9 029222 branch lpm_write_mpu_s0 
-:      029225 app_lpm_mpu_lock_ble:
-0x6bba 029226 arg le_parse_att ,pdata 
-0x6bbb 029227 arg le_send_ll_one_lenth ,temp 
-:      029228 app_mpu_s1_lock:
-0x6bbc 029229 lshift16 temp ,temp 
-0x6bbd 029230 ior temp ,pdata 
-0x6bbe 029231 branch lpm_write_mpu_s1 
-:      029233 app_lpm_mpu_lock_24g:
-0x6bbf 029234 arg g24_prep ,pdata 
-0x6bc0 029235 arg g24_factory_check ,temp 
-0x6bc1 029236 branch app_mpu_s1_lock 
-:      029238 app_lpm_mpu_lock_24g_ble:
-0x6bc2 029239 call app_lpm_mpu_lock_24g 
-0x6bc3 029240 arg le_parse_att ,pdata 
-0x6bc4 029241 arg le_send_ll_one_lenth ,temp 
-0x6bc5 029242 branch app_mpu_s0_lock 
-:      029248 spid_init:
-0x6bc6 029249 bpatch patch18_6 ,mem_patch18 
-:      029250 spid_init_common:
-0x6bc7 029251 fetch 1 ,mem_spi_init_clk 
-0x6bc8 029252 store 1 ,core_spid_ctrl 
-0x6bc9 029253 fetch 1 ,mem_spi_init_delay_time 
-0x6bca 029254 store 1 ,core_spid_delay 
-0x6bcb 029255 setarg mem_spid_tbuf 
-0x6bcc 029256 store 2 ,core_spid_txaddr 
-0x6bcd 029257 setarg mem_spid_rbuf 
-0x6bce 029258 store 2 ,core_spid_rxaddr 
-0x6bcf 029259 branch twspi_disable 
-:      029264 spid_write_reg:
-0x6bd0 029265 set1 7 ,pdata 
-0x6bd1 029266 store 2 ,mem_spid_tbuf 
-0x6bd2 029267 bpatch patch18_7 ,mem_patch18 
-0x6bd3 029268 jam 2 ,core_spid_txlen 
-0x6bd4 029269 jam 0 ,core_spid_rxlen 
-0x6bd5 029270 jam spid_start ,core_misc_ctrl 
-0x6bd6 029271 branch wait_spid_done 
-:      029274 spid_read_reg:
-0x6bd7 029275 force 1 ,temp 
-:      029276 spid_read_regs:
-0x6bd8 029277 store 1 ,mem_spid_tbuf 
-0x6bd9 029278 bpatch patch19_0 ,mem_patch19 
-0x6bda 029279 jam 1 ,core_spid_txlen 
-0x6bdb 029280 storet 2 ,core_spid_rxlen 
-0x6bdc 029281 jam spid_start ,core_misc_ctrl 
-0x6bdd 029282 call wait_spid_done 
-0x6bde 029283 fetch 1 ,mem_spid_rbuf 
-0x6bdf 029284 rtn 
-:      029287 wait_spid_done:
-0x6be0 029291 nop 5 
-0x6be1 029292 fetch 1 ,core_dma_status 
-0x6be2 029293 bbit0 spid_done ,wait_spid_done 
-0x6be3 029294 rtn 
-:      029302 flash_write:
-0x6be4 029303 disable user 
-0x6be5 029304 copy pdata ,regb 
-0x6be6 029305 fetch 1 ,mem_spi_write_flash_sm 
-0x6be7 029306 rtnne flash_sm_no_buys 
-0x6be8 029307 enable user 
-0x6be9 029308 copy regb ,pdata 
-0x6bea 029309 branch spid_flash_write_start 
-:      029312 flash_write_spi_sm_timer:
-0x6beb 029313 fetch 1 ,mem_spi_write_flash_sm 
-0x6bec 029314 beq flash_sm_start ,spid_flash_write_start 
-0x6bed 029315 beq flash_sm_erase_sector ,spid_flash_erase_sector 
-0x6bee 029316 beq flash_sm_wait_erase_sector ,spid_flash_wait_erase_sector 
-0x6bef 029317 beq flash_sm_write_data ,spid_flash_write_data 
-0x6bf0 029318 beq flash_sm_wait_write_data ,spid_flash_wait_write_data 
-0x6bf1 029319 rtn 
-:      029321 spid_flash_write_start:
-0x6bf2 029322 store 3 ,mem_spi_write_addr 
-0x6bf3 029323 copy rega ,pdata 
-0x6bf4 029324 store 2 ,mem_spi_write_ptr 
-0x6bf5 029325 storet 2 ,mem_spi_write_len 
-0x6bf6 029326 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
-0x6bf7 029327 branch spid_init_flash 
-:      029329 spid_flash_erase_sector:
-0x6bf8 029330 call spid_init_flash 
-0x6bf9 029331 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
-0x6bfa 029332 call spid_unlock_flash 
-0x6bfb 029333 arg mem_spid_tbuf ,rega 
-0x6bfc 029334 jam 4 ,core_spid_txlen 
-0x6bfd 029335 fetch 3 ,mem_spi_write_addr 
-0x6bfe 029336 arg flash_command_sector_erase ,temp 
-0x6bff 029337 branch spid_write_flash_common 
-:      029339 spid_flash_wait_erase_sector:
-0x6c00 029340 call spid_init_flash 
-0x6c01 029341 call wait_spid_flash_done 
-0x6c02 029342 jam flash_sm_write_data ,mem_spi_write_flash_sm 
-0x6c03 029343 rtn 
-:      029346 spid_flash_write_data:
-0x6c04 029347 bpatch patch19_1 ,mem_patch19 
-0x6c05 029348 call spid_init_flash 
-0x6c06 029349 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
-0x6c07 029350 call spid_unlock_flash 
-0x6c08 029351 call spid_flash_data_preserve 
-0x6c09 029352 call spid_write_flash 
-0x6c0a 029353 branch spid_flash_data_recover 
-:      029354 spid_flash_wait_write_data:
-0x6c0b 029355 call spid_init_flash 
-0x6c0c 029356 call spid_unlock_flash 
-0x6c0d 029357 setarg flash_read_satus 
-0x6c0e 029358 call spid_read_reg 
-0x6c0f 029359 rtnbit1 flash_status_wip 
-0x6c10 029360 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
-0x6c11 029361 fetch 2 ,mem_cb_spi_flash_write_complate 
-0x6c12 029362 branch callback_func 
-:      029363 spid_flash_data_recover:
-0x6c13 029364 fetch 4 ,mem_temp 
-0x6c14 029365 fetcht 2 ,mem_spi_write_ptr 
-:      029366 spid_flash_data_recover_comm:
-0x6c15 029367 increase -4 ,temp 
-0x6c16 029368 istore 4 ,temp 
-0x6c17 029369 rtn 
-:      029371 spid_flash_data_preserve:
-0x6c18 029372 fetcht 2 ,mem_spi_write_ptr 
-0x6c19 029373 copy temp ,rega 
-0x6c1a 029374 increase -4 ,temp 
-0x6c1b 029375 ifetch 4 ,temp 
-0x6c1c 029376 store 4 ,mem_temp 
-0x6c1d 029377 fetcht 2 ,mem_spi_write_len 
-0x6c1e 029378 fetch 3 ,mem_spi_write_addr 
-0x6c1f 029379 rtn 
-:      029381 spid_init_flash:
-0x6c20 029382 bpatch patch19_2 ,mem_patch19 
-0x6c21 029383 call spi_gpio_init 
-0x6c22 029384 call twspi_disable 
-0x6c23 029385 setarg 0 
-0x6c24 029386 store 4 ,mem_spid_tbuf 
-0x6c25 029387 rtn 
-:      029389 spid_unlock_flash:
-0x6c26 029390 jam flash_command_write_enable ,mem_spid_tbuf 
-:      029391 spid_sendcmd_common:
-0x6c27 029392 setarg 0 
-0x6c28 029393 store 2 ,core_spid_rxlen 
-0x6c29 029394 setarg 1 
-0x6c2a 029395 store 2 ,core_spid_txlen 
-0x6c2b 029396 setarg mem_spid_tbuf 
-0x6c2c 029397 store 2 ,core_spid_txaddr 
-0x6c2d 029398 jam spid_start ,core_misc_ctrl 
-0x6c2e 029399 branch wait_spid_done 
-:      029401 spid_flash_release_form_powerdown:
-0x6c2f 029402 jam flash_command_release_from_powerdown ,mem_spid_tbuf 
-0x6c30 029403 branch spid_sendcmd_common 
-:      029405 spid_flash_powerdown:
-0x6c31 029406 jam flash_command_powerdown ,mem_spid_tbuf 
-0x6c32 029407 branch spid_sendcmd_common 
-:      029409 spid_write_flash_data:
-0x6c33 029410 store 3 ,mem_pdatatemp 
-0x6c34 029411 storet 2 ,mem_temp 
-0x6c35 029412 storer rega ,2 ,mem_rega 
-0x6c36 029413 bpatchx patch36_5 ,mem_patch36 
-0x6c37 029414 call spid_unlock_flash 
-0x6c38 029415 fetch 3 ,mem_pdatatemp 
-0x6c39 029416 fetcht 2 ,mem_temp 
-0x6c3a 029417 fetchr rega ,2 ,mem_rega 
-0x6c3b 029418 branch spid_write_flash 
-:      029421 spid_write_flash:
-0x6c3c 029422 increase 4 ,temp 
-0x6c3d 029423 storet 2 ,core_spid_txlen 
-0x6c3e 029424 arg flash_command_write_data ,temp 
-0x6c3f 029425 increase -4 ,rega 
-:      029427 spid_write_flash_common:
-0x6c40 029428 istoret 1 ,rega 
-0x6c41 029429 rshift16 pdata ,temp 
-0x6c42 029430 istoret 1 ,contw 
-0x6c43 029431 rshift8 pdata ,temp 
-0x6c44 029432 istoret 1 ,contw 
-0x6c45 029433 istore 1 ,contw 
-0x6c46 029434 deposit rega 
-0x6c47 029435 store 2 ,core_spid_txaddr 
-0x6c48 029436 setarg 0 
-0x6c49 029437 store 2 ,core_spid_rxlen 
-0x6c4a 029438 jam spid_start ,core_misc_ctrl 
-0x6c4b 029439 call wait_spid_done 
-0x6c4c 029440 branch wait_spid_flash_done 
-:      029444 spid_read_flash:
-0x6c4d 029445 storet 2 ,core_spid_rxlen 
-0x6c4e 029446 rshift16 pdata ,temp 
-0x6c4f 029447 storet 1 ,mem_addr_hi 
-0x6c50 029448 rshift8 pdata ,temp 
-0x6c51 029449 storet 1 ,mem_addr_mi 
-0x6c52 029450 store 1 ,mem_addr_lo 
-0x6c53 029451 setarg 4 
-0x6c54 029452 store 2 ,core_spid_txlen 
-0x6c55 029453 jam flash_command_read_data ,mem_spid_tbuf 
-0x6c56 029454 setarg mem_spid_tbuf 
-0x6c57 029455 store 2 ,core_spid_txaddr 
-0x6c58 029456 deposit rega 
-0x6c59 029457 store 2 ,core_spid_rxaddr 
-0x6c5a 029458 fetch 1 ,core_spid_ctrl 
-0x6c5b 029459 isolate0 15 ,rega 
-0x6c5c 029460 setflag true ,6 ,pdata 
-0x6c5d 029461 store 1 ,core_spid_ctrl 
-0x6c5e 029462 jam spid_start ,core_misc_ctrl 
-:      029463 spid_read_flash_wait:
-0x6c5f 029464 fetch 1 ,core_dma_status 
-0x6c60 029465 bbit1 7 ,spid_read_flash_wait 
-0x6c61 029466 arg spid_done ,queue 
-0x6c62 029467 branch wait_spid_done 
-:      029469 wait_spid_flash_done:
-0x6c63 029470 setarg 2000 
-0x6c64 029471 call sleep 
-0x6c65 029472 call spid_unlock_flash 
-0x6c66 029473 setarg mem_spid_rbuf 
-0x6c67 029474 store 2 ,core_spid_rxaddr 
-0x6c68 029475 setarg flash_read_satus 
-0x6c69 029476 call spid_read_reg 
-0x6c6a 029477 bbit1 flash_status_wip ,wait_spid_flash_done 
-0x6c6b 029478 rtn 
-:      029484 spid_load_flash:
-0x6c6c 029485 storet 2 ,core_spid_rxlen 
-0x6c6d 029486 setarg 4 
-0x6c6e 029487 store 2 ,core_spid_txlen 
-0x6c6f 029488 jam 3 ,mem_spid_tbuf 
-0x6c70 029489 setarg mem_spid_tbuf 
-0x6c71 029490 store 2 ,core_spid_txaddr 
-0x6c72 029491 deposit rega 
-0x6c73 029492 store 2 ,core_spid_rxaddr 
-0x6c74 029493 fetch 1 ,core_spid_ctrl 
-0x6c75 029494 isolate0 15 ,rega 
-0x6c76 029495 setflag true ,6 ,pdata 
-0x6c77 029496 store 1 ,core_spid_ctrl 
-0x6c78 029497 jam spid_start ,core_misc_ctrl 
-:      029498 spi_load_flash_wait:
-0x6c79 029499 fetch 1 ,core_dma_status 
-0x6c7a 029500 bbit1 7 ,spi_load_flash_wait 
-0x6c7b 029501 arg spid_done ,queue 
-0x6c7c 029502 call decrypt_code 
-0x6c7d 029503 call wait_spid_done 
-0x6c7e 029504 isolate1 spid_crcok ,pdata 
-0x6c7f 029505 call set_ucode_status 
-0x6c80 029506 fetch 1 ,mem_addr_hi 
-0x6c81 029507 lshift16 pdata ,regb 
-0x6c82 029508 fetch 2 ,mem_addr_mi 
-0x6c83 029509 byteswap pdata ,pdata 
-0x6c84 029510 ior regb ,pdata 
-0x6c85 029511 iadd temp ,pdata 
-0x6c86 029512 store 1 ,mem_addr_lo 
-0x6c87 029513 rshift8 pdata ,pdata 
-0x6c88 029514 byteswap pdata ,pdata 
-0x6c89 029515 store 2 ,mem_addr_hi 
-0x6c8a 029516 rtn 
-:      029518 spi_gpio_init:
-0x6c8b 029519 fetch 1 ,mem_spi_cs_gpio 
-0x6c8c 029520 fetcht 1 ,mem_spi_so_gpio 
-0x6c8d 029521 isub temp ,null 
-0x6c8e 029522 nbranch spi_pin_set ,zero 
-0x6c8f 029523 call spi_gpio_default_init 
-:      029525 spi_pin_set:
-0x6c90 029526 fetch 1 ,mem_spi_cs_gpio 
-0x6c91 029527 arg gpcfg_spid_ncs ,temp 
-0x6c92 029528 call gpio_config_function_int 
-0x6c93 029529 fetch 1 ,mem_spi_sclk_gpio 
-0x6c94 029530 arg gpcfg_spid_sck ,temp 
-0x6c95 029531 call gpio_config_function_int 
-0x6c96 029532 fetch 1 ,mem_spi_si_gpio 
-0x6c97 029533 arg gpcfg_spid_mosi ,temp 
-0x6c98 029534 call gpio_config_function_int 
-0x6c99 029535 fetch 1 ,mem_spi_so_gpio 
-0x6c9a 029536 arg gpcfg_spid_miso ,temp 
-0x6c9b 029537 branch gpio_config_function_int 
-:      029539 spi_gpio_default_init:
-0x6c9c 029540 jam 1 ,mem_spi_cs_gpio 
-0x6c9d 029541 jam 3 ,mem_spi_si_gpio 
-0x6c9e 029542 jam 0 ,mem_spi_so_gpio 
-0x6c9f 029543 jam 2 ,mem_spi_sclk_gpio 
-0x6ca0 029544 jam 11 ,mem_spi_wp_gpio 
-0x6ca1 029545 jam 10 ,mem_spi_hold_gpio 
-0x6ca2 029546 rtn 
-:      029549 soft_reset_chip:
-0x6ca3 029550 jam 1 ,core_reset 
-0x6ca4 029551 rtn 
-:      029557 iic_init_600khz:
-0x6ca5 029558 jam 5 ,core_iicd_scl_low 
-0x6ca6 029559 jam 7 ,core_iicd_scl_high 
-0x6ca7 029560 jam 7 ,core_iicd_start_setup 
-0x6ca8 029561 jam 7 ,core_iicd_start_hold 
-0x6ca9 029562 jam 7 ,core_iicd_stop_setup 
-0x6caa 029563 jam 5 ,core_iicd_data_setup 
-0x6cab 029564 jam 0 ,core_iicd_data_hold 
-0x6cac 029565 rtn 
-:      029567 iic_init_360khz:
-0x6cad 029568 jam 12 ,core_iicd_scl_low 
-0x6cae 029569 jam 13 ,core_iicd_scl_high 
-0x6caf 029570 jam 13 ,core_iicd_start_setup 
-0x6cb0 029571 jam 13 ,core_iicd_start_hold 
-0x6cb1 029572 jam 13 ,core_iicd_stop_setup 
-0x6cb2 029573 jam 12 ,core_iicd_data_setup 
-0x6cb3 029574 jam 0 ,core_iicd_data_hold 
-0x6cb4 029575 rtn 
-:      029577 iicd_init_pin:
-0x6cb5 029578 call iicd_eeprom_write_enable 
-:      029579 iicd_init_pin_scl_sda:
-0x6cb6 029580 fetch 1 ,mem_eeprom_scl_gpio 
-0x6cb7 029581 arg gpcfg_iic_scl | gpcfg_pullup ,temp 
-0x6cb8 029582 call gpio_config_function_int 
-0x6cb9 029583 fetch 1 ,mem_eeprom_sda_gpio 
-0x6cba 029584 arg gpcfg_iic_sda | gpcfg_pullup ,temp 
-0x6cbb 029585 branch gpio_config_function_int 
-:      029587 iicd_read_init_pin:
-0x6cbc 029588 call iicd_eeprom_write_disable 
-0x6cbd 029589 branch iicd_init_pin_scl_sda 
-:      029591 wait_iicd_done:
-0x6cbe 029592 fetch 1 ,core_dma_status 
-0x6cbf 029593 bbit0 iicd_done ,wait_iicd_done 
-0x6cc0 029594 rtn 
-:      029620 set_eeprom_size_2k:
-0x6cc1 029621 set1 mark_eeprom_size ,mark 
-0x6cc2 029622 jam 0x08 ,mem_eeprom_block_size 
-0x6cc3 029623 rtn 
-:      029625 clear_eeprom_size_2k:
-0x6cc4 029626 set0 mark_eeprom_size ,mark 
-0x6cc5 029627 jam 0x20 ,mem_eeprom_block_size 
-0x6cc6 029628 rtn 
-:      029631 iicd_read_eep_data_size_2k:
-0x6cc7 029632 fetch 1 ,mem_eeprom_base 
-0x6cc8 029633 iadd regb ,pdata 
-0x6cc9 029634 store 1 ,mem_addr_mi 
-0x6cca 029635 branch iicd_read_eep_size_2k 
-:      029637 iicd_read_eep_size_2k_lcadcode:
-0x6ccb 029638 fetch 2 ,mem_addr_mi 
-0x6ccc 029639 byteswap pdata ,pdata 
-0x6ccd 029640 store 1 ,mem_addr_mi 
-:      029645 iicd_read_eep_size_2k:
-0x6cce 029646 setarg 3 
-0x6ccf 029647 store 2 ,core_iicd_txlen 
-0x6cd0 029648 jam 0xa0 ,mem_iicd_tbuf 
-0x6cd1 029649 jam 0xa1 ,mem_iicd_tbuf + 2 
-0x6cd2 029650 branch iicd_read_eep_common 
-:      029656 iicd_write_protect_eep_data:
-0x6cd3 029657 storet 2 ,mem_temp 
-0x6cd4 029658 call iicd_eeprom_write_enable 
-0x6cd5 029659 fetcht 2 ,mem_temp 
-0x6cd6 029660 call iicd_write_eep_data 
-0x6cd7 029661 branch iicd_eeprom_write_disable 
-:      029663 iicd_eeprom_write_enable:
-0x6cd8 029664 fetch 1 ,mem_eeprom_wp_gpio 
-0x6cd9 029665 rtneq gpio_disable 
-0x6cda 029666 bbit0 6 ,iicd_wp_gpio_output_low 
-0x6cdb 029667 setarg 150000 
-0x6cdc 029668 call sleep 
-:      029669 iicd_wp_gpio_output_low:
-0x6cdd 029670 fetcht 1 ,mem_eeprom_wp_gpio 
-0x6cde 029671 branch gpio_out_active 
-:      029673 iicd_eeprom_write_disable:
-0x6cdf 029674 fetcht 1 ,mem_eeprom_wp_gpio 
-0x6ce0 029675 branch gpio_out_inactive 
-:      029680 iicd_read_eep_data:
-0x6ce1 029681 bpatch patch19_3 ,mem_patch19 
-0x6ce2 029682 bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
-0x6ce3 029683 fetch 2 ,mem_eeprom_base 
-0x6ce4 029684 iadd regb ,pdata 
-0x6ce5 029685 byteswap pdata ,pdata 
-0x6ce6 029686 store 2 ,mem_addr_mi 
-:      029689 iicd_read_eep:
-0x6ce7 029690 bpatch patch19_4 ,mem_patch19 
-0x6ce8 029691 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
-0x6ce9 029692 setarg 4 
-0x6cea 029693 store 2 ,core_iicd_txlen 
-0x6ceb 029694 jam 0xa0 ,mem_iicd_tbuf 
-0x6cec 029695 jam 0xa1 ,mem_iicd_tbuf + 3 
-:      029696 iicd_read_eep_common:
-0x6ced 029697 setarg mem_iicd_tbuf 
-0x6cee 029698 store 2 ,core_iicd_txaddr 
-0x6cef 029699 storet 2 ,core_iicd_rxlen 
-0x6cf0 029700 storer rega ,2 ,core_iicd_rxaddr 
-0x6cf1 029701 setarg 2 
-0x6cf2 029702 isolate0 15 ,rega 
-0x6cf3 029703 setflag true ,0 ,pdata 
-0x6cf4 029704 store 1 ,core_iicd_ctrl 
-0x6cf5 029705 jam iicd_start ,core_misc_ctrl 
-0x6cf6 029706 arg iicd_done ,queue 
-0x6cf7 029707 call decrypt_code 
-0x6cf8 029708 call wait_iicd_done 
-0x6cf9 029709 isolate1 iicd_crcok ,pdata 
-0x6cfa 029710 call set_ucode_status 
-0x6cfb 029711 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
-:      029712 iicd_inc_addr:
-0x6cfc 029713 fetch 2 ,mem_addr_mi 
-0x6cfd 029714 byteswap pdata ,pdata 
-0x6cfe 029715 iadd temp ,pdata 
-0x6cff 029716 byteswap pdata ,pdata 
-0x6d00 029717 store 2 ,mem_addr_mi 
-0x6d01 029718 rtn 
-:      029720 iicd_read_eep_load_code_size_2k:
-0x6d02 029721 fetch 1 ,mem_addr_mi 
-0x6d03 029722 iadd temp ,pdata 
-0x6d04 029723 byteswap pdata ,pdata 
-0x6d05 029724 store 2 ,mem_addr_mi 
-0x6d06 029725 rtn 
-:      029731 iicd_write_eep_data:
-0x6d07 029732 fetch 2 ,mem_eeprom_base 
-0x6d08 029733 iadd regb ,pdata 
-0x6d09 029736 store 2 ,mem_pdatatemp 
-0x6d0a 029737 bpatch patch19_5 ,mem_patch19 
-0x6d0b 029738 storet 2 ,mem_temp 
-0x6d0c 029739 storer rega ,2 ,mem_contr 
-:      029740 iicd_write_eep_loop:
-0x6d0d 029741 call iicd_eep_transparency 
-0x6d0e 029743 fetcht 2 ,mem_regb 
-0x6d0f 029744 fetchr rega ,2 ,mem_contr 
-0x6d10 029745 fetch 2 ,mem_pdatatemp 
-0x6d11 029747 call iicd_write_eep 
-0x6d12 029749 fetch 2 ,mem_regb 
-0x6d13 029750 fetcht 2 ,mem_contr 
-0x6d14 029751 iadd temp ,temp 
-0x6d15 029752 storet 2 ,mem_contr 
-0x6d16 029753 fetcht 2 ,mem_pdatatemp 
-0x6d17 029754 iadd temp ,temp 
-0x6d18 029755 storet 2 ,mem_pdatatemp 
-0x6d19 029756 fetch 2 ,mem_temp 
-0x6d1a 029757 nbranch iicd_write_eep_loop ,blank 
-0x6d1b 029758 rtn 
-:      029766 iicd_eep_transparency:
-0x6d1c 029767 bpatch patch19_6 ,mem_patch19 
-0x6d1d 029768 fetch 1 ,mem_eeprom_block_size 
-0x6d1e 029769 increase -1 ,pdata 
-0x6d1f 029770 fetcht 2 ,mem_pdatatemp 
-0x6d20 029771 ior temp ,pdata 
-0x6d21 029772 increase 1 ,pdata 
-0x6d22 029773 store 3 ,mem_regc 
-0x6d23 029775 fetch 2 ,mem_temp 
-0x6d24 029776 iadd temp ,pdata 
-0x6d25 029778 fetcht 3 ,mem_regc 
-0x6d26 029779 isub temp ,pdata 
-0x6d27 029780 nbranch iicd_eep_deal_short_packet ,positive 
-0x6d28 029781 store 2 ,mem_temp 
-0x6d29 029782 fetch 3 ,mem_regc 
-0x6d2a 029783 fetcht 2 ,mem_pdatatemp 
-0x6d2b 029784 isub temp ,pdata 
-0x6d2c 029785 store 2 ,mem_regb 
-0x6d2d 029786 rtn 
-:      029788 iicd_eep_deal_short_packet:
-0x6d2e 029789 fetch 2 ,mem_temp 
-0x6d2f 029790 store 2 ,mem_regb 
-0x6d30 029791 setarg 0 
-0x6d31 029792 store 2 ,mem_temp 
-0x6d32 029793 rtn 
-:      029795 iicd_write_eep_size_2k:
-0x6d33 029796 copy regb ,pdata 
-0x6d34 029797 increase 2 ,temp 
-0x6d35 029798 storet 2 ,core_iicd_txlen 
-0x6d36 029799 increase -2 ,rega 
-0x6d37 029800 ifetcht 3 ,rega 
-0x6d38 029801 copy temp ,regb 
-0x6d39 029802 arg 0xa0 ,temp 
-0x6d3a 029803 istoret 1 ,rega 
-0x6d3b 029804 istore 1 ,contw 
-0x6d3c 029805 branch iicd_write_eep_common 
-:      029808 iicd_write_eep:
-0x6d3d 029809 copy pdata ,regb 
-0x6d3e 029810 bpatch patch19_7 ,mem_patch19 
-0x6d3f 029811 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
-0x6d40 029812 copy regb ,pdata 
-0x6d41 029813 increase 3 ,temp 
-0x6d42 029814 storet 2 ,core_iicd_txlen 
-0x6d43 029815 increase -3 ,rega 
-0x6d44 029816 ifetcht 3 ,rega 
-0x6d45 029817 copy temp ,regb 
-0x6d46 029818 arg 0xa0 ,temp 
-0x6d47 029819 istoret 1 ,rega 
-0x6d48 029820 byteswap pdata ,pdata 
-0x6d49 029821 istore 2 ,contw 
-:      029822 iicd_write_eep_common:
-0x6d4a 029823 storer rega ,2 ,core_iicd_txaddr 
-0x6d4b 029824 setarg 0 
-0x6d4c 029825 store 2 ,core_iicd_rxlen 
-0x6d4d 029826 jam 1 ,core_iicd_ctrl 
-0x6d4e 029827 jam iicd_start ,core_misc_ctrl 
-0x6d4f 029828 call wait_iicd_done 
-0x6d50 029829 istorer regb ,3 ,rega 
-:      029830 iic_check_eeprom_standby:
-0x6d51 029831 bpatch patch1a_0 ,mem_patch1a 
-0x6d52 029832 jam 0 ,mem_iicd_tbuf + 3 
-:      029833 iic_check_eeprom_standby_wait:
-0x6d53 029834 setarg 1 
-0x6d54 029835 store 2 ,core_iicd_txlen 
-0x6d55 029836 jam 0xa0 ,mem_iicd_tbuf 
-0x6d56 029837 setarg mem_iicd_tbuf 
-0x6d57 029838 store 2 ,core_iicd_txaddr 
-0x6d58 029839 setarg 0 
-0x6d59 029840 store 2 ,core_iicd_rxlen 
-0x6d5a 029841 store 2 ,core_iicd_rxaddr 
-0x6d5b 029842 setarg 3 
-0x6d5c 029843 store 1 ,core_iicd_ctrl 
-0x6d5d 029844 jam iicd_start ,core_misc_ctrl 
-0x6d5e 029845 call wait_iicd_done 
-0x6d5f 029846 fetch 1 ,core_dma_status 
-0x6d60 029847 rtnbit0 iicd_ack 
-0x6d61 029848 nop 1500 
-0x6d62 029849 fetch 1 ,mem_iicd_tbuf + 3 
-0x6d63 029850 increase 1 ,pdata 
-0x6d64 029851 store 1 ,mem_iicd_tbuf + 3 
-0x6d65 029852 sub pdata ,40 ,null 
-0x6d66 029853 nrtn positive 
-0x6d67 029854 branch iic_check_eeprom_standby_wait 
-:      029858 uarta_init_dma_mem:
-0x6d68 029859 call enable_user 
-0x6d69 029860 branch uart_init_dma_mem 
-:      029862 uart_init_dma_mem:
-0x6d6a 029863 rshift16 pdata ,temp 
-0x6d6b 029864 call uarta_init_rx ,user 
-0x6d6c 029865 rshift32 pdata ,pdata 
-0x6d6d 029866 rshift16 pdata ,temp 
-0x6d6e 029867 call uarta_init_tx ,user 
-0x6d6f 029868 fetch 2 ,core_clkoff 
-0x6d70 029869 set0 clock_off_uart ,pdata 
-0x6d71 029870 store 2 ,core_clkoff 
-0x6d72 029871 rtn 
-:      029874 uarta_init_baud_rate:
-0x6d73 029875 store uart_baud_len ,core_uart_baud 
-0x6d74 029876 rtn 
-:      029879 uarta_calc_baud_rate_config:
-0x6d75 029880 call uart_calc_baud_rate_config 
-0x6d76 029881 branch uarta_init_baud_rate 
-:      029884 uart_calc_baud_rate_config:
-0x6d77 029885 call uart_calc_baud_rate_config_choice_uart_clock 
-0x6d78 029886 idiv temp 
-0x6d79 029887 call wait_div_end 
-0x6d7a 029888 quotient pdata 
-0x6d7b 029889 rtn 
-:      029891 uart_calc_baud_rate_config_choice_uart_clock:
-0x6d7c 029892 fetch 1 ,core_uart_clksel 
-0x6d7d 029893 bbit0 uart_clock_select_bit ,uart_calc_baud_rate_config_choice_uart_clock_crystal 
-0x6d7e 029894 setarg uart_clock_freq_48m 
-0x6d7f 029895 rtn 
-:      029896 uart_calc_baud_rate_config_choice_uart_clock_crystal:
-0x6d80 029897 setarg uart_clock_freq_24m 
-0x6d81 029898 rtn 
-:      029900 uart_clock_select_main_freq_crystal:
-0x6d82 029901 fetch 1 ,core_uart_clksel 
-0x6d83 029902 and pdata ,uart_clock_select_crystal ,pdata 
-0x6d84 029903 store 1 ,core_uart_clksel 
-0x6d85 029904 rtn 
-:      029906 uart_clock_select_main_freq_dpll:
-0x6d86 029907 fetch 1 ,core_uart_clksel 
-0x6d87 029908 or pdata ,uart_clock_select_dpll ,pdata 
-0x6d88 029909 store 1 ,core_uart_clksel 
-0x6d89 029910 rtn 
-:      029914 uarta_init_tx:
-0x6d8a 029915 store 2 ,core_uart_tsaddr 
-0x6d8b 029916 store 2 ,core_uart_twptr 
-0x6d8c 029917 storet 2 ,core_uart_teaddr 
-0x6d8d 029918 rtn 
-:      029921 uarta_init_rx:
-0x6d8e 029922 store 2 ,core_uart_rsaddr 
-0x6d8f 029923 store 2 ,core_uart_rrptr 
-0x6d90 029924 storet 2 ,core_uart_readdr 
-0x6d91 029925 rtn 
-:      029927 uarta_prepare_tx:
-0x6d92 029928 fetchr contus ,2 ,core_uart_tsaddr 
-0x6d93 029929 fetchr contue ,2 ,core_uart_teaddr 
-0x6d94 029930 fetchr contu ,2 ,core_uart_twptr 
-0x6d95 029931 rtn 
-:      029933 uarta_prepare_rx:
-0x6d96 029934 fetchr contus ,2 ,core_uart_rsaddr 
-0x6d97 029935 fetchr contue ,2 ,core_uart_readdr 
-0x6d98 029936 fetchr contu ,2 ,core_uart_rrptr 
-0x6d99 029937 rtn 
-:      029939 uarta_send:
-0x6d9a 029940 storer contu ,2 ,core_uart_twptr 
-0x6d9b 029941 rtn 
-:      029943 uarta_rxdone:
-0x6d9c 029944 storer contu ,2 ,core_uart_rrptr 
-0x6d9d 029945 rtn 
-:      029947 uarta_clear_current_rx:
-0x6d9e 029948 call uarta_prepare_rx 
-0x6d9f 029949 fetch 2 ,core_uart_rxitems 
-0x6da0 029950 iadd contu ,contu 
-0x6da1 029951 branch uarta_rxdone 
-:      029953 uarta_prepare_tx_register_push:
-0x6da2 029954 call uart_register_push 
-0x6da3 029955 branch uarta_prepare_tx 
-:      029957 uarta_send_register_pop:
-0x6da4 029958 call uarta_send 
-0x6da5 029959 branch uart_register_pop 
-:      029962 uart_register_push:
-0x6da6 029963 storer contu ,2 ,mem_contu 
-0x6da7 029964 storer contus ,2 ,mem_contue 
-0x6da8 029965 storer contue ,2 ,mem_contus 
-0x6da9 029966 rtn 
-:      029968 uart_register_pop:
-0x6daa 029969 fetchr contu ,2 ,mem_contu 
-0x6dab 029970 fetchr contus ,2 ,mem_contue 
-0x6dac 029971 fetchr contue ,2 ,mem_contus 
-0x6dad 029972 rtn 
-:      029974 wait_uarttx:
-0x6dae 029975 fetch 2 ,core_uart_txitems 
-0x6daf 029976 nbranch wait_uarttx ,blank 
-0x6db0 029977 rtn 
-:      029979 uart_copy_tx_bytes_fast:
-0x6db1 029980 deposit loopcnt 
-0x6db2 029981 rtn blank 
-:      029982 uart_copy_tx_bytes_fast_loop:
-0x6db3 029983 increase -8 ,loopcnt 
-0x6db4 029984 call uart_tx_8_bytes ,positive 
-0x6db5 029985 rtn zero 
-0x6db6 029986 branch uart_copy_tx_bytes_fast_loop ,positive 
-0x6db7 029987 increase 8 ,loopcnt 
-:      029988 uart_copy_tx_bytes_fast_loop_four:
-0x6db8 029989 increase -4 ,loopcnt 
-0x6db9 029990 call uart_tx_4_bytes ,positive 
-0x6dba 029991 rtn zero 
-0x6dbb 029992 branch uart_copy_tx_bytes_fast_loop_four ,positive 
-0x6dbc 029993 increase 4 ,loopcnt 
-0x6dbd 029994 branch uart_copy_tx_bytes 
-:      029996 uart_tx_8_bytes:
-0x6dbe 029997 ifetch 8 ,contr 
-0x6dbf 029998 istore 8 ,contu 
-0x6dc0 029999 rtn 
-:      030001 uart_tx_4_bytes:
-0x6dc1 030002 ifetch 4 ,contr 
-0x6dc2 030003 istore 4 ,contu 
-0x6dc3 030004 rtn 
-:      030006 uart_copy_tx_bytes:
-0x6dc4 030007 deposit loopcnt 
-0x6dc5 030008 rtn blank 
-:      030009 uart_copy_tx_bytes_loop:
-0x6dc6 030010 ifetch 1 ,contr 
-0x6dc7 030011 istore 1 ,contu 
-0x6dc8 030012 loop uart_copy_tx_bytes_loop 
-0x6dc9 030013 rtn 
-:      030015 uart_copy_rx_bytes_fast:
-0x6dca 030016 deposit loopcnt 
-0x6dcb 030017 rtn blank 
-:      030018 uart_copy_rx_bytes_fast_loop:
-0x6dcc 030019 increase -8 ,loopcnt 
-0x6dcd 030020 call uart_rx_8_bytes ,positive 
-0x6dce 030021 rtn zero 
-0x6dcf 030022 branch uart_copy_rx_bytes_fast_loop ,positive 
-0x6dd0 030023 increase 8 ,loopcnt 
-:      030024 uart_copy_rx_bytes_fast_loop_four:
-0x6dd1 030025 increase -4 ,loopcnt 
-0x6dd2 030026 call uart_rx_4_bytes ,positive 
-0x6dd3 030027 rtn zero 
-0x6dd4 030028 branch uart_copy_rx_bytes_fast_loop_four ,positive 
-0x6dd5 030029 increase 4 ,loopcnt 
-0x6dd6 030030 branch uart_copy_rx_bytes 
-:      030033 uart_rx_8_bytes:
-0x6dd7 030034 ifetch 8 ,contu 
-0x6dd8 030035 istore 8 ,contw 
-0x6dd9 030036 rtn 
-:      030038 uart_rx_4_bytes:
-0x6dda 030039 ifetch 4 ,contu 
-0x6ddb 030040 istore 4 ,contw 
-0x6ddc 030041 rtn 
-:      030044 uart_copy_rx_bytes:
-0x6ddd 030045 deposit loopcnt 
-0x6dde 030046 rtn blank 
-:      030047 uart_copy_rx_bytes_loop:
-0x6ddf 030048 ifetch 1 ,contu 
-0x6de0 030049 istore 1 ,contw 
-0x6de1 030050 loop uart_copy_rx_bytes_loop 
-0x6de2 030051 rtn 
-:      030056 app_store_nvram_event:
-0x6de3 030057 jam bt_evt_store_nvram ,mem_fifo_temp 
-0x6de4 030058 branch ui_ipc_send_event 
-:      030060 check_51cmd_update_device_record:
-0x6de5 030061 bpatch patch1a_1 ,mem_patch1a 
-0x6de6 030062 fetch 1 ,mem_nv_data_number 
-0x6de7 030063 rtn blank 
-0x6de8 030064 call check_nvram 
-0x6de9 030065 call init_device_list ,zero 
-0x6dea 030066 call disable_user2 
-0x6deb 030067 call nvram_find_addr_from_bd_list 
-:      030068 write_device_record:
-0x6dec 030069 fetch 1 ,mem_nv_data_number 
-0x6ded 030070 icopy regc 
-0x6dee 030071 fetcht 2 ,mem_nv_data_ptr 
-0x6def 030072 storet 2 ,mem_list_item_ptr 
-:      030073 write_device_loop_find:
-0x6df0 030074 copy regc ,pdata 
-0x6df1 030075 branch app_store_nvram_event ,blank 
-0x6df2 030076 increase -1 ,regc 
-0x6df3 030077 copy temp ,rega 
-0x6df4 030078 ifetch 1 ,rega 
-0x6df5 030079 fetcht 1 ,mem_select_list_item 
-0x6df6 030080 isub temp ,null 
-0x6df7 030081 call set_index_finded_device ,zero 
-0x6df8 030082 branch write_device_loop_find0 ,positive 
-0x6df9 030083 ifetch 1 ,rega 
-0x6dfa 030084 increase 1 ,pdata 
-0x6dfb 030085 istore 1 ,rega 
-:      030086 write_device_loop_find0:
-0x6dfc 030087 fetcht 2 ,mem_list_item_ptr 
-0x6dfd 030088 increase nv_data_len ,temp 
-0x6dfe 030089 storet 2 ,mem_list_item_ptr 
-0x6dff 030090 branch write_device_loop_find 
-:      030092 set_index_finded_device:
-0x6e00 030093 setarg 0 
-0x6e01 030094 istore 1 ,rega 
-0x6e02 030095 fetch 1 ,mem_temp_reconn_record 
-0x6e03 030096 istore 1 ,contw 
-0x6e04 030097 bne rec_3_mode ,set_index_finded_device_ble_mode 
-:      030099 set_index_find_device_master_addr:
-0x6e05 030100 ifetch 6 ,contr 
-0x6e06 030101 istore 8 ,contw 
-0x6e07 030102 setarg 0 
-0x6e08 030103 istore 8 ,contw 
-0x6e09 030104 copy regb ,contr 
-:      030105 store_rec_data_common:
-0x6e0a 030106 call memcpy16 
-0x6e0b 030107 force 1 ,null 
-0x6e0c 030108 rtn 
-:      030110 set_index_finded_device_ble_mode:
-0x6e0d 030111 beq rec_4_mode_random_resolvable_private_address ,set_index_finded_device_irk 
-0x6e0e 030112 beq rec_4_mode_random_non_resolvable_private_address ,set_index_finded_device_ediv 
-0x6e0f 030113 arg mem_le_ltk ,regb 
-0x6e10 030114 branch set_index_find_device_master_addr 
-:      030116 set_index_finded_device_irk:
-0x6e11 030117 arg mem_le_irk ,contr 
-0x6e12 030118 call memcpy16 
-:      030119 store_ble_rec_data_common:
-0x6e13 030120 arg mem_le_ltk ,contr 
-0x6e14 030121 branch store_rec_data_common 
-:      030123 set_index_finded_device_ediv:
-0x6e15 030124 arg mem_le_rand ,contr 
-0x6e16 030125 call memcpy16 
-0x6e17 030126 branch store_ble_rec_data_common 
-:      030131 nvram_find_addr_from_bd_list:
-0x6e18 030132 bpatch patch1a_2 ,mem_patch1a 
-0x6e19 030133 call disable_user 
-0x6e1a 030134 fetch 1 ,mem_nv_data_number 
-0x6e1b 030135 rtn blank 
-0x6e1c 030136 bpatch patch1a_3 ,mem_patch1a 
-0x6e1d 030137 fetch 2 ,mem_ui_state_map 
-0x6e1e 030138 rtnbit0 ui_state_ble_connected 
-:      030139 find_addr_from_bd_list_ble_mode:
-0x6e1f 030140 fetch 1 ,mem_le_conn_peer_addr_type 
-0x6e20 030141 beq master_public_addr ,find_addr_from_bd_list_public_device_addr 
-0x6e21 030142 fetch 1 ,mem_le_plap + 5 
-0x6e22 030143 compare 0xc0 ,pdata ,0xc0 
-0x6e23 030144 branch find_addr_from_bd_list_static_addr ,true 
-0x6e24 030145 compare 0x40 ,pdata ,0xc0 
-0x6e25 030146 branch find_addr_from_bd_list_random_addr ,true 
-0x6e26 030147 branch find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy 
-:      030149 find_addr_from_bd_list_static_addr:
-0x6e27 030150 branch find_addr_from_bd_list_static_addr_reconnect ,user2 
-0x6e28 030151 fetch 1 ,mem_le_preq_init_key_distribution 
-0x6e29 030152 bbit0 le_initator_irk_bit ,find_addr_from_bd_list_public_device_addr 
-0x6e2a 030153 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
-:      030155 find_addr_from_bd_list_static_addr_reconnect:
-0x6e2b 030156 call find_addr_from_bd_list_public_device_addr 
-0x6e2c 030157 rtn user 
-0x6e2d 030158 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
-:      030161 find_addr_from_bd_list_static_addr_sc_or_legacy:
-:      030162 find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy:
-0x6e2e 030163 fetch 1 ,mem_le_pairing_mode 
-0x6e2f 030164 bbit1 le_pairing_mode_secure_connect_bit ,find_addr_from_bd_list_random_non_resolvable_private_address_sc 
-0x6e30 030165 branch find_addr_from_bd_list_random_non_resolvable_private_address 
-:      030167 find_addr_from_bd_list_static_addr_sc:
-:      030168 find_addr_from_bd_list_random_non_resolvable_private_address_sc:
-0x6e31 030169 fetch 6 ,mem_le_plap 
-0x6e32 030170 store 8 ,mem_le_rand 
-0x6e33 030171 branch find_addr_from_bd_list_random_non_resolvable_private_address 
-:      030174 find_addr_from_bd_list_public_device_addr:
-0x6e34 030175 jam rec_4_mode_static_address ,mem_temp_reconn_record 
-0x6e35 030176 fetch 6 ,mem_le_plap 
-0x6e36 030177 branch find_addr_from_bd_list_common 
-:      030179 find_addr_from_bd_list_random_non_resolvable_private_address:
-0x6e37 030180 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
-0x6e38 030181 branch find_addr_from_bd_list_common 
-:      030184 find_addr_from_bd_list_random_addr:
-0x6e39 030185 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
-0x6e3a 030186 branch find_addr_from_bd_list_common 
-:      030188 find_addr_from_bd_list_common:
-0x6e3b 030189 bpatch patch1a_4 ,mem_patch1a 
-0x6e3c 030191 fetch 2 ,mem_nv_data_ptr 
-0x6e3d 030192 ifetcht 1 ,pdata 
-0x6e3e 030193 pincrease 1 
-0x6e3f 030194 store 2 ,mem_list_item_ptr 
-0x6e40 030195 storet 1 ,mem_select_list_item 
-0x6e41 030196 fetch 1 ,mem_nv_data_number 
-0x6e42 030197 icopy regc 
-:      030198 nvram_find_addr_from_list:
-0x6e43 030199 fetch 2 ,mem_list_item_ptr 
-0x6e44 030200 copy pdata ,rega 
-0x6e45 030201 call nvram_find_addr_from_list_compare 
-0x6e46 030202 rtn user 
-0x6e47 030203 fetcht 2 ,mem_list_item_ptr 
-0x6e48 030204 increase nv_data_len ,temp 
-0x6e49 030205 storet 2 ,mem_list_item_ptr 
-0x6e4a 030206 increase -1 ,temp 
-0x6e4b 030207 ifetch 1 ,temp 
-0x6e4c 030208 store 1 ,mem_select_list_item 
-0x6e4d 030209 increase -1 ,regc 
-0x6e4e 030210 nbranch nvram_find_addr_from_list ,zero 
-0x6e4f 030211 fetch 1 ,mem_nv_data_number 
-0x6e50 030212 pincrease decreased_one 
-0x6e51 030213 store 1 ,mem_select_list_item 
-0x6e52 030214 rtn 
-:      030215 nvram_find_addr_from_list_compare:
-0x6e53 030216 fetch 1 ,mem_temp_reconn_record 
-0x6e54 030217 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
-:      030218 find_master_addr_from_list_compare:
-0x6e55 030219 arg mem_temp_reconn_record ,regb 
-0x6e56 030220 arg 7 ,loopcnt 
-0x6e57 030221 call string_compare 
-0x6e58 030222 branch enable_user ,zero 
-0x6e59 030223 rtn 
-:      030225 find_addr_from_list_compare_ble_mode:
-0x6e5a 030226 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
-0x6e5b 030227 beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
-0x6e5c 030228 branch find_master_addr_from_list_compare 
-:      030230 find_irk_form_list_compare:
-0x6e5d 030231 ifetcht 1 ,rega 
-0x6e5e 030232 isub temp ,null 
-0x6e5f 030233 nrtn zero 
-0x6e60 030234 arg mem_le_prand ,contw 
-0x6e61 030235 arg 16 ,loopcnt 
-0x6e62 030236 call clear_mem 
-0x6e63 030237 fetch 3 ,mem_le_plap + 3 
-0x6e64 030238 store 3 ,mem_le_prand 
-0x6e65 030239 call genernate_master_macaddress 
-0x6e66 030240 fetch 2 ,mem_le_aes_128 + 13 
-0x6e67 030241 byteswap pdata ,pdata 
-0x6e68 030242 lshift8 pdata ,temp 
-0x6e69 030243 ifetch 1 ,contr 
-0x6e6a 030244 iadd temp ,pdata 
-0x6e6b 030245 fetcht 3 ,mem_le_plap 
-0x6e6c 030246 isub temp ,null 
-0x6e6d 030247 branch enable_user ,zero 
-0x6e6e 030248 rtn 
-:      030251 genernate_master_macaddress:
-0x6e6f 030252 arg mem_le_prand ,contr 
-0x6e70 030253 call load_data128 
-0x6e71 030255 ifetch 1 ,rega 
-0x6e72 030256 call load_regext 
-0x6e73 030257 force 0x38 ,aes_ctrl 
-0x6e74 030258 force 0x0 ,aes_ctrl 
-0x6e75 030259 call wait_aes 
-0x6e76 030260 arg mem_le_aes_128 ,contw 
-0x6e77 030261 branch store_aes_result 
-:      030263 find_ediv_form_list_compare:
-0x6e78 030264 ifetcht 1 ,rega 
-0x6e79 030265 isub temp ,null 
-0x6e7a 030266 nrtn zero 
-0x6e7b 030267 copy contr ,rega 
-0x6e7c 030268 add contr ,8 ,regc 
-0x6e7d 030269 arg mem_le_rand ,regb 
-0x6e7e 030270 arg 8 ,loopcnt 
-0x6e7f 030271 call string_compare 
-0x6e80 030272 branch enable_user ,zero 
-0x6e81 030273 copy regc ,rega 
-0x6e82 030274 arg mem_le_irk ,regb 
-0x6e83 030275 arg 8 ,loopcnt 
-0x6e84 030276 call string_compare 
-0x6e85 030277 branch enable_user ,zero 
-0x6e86 030278 rtn 
-:      030280 check_nvram:
-0x6e87 030281 fetch 2 ,mem_nv_data_ptr 
-0x6e88 030282 ifetcht 1 ,pdata 
-0x6e89 030283 pincrease nv_data_len 
-0x6e8a 030284 ifetch 1 ,pdata 
-0x6e8b 030285 isub temp ,null 
-0x6e8c 030286 rtn 
-:      030288 init_device_list:
-0x6e8d 030289 fetch 1 ,mem_nv_data_number 
-0x6e8e 030290 icopy loopcnt 
-0x6e8f 030291 fetcht 2 ,mem_nv_data_ptr 
-0x6e90 030292 setarg 0 
-:      030293 init_device_list_loop:
-0x6e91 030294 istore 1 ,temp 
-0x6e92 030295 increase nv_data_len ,temp 
-0x6e93 030296 pincrease 1 
-0x6e94 030297 loop init_device_list_loop 
-0x6e95 030298 rtn 
-:      030300 load_device_list_mode_4:
-0x6e96 030303 call enable_user2 
-0x6e97 030304 call nvram_find_addr_from_bd_list 
-0x6e98 030305 nbranch clear_ltk_exists ,user 
-0x6e99 030306 fetch 2 ,mem_list_item_ptr 
-0x6e9a 030307 add pdata ,1 ,contr 
-0x6e9b 030308 arg mem_le_irk ,contw 
-0x6e9c 030309 call memcpy16 
-0x6e9d 030310 arg mem_le_ltk ,contw 
-0x6e9e 030311 call memcpy16 
-0x6e9f 030312 jam 1 ,mem_ltk_exists 
-0x6ea0 030313 rtn 
-:      030315 clear_ltk_exists:
-0x6ea1 030316 jam 0 ,mem_ltk_exists 
-0x6ea2 030317 rtn 
-:      030320 eeprom_store_le_reconn_info:
-0x6ea3 030321 jam rec_4_mode ,mem_record_bt_mode 
-0x6ea4 030322 branch eeprom_store_reconn_info 
-:      030324 eeprom_store_reconn_info:
-0x6ea5 030325 fetch 1 ,mem_device_option 
-0x6ea6 030326 beq dvc_op_module ,check_51cmd_update_device_record 
-0x6ea7 030327 beq dvc_op_mouse ,mouse_store_remote_bdaddr 
-0x6ea8 030328 rtn 
-:      030334 get_gpio_wakeup_index:
-0x6ea9 030335 and temp ,0x1f ,pdata 
-0x6eaa 030336 rshift pdata ,pdata 
-0x6eab 030337 arg mem_gpio_wakeup_cfg ,contw 
-0x6eac 030338 iadd contw ,contw 
-0x6ead 030339 arg 0xf0 ,alarm 
-0x6eae 030340 isolate0 0 ,temp 
-0x6eaf 030341 rtn true 
-0x6eb0 030342 arg 0xf ,alarm 
-0x6eb1 030343 rtn 
-:      030346 gpio_set_wake_by_current_state:
-0x6eb2 030347 bpatch patch1a_5 ,mem_patch1a 
-0x6eb3 030348 set1 gpio_active_bit ,temp 
-0x6eb4 030349 call gpio_get_bit 
-0x6eb5 030350 nsetflag true ,gpio_active_bit ,temp 
-:      030353 gpio_set_wake:
-0x6eb6 030354 bpatch patch1a_6 ,mem_patch1a 
-0x6eb7 030355 sub temp ,ui_button_gpio_disable ,null 
-0x6eb8 030356 rtn zero 
-0x6eb9 030357 arg 4 ,debug 
-0x6eba 030358 isolate1 gpio_active_bit ,temp 
-0x6ebb 030359 branch gpio_set_wake_high ,true 
-0x6ebc 030360 arg 2 ,debug 
-:      030361 gpio_set_wake_high:
-0x6ebd 030362 call get_gpio_wakeup_index 
-0x6ebe 030363 isolate0 0 ,temp 
-0x6ebf 030364 branch gpio_set_wake_low4bit ,true 
-0x6ec0 030365 lshift4 debug ,debug 
-:      030366 gpio_set_wake_low4bit:
-0x6ec1 030367 ifetch 1 ,contw 
-0x6ec2 030368 iand alarm ,pdata 
-0x6ec3 030369 ior debug ,pdata 
-0x6ec4 030370 istore 1 ,contw 
-0x6ec5 030371 rtn 
-:      030374 gpio_set_low_pullup:
-0x6ec6 030375 bpatch patch1a_7 ,mem_patch1a 
-0x6ec7 030376 sub temp ,ui_button_gpio_disable ,null 
-0x6ec8 030377 rtn zero 
-0x6ec9 030378 arg 1 ,debug 
-0x6eca 030379 call get_gpio_wakeup_index 
-0x6ecb 030380 isolate0 0 ,temp 
-0x6ecc 030381 branch gpio_set_low_pullup_low4bit ,true 
-0x6ecd 030382 lshift4 debug ,debug 
-:      030383 gpio_set_low_pullup_low4bit:
-0x6ece 030384 ifetch 1 ,contw 
-0x6ecf 030385 iand alarm ,pdata 
-0x6ed0 030386 ior debug ,pdata 
-0x6ed1 030387 istore 1 ,contw 
-0x6ed2 030388 rtn 
-:      030393 gpio_clr_wake:
-0x6ed3 030394 bpatch patch1b_0 ,mem_patch1b 
-0x6ed4 030395 sub temp ,ui_button_gpio_disable ,null 
-0x6ed5 030396 rtn zero 
-0x6ed6 030397 call get_gpio_wakeup_index 
-0x6ed7 030398 ifetch 1 ,contw 
-0x6ed8 030399 iand alarm ,pdata 
-0x6ed9 030400 istore 1 ,contw 
-0x6eda 030401 rtn 
-:      030403 gpio_config_input_nowake:
-0x6edb 030404 call gpio_clr_wake 
-0x6edc 030405 branch gpio_config_input_without_wake 
-:      030408 gpio_config_input:
-0x6edd 030409 sub temp ,ui_button_gpio_disable ,null 
-0x6ede 030410 rtn zero 
-0x6edf 030411 ncall gpio_set_wake ,wake 
-:      030412 gpio_config_input_without_wake:
-0x6ee0 030413 call gpio_addr 
-0x6ee1 030414 setarg 0 
-0x6ee2 030415 isolate1 gpio_active_bit ,temp 
-0x6ee3 030416 nsetflag true ,6 ,pdata 
-0x6ee4 030417 setflag true ,7 ,pdata 
-0x6ee5 030418 branch gpio_write 
-:      030421 gpio_get_bit:
-0x6ee6 030422 bpatch patch1b_1 ,mem_patch1b 
-0x6ee7 030423 arg core_gpio_in ,contw 
-0x6ee8 030424 and temp ,0x07 ,queue 
-0x6ee9 030425 rshift3 temp ,pdata 
-0x6eea 030426 and_into 3 ,pdata 
-0x6eeb 030427 iadd contw ,contw 
-0x6eec 030428 ifetch 1 ,contw 
-0x6eed 030429 isolate1 gpio_active_bit ,temp 
-0x6eee 030430 branch gpio_get_bit_reverse ,true 
-0x6eef 030431 qisolate0 pdata 
-0x6ef0 030432 rtn 
-:      030433 gpio_get_bit_reverse:
-0x6ef1 030434 qisolate1 pdata 
-0x6ef2 030435 rtn 
-:      030438 gpio_out_inactive:
-0x6ef3 030439 sub temp ,ui_button_gpio_disable ,null 
-0x6ef4 030440 rtn zero 
-0x6ef5 030441 isolate1 gpio_active_bit ,null 
-0x6ef6 030442 branch gpio_out_flag 
-:      030444 gpio_config_output:
-:      030445 gpio_out_active:
-0x6ef7 030446 sub temp ,ui_button_gpio_disable ,null 
-0x6ef8 030447 rtn zero 
-0x6ef9 030448 isolate0 gpio_active_bit ,null 
-:      030451 gpio_out_flag:
-0x6efa 030452 setarg 0 
-0x6efb 030453 nsetflag true ,gpio_active_bit ,pdata 
-0x6efc 030454 ixor temp ,temp 
-:      030457 gpio_out:
-0x6efd 030458 call gpio_addr 
-0x6efe 030459 setarg gpcfg_output_high 
-0x6eff 030460 isolate1 gpio_active_bit ,temp 
-0x6f00 030461 setflag true ,0 ,pdata 
-0x6f01 030462 branch gpio_write 
-:      030465 gpio_check_active:
-0x6f02 030466 sub temp ,ui_button_gpio_disable ,null 
-0x6f03 030467 branch disable_true ,zero 
-0x6f04 030468 call gpio_addr 
-0x6f05 030469 ifetch 1 ,contw 
-0x6f06 030470 bbit1 0 ,gpio_check_active_high 
-0x6f07 030471 isolate0 gpio_active_bit ,temp 
-0x6f08 030472 rtn 
-:      030473 gpio_check_active_high:
-0x6f09 030474 isolate1 gpio_active_bit ,temp 
-0x6f0a 030475 rtn 
-:      030477 gpio_set_analog:
-0x6f0b 030478 call gpio_addr 
-0x6f0c 030479 setarg gpcfg_no_ie 
-:      030480 gpio_write:
-0x6f0d 030481 istore 1 ,contw 
-0x6f0e 030482 rtn 
-:      030484 gpio_set_high_impedance:
-0x6f0f 030485 sub temp ,ui_button_gpio_disable ,null 
-0x6f10 030486 rtn zero 
-0x6f11 030487 call gpio_addr 
-0x6f12 030488 setarg gpcfg_high_impedance 
-0x6f13 030489 branch gpio_write 
-:      030491 gpio_addr:
-0x6f14 030492 and temp ,0x3f ,pdata 
-0x6f15 030493 sub pdata ,gpio_number + -1 ,null 
-0x6f16 030494 nbranch gpio_addr_ext ,positive 
-0x6f17 030495 arg core_gpio_conf ,contw 
-:      030496 gpio_addr_next:
-0x6f18 030497 iadd contw ,contw 
-0x6f19 030498 rtn 
-:      030499 gpio_addr_ext:
-0x6f1a 030500 arg core_gpio_conf_hi ,contw 
-0x6f1b 030501 increase -16 ,pdata 
-0x6f1c 030502 branch gpio_addr_next 
-:      030505 gpio_config_param:
-0x6f1d 030506 and pdata ,0xff ,temp 
-0x6f1e 030507 rshift8 pdata ,pdata 
-0x6f1f 030508 branch gpio_config_function_int 
-:      030511 gpio_config_function:
-0x6f20 030512 rtnbit0 gpio_active_bit 
-:      030513 gpio_config_function_int:
-0x6f21 030514 and_into 0x3f ,pdata 
-0x6f22 030515 sub pdata ,gpio_number + -1 ,null 
-0x6f23 030516 nbranch gpio_config_function_int_ext ,positive 
-0x6f24 030517 arg core_gpio_conf ,contw 
-:      030518 gpio_config_function_int_next:
-0x6f25 030519 iadd contw ,contw 
-0x6f26 030520 istoret 1 ,contw 
-0x6f27 030521 rtn 
-:      030522 gpio_config_function_int_ext:
-0x6f28 030523 arg core_gpio_conf_hi ,contw 
-0x6f29 030524 increase -16 ,pdata 
-0x6f2a 030525 branch gpio_config_function_int_next 
-:      030529 gpio_get_config:
-0x6f2b 030530 and_into 0x3f ,temp 
-0x6f2c 030531 sub temp ,gpio_number + -1 ,null 
-0x6f2d 030532 nbranch gpio_get_config_ext ,positive 
-0x6f2e 030533 setarg core_gpio_conf 
-:      030534 gpio_get_config_next:
-0x6f2f 030535 iadd temp ,contr 
-0x6f30 030536 ifetch 1 ,contr 
-0x6f31 030537 rtn 
-:      030538 gpio_get_config_ext:
-0x6f32 030539 setarg core_gpio_conf_hi 
-0x6f33 030540 increase -16 ,temp 
-0x6f34 030541 branch gpio_get_config_next 
-:      030545 gpio_set_before_lpm:
-0x6f35 030546 arg gpio_number ,loopcnt 
-0x6f36 030547 arg core_gpio_conf ,contr 
-:      030548 setgpio_loop:
-0x6f37 030549 copy contr ,contw 
-0x6f38 030550 ifetch 1 ,contr 
-0x6f39 030551 beq gpcfg_spid_miso ,setgpio_pullup 
-0x6f3a 030552 beq gpcfg_spid_ncs ,setgpio_pullup 
-0x6f3b 030553 beq gpcfg_spid_sck ,setgpio_pullup 
-0x6f3c 030554 beq gpcfg_spid_mosi ,setgpio_pullup 
-0x6f3d 030555 beq gpcfg_spid_sdio ,setgpio_pullup 
-0x6f3e 030556 beq gpcfg_iic_scl ,setgpio_pullup 
-0x6f3f 030557 beq gpcfg_iic_sda ,setgpio_pullup 
-0x6f40 030558 beq gpcfg_input ,setgpio_pullup 
-:      030559 setgpio_loop_end:
-0x6f41 030560 loop setgpio_loop 
-0x6f42 030561 arg core_gpio_conf_hi + gpio_number_ext ,pdata 
-0x6f43 030562 isub contr ,null 
-0x6f44 030563 rtn zero 
-:      030564 gpio_set_before_lpm_ext:
-0x6f45 030565 arg gpio_number_ext ,loopcnt 
-0x6f46 030566 arg core_gpio_conf_hi ,contr 
-0x6f47 030567 branch setgpio_loop 
-:      030570 setgpio_pullup:
-0x6f48 030571 setarg gpcfg_pullup 
-0x6f49 030572 istore 1 ,contw 
-0x6f4a 030573 branch setgpio_loop_end 
-:      030574 setgpio_pulldown:
-0x6f4b 030575 setarg gpcfg_pulldown 
-0x6f4c 030576 istore 1 ,contw 
-0x6f4d 030577 branch setgpio_loop_end 
-:      030581 sadc_calibration:
-0x6f4e 030582 bpatch patch1b_2 ,mem_patch1b 
-0x6f4f 030583 rtn wake 
-0x6f50 030584 jam 0x77 ,core_gpadc_ctrl 
-0x6f51 030585 jam 0xc9 ,core_gpadc_cfg0 
-0x6f52 030586 jam 0x01 ,core_gpadc_cfg3 
-0x6f53 030587 fetch 1 ,mem_adc_clkdiv 
-0x6f54 030588 store 1 ,core_sadc_clkdiv 
-0x6f55 030589 call sadc_read 
-0x6f56 030590 jam 0xc1 ,core_gpadc_cfg0 
-:      030591 sadc_cal_read:
-0x6f57 030592 arg 7 ,loopcnt 
-0x6f58 030593 arg mem_adc_cal_c0 ,rega 
-0x6f59 030594 jam 0x05 ,core_gpadc_cfg2 
-:      030595 sadc_cal_read_loop:
-0x6f5a 030596 fetch 1 ,core_gpadc_status 
-0x6f5b 030597 istore 1 ,rega 
-0x6f5c 030598 increase 1 ,rega 
-0x6f5d 030599 fetch 1 ,core_gpadc_cfg2 
-0x6f5e 030600 increase 0x20 ,pdata 
-0x6f5f 030601 store 1 ,core_gpadc_cfg2 
-0x6f60 030602 loop sadc_cal_read_loop 
-0x6f61 030603 jam 0x00 ,core_gpadc_ctrl 
-0x6f62 030604 rtn 
-:      030606 sadc_cal_write:
-0x6f63 030607 fetch 1 ,core_sadc_ctrl 
-0x6f64 030608 set1 1 ,pdata 
-0x6f65 030609 store 1 ,core_sadc_ctrl 
-0x6f66 030610 arg 7 ,loopcnt 
-0x6f67 030611 arg mem_adc_cal_c0 ,rega 
-0x6f68 030612 jam 0x15 ,core_gpadc_cfg2 
-:      030613 sadc_cal_write_loop:
-0x6f69 030614 ifetch 1 ,rega 
-0x6f6a 030615 store 1 ,core_gpadc_cfg1 
-0x6f6b 030616 increase 1 ,rega 
-0x6f6c 030617 fetch 1 ,core_gpadc_cfg2 
-0x6f6d 030618 increase 0x20 ,pdata 
-0x6f6e 030619 store 1 ,core_gpadc_cfg2 
-0x6f6f 030620 loop sadc_cal_write_loop 
-0x6f70 030621 fetch 1 ,core_sadc_ctrl 
-0x6f71 030622 set0 1 ,pdata 
-0x6f72 030623 store 1 ,core_sadc_ctrl 
-0x6f73 030624 rtn 
-:      030628 adc_init_data:
-0x6f74 030629 bpatch patch1b_3 ,mem_patch1b 
-0x6f75 030630 fetch 8 ,mem_otp_adc 
-0x6f76 030631 branch adc_init_cal_data_default ,blank 
-0x6f77 030632 store 8 ,mem_3v_adc_io_data 
-0x6f78 030633 rtn 
-:      030635 adc_init_cal_data_default:
-0x6f79 030636 setarg 0x0bbe 
-0x6f7a 030637 store 2 ,mem_3v_adc_io_data 
-0x6f7b 030638 setarg 0x03f0 
-0x6f7c 030639 store 2 ,mem_1v_adc_io_data 
-0x6f7d 030640 setarg 0x027e 
-0x6f7e 030641 store 2 ,mem_2v_adc_hvin_data 
-0x6f7f 030642 setarg 0x03c4 
-0x6f80 030643 store 2 ,mem_3v_adc_hvin_data 
-0x6f81 030644 rtn 
-:      030646 enable_adc:
-0x6f82 030647 bpatch patch1b_4 ,mem_patch1b 
-0x6f83 030648 call sadc_cal_write 
-0x6f84 030649 fetch 1 ,core_gpadc_cfg1 
-0x6f85 030650 set0 7 ,pdata 
-0x6f86 030651 store 1 ,core_gpadc_cfg1 
-0x6f87 030652 jam 0x77 ,core_gpadc_ctrl 
-0x6f88 030653 jam 0xc1 ,core_gpadc_cfg0 
-0x6f89 030654 jam 0x01 ,core_gpadc_cfg3 
-0x6f8a 030655 call sadc_channel 
-0x6f8b 030656 fetch 1 ,mem_adc_clkdiv 
-0x6f8c 030657 store 1 ,core_sadc_clkdiv 
-0x6f8d 030658 call sadc_read 
-0x6f8e 030659 jam 0 ,core_sadc_clkdiv 
-0x6f8f 030660 branch sadc_dma 
-:      030662 sadc_channel:
-0x6f90 030663 fetch 1 ,mem_adc_channel 
-0x6f91 030664 lshift4 pdata ,pdata 
-0x6f92 030665 fetcht 1 ,core_gpadc_cfg3 
-0x6f93 030666 and_into 0x0f ,temp 
-0x6f94 030667 ior temp ,temp 
-0x6f95 030668 storet 1 ,core_gpadc_cfg3 
-0x6f96 030669 rtn 
-:      030671 sadc_read:
-0x6f97 030672 jam 0x03 ,core_sadc_ctrl 
-:      030673 sadc_read_wait:
-0x6f98 030674 fetch 1 ,core_perf_status 
-0x6f99 030675 bbit0 saradc_done ,sadc_read_wait 
-0x6f9a 030676 fetcht 2 ,core_sadc_data 
-0x6f9b 030677 storet 2 ,mem_adc_current_value 
-0x6f9c 030678 jam 0x06 ,core_sadc_ctrl 
-:      030679 sadc_read_wait2:
-0x6f9d 030680 fetch 1 ,core_perf_status 
-0x6f9e 030681 bbit1 saradc_done ,sadc_read_wait2 
-0x6f9f 030682 jam 0x00 ,core_sadc_ctrl 
-0x6fa0 030683 rtn 
-:      030685 sadc_dma:
-0x6fa1 030686 fetch 1 ,mem_adc_dma_enable 
-0x6fa2 030687 rtn blank 
-0x6fa3 030688 fetch 1 ,core_gpadc_cfg1 
-0x6fa4 030689 set1 7 ,pdata 
-0x6fa5 030690 store 1 ,core_gpadc_cfg1 
-0x6fa6 030691 fetch 1 ,mem_adc_clkdiv 
-0x6fa7 030692 store 1 ,core_sadc_clkdiv 
-0x6fa8 030693 fetch 2 ,mem_adc_saddr_ptr 
-0x6fa9 030694 store 2 ,core_sadc_saddr 
-0x6faa 030695 fetch 2 ,mem_adc_eaddr_ptr 
-0x6fab 030696 store 2 ,core_sadc_eaddr 
-0x6fac 030697 jam 0x0b ,core_sadc_ctrl 
-0x6fad 030698 nop 1000 
-0x6fae 030699 jam 0x03 ,core_sadc_ctrl 
-0x6faf 030700 rtn 
-:      030702 vdd_calculate_by_mode:
-0x6fb0 030703 bpatch patch1b_5 ,mem_patch1b 
-0x6fb1 030704 fetch 1 ,mem_adc_config_flag 
-0x6fb2 030705 beq adc_config_hvin ,vdd_calculate_hvin 
-0x6fb3 030706 beq adc_config_gpio ,vdd_calculate_io 
-0x6fb4 030707 rtn 
-:      030709 vdd_calculate_hvin:
-0x6fb5 030710 setarg 1000 
-0x6fb6 030711 store 2 ,mem_reference_voltage 
-0x6fb7 030712 fetcht 2 ,mem_3v_adc_hvin_data 
-0x6fb8 030713 fetch 2 ,mem_2v_adc_hvin_data 
-0x6fb9 030714 arg 2000 ,regc 
-0x6fba 030715 branch vdd_calculate 
-:      030717 vdd_calculate_io:
-0x6fbb 030718 setarg 2000 
-0x6fbc 030719 store 2 ,mem_reference_voltage 
-0x6fbd 030720 fetcht 2 ,mem_3v_adc_io_data 
-0x6fbe 030721 fetch 2 ,mem_1v_adc_io_data 
-0x6fbf 030722 arg 1000 ,regc 
-:      030723 vdd_calculate:
-0x6fc0 030724 isub temp ,rega 
-0x6fc1 030725 fetch 2 ,mem_adc_current_value 
-0x6fc2 030726 isub temp ,pdata 
-0x6fc3 030727 nbranch vdd_calculate1 ,positive 
-0x6fc4 030728 fetcht 2 ,mem_reference_voltage 
-0x6fc5 030729 imul32 temp ,regb 
-0x6fc6 030730 copy regc ,pdata 
-0x6fc7 030731 imul32 rega ,pdata 
-0x6fc8 030732 iadd regb ,pdata 
-:      030733 vdd_calculate2:
-0x6fc9 030734 idiv rega 
-0x6fca 030735 call wait_div_end 
-0x6fcb 030736 quotient pdata 
-0x6fcc 030737 rtn 
-:      030739 vdd_calculate1:
-0x6fcd 030740 copy temp ,pdata 
-0x6fce 030741 fetcht 2 ,mem_adc_current_value 
-0x6fcf 030742 isub temp ,pdata 
-0x6fd0 030743 fetcht 2 ,mem_reference_voltage 
-0x6fd1 030744 imul32 temp ,regb 
-0x6fd2 030745 copy regc ,pdata 
-0x6fd3 030746 imul32 rega ,pdata 
-0x6fd4 030747 isub regb ,pdata 
-0x6fd5 030748 nbranch set_pdata_0 ,positive 
-0x6fd6 030749 branch vdd_calculate2 
-:      030753 adc_bat_percent_lowpower_out:
-0x6fd7 030754 ifetch 8 ,rega 
-0x6fd8 030755 store 8 ,mem_pdatatemp 
-0x6fd9 030756 fetch 2 ,mem_pdatatemp 
-0x6fda 030757 fetcht 2 ,mem_pdatatemp + 2 
-0x6fdb 030758 isub temp ,rega 
-0x6fdc 030759 fetch 2 ,mem_pdatatemp + 6 
-0x6fdd 030760 isub temp ,regb 
-0x6fde 030761 fetcht 2 ,mem_pdatatemp + 4 
-0x6fdf 030762 isub temp ,null 
-0x6fe0 030763 ncall adc_set_low_power_flag ,positive 
-0x6fe1 030764 mul32 regb ,100 ,pdata 
-0x6fe2 030765 idiv rega 
-0x6fe3 030766 call wait_div_end 
-0x6fe4 030767 quotient pdata 
-0x6fe5 030768 call adc_set_no_power_flag ,blank 
-0x6fe6 030769 rtn 
-:      030771 adc_set_low_power_flag:
-0x6fe7 030772 fetch 1 ,mem_adc_power_flag 
-0x6fe8 030773 set1 0 ,pdata 
-0x6fe9 030774 store 1 ,mem_adc_power_flag 
-0x6fea 030775 rtn 
-:      030777 adc_clear_low_power_flag:
-0x6feb 030778 fetch 1 ,mem_adc_power_flag 
-0x6fec 030779 set0 0 ,pdata 
-0x6fed 030780 store 1 ,mem_adc_power_flag 
-0x6fee 030781 rtn 
-:      030783 adc_set_no_power_flag:
-0x6fef 030784 fetcht 1 ,mem_adc_power_flag 
-0x6ff0 030785 set1 1 ,temp 
-0x6ff1 030786 storet 1 ,mem_adc_power_flag 
-0x6ff2 030787 rtn 
-:      030789 adc_clear_no_power_flag:
-0x6ff3 030790 fetcht 1 ,mem_adc_power_flag 
-0x6ff4 030791 set0 1 ,temp 
-0x6ff5 030792 storet 1 ,mem_adc_power_flag 
-0x6ff6 030793 rtn 
-:      030798 keyscan_key_init:
-0x6ff7 030799 fetch 2 ,mem_key_num_ptr 
-0x6ff8 030800 ifetch 1 ,pdata 
-:      030801 keyscan_key_init_next:
-0x6ff9 030802 rtn blank 
-0x6ffa 030803 copy pdata ,loopcnt 
-0x6ffb 030805 fetch 2 ,mem_keyscan_ptr 
-0x6ffc 030806 increase 3 ,pdata 
-0x6ffd 030807 copy pdata ,rega 
-:      030808 keyscan_key_init_lp1:
-0x6ffe 030809 ifetcht 1 ,rega 
-0x6fff 030810 call gpio_config_input 
-0x7000 030811 increase key_conf_struct_len ,rega 
-0x7001 030812 loop keyscan_key_init_lp1 
-:      030813 keyscan_key_init_end:
-0x7002 030814 rtn 
-:      030816 keyscan_scan_key:
-0x7003 030817 fetch 2 ,mem_keyscan_ptr 
-0x7004 030818 increase 3 ,pdata 
-0x7005 030819 copy pdata ,rega 
-0x7006 030821 force 0 ,regb 
-0x7007 030822 setarg 0 
-0x7008 030823 store 2 ,mem_key_value_temp 
-:      030824 keyscan_scan_key_lp1:
-0x7009 030825 ifetcht 1 ,rega 
-0x700a 030826 call gpio_get_bit 
-0x700b 030827 bpatch patch1b_6 ,mem_patch1b 
-0x700c 030828 fetch 2 ,mem_key_value_temp 
-0x700d 030829 copy regb ,queue 
-0x700e 030830 qsetflag true ,pdata 
-0x700f 030831 store 2 ,mem_key_value_temp 
-0x7010 030832 increase key_conf_struct_len ,rega 
-0x7011 030833 increase 1 ,regb 
-0x7012 030834 fetch 2 ,mem_key_num_ptr 
-0x7013 030835 ifetch 1 ,pdata 
-:      030836 keyscan_scan_key_lp1_next:
-0x7014 030837 ixor regb ,null 
-0x7015 030838 nbranch keyscan_scan_key_lp1 ,zero 
-0x7016 030839 fetch 2 ,mem_key_value_temp 
-0x7017 030840 fetcht 2 ,mem_key_value_retention 
-0x7018 030841 ixor temp ,null 
-0x7019 030842 rtn zero 
-0x701a 030843 branch enable_user 
-:      030845 keyscan_process_lpm_before:
-0x701b 030846 fetch 2 ,mem_key_num_ptr 
-0x701c 030847 ifetch 1 ,pdata 
-:      030848 keyscan_process_lpm_before_next:
-0x701d 030849 rtn blank 
-0x701e 030850 copy pdata ,loopcnt 
-0x701f 030851 fetch 2 ,mem_keyscan_ptr 
-0x7020 030852 increase 3 ,pdata 
-0x7021 030853 copy pdata ,rega 
-:      030854 keyscan_process_lpm_before_lp1:
-0x7022 030855 ifetcht 1 ,rega 
-0x7023 030856 call gpio_set_wake_by_current_state 
-0x7024 030857 increase key_conf_struct_len ,rega 
-0x7025 030858 loop keyscan_process_lpm_before_lp1 
-:      030859 keyscan_process_lpm_before_end:
-0x7026 030860 rtn 
-:      030862 keyscan_key_process:
-0x7027 030863 arg key_scan_timer ,queue 
-0x7028 030864 call timer_check 
-0x7029 030865 nrtn blank 
-0x702a 030866 setarg 0x20 
-0x702b 030867 arg key_scan_timer ,queue 
-0x702c 030868 call timer_init 
-0x702d 030869 disable user 
-0x702e 030870 call keyscan_process_lpm_before 
-0x702f 030871 bpatch patch1b_7 ,mem_patch1b 
-0x7030 030872 fetch 2 ,mem_key_num_ptr 
-0x7031 030873 ifetch 1 ,pdata 
-:      030874 keyscan_key_process_next:
-0x7032 030875 rtn blank 
-0x7033 030876 call keyscan_scan_key 
-0x7034 030877 nbranch lpm_button_clean_wake_lock ,user 
-0x7035 030878 call lpm_button_get_wake_lock 
-0x7036 030879 disable user 
-0x7037 030880 fetch 2 ,mem_key_value_temp 
-0x7038 030881 store 2 ,mem_key_value_temp4 
-0x7039 030882 jam 0 ,mem_key_value_temp6 
-0x703a 030883 force 0 ,queue 
-:      030884 keyscan_key_lp1:
-0x703b 030885 fetch 2 ,mem_key_value_retention 
-0x703c 030886 rshift pdata ,temp 
-0x703d 030887 storet 2 ,mem_key_value_retention 
-0x703e 030888 and pdata ,0x01 ,pdata 
-0x703f 030889 fetcht 2 ,mem_key_value_temp4 
-0x7040 030890 and temp ,0x01 ,rega 
-0x7041 030891 rshift temp ,temp 
-0x7042 030892 storet 2 ,mem_key_value_temp4 
-0x7043 030893 ixor rega ,null 
-0x7044 030894 ncall keyscan_send_key_data ,zero 
-0x7045 030895 fetch 2 ,mem_key_num_ptr 
-0x7046 030896 ifetch 1 ,pdata 
-:      030897 keyscan_key_lp1_next:
-0x7047 030898 fetcht 1 ,mem_key_value_temp6 
-0x7048 030899 increase 1 ,temp 
-0x7049 030900 storet 1 ,mem_key_value_temp6 
-0x704a 030901 copy temp ,queue 
-0x704b 030902 ixor queue ,null 
-0x704c 030903 nbranch keyscan_key_lp1 ,zero 
-0x704d 030904 fetch 2 ,mem_key_value_temp 
-0x704e 030905 store 2 ,mem_key_value_retention 
-0x704f 030906 rtn 
-:      030907 keyscan_send_key_data:
-0x7050 030908 bpatch patch1c_0 ,mem_patch1c 
-0x7051 030909 fetch 2 ,mem_keyscan_ptr 
-0x7052 030910 increase 1 ,pdata 
-0x7053 030911 ifetch 2 ,pdata 
-0x7054 030912 branch callback_func 
-:      030918 pwm_init:
-0x7055 030919 fetch 1 ,core_clksel 
-0x7056 030920 ior rega ,pdata 
-0x7057 030921 store 1 ,core_clksel 
-0x7058 030922 fetch 2 ,core_clkoff 
-0x7059 030923 set0 clock_off_pwm ,pdata 
-0x705a 030924 store 2 ,core_clkoff 
-:      030925 delay_nop100:
-0x705b 030926 nop 100 
-0x705c 030927 rtn 
-:      030929 pwm_clk_set:
-0x705d 030930 fetch 1 ,core_clksel 
-0x705e 030931 bbit1 6 ,pwm_24m_clk_set 
-0x705f 030932 bbit1 7 ,pwm_33k_clk_set 
-:      030933 pwm_12m_clk_set:
-0x7060 030934 setarg pwm_12mhz 
-0x7061 030935 rtn 
-:      030936 pwm_24m_clk_set:
-0x7062 030937 setarg pwm_24mhz 
-0x7063 030938 rtn 
-:      030939 pwm_33k_clk_set:
-0x7064 030940 setarg pwm_33khz 
-0x7065 030941 rtn 
-:      030944 pwm_out_set:
-0x7066 030945 fetcht 3 ,mem_pdatatemp + 2 
-0x7067 030946 call pwm_clk_set 
-0x7068 030947 idiv temp 
-0x7069 030948 call wait_div_end 
-0x706a 030949 quotient temp 
-0x706b 030950 fetch 1 ,mem_pdatatemp + 5 
-0x706c 030951 imul32 temp ,pdata 
-0x706d 030952 div pdata ,100 
-0x706e 030953 call wait_div_end 
-0x706f 030954 quotient rega 
-0x7070 030955 copy temp ,pdata 
-0x7071 030956 isub rega ,regb 
-0x7072 030958 fetch 1 ,mem_pdatatemp + 1 
-0x7073 030959 call pwm_duty_cycle_set 
-0x7074 030960 fetch 1 ,mem_pdatatemp 
-0x7075 030961 fetcht 1 ,mem_pdatatemp + 1 
-0x7076 030962 and_into 0x0f ,temp 
-0x7077 030963 lshift8 temp ,temp 
-0x7078 030964 ior temp ,pdata 
-0x7079 030965 branch pwm_enable 
-:      030967 pwm_duty_cycle_set:
-0x707a 030968 iforce queue 
-0x707b 030969 call pwm_duty_cycle_set_without_autoload 
-0x707c 030970 branch pwm_autoload_set 
-:      030972 pwm_autoload_set:
-0x707d 030973 fetch 1 ,core_pwm_autoload 
-0x707e 030974 qset1 pdata 
-0x707f 030975 store 1 ,core_pwm_autoload 
-0x7080 030976 fetcht 1 ,core_clksel 
-0x7081 030977 isolate1 7 ,temp 
-0x7082 030978 call delay_1clk_of_33k ,true 
-0x7083 030979 qset0 pdata 
-0x7084 030980 store 1 ,core_pwm_autoload 
-0x7085 030981 rtn 
-:      030984 delay_1clk_of_33k:
-0x7086 030985 nop 480 
-0x7087 030986 rtn 
-:      030988 pwm_duty_cycle_set_without_autoload:
-0x7088 030989 and_into 0x0f ,pdata 
-0x7089 030990 arg core_pwm_pcnt0 ,contw 
-0x708a 030991 mul32 pdata ,4 ,pdata 
-0x708b 030992 iadd contw ,contw 
-0x708c 030993 copy rega ,pdata 
-0x708d 030994 istore 2 ,contw 
-0x708e 030995 copy regb ,pdata 
-0x708f 030996 istore 2 ,contw 
-0x7090 030997 rtn 
-:      031002 pwm_enable_in_syncmode:
-0x7091 031003 rshift8 regb ,queue 
-0x7092 031004 call pwm_init_bit_set 
-0x7093 031005 rshift8 regb ,queue 
-0x7094 031006 call pwm_syncmode_set 
-0x7095 031007 rshift8 rega ,queue 
-0x7096 031008 enable true 
-0x7097 031009 call pwm_syncmode_set_process 
-0x7098 031011 deposit rega 
-0x7099 031012 call pwm_gpio_select 
-0x709a 031013 deposit regb 
-0x709b 031014 branch pwm_enable 
-:      031016 pwm_disable_in_syncmode:
-0x709c 031017 deposit rega 
-0x709d 031018 call pwm_disable 
-0x709e 031019 deposit regb 
-0x709f 031020 call pwm_disable 
-0x70a0 031022 rshift8 rega ,queue 
-0x70a1 031023 disable true 
-0x70a2 031024 call pwm_syncmode_set_process 
-0x70a3 031025 rshift8 regb ,queue 
-0x70a4 031026 disable true 
-0x70a5 031027 call pwm_init_bit_set_process 
-0x70a6 031028 rshift8 regb ,queue 
-0x70a7 031029 disable true 
-0x70a8 031030 branch pwm_syncmode_set_process 
-:      031033 pwm_syncmode_set:
-0x70a9 031034 isolate1 7 ,queue 
-:      031035 pwm_syncmode_set_process:
-0x70aa 031036 and queue ,0x0f ,queue 
-0x70ab 031037 fetch 1 ,core_pwm_sync 
-0x70ac 031038 qsetflag true ,pdata 
-0x70ad 031039 store 1 ,core_pwm_sync 
-0x70ae 031040 rtn 
-:      031042 pwm_init_bit_set:
-0x70af 031043 isolate1 6 ,queue 
-:      031044 pwm_init_bit_set_process:
-0x70b0 031045 and queue ,0x0f ,queue 
-0x70b1 031046 fetch 1 ,core_pwm_init 
-0x70b2 031047 qsetflag true ,pdata 
-0x70b3 031048 store 1 ,core_pwm_init 
-0x70b4 031049 rtn 
-:      031050 pwm_gpio_select:
-0x70b5 031051 call pwm_select_channel 
-:      031052 pwm_gpio_select_process:
-0x70b6 031053 lshift8 pdata ,pdata 
-0x70b7 031054 add queue ,gpcfg_pwm_out0 ,temp 
-0x70b8 031055 ior temp ,pdata 
-0x70b9 031056 branch gpio_config_param 
-:      031058 pwm_enable:
-0x70ba 031059 enable user 
-0x70bb 031060 call pwm_gpio_select 
-0x70bc 031061 branch pwm_set_select 
-:      031063 pwm_disable:
-0x70bd 031064 disable user 
-0x70be 031065 call pwm_select_channel 
-0x70bf 031066 branch pwm_set_select 
-:      031068 pwm_set_select:
-0x70c0 031069 and queue ,0x0f ,queue 
-0x70c1 031070 fetch 1 ,core_pwm_en 
-0x70c2 031071 qsetflag user ,pdata 
-0x70c3 031072 store 1 ,core_pwm_en 
-0x70c4 031073 rtn 
-:      031074 pwm_select_channel:
-0x70c5 031075 rshift8 pdata ,queue 
-0x70c6 031076 and queue ,0x0f ,queue 
-0x70c7 031077 rtn 
-:      031081 wdt_init_config:
-0x70c8 031082 copy pdata ,temp 
-0x70c9 031083 bpatch patch1c_1 ,mem_patch1c 
-0x70ca 031084 call wdt_set_enable 
-0x70cb 031085 setarg 2048 
-0x70cc 031086 isub temp ,pdata 
-0x70cd 031087 copy pdata ,temp 
-0x70ce 031088 rshift4 temp ,temp 
-0x70cf 031089 storet 1 ,core_write_wdt 
-0x70d0 031090 nop 1400 
-0x70d1 031091 copy pdata ,temp 
-0x70d2 031092 and_into 0x0f ,temp 
-0x70d3 031093 storet 1 ,core_write_wdt2 
-0x70d4 031094 rtn 
-:      031097 wdt_set_enable:
-0x70d5 031098 enable user2 
-0x70d6 031099 branch wdt_init_set 
-:      031102 wdt_set_disable:
-0x70d7 031103 bpatch patch1c_2 ,mem_patch1c 
-0x70d8 031104 disable user2 
-:      031105 wdt_init_set:
-0x70d9 031106 fetch 1 ,core_config 
-0x70da 031107 setflag user2 ,3 ,pdata 
-0x70db 031108 store 1 ,core_config 
-0x70dc 031109 rtn 
-:      031114 nec61212_init:
-0x70dd 031115 arg fun_nec_enable | fun_nec_clk_divide_24 ,temp 
-:      031118 nec_init_config:
-0x70de 031119 store 4 ,core_nec_start_addr 
-0x70df 031120 store 2 ,core_nec_rptr 
-0x70e0 031121 storet 1 ,core_nec_ctrl 
-0x70e1 031122 rtn 
-:      031125 nec_check_rxbuff_size:
-0x70e2 031126 fetch 2 ,core_nec_rxitem 
-0x70e3 031127 rtn 
-:      031129 nec_prepare_read:
-0x70e4 031130 fetchr contu ,2 ,core_nec_rptr 
-0x70e5 031131 fetchr contus ,2 ,core_nec_start_addr 
-0x70e6 031132 fetchr contue ,2 ,core_nec_end_addr 
-0x70e7 031133 rtn 
-:      031135 nec_read_done:
-0x70e8 031136 storer contu ,2 ,core_nec_rptr 
-0x70e9 031137 rtn 
-:      031144 nec_parse_nec61212:
-0x70ea 031145 call enable_user 
-0x70eb 031146 arg 0 ,rege 
-0x70ec 031147 call nec_check_rxbuff_size 
-0x70ed 031148 beq 2 ,nec_parse_nec61212_check_timeout 
-0x70ee 031149 sub pdata ,4 ,null 
-0x70ef 031150 rtn positive 
-0x70f0 031151 call nec_prepare_read 
-0x70f1 031152 ifetcht 2 ,contu 
-0x70f2 031153 setarg nec61212_data2repeat_time 
-0x70f3 031154 call nec_check_pulse_range_legal_default_deviation 
-0x70f4 031155 nbranch nec_parse_nec61212_check_repeat_data ,positive 
-0x70f5 031156 copy regd ,temp 
-0x70f6 031157 setarg nec61212_repeat2repeat_time 
-0x70f7 031158 call nec_check_pulse_range_legal_default_deviation 
-0x70f8 031159 nbranch nec_parse_nec61212_check_repeat_data ,positive 
-0x70f9 031161 copy regd ,temp 
-0x70fa 031162 setarg nec61212_boot_code_start_time 
-0x70fb 031163 call nec_check_pulse_range_legal_default_deviation 
-0x70fc 031164 branch nec_parse_nec61212_error_data ,positive 
-0x70fd 031165 ifetcht 2 ,contu 
-0x70fe 031166 setarg nec61212_boot_code_end_time 
-0x70ff 031167 call nec_check_pulse_range_legal_default_deviation 
-0x7100 031168 branch nec_parse_nec61212_error_data ,positive 
-0x7101 031169 call nec_check_rxbuff_size 
-0x7102 031170 sub pdata ,133 ,null 
-0x7103 031171 rtn positive 
-0x7104 031172 arg 32 ,loopcnt 
-:      031173 nec_parse_nec61212_data:
-0x7105 031174 ifetcht 2 ,contu 
-0x7106 031175 setarg nec61212_data_bit_1_start_time 
-0x7107 031176 call nec_check_pulse_range_legal_default_deviation 
-0x7108 031177 branch nec_parse_nec61212_error_data ,positive 
-0x7109 031178 ifetcht 2 ,contu 
-0x710a 031179 setarg nec61212_data_bit_1_end_time 
-0x710b 031180 call nec_check_pulse_range_legal_default_deviation 
-0x710c 031181 nbranch nec_parse_nec61212_add_bit1 ,positive 
-0x710d 031182 copy regd ,temp 
-0x710e 031183 setarg nec61212_data_bit_0_end_time 
-0x710f 031184 call nec_check_pulse_range_legal_default_deviation 
-0x7110 031185 nbranch nec_parse_nec61212_add_bit0 ,positive 
-:      031188 nec_parse_nec61212_error_data:
-0x7111 031189 copy regd ,temp 
-0x7112 031190 setarg nec61212_timeout_time 
-0x7113 031191 isub temp ,null 
-0x7114 031192 branch nec_parse_nec61212_check_timeout_cb ,zero 
-0x7115 031193 branch nec_read_done 
-:      031195 nec_parse_nec61212_add_bit1:
-0x7116 031196 set1 32 ,rege 
-:      031197 nec_parse_nec61212_add_bit0:
-0x7117 031198 rshift rege ,rege 
-0x7118 031199 loop nec_parse_nec61212_data 
-0x7119 031200 branch nec_parse_nec61212_check_stop_bit 
-:      031202 nec_parse_nec61212_check_repeat_data:
-0x711a 031203 call nec_check_rxbuff_size 
-0x711b 031204 sub pdata ,7 ,null 
-0x711c 031205 rtn positive 
-0x711d 031206 ifetcht 2 ,contu 
-0x711e 031207 setarg nec61212_repeat_start_time 
-0x711f 031208 call nec_check_pulse_range_legal_default_deviation 
-0x7120 031209 branch nec_parse_nec61212_error_data ,positive 
-0x7121 031210 ifetcht 2 ,contu 
-0x7122 031211 setarg nec61212_repeat_end_time 
-0x7123 031212 call nec_check_pulse_range_legal_default_deviation 
-0x7124 031213 branch nec_parse_nec61212_error_data ,positive 
-:      031214 nec_parse_nec61212_check_stop_bit:
-0x7125 031215 ifetcht 2 ,contu 
-0x7126 031216 setarg nec61212_stop_time 
-0x7127 031217 call nec_check_pulse_range_legal_default_deviation 
-0x7128 031218 branch nec_parse_nec61212_error_data ,positive 
-0x7129 031219 call nec_read_done 
-0x712a 031220 copy regc ,pdata 
-0x712b 031221 branch callback_func 
-:      031223 nec_parse_nec61212_check_timeout:
-0x712c 031224 call nec_prepare_read 
-0x712d 031225 ifetcht 2 ,contu 
-0x712e 031226 setarg nec61212_timeout_time 
-0x712f 031227 isub temp ,null 
-0x7130 031228 nrtn zero 
-:      031229 nec_parse_nec61212_check_timeout_cb:
-0x7131 031230 call nec_read_done 
-0x7132 031231 call disable_user 
-0x7133 031232 copy regc ,pdata 
-0x7134 031233 branch callback_func 
-:      031240 nec_check_pulse_range_legal_default_deviation:
-0x7135 031241 fetchr regb ,1 ,mem_nec_decode_error_value 
-:      031250 nec_check_pulse_range_legal:
-0x7136 031251 copy temp ,regd 
-0x7137 031252 imul32 regb ,regb 
-0x7138 031253 lshift temp ,temp 
-0x7139 031254 isub temp ,rega 
-0x713a 031255 ncall nec_check_pulse_range_legal_data_negative ,positive 
-0x713b 031256 mul32 rega ,100 ,pdata 
-0x713c 031257 isub regb ,null 
-0x713d 031258 rtn 
-:      031260 nec_check_pulse_range_legal_data_negative:
-0x713e 031261 sub rega ,0 ,rega 
-0x713f 031262 rtn 
-:      031273 function_g2:
-0x7140 031274 bpatch patch1c_3 ,mem_patch1c 
-0x7141 031275 jam 80 ,mem_aes_cmac_data_length 
-0x7142 031276 arg mem_dat ,contw 
-0x7143 031277 arg mem_le_srand ,contr 
-0x7144 031278 call memcpy16 
-0x7145 031279 arg mem_sc_pubkey_local_x_256 ,contr 
-0x7146 031280 call memcpy32 
-0x7147 031281 arg mem_le_pubkey_remote_x_256 ,contr 
-0x7148 031282 call memcpy32 
-0x7149 031283 call inverse_memdat 
-0x714a 031284 arg mem_le_mrand ,contr 
-0x714b 031285 call store_inverse_k 
-0x714c 031286 call function_aes_cmac 
-0x714d 031288 arg mem_aes_cmac_temp ,contw 
-0x714e 031289 call load_inverse_result 
-0x714f 031290 setarg 1000000 
-0x7150 031291 copy pdata ,rega 
-0x7151 031292 fetch 4 ,mem_aes_cmac_temp 
-0x7152 031293 idiv rega 
-0x7153 031294 call wait_div_end 
-0x7154 031295 remainder pdata 
-0x7155 031296 store 4 ,mem_gkey 
-0x7156 031298 rtn 
-:      031300 function_f6_eb:
-0x7157 031301 jam 65 ,mem_aes_cmac_data_length 
-0x7158 031302 arg mem_dat ,contw 
-0x7159 031303 call store_addr_common_a 
-0x715a 031304 call store_addr_common_b 
-0x715b 031305 fetch 3 ,mem_le_pres + 1 
-0x715c 031306 istore 3 ,contw 
-0x715d 031309 call get_r 
-0x715e 031311 arg mem_le_mrand ,contr 
-0x715f 031312 call memcpy16 
-0x7160 031313 arg mem_le_srand ,contr 
-0x7161 031314 call memcpy16 
-0x7162 031315 call inverse_memdat 
-0x7163 031316 arg mem_le_mackey ,contr 
-0x7164 031317 arg mem_aes_cmac_k ,contw 
-0x7165 031318 call memcpy16 
-0x7166 031320 branch function_aes_cmac 
-:      031324 get_r:
-0x7167 031325 fetch 4 ,mem_le_tk 
-0x7168 031326 istore 4 ,contw 
-0x7169 031327 call memset0_4 
-0x716a 031328 branch memset0_8 
-:      031330 function_f6_ea:
-0x716b 031331 bpatch patch1c_4 ,mem_patch1c 
-0x716c 031332 jam 65 ,mem_aes_cmac_data_length 
-0x716d 031333 arg mem_dat ,contw 
-0x716e 031334 call store_addr_common_b 
-0x716f 031335 call store_addr_common_a 
-0x7170 031336 fetch 3 ,mem_le_preq + 1 
-0x7171 031337 istore 3 ,contw 
-0x7172 031340 call get_r 
-0x7173 031341 arg mem_le_srand ,contr 
-0x7174 031342 call memcpy16 
-0x7175 031343 arg mem_le_mrand ,contr 
-0x7176 031344 call memcpy16 
-0x7177 031345 call inverse_memdat 
-0x7178 031346 arg mem_le_mackey ,contr 
-0x7179 031347 arg mem_aes_cmac_k ,contw 
-0x717a 031348 call memcpy16 
-0x717b 031350 call function_aes_cmac 
-0x717c 031351 arg mem_aes_cmac_temp ,contw 
-0x717d 031352 branch load_inverse_result 
-:      031354 function_f5:
-0x717e 031355 jam 32 ,mem_aes_cmac_data_length 
-0x717f 031356 arg mem_le_dhkey_256 ,contr 
-0x7180 031357 arg mem_dat ,contw 
-0x7181 031358 call memcpy32 
-0x7182 031359 call inverse_memdat 
-0x7183 031360 arg mem_le_slat ,contr 
-0x7184 031361 call store_inverse_k 
-0x7185 031362 call function_aes_cmac 
-0x7186 031363 arg mem_aes_cmac_k ,contw 
-0x7187 031364 call store_aes_result 
-0x7188 031365 arg 1 ,temp 
-0x7189 031366 call function_f5_common 
-0x718a 031367 arg mem_le_ltk ,contw 
-0x718b 031368 call load_inverse_result 
-0x718c 031369 arg 0 ,temp 
-0x718d 031370 call function_f5_common 
-0x718e 031371 arg mem_le_mackey ,contw 
-0x718f 031373 branch store_aes_result 
-:      031376 function_f5_common:
-0x7190 031377 bpatch patch1c_5 ,mem_patch1c 
-0x7191 031378 jam 53 ,mem_aes_cmac_data_length 
-0x7192 031379 setarg 0x100 
-0x7193 031380 store 2 ,mem_dat 
-0x7194 031381 call store_addr_common_b 
-0x7195 031382 call store_addr_common_a 
-0x7196 031383 arg mem_le_srand ,contr 
-0x7197 031384 call memcpy16 
-0x7198 031385 arg mem_le_mrand ,contr 
-0x7199 031386 call memcpy16 
-0x719a 031388 setarg 0x6c65 
-0x719b 031389 istore 2 ,contw 
-0x719c 031390 setarg 0x6274 
-0x719d 031391 istore 2 ,contw 
-0x719e 031392 istoret 1 ,contw 
-0x719f 031393 call inverse_memdat 
-0x71a0 031394 branch function_aes_cmac 
-:      031396 store_addr_common_b:
-0x71a1 031397 fetch 6 ,mem_le_lap 
-0x71a2 031398 istore 6 ,contw 
-0x71a3 031399 fetch 1 ,mem_le_conn_own_addr_type 
-0x71a4 031400 istore 1 ,contw 
-0x71a5 031401 rtn 
-:      031403 store_addr_common_a:
-0x71a6 031404 fetch 6 ,mem_le_plap 
-0x71a7 031405 istore 6 ,contw 
-0x71a8 031410 fetch 1 ,mem_le_conn_peer_addr_type 
-0x71a9 031411 istore 1 ,contw 
-0x71aa 031412 rtn 
-:      031414 function_f4_ca:
-0x71ab 031415 jam 65 ,mem_aes_cmac_data_length 
-0x71ac 031416 fetch 1 ,mem_passkey_1bit 
-0x71ad 031417 store 1 ,mem_dat 
-0x71ae 031418 arg mem_sc_pubkey_local_x_256 ,contr 
-0x71af 031419 call memcpy32 
-0x71b0 031420 arg mem_le_pubkey_remote_x_256 ,contr 
-0x71b1 031421 call memcpy32 
-0x71b2 031422 call inverse_memdat 
-0x71b3 031423 arg mem_le_mrand ,contr 
-0x71b4 031424 call store_inverse_k 
-0x71b5 031425 branch function_aes_cmac 
-:      031428 function_f4_cb:
-0x71b6 031429 jam 65 ,mem_aes_cmac_data_length 
-0x71b7 031430 fetch 1 ,mem_passkey_1bit 
-0x71b8 031431 store 1 ,mem_dat 
-0x71b9 031432 arg mem_le_pubkey_remote_x_256 ,contr 
-0x71ba 031433 call memcpy32 
-0x71bb 031434 arg mem_sc_pubkey_local_x_256 ,contr 
-0x71bc 031435 call memcpy32 
-0x71bd 031436 call inverse_memdat 
-0x71be 031437 arg mem_le_srand ,contr 
-0x71bf 031438 call store_inverse_k 
-0x71c0 031439 branch function_aes_cmac 
-:      031441 function_aes_cmac:
-0x71c1 031442 bpatch patch1c_6 ,mem_patch1c 
-0x71c2 031443 call function_aes_cmac_generate_subkey 
-0x71c3 031447 fetch 1 ,mem_aes_cmac_data_length 
-0x71c4 031448 copy pdata ,temp 
-:      031449 function_ceil16:
-0x71c5 031450 increase 15 ,pdata 
-0x71c6 031451 rshift4 pdata ,pdata 
-0x71c7 031452 copy pdata ,regb 
-0x71c8 031453 branch function_aes_cmac_set_flag_0_balnk ,blank 
-0x71c9 031454 and temp ,0x0f ,pdata 
-0x71ca 031455 nbranch function_aes_cmac_set_flag_0 ,blank 
-0x71cb 031457 arg mem_aes_cmac_k1 ,regc 
-0x71cc 031458 arg mem_dat ,pdata 
-0x71cd 031459 increase -16 ,pdata 
-0x71ce 031462 iadd temp ,rega 
-0x71cf 031463 arg mem_aes_cmac_m_last ,contw 
-0x71d0 031464 arg 4 ,loopcnt 
-0x71d1 031465 call xor_loop 
-0x71d2 031469 branch function_aes_cmac_aes 
-:      031471 function_aes_cmac_set_flag_0_balnk:
-0x71d3 031472 arg 1 ,regb 
-0x71d4 031473 arg 0 ,rega 
-0x71d5 031475 branch function_aes_cmac_set_flag_0_common 
-:      031478 function_aes_cmac_set_flag_0:
-0x71d6 031480 and temp ,0x0f ,rega 
-:      031481 function_aes_cmac_set_flag_0_common:
-0x71d7 031482 arg mem_dat ,pdata 
-0x71d8 031483 iadd temp ,pdata 
-0x71d9 031484 isub rega ,contr 
-0x71da 031486 arg mem_aes_cmac_temp ,contw 
-0x71db 031487 call function_aes_cmac_padding 
-0x71dc 031489 arg mem_aes_cmac_k2 ,regc 
-0x71dd 031490 arg mem_aes_cmac_temp ,rega 
-0x71de 031491 arg mem_aes_cmac_m_last ,contw 
-0x71df 031492 arg 4 ,loopcnt 
-0x71e0 031493 call xor_loop 
-:      031500 function_aes_cmac_aes:
-0x71e1 031505 call aes_clear_data 
-0x71e2 031506 call aes_init 
-0x71e3 031509 arg mem_dat ,contr 
-:      031510 function_aes_cmac_aes_loop:
-0x71e4 031512 increase -1 ,regb 
-0x71e5 031513 deposit regb 
-0x71e6 031514 branch function_aes_cmac_aes_loop_end ,blank 
-0x71e7 031515 call load_data128 
-0x71e8 031516 call do_aes_cbc 
-0x71e9 031517 branch function_aes_cmac_aes_loop 
-:      031519 function_aes_cmac_aes_loop_end:
-0x71ea 031520 arg mem_aes_cmac_temp ,contw 
-0x71eb 031521 call store_aes_result 
-0x71ec 031522 arg mem_aes_cmac_m_last ,contr 
-0x71ed 031523 call load_data128 
-0x71ee 031524 call aes_init 
-0x71ef 031525 arg mem_aes_cmac_temp ,contr 
-0x71f0 031526 call load_data128 
-0x71f1 031527 branch do_aes_cbc 
-:      031531 load_inverse_result:
-0x71f2 031533 copy contw ,rega 
-0x71f3 031534 call store_aes_result 
-0x71f4 031536 arg 16 ,loopcnt 
-0x71f5 031537 branch inverse_data 
-:      031539 store_inverse_k:
-0x71f6 031540 arg mem_aes_cmac_k ,contw 
-0x71f7 031541 call memcpy16 
-:      031542 inverse_k:
-0x71f8 031543 arg 16 ,loopcnt 
-0x71f9 031544 arg mem_aes_cmac_k ,rega 
-0x71fa 031545 branch inverse_data 
-:      031547 inverse_memdat:
-0x71fb 031548 fetch 1 ,mem_aes_cmac_data_length 
-0x71fc 031549 copy pdata ,loopcnt 
-0x71fd 031550 arg mem_dat ,rega 
-0x71fe 031551 branch inverse_data 
-:      031553 bn_lshift_0_inverse:
-0x71ff 031554 ifetch 1 ,rega 
-0x7200 031555 lshift pdata ,pdata 
-0x7201 031556 isolate1 0 ,regc 
-0x7202 031557 setflag true ,0 ,pdata 
-0x7203 031558 isolate1 8 ,pdata 
-0x7204 031559 setflag true ,0 ,regc 
-0x7205 031560 istore 1 ,rega 
-0x7206 031561 increase -1 ,rega 
-0x7207 031562 loop bn_lshift_0_inverse 
-0x7208 031563 rtn 
-:      031565 function_aes_cmac_k1_inverse:
-0x7209 031566 arg mem_aes_cmac_k1 ,rega 
-:      031567 function_aes_cmac_inverse_common:
-0x720a 031568 increase 15 ,rega 
-0x720b 031569 force 16 ,loopcnt 
-0x720c 031570 force 0 ,regc 
-0x720d 031571 branch bn_lshift_0_inverse 
-:      031573 function_aes_cmac_k2_inverse:
-0x720e 031574 arg mem_aes_cmac_k2 ,rega 
-0x720f 031575 branch function_aes_cmac_inverse_common 
-:      031578 function_aes_cmac_generate_subkey:
-0x7210 031579 arg mem_aes_cmac_k ,contr 
-0x7211 031580 call load_key 
-0x7212 031583 force regidx_xor ,regext_index 
-0x7213 031584 call aes_clear 
-0x7214 031585 call aes_clear_data 
-0x7215 031586 call do_aes_ocb 
-0x7216 031591 arg mem_aes_cmac_k1 ,contw 
-0x7217 031592 call store_aes_result 
-:      031593 function_aes_cmac_k1:
-0x7218 031594 bpatch patch1c_7 ,mem_patch1c 
-0x7219 031595 fetch 1 ,mem_aes_cmac_k1 
-0x721a 031596 isolate1 7 ,pdata 
-0x721b 031597 nbranch function_aes_cmac_k1_0 ,true 
-0x721c 031598 call function_aes_cmac_k1_inverse 
-0x721d 031601 arg mem_aes_cmac_k1 ,regc 
-0x721e 031603 arg mem_aes_cmac_k1 ,contw 
-0x721f 031606 call function_aes_cmac_xor_rb 
-0x7220 031607 branch function_aes_cmac_k2 
-:      031608 function_aes_cmac_k1_0:
-0x7221 031609 call function_aes_cmac_k1_inverse 
-:      031610 function_aes_cmac_k2:
-0x7222 031612 arg mem_aes_cmac_k1 ,contr 
-0x7223 031613 arg mem_aes_cmac_k2 ,contw 
-0x7224 031614 call memcpy16 
-0x7225 031615 fetch 1 ,mem_aes_cmac_k2 
-0x7226 031616 isolate1 7 ,pdata 
-0x7227 031617 nbranch function_aes_cmac_k2_inverse ,true 
-0x7228 031618 call function_aes_cmac_k2_inverse 
-0x7229 031620 arg mem_aes_cmac_k2 ,regc 
-0x722a 031622 arg mem_aes_cmac_k2 ,contw 
-:      031628 function_aes_cmac_xor_rb:
-0x722b 031629 arg 3 ,loopcnt 
-:      031630 function_aes_cmac_xor_rb_loop:
-0x722c 031631 arg 0 ,temp 
-0x722d 031632 call function_aes_cmac_xor_loop_common 
-0x722e 031633 increase 4 ,regc 
-0x722f 031634 loop function_aes_cmac_xor_rb_loop 
-0x7230 031635 arg 0x8700 ,temp 
-0x7231 031636 lshift16 temp ,temp 
-:      031637 function_aes_cmac_xor_loop_common:
-0x7232 031638 ifetch 4 ,regc 
-0x7233 031639 ixor temp ,pdata 
-0x7234 031640 istore 4 ,contw 
-0x7235 031641 rtn 
-:      031647 function_aes_cmac_padding:
-0x7236 031648 bpatch patch1d_0 ,mem_patch1d 
-0x7237 031649 arg 16 ,loopcnt 
-0x7238 031650 arg 0 ,pdata 
-:      031651 function_aes_cmac_padding_loop:
-0x7239 031652 isub rega ,null 
-0x723a 031653 branch function_aes_cmac_padding_beq_length ,zero 
-0x723b 031654 branch function_aes_cmac_padding_big_length ,positive 
-0x723c 031655 ifetcht 1 ,contr 
-0x723d 031656 istoret 1 ,contw 
-:      031657 function_aes_cmac_padding_loop2:
-0x723e 031658 increase 1 ,pdata 
-0x723f 031659 loop function_aes_cmac_padding_loop 
-0x7240 031660 rtn 
-:      031661 function_aes_cmac_padding_beq_length:
-0x7241 031662 arg 0x80 ,temp 
-:      031663 function_aes_cmac_padding_common:
-0x7242 031664 istoret 1 ,contw 
-0x7243 031665 branch function_aes_cmac_padding_loop2 
-:      031667 function_aes_cmac_padding_big_length:
-0x7244 031668 arg 0 ,temp 
-0x7245 031669 branch function_aes_cmac_padding_common 
-:      031674 concatenate_temp24:
-0x7246 031675 lshift8 temp ,temp 
-:      031676 concatenate_temp16:
-0x7247 031677 lshift16 temp ,temp 
-0x7248 031678 ior temp ,temp 
-0x7249 031679 rtn 
-:      031684 generate_stk:
-0x724a 031685 bpatch patch1d_1 ,mem_patch1d 
-0x724b 031686 call function_s1 
-0x724c 031687 arg mem_le_ltk ,contw 
-0x724d 031688 branch store_aes_result 
-:      031691 authenticate_rconfirm:
-0x724e 031692 arg mem_le_srand ,contw 
-0x724f 031693 branch authenticate_mconfirm ,master 
-0x7250 031694 arg mem_le_mrand ,contw 
-:      031695 authenticate_mconfirm:
-0x7251 031696 copy contr ,rega 
-0x7252 031697 call memcpy16 
-0x7253 031698 call function_c1 
-0x7254 031699 arg mem_le_rconfirm ,contr 
-0x7255 031700 branch compare_res 
-:      031702 generate_confirm:
-0x7256 031703 arg mem_le_mrand ,rega 
-0x7257 031704 branch generate_mrand ,master 
-0x7258 031705 arg mem_le_srand ,rega 
-:      031706 generate_mrand:
-0x7259 031707 copy rega ,contw 
-0x725a 031708 call generate_random 
-0x725b 031709 branch function_c1 
-:      031711 generate_sk:
-0x725c 031712 arg mem_le_skdm ,contr 
-0x725d 031713 call load_data128 
-0x725e 031714 arg mem_le_ltk ,contr 
-0x725f 031715 call load_regext 
-0x7260 031716 force 0x38 ,aes_ctrl 
-0x7261 031717 force 0x0 ,aes_ctrl 
-0x7262 031718 call wait_aes 
-0x7263 031719 arg mem_le_sk ,contw 
-0x7264 031720 branch store_aes_result 
-:      031724 ccm_b0:
-0x7265 031725 force regidx_xor ,regext_index 
-0x7266 031726 force 0x49 ,pdata 
-0x7267 031727 branch iv_common 
-:      031730 first_block_counter:
-0x7268 031731 force 0x49 ,pdata 
-0x7269 031732 branch first_block 
-:      031733 first_block_data:
-0x726a 031734 force 1 ,pdata 
-:      031735 first_block:
-0x726b 031736 force regidx_data ,regext_index 
-:      031737 iv_common:
-0x726c 031738 lshift8 temp ,regext 
-0x726d 031739 ior regext ,regext 
-0x726e 031740 increase 1 ,regext_index 
-0x726f 031741 rshift8 temp ,regext 
-0x7270 031742 rshift16 regext ,regext 
-0x7271 031743 fetch 2 ,mem_ccm_iv 
-0x7272 031744 lshift16 pdata ,pdata 
-0x7273 031745 ior regext ,regext 
-0x7274 031746 increase 1 ,regext_index 
-0x7275 031747 ifetchr regext ,4 ,contr 
-0x7276 031748 increase 1 ,regext_index 
-0x7277 031749 ifetch 2 ,contr 
-0x7278 031750 byteswap rega ,regext 
-0x7279 031751 lshift16 regext ,regext 
-0x727a 031752 ior regext ,regext 
-0x727b 031753 increase 1 ,regext_index 
-0x727c 031754 rtn 
-:      031758 generate_mic:
-0x727d 031759 add regc ,1 ,contr 
-0x727e 031760 ifetch 1 ,contr 
-0x727f 031761 iforce rega 
-0x7280 031762 call first_block_counter 
-0x7281 031763 call do_aes_ocb 
-0x7282 031765 force regidx_data ,regext_index 
-0x7283 031766 ifetch 1 ,regc 
-0x7284 031767 and_into 0x3 ,pdata 
-0x7285 031768 lshift16 pdata ,regext 
-0x7286 031769 set1 8 ,regext 
-0x7287 031770 call clear_hidata 
-0x7288 031771 call do_aes_cbc 
-0x7289 031773 copy rega ,loopcnt 
-0x728a 031774 add regc ,2 ,contr 
-0x728b 031775 call padding_data 
-:      031776 generate_mic_loop:
-0x728c 031777 call aes_load_data 
-0x728d 031778 call do_aes_cbc 
-0x728e 031779 deposit loopcnt 
-0x728f 031780 branch generate_mic_end ,blank 
-0x7290 031781 branch generate_mic_loop 
-:      031782 generate_mic_end:
-0x7291 031783 force regidx_result ,regext_index 
-0x7292 031784 deposit regext 
-0x7293 031785 store 4 ,mem_le_mic 
-0x7294 031786 rtn 
-:      031788 aes_crypt_data:
-0x7295 031789 increase 1 ,rega 
-0x7296 031790 call first_block_data 
-0x7297 031791 copy regc ,contr 
-0x7298 031792 call aes_load_xor 
-0x7299 031793 call do_aes_ctr 
-0x729a 031794 call store_enc_data 
-0x729b 031795 increase 16 ,regc 
-0x729c 031796 increase -16 ,regb 
-0x729d 031797 branch aes_crypt_data ,positive 
-0x729e 031798 rtn 
-:      031803 le_encrypt_new_start:
-0x729f 031804 call ccm_init_common 
-0x72a0 031805 bpatch patch1d_2 ,mem_patch1d 
-0x72a1 031806 jam 0 ,core_ccm_aad0 
-0x72a2 031807 jam 1 ,core_ccm_aad1 
-0x72a3 031808 fetch 1 ,mem_le_txheader 
-0x72a4 031809 and_into 0x3 ,pdata 
-0x72a5 031810 store 1 ,core_ccm_aad2 
-0x72a6 031811 fetch 2 ,mem_contr 
-0x72a7 031812 store 2 ,core_ccm_input_playload_addr 
-0x72a8 031813 setarg mem_le_txpayload 
-0x72a9 031814 store 2 ,core_ccm_output_playload_addr 
-0x72aa 031816 fetchr rega ,1 ,mem_le_txlen 
-0x72ab 031817 fetcht 5 ,mem_ccm_pcnt_tx 
-0x72ac 031818 call ccm_b0 
-0x72ad 031819 jam 2 ,core_ccm_ctrl 
-0x72ae 031820 jam 3 ,core_ccm_ctrl 
-0x72af 031822 fetch 1 ,mem_le_txlen 
-0x72b0 031823 store 2 ,core_ccm_inptr 
-0x72b1 031824 increase 4 ,pdata 
-0x72b2 031825 store 1 ,mem_le_txlen 
-0x72b3 031826 fetch 5 ,mem_ccm_pcnt_tx 
-0x72b4 031827 increase 1 ,pdata 
-0x72b5 031828 set0 le_ccm_directionbit ,pdata 
-0x72b6 031829 store 5 ,mem_ccm_pcnt_tx 
-0x72b7 031830 rtn 
-:      031833 ccm_wait_enc:
-0x72b8 031834 fetch 2 ,core_ccm_outptr 
-0x72b9 031835 isub temp ,null 
-0x72ba 031836 rtn zero 
-0x72bb 031837 nrtn blank 
-0x72bc 031839 branch ccm_wait_enc 
-:      031841 ccm_check_enc_done:
-0x72bd 031842 fetch 1 ,core_misc_status 
-0x72be 031843 bbit0 6 ,assert 
-:      031844 ccm_enc_done:
-0x72bf 031845 setarg mem_le_txpayload 
-0x72c0 031846 iadd temp ,contw 
-0x72c1 031847 arg regidx_result ,regext_index 
-0x72c2 031848 istorer regext ,4 ,contw 
-0x72c3 031849 branch ccm_ctrl_clr 
-:      031851 ccm_init_common:
-0x72c4 031852 bpatch patch1d_3 ,mem_patch1d 
-0x72c5 031853 force regidx_result ,regext_index 
-0x72c6 031854 call aes_clear 
-0x72c7 031855 call aes_clear_data 
-0x72c8 031856 setarg 0 
-0x72c9 031857 store 2 ,core_ccm_inptr 
-0x72ca 031858 rtn 
-:      031860 wait_ccm_done:
-0x72cb 031861 fetch 1 ,core_misc_status 
-0x72cc 031862 bbit0 6 ,wait_ccm_done 
-:      031863 ccm_ctrl_clr:
-0x72cd 031864 jam 0 ,core_ccm_ctrl 
-0x72ce 031865 rtn 
-:      031868 wait_aes:
-0x72cf 031869 nbranch wait_aes ,aes_ready 
-0x72d0 031870 rtn 
-:      031872 do_aes_ocb:
-0x72d1 031873 force 0x30 ,aes_ctrl 
-0x72d2 031874 force 0x0 ,aes_ctrl 
-0x72d3 031875 branch wait_aes 
-:      031877 do_aes_cbc:
-0x72d4 031878 force 0x32 ,aes_ctrl 
-0x72d5 031879 force 0x2 ,aes_ctrl 
-0x72d6 031880 branch wait_aes 
-:      031882 do_aes_ctr:
-0x72d7 031883 force 0x34 ,aes_ctrl 
-0x72d8 031884 force 0x4 ,aes_ctrl 
-0x72d9 031885 branch wait_aes 
-:      031888 aes_init:
-0x72da 031889 force 1 ,aes_ctrl 
-0x72db 031890 force 0 ,aes_ctrl 
-0x72dc 031891 rtn 
-:      031894 wait_keyinit_done:
-0x72dd 031895 fetch 1 ,core_aes_decode_key_init 
-0x72de 031896 bbit0 2 ,wait_keyinit_done 
-0x72df 031897 rtn 
-:      031900 dec_key_initial:
-0x72e0 031901 store 2 ,core_keybuf_saddr 
-0x72e1 031902 force 0xc0 ,aes_ctrl 
-0x72e2 031903 force 0x80 ,aes_ctrl 
-0x72e3 031904 branch wait_keyinit_done 
-:      031906 do_aes_ecb_dec:
-0x72e4 031907 force regidx_data ,regext_index 
-0x72e5 031908 copy regb ,contr 
-0x72e6 031909 force 4 ,loopcnt 
-0x72e7 031910 call aes_ecb_dec_loop 
-0x72e8 031912 force 0x180 ,aes_ctrl 
-0x72e9 031913 force 0x80 ,aes_ctrl 
-0x72ea 031914 call wait_aes 
-:      031915 ecb_dec_generate:
-0x72eb 031916 force regidx_result ,regext_index 
-0x72ec 031917 copy regc ,contw 
-0x72ed 031918 force 4 ,loopcnt 
-:      031919 ecb_dec_generate_loop:
-0x72ee 031920 copy regext ,pdata 
-0x72ef 031921 istore 4 ,contw 
-0x72f0 031922 increase 1 ,regext_index 
-0x72f1 031923 loop ecb_dec_generate_loop 
-0x72f2 031924 rtn 
-:      031926 aes_ecb_dec_loop:
-0x72f3 031927 ifetch 2 ,contr 
-0x72f4 031928 ifetcht 2 ,contr 
-0x72f5 031929 lshift16 temp ,temp 
-0x72f6 031930 ior temp ,regext 
-0x72f7 031931 increase 1 ,regext_index 
-0x72f8 031932 loop aes_ecb_dec_loop 
-0x72f9 031933 rtn 
-:      031936 do_aes_cbc_dec:
-0x72fa 031937 force regidx_xor ,regext_index 
-0x72fb 031938 copy rega ,contr 
-0x72fc 031939 force 4 ,loopcnt 
-0x72fd 031940 call aes_ecb_dec_loop 
-0x72fe 031942 force regidx_data ,regext_index 
-0x72ff 031943 copy regb ,contr 
-0x7300 031944 force 4 ,loopcnt 
-0x7301 031945 call aes_ecb_dec_loop 
-0x7302 031946 force 0x182 ,aes_ctrl 
-0x7303 031947 force 0x82 ,aes_ctrl 
-0x7304 031948 call wait_aes 
-0x7305 031949 branch ecb_dec_generate 
-:      031952 function_s1:
-0x7306 031953 force regidx_data ,regext_index 
-0x7307 031954 fetch 4 ,mem_le_mrand 
-0x7308 031955 iforce regext 
-0x7309 031956 increase 1 ,regext_index 
-0x730a 031957 ifetch 4 ,contr 
-0x730b 031958 iforce regext 
-0x730c 031959 increase 1 ,regext_index 
-0x730d 031960 fetch 4 ,mem_le_srand 
-0x730e 031961 iforce regext 
-0x730f 031962 increase 1 ,regext_index 
-0x7310 031963 ifetch 4 ,contr 
-0x7311 031964 iforce regext 
-0x7312 031965 increase 1 ,regext_index 
-0x7313 031966 call aes_clear 
-0x7314 031967 increase -4 ,regext_index 
-0x7315 031968 fetch 4 ,mem_le_tk 
-0x7316 031969 copy pdata ,regext 
-0x7317 031970 increase 4 ,regext_index 
-0x7318 031971 force 0x38 ,aes_ctrl 
-0x7319 031972 force 0x8 ,aes_ctrl 
-0x731a 031973 branch wait_aes 
-:      031976 function_c1:
-0x731b 031977 bpatch patch1d_4 ,mem_patch1d 
-0x731c 031978 fetch 6 ,mem_le_lap 
-0x731d 031979 fetcht 6 ,mem_le_plap 
-0x731e 031980 branch function_c1_master ,master 
-0x731f 031981 fetch 6 ,mem_le_plap 
-0x7320 031982 fetcht 6 ,mem_le_lap 
-:      031983 function_c1_master:
-0x7321 031984 force regidx_xor ,regext_index 
-0x7322 031985 copy temp ,regext 
-0x7323 031986 increase 1 ,regext_index 
-0x7324 031987 rshift32 temp ,regext 
-0x7325 031988 lshift16 pdata ,pdata 
-0x7326 031989 ior regext ,regext 
-0x7327 031990 increase 1 ,regext_index 
-0x7328 031991 rshift32 pdata ,regext 
-0x7329 031992 increase 1 ,regext_index 
-0x732a 031993 force 0 ,regext 
-0x732b 031994 force 0 ,pdata 
-0x732c 031995 fetch 1 ,mem_le_conn_peer_addr_type 
-0x732d 031996 fetcht 1 ,mem_le_adv_own_addr_type 
-0x732e 031997 nbranch function_c1_irat ,master 
-0x732f 031999 fetch 1 ,mem_le_conn_own_addr_type 
-0x7330 032000 fetcht 1 ,mem_le_conn_peer_addr_type 
-:      032001 function_c1_irat:
-0x7331 032002 store 1 ,mem_le_iat 
-0x7332 032003 storet 1 ,mem_le_rat 
-0x7333 032004 force regidx_data ,regext_index 
-0x7334 032005 arg mem_le_iat ,regb 
-0x7335 032006 force 4 ,loopcnt 
-:      032007 function_c1_loop1:
-0x7336 032008 ifetch 4 ,rega 
-0x7337 032009 ifetcht 4 ,regb 
-0x7338 032010 ixor temp ,regext 
-0x7339 032011 increase 1 ,regext_index 
-0x733a 032012 increase 4 ,rega 
-0x733b 032013 increase 4 ,regb 
-0x733c 032014 loop function_c1_loop1 
-0x733d 032015 call aes_clear 
-0x733e 032016 increase -4 ,regext_index 
-0x733f 032017 fetch 4 ,mem_le_tk 
-0x7340 032018 copy pdata ,regext 
-0x7341 032019 increase 4 ,regext_index 
-0x7342 032020 force 0x38 ,aes_ctrl 
-0x7343 032021 force 0xc ,aes_ctrl 
-0x7344 032022 call wait_aes 
-0x7345 032024 call aes_clear_data 
-0x7346 032025 force 0x3a ,aes_ctrl 
-0x7347 032026 force 0x8 ,aes_ctrl 
-0x7348 032027 branch wait_aes 
-:      032029 padding_data:
-0x7349 032030 compare 0 ,loopcnt ,3 
-0x734a 032031 rtn true 
-0x734b 032032 deposit contr 
-0x734c 032033 iadd loopcnt ,contw 
-0x734d 032034 force 0 ,pdata 
-:      032035 padding_loop:
-0x734e 032036 istore 1 ,contw 
-0x734f 032037 increase 1 ,loopcnt 
-0x7350 032038 compare 0 ,loopcnt ,3 
-0x7351 032039 rtn true 
-0x7352 032040 branch padding_loop 
-:      032042 aes_load_data:
-0x7353 032043 force regidx_data ,regext_index 
-:      032044 load_data_loop:
-0x7354 032045 deposit loopcnt 
-0x7355 032046 branch load_data_padding ,blank 
-0x7356 032047 ifetch 4 ,contr 
-0x7357 032048 increase -4 ,loopcnt 
-:      032049 load_data_padding:
-0x7358 032050 iforce regext 
-0x7359 032051 increase 1 ,regext_index 
-0x735a 032052 compare regidx_key ,regext_index ,0xf 
-0x735b 032053 rtn true 
-0x735c 032054 branch load_data_loop 
-:      032056 aes_load_xor:
-0x735d 032057 force regidx_xor ,regext_index 
-0x735e 032058 branch load_regext 
-:      032059 load_key:
-0x735f 032060 force regidx_key ,regext_index 
-0x7360 032061 branch load_regext 
-:      032062 load_data128:
-0x7361 032063 force regidx_data ,regext_index 
-:      032064 load_regext:
-0x7362 032065 force 4 ,loopcnt 
-:      032066 load_regext_loop:
-0x7363 032067 ifetch 4 ,contr 
-0x7364 032068 iforce regext 
-0x7365 032069 increase 1 ,regext_index 
-0x7366 032070 loop load_regext_loop 
-0x7367 032071 rtn 
-:      032073 load_sk:
-0x7368 032074 arg mem_le_sk ,contr 
-0x7369 032075 branch load_key 
-:      032077 clear_hidata:
-0x736a 032078 force 4 ,loopcnt 
-0x736b 032079 branch clear_data_rest 
-:      032081 regext_clear:
-0x736c 032082 force 0 ,regext_index 
-0x736d 032083 force 16 ,loopcnt 
-0x736e 032084 branch clear_loop 
-:      032086 aes_clear_data:
-0x736f 032087 force regidx_data ,regext_index 
-:      032088 aes_clear:
-0x7370 032089 force 4 ,loopcnt 
-:      032090 clear_loop:
-0x7371 032091 force 0 ,regext 
-:      032092 clear_data_rest:
-0x7372 032093 increase 1 ,regext_index 
-0x7373 032094 loop clear_loop 
-0x7374 032095 rtn 
-:      032097 store_aes_result:
-0x7375 032098 force regidx_result ,regext_index 
-0x7376 032099 force 4 ,loopcnt 
-:      032100 send_aes_result_loop:
-0x7377 032101 deposit regext 
-0x7378 032102 istore 4 ,contw 
-0x7379 032103 increase 1 ,regext_index 
-0x737a 032104 loop send_aes_result_loop 
-0x737b 032105 rtn 
-:      032107 store_enc_data:
-0x737c 032108 force regidx_result ,regext_index 
-0x737d 032109 copy regc ,contw 
-0x737e 032110 add regb ,1 ,loopcnt 
-0x737f 032111 sub loopcnt ,15 ,null 
-0x7380 032112 branch store_enc_loop ,positive 
-0x7381 032113 force 16 ,loopcnt 
-:      032114 store_enc_loop:
-0x7382 032115 deposit regext 
-0x7383 032116 sub loopcnt ,3 ,null 
-0x7384 032117 branch store_enc_byte ,positive 
-0x7385 032118 istore 4 ,contw 
-0x7386 032119 increase -4 ,loopcnt 
-0x7387 032120 rtn zero 
-0x7388 032121 increase 1 ,regext_index 
-0x7389 032122 branch store_enc_loop 
-:      032123 store_enc_byte:
-0x738a 032124 istore 1 ,contw 
-0x738b 032125 rshift8 pdata ,pdata 
-0x738c 032126 loop store_enc_byte 
-0x738d 032127 rtn 
-:      032130 compare_res:
-0x738e 032131 force regidx_result ,regext_index 
-0x738f 032132 force 4 ,loopcnt 
-:      032133 compare_res_loop:
-0x7390 032134 ifetch 4 ,contr 
-0x7391 032135 isub regext ,null 
-0x7392 032136 nrtn zero 
-0x7393 032137 increase 1 ,regext_index 
-0x7394 032138 loop compare_res_loop 
-0x7395 032139 branch enable_zero 
-:      032141 enable_authrom:
-0x7396 032142 fetch 1 ,core_clkoff 
-0x7397 032143 set0 clock_off_auth_rom ,pdata 
-0x7398 032144 store 1 ,core_clkoff 
-0x7399 032145 rtn 
-:      032147 disable_authrom:
-0x739a 032148 fetch 1 ,core_clkoff 
-0x739b 032149 set1 clock_off_auth_rom ,pdata 
-0x739c 032150 store 1 ,core_clkoff 
-0x739d 032151 rtn 
-:      032159 init_memp:
-0x739e 032160 arg mem_p ,contw 
-0x739f 032161 setsect 0 ,0x3ffff 
-0x73a0 032162 setsect 1 ,0x3ffff 
-0x73a1 032163 setsect 2 ,0x3ffff 
-0x73a2 032164 setsect 3 ,0x3fbff 
-0x73a3 032165 istore 9 ,contw 
-0x73a4 032166 setsect 0 ,0x3ffff 
-0x73a5 032167 setsect 1 ,0x3ffff 
-0x73a6 032168 setsect 2 ,0x3ffff 
-0x73a7 032169 setsect 3 ,0x3ffff 
-0x73a8 032170 istore 9 ,contw 
-0x73a9 032171 setsect 0 ,0x3ffff 
-0x73aa 032172 setsect 1 ,0x3ffff 
-0x73ab 032173 setsect 2 ,0x3cfff 
-0x73ac 032174 setsect 3 ,0x3ffff 
-0x73ad 032175 istore 9 ,contw 
-0x73ae 032176 setsect 0 ,0x3ffff 
-0x73af 032177 setsect 1 ,0x3ffff 
-0x73b0 032178 setsect 2 ,0x3ffef 
-0x73b1 032179 setsect 3 ,0x3ffff 
-0x73b2 032180 istore 9 ,contw 
-0x73b3 032181 setsect 0 ,0x3ffff 
-0x73b4 032182 setsect 1 ,0x3ffff 
-0x73b5 032183 setsect 2 ,0x3ffff 
-0x73b6 032184 setsect 3 ,0x3ffff 
-0x73b7 032185 istore 9 ,contw 
-0x73b8 032186 setsect 0 ,0x3ffff 
-0x73b9 032187 setsect 1 ,0x26c7f 
-0x73ba 032188 setsect 2 ,0x146b 
-0x73bb 032189 setsect 3 ,0x37bb3 
-0x73bc 032190 istore 9 ,contw 
-0x73bd 032191 setsect 0 ,0x1feb8 
-0x73be 032192 setsect 1 ,0x10c12 
-0x73bf 032193 setsect 2 ,0x2b722 
-0x73c0 032194 setsect 3 ,0x29fa6 
-0x73c1 032195 istore 9 ,contw 
-0x73c2 032196 setsect 0 ,0xe70f 
-0x73c3 032197 setsect 1 ,0x16720 
-0x73c4 032198 setsect 2 ,0x519e 
-0x73c5 032199 setsect 3 ,0x19084 
-0x73c6 032200 istore 9 ,contw 
-0x73c7 032201 setsect 0 ,0x31012 
-0x73c8 032202 setsect 1 ,0x360bf 
-0x73c9 032203 setsect 2 ,0x3f0af 
-0x73ca 032204 setsect 3 ,0x3d3 
-0x73cb 032205 istore 9 ,contw 
-0x73cc 032206 setsect 0 ,0x3a188 
-0x73cd 032207 setsect 1 ,0x3ad0 
-0x73ce 032208 setsect 2 ,0x3cbf2 
-0x73cf 032209 setsect 3 ,0x243d9 
-0x73d0 032210 istore 9 ,contw 
-0x73d1 032211 setsect 0 ,0x2b030 
-0x73d2 032212 setsect 1 ,0x36a03 
-0x73d3 032213 setsect 2 ,0x11188 
-0x73d4 032214 setsect 3 ,0x1e520 
-0x73d5 032215 istore 9 ,contw 
-0x73d6 032216 setsect 0 ,0x3a11e 
-0x73d7 032217 setsect 1 ,0xfe5d 
-0x73d8 032218 setsect 2 ,0xdd57 
-0x73d9 032219 setsect 3 ,0x1ac93 
-0x73da 032220 istore 9 ,contw 
-0x73db 032221 setsect 0 ,0x11ed 
-0x73dc 032222 setsect 1 ,0x218c4 
-0x73dd 032223 setsect 2 ,0x8da7 
-0x73de 032224 setsect 3 ,0x257ff 
-0x73df 032225 istore 9 ,contw 
-0x73e0 032226 setsect 0 ,0x3192b 
-0x73e1 032227 setsect 1 ,0x34641 
-0x73e2 032228 setsect 2 ,0x1be0c 
-0x73e3 032229 setsect 3 ,0x366ad 
-0x73e4 032230 istore 9 ,contw 
-0x73e5 032231 setsect 0 ,0x1f83 
-0x73e6 032232 setsect 1 ,0x15a23 
-0x73e7 032233 setsect 2 ,0x3f9b0 
-0x73e8 032234 setsect 3 ,0x3949 
-0x73e9 032235 istore 9 ,contw 
-0x73ea 032236 setsect 0 ,0x13a51 
-0x73eb 032237 setsect 1 ,0x153fd 
-0x73ec 032238 setsect 2 ,0x3372a 
-0x73ed 032239 setsect 3 ,0xf1bb 
-0x73ee 032240 istore 9 ,contw 
-0x73ef 032241 setsect 0 ,0x3ae85 
-0x73f0 032242 setsect 1 ,0x1eed9 
-0x73f1 032243 setsect 2 ,0x9e66 
-0x73f2 032244 setsect 3 ,0x1a8 
-0x73f3 032245 istore 8 ,contw 
-0x73f4 032246 rtn 
-:      032254 init_memp_256:
-0x73f5 032255 arg mem_p_256 ,contw 
-0x73f6 032256 setsect 0 ,0x3ffff 
-0x73f7 032257 setsect 1 ,0x3ffff 
-0x73f8 032258 setsect 2 ,0x3ffff 
-0x73f9 032259 setsect 3 ,0x3ffff 
-0x73fa 032260 istore 9 ,contw 
-0x73fb 032261 setsect 0 ,0x3ffff 
-0x73fc 032262 setsect 1 ,0x3f 
-0x73fd 032263 setsect 2 ,0x0 
-0x73fe 032264 setsect 3 ,0x0 
-0x73ff 032265 istore 9 ,contw 
-0x7400 032266 setsect 0 ,0x0 
-0x7401 032267 setsect 1 ,0x0 
-0x7402 032268 setsect 2 ,0x1000 
-0x7403 032269 setsect 3 ,0x0 
-0x7404 032270 istore 9 ,contw 
-0x7405 032271 setsect 0 ,0x3ff00 
-0x7406 032272 setsect 1 ,0x3ffff 
-0x7407 032273 setsect 2 ,0x3ffcf 
-0x7408 032274 setsect 3 ,0x3ffff 
-0x7409 032275 istore 9 ,contw 
-0x740a 032276 setsect 0 ,0x3ffff 
-0x740b 032277 setsect 1 ,0x3ffff 
-0x740c 032278 setsect 2 ,0x3ffff 
-0x740d 032279 setsect 3 ,0x3ff 
-0x740e 032280 istore 9 ,contw 
-0x740f 032281 setsect 0 ,0x0 
-0x7410 032282 setsect 1 ,0x0 
-0x7411 032283 setsect 2 ,0x0 
-0x7412 032284 setsect 3 ,0x0 
-0x7413 032285 istore 9 ,contw 
-0x7414 032286 setsect 0 ,0x10000 
-0x7415 032287 setsect 1 ,0x0 
-0x7416 032288 setsect 2 ,0x3f000 
-0x7417 032289 setsect 3 ,0x3ffff 
-0x7418 032290 istore 9 ,contw 
-0x7419 032291 setsect 0 ,0x296ff 
-0x741a 032292 setsect 1 ,0x22630 
-0x741b 032293 setsect 2 ,0x3945d 
-0x741c 032294 setsect 3 ,0x3d284 
-0x741d 032295 istore 9 ,contw 
-0x741e 032296 setsect 0 ,0x333a0 
-0x741f 032297 setsect 1 ,0x4b7a 
-0x7420 032298 setsect 2 ,0x37d8 
-0x7421 032299 setsect 3 ,0x3c9dc 
-0x7422 032300 istore 9 ,contw 
-0x7423 032301 setsect 0 ,0x3a440 
-0x7424 032302 setsect 1 ,0x1b958 
-0x7425 032303 setsect 2 ,0x38bce 
-0x7426 032304 setsect 3 ,0x1091f 
-0x7427 032305 istore 9 ,contw 
-0x7428 032306 setsect 0 ,0x2e12c 
-0x7429 032307 setsect 1 ,0x1f47c 
-0x742a 032308 setsect 2 ,0x356b1 
-0x742b 032309 setsect 3 ,0x2fd47 
-0x742c 032310 istore 9 ,contw 
-0x742d 032311 setsect 0 ,0x6837 
-0x742e 032312 setsect 1 ,0x2ed90 
-0x742f 032313 setsect 2 ,0x1ecec 
-0x7430 032314 setsect 3 ,0x1acc5 
-0x7431 032315 istore 9 ,contw 
-0x7432 032316 setsect 0 ,0x23357 
-0x7433 032317 setsect 1 ,0x18af3 
-0x7434 032318 setsect 2 ,0xf9e1 
-0x7435 032319 setsect 3 ,0x129f0 
-0x7436 032320 istore 9 ,contw 
-0x7437 032321 setsect 0 ,0x2e7eb 
-0x7438 032322 setsect 1 ,0x3e6e3 
-0x7439 032323 setsect 2 ,0x3e1a7 
-0x743a 032324 setsect 3 ,0x10b8b 
-0x743b 032325 istore 9 ,contw 
-0x743c 032326 setsect 0 ,0x24fe3 
-0x743d 032327 setsect 1 ,0x20ef 
-0x743e 032328 setsect 2 ,0x1b5a6 
-0x743f 032329 setsect 3 ,0xdc2f 
-0x7440 032330 istore 9 ,contw 
-0x7441 032331 setsect 0 ,0x13860 
-0x7442 032332 setsect 1 ,0x2bd69 
-0x7443 032333 setsect 2 ,0x391a 
-0x7444 032334 setsect 3 ,0x1b222 
-0x7445 032335 istore 9 ,contw 
-0x7446 032336 rtn 
-:      032342 publickey_init:
-0x7447 032345 branch sp_initialize_256 
-:      032347 sp_calc_sequence_256_check:
-0x7448 032348 bpatch patch1d_5 ,mem_patch1d 
-0x7449 032353 fetch 1 ,mem_secure_connections_enable 
-0x744a 032354 rtn blank 
-0x744b 032355 fetch 1 ,mem_sc_local_key_invalid 
-0x744c 032356 rtneq sp_key_valid_256 
-0x744d 032359 fetch 1 ,mem_sc_calc 
-0x744e 032360 beq sp_calc_standby ,sp_initialize_256 
-0x744f 032361 rtn 
-:      032362 stop_publickey_calc_256:
-0x7450 032363 jam sp_calc_standby ,mem_sc_calc 
-0x7451 032364 rtn 
-:      032369 sp_clear_flags:
-0x7452 032370 bpatch patch1d_6 ,mem_patch1d 
-0x7453 032371 setarg mem_sp_state_end 
-0x7454 032372 arg mem_sp_state_start ,contw 
-0x7455 032373 isub contw ,loopcnt 
-0x7456 032374 call clear_mem 
-0x7457 032375 setarg mem_sp_state_xmem_end 
-0x7458 032376 arg mem_sp_state_xmem ,contw 
-0x7459 032377 isub contw ,loopcnt 
-0x745a 032378 branch clear_mem 
-:      032382 sp_calc_check_publickey_256:
-0x745b 032383 call sp_calc_b256 
-0x745c 032384 arg mem_le_pubkey_remote_y_256 ,rega 
-0x745d 032385 arg mem_t7_256 ,contw 
-0x745e 032386 call bn_sqrmod_256 
-0x745f 032387 arg mem_le_pubkey_remote_x_256 ,rega 
-0x7460 032388 arg mem_t2_256 ,contw 
-0x7461 032389 call bn_sqrmod_256 
-0x7462 032390 arg mem_t2_256 ,rega 
-0x7463 032391 arg mem_le_pubkey_remote_x_256 ,regb 
-0x7464 032392 arg mem_t2_256 ,contw 
-0x7465 032393 call bn_mulmod_256 
-0x7466 032394 arg mem_a_256 ,rega 
-0x7467 032395 arg mem_le_pubkey_remote_x_256 ,regb 
-0x7468 032396 arg mem_t3_256 ,contw 
-0x7469 032397 call bn_mulmod_256 
-0x746a 032398 arg mem_t3_256 ,rega 
-0x746b 032399 arg mem_t2_256 ,regb 
-0x746c 032400 arg mem_t2_256 ,contw 
-0x746d 032401 call bn_addmod_256 
-0x746e 032402 arg mem_t0_256 ,rega 
-0x746f 032403 arg mem_t2_256 ,regb 
-0x7470 032404 arg mem_t0_256 ,contw 
-0x7471 032405 call bn_addmod_256 
-0x7472 032406 arg 32 ,loopcnt 
-0x7473 032407 arg mem_t7_256 ,rega 
-0x7474 032408 arg mem_t0_256 ,regb 
-0x7475 032409 branch string_compare 
-:      032411 sp_calc_b256:
-0x7476 032412 arg mem_gy_256 ,rega 
-0x7477 032413 arg mem_t0_256 ,contw 
-0x7478 032414 call bn_sqrmod_256 
-0x7479 032415 arg mem_gx_256 ,rega 
-0x747a 032416 arg mem_t2_256 ,contw 
-0x747b 032417 call bn_sqrmod_256 
-0x747c 032418 arg mem_t2_256 ,rega 
-0x747d 032419 arg mem_gx_256 ,regb 
-0x747e 032420 arg mem_t2_256 ,contw 
-0x747f 032421 call bn_mulmod_256 
-0x7480 032422 arg mem_a_256 ,rega 
-0x7481 032423 arg mem_gx_256 ,regb 
-0x7482 032424 arg mem_t3_256 ,contw 
-0x7483 032425 call bn_mulmod_256 
-0x7484 032426 arg mem_t3_256 ,rega 
-0x7485 032427 arg mem_t2_256 ,regb 
-0x7486 032428 arg mem_t2_256 ,contw 
-0x7487 032429 call bn_addmod_256 
-0x7488 032430 arg mem_t0_256 ,rega 
-0x7489 032431 arg mem_t2_256 ,regb 
-0x748a 032432 arg mem_t0_256 ,contw 
-0x748b 032433 branch bn_submod_256 
-:      032438 random_generator:
-0x748c 032439 increase -1 ,queue 
-0x748d 032440 nrtn positive 
-0x748e 032441 random pdata 
-0x748f 032442 istore 2 ,contw 
-0x7490 032443 branch random_generator 
-:      032444 compare4:
-0x7491 032445 increase -1 ,queue 
-0x7492 032446 nbranch compare4_success ,positive 
-0x7493 032447 ifetch 4 ,rega 
-0x7494 032448 copy pdata ,temp 
-0x7495 032449 ifetch 4 ,regb 
-0x7496 032450 iflip temp ,pdata 
-0x7497 032451 nbranch compare4_failed ,zero 
-0x7498 032452 increase 4 ,rega 
-0x7499 032453 increase 4 ,regb 
-0x749a 032454 branch compare4 
-:      032455 compare4_failed:
-0x749b 032456 branch disable_true 
-:      032458 compare4_success:
-0x749c 032459 branch enable_true 
-:      032464 bn_testbit:
-0x749d 032465 and pdata ,7 ,queue 
-0x749e 032466 rshift3 pdata ,pdata 
-0x749f 032467 iadd contr ,contr 
-0x74a0 032468 ifetch 1 ,contr 
-0x74a1 032469 qisolate0 pdata 
-0x74a2 032470 rtn 
-:      032473 bn_eq_zero:
-0x74a3 032474 ifetch 8 ,contr 
-0x74a4 032475 nrtn blank 
-0x74a5 032476 ifetch 8 ,contr 
-0x74a6 032477 nrtn blank 
-0x74a7 032478 ifetch 8 ,contr 
-0x74a8 032479 rtn 
-:      032484 bn_eq_0:
-0x74a9 032485 ifetch 4 ,rega 
-0x74aa 032486 iforce temp 
-0x74ab 032487 ifetch 4 ,regb 
-0x74ac 032488 isub temp ,null 
-0x74ad 032489 nrtn zero 
-0x74ae 032490 increase 4 ,rega 
-0x74af 032491 increase 4 ,regb 
-0x74b0 032492 loop bn_eq_0 
-0x74b1 032493 rtn 
-:      032495 bn_bigeq:
-0x74b2 032496 force 6 ,loopcnt 
-0x74b3 032497 increase 20 ,rega 
-0x74b4 032498 increase 20 ,regb 
-:      032499 bn_bigeq_0:
-0x74b5 032500 ifetch 4 ,regb 
-0x74b6 032501 iforce temp 
-0x74b7 032502 ifetch 4 ,rega 
-0x74b8 032503 isub temp ,pdata 
-0x74b9 032504 nrtn positive 
-0x74ba 032505 nrtn blank 
-0x74bb 032506 increase -4 ,rega 
-0x74bc 032507 increase -4 ,regb 
-0x74bd 032508 loop bn_bigeq_0 
-0x74be 032509 rtn 
-:      032510 bn_add:
-0x74bf 032511 force 6 ,loopcnt 
-0x74c0 032512 force 0 ,regc 
-:      032513 bn_add_0:
-0x74c1 032514 ifetch 4 ,rega 
-0x74c2 032515 iforce temp 
-0x74c3 032516 ifetch 4 ,regb 
-0x74c4 032517 iadd temp ,pdata 
-0x74c5 032518 iadd regc ,pdata 
-0x74c6 032519 istore 4 ,contw 
-0x74c7 032520 isolate1 32 ,pdata 
-0x74c8 032521 setflag true ,0 ,regc 
-0x74c9 032522 increase 4 ,rega 
-0x74ca 032523 increase 4 ,regb 
-0x74cb 032524 loop bn_add_0 
-0x74cc 032525 rtn 
-:      032527 bn_sub:
-0x74cd 032528 force 6 ,loopcnt 
-0x74ce 032529 force 0 ,regc 
-:      032530 bn_sub_0:
-0x74cf 032531 ifetch 4 ,regb 
-0x74d0 032532 iforce temp 
-0x74d1 032533 ifetch 4 ,rega 
-0x74d2 032534 isub temp ,pdata 
-0x74d3 032535 isub regc ,pdata 
-0x74d4 032536 istore 4 ,contw 
-0x74d5 032537 isolate1 32 ,pdata 
-0x74d6 032538 setflag true ,0 ,regc 
-0x74d7 032539 increase 4 ,rega 
-0x74d8 032540 increase 4 ,regb 
-0x74d9 032541 loop bn_sub_0 
-0x74da 032542 rtn 
-:      032544 bn_rshift6:
-0x74db 032545 force 6 ,loopcnt 
-0x74dc 032546 increase 20 ,rega 
-:      032547 bn_rshift:
-0x74dd 032548 force 0 ,regc 
-:      032549 bn_rshift_0:
-0x74de 032550 ifetch 4 ,rega 
-0x74df 032551 isolate1 0 ,pdata 
-0x74e0 032552 setflag true ,1 ,regc 
-0x74e1 032553 rshift pdata ,pdata 
-0x74e2 032554 isolate1 0 ,regc 
-0x74e3 032555 setflag true ,31 ,pdata 
-0x74e4 032556 istore 4 ,rega 
-0x74e5 032557 increase -4 ,rega 
-0x74e6 032558 rshift regc ,regc 
-0x74e7 032559 loop bn_rshift_0 
-0x74e8 032560 rtn 
-:      032561 bn_lshift:
-0x74e9 032562 force 6 ,loopcnt 
-0x74ea 032563 force 0 ,regc 
-:      032564 bn_lshift_0:
-0x74eb 032565 ifetch 4 ,rega 
-0x74ec 032566 isolate1 31 ,pdata 
-0x74ed 032567 setflag true ,1 ,regc 
-0x74ee 032568 lshift pdata ,pdata 
-0x74ef 032569 isolate1 0 ,regc 
-0x74f0 032570 setflag true ,0 ,pdata 
-0x74f1 032571 istore 4 ,rega 
-0x74f2 032572 increase 4 ,rega 
-0x74f3 032573 rshift regc ,regc 
-0x74f4 032574 loop bn_lshift_0 
-0x74f5 032575 rtn 
-:      032578 bn_load:
-0x74f6 032579 force 6 ,loopcnt 
-:      032580 bn_load_0:
-0x74f7 032581 ifetch 4 ,contr 
-0x74f8 032582 iforce regext 
-0x74f9 032583 increase 1 ,regext_index 
-0x74fa 032584 loop bn_load_0 
-0x74fb 032585 rtn 
-:      032589 sp_initialize_256:
-0x74fc 032590 bpatch patch1d_7 ,mem_patch1d 
-0x74fd 032591 fetch 1 ,mem_secure_connections_enable 
-0x74fe 032592 nbranch sp_pubkey_calc_256 ,blank 
-:      032594 sc_reset:
-0x74ff 032595 jam sp_calc_standby ,mem_sc_calc 
-0x7500 032596 jam sp_key_invalid ,mem_sc_local_key_invalid 
-0x7501 032597 rtn 
-:      032601 sp_wait_pubkey_calc_256_done:
-0x7502 032602 fetch 1 ,mem_secure_connections_enable 
-0x7503 032603 rtn blank 
-0x7504 032604 fetch 1 ,mem_sc_local_key_invalid 
-0x7505 032605 rtneq sp_key_valid_256 
-0x7506 032606 call sp_calc_sequence_256 
-0x7507 032607 branch sp_wait_pubkey_calc_256_done 
-:      032611 sp_debug_private_256:
-0x7508 032612 arg mem_sc_private_key_256 ,contw 
-0x7509 032613 setsect 0 ,0x1abd 
-0x750a 032614 setsect 1 ,0x1b34f 
-0x750b 032615 setsect 2 ,0x19b8a 
-0x750c 032616 setsect 3 ,0x26562 
-0x750d 032617 istore 9 ,contw 
-0x750e 032618 setsect 0 ,0x340b7 
-0x750f 032619 setsect 1 ,0x1efa 
-0x7510 032620 setsect 2 ,0xaff6 
-0x7511 032621 setsect 3 ,0xfd41 
-0x7512 032622 istore 9 ,contw 
-0x7513 032623 setsect 0 ,0x3d210 
-0x7514 032624 setsect 1 ,0x26cf8 
-0x7515 032625 setsect 2 ,0x3874c 
-0x7516 032626 setsect 3 ,0x3157c 
-0x7517 032627 istore 9 ,contw 
-0x7518 032628 setsect 0 ,0x2d4a3 
-0x7519 032629 setsect 1 ,0x3d27d 
-0x751a 032630 setsect 2 ,0x3 
-0x751b 032631 istore 5 ,contw 
-0x751c 032632 rtn 
-:      032635 sp_pubkey_calc_256:
-0x751d 032636 fetch 1 ,mem_sc_local_key_invalid 
-0x751e 032637 rtnne sp_key_invalid 
-0x751f 032638 fetch 1 ,mem_sc_calc 
-0x7520 032639 rtnne sp_calc_standby 
-0x7521 032640 call init_memp_256 
-0x7522 032641 arg mem_sc_private_key_256 ,contw 
-0x7523 032642 force 15 ,queue 
-0x7524 032643 call random_generator 
-0x7525 032644 random pdata 
-0x7526 032645 rshift pdata ,pdata 
-0x7527 032646 istore 2 ,contw 
-0x7528 032648 fetch 1 ,mem_sp_debug_mode 
-0x7529 032649 ncall sp_debug_private_256 ,blank 
-0x752a 032651 arg mem_k_256 ,contw 
-0x752b 032652 arg mem_sc_private_key_256 ,contr 
-0x752c 032653 call memcpy32 
-0x752d 032655 arg mem_ax_256 ,contw 
-0x752e 032656 arg mem_gx_256 ,contr 
-0x752f 032657 call memcpy64 
-0x7530 032659 arg mem_az_256 ,contw 
-0x7531 032660 call clear_mem_256 
-0x7532 032661 jam 1 ,mem_az_256 
-0x7533 032663 call eckp_calc_init_256 
-0x7534 032664 jam sp_calc_pubkey_256 ,mem_sc_calc 
-0x7535 032665 rtn 
-:      032667 sp_pubkey_generated_256:
-0x7536 032668 arg mem_sc_pubkey_local_x_256 ,contw 
-0x7537 032669 arg mem_bx_256 ,contr 
-0x7538 032670 call memcpy64 
-0x7539 032671 jam sp_key_valid_256 ,mem_sc_local_key_invalid 
-0x753a 032672 jam sp_calc_standby ,mem_sc_calc 
-0x753b 032673 rtn 
-:      032677 sp_dhkey_calc_256:
-0x753c 032678 fetch 1 ,mem_sp_dhkey_invalid 
-0x753d 032679 rtnne sp_key_invalid 
-0x753e 032680 fetch 1 ,mem_sc_calc 
-0x753f 032681 rtnne sp_calc_standby 
-0x7540 032683 arg mem_k_256 ,contw 
-0x7541 032684 arg mem_sc_private_key_256 ,contr 
-0x7542 032685 call memcpy32 
-0x7543 032687 arg mem_ax_256 ,contw 
-0x7544 032688 arg mem_le_pubkey_remote_x_256 ,contr 
-0x7545 032689 call memcpy64 
-0x7546 032691 arg mem_az_256 ,contw 
-0x7547 032692 call clear_mem_256 
-0x7548 032693 jam 1 ,mem_az_256 
-0x7549 032695 call eckp_calc_init_256 
-0x754a 032696 jam sp_calc_dhkey_256 ,mem_sc_calc 
-0x754b 032697 rtn 
-:      032700 sp_dhkey_generated_256:
-0x754c 032702 arg mem_le_dhkey_256 ,contw 
-0x754d 032703 arg mem_bx_256 ,contr 
-0x754e 032704 call memcpy32 
-0x754f 032705 jam sp_key_valid_256 ,mem_sp_dhkey_invalid 
-0x7550 032706 jam sp_calc_standby ,mem_sc_calc 
-0x7551 032707 rtn 
-:      032711 sp_calc_sequence_256:
-0x7552 032712 fetch 1 ,mem_secure_connections_enable 
-0x7553 032713 rtn blank 
-0x7554 032714 fetch 1 ,mem_sc_calc 
-0x7555 032715 rtn blank 
-0x7556 032716 increase 0x80 ,pdata 
-0x7557 032717 store 1 ,mem_sc_calc 
-0x7558 032718 rtnbit1 7 
-0x7559 032719 fetch 2 ,mem_ec_loopc 
-0x755a 032720 branch sp_calc_sequence_done_256 ,blank 
-0x755b 032721 branch eckp_calc_256 
-:      032723 sp_calc_sequence_done_256:
-0x755c 032724 bpatch patch1e_0 ,mem_patch1e 
-0x755d 032725 call ecunmapz_256 
-0x755e 032726 fetch 1 ,mem_sc_calc 
-0x755f 032727 beq sp_calc_pubkey_256 ,sp_pubkey_generated_256 
-0x7560 032728 beq sp_calc_dhkey_256 ,sp_dhkey_generated_256 
-0x7561 032729 rtn 
-:      032732 eckp_calc_256:
-0x7562 032733 call ecdbl_256 
-0x7563 032734 fetch 2 ,mem_ec_loopc 
-0x7564 032735 increase -1 ,pdata 
-0x7565 032736 store 2 ,mem_ec_loopc 
-0x7566 032737 arg mem_k_256 ,contr 
-0x7567 032738 call bn_testbit 
-0x7568 032739 rtn true 
-0x7569 032740 branch ecadd_256 
-:      032742 eckp_calc_init_256:
-0x756a 032743 bpatch patch1e_1 ,mem_patch1e 
-0x756b 032744 setarg 256 
-0x756c 032745 store 2 ,mem_ec_loopc 
-:      032746 eckp_calc_init_256_1:
-0x756d 032747 fetch 2 ,mem_ec_loopc 
-0x756e 032748 rtn blank 
-0x756f 032749 increase -1 ,pdata 
-0x7570 032750 store 2 ,mem_ec_loopc 
-0x7571 032751 arg mem_k_256 ,contr 
-0x7572 032752 call bn_testbit 
-0x7573 032753 branch eckp_calc_init_256_1 ,true 
-0x7574 032754 arg mem_ax_256 ,contr 
-0x7575 032755 arg mem_cx_256 ,contw 
-0x7576 032756 branch memcpy96 
-:      032759 ecunmapz_256:
-0x7577 032760 arg mem_cz_256 ,rega 
-0x7578 032761 arg mem_t3_256 ,contw 
-0x7579 032762 call bn_invmod_256 
-0x757a 032763 arg mem_t3_256 ,rega 
-0x757b 032764 arg mem_t1_256 ,contw 
-0x757c 032765 call bn_sqrmod_256 
-0x757d 032766 arg mem_cx_256 ,rega 
-0x757e 032767 arg mem_t1_256 ,regb 
-0x757f 032768 arg mem_bx_256 ,contw 
-0x7580 032769 call bn_mulmod_256 
-0x7581 032770 arg mem_t3_256 ,rega 
-0x7582 032771 arg mem_t1_256 ,regb 
-0x7583 032772 arg mem_t2_256 ,contw 
-0x7584 032773 call bn_mulmod_256 
-0x7585 032774 arg mem_cy_256 ,rega 
-0x7586 032775 arg mem_t2_256 ,regb 
-0x7587 032776 arg mem_by_256 ,contw 
-0x7588 032777 branch bn_mulmod_256 
-:      032779 ecdbl_256:
-0x7589 032780 arg mem_cz_256 ,rega 
-0x758a 032781 arg mem_t2_256 ,contw 
-0x758b 032782 call bn_sqrmod_256 
-0x758c 032783 arg mem_t2_256 ,rega 
-0x758d 032784 arg mem_t3_256 ,contw 
-0x758e 032785 call bn_sqrmod_256 
-0x758f 032787 arg mem_a_256 ,rega 
-0x7590 032788 arg mem_t3_256 ,regb 
-0x7591 032789 arg mem_t3_256 ,contw 
-0x7592 032790 call bn_mulmod_256 
-0x7593 032791 arg mem_cx_256 ,rega 
-0x7594 032792 arg mem_t2_256 ,contw 
-0x7595 032793 call bn_sqrmod_256 
-0x7596 032795 arg mem_t2_256 ,contr 
-0x7597 032796 arg mem_t1_256 ,contw 
-0x7598 032797 call memcpy32 
-0x7599 032798 arg mem_t1_256 ,rega 
-0x759a 032799 call bn_lshiftmod_256 
-0x759b 032800 arg mem_t2_256 ,rega 
-0x759c 032801 arg mem_t1_256 ,regb 
-0x759d 032802 arg mem_t2_256 ,contw 
-0x759e 032803 call bn_addmod_256 
-0x759f 032805 arg mem_t2_256 ,rega 
-0x75a0 032806 arg mem_t3_256 ,regb 
-0x75a1 032807 arg mem_t2_256 ,contw 
-0x75a2 032808 call bn_addmod_256 
-0x75a3 032810 arg mem_cx_256 ,contr 
-0x75a4 032811 arg mem_t1_256 ,contw 
-0x75a5 032812 call memcpy32 
-0x75a6 032813 arg mem_cy_256 ,rega 
-0x75a7 032814 arg mem_t3_256 ,contw 
-0x75a8 032815 call bn_sqrmod_256 
-0x75a9 032816 arg mem_t1_256 ,rega 
-0x75aa 032817 call bn_lshiftmod_256 
-0x75ab 032818 arg mem_t1_256 ,rega 
-0x75ac 032819 call bn_lshiftmod_256 
-0x75ad 032820 arg mem_t1_256 ,rega 
-0x75ae 032821 arg mem_t3_256 ,regb 
-0x75af 032822 arg mem_t1_256 ,contw 
-0x75b0 032823 call bn_mulmod_256 
-0x75b1 032824 arg mem_t3_256 ,rega 
-0x75b2 032825 arg mem_t0_256 ,contw 
-0x75b3 032826 call bn_sqrmod_256 
-0x75b4 032827 arg mem_t0_256 ,rega 
-0x75b5 032828 call bn_lshiftmod_256 
-0x75b6 032829 arg mem_t0_256 ,rega 
-0x75b7 032830 call bn_lshiftmod_256 
-0x75b8 032831 arg mem_t0_256 ,rega 
-0x75b9 032832 call bn_lshiftmod_256 
-0x75ba 032833 arg mem_cy_256 ,contr 
-0x75bb 032834 arg mem_t3_256 ,contw 
-0x75bc 032835 call memcpy32 
-0x75bd 032836 arg mem_t3_256 ,rega 
-0x75be 032837 call bn_lshiftmod_256 
-0x75bf 032838 arg mem_t3_256 ,rega 
-0x75c0 032839 arg mem_cz_256 ,regb 
-0x75c1 032840 arg mem_cz_256 ,contw 
-0x75c2 032841 call bn_mulmod_256 
-0x75c3 032844 arg mem_t2_256 ,rega 
-0x75c4 032845 arg mem_t3_256 ,contw 
-0x75c5 032846 call bn_sqrmod_256 
-0x75c6 032848 arg mem_t3_256 ,rega 
-0x75c7 032849 arg mem_t1_256 ,regb 
-0x75c8 032850 arg mem_t3_256 ,contw 
-0x75c9 032851 call bn_submod_256 
-0x75ca 032852 arg mem_t3_256 ,rega 
-0x75cb 032853 arg mem_t1_256 ,regb 
-0x75cc 032854 arg mem_cx_256 ,contw 
-0x75cd 032855 call bn_submod_256 
-0x75ce 032856 arg mem_t1_256 ,rega 
-0x75cf 032857 arg mem_cx_256 ,regb 
-0x75d0 032858 arg mem_t3_256 ,contw 
-0x75d1 032859 call bn_submod_256 
-0x75d2 032860 arg mem_t3_256 ,rega 
-0x75d3 032861 arg mem_t2_256 ,regb 
-0x75d4 032862 arg mem_t3_256 ,contw 
-0x75d5 032863 call bn_mulmod_256 
-0x75d6 032864 arg mem_t3_256 ,rega 
-0x75d7 032865 arg mem_t0_256 ,regb 
-0x75d8 032866 arg mem_cy_256 ,contw 
-0x75d9 032867 branch bn_submod_256 
-:      032869 ecadd_256:
-0x75da 032871 arg mem_az_256 ,rega 
-0x75db 032872 arg mem_t7_256 ,contw 
-0x75dc 032873 call bn_sqrmod_256 
-0x75dd 032874 arg mem_cx_256 ,rega 
-0x75de 032875 arg mem_t7_256 ,regb 
-0x75df 032876 arg mem_t0_256 ,contw 
-0x75e0 032877 call bn_mulmod_256 
-0x75e1 032880 arg mem_az_256 ,rega 
-0x75e2 032881 arg mem_t7_256 ,regb 
-0x75e3 032882 arg mem_t7_256 ,contw 
-0x75e4 032883 call bn_mulmod_256 
-0x75e5 032884 arg mem_cy_256 ,rega 
-0x75e6 032885 arg mem_t7_256 ,regb 
-0x75e7 032886 arg mem_t1_256 ,contw 
-0x75e8 032887 call bn_mulmod_256 
-0x75e9 032890 arg mem_cz_256 ,rega 
-0x75ea 032891 arg mem_t7_256 ,contw 
-0x75eb 032892 call bn_sqrmod_256 
-0x75ec 032893 arg mem_ax_256 ,rega 
-0x75ed 032894 arg mem_t7_256 ,regb 
-0x75ee 032895 arg mem_t2_256 ,contw 
-0x75ef 032896 call bn_mulmod_256 
-0x75f0 032898 arg mem_cz_256 ,rega 
-0x75f1 032899 arg mem_t7_256 ,regb 
-0x75f2 032900 arg mem_t7_256 ,contw 
-0x75f3 032901 call bn_mulmod_256 
-0x75f4 032902 arg mem_ay_256 ,rega 
-0x75f5 032903 arg mem_t7_256 ,regb 
-0x75f6 032904 arg mem_t3_256 ,contw 
-0x75f7 032905 call bn_mulmod_256 
-0x75f8 032910 arg mem_t0_256 ,regb 
-0x75f9 032911 arg mem_t2_256 ,rega 
-0x75fa 032912 arg mem_t7_256 ,contw 
-0x75fb 032913 call bn_submod_256 
-0x75fc 032914 arg mem_t0_256 ,rega 
-0x75fd 032915 arg mem_t2_256 ,regb 
-0x75fe 032916 arg mem_t0_256 ,contw 
-0x75ff 032917 call bn_addmod_256 
-0x7600 032920 arg mem_t1_256 ,regb 
-0x7601 032921 arg mem_t3_256 ,rega 
-0x7602 032922 arg mem_t2_256 ,contw 
-0x7603 032923 call bn_submod_256 
-0x7604 032924 arg mem_t1_256 ,rega 
-0x7605 032925 arg mem_t3_256 ,regb 
-0x7606 032926 arg mem_t1_256 ,contw 
-0x7607 032927 call bn_addmod_256 
-0x7608 032928 arg mem_t1_256 ,rega 
-0x7609 032929 arg mem_t7_256 ,regb 
-0x760a 032930 arg mem_t1_256 ,contw 
-0x760b 032931 call bn_mulmod_256 
-0x760c 032932 arg mem_cz_256 ,rega 
-0x760d 032933 arg mem_az_256 ,regb 
-0x760e 032934 arg mem_t3_256 ,contw 
-0x760f 032935 call bn_mulmod_256 
-0x7610 032936 arg mem_t3_256 ,rega 
-0x7611 032937 arg mem_t7_256 ,regb 
-0x7612 032938 arg mem_cz_256 ,contw 
-0x7613 032939 call bn_mulmod_256 
-0x7614 032941 arg mem_t7_256 ,rega 
-0x7615 032942 arg mem_t7_256 ,contw 
-0x7616 032943 call bn_sqrmod_256 
-0x7617 032944 arg mem_t7_256 ,rega 
-0x7618 032945 arg mem_t0_256 ,regb 
-0x7619 032946 arg mem_t3_256 ,contw 
-0x761a 032947 call bn_mulmod_256 
-0x761b 032948 arg mem_t7_256 ,rega 
-0x761c 032949 arg mem_t1_256 ,regb 
-0x761d 032950 arg mem_t1_256 ,contw 
-0x761e 032951 call bn_mulmod_256 
-0x761f 032952 arg mem_t2_256 ,rega 
-0x7620 032953 arg mem_cx_256 ,contw 
-0x7621 032954 call bn_sqrmod_256 
-0x7622 032955 arg mem_cx_256 ,rega 
-0x7623 032956 arg mem_t3_256 ,regb 
-0x7624 032957 arg mem_cx_256 ,contw 
-0x7625 032958 call bn_submod_256 
-0x7626 032959 arg mem_cx_256 ,contr 
-0x7627 032960 arg mem_t7_256 ,contw 
-0x7628 032961 call memcpy32 
-0x7629 032962 arg mem_t7_256 ,rega 
-0x762a 032963 call bn_lshiftmod_256 
-0x762b 032964 arg mem_t3_256 ,rega 
-0x762c 032965 arg mem_t7_256 ,regb 
-0x762d 032966 arg mem_t3_256 ,contw 
-0x762e 032967 call bn_submod_256 
-0x762f 032968 arg mem_t3_256 ,rega 
-0x7630 032969 arg mem_t2_256 ,regb 
-0x7631 032970 arg mem_t2_256 ,contw 
-0x7632 032971 call bn_mulmod_256 
-0x7633 032972 arg mem_t2_256 ,rega 
-0x7634 032973 arg mem_t1_256 ,regb 
-0x7635 032974 arg mem_cy_256 ,contw 
-0x7636 032975 call bn_submod_256 
-0x7637 032976 arg mem_cy_256 ,rega 
-0x7638 032977 arg mem_p_256 ,regb 
-0x7639 032978 arg mem_cy_256 ,contw 
-0x763a 032979 force 0 ,regc 
-0x763b 032980 fetch 1 ,mem_cy_256 
-0x763c 032981 isolate1 0 ,pdata 
-0x763d 032982 call bn_add_256 ,true 
-0x763e 032983 copy regc ,alarm 
-0x763f 032984 arg mem_cy_256 ,rega 
-0x7640 032985 call bn_rshift_256 
-0x7641 032986 fetch 1 ,mem_cy5_256 
-0x7642 032987 isolate1 0 ,alarm 
-0x7643 032988 setflag true ,7 ,pdata 
-0x7644 032989 store 1 ,mem_cy5_256 
-0x7645 032990 rtn 
-:      032992 bn_invmod_256:
-0x7646 032993 copy contw ,timeup 
-0x7647 032994 arg mem_tmp0_256 ,contw 
-0x7648 032995 call clear_mem_256 
-0x7649 032996 force 0 ,pdata 
-0x764a 032998 store 4 ,mem_t2_256 
-0x764b 032999 jam 1 ,mem_tmp0_256 
-0x764c 033000 arg mem_tmp1_256 ,contw 
-0x764d 033001 call clear_mem_512 
-0x764e 033002 arg mem_p_256 ,contr 
-0x764f 033003 arg mem_tmp2_256 ,contw 
-0x7650 033004 call memcpy32 
-0x7651 033005 copy rega ,contr 
-0x7652 033006 arg mem_tmp3_256 ,contw 
-0x7653 033007 call memcpy32 
-:      033013 bn_invmod_256_2:
-0x7654 033014 arg mem_tmp3_256 ,contr 
-0x7655 033015 call bn_eq_zero_256 
-0x7656 033016 branch bn_invmod_256_0 ,blank 
-0x7657 033021 arg mem_tmp3_256 ,rega 
-0x7658 033022 arg mem_tmp0_256 ,regb 
-0x7659 033023 call bn_rshifteven_256 
-0x765a 033024 arg mem_tmp2_256 ,rega 
-0x765b 033025 arg mem_tmp1_256 ,regb 
-0x765c 033026 call bn_rshifteven_256 
-0x765d 033028 arg mem_tmp3_256 ,rega 
-0x765e 033029 arg mem_tmp2_256 ,regb 
-0x765f 033030 call bn_bigeq_256 
-0x7660 033031 branch bn_invmod_256_1 ,positive 
-0x7661 033032 arg mem_tmp2_256 ,rega 
-0x7662 033033 arg mem_tmp3_256 ,regb 
-0x7663 033034 copy rega ,contw 
-0x7664 033035 call bn_sub_256 
-0x7665 033036 arg mem_tmp0_256 ,rega 
-0x7666 033037 arg mem_tmp1_256 ,regb 
-0x7667 033038 copy regb ,contw 
-0x7668 033039 call bn_add_256 
-0x7669 033040 ifetch 1 ,rega 
-0x766a 033041 iadd regc ,regc 
-0x766b 033042 ifetch 1 ,regb 
-0x766c 033043 iadd regc ,pdata 
-0x766d 033044 istore 1 ,regb 
-0x766e 033045 branch bn_invmod_256_2 
-:      033046 bn_invmod_256_1:
-0x766f 033047 arg mem_tmp3_256 ,rega 
-0x7670 033048 arg mem_tmp2_256 ,regb 
-0x7671 033049 copy rega ,contw 
-0x7672 033050 call bn_sub_256 
-0x7673 033051 arg mem_tmp1_256 ,rega 
-0x7674 033052 arg mem_tmp0_256 ,regb 
-0x7675 033053 copy regb ,contw 
-0x7676 033054 call bn_add_256 
-0x7677 033055 ifetch 1 ,rega 
-0x7678 033056 iadd regc ,regc 
-0x7679 033057 ifetch 1 ,regb 
-0x767a 033058 iadd regc ,pdata 
-0x767b 033059 istore 1 ,regb 
-0x767c 033060 branch bn_invmod_256_2 
-:      033061 bn_invmod_256_0:
-0x767d 033063 arg mem_tmp1_256 ,rega 
-0x767e 033064 copy timeup ,contw 
-0x767f 033065 call bn_p256mod 
-0x7680 033067 arg mem_p_256 ,rega 
-0x7681 033068 copy timeup ,regb 
-0x7682 033069 copy timeup ,contw 
-0x7683 033070 branch bn_submod_256 
-:      033073 bn_mulmod_256:
-0x7684 033074 copy contw ,timeup 
-0x7685 033076 force 0 ,regext_index 
-0x7686 033078 arg mem_tmp1_256 ,contw 
-0x7687 033079 call clear_mem_512 
-0x7688 033080 arg mem_regext ,contw 
-0x7689 033081 call clear_mem_512 
-0x768a 033085 copy rega ,contr 
-0x768b 033087 jam 0 ,mem_regext 
-0x768c 033088 setarg 0 
-0x768d 033089 call bn_load_mem 
-0x768e 033090 copy regb ,contr 
-0x768f 033091 call bn_load_256 
-0x7690 033094 force 0 ,queue 
-0x7691 033095 arg mem_tmp1_256 ,contw 
-:      033096 bn_mulmod_256_1:
-0x7692 033099 arg mem_regext ,temp 
-0x7693 033100 copy queue ,regb 
-0x7694 033101 lshift2 regb ,pdata 
-0x7695 033103 iadd temp ,regb 
-0x7696 033104 force 0 ,temp 
-0x7697 033105 force 0 ,regc 
-:      033106 bn_mulmod_256_0:
-0x7698 033111 ifetch 4 ,contw 
-0x7699 033112 iforce rega 
-0x769a 033115 ifetch 4 ,regb 
-0x769b 033116 copy regc ,regext_index 
-0x769c 033117 imul32 regext ,pdata 
-0x769d 033118 iadd rega ,pdata 
-0x769e 033119 iadd temp ,pdata 
-0x769f 033120 istore 4 ,contw 
-0x76a0 033121 rshift32 pdata ,temp 
-0x76a1 033122 increase 1 ,regc 
-0x76a2 033123 compare 8 ,regc ,0xff 
-0x76a3 033124 nbranch bn_mulmod_256_0 ,true 
-0x76a4 033126 deposit temp 
-0x76a5 033127 istore 4 ,contw 
-0x76a6 033128 increase -32 ,contw 
-0x76a7 033131 increase 1 ,queue 
-0x76a8 033132 compare 8 ,queue ,0xff 
-0x76a9 033133 nbranch bn_mulmod_256_1 ,true 
-0x76aa 033134 arg mem_tmp1_256 ,rega 
-0x76ab 033135 copy timeup ,contw 
-0x76ac 033136 branch bn_p256mod 
-:      033138 bn_p256mod:
-0x76ad 033139 bpatch patch1e_2 ,mem_patch1e 
-0x76ae 033140 copy contw ,timeup 
-0x76af 033141 copy rega ,alarm 
-0x76b0 033142 arg mem_tmp2_256 ,regb 
-0x76b1 033143 copy regb ,contw 
-0x76b2 033144 call memset0_4 
-0x76b3 033145 istore 8 ,contw 
-0x76b4 033146 add rega ,44 ,contr 
-0x76b5 033147 call memcpy8 
-0x76b6 033148 call memcpy12 
-0x76b7 033149 copy regb ,rega 
-0x76b8 033150 call bn_lshiftmod_256 
-0x76b9 033151 arg mem_tmp2_256 ,regb 
-0x76ba 033152 copy alarm ,rega 
-0x76bb 033153 copy timeup ,contw 
-0x76bc 033154 call bn_addmod_256 
-0x76bd 033156 arg mem_tmp2_256 ,regb 
-0x76be 033157 copy regb ,contw 
-0x76bf 033158 call memset0_4 
-0x76c0 033159 istore 8 ,contw 
-0x76c1 033160 add alarm ,48 ,contr 
-0x76c2 033161 call memcpy16 
-0x76c3 033162 call memset0_4 
-0x76c4 033163 copy regb ,rega 
-0x76c5 033164 call bn_lshiftmod_256 
-0x76c6 033168 arg mem_tmp2_256 ,regb 
-0x76c7 033169 copy timeup ,rega 
-0x76c8 033170 copy rega ,contw 
-0x76c9 033171 call bn_addmod_256 
-0x76ca 033175 arg mem_tmp2_256 ,regb 
-0x76cb 033176 copy regb ,contw 
-0x76cc 033177 add alarm ,32 ,contr 
-0x76cd 033178 call memcpy12 
-0x76ce 033179 call memset0_4 
-0x76cf 033180 istore 8 ,contw 
-0x76d0 033181 add alarm ,56 ,contr 
-0x76d1 033182 call memcpy8 
-0x76d2 033183 copy timeup ,rega 
-0x76d3 033184 copy rega ,contw 
-0x76d4 033185 call bn_addmod_256 
-0x76d5 033189 arg mem_tmp2_256 ,regb 
-0x76d6 033190 copy regb ,contw 
-0x76d7 033191 add alarm ,36 ,contr 
-0x76d8 033192 call memcpy12 
-0x76d9 033193 add alarm ,52 ,contr 
-0x76da 033194 call memcpy12 
-0x76db 033195 add alarm ,52 ,contr 
-0x76dc 033196 call memcpy4 
-0x76dd 033197 add alarm ,32 ,contr 
-0x76de 033198 call memcpy4 
-0x76df 033199 copy timeup ,rega 
-0x76e0 033200 copy rega ,contw 
-0x76e1 033201 call bn_addmod_256 
-0x76e2 033204 arg mem_tmp2_256 ,regb 
-0x76e3 033205 copy regb ,contw 
-0x76e4 033206 add alarm ,44 ,contr 
-0x76e5 033207 call memcpy12 
-0x76e6 033208 call memset0_4 
-0x76e7 033209 istore 8 ,contw 
-0x76e8 033210 add alarm ,32 ,contr 
-0x76e9 033211 call memcpy4 
-0x76ea 033212 add alarm ,40 ,contr 
-0x76eb 033213 call memcpy4 
-0x76ec 033214 copy timeup ,rega 
-0x76ed 033215 copy rega ,contw 
-0x76ee 033216 call bn_submod_256 
-0x76ef 033219 arg mem_tmp2_256 ,regb 
-0x76f0 033220 copy regb ,contw 
-0x76f1 033221 add alarm ,48 ,contr 
-0x76f2 033222 call memcpy8 
-0x76f3 033223 call memcpy8 
-0x76f4 033224 force 0 ,pdata 
-0x76f5 033225 istore 8 ,contw 
-0x76f6 033226 add alarm ,36 ,contr 
-0x76f7 033227 call memcpy4 
-0x76f8 033228 add alarm ,44 ,contr 
-0x76f9 033229 call memcpy4 
-0x76fa 033230 copy timeup ,rega 
-0x76fb 033231 copy rega ,contw 
-0x76fc 033232 call bn_submod_256 
-0x76fd 033235 arg mem_tmp2_256 ,regb 
-0x76fe 033236 copy regb ,contw 
-0x76ff 033237 add alarm ,52 ,contr 
-0x7700 033238 call memcpy12 
-0x7701 033239 add alarm ,32 ,contr 
-0x7702 033240 call memcpy12 
-0x7703 033241 call memset0_4 
-0x7704 033242 add alarm ,48 ,contr 
-0x7705 033243 call memcpy4 
-0x7706 033244 copy timeup ,rega 
-0x7707 033245 copy rega ,contw 
-0x7708 033246 call bn_submod_256 
-0x7709 033249 arg mem_tmp2_256 ,regb 
-0x770a 033250 copy regb ,contw 
-0x770b 033251 add alarm ,56 ,contr 
-0x770c 033252 call memcpy8 
-0x770d 033253 call memset0_4 
-0x770e 033254 add alarm ,36 ,contr 
-0x770f 033255 call memcpy12 
-0x7710 033256 call memset0_4 
-0x7711 033257 add alarm ,52 ,contr 
-0x7712 033258 call memcpy4 
-0x7713 033259 copy timeup ,rega 
-0x7714 033260 copy rega ,contw 
-0x7715 033261 branch bn_submod_256 
-:      033264 bn_load_mem:
-0x7716 033265 force 32 ,loopcnt 
-0x7717 033266 arg mem_regext ,contw 
-0x7718 033267 iadd contw ,contw 
-0x7719 033268 branch memcpy 
-:      033270 bn_load_256:
-0x771a 033271 force 8 ,loopcnt 
-0x771b 033272 branch bn_load_0 
-:      033274 bn_sqrmod_256:
-0x771c 033275 copy rega ,regb 
-0x771d 033276 branch bn_mulmod_256 
-:      033278 bn_add_256:
-0x771e 033279 force 8 ,loopcnt 
-0x771f 033280 branch bn_add + 1 
-:      033282 bn_addmod_256:
-0x7720 033283 call bn_add_256 
-0x7721 033284 copy contw ,rega 
-0x7722 033285 branch bn_lshiftmod_ismod_256 
-:      033287 bn_lshiftmod_256:
-0x7723 033288 call bn_lshift_256 
-:      033289 bn_lshiftmod_ismod_256:
-0x7724 033290 isolate1 0 ,regc 
-0x7725 033291 branch bn_lshiftmod_p_256 ,true 
-0x7726 033292 arg mem_p_256 ,regb 
-0x7727 033293 copy rega ,regc 
-0x7728 033294 increase -32 ,rega 
-0x7729 033295 call bn_bigeq_256 
-0x772a 033296 nrtn positive 
-0x772b 033297 copy regc ,rega 
-0x772c 033298 branch sub_p2_256 
-:      033300 bn_lshiftmod_p_256:
-0x772d 033301 call sub_p2_256 
-0x772e 033303 copy rega ,regc 
-0x772f 033304 increase -32 ,rega 
-0x7730 033305 arg mem_p_256 ,regb 
-0x7731 033306 call bn_bigeq_256 
-0x7732 033307 nrtn positive 
-0x7733 033308 copy regc ,rega 
-0x7734 033309 branch sub_p2_256 
-:      033312 sub_p2_256:
-0x7735 033313 increase -32 ,rega 
-0x7736 033314 arg mem_p_256 ,regb 
-0x7737 033315 copy rega ,contw 
-0x7738 033316 branch bn_sub_256 
-:      033321 bn_submod_256:
-0x7739 033322 call bn_sub_256 
-0x773a 033324 branch bn_submod_256_np ,true 
-0x773b 033327 add contw ,-32 ,rega 
-0x773c 033328 arg mem_p_256 ,regb 
-0x773d 033329 call bn_bigeq_256 
-0x773e 033330 nrtn positive 
-0x773f 033331 arg mem_p_256 ,regb 
-0x7740 033332 add contw ,-32 ,rega 
-0x7741 033334 copy rega ,contw 
-0x7742 033335 branch bn_sub_256 
-:      033336 bn_submod_256_np:
-0x7743 033337 add contw ,-32 ,rega 
-0x7744 033338 arg mem_p_256 ,regb 
-0x7745 033339 copy rega ,contw 
-0x7746 033340 call bn_add_256 
-0x7747 033342 rtn true 
-0x7748 033343 add contw ,-32 ,rega 
-0x7749 033344 arg mem_p_256 ,regb 
-0x774a 033345 copy rega ,contw 
-0x774b 033346 branch bn_add_256 
-:      033350 bn_sub_256:
-0x774c 033351 force 8 ,loopcnt 
-0x774d 033352 branch bn_sub + 1 
-:      033354 bn_rshift_256:
-0x774e 033355 force 8 ,loopcnt 
-0x774f 033356 increase 28 ,rega 
-0x7750 033357 branch bn_rshift 
-:      033359 bn_lshift_256:
-0x7751 033360 force 8 ,loopcnt 
-0x7752 033361 force 0 ,regc 
-0x7753 033362 branch bn_lshift_0 
-:      033364 bn_bigeq_256:
-0x7754 033365 force 8 ,loopcnt 
-0x7755 033366 increase 28 ,rega 
-0x7756 033367 increase 28 ,regb 
-0x7757 033368 branch bn_bigeq_0 
-:      033371 bn_eq_zero_256:
-0x7758 033372 ifetch 8 ,contr 
-0x7759 033373 nrtn blank 
-0x775a 033374 branch bn_eq_zero 
-:      033379 bn_rshifteven_256:
-0x775b 033380 copy rega ,alarm 
-:      033381 bn_rshifteven_256_1:
-0x775c 033382 copy alarm ,rega 
-0x775d 033383 ifetch 1 ,rega 
-0x775e 033384 isolate1 0 ,pdata 
-0x775f 033385 rtn true 
-0x7760 033386 call bn_rshift_256 
-0x7761 033387 ifetch 1 ,regb 
-0x7762 033388 isolate0 0 ,pdata 
-0x7763 033389 branch bn_rshifteven_256_0 ,true 
-0x7764 033390 arg mem_p_256 ,rega 
-0x7765 033391 copy regb ,contw 
-0x7766 033392 call bn_add_256 
-0x7767 033393 ifetch 1 ,regb 
-0x7768 033394 iadd regc ,pdata 
-0x7769 033395 istore 1 ,regb 
-0x776a 033396 increase -32 ,regb 
-:      033397 bn_rshifteven_256_0:
-0x776b 033398 add regb ,32 ,rega 
-0x776c 033399 force 9 ,loopcnt 
-0x776d 033400 call bn_rshift 
-0x776e 033401 branch bn_rshifteven_256_1 
-:      033404 ui_init:
-0x776f 033405 rtn wake 
-0x7770 033406 call lpm_disable_exen_output 
-0x7771 033407 call ui_button_init 
-0x7772 033408 call ui_timer_init 
-0x7773 033409 branch ui_led_init_global 
-:      033411 ui_dispatch:
-0x7774 033412 call ui_led_dispatch 
-0x7775 033413 branch ui_timer_check 
-:      033415 ui_button_init:
-0x7776 033416 fetch 1 ,mem_ui_button_gpio 
-0x7777 033417 rtneq ui_button_gpio_disable 
-0x7778 033418 iforce temp 
-0x7779 033419 call gpio_config_output 
-0x777a 033420 fetcht 1 ,mem_ui_button_gpio 
-0x777b 033421 call gpio_out_inactive 
-0x777c 033422 nop 100 
-0x777d 033423 fetcht 1 ,mem_ui_button_gpio 
-0x777e 033424 call gpio_config_input 
-0x777f 033425 branch ui_button_polling 
-:      033429 ui_button_polling:
-0x7780 033430 bpatch patch1e_3 ,mem_patch1e 
-0x7781 033431 fetch 1 ,mem_ui_button_gpio 
-0x7782 033432 rtneq ui_button_gpio_disable 
-0x7783 033433 copy pdata ,temp 
-0x7784 033434 call gpio_get_bit 
-0x7785 033435 nbranch ui_button_up ,true 
-:      033437 ui_button_down:
-0x7786 033438 call ui_button_check_long_press 
-0x7787 033439 fetch 2 ,mem_ui_state_map 
-0x7788 033440 set1 ui_state_btn_down ,pdata 
-0x7789 033441 store 2 ,mem_ui_state_map 
-0x778a 033442 fetch 1 ,mem_ui_button_last_state 
-0x778b 033443 rtneq ui_button_state_down 
-0x778c 033444 jam ui_button_state_down ,mem_ui_button_last_state 
-0x778d 033446 fetch 1 ,mem_ui_button_timeout 
-0x778e 033447 store 1 ,mem_ui_button_timer 
-0x778f 033448 call lpm_button_get_wake_lock 
-0x7790 033449 jam bt_evt_button_down ,mem_fifo_temp 
-0x7791 033450 branch ui_ipc_send_event 
-:      033451 ui_button_up:
-0x7792 033452 fetch 2 ,mem_ui_state_map 
-0x7793 033453 set0 ui_state_btn_down ,pdata 
-0x7794 033454 store 2 ,mem_ui_state_map 
-0x7795 033455 fetch 1 ,mem_ui_button_last_state 
-0x7796 033456 rtneq ui_button_state_up 
-0x7797 033457 jam ui_button_state_up ,mem_ui_button_last_state 
-0x7798 033459 jam 0 ,mem_ui_button_timer 
-0x7799 033460 call lpm_button_clean_wake_lock 
-0x779a 033461 jam bt_evt_button_up ,mem_fifo_temp 
-0x779b 033462 branch ui_ipc_send_event 
-:      033464 ui_button_check_long_press:
-0x779c 033465 fetch 1 ,mem_ui_button_timer 
-0x779d 033466 rtn blank 
-0x779e 033467 increase -1 ,pdata 
-0x779f 033468 store 1 ,mem_ui_button_timer 
-0x77a0 033469 nrtn blank 
-0x77a1 033471 jam bt_evt_button_long_pressed ,mem_fifo_temp 
-0x77a2 033472 branch ui_ipc_send_event 
-:      033474 lpm_button_get_wake_lock:
-0x77a3 033475 arg wake_lock_button ,queue 
-0x77a4 033476 branch lpm_get_wake_lock 
-:      033478 lpm_button_clean_wake_lock:
-0x77a5 033479 arg wake_lock_button ,queue 
-0x77a6 033480 branch lpm_put_wake_lock 
-:      033487 calc_curr_struct_prt:
-0x77a7 033488 bpatch patch1e_4 ,mem_patch1e 
-0x77a8 033489 fetch 2 ,mem_ui_led_struct_ptr 
-0x77a9 033490 mul32 rega ,led_offset_length ,regb 
-0x77aa 033491 iadd regb ,regb 
-0x77ab 033492 rtn 
-:      033495 ui_led_init_global:
-0x77ac 033496 fetch 1 ,mem_ui_led_struct_num 
-0x77ad 033497 rtn blank 
-0x77ae 033498 copy pdata ,loopcnt 
-0x77af 033499 fetch 2 ,mem_ui_led_struct_ptr 
-0x77b0 033500 copy pdata ,regb 
-:      033501 ui_led_init_loop:
-0x77b1 033502 add regb ,led_offset_led_gpio ,regc 
-0x77b2 033503 ifetcht 1 ,regc 
-0x77b3 033504 call ui_led_init_set 
-0x77b4 033505 increase led_offset_length ,regb 
-0x77b5 033506 loop ui_led_init_loop 
-0x77b6 033507 rtn 
-:      033510 ui_led_init_set:
-0x77b7 033511 fetch 1 ,mem_ui_led_init_state_set 
-0x77b8 033512 branch gpio_out_inactive ,blank 
-0x77b9 033513 branch gpio_out_active 
-:      033516 ui_led_on_global:
-0x77ba 033517 call calc_curr_struct_prt 
-0x77bb 033518 setarg ui_led_state_lighting 
-0x77bc 033519 istore 1 ,regb 
-0x77bd 033520 call ui_led_stop_timer 
-0x77be 033521 branch ui_led_on_static 
-:      033525 ui_led_blink_stop_global:
-:      033526 ui_led_off_global:
-0x77bf 033528 call calc_curr_struct_prt 
-0x77c0 033529 setarg ui_led_state_darking 
-0x77c1 033530 istore 1 ,regb 
-0x77c2 033532 call ui_led_stop_timer 
-0x77c3 033533 branch ui_led_off_static 
-:      033537 ui_led_blink_start_global:
-0x77c4 033538 call calc_curr_struct_prt 
-0x77c5 033539 setarg ui_led_state_blink_start 
-0x77c6 033540 istore 1 ,regb 
-0x77c7 033541 setarg led_infinite_flash_num 
-0x77c8 033542 istore 1 ,contw 
-0x77c9 033543 branch ui_led_off_static 
-:      033548 ui_led_set_style_global:
-0x77ca 033549 call calc_curr_struct_prt 
-0x77cb 033550 arg led_offset_length ,loopcnt 
-0x77cc 033551 copy regc ,contr 
-0x77cd 033552 copy regb ,contw 
-0x77ce 033553 branch memcpy_fast 
-:      033557 ui_led_dispatch:
-0x77cf 033558 fetch 1 ,mem_ui_led_struct_num 
-0x77d0 033559 rtn blank 
-0x77d1 033560 arg 0 ,rega 
-:      033561 ui_led_blink_polling:
-0x77d2 033562 call ui_led_change_style_by_type 
-0x77d3 033563 increase 1 ,rega 
-0x77d4 033564 fetch 1 ,mem_ui_led_struct_num 
-0x77d5 033565 isub rega ,null 
-0x77d6 033566 rtn zero 
-0x77d7 033567 branch ui_led_blink_polling 
-:      033570 ui_led_off_static:
-0x77d8 033571 add regb ,led_offset_led_gpio ,regc 
-0x77d9 033572 ifetcht 1 ,regc 
-0x77da 033573 branch gpio_out_inactive 
-:      033576 ui_led_on_static:
-0x77db 033577 add regb ,led_offset_led_gpio ,regc 
-0x77dc 033578 ifetcht 1 ,regc 
-0x77dd 033579 branch gpio_out_active 
-:      033583 ui_led_change_style_by_type:
-0x77de 033584 add rega ,ui_led_blink ,queue 
-0x77df 033585 call timer_check 
-0x77e0 033586 nrtn blank 
-0x77e1 033588 call calc_curr_struct_prt 
-0x77e2 033590 ifetch 1 ,regb 
-0x77e3 033592 beq ui_led_state_lighting ,ui_led_on_static 
-0x77e4 033593 beq ui_led_state_darking ,ui_led_off_static 
-0x77e5 033594 beq ui_led_state_blink_stop ,ui_led_off_static 
-0x77e6 033595 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
-:      033596 ui_led_blink_state_lighting:
-0x77e7 033597 call ui_led_on_static 
-0x77e8 033598 add regb ,led_offset_cb_ledon ,regc 
-0x77e9 033599 call push_stack 
-0x77ea 033600 ifetch 2 ,regc 
-0x77eb 033601 call callback_func 
-0x77ec 033602 call pop_stack 
-0x77ed 033603 setarg ui_led_state_blink_darking 
-0x77ee 033604 istore 1 ,regb 
-0x77ef 033605 add regb ,led_offset_on_time ,regc 
-0x77f0 033606 ifetch 2 ,regc 
-0x77f1 033607 branch ui_led_blink_timer_start 
-:      033610 ui_led_blink_state_darking:
-0x77f2 033611 call ui_led_off_static 
-0x77f3 033612 add regb ,led_offset_cb_ledoff ,regc 
-0x77f4 033613 call push_stack 
-0x77f5 033614 ifetch 2 ,regc 
-0x77f6 033615 call callback_func 
-0x77f7 033616 call pop_stack 
-0x77f8 033618 add regb ,led_offset_blink_count ,regc 
-0x77f9 033619 ifetch 1 ,regc 
-0x77fa 033620 beq led_infinite_flash_num ,ui_led_blink_infinite 
-0x77fb 033621 increase -1 ,pdata 
-0x77fc 033622 istore 1 ,regc 
-0x77fd 033623 branch ui_led_blink_stop_global ,blank 
-:      033624 ui_led_blink_infinite:
-0x77fe 033625 setarg ui_led_state_blink_lighting 
-0x77ff 033626 istore 1 ,regb 
-0x7800 033627 add regb ,led_offset_off_time ,regc 
-0x7801 033628 ifetch 2 ,regc 
-:      033629 ui_led_blink_timer_start:
-0x7802 033630 add rega ,ui_led_blink ,queue 
-0x7803 033631 branch timer_init 
-:      033633 ui_led_stop_timer:
-0x7804 033634 setarg 0 
-0x7805 033635 branch ui_led_blink_timer_start 
-:      033641 ui_timer_timeout:
-0x7806 033642 setarg 0x1000 
-0x7807 033643 lshift16 pdata ,pdata 
-0x7808 033644 iadd regb ,regb 
-0x7809 033645 rtn 
-:      033647 ui_timer_check:
-0x780a 033648 bpatch patch1e_5 ,mem_patch1e 
-0x780b 033649 arg 0 ,rega 
-0x780c 033650 fetcht 4 ,mem_ui_timer_last_btclk 
-0x780d 033651 copy clkn_bt ,regb 
-0x780e 033652 copy regb ,pdata 
-0x780f 033653 isub temp ,null 
-0x7810 033654 ncall ui_timer_timeout ,positive 
-:      033655 ui_timer_check_loop:
-0x7811 033656 copy regb ,pdata 
-0x7812 033657 increase 160 ,temp 
-0x7813 033658 increase 160 ,temp 
-0x7814 033659 isub temp ,null 
-0x7815 033660 nbranch ui_timer_check_end ,positive 
-0x7816 033661 increase 1 ,rega 
-0x7817 033662 and rega ,0x0f ,pdata 
-0x7818 033663 nbranch ui_timer_check_loop ,blank 
-0x7819 033664 arg 0 ,rega 
-0x781a 033665 call ui_timer_check_send_evt 
-:      033666 ui_timer_init:
-0x781b 033667 copy clkn_bt ,pdata 
-0x781c 033668 store 4 ,mem_ui_timer_last_btclk 
-0x781d 033669 rtn 
-:      033670 ui_timer_check_end:
-0x781e 033671 copy rega ,pdata 
-0x781f 033672 rtn blank 
-0x7820 033673 increase -160 ,temp 
-0x7821 033674 increase -160 ,temp 
-0x7822 033675 set0 28 ,temp 
-0x7823 033676 storet 4 ,mem_ui_timer_last_btclk 
-:      033677 ui_timer_check_send_evt:
-0x7824 033678 branch app_evt_timer 
-:      033685 ui_ipc_get_lock:
-0x7825 033686 jam 1 ,mem_ipc_lock_bt 
-:      033687 ui_ipc_get_lock_wait:
-0x7826 033688 fetch 1 ,mem_ipc_lock_c51 
-0x7827 033689 nbranch ui_ipc_get_lock_wait ,blank 
-0x7828 033690 rtn 
-:      033692 ui_ipc_put_lock:
-0x7829 033693 jam 0 ,mem_ipc_lock_bt 
-0x782a 033694 rtn 
-:      033698 ui_ipc_send_event:
-0x782b 033699 bpatch patch1e_6 ,mem_patch1e 
-0x782c 033700 call ui_ipc_get_lock 
-0x782d 033701 copy rega ,pdata 
-0x782e 033702 store 4 ,mem_rega 
-0x782f 033703 arg mem_ipc_fifo_bt2c51 ,rega 
-0x7830 033704 call fifo_in 
-0x7831 033705 fetch 4 ,mem_rega 
-0x7832 033706 copy pdata ,rega 
-0x7833 033707 branch ui_ipc_put_lock 
-:      033709 ui_ipc_send_cmd:
-0x7834 033710 bpatch patch1e_7 ,mem_patch1e 
-0x7835 033711 call ui_ipc_get_lock 
-0x7836 033712 copy rega ,pdata 
-0x7837 033713 store 4 ,mem_rega 
-0x7838 033714 arg mem_ipc_fifo_c512bt ,rega 
-0x7839 033715 call fifo_in 
-0x783a 033716 fetch 4 ,mem_rega 
-0x783b 033717 copy pdata ,rega 
-0x783c 033718 branch ui_ipc_put_lock 
-:      033720 ui_ipc_clean_all_fifo:
-0x783d 033721 setarg 0 
-0x783e 033722 store util_fifo_len ,mem_ipc_fifo_c512bt 
-0x783f 033723 store util_fifo_len ,mem_ipc_fifo_bt2c51 
-0x7840 033724 rtn 
-:      033726 check_51cmd:
-0x7841 033727 bpatch patch1f_0 ,mem_patch1f 
-0x7842 033728 fetch 1 ,mem_hci_cmd 
-0x7843 033729 nrtn blank 
-0x7844 033730 arg mem_ipc_fifo_c512bt ,rega 
-0x7845 033731 call fifo_is_empty 
-0x7846 033732 rtn blank 
-0x7847 033733 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
-0x7848 033734 call check_51cmd_once 
-0x7849 033735 fetch 1 ,mem_ipc_skip_continue_proc 
-0x784a 033736 branch check_51cmd ,blank 
-0x784b 033737 rtn 
-:      033739 check_51cmd_once:
-0x784c 033740 call ui_ipc_get_lock 
-0x784d 033741 arg mem_ipc_fifo_c512bt ,rega 
-0x784e 033742 call fifo_out 
-0x784f 033743 copy pdata ,temp 
-0x7850 033744 call ui_ipc_put_lock 
-0x7851 033745 bpatch patch1f_1 ,mem_patch1f 
-0x7852 033746 copy temp ,pdata 
-0x7853 033747 rtn blank 
-0x7854 033748 beq bt_cmd_start_adv ,check_51cmd_adv 
-0x7855 033749 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
-0x7856 033750 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
-0x7857 033751 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
-0x7858 033752 beq bt_cmd_led_off ,check_51cmd_led_off 
-0x7859 033753 beq bt_cmd_led_on ,check_51cmd_led_on 
-0x785a 033754 beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
-0x785b 033755 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
-0x785c 033756 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
-0x785d 033757 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
-0x785e 033758 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
-0x785f 033760 store 1 ,mem_fifo_temp 
-:      033763 check_51cmd_once_continue:
-0x7860 033764 fetch 1 ,mem_fifo_temp 
-0x7861 033765 bmark0 mark_context ,check_51cmd_check_idle 
-0x7862 033766 bpatch patch1f_2 ,mem_patch1f 
-0x7863 033767 fetch 1 ,mem_fifo_temp 
-0x7864 033768 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
-0x7865 033769 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
-0x7866 033770 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
-0x7867 033771 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
-0x7868 033772 rtn 
-:      033774 check_51cmd_check_idle:
-0x7869 033775 store 1 ,mem_fifo_temp 
-0x786a 033776 call context_check_idle 
-0x786b 033777 branch check_51cmd_restore ,zero 
-0x786c 033778 call context_search_plap 
-0x786d 033779 nrtn zero 
-:      033780 check_51cmd_restore:
-0x786e 033781 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
-0x786f 033782 branch ui_ipc_send_cmd 
-:      033789 check_51cmd_adv:
-0x7870 033790 jam on ,mem_le_adv_enable 
-0x7871 033791 jam adv_ind ,mem_le_adv_type 
-0x7872 033792 fetch 2 ,mem_ui_state_map 
-0x7873 033793 set1 ui_state_ble_adv ,pdata 
-0x7874 033794 store 2 ,mem_ui_state_map 
-0x7875 033795 rtn 
-:      033799 check_51cmd_stop_adv:
-0x7876 033800 fetch 2 ,mem_ui_state_map 
-0x7877 033801 set0 ui_state_ble_adv ,pdata 
-0x7878 033802 store 2 ,mem_ui_state_map 
-0x7879 033803 jam off ,mem_le_adv_enable 
-0x787a 033804 rtn 
-:      033808 check_51cmd_direct_adv:
-0x787b 033809 jam on ,mem_le_adv_enable 
-0x787c 033810 jam adv_direct_ind ,mem_le_adv_type 
-0x787d 033811 fetch 2 ,mem_ui_state_map 
-0x787e 033812 set1 ui_state_ble_adv ,pdata 
-0x787f 033813 store 2 ,mem_ui_state_map 
-0x7880 033814 rtn 
-:      033818 check_51cmd_stop_direct_adv:
-0x7881 033819 fetch 2 ,mem_ui_state_map 
-0x7882 033820 set0 ui_state_ble_adv ,pdata 
-0x7883 033821 store 2 ,mem_ui_state_map 
-0x7884 033822 jam off ,mem_le_adv_enable 
-0x7885 033823 rtn 
-:      033827 check_51cmd_le_disconnect:
-0x7886 033828 setarg 20 
-0x7887 033829 store 2 ,mem_le_superto 
-0x7888 033830 store 2 ,mem_le_init_superto 
-0x7889 033831 branch le_send_terminate_ind_user_terminated 
-:      033835 check_51cmd_ble_update_connect_param:
-0x788a 033836 branch le_l2cap_tx_update_req 
-:      033840 check_51cmd_led_off:
-0x788b 033841 arg 0 ,rega 
-0x788c 033842 branch ui_led_off_global 
-:      033846 check_51cmd_led_on:
-0x788d 033847 arg 0 ,rega 
-0x788e 033848 branch ui_led_on_global 
-:      033852 check_51cmd_led_start_blink:
-0x788f 033853 arg 0 ,rega 
-0x7890 033854 call calc_curr_struct_prt 
-0x7891 033855 ifetch 1 ,regb 
-0x7892 033856 beq ui_led_state_blink_start ,check_51cmd_led_start_blink_in_blink 
-0x7893 033857 beq ui_led_state_blink_lighting ,check_51cmd_led_start_blink_in_blink 
-0x7894 033858 beq ui_led_state_blink_darking ,check_51cmd_led_start_blink_in_blink 
-0x7895 033859 branch ui_led_blink_start_global 
-:      033861 check_51cmd_led_start_blink_in_blink:
-0x7896 033862 ifetch 1 ,contr 
-0x7897 033863 rtneq led_infinite_flash_num 
-0x7898 033864 branch ui_led_blink_start_global 
-:      033868 check_51cmd_le_start_con:
-0x7899 033869 jam on ,mem_le_scan_enable 
-0x789a 033870 jam hci_cmd_le_create_conn ,mem_hci_cmd 
-0x789b 033873 rtn 
-:      033877 check_51cmd_start_scan:
-0x789c 033878 jam on ,mem_le_scan_enable 
-0x789d 033879 rtn 
-:      033883 check_51cmd_stop_scan:
-0x789e 033884 jam off ,mem_le_scan_enable 
-0x789f 033885 jam 0 ,mem_hci_cmd 
-0x78a0 033886 rtn 
-:      033890 check_51cmd_hibernate:
-0x78a1 033891 fetch 2 ,mem_cb_before_hibernate 
-0x78a2 033892 call callback_func 
-0x78a3 033893 fetch 1 ,mem_ui_button_gpio 
-0x78a4 033894 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
-0x78a5 033895 copy pdata ,temp 
-0x78a6 033896 call gpio_config_input 
-:      033897 check_51cmd_hibernate_btn_disabled:
-0x78a7 033898 call ui_ipc_clean_all_fifo 
-0x78a8 033899 branch lpm_hibernate 
-:      033903 check_51cmd_le_smp_sec_req:
-0x78a9 033904 branch le_send_smp_security_request 
-:      033909 ui_check_paring_button:
-0x78aa 033910 fetch 1 ,mem_ui_state_map 
-0x78ab 033911 rtnbit0 ui_state_btn_down 
-0x78ac 033912 rtn 
-:      033917 queue_init:
-0x78ad 033918 fetch 2 ,mem_queue_ptr 
-0x78ae 033919 add pdata ,queue_offset_curr_num ,contw 
-0x78af 033920 setarg 0 
-0x78b0 033921 istore 3 ,contw 
-0x78b1 033922 rtn 
-:      033926 queue_push:
-0x78b2 033927 bpatch patch1f_3 ,mem_patch1f 
-0x78b3 033928 call disable_user 
-0x78b4 033929 call queue_full 
-0x78b5 033930 rtn blank 
-0x78b6 033931 fetch 2 ,mem_queue_ptr 
-0x78b7 033932 add pdata ,queue_offset_curr_num ,regb 
-0x78b8 033933 ifetcht 1 ,regb 
-0x78b9 033934 increase 1 ,temp 
-0x78ba 033935 istoret 1 ,regb 
-0x78bb 033937 ifetcht 1 ,pdata 
-0x78bc 033938 copy temp ,loopcnt 
-0x78bd 033939 add pdata ,queue_offset_write_ptr ,regb 
-0x78be 033940 ifetch 1 ,regb 
-0x78bf 033941 imul32 temp ,pdata 
-0x78c0 033942 iadd contr ,contw 
-0x78c1 033943 copy rega ,contr 
-:      033944 calc_queue_next_ptr:
-0x78c2 033945 call memcpy 
-0x78c3 033946 call queue_get_size 
-0x78c4 033947 pincrease -1 
-0x78c5 033948 ifetcht 1 ,regb 
-0x78c6 033949 increase 1 ,temp 
-0x78c7 033950 iand temp ,temp 
-0x78c8 033951 istoret 1 ,regb 
-0x78c9 033952 branch enable_user 
-:      033957 queue_pop:
-0x78ca 033958 bpatch patch1f_4 ,mem_patch1f 
-0x78cb 033959 call disable_user 
-0x78cc 033960 call queue_empty 
-0x78cd 033961 rtn blank 
-0x78ce 033962 fetch 2 ,mem_queue_ptr 
-0x78cf 033963 add pdata ,queue_offset_curr_num ,regb 
-0x78d0 033964 ifetcht 1 ,regb 
-0x78d1 033965 increase -1 ,temp 
-0x78d2 033966 istoret 1 ,regb 
-0x78d3 033967 ifetcht 1 ,pdata 
-0x78d4 033968 copy temp ,loopcnt 
-0x78d5 033969 add pdata ,queue_offset_read_ptr ,regb 
-0x78d6 033970 ifetch 1 ,regb 
-0x78d7 033971 imul32 temp ,pdata 
-0x78d8 033972 iadd contr ,contr 
-0x78d9 033973 increase 1 ,contr 
-0x78da 033974 copy rega ,contw 
-0x78db 033975 branch calc_queue_next_ptr 
-:      033982 queue_get_new_ele:
-0x78dc 033983 call disable_user 
-0x78dd 033984 call queue_empty 
-0x78de 033985 rtn blank 
-0x78df 033986 fetch 2 ,mem_queue_ptr 
-0x78e0 033987 ifetcht 1 ,pdata 
-0x78e1 033988 copy temp ,loopcnt 
-0x78e2 033989 add pdata ,queue_offset_read_ptr ,regb 
-0x78e3 033990 ifetch 1 ,regb 
-0x78e4 033991 imul32 temp ,pdata 
-0x78e5 033992 iadd contr ,contr 
-0x78e6 033993 increase 1 ,contr 
-0x78e7 033994 copy contr ,regb 
-0x78e8 033995 copy rega ,contw 
-0x78e9 033996 call memcpy 
-0x78ea 033997 branch enable_user 
-:      033999 queue_store_new_ele:
-0x78eb 034000 call disable_user 
-0x78ec 034001 call queue_empty 
-0x78ed 034002 rtn blank 
-0x78ee 034003 fetch 2 ,mem_queue_ptr 
-0x78ef 034004 ifetcht 1 ,pdata 
-0x78f0 034005 copy temp ,loopcnt 
-0x78f1 034006 add pdata ,queue_offset_read_ptr ,regb 
-0x78f2 034007 ifetch 1 ,regb 
-0x78f3 034008 imul32 temp ,pdata 
-0x78f4 034009 iadd contr ,contr 
-0x78f5 034010 add contr ,2 ,contw 
-0x78f6 034011 copy rega ,contr 
-0x78f7 034012 increase -1 ,loopcnt 
-0x78f8 034013 call memcpy 
-0x78f9 034014 branch enable_user 
-:      034017 queue_empty:
-0x78fa 034018 fetch 2 ,mem_queue_ptr 
-0x78fb 034019 add pdata ,queue_offset_curr_num ,contr 
-0x78fc 034020 ifetch 1 ,contr 
-0x78fd 034021 rtn 
-:      034024 queue_full:
-0x78fe 034025 call queue_get_size 
-0x78ff 034026 ifetcht 1 ,contr 
-0x7900 034027 isub temp ,pdata 
-0x7901 034028 rtn 
-:      034031 queue_get_size:
-0x7902 034032 fetch 2 ,mem_queue_ptr 
-0x7903 034033 add pdata ,queue_offset_length ,contr 
-0x7904 034034 ifetch 1 ,contr 
-0x7905 034035 rtn 
-:      034043 usb_isr:
-0x7906 034044 bpatch patch1f_5 ,mem_patch1f 
-0x7907 034045 fetch 1 ,core_usb_status 
-0x7908 034046 isolate1 usb_status_reset ,pdata 
-0x7909 034047 call usb_init_restart ,true 
-0x790a 034048 fetch 2 ,core_usb_status 
-0x790b 034049 store 2 ,core_usb_status 
-0x790c 034050 store 2 ,mem_usb_status 
-0x790d 034051 call usb_nak_state_judge 
-0x790e 034052 call usb_rx 
-0x790f 034053 call usb0_tx 
-0x7910 034054 call usb_tx 
-0x7911 034055 branch usb_nak_state 
-:      034057 usb_init:
-0x7912 034058 bpatch patch1f_6 ,mem_patch1f 
-0x7913 034059 call enable_authrom 
-0x7914 034060 call usb_init_param 
-:      034061 usb_init_restart:
-0x7915 034062 jam 0x00 ,core_usb_config 
-0x7916 034063 nop 10000 
-0x7917 034064 jam 0x0 ,core_usb_hmode 
-0x7918 034065 fetch 2 ,core_clkoff 
-0x7919 034066 set0 clock_off_usb ,pdata 
-0x791a 034067 store 2 ,core_clkoff 
-0x791b 034068 jam 0x21 ,core_usb_epmap 
-0x791c 034069 jam 0x9d ,core_usb_pupd 
-0x791d 034070 jam 0x3c ,core_usb_config 
-0x791e 034071 setarg mem_usb_rxbuf 
-0x791f 034072 store 2 ,core_usb_rx_saddr 
-0x7920 034073 store 2 ,core_usb_rxptr 
-0x7921 034074 setarg mem_usb_rxbuf_end 
-0x7922 034075 store 2 ,core_usb_rx_eaddr 
-0x7923 034076 jam 0x80 ,core_usb_hmode 
-0x7924 034077 jam 0 ,core_usb_addr 
-0x7925 034078 jam 0xff ,core_usb_status 
-0x7926 034079 setarg mem_usb_clear_mem_end 
-0x7927 034080 arg mem_usb_clear_mem_start ,contw 
-0x7928 034081 isub contw ,loopcnt 
-0x7929 034082 branch clear_mem 
-:      034084 usb_offline_check_init:
-0x792a 034085 fetcht 1 ,mem_usb_offline_check_gpio 
-0x792b 034086 branch gpio_config_input 
-:      034087 usb_offline_state:
-0x792c 034088 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x792d 034089 rtn blank 
-0x792e 034090 fetcht 1 ,mem_usb_offline_check_gpio 
-0x792f 034091 call gpio_get_bit 
-0x7930 034092 branch usb_init_restart ,true 
-0x7931 034093 rtn 
-:      034095 usb_init_param:
-0x7932 034096 jam dev_default ,mem_usb0_state 
-0x7933 034097 setarg 0x0 
-0x7934 034098 store 1 ,mem_remain 
-0x7935 034099 store 2 ,mem_usb_zero_packet 
-0x7936 034100 pincrease 1 
-0x7937 034101 store 2 ,mem_usb_ones_packet 
-0x7938 034102 pincrease 1 
-0x7939 034103 store 2 ,mem_usb_two_packet 
-0x793a 034104 arg mem_string0 ,contw 
-0x793b 034105 setarg 0x030404 
-0x793c 034106 istore 3 ,contw 
-0x793d 034107 setarg 0x0409 
-0x793e 034108 istore 2 ,contw 
-0x793f 034109 arg mem_string1 ,contw 
-0x7940 034110 setsect 0 ,0x15906 
-0x7941 034111 setsect 1 ,0x210d2 
-0x7942 034112 setsect 2 ,0x10494 
-0x7943 034113 setsect 3 ,0x1 
-0x7944 034114 istore 9 ,contw 
-0x7945 034115 arg mem_string2 ,contw 
-0x7946 034116 setsect 0 ,0x1570f 
-0x7947 034117 setsect 1 ,0x15c9a 
-0x7948 034118 setsect 2 ,0x256c6 
-0x7949 034119 setsect 3 ,0x1cdcd 
-0x794a 034120 istore 9 ,contw 
-0x794b 034121 setsect 0 ,0x14420 
-0x794c 034122 setsect 1 ,0x25d99 
-0x794d 034123 setsect 2 ,0x25636 
-0x794e 034124 setsect 3 ,0x1 
-0x794f 034125 istore 7 ,contw 
-0x7950 034126 arg mem_string3 ,contw 
-0x7951 034127 setsect 0 ,0x1620a 
-0x7952 034128 setsect 1 ,0xc8c 
-0x7953 034129 setsect 2 ,0x30333 
-0x7954 034130 setsect 3 ,0xc0c0 
-0x7955 034131 istore 9 ,contw 
-0x7956 034132 setsect 0 ,0x3130 
-0x7957 034133 istore 2 ,contw 
-0x7958 034134 setarg usb_kbdata_vendor_define_addr 
-0x7959 034135 store 2 ,mem_hidreportdesc_kb 
-0x795a 034136 setarg usb_msdata_addr 
-0x795b 034137 store 2 ,mem_hidreportdesc_m 
-0x795c 034138 arg usb_devicedata_addr ,contr 
-0x795d 034139 arg mem_devicedesc ,contw 
-0x795e 034140 arg 19 ,loopcnt 
-0x795f 034141 call memcpy 
-0x7960 034142 arg usb_confdata_addr ,contr 
-0x7961 034143 arg mem_confdesc ,contw 
-0x7962 034144 arg 60 ,loopcnt 
-0x7963 034145 call memcpy 
-:      034146 usb_config_cb:
-0x7964 034147 fetch 2 ,mem_cb_usb_config 
-0x7965 034148 branch callback_func 
-:      034150 usb_tx_interval_config:
-0x7966 034151 fetch 1 ,mem_usb_tx_interval 
-0x7967 034152 rtn blank 
-0x7968 034153 store 1 ,mem_confdesc + 34 
-0x7969 034154 store 1 ,mem_confdesc + 59 
-0x796a 034155 rtn 
-:      034157 usb_nak_state:
-0x796b 034158 arg usb_timer_nak ,queue 
-0x796c 034159 call timer_check 
-0x796d 034160 nrtn blank 
-0x796e 034161 fetch 1 ,mem_usb_wakestate_onetime_flag 
-0x796f 034162 nrtn blank 
-0x7970 034163 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x7971 034164 ncall usb_mac_wakeup_judge ,blank 
-0x7972 034165 rtn 
-:      034167 usb_nak_state_judge:
-0x7973 034168 fetch 1 ,mem_usb_status 
-0x7974 034169 bbit1 usb_status_nak ,usb_nak_state_timer_init 
-0x7975 034170 rtn 
-:      034172 usb_nak_state_timer_init:
-0x7976 034173 call usb0_attached_state_judge 
-0x7977 034174 call timer_reinit 
-0x7978 034175 setarg timer_nak_delay 
-0x7979 034176 arg usb_timer_nak ,queue 
-0x797a 034177 branch timer_init 
-:      034179 usb0_attached_state_judge:
-0x797b 034180 fetch 1 ,mem_usb_state 
-0x797c 034181 bne usb_connected ,usb_clear_halt_dispose 
-0x797d 034182 jam 0 ,mem_usb_wakestate_onetime_flag 
-0x797e 034183 jam 0 ,mem_usb_mac_wakeup_trig 
-0x797f 034184 rtn 
-:      034186 usb_clear_halt_dispose:
-0x7980 034187 fetch 1 ,mem_usb_clear_halt 
-0x7981 034188 rtn blank 
-0x7982 034189 jam 0 ,mem_usb_clear_halt 
-0x7983 034190 jam usb_connected ,mem_usb_state 
-0x7984 034191 jam 1 ,mem_usb_device_enumeration_endflag 
-0x7985 034192 rtn 
-:      034194 usb_rx_no_data:
-0x7986 034195 fetch 1 ,mem_usb_status 
-0x7987 034196 bbit1 usb_status_setup ,usb_class_type 
-0x7988 034197 rtn 
-:      034199 usb_rx_len:
-0x7989 034200 fetchr contus ,2 ,core_usb_rx_saddr 
-0x798a 034201 fetchr contue ,2 ,core_usb_rx_eaddr 
-0x798b 034202 fetchr contu ,2 ,core_usb_rxptr 
-0x798c 034203 ifetch 2 ,contu 
-0x798d 034204 rshift8 pdata ,temp 
-0x798e 034205 rshift4 temp ,temp 
-0x798f 034206 arg 0xfff ,contr 
-0x7990 034207 iand contr ,loopcnt 
-0x7991 034208 storer loopcnt ,2 ,mem_usb_read_len 
-0x7992 034209 rtn 
-:      034212 usb_rx_data:
-0x7993 034213 call usb_rx_len 
-:      034214 usb_rx_read:
-0x7994 034215 ifetch 1 ,contu 
-0x7995 034216 istore 1 ,contw 
-0x7996 034217 loop usb_rx_read 
-0x7997 034218 storer contu ,2 ,core_usb_rxptr 
-0x7998 034219 rtn 
-:      034221 usb_rx_ep13:
-0x7999 034222 arg mem_usb_ccid_buf ,contw 
-0x799a 034223 call usb_rx_read 
-0x799b 034224 arg mem_usb_ccid_buf + 4 ,temp 
-0x799c 034225 storet 2 ,core_usb_tx_saddr3 
-0x799d 034226 fetch 1 ,mem_usb_ccid_buf + 1 
-0x799e 034227 pincrease 6 
-0x799f 034228 istore 1 ,temp 
-0x79a0 034229 jam 0x8 ,core_usb_trig 
-0x79a1 034230 rtn 
-:      034233 usb_rx:
-0x79a2 034234 bpatch patch1f_7 ,mem_patch1f 
-0x79a3 034235 fetch 1 ,mem_usb_status 
-0x79a4 034236 rtnbit0 usb_status_rxready 
-0x79a5 034237 call usb_rx_len 
-0x79a6 034238 compare 13 ,temp ,0xff 
-0x79a7 034239 branch usb_rx_ep13 ,true 
-0x79a8 034240 arg mem_usb_setup ,contw 
-0x79a9 034241 call usb_rx_read 
-0x79aa 034242 fetch 1 ,mem_usb_read_len 
-0x79ab 034243 beq 0x00 ,usb_rx_no_data 
-0x79ac 034244 beq 0x01 ,usb_out_one_byte 
-0x79ad 034245 sub pdata ,7 ,null 
-0x79ae 034246 rtn positive 
-:      034247 usb_class_type:
-0x79af 034248 bpatchx patch20_0 ,mem_patch20 
-0x79b0 034249 set0 mark_isstr ,mark 
-0x79b1 034250 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x79b2 034251 and_into 0x80 ,pdata 
-0x79b3 034252 beq in_device ,usb_in_device 
-0x79b4 034253 beq out_device ,usb_out_device 
-0x79b5 034254 branch assert 
-:      034256 usb_out_one_byte:
-0x79b6 034257 fetch 1 ,mem_usb_setup 
-0x79b7 034258 rtnbit1 7 
-0x79b8 034259 call usb_get_led_status 
-0x79b9 034260 branch usb0_reply_zerolen 
-:      034263 usb_in_device:
-0x79ba 034264 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x79bb 034265 rshift4 pdata ,pdata 
-0x79bc 034266 rshift pdata ,pdata 
-0x79bd 034267 and_into 0x03 ,pdata 
-0x79be 034268 beq standard_req ,usb_in_standard_req 
-0x79bf 034269 beq class_req ,usb_in_class_req 
-0x79c0 034270 beq manufacturer_req ,usb_in_manufacturer_req 
-0x79c1 034271 branch assert 
-:      034273 usb_out_device:
-0x79c2 034274 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x79c3 034275 rshift4 pdata ,pdata 
-0x79c4 034276 rshift pdata ,pdata 
-0x79c5 034277 and_into 0x03 ,pdata 
-0x79c6 034278 beq standard_req ,usb_out_standard_req 
-0x79c7 034279 beq class_req ,usb_out_class_req 
-0x79c8 034280 beq manufacturer_req ,usb_out_manufacturer_req 
-0x79c9 034281 branch assert 
-:      034283 usb_in_standard_req:
-0x79ca 034284 fetch 1 ,mem_usb_setup_brequest 
-0x79cb 034285 beq get_configuration ,usb0_request_get_configuration 
-0x79cc 034286 beq get_descriptor ,usb0_request_get_descriptor 
-0x79cd 034287 beq get_interface ,usb0_request_get_interface 
-0x79ce 034288 beq get_status ,usb0_request_get_status 
-0x79cf 034289 branch usb0_force_stall 
-:      034291 usb_in_class_req:
-0x79d0 034292 fetch 1 ,mem_usb_setup_brequest 
-0x79d1 034293 beq get_idle ,usb_get_idle 
-0x79d2 034294 beq get_report ,usb_get_report 
-0x79d3 034295 beq get_protocol ,usb_get_protocol_req 
-0x79d4 034296 branch usb0_force_stall 
-:      034298 usb_in_manufacturer_req:
-0x79d5 034299 branch usb0_force_stall 
-:      034301 usb_out_standard_req:
-0x79d6 034302 fetch 1 ,mem_usb_setup_brequest 
-0x79d7 034303 beq clear_feature ,usb0_request_clear_feature 
-0x79d8 034304 beq set_feature ,usb0_request_set_feature 
-0x79d9 034305 beq set_address ,usb0_request_set_address 
-0x79da 034306 beq set_configuration ,usb0_request_set_configuration 
-0x79db 034307 beq set_interface ,usb0_request_set_interface 
-0x79dc 034308 beq set_descriptor ,usb0_force_stall 
-0x79dd 034309 branch usb0_force_stall 
-:      034311 usb_out_class_req:
-0x79de 034312 fetch 1 ,mem_usb_setup_brequest 
-0x79df 034313 beq set_idle ,usb_set_idle 
-0x79e0 034314 beq set_report ,usb_set_report 
-0x79e1 034315 beq set_protocol ,usb_set_protocol_req 
-0x79e2 034316 branch usb0_force_stall 
-:      034318 usb_out_manufacturer_req:
-0x79e3 034319 branch usb0_force_stall 
-:      034321 usb0_force_stall:
-0x79e4 034322 bpatchx patch20_1 ,mem_patch20 
-0x79e5 034323 fetch 1 ,core_usb_stall 
-0x79e6 034324 set1 0 ,pdata 
-0x79e7 034325 store 1 ,core_usb_stall 
-0x79e8 034326 branch usb0_reply_zerolen 
-:      034328 usb0_reply_zerolen:
-0x79e9 034329 jam 0x1 ,core_usb_clear_nak 
-0x79ea 034330 rtn 
-:      034332 usb0_request_get_configuration:
-0x79eb 034333 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x79ec 034334 bne in_device ,usb0_force_stall 
-0x79ed 034335 fetch 1 ,mem_usb_setup_windex 
-0x79ee 034336 bne 0 ,usb0_force_stall 
-0x79ef 034337 fetch 1 ,mem_usb_setup_windex + 1 
-0x79f0 034338 bne 0 ,usb0_force_stall 
-0x79f1 034339 fetch 1 ,mem_usb_setup_blength 
-0x79f2 034340 bne 1 ,usb0_force_stall 
-0x79f3 034341 fetch 1 ,mem_usb_setup_blengthh 
-0x79f4 034342 bne 0 ,usb0_force_stall 
-0x79f5 034343 fetch 1 ,mem_usb_setup_bvalue 
-0x79f6 034344 bne 0 ,usb0_force_stall 
-0x79f7 034345 fetch 1 ,mem_usb_setup_bvalue + 1 
-0x79f8 034346 bne 0 ,usb0_force_stall 
-0x79f9 034347 fetch 1 ,mem_usb0_state 
-0x79fa 034348 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
-0x79fb 034349 beq dev_address ,usb0_request_get_cfg_dev_addr 
-0x79fc 034350 branch usb0_force_stall 
-:      034352 usb0_request_get_cfg_dev_cfg:
-0x79fd 034353 arg 1 ,regb 
-0x79fe 034354 branch usb_send_ones_packet 
-:      034356 usb0_request_get_cfg_dev_addr:
-0x79ff 034357 arg 1 ,regb 
-0x7a00 034358 branch usb_send_zero_packet 
-:      034360 usb0_request_get_descriptor:
-0x7a01 034361 bpatchx patch20_2 ,mem_patch20 
-0x7a02 034363 fetch 1 ,mem_usb_setup_bvalueh 
-0x7a03 034364 beq dsc_device ,dsc_device_info 
-0x7a04 034365 beq dsc_config ,dsc_config_info 
-0x7a05 034366 beq dsc_string ,dsc_string_info 
-0x7a06 034367 beq dsc_hid ,dsc_hid_info 
-0x7a07 034368 beq dsc_hid_report ,dsc_hid_report_info 
-0x7a08 034369 branch usb0_force_stall 
-:      034371 dsc_hid_info:
-0x7a09 034372 jam 0 ,mem_usb_get_protocol_flag 
-0x7a0a 034373 fetch 1 ,mem_usb_setup_windex 
-0x7a0b 034374 beq 0 ,dsc_hid_info_interface0 
-0x7a0c 034375 beq 1 ,dsc_hid_info_interface1 
-0x7a0d 034376 branch usb0_force_stall 
-:      034378 dsc_hid_info_interface0:
-0x7a0e 034379 fetchr regb ,1 ,mem_confdesc + 19 
-0x7a0f 034380 arg mem_confdesc + 19 ,rega 
-0x7a10 034381 branch usb0_respond 
-:      034383 dsc_hid_info_interface1:
-0x7a11 034384 fetchr regb ,1 ,mem_confdesc + 44 
-0x7a12 034385 arg mem_confdesc + 44 ,rega 
-0x7a13 034386 branch usb0_respond 
-:      034388 dsc_device_info:
-0x7a14 034392 fetch 1 ,mem_usb_set_high_addr_flag 
-0x7a15 034393 ncall usb_set_high_addr ,blank 
-0x7a16 034394 setarg mem_devicedesc 
-0x7a17 034395 fetcht 1 ,mem_devicedesc 
-:      034396 dsc_info_set_data_len:
-0x7a18 034397 store 2 ,mem_dsc_info_data_pointer 
-0x7a19 034398 storet 1 ,mem_dsc_info_len 
-0x7a1a 034399 fetch 1 ,mem_usb_setup_blength 
-0x7a1b 034400 isub temp ,null 
-0x7a1c 034401 nbranch dsc_info_set_current_data_len ,positive 
-:      034402 dsc_info_set_initial_data_len:
-0x7a1d 034403 fetch 1 ,mem_dsc_info_len 
-:      034404 dsc_info_set_data_size_completed:
-0x7a1e 034405 iforce regb 
-0x7a1f 034406 fetch 2 ,mem_dsc_info_data_pointer 
-0x7a20 034407 add pdata ,1 ,pdata 
-0x7a21 034408 iforce rega 
-0x7a22 034409 branch usb0_respond 
-:      034410 dsc_info_set_current_data_len:
-0x7a23 034411 fetch 1 ,mem_usb_setup_blength 
-0x7a24 034412 branch dsc_info_set_data_size_completed 
-:      034414 usb_set_high_addr:
-0x7a25 034415 fetch 1 ,core_usb_addr 
-0x7a26 034416 ncall usb0_set_addr ,blank 
-0x7a27 034417 jam 0 ,mem_usb_set_high_addr_flag 
-0x7a28 034418 rtn 
-:      034419 usb0_set_addr:
-0x7a29 034420 fetch 1 ,core_usb_addr 
-0x7a2a 034421 set1 7 ,pdata 
-0x7a2b 034422 store 1 ,core_usb_addr 
-0x7a2c 034423 rtn 
-:      034425 dsc_config_info:
-0x7a2d 034426 setarg mem_confdesc 
-0x7a2e 034427 fetcht 1 ,mem_confdesc 
-0x7a2f 034428 branch dsc_info_set_data_len 
-:      034430 dsc_string_info:
-0x7a30 034431 fetch 1 ,mem_usb_setup_bvalue 
-0x7a31 034432 sub pdata ,3 ,null 
-0x7a32 034433 nbranch usb0_force_stall ,positive 
-0x7a33 034434 fetch 1 ,mem_usb_setup_bvalue 
-0x7a34 034435 arg mem_string0 ,rega 
-0x7a35 034436 beq 0 ,usb0_respond_length 
-0x7a36 034437 set1 mark_isstr ,mark 
-0x7a37 034438 arg mem_string1 ,rega 
-0x7a38 034439 beq 1 ,usb0_respond_length 
-0x7a39 034440 arg mem_string2 ,rega 
-0x7a3a 034441 beq 2 ,usb0_respond_length 
-0x7a3b 034442 arg mem_string3 ,rega 
-0x7a3c 034443 beq 3 ,usb0_respond_length 
-0x7a3d 034444 rtn 
-:      034446 dsc_hid_report_info:
-0x7a3e 034447 fetch 2 ,mem_usb_setup_windex 
-0x7a3f 034448 beq 1 ,dsc_hid_report_info0 
-0x7a40 034449 fetchr rega ,2 ,mem_hidreportdesc_kb 
-0x7a41 034450 branch usb0_respond_length 
-:      034451 dsc_hid_report_info0:
-0x7a42 034452 jam 1 ,mem_usb_device_enumeration_endflag 
-0x7a43 034453 jam usb_got_report_req ,mem_usb_state 
-0x7a44 034454 fetchr rega ,2 ,mem_hidreportdesc_m 
-0x7a45 034455 branch usb0_respond_length 
-:      034458 usb0_request_get_interface:
-0x7a46 034459 fetch 1 ,mem_usb0_state 
-0x7a47 034460 bne dev_configured ,usb0_force_stall 
-0x7a48 034461 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7a49 034462 bne in_interface ,usb0_force_stall 
-0x7a4a 034463 fetch 1 ,mem_usb_setup_bvalue 
-0x7a4b 034464 bne 0 ,usb0_force_stall 
-0x7a4c 034465 fetch 1 ,mem_usb_setup_bvalueh 
-0x7a4d 034466 bne 0 ,usb0_force_stall 
-0x7a4e 034467 fetch 1 ,mem_usb_setup_blength 
-0x7a4f 034468 bne 1 ,usb0_force_stall 
-0x7a50 034469 fetch 1 ,mem_usb_setup_blengthh 
-0x7a51 034470 bne 0 ,usb0_force_stall 
-0x7a52 034471 fetch 1 ,mem_usb_setup_windex 
-0x7a53 034472 bne 0 ,usb0_force_stall 
-0x7a54 034473 fetch 1 ,mem_usb_setup_windex + 1 
-0x7a55 034474 bne 0 ,usb0_force_stall 
-0x7a56 034475 arg 1 ,regb 
-0x7a57 034476 branch usb_send_zero_packet 
-:      034479 usb0_request_get_status:
-0x7a58 034480 fetch 1 ,mem_usb0_state 
-0x7a59 034481 beq dev_default ,usb0_force_stall 
-0x7a5a 034482 fetch 1 ,mem_usb_setup_bvalue 
-0x7a5b 034483 bne 0 ,usb0_force_stall 
-0x7a5c 034484 fetch 1 ,mem_usb_setup_bvalueh 
-0x7a5d 034485 bne 0 ,usb0_force_stall 
-0x7a5e 034486 fetch 1 ,mem_usb_setup_blength 
-0x7a5f 034487 bne 2 ,usb0_force_stall 
-0x7a60 034488 fetch 1 ,mem_usb_setup_blengthh 
-0x7a61 034489 bne 0 ,usb0_force_stall 
-0x7a62 034490 fetch 1 ,mem_usb_setup_windex + 1 
-0x7a63 034491 bne 0 ,usb0_force_stall 
-0x7a64 034492 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7a65 034493 beq in_device ,usb0_get_status_in_device 
-0x7a66 034494 beq in_interface ,usb0_get_status_in_interface 
-0x7a67 034495 beq in_endpoint ,usb0_get_status_in_endpoint 
-0x7a68 034496 branch usb0_force_stall 
-:      034499 usb0_sdsystem_dispose:
-0x7a69 034500 jam 1 ,mem_sdsystem_wakeup_flag 
-0x7a6a 034501 branch usb_send_two_packet 
-:      034503 usb0_get_status_in_device:
-0x7a6b 034504 fetch 1 ,mem_usb_setup_windex 
-0x7a6c 034505 bne 0 ,usb0_force_stall 
-0x7a6d 034506 arg 2 ,regb 
-0x7a6e 034507 fetch 1 ,mem_usb_remote_wakeup 
-0x7a6f 034508 beq 0x01 ,usb0_sdsystem_dispose 
-:      034510 usb_send_zero_packet:
-0x7a70 034511 arg mem_usb_zero_packet ,rega 
-0x7a71 034512 branch usb0_respond 
-:      034513 usb_send_ones_packet:
-0x7a72 034514 arg mem_usb_ones_packet ,rega 
-0x7a73 034515 branch usb0_respond 
-:      034516 usb_send_two_packet:
-0x7a74 034517 arg mem_usb_two_packet ,rega 
-0x7a75 034518 branch usb0_respond 
-:      034520 usb0_get_status_in_interface:
-0x7a76 034521 fetch 1 ,mem_usb0_state 
-0x7a77 034522 bne dev_configured ,usb0_force_stall 
-0x7a78 034523 arg 2 ,regb 
-0x7a79 034524 branch usb_send_zero_packet 
-:      034526 usb0_get_status_in_endpoint:
-0x7a7a 034527 fetch 1 ,mem_usb0_state 
-0x7a7b 034528 bne dev_configured ,usb0_force_stall 
-0x7a7c 034529 fetch 1 ,mem_usb_setup_windex 
-0x7a7d 034530 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
-0x7a7e 034531 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
-0x7a7f 034532 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
-0x7a80 034533 and_into 0x7f ,pdata 
-0x7a81 034534 beq 0x00 ,usb0_get_status_in_ep_in_ep0 
-0x7a82 034535 branch usb0_force_stall 
-:      034537 usb0_get_status_in_ep_in_ep0:
-0x7a83 034538 fetch 1 ,mem_usb_ep0_stall_status 
-:      034539 usb0_get_status_in_ep_in_ack:
-0x7a84 034540 arg 2 ,regb 
-0x7a85 034541 beq 1 ,usb_send_ones_packet 
-0x7a86 034542 branch usb_send_zero_packet 
-:      034543 usb0_get_status_in_ep_in_ep1:
-0x7a87 034544 fetch 1 ,mem_usb_ep1_stall_status 
-0x7a88 034545 branch usb0_get_status_in_ep_in_ack 
-:      034546 usb0_get_status_in_ep_in_ep2:
-0x7a89 034547 fetch 1 ,mem_usb_ep2_stall_status 
-0x7a8a 034548 branch usb0_get_status_in_ep_in_ack 
-:      034549 usb0_get_status_in_ep_in_ep3:
-0x7a8b 034550 fetch 1 ,mem_usb_ep3_stall_status 
-0x7a8c 034551 branch usb0_get_status_in_ep_in_ack 
-:      034553 usb_get_idle:
-0x7a8d 034554 jam 1 ,mem_usb_idle_flag 
-0x7a8e 034555 arg mem_usb_idle_rate ,rega 
-0x7a8f 034556 arg 1 ,regb 
-0x7a90 034557 branch usb0_respond 
-:      034559 usb_get_report:
-0x7a91 034560 fetch 2 ,mem_usb_setup_bvalue 
-0x7a92 034561 arg pc_get_report ,temp 
-0x7a93 034562 isub temp ,null 
-0x7a94 034563 nbranch usb0_force_stall ,zero 
-:      034565 usb_get_report_dispose:
-0x7a95 034566 fetch 1 ,mem_usb0_data_ready_report 
-0x7a96 034567 nbranch usb_get_report_data_success ,blank 
-0x7a97 034568 jam pc_get_nondata ,mem_usb0_get_report_data 
-:      034569 usb_get_report_send_data:
-0x7a98 034570 fetch 1 ,mem_usb_setup_blength 
-0x7a99 034571 iforce regb 
-0x7a9a 034572 arg mem_usb0_get_report_data ,rega 
-0x7a9b 034573 call usb0_respond 
-:      034574 usb_get_report_data_release:
-0x7a9c 034575 arg mem_usb0_get_report_data ,contw 
-0x7a9d 034576 arg 64 ,loopcnt 
-0x7a9e 034577 branch memset0 
-:      034578 usb_get_report_data_success:
-0x7a9f 034579 jam 0 ,mem_usb0_data_ready_report 
-0x7aa0 034580 jam pc_get_data ,mem_usb0_get_report_data 
-0x7aa1 034581 branch usb_get_report_send_data 
-:      034583 usb_get_protocol_req:
-0x7aa2 034584 fetch 1 ,mem_usb_setup_blength 
-0x7aa3 034585 bne 1 ,usb0_force_stall 
-0x7aa4 034586 jam 1 ,mem_usb_get_protocol_flag 
-0x7aa5 034587 arg 1 ,regb 
-0x7aa6 034588 fetch 1 ,mem_usb_set_protocol_value 
-0x7aa7 034589 beq 0 ,usb_get_report_protocol 
-0x7aa8 034590 beq 1 ,usb_get_boot_protocol 
-0x7aa9 034591 branch usb_send_zero_packet 
-:      034592 usb_get_report_protocol:
-0x7aaa 034593 branch usb_send_ones_packet 
-:      034594 usb_get_boot_protocol:
-0x7aab 034595 branch usb_send_zero_packet 
-:      034600 usb0_request_clear_feature:
-0x7aac 034601 fetch 1 ,mem_usb0_state 
-0x7aad 034602 bne dev_configured ,usb0_force_stall 
-0x7aae 034603 fetch 1 ,mem_usb_setup_blength 
-0x7aaf 034604 bne 0 ,usb0_force_stall 
-0x7ab0 034605 fetch 1 ,mem_usb_setup_blengthh 
-0x7ab1 034606 bne 0 ,usb0_force_stall 
-0x7ab2 034607 fetch 1 ,mem_usb_setup_bvalueh 
-0x7ab3 034608 bne 0 ,usb0_force_stall 
-0x7ab4 034609 fetch 1 ,mem_usb_setup_windex + 1 
-0x7ab5 034610 bne 0 ,usb0_force_stall 
-0x7ab6 034611 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7ab7 034612 beq out_device ,usb0_request_clear_feature_out_device 
-0x7ab8 034613 beq out_interface ,usb0_request_clear_feature_out_interface 
-0x7ab9 034614 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
-0x7aba 034615 branch usb0_force_stall 
-:      034617 usb0_request_clear_feature_out_device:
-0x7abb 034618 fetch 1 ,mem_usb_setup_bvalue 
-0x7abc 034619 bne device_remote_wakeup ,usb0_force_stall 
-0x7abd 034620 fetch 1 ,core_usb_config 
-0x7abe 034621 set0 7 ,pdata 
-0x7abf 034622 store 1 ,core_usb_config 
-0x7ac0 034623 jam 0 ,mem_usb_remote_wakeup 
-0x7ac1 034624 jam 1 ,mem_usb_clear_remote_wakeup 
-0x7ac2 034625 fetch 1 ,mem_sdsystem_wakeup_flag 
-0x7ac3 034626 branch usb0_reply_zerolen ,blank 
-0x7ac4 034627 jam 0 ,mem_sdsystem_wakeup_flag 
-0x7ac5 034628 jam 0 ,mem_usb_clear_remote_wakeup 
-0x7ac6 034629 jam usb_connected ,mem_usb_state 
-0x7ac7 034630 branch usb0_reply_zerolen 
-:      034632 usb0_request_clear_feature_out_interface:
-0x7ac8 034633 branch usb0_force_stall 
-:      034635 usb0_request_clear_feature_out_endpoint:
-0x7ac9 034636 fetch 1 ,mem_usb_setup_bvalue 
-0x7aca 034637 bne endpoint_halt ,usb0_force_stall 
-0x7acb 034638 fetch 1 ,mem_usb_setup_windex 
-0x7acc 034639 beq in_ep1 ,usb0_force_stall_ep1_in_off 
-0x7acd 034640 beq in_ep2 ,usb0_force_stall_ep2_in_off 
-0x7ace 034641 beq in_ep3 ,usb0_force_stall_ep3_in_off 
-0x7acf 034642 and_into 0x7f ,pdata 
-0x7ad0 034643 beq 0x00 ,usb0_force_stall_ep0_in_off 
-0x7ad1 034644 branch usb0_force_stall 
-:      034646 usb0_force_stall_ep0_in_off:
-0x7ad2 034647 jam 0 ,mem_usb_ep0_stall_status 
-0x7ad3 034648 branch usb0_reply_zerolen 
-:      034649 usb0_force_stall_ep1_in_off:
-0x7ad4 034650 jam 0 ,mem_usb_ep1_stall_status 
-:      034651 usb0_force_stall_ep1_in_off_reply:
-0x7ad5 034652 jam 1 ,mem_usb_clear_halt 
-0x7ad6 034653 branch usb0_reply_zerolen 
-:      034654 usb0_force_stall_ep2_in_off:
-0x7ad7 034655 jam 0 ,mem_usb_ep2_stall_status 
-0x7ad8 034656 branch usb0_force_stall_ep1_in_off_reply 
-:      034657 usb0_force_stall_ep3_in_off:
-0x7ad9 034658 jam 0 ,mem_usb_ep3_stall_status 
-0x7ada 034659 branch usb0_force_stall_ep1_in_off_reply 
-:      034662 usb0_request_set_feature:
-0x7adb 034663 fetch 1 ,mem_usb_setup_blength 
-0x7adc 034664 bne 0 ,usb0_force_stall 
-0x7add 034665 fetch 1 ,mem_usb_setup_blengthh 
-0x7ade 034666 bne 0 ,usb0_force_stall 
-0x7adf 034667 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7ae0 034668 beq out_device ,usb0_request_set_feature_out_device 
-0x7ae1 034669 beq out_interface ,usb0_request_set_feature_out_interface 
-0x7ae2 034670 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
-0x7ae3 034671 branch usb0_force_stall 
-:      034673 usb0_request_set_feature_out_device:
-0x7ae4 034674 fetch 1 ,mem_usb_setup_bvalue 
-0x7ae5 034675 bne device_remote_wakeup ,usb0_force_stall 
-0x7ae6 034676 call dongle_set_pc_sleep_flag 
-0x7ae7 034677 fetch 1 ,core_usb_config 
-0x7ae8 034678 set1 7 ,pdata 
-0x7ae9 034679 store 1 ,core_usb_config 
-0x7aea 034680 jam 1 ,mem_usb_remote_wakeup 
-0x7aeb 034681 jam usb_sleep ,mem_usb_state 
-0x7aec 034682 jam 0 ,mem_usb_tx_win_enable 
-0x7aed 034683 call usb0_reply_zerolen 
-:      034684 usb_wakeup_timer_reinit:
-0x7aee 034685 call timer_reinit 
-0x7aef 034686 setarg timer_wakeup_delay 
-0x7af0 034687 arg usb_timer_wakeup ,queue 
-0x7af1 034688 branch timer_init 
-:      034690 usb0_request_set_feature_out_interface:
-0x7af2 034691 branch usb0_force_stall 
-:      034693 usb0_request_set_feature_out_endpoint:
-0x7af3 034694 fetch 1 ,mem_usb_setup_bvalue 
-0x7af4 034695 bne endpoint_halt ,usb0_force_stall 
-0x7af5 034696 fetch 1 ,mem_usb_setup_bvalueh 
-0x7af6 034697 bne 0 ,usb0_force_stall 
-0x7af7 034698 fetch 1 ,mem_usb_setup_windex 
-0x7af8 034699 beq in_ep1 ,usb0_force_stall_ep1_in_on 
-0x7af9 034700 beq in_ep2 ,usb0_force_stall_ep2_in_on 
-0x7afa 034701 beq in_ep3 ,usb0_force_stall_ep3_in_on 
-0x7afb 034702 and_into 0x7f ,pdata 
-0x7afc 034703 beq 0x00 ,usb0_force_stall_ep0_in_on 
-0x7afd 034704 branch usb0_force_stall 
-:      034706 usb0_force_stall_ep0_in_on:
-0x7afe 034707 jam 1 ,mem_usb_ep0_stall_status 
-0x7aff 034708 branch usb0_reply_zerolen 
-:      034709 usb0_force_stall_ep1_in_on:
-0x7b00 034710 jam 1 ,mem_usb_ep1_stall_status 
-0x7b01 034711 branch usb0_reply_zerolen 
-:      034712 usb0_force_stall_ep2_in_on:
-0x7b02 034713 jam 1 ,mem_usb_ep2_stall_status 
-0x7b03 034714 branch usb0_reply_zerolen 
-:      034715 usb0_force_stall_ep3_in_on:
-0x7b04 034716 jam 1 ,mem_usb_ep3_stall_status 
-0x7b05 034717 branch usb0_reply_zerolen 
-:      034720 usb0_request_set_address:
-0x7b06 034721 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7b07 034722 bne out_device ,usb0_force_stall 
-0x7b08 034723 fetch 1 ,mem_usb_setup_windex 
-0x7b09 034724 bne 0 ,usb0_force_stall 
-0x7b0a 034725 fetch 1 ,mem_usb_setup_windex + 1 
-0x7b0b 034726 bne 0 ,usb0_force_stall 
-0x7b0c 034727 fetch 1 ,mem_usb_setup_blength 
-0x7b0d 034728 bne 0 ,usb0_force_stall 
-0x7b0e 034729 fetch 1 ,mem_usb_setup_blengthh 
-0x7b0f 034730 bne 0 ,usb0_force_stall 
-0x7b10 034731 fetch 1 ,mem_usb_setup_bvalueh 
-0x7b11 034732 bne 0 ,usb0_force_stall 
-0x7b12 034733 fetch 1 ,mem_usb_setup_bvalue 
-0x7b13 034734 and_into 0x80 ,pdata 
-0x7b14 034735 bne 0 ,usb0_force_stall 
-0x7b15 034736 fetch 1 ,mem_usb_setup_bvalue 
-0x7b16 034737 bne 0 ,usb_usb0_state_set_dev_addr 
-:      034738 usb_usb0_state_set_dev_default:
-0x7b17 034739 jam dev_default ,mem_usb0_state 
-:      034740 usb0_request_set_wait_address:
-0x7b18 034741 fetch 1 ,mem_usb_setup_bvalue 
-0x7b19 034742 store 1 ,core_usb_addr 
-0x7b1a 034743 call usb0_reply_zerolen 
-0x7b1b 034744 jam 1 ,mem_usb_set_high_addr_flag 
-0x7b1c 034745 rtn 
-:      034746 usb_usb0_state_set_dev_addr:
-0x7b1d 034747 jam dev_address ,mem_usb0_state 
-0x7b1e 034748 branch usb0_request_set_wait_address 
-:      034751 usb0_request_set_configuration:
-0x7b1f 034752 fetch 1 ,mem_usb0_state 
-0x7b20 034753 beq dev_default ,usb0_force_stall 
-0x7b21 034754 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7b22 034755 bne out_device ,usb0_force_stall 
-0x7b23 034756 fetch 1 ,mem_usb_setup_windex 
-0x7b24 034757 bne 0 ,usb0_force_stall 
-0x7b25 034758 fetch 1 ,mem_usb_setup_windex + 1 
-0x7b26 034759 bne 0 ,usb0_force_stall 
-0x7b27 034760 fetch 1 ,mem_usb_setup_blength 
-0x7b28 034761 bne 0 ,usb0_force_stall 
-0x7b29 034762 fetch 1 ,mem_usb_setup_blengthh 
-0x7b2a 034763 bne 0 ,usb0_force_stall 
-0x7b2b 034764 fetch 1 ,mem_usb_setup_bvalue + 1 
-0x7b2c 034765 bne 0 ,usb0_force_stall 
-0x7b2d 034766 fetch 1 ,mem_usb_setup_bvalue 
-0x7b2e 034767 sub pdata ,usb_max_num_cfg ,null 
-0x7b2f 034768 nbranch usb0_force_stall ,positive 
-0x7b30 034769 fetch 1 ,mem_usb0_state 
-0x7b31 034770 beq dev_address ,usb0_request_set_cfg_addr_state 
-0x7b32 034771 beq dev_configured ,usb0_request_set_cfg_cfg_state 
-0x7b33 034772 branch usb0_force_stall 
-:      034774 usb0_request_set_cfg_addr_state:
-:      034775 usb0_request_set_cfg_cfg_state:
-0x7b34 034776 fetch 1 ,mem_usb_setup_bvalue 
-0x7b35 034777 beq 0 ,usb0_request_set_cfg_stay_addr_state 
-0x7b36 034778 jam dev_configured ,mem_usb0_state 
-0x7b37 034779 branch usb0_reply_zerolen 
-:      034780 usb0_request_set_cfg_stay_addr_state:
-0x7b38 034781 jam dev_address ,mem_usb0_state 
-0x7b39 034782 branch usb0_reply_zerolen 
-:      034785 usb0_request_set_interface:
-0x7b3a 034786 fetch 1 ,mem_usb0_state 
-0x7b3b 034787 bne dev_configured ,usb0_force_stall 
-0x7b3c 034788 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x7b3d 034789 bne out_interface ,usb0_force_stall 
-0x7b3e 034790 fetch 1 ,mem_usb_setup_bvalue 
-0x7b3f 034791 bne 0 ,usb0_force_stall 
-0x7b40 034792 fetch 1 ,mem_usb_setup_bvalueh 
-0x7b41 034793 bne 0 ,usb0_force_stall 
-0x7b42 034794 fetch 1 ,mem_usb_setup_blength 
-0x7b43 034795 bne 0 ,usb0_force_stall 
-0x7b44 034796 fetch 1 ,mem_usb_setup_blengthh 
-0x7b45 034797 bne 0 ,usb0_force_stall 
-0x7b46 034798 fetch 1 ,mem_usb_setup_windex 
-0x7b47 034799 bne 0 ,usb0_force_stall 
-0x7b48 034800 fetch 1 ,mem_usb_setup_windex + 1 
-0x7b49 034801 bne 0 ,usb0_force_stall 
-0x7b4a 034802 branch usb0_reply_zerolen 
-:      034805 usb_set_idle:
-0x7b4b 034806 bpatchx patch20_3 ,mem_patch20 
-0x7b4c 034807 jam 1 ,mem_usb_idle_flag 
-0x7b4d 034808 fetch 1 ,mem_usb_setup_bvalueh 
-0x7b4e 034809 store 1 ,mem_usb_idle_rate 
-0x7b4f 034810 fetch 1 ,mem_usb_setup_windex 
-0x7b50 034811 sub pdata ,1 ,null 
-0x7b51 034812 call usb_clear_remote_wakeup_set0 ,zero 
-0x7b52 034813 fetch 1 ,mem_usb_state 
-0x7b53 034814 bne usb_resume ,usb0_reply_zerolen 
-0x7b54 034815 jam usb_connected ,mem_usb_state 
-0x7b55 034816 call usb0_reply_zerolen 
-0x7b56 034817 nop 30000 
-0x7b57 034818 nop 30000 
-0x7b58 034819 rtn 
-:      034820 usb_clear_remote_wakeup_set0:
-0x7b59 034821 jam 1 ,mem_usb_device_enumeration_endflag 
-0x7b5a 034822 jam 0 ,mem_usb_clear_remote_wakeup 
-0x7b5b 034823 jam usb_resume ,mem_usb_state 
-0x7b5c 034824 rtn 
-:      034827 usb_set_report:
-0x7b5d 034828 nop 15000 
-0x7b5e 034829 arg mem_usb0_set_report_data ,contw 
-0x7b5f 034830 call usb_rx_data 
-0x7b60 034831 jam 1 ,mem_usb0_get_set_report 
-0x7b61 034832 call usb_set_report_resume_judge 
-0x7b62 034833 fetch 2 ,mem_usb_setup_bvalue 
-0x7b63 034834 store 2 ,mem_usb_setup_bvalue_temp 
-0x7b64 034835 call usb0_reply_zerolen 
-0x7b65 034836 fetch 1 ,mem_device_option 
-0x7b66 034837 rtnne dvc_op_dongle 
-0x7b67 034838 fetch 1 ,mem_usb_tx_win_enable 
-0x7b68 034839 rtn blank 
-0x7b69 034840 fetch 1 ,mem_usb0_set_report_data 
-:      034841 usb_get_led_status:
-0x7b6a 034842 store 1 ,mem_24g_led_status 
-0x7b6b 034843 jam 0 ,mem_usb_tx_win_enable 
-0x7b6c 034844 jam kb_led_ackpayload ,mem_24g_ackpayload_enable 
-0x7b6d 034845 rtn 
-:      034848 usb_set_report_resume_judge:
-0x7b6e 034849 fetch 2 ,mem_usb_setup_bvalue 
-0x7b6f 034850 arg pc_set_report_bvalue ,temp 
-0x7b70 034851 isub temp ,null 
-0x7b71 034852 nrtn zero 
-0x7b72 034853 fetch 2 ,mem_usb_setup_windex 
-0x7b73 034854 arg pc_set_report_windex ,temp 
-0x7b74 034855 isub temp ,null 
-0x7b75 034856 nrtn zero 
-0x7b76 034857 fetch 2 ,mem_usb_setup_blength 
-0x7b77 034858 arg pc_set_report_blength ,temp 
-0x7b78 034859 isub temp ,null 
-0x7b79 034860 nrtn zero 
-0x7b7a 034861 jam 1 ,mem_usb_tx_win_enable 
-0x7b7b 034862 rtn 
-:      034865 usb_set_protocol_req:
-0x7b7c 034866 fetch 1 ,mem_usb_setup_blength 
-0x7b7d 034867 bne 0 ,usb0_force_stall 
-0x7b7e 034868 fetch 1 ,mem_usb_setup_bvalue 
-0x7b7f 034869 beq boot_protocol ,usb_set_boot_protocol 
-0x7b80 034870 beq report_protocol ,usb_set_report_protocol 
-0x7b81 034871 branch usb0_force_stall 
-:      034872 usb_set_boot_protocol:
-0x7b82 034873 jam 0 ,mem_usb_set_protocol_status 
-0x7b83 034874 jam 1 ,mem_usb_set_protocol_value 
-0x7b84 034875 branch usb0_reply_zerolen 
-:      034876 usb_set_report_protocol:
-0x7b85 034877 jam 1 ,mem_usb_tx_mac_enable 
-0x7b86 034878 jam 1 ,mem_usb_set_protocol_status 
-0x7b87 034879 jam 0 ,mem_usb_set_protocol_value 
-0x7b88 034880 branch usb0_reply_zerolen 
-:      034883 usb0_respond_length:
-0x7b89 034884 ifetchr regb ,1 ,rega 
-0x7b8a 034885 increase 1 ,rega 
-:      034887 usb0_respond:
-0x7b8b 034888 bpatchx patch20_4 ,mem_patch20 
-0x7b8c 034889 set1 mark_usb_first_resp ,mark 
-0x7b8d 034890 bmark0 mark_isstr ,usb0_respond_nostr 
-0x7b8e 034891 increase 1 ,regb 
-0x7b8f 034892 lshift regb ,regb 
-:      034893 usb0_respond_nostr:
-0x7b90 034894 storer rega ,2 ,mem_bufptr 
-0x7b91 034895 storer regb ,1 ,mem_remain 
-0x7b92 034896 branch usb0_tx 
-0x7b93 034897 rtn 
-:      034899 usb_no_respond_data:
-0x7b94 034900 arg 0 ,queue 
-0x7b95 034901 branch usb_trig 
-:      034906 usb0_tx:
-0x7b96 034907 bpatchx patch20_5 ,mem_patch20 
-0x7b97 034908 fetch 1 ,core_usb_txbusy 
-0x7b98 034909 rtnbit1 0 
-0x7b99 034910 fetch 1 ,mem_remain 
-0x7b9a 034911 rtn blank 
-0x7b9b 034912 copy pdata ,loopcnt 
-0x7b9c 034913 iforce temp 
-0x7b9d 034914 fetch 2 ,mem_usb_setup_blength 
-0x7b9e 034915 sub pdata ,ep0_packet_size ,null 
-0x7b9f 034916 branch usb0_tx_short ,positive 
-0x7ba0 034917 sub loopcnt ,ep0_packet_size ,null 
-0x7ba1 034918 branch usb0_tx_info ,positive 
-0x7ba2 034919 force ep0_packet_size ,loopcnt 
-0x7ba3 034920 branch usb0_tx_info 
-:      034921 usb0_tx_short:
-0x7ba4 034922 isub loopcnt ,null 
-0x7ba5 034923 branch usb0_tx_info ,positive 
-0x7ba6 034924 iforce loopcnt 
-0x7ba7 034925 store 1 ,mem_remain 
-:      034926 usb0_tx_info:
-0x7ba8 034927 fetch 1 ,mem_remain 
-0x7ba9 034928 isub loopcnt ,pdata 
-0x7baa 034929 store 1 ,mem_remain 
-0x7bab 034930 add loopcnt ,-1 ,pdata 
-0x7bac 034931 store 1 ,mem_usb_txbuf 
-0x7bad 034932 bmark0 mark_isstr ,usb0_tx_nostr 
-0x7bae 034933 rshift pdata ,pdata 
-0x7baf 034934 add loopcnt ,-1 ,pdata 
-0x7bb0 034935 store 1 ,mem_usb_txbuf 
-0x7bb1 034936 bmark0 mark_usb_first_resp ,usb0_tx_nostr 
-0x7bb2 034937 set0 mark_usb_first_resp ,mark 
-0x7bb3 034938 istoret 1 ,contw 
-0x7bb4 034939 setarg 3 
-0x7bb5 034940 istore 1 ,contw 
-0x7bb6 034941 increase -1 ,loopcnt 
-0x7bb7 034942 copy loopcnt ,pdata 
-0x7bb8 034943 nbranch usb0_tx_nostr ,zero 
-0x7bb9 034944 increase 1 ,loopcnt 
-:      034945 usb0_tx_nostr:
-0x7bba 034946 fetch 2 ,mem_bufptr 
-0x7bbb 034947 copy pdata ,contr 
-:      034948 usb0_tx0:
-0x7bbc 034949 ifetch 1 ,contr 
-0x7bbd 034950 istore 1 ,contw 
-0x7bbe 034951 bmark0 mark_isstr ,usb0_tx1 
-0x7bbf 034952 setarg 0 
-0x7bc0 034953 istore 1 ,contw 
-:      034954 usb0_tx1:
-0x7bc1 034955 loop usb0_tx0 
-0x7bc2 034956 copy contr ,pdata 
-0x7bc3 034957 store 2 ,mem_bufptr 
-0x7bc4 034958 setarg mem_usb_txbuf 
-0x7bc5 034959 store 2 ,core_usb_tx_saddr0 
-0x7bc6 034960 arg 0 ,queue 
-0x7bc7 034961 call usb_trig 
-0x7bc8 034962 fetch 1 ,mem_remain 
-0x7bc9 034963 nrtn blank 
-0x7bca 034964 jam 2 ,core_usb_clear_nak 
-0x7bcb 034965 fetch 1 ,mem_usb_state 
-0x7bcc 034966 rtnne usb_got_report_req 
-0x7bcd 034967 jam usb_connected ,mem_usb_state 
-0x7bce 034968 rtn 
-:      034972 usb_tx_ep1:
-0x7bcf 034973 arg mem_usb_txbuf1 ,rega 
-0x7bd0 034974 arg 1 ,queue 
-0x7bd1 034975 storer rega ,2 ,core_usb_tx_saddr1 
-:      034976 usb_tx_buf:
-0x7bd2 034977 add loopcnt ,-1 ,pdata 
-0x7bd3 034978 istore 1 ,rega 
-:      034979 usb_tx_loop:
-0x7bd4 034980 ifetch 1 ,contr 
-0x7bd5 034981 istore 1 ,contw 
-0x7bd6 034982 loop usb_tx_loop 
-:      034983 usb_trig:
-0x7bd7 034984 setarg 0 
-0x7bd8 034985 qset1 pdata 
-0x7bd9 034986 store 1 ,core_usb_trig 
-0x7bda 034987 rtn 
-:      034989 usb_tx_ep2:
-0x7bdb 034990 arg 2 ,queue 
-0x7bdc 034991 arg mem_usb_txbuf2 ,rega 
-0x7bdd 034992 storer rega ,2 ,core_usb_tx_saddr2 
-0x7bde 034993 branch usb_tx_buf 
-:      034995 usb_tx:
-0x7bdf 034996 bpatchx patch20_6 ,mem_patch20 
-0x7be0 034997 fetch 1 ,mem_usb_tx_enable 
-0x7be1 034998 rtn blank 
-0x7be2 034999 fetch 1 ,core_usb_txbusy 
-0x7be3 035000 and_into 0x0f ,pdata 
-0x7be4 035001 nbranch usb_inwake_state_tx_dispose ,blank 
-0x7be5 035002 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x7be6 035003 branch usb_tx_fifo_release ,blank 
-0x7be7 035004 fetch 1 ,mem_usb_state 
-0x7be8 035005 beq usb_sleep ,usb_windows_wakeup 
-0x7be9 035006 bne usb_connected ,usb_tx_fifo_release 
-0x7bea 035007 fetch 1 ,mem_usb_clear_remote_wakeup 
-0x7beb 035008 nbranch usb_tx_fifo_release ,blank 
-0x7bec 035009 call usb_tx_data_ep1 
-0x7bed 035010 branch usb_tx_data_ep2 
-:      035012 usb_tx_data_ep1:
-0x7bee 035013 fetch 1 ,core_usb_txbusy 
-0x7bef 035014 rtnbit1 1 
-0x7bf0 035015 fetch 1 ,mem_usb_tx_enable 
-0x7bf1 035016 rtnbit0 1 
-0x7bf2 035017 fetch 1 ,mem_usb_tx_enable 
-0x7bf3 035018 set0 1 ,pdata 
-0x7bf4 035019 store 1 ,mem_usb_tx_enable 
-0x7bf5 035020 fetch 1 ,mem_usb_ep1_data 
-0x7bf6 035021 rtn blank 
-0x7bf7 035022 beq usb_ep1_kb ,usb_tx_kb_normal_data 
-0x7bf8 035023 branch assert 
-:      035025 usb_tx_data_ep2:
-0x7bf9 035026 fetch 1 ,core_usb_txbusy 
-0x7bfa 035027 rtnbit1 2 
-0x7bfb 035028 fetch 1 ,mem_usb_tx_enable 
-0x7bfc 035029 rtnbit0 2 
-0x7bfd 035030 fetch 1 ,mem_usb_tx_enable 
-0x7bfe 035031 set0 2 ,pdata 
-0x7bff 035032 store 1 ,mem_usb_tx_enable 
-0x7c00 035033 fetch 1 ,mem_usb_ep2_data 
-0x7c01 035034 rtn blank 
-0x7c02 035035 beq usb_ep2_ms ,usb_tx_ms_data 
-0x7c03 035036 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
-0x7c04 035037 beq usb_ep2_systemkey ,usb_tx_kb_systemkey_data 
-0x7c05 035038 branch assert 
-:      035040 usb_tx_fifo_release:
-0x7c06 035042 arg mem_usb_mouse_data ,contw 
-0x7c07 035043 arg 64 ,loopcnt 
-0x7c08 035044 branch memset0 
-:      035046 usb_tx_ms_data:
-0x7c09 035047 fetch 1 ,mem_usb_idle_flag 
-0x7c0a 035048 fetcht 1 ,mem_usb_get_protocol_flag 
-0x7c0b 035049 iand temp ,pdata 
-0x7c0c 035050 branch usb_tx_ms_data_normal_mode ,blank 
-0x7c0d 035051 fetcht 1 ,mem_usb_set_protocol_status 
-0x7c0e 035052 iadd temp ,pdata 
-0x7c0f 035053 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
-0x7c10 035054 branch usb_tx_ms_data_normal_mode 
-:      035056 usb_tx_ms_data_mac_boot_mode:
-0x7c11 035057 jam 0 ,mem_usb_ep2_data 
-:      035058 usb_tx_ms_data_mac_boot_regroup:
-0x7c12 035059 fetch 1 ,mem_usb_mouse_data + 1 
-0x7c13 035060 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
-0x7c14 035061 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
-0x7c15 035062 fetch 1 ,mem_usb_mouse_data + 1 
-0x7c16 035063 store 1 ,mem_usb_mouse_data 
-0x7c17 035064 fetch 1 ,mem_usb_mouse_data + 2 
-0x7c18 035065 istore 1 ,contw 
-0x7c19 035066 fetch 1 ,mem_usb_mouse_data + 4 
-0x7c1a 035067 istore 1 ,contw 
-0x7c1b 035068 fetch 1 ,mem_usb_mouse_data + 6 
-0x7c1c 035069 istore 1 ,contw 
-0x7c1d 035070 arg 4 ,loopcnt 
-0x7c1e 035071 arg mem_usb_mouse_data ,contr 
-0x7c1f 035072 branch usb_tx_ep2 
-:      035074 usb_tx_ms_data_normal_mode:
-0x7c20 035075 jam 0 ,mem_usb_ep2_data 
-:      035076 usb_tx_mac_boot_ms_regroup_r_or_lrkey:
-0x7c21 035077 arg 8 ,loopcnt 
-0x7c22 035078 arg mem_usb_mouse_data ,contr 
-0x7c23 035079 branch usb_tx_ep2 
-:      035081 usb_tx_kb_multikey_data:
-0x7c24 035082 jam 0 ,mem_usb_ep2_data 
-0x7c25 035083 arg 3 ,loopcnt 
-0x7c26 035084 arg mem_usb_kb_multikey ,contr 
-0x7c27 035085 branch usb_tx_ep2 
-:      035087 usb_tx_kb_normal_data:
-0x7c28 035088 jam 0 ,mem_usb_ep1_data 
-0x7c29 035089 arg 8 ,loopcnt 
-0x7c2a 035090 arg mem_usb_kb_data ,contr 
-0x7c2b 035091 branch usb_tx_ep1 
-:      035093 usb_tx_kb_systemkey_data:
-0x7c2c 035094 jam 0 ,mem_usb_ep2_data 
-0x7c2d 035095 arg 2 ,loopcnt 
-0x7c2e 035096 arg mem_usb_kb_system ,contr 
-0x7c2f 035097 branch usb_tx_ep2 
-:      035099 usb_inwake_state_tx_dispose:
-0x7c30 035100 fetch 1 ,mem_usb_state 
-0x7c31 035101 beq usb_connected ,usb_mac_wakeup_trig 
-0x7c32 035102 rtn 
-:      035103 usb_mac_wakeup_trig:
-0x7c33 035104 fetch 1 ,core_usb_config 
-0x7c34 035105 set1 7 ,pdata 
-0x7c35 035106 store 1 ,core_usb_config 
-0x7c36 035107 jam 1 ,mem_usb_mac_wakeup_trig 
-0x7c37 035108 rtn 
-:      035110 usb_mac_wakeup_judge:
-0x7c38 035111 fetch 1 ,mem_usb_state 
-0x7c39 035112 rtneq usb_sleep 
-0x7c3a 035113 beq usb_connected ,usb_mac_wakeup 
-0x7c3b 035114 rtn 
-:      035115 usb_mac_wakeup:
-0x7c3c 035116 fetch 1 ,mem_usb_mac_wakeup_trig 
-0x7c3d 035117 rtn blank 
-0x7c3e 035118 jam 1 ,mem_usb_wakestate_onetime_flag 
-0x7c3f 035119 branch usb_wakeup 
-:      035121 usb_windows_wakeup:
-0x7c40 035122 arg usb_timer_wakeup ,queue 
-0x7c41 035123 call timer_check 
-0x7c42 035124 nrtn blank 
-:      035125 usb_wakeup:
-0x7c43 035126 fetch 1 ,core_usb_config 
-0x7c44 035127 rtnbit0 7 
-0x7c45 035128 jam 0xfc ,core_usb_config 
-0x7c46 035129 nop 30000 
-0x7c47 035130 jam 0x3c ,core_usb_config 
-0x7c48 035131 rtn 
-:      035138 push_stack:
-0x7c49 035139 storer contw ,2 ,mem_contw 
-0x7c4a 035140 storet 8 ,mem_temp 
-0x7c4b 035141 storer timeup ,4 ,mem_timeup 
-0x7c4c 035142 call push_stack_rega_b_c 
-0x7c4d 035143 storer contr ,2 ,mem_contr 
-0x7c4e 035144 storer loopcnt ,2 ,mem_loopcnt 
-0x7c4f 035145 storer queue ,2 ,mem_queue 
-0x7c50 035146 rtn 
-:      035148 push_stack_rega_b_c:
-0x7c51 035149 storer rega ,4 ,mem_rega 
-0x7c52 035150 storer regb ,4 ,mem_regb 
-0x7c53 035151 storer regc ,3 ,mem_regc 
-0x7c54 035152 rtn 
-:      035154 pop_stack:
-0x7c55 035155 bpatchx patch20_7 ,mem_patch20 
-0x7c56 035156 fetch 2 ,mem_contw 
-0x7c57 035157 iforce contw 
-0x7c58 035158 fetcht 8 ,mem_temp 
-0x7c59 035159 fetchr timeup ,4 ,mem_timeup 
-0x7c5a 035160 call pop_stack_rega_b_c 
-0x7c5b 035161 fetchr loopcnt ,2 ,mem_loopcnt 
-0x7c5c 035162 fetchr queue ,2 ,mem_queue 
-0x7c5d 035163 fetch 2 ,mem_contr 
-0x7c5e 035164 iforce contr 
-0x7c5f 035165 rtn 
-:      035167 pop_stack_rega_b_c:
-0x7c60 035168 fetchr rega ,4 ,mem_rega 
-0x7c61 035169 fetchr regb ,4 ,mem_regb 
-0x7c62 035170 fetchr regc ,3 ,mem_regc 
-0x7c63 035171 rtn 
-:      035173 get_contw:
-0x7c64 035174 fetch 2 ,mem_contw 
-0x7c65 035175 copy pdata ,contw 
-0x7c66 035176 rtn 
-:      035177 get_contr:
-0x7c67 035178 fetch 2 ,mem_contr 
-0x7c68 035179 copy pdata ,contr 
-0x7c69 035180 rtn 
-:      035182 store_contw:
-0x7c6a 035183 copy contw ,pdata 
-0x7c6b 035184 store 2 ,mem_contw 
-0x7c6c 035185 rtn 
-:      035186 store_contr:
-0x7c6d 035187 copy contr ,pdata 
-0x7c6e 035188 store 2 ,mem_contr 
-0x7c6f 035189 rtn 
-:      035193 save_cont_pointers:
-0x7c70 035194 copy contw ,pdata 
-0x7c71 035195 store 2 ,mem_contw 
-0x7c72 035196 copy contr ,pdata 
-0x7c73 035197 store 2 ,mem_contr 
-0x7c74 035198 rtn 
-:      035200 load_cont_pointers:
-0x7c75 035201 fetch 2 ,mem_contw 
-0x7c76 035202 copy pdata ,contw 
-0x7c77 035203 fetch 2 ,mem_contr 
-0x7c78 035204 copy pdata ,contr 
-0x7c79 035205 rtn 
-:      035210 get_diff:
-0x7c7a 035211 isub temp ,rega 
-0x7c7b 035212 rtn positive 
-0x7c7c 035213 arg 0x100 ,rega 
-0x7c7d 035214 iadd rega ,pdata 
-0x7c7e 035215 isub temp ,rega 
-0x7c7f 035216 rtn 
-:      035218 memcpy96:
-0x7c80 035219 call memcpy32 
-:      035220 memcpy64:
-0x7c81 035221 call memcpy32 
-0x7c82 035222 branch memcpy32 
-:      035225 memcpy12:
-0x7c83 035226 call memcpy8 
-:      035227 memcpy4:
-0x7c84 035228 ifetch 1 ,contr 
-0x7c85 035229 istore 1 ,contw 
-:      035230 memcpy3:
-0x7c86 035231 ifetch 3 ,contr 
-0x7c87 035232 istore 3 ,contw 
-0x7c88 035233 rtn 
-:      035234 memcpy8:
-0x7c89 035235 ifetch 8 ,contr 
-0x7c8a 035236 istore 8 ,contw 
-0x7c8b 035237 rtn 
-:      035239 memcpy48:
-0x7c8c 035240 call memcpy16 
-:      035241 memcpy32:
-0x7c8d 035242 call memcpy8 
-:      035243 memcpy24:
-0x7c8e 035244 call memcpy8 
-:      035245 memcpy16:
-0x7c8f 035246 call memcpy8 
-0x7c90 035247 branch memcpy8 
-:      035249 delay:
-0x7c91 035250 increase -1 ,pdata 
-0x7c92 035251 nop 38 
-0x7c93 035252 nbranch delay ,blank 
-0x7c94 035253 rtn 
-:      035256 delay_10ms:
-0x7c95 035257 arg 10 ,loopcnt 
-:      035258 delay_ms_wait:
-0x7c96 035259 nop 12000 
-0x7c97 035260 loop delay_ms_wait 
-0x7c98 035261 rtn 
-:      035264 memset0_16:
-0x7c99 035265 call memset0_8 
-:      035266 memset0_8:
-0x7c9a 035267 call memset0_4 
-:      035268 memset0_4:
-0x7c9b 035269 force 4 ,loopcnt 
-0x7c9c 035270 branch memset0 
-:      035272 clear_mem_256:
-0x7c9d 035273 force 32 ,loopcnt 
-0x7c9e 035274 branch memset0 
-:      035275 clear_mem_512:
-0x7c9f 035276 force 64 ,loopcnt 
-0x7ca0 035277 branch memset0 
-:      035279 clear_mem:
-0x7ca1 035280 deposit loopcnt 
-0x7ca2 035281 rtn blank 
-:      035282 memset0:
-0x7ca3 035283 force 0 ,pdata 
-0x7ca4 035284 lstore contw 
-0x7ca5 035285 rtn 
-:      035287 clear_temp_block:
-0x7ca6 035288 arg 32 ,loopcnt 
-0x7ca7 035289 arg mem_temp_block0 ,contw 
-0x7ca8 035290 branch clear_mem 
-:      035292 xor_loop:
-0x7ca9 035293 ifetch 4 ,regc 
-0x7caa 035294 ifetcht 4 ,rega 
-0x7cab 035295 ixor temp ,pdata 
-0x7cac 035296 istore 4 ,contw 
-0x7cad 035297 increase 4 ,rega 
-0x7cae 035298 increase 4 ,regc 
-0x7caf 035299 loop xor_loop 
-0x7cb0 035300 rtn 
-:      035304 inverse_data:
-0x7cb1 035305 bpatchx patch21_0 ,mem_patch21 
-0x7cb2 035306 copy loopcnt ,pdata 
-0x7cb3 035307 sub pdata ,1 ,null 
-0x7cb4 035308 rtn positive 
-0x7cb5 035309 iadd rega ,regb 
-0x7cb6 035310 increase -1 ,regb 
-0x7cb7 035311 rshift loopcnt ,loopcnt 
-:      035312 inverse_loop:
-0x7cb8 035313 ifetcht 1 ,rega 
-0x7cb9 035314 ifetch 1 ,regb 
-0x7cba 035315 istore 1 ,rega 
-0x7cbb 035316 istoret 1 ,regb 
-0x7cbc 035317 increase -1 ,regb 
-0x7cbd 035318 increase 1 ,rega 
-0x7cbe 035319 loop inverse_loop 
-0x7cbf 035320 rtn 
-:      035322 le2be_6byte:
-:      035323 inverse_data_6byte:
-0x7cc0 035324 rshift32 pdata ,temp 
-0x7cc1 035325 call inverse_data_4byte 
-0x7cc2 035326 byteswap temp ,temp 
-0x7cc3 035327 lshift16 pdata ,pdata 
-0x7cc4 035328 ior temp ,pdata 
-0x7cc5 035329 rtn 
-:      035332 le2be_4byte:
-:      035333 inverse_data_4byte:
-0x7cc6 035334 rshift16 pdata ,contr 
-0x7cc7 035335 byteswap contr ,contr 
-0x7cc8 035336 byteswap pdata ,pdata 
-0x7cc9 035337 lshift16 pdata ,pdata 
-0x7cca 035338 ior contr ,pdata 
-0x7ccb 035339 rtn 
-:      035342 memcpy_fast:
-0x7ccc 035343 bpatchx patch21_1 ,mem_patch21 
-0x7ccd 035344 deposit loopcnt 
-0x7cce 035345 rtn blank 
-:      035346 memcpy_fast_loop:
-0x7ccf 035347 increase -8 ,loopcnt 
-0x7cd0 035348 call memcpy8 ,positive 
-0x7cd1 035349 rtn zero 
-0x7cd2 035350 branch memcpy_fast_loop ,positive 
-0x7cd3 035351 increase 8 ,loopcnt 
-:      035352 memcpy_fast_loop_four:
-0x7cd4 035353 increase -4 ,loopcnt 
-0x7cd5 035354 call memcpy4 ,positive 
-0x7cd6 035355 rtn zero 
-0x7cd7 035356 branch memcpy_fast_loop_four ,positive 
-0x7cd8 035357 increase 4 ,loopcnt 
-0x7cd9 035358 branch memcpy 
-:      035360 memcpy:
-0x7cda 035361 deposit loopcnt 
-0x7cdb 035362 rtn blank 
-:      035363 memcpy_loop:
-0x7cdc 035364 ifetch 1 ,contr 
-0x7cdd 035365 istore 1 ,contw 
-0x7cde 035366 loop memcpy_loop 
-0x7cdf 035367 rtn 
-:      035369 timer_stop:
-0x7ce0 035370 setarg 0 
-:      035371 timer_init:
-0x7ce1 035374 store 2 ,mem_pdatatemp 
-0x7ce2 035375 bpatchx patch21_2 ,mem_patch21 
-0x7ce3 035376 call timer_check 
-0x7ce4 035377 fetcht 2 ,mem_pdatatemp 
-0x7ce5 035378 arg mem_timers ,contw 
-0x7ce6 035380 lshift queue ,pdata 
-0x7ce7 035381 iadd contw ,contw 
-0x7ce8 035382 istoret 2 ,contw 
-0x7ce9 035383 rtn 
-:      035385 timer_check_timeout:
-0x7cea 035386 arg 0x800 ,timeup 
-0x7ceb 035387 lshift16 timeup ,timeup 
-0x7cec 035388 iadd timeup ,pdata 
-0x7ced 035389 rtn 
-:      035392 timer_reinit:
-0x7cee 035393 arg 0 ,queue 
-:      035394 timer_check:
-0x7cef 035395 bpatchx patch21_3 ,mem_patch21 
-0x7cf0 035396 fetcht 4 ,mem_last_clkn 
-0x7cf1 035397 rshift clkn_bt ,pdata 
-0x7cf2 035398 store 4 ,mem_last_clkn 
-0x7cf3 035399 isub temp ,null 
-0x7cf4 035400 ncall timer_check_timeout ,positive 
-0x7cf5 035401 isub temp ,timeup 
-0x7cf6 035402 copy timeup ,temp 
-0x7cf7 035403 arg mem_timers ,contr 
-0x7cf8 035404 copy contr ,contw 
-0x7cf9 035405 arg 16 ,loopcnt 
-:      035406 timer_loop:
-0x7cfa 035407 ifetch 2 ,contr 
-0x7cfb 035408 isub temp ,pdata 
-0x7cfc 035409 branch timer_counting ,positive 
-0x7cfd 035410 force 0 ,pdata 
-:      035411 timer_counting:
-0x7cfe 035412 istore 2 ,contw 
-0x7cff 035413 loop timer_loop 
-0x7d00 035414 arg mem_timers ,contr 
-0x7d01 035415 lshift queue ,pdata 
-0x7d02 035416 iadd contr ,contr 
-0x7d03 035417 ifetch 2 ,contr 
-0x7d04 035418 rtn 
-:      035423 clk_add:
-0x7d05 035424 iadd temp ,temp 
-0x7d06 035425 copy temp ,loopcnt 
-0x7d07 035426 fetch 2 ,mem_param_rt_rthalfslot 
-0x7d08 035427 isub loopcnt ,pdata 
-0x7d09 035428 rtn positive 
-0x7d0a 035429 sub pdata ,0 ,pdata 
-0x7d0b 035430 rshift16 temp ,temp 
-0x7d0c 035431 increase 1 ,temp 
-0x7d0d 035432 lshift16 temp ,temp 
-0x7d0e 035433 ior temp ,temp 
-0x7d0f 035434 rtn 
-:      035436 clk_diff_rt:
-0x7d10 035437 call clk_diff 
-0x7d11 035438 branch clk2rt 
-:      035441 clk_diff:
-0x7d12 035442 disable user 
-0x7d13 035443 isub temp ,pdata 
-0x7d14 035444 branch clk_diff_pos ,positive 
-0x7d15 035445 enable user 
-0x7d16 035446 sub pdata ,0 ,pdata 
-:      035447 clk_diff_pos:
-0x7d17 035448 rtnbit0 15 
-0x7d18 035449 copy pdata ,regab 
-0x7d19 035450 arg 0x10000 ,temp 
-0x7d1a 035451 fetch 2 ,mem_param_rt_rthalfslot 
-0x7d1b 035452 isub temp ,pdata 
-0x7d1c 035453 iadd regab ,pdata 
-0x7d1d 035454 set0 64 ,pdata 
-0x7d1e 035455 rtn 
-:      035459 clk2rt:
-0x7d1f 035460 fetcht 2 ,mem_param_rt_rthalfslot 
-0x7d20 035461 iforce contr 
-0x7d21 035462 rshift16 pdata ,pdata 
-0x7d22 035463 imul32 temp ,pdata 
-0x7d23 035464 iadd contr ,pdata 
-0x7d24 035465 rtn 
-:      035468 clk2lpo:
-0x7d25 035469 lshift8 pdata ,pdata 
-0x7d26 035470 lshift4 pdata ,pdata 
-0x7d27 035471 fetcht 3 ,mem_clks_per_lpo 
-0x7d28 035472 idiv temp 
-0x7d29 035473 call wait_div_end 
-0x7d2a 035474 quotient temp 
-0x7d2b 035475 rtn 
-:      035478 clk2bt:
-0x7d2c 035479 fetcht 2 ,mem_param_rt_rthalfslot 
-0x7d2d 035480 idiv temp 
-0x7d2e 035481 call get_div_result 
-0x7d2f 035482 lshift16 pdata ,pdata 
-0x7d30 035483 remainder temp 
-0x7d31 035484 ior temp ,temp 
-0x7d32 035485 rtn 
-:      035492 string2dec_from_uart:
-0x7d33 035493 arg 0 ,temp 
-:      035494 string2dec_from_uart_done:
-0x7d34 035495 copy temp ,regab 
-0x7d35 035496 ifetch 1 ,contu 
-0x7d36 035497 call uchar2dialog 
-0x7d37 035498 copy regab ,temp 
-0x7d38 035499 call swap 
-0x7d39 035500 arg 10 ,regb 
-0x7d3a 035501 imul32 regb ,pdata 
-0x7d3b 035502 iadd temp ,pdata 
-0x7d3c 035503 copy pdata ,temp 
-0x7d3d 035504 loop string2dec_from_uart_done 
-0x7d3e 035505 rtn 
-:      035509 uchar2dialog:
-0x7d3f 035510 arg 0x3a ,temp 
-0x7d40 035511 isub temp ,null 
-0x7d41 035512 nbranch uchar2dialog_number ,positive 
-0x7d42 035513 arg 0x61 ,temp 
-0x7d43 035514 isub temp ,null 
-0x7d44 035515 branch uchar2dialog_a2f ,positive 
-0x7d45 035516 arg 0x37 ,temp 
-0x7d46 035517 isub temp ,pdata 
-0x7d47 035518 rtn 
-:      035519 uchar2dialog_number:
-0x7d48 035520 arg 0x30 ,temp 
-0x7d49 035521 isub temp ,pdata 
-0x7d4a 035522 rtn 
-:      035523 uchar2dialog_a2f:
-0x7d4b 035524 arg 0x57 ,temp 
-0x7d4c 035525 isub temp ,pdata 
-0x7d4d 035526 rtn 
-:      035529 right_shift_n:
-0x7d4e 035530 sub loopcnt ,0 ,null 
-0x7d4f 035531 rtn zero 
-:      035532 right_shift_n_loop:
-0x7d50 035533 rshift pdata ,pdata 
-0x7d51 035534 loop right_shift_n_loop 
-0x7d52 035535 rtn 
-:      035538 left_shift_n:
-0x7d53 035539 force 1 ,pdata 
-0x7d54 035540 sub loopcnt ,0 ,null 
-0x7d55 035541 rtn zero 
-:      035542 left_shift_n_loop:
-0x7d56 035543 lshift pdata ,pdata 
-0x7d57 035544 loop left_shift_n_loop 
-0x7d58 035545 rtn 
-:      035549 calc_average:
-0x7d59 035550 setarg 0 
-0x7d5a 035551 copy loopcnt ,rega 
-:      035552 calc_average_loop:
-0x7d5b 035553 ifetcht 2 ,contr 
-0x7d5c 035554 iadd temp ,pdata 
-0x7d5d 035555 loop calc_average_loop 
-0x7d5e 035556 idiv rega 
-:      035557 get_div_result:
-0x7d5f 035558 call wait_div_end 
-0x7d60 035559 quotient pdata 
-0x7d61 035560 rtn 
-:      035562 wait_div_end:
-0x7d62 035563 rtn modone 
-0x7d63 035564 branch wait_div_end 
-:      035574 compare_loop:
-:      035575 string_compare:
-0x7d64 035576 ifetch 1 ,rega 
-0x7d65 035577 ifetcht 1 ,regb 
-0x7d66 035578 isub temp ,null 
-0x7d67 035579 nrtn zero 
-0x7d68 035580 increase 1 ,rega 
-0x7d69 035581 increase 1 ,regb 
-0x7d6a 035582 loop string_compare 
-0x7d6b 035583 branch enable_zero 
-:      035587 ceiling:
-0x7d6c 035588 isub temp ,null 
-0x7d6d 035589 nrtn positive 
-0x7d6e 035590 deposit temp 
-0x7d6f 035591 rtn 
-:      035593 swap:
-0x7d70 035594 iadd temp ,pdata 
-0x7d71 035595 isub temp ,temp 
-0x7d72 035596 isub temp ,pdata 
-0x7d73 035597 rtn 
-:      035599 clean_smem:
-0x7d74 035600 arg 0 ,contw 
-0x7d75 035601 branch clean_mem 
-:      035603 clean_xmem:
-0x7d76 035604 arg 0x4000 ,contw 
-:      035605 clean_mem:
-0x7d77 035606 arg 0x1000 ,loopcnt 
-0x7d78 035607 branch memset0 
-:      035610 callback_func:
-0x7d79 035611 rtn blank 
-0x7d7a 035612 copy pdata ,pc 
-:      035615 ice_break_disable_wdt:
-0x7d7b 035616 call wdt_set_disable 
-:      035618 ice_break:
-0x7d7c 035619 jam 0x1 ,core_ice_ctrl 
-0x7d7d 035620 rtn 
-:      035622 ice_setbp:
-0x7d7e 035623 store 2 ,core_ice_break0 
-0x7d7f 035624 fetch 1 ,core_ice_ctrl 
-0x7d80 035625 set1 4 ,pdata 
-0x7d81 035626 store 1 ,core_ice_ctrl 
-0x7d82 035627 rtn 
-:      035628 ice_setbp2:
-0x7d83 035629 store 2 ,core_ice_break1 
-0x7d84 035630 fetch 1 ,core_ice_ctrl 
-0x7d85 035631 set1 6 ,pdata 
-0x7d86 035632 store 1 ,core_ice_ctrl 
-0x7d87 035633 rtn 
-:      035635 ice_set_write_bp:
-0x7d88 035636 store 2 ,core_ice_break0 
-0x7d89 035637 jam 0x30 ,core_ice_ctrl 
-0x7d8a 035638 rtn 
-:      035646 fifo_in:
-0x7d8b 035647 bpatchx patch21_4 ,mem_patch21 
-0x7d8c 035648 ifetcht util_fifo_len ,rega 
-0x7d8d 035649 and temp ,0xff ,pdata 
-0x7d8e 035650 nbranch fifo_in_push ,blank 
-0x7d8f 035651 rshift8 temp ,pdata 
-0x7d90 035652 istore util_fifo_len ,rega 
-:      035653 fifo_in_push:
-0x7d91 035654 increase util_fifo_len + util_fifo_offset ,rega 
-0x7d92 035655 ifetch 1 ,rega 
-0x7d93 035656 nbranch assert ,blank 
-0x7d94 035657 fetch 1 ,mem_fifo_temp 
-0x7d95 035658 istore 1 ,rega 
-0x7d96 035659 rtn 
-:      035664 fifo_out:
-0x7d97 035665 bpatchx patch21_5 ,mem_patch21 
-0x7d98 035666 arg util_fifo_len ,loopcnt 
-0x7d99 035667 ifetch util_fifo_len ,rega 
-0x7d9a 035668 rtn blank 
-:      035669 fifo_out_loop:
-0x7d9b 035670 ifetch 1 ,rega 
-0x7d9c 035671 nbranch fifo_out_end ,blank 
-0x7d9d 035672 increase 1 ,rega 
-0x7d9e 035673 loop fifo_out_loop 
-0x7d9f 035674 branch assert 
-:      035675 fifo_out_end:
-0x7da0 035676 arg 0 ,temp 
-0x7da1 035677 istoret 1 ,rega 
-0x7da2 035678 rtn 
-:      035683 fifo_is_empty:
-0x7da3 035684 ifetch util_fifo_len ,rega 
-0x7da4 035685 rtn 
-:      035690 fifo_is_full:
-0x7da5 035691 ifetch 1 ,rega 
-0x7da6 035692 rtn 
-:      035695 fifo_is_near_full:
-0x7da7 035696 ifetch 2 ,rega 
-0x7da8 035697 rtn 
-:      035701 fifo_content_count:
-0x7da9 035702 arg 0 ,temp 
-:      035703 fifo_content_count_loop:
-0x7daa 035704 fetch 1 ,contr 
-0x7dab 035705 loop fifo_content_count_loop ,blank 
-0x7dac 035706 increase 1 ,temp 
-0x7dad 035707 loop fifo_content_count_loop 
-0x7dae 035708 copy temp ,pdata 
-0x7daf 035709 rtn 
-:      035712 not_greater_than:
-0x7db0 035713 isub temp ,null 
-0x7db1 035714 nrtn positive 
-:      035715 copy_temp2pdata:
-0x7db2 035716 copy temp ,pdata 
-0x7db3 035717 rtn 
-:      035720 disable_positive:
-0x7db4 035721 force -1 ,null 
-0x7db5 035722 rtn 
-:      035723 enable_positive:
-:      035724 disable_zero:
-0x7db6 035725 force 1 ,null 
-0x7db7 035726 rtn 
-:      035727 enable_zero:
-0x7db8 035728 force 0 ,null 
-0x7db9 035729 rtn 
-:      035731 enable_user:
-0x7dba 035732 enable user 
-0x7dbb 035733 rtn 
-:      035735 disable_user:
-0x7dbc 035736 disable user 
-0x7dbd 035737 rtn 
-:      035739 enable_user2:
-0x7dbe 035740 enable user2 
-0x7dbf 035741 rtn 
-:      035743 disable_user2:
-0x7dc0 035744 disable user2 
-0x7dc1 035745 rtn 
-:      035747 enable_user7:
-0x7dc2 035748 enable user7 
-0x7dc3 035749 rtn 
-:      035751 disable_true:
-0x7dc4 035752 disable true 
-0x7dc5 035753 rtn 
-:      035755 enable_true:
-0x7dc6 035756 enable true 
-0x7dc7 035757 rtn 
-:      035759 disable_blank:
-0x7dc8 035760 setarg 1 
-0x7dc9 035761 rtn 
-:      035763 enable_blank:
-:      035764 set_pdata_0:
-0x7dca 035765 setarg 0 
-0x7dcb 035766 rtn 
-:      035770 cal_sum:
-0x7dcc 035771 sub loopcnt ,0 ,null 
-0x7dcd 035772 rtn zero 
-:      035773 cal_sum_loop:
-0x7dce 035774 ifetcht 1 ,contr 
-0x7dcf 035775 iadd temp ,pdata 
-0x7dd0 035776 loop cal_sum_loop 
-0x7dd1 035777 rtn 
-:      035780 reverse_byte:
-0x7dd2 035781 copy loopcnt ,pdata 
-0x7dd3 035782 rtn blank 
-0x7dd4 035783 copy contr ,pdata 
-0x7dd5 035784 iadd loopcnt ,pdata 
-0x7dd6 035785 increase -1 ,pdata 
-0x7dd7 035786 copy pdata ,contr 
-:      035787 reverse_loop:
-0x7dd8 035788 ifetch 1 ,contr 
-0x7dd9 035789 increase -2 ,contr 
-0x7dda 035790 istore 1 ,contw 
-0x7ddb 035791 loop reverse_loop 
-0x7ddc 035792 rtn 
-:      035795 lshift14:
-0x7ddd 035796 lshift16 pdata ,pdata 
-:      035797 rshift2:
-0x7dde 035798 rshift2 pdata ,pdata 
-0x7ddf 035799 rtn 
-:      035801 lshift6:
-0x7de0 035802 lshift8 pdata ,pdata 
-0x7de1 035803 branch rshift2 
-:      035806 clear_wake:
-0x7de2 035807 setarg 0 
-0x7de3 035808 store 8 ,mem_gpio_wakeup_cfg 
-0x7de4 035809 set1 25 ,pdata 
-0x7de5 035810 istore 4 ,contw 
-0x7de6 035811 rtn 
-:      035814 generate_random:
-0x7de7 035815 arg 16 ,loopcnt 
-:      035816 generate_random_loop:
-0x7de8 035817 random pdata 
-0x7de9 035818 istore 1 ,contw 
-0x7dea 035819 loop generate_random_loop 
-0x7deb 035820 rtn 
+:      001807 start:
+0x2000 001808 call lpmstate 
+:      001810 soft_reset:
+0x2001 001811 bpatch patch00_0 ,mem_patch00 
+0x2002 001812 clear_stack 
+0x2003 001814 call app_param_init 
+0x2004 001815 call initialize_radio 
+0x2005 001816 call iic_init_360khz 
+0x2006 001817 call init_param 
+0x2007 001818 call l2cap_init 
+0x2008 001819 bpatch patch00_1 ,mem_patch00 
+0x2009 001820 call ui_init 
+0x200a 001821 call app_init 
+0x200b 001822 call publickey_init 
+0x200c 001824 call lpm_recover_clk ,wake 
+:      001825 main_loop:
+0x200d 001826 bpatch patch00_2 ,mem_patch00 
+0x200e 001827 call sp_calc_sequence_256 
+0x200f 001828 call sp_calc_sequence_256_check 
+0x2010 001829 call le_advertising_dispatch 
+0x2011 001830 call idle_dispatch 
+0x2012 001831 call app_process_idle 
+0x2013 001832 call connection_dispatch 
+0x2014 001833 call g24_dispatch 
+0x2015 001834 call lpm_dispatch 
+0x2016 001835 call kscan_dispatch 
+0x2017 001836 branch main_loop 
+:      001838 connection_dispatch:
+0x2018 001839 call connection_incontext 
+0x2019 001840 rtnmark0 mark_context 
+0x201a 001841 set0 mark_context ,mark 
+0x201b 001842 call context_save 
+0x201c 001843 branch le_disable 
+:      001845 connection_incontext:
+0x201d 001846 bpatch patch00_3 ,mem_patch00 
+0x201e 001847 call context_search_insniff 
+0x201f 001848 nbranch connection_nosniff ,zero 
+0x2020 001849 call context_load 
+0x2021 001850 add rega ,coffset_mode ,contr 
+0x2022 001851 ifetch 1 ,contr 
+0x2023 001852 bbit1 mode_le ,le_conn_dispatch 
+0x2024 001855 rtn 
+:      001857 connection_nosniff:
+0x2025 001858 jam 0 ,mem_current_context 
+0x2026 001859 call context_get_next 
+0x2027 001860 copy loopcnt ,null 
+0x2028 001861 rtn zero 
+0x2029 001862 branch assert 
+:      001869 idle_dispatch:
+0x202a 001870 fetch 1 ,mem_hci_cmd 
+0x202b 001871 rtn blank 
+0x202c 001872 beq hci_cmd_le_create_conn ,idle_le_create_conn 
+0x202d 001873 call context_search_conn_handle 
+0x202e 001874 rtn zero 
+0x202f 001875 call context_search_plap 
+0x2030 001876 rtn zero 
+:      001877 idle_exit:
+0x2031 001878 jam 0 ,mem_hci_cmd 
+0x2032 001879 rtn 
+:      001881 idle_le_create_conn:
+0x2033 001882 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
+0x2034 001883 jam 0 ,mem_hci_cmd 
+0x2035 001884 rtn 
+:      001888 context_load:
+0x2036 001889 bpatch patch00_4 ,mem_patch00 
+0x2037 001890 set1 mark_context ,mark 
+0x2038 001891 deposit rega 
+0x2039 001892 store 2 ,mem_context_ptr 
+0x203a 001893 force context_size ,loopcnt 
+0x203b 001894 arg mem_le_state ,contw 
+0x203c 001895 add rega ,coffset_mode ,contr 
+0x203d 001896 ifetch 1 ,contr 
+0x203e 001897 copy rega ,contr 
+0x203f 001898 bbit1 mode_le ,memcpy 
+0x2040 001899 rtn 
+:      001901 context_save:
+0x2041 001902 bpatch patch00_5 ,mem_patch00 
+0x2042 001903 fetch 2 ,mem_context_ptr 
+0x2043 001904 iforce contw 
+0x2044 001905 force context_size ,loopcnt 
+0x2045 001906 arg mem_le_state ,contr 
+0x2046 001907 branch memcpy 
+:      001911 context_get_next:
+0x2047 001912 arg context_num ,loopcnt 
+0x2048 001913 fetcht 1 ,mem_current_context 
+:      001914 context_get_next_loop:
+0x2049 001915 increase 1 ,temp 
+0x204a 001916 compare context_num ,temp ,0xff 
+0x204b 001917 nbranch context_get_next_cont ,true 
+0x204c 001918 arg 0 ,temp 
+:      001919 context_get_next_cont:
+0x204d 001920 storet 1 ,mem_current_context 
+0x204e 001921 mul32 temp ,context_size ,pdata 
+0x204f 001922 arg mem_context ,rega 
+0x2050 001923 iadd rega ,rega 
+0x2051 001924 ifetch 1 ,rega 
+0x2052 001925 bbit1 state_insniff ,context_get_next_sniff 
+0x2053 001926 rtnbit1 state_inconn 
+:      001927 context_get_next_sniff:
+0x2054 001928 loop context_get_next_loop 
+0x2055 001929 rtn 
+:      001931 context_new:
+0x2056 001932 bpatch patch00_6 ,mem_patch00 
+0x2057 001933 arg context_search_empty ,regc 
+0x2058 001934 call context_search 
+0x2059 001935 nrtn zero 
+0x205a 001936 deposit rega 
+0x205b 001937 store 2 ,mem_context_ptr 
+0x205c 001938 branch enable_zero 
+:      001943 context_check_idle:
+0x205d 001944 arg context_check_inconn ,regc 
+0x205e 001945 branch context_search 
+:      001950 context_search_conn_handle:
+0x205f 001951 fetcht 1 ,mem_hci_conn_handle 
+:      001952 context_search_conn_handle2:
+0x2060 001953 arg context_search_handle ,regc 
+0x2061 001954 branch context_search 
+:      001957 context_search_plap:
+0x2062 001958 bpatch patch00_7 ,mem_patch00 
+0x2063 001959 fetcht 6 ,mem_hci_plap 
+:      001960 context_search_plap2:
+0x2064 001961 arg context_search_lap ,regc 
+0x2065 001962 branch context_search 
+:      001964 context_search_insniff:
+0x2066 001965 arg context_search_sniff ,regc 
+0x2067 001966 branch context_search 
+:      001968 context_search_sniff_window:
+0x2068 001969 arg context_search_window ,regc 
+:      001970 context_search:
+0x2069 001971 bpatch patch01_0 ,mem_patch01 
+0x206a 001972 arg mem_context ,rega 
+0x206b 001973 arg context_num ,loopcnt 
+:      001974 context_search_loop:
+0x206c 001975 ifetch 1 ,rega 
+0x206d 001976 copy regc ,pc 
+:      001977 context_search_next:
+0x206e 001978 bpatch patch01_1 ,mem_patch01 
+0x206f 001979 increase context_size ,rega 
+0x2070 001980 loop context_search_loop 
+0x2071 001981 force 1 ,null 
+0x2072 001982 rtn 
+:      001984 context_search_empty:
+0x2073 001985 bbit1 state_inconn ,context_search_next 
+0x2074 001986 branch enable_zero 
+:      001988 context_search_lap:
+0x2075 001989 bbit0 state_inconn ,context_search_next 
+:      001990 context_search_lap_cont:
+0x2076 001991 add rega ,coffset_plap ,contr 
+0x2077 001992 ifetch 6 ,contr 
+0x2078 001993 isub temp ,null 
+0x2079 001994 rtn zero 
+0x207a 001995 branch context_search_next 
+:      001997 context_search_handle:
+0x207b 001998 bbit0 state_inconn ,context_search_next 
+0x207c 001999 add rega ,coffset_conn_handle ,contr 
+0x207d 002000 ifetch 1 ,contr 
+0x207e 002001 isub temp ,null 
+0x207f 002002 rtn zero 
+0x2080 002003 branch context_search_next 
+:      002005 context_search_sniff:
+0x2081 002006 bbit0 state_insniff ,context_search_next 
+:      002007 context_search_sniff_loop:
+0x2082 002008 call context_get_anchor 
+0x2083 002009 call sign_pdata_temp 
+0x2084 002010 isub temp ,pdata 
+0x2085 002011 increase 1 ,pdata 
+0x2086 002012 branch context_search_sniff_miss ,positive 
+0x2087 002013 copy contr ,regb 
+0x2088 002014 store 9 ,mem_temp 
+0x2089 002015 bpatch patch01_2 ,mem_patch01 
+0x208a 002016 fetch 1 ,mem_sc_calc 
+0x208b 002017 nbranch context_search_sniff_sc ,blank 
+0x208c 002018 fetch 9 ,mem_temp 
+0x208d 002019 copy regb ,contr 
+0x208e 002020 increase 5 ,pdata 
+0x208f 002021 branch context_search_meet1 
+:      002023 context_search_sniff_sc:
+0x2090 002024 fetch 9 ,mem_temp 
+0x2091 002025 copy regb ,contr 
+0x2092 002026 increase 20 ,pdata 
+:      002027 context_search_meet1:
+0x2093 002028 nbranch context_search_next ,positive 
+:      002029 context_search_meet:
+0x2094 002030 copy temp ,bt_clk 
+0x2095 002031 call context_next_anchor 
+0x2096 002032 branch enable_zero 
+:      002035 context_search_sniff_miss:
+0x2097 002036 iforce regb 
+0x2098 002037 add rega ,coffset_tsniff ,contr 
+0x2099 002038 ifetch 2 ,contr 
+0x209a 002039 branch context_search_meet ,blank 
+0x209b 002040 call context_next_anchor 
+0x209c 002041 branch context_search_sniff_loop 
+:      002043 sign_pdata_temp:
+0x209d 002044 rshift16 pdata ,timeup 
+0x209e 002045 rshift8 timeup ,timeup 
+0x209f 002046 branch sign_pdata_temp_p0 ,zero 
+0x20a0 002047 compare 0xf ,timeup ,0xf 
+0x20a1 002048 nrtn true 
+0x20a2 002049 rshift16 temp ,timeup 
+0x20a3 002050 rshift8 timeup ,timeup 
+0x20a4 002051 nrtn zero 
+0x20a5 002052 set1 28 ,temp 
+0x20a6 002053 rtn 
+:      002054 sign_pdata_temp_p0:
+0x20a7 002055 rshift16 temp ,timeup 
+0x20a8 002056 rshift8 timeup ,timeup 
+0x20a9 002057 compare 0xf ,timeup ,0xf 
+0x20aa 002058 nrtn true 
+0x20ab 002059 set1 28 ,pdata 
+0x20ac 002060 rtn 
+:      002062 context_check_inconn:
+0x20ad 002063 bbit0 state_inconn ,context_search_next 
+0x20ae 002064 branch enable_zero 
+:      002067 context_check_a_wack:
+0x20af 002068 bbit0 state_inconn ,context_search_next 
+0x20b0 002069 add rega ,coffset_mode ,contr 
+0x20b1 002070 ifetch 1 ,contr 
+0x20b2 002071 bbit1 mode_le ,context_search_next 
+0x20b3 002072 rtn 
+:      002074 context_get_anchor:
+0x20b4 002075 add rega ,coffset_mode ,contr 
+0x20b5 002076 ifetcht 1 ,contr 
+0x20b6 002077 deposit clkn_bt 
+0x20b7 002078 isolate1 mode_master ,temp 
+0x20b8 002079 add rega ,coffset_sniff_anchor ,contr 
+0x20b9 002080 ifetcht 4 ,contr 
+0x20ba 002081 rtn true 
+0x20bb 002082 add rega ,coffset_clk_offset ,contr 
+0x20bc 002083 ifetch 6 ,contr 
+0x20bd 002084 call calc_clke2 
+0x20be 002085 deposit clke_bt 
+0x20bf 002086 rtn 
+:      002088 context_next_anchor:
+0x20c0 002089 add rega ,coffset_tsniff ,contr 
+0x20c1 002090 add rega ,coffset_sniff_anchor ,contw 
+0x20c2 002091 ifetch 2 ,contr 
+0x20c3 002092 iadd temp ,timeup 
+0x20c4 002093 deposit timeup 
+0x20c5 002094 istore 4 ,contw 
+0x20c6 002095 branch le_context_nextevent 
+:      002098 context_search_window:
+0x20c7 002099 bbit0 state_insniff ,context_search_next 
+0x20c8 002100 call context_get_anchor 
+0x20c9 002101 iadd stop_watch ,pdata 
+0x20ca 002102 iadd stop_watch ,pdata 
+0x20cb 002103 iadd queue ,pdata 
+0x20cc 002104 isub temp ,null 
+0x20cd 002105 nbranch context_search_next ,positive 
+0x20ce 002106 branch enable_zero 
+:      002110 end_of_packet:
+0x20cf 002111 bpatch patch01_3 ,mem_patch01 
+0x20d0 002112 disable lr_s2en 
+0x20d1 002113 disable encode_fec0 
+0x20d2 002114 disable encode_fec2 
+0x20d3 002115 disable decode_fec0 
+0x20d4 002116 disable decode_fec2 
+0x20d5 002117 disable enable_crc 
+0x20d6 002118 disable encrypt 
+0x20d7 002119 disable enable_white 
+0x20d8 002120 branch shutdown_radio ,is_rx 
+0x20d9 002121 until null ,tx_clear 
+0x20da 002122 nop 100 
+0x20db 002123 branch shutdown_radio 
+:      002128 sniff_check_window:
+0x20dc 002129 bpatch patch01_4 ,mem_patch01 
+0x20dd 002130 disable swfine 
+0x20de 002131 copy temp ,stop_watch 
+0x20df 002132 call context_search_sniff_window 
+0x20e0 002133 disable user 
+0x20e1 002134 nrtn zero 
+0x20e2 002135 force 0 ,stop_watch 
+0x20e3 002136 branch enable_user 
+:      002139 calc_slot_offset:
+0x20e4 002140 bpatch patch01_5 ,mem_patch01 
+0x20e5 002141 until null ,halfslot 
+0x20e6 002142 deposit clke 
+0x20e7 002143 iforce contr 
+0x20e8 002144 rshift16 ,pdata ,pdata 
+0x20e9 002145 isub clkn_bt ,loopcnt 
+0x20ea 002146 and_into 3 ,loopcnt 
+0x20eb 002147 nbranch calc_bt_portion ,zero 
+0x20ec 002148 force 0 ,pdata 
+0x20ed 002149 branch calc_skip_bt 
+:      002150 calc_bt_portion:
+0x20ee 002151 fetcht 2 ,mem_param_rt_rthalfslot 
+0x20ef 002152 force 0 ,pdata 
+:      002153 calc_slot_offset_loop:
+0x20f0 002154 iadd temp ,pdata 
+0x20f1 002155 loop calc_slot_offset_loop 
+:      002156 calc_skip_bt:
+0x20f2 002157 iadd contr ,pdata 
+0x20f3 002158 div pdata ,12 
+0x20f4 002159 call get_div_result 
+0x20f5 002160 store 2 ,mem_slot_offset 
+0x20f6 002161 rtn 
+:      002163 calc_clke_offset:
+0x20f7 002164 bpatch patch01_6 ,mem_patch01 
+0x20f8 002165 deposit clke 
+0x20f9 002166 copy clkn ,temp 
+0x20fa 002167 isub temp ,null 
+0x20fb 002168 nsetflag positive ,44 ,pdata 
+0x20fc 002169 isub temp ,temp 
+0x20fd 002170 fetch 2 ,mem_param_rt_rthalfslot 
+0x20fe 002171 isolate0 15 ,temp 
+0x20ff 002172 branch calc_clke_pos ,true 
+0x2100 002173 copy temp ,alarm 
+0x2101 002174 arg 0x10000 ,temp 
+0x2102 002175 fetch 2 ,mem_param_rt_rthalfslot 
+0x2103 002176 isub temp ,pdata 
+0x2104 002177 iadd alarm ,temp 
+:      002179 calc_clke_pos:
+0x2105 002180 storet 6 ,mem_le_clk_offset 
+0x2106 002181 rtn 
+:      002183 calc_clke:
+0x2107 002184 disable clknt 
+0x2108 002185 fetch 6 ,mem_le_clk_offset 
+:      002186 calc_clke2:
+0x2109 002187 iadd clkn ,alarm 
+0x210a 002188 increase 10 ,alarm 
+0x210b 002189 fetch 2 ,mem_param_rt_rthalfslot 
+0x210c 002190 isub alarm ,pdata 
+0x210d 002191 isolate0 15 ,pdata 
+0x210e 002192 branch calc_clke_pos_adj ,true 
+0x210f 002193 setarg 0x10000 
+0x2110 002194 fetchr regd ,2 ,mem_param_rt_rthalfslot 
+0x2111 002195 isub regd ,pdata 
+0x2112 002196 iadd alarm ,alarm 
+:      002197 calc_clke_pos2:
+0x2113 002198 copy alarm ,clke 
+0x2114 002199 rtn 
+:      002200 calc_clke_pos_adj:
+0x2115 002201 force 0 ,null 
+0x2116 002202 branch calc_clke_pos2 
+:      002209 qsetxor:
+0x2117 002210 rshift3 pdata ,pdata 
+0x2118 002211 ifetchr rega ,1 ,contw 
+0x2119 002212 ixor rega ,pdata 
+0x211a 002213 isolate0 6 ,pdata 
+0x211b 002214 branch qset_p 
+:      002216 qset1_p:
+0x211c 002217 isolate0 0 ,null 
+:      002218 qset_start:
+0x211d 002219 arg 0x8ac2 ,contw 
+:      002220 qset_p:
+0x211e 002221 ifetch 1 ,contw 
+0x211f 002222 qsetflag true ,pdata 
+0x2120 002223 istore 1 ,contw 
+0x2121 002224 rtn 
+:      002226 rx_dcoc_avg:
+0x2122 002227 nop 60 
+:      002228 btdma:
+0x2123 002230 jam 8 ,0x8983 
+0x2124 002231 jam 9 ,0x8985 
+0x2125 002232 jam 0x9 ,0x8981 
+0x2126 002233 jam 0x3 ,0x8981 
+0x2127 002234 jam 0x6 ,0x8980 
+0x2128 002235 nop 60 
+0x2129 002236 arg 0 ,rega 
+0x212a 002237 arg 0 ,regb 
+0x212b 002238 arg 16 ,loopcnt 
+0x212c 002239 arg 0x800 ,contr 
+:      002240 rx_dcoc_loop:
+0x212d 002241 ifetch 2 ,contr 
+0x212e 002242 iadd rega ,rega 
+0x212f 002243 ifetch 2 ,contr 
+0x2130 002244 iadd regb ,regb 
+0x2131 002245 loop rx_dcoc_loop 
+0x2132 002246 rtn 
+:      002248 rx_dcoc:
+0x2133 002249 bpatch patch01_7 ,mem_patch01 
+0x2134 002250 call set_sync_on 
+0x2135 002251 arg 39 ,temp 
+0x2136 002252 call set_freq_rx 
+0x2137 002253 call rf_rx_enable 
+0x2138 002254 jam 0x7f ,0x8a25 
+0x2139 002255 jam 0x1a ,0x8a30 
+0x213a 002256 jam 0x78 ,0x8a31 
+0x213b 002257 jam 0xb2 ,0x8a8f 
+0x213c 002258 jam 0 ,0x8ac2 
+0x213d 002259 jam 0 ,0x8ac3 
+0x213e 002260 arg 6 ,queue 
+0x213f 002261 call rx_dcoc_avg 
+0x2140 002262 isolate1 13 ,rega 
+0x2141 002263 call qset_start 
+0x2142 002264 isolate1 13 ,regb 
+0x2143 002265 call qset_p 
+0x2144 002266 arg 5 ,queue 
+:      002267 rx_dcoc_loop2:
+0x2145 002268 call qset1_p 
+0x2146 002269 call qset_p 
+0x2147 002270 call rx_dcoc_avg 
+0x2148 002271 arg 0x8ac2 ,contw 
+0x2149 002272 rshift4 rega ,pdata 
+0x214a 002273 call qsetxor 
+0x214b 002274 rshift4 regb ,pdata 
+0x214c 002275 call qsetxor 
+0x214d 002276 increase -1 ,queue 
+0x214e 002277 branch rx_dcoc_loop2 ,positive 
+0x214f 002278 jam 0x52 ,0x8a8f 
+0x2150 002279 jam 2 ,0x8a30 
+0x2151 002280 jam 0 ,0x8981 
+:      002282 shutdown_radio:
+0x2152 002283 bpatch patch02_0 ,mem_patch02 
+0x2153 002284 call rf_debug_shutdown_radio_line 
+0x2154 002285 disable is_tx 
+0x2155 002286 disable is_rx 
+0x2156 002287 setarg 0x0200 
+0x2157 002288 store 4 ,0x8a23 
+0x2158 002289 jam 0xfa ,0x8a01 
+0x2159 002290 nop 12 
+0x215a 002291 jam 0 ,0x8a0f 
+0x215b 002292 jam 0x1a ,0x8a12 
+0x215c 002293 jam 0x2b ,0x8a14 
+0x215d 002294 force 8 ,radio_ctrl 
+0x215e 002295 force 0 ,radio_ctrl 
+0x215f 002297 branch gain_control 
+:      002299 set_sync_on:
+0x2160 002300 bpatch patch02_1 ,mem_patch02 
+0x2161 002301 jam 0x60 ,0x8a0f 
+0x2162 002302 jam 0xaa ,0x8a10 
+0x2163 002303 jam 0x7a ,0x8a12 
+0x2164 002304 jam 0x00 ,0x8a25 
+0x2165 002305 jam 0x00 ,0x8a26 
+0x2166 002306 nop 60 
+0x2167 002307 jam 0x20 ,0x8a20 
+0x2168 002308 jam 0xfd ,0x8a23 
+0x2169 002309 jam 0x12 ,0x8a24 
+0x216a 002310 jam 0x10 ,0x8a24 
+0x216b 002311 nop 60 
+0x216c 002312 jam 0x60 ,0x8a12 
+0x216d 002313 jam 0xdd ,0x8a23 
+0x216e 002314 rtn 
+:      002316 set_freq_rx:
+0x216f 002317 bpatch patch02_2 ,mem_patch02 
+0x2170 002318 jam 0x01 ,0x8900 
+0x2171 002319 jam 0x9d ,0x8a23 
+0x2172 002320 jam 0x02 ,0x8a24 
+0x2173 002321 nop 20 
+0x2174 002322 jam 0x65 ,0x8a70 
+0x2175 002323 jam 0x9f ,0x8a23 
+0x2176 002324 call set_lemode 
+0x2177 002325 storet 1 ,mem_last_freq 
+0x2178 002326 increase 1 ,temp 
+:      002330 aac_res_lookup:
+0x2179 002331 bpatch patch02_3 ,mem_patch02 
+0x217a 002332 rshift4 temp ,pdata 
+0x217b 002333 arg mem_aac_res_table ,contr 
+0x217c 002334 iadd contr ,contr 
+0x217d 002335 ifetch 1 ,contr 
+0x217e 002336 fetchr rega ,1 ,0x8a71 
+0x217f 002337 and_into 0xf ,rega 
+0x2180 002338 ior rega ,pdata 
+0x2181 002339 store 1 ,0x8a71 
+0x2182 002340 call calc_freq 
+0x2183 002341 nop 144 
+0x2184 002342 fetch 1 ,mem_fcomp_div 
+0x2185 002343 beq xtal_24m ,aac_res_lookup_end 
+0x2186 002344 nop 36 
+:      002345 aac_res_lookup_end:
+0x2187 002346 jam 0x80 ,0x8a20 
+0x2188 002347 rtn 
+:      002350 set_lemode_2m_16m:
+0x2189 002351 setarg 0x8312 
+0x218a 002352 store 2 ,0x8907 
+0x218b 002353 branch set_lemode_2m 
+:      002355 set_lemode_1m_16m:
+0x218c 002356 setarg 0x4189 
+0x218d 002357 store 2 ,0x8907 
+0x218e 002358 branch set_lemode_1m 
+:      002361 set_lemode:
+0x218f 002362 bpatch patch02_4 ,mem_patch02 
+0x2190 002363 jam 0x11 ,0x8a82 
+0x2191 002364 jam 0x12 ,0x8a8d 
+0x2192 002365 jam 0x0a ,0x8a8e 
+0x2193 002366 fetch 1 ,mem_fcomp_div 
+0x2194 002367 beq xtal_16m ,set_lemode_2m_16m 
+0x2195 002368 setarg 0x5762 
+0x2196 002369 store 2 ,0x8907 
+:      002370 set_lemode_2m:
+0x2197 002371 jam 3 ,0x8901 
+0x2198 002372 jam 0x84 ,0x8920 
+0x2199 002373 rtnmark1 mark_ble_2m 
+0x219a 002374 jam 1 ,0x8901 
+0x219b 002375 jam 0x80 ,0x8920 
+0x219c 002376 jam 0x07 ,0x8a82 
+0x219d 002377 jam 0x44 ,0x8a8d 
+0x219e 002378 jam 0x0a ,0x8a8e 
+0x219f 002379 fetch 1 ,mem_fcomp_div 
+0x21a0 002380 beq xtal_16m ,set_lemode_1m_16m 
+0x21a1 002381 setarg 0x2bb1 
+0x21a2 002382 store 2 ,0x8907 
+:      002383 set_lemode_1m:
+0x21a3 002384 rtnmark0 mark_ble_lr 
+0x21a4 002385 jam 5 ,0x8901 
+0x21a5 002386 rtn 
+:      002388 rf_rx_enable:
+0x21a6 002389 bpatch patch02_5 ,mem_patch02 
+0x21a7 002390 call rf_debug_rx_gpio_high 
+0x21a8 002391 call rf_rx_agc_set 
+0x21a9 002392 force 8 ,radio_ctrl 
+0x21aa 002393 force 0 ,radio_ctrl 
+0x21ab 002395 setarg 0x0aaada 
+0x21ac 002396 store 3 ,0x8a0f 
+0x21ad 002397 jam 0x40 ,0x8a25 
+0x21ae 002398 jam 0x10 ,0x8a26 
+0x21af 002399 nop 60 
+0x21b0 002400 jam 0xfb ,0x8a01 
+0x21b1 002401 jam 0xff ,0x8a25 
+0x21b2 002402 jam 0x30 ,0x8a26 
+0x21b3 002403 jam 0x5e ,0x8a16 
+0x21b4 002404 nop 20 
+0x21b5 002405 jam 0x00 ,0x8a10 
+0x21b6 002406 jam 0x08 ,0x8a11 
+0x21b7 002407 nop 120 
+0x21b8 002408 jam 0xd ,0x8900 
+0x21b9 002409 rtn 
+:      002412 rf_rx_agc_set:
+0x21ba 002413 fetch 1 ,mem_gain_fix 
+0x21bb 002414 beq 0xff ,rf_rx_enable_no_soft_agc 
+0x21bc 002415 arg mem_gain_table ,contr 
+0x21bd 002416 iadd contr ,contr 
+0x21be 002417 ifetch 1 ,contr 
+0x21bf 002418 store 1 ,core_rf_rx_gain_fix 
+0x21c0 002419 jam 0x27 ,core_rf_rx_agc_ctrl 
+:      002421 rf_rx_enable_no_soft_agc:
+0x21c1 002422 fetcht 1 ,mem_gain_second_agc_en 
+0x21c2 002423 fetch 1 ,core_rf_rx_agc_ctrl 
+0x21c3 002424 ior temp ,pdata 
+0x21c4 002425 store 1 ,core_rf_rx_agc_ctrl 
+0x21c5 002426 rtn 
+:      002429 set_freq_tx_int:
+0x21c6 002430 jam 0x03 ,0x8900 
+0x21c7 002431 jam 0x02 ,0x8a24 
+0x21c8 002432 nop 20 
+0x21c9 002433 jam 0x65 ,0x8a70 
+0x21ca 002434 jam 0xdf ,0x8a23 
+0x21cb 002435 call set_lemode 
+0x21cc 002436 call ghp_lookup 
+0x21cd 002437 storet 1 ,mem_last_freq 
+0x21ce 002438 increase 2 ,temp 
+0x21cf 002439 branch aac_res_lookup 
+:      002443 calc_freq:
+0x21d0 002444 bpatch patch02_6 ,mem_patch02 
+0x21d1 002445 setarg 2400 
+0x21d2 002446 iadd temp ,pdata 
+0x21d3 002447 copy pdata ,rega 
+0x21d4 002448 fetcht 1 ,mem_fcomp_div 
+0x21d5 002449 rshift temp ,temp 
+0x21d6 002450 idiv temp 
+0x21d7 002452 call wait_div_end 
+0x21d8 002453 quotient pdata 
+0x21d9 002454 store 2 ,0x8909 
+0x21da 002455 remainder pdata 
+0x21db 002456 lshift16 pdata ,pdata 
+0x21dc 002457 lshift8 pdata ,pdata 
+0x21dd 002458 idiv temp 
+0x21de 002459 call wait_div_end 
+0x21df 002460 quotient pdata 
+0x21e0 002461 store 3 ,0x890b 
+0x21e1 002466 storer rega ,1 ,0x8a22 
+0x21e2 002467 rshift8 rega ,rega 
+0x21e3 002468 storer rega ,1 ,0x8a21 
+0x21e4 002469 jam 0xa0 ,0x8a20 
+0x21e5 002470 jam 0xe0 ,0x8a20 
+0x21e6 002471 jam 0xa0 ,0x8a20 
+0x21e7 002472 rtn 
+:      002474 ghp_lookup:
+0x21e8 002475 add temp ,2 ,pdata 
+0x21e9 002476 rshift3 pdata ,pdata 
+0x21ea 002477 and_into -2 ,pdata 
+0x21eb 002478 arg mem_ghpc_table ,contr 
+0x21ec 002479 bmark0 mark_ble_2m ,ghp_1m 
+0x21ed 002480 increase 12 ,contr 
+:      002481 ghp_1m:
+0x21ee 002482 iadd contr ,contr 
+0x21ef 002483 ifetchr rega ,2 ,contr 
+0x21f0 002484 ifetch 2 ,contr 
+0x21f1 002485 isub rega ,pdata 
+0x21f2 002486 add temp ,2 ,contr 
+0x21f3 002487 and_into 0xf ,contr 
+0x21f4 002488 imul32 contr ,pdata 
+0x21f5 002489 rshift4 pdata ,pdata 
+0x21f6 002490 iadd rega ,pdata 
+0x21f7 002491 store 2 ,0x8905 
+0x21f8 002492 rtn 
+:      002496 set_freq_tx:
+0x21f9 002497 bpatch patch02_7 ,mem_patch02 
+0x21fa 002498 call set_freq_tx_int 
+0x21fb 002499 nop 600 
+:      002501 txon:
+0x21fc 002502 bpatch patch03_0 ,mem_patch03 
+0x21fd 002503 setarg 0x0aaa7e 
+0x21fe 002504 store 3 ,0x8a0f 
+0x21ff 002505 nop 60 
+0x2200 002506 jam 0x00 ,0x8a25 
+0x2201 002507 jam 0x0d ,0x8a26 
+0x2202 002508 jam 0x56 ,0x8a16 
+0x2203 002509 nop 30 
+0x2204 002510 jam 0x1b ,0x8a15 
+0x2205 002511 call set_tx_power 
+0x2206 002512 nop 20 
+0x2207 002513 jam 0x0f ,0x8a26 
+0x2208 002514 nop 20 
+0x2209 002515 jam 0xa8 ,0x8a10 
+0x220a 002516 jam 0x00 ,0x8a11 
+0x220b 002517 rtn 
+:      002519 set_tx_power:
+0x220c 002520 bpatch patch03_1 ,mem_patch03 
+0x220d 002521 fetch 1 ,mem_tx_power 
+0x220e 002522 beq tx_power_0db ,set_tx_power_0db 
+0x220f 002523 beq tx_power_3db ,set_tx_power_3db 
+0x2210 002524 beq tx_power_5db ,set_tx_power_5db 
+0x2211 002525 beq tx_power_7db ,set_tx_power_7db 
+0x2212 002526 beq tx_power_10db ,set_tx_power_10db 
+0x2213 002527 beq tx_power_f3db ,set_tx_power_f3db 
+0x2214 002528 beq tx_power_f5db ,set_tx_power_f5db 
+0x2215 002529 beq tx_power_f10db ,set_tx_power_f10db 
+0x2216 002530 beq tx_power_f20db ,set_tx_power_f20db 
+:      002531 set_tx_power_0db:
+0x2217 002532 jam 0x17 ,0x8a14 
+0x2218 002533 setarg 0x251a3f 
+0x2219 002534 store 3 ,0x8a60 
+:      002535 set_tx_power_8a63_28:
+0x221a 002536 jam 0x28 ,0x8a63 
+0x221b 002537 rtn 
+:      002539 set_tx_power_3db:
+0x221c 002540 jam 0x25 ,0x8a14 
+0x221d 002541 setarg 0xa91c2d 
+0x221e 002542 store 3 ,0x8a60 
+:      002543 set_tx_power_8a63_2f:
+0x221f 002544 jam 0x2f ,0x8a63 
+0x2220 002545 rtn 
+:      002547 set_tx_power_5db:
+0x2221 002548 jam 0x25 ,0x8a14 
+0x2222 002549 setarg 0xa91c3f 
+0x2223 002550 store 3 ,0x8a60 
+0x2224 002551 branch set_tx_power_8a63_2f 
+:      002553 set_tx_power_7db:
+0x2225 002554 jam 0x25 ,0x8a14 
+0x2226 002555 setarg 0xa9383f 
+0x2227 002556 store 3 ,0x8a60 
+0x2228 002557 branch set_tx_power_8a63_2f 
+:      002559 set_tx_power_10db:
+0x2229 002560 jam 0x25 ,0x8a14 
+0x222a 002561 setarg 0xa93f3f 
+0x222b 002562 store 3 ,0x8a60 
+0x222c 002563 branch set_tx_power_8a63_2f 
+:      002566 set_tx_power_f3db:
+0x222d 002567 jam 0x17 ,0x8a14 
+0x222e 002568 setarg 0x251827 
+0x222f 002569 store 3 ,0x8a60 
+0x2230 002570 branch set_tx_power_8a63_28 
+:      002572 set_tx_power_f5db:
+0x2231 002573 jam 0x17 ,0x8a14 
+0x2232 002574 setarg 0x25181c 
+0x2233 002575 store 3 ,0x8a60 
+0x2234 002576 branch set_tx_power_8a63_28 
+:      002578 set_tx_power_f10db:
+0x2235 002579 jam 0x17 ,0x8a14 
+0x2236 002580 setarg 0x25180b 
+0x2237 002581 store 3 ,0x8a60 
+0x2238 002582 branch set_tx_power_8a63_28 
+:      002584 set_tx_power_f20db:
+0x2239 002585 jam 0x17 ,0x8a14 
+0x223a 002586 setarg 0x251000 
+0x223b 002587 store 3 ,0x8a60 
+0x223c 002588 branch set_tx_power_8a63_28 
+:      002592 initialize_radio:
+0x223d 002593 jam clksel_rc ,core_clksel 
+:      002594 initialize_radio_wait:
+0x223e 002595 fetch 2 ,mem_rf_init_ptr 
+0x223f 002596 bbit0 14 ,initialize_radio_wait 
+0x2240 002597 iforce contr 
+0x2241 002598 arg 0x8a00 ,temp 
+:      002599 initialize_radio_loop:
+0x2242 002600 ifetch 1 ,contr 
+0x2243 002601 beq 0xff ,initialize_radio_cont 
+0x2244 002602 ior temp ,contw 
+0x2245 002603 ifetch 1 ,contr 
+0x2246 002604 istore 1 ,contw 
+0x2247 002605 branch initialize_radio_loop 
+:      002607 initialize_radio_cont:
+0x2248 002608 bpatch patch03_2 ,mem_patch03 
+0x2249 002609 fetch 1 ,mem_wdt_always_work 
+0x224a 002610 call wdt_set_disable ,blank 
+0x224b 002612 until null ,lpo_edge 
+0x224c 002613 jam 0x5f ,0x813b 
+0x224d 002614 fetch 1 ,mem_fcomp_div 
+0x224e 002615 beq xtal_16m ,initialize_radio_16m 
+0x224f 002616 fetch 1 ,mem_ring_ibias_trim 
+0x2250 002617 or_into 0x04 ,pdata 
+0x2251 002618 store 1 ,0x8a02 
+0x2252 002619 jam 0x01 ,0x890f 
+0x2253 002620 jam 0x24 ,0x8a80 
+0x2254 002621 jam 0x62 ,0x8a81 
+0x2255 002622 setarg 0xe61212 
+0x2256 002623 store 3 ,0x8a73 
+:      002624 initialize_radio2:
+0x2257 002626 jam 0x60 ,0x8a86 
+0x2258 002627 jam 0x3b ,0x8a8b 
+0x2259 002629 call dpll_on 
+0x225a 002630 jam 0 ,core_config 
+0x225b 002631 jam clksel_dpll ,core_clksel 
+0x225c 002632 setarg 0x557474 
+0x225d 002633 store 3 ,0x8968 
+0x225e 002634 jam 0x6e ,0x8960 
+0x225f 002635 call rx_dcoc 
+0x2260 002636 call rfpll_aac_ghpc 
+0x2261 002637 fetch 1 ,mem_xtal_c_sel 
+0x2262 002638 store 1 ,core_xtal_cap 
+0x2263 002640 jam system_clk_12m ,mem_system_clk 
+0x2264 002641 call sadc_calibration 
+0x2265 002642 branch dpll_ring_ibias_calc 
+:      002644 initialize_radio_16m:
+0x2266 002645 fetch 1 ,mem_ring_ibias_trim 
+0x2267 002646 or_into 0x06 ,pdata 
+0x2268 002647 store 1 ,0x8a02 
+0x2269 002648 jam 0x00 ,0x890f 
+0x226a 002649 jam 0x23 ,0x8a80 
+0x226b 002650 jam 0xb0 ,0x8a81 
+0x226c 002651 setarg 0xe40909 
+0x226d 002652 store 3 ,0x8a73 
+0x226e 002653 jam 0x2a ,0x8a76 
+0x226f 002654 jam 0x04 ,0x8902 
+0x2270 002655 branch initialize_radio2 
+:      002657 rfpll_aac_ghpc:
+0x2271 002658 bpatch patch03_3 ,mem_patch03 
+0x2272 002659 call set_sync_on 
+0x2273 002660 jam 3 ,0x8900 
+0x2274 002661 jam 0x1 ,0x8a70 
+0x2275 002662 arg mem_ghpc_table ,regb 
+0x2276 002663 arg mem_aac_res_table ,regd 
+0x2277 002664 call rfpll_aac_ghpc_once 
+0x2278 002665 set1 mark_ble_2m ,mark 
+0x2279 002666 call rfpll_aac_ghpc_once 
+0x227a 002667 jam 0x61 ,0x8a70 
+0x227b 002668 branch shutdown_radio 
+:      002670 rfpll_aac_ghpc_once:
+0x227c 002671 call set_lemode 
+0x227d 002672 arg 6 ,loopcnt 
+0x227e 002673 arg 0 ,regc 
+:      002674 rfpll_cal_loop:
+0x227f 002675 copy regc ,temp 
+0x2280 002676 call aac_ghpc 
+0x2281 002677 increase 2 ,regb 
+0x2282 002678 increase 1 ,regd 
+0x2283 002679 increase 16 ,regc 
+0x2284 002680 loop rfpll_cal_loop 
+0x2285 002681 rtn 
+:      002683 dpll_on:
+0x2286 002684 fetch 1 ,mem_fcomp_div 
+0x2287 002685 beq xtal_24m ,dpll_on_24m 
+0x2288 002686 fetch 1 ,mem_ring_ibias_trim 
+0x2289 002687 or_into 0x06 ,pdata 
+0x228a 002688 store 1 ,0x8a02 
+0x228b 002689 jam 0xe0 ,0x8a05 
+:      002690 dpll_on_24m:
+0x228c 002691 jam 0xc8 ,0x8a00 
+0x228d 002692 nop 60 
+0x228e 002693 jam 0xa0 ,0x8a01 
+0x228f 002694 jam 0xcf ,0x8a00 
+0x2290 002695 jam 0xfa ,0x8a01 
+0x2291 002696 nop 20 
+0x2292 002697 jam 0x8f ,0x8a00 
+0x2293 002698 rtn 
+:      002700 aac_ghpc:
+0x2294 002701 bpatch patch03_4 ,mem_patch03 
+0x2295 002702 jam 0x30 ,0x8a20 
+0x2296 002703 jam 0xdd ,0x8a23 
+0x2297 002704 call calc_freq 
+:      002705 wait_cal_done:
+0x2298 002706 fetch 1 ,0x8a7c 
+0x2299 002707 bbit0 0 ,wait_cal_done 
+0x229a 002708 jam 0x30 ,0x8a7b 
+0x229b 002709 call read_cal_result 
+0x229c 002710 iforce rega 
+0x229d 002711 jam 0x40 ,0x8a7b 
+0x229e 002712 call read_cal_result 
+0x229f 002713 isub rega ,pdata 
+0x22a0 002714 mul32 pdata ,125 ,temp 
+0x22a1 002715 setarg 0xb00000 
+0x22a2 002716 idiv temp 
+0x22a3 002717 call wait_div_end 
+0x22a4 002718 quotient pdata 
+0x22a5 002719 bmark0 mark_ble_2m ,aac_ghpc_1m 
+0x22a6 002720 lshift pdata ,pdata 
+:      002721 aac_ghpc_1m:
+0x22a7 002722 istore 2 ,regb 
+0x22a8 002723 jam 0x20 ,0x8a7b 
+0x22a9 002724 fetch 1 ,0x8a7e 
+0x22aa 002725 lshift4 pdata ,pdata 
+0x22ab 002726 istore 1 ,regd 
+0x22ac 002727 jam 0 ,0x8a7b 
+0x22ad 002728 rtn 
+:      002730 read_cal_result:
+0x22ae 002731 fetch 2 ,0x8a7d 
+0x22af 002732 byteswap pdata ,pdata 
+0x22b0 002733 fetcht 1 ,0x8a7c 
+0x22b1 002734 lshift16 temp ,temp 
+0x22b2 002735 ior temp ,pdata 
+0x22b3 002736 rtn 
+:      002739 dpll_ring_ibias_calc:
+0x22b4 002740 bpatch patch03_5 ,mem_patch03 
+0x22b5 002741 fetch 1 ,core_vtest_ctrl0 
+0x22b6 002742 set1 0 ,pdata 
+0x22b7 002743 store 1 ,core_vtest_ctrl0 
+0x22b8 002744 jam 0xf0 ,core_vtest_ctrl1 
+0x22b9 002745 fetch 1 ,core_bbpll_cfg3 
+0x22ba 002746 or_into 0x16 ,pdata 
+0x22bb 002747 store 1 ,core_bbpll_cfg3 
+0x22bc 002749 fetch 1 ,mem_adc_dma_enable 
+0x22bd 002750 store 1 ,mem_temp 
+0x22be 002751 fetch 1 ,mem_adc_channel 
+0x22bf 002752 store 1 ,mem_temp + 1 
+0x22c0 002753 jam 0 ,mem_adc_dma_enable 
+0x22c1 002754 fetch 1 ,mem_ring_ibias_calc_adc_channel 
+0x22c2 002755 store 1 ,mem_adc_channel 
+0x22c3 002756 fetcht 1 ,mem_ring_ibias_calc_adc_gpio 
+0x22c4 002757 call gpio_set_high_impedance 
+0x22c5 002759 arg 0 ,rega 
+0x22c6 002760 arg 8 ,loopcnt 
+:      002761 dpll_ring_ibias_read_adc:
+0x22c7 002762 call enable_adc 
+0x22c8 002763 fetch 2 ,mem_adc_current_value 
+0x22c9 002764 iadd rega ,rega 
+0x22ca 002765 loop dpll_ring_ibias_read_adc 
+0x22cb 002766 rshift3 rega ,rega 
+0x22cc 002767 store 2 ,mem_adc_current_value 
+0x22cd 002769 fetch 1 ,mem_temp 
+0x22ce 002770 store 1 ,mem_adc_dma_enable 
+0x22cf 002771 fetch 1 ,mem_temp + 1 
+0x22d0 002772 store 1 ,mem_adc_channel 
+0x22d1 002774 fetch 1 ,core_bbpll_cfg3 
+0x22d2 002775 and_into 0xe0 ,pdata 
+0x22d3 002776 store 1 ,core_bbpll_cfg3 
+0x22d4 002777 jam 0x00 ,core_vtest_ctrl1 
+0x22d5 002778 fetch 1 ,core_vtest_ctrl0 
+0x22d6 002779 set0 0 ,pdata 
+0x22d7 002780 store 1 ,core_vtest_ctrl0 
+0x22d8 002782 call vdd_calculate_by_mode 
+0x22d9 002783 fetcht 2 ,mem_ring_ibias_vtune_high 
+0x22da 002784 isub temp ,null 
+0x22db 002785 branch ring_ibias_trim_incrs ,positive 
+0x22dc 002786 fetcht 2 ,mem_ring_ibias_vtune_low 
+0x22dd 002787 isub temp ,null 
+0x22de 002788 rtn positive 
+:      002789 ring_ibias_trim_decrs:
+0x22df 002790 fetch 1 ,mem_ring_ibias_trim 
+0x22e0 002791 rtneq 0x00 
+0x22e1 002792 increase -32 ,pdata 
+0x22e2 002793 store 1 ,mem_ring_ibias_trim 
+0x22e3 002794 rtn 
+:      002796 ring_ibias_trim_incrs:
+0x22e4 002797 fetch 1 ,mem_ring_ibias_trim 
+0x22e5 002798 rtneq 0xe0 
+0x22e6 002799 increase 32 ,pdata 
+0x22e7 002800 store 1 ,mem_ring_ibias_trim 
+0x22e8 002801 rtn 
+:      002804 save_rssi:
+0x22e9 002805 bpatch patch03_6 ,mem_patch03 
+0x22ea 002807 fetch 1 ,modem_nb_pow 
+0x22eb 002808 isolate1 6 ,pdata 
+0x22ec 002809 setflag true ,7 ,pdata 
+0x22ed 002810 store 1 ,mem_modem_rssi 
+0x22ee 002812 fetch 1 ,modem_gain 
+0x22ef 002813 and pdata ,0x0f ,temp 
+0x22f0 002814 lshift temp ,temp 
+0x22f1 002815 rshift4 pdata ,pdata 
+0x22f2 002816 iadd temp ,temp 
+0x22f3 002817 mul32 temp ,3 ,rega 
+0x22f4 002819 fetch 1 ,mem_modem_rssi 
+0x22f5 002820 call byte_sign_extern 
+0x22f6 002821 sub pdata ,0 ,pdata 
+0x22f7 002822 iadd rega ,pdata 
+0x22f8 002823 increase -9 ,pdata 
+0x22f9 002824 and pdata ,0x1ff ,pdata 
+0x22fa 002825 isolate1 8 ,pdata 
+0x22fb 002826 nbranch save_rssi_store ,true 
+0x22fc 002827 setarg 0 
+:      002828 save_rssi_store:
+0x22fd 002829 store 1 ,mem_rssi_hex 
+0x22fe 002830 branch rssi_hex2dec 
+:      002832 byte_sign_extern:
+0x22ff 002833 isolate1 7 ,pdata 
+0x2300 002834 nrtn true 
+0x2301 002835 arg 0xff00 ,temp 
+0x2302 002836 ior temp ,pdata 
+0x2303 002837 rtn 
+:      002839 rssi_hex2dec:
+0x2304 002840 fetch 1 ,mem_rssi_hex 
+0x2305 002841 call bcd 
+0x2306 002842 store 1 ,mem_rssi 
+0x2307 002843 rtn 
+:      002845 bcd:
+0x2308 002846 and_into 0xff ,pdata 
+0x2309 002847 div pdata ,10 
+0x230a 002848 call get_div_result 
+0x230b 002849 lshift4 pdata ,pdata 
+0x230c 002850 remainder temp 
+0x230d 002851 ior temp ,pdata 
+0x230e 002852 rtn 
+:      002854 gain_control:
+0x230f 002855 bpatch patch03_7 ,mem_patch03 
+0x2310 002856 fetch 1 ,mem_gain_fix 
+0x2311 002857 rtneq 0xff 
+0x2312 002858 nbranch gain_increase ,sync 
+0x2313 002859 fetch 1 ,mem_modem_rssi 
+0x2314 002860 sub pdata ,0xf0 ,null 
+0x2315 002861 nbranch gain_descend ,positive 
+0x2316 002862 sub pdata ,0x7f ,null 
+0x2317 002863 branch gain_descend ,positive 
+0x2318 002865 fetchr rega ,1 ,core_rf_rx_gain_fix 
+0x2319 002866 fetch 1 ,mem_gain_fix 
+0x231a 002867 rtneq 0 
+0x231b 002868 arg mem_gain_table ,contr 
+0x231c 002869 iadd contr ,contr 
+0x231d 002870 ifetch 1 ,contr 
+0x231e 002871 isub rega ,null 
+0x231f 002872 nrtn zero 
+0x2320 002873 increase -2 ,contr 
+0x2321 002874 ifetcht 1 ,contr 
+0x2322 002875 rshift4 temp ,pdata 
+0x2323 002876 rshift4 rega ,regb 
+0x2324 002877 isub regb ,regb 
+0x2325 002878 and temp ,0xf ,pdata 
+0x2326 002879 and rega ,0xf ,rega 
+0x2327 002880 isub rega ,rega 
+0x2328 002881 lshift rega ,pdata 
+0x2329 002882 iadd regb ,regb 
+0x232a 002883 mul32 regb ,3 ,regb 
+0x232b 002884 fetcht 1 ,mem_modem_rssi 
+0x232c 002885 and temp ,0x80 ,pdata 
+0x232d 002886 rtn blank 
+:      002887 add_negative:
+0x232e 002888 setarg 0x100 
+0x232f 002889 isub temp ,temp 
+0x2330 002890 copy regb ,pdata 
+0x2331 002891 isub temp ,pdata 
+0x2332 002892 rtn positive 
+0x2333 002893 and pdata ,0xff ,pdata 
+0x2334 002894 rtneq 0xff 
+0x2335 002895 rtneq 0xfe 
+:      002897 gain_increase:
+0x2336 002898 fetch 1 ,mem_gain_fix 
+0x2337 002899 beq 1 ,set_rx_gain0 
+0x2338 002900 beq 2 ,set_rx_gain1 
+0x2339 002902 branch set_rx_gain0 
+:      002904 gain_descend:
+0x233a 002905 fetch 1 ,mem_gain_fix 
+0x233b 002906 beq 0 ,set_rx_gain1 
+0x233c 002907 beq 1 ,set_rx_gain2 
+:      002909 set_rx_gain2:
+0x233d 002910 jam 2 ,mem_gain_fix 
+0x233e 002911 rtn 
+:      002913 set_rx_gain0:
+0x233f 002914 jam 0 ,mem_gain_fix 
+0x2340 002915 rtn 
+:      002917 set_rx_gain1:
+0x2341 002918 jam 1 ,mem_gain_fix 
+0x2342 002919 rtn 
+:      002926 ahead_window:
+0x2343 002927 copy pdata ,temp 
+0x2344 002928 bpatch patch04_0 ,mem_patch04 
+0x2345 002929 copy temp ,pdata 
+0x2346 002930 call clk2bt 
+0x2347 002931 lshift16 bt_clk ,pdata 
+0x2348 002932 set1 44 ,pdata 
+0x2349 002933 call clk_diff 
+0x234a 002934 set0 44 ,pdata 
+0x234b 002935 call get_clk 
+0x234c 002936 call clk_diff 
+0x234d 002937 rtn user 
+0x234e 002938 call clk2rt 
+0x234f 002939 iforce stop_watch 
+0x2350 002940 until null ,timeout 
+0x2351 002941 rtn 
+:      002944 get_clk:
+0x2352 002945 copy clkn ,temp 
+0x2353 002946 rtn master 
+0x2354 002947 copy clke ,temp 
+0x2355 002948 rtn 
+:      002950 get_clkbt:
+0x2356 002951 deposit clkn_bt 
+0x2357 002952 rtn master 
+0x2358 002953 deposit clke_bt 
+0x2359 002954 rtn 
+:      002957 assert:
+0x235a 002958 bpatch patch04_1 ,mem_patch04 
+0x235b 002959 branch assert 
+:      002962 sleep:
+0x235c 002963 rtn blank 
+0x235d 002965 rshift pdata ,pdata 
+0x235e 002966 increase -3 ,pdata 
+:      002967 sleep_loop:
+0x235f 002968 increase -1 ,pdata 
+0x2360 002969 nbranch sleep_loop ,zero 
+0x2361 002970 force 0 ,pdata 
+0x2362 002971 rtn 
+:      002975 init_param:
+0x2363 002977 setarg param_tx_setup 
+0x2364 002978 store 2 ,mem_param_tx_setup 
+0x2365 002979 setarg param_rf_setup 
+0x2366 002980 store 2 ,mem_param_rf_setup 
+0x2367 002981 setarg param_conn_access 
+0x2368 002982 store 2 ,mem_param_conn_access 
+0x2369 002983 setarg param_rx_setup 
+0x236a 002984 store 2 ,mem_param_rx_setup 
+0x236b 002985 setarg param_clke_cal 
+0x236c 002986 store 2 ,mem_param_clke_cal 
+0x236d 002987 setarg param_pll_setup 
+0x236e 002988 store 2 ,mem_param_pll_setup 
+0x236f 002989 setarg param_dpll_start_delay 
+0x2370 002990 store 2 ,mem_param_dpll_start_delay 
+0x2371 002991 setarg param_rt_rthalfslot 
+0x2372 002992 store 2 ,mem_param_rt_rthalfslot 
+0x2373 002993 setarg param_clke_cal_le_1m 
+0x2374 002994 store 2 ,mem_param_clke_cal_le_1m 
+0x2375 002995 setarg param_clke_cal_le_2m 
+0x2376 002996 store 2 ,mem_param_clke_cal_le_2m 
+0x2377 002997 setarg param_clke_cal_le_coded 
+0x2378 002998 store 2 ,mem_param_clke_cal_le_coded 
+0x2379 003000 bpatch patch04_2 ,mem_patch04 
+0x237a 003001 rtn wake 
+0x237b 003002 setarg att_default_mtu 
+0x237c 003003 store 2 ,mem_le_remote_mtu 
+0x237d 003004 jam param_t_ifs_150us + param_sync_time_difference ,mem_le_tx_ifs_defference 
+0x237e 003005 setarg mem_ble_tx_buff0 
+0x237f 003006 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x2380 003007 setarg mem_ble_l2cap_tx_buff_size 
+0x2381 003008 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x2382 003009 rshift clkn_bt ,pdata 
+0x2383 003010 store 4 ,mem_last_clkn 
+0x2384 003011 rtn 
+:      003018 lpmstate:
+0x2385 003019 setarg 0xee21 
+0x2386 003020 store 2 ,core_clkoff 
+0x2387 003021 fetchr alarm ,4 ,core_gpio_in 
+0x2388 003022 fetch 1 ,core_lpm_isogate 
+0x2389 003023 bbit0 gpio_latch ,power_up 
+0x238a 003024 enable wake 
+0x238b 003025 bbit1 cold_wake ,lpmwake 
+0x238c 003026 disable wake 
+0x238d 003027 deposit auxcnt 
+0x238e 003028 nbranch lpmwake ,blank 
+0x238f 003029 fetch 1 ,core_lpm_sysctl 
+0x2390 003030 bbit1 reload_code ,lpmwake 
+0x2391 003031 arg param_hibernate_clks ,temp 
+0x2392 003032 branch lpm_enter_sleep 
+:      003033 lpmwake:
+0x2393 003034 call lpm_poweron_retmem 
+0x2394 003035 call lpm_load_context ,wake 
+0x2395 003036 fetch 1 ,core_lpm_isogate 
+0x2396 003037 set0 gpio_latch ,pdata 
+0x2397 003038 store 1 ,core_lpm_isogate 
+0x2398 003039 nbranch boot_load ,wake 
+0x2399 003040 call clean_smem 
+0x239a 003041 storer alarm ,4 ,mem_saved_gpio_in 
+0x239b 003042 rtn 
+:      003044 power_up:
+0x239c 003045 call lpm_poweron_retmem 
+:      003046 boot_load:
+0x239d 003047 call loadcode 
+0x239e 003048 storer alarm ,4 ,mem_saved_gpio_in 
+0x239f 003049 rtn 
+:      003051 lpm_poweron_retmem:
+0x23a0 003052 until null ,lpo_edge 
+0x23a1 003053 fetch 1 ,core_lpm_ldosel 
+0x23a2 003054 and_into 0x88 ,pdata 
+0x23a3 003055 store 1 ,core_lpm_ldosel 
+0x23a4 003056 until null ,lpo_edge 
+0x23a5 003057 fetch 1 ,core_lpm_isogate 
+0x23a6 003058 or_into 0xf ,pdata 
+0x23a7 003059 store 1 ,core_lpm_isogate 
+0x23a8 003060 until null ,lpo_edge 
+0x23a9 003061 set1 isogate ,pdata 
+0x23aa 003062 store 1 ,core_lpm_isogate 
+0x23ab 003063 until null ,lpo_edge 
+0x23ac 003064 set1 retmem_cs ,pdata 
+0x23ad 003065 store 1 ,core_lpm_isogate 
+0x23ae 003066 until null ,lpo_edge 
+0x23af 003067 rtn 
+:      003069 lpm_xtal_default:
+0x23b0 003070 until null ,lpo_edge 
+0x23b1 003071 jam 0x76 ,core_xtal_ib 
+0x23b2 003072 until null ,lpo_edge 
+0x23b3 003073 jam 0x37 ,core_xtal_cap 
+0x23b4 003074 rtn 
+:      003076 xtal_fast_wake:
+0x23b5 003077 until null ,lpo_edge 
+0x23b6 003078 jam 0x76 ,core_xtal_ib 
+0x23b7 003079 until null ,lpo_edge 
+0x23b8 003080 jam 0x37 ,core_xtal_cap 
+0x23b9 003081 rtn 
+:      003083 lpm_write_lock:
+0x23ba 003086 fetch 1 ,mem_device_option 
+0x23bb 003087 lshift4 pdata ,pdata 
+0x23bc 003089 store 1 ,core_ucode_flag 
+0x23bd 003090 until null ,lpo_edge 
+0x23be 003091 fetch 1 ,mem_peripheral_lock_flag 
+0x23bf 003092 set1 rom_lock_bit ,pdata 
+0x23c0 003093 set1 option_lock ,pdata 
+0x23c1 003094 store 1 ,core_peripheral_lock 
+0x23c2 003095 branch lpm_write_wait 
+:      003097 lpm_write_ice_disable:
+0x23c3 003098 fetch 1 ,core_lpm_sysctl 
+0x23c4 003099 set0 ice_mode ,pdata 
+0x23c5 003100 store 1 ,core_lpm_sysctl 
+0x23c6 003101 rtn 
+:      003103 lpm_write_ice_enable:
+0x23c7 003104 fetch 1 ,core_lpm_sysctl 
+0x23c8 003105 set1 ice_mode ,pdata 
+0x23c9 003106 store 1 ,core_lpm_sysctl 
+0x23ca 003107 rtn 
+:      003109 lpm_preon_counter:
+0x23cb 003110 fetch 3 ,mem_lpm_xtalcnt 
+0x23cc 003111 arg core_lpm_xtalcnt ,contw 
+:      003112 lpm_write_3bytes:
+0x23cd 003113 arg 3 ,loopcnt 
+0x23ce 003114 branch lpm_write_loop 
+:      003116 lpm_write_mpu_s0:
+0x23cf 003117 arg core_mpu_s0_saddr ,contw 
+:      003118 lpm_write_dword:
+0x23d0 003119 arg 4 ,loopcnt 
+:      003120 lpm_write_loop:
+0x23d1 003121 until null ,lpo_edge 
+0x23d2 003122 istore 1 ,contw 
+0x23d3 003123 rshift8 pdata ,pdata 
+0x23d4 003124 loop lpm_write_loop 
+0x23d5 003125 branch lpm_write_wait 
+:      003127 lpm_write_mpu_s1:
+0x23d6 003128 arg core_mpu_s1_saddr ,contw 
+0x23d7 003129 branch lpm_write_dword 
+:      003132 lpm_disable_exen_output:
+0x23d8 003133 fetch 1 ,core_lpm_ldosel 
+0x23d9 003134 set0 3 ,pdata 
+0x23da 003135 store 1 ,core_lpm_ldosel 
+0x23db 003136 rtn 
+:      003138 lpm_disable_io_dozed:
+0x23dc 003139 fetch 1 ,mem_lpm_hv_sel 
+0x23dd 003140 rtn blank 
+0x23de 003141 set0 lpm_doze_en_bit ,pdata 
+0x23df 003142 branch lpm_write_sel_hv 
+:      003144 lpm_save_sel_hv:
+0x23e0 003145 store 1 ,mem_lpm_hv_sel 
+:      003146 lpm_write_sel_hv:
+0x23e1 003147 store 1 ,core_io_doze_en 
+:      003148 lpm_write_wait:
+0x23e2 003149 until null ,lpo_edge 
+0x23e3 003150 rtn 
+:      003153 lpm_write_io_vsel:
+0x23e4 003154 store 1 ,core_io_vsel 
+0x23e5 003155 branch lpm_write_wait 
+:      003158 lpm_load_context:
+0x23e6 003159 call lpm_disable_io_dozed 
+0x23e7 003160 fetch 1 ,mem_saved_spidctrl 
+0x23e8 003161 store 1 ,core_spid_ctrl 
+0x23e9 003162 arg mem_saved_gpio ,contr 
+0x23ea 003163 arg core_gpio_conf ,contw 
+0x23eb 003164 call memcpy16 
+0x23ec 003165 arg core_gpio_conf_hi ,contw 
+0x23ed 003166 call memcpy8 
+0x23ee 003167 fetchr mark ,8 ,mem_saved_mark 
+0x23ef 003168 arg core_gpio_wakeup_cfg ,contr 
+0x23f0 003169 arg mem_gpio_wakeup_cfg ,contw 
+0x23f1 003170 arg 12 ,loopcnt 
+0x23f2 003171 call memcpy 
+0x23f3 003172 branch load_ucode 
+:      003174 lpm_save_context:
+0x23f4 003175 storer mark ,8 ,mem_saved_mark 
+0x23f5 003176 arg core_gpio_conf ,contr 
+0x23f6 003177 arg mem_saved_gpio ,contw 
+0x23f7 003178 call memcpy16 
+0x23f8 003179 arg core_gpio_conf_hi ,contr 
+0x23f9 003180 call memcpy8 
+0x23fa 003181 fetch 1 ,core_spid_ctrl 
+0x23fb 003182 store 1 ,mem_saved_spidctrl 
+0x23fc 003183 branch lpm_write_gpio_wakeup 
+:      003185 lpm_write_gpio_wakeup:
+0x23fd 003186 arg 12 ,loopcnt 
+0x23fe 003187 arg mem_gpio_wakeup_cfg ,contr 
+0x23ff 003188 arg core_gpio_wakeup_cfg ,rega 
+:      003189 lpm_write_gpio_loop:
+0x2400 003190 ifetch 1 ,contr 
+0x2401 003191 ncall lpm_write_gpio ,blank 
+0x2402 003192 increase 1 ,rega 
+0x2403 003193 loop lpm_write_gpio_loop 
+0x2404 003194 rtn 
+:      003195 lpm_write_gpio:
+0x2405 003196 istore 1 ,rega 
+0x2406 003197 until null ,lpo_edge 
+0x2407 003198 rtn 
+:      003200 lpo_calibration:
+0x2408 003201 bpatch patch04_3 ,mem_patch04 
+0x2409 003202 fetch 1 ,core_ccnt_bit 
+0x240a 003203 nbranch lpo_cal_inited ,blank 
+0x240b 003204 fetch 3 ,mem_clks_per_lpo 
+0x240c 003205 nrtn blank 
+0x240d 003206 jam 0xc ,core_ccnt_bit 
+0x240e 003207 jam ccnt_start ,core_misc_ctrl 
+:      003208 lpo_cal_inited:
+0x240f 003209 fetch 1 ,core_perf_status 
+0x2410 003210 rtnbit0 1 
+0x2411 003211 fetch 3 ,core_clk_counter 
+0x2412 003212 store 3 ,mem_clks_per_lpo 
+0x2413 003213 rtn 
+:      003217 lpm_doze:
+0x2414 003218 fetch 1 ,mem_lpm_sysctl 
+0x2415 003219 set1 reload_code ,pdata 
+0x2416 003220 store 1 ,mem_lpm_sysctl 
+:      003223 lpm_hibernate:
+0x2417 003224 bpatch patch04_4 ,mem_patch04 
+0x2418 003225 arg param_hibernate_clks ,temp 
+0x2419 003226 fetch 1 ,mem_lpm_hibernate_switch 
+0x241a 003227 store 1 ,mem_lpm_isogate_final 
+0x241b 003228 fetch 1 ,mem_lpm_sysctl 
+0x241c 003229 store 1 ,core_lpm_sysctl 
+0x241d 003230 until null ,lpo_edge 
+:      003232 lpm_sleep:
+0x241e 003233 bpatch patch04_5 ,mem_patch04 
+0x241f 003235 fetch 2 ,mem_cb_before_lpm_sleep 
+0x2420 003236 call callback_func 
+:      003237 lpm_sleep_skip_cb_function:
+0x2421 003238 fetch 4 ,mem_sleep_counter_all 
+0x2422 003239 iadd temp ,pdata 
+0x2423 003240 store 4 ,mem_sleep_counter_all 
+0x2424 003241 call lpm_save_context 
+0x2425 003242 fetch 1 ,mem_lpm_hv_sel 
+0x2426 003243 set1 lpm_doze_en_bit ,pdata 
+0x2427 003244 call lpm_write_sel_hv 
+0x2428 003245 ncall lpm_preon_counter ,wake 
+0x2429 003246 until null ,lpo_edge 
+0x242a 003247 storer clkn ,6 ,mem_sleep_clkn 
+0x242b 003248 fetch 3 ,mem_lpm_isogate 
+0x242c 003249 fetchr rega ,1 ,mem_lpm_ldo_sel 
+0x242d 003250 arg 3 ,loopcnt 
+:      003251 lpm_sleep_loop:
+0x242e 003252 until null ,lpo_edge 
+0x242f 003253 store 1 ,core_lpm_isogate 
+0x2430 003254 rshift8 pdata ,pdata 
+0x2431 003255 loop lpm_sleep_loop 
+0x2432 003256 until null ,lpo_edge 
+0x2433 003257 storer rega ,1 ,core_lpm_ldosel 
+:      003258 lpm_enter_sleep:
+0x2434 003259 until null ,lpo_edge 
+0x2435 003260 storet 4 ,core_lpm_reg 
+0x2436 003261 jam lpmreg_sel_counter ,core_lpm_wr 
+0x2437 003262 until null ,never 
+:      003264 lpm_cal_xtal_startup:
+0x2438 003265 fetch 1 ,mem_lpm_xtalcnt 
+0x2439 003266 nrtn blank 
+0x243a 003267 jam clksel_rc ,core_clksel 
+0x243b 003268 jam 0xf8 ,core_lpm_ctrl 
+0x243c 003269 setarg 200000 
+0x243d 003270 call sleep 
+0x243e 003271 call xtal_fast_wake 
+0x243f 003272 until null ,lpo_edge 
+0x2440 003273 jam 0xff ,core_lpm_ctrl 
+0x2441 003274 copy lpo_time ,alarm 
+0x2442 003275 jam clksel_xtal ,core_clksel 
+0x2443 003276 nop 10 
+0x2444 003277 until null ,lpo_edge 
+0x2445 003278 deposit lpo_time 
+0x2446 003279 isub alarm ,pdata 
+0x2447 003280 increase 0x30 ,pdata 
+0x2448 003281 arg 0xff ,temp 
+0x2449 003282 call ceiling 
+0x244a 003283 store 1 ,mem_lpm_xtalcnt 
+0x244b 003284 nop 30000 
+0x244c 003285 nop 30000 
+0x244d 003286 nop 30000 
+0x244e 003287 rtn 
+:      003290 lpm_recover_clk:
+0x244f 003291 bpatch patch04_6 ,mem_patch04 
+0x2450 003292 setarg 0 
+0x2451 003293 copy auxcnt ,null 
+0x2452 003294 branch lpm_recover_timeout ,zero 
+0x2453 003295 fetch 1 ,core_lpm_xtalcnt 
+0x2454 003296 fetcht 1 ,core_lpm_buckcnt 
+0x2455 003297 isub temp ,null 
+0x2456 003298 branch lpm_recover_xtal ,positive 
+0x2457 003299 deposit temp 
+:      003300 lpm_recover_xtal:
+0x2458 003301 isub auxcnt ,pdata 
+0x2459 003302 increase 1 ,pdata 
+:      003303 lpm_recover_timeout:
+0x245a 003304 increase 8 ,pdata 
+0x245b 003305 until null ,lpo_edge 
+0x245c 003306 iadd lpo_time ,pdata 
+0x245d 003307 fetcht 4 ,mem_sleep_counter 
+0x245e 003308 iadd temp ,pdata 
+0x245f 003309 fetcht 3 ,mem_clks_per_lpo 
+0x2460 003310 imul32 temp ,pdata 
+0x2461 003311 rshift8 pdata ,pdata 
+0x2462 003312 rshift4 pdata ,pdata 
+0x2463 003313 increase param_lpm_fix ,pdata 
+0x2464 003314 fetcht 2 ,mem_param_rt_rthalfslot 
+0x2465 003315 idiv temp 
+0x2466 003316 call get_div_result 
+0x2467 003317 lshift16 pdata ,pdata 
+0x2468 003318 remainder temp 
+0x2469 003319 ior temp ,pdata 
+0x246a 003320 fetcht 6 ,mem_sleep_clkn 
+0x246b 003321 call clk_add 
+0x246c 003322 copy temp ,clkn 
+0x246d 003323 fetch 6 ,mem_context + coffset_clk_offset 
+0x246e 003324 call calc_clke2 
+0x246f 003325 deposit clke 
+0x2470 003326 store 6 ,mem_pdatatemp 
+0x2471 003327 deposit auxcnt 
+0x2472 003328 istore 1 ,contw 
+0x2473 003329 fetch 1 ,core_gpio_in1 
+0x2474 003330 or_into 0xf0 ,pdata 
+0x2475 003331 istore 1 ,contw 
+0x2476 003332 rtn 
+:      003335 lpm_adjust_clk:
+0x2477 003336 bpatch patch04_7 ,mem_patch04 
+0x2478 003337 deposit clke 
+0x2479 003338 call clk_diff_rt 
+0x247a 003339 fetcht 4 ,mem_sleep_counter_all 
+0x247b 003340 sub temp ,0xff ,null 
+0x247c 003341 rtn positive 
+0x247d 003342 lshift8 pdata ,pdata 
+0x247e 003343 lshift4 pdata ,pdata 
+0x247f 003344 idiv temp 
+0x2480 003345 call get_div_result 
+0x2481 003346 arg param_lpm_adjmax ,temp 
+0x2482 003347 call ceiling 
+0x2483 003348 store 1 ,mem_lpm_adjust 
+0x2484 003349 nbranch lpm_adjust_positive ,user 
+0x2485 003350 sub pdata ,0 ,pdata 
+:      003351 lpm_adjust_positive:
+0x2486 003352 fetcht 3 ,mem_clks_per_lpo 
+0x2487 003353 iadd temp ,pdata 
+0x2488 003354 store 3 ,mem_clks_per_lpo 
+:      003355 lpm_clear_counter:
+0x2489 003356 setarg 0 
+0x248a 003357 store 4 ,mem_sleep_counter_all 
+0x248b 003358 rtn 
+:      003361 lpm_dispatch:
+0x248c 003362 bpatch patch05_0 ,mem_patch05 
+0x248d 003363 call lpo_calibration 
+0x248e 003364 fetch 3 ,mem_clks_per_lpo 
+0x248f 003365 rtn blank 
+0x2490 003366 fetch 1 ,mem_lpm_mode 
+0x2491 003367 rtn blank 
+0x2492 003368 fetch 1 ,mem_secure_connections_enable 
+0x2493 003369 branch lpm_dispatch_next ,blank 
+0x2494 003370 fetch 1 ,mem_sc_local_key_invalid 
+0x2495 003371 rtn blank 
+:      003372 lpm_dispatch_next:
+0x2496 003373 fetch 1 ,mem_sc_calc 
+0x2497 003374 nrtn blank 
+0x2498 003375 arg context_check_a_wack ,regc 
+0x2499 003376 call context_search 
+0x249a 003377 rtn zero 
+0x249b 003378 call lpm_check_wake_lock 
+0x249c 003379 nrtn blank 
+0x249d 003380 call context_check_idle 
+0x249e 003381 nbranch lpm_dispatch_unconn ,zero 
+0x249f 003382 rtn wake 
+0x24a0 003383 bpatch patch05_1 ,mem_patch05 
+0x24a1 003384 fetcht 1 ,mem_lpm_current_mult 
+0x24a2 003385 fetch 2 ,mem_context + coffset_tsniff 
+0x24a3 003386 imul32 temp ,pdata 
+0x24a4 003387 rshift4 temp ,temp 
+0x24a5 003388 rshift2 temp ,temp 
+0x24a6 003389 isub temp ,pdata 
+0x24a7 003390 fetcht 4 ,mem_context + coffset_sniff_anchor 
+0x24a8 003391 iadd temp ,pdata 
+0x24a9 003392 fetcht 1 ,mem_lpm_overhead 
+0x24aa 003393 isub temp ,pdata 
+0x24ab 003394 lshift16 pdata ,alarm 
+0x24ac 003395 fetch 2 ,mem_context + coffset_rx_window 
+0x24ad 003396 rshift pdata ,pdata 
+0x24ae 003397 call clk2bt 
+0x24af 003398 deposit alarm 
+0x24b0 003399 call clk_diff 
+0x24b1 003400 copy clke ,temp 
+0x24b2 003401 call clk_diff_rt 
+0x24b3 003402 rtn user 
+:      003403 lpm_dispatch_sleep:
+0x24b4 003404 call clk2lpo 
+:      003405 lpm_dispatch_lpo:
+0x24b5 003406 bpatch patch05_2 ,mem_patch05 
+0x24b6 003407 fetch 1 ,mem_lpm_xtalcnt 
+0x24b7 003408 isub temp ,null 
+0x24b8 003409 branch lpm_clear_counter ,positive 
+0x24b9 003410 storet 4 ,mem_sleep_counter 
+0x24ba 003411 call app_will_enter_lpm 
+0x24bb 003413 fetcht 4 ,mem_sleep_counter 
+0x24bc 003414 branch lpm_sleep 
+:      003416 lpm_dispatch_unconn:
+0x24bd 003417 bpatch patch05_3 ,mem_patch05 
+0x24be 003418 fetch 1 ,mem_le_adv_enable 
+0x24bf 003419 nbranch lpm_unconn_cont ,blank 
+0x24c0 003420 rtn 
+:      003422 lpm_unconn_cont:
+0x24c1 003423 fetch 2 ,mem_lpm_interval 
+0x24c2 003424 rtn blank 
+:      003425 lpm_sleep_btclk:
+0x24c3 003426 fetcht 1 ,mem_lpm_overhead 
+0x24c4 003427 isub temp ,pdata 
+0x24c5 003428 arg 7500 ,temp 
+0x24c6 003429 imul32 temp ,pdata 
+0x24c7 003430 branch lpm_dispatch_sleep 
+:      003433 lpm_mult_wait_timeout:
+0x24c8 003434 fetch 2 ,mem_cb_bt_set_mult 
+0x24c9 003435 call callback_func 
+0x24ca 003436 nbranch lpm_mult_short ,blank 
+0x24cb 003437 jam 0 ,mem_lpm_current_mult 
+0x24cc 003438 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x24cd 003439 fetch 1 ,mem_lpm_mult_cnt 
+0x24ce 003440 branch lpm_mult_long ,blank 
+0x24cf 003441 increase -1 ,pdata 
+0x24d0 003442 store 1 ,mem_lpm_mult_cnt 
+0x24d1 003443 rtn 
+:      003448 lpm_match:
+0x24d2 003449 jam 0 ,mem_sniff_unint_lost 
+0x24d3 003450 fetch 3 ,mem_sniff_rcv 
+0x24d4 003451 increase 1 ,pdata 
+0x24d5 003452 store 3 ,mem_sniff_rcv 
+0x24d6 003453 rtn 
+:      003456 lpm_lost:
+0x24d7 003457 bpatch patch05_4 ,mem_patch05 
+0x24d8 003458 jam 0 ,mem_lpm_current_mult 
+0x24d9 003459 fetch 3 ,mem_sniff_lost 
+0x24da 003460 increase 1 ,pdata 
+0x24db 003461 store 3 ,mem_sniff_lost 
+0x24dc 003462 fetch 1 ,mem_sniff_unint_lost 
+0x24dd 003463 increase 1 ,pdata 
+0x24de 003464 store 1 ,mem_sniff_unint_lost 
+0x24df 003465 rtn 
+:      003467 lpm_mult_short:
+0x24e0 003468 jam 0 ,mem_lpm_current_mult 
+0x24e1 003469 fetch 1 ,mem_lpm_mult_timeout 
+0x24e2 003470 store 1 ,mem_lpm_mult_cnt 
+0x24e3 003471 rtn 
+:      003473 lpm_mult_long:
+0x24e4 003474 fetcht 1 ,mem_lpm_mult 
+0x24e5 003475 storet 1 ,mem_lpm_current_mult 
+0x24e6 003476 rtn 
+:      003480 lpm_get_wake_lock:
+0x24e7 003481 fetch 2 ,mem_lpm_wake_lock 
+0x24e8 003482 qset1 pdata 
+0x24e9 003483 store 2 ,mem_lpm_wake_lock 
+0x24ea 003484 rtn 
+:      003486 lpm_put_wake_lock:
+0x24eb 003487 fetch 2 ,mem_lpm_wake_lock 
+0x24ec 003488 qset0 pdata 
+0x24ed 003489 store 2 ,mem_lpm_wake_lock 
+0x24ee 003490 rtn 
+:      003494 lpm_check_wake_lock:
+0x24ef 003495 bpatch patch05_5 ,mem_patch05 
+0x24f0 003496 call app_check_wake_lock 
+0x24f1 003497 fetch 2 ,mem_lpm_wake_lock 
+0x24f2 003498 copy pdata ,rega 
+0x24f3 003499 fetch 3 ,mem_tx_fifo3 
+0x24f4 003500 nsetflag blank ,wake_lock_ble_tx ,rega 
+0x24f5 003501 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x24f6 003502 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
+0x24f7 003503 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
+0x24f8 003504 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
+0x24f9 003505 fetch 1 ,mem_hci_cmd 
+0x24fa 003506 nsetflag blank ,wake_lock_cmd ,rega 
+0x24fb 003507 fetch 1 ,mem_device_option 
+0x24fc 003508 compare dvc_op_module ,pdata ,0xff 
+0x24fd 003509 call lpm_uart_wake_lock ,true 
+0x24fe 003510 copy rega ,pdata 
+0x24ff 003511 store 2 ,mem_lpm_wake_lock 
+0x2500 003512 rtn 
+:      003514 lpm_uart_wake_lock:
+0x2501 003515 fetch 2 ,core_uart_rxitems 
+0x2502 003516 nsetflag blank ,wake_lock_uart_rx ,rega 
+0x2503 003517 fetch 2 ,core_uart_txitems 
+0x2504 003518 nsetflag blank ,wake_lock_uart_tx ,rega 
+0x2505 003519 rtn 
+:      003528 le_init_conn:
+0x2506 003529 bpatchx patch21_6 ,mem_patch21 
+0x2507 003530 disable wake 
+0x2508 003531 jam 1 ,mem_le_conn_handle 
+0x2509 003532 jam 3 ,mem_le_state 
+0x250a 003533 jam 1 ,mem_le_arq 
+0x250b 003534 setarg -1 
+0x250c 003535 store 2 ,mem_le_event_count 
+0x250d 003536 force 0 ,pdata 
+0x250e 003537 store 1 ,mem_le_ch 
+0x250f 003538 store 1 ,mem_le_op 
+0x2510 003539 store 3 ,mem_sniff_rcv 
+0x2511 003540 store 3 ,mem_sniff_lost 
+0x2512 003541 call le_clear_enc 
+0x2513 003542 jam 1 ,mem_le_txheader 
+0x2514 003543 jam 0 ,mem_le_txlen 
+0x2515 003544 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
+0x2516 003545 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
+0x2517 003546 jam 0 ,mem_le_l2cap_att_states 
+0x2518 003547 branch le_supervision_flush 
+:      003549 le_init_master:
+0x2519 003550 bpatchx patch21_7 ,mem_patch21 
+0x251a 003551 enable master 
+0x251b 003552 jam lemode_master ,mem_le_mode 
+0x251c 003553 jam 1 ,mem_le_att_handle 
+0x251d 003554 jam 1 ,mem_le_search_handle_start 
+0x251e 003555 setarg 0xffff 
+0x251f 003556 store 2 ,mem_le_search_handle_end 
+0x2520 003557 force 0 ,pdata 
+0x2521 003558 store 5 ,mem_ccm_pcnt_rx 
+0x2522 003559 set1 le_ccm_directionbit ,pdata 
+0x2523 003560 store 5 ,mem_ccm_pcnt_tx 
+0x2524 003561 branch le_init_conn 
+:      003564 le_init_slave:
+0x2525 003565 bpatchx patch22_0 ,mem_patch22 
+0x2526 003566 disable master 
+0x2527 003567 setarg 0x17 
+0x2528 003568 store 2 ,mem_le_remote_mtu 
+0x2529 003569 increase 4 ,pdata 
+0x252a 003570 store 2 ,mem_remote_rx_max_octets 
+0x252b 003571 jam lemode_slave ,mem_le_mode 
+0x252c 003572 jam 0 ,mem_le_adv_enable 
+0x252d 003573 jam 0 ,mem_lpm_current_mult 
+0x252e 003574 call le_clear_pairing_state 
+0x252f 003575 fetch 2 ,mem_le_superto 
+0x2530 003576 store 2 ,mem_le_init_superto 
+0x2531 003577 fetch 2 ,mem_le_tsniff 
+0x2532 003578 mul32 pdata ,5 ,pdata 
+0x2533 003579 rshift4 pdata ,pdata 
+0x2534 003580 store 2 ,mem_le_superto 
+0x2535 003581 branch le_init_conn 
+:      003588 le_conn_dispatch:
+0x2536 003589 bpatchx patch22_1 ,mem_patch22 
+0x2537 003590 call le_enable 
+0x2538 003591 fetch 1 ,mem_le_state 
+0x2539 003592 isolate1 lestate_encryption ,pdata 
+0x253a 003593 setflag true ,mark_ble_encryption ,mark 
+0x253b 003594 call app_process_ble 
+0x253c 003595 fetch 1 ,mem_le_mode 
+0x253d 003596 bbit1 mode_master ,le_master_dispatch 
+0x253e 003597 branch le_slave_dispatch 
+:      003603 le_master_dispatch:
+0x253f 003604 bpatchx patch22_2 ,mem_patch22 
+0x2540 003605 enable master 
+0x2541 003606 call le_supervision_update 
+0x2542 003607 branch le_master_disconn ,positive 
+0x2543 003608 call le_setup 
+0x2544 003609 call le_prepare_tx 
+0x2545 003610 disable match 
+0x2546 003611 call le_transmit_receive_sifs 
+0x2547 003612 nrtn match 
+0x2548 003613 fetch 1 ,mem_le_conn_rcv 
+0x2549 003614 increase 1 ,pdata 
+0x254a 003615 store 1 ,mem_le_conn_rcv 
+0x254b 003616 call le_acknowledge 
+0x254c 003617 disable master 
+0x254d 003618 rtn 
+:      003620 le_master_disconn:
+0x254e 003621 call le_disconnect 
+0x254f 003622 disable master 
+0x2550 003623 rtn 
+:      003628 le_slave_dispatch:
+0x2551 003629 bpatchx patch22_3 ,mem_patch22 
+0x2552 003630 jam 0 ,mem_le_md_count 
+0x2553 003631 set0 mark_ble_crc_fail ,mark 
+0x2554 003632 call sp_calc_sequence_256 
+0x2555 003633 call le_secure_connect_sm 
+0x2556 003634 disable attempt 
+0x2557 003635 call le_supervision_update 
+0x2558 003636 branch le_slave_disconn ,positive 
+0x2559 003637 fetch 1 ,mem_le_rx_phy 
+0x255a 003638 call le_enable_phy_by_pdata 
+0x255b 003639 call le_setup 
+0x255c 003640 call le_receive_slave 
+0x255d 003641 nbranch le_slave_unsync ,sync 
+0x255e 003642 call le_got_first_packet 
+0x255f 003643 branch le_slave_match ,match 
+0x2560 003644 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
+0x2561 003645 branch le_slave_cont 
+:      003648 le_slave_crc_fail:
+:      003649 le_slave_match:
+0x2562 003650 bpatchx patch22_4 ,mem_patch22 
+0x2563 003651 fetch 1 ,mem_le_md_count 
+0x2564 003652 pincrease 1 
+0x2565 003653 store 1 ,mem_le_md_count 
+0x2566 003654 beq le_md_max_count ,le_slave_cont 
+0x2567 003655 call le_acknowledge 
+0x2568 003656 call le_prepare_tx 
+0x2569 003657 fetch 1 ,mem_le_tx_phy 
+0x256a 003658 call le_enable_phy_by_pdata 
+0x256b 003659 call le_transmit 
+0x256c 003660 call le_parse 
+0x256d 003661 fetch 2 ,mem_cb_ble_transmit 
+0x256e 003662 call callback_func 
+0x256f 003663 call le_check_md 
+0x2570 003664 branch le_slave_more_data ,user 
+:      003665 le_slave_cont:
+0x2571 003666 bpatchx patch22_5 ,mem_patch22 
+0x2572 003667 call le_pairing_sm 
+0x2573 003668 call le_check_paring_time 
+0x2574 003669 call check_51cmd 
+0x2575 003670 fetch 1 ,mem_le_op 
+0x2576 003671 bbit1 op_disconn ,le_slave_disconn 
+:      003672 le_slave_unsync:
+0x2577 003673 bpatchx patch22_6 ,mem_patch22 
+0x2578 003674 call end_of_packet 
+0x2579 003675 call le_lpm_set_mult 
+0x257a 003676 branch calc_clke_offset 
+:      003679 le_check_md:
+0x257b 003680 disable user 
+0x257c 003681 bmark1 mark_ble_rx_md ,enable_user 
+0x257d 003682 bmark1 mark_ble_tx_md ,enable_user 
+0x257e 003683 bmark1 mark_ble_crc_fail ,enable_user 
+0x257f 003684 rtn 
+:      003687 le_slave_more_data:
+0x2580 003688 bpatchx patch22_7 ,mem_patch22 
+0x2581 003689 enable attempt 
+0x2582 003690 call le_transmit_receive_sifs_notx 
+0x2583 003691 branch le_slave_match ,match 
+0x2584 003692 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
+0x2585 003693 branch le_slave_cont 
+:      003695 le_slave_disconn:
+:      003697 le_disconnect:
+0x2586 003698 bpatchx patch23_0 ,mem_patch23 
+0x2587 003699 call le_clear_connection_info 
+0x2588 003700 call app_disconn_reason_collect_ble 
+0x2589 003701 call le_clear_pairing_state 
+0x258a 003702 call le_sc_state_clear 
+0x258b 003703 jam bt_evt_le_disconnected ,mem_fifo_temp 
+0x258c 003704 branch ui_ipc_send_event 
+:      003706 le_clear_connection_info:
+0x258d 003707 arg mem_used_map ,contw 
+0x258e 003708 call memset0_16 
+0x258f 003709 jam 0 ,mem_le_conn_handle 
+0x2590 003710 jam lemode_idle ,mem_le_mode 
+0x2591 003711 jam 0 ,mem_le_state 
+:      003712 le_clear_pairing_state:
+0x2592 003713 bpatchx patch23_1 ,mem_patch23 
+0x2593 003714 jam flag_le_enc_null ,mem_le_enc_state 
+0x2594 003715 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x2595 003716 call sp_clear_flags 
+0x2596 003717 rtn 
+:      003719 le_got_first_packet:
+0x2597 003720 bpatchx patch23_2 ,mem_patch23 
+0x2598 003721 fetch 1 ,mem_le_conn_rcv 
+0x2599 003722 increase 1 ,pdata 
+0x259a 003723 store 1 ,mem_le_conn_rcv 
+0x259b 003724 fetch 1 ,mem_le_state 
+0x259c 003725 rtnbit1 lestate_got_first_packet 
+0x259d 003726 set1 lestate_got_first_packet ,pdata 
+0x259e 003727 store 1 ,mem_le_state 
+0x259f 003728 fetch 2 ,mem_le_init_superto 
+0x25a0 003729 store 2 ,mem_le_superto 
+0x25a1 003730 setarg 0 
+0x25a2 003731 store 4 ,mem_le_transmit_window 
+0x25a3 003732 rtn 
+:      003740 le_enable_phy_by_pdata:
+0x25a4 003741 copy pdata ,temp 
+0x25a5 003742 bpatchx patch23_3 ,mem_patch23 
+:      003743 le_enable_phy_by_pdata1:
+0x25a6 003744 copy temp ,pdata 
+0x25a7 003745 bbit1 bit_le_1m_phy ,le_enable 
+0x25a8 003746 bbit1 bit_le_2m_phy ,le_enable_2m 
+0x25a9 003747 bbit0 bit_le_coded_phy ,le_enable 
+0x25aa 003748 bbit1 bit_le_coded_phy_s8 ,le_enable_coded_s8 
+0x25ab 003749 bbit1 bit_le_coded_phy_s2 ,le_enable_coded_s2 
+0x25ac 003750 branch le_enable 
+:      003752 le_enable_2m:
+0x25ad 003753 set0 mark_ble_lr ,mark 
+0x25ae 003754 set1 mark_ble_2m ,mark 
+0x25af 003755 rtn 
+:      003757 le_enable_coded_s2:
+:      003758 le_enable_coded:
+0x25b0 003759 set0 mark_ble_2m ,mark 
+0x25b1 003760 set1 mark_ble_lr ,mark 
+0x25b2 003761 set0 mark_ble_lr_s8 ,mark 
+0x25b3 003762 rtn 
+:      003765 le_enable_coded_s8:
+0x25b4 003766 set0 mark_ble_2m ,mark 
+0x25b5 003767 set1 mark_ble_lr ,mark 
+0x25b6 003768 set1 mark_ble_lr_s8 ,mark 
+0x25b7 003769 rtn 
+:      003771 le_enable:
+0x25b8 003772 bpatchx patch23_4 ,mem_patch23 
+0x25b9 003773 set0 mark_ble_2m ,mark 
+0x25ba 003774 set0 mark_ble_lr ,mark 
+0x25bb 003775 rtn 
+:      003778 le_disable:
+0x25bc 003779 bpatchx patch23_5 ,mem_patch23 
+0x25bd 003780 set0 mark_ble_encryption ,mark 
+0x25be 003781 jam 0x01 ,0x8901 
+0x25bf 003782 jam 0x80 ,0x8920 
+0x25c0 003783 jam 0x03 ,0x8930 
+0x25c1 003784 rtn 
+:      003786 le_prep:
+0x25c2 003787 bpatchx patch23_6 ,mem_patch23 
+0x25c3 003788 disable enable_crc 
+0x25c4 003789 disable enable_white 
+0x25c5 003790 fetch 3 ,mem_le_crcinit 
+0x25c6 003791 iforce crc24_init 
+0x25c7 003792 fetch 1 ,mem_le_ch_mapped 
+:      003793 le_prep_next:
+0x25c8 003794 reverse pdata ,temp 
+0x25c9 003795 set1 1 ,temp 
+0x25ca 003796 rshift temp ,white_init 
+0x25cb 003797 rtn 
+:      003800 le_rx_setfreq:
+0x25cc 003801 call le_setfreq 
+:      003802 le_rf_rx_enable:
+0x25cd 003803 call set_freq_rx 
+0x25ce 003804 fetch 2 ,mem_param_pll_setup 
+0x25cf 003805 call sleep 
+0x25d0 003806 branch rf_rx_enable 
+:      003808 le_tx_setfreq:
+0x25d1 003809 branch txon ,match 
+0x25d2 003810 bmark1 mark_ble_crc_fail ,txon 
+:      003811 le_tx_setfreq0:
+0x25d3 003812 call le_setfreq 
+0x25d4 003813 branch set_freq_tx 
+:      003815 le_setfreq:
+0x25d5 003816 bpatchx patch23_7 ,mem_patch23 
+0x25d6 003817 call set_sync_on 
+0x25d7 003818 fetch 1 ,mem_le_testtype 
+0x25d8 003819 nbranch le_ctf_test ,blank 
+0x25d9 003820 fetch 1 ,mem_le_ch_mapped 
+0x25da 003821 sub pdata ,36 ,null 
+0x25db 003822 branch le_ctf_normal ,positive 
+0x25dc 003823 force 0 ,temp 
+0x25dd 003824 rtneq 37 
+0x25de 003825 force 24 ,temp 
+0x25df 003826 rtneq 38 
+0x25e0 003827 force 78 ,temp 
+0x25e1 003828 rtn 
+:      003830 le_ctf_normal:
+0x25e2 003831 sub pdata ,10 ,null 
+0x25e3 003832 branch le_ctf_low ,positive 
+0x25e4 003833 increase 1 ,pdata 
+:      003835 le_ctf_low:
+0x25e5 003836 lshift pdata ,pdata 
+0x25e6 003837 add pdata ,2 ,temp 
+0x25e7 003838 rtn 
+:      003840 le_ctf_test:
+0x25e8 003841 fetch 1 ,mem_le_ch_mapped 
+0x25e9 003842 lshift pdata ,temp 
+0x25ea 003843 rtn 
+:      003845 le_sca_map:
+0x25eb 003846 arg 500 ,temp 
+0x25ec 003847 rtn blank 
+0x25ed 003848 arg 250 ,temp 
+0x25ee 003849 rtneq 1 
+0x25ef 003850 arg 150 ,temp 
+0x25f0 003851 rtneq 2 
+0x25f1 003852 arg 100 ,temp 
+0x25f2 003853 rtneq 3 
+0x25f3 003854 arg 75 ,temp 
+0x25f4 003855 rtneq 4 
+0x25f5 003856 arg 50 ,temp 
+0x25f6 003857 rtneq 5 
+0x25f7 003858 arg 40 ,temp 
+0x25f8 003859 rtneq 6 
+0x25f9 003860 arg 20 ,temp 
+0x25fa 003861 rtn 
+:      003865 le_setup:
+0x25fb 003866 bpatchx patch24_0 ,mem_patch24 
+0x25fc 003867 enable swfine 
+0x25fd 003868 fetch 4 ,mem_le_access 
+0x25fe 003869 iforce access 
+0x25ff 003870 call le_map_channel 
+0x2600 003871 setarg 0x200 
+0x2601 003872 branch le_setup_master ,master 
+0x2602 003873 fetch 2 ,mem_le_receive_window 
+0x2603 003874 rshift pdata ,pdata 
+:      003875 le_setup_master:
+0x2604 003876 fetcht 2 ,mem_param_pll_setup 
+0x2605 003877 iadd temp ,pdata 
+0x2606 003878 call ahead_window 
+0x2607 003879 deposit clke 
+0x2608 003880 rtn 
+:      003883 le_context_nextevent:
+0x2609 003884 bpatchx patch24_1 ,mem_patch24 
+0x260a 003885 call push_stack_rega_b_c 
+0x260b 003886 storer loopcnt ,2 ,mem_loopcnt 
+0x260c 003887 add rega ,coffset_mode ,contr 
+0x260d 003888 ifetch 1 ,contr 
+0x260e 003889 rtnbit0 mode_le 
+0x260f 003890 add rega ,coffset_le_event_cnt ,contw 
+0x2610 003891 ifetch 2 ,contw 
+0x2611 003892 increase 1 ,pdata 
+0x2612 003893 istore 2 ,contw 
+0x2613 003894 call le_update_param 
+0x2614 003895 call le_update_channel_map 
+0x2615 003896 call le_update_phy 
+0x2616 003897 call le_context_nexthop 
+0x2617 003898 call pop_stack_rega_b_c 
+0x2618 003899 fetchr loopcnt ,2 ,mem_loopcnt 
+0x2619 003900 rtn 
+:      003902 le_context_nexthop:
+0x261a 003903 add rega ,coffset_le_hop ,contr 
+0x261b 003904 ifetch 1 ,contr 
+0x261c 003905 add rega ,coffset_le_ch ,contw 
+0x261d 003906 ifetcht 1 ,contw 
+0x261e 003907 iadd temp ,pdata 
+0x261f 003908 sub pdata ,36 ,null 
+0x2620 003909 branch le_nexthop_nowrap ,positive 
+0x2621 003910 increase -37 ,pdata 
+:      003911 le_nexthop_nowrap:
+0x2622 003912 istore 1 ,contw 
+0x2623 003913 rtn 
+:      003916 le_calc_channel_map:
+0x2624 003917 add rega ,coffset_le_channel_map ,contr 
+0x2625 003918 ifetch 5 ,contr 
+0x2626 003919 force 0 ,temp 
+0x2627 003920 force 37 ,loopcnt 
+:      003921 le_count_channels_loop:
+0x2628 003922 bbit0 0 ,le_count_channels_notused 
+0x2629 003923 increase 1 ,temp 
+:      003924 le_count_channels_notused:
+0x262a 003925 rshift pdata ,pdata 
+0x262b 003926 loop le_count_channels_loop 
+0x262c 003927 add temp ,-1 ,pdata 
+0x262d 003928 add rega ,coffset_le_channels ,contw 
+0x262e 003929 istore 1 ,contw 
+0x262f 003930 rtn 
+:      003932 le_map_channel:
+0x2630 003933 bpatchx patch24_2 ,mem_patch24 
+0x2631 003934 fetch 1 ,mem_le_ch 
+0x2632 003935 iforce queue 
+0x2633 003936 fetcht 5 ,mem_le_channel_map 
+0x2634 003937 qisolate1 temp 
+0x2635 003938 branch le_map_channel_end ,true 
+:      003939 le_map_channel_next:
+0x2636 003940 fetch 1 ,mem_le_channels 
+0x2637 003941 isub queue ,pdata 
+0x2638 003942 branch le_map_channel_cont ,positive 
+0x2639 003943 sub pdata ,-1 ,queue 
+0x263a 003944 branch le_map_channel_next 
+:      003945 le_map_channel_cont:
+0x263b 003946 copy queue ,loopcnt 
+0x263c 003947 force 0 ,queue 
+:      003948 le_map_channel_loop:
+0x263d 003949 qisolate1 temp 
+0x263e 003950 branch le_map_channel_skip ,true 
+0x263f 003951 increase 1 ,loopcnt 
+:      003952 le_map_channel_skip:
+0x2640 003953 deposit loopcnt 
+0x2641 003954 branch le_map_channel_end ,blank 
+0x2642 003955 increase 1 ,queue 
+0x2643 003956 increase -1 ,loopcnt 
+0x2644 003957 branch le_map_channel_loop 
+:      003958 le_map_channel_end:
+0x2645 003959 deposit queue 
+0x2646 003960 store 1 ,mem_le_ch_mapped 
+0x2647 003961 rtn 
+:      003964 le_wait_tx:
+0x2648 003965 branch le_wait_master ,master 
+0x2649 003966 until null ,timeout 
+0x264a 003967 rtn 
+:      003969 le_wait_master:
+0x264b 003970 arg 0xea0 ,timeup 
+0x264c 003971 until clkn_rt ,meet 
+0x264d 003972 rtn 
+:      003974 le_receive_adv:
+0x264e 003975 disable swfine 
+0x264f 003976 fetch 2 ,mem_le_scan_window 
+0x2650 003977 copy pdata ,timeup 
+0x2651 003978 branch le_receive_packet 
+:      003981 le_receive_slave:
+0x2652 003982 bpatchx patch24_3 ,mem_patch24 
+0x2653 003983 call le_dec_init 
+0x2654 003984 enable swfine 
+0x2655 003985 fetch 2 ,mem_le_receive_window 
+0x2656 003986 fetcht 4 ,mem_le_transmit_window 
+0x2657 003987 iadd temp ,timeup 
+:      003988 le_receive_packet:
+0x2658 003989 call le_rx_setfreq 
+:      003990 le_receive_rxon:
+0x2659 003991 bpatchx patch24_4 ,mem_patch24 
+0x265a 003992 call le_prep 
+0x265b 003993 bmark0 mark_ble_lr ,le_receive_nolr 
+0x265c 003994 pulse dewhiten_code_calc 
+0x265d 003995 nop 30 
+0x265e 003996 call le_prep 
+0x265f 003997 lshift3 timeup ,timeup 
+:      003998 le_receive_nolr:
+0x2660 003999 disable match 
+0x2661 004000 enable decode_fec0 
+0x2662 004001 enable is_rx 
+0x2663 004002 disable is_tx 
+0x2664 004003 copy timeup ,stop_watch 
+0x2665 004004 correlate null ,timeout 
+0x2666 004005 branch le_receive_on_attempt ,attempt 
+0x2667 004006 copy clke ,temp 
+0x2668 004007 storet 6 ,mem_sync_clke 
+:      004008 le_receive_on_attempt:
+0x2669 004009 nbranch le_unsync_end ,sync 
+0x266a 004010 enable swfine 
+0x266b 004011 fetch 1 ,mem_le_tx_ifs_defference 
+0x266c 004012 arg param_20ms_init ,temp 
+0x266d 004013 iadd temp ,temp 
+0x266e 004014 fetch 1 ,mem_system_clk 
+0x266f 004015 imul32 temp ,stop_watch 
+0x2670 004016 call rf_debug_rx_sync_line 
+0x2671 004017 branch le_receive_skip ,attempt 
+0x2672 004018 call calc_clke_all_modem 
+0x2673 004019 fetch 1 ,mem_le_state 
+0x2674 004020 bbit0 lestate_got_first_packet ,le_receive_skip 
+0x2675 004021 fetcht 6 ,mem_sync_clke 
+0x2676 004022 call lpm_adjust_clk ,wake 
+:      004023 le_receive_skip:
+0x2677 004024 call save_rssi 
+0x2678 004025 enable enable_white 
+0x2679 004026 enable enable_crc 
+0x267a 004027 parse demod ,bucket ,8 
+0x267b 004028 rshift3 pwindow ,pdata 
+0x267c 004029 store 1 ,mem_le_rxbuf_data_header 
+0x267d 004030 parse demod ,bucket ,8 
+0x267e 004031 rshift3 pwindow ,pdata 
+0x267f 004032 store 1 ,mem_le_rxbuf_data_length 
+0x2680 004033 copy pdata ,loopcnt 
+0x2681 004034 branch le_rx_nopayload ,zero 
+0x2682 004036 bmark1 mark_ble_encryption ,le_rx_dec 
+:      004038 le_rx_loop:
+0x2683 004039 parse demod ,bucket ,8 
+0x2684 004040 rshift3 pwindow ,pdata 
+0x2685 004041 istore 1 ,contw 
+0x2686 004042 loop le_rx_loop 
+0x2687 004043 branch le_rx_nopayload 
+:      004045 le_rx_dec:
+0x2688 004046 copy contw ,regb 
+0x2689 004047 bpatchx patch24_5 ,mem_patch24 
+0x268a 004048 call le_check_retransmit 
+0x268b 004050 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+0x268c 004051 increase -4 ,rega 
+0x268d 004052 nbranch le_mic_error ,positive 
+0x268e 004054 call le_dec_start 
+0x268f 004055 copy regb ,contw 
+0x2690 004056 arg 0 ,temp 
+0x2691 004057 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+0x2692 004058 increase -4 ,loopcnt 
+0x2693 004059 branch le_rx_dec_loop_end ,zero 
+:      004060 le_rx_dec_loop:
+0x2694 004062 parse demod ,bucket ,8 
+0x2695 004063 rshift3 pwindow ,pdata 
+0x2696 004064 istore 1 ,contw 
+0x2697 004065 increase 1 ,temp 
+0x2698 004066 and temp ,0xf ,null 
+0x2699 004067 call le_dec ,zero 
+0x269a 004068 loop le_rx_dec_loop 
+:      004069 le_rx_dec_loop_end:
+0x269b 004070 call le_dec_end 
+0x269c 004071 copy regb ,contw 
+:      004074 le_rx_nopayload:
+0x269d 004075 bpatchx patch24_6 ,mem_patch24 
+0x269e 004076 parse demod ,bucket ,24 
+0x269f 004077 rshift32 pdata ,pdata 
+0x26a0 004078 rshift16 pdata ,pdata 
+0x26a1 004079 istore 3 ,contw 
+0x26a2 004080 enable swfine 
+0x26a3 004081 call le_set_until_tx_timer 
+0x26a4 004082 branch le_crc_fail ,crc_failed 
+0x26a5 004083 bmark0 mark_ble_encryption ,le_rx_match 
+0x26a6 004084 fetch 1 ,mem_le_rxbuf_data_length 
+0x26a7 004085 branch le_rx_match ,blank 
+0x26a8 004086 increase -4 ,pdata 
+0x26a9 004087 store 1 ,mem_le_rxbuf_data_length 
+0x26aa 004088 call wait_ccm_done 
+0x26ab 004089 fetch 1 ,core_misc_status 
+0x26ac 004090 bbit0 7 ,le_mic_error 
+0x26ad 004091 force regidx_result ,regext_index 
+0x26ae 004092 storer regext ,4 ,mem_le_peer_mic 
+:      004093 le_rx_match:
+0x26af 004094 call rf_debug_rx_crc_line 
+0x26b0 004095 enable match 
+0x26b1 004096 set0 mark_ble_crc_fail ,mark 
+:      004097 le_crc_fail_tx:
+0x26b2 004098 bpatchx patch24_7 ,mem_patch24 
+0x26b3 004099 call ccm_ctrl_clr 
+0x26b4 004100 fetch 1 ,mem_le_rx_phy 
+0x26b5 004101 nsetflag ble_coded_info ,bit_le_coded_phy_s8 ,pdata 
+0x26b6 004102 store 1 ,mem_le_rx_phy 
+0x26b7 004103 call le_match_set_sync_on 
+0x26b8 004104 branch le_match_set_txfreq 
+:      004106 le_match_set_sync_on:
+0x26b9 004107 disable decode_fec0 
+0x26ba 004108 branch set_sync_on 
+:      004110 le_match_set_txfreq:
+0x26bb 004111 bpatchx patch25_0 ,mem_patch25 
+0x26bc 004112 fetcht 1 ,mem_last_freq 
+0x26bd 004113 branch set_freq_tx_int 
+:      004116 le_dec_init:
+0x26be 004117 rtnmark0 mark_ble_encryption 
+0x26bf 004118 call load_sk 
+0x26c0 004119 force regidx_result ,regext_index 
+0x26c1 004120 call aes_clear 
+0x26c2 004121 branch aes_clear_data 
+:      004124 le_dec_start:
+0x26c3 004125 bpatchx patch25_1 ,mem_patch25 
+0x26c4 004126 jam 0 ,core_ccm_aad0 
+0x26c5 004127 jam 1 ,core_ccm_aad1 
+0x26c6 004128 fetch 1 ,mem_le_rxbuf_data_header 
+0x26c7 004129 and_into 0x3 ,pdata 
+0x26c8 004130 store 1 ,core_ccm_aad2 
+0x26c9 004132 setarg mem_le_rxbuf_data_payload 
+0x26ca 004133 store 2 ,core_ccm_input_playload_addr 
+0x26cb 004134 store 2 ,core_ccm_output_playload_addr 
+0x26cc 004136 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+0x26cd 004137 increase -4 ,rega 
+0x26ce 004139 fetcht 5 ,mem_ccm_pcnt_rx 
+0x26cf 004140 isolate1 mark_old_packet ,mark 
+0x26d0 004141 call le_pcnt_rx_sub1 ,true 
+0x26d1 004142 call ccm_b0 
+0x26d2 004143 setarg 0 
+0x26d3 004144 store 2 ,core_ccm_inptr 
+0x26d4 004145 jam 6 ,core_ccm_ctrl 
+0x26d5 004146 jam 7 ,core_ccm_ctrl 
+0x26d6 004147 rtn 
+:      004149 le_pcnt_rx_sub1:
+0x26d7 004150 sub temp ,0 ,null 
+0x26d8 004151 branch le_pcnt_rx_sub1_0 ,zero 
+0x26d9 004152 increase -1 ,temp 
+0x26da 004153 set1 le_ccm_directionbit ,temp 
+0x26db 004154 rtn 
+:      004156 le_pcnt_rx_sub1_0:
+0x26dc 004157 setarg 0xffffff 
+0x26dd 004158 lshift16 pdata ,pdata 
+0x26de 004159 arg 0xffff ,temp 
+0x26df 004160 ior temp ,temp 
+0x26e0 004161 rtn 
+:      004163 le_dec:
+0x26e1 004164 copy contw ,regb 
+0x26e2 004165 fetch 1 ,mem_le_rxbuf_data_length 
+0x26e3 004166 increase -4 ,pdata 
+0x26e4 004167 isub temp ,null 
+0x26e5 004168 rtn zero 
+0x26e6 004169 storet 2 ,core_ccm_inptr 
+0x26e7 004170 copy regb ,contw 
+0x26e8 004171 rtn 
+:      004173 le_dec_end:
+0x26e9 004174 parse demod ,bucket ,32 
+0x26ea 004175 rshift32 pdata ,pdata 
+0x26eb 004176 rshift8 pdata ,pdata 
+0x26ec 004177 istore 4 ,contw 
+0x26ed 004178 copy contw ,regb 
+0x26ee 004180 force regidx_data ,regext_index 
+0x26ef 004181 copy pdata ,regext 
+0x26f0 004182 storet 2 ,core_ccm_inptr 
+0x26f1 004183 rtn 
+:      004185 le_mic_error:
+0x26f2 004186 branch le_end_of_packet 
+:      004188 le_retransmit_end_of_packet:
+0x26f3 004189 call le_set_until_tx_timer 
+0x26f4 004190 call end_of_packet 
+0x26f5 004191 branch le_rx_match 
+:      004193 le_crc_fail:
+0x26f6 004194 call rf_debug_rx_crc_fail_line 
+0x26f7 004195 bmark1 mark_ble_crc_fail ,le_crc_fail_consecutive 
+0x26f8 004196 set1 mark_ble_crc_fail ,mark 
+0x26f9 004197 branch le_crc_fail_tx 
+:      004199 le_unsync_end:
+:      004200 le_crc_fail_consecutive:
+0x26fa 004201 set0 mark_ble_crc_fail ,mark 
+0x26fb 004202 branch le_end_of_packet 
+:      004204 le_end_of_packet:
+0x26fc 004205 bpatchx patch25_2 ,mem_patch25 
+0x26fd 004206 call ccm_ctrl_clr 
+0x26fe 004207 branch end_of_packet 
+:      004209 calc_clke_all_modem:
+0x26ff 004210 bmark1 mark_ble_lr ,calc_clke_modem_coded 
+0x2700 004211 bmark1 mark_ble_2m ,calc_clke_modem_2m 
+0x2701 004212 fetch 2 ,mem_param_clke_cal_le_1m 
+0x2702 004213 copy pdata ,clke_rt 
+0x2703 004214 copy bt_clk ,clke_bt 
+0x2704 004215 rtn 
+:      004218 calc_clke_modem_coded:
+0x2705 004219 fetch 2 ,mem_param_clke_cal_le_coded 
+0x2706 004220 copy pdata ,clke_rt 
+0x2707 004221 add bt_clk ,1 ,clke_bt 
+0x2708 004222 rtn 
+:      004224 calc_clke_modem_2m:
+0x2709 004225 fetch 2 ,mem_param_clke_cal_le_2m 
+0x270a 004226 copy pdata ,clke_rt 
+0x270b 004227 copy bt_clk ,clke_bt 
+0x270c 004228 rtn 
+:      004231 le_set_until_tx_timer:
+0x270d 004232 fetch 1 ,mem_le_rxbuf_data_length 
+0x270e 004233 add pdata ,5 ,temp 
+0x270f 004234 lshift3 temp ,temp 
+0x2710 004235 fetch 1 ,mem_le_rx_phy 
+0x2711 004236 bmark1 mark_ble_lr ,le_set_until_tx_timer_rx_lr 
+0x2712 004237 bbit1 bit_le_1m_phy ,le_set_until_tx_timer_rx_1m 
+0x2713 004238 bbit1 bit_le_2m_phy ,le_set_until_tx_timer_rx_2m 
+:      004239 le_set_until_tx_timer_rx_lr:
+0x2714 004240 branch le_set_until_tx_timer_rx_coded_s2 ,ble_coded_info 
+0x2715 004241 branch le_set_until_tx_timer_rx_coded_s8 
+:      004243 le_set_until_tx_timer_rx_1m:
+0x2716 004244 branch le_calc_stop_watch 
+:      004246 le_set_until_tx_timer_rx_2m:
+0x2717 004247 rshift temp ,temp 
+0x2718 004248 branch le_calc_stop_watch 
+:      004250 le_set_until_tx_timer_rx_coded_s2:
+0x2719 004251 add temp ,3 ,temp 
+0x271a 004252 lshift temp ,temp 
+0x271b 004253 branch le_set_until_tx_timer_rx_coded 
+:      004255 le_set_until_tx_timer_rx_coded_s8:
+0x271c 004256 add temp ,3 ,temp 
+0x271d 004257 lshift3 temp ,temp 
+:      004258 le_set_until_tx_timer_rx_coded:
+0x271e 004259 setarg param_coded_c1_term1_time_40us 
+0x271f 004260 iadd temp ,temp 
+0x2720 004261 branch le_calc_stop_watch 
+:      004263 le_calc_stop_watch:
+0x2721 004264 fetch 1 ,mem_system_clk 
+0x2722 004265 imul32 temp ,temp 
+0x2723 004266 arg param_20ms_init ,rega 
+0x2724 004267 imul32 rega ,pdata 
+0x2725 004268 isub temp ,temp 
+0x2726 004269 copy stop_watch ,pdata 
+0x2727 004270 isub temp ,stop_watch 
+0x2728 004271 rtn 
+:      004273 le_transmit_receive_sifs_without_change_mode:
+0x2729 004274 call le_transmit 
+0x272a 004275 fetcht 1 ,mem_last_freq 
+0x272b 004276 call set_freq_rx 
+0x272c 004277 call rf_rx_enable 
+0x272d 004278 enable swfine 
+0x272e 004279 arg 5500 ,timeup 
+0x272f 004280 branch le_receive_rxon 
+:      004283 le_transmit_receive_sifs:
+0x2730 004284 bpatchx patch25_3 ,mem_patch25 
+0x2731 004285 fetch 1 ,mem_le_tx_phy 
+0x2732 004286 call le_enable_phy_by_pdata 
+0x2733 004287 call le_transmit 
+:      004288 le_transmit_receive_sifs_notx:
+0x2734 004289 fetch 1 ,mem_le_rx_phy 
+0x2735 004290 call le_enable_phy_by_pdata 
+0x2736 004292 fetcht 1 ,mem_last_freq 
+0x2737 004293 call set_freq_rx 
+0x2738 004294 call rf_rx_enable 
+0x2739 004295 enable swfine 
+0x273a 004296 arg 5500 ,timeup 
+0x273b 004297 bmark0 mark_ble_lr ,le_receive_rxon 
+0x273c 004298 arg 8500 ,timeup 
+0x273d 004299 branch le_receive_rxon 
+:      004301 le_transmit_norx:
+0x273e 004302 bpatchx patch25_4 ,mem_patch25 
+0x273f 004303 call le_transmit 
+0x2740 004304 branch end_of_packet 
+:      004306 le_transmit:
+0x2741 004307 bpatchx patch25_5 ,mem_patch25 
+0x2742 004308 call le_prep 
+0x2743 004309 call le_tx_setfreq 
+0x2744 004310 call rf_debug_tx_on_line 
+0x2745 004311 set1 txgfsk ,radio_ctrl 
+0x2746 004312 enable encode_fec0 
+0x2747 004313 enable is_tx 
+0x2748 004314 disable is_rx 
+0x2749 004315 call le_wait_tx 
+0x274a 004316 disable lr_s2en 
+0x274b 004317 bmark1 mark_ble_lr ,le_transmit_lr 
+0x274c 004318 bmark1 mark_ble_2m ,le_transmit_2m 
+0x274d 004319 rshift16 access ,pdata 
+0x274e 004320 rshift8 pdata ,pdata 
+0x274f 004321 rshift4 pdata ,pdata 
+0x2750 004322 inject mod ,40 
+:      004323 le_transmit_packet:
+0x2751 004324 enable enable_white 
+0x2752 004325 enable enable_crc 
+0x2753 004326 bpatchx patch25_6 ,mem_patch25 
+0x2754 004327 fetch 1 ,mem_le_txheader 
+0x2755 004328 inject mod ,8 
+0x2756 004329 ifetch 1 ,contr 
+0x2757 004330 copy pdata ,loopcnt 
+0x2758 004331 inject mod ,8 
+0x2759 004332 sub loopcnt ,0 ,null 
+0x275a 004333 branch le_tr_nopayload ,zero 
+0x275b 004335 fetch 1 ,core_ccm_ctrl 
+0x275c 004336 branch le_transmit_packet_not_enc ,blank 
+0x275d 004337 bmark1 mark_ble_encryption ,le_transmit_packet_enc 
+:      004338 le_transmit_packet_not_enc:
+0x275e 004339 arg mem_le_txpayload ,contr 
+:      004340 le_tr_loop:
+0x275f 004341 ifetch 1 ,contr 
+0x2760 004342 inject mod ,8 
+0x2761 004343 loop le_tr_loop 
+:      004345 le_tr_nopayload:
+0x2762 004346 enable enable_parity 
+0x2763 004347 inject mod ,24 
+0x2764 004348 disable enable_parity 
+0x2765 004349 bmark0 mark_ble_lr ,le_transmit_skip 
+0x2766 004350 disable enable_white 
+0x2767 004351 setarg 0 
+0x2768 004352 inject mod ,3 
+:      004353 le_transmit_skip:
+0x2769 004354 until null ,tx_clear 
+0x276a 004355 nop 100 
+0x276b 004356 bpatchx patch25_7 ,mem_patch25 
+0x276c 004357 disable encode_fec0 
+0x276d 004358 disable encode_fec3 
+0x276e 004359 call set_sync_on 
+0x276f 004360 call rf_debug_tx_off_line 
+:      004361 le_check_start_pause_enc:
+0x2770 004362 fetch 1 ,mem_le_txheader 
+0x2771 004363 and pdata ,llid_le_ll ,pdata 
+0x2772 004364 rtnne llid_le_ll 
+0x2773 004365 fetch 1 ,mem_le_enc_state 
+0x2774 004366 beq flag_le_enc_pause ,le_clear_enc 
+0x2775 004367 rtnne flag_le_send_start_enc_req 
+0x2776 004368 fetch 1 ,mem_le_txpayload 
+0x2777 004369 beq ll_start_enc_req ,le_set_enc 
+0x2778 004370 rtn 
+:      004373 le_transmit_packet_enc:
+0x2779 004374 increase -4 ,loopcnt 
+0x277a 004375 copy loopcnt ,temp 
+0x277b 004376 call ccm_wait_enc 
+0x277c 004377 arg mem_le_txpayload ,contr 
+:      004378 le_transmit_packet_enc_loop:
+0x277d 004379 ifetch 1 ,contr 
+0x277e 004380 inject mod ,8 
+0x277f 004381 loop le_transmit_packet_enc_loop 
+0x2780 004382 call ccm_check_enc_done 
+0x2781 004383 copy regext ,pdata 
+0x2782 004384 inject mod ,32 
+0x2783 004385 branch le_tr_nopayload 
+:      004387 le_transmit_lr:
+0x2784 004388 arg 10 ,loopcnt 
+:      004389 le_transmit_lr_preamble_loop:
+0x2785 004390 setarg 0x3c 
+0x2786 004391 inject mod ,8 
+0x2787 004392 loop le_transmit_lr_preamble_loop 
+0x2788 004393 disable encode_fec0 
+0x2789 004394 enable encode_fec3 
+0x278a 004395 rshift16 access ,pdata 
+0x278b 004396 rshift16 pdata ,pdata 
+0x278c 004397 rshift4 pdata ,pdata 
+0x278d 004398 inject mod ,32 
+0x278e 004399 bmark1 mark_ble_lr_s8 ,le_transmit_lr_s8 
+:      004400 le_transmit_lr_s2:
+0x278f 004401 setarg 1 
+0x2790 004402 inject mod ,5 
+0x2791 004403 enable lr_s2en 
+0x2792 004404 branch le_transmit_packet 
+:      004406 le_transmit_lr_s8:
+0x2793 004407 setarg 0 
+0x2794 004408 inject mod ,5 
+0x2795 004409 branch le_transmit_packet 
+:      004411 le_transmit_2m:
+0x2796 004412 fetch 1 ,mem_system_clk 
+0x2797 004413 fetcht 1 ,mem_le_tx2m_delay 
+0x2798 004414 iadd temp ,pdata 
+0x2799 004415 call sleep 
+0x279a 004416 rshift16 access ,pdata 
+0x279b 004417 rshift8 pdata ,pdata 
+0x279c 004418 rshift4 pdata ,temp 
+0x279d 004419 copy temp ,pdata 
+0x279e 004420 inject mod ,8 
+0x279f 004421 copy temp ,pdata 
+0x27a0 004422 inject mod ,40 
+0x27a1 004423 branch le_transmit_packet 
+:      004426 le_update_param:
+0x27a2 004427 arg le_update_param_ahead1_cb ,regc 
+0x27a3 004428 arg le_update_param_cb ,regb 
+0x27a4 004429 arg lestate_update_param ,queue 
+0x27a5 004430 branch le_check_update_flag 
+:      004432 le_update_param_ahead1_cb:
+0x27a6 004433 add rega ,coffset_sniff_anchor ,contr 
+0x27a7 004434 ifetcht 4 ,contr 
+0x27a8 004435 add rega ,coffest_le_new_transmitwindowsize ,contr 
+0x27a9 004436 ifetch 1 ,contr 
+0x27aa 004437 add rega ,coffset_le_window_size ,contw 
+0x27ab 004438 istore 1 ,contw 
+0x27ac 004439 ifetch 2 ,contr 
+0x27ad 004440 lshift2 pdata ,pdata 
+0x27ae 004441 iadd temp ,timeup 
+0x27af 004442 add rega ,coffset_sniff_anchor ,contw 
+0x27b0 004443 deposit timeup 
+0x27b1 004444 istore 4 ,contw 
+0x27b2 004445 ifetch 2 ,contr 
+0x27b3 004446 lshift2 pdata ,pdata 
+0x27b4 004447 add rega ,coffset_tsniff ,contw 
+0x27b5 004448 istore 2 ,contw 
+0x27b6 004449 ifetch 2 ,contr 
+0x27b7 004450 add rega ,coffset_le_slave_latency ,contw 
+0x27b8 004451 istore 2 ,contw 
+0x27b9 004452 ifetch 2 ,contr 
+0x27ba 004453 store 2 ,mem_le_init_superto 
+0x27bb 004454 branch le_receive_window_size 
+:      004456 le_update_param_cb:
+0x27bc 004457 ifetch 1 ,rega 
+0x27bd 004458 set0 lestate_got_first_packet ,pdata 
+0x27be 004459 istore 1 ,rega 
+0x27bf 004460 storer rega ,2 ,mem_rega 
+0x27c0 004461 jam bt_evt_le_parse_conn_param_accepted ,mem_fifo_temp 
+0x27c1 004462 call ui_ipc_send_event 
+0x27c2 004463 fetchr rega ,2 ,mem_rega 
+0x27c3 004464 rtn 
+:      004466 le_update_channel_map:
+0x27c4 004467 arg 0 ,regc 
+0x27c5 004468 arg le_update_channel_map_cb ,regb 
+0x27c6 004469 arg lestate_update_map ,queue 
+0x27c7 004470 branch le_check_update_flag 
+:      004472 le_update_channel_map_cb:
+0x27c8 004473 add rega ,coffset_le_new_map ,contr 
+0x27c9 004474 ifetch 5 ,contr 
+0x27ca 004475 add rega ,coffset_le_channel_map ,contw 
+0x27cb 004476 istore 5 ,contw 
+0x27cc 004477 branch le_calc_channel_map 
+:      004480 le_update_phy:
+0x27cd 004481 arg 0 ,regc 
+0x27ce 004482 arg le_update_phy_cb ,regb 
+0x27cf 004483 arg lestate_update_phy ,queue 
+0x27d0 004484 branch le_check_update_flag 
+:      004486 le_update_phy_cb:
+0x27d1 004487 add rega ,coffset_le_new_m2s_phy ,contr 
+0x27d2 004488 ifetch 1 ,contr 
+0x27d3 004489 call le_update_phy_cb_m2s 
+0x27d4 004490 istore 1 ,contw 
+0x27d5 004491 add rega ,coffset_le_new_s2m_phy ,contr 
+0x27d6 004492 ifetch 1 ,contr 
+0x27d7 004493 call le_update_phy_cb_s2m 
+0x27d8 004494 istore 1 ,contw 
+0x27d9 004495 storer rega ,2 ,mem_rega 
+0x27da 004496 jam bt_evt_le_update_phy ,mem_fifo_temp 
+0x27db 004497 call ui_ipc_send_event 
+0x27dc 004498 fetchr rega ,2 ,mem_rega 
+0x27dd 004499 rtn 
+:      004501 le_update_phy_cb_m2s:
+0x27de 004502 call le_update_phy_cb_m2s_no_change ,blank 
+0x27df 004503 add rega ,coffset_le_rx_phy ,contw 
+0x27e0 004504 nrtn master 
+0x27e1 004505 fetcht 1 ,mem_le_tx_phys 
+0x27e2 004506 isolate1 bit_le_coded_phy_s8 ,temp 
+0x27e3 004507 setflag true ,bit_le_coded_phy_s8 ,pdata 
+0x27e4 004508 add rega ,coffset_le_tx_phy ,contw 
+0x27e5 004509 rtn 
+:      004511 le_update_phy_cb_m2s_no_change:
+0x27e6 004512 add rega ,coffset_le_rx_phy ,contr 
+0x27e7 004513 ifetch 1 ,contr 
+0x27e8 004514 nrtn master 
+0x27e9 004515 add rega ,coffset_le_tx_phy ,contr 
+0x27ea 004516 ifetch 1 ,contr 
+0x27eb 004517 rtn 
+:      004519 le_update_phy_cb_s2m:
+0x27ec 004520 call le_update_phy_cb_s2m_no_change ,blank 
+0x27ed 004521 fetcht 1 ,mem_le_tx_phys 
+0x27ee 004522 isolate1 bit_le_coded_phy_s8 ,temp 
+0x27ef 004523 setflag true ,bit_le_coded_phy_s8 ,pdata 
+0x27f0 004524 add rega ,coffset_le_tx_phy ,contw 
+0x27f1 004525 nrtn master 
+0x27f2 004526 set0 bit_le_coded_phy_s8 ,pdata 
+0x27f3 004527 add rega ,coffset_le_rx_phy ,contw 
+0x27f4 004528 rtn 
+:      004530 le_update_phy_cb_s2m_no_change:
+0x27f5 004531 add rega ,coffset_le_tx_phy ,contr 
+0x27f6 004532 ifetch 1 ,contr 
+0x27f7 004533 nrtn master 
+0x27f8 004534 add rega ,coffset_le_rx_phy ,contr 
+0x27f9 004535 ifetch 1 ,contr 
+0x27fa 004536 rtn 
+:      004541 le_check_update_flag:
+0x27fb 004542 bpatchx patch26_0 ,mem_patch26 
+0x27fc 004543 ifetch 1 ,rega 
+0x27fd 004544 qisolate0 pdata 
+0x27fe 004545 rtn true 
+0x27ff 004546 add rega ,coffset_le_event_cnt ,contr 
+0x2800 004547 ifetcht 2 ,contr 
+0x2801 004548 add rega ,coffset_le_instant ,contr 
+0x2802 004549 ifetch 2 ,contr 
+0x2803 004551 isub temp ,pdata 
+0x2804 004552 branch le_update ,zero 
+0x2805 004553 nbranch le_check_update_small ,positive 
+0x2806 004554 sub pdata ,1 ,null 
+0x2807 004555 branch le_update_ahead1 ,zero 
+0x2808 004556 rtn 
+:      004558 le_update_ahead1:
+0x2809 004559 copy regc ,pdata 
+0x280a 004560 branch callback_func 
+:      004562 le_update:
+0x280b 004563 ifetch 1 ,rega 
+0x280c 004564 qset0 pdata 
+0x280d 004565 istore 1 ,rega 
+0x280e 004566 copy regb ,pdata 
+0x280f 004567 branch callback_func 
+:      004569 le_check_update_small:
+0x2810 004570 add rega ,coffset_le_event_cnt ,contr 
+0x2811 004571 ifetch 2 ,contr 
+0x2812 004572 add rega ,coffset_le_instant ,contr 
+0x2813 004573 ifetch 2 ,contr 
+0x2814 004574 isub temp ,pdata 
+0x2815 004575 arg 0xffff ,temp 
+0x2816 004576 isub temp ,null 
+0x2817 004577 branch le_update ,zero 
+0x2818 004578 arg 0xf000 ,temp 
+0x2819 004579 isub temp ,null 
+0x281a 004580 nbranch le_update ,positive 
+0x281b 004581 rtn 
+:      004584 le_check_retransmit:
+0x281c 004585 fetcht 1 ,mem_le_arq 
+0x281d 004586 fetch 1 ,mem_le_rxbuf_data_header 
+0x281e 004589 rshift pdata ,pdata 
+0x281f 004590 ixor temp ,pdata 
+0x2820 004591 isolate1 nesn ,pdata 
+0x2821 004592 setflag true ,mark_old_packet ,mark 
+0x2822 004593 rtn 
+:      004596 le_acknowledge:
+0x2823 004597 bpatchx patch26_1 ,mem_patch26 
+0x2824 004598 call le_supervision_flush 
+0x2825 004599 rtnmark1 mark_ble_crc_fail 
+0x2826 004600 call le_check_wak 
+0x2827 004601 fetch 1 ,mem_le_rxbuf_data_header 
+0x2828 004602 isolate1 md ,pdata 
+0x2829 004603 setflag true ,mark_ble_rx_md ,mark 
+0x282a 004604 rshift pdata ,pdata 
+0x282b 004605 ixor temp ,pdata 
+0x282c 004606 isolate1 nesn ,pdata 
+0x282d 004607 setflag true ,mark_old_packet ,mark 
+0x282e 004608 rtnmark1 mark_old_packet 
+0x282f 004609 fetch 1 ,mem_le_rxbuf_data_length 
+0x2830 004610 branch le_ack_unenc ,blank 
+0x2831 004611 fetch 1 ,mem_le_state 
+0x2832 004612 bbit0 lestate_encryption ,le_ack_unenc 
+0x2833 004613 fetcht 4 ,mem_le_peer_mic 
+0x2834 004614 fetch 4 ,mem_ccm_last_mic 
+0x2835 004615 isub temp ,null 
+0x2836 004616 branch assert ,zero 
+0x2837 004617 storet 4 ,mem_ccm_last_mic 
+0x2838 004618 fetch 5 ,mem_ccm_pcnt_rx 
+0x2839 004619 increase 1 ,pdata 
+0x283a 004620 set1 le_ccm_directionbit ,pdata 
+0x283b 004621 store 5 ,mem_ccm_pcnt_rx 
+:      004623 le_ack_unenc:
+0x283c 004624 fetcht 1 ,mem_le_arq 
+0x283d 004625 setflip nesn ,temp 
+0x283e 004626 storet 1 ,mem_le_arq 
+0x283f 004627 fetch 1 ,mem_le_configuration 
+0x2840 004628 rtnbit0 bit_ble_deal_bb_packet 
+0x2841 004629 bpatchx patch26_2 ,mem_patch26 
+0x2842 004630 fetch 1 ,mem_le_rxbuf_data_length 
+0x2843 004631 rtn blank 
+0x2844 004632 fetch 1 ,mem_le_rxbuf_data_header 
+0x2845 004633 compare llid_continue ,pdata ,3 
+0x2846 004634 branch le_parse_writing_attribute_continue ,true 
+0x2847 004635 compare llid_start ,pdata ,3 
+0x2848 004636 branch le_parse_writing_attribute_start ,true 
+0x2849 004637 rtn 
+:      004640 le_check_wak:
+0x284a 004641 bpatchx patch26_3 ,mem_patch26 
+0x284b 004642 fetcht 1 ,mem_le_arq 
+0x284c 004643 isolate0 wak ,temp 
+0x284d 004644 rtn true 
+0x284e 004645 fetch 1 ,mem_le_rxbuf_data_header 
+0x284f 004646 lshift pdata ,pdata 
+0x2850 004647 ixor temp ,pdata 
+0x2851 004648 rtnbit0 sn 
+0x2852 004649 set0 wak ,temp 
+0x2853 004650 setflip sn ,temp 
+0x2854 004651 storet 1 ,mem_le_arq 
+0x2855 004652 compare 3 ,temp ,3 
+0x2856 004654 rtn 
+:      004657 le_set_enc:
+0x2857 004658 fetch 1 ,mem_le_state 
+0x2858 004659 set1 lestate_encryption ,pdata 
+0x2859 004660 store 1 ,mem_le_state 
+0x285a 004661 set1 mark_ble_encryption ,mark 
+0x285b 004662 rtn 
+:      004664 le_clear_enc:
+0x285c 004665 bpatchx patch26_4 ,mem_patch26 
+0x285d 004666 jam flag_le_enc_null ,mem_le_enc_state 
+0x285e 004667 arg 0 ,pdata 
+0x285f 004668 store 4 ,mem_ccm_last_mic 
+0x2860 004669 store 5 ,mem_ccm_pcnt_tx 
+0x2861 004670 set1 le_ccm_directionbit ,pdata 
+0x2862 004671 store 5 ,mem_ccm_pcnt_rx 
+0x2863 004672 fetch 1 ,mem_le_state 
+0x2864 004673 set0 lestate_encryption ,pdata 
+0x2865 004674 store 1 ,mem_le_state 
+0x2866 004675 set0 mark_ble_encryption ,mark 
+0x2867 004676 rtn 
+:      004681 le_scan_check_sender_addr_type:
+0x2868 004682 arg 1 ,rega 
+0x2869 004683 fetch 1 ,mem_le_rxbuf_adv_connect_ind_header 
+0x286a 004684 rtnbit1 le_sender_addr_bit 
+0x286b 004685 arg 0 ,rega 
+0x286c 004686 rtn 
+:      004689 le_get_master_rx_max:
+0x286d 004690 copy contr ,contw 
+0x286e 004691 fetcht 2 ,mem_remote_rx_max_octets 
+0x286f 004692 copy contw ,contr 
+0x2870 004693 rtn 
+:      004696 le_prepare_tx:
+0x2871 004697 bpatchx patch26_5 ,mem_patch26 
+0x2872 004698 fetch 1 ,mem_le_arq 
+0x2873 004699 rtnbit1 wak 
+0x2874 004700 call le_check_tx_md 
+0x2875 004701 call le_fifo_get_first_tx_ptr 
+0x2876 004702 branch le_send_empty ,blank 
+0x2877 004703 ifetch 2 ,contr 
+0x2878 004704 ifetcht 2 ,contr 
+0x2879 004705 copy temp ,rega 
+0x287a 004706 isub rega ,pdata 
+0x287b 004707 call le_get_master_rx_max 
+0x287c 004708 call not_greater_than 
+0x287d 004709 copy pdata ,temp 
+0x287e 004710 ifetchr type ,1 ,contr 
+0x287f 004711 copy rega ,pdata 
+0x2880 004712 iadd contr ,pdata 
+0x2881 004713 store 2 ,mem_contr 
+0x2882 004714 call le_update_tx_type 
+0x2883 004715 call le_send_packet 
+0x2884 004717 call le_fifo_get_first_tx_ptr 
+0x2885 004718 ifetch 2 ,contr 
+0x2886 004719 copy pdata ,rega 
+0x2887 004720 copy contr ,regc 
+0x2888 004721 ifetcht 2 ,contr 
+0x2889 004722 copy temp ,regb 
+0x288a 004723 isub regb ,pdata 
+0x288b 004724 call le_get_master_rx_max 
+0x288c 004725 call not_greater_than 
+0x288d 004726 iadd regb ,pdata 
+0x288e 004727 istore 2 ,regc 
+0x288f 004728 isub rega ,null 
+0x2890 004729 nrtn zero 
+0x2891 004730 branch le_fifo_release_first_node 
+:      004733 le_check_tx_md:
+0x2892 004734 call le_check_continue 
+0x2893 004735 rtnmark1 mark_ble_tx_md 
+0x2894 004736 fetch 1 ,mem_le_configuration 
+0x2895 004737 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
+0x2896 004738 call le_fifo_get_second_tx_ptr 
+0x2897 004739 branch le_clear_md ,blank 
+0x2898 004740 branch le_set_md 
+:      004743 le_check_continue:
+0x2899 004744 call le_fifo_get_first_tx_ptr 
+0x289a 004745 branch le_clear_md ,blank 
+0x289b 004746 ifetch 2 ,contr 
+0x289c 004747 ifetcht 2 ,contr 
+0x289d 004748 isub temp ,rega 
+0x289e 004749 call le_get_master_rx_max 
+0x289f 004750 copy temp ,pdata 
+0x28a0 004751 isub rega ,null 
+0x28a1 004752 branch le_clear_md ,positive 
+:      004753 le_set_md:
+0x28a2 004754 set1 mark_ble_tx_md ,mark 
+0x28a3 004755 rtn 
+:      004757 le_clear_md:
+0x28a4 004758 set0 mark_ble_tx_md ,mark 
+0x28a5 004759 rtn 
+:      004761 le_update_tx_type:
+0x28a6 004762 copy rega ,pdata 
+0x28a7 004763 rtn blank 
+0x28a8 004764 arg llid_continue ,type 
+0x28a9 004765 rtn 
+:      004768 le_att_check_notification_enable:
+0x28aa 004769 bpatchx patch26_6 ,mem_patch26 
+0x28ab 004770 increase 1 ,temp 
+0x28ac 004771 call le_att_get_handle_ptr 
+0x28ad 004772 increase -2 ,contr 
+0x28ae 004773 ifetch 2 ,contr 
+0x28af 004774 arg client_charactertic_configuration ,temp 
+0x28b0 004775 isub temp ,null 
+0x28b1 004776 nrtn zero 
+0x28b2 004777 increase 1 ,contr 
+0x28b3 004778 copy contr ,rega 
+0x28b4 004779 ifetch 1 ,contr 
+0x28b5 004780 rtn 
+:      004783 le_send_empty:
+0x28b6 004784 force 0 ,temp 
+0x28b7 004785 force 1 ,type 
+:      004787 le_send_packet:
+0x28b8 004788 bpatchx patch26_7 ,mem_patch26 
+0x28b9 004789 storet 1 ,mem_le_txlen 
+0x28ba 004790 fetcht 1 ,mem_le_arq 
+0x28bb 004791 set1 wak ,temp 
+0x28bc 004792 and temp ,0xfc ,pdata 
+0x28bd 004793 ior type ,pdata 
+0x28be 004794 store 1 ,mem_le_arq 
+0x28bf 004795 and_into 0x1f ,pdata 
+0x28c0 004796 isolate1 mark_ble_tx_md ,mark 
+0x28c1 004797 setflag true ,md ,pdata 
+0x28c2 004798 store 1 ,mem_le_txheader 
+0x28c3 004800 fetch 1 ,mem_le_txheader 
+0x28c4 004801 compare 1 ,type ,3 
+0x28c5 004802 nbranch le_send_no_txlen ,true 
+0x28c6 004803 fetch 1 ,mem_le_txlen 
+0x28c7 004804 rtn blank 
+:      004806 le_send_no_txlen:
+0x28c8 004807 bmark1 mark_ble_encryption ,le_send_packet_enc 
+0x28c9 004808 fetchr loopcnt ,1 ,mem_le_txlen 
+0x28ca 004809 fetch 2 ,mem_contr 
+0x28cb 004810 copy pdata ,contr 
+0x28cc 004811 arg mem_le_txpayload ,contw 
+0x28cd 004812 branch memcpy_fast 
+:      004814 le_send_packet_enc:
+0x28ce 004815 call load_sk 
+0x28cf 004816 branch le_encrypt_new_start 
+:      004818 get_lpm_wake_ble_rx_lock:
+0x28d0 004819 arg wake_lock_ble_rx ,queue 
+0x28d1 004820 branch lpm_get_wake_lock 
+:      004822 put_lpm_wake_ble_rx_lock:
+0x28d2 004823 arg wake_lock_ble_rx ,queue 
+0x28d3 004824 branch lpm_put_wake_lock 
+:      004827 le_parse:
+0x28d4 004828 bpatchx patch27_0 ,mem_patch27 
+0x28d5 004829 rtnmark1 mark_old_packet 
+0x28d6 004830 rtnmark1 mark_ble_crc_fail 
+0x28d7 004831 fetch 1 ,mem_le_rxbuf_data_header 
+0x28d8 004832 and pdata ,0x3 ,pdata 
+0x28d9 004833 store 1 ,mem_le_packet_llid 
+0x28da 004834 fetch 1 ,mem_le_rxbuf_data_length 
+0x28db 004835 rtn blank 
+0x28dc 004836 setarg mem_le_rxbuf_data_payload 
+0x28dd 004837 store 2 ,mem_le_payload_ptr 
+0x28de 004838 bpatchx patch27_1 ,mem_patch27 
+0x28df 004839 fetch 1 ,mem_le_packet_llid 
+0x28e0 004840 beq llid_le_ll ,le_parse_ll 
+:      004841 le_parse_l2cap:
+0x28e1 004842 call le_check_l2cap_complete 
+0x28e2 004843 nbranch get_lpm_wake_ble_rx_lock ,user 
+0x28e3 004844 call put_lpm_wake_ble_rx_lock 
+0x28e4 004845 setarg 0 
+0x28e5 004846 store 2 ,mem_le_packet_len_recved 
+0x28e6 004847 fetch 2 ,mem_le_payload_ptr 
+0x28e7 004848 add pdata ,2 ,contr 
+0x28e8 004849 bpatchx patch27_2 ,mem_patch27 
+:      004850 le_parse_l2cap_next:
+0x28e9 004851 ifetch 2 ,contr 
+0x28ea 004852 beq le_l2cap_cid_att ,le_parse_att 
+0x28eb 004853 beq le_l2cap_cid_smp ,le_parse_smp 
+0x28ec 004854 beq le_l2cap_cid_signal ,le_parse_signaling 
+0x28ed 004855 rtn 
+:      004858 le_check_l2cap_complete:
+0x28ee 004859 fetch 1 ,mem_le_packet_llid 
+0x28ef 004860 beq llid_start ,le_check_l2cap_llid_start 
+0x28f0 004861 beq llid_continue ,le_check_l2cap_llid_continue 
+0x28f1 004862 rtn 
+:      004867 le_check_l2cap_cid_legal:
+0x28f2 004868 call enable_user 
+0x28f3 004869 arg le_l2cap_cid_att ,temp 
+0x28f4 004870 isub pdata ,null 
+0x28f5 004871 rtn zero 
+0x28f6 004872 arg le_l2cap_cid_signal ,temp 
+0x28f7 004873 isub pdata ,null 
+0x28f8 004874 rtn zero 
+0x28f9 004875 arg le_l2cap_cid_smp ,temp 
+0x28fa 004876 isub pdata ,null 
+0x28fb 004877 rtn zero 
+0x28fc 004878 branch disable_user 
+:      004881 le_check_l2cap_llid_start:
+0x28fd 004882 fetch 2 ,mem_le_payload_ptr 
+0x28fe 004883 copy pdata ,contr 
+0x28ff 004884 ifetch 2 ,contr 
+0x2900 004885 store 2 ,mem_le_l2cap_size 
+0x2901 004886 ifetch 2 ,contr 
+0x2902 004887 call le_check_l2cap_cid_legal 
+0x2903 004888 nrtn user 
+0x2904 004889 fetcht 1 ,mem_le_rxbuf_data_length 
+0x2905 004890 storet 2 ,mem_le_packet_len_recved 
+0x2906 004891 fetch 2 ,mem_le_l2cap_size 
+0x2907 004892 increase 4 ,pdata 
+0x2908 004893 isub temp ,null 
+0x2909 004894 branch enable_user ,zero 
+0x290a 004895 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+0x290b 004896 arg mem_le_l2cap_buf ,contw 
+0x290c 004897 fetch 2 ,mem_le_payload_ptr 
+0x290d 004898 copy pdata ,contr 
+0x290e 004899 call memcpy_fast 
+0x290f 004900 branch disable_user 
+:      004905 le_check_l2cap_continue_legal:
+0x2910 004906 call enable_user 
+0x2911 004907 fetch 2 ,mem_le_packet_len_recved 
+0x2912 004908 nrtn blank 
+0x2913 004909 branch disable_user 
+:      004911 le_check_l2cap_llid_continue:
+0x2914 004912 call le_check_l2cap_continue_legal 
+0x2915 004913 nrtn user 
+0x2916 004914 fetch 2 ,mem_le_packet_len_recved 
+0x2917 004915 arg mem_le_l2cap_buf ,contw 
+0x2918 004916 iadd contw ,rega 
+0x2919 004917 fetcht 1 ,mem_le_rxbuf_data_length 
+0x291a 004918 iadd temp ,pdata 
+0x291b 004919 store 2 ,mem_le_packet_len_recved 
+0x291c 004920 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+0x291d 004921 copy rega ,contw 
+0x291e 004922 fetch 2 ,mem_le_payload_ptr 
+0x291f 004923 copy pdata ,contr 
+0x2920 004924 call memcpy_fast 
+0x2921 004925 setarg mem_le_l2cap_buf 
+0x2922 004926 store 2 ,mem_le_payload_ptr 
+0x2923 004927 fetch 2 ,mem_le_l2cap_size 
+0x2924 004928 increase 4 ,pdata 
+0x2925 004929 fetcht 2 ,mem_le_packet_len_recved 
+0x2926 004930 isub temp ,null 
+0x2927 004931 branch enable_user ,zero 
+0x2928 004932 branch disable_user 
+:      004937 le_writeatt_cb:
+0x2929 004938 fetch 2 ,mem_cb_att_write 
+0x292a 004939 branch callback_func 
+:      004941 le_supervision_update:
+0x292b 004942 bpatchx patch27_3 ,mem_patch27 
+0x292c 004943 fetcht 4 ,mem_le_supervision_timer 
+0x292d 004944 call get_clkbt 
+0x292e 004945 isub temp ,timeup 
+0x292f 004946 deposit timeup 
+0x2930 004947 fetcht 2 ,mem_le_superto 
+0x2931 004948 lshift4 temp ,temp 
+0x2932 004949 lshift temp ,temp 
+0x2933 004950 isub temp ,pdata 
+0x2934 004951 rtn 
+:      004953 le_supervision_flush:
+0x2935 004954 call get_clkbt 
+0x2936 004955 store 4 ,mem_le_supervision_timer 
+0x2937 004956 rtn 
+:      004960 le_receive_window_size:
+0x2938 004961 bpatchx patch27_4 ,mem_patch27 
+0x2939 004962 add rega ,coffset_le_peer_sca ,contr 
+0x293a 004963 ifetch 1 ,contr 
+0x293b 004964 call le_sca_map 
+0x293c 004965 add rega ,coffset_tsniff ,contr 
+0x293d 004966 ifetch 2 ,contr 
+0x293e 004967 imul32 temp ,pdata 
+0x293f 004968 fetcht 2 ,mem_param_rt_rthalfslot 
+0x2940 004969 imul32 temp ,pdata 
+0x2941 004970 arg 1000000 ,temp 
+0x2942 004971 idiv temp 
+0x2943 004972 arg param_windown_size ,temp 
+0x2944 004973 fetch 1 ,mem_system_clk 
+0x2945 004974 imul32 temp ,temp 
+0x2946 004975 add rega ,coffset_le_window_size ,contr 
+0x2947 004976 ifetch 1 ,contr 
+0x2948 004977 imul32 temp ,pdata 
+0x2949 004978 iadd temp ,pdata 
+0x294a 004979 store 4 ,mem_le_transmit_window 
+0x294b 004980 fetch 2 ,mem_rx_window_sniff 
+0x294c 004981 call wait_div_end 
+0x294d 004982 quotient temp 
+0x294e 004983 iadd temp ,pdata 
+0x294f 004984 add rega ,coffset_rx_window ,contw 
+0x2950 004985 istore 2 ,contw 
+0x2951 004986 rtn 
+:      004991 le_modified_name:
+0x2952 004992 bpatchx patch27_5 ,mem_patch27 
+0x2953 004993 call le_modified_name_att_list 
+0x2954 004994 branch le_modified_name_adv 
+:      004996 le_modified_name_att_list:
+0x2955 004997 jam 2 ,mem_le_search_att_type_length 
+0x2956 004998 arg uuid_chrctr_device_name ,temp 
+0x2957 004999 storet 2 ,mem_le_search_att_type 
+0x2958 005000 call le_att_get_uuid_ptr 
+0x2959 005001 rtn blank 
+0x295a 005002 ifetch 1 ,contr 
+0x295b 005003 copy contr ,contw 
+0x295c 005004 fetcht 1 ,mem_le_name_len 
+0x295d 005005 copy temp ,loopcnt 
+0x295e 005006 isub temp ,null 
+0x295f 005007 nbranch le_name_length_longer_than_att ,positive 
+0x2960 005008 isub temp ,temp 
+0x2961 005009 arg mem_le_name ,contr 
+0x2962 005010 call memcpy_fast 
+0x2963 005011 copy temp ,loopcnt 
+0x2964 005012 ncall memcpy_empty ,zero 
+0x2965 005013 rtn 
+:      005014 le_name_length_longer_than_att:
+0x2966 005015 copy pdata ,loopcnt 
+0x2967 005016 arg mem_le_name ,contr 
+0x2968 005017 branch memcpy_fast 
+:      005020 le_modified_name_adv:
+0x2969 005021 arg mem_le_adv_data_len + 32 ,regc 
+0x296a 005022 arg mem_le_adv_data ,rega 
+0x296b 005023 call le_modified_name_adv_and_scan 
+0x296c 005024 setarg 0 
+0x296d 005025 setflag user ,0 ,pdata 
+0x296e 005026 store 1 ,mem_pdatatemp 
+0x296f 005027 arg mem_le_scan_data_len + 32 ,regc 
+0x2970 005028 arg mem_le_scan_data ,rega 
+0x2971 005029 call le_modified_name_adv_and_scan 
+0x2972 005030 rtn user 
+0x2973 005031 fetch 1 ,mem_pdatatemp 
+0x2974 005032 branch assert ,blank 
+0x2975 005033 rtn 
+:      005036 le_modified_name_adv_and_scan:
+0x2976 005037 bpatchx patch27_6 ,mem_patch27 
+0x2977 005038 call enable_user 
+0x2978 005039 call clear_temp_block 
+0x2979 005040 arg 0 ,regb 
+0x297a 005041 arg mem_le_data_temp ,contw 
+0x297b 005042 call le_modified_name_adv_loop 
+0x297c 005043 fetch 1 ,mem_le_name_len 
+0x297d 005044 add pdata ,1 ,temp 
+0x297e 005045 iadd regb ,rega 
+0x297f 005046 increase 2 ,rega 
+0x2980 005047 sub rega ,0x1f ,null 
+0x2981 005048 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
+0x2982 005049 istoret 1 ,contw 
+0x2983 005050 arg gap_adtype_local_name_complete ,temp 
+0x2984 005051 istoret 1 ,contw 
+0x2985 005052 iforce loopcnt 
+0x2986 005053 call memcpy_fast 
+0x2987 005054 copy rega ,regb 
+:      005055 le_modified_name_adv_and_scan_store_data:
+0x2988 005056 deposit regb 
+0x2989 005057 store 1 ,mem_le_data_len_temp 
+0x298a 005058 arg mem_le_data_len_temp ,contr 
+0x298b 005059 setarg -32 
+0x298c 005060 iadd regc ,contw 
+0x298d 005061 branch memcpy32 
+:      005063 le_modified_name_adv_and_scan_name_overflow:
+0x298e 005064 call disable_user 
+0x298f 005065 branch le_modified_name_adv_and_scan_store_data 
+:      005067 le_modified_name_adv_loop:
+0x2990 005068 ifetch 1 ,rega 
+0x2991 005069 rtn blank 
+0x2992 005070 pincrease 1 
+0x2993 005071 ifetcht 1 ,contr 
+0x2994 005072 sub temp ,gap_adtype_local_name_complete ,null 
+0x2995 005073 branch le_modified_name_adv_found_name ,zero 
+0x2996 005074 iadd regb ,regb 
+0x2997 005075 copy rega ,contr 
+0x2998 005076 iforce loopcnt 
+0x2999 005077 call memcpy_fast 
+0x299a 005078 copy contr ,rega 
+:      005079 le_modified_name_adv_loop2:
+0x299b 005080 deposit rega 
+0x299c 005081 isub regc ,null 
+0x299d 005082 rtn positive 
+0x299e 005083 branch le_modified_name_adv_loop 
+:      005085 le_modified_name_adv_found_name:
+0x299f 005086 iadd rega ,rega 
+0x29a0 005087 branch le_modified_name_adv_loop2 
+:      005090 memcpy_empty:
+0x29a1 005091 setarg space 
+0x29a2 005092 istore 1 ,contw 
+0x29a3 005093 loop memcpy_empty 
+0x29a4 005094 rtn 
+:      005097 le_lpm_set_mult:
+0x29a5 005098 bpatchx patch27_7 ,mem_patch27 
+0x29a6 005099 disable wake 
+0x29a7 005100 branch le_lpm_set_mult_attempt ,attempt 
+0x29a8 005101 nbranch le_lpm_lost ,match 
+:      005102 le_lpm_set_mult_attempt:
+0x29a9 005103 call lpm_match 
+0x29aa 005104 fetch 2 ,mem_rx_window_sniff 
+0x29ab 005105 store 2 ,mem_le_receive_window 
+0x29ac 005106 fetch 1 ,mem_le_configuration 
+0x29ad 005107 bbit1 bit_ble_short_mult ,lpm_mult_short 
+0x29ae 005108 bmark1 mark_old_packet ,lpm_mult_short 
+0x29af 005109 fetch 1 ,mem_le_rxbuf_data_length 
+0x29b0 005110 nbranch lpm_mult_short ,blank 
+0x29b1 005111 fetch 1 ,mem_le_txlen 
+0x29b2 005112 nbranch lpm_mult_short ,blank 
+0x29b3 005114 fetch 1 ,mem_le_state 
+0x29b4 005115 bbit1 lestate_update_param ,lpm_mult_short 
+0x29b5 005116 bbit1 lestate_update_phy ,lpm_mult_short 
+0x29b6 005117 bbit1 lestate_update_map ,lpm_mult_short 
+0x29b7 005118 branch lpm_mult_wait_timeout 
+:      005120 le_lpm_lost:
+0x29b8 005121 fetch 1 ,mem_sniff_unint_lost 
+0x29b9 005122 sub pdata ,30 ,null 
+0x29ba 005123 nbranch lpm_lost ,positive 
+0x29bb 005124 fetcht 2 ,mem_rx_window_sniff 
+0x29bc 005125 rshift temp ,temp 
+0x29bd 005126 fetch 2 ,mem_le_receive_window 
+0x29be 005127 iadd temp ,pdata 
+0x29bf 005128 store 2 ,mem_le_receive_window 
+0x29c0 005129 branch lpm_lost 
+:      005132 le_set_config_fixed_tk:
+0x29c1 005133 arg bit_ble_passkey_fixed_key ,queue 
+0x29c2 005134 branch le_set_config 
+:      005136 le_clr_config_fixed_tk:
+0x29c3 005137 arg bit_ble_passkey_fixed_key ,queue 
+0x29c4 005138 branch le_clr_config 
+:      005140 le_set_config_fixed_ltk:
+0x29c5 005141 arg bit_ble_pairing_fixed_ltk ,queue 
+0x29c6 005142 branch le_set_config 
+:      005144 le_clr_config_fixed_ltk:
+0x29c7 005145 arg bit_ble_pairing_fixed_ltk ,queue 
+0x29c8 005146 branch le_clr_config 
+:      005148 le_set_config_more_data:
+0x29c9 005149 arg bit_ble_transmit_packet_by_md ,queue 
+0x29ca 005150 branch le_set_config 
+:      005152 le_clr_config_more_data:
+0x29cb 005153 arg bit_ble_transmit_packet_by_md ,queue 
+0x29cc 005154 branch le_clr_config 
+:      005156 le_set_config_read_authentication:
+0x29cd 005157 arg bit_ble_read_auth ,queue 
+0x29ce 005158 branch le_set_config 
+:      005160 le_clr_config_read_authentication:
+0x29cf 005161 arg bit_ble_read_auth ,queue 
+0x29d0 005162 branch le_clr_config 
+:      005164 le_set_config_write_authentication:
+0x29d1 005165 arg bit_ble_write_auth ,queue 
+0x29d2 005166 branch le_set_config 
+:      005168 le_clr_config_write_authentication:
+0x29d3 005169 arg bit_ble_write_auth ,queue 
+0x29d4 005170 branch le_clr_config 
+:      005172 le_set_config_short_mult:
+0x29d5 005173 arg bit_ble_short_mult ,queue 
+:      005175 le_set_config:
+0x29d6 005176 fetch 1 ,mem_le_configuration 
+0x29d7 005177 qset1 pdata 
+0x29d8 005178 store 1 ,mem_le_configuration 
+0x29d9 005179 rtn 
+:      005182 le_clr_config_short_mult:
+0x29da 005183 arg bit_ble_short_mult ,queue 
+:      005185 le_clr_config:
+0x29db 005186 fetch 1 ,mem_le_configuration 
+0x29dc 005187 qset0 pdata 
+0x29dd 005188 store 1 ,mem_le_configuration 
+0x29de 005189 rtn 
+:      005193 le_set_fixed_ltk:
+0x29df 005194 setarg 0x112233 
+0x29e0 005195 store 3 ,mem_le_fixed_ltk 
+0x29e1 005196 setarg 0x445566 
+0x29e2 005197 istore 3 ,contw 
+0x29e3 005198 setarg 0x778899 
+0x29e4 005199 istore 3 ,contw 
+0x29e5 005200 setarg 0x001122 
+0x29e6 005201 istore 3 ,contw 
+0x29e7 005202 setarg 0x334455 
+0x29e8 005203 istore 3 ,contw 
+0x29e9 005204 setarg 0x66 
+0x29ea 005205 istore 1 ,contw 
+0x29eb 005206 rtn 
+:      005209 le_set_justwork:
+0x29ec 005210 setarg 0x01000302 
+0x29ed 005211 store 4 ,mem_le_pres 
+0x29ee 005212 setarg 0x010010 
+0x29ef 005213 store 3 ,mem_le_pres_max_keysize 
+0x29f0 005214 jam 1 ,mem_le_pairing_mode 
+0x29f1 005215 rtn 
+:      005219 le_fifo_malloc_tx_empty:
+0x29f2 005220 arg 0 ,rega 
+0x29f3 005221 arg llid_empty ,type 
+0x29f4 005222 branch le_fifo_malloc_tx 
+:      005226 le_fifo_malloc_tx_ll:
+0x29f5 005227 bpatchx patch28_0 ,mem_patch28 
+0x29f6 005228 arg llid_le_ll ,type 
+0x29f7 005229 call le_fifo_malloc_tx 
+0x29f8 005230 copy regb ,pdata 
+0x29f9 005231 istore 1 ,contw 
+0x29fa 005232 rtn 
+:      005236 le_fifo_malloc_tx_l2cap:
+0x29fb 005237 bpatchx patch28_1 ,mem_patch28 
+0x29fc 005238 force llid_start ,type 
+0x29fd 005239 increase 4 ,rega 
+0x29fe 005240 call le_fifo_malloc_tx 
+0x29ff 005241 increase -4 ,rega 
+0x2a00 005242 copy rega ,pdata 
+0x2a01 005243 istore 2 ,contw 
+0x2a02 005244 copy regb ,pdata 
+0x2a03 005245 istore 2 ,contw 
+0x2a04 005246 rtn 
+:      005250 le_fifo_malloc_tx:
+0x2a05 005251 bpatchx patch28_2 ,mem_patch28 
+0x2a06 005252 increase 5 ,rega 
+0x2a07 005253 call ble_l2cap_malloc 
+0x2a08 005254 increase -5 ,rega 
+0x2a09 005255 copy rega ,pdata 
+0x2a0a 005256 istore 2 ,contw 
+0x2a0b 005257 setarg 0 
+0x2a0c 005258 istore 2 ,contw 
+0x2a0d 005259 copy type ,pdata 
+0x2a0e 005260 istore 1 ,contw 
+0x2a0f 005261 rtn 
+:      005264 le_fifo_get_first_tx_ptr:
+0x2a10 005265 bpatchx patch28_3 ,mem_patch28 
+0x2a11 005266 call l2cap_malloc_fifo_out 
+0x2a12 005267 copy pdata ,contr 
+0x2a13 005268 rtn 
+:      005270 le_fifo_get_second_tx_ptr:
+0x2a14 005271 fetch 2 ,mem_tx_fifo2_ptr 
+0x2a15 005272 rtn 
+:      005274 le_fifo_get_last_tx_ptr:
+0x2a16 005275 call le_fifo_get_last_tx_ptr0 
+0x2a17 005276 copy pdata ,contr 
+0x2a18 005277 rtn 
+:      005280 le_fifo_get_last_tx_ptr0:
+0x2a19 005281 fetch 2 ,mem_tx_fifo3_ptr 
+0x2a1a 005282 rtn 
+:      005285 le_fifo_get_first_l2cap_ptr:
+0x2a1b 005286 call le_fifo_get_first_tx_ptr 
+0x2a1c 005287 increase 5 ,contr 
+0x2a1d 005288 rtn 
+:      005290 le_fifo_get_first_att_ptr:
+0x2a1e 005291 call le_fifo_get_first_tx_ptr 
+0x2a1f 005292 increase 9 ,contr 
+0x2a20 005293 rtn 
+:      005295 le_fifo_get_last_att_ptr:
+0x2a21 005296 call le_fifo_get_last_tx_ptr 
+0x2a22 005297 increase 9 ,contr 
+0x2a23 005298 rtn 
+:      005300 le_fifo_get_last_l2cap_ptr:
+0x2a24 005301 call le_fifo_get_last_tx_ptr 
+0x2a25 005302 increase 5 ,contr 
+0x2a26 005303 rtn 
+:      005306 le_fifo_check_full:
+0x2a27 005307 branch l2cap_malloc_is_fifo_full 
+:      005310 le_fifo_check_nearly_full:
+0x2a28 005311 branch l2cap_malloc_is_fifo_nearly_full 
+:      005314 le_fifo_check_empty:
+0x2a29 005315 branch l2cap_malloc_is_fifo_empty 
+:      005318 le_fifo_release_first_node:
+0x2a2a 005319 branch l2cap_malloc_free 
+:      005322 le_set_dle:
+0x2a2b 005323 store 8 ,mem_local_rx_max_octets 
+0x2a2c 005324 branch le_set_feature_data_packet_length_extension 
+:      005327 le_set_phys:
+0x2a2d 005328 and temp ,0xff ,rega 
+0x2a2e 005329 call le_set_tx_phy 
+0x2a2f 005330 rshift8 temp ,rega 
+:      005332 le_set_rx_phy:
+0x2a30 005333 storer rega ,1 ,mem_le_rx_phys 
+0x2a31 005334 branch le_set_phy_common 
+:      005336 le_set_tx_phy:
+0x2a32 005337 storer rega ,1 ,mem_le_tx_phys 
+:      005338 le_set_phy_common:
+0x2a33 005339 isolate1 bit_le_2m_phy ,rega 
+0x2a34 005340 call le_set_feature_2m_phy ,true 
+0x2a35 005341 isolate1 bit_le_coded_phy ,rega 
+0x2a36 005342 call le_set_feature_coded_phy ,true 
+0x2a37 005343 rtn 
+:      005347 le_set_feature_2m_phy:
+0x2a38 005348 arg bit_ll_feature_le_2m_phy ,queue 
+0x2a39 005349 branch le_set_feature 
+:      005352 le_set_feature_coded_phy:
+0x2a3a 005353 arg bit_ll_feature_le_coded_phy ,queue 
+0x2a3b 005354 branch le_set_feature 
+:      005356 le_set_feature_data_packet_length_extension:
+0x2a3c 005357 arg bit_ll_feature_le_data_packet_length_extension ,queue 
+:      005359 le_set_feature:
+0x2a3d 005360 fetch 8 ,mem_le_local_feature 
+0x2a3e 005361 qset1 pdata 
+0x2a3f 005362 store 8 ,mem_le_local_feature 
+0x2a40 005363 rtn 
+:      005365 le_set_fixed_ltk_justwork:
+0x2a41 005366 call le_set_config_fixed_ltk 
+0x2a42 005367 call le_set_justwork 
+0x2a43 005368 call le_set_fixed_ltk 
+0x2a44 005369 branch le_set_config_read_authentication 
+:      005374 le_advertising_dispatch:
+0x2a45 005375 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
+0x2a46 005376 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
+0x2a47 005377 call le_enable 
+0x2a48 005378 call le_scan 
+0x2a49 005379 call le_adv 
+0x2a4a 005380 branch le_disable 
+:      005382 le_scan:
+0x2a4b 005383 bpatchx patch28_4 ,mem_patch28 
+0x2a4c 005384 fetch 1 ,mem_le_scan_enable 
+0x2a4d 005385 rtnne le_scan_enable 
+0x2a4e 005386 arg le_scan_interval_timer ,queue 
+0x2a4f 005387 call timer_check 
+0x2a50 005388 nrtn blank 
+0x2a51 005389 fetch 2 ,mem_le_scan_interval 
+0x2a52 005390 fetcht 2 ,mem_le_scan_window 
+0x2a53 005391 isub temp ,pdata 
+0x2a54 005392 arg le_scan_interval_timer ,queue 
+0x2a55 005393 call timer_init 
+0x2a56 005394 disable master 
+0x2a57 005395 call le_init_adv 
+0x2a58 005396 call le_wait_adv 
+0x2a59 005397 nrtn match 
+0x2a5a 005398 bpatchx patch28_5 ,mem_patch28 
+0x2a5b 005399 fetch 6 ,mem_le_rxbuf + 2 
+0x2a5c 005400 store 6 ,mem_le_plap 
+0x2a5d 005403 fetch 1 ,mem_le_adv_rcv 
+0x2a5e 005404 increase 1 ,pdata 
+0x2a5f 005405 store 1 ,mem_le_adv_rcv 
+0x2a60 005406 call le_create_conn 
+0x2a61 005407 rtn master 
+0x2a62 005408 call le_send_scan_request 
+0x2a63 005409 nrtn match 
+0x2a64 005410 fetch 1 ,mem_le_scanrsp_rcv 
+0x2a65 005411 increase 1 ,pdata 
+0x2a66 005412 store 1 ,mem_le_scanrsp_rcv 
+0x2a67 005413 fetch 9 ,mem_le_rxbuf + 8 
+0x2a68 005414 store 9 ,mem_temp_block0 
+0x2a69 005415 rtn 
+:      005418 le_wait_adv:
+0x2a6a 005419 bpatchx patch28_6 ,mem_patch28 
+0x2a6b 005420 call le_next_adv_channel 
+0x2a6c 005421 call le_receive_adv 
+0x2a6d 005422 fetch 1 ,mem_le_adv_waitcnt 
+0x2a6e 005423 increase 1 ,pdata 
+0x2a6f 005424 store 1 ,mem_le_adv_waitcnt 
+0x2a70 005425 rtn 
+:      005428 le_create_conn:
+0x2a71 005429 bpatchx patch28_7 ,mem_patch28 
+0x2a72 005430 fetch 1 ,mem_cmd_le_create_conn 
+0x2a73 005431 rtnne hci_cmd_le_create_conn 
+0x2a74 005432 fetch 6 ,mem_le_plap 
+0x2a75 005433 fetcht 6 ,mem_le_conn_peer_addr 
+0x2a76 005434 isub temp ,null 
+0x2a77 005435 nrtn zero 
+0x2a78 005436 call context_new 
+0x2a79 005437 nrtn zero 
+0x2a7a 005438 call le_connect_request 
+0x2a7b 005439 call le_init_master 
+0x2a7c 005440 call le_send_version_ind 
+0x2a7d 005441 jam bt_evt_le_connected ,mem_fifo_temp 
+0x2a7e 005442 call ui_ipc_send_event 
+0x2a7f 005443 jam 0 ,mem_hci_cmd 
+0x2a80 005444 jam 0 ,mem_le_peer_sca 
+0x2a81 005445 jam 0 ,mem_le_scan_enable 
+0x2a82 005446 jam 0 ,mem_cmd_le_create_conn 
+0x2a83 005447 branch context_save 
+:      005449 le_connect_request:
+0x2a84 005450 bpatchx patch29_0 ,mem_patch29 
+0x2a85 005451 force -1 ,pdata 
+0x2a86 005452 setsect 2 ,1 
+0x2a87 005453 store 5 ,mem_le_channel_map 
+0x2a88 005454 arg mem_le_state ,rega 
+0x2a89 005455 call le_calc_channel_map 
+0x2a8a 005456 force 4 ,loopcnt 
+0x2a8b 005457 arg mem_le_access ,contw 
+0x2a8c 005458 call generate_random_loop 
+0x2a8d 005459 fetch 2 ,mem_le_timeout 
+0x2a8e 005460 store 2 ,mem_le_superto 
+:      005461 le_con_req_hop_retry:
+0x2a8f 005462 random pdata 
+0x2a90 005463 and_into 0xf ,pdata 
+0x2a91 005464 sub pdata ,4 ,null 
+0x2a92 005465 branch le_con_req_hop_retry ,positive 
+0x2a93 005466 store 1 ,mem_le_hop 
+0x2a94 005468 bpatchx patch29_1 ,mem_patch29 
+0x2a95 005469 fetcht 2 ,mem_le_conn_interval 
+0x2a96 005470 storet 2 ,mem_le_tsniff 
+0x2a97 005471 copy temp ,regc 
+0x2a98 005472 add clkn_bt ,7 ,pdata 
+0x2a99 005473 idiv regc 
+0x2a9a 005474 call wait_div_end 
+0x2a9b 005475 remainder rega 
+0x2a9c 005476 isub rega ,pdata 
+0x2a9d 005477 iadd regc ,pdata 
+0x2a9e 005478 fetcht 2 ,mem_le_dsniff 
+0x2a9f 005479 iadd temp ,pdata 
+0x2aa0 005480 store 4 ,mem_le_anchor 
+0x2aa1 005481 isub clkn_bt ,rega 
+0x2aa2 005482 increase -6 ,rega 
+0x2aa3 005483 arg 0x2205 ,regb 
+0x2aa4 005484 fetch 1 ,mem_le_conn_own_addr_type 
+0x2aa5 005485 nsetflag blank ,le_sender_addr_bit ,regb 
+0x2aa6 005486 fetch 1 ,mem_le_conn_peer_addr_type 
+0x2aa7 005487 nsetflag blank ,le_receiver_addr_bit ,regb 
+0x2aa8 005488 copy regb ,pdata 
+0x2aa9 005489 store 2 ,mem_le_txheader 
+0x2aaa 005490 fetch 6 ,mem_le_lap 
+0x2aab 005491 istore 6 ,contw 
+0x2aac 005492 fetch 6 ,mem_le_plap 
+0x2aad 005493 istore 6 ,contw 
+0x2aae 005494 fetch 4 ,mem_le_access 
+0x2aaf 005495 istore 4 ,contw 
+0x2ab0 005496 random pdata 
+0x2ab1 005497 istore 2 ,contw 
+0x2ab2 005498 random pdata 
+0x2ab3 005499 istore 1 ,contw 
+0x2ab4 005500 force 2 ,pdata 
+0x2ab5 005501 istore 1 ,contw 
+0x2ab6 005502 rshift2 rega ,pdata 
+0x2ab7 005503 istore 2 ,contw 
+0x2ab8 005504 rshift2 regc ,pdata 
+0x2ab9 005505 istore 2 ,contw 
+0x2aba 005506 bpatchx patch29_2 ,mem_patch29 
+0x2abb 005507 setarg 0 
+0x2abc 005508 istore 2 ,contw 
+0x2abd 005509 fetch 2 ,mem_le_timeout 
+0x2abe 005510 istore 2 ,contw 
+0x2abf 005511 fetch 5 ,mem_le_channel_map 
+0x2ac0 005512 istore 5 ,contw 
+0x2ac1 005513 fetch 1 ,mem_le_hop 
+0x2ac2 005514 arg param_le_sca ,temp 
+0x2ac3 005515 ior temp ,pdata 
+0x2ac4 005516 istore 1 ,contw 
+0x2ac5 005517 call le_transmit_norx 
+0x2ac6 005518 setarg mem_le_txheader 
+0x2ac7 005519 add pdata ,18 ,contr 
+0x2ac8 005520 ifetch 3 ,contr 
+0x2ac9 005521 store 3 ,mem_le_crcinit 
+0x2aca 005522 rtn 
+:      005525 le_adv:
+0x2acb 005526 jam 36 ,mem_le_ch_mapped 
+0x2acc 005527 jam 0 ,mem_le_adv_channel_map_temp 
+0x2acd 005528 call le_send_adv_protect_txbuf 
+0x2ace 005529 call le_adv_loop 
+0x2acf 005530 branch le_send_adv_recover_txbuf 
+:      005532 le_adv_loop:
+0x2ad0 005533 bpatchx patch29_3 ,mem_patch29 
+0x2ad1 005534 fetch 1 ,mem_le_adv_enable 
+0x2ad2 005535 rtn blank 
+0x2ad3 005536 arg le_adv_interval_timer ,queue 
+0x2ad4 005537 call timer_check 
+0x2ad5 005538 nrtn blank 
+0x2ad6 005539 enable swfine 
+0x2ad7 005540 call le_init_adv 
+0x2ad8 005541 call le_next_adv_channel 
+0x2ad9 005542 call le_send_adv_ind 
+0x2ada 005543 nbranch le_adv_not_match ,match 
+0x2adb 005544 fetch 1 ,mem_le_req_rcv 
+0x2adc 005545 increase 1 ,pdata 
+0x2add 005546 store 1 ,mem_le_req_rcv 
+0x2ade 005547 fetch 1 ,mem_le_rxbuf_adv_header 
+0x2adf 005548 and pdata ,0x0f ,pdata 
+0x2ae0 005549 beq scan_req ,le_send_scan_response 
+0x2ae1 005550 beq connect_req ,le_parse_connect_req 
+:      005551 le_adv_not_match:
+0x2ae2 005552 bpatchx patch29_4 ,mem_patch29 
+0x2ae3 005553 fetch 1 ,mem_le_adv_channel_map_temp 
+0x2ae4 005554 fetcht 1 ,mem_le_adv_channel_map 
+0x2ae5 005555 isub temp ,null 
+0x2ae6 005556 nbranch le_adv_loop ,zero 
+0x2ae7 005557 random pdata 
+0x2ae8 005558 arg 0x1ff ,temp 
+0x2ae9 005559 iand temp ,pdata 
+0x2aea 005560 add pdata ,250 ,pdata 
+0x2aeb 005561 call delay 
+0x2aec 005562 arg le_adv_interval_timer ,queue 
+0x2aed 005563 fetch 2 ,mem_le_adv_interval 
+0x2aee 005564 branch timer_init 
+:      005566 le_send_adv_protect_txbuf:
+0x2aef 005567 arg mem_le_tx_buf_temp ,contw 
+0x2af0 005568 arg mem_le_txheader ,contr 
+0x2af1 005569 branch memcpy48 
+:      005571 le_send_adv_recover_txbuf:
+0x2af2 005572 arg mem_le_tx_buf_temp ,contr 
+0x2af3 005573 arg mem_le_txheader ,contw 
+0x2af4 005574 branch memcpy48 
+:      005576 le_init_adv:
+0x2af5 005577 bpatchx patch29_5 ,mem_patch29 
+0x2af6 005578 disable master 
+:      005579 le_adv_access:
+0x2af7 005580 setarg 0x8e89be 
+0x2af8 005581 lshift8 pdata ,pdata 
+0x2af9 005582 or_into 0xd6 ,pdata 
+0x2afa 005583 iforce access 
+0x2afb 005584 setarg 0x555555 
+0x2afc 005585 store 3 ,mem_le_crcinit 
+0x2afd 005586 rtn 
+:      005590 le_send_adv_ind:
+0x2afe 005591 bpatchx patch29_6 ,mem_patch29 
+0x2aff 005592 fetch 1 ,mem_le_adv_type 
+0x2b00 005593 fetcht 1 ,mem_le_adv_own_addr_type 
+0x2b01 005594 lshift4 temp ,temp 
+0x2b02 005595 lshift2 temp ,temp 
+0x2b03 005596 iadd temp ,temp 
+0x2b04 005597 storet 1 ,mem_le_txheader 
+0x2b05 005598 beq adv_direct_ind ,le_send_adv_direct_ind 
+0x2b06 005599 fetcht 1 ,mem_le_adv_data_len 
+0x2b07 005600 add temp ,6 ,pdata 
+0x2b08 005601 store 1 ,mem_le_txlen 
+0x2b09 005602 fetch 6 ,mem_le_lap 
+0x2b0a 005603 store 6 ,mem_le_txpayload 
+0x2b0b 005604 copy temp ,loopcnt 
+0x2b0c 005605 arg mem_le_adv_data ,contr 
+0x2b0d 005606 call memcpy_fast 
+0x2b0e 005607 branch le_send_adv_transmit 
+:      005609 le_send_adv_direct_ind:
+0x2b0f 005610 setarg 12 
+0x2b10 005611 store 1 ,mem_le_txlen 
+0x2b11 005612 fetch 6 ,mem_le_lap 
+0x2b12 005613 store 6 ,mem_le_txpayload 
+0x2b13 005614 fetch 6 ,mem_hci_plap 
+0x2b14 005615 istore 6 ,contw 
+:      005616 le_send_adv_transmit:
+0x2b15 005617 bpatchx patch29_7 ,mem_patch29 
+0x2b16 005618 fetch 1 ,mem_le_adv_transmit 
+0x2b17 005619 increase 1 ,pdata 
+0x2b18 005620 store 1 ,mem_le_adv_transmit 
+0x2b19 005621 arg 1800 ,stop_watch 
+0x2b1a 005622 disable match 
+0x2b1b 005623 branch le_transmit_receive_sifs_without_change_mode 
+:      005626 le_send_scan_request:
+0x2b1c 005627 bpatchx patch2a_0 ,mem_patch2a 
+0x2b1d 005628 fetch 1 ,mem_le_scan_type 
+0x2b1e 005629 rtnne le_scan_type_active 
+0x2b1f 005630 fetch 1 ,mem_le_adv_transmit 
+0x2b20 005631 increase 1 ,pdata 
+0x2b21 005632 store 1 ,mem_le_adv_transmit 
+0x2b22 005633 arg 0x0c03 ,temp 
+0x2b23 005634 fetch 1 ,mem_le_scan_own_addr_type 
+0x2b24 005635 nsetflag blank ,le_sender_addr_bit ,temp 
+0x2b25 005636 copy rega ,pdata 
+0x2b26 005637 nsetflag blank ,le_receiver_addr_bit ,temp 
+0x2b27 005638 storet 2 ,mem_le_txheader 
+0x2b28 005639 fetch 6 ,mem_le_lap 
+0x2b29 005640 istore 6 ,contw 
+0x2b2a 005641 fetch 6 ,mem_le_plap 
+0x2b2b 005642 istore 6 ,contw 
+0x2b2c 005643 branch le_transmit_receive_sifs_without_change_mode 
+:      005645 le_send_scan_response:
+0x2b2d 005646 bpatchx patch2a_1 ,mem_patch2a 
+0x2b2e 005647 fetch 6 ,mem_le_rxbuf_adv_scan_req_adv_address 
+0x2b2f 005648 fetcht 6 ,mem_le_lap 
+0x2b30 005649 isub temp ,null 
+0x2b31 005650 nrtn zero 
+0x2b32 005651 arg scan_rsp ,temp 
+0x2b33 005652 fetch 1 ,mem_le_adv_own_addr_type 
+0x2b34 005653 nsetflag blank ,le_sender_addr_bit ,temp 
+0x2b35 005654 storet 1 ,mem_le_txheader 
+0x2b36 005655 fetcht 1 ,mem_le_scan_data_len 
+0x2b37 005656 add temp ,6 ,pdata 
+0x2b38 005657 store 1 ,mem_le_txlen 
+0x2b39 005658 fetch 6 ,mem_le_lap 
+0x2b3a 005659 store 6 ,mem_le_txpayload 
+0x2b3b 005660 arg mem_le_scan_data ,contr 
+0x2b3c 005661 copy temp ,loopcnt 
+0x2b3d 005662 call memcpy_fast 
+0x2b3e 005663 call le_transmit_norx 
+0x2b3f 005664 branch le_adv_not_match 
+:      005666 le_parse_connect_req:
+0x2b40 005667 fetch 6 ,mem_le_rxbuf_adv_connect_ind_adv_address 
+0x2b41 005668 fetcht 6 ,mem_le_lap 
+0x2b42 005669 isub temp ,null 
+0x2b43 005670 nrtn zero 
+0x2b44 005671 call le_scan_check_sender_addr_type 
+0x2b45 005672 storer rega ,1 ,mem_le_conn_peer_addr_type 
+0x2b46 005673 fetch 6 ,mem_le_rxbuf_adv_connect_ind_init_address 
+0x2b47 005674 store 6 ,mem_le_plap 
+0x2b48 005675 fetch 8 ,mem_le_rxbuf_adv_connect_ind_access_address 
+0x2b49 005676 store 8 ,mem_le_access 
+0x2b4a 005677 fetcht 2 ,mem_le_rxbuf_adv_connect_ind_win_offset 
+0x2b4b 005678 bpatchx patch2a_2 ,mem_patch2a 
+0x2b4c 005679 lshift2 temp ,temp 
+0x2b4d 005680 fetch 2 ,mem_le_rxbuf_adv_connect_ind_interval 
+0x2b4e 005681 lshift2 pdata ,pdata 
+0x2b4f 005682 store 2 ,mem_le_tsniff 
+0x2b50 005683 store 4 ,mem_le_anchor 
+0x2b51 005684 isub temp ,pdata 
+0x2b52 005685 add pdata ,-2 ,clke_bt 
+0x2b53 005686 fetch 9 ,mem_le_rxbuf_adv_connect_ind_latency 
+0x2b54 005687 store 9 ,mem_le_slave_latency 
+0x2b55 005688 fetch 1 ,mem_le_rxbuf_adv_connect_ind_hop_and_sca 
+0x2b56 005689 and pdata ,0x1f ,temp 
+0x2b57 005690 storet 1 ,mem_le_hop 
+0x2b58 005691 rshift4 pdata ,temp 
+0x2b59 005692 rshift temp ,temp 
+0x2b5a 005693 storet 1 ,mem_le_peer_sca 
+0x2b5b 005694 arg mem_le_state ,rega 
+0x2b5c 005695 call le_receive_window_size 
+0x2b5d 005696 arg mem_le_state ,rega 
+0x2b5e 005697 call le_calc_channel_map 
+0x2b5f 005698 call le_init_slave 
+0x2b60 005699 call context_new 
+0x2b61 005700 nrtn zero 
+0x2b62 005701 bpatchx patch2a_3 ,mem_patch2a 
+0x2b63 005702 call calc_clke_offset 
+0x2b64 005703 call le_l2cap_reset_signaling_identifier 
+0x2b65 005704 jam bt_evt_le_connected ,mem_fifo_temp 
+0x2b66 005705 call ui_ipc_send_event 
+0x2b67 005706 branch context_save 
+:      005709 le_next_adv_channel:
+0x2b68 005710 bpatchx patch2a_4 ,mem_patch2a 
+0x2b69 005711 fetch 1 ,mem_le_ch_mapped 
+0x2b6a 005712 beq 37 ,le_next_adv_channel_curr_channel_37 
+0x2b6b 005713 beq 38 ,le_next_adv_channel_curr_channel_38 
+0x2b6c 005714 beq 39 ,le_next_adv_channel_curr_channel_39 
+0x2b6d 005715 branch le_next_adv_channel_curr_channel_39 
+:      005717 le_next_adv_channel_curr_channel_37:
+0x2b6e 005718 fetcht 1 ,mem_le_adv_channel_map 
+0x2b6f 005719 isolate1 bit_adv_channel_map_38 ,temp 
+0x2b70 005720 branch set_le_next_adv_channel_38 ,true 
+0x2b71 005721 isolate1 bit_adv_channel_map_39 ,temp 
+0x2b72 005722 branch set_le_next_adv_channel_39 ,true 
+0x2b73 005723 branch set_le_next_adv_channel_37 
+:      005726 le_next_adv_channel_curr_channel_38:
+0x2b74 005727 fetcht 1 ,mem_le_adv_channel_map 
+0x2b75 005728 isolate1 bit_adv_channel_map_39 ,temp 
+0x2b76 005729 branch set_le_next_adv_channel_39 ,true 
+0x2b77 005730 isolate1 bit_adv_channel_map_37 ,temp 
+0x2b78 005731 branch set_le_next_adv_channel_37 ,true 
+0x2b79 005732 branch set_le_next_adv_channel_38 
+:      005735 le_next_adv_channel_curr_channel_39:
+0x2b7a 005736 fetcht 1 ,mem_le_adv_channel_map 
+0x2b7b 005737 isolate1 bit_adv_channel_map_37 ,temp 
+0x2b7c 005738 branch set_le_next_adv_channel_37 ,true 
+0x2b7d 005739 isolate1 bit_adv_channel_map_38 ,temp 
+0x2b7e 005740 branch set_le_next_adv_channel_38 ,true 
+0x2b7f 005741 branch set_le_next_adv_channel_39 
+:      005743 set_le_next_adv_channel_37:
+0x2b80 005744 jam 37 ,mem_le_ch_mapped 
+0x2b81 005745 fetch 1 ,mem_le_adv_channel_map_temp 
+0x2b82 005746 set1 bit_adv_channel_map_37 ,pdata 
+0x2b83 005747 store 1 ,mem_le_adv_channel_map_temp 
+0x2b84 005748 rtn 
+:      005750 set_le_next_adv_channel_38:
+0x2b85 005751 jam 38 ,mem_le_ch_mapped 
+0x2b86 005752 fetch 1 ,mem_le_adv_channel_map_temp 
+0x2b87 005753 set1 bit_adv_channel_map_38 ,pdata 
+0x2b88 005754 store 1 ,mem_le_adv_channel_map_temp 
+0x2b89 005755 rtn 
+:      005757 set_le_next_adv_channel_39:
+0x2b8a 005758 jam 39 ,mem_le_ch_mapped 
+0x2b8b 005759 fetch 1 ,mem_le_adv_channel_map_temp 
+0x2b8c 005760 set1 bit_adv_channel_map_39 ,pdata 
+0x2b8d 005761 store 1 ,mem_le_adv_channel_map_temp 
+0x2b8e 005762 rtn 
+:      005767 le_parse_att:
+0x2b8f 005768 copy contr ,rega 
+0x2b90 005769 fetch 1 ,mem_device_option 
+0x2b91 005770 beq dvc_op_shutter_dy ,shutter_dy_le_parse_att 
+0x2b92 005771 beq dvc_op_keyboard ,keyboard_le_att_auto_reco_process 
+0x2b93 005772 copy rega ,contr 
+0x2b94 005773 ifetch 3 ,contr 
+0x2b95 005774 store 3 ,mem_le_att_opcode 
+:      005775 le_parse_att2:
+0x2b96 005776 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+0x2b97 005777 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
+0x2b98 005778 beq attop_find_information_request ,le_parse_att_find_information_request 
+0x2b99 005779 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
+0x2b9a 005780 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
+0x2b9b 005781 beq attop_read_request ,le_parse_att_read_request 
+0x2b9c 005782 beq attop_read_blob_request ,le_parse_att_read_blob_request 
+0x2b9d 005783 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
+0x2b9e 005784 beq attop_write_request ,le_parse_att_write_request 
+0x2b9f 005785 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
+0x2ba0 005786 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+0x2ba1 005787 beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
+0x2ba2 005788 beq attop_write_command ,le_parse_att_write_command 
+0x2ba3 005789 rtn 
+:      005792 le_send_att_exchange_mtu_requset:
+0x2ba4 005793 force 3 ,rega 
+0x2ba5 005794 call le_fifo_malloc_tx_l2cap_gatt 
+0x2ba6 005795 setarg attop_exchange_mtu_request 
+:      005796 le_send_att_exchange_mtu_common:
+0x2ba7 005797 istore 1 ,contw 
+0x2ba8 005798 fetch 2 ,mem_le_local_mtu 
+0x2ba9 005799 istore 2 ,contw 
+0x2baa 005800 rtn 
+:      005803 le_parse_att_exchange_mtu_request:
+0x2bab 005804 call le_parse_att_exchange_mtu_response 
+:      005805 le_send_att_exchange_mtu_response:
+0x2bac 005806 force 3 ,rega 
+0x2bad 005807 call le_fifo_malloc_tx_l2cap_gatt 
+0x2bae 005808 setarg attop_exchange_mtu_response 
+0x2baf 005809 branch le_send_att_exchange_mtu_common 
+:      005811 le_parse_att_exchange_mtu_response:
+0x2bb0 005812 rshift8 pdata ,pdata 
+0x2bb1 005813 store 2 ,mem_le_remote_mtu 
+0x2bb2 005814 rtn 
+:      005816 le_parse_att_find_information_request:
+0x2bb3 005817 call le_get_search_handle_start_end_common 
+0x2bb4 005818 call enable_user 
+0x2bb5 005819 branch le_send_att_find_information_response 
+:      005822 le_att_handle_inrange:
+0x2bb6 005823 ifetch 2 ,contr 
+0x2bb7 005824 and_into 0xff ,pdata 
+0x2bb8 005825 rtn blank 
+0x2bb9 005826 isub regb ,null 
+0x2bba 005827 rtn zero 
+0x2bbb 005828 nrtn positive 
+0x2bbc 005829 isub regc ,null 
+0x2bbd 005830 rtn zero 
+0x2bbe 005831 branch le_att_handle_blank ,positive 
+0x2bbf 005832 force 1 ,null 
+0x2bc0 005833 rtn 
+:      005834 le_att_handle_blank:
+0x2bc1 005835 force 0 ,pdata 
+0x2bc2 005836 rtn 
+:      005839 le_send_att_find_information_response:
+0x2bc3 005840 arg 3 ,timeup 
+0x2bc4 005841 call le_init_attlist_search 
+:      005842 le_send_att_find_information_res_loop:
+0x2bc5 005843 call le_att_handle_inrange 
+0x2bc6 005844 branch le_send_att_find_information_res_end ,blank 
+0x2bc7 005845 nbranch le_send_att_find_information_res_next ,positive 
+0x2bc8 005846 increase -2 ,contr 
+0x2bc9 005847 call store_contr 
+0x2bca 005848 call get_contw 
+0x2bcb 005849 nbranch le_send_att_find_information_res_store_info2 ,user 
+0x2bcc 005850 call push_stack_rega_b_c 
+0x2bcd 005851 storer timeup ,4 ,mem_timeup 
+0x2bce 005852 force 30 ,rega 
+0x2bcf 005853 call le_fifo_malloc_tx_l2cap_gatt 
+0x2bd0 005854 fetchr timeup ,4 ,mem_timeup 
+0x2bd1 005855 call pop_stack_rega_b_c 
+0x2bd2 005856 call disable_user 
+0x2bd3 005857 setarg attop_find_information_response 
+0x2bd4 005858 istore 1 ,contw 
+0x2bd5 005859 call get_contr 
+0x2bd6 005860 ifetch 2 ,contr 
+0x2bd7 005861 ifetchr rega ,1 ,contr 
+0x2bd8 005862 sub rega ,16 ,null 
+0x2bd9 005863 branch le_send_att_find_information_res_uuid128 ,zero 
+0x2bda 005864 sub rega ,2 ,null 
+0x2bdb 005865 nbranch le_send_att_error_response_notfound ,zero 
+:      005866 le_send_att_find_information_res_uuid16:
+0x2bdc 005867 setarg uuid_size_16bit 
+0x2bdd 005868 istore 1 ,contw 
+0x2bde 005869 branch le_send_att_find_information_res_store_info 
+:      005871 le_send_att_find_information_res_uuid128:
+0x2bdf 005872 setarg uuid_size_128bit 
+0x2be0 005873 istore 1 ,contw 
+0x2be1 005874 arg 1 ,timeup 
+0x2be2 005875 branch le_send_att_find_information_res_store_info 
+:      005877 le_send_att_find_information_res_store_info2:
+0x2be3 005878 call get_contr 
+0x2be4 005879 ifetch 2 ,contr 
+0x2be5 005880 ifetch 1 ,contr 
+0x2be6 005881 isub rega ,null 
+0x2be7 005882 nbranch le_send_att_find_information_res_end ,zero 
+:      005884 le_send_att_find_information_res_store_info:
+0x2be8 005885 call get_contr 
+0x2be9 005886 ifetch 2 ,contr 
+0x2bea 005887 and_into 0xff ,pdata 
+0x2beb 005888 istore 2 ,contw 
+0x2bec 005889 ifetchr loopcnt ,1 ,contr 
+0x2bed 005890 call memcpy 
+0x2bee 005891 call store_contw 
+0x2bef 005892 increase -1 ,timeup 
+0x2bf0 005893 branch le_send_att_find_information_res_end ,zero 
+:      005894 le_send_att_find_information_res_cont:
+0x2bf1 005895 call le_att_contr_add_len 
+0x2bf2 005896 branch le_send_att_find_information_res_loop 
+:      005898 le_send_att_find_information_res_next:
+0x2bf3 005899 call le_att_contr_add_len 
+0x2bf4 005900 branch le_send_att_find_information_res_cont 
+:      005902 le_send_att_find_information_res_end:
+0x2bf5 005903 branch le_send_att_error_response_notfound ,user 
+0x2bf6 005904 branch le_send_auto_len_by_mem 
+:      005907 le_parse_att_find_by_type_value_request:
+0x2bf7 005908 call le_get_search_handle_start_end_common 
+0x2bf8 005909 ifetch 2 ,contr 
+0x2bf9 005910 store 2 ,mem_le_search_uuid 
+0x2bfa 005911 call store_contr 
+0x2bfb 005912 arg mem_le_search_att_type_length ,contw 
+0x2bfc 005913 fetch 2 ,mem_le_l2cap_size 
+0x2bfd 005914 increase -7 ,pdata 
+0x2bfe 005915 call le_get_search_common2 
+0x2bff 005916 branch le_send_att_find_by_type_value_response 
+:      005919 le_start_end_handle_check_1:
+0x2c00 005920 disable user 
+0x2c01 005921 fetcht 2 ,mem_le_search_handle_start 
+0x2c02 005922 fetch 2 ,mem_le_search_handle_end 
+0x2c03 005923 isub temp ,null 
+0x2c04 005924 nbranch le_start_end_handle_check_1_fail ,positive 
+0x2c05 005925 deposit temp 
+0x2c06 005926 rtnne 0 
+:      005927 le_start_end_handle_check_1_fail:
+0x2c07 005928 enable user 
+0x2c08 005929 jam att_err_invalid_handle ,mem_le_err_code 
+0x2c09 005930 branch le_send_att_error_response 
+:      005933 le_send_att_find_by_type_value_response:
+0x2c0a 005934 call le_start_end_handle_check_1 
+0x2c0b 005935 rtn user 
+0x2c0c 005936 fetcht 2 ,mem_le_search_uuid 
+0x2c0d 005937 setarg uuid_gatt_primary_service 
+0x2c0e 005938 isub temp ,null 
+0x2c0f 005939 branch le_send_att_find_by_type_value_res_primary ,zero 
+0x2c10 005940 branch le_send_att_error_response_notfound 
+:      005943 le_send_att_find_by_type_value_res_primary:
+0x2c11 005944 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
+0x2c12 005945 fetcht 2 ,mem_le_search_handle_start 
+0x2c13 005946 storet 2 ,mem_temp 
+0x2c14 005947 call le_att_get_handle_info 
+0x2c15 005948 nbranch le_send_att_error_response_notfound ,blank 
+:      005949 le_send_att_find_primary_search_loop:
+0x2c16 005950 fetcht 2 ,mem_temp 
+0x2c17 005951 call le_att_get_handle_info 
+0x2c18 005952 nbranch le_send_att_error_response_notfound2 ,blank 
+0x2c19 005953 copy contr ,rega 
+0x2c1a 005954 fetch 1 ,mem_le_curr_att_len 
+0x2c1b 005955 copy pdata ,loopcnt 
+0x2c1c 005956 fetcht 1 ,mem_le_search_att_type_length 
+0x2c1d 005957 isub temp ,null 
+0x2c1e 005958 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x2c1f 005959 arg mem_le_search_att_type ,regb 
+0x2c20 005960 call string_compare 
+0x2c21 005962 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
+0x2c22 005964 fetch 2 ,mem_le_cur_uuid 
+0x2c23 005965 fetcht 2 ,mem_le_search_uuid 
+0x2c24 005966 isub temp ,null 
+0x2c25 005967 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
+:      005968 le_send_att_find_primary_search_loop1:
+0x2c26 005969 fetch 2 ,mem_temp 
+0x2c27 005970 increase 1 ,pdata 
+0x2c28 005971 store 2 ,mem_temp 
+0x2c29 005972 branch le_send_att_find_primary_search_loop 
+:      005974 le_send_att_error_response_notfound2:
+0x2c2a 005975 fetch 1 ,mem_le_search_res 
+0x2c2b 005976 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
+0x2c2c 005977 branch le_send_att_error_response_notfound 
+:      005980 le_send_att_find_primary_search_end_start_handle_found:
+0x2c2d 005981 fetch 2 ,mem_le_cur_uuid 
+0x2c2e 005982 fetcht 2 ,mem_le_search_uuid 
+0x2c2f 005983 isub temp ,null 
+0x2c30 005984 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x2c31 005985 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
+0x2c32 005987 fetcht 2 ,mem_temp 
+0x2c33 005988 storet 2 ,mem_le_cur_handle_start 
+0x2c34 005989 branch le_send_att_find_primary_search_loop1 
+:      005991 le_send_att_find_primary_search_end_ending_handle_found:
+0x2c35 005992 fetch 1 ,mem_le_search_res 
+0x2c36 005993 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
+0x2c37 005994 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
+0x2c38 005995 fetcht 2 ,mem_temp 
+0x2c39 005996 increase -1 ,temp 
+0x2c3a 005997 storet 2 ,mem_le_cur_handle_end 
+:      005999 le_send_att_find_primary_search_end:
+0x2c3b 006000 arg 5 ,rega 
+0x2c3c 006001 call le_fifo_malloc_tx_l2cap_gatt 
+0x2c3d 006002 setarg attop_find_by_type_value_response 
+0x2c3e 006003 istore 1 ,contw 
+0x2c3f 006004 fetch 2 ,mem_le_cur_handle_start 
+0x2c40 006005 istore 2 ,contw 
+0x2c41 006006 fetch 2 ,mem_le_cur_handle_end 
+0x2c42 006007 istore 2 ,contw 
+0x2c43 006008 rtn 
+:      006012 le_parse_att_read_by_type_request:
+0x2c44 006013 call le_get_search_handle_start_end_common 
+0x2c45 006014 call le_get_search_att_type 
+0x2c46 006015 branch le_send_att_read_by_type_response 
+:      006017 le_send_att_read_by_type_response:
+0x2c47 006018 fetcht 2 ,mem_le_search_handle_start 
+0x2c48 006019 storet 2 ,mem_temp 
+0x2c49 006020 call le_init_attlist_search 
+0x2c4a 006021 call le_att_get_handle_ptr2 
+0x2c4b 006022 increase -2 ,contr 
+0x2c4c 006023 copy contr ,pdata 
+0x2c4d 006024 store 2 ,mem_le_cur_attlist_start_ptr 
+0x2c4e 006026 fetcht 2 ,mem_le_search_att_type 
+0x2c4f 006027 setarg uuid_chrctr_device_name 
+0x2c50 006028 isub temp ,null 
+0x2c51 006029 branch le_send_att_read_by_type_res_device_name ,zero 
+0x2c52 006030 setarg uuid_gatt_characteristic 
+0x2c53 006031 isub temp ,null 
+0x2c54 006032 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
+0x2c55 006033 arg 2 ,timeup 
+:      006034 le_send_att_read_by_type_response_loop:
+0x2c56 006035 call le_att_check_handle_end 
+0x2c57 006036 nbranch le_send_att_read_by_type_response_end ,positive 
+0x2c58 006037 fetcht 2 ,mem_temp 
+0x2c59 006038 call le_att_get_handle_info_from_ptr 
+0x2c5a 006039 nbranch le_send_att_read_by_type_response_end ,blank 
+0x2c5b 006040 call le_att_same_type 
+0x2c5c 006041 nbranch le_send_att_read_by_type_response_next_handle ,zero 
+0x2c5d 006042 nbranch le_send_att_read_by_type_res_found_next ,user 
+0x2c5e 006043 disable user 
+0x2c5f 006044 call le_get_search_max_mtu_data 
+0x2c60 006045 copy pdata ,rega 
+0x2c61 006046 call le_fifo_malloc_tx_l2cap_gatt 
+0x2c62 006047 setarg attop_read_by_type_response 
+0x2c63 006048 istore 1 ,contw 
+0x2c64 006049 copy contw ,alarm 
+0x2c65 006050 increase 1 ,contw 
+0x2c66 006052 call le_send_att_read_by_type_write_properties 
+0x2c67 006053 call le_att_next_handle 
+0x2c68 006054 call le_att_get_handle_info_from_ptr 
+0x2c69 006055 call le_send_att_read_by_type_write_uuid 
+0x2c6a 006056 fetch 1 ,mem_le_cur_uuid_length 
+0x2c6b 006057 add pdata ,5 ,rega 
+0x2c6c 006058 istorer rega ,1 ,alarm 
+0x2c6d 006060 sub rega ,7 ,null 
+0x2c6e 006061 ncall enable_user2 ,zero 
+0x2c6f 006062 call disable_user2 ,zero 
+0x2c70 006063 call le_get_search_max_mtu_data 
+0x2c71 006064 increase -2 ,pdata 
+0x2c72 006065 idiv rega 
+0x2c73 006066 call wait_div_end 
+0x2c74 006067 quotient timeup 
+0x2c75 006068 increase -1 ,timeup 
+0x2c76 006069 branch le_send_att_read_by_type_response_end ,zero 
+:      006070 le_send_att_read_by_type_response_next_handle:
+0x2c77 006071 call le_att_next_handle 
+0x2c78 006072 branch le_send_att_read_by_type_response_loop 
+:      006073 le_send_att_read_by_type_response_end:
+0x2c79 006074 branch le_send_att_error_response_notfound ,user 
+0x2c7a 006075 branch le_send_auto_len_by_mem 
+:      006077 le_send_att_read_by_type_res_found_next:
+0x2c7b 006078 call le_store_att_record 
+0x2c7c 006079 call le_att_next_handle 
+0x2c7d 006080 call le_att_get_handle_info_from_ptr 
+0x2c7e 006081 call le_send_att_read_by_type_res_check_pair_length_type 
+0x2c7f 006082 nbranch le_send_att_read_by_type_response_end ,blank 
+0x2c80 006084 call get_contw 
+0x2c81 006085 fetch 2 ,mem_temp 
+0x2c82 006086 increase -1 ,pdata 
+0x2c83 006087 istore 2 ,contw 
+0x2c84 006088 call le_write_att_record_common 
+0x2c85 006089 call le_send_att_read_by_type_write_uuid 
+0x2c86 006090 increase -1 ,timeup 
+0x2c87 006091 branch le_send_att_read_by_type_response_end ,zero 
+0x2c88 006092 branch le_send_att_read_by_type_response_next_handle 
+:      006095 le_send_att_read_by_type_write_properties:
+0x2c89 006096 fetch 2 ,mem_temp 
+0x2c8a 006097 istore 2 ,contw 
+0x2c8b 006099 fetch 1 ,mem_le_curr_att_len 
+0x2c8c 006100 copy pdata ,loopcnt 
+0x2c8d 006101 call get_contr 
+0x2c8e 006102 call memcpy_fast 
+0x2c8f 006103 branch store_contw 
+:      006104 le_send_att_read_by_type_write_uuid:
+0x2c90 006105 call get_contw 
+0x2c91 006106 fetch 2 ,mem_temp 
+0x2c92 006107 istore 2 ,contw 
+0x2c93 006108 call store_contw 
+0x2c94 006109 fetch 1 ,mem_le_cur_uuid_length 
+0x2c95 006110 copy pdata ,loopcnt 
+0x2c96 006111 call get_contw 
+0x2c97 006112 call get_contr 
+0x2c98 006113 isub loopcnt ,contr 
+0x2c99 006114 increase -1 ,contr 
+0x2c9a 006115 call memcpy_fast 
+0x2c9b 006116 branch store_contw 
+:      006118 le_send_att_read_by_type_res_not_characteristic:
+0x2c9c 006119 bpatchx patch2a_5 ,mem_patch2a 
+0x2c9d 006120 call le_att_get_uuid_ptr 
+0x2c9e 006121 branch le_send_att_error_response_notfound ,blank 
+0x2c9f 006122 copy contr ,regc 
+0x2ca0 006124 call le_get_search_max_mtu_data 
+0x2ca1 006125 copy regc ,contr 
+0x2ca2 006126 ifetcht 1 ,contr 
+0x2ca3 006127 increase 4 ,temp 
+0x2ca4 006128 call not_greater_than 
+0x2ca5 006129 copy pdata ,regc 
+0x2ca6 006130 copy pdata ,rega 
+0x2ca7 006131 call store_contr 
+0x2ca8 006132 call le_fifo_malloc_tx_l2cap_gatt 
+0x2ca9 006134 setarg attop_read_by_type_response 
+0x2caa 006135 istore 1 ,contw 
+0x2cab 006136 add regc ,-2 ,pdata 
+0x2cac 006137 add pdata ,-2 ,loopcnt 
+0x2cad 006138 istore 1 ,contw 
+0x2cae 006139 fetch 2 ,mem_le_cur_handle 
+0x2caf 006140 istore 2 ,contw 
+0x2cb0 006141 call get_contr 
+0x2cb1 006142 branch memcpy_fast 
+:      006145 le_send_att_read_by_type_res_device_name:
+0x2cb2 006146 call le_att_get_uuid_ptr 
+0x2cb3 006147 branch le_send_att_error_response_notfound ,blank 
+0x2cb4 006148 increase -5 ,contr 
+0x2cb5 006149 ifetch 2 ,contr 
+0x2cb6 006150 store 2 ,mem_temp 
+0x2cb7 006151 call le_get_search_max_mtu_data 
+0x2cb8 006152 fetcht 1 ,mem_le_name_len 
+0x2cb9 006153 increase 4 ,temp 
+0x2cba 006154 call not_greater_than 
+0x2cbb 006155 copy pdata ,regc 
+0x2cbc 006156 copy pdata ,rega 
+0x2cbd 006157 call le_fifo_malloc_tx_l2cap_gatt 
+0x2cbe 006158 setarg attop_read_by_type_response 
+0x2cbf 006159 istore 1 ,contw 
+0x2cc0 006160 add regc ,-2 ,pdata 
+0x2cc1 006161 add pdata ,-2 ,loopcnt 
+0x2cc2 006162 istore 1 ,contw 
+0x2cc3 006163 fetch 2 ,mem_temp 
+0x2cc4 006164 istore 2 ,contw 
+0x2cc5 006165 arg mem_le_name ,contr 
+0x2cc6 006166 branch memcpy_fast 
+:      006169 le_init_attlist_search:
+0x2cc7 006170 bpatchx patch2a_6 ,mem_patch2a 
+0x2cc8 006171 fetch 2 ,mem_le_search_handle_start 
+0x2cc9 006172 iforce regb 
+0x2cca 006173 fetch 2 ,mem_le_search_handle_end 
+0x2ccb 006174 iforce regc 
+0x2ccc 006175 fetch 2 ,mem_ui_le_uuid_table 
+0x2ccd 006176 iforce contr 
+0x2cce 006177 branch enable_user 
+:      006181 le_att_get_handle_ptr:
+0x2ccf 006182 call le_att_get_handle_ptr2 
+0x2cd0 006183 branch le_att_get_handle_ptr_found ,zero 
+0x2cd1 006184 rtn 
+:      006186 le_att_get_handle_ptr2:
+0x2cd2 006187 bpatchx patch2a_7 ,mem_patch2a 
+0x2cd3 006188 fetch 2 ,mem_ui_le_uuid_table 
+0x2cd4 006189 iforce contr 
+:      006190 le_att_get_handle_loop1:
+0x2cd5 006191 ifetch 2 ,contr 
+0x2cd6 006192 and_into 0xff ,pdata 
+0x2cd7 006193 rtn blank 
+0x2cd8 006194 isub temp ,null 
+0x2cd9 006195 rtn zero 
+0x2cda 006196 call le_att_contr_add_len 
+0x2cdb 006197 call le_att_contr_add_len 
+0x2cdc 006198 branch le_att_get_handle_loop1 
+:      006200 le_att_get_handle_ptr_found:
+:      006201 le_att_contr_add_len:
+0x2cdd 006202 ifetch 1 ,contr 
+0x2cde 006203 iadd contr ,contr 
+0x2cdf 006204 rtn 
+:      006207 le_att_get_uuid_ptr:
+0x2ce0 006208 bpatchx patch2b_0 ,mem_patch2b 
+0x2ce1 006209 fetch 2 ,mem_ui_le_uuid_table 
+0x2ce2 006210 iforce contr 
+:      006211 le_att_get_uuid_loop:
+0x2ce3 006212 ifetch 2 ,contr 
+0x2ce4 006213 and_into 0xff ,pdata 
+0x2ce5 006214 rtn blank 
+0x2ce6 006215 store 2 ,mem_le_cur_handle 
+0x2ce7 006216 ifetch 1 ,contr 
+0x2ce8 006217 copy contr ,contw 
+0x2ce9 006218 iadd contr ,contr 
+0x2cea 006219 fetcht 1 ,mem_le_search_att_type_length 
+0x2ceb 006220 isub temp ,null 
+0x2cec 006221 nbranch le_att_get_uuid_ptr_next ,zero 
+0x2ced 006222 copy pdata ,loopcnt 
+0x2cee 006223 copy contw ,regb 
+0x2cef 006224 arg mem_le_search_att_type ,rega 
+0x2cf0 006225 call string_compare 
+0x2cf1 006226 rtn zero 
+0x2cf2 006227 fetch 1 ,mem_le_search_att_type_length 
+:      006228 le_att_get_uuid_ptr_next:
+0x2cf3 006229 iadd contw ,contr 
+0x2cf4 006230 call le_att_contr_add_len 
+0x2cf5 006231 branch le_att_get_uuid_loop 
+:      006238 le_att_get_last_handle:
+0x2cf6 006239 arg 0x01 ,temp 
+0x2cf7 006240 fetch 2 ,mem_ui_le_uuid_table 
+0x2cf8 006241 iforce contr 
+0x2cf9 006242 copy contr ,contw 
+:      006243 le_att_get_last_handle_loop:
+0x2cfa 006244 ifetch 2 ,contr 
+0x2cfb 006245 and_into 0xff ,pdata 
+0x2cfc 006246 rtn blank 
+0x2cfd 006247 add pdata ,1 ,temp 
+0x2cfe 006248 call le_att_contr_add_len 
+0x2cff 006249 call le_att_contr_add_len 
+0x2d00 006250 copy contr ,contw 
+0x2d01 006251 branch le_att_get_last_handle_loop 
+:      006254 le_att_get_handle_info_from_ptr:
+0x2d02 006255 fetch 2 ,mem_le_cur_attlist_start_ptr 
+0x2d03 006256 branch le_att_get_handle_info_fast 
+:      006258 le_att_get_handle_info:
+0x2d04 006259 bpatchx patch2b_1 ,mem_patch2b 
+0x2d05 006260 fetch 2 ,mem_ui_le_uuid_table 
+:      006261 le_att_get_handle_info_fast:
+0x2d06 006262 iforce contr 
+:      006263 le_att_get_handle_loop:
+0x2d07 006264 ifetch 2 ,contr 
+0x2d08 006265 and_into 0xff ,pdata 
+0x2d09 006266 branch le_att_unfind_handle ,blank 
+0x2d0a 006267 isub temp ,null 
+0x2d0b 006268 branch le_att_finded_handle ,zero 
+0x2d0c 006269 call le_att_contr_add_len 
+0x2d0d 006270 call le_att_contr_add_len 
+0x2d0e 006271 branch le_att_get_handle_loop 
+:      006273 le_att_unfind_handle:
+0x2d0f 006274 branch disable_blank 
+:      006276 le_att_finded_handle:
+0x2d10 006277 ifetch 1 ,contr 
+0x2d11 006278 store 1 ,mem_le_cur_uuid_length 
+0x2d12 006279 copy pdata ,loopcnt 
+0x2d13 006280 arg mem_le_cur_uuid ,contw 
+0x2d14 006281 call memcpy_fast 
+0x2d15 006282 ifetch 1 ,contr 
+0x2d16 006283 store 1 ,mem_le_curr_att_len 
+0x2d17 006284 call store_contr 
+0x2d18 006285 branch enable_blank 
+:      006289 le_parse_att_read_request:
+0x2d19 006290 call le_check_encrypt_state 
+0x2d1a 006291 fetcht 2 ,mem_le_att_handle 
+0x2d1b 006292 fetch 1 ,mem_le_configuration 
+0x2d1c 006293 bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
+:      006296 le_send_att_read_response:
+0x2d1d 006297 call le_att_get_handle_ptr2 
+0x2d1e 006298 nbranch le_send_att_error_response_notfound ,zero 
+0x2d1f 006299 call le_send_att_read_response_check_handle ,user 
+0x2d20 006300 rtn user 
+0x2d21 006301 call le_att_get_handle_ptr_found 
+0x2d22 006302 increase -2 ,contr 
+0x2d23 006303 ifetch 2 ,contr 
+0x2d24 006304 arg uuid_chrctr_device_name ,temp 
+0x2d25 006305 isub temp ,null 
+0x2d26 006306 branch le_send_device_name ,zero 
+0x2d27 006307 copy contr ,regc 
+0x2d28 006308 call le_get_search_max_mtu_data 
+0x2d29 006309 copy regc ,contr 
+0x2d2a 006310 ifetcht 1 ,contr 
+0x2d2b 006311 increase 1 ,temp 
+0x2d2c 006312 call not_greater_than 
+:      006313 le_send_att_read_response_less:
+0x2d2d 006314 copy pdata ,regc 
+0x2d2e 006315 copy pdata ,rega 
+0x2d2f 006316 call store_contr 
+0x2d30 006317 call le_fifo_malloc_tx_l2cap_gatt 
+0x2d31 006318 setarg attop_read_response 
+0x2d32 006319 istore 1 ,contw 
+0x2d33 006320 add regc ,-1 ,loopcnt 
+0x2d34 006321 call get_contr 
+0x2d35 006322 branch memcpy 
+:      006324 le_send_device_name:
+0x2d36 006325 call le_get_search_max_mtu_data 
+0x2d37 006326 fetcht 1 ,mem_le_name_len 
+0x2d38 006327 increase 1 ,temp 
+0x2d39 006328 call not_greater_than 
+0x2d3a 006329 copy pdata ,regc 
+0x2d3b 006330 copy pdata ,rega 
+0x2d3c 006332 call le_fifo_malloc_tx_l2cap_gatt 
+0x2d3d 006333 setarg attop_read_response 
+0x2d3e 006334 istore 1 ,contw 
+0x2d3f 006335 add regc ,-1 ,loopcnt 
+0x2d40 006336 arg mem_le_name ,contr 
+0x2d41 006337 branch memcpy 
+:      006340 le_send_att_read_response_check_auth:
+0x2d42 006341 fetch 2 ,mem_le_pairing_handle 
+0x2d43 006342 isub temp ,null 
+0x2d44 006343 nbranch le_send_att_read_response ,zero 
+0x2d45 006344 nbranch le_send_att_read_response ,user 
+:      006345 le_send_att_read_response_error_insufficient_auth:
+0x2d46 006346 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x2d47 006347 branch le_send_att_error_response 
+:      006349 le_send_att_read_response_check_handle:
+0x2d48 006350 increase -2 ,contr 
+0x2d49 006351 ifetch 2 ,contr 
+0x2d4a 006352 bbit1 bit_of_att_handle_read_authenticated ,le_send_att_read_response_error_insufficient_auth 
+0x2d4b 006353 branch disable_user 
+:      006355 le_parse_att_read_blob_request:
+0x2d4c 006356 ifetch 2 ,contr 
+0x2d4d 006357 store 2 ,mem_le_att_offset 
+0x2d4e 006358 iforce rega 
+0x2d4f 006359 fetcht 2 ,mem_le_att_handle 
+:      006360 le_send_att_read_blob_response:
+0x2d50 006361 call le_att_get_handle_ptr 
+0x2d51 006362 branch le_send_att_error_response_notfound ,blank 
+0x2d52 006363 ifetch 1 ,contr 
+0x2d53 006364 isub rega ,loopcnt 
+0x2d54 006365 nbranch le_send_att_error_response_notfound ,positive 
+0x2d55 006366 call store_contr 
+0x2d56 006367 call le_get_search_max_mtu_data 
+0x2d57 006368 add loopcnt ,1 ,temp 
+0x2d58 006369 call not_greater_than 
+:      006370 le_send_att_read_blob_response_less:
+0x2d59 006371 copy pdata ,rega 
+0x2d5a 006372 copy pdata ,regc 
+0x2d5b 006373 call le_fifo_malloc_tx_l2cap_gatt 
+0x2d5c 006374 setarg attop_read_blob_response 
+0x2d5d 006375 istore 1 ,contw 
+0x2d5e 006376 add regc ,-1 ,loopcnt 
+0x2d5f 006377 fetcht 2 ,mem_le_att_offset 
+0x2d60 006378 call get_contr 
+0x2d61 006379 iadd temp ,contr 
+0x2d62 006380 branch memcpy_fast 
+:      006384 le_parse_att_read_by_group_type_request:
+0x2d63 006385 call le_get_search_handle_start_end_common 
+0x2d64 006386 call le_get_search_att_type 
+0x2d65 006387 branch le_send_att_read_by_group_type_response 
+:      006393 le_send_att_read_by_group_type_response:
+0x2d66 006394 arg 2 ,timeup 
+0x2d67 006395 fetcht 2 ,mem_le_search_handle_start 
+0x2d68 006396 storet 2 ,mem_temp 
+0x2d69 006397 call le_att_get_handle_ptr2 
+0x2d6a 006398 increase -2 ,contr 
+0x2d6b 006399 copy contr ,pdata 
+0x2d6c 006400 store 2 ,mem_le_cur_attlist_start_ptr 
+:      006401 le_send_att_read_by_group_type_response_loop:
+0x2d6d 006402 call le_att_check_handle_end 
+0x2d6e 006403 nbranch le_send_att_read_by_group_type_end0 ,positive 
+0x2d6f 006404 fetcht 2 ,mem_temp 
+0x2d70 006405 call le_att_get_handle_info_from_ptr 
+0x2d71 006406 nbranch le_send_att_read_by_group_type_end1 ,blank 
+0x2d72 006408 call le_att_same_type 
+0x2d73 006409 nbranch le_send_att_read_by_group_type_next_handle ,zero 
+0x2d74 006410 copy timeup ,pdata 
+0x2d75 006411 beq 0 ,le_send_att_read_by_group_type_end1 
+0x2d76 006412 nbranch le_send_att_read_by_group_type_store_write_record ,user 
+0x2d77 006413 disable user 
+0x2d78 006415 call le_get_search_max_mtu_data 
+0x2d79 006416 copy pdata ,rega 
+0x2d7a 006417 call le_fifo_malloc_tx_l2cap_gatt 
+0x2d7b 006418 setarg attop_read_by_group_type_response 
+0x2d7c 006419 istore 1 ,contw 
+0x2d7d 006420 fetch 1 ,mem_le_curr_att_len 
+0x2d7e 006421 add pdata ,4 ,rega 
+0x2d7f 006422 istorer rega ,1 ,contw 
+0x2d80 006423 call store_contw 
+0x2d81 006424 sub rega ,6 ,null 
+0x2d82 006425 ncall enable_user2 ,zero 
+0x2d83 006426 call disable_user2 ,zero 
+0x2d84 006427 call le_get_search_max_mtu_data 
+0x2d85 006428 increase -2 ,pdata 
+0x2d86 006429 idiv rega 
+0x2d87 006430 call wait_div_end 
+0x2d88 006431 quotient timeup 
+0x2d89 006432 branch le_send_att_read_by_group_type_store_record 
+:      006433 le_send_att_read_by_group_type_store_write_record:
+0x2d8a 006434 call le_send_att_read_by_group_type_check_pair_length_type 
+0x2d8b 006435 nbranch le_send_att_read_by_group_type_end1 ,blank 
+0x2d8c 006436 fetch 2 ,mem_temp 
+0x2d8d 006437 increase -1 ,pdata 
+0x2d8e 006438 store 2 ,mem_le_cur_handle_end 
+0x2d8f 006439 call le_write_att_record 
+:      006440 le_send_att_read_by_group_type_store_record:
+0x2d90 006441 fetch 2 ,mem_temp 
+0x2d91 006442 store 2 ,mem_le_cur_handle_start 
+0x2d92 006443 call le_store_att_record 
+0x2d93 006444 increase -1 ,timeup 
+:      006446 le_send_att_read_by_group_type_next_handle:
+0x2d94 006447 call le_att_next_handle 
+0x2d95 006448 branch le_send_att_read_by_group_type_response_loop 
+:      006450 le_send_att_read_by_type_res_check_pair_length_type:
+0x2d96 006451 fetch 1 ,mem_le_cur_uuid_length 
+0x2d97 006452 branch le_send_att_read_by_group_type_check_pair_length_type + 1 
+:      006455 le_send_att_read_by_group_type_check_pair_length_type:
+0x2d98 006456 fetch 1 ,mem_le_curr_att_len 
+0x2d99 006457 branch le_send_att_read_by_group_type_check_pair_length_type_16byte ,user2 
+0x2d9a 006458 increase -2 ,pdata 
+0x2d9b 006459 rtn 
+:      006461 le_send_att_read_by_group_type_check_pair_length_type_16byte:
+0x2d9c 006462 increase -16 ,pdata 
+0x2d9d 006463 rtn 
+:      006465 le_send_att_read_by_group_type_end0:
+0x2d9e 006466 fetch 2 ,mem_temp 
+0x2d9f 006467 store 2 ,mem_le_cur_handle_end 
+0x2da0 006468 branch le_send_att_read_by_group_type_end_common 
+:      006469 le_send_att_read_by_group_type_end1:
+0x2da1 006470 fetch 2 ,mem_temp 
+0x2da2 006471 increase -1 ,pdata 
+0x2da3 006472 store 2 ,mem_le_cur_handle_end 
+0x2da4 006473 branch le_send_att_read_by_group_type_end_common 
+:      006474 le_send_att_read_by_group_type_end_common:
+0x2da5 006475 branch le_send_att_error_response_notfound ,user 
+0x2da6 006476 call le_write_att_record 
+0x2da7 006477 branch le_send_auto_len_by_mem 
+:      006482 le_parse_att_write_request:
+0x2da8 006483 copy contr ,rega 
+0x2da9 006484 fetch 2 ,mem_le_l2cap_size 
+0x2daa 006485 add pdata ,-3 ,regb 
+0x2dab 006486 call le_writeatt_cb 
+:      006487 le_send_att_write_response_check_auth:
+0x2dac 006488 bpatchx patch2b_2 ,mem_patch2b 
+0x2dad 006489 call le_check_encrypt_state 
+0x2dae 006490 fetcht 2 ,mem_le_att_handle 
+0x2daf 006491 call le_att_get_handle_ptr2 
+0x2db0 006492 nbranch le_send_att_write_response_error_invalid_handle ,zero 
+0x2db1 006493 call le_send_att_write_response_check_handle ,user 
+0x2db2 006494 rtn user 
+0x2db3 006496 fetch 1 ,mem_le_configuration 
+0x2db4 006497 bbit0 bit_ble_write_auth ,le_send_att_write_response 
+0x2db5 006499 fetcht 2 ,mem_le_att_handle 
+0x2db6 006500 fetch 2 ,mem_le_pairing_handle 
+0x2db7 006501 isub temp ,null 
+0x2db8 006502 nbranch le_send_att_write_response ,zero 
+0x2db9 006503 call le_check_encrypt_state 
+0x2dba 006504 nbranch le_send_att_write_response ,user 
+0x2dbb 006505 branch le_send_att_read_response_error_insufficient_auth 
+:      006508 le_send_att_write_response:
+0x2dbc 006509 force 1 ,rega 
+0x2dbd 006510 call le_fifo_malloc_tx_l2cap_gatt 
+0x2dbe 006511 setarg attop_write_response 
+0x2dbf 006512 istore 1 ,contw 
+0x2dc0 006513 rtn 
+:      006515 le_send_att_write_response_check_handle:
+0x2dc1 006516 increase -2 ,contr 
+0x2dc2 006517 ifetch 2 ,contr 
+0x2dc3 006518 bbit1 bit_of_att_handle_write_authenticated ,le_send_att_read_response_error_insufficient_auth 
+0x2dc4 006519 branch disable_user 
+:      006521 le_send_att_write_response_error_invalid_handle:
+0x2dc5 006522 jam att_err_invalid_handle ,mem_le_err_code 
+0x2dc6 006523 branch le_send_att_error_response 
+:      006526 le_check_encrypt_state:
+0x2dc7 006527 bpatchx patch2b_3 ,mem_patch2b 
+0x2dc8 006528 call disable_user 
+0x2dc9 006529 fetch 1 ,mem_le_pairing_mode 
+0x2dca 006530 rtneq le_pairing_mode_none 
+0x2dcb 006531 fetch 1 ,mem_context 
+0x2dcc 006532 rtnbit1 lestate_encryption 
+0x2dcd 006533 branch enable_user 
+:      006536 le_parse_att_prepare_write_request:
+0x2dce 006537 add contr ,2 ,rega 
+0x2dcf 006538 fetch 2 ,mem_le_l2cap_size 
+0x2dd0 006539 add pdata ,-5 ,regb 
+0x2dd1 006540 call le_writeatt_cb 
+0x2dd2 006541 branch le_send_att_prepare_write_response 
+:      006544 le_send_att_prepare_write_response:
+0x2dd3 006545 fetch 2 ,mem_le_l2cap_size 
+0x2dd4 006546 copy pdata ,rega 
+0x2dd5 006547 call le_fifo_malloc_tx_l2cap_gatt 
+0x2dd6 006548 setarg attop_prepare_write_response 
+0x2dd7 006549 istore 1 ,contw 
+0x2dd8 006550 fetch 2 ,mem_le_att_handle 
+0x2dd9 006551 istore 2 ,contw 
+0x2dda 006552 fetch 2 ,mem_le_l2cap_size 
+0x2ddb 006553 add pdata ,-5 ,loopcnt 
+0x2ddc 006554 fetch 2 ,mem_le_payload_ptr 
+0x2ddd 006555 add pdata ,7 ,contr 
+0x2dde 006556 ifetch 2 ,contr 
+0x2ddf 006557 istore 2 ,contw 
+0x2de0 006558 branch memcpy_fast 
+:      006562 le_parse_att_execute_write_request:
+:      006564 le_send_att_execute_write_response:
+0x2de1 006565 force 1 ,rega 
+0x2de2 006566 call le_fifo_malloc_tx_l2cap_gatt 
+0x2de3 006567 setarg attop_execute_write_response 
+0x2de4 006568 istore 1 ,contw 
+0x2de5 006569 rtn 
+:      006571 le_parse_handle_value_confirmation:
+0x2de6 006572 fetch 1 ,mem_le_l2cap_att_states 
+0x2de7 006573 set0 ble_l2cap_recv_confirmation_packet ,pdata 
+0x2de8 006574 store 1 ,mem_le_l2cap_att_states 
+0x2de9 006575 rtn 
+:      006577 le_parse_att_write_command:
+0x2dea 006578 copy contr ,rega 
+0x2deb 006579 fetch 2 ,mem_le_l2cap_size 
+0x2dec 006580 add pdata ,-3 ,regb 
+0x2ded 006581 branch le_writeatt_cb 
+:      006586 le_att_malloc_tx_notify:
+0x2dee 006587 copy temp ,regc 
+0x2def 006588 increase 3 ,rega 
+0x2df0 006589 call le_fifo_malloc_tx_l2cap_gatt 
+0x2df1 006590 increase -3 ,rega 
+0x2df2 006591 setarg attop_handle_value_notification 
+0x2df3 006592 istore 1 ,contw 
+0x2df4 006593 copy regc ,temp 
+0x2df5 006594 istoret 2 ,contw 
+0x2df6 006595 rtn 
+:      006598 le_att_malloc_tx_indication:
+0x2df7 006599 fetch 1 ,mem_le_l2cap_att_states 
+0x2df8 006600 set1 ble_l2cap_send_indication_packet ,pdata 
+0x2df9 006601 store 1 ,mem_le_l2cap_att_states 
+0x2dfa 006602 copy temp ,regc 
+0x2dfb 006603 increase 3 ,rega 
+0x2dfc 006604 call le_fifo_malloc_tx_l2cap_gatt 
+0x2dfd 006605 increase -3 ,rega 
+0x2dfe 006606 setarg attop_handle_value_indication 
+0x2dff 006607 istore 1 ,contw 
+0x2e00 006608 copy regc ,temp 
+0x2e01 006609 istoret 2 ,contw 
+0x2e02 006610 rtn 
+:      006615 le_send_att_error_response_notfound:
+0x2e03 006616 bpatchx patch2b_4 ,mem_patch2b 
+0x2e04 006617 jam att_err_attribute_not_found ,mem_le_err_code 
+:      006618 le_send_att_error_response:
+0x2e05 006619 force 5 ,rega 
+0x2e06 006620 call le_fifo_malloc_tx_l2cap_gatt 
+0x2e07 006621 setarg attop_error_response 
+0x2e08 006622 istore 1 ,contw 
+0x2e09 006623 fetch 1 ,mem_le_att_opcode 
+0x2e0a 006624 istore 1 ,contw 
+0x2e0b 006625 fetch 2 ,mem_le_att_handle 
+0x2e0c 006626 istore 2 ,contw 
+0x2e0d 006627 fetch 1 ,mem_le_err_code 
+0x2e0e 006628 istore 1 ,contw 
+0x2e0f 006629 rtn 
+:      006632 le_fifo_malloc_tx_l2cap_gatt:
+0x2e10 006633 bpatchx patch2b_5 ,mem_patch2b 
+0x2e11 006634 force le_l2cap_cid_att ,regb 
+0x2e12 006635 branch le_fifo_malloc_tx_l2cap 
+:      006638 le_att_next_handle:
+0x2e13 006639 fetcht 2 ,mem_temp 
+0x2e14 006640 increase 1 ,temp 
+0x2e15 006641 storet 2 ,mem_temp 
+0x2e16 006642 rtn 
+:      006644 le_att_check_handle_end:
+0x2e17 006645 fetcht 2 ,mem_temp 
+0x2e18 006646 fetch 2 ,mem_le_search_handle_end 
+0x2e19 006647 isub temp ,null 
+0x2e1a 006648 rtn 
+:      006651 le_att_same_type:
+0x2e1b 006652 bpatchx patch2b_6 ,mem_patch2b 
+0x2e1c 006653 fetcht 1 ,mem_le_search_att_type_length 
+0x2e1d 006654 arg mem_le_search_att_type ,rega 
+:      006655 le_att_check_same_common:
+0x2e1e 006656 fetch 1 ,mem_le_cur_uuid_length 
+0x2e1f 006657 copy pdata ,loopcnt 
+0x2e20 006658 isub temp ,null 
+0x2e21 006659 nrtn zero 
+0x2e22 006660 arg mem_le_cur_uuid ,regb 
+0x2e23 006661 branch string_compare 
+:      006664 le_store_att_record:
+0x2e24 006665 bpatchx patch2b_7 ,mem_patch2b 
+0x2e25 006666 fetch 1 ,mem_le_curr_att_len 
+0x2e26 006667 store 1 ,mem_temp_block0 
+0x2e27 006668 copy pdata ,loopcnt 
+0x2e28 006669 call get_contr 
+0x2e29 006670 branch memcpy_fast 
+:      006673 le_write_att_record:
+0x2e2a 006674 bpatchx patch2c_0 ,mem_patch2c 
+0x2e2b 006675 call get_contw 
+0x2e2c 006676 fetch 2 ,mem_le_cur_handle_start 
+0x2e2d 006677 istore 2 ,contw 
+0x2e2e 006678 fetch 2 ,mem_le_cur_handle_end 
+0x2e2f 006679 istore 2 ,contw 
+:      006680 le_write_att_record_common:
+0x2e30 006681 fetch 1 ,mem_temp_block0 
+0x2e31 006682 copy pdata ,loopcnt 
+0x2e32 006683 call memcpy_fast 
+0x2e33 006684 branch store_contw 
+:      006688 le_send_auto_len_by_mem:
+0x2e34 006689 bpatchx patch2c_1 ,mem_patch2c 
+0x2e35 006690 call get_contw 
+0x2e36 006691 call le_fifo_get_last_att_ptr 
+0x2e37 006692 copy contw ,pdata 
+0x2e38 006693 isub contr ,rega 
+0x2e39 006694 call le_fifo_get_last_l2cap_ptr 
+0x2e3a 006695 copy rega ,pdata 
+0x2e3b 006696 istore 2 ,contr 
+0x2e3c 006697 increase 4 ,rega 
+0x2e3d 006698 call le_fifo_get_last_tx_ptr 
+0x2e3e 006699 copy rega ,pdata 
+0x2e3f 006700 istore 1 ,contr 
+0x2e40 006701 rtn 
+:      006704 le_get_search_handle_start_end_common:
+0x2e41 006705 rshift8 pdata ,pdata 
+0x2e42 006706 store 2 ,mem_le_search_handle_start 
+0x2e43 006707 ifetch 2 ,contr 
+0x2e44 006708 store 2 ,mem_le_search_handle_end 
+0x2e45 006709 rtn 
+:      006712 le_get_search_max_mtu_data:
+0x2e46 006713 bpatchx patch2c_2 ,mem_patch2c 
+0x2e47 006714 fetch 2 ,mem_le_remote_mtu 
+0x2e48 006716 fetcht 2 ,mem_le_local_mtu 
+0x2e49 006720 branch not_greater_than 
+:      006724 le_get_search_att_type:
+0x2e4a 006725 bpatchx patch2c_3 ,mem_patch2c 
+0x2e4b 006726 call store_contr 
+0x2e4c 006727 arg mem_le_search_att_type_length ,contw 
+:      006728 le_get_search_common:
+0x2e4d 006729 fetch 2 ,mem_le_l2cap_size 
+0x2e4e 006730 increase -5 ,pdata 
+:      006731 le_get_search_common2:
+0x2e4f 006732 istore 1 ,contw 
+0x2e50 006733 copy pdata ,loopcnt 
+0x2e51 006734 call get_contr 
+0x2e52 006735 branch memcpy_fast 
+:      006739 le_parse_writing_attribute_start:
+0x2e53 006740 fetch 2 ,mem_le_rxbuf_data_att_cid 
+0x2e54 006741 rtnne le_l2cap_cid_att 
+0x2e55 006742 fetch 1 ,mem_le_l2cap_att_states 
+0x2e56 006743 set1 ble_l2cap_deal_with_continue_packet ,pdata 
+0x2e57 006744 store 1 ,mem_le_l2cap_att_states 
+0x2e58 006745 fetch 3 ,mem_le_rxbuf_data_att_opcode 
+0x2e59 006746 store 3 ,mem_le_att_opcode 
+0x2e5a 006747 set1 mark_old_packet ,mark 
+0x2e5b 006748 beq attop_write_request ,le_parse_attribute_write_request 
+0x2e5c 006749 beq attop_write_command ,le_parse_attribute_write_command 
+0x2e5d 006750 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+0x2e5e 006751 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+0x2e5f 006752 beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
+0x2e60 006753 set0 mark_old_packet ,mark 
+:      006754 le_clear_l2cap_att_states_deal_with_contiune_packet:
+0x2e61 006755 fetch 1 ,mem_le_l2cap_att_states 
+0x2e62 006756 set0 ble_l2cap_deal_with_continue_packet ,pdata 
+0x2e63 006757 store 1 ,mem_le_l2cap_att_states 
+0x2e64 006758 rtn 
+:      006760 le_parse_writing_attribute_continue:
+0x2e65 006761 fetch 1 ,mem_le_l2cap_att_states 
+0x2e66 006762 rtnbit0 ble_l2cap_deal_with_continue_packet 
+0x2e67 006763 set1 mark_old_packet ,mark 
+0x2e68 006764 call le_parse_l2cap_continue_common 
+0x2e69 006765 call le_parse_attribute_check_complete_packet 
+0x2e6a 006766 call le_clear_l2cap_att_states_deal_with_contiune_packet ,user 
+0x2e6b 006767 fetch 1 ,mem_le_att_opcode 
+0x2e6c 006768 beq attop_write_request ,le_send_att_write_response_check_auth 
+0x2e6d 006769 rtn 
+:      006772 le_parse_attribute_write_request:
+0x2e6e 006773 call le_parse_attribute_write_command 
+0x2e6f 006774 branch le_send_attribute_write_response_check_auth 
+:      006776 le_send_attribute_write_response_check_auth:
+0x2e70 006777 call le_parse_attribute_check_complete_packet 
+0x2e71 006778 nrtn user 
+0x2e72 006779 branch le_send_att_write_response_check_auth 
+:      006782 le_parse_attribute_write_command:
+0x2e73 006783 bpatchx patch2c_4 ,mem_patch2c 
+0x2e74 006784 call le_parse_attribute_check_complete_packet_init 
+0x2e75 006785 arg mem_le_rxbuf_data_att_write_payload ,rega 
+0x2e76 006786 branch le_writeatt_cb 
+:      006789 le_parse_attribute_check_complete_packet_init:
+0x2e77 006790 fetch 1 ,mem_le_rxbuf_data_att_write_length 
+0x2e78 006791 add pdata ,-7 ,regb 
+0x2e79 006792 increase -4 ,pdata 
+0x2e7a 006793 store 2 ,mem_le_packet_len_recved 
+0x2e7b 006794 fetcht 2 ,mem_le_rxbuf_data_att_write_l2cap_length 
+0x2e7c 006795 storet 2 ,mem_le_l2cap_size 
+0x2e7d 006796 rtn 
+:      006799 le_parse_l2cap_continue_common:
+0x2e7e 006800 fetchr regb ,1 ,mem_le_rxbuf_data_continue_length 
+0x2e7f 006801 fetch 2 ,mem_le_packet_len_recved 
+0x2e80 006802 iadd regb ,temp 
+0x2e81 006803 storet 2 ,mem_le_packet_len_recved 
+0x2e82 006804 arg mem_le_rxbuf_data_continue_payload ,rega 
+0x2e83 006805 branch le_writeatt_cb 
+:      006809 le_parse_attribute_check_complete_packet:
+0x2e84 006810 call disable_user 
+0x2e85 006811 fetch 2 ,mem_le_packet_len_recved 
+0x2e86 006812 fetcht 2 ,mem_le_l2cap_size 
+0x2e87 006813 isub temp ,null 
+0x2e88 006814 nrtn zero 
+0x2e89 006815 branch enable_user 
+:      006821 le_parse_signaling:
+0x2e8a 006822 ifetch 1 ,contr 
+0x2e8b 006823 ifetcht 1 ,contr 
+0x2e8c 006824 ifetcht 2 ,contr 
+0x2e8d 006825 beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
+0x2e8e 006826 rtn 
+:      006827 le_l2cap_parse_conn_parameter_update_rsp:
+0x2e8f 006828 ifetch 2 ,contr 
+0x2e90 006829 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x2e91 006830 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
+0x2e92 006831 branch ui_ipc_send_event 
+:      006837 le_l2cap_tx_update_req:
+0x2e93 006838 arg 0x0c ,rega 
+0x2e94 006839 arg l2cap_connection_parameter_update_request ,regc 
+0x2e95 006840 call le_fifo_malloc_tx_l2cap_signaling 
+0x2e96 006841 setarg 0x08 
+0x2e97 006842 istore 2 ,contw 
+0x2e98 006843 fetch 8 ,mem_le_interval_min 
+0x2e99 006844 istore 8 ,contw 
+0x2e9a 006845 rtn 
+:      006849 le_fifo_malloc_tx_l2cap_signaling:
+0x2e9b 006850 call le_l2cap_update_signaling_identifier 
+0x2e9c 006851 arg le_l2cap_cid_signal ,regb 
+0x2e9d 006852 call le_fifo_malloc_tx_l2cap 
+0x2e9e 006853 copy regc ,pdata 
+0x2e9f 006854 istore 1 ,contw 
+0x2ea0 006855 fetch 1 ,mem_le_signaling_identifier 
+0x2ea1 006856 istore 1 ,contw 
+0x2ea2 006857 rtn 
+:      006860 le_l2cap_update_signaling_identifier:
+0x2ea3 006861 fetch 1 ,mem_le_signaling_identifier 
+0x2ea4 006863 pincrease 1 
+0x2ea5 006864 store 1 ,mem_le_signaling_identifier 
+0x2ea6 006865 rtnne 0 
+:      006867 le_l2cap_reset_signaling_identifier:
+0x2ea7 006868 jam 1 ,mem_le_signaling_identifier 
+0x2ea8 006869 rtn 
+:      006874 le_pairing_mode_init:
+0x2ea9 006875 fetch 1 ,mem_le_pairing_mode 
+0x2eaa 006876 beq le_pairing_mode_none ,le_set_no_pairing 
+0x2eab 006877 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
+0x2eac 006878 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
+0x2ead 006879 beq le_pairing_mode_secure_connect_justwork ,le_set_pairing_mode_secure_justwork 
+0x2eae 006880 beq le_pairing_mode_secure_connect_numeric ,le_set_pairing_mode_secure_numeric 
+0x2eaf 006881 beq le_pairing_mode_secure_connect_passkey ,le_set_pairing_mode_secure_passkey 
+0x2eb0 006882 rtn 
+:      006884 le_set_pairing_mode_secure_justwork:
+0x2eb1 006885 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x2eb2 006886 branch le_set_noinputnooutput 
+:      006887 le_set_pairing_mode_secure_numeric:
+0x2eb3 006888 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x2eb4 006889 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
+0x2eb5 006890 rtn 
+:      006891 le_set_pairing_mode_secure_passkey:
+0x2eb6 006892 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x2eb7 006893 branch le_set_displayonly 
+:      006895 le_set_no_pairing:
+0x2eb8 006896 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      006897 le_set_noinputnooutput:
+0x2eb9 006898 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x2eba 006899 rtn 
+:      006900 le_set_pairing_mode_lagacy_just_work:
+0x2ebb 006901 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x2ebc 006902 branch le_set_noinputnooutput 
+:      006903 le_set_pairing_mode_lagacy_passkey:
+0x2ebd 006904 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+:      006905 le_set_displayonly:
+0x2ebe 006906 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x2ebf 006907 rtn 
+:      006909 le_secure_connection_enable:
+0x2ec0 006910 fetch 1 ,mem_secure_connections_enable 
+0x2ec1 006911 set1 secure_connections_le_bit ,pdata 
+0x2ec2 006912 store 1 ,mem_secure_connections_enable 
+0x2ec3 006913 rtn 
+:      006915 le_secure_connection_disable:
+0x2ec4 006916 fetch 1 ,mem_secure_connections_enable 
+0x2ec5 006917 set0 secure_connections_le_bit ,pdata 
+0x2ec6 006918 store 1 ,mem_secure_connections_enable 
+0x2ec7 006919 rtn 
+:      006921 le_parse_smp:
+0x2ec8 006922 ifetch 1 ,contr 
+0x2ec9 006923 beq smp_pairing_request ,le_parse_smp_pairing_request 
+0x2eca 006925 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
+0x2ecb 006926 beq smp_pairing_random ,le_parse_smp_pairing_random 
+0x2ecc 006927 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
+0x2ecd 006929 beq smp_master_identification ,le_parse_smp_master_identification 
+0x2ece 006930 beq smp_identity_information ,le_parse_smp_identity_information 
+0x2ecf 006931 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
+0x2ed0 006932 beq smp_signing_information ,le_parse_smp_signing_information 
+0x2ed1 006933 beq smp_security_request ,le_parse_smp_security_request 
+0x2ed2 006934 beq smp_pairing_public_key ,le_parse_smp_public_key 
+0x2ed3 006935 beq smp_pairing_dhkey_check ,le_parse_smp_dhkey_check 
+0x2ed4 006936 rtn 
+:      006940 le_send_smp_security_request:
+0x2ed5 006941 force 2 ,rega 
+0x2ed6 006942 call le_fifo_malloc_tx_l2cap_smp 
+0x2ed7 006943 setarg smp_security_request 
+0x2ed8 006944 istore 1 ,contw 
+0x2ed9 006945 fetch 1 ,mem_le_pres_auth 
+0x2eda 006946 istore 1 ,contw 
+0x2edb 006947 rtn 
+:      006949 le_parse_smp_pairing_request:
+0x2edc 006950 store 1 ,mem_le_preq 
+0x2edd 006951 ifetch 6 ,contr 
+0x2ede 006952 istore 6 ,contw 
+0x2edf 006953 fetch 1 ,mem_le_pairing_mode 
+0x2ee0 006954 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
+0x2ee1 006955 call le_send_smp_pairing_response 
+0x2ee2 006956 fetch 1 ,mem_sc_only_mode 
+0x2ee3 006957 branch le_parse_smp_pairing_request2 ,blank 
+0x2ee4 006958 fetch 1 ,mem_le_preq_auth 
+0x2ee5 006959 bbit0 le_auth_secure_connection_pairing_bit ,app_ble_disconnect 
+0x2ee6 006960 fetch 1 ,mem_le_pairing_mode 
+0x2ee7 006961 bbit0 le_pairing_mode_secure_connect_bit ,app_ble_disconnect 
+:      006962 le_parse_smp_pairing_request2:
+0x2ee8 006963 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
+0x2ee9 006964 fetch 1 ,mem_le_preq_iocap 
+0x2eea 006965 beq flag_iocap_displayonly ,le_set_tk_0 
+0x2eeb 006966 beq flag_iocap_displayyesno ,le_set_tk_0 
+0x2eec 006967 beq flag_iocap_noinputnooutput ,le_set_tk_0 
+0x2eed 006968 fetch 1 ,mem_le_pairing_mode 
+0x2eee 006969 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
+0x2eef 006970 rtneq le_pairing_mode_secure_connect_passkey 
+:      006971 le_set_tk_0:
+0x2ef0 006972 arg 0 ,pdata 
+0x2ef1 006973 store 4 ,mem_le_tk 
+0x2ef2 006974 rtn 
+:      006976 le_parse_smp_pairing_req_passkey:
+0x2ef3 006977 fetch 1 ,mem_le_configuration 
+0x2ef4 006978 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
+:      006979 le_genernate_tk:
+0x2ef5 006980 arg mem_le_tk ,rega 
+0x2ef6 006981 copy rega ,contw 
+0x2ef7 006982 arg 3 ,loopcnt 
+0x2ef8 006983 call generate_random_loop 
+0x2ef9 006984 fetch 2 ,mem_le_tk + 2 
+0x2efa 006985 and_into 0x7 ,pdata 
+0x2efb 006986 store 2 ,mem_le_tk + 2 
+:      006987 le_parse_smp_pairing_req_fixed_passkey:
+0x2efc 006988 jam bt_evt_le_tk_generate ,mem_fifo_temp 
+0x2efd 006989 branch ui_ipc_send_event 
+:      006993 le_send_smp_pairing_response:
+0x2efe 006994 force 7 ,rega 
+0x2eff 006995 call le_fifo_malloc_tx_l2cap_smp 
+0x2f00 006996 fetch 7 ,mem_le_pres 
+0x2f01 006997 istore 7 ,contw 
+0x2f02 006998 rtn 
+:      007001 le_parse_smp_pairing_confirm:
+0x2f03 007002 jam flag_le_pairing_receive_pairing_confirm ,mem_le_pairing_state 
+0x2f04 007003 arg mem_le_rconfirm ,contw 
+0x2f05 007004 call memcpy16 
+0x2f06 007005 fetch 1 ,mem_le_pairing_mode 
+0x2f07 007006 beq le_pairing_mode_lagacy_passkey_res_input ,le_parse_smp_pairing_confirm_passkey_res_input 
+0x2f08 007007 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_confirm_secure_passkey 
+0x2f09 007008 beq le_pairing_mode_secure_connect_passkey_res_input ,le_parse_smp_pairing_confirm_sc_passkey_res_input 
+0x2f0a 007009 branch le_send_smp_pairing_confirm 
+:      007012 le_parse_smp_pairing_confirm_passkey_res_input:
+0x2f0b 007013 jam bt_evt_le_get_passkey ,mem_fifo_temp 
+0x2f0c 007014 branch ui_ipc_send_event 
+:      007016 le_parse_smp_pairing_confirm_secure_passkey:
+0x2f0d 007017 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x2f0e 007018 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
+0x2f0f 007019 rtn 
+:      007021 le_parse_smp_pairing_confirm_sc_passkey_res_input:
+0x2f10 007022 fetch 4 ,mem_le_tk 
+0x2f11 007023 branch le_parse_smp_pairing_confirm_passkey_res_input ,blank 
+0x2f12 007024 branch le_parse_smp_pairing_confirm_secure_passkey 
+:      007026 le_send_smp_pairing_confirm:
+0x2f13 007027 jam flag_le_pairing_send_pairing_confirm ,mem_le_pairing_state 
+0x2f14 007028 fetch 1 ,mem_le_pairing_mode 
+0x2f15 007029 bbit1 le_pairing_mode_secure_connect_bit ,le_send_smp_pairing_confirm_sc 
+0x2f16 007030 call generate_confirm 
+0x2f17 007031 force 17 ,rega 
+0x2f18 007032 call le_fifo_malloc_tx_l2cap_smp 
+0x2f19 007033 setarg smp_pairing_confirm 
+0x2f1a 007034 istore 1 ,contw 
+0x2f1b 007035 branch store_aes_result 
+:      007037 le_send_smp_pairing_confirm_sc:
+0x2f1c 007038 arg mem_le_srand ,contw 
+0x2f1d 007039 call generate_random 
+0x2f1e 007040 call function_f4_cb 
+0x2f1f 007041 force 17 ,rega 
+0x2f20 007042 call le_fifo_malloc_tx_l2cap_smp 
+0x2f21 007043 setarg smp_pairing_confirm 
+0x2f22 007044 istore 1 ,contw 
+0x2f23 007045 branch load_inverse_result 
+:      007047 le_parse_smp_pairing_random:
+0x2f24 007048 copy contr ,rega 
+0x2f25 007049 fetch 1 ,mem_le_pairing_mode 
+0x2f26 007050 bbit1 le_pairing_mode_secure_connect_bit ,le_parse_smp_pairing_random_sc 
+0x2f27 007051 copy rega ,contr 
+0x2f28 007052 call authenticate_rconfirm 
+0x2f29 007053 branch le_parse_smp_pairing_random_success ,zero 
+:      007054 le_send_pairing_confirm_value_failed:
+0x2f2a 007055 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
+:      007056 le_send_pairing_failed:
+0x2f2b 007057 force 2 ,rega 
+0x2f2c 007058 call le_fifo_malloc_tx_l2cap_smp 
+0x2f2d 007059 setarg smp_pairing_failed 
+0x2f2e 007060 istore 1 ,contw 
+0x2f2f 007061 fetch 1 ,mem_le_ll_pairing_fail_reason 
+0x2f30 007062 istore 1 ,contw 
+:      007063 le_parse_smp_pairing_failed:
+0x2f31 007064 bpatchx patch2c_5 ,mem_patch2c 
+0x2f32 007065 force smp_pairing_timer ,queue 
+0x2f33 007066 call timer_stop 
+0x2f34 007067 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x2f35 007068 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
+0x2f36 007069 branch ui_ipc_send_event 
+:      007071 le_smp_pairing_fail_reason_not_support_pairing:
+0x2f37 007072 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
+0x2f38 007073 branch le_send_pairing_failed 
+:      007075 le_parse_smp_pairing_random_sc:
+0x2f39 007076 arg mem_le_mrand ,contw 
+0x2f3a 007077 copy rega ,contr 
+0x2f3b 007078 call memcpy16 
+0x2f3c 007079 fetch 1 ,mem_le_pairing_mode 
+0x2f3d 007080 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_random_sc_passkey 
+0x2f3e 007081 beq le_pairing_mode_secure_connect_passkey_res_input ,le_parse_smp_pairing_random_sc_passkey 
+0x2f3f 007082 call function_g2 
+0x2f40 007083 call le_send_smp_pairing_random 
+0x2f41 007084 fetch 1 ,mem_le_pairing_mode 
+0x2f42 007085 rtnne le_pairing_mode_secure_connect_numeric 
+0x2f43 007086 jam bt_evt_le_gkey_generate ,mem_fifo_temp 
+0x2f44 007087 branch ui_ipc_send_event 
+:      007089 le_parse_smp_pairing_random_sc_passkey:
+0x2f45 007090 call function_f4_ca 
+0x2f46 007091 arg mem_aes_cmac_temp ,contw 
+0x2f47 007092 call load_inverse_result 
+0x2f48 007093 arg mem_aes_cmac_temp ,rega 
+0x2f49 007094 arg mem_le_rconfirm ,regb 
+0x2f4a 007095 arg 16 ,loopcnt 
+0x2f4b 007096 call string_compare 
+0x2f4c 007097 nbranch le_send_pairing_confirm_value_failed ,zero 
+0x2f4d 007098 branch le_send_smp_pairing_random 
+:      007100 le_parse_smp_pairing_random_success:
+0x2f4e 007101 call generate_stk 
+0x2f4f 007102 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+0x2f50 007103 call ui_ipc_send_event 
+0x2f51 007104 jam 1 ,mem_ltk_exists 
+0x2f52 007105 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+:      007107 le_send_smp_pairing_random:
+0x2f53 007108 force 17 ,rega 
+0x2f54 007109 call le_fifo_malloc_tx_l2cap_smp 
+0x2f55 007110 setarg smp_pairing_random 
+0x2f56 007111 istore 1 ,contw 
+0x2f57 007112 arg mem_le_srand ,contr 
+0x2f58 007113 branch memcpy16 
+:      007115 le_send_smp_encryption_information:
+0x2f59 007116 force 17 ,rega 
+0x2f5a 007117 call le_fifo_malloc_tx_l2cap_smp 
+0x2f5b 007118 setarg smp_encryption_information 
+0x2f5c 007119 istore 1 ,contw 
+0x2f5d 007120 fetch 1 ,mem_le_configuration 
+0x2f5e 007121 bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
+0x2f5f 007122 arg mem_le_ltk ,contr 
+0x2f60 007123 branch memcpy16 
+:      007125 le_send_fixed_ltk:
+0x2f61 007126 arg mem_le_fixed_ltk ,contr 
+0x2f62 007127 branch memcpy16 
+:      007130 le_send_smp_master_identification:
+0x2f63 007131 arg mem_le_ediv ,contw 
+0x2f64 007132 force 10 ,loopcnt 
+0x2f65 007133 call generate_random_loop 
+0x2f66 007134 force 11 ,rega 
+0x2f67 007135 call le_fifo_malloc_tx_l2cap_smp 
+0x2f68 007136 setarg smp_master_identification 
+0x2f69 007137 istore 1 ,contw 
+0x2f6a 007138 fetch 2 ,mem_le_ediv 
+0x2f6b 007139 istore 2 ,contw 
+0x2f6c 007140 fetch 8 ,mem_le_rand 
+0x2f6d 007141 istore 8 ,contw 
+0x2f6e 007142 rtn 
+:      007144 le_send_smp_identity_information:
+0x2f6f 007145 force 17 ,rega 
+0x2f70 007146 call le_fifo_malloc_tx_l2cap_smp 
+0x2f71 007147 setarg smp_identity_information 
+0x2f72 007148 istore 1 ,contw 
+0x2f73 007149 setarg 0 
+0x2f74 007150 istore 8 ,contw 
+0x2f75 007151 istore 8 ,contw 
+0x2f76 007152 rtn 
+:      007155 le_send_smp_identity_address_information:
+0x2f77 007156 force 8 ,rega 
+0x2f78 007157 call le_fifo_malloc_tx_l2cap_smp 
+0x2f79 007158 setarg smp_identity_address_information 
+0x2f7a 007159 istore 1 ,contw 
+0x2f7b 007160 fetch 1 ,mem_le_conn_own_addr_type 
+0x2f7c 007161 istore 1 ,contw 
+0x2f7d 007162 fetch 6 ,mem_le_lap 
+0x2f7e 007163 istore 6 ,contw 
+0x2f7f 007164 rtn 
+:      007167 le_send_pairing_fail_unspecified_reason:
+0x2f80 007168 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
+0x2f81 007169 branch le_send_pairing_failed 
+:      007171 le_check_init_key_distribution:
+0x2f82 007172 fetch 1 ,mem_le_pres_init_key_distribution 
+0x2f83 007173 fetcht 1 ,mem_le_pres_init_key_distribution 
+0x2f84 007174 iand temp ,pdata 
+0x2f85 007175 rtn 
+:      007177 le_parse_smp_identity_information:
+0x2f86 007178 arg mem_le_irk ,contw 
+0x2f87 007179 call memcpy16 
+0x2f88 007180 call le_check_init_key_distribution 
+0x2f89 007181 isolate0 le_initator_irk_bit ,pdata 
+0x2f8a 007182 branch le_send_pairing_fail_unspecified_reason ,true 
+0x2f8b 007183 fetch 1 ,mem_device_option 
+0x2f8c 007184 rtnne dvc_op_module 
+0x2f8d 007185 call le_check_master_addr_type 
+0x2f8e 007186 nrtn user 
+0x2f8f 007187 branch app_ble_store_reconn_info 
+:      007190 le_check_master_addr_type:
+0x2f90 007191 call disable_user 
+0x2f91 007192 fetch 1 ,mem_le_conn_peer_addr_type 
+0x2f92 007193 rtneq master_public_addr 
+0x2f93 007194 fetch 1 ,mem_le_preq_init_key_distribution 
+0x2f94 007195 rtnbit0 le_initator_irk_bit 
+0x2f95 007196 branch enable_user 
+:      007198 le_parse_smp_identity_address_information:
+0x2f96 007199 call le_check_init_key_distribution 
+0x2f97 007200 isolate0 le_initator_irk_bit ,pdata 
+0x2f98 007201 branch le_send_pairing_fail_unspecified_reason ,true 
+0x2f99 007202 rtn 
+:      007204 le_parse_smp_master_identification:
+:      007205 le_parse_smp_signing_information:
+:      007206 le_parse_smp_security_request:
+0x2f9a 007207 rtn 
+:      007209 le_parse_smp_public_key:
+0x2f9b 007210 arg mem_le_pubkey_remote_x_256 ,contw 
+0x2f9c 007211 call memcpy64 
+0x2f9d 007212 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x2f9e 007213 jam le_sc_stat_receive_public_key ,mem_le_secure_connect_state 
+0x2f9f 007214 rtn 
+:      007216 le_parse_smp_dhkey_check:
+0x2fa0 007217 arg mem_sp_confirm_remote ,contw 
+0x2fa1 007218 call memcpy16 
+0x2fa2 007219 jam le_sc_stat_receive_dhkey ,mem_le_secure_connect_state 
+0x2fa3 007220 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x2fa4 007221 rtn 
+:      007223 le_send_smp_pairing_public_key:
+0x2fa5 007224 force 65 ,rega 
+0x2fa6 007225 call le_fifo_malloc_tx_l2cap_smp 
+0x2fa7 007226 setarg smp_pairing_public_key 
+0x2fa8 007227 istore 1 ,contw 
+0x2fa9 007228 arg mem_sc_pubkey_local_x_256 ,contr 
+0x2faa 007229 branch memcpy64 
+:      007231 le_send_smp_pairing_dhkey_check:
+0x2fab 007232 call function_f6_eb 
+0x2fac 007233 force 17 ,rega 
+0x2fad 007234 call le_fifo_malloc_tx_l2cap_smp 
+0x2fae 007235 setarg smp_pairing_dhkey_check 
+0x2faf 007236 istore 1 ,contw 
+0x2fb0 007237 branch load_inverse_result 
+:      007239 le_check_paring_time:
+0x2fb1 007240 fetch 1 ,mem_le_pairing_state 
+0x2fb2 007241 rtneq flag_le_pairing_end 
+0x2fb3 007242 arg flag_le_pairing_rcv_pairing_req ,temp 
+0x2fb4 007243 isub temp ,null 
+0x2fb5 007244 nrtn positive 
+0x2fb6 007245 arg smp_pairing_timer ,queue 
+0x2fb7 007246 call timer_check 
+0x2fb8 007247 nrtn blank 
+0x2fb9 007248 branch le_send_pairing_fail_unspecified_reason 
+:      007250 le_pairing_sm:
+0x2fba 007251 bpatchx patch2c_6 ,mem_patch2c 
+0x2fbb 007252 call le_fifo_check_nearly_full 
+0x2fbc 007253 nrtn blank 
+0x2fbd 007254 fetch 1 ,mem_le_pairing_state 
+0x2fbe 007255 beq flag_le_pairing_null ,le_pairing_sm_null 
+0x2fbf 007256 beq flag_le_pairing_start ,le_pairing_sm_start 
+0x2fc0 007257 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
+0x2fc1 007258 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
+0x2fc2 007259 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
+0x2fc3 007260 beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
+0x2fc4 007261 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
+0x2fc5 007262 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
+0x2fc6 007263 rtn 
+:      007265 le_pairing_sm_null:
+:      007266 le_pairing_sm_send_sec_req:
+0x2fc7 007267 fetch 1 ,mem_le_enc_state 
+0x2fc8 007268 rtnne flag_le_send_start_enc_rsp 
+0x2fc9 007269 jam flag_le_enc_end ,mem_le_enc_state 
+0x2fca 007270 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x2fcb 007271 jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
+0x2fcc 007272 branch ui_ipc_send_event 
+:      007275 le_pairing_sm_start:
+0x2fcd 007276 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
+0x2fce 007277 branch le_send_smp_security_request 
+:      007279 le_pairing_sm_rcv_pairing_req:
+0x2fcf 007280 jam flag_le_pairing_wait_stk_generation ,mem_le_pairing_state 
+0x2fd0 007281 setarg timer_smp_pairing_timeout 
+0x2fd1 007282 arg smp_pairing_timer ,queue 
+0x2fd2 007283 branch timer_init 
+:      007285 le_pairing_sm_after_auth:
+0x2fd3 007286 fetch 1 ,mem_le_enc_state 
+0x2fd4 007287 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
+0x2fd5 007288 rtn 
+:      007290 le_pairing_sm_after_auth_start_enc:
+0x2fd6 007291 fetch 1 ,mem_le_pairing_mode 
+0x2fd7 007292 bbit1 le_pairing_mode_secure_connect_bit ,le_pairing_sm_after_auth_start_enc_sc 
+0x2fd8 007294 jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
+0x2fd9 007295 call le_send_smp_encryption_information 
+:      007296 le_pairing_sm_after_auth_start_enc_common:
+0x2fda 007297 jam bt_evt_le_enc_info ,mem_fifo_temp 
+0x2fdb 007298 call ui_ipc_send_event 
+0x2fdc 007299 fetch 1 ,mem_device_option 
+0x2fdd 007300 rtnne dvc_op_module 
+0x2fde 007301 call le_check_master_addr_type 
+0x2fdf 007302 rtn user 
+0x2fe0 007303 branch app_ble_store_reconn_info 
+:      007305 le_pairing_sm_after_auth_start_enc_sc:
+0x2fe1 007306 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+0x2fe2 007307 branch le_pairing_sm_after_auth_start_enc_common 
+:      007309 le_pairng_sm_send_enc_information:
+0x2fe3 007310 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+0x2fe4 007311 branch le_send_smp_master_identification 
+:      007313 le_pairng_sm_send_master_indentification:
+0x2fe5 007314 fetch 1 ,mem_le_preq_resp_key_distribution 
+0x2fe6 007315 fetcht 1 ,mem_le_pres_resp_key_distribution 
+0x2fe7 007316 iand temp ,pdata 
+0x2fe8 007317 isolate0 le_initator_irk_bit ,pdata 
+0x2fe9 007318 branch le_parse_start_enc_rsp_after_auth_end ,true 
+0x2fea 007319 jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
+0x2feb 007320 branch le_send_smp_identity_information 
+:      007322 le_pairng_sm_send_indentity_information:
+0x2fec 007323 call le_send_smp_identity_address_information 
+0x2fed 007324 branch le_parse_start_enc_rsp_after_auth_end 
+:      007327 le_parse_start_enc_rsp_after_auth_end:
+0x2fee 007328 bpatchx patch2c_7 ,mem_patch2c 
+0x2fef 007329 force smp_pairing_timer ,queue 
+0x2ff0 007330 call timer_stop 
+0x2ff1 007331 jam flag_le_enc_end ,mem_le_enc_state 
+0x2ff2 007332 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x2ff3 007333 jam bt_evt_le_pairing_complete ,mem_fifo_temp 
+0x2ff4 007334 branch ui_ipc_send_event 
+:      007338 le_secure_connect_sm:
+0x2ff5 007339 bpatchx patch2d_0 ,mem_patch2d 
+0x2ff6 007340 fetch 1 ,mem_le_pairing_mode 
+0x2ff7 007341 rtnbit0 le_pairing_mode_secure_connect_bit 
+0x2ff8 007342 fetch 1 ,mem_le_secure_connect_flag 
+0x2ff9 007343 rtnne le_sp_flag_commit_256 
+0x2ffa 007344 jam sp_flag_standby ,mem_le_secure_connect_flag 
+0x2ffb 007345 fetch 1 ,mem_le_secure_connect_state 
+0x2ffc 007346 beq le_sc_stat_receive_public_key ,le_sc_sm_receive_public_key 
+0x2ffd 007347 beq le_sc_stat_wait_send_public_key ,le_sc_sm_wait_send_public_key 
+0x2ffe 007348 beq le_sc_stat_send_public_key ,le_sc_sm_send_public_key 
+0x2fff 007349 beq le_sc_stat_receive_dhkey ,le_sc_sm_receive_dhkey 
+0x3000 007350 beq le_sc_stat_wait_confirm_gkey ,le_sc_sm_wait_confirm_gkey 
+0x3001 007351 beq le_sc_stat_passkey_wait_confirm ,le_sc_sm_passkey_wait_confirm 
+0x3002 007352 rtn 
+:      007354 le_sc_state_clear:
+0x3003 007355 jam sp_flag_standby ,mem_le_secure_connect_flag 
+0x3004 007356 jam le_sc_stat_null ,mem_le_secure_connect_state 
+0x3005 007357 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
+0x3006 007358 rtn 
+:      007360 le_sc_sm_passkey_wait_confirm:
+0x3007 007361 fetch 1 ,mem_authentication_passkey_times 
+0x3008 007362 copy pdata ,queue 
+0x3009 007363 increase 1 ,pdata 
+0x300a 007364 store 1 ,mem_authentication_passkey_times 
+0x300b 007365 fetch 4 ,mem_le_tk 
+0x300c 007366 qisolate1 pdata 
+0x300d 007367 setarg 0x80 
+0x300e 007368 setflag true ,0 ,pdata 
+0x300f 007369 store 1 ,mem_passkey_1bit 
+0x3010 007370 branch le_sc_sm_ready_send_pairing_confirm 
+:      007372 le_sc_sm_wait_confirm_gkey:
+0x3011 007373 fetch 1 ,mem_le_sc_confirm_gkey_flag 
+0x3012 007374 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
+0x3013 007375 beq flag_le_sc_confrim_gkey_ok ,le_sc_confirm_gkey_ok 
+0x3014 007376 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x3015 007377 rtn 
+:      007379 le_sc_confirm_gkey_ok:
+0x3016 007380 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+0x3017 007381 call ui_ipc_send_event 
+0x3018 007382 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+0x3019 007383 branch le_send_smp_pairing_dhkey_check 
+:      007385 le_sc_sm_receive_dhkey:
+0x301a 007386 fetch 1 ,mem_sp_dhkey_invalid 
+0x301b 007387 beq sp_key_valid_256 ,le_dhkey_ready 
+0x301c 007388 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x301d 007389 rtn 
+:      007391 le_dhkey_ready:
+0x301e 007392 call function_f5 
+0x301f 007393 fetch 1 ,mem_le_pairing_mode 
+0x3020 007394 beq le_pairing_mode_secure_connect_passkey ,le_dhkey_ready_common 
+0x3021 007395 beq le_pairing_mode_secure_connect_passkey_res_input ,le_dhkey_ready_common 
+0x3022 007396 call le_set_tk_0 
+:      007397 le_dhkey_ready_common:
+0x3023 007398 call function_f6_ea 
+0x3024 007399 arg mem_aes_cmac_temp ,rega 
+0x3025 007400 arg mem_sp_confirm_remote ,regb 
+0x3026 007401 arg 16 ,loopcnt 
+0x3027 007402 call string_compare 
+0x3028 007403 branch le_dhkey_check_ok ,zero 
+:      007404 le_dhkey_check_fail:
+0x3029 007405 jam pairing_failed_dhkey_check_failed ,mem_le_ll_pairing_fail_reason 
+0x302a 007406 branch le_send_pairing_failed 
+:      007409 le_dhkey_check_ok:
+0x302b 007410 call sp_calc_check_publickey_256 
+0x302c 007411 nbranch le_dhkey_check_fail ,zero 
+0x302d 007412 jam 1 ,mem_ltk_exists 
+0x302e 007413 fetch 1 ,mem_le_pairing_mode 
+0x302f 007414 beq le_pairing_mode_secure_connect_justwork ,le_sc_confirm_gkey_ok 
+0x3030 007415 beq le_pairing_mode_secure_connect_passkey ,le_sc_confirm_gkey_ok 
+0x3031 007416 beq le_pairing_mode_secure_connect_passkey_res_input ,le_sc_confirm_gkey_ok 
+0x3032 007417 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x3033 007418 jam le_sc_stat_wait_confirm_gkey ,mem_le_secure_connect_state 
+0x3034 007419 rtn 
+:      007421 le_sc_sm_send_public_key:
+0x3035 007422 fetch 1 ,mem_le_pairing_mode 
+0x3036 007423 beq le_pairing_mode_secure_connect_passkey ,le_sc_sm_send_public_key_passkey 
+0x3037 007424 beq le_pairing_mode_secure_connect_passkey_res_input ,le_sc_sm_send_public_key_passkey 
+0x3038 007425 jam 0 ,mem_passkey_1bit 
+:      007426 le_sc_sm_ready_send_pairing_confirm:
+0x3039 007427 branch le_send_smp_pairing_confirm 
+:      007429 le_sc_sm_send_public_key_passkey:
+0x303a 007430 jam 0 ,mem_authentication_passkey_times 
+0x303b 007431 rtneq le_pairing_mode_secure_connect_passkey_res_input 
+0x303c 007432 branch le_parse_smp_pairing_req_passkey 
+:      007435 le_sc_sm_receive_public_key:
+0x303d 007436 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x303e 007437 fetch 1 ,mem_sc_local_key_invalid 
+0x303f 007438 beq sp_key_valid_256 ,le_public_key_ready 
+0x3040 007439 rtn 
+:      007441 le_public_key_ready:
+0x3041 007442 jam le_sc_stat_wait_send_public_key ,mem_le_secure_connect_state 
+0x3042 007443 jam sp_key_invalid ,mem_sp_dhkey_invalid 
+0x3043 007444 branch sp_dhkey_calc_256 
+:      007446 le_sc_sm_wait_send_public_key:
+0x3044 007447 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x3045 007448 jam le_sc_stat_send_public_key ,mem_le_secure_connect_state 
+0x3046 007449 branch le_send_smp_pairing_public_key 
+:      007453 le_fifo_malloc_tx_l2cap_smp:
+0x3047 007454 bpatchx patch2d_1 ,mem_patch2d 
+0x3048 007455 force le_l2cap_cid_smp ,regb 
+0x3049 007456 branch le_fifo_malloc_tx_l2cap 
+:      007460 le_parse_ll:
+0x304a 007461 fetch 1 ,mem_le_rxbuf_data_ll_opcode 
+0x304b 007462 beq ll_connection_update_ind ,le_parse_connection_update_ind 
+0x304c 007463 beq ll_channel_map_ind ,le_parse_channel_map_ind 
+0x304d 007464 beq ll_terminate_ind ,le_parse_terminate_ind 
+0x304e 007465 beq ll_enc_req ,le_parse_enc_req 
+0x304f 007466 beq ll_enc_rsp ,le_parse_enc_rsp 
+0x3050 007467 beq ll_start_enc_req ,le_parse_start_enc_req 
+0x3051 007468 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
+0x3052 007469 beq ll_unknown_rsp ,le_parse_unknown_rsp 
+0x3053 007470 beq ll_feature_req ,le_parse_feature_req 
+0x3054 007471 beq ll_feature_rsp ,le_parse_feature_rsp 
+0x3055 007472 beq ll_pause_enc_req ,le_parse_pause_enc_req 
+0x3056 007473 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
+0x3057 007474 beq ll_version_ind ,le_parse_version_ind 
+0x3058 007475 beq ll_reject_ind ,le_parse_reject_ind 
+0x3059 007476 beq ll_ping_req ,le_parse_ping_req 
+0x305a 007477 beq ll_ping_rsp ,le_parse_ping_rsp 
+0x305b 007478 beq ll_length_req ,le_parse_length_req 
+0x305c 007479 beq ll_length_rsp ,le_parse_length_rsp 
+0x305d 007480 beq ll_phy_req ,le_parse_phy_req 
+0x305e 007481 beq ll_phy_update_ind ,le_parse_phy_update_ind 
+0x305f 007482 fetchr regc ,1 ,mem_le_rxbuf_data_ll_opcode 
+0x3060 007483 branch le_send_unknown_rsp 
+:      007487 le_parse_connection_update_ind:
+0x3061 007488 ifetch 9 ,contr 
+0x3062 007489 store 9 ,mem_le_new_param 
+0x3063 007490 ifetch 2 ,contr 
+0x3064 007491 store 2 ,mem_le_instant 
+0x3065 007492 fetch 1 ,mem_le_state 
+0x3066 007493 set1 lestate_update_param ,pdata 
+0x3067 007494 store 1 ,mem_le_state 
+0x3068 007495 rtn 
+:      007499 le_parse_channel_map_ind:
+0x3069 007500 ifetch 5 ,contr 
+0x306a 007501 store 5 ,mem_le_new_map 
+0x306b 007502 ifetch 2 ,contr 
+0x306c 007503 store 2 ,mem_le_instant 
+:      007504 le_update_map_enable:
+0x306d 007505 fetch 1 ,mem_le_state 
+0x306e 007506 set1 lestate_update_map ,pdata 
+0x306f 007507 store 1 ,mem_le_state 
+0x3070 007508 rtn 
+:      007512 le_parse_terminate_ind:
+0x3071 007513 setarg 20 
+0x3072 007514 store 2 ,mem_le_superto 
+0x3073 007515 store 2 ,mem_le_init_superto 
+0x3074 007516 rtn 
+:      007520 le_parse_enc_req:
+0x3075 007521 ifetch 8 ,contr 
+0x3076 007522 store 8 ,mem_le_rand 
+0x3077 007523 ifetch 2 ,contr 
+0x3078 007524 store 2 ,mem_le_ediv 
+0x3079 007525 ifetch 8 ,contr 
+0x307a 007526 store 8 ,mem_le_skdm 
+0x307b 007527 ifetch 4 ,contr 
+0x307c 007528 store 4 ,mem_ccm_ivm 
+0x307d 007529 call le_send_enc_rsp 
+0x307e 007530 bpatchx patch2d_2 ,mem_patch2d 
+0x307f 007531 fetch 1 ,mem_le_pairing_state 
+0x3080 007532 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
+0x3081 007533 fetch 1 ,mem_le_configuration 
+0x3082 007534 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
+0x3083 007535 fetch 1 ,mem_nv_data_number 
+0x3084 007536 ncall load_device_list_mode_4 ,blank 
+0x3085 007537 fetch 1 ,mem_ltk_exists 
+0x3086 007538 beq 0 ,le_ltk_lost 
+:      007539 le_parse_enc_req_after_auth:
+0x3087 007540 jam flag_le_rcv_enc_start ,mem_le_enc_state 
+0x3088 007541 call le_send_start_enc_req 
+0x3089 007542 branch generate_sk 
+:      007543 le_parse_enc_req_fixed_ltk:
+0x308a 007544 jam 1 ,mem_ltk_exists 
+0x308b 007545 arg mem_le_fixed_ltk ,contr 
+0x308c 007546 arg mem_le_ltk ,contw 
+0x308d 007547 call memcpy16 
+0x308e 007548 branch le_parse_enc_req_after_auth 
+:      007550 le_ltk_lost:
+0x308f 007551 jam flag_le_enc_null ,mem_le_enc_state 
+0x3090 007552 jam flag_le_enc_null ,mem_le_pairing_state 
+0x3091 007553 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
+0x3092 007554 branch ui_ipc_send_event 
+:      007557 le_parse_enc_rsp:
+0x3093 007558 ifetch 8 ,contr 
+0x3094 007559 store 8 ,mem_le_skds 
+0x3095 007560 ifetch 4 ,contr 
+0x3096 007561 store 4 ,mem_ccm_ivs 
+0x3097 007562 branch generate_sk 
+:      007566 le_parse_start_enc_req:
+0x3098 007567 fetch 1 ,mem_le_state 
+0x3099 007568 set1 lestate_encryption ,pdata 
+0x309a 007569 store 1 ,mem_le_state 
+0x309b 007570 rtn 
+:      007573 le_parse_start_enc_rsp:
+0x309c 007574 rtn master 
+0x309d 007575 jam bt_evt_le_start_enc ,mem_fifo_temp 
+0x309e 007576 call ui_ipc_send_event 
+0x309f 007577 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
+0x30a0 007578 branch le_send_start_enc_rsp 
+:      007582 le_parse_unknown_rsp:
+0x30a1 007583 rtn 
+:      007587 le_parse_feature_req:
+0x30a2 007588 branch le_send_feature_rsp 
+:      007592 le_parse_feature_rsp:
+0x30a3 007593 rtn 
+:      007597 le_parse_pause_enc_req:
+0x30a4 007598 jam flag_le_enc_pause ,mem_le_enc_state 
+0x30a5 007599 call le_send_pause_enc_rsp 
+0x30a6 007600 jam bt_evt_le_pause_enc ,mem_fifo_temp 
+0x30a7 007601 branch ui_ipc_send_event 
+:      007605 le_parse_pause_enc_rsp:
+0x30a8 007606 rtn 
+:      007610 le_parse_version_ind:
+0x30a9 007611 rtn master 
+0x30aa 007612 branch le_send_version_ind 
+:      007616 le_parse_reject_ind:
+0x30ab 007617 rtn 
+:      007621 le_parse_ping_req:
+0x30ac 007622 branch le_send_ping_rsp 
+:      007626 le_parse_ping_rsp:
+0x30ad 007627 rtn 
+:      007630 le_parse_length_req:
+0x30ae 007631 call le_parse_length_rsp 
+0x30af 007632 branch le_send_data_length_res 
+:      007634 le_parse_length_rsp:
+0x30b0 007635 ifetch 8 ,contr 
+0x30b1 007636 store 8 ,mem_remote_rx_max_octets 
+0x30b2 007637 fetch 2 ,mem_remote_rx_max_octets 
+0x30b3 007638 fetcht 2 ,mem_local_tx_max_octets 
+0x30b4 007639 call not_greater_than 
+0x30b5 007640 store 2 ,mem_remote_rx_max_octets 
+0x30b6 007642 fetch 2 ,mem_remote_tx_max_octets 
+0x30b7 007643 fetcht 2 ,mem_local_rx_max_octets 
+0x30b8 007644 call not_greater_than 
+0x30b9 007645 store 2 ,mem_remote_tx_max_octets 
+0x30ba 007646 rtn 
+:      007650 le_parse_phy_req:
+0x30bb 007651 branch le_send_phy_rsp 
+:      007655 le_parse_phy_update_ind:
+0x30bc 007656 ifetch 2 ,contr 
+0x30bd 007657 store 2 ,mem_le_new_m2s_phy 
+0x30be 007658 ifetch 2 ,contr 
+0x30bf 007659 store 2 ,mem_le_instant 
+0x30c0 007660 rtn blank 
+0x30c1 007661 fetch 1 ,mem_le_state 
+0x30c2 007662 set1 lestate_update_phy ,pdata 
+0x30c3 007663 store 1 ,mem_le_state 
+0x30c4 007664 rtn 
+:      007669 le_send_terminate_ind_user_terminated:
+0x30c5 007670 arg error_remote_user_terminated_connection ,regc 
+:      007673 le_send_terminate_ind:
+0x30c6 007674 arg 2 ,rega 
+0x30c7 007675 arg ll_terminate_ind ,regb 
+0x30c8 007676 call le_fifo_malloc_tx_ll 
+0x30c9 007677 copy regc ,pdata 
+0x30ca 007678 istore 1 ,contw 
+0x30cb 007679 rtn 
+:      007683 le_send_enc_rsp:
+0x30cc 007684 arg mem_le_skds ,contw 
+0x30cd 007685 force 8 ,loopcnt 
+0x30ce 007686 call generate_random_loop 
+0x30cf 007687 arg mem_ccm_ivs ,contw 
+0x30d0 007688 force 4 ,loopcnt 
+0x30d1 007689 call generate_random_loop 
+0x30d2 007690 arg 13 ,rega 
+0x30d3 007691 arg ll_enc_rsp ,regb 
+0x30d4 007692 call le_fifo_malloc_tx_ll 
+0x30d5 007693 fetch 8 ,mem_le_skds 
+0x30d6 007694 istore 8 ,contw 
+0x30d7 007695 fetch 4 ,mem_ccm_ivs 
+0x30d8 007696 istore 4 ,contw 
+0x30d9 007697 rtn 
+:      007701 le_send_start_enc_req:
+0x30da 007702 jam flag_le_send_start_enc_req ,mem_le_enc_state 
+0x30db 007703 arg ll_start_enc_req ,regb 
+0x30dc 007704 branch le_send_ll_one_lenth 
+:      007708 le_send_start_enc_rsp:
+0x30dd 007709 arg ll_start_enc_rsp ,regb 
+0x30de 007710 branch le_send_ll_one_lenth 
+:      007715 le_send_unknown_rsp:
+0x30df 007716 arg 2 ,rega 
+0x30e0 007717 arg ll_unknown_rsp ,regb 
+0x30e1 007718 call le_fifo_malloc_tx_ll 
+0x30e2 007719 istorer regc ,1 ,contw 
+0x30e3 007720 rtn 
+:      007724 le_send_feature_rsp:
+0x30e4 007725 arg 9 ,rega 
+0x30e5 007726 arg ll_feature_rsp ,regb 
+0x30e6 007727 call le_fifo_malloc_tx_ll 
+0x30e7 007728 fetch 8 ,mem_le_local_feature 
+0x30e8 007729 or pdata ,fun_ll_feature_le_encryption ,pdata 
+0x30e9 007730 istore 8 ,contw 
+0x30ea 007731 rtn 
+:      007735 le_send_pause_enc_rsp:
+0x30eb 007736 arg ll_pause_enc_rsp ,regb 
+0x30ec 007737 branch le_send_ll_one_lenth 
+:      007741 le_send_version_ind:
+0x30ed 007742 arg 6 ,rega 
+0x30ee 007743 arg ll_version_ind ,regb 
+0x30ef 007744 call le_fifo_malloc_tx_ll 
+0x30f0 007745 fetch 5 ,mem_version 
+0x30f1 007746 istore 5 ,contw 
+0x30f2 007747 rtn 
+:      007750 le_send_reject_ind:
+0x30f3 007751 arg 2 ,rega 
+0x30f4 007752 arg ll_reject_ind ,regb 
+0x30f5 007753 call le_fifo_malloc_tx_ll 
+0x30f6 007754 setarg le_err_pin_or_key_missing 
+0x30f7 007755 istore 1 ,contw 
+0x30f8 007756 rtn 
+:      007760 le_send_ping_rsp:
+0x30f9 007761 arg ll_ping_rsp ,regb 
+0x30fa 007762 branch le_send_ll_one_lenth 
+:      007764 le_send_data_length_req:
+0x30fb 007765 arg ll_length_req ,regb 
+0x30fc 007766 branch le_send_data_length 
+:      007768 le_send_data_length_res:
+0x30fd 007769 arg ll_length_rsp ,regb 
+:      007770 le_send_data_length:
+0x30fe 007771 arg 9 ,rega 
+0x30ff 007772 call le_fifo_malloc_tx_ll 
+0x3100 007773 fetch 8 ,mem_local_rx_max_octets 
+0x3101 007774 istore 8 ,contw 
+0x3102 007775 rtn 
+:      007779 le_send_phy_rsp:
+0x3103 007780 arg 3 ,rega 
+0x3104 007781 arg ll_phy_rsp ,regb 
+0x3105 007782 call le_fifo_malloc_tx_ll 
+0x3106 007783 fetch 1 ,mem_le_tx_phys 
+0x3107 007784 and pdata ,0x07 ,pdata 
+0x3108 007785 istore 1 ,contw 
+0x3109 007786 fetch 1 ,mem_le_rx_phys 
+0x310a 007787 and pdata ,0x07 ,pdata 
+0x310b 007788 istore 1 ,contw 
+0x310c 007789 rtn 
+:      007793 le_send_ll_one_lenth:
+0x310d 007794 arg 1 ,rega 
+0x310e 007795 branch le_fifo_malloc_tx_ll 
+:      007800 g24_dispatch:
+0x310f 007801 bpatchx patch2d_3 ,mem_patch2d 
+0x3110 007802 bmark1 mark_24g_rxmode ,g24_receive_dispatch 
+0x3111 007803 branch g24_transmit_dispatch 
+:      007808 g24_prep:
+0x3112 007809 bpatchx patch2d_4 ,mem_patch2d 
+0x3113 007810 disable enable_crc 
+0x3114 007811 disable enable_white 
+0x3115 007812 setarg 0x555555 
+0x3116 007813 iforce crc24_init 
+0x3117 007814 fetch 1 ,mem_24g_ch 
+0x3118 007815 branch le_prep_next 
+:      007817 g24_receive_packet:
+0x3119 007818 bpatchx patch2d_5 ,mem_patch2d 
+0x311a 007819 fetch 1 ,mem_24g_rx_phy 
+0x311b 007820 call le_enable_phy_by_pdata 
+0x311c 007821 fetch 4 ,mem_24g_addr 
+0x311d 007822 iforce access 
+0x311e 007823 call set_sync_on 
+0x311f 007824 fetcht 1 ,mem_24g_ch 
+0x3120 007825 call le_rf_rx_enable 
+:      007826 g24_receive_rxon:
+0x3121 007827 call g24_prep 
+0x3122 007828 bmark0 mark_ble_lr ,g24_receive_nolr 
+0x3123 007829 pulse dewhiten_code_calc 
+0x3124 007830 nop 30 
+0x3125 007831 call g24_prep 
+:      007832 g24_receive_nolr:
+0x3126 007833 disable user3 
+0x3127 007834 enable decode_fec0 
+0x3128 007835 enable is_rx 
+0x3129 007836 disable is_tx 
+0x312a 007837 enable swfine 
+0x312b 007838 fetch 2 ,mem_24g_rx_window 
+0x312c 007839 iforce stop_watch 
+0x312d 007840 correlate null ,timeout 
+0x312e 007841 nbranch g24_sync_timeout ,sync 
+0x312f 007842 call rf_debug_rx_sync_line 
+0x3130 007843 bmark1 mark_ble_lr ,g24_receive_skip_fec1 
+0x3131 007844 fetch 1 ,mem_24g_disable_fec1 
+0x3132 007845 nbranch g24_receive_skip_fec1 ,blank 
+0x3133 007846 disable decode_fec0 
+0x3134 007847 enable decode_fec1 
+:      007848 g24_receive_skip_fec1:
+0x3135 007849 enable enable_white 
+0x3136 007850 enable enable_crc 
+0x3137 007851 call g24_receive_byte 
+0x3138 007852 store 1 ,mem_24g_get_syncword_crc8 
+0x3139 007853 fetcht 1 ,mem_24g_syncword_crc8 
+0x313a 007854 isub temp ,null 
+0x313b 007855 nbranch g24_hec_error ,zero 
+0x313c 007856 bpatchx patch2d_6 ,mem_patch2d 
+0x313d 007857 disable user7 
+0x313e 007858 isolate1 mark_ble_lr ,mark 
+0x313f 007859 call g24_lr_receive_pdu_len ,true 
+0x3140 007860 branch g24_lr_len_error ,user7 
+0x3141 007861 call g24_receive_byte 
+0x3142 007862 store 1 ,mem_24g_rxbuf 
+0x3143 007863 bmark1 mark_24g_rxmode ,g24_receive_skip 
+0x3144 007864 fetch 1 ,mem_24g_rxbuf 
+0x3145 007865 fetcht 1 ,mem_24g_data_type 
+0x3146 007866 icompare bits_data ,temp 
+0x3147 007867 nbranch g24_type_error ,true 
+:      007868 g24_receive_skip:
+0x3148 007869 call g24_receive_byte 
+0x3149 007870 isolate1 mark_ble_lr ,mark 
+0x314a 007871 call g24_lr_receive_payload_len ,true 
+0x314b 007872 istore 1 ,contw 
+0x314c 007873 rshift3 pdata ,pdata 
+0x314d 007874 sub pdata ,0x1f ,null 
+0x314e 007875 nbranch g24_len_over_error ,positive 
+0x314f 007876 copy pdata ,loopcnt 
+0x3150 007877 branch g24rx_nopayload ,zero 
+:      007878 g24rx_loop:
+0x3151 007879 call g24_receive_byte 
+0x3152 007880 istore 1 ,contw 
+0x3153 007881 loop g24rx_loop 
+:      007882 g24rx_nopayload:
+0x3154 007883 bmark1 mark_24g_rxmode ,g24_receive_skip_rssi 
+0x3155 007884 copy contw ,rega 
+0x3156 007885 call g24_receive_byte 
+0x3157 007886 store 1 ,mem_rssi_hex_received 
+0x3158 007887 copy rega ,contw 
+:      007888 g24_receive_skip_rssi:
+0x3159 007889 parse demod ,bucket ,24 
+0x315a 007890 rshift32 pdata ,pdata 
+0x315b 007891 rshift16 pdata ,pdata 
+0x315c 007892 istore 3 ,contw 
+0x315d 007893 fetch 1 ,mem_24g_disable_fec1 
+0x315e 007894 nbranch g24_receive_skip_disable_fec1 ,blank 
+0x315f 007895 disable decode_fec1 
+:      007896 g24_receive_skip_next:
+0x3160 007897 isolate1 mark_24g_rxmode ,mark 
+0x3161 007898 call save_rssi_dec ,true 
+0x3162 007899 branch g24_crc_error ,crc_failed 
+0x3163 007900 call rf_debug_rx_crc_line 
+0x3164 007901 bpatchx patch2d_7 ,mem_patch2d 
+0x3165 007902 enable user3 
+0x3166 007903 call le_match_set_txfreq 
+0x3167 007904 rtnmark1 mark_24g_rxmode 
+0x3168 007905 fetch 1 ,mem_rssi_hex_received 
+0x3169 007906 fetcht 1 ,mem_rssi_hex_received_max_value 
+0x316a 007907 isub temp ,null 
+0x316b 007908 call copy_temp2pdata ,positive 
+0x316c 007909 branch rssi_signal 
+:      007911 g24_receive_skip_disable_fec1:
+0x316d 007912 disable decode_fec0 
+0x316e 007913 branch g24_receive_skip_next 
+:      007916 g24_lr_receive_pdu_len:
+0x316f 007917 call g24_receive_byte 
+0x3170 007918 sub pdata ,1 ,null 
+0x3171 007919 branch enable_user7 ,positive 
+0x3172 007920 increase -2 ,pdata 
+0x3173 007921 bmark1 mark_24g_rxmode ,g24_lr_receive_pdu_norssi 
+0x3174 007922 branch enable_user7 ,blank 
+0x3175 007923 increase -1 ,pdata 
+:      007924 g24_lr_receive_pdu_norssi:
+0x3176 007925 store 1 ,mem_temp 
+0x3177 007926 rtn 
+:      007928 g24_lr_receive_payload_len:
+0x3178 007929 and_into 0x07 ,pdata 
+0x3179 007930 fetcht 1 ,mem_temp 
+0x317a 007931 lshift3 temp ,temp 
+0x317b 007932 ior temp ,pdata 
+0x317c 007933 rtn 
+:      007935 g24_receive_byte:
+0x317d 007936 parse demod ,bucket ,8 
+0x317e 007937 rshift3 pwindow ,pdata 
+0x317f 007938 rtn 
+:      007940 g24_sync_timeout:
+0x3180 007941 jam err_sync_to ,mem_24g_off_type 
+0x3181 007942 isolate1 mark_24g_rxmode ,mark 
+0x3182 007943 call rssi_noise ,true 
+:      007944 g24_end_of_packet:
+0x3183 007945 bpatchx patch2e_0 ,mem_patch2e 
+0x3184 007946 call le_disable 
+0x3185 007947 disable encode_fec1 
+0x3186 007948 disable decode_fec1 
+0x3187 007949 branch end_of_packet 
+:      007951 g24_hec_error:
+0x3188 007952 jam err_hec ,mem_24g_off_type 
+0x3189 007953 branch g24_end_of_packet 
+:      007955 g24_lr_len_error:
+0x318a 007956 jam err_lr_len ,mem_24g_off_type 
+0x318b 007957 branch g24_end_of_packet 
+:      007959 g24_type_error:
+0x318c 007960 jam err_type ,mem_24g_off_type 
+0x318d 007961 branch g24_end_of_packet 
+:      007963 g24_len_over_error:
+0x318e 007964 jam err_len_over ,mem_24g_off_type 
+0x318f 007965 branch g24_end_of_packet 
+:      007967 g24_crc_error:
+0x3190 007968 jam err_crc ,mem_24g_off_type 
+0x3191 007969 branch g24_end_of_packet 
+:      007971 g24_set_freq_tx:
+0x3192 007972 call set_sync_on 
+0x3193 007973 fetcht 1 ,mem_24g_ch 
+0x3194 007974 branch set_freq_tx 
+:      007976 g24_transmit:
+0x3195 007977 bpatchx patch2e_1 ,mem_patch2e 
+0x3196 007978 fetch 1 ,mem_24g_tx_phy 
+0x3197 007979 call le_enable_phy_by_pdata 
+0x3198 007980 fetch 4 ,mem_24g_addr 
+0x3199 007981 iforce access 
+0x319a 007982 call g24_prep 
+0x319b 007983 call g24_set_freq_tx 
+0x319c 007984 set1 txgfsk ,radio_ctrl 
+0x319d 007985 enable encode_fec0 
+0x319e 007986 enable is_tx 
+0x319f 007987 disable is_rx 
+0x31a0 007988 call rf_debug_tx_on_line 
+0x31a1 007989 disable lr_s2en 
+0x31a2 007990 bmark1 mark_ble_lr ,g24_transmit_lr 
+0x31a3 007991 bmark1 mark_ble_2m ,g24_transmit_2m 
+0x31a4 007992 rshift16 access ,pdata 
+0x31a5 007993 rshift8 pdata ,pdata 
+0x31a6 007994 rshift4 pdata ,pdata 
+0x31a7 007995 inject mod ,40 
+:      007996 g24_transmit_packet:
+0x31a8 007997 bpatchx patch2e_2 ,mem_patch2e 
+0x31a9 007998 bmark1 mark_ble_lr ,g24_transmit_nolr 
+0x31aa 007999 fetch 1 ,mem_24g_disable_fec1 
+0x31ab 008000 nbranch g24_transmit_nolr ,blank 
+0x31ac 008001 disable encode_fec0 
+0x31ad 008002 enable encode_fec1 
+:      008003 g24_transmit_nolr:
+0x31ae 008004 enable enable_white 
+0x31af 008005 enable enable_crc 
+0x31b0 008006 fetch 1 ,mem_24g_txlen 
+0x31b1 008007 iforce loopcnt 
+0x31b2 008008 arg mem_24g_txpayload ,contr 
+:      008009 g24tr_loop:
+0x31b3 008010 ifetch 1 ,contr 
+0x31b4 008011 inject mod ,8 
+0x31b5 008012 loop g24tr_loop 
+0x31b6 008013 enable enable_parity 
+0x31b7 008014 inject mod ,24 
+0x31b8 008015 disable enable_parity 
+0x31b9 008016 bmark0 mark_ble_lr ,g24_transmit_skip 
+0x31ba 008017 disable enable_white 
+0x31bb 008018 setarg 0 
+0x31bc 008019 inject mod ,3 
+:      008020 g24_transmit_skip:
+0x31bd 008021 until null ,tx_clear 
+0x31be 008022 nop 100 
+0x31bf 008023 disable lr_s2en 
+0x31c0 008024 disable encode_fec0 
+0x31c1 008025 fetch 1 ,mem_24g_disable_fec1 
+0x31c2 008026 nbranch g24_transmit_skip_disable_fec1 ,blank 
+0x31c3 008027 disable encode_fec1 
+:      008028 g24_transmit_skip_disable_fec1:
+0x31c4 008029 disable encode_fec3 
+0x31c5 008030 call set_sync_on 
+0x31c6 008031 branch rf_debug_tx_off_line 
+:      008033 g24_transmit_lr:
+0x31c7 008034 arg 10 ,loopcnt 
+:      008035 g24_transmit_lr_preamble_loop:
+0x31c8 008036 setarg 0x3c 
+0x31c9 008037 inject mod ,8 
+0x31ca 008038 loop g24_transmit_lr_preamble_loop 
+0x31cb 008039 disable encode_fec0 
+0x31cc 008040 enable encode_fec3 
+0x31cd 008041 rshift16 access ,pdata 
+0x31ce 008042 rshift16 pdata ,pdata 
+0x31cf 008043 rshift4 pdata ,pdata 
+0x31d0 008044 inject mod ,32 
+0x31d1 008045 bmark1 mark_ble_lr_s8 ,g24_transmit_lr_s8 
+:      008046 g24_transmit_lr_s2:
+0x31d2 008047 setarg 1 
+0x31d3 008048 inject mod ,5 
+0x31d4 008049 enable lr_s2en 
+0x31d5 008050 branch g24_transmit_packet 
+:      008052 g24_transmit_lr_s8:
+0x31d6 008053 setarg 0 
+0x31d7 008054 inject mod ,5 
+0x31d8 008055 branch g24_transmit_packet 
+:      008057 g24_transmit_2m:
+0x31d9 008058 fetch 1 ,mem_system_clk 
+0x31da 008059 rshift pdata ,loopcnt 
+:      008060 g24_transmit_2m_dealy:
+0x31db 008061 nop 2 
+0x31dc 008062 loop g24_transmit_2m_dealy 
+0x31dd 008064 rshift16 access ,pdata 
+0x31de 008065 rshift8 pdata ,pdata 
+0x31df 008066 rshift4 pdata ,temp 
+0x31e0 008067 copy temp ,pdata 
+0x31e1 008068 inject mod ,8 
+0x31e2 008069 copy temp ,pdata 
+0x31e3 008070 inject mod ,40 
+0x31e4 008071 branch g24_transmit_packet 
+:      008079 g24_transmit_prep:
+0x31e5 008080 bpatchx patch2e_3 ,mem_patch2e 
+0x31e6 008081 fetch 1 ,mem_24g_tx_phy 
+0x31e7 008082 bbit1 bit_le_coded_phy ,g24_lr_transmit_prep 
+0x31e8 008084 fetch 1 ,mem_24g_datalen 
+0x31e9 008085 increase 3 ,pdata 
+0x31ea 008086 store 1 ,mem_24g_txlen 
+0x31eb 008088 fetch 1 ,mem_24g_syncword_crc8 
+0x31ec 008089 store 1 ,mem_24g_txpayload 
+0x31ed 008091 fetch 1 ,mem_24g_data_type 
+0x31ee 008092 istore 1 ,contw 
+0x31ef 008094 fetch 1 ,mem_24g_datalen 
+:      008095 g24_transmit_prep_pdu:
+0x31f0 008096 lshift3 pdata ,pdata 
+0x31f1 008097 fetcht 1 ,mem_24g_pid 
+0x31f2 008098 and temp ,0x03 ,temp 
+0x31f3 008099 lshift temp ,temp 
+0x31f4 008100 ior temp ,pdata 
+0x31f5 008101 fetcht 1 ,mem_24g_no_ack 
+0x31f6 008102 iadd temp ,pdata 
+0x31f7 008103 istore 1 ,contw 
+0x31f8 008105 fetch 1 ,mem_24g_datalen 
+0x31f9 008106 iforce loopcnt 
+0x31fa 008107 arg mem_24g_txbuf ,contr 
+0x31fb 008108 call memcpy 
+0x31fc 008109 bpatchx patch2e_4 ,mem_patch2e 
+0x31fd 008111 rtnmark0 mark_24g_rxmode 
+0x31fe 008112 fetch 1 ,mem_rssi_hex 
+0x31ff 008113 istore 1 ,contw 
+0x3200 008114 fetch 1 ,mem_24g_tx_phy 
+0x3201 008115 rtnbit1 bit_le_coded_phy 
+0x3202 008116 fetch 1 ,mem_24g_txlen 
+0x3203 008117 increase 1 ,pdata 
+0x3204 008118 store 1 ,mem_24g_txlen 
+0x3205 008119 rtn 
+:      008121 g24_lr_transmit_prep:
+0x3206 008123 fetch 1 ,mem_24g_datalen 
+0x3207 008124 increase 4 ,pdata 
+0x3208 008125 bmark0 mark_24g_rxmode ,g24_lr_transmit_prep_skip 
+0x3209 008126 increase 1 ,pdata 
+:      008127 g24_lr_transmit_prep_skip:
+0x320a 008128 store 1 ,mem_24g_txlen 
+0x320b 008130 fetch 1 ,mem_24g_syncword_crc8 
+0x320c 008131 store 1 ,mem_24g_txpayload 
+0x320d 008133 fetch 1 ,mem_24g_txlen 
+0x320e 008134 increase -2 ,pdata 
+0x320f 008135 istore 1 ,contw 
+0x3210 008137 fetch 1 ,mem_24g_data_type 
+0x3211 008138 istore 1 ,contw 
+0x3212 008139 setarg 0 
+0x3213 008140 branch g24_transmit_prep_pdu 
+:      008142 g24_read_len_pid_crc:
+0x3214 008143 bpatchx patch2e_5 ,mem_patch2e 
+0x3215 008145 fetch 1 ,mem_24g_rxbuf + 1 
+0x3216 008146 rshift3 pdata ,pdata 
+0x3217 008147 store 1 ,mem_24g_rxdata_length 
+0x3218 008149 increase 1 ,pdata 
+0x3219 008150 arg mem_24g_rxbuf + 1 ,contr 
+0x321a 008151 iadd contr ,contr 
+0x321b 008152 ifetch 3 ,contr 
+0x321c 008153 store 3 ,mem_24g_sta_crc 
+0x321d 008155 fetch 1 ,mem_24g_rxbuf + 1 
+0x321e 008156 rshift pdata ,pdata 
+0x321f 008157 and pdata ,0x03 ,pdata 
+0x3220 008158 store 1 ,mem_24g_sta_pid 
+0x3221 008159 rtn 
+:      008162 g24_ch:
+0x3222 008163 bpatchx patch2e_6 ,mem_patch2e 
+0x3223 008164 fetcht 1 ,mem_24g_current_ch_number 
+0x3224 008165 call g24_ch_map_size 
+0x3225 008166 storet 1 ,mem_24g_current_ch_number 
+0x3226 008167 rtn 
+:      008169 g24_ch_map_size:
+0x3227 008170 bpatchx patch2e_7 ,mem_patch2e 
+0x3228 008171 call g24_ch_calc 
+0x3229 008172 increase 1 ,temp 
+0x322a 008173 and_into 3 ,temp 
+0x322b 008174 rtn 
+:      008176 g24_ch_calc:
+0x322c 008177 bpatchx patch2f_0 ,mem_patch2f 
+0x322d 008178 fetch 1 ,mem_24g_addr 
+0x322e 008179 and_into 0x03 ,pdata 
+0x322f 008180 mul32 pdata ,4 ,rega 
+0x3230 008181 setarg mem_24g_ch_map1 
+0x3231 008182 iadd rega ,pdata 
+0x3232 008183 iadd temp ,contr 
+0x3233 008184 ifetch 1 ,contr 
+0x3234 008185 store 1 ,mem_24g_ch 
+0x3235 008186 rtn 
+:      008189 g24_update_addr_and_synccrc8:
+0x3236 008190 store 4 ,mem_24g_addr 
+0x3237 008192 bpatchx patch2f_1 ,mem_patch2f 
+:      008193 g24_syncword_crc8:
+0x3238 008194 arg 0 ,rega 
+0x3239 008195 arg 4 ,loopcnt 
+0x323a 008196 arg mem_24g_addr ,contr 
+:      008197 g24_syncword_crc8_loop:
+0x323b 008198 ifetch 1 ,contr 
+0x323c 008199 iadd rega ,rega 
+0x323d 008200 loop g24_syncword_crc8_loop 
+0x323e 008201 copy rega ,pdata 
+0x323f 008202 store 2 ,mem_24g_syncword 
+0x3240 008203 fetch 1 ,mem_24g_syncword 
+0x3241 008204 fetcht 1 ,mem_24g_syncword + 1 
+0x3242 008205 iadd temp ,pdata 
+0x3243 008206 store 1 ,mem_24g_syncword_crc8 
+0x3244 008207 rtn 
+:      008210 g24_timer_check:
+0x3245 008211 bpatchx patch2f_2 ,mem_patch2f 
+0x3246 008212 call disable_user 
+0x3247 008213 fetcht 4 ,mem_24g_tx_btclk 
+0x3248 008214 copy clkn_bt ,pdata 
+0x3249 008215 isub temp ,null 
+0x324a 008216 ncall g24_timer_timeout ,positive 
+0x324b 008217 copy pdata ,regb 
+0x324c 008218 fetch 4 ,mem_24g_tx_btclk 
+0x324d 008219 fetcht 1 ,mem_24g_interval 
+0x324e 008220 iadd temp ,temp 
+0x324f 008221 copy regb ,pdata 
+0x3250 008222 isub temp ,null 
+0x3251 008223 nrtn positive 
+0x3252 008224 set0 28 ,pdata 
+0x3253 008225 store 4 ,mem_24g_tx_btclk 
+0x3254 008226 branch enable_user 
+:      008228 g24_timer_timeout:
+0x3255 008229 rtn zero 
+0x3256 008230 set1 28 ,pdata 
+0x3257 008231 rtn 
+:      008233 g24_timer_init:
+0x3258 008234 setarg 0 
+0x3259 008235 store 4 ,mem_24g_tx_btclk 
+0x325a 008236 rtn 
+:      008244 g24_chmap_param_init:
+0x325b 008245 bpatchx patch2f_3 ,mem_patch2f 
+0x325c 008246 setsect 0 ,0x1300 
+0x325d 008247 setsect 1 ,0x1908b 
+0x325e 008248 setsect 2 ,0x36150 
+0x325f 008249 setsect 3 ,0x3d20 
+0x3260 008250 store 9 ,mem_24g_ch_map1 
+0x3261 008251 setsect 0 ,0x3a1a 
+0x3262 008252 setsect 1 ,0xc453 
+0x3263 008253 setsect 2 ,0xd312 
+0x3264 008254 setsect 3 ,0x1 
+0x3265 008255 istore 7 ,contw 
+0x3266 008256 fetch 1 ,mem_24g_ch_map_update 
+0x3267 008257 rtn blank 
+0x3268 008258 arg mem_24g_ch_update_map1 ,contr 
+0x3269 008259 arg mem_24g_ch_map1 ,contw 
+0x326a 008260 branch memcpy16 
+:      008268 g24_chamap_param_update:
+0x326b 008269 bpatchx patch2f_4 ,mem_patch2f 
+0x326c 008270 setarg 0x4e001e 
+0x326d 008271 store 3 ,mem_24g_ch_update_map1 + 1 
+0x326e 008272 setarg 0x032303 
+0x326f 008273 istore 3 ,contw 
+0x3270 008274 setarg 0x250642 
+0x3271 008275 istore 3 ,contw 
+0x3272 008276 setarg 0x094c06 
+0x3273 008277 istore 3 ,contw 
+0x3274 008278 setarg 0x3c0927 
+0x3275 008279 istore 3 ,contw 
+0x3276 008280 jam 1 ,mem_24g_ch_map_update 
+0x3277 008281 rtn 
+:      008284 g24_rx_window_init:
+0x3278 008285 bpatchx patch2f_5 ,mem_patch2f 
+0x3279 008286 arg 0x6978 ,temp 
+0x327a 008287 bmark1 mark_24g_rxmode ,g24_rx_window_store 
+0x327b 008288 arg 0x12c0 ,temp 
+0x327c 008289 fetch 1 ,mem_24g_rx_phy 
+0x327d 008290 bbit0 2 ,g24_rx_window_store 
+0x327e 008291 arg 0x2ee0 ,temp 
+:      008292 g24_rx_window_store:
+0x327f 008293 storet 2 ,mem_24g_rx_window 
+0x3280 008294 rtn 
+:      008296 g24_enable_1m:
+0x3281 008297 jam 0x01 ,mem_24g_rx_phy 
+0x3282 008298 jam 0x01 ,mem_24g_tx_phy 
+0x3283 008299 rtn 
+:      008301 g24_enable_2m:
+0x3284 008302 jam 0x02 ,mem_24g_rx_phy 
+0x3285 008303 jam 0x02 ,mem_24g_tx_phy 
+0x3286 008304 rtn 
+:      008328 g24_pair_param_init:
+0x3287 008329 bpatchx patch2f_6 ,mem_patch2f 
+0x3288 008330 jam 0x4e ,mem_24g_pair_ch 
+0x3289 008331 setarg 0x101520 
+0x328a 008332 store 3 ,mem_24g_pair_addr 
+0x328b 008333 setarg 0x05 
+0x328c 008334 istore 1 ,contw 
+0x328d 008335 rtn 
+:      008341 g24_pair_timeout_timer:
+0x328e 008342 arg mem_24g_pair_timeout ,regc 
+0x328f 008343 arg g24_stop_24g_mode ,regb 
+0x3290 008344 branch timer_single_step_2b 
+:      008346 g24_pair_start:
+0x3291 008347 set1 mark_24g ,mark 
+0x3292 008348 fetch 1 ,mem_24g_conn_sm 
+0x3293 008349 set0 state_24g_reconn ,pdata 
+0x3294 008350 set1 state_24g_pair ,pdata 
+0x3295 008351 store 1 ,mem_24g_conn_sm 
+0x3296 008352 setarg 0 
+0x3297 008353 store 2 ,mem_24g_reconn_timeout 
+0x3298 008354 fetch 2 ,mem_24g_pair_timeout_init 
+0x3299 008355 store 2 ,mem_24g_pair_timeout 
+0x329a 008356 jam 0 ,mem_24g_pair_no_ack 
+0x329b 008357 call g24_pair_sm_reinit 
+:      008358 g24_pair_init_param:
+0x329c 008359 jam 0 ,mem_24g_pid 
+0x329d 008360 fetch 1 ,mem_24g_pair_ch 
+0x329e 008361 store 1 ,mem_24g_ch 
+0x329f 008362 fetch 1 ,mem_24g_pair_tx_power 
+0x32a0 008363 store 1 ,mem_tx_power 
+0x32a1 008364 fetch 4 ,mem_24g_pair_addr 
+0x32a2 008365 branch g24_update_addr_and_synccrc8 
+:      008368 g24_pair_dispatch:
+0x32a3 008369 bpatchx patch2f_7 ,mem_patch2f 
+0x32a4 008370 jam default_24g_device ,mem_24g_reconn_type 
+0x32a5 008371 fetch 2 ,mem_24g_pair_count 
+0x32a6 008372 increase 1 ,pdata 
+0x32a7 008373 store 2 ,mem_24g_pair_count 
+0x32a8 008374 fetch 1 ,mem_24g_pair_count 
+0x32a9 008375 and pdata ,0xff ,pdata 
+0x32aa 008376 nrtn blank 
+0x32ab 008377 fetch 1 ,mem_24g_pair_sm 
+0x32ac 008378 beq state_24g_pairing_success ,g24_pair_exit 
+0x32ad 008379 beq state_24g_pairing_1 ,g24_pair_sm_1 
+0x32ae 008380 beq state_24g_pairing_2 ,g24_pair_sm_2 
+0x32af 008381 beq state_24g_pairing_3 ,g24_pair_sm_3 
+0x32b0 008382 beq state_24g_pairing_4 ,g24_pair_sm_4 
+0x32b1 008383 rtn 
+:      008385 g24_pair_sm_1:
+0x32b2 008386 jam datatype_attemp ,mem_24g_txbuf 
+0x32b3 008387 branch g24_pair_sm_prep 
+:      008389 g24_pair_sm_2:
+0x32b4 008390 fetch 1 ,mem_24g_pair_switch 
+0x32b5 008391 branch g24_pair_sm_2_skip ,blank 
+0x32b6 008392 fetch 4 ,mem_24g_device_addr 
+0x32b7 008393 call g24_update_addr_and_synccrc8 
+:      008394 g24_pair_sm_2_skip:
+0x32b8 008395 jam datatype_bind ,mem_24g_txbuf 
+0x32b9 008396 branch g24_pair_sm_prep 
+:      008398 g24_pair_sm_3:
+0x32ba 008399 jam datatype_config ,mem_24g_txbuf 
+0x32bb 008400 fetch 1 ,mem_24g_pair_switch 
+0x32bc 008401 branch g24_pair_sm_prep ,blank 
+0x32bd 008402 fetch 4 ,mem_24g_receiver_addr 
+0x32be 008403 store 4 ,mem_24g_txbuf + 2 
+0x32bf 008404 branch g24_pair_sm_common 
+:      008406 g24_pair_sm_4:
+0x32c0 008407 jam datatype_ok ,mem_24g_txbuf 
+:      008408 g24_pair_sm_prep:
+0x32c1 008409 fetch 4 ,mem_24g_device_addr 
+0x32c2 008410 store 4 ,mem_24g_txbuf + 2 
+:      008411 g24_pair_sm_common:
+0x32c3 008412 fetch 1 ,mem_24g_data_type 
+0x32c4 008413 and_into bits_data ,pdata 
+0x32c5 008414 store 1 ,mem_24g_txbuf + 1 
+0x32c6 008415 jam 0 ,mem_24g_txbuf + 6 
+0x32c7 008416 jam 7 ,mem_24g_datalen 
+0x32c8 008417 call g24_transmit_prep 
+0x32c9 008418 call g24_transmit_receive_ack 
+0x32ca 008419 nrtn sync 
+0x32cb 008420 nrtn user3 
+0x32cc 008421 call g24_txbuf_clear 
+0x32cd 008422 call g24_ackpayload_parse 
+0x32ce 008423 bpatchx patch30_0 ,mem_patch30 
+0x32cf 008424 fetch 1 ,mem_24g_pair_sm 
+0x32d0 008425 rtneq state_24g_pairing_success 
+0x32d1 008426 beq state_24g_pairing_1 ,g24_pair_sm_1_waiting_ack 
+0x32d2 008427 beq state_24g_pairing_2 ,g24_pair_sm_2_waiting_ack 
+0x32d3 008428 beq state_24g_pairing_3 ,g24_pair_sm_3_waiting_ack 
+0x32d4 008429 beq state_24g_pairing_4 ,g24_pair_sm_4_waiting_ack 
+0x32d5 008430 rtn 
+:      008432 g24_pair_sm_reinit:
+0x32d6 008433 jam state_24g_pairing_2 ,mem_24g_pair_sm 
+0x32d7 008434 fetch 1 ,mem_24g_pair_switch 
+0x32d8 008435 rtn blank 
+0x32d9 008436 jam state_24g_pairing_1 ,mem_24g_pair_sm 
+0x32da 008437 rtn 
+:      008439 g24_pair_sm_1_waiting_ack:
+0x32db 008440 jam state_24g_pairing_2 ,mem_24g_pair_sm 
+0x32dc 008441 branch g24_transmit_abandon 
+:      008443 g24_pair_sm_2_waiting_ack:
+0x32dd 008444 fetch 1 ,mem_24g_pair_switch 
+0x32de 008445 branch g24_pair_sm_2_waiting_ack_skip ,blank 
+0x32df 008446 fetch 4 ,mem_24g_rxpayload + 2 
+0x32e0 008447 store 4 ,mem_24g_receiver_addr 
+:      008448 g24_pair_sm_2_waiting_ack_skip:
+0x32e1 008449 jam state_24g_pairing_3 ,mem_24g_pair_sm 
+0x32e2 008450 branch g24_transmit_abandon 
+:      008452 g24_pair_sm_3_waiting_ack:
+0x32e3 008453 fetch 1 ,mem_24g_pair_switch 
+0x32e4 008454 branch g24_pair_sm_3_waiting_ack_skip ,blank 
+0x32e5 008455 fetch 4 ,mem_24g_rxpayload + 2 
+0x32e6 008456 fetcht 4 ,mem_24g_device_addr 
+0x32e7 008457 isub temp ,null 
+0x32e8 008458 nrtn zero 
+:      008459 g24_pair_sm_3_waiting_ack_skip:
+0x32e9 008460 jam state_24g_pairing_4 ,mem_24g_pair_sm 
+0x32ea 008461 branch g24_transmit_abandon 
+:      008463 g24_pair_sm_4_waiting_ack:
+0x32eb 008464 fetch 1 ,mem_24g_pair_switch 
+0x32ec 008465 branch g24_pair_sm_4_waiting_ack_skip ,blank 
+0x32ed 008466 fetch 4 ,mem_24g_rxpayload + 2 
+0x32ee 008467 fetcht 4 ,mem_24g_receiver_addr 
+0x32ef 008468 isub temp ,null 
+0x32f0 008469 nrtn zero 
+:      008470 g24_pair_sm_4_waiting_ack_skip:
+0x32f1 008471 jam state_24g_pairing_success ,mem_24g_pair_sm 
+0x32f2 008472 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
+0x32f3 008473 call ui_ipc_send_event 
+0x32f4 008474 setarg 0 
+0x32f5 008475 store 2 ,mem_24g_pair_timeout 
+0x32f6 008476 fetch 4 ,mem_24g_rxpayload + 2 
+0x32f7 008477 call g24_update_addr_and_synccrc8 
+:      008478 g24_pair_exit:
+0x32f8 008479 fetch 1 ,mem_24g_conn_sm 
+0x32f9 008480 set0 state_24g_pair ,pdata 
+0x32fa 008481 store 1 ,mem_24g_conn_sm 
+0x32fb 008482 branch g24_transmit_abandon 
+:      008508 g24_bind_mode_enable:
+0x32fc 008509 jam dongle_bind ,mem_24g_work_mode 
+0x32fd 008510 jam clear_init ,mem_24g_mode_init 
+0x32fe 008511 rtn 
+:      008513 g24_bind_init:
+0x32ff 008514 fetch 1 ,mem_24g_mode_init 
+0x3300 008515 rtnbit1 dongle_bind 
+0x3301 008516 set1 dongle_bind ,pdata 
+0x3302 008517 store 1 ,mem_24g_mode_init 
+0x3303 008518 setarg 0 
+0x3304 008519 store 3 ,mem_24g_device1_bind_step 
+0x3305 008520 store 1 ,mem_24g_device1_bind_disable 
+0x3306 008521 store 1 ,mem_24g_device2_bind_disable 
+0x3307 008522 store 4 ,mem_24g_transmitter_addr 
+0x3308 008523 jam 1 ,mem_24g_ackpayload_enable 
+0x3309 008524 branch g24_pair_init_param 
+:      008527 g24_bind_ackpayload_prep:
+0x330a 008528 jam 1 ,mem_24g_ackpayload_enable 
+0x330b 008529 jam 0x08 ,mem_24g_datalen 
+0x330c 008530 arg mem_24g_bind_payload ,contr 
+0x330d 008531 arg mem_24g_txbuf ,contw 
+0x330e 008532 branch memcpy8 
+:      008535 g24_bind_data_process:
+0x330f 008536 bpatchx patch30_1 ,mem_patch30 
+0x3310 008537 call g24_rx_interrupt_clear 
+0x3311 008538 call g24_receive_packet 
+0x3312 008539 nbranch g24_rx_interrupt_clear ,user3 
+0x3313 008540 call g24_bind_data_parse 
+0x3314 008541 call g24_transmit_ack 
+0x3315 008542 call g24_bind_device_status_check 
+0x3316 008543 call dongle_kb_bind_soft_reset 
+0x3317 008544 fetch 1 ,mem_24g_pair_switch 
+0x3318 008545 rtn blank 
+0x3319 008546 fetch 4 ,mem_24g_transmitter_addr 
+0x331a 008547 rtn blank 
+0x331b 008548 branch g24_update_addr_and_synccrc8 
+:      008550 g24_bind_data_error:
+0x331c 008551 call g24_rx_interrupt_clear 
+0x331d 008552 branch g24_end_of_packet 
+:      008554 g24_bind_data_parse:
+0x331e 008555 jam bind_mode_continue ,mem_24g_bind_mode_continue 
+0x331f 008556 arg mem_24g_rxbuf ,contr 
+0x3320 008557 arg mem_24g_rxdata_temp ,contw 
+0x3321 008558 call memcpy8 
+0x3322 008559 bpatchx patch30_2 ,mem_patch30 
+0x3323 008560 fetch 1 ,mem_24g_rxdata_temp + 2 
+0x3324 008561 beq datatype_bind ,g24_bind_first_step 
+0x3325 008562 beq datatype_config ,g24_bind_second_step 
+0x3326 008563 beq datatype_ok ,g24_bind_third_step 
+0x3327 008564 beq datatype_attemp ,g24_data_attemp 
+0x3328 008565 rtn 
+:      008568 g24_bind_first_step:
+0x3329 008569 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x332a 008570 beq datatype_device1 ,g24_bind_first_step_device1 
+0x332b 008571 beq datatype_device2 ,g24_bind_first_step_device2 
+0x332c 008572 rtn 
+:      008574 g24_bind_first_step_device1:
+0x332d 008575 fetch 1 ,mem_24g_device1_bind_disable 
+0x332e 008576 nrtn blank 
+0x332f 008577 jam 1 ,mem_24g_device1_bind_step 
+:      008578 g24_bind_dvc1_payload_cfg:
+0x3330 008579 jam datatype_device1 ,mem_24g_bind_payload 
+:      008580 g24_bind_payload_cfg:
+0x3331 008581 jam 0x80 ,mem_24g_bind_payload + 1 
+0x3332 008582 fetch 6 ,mem_24g_lap 
+0x3333 008583 store 6 ,mem_24g_bind_payload + 2 
+0x3334 008584 rtn 
+:      008586 g24_bind_first_step_device2:
+0x3335 008587 fetch 1 ,mem_24g_device2_bind_disable 
+0x3336 008588 nrtn blank 
+0x3337 008589 jam 1 ,mem_24g_device2_bind_step 
+:      008590 g24_bind_dvc2_payload_cfg:
+0x3338 008591 jam datatype_device2 ,mem_24g_bind_payload 
+0x3339 008592 branch g24_bind_payload_cfg 
+:      008595 g24_bind_second_step:
+0x333a 008596 fetch 1 ,mem_24g_pair_switch 
+0x333b 008597 branch g24_bind_second_step_skip ,blank 
+0x333c 008598 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x333d 008599 fetcht 4 ,mem_24g_lap 
+0x333e 008600 isub temp ,null 
+0x333f 008601 nrtn zero 
+:      008602 g24_bind_second_step_skip:
+0x3340 008603 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x3341 008604 beq datatype_device1 ,g24_bind_second_step_device1 
+0x3342 008605 beq datatype_device2 ,g24_bind_second_step_device2 
+0x3343 008606 rtn 
+:      008608 g24_bind_second_step_device1:
+0x3344 008609 fetch 1 ,mem_24g_device1_bind_disable 
+0x3345 008610 nrtn blank 
+0x3346 008611 fetch 1 ,mem_24g_device1_bind_step 
+0x3347 008612 beq 1 ,g24_bind_dvc1_step_set2 
+0x3348 008613 rtn 
+:      008614 g24_bind_dvc1_step_set2:
+0x3349 008615 jam 2 ,mem_24g_device1_bind_step 
+0x334a 008616 fetch 1 ,mem_24g_pair_switch 
+0x334b 008617 branch g24_bind_dvc1_payload_cfg ,blank 
+:      008618 g24_bind_dvc1_payload_cfg_transmitter_addr:
+0x334c 008619 jam datatype_device1 ,mem_24g_bind_payload 
+:      008620 g24_bind_payload_cfg_transmitter_addr:
+0x334d 008621 jam 0x80 ,mem_24g_bind_payload + 1 
+0x334e 008622 fetch 4 ,mem_24g_transmitter_addr 
+0x334f 008623 store 4 ,mem_24g_bind_payload + 2 
+0x3350 008624 branch enable_user 
+:      008626 g24_bind_second_step_device2:
+0x3351 008627 fetch 1 ,mem_24g_device2_bind_disable 
+0x3352 008628 nrtn blank 
+0x3353 008629 fetch 1 ,mem_24g_device2_bind_step 
+0x3354 008630 beq 1 ,g24_bind_dvc2_step_set2 
+0x3355 008631 rtn 
+:      008632 g24_bind_dvc2_step_set2:
+0x3356 008633 jam 2 ,mem_24g_device2_bind_step 
+0x3357 008634 fetch 1 ,mem_24g_pair_switch 
+0x3358 008635 branch g24_bind_dvc2_payload_cfg ,blank 
+0x3359 008636 jam datatype_device2 ,mem_24g_bind_payload 
+0x335a 008637 branch g24_bind_payload_cfg_transmitter_addr 
+:      008640 g24_bind_third_step:
+0x335b 008641 fetch 1 ,mem_24g_pair_switch 
+0x335c 008642 branch g24_bind_third_step_skip ,blank 
+0x335d 008643 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x335e 008644 fetcht 4 ,mem_24g_transmitter_addr 
+0x335f 008645 isub temp ,null 
+0x3360 008646 nrtn zero 
+:      008647 g24_bind_third_step_skip:
+0x3361 008648 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x3362 008649 beq datatype_device1 ,g24_bind_third_step_device1 
+0x3363 008650 beq datatype_device2 ,g24_bind_third_step_device2 
+0x3364 008651 rtn 
+:      008653 g24_bind_third_step_device1:
+0x3365 008654 fetch 1 ,mem_24g_device1_bind_disable 
+0x3366 008655 nrtn blank 
+0x3367 008656 fetch 1 ,mem_24g_device1_bind_step 
+0x3368 008657 beq 2 ,g24_bind_dvc1_step_success 
+0x3369 008658 rtn 
+:      008659 g24_bind_dvc1_step_success:
+0x336a 008660 jam 1 ,mem_24g_device1_bind_disable 
+0x336b 008662 call g24_bind_dvc1_payload_cfg 
+0x336c 008663 fetch 1 ,mem_24g_bind_device_status 
+0x336d 008664 or_into 0x01 ,pdata 
+0x336e 008665 store 1 ,mem_24g_bind_device_status 
+:      008666 g24_bind_exit:
+0x336f 008667 setarg 0 
+0x3370 008668 store 2 ,mem_24g_device1_bind_step 
+0x3371 008669 rtn 
+:      008671 g24_bind_third_step_device2:
+0x3372 008672 fetch 1 ,mem_24g_device2_bind_disable 
+0x3373 008673 nrtn blank 
+0x3374 008674 fetch 1 ,mem_24g_device2_bind_step 
+0x3375 008675 bne 0 ,g24_bind_dvc2_step_success 
+0x3376 008676 rtn 
+:      008677 g24_bind_dvc2_step_success:
+0x3377 008678 jam 1 ,mem_24g_device2_bind_disable 
+0x3378 008680 call g24_bind_dvc2_payload_cfg 
+0x3379 008681 fetch 1 ,mem_24g_bind_device_status 
+0x337a 008682 or_into 0x02 ,pdata 
+0x337b 008683 store 1 ,mem_24g_bind_device_status 
+0x337c 008684 call g24_bind_exit 
+0x337d 008685 branch dongle_g24_store_dvc2_bind_flag 
+:      008687 g24_binding_device_check:
+0x337e 008688 fetch 1 ,mem_24g_work_mode 
+0x337f 008689 rtnne dongle_bind 
+0x3380 008690 fetch 1 ,mem_24g_pair_mode 
+0x3381 008691 nrtn blank 
+0x3382 008692 fetch 1 ,mem_24g_rxbuf + 3 
+0x3383 008693 beq datatype_device1 ,g24_binding_dvc1_status 
+0x3384 008694 beq datatype_device2 ,g24_binding_dvc2_status 
+0x3385 008695 rtn 
+:      008696 g24_binding_dvc1_status:
+0x3386 008697 fetch 1 ,mem_24g_bind_device_living 
+0x3387 008698 rtnbit0 0 
+:      008699 disable_user3:
+0x3388 008700 disable user3 
+0x3389 008701 rtn 
+:      008702 g24_binding_dvc2_status:
+0x338a 008703 fetch 1 ,mem_24g_bind_device_living 
+0x338b 008704 rtnbit0 1 
+0x338c 008705 branch disable_user3 
+:      008707 g24_binding_dvc1_living:
+0x338d 008708 fetch 1 ,mem_24g_pair_mode 
+0x338e 008709 nrtn blank 
+0x338f 008710 fetch 1 ,mem_24g_bind_device_living 
+0x3390 008711 or_into 0x01 ,pdata 
+0x3391 008712 store 1 ,mem_24g_bind_device_living 
+0x3392 008713 rtn 
+:      008715 g24_binding_dvc2_living:
+0x3393 008716 fetch 1 ,mem_24g_pair_mode 
+0x3394 008717 nrtn blank 
+0x3395 008718 fetch 1 ,mem_24g_bind_device_living 
+0x3396 008719 or_into 0x02 ,pdata 
+0x3397 008720 store 1 ,mem_24g_bind_device_living 
+0x3398 008721 rtn 
+:      008724 g24_bind_device_status_check:
+0x3399 008725 fetch 1 ,mem_24g_bind_device_status 
+0x339a 008726 rtn blank 
+:      008727 g24_bind_device_status:
+0x339b 008728 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x339c 008729 beq datatype_device1 ,g24_binding_dvc1_living 
+0x339d 008730 beq datatype_device2 ,g24_binding_dvc2_living 
+0x339e 008731 rtn 
+:      008750 g24_receive_init:
+0x339f 008751 set1 mark_24g_rxmode ,mark 
+0x33a0 008752 fetch 1 ,mem_tx_power 
+0x33a1 008753 store 1 ,mem_tx_power_temp 
+0x33a2 008754 branch rssi_receiver_buff_init 
+:      008756 g24_receive_dispatch:
+0x33a3 008757 fetch 2 ,mem_cb_24g_receive_process 
+0x33a4 008758 branch callback_func 
+:      008760 g24_ackpayload_prep:
+0x33a5 008761 bpatchx patch30_3 ,mem_patch30 
+0x33a6 008762 jam 0 ,mem_24g_datalen 
+0x33a7 008763 fetch 1 ,mem_24g_ackpayload_enable 
+0x33a8 008764 rtn blank 
+0x33a9 008765 fetch 2 ,mem_cb_24g_ackpayload 
+0x33aa 008766 branch callback_func 
+:      008769 g24_receive_packet_start:
+0x33ab 008770 call g24_receive_transmit_ack 
+0x33ac 008771 nbranch g24_rx_interrupt_clear ,user3 
+:      008772 g24_receive_packet_parse:
+0x33ad 008773 call g24_receive_packet_parse_pid_crc 
+0x33ae 008774 nbranch g24_rx_interrupt_clear ,user 
+0x33af 008775 fetch 1 ,mem_24g_rxdata_length 
+0x33b0 008776 branch g24_rx_interrupt_clear ,blank 
+0x33b1 008777 increase 2 ,pdata 
+0x33b2 008778 iforce loopcnt 
+0x33b3 008779 arg mem_24g_rxbuf ,contr 
+0x33b4 008780 arg mem_24g_rxdata_temp ,contw 
+0x33b5 008781 call memcpy 
+0x33b6 008782 jam 0 ,mem_24g_mode_switch 
+0x33b7 008783 fetch 1 ,mem_24g_pair_mode 
+0x33b8 008784 call g24_enable_nodata_timer ,blank 
+0x33b9 008785 bpatchx patch30_4 ,mem_patch30 
+0x33ba 008786 fetch 1 ,mem_24g_rxdata_temp + 2 
+0x33bb 008787 beq datatype_device1 ,g24_data_device1 
+0x33bc 008788 beq datatype_device2 ,g24_data_device2 
+0x33bd 008789 beq datatype_attemp ,g24_data_receive_attemp 
+:      008790 g24_rx_interrupt_clear:
+0x33be 008791 bpatchx patch30_5 ,mem_patch30 
+0x33bf 008792 arg mem_24g_rxbuf ,contw 
+0x33c0 008793 arg 66 ,loopcnt 
+0x33c1 008794 branch clear_mem 
+:      008796 g24_data_receive_attemp:
+0x33c2 008797 call g24_bind_device_status 
+0x33c3 008798 branch g24_data_attemp 
+:      008800 g24_data_device1:
+0x33c4 008801 call g24_binding_dvc1_living 
+0x33c5 008802 call g24_ch_timer_reinit 
+0x33c6 008803 fetch 1 ,mem_24g_abort_packet 
+0x33c7 008804 fetcht 1 ,mem_24g_rxdata_temp 
+0x33c8 008805 isolate1 bit_abort ,temp 
+0x33c9 008806 setflag true ,0 ,pdata 
+0x33ca 008807 store 1 ,mem_24g_abort_packet 
+0x33cb 008808 beq 1 ,g24_data_attemp_device1_abort 
+0x33cc 008809 fetch 1 ,mem_24g_hop_packet 
+0x33cd 008810 fetcht 1 ,mem_24g_rxdata_temp 
+0x33ce 008811 isolate1 bit_hop ,temp 
+0x33cf 008812 setflag true ,0 ,pdata 
+0x33d0 008813 store 1 ,mem_24g_hop_packet 
+0x33d1 008814 fetch 2 ,mem_cb_24g_data_device1 
+0x33d2 008815 branch callback_func 
+:      008817 g24_data_device2:
+0x33d3 008818 call g24_binding_dvc2_living 
+0x33d4 008819 fetcht 1 ,mem_24g_rxdata_temp 
+0x33d5 008820 isolate1 bit_abort ,temp 
+0x33d6 008821 branch g24_data_attemp_device2_abort ,true 
+0x33d7 008822 fetch 2 ,mem_cb_24g_data_device2 
+0x33d8 008823 branch callback_func 
+:      008825 g24_data_attemp_device1_abort:
+0x33d9 008826 fetch 1 ,mem_device_option 
+0x33da 008827 sub pdata ,dvc_op_car ,null 
+0x33db 008828 call car_stop_blink ,zero 
+0x33dc 008829 fetch 1 ,mem_24g_device1_bind_disable 
+0x33dd 008830 nrtn blank 
+0x33de 008831 jam 1 ,mem_24g_device1_bind_disable 
+0x33df 008832 fetch 4 ,mem_24g_rxdata_temp + 10 
+0x33e0 008833 branch g24_store_device1_addr 
+:      008834 g24_data_attemp_device2_abort:
+0x33e1 008835 fetch 4 ,mem_24g_rxdata_temp + 10 
+0x33e2 008836 branch g24_store_device2_addr 
+:      008839 g24_receive_packet_parse_pid_crc:
+0x33e3 008840 call disable_user 
+0x33e4 008841 fetch 1 ,mem_24g_sta_pid 
+0x33e5 008842 fetcht 1 ,mem_24g_last_pid 
+0x33e6 008843 isub temp ,null 
+0x33e7 008844 ncall enable_user ,zero 
+0x33e8 008845 fetch 1 ,mem_24g_sta_pid 
+0x33e9 008846 store 1 ,mem_24g_last_pid 
+0x33ea 008847 fetch 3 ,mem_24g_sta_crc 
+0x33eb 008848 fetcht 3 ,mem_24g_last_crc 
+0x33ec 008849 isub temp ,null 
+0x33ed 008850 ncall enable_user ,zero 
+0x33ee 008851 fetch 3 ,mem_24g_sta_crc 
+0x33ef 008852 store 3 ,mem_24g_last_crc 
+0x33f0 008853 rtn 
+:      008855 g24_receive_transmit_ack:
+0x33f1 008856 call g24_rx_interrupt_clear 
+0x33f2 008857 call g24_receive_packet 
+0x33f3 008858 nrtn user3 
+:      008859 g24_transmit_ack:
+0x33f4 008861 fetch 1 ,mem_24g_rxbuf 
+0x33f5 008862 store 1 ,mem_24g_data_type 
+0x33f6 008864 call g24_read_len_pid_crc 
+0x33f7 008866 fetch 1 ,mem_24g_rxbuf + 1 
+0x33f8 008867 isolate1 bit_ack_24g ,pdata 
+0x33f9 008868 branch g24tx_no_ack ,true 
+:      008869 g24tx_with_ack:
+0x33fa 008870 call g24_ackpayload_prep 
+0x33fb 008871 call g24_transmit_prep 
+0x33fc 008872 call g24_transmit 
+:      008873 g24tx_no_ack:
+0x33fd 008874 branch g24_end_of_packet 
+:      008877 g24_enable_nodata_timer:
+0x33fe 008878 jam 1 ,mem_24g_nodata_timer_enable 
+:      008879 g24_enable_nodata_timer_init:
+0x33ff 008880 setarg timer_nodata_delay 
+0x3400 008881 arg g24_timer_nodata ,queue 
+0x3401 008882 branch timer_init 
+:      008888 g24_mode_switch_init:
+0x3402 008889 bpatchx patch30_6 ,mem_patch30 
+0x3403 008890 jam 1 ,mem_24g_mode_switch 
+0x3404 008891 jam 0 ,mem_24g_time_slice 
+0x3405 008892 jam 0xff ,mem_24g_interval 
+0x3406 008893 branch g24_timer_init 
+:      008895 g24_mode_switch_bind_work:
+0x3407 008896 bpatchx patch30_7 ,mem_patch30 
+0x3408 008897 fetch 1 ,mem_24g_mode_switch 
+0x3409 008898 rtn blank 
+0x340a 008899 call g24_timer_check 
+0x340b 008900 nrtn user 
+0x340c 008901 call g24_bind_mode_continue 
+0x340d 008902 fetch 1 ,mem_24g_time_slice 
+0x340e 008903 increase 1 ,pdata 
+0x340f 008904 and_into 1 ,pdata 
+0x3410 008905 store 1 ,mem_24g_time_slice 
+0x3411 008906 beq 0 ,g24_work_mode_switch 
+0x3412 008907 beq 1 ,g24_bind_mode_switch 
+0x3413 008908 rtn 
+:      008910 g24_bind_mode_continue:
+0x3414 008911 fetch 1 ,mem_24g_bind_mode_continue 
+0x3415 008912 rtn blank 
+0x3416 008913 increase -1 ,pdata 
+0x3417 008914 store 1 ,mem_24g_bind_mode_continue 
+0x3418 008915 rtn 
+:      008917 g24_work_mode_switch:
+0x3419 008918 fetch 1 ,mem_24g_bind_mode_continue 
+0x341a 008919 nrtn blank 
+0x341b 008920 branch g24_switch_work_mode 
+:      008922 g24_bind_mode_switch:
+0x341c 008923 fetch 1 ,mem_24g_bind_mode_continue 
+0x341d 008924 nrtn blank 
+0x341e 008925 branch g24_bind_mode_enable 
+:      008928 g24_mode_b_s_switch_init:
+0x341f 008929 fetch 1 ,mem_24g_b_s_mode_switch_disable 
+0x3420 008930 nrtn blank 
+0x3421 008931 fetch 1 ,mem_24g_mode_b_s_switch_exit 
+0x3422 008932 call g24_mode_b_s_switch_start ,blank 
+0x3423 008933 fetch 1 ,mem_24g_mode_b_s_switch_init 
+0x3424 008934 rtnbit1 0 
+0x3425 008935 set1 0 ,pdata 
+0x3426 008936 store 1 ,mem_24g_mode_b_s_switch_init 
+0x3427 008937 jam 1 ,mem_24g_mode_b_s_switch 
+0x3428 008938 jam 0 ,mem_24g_b_s_time_slice 
+0x3429 008939 setarg 0 
+0x342a 008940 store 2 ,mem_24g_mode_b_s_switch_cnt 
+0x342b 008941 jam 0x60 ,mem_24g_interval 
+0x342c 008942 branch g24_timer_init 
+:      008944 g24_mode_switch_bind_search:
+0x342d 008945 bpatchx patch31_0 ,mem_patch31 
+0x342e 008946 fetch 1 ,mem_24g_work_mode 
+0x342f 008947 rtneq dongle_work 
+0x3430 008948 fetch 1 ,mem_24g_b_s_mode_switch_disable 
+0x3431 008949 nrtn blank 
+0x3432 008950 fetch 1 ,mem_24g_mode_b_s_switch_exit 
+0x3433 008951 nrtn blank 
+0x3434 008952 fetch 1 ,mem_24g_mode_b_s_switch 
+0x3435 008953 rtn blank 
+0x3436 008954 fetch 1 ,mem_24g_bind_device_living 
+0x3437 008955 compare 3 ,pdata ,3 
+0x3438 008956 branch g24_mode_b_s_switch_exit ,true 
+0x3439 008957 call g24_timer_check 
+0x343a 008958 nrtn user 
+0x343b 008959 fetch 2 ,mem_24g_mode_b_s_switch_cnt 
+0x343c 008960 increase 1 ,pdata 
+0x343d 008961 store 2 ,mem_24g_mode_b_s_switch_cnt 
+0x343e 008962 arg 0x7d0 ,temp 
+0x343f 008963 isub temp ,null 
+0x3440 008964 branch g24_mode_b_s_switch_exit ,positive 
+0x3441 008965 fetch 1 ,mem_24g_b_s_time_slice 
+0x3442 008966 increase 1 ,pdata 
+0x3443 008967 and_into 1 ,pdata 
+0x3444 008968 store 1 ,mem_24g_b_s_time_slice 
+0x3445 008969 beq 0 ,g24_search_mode_enable 
+0x3446 008970 beq 1 ,g24_bind_mode_enable 
+0x3447 008971 rtn 
+:      008973 g24_mode_switch_search:
+0x3448 008974 fetch 1 ,mem_24g_bind_mode_continue 
+0x3449 008975 nbranch g24_bind_mode_enable ,blank 
+0x344a 008976 branch g24_search_mode_enable 
+:      008978 g24_mode_b_s_switch_exit:
+0x344b 008979 jam 1 ,mem_24g_mode_b_s_switch_exit 
+0x344c 008980 branch g24_search_mode_enable 
+:      008982 g24_mode_b_s_switch_stop:
+0x344d 008983 jam 0 ,mem_24g_mode_b_s_switch 
+0x344e 008984 rtn 
+:      008985 g24_mode_b_s_switch_start:
+0x344f 008986 jam 1 ,mem_24g_mode_b_s_switch 
+0x3450 008987 rtn 
+:      008998 g24_work_init:
+0x3451 008999 bpatchx patch31_1 ,mem_patch31 
+0x3452 009000 fetch 1 ,mem_24g_mode_init 
+0x3453 009001 rtnbit1 dongle_work 
+0x3454 009002 set1 dongle_work ,pdata 
+0x3455 009003 store 1 ,mem_24g_mode_init 
+0x3456 009004 fetch 1 ,mem_tx_power_temp 
+0x3457 009005 store 1 ,mem_tx_power 
+0x3458 009006 jam 0 ,mem_24g_ackpayload_enable 
+0x3459 009007 jam 0 ,mem_usb_tx_enable 
+0x345a 009008 jam 1 ,mem_24g_abort_packet 
+0x345b 009009 jam 0 ,mem_24g_pid 
+0x345c 009010 fetch 4 ,mem_24g_lap 
+0x345d 009011 call g24_update_addr_and_synccrc8 
+0x345e 009012 call g24_ch 
+0x345f 009013 branch g24_rx_interrupt_clear 
+:      009016 g24_switch_work_mode:
+0x3460 009017 jam 0 ,mem_24g_ackpayload_enable 
+:      009018 g24_work_mode_enable:
+0x3461 009019 jam dongle_work ,mem_24g_work_mode 
+0x3462 009020 jam clear_init ,mem_24g_mode_init 
+0x3463 009021 rtn 
+:      009024 g24_work_mode_start:
+0x3464 009025 fetch 1 ,mem_24g_work_mode 
+0x3465 009026 rtnne dongle_work 
+0x3466 009027 call g24_work_init 
+0x3467 009028 call g24_ch_process 
+0x3468 009029 branch g24_receive_packet_start 
+:      009042 g24_bind_mode_auto:
+0x3469 009043 bpatchx patch31_2 ,mem_patch31 
+0x346a 009044 fetch 1 ,mem_24g_work_mode 
+0x346b 009045 rtnne dongle_bind 
+0x346c 009046 call g24_bind_init 
+0x346d 009047 call g24_bind_data_process 
+0x346e 009048 fetch 1 ,mem_24g_pair_mode 
+0x346f 009049 nrtn blank 
+0x3470 009050 fetch 1 ,mem_24g_bind_device_status 
+0x3471 009051 rtn blank 
+0x3472 009052 jam 0 ,mem_24g_mode_switch 
+0x3473 009053 call g24_switch_work_mode 
+0x3474 009054 call g24_enable_nodata_timer 
+0x3475 009055 branch g24_timer_init 
+:      009067 g24_search_mode_init:
+0x3476 009068 fetch 1 ,mem_24g_mode_init 
+0x3477 009069 rtnbit1 dongle_search 
+0x3478 009070 set1 dongle_search ,pdata 
+0x3479 009071 store 1 ,mem_24g_mode_init 
+0x347a 009072 fetch 1 ,mem_tx_power_temp 
+0x347b 009073 store 1 ,mem_tx_power 
+0x347c 009075 jam 0 ,mem_24g_time_slice 
+0x347d 009076 jam 1 ,mem_24g_ackpayload_enable 
+0x347e 009077 setarg 0 
+0x347f 009078 store 3 ,mem_rssi_noise_self_index 
+0x3480 009079 store 7 ,mem_24g_self_config_ch_once 
+0x3481 009080 call g24_receiver_addr_check 
+0x3482 009081 nrtn zero 
+0x3483 009082 fetch 1 ,mem_24g_current_ch_number 
+0x3484 009083 store 1 ,mem_24g_self_ch_number 
+0x3485 009084 fetch 1 ,mem_24g_ch 
+0x3486 009085 store 1 ,mem_24g_self_last_ch 
+0x3487 009086 rtn 
+:      009089 g24_search_mode_auto:
+0x3488 009090 bpatchx patch31_3 ,mem_patch31 
+0x3489 009091 fetch 1 ,mem_24g_work_mode 
+0x348a 009092 rtnne dongle_search 
+0x348b 009093 call g24_search_mode_init 
+0x348c 009094 call g24_auto_addr_ch_search 
+0x348d 009095 call g24_receive_transmit_ack 
+0x348e 009096 nbranch g24_rx_interrupt_clear ,user3 
+0x348f 009098 call g24_receiver_addr_check 
+0x3490 009099 call g24_receive_packet_parse ,zero 
+0x3491 009101 fetch 1 ,mem_24g_abort_packet 
+0x3492 009102 call g24_mode_b_s_switch_stop ,blank 
+0x3493 009105 jam dongle_work ,mem_24g_work_mode 
+0x3494 009106 fetch 1 ,mem_24g_mode_init 
+0x3495 009107 set1 dongle_work ,pdata 
+0x3496 009108 store 1 ,mem_24g_mode_init 
+0x3497 009110 fetch 1 ,mem_24g_ackpayload_enable 
+0x3498 009111 sub pdata ,2 ,null 
+0x3499 009112 ncall g24_ackpayload_disable ,zero 
+0x349a 009114 call g24_rx_interrupt_clear 
+0x349b 009115 call g24_enable_nodata_timer 
+0x349c 009116 call g24_receiver_addr_check 
+0x349d 009117 branch g24_self_ch_num_reinit ,zero 
+0x349e 009118 fetch 4 ,mem_24g_addr 
+0x349f 009119 fetcht 4 ,mem_24g_device2_addr 
+0x34a0 009120 isub temp ,null 
+0x34a1 009121 branch g24_device2_ch_num_reinit ,zero 
+0x34a2 009122 fetch 4 ,mem_24g_addr 
+0x34a3 009123 fetcht 4 ,mem_24g_device1_addr 
+0x34a4 009124 isub temp ,null 
+0x34a5 009125 branch g24_device1_ch_num_reinit ,zero 
+0x34a6 009126 rtn 
+:      009129 g24_self_ch_num_reinit:
+0x34a7 009130 fetch 1 ,mem_24g_self_ch_number 
+:      009131 g24_current_ch_num_reinit:
+0x34a8 009132 store 1 ,mem_24g_current_ch_number 
+0x34a9 009133 rtn 
+:      009135 g24_device2_ch_num_reinit:
+0x34aa 009136 fetch 1 ,mem_24g_device2_ch_number 
+0x34ab 009137 branch g24_current_ch_num_reinit 
+:      009139 g24_device1_ch_num_reinit:
+0x34ac 009140 fetch 1 ,mem_24g_device1_ch_number 
+0x34ad 009141 branch g24_current_ch_num_reinit 
+:      009144 g24_auto_addr_ch_search:
+0x34ae 009145 bpatchx patch31_4 ,mem_patch31 
+0x34af 009146 fetch 1 ,mem_24g_time_slice 
+0x34b0 009147 increase 1 ,pdata 
+0x34b1 009148 and_into 3 ,pdata 
+0x34b2 009149 store 1 ,mem_24g_time_slice 
+0x34b3 009151 beq 0 ,g24_auto_bind_config_device2 
+0x34b4 009152 beq 1 ,g24_auto_bind_config_self 
+0x34b5 009153 beq 2 ,g24_auto_bind_config_device1 
+0x34b6 009154 beq 3 ,g24_auto_bind_config_self 
+0x34b7 009155 rtn 
+:      009157 g24_auto_bind_config_device1:
+0x34b8 009158 call g24_bind_dvc1_payload_cfg 
+0x34b9 009159 fetch 4 ,mem_24g_device1_addr 
+0x34ba 009160 branch g24_auto_addr_ch_search ,blank 
+0x34bb 009161 call g24_update_addr_and_synccrc8 
+0x34bc 009162 fetch 1 ,mem_24g_device1_config_ch_once 
+0x34bd 009163 call g24_device1_config_ch_once ,blank 
+0x34be 009164 fetch 1 ,mem_24g_device1_last_ch 
+0x34bf 009165 store 1 ,mem_24g_ch 
+0x34c0 009166 fetcht 1 ,mem_rssi_noise_device1_index 
+0x34c1 009167 fetchr rega ,2 ,mem_rssi_noise_device1_buffer_ptr 
+0x34c2 009168 call rssi_store 
+0x34c3 009169 storet 1 ,mem_rssi_noise_device1_index 
+0x34c4 009170 call rssi_average 
+0x34c5 009171 storet 1 ,mem_rssi_noise_device1_avg 
+0x34c6 009172 sub temp ,rssi_thresh_noise ,null 
+0x34c7 009173 nrtn positive 
+0x34c8 009174 fetcht 1 ,mem_24g_device1_ch_number 
+0x34c9 009175 call g24_ch_map_size 
+0x34ca 009176 storet 1 ,mem_24g_device1_ch_number 
+0x34cb 009177 store 1 ,mem_24g_device1_last_ch 
+0x34cc 009178 rtn 
+:      009180 g24_device1_config_ch_once:
+0x34cd 009181 jam 1 ,mem_24g_device1_config_ch_once 
+0x34ce 009182 arg 0 ,temp 
+0x34cf 009183 call g24_ch_calc 
+0x34d0 009184 store 1 ,mem_24g_device1_last_ch 
+0x34d1 009185 rtn 
+:      009187 g24_auto_bind_config_device2:
+0x34d2 009188 call g24_bind_dvc2_payload_cfg 
+0x34d3 009189 fetch 4 ,mem_24g_device2_addr 
+0x34d4 009190 branch g24_auto_addr_ch_search ,blank 
+0x34d5 009191 call g24_update_addr_and_synccrc8 
+0x34d6 009192 fetch 1 ,mem_24g_device2_config_ch_once 
+0x34d7 009193 call g24_device2_config_ch_once ,blank 
+0x34d8 009194 fetch 1 ,mem_24g_device2_last_ch 
+0x34d9 009195 store 1 ,mem_24g_ch 
+0x34da 009196 fetcht 1 ,mem_rssi_noise_device2_index 
+0x34db 009197 fetchr rega ,2 ,mem_rssi_noise_device2_buffer_ptr 
+0x34dc 009198 call rssi_store 
+0x34dd 009199 storet 1 ,mem_rssi_noise_device2_index 
+0x34de 009200 call rssi_average 
+0x34df 009201 storet 1 ,mem_rssi_noise_device2_avg 
+0x34e0 009202 sub temp ,rssi_thresh_noise ,null 
+0x34e1 009203 nrtn positive 
+0x34e2 009204 fetcht 1 ,mem_24g_device2_ch_number 
+0x34e3 009205 call g24_ch_map_size 
+0x34e4 009206 storet 1 ,mem_24g_device2_ch_number 
+0x34e5 009207 store 1 ,mem_24g_device2_last_ch 
+0x34e6 009208 rtn 
+:      009210 g24_device2_config_ch_once:
+0x34e7 009211 jam 1 ,mem_24g_device2_config_ch_once 
+0x34e8 009212 arg 0 ,temp 
+0x34e9 009213 call g24_ch_calc 
+0x34ea 009214 store 1 ,mem_24g_device2_last_ch 
+0x34eb 009215 rtn 
+:      009217 g24_auto_bind_config_self:
+0x34ec 009218 call g24_bind_dvc1_payload_cfg 
+0x34ed 009219 fetch 4 ,mem_24g_lap 
+0x34ee 009220 call g24_update_addr_and_synccrc8 
+0x34ef 009221 fetch 1 ,mem_24g_self_config_ch_once 
+0x34f0 009222 call g24_self_config_ch_once ,blank 
+0x34f1 009223 fetch 1 ,mem_24g_self_last_ch 
+0x34f2 009224 store 1 ,mem_24g_ch 
+0x34f3 009225 fetcht 1 ,mem_rssi_noise_self_index 
+0x34f4 009226 fetchr rega ,2 ,mem_rssi_noise_self_buffer_ptr 
+0x34f5 009227 call rssi_store 
+0x34f6 009228 storet 1 ,mem_rssi_noise_self_index 
+0x34f7 009229 call rssi_average 
+0x34f8 009230 storet 1 ,mem_rssi_noise_self_avg 
+0x34f9 009231 sub temp ,rssi_thresh_noise ,null 
+0x34fa 009232 nrtn positive 
+0x34fb 009233 fetcht 1 ,mem_24g_self_ch_number 
+0x34fc 009234 call g24_ch_map_size 
+0x34fd 009235 storet 1 ,mem_24g_self_ch_number 
+0x34fe 009236 store 1 ,mem_24g_self_last_ch 
+0x34ff 009237 rtn 
+:      009239 g24_self_config_ch_once:
+0x3500 009240 jam 1 ,mem_24g_self_config_ch_once 
+0x3501 009241 fetch 1 ,mem_24g_self_last_ch 
+0x3502 009242 store 1 ,mem_24g_ch 
+0x3503 009243 rtn 
+:      009246 g24_ackpayload_disable:
+0x3504 009247 jam 0 ,mem_24g_ackpayload_enable 
+0x3505 009248 rtn 
+:      009251 g24_receiver_addr_check:
+0x3506 009252 fetch 4 ,mem_24g_addr 
+0x3507 009253 fetcht 4 ,mem_24g_lap 
+0x3508 009254 isub temp ,null 
+0x3509 009255 rtn 
+:      009267 g24_nodata_process:
+0x350a 009268 fetch 1 ,mem_24g_ackpayload_enable 
+0x350b 009269 rtneq 2 
+0x350c 009270 fetch 1 ,mem_24g_nodata_timer_enable 
+0x350d 009271 rtn blank 
+0x350e 009272 arg g24_timer_nodata ,queue 
+0x350f 009273 call timer_check 
+0x3510 009274 nrtn blank 
+0x3511 009275 jam 0 ,mem_24g_nodata_timer_enable 
+0x3512 009276 jam 0 ,mem_24g_bind_mode_continue 
+0x3513 009277 call g24_mode_b_s_switch_init 
+:      009279 g24_search_mode_enable:
+0x3514 009280 bpatchx patch31_5 ,mem_patch31 
+0x3515 009281 jam dongle_search ,mem_24g_work_mode 
+0x3516 009282 jam clear_init ,mem_24g_mode_init 
+0x3517 009283 branch g24_rx_interrupt_clear 
+:      009289 g24_ch_process:
+0x3518 009290 bpatchx patch31_6 ,mem_patch31 
+0x3519 009291 fetch 1 ,mem_24g_abort_packet 
+0x351a 009292 beq 1 ,rssi_noise_monitor 
+0x351b 009293 fetch 1 ,mem_24g_hop_packet 
+0x351c 009294 beq 1 ,g24_ch_receive_hop_pac 
+0x351d 009295 fetcht 4 ,mem_24g_hop_btclk 
+0x351e 009296 copy clkn_bt ,pdata 
+0x351f 009297 isub temp ,null 
+0x3520 009298 ncall g24_timer_timeout ,positive 
+0x3521 009299 copy pdata ,regb 
+0x3522 009300 fetch 4 ,mem_24g_hop_btclk 
+0x3523 009301 fetcht 1 ,mem_24g_hop_interval 
+0x3524 009302 iadd temp ,temp 
+0x3525 009303 copy regb ,pdata 
+0x3526 009304 isub temp ,null 
+0x3527 009305 nrtn positive 
+0x3528 009306 set0 28 ,pdata 
+0x3529 009307 store 4 ,mem_24g_hop_btclk 
+0x352a 009308 jam 1 ,mem_24g_abort_packet 
+0x352b 009309 branch g24_ch 
+:      009311 g24_ch_receive_hop_pac:
+0x352c 009312 jam 0 ,mem_24g_hop_packet 
+0x352d 009313 branch g24_ch 
+:      009315 g24_ch_timer_reinit:
+0x352e 009316 copy clkn_bt ,pdata 
+0x352f 009317 store 4 ,mem_24g_hop_btclk 
+0x3530 009318 rtn 
+:      009323 g24_reconn_timeout_timer:
+0x3531 009324 arg mem_24g_reconn_timeout ,regc 
+0x3532 009325 arg g24_stop_24g_mode ,regb 
+0x3533 009326 branch timer_single_step_2b 
+:      009329 g24_reconn_start:
+0x3534 009330 bpatchx patch31_7 ,mem_patch31 
+0x3535 009331 set1 mark_24g ,mark 
+0x3536 009332 fetch 1 ,mem_24g_conn_sm 
+0x3537 009333 set0 state_24g_pair ,pdata 
+0x3538 009334 set1 state_24g_reconn ,pdata 
+0x3539 009335 store 1 ,mem_24g_conn_sm 
+0x353a 009336 fetch 1 ,mem_24g_fast_conn_enable 
+0x353b 009337 branch g24_reconn_receiver_addr ,blank 
+0x353c 009338 fetch 1 ,mem_24g_reconn_type 
+0x353d 009339 beq fast_conn_and_receiver ,g24_reconn_fast_conn 
+0x353e 009340 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn 
+0x353f 009341 beq receiver_and_3_0_addr ,g24_reconn_device_3_0_addr 
+0x3540 009342 beq pair_and_3_0_addr ,g24_reconn_device_3_0_addr 
+:      009343 g24_reconn_fast_conn:
+0x3541 009344 fetch 1 ,mem_24g_pair_tx_power 
+0x3542 009345 store 1 ,mem_tx_power 
+0x3543 009346 fetcht 1 ,mem_24g_fast_conn_temp_ch 
+0x3544 009347 storet 1 ,mem_24g_current_ch_number 
+0x3545 009348 fetch 4 ,mem_24g_fast_conn_addr 
+0x3546 009349 call g24_ch_syncword_crc8_init 
+0x3547 009350 storet 1 ,mem_24g_fast_conn_temp_ch 
+0x3548 009351 rtn 
+:      009353 g24_reconn_receiver_addr:
+0x3549 009354 jam tx_power_3db ,mem_tx_power 
+0x354a 009355 fetcht 1 ,mem_24g_receiver_temp_ch 
+0x354b 009356 storet 1 ,mem_24g_current_ch_number 
+0x354c 009357 fetch 4 ,mem_24g_receiver_addr 
+0x354d 009358 call g24_ch_syncword_crc8_init 
+0x354e 009359 storet 1 ,mem_24g_receiver_temp_ch 
+0x354f 009360 rtn 
+:      009362 g24_reconn_device_3_0_addr:
+0x3550 009363 jam tx_power_3db ,mem_tx_power 
+0x3551 009364 fetcht 1 ,mem_24g_device_temp_ch 
+0x3552 009365 storet 1 ,mem_24g_current_ch_number 
+0x3553 009366 fetch 4 ,mem_24g_device_addr 
+0x3554 009367 call g24_ch_syncword_crc8_init 
+0x3555 009368 storet 1 ,mem_24g_device_temp_ch 
+0x3556 009369 rtn 
+:      009371 g24_store_receiver_addr:
+0x3557 009372 fetch 4 ,mem_24g_rxpayload + 2 
+0x3558 009373 rtn blank 
+0x3559 009374 store 4 ,mem_24g_receiver_addr 
+:      009375 g24_ch_syncword_crc8_init:
+0x355a 009376 call g24_update_addr_and_synccrc8 
+0x355b 009377 branch g24_ch 
+:      009380 g24_reconn_dispatch:
+0x355c 009381 bpatchx patch32_0 ,mem_patch32 
+0x355d 009382 fetch 2 ,mem_24g_reconn_count 
+0x355e 009383 arg 0x01f8 ,temp 
+0x355f 009384 iand temp ,pdata 
+0x3560 009385 branch g24_reconn_dispatch_next ,blank 
+0x3561 009386 fetch 2 ,mem_24g_reconn_count 
+0x3562 009387 increase 1 ,pdata 
+0x3563 009388 store 2 ,mem_24g_reconn_count 
+0x3564 009389 rtn 
+:      009391 g24_reconn_dispatch_next:
+0x3565 009392 call g24_reconn_data_prep 
+0x3566 009393 call g24_transmit_receive_ack 
+0x3567 009394 nbranch g24_reconn_device_fail ,sync 
+0x3568 009395 nbranch g24_reconn_device_fail ,user3 
+0x3569 009396 call g24_ackpayload_parse 
+0x356a 009397 fetch 4 ,mem_24g_pair_addr 
+0x356b 009398 fetcht 4 ,mem_24g_addr 
+0x356c 009399 isub temp ,null 
+0x356d 009400 branch g24_pair_start ,zero 
+0x356e 009401 fetch 4 ,mem_24g_device_addr 
+0x356f 009402 fetcht 4 ,mem_24g_addr 
+0x3570 009403 isub temp ,null 
+0x3571 009404 call g24_store_receiver_addr ,zero 
+0x3572 009405 fetch 1 ,mem_24g_conn_sm 
+0x3573 009406 set0 state_24g_reconn ,pdata 
+0x3574 009407 store 1 ,mem_24g_conn_sm 
+0x3575 009408 setarg 0 
+0x3576 009409 store 2 ,mem_24g_pair_timeout 
+0x3577 009410 store 2 ,mem_24g_reconn_count 
+0x3578 009411 store 2 ,mem_24g_reconn_timeout 
+0x3579 009412 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
+0x357a 009413 call ui_ipc_send_event 
+:      009414 g24_txbuf_clear:
+0x357b 009415 bpatchx patch32_1 ,mem_patch32 
+0x357c 009416 arg 32 ,loopcnt 
+0x357d 009417 arg mem_24g_txbuf ,contw 
+0x357e 009418 branch memset0 
+:      009420 g24_reconn_data_prep:
+0x357f 009421 jam datatype_attemp ,mem_24g_txbuf 
+0x3580 009422 fetch 1 ,mem_24g_data_type 
+0x3581 009423 store 1 ,mem_24g_txbuf + 1 
+0x3582 009424 fetch 4 ,mem_24g_device_addr 
+0x3583 009425 store 4 ,mem_24g_txbuf + 2 
+0x3584 009426 jam 6 ,mem_24g_datalen 
+0x3585 009427 branch g24_transmit_prep 
+:      009429 g24_reconn_device_fail:
+0x3586 009430 bpatchx patch32_2 ,mem_patch32 
+0x3587 009431 fetch 1 ,mem_24g_fast_conn_enable 
+0x3588 009432 branch g24_ch ,blank 
+0x3589 009433 fetch 2 ,mem_24g_reconn_count 
+0x358a 009434 increase 1 ,pdata 
+0x358b 009435 store 2 ,mem_24g_reconn_count 
+0x358c 009436 isolate1 9 ,pdata 
+0x358d 009437 fetch 1 ,mem_24g_reconn_type 
+0x358e 009438 beq fast_conn_and_receiver ,g24_reconn_fast_conn_and_receiver 
+0x358f 009439 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn_and_3_0 
+0x3590 009440 beq receiver_and_3_0_addr ,g24_reconn_receiver_and_3_0 
+0x3591 009441 beq pair_and_3_0_addr ,g24_reconn_pair_and_3_0 
+0x3592 009442 branch g24_reconn_receiver_addr 
+:      009445 g24_reconn_fast_conn_and_receiver:
+0x3593 009446 branch g24_reconn_receiver_addr ,true 
+0x3594 009447 branch g24_reconn_fast_conn 
+:      009449 g24_reconn_fast_conn_and_3_0:
+0x3595 009450 branch g24_reconn_device_3_0_addr ,true 
+0x3596 009451 branch g24_reconn_fast_conn 
+:      009453 g24_reconn_receiver_and_3_0:
+0x3597 009454 branch g24_reconn_device_3_0_addr ,true 
+0x3598 009455 branch g24_reconn_receiver_addr 
+:      009457 g24_reconn_pair_and_3_0:
+0x3599 009458 branch g24_reconn_device_3_0_addr ,true 
+0x359a 009459 branch g24_pair_init_param 
+:      009469 g24_data_attemp:
+0x359b 009470 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x359c 009471 beq datatype_device1 ,g24_data_attemp_device1 
+0x359d 009472 beq datatype_device2 ,g24_data_attemp_device2 
+0x359e 009473 rtn 
+:      009474 g24_data_attemp_device1:
+0x359f 009475 fetch 1 ,mem_24g_device1_bind_disable 
+0x35a0 009476 nrtn blank 
+0x35a1 009477 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x35a2 009478 store 4 ,mem_24g_transmitter_addr 
+:      009479 g24_store_device1_addr:
+0x35a3 009480 store 4 ,mem_24g_device1_addr 
+0x35a4 009481 rtn 
+:      009482 g24_data_attemp_device2:
+0x35a5 009483 fetch 1 ,mem_24g_device2_bind_disable 
+0x35a6 009484 nrtn blank 
+0x35a7 009485 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x35a8 009486 store 4 ,mem_24g_transmitter_addr 
+:      009487 g24_store_device2_addr:
+0x35a9 009488 store 4 ,mem_24g_device2_addr 
+0x35aa 009489 rtn 
+:      009499 rssi_store:
+0x35ab 009500 bpatchx patch32_3 ,mem_patch32 
+0x35ac 009501 copy rega ,pdata 
+0x35ad 009502 iadd temp ,contw 
+0x35ae 009503 fetch 1 ,mem_rssi 
+0x35af 009504 istore 1 ,contw 
+0x35b0 009505 increase 1 ,temp 
+0x35b1 009506 fetch 1 ,mem_rssi_buff_index 
+0x35b2 009507 iand temp ,temp 
+0x35b3 009508 rtn 
+:      009510 rssi_average:
+0x35b4 009511 bpatchx patch32_4 ,mem_patch32 
+0x35b5 009512 fetch 1 ,mem_rssi_buff_index 
+0x35b6 009513 increase 1 ,pdata 
+0x35b7 009514 store 2 ,mem_loopcnt 
+0x35b8 009515 copy pdata ,loopcnt 
+0x35b9 009516 copy rega ,contr 
+0x35ba 009517 arg 0 ,pdata 
+:      009518 rssi_average_loop:
+0x35bb 009519 ifetcht 1 ,contr 
+0x35bc 009520 iadd temp ,pdata 
+0x35bd 009521 loop rssi_average_loop 
+0x35be 009522 fetcht 2 ,mem_loopcnt 
+0x35bf 009523 idiv temp 
+0x35c0 009524 call wait_div_end 
+0x35c1 009525 quotient temp 
+0x35c2 009526 rtnmark1 mark_24g_rxmode 
+0x35c3 009527 copy temp ,pdata 
+0x35c4 009528 rtnmark0 mark_24g 
+0x35c5 009529 call bcd 
+0x35c6 009530 copy pdata ,temp 
+0x35c7 009531 rtn 
+:      009533 save_rssi_dec:
+0x35c8 009534 branch save_rssi 
+:      009544 rssi_transmitter_buff_init:
+0x35c9 009545 fetch 2 ,mem_rssi_signal_buf_ptr 
+0x35ca 009546 branch rssi_buff_clear 
+:      009548 rssi_signal:
+0x35cb 009549 copy pdata ,rega 
+0x35cc 009550 fetcht 1 ,mem_rssi_signal_index 
+0x35cd 009551 fetch 2 ,mem_rssi_signal_buf_ptr 
+0x35ce 009552 iadd temp ,contw 
+0x35cf 009553 copy rega ,pdata 
+0x35d0 009554 istore 1 ,contw 
+0x35d1 009555 increase 1 ,temp 
+0x35d2 009556 fetch 1 ,mem_rssi_buff_index 
+0x35d3 009557 iand temp ,temp 
+0x35d4 009558 storet 1 ,mem_rssi_signal_index 
+0x35d5 009559 rtn 
+:      009569 rssi_receiver_buff_init:
+0x35d6 009570 fetch 2 ,mem_rssi_noise_buffer_ptr 
+0x35d7 009571 call rssi_buff_clear 
+0x35d8 009572 fetch 2 ,mem_rssi_noise_self_buffer_ptr 
+0x35d9 009573 call rssi_buff_clear 
+0x35da 009574 fetch 2 ,mem_rssi_noise_device1_buffer_ptr 
+0x35db 009575 call rssi_buff_clear 
+0x35dc 009576 fetch 2 ,mem_rssi_noise_device2_buffer_ptr 
+:      009577 rssi_buff_clear:
+0x35dd 009578 rtn blank 
+0x35de 009579 copy pdata ,contw 
+0x35df 009580 fetch 1 ,mem_rssi_buff_index 
+0x35e0 009581 increase 1 ,pdata 
+0x35e1 009582 copy pdata ,loopcnt 
+0x35e2 009583 branch clear_mem 
+:      009586 rssi_noise:
+0x35e3 009587 call save_rssi_dec 
+0x35e4 009588 rtn blank 
+0x35e5 009589 fetcht 1 ,mem_rssi_noise_index 
+0x35e6 009590 fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
+0x35e7 009591 call rssi_store 
+0x35e8 009592 storet 1 ,mem_rssi_noise_index 
+0x35e9 009593 rtn 
+:      009596 rssi_noise_monitor:
+0x35ea 009597 fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
+0x35eb 009598 call rssi_average 
+0x35ec 009599 storet 1 ,mem_rssi_noise_avg 
+0x35ed 009600 sub temp ,rssi_thresh_noise ,null 
+0x35ee 009601 nrtn positive 
+0x35ef 009602 branch g24_ch 
+:      009610 g24_transmit_init:
+0x35f0 009611 fetch 4 ,mem_24g_lap 
+0x35f1 009612 store 4 ,mem_24g_device_addr 
+0x35f2 009613 branch rssi_transmitter_buff_init 
+:      009615 g24_interval_param_4ms:
+0x35f3 009616 setarg g24_4ms_interval_param 
+0x35f4 009617 store 3 ,mem_24g_short_sleep_set 
+0x35f5 009618 setarg 0x100c0c 
+0x35f6 009619 store 3 ,mem_24g_interval 
+0x35f7 009620 setarg 0x00bb80 
+0x35f8 009621 store 3 ,mem_24g_long_sleep_set 
+0x35f9 009622 jam 5 ,mem_24g_fast_hop_count 
+0x35fa 009623 rtn 
+:      009625 g24_interval_param_8ms:
+0x35fb 009626 setarg g24_8ms_interval_param 
+0x35fc 009627 store 3 ,mem_24g_short_sleep_set 
+0x35fd 009628 setarg 0x1c1919 
+0x35fe 009629 store 3 ,mem_24g_interval 
+0x35ff 009630 setarg 0x017700 
+0x3600 009631 store 3 ,mem_24g_long_sleep_set 
+0x3601 009632 jam 11 ,mem_24g_fast_hop_count 
+0x3602 009633 rtn 
+:      009636 g24_transmit_dispatch:
+0x3603 009637 rtnmark0 mark_24g 
+0x3604 009638 fetch 1 ,mem_24g_conn_sm 
+0x3605 009639 bbit1 state_24g_pair ,g24_pair_dispatch 
+0x3606 009640 bbit1 state_24g_reconn ,g24_reconn_dispatch 
+0x3607 009641 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x3608 009642 beq g24_tx_timer_int_enable ,g24_transmit_by_interrupt 
+:      009643 g24_transmit_no_interrupt:
+0x3609 009644 bpatchx patch32_5 ,mem_patch32 
+0x360a 009645 call g24_txdata_prep 
+0x360b 009646 nbranch g24_nodata_transmit ,user 
+:      009647 g24_transmit_start:
+0x360c 009648 call g24_transmit_process 
+0x360d 009649 call power_ctrl_start 
+0x360e 009650 fetch 1 ,mem_device_option 
+0x360f 009651 beq dvc_op_mouse ,mouse_24g_transmit_start 
+:      009652 g24_transmit_start_next:
+0x3610 009653 fetch 8 ,mem_24g_long_sleep_set 
+0x3611 009654 store 8 ,mem_24g_enter_hibernate 
+0x3612 009655 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
+0x3613 009656 store 2 ,mem_24g_long_sleep_param_update_timer 
+0x3614 009657 fetch 2 ,mem_cb_24g_transmit_short_sleep 
+0x3615 009658 branch callback_func 
+:      009660 g24_short_sleep:
+0x3616 009661 bpatchx patch32_6 ,mem_patch32 
+0x3617 009662 call g24_lpm_wait 
+0x3618 009663 nrtn user 
+0x3619 009664 call g24_setgpio_lpm_before 
+0x361a 009665 call clear_wake 
+0x361b 009666 fetch 3 ,mem_24g_short_sleep_set 
+0x361c 009667 branch g24_long_seep2 
+:      009669 g24_long_sleep:
+0x361d 009670 bpatchx patch32_7 ,mem_patch32 
+0x361e 009671 call g24_lpm_wait 
+0x361f 009672 nrtn user 
+0x3620 009673 call g24_setgpio_lpm_before 
+0x3621 009674 fetch 8 ,mem_24g_enter_hibernate 
+:      009675 g24_long_seep2:
+0x3622 009676 call clk2lpo 
+0x3623 009677 storet 4 ,mem_sleep_counter 
+0x3624 009678 branch lpm_sleep 
+:      009682 g24_txdata_prep:
+0x3625 009683 call g24_package_data 
+0x3626 009684 nrtn user 
+0x3627 009685 branch g24_transmit_prep 
+:      009688 g24_package_data:
+0x3628 009689 fetch 2 ,mem_cb_24g_transmit_data 
+0x3629 009690 call callback_func 
+0x362a 009691 branch g24_accumulate_data ,user 
+0x362b 009692 fetch 7 ,mem_24g_txbuf + 1 
+0x362c 009693 rtn blank 
+0x362d 009694 branch enable_user 
+:      009696 g24_accumulate_data:
+0x362e 009697 jam 0 ,mem_24g_abort_pac 
+0x362f 009698 add rega ,1 ,pdata 
+0x3630 009699 store 1 ,mem_24g_datalen 
+0x3631 009700 call g24_transmit_rf_ctrl_clear 
+0x3632 009701 store 1 ,mem_24g_txbuf 
+0x3633 009702 copy regb ,contr 
+0x3634 009703 copy rega ,loopcnt 
+0x3635 009704 branch memcpy 
+:      009706 g24_transmit_rf_ctrl_clear:
+0x3636 009707 fetch 1 ,mem_24g_data_type 
+0x3637 009708 and_into bits_data ,pdata 
+0x3638 009709 store 1 ,mem_24g_data_type 
+0x3639 009710 rtn 
+:      009719 g24_transmit_process:
+0x363a 009720 setarg 0 
+0x363b 009721 store 1 ,mem_24g_retry 
+0x363c 009722 store 2 ,mem_24g_retransmit 
+:      009723 g24_transmit_loop:
+0x363d 009724 call g24_transmit_receive_ack 
+0x363e 009725 fetch 1 ,mem_24g_no_ack 
+0x363f 009726 beq no_ack_24g ,g24_transmit_no_ack 
+0x3640 009727 nbranch g24_retransmit ,sync 
+0x3641 009728 nbranch g24_retransmit ,user3 
+0x3642 009729 call g24_ackpayload_parse 
+0x3643 009730 fetch 1 ,mem_device_option 
+0x3644 009731 sub pdata ,dvc_op_mouse ,null 
+0x3645 009732 call mouse_24g_transmit_callback ,zero 
+:      009733 g24_transmit_no_ack:
+0x3646 009734 call power_ctrl_pac_succ_incrs 
+:      009735 g24_transmit_next_packet:
+0x3647 009736 call g24_txbuf_clear 
+0x3648 009737 fetch 1 ,mem_24g_pid 
+0x3649 009738 increase 1 ,pdata 
+0x364a 009739 store 1 ,mem_24g_pid 
+0x364b 009740 call g24_hop_enable_packet 
+:      009741 g24_transmit_abandon:
+0x364c 009742 bpatchx patch33_0 ,mem_patch33 
+0x364d 009743 setarg 0 
+0x364e 009744 store 1 ,mem_24g_ensure 
+0x364f 009745 store 2 ,mem_24g_txfail_cnt 
+0x3650 009746 rtn 
+:      009748 g24_transmit_receive_ack:
+0x3651 009749 bpatchx patch33_1 ,mem_patch33 
+0x3652 009750 disable user3 
+0x3653 009751 call g24_transmit 
+0x3654 009752 fetch 1 ,mem_24g_no_ack 
+0x3655 009753 beq no_ack_24g ,g24_end_of_packet 
+0x3656 009754 force 0 ,radio_ctrl 
+0x3657 009755 fetch 4 ,mem_24g_addr 
+0x3658 009756 iforce access 
+0x3659 009757 fetcht 1 ,mem_last_freq 
+0x365a 009758 call set_freq_rx 
+0x365b 009759 call rf_rx_enable 
+0x365c 009760 call g24_receive_rxon 
+0x365d 009761 call g24_end_of_packet ,user3 
+0x365e 009762 rtn 
+:      009764 g24_retransmit:
+0x365f 009765 bpatchx patch33_2 ,mem_patch33 
+0x3660 009766 fetch 1 ,mem_device_option 
+0x3661 009767 beq dvc_op_mouse ,mouse_g24_retransmit 
+:      009768 g24_retransmit0:
+0x3662 009769 fetch 1 ,mem_24g_abort_pac 
+0x3663 009770 nrtn blank 
+0x3664 009771 fetch 2 ,mem_24g_txfail_cnt 
+0x3665 009772 increase 1 ,pdata 
+0x3666 009773 store 2 ,mem_24g_txfail_cnt 
+0x3667 009774 fetch 1 ,mem_24g_txfail_cnt + 1 
+0x3668 009775 bbit1 4 ,g24_tx_attempt_fail 
+0x3669 009776 call g24_transmit_hop_process 
+0x366a 009777 fetch 2 ,mem_24g_retransmit 
+0x366b 009778 increase 1 ,pdata 
+0x366c 009779 store 2 ,mem_24g_retransmit 
+0x366d 009780 branch g24_transmit_loop 
+:      009782 g24_ackpayload_parse:
+0x366e 009783 bpatchx patch33_3 ,mem_patch33 
+0x366f 009784 call g24_read_len_pid_crc 
+0x3670 009785 fetch 1 ,mem_24g_rxdata_length 
+0x3671 009786 rtn blank 
+0x3672 009787 iforce loopcnt 
+0x3673 009788 arg mem_24g_rxbuf + 2 ,contr 
+0x3674 009789 arg mem_24g_rxpayload ,contw 
+0x3675 009790 branch memcpy 
+:      009793 g24_tx_attempt_fail:
+0x3676 009794 bpatchx patch33_4 ,mem_patch33 
+0x3677 009795 setarg 0 
+0x3678 009796 store 2 ,mem_24g_txfail_cnt 
+0x3679 009797 jam 1 ,mem_24g_attempt_fail_flag 
+:      009798 g24_stop_24g_mode:
+0x367a 009799 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+0x367b 009800 branch ui_ipc_send_event 
+:      009810 g24_transmit_hop_process:
+0x367c 009811 bpatchx patch33_5 ,mem_patch33 
+0x367d 009812 fetcht 1 ,mem_24g_retry 
+0x367e 009813 fetch 1 ,mem_24g_fast_hop_count 
+0x367f 009814 isub temp ,null 
+0x3680 009815 nbranch g24_tx_fast_hop ,positive 
+0x3681 009816 increase 1 ,temp 
+0x3682 009817 storet 1 ,mem_24g_retry 
+0x3683 009818 fetch 1 ,mem_24g_fast_hop_count 
+0x3684 009819 beq 5 ,g24_transmit_hop_process_4ms 
+0x3685 009820 fetch 1 ,mem_24g_retry 
+0x3686 009821 beq 6 ,g24_hop_ch_disable 
+0x3687 009822 beq 12 ,g24_hop_ch_disable 
+0x3688 009823 rtn 
+:      009826 g24_transmit_hop_process_4ms:
+0x3689 009827 fetch 1 ,mem_24g_retry 
+0x368a 009828 beq 3 ,g24_hop_ch_disable 
+0x368b 009829 beq 6 ,g24_hop_ch_disable 
+0x368c 009830 rtn 
+:      009834 g24_hop_ch_enable:
+:      009839 g24_txpayload_type_update:
+0x368d 009840 bmark1 mark_ble_lr ,g24_lr_type_update 
+0x368e 009841 store 1 ,mem_24g_txpayload + offset_data_type 
+0x368f 009842 rtn 
+:      009843 g24_lr_type_update:
+0x3690 009844 store 1 ,mem_24g_txpayload + offset_lr_data_type 
+0x3691 009845 rtn 
+:      009847 g24_hop_enable_packet:
+0x3692 009848 fetch 1 ,mem_24g_data_type 
+0x3693 009849 rtnbit0 bit_hop 
+:      009850 g24_hop_ch_disable:
+0x3694 009851 fetch 1 ,mem_24g_data_type 
+0x3695 009852 set0 bit_hop ,pdata 
+0x3696 009853 store 1 ,mem_24g_data_type 
+0x3697 009854 call g24_txpayload_type_update 
+0x3698 009855 call power_ctrl_pac_succ_decrs 
+0x3699 009856 branch g24_ch 
+:      009858 g24_tx_fast_hop:
+0x369a 009859 call power_ctrl_txpower_incrs 
+0x369b 009860 call power_ctrl_pac_succ_decrs 
+0x369c 009861 branch g24_ch 
+:      009879 g24_search_receiver:
+0x369d 009880 fetch 2 ,mem_cb_24g_search_receiver 
+0x369e 009881 branch callback_func 
+:      009883 g24_nodata_transmit:
+0x369f 009884 fetch 1 ,mem_24g_abort_pac 
+0x36a0 009885 call g24_send_abort_packet ,blank 
+0x36a1 009886 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x36a2 009887 rtneq g24_tx_timer_int_enable 
+0x36a3 009888 call g24_search_receiver 
+0x36a4 009889 fetch 2 ,mem_cb_24g_transmit_long_sleep 
+0x36a5 009890 branch callback_func 
+:      009892 g24_send_abort_packet:
+0x36a6 009893 jam type_ms ,mem_24g_data_type 
+0x36a7 009894 jam 1 ,mem_24g_abort_pac 
+0x36a8 009895 call g24_transmit_rf_ctrl_clear 
+0x36a9 009896 store 1 ,mem_24g_txbuf 
+0x36aa 009897 setarg 0 
+0x36ab 009898 store 7 ,mem_24g_txbuf + 1 
+0x36ac 009899 fetch 4 ,mem_24g_device_addr 
+0x36ad 009900 store 4 ,mem_24g_txbuf + 8 
+0x36ae 009901 jam 12 ,mem_24g_datalen 
+0x36af 009902 fetch 1 ,mem_24g_data_type 
+0x36b0 009903 set1 bit_abort ,pdata 
+0x36b1 009904 store 1 ,mem_24g_data_type 
+0x36b2 009905 call g24_transmit_prep 
+0x36b3 009906 branch g24_transmit_start 
+:      009910 g24_lpm_wait:
+0x36b4 009911 bpatchx patch33_6 ,mem_patch33 
+0x36b5 009912 enable user 
+0x36b6 009913 call lpo_calibration 
+0x36b7 009914 fetch 3 ,mem_clks_per_lpo 
+0x36b8 009915 branch disable_user ,blank 
+0x36b9 009916 fetch 1 ,mem_lpm_mode 
+0x36ba 009917 branch disable_user ,blank 
+0x36bb 009918 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x36bc 009919 beq g24_tx_timer_int_enable ,disable_user 
+0x36bd 009920 rtn 
+:      009922 g24_setgpio_lpm_before:
+0x36be 009923 fetch 2 ,mem_cb_24g_lpm_before 
+0x36bf 009924 branch callback_func 
+:      009937 g24_transmit_by_interrupt:
+0x36c0 009938 call g24_timer_check 
+0x36c1 009939 nrtn user 
+0x36c2 009940 call g24_interval_calibrate 
+0x36c3 009941 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x36c4 009942 increase 1 ,pdata 
+0x36c5 009943 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x36c6 009944 fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+0x36c7 009945 isub temp ,null 
+0x36c8 009946 call g24_transmit_by_interrupt_exit ,zero 
+0x36c9 009947 branch g24_transmit_no_interrupt 
+:      009950 g24_transmit_by_interrupt_exit:
+0x36ca 009951 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+0x36cb 009952 setarg 0 
+0x36cc 009953 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x36cd 009954 setarg 100 
+0x36ce 009955 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+:      009956 g24_interval_min:
+0x36cf 009957 jam 0 ,mem_24g_pac_index 
+0x36d0 009958 fetch 1 ,mem_24g_interval_min 
+:      009959 g24_interval_store:
+0x36d1 009960 store 1 ,mem_24g_interval 
+0x36d2 009961 rtn 
+:      009962 g24_interval_max:
+0x36d3 009963 fetch 1 ,mem_24g_interval_max 
+0x36d4 009964 branch g24_interval_store 
+:      009966 g24_interval_calibrate:
+0x36d5 009967 fetch 1 ,mem_24g_pac_index 
+0x36d6 009968 increase 1 ,pdata 
+0x36d7 009969 store 1 ,mem_24g_pac_index 
+0x36d8 009970 beq 4 ,g24_interval_max 
+0x36d9 009971 beq 5 ,g24_interval_min 
+0x36da 009972 rtn 
+:      009974 g24_transmit_by_interrupt_enable:
+0x36db 009975 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
+0x36dc 009976 setarg 0 
+0x36dd 009977 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x36de 009978 rtn 
+:      009988 g24_factory_check:
+0x36df 009989 arg 2 ,loopcnt 
+0x36e0 009990 arg mem_24g_addr ,contr 
+:      009991 pdata_0xff_check:
+0x36e1 009992 call enable_user 
+0x36e2 009993 setarg 0xffff 
+:      009994 pdata_0xff_check_loop:
+0x36e3 009995 ifetcht 2 ,contr 
+0x36e4 009996 isub temp ,null 
+0x36e5 009997 ncall disable_user ,zero 
+0x36e6 009998 loop pdata_0xff_check_loop 
+0x36e7 009999 rtn 
+:      010009 power_ctrl_start:
+0x36e8 010010 bpatchx patch33_7 ,mem_patch33 
+0x36e9 010011 fetch 1 ,mem_power_ctrl_disable 
+0x36ea 010012 nrtn blank 
+0x36eb 010013 fetch 2 ,mem_ui_state_map 
+0x36ec 010014 rtnbit1 ui_state_ble_adv 
+0x36ed 010017 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
+0x36ee 010018 call rssi_average 
+0x36ef 010019 storet 1 ,mem_rssi_avg_received 
+0x36f0 010020 fetch 1 ,mem_rssi_dis_max_24g 
+0x36f1 010021 bmark1 mark_24g ,power_ctrl_start_next 
+0x36f2 010022 fetch 1 ,mem_rssi_dis_max_ble 
+:      010023 power_ctrl_start_next:
+0x36f3 010024 isub temp ,null 
+0x36f4 010025 nbranch power_ctrl_txpower_incrs_force ,positive 
+0x36f5 010026 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x36f6 010027 sub pdata ,2 ,null 
+0x36f7 010028 nbranch power_ctrl_txpower_decrs_check ,positive 
+0x36f8 010029 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x36f9 010030 beq 0 ,power_ctrl_txpower_incrs 
+0x36fa 010031 rtn 
+:      010033 power_ctrl_txpower_decrs_check:
+0x36fb 010034 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x36fc 010035 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
+0x36fd 010036 isub temp ,null 
+0x36fe 010037 nrtn zero 
+0x36ff 010038 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      010039 power_ctrl_txpower_decrs:
+0x3700 010040 fetcht 1 ,mem_rssi_avg_received 
+0x3701 010041 fetch 1 ,mem_rssi_dis_min_24g 
+0x3702 010042 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
+0x3703 010043 fetch 1 ,mem_rssi_dis_min_ble 
+:      010044 power_ctrl_txpower_decrs_next:
+0x3704 010045 isub temp ,null 
+0x3705 010046 nrtn positive 
+0x3706 010047 fetch 1 ,mem_power_ctrl_level 
+0x3707 010048 beq 0 ,power_ctrl_decrs_level0 
+0x3708 010049 increase -1 ,pdata 
+0x3709 010050 store 1 ,mem_power_ctrl_level 
+0x370a 010051 beq 0 ,power_ctrl_decrs_level0 
+:      010052 power_ctrl_decrs_level1:
+:      010053 power_ctrl_incrs_level1:
+0x370b 010054 jam tx_power_0db ,mem_tx_power 
+0x370c 010055 rtn 
+:      010057 power_ctrl_txpower_incrs_force:
+0x370d 010058 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      010059 power_ctrl_txpower_incrs:
+0x370e 010060 fetch 1 ,mem_power_ctrl_level 
+0x370f 010061 beq 2 ,power_ctrl_incrs_level2 
+0x3710 010062 increase 1 ,pdata 
+0x3711 010063 store 1 ,mem_power_ctrl_level 
+0x3712 010064 beq 1 ,power_ctrl_incrs_level1 
+:      010065 power_ctrl_incrs_level2:
+0x3713 010066 jam tx_power_6db ,mem_tx_power 
+0x3714 010067 rtn 
+:      010069 power_ctrl_decrs_level0:
+0x3715 010070 jam tx_power_f5db ,mem_tx_power 
+0x3716 010071 rtn 
+:      010073 power_ctrl_pac_succ_cnt_init:
+0x3717 010074 jam 1 ,mem_power_ctrl_level 
+0x3718 010075 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0x3719 010076 rtn 
+:      010078 power_ctrl_pac_succ_incrs:
+0x371a 010079 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x371b 010080 increase 1 ,pdata 
+0x371c 010081 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x371d 010082 rtn 
+:      010084 power_ctrl_pac_succ_decrs:
+0x371e 010085 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x371f 010086 sub pdata ,2 ,null 
+0x3720 010087 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
+0x3721 010088 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x3722 010089 rtneq 0 
+0x3723 010090 increase -1 ,pdata 
+0x3724 010091 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x3725 010092 rtn 
+:      010094 power_ctrl_pac_succ_cnt_reinit:
+0x3726 010095 jam 3 ,mem_power_ctrl_pac_succ_cnt 
+0x3727 010096 rtn 
+:      010106 ali_mesh_access_layer_resolve_message:
+0x3728 010107 fetch 1 ,mem_ccm_data_len 
+0x3729 010108 store 1 ,mem_mesh_receive_model_message_payload_len 
+0x372a 010109 copy alarm ,contr 
+0x372b 010110 call memcpy24 
+0x372c 010111 fetch 2 ,mem_mesh_cb_receive_access_message 
+0x372d 010112 branch callback_func 
+:      010114 ali_mesh_access_layer_check_access_message_opcode:
+0x372e 010115 jam mesh_receive_new_message_timer ,mem_mesh_upper_receive_new_message_timer 
+0x372f 010116 call ali_mesh_app_recv_new_mesh_pkt 
+0x3730 010119 fetch 1 ,mem_mesh_receive_model_message_payload_opcode 
+0x3731 010120 beq mesh_message_opcode_config_appkey_add ,ali_mesh_access_layer_message_opcode_config_appkey_add 
+0x3732 010121 beq mesh_configuration_and_health_message_opcode_header ,ali_mesh_access_layer_config_or_health_message_opcode 
+0x3733 010122 beq mesh_module_message_opcode_header ,ali_mesh_model_layer_check_model_message_opcode 
+0x3734 010123 beq vendor_message_attr_set ,ali_mesh_ali_vendor_message_attribute_set 
+0x3735 010124 beq vendor_message_attr_get ,ali_mesh_ali_vendor_message_opcode_attr_get 
+0x3736 010125 beq vendor_message_attr_set_unacknowledged ,ali_mesh_ali_vendor_message_attribute_set 
+0x3737 010126 beq vendor_message_attr_confirmation ,ali_mesh_ali_vendor_message_opcode_attr_confrimation 
+0x3738 010127 rtn 
+:      010130 ali_mesh_access_layer_message_opcode_config_appkey_add:
+0x3739 010131 arg mem_mesh_receive_application_key ,contr 
+0x373a 010132 arg mem_mesh_application_key ,contw 
+0x373b 010133 call memcpy16 
+0x373c 010134 jam paired_status ,mem_mesh_provisioned_flag 
+0x373d 010135 call ali_mesh_encrypt_base_function_k3 
+0x373e 010136 call ali_mesh_encrypt_base_function_k4 
+0x373f 010137 call ali_mesh_access_layer_finish_pairing_init_subscription_list 
+0x3740 010138 call ali_mesh_accesss_layer_check_message_type 
+0x3741 010139 call ali_mesh_access_layer_send_config_appkey_status 
+0x3742 010140 jam paired_status ,mem_mesh_provisioned_flag 
+0x3743 010141 fetch 2 ,mem_mesh_cb_receive_config_appkey_add 
+0x3744 010142 branch callback_func 
+:      010144 ali_mesh_access_layer_recv_cfg_appkey_add_cb:
+0x3745 010145 setarg 0 
+0x3746 010146 store 2 ,mem_mesh_fast_pairing_timer 
+0x3747 010148 random pdata 
+0x3748 010149 and pdata ,0x1f ,pdata 
+0x3749 010150 add pdata ,30 ,pdata 
+0x374a 010151 store 1 ,mem_mesh_report_full_attribute_timer 
+0x374b 010152 add pdata ,5 ,pdata 
+0x374c 010153 store 1 ,mem_mesh_report_power_on_timer 
+0x374d 010154 call mesh_clear_timer_data 
+0x374e 010155 branch mesh_receive_config_appkey_add_cb 
+:      010157 ali_mesh_accesss_layer_check_message_type:
+0x374f 010158 fetch 1 ,mem_mesh_network_packet_type 
+0x3750 010159 jam received_config_appkey_add ,mem_mesh_provisioned_flag 
+0x3751 010160 rtneq mesh_message_app 
+0x3752 010161 jam paired_status ,mem_mesh_provisioned_flag 
+0x3753 010162 rtn 
+:      010164 ali_mesh_access_layer_send_config_appkey_status:
+0x3754 010165 setarg mesh_configuration_and_health_message_opcode_header 
+0x3755 010166 store 1 ,mem_mesh_access_layer_payload 
+0x3756 010167 setarg mesh_message_opcode_config_config_model_publication_set 
+0x3757 010168 istore 1 ,contw 
+0x3758 010169 setarg status_code_success 
+0x3759 010170 istore 1 ,contw 
+0x375a 010171 fetch 3 ,mem_mesh_netkeyindex_and_appkeyindex 
+0x375b 010172 istore 3 ,contw 
+0x375c 010173 jam 6 ,mem_mesh_access_layer_payload_len 
+0x375d 010174 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010177 ali_mesh_access_layer_finish_pairing_init_subscription_list:
+0x375e 010178 fetch 2 ,mem_mesh_core_feature 
+0x375f 010179 rtnbit1 mesh_feature_disable_subscription 
+0x3760 010180 call mesh_get_element_info_config 
+:      010181 ali_mesh_access_layer_finish_pairing_init_subscription_list_loop:
+0x3761 010182 add rega ,element_device_subscription_label ,regc 
+0x3762 010183 setarg -1 
+0x3763 010184 istore subscription_max_count ,regc 
+0x3764 010185 istore subscription_max_count ,contw 
+0x3765 010186 ifetch 2 ,rega 
+0x3766 010187 istore 2 ,regc 
+0x3767 010188 copy regb ,pdata 
+0x3768 010189 iadd rega ,rega 
+0x3769 010190 loop ali_mesh_access_layer_finish_pairing_init_subscription_list_loop 
+0x376a 010191 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
+0x376b 010192 branch callback_func 
+:      010195 ali_mesh_access_layer_send_generic_onoff_status:
+0x376c 010196 setarg mesh_module_message_opcode_header 
+0x376d 010197 store 1 ,mem_mesh_access_layer_payload 
+0x376e 010198 setarg mesh_module_message_opcode_generic_onoff_status_no_head 
+0x376f 010199 istore 1 ,contw 
+0x3770 010200 fetch 1 ,mem_mesh_generic_onoff_set_payload_onoff 
+0x3771 010201 istore 1 ,contw 
+0x3772 010202 jam 3 ,mem_mesh_access_layer_payload_len 
+0x3773 010203 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010206 ali_mesh_access_layer_send_light_lightness_status:
+0x3774 010207 setarg mesh_module_message_opcode_header 
+0x3775 010208 store 1 ,mem_mesh_access_layer_payload 
+0x3776 010209 setarg mesh_module_message_opcode_light_lightness_status_no_head 
+0x3777 010210 istore 1 ,contw 
+0x3778 010211 fetch 2 ,mem_mesh_light_lightness_set_payload_lightness 
+0x3779 010212 istore 2 ,contw 
+0x377a 010213 jam 4 ,mem_mesh_access_layer_payload_len 
+0x377b 010214 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010217 ali_mesh_access_layer_send_light_ctl_stauts:
+0x377c 010218 setarg mesh_module_message_opcode_header 
+0x377d 010219 store 1 ,mem_mesh_access_layer_payload 
+0x377e 010220 setarg mesh_module_message_opcode_light_ctl_status_no_head 
+0x377f 010221 istore 1 ,contw 
+0x3780 010222 fetch 4 ,mem_mesh_ctl_lightness 
+0x3781 010223 istore 4 ,contw 
+0x3782 010224 jam 6 ,mem_mesh_access_layer_payload_len 
+0x3783 010225 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010229 ali_mesh_access_layer_send_scene_status:
+0x3784 010230 setarg mesh_module_message_opcode_scene_status 
+0x3785 010231 store 1 ,mem_mesh_access_layer_payload 
+0x3786 010232 setarg mesh_success 
+0x3787 010233 istore 1 ,contw 
+0x3788 010234 fetch 2 ,mem_mesh_scene_recall_payload_scene_number 
+0x3789 010235 istore 2 ,contw 
+0x378a 010236 jam 4 ,mem_mesh_access_layer_payload_len 
+0x378b 010237 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010241 ali_mesh_app_recv_new_mesh_pkt:
+0x378c 010243 fetch 1 ,mem_mesh_report_full_attribute_timer 
+0x378d 010244 rtn blank 
+0x378e 010245 pincrease 30 
+0x378f 010246 store 1 ,mem_mesh_report_full_attribute_timer 
+0x3790 010247 rtn 
+:      010249 ali_mesh_report_power_on_timer:
+0x3791 010250 arg mem_mesh_report_power_on_timer ,regc 
+0x3792 010251 arg ali_mesh_ali_vendor_message_opcode_device_power_on ,regb 
+0x3793 010252 branch timer_single_step 
+:      010254 ali_mesh_report_full_attribute_timer:
+0x3794 010255 arg mem_mesh_report_full_attribute_timer ,regc 
+0x3795 010256 arg ali_mesh_app_report_device_state ,regb 
+0x3796 010257 branch timer_single_step 
+:      010259 ali_mesh_app_report_device_state:
+0x3797 010260 fetch 2 ,mem_mesh_app_deport_device_state 
+0x3798 010261 branch callback_func 
+:      010268 ali_mesh_ali_vendor_message_attribute_set:
+0x3799 010269 call ali_mesh_ali_vendor_message_attrbute_check_company_id_and_tid 
+0x379a 010270 nrtn user 
+0x379b 010271 bpatchx patch34_0 ,mem_patch34 
+0x379c 010272 fetch 2 ,mem_mesh_vendor_message_attr_type 
+0x379d 010273 arg vendor_message_attr_type_time ,temp 
+0x379e 010274 isub temp ,null 
+0x379f 010275 branch ali_mesh_ali_vendor_message_opcode_timer_set_curr_time ,zero 
+0x37a0 010277 arg vendor_mseeage_attr_type_set_time_repeat ,temp 
+0x37a1 010278 isub temp ,null 
+0x37a2 010279 branch ali_mesh_ali_vendor_message_opcode_timer_set_timing_cyclically ,zero 
+0x37a3 010281 arg vendor_mseeage_attr_type_set_time_single ,temp 
+0x37a4 010282 isub temp ,null 
+0x37a5 010283 branch ali_mesh_ali_vendor_message_opcode_timer_set_timing ,zero 
+0x37a6 010285 arg vendor_message_attr_type_timer_deleate ,temp 
+0x37a7 010286 isub temp ,null 
+0x37a8 010287 branch ali_mesh_ali_vendor_message_opcode_delete_timer ,zero 
+0x37a9 010288 arg vendor_message_attr_type_timer_inquire ,temp 
+0x37aa 010289 isub temp ,null 
+0x37ab 010290 branch ali_mesh_ali_vendor_message_opcode_timer_inquire ,zero 
+0x37ac 010291 arg vendor_mseeage_attr_type_timer_enable ,temp 
+0x37ad 010292 isub temp ,null 
+0x37ae 010293 branch ali_mesh_ali_vendor_message_opcode_timer_set_state ,zero 
+0x37af 010296 arg vendor_message_attr_type_main_light ,temp 
+0x37b0 010297 isub temp ,null 
+0x37b1 010298 branch ali_mesh_ali_vendor_message_attribute_set_main_light ,zero 
+0x37b2 010299 arg vendor_message_attr_type_background_light ,temp 
+0x37b3 010300 isub temp ,null 
+0x37b4 010301 branch ali_mesh_ali_vendor_message_attribute_set_background_light ,zero 
+0x37b5 010302 arg vendor_message_attr_type_color ,temp 
+0x37b6 010303 isub temp ,null 
+0x37b7 010304 branch ali_mesh_ali_vendor_message_attribute_set_color ,zero 
+0x37b8 010305 fetch 2 ,mem_mesh_cb_recv_vendor 
+0x37b9 010306 branch callback_func 
+:      010308 ali_mesh_ali_vendor_message_opcode_attr_get:
+0x37ba 010309 rtn 
+:      010310 ali_mesh_ali_vendor_message_opcode_attr_confrimation:
+0x37bb 010311 ifetch 2 ,contr 
+0x37bc 010312 arg vendor_message_opcode_company_id ,temp 
+0x37bd 010313 isub temp ,null 
+0x37be 010314 nrtn zero 
+0x37bf 010315 ifetch 1 ,contr 
+0x37c0 010316 fetcht 1 ,mem_mesh_upper_tran_layer_packet_tid 
+0x37c1 010317 isub temp ,null 
+0x37c2 010318 nrtn zero 
+0x37c3 010319 branch ali_mesh_stop_send_indication_packet 
+:      010321 ali_mesh_ali_vendor_message_attrbute_check_company_id_and_tid:
+0x37c4 010322 call disable_user 
+0x37c5 010323 fetch 2 ,mem_mesh_vendor_message_cid 
+0x37c6 010324 arg vendor_message_opcode_company_id ,temp 
+0x37c7 010325 isub temp ,null 
+0x37c8 010326 nrtn zero 
+0x37c9 010327 fetcht 1 ,mem_mesh_vendor_mesh_receive_tid 
+0x37ca 010328 fetch 1 ,mem_mesh_vendor_message_tid 
+0x37cb 010329 isub temp ,null 
+0x37cc 010330 rtn zero 
+0x37cd 010331 store 1 ,mem_mesh_vendor_mesh_receive_tid 
+0x37ce 010332 branch enable_user 
+:      010334 ali_mesh_ali_vendor_message_attribute_set_main_light:
+0x37cf 010335 call ali_mesh_ali_vendor_message_ack_attr_status_uint8 
+0x37d0 010336 fetch 2 ,mem_mesh_cb_main_light_onoff_set 
+0x37d1 010337 branch callback_func 
+:      010340 ali_mesh_ali_vendor_message_attribute_set_background_light:
+0x37d2 010341 call ali_mesh_ali_vendor_message_ack_attr_status_uint8 
+0x37d3 010342 fetch 2 ,mem_mesh_cb_background_onoff_set 
+0x37d4 010343 branch callback_func 
+:      010345 ali_mesh_ali_vendor_message_attribute_set_color:
+0x37d5 010346 call ali_mesh_ali_vendor_message_ack_attr_status_uint48 
+0x37d6 010347 fetch 2 ,mem_mesh_cb_color_set 
+0x37d7 010348 branch callback_func 
+:      010351 ali_mesh_ali_vendor_message_opcode_timer_set_curr_time:
+0x37d8 010352 call ali_mesh_ali_vendor_message_ack_attr_status_uint32 
+0x37d9 010354 fetch 4 ,mem_mesh_vendor_message_current_time 
+0x37da 010355 store 4 ,mem_mesh_vendor_timer_current_time 
+0x37db 010356 branch ali_mesh_time_init_system_time 
+:      010360 ali_mesh_ali_vendor_message_status_add_head:
+0x37dc 010361 setarg vendor_message_attr_status 
+0x37dd 010362 store 1 ,mem_mesh_access_layer_payload 
+0x37de 010363 setarg vendor_message_opcode_company_id 
+0x37df 010364 istore 2 ,contw 
+0x37e0 010365 fetch 1 ,mem_mesh_vendor_mesh_receive_tid 
+0x37e1 010366 istore 1 ,contw 
+0x37e2 010367 istoret 2 ,contw 
+0x37e3 010368 rtn 
+:      010371 ali_mesh_ali_vendor_message_opcode_device_power_on:
+0x37e4 010372 arg 0 ,queue 
+0x37e5 010373 arg vendor_message_event_device_power_on ,temp 
+0x37e6 010374 arg vendor_attr_type_event_trigger ,rega 
+0x37e7 010375 branch ali_mesh_ali_vendor_message_opcode_para_uint8 
+:      010386 ali_mesh_ali_vendor_message_opcode_generic_onoff:
+0x37e8 010387 arg vendor_attr_generic_onoff_server ,rega 
+0x37e9 010388 branch ali_mesh_ali_vendor_message_opcode_para_uint8 
+:      010392 ali_mesh_ali_vendor_message_ack_attr_status_uint64:
+0x37ea 010393 arg 8 ,loopcnt 
+0x37eb 010394 branch ali_mesh_ali_vendor_message_ack_attr_status 
+:      010396 ali_mesh_ali_vendor_message_ack_attr_status_uint56:
+0x37ec 010397 arg 8 ,loopcnt 
+0x37ed 010398 branch ali_mesh_ali_vendor_message_ack_attr_status 
+:      010400 ali_mesh_ali_vendor_message_ack_attr_status_uint48:
+0x37ee 010401 arg 6 ,loopcnt 
+0x37ef 010402 branch ali_mesh_ali_vendor_message_ack_attr_status 
+:      010404 ali_mesh_ali_vendor_message_ack_attr_status_uint32:
+0x37f0 010405 arg 4 ,loopcnt 
+0x37f1 010406 branch ali_mesh_ali_vendor_message_ack_attr_status 
+:      010408 ali_mesh_ali_vendor_message_ack_attr_status_uint16:
+0x37f2 010409 arg 2 ,loopcnt 
+0x37f3 010410 branch ali_mesh_ali_vendor_message_ack_attr_status 
+:      010412 ali_mesh_ali_vendor_message_ack_attr_status_uint8:
+0x37f4 010413 arg 1 ,loopcnt 
+0x37f5 010414 branch ali_mesh_ali_vendor_message_ack_attr_status 
+:      010417 ali_mesh_ali_vendor_message_ack_attr_status:
+0x37f6 010418 add loopcnt ,6 ,pdata 
+0x37f7 010419 store 1 ,mem_mesh_access_layer_payload_len 
+0x37f8 010420 call ali_mesh_ali_vendor_message_status_add_head 
+0x37f9 010421 arg mem_mesh_vendor_attr_parameter ,contr 
+0x37fa 010422 call memcpy 
+0x37fb 010423 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010430 ali_mesh_ali_vendor_message_opcode_para_uint8:
+0x37fc 010431 call ali_mesh_ali_vendor_message_indication_info_add_head 
+0x37fd 010432 istorer rega ,2 ,contw 
+0x37fe 010433 istoret 1 ,contw 
+0x37ff 010434 jam 7 ,mem_mesh_access_layer_payload_len 
+0x3800 010435 branch ali_mesh_ali_vendor_message_send_message 
+:      010441 ali_mesh_ali_vendor_message_opcode_para_uint16:
+0x3801 010442 call ali_mesh_ali_vendor_message_indication_info_add_head 
+0x3802 010443 istorer rega ,2 ,contw 
+0x3803 010444 istoret 2 ,contw 
+0x3804 010445 jam 8 ,mem_mesh_access_layer_payload_len 
+0x3805 010446 branch ali_mesh_ali_vendor_message_send_message 
+:      010450 ali_mesh_ali_vendor_message_send_message:
+0x3806 010451 call ali_mesh_more_element_calc_queue_address 
+0x3807 010452 branch ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer 
+:      010455 ali_mesh_ali_vendor_message_indication_info_add_head:
+0x3808 010456 fetch 1 ,mem_mesh_transport_aid 
+0x3809 010457 store 1 ,mem_mesh_message_transport_head 
+0x380a 010458 setarg vendor_message_tmall_dst 
+0x380b 010459 store 2 ,mem_mesh_send_message_dst 
+0x380c 010460 fetch 1 ,mem_mesh_vendor_mesh_send_tid 
+0x380d 010461 pincrease 1 
+0x380e 010462 store 1 ,mem_mesh_vendor_mesh_send_tid 
+0x380f 010463 beq vendor_message_send_tid_max ,ali_mesh_ali_vendor_message_indication_info_reset_tid 
+0x3810 010464 setarg vendor_message_attr_indication 
+0x3811 010465 store 1 ,mem_mesh_access_layer_payload 
+0x3812 010466 setarg vendor_message_opcode_company_id 
+0x3813 010467 istore 2 ,contw 
+0x3814 010468 fetch 1 ,mem_mesh_vendor_mesh_send_tid 
+0x3815 010469 istore 1 ,contw 
+0x3816 010470 rtn 
+:      010472 ali_mesh_ali_vendor_message_indication_info_reset_tid:
+0x3817 010473 jam vendor_message_send_tid_min ,mem_mesh_vendor_mesh_send_tid 
+0x3818 010474 rtn 
+:      010477 ali_mesh_ali_vendor_message_opcode_delete_timer:
+0x3819 010478 copy contr ,rega 
+0x381a 010479 fetch 1 ,mem_mesh_receive_model_message_payload_len 
+0x381b 010480 arg 6 ,temp 
+0x381c 010481 isub temp ,pdata 
+0x381d 010482 store 1 ,mem_mesh_timer_index_buffer_len 
+0x381e 010483 copy pdata ,loopcnt 
+0x381f 010484 copy rega ,contr 
+0x3820 010485 arg mem_mesh_timer_index_buffer ,contw 
+0x3821 010486 call memcpy 
+0x3822 010487 arg 0 ,regb 
+:      010488 ali_mesh_ali_vendor_message_opcode_delete_timer_loop:
+0x3823 010489 arg mem_mesh_timer_index_buffer ,pdata 
+0x3824 010490 iadd regb ,temp 
+0x3825 010491 ifetch 1 ,temp 
+0x3826 010492 beq 0xff ,ali_mesh_ali_vendor_aim_timer_buffer_clear_all 
+0x3827 010493 and pdata ,0x7f ,pdata 
+0x3828 010494 call ali_mesh_ali_vendor_aim_timer_buffer_clear 
+0x3829 010495 increase 1 ,regb 
+0x382a 010496 fetch 1 ,mem_mesh_timer_index_buffer_len 
+0x382b 010497 isub regb ,null 
+0x382c 010498 branch ali_mesh_ali_vendor_message_opcode_delete_timer_loop ,positive 
+0x382d 010499 call peripherals_write_mesh_timer_infmatn 
+:      010500 ali_mesh_access_layer_send_ali_vendor_message_delete_timer:
+0x382e 010501 arg vendor_message_attr_type_timer_deleate ,temp 
+0x382f 010502 call ali_mesh_ali_vendor_message_status_add_head 
+0x3830 010503 arg 0 ,temp 
+0x3831 010504 istoret 1 ,contw 
+0x3832 010505 copy contw ,temp 
+0x3833 010506 call ali_mesh_get_all_timer_index_timer 
+0x3834 010507 pincrease 7 
+0x3835 010508 store 1 ,mem_mesh_access_layer_payload_len 
+0x3836 010509 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010511 ali_mesh_ali_vendor_aim_timer_buffer_clear:
+0x3837 010512 rtn blank 
+0x3838 010513 pincrease -1 
+0x3839 010514 mul32 pdata ,18 ,pdata 
+0x383a 010515 arg mem_mesh_vendor_timer_timing_buffer ,rega 
+0x383b 010516 iadd rega ,rega 
+0x383c 010517 setarg 0 
+0x383d 010518 istore 1 ,rega 
+0x383e 010519 rtn 
+:      010521 ali_mesh_ali_vendor_aim_timer_buffer_clear_all:
+0x383f 010522 arg 18 ,loopcnt 
+0x3840 010523 mul32 loopcnt ,mesh_x_timers ,loopcnt 
+0x3841 010524 arg mem_mesh_vendor_timer_timing_buffer ,contw 
+0x3842 010525 call clear_mem 
+0x3843 010526 call peripherals_write_mesh_timer_infmatn 
+0x3844 010527 branch ali_mesh_access_layer_send_ali_vendor_message_delete_timer 
+:      010529 ali_mesh_ali_vendor_message_opcode_timer_inquire:
+0x3845 010530 ifetch 1 ,contr 
+0x3846 010531 beq 0xff ,ali_mesh_ali_vendor_message_opcode_timer_inquire_all_timer 
+0x3847 010532 store 1 ,mem_mesh_vendor_timer_timing_temp 
+0x3848 010533 ifetch 1 ,contr 
+0x3849 010534 pincrease -1 
+0x384a 010535 mul32 pdata ,18 ,pdata 
+0x384b 010536 arg mem_mesh_vendor_timer_timing_buffer ,contr 
+0x384c 010537 iadd contr ,contr 
+0x384d 010538 arg mem_mesh_vendor_timer_timing_palyload ,contw 
+0x384e 010539 arg 18 ,loopcnt 
+0x384f 010540 call memcpy 
+0x3850 010541 arg vendor_message_attr_type_timer_inquire ,temp 
+0x3851 010542 call ali_mesh_ali_vendor_message_status_add_head 
+0x3852 010543 fetch 1 ,mem_mesh_vendor_timer_timing_index 
+0x3853 010544 branch ali_mesh_ali_vendor_message_opcode_timer_inquire_time_error ,blank 
+0x3854 010545 arg 0 ,temp 
+0x3855 010546 istoret 1 ,contw 
+:      010547 ali_mesh_ali_vendor_message_opcode_timer_inquire_time:
+0x3856 010548 fetch 1 ,mem_mesh_vendor_timer_timing_temp 
+0x3857 010549 istore 1 ,contw 
+0x3858 010550 fetch 1 ,mem_mesh_vendor_timer_timing_index 
+0x3859 010551 istore 1 ,contw 
+0x385a 010552 fetch 8 ,mem_mesh_vendor_timer_timing_time 
+0x385b 010553 istore 8 ,contw 
+0x385c 010554 jam 17 ,mem_mesh_access_layer_payload_len 
+0x385d 010555 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010558 ali_mesh_ali_vendor_message_opcode_timer_inquire_all_timer:
+0x385e 010559 arg vendor_message_attr_type_timer_inquire ,temp 
+0x385f 010560 call ali_mesh_ali_vendor_message_status_add_head 
+0x3860 010561 arg 0xff ,temp 
+0x3861 010562 istoret 2 ,contw 
+0x3862 010565 copy contw ,temp 
+0x3863 010566 call ali_mesh_get_all_timer_index_timer 
+0x3864 010567 pincrease 8 
+0x3865 010568 store 1 ,mem_mesh_access_layer_payload_len 
+0x3866 010569 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010574 ali_mesh_ali_vendor_message_opcode_timer_inquire_time_error:
+0x3867 010575 arg 0x80 ,temp 
+0x3868 010576 istore 1 ,contw 
+0x3869 010577 branch ali_mesh_ali_vendor_message_opcode_timer_inquire_time 
+:      010579 ali_mesh_ali_vendor_message_opcode_timer_set_state:
+0x386a 010580 ifetch 1 ,contr 
+0x386b 010581 store 1 ,mem_mesh_vendor_timer_timing_temp 
+0x386c 010582 and pdata ,0x7f ,pdata 
+0x386d 010583 pincrease -1 
+0x386e 010584 mul32 pdata ,18 ,pdata 
+0x386f 010585 arg mem_mesh_vendor_timer_timing_buffer ,contw 
+0x3870 010586 iadd contw ,contw 
+0x3871 010587 fetch 1 ,mem_mesh_vendor_timer_timing_temp 
+0x3872 010588 istore 1 ,contw 
+0x3873 010589 call peripherals_write_mesh_timer_infmatn 
+0x3874 010590 arg vendor_mseeage_attr_type_timer_enable ,temp 
+0x3875 010591 call ali_mesh_ali_vendor_message_status_add_head 
+0x3876 010592 setarg 0 
+0x3877 010593 istore 1 ,contw 
+0x3878 010594 copy contw ,temp 
+0x3879 010595 call ali_mesh_get_all_timer_index_timer 
+0x387a 010596 pincrease 7 
+0x387b 010597 store 1 ,mem_mesh_access_layer_payload_len 
+0x387c 010598 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010603 ali_mesh_time_function:
+0x387d 010604 copy clkn_bt ,temp 
+0x387e 010605 fetch 4 ,mem_system_time 
+0x387f 010606 isub temp ,null 
+0x3880 010607 call ali_mesh_timer_timeout ,positive 
+0x3881 010608 call ali_mesh_clkn_bt_add_1s 
+0x3882 010609 isub temp ,null 
+0x3883 010610 rtn positive 
+0x3884 010611 call ali_mesh_time_init_system_time_without_clk 
+0x3885 010612 fetch 4 ,mem_mesh_vendor_timer_current_time 
+0x3886 010613 pincrease 1 
+0x3887 010614 store 4 ,mem_mesh_vendor_timer_current_time 
+0x3888 010615 branch ali_mesh_ali_vendor_check_time 
+:      010618 ali_mesh_time_init_system_time:
+0x3889 010619 copy clkn_bt ,pdata 
+:      010620 ali_mesh_time_init_system_time_without_clk:
+0x388a 010621 store 4 ,mem_system_time 
+0x388b 010622 fetch 1 ,mem_system_time + 3 
+0x388c 010623 and_into 0x0f ,pdata 
+0x388d 010624 store 1 ,mem_system_time + 3 
+0x388e 010625 rtn 
+:      010627 ali_mesh_timer_timeout:
+0x388f 010628 rtn zero 
+0x3890 010629 copy pdata ,regb 
+0x3891 010630 setarg 0x100000 
+0x3892 010631 lshift8 pdata ,pdata 
+0x3893 010632 iadd temp ,temp 
+0x3894 010633 copy regb ,pdata 
+0x3895 010634 rtn 
+:      010636 ali_mesh_clkn_bt_add_1s:
+0x3896 010637 arg 20 ,loopcnt 
+:      010638 ali_mesh_time_loop:
+0x3897 010639 pincrease 160 
+0x3898 010640 loop ali_mesh_time_loop 
+0x3899 010641 rtn 
+:      010643 ali_mesh_ali_vendor_check_time:
+0x389a 010644 setarg mesh_x_timers 
+0x389b 010645 store 1 ,mem_mesh_vendor_timer_check_loop 
+0x389c 010646 pincrease -1 
+0x389d 010647 mul32 pdata ,18 ,pdata 
+0x389e 010648 arg mem_mesh_vendor_timer_timing_buffer ,alarm 
+0x389f 010649 iadd alarm ,alarm 
+:      010650 ali_mesh_ali_vendor_check_time_loop:
+0x38a0 010651 ifetch 1 ,alarm 
+0x38a1 010652 ncall ali_mesh_ali_vendor_had_timing ,blank 
+0x38a2 010653 increase -18 ,alarm 
+0x38a3 010655 fetch 1 ,mem_mesh_vendor_timer_check_loop 
+0x38a4 010656 pincrease -1 
+0x38a5 010657 rtn blank 
+0x38a6 010658 store 1 ,mem_mesh_vendor_timer_check_loop 
+0x38a7 010659 branch ali_mesh_ali_vendor_check_time_loop 
+:      010661 ali_mesh_ali_vendor_had_timing:
+0x38a8 010662 arg 7 ,queue 
+0x38a9 010663 qisolate0 pdata 
+0x38aa 010664 rtn true 
+0x38ab 010665 and pdata ,0x7f ,pdata 
+0x38ac 010666 arg mesh_x_timers ,temp 
+0x38ad 010667 isub temp ,null 
+0x38ae 010668 rtn positive 
+0x38af 010669 copy alarm ,contr 
+0x38b0 010670 arg mem_mesh_vendor_timer_timing_palyload ,contw 
+0x38b1 010671 arg 18 ,loopcnt 
+0x38b2 010672 call memcpy 
+0x38b3 010673 fetch 1 ,mem_mesh_vendor_timer_timing_palyload + 17 
+0x38b4 010674 beq 0x59 ,ali_mesh_ali_vendor_had_timing_cyclically 
+:      010675 ali_mesh_ali_vendor_had_timing_single_time:
+0x38b5 010676 fetcht 4 ,mem_mesh_vendor_timer_current_time 
+0x38b6 010677 fetch 4 ,mem_mesh_vendor_timer_timing_time 
+0x38b7 010678 isub temp ,null 
+0x38b8 010679 fetch 1 ,mem_mesh_vendor_timer_timing_attr_para 
+0x38b9 010680 branch ali_mesh_ali_vendor_time_timeout ,zero 
+0x38ba 010681 nbranch ali_mesh_ali_vendor_time_out_of_date ,positive 
+0x38bb 010682 rtn 
+:      010684 ali_mesh_ali_vendor_time_out_of_date:
+0x38bc 010685 setarg 0 
+0x38bd 010686 istore 1 ,alarm 
+0x38be 010687 rtn 
+:      010689 ali_mesh_ali_vendor_had_timing_cyclically:
+0x38bf 010691 fetch 4 ,mem_mesh_vendor_timer_current_time 
+0x38c0 010692 arg seconds_of_min ,temp 
+0x38c1 010693 idiv temp 
+0x38c2 010694 call wait_div_end 
+0x38c3 010695 remainder pdata 
+0x38c4 010696 nrtn blank 
+0x38c5 010698 fetch 4 ,mem_mesh_vendor_timer_current_time 
+0x38c6 010699 arg seconds_of_four_days ,temp 
+0x38c7 010700 isub temp ,pdata 
+0x38c8 010702 arg seconds_of_week ,temp 
+0x38c9 010703 idiv temp 
+0x38ca 010704 call wait_div_end 
+0x38cb 010705 remainder pdata 
+0x38cc 010706 arg seconds_of_day ,temp 
+0x38cd 010707 idiv temp 
+0x38ce 010708 call wait_div_end 
+0x38cf 010709 remainder rega 
+0x38d0 010710 quotient queue 
+0x38d1 010711 fetch 1 ,mem_mesh_vendor_timer_timing_weekdays_cyclic 
+0x38d2 010712 branch ali_mesh_ali_vendor_had_timing_cyclically_continue ,blank 
+0x38d3 010713 qisolate1 pdata 
+0x38d4 010714 nrtn true 
+:      010715 ali_mesh_ali_vendor_had_timing_cyclically_continue:
+0x38d5 010717 deposit rega 
+0x38d6 010718 arg seconds_of_min ,temp 
+0x38d7 010719 idiv temp 
+0x38d8 010720 call wait_div_end 
+0x38d9 010721 quotient temp 
+0x38da 010722 setarg eight_hours_time_zone_offset 
+0x38db 010723 iadd temp ,temp 
+0x38dc 010724 fetch 2 ,mem_mesh_vendor_timer_timing_time_cyclic 
+0x38dd 010725 arg 0xfff ,rega 
+0x38de 010726 iand rega ,pdata 
+0x38df 010727 isub temp ,null 
+0x38e0 010728 nrtn zero 
+0x38e1 010729 fetch 1 ,mem_mesh_vendor_timer_timing_attr_para_cyclic 
+0x38e2 010730 branch ali_mesh_ali_vendor_time_timeout 
+:      010732 ali_mesh_ali_vendor_time_timeout:
+0x38e3 010733 store 1 ,mem_mesh_generic_onoff_set_payload_onoff 
+0x38e4 010734 jam 1 ,mem_mesh_vendor_timer_check_loop 
+0x38e5 010736 copy alarm ,pdata 
+0x38e6 010737 store 2 ,mem_mesh_alarm_temp 
+0x38e7 010739 fetcht 1 ,mem_mesh_generic_onoff_set_payload_onoff 
+0x38e8 010740 fetchr queue ,1 ,mem_mesh_receive_element_number 
+0x38e9 010741 call ali_mesh_ali_vendor_message_opcode_generic_onoff 
+0x38ea 010743 fetch 2 ,mem_mesh_alarm_temp 
+0x38eb 010744 copy pdata ,alarm 
+0x38ec 010745 add alarm ,17 ,contr 
+0x38ed 010746 ifetch 1 ,contr 
+0x38ee 010747 beq timer_cyclical_falg ,ali_mesh_ali_vendor_time_timeout_cyclic 
+:      010748 ali_mesh_ali_vendor_time_timeout_continue:
+0x38ef 010749 setarg 0 
+0x38f0 010750 istore 1 ,alarm 
+0x38f1 010751 fetchr queue ,1 ,mem_mesh_receive_element_number 
+0x38f2 010752 call ali_mesh_ali_vendor_message_opcode_timing_finish 
+0x38f3 010753 branch peripherals_write_mesh_timer_infmatn 
+:      010757 ali_mesh_ali_vendor_time_timeout_cyclic:
+0x38f4 010758 fetch 1 ,mem_mesh_vendor_timer_timing_weekdays_cyclic 
+0x38f5 010759 branch ali_mesh_ali_vendor_time_timeout_continue ,blank 
+0x38f6 010760 arg vendor_attr_type_event_trigger ,temp 
+0x38f7 010761 call ali_mesh_ali_vendor_message_status_add_head 
+0x38f8 010762 setarg 0x11 
+0x38f9 010763 istore 1 ,contw 
+0x38fa 010764 ifetch 1 ,alarm 
+0x38fb 010765 or pdata ,0x80 ,pdata 
+0x38fc 010766 istore 1 ,contw 
+0x38fd 010767 jam 8 ,mem_mesh_access_layer_payload 
+0x38fe 010768 branch ali_mesh_ali_vendor_message_send_message 
+:      010770 ali_mesh_ali_vendor_message_opcode_timing_finish:
+0x38ff 010771 arg vendor_attr_type_event_index_report ,temp 
+0x3900 010772 call ali_mesh_ali_vendor_message_status_add_head 
+0x3901 010773 copy contw ,temp 
+0x3902 010774 call ali_mesh_get_all_timer_index_timer 
+0x3903 010776 pincrease 6 
+0x3904 010777 store 1 ,mem_mesh_access_layer_payload_len 
+0x3905 010778 jam vendor_message_attr_status ,mem_mesh_access_layer_payload 
+0x3906 010779 branch ali_mesh_ali_vendor_message_send_message 
+:      010782 ali_mesh_ali_vendor_message_opcode_timer_set_timing:
+0x3907 010783 arg mem_mesh_vendor_timer_timing_index ,contw 
+0x3908 010784 arg 16 ,loopcnt 
+0x3909 010785 call memcpy 
+0x390a 010786 fetch 1 ,mem_mesh_vendor_timer_timing_index 
+0x390b 010787 and pdata ,0x7f ,pdata 
+0x390c 010788 store 1 ,mem_mesh_vendor_timer_timing_temp 
+0x390d 010789 sub pdata ,mesh_x_timers ,null 
+0x390e 010790 nrtn positive 
+0x390f 010791 fetch 4 ,mem_mesh_vendor_timer_timing_time 
+0x3910 010792 arg 60 ,temp 
+0x3911 010793 idiv temp 
+0x3912 010794 call wait_div_end 
+0x3913 010795 remainder temp 
+0x3914 010796 isub temp ,pdata 
+0x3915 010797 store 4 ,mem_mesh_vendor_timer_timing_time 
+0x3916 010798 setarg 0 
+0x3917 010799 store 2 ,mem_mesh_vendor_timer_timing_flag 
+0x3918 010800 arg mem_mesh_vendor_timer_timing_index ,rega 
+0x3919 010801 call ali_mesh_ali_vendor_store_mesh_timer_infmatn 
+0x391a 010802 arg vendor_mseeage_attr_type_set_time_single ,temp 
+0x391b 010803 branch ali_mesh_access_layer_send_ali_vendor_message_current_timing 
+:      010808 ali_mesh_ali_vendor_message_opcode_timer_set_timing_cyclically:
+0x391c 010810 arg mem_mesh_vendor_timer_timing_index_cyclic ,contw 
+0x391d 010811 arg 17 ,loopcnt 
+0x391e 010812 call memcpy 
+0x391f 010815 fetch 1 ,mem_mesh_vendor_timer_timing_index_cyclic 
+0x3920 010816 and pdata ,0x7f ,pdata 
+0x3921 010817 store 1 ,mem_mesh_vendor_timer_timing_temp 
+0x3922 010818 sub pdata ,mesh_x_timers ,null 
+0x3923 010819 nrtn positive 
+0x3924 010821 jam 0x59 ,mem_mesh_vendor_timer_timing_cyclic_flag 
+0x3925 010822 arg mem_mesh_vendor_timer_timing_index_cyclic ,rega 
+0x3926 010823 call ali_mesh_ali_vendor_store_mesh_timer_infmatn 
+0x3927 010824 arg vendor_mseeage_attr_type_set_time_repeat ,temp 
+:      010827 ali_mesh_access_layer_send_ali_vendor_message_current_timing:
+0x3928 010829 call ali_mesh_ali_vendor_message_status_add_head 
+0x3929 010830 setarg 0 
+0x392a 010831 store 1 ,mem_mesh_access_layer_payload + 6 
+0x392b 010832 copy contw ,temp 
+0x392c 010833 call ali_mesh_get_all_timer_index_timer 
+0x392d 010834 pincrease 7 
+0x392e 010835 store 1 ,mem_mesh_access_layer_payload_len 
+0x392f 010836 branch ali_mesh_upper_transport_layer_send_access_message 
+:      010839 ali_mesh_ali_vendor_store_mesh_timer_infmatn:
+0x3930 010840 call ali_mesh_vendor_timer_buffer_offset_cal 
+0x3931 010841 copy rega ,contr 
+0x3932 010842 arg mem_mesh_vendor_timer_timing_buffer ,contw 
+0x3933 010843 iadd contw ,contw 
+0x3934 010844 arg 18 ,loopcnt 
+0x3935 010845 call memcpy 
+0x3936 010846 branch peripherals_write_mesh_timer_infmatn 
+:      010848 ali_mesh_vendor_timer_buffer_offset_cal:
+0x3937 010849 fetch 1 ,mem_mesh_vendor_timer_timing_temp 
+0x3938 010850 pincrease -1 
+0x3939 010851 mul32 pdata ,18 ,pdata 
+0x393a 010852 rtn 
+:      010854 ali_mesh_get_all_timer_index_timer:
+0x393b 010855 arg mem_mesh_vendor_timer_timing_buffer ,rega 
+0x393c 010856 arg 0 ,regb 
+0x393d 010857 copy temp ,contw 
+0x393e 010858 arg mesh_x_timers ,loopcnt 
+0x393f 010859 increase -1 ,loopcnt 
+:      010860 ali_mesh_get_all_timer_index_timer_loop:
+0x3940 010861 ifetch 1 ,rega 
+0x3941 010862 beq 0xff ,ali_mesh_get_all_timer_index_timer_loop_end 
+0x3942 010863 branch ali_mesh_get_all_timer_index_timer_loop_end ,blank 
+0x3943 010864 increase 1 ,regb 
+0x3944 010865 istore 1 ,contw 
+:      010866 ali_mesh_get_all_timer_index_timer_loop_end:
+0x3945 010867 setarg 18 
+0x3946 010868 iadd rega ,rega 
+0x3947 010869 loop ali_mesh_get_all_timer_index_timer_loop 
+0x3948 010870 copy regb ,pdata 
+0x3949 010871 rtn 
+:      010873 peripherals_write_mesh_timer_infmatn:
+0x394a 010874 fetch 2 ,mem_mesh_cb_vendor_timing_changed 
+0x394b 010875 branch callback_func 
+:      010885 ali_mesh_bearer_layer_send_packet_by_network_layer:
+0x394c 010886 bpatchx patch34_1 ,mem_patch34 
+0x394d 010887 setarg mem_mesh_queue_each_size 
+0x394e 010888 store 2 ,mem_mesh_element_device_queue_buffer_ptr 
+0x394f 010889 setarg mem_mesh_element_device 
+0x3950 010890 store 2 ,mem_mesh_rega_temp 
+0x3951 010891 jam adv_pairing_mesh_message_duration ,mem_mesh_queue_ele_duration 
+0x3952 010892 fetch 1 ,mem_mesh_gatt_package_send_msg_id 
+0x3953 010893 store 1 ,mem_mesh_queue_ele_gatt_msg_id 
+0x3954 010895 fetch 1 ,mem_mesh_lower_transport_layer_payload_len 
+0x3955 010896 pincrease 11 
+0x3956 010897 add pdata ,-2 ,loopcnt 
+0x3957 010906 store 1 ,mem_mesh_queue_ele_len 
+0x3958 010907 pincrease -1 
+0x3959 010910 istore 1 ,contw 
+0x395a 010911 setarg gap_adtype_mesh_message 
+0x395b 010912 istore 1 ,contw 
+0x395c 010913 arg mem_mesh_send_upper_layer_ivi_and_nid ,contr 
+0x395d 010914 call memcpy_fast 
+0x395e 010915 fetchr rega ,2 ,mem_mesh_rega_temp 
+0x395f 010916 call ali_mesh_advertising_bearer_layer_init_queue 
+0x3960 010917 call queue_push 
+:      010918 ali_mesh_bearer_layer_gatt_send_packet_by_network_layer:
+0x3961 010919 fetch 2 ,mem_ui_state_map 
+0x3962 010920 isolate1 ui_state_ble_connected ,pdata 
+0x3963 010921 nrtn true 
+:      010922 ali_mesh_send_ble_data_control_package:
+0x3964 010923 call ali_mesh_network_layer_init_gatt_queue_param 
+0x3965 010924 arg mem_mesh_queue_ele_temp ,rega 
+0x3966 010925 branch queue_push 
+:      010927 ali_mesh_advertising_bearer_layer_init_queue:
+0x3967 010928 add rega ,element_device_queue_buffer_ptr ,contr 
+0x3968 010929 ifetch 2 ,contr 
+0x3969 010930 store 2 ,mem_queue_ptr 
+0x396a 010931 arg mem_mesh_queue_ele_temp ,rega 
+0x396b 010932 rtn 
+:      010935 ali_mesh_advertising_bearer_layer_init_queue_param:
+0x396c 010936 setarg mem_mesh_queue_each_size 
+0x396d 010937 store 2 ,mem_queue_ptr 
+0x396e 010938 rtn 
+:      010940 ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue:
+:      010942 ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue_deal:
+0x396f 010943 fetch 1 ,mem_mesh_upper_tran_layer_packet_advertising 
+0x3970 010944 rtnne packet_in_bearer 
+0x3971 010945 jam packet_in_adverting ,mem_mesh_upper_tran_layer_packet_advertising 
+0x3972 010946 branch ali_mesh_control_ble_advertising_on_advertising 
+:      010948 ali_mesh_advertising_bearer_layer_send_packet_by_app_bearer_calc_param:
+0x3973 010949 arg mem_mesh_queue_ele_payload + 2 ,rega 
+0x3974 010950 arg max_app_mssage_payload_length ,temp 
+0x3975 010951 setarg 0x21 
+0x3976 010952 nrtn true 
+0x3977 010953 arg mem_mesh_queue_ele_payload + 20 ,rega 
+0x3978 010954 fetcht 1 ,mem_mesh_queue_ele_len 
+0x3979 010955 increase -18 ,temp 
+0x397a 010956 setarg 0x22 
+0x397b 010957 rtn 
+:      010965 ali_mesh_advertising_add_adtype_flags:
+0x397c 010966 arg mem_mesh_adv_data ,contw 
+0x397d 010967 setarg 0x02 
+0x397e 010968 istore 1 ,contw 
+0x397f 010969 setarg gap_adtype_flags 
+0x3980 010970 istore 1 ,contw 
+0x3981 010971 setarg 0x02 
+0x3982 010972 istore 1 ,contw 
+0x3983 010973 rtn 
+:      010977 ali_mesh_advertising_add_adtype_16bit_complete:
+0x3984 010978 arg mesh_provisioning_uuid ,temp 
+0x3985 010979 setarg 0x03 
+0x3986 010980 istore 1 ,contw 
+0x3987 010981 setarg gap_adtype_16bit_complete 
+0x3988 010982 istore 1 ,contw 
+0x3989 010983 istoret 2 ,contw 
+0x398a 010984 rtn 
+:      010987 mesh_ble_rx_packet_only:
+0x398b 010988 call le_enable 
+0x398c 010989 call le_init_adv 
+0x398d 010990 call le_receive_adv 
+0x398e 010991 nrtn match 
+0x398f 010993 fetch 1 ,mem_le_adv_rcv 
+0x3990 010994 pincrease 1 
+0x3991 010995 store 1 ,mem_le_adv_rcv 
+0x3992 010996 fetch 2 ,mem_mesh_cb_receive_advertising 
+0x3993 010997 call callback_func 
+0x3994 010998 branch le_disable 
+:      011000 mesh_ble_rx_packet:
+0x3995 011001 call mesh_ble_rx_packet_check_and_init 
+0x3996 011002 rtn user 
+:      011003 mesh_ble_rx_packet_check_timer:
+0x3997 011004 call mesh_ble_rx_packet_only 
+0x3998 011005 call connection_dispatch 
+0x3999 011006 fetcht 2 ,mem_le_scan_interval 
+0x399a 011007 arg 10 ,queue 
+0x399b 011008 call sniff_check_window 
+0x399c 011009 rtn user 
+0x399d 011010 arg mesh_ble_rx_timer ,queue 
+0x399e 011011 call timer_check 
+0x399f 011012 nbranch mesh_ble_rx_packet_check_timer ,blank 
+0x39a0 011013 rtn 
+:      011015 mesh_ble_rx_packet_check_and_init:
+0x39a1 011016 fetcht 2 ,mem_le_scan_interval 
+0x39a2 011017 arg 4 ,queue 
+0x39a3 011018 call sniff_check_window 
+0x39a4 011019 rtn user 
+0x39a5 011020 call mesh_le_calc_next_scan_channel 
+0x39a6 011021 fetch 2 ,mem_le_scan_interval 
+0x39a7 011022 arg mesh_ble_rx_timer ,queue 
+0x39a8 011023 branch timer_init 
+:      011026 mesh_le_calc_next_scan_channel:
+0x39a9 011027 fetch 1 ,mem_mesh_adv_scan_channel 
+0x39aa 011028 pincrease 1 
+0x39ab 011029 store 1 ,mem_mesh_adv_scan_channel 
+0x39ac 011030 store 1 ,mem_le_ch_mapped 
+0x39ad 011031 rtnne 40 
+0x39ae 011032 jam 37 ,mem_mesh_adv_scan_channel 
+0x39af 011033 jam 37 ,mem_le_ch_mapped 
+0x39b0 011034 rtn 
+:      011036 mesh_check_ble_rx_packet:
+0x39b1 011037 fetch 1 ,mem_le_rxbuf 
+0x39b2 011038 and pdata ,0x0f ,pdata 
+0x39b3 011039 beq adv_ind ,ali_mesh_match_advertising_packet 
+0x39b4 011040 beq adv_nonconn_ind ,ali_mesh_match_advertising_packet 
+0x39b5 011041 rtn 
+:      011043 ali_mesh_match_advertising_packet:
+0x39b6 011044 ifetcht 1 ,contr 
+0x39b7 011045 sub temp ,adv_packet_min_length ,null 
+0x39b8 011046 rtn positive 
+0x39b9 011047 sub temp ,adv_packet_max_length ,null 
+0x39ba 011048 nrtn positive 
+0x39bb 011049 add temp ,-6 ,rega 
+0x39bc 011050 add contr ,6 ,regb 
+:      011052 ali_mesh_find_adv_ind_packet:
+0x39bd 011053 ifetcht 1 ,regb 
+0x39be 011054 sub temp ,ad_type_min_length ,null 
+0x39bf 011055 rtn positive 
+0x39c0 011056 sub temp ,ad_type_max_length ,null 
+0x39c1 011057 nrtn positive 
+0x39c2 011058 copy temp ,pdata 
+0x39c3 011059 rtn blank 
+0x39c4 011060 bpatchx patch34_2 ,mem_patch34 
+0x39c5 011061 ifetch 1 ,contr 
+0x39c6 011062 beq gap_adtype_manufacturer_specific ,ali_mesh_receive_adtype_manufacturer_specific_tmall_control 
+0x39c7 011063 beq gap_adtype_mesh_message ,ali_mesh_receive_adtype_mesh_message 
+0x39c8 011066 add temp ,1 ,pdata 
+0x39c9 011067 isub rega ,null 
+0x39ca 011068 rtn positive 
+0x39cb 011069 iadd regb ,regb 
+0x39cc 011070 sub temp ,-1 ,pdata 
+0x39cd 011071 iadd rega ,rega 
+0x39ce 011072 copy rega ,pdata 
+0x39cf 011073 rtn blank 
+0x39d0 011074 branch ali_mesh_find_adv_ind_packet 
+:      011076 ali_mesh_receive_adtype_manufacturer_specific_tmall_control:
+0x39d1 011077 jam mesh_message_tmall ,mem_mesh_fast_pair_packet_type 
+0x39d2 011078 branch ali_mesh_receive_adtype_manufacturer_specific 
+:      011081 mesh_le_send_adv:
+0x39d3 011082 fetch 1 ,mem_le_adv_transmit 
+0x39d4 011083 pincrease 1 
+0x39d5 011084 store 1 ,mem_le_adv_transmit 
+0x39d6 011086 bpatchx patch34_3 ,mem_patch34 
+0x39d7 011087 call le_enable 
+0x39d8 011088 arg 39 ,loopcnt 
+0x39d9 011089 arg mem_le_txheader ,contr 
+0x39da 011090 arg mem_le_txheader_mesh_temp ,contw 
+0x39db 011091 call memcpy_fast 
+0x39dc 011092 jam 37 ,mem_le_ch_mapped 
+0x39dd 011093 arg 1800 ,stop_watch 
+0x39de 011094 enable swfine 
+0x39df 011095 disable match 
+:      011097 mesh_le_send_adv_loop:
+0x39e0 011098 call le_init_adv 
+0x39e1 011099 call mesh_le_send_adv_nonconn_ind 
+0x39e2 011100 random pdata 
+0x39e3 011101 arg 0x1ff ,temp 
+0x39e4 011102 iand temp ,pdata 
+0x39e5 011103 add pdata ,100 ,pdata 
+0x39e6 011104 call delay 
+0x39e7 011105 fetch 1 ,mem_le_ch_mapped 
+0x39e8 011106 pincrease 1 
+0x39e9 011107 store 1 ,mem_le_ch_mapped 
+0x39ea 011108 bne 40 ,mesh_le_send_adv_loop 
+0x39eb 011110 arg 39 ,loopcnt 
+0x39ec 011111 arg mem_le_txheader ,contw 
+0x39ed 011112 arg mem_le_txheader_mesh_temp ,contr 
+0x39ee 011113 call memcpy_fast 
+0x39ef 011114 branch le_disable 
+:      011116 mesh_le_send_adv_nonconn_ind:
+0x39f0 011117 arg adv_nonconn_ind ,temp 
+0x39f1 011118 storet 1 ,mem_le_txheader 
+0x39f2 011119 fetcht 1 ,mem_mesh_adv_data_len 
+0x39f3 011120 add temp ,6 ,pdata 
+0x39f4 011121 store 1 ,mem_le_txlen 
+0x39f5 011122 fetch 6 ,mem_le_lap 
+0x39f6 011123 store 6 ,mem_le_txpayload 
+0x39f7 011124 copy temp ,loopcnt 
+0x39f8 011125 arg mem_mesh_adv_data ,contr 
+0x39f9 011126 call memcpy_fast 
+0x39fa 011128 branch le_transmit_norx 
+:      011139 ali_mesh_base_adt_cache:
+0x39fb 011140 bpatchx patch34_4 ,mem_patch34 
+0x39fc 011141 fetcht 2 ,mem_ccm_data_ptr 
+0x39fd 011142 fetch 1 ,mem_ccm_data_len 
+0x39fe 011143 copy temp ,contr 
+0x39ff 011144 arg mem_k4_salt ,rega 
+0x3a00 011145 arg mem_k4_t ,alarm 
+0x3a01 011146 call ali_mesh_encrypt_base_function_aes_cmac 
+0x3a02 011147 call disable_user 
+0x3a03 011148 copy regc ,pdata 
+0x3a04 011149 iadd alarm ,contr 
+0x3a05 011150 fetcht 4 ,mem_k4_t 
+0x3a06 011151 fetch 2 ,mem_mesh_mic_cache_ptr 
+0x3a07 011152 copy pdata ,rega 
+0x3a08 011154 arg transport_mic_cache_space_num ,loopcnt 
+:      011155 ali_mesh_base_adt_cache_loop:
+0x3a09 011156 ifetch 4 ,rega 
+0x3a0a 011157 branch ali_mesh_base_adt_cache_empty_space ,blank 
+0x3a0b 011158 isub temp ,null 
+0x3a0c 011159 rtn zero 
+0x3a0d 011160 increase transport_mic_cache_space_size ,rega 
+0x3a0e 011161 loop ali_mesh_base_adt_cache_loop 
+0x3a0f 011162 fetch 2 ,mem_mesh_mic_cache_ptr 
+0x3a10 011163 copy pdata ,contw 
+0x3a11 011164 add pdata ,transport_mic_cache_space_size ,contr 
+0x3a12 011167 arg transport_mic_cache_total_size ,loopcnt 
+0x3a13 011168 call memcpy_fast 
+0x3a14 011169 istoret 4 ,contw 
+0x3a15 011170 branch enable_user 
+:      011171 ali_mesh_base_adt_cache_empty_space:
+0x3a16 011172 istoret 4 ,rega 
+0x3a17 011173 branch enable_user 
+:      011175 ali_mesh_chip_peripherals_load_data:
+0x3a18 011176 fetch 1 ,mem_mesh_chip_select 
+0x3a19 011177 beq mesh_chip_from_eeprom ,ali_mesh_chip_peripherals_load_data_from_eep 
+:      011178 ali_mesh_chip_peripherals_load_data_from_flash:
+0x3a1a 011179 call ali_mesh_chip_peripherals_load_three_tuple_from_flash 
+0x3a1b 011180 call ali_mesh_chip_peripherals_load_network_key_from_flash 
+0x3a1c 011181 call ali_mesh_chip_peripherals_load_application_key_from_flash 
+0x3a1d 011182 call ali_mesh_chip_peripherals_load_device_key_from_flash 
+0x3a1e 011183 call ali_mesh_chip_peripherals_load_reset_count_from_flash 
+0x3a1f 011184 call ali_mesh_chip_peripherals_load_seq_from_flash 
+0x3a20 011185 branch ali_mesh_chip_peripherals_load_subscription_from_flash 
+:      011187 ali_mesh_chip_peripherals_load_three_tuple_from_flash:
+0x3a21 011188 arg mesh_eep_three_tuple_length ,temp 
+0x3a22 011189 arg mem_mesh_three_tuple_productid ,rega 
+0x3a23 011190 setarg 0x1ffa0 
+0x3a24 011191 branch spid_read_flash 
+:      011192 ali_mesh_chip_peripherals_load_network_key_from_flash:
+0x3a25 011193 arg mesh_eep_network_key_length ,temp 
+0x3a26 011194 arg mem_mesh_network_key ,rega 
+0x3a27 011195 setarg mesh_flash_network_key_addr 
+0x3a28 011196 call spid_read_flash 
+0x3a29 011197 fetch 1 ,mem_mesh_last_iv_index_byte 
+0x3a2a 011198 store 1 ,mem_mesh_iv_index + 3 
+0x3a2b 011199 rtn 
+:      011200 ali_mesh_chip_peripherals_load_application_key_from_flash:
+0x3a2c 011201 arg mesh_eep_application_key_length ,temp 
+0x3a2d 011202 arg mem_mesh_application_key ,rega 
+0x3a2e 011203 setarg mesh_flash_application_key_addr 
+0x3a2f 011204 branch spid_read_flash 
+:      011205 ali_mesh_chip_peripherals_load_device_key_from_flash:
+0x3a30 011206 arg mesh_eep_device_key_length ,temp 
+0x3a31 011207 arg mem_mesh_device_key ,rega 
+0x3a32 011208 setarg mesh_flash_device_key_addr 
+0x3a33 011209 branch spid_read_flash 
+:      011210 ali_mesh_chip_peripherals_load_reset_count_from_flash:
+0x3a34 011211 rtn 
+:      011212 ali_mesh_chip_peripherals_load_seq_from_flash:
+0x3a35 011213 arg mesh_eep_seq_length ,temp 
+0x3a36 011214 arg mem_mesh_send_message_seq ,rega 
+0x3a37 011215 setarg mesh_flash_message_seq_addr 
+0x3a38 011216 branch spid_read_flash 
+:      011217 ali_mesh_chip_peripherals_load_subscription_from_flash:
+0x3a39 011218 fetch 2 ,mem_mesh_core_feature 
+0x3a3a 011219 rtnbit1 mesh_feature_disable_subscription 
+0x3a3b 011220 arg mesh_eep_subscription_total_length ,temp 
+0x3a3c 011221 arg mem_mesh_subscription_eep_temp ,rega 
+0x3a3d 011222 setarg mesh_flash_subscription_addr 
+0x3a3e 011223 call spid_read_flash 
+0x3a3f 011224 call mesh_get_element_info_config 
+0x3a40 011225 arg mem_mesh_subscription_eep_temp ,contr 
+0x3a41 011226 add rega ,element_device_subscription_label ,rega 
+0x3a42 011227 branch ali_mesh_chip_peripherals_load_subscription_loop 
+:      011230 ali_mesh_chip_peripherals_load_data_from_eep:
+0x3a43 011231 call ali_mesh_chip_peripherals_load_three_tuple_from_eep 
+0x3a44 011232 call ali_mesh_chip_peripherals_load_network_key_from_eep 
+0x3a45 011233 call ali_mesh_chip_peripherals_load_application_key_from_eep 
+0x3a46 011234 call ali_mesh_chip_peripherals_load_device_key_from_eep 
+0x3a47 011235 call ali_mesh_chip_peripherals_load_reset_count_from_eep 
+0x3a48 011236 call ali_mesh_chip_peripherals_load_seq_from_eep 
+0x3a49 011237 branch ali_mesh_chip_peripherals_load_subscription_from_eep 
+:      011239 ali_mesh_chip_peripherals_load_three_tuple_from_eep:
+0x3a4a 011240 arg mesh_eep_three_tuple_length ,temp 
+0x3a4b 011241 arg mem_mesh_three_tuple_productid ,rega 
+0x3a4c 011242 arg mesh_eep_three_tuple_offset ,regb 
+0x3a4d 011243 branch iicd_read_eep_data 
+:      011245 ali_mesh_chip_peripherals_load_network_key_from_eep:
+0x3a4e 011246 arg mesh_eep_network_key_length ,temp 
+0x3a4f 011247 arg mem_mesh_network_key ,rega 
+0x3a50 011248 arg mesh_eep_network_key_offset ,regb 
+0x3a51 011249 call iicd_read_eep_data 
+0x3a52 011250 fetch 1 ,mem_mesh_last_iv_index_byte 
+0x3a53 011251 store 1 ,mem_mesh_iv_index + 3 
+0x3a54 011252 rtn 
+:      011254 ali_mesh_chip_peripherals_load_application_key_from_eep:
+0x3a55 011255 arg mesh_eep_application_key_length ,temp 
+0x3a56 011256 arg mem_mesh_application_key ,rega 
+0x3a57 011257 arg mesh_eep_application_key_offset ,regb 
+0x3a58 011258 branch iicd_read_eep_data 
+:      011260 ali_mesh_chip_peripherals_load_device_key_from_eep:
+0x3a59 011261 arg mesh_eep_device_key_length ,temp 
+0x3a5a 011262 arg mem_mesh_device_key ,rega 
+0x3a5b 011263 arg mesh_eep_device_key_offset ,regb 
+0x3a5c 011264 branch iicd_read_eep_data 
+:      011266 ali_mesh_chip_peripherals_load_reset_count_from_eep:
+0x3a5d 011267 rtn 
+:      011269 ali_mesh_chip_peripherals_load_seq_from_eep:
+0x3a5e 011270 arg mesh_eep_seq_length ,temp 
+0x3a5f 011271 arg mem_mesh_send_message_seq ,rega 
+0x3a60 011272 arg mesh_eep_seq_offset ,regb 
+0x3a61 011273 branch iicd_read_eep_data 
+:      011275 ali_mesh_chip_peripherals_load_subscription_from_eep:
+0x3a62 011276 fetch 2 ,mem_mesh_core_feature 
+0x3a63 011277 rtnbit1 mesh_feature_disable_subscription 
+0x3a64 011278 arg mesh_eep_subscription_total_length ,temp 
+0x3a65 011279 arg mem_mesh_subscription_eep_temp ,rega 
+0x3a66 011280 arg mesh_eep_subscription_offset ,regb 
+0x3a67 011281 call iicd_read_eep_data 
+0x3a68 011282 call mesh_get_element_info_config 
+0x3a69 011283 arg mem_mesh_subscription_eep_temp ,contr 
+0x3a6a 011284 add rega ,element_device_subscription_label ,rega 
+:      011285 ali_mesh_chip_peripherals_load_subscription_loop:
+0x3a6b 011286 copy rega ,contw 
+0x3a6c 011287 call memcpy16 
+0x3a6d 011288 copy regb ,pdata 
+0x3a6e 011289 iadd rega ,rega 
+0x3a6f 011290 loop ali_mesh_chip_peripherals_load_subscription_loop 
+0x3a70 011291 rtn 
+:      011293 mesh_receive_config_appkey_add_cb:
+0x3a71 011294 fetch 1 ,mem_mesh_chip_select 
+0x3a72 011295 beq mesh_chip_from_eeprom ,mesh_receive_config_appkey_add_eeprom_cb 
+0x3a73 011296 beq mesh_chip_from_flash ,mesh_receive_config_appkey_add_flash_cb 
+:      011297 mesh_receive_config_appkey_add_flash_cb:
+0x3a74 011298 call ali_mesh_chip_peripherals_save_network_key_from_flash 
+0x3a75 011299 call ali_mesh_chip_peripherals_save_application_key_from_flash 
+0x3a76 011300 branch ali_mesh_chip_peripherals_save_device_key_from_flash 
+:      011301 ali_mesh_chip_peripherals_save_network_key_from_flash:
+0x3a77 011302 arg mesh_eep_network_key_length ,temp 
+0x3a78 011303 arg mem_mesh_network_key ,rega 
+0x3a79 011304 setarg mesh_flash_network_key_addr 
+0x3a7a 011305 branch spid_write_flash_data 
+:      011306 ali_mesh_chip_peripherals_save_application_key_from_flash:
+0x3a7b 011307 arg mesh_eep_application_key_length ,temp 
+0x3a7c 011308 arg mem_mesh_application_key ,rega 
+0x3a7d 011309 setarg mesh_flash_application_key_addr 
+0x3a7e 011310 branch spid_write_flash_data 
+:      011311 ali_mesh_chip_peripherals_save_device_key_from_flash:
+0x3a7f 011312 arg mesh_eep_device_key_length ,temp 
+0x3a80 011313 arg mem_mesh_device_key ,rega 
+0x3a81 011314 setarg mesh_flash_device_key_addr 
+0x3a82 011315 branch spid_write_flash_data 
+:      011317 mesh_receive_config_appkey_add_eeprom_cb:
+0x3a83 011318 call ali_mesh_chip_peripherals_save_network_key_from_eep 
+0x3a84 011319 call ali_mesh_chip_peripherals_save_application_key_from_eep 
+0x3a85 011320 branch ali_mesh_chip_peripherals_save_device_key_from_eep 
+:      011322 ali_mesh_chip_peripherals_save_network_key_from_eep:
+0x3a86 011323 arg mesh_eep_network_key_length ,temp 
+0x3a87 011324 arg mem_mesh_network_key ,rega 
+0x3a88 011325 arg mesh_eep_network_key_offset ,regb 
+0x3a89 011326 branch iicd_write_protect_eep_data 
+:      011328 ali_mesh_chip_peripherals_save_application_key_from_eep:
+0x3a8a 011329 arg mesh_eep_application_key_length ,temp 
+0x3a8b 011330 arg mem_mesh_application_key ,rega 
+0x3a8c 011331 arg mesh_eep_application_key_offset ,regb 
+0x3a8d 011332 branch iicd_write_protect_eep_data 
+:      011334 ali_mesh_chip_peripherals_save_device_key_from_eep:
+0x3a8e 011335 arg mesh_eep_device_key_length ,temp 
+0x3a8f 011336 arg mem_mesh_device_key ,rega 
+0x3a90 011337 arg mesh_eep_device_key_offset ,regb 
+0x3a91 011338 branch iicd_write_protect_eep_data 
+:      011340 mesh_store_new_seq_data:
+0x3a92 011341 fetch 3 ,mem_mesh_send_message_seq 
+0x3a93 011342 fetcht 3 ,mem_mesh_send_message_seq_temp 
+0x3a94 011343 isub temp ,null 
+0x3a95 011344 nrtn positive 
+0x3a96 011345 add pdata ,128 ,pdata 
+0x3a97 011346 store 3 ,mem_mesh_send_message_seq_temp 
+0x3a98 011347 fetch 1 ,mem_mesh_chip_select 
+0x3a99 011348 beq 1 ,ali_mesh_chip_peripherals_save_seq_from_eep 
+:      011349 ali_mesh_chip_peripherals_save_seq_from_flash:
+0x3a9a 011350 arg mesh_eep_seq_length ,temp 
+0x3a9b 011351 arg mem_mesh_send_message_seq_temp ,rega 
+0x3a9c 011352 setarg mesh_flash_message_seq_addr 
+0x3a9d 011353 branch spid_write_flash_data 
+:      011354 ali_mesh_chip_peripherals_save_seq_from_eep:
+0x3a9e 011355 arg mesh_eep_seq_length ,temp 
+0x3a9f 011356 arg mem_mesh_send_message_seq_temp ,rega 
+0x3aa0 011357 arg mesh_eep_seq_offset ,regb 
+0x3aa1 011358 branch iicd_write_protect_eep_data 
+:      011360 mesh_store_new_subscriptuion_list_data:
+0x3aa2 011361 call ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep 
+0x3aa3 011362 fetch 1 ,mem_mesh_chip_select 
+0x3aa4 011363 beq 2 ,mesh_store_new_subscriptuion_list_data_from_flash 
+0x3aa5 011364 arg mesh_eep_subscription_total_length ,temp 
+0x3aa6 011365 arg mem_mesh_subscription_eep_temp ,rega 
+0x3aa7 011366 arg mesh_eep_subscription_offset ,regb 
+0x3aa8 011367 branch iicd_write_protect_eep_data 
+:      011368 mesh_store_new_subscriptuion_list_data_from_flash:
+0x3aa9 011369 arg mesh_eep_subscription_total_length ,temp 
+0x3aaa 011370 arg mem_mesh_subscription_eep_temp ,rega 
+0x3aab 011371 setarg mesh_flash_subscription_addr 
+0x3aac 011372 branch spid_write_flash_data 
+:      011374 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep:
+0x3aad 011375 call mesh_get_element_info_config 
+0x3aae 011376 arg mem_mesh_subscription_eep_temp ,contw 
+0x3aaf 011377 add rega ,element_device_subscription_label ,rega 
+:      011378 ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep_loop:
+0x3ab0 011379 copy rega ,contr 
+0x3ab1 011380 call memcpy16 
+0x3ab2 011381 copy regb ,pdata 
+0x3ab3 011382 iadd rega ,rega 
+0x3ab4 011383 loop ali_mesh_chip_peripherals_save_subscriptuion_list_from_eep_loop 
+0x3ab5 011384 rtn 
+:      011386 mesh_clear_pairing_key:
+0x3ab6 011387 fetch 1 ,mem_mesh_chip_select 
+0x3ab7 011388 beq 1 ,ali_mesh_chip_clear_pairing_key_from_eeprom 
+:      011389 ali_mesh_chip_clear_pairing_key_from_flash:
+0x3ab8 011390 setarg 0x1e000 
+0x3ab9 011391 store 3 ,mem_spi_write_addr 
+0x3aba 011392 branch spid_flash_erase_sector + 2 
+:      011393 ali_mesh_chip_clear_pairing_key_from_eeprom:
+0x3abb 011394 rtn 
+:      011396 mesh_vendor_timming_chage_cb:
+0x3abc 011397 fetch 1 ,mem_mesh_chip_select 
+0x3abd 011398 rtnne 2 
+0x3abe 011399 setarg 0x1d000 
+0x3abf 011400 arg mem_mesh_vendor_timer_timing_buffer ,rega 
+0x3ac0 011401 arg mesh_x_timers ,temp 
+0x3ac1 011402 mul32 temp ,18 ,temp 
+0x3ac2 011403 branch spid_write_flash_data 
+:      011405 ali_mesh_vendor_timer_message_read:
+0x3ac3 011406 fetch 1 ,mem_mesh_chip_select 
+0x3ac4 011407 rtnne 2 
+0x3ac5 011408 arg mem_mesh_vendor_timer_timing_buffer ,rega 
+0x3ac6 011409 arg mesh_x_timers ,temp 
+0x3ac7 011410 mul32 temp ,18 ,temp 
+0x3ac8 011411 setarg 0x1d000 
+0x3ac9 011412 branch spid_read_flash 
+:      011418 ali_mesh_control_ble_adv_process:
+0x3aca 011419 call ali_mesh_ble_adv 
+0x3acb 011420 branch ali_mesh_control_ble_adv_tmall_packet 
+:      011424 ali_mesh_control_ble_adv_timer_process:
+0x3acc 011425 call ali_mesh_advertising_unprovisioned_timer_interval_timer 
+0x3acd 011426 branch ali_mesh_advertising_unprovisioned_timer 
+:      011429 ali_mesh_control_ble_advertising_on_advertising:
+0x3ace 011430 jam device_beacon_on ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
+0x3acf 011431 rtn 
+:      011434 ali_mesh_control_ble_advertising_off_advertising:
+0x3ad0 011435 jam device_beacon_off ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
+0x3ad1 011436 rtn 
+:      011439 ali_mesh_control_ble_adv_tmall_packet:
+0x3ad2 011440 arg ali_mesh_control_ble_adv_tmall_packet_send_package ,regb 
+0x3ad3 011441 arg mesh_adv_tmall_message_interval ,rega 
+0x3ad4 011442 arg mesh_ble_adv_tmall ,queue 
+0x3ad5 011443 branch ali_mesh_chip_timer_check_with_random_timer 
+:      011449 ali_mesh_control_ble_adv_tmall_packet_send_package:
+0x3ad6 011450 fetch 1 ,mem_mesh_provisioned_flag 
+0x3ad7 011451 beq unprovisioned_beacon_status ,ali_mesh_control_ble_advertising_send_device_beacon_packet 
+0x3ad8 011452 beq silence_beacon_status ,ali_mesh_control_ble_advertising_send_device_silence_beacon_packet 
+0x3ad9 011453 beq pairing_status ,ali_mesh_control_ble_advertising_send_pairing_packet 
+0x3ada 011454 beq paired_status ,ali_mesh_control_ble_advertising_send_paired_packet 
+0x3adb 011455 branch ali_mesh_control_ble_advertising_send_paired_packet 
+:      011457 ali_mesh_control_ble_advertising_send_device_silence_beacon_packet:
+0x3adc 011458 jam 0 ,mem_le_adv_enable 
+0x3add 011459 branch ali_mesh_control_ble_advertising_off_advertising 
+:      011461 ali_mesh_control_ble_advertising_send_paired_packet:
+0x3ade 011462 call ali_mesh_advertising_bearer_layer_init_queue_param 
+0x3adf 011463 arg mem_mesh_queue_ele_temp ,rega 
+0x3ae0 011464 call queue_get_new_ele 
+0x3ae1 011465 nrtn user 
+0x3ae2 011466 fetch 1 ,mem_mesh_upper_tran_layer_packet_type 
+0x3ae3 011467 bbit1 bit_uuper_tran_proxy_message ,ali_mesh_control_ble_advertising_send_paired_packet_end_duration_proxy 
+0x3ae4 011468 fetch 1 ,mem_mesh_queue_ele_duration 
+0x3ae5 011469 pincrease -1 
+0x3ae6 011470 istore 1 ,regb 
+0x3ae7 011471 and pdata ,0x7f ,pdata 
+0x3ae8 011472 call ali_mesh_control_ble_advertising_send_paired_packet_end_duration ,blank 
+0x3ae9 011473 fetch 1 ,mem_mesh_upper_tran_layer_packet_type 
+0x3aea 011474 rtnbit0 bit_upper_tran_tmall_message 
+0x3aeb 011475 arg mem_mesh_adv_data_len ,contw 
+0x3aec 011476 arg mem_mesh_queue_ele_len ,contr 
+0x3aed 011477 call memcpy32 
+0x3aee 011478 branch mesh_le_send_adv 
+:      011480 ali_mesh_control_ble_advertising_send_paired_packet_end_duration_proxy:
+0x3aef 011481 arg mem_mesh_queue_ele_duration ,rega 
+0x3af0 011482 call queue_pop 
+0x3af1 011483 call queue_empty 
+0x3af2 011484 nrtn blank 
+0x3af3 011486 call ali_mesh_send_paired_packet_init_advertising 
+0x3af4 011487 branch ali_mesh_control_ble_advertising_off_advertising 
+:      011490 ali_mesh_control_ble_advertising_send_paired_packet_end_duration:
+0x3af5 011491 arg mem_mesh_queue_ele_duration ,rega 
+0x3af6 011492 call queue_pop 
+0x3af7 011493 call queue_empty 
+0x3af8 011494 nrtn blank 
+0x3af9 011496 jam adv_pairing_mesh_message_interval ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
+0x3afa 011497 branch ali_mesh_control_ble_advertising_off_advertising 
+:      011499 ali_mesh_send_paired_packet_init_advertising:
+0x3afb 011500 jam null_packet_advertising ,mem_mesh_upper_tran_layer_packet_advertising 
+0x3afc 011501 rtn 
+:      011504 ali_mesh_control_ble_advertising_send_device_beacon_packet:
+0x3afd 011505 call ali_mesh_config_device_uuid_by_three_tuple 
+0x3afe 011506 call ali_mesh_send_unprovisioned_beacons_tmall 
+0x3aff 011507 call ali_mesh_control_ble_advertising_device_beacon_check_duration 
+0x3b00 011508 nrtn zero 
+0x3b01 011509 fetch 1 ,mem_mesh_provisioned_flag 
+0x3b02 011510 beq silence_beacon_status ,ali_mesh_end_advertising_silence_device_beacon_packet 
+0x3b03 011511 beq unprovisioned_beacon_status ,ali_mesh_end_advertising_unprovisioned_device_beacon_packet 
+0x3b04 011512 rtn 
+:      011517 ali_mesh_control_ble_advertising_device_beacon_check_duration:
+0x3b05 011518 fetch 1 ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
+0x3b06 011519 add pdata ,-1 ,pdata 
+0x3b07 011520 store 1 ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
+0x3b08 011521 rtn 
+:      011524 ali_mesh_end_advertising_silence_device_beacon_packet:
+0x3b09 011525 jam adv_silence_device_beacon_interval ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
+0x3b0a 011526 branch ali_mesh_control_ble_advertising_off_advertising 
+:      011529 ali_mesh_end_advertising_unprovisioned_device_beacon_packet:
+0x3b0b 011530 jam adv_unprovisioned_device_beacon_duration ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
+0x3b0c 011531 branch ali_mesh_control_ble_advertising_off_advertising 
+:      011534 ali_mesh_control_ble_advertising_send_pairing_packet:
+0x3b0d 011535 branch mesh_le_send_adv 
+:      011537 ali_mesh_chip_timer_check_with_random_timer:
+0x3b0e 011538 fetch 1 ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
+0x3b0f 011539 rtnne device_beacon_on 
+:      011540 ali_mesh_chip_timer_check_with_random_timer_continue:
+0x3b10 011541 random pdata 
+0x3b11 011542 and pdata ,0x07 ,pdata 
+0x3b12 011543 iadd rega ,rega 
+:      011547 ali_mesh_chip_timer_check:
+0x3b13 011548 call timer_check 
+0x3b14 011549 nrtn blank 
+0x3b15 011550 copy rega ,pdata 
+0x3b16 011551 call timer_init 
+0x3b17 011552 copy regb ,pdata 
+0x3b18 011553 branch callback_func 
+:      011557 ali_mesh_advertising_unprovisioned_timer:
+0x3b19 011558 arg mem_mesh_advertising_unprovisioned_device_beacon_timer ,regc 
+0x3b1a 011559 arg ali_mesh_advertising_unprovisioned_timeout ,regb 
+0x3b1b 011560 branch timer_single_step_2b 
+:      011563 ali_mesh_advertising_unprovisioned_timeout:
+0x3b1c 011564 fetch 1 ,mem_mesh_provisioned_flag 
+0x3b1d 011565 rtnne unprovisioned_beacon_status 
+0x3b1e 011566 fetch 1 ,mem_mesh_uuid_featureflag 
+0x3b1f 011567 set1 bit_silence_adv_flag ,pdata 
+0x3b20 011568 store 1 ,mem_mesh_uuid_featureflag 
+0x3b21 011569 jam silence_beacon_status ,mem_mesh_provisioned_flag 
+0x3b22 011570 branch ali_mesh_send_silence_device_beacon_init_advertising 
+:      011575 ali_mesh_advertising_unprovisioned_timer_interval_timer:
+0x3b23 011576 arg mem_mesh_advertising_unprovisioned_device_beacon_interval ,regc 
+0x3b24 011577 arg ali_mesh_advertising_unprovisioned_timer_interval_timeout ,regb 
+0x3b25 011578 branch timer_single_step 
+:      011583 ali_mesh_advertising_unprovisioned_timer_interval_timeout:
+0x3b26 011584 fetch 1 ,mem_mesh_provisioned_flag 
+0x3b27 011586 beq unprovisioned_beacon_status ,ali_mesh_send_unprovisioned_device_beacon_init_advertising 
+0x3b28 011587 beq paired_status ,ali_mesh_send_paired_packet_init_advertising 
+0x3b29 011588 rtn 
+:      011590 ali_mesh_stop_send_indication_packet:
+0x3b2a 011591 call ali_mesh_advertising_bearer_layer_queue_init 
+0x3b2b 011592 call ali_mesh_upper_transport_layer_queue_pop 
+0x3b2c 011593 jam 0 ,mem_mesh_advertising_unprovisioned_device_beacon_interval 
+0x3b2d 011594 call ali_mesh_control_ble_advertising_off_advertising 
+0x3b2e 011595 branch ali_mesh_send_paired_packet_init_advertising 
+:      011598 ali_mesh_send_unprovisioned_device_beacon_init_advertising:
+0x3b2f 011599 jam adv_unprovisioned_device_beacon_duration ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
+0x3b30 011600 branch ali_mesh_control_ble_advertising_on_advertising 
+:      011603 ali_mesh_send_silence_device_beacon_init_advertising:
+0x3b31 011604 jam adv_silence_device_beacon_duration ,mem_mesh_advertising_unprovisioned_device_beacon_duration 
+0x3b32 011605 branch ali_mesh_control_ble_advertising_on_advertising 
+:      011607 ali_mesh_network_layer_control_relay_packet:
+0x3b33 011608 arg ali_mesh_network_layer_control_send_relay_packet ,regb 
+0x3b34 011609 arg mesh_adv_relay_message_interval ,rega 
+0x3b35 011610 arg mesh_ble_relay_timer ,queue 
+0x3b36 011611 branch ali_mesh_chip_timer_check_with_random_timer_continue 
+:      011613 ali_mesh_network_layer_control_send_relay_packet:
+0x3b37 011614 fetch 1 ,mem_mesh_upper_tran_layer_packet_advertising 
+0x3b38 011615 nrtn blank 
+0x3b39 011616 call ali_mesh_network_layer_init_queue_param 
+0x3b3a 011617 arg mem_mesh_queue_ele_temp ,rega 
+0x3b3b 011618 call queue_get_new_ele 
+0x3b3c 011619 nrtn user 
+0x3b3d 011620 fetch 1 ,mem_mesh_queue_ele_duration 
+0x3b3e 011621 pincrease -1 
+0x3b3f 011622 istore 1 ,regb 
+0x3b40 011623 call queue_pop ,blank 
+0x3b41 011624 arg mem_mesh_adv_data_len ,contw 
+0x3b42 011625 arg mem_mesh_queue_ele_len ,contr 
+0x3b43 011626 call memcpy32 
+0x3b44 011627 branch mesh_le_send_adv 
+:      011634 ali_mesh_encrypt_calc_random_data:
+0x3b45 011635 call ali_mesh_encrypt_calc_random_data_calc_confirmationkey 
+0x3b46 011636 call ali_mesh_encrypt_calc_random_data_calc_authvalueprov 
+0x3b47 011637 call ali_mesh_encrypt_calc_random_data_calc_authvaluedevice 
+0x3b48 011638 call ali_mesh_encrypt_calc_random_data_calc_confirmationcloud 
+0x3b49 011639 call ali_mesh_encrypt_calc_random_data_calc_confirmationdevice 
+0x3b4a 011640 branch ali_mesh_encrypt_calc_random_data_calc_devicekey 
+:      011645 ali_mesh_encrypt_calc_random_data_calc_confirmationkey:
+0x3b4b 011646 call ali_mesh_encrypt_load_randomab_to_sha256 
+0x3b4c 011647 arg mem_mesh_sha256_confirmationkey_ascii ,contr 
+0x3b4d 011648 arg 0xf ,loopcnt 
+0x3b4e 011649 call ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii 
+0x3b4f 011650 call ali_mesh_encrypt_base_function_sha256_calc 
+0x3b50 011651 arg memresult ,contr 
+0x3b51 011652 arg mem_mesh_confirmationkey ,contw 
+0x3b52 011653 branch memcpy16 
+:      011658 ali_mesh_encrypt_calc_random_data_calc_authvalueprov:
+0x3b53 011659 call ali_mesh_encrypt_load_three_tuple_to_sha256 
+0x3b54 011660 call ali_mesh_encrypt_load_randomba_to_sha256 
+0x3b55 011661 call ali_mesh_encrypt_base_function_sha256_calc 
+0x3b56 011662 arg memresult ,contr 
+0x3b57 011663 arg mem_mesh_authvalueprov ,contw 
+0x3b58 011664 branch memcpy16 
+:      011668 ali_mesh_encrypt_calc_random_data_calc_authvaluedevice:
+0x3b59 011669 call ali_mesh_encrypt_load_three_tuple_to_sha256 
+0x3b5a 011670 call ali_mesh_encrypt_load_randomab_to_sha256 
+0x3b5b 011671 call ali_mesh_encrypt_base_function_sha256_calc 
+0x3b5c 011672 arg memresult ,contr 
+0x3b5d 011673 arg mem_mesh_authvaluedevice ,contw 
+0x3b5e 011674 branch memcpy16 
+:      011679 ali_mesh_encrypt_calc_random_data_calc_confirmationcloud:
+0x3b5f 011680 fetch 8 ,mem_mesh_provisioning_random_a 
+0x3b60 011681 store 8 ,mem_mesh_confirmationcloud_randoma 
+0x3b61 011682 fetch 8 ,mem_mesh_provisioning_random_b 
+0x3b62 011683 store 8 ,mem_mesh_confirmationcloud_randomb 
+0x3b63 011685 arg mem_mesh_calc_confirmationcloud_data ,contr 
+0x3b64 011686 arg mem_mesh_confirmationkey ,rega 
+0x3b65 011687 arg mem_mesh_confirmationcloud ,alarm 
+0x3b66 011688 branch ali_mesh_encrypt_base_function_aes_cmac_32byte 
+:      011694 ali_mesh_encrypt_calc_random_data_calc_confirmationdevice:
+0x3b67 011695 arg mem_mesh_calc_confirmationdevice_data ,contr 
+0x3b68 011696 arg mem_mesh_confirmationkey ,rega 
+0x3b69 011697 arg mem_mesh_confirmationdevice ,alarm 
+0x3b6a 011698 branch ali_mesh_encrypt_base_function_aes_cmac_32byte 
+:      011703 ali_mesh_encrypt_calc_random_data_calc_devicekey:
+0x3b6b 011705 arg mem_mesh_confirmationcloud ,contr 
+0x3b6c 011706 arg 0x10 ,loopcnt 
+0x3b6d 011707 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii 
+0x3b6e 011708 arg mem_mesh_sha256_devicekey_ascii ,contr 
+0x3b6f 011709 arg 9 ,loopcnt 
+0x3b70 011710 call ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii 
+0x3b71 011711 call ali_mesh_encrypt_base_function_sha256_calc 
+0x3b72 011712 arg memresult ,contr 
+0x3b73 011713 arg mem_mesh_device_key ,contw 
+0x3b74 011714 branch memcpy16 
+:      011717 ali_mesh_encrypt_load_randomba_to_sha256:
+0x3b75 011718 call ali_mesh_encrypt_load_randomb_to_sha256 
+:      011719 ali_mesh_encrypt_load_randoma_to_sha256:
+0x3b76 011720 arg mem_mesh_provisioning_random_a ,contr 
+0x3b77 011721 branch ali_mesh_encrypt_base_function_sha256_load_data_64bit 
+:      011723 ali_mesh_encrypt_load_randomab_to_sha256:
+0x3b78 011724 call ali_mesh_encrypt_load_randoma_to_sha256 
+:      011725 ali_mesh_encrypt_load_randomb_to_sha256:
+0x3b79 011726 arg mem_mesh_provisioning_random_b ,contr 
+0x3b7a 011727 branch ali_mesh_encrypt_base_function_sha256_load_data_64bit 
+:      011730 ali_mesh_encrypt_load_three_tuple_to_sha256:
+0x3b7b 011731 arg mem_mesh_three_tuple_productid ,contr 
+0x3b7c 011732 arg 4 ,loopcnt 
+0x3b7d 011733 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma 
+0x3b7e 011734 arg mem_mesh_three_tuple_mac ,contr 
+0x3b7f 011735 arg 6 ,loopcnt 
+0x3b80 011736 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma 
+0x3b81 011737 arg mem_mesh_three_tuple_secret ,contr 
+0x3b82 011738 arg 0x10 ,loopcnt 
+0x3b83 011739 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii 
+0x3b84 011740 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
+0x3b85 011741 branch ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma + 2 
+:      011746 ali_mesh_encrypt_calc_provisioning_data:
+0x3b86 011747 call ali_mesh_encrypt_calc_provisioning_data_calc_sessionkey 
+:      011749 ali_mesh_encrypt_calc_provisioning_data_xor_prov_data:
+0x3b87 011750 arg mem_mesh_encrypt_provisioning_data ,rega 
+0x3b88 011751 arg memresult ,regb 
+0x3b89 011752 arg 0xb ,loopcnt 
+:      011753 ali_mesh_encrypt_calc_provisioning_data_xor_prov_data_loop:
+0x3b8a 011754 ifetch 2 ,rega 
+0x3b8b 011755 ifetcht 2 ,regb 
+0x3b8c 011756 ixor temp ,pdata 
+0x3b8d 011757 istore 2 ,rega 
+0x3b8e 011758 increase 2 ,rega 
+0x3b8f 011759 increase 2 ,regb 
+0x3b90 011760 loop ali_mesh_encrypt_calc_provisioning_data_xor_prov_data_loop 
+0x3b91 011761 rtn 
+:      011767 ali_mesh_encrypt_calc_provisioning_data_calc_sessionkey:
+0x3b92 011768 arg mem_mesh_confirmationcloud ,contr 
+0x3b93 011769 arg 0x10 ,loopcnt 
+0x3b94 011770 call ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii 
+0x3b95 011771 arg mem_mesh_sha256_sessionkey_ascii ,contr 
+0x3b96 011772 arg 0xa ,loopcnt 
+0x3b97 011773 call ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii 
+0x3b98 011774 branch ali_mesh_encrypt_base_function_sha256_calc 
+:      011778 ali_mesh_encrypt_calc_network_key_by_k2:
+0x3b99 011779 arg mem_mesh_network_key ,contr 
+0x3b9a 011780 arg mem_k2_n ,contw 
+0x3b9b 011781 call memcpy16 
+:      011785 ali_mesh_encrypt_base_function_k2:
+0x3b9c 011787 arg mem_k2_n ,contr 
+0x3b9d 011788 arg mem_k2_salt ,rega 
+0x3b9e 011789 arg mem_k2_t ,alarm 
+0x3b9f 011790 call ali_mesh_encrypt_base_function_aes_cmac_16byte 
+0x3ba0 011792 arg mem_k2_t1 ,alarm 
+0x3ba1 011793 arg 0x01 ,regb 
+0x3ba2 011794 setarg 0 
+0x3ba3 011795 call ali_mesh_encrypt_base_function_k2_aes_cmac_t 
+0x3ba4 011796 fetch 1 ,mem_k2_t1 + 15 
+0x3ba5 011797 and pdata ,0x7f ,pdata 
+0x3ba6 011798 store 1 ,mem_k2_nid 
+0x3ba7 011800 arg mem_k2_t2 ,alarm 
+0x3ba8 011801 arg 0x02 ,regb 
+0x3ba9 011802 setarg 0x10 
+0x3baa 011803 arg mem_k2_t1 ,rega 
+0x3bab 011804 call ali_mesh_encrypt_base_function_k2_aes_cmac_t 
+0x3bac 011806 arg mem_k2_t3 ,alarm 
+0x3bad 011807 arg 0x03 ,regb 
+0x3bae 011808 setarg 0x10 
+0x3baf 011809 arg mem_k2_t2 ,rega 
+0x3bb0 011810 branch ali_mesh_encrypt_base_function_k2_aes_cmac_t 
+:      011812 ali_mesh_encrypt_base_function_k4:
+0x3bb1 011814 arg mem_mesh_application_key ,contr 
+0x3bb2 011815 arg mem_k4_salt ,rega 
+0x3bb3 011816 arg mem_k4_t ,alarm 
+0x3bb4 011817 call ali_mesh_encrypt_base_function_aes_cmac_16byte 
+0x3bb5 011818 arg mem_k4_id6_01 ,contr 
+0x3bb6 011819 arg mem_k4_t ,rega 
+0x3bb7 011820 arg mem_k4_k4n ,alarm 
+0x3bb8 011821 setarg 4 
+0x3bb9 011822 call ali_mesh_encrypt_base_function_aes_cmac 
+0x3bba 011823 fetch 1 ,mem_k4_k4n + 15 
+0x3bbb 011824 and pdata ,0x3f ,pdata 
+0x3bbc 011825 set1 transport_head_bit_akf ,pdata 
+0x3bbd 011826 store 1 ,mem_mesh_transport_aid 
+0x3bbe 011827 rtn 
+:      011829 ali_mesh_encrypt_base_function_k3:
+0x3bbf 011831 arg mem_mesh_network_key ,contr 
+0x3bc0 011832 arg mem_k3_salt ,rega 
+0x3bc1 011833 arg mem_k3_t ,alarm 
+0x3bc2 011834 call ali_mesh_encrypt_base_function_aes_cmac_16byte 
+0x3bc3 011835 arg mem_k3_id64_01 ,contr 
+0x3bc4 011836 arg mem_k3_t ,rega 
+0x3bc5 011837 arg mem_k3_k4n ,alarm 
+0x3bc6 011838 setarg 5 
+0x3bc7 011839 call ali_mesh_encrypt_base_function_aes_cmac 
+0x3bc8 011843 fetch 2 ,mem_ui_state_map 
+0x3bc9 011844 rtnbit1 ui_state_ble_connected 
+0x3bca 011845 jam 1 ,mem_le_adv_enable 
+0x3bcb 011846 rtn 
+:      011850 ali_mesh_encrypt_obfuscation_deceypt_send_message:
+0x3bcc 011851 arg mem_mesh_send_upper_layer_ctl_and_ttl ,rega 
+0x3bcd 011852 fetch 7 ,mem_mesh_send_upper_layer_dst 
+0x3bce 011853 branch ali_mesh_encrypt_obfuscation_deceypt 
+:      011854 ali_mesh_encrypt_obfuscation_deceypt_recevie_message:
+0x3bcf 011855 arg mem_mesh_message_ttl ,rega 
+0x3bd0 011856 fetch 7 ,mem_mesh_message_dst 
+:      011857 ali_mesh_encrypt_obfuscation_deceypt:
+0x3bd1 011858 store 7 ,mem_mesh_privacy_plaintext_privacy_random 
+0x3bd2 011859 setarg 0 
+0x3bd3 011860 store 5 ,mem_mesh_privacy_plaintext_zero_string 
+0x3bd4 011861 call ali_mesh_encrypt_generate_pecb 
+0x3bd5 011862 fetch 6 ,mem_mesh_pecb 
+0x3bd6 011863 ifetcht 6 ,rega 
+0x3bd7 011864 ixor temp ,pdata 
+0x3bd8 011865 istore 6 ,rega 
+0x3bd9 011866 rtn 
+:      011868 ali_mesh_encrypt_generate_pecb:
+:      011869 ali_mesh_encrypt_generate_privacy_random:
+0x3bda 011870 fetch 4 ,mem_mesh_iv_index 
+0x3bdb 011871 store 4 ,mem_mesh_privacy_plaintext_iv_index 
+:      011873 ali_mesh_encrypt_base_function_generate_pecb:
+0x3bdc 011874 arg mem_k2_privacykey ,contr 
+0x3bdd 011875 call load_key 
+0x3bde 011876 arg mem_mesh_privacy_plaintext ,contr 
+0x3bdf 011877 call load_data128 
+0x3be0 011878 call do_aes_ocb 
+0x3be1 011879 arg mem_mesh_pecb ,contw 
+0x3be2 011880 branch store_aes_result 
+:      011887 ali_mesh_encrypt_base_function_sha256_load_data_64bit:
+0x3be3 011888 arg 8 ,loopcnt 
+:      011893 ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii:
+0x3be4 011894 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
+0x3be5 011895 call ali_mesh_encrypt_base_function_hex2ascii 
+0x3be6 011896 branch ali_mesh_encrypt_base_function_sha256_store_dataptr 
+:      011897 ali_mesh_encrypt_base_function_sha256_load_data_without_hex2ascii:
+0x3be7 011898 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
+0x3be8 011899 call memcpy 
+0x3be9 011900 branch ali_mesh_encrypt_base_function_sha256_store_dataptr 
+:      011901 ali_mesh_encrypt_base_function_sha256_load_data_with_hex2ascii_add_comma:
+0x3bea 011902 call ali_mesh_encrypt_base_function_sha256_check_first_load_data 
+0x3beb 011903 call ali_mesh_encrypt_base_function_hex2ascii 
+0x3bec 011904 setarg comma 
+0x3bed 011905 istore 1 ,contw 
+:      011906 ali_mesh_encrypt_base_function_sha256_store_dataptr:
+0x3bee 011907 copy contw ,pdata 
+0x3bef 011908 store 2 ,mem_mesh_sha256_data_end_addr 
+0x3bf0 011909 rtn 
+:      011910 ali_mesh_encrypt_base_function_sha256_check_first_load_data:
+0x3bf1 011911 copy contr ,temp 
+0x3bf2 011912 copy loopcnt ,rega 
+0x3bf3 011913 fetch 2 ,mem_mesh_sha256_data_end_addr 
+0x3bf4 011914 copy pdata ,contw 
+0x3bf5 011915 fetch 1 ,mem_mesh_sha256_load_first_data_flag 
+0x3bf6 011916 call ali_mesh_encrypt_base_function_sha256_first_load_data ,blank 
+0x3bf7 011917 copy temp ,contr 
+0x3bf8 011918 copy rega ,loopcnt 
+0x3bf9 011919 rtn 
+:      011920 ali_mesh_encrypt_base_function_sha256_first_load_data:
+0x3bfa 011921 jam 1 ,mem_mesh_sha256_load_first_data_flag 
+0x3bfb 011922 call ali_mesh_encrypt_base_function_sha256_clear_data_chunk 
+0x3bfc 011923 arg mem_mesh_sha256_chunk_start ,contw 
+0x3bfd 011924 rtn 
+:      011926 ali_mesh_encrypt_base_function_sha256_clear_data_chunk:
+0x3bfe 011927 arg 0x100 ,loopcnt 
+0x3bff 011928 arg mem_mesh_sha256_chunk_start ,contw 
+0x3c00 011929 branch memset0 
+:      011933 ali_mesh_encrypt_base_function_sha256_calc:
+0x3c01 011934 call ali_mesh_encrypt_base_function_sha256_load_data_end 
+0x3c02 011935 call ali_mesh_encrypt_base_function_sha256_input_data_init_inverse 
+0x3c03 011937 setarg mem_mesh_sha256_chunk_start 
+0x3c04 011938 store 2 ,mem_mesh_sha256_chunk_ptr 
+0x3c05 011939 call sha_init 
+:      011941 ali_mesh_encrypt_base_function_sha256_calc_loop:
+0x3c06 011942 fetch 2 ,mem_mesh_sha256_chunk_ptr 
+0x3c07 011943 copy pdata ,contr 
+0x3c08 011944 arg mem_dat ,contw 
+0x3c09 011945 call memcpy64 
+0x3c0a 011946 call sha 
+0x3c0b 011947 fetch 2 ,mem_mesh_sha256_chunk_ptr 
+0x3c0c 011948 pincrease 64 
+0x3c0d 011949 store 2 ,mem_mesh_sha256_chunk_ptr 
+0x3c0e 011950 fetch 1 ,mem_mesh_sha256_chunk_count 
+0x3c0f 011951 pincrease -1 
+0x3c10 011952 store 1 ,mem_mesh_sha256_chunk_count 
+0x3c11 011953 nbranch ali_mesh_encrypt_base_function_sha256_calc_loop ,blank 
+0x3c12 011954 call sha_result 
+0x3c13 011955 arg memresult ,rega 
+0x3c14 011956 arg 0x20 ,loopcnt 
+0x3c15 011957 call inverse_data 
+0x3c16 011958 rtn 
+:      011961 ali_mesh_encrypt_base_function_sha256_load_data_end:
+0x3c17 011962 jam 0 ,mem_mesh_sha256_load_first_data_flag 
+0x3c18 011963 fetch 2 ,mem_mesh_sha256_data_end_addr 
+0x3c19 011964 copy pdata ,contw 
+0x3c1a 011965 arg 0x80 ,temp 
+0x3c1b 011966 istoret 1 ,contw 
+0x3c1c 011967 arg mem_mesh_sha256_chunk_start ,temp 
+0x3c1d 011968 isub temp ,pdata 
+0x3c1e 011969 store 8 ,mem_mesh_sha256_data_len_byte 
+0x3c1f 011971 lshift3 pdata ,temp 
+0x3c20 011972 storet 8 ,mem_mesh_sha256_data_len_bit 
+0x3c21 011973 rshift4 pdata ,regc 
+0x3c22 011974 rshift2 regc ,regc 
+0x3c23 011975 and pdata ,0x3f ,pdata 
+0x3c24 011976 sub pdata ,55 ,null 
+0x3c25 011978 ncall ali_mesh_encrypt_base_function_sha256_add_chunk ,positive 
+0x3c26 011979 add regc ,1 ,pdata 
+0x3c27 011980 store 1 ,mem_mesh_sha256_chunk_count 
+0x3c28 011981 mul32 pdata ,64 ,rega 
+0x3c29 011982 lshift4 pdata ,regc 
+0x3c2a 011983 increase -1 ,regc 
+0x3c2b 011984 setarg mem_mesh_sha256_chunk_start + decreased_four 
+0x3c2c 011985 iadd rega ,rega 
+0x3c2d 011986 fetch 4 ,mem_mesh_sha256_data_len_bit 
+0x3c2e 011987 istore 4 ,rega 
+0x3c2f 011988 rtn 
+:      011992 ali_mesh_encrypt_base_function_sha256_add_chunk:
+0x3c30 011993 increase 1 ,regc 
+0x3c31 011994 rtn 
+:      011996 ali_mesh_encrypt_base_function_sha256_input_data_init_inverse:
+0x3c32 011997 arg mem_mesh_sha256_chunk_start ,rega 
+:      012002 ali_mesh_encrypt_base_function_sha256_data_inverse_4byte:
+0x3c33 012003 arg 4 ,loopcnt 
+0x3c34 012004 call inverse_data 
+0x3c35 012005 increase 2 ,rega 
+0x3c36 012006 add regc ,-1 ,regc 
+0x3c37 012007 nbranch ali_mesh_encrypt_base_function_sha256_data_inverse_4byte ,zero 
+0x3c38 012008 rtn 
+:      012015 ali_mesh_encrypt_base_function_hex2ascii:
+0x3c39 012016 ifetch 1 ,contr 
+0x3c3a 012017 rshift4 pdata ,temp 
+0x3c3b 012018 call ali_mesh_encrypt_base_function_dialog2uchar 
+0x3c3c 012019 istoret 1 ,contw 
+0x3c3d 012020 and pdata ,0x0f ,temp 
+0x3c3e 012021 call ali_mesh_encrypt_base_function_dialog2uchar 
+0x3c3f 012022 istoret 1 ,contw 
+0x3c40 012023 loop ali_mesh_encrypt_base_function_hex2ascii 
+0x3c41 012024 rtn 
+:      012025 ali_mesh_encrypt_base_function_dialog2uchar:
+0x3c42 012026 sub temp ,9 ,null 
+0x3c43 012027 branch ali_mesh_encrypt_base_function_dialog2uchar_num ,positive 
+0x3c44 012028 add temp ,87 ,temp 
+0x3c45 012029 rtn 
+:      012030 ali_mesh_encrypt_base_function_dialog2uchar_num:
+0x3c46 012031 add temp ,48 ,temp 
+0x3c47 012032 rtn 
+:      012035 ali_mesh_encrypt_base_function_aes_cmac_32byte:
+0x3c48 012036 setarg 0x20 
+0x3c49 012037 branch ali_mesh_encrypt_base_function_aes_cmac 
+:      012039 ali_mesh_encrypt_base_function_aes_cmac_16byte:
+0x3c4a 012040 setarg 0x10 
+0x3c4b 012041 branch ali_mesh_encrypt_base_function_aes_cmac 
+:      012046 ali_mesh_encrypt_base_function_k2_aes_cmac_t:
+0x3c4c 012047 fetcht 1 ,mem_k2_p_len 
+0x3c4d 012048 increase 1 ,temp 
+0x3c4e 012049 iadd temp ,temp 
+0x3c4f 012050 storet 1 ,mem_aes_cmac_data_length 
+0x3c50 012051 copy rega ,contr 
+0x3c51 012052 copy pdata ,loopcnt 
+0x3c52 012053 call memcpy_fast 
+0x3c53 012054 fetcht 1 ,mem_k2_p_len 
+0x3c54 012055 copy temp ,loopcnt 
+0x3c55 012056 call memcpy 
+0x3c56 012057 copy regb ,pdata 
+0x3c57 012058 istore 1 ,contw 
+0x3c58 012059 arg mem_k2_t ,rega 
+0x3c59 012060 branch ali_mesh_encrypt_base_function_aes_cmac + 3 
+:      012069 ali_mesh_encrypt_base_function_aes_cmac:
+0x3c5a 012070 store 1 ,mem_aes_cmac_data_length 
+0x3c5b 012071 copy pdata ,loopcnt 
+0x3c5c 012072 call memcpy_fast 
+0x3c5d 012073 copy rega ,contr 
+0x3c5e 012074 arg mem_aes_cmac_k ,contw 
+0x3c5f 012075 call memcpy16 
+0x3c60 012076 call function_aes_cmac 
+0x3c61 012077 copy alarm ,contw 
+0x3c62 012078 call store_aes_result 
+0x3c63 012079 rtn 
+:      012083 ali_b0_block_generate:
+0x3c64 012084 fetcht 1 ,mem_ccm_type 
+0x3c65 012085 branch ali_block_generate 
+:      012086 ali_a_block_generate:
+0x3c66 012087 force 0x01 ,temp 
+:      012088 ali_block_generate:
+0x3c67 012089 force regidx_data ,regext_index 
+0x3c68 012090 fetch 2 ,mem_nonce_ptr 
+0x3c69 012091 copy pdata ,contr 
+0x3c6a 012092 ifetch 3 ,contr 
+0x3c6b 012093 lshift8 pdata ,pdata 
+0x3c6c 012094 ior temp ,regext 
+0x3c6d 012095 increase 1 ,regext_index 
+0x3c6e 012096 ifetch 4 ,contr 
+0x3c6f 012097 copy pdata ,regext 
+0x3c70 012098 increase 1 ,regext_index 
+0x3c71 012099 ifetch 4 ,contr 
+0x3c72 012100 copy pdata ,regext 
+0x3c73 012101 increase 1 ,regext_index 
+0x3c74 012102 byteswap rega ,regext 
+0x3c75 012103 lshift16 regext ,regext 
+0x3c76 012104 ifetch 2 ,contr 
+0x3c77 012105 ior regext ,regext 
+0x3c78 012106 rtn 
+:      012107 ali_generate_mic:
+0x3c79 012108 fetch 1 ,mem_ccm_data_len 
+0x3c7a 012109 copy pdata ,rega 
+0x3c7b 012110 call ali_b0_block_generate 
+0x3c7c 012111 call do_aes_ocb 
+0x3c7d 012112 force regidx_result ,regext_index 
+0x3c7e 012113 deposit regext 
+0x3c7f 012114 copy rega ,loopcnt 
+0x3c80 012115 fetcht 2 ,mem_ccm_data_ptr 
+0x3c81 012116 copy temp ,contr 
+0x3c82 012117 call padding_data 
+0x3c83 012118 branch generate_mic_loop 
+:      012119 ali_ccm_encrypt_64bit:
+0x3c84 012120 jam mic_size_64bit ,mem_ccm_type 
+0x3c85 012121 branch ali_ccm_encrypt_function 
+:      012122 ali_ccm_encrypt:
+0x3c86 012123 jam mic_size_32bit ,mem_ccm_type 
+0x3c87 012124 branch ali_ccm_encrypt_function 
+:      012125 ali_ccm_encrypt_function:
+0x3c88 012126 store 1 ,mem_ccm_data_len 
+0x3c89 012127 storet 2 ,mem_ccm_data_ptr 
+0x3c8a 012128 bpatchx patch34_5 ,mem_patch34 
+0x3c8b 012129 call ali_generate_mic 
+0x3c8c 012130 force regidx_xor ,regext_index 
+0x3c8d 012131 iforce regext 
+0x3c8e 012132 force regidx_result + 1 ,regext_index 
+0x3c8f 012133 copy regext ,pdata 
+0x3c90 012134 force regidx_xor + 1 ,regext_index 
+0x3c91 012135 iforce regext 
+0x3c92 012136 force 0 ,rega 
+0x3c93 012137 copy temp ,regc 
+0x3c94 012138 call ali_a_block_generate 
+0x3c95 012139 call do_aes_ctr 
+0x3c96 012140 call ali_fetcht_ccm_mic 
+0x3c97 012141 storet 8 ,mem_ccm_mic 
+0x3c98 012142 fetch 1 ,mem_ccm_data_len 
+0x3c99 012143 copy pdata ,regb 
+0x3c9a 012144 call ali_aes_crypt_data 
+0x3c9b 012145 fetcht 1 ,mem_ccm_data_len 
+0x3c9c 012146 fetch 2 ,mem_ccm_data_ptr 
+0x3c9d 012147 iadd temp ,rega 
+0x3c9e 012148 fetcht 8 ,mem_ccm_mic 
+0x3c9f 012149 istoret 4 ,rega 
+0x3ca0 012150 fetch 1 ,mem_ccm_type 
+0x3ca1 012151 sub pdata ,mic_size_32bit ,pdata 
+0x3ca2 012152 rtn blank 
+0x3ca3 012153 istoret 8 ,rega 
+0x3ca4 012154 rtn 
+:      012155 ali_ccm_decrypt_64bit:
+0x3ca5 012156 jam mic_size_64bit ,mem_ccm_type 
+0x3ca6 012157 branch ali_ccm_decrypt_function 
+:      012158 ali_ccm_decrypt:
+0x3ca7 012159 jam mic_size_32bit ,mem_ccm_type 
+0x3ca8 012160 branch ali_ccm_decrypt_function 
+:      012162 ali_ccm_decrypt_function:
+0x3ca9 012163 store 1 ,mem_ccm_data_len 
+0x3caa 012164 storet 2 ,mem_ccm_data_ptr 
+0x3cab 012165 copy temp ,regc 
+0x3cac 012166 copy pdata ,regb 
+0x3cad 012167 iadd regc ,contr 
+0x3cae 012168 bpatchx patch34_6 ,mem_patch34 
+0x3caf 012169 ifetch 8 ,contr 
+0x3cb0 012170 force regidx_xor ,regext_index 
+0x3cb1 012171 iforce regext 
+0x3cb2 012172 force regidx_xor + 1 ,regext_index 
+0x3cb3 012173 rshift32 pdata ,pdata 
+0x3cb4 012174 iforce regext 
+0x3cb5 012175 force 0 ,rega 
+0x3cb6 012176 call ali_a_block_generate 
+0x3cb7 012177 call do_aes_ctr 
+0x3cb8 012178 call ali_fetcht_ccm_mic 
+0x3cb9 012179 storet 8 ,mem_ccm_mic 
+0x3cba 012180 call ali_aes_crypt_data 
+0x3cbb 012181 call ali_generate_mic 
+0x3cbc 012182 call ali_fetcht_ccm_mic 
+0x3cbd 012183 fetch 1 ,mem_ccm_type 
+0x3cbe 012184 beq mic_size_64bit ,ali_ccm_decrypt_function_check_mic64 
+0x3cbf 012185 storet 4 ,mem_ccm_mic + 4 
+0x3cc0 012186 fetch 4 ,mem_ccm_mic 
+0x3cc1 012187 fetcht 4 ,mem_ccm_mic + 4 
+0x3cc2 012188 isub temp ,pdata 
+0x3cc3 012189 rtn 
+:      012191 ali_ccm_decrypt_function_check_mic64:
+0x3cc4 012192 fetch 8 ,mem_ccm_mic 
+0x3cc5 012193 isub temp ,pdata 
+0x3cc6 012194 rtn 
+:      012196 ali_fetcht_ccm_mic:
+0x3cc7 012197 force regidx_result ,regext_index 
+0x3cc8 012198 deposit regext 
+0x3cc9 012199 force regidx_result + 1 ,regext_index 
+0x3cca 012200 copy regext ,temp 
+0x3ccb 012201 lshift16 temp ,temp 
+0x3ccc 012202 lshift16 temp ,temp 
+0x3ccd 012203 ior temp ,temp 
+0x3cce 012204 rtn 
+:      012205 ali_aes_crypt_data:
+0x3ccf 012206 increase 1 ,rega 
+0x3cd0 012207 call ali_a_block_generate 
+0x3cd1 012208 copy regc ,contr 
+0x3cd2 012209 call aes_load_xor 
+0x3cd3 012210 call do_aes_ctr 
+0x3cd4 012211 call store_enc_data 
+0x3cd5 012212 increase 16 ,regc 
+0x3cd6 012213 increase -16 ,regb 
+0x3cd7 012214 branch ali_aes_crypt_data ,positive 
+0x3cd8 012215 rtn 
+:      012225 mesh_send_unprovisioned_beacons:
+0x3cd9 012226 bpatchx patch34_7 ,mem_patch34 
+0x3cda 012227 jam unprovisioned_beacon_status ,mem_mesh_provisioned_flag 
+0x3cdb 012228 jam 0x00 ,mem_mesh_provisioning_state_flag 
+0x3cdc 012229 jam 1 ,mem_mesh_advertising_unprovisioned_device_beacon_switch 
+0x3cdd 012230 setarg adv_unprovisioned_device_beacon_timeout 
+0x3cde 012231 store 2 ,mem_mesh_advertising_unprovisioned_device_beacon_timer 
+0x3cdf 012232 rtn 
+:      012235 ali_mesh_config_device_uuid_by_three_tuple:
+0x3ce0 012236 setarg company_identifiers_alibaba 
+0x3ce1 012237 store 2 ,mem_mesh_device_uuid 
+0x3ce2 012238 fetch 1 ,mem_mesh_device_pid 
+0x3ce3 012239 istore 1 ,contw 
+0x3ce4 012240 fetch 4 ,mem_mesh_three_tuple_productid 
+0x3ce5 012241 call inverse_data_4byte 
+0x3ce6 012242 istore 4 ,contw 
+0x3ce7 012243 fetch 6 ,mem_le_lap 
+0x3ce8 012244 istore 6 ,contw 
+0x3ce9 012245 fetch 3 ,mem_mesh_uuid_featureflag 
+0x3cea 012246 istore 3 ,contw 
+0x3ceb 012247 rtn 
+:      012249 ali_mesh_send_unprovisioned_beacons_tmall:
+0x3cec 012250 call ali_mesh_init_adv_data_tmall_unprovisioned_beacons_package 
+0x3ced 012251 branch mesh_le_send_adv 
+:      012253 ali_mesh_init_adv_data_tmall_unprovisioned_beacons_package:
+0x3cee 012255 jam 0x15 ,mem_mesh_adv_data_len 
+0x3cef 012256 setarg 0x14 
+0x3cf0 012257 store 1 ,mem_mesh_adv_data 
+0x3cf1 012258 setarg gap_adtype_mesh_beacon 
+0x3cf2 012259 istore 1 ,contw 
+0x3cf3 012260 setarg unprovisioned_device_beacon 
+0x3cf4 012261 istore 1 ,contw 
+:      012262 ali_mesh_advertising_send_unprovisioned_beacons_store_device_uuid:
+0x3cf5 012263 arg mem_mesh_device_uuid ,contr 
+0x3cf6 012264 call memcpy16 
+0x3cf7 012265 fetch 2 ,mem_mesh_oob_information 
+0x3cf8 012266 istore 2 ,contw 
+0x3cf9 012267 rtn 
+:      012270 ali_mesh_receive_adtype_manufacturer_specific:
+0x3cfa 012271 call ali_mesh_receive_provisioning_package_check_header 
+0x3cfb 012272 nrtn user 
+0x3cfc 012273 ifetch 1 ,contr 
+0x3cfd 012274 beq provisioning_random ,ali_mesh_advertising_receive_privisioning_random 
+0x3cfe 012275 beq provisioning_data ,ali_mesh_decrypt_tmall_privisioning_data_package 
+0x3cff 012276 bpatchx patch35_0 ,mem_patch35 
+0x3d00 012277 rtn 
+:      012281 ali_mesh_advertising_receive_privisioning_random:
+0x3d01 012282 call ali_mesh_advertising_receive_privisioning_random_check_states 
+0x3d02 012283 nrtn user 
+:      012284 ali_mesh_advertising_calc_encrypt_random_data:
+0x3d03 012285 call ali_mesh_encrypt_calc_random_data 
+0x3d04 012287 call ali_mesh_advertising_send_provisioning_confirmation 
+0x3d05 012288 call ali_mesh_send_pairing_data 
+0x3d06 012289 rtn 
+:      012291 ali_mesh_advertising_send_provisioning_confirmation:
+0x3d07 012292 arg provisioning_packet_confirmation_mac + provisioning_packet_confirmation_device ,temp 
+0x3d08 012293 call ali_mesh_advertising_send_packet_common 
+0x3d09 012294 setarg provisioning_confirmation 
+0x3d0a 012295 istore 1 ,contw 
+0x3d0b 012296 fetch 2 ,mem_mesh_three_tuple_mac + 4 
+0x3d0c 012297 istore 2 ,contw 
+0x3d0d 012298 arg mem_mesh_confirmationdevice ,contr 
+0x3d0e 012299 branch memcpy16 
+:      012302 ali_mesh_advertising_receive_privisioning_random_check_states:
+0x3d0f 012303 call disable_user 
+0x3d10 012304 ifetcht 2 ,contr 
+0x3d11 012305 arg mem_mesh_provisioning_random_a ,contw 
+0x3d12 012306 call memcpy16 
+0x3d13 012307 fetch 2 ,mem_mesh_three_tuple_mac + 4 
+0x3d14 012308 isub temp ,null 
+0x3d15 012309 nrtn zero 
+0x3d16 012312 fetch 1 ,mem_mesh_provisioning_state_flag 
+0x3d17 012313 rtnbit1 receive_provisioning_random 
+0x3d18 012314 set1 receive_provisioning_random ,pdata 
+0x3d19 012315 store 1 ,mem_mesh_provisioning_state_flag 
+0x3d1a 012317 jam pairing_status ,mem_mesh_provisioned_flag 
+0x3d1b 012318 branch enable_user 
+:      012320 ali_mesh_decrypt_tmall_privisioning_data_package:
+0x3d1c 012321 call ali_mesh_advertising_receive_privisioning_data 
+0x3d1d 012322 fetcht 2 ,mem_mesh_provisioning_data_mac_addr 
+0x3d1e 012323 fetch 2 ,mem_mesh_three_tuple_mac + 4 
+0x3d1f 012324 isub temp ,null 
+0x3d20 012325 nrtn zero 
+0x3d21 012326 call ali_mesh_encrypt_base_function_k3 
+0x3d22 012327 call ali_mesh_send_pairing_data 
+0x3d23 012328 fetch 1 ,mem_mesh_fast_pair_packet_type 
+0x3d24 012329 rtnne mesh_message_proxy 
+0x3d25 012330 jam wait_receive_appkey ,mem_mesh_provisioned_flag 
+0x3d26 012331 rtn 
+:      012334 ali_mesh_advertising_receive_privisioning_data:
+0x3d27 012335 bpatchx patch35_1 ,mem_patch35 
+0x3d28 012336 copy contr ,rega 
+0x3d29 012337 fetch 1 ,mem_mesh_provisioned_flag 
+0x3d2a 012338 rtneq paired_status 
+0x3d2b 012339 fetch 1 ,mem_mesh_provisioning_state_flag 
+0x3d2c 012340 rtnbit0 receive_provisioning_random 
+0x3d2d 012341 rtnbit1 receive_provisioning_data 
+0x3d2e 012342 copy rega ,contr 
+0x3d2f 012343 arg 0x16 ,loopcnt 
+0x3d30 012344 arg mem_mesh_encrypt_provisioning_data ,contw 
+0x3d31 012345 call memcpy 
+0x3d32 012347 call ali_mesh_encrypt_calc_provisioning_data 
+0x3d33 012349 fetcht 2 ,mem_mesh_provisioning_data_mac_addr 
+0x3d34 012350 fetch 2 ,mem_mesh_three_tuple_mac + 4 
+0x3d35 012351 isub temp ,null 
+0x3d36 012352 nrtn zero 
+:      012353 ali_mesh_resolve_privisioning_data_package:
+0x3d37 012354 fetch 1 ,mem_mesh_provisioning_state_flag 
+0x3d38 012355 set1 receive_provisioning_data ,pdata 
+0x3d39 012356 store 1 ,mem_mesh_provisioning_state_flag 
+0x3d3a 012358 call ali_mesh_encrypt_calc_network_key_by_k2 
+0x3d3b 012360 fetch 1 ,mem_mesh_last_iv_index_byte 
+0x3d3c 012361 store 1 ,mem_mesh_iv_index + 3 
+0x3d3d 012362 call ali_mesh_advertising_send_provisioning_complete 
+0x3d3e 012363 rtn 
+:      012367 ali_mesh_advertising_send_provisioning_complete:
+0x3d3f 012368 arg provisioning_packet_complete_mac ,temp 
+0x3d40 012369 call ali_mesh_advertising_send_packet_common 
+0x3d41 012370 setarg provisioning_complete 
+0x3d42 012371 istore 1 ,contw 
+0x3d43 012372 fetch 6 ,mem_mesh_three_tuple_mac 
+0x3d44 012373 istore 6 ,contw 
+0x3d45 012374 rtn 
+:      012377 ali_mesh_advertising_send_packet_common:
+0x3d46 012378 bpatchx patch35_2 ,mem_patch35 
+0x3d47 012379 setarg fast_pairing_timeout_provisioning 
+0x3d48 012380 store 2 ,mem_mesh_fast_pairing_timer 
+0x3d49 012381 fetch 1 ,mem_mesh_fast_pair_packet_type 
+0x3d4a 012382 sub pdata ,mesh_message_tmall ,null 
+0x3d4b 012383 call ali_mesh_control_ble_advertising_on_advertising ,zero 
+0x3d4c 012384 ncall ali_mesh_control_ble_advertising_off_advertising ,zero 
+0x3d4d 012385 add temp ,provisioning_packet_length_ad_type_company_id_vid_provisioning_type + provisioning_packet_length_flags ,pdata 
+0x3d4e 012386 store 1 ,mem_mesh_adv_data_len 
+0x3d4f 012387 call ali_mesh_advertising_add_adtype_flags 
+0x3d50 012388 add temp ,provisioning_packet_ad_type_company_id_vid_provisioning_type ,pdata 
+0x3d51 012389 istore 1 ,contw 
+0x3d52 012390 setarg gap_adtype_manufacturer_specific 
+0x3d53 012391 istore 1 ,contw 
+0x3d54 012392 setarg company_identifiers_alibaba 
+0x3d55 012393 byteswap pdata ,pdata 
+0x3d56 012394 istore 2 ,contw 
+0x3d57 012395 fetch 1 ,mem_mesh_receive_vid 
+0x3d58 012396 istore 1 ,contw 
+0x3d59 012397 rtn 
+:      012408 ali_mesh_receive_provisioning_package_check_header:
+0x3d5a 012409 call disable_user 
+0x3d5b 012410 ifetcht 2 ,contr 
+0x3d5c 012411 setarg company_identifiers_alibaba 
+0x3d5d 012412 byteswap pdata ,pdata 
+0x3d5e 012413 isub temp ,null 
+0x3d5f 012414 nrtn zero 
+0x3d60 012415 ifetch 1 ,contr 
+0x3d61 012416 store 1 ,mem_mesh_receive_vid 
+0x3d62 012417 branch enable_user 
+:      012420 ali_mesh_fast_pairing_timer:
+0x3d63 012421 arg mem_mesh_fast_pairing_timer ,regc 
+0x3d64 012422 arg ali_mesh_fast_pairing_timeout ,regb 
+0x3d65 012423 branch timer_single_step_2b 
+:      012425 ali_mesh_fast_pairing_timeout:
+:      012426 ali_mesh_fast_pairing_failed:
+0x3d66 012427 branch ali_mesh_advertising_init_send_unprovisioned_device_beacon 
+:      012435 ali_mesh_access_layer_config_or_health_message_opcode:
+0x3d67 012436 fetch 1 ,mem_mesh_configuration_health_message_opcode 
+0x3d68 012437 beq mesh_message_opcode_config_composition_data_get_no_head ,ali_mesh_access_layer_config_composition_data 
+0x3d69 012438 beq mesh_message_opcode_config_node_reset_no_head ,ali_mesh_access_layer_config_or_health_message_opcode_node_reset 
+0x3d6a 012439 beq mesh_message_opcode_config_model_subscription_add_no_head ,ali_mesh_message_config_modle_subscription_add 
+0x3d6b 012440 beq mesh_message_opcode_config_model_subscription_delete_no_head ,ali_mesh_message_config_modle_subscription_delete 
+0x3d6c 012442 beq mesh_message_opcode_config_model_subscription_add_ow_no_head ,ali_mesh_message_config_modle_subscription_add_overwrite 
+0x3d6d 012444 rtn 
+:      012446 ali_mesh_message_config_modle_subscription_add_overwrite:
+0x3d6e 012447 call ali_mesh_message_config_modle_subscription_check_element 
+0x3d6f 012448 call ali_mesh_message_config_modle_subscription_add_value_address_ow 
+0x3d70 012449 call ali_mesh_message_config_modle_subscription_save 
+0x3d71 012450 setarg mesh_configuration_and_health_message_opcode_header 
+0x3d72 012451 store 1 ,mem_mesh_access_layer_payload 
+0x3d73 012452 setarg mesh_message_opcode_config_model_subscription_add_ow_status 
+0x3d74 012453 istore 1 ,contw 
+0x3d75 012455 setarg mesh_success 
+0x3d76 012456 istore 1 ,contw 
+0x3d77 012457 fetch 2 ,mem_mesh_subscription_element_address_ow 
+0x3d78 012458 istore 2 ,contw 
+0x3d79 012460 fetch 1 ,mem_mesh_receive_model_message_payload_len 
+0x3d7a 012461 arg 4 ,temp 
+0x3d7b 012462 isub temp ,loopcnt 
+0x3d7c 012463 arg mem_mesh_subscription_list_num_ow ,contr 
+0x3d7d 012464 call memcpy 
+0x3d7e 012465 fetch 1 ,mem_mesh_receive_model_message_payload_len 
+0x3d7f 012466 pincrease 1 
+0x3d80 012467 store 1 ,mem_mesh_access_layer_payload_len 
+0x3d81 012470 arg 0 ,queue 
+0x3d82 012471 branch ali_mesh_ali_vendor_message_send_message 
+:      012473 ali_mesh_message_config_modle_subscription_add_value_address_ow:
+0x3d83 012474 fetch 1 ,mem_mesh_subscription_list_num_ow 
+0x3d84 012475 rtn blank 
+0x3d85 012476 sub pdata ,subscription_max_count ,null 
+0x3d86 012477 ncall ali_mesh_message_config_modle_subscription_set_addr_max ,positive 
+0x3d87 012478 iforce loopcnt 
+0x3d88 012479 arg mem_mesh_subscription_value_address_start_ow ,contr 
+0x3d89 012480 add rega ,2 ,contw 
+0x3d8a 012481 branch ali_mesh_byte_swap 
+:      012483 ali_mesh_byte_swap:
+0x3d8b 012484 ifetch 2 ,contr 
+0x3d8c 012485 byteswap pdata ,pdata 
+0x3d8d 012486 istore 2 ,contw 
+0x3d8e 012487 loop ali_mesh_byte_swap 
+0x3d8f 012488 rtn 
+:      012490 ali_mesh_message_config_modle_subscription_set_addr_max:
+0x3d90 012492 setarg subscription_max_count 
+0x3d91 012493 rtn 
+:      012495 ali_mesh_access_layer_config_composition_data:
+0x3d92 012496 jam receive_config_composition_data_get ,mem_mesh_provisioned_flag 
+0x3d93 012497 setarg mesh_message_opcode_config_composition_data_status 
+0x3d94 012498 store 1 ,mem_mesh_access_layer_payload 
+0x3d95 012499 setarg 0x00 
+0x3d96 012500 istore 1 ,contw 
+0x3d97 012501 setarg company_identifiers_alibaba 
+0x3d98 012502 istore 2 ,contw 
+0x3d99 012503 setarg 0x0000 
+0x3d9a 012504 istore 2 ,contw 
+0x3d9b 012505 setarg 0x0001 
+0x3d9c 012506 istore 2 ,contw 
+0x3d9d 012507 setarg 0x0005 
+0x3d9e 012508 istore 2 ,contw 
+0x3d9f 012509 setarg 0x0003 
+0x3da0 012510 istore 2 ,contw 
+0x3da1 012511 setarg 0x0000 
+0x3da2 012512 istore 2 ,contw 
+0x3da3 012513 setarg 0x02 
+0x3da4 012514 istore 1 ,contw 
+0x3da5 012515 setarg 0x02 
+0x3da6 012516 istore 1 ,contw 
+0x3da7 012517 setarg 0x0000 
+0x3da8 012518 istore 2 ,contw 
+0x3da9 012519 setarg 0x1000 
+0x3daa 012520 istore 2 ,contw 
+0x3dab 012521 setarg 0x000001a8 
+0x3dac 012522 istore 4 ,contw 
+0x3dad 012523 setarg 0x000101a8 
+0x3dae 012524 istore 4 ,contw 
+0x3daf 012525 jam 28 ,mem_mesh_access_layer_payload_len 
+0x3db0 012526 branch ali_mesh_upper_transport_layer_send_access_message 
+:      012529 ali_mesh_access_layer_config_or_health_message_opcode_node_reset:
+0x3db1 012530 jam health_node_reset_timeout ,mem_mesh_health_node_reset_timer 
+:      012534 ali_mesh_access_layer_send_config_node_reset_status:
+0x3db2 012535 setarg mesh_configuration_and_health_message_opcode_header 
+0x3db3 012536 store 1 ,mem_mesh_access_layer_payload 
+0x3db4 012537 setarg mesh_message_opcode_config_node_reset_status_no_head 
+0x3db5 012538 istore 1 ,contw 
+0x3db6 012539 jam 2 ,mem_mesh_access_layer_payload_len 
+0x3db7 012540 branch ali_mesh_upper_transport_layer_send_access_message 
+:      012542 ali_mesh_access_layer_health_node_reset_timer:
+0x3db8 012543 arg mem_mesh_health_node_reset_timer ,regc 
+0x3db9 012544 arg ali_mesh_access_layer_health_node_reset_timeout ,regb 
+0x3dba 012545 branch timer_single_step 
+:      012548 ali_mesh_access_layer_health_node_reset_timeout:
+0x3dbb 012549 call mesh_clear_provisioning_data_only 
+:      012551 ali_mesh_app_delete_paired:
+0x3dbc 012552 branch soft_reset_chip 
+:      012555 ali_mesh_message_config_modle_subscription_add:
+0x3dbd 012556 call ali_mesh_message_config_modle_subscription_status 
+0x3dbe 012557 fetch 2 ,mem_mesh_core_feature 
+0x3dbf 012558 rtnbit1 mesh_feature_disable_subscription 
+0x3dc0 012559 call ali_mesh_message_config_modle_subscription_check_element 
+0x3dc1 012560 call ali_mesh_message_config_modle_subscription_add_value_address 
+:      012561 ali_mesh_message_config_modle_subscription_save:
+0x3dc2 012562 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
+0x3dc3 012563 branch callback_func 
+:      012566 ali_mesh_message_config_modle_subscription_delete:
+0x3dc4 012567 call ali_mesh_message_config_modle_subscription_status 
+0x3dc5 012568 fetch 2 ,mem_mesh_core_feature 
+0x3dc6 012569 rtnbit1 mesh_feature_disable_subscription 
+0x3dc7 012570 call ali_mesh_message_config_modle_subscription_check_element 
+0x3dc8 012571 fetcht 2 ,mem_mesh_subscription_value_address 
+0x3dc9 012572 rshift8 temp ,pdata 
+0x3dca 012573 rshift4 pdata ,pdata 
+0x3dcb 012574 beq 0x0c ,ali_mesh_message_config_modle_subscription_delete_group_addr 
+0x3dcc 012575 byteswap temp ,temp 
+:      012576 ali_mesh_message_config_modle_subscription_delete_next:
+0x3dcd 012577 call ali_mesh_message_config_modle_subscription_check_value_address 
+0x3dce 012578 nrtn user 
+0x3dcf 012579 setarg 0 
+0x3dd0 012580 istore 2 ,rega 
+0x3dd1 012581 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
+0x3dd2 012582 branch callback_func 
+:      012584 ali_mesh_message_config_modle_subscription_delete_group_addr:
+0x3dd3 012585 setarg -1 
+0x3dd4 012586 istore subscription_max_count ,rega 
+0x3dd5 012587 istore subscription_max_count ,contw 
+0x3dd6 012588 fetch 2 ,mem_mesh_cb_subscriptuion_list_changed 
+0x3dd7 012589 branch callback_func 
+:      012591 ali_mesh_message_config_modle_subscription_check_value_address:
+0x3dd8 012592 arg subscription_max_count ,loopcnt 
+:      012593 ali_mesh_message_config_modle_subscription_check_value_address_loop:
+0x3dd9 012594 ifetch 2 ,rega 
+0x3dda 012595 arg 0xffff ,regb 
+0x3ddb 012596 isub regb ,null 
+0x3ddc 012597 branch enable_user ,zero 
+0x3ddd 012598 isub temp ,null 
+0x3dde 012599 branch enable_user ,zero 
+:      012600 ali_mesh_message_config_modle_subscription_check_value_address_loop_empty:
+0x3ddf 012601 increase 2 ,rega 
+0x3de0 012602 loop ali_mesh_message_config_modle_subscription_check_value_address_loop 
+0x3de1 012603 branch disable_user 
+:      012606 ali_mesh_message_config_modle_subscription_status:
+0x3de2 012607 setarg mesh_configuration_and_health_message_opcode_header 
+0x3de3 012608 store 1 ,mem_mesh_access_layer_payload 
+0x3de4 012609 setarg mesh_message_opcode_config_model_subscription_status_no_head 
+0x3de5 012610 istore 1 ,contw 
+0x3de6 012611 setarg mesh_success 
+0x3de7 012612 istore 1 ,contw 
+0x3de8 012613 fetch 6 ,mem_mesh_subscription_element_address 
+0x3de9 012614 istore 6 ,contw 
+0x3dea 012615 jam 9 ,mem_mesh_access_layer_payload_len 
+0x3deb 012616 branch ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer 
+:      012618 ali_mesh_message_config_modle_subscription_check_element:
+0x3dec 012619 call mesh_get_element_info_config 
+0x3ded 012620 add rega ,element_device_subscription_label ,rega 
+0x3dee 012621 fetch 2 ,mem_mesh_subscription_element_address 
+0x3def 012622 fetcht 2 ,mem_mesh_unicast_address 
+0x3df0 012623 byteswap temp ,temp 
+0x3df1 012624 isub temp ,pdata 
+0x3df2 012625 imul32 regb ,pdata 
+0x3df3 012626 iadd rega ,rega 
+0x3df4 012627 rtn 
+:      012629 ali_mesh_message_config_modle_subscription_add_value_address:
+0x3df5 012630 fetcht 2 ,mem_mesh_subscription_value_address 
+0x3df6 012631 arg subscription_max_count ,loopcnt 
+:      012632 ali_mesh_message_config_modle_subscription_add_value_address_loop:
+0x3df7 012633 ifetch 2 ,rega 
+0x3df8 012634 branch ali_mesh_message_config_modle_subscription_add_value_address_in ,blank 
+0x3df9 012635 arg 0xffff ,regb 
+0x3dfa 012636 isub regb ,null 
+0x3dfb 012637 branch ali_mesh_message_config_modle_subscription_add_value_address_in ,zero 
+0x3dfc 012638 increase 2 ,rega 
+0x3dfd 012639 loop ali_mesh_message_config_modle_subscription_add_value_address_loop 
+0x3dfe 012640 rtn 
+:      012642 ali_mesh_message_config_modle_subscription_add_value_address_in:
+0x3dff 012643 byteswap temp ,temp 
+0x3e00 012644 istoret 2 ,rega 
+0x3e01 012645 rtn 
+:      012650 ali_mesh_init:
+0x3e02 012652 call enable_authrom 
+0x3e03 012653 call init_memp 
+0x3e04 012654 setarg mesh_check_ble_rx_packet 
+0x3e05 012655 store 2 ,mem_mesh_cb_receive_advertising 
+0x3e06 012657 setarg mesh_idle_process 
+0x3e07 012658 store 2 ,mem_cb_idle_process 
+0x3e08 012660 setarg ali_mesh_network_layer_relay_access_message 
+0x3e09 012661 store 2 ,mem_mesh_cb_network_relay 
+0x3e0a 012663 setarg ali_mesh_access_layer_recv_cfg_appkey_add_cb 
+0x3e0b 012664 store 2 ,mem_mesh_cb_receive_config_appkey_add 
+0x3e0c 012666 setarg mesh_store_new_subscriptuion_list_data 
+0x3e0d 012667 store 2 ,mem_mesh_cb_subscriptuion_list_changed 
+0x3e0e 012669 setarg mesh_store_new_seq_data 
+0x3e0f 012670 store 2 ,mem_mesh_cb_seq_changed 
+0x3e10 012672 setarg mesh_cb_event_timer 
+0x3e11 012673 store 2 ,mem_cb_event_timer 
+0x3e12 012675 setarg ali_mesh_access_layer_check_access_message_opcode 
+0x3e13 012676 store 2 ,mem_mesh_cb_receive_access_message 
+0x3e14 012678 setarg mesh_le_receive_data 
+0x3e15 012679 store 2 ,mem_cb_att_write 
+0x3e16 012681 setarg ali_mesh_proxy_process_bb_event 
+0x3e17 012682 store 2 ,mem_cb_bb_event_process 
+0x3e18 012684 setarg mesh_clear_pairing_key 
+0x3e19 012685 store 2 ,mem_mesh_clear_provisioning_data 
+0x3e1a 012687 setarg mesh_vendor_timming_chage_cb 
+0x3e1b 012688 store 2 ,mem_mesh_cb_vendor_timing_changed 
+0x3e1c 012689 call ali_mesh_vendor_timer_message_read 
+0x3e1d 012691 jam 36 ,mem_mesh_adv_scan_channel 
+0x3e1e 012692 call ali_mesh_ali_vendor_message_indication_info_reset_tid 
+0x3e1f 012695 bpatchx patch35_3 ,mem_patch35 
+0x3e20 012697 setarg 0x0428 
+0x3e21 012698 store 2 ,mem_mesh_upper_tran_layer_queue_each_size 
+0x3e22 012699 call ali_mesh_upper_transport_layer_queue_init 
+0x3e23 012701 setarg 0x0422 
+0x3e24 012702 store 2 ,mem_mesh_queue_each_size 
+0x3e25 012703 call ali_mesh_advertising_bearer_layer_queue_init 
+0x3e26 012705 setarg 0x0a22 
+0x3e27 012706 store 2 ,mem_mesh_network_relay_gatt_queue_each_size 
+0x3e28 012707 call ali_mesh_network_layer_gatt_queue_init 
+0x3e29 012708 call ali_mesh_network_layer_queue_init 
+0x3e2a 012712 call ali_mesh_network_layer_queue_init 
+0x3e2b 012714 call ali_mesh_chip_peripherals_load_data 
+0x3e2c 012715 call mesh_inverse_three_tuple_mac 
+0x3e2d 012717 fetch 1 ,mem_mesh_network_key 
+0x3e2e 012718 beq 0xff ,mesh_send_unprovisioned_beacons 
+0x3e2f 012719 call ali_mesh_upper_transport_layer_clear_tx_buffer 
+0x3e30 012720 call ali_mesh_encrypt_base_function_k3 
+0x3e31 012721 call ali_mesh_encrypt_base_function_k4 
+0x3e32 012722 call ali_mesh_encrypt_calc_network_key_by_k2 
+0x3e33 012724 random pdata 
+0x3e34 012725 and pdata ,0x1f ,pdata 
+0x3e35 012726 add pdata ,50 ,pdata 
+0x3e36 012727 store 2 ,mem_mesh_report_full_attribute_timer 
+0x3e37 012728 add pdata ,5 ,pdata 
+0x3e38 012729 store 1 ,mem_mesh_report_power_on_timer 
+0x3e39 012730 rtn 
+:      012734 mesh_inverse_three_tuple_mac:
+0x3e3a 012735 fetch 6 ,mem_mesh_three_tuple_mac 
+0x3e3b 012736 call inverse_data_6byte 
+0x3e3c 012737 store 6 ,mem_le_lap 
+0x3e3d 012738 rtn 
+:      012740 mesh_get_element_info_config:
+0x3e3e 012741 fetchr loopcnt ,1 ,mem_mesh_element_number 
+0x3e3f 012742 fetchr rega ,2 ,mem_mesh_element_device_ptr 
+0x3e40 012743 fetchr regb ,2 ,mem_mesh_element_device_length 
+0x3e41 012744 rtn 
+:      012747 mesh_idle_process:
+0x3e42 012748 bpatchx patch35_4 ,mem_patch35 
+0x3e43 012749 call ali_mesh_time_function 
+0x3e44 012750 call ali_mesh_control_ble_adv_process 
+0x3e45 012751 call ali_mesh_upper_transport_layer_control_packet 
+0x3e46 012752 call ali_mesh_advertising_bearer_layer_load_packet_from_advertising_queue 
+0x3e47 012753 call ali_mesh_network_layer_control_relay_packet 
+0x3e48 012754 call ali_mesh_network_layer_check_gatt_relay_packet 
+0x3e49 012755 branch mesh_ble_rx_packet 
+:      012758 mesh_cb_event_timer:
+0x3e4a 012759 call ali_mesh_control_ble_adv_timer_process 
+0x3e4b 012760 call ali_mesh_access_layer_health_node_reset_timer 
+0x3e4c 012761 call ali_mesh_fast_pairing_timer 
+0x3e4d 012764 call ali_mesh_report_full_attribute_timer 
+0x3e4e 012765 call ali_mesh_report_power_on_timer 
+0x3e4f 012766 branch ali_mesh_upper_transport_layer_receive_new_msg_timer 
+:      012769 mesh_clear_provisioning_data_only:
+0x3e50 012770 call mesh_clear_timer_data 
+0x3e51 012771 fetch 2 ,mem_mesh_clear_provisioning_data 
+0x3e52 012772 branch callback_func 
+:      012776 mesh_clear_timer_data:
+0x3e53 012777 fetch 1 ,mem_mesh_chip_select 
+0x3e54 012778 rtnne 2 
+0x3e55 012779 setarg 0x1d000 
+0x3e56 012780 store 3 ,mem_spi_write_addr 
+0x3e57 012781 branch spid_flash_erase_sector + 2 
+:      012785 ali_mesh_upper_transport_layer_queue_init:
+0x3e58 012786 call ali_mesh_upper_transport_layer_init_queue_param 
+0x3e59 012787 branch queue_init 
+:      012789 ali_mesh_advertising_bearer_layer_queue_init:
+0x3e5a 012790 call ali_mesh_advertising_bearer_layer_init_queue_param 
+0x3e5b 012791 branch queue_init 
+:      012793 ali_mesh_network_layer_gatt_queue_init:
+0x3e5c 012794 call ali_mesh_network_layer_init_gatt_queue_param 
+0x3e5d 012795 branch queue_init 
+:      012797 ali_mesh_network_layer_init_gatt_queue_param:
+0x3e5e 012798 setarg mem_mesh_network_relay_gatt_queue_each_size 
+0x3e5f 012799 store 2 ,mem_queue_ptr 
+0x3e60 012800 rtn 
+:      012802 ali_mesh_advertising_init_send_unprovisioned_device_beacon:
+0x3e61 012803 jam 1 ,mem_le_adv_enable 
+0x3e62 012804 setarg adv_unprovisioned_device_beacon_timeout 
+0x3e63 012805 store 2 ,mem_mesh_advertising_unprovisioned_device_beacon_timer 
+0x3e64 012806 fetch 1 ,mem_mesh_uuid_featureflag 
+0x3e65 012807 set0 bit_silence_adv_flag ,pdata 
+0x3e66 012808 store 1 ,mem_mesh_uuid_featureflag 
+0x3e67 012809 jam unprovisioned_beacon_status ,mem_mesh_provisioned_flag 
+0x3e68 012810 jam 0x00 ,mem_mesh_provisioning_state_flag 
+0x3e69 012811 jam 0x00 ,mem_k2_nid 
+0x3e6a 012812 branch ali_mesh_send_unprovisioned_device_beacon_init_advertising 
+:      012816 ali_mesh_lower_transport_layer_receive_lower_transport_pdu:
+0x3e6b 012817 bpatchx patch35_5 ,mem_patch35 
+0x3e6c 012818 fetch 1 ,mem_mesh_message_transport_head 
+0x3e6d 012819 bbit1 transport_head_bit_seg ,ali_mesh_lower_transport_layer_receive_lower_transport_pdu_segmented_message 
+0x3e6e 012820 jam 0 ,mem_mesh_aszmic 
+0x3e6f 012821 branch ali_mesh_upper_transport_layer_receive_unsegmented_access_message 
+:      012824 ali_mesh_lower_transport_layer_receive_lower_transport_pdu_segmented_message:
+0x3e70 012825 call ali_mesh_lower_transport_layer_receive_segaccmess_resolve_szmic_seqzero_segon 
+0x3e71 012826 rtn user 
+0x3e72 012827 call ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack 
+0x3e73 012828 rtn user 
+0x3e74 012829 call ali_mesh_lower_transport_layer_receive_segmented_access_message_store_segment 
+0x3e75 012830 branch ali_mesh_lower_transport_layer_receive_segmented_access_message_decrypt_segment 
+:      012834 ali_mesh_lower_transport_layer_receive_segaccmess_resolve_szmic_seqzero_segon:
+0x3e76 012835 call disable_user 
+0x3e77 012836 arg 3 ,loopcnt 
+0x3e78 012837 arg mem_mesh_message_segment_access_szmic_seqzero_sego_segn ,rega 
+0x3e79 012838 call inverse_data 
+0x3e7a 012839 fetchr rega ,3 ,mem_mesh_message_segment_access_szmic_seqzero_sego_segn 
+0x3e7b 012840 and rega ,0x1f ,temp 
+0x3e7c 012841 storet 1 ,mem_mesh_segmented_access_message_segn 
+0x3e7d 012842 fetch 1 ,mem_mesh_segmented_access_message_segn_upper_limit 
+0x3e7e 012843 isub temp ,null 
+0x3e7f 012844 nbranch enable_user ,positive 
+0x3e80 012846 rshift4 rega ,pdata 
+0x3e81 012847 rshift pdata ,pdata 
+0x3e82 012848 and pdata ,0x1f ,temp 
+0x3e83 012849 storet 1 ,mem_mesh_segmented_access_message_sego 
+0x3e84 012850 rshift4 pdata ,pdata 
+0x3e85 012851 rshift pdata ,pdata 
+0x3e86 012852 arg 0x1fff ,rega 
+0x3e87 012853 iand rega ,temp 
+0x3e88 012854 copy pdata ,regb 
+0x3e89 012855 fetch 2 ,mem_mesh_segmented_access_message_seqzero 
+0x3e8a 012856 isub temp ,null 
+0x3e8b 012857 ncall ali_mesh_lower_transport_layer_receive_segmented_access_message_recover_seqzero ,zero 
+0x3e8c 012858 storet 2 ,mem_mesh_segmented_access_message_seqzero 
+0x3e8d 012859 rshift8 regb ,pdata 
+0x3e8e 012860 rshift4 pdata ,pdata 
+0x3e8f 012861 rshift pdata ,pdata 
+0x3e90 012862 store 1 ,mem_mesh_segmented_access_message_szmic 
+0x3e91 012863 store 1 ,mem_mesh_aszmic 
+0x3e92 012864 rtn 
+:      012866 ali_mesh_lower_transport_layer_receive_segmented_access_message_recover_seqzero:
+0x3e93 012867 setarg 0 
+0x3e94 012868 store 4 ,mem_mesh_segmented_access_message_blockack 
+0x3e95 012869 jam 0 ,mem_mesh_segmented_access_message_current_length 
+0x3e96 012870 rtn 
+:      012875 ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack:
+0x3e97 012876 call disable_user 
+0x3e98 012877 fetch 1 ,mem_mesh_segmented_access_message_sego 
+0x3e99 012878 copy pdata ,queue 
+0x3e9a 012879 fetch 4 ,mem_mesh_segmented_access_message_blockack 
+0x3e9b 012880 qisolate1 pdata 
+0x3e9c 012881 branch enable_user ,true 
+0x3e9d 012882 qset1 pdata 
+0x3e9e 012883 store 4 ,mem_mesh_segmented_access_message_blockack 
+0x3e9f 012884 fetcht 1 ,mem_mesh_segmented_access_message_segn 
+0x3ea0 012885 add temp ,1 ,loopcnt 
+:      012886 ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack_loop:
+0x3ea1 012887 add loopcnt ,-1 ,queue 
+0x3ea2 012888 qisolate1 pdata 
+0x3ea3 012889 nrtn true 
+0x3ea4 012890 loop ali_mesh_lower_transport_layer_receive_segmented_access_message_check_blockack_loop 
+0x3ea5 012891 jam 1 ,mem_mesh_segmented_access_message_receive_finish 
+0x3ea6 012892 rtn 
+:      012896 ali_mesh_lower_transport_layer_receive_segmented_access_message_store_segment:
+0x3ea7 012897 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x3ea8 012898 pincrease -6 
+0x3ea9 012899 copy pdata ,loopcnt 
+0x3eaa 012900 fetcht 1 ,mem_mesh_segmented_access_message_current_length 
+0x3eab 012901 iadd temp ,temp 
+0x3eac 012902 storet 1 ,mem_mesh_segmented_access_message_current_length 
+0x3ead 012903 fetch 2 ,mem_mesh_segmented_access_message_segment_ptr 
+0x3eae 012904 iforce contw 
+0x3eaf 012905 fetch 1 ,mem_mesh_segmented_access_message_sego 
+0x3eb0 012906 mul32 pdata ,12 ,pdata 
+0x3eb1 012907 iadd contw ,contw 
+0x3eb2 012908 arg mem_mesh_message_transport_segmented_access_messagepdu_segment ,contr 
+0x3eb3 012909 branch memcpy 
+:      012912 ali_mesh_lower_transport_layer_receive_segmented_access_message_decrypt_segment:
+0x3eb4 012913 fetch 1 ,mem_mesh_segmented_access_message_receive_finish 
+0x3eb5 012914 rtneq 0 
+0x3eb6 012915 setarg 0 
+0x3eb7 012916 store 5 ,mem_mesh_segmented_access_message_blockack 
+0x3eb8 012917 fetcht 2 ,mem_mesh_message_seq + 1 
+0x3eb9 012918 byteswap temp ,temp 
+0x3eba 012919 setarg 0xe000 
+0x3ebb 012920 iand temp ,temp 
+0x3ebc 012921 fetch 2 ,mem_mesh_segmented_access_message_seqzero 
+0x3ebd 012922 ior temp ,pdata 
+0x3ebe 012923 byteswap pdata ,pdata 
+0x3ebf 012924 store 2 ,mem_mesh_message_seq + 1 
+0x3ec0 012925 branch ali_mesh_upper_transport_layer_receive_segmented_access_message 
+:      012929 ali_mesh_lower_transport_layer_send_unsegmented_access_message:
+0x3ec1 012930 fetch 1 ,mem_mesh_upper_transport_layer_payload_len 
+0x3ec2 012931 add pdata ,1 ,temp 
+0x3ec3 012932 copy pdata ,loopcnt 
+0x3ec4 012933 storet 1 ,mem_mesh_lower_transport_layer_payload_len 
+0x3ec5 012934 fetch 1 ,mem_mesh_message_transport_head 
+0x3ec6 012935 set0 transport_head_bit_seg ,pdata 
+0x3ec7 012936 store 1 ,mem_mesh_unsegmented_access_lower_transport_layer_head 
+0x3ec8 012937 arg mem_mesh_access_layer_payload ,contr 
+0x3ec9 012938 call memcpy_fast 
+0x3eca 012939 branch ali_mesh_network_layer_send_access_message 
+:      012944 ali_mesh_lower_transport_layer_send_segmented_access_message:
+0x3ecb 012945 add rega ,4 ,temp 
+0x3ecc 012946 copy rega ,loopcnt 
+0x3ecd 012947 storet 1 ,mem_mesh_lower_transport_layer_payload_len 
+0x3ece 012948 arg mem_mesh_segmented_access_lower_transport_layer_parameters ,contw 
+0x3ecf 012949 call memcpy_fast 
+0x3ed0 012950 fetch 1 ,mem_mesh_message_transport_head 
+0x3ed1 012951 set1 transport_head_bit_seg ,pdata 
+0x3ed2 012952 store 1 ,mem_mesh_segmented_access_lower_transport_layer_head 
+0x3ed3 012953 branch ali_mesh_network_layer_send_access_message 
+:      012958 ali_mesh_model_layer_check_model_message_opcode:
+0x3ed4 012959 fetch 1 ,mem_mesh_module_message_opcode 
+:      012960 ali_mesh_model_layer_check_generic_onoff_message_opcde:
+0x3ed5 012961 beq mesh_module_message_opcode_generic_onoff_get_no_head ,ali_mesh_model_layer_message_opcode_generic_onoff_get 
+0x3ed6 012962 beq mesh_module_message_opcode_generic_onoff_set_no_head ,ali_mesh_model_layer_message_opcde_generic_onoff_set 
+0x3ed7 012963 beq mesh_module_message_opcode_scene_recall_no_head ,ali_mesh_model_layer_message_opcde_scene_recall 
+0x3ed8 012964 beq mesh_module_message_opcode_light_lightness_set_no_head ,ali_mesh_model_layer_message_opcde_light_lightness_set 
+0x3ed9 012965 beq mesh_module_message_opcode_light_ctl_set_no_head ,ali_mesh_model_layer_message_opcde_light_ctl_set 
+0x3eda 012966 rtn 
+:      012969 ali_mesh_model_layer_message_opcode_generic_onoff_get:
+0x3edb 012970 arg ali_mesh_model_layer_message_opcode_generic_onoff_get_cb ,regc 
+0x3edc 012971 branch ali_mesh_more_element_check_element_address 
+:      012972 ali_mesh_model_layer_message_opcode_generic_onoff_get_cb:
+0x3edd 012975 fetch 2 ,mem_mesh_cb_generic_onoff_get 
+0x3ede 012976 call callback_func 
+0x3edf 012977 store 1 ,mem_mesh_generic_onoff_set_payload_onoff 
+0x3ee0 012978 branch ali_mesh_access_layer_send_generic_onoff_status 
+:      012981 ali_mesh_model_layer_message_opcde_generic_onoff_set:
+0x3ee1 012982 arg ali_mesh_model_layer_message_opcde_generic_onoff_set_cb ,regc 
+0x3ee2 012983 branch ali_mesh_more_element_check_element_address 
+:      012984 ali_mesh_model_layer_message_opcde_generic_onoff_set_cb:
+0x3ee3 012985 call ali_mesh_access_layer_send_generic_onoff_status 
+0x3ee4 012986 fetch 2 ,mem_mesh_cb_generic_onoff_set 
+0x3ee5 012987 branch callback_func 
+:      012991 ali_mesh_model_layer_message_opcde_scene_recall:
+0x3ee6 012992 call ali_mesh_access_layer_send_scene_status 
+0x3ee7 012993 fetch 2 ,mem_mesh_cb_scene_recall 
+0x3ee8 012994 branch callback_func 
+:      012997 ali_mesh_model_layer_message_opcde_light_lightness_set:
+0x3ee9 012998 fetch 2 ,mem_mesh_light_lightness_set_payload_lightness 
+0x3eea 012999 call ali_mesh_model_layer_message_calc_lightness 
+0x3eeb 013000 store 1 ,mem_mesh_light_lightness_calc_lightness 
+0x3eec 013001 call ali_mesh_access_layer_send_light_lightness_status 
+0x3eed 013002 fetch 2 ,mem_mesh_cb_light_lightness_set 
+0x3eee 013003 branch callback_func 
+:      013006 ali_mesh_model_layer_message_opcde_light_ctl_set:
+0x3eef 013007 fetch 2 ,mem_mesh_last_ctl_temperature 
+0x3ef0 013008 fetcht 2 ,mem_mesh_ctl_temperature 
+0x3ef1 013009 isub temp ,null 
+0x3ef2 013010 rtn zero 
+0x3ef3 013012 fetch 2 ,mem_mesh_ctl_temperature 
+0x3ef4 013013 call ali_mesh_model_layer_message_calc_temperature 
+0x3ef5 013014 store 1 ,mem_mesh_ctl_calc_temperature 
+0x3ef6 013016 fetch 2 ,mem_mesh_ctl_temperature 
+0x3ef7 013017 store 2 ,mem_mesh_last_ctl_temperature 
+0x3ef8 013018 fetch 2 ,mem_mesh_cb_light_lightness_get 
+0x3ef9 013019 call callback_func 
+0x3efa 013020 storet 2 ,mem_mesh_ctl_lightness 
+0x3efb 013021 call ali_mesh_access_layer_send_light_ctl_stauts 
+0x3efc 013022 fetch 2 ,mem_mesh_cb_light_ctl_set 
+0x3efd 013023 branch callback_func 
+:      013028 ali_mesh_model_layer_message_calc_lightness:
+0x3efe 013029 rtn blank 
+0x3eff 013030 mul32 pdata ,ali_mesh_lightness_level ,pdata 
+0x3f00 013031 arg ali_mesh_lightness_max ,temp 
+0x3f01 013032 idiv temp 
+0x3f02 013033 call wait_div_end 
+0x3f03 013034 remainder temp 
+0x3f04 013035 rshift8 temp ,temp 
+0x3f05 013036 quotient pdata 
+0x3f06 013037 sub temp ,0xff ,null 
+0x3f07 013038 nrtn zero 
+0x3f08 013039 pincrease 1 
+0x3f09 013040 rtn 
+:      013045 ali_mesh_model_layer_message_calc_actual_lightness:
+0x3f0a 013046 arg ali_mesh_lightness_max ,pdata 
+0x3f0b 013047 imul32 temp ,pdata 
+0x3f0c 013048 div pdata ,ali_mesh_lightness_level 
+0x3f0d 013049 call wait_div_end 
+0x3f0e 013050 quotient temp 
+0x3f0f 013051 rtn 
+:      013055 ali_mesh_model_layer_message_calc_temperature:
+0x3f10 013056 arg ali_mesh_temperature_min ,temp 
+0x3f11 013057 isub temp ,rega 
+0x3f12 013058 call ali_mesh_model_layer_message_calc_temperature_k 
+0x3f13 013059 copy rega ,pdata 
+0x3f14 013060 idiv temp 
+0x3f15 013061 call wait_div_end 
+0x3f16 013062 quotient pdata 
+0x3f17 013063 rtn 
+:      013068 ali_mesh_model_layer_message_calc_actual_temperature:
+0x3f18 013069 copy temp ,rega 
+0x3f19 013070 call ali_mesh_model_layer_message_calc_temperature_k 
+0x3f1a 013071 copy rega ,pdata 
+0x3f1b 013072 imul32 temp ,pdata 
+0x3f1c 013073 arg ali_mesh_temperature_min ,temp 
+0x3f1d 013074 iadd temp ,temp 
+0x3f1e 013075 rtn 
+:      013077 ali_mesh_model_layer_message_calc_temperature_k:
+0x3f1f 013078 setarg ali_mesh_temperature_max 
+0x3f20 013079 arg ali_mesh_temperature_min ,temp 
+0x3f21 013080 isub temp ,pdata 
+0x3f22 013081 div pdata ,ali_mesh_temperature_level 
+0x3f23 013082 call wait_div_end 
+0x3f24 013083 quotient temp 
+0x3f25 013084 rtn 
+:      013089 ali_mesh_more_element_check_unicast_address:
+0x3f26 013090 arg 0 ,queue 
+0x3f27 013091 fetchr loopcnt ,1 ,mem_mesh_element_number 
+0x3f28 013092 call disable_user 
+0x3f29 013093 fetch 2 ,mem_mesh_unicast_address 
+:      013094 ali_mesh_more_element_check_unicast_address_loop:
+0x3f2a 013095 isub temp ,null 
+0x3f2b 013096 branch ali_mesh_more_element_found_unicast_address_element ,zero 
+0x3f2c 013097 byteswap pdata ,pdata 
+0x3f2d 013098 pincrease 1 
+0x3f2e 013099 byteswap pdata ,pdata 
+0x3f2f 013100 increase 1 ,queue 
+0x3f30 013101 loop ali_mesh_more_element_check_unicast_address_loop 
+0x3f31 013102 rtn 
+:      013104 ali_mesh_more_element_found_unicast_address_element:
+0x3f32 013105 jam 0 ,mem_mesh_receive_group_address 
+0x3f33 013106 storer queue ,1 ,mem_mesh_receive_element_number 
+0x3f34 013107 call ali_mesh_more_element_calc_queue_address 
+0x3f35 013108 branch enable_user 
+:      013111 ali_mesh_more_element_check_group_address:
+0x3f36 013112 arg 0 ,queue 
+0x3f37 013113 arg 0 ,regc 
+0x3f38 013114 call mesh_get_element_info_config 
+0x3f39 013115 call disable_user 
+:      013116 ali_mesh_more_element_check_group_address_loop:
+0x3f3a 013117 fetch 2 ,mem_mesh_core_feature 
+0x3f3b 013118 bbit0 mesh_feature_disable_subscription ,ali_mesh_more_element_check_subscription_address 
+0x3f3c 013119 ifetch 2 ,rega 
+0x3f3d 013120 isub temp ,null 
+0x3f3e 013121 call ali_mesh_more_element_found_group_address_element ,zero 
+:      013122 ali_mesh_more_element_check_address_common:
+0x3f3f 013123 copy regb ,pdata 
+0x3f40 013124 iadd rega ,rega 
+0x3f41 013125 increase 1 ,queue 
+0x3f42 013126 loop ali_mesh_more_element_check_group_address_loop 
+0x3f43 013127 copy regc ,pdata 
+0x3f44 013128 rtn blank 
+0x3f45 013129 store 1 ,mem_mesh_receive_group_address 
+0x3f46 013130 branch enable_user 
+:      013132 ali_mesh_more_element_found_group_address_element:
+0x3f47 013133 qset1 regc 
+0x3f48 013134 rtn 
+:      013136 ali_mesh_more_element_check_subscription_address:
+0x3f49 013137 add rega ,element_device_subscription_label ,contr 
+0x3f4a 013138 arg subscription_max_count ,alarm 
+:      013139 ali_mesh_more_element_check_subscription_address_loop:
+0x3f4b 013140 ifetch 2 ,contr 
+0x3f4c 013141 isub temp ,null 
+0x3f4d 013142 branch ali_mesh_more_element_found_subscription_address_element ,zero 
+0x3f4e 013143 increase -1 ,alarm 
+0x3f4f 013144 branch ali_mesh_more_element_check_address_common ,zero 
+0x3f50 013145 branch ali_mesh_more_element_check_subscription_address_loop 
+:      013147 ali_mesh_more_element_found_subscription_address_element:
+0x3f51 013148 call ali_mesh_more_element_found_group_address_element 
+0x3f52 013149 branch ali_mesh_more_element_check_address_common 
+:      013151 ali_mesh_more_element_check_element_address:
+0x3f53 013152 arg 0 ,queue 
+0x3f54 013153 fetch 1 ,mem_mesh_receive_group_address 
+0x3f55 013154 branch ali_mesh_more_element_check_element_address_no_group_address ,blank 
+0x3f56 013155 copy pdata ,regb 
+0x3f57 013156 fetchr loopcnt ,1 ,mem_mesh_element_number 
+:      013157 ali_mesh_more_element_check_element_address_loop:
+0x3f58 013158 storer queue ,1 ,mem_mesh_receive_element_number 
+0x3f59 013160 qisolate1 regb 
+0x3f5a 013161 call ali_mesh_more_element_check_element_address_no_group_address ,true 
+0x3f5b 013162 fetchr queue ,1 ,mem_mesh_receive_element_number 
+0x3f5c 013163 increase 1 ,queue 
+0x3f5d 013164 loop ali_mesh_more_element_check_element_address_loop 
+0x3f5e 013165 rtn 
+:      013167 ali_mesh_more_element_check_element_address_no_group_address:
+0x3f5f 013168 call ali_mesh_more_element_push_stack 
+0x3f60 013169 call ali_mesh_more_element_calc_queue_address 
+0x3f61 013170 copy regc ,pdata 
+0x3f62 013171 call callback_func 
+0x3f63 013172 branch ali_mesh_more_element_pop_stack 
+:      013174 ali_mesh_more_element_push_stack:
+0x3f64 013175 storer loopcnt ,2 ,mem_mesh_loopcnt_tmep 
+0x3f65 013176 storer rega ,2 ,mem_mesh_rega_temp 
+0x3f66 013177 storer regb ,2 ,mem_mesh_regb_temp 
+0x3f67 013178 storer regc ,2 ,mem_mesh_regc_temp 
+0x3f68 013179 rtn 
+:      013181 ali_mesh_more_element_pop_stack:
+0x3f69 013182 fetchr loopcnt ,2 ,mem_mesh_loopcnt_tmep 
+0x3f6a 013183 fetchr rega ,2 ,mem_mesh_rega_temp 
+0x3f6b 013184 fetchr regb ,2 ,mem_mesh_regb_temp 
+0x3f6c 013185 fetchr regc ,2 ,mem_mesh_regc_temp 
+0x3f6d 013186 rtn 
+:      013189 ali_mesh_more_element_calc_queue_address:
+0x3f6e 013190 bpatchx patch35_6 ,mem_patch35 
+0x3f6f 013191 fetch 2 ,mem_mesh_unicast_address 
+0x3f70 013192 byteswap pdata ,pdata 
+0x3f71 013193 iadd queue ,pdata 
+0x3f72 013194 byteswap pdata ,pdata 
+0x3f73 013195 store 2 ,mem_mesh_send_message_src 
+0x3f74 013196 call mesh_get_element_info_config 
+0x3f75 013197 copy queue ,pdata 
+0x3f76 013198 imul32 regb ,pdata 
+0x3f77 013199 iadd rega ,rega 
+0x3f78 013200 add rega ,element_device_upper_queue_ptr ,contr 
+0x3f79 013201 ifetch 2 ,contr 
+0x3f7a 013202 store ,2 ,mem_queue_ptr 
+0x3f7b 013203 rtn 
+:      013208 ali_mesh_receive_adtype_mesh_message:
+0x3f7c 013209 jam mesh_message_tmall ,mem_mesh_network_packet_type 
+:      013212 ali_mesh_network_layer_recevice_network_pdu:
+0x3f7d 013213 sub temp ,mesh_network_packet_min_length ,null 
+0x3f7e 013214 rtn positive 
+0x3f7f 013215 sub temp ,mesh_network_packet_max_length ,null 
+0x3f80 013216 nrtn positive 
+0x3f81 013217 bpatchx patch35_7 ,mem_patch35 
+0x3f82 013218 call ali_mesh_network_store_in_mem 
+0x3f83 013219 call ali_mesh_network_layer_check_dup 
+0x3f84 013220 nrtn user 
+0x3f85 013221 call ali_mesh_network_layer_check_nid_ivi 
+0x3f86 013222 nrtn user 
+0x3f87 013223 call ali_mesh_encrypt_obfuscation_deceypt_recevie_message 
+0x3f88 013224 call ali_mesh_network_layer_check_msg 
+0x3f89 013225 nrtn user 
+0x3f8a 013226 call ali_mesh_network_layer_store_proxy_unicast_address 
+0x3f8b 013228 branch ali_mesh_network_layer_recevice_network_pdu_decrypt_netmic32 
+:      013230 ali_mesh_network_layer_check_dup:
+0x3f8c 013231 call enable_user 
+0x3f8d 013232 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x3f8e 013233 arg mem_mesh_message_nid + 3 ,contr 
+0x3f8f 013234 iadd contr ,contr 
+0x3f90 013235 ifetch 4 ,contr 
+0x3f91 013236 ifetcht 4 ,contr 
+0x3f92 013237 ixor temp ,temp 
+0x3f93 013238 arg 16 ,loopcnt 
+0x3f94 013239 arg mem_mesh_network_dup_cache ,contr 
+:      013240 ali_mesh_network_layer_check_dup_loop:
+0x3f95 013241 ifetch 4 ,contr 
+0x3f96 013242 isub temp ,null 
+0x3f97 013243 branch disable_user ,zero 
+0x3f98 013244 loop ali_mesh_network_layer_check_dup_loop 
+0x3f99 013245 fetch 1 ,mem_mesh_network_dup_cache_next 
+0x3f9a 013246 pincrease 4 
+0x3f9b 013247 arg mem_mesh_network_dup_cache ,contw 
+0x3f9c 013248 iadd contw ,contw 
+0x3f9d 013249 istoret 4 ,contw 
+0x3f9e 013250 and pdata ,0x3f ,pdata 
+0x3f9f 013251 store 1 ,mem_mesh_network_dup_cache_next 
+0x3fa0 013252 rtn 
+:      013254 ali_mesh_network_layer_check_msg:
+0x3fa1 013255 call enable_user 
+0x3fa2 013256 fetcht 5 ,mem_mesh_message_seq 
+0x3fa3 013257 arg 16 ,loopcnt 
+0x3fa4 013258 arg mem_mesh_network_msg_cache ,contr 
+:      013259 ali_mesh_network_layer_check_msg_loop:
+0x3fa5 013260 ifetch 5 ,contr 
+0x3fa6 013261 isub temp ,null 
+0x3fa7 013262 branch disable_user ,zero 
+0x3fa8 013263 loop ali_mesh_network_layer_check_msg_loop 
+0x3fa9 013264 fetch 1 ,mem_mesh_network_msg_cache_next 
+0x3faa 013265 pincrease 1 
+0x3fab 013266 and pdata ,0x0f ,pdata 
+0x3fac 013267 store 1 ,mem_mesh_network_msg_cache_next 
+0x3fad 013268 mul32 pdata ,5 ,pdata 
+0x3fae 013269 arg mem_mesh_network_msg_cache ,contw 
+0x3faf 013270 iadd contw ,contw 
+0x3fb0 013271 istoret 5 ,contw 
+0x3fb1 013272 rtn 
+:      013274 ali_mesh_network_layer_store_proxy_unicast_address:
+0x3fb2 013275 fetch 1 ,mem_mesh_network_packet_type 
+0x3fb3 013276 rtneq mesh_message_tmall 
+0x3fb4 013277 fetch 2 ,mem_mesh_message_src 
+0x3fb5 013278 store 2 ,mem_mesh_network_proxy_unicast_address 
+0x3fb6 013279 rtn 
+:      013291 ali_mesh_network_layer_recevice_network_pdu_decrypt_netmic32:
+0x3fb7 013292 call ali_mesh_network_load_network_nonce_and_encryptionkey 
+0x3fb8 013293 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x3fb9 013294 arg mem_mesh_message_dst ,temp 
+0x3fba 013295 call ali_ccm_decrypt 
+0x3fbb 013296 nrtn zero 
+:      013299 ali_mesh_network_layer_recevice_network_pdu_check_dst:
+0x3fbc 013300 bpatchx patch36_0 ,mem_patch36 
+0x3fbd 013301 fetch 1 ,mem_mesh_network_packet_type 
+0x3fbe 013302 sub pdata ,mesh_message_proxy ,null 
+0x3fbf 013303 call ali_mesh_white_filter_check ,zero 
+0x3fc0 013304 fetcht 2 ,mem_mesh_message_dst 
+0x3fc1 013305 call ali_mesh_more_element_check_unicast_address 
+0x3fc2 013306 call ali_mesh_more_found_unicast_address_element ,user 
+0x3fc3 013307 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,user 
+0x3fc4 013308 arg 29 ,loopcnt 
+0x3fc5 013309 arg mem_mesh_message_nid_temp ,contw 
+0x3fc6 013310 arg mem_mesh_message_nid ,contr 
+0x3fc7 013311 call memcpy 
+0x3fc8 013312 call ali_mesh_network_layer_recevice_network_pdu_check_dst_group_address 
+0x3fc9 013313 arg 29 ,loopcnt 
+0x3fca 013314 arg mem_mesh_message_nid_temp ,contr 
+0x3fcb 013315 arg mem_mesh_message_nid ,contw 
+0x3fcc 013316 call memcpy 
+0x3fcd 013317 fetch 2 ,mem_mesh_cb_network_relay 
+0x3fce 013318 branch callback_func 
+:      013320 ali_mesh_more_found_unicast_address_element:
+0x3fcf 013321 jam 1 ,mem_mesh_receive_message_count 
+0x3fd0 013322 fetch 2 ,mem_mesh_send_message_src 
+0x3fd1 013323 store 2 ,mem_mesh_receive_message_first_unicast_address 
+0x3fd2 013324 rtn 
+:      013326 ali_mesh_network_layer_recevice_network_pdu_check_dst_group_address:
+0x3fd3 013327 call ali_mesh_more_element_check_group_address 
+0x3fd4 013328 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,user 
+0x3fd5 013329 jam 0xff ,mem_mesh_receive_group_address 
+0x3fd6 013330 setarg group_address_0xcfff_little_endian 
+0x3fd7 013331 isub temp ,null 
+0x3fd8 013332 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,zero 
+0x3fd9 013333 setarg group_address_0xffff_little_endian 
+0x3fda 013334 isub temp ,null 
+0x3fdb 013335 branch ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq ,zero 
+0x3fdc 013336 rtn 
+:      013339 ali_mesh_network_layer_check_nid_ivi:
+0x3fdd 013340 call disable_user 
+0x3fde 013341 fetcht 1 ,mem_mesh_message_nid 
+0x3fdf 013342 rshift4 temp ,pdata 
+0x3fe0 013343 rshift3 pdata ,pdata 
+0x3fe1 013344 fetchr rega ,1 ,mem_mesh_iv_index + 3 
+0x3fe2 013345 and rega ,0x01 ,rega 
+0x3fe3 013346 isub rega ,null 
+0x3fe4 013347 nrtn zero 
+0x3fe5 013348 and temp ,0x7f ,temp 
+0x3fe6 013349 fetch 1 ,mem_k2_nid 
+0x3fe7 013350 isub temp ,null 
+0x3fe8 013351 nrtn zero 
+0x3fe9 013352 branch enable_user 
+:      013356 ali_mesh_network_layer_recevice_network_pdu_check_src_and_seq:
+0x3fea 013357 arg mem_mesh_tmall_cache_start ,rega 
+0x3feb 013358 arg cache_space_num ,loopcnt 
+:      013359 ali_mesh_network_layer_raverse_src_seq_cache:
+0x3fec 013360 fetcht 2 ,mem_mesh_message_src 
+0x3fed 013361 ifetch 2 ,rega 
+0x3fee 013363 branch ali_mesh_network_layer_find_empty_space ,blank 
+0x3fef 013365 isub temp ,null 
+0x3ff0 013367 branch ali_mesh_network_layer_find_src_space ,zero 
+0x3ff1 013368 increase cache_space_size ,rega 
+0x3ff2 013369 loop ali_mesh_network_layer_raverse_src_seq_cache 
+0x3ff3 013370 arg mem_mesh_tmall_cache_start ,rega 
+:      013372 ali_mesh_network_layer_find_empty_space:
+0x3ff4 013373 istoret 2 ,rega 
+:      013374 ali_mesh_network_layer_find_src_space:
+0x3ff5 013375 storet 2 ,mem_mesh_send_message_dst 
+0x3ff6 013377 add rega ,2 ,regc 
+0x3ff7 013378 ifetch 3 ,regc 
+0x3ff8 013379 store 3 ,mem_mesh_last_message_seq 
+0x3ff9 013380 branch ali_mesh_network_layer_recevice_network_pdu_check_seq_legal 
+:      013384 ali_mesh_network_layer_recevice_network_pdu_check_seq_legal:
+0x3ffa 013386 call ali_mesh_inverse_seq 
+0x3ffb 013388 fetch 3 ,mem_mesh_last_message_seq 
+0x3ffc 013389 fetcht 3 ,mem_mesh_message_seq 
+0x3ffd 013390 isub temp ,null 
+0x3ffe 013391 rtn positive 
+0x3fff 013392 istoret 3 ,regc 
+0x4000 013393 call ali_mesh_inverse_seq 
+0x4001 013394 branch ali_mesh_lower_transport_layer_receive_lower_transport_pdu 
+:      013396 ali_mesh_inverse_seq:
+0x4002 013397 arg mem_mesh_message_seq ,rega 
+0x4003 013398 arg 3 ,loopcnt 
+0x4004 013399 branch inverse_data 
+:      013403 ali_mesh_network_load_network_nonce_and_encryptionkey:
+0x4005 013404 call ali_mesh_network_layer_load_network_nonce 
+:      013405 ali_mesh_upper_transport_layer_load_encryptionkey:
+0x4006 013406 arg mem_k2_encryptionkey ,contr 
+0x4007 013407 branch load_key 
+:      013408 ali_mesh_network_layer_load_network_nonce:
+0x4008 013409 arg mem_mesh_network_nonce ,contw 
+0x4009 013410 setarg network_nonce 
+0x400a 013411 istore 1 ,contw 
+0x400b 013412 fetch 6 ,mem_mesh_message_ttl 
+0x400c 013413 istore 8 ,contw 
+0x400d 013414 branch mesh_generate_nonce 
+:      013417 ali_mesh_network_store_in_mem:
+0x400e 013418 add temp ,-12 ,pdata 
+0x400f 013428 store 1 ,mem_mesh_message_transport_netmic_length 
+0x4010 013429 arg 29 ,loopcnt 
+0x4011 013430 arg mem_mesh_message_nid ,contw 
+0x4012 013431 call clear_mem 
+0x4013 013432 add temp ,-1 ,loopcnt 
+0x4014 013433 arg mem_mesh_message_nid ,contw 
+0x4015 013434 branch memcpy_fast 
+:      013436 ali_mesh_network_layer_relay_access_message:
+0x4016 013437 call ali_mesh_network_layer_init_queue_param 
+0x4017 013438 call ali_mesh_network_layer_check_relay_states 
+0x4018 013439 nrtn user 
+0x4019 013440 call ali_mesh_network_layer_encrypt_relay_package 
+0x401a 013441 jam adv_relay_mesh_message_duration ,mem_mesh_queue_ele_duration 
+0x401b 013442 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x401c 013443 add pdata ,13 ,temp 
+0x401d 013444 storet 1 ,mem_mesh_queue_ele_len 
+0x401e 013445 increase -1 ,temp 
+0x401f 013446 istoret 1 ,contw 
+0x4020 013447 setarg gap_adtype_mesh_message 
+0x4021 013448 istore 1 ,contw 
+0x4022 013449 add temp ,-1 ,loopcnt 
+0x4023 013450 fetch 7 ,mem_mesh_message_nid 
+0x4024 013451 arg mem_mesh_message_nid ,contr 
+0x4025 013452 call memcpy 
+0x4026 013453 arg mem_mesh_queue_ele_temp ,rega 
+0x4027 013454 call queue_push 
+0x4028 013455 call ali_mesh_network_layer_white_list_fliter 
+0x4029 013456 nrtn user 
+0x402a 013457 branch ali_mesh_bearer_layer_gatt_send_packet_by_network_layer 
+:      013459 ali_mesh_network_layer_white_list_fliter:
+0x402b 013460 fetcht 2 ,mem_mesh_message_dst_temp 
+:      013461 ali_mesh_network_layer_white_list_fliter_check:
+0x402c 013462 call disable_user 
+0x402d 013463 fetch 1 ,mem_mesh_white_list_num 
+0x402e 013464 rtn blank 
+0x402f 013465 iforce loopcnt 
+0x4030 013466 arg mem_mesh_white_list ,contr 
+:      013467 ali_mesh_network_layer_white_list_fliter_check_loop:
+0x4031 013468 ifetch 2 ,contr 
+0x4032 013469 isub temp ,null 
+0x4033 013470 branch enable_user ,zero 
+0x4034 013471 loop ali_mesh_network_layer_white_list_fliter_check_loop 
+0x4035 013472 rtn 
+:      013475 ali_mesh_network_layer_check_relay_states:
+0x4036 013476 call disable_user 
+0x4037 013477 fetch 1 ,mem_mesh_network_packet_type 
+0x4038 013478 rtneq mesh_message_app 
+0x4039 013479 fetch 2 ,mem_mesh_core_feature 
+0x403a 013480 rtnbit1 mesh_feature_disable_relay 
+0x403b 013481 fetch 1 ,mem_mesh_provisioned_flag 
+0x403c 013482 rtnne paired_status 
+0x403d 013483 fetcht 2 ,mem_mesh_message_src 
+0x403e 013484 call ali_mesh_more_element_check_unicast_address 
+0x403f 013485 branch disable_user ,user 
+0x4040 013486 call ali_mesh_network_layer_check_network_mic_cache 
+0x4041 013487 nrtn user 
+0x4042 013488 fetch 1 ,mem_mesh_message_ttl 
+0x4043 013489 branch disable_user ,blank 
+0x4044 013490 pincrease -1 
+0x4045 013491 branch disable_user ,blank 
+0x4046 013492 store 1 ,mem_mesh_message_ttl 
+0x4047 013493 setarg mem_mesh_network_relay_queue 
+0x4048 013494 store 2 ,mem_queue_ptr 
+0x4049 013495 branch enable_user 
+:      013497 ali_mesh_network_layer_encrypt_relay_package:
+0x404a 013498 call ali_mesh_network_load_network_nonce_and_encryptionkey 
+0x404b 013499 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x404c 013500 arg mem_mesh_message_dst ,temp 
+0x404d 013501 call ali_ccm_encrypt 
+0x404e 013502 branch ali_mesh_encrypt_obfuscation_deceypt_recevie_message 
+:      013506 ali_mesh_network_layer_check_network_mic_cache:
+0x404f 013507 setarg mem_mesh_transport_message_mic_cache 
+0x4050 013508 store 2 ,mem_mesh_mic_cache_ptr 
+0x4051 013509 branch ali_mesh_base_adt_cache 
+:      013513 ali_mesh_network_layer_send_access_message:
+0x4052 013514 bpatchx patch36_1 ,mem_patch36 
+0x4053 013515 call ali_mesh_network_layer_send_access_message_encrypt_netmic 
+0x4054 013516 call ali_mesh_network_layer_send_access_message_encrypt_obfuscation 
+0x4055 013517 branch ali_mesh_bearer_layer_send_packet_by_network_layer 
+:      013522 ali_mesh_network_layer_send_access_message_encrypt_netmic:
+0x4056 013523 fetch 1 ,mem_mesh_lower_transport_layer_payload_len 
+0x4057 013524 add pdata ,2 ,rega 
+0x4058 013525 pincrease 4 
+0x4059 013526 store 1 ,mem_mesh_lower_transport_layer_payload_len 
+0x405a 013527 arg mem_mesh_send_upper_layer_dst ,temp 
+0x405b 013528 branch ali_mesh_network_layer_encrypt_by_network_nonce 
+:      013533 ali_mesh_network_layer_encrypt_by_network_nonce:
+0x405c 013534 call ali_mesh_network_load_network_nonce_and_encryptionkey 
+0x405d 013535 copy rega ,pdata 
+0x405e 013536 branch ali_ccm_encrypt 
+:      013539 ali_mesh_network_layer_send_access_message_encrypt_obfuscation:
+0x405f 013540 branch ali_mesh_encrypt_obfuscation_deceypt_send_message 
+:      013543 ali_mesh_network_layer_check_gatt_relay_packet:
+0x4060 013544 call ali_mesh_network_layer_init_gatt_queue_param 
+0x4061 013545 call queue_empty 
+0x4062 013546 rtn blank 
+0x4063 013547 call le_fifo_check_nearly_full 
+0x4064 013548 nrtn blank 
+0x4065 013549 arg mem_mesh_queue_ele_temp ,rega 
+0x4066 013550 call queue_pop 
+0x4067 013551 nrtn user 
+0x4068 013552 branch ali_mesh_send_ble_data 
+:      013556 mesh_generate_nonce:
+0x4069 013557 fetch 4 ,mem_mesh_iv_index 
+0x406a 013558 istore 4 ,contw 
+0x406b 013559 add contw ,-13 ,pdata 
+0x406c 013560 store 2 ,mem_nonce_ptr 
+0x406d 013561 rtn 
+:      013565 ali_mesh_network_layer_init_queue_param:
+0x406e 013566 setarg mem_mesh_network_relay_queue_each_size 
+0x406f 013567 store 2 ,mem_queue_ptr 
+0x4070 013568 rtn 
+:      013570 ali_mesh_network_layer_queue_init:
+0x4071 013571 call ali_mesh_network_layer_init_queue_param 
+0x4072 013572 branch queue_init 
+:      013575 ali_mesh_ble_adv:
+0x4073 013576 call le_set_config_more_data 
+0x4074 013577 fetch 1 ,mem_mesh_provisioned_flag 
+0x4075 013578 beq unprovisioned_beacon_status ,ali_mesh_ble_adv_mesh_beacon 
+0x4076 013579 beq paired_status ,ali_mesh_ble_adv_network_id 
+0x4077 013580 beq wait_receive_appkey ,ali_mesh_ble_adv_network_id 
+0x4078 013581 rtn 
+:      013583 ali_mesh_ble_adv_network_id:
+0x4079 013585 setsect 0 ,0x10214 
+0x407a 013586 setsect 1 ,0xc080 
+0x407b 013587 setsect 2 ,0x28030 
+0x407c 013588 setsect 3 ,0x3060 
+0x407d 013589 store 9 ,mem_le_adv_data_len 
+0x407e 013590 setarg 0x182816 
+0x407f 013591 istore 4 ,contw 
+0x4080 013592 fetch 8 ,mem_mesh_network_id 
+0x4081 013593 istore 8 ,contw 
+0x4082 013594 rtn 
+:      013596 ali_mesh_ble_adv_mesh_beacon:
+0x4083 013597 call ali_mesh_config_device_uuid_by_three_tuple 
+0x4084 013599 setsect 0 ,0x1021d 
+0x4085 013600 setsect 1 ,0xc080 
+0x4086 013601 setsect 2 ,0x27030 
+0x4087 013602 setsect 3 ,0x5460 
+0x4088 013603 store 9 ,mem_le_adv_data_len 
+0x4089 013604 setarg 0x182716 
+0x408a 013605 istore 3 ,contw 
+0x408b 013606 arg mem_mesh_device_uuid ,contr 
+0x408c 013607 call memcpy16 
+0x408d 013608 fetch 2 ,mem_mesh_oob_information 
+0x408e 013609 istore 2 ,contw 
+0x408f 013610 rtn 
+:      013616 mesh_le_receive_data:
+0x4090 013617 bpatchx patch36_2 ,mem_patch36 
+0x4091 013618 fetch 2 ,mem_le_att_handle 
+0x4092 013619 beq mesh_proxy_data_in_handle ,ali_mesh_receive_ble_data_proxy_data_in 
+0x4093 013620 beq mesh_provisioning_data_in_handle ,ali_mesh_receive_ble_data_provisioning_data_in 
+0x4094 013621 rtn 
+:      013623 ali_mesh_receive_ble_data_proxy_data_in:
+0x4095 013624 copy regb ,temp 
+0x4096 013625 ifetch 1 ,rega 
+0x4097 013626 beq mesh_proxy_message_type_network_pdu ,ali_mesh_network_layer_recevice_network_pdu_proxy_control 
+0x4098 013627 beq mesh_proxy_message_type_proxy_configuration ,ali_mesh_network_layer_recevice_proxy_configuration_messages 
+0x4099 013628 rtn 
+:      013629 ali_mesh_network_layer_recevice_proxy_configuration_messages:
+0x409a 013637 call ali_mesh_network_store_in_mem 
+0x409b 013638 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x409c 013639 pincrease -4 
+0x409d 013640 store 1 ,mem_mesh_message_transport_netmic_length 
+0x409e 013641 call ali_mesh_network_layer_check_nid_ivi 
+0x409f 013642 nrtn user 
+0x40a0 013643 call ali_mesh_encrypt_obfuscation_deceypt_recevie_message 
+0x40a1 013644 fetch 1 ,mem_mesh_message_ttl 
+0x40a2 013645 bbit1 bit_ctl ,ali_mesh_recevice_proxy_configuration_messages_decrypt 
+0x40a3 013646 rtn 
+:      013648 ali_mesh_recevice_proxy_configuration_messages_decrypt:
+0x40a4 013649 call ali_mesh_network_load_proxy_nonce_and_encryptionkey 
+0x40a5 013650 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x40a6 013651 arg mem_mesh_message_dst ,temp 
+0x40a7 013652 call ali_ccm_decrypt_64bit 
+0x40a8 013653 nrtn zero 
+0x40a9 013656 call ali_mesh_white_filter_check 
+0x40aa 013657 fetch 1 ,mem_mesh_message_proxy_transportpdu_opcode 
+0x40ab 013658 beq proxy_opcode_set_filter_type ,ali_mesh_proxy_configuration_message_set_filter_type 
+0x40ac 013659 beq proxy_opcode_add_addr_to_filter ,ali_mesh_proxy_configuration_message_add_addr_to_filter 
+0x40ad 013660 rtn 
+:      013662 ali_mesh_proxy_configuration_message_add_addr_to_filter:
+0x40ae 013663 fetchr loopcnt ,1 ,mem_mesh_message_transport_netmic_length 
+0x40af 013664 increase -3 ,loopcnt 
+0x40b0 013666 rshift loopcnt ,pdata 
+0x40b1 013667 fetcht 2 ,mem_mesh_white_list_num 
+0x40b2 013668 iadd temp ,pdata 
+0x40b3 013669 sub pdata ,8 ,null 
+0x40b4 013670 nrtn positive 
+0x40b5 013671 store 2 ,mem_mesh_white_list_num 
+0x40b6 013672 arg mem_mesh_white_list ,contw 
+0x40b7 013673 lshift temp ,pdata 
+0x40b8 013674 iadd contw ,contw 
+0x40b9 013675 arg mem_mesh_message_proxy_transportpdu_parameters ,contr 
+0x40ba 013676 call memcpy 
+0x40bb 013677 fetch 1 ,mem_mesh_addressed_filter_type 
+0x40bc 013678 branch ali_mesh_proxy_configuration_message_filter_status 
+:      013680 ali_mesh_proxy_configuration_message_set_filter_type:
+0x40bd 013681 ifetch 1 ,contr 
+0x40be 013682 store 1 ,mem_mesh_addressed_filter_type 
+:      013683 ali_mesh_proxy_configuration_message_filter_status:
+0x40bf 013684 store 1 ,mem_mesh_filter_status_message_filtertype 
+0x40c0 013685 fetch 2 ,mem_mesh_white_list_num 
+0x40c1 013686 byteswap pdata ,pdata 
+0x40c2 013687 store 2 ,mem_mesh_filter_status_message_listsize 
+0x40c3 013689 jam proxy_opcode_filter_status ,mem_mesh_filter_status_message_opcode 
+0x40c4 013691 fetch 9 ,mem_mesh_message_nid 
+0x40c5 013692 store 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
+0x40c6 013693 fetch 2 ,mem_mesh_send_message_src 
+0x40c7 013694 store 2 ,mem_mesh_send_upper_layer_src 
+0x40c8 013696 call ali_mesh_upper_transport_layer_send_access_message_calc_seq 
+0x40c9 013697 call ali_mesh_upper_transport_layer_send_access_message_add_seq 
+0x40ca 013699 call ali_mesh_network_load_proxy_nonce_and_encryptionkey 
+0x40cb 013700 setarg 6 
+0x40cc 013701 arg mem_mesh_send_upper_layer_dst ,temp 
+0x40cd 013702 call ali_ccm_encrypt_64bit 
+0x40ce 013703 call ali_mesh_network_layer_send_access_message_encrypt_obfuscation 
+0x40cf 013706 arg 22 ,rega 
+0x40d0 013707 arg mesh_proxy_data_out_handle ,temp 
+0x40d1 013708 call le_att_malloc_tx_notify 
+0x40d2 013709 setarg mesh_proxy_message_type_proxy_configuration 
+0x40d3 013710 istore 1 ,contw 
+0x40d4 013711 arg mem_mesh_send_upper_layer_ivi_and_nid ,contr 
+0x40d5 013712 branch memcpy32 
+:      013714 ali_mesh_receive_ble_data_provisioning_data_in:
+0x40d6 013715 jam mesh_message_proxy ,mem_mesh_fast_pair_packet_type 
+0x40d7 013716 copy regb ,temp 
+0x40d8 013717 copy rega ,contr 
+0x40d9 013718 branch ali_mesh_receive_adtype_manufacturer_specific 
+:      013721 ali_mesh_network_load_proxy_nonce_and_encryptionkey:
+0x40da 013722 arg mem_mesh_proxy_nonce ,contw 
+0x40db 013723 setarg proxy_nonce 
+0x40dc 013724 istore 2 ,contw 
+0x40dd 013725 fetch 5 ,mem_mesh_message_seq 
+0x40de 013726 istore 7 ,contw 
+0x40df 013727 call mesh_generate_nonce 
+0x40e0 013729 branch ali_mesh_upper_transport_layer_load_encryptionkey 
+:      013731 ali_mesh_network_layer_recevice_network_pdu_proxy_control:
+0x40e1 013732 jam mesh_message_proxy ,mem_mesh_network_packet_type 
+0x40e2 013733 branch ali_mesh_network_layer_recevice_network_pdu 
+:      013736 ali_mesh_proxy_process_bb_event:
+0x40e3 013737 copy regc ,pdata 
+0x40e4 013738 beq bt_evt_le_disconnected ,mesh_ble_start_adv 
+0x40e5 013739 beq bt_evt_le_connected ,app_ble_conn_event 
+0x40e6 013740 rtn 
+:      013742 app_ble_conn_event:
+0x40e7 013743 branch ali_mesh_proxy_white_list_clear 
+:      013747 mesh_ble_start_adv:
+0x40e8 013748 setarg 0 
+0x40e9 013749 store 2 ,mem_mesh_network_proxy_unicast_address 
+0x40ea 013750 branch app_ble_start_adv 
+:      013752 ali_mesh_proxy_white_list_clear:
+0x40eb 013753 setarg 0 
+0x40ec 013754 store 2 ,mem_mesh_white_list_num 
+0x40ed 013755 arg mem_mesh_white_list ,contw 
+0x40ee 013756 arg 16 ,loopcnt 
+0x40ef 013757 branch memset0 
+:      013764 ali_mesh_send_ble_data:
+0x40f0 013766 call le_fifo_check_nearly_full 
+0x40f1 013767 nrtn blank 
+0x40f2 013769 fetch 1 ,mem_mesh_queue_ele_len 
+0x40f3 013770 add pdata ,-1 ,rega 
+0x40f4 013771 arg mesh_proxy_data_out_handle ,temp 
+0x40f5 013772 call le_att_malloc_tx_notify 
+0x40f6 013773 setarg mesh_proxy_message_type_network_pdu 
+0x40f7 013774 istore 1 ,contw 
+0x40f8 013775 arg mem_mesh_queue_ele_payload + 2 ,contr 
+0x40f9 013776 branch memcpy32 
+:      013778 ali_mesh_send_pairing_data:
+0x40fa 013779 fetch 1 ,mem_mesh_fast_pair_packet_type 
+0x40fb 013780 rtneq mesh_message_tmall 
+0x40fc 013781 fetch 2 ,mem_ui_state_map 
+0x40fd 013782 rtnbit0 ui_state_ble_connected 
+0x40fe 013783 call le_fifo_check_nearly_full 
+0x40ff 013784 nrtn blank 
+0x4100 013785 fetch 1 ,mem_mesh_adv_data_len 
+0x4101 013786 add pdata ,-5 ,rega 
+0x4102 013787 arg mesh_provisioning_data_out_handle ,temp 
+0x4103 013788 call le_att_malloc_tx_notify 
+0x4104 013789 arg mem_mesh_adv_data + 5 ,contr 
+0x4105 013790 branch memcpy32 
+:      013792 ali_mesh_white_filter_check:
+0x4106 013793 fetch 2 ,mem_mesh_white_list 
+0x4107 013794 nrtn blank 
+0x4108 013795 fetch 2 ,mem_mesh_message_src 
+0x4109 013796 store 2 ,mem_mesh_white_list 
+:      013797 ali_mesh_white_list_num_increase:
+0x410a 013798 fetch 2 ,mem_mesh_white_list_num 
+0x410b 013799 pincrease 1 
+0x410c 013800 store 2 ,mem_mesh_white_list_num 
+0x410d 013801 rtn 
+:      013804 sha_endian_swap2:
+0x410e 013805 ifetch 4 ,contr 
+0x410f 013806 force 4 ,rega 
+0x4110 013807 increase 3 ,contw 
+:      013808 sha_endian_loop:
+0x4111 013809 istore 1 ,contw 
+0x4112 013810 rshift8 pdata ,pdata 
+0x4113 013811 increase -2 ,contw 
+0x4114 013812 increase -1 ,rega 
+0x4115 013813 nbranch sha_endian_loop ,zero 
+0x4116 013814 increase 5 ,contw 
+0x4117 013815 loop sha_endian_swap2 
+0x4118 013816 rtn 
+:      013819 sha_getw:
+0x4119 013820 lshift2 queue ,pdata 
+0x411a 013821 iadd timeup ,contr 
+0x411b 013822 ifetch 4 ,contr 
+0x411c 013823 rtn 
+:      013825 sha_r:
+0x411d 013826 force 16 ,alarm 
+0x411e 013827 arg mem_dat ,timeup 
+:      013828 sha_r_loop:
+0x411f 013829 add alarm ,-7 ,queue 
+0x4120 013830 call sha_getw 
+0x4121 013831 iforce temp 
+0x4122 013832 add alarm ,-16 ,queue 
+0x4123 013833 call sha_getw 
+0x4124 013834 iadd temp ,temp 
+0x4125 013835 add alarm ,-2 ,queue 
+0x4126 013836 call sha_getw 
+0x4127 013837 shasx pdata ,1 ,pdata 
+0x4128 013838 iadd temp ,temp 
+0x4129 013839 add alarm ,-15 ,queue 
+0x412a 013840 call sha_getw 
+0x412b 013841 shasx pdata ,0 ,pdata 
+0x412c 013842 iadd temp ,temp 
+0x412d 013843 lshift2 alarm ,pdata 
+0x412e 013844 iadd timeup ,contw 
+0x412f 013845 istoret 4 ,contw 
+0x4130 013846 increase 1 ,alarm 
+0x4131 013847 compare 64 ,alarm ,0xff 
+0x4132 013848 nbranch sha_r_loop ,true 
+0x4133 013849 rtn 
+:      013852 sha_init:
+0x4134 013853 arg memh0 ,contr 
+0x4135 013854 force 7 ,regext_index 
+:      013855 sha_init_0:
+0x4136 013856 ifetch 4 ,contr 
+0x4137 013857 iforce regext 
+0x4138 013858 increase -1 ,regext_index 
+0x4139 013859 branch sha_init_0 ,positive 
+0x413a 013860 rtn 
+:      013862 sha:
+0x413b 013863 bpatchx patch36_3 ,mem_patch36 
+0x413c 013864 call sha_r 
+0x413d 013865 arg memahbak ,contw 
+0x413e 013866 force 0 ,regext_index 
+:      013867 sha_0:
+0x413f 013868 deposit regext 
+0x4140 013869 istore 4 ,contw 
+0x4141 013870 increase 1 ,regext_index 
+0x4142 013871 compare 8 ,regext_index ,0xff 
+0x4143 013872 nbranch sha_0 ,true 
+0x4144 013875 arg ble_mesh_sha256_addr ,timeup 
+0x4145 013878 arg mem_dat ,alarm 
+0x4146 013879 force 64 ,loopcnt 
+:      013880 sha_loop:
+0x4147 013881 ifetcht 4 ,alarm 
+0x4148 013882 ifetch 4 ,timeup 
+0x4149 013883 increase 4 ,timeup 
+0x414a 013884 increase 4 ,alarm 
+0x414b 013885 iadd temp ,pdata 
+0x414c 013886 force 7 ,regext_index 
+0x414d 013887 iadd regext ,temp 
+0x414e 013888 force 4 ,regext_index 
+0x414f 013889 shasx regext ,3 ,pdata 
+0x4150 013890 iadd temp ,temp 
+0x4151 013891 force 5 ,regext_index 
+0x4152 013892 deposit regext 
+0x4153 013893 force 6 ,regext_index 
+0x4154 013894 ixor regext ,pdata 
+0x4155 013895 force 4 ,regext_index 
+0x4156 013896 iand regext ,pdata 
+0x4157 013897 force 6 ,regext_index 
+0x4158 013898 ixor regext ,pdata 
+0x4159 013899 iadd temp ,temp 
+0x415a 013900 force 7 ,regext_index 
+0x415b 013901 copy temp ,regext 
+0x415c 013902 force 3 ,regext_index 
+0x415d 013903 deposit regext 
+0x415e 013904 iadd temp ,regext 
+0x415f 013905 force 0 ,regext_index 
+0x4160 013906 deposit regext 
+0x4161 013907 force 1 ,regext_index 
+0x4162 013908 iand regext ,temp 
+0x4163 013909 ior regext ,pdata 
+0x4164 013910 force 2 ,regext_index 
+0x4165 013911 iand regext ,pdata 
+0x4166 013912 ior temp ,temp 
+0x4167 013913 force 0 ,regext_index 
+0x4168 013914 shasx regext ,2 ,pdata 
+0x4169 013915 iadd temp ,pdata 
+0x416a 013916 force 7 ,regext_index 
+0x416b 013917 iadd regext ,regext 
+0x416c 013918 regexrot 
+0x416d 013919 loop sha_loop 
+0x416e 013920 arg memahbak ,contr 
+0x416f 013921 force 0 ,regext_index 
+:      013922 sha_1:
+0x4170 013923 ifetch 4 ,contr 
+0x4171 013924 iadd regext ,regext 
+0x4172 013925 increase 1 ,regext_index 
+0x4173 013926 compare 8 ,regext_index ,0xff 
+0x4174 013927 nbranch sha_1 ,true 
+0x4175 013928 rtn 
+:      013932 sha_result:
+0x4176 013933 arg memresult ,contw 
+0x4177 013934 force 7 ,regext_index 
+:      013935 sha_regext_save:
+0x4178 013936 deposit regext 
+0x4179 013937 istore 4 ,contw 
+0x417a 013938 increase -1 ,regext_index 
+0x417b 013939 branch sha_regext_save ,positive 
+0x417c 013940 rtn 
+:      013945 ali_mesh_upper_transport_layer_receive_unsegmented_access_message:
+0x417d 013946 bbit0 transport_head_bit_akf ,ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_device_key 
+:      013948 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_application_key:
+0x417e 013949 call ali_mesh_upper_transport_layer_load_application_nonce_and_application_key 
+0x417f 013950 branch ali_mesh_upper_transport_layer_decrypt_unsegmented_message 
+:      013952 ali_mesh_uuper_transport_layer_decrypt_unsegment_access_by_device_key:
+0x4180 013953 call ali_mesh_upper_transport_layer_load_device_nonce_and_device_key 
+0x4181 013954 branch ali_mesh_upper_transport_layer_decrypt_unsegmented_message 
+:      013957 ali_mesh_upper_transport_layer_decrypt_unsegmented_message:
+0x4182 013959 fetch 1 ,mem_mesh_message_transport_netmic_length 
+0x4183 013960 pincrease -7 
+0x4184 013964 arg mem_mesh_message_transport_unsegmented_access_messagepdu ,alarm 
+0x4185 013965 call disable_user 
+0x4186 013966 branch ali_mesh_upper_transport_layer_decrypt_message 
+:      013970 ali_mesh_upper_transport_layer_receive_segmented_access_message:
+0x4187 013971 fetch 1 ,mem_mesh_message_transport_head 
+0x4188 013972 bbit0 transport_head_bit_akf ,ali_mesh_uuper_transport_layer_decrypt_segment_access_by_device_key 
+:      013973 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_application_key:
+0x4189 013974 call ali_mesh_upper_transport_layer_load_application_nonce_and_application_key 
+0x418a 013975 branch ali_mesh_upper_transport_layer_decrypt_segmented_message 
+:      013976 ali_mesh_uuper_transport_layer_decrypt_segment_access_by_device_key:
+0x418b 013977 call ali_mesh_upper_transport_layer_load_device_nonce_and_device_key 
+0x418c 013978 branch ali_mesh_upper_transport_layer_decrypt_segmented_message 
+:      013981 ali_mesh_upper_transport_layer_decrypt_segmented_message:
+0x418d 013982 fetch 1 ,mem_mesh_aszmic 
+0x418e 013983 ncall enable_user ,blank 
+0x418f 013984 call disable_user ,blank 
+0x4190 013985 fetch 1 ,mem_mesh_segmented_access_message_current_length 
+0x4191 013986 pincrease -4 
+0x4192 013987 jam 0 ,mem_mesh_segmented_access_message_current_length 
+0x4193 013988 arg mem_mesh_segmented_access_message_segment ,alarm 
+:      013992 ali_mesh_upper_transport_layer_decrypt_message:
+0x4194 013993 copy alarm ,temp 
+0x4195 013994 call ali_mesh_upper_transport_layer_decrypt_message_decrypt_transmic 
+0x4196 013995 nrtn zero 
+0x4197 013996 call ali_mesh_upper_transport_layer_check_transport_mic_cache 
+0x4198 013997 nrtn user 
+0x4199 013998 fetch 2 ,mem_ccm_data_ptr 
+0x419a 013999 copy pdata ,alarm 
+0x419b 014000 branch ali_mesh_access_layer_resolve_message 
+:      014002 ali_mesh_upper_transport_layer_decrypt_message_decrypt_transmic:
+0x419c 014003 nbranch ali_ccm_decrypt ,user 
+0x419d 014004 pincrease -4 
+0x419e 014005 branch ali_ccm_decrypt_64bit 
+:      014008 ali_mesh_upper_transport_layer_check_transport_mic_cache:
+0x419f 014009 setarg mem_mesh_access_message_mic_cache 
+0x41a0 014010 store 2 ,mem_mesh_mic_cache_ptr 
+0x41a1 014011 branch ali_mesh_base_adt_cache 
+:      014015 ali_mesh_upper_transport_layer_load_application_nonce_and_application_key:
+0x41a2 014016 call ali_mesh_upper_transport_layer_load_application_nonce 
+:      014017 ali_mesh_upper_transport_layer_load_application_key:
+0x41a3 014018 arg mem_mesh_application_key ,contr 
+0x41a4 014019 branch load_key 
+:      014020 ali_mesh_upper_transport_layer_load_application_nonce:
+0x41a5 014021 arg mem_mesh_application_nonce ,contw 
+0x41a6 014022 setarg application_nonce 
+0x41a7 014023 istore 1 ,contw 
+0x41a8 014024 fetch 1 ,mem_mesh_aszmic 
+0x41a9 014025 arg 0 ,temp 
+0x41aa 014026 nsetflag blank ,7 ,temp 
+0x41ab 014027 istoret 1 ,contw 
+0x41ac 014028 fetch 7 ,mem_mesh_message_seq 
+0x41ad 014029 istore 7 ,contw 
+0x41ae 014030 branch mesh_generate_nonce 
+:      014034 ali_mesh_upper_transport_layer_load_device_nonce_and_device_key:
+0x41af 014035 call ali_mesh_upper_transport_layer_load_device_nonce 
+:      014036 ali_mesh_upper_transport_layer_load_device_key:
+0x41b0 014037 arg mem_mesh_device_key ,contr 
+0x41b1 014038 branch load_key 
+:      014039 ali_mesh_upper_transport_layer_load_device_nonce:
+0x41b2 014040 arg mem_mesh_device_nonce ,contw 
+0x41b3 014041 setarg device_nonce 
+0x41b4 014042 branch ali_mesh_upper_transport_layer_load_application_nonce + 2 
+:      014046 ali_mesh_upper_transport_layer_send_access_message:
+:      014047 ali_mesh_upper_transport_layer_send_access_message_without_cleat_tx_buffer:
+0x41b5 014048 bpatchx patch36_4 ,mem_patch36 
+0x41b6 014050 call ali_mesh_upper_transport_layer_send_access_message_add_nid_src_ttl_seq_dst 
+0x41b7 014053 call ali_mesh_upper_transport_layer_store_packet_header 
+0x41b8 014054 rtn user 
+0x41b9 014055 call ali_mesh_upper_transport_layer_store_unsegment_msg_original_access_pdu 
+0x41ba 014057 call ali_mesh_upper_transport_layer_init_queue_param 
+0x41bb 014059 arg mem_mesh_upper_tran_layer_queue_temp ,rega 
+0x41bc 014060 branch queue_push 
+:      014064 ali_mesh_upper_transport_layer_store_packet_header:
+0x41bd 014065 call disable_user 
+0x41be 014066 arg upper_retry_count_status ,temp 
+0x41bf 014068 fetch 1 ,mem_mesh_network_packet_type 
+0x41c0 014069 sub pdata ,mesh_message_proxy ,null 
+0x41c1 014070 setflag zero ,bit_upper_flag_proxy_control ,temp 
+0x41c2 014071 storet 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
+0x41c3 014072 fetch 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
+0x41c4 014073 store 9 ,mem_mesh_upper_tran_layer_temp_packet_header_ivi_nid 
+0x41c5 014074 fetch 1 ,mem_mesh_access_layer_payload_vendor_command 
+0x41c6 014075 rtnne vendor_message_attr_indication 
+0x41c7 014076 fetch 1 ,mem_mesh_provisioned_flag 
+0x41c8 014077 bne paired_status ,enable_user 
+0x41c9 014078 fetch 1 ,mem_mesh_access_layer_payload_vendor_tid 
+0x41ca 014079 store 1 ,mem_mesh_upper_tran_layer_temp_packet_tid 
+0x41cb 014080 fetch 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
+0x41cc 014081 pincrease upper_retry_count_indication 
+0x41cd 014082 set1 bit_upper_flag_vendor_indication ,pdata 
+0x41ce 014083 store 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
+0x41cf 014084 rtn 
+:      014087 ali_mesh_upper_transport_layer_store_unsegment_msg_original_access_pdu:
+0x41d0 014088 fetch 1 ,mem_mesh_access_layer_payload_len 
+0x41d1 014089 copy pdata ,loopcnt 
+0x41d2 014090 store 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
+0x41d3 014091 fetch 1 ,mem_mesh_message_transport_head 
+0x41d4 014092 store 1 ,mem_mesh_upper_tran_layer_temp_pakcet_akf_aid 
+0x41d5 014093 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contw 
+0x41d6 014094 arg mem_mesh_access_layer_payload ,contr 
+0x41d7 014095 branch memcpy 
+:      014099 ali_mesh_upper_transport_layer_control_packet:
+:      014104 ali_mesh_upper_transport_layer_control_packet_deal:
+0x41d8 014105 fetch 1 ,mem_mesh_upper_tran_layer_packet_advertising 
+0x41d9 014106 nrtn blank 
+0x41da 014107 call ali_mesh_upper_transport_layer_init_queue_param 
+0x41db 014108 arg mem_mesh_upper_tran_layer_queue_temp ,rega 
+0x41dc 014109 call queue_get_new_ele 
+0x41dd 014110 nrtn user 
+0x41de 014112 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
+0x41df 014113 and temp ,data_upper_flag_max_retry_count ,pdata 
+0x41e0 014114 branch ali_mesh_upper_transport_layer_queue_pop ,blank 
+0x41e1 014116 jam packet_in_bearer ,mem_mesh_upper_tran_layer_packet_advertising 
+0x41e2 014118 call ali_mesh_upper_transport_layer_control_packet_load_header 
+0x41e3 014120 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
+0x41e4 014121 call ali_mesh_upper_transport_layer_control_packet_load_app_control 
+0x41e5 014122 store 1 ,mem_mesh_upper_tran_layer_packet_tid 
+0x41e6 014124 fetch 1 ,mem_mesh_upper_tran_layer_packet_type 
+0x41e7 014125 isolate1 bit_upper_flag_proxy_control ,temp 
+0x41e8 014126 setflag true ,bit_uuper_tran_proxy_message ,pdata 
+0x41e9 014127 store 1 ,mem_mesh_upper_tran_layer_packet_type 
+0x41ea 014135 set1 bit_upper_flag_retransmit ,temp 
+0x41eb 014137 increase -1 ,temp 
+0x41ec 014138 istoret 1 ,regb 
+0x41ed 014140 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_flag 
+0x41ee 014141 isolate1 bit_upper_flag_retransmit ,temp 
+0x41ef 014142 nbranch ali_mesh_upper_transport_layer_control_packet_encrypt_access ,true 
+0x41f0 014143 fetcht 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
+0x41f1 014144 storet 1 ,mem_mesh_upper_transport_layer_payload_len 
+0x41f2 014145 copy temp ,loopcnt 
+0x41f3 014146 arg mem_mesh_access_layer_payload ,contw 
+0x41f4 014147 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contr 
+0x41f5 014148 call memcpy 
+0x41f6 014150 sub temp ,unsegmented_access_message_max_upper_transport_access_pdu_len ,null 
+0x41f7 014151 nbranch ali_mesh_upper_transport_layer_control_packet_segment_msg ,positive 
+:      014152 ali_mesh_upper_transport_layer_control_packet_unsegment_msg:
+0x41f8 014153 branch ali_mesh_lower_transport_layer_send_unsegmented_access_message 
+:      014156 ali_mesh_upper_transport_layer_control_packet_segment_msg:
+0x41f9 014157 fetch 4 ,mem_mesh_upper_tran_layer_temp_segmented_pakcet_seqzero 
+0x41fa 014158 store 4 ,mem_mesh_segmented_lower_transport_layer_segzero 
+0x41fb 014159 branch ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer 
+:      014162 ali_mesh_upper_transport_layer_control_packet_load_header:
+0x41fc 014163 fetch 1 ,mem_mesh_upper_tran_layer_temp_pakcet_akf_aid 
+0x41fd 014164 store 1 ,mem_mesh_message_transport_head 
+0x41fe 014166 fetch 9 ,mem_mesh_upper_tran_layer_temp_packet_header_ivi_nid 
+0x41ff 014167 store 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
+0x4200 014168 store 9 ,mem_mesh_message_nid 
+0x4201 014169 rtn 
+:      014172 ali_mesh_upper_transport_layer_control_packet_load_app_control:
+0x4202 014173 jam upper_tran_tmall_message ,mem_mesh_upper_tran_layer_packet_type 
+0x4203 014174 fetch 1 ,mem_mesh_upper_tran_layer_temp_packet_tid 
+0x4204 014175 isolate1 bit_upper_flag_vendor_indication ,temp 
+0x4205 014176 rtn true 
+0x4206 014177 setarg 0 
+0x4207 014178 rtn 
+:      014180 ali_mesh_store_tran_package_type:
+0x4208 014181 add rega ,element_device_tran_package_type ,contw 
+0x4209 014182 istore 1 ,contw 
+0x420a 014183 rtn 
+:      014186 ali_mesh_upper_transport_layer_queue_pop:
+0x420b 014187 jam 0 ,mem_mesh_upper_tran_layer_packet_tid 
+0x420c 014188 call ali_mesh_upper_transport_layer_init_queue_param 
+0x420d 014189 arg mem_mesh_upper_tran_layer_queue_temp ,rega 
+0x420e 014190 branch queue_pop 
+:      014192 ali_mesh_upper_transport_layer_control_packet_encrypt_access:
+0x420f 014193 call ali_mesh_upper_transport_layer_send_access_message_calc_seq 
+0x4210 014194 call ali_mesh_upper_transport_layer_send_access_message_add_seq 
+0x4211 014195 fetch 9 ,mem_mesh_send_upper_layer_ivi_and_nid 
+0x4212 014196 store 9 ,mem_mesh_upper_tran_layer_temp_packet_header_ivi_nid 
+0x4213 014197 call ali_mesh_upper_transport_layer_control_packet_encrypt_access_load_payload 
+0x4214 014198 setarg 0 
+0x4215 014199 store 1 ,mem_mesh_aszmic 
+0x4216 014200 call ali_mesh_upper_transport_layer_calc_transport_mic 
+0x4217 014202 fetcht 1 ,mem_mesh_upper_transport_layer_payload_len 
+0x4218 014203 storet 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
+0x4219 014204 copy temp ,loopcnt 
+0x421a 014205 arg mem_mesh_access_layer_payload ,contr 
+0x421b 014206 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contw 
+0x421c 014207 call memcpy 
+0x421d 014209 sub temp ,unsegmented_access_message_max_upper_transport_access_pdu_len ,null 
+0x421e 014210 nbranch ali_mesh_upper_transport_layer_control_packet_encrypt_access_segment_msg ,positive 
+:      014211 ali_mesh_upper_transport_layer_control_packet_encrypt_access_unsegment_msg:
+0x421f 014212 arg mem_mesh_upper_tran_layer_temp_packet_transmit_delay ,rega 
+0x4220 014213 call queue_store_new_ele 
+0x4221 014214 branch ali_mesh_lower_transport_layer_send_unsegmented_access_message 
+:      014216 ali_mesh_upper_transport_layer_control_packet_encrypt_access_segment_msg:
+0x4222 014217 call ali_mesh_upper_transport_layer_send_segmented_access_message_get_seqzero_segon 
+0x4223 014218 fetch 4 ,mem_mesh_segmented_lower_transport_layer_segzero 
+0x4224 014219 store 4 ,mem_mesh_upper_tran_layer_temp_segmented_pakcet_seqzero 
+0x4225 014220 arg mem_mesh_upper_tran_layer_temp_packet_transmit_delay ,rega 
+0x4226 014221 call queue_store_new_ele 
+0x4227 014222 branch ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer 
+:      014224 ali_mesh_upper_transport_layer_control_packet_encrypt_access_load_payload:
+0x4228 014225 fetch 1 ,mem_mesh_upper_tran_layer_temp_packet_length 
+0x4229 014226 copy pdata ,loopcnt 
+0x422a 014227 store 1 ,mem_mesh_access_layer_payload_len 
+0x422b 014228 fetch 1 ,mem_mesh_upper_tran_layer_temp_pakcet_akf_aid 
+0x422c 014229 store 1 ,mem_mesh_message_transport_head 
+0x422d 014230 arg mem_mesh_upper_tran_layer_temp_pakcet_upper_tran_access_pdu ,contr 
+0x422e 014231 arg mem_mesh_access_layer_payload ,contw 
+0x422f 014232 branch memcpy 
+:      014234 ali_mesh_upper_transport_layer_split_segmented_msg_to_lower_tran_layer:
+0x4230 014235 call ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header 
+0x4231 014236 setarg mem_mesh_access_payload 
+0x4232 014237 store 2 ,mem_mesh_upper_transport_layer_payload_ptr 
+:      014238 ali_mesh_upper_transport_layer_send_segmented_access_message_loop:
+0x4233 014239 call ali_mesh_upper_transport_layer_control_packet_load_header 
+0x4234 014240 call ali_mesh_upper_transport_layer_send_access_message_calc_seq 
+0x4235 014241 call ali_mesh_upper_transport_layer_send_access_message_add_seq 
+0x4236 014243 fetcht 1 ,mem_mesh_access_layer_payload_len 
+0x4237 014244 setarg segmented_access_message_unint_pdu_len 
+0x4238 014245 call not_greater_than 
+0x4239 014246 copy pdata ,rega 
+0x423a 014247 copy temp ,pdata 
+0x423b 014248 isub rega ,pdata 
+0x423c 014249 store 1 ,mem_mesh_access_layer_payload_len 
+0x423d 014250 fetch 2 ,mem_mesh_upper_transport_layer_payload_ptr 
+0x423e 014251 copy pdata ,contr 
+0x423f 014252 iadd rega ,temp 
+0x4240 014253 storet 2 ,mem_mesh_upper_transport_layer_payload_ptr 
+0x4241 014254 call ali_mesh_lower_transport_layer_send_segmented_access_message 
+0x4242 014255 fetch 1 ,mem_mesh_access_layer_payload_len 
+0x4243 014256 rtn blank 
+0x4244 014257 fetch 1 ,mem_mesh_segmented_lower_transport_layer_sego 
+0x4245 014258 pincrease 1 
+0x4246 014259 store 1 ,mem_mesh_segmented_lower_transport_layer_sego 
+0x4247 014260 call ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header 
+0x4248 014261 branch ali_mesh_upper_transport_layer_send_segmented_access_message_loop 
+:      014266 ali_mesh_upper_transport_layer_calc_transport_mic:
+0x4249 014267 fetch 1 ,mem_mesh_message_transport_head 
+0x424a 014268 bbit0 transport_head_bit_akf ,ali_mesh_upper_transport_layer_calc_transport_mic_by_devicekey 
+:      014269 ali_mesh_upper_transport_layer_calc_transport_mic_by_appkey:
+0x424b 014270 call ali_mesh_upper_transport_layer_load_application_nonce_and_application_key 
+0x424c 014271 branch ali_mesh_upper_transport_layer_calc_transport_mic_encrypt_aesccm 
+:      014272 ali_mesh_upper_transport_layer_calc_transport_mic_by_devicekey:
+0x424d 014273 call ali_mesh_upper_transport_layer_load_device_nonce_and_device_key 
+:      014274 ali_mesh_upper_transport_layer_calc_transport_mic_encrypt_aesccm:
+0x424e 014275 fetch 1 ,mem_mesh_access_layer_payload_len 
+0x424f 014276 add pdata ,4 ,temp 
+0x4250 014277 storet 1 ,mem_mesh_upper_transport_layer_payload_len 
+0x4251 014278 arg mem_mesh_access_layer_payload ,temp 
+0x4252 014279 branch ali_ccm_encrypt 
+:      014284 ali_mesh_upper_transport_layer_send_access_message_calc_seq:
+0x4253 014285 fetch 3 ,mem_mesh_send_message_seq 
+0x4254 014286 pincrease 1 
+0x4255 014287 store 3 ,mem_mesh_send_message_seq 
+0x4256 014288 fetch 1 ,mem_mesh_gatt_package_send_msg_id 
+0x4257 014289 pincrease 1 
+0x4258 014290 store 1 ,mem_mesh_gatt_package_send_msg_id 
+0x4259 014291 fetch 2 ,mem_mesh_cb_seq_changed 
+0x425a 014292 branch callback_func 
+:      014296 ali_mesh_upper_transport_layer_send_access_message_add_nid_src_ttl_seq_dst:
+0x425b 014297 fetch 1 ,mem_mesh_iv_index + 3 
+0x425c 014298 lshift4 pdata ,pdata 
+0x425d 014299 lshift3 pdata ,pdata 
+0x425e 014300 fetcht 1 ,mem_k2_nid 
+0x425f 014301 ior temp ,pdata 
+0x4260 014302 store 1 ,mem_mesh_send_upper_layer_ivi_and_nid 
+0x4261 014303 fetch 1 ,mem_mesh_send_message_ttl 
+0x4262 014304 store 1 ,mem_mesh_send_upper_layer_ctl_and_ttl 
+0x4263 014305 fetch 2 ,mem_mesh_send_message_src 
+0x4264 014306 store 2 ,mem_mesh_send_upper_layer_src 
+0x4265 014307 fetch 2 ,mem_mesh_send_message_dst 
+0x4266 014308 store 2 ,mem_mesh_send_upper_layer_dst 
+:      014310 ali_mesh_upper_transport_layer_send_access_message_add_seq:
+0x4267 014311 fetch 3 ,mem_mesh_send_message_seq 
+0x4268 014312 store 3 ,mem_mesh_send_upper_layer_seq 
+0x4269 014313 arg mem_mesh_send_upper_layer_seq ,rega 
+0x426a 014314 arg 3 ,loopcnt 
+0x426b 014315 call inverse_data 
+0x426c 014316 fetch 8 ,mem_mesh_send_upper_layer_ctl_and_ttl 
+0x426d 014317 store 8 ,mem_mesh_message_ttl 
+0x426e 014318 rtn 
+:      014320 ali_mesh_upper_transport_layer_send_segmented_access_message_get_seqzero_segon:
+0x426f 014321 fetch 1 ,mem_mesh_upper_transport_layer_payload_len 
+0x4270 014322 div pdata ,segmented_access_message_unint_pdu_len 
+0x4271 014323 call wait_div_end 
+0x4272 014324 quotient temp 
+0x4273 014325 remainder pdata 
+0x4274 014326 call ali_mesh_upper_transport_layer_send_segmented_access_message_sub_segn_one ,blank 
+0x4275 014327 storet 1 ,mem_mesh_segmented_lower_transport_layer_segn 
+0x4276 014328 jam 0 ,mem_mesh_segmented_lower_transport_layer_sego 
+0x4277 014329 fetch 3 ,mem_mesh_send_message_seq 
+0x4278 014330 arg 0x1fff ,temp 
+0x4279 014331 iand temp ,pdata 
+0x427a 014332 store 2 ,mem_mesh_segmented_lower_transport_layer_segzero 
+0x427b 014333 rtn 
+:      014335 ali_mesh_upper_transport_layer_send_segmented_access_message_calc_header:
+0x427c 014336 fetch 2 ,mem_mesh_segmented_lower_transport_layer_segzero 
+0x427d 014337 lshift4 pdata ,pdata 
+0x427e 014338 lshift pdata ,pdata 
+0x427f 014339 fetcht 1 ,mem_mesh_segmented_lower_transport_layer_sego 
+0x4280 014340 ior temp ,pdata 
+0x4281 014341 lshift4 pdata ,pdata 
+0x4282 014342 lshift pdata ,pdata 
+0x4283 014343 fetcht 1 ,mem_mesh_segmented_lower_transport_layer_segn 
+0x4284 014344 ior temp ,pdata 
+0x4285 014345 store 3 ,mem_mesh_segmented_access_lower_transport_layer_szmic_seqzero_sego_segn 
+0x4286 014346 arg 3 ,loopcnt 
+0x4287 014347 arg mem_mesh_segmented_access_lower_transport_layer_szmic_seqzero_sego_segn ,rega 
+0x4288 014348 branch inverse_data 
+:      014350 ali_mesh_upper_transport_layer_receive_new_msg_timer:
+0x4289 014351 arg mem_mesh_upper_receive_new_message_timer ,regc 
+0x428a 014352 arg ali_mesh_upper_transport_layer_receive_new_msg_timeout ,regb 
+0x428b 014353 branch timer_single_step 
+:      014355 ali_mesh_upper_transport_layer_receive_new_msg_timeout:
+0x428c 014356 arg 40 ,loopcnt 
+0x428d 014357 arg mem_mesh_access_message_mic_cache ,contw 
+0x428e 014358 branch clear_mem 
+:      014361 ali_mesh_upper_transport_layer_send_segmented_access_message_sub_segn_one:
+0x428f 014362 increase -1 ,temp 
+0x4290 014363 rtn 
+:      014365 ali_mesh_upper_transport_layer_clear_tx_buffer:
+0x4291 014366 branch ali_mesh_stop_send_indication_packet 
+:      014369 ali_mesh_upper_transport_layer_init_queue_param:
+0x4292 014370 setarg mem_mesh_upper_tran_layer_queue_each_size 
+0x4293 014371 store 2 ,mem_queue_ptr 
+0x4294 014372 rtn 
+:      014375 app_init:
+0x4295 014376 bpatch patch16_1 ,mem_patch16 
+0x4296 014377 fetch 1 ,mem_device_option 
+0x4297 014378 branch app_init ,blank 
+0x4298 014379 beq dvc_op_dongle ,dongle_init 
+0x4299 014380 beq dvc_op_shutter ,shutter_init 
+0x429a 014381 beq dvc_op_module ,module_init 
+0x429b 014382 beq dvc_op_car ,car_init 
+0x429c 014383 beq dvc_op_shutter_dy ,shutter_dy_init 
+0x429d 014384 beq dvc_op_remote_car ,remote_car_init 
+0x429e 014385 beq dvc_op_keyboard ,keyboard_init 
+0x429f 014386 beq dvc_op_hci_boot ,hci_init 
+0x42a0 014388 beq dvc_op_mouse ,mouse_init 
+0x42a1 014389 beq dvc_op_mesh ,ali_mesh_init 
+0x42a2 014390 rtn 
+:      014393 app_param_init:
+0x42a3 014394 rtn wake 
+0x42a4 014395 call adc_init_data 
+0x42a5 014396 fetch 1 ,mem_device_option 
+0x42a6 014397 beq dvc_op_shutter ,shutter_default_init 
+0x42a7 014398 beq dvc_op_shutter_dy ,shutter_default_init 
+0x42a8 014399 beq dvc_op_dongle ,dongle_default_init 
+0x42a9 014400 beq dvc_op_mouse ,mouse_default_init 
+0x42aa 014401 beq dvc_op_keyboard ,mouse_default_parm_init 
+0x42ab 014402 beq dvc_op_remote_car ,remote_car_default_init 
+0x42ac 014403 rtn 
+:      014405 app_process_idle:
+0x42ad 014406 call ui_dispatch 
+0x42ae 014407 call check_51cmd 
+0x42af 014408 call app_process_bb_event 
+0x42b0 014409 fetch 2 ,mem_cb_idle_process 
+0x42b1 014410 branch callback_func 
+:      014412 app_process_ble:
+0x42b2 014413 fetch 2 ,mem_cb_le_process 
+0x42b3 014414 branch callback_func 
+:      014416 app_process_bb_event:
+0x42b4 014417 bpatch patch16_2 ,mem_patch16 
+0x42b5 014419 arg mem_ipc_fifo_bt2c51 ,rega 
+0x42b6 014420 call fifo_out 
+0x42b7 014421 rtn blank 
+0x42b8 014423 copy pdata ,regc 
+0x42b9 014424 call app_event_normal_process 
+0x42ba 014425 branch app_process_bb_event_priority 
+:      014427 app_discard_event:
+0x42bb 014428 arg 0 ,regc 
+0x42bc 014429 rtn 
+:      014434 app_event_normal_process:
+0x42bd 014435 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
+0x42be 014436 beq bt_evt_le_connected ,app_le_event_bb_connected 
+0x42bf 014437 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
+0x42c0 014438 rtn 
+:      014442 app_process_bb_event_priority:
+0x42c1 014443 fetch 2 ,mem_cb_bb_event_process 
+0x42c2 014444 branch callback_func 
+:      014446 app_check_wake_lock:
+0x42c3 014447 fetch 2 ,mem_cb_check_wakelock 
+0x42c4 014448 branch callback_func 
+:      014450 app_will_enter_lpm:
+0x42c5 014451 fetch 2 ,mem_cb_before_lpm 
+0x42c6 014452 branch callback_func 
+:      014454 app_le_event_bb_connected:
+0x42c7 014455 fetch 2 ,mem_ui_state_map 
+0x42c8 014456 set1 ui_state_ble_connected ,pdata 
+0x42c9 014457 store 2 ,mem_ui_state_map 
+0x42ca 014458 rtn 
+:      014460 app_le_event_bb_disconn:
+0x42cb 014461 jam 0 ,mem_le_l2cap_att_states 
+0x42cc 014462 fetch 2 ,mem_ui_state_map 
+0x42cd 014463 set0 ui_state_ble_connected ,pdata 
+0x42ce 014464 store 2 ,mem_ui_state_map 
+0x42cf 014465 branch app_lpm_mult_disable 
+:      014468 app_evt_button_long_pressed:
+0x42d0 014469 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x42d1 014470 set1 app_disc_by_button ,pdata 
+0x42d2 014471 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x42d3 014472 rtn 
+:      014475 app_evt_timer:
+0x42d4 014476 store 1 ,mem_app_evt_timer_count 
+:      014477 app_evt_100ms_loop:
+0x42d5 014478 bpatch patch16_3 ,mem_patch16 
+0x42d6 014479 fetch 1 ,mem_app_evt_timer_count 
+0x42d7 014480 rtn blank 
+0x42d8 014481 increase -1 ,pdata 
+0x42d9 014482 store 1 ,mem_app_evt_timer_count 
+0x42da 014483 call ui_button_polling 
+0x42db 014484 call app_lpm_wake_auto_lock_timer 
+0x42dc 014485 call flash_write_spi_sm_timer 
+0x42dd 014486 fetch 2 ,mem_cb_event_timer 
+0x42de 014487 call callback_func 
+0x42df 014488 branch app_evt_100ms_loop 
+:      014493 timer_single_step:
+0x42e0 014494 ifetch 1 ,regc 
+0x42e1 014495 rtn blank 
+0x42e2 014496 pincrease -1 
+0x42e3 014497 istore 1 ,regc 
+0x42e4 014498 nrtn blank 
+0x42e5 014499 copy regb ,pdata 
+0x42e6 014500 branch callback_func 
+:      014504 timer_single_step_2b:
+0x42e7 014505 ifetch 2 ,regc 
+0x42e8 014506 rtn blank 
+0x42e9 014507 pincrease -1 
+0x42ea 014508 istore 2 ,regc 
+0x42eb 014509 nrtn blank 
+0x42ec 014510 copy regb ,pdata 
+0x42ed 014511 branch callback_func 
+:      014513 app_power_timer:
+0x42ee 014514 fetcht 2 ,mem_power_param_ptr 
+0x42ef 014515 add temp ,power_timer_offset ,regc 
+0x42f0 014516 arg app_power_timer_timeout ,regb 
+0x42f1 014517 branch timer_single_step 
+:      014519 app_power_timer_timeout:
+0x42f2 014520 call app_got_power_state_common 
+0x42f3 014521 beq power_starting ,app_enter_power_stanby_state 
+:      014522 app_enter_power_off_state:
+0x42f4 014523 branch app_enter_hibernate 
+:      014524 app_enter_power_stanby_state:
+0x42f5 014525 setarg power_standby 
+0x42f6 014526 istore 1 ,regc 
+0x42f7 014527 add temp ,power_standby_cb_offset ,regb 
+:      014528 app_power_cb_common:
+0x42f8 014529 ifetch 2 ,regb 
+0x42f9 014530 branch callback_func 
+:      014533 app_bb_hibernate:
+0x42fa 014534 call app_disconn_reason_clear 
+0x42fb 014535 branch app_enter_hibernate 
+:      014538 app_disconn_reason_clear:
+0x42fc 014539 setarg 0 
+0x42fd 014540 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x42fe 014541 rtn 
+:      014542 app_disconn_reason_flag_clear:
+0x42ff 014543 setarg 0 
+0x4300 014544 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4301 014545 rtn 
+:      014549 app_disconn_reason_collect_ble:
+0x4302 014550 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4303 014551 set1 app_disc_ble ,pdata 
+0x4304 014552 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x4305 014553 setarg 0 
+0x4306 014554 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4307 014555 rtn 
+:      014563 app_get_lpm_wake_lock:
+0x4308 014564 arg wake_lock_app ,queue 
+0x4309 014565 branch lpm_get_wake_lock 
+:      014567 app_put_lpm_wake_lock:
+0x430a 014568 arg wake_lock_app ,queue 
+0x430b 014569 branch lpm_put_wake_lock 
+:      014571 app_lpm_wake_auto_lock:
+0x430c 014572 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
+0x430d 014573 branch app_get_lpm_wake_lock 
+:      014575 app_lpm_wake_auto_lock_timer:
+0x430e 014576 arg mem_wake_up_delay_timer ,regc 
+0x430f 014577 arg app_put_lpm_wake_lock ,regb 
+0x4310 014578 branch timer_single_step 
+:      014581 app_ble_start_direct_adv:
+0x4311 014582 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
+0x4312 014583 branch ui_ipc_send_cmd 
+:      014585 app_ble_stop_direct_adv:
+0x4313 014586 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
+0x4314 014587 branch ui_ipc_send_cmd 
+:      014589 app_ble_stop_adv:
+0x4315 014590 jam bt_cmd_stop_adv ,mem_fifo_temp 
+0x4316 014591 branch ui_ipc_send_cmd 
+:      014593 app_ble_start_adv:
+0x4317 014594 jam bt_cmd_start_adv ,mem_fifo_temp 
+0x4318 014595 branch ui_ipc_send_cmd 
+:      014597 app_ble_start_scan:
+0x4319 014598 jam bt_cmd_le_start_scan ,mem_fifo_temp 
+0x431a 014599 branch ui_ipc_send_cmd 
+:      014601 app_ble_stop_scan:
+0x431b 014602 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
+0x431c 014603 branch ui_ipc_send_cmd 
+:      014605 app_ble_start_conn:
+0x431d 014606 jam bt_cmd_le_start_conn ,mem_fifo_temp 
+0x431e 014607 branch ui_ipc_send_cmd 
+:      014609 app_ble_disconnect:
+0x431f 014610 jam bt_cmd_le_disconnect ,mem_fifo_temp 
+0x4320 014611 branch ui_ipc_send_cmd 
+:      014613 app_led_start_blink:
+0x4321 014614 jam bt_cmd_led_blink ,mem_fifo_temp 
+0x4322 014615 branch ui_ipc_send_cmd 
+:      014617 app_led_on:
+0x4323 014618 jam bt_cmd_led_on ,mem_fifo_temp 
+0x4324 014619 branch ui_ipc_send_cmd 
+:      014621 app_led_stop_blink:
+:      014622 app_led_off:
+0x4325 014623 jam bt_cmd_led_off ,mem_fifo_temp 
+0x4326 014624 branch ui_ipc_send_cmd 
+:      014626 app_enter_hibernate:
+0x4327 014627 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
+0x4328 014628 branch ui_ipc_send_cmd 
+:      014631 app_ble_store_reconn_info:
+0x4329 014632 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
+0x432a 014633 branch ui_ipc_send_cmd 
+:      014636 app_lpm_mult_enable:
+0x432b 014637 set1 mark_lpm_mult_enable ,mark 
+0x432c 014638 rtn 
+:      014640 app_lpm_mult_disable:
+0x432d 014641 set0 mark_lpm_mult_enable ,mark 
+0x432e 014642 rtn 
+:      014645 app_button_long_pressed:
+0x432f 014646 call app_got_power_state_common 
+0x4330 014647 beq power_standby ,app_power_shutting_down 
+:      014648 app_power_starting:
+0x4331 014649 setarg power_starting 
+0x4332 014650 istore 1 ,regc 
+0x4333 014651 add temp ,power_starting_timeout_offset ,rega 
+0x4334 014652 add temp ,power_starting_cb_offset ,regb 
+:      014653 app_power_common:
+0x4335 014654 ifetcht 1 ,rega 
+0x4336 014655 increase 1 ,regc 
+0x4337 014656 istoret 1 ,regc 
+0x4338 014657 branch app_power_cb_common 
+:      014659 app_power_shutting_down:
+0x4339 014660 setarg power_off 
+0x433a 014661 istore 1 ,regc 
+0x433b 014662 fetch 2 ,mem_ui_state_map 
+0x433c 014663 bbit0 ui_state_ble_connected ,app_power_off_end 
+0x433d 014664 call le_send_terminate_ind_user_terminated 
+0x433e 014665 call app_ble_disconnect 
+:      014666 app_power_off_end:
+0x433f 014667 fetcht 2 ,mem_power_param_ptr 
+0x4340 014668 add temp ,power_off_timeout_offset ,rega 
+0x4341 014669 add temp ,power_off_cb_offset ,regb 
+0x4342 014670 branch app_power_common 
+:      014672 app_got_power_state_common:
+0x4343 014673 fetcht 2 ,mem_power_param_ptr 
+0x4344 014674 add temp ,power_state_offset ,regc 
+0x4345 014675 ifetch 1 ,regc 
+0x4346 014676 rtn 
+:      014678 app_event_button_up:
+0x4347 014679 call app_got_power_state_common 
+0x4348 014680 bne power_off ,app_power_release 
+0x4349 014681 branch app_enter_hibernate 
+:      014682 app_power_release:
+0x434a 014683 add temp ,ui_butten_up_cb_offset ,regb 
+0x434b 014684 branch app_power_cb_common 
+:      014690 adpcm_decode:
+0x434c 014691 fetch 8 ,mem_ad_state_valpred 
+0x434d 014692 store 8 ,mem_ad_valpred 
+0x434e 014693 jam 0 ,mem_ad_bufferstep 
+0x434f 014694 fetch 1 ,mem_ad_index 
+0x4350 014695 lshift2 pdata ,pdata 
+0x4351 014696 arg mem_ad_stepsizetable ,temp 
+0x4352 014697 iadd temp ,temp 
+0x4353 014698 ifetch 4 ,temp 
+0x4354 014699 store 4 ,mem_ad_step 
+:      014700 adpcm_decode_loop:
+0x4355 014701 fetch 1 ,mem_ad_bufferstep 
+0x4356 014702 nbranch adpcm_next_byte ,blank 
+0x4357 014703 fetcht 2 ,mem_ad_in_ptr 
+0x4358 014704 ifetch 1 ,temp 
+0x4359 014705 store 1 ,mem_ad_inputbuffer 
+0x435a 014706 increase 1 ,temp 
+0x435b 014707 storet 2 ,mem_ad_in_ptr 
+0x435c 014708 rshift4 pdata ,pdata 
+0x435d 014709 store 1 ,mem_ad_delta 
+0x435e 014710 branch adpcm_cal 
+:      014711 adpcm_next_byte:
+0x435f 014712 fetch 1 ,mem_ad_inputbuffer 
+0x4360 014713 and pdata ,0x0f ,pdata 
+0x4361 014714 store 1 ,mem_ad_delta 
+:      014715 adpcm_cal:
+0x4362 014716 fetch 1 ,mem_ad_bufferstep 
+0x4363 014717 setflip 0 ,pdata 
+0x4364 014718 store 1 ,mem_ad_bufferstep 
+0x4365 014719 arg mem_ad_indextable ,temp 
+0x4366 014720 fetch 1 ,mem_ad_delta 
+0x4367 014721 iadd temp ,temp 
+0x4368 014722 ifetch 1 ,temp 
+0x4369 014723 fetcht 1 ,mem_ad_index 
+0x436a 014724 call adpcm_cal_index 
+0x436b 014725 store 1 ,mem_ad_index 
+0x436c 014727 fetch 1 ,mem_ad_delta 
+0x436d 014728 and pdata ,0x08 ,temp 
+0x436e 014729 storet 1 ,mem_ad_sign 
+0x436f 014730 and pdata ,0x07 ,temp 
+0x4370 014731 storet 1 ,mem_ad_delta 
+0x4371 014733 call adpcm_cal_vpdiff 
+0x4372 014734 storet 4 ,mem_ad_vpdiff 
+0x4373 014736 fetch 1 ,mem_ad_sign 
+0x4374 014737 branch adpcm_cal_valpred ,blank 
+0x4375 014738 fetch 4 ,mem_ad_valpred 
+0x4376 014739 fetcht 4 ,mem_ad_vpdiff 
+0x4377 014740 isub temp ,pdata 
+0x4378 014741 branch adpcm_cal_valpred_end 
+:      014742 adpcm_cal_valpred:
+0x4379 014743 fetch 4 ,mem_ad_valpred 
+0x437a 014744 fetcht 4 ,mem_ad_vpdiff 
+0x437b 014745 iadd temp ,pdata 
+:      014746 adpcm_cal_valpred_end:
+0x437c 014747 store 4 ,mem_ad_valpred 
+0x437d 014748 arg 32767 ,temp 
+0x437e 014749 isub temp ,pdata 
+0x437f 014750 bbit1 31 ,adpcm_cal_valpred_overflow 
+0x4380 014751 storet 4 ,mem_ad_valpred 
+0x4381 014752 branch adpcm_cal_valpred_overflow_end 
+:      014753 adpcm_cal_valpred_overflow:
+0x4382 014754 fetch 4 ,mem_ad_valpred 
+0x4383 014755 arg 32768 ,temp 
+0x4384 014756 iadd temp ,pdata 
+0x4385 014757 bbit0 31 ,adpcm_cal_valpred_overflow_end 
+0x4386 014758 arg -32768 ,temp 
+0x4387 014759 storet 4 ,mem_ad_valpred 
+:      014760 adpcm_cal_valpred_overflow_end:
+0x4388 014761 fetch 1 ,mem_ad_index 
+0x4389 014762 lshift2 pdata ,pdata 
+0x438a 014763 arg mem_ad_stepsizetable ,temp 
+0x438b 014764 iadd temp ,temp 
+0x438c 014765 ifetch 4 ,temp 
+0x438d 014766 store 4 ,mem_ad_step 
+0x438e 014768 fetch 2 ,mem_ad_out_ptr 
+0x438f 014769 fetcht 2 ,mem_ad_valpred 
+0x4390 014770 istoret 2 ,pdata 
+0x4391 014771 increase 2 ,pdata 
+0x4392 014772 store 2 ,mem_ad_out_ptr 
+0x4393 014774 fetch 1 ,mem_ad_in_numsamples 
+0x4394 014775 increase -1 ,pdata 
+0x4395 014776 store 1 ,mem_ad_in_numsamples 
+0x4396 014777 nbranch adpcm_decode_loop ,blank 
+0x4397 014778 fetch 8 ,mem_ad_valpred 
+0x4398 014779 store 8 ,mem_ad_state_valpred 
+0x4399 014780 rtn 
+:      014782 adpcm_cal_index:
+0x439a 014783 iadd temp ,pdata 
+0x439b 014784 bbit0 7 ,adpcm_cal_bigger_zero 
+0x439c 014785 setarg 0 
+0x439d 014786 rtn 
+:      014787 adpcm_cal_bigger_zero:
+0x439e 014788 and pdata ,0xff ,pdata 
+0x439f 014789 sub pdata ,88 ,null 
+0x43a0 014790 rtn positive 
+0x43a1 014791 setarg 88 
+0x43a2 014792 rtn 
+:      014794 adpcm_cal_vpdiff:
+0x43a3 014795 fetchr rega ,4 ,mem_ad_step 
+0x43a4 014796 rshift3 rega ,temp 
+0x43a5 014797 fetch 1 ,mem_ad_delta 
+0x43a6 014798 bbit0 2 ,adpcm_cal_vpdiff1 
+0x43a7 014799 copy rega ,pdata 
+0x43a8 014800 iadd temp ,temp 
+:      014801 adpcm_cal_vpdiff1:
+0x43a9 014802 fetch 1 ,mem_ad_delta 
+0x43aa 014803 bbit0 1 ,adpcm_cal_vpdiff2 
+0x43ab 014804 rshift rega ,pdata 
+0x43ac 014805 iadd temp ,temp 
+:      014806 adpcm_cal_vpdiff2:
+0x43ad 014807 fetch 1 ,mem_ad_delta 
+0x43ae 014808 rtnbit0 0 
+0x43af 014809 rshift2 rega ,pdata 
+0x43b0 014810 iadd temp ,temp 
+0x43b1 014811 rtn 
+:      014816 car_init:
+0x43b2 014817 call enable_authrom 
+0x43b3 014818 rtn wake 
+0x43b4 014819 setarg car_g24_receive_process 
+0x43b5 014820 store 2 ,mem_cb_24g_receive_process 
+0x43b6 014822 setarg g24_bind_ackpayload_prep 
+0x43b7 014823 store 2 ,mem_cb_24g_ackpayload 
+0x43b8 014825 setarg car_g24_cb_data_device1 
+0x43b9 014826 store 2 ,mem_cb_24g_data_device1 
+0x43ba 014828 setarg car_le_before_hibernate 
+0x43bb 014829 store 2 ,mem_cb_before_hibernate 
+0x43bc 014831 setarg car_le_process_lpm_before 
+0x43bd 014832 store 2 ,mem_cb_before_lpm 
+0x43be 014834 setarg car_scale_process_idle 
+0x43bf 014835 store 2 ,mem_cb_idle_process 
+0x43c0 014837 setarg car_scale_process_bb_event 
+0x43c1 014838 store 2 ,mem_cb_bb_event_process 
+0x43c2 014840 setarg app_get_lpm_wake_lock 
+0x43c3 014841 store 2 ,mem_cb_check_wakelock 
+0x43c4 014843 setarg car_le_receive_data 
+0x43c5 014844 store 2 ,mem_cb_att_write 
+0x43c6 014846 setarg car_le_bb_event_timer 
+0x43c7 014847 store 2 ,mem_cb_event_timer 
+0x43c8 014849 bpatch patch05_6 ,mem_patch05 
+0x43c9 014850 call car_init_environment 
+0x43ca 014851 call car_lpm_timer_enable 
+0x43cb 014852 call queue_init 
+0x43cc 014853 jam 2 ,mem_lpm_mult 
+0x43cd 014854 jam power_on ,mem_car_24g_received_pac 
+0x43ce 014855 fetch 1 ,mem_car_config_soft_switch_enable 
+0x43cf 014856 store 1 ,mem_car_hard_soft_switch 
+0x43d0 014857 beq hard_switch ,car_hard_switch_power_on_signal 
+0x43d1 014858 fetch 1 ,mem_car_config_soft_switch_gpio 
+0x43d2 014859 store 1 ,mem_ui_button_gpio 
+0x43d3 014860 jam off ,mem_le_adv_enable 
+:      014861 car_soft_switch_power_on_init:
+0x43d4 014862 call ui_button_init 
+0x43d5 014863 call ui_button_polling 
+0x43d6 014864 jam power_starting ,mem_car_power_state 
+0x43d7 014865 fetch 2 ,mem_ui_state_map 
+0x43d8 014866 rtnbit1 ui_state_btn_down 
+0x43d9 014867 branch app_enter_hibernate 
+:      014870 car_power_off_signal:
+0x43da 014871 branch car_ui_led_init 
+:      014873 car_hard_switch_power_on_signal:
+0x43db 014874 jam power_standby ,mem_car_power_state 
+:      014875 car_soft_switch_power_on_signal:
+0x43dc 014876 jam on ,mem_le_adv_enable 
+0x43dd 014877 setarg fast_adv_interval_value_car 
+0x43de 014878 call shutter_ble_adv_interval_set 
+:      014879 car_le_modified_name_adv:
+0x43df 014880 arg mem_le_name + 7 ,contw 
+0x43e0 014881 fetch 1 ,mem_le_lap 
+:      014882 car_name_loop:
+0x43e1 014883 and pdata ,0xF0 ,temp 
+0x43e2 014884 rshift4 temp ,temp 
+0x43e3 014885 call car_hex_to_ascii 
+0x43e4 014886 istoret 1 ,contw 
+0x43e5 014887 and pdata ,0x0F ,temp 
+0x43e6 014888 call car_hex_to_ascii 
+0x43e7 014889 istoret 1 ,contw 
+0x43e8 014890 call le_modified_name_att_list 
+0x43e9 014891 fetcht 1 ,mem_le_name_len 
+0x43ea 014892 copy temp ,loopcnt 
+0x43eb 014893 arg mem_le_adv_data + 2 ,contw 
+0x43ec 014894 arg mem_le_name ,contr 
+0x43ed 014895 call memcpy 
+:      014896 car_le_modified_name_scan:
+0x43ee 014897 fetcht 1 ,mem_le_name_len 
+0x43ef 014898 copy temp ,loopcnt 
+0x43f0 014899 arg mem_le_scan_data + 2 ,contw 
+0x43f1 014900 arg mem_le_name ,contr 
+0x43f2 014901 branch memcpy 
+:      014902 car_hex_to_ascii:
+0x43f3 014903 sub temp ,9 ,null 
+0x43f4 014904 branch car_hex_num ,positive 
+0x43f5 014905 add temp ,55 ,temp 
+0x43f6 014906 rtn 
+:      014907 car_hex_num:
+0x43f7 014908 add temp ,48 ,temp 
+0x43f8 014909 rtn 
+:      014911 car_ui_led_init:
+0x43f9 014912 fetch 1 ,mem_car_config_blood_led1_gpio 
+0x43fa 014913 bne invalid_pin_num ,car_blood_led_gpio_set 
+:      014914 car_ui_led_init_1:
+0x43fb 014915 fetch 1 ,mem_car_config_pairing_led_gpio 
+0x43fc 014916 bne invalid_pin_num ,car_pairing_led_gpio_set 
+:      014917 car_ui_led_init_2:
+0x43fd 014918 fetch 1 ,mem_car_config_low_voltage_led_gpio 
+0x43fe 014919 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
+:      014920 car_ui_led_init_3:
+0x43ff 014921 fetch 1 ,mem_car_led_num 
+0x4400 014922 copy pdata ,loopcnt 
+0x4401 014923 setarg mem_car_led_map 
+0x4402 014924 copy pdata ,rega 
+:      014925 car_in_lp1:
+0x4403 014926 copy rega ,contr 
+0x4404 014927 ifetch 1 ,contr 
+0x4405 014928 copy contr ,rega 
+0x4406 014929 beq invalid_pin_num ,car_in_lp1_end 
+0x4407 014930 copy pdata ,temp 
+0x4408 014931 call gpio_config_output 
+:      014932 car_in_lp1_end:
+0x4409 014933 loop car_in_lp1 
+:      014934 car_ui_led_init_end:
+0x440a 014935 rtn 
+:      014936 car_blood_led_gpio_set:
+0x440b 014937 fetch 8 ,mem_car_config_blood_led1_gpio 
+0x440c 014938 store 8 ,mem_car_led_map + 2 
+0x440d 014939 branch car_ui_led_init_1 
+:      014940 car_pairing_led_gpio_set:
+0x440e 014941 store 1 ,mem_car_led_map 
+0x440f 014942 branch car_ui_led_init_2 
+:      014943 car_low_voltage_led_gpio_set:
+0x4410 014944 store 1 ,mem_car_led_map + 1 
+0x4411 014945 branch car_ui_led_init_3 
+:      014947 car_init_environment:
+0x4412 014949 call car_g24_init 
+0x4413 014950 call car_g24_load_commom_addr 
+0x4414 014951 arg 0 ,rega 
+0x4415 014952 call pwm_init 
+0x4416 014953 call car_ui_led_init 
+0x4417 014954 call car_start_blink 
+0x4418 014955 call car_init_adc_hvin 
+0x4419 014956 branch car_motor_init 
+:      014957 car_read_otp_addr:
+0x441a 014958 rtn 
+:      014959 car_motor_init:
+0x441b 014960 fetch 1 ,mem_car_motor_gpio_num 
+0x441c 014961 copy pdata ,loopcnt 
+0x441d 014962 setarg mem_car_motor_gpio_map 
+0x441e 014963 copy pdata ,rega 
+:      014964 p_in_lp1:
+0x441f 014965 copy rega ,contr 
+0x4420 014966 ifetch 1 ,contr 
+0x4421 014967 copy contr ,rega 
+0x4422 014968 beq invalid_pin_num ,p_in_lp1_end 
+0x4423 014969 copy pdata ,temp 
+0x4424 014970 store 1 ,mem_car_gpio 
+0x4425 014971 call car_ui_gpio_init 
+:      014972 p_in_lp1_end:
+0x4426 014973 loop p_in_lp1 
+:      014974 p_car_ui_led_init_end:
+0x4427 014975 rtn 
+:      014977 car_ui_gpio_init:
+0x4428 014978 fetch 1 ,mem_car_gpio 
+0x4429 014979 rtneq ui_button_gpio_disable 
+0x442a 014980 iforce temp 
+0x442b 014981 branch gpio_config_output 
+:      014984 car_init_adc_hvin:
+0x442c 014985 jam 100 ,mem_car_notify_vdd_value_last 
+0x442d 014986 rtn 
+:      014988 car_le_before_hibernate:
+0x442e 014989 call car_gpio_set_before_hibernate 
+0x442f 014990 call clear_wake 
+:      014991 car_le_process_lpm_before:
+0x4430 014992 branch keyscan_process_lpm_before 
+:      014994 car_gpio_set_before_hibernate:
+0x4431 014995 call check_51cmd_led_off 
+:      014996 car_gpio_set_before_lpm_common:
+0x4432 014997 arg gpio_number ,loopcnt 
+0x4433 014998 arg core_gpio_conf ,contr 
+:      014999 car_setgpio_loop:
+0x4434 015000 copy contr ,contw 
+0x4435 015001 ifetch 1 ,contr 
+0x4436 015002 beq gpcfg_spid_miso ,car_setgpio_pullup 
+0x4437 015003 beq gpcfg_spid_ncs ,car_setgpio_pullup 
+0x4438 015004 beq gpcfg_spid_sck ,car_setgpio_pullup 
+0x4439 015005 beq gpcfg_spid_mosi ,car_setgpio_pullup 
+0x443a 015006 beq gpcfg_spid_sdio ,car_setgpio_pullup 
+0x443b 015007 beq gpcfg_iic_scl ,car_setgpio_pullup 
+0x443c 015008 beq gpcfg_iic_sda ,car_setgpio_pullup 
+0x443d 015009 beq gpcfg_input ,car_setgpio_pullup 
+:      015010 car_setgpio_loop_end:
+0x443e 015011 loop car_setgpio_loop 
+0x443f 015012 arg core_gpio_conf_hi + gpio_number_ext ,pdata 
+0x4440 015013 isub contr ,null 
+0x4441 015014 branch car_motor_setgpio ,zero 
+:      015015 car_setgpio_loop_ext:
+0x4442 015016 arg gpio_number_ext ,loopcnt 
+0x4443 015017 arg core_gpio_conf_hi ,contr 
+0x4444 015018 branch car_setgpio_loop 
+:      015020 car_setgpio_pullup:
+0x4445 015021 setarg gpcfg_pullup 
+0x4446 015022 istore 1 ,contw 
+0x4447 015023 branch car_setgpio_loop_end 
+:      015024 car_setgpio_pulldown:
+0x4448 015025 setarg gpcfg_pulldown 
+0x4449 015026 istore 1 ,contw 
+0x444a 015027 branch car_setgpio_loop_end 
+:      015028 car_motor_setgpio:
+0x444b 015029 fetch 1 ,mem_car_motor_gpio_num 
+0x444c 015030 copy pdata ,loopcnt 
+0x444d 015031 arg mem_car_motor_gpio_map ,contr 
+:      015032 car_motor_setgpio_loop:
+0x444e 015033 ifetch 1 ,contr 
+0x444f 015034 set1 7 ,pdata 
+0x4450 015035 arg gpcfg_output_low ,temp 
+0x4451 015036 call gpio_config_function 
+0x4452 015037 loop car_motor_setgpio_loop 
+0x4453 015038 rtn 
+:      015040 car_key_scan_process:
+0x4454 015041 branch keyscan_key_process 
+:      015043 car_scale_process_idle:
+0x4455 015044 call car_le_send_packet 
+0x4456 015045 call car_g24_status_process 
+0x4457 015046 branch car_key_scan_process 
+:      015048 car_g24_status_process:
+0x4458 015049 fetch 2 ,mem_ui_state_map 
+0x4459 015050 rtnbit1 ui_state_ble_connected 
+0x445a 015051 fetch 1 ,mem_car_24g_received_pac 
+0x445b 015052 beq work_paired ,car_g24_connected_event 
+0x445c 015053 rtn 
+:      015054 car_g24_connected_event:
+0x445d 015055 fetch 1 ,mem_car_24g_status 
+0x445e 015056 rtneq work_paired 
+0x445f 015057 jam work_paired ,mem_car_24g_status 
+0x4460 015058 call car_lpm_timer_disable 
+0x4461 015059 call car_stop_blink 
+0x4462 015060 branch car_g24_connected 
+:      015062 car_lpm_timer_enable:
+0x4463 015063 fetch 2 ,mem_car_enter_lpm_timer_count 
+0x4464 015064 store 2 ,mem_car_enter_lpm_timer 
+0x4465 015065 jam 0 ,mem_car_enter_lpm_flag 
+0x4466 015066 rtn 
+:      015069 car_lpm_timer_disable:
+0x4467 015070 setarg 0 
+0x4468 015071 branch car_lpm_timer_enable + 1 
+:      015074 car_stop_blink:
+0x4469 015075 arg 0 ,rega 
+0x446a 015076 branch ui_led_blink_stop_global 
+:      015079 car_start_blink:
+0x446b 015080 arg 0 ,rega 
+0x446c 015081 branch ui_led_blink_start_global 
+:      015087 car_le_send_packet:
+0x446d 015088 fetch 2 ,mem_ui_state_map 
+0x446e 015089 rtnbit0 ui_state_ble_connected 
+0x446f 015090 call le_fifo_check_nearly_full 
+0x4470 015091 nrtn blank 
+0x4471 015092 arg mem_car_pop_queue_buff ,rega 
+0x4472 015093 call queue_pop 
+0x4473 015094 nrtn user 
+0x4474 015095 arg mem_car_pop_queue_buff ,contr 
+0x4475 015096 branch le_send_notify_from_list 
+:      015098 car_scale_process_bb_event:
+0x4476 015099 copy regc ,pdata 
+0x4477 015100 beq bt_evt_button_up ,app_event_button_up 
+0x4478 015101 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x4479 015102 beq bt_evt_le_connected ,car_scale_event_le_conn 
+0x447a 015103 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
+0x447b 015104 rtn 
+:      015106 car_scale_event_le_conn:
+0x447c 015107 call car_lpm_timer_disable 
+0x447d 015108 call car_stop_blink 
+0x447e 015109 set0 mark_24g_rxmode ,mark 
+0x447f 015110 branch car_scale_process_conn 
+:      015111 car_g24_connected:
+0x4480 015112 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x4481 015113 store 2 ,mem_car_24g_no_data_timeout_timer 
+:      015114 car_scale_process_conn:
+0x4482 015115 jam 0x14 ,mem_car_notify_vdd_timer 
+0x4483 015116 jam 0 ,mem_lpm_mode 
+0x4484 015117 call app_ble_stop_adv 
+0x4485 015118 branch app_lpm_mult_enable 
+:      015121 car_scale_event_le_discon:
+0x4486 015122 set1 mark_24g_rxmode ,mark 
+0x4487 015123 call car_lpm_timer_enable 
+0x4488 015124 call car_fb_motor_stop 
+0x4489 015125 call car_lr_motor_stop 
+:      015126 car_g24_disconnect:
+0x448a 015127 setarg 0 
+0x448b 015128 store 5 ,mem_car_led_control 
+0x448c 015129 call queue_init 
+0x448d 015130 jam 10 ,mem_motor1_speed 
+0x448e 015131 jam 10 ,mem_motor2_speed 
+0x448f 015132 jam 10 ,mem_motor3_speed 
+0x4490 015134 jam 2 ,mem_lpm_mult 
+0x4491 015135 setarg fast_adv_interval_value_car 
+0x4492 015136 call shutter_ble_adv_interval_set 
+0x4493 015137 branch app_ble_start_adv 
+:      015139 car_le_bb_event_timer:
+0x4494 015140 call car_moto1_blank_data_timer 
+0x4495 015141 call car_moto2_blank_data_timer 
+0x4496 015142 call car_moto3_blank_data_timer 
+0x4497 015145 call car_24g_no_data_timeout_timer 
+0x4498 015146 branch car_24g_bind_enable_timer 
+:      015149 car_24g_bind_enable_timer:
+0x4499 015150 arg mem_car_24g_bind_enable_delay_count ,regc 
+0x449a 015151 arg 0 ,regb 
+0x449b 015152 branch timer_single_step 
+:      015154 car_enter_lpm_timer:
+0x449c 015155 arg mem_car_enter_lpm_timer ,regc 
+0x449d 015156 arg car_enter_lpm_enable ,regb 
+0x449e 015157 branch timer_single_step_2b 
+:      015158 car_enter_lpm_enable:
+0x449f 015159 jam 1 ,mem_car_enter_lpm_flag 
+0x44a0 015160 rtn 
+:      015162 car_24g_no_data_timeout_timer:
+0x44a1 015163 arg mem_car_24g_no_data_timeout_timer ,regc 
+0x44a2 015164 arg car_24g_no_data_timer_timeout ,regb 
+0x44a3 015165 branch timer_single_step_2b 
+:      015166 car_24g_no_data_timer_timeout:
+0x44a4 015167 jam work_search ,mem_car_24g_status 
+0x44a5 015168 jam power_on ,mem_car_24g_received_pac 
+0x44a6 015169 branch car_g24_disconnect 
+:      015171 car_notify_vdd_timer:
+0x44a7 015172 fetch 1 ,mem_car_config_bat_notify_enable 
+0x44a8 015173 rtn blank 
+0x44a9 015174 arg mem_car_notify_vdd_timer ,regc 
+0x44aa 015175 arg car_notify_vdd ,regb 
+0x44ab 015176 branch timer_single_step 
+:      015177 car_notify_vdd:
+0x44ac 015178 fetch 1 ,mem_car_notify_vdd_count 
+0x44ad 015179 store 1 ,mem_car_notify_vdd_timer 
+0x44ae 015180 fetch 1 ,mem_car_working_flag 
+0x44af 015181 nrtn blank 
+:      015182 car_read_hvin:
+0x44b0 015183 call vdd_calculate_by_mode 
+0x44b1 015184 store 2 ,mem_vdd_now_vol 
+0x44b2 015185 arg mem_vdd_calculate_set ,rega 
+0x44b3 015186 call adc_bat_percent_lowpower_out 
+0x44b4 015187 fetcht 1 ,mem_car_notify_vdd_value_last 
+0x44b5 015188 isub temp ,null 
+0x44b6 015189 branch car_notify_vdd_next2 ,positive 
+0x44b7 015190 store 1 ,mem_car_notify_vdd_value_last 
+0x44b8 015191 copy pdata ,temp 
+:      015192 car_notify_vdd_next2:
+0x44b9 015193 storet 1 ,mem_car_notify_vdd_percent 
+0x44ba 015194 fetch 1 ,mem_car_config_low_voltage_percent 
+0x44bb 015195 isub temp ,null 
+0x44bc 015196 call car_enter_low_bat ,positive 
+0x44bd 015197 storet 1 ,mem_notify_bat_payload 
+0x44be 015198 arg 6 ,loopcnt 
+0x44bf 015199 arg mem_notify_bat_head ,contr 
+0x44c0 015200 call calc_check_sum_start 
+0x44c1 015201 store 1 ,mem_notify_bat_check_sum 
+0x44c2 015202 arg mem_notify_bat_packet ,rega 
+0x44c3 015203 branch queue_push 
+:      015204 car_enter_low_bat:
+0x44c4 015205 fetch 1 ,mem_low_bat_flag 
+0x44c5 015206 nrtn blank 
+0x44c6 015207 jam 1 ,mem_low_bat_flag 
+0x44c7 015208 arg 1 ,rega 
+0x44c8 015209 branch ui_led_blink_start_global 
+:      015210 car_low_bat_led_off:
+0x44c9 015211 arg 1 ,rega 
+0x44ca 015212 branch ui_led_blink_stop_global 
+:      015216 calc_check_sum_start:
+0x44cb 015217 arg 0 ,rega 
+:      015218 calc_check_sum_loop:
+0x44cc 015219 ifetch 1 ,contr 
+0x44cd 015220 iadd rega ,rega 
+0x44ce 015221 loop calc_check_sum_loop 
+:      015222 calc_check_sum_and:
+0x44cf 015223 and rega ,0xff ,pdata 
+0x44d0 015224 rtn 
+:      015226 car_le_receive_data:
+0x44d1 015227 fetch 1 ,mem_le_att_opcode 
+0x44d2 015228 beq attop_write_request ,car_le_parse_att_write_request 
+0x44d3 015229 rtn 
+:      015230 car_le_parse_att_write_request:
+0x44d4 015231 fetch 2 ,mem_le_att_handle 
+0x44d5 015232 beq att_car_control_handle ,car_control_le_receive 
+0x44d6 015233 rtn 
+:      015235 le_app_receive_data:
+0x44d7 015236 bpatch patch05_7 ,mem_patch05 
+0x44d8 015237 ifetch 5 ,rega 
+0x44d9 015238 store 5 ,mem_app_receive_temp 
+0x44da 015239 fetch 2 ,mem_app_receive_temp 
+0x44db 015240 arg le_receive_packet_head ,temp 
+0x44dc 015241 isub temp ,null 
+0x44dd 015242 nrtn zero 
+0x44de 015243 fetch 2 ,mem_app_receive_temp + 3 
+0x44df 015244 byteswap pdata ,pdata 
+0x44e0 015245 store 2 ,mem_app_receive_temp + 3 
+0x44e1 015246 copy pdata ,loopcnt 
+0x44e2 015247 increase 5 ,rega 
+0x44e3 015248 copy rega ,contr 
+0x44e4 015249 arg mem_app_receive_temp + 5 ,contw 
+0x44e5 015250 call memcpy 
+0x44e6 015251 ifetch 1 ,contr 
+0x44e7 015252 store 1 ,mem_app_receive_temp + 15 
+0x44e8 015253 arg mem_app_receive_temp + 2 ,rega 
+0x44e9 015254 arg mem_app_receive_temp + 5 ,regb 
+0x44ea 015255 rtn 
+:      015257 car_control_le_receive:
+0x44eb 015258 setarg 0 
+0x44ec 015259 store 5 ,mem_le_receive_payload 
+0x44ed 015260 store 5 ,mem_le_receive_payload + 5 
+0x44ee 015261 call le_app_receive_data 
+0x44ef 015262 copy regb ,contr 
+0x44f0 015263 arg mem_le_receive_payload ,contw 
+0x44f1 015264 arg 10 ,loopcnt 
+0x44f2 015265 call memcpy 
+:      015266 car_receive_cmd_select:
+0x44f3 015267 bpatch patch06_0 ,mem_patch06 
+0x44f4 015268 ifetch 1 ,rega 
+0x44f5 015269 beq car_cmd_old_car_control ,car_drive_old 
+0x44f6 015270 beq car_cmd_old_speed_control ,car_speed_set_old 
+0x44f7 015271 beq car_cmd_l_r_motor_control ,car_motor_control 
+0x44f8 015272 beq car_cmd_f_b_motor_control ,car_motor_control 
+0x44f9 015273 beq car_cmd_ir_control ,car_ir_data_rx_from_app 
+0x44fa 015274 beq car_cmd_led_control ,car_led_control_receive 
+0x44fb 015275 beq car_cmd_device_info ,car_info_request 
+0x44fc 015276 rtn 
+:      015278 car_24g_receive_data:
+0x44fd 015279 call car_control_le_receive 
+0x44fe 015280 fetch 1 ,mem_app_receive_temp + 2 
+0x44ff 015281 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
+0x4500 015282 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
+0x4501 015283 rtn 
+:      015284 car_24g_receive_data_next:
+0x4502 015285 fetch 1 ,mem_le_receive_payload 
+0x4503 015286 ncall car_moto1_enable_blank_data_timer ,blank 
+0x4504 015287 fetch 1 ,mem_le_receive_payload + 2 
+0x4505 015288 ncall car_moto2_enable_blank_data_timer ,blank 
+0x4506 015289 fetch 1 ,mem_le_receive_payload + 4 
+0x4507 015290 ncall car_moto3_enable_blank_data_timer ,blank 
+0x4508 015291 rtn 
+:      015293 car_moto1_enable_blank_data_timer:
+0x4509 015294 jam 5 ,mem_car_moto1_blank_timer 
+0x450a 015295 rtn 
+:      015296 car_moto2_enable_blank_data_timer:
+0x450b 015297 jam 5 ,mem_car_moto2_blank_timer 
+0x450c 015298 rtn 
+:      015299 car_moto3_enable_blank_data_timer:
+0x450d 015300 jam 5 ,mem_car_moto3_blank_timer 
+0x450e 015301 rtn 
+:      015303 car_moto1_blank_data_timer:
+0x450f 015304 arg mem_car_moto1_blank_timer ,regc 
+0x4510 015305 arg car_moto1_blank_data ,regb 
+0x4511 015306 branch timer_single_step 
+:      015307 car_moto2_blank_data_timer:
+0x4512 015308 arg mem_car_moto2_blank_timer ,regc 
+0x4513 015309 arg car_moto2_blank_data ,regb 
+0x4514 015310 branch timer_single_step 
+:      015311 car_moto3_blank_data_timer:
+0x4515 015312 arg mem_car_moto3_blank_timer ,regc 
+0x4516 015313 arg car_moto3_blank_data ,regb 
+0x4517 015314 branch timer_single_step 
+:      015316 car_moto1_blank_data:
+0x4518 015317 jam 0 ,mem_le_receive_payload 
+0x4519 015318 branch car_motor_control 
+:      015319 car_moto2_blank_data:
+0x451a 015320 jam 0 ,mem_le_receive_payload + 2 
+0x451b 015321 branch car_motor_control 
+:      015322 car_moto3_blank_data:
+0x451c 015323 jam 0 ,mem_le_receive_payload + 4 
+0x451d 015324 branch car_motor_control 
+:      015329 car_drive_old:
+0x451e 015330 fetch 1 ,mem_le_receive_payload 
+0x451f 015331 store 1 ,mem_motor1_status 
+0x4520 015332 fetch 1 ,mem_le_receive_payload + 1 
+0x4521 015333 store 1 ,mem_motor2_status 
+0x4522 015334 branch car_motor_control_common 
+:      015338 car_left_right_control_old:
+0x4523 015339 fetch 1 ,mem_le_receive_payload 
+0x4524 015340 store 1 ,mem_motor2_status 
+0x4525 015341 branch car_motor2_control 
+:      015342 car_front_back_control_old:
+0x4526 015343 fetch 1 ,mem_motor1_speed 
+0x4527 015344 call car_reset_old_speed 
+0x4528 015345 fetch 1 ,mem_le_receive_payload + 1 
+0x4529 015346 store 1 ,mem_motor1_status 
+0x452a 015347 branch car_motor1_control 
+:      015348 car_reset_old_speed:
+0x452b 015349 beq speed_level_2 ,car_reset_old_speed2 
+0x452c 015350 beq speed_level_3 ,car_reset_old_speed3 
+0x452d 015351 store 1 ,mem_motor1_speed 
+0x452e 015352 rtn 
+:      015353 car_reset_old_speed2:
+0x452f 015354 jam speed_level_5 ,mem_motor1_speed 
+0x4530 015355 rtn 
+:      015356 car_reset_old_speed3:
+0x4531 015357 jam speed_level_10 ,mem_motor1_speed 
+0x4532 015358 rtn 
+:      015359 car_speed_set_old:
+0x4533 015360 fetch 1 ,mem_le_receive_payload 
+0x4534 015361 call car_reset_old_speed 
+0x4535 015362 fetch 1 ,mem_motor1_speed 
+0x4536 015363 call car_motor_speed_duty_setting 
+0x4537 015364 call car_motor_speed_duty_transform 
+0x4538 015365 jam 0x00 ,mem_pdatatemp + 1 
+0x4539 015366 branch pwm_duty_cycle_set 
+:      015368 car_motor_control:
+0x453a 015369 fetch 1 ,mem_car_24g_go_die_flag 
+0x453b 015370 nrtn blank 
+0x453c 015371 fetch 6 ,mem_le_receive_payload 
+0x453d 015372 store 6 ,mem_motor1_status 
+0x453e 015373 fetch 1 ,mem_motor1_speed 
+0x453f 015374 fetcht 1 ,mem_motor2_speed 
+0x4540 015375 iand temp ,pdata 
+0x4541 015376 fetcht 1 ,mem_motor3_speed 
+0x4542 015377 iand temp ,pdata 
+0x4543 015378 call car_motor_working_flag ,blank 
+:      015379 car_motor_control_common:
+0x4544 015380 bpatch patch06_1 ,mem_patch06 
+0x4545 015381 fetch 2 ,mem_ui_state_map 
+0x4546 015382 isolate1 ui_state_ble_connected ,pdata 
+0x4547 015383 ncall car_lpm_timer_enable ,true 
+0x4548 015384 call car_motor1_control 
+0x4549 015385 call car_motor2_control 
+0x454a 015386 branch car_conn_led_state 
+:      015388 car_conn_led_state:
+0x454b 015389 fetch 1 ,mem_motor1_status 
+0x454c 015390 fetcht 1 ,mem_motor2_status 
+0x454d 015391 iadd temp ,pdata 
+0x454e 015392 nbranch check_51cmd_led_on ,blank 
+0x454f 015393 branch check_51cmd_led_off 
+:      015395 car_motor1_control:
+0x4550 015396 arg mem_motor1_status ,contr 
+0x4551 015397 branch car_motor1_status_select 
+:      015398 car_motor2_control:
+0x4552 015399 arg mem_motor2_status ,contr 
+0x4553 015400 branch car_motor2_status_select 
+:      015401 car_motor3_control:
+0x4554 015402 arg mem_motor3_status ,contr 
+0x4555 015403 branch car_motor_status_select 
+:      015404 car_motor_working_flag:
+0x4556 015405 jam 0 ,mem_car_working_flag 
+0x4557 015406 rtn 
+:      015408 car_motor1_status_select:
+0x4558 015409 ifetch 1 ,contr 
+0x4559 015410 beq turn_front ,car_lr_motor_stop 
+0x455a 015411 beq turn_left ,car_lr_motor_left 
+0x455b 015412 beq turn_right ,car_lr_motor_right 
+0x455c 015413 rtn 
+:      015414 car_motor2_status_select:
+0x455d 015415 ifetch 1 ,contr 
+0x455e 015416 beq motor_stop ,car_fb_motor_stop 
+0x455f 015417 beq go_back ,car_fb_motor_front 
+0x4560 015418 beq go_front ,car_fb_motor_back 
+0x4561 015419 rtn 
+:      015421 car_lr_motor_stop:
+0x4562 015422 fetcht 1 ,mem_car_motor_left_gpio 
+0x4563 015423 call gpio_out_inactive 
+0x4564 015424 fetcht 1 ,mem_car_motor_right_gpio 
+0x4565 015425 branch gpio_out_inactive 
+:      015426 car_lr_motor_left:
+0x4566 015427 fetcht 1 ,mem_car_motor_left_gpio 
+0x4567 015428 call gpio_out_active 
+0x4568 015429 fetcht 1 ,mem_car_motor_right_gpio 
+0x4569 015430 branch gpio_out_inactive 
+:      015431 car_lr_motor_right:
+0x456a 015432 fetcht 1 ,mem_car_motor_left_gpio 
+0x456b 015433 call gpio_out_inactive 
+0x456c 015434 fetcht 1 ,mem_car_motor_right_gpio 
+0x456d 015435 branch gpio_out_active 
+:      015436 car_fb_motor_stop:
+0x456e 015437 fetcht 1 ,mem_car_motor_front_gpio 
+0x456f 015438 call gpio_out_inactive 
+0x4570 015439 fetcht 1 ,mem_car_motor_back_gpio 
+0x4571 015440 branch gpio_out_inactive 
+:      015441 car_fb_motor_front:
+0x4572 015442 fetcht 1 ,mem_car_motor_front_gpio 
+0x4573 015443 call gpio_out_active 
+0x4574 015444 fetcht 1 ,mem_car_motor_back_gpio 
+0x4575 015445 branch gpio_out_inactive 
+:      015446 car_fb_motor_back:
+0x4576 015447 fetcht 1 ,mem_car_motor_front_gpio 
+0x4577 015448 call gpio_out_inactive 
+0x4578 015449 fetcht 1 ,mem_car_motor_back_gpio 
+0x4579 015450 branch gpio_out_active 
+:      015455 car_motor_status_select:
+0x457a 015456 bpatch patch06_2 ,mem_patch06 
+0x457b 015457 ifetch 1 ,contr 
+0x457c 015458 beq motor_stop ,car_motor_stop 
+0x457d 015459 beq go_front ,car_motor_positive 
+0x457e 015460 beq go_back ,car_motor_negative 
+0x457f 015461 rtn 
+:      015462 car_motor_positive:
+0x4580 015463 jam 0 ,mem_motor_select_p_n 
+0x4581 015464 branch car_motor_negative + 1 
+:      015465 car_motor_negative:
+0x4582 015466 jam 1 ,mem_motor_select_p_n 
+0x4583 015467 ifetch 1 ,contr 
+0x4584 015468 store 1 ,mem_car_motor_speed 
+0x4585 015469 ifetch 8 ,regb 
+0x4586 015470 branch car_motor_work 
+:      015472 car_motor_stop:
+0x4587 015473 ifetch 1 ,regb 
+0x4588 015474 call pwm_disable 
+0x4589 015475 increase 1 ,regb 
+0x458a 015476 ifetch 1 ,regb 
+0x458b 015477 branch pwm_disable 
+:      015478 car_motor_work:
+0x458c 015479 store 8 ,mem_motor_pwm_pin1_set 
+0x458d 015480 jam 1 ,mem_car_working_flag 
+0x458e 015481 fetch 1 ,mem_motor_select_p_n 
+0x458f 015482 beq 0 ,car_motor_select_positive 
+:      015483 car_motor_select_negative:
+0x4590 015484 fetch 1 ,mem_motor_pwm_pin2_set 
+0x4591 015485 store 1 ,mem_motor_pwm_pin_set 
+0x4592 015486 fetch 1 ,mem_motor_pwm_pin1_set 
+:      015487 car_motor_work_next:
+0x4593 015488 call pwm_disable 
+0x4594 015489 fetch 1 ,mem_car_motor_speed 
+0x4595 015490 call car_motor_speed_duty_setting 
+0x4596 015491 store 1 ,mem_motor_pwm_dute_set 
+0x4597 015492 fetch 6 ,mem_motor_pwm_pin_set 
+0x4598 015493 store 6 ,mem_pdatatemp 
+0x4599 015494 branch pwm_out_set 
+:      015495 car_motor_select_positive:
+0x459a 015496 fetch 1 ,mem_motor_pwm_pin1_set 
+0x459b 015497 store 1 ,mem_motor_pwm_pin_set 
+0x459c 015498 fetch 1 ,mem_motor_pwm_pin2_set 
+0x459d 015499 branch car_motor_work_next 
+:      015501 car_motor_speed_duty_setting:
+0x459e 015502 mul32 pdata ,5 ,pdata 
+0x459f 015503 add pdata ,50 ,pdata 
+0x45a0 015504 rtn 
+:      015505 car_motor_speed_duty_transform:
+0x45a1 015506 arg 12000 ,temp 
+0x45a2 015507 imul32 temp ,pdata 
+0x45a3 015508 div pdata ,100 
+0x45a4 015509 call wait_div_end 
+0x45a5 015510 quotient temp 
+0x45a6 015511 copy temp ,rega 
+0x45a7 015512 setarg 12000 
+0x45a8 015513 isub temp ,regb 
+0x45a9 015514 rtn 
+:      015516 car_ir_data_rx_from_app:
+0x45aa 015517 rtn 
+:      015519 car_led_control_receive:
+0x45ab 015520 fetch 8 ,mem_le_receive_payload 
+0x45ac 015521 store 8 ,mem_car_led_control 
+0x45ad 015522 rtn 
+:      015524 car_info_request:
+0x45ae 015525 fetch 1 ,mem_car_config_device_select 
+0x45af 015526 store 1 ,mem_car_info_request_payload 
+0x45b0 015527 fetch 1 ,mem_car_config_motor_layout 
+0x45b1 015528 store 1 ,mem_car_info_request_payload + 1 
+0x45b2 015529 fetch 1 ,mem_car_config_ir_enable 
+0x45b3 015530 store 1 ,mem_car_info_request_payload + 2 
+0x45b4 015531 arg 13 ,loopcnt 
+0x45b5 015532 arg mem_car_info_request_head ,contr 
+0x45b6 015533 call calc_check_sum_start 
+0x45b7 015534 store 1 ,mem_car_info_request_checksum 
+0x45b8 015535 arg mem_car_info_request ,rega 
+0x45b9 015536 branch queue_push 
+:      015540 car_g24_init:
+0x45ba 015541 setarg 0 
+0x45bb 015542 store 8 ,mem_24g_bind_payload 
+0x45bc 015543 call g24_receive_init 
+0x45bd 015544 branch g24_mode_switch_init 
+:      015546 car_g24_receive_process:
+0x45be 015547 call car_g24_mode_switch 
+0x45bf 015548 call car_g24_work_mode 
+0x45c0 015549 call car_g24_bind_mode 
+0x45c1 015550 branch car_g24_lpm_dipatch 
+:      015552 car_g24_mode_switch:
+0x45c2 015553 call g24_mode_switch_bind_work 
+:      015554 car_g24_bind_mode_enable:
+0x45c3 015555 fetch 1 ,mem_24g_work_mode 
+0x45c4 015556 rtnne dongle_bind 
+0x45c5 015557 fetch 1 ,mem_car_24g_bind_enable_delay_count 
+0x45c6 015558 nbranch g24_switch_work_mode ,blank 
+0x45c7 015559 fetch 1 ,mem_car_24g_status 
+0x45c8 015560 beq work_search ,g24_switch_work_mode 
+0x45c9 015561 rtn 
+:      015563 car_g24_work_mode:
+0x45ca 015564 fetch 1 ,mem_24g_work_mode 
+0x45cb 015565 rtnne dongle_work 
+0x45cc 015566 call car_g24_work_mode_start 
+0x45cd 015567 branch car_g24_ch_polling_clear ,user3 
+:      015568 car_g24_receive_ch_polling:
+0x45ce 015569 fetch 1 ,mem_car_enter_lpm_flag 
+0x45cf 015570 rtn blank 
+0x45d0 015571 fetch 1 ,mem_car_24g_ch_polling 
+0x45d1 015572 increase 1 ,pdata 
+0x45d2 015573 store 1 ,mem_car_24g_ch_polling 
+0x45d3 015574 beq 4 ,car_g24_ch_polling_clear 
+0x45d4 015575 call g24_ch 
+0x45d5 015576 call car_g24_receive_packet_start 
+0x45d6 015577 nbranch car_g24_receive_ch_polling ,user3 
+:      015578 car_g24_ch_polling_clear:
+0x45d7 015579 jam 0 ,mem_car_24g_ch_polling 
+0x45d8 015580 rtn 
+:      015581 car_g24_work_mode_start:
+0x45d9 015582 fetch 1 ,mem_24g_work_mode 
+0x45da 015583 rtnne dongle_work 
+0x45db 015584 call car_g24_work_init 
+0x45dc 015585 call g24_ch_process 
+0x45dd 015586 branch car_g24_receive_packet_start 
+:      015587 car_g24_work_init:
+0x45de 015588 fetch 1 ,mem_24g_mode_init 
+0x45df 015589 rtnbit1 dongle_work 
+0x45e0 015590 set1 dongle_work ,pdata 
+0x45e1 015591 store 1 ,mem_24g_mode_init 
+0x45e2 015592 fetch 1 ,mem_tx_power_temp 
+0x45e3 015593 store 1 ,mem_tx_power 
+0x45e4 015594 jam 0 ,mem_24g_ackpayload_enable 
+0x45e5 015595 jam 0 ,mem_usb_tx_enable 
+0x45e6 015596 jam 1 ,mem_24g_abort_packet 
+0x45e7 015597 jam 0 ,mem_24g_pid 
+0x45e8 015599 fetch 4 ,mem_car_24g_commom_addr 
+0x45e9 015600 branch g24_work_init + 12 
+:      015601 car_g24_receive_packet_start:
+0x45ea 015602 call g24_receive_transmit_ack 
+0x45eb 015603 nbranch g24_rx_interrupt_clear ,user3 
+:      015604 p_g24_receive_packet_parse:
+0x45ec 015605 call g24_receive_packet_parse_pid_crc 
+0x45ed 015606 nbranch g24_rx_interrupt_clear ,user 
+0x45ee 015607 fetch 1 ,mem_24g_rxdata_length 
+0x45ef 015608 branch g24_rx_interrupt_clear ,blank 
+0x45f0 015609 increase 2 ,pdata 
+0x45f1 015610 iforce loopcnt 
+0x45f2 015611 arg mem_24g_rxbuf ,contr 
+0x45f3 015612 arg mem_24g_rxdata_temp ,contw 
+0x45f4 015613 call memcpy 
+0x45f5 015614 jam 0 ,mem_24g_mode_switch 
+0x45f6 015615 fetch 1 ,mem_24g_pair_mode 
+0x45f7 015616 call g24_enable_nodata_timer ,blank 
+0x45f8 015617 fetch 1 ,mem_24g_rxdata_temp + 2 
+0x45f9 015618 beq datatype_attemp ,car_g24_data_attemp 
+0x45fa 015619 beq datatype_device1 ,car_g24_data_device1 
+0x45fb 015620 branch g24_receive_packet_parse + 14 
+:      015621 car_g24_data_attemp:
+0x45fc 015622 fetch 1 ,mem_24g_pair_mode 
+0x45fd 015623 nrtn blank 
+0x45fe 015624 fetch 1 ,mem_24g_bind_device_status 
+0x45ff 015625 rtn blank 
+0x4600 015627 branch g24_data_attemp 
+:      015628 car_g24_data_device1:
+0x4601 015629 call g24_ch_timer_reinit 
+0x4602 015630 fetch 1 ,mem_24g_abort_packet 
+0x4603 015631 fetcht 1 ,mem_24g_rxdata_temp 
+0x4604 015632 isolate1 bit_abort ,temp 
+0x4605 015633 setflag true ,0 ,pdata 
+0x4606 015634 store 1 ,mem_24g_abort_packet 
+0x4607 015635 beq 1 ,car_g24_data_attemp_device1_abort 
+0x4608 015636 branch g24_data_device1 + 7 
+:      015637 car_g24_data_attemp_device1_abort:
+0x4609 015638 fetch 1 ,mem_device_option 
+0x460a 015639 sub pdata ,dvc_op_car ,null 
+0x460b 015640 call check_51cmd_led_on ,zero 
+0x460c 015641 fetch 4 ,mem_24g_rxdata_temp + 10 
+0x460d 015642 branch g24_store_device1_addr 
+:      015644 car_g24_bind_mode:
+0x460e 015645 fetch 1 ,mem_24g_work_mode 
+0x460f 015646 rtnne dongle_bind 
+0x4610 015647 call g24_bind_init 
+0x4611 015648 call car_g24_bind_device_addr 
+0x4612 015650 call g24_rx_interrupt_clear 
+0x4613 015651 call g24_receive_packet 
+0x4614 015652 nbranch g24_rx_interrupt_clear ,user3 
+0x4615 015653 call g24_bind_data_parse 
+0x4616 015654 call g24_transmit_ack 
+0x4617 015655 call g24_bind_device_status_check 
+0x4618 015656 call g24_bind_data_process + 8 
+0x4619 015658 fetch 1 ,mem_24g_bind_device_status 
+0x461a 015659 nbranch car_g24_bind_mode_exit ,blank 
+0x461b 015660 call g24_nodata_process 
+0x461c 015661 fetch 1 ,mem_24g_nodata_timer_enable 
+0x461d 015662 rtn blank 
+0x461e 015663 setarg 0 
+0x461f 015664 store 4 ,mem_24g_device1_addr 
+0x4620 015665 rtn 
+:      015666 car_g24_bind_mode_exit:
+0x4621 015667 jam 0 ,mem_24g_mode_switch 
+0x4622 015668 arg 0 ,rega 
+0x4623 015669 call check_51cmd_led_on 
+0x4624 015670 call g24_switch_work_mode 
+0x4625 015671 call g24_timer_init 
+0x4626 015673 fetch 4 ,mem_24g_lap 
+0x4627 015674 store 4 ,mem_car_24g_commom_addr 
+0x4628 015675 fetch 1 ,mem_car_save_addr_flag 
+0x4629 015676 ncall car_g24_save_commom_addr ,blank 
+0x462a 015678 fetch 4 ,mem_car_24g_commom_addr 
+0x462b 015679 branch g24_update_addr_and_synccrc8 
+:      015681 car_g24_save_commom_addr:
+0x462c 015683 fetch 1 ,mem_car_save_addr_flag 
+0x462d 015684 rtn blank 
+0x462e 015685 fetch 1 ,mem_24g_transmitter_addr + 1 
+0x462f 015686 store 1 ,mem_car_24g_commom_addr + 3 
+0x4630 015688 fetch 1 ,mem_24g_lap + 1 
+0x4631 015689 store 1 ,mem_car_24g_commom_addr + 2 
+0x4632 015691 fetch 1 ,mem_24g_transmitter_addr 
+0x4633 015692 store 1 ,mem_car_24g_commom_addr + 1 
+0x4634 015694 fetch 1 ,mem_24g_lap 
+0x4635 015695 store 1 ,mem_car_24g_commom_addr 
+0x4636 015696 rtn 
+0x4637 015697 call car_g24_search_commom_addr 
+0x4638 015698 fetch 4 ,mem_car_24g_commom_addr 
+0x4639 015699 fetcht 4 ,mem_car_24g_commom_addr_temp 
+0x463a 015700 isub temp ,null 
+0x463b 015701 rtn zero 
+0x463c 015702 copy regc ,regb 
+0x463d 015703 arg mem_car_24g_commom_addr ,rega 
+0x463e 015704 arg 4 ,loopcnt 
+0x463f 015705 branch otp_write 
+:      015707 car_g24_load_commom_addr:
+0x4640 015709 fetch 4 ,mem_24g_lap 
+0x4641 015710 store 4 ,mem_car_24g_commom_addr 
+0x4642 015711 fetch 1 ,mem_car_save_addr_flag 
+0x4643 015712 rtn blank 
+0x4644 015713 rtn 
+0x4645 015714 call car_g24_search_commom_addr 
+0x4646 015715 fetch 4 ,mem_car_24g_commom_addr_temp 
+0x4647 015716 rtn blank 
+0x4648 015717 store 4 ,mem_car_24g_commom_addr 
+0x4649 015718 rtn 
+:      015721 car_g24_search_commom_addr:
+0x464a 015722 rtn 
+0x464b 015723 fetch 1 ,mem_car_save_addr_flag 
+0x464c 015724 rtn blank 
+0x464d 015725 arg otp_offset_car_commom_start_addr ,regc 
+:      015726 car_g24_search_commom_addr_loop:
+0x464e 015727 copy regc ,regb 
+0x464f 015728 arg mem_car_24g_commom_addr_read ,rega 
+0x4650 015729 arg 4 ,loopcnt 
+0x4651 015730 call otp_read_data 
+0x4652 015731 fetch 4 ,mem_car_24g_commom_addr_read 
+0x4653 015732 rtn blank 
+0x4654 015733 store 4 ,mem_car_24g_commom_addr_temp 
+0x4655 015734 copy regc ,pdata 
+0x4656 015735 arg otp_offset_car_commom_end_addr ,temp 
+0x4657 015736 isub temp ,null 
+0x4658 015737 rtn positive 
+0x4659 015738 increase 4 ,regc 
+0x465a 015739 branch car_g24_search_commom_addr_loop 
+:      015741 car_g24_bind_device_addr:
+0x465b 015742 fetch 4 ,mem_24g_device1_addr 
+0x465c 015743 rtn blank 
+0x465d 015744 branch g24_update_addr_and_synccrc8 
+:      015746 car_g24_cb_data_device1:
+0x465e 015747 fetch 2 ,mem_ui_state_map 
+0x465f 015748 rtnbit1 ui_state_ble_connected 
+0x4660 015749 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x4661 015750 store 2 ,mem_car_24g_no_data_timeout_timer 
+0x4662 015751 jam work_paired ,mem_car_24g_received_pac 
+0x4663 015752 arg mem_24g_rxdata_temp + 3 ,rega 
+0x4664 015753 branch car_24g_receive_data 
+:      015755 car_g24_lpm_dipatch:
+0x4665 015756 fetch 1 ,mem_car_enter_lpm_flag 
+0x4666 015757 rtn blank 
+0x4667 015758 call car_g24_lpm_wait 
+0x4668 015759 nrtn user 
+0x4669 015760 fetch 3 ,mem_24g_enter_hibernate 
+0x466a 015761 call clk2lpo 
+0x466b 015762 storet 4 ,mem_sleep_counter 
+0x466c 015763 branch lpm_sleep 
+:      015764 car_g24_lpm_wait:
+0x466d 015765 enable user 
+0x466e 015766 call lpo_calibration 
+0x466f 015767 fetch 3 ,mem_clks_per_lpo 
+0x4670 015768 branch disable_user ,blank 
+0x4671 015769 branch car_le_process_lpm_before 
+:      015775 remote_car_init:
+0x4672 015776 rtn wake 
+0x4673 015777 call remote_car_default_init 
+0x4674 015778 call keyscan_key_init 
+0x4675 015779 setarg remote_car_g24_package_data 
+0x4676 015780 store 2 ,mem_cb_24g_transmit_data 
+0x4677 015782 setarg remote_car_process_lpm_before 
+0x4678 015783 store 2 ,mem_cb_24g_lpm_before 
+0x4679 015785 setarg remote_car_le_before_hibernate 
+0x467a 015786 store 2 ,mem_cb_before_hibernate 
+0x467b 015788 setarg remote_car_scale_process_idle 
+0x467c 015789 store 2 ,mem_cb_idle_process 
+0x467d 015791 setarg remote_car_scale_process_bb_event 
+0x467e 015792 store 2 ,mem_cb_bb_event_process 
+0x467f 015794 setarg remote_car_event_timer 
+0x4680 015795 store 2 ,mem_cb_event_timer 
+0x4681 015797 setarg remote_car_power_off_signal 
+0x4682 015798 store 2 ,mem_remote_car_power_off_cb 
+0x4683 015800 setarg remote_car_soft_switch_power_on_signal 
+0x4684 015801 store 2 ,mem_remote_car_power_standby_cb 
+0x4685 015804 bpatch patch06_3 ,mem_patch06 
+0x4686 015805 call set_eeprom_size_2k 
+0x4687 015806 call remote_car_init_environment 
+0x4688 015808 call queue_init 
+0x4689 015809 fetch 1 ,mem_remote_car_config_soft_switch_enable 
+0x468a 015810 store 1 ,mem_remote_car_hard_soft_switch 
+0x468b 015811 beq hard_switch ,remote_car_hard_switch_power_on_signal 
+0x468c 015812 fetch 1 ,mem_remote_car_config_soft_switch_gpio 
+0x468d 015813 store 1 ,mem_ui_button_gpio 
+:      015814 remote_car_soft_switch_power_on_init:
+0x468e 015815 call remote_car_ui_led_init 
+0x468f 015816 call ui_button_init 
+0x4690 015817 call ui_button_polling 
+0x4691 015818 jam power_starting ,mem_remote_car_power_state 
+0x4692 015819 fetch 2 ,mem_ui_state_map 
+0x4693 015820 rtnbit1 ui_state_btn_down 
+0x4694 015821 branch app_enter_hibernate 
+:      015825 remote_car_hard_switch_power_on_signal:
+0x4695 015826 jam power_standby ,mem_remote_car_power_state 
+:      015827 remote_car_soft_switch_power_on_signal:
+0x4696 015828 call remote_car_ui_led_init 
+0x4697 015829 arg 0 ,rega 
+0x4698 015830 call ui_led_blink_start_global 
+0x4699 015831 call remote_car_g24_load_commom_addr 
+0x469a 015832 fetch 4 ,mem_remote_24g_commom_addr 
+0x469b 015833 store 4 ,mem_24g_addr 
+0x469c 015834 branch g24_pair_start ,blank 
+0x469d 015835 fetch 4 ,mem_24g_addr 
+0x469e 015836 store 4 ,mem_24g_receiver_addr 
+0x469f 015837 fetch 2 ,mem_24g_reconn_timeout_init 
+0x46a0 015838 store 2 ,mem_24g_reconn_timeout 
+0x46a1 015839 branch g24_reconn_start 
+:      015841 remote_car_set_24g_addr_eeprom:
+0x46a2 015842 arg 4 ,temp 
+0x46a3 015843 arg mem_24g_addr ,rega 
+0x46a4 015844 arg remote_info_eeprom_offect ,regb 
+0x46a5 015845 rtn 
+:      015848 remote_car_power_off_signal:
+:      015849 remote_car_ui_led_init:
+0x46a6 015850 bpatch patch06_4 ,mem_patch06 
+0x46a7 015851 fetch 1 ,mem_remote_car_config_connect_led_gpio 
+0x46a8 015852 bne invalid_pin_num ,remote_car_pairing_led_gpio_set 
+:      015853 remote_car_ui_led_init_1:
+0x46a9 015854 fetcht 1 ,mem_remote_car_led_map 
+0x46aa 015855 branch gpio_config_output 
+:      015856 remote_car_pairing_led_gpio_set:
+0x46ab 015857 store 1 ,mem_remote_car_led_map 
+0x46ac 015858 branch remote_car_ui_led_init_1 
+:      015861 remote_car_init_environment:
+0x46ad 015862 call g24_transmit_init 
+:      015863 remote_no_data_timer_init:
+0x46ae 015864 fetch 2 ,mem_remote_car_no_data_timeout 
+0x46af 015865 store 2 ,mem_remote_car_no_data_timer 
+0x46b0 015866 rtn 
+:      015868 remote_car_le_before_hibernate:
+0x46b1 015869 call remote_car_process_lpm_before 
+:      015870 remote_gpio_set_before_hibernate:
+0x46b2 015871 fetch 1 ,mem_remote_style_struct_led_gpio 
+0x46b3 015872 set1 7 ,pdata 
+0x46b4 015873 arg gpcfg_output_high ,temp 
+0x46b5 015874 branch gpio_config_function 
+:      015876 remote_car_process_lpm_before:
+0x46b6 015877 call gpio_set_before_lpm 
+0x46b7 015878 branch keyscan_process_lpm_before 
+:      015880 remote_car_key_scan_process:
+0x46b8 015881 call keyscan_key_process 
+0x46b9 015882 call get_remote_key_state 
+0x46ba 015883 call remote_conn_led_state 
+0x46bb 015884 branch send_data 
+:      015886 remote_conn_led_state:
+0x46bc 015887 fetch 1 ,mem_remote_car_24g_status 
+0x46bd 015888 rtnne work_paired 
+0x46be 015889 fetch 4 ,mem_remote_car_motor1_key0_press_state 
+0x46bf 015890 branch remote_car_stop_state ,blank 
+0x46c0 015891 jam 0 ,mem_remote_car_no_data_check 
+0x46c1 015892 enable user 
+0x46c2 015893 branch check_51cmd_led_on 
+:      015894 remote_car_stop_state:
+0x46c3 015895 fetch 1 ,mem_remote_car_no_data_check 
+0x46c4 015896 rtneq 0xff 
+0x46c5 015897 pincrease 1 
+0x46c6 015898 store 1 ,mem_remote_car_no_data_check 
+0x46c7 015899 disable user 
+0x46c8 015900 branch check_51cmd_led_off 
+:      015903 get_remote_key_state:
+0x46c9 015904 fetcht 2 ,mem_key_value_retention 
+0x46ca 015905 and temp ,0x01 ,pdata 
+0x46cb 015906 rshift temp ,temp 
+0x46cc 015907 store 1 ,mem_remote_car_motor1_key0_press_state 
+0x46cd 015908 and temp ,0x01 ,pdata 
+0x46ce 015909 rshift temp ,temp 
+0x46cf 015910 store 1 ,mem_remote_car_motor1_key1_press_state 
+0x46d0 015911 and temp ,0x01 ,pdata 
+0x46d1 015912 rshift temp ,temp 
+0x46d2 015913 store 1 ,mem_remote_car_motor2_key2_press_state 
+0x46d3 015914 and temp ,0x01 ,pdata 
+0x46d4 015915 rshift temp ,temp 
+0x46d5 015916 store 1 ,mem_remote_car_motor2_key3_press_state 
+0x46d6 015917 rtn 
+:      015918 send_data:
+0x46d7 015919 bpatch patch06_5 ,mem_patch06 
+0x46d8 015920 call remote_car_fb_check 
+0x46d9 015921 call remote_car_lr_check 
+0x46da 015922 call remote_car_no_data_timeout_check 
+0x46db 015923 nrtn user 
+0x46dc 015924 branch remote_car_send_key 
+:      015927 remote_car_no_data_timeout_check:
+0x46dd 015928 fetch 1 ,mem_remote_car_24g_status 
+0x46de 015929 rtnne work_paired 
+0x46df 015930 fetch 1 ,mem_remote_car_no_data_check 
+0x46e0 015931 rtn blank 
+0x46e1 015932 sub pdata ,1 ,null 
+0x46e2 015933 nrtn positive 
+0x46e3 015934 fetch 2 ,mem_24g_reconn_timeout_init 
+0x46e4 015935 store 2 ,mem_24g_reconn_timeout 
+0x46e5 015936 branch enable_user 
+:      015940 remote_car_fb_check:
+0x46e6 015941 fetch 1 ,mem_remote_car_motor1_key0_press_state 
+0x46e7 015942 nbranch remote_car_send_motor1_key0_press ,blank 
+0x46e8 015943 fetch 1 ,mem_remote_car_motor1_key1_press_state 
+0x46e9 015944 nbranch remote_car_send_motor1_key1_press ,blank 
+0x46ea 015945 branch remote_car_send_motor1_key0_rel 
+:      015947 remote_car_lr_check:
+0x46eb 015948 fetch 1 ,mem_remote_car_motor2_key2_press_state 
+0x46ec 015949 nbranch remote_car_send_motor2_key2_press ,blank 
+0x46ed 015950 fetch 1 ,mem_remote_car_motor2_key3_press_state 
+0x46ee 015951 nbranch remote_car_send_motor2_key3_press ,blank 
+0x46ef 015952 branch remote_car_send_motor2_key2_rel 
+:      015955 remote_car_scale_process_idle:
+0x46f0 015956 call remote_car_24g_status_process 
+0x46f1 015957 branch remote_car_key_scan_process 
+:      015959 remote_car_scale_process_bb_event:
+0x46f2 015960 copy regc ,pdata 
+0x46f3 015961 beq bt_evt_button_up ,app_event_button_up 
+0x46f4 015962 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x46f5 015963 beq bt_evt_24g_pairing_complete ,remote_car_24g_pairing_complete 
+0x46f6 015964 beq bt_evt_24g_attempt_success ,remote_car_24g_attempt_success 
+0x46f7 015965 beq bt_evt_24g_attempt_fail ,remote_car_24g_attempt_fail 
+0x46f8 015966 rtn 
+:      015968 remote_car_24g_attempt_fail:
+0x46f9 015969 branch g24_txbuf_clear 
+:      015971 remote_car_24g_pairing_complete:
+0x46fa 015972 bpatch patch06_6 ,mem_patch06 
+0x46fb 015973 fetch 4 ,mem_24g_receiver_addr 
+0x46fc 015974 store 4 ,mem_remote_24g_commom_addr 
+0x46fd 015975 fetch 1 ,mem_remote_save_addr_flag 
+0x46fe 015976 ncall remote_car_g24_save_commom_addr ,blank 
+0x46ff 015977 fetch 4 ,mem_remote_24g_commom_addr 
+0x4700 015978 call g24_update_addr_and_synccrc8 
+:      015981 remote_car_24g_attempt_success:
+0x4701 015982 jam 0 ,mem_24g_conn_sm 
+0x4702 015983 jam work_paired ,mem_remote_car_24g_auto_work_step 
+0x4703 015984 jam work_paired ,mem_remote_car_24g_pair_success_flag 
+0x4704 015985 jam 0 ,mem_24g_reconn_timeout 
+0x4705 015986 rtn 
+:      015987 remote_car_g24_save_commom_addr:
+0x4706 015990 fetch 1 ,mem_remote_save_addr_flag 
+0x4707 015991 rtn blank 
+0x4708 015992 fetch 1 ,mem_24g_lap + 1 
+0x4709 015993 store 1 ,mem_remote_24g_commom_addr + 3 
+0x470a 015995 fetch 1 ,mem_24g_receiver_addr + 1 
+0x470b 015996 store 1 ,mem_remote_24g_commom_addr + 2 
+0x470c 015998 fetch 1 ,mem_24g_lap 
+0x470d 015999 store 1 ,mem_remote_24g_commom_addr + 1 
+0x470e 016001 fetch 1 ,mem_24g_receiver_addr 
+0x470f 016002 store 1 ,mem_remote_24g_commom_addr 
+0x4710 016003 call remote_car_g24_search_commom_addr 
+0x4711 016004 fetch 4 ,mem_remote_24g_commom_addr 
+0x4712 016005 fetcht 4 ,mem_remote_24g_commom_addr_temp 
+0x4713 016006 isub temp ,null 
+0x4714 016007 rtn zero 
+0x4715 016008 copy regc ,regb 
+0x4716 016009 arg mem_remote_24g_commom_addr ,rega 
+0x4717 016010 arg 4 ,loopcnt 
+0x4718 016011 branch otp_write 
+:      016013 remote_car_g24_load_commom_addr:
+0x4719 016014 fetch 1 ,mem_remote_save_addr_flag 
+0x471a 016015 rtn blank 
+0x471b 016016 call remote_car_g24_search_commom_addr 
+0x471c 016017 fetch 4 ,mem_remote_24g_commom_addr_temp 
+0x471d 016018 rtn blank 
+0x471e 016019 store 4 ,mem_remote_24g_commom_addr 
+0x471f 016020 rtn 
+:      016023 remote_car_g24_search_commom_addr:
+0x4720 016024 fetch 1 ,mem_remote_save_addr_flag 
+0x4721 016025 rtn blank 
+0x4722 016026 arg otp_offset_remote_commom_start_addr ,regc 
+:      016027 remote_car_g24_search_commom_addr_loop:
+0x4723 016028 copy regc ,regb 
+0x4724 016029 arg mem_remote_24g_commom_addr_temp ,rega 
+0x4725 016030 arg 4 ,loopcnt 
+0x4726 016031 call otp_read_data 
+0x4727 016032 fetch 4 ,mem_remote_24g_commom_addr_read 
+0x4728 016033 rtn blank 
+0x4729 016034 store 4 ,mem_remote_24g_commom_addr_temp 
+0x472a 016035 copy regc ,pdata 
+0x472b 016036 arg otp_offset_remote_commom_end_addr ,temp 
+0x472c 016037 isub temp ,null 
+0x472d 016038 rtn positive 
+0x472e 016039 increase 4 ,regc 
+0x472f 016040 branch remote_car_g24_search_commom_addr_loop 
+:      016042 remote_car_24g_status_process:
+0x4730 016043 fetch 1 ,mem_remote_car_24g_auto_work_step 
+0x4731 016044 rtneq power_on 
+0x4732 016045 fetch 1 ,mem_remote_car_24g_status 
+0x4733 016046 rtneq work_paired 
+0x4734 016047 jam work_paired ,mem_remote_car_24g_status 
+:      016048 remote_car_scale_process_paired:
+0x4735 016049 arg 0 ,rega 
+0x4736 016050 branch ui_led_off_global 
+:      016051 remote_car_scale_process_shutdown:
+0x4737 016052 arg 0 ,rega 
+0x4738 016053 call ui_led_off_global 
+0x4739 016054 call remote_car_ui_led_init 
+0x473a 016055 branch app_enter_hibernate 
+:      016057 remote_car_event_timer:
+0x473b 016058 call app_power_timer 
+0x473c 016059 call g24_pair_timeout_timer 
+0x473d 016060 call g24_reconn_timeout_timer 
+0x473e 016061 branch remote_car_no_data_timer 
+:      016063 remote_car_no_data_timer:
+0x473f 016064 fetch 1 ,mem_remote_car_config_timeout_shutdown_enable 
+0x4740 016065 rtn blank 
+0x4741 016066 fetch 1 ,mem_key_value_retention 
+0x4742 016067 nbranch remote_no_data_timer_init ,blank 
+0x4743 016068 arg mem_remote_car_no_data_timer ,regc 
+0x4744 016069 arg remote_car_scale_process_shutdown ,regb 
+0x4745 016070 branch timer_single_step_2b 
+:      016074 remote_car_send_motor1_key0_press:
+0x4746 016075 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x4747 016076 rtn 
+:      016077 remote_car_send_motor1_key1_press:
+0x4748 016078 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x4749 016079 rtn 
+:      016080 remote_car_send_motor2_key2_press:
+0x474a 016081 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x474b 016082 rtn 
+:      016083 remote_car_send_motor2_key3_press:
+0x474c 016084 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x474d 016085 rtn 
+:      016088 remote_car_send_motor1_key0_rel:
+:      016089 remote_car_send_motor1_key1_rel:
+0x474e 016090 jam motor_stop ,mem_remote_car_24g_motor1_payload 
+0x474f 016091 rtn 
+:      016092 remote_car_send_motor2_key2_rel:
+:      016093 remote_car_send_motor2_key3_rel:
+0x4750 016094 jam motor_stop ,mem_remote_car_24g_motor2_payload 
+0x4751 016095 rtn 
+:      016097 remote_car_send_key:
+0x4752 016098 arg mem_remote_car_24g_motor_packet ,rega 
+0x4753 016099 branch queue_push 
+:      016100 remote_car_send_attack:
+0x4754 016101 arg mem_remote_car_24g_fire_packet ,rega 
+0x4755 016102 branch queue_push 
+:      016104 remote_car_g24_package_data:
+0x4756 016105 fetch 1 ,mem_remote_car_24g_pair_success_flag 
+0x4757 016106 beq work_paired ,remote_car_g24_send_empty 
+0x4758 016107 arg mem_remote_car_24g_tx_temp ,rega 
+0x4759 016108 call queue_pop 
+0x475a 016109 nbranch remote_car_moto_data ,user 
+:      016110 remote_car_g24_package_data_continue:
+0x475b 016111 arg mem_remote_car_24g_tx_temp ,contr 
+0x475c 016112 ifetch 1 ,contr 
+0x475d 016113 copy pdata ,rega 
+0x475e 016114 arg mem_remote_car_24g_tx_temp + 1 ,regb 
+0x475f 016117 rtn 
+:      016119 remote_car_g24_send_empty:
+0x4760 016120 jam 0 ,mem_remote_car_24g_pair_success_flag 
+0x4761 016121 enable user 
+0x4762 016122 arg 1 ,rega 
+0x4763 016123 arg mem_remote_car_empty_packet ,regb 
+0x4764 016124 rtn 
+:      016126 remote_car_moto_data:
+0x4765 016127 fetch 1 ,mem_remote_car_24g_tx_temp + 3 
+0x4766 016128 beq car_cmd_l_r_motor_control ,remote_car_moto_data_next 
+0x4767 016129 beq car_cmd_f_b_motor_control ,remote_car_moto_data_next 
+0x4768 016130 rtn 
+:      016131 remote_car_moto_data_next:
+0x4769 016132 fetch 1 ,mem_remote_car_24g_tx_temp + 6 
+0x476a 016133 nbranch remote_car_moto_data_enable_user ,blank 
+0x476b 016134 fetch 1 ,mem_remote_car_24g_tx_temp + 8 
+0x476c 016135 nbranch remote_car_moto_data_enable_user ,blank 
+0x476d 016136 fetch 1 ,mem_remote_car_24g_tx_temp + 10 
+0x476e 016137 nbranch remote_car_moto_data_enable_user ,blank 
+0x476f 016138 rtn 
+:      016139 remote_car_moto_data_enable_user:
+0x4770 016140 enable user 
+0x4771 016141 branch remote_car_g24_package_data_continue 
+:      016146 remote_car_default_init:
+0x4772 016147 jam 0x14 ,mem_ui_button_timeout 
+0x4773 016148 jam 0x01 ,mem_ui_button_last_state 
+0x4774 016149 setarg 0x060f 
+0x4775 016150 store 2 ,mem_remote_car_queue_each_size 
+0x4776 016151 setarg mem_remote_car_queue_each_size 
+0x4777 016152 store 2 ,mem_queue_ptr 
+0x4778 016153 jam 0x01 ,mem_lpm_mode 
+0x4779 016154 jam 0x06 ,mem_lpm_overhead 
+0x477a 016155 jam 0x02 ,mem_lpm_mult_timeout 
+0x477b 016156 jam 0x00 ,mem_remote_car_hard_soft_switch 
+0x477c 016157 setarg mem_remote_style_led_type 
+0x477d 016158 store 2 ,mem_ui_led_struct_ptr 
+0x477e 016159 jam 0x01 ,mem_ui_led_struct_num 
+0x477f 016160 jam 0xff ,mem_remote_style_blink_count 
+0x4780 016161 setarg 0x0296 
+0x4781 016162 store 2 ,mem_remote_style_on_time 
+0x4782 016163 setarg 0x073a 
+0x4783 016164 store 2 ,mem_remote_style_off_time 
+0x4784 016165 setarg mem_remote_car_soft_power 
+0x4785 016166 store 2 ,mem_power_param_ptr 
+0x4786 016167 setarg 0x0c0c 
+0x4787 016168 store 2 ,mem_remote_car_power_off_timeout 
+0x4788 016169 setarg mem_remote_car_keyscan 
+0x4789 016170 store 2 ,mem_keyscan_ptr 
+0x478a 016171 jam 0x00 ,mem_remote_car_config_soft_switch_enable 
+0x478b 016172 jam 0xff ,mem_remote_car_config_connect_led_gpio 
+0x478c 016173 jam 0xff ,mem_remote_car_config_soft_switch_gpio 
+0x478d 016174 jam 0x00 ,mem_remote_car_config_key_map 
+0x478e 016175 jam 0x00 ,mem_remote_car_config_layout 
+0x478f 016176 jam 0x00 ,mem_remote_car_config_check_way 
+0x4790 016177 jam 0x01 ,mem_remote_car_config_timeout_shutdown_enable 
+0x4791 016178 setarg 0x4e55 
+0x4792 016179 store 2 ,mem_current_vdd_value_default_mid_x 
+0x4793 016180 store 2 ,mem_current_vdd_value_default_mid_y 
+0x4794 016181 setarg 0x0007 
+0x4795 016182 store 2 ,mem_current_vdd_default_range 
+0x4796 016183 jam 0x02 ,mem_adc_config_flag 
+0x4797 016184 setsect 0 ,0x35a0c 
+0x4798 016185 setsect 1 ,0x11a 
+0x4799 016186 setsect 2 ,0x60 
+0x479a 016187 setsect 3 ,0x28 
+0x479b 016188 store 9 ,mem_remote_car_24g_motor_packet 
+0x479c 016189 setsect 0 ,0x2000a 
+0x479d 016190 setsect 1 ,0x02 
+0x479e 016191 istore 4 ,contw 
+0x479f 016192 setsect 0 ,0x35a08 
+0x47a0 016193 setsect 1 ,0x19a 
+0x47a1 016194 setsect 2 ,0x00 
+0x47a2 016195 setsect 3 ,0x00 
+0x47a3 016196 store 9 ,mem_remote_car_24g_fire_packet 
+0x47a4 016197 setarg 0x0064 
+0x47a5 016198 store 2 ,mem_remote_car_no_data_timeout 
+0x47a6 016199 jam tx_power_0db ,mem_tx_power 
+0x47a7 016200 jam 0x01 ,mem_24g_data_type 
+0x47a8 016201 jam 0x06 ,mem_24g_max_retry 
+0x47a9 016202 jam 0x01 ,mem_24g_pair_switch 
+0x47aa 016203 jam 0x00 ,mem_24g_fast_conn_enable 
+0x47ab 016204 call g24_rx_window_init 
+0x47ac 016205 call g24_interval_param_8ms 
+0x47ad 016206 call g24_chmap_param_init 
+0x47ae 016209 setarg 0x0708 
+0x47af 016210 store 2 ,mem_24g_pair_timeout_init 
+0x47b0 016211 setarg 0x0050 
+0x47b1 016212 store 2 ,mem_24g_reconn_timeout_init 
+0x47b2 016213 setarg 0x0a7700 
+0x47b3 016214 store 3 ,mem_24g_long_sleep_set 
+0x47b4 016215 setarg 0x604800 
+0x47b5 016216 store 3 ,mem_24g_enter_hibernate 
+0x47b6 016217 rtn 
+:      016224 dongle_init:
+0x47b7 016225 setarg dongle_dispatch 
+0x47b8 016226 store 2 ,mem_cb_24g_receive_process 
+0x47b9 016227 setarg dongle_g24_mouse 
+0x47ba 016228 store 2 ,mem_cb_24g_data_device1 
+0x47bb 016229 setarg dongle_g24_kb 
+0x47bc 016230 store 2 ,mem_cb_24g_data_device2 
+0x47bd 016231 setarg dongle_ackpayload_prep 
+0x47be 016232 store 2 ,mem_cb_24g_ackpayload 
+0x47bf 016233 setarg dongle_usb_config 
+0x47c0 016234 store 2 ,mem_cb_usb_config 
+0x47c1 016235 branch usb_init 
+:      016238 dongle_default_init:
+0x47c2 016239 bpatch patch06_7 ,mem_patch06 
+0x47c3 016241 call dongle_read_kb_bind_status 
+0x47c4 016242 call dongle_xtal_select 
+0x47c5 016243 fetch 1 ,mem_dg_sys_config 
+0x47c6 016244 isolate1 dg_enable_eeprom ,pdata 
+0x47c7 016245 branch dongle_default_no_eeprom ,true 
+0x47c8 016246 fetch 1 ,mem_dg_sys_config 
+0x47c9 016247 isolate1 dg_enable_new_chmap ,pdata 
+0x47ca 016248 call g24_chamap_param_update ,true 
+:      016249 dongle_default_no_eeprom:
+0x47cb 016250 fetch 1 ,mem_dg_24g_tx_power_default 
+0x47cc 016251 store 1 ,mem_tx_power 
+0x47cd 016253 jam 0xff ,mem_rssi_buff_index 
+0x47ce 016254 setarg mem_dg_rssi_noise_buffer 
+0x47cf 016255 store 2 ,mem_rssi_noise_buffer_ptr 
+0x47d0 016256 setarg mem_dg_rssi_noise_dg_buffer 
+0x47d1 016257 store 2 ,mem_rssi_noise_self_buffer_ptr 
+0x47d2 016258 setarg mem_dg_rssi_noise_ms_buffer 
+0x47d3 016259 store 2 ,mem_rssi_noise_device1_buffer_ptr 
+0x47d4 016260 setarg mem_dg_rssi_noise_kb_buffer 
+0x47d5 016261 store 2 ,mem_rssi_noise_device2_buffer_ptr 
+0x47d6 016262 jam tx_power_f5db ,mem_24g_pair_tx_power 
+0x47d7 016263 jam 0 ,mem_dg_kb_bind_success 
+0x47d8 016264 jam 0 ,mem_24g_bind_device_living 
+0x47d9 016265 call g24_enable_1m 
+0x47da 016266 fetch 1 ,mem_dg_sys_config 
+0x47db 016267 isolate1 dg_enable_24g_2m ,pdata 
+0x47dc 016268 call g24_enable_2m ,true 
+0x47dd 016269 call g24_receive_init 
+0x47de 016270 call g24_pair_param_init 
+0x47df 016271 call g24_chmap_param_init 
+0x47e0 016273 fetch 1 ,mem_dg_usb_tx_interval 
+0x47e1 016274 store 1 ,mem_usb_tx_interval 
+0x47e2 016275 fetch 9 ,mem_dg_usb_vid_pid 
+0x47e3 016276 store 9 ,mem_usb_vid_pid 
+0x47e4 016277 rtn 
+:      016279 dongle_xtal_select:
+0x47e5 016280 jam xtal_24m ,mem_fcomp_div 
+0x47e6 016281 fetch 1 ,mem_dg_sys_config 
+0x47e7 016282 rtnbit0 dg_enable_xtal_24m 
+0x47e8 016283 jam xtal_16m ,mem_fcomp_div 
+0x47e9 016284 rtn 
+:      016286 dongle_dispatch:
+0x47ea 016287 fetch 1 ,mem_24g_pair_mode 
+0x47eb 016288 beq 0x00 ,dongle_auto_bind 
+0x47ec 016289 beq 0x01 ,dongle_pc_bind 
+0x47ed 016290 beq 0x0f ,dongle_all_powerful 
+0x47ee 016291 rtn 
+:      016294 dongle_read_kb_bind_status:
+0x47ef 016295 bpatch patch07_0 ,mem_patch07 
+0x47f0 016296 arg dongle_kb_bind_efuse_offect ,regb 
+0x47f1 016297 arg mem_dg_kb_bind_flag ,rega 
+0x47f2 016298 arg 1 ,loopcnt 
+0x47f3 016299 branch otp_read_data 
+:      016301 dongle_write_kb_bind_status:
+0x47f4 016302 bpatch patch07_1 ,mem_patch07 
+0x47f5 016303 arg 1 ,loopcnt 
+0x47f6 016304 arg mem_dg_kb_bind_flag ,rega 
+0x47f7 016305 arg dongle_kb_bind_efuse_offect ,regb 
+0x47f8 016306 branch otp_write 
+:      016308 dongle_usb_config:
+0x47f9 016309 fetch 1 ,mem_dg_sys_config 
+0x47fa 016310 bbit1 dg_enable_kb_icon ,dongle_usb_config_kb 
+0x47fb 016311 fetch 1 ,mem_dg_kb_bind_flag 
+0x47fc 016312 bne dongle_kb_bind_success ,dongle_usb_config_param 
+:      016313 dongle_usb_config_kb:
+0x47fd 016314 jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
+0x47fe 016315 fetch 4 ,usb_devicedata_addr + 9 
+0x47ff 016316 set1 29 ,pdata 
+0x4800 016317 store 4 ,mem_devicedesc + 9 
+:      016318 dongle_usb_config_param:
+0x4801 016319 call dongle_usb_device_name 
+0x4802 016320 call usb_tx_interval_config 
+0x4803 016321 call dongle_usb_vid_pid_config 
+0x4804 016322 branch dongle_usb_hid_icon_config 
+:      016324 dongle_usb_vid_pid_config:
+0x4805 016325 fetch 1 ,mem_usb_vid_pid 
+0x4806 016326 rtn blank 
+0x4807 016327 fetch 1 ,mem_dg_kb_bind_flag 
+0x4808 016328 beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
+:      016329 dongle_usb_vid_pid_for_mouse_only_auto_pair:
+0x4809 016330 fetch 4 ,mem_usb_vid_pid + 1 
+:      016331 dongle_usb_vid_pid_store:
+0x480a 016332 store 4 ,mem_devicedesc + 9 
+0x480b 016333 rtn 
+:      016334 dongle_usb_vid_pid_for_suit:
+0x480c 016335 fetch 4 ,mem_usb_vid_pid + 5 
+0x480d 016336 branch dongle_usb_vid_pid_store 
+:      016338 dongle_usb_hid_icon_config:
+0x480e 016339 fetch 1 ,mem_dg_kb_bind_flag 
+0x480f 016340 beq dongle_kb_bind_success ,dongle_usb_kb_hidreportdesc 
+0x4810 016341 setarg usb_kbdata_vendor_define_addr 
+0x4811 016342 store 2 ,mem_hidreportdesc_kb 
+0x4812 016343 jam 0x1a ,mem_confdesc + 26 
+0x4813 016344 rtn 
+:      016345 dongle_usb_kb_hidreportdesc:
+0x4814 016346 setarg usb_kbdata_addr 
+0x4815 016347 store 2 ,mem_hidreportdesc_kb 
+0x4816 016348 jam 0x3f ,mem_confdesc + 26 
+0x4817 016349 rtn 
+:      016351 dongle_usb_device_name:
+0x4818 016352 fetch 1 ,mem_dg_usb_device_name 
+0x4819 016353 rtn blank 
+0x481a 016354 arg mem_dg_usb_device_name ,contr 
+0x481b 016355 arg mem_string2 ,contw 
+0x481c 016356 arg 30 ,loopcnt 
+0x481d 016357 branch memcpy 
+:      016360 dongle_all_powerful:
+0x481e 016361 call g24_switch_work_mode 
+:      016362 dongle_all_powerful_loop:
+0x481f 016363 call dongle_work_mode_auto 
+0x4820 016364 call dongle_usb_dispatch 
+0x4821 016365 branch dongle_all_powerful_loop 
+:      016367 dongle_pc_bind:
+0x4822 016368 call g24_switch_work_mode 
+:      016369 dongle_pc_bind_loop:
+0x4823 016370 call dongle_work_mode_auto 
+0x4824 016371 call g24_bind_mode_auto 
+0x4825 016372 call dongle_usb_dispatch 
+0x4826 016373 branch dongle_pc_bind_loop 
+:      016375 dongle_g24_blank_data_process:
+0x4827 016376 call dongle_g24_ms_blank_data 
+0x4828 016377 call dongle_g24_kb_blank_data 
+0x4829 016378 call dongle_g24_kb_sys_ctrl_blank_data 
+0x482a 016379 branch dongle_g24_kb_mul_blank_data 
+:      016381 dongle_g24_ms_blank_data:
+0x482b 016382 bpatch patch07_2 ,mem_patch07 
+0x482c 016383 fetch 1 ,mem_dg_ms_blank_data_enable 
+0x482d 016384 rtn blank 
+0x482e 016385 arg g24_timer_ms_blank ,queue 
+0x482f 016386 call timer_check 
+0x4830 016387 nrtn blank 
+0x4831 016388 jam 0 ,mem_dg_ms_blank_data_enable 
+0x4832 016389 setarg ms_report_id 
+0x4833 016390 store 1 ,mem_usb_mouse_data 
+0x4834 016391 setarg 0 
+0x4835 016392 istore 7 ,contw 
+:      016393 dongle_usb_tx_ms_data:
+0x4836 016394 jam usb_ep2_ms ,mem_usb_ep2_data 
+:      016395 dongle_usb_tx_enable_ep2:
+0x4837 016396 fetch 1 ,mem_usb_tx_enable 
+0x4838 016397 set1 2 ,pdata 
+0x4839 016398 store 1 ,mem_usb_tx_enable 
+0x483a 016399 rtn 
+:      016401 dongle_g24_kb_blank_data:
+0x483b 016402 bpatch patch07_3 ,mem_patch07 
+0x483c 016403 fetch 1 ,mem_dg_kb_blank_data_enable 
+0x483d 016404 rtn blank 
+0x483e 016405 arg g24_timer_kb_blank ,queue 
+0x483f 016406 call timer_check 
+0x4840 016407 nrtn blank 
+0x4841 016408 jam 0 ,mem_dg_kb_blank_data_enable 
+0x4842 016409 arg mem_usb_kb_data ,contw 
+0x4843 016410 call memset0_16 
+0x4844 016411 fetch 8 ,mem_usb_kb_data 
+0x4845 016412 store 8 ,mem_dg_kb_data_last_data 
+:      016413 dongle_usb_tx_kb_data:
+0x4846 016414 jam kb_normal_report_id ,mem_usb_kb_data 
+:      016415 dongle_usb_tx_enable_ep1:
+0x4847 016416 jam usb_ep1_kb ,mem_usb_ep1_data 
+0x4848 016417 fetch 1 ,mem_usb_tx_enable 
+0x4849 016418 set1 1 ,pdata 
+0x484a 016419 store 1 ,mem_usb_tx_enable 
+0x484b 016420 rtn 
+:      016422 dongle_g24_kb_sys_ctrl_blank_data:
+0x484c 016423 fetch 1 ,mem_dg_kb_system_crtl_blank_data_enable 
+0x484d 016424 rtn blank 
+0x484e 016425 arg g24_timer_kb_sys_crtl_blank ,queue 
+0x484f 016426 call timer_check 
+0x4850 016427 nrtn blank 
+0x4851 016428 jam 0 ,mem_dg_kb_system_crtl_blank_data_enable 
+0x4852 016429 arg mem_usb_kb_system ,contw 
+0x4853 016430 call memset0_16 
+0x4854 016431 jam kb_system_conctrl_report_id ,mem_usb_kb_system 
+0x4855 016432 fetch 2 ,mem_usb_kb_system 
+0x4856 016433 store 2 ,mem_dg_kb_system_sta_data 
+:      016434 dongle_usb_tx_sys_ctrl_data:
+0x4857 016435 jam usb_ep2_systemkey ,mem_usb_ep2_data 
+0x4858 016436 branch dongle_usb_tx_enable_ep2 
+:      016438 dongle_g24_kb_mul_blank_data:
+0x4859 016439 bpatch patch07_4 ,mem_patch07 
+0x485a 016440 fetch 1 ,mem_dg_kb_mul_blank_data_enable 
+0x485b 016441 rtn blank 
+0x485c 016442 arg g24_timer_kb_mul_blank ,queue 
+0x485d 016443 call timer_check 
+0x485e 016444 nrtn blank 
+0x485f 016445 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+0x4860 016446 arg mem_usb_kb_multikey ,contw 
+0x4861 016447 call memset0_16 
+0x4862 016448 jam kb_multikey_report_id ,mem_usb_kb_multikey 
+0x4863 016449 fetch 3 ,mem_usb_kb_multikey 
+0x4864 016450 store 3 ,mem_dg_kb_multikey_last_data 
+:      016451 dongle_usb_tx_multikey_data:
+0x4865 016452 jam usb_ep2_multikey ,mem_usb_ep2_data 
+0x4866 016453 branch dongle_usb_tx_enable_ep2 
+:      016455 dongle_usb_dispatch:
+0x4867 016456 bpatch patch07_5 ,mem_patch07 
+0x4868 016457 fetch 1 ,mem_usb_remote_wakeup 
+0x4869 016458 call dongle_clear_pc_sleep_flag ,blank 
+0x486a 016459 call usb_isr 
+0x486b 016460 fetch 1 ,mem_usb0_get_set_report 
+0x486c 016461 rtn blank 
+0x486d 016462 jam 0 ,mem_usb0_get_set_report 
+0x486e 016463 fetch 2 ,mem_usb_setup_bvalue_temp 
+0x486f 016464 arg pc_set_report ,temp 
+0x4870 016465 isub temp ,null 
+0x4871 016466 nrtn zero 
+0x4872 016468 fetch 1 ,mem_usb0_set_report_data 
+0x4873 016469 rtnne pc_report_id 
+0x4874 016470 fetch 1 ,mem_usb0_set_report_data + 1 
+0x4875 016471 beq command_mode ,dongle_dispose_cmd_mode 
+0x4876 016472 beq command_bind ,dongle_dispose_cmd_bind 
+0x4877 016473 beq command_current_project ,dongle_dispose_cmd_current_project 
+0x4878 016474 beq command_current_mode ,dongle_dispose_cmd_current_mode 
+0x4879 016475 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
+:      016477 dongle_usb0_data_ready_report_set0:
+0x487a 016478 jam 0 ,mem_usb0_data_ready_report 
+0x487b 016479 rtn 
+:      016481 dongle_dispose_cmd_mode:
+0x487c 016482 fetch 1 ,mem_usb0_set_report_data + 2 
+0x487d 016483 beq com_mode_bind ,dongle_enter_bind_mode 
+0x487e 016484 branch dongle_usb0_data_ready_report_set0 
+:      016485 dongle_enter_bind_mode:
+0x487f 016486 call g24_bind_mode_enable 
+:      016487 dongle_usb0_data_ready_report_set1:
+0x4880 016488 jam 1 ,mem_usb0_data_ready_report 
+0x4881 016489 rtn 
+:      016491 dongle_dispose_cmd_bind:
+0x4882 016492 fetch 1 ,mem_usb0_set_report_data + 2 
+0x4883 016493 beq com_bind_get ,dongle_dispose_cmd_get_bind 
+0x4884 016494 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
+0x4885 016495 beq com_read_mode ,dongle_dispose_cmd_read_mode 
+0x4886 016496 branch dongle_usb0_data_ready_report_set0 
+:      016497 dongle_dispose_cmd_get_bind:
+0x4887 016498 fetch 1 ,mem_24g_bind_device_status 
+0x4888 016499 store 1 ,mem_usb0_get_report_data + 1 
+0x4889 016500 branch dongle_usb0_data_ready_report_set1 
+:      016501 dongle_dispose_cmd_exit_bind:
+0x488a 016502 call g24_work_mode_enable 
+0x488b 016503 branch dongle_dispose_cmd_get_bind 
+:      016504 dongle_dispose_cmd_read_mode:
+:      016505 dongle_dispose_in_bind_mode:
+0x488c 016506 jam command_bind ,mem_usb0_get_report_data + 1 
+0x488d 016507 branch dongle_usb0_data_ready_report_set1 
+:      016509 dongle_dispose_cmd_current_project:
+0x488e 016510 jam product_id ,mem_usb0_get_report_data + 1 
+0x488f 016511 branch dongle_usb0_data_ready_report_set1 
+:      016513 dongle_dispose_cmd_current_mode:
+0x4890 016514 fetch 1 ,mem_24g_work_mode 
+0x4891 016515 beq dongle_work ,dongle_dispose_in_work_mode 
+0x4892 016516 beq dongle_bind ,dongle_dispose_in_bind_mode 
+0x4893 016517 rtn 
+:      016518 dongle_dispose_in_work_mode:
+0x4894 016519 jam command_mode ,mem_usb0_get_report_data + 1 
+0x4895 016520 branch dongle_usb0_data_ready_report_set1 
+:      016522 dongle_dispose_cmd_current_fw_version:
+0x4896 016523 jam fw_version0 ,mem_usb0_get_report_data + 1 
+0x4897 016524 jam fw_version1 ,mem_usb0_get_report_data + 2 
+0x4898 016525 jam fw_version2 ,mem_usb0_get_report_data + 3 
+0x4899 016526 jam fw_version3 ,mem_usb0_get_report_data + 4 
+0x489a 016527 branch dongle_usb0_data_ready_report_set1 
+:      016535 dongle_auto_bind:
+0x489b 016536 call g24_mode_switch_init 
+:      016537 dongle_auto_bind_loop:
+0x489c 016538 call g24_mode_switch_bind_work 
+0x489d 016539 call g24_mode_switch_bind_search 
+0x489e 016540 call dongle_work_mode_auto 
+0x489f 016541 call g24_bind_mode_auto 
+0x48a0 016542 call g24_search_mode_auto 
+0x48a1 016543 call dongle_usb_dispatch 
+0x48a2 016544 branch dongle_auto_bind_loop 
+:      016546 dongle_work_mode_auto:
+0x48a3 016547 bpatch patch07_6 ,mem_patch07 
+0x48a4 016548 fetch 1 ,mem_24g_work_mode 
+0x48a5 016549 rtnne dongle_work 
+0x48a6 016550 call g24_work_mode_start 
+0x48a7 016551 call dongle_g24_blank_data_process 
+0x48a8 016552 fetch 1 ,mem_24g_pair_mode 
+0x48a9 016553 nrtn blank 
+0x48aa 016554 branch g24_nodata_process 
+:      016556 dongle_ackpayload_prep:
+0x48ab 016557 fetch 1 ,mem_24g_data_type 
+0x48ac 016558 beq datatype_device1 ,dongle_ackpayload_prep_mouse 
+0x48ad 016559 beq datatype_device2 ,dongle_ackpayload_prep_keyboard 
+:      016560 dongle_ackpayload_prep_mouse:
+0x48ae 016561 fetch 1 ,mem_dg_pc_sleep_flag 
+0x48af 016562 bbit1 0 ,dongle_pc_sleep_ackpayload_prep_mouse 
+0x48b0 016563 branch dongle_ackpayload_prep_end 
+:      016565 dongle_set_pc_sleep_flag:
+0x48b1 016566 fetch 1 ,mem_device_option 
+0x48b2 016567 rtnne dvc_op_dongle 
+0x48b3 016568 jam 3 ,mem_dg_pc_sleep_flag 
+0x48b4 016569 rtn 
+:      016570 dongle_clear_pc_sleep_flag:
+0x48b5 016571 jam 0 ,mem_dg_pc_sleep_flag 
+0x48b6 016572 rtn 
+:      016574 dongle_ackpayload_prep_keyboard:
+0x48b7 016575 fetch 1 ,mem_dg_pc_sleep_flag 
+0x48b8 016576 bbit1 1 ,dongle_pc_sleep_ackpayload_prep_keyboard 
+:      016577 dongle_ackpayload_prep_end:
+0x48b9 016578 fetch 1 ,mem_24g_ackpayload_enable 
+0x48ba 016579 beq bind_ackpayload ,dongle_g24_bind_ackpayload_prep 
+0x48bb 016580 beq kb_led_ackpayload ,dongle_g24_kb_led_ackpayload_prep 
+0x48bc 016581 rtn 
+:      016583 dongle_pc_sleep_ackpayload_prep_mouse:
+0x48bd 016584 fetch 1 ,mem_dg_pc_sleep_flag 
+0x48be 016585 set0 0 ,pdata 
+0x48bf 016586 store 1 ,mem_dg_pc_sleep_flag 
+0x48c0 016587 branch dongle_pc_sleep_ackpayload_prep 
+:      016589 dongle_pc_sleep_ackpayload_prep_keyboard:
+0x48c1 016590 fetch 1 ,mem_dg_pc_sleep_flag 
+0x48c2 016591 set0 1 ,pdata 
+0x48c3 016592 store 1 ,mem_dg_pc_sleep_flag 
+:      016593 dongle_pc_sleep_ackpayload_prep:
+0x48c4 016594 jam 0x01 ,mem_24g_datalen 
+0x48c5 016595 setarg 0xff 
+0x48c6 016596 store 1 ,mem_24g_txbuf 
+0x48c7 016597 rtn 
+:      016600 dongle_g24_bind_ackpayload_prep:
+0x48c8 016601 jam 1 ,mem_24g_ackpayload_enable 
+0x48c9 016602 call g24_binding_device_check 
+0x48ca 016603 nrtn user3 
+0x48cb 016604 branch g24_bind_ackpayload_prep 
+:      016606 dongle_g24_kb_led_ackpayload_prep:
+0x48cc 016607 fetch 1 ,mem_24g_rxbuf + 2 
+0x48cd 016608 beq datatype_device1 ,dongle_g24_bind_ackpayload_prep 
+0x48ce 016609 beq datatype_attemp ,dongle_g24_bind_ackpayload_prep 
+0x48cf 016610 jam 0 ,mem_usb_tx_win_enable 
+0x48d0 016611 jam 0x01 ,mem_24g_datalen 
+0x48d1 016612 fetch 1 ,mem_24g_led_status 
+0x48d2 016613 store 1 ,mem_24g_txbuf 
+0x48d3 016614 rtn 
+:      016616 dongle_g24_mouse:
+0x48d4 016617 setarg ms_report_id 
+0x48d5 016618 store 1 ,mem_usb_mouse_data 
+0x48d6 016619 fetch 7 ,mem_24g_rxdata_temp + 3 
+0x48d7 016620 istore 7 ,contw 
+0x48d8 016621 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x48d9 016622 ncall dongle_g24_ms_enable_blank_data_forcibly ,blank 
+0x48da 016623 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x48db 016624 call dongle_g24_ms_disable_blank_data_forcibly ,blank 
+0x48dc 016625 branch dongle_usb_tx_ms_data 
+:      016627 dongle_g24_ms_enable_blank_data_forcibly:
+0x48dd 016628 jam 1 ,mem_dg_ms_blank_data_enable 
+0x48de 016629 setarg timer_ms_blank_delay 
+0x48df 016630 arg g24_timer_ms_blank ,queue 
+0x48e0 016631 branch timer_init 
+:      016633 dongle_g24_ms_disable_blank_data_forcibly:
+0x48e1 016634 jam 0 ,mem_dg_ms_blank_data_enable 
+0x48e2 016635 setarg 0 
+0x48e3 016636 arg g24_timer_ms_blank ,queue 
+0x48e4 016637 branch timer_init 
+:      016639 dongle_g24_kb:
+0x48e5 016640 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x48e6 016641 beq 0 ,dongle_g24_kb_type0 
+0x48e7 016642 beq 2 ,dongle_g24_kb_type2 
+0x48e8 016643 beq 3 ,dongle_g24_kb_type3 
+0x48e9 016644 branch g24_rx_interrupt_clear 
+:      016646 dongle_g24_kb_type0:
+0x48ea 016647 fetch 1 ,mem_24g_rxdata_temp + 5 
+0x48eb 016648 store 1 ,mem_24g_ackpayload_enable 
+0x48ec 016649 jam 0 ,mem_24g_rxdata_temp + 5 
+0x48ed 016650 arg mem_usb_kb_data ,contw 
+0x48ee 016651 arg mem_24g_rxdata_temp + 4 ,contr 
+0x48ef 016652 arg 8 ,loopcnt 
+0x48f0 016653 call memcpy 
+0x48f1 016654 fetch 8 ,mem_usb_kb_data 
+0x48f2 016655 ncall dongle_g24_kb_enable_blank_data_forcibly ,blank 
+0x48f3 016656 fetch 8 ,mem_usb_kb_data 
+0x48f4 016657 call dongle_g24_kb_disable_blank_data_forcibly ,blank 
+0x48f5 016658 fetch 8 ,mem_usb_kb_data 
+0x48f6 016659 store 8 ,mem_dg_kb_data_sta_data 
+0x48f7 016660 fetcht 8 ,mem_dg_kb_data_last_data 
+0x48f8 016661 isub temp ,null 
+0x48f9 016662 ncall dongle_usb_tx_enable_ep1 ,zero 
+0x48fa 016663 fetch 8 ,mem_dg_kb_data_sta_data 
+0x48fb 016664 store 8 ,mem_dg_kb_data_last_data 
+0x48fc 016665 branch g24_rx_interrupt_clear 
+:      016667 dongle_g24_kb_enable_blank_data_forcibly:
+0x48fd 016668 jam 1 ,mem_dg_kb_blank_data_enable 
+0x48fe 016669 setarg timer_kb_blank_delay 
+0x48ff 016670 arg g24_timer_kb_blank ,queue 
+0x4900 016671 branch timer_init 
+:      016673 dongle_g24_kb_disable_blank_data_forcibly:
+0x4901 016674 jam 0 ,mem_dg_kb_blank_data_enable 
+0x4902 016675 setarg 0 
+0x4903 016676 arg g24_timer_kb_blank ,queue 
+0x4904 016677 branch timer_init 
+:      016679 dongle_g24_kb_type3:
+0x4905 016680 arg mem_usb_kb_multikey ,contw 
+0x4906 016681 arg mem_24g_rxdata_temp + 3 ,contr 
+0x4907 016682 arg 3 ,loopcnt 
+0x4908 016683 call memcpy 
+0x4909 016684 fetch 2 ,mem_usb_kb_multikey + 1 
+0x490a 016685 ncall dongle_g24_kb_mul_enable_blank_data_forcibly ,blank 
+0x490b 016686 fetch 2 ,mem_usb_kb_multikey + 1 
+0x490c 016687 call dongle_g24_kb_mul_disable_blank_data_forcibly ,blank 
+0x490d 016688 fetch 3 ,mem_usb_kb_multikey 
+0x490e 016689 store 3 ,mem_dg_kb_multikey_sta_data 
+0x490f 016690 fetcht 3 ,mem_dg_kb_multikey_last_data 
+0x4910 016691 isub temp ,null 
+0x4911 016692 ncall dongle_usb_tx_multikey_data ,zero 
+0x4912 016693 fetch 3 ,mem_dg_kb_multikey_sta_data 
+0x4913 016694 store 3 ,mem_dg_kb_multikey_last_data 
+0x4914 016695 branch g24_rx_interrupt_clear 
+:      016697 dongle_g24_kb_mul_enable_blank_data_forcibly:
+0x4915 016698 jam 1 ,mem_dg_kb_mul_blank_data_enable 
+0x4916 016699 setarg timer_kb_mul_blank_delay 
+0x4917 016700 arg g24_timer_kb_mul_blank ,queue 
+0x4918 016701 branch timer_init 
+:      016703 dongle_g24_kb_mul_disable_blank_data_forcibly:
+0x4919 016704 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+0x491a 016705 setarg 0 
+0x491b 016706 arg g24_timer_kb_mul_blank ,queue 
+0x491c 016707 branch timer_init 
+:      016709 dongle_g24_kb_type2:
+0x491d 016710 arg mem_usb_kb_system ,contw 
+0x491e 016711 arg mem_24g_rxdata_temp + 3 ,contr 
+0x491f 016712 arg 2 ,loopcnt 
+0x4920 016713 call memcpy 
+0x4921 016714 fetch 2 ,mem_usb_kb_system 
+0x4922 016715 ncall dongle_g24_kb_sys_enable_blank_data_forcibly ,blank 
+0x4923 016716 fetch 2 ,mem_usb_kb_system 
+0x4924 016717 call dongle_g24_kb_sys_disable_blank_data_forcibly ,blank 
+0x4925 016718 fetch 2 ,mem_usb_kb_system 
+0x4926 016719 store 2 ,mem_dg_kb_system_sta_data 
+0x4927 016720 fetcht 2 ,mem_dg_kb_system_last_data 
+0x4928 016721 isub temp ,null 
+0x4929 016722 ncall dongle_usb_tx_sys_data ,zero 
+0x492a 016723 fetch 2 ,mem_dg_kb_system_sta_data 
+0x492b 016724 store 2 ,mem_dg_kb_system_last_data 
+0x492c 016725 branch g24_rx_interrupt_clear 
+:      016727 dongle_g24_kb_sys_enable_blank_data_forcibly:
+0x492d 016728 jam 1 ,mem_dg_kb_system_crtl_blank_data_enable 
+0x492e 016729 setarg timer_kb_sys_crtl_blank_delay 
+0x492f 016730 arg g24_timer_kb_sys_crtl_blank ,queue 
+0x4930 016731 branch timer_init 
+:      016732 dongle_g24_kb_sys_disable_blank_data_forcibly:
+0x4931 016733 jam 0 ,mem_dg_kb_system_crtl_blank_data_enable 
+0x4932 016734 setarg 0 
+0x4933 016735 arg g24_timer_kb_sys_crtl_blank ,queue 
+0x4934 016736 branch timer_init 
+:      016738 dongle_usb_tx_sys_data:
+0x4935 016739 jam usb_ep2_systemkey ,mem_usb_ep2_data 
+0x4936 016740 branch dongle_usb_tx_enable_ep2 
+:      016743 dongle_g24_store_dvc2_bind_flag:
+0x4937 016744 fetch 1 ,mem_device_option 
+0x4938 016745 rtnne dvc_op_dongle 
+0x4939 016746 fetch 1 ,mem_dg_kb_bind_flag 
+0x493a 016747 rtneq dongle_kb_bind_success 
+:      016748 dongle_prep_soft_reset:
+0x493b 016749 jam 1 ,mem_dg_kb_bind_success 
+0x493c 016750 rtn 
+:      016753 dongle_kb_bind_soft_reset:
+0x493d 016754 fetch 1 ,mem_device_option 
+0x493e 016755 rtnne dvc_op_dongle 
+0x493f 016756 fetch 1 ,mem_dg_kb_bind_success 
+0x4940 016757 rtn blank 
+0x4941 016758 jam 0 ,mem_temp 
+:      016759 dongle_wirte_efuse_bind_status:
+0x4942 016760 jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
+0x4943 016761 call dongle_write_kb_bind_status 
+0x4944 016762 call dongle_read_kb_bind_status 
+0x4945 016763 fetch 1 ,mem_temp 
+0x4946 016764 increase 1 ,pdata 
+0x4947 016765 store 1 ,mem_temp 
+0x4948 016766 beq 0xff ,soft_reset_chip 
+0x4949 016767 fetch 1 ,mem_dg_kb_bind_flag 
+0x494a 016768 bne dongle_kb_bind_success ,dongle_wirte_efuse_bind_status 
+0x494b 016769 branch soft_reset_chip 
+:      016781 keyboard_softreset_process:
+0x494c 016782 fetch 1 ,mem_device_option 
+0x494d 016783 rtnne dvc_op_keyboard 
+0x494e 016784 call mouse_wakeup_from_power_check 
+0x494f 016785 nbranch soft_reset + 1 ,user 
+0x4950 016786 fetch 1 ,mem_power_on_flag 
+0x4951 016787 branch soft_reset + 1 ,blank 
+0x4952 016788 fetch 1 ,mem_config_select_device_button_gpio 
+0x4953 016789 rtneq ui_button_gpio_disable 
+0x4954 016790 copy pdata ,queue 
+0x4955 016791 fetch 4 ,mem_saved_gpio_in 
+0x4956 016792 qisolate0 pdata 
+0x4957 016793 call keyboard_pb_set ,true 
+0x4958 016794 branch soft_reset + 2 
+:      016796 keyboard_init:
+0x4959 016797 call enable_authrom 
+0x495a 016798 call keyboard_setting_config 
+0x495b 016800 call keyboard_gpio_init 
+0x495c 016801 call keyboard_low_vol_mult_set 
+0x495d 016802 rtn wake 
+0x495e 016803 call keyboard_usb_check_enable 
+0x495f 016804 call keyboard_cb_fuction 
+0x4960 016805 fetch 1 ,mem_usb_addr 
+0x4961 016806 rtnbit1 7 
+:      016807 keyboard_init_wireless:
+0x4962 016808 fetch 2 ,mem_ui_state_map 
+0x4963 016809 bbit1 ui_state_btn_down ,keyboard_start_discovery 
+0x4964 016810 call mouse_check_select_device_by_switch 
+0x4965 016811 branch keyboard_start_work 
+:      016814 keyboard_usb_check_enable:
+0x4966 016815 fetch mouse_flag_len ,mem_mouse_flag 
+0x4967 016816 rtnbit0 mouse_enable_usb 
+0x4968 016817 setarg keyboard_usb_config_param 
+0x4969 016818 store 2 ,mem_cb_usb_config 
+0x496a 016819 jam mouse_usb_interface_remove ,mem_mouse_usb_vdd_status 
+0x496b 016820 branch keyboard_usb_interface_check 
+:      016822 keyboard_usb_config_param:
+0x496c 016823 call keyboard_usb_config_kb_check 
+0x496d 016824 call keyboard_usb_config_param_init 
+0x496e 016825 branch keyboard_usb_config_param_setup 
+:      016827 keyboard_usb_config_kb_check:
+0x496f 016828 jam dongle_kb_bind_eeprom_offect ,mem_mouse_usb_keyboard_flag 
+0x4970 016829 fetch mouse_flag_len ,mem_mouse_flag 
+0x4971 016830 rtnbit0 mouse_enable_keyboard 
+0x4972 016831 jam dongle_kb_bind_success ,mem_mouse_usb_keyboard_flag 
+0x4973 016832 rtn 
+:      016834 keyboard_usb_config_param_init:
+0x4974 016835 fetch mouse_flag_len ,mem_mouse_flag 
+0x4975 016836 bbit1 mouse_enable_usb_250 ,keyboard_usb_report_rate_set_250hz 
+0x4976 016837 bbit1 mouse_enable_usb_500 ,keyboard_usb_report_rate_set_500hz 
+0x4977 016838 bbit1 mouse_enable_usb_1000 ,keyboard_usb_report_rate_set_1000hz 
+0x4978 016839 jam 0x19 ,mem_wire_usb_interval 
+0x4979 016840 jam 0x08 ,mem_usb_tx_interval 
+0x497a 016841 rtn 
+:      016842 keyboard_usb_report_rate_set_250hz:
+0x497b 016843 jam 0x0c ,mem_wire_usb_interval 
+0x497c 016844 jam 0x04 ,mem_usb_tx_interval 
+0x497d 016845 rtn 
+:      016846 keyboard_usb_report_rate_set_500hz:
+0x497e 016847 jam 0x06 ,mem_wire_usb_interval 
+0x497f 016848 jam 0x02 ,mem_usb_tx_interval 
+0x4980 016849 rtn 
+:      016850 keyboard_usb_report_rate_set_1000hz:
+0x4981 016851 jam 0x03 ,mem_wire_usb_interval 
+0x4982 016852 jam 0x01 ,mem_usb_tx_interval 
+0x4983 016853 rtn 
+:      016855 keyboard_usb_config_param_setup:
+0x4984 016856 call usb_tx_interval_config 
+0x4985 016857 call keyboard_usb_vid_pid_config 
+0x4986 016858 branch keyboard_usb_hid_icon_config 
+:      016860 keyboard_usb_vid_pid_config:
+0x4987 016861 fetch 1 ,mem_usb_vid_pid 
+0x4988 016862 rtn blank 
+0x4989 016863 fetch 1 ,mem_mouse_usb_keyboard_flag 
+0x498a 016864 beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
+0x498b 016865 branch dongle_usb_vid_pid_for_mouse_only_auto_pair 
+:      016867 keyboard_usb_hid_icon_config:
+0x498c 016868 fetch 1 ,mem_mouse_usb_keyboard_flag 
+0x498d 016869 branch dongle_usb_hid_icon_config + 1 
+:      016873 keyboard_usb_interface_check:
+0x498e 016874 bpatch patch08_1 ,mem_patch08 
+0x498f 016875 fetcht 1 ,mem_usb_offline_check_gpio 
+0x4990 016876 call gpio_get_bit 
+0x4991 016877 branch keyboard_usb_gpio_low ,true 
+0x4992 016878 branch keyboard_usb_gpio_high 
+:      016881 keyboard_usb_gpio_low:
+0x4993 016882 fetch 1 ,mem_mouse_usb_vdd_status 
+0x4994 016883 rtneq mouse_usb_interface_remove 
+0x4995 016884 jam mouse_usb_interface_remove ,mem_mouse_usb_vdd_status 
+0x4996 016885 jam 0 ,mem_usb_device_enumeration_endflag 
+0x4997 016886 jam 0 ,mem_usb_status 
+0x4998 016887 jam 0 ,mem_usb_state 
+0x4999 016888 branch keyboard_init_wireless 
+:      016891 keyboard_usb_gpio_high:
+0x499a 016892 fetch 1 ,mem_mouse_usb_vdd_status 
+0x499b 016893 rtneq mouse_usb_interface_insert 
+0x499c 016894 jam mouse_usb_interface_insert ,mem_mouse_usb_vdd_status 
+0x499d 016895 call mouse_24g_stop 
+0x499e 016896 call mouse_stop_bluetooth_mode 
+0x499f 016897 call keyboard_device_led_all_off 
+0x49a0 016898 branch usb_init 
+:      016902 keyboard_setting_config:
+0x49a1 016903 rtn wake 
+0x49a2 016905 call g24_transmit_init 
+0x49a3 016906 call g24_chmap_param_init 
+0x49a4 016908 call keyboard_param_init 
+0x49a5 016909 fetcht 1 ,mem_mcu_rstb_gpio 
+0x49a6 016910 call gpio_out_inactive 
+0x49a7 016912 call keyboard_device_led_off 
+0x49a8 016913 call mouse_device_multi_led_parm_init 
+0x49a9 016914 call le_set_fixed_ltk_justwork 
+0x49aa 016916 fetch mouse_flag_len ,mem_mouse_flag 
+0x49ab 016917 bbit1 mouse_enable_otp ,keyboard_load_otp_info_check 
+0x49ac 016918 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+0x49ad 016919 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+0x49ae 016920 rtn 
+:      016925 keyboard_param_init:
+0x49af 016927 call mouse_param_common_init 
+0x49b0 016929 jam 0 ,mem_same_keyvalue_timerout_flag 
+0x49b1 016930 setarg 0x230170 
+0x49b2 016931 store 3 ,mem_mouse_vdd_full_vol 
+0x49b3 016932 setarg 0x015301 
+0x49b4 016933 istore 3 ,contw 
+0x49b5 016934 arg mem_le_adv_swift_pair ,contw 
+0x49b6 016935 arg 20 ,loopcnt 
+0x49b7 016936 call clear_mem 
+0x49b8 016938 fetch 1 ,mem_le_name_len 
+0x49b9 016939 sub pdata ,12 ,null 
+0x49ba 016940 nbranch ble_name_set_no_swift_pair ,positive 
+0x49bb 016941 setarg 0x06ff06 
+0x49bc 016942 store 3 ,mem_le_adv_swift_pair 
+0x49bd 016943 setarg 0x000300 
+0x49be 016944 istore 3 ,contw 
+0x49bf 016945 setarg 0x80 
+0x49c0 016946 istore 1 ,contw 
+:      016947 ble_store_le_name:
+0x49c1 016948 fetch 1 ,mem_le_name_len 
+0x49c2 016949 increase 1 ,pdata 
+0x49c3 016950 copy pdata ,loopcnt 
+0x49c4 016951 arg mem_le_scan_data ,contr 
+0x49c5 016952 branch memcpy 
+:      016954 ble_name_set_no_swift_pair:
+0x49c6 016955 arg mem_le_adv_swift_pair ,contw 
+0x49c7 016956 branch ble_store_le_name 
+:      016959 keyboard_gpio_init:
+0x49c8 016962 fetcht 1 ,mem_mcu_clk_gpio 
+0x49c9 016963 call gpio_set_high_impedance 
+0x49ca 016964 fetcht 1 ,mem_mcu_stb_gpio 
+0x49cb 016965 call gpio_set_high_impedance 
+0x49cc 016966 fetcht 1 ,mem_mcu_rstb_gpio 
+0x49cd 016967 call gpio_set_high_impedance 
+0x49ce 016969 setarg mem_key_row_gpio 
+0x49cf 016970 store 2 ,mem_kb_row_ptr 
+0x49d0 016972 setarg mem_key_col_gpio 
+0x49d1 016973 store 2 ,mem_kb_col_ptr 
+0x49d2 016975 setarg mem_key_excol_gpio 
+0x49d3 016976 store 2 ,mem_kb_excol_ptr 
+0x49d4 016978 fetch 2 ,mem_kb_row_ptr 
+0x49d5 016979 copy pdata ,regb 
+0x49d6 016980 arg 8 ,loopcnt 
+:      016982 keyboard_key_row_init:
+0x49d7 016983 ifetcht 1 ,regb 
+0x49d8 016984 sub temp ,ui_button_gpio_disable ,null 
+0x49d9 016985 ncall keboard_gpio_set_high_impedance ,zero 
+0x49da 016986 increase 1 ,regb 
+0x49db 016987 loop keyboard_key_row_init 
+0x49dc 016988 call lpm_write_gpio_wakeup 
+0x49dd 016989 fetch 2 ,mem_kb_col_ptr 
+0x49de 016990 copy pdata ,regb 
+0x49df 016991 copy pdata ,regc 
+0x49e0 016992 arg 11 ,loopcnt 
+:      016994 keyboard_key_cow_init:
+0x49e1 016995 ifetcht 1 ,regb 
+0x49e2 016996 isolate1 7 ,temp 
+0x49e3 016997 ncall gpio_set_high_impedance ,true 
+0x49e4 016998 increase 1 ,regb 
+0x49e5 016999 loop keyboard_key_cow_init 
+0x49e6 017000 rtn 
+:      017001 keboard_gpio_set_high_impedance:
+0x49e7 017003 call gpio_set_high_impedance 
+0x49e8 017004 ifetcht 1 ,regb 
+0x49e9 017005 branch gpio_set_low_pullup 
+:      017009 keyboard_low_vol_mult_set:
+0x49ea 017010 fetch 1 ,mem_device_flag 
+0x49eb 017011 beq mode_bt_device1 ,keyboard_low_vol_mult_ble_set 
+0x49ec 017012 setarg 0x5d4800 
+0x49ed 017013 store 4 ,mem_24g_long_sleep_set1 
+0x49ee 017014 fetch 1 ,mem_adc_power_flag 
+0x49ef 017015 rtnbit0 0 
+0x49f0 017016 branch mouse_24g_long_sleep_set 
+:      017017 keyboard_low_vol_mult_ble_set:
+0x49f1 017018 jam 0x0c ,mem_lpm_mult_init 
+0x49f2 017019 fetch 1 ,mem_adc_power_flag 
+0x49f3 017020 rtnbit0 0 
+0x49f4 017021 jam 0x10 ,mem_lpm_mult_init 
+0x49f5 017022 fetch 1 ,mem_mouse_current_mult_timer 
+0x49f6 017023 branch mouse_current_mult_reinit ,blank 
+0x49f7 017024 rtn 
+:      017027 keyboard_pairing_check_otp_offset:
+0x49f8 017028 fetch 2 ,mem_otp_read_retention_offset 
+0x49f9 017029 arg 0x528 ,temp 
+0x49fa 017030 isub temp ,null 
+0x49fb 017031 nrtn positive 
+0x49fc 017032 branch assert 
+:      017034 keyboard_load_otp_info_check:
+0x49fd 017035 bpatch patch08_2 ,mem_patch08 
+0x49fe 017036 fetch 1 ,mem_device_flag 
+0x49ff 017037 beq mode_24g_device ,keyboard_load_otp_device_info_g24_init 
+0x4a00 017038 beq mode_bt_device1 ,keyboard_load_otp_device_info_ble_init 
+0x4a01 017039 rtn 
+:      017041 keyboard_load_otp_device_info_g24_init:
+0x4a02 017042 arg 80 ,regd 
+0x4a03 017043 setarg 0x400 
+0x4a04 017044 idiv regd 
+0x4a05 017045 call wait_div_end 
+0x4a06 017046 quotient pdata 
+0x4a07 017047 store 2 ,mem_pdatatemp 
+0x4a08 017048 arg 0x1fcc ,pdata 
+0x4a09 017049 arg 4 ,temp 
+0x4a0a 017050 arg 4 ,rege 
+0x4a0b 017051 branch keyboard_load_otp_device_info 
+:      017052 keyboard_load_otp_device_info_ble_init:
+0x4a0c 017053 arg 280 ,regd 
+0x4a0d 017054 setarg 0x400 
+0x4a0e 017055 idiv regd 
+0x4a0f 017056 call wait_div_end 
+0x4a10 017057 quotient pdata 
+0x4a11 017058 store 2 ,mem_pdatatemp 
+0x4a12 017059 arg 0x1fc2 ,pdata 
+0x4a13 017060 arg 14 ,temp 
+0x4a14 017061 arg 14 ,rege 
+0x4a15 017062 branch keyboard_load_otp_device_info 
+:      017063 keyboard_load_otp_device_info:
+0x4a16 017064 storet 1 ,mem_temp 
+0x4a17 017065 arg mem_otp_read_retention_memory ,rega 
+0x4a18 017066 arg 0 ,regc 
+:      017067 keyboard_load_otp_info_check_page_loop:
+0x4a19 017068 copy pdata ,regb 
+0x4a1a 017069 fetchr loopcnt ,1 ,mem_temp 
+0x4a1b 017070 call otp_read_data 
+0x4a1c 017071 fetch 8 ,mem_otp_read_retention_memory 
+0x4a1d 017072 fetcht 8 ,mem_otp_read_retention_memory + 8 
+0x4a1e 017073 ior temp ,pdata 
+0x4a1f 017074 fetcht 8 ,mem_otp_read_retention_memory + 16 
+0x4a20 017075 ior temp ,pdata 
+0x4a21 017076 branch keyboard_load_otp_info_check_first_time ,blank 
+0x4a22 017077 increase 1 ,regc 
+0x4a23 017078 fetch 2 ,mem_pdatatemp 
+0x4a24 017079 isub regc ,null 
+0x4a25 017081 copy regb ,pdata 
+0x4a26 017082 isub regd ,pdata 
+0x4a27 017083 branch keyboard_load_otp_info_check_page_loop 
+:      017084 keyboard_load_otp_info_check_first_time:
+0x4a28 017086 sub regc ,0 ,null 
+0x4a29 017087 branch keyboard_load_otp_info_check_first_time_process ,zero 
+:      017088 keyboard_load_otp_info_check_first_time_loop_init:
+0x4a2a 017089 copy regb ,pdata 
+0x4a2b 017090 iadd regd ,pdata 
+:      017091 keyboard_load_otp_info_check_first_time_loop:
+0x4a2c 017092 isub rege ,pdata 
+0x4a2d 017093 copy pdata ,regb 
+0x4a2e 017094 fetchr loopcnt ,1 ,mem_temp 
+0x4a2f 017095 call otp_read_data 
+0x4a30 017096 fetch 8 ,mem_otp_read_retention_memory 
+0x4a31 017097 fetcht 8 ,mem_otp_read_retention_memory + 8 
+0x4a32 017098 ior temp ,pdata 
+0x4a33 017099 fetcht 8 ,mem_otp_read_retention_memory + 16 
+0x4a34 017100 ior temp ,pdata 
+0x4a35 017101 branch keyboard_load_otp_info_check_offset_process ,blank 
+0x4a36 017102 copy regb ,pdata 
+0x4a37 017103 branch keyboard_load_otp_info_check_first_time_loop 
+:      017104 keyboard_load_otp_info_check_first_time_process:
+0x4a38 017105 storer rege ,1 ,mem_otp_read_retention_offset 
+0x4a39 017106 rtn 
+:      017107 keyboard_load_otp_info_check_offset_process:
+0x4a3a 017108 bpatch patch08_3 ,mem_patch08 
+0x4a3b 017109 setarg 0x1fd0 
+0x4a3c 017110 isub regb ,pdata 
+0x4a3d 017111 store 2 ,mem_otp_read_retention_offset 
+0x4a3e 017112 copy regb ,pdata 
+0x4a3f 017113 iadd rege ,regb 
+0x4a40 017114 fetchr loopcnt ,1 ,mem_temp 
+0x4a41 017115 arg mem_otp_read_retention_memory ,rega 
+0x4a42 017116 call otp_read_data 
+0x4a43 017117 fetch 1 ,mem_device_flag 
+0x4a44 017118 beq mode_24g_device ,keyboard_load_otp_info_check_offset_process_g24 
+0x4a45 017119 beq mode_bt_device1 ,keyboard_load_otp_info_check_offset_process_ble 
+0x4a46 017120 rtn 
+:      017122 keyboard_load_otp_info_check_offset_process_g24:
+0x4a47 017123 fetch 6 ,mem_otp_read_retention_memory 
+0x4a48 017124 store 4 ,mem_mouse_24g_addr 
+0x4a49 017125 branch keybaord_load_device_info 
+:      017127 keyboard_load_otp_info_check_offset_process_ble:
+0x4a4a 017128 fetch 1 ,mem_otp_read_retention_memory 
+0x4a4b 017129 sub pdata ,system_os_mac ,null 
+0x4a4c 017130 ncall set_pdata_0 ,positive 
+0x4a4d 017131 store 1 ,mem_kb_computer_system 
+0x4a4e 017132 fetch 1 ,mem_otp_read_retention_memory + 1 
+0x4a4f 017133 store 1 ,mem_device1_type 
+0x4a50 017134 fetch 6 ,mem_otp_read_retention_memory + 2 
+0x4a51 017135 store 6 ,mem_device1_addr 
+0x4a52 017136 fetch 6 ,mem_otp_read_retention_memory + 8 
+0x4a53 017137 store 6 ,mem_device1_locall_addr 
+0x4a54 017138 branch mouse_select_reconn_device 
+:      017141 keyboard_load_otp_info_check_overwise:
+0x4a55 017142 branch assert 
+:      017145 keyboard_store_device_info:
+0x4a56 017146 bpatch patch08_4 ,mem_patch08 
+0x4a57 017147 fetch mouse_flag_len ,mem_mouse_flag 
+0x4a58 017148 bbit1 mouse_enable_otp ,keyboard_store_otp_device_info 
+0x4a59 017149 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+0x4a5a 017150 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+0x4a5b 017151 rtn 
+:      017153 keyboard_store_otp_device_info:
+0x4a5c 017154 rtn 
+0x4a5d 017155 fetch 1 ,mem_device_flag 
+0x4a5e 017156 beq mode_24g_device ,keyboard_store_otp_device_info_g24 
+0x4a5f 017157 beq mode_bt_device1 ,keyboard_store_otp_device_info_ble 
+0x4a60 017158 rtn 
+:      017160 keyboard_store_otp_device_info_g24:
+0x4a61 017161 fetcht 2 ,mem_otp_read_retention_offset 
+0x4a62 017162 setarg 0x1fd0 
+0x4a63 017163 isub temp ,regb 
+0x4a64 017164 arg mem_mouse_24g_addr ,rega 
+0x4a65 017165 arg 4 ,loopcnt 
+0x4a66 017166 call otp_write 
+0x4a67 017167 fetcht 2 ,mem_otp_read_retention_offset 
+0x4a68 017168 increase 4 ,temp 
+0x4a69 017169 storet 2 ,mem_otp_read_retention_offset 
+0x4a6a 017170 rtn 
+:      017172 keyboard_store_otp_device_info_ble:
+0x4a6b 017173 fetcht 2 ,mem_otp_read_retention_offset 
+0x4a6c 017174 setarg 0x1fd0 
+0x4a6d 017175 isub temp ,regb 
+0x4a6e 017178 add regb ,1 ,regb 
+0x4a6f 017179 arg mem_device1_addr ,rega 
+0x4a70 017180 arg 6 ,loopcnt 
+0x4a71 017181 call otp_write 
+0x4a72 017183 add regb ,7 ,regb 
+0x4a73 017184 arg mem_device1_locall_addr ,rega 
+0x4a74 017185 arg 6 ,loopcnt 
+0x4a75 017186 branch otp_write 
+:      017188 keybaord_load_device_info:
+0x4a76 017189 fetch 4 ,mem_mouse_24g_addr 
+0x4a77 017190 store 4 ,mem_24g_receiver_addr 
+0x4a78 017191 store 4 ,mem_24g_addr 
+0x4a79 017192 rtn 
+:      017195 keyboard_cb_fuction:
+0x4a7a 017196 bpatch patch08_5 ,mem_patch08 
+0x4a7b 017197 setarg mouse_24g_before_lpm_sleep 
+0x4a7c 017198 store 2 ,mem_cb_before_lpm_sleep 
+0x4a7d 017199 setarg keyboard_24g_package_data 
+0x4a7e 017200 store 2 ,mem_cb_24g_transmit_data 
+0x4a7f 017201 setarg keyboard_24g_search_dongle 
+0x4a80 017202 store 2 ,mem_cb_24g_search_receiver 
+0x4a81 017203 setarg keyboard_lpm_before_common 
+0x4a82 017204 store 2 ,mem_cb_24g_lpm_before 
+0x4a83 017205 setarg keyboard_le 
+0x4a84 017206 store 2 ,mem_cb_le_process 
+0x4a85 017208 setarg keyboard_process_lpm_before 
+0x4a86 017209 store 2 ,mem_cb_before_lpm 
+0x4a87 017211 setarg keyboard_priority_bb_event 
+0x4a88 017212 store 2 ,mem_cb_bb_event_process 
+0x4a89 017213 setarg keyboard_idle 
+0x4a8a 017214 store 2 ,mem_cb_idle_process 
+0x4a8b 017215 setarg keyboard_before_hibernate 
+0x4a8c 017216 store 2 ,mem_cb_before_hibernate 
+0x4a8d 017217 setarg mouse_le_bb_event_connect_complete 
+0x4a8e 017218 store 2 ,mem_cb_att_write 
+0x4a8f 017219 setarg keyboard_bb_event_timer 
+0x4a90 017220 store 2 ,mem_cb_event_timer 
+0x4a91 017221 setarg mouse_spi_write_flash_cb 
+0x4a92 017222 store 2 ,mem_cb_spi_flash_write_complate 
+0x4a93 017223 setarg mouse_lpm_check_wake_lock 
+0x4a94 017224 store 2 ,mem_cb_check_wakelock 
+0x4a95 017225 setarg mouse_le_transmit 
+0x4a96 017226 store 2 ,mem_cb_ble_transmit 
+0x4a97 017227 setarg mouse_set_lpm_mult 
+0x4a98 017228 store 2 ,mem_cb_bt_set_mult 
+0x4a99 017229 rtn 
+:      017233 keyboard_priority_bb_event:
+0x4a9a 017234 bpatch patch08_6 ,mem_patch08 
+0x4a9b 017235 copy regc ,pdata 
+0x4a9c 017237 beq bt_evt_le_start_enc ,keyboard_le_ll_start_encryt 
+0x4a9d 017238 beq bt_evt_le_parse_conn_param_accepted ,keyboard_le_parse_conn_param_accepted 
+0x4a9e 017239 beq bt_evt_le_parse_conn_papa_update_rsp ,keyboard_le_conn_param_update_rsp_recieved 
+0x4a9f 017240 beq bt_evt_le_disconnected ,keyboard_le_bb_disconnected 
+0x4aa0 017242 beq bt_evt_le_connected ,keyboard_le_bb_event_connected 
+0x4aa1 017243 beq bt_evt_button_long_pressed ,keyboard_bb_event_discovery_btn 
+0x4aa2 017244 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+0x4aa3 017245 beq bt_evt_le_enc_info ,mouse_le_enc_info 
+0x4aa4 017247 beq bt_evt_le_pairing_complete ,app_ble_store_reconn_info 
+0x4aa5 017248 beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
+0x4aa6 017250 beq bt_evt_24g_pairing_complete ,keyboard_24g_pairing_complete 
+0x4aa7 017251 beq bt_evt_24g_attempt_success ,keyboard_24g_attempt_success 
+0x4aa8 017252 beq bt_evt_24g_attempt_fail ,keyboard_24g_attempt_fail 
+0x4aa9 017255 rtn 
+:      017261 keyboard_le_bb_event_connected:
+0x4aaa 017262 jam 0 ,mem_mouse_long_mult_flag 
+0x4aab 017264 jam 1 ,mem_mouse_le_bb_connected_flag 
+0x4aac 017265 call mouse_24g_first_store_reconn_info 
+0x4aad 017266 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x4aae 017267 nbranch keyboard_le_bb_event_connected_next ,blank 
+0x4aaf 017268 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
+:      017269 keyboard_le_bb_event_connected_next:
+0x4ab0 017270 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4ab1 017271 set0 app_disc_by_button ,pdata 
+0x4ab2 017272 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4ab3 017273 jam 0 ,mem_mouse_direct_timer 
+0x4ab4 017274 fetch 2 ,mem_le_battery_level_updata_timer_init 
+0x4ab5 017275 store 2 ,mem_le_battery_level_updata_timer 
+0x4ab6 017276 call mouse_no_data_timer_init 
+0x4ab7 017277 branch keyboard_stop_discovery 
+:      017280 keyboard_le_bb_disconnected:
+0x4ab8 017281 setarg 0 
+0x4ab9 017282 store 2 ,mem_le_battery_level_updata_timer 
+0x4aba 017283 store 1 ,mem_keyboard_le_send_conn_param_update 
+0x4abb 017284 store 1 ,mem_keyboard_le_send_conn_param_update_timer 
+0x4abc 017285 store 1 ,mem_mouse_le_bb_connected_flag 
+:      017286 keyboard_le_bb_disconnected_next:
+0x4abd 017287 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x4abe 017288 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0x4abf 017289 call le_clr_config_more_data 
+0x4ac0 017290 branch keyboard_bb_disconnected 
+:      017291 keyboard_bb_disconnected:
+0x4ac1 017292 call mouse_bb_discon_clear_stack 
+0x4ac2 017293 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x4ac3 017294 bbit1 app_disc_ble ,keyboard4_0_event_bb_disconn 
+0x4ac4 017295 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x4ac5 017296 branch keyboard_start_discovery 
+:      017297 keyboard4_0_event_bb_disconn:
+0x4ac6 017298 call mouse_le_clean_connect_flag 
+0x4ac7 017299 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x4ac8 017300 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x4ac9 017301 call ice_break 
+0x4aca 017302 branch keyboard_app_enter_hibernate 
+:      017305 keyboard_le_ll_start_encryt:
+0x4acb 017306 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x4acc 017307 beq 1 ,keyboard_le_ll_reconn_start_encryt 
+0x4acd 017308 jam 20 ,mem_le_start_encrypt_timer 
+0x4ace 017309 jam 5 ,mem_le_start_auto_reco_timer 
+0x4acf 017310 branch mouse_le_ll_enable_start_enc_flag 
+:      017311 keyboard_le_ll_reconn_start_encryt:
+0x4ad0 017312 call mouse_updata_le_param 
+0x4ad1 017313 jam 5 ,mem_le_start_encrypt_timer 
+0x4ad2 017314 branch mouse_le_ll_enable_start_enc_flag 
+:      017316 keyboard_le_parse_conn_param_accepted:
+0x4ad3 017317 fetch 1 ,mem_le_new_conninterval 
+0x4ad4 017318 sub pdata ,le_interval_15ms ,null 
+0x4ad5 017319 nbranch mouse_le_conn_param_lpm_disable ,positive 
+0x4ad6 017320 fetch 1 ,mem_le_new_connslavelatency 
+0x4ad7 017321 fetcht 1 ,mem_lpm_mult_init 
+0x4ad8 017322 isub temp ,null 
+0x4ad9 017323 branch mouse_le_lpm_mult_reinit ,positive 
+0x4ada 017324 fetch 1 ,mem_le_new_connslavelatency 
+0x4adb 017325 store 1 ,mem_lpm_mult 
+0x4adc 017326 branch mouse_le_conn_param_lpm_enable 
+:      017328 keyboard_le_conn_param_update_rsp_recieved:
+0x4add 017329 fetch 1 ,mem_keyboard_le_send_conn_param_update 
+0x4ade 017330 nrtn blank 
+0x4adf 017331 jam 1 ,mem_keyboard_le_send_conn_param_update 
+0x4ae0 017332 jam 30 ,mem_keyboard_le_send_conn_param_update_timer 
+0x4ae1 017333 rtn 
+:      017335 keyboard_24g_pairing_complete:
+0x4ae2 017336 call keyboard_get_24g_led_enable 
+0x4ae3 017337 call mouse_no_data_timer_init 
+0x4ae4 017338 branch mouse_24g_pairing_complete_common 
+:      017340 keyboard_24g_attempt_success:
+0x4ae5 017341 call keyboard_get_24g_led_enable 
+0x4ae6 017342 fetch 4 ,mem_24g_addr 
+0x4ae7 017343 store 4 ,mem_24g_receiver_addr 
+0x4ae8 017344 store 4 ,mem_mouse_24g_addr 
+0x4ae9 017345 call g24_ch_syncword_crc8_init 
+0x4aea 017346 call mouse_device_poweron_led_config 
+0x4aeb 017347 call mouse_no_data_timer_init 
+0x4aec 017348 branch mouse_24g_attempt_success 
+:      017350 keyboard_24g_get_led:
+0x4aed 017351 jam device_data_tpye_standard_keyboard ,mem_keyboard_data_send_flag 
+0x4aee 017352 call keyboard_clear_key_data 
+0x4aef 017353 jam 0x03 ,mem_customer_key_press + 2 
+0x4af0 017354 rtn 
+:      017356 keyboard_24g_led_get_status_check:
+0x4af1 017357 arg 6 ,loopcnt 
+0x4af2 017358 arg mem_keyboard_tx_data + 3 ,contr 
+:      017359 keyboard_24g_led_data_check:
+0x4af3 017360 ifetch 1 ,contr 
+0x4af4 017361 beq hid_key_num_lock ,keyboard_get_24g_led_enable 
+0x4af5 017362 beq hid_key_caps_lock ,keyboard_get_24g_led_enable 
+0x4af6 017363 beq hid_key_scroll_lock ,keyboard_get_24g_led_enable 
+0x4af7 017364 loop keyboard_24g_led_data_check 
+0x4af8 017365 rtn 
+:      017367 keyboard_get_24g_led_enable:
+0x4af9 017368 jam 0x03 ,mem_keyboard_led_status_get 
+0x4afa 017369 jam 1 ,mem_keyboard_data_change_flag 
+0x4afb 017370 rtn 
+:      017372 keyboard_set_repeat_send_flag:
+0x4afc 017373 jam 1 ,mem_24g_repeat_send_flag 
+0x4afd 017374 rtn 
+:      017377 keyboard_24g_attempt_fail:
+0x4afe 017378 fetch 1 ,mem_24g_attempt_fail_flag 
+0x4aff 017379 nbranch keyboard_24g_hibernate_set ,blank 
+0x4b00 017380 fetch 1 ,mem_24g_reconn_type 
+0x4b01 017381 beq fast_conn_and_3_0_addr ,keyboard_24g_fast_conn_attempt_fail 
+0x4b02 017382 beq receiver_and_3_0_addr ,keyboard_24g_attempt_fail_enter_hibernate 
+0x4b03 017383 branch keyboard_24g_attempt_fail_enter_hibernate 
+:      017385 keyboard_24g_attempt_fail_enter_hibernate:
+0x4b04 017386 call mouse_24g_stop 
+0x4b05 017387 fetch 1 ,mem_reconn_times 
+0x4b06 017388 nbranch mouse_polling_device ,blank 
+0x4b07 017389 fetch 1 ,mem_device_flag 
+0x4b08 017390 beq mode_24g_device ,keyboard_app_enter_hibernate 
+0x4b09 017391 rtn 
+:      017393 keyboard_24g_fast_conn_attempt_fail:
+0x4b0a 017394 fetch mouse_flag_len ,mem_mouse_flag 
+0x4b0b 017395 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+0x4b0c 017396 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+0x4b0d 017397 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
+0x4b0e 017398 fetch 4 ,mem_mouse_24g_addr 
+0x4b0f 017399 branch keyboard_24g_start_pair_mode ,blank 
+0x4b10 017400 branch mouse_24g_reconn_dongle_start 
+:      017402 keyboard_24g_hibernate_set:
+0x4b11 017403 jam 0 ,mem_24g_attempt_fail_flag 
+0x4b12 017404 call g24_transmit_next_packet 
+0x4b13 017405 setarg -1 
+0x4b14 017406 store 8 ,mem_24g_enter_hibernate 
+0x4b15 017407 setarg 0 
+0x4b16 017408 store 7 ,mem_mouse_key 
+0x4b17 017409 jam 1 ,mem_sensor_shutdown_flag 
+0x4b18 017410 branch keyboard_g24_long_sleep 
+:      017415 keyboard_bb_event_timer:
+0x4b19 017416 bpatch patch08_7 ,mem_patch08 
+0x4b1a 017417 call mouse_adc_read 
+0x4b1b 017418 call keyboard_low_voltage_param_set 
+0x4b1c 017419 call mouse_low_voltage_led_timer 
+0x4b1d 017421 call g24_pair_timeout_timer 
+0x4b1e 017422 call g24_reconn_timeout_timer 
+0x4b1f 017423 call mouse_24g_long_sleep_param_update_timer 
+0x4b20 017424 call keyboard_24g_repeat_send_data 
+0x4b21 017425 call keyboard_24g_led_status_get_timer 
+0x4b22 017429 call keyboard_check_discovery_timeout_timer 
+0x4b23 017431 call keyboard_check_direct_timeout_timer 
+0x4b24 017432 call mouse_le_enable_att_list_timer 
+0x4b25 017433 call keyboard_le_battery_updata_timer 
+0x4b26 017434 call mouse_le_send_smp_security_request_timer 
+0x4b27 017435 call keyboard_le_send_conn_param_update_timer 
+0x4b28 017436 call keyboard_le_auto_recognize_timer 
+0x4b29 017438 call mouse_current_mult_update_timer 
+0x4b2a 017439 call mouse_wheel_trigger_timer 
+0x4b2b 017440 call keyboard_store_information_delay_timer 
+0x4b2c 017441 call keyboard_capslock_led_on_timer 
+0x4b2d 017442 call keyboard_long_press_timer 
+0x4b2e 017443 call keyboard_commbination_delay_release_timer 
+0x4b2f 017444 fetch 1 ,mem_device_flag 
+0x4b30 017445 beq mode_24g_device ,keyboard_check_no_data_timeout_timer 
+0x4b31 017446 branch mouse_check_no_data_timeout_timer 
+:      017449 keyboard_commbination_key_process:
+0x4b32 017450 fetch 1 ,mem_commbination_key_statue 
+0x4b33 017451 rtnne commbination_key_state_down 
+0x4b34 017452 arg mem_combination_ui_button_count ,regc 
+0x4b35 017453 arg mouse_bluetooth_fast_conn_init ,regb 
+0x4b36 017454 branch timer_single_step 
+:      017456 keyboard_commbination_fast_conn_bt_check:
+0x4b37 017457 fetch 2 ,mem_keyboard_keyvalue_buffer + 2 
+0x4b38 017458 fetcht 2 ,mem_keyboard_commbination_fast_conn_bt 
+0x4b39 017459 isub temp ,null 
+0x4b3a 017460 branch keyboard_commbination_key_down ,zero 
+0x4b3b 017461 byteswap temp ,temp 
+0x4b3c 017462 isub temp ,null 
+0x4b3d 017463 branch keyboard_commbination_key_down ,zero 
+0x4b3e 017464 branch mouse_commbination_key_up 
+:      017466 keyboard_commbination_key_down:
+0x4b3f 017467 fetch 1 ,mem_commbination_key_statue 
+0x4b40 017468 rtneq commbination_key_state_down 
+0x4b41 017469 jam commbination_key_state_down ,mem_commbination_key_statue 
+0x4b42 017470 rtn 
+:      017473 keyboard_check_discovery_timeout_timer:
+0x4b43 017474 arg mem_mouse_discovery_timer ,regc 
+0x4b44 017475 arg keyboard_check_discovery_timeout ,regb 
+0x4b45 017476 branch timer_single_step_2b 
+:      017478 keyboard_check_discovery_timeout:
+0x4b46 017479 call keyboard_stop_discovery 
+0x4b47 017480 branch keyboard_app_enter_hibernate 
+:      017485 keyboard_store_information_delay_timer:
+0x4b48 017486 arg mem_store_information_delay_timer ,regc 
+0x4b49 017487 arg keyboard_store_device_info_check ,regb 
+0x4b4a 017488 branch timer_single_step 
+:      017490 keyboard_store_device_info_check:
+0x4b4b 017491 call keyboard_store_device_info 
+0x4b4c 017492 fetch 1 ,mem_mouse_need_soft_reset 
+0x4b4d 017493 nbranch mouse_soft_reset ,blank 
+0x4b4e 017494 rtn 
+:      017496 keyboard_low_voltage_param_set:
+0x4b4f 017497 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x4b50 017498 branch keyboard_low_voltage_param_set_33v ,blank 
+0x4b51 017499 jam 58 ,mem_mouse_vdd_low_vol 
+0x4b52 017500 rtn 
+:      017501 keyboard_low_voltage_param_set_33v:
+0x4b53 017502 jam 53 ,mem_mouse_vdd_low_vol 
+0x4b54 017503 rtn 
+:      017505 keyboard_le_auto_recognize_timer:
+0x4b55 017507 arg mem_le_start_auto_reco_timer ,regc 
+0x4b56 017508 arg keyboard_le_send_att_find_by_type_value_request_ancs ,regb 
+0x4b57 017509 branch timer_single_step 
+:      017511 keyboard_check_direct_timeout_timer:
+0x4b58 017512 arg mem_mouse_direct_timer ,regc 
+0x4b59 017513 arg mouse_check_direct_timeout ,regb 
+0x4b5a 017514 call timer_single_step 
+0x4b5b 017515 branch mouse_check_direct_timeout_timer + 3 
+:      017517 keyboard_le_battery_updata_timer:
+0x4b5c 017518 fetch mouse_flag_len ,mem_mouse_flag 
+0x4b5d 017519 rtnbit1 mouse_enable_le_battery_service_cancel 
+0x4b5e 017520 branch mouse_le_battery_updata_timer 
+:      017522 keyboard_le_send_conn_param_update_timer:
+0x4b5f 017523 arg mem_keyboard_le_send_conn_param_update_timer ,regc 
+0x4b60 017524 arg mouse_updata_le_param ,regb 
+0x4b61 017525 branch timer_single_step 
+:      017527 keyboard_24g_repeat_send_data:
+0x4b62 017528 fetch 1 ,mem_24g_repeat_send_flag 
+0x4b63 017529 rtn blank 
+0x4b64 017530 jam 0 ,mem_24g_repeat_send_flag 
+0x4b65 017531 jam 1 ,mem_keyboard_data_change_flag 
+0x4b66 017532 call g24_txdata_prep 
+0x4b67 017533 branch keyboard_g24_transmit_process 
+:      017535 keyboard_24g_led_status_get_timer:
+0x4b68 017536 arg mem_keyboard_led_status_get_timer ,regc 
+0x4b69 017537 arg keyboard_24g_led_status_clear ,regb 
+0x4b6a 017538 branch timer_single_step 
+:      017540 keyboard_24g_led_status_clear:
+0x4b6b 017541 jam 0 ,mem_keyboard_led_status_get 
+0x4b6c 017542 rtn 
+:      017548 keyboard_device_led_off:
+0x4b6d 017549 call mouse_device_multi_led_off 
+0x4b6e 017550 call keyboard_capslock_led_off 
+:      017551 keyboard_power_led_off:
+0x4b6f 017552 fetcht 1 ,mem_keyboard_power_led_gpio 
+0x4b70 017553 branch gpio_out_inactive 
+:      017554 keyboard_numlock_led_off:
+0x4b71 017555 rtn 
+:      017558 keyboard_capslock_led_on_timer:
+0x4b72 017559 fetch 1 ,mem_keyboard_caps_led_gpio 
+0x4b73 017560 rtneq gpio_disable 
+0x4b74 017561 fetch 2 ,mem_mouse_no_data_timer 
+0x4b75 017562 rtn blank 
+0x4b76 017563 fetch 2 ,mem_mouse_no_data_timeout 
+0x4b77 017564 fetcht 2 ,mem_mouse_no_data_timer 
+0x4b78 017565 isub temp ,temp 
+0x4b79 017566 fetch 2 ,mem_keyboard_caps_led_on_timer 
+0x4b7a 017567 isub temp ,pdata 
+0x4b7b 017568 branch keyboard_capslock_led_check_on ,positive 
+:      017569 keyboard_capslock_led_off:
+0x4b7c 017570 fetcht 1 ,mem_keyboard_caps_led_gpio 
+0x4b7d 017571 branch gpio_out_inactive 
+:      017575 keyboard_capslock_led_check_on:
+0x4b7e 017576 fetch 1 ,mem_keyboard_led_status 
+0x4b7f 017577 bbit0 kb_pc_keysel_capslock ,keyboard_capslock_led_off 
+0x4b80 017578 fetcht 1 ,mem_keyboard_caps_led_gpio 
+0x4b81 017579 branch gpio_out_active 
+:      017581 keyboard_long_press_timer:
+0x4b82 017582 arg mem_same_keyvalue_timer ,regc 
+0x4b83 017583 arg keyboard_long_press_timerout ,regb 
+0x4b84 017584 branch timer_single_step_2b 
+:      017586 keyboard_long_press_timerout:
+0x4b85 017587 jam 1 ,mem_same_keyvalue_timerout_flag 
+0x4b86 017588 branch app_enter_hibernate 
+:      017590 keyboard_commbination_delay_release_timer:
+0x4b87 017591 arg mem_keyboard_commbination_control_key_delay_release_timer ,regc 
+0x4b88 017592 arg keyboard_commbination_key_null_set ,regb 
+0x4b89 017593 branch timer_single_step 
+:      017596 keyboard_check_no_data_timeout_timer:
+0x4b8a 017597 arg mem_mouse_no_data_timer ,regc 
+0x4b8b 017598 arg keyboard_check_no_data_timeout ,regb 
+0x4b8c 017599 branch timer_single_step_2b 
+:      017601 keyboard_check_no_data_timeout:
+0x4b8d 017602 fetch 1 ,mem_device_flag 
+0x4b8e 017603 beq mode_24g_device ,keyboard_24g_hibernate_set 
+0x4b8f 017604 branch mouse_disconnect 
+:      017607 keyboard_bb_event_discovery_btn:
+0x4b90 017608 isolate1 mark_24g ,mark 
+0x4b91 017609 call mouse_24g_stop ,true 
+0x4b92 017610 call mouse_disconnect 
+0x4b93 017611 call mouse_le_clean_connect_flag 
+0x4b94 017612 branch keyboard_start_discovery 
+:      017614 keyboard_start_discovery:
+0x4b95 017615 bpatch patch09_0 ,mem_patch09 
+0x4b96 017616 call mouse_device_discovery_led_config 
+0x4b97 017617 fetch 2 ,mem_ui_state_map 
+0x4b98 017618 isolate1 ui_state_ble_adv ,pdata 
+0x4b99 017619 call mouse_stop_le_adv ,true 
+0x4b9a 017621 setarg 0 
+0x4b9b 017622 store 2 ,mem_le_battery_level_updata_timer 
+0x4b9c 017623 call keyboard_capslock_led_off 
+0x4b9d 017624 jam 0xff ,mem_kb_computer_system 
+0x4b9e 017626 fetch 2 ,mem_ui_state_map 
+0x4b9f 017627 isolate1 ui_state_ble_adv ,pdata 
+0x4ba0 017628 call mouse_stop_le_adv ,true 
+0x4ba1 017629 call mouse_bluetooth_fast_conn_disable 
+0x4ba2 017630 fetch 2 ,mem_ui_state_map 
+0x4ba3 017631 bbit1 ui_state_ble_adv ,keyboard_start_discovery_norandom 
+0x4ba4 017632 fetch mouse_flag_len ,mem_mouse_flag 
+0x4ba5 017633 bbit0 mouse_enable_ble_random_addre ,keyboard_start_discovery_norandom 
+0x4ba6 017634 fetcht 2 ,mem_random_addr_increase_count 
+0x4ba7 017635 increase 1 ,temp 
+0x4ba8 017636 storet 2 ,mem_random_addr_increase_count 
+0x4ba9 017637 storet 2 ,mem_le_lap + 1 
+0x4baa 017638 random pdata 
+0x4bab 017639 store 1 ,mem_le_lap 
+:      017640 keyboard_start_discovery_norandom:
+0x4bac 017641 fetch 3 ,mem_mouse_le_lap_temp 
+0x4bad 017642 store 3 ,mem_le_lap + 3 
+0x4bae 017643 call app_lpm_mult_disable 
+0x4baf 017644 fetch 2 ,mem_mouse_discovery_timeout 
+0x4bb0 017645 store 2 ,mem_mouse_discovery_timer 
+0x4bb1 017646 setarg 0 
+0x4bb2 017647 store 2 ,mem_mouse_no_data_timer 
+0x4bb3 017648 store 2 ,mem_le_battery_level_updata_timer 
+0x4bb4 017649 store 1 ,mem_mouse_direct_timer 
+0x4bb5 017650 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+0x4bb6 017651 store 1 ,mem_mouse_clear_sensor_data_flag 
+0x4bb7 017652 arg mouse_store_eeprom_flag ,queue 
+0x4bb8 017653 call mouse_enable_function_flag 
+0x4bb9 017654 call mouse_bt_discovery_button_down_disable 
+0x4bba 017655 branch mouse_check_51cmd_adv 
+:      017658 keyboard_low_voltage_led_blink_disable:
+0x4bbb 017659 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+0x4bbc 017660 branch mouse_low_voltage_led_off_judge 
+:      017662 keyboard_stop_discovery:
+0x4bbd 017663 bpatch patch09_1 ,mem_patch09 
+0x4bbe 017664 setarg 0 
+0x4bbf 017665 store 2 ,mem_mouse_discovery_timer 
+0x4bc0 017666 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x4bc1 017667 call mouse_disable_function_flag 
+0x4bc2 017668 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
+0x4bc3 017669 call mouse_stop_le_adv 
+0x4bc4 017670 branch keyboard_device_led_off 
+:      017673 keyboard_store_remote_bdaddr:
+0x4bc5 017674 bpatch patch09_2 ,mem_patch09 
+0x4bc6 017675 fetch mouse_flag_len ,mem_mouse_flag 
+0x4bc7 017676 rtnbit0 mouse_store_eeprom_flag 
+0x4bc8 017677 arg mouse_store_eeprom_flag ,queue 
+0x4bc9 017678 call mouse_disable_function_flag 
+0x4bca 017679 call mouse_check_device_addr 
+0x4bcb 017680 branch mouse_unplug_clean_bdaddr 
+:      017683 keyboard_idle:
+0x4bcc 017684 bpatch patch09_3 ,mem_patch09 
+0x4bcd 017685 call mouse_low_voltage_led_no_enter_lpm 
+0x4bce 017686 branch ui_check_paring_button 
+:      017690 keyboard_start_work:
+0x4bcf 017691 bpatch patch09_4 ,mem_patch09 
+0x4bd0 017692 fetch mouse_flag_len ,mem_mouse_flag 
+0x4bd1 017693 bbit0 mouse_enable_adc ,keyboard_start_work_next 
+0x4bd2 017694 call enable_adc 
+0x4bd3 017695 call vdd_calculate_by_mode 
+0x4bd4 017696 store 2 ,mem_mouse_vdd_now_vol 
+0x4bd5 017698 fetch 2 ,mem_adc_current_value 
+0x4bd6 017699 isub temp ,null 
+0x4bd7 017700 branch keyboard_start_work ,positive 
+0x4bd8 017701 arg mem_mouse_vdd_calculate_set ,rega 
+0x4bd9 017702 call mouse_adc_bat_percent_lowpower_out 
+0x4bda 017703 fetch 1 ,mem_adc_power_flag 
+0x4bdb 017704 bbit1 1 ,keyboard_power_down 
+:      017705 keyboard_start_work_next:
+0x4bdc 017707 fetch 1 ,mem_keyboard_pairing_type 
+0x4bdd 017708 call keyboard_enable_bt_button_pairing ,blank 
+0x4bde 017709 fetch 1 ,mem_keyboard_bt_button_flag 
+0x4bdf 017710 nrtn blank 
+0x4be0 017711 fetch 1 ,mem_device_flag 
+0x4be1 017712 beq mode_24g_device ,mouse_24g_reconn_general_dongle 
+0x4be2 017713 call mouse_bluetooth_fast_conn_disable 
+0x4be3 017714 fetch 6 ,mem_device1_addr 
+0x4be4 017715 branch mouse_bluetooth_fast_conn_init ,blank 
+0x4be5 017716 branch mouse_start_reconnect_device 
+:      017728 keyboard_le:
+0x4be6 017729 bpatch patch09_5 ,mem_patch09 
+0x4be7 017730 call le_fifo_check_nearly_full 
+0x4be8 017731 nrtn blank 
+0x4be9 017732 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x4bea 017733 beq 0xff ,keyboard_le_next 
+0x4beb 017734 fetch 1 ,mem_le_connect_status_flag 
+0x4bec 017735 and pdata ,0x03 ,pdata 
+0x4bed 017736 rtnne 0x03 
+:      017737 keyboard_le_next:
+0x4bee 017738 fetch mouse_flag_len ,mem_mouse_flag 
+0x4bef 017739 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+0x4bf0 017740 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+0x4bf1 017741 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x4bf2 017742 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+0x4bf3 017743 call keyboard_motion 
+0x4bf4 017744 nrtn user 
+0x4bf5 017745 call mouse_current_mult_update 
+0x4bf6 017746 call mouse_wheel_trigger 
+0x4bf7 017747 fetch mouse_flag_len ,mem_mouse_flag 
+0x4bf8 017748 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
+0x4bf9 017749 fetch 1 ,mem_customer_key 
+0x4bfa 017750 branch mouse_le_send_keyboard_package_data 
+:      017757 kscan_dispatch:
+0x4bfb 017758 fetch 1 ,mem_device_option 
+0x4bfc 017759 rtnne dvc_op_keyboard 
+0x4bfd 017760 call keyboard_keyscan 
+0x4bfe 017761 call keyboard_key_process 
+0x4bff 017762 branch keyboard_special_key_check 
+:      017769 keyboard_keyscan:
+0x4c00 017770 bpatch patch09_6 ,mem_patch09 
+0x4c01 017771 call keyboard_stb_state_low 
+0x4c02 017772 setarg 0 
+0x4c03 017773 store 2 ,mem_keyscan_exmcu_wait_wake_count 
+0x4c04 017774 arg mem_keyscan_value_current ,contr 
+0x4c05 017775 arg mem_keyscan_value_check ,contw 
+0x4c06 017776 arg 20 ,loopcnt 
+0x4c07 017777 call memcpy 
+0x4c08 017778 setarg mem_keyscan_value_current 
+0x4c09 017779 store 2 ,mem_keyscan_value_ptr 
+0x4c0a 017780 setarg mem_keyscan_exmcu_value 
+0x4c0b 017781 store 2 ,mem_keyscan_exmcu_value_ptr 
+0x4c0c 017782 call keyboard_keyscan_get_exmcu_value 
+0x4c0d 017783 call keyboard_keyscan_get_mcu_value 
+0x4c0e 017784 call keyboard_stb_state_high 
+:      017785 keyboard_keyscan_copy_value:
+0x4c0f 017786 fetch 2 ,mem_kb_excol_ptr 
+0x4c10 017787 copy pdata ,regb 
+0x4c11 017788 jam 0 ,mem_keyscan_col_loop_count 
+:      017789 keyboard_compare_col_excol_gpio_loop:
+0x4c12 017790 ifetcht 1 ,regb 
+0x4c13 017791 fetch 2 ,mem_kb_col_ptr 
+0x4c14 017792 copy pdata ,rega 
+0x4c15 017793 copy rega ,regc 
+0x4c16 017794 arg 20 ,loopcnt 
+:      017795 keyboard_compare_col_gpio_loop:
+0x4c17 017796 ifetch 1 ,rega 
+0x4c18 017797 isub temp ,null 
+0x4c19 017798 branch keyboard_copy_value_exmcu_to_mcu ,zero 
+0x4c1a 017799 increase 1 ,rega 
+0x4c1b 017800 loop keyboard_compare_col_gpio_loop 
+:      017801 keyboard_compare_col_excol_gpio_loop_next:
+0x4c1c 017802 increase 1 ,regb 
+0x4c1d 017803 fetch 1 ,mem_keyscan_col_loop_count 
+0x4c1e 017804 increase 1 ,pdata 
+0x4c1f 017805 store 1 ,mem_keyscan_col_loop_count 
+0x4c20 017806 sub pdata ,10 ,null 
+0x4c21 017807 branch keyboard_compare_col_excol_gpio_loop ,positive 
+0x4c22 017809 rtn 
+:      017811 keyboard_copy_value_exmcu_to_mcu:
+0x4c23 017812 fetch 2 ,mem_keyscan_value_ptr 
+0x4c24 017813 copy pdata ,contw 
+0x4c25 017814 copy rega ,pdata 
+0x4c26 017815 isub regc ,pdata 
+0x4c27 017816 iadd contw ,contw 
+0x4c28 017817 fetch 2 ,mem_keyscan_exmcu_value_ptr 
+0x4c29 017818 copy pdata ,regc 
+0x4c2a 017819 fetch 1 ,mem_keyscan_col_loop_count 
+0x4c2b 017820 iadd regc ,regc 
+0x4c2c 017821 ifetch 1 ,regc 
+0x4c2d 017822 istore 1 ,contw 
+0x4c2e 017823 branch keyboard_compare_col_excol_gpio_loop_next 
+:      017825 keyboard_keyscan_get_exmcu_value:
+0x4c2f 017826 bpatch patch09_7 ,mem_patch09 
+0x4c30 017827 call keyboard_stb_state_high 
+0x4c31 017828 call keyboard_clk_input 
+:      017829 keyboard_keyscan_exmcu_start:
+0x4c32 017830 fetch 2 ,mem_keyscan_exmcu_wait_wake_count 
+0x4c33 017831 increase 1 ,pdata 
+0x4c34 017832 store 2 ,mem_keyscan_exmcu_wait_wake_count 
+0x4c35 017833 bbit1 9 ,keyboard_keyscan_reset_exmcu 
+0x4c36 017834 fetcht 1 ,mem_mcu_clk_gpio 
+0x4c37 017835 call gpio_get_bit 
+0x4c38 017836 nbranch keyboard_keyscan_exmcu_start ,true 
+0x4c39 017837 nop 20 
+0x4c3a 017838 call keyboard_clk_state_high 
+0x4c3b 017839 call keyboard_stb_state_low 
+0x4c3c 017840 jam 0 ,mem_keyscan_col_loop_count 
+:      017841 keyboard_keyscan_exmcu_start_loop:
+0x4c3d 017842 call keyboard_clk_state_low 
+0x4c3e 017843 call keyboard_keyscan_exmcu_get_col_value 
+0x4c3f 017844 call keyboard_clk_state_high 
+0x4c40 017845 call keyboard_keyscan_exmcu_get_col_value 
+0x4c41 017846 sub pdata ,9 ,null 
+0x4c42 017847 branch keyboard_keyscan_exmcu_start_loop ,positive 
+0x4c43 017848 call keyboard_clk_state_low 
+0x4c44 017849 call keyboard_keyscan_exmcu_get_col_value 
+0x4c45 017850 branch keyboard_clk_state_high 
+:      017852 keyboard_keyscan_exmcu_get_col_value:
+0x4c46 017853 jam 0 ,mem_keyscan_value_temp 
+0x4c47 017854 nop 50 
+0x4c48 017855 call keyboard_keyscan_get_col_value 
+0x4c49 017856 fetch 2 ,mem_keyscan_exmcu_value_ptr 
+:      017857 keyboard_keyscan_value_store:
+0x4c4a 017858 copy pdata ,contw 
+0x4c4b 017859 fetch 1 ,mem_keyscan_col_loop_count 
+0x4c4c 017860 iadd contw ,contw 
+0x4c4d 017861 fetch 1 ,mem_keyscan_value_temp 
+0x4c4e 017862 istore 1 ,contw 
+0x4c4f 017863 fetch 1 ,mem_keyscan_col_loop_count 
+0x4c50 017864 increase 1 ,pdata 
+0x4c51 017865 store 1 ,mem_keyscan_col_loop_count 
+0x4c52 017866 rtn 
+:      017869 keyboard_keyscan_get_mcu_value:
+0x4c53 017870 nop 20 
+0x4c54 017871 fetch 2 ,mem_kb_col_ptr 
+0x4c55 017872 copy pdata ,regb 
+0x4c56 017873 jam 0 ,mem_keyscan_col_loop_count 
+:      017874 keyboard_keyscan_mcu_start:
+0x4c57 017875 jam 0 ,mem_keyscan_value_temp 
+0x4c58 017876 ifetcht 1 ,regb 
+0x4c59 017877 isolate1 7 ,temp 
+0x4c5a 017878 branch keyboard_keyscan_mcu_start_loop ,true 
+0x4c5b 017879 call gpio_out_active 
+0x4c5c 017880 call keyboard_keyscan_get_col_value 
+0x4c5d 017881 ifetcht 1 ,regb 
+0x4c5e 017882 call gpio_set_high_impedance 
+:      017883 keyboard_keyscan_mcu_start_loop:
+0x4c5f 017884 increase 1 ,regb 
+0x4c60 017885 fetch 2 ,mem_keyscan_value_ptr 
+0x4c61 017886 call keyboard_keyscan_value_store 
+0x4c62 017887 sub pdata ,19 ,null 
+0x4c63 017888 branch keyboard_keyscan_mcu_start ,positive 
+0x4c64 017889 rtn 
+:      017892 keyboard_keyscan_get_col_value:
+0x4c65 017893 fetch 2 ,mem_kb_row_ptr 
+0x4c66 017894 copy pdata ,regc 
+0x4c67 017895 arg 8 ,loopcnt 
+:      017897 keyboard_keyscan_get_col_value_loop:
+0x4c68 017898 ifetcht 1 ,regc 
+0x4c69 017899 call gpio_get_bit 
+0x4c6a 017900 fetch 1 ,mem_keyscan_value_temp 
+0x4c6b 017901 rshift pdata ,pdata 
+0x4c6c 017902 setflag true ,7 ,pdata 
+0x4c6d 017903 store 1 ,mem_keyscan_value_temp 
+0x4c6e 017904 increase 1 ,regc 
+0x4c6f 017905 loop keyboard_keyscan_get_col_value_loop 
+0x4c70 017906 rtn 
+:      017907 keyboard_keyscan_reset_exmcu:
+0x4c71 017908 fetcht 1 ,mem_mcu_rstb_gpio 
+0x4c72 017909 call gpio_out_active 
+0x4c73 017910 nop 20 
+0x4c74 017911 fetcht 1 ,mem_mcu_rstb_gpio 
+0x4c75 017912 call gpio_out_inactive 
+0x4c76 017913 nop 6000 
+0x4c77 017914 rtn 
+0x4c78 017915 branch keyboard_keyscan 
+:      017916 keyboard_clk_state_high:
+0x4c79 017917 fetcht 1 ,mem_mcu_clk_gpio 
+0x4c7a 017918 branch gpio_out_inactive 
+:      017920 keyboard_clk_state_low:
+0x4c7b 017921 fetcht 1 ,mem_mcu_clk_gpio 
+0x4c7c 017922 branch gpio_out_active 
+:      017923 keyboard_gpio_config_input_pu:
+0x4c7d 017924 sub temp ,ui_button_gpio_disable ,null 
+0x4c7e 017925 rtn zero 
+0x4c7f 017926 set0 gpio_active_bit ,temp 
+0x4c80 017927 branch gpio_config_input 
+:      017928 keyboard_clk_input:
+0x4c81 017929 fetcht 1 ,mem_mcu_clk_gpio 
+0x4c82 017930 branch gpio_config_input 
+:      017932 keyboard_stb_state_high:
+0x4c83 017933 fetcht 1 ,mem_mcu_stb_gpio 
+0x4c84 017934 branch gpio_out_inactive 
+:      017936 keyboard_stb_state_low:
+0x4c85 017937 fetcht 1 ,mem_mcu_stb_gpio 
+0x4c86 017938 branch gpio_out_active 
+:      017949 keyboard_press_change_or_no_key:
+0x4c87 017950 jam 0 ,mem_same_keyvalue_timerout_flag 
+0x4c88 017951 fetch 2 ,mem_same_keyvalue_timer_init 
+0x4c89 017952 store 2 ,mem_same_keyvalue_timer 
+0x4c8a 017953 rtn 
+:      017955 keyboard_key_process:
+0x4c8b 017957 bpatch patch0a_0 ,mem_patch0a 
+0x4c8c 017958 arg mem_keyscan_value_current ,rega 
+0x4c8d 017959 arg mem_keyscan_value_check ,regb 
+0x4c8e 017960 arg 20 ,loopcnt 
+0x4c8f 017961 call string_compare 
+0x4c90 017962 nbranch keyboard_press_change_or_no_key ,zero 
+0x4c91 017963 call keyboard_keyscan_value_current_zero_check 
+0x4c92 017964 call keyboard_press_change_or_no_key ,blank 
+0x4c93 017966 call keyboard_ghost_key_check 
+0x4c94 017967 fetch 1 ,mem_mouse_ghost_flag 
+0x4c95 017968 nrtn blank 
+0x4c96 017969 fetch 1 ,mem_keyboard_commbination_key_step 
+0x4c97 017970 rtneq cammbination_key_press 
+0x4c98 017971 rtneq cammbination_key_hold 
+0x4c99 017972 rtneq cammbination_key_wait_release 
+0x4c9a 017975 jam 0 ,mem_keyscan_col_loop_count 
+0x4c9b 017976 arg mem_keyscan_value_current ,rega 
+0x4c9c 017977 arg mem_keyscan_value_old ,regb 
+:      017978 keyboard_keyvalue_process:
+0x4c9d 017979 ifetcht 1 ,rega 
+0x4c9e 017980 ifetch 1 ,regb 
+0x4c9f 017981 ixor temp ,pdata 
+0x4ca0 017982 branch keyboard_keyvalue_process_loop ,blank 
+0x4ca1 017983 store 1 ,mem_keyscan_value_temp 
+0x4ca2 017984 storet 1 ,mem_keyboard_press_flag_temp 
+0x4ca3 017985 istoret 1 ,regb 
+0x4ca4 017986 jam 1 ,mem_keyboard_data_change_flag 
+0x4ca5 017987 jam 0 ,mem_keyboard_keyvalue_bit_loop_count 
+:      017988 keyboard_keyvalue_change:
+0x4ca6 017989 fetch 1 ,mem_keyscan_value_temp 
+0x4ca7 017990 bbit0 0 ,keyboard_keyvalue_change_loop 
+0x4ca8 017991 fetch 1 ,mem_keyscan_col_loop_count 
+0x4ca9 017992 mul32 pdata ,8 ,pdata 
+0x4caa 017993 fetcht 1 ,mem_keyboard_keyvalue_bit_loop_count 
+0x4cab 017994 iadd temp ,pdata 
+0x4cac 017995 arg mem_keyboard_keyvalue_map ,contr 
+0x4cad 017996 iadd contr ,contr 
+0x4cae 017997 ifetch 1 ,contr 
+0x4caf 017998 store 1 ,mem_keyboard_keyvalue_temp 
+0x4cb0 017999 call keyboard_keyvalue_fn_replace 
+0x4cb1 018000 call keyboard_keyvalue_commbination_replace 
+0x4cb2 018001 call keyboard_keyvalue_in_out 
+:      018002 keyboard_keyvalue_change_loop:
+0x4cb3 018003 fetch 1 ,mem_keyscan_value_temp 
+0x4cb4 018004 rshift pdata ,pdata 
+0x4cb5 018005 store 1 ,mem_keyscan_value_temp 
+0x4cb6 018006 fetch 1 ,mem_keyboard_press_flag_temp 
+0x4cb7 018007 rshift pdata ,pdata 
+0x4cb8 018008 store 1 ,mem_keyboard_press_flag_temp 
+0x4cb9 018009 fetch 1 ,mem_keyboard_keyvalue_bit_loop_count 
+0x4cba 018010 increase 1 ,pdata 
+0x4cbb 018011 store 1 ,mem_keyboard_keyvalue_bit_loop_count 
+0x4cbc 018012 loop keyboard_keyvalue_change 
+:      018013 keyboard_keyvalue_process_loop:
+0x4cbd 018014 increase 1 ,rega 
+0x4cbe 018015 increase 1 ,regb 
+0x4cbf 018016 fetch 1 ,mem_keyscan_col_loop_count 
+0x4cc0 018017 increase 1 ,pdata 
+0x4cc1 018018 store 1 ,mem_keyscan_col_loop_count 
+0x4cc2 018019 sub pdata ,19 ,null 
+0x4cc3 018020 branch keyboard_keyvalue_process ,positive 
+0x4cc4 018021 rtn 
+:      018023 keyboard_keyscan_value_current_zero_check:
+0x4cc5 018024 fetch 8 ,mem_keyscan_value_current 
+0x4cc6 018025 nrtn blank 
+0x4cc7 018026 fetch 8 ,mem_keyscan_value_current + 8 
+0x4cc8 018027 nrtn blank 
+0x4cc9 018028 fetch 4 ,mem_keyscan_value_current + 16 
+0x4cca 018029 nrtn blank 
+0x4ccb 018030 jam cammbination_key_free ,mem_keyboard_commbination_key_step 
+0x4ccc 018031 rtn 
+:      018035 keyboard_ghost_key_check:
+0x4ccd 018036 bpatch patch0a_1 ,mem_patch0a 
+0x4cce 018037 jam 0 ,mem_mouse_ghost_flag 
+0x4ccf 018038 jam 0 ,mem_keyboard_all_press_key_count 
+0x4cd0 018039 arg mem_keyscan_value_current ,rega 
+0x4cd1 018040 arg 20 ,loopcnt 
+:      018041 keyboard_ghost_key_check_loop:
+0x4cd2 018042 jam 0 ,mem_keyboard_current_col_press_key_count 
+0x4cd3 018043 ifetch 1 ,rega 
+0x4cd4 018044 branch keyboard_ghost_key_check_next_loop ,blank 
+:      018045 keyboard_current_col_press_key_count_check:
+0x4cd5 018046 fetcht 1 ,mem_keyboard_current_col_press_key_count 
+0x4cd6 018047 increase 1 ,temp 
+0x4cd7 018048 storet 1 ,mem_keyboard_current_col_press_key_count 
+0x4cd8 018049 copy pdata ,temp 
+0x4cd9 018050 increase -1 ,pdata 
+0x4cda 018051 iand temp ,pdata 
+0x4cdb 018052 nbranch keyboard_current_col_press_key_count_check ,zero 
+0x4cdc 018053 fetch 1 ,mem_keyboard_current_col_press_key_count 
+0x4cdd 018054 fetcht 1 ,mem_keyboard_all_press_key_count 
+0x4cde 018055 iadd temp ,temp 
+0x4cdf 018056 storet 1 ,mem_keyboard_all_press_key_count 
+0x4ce0 018057 sub pdata ,1 ,null 
+0x4ce1 018058 branch keyboard_ghost_key_check_next_loop ,positive 
+0x4ce2 018059 sub temp ,2 ,null 
+0x4ce3 018060 branch keyboard_ghost_key_check_next_loop ,positive 
+0x4ce4 018061 jam 0 ,mem_keyscan_col_loop_count 
+0x4ce5 018062 jam 0 ,mem_keyboard_same_row_press_key_count 
+0x4ce6 018063 ifetcht 1 ,rega 
+0x4ce7 018064 arg mem_keyscan_value_current ,regb 
+:      018065 keyboard_same_row_key_check:
+0x4ce8 018066 fetch 1 ,mem_keyscan_col_loop_count 
+0x4ce9 018067 increase 1 ,pdata 
+0x4cea 018068 store 1 ,mem_keyscan_col_loop_count 
+0x4ceb 018069 sub pdata ,19 ,null 
+0x4cec 018070 nbranch keyboard_ghost_key_check_next_loop ,positive 
+0x4ced 018071 ifetch 1 ,regb 
+0x4cee 018072 iand temp ,null 
+0x4cef 018073 branch keyboard_same_row_key_check_loop ,zero 
+0x4cf0 018074 fetch 1 ,mem_keyboard_same_row_press_key_count 
+0x4cf1 018075 increase 1 ,pdata 
+0x4cf2 018076 store 1 ,mem_keyboard_same_row_press_key_count 
+0x4cf3 018077 sub pdata ,1 ,null 
+0x4cf4 018078 branch keyboard_same_row_key_check_loop ,positive 
+0x4cf5 018079 jam 1 ,mem_mouse_ghost_flag 
+0x4cf6 018080 rtn 
+:      018082 keyboard_ghost_key_check_next_loop:
+0x4cf7 018083 increase 1 ,rega 
+0x4cf8 018084 loop keyboard_ghost_key_check_loop 
+0x4cf9 018085 rtn 
+:      018087 keyboard_same_row_key_check_loop:
+0x4cfa 018088 increase 1 ,regb 
+0x4cfb 018089 branch keyboard_same_row_key_check 
+:      018097 keyboard_keyvalue_fn_replace:
+0x4cfc 018098 bpatch patch0a_2 ,mem_patch0a 
+0x4cfd 018099 fetch 1 ,mem_keyboard_press_flag_temp 
+0x4cfe 018100 ncall keyboard_commbination_delay_release_clear ,blank 
+0x4cff 018101 fetch 1 ,mem_keyboard_fn_flag 
+0x4d00 018102 ncall keyboard_keyvalue_fn_replace_press ,blank 
+0x4d01 018103 fetch 1 ,mem_keyboard_fn_first 
+0x4d02 018104 fetcht 1 ,mem_keyboard_fn_flag 
+0x4d03 018105 ixor temp ,pdata 
+0x4d04 018106 rtn zero 
+0x4d05 018107 fetch 1 ,mem_keyboard_keyvalue_temp 
+0x4d06 018108 beq hid_key_esc ,keyboard_keyvalue_fn_esc 
+0x4d07 018109 beq hid_key_delete ,keyboard_keyvalue_fn_delete 
+0x4d08 018110 sub pdata ,hid_key_f12 ,null 
+0x4d09 018111 nrtn positive 
+0x4d0a 018112 arg hid_key_f1 ,temp 
+0x4d0b 018113 isub temp ,pdata 
+0x4d0c 018114 nrtn positive 
+0x4d0d 018115 arg mem_keyboard_fn_f1 ,contr 
+0x4d0e 018116 iadd contr ,contr 
+0x4d0f 018117 ifetch 1 ,contr 
+0x4d10 018118 branch keyboard_keyvalue_store_temp 
+:      018120 keyboard_keyvalue_fn_replace_press:
+0x4d11 018121 fetch 1 ,mem_keyboard_keyvalue_temp 
+0x4d12 018122 beq hid_key_up_arrow ,keyboard_keyvalue_fn_up_arrow 
+0x4d13 018123 beq hid_key_down_arrow ,keyboard_keyvalue_fn_down_arrow 
+0x4d14 018124 beq hid_key_left_arrow ,keyboard_keyvalue_fn_left_arrow 
+0x4d15 018125 beq hid_key_right_arrow ,keyboard_keyvalue_fn_right_arrow 
+0x4d16 018126 beq hid_key_left_ctrl ,keyboard_keyvalue_fn_left_ctrl 
+0x4d17 018127 beq hid_key_space ,keyboard_keyvalue_fn_space 
+0x4d18 018128 rtn 
+:      018130 keyboard_keyvalue_fn_esc:
+0x4d19 018131 fetch 1 ,mem_keyboard_fn_esc 
+0x4d1a 018132 branch keyboard_keyvalue_store_temp 
+:      018134 keyboard_keyvalue_fn_delete:
+0x4d1b 018135 fetch 1 ,mem_keyboard_fn_del 
+0x4d1c 018136 branch keyboard_keyvalue_store_temp 
+:      018138 keyboard_keyvalue_fn_up_arrow:
+0x4d1d 018139 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
+0x4d1e 018140 rtn blank 
+0x4d1f 018141 setarg hid_key_page_up 
+0x4d20 018142 branch keyboard_keyvalue_store_temp 
+:      018144 keyboard_keyvalue_fn_down_arrow:
+0x4d21 018145 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
+0x4d22 018146 rtn blank 
+0x4d23 018147 setarg hid_key_page_down 
+0x4d24 018148 branch keyboard_keyvalue_store_temp 
+:      018150 keyboard_keyvalue_fn_left_arrow:
+0x4d25 018151 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
+0x4d26 018152 rtn blank 
+0x4d27 018153 setarg hid_key_home 
+0x4d28 018154 branch keyboard_keyvalue_store_temp 
+:      018156 keyboard_keyvalue_fn_right_arrow:
+0x4d29 018157 fetch 1 ,mem_keyboard_fn_arrow_enable_flag 
+0x4d2a 018158 rtn blank 
+0x4d2b 018159 setarg hid_key_end 
+0x4d2c 018160 branch keyboard_keyvalue_store_temp 
+:      018162 keyboard_keyvalue_fn_left_ctrl:
+0x4d2d 018163 fetch 1 ,mem_keyboard_fn_left_ctrl_enable_flag 
+0x4d2e 018164 rtn blank 
+0x4d2f 018165 fetch 1 ,mem_kb_computer_system 
+0x4d30 018166 beq system_os_windows ,keyboard_keyvalue_windows_osk 
+0x4d31 018167 setarg hid_key_os_soft_kb 
+0x4d32 018168 branch keyboard_keyvalue_store_temp 
+:      018169 keyboard_keyvalue_windows_osk:
+0x4d33 018170 setarg hid_key_osk 
+0x4d34 018171 branch keyboard_keyvalue_store_temp 
+:      018173 keyboard_keyvalue_fn_space:
+0x4d35 018174 fetch 1 ,mem_keyboard_fn_space_enable_flag 
+0x4d36 018175 rtn blank 
+0x4d37 018176 setarg hid_key_language 
+:      018177 keyboard_keyvalue_store_temp:
+0x4d38 018178 store 1 ,mem_keyboard_keyvalue_temp 
+0x4d39 018179 rtn 
+:      018185 keyboard_keyvalue_commbination_replace:
+0x4d3a 018186 bpatch patch0a_3 ,mem_patch0a 
+0x4d3b 018187 fetch 1 ,mem_keyboard_keyvalue_temp 
+0x4d3c 018188 beq hid_key_print_screen ,keyboard_commination_screen_shot_replace 
+0x4d3d 018189 beq hid_key_page_up ,keyboard_commination_pageup_replace 
+0x4d3e 018190 beq hid_key_page_down ,keyboard_commination_pagedown_replace 
+0x4d3f 018191 beq hid_key_home ,keyboard_commination_home_replace 
+0x4d40 018192 beq hid_key_end ,keyboard_commination_end_replace 
+0x4d41 018193 beq hid_key_select_all ,keyboard_commination_select_all 
+0x4d42 018194 beq hid_key_copy ,keyboard_commbination_copy 
+0x4d43 018195 beq hid_key_paste ,keyboard_commbination_paste 
+0x4d44 018196 beq hid_key_cut ,keyboard_commbination_cut 
+0x4d45 018197 beq hid_key_all_os_lock ,keyboard_commination_os_lock 
+0x4d46 018198 beq hid_key_osk ,keyboard_commbination_osk 
+0x4d47 018199 beq hid_key_language ,keyboard_commbination_language 
+0x4d48 018200 beq hid_key_app_tiling ,keyboard_commbination_app_tiling 
+0x4d49 018201 rtn 
+:      018203 keyboard_commbination_delay_release_set:
+0x4d4a 018204 fetch 1 ,mem_keyboard_press_flag_temp 
+0x4d4b 018205 nrtn blank 
+0x4d4c 018206 jam 10 ,mem_keyboard_commbination_control_key_delay_release_timer 
+0x4d4d 018207 rtn 
+:      018209 keyboard_commbination_delay_release_clear:
+0x4d4e 018210 jam 0 ,mem_keyboard_commbination_control_key_delay_release_timer 
+0x4d4f 018211 rtn 
+:      018213 keyboard_commination_screen_shot_replace:
+0x4d50 018214 fetch 1 ,mem_kb_computer_system 
+0x4d51 018215 rtneq system_os_windows 
+0x4d52 018216 rtneq system_os_andriod 
+0x4d53 018217 jam left_shift_gui ,mem_keyboard_commbination_control_key_value 
+0x4d54 018218 jam hid_key_3 ,mem_keyboard_commbination_standard_key_value 
+0x4d55 018219 branch keyboard_commbination_keypress 
+:      018221 keyboard_commination_pageup_replace:
+0x4d56 018222 jam hid_key_up_arrow ,mem_keyboard_commbination_standard_key_value 
+:      018223 keyboard_commination_ios_mac_command_commiation:
+0x4d57 018224 fetch 1 ,mem_kb_computer_system 
+0x4d58 018225 rtneq system_os_windows 
+0x4d59 018226 rtneq system_os_andriod 
+0x4d5a 018227 jam left_gui ,mem_keyboard_commbination_control_key_value 
+0x4d5b 018228 branch keyboard_commbination_keypress 
+:      018230 keyboard_commination_pagedown_replace:
+0x4d5c 018231 jam hid_key_down_arrow ,mem_keyboard_commbination_standard_key_value 
+0x4d5d 018232 branch keyboard_commination_ios_mac_command_commiation 
+:      018234 keyboard_commination_home_replace:
+0x4d5e 018235 jam hid_key_left_arrow ,mem_keyboard_commbination_standard_key_value 
+0x4d5f 018236 branch keyboard_commination_ios_mac_command_commiation 
+:      018238 keyboard_commination_end_replace:
+0x4d60 018239 jam hid_key_right_arrow ,mem_keyboard_commbination_standard_key_value 
+0x4d61 018240 branch keyboard_commination_ios_mac_command_commiation 
+:      018242 keyboard_commination_select_all:
+0x4d62 018243 jam hid_key_a ,mem_keyboard_commbination_standard_key_value 
+:      018244 keyboard_commbination_text_edit:
+0x4d63 018245 jam left_control ,mem_keyboard_commbination_control_key_value 
+0x4d64 018246 fetch 1 ,mem_kb_computer_system 
+0x4d65 018247 beq system_os_windows ,keyboard_commbination_keypress 
+0x4d66 018248 beq system_os_andriod ,keyboard_commbination_keypress 
+0x4d67 018249 jam left_gui ,mem_keyboard_commbination_control_key_value 
+0x4d68 018250 branch keyboard_commbination_keypress 
+:      018252 keyboard_commbination_copy:
+0x4d69 018253 jam hid_key_c ,mem_keyboard_commbination_standard_key_value 
+0x4d6a 018254 branch keyboard_commbination_text_edit 
+:      018256 keyboard_commbination_paste:
+0x4d6b 018257 jam hid_key_v ,mem_keyboard_commbination_standard_key_value 
+0x4d6c 018258 branch keyboard_commbination_text_edit 
+:      018260 keyboard_commbination_cut:
+0x4d6d 018261 jam hid_key_x ,mem_keyboard_commbination_standard_key_value 
+0x4d6e 018262 branch keyboard_commbination_text_edit 
+:      018264 keyboard_commination_os_lock:
+0x4d6f 018265 fetch 1 ,mem_kb_computer_system 
+0x4d70 018266 beq system_os_windows ,keyboard_commination_windows_lock 
+0x4d71 018267 beq system_os_mac ,keyboard_commination_mac_lock 
+0x4d72 018268 setarg hid_key_ios_android_os_lock 
+0x4d73 018269 branch keyboard_keyvalue_store_temp 
+:      018270 keyboard_commination_windows_lock:
+0x4d74 018271 jam left_gui ,mem_keyboard_commbination_control_key_value 
+0x4d75 018272 jam hid_key_l ,mem_keyboard_commbination_standard_key_value 
+0x4d76 018273 branch keyboard_commbination_keypress 
+:      018274 keyboard_commination_mac_lock:
+0x4d77 018275 jam left_gui_control ,mem_keyboard_commbination_control_key_value 
+0x4d78 018276 jam hid_key_q ,mem_keyboard_commbination_standard_key_value 
+0x4d79 018277 branch keyboard_commbination_keypress 
+:      018279 keyboard_commbination_osk:
+0x4d7a 018280 fetch 1 ,mem_kb_computer_system 
+0x4d7b 018281 beq system_os_windows ,keyboard_commbination_windows_osk 
+0x4d7c 018282 setarg hid_key_os_soft_kb 
+0x4d7d 018283 branch keyboard_keyvalue_store_temp 
+:      018284 keyboard_commbination_windows_osk:
+0x4d7e 018285 jam left_gui_control ,mem_keyboard_commbination_control_key_value 
+0x4d7f 018286 jam hid_key_o ,mem_keyboard_commbination_standard_key_value 
+0x4d80 018287 branch keyboard_commbination_keypress 
+:      018289 keyboard_commbination_language:
+0x4d81 018290 fetch 1 ,mem_kb_computer_system 
+0x4d82 018291 beq system_os_windows ,keyboard_commbination_language_windows 
+0x4d83 018292 beq system_os_andriod ,keyboard_commbination_language_andriod 
+0x4d84 018293 jam left_control ,mem_keyboard_commbination_control_key_value 
+:      018294 keyboard_commbination_language_next:
+0x4d85 018295 jam hid_key_space ,mem_keyboard_commbination_standard_key_value 
+0x4d86 018296 call keyboard_commbination_delay_release_set 
+0x4d87 018297 branch keyboard_commbination_keypress 
+:      018298 keyboard_commbination_language_windows:
+0x4d88 018299 jam left_gui ,mem_keyboard_commbination_control_key_value 
+0x4d89 018300 branch keyboard_commbination_language_next 
+:      018301 keyboard_commbination_language_andriod:
+0x4d8a 018302 jam left_shift ,mem_keyboard_commbination_control_key_value 
+0x4d8b 018303 branch keyboard_commbination_language_next 
+:      018305 keyboard_commbination_app_tiling:
+0x4d8c 018306 fetch 1 ,mem_kb_computer_system 
+0x4d8d 018307 beq system_os_windows ,keyboard_commbination_app_tiling_windows_android 
+0x4d8e 018308 beq system_os_andriod ,keyboard_commbination_app_tiling_windows_android 
+0x4d8f 018309 jam left_control ,mem_keyboard_commbination_control_key_value 
+0x4d90 018310 jam hid_key_up_arrow ,mem_keyboard_commbination_standard_key_value 
+0x4d91 018311 branch keyboard_commbination_keypress 
+:      018312 keyboard_commbination_app_tiling_windows_android:
+0x4d92 018313 jam left_gui ,mem_keyboard_commbination_control_key_value 
+0x4d93 018314 jam hid_key_tab ,mem_keyboard_commbination_standard_key_value 
+0x4d94 018315 branch keyboard_commbination_keypress 
+:      018317 keyboard_commbination_keypress:
+0x4d95 018318 jam 0 ,mem_keyboard_keyvalue_temp 
+0x4d96 018319 fetch 1 ,mem_keyboard_press_flag_temp 
+0x4d97 018320 bbit0 0 ,keyboard_commbination_key_wait_release_set 
+0x4d98 018321 fetch 1 ,mem_keyboard_commbination_key_step 
+0x4d99 018322 beq cammbination_key_complete ,keyboard_commbination_key_hold_set 
+:      018323 keyboard_commbination_key_press_set:
+0x4d9a 018324 jam cammbination_key_press ,mem_keyboard_commbination_key_step 
+0x4d9b 018325 rtn 
+:      018327 keyboard_commbination_key_wait_release_set:
+0x4d9c 018328 jam cammbination_key_wait_release ,mem_keyboard_commbination_key_step 
+0x4d9d 018329 rtn 
+:      018331 keyboard_commbination_key_null_set:
+0x4d9e 018332 jam cammbination_key_null ,mem_keyboard_commbination_key_step 
+0x4d9f 018333 rtn 
+:      018336 keyboard_commbination_key_value_store:
+0x4da0 018337 store 1 ,mem_keyboard_tx_data + 1 
+0x4da1 018338 storet 1 ,mem_keyboard_tx_data + 3 
+0x4da2 018339 call enable_user 
+0x4da3 018340 jam hid_reportid_key_standard ,mem_keyboard_tx_data 
+0x4da4 018341 branch keyboard_motion_data_check_next 
+:      018343 keyboard_commbination_key_press_process:
+0x4da5 018344 fetch 1 ,mem_keyboard_commbination_control_key_value 
+0x4da6 018345 arg 0 ,temp 
+0x4da7 018346 call keyboard_commbination_key_value_store 
+:      018347 keyboard_commbination_key_hold_set:
+0x4da8 018348 jam cammbination_key_hold ,mem_keyboard_commbination_key_step 
+0x4da9 018349 rtn 
+:      018351 keyboard_commbination_key_hold_process:
+0x4daa 018352 jam cammbination_key_complete ,mem_keyboard_commbination_key_step 
+0x4dab 018353 fetch 1 ,mem_keyboard_commbination_control_key_value 
+0x4dac 018354 fetcht 1 ,mem_keyboard_commbination_standard_key_value 
+0x4dad 018355 branch keyboard_commbination_key_value_store 
+:      018357 keyboard_commbination_key_wait_release_process:
+0x4dae 018358 jam hid_reportid_key_standard ,mem_keyboard_tx_data 
+0x4daf 018359 fetch 1 ,mem_keyboard_commbination_control_key_value 
+0x4db0 018360 arg 0 ,temp 
+0x4db1 018361 call keyboard_commbination_key_value_store 
+0x4db2 018362 fetch 1 ,mem_keyboard_commbination_control_key_delay_release_timer 
+0x4db3 018363 branch keyboard_commbination_key_null_set ,blank 
+:      018364 keyboard_commbination_key_release_set:
+0x4db4 018365 jam cammbination_key_release ,mem_keyboard_commbination_key_step 
+0x4db5 018366 rtn 
+:      018368 keyboard_commbination_key_release_process:
+0x4db6 018369 branch keyboard_commbination_key_value_store + 2 
+:      018371 keyboard_commbination_key_null_process:
+0x4db7 018372 jam cammbination_key_free ,mem_keyboard_commbination_key_step 
+0x4db8 018373 arg 0 ,pdata 
+0x4db9 018374 arg 0 ,temp 
+0x4dba 018375 branch keyboard_commbination_key_value_store 
+:      018379 keyboard_keyvalue_in_out:
+0x4dbb 018380 bpatch patch0a_4 ,mem_patch0a 
+0x4dbc 018381 fetch 1 ,mem_keyboard_keyvalue_temp 
+0x4dbd 018382 sub pdata ,hid_key_right_gui ,null 
+0x4dbe 018383 branch keyboard_keyvalue_standard ,positive 
+0x4dbf 018384 jam keyboard_consumer_key_press ,mem_keyboard_consumer_key_status 
+0x4dc0 018385 fetch 1 ,mem_keyboard_press_flag_temp 
+0x4dc1 018386 bbit1 0 ,keyboard_keyvalue_standard 
+0x4dc2 018387 jam keyboard_consumer_key_release ,mem_keyboard_consumer_key_status 
+:      018388 keyboard_keyvalue_standard:
+0x4dc3 018389 jam 0 ,mem_keyboard_keyvalue_buffer + 8 
+0x4dc4 018390 fetch 1 ,mem_keyboard_press_flag_temp 
+0x4dc5 018391 bbit1 0 ,keyboard_keyvalue_standard_in 
+:      018392 keyboard_keyvalue_standard_out:
+0x4dc6 018393 fetcht 1 ,mem_keyboard_keyvalue_temp 
+0x4dc7 018394 arg 6 ,loopcnt 
+0x4dc8 018395 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
+:      018396 keyboard_keyvalue_standard_out_loop:
+0x4dc9 018397 ifetch 1 ,contr 
+0x4dca 018398 branch keyboard_keyvalue_standard_out_next + 1 ,blank 
+0x4dcb 018399 isub temp ,null 
+0x4dcc 018400 nbranch keyboard_keyvalue_standard_out_next ,zero 
+0x4dcd 018401 ifetch 1 ,contr 
+0x4dce 018402 increase -2 ,contr 
+0x4dcf 018403 istore 1 ,contr 
+0x4dd0 018404 rtn blank 
+0x4dd1 018405 increase 1 ,contr 
+0x4dd2 018406 istoret 1 ,contr 
+:      018407 keyboard_keyvalue_standard_out_next:
+0x4dd3 018408 loop keyboard_keyvalue_standard_out_loop 
+0x4dd4 018409 sub temp ,hid_key_right_gui ,null 
+0x4dd5 018410 nrtn positive 
+0x4dd6 018411 sub temp ,0xbf ,null 
+0x4dd7 018412 rtn positive 
+:      018413 keyboard_keyvalue_control_key_out:
+0x4dd8 018414 and temp ,0x07 ,queue 
+0x4dd9 018415 fetch 1 ,mem_keyboard_keyvalue_buffer 
+0x4dda 018416 qset0 pdata 
+0x4ddb 018417 store 1 ,mem_keyboard_keyvalue_buffer 
+0x4ddc 018418 rtn 
+:      018420 keyboard_keyvalue_standard_in:
+0x4ddd 018421 fetcht 1 ,mem_keyboard_keyvalue_temp 
+0x4dde 018422 arg 6 ,loopcnt 
+0x4ddf 018423 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
+:      018424 keyboard_keyvalue_standard_in_loop:
+0x4de0 018425 ifetch 1 ,contr 
+0x4de1 018426 branch keyboard_keyvalue_standard_in_data ,blank 
+0x4de2 018427 isub temp ,null 
+0x4de3 018428 rtn zero 
+0x4de4 018429 loop keyboard_keyvalue_standard_in_loop 
+0x4de5 018430 sub temp ,hid_key_right_gui ,null 
+0x4de6 018431 nrtn positive 
+0x4de7 018432 sub temp ,0xbf ,null 
+0x4de8 018433 rtn positive 
+:      018434 keyboard_keyvalue_control_key_in:
+0x4de9 018435 and temp ,0x07 ,queue 
+0x4dea 018436 fetch 1 ,mem_keyboard_keyvalue_buffer 
+0x4deb 018437 qset1 pdata 
+0x4dec 018438 store 1 ,mem_keyboard_keyvalue_buffer 
+0x4ded 018439 rtn 
+:      018441 keyboard_keyvalue_standard_in_data:
+0x4dee 018442 sub temp ,hid_key_right_gui ,null 
+0x4def 018443 nbranch keyboard_keyvalue_standard_in_data_next ,positive 
+0x4df0 018444 sub temp ,0xbf ,null 
+0x4df1 018445 nbranch keyboard_keyvalue_control_key_in ,positive 
+:      018446 keyboard_keyvalue_standard_in_data_next:
+0x4df2 018447 increase -1 ,contr 
+0x4df3 018448 istoret 1 ,contr 
+0x4df4 018449 rtn 
+:      018453 keyboard_special_key_check:
+0x4df5 018454 bpatch patch0a_5 ,mem_patch0a 
+0x4df6 018455 call keyboard_pairing_button_check 
+0x4df7 018456 jam 0 ,mem_keyboard_fn_flag 
+0x4df8 018457 jam 0 ,mem_keyboard_control_key_flag 
+0x4df9 018458 jam 0 ,mem_keyboard_bt_button_flag 
+0x4dfa 018459 fetch 1 ,mem_keyboard_keyvalue_buffer 
+0x4dfb 018460 ncall keyborad_control_key_set ,blank 
+0x4dfc 018461 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
+0x4dfd 018462 arg 6 ,loopcnt 
+:      018463 keyboard_special_key_check_loop:
+0x4dfe 018464 ifetch 1 ,contr 
+0x4dff 018465 sub pdata ,hid_key_fn ,null 
+0x4e00 018466 call keyboard_fn_set ,zero 
+0x4e01 018467 sub pdata ,hid_key_pb ,null 
+0x4e02 018468 call keyboard_pb_set ,zero 
+0x4e03 018469 loop keyboard_special_key_check_loop 
+0x4e04 018470 fetch 1 ,mem_device_flag 
+0x4e05 018471 beq mode_24g_device ,keyboard_special_key_check_24g 
+:      018472 keyboard_special_key_check_bluetooth:
+0x4e06 018473 call keyboard_commbination_fast_conn_bt_check 
+0x4e07 018474 fetch 1 ,mem_keyboard_pairing_type 
+0x4e08 018475 branch keyboard_enable_bt_button_pairing ,blank 
+0x4e09 018476 fetch 2 ,mem_keyboard_keyvalue_buffer + 2 
+0x4e0a 018477 fetcht 2 ,mem_keyboard_commbination_key_bt 
+0x4e0b 018478 isub temp ,null 
+0x4e0c 018479 branch keyboard_long_button_bt_discovery ,zero 
+0x4e0d 018480 byteswap temp ,temp 
+0x4e0e 018481 isub temp ,null 
+0x4e0f 018482 branch keyboard_long_button_bt_discovery ,zero 
+0x4e10 018483 rtn 
+:      018484 keyboard_special_key_check_24g:
+0x4e11 018485 fetch 1 ,mem_keyboard_pairing_type 
+0x4e12 018486 branch keyboard_enable_bt_button_pairing ,blank 
+0x4e13 018487 branch keyboard_commbination_pairing_24g_check 
+:      018489 keyboard_pairing_button_check:
+0x4e14 018490 fetch 1 ,mem_keyboard_pairing_type 
+0x4e15 018491 nrtn blank 
+0x4e16 018492 fetcht 1 ,mem_config_select_device_button_gpio 
+0x4e17 018493 sub temp ,ui_button_gpio_disable ,null 
+0x4e18 018494 rtn zero 
+0x4e19 018495 call gpio_get_bit 
+0x4e1a 018496 nbranch keyboard_pairing_button_release ,true 
+0x4e1b 018497 arg 8 ,loopcnt 
+0x4e1c 018498 arg mem_keyboard_keyvalue_buffer ,contw 
+0x4e1d 018499 call clear_mem 
+0x4e1e 018500 jam hid_key_pb ,mem_keyboard_keyvalue_buffer + 2 
+0x4e1f 018501 rtn 
+:      018503 keyboard_pairing_button_release:
+0x4e20 018504 fetch 1 ,mem_keyboard_keyvalue_buffer + 2 
+0x4e21 018505 rtnne hid_key_pb 
+0x4e22 018506 jam hid_key_null ,mem_keyboard_keyvalue_buffer + 2 
+0x4e23 018507 rtn 
+:      018509 keyboard_enable_bt_button_pairing:
+0x4e24 018510 bpatch patch0a_6 ,mem_patch0a 
+0x4e25 018511 fetch 1 ,mem_keyboard_bt_button_flag 
+0x4e26 018512 rtn blank 
+0x4e27 018513 fetch 1 ,mem_device_flag 
+0x4e28 018514 beq mode_24g_device ,keyboard_24g_start_pair_mode 
+:      018515 keyboard_long_button_bt_discovery:
+0x4e29 018517 jam 0 ,mem_keyboard_data_change_flag 
+0x4e2a 018518 fetch 1 ,mem_device_flag 
+0x4e2b 018519 rtneq mode_24g_device 
+0x4e2c 018520 fetch mouse_flag_len ,mem_mouse_flag 
+0x4e2d 018521 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+0x4e2e 018522 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x4e2f 018523 call mouse_enable_function_flag 
+0x4e30 018524 call app_evt_button_long_pressed 
+0x4e31 018525 branch keyboard_bb_event_discovery_btn 
+:      018529 keyboard_commbination_pairing_24g_check:
+0x4e32 018530 fetch 2 ,mem_keyboard_keyvalue_buffer + 2 
+0x4e33 018531 fetcht 2 ,mem_keyboard_commbination_key_24g 
+0x4e34 018532 isub temp ,null 
+0x4e35 018533 branch keyboard_24g_start_pair_mode ,zero 
+0x4e36 018534 byteswap temp ,temp 
+0x4e37 018535 isub temp ,null 
+0x4e38 018536 nrtn zero 
+:      018537 keyboard_24g_start_pair_mode:
+0x4e39 018538 call keyboard_pairing_check_otp_offset 
+0x4e3a 018539 jam 0 ,mem_keyboard_data_change_flag 
+0x4e3b 018540 fetch 2 ,mem_24g_pair_timeout 
+0x4e3c 018541 nrtn blank 
+0x4e3d 018542 setarg 0 
+0x4e3e 018543 store 2 ,mem_mouse_no_data_timer 
+0x4e3f 018544 call keyboard_capslock_led_off 
+0x4e40 018545 branch mouse_24g_start_pair_mode 
+:      018548 keyborad_control_key_set:
+0x4e41 018549 jam 1 ,mem_keyboard_control_key_flag 
+0x4e42 018550 rtn 
+:      018552 keyboard_fn_set:
+0x4e43 018553 jam 1 ,mem_keyboard_fn_flag 
+0x4e44 018554 rtn 
+:      018556 keyboard_pb_set:
+0x4e45 018557 jam 1 ,mem_keyboard_bt_button_flag 
+0x4e46 018558 rtn 
+:      018563 keyboard_motion:
+0x4e47 018564 bpatch patch0a_7 ,mem_patch0a 
+0x4e48 018565 disable user 
+0x4e49 018566 jam 0 ,mem_customer_key 
+0x4e4a 018567 jam 0 ,mem_customer_data_trigger 
+0x4e4b 018568 jam 0 ,mem_customer_data_trigger_last 
+0x4e4c 018569 fetch 1 ,mem_keyboard_commbination_key_step 
+0x4e4d 018570 beq cammbination_key_press ,keyboard_commbination_key_press_process 
+0x4e4e 018571 beq cammbination_key_hold ,keyboard_commbination_key_hold_process 
+0x4e4f 018572 beq cammbination_key_complete ,keyboard_commbination_key_hold_process 
+0x4e50 018573 beq cammbination_key_wait_release ,keyboard_commbination_key_wait_release_process 
+0x4e51 018574 beq cammbination_key_null ,keyboard_commbination_key_null_process 
+0x4e52 018575 fetch 1 ,mem_keyboard_data_change_flag 
+0x4e53 018576 branch keyboard_no_key_press ,blank 
+0x4e54 018577 increase -1 ,pdata 
+0x4e55 018578 store 1 ,mem_keyboard_data_change_flag 
+0x4e56 018579 call keyboard_current_mult_update 
+0x4e57 018580 jam 10 ,mem_keyboard_led_status_get_timer 
+0x4e58 018581 call mouse_no_data_timer_init 
+0x4e59 018582 fetch 1 ,mem_keyboard_commbination_key_step 
+0x4e5a 018583 beq cammbination_key_release ,keyboard_commbination_key_release_process 
+0x4e5b 018584 arg mem_keyboard_tx_data ,contw 
+0x4e5c 018585 arg 10 ,loopcnt 
+0x4e5d 018586 call clear_mem 
+0x4e5e 018587 call keyboard_motion_data_check 
+0x4e5f 018588 jam 0 ,mem_keyboard_data_send_flag 
+0x4e60 018589 rtn 
+:      018591 keyboard_current_mult_update:
+0x4e61 018592 jam 3 ,mem_lpm_mult 
+0x4e62 018593 jam 10 ,mem_mouse_current_mult_timer 
+0x4e63 018594 rtn 
+:      018598 keyboard_no_key_press:
+0x4e64 018599 fetch 1 ,mem_device_flag 
+0x4e65 018600 rtneq mode_bt_device1 
+0x4e66 018601 fetch 1 ,mem_keyboard_led_status_get 
+0x4e67 018602 rtn blank 
+0x4e68 018603 fetch 1 ,mem_24g_repeat_send_flag 
+0x4e69 018604 nrtn blank 
+0x4e6a 018605 fetcht 1 ,mem_keyboard_led_status_get_timer_last 
+0x4e6b 018606 fetch 1 ,mem_keyboard_led_status_get_timer 
+0x4e6c 018607 isub temp ,null 
+0x4e6d 018608 store 1 ,mem_keyboard_led_status_get_timer_last 
+0x4e6e 018609 rtn zero 
+0x4e6f 018610 arg mem_keyboard_tx_data ,contw 
+0x4e70 018611 arg 10 ,loopcnt 
+0x4e71 018612 call clear_mem 
+0x4e72 018613 call enable_user 
+0x4e73 018614 branch keyboard_motion_data_check_next 
+:      018618 keyboard_motion_data_check:
+0x4e74 018619 fetch 1 ,mem_keyboard_consumer_key_status 
+0x4e75 018620 beq keyboard_consumer_key_release ,keyboard_value_consumer_release 
+0x4e76 018621 arg mem_keyboard_keyvalue_buffer + 2 ,contr 
+0x4e77 018622 arg 6 ,loopcnt 
+:      018623 keyboard_value_tpye_check:
+0x4e78 018624 ifetch 1 ,contr 
+0x4e79 018625 sub pdata ,hid_key_right_gui ,null 
+0x4e7a 018626 nbranch keyboard_value_tpye_consumer_set ,positive 
+:      018627 keyboard_value_tpye_check_loop:
+0x4e7b 018628 loop keyboard_value_tpye_check 
+0x4e7c 018630 fetch 1 ,mem_keyboard_all_press_key_count 
+0x4e7d 018631 call keyboard_value_release_all_key ,blank 
+0x4e7e 018632 jam hid_reportid_key_standard ,mem_keyboard_tx_data 
+0x4e7f 018633 fetch 1 ,mem_keyboard_keyvalue_buffer + 2 
+0x4e80 018634 sub pdata ,hid_key_fn ,null 
+0x4e81 018635 branch keyboard_tx_data_skip_fn ,zero 
+0x4e82 018636 arg mem_keyboard_keyvalue_buffer ,contr 
+0x4e83 018637 arg mem_keyboard_tx_data + 1 ,contw 
+0x4e84 018638 arg 8 ,loopcnt 
+:      018639 keyboard_tx_data_store:
+0x4e85 018640 ifetch 1 ,contr 
+0x4e86 018641 beq hid_key_fn ,keyboard_tx_data_clear_fn 
+:      018642 keyboard_tx_data_store_loop:
+0x4e87 018643 istore 1 ,contw 
+0x4e88 018644 loop keyboard_tx_data_store 
+:      018646 keyboard_motion_data_check_next:
+0x4e89 018647 call keyboard_device_data_tpye_check 
+0x4e8a 018649 fetch 1 ,mem_keyboard_data_send_flag 
+0x4e8b 018650 beq device_data_tpye_mouse ,enable_user 
+0x4e8c 018651 beq device_data_tpye_standard_keyboard ,device_send_keyboard_data 
+0x4e8d 018652 beq device_data_tpye_nonstarndard_keyboard ,device_send_keyboard_data 
+0x4e8e 018653 beq device_data_tpye_consumer ,device_send_keyboard_data 
+0x4e8f 018654 beq device_data_tpye_system_conctol ,device_send_keyboard_data 
+:      018655 device_send_keyboard_data:
+0x4e90 018656 call mouse_customerkey_press 
+0x4e91 018657 branch enable_user 
+:      018659 keyboard_value_release_all_key:
+0x4e92 018660 arg mem_keyboard_keyvalue_buffer ,contw 
+0x4e93 018661 arg 9 ,loopcnt 
+0x4e94 018662 branch clear_mem 
+:      018665 keyboard_tx_data_skip_fn:
+0x4e95 018666 fetch 2 ,mem_keyboard_keyvalue_buffer 
+0x4e96 018667 store 2 ,mem_keyboard_tx_data + 1 
+0x4e97 018668 fetch 6 ,mem_keyboard_keyvalue_buffer + 3 
+0x4e98 018669 store 6 ,mem_keyboard_tx_data + 3 
+0x4e99 018670 branch keyboard_motion_data_check_next 
+:      018672 keyboard_tx_data_clear_fn:
+0x4e9a 018673 setarg 0 
+0x4e9b 018674 branch keyboard_tx_data_store_loop 
+:      018677 keyboard_value_tpye_consumer_set:
+0x4e9c 018678 copy pdata ,temp 
+0x4e9d 018679 bpatch patch0b_0 ,mem_patch0b 
+0x4e9e 018680 copy temp ,pdata 
+0x4e9f 018681 jam hid_reportid_consumer_key ,mem_keyboard_tx_data 
+0x4ea0 018682 fetcht 1 ,mem_keyboard_all_press_key_count 
+0x4ea1 018683 sub temp ,hid_key_null ,null 
+0x4ea2 018684 branch keyboard_value_consumer_all_key_release ,zero 
+0x4ea3 018685 beq hid_key_multikey_media ,keyboard_value_media 
+0x4ea4 018686 beq hid_key_multikey_paly ,keyboard_value_play 
+0x4ea5 018687 beq hid_key_multikey_stop ,keyboard_value_stop 
+0x4ea6 018688 beq hid_key_multikey_pre_track ,keyboard_value_pre_track 
+0x4ea7 018689 beq hid_key_multikey_next_track ,keyboard_value_next_track 
+0x4ea8 018690 beq hid_key_multikey_vol_down ,keyboard_value_vol_down 
+0x4ea9 018691 beq hid_key_multikey_vol_up ,keyboard_value_vol_up 
+0x4eaa 018692 beq hid_key_multikey_mute ,keyboard_value_mute 
+0x4eab 018693 beq hid_key_my_computer ,keyboard_value_my_computer 
+0x4eac 018694 beq hid_key_mail ,keyboard_value_mail 
+0x4ead 018695 beq hid_key_calculator ,keyboard_value_calculator 
+0x4eae 018696 beq hid_key_light_down ,keyboard_value_light_down 
+0x4eaf 018697 beq hid_key_light_up ,keyboard_value_light_up 
+0x4eb0 018698 beq hid_key_ac_favorites ,keyboard_value_ac_favorites 
+0x4eb1 018699 beq hid_key_ac_forward ,keyboard_value_ac_forward 
+0x4eb2 018700 beq hid_key_ac_back ,keyboard_value_ac_back 
+0x4eb3 018701 beq hid_key_ac_stop ,keyboard_value_ac_stop 
+0x4eb4 018702 beq hid_key_ac_refresh ,keyboard_value_ac_refresh 
+0x4eb5 018703 beq hid_key_ac_search ,keyboard_value_ac_search 
+0x4eb6 018704 beq hid_key_ac_home ,keyboard_value_ac_home 
+0x4eb7 018705 beq hid_key_ios_android_os_lock ,keyboard_value_os_lock 
+0x4eb8 018706 beq hid_key_os_soft_kb ,keyboard_value_os_soft_kb 
+0x4eb9 018707 beq hid_key_system_sleep ,keyboard_value_system_sleep 
+0x4eba 018708 branch keyboard_motion_data_check_next 
+:      018710 keyboard_value_media:
+0x4ebb 018711 setarg 0x0183 
+0x4ebc 018712 store 2 ,mem_keyboard_tx_data + 1 
+0x4ebd 018713 branch keyboard_motion_data_check_next 
+:      018714 keyboard_value_play:
+0x4ebe 018715 setarg 0x00cd 
+0x4ebf 018716 store 2 ,mem_keyboard_tx_data + 1 
+0x4ec0 018717 branch keyboard_motion_data_check_next 
+:      018718 keyboard_value_stop:
+0x4ec1 018719 setarg 0x00b7 
+0x4ec2 018720 store 2 ,mem_keyboard_tx_data + 1 
+0x4ec3 018721 branch keyboard_motion_data_check_next 
+:      018722 keyboard_value_pre_track:
+0x4ec4 018723 setarg 0x00b6 
+0x4ec5 018724 store 2 ,mem_keyboard_tx_data + 1 
+0x4ec6 018725 branch keyboard_motion_data_check_next 
+:      018726 keyboard_value_next_track:
+0x4ec7 018727 setarg 0x00b5 
+0x4ec8 018728 store 2 ,mem_keyboard_tx_data + 1 
+0x4ec9 018729 branch keyboard_motion_data_check_next 
+:      018730 keyboard_value_vol_down:
+0x4eca 018731 setarg 0x00ea 
+0x4ecb 018732 store 2 ,mem_keyboard_tx_data + 1 
+0x4ecc 018733 branch keyboard_motion_data_check_next 
+:      018734 keyboard_value_vol_up:
+0x4ecd 018735 setarg 0x00e9 
+0x4ece 018736 store 2 ,mem_keyboard_tx_data + 1 
+0x4ecf 018737 branch keyboard_motion_data_check_next 
+:      018738 keyboard_value_mute:
+0x4ed0 018739 setarg 0x00e2 
+0x4ed1 018740 store 2 ,mem_keyboard_tx_data + 1 
+0x4ed2 018741 branch keyboard_motion_data_check_next 
+:      018742 keyboard_value_my_computer:
+0x4ed3 018743 setarg 0x0194 
+0x4ed4 018744 store 2 ,mem_keyboard_tx_data + 1 
+0x4ed5 018745 branch keyboard_motion_data_check_next 
+:      018746 keyboard_value_mail:
+0x4ed6 018747 setarg 0x018a 
+0x4ed7 018748 store 2 ,mem_keyboard_tx_data + 1 
+0x4ed8 018749 branch keyboard_motion_data_check_next 
+:      018750 keyboard_value_calculator:
+0x4ed9 018751 setarg 0x0192 
+0x4eda 018752 store 2 ,mem_keyboard_tx_data + 1 
+0x4edb 018753 branch keyboard_motion_data_check_next 
+:      018754 keyboard_value_light_down:
+0x4edc 018755 setarg 0x0070 
+0x4edd 018756 store 2 ,mem_keyboard_tx_data + 1 
+0x4ede 018757 branch keyboard_motion_data_check_next 
+:      018758 keyboard_value_light_up:
+0x4edf 018759 setarg 0x006f 
+0x4ee0 018760 store 2 ,mem_keyboard_tx_data + 1 
+0x4ee1 018761 branch keyboard_motion_data_check_next 
+:      018762 keyboard_value_ac_favorites:
+0x4ee2 018763 setarg 0x022a 
+0x4ee3 018764 store 2 ,mem_keyboard_tx_data + 1 
+0x4ee4 018765 branch keyboard_motion_data_check_next 
+:      018766 keyboard_value_ac_forward:
+0x4ee5 018767 setarg 0x0225 
+0x4ee6 018768 store 2 ,mem_keyboard_tx_data + 1 
+0x4ee7 018769 branch keyboard_motion_data_check_next 
+:      018770 keyboard_value_ac_back:
+0x4ee8 018771 setarg 0x0224 
+0x4ee9 018772 store 2 ,mem_keyboard_tx_data + 1 
+0x4eea 018773 branch keyboard_motion_data_check_next 
+:      018774 keyboard_value_ac_stop:
+0x4eeb 018775 setarg 0x0226 
+0x4eec 018776 store 2 ,mem_keyboard_tx_data + 1 
+0x4eed 018777 branch keyboard_motion_data_check_next 
+:      018778 keyboard_value_ac_refresh:
+0x4eee 018779 setarg 0x0227 
+0x4eef 018780 store 2 ,mem_keyboard_tx_data + 1 
+0x4ef0 018781 branch keyboard_motion_data_check_next 
+:      018782 keyboard_value_ac_search:
+0x4ef1 018783 fetch 1 ,mem_kb_computer_system 
+0x4ef2 018784 beq system_os_ios ,keyboard_value_ac_home 
+0x4ef3 018785 beq system_os_mac ,keyboard_value_ac_home 
+0x4ef4 018786 setarg 0x0221 
+0x4ef5 018787 store 2 ,mem_keyboard_tx_data + 1 
+0x4ef6 018788 branch keyboard_motion_data_check_next 
+:      018789 keyboard_value_ac_home:
+0x4ef7 018790 setarg 0x0223 
+0x4ef8 018791 store 2 ,mem_keyboard_tx_data + 1 
+0x4ef9 018792 branch keyboard_motion_data_check_next 
+:      018793 keyboard_value_os_lock:
+0x4efa 018794 setarg 0x0030 
+0x4efb 018795 store 2 ,mem_keyboard_tx_data + 1 
+0x4efc 018796 branch keyboard_motion_data_check_next 
+:      018797 keyboard_value_os_soft_kb:
+0x4efd 018798 fetch 1 ,mem_kb_computer_system 
+0x4efe 018799 beq system_os_andriod ,keyboard_value_os_soft_kb_andriod 
+0x4eff 018800 setarg 0x01ae 
+0x4f00 018801 store 2 ,mem_keyboard_tx_data + 1 
+0x4f01 018802 branch keyboard_motion_data_check_next 
+:      018803 keyboard_value_os_soft_kb_andriod:
+0x4f02 018804 setarg 0x0307 
+0x4f03 018805 store 2 ,mem_keyboard_tx_data + 1 
+0x4f04 018806 branch keyboard_motion_data_check_next 
+:      018808 keyboard_value_consumer_all_key_release:
+:      018809 keyboard_value_consumer_release:
+0x4f05 018810 jam 2 ,mem_keyboard_data_change_flag 
+0x4f06 018811 fetch 1 ,mem_keyboard_all_press_key_count 
+0x4f07 018812 call keyboard_value_release_all_key ,blank 
+0x4f08 018813 jam keyboard_consumer_key_standby ,mem_keyboard_consumer_key_status 
+0x4f09 018814 setarg 0x03 
+0x4f0a 018815 store 3 ,mem_keyboard_tx_data 
+0x4f0b 018816 branch keyboard_motion_data_check_next 
+:      018817 keyboard_value_system_sleep:
+0x4f0c 018818 jam hid_reportid_system_ctrl ,mem_keyboard_tx_data 
+0x4f0d 018819 setarg 0x02 
+0x4f0e 018820 store 1 ,mem_keyboard_tx_data + 1 
+0x4f0f 018821 branch keyboard_motion_data_check_next 
+:      018828 keyboard_device_data_tpye_check:
+0x4f10 018829 bpatch patch0b_1 ,mem_patch0b 
+0x4f11 018830 fetch 1 ,mem_device_flag 
+0x4f12 018831 bne mode_24g_device ,keyboard_device_data_tpye_check_next 
+0x4f13 018832 jam 0 ,mem_24g_repeat_send_flag 
+0x4f14 018833 fetch 2 ,mem_keyboard_tx_data 
+0x4f15 018834 ncall keyboard_set_repeat_send_flag ,blank 
+0x4f16 018835 fetch 6 ,mem_keyboard_tx_data + 3 
+0x4f17 018836 ncall keyboard_set_repeat_send_flag ,blank 
+:      018838 keyboard_device_data_tpye_check_next:
+0x4f18 018839 fetch 1 ,mem_keyboard_tx_data 
+0x4f19 018840 beq hid_reportid_key_standard ,keyboard_standard_data_send 
+0x4f1a 018841 beq hid_reportid_mouse ,keyboard_mouse_data_send 
+0x4f1b 018842 beq hid_reportid_consumer_key ,keyboard_consumer_data_send 
+0x4f1c 018843 beq hid_reportid_system_ctrl ,keyboard_system_control_data_send 
+0x4f1d 018844 rtn 
+:      018846 keyboard_mouse_data_send:
+0x4f1e 018847 jam device_data_tpye_mouse ,mem_keyboard_data_send_flag 
+0x4f1f 018848 arg mem_keyboard_tx_data ,contr 
+0x4f20 018849 arg mem_mouse_key ,contw 
+0x4f21 018850 arg 7 ,loopcnt 
+0x4f22 018851 branch memcpy 
+:      018853 keyboard_standard_data_send:
+0x4f23 018854 jam device_data_tpye_standard_keyboard ,mem_keyboard_data_send_flag 
+0x4f24 018855 call keyboard_clear_key_data 
+0x4f25 018856 fetch 1 ,mem_device_flag 
+0x4f26 018857 beq mode_bt_device1 ,keyboard_standard_data_send_end 
+0x4f27 018858 call keyboard_24g_led_get_status_check 
+0x4f28 018859 fetch 1 ,mem_keyboard_led_status_get 
+0x4f29 018860 store 1 ,mem_keyboard_tx_data + 2 
+:      018861 keyboard_standard_data_send_end:
+0x4f2a 018862 arg mem_keyboard_tx_data ,contr 
+0x4f2b 018863 arg mem_customer_key_press ,contw 
+0x4f2c 018864 arg 9 ,loopcnt 
+0x4f2d 018865 branch memcpy 
+:      018867 keyboard_consumer_data_send:
+0x4f2e 018868 jam device_data_tpye_consumer ,mem_keyboard_data_send_flag 
+0x4f2f 018869 call keyboard_clear_key_data 
+0x4f30 018870 setarg 0x03 
+0x4f31 018871 call mouse_customer_media_key_set 
+0x4f32 018872 arg mem_keyboard_tx_data + 1 ,contr 
+0x4f33 018873 arg mem_customer_key_press + 1 ,contw 
+0x4f34 018874 arg 2 ,loopcnt 
+0x4f35 018875 branch memcpy 
+:      018877 keyboard_system_control_data_send:
+0x4f36 018878 jam device_data_tpye_system_conctol ,mem_keyboard_data_send_flag 
+0x4f37 018879 call keyboard_clear_key_data 
+0x4f38 018880 setarg 0x02 
+0x4f39 018881 store 8 ,mem_customer_key_press 
+0x4f3a 018882 store 8 ,mem_customer_key_release 
+0x4f3b 018883 fetch 1 ,mem_keyboard_tx_data + 1 
+0x4f3c 018884 store 1 ,mem_customer_key_press + 1 
+0x4f3d 018885 rtn 
+:      018888 keyboard_clear_key_data:
+0x4f3e 018889 arg 18 ,loopcnt 
+0x4f3f 018890 arg mem_customer_key_press ,contw 
+0x4f40 018891 branch clear_mem 
+:      018896 keyboard_lpm_before_common:
+0x4f41 018897 call clear_wake 
+0x4f42 018898 call mouse_wheel_check 
+0x4f43 018899 fetcht 1 ,mem_whee_a_data_gpio 
+0x4f44 018900 call gpio_set_wake_by_current_state 
+0x4f45 018901 fetcht 1 ,mem_whee_b_data_gpio 
+0x4f46 018902 call gpio_set_wake_by_current_state 
+0x4f47 018904 fetcht 1 ,mem_config_select_device_button_gpio 
+0x4f48 018905 call gpio_set_wake 
+0x4f49 018907 fetch 2 ,mem_kb_col_ptr 
+0x4f4a 018908 copy pdata ,regb 
+0x4f4b 018909 arg 20 ,loopcnt 
+:      018910 keyboard_key_col_wake_init:
+0x4f4c 018911 ifetcht 1 ,regb 
+0x4f4d 018912 isolate1 7 ,temp 
+0x4f4e 018913 ncall gpio_out_active ,true 
+0x4f4f 018914 increase 1 ,regb 
+0x4f50 018915 loop keyboard_key_col_wake_init 
+0x4f51 018917 fetch 2 ,mem_kb_row_ptr 
+0x4f52 018918 copy pdata ,regb 
+0x4f53 018919 arg 8 ,loopcnt 
+:      018920 keyboard_key_row_wake_init:
+0x4f54 018921 ifetcht 1 ,regb 
+0x4f55 018922 sub temp ,ui_button_gpio_disable ,null 
+0x4f56 018923 ncall gpio_set_wake_by_current_state ,zero 
+0x4f57 018924 increase 1 ,regb 
+0x4f58 018925 loop keyboard_key_row_wake_init 
+0x4f59 018926 rtn 
+:      018928 keyboard_key_row_wake_set:
+0x4f5a 018929 fetch 1 ,mem_same_keyvalue_timerout_flag 
+0x4f5b 018930 branch gpio_set_wake ,blank 
+0x4f5c 018931 branch gpio_set_wake_by_current_state 
+:      018932 keyboard_process_lpm_before:
+0x4f5d 018933 rtnmark1 mark_24g 
+0x4f5e 018934 call keyboard_lpm_before_common 
+0x4f5f 018935 fetch 1 ,mem_lpm_current_mult 
+0x4f60 018936 nrtn blank 
+0x4f61 018937 branch gpio_clr_wake 
+:      018938 keyboard_before_hibernate:
+0x4f62 018939 bpatch patch0b_2 ,mem_patch0b 
+0x4f63 018940 jam 0xff ,mem_sensor_motion_gpio 
+0x4f64 018941 call disable_authrom 
+0x4f65 018942 call keyboard_device_led_all_off 
+0x4f66 018943 call mouse_before_hibernate_wheel_gpio_set 
+0x4f67 018944 call mouse_setgpio_hibernate 
+0x4f68 018945 call mouse_flash_power_down 
+0x4f69 018946 fetcht 1 ,mem_sensor_motion_gpio 
+0x4f6a 018947 branch gpio_clr_wake 
+:      018949 keyboard_power_down:
+0x4f6b 018950 call keyboard_device_led_all_off 
+:      018951 keyboard_app_enter_hibernate:
+0x4f6c 018952 bpatch patch0b_3 ,mem_patch0b 
+0x4f6d 018953 call keyboard_setgpio_hibernate 
+0x4f6e 018954 call ice_break 
+0x4f6f 018955 branch app_enter_hibernate 
+:      018957 keyboard_device_led_all_off:
+0x4f70 018958 bpatch patch0b_4 ,mem_patch0b 
+0x4f71 018959 call keyboard_device_led_off 
+0x4f72 018960 call keyboard_numlock_led_off 
+0x4f73 018961 call keyboard_capslock_led_off 
+0x4f74 018962 branch keyboard_power_led_off 
+:      018969 keyboard_setgpio_hibernate:
+0x4f75 018970 bpatch patch0b_5 ,mem_patch0b 
+0x4f76 018971 call clear_wake 
+0x4f77 018972 call keyboard_device_led_all_off 
+0x4f78 018973 call mouse_set_sdio_high 
+0x4f79 018974 call keyboard_lpm_before_common 
+0x4f7a 018975 call mouse_gpio_pd_idle 
+0x4f7b 018976 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+0x4f7c 018977 call mouse_gpio_config_input_pu 
+0x4f7d 018978 call mouse_gpio_set_high_impedance 
+0x4f7e 018979 branch mouse_adc_gpio_set_before_hibernate 
+:      018991 keyboard_g24_reconn_dispatch:
+0x4f7f 018992 fetch 2 ,mem_24g_reconn_count 
+0x4f80 018993 and_into 0xe0 ,pdata 
+0x4f81 018994 branch keyboard_g24_reconn_dispatch_next ,blank 
+0x4f82 018995 fetch 2 ,mem_24g_reconn_count 
+0x4f83 018996 increase 1 ,pdata 
+0x4f84 018997 store 2 ,mem_24g_reconn_count 
+0x4f85 018998 rtn 
+:      018999 keyboard_g24_reconn_dispatch_next:
+0x4f86 019000 call g24_reconn_data_prep 
+0x4f87 019001 call g24_transmit_receive_ack 
+0x4f88 019002 nbranch g24_reconn_device_fail ,sync 
+0x4f89 019003 nbranch g24_reconn_device_fail ,user3 
+0x4f8a 019004 call keyboard_g24_ackpayload_parse 
+0x4f8b 019005 branch g24_reconn_dispatch_next + 5 
+:      019009 keyboard_g24_transmit_no_interrupt:
+0x4f8c 019011 call g24_txdata_prep 
+0x4f8d 019012 nbranch keyboard_g24_nodata_transmit ,user 
+:      019013 keyboard_g24_transmit_start:
+0x4f8e 019014 call keyboard_g24_transmit_process 
+0x4f8f 019015 call keyboard_power_ctrl_start 
+0x4f90 019016 branch keyboard_g24_transmit_start_next 
+:      019018 keyboard_g24_nodata_transmit:
+0x4f91 019019 fetch 8 ,mem_keyscan_value_current 
+0x4f92 019020 nbranch keyboard_g24_transmit_start ,blank 
+0x4f93 019021 fetch 8 ,mem_keyscan_value_current + 8 
+0x4f94 019022 nbranch keyboard_g24_transmit_start ,blank 
+0x4f95 019023 fetch 4 ,mem_keyscan_value_current + 16 
+0x4f96 019024 nbranch keyboard_g24_transmit_start ,blank 
+0x4f97 019026 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x4f98 019027 rtneq g24_tx_timer_int_enable 
+0x4f99 019028 call g24_search_receiver 
+:      019029 keyboard_g24_long_sleep:
+0x4f9a 019030 call keyboard_g24_lpm_wait 
+0x4f9b 019031 nrtn user 
+0x4f9c 019032 fetch 1 ,mem_sensor_shutdown_flag 
+0x4f9d 019033 ncall keyboard_setgpio_hibernate ,blank 
+0x4f9e 019034 fetch 4 ,mem_24g_enter_hibernate 
+0x4f9f 019035 branch g24_long_seep2 
+:      019037 keyboard_g24_transmit_process:
+0x4fa0 019038 bpatch patch0b_6 ,mem_patch0b 
+0x4fa1 019039 jam 0 ,mem_24g_retry 
+:      019040 keyboard_g24_transmit_loop:
+0x4fa2 019041 fetchr timeup ,2 ,mem_param_rx_setup 
+0x4fa3 019042 until clkn_rt ,meet 
+0x4fa4 019043 call keyboard_special_key_check 
+0x4fa5 019044 fetch 1 ,mem_keyboard_bt_button_flag 
+0x4fa6 019045 nbranch mouse_soft_reset ,blank 
+0x4fa7 019046 call g24_transmit_receive_ack 
+0x4fa8 019047 fetch 1 ,mem_24g_no_ack 
+0x4fa9 019048 beq no_ack_24g ,g24_transmit_no_ack 
+0x4faa 019049 nbranch keyboard_g24_retransmit ,sync 
+0x4fab 019050 nbranch keyboard_g24_retransmit ,user3 
+0x4fac 019051 call keyboard_g24_ackpayload_parse 
+0x4fad 019052 jam 0 ,mem_sensor_shutdown_flag 
+0x4fae 019053 branch g24_transmit_no_ack 
+:      019056 keyboard_g24_retransmit:
+0x4faf 019057 fetch 1 ,mem_24g_abort_pac 
+0x4fb0 019058 nrtn blank 
+0x4fb1 019059 fetch 2 ,mem_24g_txfail_cnt 
+0x4fb2 019060 increase 1 ,pdata 
+0x4fb3 019061 store 2 ,mem_24g_txfail_cnt 
+0x4fb4 019062 fetch 1 ,mem_24g_txfail_cnt 
+0x4fb5 019063 beq 0xff ,g24_tx_attempt_fail 
+0x4fb6 019064 call keyboard_g24_transmit_hop_process 
+0x4fb7 019065 branch keyboard_g24_transmit_loop 
+:      019068 keyboard_g24_transmit_hop_process:
+0x4fb8 019069 fetcht 1 ,mem_24g_retry 
+0x4fb9 019070 sub temp ,20 ,null 
+0x4fba 019071 branch keyboard_g24_tx_fast_hop ,positive 
+0x4fbb 019072 arg 25 ,loopcnt 
+0x4fbc 019073 call delay_ms_wait 
+0x4fbd 019074 branch g24_hop_ch_disable 
+:      019076 keyboard_g24_tx_fast_hop:
+0x4fbe 019077 increase 1 ,temp 
+0x4fbf 019078 storet 1 ,mem_24g_retry 
+0x4fc0 019079 fetch 4 ,mem_24g_addr 
+0x4fc1 019080 fetcht 4 ,mem_24g_fast_conn_addr 
+0x4fc2 019081 isub temp ,null 
+0x4fc3 019082 branch g24_ch ,zero 
+0x4fc4 019083 fetch 1 ,mem_24g_retry 
+0x4fc5 019084 sub pdata ,3 ,null 
+0x4fc6 019085 rtn positive 
+0x4fc7 019086 branch g24_tx_fast_hop 
+:      019089 keyboard_g24_lpm_wait:
+0x4fc8 019090 enable user 
+0x4fc9 019091 call lpo_calibration 
+0x4fca 019092 fetch 3 ,mem_clks_per_lpo 
+0x4fcb 019093 branch disable_user ,blank 
+0x4fcc 019094 fetch 1 ,mem_keyboard_fn_flag 
+0x4fcd 019095 nbranch disable_user ,blank 
+0x4fce 019096 fetch 1 ,mem_keyboard_control_key_flag 
+0x4fcf 019097 nbranch disable_user ,blank 
+0x4fd0 019098 fetch 1 ,mem_keyboard_commbination_control_key_delay_release_timer 
+0x4fd1 019099 nbranch disable_user ,blank 
+0x4fd2 019100 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x4fd3 019101 beq g24_tx_timer_int_enable ,disable_user 
+0x4fd4 019102 branch g24_lpm_wait + 5 
+:      019104 keyboard_power_ctrl_start:
+0x4fd5 019105 fetch 4 ,mem_24g_addr 
+0x4fd6 019106 fetcht 4 ,mem_24g_fast_conn_addr 
+0x4fd7 019107 isub temp ,null 
+0x4fd8 019108 nbranch power_ctrl_start + 1 ,zero 
+0x4fd9 019109 jam tx_power_f30db ,mem_tx_power 
+0x4fda 019110 rtn 
+:      019111 keyboard_g24_transmit_start_next:
+0x4fdb 019112 fetch 8 ,mem_24g_long_sleep_set 
+0x4fdc 019113 store 8 ,mem_24g_enter_hibernate 
+0x4fdd 019114 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
+0x4fde 019115 store 2 ,mem_24g_long_sleep_param_update_timer 
+:      019116 keyboard_g24_short_sleep:
+0x4fdf 019117 bpatch patch0b_7 ,mem_patch0b 
+0x4fe0 019118 call g24_lpm_wait 
+0x4fe1 019119 nrtn user 
+0x4fe2 019120 call clear_wake 
+0x4fe3 019121 fetch 3 ,mem_24g_short_sleep_set 
+0x4fe4 019122 branch g24_long_seep2 
+:      019129 keyboard_24g_package_data:
+0x4fe5 019131 rtnmark0 mark_24g 
+0x4fe6 019132 call keyboard_motion 
+0x4fe7 019133 nrtn user 
+0x4fe8 019134 fetch mouse_flag_len ,mem_mouse_flag 
+0x4fe9 019135 bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
+0x4fea 019136 fetch 1 ,mem_customer_key 
+0x4feb 019137 nbranch keyboard_24g_keyboard_package_data ,blank 
+0x4fec 019138 branch mouse_24g_mouse_package_data 
+:      019140 keyboard_24g_keyboard_package_data:
+0x4fed 019141 jam type_kb ,mem_24g_data_type 
+0x4fee 019142 arg 9 ,rega 
+0x4fef 019143 fetch 1 ,mem_customer_data_trigger 
+0x4ff0 019144 nbranch keyboard_customer_key_press ,blank 
+0x4ff1 019145 arg mem_customer_key_release ,regb 
+0x4ff2 019146 rtn 
+:      019147 keyboard_customer_key_press:
+0x4ff3 019148 arg mem_customer_key_press ,regb 
+0x4ff4 019149 rtn 
+:      019154 keyboard_24g_search_dongle_init:
+0x4ff5 019155 setarg 0 
+0x4ff6 019156 store 3 ,mem_mouse_search_dongle_action 
+0x4ff7 019157 rtn 
+:      019159 keyboard_24g_search_dongle:
+0x4ff8 019160 bpatch patch0c_0 ,mem_patch0c 
+0x4ff9 019161 fetch mouse_flag_len ,mem_mouse_flag 
+0x4ffa 019162 rtnbit0 mouse_enable_24g_search_dongle 
+0x4ffb 019163 fetch 1 ,mem_mouse_long_mult_flag 
+0x4ffc 019164 rtn blank 
+0x4ffd 019165 fetch 1 ,mem_24g_abort_pac 
+0x4ffe 019166 rtn blank 
+0x4fff 019167 fetch 1 ,mem_mouse_search_dongle_interval 
+0x5000 019168 increase 1 ,pdata 
+0x5001 019169 and_into 3 ,pdata 
+0x5002 019170 store 1 ,mem_mouse_search_dongle_interval 
+0x5003 019171 nrtn blank 
+0x5004 019172 jam 0 ,mem_mouse_search_dongle_ch 
+:      019173 keyboard_24g_search_dongle_loop:
+0x5005 019175 fetch 1 ,mem_mouse_search_dongle_ch 
+0x5006 019176 increase 1 ,pdata 
+0x5007 019177 store 1 ,mem_mouse_search_dongle_ch 
+0x5008 019178 sub pdata ,g24_ch_number ,null 
+0x5009 019179 nbranch keyboard_24g_search_dongle_loop_end ,positive 
+0x500a 019180 call g24_reconn_data_prep 
+0x500b 019181 call g24_transmit_receive_ack 
+0x500c 019182 nbranch keyboard_24g_search_dongle_loop_retry ,sync 
+0x500d 019183 nbranch keyboard_24g_search_dongle_loop_retry ,user3 
+0x500e 019184 call keyboard_g24_ackpayload_parse 
+0x500f 019185 call keyboard_24g_search_dongle_success 
+:      019186 keyboard_24g_search_dongle_loop_end:
+0x5010 019187 call g24_txbuf_clear 
+0x5011 019188 fetch 1 ,mem_mouse_search_dongle_count 
+0x5012 019189 increase 1 ,pdata 
+0x5013 019190 store 1 ,mem_mouse_search_dongle_count 
+0x5014 019191 beq g24_ch_poll_count ,keyboard_24g_search_dongle_check 
+0x5015 019192 rtn 
+:      019194 keyboard_24g_search_dongle_loop_retry:
+0x5016 019195 call g24_ch 
+0x5017 019196 branch keyboard_24g_search_dongle_loop 
+:      019198 keyboard_24g_search_dongle_check:
+0x5018 019199 jam 0 ,mem_mouse_search_dongle_count 
+0x5019 019200 fetch 1 ,mem_mouse_search_dongle_action 
+0x501a 019201 rtnbit1 g24_disconn_state 
+0x501b 019202 set1 g24_disconn_state ,pdata 
+0x501c 019203 store 1 ,mem_mouse_search_dongle_action 
+0x501d 019204 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+0x501e 019205 store 2 ,mem_mouse_no_data_timer 
+0x501f 019206 rtn 
+:      019209 keyboard_24g_search_dongle_success:
+0x5020 019210 fetch 1 ,mem_24g_abort_pac 
+0x5021 019211 branch keyboard_24g_search_dongle_init ,blank 
+0x5022 019212 jam 0 ,mem_mouse_search_dongle_count 
+0x5023 019213 fetch 1 ,mem_mouse_search_dongle_action 
+0x5024 019214 rtnbit0 g24_disconn_state 
+0x5025 019215 set0 g24_disconn_state ,pdata 
+0x5026 019216 store 1 ,mem_mouse_search_dongle_action 
+0x5027 019217 branch mouse_no_data_timer_init 
+:      019220 keyboard_g24_ackpayload_parse:
+0x5028 019221 call g24_ackpayload_parse 
+0x5029 019222 fetch 1 ,mem_24g_rxbuf + 1 
+0x502a 019223 compare 0x08 ,pdata ,0xf8 
+0x502b 019224 nrtn true 
+0x502c 019225 fetch 1 ,mem_24g_rxbuf + 2 
+0x502d 019226 beq 0xff ,keyboard_24g_hibernate_set 
+0x502e 019227 rtn 
+:      019232 keyboard_le_send_att_find_by_type_value_request_ancs:
+0x502f 019233 jam 1 ,mem_le_connect_ios_mac_flag 
+0x5030 019234 arg 23 ,rega 
+0x5031 019235 arg le_l2cap_cid_att ,regb 
+0x5032 019236 call le_fifo_malloc_tx_l2cap 
+0x5033 019237 setarg attop_find_by_type_value_request 
+0x5034 019238 istore 1 ,contw 
+0x5035 019239 setarg 0x0001 
+0x5036 019240 istore 2 ,contw 
+0x5037 019241 setarg 0xffff 
+0x5038 019242 istore 2 ,contw 
+0x5039 019243 setarg 0x2800 
+0x503a 019244 istore 2 ,contw 
+0x503b 019245 arg mem_le_search_service_uuid ,contr 
+0x503c 019246 branch memcpy16 
+:      019247 keyboard_le_att_auto_reco_process:
+0x503d 019248 bpatch patch0c_1 ,mem_patch0c 
+0x503e 019249 fetch 1 ,mem_le_connect_ios_mac_flag 
+0x503f 019250 rtn blank 
+0x5040 019251 copy rega ,contr 
+0x5041 019252 ifetch 3 ,contr 
+0x5042 019253 store 3 ,mem_le_att_opcode 
+0x5043 019254 beq attop_read_response ,keyboard_le_parse_att_manu_resp 
+0x5044 019255 beq attop_read_by_type_response ,keyboard_le_send_att_read_by_type_rsp_mac 
+0x5045 019256 beq attop_find_by_type_value_response ,keyboard_le_parse_att_find_by_type_value_rsp 
+0x5046 019257 beq attop_error_response ,keyboard_le_send_att_find_by_type_value_request_mac 
+0x5047 019258 branch le_parse_att2 
+:      019260 keyboard_le_parse_att_find_by_type_value_rsp:
+0x5048 019261 fetch 1 ,mem_le_connect_ios_mac_flag 
+0x5049 019262 beq 2 ,keyboard_le_parse_att_find_by_type_value_rsp_mac 
+:      019263 keyboard_le_parse_att_find_ios_report:
+0x504a 019264 jam system_os_ios ,mem_kb_computer_system 
+0x504b 019265 branch keyboard_otp_store_computer_system_ble 
+:      019266 keyboard_le_parse_att_not_find_mac_report:
+0x504c 019268 fetch 1 ,mem_le_conn_peer_addr_type 
+0x504d 019269 store 1 ,mem_kb_computer_system 
+0x504e 019270 branch keyboard_otp_store_computer_system_ble 
+:      019271 keyboard_le_parse_att_find_mac_report:
+0x504f 019272 jam system_os_mac ,mem_kb_computer_system 
+:      019273 keyboard_otp_store_computer_system_ble:
+0x5050 019274 jam 0 ,mem_le_connect_ios_mac_flag 
+0x5051 019275 fetcht 2 ,mem_otp_read_retention_offset 
+0x5052 019276 setarg 0x1fd0 
+0x5053 019277 isub temp ,regb 
+0x5054 019278 arg mem_kb_computer_system ,rega 
+0x5055 019280 arg 1 ,loopcnt 
+0x5056 019281 call otp_write 
+0x5057 019282 fetcht 2 ,mem_otp_read_retention_offset 
+0x5058 019283 increase 14 ,temp 
+0x5059 019284 storet 2 ,mem_otp_read_retention_offset 
+0x505a 019285 rtn 
+:      019289 keyboard_le_send_att_find_by_type_value_request_mac:
+0x505b 019290 fetch 1 ,mem_le_connect_ios_mac_flag 
+0x505c 019291 beq 2 ,keyboard_le_parse_att_not_find_mac_report 
+0x505d 019292 jam 2 ,mem_le_connect_ios_mac_flag 
+0x505e 019293 arg 9 ,rega 
+0x505f 019294 arg le_l2cap_cid_att ,regb 
+0x5060 019295 call le_fifo_malloc_tx_l2cap 
+0x5061 019296 setarg attop_find_by_type_value_request 
+0x5062 019297 istore 1 ,contw 
+0x5063 019298 setarg 0x0001 
+0x5064 019299 istore 2 ,contw 
+0x5065 019300 setarg 0xffff 
+0x5066 019301 istore 2 ,contw 
+0x5067 019302 setarg 0x2800 
+0x5068 019303 istore 2 ,contw 
+0x5069 019304 arg 2 ,loopcnt 
+0x506a 019305 arg mem_le_search_mac_uuid ,contr 
+0x506b 019306 branch memcpy 
+:      019308 keyboard_le_parse_att_find_by_type_value_rsp_mac:
+0x506c 019309 arg 7 ,rega 
+0x506d 019310 arg le_l2cap_cid_att ,regb 
+0x506e 019311 call le_fifo_malloc_tx_l2cap 
+0x506f 019312 setarg attop_read_by_type_request 
+0x5070 019313 istore 1 ,contw 
+0x5071 019314 fetcht 2 ,mem_le_payload_ptr 
+0x5072 019315 increase 5 ,temp 
+0x5073 019316 ifetch 4 ,temp 
+0x5074 019317 istore 4 ,contw 
+0x5075 019318 setarg 0x2803 
+0x5076 019319 istore 2 ,contw 
+0x5077 019320 rtn 
+:      019322 keyboard_le_send_att_read_by_type_rsp_mac:
+0x5078 019323 fetch 2 ,mem_le_l2cap_size 
+0x5079 019324 increase -2 ,pdata 
+0x507a 019325 div pdata ,7 
+0x507b 019326 call wait_div_end 
+0x507c 019327 quotient loopcnt 
+0x507d 019328 fetch 2 ,mem_le_payload_ptr 
+0x507e 019329 add pdata ,6 ,contr 
+0x507f 019330 branch keyboard_le_check_att_read_type_manu_loop 
+:      019332 keyboard_le_check_att_read_type_manu_loop:
+0x5080 019333 increase 3 ,contr 
+0x5081 019334 ifetch 2 ,contr 
+0x5082 019335 copy pdata ,regc 
+0x5083 019336 ifetch 2 ,contr 
+0x5084 019337 arg 0x2a29 ,temp 
+0x5085 019338 isub temp ,null 
+0x5086 019339 branch keyboard_le_send_att_read_by_type_rsp_manufactory ,zero 
+0x5087 019340 loop keyboard_le_check_att_read_type_manu_loop 
+0x5088 019341 branch keyboard_le_parse_att_not_find_mac_report 
+:      019342 keyboard_le_send_att_read_by_type_rsp_manufactory:
+0x5089 019343 arg 3 ,rega 
+0x508a 019344 arg le_l2cap_cid_att ,regb 
+0x508b 019345 call le_fifo_malloc_tx_l2cap 
+0x508c 019346 setarg attop_read_request 
+0x508d 019347 istore 1 ,contw 
+0x508e 019348 copy regc ,pdata 
+0x508f 019349 istore 2 ,contw 
+0x5090 019350 rtn 
+:      019352 keyboard_le_parse_att_manu_resp:
+0x5091 019353 fetch 2 ,mem_le_l2cap_size 
+0x5092 019354 arg 9 ,loopcnt 
+0x5093 019355 fetch 2 ,mem_le_payload_ptr 
+0x5094 019356 add pdata ,5 ,rega 
+0x5095 019357 arg mem_le_search_mac_manu_name ,regb 
+0x5096 019358 call string_compare 
+0x5097 019359 branch keyboard_le_parse_att_find_mac_report ,zero 
+0x5098 019360 branch keyboard_le_parse_att_not_find_mac_report 
+:      019368 module_init:
+0x5099 019369 branch module_lpm_init ,wake 
+0x509a 019370 call le_modified_name 
+0x509b 019371 setarg module_process_idle 
+0x509c 019372 store 2 ,mem_cb_idle_process 
+0x509d 019373 setarg module_process_bb_event 
+0x509e 019374 store 2 ,mem_cb_bb_event_process 
+0x509f 019375 setarg module_lpm_lock 
+0x50a0 019376 store 2 ,mem_cb_check_wakelock 
+0x50a1 019377 setarg module_hci_cmd_transmit_le_notify 
+0x50a2 019378 store 2 ,mem_cb_ble_transmit 
+0x50a3 019379 setarg module_le_receive_data 
+0x50a4 019380 store 2 ,mem_cb_att_write 
+0x50a5 019381 setarg module_bb_event_timer 
+0x50a6 019382 store 2 ,mem_cb_event_timer 
+0x50a7 019384 bpatch patch0c_2 ,mem_patch0c 
+0x50a8 019385 call module_lpm_uart_init 
+0x50a9 019386 call module_gpio_init 
+0x50aa 019387 branch module_hci_event_enter_standby_mode 
+:      019389 module_lpm_uart_init:
+0x50ab 019390 fetch 1 ,core_uart_ctrl 
+0x50ac 019391 set0 bit_uart_control_enable ,pdata 
+0x50ad 019392 store 1 ,core_uart_ctrl 
+0x50ae 019393 fetch 8 ,mem_module_uart_rx_buffer 
+0x50af 019394 call uarta_init_dma_mem 
+0x50b0 019395 fetch uart_baud_len ,mem_module_uarta_baud_rate 
+0x50b1 019396 call uarta_init_baud_rate 
+0x50b2 019397 call uart_clock_select_main_freq_crystal 
+0x50b3 019398 jam gpcfg_uart_txd ,core_gpio_conf + hci_uart_tx_gpio_num 
+0x50b4 019399 jam gpcfg_uart_rxd | gpcfg_pullup ,core_gpio_conf + hci_uart_rx_gpio_num 
+0x50b5 019400 jam gpcfg_uart_rts ,core_gpio_conf + hci_uart_rts_gpio_num 
+0x50b6 019401 jam gpcfg_uart_cts ,core_gpio_conf + hci_uart_cts_gpio_num 
+0x50b7 019403 arg fun_uart_control_enable | fun_uart_control_setting_rate_baud ,temp 
+0x50b8 019404 fetch 2 ,mem_module_flag 
+0x50b9 019405 isolate1 module_flag_uart_flow_control ,pdata 
+0x50ba 019406 setflag true ,bit_uart_control_flow_control ,temp 
+0x50bb 019407 storet 1 ,core_uart_ctrl 
+0x50bc 019408 rtn 
+:      019410 module_lpm_init:
+0x50bd 019411 branch module_lpm_uart_init 
+:      019415 module_gpio_init:
+0x50be 019416 fetcht 1 ,mem_module_connect_state_gpio 
+0x50bf 019417 call gpio_config_output 
+0x50c0 019418 call module_set_conn_pin_low 
+0x50c1 019419 fetcht 1 ,mem_module_wake_up_gpio 
+0x50c2 019420 branch gpio_config_input 
+:      019422 module_lpm_lock:
+0x50c3 019423 fetcht 1 ,mem_module_wake_up_gpio 
+0x50c4 019424 call gpio_get_bit 
+0x50c5 019425 nbranch app_put_lpm_wake_lock ,true 
+0x50c6 019426 branch app_get_lpm_wake_lock 
+:      019429 module_process_idle:
+0x50c7 019430 call l2cap_malloc_is_fifo_full 
+0x50c8 019431 nrtn blank 
+0x50c9 019432 branch module_process_check_hci_command_complete 
+:      019435 module_process_bb_event:
+0x50ca 019436 copy regc ,pdata 
+0x50cb 019437 beq bt_evt_le_connected ,module_process_le_conn 
+0x50cc 019438 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
+0x50cd 019439 beq bt_evt_le_pairing_fail ,module_hci_event_le_pairing_fail 
+0x50ce 019440 beq bt_evt_le_pairing_success ,module_hci_event_le_pairing_success 
+0x50cf 019441 beq bt_evt_le_start_enc ,module_hci_event_start_enc 
+0x50d0 019442 beq bt_evt_le_pause_enc ,module_hci_event_pause_enc 
+0x50d1 019443 beq bt_evt_le_tk_generate ,module_hci_event_le_tk 
+0x50d2 019444 beq bt_evt_store_nvram ,module_hci_event_store_device 
+0x50d3 019445 beq bt_evt_le_ltk_lost ,module_process_ble_ltk_lost 
+0x50d4 019446 beq bt_evt_le_update_phy ,module_process_ble_update_phy 
+0x50d5 019447 beq bt_evt_le_get_passkey ,module_hci_event_passkey_entry_mode 
+0x50d6 019448 beq bt_evt_le_gkey_generate ,module_hci_event_gkey_generate 
+0x50d7 019449 rtn 
+:      019453 module_process_bb_even_le_disconn:
+0x50d8 019454 call le_clr_config_more_data 
+0x50d9 019455 jam 0 ,mem_module_hci_notify_len 
+0x50da 019456 call module_disconn_start 
+0x50db 019457 branch module_hci_event_le_disconnect 
+:      019462 module_process_le_conn:
+0x50dc 019464 call module_conn_start 
+0x50dd 019465 fetch 1 ,mem_module_le_lpm_mult 
+0x50de 019466 store 1 ,mem_lpm_mult 
+0x50df 019467 branch module_hci_event_le_connect 
+:      019471 module_disconn_start:
+0x50e0 019472 call module_start_adv_discovery_by_command 
+0x50e1 019473 branch module_set_conn_pin_high 
+:      019476 module_process_ble_ltk_lost:
+0x50e2 019477 call le_send_reject_ind 
+0x50e3 019478 branch le_send_smp_security_request 
+:      019480 module_process_ble_update_phy:
+0x50e4 019481 branch module_hci_event_le_update_phy 
+:      019484 module_set_conn_pin_high:
+0x50e5 019485 fetcht 1 ,mem_module_connect_state_gpio 
+0x50e6 019486 branch gpio_out_active 
+:      019488 module_conn_start:
+0x50e7 019489 call module_stop_adv_discovery 
+0x50e8 019490 branch module_set_conn_pin_low 
+:      019492 module_stop_adv_discovery:
+0x50e9 019493 fetch 1 ,mem_module_state 
+0x50ea 019494 isolate1 moudle_state_ble_bit ,pdata 
+0x50eb 019495 call app_ble_stop_adv ,true 
+0x50ec 019496 rtn 
+:      019497 module_set_conn_pin_low:
+0x50ed 019498 fetcht 1 ,mem_module_connect_state_gpio 
+0x50ee 019499 branch gpio_out_inactive 
+:      019502 module_process_check_hci_command_complete:
+0x50ef 019503 fetch 1 ,core_uart_status 
+0x50f0 019504 rtnbit1 uart_status_rx_fifo_empty 
+0x50f1 019505 call uarta_prepare_rx 
+0x50f2 019506 ifetch 1 ,contru 
+0x50f3 019507 bne 0x01 ,module_hci_in_excp 
+0x50f4 019508 fetch 2 ,core_uart_rxitems 
+0x50f5 019509 sub pdata ,2 ,null 
+0x50f6 019510 rtn positive 
+0x50f7 019511 ifetch 1 ,contru 
+0x50f8 019512 store 1 ,mem_module_uart_opcode 
+0x50f9 019513 ifetcht 1 ,contru 
+0x50fa 019514 copy contru ,rega 
+0x50fb 019515 storet 1 ,mem_module_uart_len 
+0x50fc 019516 add temp ,3 ,temp 
+0x50fd 019517 fetch 2 ,core_uart_rxitems 
+0x50fe 019518 isub temp ,temp 
+0x50ff 019519 nrtn positive 
+0x5100 019520 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x5101 019521 call module_hci_cmd_control 
+0x5102 019522 fetch 1 ,mem_module_temp_nl_discard_packet 
+0x5103 019523 rtneq hci_not_discard_packet 
+0x5104 019524 branch module_hci_dicard_packet 
+:      019526 module_hci_in_excp:
+0x5105 019527 call delay_10ms 
+0x5106 019528 call module_hci_event_invalid_packet 
+0x5107 019529 branch module_hci_release_except 
+:      019532 module_hci_release_except:
+0x5108 019533 bpatch patch0c_3 ,mem_patch0c 
+0x5109 019534 call uarta_prepare_rx 
+0x510a 019535 fetch 2 ,core_uart_rxitems 
+0x510b 019536 rtn blank 
+0x510c 019537 iadd contru ,contru 
+0x510d 019538 branch module_hci_dicard_bytes 
+:      019540 module_hci_dicard_packet:
+0x510e 019541 call uarta_prepare_rx 
+0x510f 019542 increase 2 ,contu 
+0x5110 019543 ifetch 1 ,contu 
+0x5111 019544 iadd contu ,contu 
+:      019545 module_hci_dicard_bytes:
+0x5112 019546 branch uarta_rxdone 
+:      019549 module_hci_cmd_control:
+0x5113 019550 bpatch patch0c_4 ,mem_patch0c 
+0x5114 019551 fetch 1 ,mem_module_uart_opcode 
+0x5115 019552 beq hci_cmd_set_le_addr_req ,module_hci_cmd_set_le_addr 
+0x5116 019553 beq hci_cmd_set_visibility_req ,module_hci_cmd_set_visibility 
+0x5117 019554 beq hci_cmd_set_le_name_req ,module_hci_cmd_set_le_name 
+0x5118 019555 beq hci_cmd_le_data_req ,module_hci_cmd_receive_le_data 
+0x5119 019556 beq hci_cmd_status_irq ,module_hci_cmd_inquire_status 
+0x511a 019557 beq hci_cmd_set_uartcontrol_req ,module_hci_cmd_set_uart_control_mode 
+0x511b 019558 beq hci_cmd_set_uart_baud_req ,module_hci_cmd_set_uart_baud 
+0x511c 019559 beq hci_cmd_version_req ,module_hci_cmd_version_request 
+0x511d 019560 beq hci_cmd_ble_disconnect ,module_hci_cmd_ble_disconnect 
+0x511e 019561 beq hci_cmd_set_nvram_req ,module_hci_cmd_set_nvram 
+0x511f 019562 beq hci_cmd_confirm_gkey ,module_hci_cmd_confirm_gkey 
+0x5120 019563 beq hci_cmd_auto_adv_scan ,module_hci_cmd_auto_adv 
+0x5121 019564 beq hci_cmd_power_req ,module_hci_cmd_power_request 
+0x5122 019565 beq hci_cmd_power_set ,module_hci_cmd_power_set 
+0x5123 019566 beq hci_cmd_passkey_entry ,module_hci_cmd_passkey_entry 
+0x5124 019567 beq hci_cmd_set_gpio ,module_hci_cmd_set_gpio 
+0x5125 019568 beq hci_cmd_read_gpio ,module_hci_cmd_read_gpio 
+0x5126 019569 beq hci_cmd_le_set_pairing ,module_hci_cmd_le_set_pairing_mode 
+0x5127 019570 beq hci_cmd_le_set_adv_data ,module_hci_cmd_le_set_adv_data 
+0x5128 019571 beq hci_cmd_le_set_scan_data ,module_hci_cmd_le_set_scan_data 
+0x5129 019572 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
+0x512a 019573 beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
+0x512b 019574 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
+0x512c 019575 beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
+0x512d 019576 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
+0x512e 019577 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
+0x512f 019579 beq hci_cmd_reset_chip_req ,module_hci_cmd_reset_chip 
+0x5130 019580 beq hci_cmd_le_set_fixed_passkey ,module_hci_cmd_le_set_fixed_passkey 
+0x5131 019581 beq hci_cmd_delete_customize_service ,module_hci_cmd_delete_customize_service 
+0x5132 019582 beq hci_cmd_add_service_uuid ,module_hci_cmd_add_service_uuid 
+0x5133 019583 beq hci_cmd_add_characteristic_uuid ,module_hci_cmd_add_characteristic_uuid 
+0x5134 019584 beq hci_cmd_passkey_entry_input ,module_hci_cmd_le_passkey_entry_input 
+0x5135 019585 beq hci_cmd_le_creat_conn ,module_hci_cmd_le_create_conn 
+0x5136 019586 beq hci_cmd_ble_set_phy ,module_hci_cmd_ble_set_phy 
+0x5137 019587 beq hci_cmd_ble_read_current_phy ,module_hci_cmd_ble_read_current_phy 
+0x5138 019588 beq hci_cmd_ble_set_dle ,module_hci_cmd_ble_set_dle 
+0x5139 019589 beq hci_cmd_read_chip_data ,module_hci_cmd_read_chip_data 
+0x513a 019590 beq hci_cmd_write_chip_data ,module_hci_cmd_write_chip_data 
+0x513b 019591 beq hci_cmd_close_lpm ,module_hci_cmd_close_lpm 
+0x513c 019592 branch module_hci_event_receive_invalid_cmd 
+:      019598 module_hci_cmd_set_le_addr:
+0x513d 019599 fetch 1 ,mem_module_uart_len 
+0x513e 019600 bne 6 ,module_hci_event_receive_invalid_cmd 
+0x513f 019601 ifetch 6 ,contru 
+0x5140 019602 store 6 ,mem_le_lap 
+0x5141 019603 branch module_hci_event_receive_valid_cmd 
+:      019607 module_hci_cmd_set_visibility:
+0x5142 019608 fetch 1 ,mem_module_uart_len 
+0x5143 019609 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x5144 019610 ifetcht 1 ,contru 
+0x5145 019611 storet 1 ,mem_module_bluetooth_stauts_by_command 
+0x5146 019612 call module_hci_event_receive_valid_cmd 
+0x5147 019613 fetch 2 ,mem_ui_state_map 
+0x5148 019614 rtnbit1 ui_state_ble_connected 
+:      019616 module_start_adv_discovery_by_command:
+:      019617 moudle_start_adv_by_command:
+0x5149 019618 fetch 1 ,mem_module_state 
+0x514a 019619 isolate1 moudle_state_ble_bit ,pdata 
+0x514b 019620 nrtn true 
+0x514c 019621 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
+0x514d 019622 isolate1 2 ,temp 
+0x514e 019623 branch app_ble_start_adv ,true 
+0x514f 019624 branch app_ble_stop_adv 
+:      019629 module_hci_cmd_set_le_name:
+0x5150 019630 arg 29 ,pdata 
+0x5151 019631 arg mem_le_name_len ,contw 
+0x5152 019632 call module_hci_cmd_receive_store_mem 
+0x5153 019633 branch le_modified_name 
+:      019638 module_hci_cmd_receive_le_data:
+0x5154 019639 fetch 2 ,mem_ui_state_map 
+0x5155 019640 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+0x5156 019641 call module_check_ble_encrypt_state 
+0x5157 019642 branch module_hci_event_receive_invalid_cmd ,user 
+0x5158 019643 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x5159 019644 fetch 2 ,mem_module_flag 
+0x515a 019645 bbit1 module_flag_ble_data_finish ,module_hci_cmd_receive_le_data_finish 
+0x515b 019646 fetch 1 ,mem_module_hci_notify_len 
+0x515c 019647 nrtn blank 
+0x515d 019648 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x515e 019649 ifetch 2 ,contru 
+0x515f 019650 store 2 ,mem_module_hci_notify_handle 
+0x5160 019651 storer contru ,2 ,mem_module_hci_nofiy_addr 
+0x5161 019652 fetch 1 ,mem_module_uart_len 
+0x5162 019653 pincrease -2 
+0x5163 019654 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x5164 019655 branch module_hci_event_receive_invalid_cmd ,zero 
+0x5165 019656 store 1 ,mem_module_hci_notify_len 
+0x5166 019657 fetcht 2 ,mem_module_hci_notify_handle 
+0x5167 019658 increase -1 ,temp 
+0x5168 019659 call le_att_get_handle_ptr2 
+0x5169 019660 branch module_hci_cmd_transmit_handle_error ,blank 
+0x516a 019661 ifetcht 4 ,contr 
+0x516b 019662 setarg 0x01280302 
+0x516c 019663 isub temp ,null 
+0x516d 019664 nbranch module_hci_cmd_transmit_handle_error ,zero 
+0x516e 019665 ifetch 1 ,contr 
+0x516f 019666 store 1 ,mem_module_hci_notify_type 
+0x5170 019667 and_into 0x30 ,pdata 
+0x5171 019668 branch module_hci_cmd_transmit_handle_error ,blank 
+0x5172 019669 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x5173 019670 call le_set_config_more_data 
+0x5174 019671 call module_hci_cmd_transmit_le_notify 
+0x5175 019672 call module_hci_cmd_transmit_le_notify 
+0x5176 019673 call module_hci_cmd_transmit_le_notify 
+0x5177 019674 fetch 2 ,mem_module_flag 
+0x5178 019675 rtnbit0 module_flag_ble_data_finish 
+:      019676 module_hci_cmd_receive_le_data_finish:
+0x5179 019677 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x517a 019678 call module_clear_le_tx_data_flag 
+0x517b 019679 branch module_hci_event_receive_valid_cmd 
+:      019681 module_hci_cmd_transmit_handle_error:
+0x517c 019682 jam 0 ,mem_module_hci_notify_len 
+0x517d 019683 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x517e 019684 call module_clear_le_tx_data_flag 
+0x517f 019685 branch module_hci_event_receive_invalid_cmd 
+:      019687 module_hci_cmd_transmit_le_notify:
+0x5180 019688 fetch 1 ,mem_module_hci_notify_len 
+0x5181 019689 rtn blank 
+0x5182 019690 call le_fifo_check_nearly_full 
+0x5183 019691 nrtn blank 
+0x5184 019692 call module_get_le_remote_mtu 
+0x5185 019693 bpatch patch0c_5 ,mem_patch0c 
+0x5186 019694 fetch 2 ,mem_le_local_mtu 
+0x5187 019695 call not_greater_than 
+0x5188 019696 copy pdata ,temp 
+0x5189 019697 fetch 1 ,mem_le_l2cap_att_states 
+0x518a 019698 rtnbit1 ble_l2cap_recv_confirmation_packet 
+0x518b 019699 add temp ,-3 ,pdata 
+0x518c 019700 arg 251 ,temp 
+0x518d 019701 call not_greater_than 
+0x518e 019702 fetcht 1 ,mem_module_hci_notify_len 
+0x518f 019703 call not_greater_than 
+0x5190 019704 copy pdata ,rega 
+0x5191 019705 copy temp ,pdata 
+0x5192 019706 isub rega ,pdata 
+0x5193 019707 store 1 ,mem_module_hci_notify_len 
+0x5194 019708 call module_hci_cmd_transmit_le_notify_malloc_l2cap 
+0x5195 019709 fetch 2 ,mem_module_hci_nofiy_addr 
+0x5196 019710 copy pdata ,contru 
+0x5197 019711 copy rega ,loopcnt 
+0x5198 019712 call uart_copy_rx_bytes_fast 
+0x5199 019713 copy contru ,pdata 
+0x519a 019714 store 2 ,mem_module_hci_nofiy_addr 
+0x519b 019715 fetch 1 ,mem_module_hci_notify_len 
+0x519c 019716 nrtn blank 
+0x519d 019717 branch module_set_le_tx_data_flag 
+:      019719 module_hci_cmd_transmit_le_notify_malloc_l2cap:
+0x519e 019720 fetcht 2 ,mem_module_hci_notify_handle 
+0x519f 019721 fetch 1 ,mem_module_hci_notify_type 
+0x51a0 019722 bbit1 bit_characteristic_indicate ,le_att_malloc_tx_indication 
+0x51a1 019723 bbit1 bit_characteristic_notify ,le_att_malloc_tx_notify 
+0x51a2 019724 rtn 
+:      019728 module_get_le_remote_mtu:
+0x51a3 019729 arg 0x17 ,temp 
+0x51a4 019730 fetch 2 ,mem_module_flag 
+0x51a5 019731 rtnbit1 module_flag_ble_send_mtu23 
+0x51a6 019732 fetcht 2 ,mem_le_remote_mtu 
+0x51a7 019733 rtn 
+:      019735 module_check_ble_encrypt_state:
+0x51a8 019736 fetch 2 ,mem_module_flag 
+0x51a9 019737 bbit1 module_flag_ble_data_encrypt ,le_check_encrypt_state 
+0x51aa 019738 branch disable_user 
+:      019742 module_hci_cmd_inquire_status:
+0x51ab 019743 branch module_hci_event_status_res 
+:      019749 module_hci_cmd_set_uart_control_mode:
+0x51ac 019750 ifetch 1 ,contru 
+0x51ad 019751 fetcht 1 ,mem_module_flag 
+0x51ae 019752 nsetflag blank ,module_flag_uart_flow_control ,temp 
+0x51af 019753 storet 1 ,mem_module_flag 
+0x51b0 019754 fetcht 1 ,core_uart_ctrl 
+0x51b1 019755 nsetflag blank ,bit_uart_control_flow_control ,temp 
+0x51b2 019756 storet 1 ,core_uart_ctrl 
+0x51b3 019757 branch module_hci_event_receive_valid_cmd 
+:      019761 module_hci_cmd_set_uart_baud:
+0x51b4 019762 fetchr loopcnt ,1 ,mem_module_uart_len 
+0x51b5 019763 call string2dec_from_uart 
+0x51b6 019764 call uart_calc_baud_rate_config 
+0x51b7 019765 store uart_baud_len ,mem_module_uarta_baud_rate 
+0x51b8 019766 call module_hci_event_receive_valid_cmd 
+0x51b9 019767 call wait_uarttx 
+0x51ba 019768 fetch uart_baud_len ,mem_module_uarta_baud_rate 
+0x51bb 019769 branch uarta_init_baud_rate 
+:      019773 module_hci_cmd_version_request:
+0x51bc 019774 arg 2 ,rega 
+0x51bd 019775 arg mem_soft_version_num ,regb 
+0x51be 019776 arg 0 ,temp 
+0x51bf 019777 branch module_hci_event_set_cmd 
+:      019782 module_hci_cmd_ble_disconnect:
+0x51c0 019783 fetch 2 ,mem_ui_state_map 
+0x51c1 019784 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+:      019785 module_hci_cmd_ble_disconnect_doing:
+0x51c2 019786 call module_hci_event_receive_valid_cmd 
+0x51c3 019787 branch app_ble_disconnect 
+:      019793 module_hci_cmd_set_nvram:
+0x51c4 019794 fetchr loopcnt ,1 ,mem_module_uart_len 
+0x51c5 019795 fetch 2 ,mem_nv_data_ptr 
+0x51c6 019796 icopy contw 
+0x51c7 019797 call uart_copy_rx_bytes_fast 
+0x51c8 019798 branch module_hci_event_receive_valid_cmd 
+:      019802 module_hci_cmd_confirm_gkey:
+0x51c9 019803 fetch 2 ,mem_ui_state_map 
+0x51ca 019804 bbit1 ui_state_ble_connected ,module_hci_cmd_le_confirm_gkey 
+0x51cb 019805 branch module_hci_event_receive_invalid_cmd 
+:      019809 module_hci_cmd_auto_adv:
+0x51cc 019810 arg 0x40 ,loopcnt 
+0x51cd 019811 arg mem_le_adv_data_len ,contw 
+0x51ce 019812 call clear_mem 
+0x51cf 019813 setarg 0 
+0x51d0 019814 store 1 ,mem_regb 
+0x51d1 019815 copy rega ,contru 
+:      019816 module_hci_cmd_auto_adv_loop:
+0x51d2 019817 copy contru ,pdata 
+0x51d3 019818 store 2 ,mem_regc 
+0x51d4 019819 call module_hci_cmd_auto_adv_adv_analys 
+0x51d5 019821 fetch 1 ,mem_regb 
+0x51d6 019822 fetcht 1 ,mem_temp 
+0x51d7 019823 increase 1 ,temp 
+0x51d8 019824 iadd temp ,pdata 
+0x51d9 019825 store 1 ,mem_regb 
+0x51da 019827 sub pdata ,31 ,null 
+0x51db 019828 nbranch module_hci_cmd_auto_adv_store_scan ,positive 
+:      019829 module_hci_cmd_auto_adv_store_adv:
+0x51dc 019830 fetcht 1 ,mem_le_adv_data_len 
+0x51dd 019831 setarg mem_le_adv_data 
+0x51de 019832 iadd temp ,pdata 
+0x51df 019833 store 2 ,mem_contw 
+0x51e0 019834 fetcht 1 ,mem_temp 
+0x51e1 019835 increase 1 ,temp 
+0x51e2 019836 fetch 1 ,mem_le_adv_data_len 
+0x51e3 019837 iadd temp ,pdata 
+0x51e4 019838 store 1 ,mem_le_adv_data_len 
+0x51e5 019839 branch module_hci_cmd_auto_adv_store_common 
+:      019840 module_hci_cmd_auto_adv_store_scan:
+0x51e6 019841 fetcht 1 ,mem_le_scan_data_len 
+0x51e7 019842 setarg mem_le_scan_data 
+0x51e8 019843 iadd temp ,pdata 
+0x51e9 019844 store 2 ,mem_contw 
+0x51ea 019845 fetcht 1 ,mem_temp 
+0x51eb 019846 increase 1 ,temp 
+0x51ec 019847 fetch 1 ,mem_le_scan_data_len 
+0x51ed 019848 iadd temp ,pdata 
+0x51ee 019849 store 1 ,mem_le_scan_data_len 
+:      019850 module_hci_cmd_auto_adv_store_common:
+0x51ef 019851 fetch 2 ,mem_contw 
+0x51f0 019852 copy pdata ,contw 
+0x51f1 019853 fetch 2 ,mem_regc 
+0x51f2 019854 copy pdata ,contru 
+0x51f3 019856 copy temp ,loopcnt 
+0x51f4 019857 call uart_copy_rx_bytes_fast 
+0x51f5 019859 fetch 1 ,mem_module_uart_len 
+0x51f6 019860 fetcht 1 ,mem_regb 
+0x51f7 019861 isub temp ,null 
+0x51f8 019862 nbranch module_hci_cmd_auto_adv_loop ,zero 
+0x51f9 019863 branch module_hci_event_receive_valid_cmd 
+:      019866 module_hci_cmd_auto_adv_adv_analys:
+0x51fa 019867 ifetch 1 ,contru 
+0x51fb 019868 store 1 ,mem_temp 
+0x51fc 019869 ifetch 1 ,contru 
+0x51fd 019870 store 1 ,mem_rega 
+0x51fe 019871 rtn 
+:      019875 module_hci_cmd_power_request:
+0x51ff 019876 arg 0 ,temp 
+0x5200 019877 arg 2 ,rega 
+0x5201 019878 fetch 2 ,mem_module_vdd_quotient 
+0x5202 019879 store 2 ,mem_event_cmd_response_content 
+0x5203 019880 arg mem_event_cmd_response_content ,regb 
+0x5204 019881 branch module_hci_event_set_cmd 
+:      019885 module_hci_cmd_power_set:
+0x5205 019886 fetch 1 ,mem_module_uart_len 
+0x5206 019887 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x5207 019888 ifetch 1 ,contru 
+0x5208 019889 store 1 ,mem_module_read_vdd_flag 
+0x5209 019890 setarg 0x00 
+0x520a 019891 store 2 ,mem_module_vdd_quotient 
+0x520b 019892 branch module_hci_event_receive_valid_cmd 
+:      019896 module_hci_cmd_passkey_entry:
+0x520c 019897 fetch 1 ,mem_module_uart_len 
+0x520d 019898 bne 4 ,module_hci_event_receive_invalid_cmd 
+0x520e 019899 fetch 2 ,mem_ui_state_map 
+0x520f 019900 bbit1 ui_state_ble_connected ,module_hci_cmd_le_passkey_entry_input 
+0x5210 019901 branch module_hci_event_receive_invalid_cmd 
+:      019906 module_hci_cmd_set_gpio:
+0x5211 019907 fetch 1 ,mem_module_uart_len 
+0x5212 019908 bne 3 ,module_hci_event_receive_invalid_cmd 
+0x5213 019909 ifetch 1 ,contru 
+0x5214 019910 beq hci_cmd_config_gpio_input ,module_set_gpio_input 
+0x5215 019911 beq hci_cmd_config_gpio_output ,module_set_gpio_output 
+0x5216 019912 branch module_hci_event_receive_invalid_cmd 
+:      019914 module_set_gpio_input:
+0x5217 019915 call module_hci_event_receive_valid_cmd 
+0x5218 019916 ifetcht 1 ,contru 
+0x5219 019917 ifetch 1 ,contru 
+0x521a 019918 beq gpio_input_high_impedance ,gpio_set_high_impedance 
+0x521b 019919 nsetflag blank ,7 ,temp 
+0x521c 019920 branch gpio_config_input 
+:      019922 module_set_gpio_output:
+0x521d 019923 call module_hci_event_receive_valid_cmd 
+0x521e 019924 ifetcht 1 ,contru 
+0x521f 019925 ifetch 1 ,contru 
+0x5220 019926 branch gpio_out_active ,blank 
+0x5221 019927 branch gpio_out_inactive 
+:      019931 module_hci_cmd_read_gpio:
+0x5222 019932 fetch 1 ,mem_module_uart_len 
+0x5223 019933 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x5224 019934 ifetcht 1 ,contru 
+0x5225 019935 call gpio_get_bit 
+0x5226 019936 setarg 0x0 
+0x5227 019937 nsetflag true ,0 ,pdata 
+0x5228 019938 arg 1 ,rega 
+0x5229 019939 store 2 ,mem_event_cmd_response_content 
+0x522a 019940 arg mem_event_cmd_response_content ,regb 
+0x522b 019941 arg 0 ,temp 
+0x522c 019942 branch module_hci_event_set_cmd 
+:      019946 module_hci_cmd_le_set_pairing_mode:
+0x522d 019947 ifetch 1 ,contru 
+0x522e 019948 copy pdata ,temp 
+0x522f 019949 beq le_pairing_mode_secure_connect_justwork ,module_le_set_pairing_mode_secure_justwork 
+0x5230 019950 beq le_pairing_mode_secure_connect_numeric ,module_le_set_pairing_mode_secure_numeric 
+0x5231 019951 beq le_pairing_mode_secure_connect_passkey ,module_le_set_pairing_mode_secure_passkey 
+0x5232 019952 beq le_pairing_mode_secure_connect_passkey_res_input ,module_le_set_pairing_mode_secure_passkey_res_input 
+0x5233 019953 store 1 ,mem_le_pairing_mode 
+0x5234 019954 call sc_reset 
+0x5235 019955 call le_secure_connection_disable 
+0x5236 019956 fetch 1 ,mem_le_pairing_mode 
+0x5237 019957 beq le_pairing_mode_none ,module_le_set_no_pairing 
+0x5238 019958 beq le_pairing_mode_lagacy_justwork ,module_le_set_pairing_mode_lagacy_just_work 
+0x5239 019959 beq le_pairing_mode_lagacy_passkey ,module_le_set_pairing_mode_lagacy_passkey 
+0x523a 019960 beq le_pairing_mode_lagacy_passkey_res_input ,module_le_set_pairing_mode_lagacy_passkey_res_input 
+0x523b 019961 branch module_hci_event_receive_invalid_cmd 
+:      019963 module_le_set_pairing_mode_secure_justwork:
+0x523c 019964 storet 1 ,mem_le_pairing_mode 
+0x523d 019965 call le_secure_connection_enable 
+0x523e 019966 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x523f 019967 branch module_le_set_noinputnooutput 
+:      019968 module_le_set_pairing_mode_secure_numeric:
+0x5240 019969 storet 1 ,mem_le_pairing_mode 
+0x5241 019970 call le_secure_connection_enable 
+0x5242 019971 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5243 019972 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
+0x5244 019973 branch module_hci_event_receive_valid_cmd 
+:      019974 module_le_set_pairing_mode_secure_passkey:
+0x5245 019975 storet 1 ,mem_le_pairing_mode 
+0x5246 019976 call le_secure_connection_enable 
+0x5247 019977 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5248 019978 branch module_le_set_displayonly 
+:      019979 module_le_set_pairing_mode_secure_passkey_res_input:
+0x5249 019980 storet 1 ,mem_le_pairing_mode 
+0x524a 019981 call le_secure_connection_enable 
+0x524b 019982 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x524c 019983 branch module_le_set_keboadonly 
+:      019986 module_le_set_no_pairing:
+0x524d 019987 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      019988 module_le_set_noinputnooutput:
+0x524e 019989 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x524f 019990 branch module_hci_event_receive_valid_cmd 
+:      019991 module_le_set_pairing_mode_lagacy_just_work:
+0x5250 019992 jam flag_le_bonding_no_mitm ,mem_le_pres_auth 
+0x5251 019993 branch module_le_set_noinputnooutput 
+:      019994 module_le_set_pairing_mode_lagacy_passkey:
+0x5252 019995 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x5253 019996 branch module_le_set_displayonly 
+:      019997 module_le_set_pairing_mode_lagacy_passkey_res_input:
+0x5254 019998 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x5255 019999 branch module_le_set_keboadonly 
+:      020000 module_le_set_keboadonly:
+0x5256 020001 jam flag_iocap_keyboardonly ,mem_le_pres_iocap 
+0x5257 020002 branch module_hci_event_receive_valid_cmd 
+:      020003 module_le_set_displayonly:
+0x5258 020004 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x5259 020005 branch module_hci_event_receive_valid_cmd 
+:      020009 module_hci_cmd_le_set_adv_data:
+0x525a 020010 arg 31 ,pdata 
+0x525b 020011 arg mem_le_adv_data_len ,contw 
+0x525c 020012 branch module_hci_cmd_receive_store_mem 
+:      020016 module_hci_cmd_le_set_scan_data:
+0x525d 020017 arg 31 ,pdata 
+0x525e 020018 arg mem_le_scan_data_len ,contw 
+0x525f 020019 branch module_hci_cmd_receive_store_mem 
+:      020021 module_hci_cmd_receive_store_mem:
+0x5260 020022 fetchr loopcnt ,1 ,mem_module_uart_len 
+0x5261 020023 isub loopcnt ,null 
+0x5262 020024 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x5263 020025 istorer loopcnt ,1 ,contw 
+0x5264 020026 call uart_copy_rx_bytes_fast 
+0x5265 020027 branch module_hci_event_receive_valid_cmd 
+:      020031 module_hci_cmd_le_send_conn_update_req:
+0x5266 020032 fetch 2 ,mem_ui_state_map 
+0x5267 020033 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+0x5268 020034 fetch 1 ,mem_module_uart_len 
+0x5269 020035 bne 0x08 ,module_hci_event_receive_invalid_cmd 
+0x526a 020036 ifetch 8 ,contru 
+0x526b 020037 store 8 ,mem_le_interval_min 
+0x526c 020038 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x526d 020039 call ui_ipc_send_cmd 
+0x526e 020040 branch module_hci_event_receive_valid_cmd 
+:      020044 module_hci_cmd_set_le_adv_parameter:
+0x526f 020045 ifetch 2 ,contru 
+0x5270 020046 store 2 ,mem_le_adv_interval 
+0x5271 020047 storet 1 ,mem_lpm_overhead 
+0x5272 020048 iadd temp ,pdata 
+0x5273 020049 store 2 ,mem_lpm_interval 
+0x5274 020050 branch module_hci_event_receive_valid_cmd 
+:      020054 module_hci_cmd_le_start_pairing:
+0x5275 020055 fetch 1 ,mem_le_pairing_mode 
+0x5276 020056 branch module_hci_event_receive_invalid_cmd ,blank 
+0x5277 020057 fetch 1 ,mem_le_pairing_state 
+0x5278 020058 bne flag_le_pairing_null ,module_hci_event_receive_invalid_cmd 
+0x5279 020059 fetch 1 ,mem_le_enc_state 
+0x527a 020060 bne flag_le_enc_null ,module_hci_event_receive_invalid_cmd 
+0x527b 020061 call check_51cmd_le_smp_sec_req 
+0x527c 020062 branch module_hci_event_receive_valid_cmd 
+:      020066 module_hci_cmd_set_wake_gpio:
+0x527d 020067 fetch 1 ,mem_module_uart_len 
+0x527e 020068 bne 5 ,module_hci_event_receive_invalid_cmd 
+0x527f 020069 ifetch 1 ,contru 
+0x5280 020070 store 1 ,mem_module_mcu_wake_pin 
+0x5281 020071 ifetch 4 ,contru 
+0x5282 020072 store 4 ,mem_module_mcu_wake_delay_us 
+0x5283 020073 fetcht 1 ,mem_module_mcu_wake_pin 
+0x5284 020074 call gpio_config_output 
+0x5285 020075 call module_set_mcu_wake_pin_low 
+0x5286 020076 branch module_hci_event_receive_valid_cmd 
+:      020080 module_hci_cmd_set_tx_power:
+0x5287 020081 fetch 1 ,mem_module_uart_len 
+0x5288 020082 bne 0x01 ,module_hci_event_receive_invalid_cmd 
+0x5289 020083 ifetch 1 ,contru 
+0x528a 020084 store 1 ,mem_tx_power 
+0x528b 020085 branch module_hci_event_receive_valid_cmd 
+:      020089 module_hci_cmd_le_confirm_gkey:
+0x528c 020090 ifetch 1 ,contru 
+0x528d 020091 beq 0x01 ,module_hci_cmd_le_confirm_gkey_fail 
+0x528e 020092 fetch 1 ,mem_le_secure_connect_state 
+0x528f 020093 beq le_sc_stat_send_public_key ,module_hci_cmd_le_confirm_gkey_ok 
+0x5290 020094 beq le_sc_stat_receive_dhkey ,module_hci_cmd_le_confirm_gkey_ok 
+0x5291 020095 beq le_sc_stat_wait_confirm_gkey ,module_hci_cmd_le_confirm_gkey_ok 
+0x5292 020096 branch module_hci_event_receive_invalid_cmd 
+:      020097 module_hci_cmd_le_confirm_gkey_ok:
+0x5293 020098 jam flag_le_sc_confrim_gkey_ok ,mem_le_sc_confirm_gkey_flag 
+0x5294 020099 branch module_hci_event_receive_valid_cmd 
+:      020101 module_hci_cmd_le_confirm_gkey_fail:
+0x5295 020102 call le_send_pairing_confirm_value_failed 
+0x5296 020103 branch module_hci_event_receive_valid_cmd 
+:      020109 module_hci_cmd_reset_chip:
+0x5297 020110 call module_hci_event_receive_valid_cmd 
+0x5298 020111 call wait_uarttx 
+0x5299 020112 jam 0x01 ,core_reset 
+0x529a 020113 branch assert 
+:      020117 module_hci_cmd_le_set_fixed_passkey:
+0x529b 020118 fetch 1 ,mem_module_uart_len 
+0x529c 020119 beq 0 ,module_hci_event_receive_invalid_cmd 
+0x529d 020120 ifetch 1 ,contru 
+0x529e 020121 branch module_hci_cmd_le_set_random_passkey ,blank 
+0x529f 020122 fetch 1 ,mem_module_uart_len 
+0x52a0 020123 bne 5 ,module_hci_event_receive_invalid_cmd 
+0x52a1 020124 ifetch 4 ,contru 
+0x52a2 020125 arg 1000000 ,temp 
+0x52a3 020126 isub temp ,null 
+0x52a4 020127 branch module_hci_event_receive_invalid_cmd ,positive 
+0x52a5 020128 store 4 ,mem_le_tk 
+0x52a6 020129 call le_set_config_fixed_tk 
+0x52a7 020130 branch module_hci_event_receive_valid_cmd 
+:      020132 module_hci_cmd_le_set_random_passkey:
+0x52a8 020133 call le_clr_config_fixed_tk 
+0x52a9 020134 branch module_hci_event_receive_valid_cmd 
+:      020138 module_hci_cmd_delete_customize_service:
+0x52aa 020139 arg 0x0001 ,temp 
+0x52ab 020140 call le_att_get_handle_ptr2 
+0x52ac 020141 add contr ,-2 ,contw 
+0x52ad 020142 setarg 0x0000 
+0x52ae 020143 istore 2 ,contw 
+0x52af 020144 branch module_hci_event_receive_valid_cmd 
+:      020148 module_hci_cmd_add_service_uuid:
+0x52b0 020149 call module_hci_cmd_add_service_uuid_set_uuid 
+0x52b1 020150 call uart_copy_rx_bytes_len_data 
+0x52b2 020151 setarg 0x0000 
+0x52b3 020152 istore 2 ,contw 
+0x52b4 020153 branch module_hci_event_uuid_handle 
+:      020158 module_hci_cmd_add_characteristic_uuid:
+0x52b5 020159 ifetch 1 ,contru 
+0x52b6 020160 call module_hci_cmd_add_characteristic_uuid_set_handle 
+0x52b7 020161 call module_hci_cmd_add_characteristic_uuid_set_uuid 
+0x52b8 020162 branch module_hci_event_uuid_handle 
+:      020165 module_hci_cmd_add_service_uuid_set_uuid:
+0x52b9 020166 call le_att_creat_new_handle 
+0x52ba 020167 setarg 0x280002 
+0x52bb 020168 istore 3 ,contw 
+0x52bc 020169 rtn 
+:      020172 module_hci_cmd_add_characteristic_uuid_set_handle:
+0x52bd 020173 store 1 ,mem_pdatatemp 
+0x52be 020174 call le_att_creat_new_handle 
+0x52bf 020175 setarg 0x01280302 
+0x52c0 020176 istore 4 ,contw 
+0x52c1 020177 fetch 1 ,mem_pdatatemp 
+0x52c2 020178 istore 3 ,contw 
+0x52c3 020179 rtn 
+:      020182 module_hci_cmd_add_characteristic_uuid_set_uuid:
+0x52c4 020183 call le_att_get_last_handle 
+0x52c5 020184 ifetch 1 ,contru 
+0x52c6 020185 and pdata ,0x1f ,loopcnt 
+0x52c7 020186 copy pdata ,rega 
+0x52c8 020187 isolate1 bit_of_write_authenticated ,rega 
+0x52c9 020188 setflag true ,bit_of_att_handle_write_authenticated ,temp 
+0x52ca 020189 isolate1 bit_of_read_authenticated ,rega 
+0x52cb 020190 setflag true ,bit_of_att_handle_read_authenticated ,temp 
+0x52cc 020191 istoret 2 ,contw 
+0x52cd 020192 copy loopcnt ,pdata 
+0x52ce 020193 istore 1 ,contw 
+0x52cf 020194 call uart_copy_rx_bytes 
+0x52d0 020195 call uart_copy_rx_bytes_len_data 
+0x52d1 020196 setarg 0 
+0x52d2 020197 istore 2 ,contw 
+0x52d3 020198 and temp ,0xff ,temp 
+0x52d4 020199 increase -1 ,temp 
+0x52d5 020200 call le_att_get_handle_ptr2 
+0x52d6 020201 add contr ,4 ,contr 
+0x52d7 020202 ifetch 1 ,contr 
+0x52d8 020203 bbit1 bit_characteristic_notify ,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid 
+0x52d9 020204 bbit1 bit_characteristic_indicate ,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid 
+0x52da 020205 increase 1 ,temp 
+0x52db 020206 rtn 
+:      020209 module_hci_cmd_add_characteristic_uuid_set_ccc_uuid:
+0x52dc 020210 call le_att_get_last_handle 
+0x52dd 020211 isolate1 bit_of_notify_authenticated ,rega 
+0x52de 020212 setflag true ,bit_of_att_handle_write_authenticated ,temp 
+0x52df 020213 istoret 2 ,contw 
+0x52e0 020214 setarg 0x02290202 
+0x52e1 020215 istore 8 ,contw 
+0x52e2 020216 increase -1 ,temp 
+0x52e3 020217 rtn 
+:      020220 le_att_creat_new_handle:
+0x52e4 020221 call le_att_get_last_handle 
+0x52e5 020222 istoret 2 ,contw 
+0x52e6 020223 rtn 
+:      020226 uart_copy_rx_bytes_len_data:
+0x52e7 020227 ifetch 1 ,contru 
+0x52e8 020228 copy pdata ,loopcnt 
+0x52e9 020229 istore 1 ,contw 
+0x52ea 020230 branch uart_copy_rx_bytes 
+:      020234 module_hci_cmd_le_passkey_entry_input:
+0x52eb 020235 fetch 1 ,mem_le_pairing_state 
+0x52ec 020236 bne flag_le_pairing_receive_pairing_confirm ,module_hci_event_receive_invalid_cmd 
+0x52ed 020237 fetch 1 ,mem_le_pairing_mode 
+0x52ee 020238 beq le_pairing_mode_lagacy_passkey_res_input ,module_hci_cmd_passkey_entry_res_input 
+0x52ef 020239 beq le_pairing_mode_secure_connect_passkey_res_input ,module_hci_cmd_passkey_entry_sc_res_input 
+0x52f0 020240 branch module_hci_event_receive_invalid_cmd 
+:      020242 module_hci_cmd_passkey_entry_sc_res_input:
+0x52f1 020243 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x52f2 020244 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
+0x52f3 020245 branch module_hci_cmd_receive_ble_passkey 
+:      020247 module_hci_cmd_receive_ble_passkey:
+0x52f4 020248 ifetch 4 ,contru 
+0x52f5 020249 store 4 ,mem_le_tk 
+0x52f6 020250 branch module_hci_event_receive_valid_cmd 
+:      020252 module_hci_cmd_passkey_entry_res_input:
+0x52f7 020253 call module_hci_cmd_receive_ble_passkey 
+0x52f8 020254 branch le_send_smp_pairing_confirm 
+:      020258 module_hci_cmd_le_create_conn:
+0x52f9 020259 ifetch 6 ,contru 
+0x52fa 020260 store 6 ,mem_le_conn_peer_addr 
+0x52fb 020261 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
+0x52fc 020262 jam on ,mem_le_conn_flag 
+0x52fd 020263 jam on ,mem_le_scan_enable 
+0x52fe 020264 branch module_hci_event_receive_valid_cmd 
+:      020269 module_hci_cmd_ble_set_phy:
+0x52ff 020270 fetch 1 ,mem_module_uart_len 
+0x5300 020271 bne 2 ,module_hci_event_receive_invalid_cmd 
+0x5301 020272 ifetcht 2 ,contru 
+0x5302 020273 call le_set_phys 
+0x5303 020274 branch module_hci_event_receive_valid_cmd 
+:      020278 module_hci_cmd_ble_read_current_phy:
+0x5304 020279 arg 0 ,temp 
+0x5305 020280 arg 2 ,rega 
+0x5306 020281 arg mem_context + coffset_le_rx_phy ,regb 
+0x5307 020282 branch module_hci_event_set_cmd 
+:      020286 module_hci_cmd_ble_set_dle:
+0x5308 020287 fetch 1 ,mem_module_uart_len 
+0x5309 020288 bne 8 ,module_hci_event_receive_invalid_cmd 
+0x530a 020289 ifetch 8 ,contru 
+0x530b 020290 call le_set_dle 
+0x530c 020291 branch module_hci_event_receive_valid_cmd 
+:      020295 module_hci_cmd_read_chip_data:
+0x530d 020296 ifetchr rega ,1 ,contru 
+0x530e 020297 ifetchr regb ,2 ,contru 
+0x530f 020298 arg 0 ,temp 
+0x5310 020299 branch module_hci_event_set_cmd 
+:      020303 module_hci_cmd_write_chip_data:
+0x5311 020304 fetchr loopcnt ,1 ,mem_module_uart_len 
+0x5312 020305 increase -2 ,loopcnt 
+0x5313 020306 ifetch 2 ,contru 
+0x5314 020307 copy pdata ,contw 
+0x5315 020308 call uart_copy_rx_bytes_fast 
+0x5316 020309 branch module_hci_event_receive_valid_cmd 
+:      020314 module_hci_cmd_close_lpm:
+0x5317 020315 jam 0 ,mem_lpm_mode 
+0x5318 020316 branch module_hci_event_receive_valid_cmd 
+:      020321 module_hci_event_receive_invalid_cmd:
+0x5319 020322 arg 1 ,temp 
+0x531a 020323 arg 0 ,rega 
+0x531b 020324 branch module_hci_event_set_cmd 
+:      020327 module_hci_event_receive_valid_cmd:
+0x531c 020328 arg 0 ,temp 
+0x531d 020329 arg 0 ,rega 
+0x531e 020330 branch module_hci_event_set_cmd 
+:      020334 module_hci_event_le_connect:
+0x531f 020335 jam hci_event_le_conn_rep ,mem_module_uart_opcode 
+0x5320 020336 branch module_hci_event_enter_standby_mode_len0 
+:      020341 module_hci_event_le_disconnect:
+0x5321 020342 jam hci_event_le_dis_rep ,mem_module_uart_opcode 
+0x5322 020343 branch module_hci_event_enter_standby_mode_len0 
+:      020351 module_hci_event_set_cmd:
+0x5323 020352 fetch 1 ,mem_module_uart_opcode 
+0x5324 020353 copy pdata ,regc 
+0x5325 020354 jam hci_event_cmd_res ,mem_module_uart_opcode 
+0x5326 020355 setarg 2 
+0x5327 020356 iadd rega ,pdata 
+0x5328 020357 call module_hci_prepare_tx 
+0x5329 020358 copy regc ,pdata 
+0x532a 020359 istore 1 ,contwu 
+0x532b 020360 istoret 1 ,contwu 
+0x532c 020361 copy rega ,loopcnt 
+0x532d 020362 copy regb ,contr 
+0x532e 020363 call uart_copy_tx_bytes 
+0x532f 020364 branch module_hci_transmit_tx 
+:      020371 module_hci_event_receive_le_data:
+0x5330 020372 jam hci_event_le_data_rep ,mem_module_uart_opcode 
+0x5331 020373 add loopcnt ,2 ,pdata 
+0x5332 020374 call module_hci_prepare_tx 
+0x5333 020375 fetch 2 ,mem_module_le_rx_data_handle 
+0x5334 020376 istore 2 ,contwu 
+0x5335 020377 fetch 2 ,mem_module_le_rx_data_address 
+0x5336 020378 icopy contr 
+0x5337 020379 call uart_copy_tx_bytes_fast 
+0x5338 020380 copy contr ,pdata 
+0x5339 020381 store 2 ,mem_module_le_rx_data_address 
+0x533a 020382 branch module_hci_transmit_tx 
+:      020386 module_hci_event_enter_standby_mode:
+0x533b 020387 jam hci_event_standby_rep ,mem_module_uart_opcode 
+:      020388 module_hci_event_enter_standby_mode_len0:
+0x533c 020389 setarg 0 
+0x533d 020390 call module_hci_prepare_tx 
+0x533e 020391 branch module_hci_transmit_tx 
+:      020395 module_hci_event_status_res:
+0x533f 020396 jam hci_event_status_res ,mem_module_uart_opcode 
+0x5340 020397 setarg 1 
+0x5341 020398 call module_hci_prepare_tx 
+0x5342 020400 call module_hci_read_bt_status 
+0x5343 020402 fetch 2 ,mem_ui_state_map 
+0x5344 020403 arg ui_state_ble_connected ,queue 
+0x5345 020404 qisolate1 pdata 
+0x5346 020405 setflag true ,5 ,temp 
+0x5347 020409 istoret 1 ,contwu 
+0x5348 020410 branch module_hci_transmit_tx 
+:      020414 module_hci_read_bt_status:
+0x5349 020415 arg 0 ,temp 
+0x534a 020416 fetch 1 ,mem_le_adv_enable 
+0x534b 020417 arg 0 ,queue 
+0x534c 020418 qisolate1 pdata 
+0x534d 020419 setflag true ,2 ,temp 
+0x534e 020420 rtn 
+:      020424 module_hci_event_store_device:
+0x534f 020425 jam hci_event_nvram_rep ,mem_module_uart_opcode 
+0x5350 020426 fetch 1 ,mem_nv_data_number 
+0x5351 020427 mul32 pdata ,34 ,pdata 
+0x5352 020428 icopy loopcnt 
+0x5353 020429 call module_hci_prepare_tx 
+0x5354 020430 fetch 2 ,mem_nv_data_ptr 
+0x5355 020431 icopy contr 
+0x5356 020432 call uart_copy_tx_bytes_fast 
+0x5357 020433 branch module_hci_transmit_tx 
+:      020436 module_hci_event_gkey_generate:
+0x5358 020437 jam hci_event_gkey ,mem_module_uart_opcode 
+0x5359 020438 setarg 4 
+0x535a 020439 call module_hci_prepare_tx 
+0x535b 020440 fetch 4 ,mem_gkey 
+0x535c 020441 istore 4 ,contwu 
+0x535d 020442 branch module_hci_transmit_tx 
+:      020445 module_hci_event_invalid_packet:
+0x535e 020446 jam hci_event_invalid_packet ,mem_module_uart_opcode 
+0x535f 020447 fetch 2 ,core_uart_rxitems 
+0x5360 020448 arg 0x40 ,temp 
+0x5361 020449 call not_greater_than 
+0x5362 020450 copy pdata ,rega 
+0x5363 020451 copy pdata ,loopcnt 
+0x5364 020452 call uarta_prepare_rx 
+0x5365 020453 arg mem_module_rx_error_data_buffer ,contw 
+0x5366 020454 call uart_copy_rx_bytes_fast 
+0x5367 020455 copy rega ,pdata 
+0x5368 020456 copy rega ,loopcnt 
+0x5369 020457 call module_hci_prepare_tx 
+0x536a 020458 arg mem_module_rx_error_data_buffer ,contr 
+0x536b 020459 call uart_copy_tx_bytes_fast 
+0x536c 020460 branch module_hci_transmit_tx 
+:      020464 module_hci_event_passkey_entry_mode:
+0x536d 020465 jam hci_event_get_passkey ,mem_module_uart_opcode 
+0x536e 020466 branch module_hci_event_enter_standby_mode_len0 
+:      020470 module_hci_event_le_tk:
+0x536f 020471 jam hci_event_le_tk ,mem_module_uart_opcode 
+0x5370 020472 setarg 4 
+0x5371 020473 call module_hci_prepare_tx 
+0x5372 020474 fetch 4 ,mem_le_tk 
+0x5373 020475 istore 4 ,contwu 
+0x5374 020476 branch module_hci_transmit_tx 
+:      020480 module_hci_event_le_pairing_fail:
+0x5375 020481 arg flag_ble_pairing_fail ,rega 
+0x5376 020482 branch module_hci_event_pairing_completed 
+:      020484 module_hci_event_le_pairing_success:
+0x5377 020485 arg flag_ble_pairing_success ,rega 
+0x5378 020486 branch module_hci_event_pairing_completed 
+:      020489 module_hci_event_pairing_completed:
+0x5379 020490 jam hci_event_le_pairing_state ,mem_module_uart_opcode 
+0x537a 020491 setarg 2 
+0x537b 020492 call module_hci_prepare_tx 
+0x537c 020493 copy rega ,pdata 
+0x537d 020494 istore 2 ,contwu 
+0x537e 020495 branch module_hci_transmit_tx 
+:      020499 module_hci_event_pause_enc:
+0x537f 020500 arg flag_event_pause_enc ,regc 
+0x5380 020501 branch module_hci_event_enc 
+:      020503 module_hci_event_start_enc:
+0x5381 020504 arg flag_event_start_enc ,regc 
+:      020506 module_hci_event_enc:
+0x5382 020507 jam hci_event_le_encryption_state ,mem_module_uart_opcode 
+0x5383 020508 setarg 1 
+0x5384 020509 call module_hci_prepare_tx 
+0x5385 020510 copy regc ,pdata 
+0x5386 020511 istore 1 ,contwu 
+0x5387 020512 branch module_hci_transmit_tx 
+:      020518 module_hci_event_uuid_handle:
+0x5388 020519 storet 2 ,mem_temp 
+0x5389 020520 jam hci_event_uuid_handle ,mem_module_uart_opcode 
+0x538a 020521 setarg 2 
+0x538b 020522 call module_hci_prepare_tx 
+0x538c 020523 fetcht 2 ,mem_temp 
+0x538d 020524 istoret 2 ,contwu 
+0x538e 020525 branch module_hci_transmit_tx 
+:      020529 module_hci_event_le_input_passkey:
+0x538f 020530 jam hci_event_le_input_gkey ,mem_module_uart_opcode 
+0x5390 020531 branch module_hci_event_enter_standby_mode_len0 
+:      020535 module_hci_event_le_update_phy:
+0x5391 020536 jam hci_ble_update_phy_event ,mem_module_uart_opcode 
+0x5392 020537 setarg 2 
+0x5393 020538 call module_hci_prepare_tx 
+0x5394 020539 fetch 2 ,mem_context + coffset_le_rx_phy 
+0x5395 020540 istore 2 ,contwu 
+0x5396 020541 branch module_hci_transmit_tx 
+:      020553 module_hci_prepare_tx:
+0x5397 020554 jam 0x02 ,mem_module_uart_cmd 
+0x5398 020555 store 1 ,mem_module_uart_len 
+0x5399 020556 storet 8 ,mem_temp 
+0x539a 020557 bpatch patch0c_6 ,mem_patch0c 
+0x539b 020558 call module_set_mcu_wake_pin_high_delay 
+0x539c 020559 fetcht 8 ,mem_temp 
+0x539d 020560 call uarta_prepare_tx_register_push 
+0x539e 020561 fetch 3 ,mem_module_uart_cmd 
+0x539f 020562 istore 3 ,contwu 
+0x53a0 020563 rtn 
+:      020565 module_hci_transmit_tx:
+0x53a1 020566 bpatch patch0c_7 ,mem_patch0c 
+0x53a2 020567 branch uarta_send_register_pop 
+:      020569 module_set_mcu_wake_pin_high_delay:
+0x53a3 020570 call module_check_mcu_wake_pin_high 
+0x53a4 020571 rtn true 
+:      020572 module_set_mcu_wake_pin_h_delay:
+0x53a5 020573 call module_set_mcu_wake_pin_high 
+0x53a6 020574 fetch 4 ,mem_module_mcu_wake_delay_us 
+0x53a7 020575 rshift2 pdata ,pdata 
+0x53a8 020576 rtn blank 
+0x53a9 020577 branch delay 
+:      020579 module_set_mcu_wake_pin_high:
+0x53aa 020580 fetcht 1 ,mem_module_mcu_wake_pin 
+0x53ab 020581 branch gpio_out_active 
+:      020583 module_check_mcu_wake_pin_high:
+0x53ac 020584 fetcht 1 ,mem_module_mcu_wake_pin 
+0x53ad 020585 branch gpio_check_active 
+:      020587 module_set_mcu_wake_pin_low:
+0x53ae 020588 fetcht 1 ,mem_module_mcu_wake_pin 
+0x53af 020589 branch gpio_out_inactive 
+:      020600 module_le_receive_data:
+0x53b0 020601 storer rega ,2 ,mem_module_le_rx_data_address 
+0x53b1 020602 storer regb ,2 ,mem_module_le_rx_data_len 
+0x53b2 020603 fetch 2 ,mem_le_att_handle 
+0x53b3 020604 store 2 ,mem_module_le_rx_data_handle 
+0x53b4 020605 call module_check_ble_encrypt_state 
+0x53b5 020606 rtn user 
+:      020608 module_le_receive_data_ok:
+0x53b6 020609 fetcht 2 ,mem_module_le_rx_data_len 
+0x53b7 020610 fetch 1 ,mem_module_ble_data_uart_max_length 
+0x53b8 020611 call not_greater_than 
+0x53b9 020612 copy pdata ,loopcnt 
+0x53ba 020613 copy temp ,pdata 
+0x53bb 020614 isub loopcnt ,pdata 
+0x53bc 020615 store 2 ,mem_module_le_rx_data_len 
+0x53bd 020616 call module_hci_event_receive_le_data 
+0x53be 020617 fetch 2 ,mem_module_le_rx_data_len 
+0x53bf 020618 rtn blank 
+0x53c0 020619 branch module_le_receive_data_ok 
+:      020624 module_bb_event_timer:
+0x53c1 020625 rtn 
+:      020627 module_read_vdd_timer:
+0x53c2 020628 fetch 1 ,mem_module_read_vdd_flag 
+0x53c3 020629 rtn blank 
+0x53c4 020630 fetch 1 ,mem_module_read_vdd_count 
+0x53c5 020631 rtn blank 
+0x53c6 020632 increase -1 ,pdata 
+0x53c7 020633 store 1 ,mem_module_read_vdd_count 
+0x53c8 020634 nrtn blank 
+0x53c9 020635 jam flag_module_read_vdd_count ,mem_module_read_vdd_count 
+0x53ca 020636 call enable_adc 
+0x53cb 020637 call vdd_calculate_by_mode 
+0x53cc 020638 div pdata ,10 
+0x53cd 020639 call get_div_result 
+0x53ce 020640 div pdata ,100 
+0x53cf 020641 call get_div_result 
+0x53d0 020642 remainder temp 
+0x53d1 020643 store 1 ,mem_module_vdd_quotient 
+0x53d2 020644 storet 1 ,mem_module_vdd_remainder 
+0x53d3 020645 rtn 
+:      020651 module_set_le_tx_data_flag:
+0x53d4 020652 arg module_flag_ble_data_finish ,queue 
+0x53d5 020653 branch module_set_state 
+:      020655 module_clear_le_tx_data_flag:
+0x53d6 020656 arg module_flag_ble_data_finish ,queue 
+0x53d7 020657 branch module_clr_state 
+:      020659 module_clr_state:
+0x53d8 020660 fetch 2 ,mem_module_flag 
+0x53d9 020661 qset0 pdata 
+0x53da 020662 store 2 ,mem_module_flag 
+0x53db 020663 rtn 
+:      020665 module_set_state:
+0x53dc 020666 fetch 2 ,mem_module_flag 
+0x53dd 020667 qset1 pdata 
+0x53de 020668 store 2 ,mem_module_flag 
+0x53df 020669 rtn 
+:      020674 mouse_init:
+0x53e0 020675 call enable_authrom 
+0x53e1 020676 call mouse_setting_config 
+0x53e2 020677 call mouse_init_sunt 
+0x53e3 020678 rtn wake 
+0x53e4 020679 call mouse_setting_sensor_type 
+0x53e5 020680 call mouse_drawing_optima_init 
+0x53e6 020681 call mouse_cb_fuction 
+0x53e7 020682 call mouse_sensor_powerdown 
+:      020683 mouse_init_wireless:
+0x53e8 020684 fetch 2 ,mem_ui_state_map 
+0x53e9 020685 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x53ea 020686 call mouse_check_select_device_by_switch 
+0x53eb 020687 branch mouse_start_work 
+:      020690 mouse_cb_fuction:
+0x53ec 020691 bpatch patch0d_0 ,mem_patch0d 
+0x53ed 020692 setarg mouse_24g_short_sleep 
+0x53ee 020693 store 2 ,mem_cb_24g_transmit_short_sleep 
+0x53ef 020694 setarg mouse_24g_long_sleep 
+0x53f0 020695 store 2 ,mem_cb_24g_transmit_long_sleep 
+0x53f1 020696 setarg mouse_24g_before_lpm_sleep 
+0x53f2 020697 store 2 ,mem_cb_before_lpm_sleep 
+0x53f3 020698 setarg mouse_24g_package_data 
+0x53f4 020699 store 2 ,mem_cb_24g_transmit_data 
+0x53f5 020700 setarg mouse_24g_search_dongle 
+0x53f6 020701 store 2 ,mem_cb_24g_search_receiver 
+0x53f7 020702 setarg mouse_lpm_before_common 
+0x53f8 020703 store 2 ,mem_cb_24g_lpm_before 
+0x53f9 020704 setarg mouse_le 
+0x53fa 020705 store 2 ,mem_cb_le_process 
+0x53fb 020706 setarg mouse_process_lpm_before 
+0x53fc 020707 store 2 ,mem_cb_before_lpm 
+0x53fd 020708 setarg mouse_priority_bb_event 
+0x53fe 020709 store 2 ,mem_cb_bb_event_process 
+0x53ff 020710 setarg mouse_idle 
+0x5400 020711 store 2 ,mem_cb_idle_process 
+0x5401 020712 setarg mouse_before_hibernate 
+0x5402 020713 store 2 ,mem_cb_before_hibernate 
+0x5403 020714 setarg mouse_le_bb_event_connect_complete 
+0x5404 020715 store 2 ,mem_cb_att_write 
+0x5405 020716 setarg mouse_bb_event_timer 
+0x5406 020717 store 2 ,mem_cb_event_timer 
+0x5407 020718 setarg mouse_spi_write_flash_cb 
+0x5408 020719 store 2 ,mem_cb_spi_flash_write_complate 
+0x5409 020720 setarg mouse_lpm_check_wake_lock 
+0x540a 020721 store 2 ,mem_cb_check_wakelock 
+0x540b 020722 setarg mouse_le_transmit 
+0x540c 020723 store 2 ,mem_cb_ble_transmit 
+0x540d 020724 setarg mouse_set_lpm_mult 
+0x540e 020725 store 2 ,mem_cb_bt_set_mult 
+0x540f 020726 rtn 
+:      020729 mouse_setting_config:
+0x5410 020730 rtn wake 
+0x5411 020731 call g24_transmit_init 
+0x5412 020732 call g24_chmap_param_init 
+0x5413 020733 call mouse_24g_send_time_long_wake 
+0x5414 020734 call mouse_gpio_init 
+0x5415 020735 call mouse_le_name_modify 
+0x5416 020736 call mouse_param_init 
+0x5417 020737 call mouse_device_multi_led_parm_init 
+0x5418 020738 call le_set_fixed_ltk_justwork 
+:      020739 mouse_load_device_info_check:
+0x5419 020740 bpatch patch0d_1 ,mem_patch0d 
+0x541a 020741 fetch mouse_flag_len ,mem_mouse_flag 
+0x541b 020742 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+0x541c 020743 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+0x541d 020744 bbit1 mouse_enable_otp ,mouse_load_otp_info_check 
+0x541e 020745 rtn 
+:      020747 mouse_xtal_init:
+0x541f 020748 jam xtal_16m ,mem_fcomp_div 
+0x5420 020749 fetch mouse_flag_len ,mem_mouse_flag 
+0x5421 020750 rtnbit1 mouse_enable_16m 
+0x5422 020751 jam xtal_24m ,mem_fcomp_div 
+0x5423 020752 rtn 
+:      020754 mouse_24g_phy_select:
+0x5424 020755 call g24_enable_1m 
+0x5425 020756 fetch mouse_flag_len ,mem_mouse_flag 
+0x5426 020757 rtnbit0 mouse_enable_24g_2m_phy 
+0x5427 020758 branch g24_enable_2m 
+:      020760 mouse_default_init:
+0x5428 020761 bpatch patch0d_2 ,mem_patch0d 
+0x5429 020762 fetch mouse_flag_len ,mem_mouse_flag 
+0x542a 020763 isolate1 mouse_keyboard_enable ,pdata 
+0x542b 020764 call mouse_customer_key_enable ,true 
+:      020766 mouse_default_parm_init:
+0x542c 020767 fetch 2 ,mem_mouse_24g_pair_timeout_init 
+0x542d 020768 store 2 ,mem_24g_pair_timeout_init 
+0x542e 020770 fetch 1 ,mem_mouse_24g_reconn_timeout_init 
+0x542f 020771 store 2 ,mem_24g_reconn_timeout_init 
+0x5430 020773 fetch 5 ,mem_rssi_dis_min_24g_init 
+0x5431 020774 store 5 ,mem_rssi_dis_min_24g 
+0x5432 020776 fetch 1 ,mem_mouse_24g_pair_tx_power 
+0x5433 020777 store 1 ,mem_24g_pair_tx_power 
+0x5434 020779 fetch 1 ,mem_24g_ch_map_update 
+0x5435 020780 ncall g24_chamap_param_update ,blank 
+:      020781 mouse_default_parm_init_next:
+0x5436 020782 bpatch patch0d_3 ,mem_patch0d 
+0x5437 020783 call mouse_xtal_init 
+0x5438 020784 call mouse_24g_phy_select 
+0x5439 020785 call mouse_24g_long_sleep_set 
+0x543a 020786 branch g24_pair_param_init 
+:      020788 mouse_param_common_init:
+0x543b 020789 setarg mouse_ble_att_list_addr 
+0x543c 020790 store 2 ,mem_ui_le_uuid_table 
+0x543d 020791 jam 3 ,mem_lpm_mult_timeout 
+0x543e 020792 jam 8 ,mem_lpm_overhead 
+0x543f 020793 jam pb_button_state_up ,mem_select_device_button_statue 
+0x5440 020794 jam commbination_key_state_up ,mem_commbination_key_statue 
+0x5441 020795 setarg 0x0200 
+0x5442 020796 store 2 ,mem_lpm_interval 
+0x5443 020797 jam 0x17 ,mem_le_local_mtu 
+0x5444 020798 jam 0x17 ,mem_le_remote_mtu 
+0x5445 020800 setarg mem_le_tx_buffer0_omemalloc 
+0x5446 020801 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x5447 020802 setarg mouse_ble_l2cap_txbuff_size 
+0x5448 020803 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x5449 020804 branch mouse_adc_gpio_mux_init 
+:      020806 mouse_param_init:
+0x544a 020807 bpatch patch0d_4 ,mem_patch0d 
+0x544b 020808 call mouse_param_common_init 
+0x544c 020809 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x544d 020811 setarg 0x0a77 
+0x544e 020812 store 2 ,mem_spi_init_clk 
+0x544f 020813 setsect 0 ,0x1224 
+0x5450 020814 setsect 1 ,0x4000 
+0x5451 020815 setsect 2 ,0x0 
+0x5452 020816 istore 5 ,contw 
+0x5453 020819 fetch mouse_flag_len ,mem_mouse_flag 
+0x5454 020820 bbit0 mouse_enable_bt_125hz ,mouse_param_init_intervl_end 
+0x5455 020821 setarg le_interval_7_5ms 
+0x5456 020822 store 2 ,mem_le_interval_min 
+0x5457 020823 store 2 ,mem_le_interval_min + 2 
+:      020824 mouse_param_init_intervl_end:
+0x5458 020825 call mouse_g24_interval_param_8ms 
+0x5459 020826 fetch mouse_flag_len ,mem_mouse_flag 
+0x545a 020827 bbit0 mouse_enable_24g_250hz ,mouse_24g_short_sleep_set_end 
+0x545b 020828 call mouse_g24_interval_param_4ms 
+:      020829 mouse_24g_short_sleep_set_end:
+0x545c 020830 fetch 3 ,mem_24g_short_sleep_set 
+0x545d 020831 store 3 ,mem_mouse_24g_short_sleep_set_init 
+0x545e 020832 fetch 1 ,mem_device_flag 
+0x545f 020833 store 1 ,mem_device_flag_temp 
+0x5460 020834 fetch 3 ,mem_le_lap + 3 
+0x5461 020835 store 3 ,mem_mouse_le_lap_temp 
+0x5462 020836 setarg 0 
+0x5463 020837 store 7 ,mem_mouse_key 
+0x5464 020838 fetch 1 ,mem_ui_button_timeout 
+0x5465 020839 store 1 ,mem_bt_discovery_count 
+0x5466 020840 store 1 ,mem_select_device_count 
+0x5467 020841 call le_modified_name_adv 
+:      020842 mouse_sensor_set_angle:
+0x5468 020843 bpatch patch0d_5 ,mem_patch0d 
+0x5469 020844 fetch 1 ,mem_sensor_angle_default 
+0x546a 020845 store 1 ,mem_config_sensor_angle 
+0x546b 020846 fetch 1 ,mem_select_sensor_angle_gpio 
+0x546c 020847 rtneq gpio_disable 
+0x546d 020848 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x546e 020849 call mouse_gpio_config_input_pu 
+0x546f 020850 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x5470 020851 call gpio_get_bit 
+0x5471 020852 call mouse_sensor_switch_angle ,true 
+0x5472 020853 branch mouse_gpio_config_input_pd 
+:      020854 mouse_sensor_switch_angle:
+0x5473 020855 fetch 1 ,mem_sensor_angle_switch 
+0x5474 020856 store 1 ,mem_config_sensor_angle 
+0x5475 020857 rtn 
+:      020859 mouse_g24_interval_param_4ms:
+0x5476 020860 fetch 3 ,mem_mouse_24g_short_sleep_set_4ms 
+0x5477 020861 store 3 ,mem_24g_short_sleep_set 
+0x5478 020862 fetch 3 ,mem_mouse_24g_long_sleep_set_4ms 
+0x5479 020863 store 3 ,mem_24g_long_sleep_set 
+0x547a 020864 fetch 1 ,mem_mouse_24g_fast_hop_count_4ms 
+0x547b 020865 store 1 ,mem_24g_fast_hop_count 
+0x547c 020866 fetch 4 ,mem_mouse_24g_tsniff_4ms 
+0x547d 020867 store 4 ,mem_mouse_24g_tsniff 
+:      020868 mouse_report_rate_set_250hz:
+0x547e 020869 setarg 0x100c0c 
+0x547f 020870 store 3 ,mem_24g_interval 
+0x5480 020871 rtn 
+:      020873 mouse_g24_interval_param_8ms:
+0x5481 020874 fetch 3 ,mem_mouse_24g_short_sleep_set_8ms 
+0x5482 020875 store 3 ,mem_24g_short_sleep_set 
+0x5483 020876 fetch 3 ,mem_mouse_24g_long_sleep_set_8ms 
+0x5484 020877 store 3 ,mem_24g_long_sleep_set 
+0x5485 020878 fetch 1 ,mem_mouse_24g_fast_hop_count_8ms 
+0x5486 020879 store 1 ,mem_24g_fast_hop_count 
+0x5487 020880 fetch 4 ,mem_mouse_24g_tsniff_8ms 
+0x5488 020881 store 4 ,mem_mouse_24g_tsniff 
+:      020882 mouse_report_rate_set_125hz:
+0x5489 020883 setarg 0x1c1919 
+0x548a 020884 store 3 ,mem_24g_interval 
+0x548b 020885 rtn 
+:      020897 mouse_start_work:
+0x548c 020898 bpatch patch0d_6 ,mem_patch0d 
+0x548d 020899 fetch mouse_flag_len ,mem_mouse_flag 
+0x548e 020900 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
+0x548f 020901 fetch 1 ,mem_device_flag 
+0x5490 020902 beq mode_24g_device ,mouse_24g_start_mode 
+:      020903 mouse_le_fast_conn_judge:
+0x5491 020904 call mouse_bluetooth_fast_conn_disable 
+0x5492 020905 fetch 1 ,mem_device_flag 
+0x5493 020906 beq mode_bt_device1 ,mouse_le_device1_judge 
+0x5494 020907 beq mode_bt_device2 ,mouse_le_device2_judge 
+0x5495 020908 rtn 
+:      020909 mouse_le_device1_judge:
+0x5496 020910 fetch 6 ,mem_device1_addr 
+0x5497 020911 fetcht 6 ,mem_mouse_compare_addr 
+0x5498 020912 isub temp ,null 
+0x5499 020913 branch mouse_bluetooth_fast_conn_init ,zero 
+0x549a 020914 branch mouse_start_reconnect_device 
+:      020916 mouse_le_device2_judge:
+0x549b 020917 fetch 6 ,mem_device2_addr 
+0x549c 020918 fetcht 6 ,mem_mouse_compare_addr 
+0x549d 020919 isub temp ,null 
+0x549e 020920 branch mouse_bluetooth_fast_conn_init ,zero 
+0x549f 020921 branch mouse_start_reconnect_device 
+:      020923 mouse_start_reconnect_device:
+0x54a0 020924 bpatch patch0d_7 ,mem_patch0d 
+0x54a1 020925 call mouse_device_le_reconn_led_config 
+0x54a2 020926 arg mem_device1_type ,rega 
+0x54a3 020927 fetch 1 ,mem_device_flag 
+0x54a4 020928 increase -1 ,pdata 
+0x54a5 020929 mul32 pdata ,29 ,pdata 
+0x54a6 020930 iadd rega ,rega 
+0x54a7 020931 ifetch 1 ,rega 
+0x54a8 020932 store 1 ,mem_xrecord_mode 
+:      020933 mouse_start_reconnect:
+0x54a9 020934 fetch 1 ,mem_xrecord_mode 
+0x54aa 020935 beq rec_4_mode ,mouse4_0_check_reconn_target 
+0x54ab 020936 branch mouse_bluetooth_fast_conn_init 
+:      020938 mouse_wakeup_from_power_check:
+0x54ac 020939 bpatch patch0e_0 ,mem_patch0e 
+0x54ad 020940 disable user 
+0x54ae 020941 fetch mouse_flag_len ,mem_mouse_flag 
+0x54af 020942 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_from_poweron 
+0x54b0 020943 fetch 1 ,core_lpm_isogate 
+0x54b1 020944 bbit1 cold_wake ,mouse_wakeup_from_poweron 
+0x54b2 020945 enable user 
+:      020946 mouse_wakeup_from_poweron:
+0x54b3 020947 fetch 1 ,mem_reconn_times_init 
+0x54b4 020948 store 1 ,mem_reconn_times 
+0x54b5 020949 rtn 
+:      020951 mouse4_0_check_reconn_target:
+0x54b6 020952 jam 1 ,mem_mouse_le_reconnect_flag 
+0x54b7 020953 fetcht 1 ,mem_mouse_fast_direct_timeout 
+0x54b8 020954 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x54b9 020955 beq 0xff ,mouse4_0_check_reconn_target_next 
+0x54ba 020956 fetcht 1 ,mem_mouse_direct_timeout 
+:      020957 mouse4_0_check_reconn_target_next:
+0x54bb 020958 storet 1 ,mem_mouse_direct_timer 
+0x54bc 020959 call app_lpm_mult_disable 
+0x54bd 020960 fetch 3 ,mem_le_adv_direct_ind 
+0x54be 020961 store 3 ,mem_le_adv_data + 4 
+0x54bf 020962 call mouse_le_check_adv_flag 
+0x54c0 020963 setarg adv_flag_bredr_not_supported 
+0x54c1 020964 istore 1 ,contr 
+0x54c2 020965 arg mem_le_scan_data ,contr 
+0x54c3 020966 call mouse_le_adv_data_update 
+0x54c4 020967 branch check_51cmd_adv 
+:      020971 mouse_lpm_check_wake_lock:
+0x54c5 020972 bmark1 mark_24g ,app_get_lpm_wake_lock 
+0x54c6 020973 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x54c7 020974 branch app_get_lpm_wake_lock ,blank 
+0x54c8 020975 fetch 1 ,mem_mouse_le_conn_param_reject 
+0x54c9 020976 beq le_lpm_disable ,app_get_lpm_wake_lock 
+0x54ca 020977 fetch 1 ,mem_mouse_wheel_trigger 
+0x54cb 020978 nbranch app_get_lpm_wake_lock ,blank 
+0x54cc 020979 branch app_put_lpm_wake_lock 
+:      020988 mouse_app_enter_hibernate:
+0x54cd 020989 bpatch patch0e_1 ,mem_patch0e 
+0x54ce 020990 setarg pan_reg_config 
+0x54cf 020991 call twspi_read 
+0x54d0 020992 bbit1 3 ,mouse_app_enter_hibernate_next 
+0x54d1 020993 call mouse_sensor_reset 
+0x54d2 020994 call mouse_sensor_powerdown 
+:      020995 mouse_app_enter_hibernate_next:
+0x54d3 020996 call mouse_setgpio_hibernate 
+0x54d4 020997 branch app_enter_hibernate 
+:      020999 mouse_before_hibernate:
+0x54d5 021000 bpatch patch0e_2 ,mem_patch0e 
+0x54d6 021001 call disable_authrom 
+0x54d7 021002 call mouse_before_hibernate_wheel_gpio_set 
+0x54d8 021003 call mouse_setgpio_hibernate 
+0x54d9 021004 call mouse_flash_power_down 
+0x54da 021005 fetcht 1 ,mem_sensor_motion_gpio 
+0x54db 021006 branch gpio_clr_wake 
+:      021009 mouse_setgpio_hibernate:
+0x54dc 021010 bpatch patch0e_3 ,mem_patch0e 
+0x54dd 021011 call mouse_set_sdio_high 
+0x54de 021012 call clear_wake 
+0x54df 021013 call mouse_logo_led_off 
+0x54e0 021014 call mouse_lpm_before_common 
+0x54e1 021015 call mouse_gpio_pd_idle 
+:      021016 mouse_setgpio_hibernate_next:
+0x54e2 021017 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+0x54e3 021018 call mouse_gpio_config_input_pu 
+0x54e4 021019 call mouse_gpio_set_high_impedance 
+0x54e5 021020 call mouse_device_multi_led_all_off 
+0x54e6 021021 call mouse_adc_gpio_set_before_hibernate 
+0x54e7 021022 branch mouse_wheel_gpio_set_before_hibernate 
+:      021024 mouse_wheel_gpio_set_before_hibernate:
+0x54e8 021025 fetch mouse_flag_len ,mem_mouse_flag 
+0x54e9 021026 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+:      021027 mouse_wheel_gpio_clr_wakeup:
+0x54ea 021028 fetcht 1 ,mem_whee_a_data_gpio 
+0x54eb 021029 call gpio_clr_wake 
+0x54ec 021030 fetcht 1 ,mem_whee_b_data_gpio 
+0x54ed 021031 call gpio_clr_wake 
+0x54ee 021032 fetcht 1 ,mem_whee_a_data_gpio 
+0x54ef 021033 call mouse_gpio_config_input_pd 
+0x54f0 021034 fetcht 1 ,mem_whee_b_data_gpio 
+0x54f1 021035 branch mouse_gpio_config_input_pd 
+:      021037 mouse_adc_gpio_set_before_hibernate:
+0x54f2 021038 fetch mouse_flag_len ,mem_mouse_flag 
+0x54f3 021039 rtnbit0 mouse_enable_adc 
+0x54f4 021040 fetch 1 ,mem_adc_config_flag 
+0x54f5 021041 rtnne adc_config_gpio 
+0x54f6 021042 fetch 1 ,mem_adc_channel_gpio 
+0x54f7 021043 arg gpcfg_no_ie ,temp 
+0x54f8 021044 branch gpio_config_function_int 
+:      021048 mouse_gpio_pd_idle:
+0x54f9 021049 arg core_gpio_conf ,contr 
+0x54fa 021050 arg gpio_number ,loopcnt 
+:      021051 mouse_gpio_pd_idle_loop:
+0x54fb 021052 ifetch 1 ,contr 
+0x54fc 021053 nbranch mouse_gpio_pd_idle_configured ,blank 
+0x54fd 021054 setarg gpcfg_pulldown 
+0x54fe 021055 add contr ,-1 ,contw 
+0x54ff 021056 istore 1 ,contw 
+:      021057 mouse_gpio_pd_idle_configured:
+0x5500 021058 loop mouse_gpio_pd_idle_loop 
+0x5501 021059 arg core_gpio_conf_hi + gpio_number_ext ,pdata 
+0x5502 021060 isub contr ,null 
+0x5503 021061 rtn zero 
+:      021062 mouse_gpio_pd_idle_ext:
+0x5504 021063 arg gpio_number_ext ,loopcnt 
+0x5505 021064 arg core_gpio_conf_hi ,contr 
+0x5506 021065 branch mouse_gpio_pd_idle_loop 
+:      021067 mouse_process_lpm_before:
+0x5507 021068 rtnmark1 mark_24g 
+0x5508 021069 call mouse_lpm_before_common 
+0x5509 021070 fetch 1 ,mem_lpm_current_mult 
+0x550a 021071 nrtn blank 
+0x550b 021072 branch gpio_clr_wake 
+:      021074 mouse_lpm_before_common:
+0x550c 021075 bpatch patch0e_4 ,mem_patch0e 
+0x550d 021076 fetcht 1 ,mem_whee_a_data_gpio 
+0x550e 021077 call gpio_config_input 
+0x550f 021078 fetcht 1 ,mem_whee_b_data_gpio 
+0x5510 021079 call gpio_config_input 
+0x5511 021081 call mouse_wheel_check 
+0x5512 021082 fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0x5513 021083 call mouse_gpio_config_output_high 
+0x5514 021084 call twspi_disable 
+0x5515 021086 fetcht 1 ,mem_lbutton_gpio 
+0x5516 021087 call gpio_set_wake 
+0x5517 021088 fetcht 1 ,mem_rbutton_gpio 
+0x5518 021089 call gpio_set_wake 
+0x5519 021090 fetcht 1 ,mem_mbutton_gpio 
+0x551a 021091 call gpio_set_wake 
+0x551b 021093 fetcht 1 ,mem_bk_button_gpio 
+0x551c 021094 call gpio_set_wake 
+0x551d 021095 fetcht 1 ,mem_fw_button_gpio 
+0x551e 021096 call gpio_set_wake 
+0x551f 021097 fetcht 1 ,mem_dpi_button_gpio 
+0x5520 021098 call gpio_set_wake 
+0x5521 021099 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5522 021100 call gpio_set_wake 
+0x5523 021102 fetcht 1 ,mem_customer_key_gpio 
+0x5524 021103 call gpio_set_wake 
+0x5525 021105 fetcht 1 ,mem_whee_a_data_gpio 
+0x5526 021106 call gpio_set_wake_by_current_state 
+0x5527 021107 fetcht 1 ,mem_whee_b_data_gpio 
+0x5528 021108 call gpio_set_wake_by_current_state 
+0x5529 021109 fetcht 1 ,mem_whee_ta_data_gpio 
+0x552a 021110 call gpio_set_wake_by_current_state 
+0x552b 021111 fetcht 1 ,mem_whee_tb_data_gpio 
+0x552c 021112 call gpio_set_wake_by_current_state 
+0x552d 021113 fetcht 1 ,mem_sensor_motion_gpio 
+0x552e 021114 branch gpio_set_wake 
+:      021118 mouse_set_mult:
+0x552f 021119 fetch 2 ,mem_ui_state_map 
+0x5530 021120 rtnbit0 ui_state_ble_connected 
+0x5531 021121 copy rega ,pdata 
+0x5532 021122 nbranch le_set_config_short_mult ,blank 
+0x5533 021123 branch le_clr_config_short_mult 
+:      021127 mouse_adc_gpio_set:
+0x5534 021128 bpatch patch0e_5 ,mem_patch0e 
+0x5535 021129 fetch 1 ,mem_adc_config_flag 
+0x5536 021130 rtnne adc_config_gpio 
+0x5537 021131 fetcht 1 ,mem_adc_channel_gpio 
+0x5538 021132 branch gpio_set_high_impedance 
+:      021134 mouse_adc_gpio_mux_init:
+0x5539 021135 fetch mouse_flag_len ,mem_mouse_flag 
+0x553a 021136 rtnbit0 mouse_enable_adc 
+0x553b 021137 jam mouse_adc_check_multiple ,mem_adc_mux_status 
+0x553c 021138 rtn 
+:      021140 mouse_adc_read:
+0x553d 021141 bpatch patch0e_6 ,mem_patch0e 
+0x553e 021142 fetch mouse_flag_len ,mem_mouse_flag 
+0x553f 021143 rtnbit0 mouse_enable_adc 
+0x5540 021144 call mouse_adc_gpio_set 
+0x5541 021145 fetch 1 ,mem_adc_config_flag 
+0x5542 021146 beq adc_config_gpio ,mouse_adc_read_gpio_mux_start 
+0x5543 021147 jam mouse_adc_check_hvin_multiple ,mem_adc_mux_status 
+0x5544 021148 branch mouse_adc_read_start 
+:      021150 mouse_adc_read_gpio_mux_start:
+0x5545 021151 jam mouse_adc_check_gpio_multiple ,mem_adc_mux_status 
+0x5546 021152 branch mouse_adc_read_start 
+:      021154 mouse_adc_read_start:
+0x5547 021155 bpatch patch0e_7 ,mem_patch0e 
+0x5548 021156 call enable_adc 
+0x5549 021157 call vdd_calculate_by_mode 
+0x554a 021158 store 2 ,mem_mouse_vdd_now_vol 
+0x554b 021159 fetch 1 ,mem_adc_config_flag 
+0x554c 021160 bne adc_config_gpio ,mouse_adc_data_process 
+0x554d 021161 fetcht 2 ,mem_mouse_vdd_now_vol 
+0x554e 021162 mul32 temp ,8 ,pdata 
+0x554f 021163 div pdata ,10 
+0x5550 021164 call get_div_result 
+0x5551 021165 iadd temp ,pdata 
+0x5552 021166 store 2 ,mem_mouse_vdd_now_vol 
+:      021167 mouse_adc_data_process:
+0x5553 021168 arg mem_mouse_vdd_calculate_set ,rega 
+0x5554 021169 call mouse_adc_bat_percent_lowpower_out 
+0x5555 021170 fetch 1 ,mem_adc_power_flag 
+0x5556 021171 bbit1 1 ,mouse_app_enter_hibernate 
+0x5557 021172 bbit0 0 ,mouse_adc_no_low_voltage 
+0x5558 021173 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x5559 021174 branch mouse_adc_low_voltage 
+:      021176 mouse_adc_low_voltage:
+0x555a 021177 arg mouse_low_voltage_flag ,queue 
+0x555b 021178 branch mouse_enable_function_flag 
+:      021179 mouse_adc_no_low_voltage:
+0x555c 021180 arg mouse_low_voltage_flag ,queue 
+0x555d 021181 call mouse_disable_function_flag 
+0x555e 021182 jam 1 ,mem_adc_low_volatage_led_timer_count 
+0x555f 021183 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x5560 021184 rtn blank 
+0x5561 021185 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+0x5562 021186 branch mouse_low_voltage_led_off_judge 
+:      021189 mouse_adc_bat_percent_lowpower_out:
+0x5563 021190 bpatch patch0f_0 ,mem_patch0f 
+0x5564 021191 ifetch 8 ,rega 
+0x5565 021192 store 8 ,mem_pdatatemp 
+0x5566 021193 fetch 1 ,mem_adc_mux_status 
+0x5567 021194 beq mouse_adc_check_battery_only ,mouse_adc_bat_percent_lowpower_out_battery 
+0x5568 021195 beq mouse_adc_check_gpio_multiple ,mouse_adc_bat_percent_lowpower_out_battery 
+0x5569 021196 beq mouse_adc_check_hvin_multiple ,mouse_adc_bat_percent_lowpower_out_hvin_multiple 
+:      021197 mouse_adc_bat_percent_lowpower_out_battery:
+0x556a 021198 call adc_clear_no_power_flag 
+0x556b 021199 call adc_clear_low_power_flag 
+0x556c 021200 fetch 2 ,mem_pdatatemp + 6 
+0x556d 021201 fetcht 2 ,mem_pdatatemp + 2 
+0x556e 021202 isub temp ,null 
+0x556f 021203 ncall adc_set_no_power_flag ,positive 
+0x5570 021204 fetcht 2 ,mem_pdatatemp + 4 
+0x5571 021205 isub temp ,null 
+0x5572 021206 ncall adc_set_low_power_flag ,positive 
+:      021207 mouse_adc_bat_level_set:
+0x5573 021208 fetch 2 ,mem_pdatatemp + 6 
+0x5574 021209 fetcht 2 ,mem_pdatatemp 
+0x5575 021210 isub temp ,null 
+0x5576 021211 branch mouse_adc_bat_level_100_percent ,positive 
+0x5577 021212 fetcht 2 ,mem_pdatatemp + 2 
+0x5578 021213 isub temp ,pdata 
+0x5579 021214 nbranch mouse_adc_bat_level_0_percent ,positive 
+0x557a 021215 branch mouse_adc_bat_level_0_percent ,blank 
+0x557b 021216 mul32 pdata ,100 ,rega 
+0x557c 021217 fetch 2 ,mem_pdatatemp 
+0x557d 021218 fetcht 2 ,mem_pdatatemp + 2 
+0x557e 021219 isub temp ,temp 
+0x557f 021220 copy rega ,pdata 
+0x5580 021221 idiv temp 
+0x5581 021222 call get_div_result 
+0x5582 021223 store 1 ,mem_le_battery_level_percentage 
+0x5583 021224 rtn 
+:      021226 mouse_adc_bat_level_100_percent:
+0x5584 021227 jam 100 ,mem_le_battery_level_percentage 
+0x5585 021228 rtn 
+:      021229 mouse_adc_bat_level_0_percent:
+0x5586 021230 jam 0 ,mem_le_battery_level_percentage 
+0x5587 021231 rtn 
+:      021233 mouse_adc_bat_percent_lowpower_out_hvin_multiple:
+0x5588 021234 branch mouse_adc_bat_percent_lowpower_out_battery 
+:      021240 mouse_gpio_init:
+0x5589 021241 fetcht 1 ,mem_eeprom_wp_gpio 
+0x558a 021242 call gpio_config_output 
+0x558b 021244 fetcht 1 ,mem_lbutton_gpio 
+0x558c 021245 call mouse_gpio_config_input_pu 
+0x558d 021246 fetcht 1 ,mem_rbutton_gpio 
+0x558e 021247 call mouse_gpio_config_input_pu 
+0x558f 021248 fetcht 1 ,mem_mbutton_gpio 
+0x5590 021249 call mouse_gpio_config_input_pu 
+0x5591 021250 fetcht 1 ,mem_bk_button_gpio 
+0x5592 021251 call mouse_gpio_config_input_pu 
+0x5593 021252 fetcht 1 ,mem_fw_button_gpio 
+0x5594 021253 call mouse_gpio_config_input_pu 
+0x5595 021254 fetcht 1 ,mem_dpi_button_gpio 
+0x5596 021255 call mouse_gpio_config_input_pu 
+0x5597 021257 fetcht 1 ,mem_matrix_public_gpio 
+0x5598 021258 call mouse_gpio_config_input_pu 
+0x5599 021260 fetcht 1 ,mem_config_select_device_button_gpio 
+0x559a 021261 call mouse_gpio_config_input_pu 
+0x559b 021263 fetcht 1 ,mem_customer_key_gpio 
+0x559c 021264 call mouse_gpio_config_input_pu 
+0x559d 021266 fetcht 1 ,mem_whee_a_data_gpio 
+0x559e 021267 call mouse_gpio_config_input_pu 
+0x559f 021269 fetcht 1 ,mem_whee_b_data_gpio 
+0x55a0 021270 call mouse_gpio_config_input_pu 
+0x55a1 021272 fetcht 1 ,mem_whee_ta_data_gpio 
+0x55a2 021273 call mouse_gpio_config_input_pu 
+0x55a3 021274 fetcht 1 ,mem_whee_tb_data_gpio 
+0x55a4 021275 call mouse_gpio_config_input_pu 
+0x55a5 021277 fetcht 1 ,mem_sensor_motion_gpio 
+0x55a6 021278 call mouse_gpio_config_input_pu 
+0x55a7 021280 fetcht 1 ,mem_device_switch_gpio 
+0x55a8 021281 call mouse_gpio_config_input_pu 
+0x55a9 021283 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x55aa 021284 branch mouse_gpio_config_input_pu 
+:      021287 mouse_gpio_set_pupd_by_input:
+0x55ab 021288 sub temp ,ui_button_gpio_disable ,null 
+0x55ac 021289 rtn zero 
+0x55ad 021290 and temp ,0x7f ,queue 
+0x55ae 021291 fetch 4 ,core_gpio_in 
+0x55af 021292 qisolate1 pdata 
+0x55b0 021293 branch mouse_gpio_config_input_pu ,true 
+:      021294 mouse_gpio_config_input_pd:
+0x55b1 021295 sub temp ,ui_button_gpio_disable ,null 
+0x55b2 021296 rtn zero 
+0x55b3 021297 set1 gpio_active_bit ,temp 
+0x55b4 021298 branch gpio_config_input 
+:      021300 mouse_gpio_config_input_pu:
+0x55b5 021301 sub temp ,ui_button_gpio_disable ,null 
+0x55b6 021302 rtn zero 
+0x55b7 021303 set0 gpio_active_bit ,temp 
+0x55b8 021304 branch gpio_config_input 
+:      021306 mouse_gpio_set_high_impedance:
+0x55b9 021307 fetch 3 ,mem_mouse_set_high_impedance_bit_set 
+0x55ba 021308 store 3 ,mem_pdatatemp 
+0x55bb 021309 arg 13 ,loopcnt 
+0x55bc 021310 arg 0 ,temp 
+:      021311 mouse_gpio_set_high_impedance_bit_loop:
+0x55bd 021312 fetch 3 ,mem_pdatatemp 
+0x55be 021313 isolate1 0 ,pdata 
+0x55bf 021314 call gpio_set_high_impedance ,true 
+0x55c0 021315 fetch 3 ,mem_pdatatemp 
+0x55c1 021316 lshift pdata ,pdata 
+0x55c2 021317 store 3 ,mem_pdatatemp 
+0x55c3 021318 increase 1 ,temp 
+0x55c4 021319 loop mouse_gpio_set_high_impedance_bit_loop 
+0x55c5 021320 rtn 
+:      021326 mouse_le_name_modify:
+0x55c6 021327 bpatch patch0f_1 ,mem_patch0f 
+0x55c7 021328 fetch 8 ,mem_le_name_patch 
+0x55c8 021329 rtn blank 
+0x55c9 021330 fetch 1 ,mem_le_name_patch_len 
+0x55ca 021331 copy pdata ,rega 
+0x55cb 021332 sub pdata ,11 ,null 
+0x55cc 021333 nbranch mouse_le_name_patch_len_overflow ,positive 
+0x55cd 021335 call mouse_le_name_clear 
+0x55ce 021337 arg mem_le_adv_swift_pair + 9 ,contw 
+0x55cf 021338 call mouse_le_name_modify_next 
+0x55d0 021340 arg mem_le_scan_data + 2 ,contw 
+0x55d1 021341 call mouse_le_name_modify_next 
+0x55d2 021343 arg mem_le_name ,contw 
+:      021344 mouse_le_name_modify_next:
+0x55d3 021345 arg mem_le_name_patch ,contr 
+0x55d4 021346 copy rega ,loopcnt 
+0x55d5 021347 branch memcpy 
+:      021349 mouse_le_name_clear:
+0x55d6 021350 arg mem_le_adv_swift_pair + 9 ,contw 
+0x55d7 021351 call mouse_le_name_clear_next 
+0x55d8 021353 arg mem_le_scan_data + 2 ,contw 
+0x55d9 021354 call mouse_le_name_clear_next 
+0x55da 021356 arg mem_le_name ,contw 
+:      021357 mouse_le_name_clear_next:
+0x55db 021358 arg 11 ,loopcnt 
+0x55dc 021359 branch clear_mem 
+:      021361 mouse_le_name_patch_len_overflow:
+0x55dd 021362 call mouse_le_swift_pair_disable 
+0x55de 021364 fetch 1 ,mem_le_name_patch_len 
+0x55df 021365 increase 1 ,pdata 
+0x55e0 021366 store 1 ,mem_le_adv_swift_pair 
+0x55e1 021367 jam 9 ,mem_le_adv_swift_pair + 1 
+0x55e2 021368 arg mem_le_name_patch ,contr 
+0x55e3 021369 arg mem_le_adv_swift_pair + 2 ,contw 
+0x55e4 021370 copy rega ,loopcnt 
+0x55e5 021371 call memcpy 
+0x55e6 021373 fetch 1 ,mem_le_name_patch_len 
+0x55e7 021374 increase 1 ,pdata 
+0x55e8 021375 store 1 ,mem_le_scan_data 
+0x55e9 021376 jam 9 ,mem_le_scan_data + 1 
+0x55ea 021377 arg mem_le_name_patch ,contr 
+0x55eb 021378 arg mem_le_scan_data + 2 ,contw 
+0x55ec 021379 copy rega ,loopcnt 
+0x55ed 021380 call memcpy 
+0x55ee 021382 arg mem_le_name_patch_len ,contr 
+0x55ef 021383 arg mem_le_name_len ,contw 
+0x55f0 021384 copy rega ,loopcnt 
+0x55f1 021385 increase 1 ,loopcnt 
+0x55f2 021386 branch memcpy 
+:      021388 mouse_le_swift_pair_disable:
+0x55f3 021389 arg mem_le_adv_swift_pair ,contw 
+0x55f4 021390 arg 20 ,loopcnt 
+0x55f5 021391 branch clear_mem 
+:      021397 mouse_sensor_spi_init:
+0x55f6 021398 call mouse_spid_init_pin 
+0x55f7 021399 jam 0x73 ,mem_spi_init_clk 
+0x55f8 021401 call mouse_spi_init 
+0x55f9 021402 branch twspi_enable 
+:      021404 mouse_spi_write_flash_cb:
+:      021405 mouse_spi_init:
+0x55fa 021406 branch spid_init 
+:      021408 mouse_spid_init_pin:
+0x55fb 021409 fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0x55fc 021410 arg gpcfg_spid_sck ,temp 
+0x55fd 021411 call gpio_config_function_int 
+0x55fe 021412 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+0x55ff 021413 arg gpcfg_spid_sdio ,temp 
+0x5600 021414 branch gpio_config_function_int 
+:      021419 mouse_motion:
+0x5601 021420 bpatch patch0f_2 ,mem_patch0f 
+0x5602 021421 disable user 
+0x5603 021422 setarg 0 
+0x5604 021423 store 6 ,mem_mouse_x 
+0x5605 021424 call mouse_check_sensor_data 
+0x5606 021425 setarg 0x0089 
+0x5607 021426 call twspi_write 
+0x5608 021427 call mouse_setting_sensor_type 
+0x5609 021428 call mouse_zwheel 
+0x560a 021429 call mouse_t_zwheel 
+0x560b 021430 call mouse_key 
+0x560c 021431 fetch 1 ,mem_mouse_key 
+0x560d 021432 and_into 0x1f ,pdata 
+0x560e 021433 store 1 ,mem_mouse_key 
+0x560f 021434 nbranch mouse_drawing_optima_init ,user 
+0x5610 021435 call mouse_drawing_optima 
+0x5611 021436 branch mouse_no_data_timer_init 
+:      021440 mouse_zwheel:
+0x5612 021441 fetch 1 ,mem_mouse_z_data 
+0x5613 021442 rtn blank 
+0x5614 021443 store 1 ,mem_mouse_z 
+0x5615 021444 jam 0 ,mem_mouse_z_data 
+0x5616 021445 branch enable_user 
+:      021447 mouse_t_zwheel:
+0x5617 021448 fetch 1 ,mem_mouse_tz_data 
+0x5618 021449 rtn blank 
+0x5619 021450 store 1 ,mem_mouse_tz 
+0x561a 021451 jam 0 ,mem_mouse_tz_data 
+0x561b 021452 branch enable_user 
+:      021454 mouse_wheel_check:
+0x561c 021455 call mouse_t_wheel_scan 
+0x561d 021456 call mouse_wheel_scan 
+0x561e 021457 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x561f 021458 fetcht 1 ,mem_wheel_tb_old_pinlevel 
+0x5620 021459 store 1 ,mem_wheel_tb_old_pinlevel 
+0x5621 021460 isub temp ,null 
+0x5622 021461 nbranch app_lpm_wake_auto_lock ,zero 
+0x5623 021462 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x5624 021463 fetcht 1 ,mem_mwheel_b_old_pinlevel 
+0x5625 021464 store 1 ,mem_mwheel_b_old_pinlevel 
+0x5626 021465 isub temp ,null 
+0x5627 021466 nbranch app_lpm_wake_auto_lock ,zero 
+0x5628 021467 rtn 
+:      021468 mouse_t_wheel_scan:
+0x5629 021469 fetch 1 ,mem_whee_ta_data_gpio 
+0x562a 021470 rtneq gpio_disable 
+0x562b 021471 arg 0 ,rega 
+0x562c 021472 fetcht 1 ,mem_whee_ta_data_gpio 
+0x562d 021473 call gpio_get_bit 
+0x562e 021474 setflag true ,0 ,rega 
+0x562f 021475 fetcht 1 ,mem_whee_tb_data_gpio 
+0x5630 021476 call gpio_get_bit 
+0x5631 021477 setflag true ,1 ,rega 
+0x5632 021478 copy rega ,pdata 
+0x5633 021479 store 1 ,mem_wheel_tb_new_pinlevel 
+0x5634 021480 beq 0x01 ,mouse_t_wheel_scan_judge1 
+0x5635 021481 beq 0x02 ,mouse_t_wheel_scan_judge2 
+0x5636 021482 fetch 1 ,mem_wheel_tog 
+0x5637 021483 bbit1 7 ,mouse_t_wheel_scan_judge3 
+0x5638 021484 rtn 
+:      021486 mouse_t_wheel_scan_judge1:
+0x5639 021487 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x563a 021488 beq 0 ,mouse_t_wheel_scan_judge11 
+0x563b 021489 beq 3 ,mouse_t_wheel_scan_judge12 
+0x563c 021490 rtn 
+:      021491 mouse_t_wheel_scan_judge2:
+0x563d 021492 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x563e 021493 beq 0 ,mouse_t_wheel_scan_judge21 
+0x563f 021494 beq 3 ,mouse_t_wheel_scan_judge22 
+0x5640 021495 rtn 
+:      021496 mouse_t_wheel_scan_judge11:
+0x5641 021497 jam 0x82 ,mem_wheel_tog 
+0x5642 021498 rtn 
+:      021499 mouse_t_wheel_scan_judge12:
+0x5643 021500 jam 0x81 ,mem_wheel_tog 
+0x5644 021501 rtn 
+:      021502 mouse_t_wheel_scan_judge21:
+0x5645 021503 jam 0x80 ,mem_wheel_tog 
+0x5646 021504 rtn 
+:      021505 mouse_t_wheel_scan_judge22:
+0x5647 021506 jam 0x83 ,mem_wheel_tog 
+0x5648 021507 rtn 
+:      021508 mouse_t_wheel_scan_judge3:
+0x5649 021509 fetch 1 ,mem_wheel_tog 
+0x564a 021510 set0 7 ,pdata 
+0x564b 021511 store 1 ,mem_wheel_tog 
+0x564c 021512 beq 0 ,mouse_t_wheel_scan_judge30 
+0x564d 021513 beq 1 ,mouse_t_wheel_scan_judge31 
+0x564e 021514 beq 2 ,mouse_t_wheel_scan_judge32 
+0x564f 021515 beq 3 ,mouse_t_wheel_scan_judge33 
+0x5650 021516 rtn 
+:      021517 mouse_t_wheel_scan_judge30:
+0x5651 021518 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x5652 021519 beq 3 ,mouse_wheel_t_forward 
+0x5653 021520 rtn 
+:      021521 mouse_t_wheel_scan_judge31:
+0x5654 021522 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x5655 021523 beq 0 ,mouse_wheel_t_forward 
+0x5656 021524 rtn 
+:      021525 mouse_t_wheel_scan_judge32:
+0x5657 021526 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x5658 021527 beq 3 ,mouse_wheel_t_back 
+0x5659 021528 rtn 
+:      021529 mouse_t_wheel_scan_judge33:
+0x565a 021530 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x565b 021531 beq 0 ,mouse_wheel_t_back 
+0x565c 021532 rtn 
+:      021533 mouse_wheel_t_forward:
+0x565d 021534 fetch 1 ,mem_mouse_tz_data 
+0x565e 021535 increase 1 ,pdata 
+0x565f 021536 store 1 ,mem_mouse_tz_data 
+0x5660 021537 rtn 
+:      021538 mouse_wheel_t_back:
+0x5661 021539 fetch 1 ,mem_mouse_tz_data 
+0x5662 021540 increase -1 ,pdata 
+0x5663 021541 store 1 ,mem_mouse_tz_data 
+0x5664 021542 rtn 
+:      021545 mouse_wheel_scan:
+0x5665 021546 fetch 1 ,mem_whee_a_data_gpio 
+0x5666 021547 rtneq gpio_disable 
+0x5667 021548 arg 0 ,rega 
+0x5668 021549 fetcht 1 ,mem_whee_a_data_gpio 
+0x5669 021550 call gpio_get_bit 
+0x566a 021551 setflag true ,0 ,rega 
+0x566b 021552 fetcht 1 ,mem_whee_b_data_gpio 
+0x566c 021553 call gpio_get_bit 
+0x566d 021554 setflag true ,1 ,rega 
+0x566e 021555 copy rega ,pdata 
+0x566f 021556 store 1 ,mem_mwheel_b_new_pinlevel 
+0x5670 021557 beq 0x01 ,mouse_wheel_scan_judge1 
+0x5671 021558 beq 0x02 ,mouse_wheel_scan_judge2 
+0x5672 021559 fetch 1 ,mem_mwheel_tog 
+0x5673 021560 bbit1 7 ,mouse_wheel_scan_judge3 
+0x5674 021561 rtn 
+:      021563 mouse_wheel_scan_judge1:
+0x5675 021564 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x5676 021565 beq 0 ,mouse_wheel_scan_judge11 
+0x5677 021566 beq 3 ,mouse_wheel_scan_judge12 
+0x5678 021567 rtn 
+:      021568 mouse_wheel_scan_judge2:
+0x5679 021569 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x567a 021570 beq 0 ,mouse_wheel_scan_judge21 
+0x567b 021571 beq 3 ,mouse_wheel_scan_judge22 
+0x567c 021572 rtn 
+:      021573 mouse_wheel_scan_judge11:
+0x567d 021574 jam 0x82 ,mem_mwheel_tog 
+0x567e 021575 rtn 
+:      021576 mouse_wheel_scan_judge12:
+0x567f 021577 jam 0x81 ,mem_mwheel_tog 
+0x5680 021578 rtn 
+:      021579 mouse_wheel_scan_judge21:
+0x5681 021580 jam 0x80 ,mem_mwheel_tog 
+0x5682 021581 rtn 
+:      021582 mouse_wheel_scan_judge22:
+0x5683 021583 jam 0x83 ,mem_mwheel_tog 
+0x5684 021584 rtn 
+:      021585 mouse_wheel_scan_judge3:
+0x5685 021586 fetch 1 ,mem_mwheel_tog 
+0x5686 021587 set0 7 ,pdata 
+0x5687 021588 store 1 ,mem_mwheel_tog 
+0x5688 021589 beq 0 ,mouse_wheel_scan_judge30 
+0x5689 021590 beq 1 ,mouse_wheel_scan_judge31 
+0x568a 021591 beq 2 ,mouse_wheel_scan_judge32 
+0x568b 021592 beq 3 ,mouse_wheel_scan_judge33 
+0x568c 021593 rtn 
+:      021594 mouse_wheel_scan_judge30:
+0x568d 021595 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x568e 021596 beq 3 ,mouse_wheel_forward 
+0x568f 021597 rtn 
+:      021598 mouse_wheel_scan_judge31:
+0x5690 021599 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x5691 021600 beq 0 ,mouse_wheel_forward 
+0x5692 021601 rtn 
+:      021602 mouse_wheel_scan_judge32:
+0x5693 021603 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x5694 021604 beq 3 ,mouse_wheel_back 
+0x5695 021605 rtn 
+:      021606 mouse_wheel_scan_judge33:
+0x5696 021607 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x5697 021608 beq 0 ,mouse_wheel_back 
+0x5698 021609 rtn 
+:      021610 mouse_wheel_forward:
+0x5699 021611 fetch 1 ,mem_mouse_z_data 
+0x569a 021612 increase 1 ,pdata 
+0x569b 021613 store 1 ,mem_mouse_z_data 
+0x569c 021614 rtn 
+:      021615 mouse_wheel_back:
+0x569d 021616 fetch 1 ,mem_mouse_z_data 
+0x569e 021617 increase -1 ,pdata 
+0x569f 021618 store 1 ,mem_mouse_z_data 
+0x56a0 021619 rtn 
+:      021622 mouse_wheel_gpio_set_wake:
+0x56a1 021623 fetcht 1 ,mem_whee_a_data_gpio 
+0x56a2 021624 call gpio_set_wake_by_current_state 
+0x56a3 021625 fetcht 1 ,mem_whee_b_data_gpio 
+0x56a4 021626 call gpio_set_wake_by_current_state 
+0x56a5 021627 fetcht 1 ,mem_whee_ta_data_gpio 
+0x56a6 021628 call gpio_set_wake_by_current_state 
+0x56a7 021629 fetcht 1 ,mem_whee_tb_data_gpio 
+0x56a8 021630 branch gpio_set_wake_by_current_state 
+:      021632 mouse_before_hibernate_wheel_gpio_set:
+0x56a9 021633 fetcht 1 ,mem_whee_a_data_gpio 
+0x56aa 021634 call mouse_gpio_set_pupd_by_input 
+0x56ab 021635 fetcht 1 ,mem_whee_b_data_gpio 
+0x56ac 021636 call mouse_gpio_set_pupd_by_input 
+0x56ad 021637 fetcht 1 ,mem_whee_ta_data_gpio 
+0x56ae 021638 call mouse_gpio_set_pupd_by_input 
+0x56af 021639 fetcht 1 ,mem_whee_tb_data_gpio 
+0x56b0 021640 branch mouse_gpio_set_pupd_by_input 
+:      021642 mouse_wheel_trigger:
+0x56b1 021643 fetch 2 ,mem_mouse_z 
+0x56b2 021644 rtn blank 
+0x56b3 021645 jam 1 ,mem_mouse_wheel_trigger 
+0x56b4 021646 jam 10 ,mem_mouse_wheel_trigger_timer 
+0x56b5 021647 rtn 
+:      021649 mouse_wheel_trigger_timer:
+0x56b6 021650 arg mem_mouse_wheel_trigger_timer ,regc 
+0x56b7 021651 arg mouse_wheel_trigger_disable ,regb 
+0x56b8 021652 branch timer_single_step 
+:      021653 mouse_wheel_trigger_disable:
+0x56b9 021654 jam 0 ,mem_mouse_wheel_trigger 
+0x56ba 021655 rtn 
+:      021663 mouse_dpi_check:
+0x56bb 021664 fetch 1 ,mem_dpi_button_gpio 
+0x56bc 021665 rtneq gpio_disable 
+0x56bd 021666 arg 0 ,rega 
+0x56be 021667 jam mouse_dpi_key ,mem_mouse_key_temp 
+0x56bf 021668 fetcht 1 ,mem_dpi_button_gpio 
+0x56c0 021669 call mouse_dpi_key_check 
+:      021670 mouse_dpi_check_next:
+0x56c1 021671 store 1 ,mem_mouse_dpikey_press_status 
+0x56c2 021672 fetch 1 ,mem_matrix_public_gpio 
+0x56c3 021673 beq gpio_disable ,mouse_3io6key_dpi_check_end 
+0x56c4 021674 call mouse_matrix_public_gpio_reset 
+:      021675 mouse_dpi_check_exit:
+0x56c5 021676 copy rega ,pdata 
+0x56c6 021677 bbit1 mouse_dpi_key ,mouse_dpi_down 
+0x56c7 021678 branch mouse_dpi_up 
+:      021680 mouse_dpi_key_check:
+0x56c8 021681 fetch mouse_flag_len ,mem_mouse_flag 
+0x56c9 021682 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+0x56ca 021683 fetch 1 ,mem_mouse_dpikey_press_status 
+0x56cb 021684 copy pdata ,regc 
+0x56cc 021685 fetch 1 ,mem_matrix_public_gpio 
+0x56cd 021686 beq gpio_disable ,mouse_3io6key_check 
+:      021687 mouse_dpi_key_check_next:
+0x56ce 021688 fetch 1 ,mem_mouse_ghost_flag 
+0x56cf 021689 nbranch mouse_dpi_check_end ,blank 
+:      021690 mouse_dpi_key_connect_matrix:
+0x56d0 021691 call gpio_get_bit 
+0x56d1 021692 fetcht 1 ,mem_matrix_public_gpio 
+0x56d2 021693 branch mouse_dpi_key_connect_gnd ,true 
+0x56d3 021694 fetcht 1 ,mem_matrix_public_gpio 
+0x56d4 021695 call gpio_out_active 
+0x56d5 021696 fetcht 1 ,mem_dpi_button_gpio 
+0x56d6 021697 fetch 1 ,mem_mouse_dpikey_press_status 
+0x56d7 021698 branch mouse_check_key_connect_gnd 
+:      021700 mouse_3io6key_dpi_check_end:
+0x56d8 021701 fetcht 1 ,mem_dpi_button_gpio 
+0x56d9 021702 call mouse_gpio_config_input_pu 
+0x56da 021703 branch mouse_dpi_check_exit 
+:      021705 mouse_dpi_check_end:
+0x56db 021706 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x56dc 021707 jam 0 ,mem_mouse_dpikey_press_status 
+0x56dd 021708 rtn 
+:      021710 mouse_dpi_key_connect_gnd:
+0x56de 021711 fetch 1 ,mem_mouse_dpikey_press_status 
+0x56df 021712 branch mouse_check_key_connect_gnd 
+:      021714 mouse_dpi_down:
+0x56e0 021715 fetch 1 ,mem_mouse_dpi_button_state 
+0x56e1 021716 rtneq dpi_button_state_down 
+0x56e2 021717 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+0x56e3 021718 fetch mouse_flag_len ,mem_mouse_flag 
+0x56e4 021719 rtnbit1 mouse_enable_select_device_by_dpi_button 
+0x56e5 021720 rtnbit1 mouse_enable_dpi_key_long_press_disconvery 
+0x56e6 021721 branch mouse_dpi_process 
+:      021723 mouse_dpi_up:
+0x56e7 021724 fetch 1 ,mem_mouse_dpi_button_state 
+0x56e8 021725 rtneq dpi_button_state_up 
+0x56e9 021726 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x56ea 021727 fetch mouse_flag_len ,mem_mouse_flag 
+0x56eb 021728 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_dpi_up_next 
+0x56ec 021729 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_dpi_up_next 
+0x56ed 021730 rtn 
+:      021731 mouse_dpi_up_next:
+0x56ee 021732 fetch 1 ,mem_mouse_dpi_long_press_flag 
+0x56ef 021733 nbranch mouse_dpi_up_after_long_press ,blank 
+0x56f0 021734 fetch 1 ,mem_select_device_count 
+0x56f1 021735 ncall mouse_dpi_process ,blank 
+:      021736 mouse_dpi_up_after_long_press:
+0x56f2 021737 jam 0 ,mem_mouse_dpi_long_press_flag 
+0x56f3 021738 fetch 1 ,mem_ui_button_timeout 
+0x56f4 021739 store 1 ,mem_select_device_count 
+0x56f5 021740 store 1 ,mem_bt_discovery_count 
+0x56f6 021741 rtn 
+:      021743 mouse_dpi_process:
+0x56f7 021744 bpatch patch0f_3 ,mem_patch0f 
+0x56f8 021745 call mouse_dpi_ghost_check 
+0x56f9 021746 rtn user 
+0x56fa 021747 fetch 1 ,mem_mouse_dpi 
+0x56fb 021749 copy pdata ,temp 
+0x56fc 021750 fetch mouse_flag_len ,mem_mouse_flag 
+0x56fd 021751 bbit1 mouse_enable_double_dpi_key ,mouse_double_dpi_check 
+0x56fe 021752 copy temp ,pdata 
+0x56ff 021754 increase 1 ,pdata 
+0x5700 021755 and pdata ,0x03 ,pdata 
+:      021756 mouse_dpi_level_store:
+0x5701 021757 store 1 ,mem_mouse_dpi 
+0x5702 021758 call mouse_setting_dpi 
+0x5703 021759 branch mouse_store_dpi_info_check 
+:      021764 mouse_double_dpi_check:
+0x5704 021765 fetch 1 ,mem_dpi_another_button_down_enable 
+0x5705 021766 nbranch mouse_another_dpi_button_down ,blank 
+:      021767 mouse_dpi_increase:
+0x5706 021768 fetch mouse_flag_len ,mem_mouse_flag 
+0x5707 021769 bbit1 mouse_enable_dpi_level_4 ,mouse_dpi_increase_level_4 
+0x5708 021770 copy temp ,pdata 
+0x5709 021771 rtneq mouse_dpi_level2 
+:      021772 mouse_dpi_increase_level:
+0x570a 021773 beq mouse_dpi_level1 ,mouse_dpi_level_3 
+0x570b 021774 beq mouse_dpi_level3 ,mouse_dpi_level_2 
+0x570c 021775 rtn 
+:      021777 mouse_dpi_level_1:
+0x570d 021778 setarg 2 
+0x570e 021779 branch mouse_dpi_level_store 
+:      021780 mouse_dpi_level_2:
+0x570f 021781 setarg 0 
+0x5710 021782 branch mouse_dpi_level_store 
+:      021783 mouse_dpi_level_3:
+0x5711 021784 setarg 1 
+0x5712 021785 branch mouse_dpi_level_store 
+:      021786 mouse_dpi_level_4:
+0x5713 021787 setarg 3 
+0x5714 021788 branch mouse_dpi_level_store 
+:      021790 mouse_dpi_increase_level_4:
+0x5715 021791 copy temp ,pdata 
+0x5716 021792 rtneq mouse_dpi_level2 
+0x5717 021793 beq mouse_dpi_level1 ,mouse_dpi_level_3 
+0x5718 021794 beq mouse_dpi_level3 ,mouse_dpi_level_4 
+0x5719 021795 beq mouse_dpi_level4 ,mouse_dpi_level_2 
+0x571a 021796 rtn 
+:      021797 mouse_dpi_decrease_level_4:
+0x571b 021798 copy temp ,pdata 
+0x571c 021799 rtneq mouse_dpi_level3 
+0x571d 021800 beq mouse_dpi_level1 ,mouse_dpi_level_4 
+0x571e 021801 beq mouse_dpi_level2 ,mouse_dpi_level_2 
+0x571f 021802 beq mouse_dpi_level4 ,mouse_dpi_level_1 
+0x5720 021803 rtn 
+:      021805 mouse_another_dpi_button_down:
+:      021806 mouse_dpi_decrease:
+0x5721 021807 fetch mouse_flag_len ,mem_mouse_flag 
+0x5722 021808 bbit1 mouse_enable_dpi_level_4 ,mouse_dpi_decrease_level_4 
+0x5723 021809 copy temp ,pdata 
+0x5724 021810 rtneq mouse_dpi_level3 
+:      021811 mouse_dpi_decrease_level:
+0x5725 021812 beq mouse_dpi_level1 ,mouse_dpi_level_1 
+0x5726 021813 beq mouse_dpi_level2 ,mouse_dpi_level_2 
+0x5727 021814 rtn 
+:      021819 mouse_dpi_ghost_check:
+0x5728 021820 disable user 
+0x5729 021821 fetch mouse_flag_len ,mem_mouse_flag 
+0x572a 021822 rtnbit1 mouse_enable_dpi_key_connect_gnd 
+0x572b 021823 branch mouse_ghost_key_value_check 
+:      021825 mouse_dpi_key_check_long_press:
+0x572c 021826 fetch mouse_flag_len ,mem_mouse_flag 
+0x572d 021827 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_select_device_by_dpi_button 
+0x572e 021828 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_discovery_by_dpi_button 
+0x572f 021829 rtn 
+:      021831 mouse_select_device_by_dpi_button:
+0x5730 021832 fetch 1 ,mem_mouse_dpi_button_state 
+0x5731 021833 rtnne dpi_button_state_down 
+0x5732 021834 arg mem_select_device_count ,regc 
+0x5733 021835 arg mouse_ready_reconnection_by_dpi_button ,regb 
+0x5734 021836 branch timer_single_step 
+:      021838 mouse_ready_reconnection_by_dpi_button:
+0x5735 021839 jam 1 ,mem_mouse_dpi_long_press_flag 
+0x5736 021840 branch mouse_ready_reconnection_by_button 
+:      021842 mouse_discovery_by_dpi_button:
+0x5737 021843 fetch 1 ,mem_mouse_dpi_button_state 
+0x5738 021844 rtnne dpi_button_state_down 
+0x5739 021845 arg mem_bt_discovery_count ,regc 
+0x573a 021846 arg mouse_long_dpi_button_bt_discovery ,regb 
+0x573b 021847 branch timer_single_step 
+:      021849 mouse_long_dpi_button_bt_discovery:
+0x573c 021850 jam 1 ,mem_mouse_dpi_long_press_flag 
+0x573d 021851 branch mouse_long_button_bt_discovery 
+:      021853 mouse_setting_dpi_4_level:
+0x573e 021854 fetch mouse_flag_len ,mem_mouse_flag 
+0x573f 021855 rtnbit1 mouse_enable_dpi_level_4 
+0x5740 021856 fetch 1 ,mem_mouse_dpi 
+0x5741 021857 rtnne mouse_dpi_level4 
+0x5742 021858 jam mouse_dpi_level1 ,mem_mouse_dpi 
+0x5743 021859 rtn 
+:      021861 mouse_setting_dpi:
+0x5744 021862 bpatch patch0f_4 ,mem_patch0f 
+0x5745 021863 call mouse_setting_dpi_4_level 
+0x5746 021864 call mouse_dpi_led_blink_delay 
+:      021865 mouse_setting_sensor_type:
+0x5747 021866 bpatch patch0f_5 ,mem_patch0f 
+0x5748 021867 fetch 1 ,mem_config_sensor_type 
+0x5749 021868 beq s201x ,mouse_seting_s201_dpi 
+0x574a 021869 beq p3212 ,mouse_seting_3212_dpi 
+0x574b 021870 beq ka8g2 ,mouse_seting_ka8g2_dpi 
+0x574c 021871 fetch 1 ,mem_mouse_dpi 
+0x574d 021872 beq mouse_dpi_level1 ,mouse_set_cpi0 
+0x574e 021873 beq mouse_dpi_level2 ,mouse_set_cpi1 
+0x574f 021874 beq mouse_dpi_level3 ,mouse_set_cpi2 
+0x5750 021875 beq mouse_dpi_level4 ,mouse_set_cpi3 
+:      021876 mouse_set_cpi1:
+0x5751 021877 fetcht 1 ,mem_320x_dpi_1 
+0x5752 021878 branch mouse_dpi_store 
+:      021879 mouse_set_cpi0:
+0x5753 021880 fetcht 1 ,mem_320x_dpi_0 
+0x5754 021881 branch mouse_dpi_store 
+:      021882 mouse_set_cpi2:
+0x5755 021883 fetcht 1 ,mem_320x_dpi_2 
+0x5756 021884 branch mouse_dpi_store 
+:      021885 mouse_set_cpi3:
+0x5757 021886 fetcht 1 ,mem_320x_dpi_3 
+:      021887 mouse_dpi_store:
+0x5758 021888 fetch 1 ,mem_config_sensor_type 
+0x5759 021889 beq p3065_xy ,mouse_3065xy_set_dpi 
+0x575a 021890 beq mx8650 ,mouse_3065xy_set_dpi 
+0x575b 021891 beq ka8 ,mouse_ka8_set_dpi 
+0x575c 021892 beq p6520 ,mouse_ka8_set_dpi 
+0x575d 021893 beq p8009 ,mouse_3065xy_set_dpi 
+:      021894 mouse_dpi_write:
+0x575e 021895 storet 1 ,mem_mouse_cpi_count 
+0x575f 021896 setarg mouse_dpi_address 
+0x5760 021897 call twspi_read 
+0x5761 021898 and pdata ,0xf8 ,temp 
+0x5762 021899 fetch 1 ,mem_mouse_cpi_count 
+0x5763 021900 iadd temp ,pdata 
+0x5764 021901 lshift8 pdata ,pdata 
+0x5765 021902 add pdata ,mouse_dpi_address ,pdata 
+0x5766 021903 branch twspi_write 
+:      021905 mouse_3065xy_set_dpi:
+0x5767 021906 increase -1 ,temp 
+0x5768 021907 branch mouse_dpi_write 
+:      021909 mouse_ka8_set_dpi:
+0x5769 021910 increase 2 ,temp 
+0x576a 021911 branch mouse_dpi_write 
+:      021913 mouse_seting_s201_dpi:
+0x576b 021914 fetch 1 ,mem_mouse_dpi 
+0x576c 021915 beq mouse_dpi_level1 ,mouse_set_s201_dpi_0 
+0x576d 021916 beq mouse_dpi_level2 ,mouse_set_s201_dpi_2 
+0x576e 021917 beq mouse_dpi_level3 ,mouse_set_s201_dpi_3 
+:      021918 mouse_set_s201_dpi_0:
+0x576f 021919 fetch 1 ,mem_sensor_s201_dpi_0 
+0x5770 021920 copy pdata ,rega 
+0x5771 021921 branch mouse_dpi_s201_store 
+:      021923 mouse_set_s201_dpi_1:
+0x5772 021924 fetch 1 ,mem_sensor_s201_dpi_1 
+0x5773 021925 copy pdata ,rega 
+0x5774 021926 branch mouse_dpi_s201_store 
+:      021928 mouse_set_s201_dpi_2:
+0x5775 021929 fetch 1 ,mem_sensor_s201_dpi_2 
+0x5776 021930 copy pdata ,rega 
+0x5777 021931 branch mouse_dpi_s201_store 
+:      021933 mouse_set_s201_dpi_3:
+0x5778 021934 fetch 1 ,mem_sensor_s201_dpi_3 
+0x5779 021935 copy pdata ,rega 
+0x577a 021936 branch mouse_dpi_s201_store 
+:      021938 mouse_set_s201_dpi_4:
+0x577b 021939 fetch 1 ,mem_sensor_s201_dpi_4 
+0x577c 021940 copy pdata ,rega 
+:      021941 mouse_dpi_s201_store:
+0x577d 021942 setarg 0xc309 
+0x577e 021943 call twspi_write 
+0x577f 021944 copy rega ,pdata 
+0x5780 021945 lshift8 pdata ,pdata 
+0x5781 021946 add pdata ,0x23 ,pdata 
+0x5782 021947 call twspi_write 
+0x5783 021948 setarg 0x0009 
+0x5784 021949 branch twspi_write 
+:      021951 mouse_seting_3212_dpi:
+0x5785 021952 fetch 1 ,mem_mouse_dpi 
+0x5786 021953 beq mouse_dpi_level1 ,mouse_set_p3212_cpi0 
+0x5787 021954 beq mouse_dpi_level2 ,mouse_set_p3212_cpi1 
+0x5788 021955 beq mouse_dpi_level3 ,mouse_set_p3212_cpi2 
+0x5789 021956 beq mouse_dpi_level4 ,mouse_set_p3212_cpi3 
+:      021957 mouse_set_p3212_cpi1:
+0x578a 021958 fetch 1 ,mem_3212_dpi_1 
+0x578b 021959 branch mouse_p3212_dpi 
+:      021960 mouse_set_p3212_cpi0:
+0x578c 021961 fetch 1 ,mem_3212_dpi_0 
+0x578d 021962 branch mouse_p3212_dpi 
+:      021963 mouse_set_p3212_cpi2:
+0x578e 021964 fetch 1 ,mem_3212_dpi_2 
+0x578f 021965 branch mouse_p3212_dpi 
+:      021966 mouse_set_p3212_cpi3:
+0x5790 021967 fetch 1 ,mem_3212_dpi_3 
+:      021968 mouse_p3212_dpi:
+0x5791 021969 store 1 ,mem_mouse_cpi_count 
+0x5792 021970 lshift8 pdata ,pdata 
+0x5793 021971 copy pdata ,rega 
+0x5794 021972 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
+0x5795 021973 call twspi_write 
+0x5796 021974 copy rega ,pdata 
+0x5797 021975 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
+0x5798 021976 branch twspi_write 
+:      021978 mouse_seting_ka8g2_dpi:
+0x5799 021979 fetch 1 ,mem_mouse_dpi 
+0x579a 021980 beq mouse_dpi_level1 ,mouse_set_pka8g2_cpi0 
+0x579b 021981 beq mouse_dpi_level2 ,mouse_set_pka8g2_cpi1 
+0x579c 021982 beq mouse_dpi_level3 ,mouse_set_pka8g2_cpi2 
+0x579d 021983 beq mouse_dpi_level4 ,mouse_set_pka8g2_cpi3 
+:      021984 mouse_set_pka8g2_cpi1:
+0x579e 021985 fetch 1 ,mem_ka8g2_dpi_1 
+0x579f 021986 branch mouse_p3212_dpi 
+:      021988 mouse_set_pka8g2_cpi0:
+0x57a0 021989 fetch 1 ,mem_ka8g2_dpi_0 
+0x57a1 021990 branch mouse_p3212_dpi 
+:      021992 mouse_set_pka8g2_cpi2:
+0x57a2 021993 fetch 1 ,mem_ka8g2_dpi_2 
+0x57a3 021994 branch mouse_p3212_dpi 
+:      021996 mouse_set_pka8g2_cpi3:
+0x57a4 021997 fetch 1 ,mem_ka8g2_dpi_3 
+0x57a5 021998 branch mouse_p3212_dpi 
+:      022006 mouse_key:
+0x57a6 022007 call mouse_check_firekey_gpio 
+0x57a7 022008 fetch 1 ,mem_fire_key_flag 
+0x57a8 022009 nbranch fire_key_press ,blank 
+0x57a9 022010 fetch 1 ,mem_fire_key_status 
+0x57aa 022011 nbranch fire_key_process ,blank 
+0x57ab 022013 call mouse_check_key_gpio 
+0x57ac 022014 call mouse_ghost_key_check 
+0x57ad 022015 call mouse_set_mult 
+0x57ae 022016 call mouse_24g_key 
+0x57af 022017 copy rega ,pdata 
+0x57b0 022018 fetcht 1 ,mem_mouse_key_last 
+0x57b1 022019 store 1 ,mem_mouse_key_last 
+0x57b2 022020 store 1 ,mem_mouse_key 
+0x57b3 022021 ixor temp ,pdata 
+0x57b4 022022 sub pdata ,0 ,null 
+0x57b5 022023 rtn zero 
+0x57b6 022024 branch enable_user 
+:      022026 mouse_24g_key:
+0x57b7 022027 rtnmark0 mark_24g 
+0x57b8 022028 copy rega ,pdata 
+0x57b9 022029 rtn blank 
+0x57ba 022030 store 1 ,mem_mouse_key 
+0x57bb 022031 branch enable_user 
+:      022036 mouse_ghost_key_check:
+0x57bc 022037 jam 0 ,mem_mouse_matrix_key_cow_count 
+0x57bd 022038 jam 0 ,mem_mouse_matrix_key_row_count 
+0x57be 022039 jam 0 ,mem_mouse_ghost_flag 
+0x57bf 022040 copy pdata ,regb 
+0x57c0 022041 fetcht 1 ,mem_lbutton_gpio 
+0x57c1 022042 fetch 1 ,mem_bk_button_gpio 
+0x57c2 022043 isub temp ,null 
+0x57c3 022044 branch mouse_matrix_ghost_key_l_bk ,zero 
+0x57c4 022045 fetch 1 ,mem_fw_button_gpio 
+0x57c5 022046 isub temp ,null 
+0x57c6 022047 branch mouse_matrix_ghost_key_l_fw ,zero 
+0x57c7 022048 fetcht 1 ,mem_mbutton_gpio 
+0x57c8 022049 fetch 1 ,mem_bk_button_gpio 
+0x57c9 022050 isub temp ,null 
+0x57ca 022051 branch mouse_ghost_key_mbk_rfw ,zero 
+0x57cb 022052 branch mouse_ghost_key_mfw_rbk 
+:      022054 mouse_matrix_ghost_key_l_bk:
+0x57cc 022055 fetcht 1 ,mem_mbutton_gpio 
+0x57cd 022056 fetch 1 ,mem_fw_button_gpio 
+0x57ce 022057 isub temp ,null 
+0x57cf 022058 branch mouse_ghost_key_lbk_mfw ,zero 
+0x57d0 022059 branch mouse_ghost_key_lbk_rfw 
+:      022061 mouse_matrix_ghost_key_l_fw:
+0x57d1 022062 fetcht 1 ,mem_mbutton_gpio 
+0x57d2 022063 fetch 1 ,mem_bk_button_gpio 
+0x57d3 022064 isub temp ,null 
+0x57d4 022065 branch mouse_ghost_key_lfw_mbk ,zero 
+0x57d5 022066 branch mouse_ghost_key_lfw_rbk 
+:      022068 mouse_ghost_key_lbk_mfw:
+0x57d6 022069 call mouse_ghost_key_check_l_bk 
+0x57d7 022070 call mouse_ghost_key_check_m_fw 
+0x57d8 022071 branch mouse_ghost_key_check_next 
+:      022073 mouse_ghost_key_lbk_rfw:
+0x57d9 022074 call mouse_ghost_key_check_l_bk 
+0x57da 022075 branch mouse_ghost_key_rfw 
+:      022077 mouse_ghost_key_lfw_mbk:
+0x57db 022078 call mouse_ghost_key_check_l_fw 
+0x57dc 022079 call mouse_ghost_key_check_m_bk 
+0x57dd 022080 branch mouse_ghost_key_check_next 
+:      022082 mouse_ghost_key_lfw_rbk:
+0x57de 022083 call mouse_ghost_key_check_l_fw 
+0x57df 022084 branch mouse_ghost_key_rbk 
+:      022086 mouse_ghost_key_mbk_rfw:
+0x57e0 022087 call mouse_ghost_key_check_m_bk 
+:      022088 mouse_ghost_key_rfw:
+0x57e1 022089 call mouse_ghost_key_check_r_fw 
+0x57e2 022090 branch mouse_ghost_key_check_next 
+:      022092 mouse_ghost_key_mfw_rbk:
+0x57e3 022093 call mouse_ghost_key_check_m_fw 
+:      022094 mouse_ghost_key_rbk:
+0x57e4 022095 call mouse_ghost_key_check_r_bk 
+:      022096 mouse_ghost_key_check_next:
+0x57e5 022097 call mouse_ghost_key_check_bk_fw 
+0x57e6 022098 call mouse_ghost_key_check_lmr 
+0x57e7 022099 fetch 1 ,mem_mouse_matrix_key_row_count 
+0x57e8 022100 rtn blank 
+0x57e9 022101 fetch 1 ,mem_mouse_matrix_key_cow_count 
+0x57ea 022102 rtn blank 
+0x57eb 022103 jam 1 ,mem_mouse_ghost_flag 
+0x57ec 022104 fetch 1 ,mem_mouse_key_last 
+0x57ed 022105 copy pdata ,rega 
+0x57ee 022106 rtn 
+:      022108 mouse_ghost_key_check_l_bk:
+0x57ef 022109 and regb ,mouse_l_bk_button ,pdata 
+0x57f0 022110 beq mouse_l_bk_button ,mouse_matrix_cow_more_than_one_key 
+0x57f1 022111 rtn 
+:      022112 mouse_ghost_key_check_m_bk:
+0x57f2 022113 and regb ,mouse_l_bk_button ,pdata 
+0x57f3 022114 beq mouse_m_bk_button ,mouse_matrix_cow_more_than_one_key 
+0x57f4 022115 rtn 
+:      022116 mouse_ghost_key_check_r_bk:
+0x57f5 022117 and regb ,mouse_l_bk_button ,pdata 
+0x57f6 022118 beq mouse_r_bk_button ,mouse_matrix_cow_more_than_one_key 
+0x57f7 022119 rtn 
+:      022120 mouse_ghost_key_check_l_fw:
+0x57f8 022121 and regb ,mouse_l_bk_button ,pdata 
+0x57f9 022122 beq mouse_l_fw_button ,mouse_matrix_cow_more_than_one_key 
+0x57fa 022123 rtn 
+:      022124 mouse_ghost_key_check_m_fw:
+0x57fb 022125 and regb ,mouse_m_fw_button ,pdata 
+0x57fc 022126 beq mouse_m_fw_button ,mouse_matrix_cow_more_than_one_key 
+0x57fd 022127 rtn 
+:      022128 mouse_ghost_key_check_r_fw:
+0x57fe 022129 and regb ,mouse_m_fw_button ,pdata 
+0x57ff 022130 beq mouse_r_fw_button ,mouse_matrix_cow_more_than_one_key 
+0x5800 022131 rtn 
+:      022133 mouse_ghost_key_check_bk_fw:
+0x5801 022134 and regb ,mouse_bk_fw_button ,pdata 
+0x5802 022135 beq mouse_bk_fw_button ,mouse_matrix_row_more_than_one_key 
+0x5803 022136 rtn 
+:      022138 mouse_ghost_key_check_lmr:
+0x5804 022139 and temp ,mouse_lmr_button ,pdata 
+0x5805 022140 beq mouse_lr_button ,mouse_matrix_row_more_than_one_key 
+0x5806 022141 beq mouse_lm_button ,mouse_matrix_row_more_than_one_key 
+0x5807 022142 beq mouse_rm_button ,mouse_matrix_row_more_than_one_key 
+0x5808 022143 beq mouse_lmr_button ,mouse_matrix_row_more_than_one_key 
+0x5809 022144 rtn 
+:      022147 mouse_matrix_row_more_than_one_key:
+0x580a 022148 jam 1 ,mem_mouse_matrix_key_row_count 
+0x580b 022149 rtn 
+:      022151 mouse_matrix_cow_more_than_one_key:
+0x580c 022152 jam 1 ,mem_mouse_matrix_key_cow_count 
+0x580d 022153 rtn 
+:      022161 mouse_dpi_another_gpio_check:
+0x580e 022162 fetch mouse_flag_len ,mem_mouse_flag 
+0x580f 022163 rtnbit0 mouse_enable_double_dpi_key 
+0x5810 022164 bbit0 mouse_enable_another_dpi_key_connect_gnd ,mouse_dpi_another_gpio_connect_vin_check 
+:      022165 mouse_dpi_another_gpio_connect_gnd_check:
+0x5811 022166 fetch 1 ,mem_dpi_another_button_gpio 
+0x5812 022167 call mouse_gpio_config_output_high 
+0x5813 022168 call mouse_dpi_another_check 
+0x5814 022169 fetcht 1 ,mem_dpi_another_button_gpio 
+0x5815 022170 branch mouse_gpio_config_input_pu 
+:      022172 mouse_dpi_another_gpio_connect_vin_check:
+0x5816 022173 fetch 1 ,mem_dpi_another_button_gpio 
+0x5817 022174 call mouse_gpio_config_output_low 
+0x5818 022175 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
+0x5819 022176 fetcht 1 ,mem_dpi_another_button_gpio 
+0x581a 022177 fetch 1 ,mem_dpi_another_press_status 
+0x581b 022178 call mouse_check_key_connect_vin_new 
+0x581c 022179 call mouse_dpi_another_state_check 
+0x581d 022180 fetcht 1 ,mem_dpi_another_button_gpio 
+0x581e 022181 branch mouse_gpio_config_input_pu 
+:      022183 mouse_dpi_another_down_new:
+0x581f 022184 call mouse_gpio_config_input_pu 
+0x5820 022185 fetch 1 ,mem_dpi_another_button_state 
+0x5821 022186 rtneq dpi_button_state_down 
+0x5822 022187 jam dpi_button_state_down ,mem_dpi_another_button_state 
+0x5823 022188 branch mouse_dpi_process 
+:      022190 mouse_dpi_another_check:
+0x5824 022191 jam mouse_dpi_another_key ,mem_mouse_key_temp_patch 
+0x5825 022192 fetcht 1 ,mem_dpi_another_button_gpio 
+0x5826 022193 fetch 1 ,mem_dpi_another_press_status 
+0x5827 022194 call mouse_check_key_connect_gnd_new 
+:      022195 mouse_dpi_another_state_check:
+0x5828 022196 store 1 ,mem_dpi_another_press_status 
+0x5829 022197 fetch 1 ,mem_dpi_another_button_down_enable 
+0x582a 022198 branch mouse_dpi_another_up ,blank 
+:      022199 mouse_dpi_another_down:
+0x582b 022200 fetch 1 ,mem_dpi_another_button_state 
+0x582c 022201 rtneq dpi_button_state_down 
+0x582d 022202 jam dpi_button_state_down ,mem_dpi_another_button_state 
+0x582e 022203 branch mouse_dpi_process 
+:      022205 mouse_dpi_another_up:
+0x582f 022206 fetch 1 ,mem_dpi_another_button_state 
+0x5830 022207 rtneq dpi_button_state_up 
+0x5831 022208 jam dpi_button_state_up ,mem_dpi_another_button_state 
+0x5832 022209 rtn 
+:      022211 mouse_check_key_connect_gnd_new:
+0x5833 022212 lshift pdata ,pdata 
+0x5834 022213 copy pdata ,regb 
+0x5835 022214 call gpio_get_bit 
+0x5836 022215 setflag true ,0 ,regb 
+0x5837 022216 and regb ,0x07 ,pdata 
+0x5838 022217 fetcht 1 ,mem_mouse_key_temp_patch 
+0x5839 022218 copy temp ,queue 
+0x583a 022219 beq 0x07 ,mouse_another_dpi_key_press 
+0x583b 022220 beq 0x00 ,mouse_another_dpi_key_release 
+0x583c 022221 rtn 
+:      022223 mouse_check_key_connect_vin_new:
+0x583d 022224 lshift pdata ,pdata 
+0x583e 022225 copy pdata ,regb 
+0x583f 022226 call mouse_gpio_config_input_pd 
+0x5840 022227 call gpio_get_bit 
+0x5841 022228 setflag true ,0 ,regb 
+0x5842 022229 and regb ,0x07 ,pdata 
+0x5843 022230 fetcht 1 ,mem_mouse_key_temp_patch 
+0x5844 022231 copy temp ,queue 
+0x5845 022232 beq 0x07 ,mouse_another_dpi_key_press 
+0x5846 022233 beq 0x00 ,mouse_another_dpi_key_release 
+0x5847 022234 rtn 
+:      022236 mouse_another_dpi_key_press:
+0x5848 022237 jam 1 ,mem_dpi_another_button_down_enable 
+0x5849 022238 rtn 
+:      022239 mouse_another_dpi_key_release:
+0x584a 022240 jam 0 ,mem_dpi_another_button_down_enable 
+0x584b 022241 rtn 
+:      022249 mouse_check_firekey_gpio:
+0x584c 022250 arg 0 ,regb 
+0x584d 022251 fetch 1 ,mem_firebutton_gpio 
+0x584e 022252 rtneq gpio_disable 
+0x584f 022253 fetch mouse_flag_len ,mem_mouse_flag 
+0x5850 022254 bbit0 mouse_enable_fire_key_connect_gnd ,mouse_check_firekey_connect_vin 
+:      022255 mouse_check_firekey_connect_gnd:
+0x5851 022256 fetcht 1 ,mem_firebutton_gpio 
+0x5852 022257 call mouse_gpio_config_input_pu 
+0x5853 022258 fetcht 1 ,mem_firebutton_gpio 
+0x5854 022259 call gpio_get_bit 
+0x5855 022260 setflag true ,0 ,regb 
+:      022261 mouse_firekey_state_store:
+0x5856 022262 copy regb ,pdata 
+0x5857 022263 store 1 ,mem_fire_key_flag 
+0x5858 022264 rtn 
+:      022266 mouse_check_firekey_connect_vin:
+0x5859 022267 fetcht 1 ,mem_firebutton_gpio 
+0x585a 022268 call mouse_gpio_config_input_pd 
+0x585b 022269 fetcht 1 ,mem_firebutton_gpio 
+0x585c 022270 call gpio_get_bit 
+0x585d 022271 nsetflag true ,0 ,regb 
+0x585e 022272 branch mouse_firekey_state_store 
+:      022274 fire_key_process:
+0x585f 022275 beq 4 ,fire_key_process_end 
+:      022276 fire_key_press:
+0x5860 022277 call firekey_clkn_bt_timer_check 
+0x5861 022278 fetch 4 ,mem_fire_key_delay 
+0x5862 022279 arg 0xa0 ,temp 
+0x5863 022280 iadd temp ,temp 
+0x5864 022281 copy clkn_bt ,pdata 
+0x5865 022282 isub temp ,null 
+0x5866 022283 nrtn positive 
+0x5867 022284 store 4 ,mem_fire_key_delay 
+0x5868 022285 fetch 1 ,mem_fire_key_status 
+0x5869 022286 beq 0 ,fire_key_process_start 
+0x586a 022287 beq 1 ,fire_key_process_release1 
+0x586b 022288 beq 2 ,fire_key_process_start2 
+0x586c 022289 beq 3 ,fire_key_process_release2 
+0x586d 022290 rtn 
+:      022292 fire_key_process_start:
+0x586e 022293 jam 1 ,mem_fire_key_status 
+:      022294 fire_key_down:
+0x586f 022295 jam 1 ,mem_mouse_key 
+0x5870 022296 branch enable_user 
+:      022298 fire_key_process_release1:
+0x5871 022299 jam 2 ,mem_fire_key_status 
+:      022300 fire_key_release:
+0x5872 022301 jam 0 ,mem_mouse_key 
+0x5873 022302 branch enable_user 
+:      022304 fire_key_process_start2:
+0x5874 022305 jam 3 ,mem_fire_key_status 
+0x5875 022306 branch fire_key_down 
+:      022308 fire_key_process_release2:
+0x5876 022309 jam 0 ,mem_fire_key_status 
+0x5877 022310 branch fire_key_release 
+:      022312 fire_key_process_end:
+0x5878 022313 jam 0 ,mem_fire_key_status 
+0x5879 022314 jam 0 ,mem_mouse_key 
+0x587a 022315 rtn 
+:      022317 firekey_clkn_bt_timer_check:
+0x587b 022318 fetcht 4 ,mem_fire_key_delay 
+0x587c 022319 copy clkn_bt ,pdata 
+0x587d 022320 isub temp ,null 
+0x587e 022321 ncall firekey_clkn_bt_timer_timeout ,positive 
+0x587f 022322 rtn 
+:      022323 firekey_clkn_bt_timer_timeout:
+0x5880 022324 setarg 0 
+0x5881 022325 store 4 ,mem_fire_key_delay 
+0x5882 022326 rtn 
+:      022334 mouse_key_check_once:
+0x5883 022335 call mouse_check_key_gpio_once 
+0x5884 022336 call mouse_check_key_gpio 
+0x5885 022337 setarg 0x00 
+0x5886 022338 store 3 ,mem_mouse_lkey_press_status 
+0x5887 022339 rtn 
+:      022341 mouse_check_key_gpio:
+0x5888 022342 bpatch patch0f_6 ,mem_patch0f 
+0x5889 022343 fetch 1 ,mem_sensor_shutdown_flag 
+0x588a 022344 ncall mouse_check_key_gpio_once ,blank 
+0x588b 022345 arg 0 ,rega 
+0x588c 022346 call mouse_check_lkey_gpio 
+0x588d 022347 call mouse_check_rkey_gpio 
+0x588e 022348 call mouse_check_mkey_gpio 
+0x588f 022349 call mouse_check_bkkey_gpio 
+0x5890 022350 call mouse_check_fwkey_gpio 
+0x5891 022351 call mouse_check_firekey_gpio 
+0x5892 022352 call mouse_check_customerkey_gpio 
+0x5893 022353 copy rega ,pdata 
+0x5894 022354 rtn 
+:      022356 mouse_check_key_gpio_once:
+0x5895 022357 setarg 0x030303 
+0x5896 022358 store 3 ,mem_mouse_lkey_press_status 
+0x5897 022359 rtn 
+:      022361 mouse_check_lkey_gpio:
+0x5898 022362 fetch 1 ,mem_lbutton_gpio 
+0x5899 022363 call mouse_gpio_config_output_high 
+0x589a 022364 jam mouse_l_key ,mem_mouse_key_temp 
+0x589b 022365 fetcht 1 ,mem_lbutton_gpio 
+0x589c 022366 fetch 1 ,mem_mouse_lkey_press_status 
+0x589d 022367 call mouse_check_key_connect_gnd 
+0x589e 022368 store 1 ,mem_mouse_lkey_press_status 
+0x589f 022369 fetcht 1 ,mem_lbutton_gpio 
+0x58a0 022370 branch mouse_gpio_config_input_pu 
+:      022372 mouse_check_rkey_gpio:
+0x58a1 022373 fetch 1 ,mem_rbutton_gpio 
+0x58a2 022374 call mouse_gpio_config_output_high 
+0x58a3 022375 jam mouse_r_key ,mem_mouse_key_temp 
+0x58a4 022376 fetcht 1 ,mem_rbutton_gpio 
+0x58a5 022377 fetch 1 ,mem_mouse_rkey_press_status 
+0x58a6 022378 call mouse_check_key_connect_gnd 
+0x58a7 022379 store 1 ,mem_mouse_rkey_press_status 
+0x58a8 022380 fetcht 1 ,mem_rbutton_gpio 
+0x58a9 022381 branch mouse_gpio_config_input_pu 
+:      022383 mouse_check_mkey_gpio:
+0x58aa 022384 fetch 1 ,mem_mbutton_gpio 
+0x58ab 022385 call mouse_gpio_config_output_high 
+0x58ac 022386 jam mouse_m_key ,mem_mouse_key_temp 
+0x58ad 022387 fetcht 1 ,mem_mbutton_gpio 
+0x58ae 022388 fetch 1 ,mem_mouse_mkey_press_status 
+0x58af 022389 call mouse_check_key_connect_gnd 
+0x58b0 022390 store 1 ,mem_mouse_mkey_press_status 
+0x58b1 022391 fetcht 1 ,mem_mbutton_gpio 
+0x58b2 022392 branch mouse_gpio_config_input_pu 
+:      022394 mouse_check_bkkey_gpio:
+0x58b3 022395 fetch 1 ,mem_bk_button_gpio 
+0x58b4 022396 rtneq gpio_disable 
+0x58b5 022397 jam mouse_bk_key ,mem_mouse_key_temp 
+0x58b6 022398 fetch 1 ,mem_mouse_bkkey_press_status 
+0x58b7 022399 copy pdata ,regc 
+0x58b8 022400 fetcht 1 ,mem_bk_button_gpio 
+0x58b9 022401 fetch 1 ,mem_matrix_public_gpio 
+0x58ba 022402 beq gpio_disable ,mouse_3io6key_bk_check 
+0x58bb 022403 call gpio_get_bit 
+0x58bc 022404 branch mouse_check_bk_button_connect_gnd ,true 
+0x58bd 022405 fetcht 1 ,mem_matrix_public_gpio 
+0x58be 022406 call gpio_out_active 
+0x58bf 022407 fetcht 1 ,mem_bk_button_gpio 
+0x58c0 022408 fetch 1 ,mem_mouse_bkkey_press_status 
+0x58c1 022409 call mouse_check_key_connect_gnd 
+:      022410 mouse_check_bkkey_gpio_end:
+0x58c2 022411 store 1 ,mem_mouse_bkkey_press_status 
+0x58c3 022412 branch mouse_matrix_public_gpio_reset 
+:      022414 mouse_check_bk_button_connect_gnd:
+0x58c4 022415 fetcht 1 ,mem_matrix_public_gpio 
+0x58c5 022416 fetch 1 ,mem_mouse_bkkey_press_status 
+0x58c6 022417 call mouse_check_key_connect_gnd 
+0x58c7 022418 branch mouse_check_bkkey_gpio_end 
+:      022420 mouse_3io6key_bk_check:
+0x58c8 022421 fetch 1 ,mem_bk_button_gpio 
+0x58c9 022422 call mouse_gpio_config_output_low 
+0x58ca 022423 fetcht 1 ,mem_bk_button_gpio 
+0x58cb 022424 call mouse_3io6key_check 
+0x58cc 022425 store 1 ,mem_mouse_bkkey_press_status 
+0x58cd 022426 fetcht 1 ,mem_bk_button_gpio 
+0x58ce 022427 branch mouse_gpio_config_input_pu 
+:      022430 mouse_check_fwkey_gpio:
+0x58cf 022431 fetch 1 ,mem_fw_button_gpio 
+0x58d0 022432 rtneq gpio_disable 
+0x58d1 022433 jam mouse_fw_key ,mem_mouse_key_temp 
+0x58d2 022434 fetch 1 ,mem_mouse_fwkey_press_status 
+0x58d3 022435 copy pdata ,regc 
+0x58d4 022436 fetcht 1 ,mem_fw_button_gpio 
+0x58d5 022437 fetch 1 ,mem_matrix_public_gpio 
+0x58d6 022438 beq gpio_disable ,mouse_3io6key_fw_check 
+0x58d7 022439 call gpio_get_bit 
+0x58d8 022440 branch mouse_check_fw_button_connect_gnd ,true 
+0x58d9 022441 fetcht 1 ,mem_matrix_public_gpio 
+0x58da 022442 call gpio_out_active 
+0x58db 022443 fetcht 1 ,mem_fw_button_gpio 
+0x58dc 022444 fetch 1 ,mem_mouse_fwkey_press_status 
+0x58dd 022445 call mouse_check_key_connect_gnd 
+:      022446 mouse_check_fwkey_gpio_end:
+0x58de 022447 store 1 ,mem_mouse_fwkey_press_status 
+:      022448 mouse_matrix_public_gpio_reset:
+0x58df 022449 fetcht 1 ,mem_matrix_public_gpio 
+0x58e0 022450 branch mouse_gpio_config_input_pu 
+:      022452 mouse_check_fw_button_connect_gnd:
+0x58e1 022453 fetcht 1 ,mem_matrix_public_gpio 
+0x58e2 022454 fetch 1 ,mem_mouse_fwkey_press_status 
+0x58e3 022455 call mouse_check_key_connect_gnd 
+0x58e4 022456 branch mouse_check_fwkey_gpio_end 
+:      022458 mouse_3io6key_fw_check:
+0x58e5 022459 fetch 1 ,mem_fw_button_gpio 
+0x58e6 022460 call mouse_gpio_config_output_low 
+0x58e7 022461 fetcht 1 ,mem_fw_button_gpio 
+0x58e8 022462 call mouse_3io6key_check 
+0x58e9 022463 store 1 ,mem_mouse_fwkey_press_status 
+0x58ea 022464 fetcht 1 ,mem_fw_button_gpio 
+0x58eb 022465 branch mouse_gpio_config_input_pu 
+:      022467 mouse_check_customerkey_gpio:
+0x58ec 022468 jam 0 ,mem_customer_key 
+0x58ed 022469 fetch 1 ,mem_customer_key_gpio 
+0x58ee 022470 rtneq gpio_disable 
+0x58ef 022471 fetch mouse_flag_len ,mem_mouse_flag 
+0x58f0 022472 rtnbit0 mouse_enable_keyboard 
+0x58f1 022473 bbit1 mouse_enable_customer_key_connect_vin_or_matrix ,mouse_customer_key_connect_vin 
+:      022474 mouse_customer_key_connect_gnd:
+0x58f2 022475 jam mouse_customer_key ,mem_mouse_key_temp 
+0x58f3 022476 fetcht 1 ,mem_customer_key_gpio 
+0x58f4 022477 fetch 1 ,mem_mouse_customerkey_press_status 
+0x58f5 022478 call mouse_check_key_connect_gnd 
+0x58f6 022479 store 1 ,mem_mouse_customerkey_press_status 
+:      022480 mouse_check_customerkey_gpio_next:
+0x58f7 022481 copy rega ,pdata 
+0x58f8 022482 bbit1 mouse_customer_key ,mouse_customerkey_press 
+0x58f9 022483 call mouse_customerkey_release 
+:      022484 mouse_check_customerkey_gpio_exit:
+0x58fa 022485 fetch 1 ,mem_customer_data_trigger 
+0x58fb 022486 store 1 ,mem_customer_data_trigger_last 
+0x58fc 022487 rtn 
+:      022489 mouse_customer_key_connect_vin:
+0x58fd 022490 jam mouse_customer_key ,mem_mouse_key_temp 
+0x58fe 022491 fetch 1 ,mem_mouse_customerkey_press_status 
+0x58ff 022492 copy pdata ,regc 
+0x5900 022493 fetcht 1 ,mem_customer_key_gpio 
+0x5901 022494 fetch 1 ,mem_matrix_public_gpio 
+0x5902 022495 beq gpio_disable ,mouse_3io6key_customer_key_check_vin 
+0x5903 022496 call gpio_get_bit 
+0x5904 022497 branch mouse_check_customer_button_connect_gnd ,true 
+0x5905 022498 fetcht 1 ,mem_matrix_public_gpio 
+0x5906 022499 call gpio_out_active 
+0x5907 022500 fetcht 1 ,mem_customer_key_gpio 
+0x5908 022501 fetch 1 ,mem_mouse_customerkey_press_status 
+0x5909 022502 call mouse_check_key_connect_gnd 
+0x590a 022503 branch mouse_check_customerkey_gpio_over 
+:      022505 mouse_check_customer_button_connect_gnd:
+0x590b 022506 fetcht 1 ,mem_matrix_public_gpio 
+0x590c 022507 fetch 1 ,mem_mouse_customerkey_press_status 
+0x590d 022508 call mouse_check_key_connect_gnd 
+0x590e 022509 branch mouse_check_customerkey_gpio_over 
+:      022511 mouse_3io6key_customer_key_check_vin:
+0x590f 022512 fetch 1 ,mem_customer_key_gpio 
+0x5910 022513 call mouse_gpio_config_output_low 
+0x5911 022514 fetcht 1 ,mem_customer_key_gpio 
+0x5912 022515 call mouse_3io6key_check 
+:      022516 mouse_check_customerkey_gpio_over:
+0x5913 022517 store 1 ,mem_mouse_customerkey_press_status 
+0x5914 022518 call mouse_check_customerkey_gpio_next 
+0x5915 022519 fetcht 1 ,mem_customer_key_gpio 
+0x5916 022520 branch mouse_gpio_config_input_pu 
+:      022523 mouse_customerkey_press:
+0x5917 022524 jam 1 ,mem_customer_data_trigger 
+0x5918 022525 call mouse_customer_key_need_send 
+0x5919 022526 branch mouse_check_customerkey_gpio_exit 
+:      022528 mouse_customerkey_release:
+0x591a 022529 jam 0 ,mem_customer_data_trigger 
+0x591b 022530 fetch 1 ,mem_customer_data_trigger_last 
+0x591c 022531 rtn blank 
+:      022532 mouse_customer_key_need_send:
+0x591d 022533 jam 1 ,mem_customer_key 
+0x591e 022534 rtn 
+:      022538 mouse_check_matrix_button_connect_gnd:
+0x591f 022539 call gpio_get_bit 
+0x5920 022540 fetcht 1 ,mem_mouse_key_temp 
+0x5921 022541 copy temp ,queue 
+0x5922 022542 branch mouse_key_press ,true 
+:      022543 mouse_key_release:
+0x5923 022544 qset0 rega 
+0x5924 022545 rtn 
+:      022547 mouse_check_key_connect_gnd:
+0x5925 022548 lshift pdata ,pdata 
+0x5926 022549 copy pdata ,regb 
+0x5927 022550 call gpio_get_bit 
+0x5928 022551 setflag true ,0 ,regb 
+:      022552 mouse_check_key_connect_gnd_1:
+0x5929 022553 and regb ,0x07 ,pdata 
+:      022554 mouse_check_key_connect_gnd_next:
+0x592a 022555 fetcht 1 ,mem_mouse_key_temp 
+0x592b 022556 copy temp ,queue 
+0x592c 022557 beq 0x07 ,mouse_key_press 
+0x592d 022558 beq 0x00 ,mouse_key_release 
+0x592e 022559 rtn 
+:      022561 mouse_key_press:
+0x592f 022562 qset1 rega 
+0x5930 022563 rtn 
+:      022565 mouse_3io6key_check:
+0x5931 022566 bpatch patch0f_7 ,mem_patch0f 
+0x5932 022567 copy regc ,pdata 
+0x5933 022568 store 1 ,mem_mouse_key_status 
+0x5934 022569 lshift pdata ,pdata 
+0x5935 022570 copy pdata ,regb 
+0x5936 022571 copy temp ,regc 
+0x5937 022572 call mouse_gpio_config_input_pd 
+0x5938 022573 copy regc ,temp 
+0x5939 022574 call gpio_get_bit 
+0x593a 022575 nsetflag true ,0 ,regb 
+0x593b 022576 call mouse_check_press 
+0x593c 022577 branch mouse_check_key_connect_gnd_next 
+:      022579 mouse_check_press:
+0x593d 022580 fetcht 1 ,mem_mouse_key_status 
+0x593e 022581 and_into 0x01 ,temp 
+0x593f 022582 and regb ,0x01 ,pdata 
+0x5940 022583 isub temp ,null 
+0x5941 022584 nbranch mouse_current_mult_update ,zero 
+0x5942 022585 rtn 
+:      022589 mouse_gpio_config_output_high:
+0x5943 022590 rtneq gpio_disable 
+0x5944 022591 arg gpcfg_output_high ,temp 
+0x5945 022592 branch gpio_config_function_int 
+:      022595 mouse_gpio_config_output_low:
+0x5946 022596 rtneq gpio_disable 
+0x5947 022597 arg gpcfg_output_low ,temp 
+0x5948 022598 branch gpio_config_function_int 
+:      022603 mouse_init_sunt:
+0x5949 022604 bpatch patch10_0 ,mem_patch10 
+0x594a 022605 call mouse_sensor_spi_init 
+0x594b 022606 rtn wake 
+:      022607 mouse_init_sensor_wakeup:
+0x594c 022608 call mouse_sensor_poweron 
+:      022609 mouse_init_sensor:
+0x594d 022610 bpatch patch10_1 ,mem_patch10 
+0x594e 022611 call mouse_read_sensor_id 
+0x594f 022612 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+0x5950 022613 beq p3065_id1 ,mouse_init_p3065 
+0x5951 022614 beq pka8g2_id1 ,mouse_ka8g2_id2_judge 
+0x5952 022615 call mouse_twspi_reset 
+0x5953 022616 nop 6900 
+0x5954 022617 branch mouse_init_sensor 
+:      022618 mouse_twspi_reset:
+0x5955 022619 fetcht 1 ,mem_mouse_sensor_sclk_gpio 
+0x5956 022620 call twspi_reset 
+0x5957 022621 branch mouse_spid_init_pin 
+:      022623 mouse_read_sensor_id:
+0x5958 022624 setarg pan_reg_pid_h 
+0x5959 022625 call twspi_read 
+0x595a 022626 store 1 ,mem_sensor_id2 
+0x595b 022627 setarg pan_reg_pid_l 
+0x595c 022628 call twspi_read 
+0x595d 022629 store 1 ,mem_sensor_id1 
+0x595e 022630 rtn 
+:      022632 mouse_init_p32xx_id2_judge:
+0x595f 022633 fetch 1 ,mem_sensor_id2 
+0x5960 022634 beq p_mx8650 ,mouse_mx8650_init_param 
+0x5961 022635 beq p8009_id2 ,mouse_8009_init_param 
+0x5962 022636 beq p3205_tj3t_id2 ,mouse_s210x_3205_3t_judge 
+0x5963 022637 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
+0x5964 022638 beq p3212_id2 ,mouse_3212_init_param 
+0x5965 022639 beq pka8_id2 ,mouse_ka8_init_param_check 
+0x5966 022640 beq p6520a_id2 ,mouse_p6520_init_param 
+0x5967 022641 branch mouse_init_sensor 
+:      022643 mouse_s210x_3205_3t_judge:
+0x5968 022644 setarg 0x49 
+0x5969 022645 call twspi_read 
+0x596a 022646 beq 0xa1 ,mouse_s201x_init_param 
+0x596b 022647 branch mouse_3205_3t_init_param 
+:      022649 mouse_s201x_init_param:
+0x596c 022650 jam s201x ,mem_config_sensor_type 
+0x596d 022651 rtn 
+:      022653 mouse_mx8650_init_param:
+0x596e 022654 jam mx8650 ,mem_config_sensor_type 
+0x596f 022655 call mouse_sensor_reset 
+0x5970 022656 call delay_10ms 
+0x5971 022657 arg mem_sensor_8650_init ,regc 
+0x5972 022658 call mouse_sensor_wr_seq 
+0x5973 022659 branch mouse_setting_sensor_type 
+:      022661 mouse_8009_init_param:
+0x5974 022662 setarg 0x16 
+0x5975 022663 call twspi_read 
+0x5976 022664 sub pdata ,0xbd ,null 
+0x5977 022665 nbranch mouse_init_sunt ,zero 
+0x5978 022666 setarg 0x19 
+0x5979 022667 call twspi_read 
+0x597a 022668 sub pdata ,0x55 ,null 
+0x597b 022669 nbranch mouse_init_sunt ,zero 
+0x597c 022670 setarg 0x1b 
+0x597d 022671 call twspi_read 
+0x597e 022672 sub pdata ,0x1d ,null 
+0x597f 022673 nbranch mouse_init_sunt ,zero 
+0x5980 022674 jam p8009 ,mem_config_sensor_type 
+0x5981 022675 arg mem_sensor_8009_init ,regc 
+0x5982 022676 branch mouse_sensor_wr_seq 
+:      022678 mouse_3205_3t_init_param:
+0x5983 022679 jam p3205 ,mem_config_sensor_type 
+0x5984 022680 arg mem_sensor_3205_init ,regc 
+0x5985 022681 call mouse_sensor_wr_seq 
+0x5986 022682 arg mem_sensor_32xx_init ,regc 
+0x5987 022683 call mouse_sensor_wr_seq 
+0x5988 022684 setarg 0x0943 
+0x5989 022685 call twspi_write 
+0x598a 022686 arg mem_sensor_32xx_init_1 ,regc 
+0x598b 022687 branch mouse_sensor_wr_seq 
+:      022689 mouse_3204_3l_init_param:
+0x598c 022690 jam p3204 ,mem_config_sensor_type 
+0x598d 022691 arg mem_sensor_3204_init ,regc 
+0x598e 022692 call mouse_sensor_wr_seq 
+0x598f 022693 arg mem_sensor_32xx_init ,regc 
+0x5990 022694 call mouse_sensor_wr_seq 
+0x5991 022695 arg mem_sensor_32xx_init_1 ,regc 
+0x5992 022696 branch mouse_sensor_wr_seq 
+:      022698 mouse_3212_init_param:
+0x5993 022699 jam p3212 ,mem_config_sensor_type 
+0x5994 022700 arg mem_sensor_3212_init ,regc 
+:      022701 mouse_sensor_wr_seq:
+0x5995 022702 ifetch 2 ,regc 
+0x5996 022703 arg 0xffff ,temp 
+0x5997 022704 isub temp ,null 
+0x5998 022705 rtn zero 
+0x5999 022706 call twspi_write 
+0x599a 022707 increase 2 ,regc 
+0x599b 022708 branch mouse_sensor_wr_seq 
+:      022710 mouse_ka8_init_param_check:
+0x599c 022711 call mouse_sensor_disable_wp 
+0x599d 022712 setarg 0x9a5b 
+0x599e 022713 call twspi_write 
+0x599f 022714 setarg 0x0d 
+0x59a0 022715 call twspi_read 
+0x59a1 022716 sub pdata ,0x12 ,null 
+0x59a2 022717 branch mouse_ka8ul_init_param ,zero 
+0x59a3 022718 sub pdata ,0x0a ,null 
+0x59a4 022719 nbranch mouse_ka8hd_sensor_judge ,zero 
+0x59a5 022720 setarg 0x0e 
+0x59a6 022721 call twspi_read 
+0x59a7 022722 sub pdata ,0xe5 ,null 
+0x59a8 022723 nbranch mouse_init_sensor ,zero 
+0x59a9 022724 setarg 0x10 
+0x59aa 022725 call twspi_read 
+0x59ab 022726 sub pdata ,0xa5 ,null 
+0x59ac 022727 branch mouse_ka8ul_init_param ,zero 
+0x59ad 022728 call mouse_enable_ka8_sensor_wp 
+:      022729 mouse_ka8_init_param:
+0x59ae 022730 jam ka8 ,mem_config_sensor_type 
+0x59af 022731 rtn 
+:      022732 mouse_ka8ul_init_param:
+0x59b0 022733 jam ka8_ul ,mem_config_sensor_type 
+0x59b1 022734 arg mem_sensor_ka8ul_init ,regc 
+0x59b2 022735 branch mouse_sensor_wr_seq 
+:      022736 mouse_ka8hd_sensor_judge:
+0x59b3 022737 sub pdata ,0x10 ,null 
+0x59b4 022738 nbranch mouse_init_sensor ,zero 
+0x59b5 022739 setarg 0x0e 
+0x59b6 022740 call twspi_read 
+0x59b7 022741 sub pdata ,0xc5 ,null 
+0x59b8 022742 nbranch mouse_init_sensor ,zero 
+0x59b9 022743 setarg 0x10 
+0x59ba 022744 call twspi_read 
+0x59bb 022745 sub pdata ,0x38 ,null 
+0x59bc 022746 nbranch mouse_init_sensor ,zero 
+:      022747 mouse_ka8hd_init_param:
+0x59bd 022748 call mouse_enable_ka8_sensor_wp 
+0x59be 022749 jam ka8_hd ,mem_config_sensor_type 
+0x59bf 022750 rtn 
+:      022751 mouse_enable_ka8_sensor_wp:
+0x59c0 022752 setarg 0x005b 
+0x59c1 022753 call twspi_write 
+0x59c2 022754 branch mouse_sensor_enable_wp 
+:      022756 mouse_p6520_init_param:
+0x59c3 022757 jam p6520 ,mem_config_sensor_type 
+0x59c4 022758 arg mem_sensor_p6520_init ,regc 
+0x59c5 022759 branch mouse_sensor_wr_seq 
+:      022761 mouse_init_p3065:
+0x59c6 022762 call mouse_sensor_poweron 
+0x59c7 022763 fetch 1 ,mem_sensor_id2 
+0x59c8 022764 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0x59c9 022765 beq p3065_id2 ,mouse_p3065_init_param 
+0x59ca 022766 branch mouse_init_sensor 
+:      022768 mouse_p3065_init_param:
+0x59cb 022769 jam p3065 ,mem_config_sensor_type 
+0x59cc 022770 rtn 
+:      022772 mouse_p3065xy_init_param:
+0x59cd 022773 jam p3065_xy ,mem_config_sensor_type 
+0x59ce 022774 rtn 
+:      022776 mouse_ka8g2_id2_judge:
+0x59cf 022777 call mouse_sensor_poweron 
+0x59d0 022778 fetch 1 ,mem_sensor_id2 
+0x59d1 022779 beq pka8g2_id2 ,mouse_ka8g2_init_param 
+0x59d2 022780 branch mouse_init_p32xx_id2_judge 
+:      022781 mouse_ka8g2_init_param:
+0x59d3 022782 jam ka8g2 ,mem_config_sensor_type 
+0x59d4 022783 arg mem_sensor_ka8g2_init ,regc 
+0x59d5 022784 branch mouse_sensor_wr_seq 
+:      022786 mouse_sensor_enable_wp:
+0x59d6 022787 setarg 0x0009 
+0x59d7 022788 branch twspi_write 
+:      022789 mouse_sensor_disable_wp:
+0x59d8 022790 setarg 0x5a09 
+0x59d9 022791 branch twspi_write 
+:      022793 mouse_sensor_reset:
+0x59da 022794 arg 0x8006 ,temp 
+0x59db 022795 fetch 1 ,mem_config_sensor_type 
+0x59dc 022796 bne ka8g2 ,mouse_sensor_reset_end 
+0x59dd 022797 arg 0x9706 ,temp 
+:      022798 mouse_sensor_reset_end:
+0x59de 022799 copy temp ,pdata 
+0x59df 022800 call twspi_write 
+0x59e0 022801 nop 12000 
+0x59e1 022802 rtn 
+:      022804 mouse_sensor_poweron_init:
+0x59e2 022805 arg mem_sensor_poweron_init ,regc 
+0x59e3 022806 fetch 1 ,mem_config_sensor_type 
+0x59e4 022807 rtnne ka8g2 
+0x59e5 022808 arg mem_sensor_ka8g2_poweron_init ,regc 
+0x59e6 022809 rtn 
+:      022811 mouse_sensor_poweron:
+0x59e7 022812 bpatch patch10_2 ,mem_patch10 
+0x59e8 022813 call mouse_sensor_spi_init 
+0x59e9 022814 call mouse_sensor_reset 
+0x59ea 022815 call mouse_sensor_poweron_init 
+0x59eb 022816 call mouse_sensor_wr_seq 
+0x59ec 022817 branch mouse_setting_sensor_type 
+:      022819 mouse_sensor_powerdown:
+0x59ed 022820 bpatch patch10_3 ,mem_patch10 
+0x59ee 022821 call mouse_init_sunt 
+0x59ef 022822 call mouse_sensor_spi_init 
+0x59f0 022823 arg 0x0806 ,temp 
+0x59f1 022824 fetch 1 ,mem_config_sensor_type 
+0x59f2 022825 bne ka8g2 ,mouse_sensor_powerdown_end 
+0x59f3 022826 arg 0x1f06 ,temp 
+:      022827 mouse_sensor_powerdown_end:
+0x59f4 022828 copy temp ,pdata 
+0x59f5 022829 branch twspi_write 
+:      022835 mouse_check_sensor_data:
+0x59f6 022836 fetch 1 ,mem_spi_write_flash_sm 
+0x59f7 022837 rtnne flash_sm_no_buys 
+0x59f8 022838 fetch 1 ,mem_config_sensor_type 
+0x59f9 022839 beq p3205 ,mouse_p32xx_sensor_motion 
+0x59fa 022840 beq p3065 ,mouse_p32xx_sensor_motion 
+0x59fb 022841 beq ka8 ,mouse_p32xx_sensor_motion 
+0x59fc 022842 beq p3204 ,mouse_p32xx_sensor_motion 
+0x59fd 022843 beq p3212 ,mouse_p3212_sensor_motion 
+0x59fe 022844 beq p3065_xy ,mouse_p32xx_sensor_motion 
+0x59ff 022845 beq p8009 ,mouse_p8009_sensor_motion 
+0x5a00 022846 beq ka8g2 ,mouse_pka8g2_sensor_motion 
+0x5a01 022847 branch mouse_p32xx_sensor_motion 
+:      022850 mouse_p32xx_sensor_motion:
+0x5a02 022851 call mouse_clear_sensor_data 
+0x5a03 022852 disable user 
+0x5a04 022853 fetch 1 ,mem_sensor_motion_gpio 
+0x5a05 022854 beq gpio_disable ,mouse_p32xx_sensor_motion_2 
+0x5a06 022855 fetcht 1 ,mem_sensor_motion_gpio 
+0x5a07 022856 call gpio_get_bit 
+0x5a08 022857 nrtn true 
+:      022858 mouse_p32xx_sensor_motion_2:
+0x5a09 022859 setarg pan_reg_pid_l 
+0x5a0a 022860 call twspi_read 
+0x5a0b 022861 bne p32xx_id1 ,mouse_p3065_judge 
+:      022862 mouse_p32xx_sensor_motion_1:
+0x5a0c 022863 setarg pan_reg_motion_staus 
+0x5a0d 022864 call twspi_read 
+0x5a0e 022865 rtnbit0 7 
+0x5a0f 022866 call mouse_read_sensor_common 
+0x5a10 022867 fetch 1 ,mem_mouse_x 
+0x5a11 022868 call mouse_data_extsign 
+0x5a12 022869 store 2 ,mem_mouse_x 
+0x5a13 022870 fetch 1 ,mem_mouse_y 
+0x5a14 022871 call mouse_data_extsign 
+0x5a15 022872 store 2 ,mem_mouse_y 
+0x5a16 022873 fetch 1 ,mem_config_sensor_angle 
+0x5a17 022874 beq mouse_6clk_angle ,mouse_motion32xx_6clk_direction_selection 
+0x5a18 022875 beq mouse_9clk_angle ,mouse_motion32xx_9clk_direction_selection 
+0x5a19 022876 beq mouse_12clk_angle ,mouse_motion32xx_12clk_direction_selection 
+0x5a1a 022877 beq mouse_3clk_angle ,mouse_motion32xx_3clk_direction_selection 
+0x5a1b 022878 rtn 
+:      022880 mouse_p3065_judge:
+0x5a1c 022881 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
+0x5a1d 022882 branch mouse_twspi_reset 
+:      022884 mouse_motion32xx_6clk_direction_selection:
+0x5a1e 022885 call mouse_motion_6clk_direction_dispose 
+0x5a1f 022886 branch mouse_sensor_sdio_low 
+:      022887 mouse_motion32xx_9clk_direction_selection:
+0x5a20 022888 call mouse_motion_9clk_direction_dispose 
+0x5a21 022889 branch mouse_sensor_sdio_low 
+:      022890 mouse_motion32xx_12clk_direction_selection:
+0x5a22 022891 call mouse_motion_12clk_direction_dispose 
+0x5a23 022892 branch mouse_sensor_sdio_low 
+:      022893 mouse_motion32xx_3clk_direction_selection:
+0x5a24 022894 call mouse_motion_3clk_direction_dispose 
+0x5a25 022895 branch mouse_sensor_sdio_low 
+:      022899 mouse_p3212_sensor_motion:
+0x5a26 022900 call mouse_clear_sensor_data 
+0x5a27 022901 fetch 1 ,mem_sensor_motion_gpio 
+0x5a28 022902 beq gpio_disable ,mouse_p3212_sensor_motion_1 
+0x5a29 022903 fetcht 1 ,mem_sensor_motion_gpio 
+0x5a2a 022904 call gpio_get_bit 
+0x5a2b 022905 nrtn true 
+:      022906 mouse_p3212_sensor_motion_1:
+0x5a2c 022907 setarg pan_reg_pid_l 
+0x5a2d 022908 call twspi_read 
+0x5a2e 022909 bne p32xx_id1 ,mouse_twspi_reset 
+:      022910 mouse_p3212_sensor_motion_2:
+0x5a2f 022911 setarg pan_reg_motion_staus 
+0x5a30 022912 call twspi_read 
+0x5a31 022913 rtnbit0 7 
+0x5a32 022914 call mouse_read_sensor_common 
+0x5a33 022915 call mouse_read_3212sensor_xy_high 
+0x5a34 022916 store 1 ,mem_mouse_xy_h 
+0x5a35 022917 rshift4 pdata ,pdata 
+0x5a36 022918 call mouse_data_extsign_bit3 
+0x5a37 022919 store 1 ,mem_mouse_x + 1 
+0x5a38 022920 fetch 1 ,mem_mouse_xy_h 
+0x5a39 022921 and pdata ,0x0f ,pdata 
+0x5a3a 022922 call mouse_data_extsign_bit3 
+0x5a3b 022923 store 1 ,mem_mouse_y + 1 
+0x5a3c 022924 fetch 1 ,mem_config_sensor_angle 
+0x5a3d 022925 beq mouse_6clk_angle ,mouse_motion_6clk_direction_dispose 
+0x5a3e 022926 beq mouse_9clk_angle ,mouse_motion_9clk_direction_dispose 
+0x5a3f 022927 beq mouse_12clk_angle ,mouse_motion_12clk_direction_dispose 
+0x5a40 022928 beq mouse_3clk_angle ,mouse_motion_3clk_direction_dispose 
+0x5a41 022929 rtn 
+:      022931 mouse_read_3212sensor_xy_high:
+0x5a42 022932 setarg 0x12 
+0x5a43 022933 branch twspi_read 
+:      022935 mouse_pka8g2_sensor_motion:
+0x5a44 022936 call mouse_clear_sensor_data 
+0x5a45 022937 fetch 1 ,mem_sensor_motion_gpio 
+0x5a46 022938 beq gpio_disable ,mouse_pka8g2_sensor_motion_1 
+0x5a47 022939 fetcht 1 ,mem_sensor_motion_gpio 
+0x5a48 022940 call gpio_get_bit 
+0x5a49 022941 nrtn true 
+:      022942 mouse_pka8g2_sensor_motion_1:
+0x5a4a 022943 branch mouse_p3212_sensor_motion_2 
+:      022946 mouse_p8009_sensor_motion:
+0x5a4b 022947 call mouse_clear_sensor_data 
+0x5a4c 022948 disable user 
+0x5a4d 022949 setarg pan_reg_motion_staus 
+0x5a4e 022950 call twspi_read 
+0x5a4f 022951 rtnbit0 7 
+0x5a50 022952 setarg pan_reg_opration_state 
+0x5a51 022953 call twspi_read 
+0x5a52 022954 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
+0x5a53 022955 setarg 0 
+0x5a54 022956 store 6 ,mem_mouse_x 
+0x5a55 022957 rtn 
+:      022959 mouse_motion_6clk_direction_dispose:
+0x5a56 022960 fetch 2 ,mem_mouse_x 
+0x5a57 022961 sub pdata ,0 ,pdata 
+0x5a58 022962 store 2 ,mem_mouse_x 
+0x5a59 022963 branch enable_user 
+:      022964 mouse_motion_12clk_direction_dispose:
+0x5a5a 022965 fetch 2 ,mem_mouse_y 
+0x5a5b 022966 sub pdata ,0 ,pdata 
+0x5a5c 022967 store 2 ,mem_mouse_y 
+0x5a5d 022968 branch enable_user 
+:      022969 mouse_motion_9clk_direction_dispose:
+0x5a5e 022970 fetch 2 ,mem_mouse_y 
+0x5a5f 022971 sub pdata ,0 ,pdata 
+0x5a60 022972 store 2 ,mem_mouse_y 
+0x5a61 022973 fetch 2 ,mem_mouse_x 
+0x5a62 022974 sub pdata ,0 ,pdata 
+0x5a63 022975 store 2 ,mem_mouse_x 
+0x5a64 022976 call mouse_sensor_data_swap_places 
+0x5a65 022977 branch enable_user 
+:      022978 mouse_motion_3clk_direction_dispose:
+0x5a66 022979 call mouse_sensor_data_swap_places 
+0x5a67 022980 branch enable_user 
+:      022982 mouse_sensor_data_swap_places:
+0x5a68 022983 fetch 2 ,mem_mouse_y 
+0x5a69 022984 fetcht 2 ,mem_mouse_x 
+0x5a6a 022985 store 2 ,mem_mouse_x 
+0x5a6b 022986 storet 2 ,mem_mouse_y 
+0x5a6c 022987 rtn 
+:      022990 mouse_clear_sensor_data:
+0x5a6d 022991 fetch 1 ,mem_mouse_move_flag 
+0x5a6e 022992 call mouse_read_sensor_common ,blank 
+0x5a6f 022993 jam 1 ,mem_mouse_move_flag 
+0x5a70 022994 rtn 
+:      022996 mouse_clear_sensor_data_by_reset:
+0x5a71 022997 jam 1 ,mem_mouse_clear_sensor_data_flag 
+0x5a72 022998 call le_set_config_more_data 
+:      022999 mouse_init_sensor_reset:
+0x5a73 023000 branch mouse_init_sunt 
+:      023002 mouse_data_xy_release:
+0x5a74 023003 fetch 1 ,mem_sensor_motion_gpio 
+0x5a75 023004 rtnne gpio_disable 
+0x5a76 023005 fetch 1 ,mem_mouse_long_mult_flag 
+0x5a77 023006 rtnne 1 
+0x5a78 023007 setarg 0 
+0x5a79 023008 store 1 ,mem_mouse_long_mult_flag 
+0x5a7a 023009 store 4 ,mem_mouse_x 
+0x5a7b 023010 branch mouse_init_sensor_reset 
+:      023012 mouse_data_extsign:
+0x5a7c 023013 rtnbit0 7 
+0x5a7d 023014 arg 0xff00 ,temp 
+0x5a7e 023015 ior temp ,pdata 
+0x5a7f 023016 rtn 
+:      023018 mouse_data_extsign_bit3:
+0x5a80 023019 rtnbit0 3 
+0x5a81 023020 arg 0xf0 ,temp 
+0x5a82 023021 ior temp ,pdata 
+0x5a83 023022 rtn 
+:      023024 mouse_read_sensor_common:
+0x5a84 023025 arg pan_reg_delta_x ,pdata 
+0x5a85 023026 call twspi_read 
+0x5a86 023027 store 2 ,mem_mouse_x 
+0x5a87 023028 arg pan_reg_delta_y ,pdata 
+0x5a88 023029 call twspi_read 
+0x5a89 023030 store 2 ,mem_mouse_y 
+0x5a8a 023031 rtn 
+:      023034 mouse_sensor_sdio_low:
+0x5a8b 023035 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0x5a8c 023036 call gpio_get_bit 
+0x5a8d 023037 rtn true 
+0x5a8e 023038 setarg 0x0a 
+0x5a8f 023039 call twspi_read 
+0x5a90 023040 nop 1000 
+0x5a91 023041 branch mouse_sensor_sdio_low 
+:      023043 mouse_set_sdio_high:
+0x5a92 023044 setarg 0x8100 
+0x5a93 023045 branch twspi_write 
+:      023050 mouse_bluetooth_fast_conn_init:
+0x5a94 023051 jam 0xff ,mem_mouse_bluetooth_fast_conn_flag 
+:      023052 mouse_ble_fast_conn_init:
+0x5a95 023053 jam 0x34 ,mem_xrecord_mode 
+0x5a96 023054 setarg 0x0f0f0f 
+0x5a97 023055 store 3 ,mem_le_lap 
+0x5a98 023056 store 3 ,mem_le_lap + 3 
+0x5a99 023057 branch mouse_start_reconnect 
+:      023059 mouse_buletooth_fast_conn_end:
+0x5a9a 023060 bpatch patch10_4 ,mem_patch10 
+0x5a9b 023061 call mouse_select_reconn_device 
+0x5a9c 023062 call mouse_bluetooth_fast_conn_disable 
+0x5a9d 023063 fetch 1 ,mem_device_flag 
+0x5a9e 023064 beq mode_bt_device1 ,mouse_device1_check_auto_discover 
+0x5a9f 023065 beq mode_bt_device2 ,mouse_device2_check_auto_discover 
+0x5aa0 023066 rtn 
+:      023067 mouse_device1_check_auto_discover:
+0x5aa1 023068 fetch 6 ,mem_device1_addr 
+0x5aa2 023069 branch mouse_device_check_auto_discover 
+:      023070 mouse_device2_check_auto_discover:
+0x5aa3 023071 fetch 6 ,mem_device2_addr 
+:      023072 mouse_device_check_auto_discover:
+0x5aa4 023073 fetcht 6 ,mem_mouse_compare_addr 
+0x5aa5 023074 isub temp ,null 
+0x5aa6 023075 branch mouse_start_discovery ,zero 
+0x5aa7 023076 branch mouse_start_reconnect_device 
+:      023078 mouse_bluetooth_fast_conn_disable:
+0x5aa8 023079 jam 0x5a ,mem_mouse_bluetooth_fast_conn_flag 
+0x5aa9 023080 rtn 
+:      023083 mouse_stop_bluetooth_mode:
+0x5aaa 023084 fetch 2 ,mem_ui_state_map 
+0x5aab 023085 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x5aac 023086 branch mouse_stop_discovery 
+:      023087 mouse_disconnect:
+0x5aad 023088 setarg 0 
+0x5aae 023089 store 2 ,mem_mouse_no_data_timer 
+0x5aaf 023090 fetch 2 ,mem_ui_state_map 
+0x5ab0 023091 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x5ab1 023092 rtn 
+:      023094 mouse_check_125hz:
+0x5ab2 023095 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ab3 023096 rtnbit0 mouse_enable_bt_125hz 
+:      023097 mouse_bluetooth_125hz:
+0x5ab4 023098 nbranch mouse_bluetooth_125hz_clear ,user 
+0x5ab5 023099 fetch 1 ,mem_bluetooth_125hz_cnt 
+0x5ab6 023100 increase 1 ,pdata 
+0x5ab7 023101 and_into 0x0f ,pdata 
+0x5ab8 023102 store 1 ,mem_bluetooth_125hz_cnt 
+0x5ab9 023103 nrtn blank 
+:      023104 mouse_bluetooth_125hz_clear:
+0x5aba 023105 jam 0 ,mem_bluetooth_125hz_cnt 
+0x5abb 023106 branch disable_user 
+:      023108 mouse_current_mult_update:
+0x5abc 023109 fetch 1 ,mem_sensor_motion_gpio 
+0x5abd 023110 rtnne gpio_disable 
+0x5abe 023111 jam 0 ,mem_lpm_mult 
+0x5abf 023112 jam 30 ,mem_mouse_current_mult_timer 
+0x5ac0 023113 rtn 
+:      023116 mouse_priority_bb_event:
+0x5ac1 023117 bpatch patch10_5 ,mem_patch10 
+0x5ac2 023118 copy regc ,pdata 
+0x5ac3 023119 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
+0x5ac4 023120 beq bt_evt_le_disconnected ,mouse_le_bb_disconnected 
+0x5ac5 023121 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
+0x5ac6 023122 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+0x5ac7 023123 beq bt_evt_le_enc_info ,mouse_le_enc_info 
+0x5ac8 023124 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
+0x5ac9 023125 beq bt_evt_le_pairing_complete ,app_ble_store_reconn_info 
+0x5aca 023126 beq bt_evt_le_parse_conn_papa_update_rsp ,mouse_le_conn_param_update_rsp_recieved 
+0x5acb 023127 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
+0x5acc 023128 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
+0x5acd 023129 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
+0x5ace 023130 beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
+0x5acf 023131 rtn 
+:      023134 mouse_le_bb_event_connected:
+0x5ad0 023135 call mouse_device_poweron_led_config 
+0x5ad1 023136 jam 0 ,mem_mouse_long_mult_flag 
+0x5ad2 023137 call mouse_init_sensor_reset 
+0x5ad3 023138 jam 1 ,mem_mouse_le_bb_connected_flag 
+0x5ad4 023139 call mouse_24g_first_store_reconn_info 
+0x5ad5 023140 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5ad6 023141 nbranch mouse_le_bb_event_connected_next ,blank 
+0x5ad7 023142 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
+:      023143 mouse_le_bb_event_connected_next:
+0x5ad8 023144 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x5ad9 023145 set0 app_disc_by_button ,pdata 
+0x5ada 023146 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x5adb 023147 jam 0 ,mem_mouse_direct_timer 
+0x5adc 023148 fetch 2 ,mem_le_battery_level_updata_timer_init 
+0x5add 023149 store 2 ,mem_le_battery_level_updata_timer 
+0x5ade 023150 call mouse_no_data_timer_init 
+0x5adf 023151 branch mouse_stop_discovery 
+:      023153 mouse_le_bb_disconnected:
+0x5ae0 023154 setarg 0 
+0x5ae1 023155 store 2 ,mem_le_battery_level_updata_timer 
+0x5ae2 023156 jam 0 ,mem_mouse_le_bb_connected_flag 
+0x5ae3 023157 arg le_interval_7_5ms ,temp 
+0x5ae4 023158 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ae5 023159 bbit1 mouse_enable_bt_125hz ,mouse_le_bb_disconnected_next 
+0x5ae6 023160 arg le_interval_8_75ms ,temp 
+:      023161 mouse_le_bb_disconnected_next:
+0x5ae7 023162 storet 2 ,mem_le_interval_min 
+0x5ae8 023163 storet 2 ,mem_le_interval_min + 2 
+0x5ae9 023164 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x5aea 023165 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0x5aeb 023166 call le_clr_config_more_data 
+0x5aec 023167 branch mouse_bb_disconnected 
+:      023169 mouse_le_pairing_success:
+0x5aed 023170 arg ll_pairing_success_flag ,queue 
+0x5aee 023171 branch mouse_le_enable_connect_flag 
+:      023173 mouse_le_enc_info:
+:      023174 mouse_updata_le_param:
+0x5aef 023175 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x5af0 023176 branch ui_ipc_send_cmd 
+:      023178 mouse_le_ll_start_encryt:
+0x5af1 023179 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5af2 023180 beq 1 ,mouse_le_ll_reconn_start_encryt 
+0x5af3 023181 branch mouse_le_ll_enable_start_enc_flag 
+:      023182 mouse_le_ll_reconn_start_encryt:
+0x5af4 023183 call mouse_updata_le_param 
+0x5af5 023184 jam 20 ,mem_le_start_encrypt_timer 
+:      023185 mouse_le_ll_enable_start_enc_flag:
+0x5af6 023186 arg ll_start_enc_flag ,queue 
+0x5af7 023187 branch mouse_le_enable_connect_flag 
+:      023189 mouse_le_enable_connect_flag:
+0x5af8 023190 fetch 1 ,mem_le_connect_status_flag 
+0x5af9 023191 qset1 pdata 
+0x5afa 023192 store 1 ,mem_le_connect_status_flag 
+0x5afb 023193 rtn 
+:      023195 mouse_le_conn_param_update_rsp_recieved:
+0x5afc 023196 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x5afd 023197 rtneq ble_signaling_connect_parameter_update_accepted 
+0x5afe 023198 fetch 1 ,mem_le_tsniff 
+0x5aff 023199 rshift2 pdata ,pdata 
+0x5b00 023200 sub pdata ,le_interval_15ms ,null 
+0x5b01 023201 rtn positive 
+0x5b02 023202 setarg le_interval_11_25ms 
+0x5b03 023203 store 2 ,mem_le_interval_min 
+0x5b04 023204 store 2 ,mem_le_interval_min + 2 
+0x5b05 023205 call mouse_updata_le_param 
+:      023206 mouse_le_conn_param_lpm_disable:
+0x5b06 023207 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
+0x5b07 023208 rtn 
+:      023210 mouse_le_bb_event_connect_complete:
+0x5b08 023211 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5b09 023212 nrtn blank 
+0x5b0a 023213 fetch 1 ,mem_le_att_handle 
+0x5b0b 023214 sub pdata ,34 ,pdata 
+0x5b0c 023215 nrtn zero 
+0x5b0d 023216 jam 0 ,mem_le_start_encrypt_timer 
+:      023217 mouse_le_write_enable:
+0x5b0e 023218 arg write_req_enable_flag ,queue 
+0x5b0f 023219 branch mouse_le_enable_connect_flag 
+:      023221 mouse_le_parse_conn_param_accepted:
+0x5b10 023222 fetch 1 ,mem_le_new_conninterval 
+0x5b11 023223 sub pdata ,le_interval_15ms ,null 
+0x5b12 023224 nbranch mouse_le_conn_param_lpm_disable ,positive 
+0x5b13 023225 store 2 ,mem_le_interval_min 
+0x5b14 023226 store 2 ,mem_le_interval_min + 2 
+0x5b15 023227 fetch 1 ,mem_le_new_connslavelatency 
+0x5b16 023228 branch mouse_le_lpm_mult_reinit ,blank 
+0x5b17 023229 fetcht 1 ,mem_lpm_mult_init 
+0x5b18 023230 isub temp ,null 
+0x5b19 023231 branch mouse_le_lpm_mult_reinit ,positive 
+0x5b1a 023232 fetch 1 ,mem_le_new_connslavelatency 
+0x5b1b 023233 store 1 ,mem_lpm_mult 
+0x5b1c 023234 branch mouse_le_conn_param_lpm_enable 
+:      023235 mouse_le_lpm_mult_reinit:
+0x5b1d 023236 fetch 1 ,mem_lpm_mult_init 
+0x5b1e 023237 store 1 ,mem_lpm_mult 
+:      023238 mouse_le_conn_param_lpm_enable:
+0x5b1f 023239 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x5b20 023240 rtn 
+:      023242 mouse_le_clean_connect_flag:
+0x5b21 023243 jam 0 ,mem_le_connect_status_flag 
+0x5b22 023244 rtn 
+:      023246 mouse_le:
+0x5b23 023247 bpatch patch10_6 ,mem_patch10 
+0x5b24 023248 call le_fifo_check_nearly_full 
+0x5b25 023249 nrtn blank 
+0x5b26 023250 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x5b27 023251 beq 0xff ,mouse_le_next 
+0x5b28 023252 fetch 1 ,mem_le_connect_status_flag 
+0x5b29 023253 and pdata ,0x03 ,pdata 
+0x5b2a 023254 rtnne 0x03 
+:      023255 mouse_le_next:
+0x5b2b 023256 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x5b2c 023257 call mouse_clear_sensor_data_by_reset ,blank 
+0x5b2d 023258 fetch mouse_flag_len ,mem_mouse_flag 
+0x5b2e 023259 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+0x5b2f 023260 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+0x5b30 023261 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x5b31 023262 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+0x5b32 023263 call mouse_motion 
+0x5b33 023264 call mouse_check_125hz 
+0x5b34 023265 nrtn user 
+0x5b35 023266 call mouse_current_mult_update 
+0x5b36 023267 call mouse_data_xy_release 
+0x5b37 023268 call mouse_wheel_trigger 
+0x5b38 023269 fetch mouse_flag_len ,mem_mouse_flag 
+0x5b39 023270 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
+0x5b3a 023271 fetch 1 ,mem_customer_key 
+0x5b3b 023272 beq 1 ,mouse_le_send_keyboard_package_data 
+:      023273 mouse_le_send_mouse_data:
+0x5b3c 023274 branch mouse_fill_mouse_data_le 
+:      023277 mouse_le_send_keyboard_package_data:
+0x5b3d 023278 fetch 1 ,mem_customer_data_trigger 
+0x5b3e 023279 branch mouse_le_release_keyboard_data ,blank 
+0x5b3f 023280 fetch 8 ,mem_customer_key_press + 1 
+:      023281 mouse_fill_keyboard_package_data_le:
+0x5b40 023282 store 8 ,mem_pdatatemp 
+0x5b41 023283 fetch 1 ,mem_customer_key_press 
+0x5b42 023284 beq kb_multikey_report_id ,mouse_fill_multimedia_key_data_le 
+0x5b43 023285 beq kb_system_conctrl_report_id ,mouse_fill_systemctrl_key_data_le 
+0x5b44 023286 jam 8 ,mem_le_data_len 
+0x5b45 023287 fetcht 2 ,mem_le_keyboard_handle 
+:      023288 mouse_fill_data_le:
+0x5b46 023289 fetch 1 ,mem_le_data_len 
+0x5b47 023290 copy pdata ,rega 
+0x5b48 023291 call le_att_malloc_tx_notify 
+0x5b49 023292 fetcht 1 ,mem_le_data_len 
+0x5b4a 023293 copy temp ,loopcnt 
+0x5b4b 023294 arg mem_pdatatemp ,contr 
+0x5b4c 023295 branch memcpy 
+:      023297 mouse_le_release_keyboard_data:
+0x5b4d 023298 fetch 8 ,mem_customer_key_release + 1 
+0x5b4e 023299 branch mouse_fill_keyboard_package_data_le 
+:      023301 mouse_fill_multimedia_key_data_le:
+0x5b4f 023302 jam 3 ,mem_le_data_len 
+0x5b50 023303 fetcht 2 ,mem_le_multimedia_handle 
+0x5b51 023304 branch mouse_fill_data_le 
+:      023306 mouse_fill_systemctrl_key_data_le:
+0x5b52 023307 jam 2 ,mem_le_data_len 
+0x5b53 023308 fetcht 2 ,mem_le_systemctrl_handle 
+0x5b54 023309 branch mouse_fill_data_le 
+:      023311 mouse_fill_battery_level_le:
+0x5b55 023312 arg 1 ,rega 
+0x5b56 023313 fetcht 2 ,mem_le_battery_level_handle 
+0x5b57 023314 call le_att_malloc_tx_notify 
+0x5b58 023315 fetch 1 ,mem_le_battery_level_percentage 
+0x5b59 023316 istore 1 ,contw 
+0x5b5a 023317 rtn 
+:      023319 mouse_le_send_empty_packet:
+0x5b5b 023320 setarg 0 
+0x5b5c 023321 store 7 ,mem_mouse_key 
+:      023322 mouse_fill_mouse_data_le:
+0x5b5d 023323 jam 7 ,mem_le_data_len 
+0x5b5e 023324 fetch 7 ,mem_mouse_key 
+0x5b5f 023325 store 7 ,mem_pdatatemp 
+0x5b60 023326 fetcht 2 ,mem_le_notify_handle 
+0x5b61 023327 branch mouse_fill_data_le 
+:      023329 mouse_check_51cmd_adv:
+0x5b62 023330 jam 0 ,mem_mouse_le_reconnect_flag 
+0x5b63 023331 fetch 3 ,mem_le_adv_ind 
+0x5b64 023332 store 3 ,mem_le_adv_data + 4 
+0x5b65 023333 call mouse_le_check_adv_flag 
+0x5b66 023334 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
+0x5b67 023335 istore 1 ,contr 
+0x5b68 023336 arg mem_le_adv_swift_pair ,contr 
+0x5b69 023337 call mouse_le_adv_data_update 
+0x5b6a 023338 branch check_51cmd_adv 
+:      023340 mouse_le_check_adv_flag:
+0x5b6b 023341 arg mem_le_adv_data ,rega 
+:      023342 mouse_le_check_adv_flag_loop:
+0x5b6c 023343 ifetch 1 ,rega 
+0x5b6d 023344 rtn blank 
+0x5b6e 023345 iadd contr ,rega 
+0x5b6f 023346 ifetch 1 ,contr 
+0x5b70 023347 rtneq 0x01 
+0x5b71 023348 branch mouse_le_check_adv_flag_loop 
+:      023350 mouse_le_adv_data_update:
+0x5b72 023351 arg mem_le_adv_data + 11 ,contw 
+0x5b73 023352 arg 19 ,loopcnt 
+0x5b74 023353 call memcpy 
+0x5b75 023354 branch le_modified_name_adv 
+:      023360 mouse_bb_disconnected:
+0x5b76 023361 call mouse_bb_discon_clear_stack 
+0x5b77 023362 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x5b78 023363 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
+0x5b79 023364 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x5b7a 023365 branch mouse_start_discovery 
+:      023367 mouse_bb_discon_clear_stack:
+0x5b7b 023368 setarg 0 
+0x5b7c 023369 store 8 ,mem_wheel_tb_old_pinlevel 
+0x5b7d 023370 istore 4 ,contw 
+0x5b7e 023371 jam 0 ,mem_mouse_move_flag 
+0x5b7f 023372 jam 0 ,mem_ltk_exists 
+0x5b80 023373 rtn 
+:      023375 mouse4_0_event_bb_disconn:
+0x5b81 023376 call mouse_le_clean_connect_flag 
+0x5b82 023377 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x5b83 023378 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x5b84 023379 branch mouse_app_enter_hibernate 
+:      023383 mouse_bb_event_timer:
+0x5b85 023384 bpatch patch10_7 ,mem_patch10 
+0x5b86 023386 call mouse_low_voltage_led_timer 
+0x5b87 023387 call mouse_adc_read 
+0x5b88 023389 call mouse_logo_led_on_timer 
+0x5b89 023390 call mouse_led_multi_timer 
+0x5b8a 023391 call mouse_dpi_led_blink_delay_timer 
+0x5b8b 023393 call g24_pair_timeout_timer 
+0x5b8c 023394 call g24_reconn_timeout_timer 
+0x5b8d 023395 call mouse_24g_long_sleep_param_update_timer 
+0x5b8e 023397 call mouse_dpi_key_check_long_press 
+0x5b8f 023398 call mouse_bt_discovery_check 
+0x5b90 023399 call mouse_commbination_key_process 
+0x5b91 023400 call mouse_check_discovery_timeout_timer 
+0x5b92 023402 call mouse_check_direct_timeout_timer 
+0x5b93 023403 call mouse_le_enable_att_list_timer 
+0x5b94 023404 call mouse_le_battery_updata_timer 
+0x5b95 023405 call mouse_le_send_smp_security_request_timer 
+0x5b96 023407 call mouse_check_reconnect_delay_long_sleep 
+0x5b97 023408 call mouse_current_mult_update_timer 
+0x5b98 023409 call mouse_wheel_trigger_timer 
+0x5b99 023410 call mouse_store_information_delay_timer 
+0x5b9a 023411 branch mouse_check_no_data_timeout_timer 
+:      023413 mouse_bt_discovery_check:
+0x5b9b 023414 fetch mouse_flag_len ,mem_mouse_flag 
+0x5b9c 023415 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_bt_discovery_by_pb_button 
+0x5b9d 023416 rtn 
+:      023418 mouse_bt_discovery_by_pb_button:
+0x5b9e 023419 fetch 1 ,mem_select_device_button_statue 
+0x5b9f 023420 rtnne pb_button_state_down 
+0x5ba0 023421 arg mem_bt_discovery_count ,regc 
+0x5ba1 023422 arg mouse_long_button_bt_discovery ,regb 
+0x5ba2 023423 branch timer_single_step 
+:      023425 mouse_long_button_bt_discovery:
+0x5ba3 023426 fetch 1 ,mem_device_flag 
+0x5ba4 023427 rtneq mode_24g_device 
+0x5ba5 023428 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ba6 023429 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+0x5ba7 023430 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x5ba8 023431 call mouse_enable_function_flag 
+0x5ba9 023432 call app_evt_button_long_pressed 
+0x5baa 023433 branch mouse_bb_event_discovery_btn 
+:      023435 mouse_commbination_key_process:
+0x5bab 023436 fetch 1 ,mem_device_flag 
+0x5bac 023437 beq mode_24g_device ,mouse_24g_commbination_key_process 
+0x5bad 023438 fetch mouse_flag_len ,mem_mouse_flag 
+0x5bae 023439 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
+0x5baf 023440 fetcht 1 ,mem_mouse_commbination_key_bt 
+0x5bb0 023441 branch mouse_commbination_key_start 
+:      023443 mouse_24g_commbination_key_process:
+0x5bb1 023444 fetch mouse_flag_len ,mem_mouse_flag 
+0x5bb2 023445 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
+0x5bb3 023446 fetcht 1 ,mem_mouse_commbination_key_24g 
+:      023447 mouse_commbination_key_start:
+0x5bb4 023448 storet 1 ,mem_mouse_commbination_key 
+0x5bb5 023449 call mouse_check_key_gpio 
+0x5bb6 023450 and pdata ,0x07 ,pdata 
+0x5bb7 023451 fetcht 1 ,mem_mouse_commbination_key 
+0x5bb8 023452 isub temp ,null 
+0x5bb9 023453 branch mouse_commbination_key_down ,zero 
+:      023454 mouse_commbination_key_up:
+0x5bba 023455 fetch 1 ,mem_ui_button_timeout 
+0x5bbb 023456 store 1 ,mem_combination_ui_button_count 
+0x5bbc 023457 fetch 1 ,mem_commbination_key_statue 
+0x5bbd 023458 rtneq commbination_key_state_up 
+0x5bbe 023459 jam commbination_key_state_up ,mem_commbination_key_statue 
+0x5bbf 023460 rtn 
+:      023462 mouse_commbination_key_down:
+0x5bc0 023463 call mouse_combination_ui_timer 
+0x5bc1 023464 fetch 1 ,mem_commbination_key_statue 
+0x5bc2 023465 rtneq commbination_key_state_down 
+0x5bc3 023466 jam commbination_key_state_down ,mem_commbination_key_statue 
+0x5bc4 023467 rtn 
+:      023469 mouse_combination_ui_timer:
+0x5bc5 023470 arg mouse_24g_start_pair_mode ,regb 
+0x5bc6 023471 arg mem_combination_ui_button_count ,regc 
+0x5bc7 023472 fetch 1 ,mem_device_flag 
+0x5bc8 023473 beq mode_24g_device ,timer_single_step 
+0x5bc9 023474 arg mouse_long_button_bt_discovery ,regb 
+0x5bca 023475 call timer_single_step 
+0x5bcb 023476 fetch 1 ,mem_combination_ui_button_count 
+0x5bcc 023477 beq 1 ,mouse_bt_discovery_button_down_enable 
+0x5bcd 023478 rtn 
+:      023480 mouse_check_discovery_timeout_timer:
+0x5bce 023481 arg mem_mouse_discovery_timer ,regc 
+0x5bcf 023482 arg mouse_check_discovery_timeout ,regb 
+0x5bd0 023483 branch timer_single_step_2b 
+:      023485 mouse_check_discovery_timeout:
+0x5bd1 023486 call mouse_stop_discovery 
+0x5bd2 023487 branch mouse_app_enter_hibernate 
+:      023489 mouse_check_direct_timeout_timer:
+0x5bd3 023490 arg mem_mouse_direct_timer ,regc 
+0x5bd4 023491 arg mouse_check_direct_timeout ,regb 
+0x5bd5 023492 call timer_single_step 
+0x5bd6 023493 fetch 1 ,mem_mouse_direct_timer 
+0x5bd7 023494 beq 1 ,app_ble_stop_direct_adv 
+0x5bd8 023495 rtn 
+:      023497 mouse_check_direct_timeout:
+0x5bd9 023498 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x5bda 023499 beq 0xff ,mouse_buletooth_fast_conn_end 
+0x5bdb 023500 fetch 1 ,mem_reconn_times 
+0x5bdc 023501 nbranch mouse_polling_device ,blank 
+0x5bdd 023502 fetch mouse_flag_len ,mem_mouse_flag 
+0x5bde 023503 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,mouse_start_discovery 
+0x5bdf 023504 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_bb_event_reconn_timeout 
+0x5be0 023505 branch mouse_app_enter_hibernate 
+:      023507 mouse_le_enable_att_list_timer:
+0x5be1 023508 arg mem_le_start_encrypt_timer ,regc 
+0x5be2 023509 arg mouse_le_write_enable ,regb 
+0x5be3 023510 branch timer_single_step 
+:      023512 mouse_le_send_smp_security_request_timer:
+0x5be4 023513 fetch 1 ,mem_mouse_le_bb_connected_flag 
+0x5be5 023514 rtn blank 
+0x5be6 023515 arg mem_mouse_send_secutiry_request_timer ,regc 
+0x5be7 023516 arg mouse_le_pairing_sm_start_check ,regb 
+0x5be8 023517 branch timer_single_step 
+:      023518 mouse_le_pairing_sm_start_check:
+0x5be9 023519 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5bea 023520 nrtn blank 
+0x5beb 023521 fetch 1 ,mem_le_pairing_state 
+0x5bec 023522 rtnne flag_le_pairing_null 
+0x5bed 023523 branch le_pairing_sm_start 
+:      023525 mouse_le_battery_updata_timer:
+0x5bee 023526 fetch mouse_flag_len ,mem_mouse_flag 
+0x5bef 023527 rtnbit1 mouse_enable_le_battery_service_cancel 
+0x5bf0 023528 arg mem_le_battery_level_updata_timer ,regc 
+0x5bf1 023529 arg mouse_le_battery_level_updata ,regb 
+0x5bf2 023530 branch timer_single_step 
+:      023532 mouse_le_battery_level_updata:
+0x5bf3 023533 fetch 2 ,mem_le_battery_level_updata_timer_init 
+0x5bf4 023534 store 2 ,mem_le_battery_level_updata_timer 
+0x5bf5 023535 branch mouse_fill_battery_level_le 
+:      023537 mouse_le_enable_att_list:
+0x5bf6 023538 fetch 1 ,mem_le_connect_status_flag 
+0x5bf7 023539 rtnbit1 ll_pairing_success_flag 
+0x5bf8 023540 call mouse_updata_le_param 
+0x5bf9 023541 arg write_req_enable_flag ,queue 
+0x5bfa 023542 branch mouse_le_enable_connect_flag 
+:      023544 mouse_check_reconnect_delay_long_sleep:
+0x5bfb 023545 arg mem_mouse_bluetooth_reconnect_timeout ,regc 
+0x5bfc 023546 arg mouse_app_enter_hibernate ,regb 
+0x5bfd 023547 branch timer_single_step 
+:      023549 mouse_current_mult_update_timer:
+0x5bfe 023550 arg mem_mouse_current_mult_timer ,regc 
+0x5bff 023551 arg mouse_current_mult_reinit ,regb 
+0x5c00 023552 branch timer_single_step 
+:      023553 mouse_current_mult_reinit:
+0x5c01 023554 fetch 1 ,mem_lpm_mult_init 
+0x5c02 023555 store 1 ,mem_lpm_mult 
+0x5c03 023556 jam 1 ,mem_mouse_long_mult_flag 
+0x5c04 023557 rtn 
+:      023560 mouse_check_no_data_timeout_timer:
+0x5c05 023561 arg mem_mouse_no_data_timer ,regc 
+0x5c06 023562 arg mouse_check_no_data_timeout ,regb 
+0x5c07 023563 branch timer_single_step_2b 
+:      023565 mouse_check_no_data_timeout:
+0x5c08 023566 fetch 1 ,mem_device_flag 
+0x5c09 023567 beq mode_24g_device ,mouse_24g_hibernate_set 
+0x5c0a 023568 branch mouse_disconnect 
+:      023570 mouse_no_data_timer_init:
+0x5c0b 023571 fetch 2 ,mem_mouse_no_data_timeout 
+0x5c0c 023572 store 2 ,mem_mouse_no_data_timer 
+0x5c0d 023573 rtn 
+:      023575 mouse_store_information_delay_timer:
+0x5c0e 023576 arg mem_store_information_delay_timer ,regc 
+0x5c0f 023577 arg mouse_store_device_info_check ,regb 
+0x5c10 023578 branch timer_single_step 
+:      023580 mouse_store_device_info_check:
+0x5c11 023581 call mouse_store_device_info 
+0x5c12 023582 fetch 1 ,mem_mouse_need_soft_reset 
+0x5c13 023583 nbranch mouse_soft_reset ,blank 
+0x5c14 023584 rtn 
+:      023586 mouse_bb_event_discovery_btn:
+0x5c15 023587 isolate1 mark_24g ,mark 
+0x5c16 023588 call mouse_24g_stop ,true 
+0x5c17 023589 call mouse_disconnect 
+0x5c18 023590 call mouse_le_clean_connect_flag 
+0x5c19 023591 branch mouse_start_discovery 
+:      023593 mouse_start_discovery:
+0x5c1a 023594 bpatch patch11_0 ,mem_patch11 
+0x5c1b 023595 call mouse_device_discovery_led_config 
+0x5c1c 023596 fetch 2 ,mem_ui_state_map 
+0x5c1d 023597 isolate1 ui_state_ble_adv ,pdata 
+0x5c1e 023598 call mouse_stop_le_adv ,true 
+0x5c1f 023599 call mouse_bluetooth_fast_conn_disable 
+0x5c20 023600 fetch 2 ,mem_ui_state_map 
+0x5c21 023601 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
+0x5c22 023602 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c23 023603 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
+0x5c24 023604 fetcht 2 ,mem_random_addr_increase_count 
+0x5c25 023605 increase 1 ,temp 
+0x5c26 023606 storet 2 ,mem_random_addr_increase_count 
+0x5c27 023607 storet 2 ,mem_le_lap + 1 
+0x5c28 023608 random pdata 
+0x5c29 023609 store 1 ,mem_le_lap 
+:      023610 mouse_start_discovery_norandom:
+0x5c2a 023611 fetch 3 ,mem_mouse_le_lap_temp 
+0x5c2b 023612 store 3 ,mem_le_lap + 3 
+0x5c2c 023613 call app_lpm_mult_disable 
+0x5c2d 023614 fetch 2 ,mem_mouse_discovery_timeout 
+0x5c2e 023615 store 2 ,mem_mouse_discovery_timer 
+0x5c2f 023616 setarg 0 
+0x5c30 023617 store 2 ,mem_mouse_no_data_timer 
+0x5c31 023618 store 2 ,mem_le_battery_level_updata_timer 
+0x5c32 023619 store 1 ,mem_mouse_direct_timer 
+0x5c33 023620 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+0x5c34 023621 store 1 ,mem_mouse_clear_sensor_data_flag 
+0x5c35 023622 arg mouse_store_eeprom_flag ,queue 
+0x5c36 023623 call mouse_enable_function_flag 
+0x5c37 023624 call mouse_bt_discovery_button_down_disable 
+0x5c38 023625 branch mouse_check_51cmd_adv 
+:      023627 mouse_stop_discovery:
+0x5c39 023628 bpatch patch11_1 ,mem_patch11 
+0x5c3a 023629 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x5c3b 023630 call mouse_disable_function_flag 
+0x5c3c 023631 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
+0x5c3d 023632 branch mouse_stop_le_adv 
+:      023633 mouse_stop_le_adv:
+0x5c3e 023634 setarg 0 
+0x5c3f 023635 store 1 ,mem_mouse_direct_timer 
+0x5c40 023636 store 2 ,mem_mouse_discovery_timer 
+0x5c41 023637 branch check_51cmd_stop_adv 
+:      023639 mouse_store_remote_bdaddr:
+0x5c42 023640 bpatch patch11_2 ,mem_patch11 
+0x5c43 023641 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c44 023642 rtnbit0 mouse_store_eeprom_flag 
+0x5c45 023643 arg mouse_store_eeprom_flag ,queue 
+0x5c46 023644 call mouse_disable_function_flag 
+0x5c47 023645 call mouse_check_device_addr 
+:      023646 mouse_unplug_clean_bdaddr:
+0x5c48 023647 call mouse_before_store_reconn_info 
+0x5c49 023648 branch mouse_store_device_info_delay 
+:      023650 mouse_check_device_addr:
+0x5c4a 023651 fetch 1 ,mem_record_bt_mode 
+0x5c4b 023652 beq rec_4_mode ,mouse_check_le_device_addr 
+0x5c4c 023653 rtn 
+:      023654 mouse_check_le_device_addr:
+0x5c4d 023655 store 1 ,mem_device_addr_temp 
+0x5c4e 023656 fetch 6 ,mem_le_plap 
+:      023657 mouse_check_bt_device_addr_common:
+0x5c4f 023658 store 6 ,mem_device_addr_temp + 1 
+0x5c50 023659 fetch 7 ,mem_device_addr_temp 
+0x5c51 023660 arg mem_device1_type ,contr 
+0x5c52 023661 arg 3 ,loopcnt 
+:      023662 mouse_check_device_addr_end:
+0x5c53 023663 ifetcht 7 ,contr 
+0x5c54 023664 isub temp ,null 
+0x5c55 023665 branch mouse_clean_addr ,zero 
+0x5c56 023666 increase 22 ,contr 
+0x5c57 023667 loop mouse_check_device_addr_end 
+0x5c58 023668 rtn 
+:      023669 mouse_before_store_reconn_info:
+0x5c59 023670 arg mem_device1_type ,rega 
+0x5c5a 023671 fetch 1 ,mem_device_flag 
+0x5c5b 023672 increase -1 ,pdata 
+0x5c5c 023673 mul32 pdata ,29 ,pdata 
+0x5c5d 023674 iadd rega ,rega 
+0x5c5e 023675 fetch 1 ,mem_record_bt_mode 
+0x5c5f 023676 istore 1 ,rega 
+0x5c60 023677 beq rec_4_mode ,mouse_store_le_device 
+0x5c61 023678 rtn 
+:      023680 mouse_store_le_device:
+0x5c62 023681 fetch 6 ,mem_le_plap 
+0x5c63 023682 istore 6 ,contw 
+0x5c64 023683 arg mem_le_ltk ,contr 
+0x5c65 023684 call memcpy16 
+0x5c66 023685 fetch 6 ,mem_le_lap 
+0x5c67 023686 istore 6 ,contw 
+0x5c68 023687 rtn 
+:      023689 mouse_clean_addr:
+0x5c69 023690 increase -6 ,contr 
+0x5c6a 023691 copy contr ,contw 
+0x5c6b 023692 fetcht 6 ,mem_device_addr_temp + 1 
+0x5c6c 023693 increase 3 ,temp 
+0x5c6d 023694 istoret 6 ,contw 
+0x5c6e 023695 rtn 
+:      023697 mouse_select_reconn_device:
+0x5c6f 023698 arg mem_device1_type ,rega 
+0x5c70 023699 fetch 1 ,mem_device_flag 
+0x5c71 023700 rtneq mode_24g_device 
+0x5c72 023701 increase -1 ,pdata 
+0x5c73 023702 mul32 pdata ,29 ,pdata 
+0x5c74 023703 iadd rega ,rega 
+0x5c75 023704 ifetch 1 ,rega 
+0x5c76 023705 store 1 ,mem_xrecord_mode 
+0x5c77 023706 beq rec_4_mode ,mouse_load_le_device 
+0x5c78 023707 rtn 
+:      023709 mouse_load_le_device:
+0x5c79 023710 ifetch 6 ,contr 
+:      023711 mouse_load_le_device_end:
+0x5c7a 023712 store 6 ,mem_hci_plap 
+0x5c7b 023713 arg mem_le_ltk ,contw 
+0x5c7c 023714 call memcpy16 
+0x5c7d 023715 ifetch 6 ,contr 
+0x5c7e 023716 store 6 ,mem_le_lap 
+0x5c7f 023717 rtn 
+:      023719 mouse_app_initflag_check:
+0x5c80 023720 bpatch patch11_3 ,mem_patch11 
+0x5c81 023721 fetch 2 ,mem_store_flag 
+0x5c82 023722 arg eeprom_init_flag ,temp 
+0x5c83 023723 isub temp ,null 
+0x5c84 023724 branch mouse_load_device_info ,zero 
+:      023725 mouse_app_initflag_check_next:
+0x5c85 023726 storet 2 ,mem_store_flag 
+0x5c86 023727 call mouse_ble_init_address 
+0x5c87 023728 fetch 1 ,mem_device_flag_temp 
+0x5c88 023729 store 1 ,mem_device_flag 
+0x5c89 023730 fetch 4 ,mem_24g_fast_conn_addr 
+0x5c8a 023731 store 4 ,mem_24g_receiver_addr 
+0x5c8b 023732 store 4 ,mem_24g_addr 
+:      023733 mouse_load_default_dpi:
+0x5c8c 023734 fetch 1 ,mem_config_sensor_dpi 
+0x5c8d 023735 store 1 ,mem_mouse_dpi 
+0x5c8e 023736 rtn 
+:      023738 mouse_load_device_info:
+0x5c8f 023739 call mouse_otp_load_dpi 
+0x5c90 023741 fetch 4 ,mem_mouse_24g_addr 
+0x5c91 023742 store 4 ,mem_24g_receiver_addr 
+0x5c92 023743 store 4 ,mem_24g_addr 
+0x5c93 023744 rtn 
+:      023746 mouse_otp_load_dpi:
+0x5c94 023747 fetch mouse_flag_len ,mem_mouse_flag 
+0x5c95 023748 rtnbit0 mouse_enable_load_and_store_dpi 
+0x5c96 023749 fetch 2 ,mem_otp_offset_dpi 
+0x5c97 023750 copy pdata ,regb 
+0x5c98 023751 call mouse_read_otp_dpi_common 
+0x5c99 023752 fetch 1 ,mem_mouse_dpi_temp 
+0x5c9a 023753 call mouse_load_default_dpi ,blank 
+0x5c9b 023754 rtn 
+:      023756 mouse_ble_init_address:
+0x5c9c 023757 fetch 6 ,mem_le_lap 
+0x5c9d 023758 store 6 ,mem_device1_locall_addr 
+0x5c9e 023759 add pdata ,0x0100 ,pdata 
+0x5c9f 023760 store 6 ,mem_device2_locall_addr 
+0x5ca0 023761 add pdata ,0x0100 ,pdata 
+0x5ca1 023762 store 6 ,mem_device3_locall_addr 
+0x5ca2 023763 rtn 
+:      023767 mouse_store_device_info_delay:
+0x5ca3 023768 fetch 1 ,mem_store_information_delay_timer_init 
+0x5ca4 023769 store 1 ,mem_store_information_delay_timer 
+0x5ca5 023770 rtn 
+:      023772 mouse_store_device_info:
+0x5ca6 023773 bpatch patch11_4 ,mem_patch11 
+0x5ca7 023774 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ca8 023775 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+0x5ca9 023776 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+0x5caa 023777 bbit1 mouse_enable_otp ,mouse_store_otp_device_info 
+0x5cab 023778 rtn 
+:      023780 mouse_store_dpi_info_check:
+0x5cac 023781 bpatch patch11_5 ,mem_patch11 
+0x5cad 023782 fetch mouse_flag_len ,mem_mouse_flag 
+0x5cae 023783 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
+0x5caf 023784 bbit1 mouse_enable_otp ,mouse_store_otp_dpi 
+0x5cb0 023785 rtn 
+:      023789 mouse_store_eeprom_device_info:
+0x5cb1 023790 arg 128 ,temp 
+0x5cb2 023791 arg mem_device_flag ,rega 
+0x5cb3 023792 arg mouse_info_eeprom_offect ,regb 
+0x5cb4 023793 branch iicd_write_protect_eep_data 
+:      023795 mouse_store_eerpom_dpi:
+0x5cb5 023796 arg 1 ,temp 
+0x5cb6 023797 arg mem_mouse_dpi ,rega 
+0x5cb7 023798 arg mouse_dpi_eeprom_offect ,regb 
+0x5cb8 023799 branch iicd_write_protect_eep_data 
+:      023803 mouse_store_flash_device_info:
+0x5cb9 023804 call spid_init_flash 
+0x5cba 023805 call mouse_spid_flash_release_form_powerdown 
+0x5cbb 023806 call mouse_flash_erase_sector 
+0x5cbc 023808 call mouse_information_flash_parameters 
+0x5cbd 023809 call mouse_spid_write_flash 
+0x5cbe 023810 call mouse_spid_flash_powerdown 
+0x5cbf 023811 branch mouse_sensor_spi_init 
+:      023816 mouse_store_otp_device_info:
+0x5cc0 023817 call mouse_write_otp_device_flag 
+0x5cc1 023818 call mouse_write_otp_device_info 
+0x5cc2 023819 branch mouse_write_otp_le_addr_increase_count_info 
+:      023823 mouse_write_otp_device_flag:
+0x5cc3 023824 fetchr regb ,2 ,mem_otp_offset_device_flag 
+0x5cc4 023825 copy regb ,regc 
+:      023826 mouse_write_otp_device_flag_loop:
+0x5cc5 023827 call mouse_read_otp_device_flag_common 
+0x5cc6 023828 fetch 1 ,mem_device_flag_temp 
+0x5cc7 023829 branch mouse_device_flag_store ,blank 
+0x5cc8 023830 store 1 ,mem_device_flag_last 
+0x5cc9 023831 increase 1 ,regc 
+0x5cca 023832 fetch 2 ,mem_otp_offset_device_flag_end 
+0x5ccb 023833 isub regc ,null 
+0x5ccc 023834 nrtn positive 
+0x5ccd 023835 copy regc ,regb 
+0x5cce 023836 branch mouse_write_otp_device_flag_loop 
+:      023838 mouse_device_flag_store:
+0x5ccf 023839 fetch 1 ,mem_device_flag_last 
+0x5cd0 023840 and pdata ,0xf0 ,pdata 
+0x5cd1 023841 branch mouse_device_flag_store_check ,blank 
+0x5cd2 023842 fetch 1 ,mem_device_flag 
+0x5cd3 023843 store 1 ,mem_device_flag_value 
+:      023844 mouse_devoce_flag_store_end:
+0x5cd4 023845 arg 1 ,loopcnt 
+0x5cd5 023846 copy regc ,regb 
+0x5cd6 023847 arg mem_device_flag_value ,rega 
+0x5cd7 023848 branch otp_write 
+:      023850 mouse_device_flag_store_check:
+0x5cd8 023851 fetch 1 ,mem_device_flag_last 
+0x5cd9 023852 fetcht 1 ,mem_device_flag 
+0x5cda 023853 isub temp ,null 
+0x5cdb 023854 rtn zero 
+0x5cdc 023855 lshift4 temp ,temp 
+0x5cdd 023856 iadd temp ,pdata 
+0x5cde 023857 store 1 ,mem_device_flag_value 
+0x5cdf 023859 copy regc ,pdata 
+0x5ce0 023860 fetcht 2 ,mem_otp_offset_device_flag 
+0x5ce1 023861 isub temp ,null 
+0x5ce2 023862 branch mouse_devoce_flag_store_end ,zero 
+0x5ce3 023864 increase -1 ,regc 
+0x5ce4 023865 branch mouse_devoce_flag_store_end 
+:      023869 mouse_write_otp_device_info:
+0x5ce5 023870 fetch 1 ,mem_device_flag 
+0x5ce6 023871 beq mode_24g_device ,mouse_write_otp_24g_addr 
+0x5ce7 023872 beq mode_bt_device1 ,mouse_write_otp_le_device1 
+0x5ce8 023873 beq mode_bt_device2 ,mouse_write_otp_le_device2 
+0x5ce9 023874 rtn 
+:      023876 mouse_write_otp_24g_addr:
+0x5cea 023877 fetchr regb ,2 ,mem_otp_offset_24g_addr 
+0x5ceb 023878 copy regb ,regc 
+:      023879 mouse_otp_store_24g_addr_loop:
+0x5cec 023880 call mouse_read_otp_24g_addr_common 
+0x5ced 023881 fetch 4 ,mem_mouse_24g_addr_temp 
+0x5cee 023882 branch mouse_24g_addr_store ,blank 
+0x5cef 023883 store 4 ,mem_mouse_24g_addr_last 
+0x5cf0 023884 increase 4 ,regc 
+0x5cf1 023885 fetch 2 ,mem_otp_offset_24g_addr_end 
+0x5cf2 023886 isub regc ,null 
+0x5cf3 023887 nrtn positive 
+0x5cf4 023888 copy regc ,regb 
+0x5cf5 023889 branch mouse_otp_store_24g_addr_loop 
+:      023891 mouse_24g_addr_store:
+0x5cf6 023892 fetch 4 ,mem_mouse_24g_addr_last 
+0x5cf7 023893 fetcht 4 ,mem_mouse_24g_addr 
+0x5cf8 023894 isub temp ,null 
+0x5cf9 023895 rtn zero 
+0x5cfa 023896 arg 4 ,loopcnt 
+0x5cfb 023897 arg mem_mouse_24g_addr ,rega 
+0x5cfc 023898 copy regc ,regb 
+0x5cfd 023899 branch otp_write 
+:      023901 mouse_write_otp_le_device1:
+0x5cfe 023902 fetchr regb ,2 ,mem_otp_offset_le_addr1 
+0x5cff 023903 copy regb ,regc 
+:      023904 mouse_otp_store_le_addr1_loop:
+0x5d00 023905 call mouse_read_otp_le_addr1_common 
+0x5d01 023906 fetch 6 ,mem_mouse_le_addr1_temp 
+0x5d02 023907 branch mouse_le_addr1_store ,blank 
+0x5d03 023908 store 6 ,mem_mouse_le_addr1_last 
+0x5d04 023909 increase 6 ,regc 
+0x5d05 023910 fetch 2 ,mem_otp_offset_le_addr1_end 
+0x5d06 023911 isub regc ,null 
+0x5d07 023912 nrtn positive 
+0x5d08 023913 copy regc ,regb 
+0x5d09 023914 branch mouse_otp_store_le_addr1_loop 
+:      023916 mouse_le_addr1_store:
+0x5d0a 023917 fetch 6 ,mem_mouse_le_addr1_last 
+0x5d0b 023918 fetcht 6 ,mem_device1_addr 
+0x5d0c 023919 isub temp ,null 
+0x5d0d 023920 rtn zero 
+0x5d0e 023921 arg 6 ,loopcnt 
+0x5d0f 023922 arg mem_device1_addr ,rega 
+0x5d10 023923 copy regc ,regb 
+0x5d11 023924 branch otp_write 
+:      023927 mouse_write_otp_le_device2:
+0x5d12 023928 fetchr regb ,2 ,mem_otp_offset_le_addr2 
+0x5d13 023929 copy regb ,regc 
+:      023930 mouse_otp_store_le_addr2_loop:
+0x5d14 023931 call mouse_read_otp_le_addr2_common 
+0x5d15 023932 fetch 6 ,mem_mouse_le_addr2_temp 
+0x5d16 023933 branch mouse_le_addr2_store ,blank 
+0x5d17 023934 store 6 ,mem_mouse_le_addr2_last 
+0x5d18 023935 increase 6 ,regc 
+0x5d19 023936 fetch 2 ,mem_otp_offset_le_addr2_end 
+0x5d1a 023937 isub regc ,null 
+0x5d1b 023938 nrtn positive 
+0x5d1c 023939 copy regc ,regb 
+0x5d1d 023940 branch mouse_otp_store_le_addr2_loop 
+:      023942 mouse_le_addr2_store:
+0x5d1e 023943 fetch 6 ,mem_mouse_le_addr2_last 
+0x5d1f 023944 fetcht 6 ,mem_device2_addr 
+0x5d20 023945 isub temp ,null 
+0x5d21 023946 rtn zero 
+0x5d22 023947 arg 6 ,loopcnt 
+0x5d23 023948 arg mem_device2_addr ,rega 
+0x5d24 023949 copy regc ,regb 
+0x5d25 023950 branch otp_write 
+:      023954 mouse_write_otp_le_addr_increase_count_info:
+0x5d26 023955 fetch 1 ,mem_device_flag 
+0x5d27 023956 rtneq mode_24g_device 
+0x5d28 023957 fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
+0x5d29 023958 copy regb ,regc 
+:      023959 mouse_otp_store_le_addr_increase_count_loop:
+0x5d2a 023960 call mouse_read_otp_le_addr_increase_count_common 
+0x5d2b 023961 fetch 2 ,mem_random_addr_increase_count_temp 
+0x5d2c 023962 branch mouse_le_addr_increase_count_store ,blank 
+0x5d2d 023963 store 2 ,mem_random_addr_increase_count_last 
+0x5d2e 023964 increase 2 ,regc 
+0x5d2f 023965 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
+0x5d30 023966 isub regc ,null 
+0x5d31 023967 nrtn positive 
+0x5d32 023968 copy regc ,regb 
+0x5d33 023969 branch mouse_otp_store_le_addr_increase_count_loop 
+:      023971 mouse_le_addr_increase_count_store:
+0x5d34 023972 fetch 2 ,mem_random_addr_increase_count_last 
+0x5d35 023973 fetcht 2 ,mem_random_addr_increase_count 
+0x5d36 023974 isub temp ,null 
+0x5d37 023975 rtn zero 
+0x5d38 023976 arg 2 ,loopcnt 
+0x5d39 023977 arg mem_random_addr_increase_count ,rega 
+0x5d3a 023978 copy regc ,regb 
+0x5d3b 023979 branch otp_write 
+:      023983 mouse_store_otp_dpi:
+0x5d3c 023984 fetch mouse_flag_len ,mem_mouse_flag 
+0x5d3d 023985 rtnbit0 mouse_enable_load_and_store_dpi 
+0x5d3e 023986 fetchr regb ,2 ,mem_otp_offset_dpi 
+0x5d3f 023987 copy regb ,regc 
+:      023988 mouse_otp_store_dpi_loop:
+0x5d40 023989 call mouse_read_otp_dpi_common 
+0x5d41 023990 fetch 1 ,mem_mouse_dpi_temp 
+0x5d42 023991 branch mouse_otp_dpi_store ,blank 
+0x5d43 023992 store 1 ,mem_mouse_dpi_last 
+0x5d44 023993 increase 1 ,regc 
+0x5d45 023994 fetch 2 ,mem_otp_offset_dpi_end 
+0x5d46 023995 isub regc ,null 
+0x5d47 023996 nrtn positive 
+0x5d48 023997 copy regc ,regb 
+0x5d49 023998 branch mouse_otp_store_dpi_loop 
+:      024000 mouse_otp_dpi_store:
+0x5d4a 024001 fetch 1 ,mem_mouse_dpi_last 
+0x5d4b 024002 and pdata ,0xf0 ,pdata 
+0x5d4c 024003 branch mouse_dpi_store_last ,blank 
+0x5d4d 024004 fetch 1 ,mem_mouse_dpi 
+0x5d4e 024005 store 1 ,mem_mouse_otp_dpi_value 
+:      024006 mouse_dpi_store_end:
+0x5d4f 024007 arg 1 ,loopcnt 
+0x5d50 024008 copy regc ,regb 
+0x5d51 024009 arg mem_mouse_otp_dpi_value ,rega 
+0x5d52 024010 branch otp_write 
+:      024012 mouse_dpi_store_last:
+0x5d53 024013 fetch 1 ,mem_mouse_dpi_last 
+0x5d54 024014 fetcht 1 ,mem_mouse_dpi 
+0x5d55 024015 isub temp ,null 
+0x5d56 024016 rtn zero 
+0x5d57 024017 lshift4 temp ,temp 
+0x5d58 024018 iadd temp ,pdata 
+0x5d59 024019 store 1 ,mem_mouse_otp_dpi_value 
+0x5d5a 024021 copy regc ,pdata 
+0x5d5b 024022 fetcht 2 ,mem_otp_offset_dpi 
+0x5d5c 024023 isub temp ,null 
+0x5d5d 024024 branch mouse_dpi_store_end ,zero 
+0x5d5e 024026 increase -1 ,regc 
+0x5d5f 024027 branch mouse_dpi_store_end 
+:      024036 mouse_load_eeprom_info_check:
+0x5d60 024037 call iicd_read_init_pin 
+0x5d61 024038 fetch mouse_flag_len ,mem_mouse_flag 
+0x5d62 024039 isolate1 mouse_enable_2k_eeprom ,pdata 
+0x5d63 024040 ncall clear_eeprom_size_2k ,true 
+0x5d64 024041 call mouse_eeprom_load_recon_info 
+0x5d65 024042 branch mouse_app_initflag_check 
+:      024044 mouse_eeprom_load_recon_info:
+0x5d66 024045 arg 128 ,temp 
+0x5d67 024046 arg mem_device_flag ,rega 
+0x5d68 024047 arg mouse_info_eeprom_offect ,regb 
+0x5d69 024048 branch iicd_read_eep_data 
+:      024050 mouse_load_eeprom_dpi:
+0x5d6a 024051 arg 1 ,temp 
+0x5d6b 024052 arg mem_mouse_dpi ,rega 
+0x5d6c 024053 arg mouse_dpi_eeprom_offect ,regb 
+0x5d6d 024054 branch iicd_read_eep_data 
+:      024058 mouse_load_flash_info_check:
+0x5d6e 024059 call spid_init_flash 
+0x5d6f 024060 call mouse_spid_flash_release_form_powerdown 
+0x5d70 024061 call mouse_information_flash_parameters 
+0x5d71 024062 call spid_read_flash 
+0x5d72 024063 call mouse_spid_flash_powerdown 
+0x5d73 024064 call mouse_app_initflag_check 
+0x5d74 024065 branch mouse_sensor_spi_init 
+:      024067 mouse_information_flash_parameters:
+0x5d75 024068 setarg mem_mouse_information_end 
+0x5d76 024069 arg mem_mouse_information_start ,temp 
+0x5d77 024070 isub temp ,temp 
+0x5d78 024071 fetch 3 ,mem_flash_base 
+0x5d79 024072 arg mem_mouse_information_start ,rega 
+0x5d7a 024073 rtn 
+:      024075 mouse_spid_flash_release_form_powerdown:
+0x5d7b 024076 jam flash_command_release_from_powerdown ,mem_temp 
+:      024077 mouse_spid_write_flash_cmd:
+0x5d7c 024078 call delay_nop100 
+0x5d7d 024079 call spid_unlock_flash 
+0x5d7e 024080 arg mem_write_flash_head_temp ,rega 
+0x5d7f 024081 fetcht 1 ,mem_temp 
+0x5d80 024082 call mouse_spid_write_flash_cmd_common 
+0x5d81 024083 branch delay_nop100 
+:      024085 mouse_spid_flash_powerdown:
+0x5d82 024086 jam flash_command_powerdown ,mem_temp 
+0x5d83 024087 branch mouse_spid_write_flash_cmd 
+:      024089 mouse_spid_write_flash_cmd_common:
+0x5d84 024090 istoret 1 ,rega 
+0x5d85 024091 rshift16 pdata ,temp 
+0x5d86 024092 istoret 1 ,contw 
+0x5d87 024093 rshift8 pdata ,temp 
+0x5d88 024094 istoret 1 ,contw 
+0x5d89 024095 istore 1 ,contw 
+0x5d8a 024096 deposit rega 
+0x5d8b 024097 store 2 ,core_spid_txaddr 
+0x5d8c 024098 setarg 0 
+0x5d8d 024099 store 2 ,core_spid_rxlen 
+0x5d8e 024100 jam spid_start ,core_misc_ctrl 
+0x5d8f 024101 branch wait_spid_done 
+:      024103 mouse_flash_erase_sector:
+0x5d90 024104 fetch 3 ,mem_flash_base 
+0x5d91 024105 store 3 ,mem_spi_write_addr 
+0x5d92 024106 branch spid_flash_erase_sector + 2 
+:      024108 mouse_spid_write_flash:
+0x5d93 024109 copy pdata ,regc 
+0x5d94 024110 copy rega ,pdata 
+0x5d95 024111 increase -4 ,pdata 
+0x5d96 024112 copy pdata ,regb 
+0x5d97 024113 ifetch 4 ,regb 
+0x5d98 024114 store 4 ,mem_write_flash_head_temp 
+0x5d99 024115 copy regc ,pdata 
+0x5d9a 024116 call spid_write_flash 
+0x5d9b 024117 fetch 4 ,mem_write_flash_head_temp 
+0x5d9c 024118 istore 4 ,regb 
+0x5d9d 024119 rtn 
+:      024121 mouse_flash_power_down:
+0x5d9e 024122 fetch mouse_flag_len ,mem_mouse_flag 
+0x5d9f 024123 rtnbit0 mouse_enable_flash 
+0x5da0 024124 call mouse_spid_flash_powerdown 
+0x5da1 024125 call twspi_enable 
+0x5da2 024126 fetcht 1 ,mem_spi_cs_gpio 
+0x5da3 024127 call gpio_out_inactive 
+0x5da4 024128 fetcht 1 ,mem_spi_hold_gpio 
+0x5da5 024129 branch mouse_gpio_config_input_pd 
+:      024133 mouse_load_otp_info_check:
+0x5da6 024134 call mouse_read_otp_dpi 
+0x5da7 024135 call mouse_read_otp_device_flag 
+0x5da8 024136 call mouse_read_otp_device_info 
+0x5da9 024137 call mouse_read_otp_le_addr_increase_count_info 
+:      024138 mouse_otp_load_app_initflag:
+0x5daa 024139 arg 2 ,loopcnt 
+0x5dab 024140 fetch 2 ,mem_otp_offset_app_initflag 
+0x5dac 024141 copy pdata ,regb 
+0x5dad 024142 arg mem_store_flag ,rega 
+0x5dae 024143 call otp_read_data 
+0x5daf 024144 call mouse_app_initflag_check 
+:      024145 mouse_otp_store_app_initflag:
+0x5db0 024146 arg 2 ,loopcnt 
+0x5db1 024147 arg mem_store_flag ,rega 
+0x5db2 024148 fetchr regb ,2 ,mem_otp_offset_app_initflag 
+0x5db3 024149 branch otp_write 
+:      024153 mouse_read_otp_device_flag:
+0x5db4 024154 fetchr regb ,2 ,mem_otp_offset_device_flag 
+0x5db5 024155 copy regb ,regc 
+:      024156 mouse_read_otp_device_flag_loop:
+0x5db6 024157 call mouse_read_otp_device_flag_common 
+0x5db7 024158 fetch 1 ,mem_device_flag_temp 
+0x5db8 024159 branch mouse_device_flag_load ,blank 
+0x5db9 024160 store 1 ,mem_device_flag_last 
+0x5dba 024161 increase 1 ,regc 
+0x5dbb 024162 fetch 2 ,mem_otp_offset_device_flag_end 
+0x5dbc 024163 isub regc ,null 
+0x5dbd 024164 nbranch mouse_device_flag_load ,positive 
+0x5dbe 024165 copy regc ,regb 
+0x5dbf 024166 branch mouse_read_otp_device_flag_loop 
+:      024168 mouse_read_otp_device_flag_common:
+0x5dc0 024169 arg 1 ,loopcnt 
+0x5dc1 024170 arg mem_device_flag_temp ,rega 
+0x5dc2 024171 branch otp_read_data 
+:      024173 mouse_device_flag_load:
+0x5dc3 024174 fetch 1 ,mem_device_flag_last 
+0x5dc4 024175 copy pdata ,temp 
+0x5dc5 024176 and pdata ,0xf0 ,pdata 
+0x5dc6 024177 branch mouse_device_flag_load_last ,blank 
+0x5dc7 024178 rshift4 pdata ,pdata 
+0x5dc8 024179 branch mouse_device_flag_load_end 
+:      024181 mouse_device_flag_load_last:
+0x5dc9 024182 copy temp ,pdata 
+:      024183 mouse_device_flag_load_end:
+0x5dca 024184 store 1 ,mem_device_flag 
+0x5dcb 024185 rtn 
+:      024188 mouse_read_otp_device_info:
+0x5dcc 024189 fetch 1 ,mem_device_flag 
+0x5dcd 024190 beq mode_24g_device ,mouse_read_otp_24g_addr 
+0x5dce 024191 beq mode_bt_device1 ,mouse_read_otp_le_device1 
+0x5dcf 024192 beq mode_bt_device2 ,mouse_read_otp_le_device2 
+0x5dd0 024193 rtn 
+:      024195 mouse_read_otp_le_device1:
+0x5dd1 024196 call mouse_read_otp_le_device1_addr 
+0x5dd2 024197 branch mouse_read_otp_le_device1_locall_addr 
+:      024199 mouse_read_otp_le_device2:
+0x5dd3 024200 call mouse_read_otp_le_device2_addr 
+0x5dd4 024201 branch mouse_read_otp_le_device2_locall_addr 
+:      024204 mouse_read_otp_le_device1_addr:
+0x5dd5 024205 fetchr regb ,2 ,mem_otp_offset_le_addr1 
+0x5dd6 024206 copy regb ,regc 
+:      024207 mouse_read_otp_le_device1_addr_loop:
+0x5dd7 024208 call mouse_read_otp_le_addr1_common 
+0x5dd8 024209 fetch 6 ,mem_mouse_le_addr1_temp 
+0x5dd9 024210 branch mouse_le_addr1_load ,blank 
+0x5dda 024211 store 6 ,mem_mouse_le_addr1_last 
+0x5ddb 024212 increase 6 ,regc 
+0x5ddc 024213 fetch 2 ,mem_otp_offset_le_addr1_end 
+0x5ddd 024214 isub regc ,null 
+0x5dde 024215 nbranch mouse_le_addr1_load ,positive 
+0x5ddf 024216 copy regc ,regb 
+0x5de0 024217 branch mouse_read_otp_le_device1_addr_loop 
+:      024219 mouse_read_otp_le_addr1_common:
+0x5de1 024220 arg 6 ,loopcnt 
+0x5de2 024221 arg mem_mouse_le_addr1_temp ,rega 
+0x5de3 024222 branch otp_read_data 
+:      024224 mouse_le_addr1_load:
+0x5de4 024225 fetch 6 ,mem_mouse_le_addr1_last 
+0x5de5 024226 store 6 ,mem_device1_addr 
+0x5de6 024227 rtn 
+:      024230 mouse_read_otp_le_device1_locall_addr:
+0x5de7 024231 fetchr regb ,2 ,mem_otp_offset_le_locall_addr1 
+0x5de8 024232 copy regb ,regc 
+:      024233 mouse_read_otp_le_device1_locall_addr_loop:
+0x5de9 024234 call mouse_read_otp_le_locall_addr1_common 
+0x5dea 024235 fetch 6 ,mem_mouse_le_locall_addr1_temp 
+0x5deb 024236 branch mouse_le_locall_addr1_load ,blank 
+0x5dec 024237 store 6 ,mem_mouse_le_locall_addr1_last 
+0x5ded 024238 increase 6 ,regc 
+0x5dee 024239 fetch 2 ,mem_otp_offset_le_locall_addr1_end 
+0x5def 024240 isub regc ,null 
+0x5df0 024241 nbranch mouse_le_locall_addr1_load ,positive 
+0x5df1 024242 copy regc ,regb 
+0x5df2 024243 branch mouse_read_otp_le_device1_locall_addr_loop 
+:      024245 mouse_read_otp_le_locall_addr1_common:
+0x5df3 024246 arg 6 ,loopcnt 
+0x5df4 024247 arg mem_mouse_le_locall_addr1_temp ,rega 
+0x5df5 024248 branch otp_read_data 
+:      024250 mouse_le_locall_addr1_load:
+0x5df6 024251 fetch 6 ,mem_mouse_le_locall_addr1_last 
+0x5df7 024252 store 6 ,mem_device1_locall_addr 
+0x5df8 024253 rtn 
+:      024257 mouse_read_otp_le_device2_addr:
+0x5df9 024258 fetchr regb ,2 ,mem_otp_offset_le_addr2 
+0x5dfa 024259 copy regb ,regc 
+:      024260 mouse_read_otp_le_device2_addr_loop:
+0x5dfb 024261 call mouse_read_otp_le_addr2_common 
+0x5dfc 024262 fetch 6 ,mem_mouse_le_addr2_temp 
+0x5dfd 024263 branch mouse_le_addr2_load ,blank 
+0x5dfe 024264 store 6 ,mem_mouse_le_addr2_last 
+0x5dff 024265 increase 6 ,regc 
+0x5e00 024266 fetch 2 ,mem_otp_offset_le_addr2_end 
+0x5e01 024267 isub regc ,null 
+0x5e02 024268 nbranch mouse_le_addr2_load ,positive 
+0x5e03 024269 copy regc ,regb 
+0x5e04 024270 branch mouse_read_otp_le_device2_addr_loop 
+:      024272 mouse_read_otp_le_addr2_common:
+0x5e05 024273 arg 6 ,loopcnt 
+0x5e06 024274 arg mem_mouse_le_addr2_temp ,rega 
+0x5e07 024275 branch otp_read_data 
+:      024277 mouse_le_addr2_load:
+0x5e08 024278 fetch 6 ,mem_mouse_le_addr2_last 
+0x5e09 024279 store 6 ,mem_device2_addr 
+0x5e0a 024280 rtn 
+:      024283 mouse_read_otp_le_device2_locall_addr:
+0x5e0b 024284 fetchr regb ,2 ,mem_otp_offset_le_locall_addr2 
+0x5e0c 024285 copy regb ,regc 
+:      024286 mouse_read_otp_le_device2_locall_addr_loop:
+0x5e0d 024287 call mouse_read_otp_le_locall_addr2_common 
+0x5e0e 024288 fetch 6 ,mem_mouse_le_locall_addr2_temp 
+0x5e0f 024289 branch mouse_le_locall_addr2_load ,blank 
+0x5e10 024290 store 6 ,mem_mouse_le_locall_addr2_last 
+0x5e11 024291 increase 6 ,regc 
+0x5e12 024292 fetch 2 ,mem_otp_offset_le_locall_addr2_end 
+0x5e13 024293 isub regc ,null 
+0x5e14 024294 nbranch mouse_le_locall_addr2_load ,positive 
+0x5e15 024295 copy regc ,regb 
+0x5e16 024296 branch mouse_read_otp_le_device2_locall_addr_loop 
+:      024298 mouse_read_otp_le_locall_addr2_common:
+0x5e17 024299 arg 6 ,loopcnt 
+0x5e18 024300 arg mem_mouse_le_locall_addr2_temp ,rega 
+0x5e19 024301 branch otp_read_data 
+:      024303 mouse_le_locall_addr2_load:
+0x5e1a 024304 fetch 6 ,mem_mouse_le_locall_addr2_last 
+0x5e1b 024305 store 6 ,mem_device2_locall_addr 
+0x5e1c 024306 rtn 
+:      024310 mouse_read_otp_24g_addr:
+0x5e1d 024311 fetchr regb ,2 ,mem_otp_offset_24g_addr 
+0x5e1e 024312 copy regb ,regc 
+:      024313 mouse_read_otp_24g_addr_loop:
+0x5e1f 024314 call mouse_read_otp_24g_addr_common 
+0x5e20 024315 fetch 4 ,mem_mouse_24g_addr_temp 
+0x5e21 024316 branch mouse_24g_addr_load ,blank 
+0x5e22 024317 store 4 ,mem_mouse_24g_addr_last 
+0x5e23 024318 increase 4 ,regc 
+0x5e24 024319 fetch 2 ,mem_otp_offset_24g_addr_end 
+0x5e25 024320 isub regc ,null 
+0x5e26 024321 nbranch mouse_24g_addr_load ,positive 
+0x5e27 024322 copy regc ,regb 
+0x5e28 024323 branch mouse_read_otp_24g_addr_loop 
+:      024325 mouse_read_otp_24g_addr_common:
+0x5e29 024326 arg 4 ,loopcnt 
+0x5e2a 024327 arg mem_mouse_24g_addr_temp ,rega 
+0x5e2b 024328 branch otp_read_data 
+:      024330 mouse_24g_addr_load:
+0x5e2c 024331 fetch 4 ,mem_mouse_24g_addr_last 
+0x5e2d 024332 store 4 ,mem_mouse_24g_addr 
+0x5e2e 024333 rtn 
+:      024336 mouse_read_otp_le_addr_increase_count_info:
+0x5e2f 024337 fetch 1 ,mem_device_flag 
+0x5e30 024338 rtneq mode_24g_device 
+0x5e31 024339 fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
+0x5e32 024340 copy regb ,regc 
+:      024341 mouse_read_otp_le_addr_increase_count_loop:
+0x5e33 024342 call mouse_read_otp_le_addr_increase_count_common 
+0x5e34 024343 fetch 2 ,mem_random_addr_increase_count_temp 
+0x5e35 024344 branch mouse_le_addr_increase_count_load ,blank 
+0x5e36 024345 store 2 ,mem_random_addr_increase_count_last 
+0x5e37 024346 increase 2 ,regc 
+0x5e38 024347 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
+0x5e39 024348 isub regc ,null 
+0x5e3a 024349 nbranch mouse_le_addr_increase_count_load ,positive 
+0x5e3b 024350 copy regc ,regb 
+0x5e3c 024351 branch mouse_read_otp_le_addr_increase_count_loop 
+:      024353 mouse_read_otp_le_addr_increase_count_common:
+0x5e3d 024354 arg 2 ,loopcnt 
+0x5e3e 024355 arg mem_random_addr_increase_count_temp ,rega 
+0x5e3f 024356 branch otp_read_data 
+:      024358 mouse_le_addr_increase_count_load:
+0x5e40 024359 fetch 2 ,mem_random_addr_increase_count_temp 
+0x5e41 024360 store 2 ,mem_random_addr_increase_count 
+0x5e42 024361 rtn 
+:      024364 mouse_read_otp_dpi:
+0x5e43 024365 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e44 024366 bbit0 mouse_enable_load_and_store_dpi ,mouse_load_default_dpi 
+0x5e45 024367 fetchr regb ,2 ,mem_otp_offset_dpi 
+0x5e46 024368 copy regb ,regc 
+:      024369 mouse_read_otp_dpi_loop:
+0x5e47 024370 call mouse_read_otp_dpi_common 
+0x5e48 024371 fetch 1 ,mem_mouse_dpi_temp 
+0x5e49 024372 branch mouse_dpi_load ,blank 
+0x5e4a 024373 store 1 ,mem_mouse_dpi_last 
+0x5e4b 024374 increase 1 ,regc 
+0x5e4c 024375 fetch 2 ,mem_otp_offset_dpi_end 
+0x5e4d 024376 isub regc ,null 
+0x5e4e 024377 nbranch mouse_dpi_load ,positive 
+0x5e4f 024378 copy regc ,regb 
+0x5e50 024379 branch mouse_read_otp_dpi_loop 
+:      024381 mouse_read_otp_dpi_common:
+0x5e51 024382 arg 1 ,loopcnt 
+0x5e52 024383 arg mem_mouse_dpi_temp ,rega 
+0x5e53 024384 branch otp_read_data 
+:      024386 mouse_dpi_load:
+0x5e54 024387 fetch 1 ,mem_mouse_dpi_last 
+0x5e55 024388 copy pdata ,temp 
+0x5e56 024389 and pdata ,0xf0 ,pdata 
+0x5e57 024390 branch mouse_dpi_load_last ,blank 
+0x5e58 024391 rshift4 pdata ,pdata 
+0x5e59 024392 branch mouse_dpi_load_end 
+:      024394 mouse_dpi_load_last:
+0x5e5a 024395 copy temp ,pdata 
+:      024396 mouse_dpi_load_end:
+0x5e5b 024397 store 1 ,mem_mouse_dpi 
+0x5e5c 024398 rtn 
+:      024403 mouse_idle:
+0x5e5d 024404 bpatch patch11_6 ,mem_patch11 
+0x5e5e 024405 call mouse_low_voltage_led_no_enter_lpm 
+0x5e5f 024406 call ui_check_paring_button 
+0x5e60 024407 call mouse_dpi_check 
+0x5e61 024408 call mouse_dpi_another_gpio_check 
+0x5e62 024409 call mouse_select_device_check 
+0x5e63 024410 call mouse_check_select_device_by_switch 
+0x5e64 024411 call mouse_bt_button_check 
+0x5e65 024412 branch mouse_wheel_check 
+:      024414 mouse_select_device_check:
+0x5e66 024415 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e67 024416 bbit1 mouse_enable_select_device_by_pb_button ,mouse_select_device_by_pb_button 
+0x5e68 024417 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_select_device_by_pb_button 
+0x5e69 024418 rtn 
+:      024420 mouse_select_device_by_pb_button_check_once:
+0x5e6a 024421 jam 0x03 ,mem_mouse_pbkey_press_status 
+:      024422 mouse_select_device_by_pb_button:
+0x5e6b 024423 call mouse_select_device_by_pb_button_check 
+0x5e6c 024424 branch mouse_select_device_by_pb_button_exit 
+:      024426 mouse_select_device_by_pb_button_check:
+0x5e6d 024427 bpatch patch11_7 ,mem_patch11 
+0x5e6e 024428 fetch 1 ,mem_config_select_device_button_gpio 
+0x5e6f 024429 rtneq gpio_disable 
+0x5e70 024430 arg 0 ,rega 
+0x5e71 024431 jam mouse_pb_key ,mem_mouse_key_temp 
+0x5e72 024432 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5e73 024433 call mouse_pb_button_check 
+0x5e74 024434 store 1 ,mem_mouse_pbkey_press_status 
+0x5e75 024435 fetch 1 ,mem_matrix_public_gpio 
+0x5e76 024436 beq gpio_disable ,mouse_3io6key_pb_button_check_end 
+0x5e77 024437 branch mouse_matrix_public_gpio_reset 
+:      024439 mouse_retransmit_select_device_by_pb_button:
+0x5e78 024440 call mouse_select_device_by_pb_button_check 
+0x5e79 024441 copy rega ,pdata 
+0x5e7a 024442 bbit1 mouse_pb_key ,mouse_select_device_button_down + 2 
+0x5e7b 024443 branch mouse_select_device_button_up 
+:      024445 mouse_3io6key_pb_button_check_end:
+0x5e7c 024446 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5e7d 024447 call mouse_gpio_config_input_pu 
+:      024448 mouse_select_device_by_pb_button_exit:
+0x5e7e 024449 copy rega ,pdata 
+0x5e7f 024450 bbit1 mouse_pb_key ,mouse_select_device_button_down 
+0x5e80 024451 branch mouse_select_device_button_up 
+:      024453 mouse_pb_button_check:
+0x5e81 024454 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e82 024455 bbit1 mouse_enable_pb_button_connect_gnd ,mouse_pb_button_connect_gnd 
+0x5e83 024456 fetch 1 ,mem_mouse_pbkey_press_status 
+0x5e84 024457 copy pdata ,regc 
+0x5e85 024458 fetch 1 ,mem_matrix_public_gpio 
+0x5e86 024459 beq gpio_disable ,mouse_3io6key_check 
+0x5e87 024460 fetch 1 ,mem_mouse_ghost_flag 
+0x5e88 024461 nbranch mouse_select_device_by_pb_button_end ,blank 
+0x5e89 024462 branch mouse_pb_button_connect_matrix 
+:      024464 mouse_select_device_by_pb_button_end:
+0x5e8a 024465 jam pb_button_state_up ,mem_select_device_button_statue 
+0x5e8b 024466 jam 0 ,mem_mouse_pbkey_press_status 
+0x5e8c 024467 rtn 
+:      024469 mouse_pb_button_connect_gnd:
+0x5e8d 024470 fetch 1 ,mem_mouse_pbkey_press_status 
+0x5e8e 024471 branch mouse_check_key_connect_gnd 
+:      024473 mouse_pb_button_connect_matrix:
+0x5e8f 024474 call gpio_get_bit 
+0x5e90 024475 fetcht 1 ,mem_matrix_public_gpio 
+0x5e91 024476 branch mouse_pb_button_connect_gnd ,true 
+0x5e92 024477 fetcht 1 ,mem_matrix_public_gpio 
+0x5e93 024478 call gpio_out_active 
+0x5e94 024479 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5e95 024480 fetch 1 ,mem_mouse_pbkey_press_status 
+0x5e96 024481 branch mouse_check_key_connect_gnd 
+:      024483 mouse_select_device_button_up:
+0x5e97 024484 fetch 1 ,mem_select_device_button_statue 
+0x5e98 024485 rtneq pb_button_state_up 
+0x5e99 024486 jam pb_button_state_up ,mem_select_device_button_statue 
+0x5e9a 024487 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e9b 024488 rtnbit1 mouse_enable_pb_button_short_press_enter_discovery 
+0x5e9c 024489 fetch 1 ,mem_bt_discovery_count 
+0x5e9d 024490 sub pdata ,20 ,null 
+0x5e9e 024491 ncall mouse_ready_reconnection_by_button ,positive 
+0x5e9f 024492 fetch 1 ,mem_ui_button_timeout 
+0x5ea0 024493 store 1 ,mem_bt_discovery_count 
+0x5ea1 024494 rtn 
+:      024496 mouse_select_device_button_down:
+0x5ea2 024497 call mouse_select_device_ghost_check 
+0x5ea3 024498 rtn user 
+0x5ea4 024499 fetch 1 ,mem_select_device_button_statue 
+0x5ea5 024500 rtneq pb_button_state_down 
+0x5ea6 024501 jam pb_button_state_down ,mem_select_device_button_statue 
+0x5ea7 024502 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ea8 024503 bbit1 mouse_enable_pb_button_short_press_enter_discovery ,mouse_long_button_bt_discovery 
+0x5ea9 024504 fetch 1 ,mem_mouse_direct_timer 
+0x5eaa 024505 rtn blank 
+0x5eab 024506 fetch 1 ,mem_mouse_direct_timeout 
+0x5eac 024507 store 1 ,mem_mouse_direct_timer 
+0x5ead 024508 rtn 
+:      024510 mouse_select_device_ghost_check:
+0x5eae 024511 disable user 
+0x5eaf 024512 fetch mouse_flag_len ,mem_mouse_flag 
+0x5eb0 024513 rtnbit1 mouse_enable_pb_button_connect_gnd 
+:      024514 mouse_ghost_key_value_check:
+0x5eb1 024515 fetch 1 ,mem_mouse_lkey_press_status 
+0x5eb2 024516 rtn blank 
+0x5eb3 024517 fetch 1 ,mem_mouse_rkey_press_status 
+0x5eb4 024518 rtn blank 
+0x5eb5 024519 branch enable_user 
+:      024521 mouse_check_select_device_by_switch:
+0x5eb6 024522 bpatch patch12_0 ,mem_patch12 
+0x5eb7 024523 fetch mouse_flag_len ,mem_mouse_flag 
+0x5eb8 024524 rtnbit0 mouse_enable_select_device_by_switch_gpio 
+:      024525 mouse_switch_gpio_connect_gnd:
+0x5eb9 024526 fetcht 1 ,mem_device_switch_gpio 
+0x5eba 024527 call mouse_gpio_config_input_pu 
+0x5ebb 024528 fetcht 1 ,mem_device_switch_gpio 
+0x5ebc 024529 call gpio_get_bit 
+0x5ebd 024530 branch mouse_check_select_24g_device ,true 
+:      024531 mouse_select_btdevice:
+0x5ebe 024532 fetch 1 ,mem_device_flag 
+0x5ebf 024533 rtneq mode_bt_device1 
+0x5ec0 024534 jam mode_bt_device1 ,mem_device_flag 
+0x5ec1 024535 branch mouse_stop_bluetooth_mode 
+:      024537 mouse_check_select_24g_device:
+0x5ec2 024538 fetch 1 ,mem_device_flag 
+0x5ec3 024539 rtneq mode_24g_device 
+0x5ec4 024540 jam mode_24g_device ,mem_device_flag 
+0x5ec5 024541 branch mouse_24g_stop 
+:      024543 mouse_ready_reconnection_by_button:
+0x5ec6 024544 bpatch patch12_1 ,mem_patch12 
+0x5ec7 024545 fetch 1 ,mem_device_number 
+0x5ec8 024546 rtneq 1 
+0x5ec9 024547 call mouse_select_device_number 
+0x5eca 024548 storet 1 ,mem_device_flag 
+:      024549 mouse_store_device_number_before_reset:
+0x5ecb 024551 call mouse_select_device_enable 
+0x5ecc 024552 call mouse_stop_bluetooth_mode 
+0x5ecd 024553 call app_evt_button_long_pressed 
+0x5ece 024554 call mouse_select_device_disable 
+0x5ecf 024555 jam 1 ,mem_mouse_need_soft_reset 
+0x5ed0 024556 branch mouse_store_device_info_delay 
+:      024558 mouse_soft_reset:
+0x5ed1 024559 call mouse_select_device_enable 
+0x5ed2 024560 branch soft_reset_chip 
+:      024562 mouse_select_device_number:
+0x5ed3 024563 fetcht 1 ,mem_device_flag 
+0x5ed4 024564 increase 1 ,temp 
+0x5ed5 024565 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ed6 024566 bbit1 mouse_enable_24g ,mouse_select_device_number_24g 
+0x5ed7 024567 sub temp ,2 ,null 
+0x5ed8 024568 ncall mouse_select_device_count_clean_bt ,positive 
+0x5ed9 024569 rtn 
+:      024571 mouse_select_device_number_24g:
+0x5eda 024572 fetch 1 ,mem_device_number 
+0x5edb 024573 increase -1 ,pdata 
+0x5edc 024574 isub temp ,null 
+0x5edd 024575 ncall mouse_select_device_count_clean_24g ,positive 
+0x5ede 024576 rtn 
+:      024578 mouse_select_device_count_clean_24g:
+0x5edf 024579 arg 0 ,temp 
+0x5ee0 024580 rtn 
+:      024581 mouse_select_device_count_clean_bt:
+0x5ee1 024582 arg 1 ,temp 
+0x5ee2 024583 rtn 
+:      024585 mouse_store_device_number2eeprom:
+0x5ee3 024586 arg 1 ,temp 
+0x5ee4 024587 arg mem_device_flag ,rega 
+0x5ee5 024588 arg 0 ,regb 
+0x5ee6 024589 branch iicd_write_protect_eep_data 
+:      024591 mouse_bt_button_check:
+0x5ee7 024592 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ee8 024593 rtnbit0 mouse_enable_pb_button_short_press_enter_discovery 
+0x5ee9 024594 branch mouse_select_device_by_pb_button 
+:      024596 mouse_select_device_enable:
+0x5eea 024597 arg mouse_select_device_flag ,queue 
+0x5eeb 024598 branch mouse_enable_function_flag 
+:      024599 mouse_select_device_disable:
+0x5eec 024600 arg mouse_select_device_flag ,queue 
+0x5eed 024601 branch mouse_disable_function_flag 
+:      024602 mouse_bt_cannel_reconn_enable:
+0x5eee 024603 arg mouse_bt_cannel_reconn_flag ,queue 
+0x5eef 024604 branch mouse_enable_function_flag 
+:      024605 mouse_bt_cannel_reconn_disable:
+0x5ef0 024606 arg mouse_bt_cannel_reconn_flag ,queue 
+0x5ef1 024607 branch mouse_disable_function_flag 
+:      024608 mouse_bt_discovery_button_down_enable:
+0x5ef2 024609 arg mouse_bt_discovery_button_down_flag ,queue 
+0x5ef3 024610 branch mouse_enable_function_flag 
+:      024611 mouse_bt_discovery_button_down_disable:
+0x5ef4 024612 arg mouse_bt_discovery_button_down_flag ,queue 
+0x5ef5 024613 branch mouse_disable_function_flag 
+:      024615 mouse_adc_read_enable:
+0x5ef6 024616 arg mouse_enable_adc ,queue 
+0x5ef7 024617 branch mouse_enable_function_flag 
+:      024619 mouse_24g_set_250hz:
+0x5ef8 024620 arg mouse_enable_24g_250hz ,queue 
+0x5ef9 024621 branch mouse_enable_function_flag 
+:      024623 mouse_24g_search_dongle_enable:
+0x5efa 024624 arg mouse_enable_24g_search_dongle ,queue 
+0x5efb 024625 branch mouse_enable_function_flag 
+:      024627 mouse_16m_enable:
+0x5efc 024628 arg mouse_enable_16m ,queue 
+0x5efd 024629 branch mouse_enable_function_flag 
+:      024631 mouse_dpi_4level_enable:
+0x5efe 024632 arg mouse_enable_dpi_level_4 ,queue 
+0x5eff 024633 branch mouse_enable_function_flag 
+:      024635 mouse_enable_function_flag:
+0x5f00 024636 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f01 024637 qset1 pdata 
+0x5f02 024638 store mouse_flag_len ,mem_mouse_flag 
+0x5f03 024639 rtn 
+:      024641 mouse_disable_function_flag:
+0x5f04 024642 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f05 024643 qset0 pdata 
+0x5f06 024644 store mouse_flag_len ,mem_mouse_flag 
+0x5f07 024645 rtn 
+:      024647 mouse_customer_key_enable:
+0x5f08 024648 setarg 0 
+0x5f09 024649 store 8 ,mem_customer_key_press 
+0x5f0a 024650 store 8 ,mem_customer_key_release 
+0x5f0b 024651 fetch 1 ,mem_mouse_customer_function 
+0x5f0c 024652 beq 2 ,mouse_customer_key_ctrl_alt_a 
+0x5f0d 024653 beq 3 ,mouse_customer_ac_home 
+0x5f0e 024654 beq 4 ,mouse_customer_key_play 
+0x5f0f 024655 setarg 0x070008 
+:      024656 mouse_customer_standrad_key_set:
+0x5f10 024657 store 8 ,mem_customer_key_press + 1 
+0x5f11 024658 rtn 
+:      024660 mouse_customer_key_ctrl_alt_a:
+0x5f12 024661 setarg 0x040005 
+0x5f13 024662 branch mouse_customer_standrad_key_set 
+:      024664 mouse_customer_ac_home:
+0x5f14 024665 setarg 0x022303 
+:      024666 mouse_customer_media_key_set:
+0x5f15 024667 store 8 ,mem_customer_key_press 
+0x5f16 024668 setarg 0x03 
+0x5f17 024669 store 8 ,mem_customer_key_release 
+0x5f18 024670 rtn 
+:      024672 mouse_customer_key_play:
+0x5f19 024673 setarg 0x00cd03 
+0x5f1a 024674 branch mouse_customer_media_key_set 
+:      024677 mouse_polling_device:
+0x5f1b 024678 bpatch patch12_2 ,mem_patch12 
+0x5f1c 024679 fetch 1 ,mem_reconn_times 
+0x5f1d 024680 increase -1 ,pdata 
+0x5f1e 024681 store 1 ,mem_reconn_times 
+0x5f1f 024682 fetcht 1 ,mem_device_flag 
+0x5f20 024683 sub temp ,1 ,null 
+0x5f21 024684 ncall mouse_select_device_number ,zero 
+0x5f22 024685 storet 1 ,mem_device_flag 
+0x5f23 024686 call mouse_store_device_number2eeprom 
+0x5f24 024687 call mouse_before_store_reconn_info 
+0x5f25 024688 branch mouse_start_reconnect_device 
+:      024692 mouse_drawing_optima:
+0x5f26 024693 bpatch patch12_3 ,mem_patch12 
+0x5f27 024694 fetch 1 ,mem_config_sensor_type 
+0x5f28 024695 rtneq p3212 
+0x5f29 024696 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f2a 024697 rtnbit0 mouse_enable_smoother 
+0x5f2b 024698 fetch 4 ,mem_mouse_x 
+0x5f2c 024699 rtn blank 
+0x5f2d 024700 call mouse_data_abs_check 
+0x5f2e 024701 setarg 0x03 
+0x5f2f 024702 call mouse_pdata_greater_than_check 
+0x5f30 024703 call mouse_disable_asm ,blank 
+0x5f31 024704 ncall mouse_enable_asm ,blank 
+0x5f32 024705 setarg 0x02 
+0x5f33 024706 call mouse_data_less_than_check 
+0x5f34 024707 call mouse_disable_asm ,blank 
+0x5f35 024708 fetch 1 ,mem_mouse_asm_flag 
+0x5f36 024709 beq 1 ,mouse_drawing_optima_modify 
+:      024710 mouse_drawing_optima_init:
+0x5f37 024711 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f38 024712 rtnbit0 mouse_enable_smoother 
+0x5f39 024713 arg 5 ,loopcnt 
+0x5f3a 024714 arg mem_mouse_asm_flag ,contw 
+0x5f3b 024715 branch clear_mem 
+:      024717 mouse_drawing_optima_modify:
+0x5f3c 024718 call mouse_drawing_optima_xy_offset_modify 
+0x5f3d 024719 fetch 2 ,mem_mouse_x_pre 
+0x5f3e 024720 store 2 ,mem_data_pre 
+0x5f3f 024721 fetch 2 ,mem_mouse_x 
+0x5f40 024722 store 2 ,mem_data_current 
+0x5f41 024723 call mouse_drawing_optima_data_x 
+0x5f42 024724 fetch 2 ,mem_data_pre 
+0x5f43 024725 store 2 ,mem_mouse_x_pre 
+0x5f44 024726 fetch 2 ,mem_data_current 
+0x5f45 024727 store 2 ,mem_mouse_x 
+0x5f46 024729 fetch 2 ,mem_mouse_y_pre 
+0x5f47 024730 store 2 ,mem_data_pre 
+0x5f48 024731 fetch 2 ,mem_mouse_y 
+0x5f49 024732 store 2 ,mem_data_current 
+0x5f4a 024733 call mouse_drawing_optima_data_y 
+0x5f4b 024734 fetch 2 ,mem_data_pre 
+0x5f4c 024735 store 2 ,mem_mouse_y_pre 
+0x5f4d 024736 fetch 2 ,mem_data_current 
+0x5f4e 024737 store 2 ,mem_mouse_y 
+0x5f4f 024738 rtn 
+:      024740 mouse_drawing_optima_xy_offset_modify:
+0x5f50 024741 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f51 024742 rtnbit0 mouse_enable_xy_offset 
+0x5f52 024743 bpatch patch12_4 ,mem_patch12 
+0x5f53 024744 fetch 2 ,mem_mouse_x_pre 
+0x5f54 024745 store 2 ,mem_data_value 
+0x5f55 024746 call mouse_pre_xy_data_judge 
+0x5f56 024747 store 2 ,mem_mouse_x_pre 
+0x5f57 024748 fetch 2 ,mem_mouse_x 
+0x5f58 024749 store 2 ,mem_data_value 
+0x5f59 024750 call mouse_current_xy_data_judge 
+0x5f5a 024751 store 2 ,mem_mouse_x 
+0x5f5b 024752 fetch 2 ,mem_mouse_y_pre 
+0x5f5c 024753 store 2 ,mem_data_value 
+0x5f5d 024754 call mouse_pre_xy_data_judge 
+0x5f5e 024755 store 2 ,mem_mouse_y_pre 
+0x5f5f 024756 fetch 2 ,mem_mouse_y 
+0x5f60 024757 store 2 ,mem_data_value 
+0x5f61 024758 call mouse_current_xy_data_judge 
+0x5f62 024759 store 2 ,mem_mouse_y 
+0x5f63 024760 rtn 
+:      024762 mouse_pre_xy_data_judge:
+0x5f64 024763 fetch 1 ,mem_data_value + 1 
+0x5f65 024764 branch mouse_pre_xy_pdata_offset ,blank 
+0x5f66 024765 branch mouse_pre_xy_ndata_offset 
+:      024767 mouse_pre_xy_pdata_offset:
+0x5f67 024768 fetch 1 ,mem_data_value 
+0x5f68 024769 call mouse_pre_xy_get_0_4_times 
+0x5f69 024770 store 1 ,mem_data_value 
+:      024771 mouse_xy_data_offset_new:
+0x5f6a 024772 fetch 2 ,mem_data_value 
+0x5f6b 024773 rtn 
+:      024774 mouse_pre_xy_ndata_offset:
+0x5f6c 024775 fetch 1 ,mem_data_value 
+0x5f6d 024776 call mouse_pdata_invert 
+0x5f6e 024777 call mouse_pre_xy_get_0_4_times 
+0x5f6f 024778 call disable_blank ,blank 
+0x5f70 024779 call mouse_pdata_get_new_value 
+0x5f71 024780 branch mouse_xy_data_offset_new 
+:      024782 mouse_current_xy_data_judge:
+0x5f72 024783 fetch 1 ,mem_data_value + 1 
+0x5f73 024784 branch mouse_current_xy_pdata_offset ,blank 
+0x5f74 024785 branch mouse_current_xy_ndata_offset 
+:      024786 mouse_current_xy_pdata_offset:
+0x5f75 024787 fetch 1 ,mem_data_value 
+0x5f76 024788 call mouse_current_xy_get_0_6_times 
+0x5f77 024789 store 1 ,mem_data_value 
+0x5f78 024790 branch mouse_xy_data_offset_new 
+:      024791 mouse_current_xy_ndata_offset:
+0x5f79 024792 fetch 1 ,mem_data_value 
+0x5f7a 024793 call mouse_pdata_invert 
+0x5f7b 024794 call mouse_current_xy_get_0_6_times 
+0x5f7c 024795 call disable_blank ,blank 
+0x5f7d 024796 call mouse_pdata_get_new_value 
+0x5f7e 024797 branch mouse_xy_data_offset_new 
+:      024799 mouse_pre_xy_get_0_4_times:
+0x5f7f 024800 mul32 pdata ,4 ,pdata 
+0x5f80 024801 div pdata ,5 
+0x5f81 024802 call wait_div_end 
+0x5f82 024803 quotient pdata 
+0x5f83 024804 rtn 
+:      024805 mouse_current_xy_get_0_6_times:
+0x5f84 024806 mul32 pdata ,12 ,pdata 
+0x5f85 024807 div pdata ,10 
+0x5f86 024808 call wait_div_end 
+0x5f87 024809 quotient pdata 
+0x5f88 024810 rtn 
+:      024812 mouse_drawing_optima_data_x:
+0x5f89 024813 fetch 2 ,mem_data_pre 
+0x5f8a 024814 fetcht 2 ,mem_data_current 
+0x5f8b 024815 iadd temp ,pdata 
+0x5f8c 024816 fetcht 1 ,mem_mouse_data_xtemp 
+0x5f8d 024817 iadd temp ,pdata 
+0x5f8e 024818 and pdata ,0x01 ,temp 
+0x5f8f 024819 storet 1 ,mem_mouse_data_xtemp 
+0x5f90 024820 branch mouse_drawing_optima_data 
+:      024822 mouse_drawing_optima_data_y:
+0x5f91 024823 fetch 2 ,mem_data_pre 
+0x5f92 024824 fetcht 2 ,mem_data_current 
+0x5f93 024825 iadd temp ,pdata 
+0x5f94 024826 fetcht 1 ,mem_mouse_data_ytemp 
+0x5f95 024827 iadd temp ,pdata 
+0x5f96 024828 and pdata ,0x01 ,temp 
+0x5f97 024829 storet 1 ,mem_mouse_data_ytemp 
+0x5f98 024830 branch mouse_drawing_optima_data 
+:      024832 mouse_drawing_optima_data:
+0x5f99 024833 store 3 ,mem_data_sum 
+0x5f9a 024834 isolate1 16 ,pdata 
+0x5f9b 024835 branch mouse_data_sum_overflow ,true 
+0x5f9c 024836 fetch 1 ,mem_data_sum + 1 
+0x5f9d 024837 beq 0xff ,mouse_data_sum_n 
+0x5f9e 024838 fetch 1 ,mem_data_sum 
+:      024839 mouse_data_store_pre:
+0x5f9f 024840 rshift pdata ,pdata 
+0x5fa0 024841 store 2 ,mem_data_pre 
+0x5fa1 024842 store 2 ,mem_data_current 
+0x5fa2 024843 rtn 
+:      024844 mouse_data_sum_overflow:
+0x5fa3 024845 fetch 1 ,mem_data_sum + 1 
+0x5fa4 024846 beq 0 ,mouse_data_sum_overflow_p 
+0x5fa5 024847 fetch 3 ,mem_data_sum 
+0x5fa6 024848 branch mouse_data_store_pre 
+:      024849 mouse_data_sum_overflow_p:
+0x5fa7 024850 jam 0 ,mem_data_sum + 2 
+0x5fa8 024851 fetch 1 ,mem_data_sum 
+0x5fa9 024852 branch mouse_data_store_pre 
+:      024854 mouse_data_sum_n:
+0x5faa 024855 fetch 1 ,mem_data_sum 
+0x5fab 024856 call mouse_pdata_get_half 
+0x5fac 024857 store 1 ,mem_data_pre 
+0x5fad 024858 store 1 ,mem_data_current 
+0x5fae 024859 branch mouse_data_zero ,blank 
+0x5faf 024860 setarg 0xff 
+:      024861 mouse_data_set_direction:
+0x5fb0 024862 store 1 ,mem_data_pre + 1 
+0x5fb1 024863 store 1 ,mem_data_current + 1 
+0x5fb2 024864 rtn 
+:      024865 mouse_data_zero:
+0x5fb3 024866 setarg 0 
+0x5fb4 024867 branch mouse_data_set_direction 
+:      024869 mouse_pdata_get_half:
+0x5fb5 024870 call mouse_pdata_invert 
+0x5fb6 024871 rshift pdata ,pdata 
+:      024872 mouse_pdata_get_new_value:
+0x5fb7 024873 call mouse_rega_in_out 
+0x5fb8 024874 sub pdata ,0 ,pdata 
+0x5fb9 024875 store 1 ,mem_data_value 
+0x5fba 024876 rtn 
+:      024878 mouse_pdata_invert:
+0x5fbb 024879 sub pdata ,0 ,pdata 
+:      024880 mouse_rega_in_out:
+0x5fbc 024881 store 1 ,mem_rega 
+0x5fbd 024882 fetch 1 ,mem_rega 
+0x5fbe 024883 rtn 
+:      024885 mouse_disable_asm:
+0x5fbf 024886 jam 0 ,mem_mouse_asm_flag 
+0x5fc0 024887 rtn 
+:      024888 mouse_enable_asm:
+0x5fc1 024889 jam 1 ,mem_mouse_asm_flag 
+0x5fc2 024890 rtn 
+:      024893 mouse_pdata_greater_than_check:
+0x5fc3 024894 isub rega ,null 
+0x5fc4 024895 nbranch disable_blank ,positive 
+0x5fc5 024896 isub regb ,null 
+0x5fc6 024897 nbranch disable_blank ,positive 
+0x5fc7 024898 branch enable_blank 
+:      024899 mouse_data_less_than_check:
+0x5fc8 024900 isub rega ,null 
+0x5fc9 024901 nrtn positive 
+0x5fca 024902 isub regb ,null 
+0x5fcb 024903 nrtn positive 
+0x5fcc 024904 branch enable_blank 
+:      024906 mouse_data_abs_check:
+0x5fcd 024907 fetch 2 ,mem_mouse_x 
+0x5fce 024908 call mouse_data_abs 
+0x5fcf 024909 copy pdata ,rega 
+0x5fd0 024910 fetch 2 ,mem_mouse_y 
+0x5fd1 024911 call mouse_data_abs 
+0x5fd2 024912 copy pdata ,regb 
+0x5fd3 024913 rtn 
+:      024915 mouse_data_abs:
+0x5fd4 024916 store 2 ,mem_data_current 
+0x5fd5 024917 fetch 1 ,mem_data_current + 1 
+0x5fd6 024918 beq 0xff ,mouse_data_reversal 
+0x5fd7 024919 fetch 1 ,mem_data_current 
+:      024920 mouse_data_abs_store:
+0x5fd8 024921 and_into 0xff ,pdata 
+0x5fd9 024923 rtn 
+:      024924 mouse_data_reversal:
+0x5fda 024925 fetch 2 ,mem_data_current 
+0x5fdb 024926 sub pdata ,0 ,pdata 
+0x5fdc 024927 branch mouse_data_abs_store 
+:      024929 mouse_24g_long_sleep_param_update_timer:
+0x5fdd 024930 arg mem_24g_long_sleep_param_update_timer ,regc 
+0x5fde 024931 arg mouse_24g_long_sleep_normal_param ,regb 
+0x5fdf 024932 branch timer_single_step 
+:      024933 mouse_24g_long_sleep_normal_param:
+0x5fe0 024934 fetch 4 ,mem_24g_long_sleep_set1 
+0x5fe1 024935 store 4 ,mem_24g_enter_hibernate 
+0x5fe2 024936 jam 1 ,mem_mouse_long_mult_flag 
+0x5fe3 024937 rtn 
+:      024940 mouse_24g_long_sleep_set:
+0x5fe4 024941 fetch 1 ,mem_24g_long_sleep_set_level 
+0x5fe5 024942 beq 0x00 ,mouse_24g_long_sleep_set_30ms 
+0x5fe6 024943 beq 0x01 ,mouse_24g_long_sleep_set_50ms 
+0x5fe7 024944 beq 0x02 ,mouse_24g_long_sleep_set_80ms 
+0x5fe8 024945 beq 0x03 ,mouse_24g_long_sleep_set_100ms 
+:      024946 mouse_24g_long_sleep_set_80ms:
+0x5fe9 024947 setarg 0x0ea600 
+:      024948 mouse_24g_long_sleep_set_end:
+0x5fea 024949 store 4 ,mem_24g_long_sleep_set1 
+0x5feb 024950 rtn 
+:      024951 mouse_24g_long_sleep_set_30ms:
+0x5fec 024952 setarg 0x05e740 
+0x5fed 024953 branch mouse_24g_long_sleep_set_end 
+:      024954 mouse_24g_long_sleep_set_50ms:
+0x5fee 024955 setarg 0x0927c0 
+0x5fef 024956 branch mouse_24g_long_sleep_set_end 
+:      024957 mouse_24g_long_sleep_set_100ms:
+0x5ff0 024958 setarg 0x124f80 
+0x5ff1 024959 branch mouse_24g_long_sleep_set_end 
+:      024961 mouse_24g_hibernate_set:
+0x5ff2 024962 bpatch patch12_5 ,mem_patch12 
+0x5ff3 024963 jam 0 ,mem_24g_attempt_fail_flag 
+0x5ff4 024964 call g24_transmit_next_packet 
+0x5ff5 024965 setarg -1 
+0x5ff6 024966 store 4 ,mem_24g_enter_hibernate 
+0x5ff7 024967 setarg 0 
+0x5ff8 024968 store 7 ,mem_mouse_key 
+0x5ff9 024969 jam 1 ,mem_sensor_shutdown_flag 
+0x5ffa 024970 call mouse_sensor_powerdown 
+0x5ffb 024971 call mouse_setgpio_hibernate 
+0x5ffc 024972 branch mouse_24g_long_sleep 
+:      024974 mouse_wakeup_24g:
+0x5ffd 024975 fetch 1 ,mem_sensor_shutdown_flag 
+0x5ffe 024976 ncall mouse_wakeup_24g_from_long_sleep ,blank 
+0x5fff 024977 jam 0 ,mem_sensor_shutdown_flag 
+0x6000 024978 rtn 
+:      024980 mouse_wakeup_24g_from_long_sleep:
+0x6001 024981 call mouse_init_sensor_wakeup 
+0x6002 024982 fetch mouse_flag_len ,mem_mouse_flag 
+0x6003 024983 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+:      024984 mouse_wheel_gpio_init:
+0x6004 024985 fetch 1 ,mem_whee_a_data_gpio 
+0x6005 024986 arg gpcfg_pullup ,temp 
+0x6006 024987 call gpio_config_function_int 
+0x6007 024988 fetch 1 ,mem_whee_b_data_gpio 
+0x6008 024989 arg gpcfg_pullup ,temp 
+0x6009 024990 branch gpio_config_function_int 
+:      024992 mouse_24g_transmit_start:
+0x600a 024993 call mouse_24g_fast_conn_mode_check 
+0x600b 024994 fetch 1 ,mem_sensor_shutdown_flag 
+0x600c 024995 nbranch mouse_24g_short_sleep ,blank 
+0x600d 024996 branch g24_transmit_start_next 
+:      024998 mouse_24g_fast_conn_mode_check:
+0x600e 024999 fetch 4 ,mem_24g_receiver_addr 
+0x600f 025000 fetcht 4 ,mem_24g_fast_conn_addr 
+0x6010 025001 isub temp ,null 
+0x6011 025002 branch mouse_soft_agc_enable ,zero 
+0x6012 025003 branch mouse_soft_agc_disable 
+:      025005 mouse_soft_agc_enable:
+0x6013 025006 jam 0 ,mem_gain_fix 
+0x6014 025007 jam tx_power_factory ,mem_tx_power 
+0x6015 025008 rtn 
+:      025009 mouse_soft_agc_disable:
+0x6016 025010 jam 0xff ,mem_gain_fix 
+0x6017 025011 rtn 
+:      025013 mouse_24g_stop:
+0x6018 025014 set0 mark_24g ,mark 
+0x6019 025015 jam state_24g_stop ,mem_24g_conn_sm 
+0x601a 025016 arg mouse_24g_pairing_flag ,queue 
+0x601b 025017 branch mouse_disable_function_flag 
+:      025019 mouse_24g_start_mode:
+0x601c 025020 fetch mouse_flag_len ,mem_mouse_flag 
+0x601d 025021 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+0x601e 025022 call mouse_device_24g_pair_led_config 
+0x601f 025023 call mouse_wakeup_from_power_check 
+0x6020 025024 branch mouse_24g_reconn_dongle_start ,user 
+0x6021 025025 fetch mouse_flag_len ,mem_mouse_flag 
+0x6022 025026 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
+0x6023 025027 bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
+0x6024 025028 call mouse_key_check_once 
+0x6025 025029 and rega ,0x07 ,pdata 
+0x6026 025030 fetcht 1 ,mem_mouse_commbination_key_24g 
+0x6027 025031 isub temp ,null 
+0x6028 025032 branch mouse_24g_start_pair_mode ,zero 
+0x6029 025033 branch mouse_24g_reconn_general_dongle 
+:      025035 mouse_24g_mode_setup_error:
+0x602a 025036 fetch 1 ,mem_reconn_times 
+0x602b 025037 nbranch mouse_polling_device ,blank 
+0x602c 025038 rtn 
+:      025040 mouse_24g_first_start_auto_pair_mode:
+0x602d 025041 call mouse_wakeup_from_power_check 
+0x602e 025042 branch mouse_24g_first_start_reconn ,user 
+:      025043 mouse_24g_reconn_general_dongle:
+0x602f 025044 jam mode_24g_device ,mem_device_flag 
+0x6030 025045 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+0x6031 025046 store 2 ,mem_24g_reconn_timeout 
+0x6032 025047 jam fast_conn_and_3_0_addr ,mem_24g_reconn_type 
+0x6033 025048 branch g24_reconn_start 
+:      025050 mouse_24g_start_auto_pair:
+0x6034 025051 fetch 2 ,mem_24g_pair_timeout_init 
+0x6035 025052 store 2 ,mem_24g_reconn_timeout 
+0x6036 025053 jam pair_and_3_0_addr ,mem_24g_reconn_type 
+0x6037 025054 branch g24_reconn_start 
+:      025056 mouse_24g_first_start_reconn:
+0x6038 025057 fetch 1 ,mem_device_flag 
+0x6039 025058 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
+0x603a 025059 call mouse_bluetooth_fast_conn_disable 
+:      025060 mouse_24g_first_bluetooth_reconnect:
+0x603b 025061 call mouse_24g_stop 
+0x603c 025062 jam mode_bt_device1 ,mem_device_flag 
+0x603d 025063 call mouse_select_reconn_device 
+0x603e 025064 branch mouse_start_reconnect_device 
+:      025066 mouse_24g_first_bb_event_reconn_timeout:
+0x603f 025067 call mouse_wakeup_from_power_check 
+0x6040 025068 branch mouse_app_enter_hibernate ,user 
+0x6041 025069 branch mouse_start_discovery 
+:      025071 mouse_24g_first_store_reconn_info:
+0x6042 025072 call mouse_wakeup_from_power_check 
+0x6043 025073 rtn user 
+0x6044 025074 fetch mouse_flag_len ,mem_mouse_flag 
+0x6045 025075 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_store_device_info_delay 
+0x6046 025076 rtn 
+:      025078 mouse_24g_start_pair_mode:
+0x6047 025079 call mouse_device_24g_pair_led_config 
+0x6048 025080 jam 0 ,mem_24g_reconn_type 
+0x6049 025081 arg mouse_24g_pairing_flag ,queue 
+0x604a 025082 call mouse_enable_function_flag 
+0x604b 025083 setarg 0 
+0x604c 025084 store 2 ,mem_24g_reconn_timeout 
+0x604d 025085 call mouse_stop_discovery 
+0x604e 025086 jam type_ms ,mem_24g_data_type 
+0x604f 025087 fetch mouse_flag_len ,mem_mouse_flag 
+0x6050 025088 bbit0 mouse_enable_keyboard ,g24_pair_start 
+0x6051 025089 jam type_kb ,mem_24g_data_type 
+0x6052 025090 branch g24_pair_start 
+:      025092 mouse_24g_attempt_fail:
+0x6053 025093 fetch 1 ,mem_24g_attempt_fail_flag 
+0x6054 025094 nbranch mouse_24g_hibernate_set ,blank 
+0x6055 025095 fetch 1 ,mem_24g_reconn_type 
+0x6056 025096 beq fast_conn_and_3_0_addr ,mouse_24g_fast_conn_attempt_fail 
+0x6057 025097 beq pair_and_3_0_addr ,mouse_24g_auto_pair_attempt_fail 
+0x6058 025098 beq receiver_and_3_0_addr ,mouse_reconn_dongle_attempt_fail 
+:      025099 mouse_24g_attempt_fail_enter_hibernate:
+0x6059 025100 call mouse_24g_stop 
+0x605a 025101 fetch 1 ,mem_reconn_times 
+0x605b 025102 nbranch mouse_polling_device ,blank 
+0x605c 025103 fetch 1 ,mem_device_flag 
+0x605d 025104 beq mode_24g_device ,mouse_app_enter_hibernate 
+0x605e 025105 rtn 
+:      025107 mouse_24g_fast_conn_attempt_fail:
+0x605f 025108 fetch mouse_flag_len ,mem_mouse_flag 
+0x6060 025109 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+0x6061 025110 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+0x6062 025111 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
+0x6063 025112 fetch 4 ,mem_mouse_24g_addr 
+0x6064 025113 fetcht 4 ,mem_mouse_compare_addr 
+0x6065 025114 isub temp ,null 
+0x6066 025115 branch mouse_24g_start_pair_mode ,zero 
+:      025116 mouse_24g_reconn_dongle_start:
+0x6067 025117 fetch 2 ,mem_24g_reconn_timeout_init 
+0x6068 025118 store 2 ,mem_24g_reconn_timeout 
+0x6069 025119 jam receiver_and_3_0_addr ,mem_24g_reconn_type 
+0x606a 025120 branch g24_reconn_start 
+:      025122 mouse_24g_auto_pair_attempt_fail:
+0x606b 025123 fetch mouse_flag_len ,mem_mouse_flag 
+0x606c 025124 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0x606d 025125 fetch 1 ,mem_device_number 
+0x606e 025126 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
+0x606f 025127 branch mouse_24g_first_bluetooth_reconnect 
+:      025129 mouse_reconn_dongle_attempt_fail:
+0x6070 025130 fetch mouse_flag_len ,mem_mouse_flag 
+0x6071 025131 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0x6072 025132 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+0x6073 025133 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
+0x6074 025134 branch mouse_24g_start_auto_pair + 1 
+:      025136 mouse_24g_attempt_success:
+0x6075 025137 fetch 4 ,mem_24g_addr 
+0x6076 025138 store 4 ,mem_24g_receiver_addr 
+0x6077 025139 store 4 ,mem_mouse_24g_addr 
+0x6078 025140 call g24_ch_syncword_crc8_init 
+0x6079 025141 call mouse_no_data_timer_init 
+0x607a 025142 call mouse_device_poweron_led_config 
+0x607b 025143 call mouse_init_sensor_reset 
+0x607c 025144 jam 0 ,mem_mouse_long_mult_flag 
+0x607d 025145 jam 0 ,mem_24g_conn_sm 
+0x607e 025146 jam 0 ,mem_24g_reconn_type 
+0x607f 025147 fetch 4 ,mem_24g_receiver_addr 
+0x6080 025148 fetch 4 ,mem_24g_fast_conn_addr 
+0x6081 025149 isub temp ,null 
+0x6082 025150 rtn zero 
+0x6083 025151 branch mouse_24g_first_store_reconn_info 
+:      025153 mouse_24g_pairing_complete:
+0x6084 025154 call mouse_init_sensor_reset 
+0x6085 025155 call mouse_read_sensor_common 
+:      025156 mouse_24g_pairing_complete_common:
+0x6086 025157 call mouse_device_poweron_led_config 
+0x6087 025158 call mouse_no_data_timer_init 
+0x6088 025159 arg mouse_24g_pairing_flag ,queue 
+0x6089 025160 call mouse_disable_function_flag 
+0x608a 025161 setarg 0 
+0x608b 025162 store 2 ,mem_24g_pair_timeout 
+0x608c 025163 store 2 ,mem_24g_reconn_timeout 
+0x608d 025164 store 1 ,mem_24g_conn_sm 
+0x608e 025165 store 1 ,mem_mouse_move_flag 
+0x608f 025166 store 1 ,mem_24g_reconn_type 
+0x6090 025169 fetch 4 ,mem_24g_addr 
+0x6091 025170 store 4 ,mem_24g_receiver_addr 
+0x6092 025171 store 4 ,mem_mouse_24g_addr 
+0x6093 025172 branch mouse_store_device_info_delay 
+:      025174 mouse_24g_short_sleep_clear_wake:
+0x6094 025175 call clear_wake 
+0x6095 025176 branch lpm_write_gpio_wakeup 
+:      025178 mouse_24g_package_data:
+0x6096 025179 bpatch patch12_6 ,mem_patch12 
+0x6097 025180 rtnmark0 mark_24g 
+0x6098 025181 call mouse_motion 
+0x6099 025182 nrtn user 
+0x609a 025183 fetch 1 ,mem_mouse_24g_long_sleep_flag 
+0x609b 025184 jam 0 ,mem_mouse_24g_long_sleep_flag 
+0x609c 025185 ncall mouse_24g_short_sleep_clear_wake ,blank 
+0x609d 025187 fetch mouse_flag_len ,mem_mouse_flag 
+0x609e 025188 bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
+0x609f 025189 fetch 1 ,mem_customer_key 
+0x60a0 025190 nbranch mouse_24g_keyboard_package_data ,blank 
+:      025191 mouse_24g_mouse_package_data:
+0x60a1 025192 call mouse_data_xy_release 
+0x60a2 025193 fetch 1 ,mem_24g_data_type 
+0x60a3 025194 bbit1 1 ,mouse_24g_mouse_package_data_now 
+0x60a4 025195 fetcht 1 ,mem_24g_txbuf + 1 
+0x60a5 025196 fetch 1 ,mem_mouse_key 
+0x60a6 025197 ior temp ,pdata 
+0x60a7 025198 store 1 ,mem_mouse_key 
+0x60a8 025199 fetcht 1 ,mem_24g_txbuf + 6 
+0x60a9 025200 fetch 1 ,mem_mouse_z 
+0x60aa 025201 iadd temp ,pdata 
+0x60ab 025202 store 1 ,mem_mouse_z 
+0x60ac 025203 fetcht 1 ,mem_24g_txbuf + 7 
+0x60ad 025204 fetch 1 ,mem_mouse_tz 
+0x60ae 025205 iadd temp ,pdata 
+0x60af 025206 store 1 ,mem_mouse_tz 
+:      025207 mouse_24g_mouse_package_data_now:
+0x60b0 025208 jam type_ms ,mem_24g_data_type 
+0x60b1 025209 arg 7 ,rega 
+0x60b2 025210 arg mem_mouse_key ,regb 
+0x60b3 025211 fetch 2 ,mem_mouse_z 
+0x60b4 025212 rtn blank 
+0x60b5 025213 branch g24_transmit_by_interrupt_enable 
+:      025215 mouse_24g_keyboard_package_data:
+0x60b6 025216 jam type_kb ,mem_24g_data_type 
+0x60b7 025217 arg 9 ,rega 
+0x60b8 025218 fetch 1 ,mem_customer_data_trigger 
+0x60b9 025219 nbranch mouse_customer_key_press ,blank 
+0x60ba 025220 arg mem_customer_key_release ,regb 
+0x60bb 025221 rtn 
+:      025222 mouse_customer_key_press:
+0x60bc 025223 arg mem_customer_key_press ,regb 
+0x60bd 025224 rtn 
+:      025229 mouse_24g_search_dongle_init:
+0x60be 025230 setarg 0 
+0x60bf 025231 store 3 ,mem_mouse_search_dongle_action 
+0x60c0 025232 rtn 
+:      025234 mouse_24g_search_dongle:
+0x60c1 025235 fetch mouse_flag_len ,mem_mouse_flag 
+0x60c2 025236 rtnbit0 mouse_enable_24g_search_dongle 
+0x60c3 025237 fetch 1 ,mem_mouse_long_mult_flag 
+0x60c4 025238 rtn blank 
+0x60c5 025239 fetch 1 ,mem_24g_abort_pac 
+0x60c6 025240 rtn blank 
+0x60c7 025241 fetch 1 ,mem_mouse_search_dongle_interval 
+0x60c8 025242 increase 1 ,pdata 
+0x60c9 025243 and_into 3 ,pdata 
+0x60ca 025244 store 1 ,mem_mouse_search_dongle_interval 
+0x60cb 025245 nrtn blank 
+0x60cc 025246 jam 0 ,mem_mouse_search_dongle_ch 
+:      025247 mouse_24g_search_dongle_loop:
+0x60cd 025248 bpatch patch12_7 ,mem_patch12 
+0x60ce 025249 fetch 1 ,mem_mouse_search_dongle_ch 
+0x60cf 025250 increase 1 ,pdata 
+0x60d0 025251 store 1 ,mem_mouse_search_dongle_ch 
+0x60d1 025252 sub pdata ,g24_ch_number ,null 
+0x60d2 025253 nbranch mouse_24g_search_dongle_loop_end ,positive 
+0x60d3 025254 call g24_reconn_data_prep 
+0x60d4 025255 call g24_transmit_receive_ack 
+0x60d5 025256 nbranch mouse_24g_search_dongle_loop_retry ,sync 
+0x60d6 025257 nbranch mouse_24g_search_dongle_loop_retry ,user3 
+0x60d7 025258 call mouse_g24_ackpayload_parse 
+0x60d8 025259 call mouse_24g_search_dongle_success 
+:      025260 mouse_24g_search_dongle_loop_end:
+0x60d9 025261 call g24_txbuf_clear 
+0x60da 025262 fetch 1 ,mem_mouse_search_dongle_count 
+0x60db 025263 increase 1 ,pdata 
+0x60dc 025264 store 1 ,mem_mouse_search_dongle_count 
+0x60dd 025265 beq g24_ch_poll_count ,mouse_24g_search_dongle_check 
+0x60de 025266 rtn 
+:      025268 mouse_24g_search_dongle_loop_retry:
+0x60df 025269 call g24_ch 
+0x60e0 025270 branch mouse_24g_search_dongle_loop 
+:      025272 mouse_24g_search_dongle_check:
+0x60e1 025273 jam 0 ,mem_mouse_search_dongle_count 
+0x60e2 025274 fetch 1 ,mem_mouse_search_dongle_action 
+0x60e3 025275 rtnbit1 g24_disconn_state 
+0x60e4 025276 set1 g24_disconn_state ,pdata 
+0x60e5 025277 store 1 ,mem_mouse_search_dongle_action 
+0x60e6 025278 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+0x60e7 025279 store 2 ,mem_mouse_no_data_timer 
+0x60e8 025280 branch mouse_sensor_powerdown 
+:      025282 mouse_24g_search_dongle_success:
+0x60e9 025283 fetch 1 ,mem_24g_abort_pac 
+0x60ea 025284 branch mouse_24g_search_dongle_init ,blank 
+0x60eb 025285 jam 0 ,mem_mouse_search_dongle_count 
+0x60ec 025286 fetch 1 ,mem_mouse_search_dongle_action 
+0x60ed 025287 rtnbit0 g24_disconn_state 
+0x60ee 025288 set0 g24_disconn_state ,pdata 
+0x60ef 025289 store 1 ,mem_mouse_search_dongle_action 
+0x60f0 025290 call mouse_no_data_timer_init 
+0x60f1 025291 branch mouse_init_sensor_wakeup 
+:      025293 mouse_g24_ackpayload_parse:
+0x60f2 025294 call g24_ackpayload_parse 
+0x60f3 025295 fetch 1 ,mem_24g_rxbuf + 1 
+0x60f4 025296 compare 0x08 ,pdata ,0xf8 
+0x60f5 025297 nrtn true 
+0x60f6 025298 fetch 1 ,mem_24g_rxbuf + 2 
+0x60f7 025299 beq 0xff ,mouse_24g_hibernate_set 
+0x60f8 025300 rtn 
+:      025305 mouse_g24_retransmit:
+0x60f9 025306 fetch 1 ,mem_mouse_need_soft_reset 
+0x60fa 025307 nrtn blank 
+0x60fb 025308 call mouse_retransmit_select_device_by_pb_button 
+0x60fc 025309 call mouse_select_device_by_dpi_button_once 
+0x60fd 025310 branch g24_retransmit0 
+:      025312 mouse_select_device_by_dpi_button_once:
+0x60fe 025313 arg 12 ,queue 
+0x60ff 025314 call timer_check 
+0x6100 025315 nrtn blank 
+0x6101 025316 call mouse_dpi_check_once 
+0x6102 025317 call mouse_dpi_key_check_long_press 
+:      025318 mouse_g24_retransmit_100ms_timer_init:
+0x6103 025319 arg 12 ,queue 
+0x6104 025320 setarg 160 
+0x6105 025321 branch timer_init 
+:      025323 mouse_dpi_check_once:
+0x6106 025324 fetch mouse_flag_len ,mem_mouse_flag 
+0x6107 025325 rtnbit0 mouse_enable_select_device_by_dpi_button 
+0x6108 025327 branch mouse_dpi_check 
+:      025330 mouse_24g_before_lpm_sleep:
+0x6109 025331 fetch 1 ,mem_device_flag 
+0x610a 025332 bne mode_24g_device ,lpm_sleep_skip_cb_function 
+0x610b 025333 fetch 1 ,mem_24g_disable_fec1 
+0x610c 025334 rtn blank 
+:      025335 mouse_peripheral_clock_off:
+0x610d 025336 jam 2 ,core_clksel 
+0x610e 025337 jam 0xf8 ,core_lpm_ctrl 
+0x610f 025338 rtn 
+:      025343 mouse_logo_led_on_timer:
+0x6110 025344 fetch 1 ,mem_mouse_logo_led_gpio 
+0x6111 025345 rtneq gpio_disable 
+0x6112 025346 fetch 2 ,mem_mouse_no_data_timer 
+0x6113 025347 rtn blank 
+0x6114 025348 fetch 2 ,mem_mouse_no_data_timeout 
+0x6115 025349 fetcht 2 ,mem_mouse_no_data_timer 
+0x6116 025350 isub temp ,temp 
+0x6117 025351 fetch 2 ,mem_mouse_logo_led_on_time_init 
+0x6118 025352 isub temp ,pdata 
+0x6119 025353 branch mouse_logo_led_on ,positive 
+:      025354 mouse_logo_led_off:
+0x611a 025355 fetcht 1 ,mem_mouse_logo_led_gpio 
+0x611b 025356 branch mouse_led_off 
+:      025357 mouse_logo_led_on:
+0x611c 025358 fetcht 1 ,mem_mouse_logo_led_gpio 
+0x611d 025359 branch mouse_led_on 
+:      025366 mouse_dpi_led_blink_delay_timer:
+0x611e 025367 arg mem_mouse_dpi_led_delay_count ,regc 
+0x611f 025368 arg mouse_dpi_led_blink_init ,regb 
+0x6120 025369 branch timer_single_step 
+:      025371 mouse_dpi_led_blink_init:
+0x6121 025372 bpatch patch13_0 ,mem_patch13 
+0x6122 025373 fetch 1 ,mem_config_sensor_type 
+0x6123 025374 beq p3212 ,mouse_dpi_led_blink_init_another 
+0x6124 025375 beq ka8g2 ,mouse_dpi_led_blink_init_another 
+0x6125 025376 fetcht 1 ,mem_mouse_dpi 
+0x6126 025377 increase 2 ,temp 
+:      025378 mouse_dpi_led_blink_init_next:
+0x6127 025379 sub temp ,3 ,null 
+0x6128 025380 call mouse_dpi_led_blink_init_level_4 ,positive 
+0x6129 025381 ncall mouse_dpi_led_blink_count_clean ,positive 
+0x612a 025382 copy temp ,pdata 
+0x612b 025383 iadd pdata ,pdata 
+0x612c 025384 store 1 ,mem_mouse_multi_led_blink_count 
+:      025385 mouse_multi_dpi_led_blink_enable:
+0x612d 025386 jam 4 ,mem_mouse_multi_led_blink_type 
+0x612e 025387 call mouse_multi_dpi_led_blink_timer_init 
+0x612f 025388 jam multi_led_blink ,mem_mouse_multi_led_type 
+0x6130 025389 branch mouse_multi_led_enable 
+:      025391 mouse_dpi_led_blink_init_another:
+0x6131 025392 fetcht 1 ,mem_mouse_dpi 
+0x6132 025393 increase 1 ,temp 
+0x6133 025394 branch mouse_dpi_led_blink_init_next 
+:      025396 mouse_dpi_led_blink_init_level_4:
+0x6134 025397 fetch mouse_flag_len ,mem_mouse_flag 
+0x6135 025398 rtnbit0 mouse_enable_dpi_level_4 
+0x6136 025399 increase 1 ,temp 
+0x6137 025400 rtn 
+:      025401 mouse_dpi_led_blink_count_clean:
+0x6138 025402 increase -3 ,temp 
+0x6139 025403 rtn 
+:      025406 mouse_dpi_led_blink_delay:
+0x613a 025407 fetch 1 ,mem_mouse_dpi_gpio 
+0x613b 025408 rtneq gpio_disable 
+0x613c 025409 fetch 2 ,mem_mouse_discovery_timer 
+0x613d 025410 nrtn blank 
+0x613e 025411 fetch 2 ,mem_24g_pair_timeout 
+0x613f 025412 nrtn blank 
+0x6140 025413 fetch 2 ,mem_24g_reconn_timeout 
+0x6141 025414 nrtn blank 
+0x6142 025415 fetch 1 ,mem_mouse_multi_led_powon_timer 
+0x6143 025416 nrtn blank 
+0x6144 025417 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
+0x6145 025418 branch mouse_dpi_led_blink_init ,blank 
+0x6146 025419 store 1 ,mem_mouse_dpi_led_delay_count 
+0x6147 025420 rtn 
+:      025428 mouse_check_dpi_blink:
+0x6148 025429 disable user 
+0x6149 025430 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x614a 025431 sub pdata ,4 ,null 
+0x614b 025432 nrtn zero 
+0x614c 025433 branch enable_user 
+:      025435 mouse_low_voltage_led_timer:
+0x614d 025436 fetch mouse_flag_len ,mem_mouse_flag 
+0x614e 025437 rtnbit0 mouse_enable_low_led 
+0x614f 025438 rtnbit0 mouse_low_voltage_flag 
+0x6150 025439 fetch 2 ,mem_mouse_discovery_timer 
+0x6151 025440 nrtn blank 
+0x6152 025441 fetch 2 ,mem_24g_pair_timeout 
+0x6153 025442 nrtn blank 
+0x6154 025443 fetch 2 ,mem_24g_reconn_timeout 
+0x6155 025444 nrtn blank 
+0x6156 025445 fetch 1 ,mem_mouse_multi_led_powon_timer 
+0x6157 025446 nrtn blank 
+0x6158 025447 call mouse_check_dpi_blink 
+0x6159 025448 rtn user 
+0x615a 025450 fetch 1 ,mem_mouse_multi_low_led_blink_count 
+0x615b 025451 branch mouse_low_led_blink_count_init_judge ,blank 
+:      025452 mouse_low_led_blink_timer:
+0x615c 025453 fetcht 1 ,mem_adc_low_volatage_led_timer_count 
+0x615d 025454 increase 1 ,temp 
+0x615e 025455 storet 1 ,mem_adc_low_volatage_led_timer_count 
+0x615f 025456 fetch 1 ,mem_mouse_low_led_blink_timer 
+0x6160 025457 isub temp ,null 
+0x6161 025458 ncall mouse_low_led_timer_count_clean ,positive 
+0x6162 025459 fetch 1 ,mem_mouse_low_led_blink_half_timer 
+0x6163 025460 isub temp ,null 
+0x6164 025461 nbranch mouse_low_voltage_led_off_judge ,positive 
+:      025462 mouse_low_voltage_led_on_judge:
+0x6165 025463 fetch mouse_flag_len ,mem_mouse_flag 
+0x6166 025464 bbit1 mouse_enable_low_for_led ,mouse_device_led_on 
+0x6167 025465 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_led_on 
+:      025466 mouse_low_voltage_led_on:
+0x6168 025467 fetcht 1 ,mem_mouse_low_voltage_alarm_gpio 
+0x6169 025468 branch mouse_led_on 
+:      025470 mouse_low_led_timer_count_clean:
+0x616a 025471 jam 1 ,mem_adc_low_volatage_led_timer_count 
+0x616b 025472 fetch 1 ,mem_mouse_multi_low_led_blink_count 
+0x616c 025473 increase -1 ,pdata 
+0x616d 025474 store 1 ,mem_mouse_multi_low_led_blink_count 
+:      025475 mouse_low_voltage_led_off_judge:
+0x616e 025476 fetch mouse_flag_len ,mem_mouse_flag 
+0x616f 025477 bbit1 mouse_enable_low_for_led ,mouse_device_led_off 
+0x6170 025478 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_led_off 
+:      025479 mouse_low_voltage_led_off:
+0x6171 025480 fetcht 1 ,mem_mouse_low_voltage_alarm_gpio 
+0x6172 025481 branch mouse_led_off 
+:      025483 mouse_low_led_blink_count_init_judge:
+0x6173 025484 fetch mouse_flag_len ,mem_mouse_flag 
+0x6174 025485 bbit1 mouse_enable_low_led_blink_limit ,mouse_low_voltage_led_off_judge 
+0x6175 025486 call mouse_multi_low_led_blink_count_init 
+0x6176 025487 branch mouse_low_led_blink_timer 
+:      025495 mouse_device_multi_led_parm_init:
+0x6177 025496 jam 0 ,mem_mouse_multi_led_blink_enable 
+0x6178 025497 call mouse_device_multi_led_all_off 
+0x6179 025498 jam 0 ,mem_mouse_multi_led_blink_type 
+0x617a 025499 fetch 1 ,mem_mouse_low_led_blink_timer 
+0x617b 025500 rshift pdata ,pdata 
+0x617c 025501 store 1 ,mem_mouse_low_led_blink_half_timer 
+0x617d 025502 rtn 
+:      025503 mouse_multi_low_led_blink_count_init:
+0x617e 025504 fetch 1 ,mem_mouse_multi_lowled_blink_count_init 
+0x617f 025505 store 1 ,mem_mouse_multi_low_led_blink_count 
+0x6180 025506 rtn 
+:      025508 mouse_multi_led_blink_timer_init:
+0x6181 025509 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x6182 025510 beq 1 ,mouse_device_24g_led_blink_timer_init 
+0x6183 025511 beq 2 ,mouse_device_le_discovery_led_blink_timer_init 
+0x6184 025512 beq 3 ,mouse_device_le_reconn_led_blink_timer_init 
+:      025513 mouse_multi_dpi_led_blink_timer_init:
+0x6185 025514 fetch 1 ,mem_mouse_dpi_led_blink_timer_init 
+:      025515 mouse_store_multi_led_blink_timer:
+0x6186 025516 store 1 ,mem_mouse_multi_led_blink_timer 
+0x6187 025517 rtn 
+:      025518 mouse_device_24g_led_blink_timer_init:
+0x6188 025519 fetch 1 ,mem_mouse_multi_24gled_blink_timer_init 
+0x6189 025520 branch mouse_store_multi_led_blink_timer 
+:      025521 mouse_device_le_discovery_led_blink_timer_init:
+0x618a 025522 fetch 1 ,mem_mouse_multi_le_discovery_blink_timer_init 
+0x618b 025523 branch mouse_store_multi_led_blink_timer 
+:      025524 mouse_device_le_reconn_led_blink_timer_init:
+0x618c 025525 fetch 1 ,mem_mouse_multi_le_reconn_blink_timer_init 
+0x618d 025526 branch mouse_store_multi_led_blink_timer 
+:      025529 mouse_device_poweron_led_config:
+0x618e 025530 bpatch patch13_1 ,mem_patch13 
+0x618f 025531 fetch 1 ,mem_mouse_multi_led_powon_timer_init 
+0x6190 025532 store 1 ,mem_mouse_multi_led_powon_timer 
+0x6191 025533 jam multi_led_on ,mem_mouse_multi_led_type 
+:      025534 mouse_multi_led_enable:
+0x6192 025535 jam off ,mem_mouse_multi_led_state 
+0x6193 025536 jam on ,mem_mouse_multi_led_blink_enable 
+0x6194 025537 rtn 
+:      025540 mouse_device_24g_pair_led_config:
+0x6195 025541 bpatch patch13_2 ,mem_patch13 
+0x6196 025542 fetch 1 ,mem_device_flag 
+0x6197 025543 rtnne mode_24g_device 
+0x6198 025544 call mouse_multi_led_blink_enable_init 
+0x6199 025545 jam 1 ,mem_mouse_multi_led_blink_type 
+0x619a 025546 call mouse_device_24g_led_blink_timer_init 
+0x619b 025547 fetch 1 ,mem_mouse_le_reconn_blink_limit 
+0x619c 025548 rtn blank 
+0x619d 025549 fetch 1 ,mem_mouse_multi_24gled_blink_count_init 
+0x619e 025550 branch mouse_device_led_blink_count_init 
+:      025552 mouse_device_le_reconn_led_config:
+0x619f 025553 fetch 1 ,mem_device_flag 
+0x61a0 025554 rtneq mode_24g_device 
+0x61a1 025555 call mouse_multi_led_blink_enable_init 
+0x61a2 025556 fetch mouse_flag_len ,mem_mouse_flag 
+0x61a3 025557 rtnbit0 mouse_enable_bt_reconn_led_effect 
+0x61a4 025558 jam 3 ,mem_mouse_multi_led_blink_type 
+0x61a5 025559 call mouse_device_le_reconn_led_blink_timer_init 
+0x61a6 025560 fetch 1 ,mem_mouse_le_reconn_blink_limit 
+0x61a7 025561 rtn blank 
+0x61a8 025562 fetch 1 ,mem_mouse_multi_le_reconn_blink_count_init 
+:      025563 mouse_device_led_blink_count_init:
+0x61a9 025564 store 1 ,mem_mouse_multi_led_blink_count 
+0x61aa 025565 rtn 
+:      025567 mouse_device_discovery_led_config:
+0x61ab 025568 jam 0 ,mem_mouse_le_reconn_blink_limit 
+0x61ac 025569 jam 2 ,mem_mouse_multi_led_blink_type 
+0x61ad 025570 call mouse_device_le_discovery_led_blink_timer_init 
+:      025571 mouse_multi_led_blink_enable_init:
+0x61ae 025572 jam 1 ,mem_mouse_multi_led_blink_enable 
+0x61af 025573 jam multi_led_blink ,mem_mouse_multi_led_type 
+0x61b0 025574 branch mouse_device_multi_led_on 
+:      025578 mouse_led_multi_timer:
+0x61b1 025579 fetch 1 ,mem_mouse_multi_led_blink_enable 
+0x61b2 025580 rtn blank 
+0x61b3 025581 fetch 1 ,mem_mouse_multi_led_type 
+0x61b4 025582 beq multi_led_blink ,mouse_multi_led_type_blink 
+:      025583 mouse_device_multi_led_type_on:
+0x61b5 025584 fetch 1 ,mem_mouse_multi_led_powon_timer 
+0x61b6 025585 branch mouse_device_poweron_led_off ,blank 
+0x61b7 025586 increase -1 
+0x61b8 025587 store 1 ,mem_mouse_multi_led_powon_timer 
+0x61b9 025588 branch mouse_device_led_on 
+:      025590 mouse_device_poweron_led_off:
+0x61ba 025591 jam 0 ,mem_mouse_multi_led_blink_enable 
+0x61bb 025592 call mouse_multi_low_led_blink_count_init 
+0x61bc 025593 branch mouse_device_led_off 
+:      025595 mouse_multi_led_type_blink:
+0x61bd 025596 bpatch patch13_3 ,mem_patch13 
+0x61be 025597 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x61bf 025598 rtn blank 
+0x61c0 025599 beq 4 ,mouse_device_led_blink_limit 
+0x61c1 025600 branch mouse_device_led_blink_judge 
+:      025602 mouse_device_led_blink_judge:
+0x61c2 025603 fetch 1 ,mem_mouse_le_reconn_blink_limit 
+0x61c3 025604 beq 1 ,mouse_device_led_blink_limit 
+0x61c4 025605 branch mouse_multi_led_type_blink_next 
+:      025607 mouse_device_led_blink_limit:
+0x61c5 025608 fetch 1 ,mem_mouse_multi_led_blink_count 
+0x61c6 025609 branch mouse_multi_led_off_judge ,blank 
+:      025610 mouse_multi_led_type_blink_next:
+0x61c7 025611 arg mem_mouse_multi_led_blink_timer ,regc 
+0x61c8 025612 arg mouse_multi_led_type_blink_start ,regb 
+0x61c9 025613 branch timer_single_step 
+:      025615 mouse_multi_led_type_blink_start:
+0x61ca 025616 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x61cb 025617 beq 4 ,mouse_multi_led_blink_count_decrease 
+0x61cc 025618 fetch 1 ,mem_mouse_le_reconn_blink_limit 
+0x61cd 025619 beq 1 ,mouse_multi_led_blink_count_decrease 
+:      025620 mouse_multi_led_blink:
+0x61ce 025621 call mouse_multi_led_blink_timer_init 
+0x61cf 025622 fetch 1 ,mem_mouse_multi_led_state 
+0x61d0 025623 beq on ,mouse_multi_led_off_judge_next 
+0x61d1 025624 branch mouse_multi_led_on_judge 
+:      025626 mouse_multi_led_blink_count_decrease:
+0x61d2 025627 fetch 1 ,mem_mouse_multi_led_blink_count 
+0x61d3 025628 increase -1 
+0x61d4 025629 store 1 ,mem_mouse_multi_led_blink_count 
+0x61d5 025630 branch mouse_multi_led_blink 
+:      025633 mouse_multi_led_on_judge:
+0x61d6 025634 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x61d7 025635 beq 4 ,mouse_multi_dpi_led_on_judge 
+:      025636 mouse_device_multi_led_on:
+0x61d8 025637 jam on ,mem_mouse_multi_led_state 
+:      025638 mouse_device_led_on:
+0x61d9 025639 bpatch patch13_4 ,mem_patch13 
+0x61da 025640 fetch 1 ,mem_device_flag 
+0x61db 025641 beq mode_24g_device ,mouse_device_24g_led_on 
+0x61dc 025642 beq mode_bt_device1 ,mouse_device_bt1_led_on 
+0x61dd 025643 beq mode_bt_device2 ,mouse_device_bt2_led_on 
+0x61de 025644 rtn 
+:      025645 mouse_device_24g_led_on:
+0x61df 025646 fetcht 1 ,mem_mouse_1io2led_multi_24gled 
+0x61e0 025647 branch mouse_led_on 
+:      025648 mouse_device_bt1_led_on:
+0x61e1 025649 fetcht 1 ,mem_mouse_1io2led_multi_bt1led 
+0x61e2 025650 branch mouse_led_on 
+:      025651 mouse_device_bt2_led_on:
+0x61e3 025652 fetcht 1 ,mem_mouse_1io2led_multi_bt2led 
+:      025653 mouse_led_on:
+0x61e4 025654 branch gpio_out_active 
+:      025656 mouse_led_off:
+0x61e5 025657 branch gpio_out_inactive 
+:      025659 mouse_multi_led_off_judge:
+0x61e6 025660 jam 0 ,mem_mouse_multi_led_blink_enable 
+0x61e7 025661 jam 0 ,mem_mouse_multi_led_blink_type 
+:      025662 mouse_multi_led_off_judge_next:
+0x61e8 025663 fetch 1 ,mem_mouse_multi_led_blink_type 
+0x61e9 025664 beq 4 ,mouse_multi_dpi_led_off_judge 
+:      025665 mouse_device_multi_led_off:
+0x61ea 025666 jam off ,mem_mouse_multi_led_state 
+:      025667 mouse_device_led_off:
+0x61eb 025668 bpatch patch13_5 ,mem_patch13 
+0x61ec 025669 fetch 1 ,mem_device_flag 
+0x61ed 025670 beq mode_24g_device ,mouse_device_24g_led_off 
+0x61ee 025671 beq mode_bt_device1 ,mouse_device_bt1_led_off 
+0x61ef 025672 beq mode_bt_device2 ,mouse_device_bt2_led_off 
+0x61f0 025673 rtn 
+:      025674 mouse_device_24g_led_off:
+0x61f1 025675 fetcht 1 ,mem_mouse_1io2led_multi_24gled 
+0x61f2 025676 fetch mouse_flag_len ,mem_mouse_flag 
+0x61f3 025677 bbit0 mouse_enable_1io2led ,mouse_led_off 
+0x61f4 025678 branch gpio_set_high_impedance 
+:      025679 mouse_device_bt1_led_off:
+0x61f5 025680 fetcht 1 ,mem_mouse_1io2led_multi_bt1led 
+0x61f6 025681 fetch mouse_flag_len ,mem_mouse_flag 
+0x61f7 025682 bbit0 mouse_enable_1io2led ,mouse_led_off 
+0x61f8 025683 branch gpio_set_high_impedance 
+:      025684 mouse_device_bt2_led_off:
+0x61f9 025685 fetcht 1 ,mem_mouse_1io2led_multi_bt2led 
+0x61fa 025686 fetch mouse_flag_len ,mem_mouse_flag 
+0x61fb 025687 bbit0 mouse_enable_1io2led ,mouse_led_off 
+0x61fc 025688 branch gpio_set_high_impedance 
+:      025690 mouse_device_multi_led_all_off:
+0x61fd 025691 call mouse_device_24g_led_off 
+0x61fe 025692 call mouse_device_bt1_led_off 
+0x61ff 025693 call mouse_device_bt2_led_off 
+0x6200 025694 call mouse_low_voltage_led_off_judge 
+0x6201 025695 branch mouse_multi_dpi_led_off_judge 
+:      025697 mouse_multi_dpi_led_off_judge:
+0x6202 025698 jam off ,mem_mouse_multi_led_state 
+0x6203 025699 fetch mouse_flag_len ,mem_mouse_flag 
+0x6204 025700 bbit1 mouse_enable_dpi_for_led ,mouse_device_multi_led_off 
+0x6205 025701 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_multi_led_off 
+:      025702 mouse_multi_dpi_led_off:
+0x6206 025703 fetcht 1 ,mem_mouse_dpi_gpio 
+0x6207 025704 branch mouse_led_off 
+:      025706 mouse_multi_dpi_led_on_judge:
+0x6208 025707 jam on ,mem_mouse_multi_led_state 
+0x6209 025708 fetch mouse_flag_len ,mem_mouse_flag 
+0x620a 025709 bbit1 mouse_enable_dpi_for_led ,mouse_device_multi_led_on 
+0x620b 025710 bbit1 mouse_enable_dpi_low_for_led ,mouse_device_multi_led_on 
+:      025711 mouse_multi_dpi_led_on:
+0x620c 025712 fetcht 1 ,mem_mouse_dpi_gpio 
+0x620d 025713 branch mouse_led_on 
+:      025717 mouse_low_voltage_led_no_enter_lpm:
+0x620e 025718 fetch mouse_flag_len ,mem_mouse_flag 
+0x620f 025719 rtnbit0 mouse_low_voltage_flag 
+0x6210 025720 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x6211 025721 fetcht 1 ,mem_mouse_low_led_blink_half_timer 
+0x6212 025722 sub pdata ,temp ,null 
+0x6213 025723 branch mouse_lpm_mode_clear ,positive 
+:      025724 mouse_low_voltage_led_no_enter_lpm_next:
+0x6214 025725 fetch 1 ,mem_device_flag 
+0x6215 025726 beq mode_24g_device ,g24_transmit_by_interrupt_exit_check 
+0x6216 025727 jam 1 ,mem_lpm_mode 
+0x6217 025728 rtn 
+:      025730 g24_transmit_by_interrupt_exit_check:
+0x6218 025731 fetch mouse_flag_len ,mem_mouse_flag 
+0x6219 025732 rtnbit1 mouse_enable_24g_250hz 
+0x621a 025733 branch g24_transmit_by_interrupt_exit 
+:      025735 mouse_lpm_mode_clear:
+0x621b 025736 fetch 1 ,mem_device_flag 
+0x621c 025737 beq mode_24g_device ,g24_transmit_by_interrupt_enable 
+0x621d 025738 jam 0 ,mem_lpm_mode 
+0x621e 025739 rtn 
+:      025742 mouse_store_signal_rssi:
+0x621f 025744 fetch 1 ,mem_rssi 
+0x6220 025745 branch rssi_signal 
+:      025747 mouse_le_transmit:
+0x6221 025748 call mouse_store_signal_rssi 
+0x6222 025749 branch power_ctrl_start 
+:      025751 mouse_le_set_lpm_mult:
+0x6223 025752 fetch 1 ,mem_le_connect_status_flag 
+0x6224 025753 compare 3 ,pdata ,3 
+0x6225 025754 nbranch disable_blank ,true 
+0x6226 025755 call app_lpm_mult_enable 
+0x6227 025756 branch enable_blank 
+:      025758 mouse_set_lpm_mult:
+0x6228 025759 fetch 2 ,mem_ui_state_map 
+0x6229 025760 bbit1 ui_state_ble_connected ,mouse_le_set_lpm_mult 
+0x622a 025761 rtn 
+:      025763 mouse_24g_long_sleep:
+0x622b 025764 call g24_lpm_wait 
+0x622c 025765 nrtn user 
+0x622d 025766 jam 1 ,mem_mouse_24g_long_sleep_flag 
+0x622e 025767 call g24_setgpio_lpm_before 
+0x622f 025768 jam 0 ,mem_mouse_24g_sleep_miss 
+0x6230 025769 call mouse_24g_send_time_long_wake 
+0x6231 025770 fetch 1 ,mem_sensor_shutdown_flag 
+0x6232 025771 ncall mouse_setgpio_hibernate ,blank 
+0x6233 025772 fetch 4 ,mem_24g_enter_hibernate 
+0x6234 025773 branch g24_long_seep2 
+:      025775 mouse_24g_short_sleep:
+0x6235 025776 fetch 1 ,mem_mouse_sleep_deal_type 
+0x6236 025777 branch g24_short_sleep ,blank 
+0x6237 025778 call g24_lpm_wait 
+0x6238 025779 nrtn user 
+0x6239 025780 fetch 1 ,mem_mouse_24g_sleep_miss 
+0x623a 025781 jam 0 ,mem_mouse_24g_sleep_miss 
+0x623b 025782 sub pdata ,0 ,null 
+0x623c 025783 nbranch mouse_24g_short_sleep_last_miss ,zero 
+0x623d 025784 fetcht 2 ,mem_24g_retransmit 
+0x623e 025785 sub temp ,0 ,null 
+0x623f 025786 branch mouse_24g_short_sleep_default ,zero 
+0x6240 025788 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
+0x6241 025789 branch mouse_24g_short_sleep_default ,blank 
+:      025790 mouse_24g_short_sleep_notify:
+0x6242 025791 fetcht 4 ,mem_mouse_24g_tsniff 
+0x6243 025792 isub temp ,temp 
+0x6244 025793 storet 4 ,mem_mouse_24g_sleep_miss_temp 
+0x6245 025794 nbranch mouse_24g_short_sleep_long ,positive 
+0x6246 025795 fetch 3 ,mem_24g_short_sleep_set 
+0x6247 025796 isub temp ,pdata 
+0x6248 025797 nbranch mouse_24g_short_sleep_2 ,positive 
+0x6249 025798 arg 0x600 ,temp 
+0x624a 025799 isub temp ,null 
+0x624b 025800 nbranch mouse_24g_short_sleep_2 ,positive 
+:      025801 mouse_24g_short_sleep2:
+0x624c 025802 store 4 ,mem_mouse_24g_sleep_time_temp 
+0x624d 025803 call mouse_24g_miss_temp_clear 
+0x624e 025804 fetch 4 ,mem_mouse_24g_sleep_time_temp 
+:      025805 mouse_24g_short_sleep3:
+0x624f 025806 call clk2lpo 
+0x6250 025807 storet 4 ,mem_sleep_counter 
+0x6251 025808 branch lpm_sleep 
+:      025810 mouse_24g_short_sleep_default:
+0x6252 025811 call mouse_24g_miss_temp_clear 
+0x6253 025812 fetch 3 ,mem_24g_short_sleep_set 
+0x6254 025813 branch mouse_24g_short_sleep2 
+:      025815 mouse_24g_short_sleep_long:
+0x6255 025816 sub temp ,0 ,temp 
+0x6256 025817 fetch 3 ,mem_24g_short_sleep_set 
+0x6257 025818 iadd temp ,pdata 
+0x6258 025819 branch mouse_24g_short_sleep2 
+:      025821 mouse_24g_miss_temp_clear:
+0x6259 025822 setarg 0 
+0x625a 025823 store 4 ,mem_mouse_24g_sleep_miss_temp 
+0x625b 025824 rtn 
+:      025826 mouse_24g_short_sleep_last_miss:
+0x625c 025827 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
+0x625d 025828 fetcht 4 ,mem_mouse_24g_sleep_miss_temp 
+0x625e 025829 iadd temp ,pdata 
+0x625f 025830 branch mouse_24g_short_sleep_notify 
+:      025832 mouse_24g_short_sleep_2:
+0x6260 025833 jam 1 ,mem_mouse_24g_sleep_miss 
+0x6261 025834 rtn 
+:      025837 mouse_24g_transmit_callback:
+0x6262 025838 call mouse_24g_send_time_check 
+0x6263 025839 branch mouse_wakeup_24g 
+:      025841 mouse_24g_send_time_check:
+0x6264 025842 fetch 1 ,mem_mouse_sleep_deal_type 
+0x6265 025843 rtn blank 
+0x6266 025844 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x6267 025845 beq g24_tx_timer_int_enable ,mouse_24g_send_timer_first 
+0x6268 025846 fetch 1 ,mem_mouse_24g_tx_count 
+0x6269 025847 branch mouse_24g_send_timer_first ,blank 
+0x626a 025848 copy clkn ,pdata 
+0x626b 025849 fetcht 6 ,mem_mouse_24g_tx_time_last 
+0x626c 025850 store 6 ,mem_mouse_24g_tx_time_last 
+0x626d 025851 call clk_diff_rt 
+0x626e 025852 store 4 ,mem_mouse_24g_tx_time_last_delt 
+0x626f 025854 fetch 1 ,mem_mouse_24g_sleep_miss 
+0x6270 025855 nrtn blank 
+0x6271 025856 fetch 2 ,mem_24g_retransmit 
+0x6272 025857 nrtn blank 
+0x6273 025858 fetch 4 ,mem_mouse_24g_tx_time_last_delt 
+:      025859 mouse_24g_send_time_check_1:
+0x6274 025860 fetcht 5 ,mem_mouse_24g_tx_time_sum 
+0x6275 025861 iadd temp ,pdata 
+0x6276 025862 store 5 ,mem_mouse_24g_tx_time_sum 
+0x6277 025863 fetcht 1 ,mem_mouse_24g_tx_count 
+0x6278 025864 fetch 1 ,mem_mouse_24g_tx_time_sum_count 
+0x6279 025865 isub temp ,null 
+0x627a 025866 branch mouse_24g_send_time_check_average ,zero 
+0x627b 025867 increase 1 ,temp 
+0x627c 025868 storet 1 ,mem_mouse_24g_tx_count 
+0x627d 025869 rtn 
+:      025871 mouse_24g_send_time_check_average:
+0x627e 025872 jam 1 ,mem_mouse_24g_tx_count 
+0x627f 025873 arg 0 ,temp 
+0x6280 025874 fetch 5 ,mem_mouse_24g_tx_time_sum 
+0x6281 025875 storet 5 ,mem_mouse_24g_tx_time_sum 
+0x6282 025876 fetcht 1 ,mem_mouse_24g_tx_time_sum_count 
+0x6283 025877 idiv temp 
+0x6284 025878 call wait_div_end 
+0x6285 025879 quotient rega 
+0x6286 025881 fetch 4 ,mem_mouse_24g_tsniff 
+0x6287 025882 fetcht 1 ,mem_mouse_24g_tx_time_offset 
+0x6288 025883 isub temp ,temp 
+0x6289 025884 increase -40 ,temp 
+0x628a 025886 copy rega ,pdata 
+0x628b 025887 isub temp ,pdata 
+0x628c 025888 branch mouse_24g_send_time_check_average_late ,positive 
+0x628d 025889 sub pdata ,0 ,pdata 
+0x628e 025891 rshift2 pdata ,pdata 
+0x628f 025892 fetcht 3 ,mem_24g_short_sleep_set 
+0x6290 025893 iadd temp ,temp 
+0x6291 025894 bpatch patch13_6 ,mem_patch13 
+0x6292 025895 fetch 3 ,mem_mouse_24g_short_sleep_set_init 
+0x6293 025896 arg 0x1800 ,rega 
+0x6294 025897 iadd rega ,pdata 
+0x6295 025898 isub temp ,null 
+0x6296 025899 nbranch mouse_24g_send_time_check_average_min ,positive 
+0x6297 025900 storet 3 ,mem_24g_short_sleep_set 
+0x6298 025901 rtn 
+:      025903 mouse_24g_send_time_check_average_late:
+0x6299 025904 rshift2 pdata ,temp 
+0x629a 025905 fetch 3 ,mem_24g_short_sleep_set 
+0x629b 025906 isub temp ,temp 
+0x629c 025907 bpatch patch13_7 ,mem_patch13 
+0x629d 025908 fetch 3 ,mem_mouse_24g_short_sleep_set_init 
+0x629e 025909 arg 0x1800 ,rega 
+0x629f 025910 isub rega ,pdata 
+0x62a0 025911 isub temp ,null 
+0x62a1 025912 branch mouse_24g_send_time_check_average_min ,positive 
+0x62a2 025913 storet 3 ,mem_24g_short_sleep_set 
+0x62a3 025914 rtn 
+:      025916 mouse_24g_send_time_check_average_min:
+0x62a4 025917 store 3 ,mem_24g_short_sleep_set 
+0x62a5 025918 rtn 
+:      025920 mouse_24g_send_timer_first:
+0x62a6 025921 jam 1 ,mem_mouse_24g_tx_count 
+0x62a7 025922 copy clkn ,pdata 
+0x62a8 025923 store 6 ,mem_mouse_24g_tx_time_last 
+0x62a9 025924 rtn 
+:      025926 mouse_24g_send_time_long_wake:
+0x62aa 025927 setarg 0 
+0x62ab 025928 store 1 ,mem_mouse_24g_tx_count 
+0x62ac 025929 store 5 ,mem_mouse_24g_tx_time_sum 
+0x62ad 025930 rtn 
+:      025939 shutter_init:
+0x62ae 025940 call enable_authrom 
+0x62af 025941 rtn wake 
+0x62b0 025943 setarg shutter_process_idle 
+0x62b1 025944 store 2 ,mem_cb_idle_process 
+0x62b2 025946 setarg shutter_process_bb_event 
+0x62b3 025947 store 2 ,mem_cb_bb_event_process 
+0x62b4 025949 setarg ble_shutter_receive_data 
+0x62b5 025950 store 2 ,mem_cb_att_write 
+0x62b6 025952 setarg shutter_le_bb_event_timer 
+0x62b7 025953 store 2 ,mem_cb_event_timer 
+0x62b8 025955 setarg shutter_key_change 
+0x62b9 025956 store 2 ,mem_cb_shutter_keycan 
+0x62ba 025958 call shutter_common_init 
+0x62bb 025960 bpatch patch14_0 ,mem_patch14 
+0x62bc 025961 call shutter_load_buffer_config_form_datarom 
+:      025963 shutter_power_switch:
+0x62bd 025964 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x62be 025965 beq hard_switch ,shutter_hart_swtich_power_on 
+0x62bf 025966 fetch 1 ,mem_shutter_soft_switch_button_gpio 
+0x62c0 025967 store 1 ,mem_ui_button_gpio 
+0x62c1 025968 branch ui_soft_swtich_init 
+:      025971 shutter_common_init:
+0x62c2 025972 setarg shutter_le_before_hibernate 
+0x62c3 025973 store 2 ,mem_cb_before_hibernate 
+0x62c4 025975 setarg shutter_process_lpm_before 
+0x62c5 025976 store 2 ,mem_cb_before_lpm 
+0x62c6 025978 setarg shutter_soft_swtich_power_on 
+0x62c7 025979 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
+0x62c8 025981 setarg shutter_soft_swtich_power_off 
+0x62c9 025982 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
+0x62ca 025984 jam 7 ,mem_version 
+0x62cb 025985 call le_modified_name_adv 
+0x62cc 025986 call shutter_init_param 
+0x62cd 025987 call keyscan_key_init 
+0x62ce 025988 call queue_init 
+0x62cf 025989 branch ui_led_init_global 
+:      025993 shutter_hart_swtich_power_on:
+0x62d0 025994 jam ui_button_gpio_disable ,mem_ui_button_gpio 
+0x62d1 025995 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
+0x62d2 025996 branch shutter_start_reconnect 
+:      026000 shutter_le_scale_lpm_lock:
+0x62d3 026001 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x62d4 026002 beq ss_state_power_off ,app_get_lpm_wake_lock 
+0x62d5 026003 call l2cap_malloc_get_full_map 
+0x62d6 026004 fetch 1 ,mem_used_map 
+0x62d7 026005 nbranch app_get_lpm_wake_lock ,blank 
+0x62d8 026006 branch app_put_lpm_wake_lock 
+:      026010 shutter_process_bb_event:
+0x62d9 026011 copy regc ,pdata 
+0x62da 026014 beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
+0x62db 026015 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
+0x62dc 026016 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
+0x62dd 026017 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
+0x62de 026019 beq bt_evt_button_long_pressed ,ui_soft_switch_botton_long_press 
+0x62df 026020 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
+0x62e0 026021 beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
+0x62e1 026022 rtn 
+:      026027 ble_shutter_process_baseband_connect:
+0x62e2 026028 call shutter_stop_bluetooth_discovery 
+0x62e3 026029 setarg 0 
+0x62e4 026030 store 2 ,mem_ble_shutter_reconn_timer 
+0x62e5 026031 branch app_led_off 
+:      026034 ble_shutter_process_baseband_disconnect:
+0x62e6 026035 call queue_init 
+0x62e7 026036 jam 0 ,mem_ble_shutter_enable_notify 
+0x62e8 026037 branch shutter_start_reconnect 
+:      026040 ble_shutter_process_reconnect_complete:
+0x62e9 026041 call queue_init 
+0x62ea 026042 jam 1 ,mem_ble_shutter_enable_notify 
+0x62eb 026043 fetch 8 ,mem_ble_shutter_interval_min 
+0x62ec 026044 store 8 ,mem_le_interval_min 
+0x62ed 026045 call app_lpm_mult_enable 
+0x62ee 026046 branch le_l2cap_tx_update_req 
+:      026049 ble_shutter_process_parse_connect_parameter_update_response:
+0x62ef 026050 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x62f0 026051 rtneq ble_signaling_connect_parameter_update_accepted 
+0x62f1 026052 fetch 8 ,mem_ble_shutter_interval_min_new 
+0x62f2 026053 rtn blank 
+0x62f3 026054 store 8 ,mem_le_interval_min 
+0x62f4 026055 branch le_l2cap_tx_update_req 
+:      026062 shutter_process_soft_swtich_button_down:
+0x62f5 026063 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x62f6 026064 rtneq hard_switch 
+0x62f7 026065 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x62f8 026066 rtnne ss_state_power_on 
+0x62f9 026067 call shutter_store_currenct_led_state 
+0x62fa 026068 branch app_led_on 
+:      026070 shutter_store_currenct_led_state:
+0x62fb 026071 jam 1 ,mem_shutter_soft_swtich_botton_down 
+0x62fc 026072 arg 11 ,loopcnt 
+0x62fd 026073 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
+0x62fe 026074 arg mem_shutter_led_struct_app_led ,contr 
+0x62ff 026075 branch memcpy 
+:      026077 shutter_process_soft_swtich_button_up:
+0x6300 026078 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x6301 026079 rtneq hard_switch 
+0x6302 026080 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x6303 026081 beq ss_state_power_on ,shutter_load_currenct_led_state 
+0x6304 026082 branch ui_soft_switch_botton_up 
+:      026084 shutter_load_currenct_led_state:
+0x6305 026085 fetch 1 ,mem_shutter_soft_swtich_botton_down 
+0x6306 026086 rtnne 1 
+0x6307 026087 jam 0 ,mem_shutter_soft_swtich_botton_down 
+0x6308 026088 fetch 2 ,mem_ui_state_map 
+0x6309 026089 bbit1 ui_state_ble_connected ,app_led_off 
+0x630a 026090 arg 11 ,loopcnt 
+0x630b 026091 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
+0x630c 026092 arg mem_shutter_led_struct_app_led ,contw 
+0x630d 026093 branch memcpy 
+:      026098 shutter_le_bb_event_timer:
+0x630e 026100 call shutter_check_sleep_timer 
+0x630f 026103 call shutter_check_power_off_timer 
+0x6310 026107 branch ble_shutter_reconn_timer 
+:      026111 shutter_check_sleep_timer:
+0x6311 026112 arg mem_shutter_sleep_timer ,regc 
+0x6312 026113 arg shutter_sleep_timeout ,regb 
+0x6313 026114 branch timer_single_step_2b 
+:      026115 shutter_sleep_timeout:
+0x6314 026116 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
+0x6315 026117 call app_led_off 
+0x6316 026118 call shutter_disconnect_current_connection 
+0x6317 026119 branch shutter_wait_power_off 
+:      026122 shutter_check_power_off_timer:
+0x6318 026123 arg mem_shutter_power_off_timer ,regc 
+0x6319 026124 arg shutter_check_power_off_timeout ,regb 
+0x631a 026125 branch timer_single_step 
+:      026127 shutter_check_power_off_timeout:
+0x631b 026128 fetch 2 ,mem_ui_state_map 
+0x631c 026129 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
+0x631d 026130 fetch 1 ,mem_shutter_led_struct_app_led_type 
+0x631e 026131 beq ui_led_state_blink_start ,shutter_wait_power_off 
+0x631f 026132 beq ui_led_state_blink_lighting ,shutter_wait_power_off 
+0x6320 026133 beq ui_led_state_blink_darking ,shutter_wait_power_off 
+0x6321 026134 branch app_enter_hibernate 
+:      026138 ble_shutter_reconn_timer:
+0x6322 026139 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x6323 026140 rtnne ss_state_power_on 
+0x6324 026141 arg mem_ble_shutter_reconn_timer ,regc 
+0x6325 026142 arg shutter_start_bluetooth_discovery ,regb 
+0x6326 026143 branch timer_single_step_2b 
+:      026146 shutter_process_idle:
+0x6327 026147 call shutter_send_data_to_master 
+0x6328 026148 branch keyscan_key_process 
+:      026151 shutter_process_lpm_before:
+0x6329 026152 call gpio_set_before_lpm 
+0x632a 026153 branch keyscan_process_lpm_before 
+:      026155 shutter_le_before_hibernate:
+0x632b 026156 call gpio_set_before_lpm 
+0x632c 026157 branch disable_authrom 
+:      026163 shutter_stop_bluetooth_discovery:
+:      026167 ble_shutter_stop_bluetooth_discovery:
+0x632d 026168 fetch 2 ,mem_ble_shutter_connect_timeout 
+0x632e 026169 store 2 ,mem_shutter_sleep_timeout 
+0x632f 026170 store 2 ,mem_shutter_sleep_timer 
+0x6330 026171 branch app_ble_stop_adv 
+:      026174 shutter_start_bluetooth_discovery:
+0x6331 026175 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x6332 026176 rtnne ss_state_power_on 
+:      026180 ble_shutter_start_discovery:
+0x6333 026181 fetch 2 ,mem_ui_state_map 
+0x6334 026182 rtnbit1 ui_state_ble_connected 
+0x6335 026183 fetch 2 ,mem_ble_shutter_discovery_timeout 
+0x6336 026184 store 2 ,mem_shutter_sleep_timeout 
+0x6337 026185 store 2 ,mem_shutter_sleep_timer 
+0x6338 026186 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
+0x6339 026187 call shutter_ble_adv_interval_set 
+0x633a 026188 call app_led_start_blink 
+0x633b 026189 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
+0x633c 026190 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x633d 026191 fetch 2 ,mem_ui_state_map 
+0x633e 026192 rtnbit1 ui_state_ble_adv 
+0x633f 026193 branch app_ble_start_adv 
+:      026195 shutter_soft_swtich_power_on:
+:      026196 shutter_start_reconnect:
+0x6340 026197 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x6341 026198 rtnne ss_state_power_on 
+:      026202 ble_shutter_start_reconnect:
+0x6342 026203 fetch 2 ,mem_ble_shutter_reconn_timer 
+0x6343 026204 fetcht 2 ,mem_ble_shutter_reconn_timeout 
+0x6344 026205 storet 2 ,mem_ble_shutter_reconn_timer 
+0x6345 026206 nrtn blank 
+0x6346 026207 fetch 2 ,mem_ble_shutter_reconn_adv_interval 
+0x6347 026208 call shutter_ble_adv_interval_set 
+0x6348 026209 call app_led_start_blink 
+0x6349 026210 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
+0x634a 026211 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x634b 026212 fetch 2 ,mem_ui_state_map 
+0x634c 026213 rtnbit1 ui_state_ble_adv 
+0x634d 026214 branch app_ble_start_adv 
+:      026216 shutter_disconnect_current_connection:
+0x634e 026217 fetch 2 ,mem_ui_state_map 
+0x634f 026218 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x6350 026219 branch shutter_stop_bluetooth_discovery 
+:      026223 shutter_check_data_enable:
+0x6351 026224 call disable_user 
+0x6352 026225 fetch 2 ,mem_ui_state_map 
+0x6353 026226 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
+0x6354 026227 rtn 
+:      026229 shutter_check_ble_data_enable:
+0x6355 026230 fetch 1 ,mem_ble_shutter_enable_notify 
+0x6356 026231 rtn blank 
+0x6357 026232 branch enable_user 
+:      026237 shutter_check_bluetooth_conn:
+0x6358 026238 call disable_user 
+0x6359 026239 fetch 2 ,mem_ui_state_map 
+0x635a 026240 rtnbit1 ui_state_ble_connected 
+0x635b 026241 branch enable_user 
+:      026245 shutter_change_bluetooth_status_bt_disconn:
+:      026249 ble_shutter_change_bluetooth_status_bt_disconn:
+0x635c 026250 branch shutter_start_reconnect 
+:      026254 shutter_check_send_data:
+0x635d 026255 disable user2 
+0x635e 026256 fetch 2 ,mem_shutter_sleep_timeout 
+0x635f 026257 store 2 ,mem_shutter_sleep_timer 
+0x6360 026259 call shutter_check_bluetooth_conn 
+0x6361 026260 branch shutter_change_bluetooth_status_bt_disconn ,user 
+0x6362 026262 call shutter_check_data_enable 
+0x6363 026263 nrtn user 
+0x6364 026264 branch enable_user2 
+:      026268 shutter_key_change:
+0x6365 026269 call shutter_check_send_data 
+0x6366 026270 nrtn user2 
+0x6367 026271 deposit rega 
+0x6368 026272 branch shutter_key_release ,blank 
+:      026273 shutter_key_press:
+0x6369 026274 call app_led_on 
+0x636a 026275 arg mem_key0_press ,regc 
+0x636b 026276 branch push_queue_press_or_release 
+:      026278 shutter_key_release:
+0x636c 026279 call app_led_off 
+0x636d 026280 arg mem_key0_release ,regc 
+:      026282 push_queue_press_or_release:
+0x636e 026283 arg max_queue_num ,pdata 
+0x636f 026284 imul32 queue ,pdata 
+0x6370 026285 iadd regc ,regc 
+:      026288 push_buffer_in_queue:
+0x6371 026289 ifetch 1 ,regc 
+0x6372 026290 rtn blank 
+0x6373 026291 call queue_push_one_byte 
+0x6374 026292 increase 1 ,regc 
+0x6375 026293 branch push_buffer_in_queue 
+:      026296 shutter_send_data_to_master:
+0x6376 026297 fetch 2 ,mem_ui_state_map 
+0x6377 026298 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
+0x6378 026299 rtn 
+:      026301 pop_queue_to_ble_data:
+0x6379 026302 call le_fifo_check_nearly_full 
+0x637a 026303 nrtn blank 
+0x637b 026304 call queue_pop_one_byte 
+0x637c 026305 nrtn user 
+0x637d 026306 pincrease -1 
+0x637e 026307 mul32 pdata ,shutter_ble_data_buffer ,pdata 
+0x637f 026308 arg mem_ble_data_buffer1 ,temp 
+0x6380 026309 iadd temp ,contr 
+0x6381 026310 branch le_send_notify_from_list 
+:      026314 queue_push_one_byte:
+0x6382 026315 store 1 ,mem_pdatatemp 
+0x6383 026316 arg mem_pdatatemp ,rega 
+0x6384 026317 branch queue_push 
+:      026319 queue_pop_one_byte:
+0x6385 026320 arg mem_pdatatemp ,rega 
+0x6386 026321 call queue_pop 
+0x6387 026322 nrtn user 
+0x6388 026323 fetch 1 ,mem_pdatatemp 
+0x6389 026324 rtn 
+:      026327 ble_shutter_receive_data:
+0x638a 026328 fetch 2 ,mem_le_att_handle 
+0x638b 026329 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
+0x638c 026330 rtn 
+:      026332 shutter_init_param:
+0x638d 026333 jam 0x02 ,mem_shutter_power_off_timeout 
+0x638e 026335 setarg 0x00200008 
+0x638f 026336 store 4 ,mem_ble_shutter_interval_min 
+0x6390 026337 setarg 0x012c0005 
+0x6391 026338 istore 4 ,contw 
+0x6392 026341 jam 0x17 ,mem_le_local_mtu 
+0x6393 026344 setarg 0x1b 
+0x6394 026345 store 2 ,mem_le_pairing_handle 
+0x6395 026346 branch le_set_fixed_ltk_justwork 
+:      026349 shutter_load_buffer_config_form_datarom:
+0x6396 026351 arg ble_key_value_list_size ,loopcnt 
+0x6397 026352 arg mem_ble_data_buffer1 ,contw 
+0x6398 026353 arg ble_shutter_key_value_list_addr ,contr 
+0x6399 026354 branch memcpy_fast 
+:      026374 shutter_soft_swtich_power_off:
+0x639a 026375 arg 0 ,rega 
+0x639b 026376 arg mem_shutter_power_off_led_style ,regc 
+0x639c 026377 call ui_led_set_style_global 
+0x639d 026378 call shutter_disconnect_current_connection 
+:      026379 shutter_wait_power_off:
+0x639e 026380 fetch 1 ,mem_shutter_power_off_timeout 
+0x639f 026381 store 1 ,mem_shutter_power_off_timer 
+0x63a0 026382 rtn 
+:      026386 ui_soft_swtich_init:
+0x63a1 026387 setarg ss_state_power_up 
+0x63a2 026388 call ui_soft_swtich_init_power_on_time 
+0x63a3 026389 jam ui_button_state_up ,mem_ui_button_last_state 
+0x63a4 026390 call ui_button_init 
+0x63a5 026391 call ui_button_polling 
+:      026392 ui_soft_switch_first_power_on:
+0x63a6 026393 fetch 1 ,mem_shutter_soft_switch_first_power_on 
+0x63a7 026394 branch ui_soft_swtich_init_next ,blank 
+0x63a8 026395 fetch 1 ,core_lpm_isogate 
+0x63a9 026396 bbit1 cold_wake ,ui_soft_switch_power_on 
+:      026397 ui_soft_swtich_init_next:
+0x63aa 026398 fetch 2 ,mem_ui_state_map 
+0x63ab 026399 rtnbit1 ui_state_btn_down 
+0x63ac 026400 branch app_enter_hibernate 
+:      026402 ui_soft_swtich_init_power_on_time:
+0x63ad 026403 fetcht 2 ,mem_power_param_ptr 
+0x63ae 026404 istore 1 ,temp 
+0x63af 026405 ifetch 1 ,contw 
+0x63b0 026406 store 1 ,mem_ui_button_timeout 
+0x63b1 026407 rtn 
+:      026410 ui_soft_switch_botton_up:
+0x63b2 026411 fetch 2 ,mem_power_param_ptr 
+0x63b3 026412 ifetch 1 ,pdata 
+0x63b4 026413 rtnne ss_state_power_up 
+0x63b5 026414 branch app_enter_hibernate 
+:      026417 ui_soft_switch_botton_long_press:
+0x63b6 026418 fetcht 2 ,mem_power_param_ptr 
+0x63b7 026419 ifetch 1 ,temp 
+0x63b8 026420 beq ss_state_power_on ,ui_soft_switch_power_off 
+:      026421 ui_soft_switch_power_on:
+0x63b9 026422 setarg ss_state_power_on 
+0x63ba 026423 fetcht 2 ,mem_power_param_ptr 
+0x63bb 026424 istore 1 ,temp 
+0x63bc 026425 add temp ,ss_power_off_time ,contr 
+0x63bd 026426 ifetch 1 ,contr 
+0x63be 026427 istore 1 ,mem_ui_button_timeout 
+0x63bf 026428 ifetch 2 ,contr 
+0x63c0 026429 branch callback_func 
+:      026431 ui_soft_switch_power_off:
+0x63c1 026432 setarg ss_state_power_off 
+0x63c2 026433 call ui_soft_swtich_init_power_on_time 
+0x63c3 026434 add temp ,ss_power_off_cb ,contr 
+0x63c4 026435 ifetch 2 ,contr 
+0x63c5 026436 branch app_enter_hibernate ,blank 
+0x63c6 026437 branch callback_func 
+:      026442 shutter_ble_adv_interval_set:
+0x63c7 026443 store 2 ,mem_lpm_interval 
+0x63c8 026444 increase -4 ,pdata 
+0x63c9 026445 store 2 ,mem_le_adv_interval 
+0x63ca 026446 rtn 
+:      026448 le_send_notify_from_list:
+0x63cb 026449 ifetch 1 ,contr 
+0x63cc 026450 copy pdata ,rega 
+0x63cd 026451 ifetcht 2 ,contr 
+0x63ce 026452 call store_contr 
+0x63cf 026453 call le_att_malloc_tx_notify 
+0x63d0 026454 copy rega ,loopcnt 
+0x63d1 026455 call get_contr 
+0x63d2 026456 branch memcpy 
+:      026458 shutter_le_uuid_table_conf:
+0x63d3 026459 setarg ble_shutter_gatt_list_addr 
+0x63d4 026460 store 2 ,mem_ui_le_uuid_table 
+0x63d5 026461 rtn 
+:      026463 shutter_dy_le_uuid_table_conf:
+0x63d6 026464 setarg mem_shutter_le_uuid_sup 
+0x63d7 026465 store 2 ,mem_ui_le_uuid_table 
+0x63d8 026466 rtn 
+:      026469 shutter_default_init:
+0x63d9 026470 fetch 2 ,mem_shutter_key_conf0_temp 
+0x63da 026471 store 2 ,mem_shutter_key_conf0 
+0x63db 026472 fetch 1 ,mem_shutter_led_struct_app_led_gpio_temp 
+0x63dc 026473 store 1 ,mem_shutter_led_struct_app_led_gpio 
+0x63dd 026474 store 1 ,mem_shutter_power_off_led_style_gpio 
+0x63de 026475 fetch 1 ,mem_shutter_hard_soft_switch_case_temp 
+0x63df 026476 store 1 ,mem_shutter_hard_soft_switch_case 
+0x63e0 026477 fetch 1 ,mem_shutter_soft_switch_button_gpio_temp 
+0x63e1 026478 store 1 ,mem_shutter_soft_switch_button_gpio 
+0x63e2 026484 setarg 0x0002 
+0x63e3 026485 store 2 ,mem_key0_press 
+0x63e4 026486 store 2 ,mem_key1_press 
+0x63e5 026487 setarg 0x0006 
+0x63e6 026488 store 2 ,mem_key0_release 
+0x63e7 026489 store 2 ,mem_key1_release 
+0x63e8 026490 setarg 0x0007 
+0x63e9 026491 store 2 ,mem_key2_press 
+0x63ea 026492 setarg 0x0008 
+0x63eb 026493 store 2 ,mem_key2_release 
+0x63ec 026494 setarg mem_shutter_soft_switch_power_state 
+0x63ed 026495 store 2 ,mem_power_param_ptr 
+0x63ee 026496 setarg 0x201400 
+0x63ef 026497 store 3 ,mem_shutter_soft_switch_power_state 
+0x63f0 026498 jam 0x01 ,mem_lpm_mode 
+0x63f1 026499 setarg 0x0100 
+0x63f2 026500 store 2 ,mem_lpm_interval 
+0x63f3 026501 jam 0x08 ,mem_lpm_overhead 
+0x63f4 026502 jam 0x05 ,mem_lpm_mult 
+0x63f5 026503 jam 0x02 ,mem_lpm_mult_timeout 
+0x63f6 026504 setarg 0x0096 
+0x63f7 026505 store 2 ,mem_ble_shutter_reconn_blink_on_time 
+0x63f8 026506 istore 2 ,contw 
+0x63f9 026507 setarg 0x0296 
+0x63fa 026508 store 2 ,mem_ble_shutter_discovery_blink_on_time 
+0x63fb 026509 istore 2 ,contw 
+0x63fc 026510 setsect 0 ,0x10 
+0x63fd 026511 setsect 1 ,0x8008 
+0x63fe 026512 setsect 2 ,0x2c000 
+0x63ff 026513 setsect 3 ,0x04 
+0x6400 026514 store 8 ,mem_ble_shutter_interval_min_new 
+0x6401 026515 jam 0x01 ,mem_ui_led_struct_num 
+0x6402 026516 setarg mem_shutter_led_struct_app_led 
+0x6403 026517 store 2 ,mem_ui_led_struct_ptr 
+0x6404 026518 setarg 0x0000 
+0x6405 026519 store 2 ,mem_shutter_led_struct_app_led 
+0x6406 026520 setsect 0 ,0x1a0 
+0x6407 026521 setsect 1 ,0x68 
+0x6408 026522 setsect 2 ,0x00 
+0x6409 026523 setsect 3 ,0x00 
+0x640a 026524 store 8 ,mem_shutter_led_struct_app_led_on_time 
+0x640b 026525 setarg 0x0301 
+0x640c 026526 store 2 ,mem_shutter_power_off_led_style 
+0x640d 026527 setsect 0 ,0x1a0 
+0x640e 026528 setsect 1 ,0xe8 
+0x640f 026529 setsect 2 ,0x00 
+0x6410 026530 setsect 3 ,0x00 
+0x6411 026531 store 8 ,mem_shutter_power_off_led_style_on_time 
+0x6412 026532 setarg 0x000e 
+0x6413 026533 store 2 ,mem_ble_shutter_reconn_adv_interval 
+0x6414 026534 setarg 0x0140 
+0x6415 026535 store 2 ,mem_ble_shutter_discovery_adv_interval 
+0x6416 026536 store 2 ,mem_le_adv_interval 
+0x6417 026537 setarg 0x0050 
+0x6418 026538 store 2 ,mem_ble_shutter_reconn_timeout 
+0x6419 026539 jam 0x07 ,mem_le_adv_channel_map 
+0x641a 026540 jam 0x00 ,mem_le_adv_enable 
+0x641b 026541 setsect 0 ,0xfb 
+0x641c 026542 setsect 1 ,0x2c212 
+0x641d 026543 setsect 2 ,0x800f 
+0x641e 026544 setsect 3 ,0x21 
+0x641f 026545 store 8 ,mem_local_rx_max_octets 
+0x6420 026546 setsect 0 ,0x0bb8 
+0x6421 026547 setsect 1 ,0x02ee 
+0x6422 026548 store 4 ,mem_ble_shutter_discovery_timeout 
+0x6423 026549 setarg mem_queue_each_size 
+0x6424 026550 store 2 ,mem_queue_ptr 
+0x6425 026551 setarg 0x2001 
+0x6426 026552 store 2 ,mem_queue_each_size 
+0x6427 026553 jam 0x1f ,mem_le_adv_data_len 
+0x6428 026554 setsect 0 ,0x10102 
+0x6429 026555 setsect 1 ,0x80c1 
+0x642a 026556 setsect 2 ,0x18120 
+0x642b 026557 setsect 3 ,0x640c 
+0x642c 026558 store 9 ,mem_le_adv_data 
+0x642d 026559 setsect 0 ,0x3c1 
+0x642e 026560 istore 2 ,contw 
+0x642f 026561 jam 0x1f ,mem_le_scan_data_len 
+0x6430 026562 setsect 0 ,0x2090d 
+0x6431 026563 setsect 1 ,0x34c15 
+0x6432 026564 setsect 2 ,0x28532 
+0x6433 026565 setsect 3 ,0x1d1d5 
+0x6434 026566 store 9 ,mem_le_scan_data 
+0x6435 026567 setsect 0 ,0x26574 
+0x6436 026568 setsect 1 ,0x1c 
+0x6437 026569 istore 3 ,contw 
+0x6438 026570 setarg mem_shutter_keyscan 
+0x6439 026571 store 2 ,mem_keyscan_ptr 
+0x643a 026572 jam 0x02 ,mem_shutter_key_num 
+0x643b 026573 setarg mem_shutter_nv_data 
+0x643c 026574 store 2 ,mem_nv_data_ptr 
+0x643d 026575 jam 0x05 ,mem_nv_data_number 
+0x643e 026576 fetch 1 ,mem_shutter_dy_conf 
+0x643f 026577 beq shutter_type ,shutter_le_uuid_table_conf 
+0x6440 026578 beq shutter_dy_type ,shutter_dy_le_uuid_table_conf 
+0x6441 026579 rtn 
+:      026591 shutter_dy_6_key_conf:
+0x6442 026593 fetch shutter_six_key ,mem_shutter_dy_key_conf 
+0x6443 026594 store shutter_six_key ,mem_shutter_key_conf0 
+0x6444 026595 jam shutter_six_key ,mem_shutter_key_num 
+0x6445 026596 setarg mem_shutter_key_num 
+0x6446 026597 store 2 ,mem_keyscan_ptr 
+0x6447 026598 rtn 
+:      026600 shutter_dy_7_key_conf:
+0x6448 026602 fetch shutter_seven_key ,mem_shutter_dy_key_conf 
+0x6449 026603 store shutter_seven_key ,mem_shutter_key_conf0 
+0x644a 026604 jam shutter_seven_key ,mem_shutter_key_num 
+0x644b 026605 setarg mem_shutter_key_num 
+0x644c 026606 store 2 ,mem_keyscan_ptr 
+0x644d 026607 rtn 
+:      026609 shutter_dy_8_key_conf:
+0x644e 026611 fetch shutter_eight_key ,mem_shutter_dy_key_conf 
+0x644f 026612 store shutter_eight_key ,mem_shutter_key_conf0 
+0x6450 026613 jam shutter_eight_key ,mem_shutter_key_num 
+0x6451 026614 setarg mem_shutter_key_num 
+0x6452 026615 store 2 ,mem_keyscan_ptr 
+0x6453 026616 rtn 
+:      026618 shutter_dy_key_conf:
+0x6454 026619 fetch 1 ,mem_shutter_key_num_conf 
+0x6455 026620 beq shutter_six_key ,shutter_dy_6_key_conf 
+0x6456 026621 beq shutter_seven_key ,shutter_dy_7_key_conf 
+0x6457 026622 beq shutter_eight_key ,shutter_dy_8_key_conf 
+0x6458 026623 rtn 
+:      026625 shutter_dy_adv_conf:
+0x6459 026626 bpatch patch14_1 ,mem_patch14 
+0x645a 026628 fetch 8 ,mem_shutter_ble_discovery_time_conf 
+0x645b 026629 store 8 ,mem_ble_shutter_discovery_timeout 
+0x645c 026630 setarg 0x0096 
+0x645d 026631 store 2 ,mem_ble_shutter_reconn_timeout 
+0x645e 026633 fetch 7 ,mem_shutter_led_on_light_dark_led_conf 
+0x645f 026634 store 7 ,mem_shutter_led_struct_app_led 
+0x6460 026635 fetch 7 ,mem_shutter_led_off_light_dark_led_conf 
+0x6461 026636 store 7 ,mem_shutter_power_off_led_style 
+0x6462 026638 fetch 4 ,mem_shutter_reconn_blink_on_time_conf 
+0x6463 026639 store 4 ,mem_ble_shutter_reconn_blink_on_time 
+0x6464 026640 fetch 4 ,mem_shutter_discovery_blink_on_time_conf 
+0x6465 026641 store 4 ,mem_ble_shutter_discovery_blink_on_time 
+0x6466 026643 setarg 0x000e 
+0x6467 026644 store 2 ,mem_ble_shutter_reconn_adv_interval 
+0x6468 026645 setarg 0x0140 
+0x6469 026646 store 2 ,mem_ble_shutter_discovery_adv_interval 
+0x646a 026647 store 2 ,mem_le_adv_interval 
+0x646b 026654 fetch 8 ,mem_ble_shutter_dy_interval_min_new 
+0x646c 026655 store 8 ,mem_ble_shutter_interval_min_new 
+0x646d 026656 rtn 
+:      026660 shutter_dy_init:
+0x646e 026661 call enable_authrom 
+0x646f 026662 rtn wake 
+0x6470 026664 call shutter_dy_key_conf 
+0x6471 026665 call shutter_dy_adv_conf 
+0x6472 026668 setarg shutter_dy_process_idle 
+0x6473 026669 store 2 ,mem_cb_idle_process 
+0x6474 026671 setarg shutter_dy_process_bb_event 
+0x6475 026672 store 2 ,mem_cb_bb_event_process 
+0x6476 026674 setarg ble_shutter_dy_receive_data 
+0x6477 026675 store 2 ,mem_cb_att_write 
+0x6478 026677 setarg shutter_dy_le_bb_event_timer 
+0x6479 026678 store 2 ,mem_cb_event_timer 
+0x647a 026680 setarg shutter_dy_key_change 
+0x647b 026681 store 2 ,mem_cb_shutter_keycan 
+0x647c 026683 call shutter_common_init 
+0x647d 026685 fetch 2 ,mem_shutter_le_pairing_handle 
+0x647e 026686 store 2 ,mem_le_pairing_handle 
+0x647f 026687 fetch 8 ,mem_ble_shutter_interval_min_new 
+0x6480 026688 store 8 ,mem_ble_shutter_interval_min 
+0x6481 026689 call shutter_dy_iphone_every_move_max_set 
+0x6482 026690 bpatch patch14_2 ,mem_patch14 
+0x6483 026691 branch shutter_power_switch 
+:      026694 shutter_dy_process_idle:
+0x6484 026695 call shutter_dy_shutter_send_data_to_master 
+0x6485 026696 arg key_scan_timer ,queue 
+0x6486 026697 call timer_check 
+0x6487 026698 nrtn blank 
+0x6488 026699 setarg 0x20 
+0x6489 026700 arg key_scan_timer ,queue 
+0x648a 026701 call timer_init 
+0x648b 026702 disable user 
+0x648c 026703 call keyscan_process_lpm_before 
+0x648d 026704 branch shutter_dy_keyscan_key_process 
+:      026706 shutter_dy_iphone_every_move_max_set:
+0x648e 026707 setarg 0x1f 
+0x648f 026708 mul32 pdata ,every_payload_len ,pdata 
+0x6490 026709 arg mem_shutter_mousekey_value_list ,temp 
+0x6491 026710 iadd temp ,rega 
+0x6492 026711 increase 3 ,rega 
+0x6493 026712 arg iphone_once_max_move_value ,temp 
+0x6494 026713 istoret 1 ,rega 
+0x6495 026714 increase 11 ,rega 
+0x6496 026715 arg 0xfff ,pdata 
+0x6497 026716 isub temp ,pdata 
+0x6498 026717 lshift4 pdata ,pdata 
+0x6499 026718 istore 2 ,rega 
+0x649a 026719 rtn 
+:      026721 shutter_dy_shutter_send_data_to_master:
+0x649b 026722 fetch 2 ,mem_ui_state_map 
+0x649c 026723 bbit1 ui_state_ble_connected ,shutter_dy_pop_queue_to_ble_data 
+0x649d 026724 arg mem_queue_curr_num ,contw 
+0x649e 026725 arg 35 ,loopcnt 
+0x649f 026726 branch clear_mem 
+:      026728 shutter_dy_pop_queue_to_ble_data:
+0x64a0 026729 call le_fifo_check_nearly_full 
+0x64a1 026730 nrtn blank 
+0x64a2 026731 call queue_empty 
+0x64a3 026732 rtn blank 
+0x64a4 026733 fetcht 4 ,mem_key_send_clk 
+0x64a5 026734 copy clkn_bt ,pdata 
+0x64a6 026735 isub temp ,temp 
+0x64a7 026736 rtn zero 
+0x64a8 026737 nbranch shutter_dy_pop_queue_to_ble_data2 ,positive 
+0x64a9 026738 fetch 1 ,mem_send_data_delay 
+0x64aa 026739 isub temp ,null 
+0x64ab 026740 rtn positive 
+:      026741 shutter_dy_pop_queue_to_ble_data2:
+0x64ac 026742 copy clkn_bt ,pdata 
+0x64ad 026743 store 4 ,mem_key_send_clk 
+0x64ae 026744 call queue_pop_one_byte 
+0x64af 026745 nrtn user 
+0x64b0 026746 pincrease -1 
+0x64b1 026747 mul32 pdata ,10 ,pdata 
+0x64b2 026748 arg mem_shutter_mousekey_value_list ,temp 
+0x64b3 026749 iadd temp ,contr 
+0x64b4 026750 branch le_send_notify_from_list 
+:      026753 shutter_dy_le_bb_event_timer:
+0x64b5 026754 call shutter_dy_shutter_1s_timer 
+0x64b6 026755 call shutter_dy_link_key_loop_timer 
+0x64b7 026756 call shutter_dy_long_key_volume_timer 
+0x64b8 026757 call shutter_dy_iphone_move_mid_timer 
+0x64b9 026758 call shutter_dy_clear_key_state_timer 
+0x64ba 026759 call shutter_check_sleep_timer 
+0x64bb 026760 branch shutter_dy_check_power_off_timer 
+:      026762 shutter_dy_iphone_move_mid_timer:
+0x64bc 026763 arg mem_shutter_move_mid_timer ,regc 
+0x64bd 026764 arg shutter_dy_iphone_move_mid_timeout ,regb 
+0x64be 026765 branch timer_single_step 
+:      026767 shutter_dy_iphone_move_mid_timeout:
+0x64bf 026768 call queue_empty 
+0x64c0 026769 nrtn blank 
+0x64c1 026770 fetch 2 ,mem_key_value_xmem 
+0x64c2 026771 nrtn blank 
+:      026772 shutter_dy_iphone_move_mid:
+0x64c3 026773 call shutter_dy_check_iphone 
+0x64c4 026774 branch shutter_dy_android_like_loaction_mid ,blank 
+0x64c5 026775 copy queue ,pdata 
+0x64c6 026776 compare 0x04 ,pdata ,0x07 
+0x64c7 026777 branch shutter_dy_iphone_up_mid ,true 
+0x64c8 026779 copy queue ,pdata 
+0x64c9 026780 compare 0x01 ,pdata ,0x07 
+0x64ca 026781 branch shutter_dy_iphone_like_mid ,true 
+0x64cb 026782 arg mem_shutter_iphone_move_mid ,regc 
+0x64cc 026783 branch push_buffer_in_queue 
+:      026785 shutter_dy_android_like_loaction_mid:
+0x64cd 026786 arg mem_shutter_android_move_mid ,regc 
+0x64ce 026787 branch push_buffer_in_queue 
+:      026789 shutter_dy_iphone_up_mid:
+0x64cf 026790 arg mem_shutter_iphone_up_mid ,regc 
+0x64d0 026791 branch push_buffer_in_queue 
+:      026793 shutter_dy_iphone_like_mid:
+0x64d1 026794 arg mem_shutter_iphone_like_mid ,regc 
+0x64d2 026795 branch push_buffer_in_queue 
+:      026797 shutter_dy_clear_key_state_timer:
+0x64d3 026798 arg mem_shutter_like_timeout ,regc 
+0x64d4 026799 arg shutter_dy_clear_key_state_timeout ,regb 
+0x64d5 026800 branch timer_single_step 
+:      026802 shutter_dy_clear_key_state_timeout:
+0x64d6 026803 arg shutter_key_conf_sate_bytes ,loopcnt 
+0x64d7 026804 arg mem_shutter_key_state1 ,contw 
+0x64d8 026805 branch clear_mem 
+:      026808 shutter_dy_check_power_off_timer:
+0x64d9 026809 arg mem_shutter_power_off_timer ,regc 
+0x64da 026810 arg shutter_dy_check_power_off_timeout ,regb 
+0x64db 026811 branch timer_single_step 
+:      026812 shutter_dy_check_power_off_timeout:
+0x64dc 026813 fetch 2 ,mem_ui_state_map 
+0x64dd 026814 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
+0x64de 026815 branch app_enter_hibernate 
+:      026817 shutter_dy_process_bb_event:
+0x64df 026818 copy regc ,pdata 
+0x64e0 026819 beq bt_evt_le_connected ,ble_shutter_dy_process_baseband_connect 
+0x64e1 026820 beq bt_evt_le_disconnected ,ble_shutter_dy_process_baseband_disconnect 
+0x64e2 026821 beq bt_evt_le_pairing_success ,ble_shutter_dy_pairing_success 
+0x64e3 026822 rtneq bt_evt_le_parse_conn_papa_update_rsp 
+0x64e4 026823 beq bt_evt_le_start_enc ,shutter_dy_le_find_service_hand_by_uuid 
+0x64e5 026824 branch shutter_process_bb_event 
+:      026826 ble_shutter_dy_pairing_success:
+0x64e6 026827 jam 1 ,mem_shutter_pairing_success 
+0x64e7 026828 call shutter_dy_clear_move_config 
+0x64e8 026830 fetch 2 ,mem_android_initial_move_x 
+0x64e9 026831 store 2 ,mem_shutter_move_data_x 
+0x64ea 026833 fetcht 2 ,mem_android_initial_move_y 
+0x64eb 026834 setarg 0xfff 
+0x64ec 026835 isub temp ,pdata 
+0x64ed 026836 store 2 ,mem_shutter_move_data_y 
+0x64ee 026837 rtn 
+:      026839 ble_shutter_dy_process_baseband_disconnect:
+0x64ef 026840 jam 0 ,mem_shutter_le_conned 
+0x64f0 026841 jam 0 ,mem_shutter_pairing_success 
+0x64f1 026842 call shutter_dy_move_mode_disable 
+0x64f2 026843 call shutter_dy_over_clear 
+0x64f3 026844 branch ble_shutter_process_baseband_disconnect 
+:      026846 ble_shutter_dy_process_baseband_connect:
+0x64f4 026847 copy clkn_bt ,pdata 
+0x64f5 026848 store 4 ,mem_key_send_clk 
+0x64f6 026849 call shutter_dy_remote_not_iphone 
+0x64f7 026850 branch ble_shutter_process_baseband_connect 
+:      026853 shutter_dy_check_send_data:
+0x64f8 026854 disable user2 
+0x64f9 026855 fetch 2 ,mem_shutter_sleep_timeout 
+0x64fa 026856 store 2 ,mem_shutter_sleep_timer 
+0x64fb 026857 call shutter_check_bluetooth_conn 
+0x64fc 026858 branch shutter_change_bluetooth_status_bt_disconn ,user 
+0x64fd 026859 call shutter_check_data_enable 
+0x64fe 026860 nrtn user 
+0x64ff 026861 branch enable_user2 
+:      026863 shutter_dy_over_clear:
+0x6500 026864 jam 0 ,mem_last_press_key_value 
+0x6501 026865 rtn 
+:      026867 shutter_dy_key_value_filter:
+0x6502 026868 copy queue ,pdata 
+0x6503 026869 rtnne shutter_like_key_num 
+0x6504 026870 branch shutter_dy_key_press_next 
+:      026872 shutter_dy_key_change:
+0x6505 026873 call shutter_dy_check_send_data 
+0x6506 026874 nrtn user2 
+0x6507 026875 deposit rega 
+0x6508 026876 branch shutter_dy_shutter_key_release ,blank 
+:      026877 shutter_dy_key_press:
+0x6509 026878 bpatch patch14_3 ,mem_patch14 
+0x650a 026879 fetch 1 ,mem_shutter_link_loop_flag 
+0x650b 026880 nbranch shutter_dy_key_value_filter ,blank 
+:      026881 shutter_dy_key_press_next:
+0x650c 026882 jam 1 ,mem_shutter_key_pressed 
+0x650d 026883 call app_led_on 
+0x650e 026884 call shutter_dy_key_press_clk 
+0x650f 026885 call shutter_dy_jude_queue_size 
+0x6510 026886 branch shutter_dy_over_clear ,positive 
+0x6511 026887 copy queue ,pdata 
+0x6512 026888 fetcht 1 ,mem_last_press_key_value 
+0x6513 026889 isub temp ,null 
+0x6514 026890 ncall shutter_dy_iphone_check_move_mid ,zero 
+0x6515 026891 copy queue ,pdata 
+0x6516 026892 store 1 ,mem_last_press_key_value 
+0x6517 026893 fetcht 1 ,mem_move_mode_key_index 
+0x6518 026894 isub temp ,null 
+0x6519 026895 branch shutter_dy_key_move_to_specify_location ,zero 
+0x651a 026896 fetch 1 ,mem_move_mode_trigger_enable 
+0x651b 026897 nbranch shutter_dy_move_set ,blank 
+:      026898 shutter_dy_page_set:
+0x651c 026899 call shutter_dy_le_get_press_ptr 
+0x651d 026900 arg max_queue_new_press ,pdata 
+0x651e 026901 branch shutter_dy_push_queue_press_or_release 
+:      026903 shutter_dy_move_set:
+0x651f 026904 call shutter_dy_jude_clear_move_config 
+0x6520 026905 copy queue ,pdata 
+0x6521 026906 beq shutter_like_key_num ,shutter_dy_page_set 
+0x6522 026907 call shutter_dy_check_move_data 
+0x6523 026908 branch shutter_dy_move_to_specify_location 
+:      026910 shutter_dy_key_move_to_specify_location:
+0x6524 026911 jam 1 ,mem_shutter_first_move 
+0x6525 026912 branch shutter_dy_move_to_specify_location 
+:      026914 shutter_dy_iphone_check_move_mid:
+0x6526 026915 bpatch patch14_4 ,mem_patch14 
+0x6527 026916 fetch 1 ,mem_move_mode_trigger_enable 
+0x6528 026917 branch shutter_dy_iphone_move_mid ,blank 
+0x6529 026918 copy queue ,pdata 
+0x652a 026919 beq shutter_like_key_num ,shutter_dy_iphone_move_mid 
+0x652b 026920 rtn 
+:      026921 shutter_dy_key_press_clk:
+0x652c 026922 arg shutter_key_conf_sate_bytes ,pdata 
+0x652d 026923 imul32 queue ,pdata 
+0x652e 026924 arg mem_shutter_key_state0 ,regc 
+0x652f 026925 iadd regc ,regc 
+0x6530 026926 copy clkn_bt ,pdata 
+0x6531 026927 istore key_state_press_clk_length ,regc 
+0x6532 026928 increase key_state_press_count_offset ,regc 
+0x6533 026929 ifetch 1 ,regc 
+0x6534 026930 increase 1 ,pdata 
+0x6535 026931 istore 1 ,regc 
+0x6536 026932 rtn 
+:      026933 shutter_dy_shutter_key_release:
+0x6537 026934 bpatch patch14_5 ,mem_patch14 
+0x6538 026935 fetch 1 ,mem_move_mode_trigger_enable 
+0x6539 026936 call shutter_dy_key_release_led ,blank 
+:      026937 shutter_dy_shutter_key_release_time:
+0x653a 026938 arg shutter_key_conf_sate_bytes ,pdata 
+0x653b 026939 imul32 queue ,pdata 
+0x653c 026940 arg mem_shutter_key_state0 ,regc 
+0x653d 026941 iadd regc ,regc 
+0x653e 026942 ifetcht 4 ,regc 
+0x653f 026943 sub temp ,0 ,null 
+0x6540 026944 rtn zero 
+0x6541 026945 copy clkn_bt ,pdata 
+0x6542 026946 isub temp ,temp 
+0x6543 026947 ncall ui_timer_timeout ,positive 
+0x6544 026948 add regc ,key_state_longpress_offset ,contr 
+0x6545 026949 ifetch 1 ,contr 
+0x6546 026950 nbranch shutter_dy_push_queue_long_release ,blank 
+0x6547 026951 increase key_state_release_clk_offset ,regc 
+0x6548 026952 copy clkn_bt ,pdata 
+0x6549 026953 istore key_state_release_clk_length ,regc 
+0x654a 026954 rtn 
+:      026956 shutter_dy_key_release_led:
+0x654b 026957 fetch 1 ,mem_shutter_link_loop_flag 
+0x654c 026958 nbranch app_led_on ,blank 
+0x654d 026959 branch app_led_off 
+:      026961 shutter_dy_push_queue_release:
+0x654e 026962 add regc ,4 ,contr 
+0x654f 026963 ifetch 1 ,contr 
+0x6550 026964 branch shutter_dy_push_queue_release1 
+:      026966 shutter_dy_push_queue_release1:
+0x6551 026967 call shutter_clear_dy_key_state 
+0x6552 026968 fetch 1 ,mem_move_mode_trigger_enable 
+0x6553 026969 nbranch shutter_dy_move_mode_queue_release ,blank 
+:      026970 shutter_dy_push_queue_release1_next:
+0x6554 026971 call shutter_dy_jude_queue_size 
+0x6555 026972 branch shutter_dy_over_clear ,positive 
+0x6556 026973 call shutter_dy_le_get_release_ptr 
+0x6557 026974 copy queue ,pdata 
+0x6558 026975 beq shutter_photo_key_num ,shutter_dy_le_get_release_ptr_volume 
+0x6559 026976 arg max_queue_num_release ,pdata 
+:      026977 shutter_dy_push_queue_press_or_release:
+0x655a 026978 imul32 queue ,pdata 
+0x655b 026979 iadd regc ,regc 
+0x655c 026980 branch push_buffer_in_queue 
+:      026982 shutter_dy_move_mode_queue_release:
+0x655d 026983 copy queue ,pdata 
+0x655e 026984 beq shutter_like_key_num ,shutter_dy_push_queue_release1_next 
+0x655f 026985 beq shutter_photo_key_num ,shutter_dy_push_queue_release1_next 
+0x6560 026986 rtn 
+:      026988 shutter_dy_jude_queue_size:
+0x6561 026989 call queue_get_size 
+0x6562 026990 ifetcht 1 ,contr 
+0x6563 026991 isub temp ,pdata 
+0x6564 026992 sub pdata ,max_queue_new_press ,null 
+0x6565 026993 rtn 
+:      026995 shutter_dy_push_queue_long_release:
+0x6566 026996 jam 1 ,mem_shutter_long_key_released_flag 
+0x6567 026997 call shutter_clear_dy_key_state 
+0x6568 026998 arg mem_key0_long_release ,regc 
+0x6569 026999 arg max_queue_num_long_release ,pdata 
+0x656a 027000 branch shutter_dy_push_queue_press_or_release 
+:      027002 shutter_clear_dy_key_state:
+0x656b 027003 arg shutter_key_conf_sate_bytes ,loopcnt 
+0x656c 027004 copy regc ,contw 
+0x656d 027005 branch clear_mem 
+:      027007 shutter_dy_keyscan_key_process:
+0x656e 027008 fetch 2 ,mem_key_value_xmem 
+0x656f 027009 store 2 ,mem_key_value_retention 
+0x6570 027010 call shutter_dy_keyscan_key_process_next 
+0x6571 027011 fetch 2 ,mem_key_value_retention 
+0x6572 027012 store 2 ,mem_key_value_xmem 
+0x6573 027014 arg 0 ,queue 
+0x6574 027015 fetch 1 ,mem_shutter_key_num 
+0x6575 027016 copy pdata ,loopcnt 
+0x6576 027017 arg mem_shutter_key_state0 ,regc 
+:      027018 shutter_dy_keyscan_key_check_release_loop:
+0x6577 027019 copy loopcnt ,pdata 
+0x6578 027020 store 2 ,mem_temp 
+0x6579 027021 copy regc ,pdata 
+0x657a 027022 store 2 ,mem_regc 
+0x657b 027023 copy queue ,pdata 
+0x657c 027024 store 2 ,mem_temp + 2 
+0x657d 027025 call shutter_dy_keyscan_key_check_release 
+0x657e 027027 fetch 2 ,mem_regc 
+0x657f 027028 copy pdata ,regc 
+0x6580 027029 fetch 2 ,mem_temp + 2 
+0x6581 027030 copy pdata ,queue 
+0x6582 027031 call shutter_dy_keyscan_key_check_long_press 
+0x6583 027033 fetch 2 ,mem_temp + 2 
+0x6584 027034 add pdata ,1 ,queue 
+0x6585 027035 fetch 2 ,mem_regc 
+0x6586 027036 add pdata ,shutter_key_conf_sate_bytes ,regc 
+0x6587 027037 fetch 2 ,mem_temp 
+0x6588 027038 copy pdata ,loopcnt 
+0x6589 027039 loop shutter_dy_keyscan_key_check_release_loop 
+0x658a 027040 rtn 
+:      027042 shutter_dy_keyscan_key_check_long_press:
+0x658b 027043 ifetch key_state_press_clk_length ,regc 
+0x658c 027044 rtn blank 
+0x658d 027045 copy pdata ,temp 
+0x658e 027046 copy clkn_bt ,pdata 
+0x658f 027047 isub temp ,temp 
+0x6590 027048 nrtn positive 
+0x6591 027049 setarg 2500 
+0x6592 027050 isub temp ,null 
+0x6593 027051 rtn positive 
+0x6594 027052 copy clkn_bt ,pdata 
+0x6595 027053 istore 4 ,regc 
+0x6596 027054 increase key_state_longpress_offset ,regc 
+0x6597 027055 setarg 1 
+0x6598 027056 istore key_state_longpress_length ,regc 
+0x6599 027057 fetch 1 ,mem_shutter_long_key_released_flag 
+0x659a 027058 rtn blank 
+0x659b 027059 jam 0 ,mem_shutter_long_key_released_flag 
+0x659c 027060 bpatch patch14_6 ,mem_patch14 
+0x659d 027061 call shutter_dy_long_key_function 
+0x659e 027062 fetch 1 ,mem_move_mode_set 
+0x659f 027063 beq move_combine_key ,shutter_dy_key_long_press_set_key_normal 
+0x65a0 027064 beq move_single_key ,shutter_dy_key_long_press_set_move_trigger 
+0x65a1 027065 rtn 
+:      027067 shutter_dy_key_long_press_set_key_normal:
+0x65a2 027068 call shutter_dy_long_press_android_or_ios 
+0x65a3 027069 arg max_queue_num_long ,pdata 
+0x65a4 027070 branch shutter_dy_push_queue_press_or_release 
+:      027072 shutter_dy_key_long_press_set_move_trigger:
+0x65a5 027073 copy queue ,pdata 
+0x65a6 027074 fetcht 1 ,mem_move_mode_key_index 
+0x65a7 027075 isub temp ,null 
+0x65a8 027076 nbranch shutter_dy_key_long_press_set_key_normal ,zero 
+0x65a9 027077 fetch 1 ,mem_move_mode_trigger_enable 
+0x65aa 027078 setflip 0 ,pdata 
+0x65ab 027079 store 1 ,mem_move_mode_trigger_enable 
+0x65ac 027080 nrtn blank 
+:      027081 shutter_dy_move_mode_disable:
+0x65ad 027082 jam 0 ,mem_move_mode_trigger_enable 
+0x65ae 027083 branch app_led_off 
+:      027085 shutter_dy_long_press_android_or_ios:
+0x65af 027086 arg mem_key0_long_press ,regc 
+0x65b0 027087 call shutter_dy_check_iphone 
+0x65b1 027088 rtn blank 
+0x65b2 027089 arg mem_key0_long_press_i ,regc 
+0x65b3 027090 rtn 
+:      027092 shutter_dy_keyscan_key_check_release:
+0x65b4 027093 add regc ,key_state_release_clk_offset ,regb 
+0x65b5 027094 ifetch key_state_release_clk_length ,regb 
+0x65b6 027095 rtn blank 
+0x65b7 027096 copy pdata ,temp 
+0x65b8 027097 copy clkn_bt ,pdata 
+0x65b9 027098 isub temp ,temp 
+0x65ba 027099 ncall ui_timer_timeout ,positive 
+0x65bb 027100 setarg 1000 
+0x65bc 027101 isub temp ,null 
+0x65bd 027102 branch shutter_dy_push_queue_release 
+:      027103 shutter_dy_keyscan_key_process_next:
+0x65be 027104 fetch 2 ,mem_key_num_ptr 
+0x65bf 027105 ifetch 1 ,pdata 
+0x65c0 027106 rtn blank 
+0x65c1 027108 setarg 0 
+0x65c2 027109 store 2 ,mem_key_value_temp 
+0x65c3 027110 call keyscan_scan_key 
+0x65c4 027111 nbranch lpm_button_clean_wake_lock ,user 
+0x65c5 027112 call lpm_button_get_wake_lock 
+0x65c6 027113 disable user 
+0x65c7 027114 fetch 1 ,mem_le_adv_enable 
+0x65c8 027115 nrtn blank 
+0x65c9 027116 bpatch patch14_7 ,mem_patch14 
+0x65ca 027117 fetch 1 ,mem_move_mode_set 
+0x65cb 027118 beq move_single_key ,shutter_dy_skip_check_combine_key 
+0x65cc 027119 call shutter_dy_check_combine_key_release 
+0x65cd 027120 call shutter_dy_check_combine_key 
+0x65ce 027121 rtn user 
+:      027122 shutter_dy_skip_check_combine_key:
+0x65cf 027123 call shutter_dy_single_key_led 
+0x65d0 027124 fetch 2 ,mem_key_value_temp 
+0x65d1 027125 store 2 ,mem_key_value_temp4 
+0x65d2 027126 jam 0 ,mem_key_value_temp6 
+0x65d3 027127 force 0 ,queue 
+0x65d4 027128 branch keyscan_key_lp1 
+:      027130 shutter_dy_single_key_led:
+0x65d5 027131 fetch 1 ,mem_last_press_key_value 
+0x65d6 027132 fetcht 1 ,mem_move_mode_key_index 
+0x65d7 027133 isub temp ,null 
+0x65d8 027134 branch app_led_on ,zero 
+0x65d9 027135 fetch 1 ,mem_move_mode_trigger_enable 
+0x65da 027136 nbranch app_led_off ,blank 
+0x65db 027137 rtn 
+:      027139 shutter_dy_check_combine_key:
+0x65dc 027140 arg 0 ,queue 
+:      027141 shutter_dy_check_combine_key_loop:
+0x65dd 027142 arg mem_combine_key0 ,regb 
+0x65de 027143 arg 2 ,pdata 
+0x65df 027144 imul32 queue ,pdata 
+0x65e0 027145 iadd regb ,regb 
+0x65e1 027146 ifetch 2 ,regb 
+0x65e2 027148 rtn blank 
+0x65e3 027149 fetcht 2 ,mem_key_value_temp 
+0x65e4 027150 ixor temp ,null 
+0x65e5 027151 branch shutter_dy_check_combine_key_parse ,zero 
+0x65e6 027152 increase 1 ,queue 
+0x65e7 027153 branch shutter_dy_check_combine_key_loop 
+:      027155 shutter_dy_check_combine_key_parse:
+0x65e8 027156 store 2 ,mem_combine_key_state0 
+0x65e9 027157 call app_led_on 
+0x65ea 027158 arg mem_combine_key0_press ,regc 
+0x65eb 027159 arg max_queue_num_combinekey ,pdata 
+0x65ec 027160 imul32 queue ,pdata 
+0x65ed 027161 iadd regc ,regc 
+0x65ee 027162 call shutter_dy_push_buffer_in_queue 
+0x65ef 027163 branch shutter_dy_combine_key_enableuser 
+:      027165 shutter_dy_push_buffer_in_queue:
+0x65f0 027166 call shutter_dy_jude_clear_move_config 
+0x65f1 027167 ifetch 1 ,regc 
+0x65f2 027168 rtn blank 
+0x65f3 027169 call shutter_dy_check_move_data 
+:      027170 shutter_dy_move_to_specify_location:
+0x65f4 027171 call shutter_dy_jude_clear_move_config 
+0x65f5 027172 call shutter_dy_move_down_left_corner 
+0x65f6 027173 call shutter_dy_move_x_max 
+0x65f7 027174 call shutter_dy_move_y_max 
+0x65f8 027175 arg 0x05 ,pdata 
+0x65f9 027176 call queue_push_one_byte 
+0x65fa 027177 call shutter_dy_check_iphone 
+0x65fb 027178 rtn blank 
+0x65fc 027179 jam 120 ,mem_send_data_delay 
+0x65fd 027180 arg 0x06 ,pdata 
+0x65fe 027181 branch queue_push_one_byte 
+:      027183 shutter_dy_move_down_left_corner_count_set:
+0x65ff 027184 fetcht 1 ,mem_shutter_back_count 
+0x6600 027185 call shutter_dy_check_iphone 
+0x6601 027186 rtn blank 
+0x6602 027187 fetcht 1 ,mem_shutter_iphone_beyond_y_count 
+0x6603 027188 increase 1 ,temp 
+0x6604 027189 fetch 1 ,mem_shutter_first_move 
+0x6605 027190 rtn blank 
+0x6606 027191 fetcht 1 ,mem_shutter_back_count 
+0x6607 027192 jam 0 ,mem_shutter_first_move 
+0x6608 027193 rtn 
+:      027195 shutter_dy_move_down_left_corner:
+0x6609 027196 call shutter_dy_move_down_left_corner_count_set 
+0x660a 027197 copy temp ,pdata 
+0x660b 027198 rtn blank 
+0x660c 027199 store 1 ,mem_shutter_back_count_cache 
+:      027200 shutter_dy_move_down_left_corner_loop:
+0x660d 027201 arg 0x13 ,pdata 
+0x660e 027202 call queue_push_one_byte 
+0x660f 027203 fetch 1 ,mem_shutter_back_count_cache 
+0x6610 027204 increase -1 ,pdata 
+0x6611 027205 store 1 ,mem_shutter_back_count_cache 
+0x6612 027206 rtn blank 
+0x6613 027207 branch shutter_dy_move_down_left_corner_loop 
+:      027209 shutter_dy_move_x_max:
+0x6614 027210 fetch 1 ,mem_shutter_iphone_beyond_x_count 
+0x6615 027211 rtn blank 
+0x6616 027212 store 1 ,mem_shutter_iphone_beyond_x_cache 
+:      027213 shutter_dy_move_x_max_number:
+0x6617 027214 arg 0x20 ,pdata 
+0x6618 027215 call queue_push_one_byte 
+0x6619 027216 fetch 1 ,mem_shutter_iphone_beyond_x_cache 
+0x661a 027217 increase -1 ,pdata 
+0x661b 027218 store 1 ,mem_shutter_iphone_beyond_x_cache 
+0x661c 027219 rtn blank 
+0x661d 027220 branch shutter_dy_move_x_max_number 
+:      027222 shutter_dy_move_y_max:
+0x661e 027223 fetch 1 ,mem_shutter_iphone_beyond_y_count 
+0x661f 027224 rtn blank 
+0x6620 027225 store 1 ,mem_shutter_iphone_beyond_y_cache 
+:      027226 shutter_dy_move_y_max_number:
+0x6621 027227 arg 0x21 ,pdata 
+0x6622 027228 call queue_push_one_byte 
+0x6623 027229 fetch 1 ,mem_shutter_iphone_beyond_y_cache 
+0x6624 027230 increase -1 ,pdata 
+0x6625 027231 store 1 ,mem_shutter_iphone_beyond_y_cache 
+0x6626 027232 rtn blank 
+0x6627 027233 branch shutter_dy_move_y_max_number 
+:      027235 shutter_dy_check_combine_key_release:
+0x6628 027236 fetch 2 ,mem_combine_key_state0 
+0x6629 027237 rtn blank 
+0x662a 027238 fetcht 2 ,mem_key_value_temp 
+0x662b 027239 sub temp ,0 ,null 
+0x662c 027240 branch shutter_dy_check_combine_key_release_all ,zero 
+0x662d 027241 isub temp ,null 
+0x662e 027242 rtn zero 
+0x662f 027243 storet 2 ,mem_combine_key_state0 
+0x6630 027244 fetch 2 ,mem_combine_key_release_value 
+0x6631 027245 isub temp ,null 
+0x6632 027246 call app_led_off ,zero 
+:      027247 shutter_dy_combine_key_enableuser:
+0x6633 027248 fetch 2 ,mem_key_value_temp 
+0x6634 027249 store 2 ,mem_key_value_retention 
+0x6635 027250 branch enable_user 
+:      027251 shutter_dy_check_combine_key_release_all:
+0x6636 027252 jam 1 ,mem_shutter_long_key_released_flag 
+0x6637 027253 call app_led_off 
+0x6638 027254 arg mem_combine_key_release ,regc 
+0x6639 027255 call shutter_dy_push_buffer_in_queue 
+0x663a 027256 setarg 0 
+0x663b 027257 store 2 ,mem_combine_key_state0 
+0x663c 027258 jam 50 ,mem_shutter_1s_timer 
+0x663d 027259 call shutter_dy_combine_key_enableuser 
+0x663e 027260 fetch 1 ,mem_shutter_key_num 
+0x663f 027261 mul32 pdata ,shutter_key_conf_sate_bytes ,loopcnt 
+0x6640 027262 arg mem_shutter_key_state0 ,contw 
+0x6641 027263 branch clear_mem 
+:      027264 shutter_dy_check_move_data:
+0x6642 027265 bpatch patch15_0 ,mem_patch15 
+0x6643 027266 fetch 1 ,mem_move_mode_set 
+0x6644 027267 beq move_single_key ,shutter_dy_check_move_data_single_key 
+0x6645 027268 beq move_combine_key ,shutter_dy_check_move_data_combine_key 
+0x6646 027269 rtn 
+:      027270 shutter_dy_check_move_data_single_key:
+0x6647 027271 copy queue ,pdata 
+0x6648 027272 beq shutter_left_key_num ,shutter_dy_move_left 
+0x6649 027273 beq shutter_right_key_num ,shutter_dy_move_right 
+0x664a 027274 beq shutter_up_key_num ,shutter_dy_move_up 
+0x664b 027275 beq shutter_down_key_num ,shutter_dy_move_down 
+0x664c 027276 rtn 
+:      027277 shutter_dy_check_move_data_combine_key:
+0x664d 027278 ifetch 1 ,regc 
+0x664e 027279 beq 0x01 ,shutter_dy_move_left 
+0x664f 027280 beq 0x02 ,shutter_dy_move_right 
+0x6650 027281 beq 0x03 ,shutter_dy_move_up 
+0x6651 027282 beq 0x04 ,shutter_dy_move_down 
+0x6652 027283 beq 0x05 ,shutter_dy_get_move_data 
+0x6653 027284 rtn 
+:      027285 shutter_dy_get_move_data:
+0x6654 027286 call shutter_dy_check_iphone 
+0x6655 027287 nbranch shutter_dy_get_move_data_iphone ,blank 
+0x6656 027288 setarg 4 
+0x6657 027289 mul32 pdata ,every_payload_len ,pdata 
+0x6658 027290 arg mem_shutter_mousekey_value_list ,temp 
+0x6659 027291 iadd temp ,contw 
+0x665a 027292 increase 3 ,contw 
+0x665b 027293 fetch 3 ,mem_shutter_move_data 
+0x665c 027294 istore 3 ,contw 
+0x665d 027295 rtn 
+:      027296 shutter_dy_get_move_data_iphone:
+0x665e 027297 setarg 4 
+0x665f 027298 mul32 pdata ,every_payload_len ,pdata 
+0x6660 027299 arg mem_shutter_mousekey_value_list ,temp 
+0x6661 027300 iadd temp ,contw 
+0x6662 027301 increase 3 ,contw 
+0x6663 027302 fetch 2 ,mem_shutter_move_data_x 
+0x6664 027303 istore 3 ,contw 
+0x6665 027304 increase 7 ,contw 
+0x6666 027305 fetch 2 ,mem_shutter_move_data_y 
+0x6667 027306 lshift4 pdata ,pdata 
+0x6668 027307 lshift8 pdata ,pdata 
+0x6669 027308 istore 3 ,contw 
+0x666a 027309 rtn 
+:      027311 shutter_dy_move_x_empty_check:
+0x666b 027312 fetch 1 ,mem_shutter_iphone_beyond_x_count 
+0x666c 027313 rtn blank 
+0x666d 027314 increase -1 ,pdata 
+0x666e 027315 store 1 ,mem_shutter_iphone_beyond_x_count 
+0x666f 027316 arg iphone_once_max_move_value ,pdata 
+0x6670 027317 rtn 
+:      027318 shutter_dy_every_move_size_set:
+0x6671 027319 arg android_every_move_size ,temp 
+0x6672 027320 call shutter_dy_check_iphone 
+0x6673 027321 rtn blank 
+0x6674 027322 arg iphone_every_move_size ,temp 
+0x6675 027323 rtn 
+:      027324 shutter_dy_move_left:
+0x6676 027325 call shutter_dy_every_move_size_set 
+0x6677 027326 fetch 2 ,mem_shutter_move_data_x 
+0x6678 027327 isub temp ,null 
+0x6679 027328 ncall shutter_dy_move_x_empty_check ,positive 
+0x667a 027329 nrtn positive 
+0x667b 027330 isub temp ,pdata 
+:      027331 shutter_dy_move_store_x:
+0x667c 027332 store 2 ,mem_shutter_move_data_x 
+:      027333 shutter_dy_move_data_store:
+0x667d 027334 bpatch patch15_1 ,mem_patch15 
+0x667e 027335 fetch 2 ,mem_shutter_move_data_x 
+0x667f 027336 fetcht 2 ,mem_shutter_move_data_y 
+0x6680 027337 lshift8 temp ,temp 
+0x6681 027338 lshift4 temp ,temp 
+0x6682 027339 iadd temp ,pdata 
+0x6683 027340 store 3 ,mem_shutter_move_data 
+0x6684 027341 branch shutter_dy_get_move_data 
+:      027342 shutter_dy_move_x_check_max:
+0x6685 027343 fetch 2 ,mem_shutter_move_data_x 
+0x6686 027344 arg iphone_once_max_move_value ,temp 
+0x6687 027345 isub temp ,temp 
+0x6688 027346 nrtn positive 
+0x6689 027347 copy temp ,pdata 
+0x668a 027348 fetcht 1 ,mem_shutter_iphone_beyond_x_count 
+0x668b 027349 sub temp ,0x03 ,null 
+0x668c 027350 branch shutter_dy_clear_move_x ,zero 
+0x668d 027351 increase 1 ,temp 
+0x668e 027352 storet 1 ,mem_shutter_iphone_beyond_x_count 
+0x668f 027353 branch shutter_dy_move_store_x 
+:      027354 shutter_dy_clear_move_x:
+0x6690 027355 jam 0 ,mem_shutter_iphone_beyond_x_count 
+0x6691 027356 arg 0 ,pdata 
+0x6692 027357 branch shutter_dy_move_store_x 
+:      027358 shutter_dy_move_right:
+0x6693 027359 call shutter_dy_check_iphone 
+0x6694 027360 ncall shutter_dy_move_x_check_max ,blank 
+0x6695 027361 call shutter_dy_every_move_size_set 
+0x6696 027362 fetch 2 ,mem_shutter_move_data_x 
+:      027363 shutter_dy_move_right_next:
+0x6697 027364 iadd temp ,pdata 
+0x6698 027365 arg 0xfff ,temp 
+0x6699 027366 call ceiling 
+0x669a 027367 branch shutter_dy_move_store_x 
+:      027369 shutter_dy_move_up:
+0x669b 027370 call shutter_dy_every_move_size_set 
+0x669c 027371 fetch 2 ,mem_shutter_move_data_y 
+0x669d 027372 isub temp ,pdata 
+0x669e 027373 store 2 ,mem_shutter_move_data_y 
+:      027374 shutter_dy_move_y_check_max:
+0x669f 027375 fetcht 2 ,mem_shutter_move_data_y 
+0x66a0 027376 call shutter_dy_check_iphone 
+0x66a1 027377 branch shutter_dy_move_data_store ,blank 
+0x66a2 027378 setarg 0xfff 
+0x66a3 027379 isub temp ,pdata 
+0x66a4 027380 arg iphone_once_max_move_value ,temp 
+0x66a5 027381 isub temp ,temp 
+0x66a6 027382 nbranch shutter_dy_move_data_store ,positive 
+0x66a7 027383 setarg 0xfff 
+0x66a8 027384 isub temp ,pdata 
+0x66a9 027385 fetcht 1 ,mem_shutter_iphone_beyond_y_count 
+0x66aa 027386 sub temp ,0x05 ,null 
+0x66ab 027387 branch shutter_dy_clear_move_y ,zero 
+0x66ac 027388 increase 1 ,temp 
+0x66ad 027389 storet 1 ,mem_shutter_iphone_beyond_y_count 
+0x66ae 027390 branch shutter_dy_move_store_y 
+:      027391 shutter_dy_clear_move_y:
+0x66af 027392 jam 0 ,mem_shutter_iphone_beyond_y_count 
+:      027393 shutter_dy_android_move_y_empty_check:
+0x66b0 027394 setarg 0xfff 
+0x66b1 027395 branch shutter_dy_move_store_y 
+:      027397 shutter_dy_move_y_empty_check:
+0x66b2 027398 call shutter_dy_check_iphone 
+0x66b3 027399 branch shutter_dy_android_move_y_empty_check ,blank 
+0x66b4 027400 fetch 1 ,mem_shutter_iphone_beyond_y_count 
+0x66b5 027401 branch shutter_dy_android_move_y_empty_check ,blank 
+0x66b6 027402 increase -1 ,pdata 
+0x66b7 027403 store 1 ,mem_shutter_iphone_beyond_y_count 
+0x66b8 027404 setarg 0xfff 
+0x66b9 027405 arg iphone_once_max_move_value ,temp 
+0x66ba 027406 isub temp ,pdata 
+0x66bb 027407 iadd rega ,pdata 
+:      027408 shutter_dy_move_store_y:
+0x66bc 027409 store 2 ,mem_shutter_move_data_y 
+0x66bd 027410 branch shutter_dy_move_data_store 
+:      027411 shutter_dy_move_down:
+0x66be 027412 call shutter_dy_every_move_size_set 
+0x66bf 027413 fetch 2 ,mem_shutter_move_data_y 
+:      027414 shutter_dy_move_down_next:
+0x66c0 027415 iadd temp ,pdata 
+0x66c1 027416 arg 0xfff ,temp 
+0x66c2 027417 isub temp ,rega 
+0x66c3 027418 branch shutter_dy_move_y_empty_check ,positive 
+0x66c4 027419 branch shutter_dy_move_store_y 
+:      027422 ble_shutter_dy_receive_data:
+0x66c5 027423 fetch 2 ,mem_le_att_handle 
+0x66c6 027424 beq gatt_keyboard_write_handle_new ,ble_shutter_process_reconnect_complete 
+0x66c7 027425 rtn 
+:      027427 shutter_dy_le_find_service_hand_by_uuid:
+0x66c8 027428 arg 23 ,rega 
+0x66c9 027429 arg le_l2cap_cid_att ,regb 
+0x66ca 027430 call le_fifo_malloc_tx_l2cap 
+0x66cb 027431 setarg attop_find_by_type_value_request 
+0x66cc 027432 istore 1 ,contw 
+0x66cd 027433 setarg 0x0001 
+0x66ce 027434 istore 2 ,contw 
+0x66cf 027435 setarg 0xffff 
+0x66d0 027436 istore 2 ,contw 
+0x66d1 027437 setarg 0x2800 
+0x66d2 027438 istore 2 ,contw 
+0x66d3 027439 arg mem_dy_le_search_service_uuid ,contr 
+0x66d4 027440 branch memcpy16 
+:      027443 shutter_dy_le_parse_att:
+0x66d5 027444 bpatch patch15_2 ,mem_patch15 
+0x66d6 027445 copy rega ,contr 
+0x66d7 027446 ifetch 3 ,contr 
+0x66d8 027447 store 3 ,mem_le_att_opcode 
+0x66d9 027448 beq attop_find_by_type_value_response ,shutter_dy_le_parse_att_find_by_type_value_rsp 
+0x66da 027449 beq attop_error_response ,shutter_dy_le_parse_error_rsp 
+0x66db 027450 beq attop_read_request ,shutter_dy_le_parse_att_read_request 
+0x66dc 027451 beq attop_read_blob_request ,shutter_dy_le_parse_att_read_blob_request 
+0x66dd 027452 branch le_parse_att2 
+:      027454 shutter_dy_le_parse_att_read_blob_request:
+0x66de 027455 ifetch 2 ,contr 
+0x66df 027456 store 2 ,mem_le_att_offset 
+0x66e0 027457 iforce rega 
+0x66e1 027458 fetcht 2 ,mem_le_att_handle 
+0x66e2 027459 fetch 2 ,mem_le_pairing_handle 
+0x66e3 027460 isub temp ,null 
+0x66e4 027461 nbranch le_send_att_read_blob_response ,zero 
+0x66e5 027462 call shutter_dy_check_iphone 
+0x66e6 027463 nbranch shutter_dy_le_parse_att_read_blob_request_ios ,blank 
+0x66e7 027464 fetcht 2 ,mem_shutter_le_map_len_android 
+0x66e8 027465 branch shutter_dy_le_parse_att_read_blob_request2 
+:      027467 shutter_dy_le_parse_att_read_blob_request_ios:
+0x66e9 027468 fetcht 2 ,mem_shutter_le_map_len_ios 
+:      027469 shutter_dy_le_parse_att_read_blob_request2:
+0x66ea 027470 arg mem_shutter_le_hid_map ,contr 
+0x66eb 027471 call store_contr 
+0x66ec 027472 copy temp ,pdata 
+0x66ed 027473 isub rega ,pdata 
+0x66ee 027474 nbranch le_send_att_error_response_notfound ,positive 
+0x66ef 027475 increase 1 ,pdata 
+0x66f0 027476 sub pdata ,23 ,null 
+0x66f1 027477 branch le_send_att_read_blob_response_less ,positive 
+0x66f2 027478 force 23 ,pdata 
+0x66f3 027479 branch le_send_att_read_blob_response_less 
+:      027481 shutter_dy_le_parse_att_read_request:
+0x66f4 027482 fetcht 2 ,mem_le_att_handle 
+0x66f5 027483 fetch 1 ,mem_le_configuration 
+0x66f6 027484 bbit1 bit_ble_read_auth ,shutter_dy_le_send_att_read_response_check_auth 
+0x66f7 027485 branch le_send_att_read_response 
+:      027486 shutter_dy_le_send_att_read_response_check_auth:
+0x66f8 027487 fetch 2 ,mem_le_pairing_handle 
+0x66f9 027488 isub temp ,null 
+0x66fa 027489 nbranch le_send_att_read_response ,zero 
+0x66fb 027490 call le_check_encrypt_state 
+0x66fc 027491 nbranch shutter_dy_le_send_att_read_response ,user 
+0x66fd 027492 branch le_send_att_read_response_error_insufficient_auth 
+:      027494 shutter_dy_le_send_att_read_response:
+0x66fe 027495 fetch 2 ,mem_le_pairing_handle 
+0x66ff 027496 isub temp ,null 
+0x6700 027497 nbranch le_send_att_read_response ,zero 
+0x6701 027498 arg mem_shutter_le_hid_map ,contr 
+0x6702 027499 force 23 ,pdata 
+0x6703 027500 branch le_send_att_read_response_less 
+:      027502 shutter_dy_le_parse_att_find_by_type_value_rsp:
+:      027503 shutter_dy_le_remote_iphone:
+0x6704 027504 bpatch patch15_3 ,mem_patch15 
+0x6705 027505 jam 5 ,mem_shutter_back_count 
+0x6706 027506 jam 1 ,mem_iphone_flag 
+0x6707 027507 jam 1 ,mem_last_shutter_le_iphone_flag 
+0x6708 027508 jam 240 ,mem_send_data_delay 
+0x6709 027509 jam 10 ,mem_shutter_move_mid_timer 
+0x670a 027510 jam 1 ,mem_shutter_first_move 
+0x670b 027511 call shutter_dy_load_move_config_info 
+0x670c 027512 fetch 1 ,mem_shutter_pairing_success 
+0x670d 027513 rtn blank 
+0x670e 027514 call shutter_dy_clear_move_config 
+0x670f 027515 arg iphone_once_max_move_value ,temp 
+0x6710 027517 fetch 2 ,mem_iphone_initial_move_x 
+0x6711 027518 arg mem_shutter_move_data_x ,rega 
+0x6712 027519 arg mem_shutter_iphone_beyond_x_count ,regb 
+0x6713 027520 call shutter_dy_iphone_move_initial_set 
+0x6714 027521 arg iphone_once_max_move_value ,temp 
+0x6715 027523 fetch 2 ,mem_iphone_initial_move_y 
+0x6716 027524 arg mem_shutter_move_data_y ,rega 
+0x6717 027525 arg mem_shutter_iphone_beyond_y_count ,regb 
+0x6718 027526 call shutter_dy_iphone_move_initial_set 
+0x6719 027527 setarg 0xfff 
+0x671a 027528 fetcht 2 ,mem_shutter_move_data_y 
+0x671b 027529 isub temp ,pdata 
+0x671c 027530 store 2 ,mem_shutter_move_data_y 
+0x671d 027531 rtn 
+:      027532 shutter_dy_iphone_move_initial_set:
+0x671e 027533 idiv temp 
+0x671f 027534 call wait_div_end 
+0x6720 027535 quotient pdata 
+0x6721 027536 remainder temp 
+0x6722 027537 istore 1 ,regb 
+0x6723 027538 istoret 2 ,rega 
+0x6724 027539 rtn 
+:      027540 shutter_dy_le_parse_error_rsp:
+0x6725 027541 increase -2 ,contr 
+0x6726 027542 ifetch 1 ,contr 
+0x6727 027543 beq attop_find_by_type_value_request ,shutter_dy_not_iphone_read_conf 
+0x6728 027544 rtn 
+:      027545 shutter_dy_remote_not_iphone:
+0x6729 027546 jam 1 ,mem_shutter_back_count 
+0x672a 027547 jam 0 ,mem_iphone_flag 
+0x672b 027548 jam 0 ,mem_last_shutter_le_iphone_flag 
+0x672c 027549 jam 10 ,mem_send_data_delay 
+0x672d 027550 rtn 
+:      027552 shutter_dy_not_iphone_read_conf:
+0x672e 027553 call shutter_dy_remote_not_iphone 
+0x672f 027554 branch shutter_dy_load_move_config_info 
+:      027556 shutter_dy_check_iphone:
+0x6730 027557 fetch 1 ,mem_iphone_flag 
+0x6731 027558 rtn 
+:      027561 shutter_dy_le_get_press_ptr:
+0x6732 027562 arg mem_dy_key0_press ,regc 
+0x6733 027563 call shutter_dy_check_iphone 
+0x6734 027564 rtn blank 
+0x6735 027565 jam 120 ,mem_send_data_delay 
+0x6736 027566 arg mem_key0_press_i ,regc 
+0x6737 027567 rtn 
+:      027568 shutter_dy_le_get_release_ptr:
+:      027569 shutter_dy_le_get_release_ptr_set:
+0x6738 027570 arg mem_key0_release_new ,regc 
+0x6739 027571 call shutter_dy_check_iphone 
+0x673a 027572 rtn blank 
+0x673b 027573 arg mem_key0_release_new_i ,regc 
+0x673c 027574 jam 12 ,mem_send_data_delay 
+0x673d 027575 copy queue ,pdata 
+0x673e 027576 rtneq shutter_like_key_num 
+0x673f 027577 rtn 
+:      027578 shutter_dy_le_get_release_ptr_volume:
+0x6740 027579 bpatch patch15_4 ,mem_patch15 
+0x6741 027580 fetch 1 ,mem_key3_press_count 
+0x6742 027581 setflip 0 ,pdata 
+0x6743 027582 store 1 ,mem_key3_press_count 
+0x6744 027583 beq 0 ,shutter_dy_le_get_release_ptr_set_volume_inc 
+0x6745 027584 beq 1 ,shutter_dy_le_get_release_ptr_set_volume_dec 
+0x6746 027585 rtn 
+:      027586 shutter_dy_le_get_release_ptr_set_volume_dec:
+0x6747 027587 call shutter_dy_le_get_vol_dec_ptr 
+0x6748 027588 branch push_buffer_in_queue 
+:      027589 shutter_dy_le_get_release_ptr_set_volume_inc:
+0x6749 027590 call shutter_dy_le_get_vol_inc_ptr 
+0x674a 027591 branch push_buffer_in_queue 
+:      027592 shutter_dy_le_get_vol_inc_ptr:
+0x674b 027593 arg mem_key3_release_new ,regc 
+0x674c 027594 call shutter_dy_check_iphone 
+0x674d 027595 rtn blank 
+0x674e 027596 arg mem_key3_release_new_i ,regc 
+0x674f 027597 rtn 
+:      027598 shutter_dy_le_get_vol_dec_ptr:
+0x6750 027599 arg mem_key3_release_new_t ,regc 
+0x6751 027600 call shutter_dy_check_iphone 
+0x6752 027601 rtn blank 
+0x6753 027602 arg mem_key3_release_new_i_t ,regc 
+0x6754 027603 rtn 
+:      027606 shutter_dy_long_key_function:
+0x6755 027607 copy queue ,pdata 
+0x6756 027608 beq shutter_like_key_num ,shutter_dy_link_key_long_press 
+0x6757 027609 beq shutter_down_key_num ,shutter_dy_loop_send_volume_dec_page 
+0x6758 027610 beq shutter_up_key_num ,shutter_dy_loop_send_volume_inc_page 
+0x6759 027611 rtn 
+:      027614 shutter_dy_long_key_volume_timer:
+0x675a 027615 arg mem_shutter_volume_timer ,regc 
+0x675b 027616 arg shutter_dy_long_key_volume_timeout ,regb 
+0x675c 027617 branch timer_single_step 
+:      027618 shutter_dy_long_key_volume_timeout:
+0x675d 027619 jam 4 ,mem_shutter_volume_timer 
+0x675e 027620 fetch 1 ,mem_key3_press_count 
+0x675f 027621 branch shutter_dy_loop_send_volume_inc_page ,blank 
+0x6760 027622 branch shutter_dy_loop_send_volume_dec_page 
+:      027625 shutter_dy_loop_send_volume_inc_page:
+0x6761 027626 jam 0 ,mem_key3_press_count 
+0x6762 027627 jam 4 ,mem_shutter_volume_timer 
+0x6763 027628 arg mem_key4_long_press ,regc 
+0x6764 027629 branch push_buffer_in_queue 
+:      027631 shutter_dy_loop_send_volume_dec_page:
+0x6765 027632 jam 1 ,mem_key3_press_count 
+0x6766 027633 jam 4 ,mem_shutter_volume_timer 
+0x6767 027634 arg mem_key2_long_press ,regc 
+0x6768 027635 branch push_buffer_in_queue 
+:      027636 shutter_dy_clear_volume_timer:
+0x6769 027637 jam 0 ,mem_key3_press_count 
+0x676a 027638 jam 0 ,mem_shutter_volume_timer 
+0x676b 027639 rtn 
+:      027642 shutter_dy_link_key_loop_timer:
+0x676c 027643 arg mem_shutter_link_timer ,regc 
+0x676d 027644 arg shutter_dy_link_key_loop_timeout ,regb 
+0x676e 027645 branch timer_single_step 
+:      027646 shutter_dy_link_key_loop_timeout:
+0x676f 027647 jam 2 ,mem_shutter_link_timer 
+0x6770 027648 call shutter_dy_link_data_android_or_ios 
+0x6771 027649 branch push_buffer_in_queue 
+:      027651 shutter_dy_link_data_android_or_ios:
+0x6772 027652 arg mem_shutter_link_data ,regc 
+0x6773 027653 call shutter_dy_check_iphone 
+0x6774 027654 rtn blank 
+0x6775 027655 arg mem_shutter_link_data_i ,regc 
+0x6776 027656 rtn 
+:      027658 shutter_dy_link_key_long_press:
+0x6777 027659 fetch 1 ,mem_shutter_link_loop_flag 
+0x6778 027660 nbranch shutter_dy_clear_link_key_timer ,blank 
+0x6779 027661 jam 1 ,mem_shutter_link_loop_flag 
+0x677a 027662 jam 2 ,mem_shutter_link_timer 
+0x677b 027663 rtn 
+:      027665 shutter_dy_clear_link_key_timer:
+0x677c 027666 jam 0 ,mem_shutter_link_loop_flag 
+0x677d 027667 jam 0 ,mem_shutter_link_timer 
+0x677e 027668 rtn 
+:      027670 shutter_dy_jude_clear_move_config:
+0x677f 027671 fetch 1 ,mem_shutter_le_conned 
+0x6780 027672 nrtn blank 
+0x6781 027673 jam 1 ,mem_shutter_le_conned 
+0x6782 027674 branch shutter_dy_move_data_store 
+:      027676 shutter_dy_clear_move_config:
+0x6783 027677 setarg 0 
+0x6784 027678 store 7 ,mem_move_config 
+0x6785 027679 rtn 
+:      027681 shutter_dy_write_otp_convert_data:
+0x6786 027682 call shutter_dy_check_iphone 
+0x6787 027683 beq 0x01 ,shutter_dy_store_ios_config_data 
+0x6788 027684 beq 0x00 ,shutter_dy_store_android_config 
+0x6789 027685 rtn 
+:      027687 shutter_dy_read_otp_convert_data:
+0x678a 027688 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x678b 027689 beq 0x01 ,shutter_dy_get_ios_config 
+0x678c 027690 beq 0x00 ,shutter_dy_get_android_config 
+0x678d 027691 rtn 
+:      027693 shutter_dy_store_ios_config_data:
+0x678e 027694 fetch 1 ,mem_shutter_iphone_beyond_x_count 
+0x678f 027695 mul32 pdata ,iphone_once_max_move_value ,pdata 
+0x6790 027696 copy pdata ,temp 
+0x6791 027697 fetch 2 ,mem_shutter_move_data_x 
+0x6792 027698 iadd temp ,pdata 
+0x6793 027699 store 2 ,mem_otp_shutter_move_data_x 
+0x6794 027701 fetch 1 ,mem_shutter_iphone_beyond_y_count 
+0x6795 027702 mul32 pdata ,iphone_once_max_move_value ,pdata 
+0x6796 027703 copy pdata ,temp 
+0x6797 027704 fetch 2 ,mem_shutter_move_data_y 
+0x6798 027705 copy pdata ,rega 
+0x6799 027706 setarg 0xfff 
+0x679a 027707 isub rega ,pdata 
+0x679b 027708 iadd temp ,pdata 
+0x679c 027709 store 2 ,mem_otp_shutter_move_data_y 
+0x679d 027711 call shutter_dy_check_iphone 
+0x679e 027713 store 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x679f 027714 rtn 
+:      027716 shutter_dy_store_android_config:
+0x67a0 027717 fetch 2 ,mem_shutter_move_data_x 
+0x67a1 027718 store 2 ,mem_otp_shutter_move_data_x 
+0x67a2 027719 fetch 2 ,mem_shutter_move_data_y 
+0x67a3 027720 store 2 ,mem_otp_shutter_move_data_y 
+0x67a4 027721 call shutter_dy_check_iphone 
+0x67a5 027722 store 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x67a6 027723 rtn 
+:      027724 shutter_dy_get_ios_config:
+0x67a7 027725 fetch 2 ,mem_otp_shutter_move_data_x 
+0x67a8 027726 div pdata ,iphone_once_max_move_value 
+0x67a9 027727 call wait_div_end 
+0x67aa 027728 quotient pdata 
+0x67ab 027729 remainder temp 
+0x67ac 027730 store 1 ,mem_shutter_iphone_beyond_x_count 
+0x67ad 027731 copy temp ,pdata 
+0x67ae 027732 store 2 ,mem_shutter_move_data_x 
+0x67af 027733 fetch 2 ,mem_otp_shutter_move_data_y 
+0x67b0 027734 div pdata ,iphone_once_max_move_value 
+0x67b1 027735 call wait_div_end 
+0x67b2 027736 quotient pdata 
+0x67b3 027737 remainder temp 
+0x67b4 027738 store 1 ,mem_shutter_iphone_beyond_y_count 
+0x67b5 027740 setarg 0xfff 
+0x67b6 027741 isub temp ,pdata 
+0x67b7 027742 store 2 ,mem_shutter_move_data_y 
+0x67b8 027745 rtn 
+:      027746 shutter_dy_get_android_config:
+0x67b9 027747 fetch 2 ,mem_otp_shutter_move_data_x 
+0x67ba 027748 store 2 ,mem_shutter_move_data_x 
+0x67bb 027749 fetch 2 ,mem_otp_shutter_move_data_y 
+0x67bc 027750 store 2 ,mem_shutter_move_data_y 
+0x67bd 027753 rtn 
+:      027755 shutter_dy_store_move_config_info:
+0x67be 027756 branch shutter_dy_campare_effective_addr_write_otp 
+:      027758 shutter_dy_load_move_config_info:
+0x67bf 027759 branch shutter_dy_campare_effective_addr_read_otp 
+:      027762 shutter_dy_shutter_uart_config_loop:
+0x67c0 027763 call shutter_dy_update_read_check_addr 
+0x67c1 027764 fetch 2 ,mem_otp_read_offset_addr 
+0x67c2 027765 call shutter_dy_shutter_read_move_config_from_otp_addr 
+0x67c3 027766 jam 0 ,mem_shutter_first_read_flag 
+0x67c4 027767 fetch 5 ,mem_otp_move_config 
+0x67c5 027768 jam 0 ,mem_shutter_valid_data_flag 
+0x67c6 027769 jam 0 ,mem_shutter_temp_count 
+0x67c7 027770 call shutter_dy_campare_otp_data 
+0x67c8 027771 fetch 1 ,mem_shutter_temp_count 
+0x67c9 027772 rtneq 0 
+0x67ca 027773 branch shutter_dy_shutter_uart_config_loop 
+:      027776 shutter_dy_shutter_get_first_read_addr:
+0x67cb 027778 fetch 2 ,mem_shutter_efuse_start_offset 
+0x67cc 027779 increase -5 ,pdata 
+0x67cd 027780 store 2 ,mem_otp_read_offset_addr 
+0x67ce 027781 rtn 
+:      027784 shutter_dy_shutter_next_read_addr:
+0x67cf 027785 fetch 2 ,mem_otp_read_offset_addr 
+0x67d0 027786 increase -5 ,pdata 
+0x67d1 027787 store 2 ,mem_otp_read_offset_addr 
+0x67d2 027788 rtn 
+:      027791 shutter_dy_shutter_last_read_addr:
+0x67d3 027792 fetch 2 ,mem_otp_read_offset_addr 
+0x67d4 027793 pincrease 5 
+0x67d5 027794 store 2 ,mem_otp_read_offset_addr 
+0x67d6 027795 rtn 
+:      027797 shutter_dy_shutter_read_ios_android_addr:
+0x67d7 027798 fetch 2 ,mem_otp_read_ios_android_addr 
+0x67d8 027799 pincrease 5 
+0x67d9 027800 store 2 ,mem_otp_read_ios_android_addr 
+0x67da 027802 fetch 2 ,mem_otp_read_ios_android_addr 
+0x67db 027803 copy pdata ,temp 
+0x67dc 027805 fetch 2 ,mem_shutter_efuse_start_offset 
+0x67dd 027806 isub temp ,pdata 
+0x67de 027807 arg shutter_para_total_num ,temp 
+0x67df 027808 isub temp ,null 
+0x67e0 027810 nbranch shutter_dy_shutter_not_find_ios_or_android ,positive 
+0x67e1 027811 rtn 
+:      027813 shutter_dy_update_read_check_addr:
+0x67e2 027814 fetch 1 ,mem_shutter_first_read_flag 
+0x67e3 027815 beq 0x01 ,shutter_dy_shutter_get_first_read_addr 
+0x67e4 027816 beq 0x00 ,shutter_dy_shutter_next_read_addr 
+0x67e5 027817 rtn 
+:      027820 shutter_dy_campare_otp_data:
+0x67e6 027821 arg 0x0 ,regb 
+0x67e7 027822 copy regb ,temp 
+0x67e8 027823 fetch 2 ,mem_otp_shutter_move_data_x 
+0x67e9 027824 icompare 0xffff ,temp 
+0x67ea 027826 ncall shutter_dy_set_shutter_valid_data_flag ,true 
+0x67eb 027827 arg 0x0 ,regb 
+0x67ec 027828 copy regb ,temp 
+0x67ed 027829 fetch 2 ,mem_otp_shutter_move_data_y 
+0x67ee 027830 icompare 0xffff ,temp 
+0x67ef 027831 ncall shutter_dy_set_shutter_valid_data_flag ,true 
+0x67f0 027832 arg 0x0 ,regb 
+0x67f1 027833 copy regb ,temp 
+0x67f2 027834 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x67f3 027835 icompare 0xff ,temp 
+0x67f4 027836 ncall shutter_dy_set_shutter_valid_data_flag ,true 
+0x67f5 027837 rtn 
+:      027840 shutter_dy_set_shutter_valid_data_flag:
+0x67f6 027841 fetch 1 ,mem_shutter_temp_count 
+0x67f7 027842 pincrease 1 
+0x67f8 027843 store 1 ,mem_shutter_temp_count 
+0x67f9 027844 rtn 
+:      027845 shutter_dy_shutter_judge_ios_or_android:
+0x67fa 027846 jam 1 ,mem_shutter_temp_count 
+0x67fb 027847 call shutter_dy_shutter_read_ios_android_addr 
+0x67fc 027848 fetch 2 ,mem_otp_read_ios_android_addr 
+0x67fd 027849 call shutter_dy_shutter_read_move_config_from_otp_addr 
+0x67fe 027850 call shutter_dy_check_iphone 
+0x67ff 027851 copy pdata ,temp 
+0x6800 027852 fetch 1 ,mem_otp_last_shutter_le_iphone_flag 
+0x6801 027853 icompare 0xff ,temp 
+0x6802 027854 call shutter_dy_clear_temp_count ,true 
+0x6803 027856 fetch 1 ,mem_shutter_temp_count 
+0x6804 027857 rtneq 0 
+0x6805 027858 branch shutter_dy_shutter_judge_ios_or_android 
+:      027861 shutter_dy_shutter_not_find_ios_or_android:
+0x6806 027862 bpatch patch15_5 ,mem_patch15 
+0x6807 027863 call shutter_dy_clear_temp_count 
+0x6808 027864 call shutter_dy_check_iphone 
+0x6809 027865 branch shutter_dy_shutter_android_save_init_loaction ,blank 
+0x680a 027866 branch shutter_dy_shutter_ios_save_init_loaction 
+:      027867 shutter_dy_shutter_android_save_init_loaction:
+0x680b 027869 fetch 2 ,mem_android_initial_move_x 
+0x680c 027870 store 2 ,mem_shutter_move_data_x 
+0x680d 027872 fetcht 2 ,mem_android_initial_move_y 
+0x680e 027873 setarg 0xfff 
+0x680f 027874 isub temp ,pdata 
+0x6810 027875 store 2 ,mem_shutter_move_data_y 
+0x6811 027876 branch shutter_dy_store_move_config_info 
+:      027878 shutter_dy_shutter_ios_save_init_loaction:
+0x6812 027879 arg iphone_once_max_move_value ,temp 
+0x6813 027881 fetch 2 ,mem_iphone_initial_move_x 
+0x6814 027882 arg mem_shutter_move_data_x ,rega 
+0x6815 027883 arg mem_shutter_iphone_beyond_x_count ,regb 
+0x6816 027884 call shutter_dy_iphone_move_initial_set 
+0x6817 027885 arg iphone_once_max_move_value ,temp 
+0x6818 027887 fetch 2 ,mem_iphone_initial_move_y 
+0x6819 027888 arg mem_shutter_move_data_y ,rega 
+0x681a 027889 arg mem_shutter_iphone_beyond_y_count ,regb 
+0x681b 027890 call shutter_dy_iphone_move_initial_set 
+0x681c 027891 setarg 0xfff 
+0x681d 027892 fetcht 2 ,mem_shutter_move_data_y 
+0x681e 027893 isub temp ,pdata 
+0x681f 027894 store 2 ,mem_shutter_move_data_y 
+0x6820 027895 branch shutter_dy_store_move_config_info 
+:      027897 shutter_dy_clear_temp_count:
+0x6821 027898 jam 0 ,mem_shutter_temp_count 
+0x6822 027899 rtn 
+:      027901 shutter_dy_campare_effective_addr_read_otp:
+0x6823 027902 bpatch patch15_6 ,mem_patch15 
+0x6824 027903 jam 1 ,mem_shutter_first_read_flag 
+0x6825 027904 call shutter_dy_shutter_uart_config_loop 
+0x6826 027908 fetch 2 ,mem_shutter_efuse_end_offset 
+0x6827 027909 copy pdata ,temp 
+0x6828 027910 fetch 2 ,mem_otp_read_offset_addr 
+0x6829 027911 isub temp ,pdata 
+0x682a 027912 arg 0x0 ,temp 
+0x682b 027913 isub temp ,null 
+0x682c 027914 nrtn positive 
+0x682d 027915 fetch 2 ,mem_otp_read_offset_addr 
+0x682e 027916 copy pdata ,temp 
+0x682f 027918 fetch 2 ,mem_shutter_efuse_start_offset 
+0x6830 027919 increase -5 ,pdata 
+0x6831 027920 isub temp ,pdata 
+0x6832 027923 fetch 2 ,mem_otp_read_offset_addr 
+0x6833 027924 store 2 ,mem_otp_read_ios_android_addr 
+0x6834 027925 call shutter_dy_shutter_judge_ios_or_android 
+0x6835 027926 fetch 2 ,mem_otp_read_ios_android_addr 
+0x6836 027927 ncall shutter_dy_shutter_read_move_config_from_otp_addr ,zero 
+0x6837 027930 jam 0 ,mem_shutter_temp_count 
+0x6838 027931 call shutter_dy_campare_otp_data 
+0x6839 027932 fetch 1 ,mem_shutter_temp_count 
+0x683a 027933 rtneq 0 
+0x683b 027934 branch shutter_dy_read_otp_convert_data 
+:      027937 shutter_dy_campare_effective_addr_write_otp:
+0x683c 027938 bpatch patch15_7 ,mem_patch15 
+0x683d 027939 jam 1 ,mem_shutter_first_read_flag 
+0x683e 027940 call shutter_dy_shutter_uart_config_loop 
+0x683f 027944 fetcht 2 ,mem_shutter_efuse_end_offset 
+0x6840 027946 fetch 2 ,mem_otp_read_offset_addr 
+0x6841 027947 isub temp ,pdata 
+0x6842 027948 arg 0x0 ,temp 
+0x6843 027949 isub temp ,null 
+0x6844 027950 nrtn positive 
+0x6845 027952 fetcht 2 ,mem_otp_read_offset_addr 
+0x6846 027954 fetch 2 ,mem_shutter_efuse_start_offset 
+0x6847 027955 isub temp ,pdata 
+0x6848 027956 arg 0x0 ,temp 
+0x6849 027957 isub temp ,null 
+0x684a 027958 nrtn positive 
+0x684b 027959 fetch 2 ,mem_otp_read_offset_addr 
+0x684c 027960 store 2 ,mem_otp_write_offset_addr 
+0x684d 027961 call shutter_dy_write_otp_convert_data 
+0x684e 027963 branch shutter_dy_shutter_write_move_config_to_otp_addr 
+:      027966 shutter_dy_shutter_read_move_config_from_otp_addr:
+0x684f 027967 bpatch patch16_0 ,mem_patch16 
+0x6850 027968 copy pdata ,regb 
+0x6851 027969 arg shutter_para_total_num ,loopcnt 
+0x6852 027971 arg mem_otp_move_config ,rega 
+0x6853 027972 branch otp_read_data 
+:      027975 shutter_dy_shutter_write_move_config_to_otp_addr:
+0x6854 027976 arg shutter_para_total_num ,loopcnt 
+0x6855 027977 arg mem_otp_move_config ,rega 
+0x6856 027978 fetchr regb ,2 ,mem_otp_write_offset_addr 
+0x6857 027979 branch otp_write 
+:      027981 shutter_dy_shutter_1s_timer:
+0x6858 027982 arg mem_shutter_1s_timer ,regc 
+0x6859 027983 arg shutter_dy_store_move_config_info ,regb 
+0x685a 027984 branch timer_single_step 
+:      027998 p_crc16_ccitt_false:
+0x685b 027999 fetch 2 ,mem_adv_crc_false_initvalue 
+:      028001 p_crc16_ccitt_false_loop:
+0x685c 028002 ifetcht 1 ,regc 
+0x685d 028003 increase 1 ,regc 
+0x685e 028004 lshift8 temp ,temp 
+0x685f 028005 ixor temp ,pdata 
+:      028007 p_crc16_for_byte:
+0x6860 028008 copy loopcnt ,regb 
+0x6861 028009 arg 8 ,loopcnt 
+:      028010 p_crc16_for_byte_loop:
+0x6862 028011 isolate1 15 ,pdata 
+0x6863 028012 lshift pdata ,pdata 
+0x6864 028013 nbranch p_crc16_for_byte_continue ,true 
+0x6865 028014 fetcht 2 ,mem_crc16_polynomial 
+0x6866 028015 ixor temp ,pdata 
+:      028016 p_crc16_for_byte_continue:
+0x6867 028017 loop p_crc16_for_byte_loop 
+0x6868 028018 copy regb ,loopcnt 
+0x6869 028020 loop p_crc16_ccitt_false_loop 
+0x686a 028021 store 2 ,mem_adv_crc_false_initvalue 
+0x686b 028022 rtn 
+:      028027 rf_debug_rx_gpio_low:
+0x686c 028028 fetch 1 ,mem_rf_debug_rx_gpio 
+:      028029 rf_debug_gpio_low:
+0x686d 028030 arg gpcfg_output_low ,temp 
+0x686e 028031 branch gpio_config_function 
+:      028033 rf_debug_rx_on_line:
+:      028034 rf_debug_rx_gpio_high:
+0x686f 028035 fetch 1 ,mem_rf_debug_rx_gpio 
+:      028036 rf_debug_gpio_high:
+0x6870 028037 arg gpcfg_output_high ,temp 
+0x6871 028038 branch gpio_config_function 
+:      028040 rf_debug_rx_gpio_h_l_h:
+0x6872 028041 call rf_debug_rx_gpio_high 
+:      028042 rf_debug_rx_gpio_l_h:
+0x6873 028043 call rf_debug_rx_gpio_low 
+0x6874 028044 branch rf_debug_rx_gpio_high 
+:      028046 rf_debug_rx_gpio_l_h_l:
+:      028047 rf_debug_shutdown_radio_line:
+0x6875 028048 call rf_debug_rx_gpio_l_h 
+:      028049 rf_debug_rx_crc_line:
+0x6876 028050 branch rf_debug_rx_gpio_low 
+:      028052 rf_debug_rx_sync_line:
+0x6877 028053 branch rf_debug_rx_gpio_l_h 
+:      028055 rf_debug_rx_crc_fail_line:
+0x6878 028056 call rf_debug_rx_gpio_l_h 
+0x6879 028057 branch rf_debug_rx_gpio_l_h_l 
+:      028059 rf_debug_rx_match_line:
+:      028060 rf_debug_rx_crc_error_line:
+:      028061 rf_debug_rx_sync_timeout_line:
+0x687a 028062 branch rf_debug_rx_gpio_low 
+:      028065 rf_debug_tx_off_line:
+:      028066 rf_debug_tx_gpio_low:
+0x687b 028067 fetch 1 ,mem_rf_debug_tx_gpio 
+0x687c 028068 branch rf_debug_gpio_low 
+:      028070 rf_debug_tx_on_line:
+:      028071 rf_debug_tx_gpio_high:
+0x687d 028072 fetch 1 ,mem_rf_debug_tx_gpio 
+0x687e 028073 branch rf_debug_gpio_high 
+:      028075 rf_debug_tx_gpio_l_h_l:
+0x687f 028076 call rf_debug_tx_gpio_low 
+0x6880 028077 call rf_debug_tx_gpio_high 
+0x6881 028078 branch rf_debug_tx_gpio_low 
+:      028085 hci_init:
+0x6882 028086 clear_stack 
+0x6883 028087 call wdt_set_disable 
+0x6884 028088 call hci_init_clksel_xtal 
+0x6885 028089 call hci_init_uart_default_config 
+0x6886 028090 call hci_init_uart_config 
+0x6887 028091 call hci_init_pwm_default_config 
+0x6888 028092 call hci_init_pwm 
+0x6889 028094 jam 1 ,mem_hci_command_complete_num_hci_command_packet 
+0x688a 028095 jam hci_h4_type_event ,mem_hci_event_head_type 
+:      028097 hci_process_loop:
+0x688b 028098 call hci_process_check_uart_rx 
+0x688c 028099 branch hci_process_loop 
+:      028101 hci_init_clksel_xtal:
+0x688d 028102 jam clksel_xtal ,core_clksel 
+0x688e 028103 rtn 
+:      028105 hci_init_uart_default_config:
+0x688f 028106 call hci_init_uart_default_config_tx 
+0x6890 028107 call hci_init_uart_default_config_rx 
+0x6891 028108 call hci_init_uart_default_config_rts 
+0x6892 028109 branch hci_init_uart_default_config_cts 
+:      028111 hci_init_uart_default_config_tx:
+0x6893 028112 fetch 1 ,mem_hci_uart_tx_gpio 
+0x6894 028113 nrtn blank 
+0x6895 028114 jam hci_uart_tx_gpio_num ,mem_hci_uart_tx_gpio 
+0x6896 028115 rtn 
+:      028117 hci_init_uart_default_config_rx:
+0x6897 028118 fetch 1 ,mem_hci_uart_rx_gpio 
+0x6898 028119 nrtn blank 
+0x6899 028120 jam hci_uart_rx_gpio_num ,mem_hci_uart_rx_gpio 
+0x689a 028121 rtn 
+:      028122 hci_init_uart_default_config_rts:
+0x689b 028123 fetch 1 ,mem_hci_uart_rts_gpio 
+0x689c 028124 nrtn blank 
+0x689d 028125 jam hci_uart_rts_gpio_num ,mem_hci_uart_rts_gpio 
+0x689e 028126 rtn 
+:      028127 hci_init_uart_default_config_cts:
+0x689f 028128 fetch 1 ,mem_hci_uart_cts_gpio 
+0x68a0 028129 nrtn blank 
+0x68a1 028130 jam hci_uart_cts_gpio_num ,mem_hci_uart_cts_gpio 
+0x68a2 028131 rtn 
+:      028134 hci_init_uart_config:
+0x68a3 028135 setarg mem_h5rx_buf 
+0x68a4 028136 store 2 ,mem_pdatatemp 
+0x68a5 028137 setarg mem_h5rx_buf_end 
+0x68a6 028138 istore 2 ,contw 
+0x68a7 028139 setarg mem_h5tx_buf 
+0x68a8 028140 istore 2 ,contw 
+0x68a9 028141 setarg mem_h5tx_buf_end 
+0x68aa 028142 istore 2 ,contw 
+0x68ab 028143 fetch 8 ,mem_pdatatemp 
+0x68ac 028144 call uarta_init_dma_mem 
+0x68ad 028145 call uart_clock_select_main_freq_crystal 
+0x68ae 028146 arg 115200 ,temp 
+0x68af 028147 call uarta_calc_baud_rate_config 
+0x68b0 028148 fetch 1 ,mem_hci_uart_tx_gpio 
+0x68b1 028149 arg gpcfg_uart_txd ,temp 
+0x68b2 028150 call gpio_config_function_int 
+0x68b3 028151 fetch 1 ,mem_hci_uart_rx_gpio 
+0x68b4 028152 arg gpcfg_uart_rxd | gpcfg_pullup ,temp 
+0x68b5 028153 call gpio_config_function_int 
+0x68b6 028154 fetch 1 ,mem_hci_uart_rts_gpio 
+0x68b7 028155 arg gpcfg_uart_rts ,temp 
+0x68b8 028156 call gpio_config_function_int 
+0x68b9 028157 fetch 1 ,mem_hci_uart_cts_gpio 
+0x68ba 028158 arg gpcfg_uart_cts ,temp 
+0x68bb 028159 call gpio_config_function_int 
+0x68bc 028161 arg fun_uart_control_enable | fun_uart_control_setting_rate_baud ,temp 
+0x68bd 028162 storet 1 ,core_uart_ctrl 
+0x68be 028163 branch clean_xmem 
+:      028165 hci_init_pwm_default_config:
+0x68bf 028166 fetch 1 ,mem_hci_pwm_12mhz_gpio 
+0x68c0 028167 nrtn blank 
+0x68c1 028168 jam hci_pmw_12mhz_gpio_num ,mem_hci_pwm_12mhz_gpio 
+0x68c2 028169 rtn 
+:      028171 hci_init_pwm:
+0x68c3 028172 fetch 1 ,mem_hci_pwm_12mhz_gpio 
+0x68c4 028173 arg gpcfg_pwm_out0 ,temp 
+0x68c5 028174 call gpio_config_function_int 
+0x68c6 028175 arg 0x40 ,rega 
+0x68c7 028176 call pwm_init 
+0x68c8 028177 arg 0 ,rega 
+0x68c9 028178 arg 0 ,regb 
+0x68ca 028179 setarg 0 
+0x68cb 028180 call pwm_duty_cycle_set 
+0x68cc 028181 arg 0 ,queue 
+0x68cd 028182 branch pwm_set_select 
+:      028185 hci_process_check_uart_rx:
+0x68ce 028186 fetch 2 ,core_uart_rxitems 
+0x68cf 028187 add pdata ,-4 ,rega 
+0x68d0 028188 nrtn positive 
+0x68d1 028189 call uarta_prepare_rx 
+0x68d2 028190 ifetch 1 ,contru 
+0x68d3 028191 beq hci_h4_type_cmd ,hci_parse_packet_cmd 
+0x68d4 028193 call delay_10ms 
+0x68d5 028194 branch uarta_clear_current_rx 
+:      028198 hci_parse_packet_cmd:
+0x68d6 028199 ifetch 2 ,contru 
+0x68d7 028200 store 2 ,mem_hci_opcode 
+0x68d8 028201 arg 0x3ff ,temp 
+0x68d9 028202 iand temp ,temp 
+0x68da 028203 storet 2 ,mem_hci_opcode_ocf 
+0x68db 028204 rshift2 pdata ,pdata 
+0x68dc 028205 rshift8 pdata ,pdata 
+0x68dd 028206 store 1 ,mem_hci_opcode_ogf 
+0x68de 028207 ifetch 1 ,contru 
+0x68df 028208 pincrease -1 
+0x68e0 028209 isub rega ,null 
+0x68e1 028210 rtn positive 
+0x68e2 028211 call hci_parse_complete_packet 
+0x68e3 028212 branch hci_drop_current_packet 
+:      028214 hci_parse_complete_packet:
+0x68e4 028215 fetch 1 ,mem_hci_opcode_ogf 
+0x68e5 028223 beq hci_ogf_vendor_specific_debug ,hci_parse_packet_cmd_ogf_vendorspecific_debug 
+0x68e6 028224 branch hci_send_event_command_complete_error_command_nuknown 
+:      028234 hci_parse_packet_cmd_ogf_vendorspecific_debug:
+0x68e7 028235 bpatch patch16_4 ,mem_patch16 
+0x68e8 028236 fetch 1 ,mem_hci_opcode_ocf 
+0x68e9 028237 beq hci_vendor_cmd_reset ,hci_normal_reply 
+0x68ea 028238 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
+0x68eb 028239 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
+0x68ec 028240 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
+0x68ed 028241 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
+0x68ee 028242 beq hci_vendor_cmd_echo ,hci_normal_reply 
+0x68ef 028243 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
+0x68f0 028244 beq hci_vendor_cmd_set_flow_control ,phci_grp_vendor_flow_control 
+0x68f1 028245 branch hci_normal_reply 
+:      028248 phci_grp_vendor_chipid:
+0x68f2 028249 jam command_succeeded ,mem_hci_command_complete_return_parameter 
+0x68f3 028250 fetch 2 ,core_chipid 
+0x68f4 028251 store 2 ,mem_hci_command_complete_return_parameter_chip_id 
+0x68f5 028252 arg 3 ,loopcnt 
+0x68f6 028253 branch hci_send_event_command_complete 
+:      028255 phci_grp_vendor_baud:
+0x68f7 028256 ifetch 2 ,contu 
+0x68f8 028257 store 2 ,core_uart_baud 
+0x68f9 028258 rtn 
+:      028261 phci_grp_vendor_patch_common:
+0x68fa 028262 ifetch 1 ,contu 
+0x68fb 028263 copy pdata ,temp 
+0x68fc 028264 store 1 ,core_ucode_low 
+0x68fd 028265 ifetch 1 ,contu 
+0x68fe 028266 iadd temp ,temp 
+0x68ff 028267 set1 7 ,pdata 
+0x6900 028268 store 1 ,core_ucode_ctrl 
+0x6901 028269 ifetch 1 ,contu 
+0x6902 028270 iadd temp ,temp 
+0x6903 028271 copy pdata ,loopcnt 
+0x6904 028272 rtn 
+:      028274 phci_grp_vendor_patch:
+0x6905 028275 call phci_grp_vendor_patch_common 
+:      028276 phci_grp_vendor_patch_loop:
+0x6906 028277 ifetch 1 ,contu 
+0x6907 028278 store 1 ,core_ucode_data 
+0x6908 028279 iadd temp ,temp 
+0x6909 028280 loop phci_grp_vendor_patch_loop 
+:      028281 phci_grp_vendor_patch_check_sum:
+0x690a 028282 and temp ,0xff ,temp 
+0x690b 028283 ifetch 1 ,contu 
+0x690c 028284 isub temp ,null 
+0x690d 028285 nbranch phci_grp_vendor_patch_bad ,zero 
+0x690e 028286 branch hci_normal_reply 
+:      028288 phci_grp_vendor_done:
+0x690f 028289 arg 0x20 ,loopcnt 
+0x6910 028290 arg mem_patch00 ,contw 
+0x6911 028291 arg 0 ,temp 
+:      028292 phci_grp_vendor_done_loop:
+0x6912 028293 ifetch 1 ,contu 
+0x6913 028294 istore 1 ,contw 
+0x6914 028295 iadd temp ,temp 
+0x6915 028296 loop phci_grp_vendor_done_loop 
+0x6916 028297 and temp ,0xff ,temp 
+0x6917 028298 ifetch 1 ,contu 
+0x6918 028299 isub temp ,null 
+0x6919 028300 nbranch phci_grp_vendor_patch_bad ,zero 
+0x691a 028301 jam 0 ,core_ucode_ctrl 
+0x691b 028302 call hci_normal_reply 
+0x691c 028303 call wait_uarttx 
+0x691d 028304 branch soft_reset 
+:      028306 phci_grp_vendor_patch_bad:
+0x691e 028307 jam 0 ,core_ucode_ctrl 
+0x691f 028308 branch hci_send_event_command_complete_error_command_nuknown 
+:      028311 phci_grp_vendor_mem:
+0x6920 028312 ifetch 1 ,contu 
+0x6921 028313 copy pdata ,loopcnt 
+0x6922 028314 ifetch 2 ,contu 
+0x6923 028315 copy pdata ,contw 
+0x6924 028316 call uart_copy_rx_bytes 
+0x6925 028317 branch hci_normal_reply 
+:      028319 phci_grp_vendor_flow_control:
+0x6926 028320 fetch 1 ,core_uart_ctrl 
+0x6927 028321 set1 bit_uart_control_flow_control ,pdata 
+0x6928 028322 store 1 ,core_uart_ctrl 
+0x6929 028323 branch hci_normal_reply 
+:      028326 hci_normal_reply:
+0x692a 028327 branch hci_send_event_command_complete_without_payload 
+:      028329 hci_send_event_command_complete_error_command_nuknown:
+0x692b 028330 jam command_unknown ,mem_hci_command_complete_return_parameter 
+0x692c 028331 branch hci_send_event_command_complete_without_payload + 1 
+:      028332 hci_send_event_command_complete_error_command_disallowed:
+0x692d 028333 jam command_disallowed ,mem_hci_command_complete_return_parameter 
+0x692e 028334 branch hci_send_event_command_complete_without_payload + 1 
+:      028335 hci_send_event_command_complete_without_payload:
+0x692f 028336 jam command_succeeded ,mem_hci_command_complete_return_parameter 
+0x6930 028337 arg 1 ,loopcnt 
+0x6931 028338 branch hci_send_event_command_complete 
+:      028340 hci_send_event_command_complete:
+0x6932 028341 jam hci_event_command_complete ,mem_hci_event_head_event_code 
+0x6933 028342 add loopcnt ,3 ,pdata 
+0x6934 028343 store 1 ,mem_hci_event_para_total_length 
+0x6935 028344 call hci_prepare_send_event 
+0x6936 028345 fetch 3 ,mem_hci_command_complete_num_hci_command_packet 
+0x6937 028346 istore 3 ,contwu 
+0x6938 028348 arg mem_hci_command_complete_return_parameter ,contr 
+0x6939 028349 call uart_copy_tx_bytes 
+0x693a 028350 branch uarta_send_register_pop 
+:      028354 hci_prepare_send_event:
+0x693b 028355 call uarta_prepare_tx_register_push 
+0x693c 028356 fetch 3 ,mem_hci_event_head_type 
+0x693d 028357 istore 3 ,contwu 
+0x693e 028358 rtn 
+:      028360 hci_drop_current_packet:
+0x693f 028361 call uarta_prepare_rx 
+0x6940 028362 increase 3 ,contru 
+0x6941 028363 ifetch 1 ,contru 
+0x6942 028364 iadd contru ,contru 
+0x6943 028365 branch uarta_rxdone 
+:      028367 cmd_exit:
+0x6944 028368 jam 0 ,mem_hci_cmd 
+0x6945 028369 rtn 
+:      028376 l2cap_init:
+0x6946 028377 branch l2cap_init_wake ,wake 
+0x6947 028378 setarg mem_l2cap_xmem_end 
+0x6948 028379 arg mem_l2cap_xmem_start ,contw 
+0x6949 028380 isub contw ,loopcnt 
+0x694a 028381 call clear_mem 
+:      028382 l2cap_init_wake:
+0x694b 028384 rtn 
+:      028388 check_l2cap_map:
+0x694c 028389 arg 0 ,queue 
+0x694d 028390 arg 0 ,regb 
+:      028392 check_l2cap_map_loop:
+0x694e 028393 sub queue ,7 ,null 
+0x694f 028394 nrtn positive 
+0x6950 028395 qisolate1 rega 
+0x6951 028396 branch check_l2cap_map_used ,true 
+0x6952 028397 branch check_l2cap_map_used2 
+:      028399 check_l2cap_map_used:
+0x6953 028400 copy temp ,pdata 
+0x6954 028401 branch check_l2cap_map_used2 ,blank 
+0x6955 028402 qset1 regb 
+0x6956 028403 increase -1 ,temp 
+:      028405 check_l2cap_map_used2:
+0x6957 028406 increase 1 ,queue 
+0x6958 028407 branch check_l2cap_map_loop 
+:      028420 ble_l2cap_malloc:
+0x6959 028421 fetchr regd ,2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x695a 028422 fetchr rege ,2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x695b 028423 call disable_user 
+0x695c 028424 branch host_l2cap_malloc 
+:      028426 host_l2cap_malloc:
+0x695d 028427 bpatch patch16_6 ,mem_patch16 
+0x695e 028428 call l2cap_malloc_is_fifo_full 
+0x695f 028429 nbranch assert ,blank 
+0x6960 028430 call l2cap_malloc_get_full_map 
+0x6961 028431 arg 8 ,loopcnt 
+:      028432 host_l2cap_malloc_loop:
+0x6962 028433 fetcht 1 ,mem_used_map 
+0x6963 028434 sub loopcnt ,8 ,queue 
+0x6964 028435 qisolate1 temp 
+0x6965 028436 branch host_l2cap_malloc_next_buffer ,true 
+0x6966 028437 call host_l2cap_malloc_check_buffer_enough 
+0x6967 028438 nbranch host_l2cap_malloc_next_buffer ,positive 
+0x6968 028439 call host_l2cap_malloc_into_fifo 
+0x6969 028440 branch host_l2cap_malloc_succ 
+:      028441 host_l2cap_malloc_next_buffer:
+0x696a 028442 copy rege ,pdata 
+0x696b 028443 iadd regd ,regd 
+0x696c 028444 loop host_l2cap_malloc_loop 
+0x696d 028445 branch assert 
+:      028446 host_l2cap_malloc_succ:
+0x696e 028447 copy regd ,pdata 
+0x696f 028448 copy regd ,contw 
+0x6970 028449 rtn 
+:      028458 host_l2cap_malloc_check_buffer_enough:
+0x6971 028459 bpatch patch16_7 ,mem_patch16 
+0x6972 028460 sub loopcnt ,8 ,queue 
+0x6973 028461 arg 0 ,temp 
+0x6974 028462 arg 0 ,timeup 
+:      028463 host_l2cap_malloc_check_buffer_enough_loop:
+0x6975 028464 copy queue ,pdata 
+0x6976 028465 beq 8 ,host_l2cap_malloc_check_buffer_enough_end 
+0x6977 028466 fetch 1 ,mem_used_map 
+0x6978 028467 qisolate1 pdata 
+0x6979 028468 branch host_l2cap_malloc_check_buffer_enough_end ,true 
+0x697a 028469 qset1 timeup 
+0x697b 028470 copy rege ,pdata 
+0x697c 028471 iadd temp ,temp 
+0x697d 028472 increase 1 ,queue 
+0x697e 028473 copy rega ,pdata 
+0x697f 028474 isub temp ,null 
+0x6980 028475 branch host_l2cap_malloc_check_buffer_enough_end ,zero 
+0x6981 028476 branch host_l2cap_malloc_check_buffer_enough_loop ,positive 
+:      028477 host_l2cap_malloc_check_buffer_enough_end:
+0x6982 028478 copy temp ,pdata 
+0x6983 028479 isub rega ,null 
+0x6984 028480 nrtn zero 
+0x6985 028481 qset1 timeup 
+0x6986 028482 rtn 
+:      028491 host_l2cap_malloc_into_fifo:
+0x6987 028492 bpatch patch17_0 ,mem_patch17 
+0x6988 028493 call l2cap_malloc_is_fifo_full 
+0x6989 028494 nbranch assert ,blank 
+0x698a 028495 call l2cap_malloc_is_fifo_empty 
+0x698b 028496 branch host_l2cap_malloc_into_fifo_no_push ,blank 
+0x698c 028497 fetch 9 ,mem_tx_fifo1 
+0x698d 028498 store 9 ,mem_tx_fifo0 
+0x698e 028499 setarg 0 
+0x698f 028500 istore 3 ,contw 
+:      028501 host_l2cap_malloc_into_fifo_no_push:
+0x6990 028502 storer timeup ,1 ,mem_tx_fifo3_map 
+0x6991 028503 storer regd ,2 ,mem_tx_fifo3_ptr 
+0x6992 028504 rtn 
+:      028513 l2cap_malloc_fifo_out:
+0x6993 028514 bpatch patch17_1 ,mem_patch17 
+0x6994 028515 call l2cap_malloc_fifo_get_first_ptr 
+0x6995 028516 increase 1 ,contr 
+0x6996 028517 ifetch 2 ,contr 
+0x6997 028518 rtn 
+:      028525 l2cap_malloc_free:
+0x6998 028526 bpatch patch17_2 ,mem_patch17 
+0x6999 028527 call l2cap_malloc_fifo_get_first_ptr 
+0x699a 028528 copy contr ,contw 
+0x699b 028529 copy contr ,temp 
+0x699c 028530 setarg 0 
+0x699d 028531 istore 3 ,contw 
+0x699e 028532 rtn 
+:      028539 l2cap_malloc_discard:
+0x699f 028540 bpatch patch17_3 ,mem_patch17 
+0x69a0 028541 call l2cap_malloc_is_fifo_empty 
+0x69a1 028542 branch assert ,blank 
+0x69a2 028543 fetch 3 ,mem_tx_fifo2 
+0x69a3 028544 store 3 ,mem_tx_fifo3 
+0x69a4 028545 fetch 3 ,mem_tx_fifo1 
+0x69a5 028546 store 3 ,mem_tx_fifo2 
+0x69a6 028547 fetch 3 ,mem_tx_fifo0 
+0x69a7 028548 store 3 ,mem_tx_fifo1 
+0x69a8 028549 rtn 
+:      028557 l2cap_malloc_is_fifo_full:
+0x69a9 028558 bpatch patch17_4 ,mem_patch17 
+0x69aa 028559 fetch 3 ,mem_tx_fifo0 
+0x69ab 028560 rtn 
+:      028568 l2cap_malloc_is_fifo_nearly_full:
+0x69ac 028569 bpatch patch17_5 ,mem_patch17 
+0x69ad 028570 fetch 3 ,mem_tx_fifo1 
+0x69ae 028571 rtn 
+:      028579 l2cap_malloc_is_fifo_empty:
+0x69af 028580 bpatch patch17_6 ,mem_patch17 
+0x69b0 028581 fetch 3 ,mem_tx_fifo3 
+0x69b1 028582 rtn 
+:      028589 l2cap_malloc_fifo_get_first_ptr:
+0x69b2 028590 call l2cap_malloc_is_fifo_empty 
+0x69b3 028591 branch l2cap_malloc_fifo_get_first_ptr_empty ,blank 
+0x69b4 028592 arg mem_tx_fifo0 ,contr 
+:      028593 l2cap_malloc_free_loop:
+0x69b5 028594 ifetch 3 ,contr 
+0x69b6 028595 branch l2cap_malloc_free_loop ,blank 
+:      028596 l2cap_malloc_fifo_get_first_ptr_empty:
+0x69b7 028597 increase -3 ,contr 
+0x69b8 028598 rtn 
+:      028606 l2cap_malloc_get_full_map:
+0x69b9 028607 bpatch patch17_7 ,mem_patch17 
+0x69ba 028608 arg 4 ,loopcnt 
+0x69bb 028609 arg mem_tx_fifo0_map ,contr 
+0x69bc 028610 arg 0 ,temp 
+:      028611 l2cap_malloc_get_full_map_loop:
+0x69bd 028612 ifetch 3 ,contr 
+0x69be 028613 and pdata ,0xff ,pdata 
+0x69bf 028614 ior temp ,temp 
+0x69c0 028615 loop l2cap_malloc_get_full_map_loop 
+0x69c1 028616 storet 1 ,mem_used_map 
+0x69c2 028617 rtn 
+:      028620 l2cap_lpm_get_wake_lock:
+0x69c3 028621 arg wake_lock_l2cap_tx ,queue 
+0x69c4 028622 branch lpm_get_wake_lock 
+:      028624 l2cap_lpm_put_wake_lock:
+0x69c5 028625 arg wake_lock_l2cap_tx ,queue 
+0x69c6 028626 branch lpm_put_wake_lock 
+:      028637 twspi_reset:
+0x69c7 028638 bpatch patch18_1 ,mem_patch18 
+0x69c8 028639 sub temp ,ui_button_gpio_disable ,null 
+0x69c9 028640 rtn zero 
+0x69ca 028641 copy temp ,pdata 
+0x69cb 028642 and_into 0xff ,pdata 
+0x69cc 028643 sub pdata ,gpio_number + -1 ,null 
+0x69cd 028644 nbranch twspi_reset_ext ,positive 
+0x69ce 028645 arg core_gpio_conf ,contw 
+:      028646 twspi_reset_next:
+0x69cf 028647 iadd contw ,contw 
+0x69d0 028648 copy contw ,rega 
+0x69d1 028649 arg gpcfg_output_low ,temp 
+0x69d2 028650 istoret 1 ,contw 
+0x69d3 028651 call twspi_disable 
+0x69d4 028652 nop 30 
+0x69d5 028653 copy rega ,contw 
+0x69d6 028654 arg gpcfg_output_high ,temp 
+0x69d7 028655 istoret 1 ,contw 
+0x69d8 028656 branch twspi_enable 
+:      028658 twspi_reset_ext:
+0x69d9 028659 arg core_gpio_conf_hi ,contw 
+0x69da 028660 increase -16 ,pdata 
+0x69db 028661 branch twspi_reset_next 
+:      028664 twspi_disable:
+0x69dc 028665 fetch 1 ,core_spid_delay 
+0x69dd 028666 and_into 0x7f ,pdata 
+0x69de 028667 store 1 ,core_spid_delay 
+0x69df 028668 rtn 
+:      028670 twspi_enable:
+0x69e0 028671 fetch 1 ,core_spid_delay 
+0x69e1 028672 or_into 0x80 ,pdata 
+0x69e2 028673 store 1 ,core_spid_delay 
+0x69e3 028674 rtn 
+:      028676 twspi_write:
+0x69e4 028677 branch spid_write_reg 
+:      028679 twspi_read:
+0x69e5 028680 branch spid_read_reg 
+:      028684 aes_disable:
+0x69e6 028685 fetch 1 ,core_bist_ctrl 
+0x69e7 028686 set0 aes_en ,pdata 
+0x69e8 028687 store 1 ,core_bist_ctrl 
+0x69e9 028688 rtn 
+:      028690 read_function_aes:
+0x69ea 028691 nbranch read_function ,user 
+0x69eb 028692 fetch 1 ,core_bist_ctrl 
+0x69ec 028693 set1 aes_en ,pdata 
+0x69ed 028694 store 1 ,core_bist_ctrl 
+:      028695 read_function:
+0x69ee 028696 copy temp ,null 
+0x69ef 028697 branch read_fuction_zero ,zero 
+0x69f0 028698 copy regc ,pc 
+:      028700 read_fuction_zero:
+0x69f1 028701 isolate0 0 ,null 
+0x69f2 028702 branch set_ucode_status 
+:      028705 get_block_header:
+0x69f3 028706 force 4 ,temp 
+:      028707 get_block_header0:
+0x69f4 028708 arg mem_ucode_buf ,rega 
+0x69f5 028709 call aes_disable 
+0x69f6 028710 call read_function 
+0x69f7 028711 arg 0x55aa ,rega 
+0x69f8 028712 fetch 2 ,mem_ucode_buf 
+0x69f9 028713 ifetcht 2 ,contr 
+0x69fa 028714 isub rega ,null 
+0x69fb 028715 rtn 
+:      028718 read_first_block:
+0x69fc 028719 call load_aes_reinit ,user 
+0x69fd 028720 arg 2 ,temp 
+0x69fe 028721 arg mem_ucode_ptr ,rega 
+0x69ff 028722 call read_function 
+0x6a00 028723 fetch 2 ,mem_ucode_ptr 
+:      028724 read_first_block_cont:
+0x6a01 028725 store 2 ,mem_addr_mi 
+0x6a02 028726 call get_iv ,user 
+0x6a03 028727 rtn 
+:      028729 get_iv:
+0x6a04 028730 arg 16 ,temp 
+0x6a05 028731 arg mem_ucode_keybuf ,rega 
+0x6a06 028732 call aes_disable 
+0x6a07 028733 call read_function 
+:      028734 set_iv:
+0x6a08 028735 arg mem_ucode_keybuf ,contr 
+0x6a09 028736 arg 16 ,loopcnt 
+0x6a0a 028737 call aes_load_data 
+0x6a0b 028738 call aes_init 
+0x6a0c 028739 call aes_clear_data 
+0x6a0d 028740 branch do_aes_cbc 
+:      028742 load_aes_reinit:
+0x6a0e 028743 jam 0x0 ,core_ucode_ctrl 
+0x6a0f 028744 call aes_disable 
+0x6a10 028745 branch aes_clear_data 
+:      028747 load_storage:
+0x6a11 028748 setarg 0 
+0x6a12 028749 store 2 ,mem_queue 
+0x6a13 028750 disable match 
+0x6a14 028751 call get_block_header 
+0x6a15 028752 nrtn zero 
+0x6a16 028753 enable match 
+0x6a17 028754 setarg 0x8000 
+0x6a18 028755 store 3 ,core_ucode_hi 
+0x6a19 028756 arg core_ucode_data ,rega 
+0x6a1a 028757 call read_function_aes 
+0x6a1b 028758 jam 0x0 ,core_ucode_ctrl 
+0x6a1c 028759 fetch 1 ,mem_ucode_status 
+0x6a1d 028760 rtnbit0 0 
+:      028761 load_storage_loop:
+0x6a1e 028762 arg 6 ,temp 
+0x6a1f 028763 call get_block_header0 
+0x6a20 028764 nbranch load_data_checksum_compare ,zero 
+0x6a21 028765 ifetchr rega ,2 ,contr 
+0x6a22 028766 call read_function 
+0x6a23 028767 call load_data_checksum_calc 
+0x6a24 028768 branch load_storage_loop 
+:      028771 load_data_checksum_calc:
+0x6a25 028772 fetch 2 ,mem_queue 
+0x6a26 028773 arg 6 ,loopcnt 
+0x6a27 028774 arg mem_ucode_buf ,contr 
+0x6a28 028775 call cal_sum 
+0x6a29 028776 fetchr loopcnt ,2 ,mem_ucode_len 
+0x6a2a 028777 copy rega ,contr 
+0x6a2b 028778 call cal_sum 
+0x6a2c 028779 store 2 ,mem_queue 
+0x6a2d 028780 rtn 
+:      028782 load_data_checksum_compare:
+0x6a2e 028783 fetch 1 ,mem_otp_load_check_sum 
+0x6a2f 028784 beq 0x5a ,load_data_checksum_ok 
+0x6a30 028785 arg 0xaa55 ,rega 
+0x6a31 028786 fetch 2 ,mem_ucode_buf 
+0x6a32 028787 isub rega ,null 
+0x6a33 028788 nbranch load_data_checksum_compare_fail ,zero 
+0x6a34 028789 arg 0x55aa ,rega 
+0x6a35 028790 fetch 2 ,mem_ucode_len 
+0x6a36 028791 isub rega ,null 
+0x6a37 028792 nbranch load_data_checksum_compare_fail ,zero 
+0x6a38 028793 fetch 2 ,mem_sched_addr 
+0x6a39 028794 fetcht 2 ,mem_queue 
+0x6a3a 028795 isub temp ,null 
+0x6a3b 028796 nbranch load_data_checksum_compare_fail ,zero 
+:      028797 load_data_checksum_ok:
+0x6a3c 028798 set1 15 ,rega 
+0x6a3d 028799 branch read_fuction_zero 
+:      028801 load_data_checksum_compare_fail:
+0x6a3e 028802 jam 0 ,mem_ucode_status 
+0x6a3f 028803 rtn 
+:      028806 loadcode_lock_load_ucode:
+0x6a40 028809 and pdata ,0xff ,pdata 
+0x6a41 028810 rshift4 pdata ,pdata 
+0x6a42 028811 store 1 ,mem_device_option 
+0x6a43 028812 branch loadcode_load_key 
+:      028814 loadcode_lock:
+0x6a44 028815 fetch 2 ,core_ucode_flag 
+0x6a45 028816 nbranch loadcode_lock_load_ucode ,blank 
+0x6a46 028817 call loadcode_load_key 
+0x6a47 028818 fetch 2 ,mem_device_option 
+0x6a48 028819 rtn blank 
+0x6a49 028820 call loadcode_set_lock 
+0x6a4a 028821 branch lpm_write_lock 
+:      028823 loadcode_set_lock:
+0x6a4b 028824 fetch 1 ,mem_device_option 
+0x6a4c 028825 rtn blank 
+0x6a4d 028826 and pdata ,0xf ,temp 
+0x6a4e 028827 storet 1 ,mem_device_option 
+0x6a4f 028828 rshift4 pdata ,pdata 
+0x6a50 028829 ixor temp ,pdata 
+0x6a51 028830 bne 0xf ,app_lpm_mpu_lock_24g_ble 
+0x6a52 028831 branch app_lpm_lock_check 
+:      028833 load_otp_hv_vsel:
+0x6a53 028834 fetch 1 ,mem_otp_hv_sel 
+0x6a54 028835 ncall lpm_save_sel_hv ,blank 
+0x6a55 028836 fetch 1 ,mem_otp_ldo_vsel 
+0x6a56 028837 rtn blank 
+0x6a57 028838 store 1 ,mem_lpm_ldo_sel 
+0x6a58 028839 branch lpm_write_io_vsel 
+:      028841 loadcode_load_key:
+0x6a59 028842 disable user 
+0x6a5a 028843 fetch 1 ,mem_ucode_flag 
+0x6a5b 028844 rtnbit0 otp_uflag_aes 
+0x6a5c 028845 call loadcode_check_otp_lock 
+0x6a5d 028846 arg otp_offset_ucode_key_l ,pdata 
+0x6a5e 028847 iadd regb ,regb 
+0x6a5f 028848 force 16 ,loopcnt 
+0x6a60 028849 arg mem_ucode_keybuf ,rega 
+0x6a61 028850 call otp_read_data 
+0x6a62 028851 jam otp_key_lock ,core_misc_ctrl 
+0x6a63 028852 arg mem_ucode_keybuf ,contr 
+0x6a64 028853 call load_key 
+0x6a65 028855 arg mem_ucode_keybuf ,contw 
+0x6a66 028856 call memset0_16 
+0x6a67 028857 branch enable_user 
+:      028860 loadcode:
+0x6a68 028861 jam 0x25 ,core_clkoff 
+0x6a69 028862 call enable_otp_read 
+0x6a6a 028863 arg otp_offset_patch_ptr ,regb 
+0x6a6b 028864 force 11 ,loopcnt 
+0x6a6c 028865 arg mem_ucode_ptr ,rega 
+0x6a6d 028866 call otp_read_data1 
+0x6a6e 028867 fetchr regf ,5 ,mem_ucode_ptr 
+0x6a6f 028868 fetch 1 ,mem_ucode_flag 
+0x6a70 028869 bbit0 otp_uflag_bist ,loadcode_nobist 
+0x6a71 028870 jam 0x7 ,core_bist_ctrl 
+:      028871 loadcode_bistwait:
+0x6a72 028872 fetch 1 ,core_bist_done 
+0x6a73 028873 bne 7 ,loadcode_bistwait 
+0x6a74 028874 fetch 1 ,core_bist_fail 
+0x6a75 028875 lshift4 pdata ,pdata 
+0x6a76 028876 store 1 ,core_bist_ctrl 
+0x6a77 028877 branch loadcode_otp 
+:      028879 loadcode_nobist:
+0x6a78 028880 call set_bistfix 
+0x6a79 028881 call clean_xmem 
+0x6a7a 028882 call clean_smem 
+:      028883 loadcode_otp:
+0x6a7b 028884 storer regf ,5 ,mem_ucode_ptr 
+0x6a7c 028886 call loadcode_check_otp_lock 
+0x6a7d 028887 arg otp_offset_adc_param_l ,pdata 
+0x6a7e 028888 iadd regb ,regb 
+0x6a7f 028889 arg 32 ,loopcnt 
+0x6a80 028890 arg mem_otp_temp ,rega 
+0x6a81 028891 call otp_read_data 
+0x6a82 028893 call load_otp_hv_vsel 
+0x6a83 028894 call loadcode_lock 
+0x6a84 028896 fetch 1 ,mem_ucode_flag 
+0x6a85 028897 bbit0 otp_uflag_aes ,loadcode_unenc 
+0x6a86 028898 fetcht 1 ,mem_peripheral_lock_flag 
+0x6a87 028899 arg 0 ,pdata 
+0x6a88 028900 set1 otp_not_limit ,pdata 
+0x6a89 028901 set1 otp_limit ,pdata 
+0x6a8a 028902 iand temp ,rega 
+0x6a8b 028903 sub rega ,0 ,null 
+0x6a8c 028904 branch loadcode_error ,zero 
+0x6a8d 028905 isub rega ,null 
+0x6a8e 028906 branch loadcode_error ,zero 
+:      028907 loadcode_unenc:
+0x6a8f 028908 jam 0 ,mem_loadcode_times 
+0x6a90 028909 arg otp_load_code ,regc 
+:      028910 loadcode_otp_loop:
+0x6a91 028911 call loadcode_timeout 
+0x6a92 028912 nbranch loadcode_error ,positive 
+0x6a93 028913 fetch 2 ,mem_ucode_ptr 
+0x6a94 028914 branch loadcode_otp_end ,blank 
+0x6a95 028915 call read_first_block_cont 
+0x6a96 028916 call load_storage 
+0x6a97 028917 nbranch loadcode_otp_end ,match 
+0x6a98 028918 fetch 1 ,mem_ucode_status 
+0x6a99 028919 compare 3 ,pdata ,3 
+0x6a9a 028920 nbranch loadcode_otp_loop ,true 
+0x6a9b 028921 call run_otp_code 
+:      028922 loadcode_otp_end:
+0x6a9c 028923 call disable_otp 
+0x6a9d 028924 jam 0 ,mem_loadcode_times 
+:      028925 loadcode_iic_loop:
+0x6a9e 028926 call loadcode_timeout 
+0x6a9f 028927 nbranch loadcode_error ,positive 
+0x6aa0 028928 call iicd_load_gpio_init 
+0x6aa1 028929 call clear_eeprom_size_2k 
+0x6aa2 028930 fetch 1 ,mem_ucode_flag 
+0x6aa3 028931 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x6aa4 028932 call loadcode_iic_by_eeprom 
+0x6aa5 028933 nbranch loadcode_iic_eeprom_2k ,match 
+0x6aa6 028934 fetch 1 ,mem_ucode_status 
+0x6aa7 028935 compare 3 ,pdata ,3 
+0x6aa8 028936 nbranch loadcode_iic_loop ,true 
+0x6aa9 028937 branch loadcode_spi 
+:      028939 run_otp_code:
+0x6aaa 028940 setarg 0x1ff 
+0x6aab 028941 arg 0 ,pc 
+0x6aac 028942 rtn 
+:      028944 loadcode_check_otp_lock:
+0x6aad 028945 arg otp_offset_h ,regb 
+0x6aae 028946 fetch 1 ,core_peripheral_lock 
+0x6aaf 028947 bbit1 otp_limit ,loadcode_otp_lock 
+0x6ab0 028948 fetch 1 ,mem_peripheral_lock_flag 
+0x6ab1 028949 rtnbit0 otp_limit 
+:      028950 loadcode_otp_lock:
+0x6ab2 028951 arg 0 ,regb 
+0x6ab3 028952 rtn 
+:      028955 loadcode_iic_eeprom_2k:
+0x6ab4 028956 call set_eeprom_size_2k 
+0x6ab5 028957 fetch 1 ,mem_ucode_flag 
+0x6ab6 028958 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x6ab7 028959 call loadcode_iic_by_eeprom 
+0x6ab8 028960 nbranch loadcode_spi ,match 
+0x6ab9 028961 fetch 1 ,mem_ucode_status 
+0x6aba 028962 compare 3 ,pdata ,3 
+0x6abb 028963 nbranch loadcode_iic_loop ,true 
+0x6abc 028964 branch loadcode_hci 
+:      028966 loadcode_spi:
+0x6abd 028967 jam 0 ,mem_loadcode_times 
+:      028968 loadcode_spi_loop:
+0x6abe 028969 call loadcode_timeout 
+0x6abf 028970 nbranch loadcode_error ,positive 
+0x6ac0 028971 fetch 1 ,mem_ucode_flag 
+0x6ac1 028972 bbit1 otp_uflag_skip_flash ,loadcode_hci 
+0x6ac2 028973 call spid_init_flash 
+0x6ac3 028974 nop 200 
+0x6ac4 028975 call spid_flash_release_form_powerdown 
+0x6ac5 028976 nop 100 
+0x6ac6 028977 arg spid_load_flash ,regc 
+0x6ac7 028978 call read_first_block 
+0x6ac8 028979 call load_storage 
+0x6ac9 028980 nbranch loadcode_hci ,match 
+0x6aca 028981 fetch 1 ,mem_ucode_status 
+0x6acb 028982 compare 3 ,pdata ,3 
+0x6acc 028983 nbranch loadcode_spi_loop ,true 
+:      028985 loadcode_hci:
+0x6acd 028986 call clear_key_buf 
+0x6ace 028987 fetch 1 ,mem_ucode_flag 
+0x6acf 028988 rtnbit0 otp_uflag_hci 
+0x6ad0 028989 branch hci_init 
+:      028991 clear_key_buf:
+0x6ad1 028992 arg mem_ucode_keybuf ,contw 
+0x6ad2 028993 call memset0_16 
+0x6ad3 028994 force regidx_key ,regext_index 
+0x6ad4 028995 call aes_clear 
+0x6ad5 028996 jam 0x21 ,core_clkoff 
+0x6ad6 028997 rtn 
+:      028999 iicd_load_gpio_init:
+0x6ad7 029000 fetch 1 ,mem_eeprom_sda_gpio 
+0x6ad8 029001 fetcht 1 ,mem_eeprom_scl_gpio 
+0x6ad9 029002 isub temp ,null 
+0x6ada 029003 nbranch iicd_read_init_pin ,zero 
+:      029004 iicd_load_default_gpio:
+0x6adb 029005 jam 4 ,mem_eeprom_wp_gpio 
+0x6adc 029006 jam 23 ,mem_eeprom_scl_gpio 
+0x6add 029007 jam 22 ,mem_eeprom_sda_gpio 
+0x6ade 029008 branch iicd_read_init_pin 
+:      029012 loadcode_iic_by_eeprom:
+0x6adf 029013 setarg 0x0 
+0x6ae0 029014 store 2 ,mem_addr_mi 
+0x6ae1 029015 arg iicd_read_eep ,regc 
+0x6ae2 029016 call iic_init_600khz 
+0x6ae3 029017 call read_first_block 
+0x6ae4 029018 branch load_storage 
+:      029023 loadcode_timeout:
+0x6ae5 029024 call loadcode_error_delay 
+0x6ae6 029025 fetch 1 ,mem_loadcode_times 
+0x6ae7 029026 increase 1 ,pdata 
+0x6ae8 029027 sub pdata ,3 ,null 
+0x6ae9 029028 store 1 ,mem_loadcode_times 
+0x6aea 029029 rtn 
+:      029031 loadcode_error_delay:
+0x6aeb 029032 fetch 1 ,mem_loadcode_times 
+0x6aec 029033 rtn blank 
+0x6aed 029034 fetch 1 ,mem_otp_load_delay 
+0x6aee 029035 rtn blank 
+0x6aef 029036 copy pdata ,loopcnt 
+0x6af0 029037 branch delay_ms_wait 
+:      029040 loadcode_error:
+0x6af1 029041 call clear_key_buf 
+0x6af2 029042 call aes_disable 
+0x6af3 029044 call ice_break 
+0x6af4 029045 rtn 
+:      029047 set_bistfix:
+0x6af5 029048 and_into 0xe0 ,pdata 
+0x6af6 029049 rshift pdata ,pdata 
+0x6af7 029050 store 1 ,core_bist_ctrl 
+0x6af8 029051 setarg 1 
+0x6af9 029052 arg mem_bistfix_val ,contr 
+:      029053 set_bistfix_loop:
+0x6afa 029054 ifetcht 2 ,contr 
+0x6afb 029055 storet 2 ,core_lpm_reg 
+0x6afc 029056 store 1 ,core_set_bistfix 
+0x6afd 029057 lshift pdata ,pdata 
+0x6afe 029058 bbit0 3 ,set_bistfix_loop 
+0x6aff 029059 rtn 
+:      029062 set_ucode_status:
+0x6b00 029063 fetch 1 ,mem_ucode_status 
+0x6b01 029064 lshift pdata ,pdata 
+0x6b02 029065 setflag true ,0 ,pdata 
+0x6b03 029066 isolate0 15 ,rega 
+0x6b04 029067 rtn true 
+0x6b05 029068 store 1 ,mem_ucode_status 
+0x6b06 029069 rtn 
+:      029072 decrypt_code:
+0x6b07 029073 fetch 1 ,core_bist_ctrl 
+0x6b08 029074 rtnbit0 aes_en 
+0x6b09 029075 branch decrypt_code_skip 
+:      029076 decrypt_code_loop:
+0x6b0a 029077 fetch 1 ,core_dma_status 
+0x6b0b 029078 qisolate1 pdata 
+0x6b0c 029079 rtn true 
+:      029080 decrypt_code_skip:
+0x6b0d 029081 fetch 1 ,core_misc_status 
+0x6b0e 029082 bbit0 1 ,decrypt_code_loop 
+0x6b0f 029083 call do_aes_cbc 
+0x6b10 029084 branch decrypt_code_loop 
+:      029104 load_ucode:
+0x6b11 029105 fetch 2 ,mem_patch_ptr 
+0x6b12 029106 rtn blank 
+0x6b13 029107 jam 0x80 ,core_ucode_ctrl 
+0x6b14 029108 jam 0 ,core_ucode_hi 
+0x6b15 029109 jam 0 ,core_ucode_low 
+0x6b16 029110 fetcht 2 ,mem_patch_len 
+0x6b17 029111 lshift2 temp ,loopcnt 
+0x6b18 029112 iforce contr 
+:      029113 load_ucode_loop:
+0x6b19 029114 ifetch 1 ,contr 
+0x6b1a 029115 store 1 ,core_ucode_data 
+0x6b1b 029116 loop load_ucode_loop 
+0x6b1c 029117 jam 0x0 ,core_ucode_ctrl 
+0x6b1d 029118 rtn 
+:      029125 otp_load_code:
+0x6b1e 029126 copy temp ,loopcnt 
+0x6b1f 029127 fetch 2 ,mem_addr_mi 
+0x6b20 029128 iadd temp ,temp 
+0x6b21 029129 storet 2 ,mem_addr_mi 
+0x6b22 029130 iforce regb 
+0x6b23 029131 copy rega ,nap 
+0x6b24 029132 jam init_key ,core_misc_ctrl 
+0x6b25 029133 call otp_read_data 
+0x6b26 029134 copy nap ,rega 
+0x6b27 029135 isolate0 15 ,rega 
+0x6b28 029136 rtn true 
+0x6b29 029137 call enable_true ,blank 
+0x6b2a 029138 branch set_ucode_status 
+:      029141 otp_enable_chgpump25:
+0x6b2b 029142 jam 0x1 ,core_chgpump_ctrl 
+0x6b2c 029143 nop 300 
+0x6b2d 029144 jam 0x5 ,core_chgpump_ctrl 
+0x6b2e 029145 nop 100 
+0x6b2f 029146 jam 0x25 ,core_chgpump_ctrl 
+0x6b30 029147 nop 1000 
+0x6b31 029148 jam 0x27 ,core_chgpump_ctrl 
+0x6b32 029149 nop 300 
+0x6b33 029150 rtn 
+:      029152 otp_enable_chgpump65:
+0x6b34 029153 call otp_enable_chgpump25 
+0x6b35 029154 jam 0x3f ,core_chgpump_ctrl 
+0x6b36 029155 rtn 
+:      029157 disable_otp:
+0x6b37 029158 jam 0x83 ,core_otp_ctrl 
+:      029159 otp_disable_chgpump:
+0x6b38 029160 jam 0 ,core_chgpump_ctrl 
+0x6b39 029161 rtn 
+:      029163 enable_otp_read:
+0x6b3a 029164 call otp_enable_chgpump25 
+:      029166 otp_reset:
+0x6b3b 029167 jam 0x82 ,core_otp_ctrl 
+0x6b3c 029168 nop 12 
+0x6b3d 029169 jam 0x80 ,core_otp_ctrl 
+0x6b3e 029170 jam 0x82 ,core_otp_ctrl 
+0x6b3f 029171 nop 150 
+0x6b40 029172 rtn 
+:      029175 otp_set_addr:
+0x6b41 029176 lshift3 regb ,regb 
+0x6b42 029177 storer regb ,2 ,core_otp_addr 
+0x6b43 029178 jam 0 ,core_otp_din 
+0x6b44 029179 rtn 
+:      029182 otp_write:
+0x6b45 029183 bpatch patch18_4 ,mem_patch18 
+0x6b46 029184 call otp_enable_chgpump65 
+0x6b47 029185 call otp_set_addr 
+0x6b48 029186 call otp_reset 
+:      029187 otp_program:
+0x6b49 029188 ifetcht 1 ,rega 
+0x6b4a 029189 increase 1 ,rega 
+0x6b4b 029190 force 0 ,queue 
+:      029191 otp_program_bit:
+0x6b4c 029192 qisolate0 temp 
+0x6b4d 029193 branch otp_skip_0 ,true 
+0x6b4e 029194 fetch 1 ,core_otp_din 
+0x6b4f 029195 set1 6 ,pdata 
+0x6b50 029196 set1 7 ,pdata 
+0x6b51 029197 store 1 ,core_otp_din 
+0x6b52 029198 jam 0x02 ,core_otp_ctrl 
+0x6b53 029199 jam 0x82 ,core_otp_ctrl 
+0x6b54 029200 set0 7 ,pdata 
+0x6b55 029201 store 1 ,core_otp_din 
+0x6b56 029202 jam 0x8a ,core_otp_ctrl 
+0x6b57 029203 nop 11 
+0x6b58 029204 jam 0xca ,core_otp_ctrl 
+0x6b59 029205 nop 33 
+0x6b5a 029206 jam 0x4a ,core_otp_ctrl 
+0x6b5b 029207 nop 44 
+0x6b5c 029208 jam 0xca ,core_otp_ctrl 
+0x6b5d 029209 nop 22 
+0x6b5e 029210 jam 0x8a ,core_otp_ctrl 
+0x6b5f 029211 nop 33 
+0x6b60 029212 jam 0x82 ,core_otp_ctrl 
+0x6b61 029213 nop 1 
+0x6b62 029214 jam 0x92 ,core_otp_ctrl 
+0x6b63 029215 nop 10 
+0x6b64 029216 jam 0xb2 ,core_otp_ctrl 
+0x6b65 029217 fetch 1 ,core_otp_rdata 
+0x6b66 029218 jam 0x92 ,core_otp_ctrl 
+0x6b67 029219 nop 1 
+0x6b68 029220 jam 0x82 ,core_otp_ctrl 
+0x6b69 029221 nop 1 
+0x6b6a 029222 qisolate0 pdata 
+0x6b6b 029223 branch otp_program_bit ,true 
+:      029224 otp_skip_0:
+0x6b6c 029225 fetch 2 ,core_otp_addr 
+0x6b6d 029226 increase 1 ,pdata 
+0x6b6e 029227 store 2 ,core_otp_addr 
+0x6b6f 029228 increase 1 ,queue 
+0x6b70 029229 compare 8 ,queue ,0xf 
+0x6b71 029230 nbranch otp_program_bit ,true 
+0x6b72 029231 loop otp_program 
+0x6b73 029232 branch otp_disable_chgpump 
+:      029238 otp_read_data:
+0x6b74 029239 bpatch patch18_5 ,mem_patch18 
+:      029240 otp_read_data1:
+0x6b75 029241 call otp_set_addr 
+0x6b76 029242 jam 0xa2 ,core_otp_ctrl 
+0x6b77 029243 increase 8 ,regb 
+0x6b78 029244 arg 0 ,queue 
+0x6b79 029245 setarg -1 
+:      029246 otp_read_data_loop:
+0x6b7a 029247 fetcht 1 ,core_otp_rdata 
+0x6b7b 029248 istoret 1 ,rega 
+0x6b7c 029249 bcrc temp 
+0x6b7d 029250 jam shift_key ,core_misc_ctrl 
+0x6b7e 029251 storer regb ,2 ,core_otp_addr 
+0x6b7f 029252 isolate1 15 ,rega 
+0x6b80 029253 branch otp_read_noinc ,true 
+0x6b81 029254 increase 1 ,rega 
+0x6b82 029255 branch otp_read_unenc 
+:      029257 otp_read_noinc:
+0x6b83 029258 nbranch otp_read_unenc ,user 
+0x6b84 029259 increase 1 ,queue 
+0x6b85 029260 compare 0 ,queue ,0xf 
+0x6b86 029261 nbranch otp_read_unenc ,true 
+0x6b87 029262 call do_aes_cbc 
+0x6b88 029263 jam init_key ,core_misc_ctrl 
+:      029264 otp_read_unenc:
+0x6b89 029265 increase 8 ,regb 
+0x6b8a 029266 loop otp_read_data_loop 
+0x6b8b 029267 jam 0x82 ,core_otp_ctrl 
+0x6b8c 029268 rtn 
+:      029279 app_lpm_lock_check:
+0x6b8d 029280 fetch 1 ,mem_device_option 
+0x6b8e 029281 beq dvc_op_module ,app_lpm_module_lock 
+0x6b8f 029282 beq dvc_op_dongle ,app_lpm_dongle_lock 
+0x6b90 029284 beq dvc_op_mouse ,app_lpm_mouse_lock 
+0x6b91 029285 beq dvc_op_shutter ,app_lpm_shutter_lock 
+0x6b92 029286 beq dvc_op_shutter_dy ,app_lpm_shutter_lock 
+0x6b93 029287 beq dvc_op_hci_boot ,app_lpm_hciboot_lock 
+0x6b94 029288 beq dvc_op_remote_car ,app_lpm_car_lock_application_and_ble 
+0x6b95 029289 beq dvc_op_car ,app_lpm_car_lock 
+0x6b96 029290 beq dvc_op_mesh ,app_lpm_mesh_lock 
+0x6b97 029291 beq dvc_op_keyboard ,app_lpm_kb_lock 
+0x6b98 029292 branch app_lpm_mpu_lock_24g_ble 
+:      029295 app_lpm_mesh_lock:
+0x6b99 029296 arg car_init ,pdata 
+0x6b9a 029297 arg shutter_dy_shutter_1s_timer ,temp 
+0x6b9b 029298 call app_mpu_s0_lock 
+0x6b9c 029299 branch app_lpm_lock_mesh 
+:      029301 app_lpm_kb_lock:
+0x6b9d 029302 branch app_lpm_lock_mesh 
+:      029305 app_lpm_module_lock:
+:      029306 app_lpm_hciboot_lock:
+0x6b9e 029307 branch app_lpm_mpu_lock_24g 
+:      029310 app_lpm_dongle_lock:
+0x6b9f 029311 arg module_init ,pdata 
+0x6ba0 029312 arg shutter_dy_shutter_1s_timer ,temp 
+0x6ba1 029313 call app_mpu_s0_lock 
+0x6ba2 029314 branch app_lpm_lock_mesh 
+:      029316 app_lpm_mouse_lock:
+0x6ba3 029317 arg car_init ,pdata 
+0x6ba4 029318 arg module_set_state ,temp 
+0x6ba5 029319 call app_mpu_s0_lock 
+0x6ba6 029320 branch app_lpm_lock_mesh 
+:      029322 app_lpm_shutter_lock:
+0x6ba7 029323 arg car_init ,pdata 
+0x6ba8 029324 arg remote_car_moto_data_enable_user ,temp 
+0x6ba9 029325 call app_mpu_s0_lock 
+0x6baa 029326 branch app_lpm_lock_mesh 
+:      029328 app_lpm_car_lock:
+0x6bab 029329 arg dongle_init ,pdata 
+0x6bac 029330 arg shutter_dy_shutter_1s_timer ,temp 
+0x6bad 029331 call app_mpu_s0_lock 
+:      029332 app_lpm_lock_mesh:
+0x6bae 029333 arg ali_mesh_access_layer_resolve_message ,pdata 
+0x6baf 029334 arg ali_mesh_upper_transport_layer_init_queue_param ,temp 
+0x6bb0 029335 branch app_mpu_s1_lock 
+:      029337 app_lpm_car_lock_application_and_ble:
+0x6bb1 029338 arg dongle_init ,pdata 
+0x6bb2 029339 arg shutter_dy_shutter_1s_timer ,temp 
+0x6bb3 029340 call app_mpu_s0_lock 
+0x6bb4 029341 arg le_adv ,pdata 
+0x6bb5 029342 arg le_send_ll_one_lenth ,temp 
+0x6bb6 029343 branch app_mpu_s1_lock 
+:      029346 app_mpu_s0_lock:
+0x6bb7 029347 lshift16 temp ,temp 
+0x6bb8 029348 ior temp ,pdata 
+0x6bb9 029349 branch lpm_write_mpu_s0 
+:      029352 app_lpm_mpu_lock_ble:
+0x6bba 029353 arg le_parse_att ,pdata 
+0x6bbb 029354 arg le_send_ll_one_lenth ,temp 
+:      029355 app_mpu_s1_lock:
+0x6bbc 029356 lshift16 temp ,temp 
+0x6bbd 029357 ior temp ,pdata 
+0x6bbe 029358 branch lpm_write_mpu_s1 
+:      029360 app_lpm_mpu_lock_24g:
+0x6bbf 029361 arg g24_prep ,pdata 
+0x6bc0 029362 arg g24_factory_check ,temp 
+0x6bc1 029363 branch app_mpu_s1_lock 
+:      029365 app_lpm_mpu_lock_24g_ble:
+0x6bc2 029366 call app_lpm_mpu_lock_24g 
+0x6bc3 029367 arg le_parse_att ,pdata 
+0x6bc4 029368 arg le_send_ll_one_lenth ,temp 
+0x6bc5 029369 branch app_mpu_s0_lock 
+:      029375 spid_init:
+0x6bc6 029376 bpatch patch18_6 ,mem_patch18 
+:      029377 spid_init_common:
+0x6bc7 029378 fetch 1 ,mem_spi_init_clk 
+0x6bc8 029379 store 1 ,core_spid_ctrl 
+0x6bc9 029380 fetch 1 ,mem_spi_init_delay_time 
+0x6bca 029381 store 1 ,core_spid_delay 
+0x6bcb 029382 setarg mem_spid_tbuf 
+0x6bcc 029383 store 2 ,core_spid_txaddr 
+0x6bcd 029384 setarg mem_spid_rbuf 
+0x6bce 029385 store 2 ,core_spid_rxaddr 
+0x6bcf 029386 branch twspi_disable 
+:      029391 spid_write_reg:
+0x6bd0 029392 set1 7 ,pdata 
+0x6bd1 029393 store 2 ,mem_spid_tbuf 
+0x6bd2 029394 bpatch patch18_7 ,mem_patch18 
+0x6bd3 029395 jam 2 ,core_spid_txlen 
+0x6bd4 029396 jam 0 ,core_spid_rxlen 
+0x6bd5 029397 jam spid_start ,core_misc_ctrl 
+0x6bd6 029398 branch wait_spid_done 
+:      029401 spid_read_reg:
+0x6bd7 029402 force 1 ,temp 
+:      029403 spid_read_regs:
+0x6bd8 029404 store 1 ,mem_spid_tbuf 
+0x6bd9 029405 bpatch patch19_0 ,mem_patch19 
+0x6bda 029406 jam 1 ,core_spid_txlen 
+0x6bdb 029407 storet 2 ,core_spid_rxlen 
+0x6bdc 029408 jam spid_start ,core_misc_ctrl 
+0x6bdd 029409 call wait_spid_done 
+0x6bde 029410 fetch 1 ,mem_spid_rbuf 
+0x6bdf 029411 rtn 
+:      029414 wait_spid_done:
+0x6be0 029418 nop 5 
+0x6be1 029419 fetch 1 ,core_dma_status 
+0x6be2 029420 bbit0 spid_done ,wait_spid_done 
+0x6be3 029421 rtn 
+:      029429 flash_write:
+0x6be4 029430 disable user 
+0x6be5 029431 copy pdata ,regb 
+0x6be6 029432 fetch 1 ,mem_spi_write_flash_sm 
+0x6be7 029433 rtnne flash_sm_no_buys 
+0x6be8 029434 enable user 
+0x6be9 029435 copy regb ,pdata 
+0x6bea 029436 branch spid_flash_write_start 
+:      029439 flash_write_spi_sm_timer:
+0x6beb 029440 fetch 1 ,mem_spi_write_flash_sm 
+0x6bec 029441 beq flash_sm_start ,spid_flash_write_start 
+0x6bed 029442 beq flash_sm_erase_sector ,spid_flash_erase_sector 
+0x6bee 029443 beq flash_sm_wait_erase_sector ,spid_flash_wait_erase_sector 
+0x6bef 029444 beq flash_sm_write_data ,spid_flash_write_data 
+0x6bf0 029445 beq flash_sm_wait_write_data ,spid_flash_wait_write_data 
+0x6bf1 029446 rtn 
+:      029448 spid_flash_write_start:
+0x6bf2 029449 store 3 ,mem_spi_write_addr 
+0x6bf3 029450 copy rega ,pdata 
+0x6bf4 029451 store 2 ,mem_spi_write_ptr 
+0x6bf5 029452 storet 2 ,mem_spi_write_len 
+0x6bf6 029453 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
+0x6bf7 029454 branch spid_init_flash 
+:      029456 spid_flash_erase_sector:
+0x6bf8 029457 call spid_init_flash 
+0x6bf9 029458 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
+0x6bfa 029459 call spid_unlock_flash 
+0x6bfb 029460 arg mem_spid_tbuf ,rega 
+0x6bfc 029461 jam 4 ,core_spid_txlen 
+0x6bfd 029462 fetch 3 ,mem_spi_write_addr 
+0x6bfe 029463 arg flash_command_sector_erase ,temp 
+0x6bff 029464 branch spid_write_flash_common 
+:      029466 spid_flash_wait_erase_sector:
+0x6c00 029467 call spid_init_flash 
+0x6c01 029468 call wait_spid_flash_done 
+0x6c02 029469 jam flash_sm_write_data ,mem_spi_write_flash_sm 
+0x6c03 029470 rtn 
+:      029473 spid_flash_write_data:
+0x6c04 029474 bpatch patch19_1 ,mem_patch19 
+0x6c05 029475 call spid_init_flash 
+0x6c06 029476 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
+0x6c07 029477 call spid_unlock_flash 
+0x6c08 029478 call spid_flash_data_preserve 
+0x6c09 029479 call spid_write_flash 
+0x6c0a 029480 branch spid_flash_data_recover 
+:      029481 spid_flash_wait_write_data:
+0x6c0b 029482 call spid_init_flash 
+0x6c0c 029483 call spid_unlock_flash 
+0x6c0d 029484 setarg flash_read_satus 
+0x6c0e 029485 call spid_read_reg 
+0x6c0f 029486 rtnbit1 flash_status_wip 
+0x6c10 029487 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
+0x6c11 029488 fetch 2 ,mem_cb_spi_flash_write_complate 
+0x6c12 029489 branch callback_func 
+:      029490 spid_flash_data_recover:
+0x6c13 029491 fetch 4 ,mem_temp 
+0x6c14 029492 fetcht 2 ,mem_spi_write_ptr 
+:      029493 spid_flash_data_recover_comm:
+0x6c15 029494 increase -4 ,temp 
+0x6c16 029495 istore 4 ,temp 
+0x6c17 029496 rtn 
+:      029498 spid_flash_data_preserve:
+0x6c18 029499 fetcht 2 ,mem_spi_write_ptr 
+0x6c19 029500 copy temp ,rega 
+0x6c1a 029501 increase -4 ,temp 
+0x6c1b 029502 ifetch 4 ,temp 
+0x6c1c 029503 store 4 ,mem_temp 
+0x6c1d 029504 fetcht 2 ,mem_spi_write_len 
+0x6c1e 029505 fetch 3 ,mem_spi_write_addr 
+0x6c1f 029506 rtn 
+:      029508 spid_init_flash:
+0x6c20 029509 bpatch patch19_2 ,mem_patch19 
+0x6c21 029510 call spi_gpio_init 
+0x6c22 029511 call twspi_disable 
+0x6c23 029512 setarg 0 
+0x6c24 029513 store 4 ,mem_spid_tbuf 
+0x6c25 029514 rtn 
+:      029516 spid_unlock_flash:
+0x6c26 029517 jam flash_command_write_enable ,mem_spid_tbuf 
+:      029518 spid_sendcmd_common:
+0x6c27 029519 setarg 0 
+0x6c28 029520 store 2 ,core_spid_rxlen 
+0x6c29 029521 setarg 1 
+0x6c2a 029522 store 2 ,core_spid_txlen 
+0x6c2b 029523 setarg mem_spid_tbuf 
+0x6c2c 029524 store 2 ,core_spid_txaddr 
+0x6c2d 029525 jam spid_start ,core_misc_ctrl 
+0x6c2e 029526 branch wait_spid_done 
+:      029528 spid_flash_release_form_powerdown:
+0x6c2f 029529 jam flash_command_release_from_powerdown ,mem_spid_tbuf 
+0x6c30 029530 branch spid_sendcmd_common 
+:      029532 spid_flash_powerdown:
+0x6c31 029533 jam flash_command_powerdown ,mem_spid_tbuf 
+0x6c32 029534 branch spid_sendcmd_common 
+:      029536 spid_write_flash_data:
+0x6c33 029537 store 3 ,mem_pdatatemp 
+0x6c34 029538 storet 2 ,mem_temp 
+0x6c35 029539 storer rega ,2 ,mem_rega 
+0x6c36 029540 bpatchx patch36_5 ,mem_patch36 
+0x6c37 029541 call spid_unlock_flash 
+0x6c38 029542 fetch 3 ,mem_pdatatemp 
+0x6c39 029543 fetcht 2 ,mem_temp 
+0x6c3a 029544 fetchr rega ,2 ,mem_rega 
+0x6c3b 029545 branch spid_write_flash 
+:      029548 spid_write_flash:
+0x6c3c 029549 increase 4 ,temp 
+0x6c3d 029550 storet 2 ,core_spid_txlen 
+0x6c3e 029551 arg flash_command_write_data ,temp 
+0x6c3f 029552 increase -4 ,rega 
+:      029554 spid_write_flash_common:
+0x6c40 029555 istoret 1 ,rega 
+0x6c41 029556 rshift16 pdata ,temp 
+0x6c42 029557 istoret 1 ,contw 
+0x6c43 029558 rshift8 pdata ,temp 
+0x6c44 029559 istoret 1 ,contw 
+0x6c45 029560 istore 1 ,contw 
+0x6c46 029561 deposit rega 
+0x6c47 029562 store 2 ,core_spid_txaddr 
+0x6c48 029563 setarg 0 
+0x6c49 029564 store 2 ,core_spid_rxlen 
+0x6c4a 029565 jam spid_start ,core_misc_ctrl 
+0x6c4b 029566 call wait_spid_done 
+0x6c4c 029567 branch wait_spid_flash_done 
+:      029571 spid_read_flash:
+0x6c4d 029572 storet 2 ,core_spid_rxlen 
+0x6c4e 029573 rshift16 pdata ,temp 
+0x6c4f 029574 storet 1 ,mem_addr_hi 
+0x6c50 029575 rshift8 pdata ,temp 
+0x6c51 029576 storet 1 ,mem_addr_mi 
+0x6c52 029577 store 1 ,mem_addr_lo 
+0x6c53 029578 setarg 4 
+0x6c54 029579 store 2 ,core_spid_txlen 
+0x6c55 029580 jam flash_command_read_data ,mem_spid_tbuf 
+0x6c56 029581 setarg mem_spid_tbuf 
+0x6c57 029582 store 2 ,core_spid_txaddr 
+0x6c58 029583 deposit rega 
+0x6c59 029584 store 2 ,core_spid_rxaddr 
+0x6c5a 029585 fetch 1 ,core_spid_ctrl 
+0x6c5b 029586 isolate0 15 ,rega 
+0x6c5c 029587 setflag true ,6 ,pdata 
+0x6c5d 029588 store 1 ,core_spid_ctrl 
+0x6c5e 029589 jam spid_start ,core_misc_ctrl 
+:      029590 spid_read_flash_wait:
+0x6c5f 029591 fetch 1 ,core_dma_status 
+0x6c60 029592 bbit1 7 ,spid_read_flash_wait 
+0x6c61 029593 arg spid_done ,queue 
+0x6c62 029594 branch wait_spid_done 
+:      029596 wait_spid_flash_done:
+0x6c63 029597 setarg 2000 
+0x6c64 029598 call sleep 
+0x6c65 029599 call spid_unlock_flash 
+0x6c66 029600 setarg mem_spid_rbuf 
+0x6c67 029601 store 2 ,core_spid_rxaddr 
+0x6c68 029602 setarg flash_read_satus 
+0x6c69 029603 call spid_read_reg 
+0x6c6a 029604 bbit1 flash_status_wip ,wait_spid_flash_done 
+0x6c6b 029605 rtn 
+:      029611 spid_load_flash:
+0x6c6c 029612 storet 2 ,core_spid_rxlen 
+0x6c6d 029613 setarg 4 
+0x6c6e 029614 store 2 ,core_spid_txlen 
+0x6c6f 029615 jam 3 ,mem_spid_tbuf 
+0x6c70 029616 setarg mem_spid_tbuf 
+0x6c71 029617 store 2 ,core_spid_txaddr 
+0x6c72 029618 deposit rega 
+0x6c73 029619 store 2 ,core_spid_rxaddr 
+0x6c74 029620 fetch 1 ,core_spid_ctrl 
+0x6c75 029621 isolate0 15 ,rega 
+0x6c76 029622 setflag true ,6 ,pdata 
+0x6c77 029623 store 1 ,core_spid_ctrl 
+0x6c78 029624 jam spid_start ,core_misc_ctrl 
+:      029625 spi_load_flash_wait:
+0x6c79 029626 fetch 1 ,core_dma_status 
+0x6c7a 029627 bbit1 7 ,spi_load_flash_wait 
+0x6c7b 029628 arg spid_done ,queue 
+0x6c7c 029629 call decrypt_code 
+0x6c7d 029630 call wait_spid_done 
+0x6c7e 029631 isolate1 spid_crcok ,pdata 
+0x6c7f 029632 call set_ucode_status 
+0x6c80 029633 fetch 1 ,mem_addr_hi 
+0x6c81 029634 lshift16 pdata ,regb 
+0x6c82 029635 fetch 2 ,mem_addr_mi 
+0x6c83 029636 byteswap pdata ,pdata 
+0x6c84 029637 ior regb ,pdata 
+0x6c85 029638 iadd temp ,pdata 
+0x6c86 029639 store 1 ,mem_addr_lo 
+0x6c87 029640 rshift8 pdata ,pdata 
+0x6c88 029641 byteswap pdata ,pdata 
+0x6c89 029642 store 2 ,mem_addr_hi 
+0x6c8a 029643 rtn 
+:      029645 spi_gpio_init:
+0x6c8b 029646 fetch 1 ,mem_spi_cs_gpio 
+0x6c8c 029647 fetcht 1 ,mem_spi_so_gpio 
+0x6c8d 029648 isub temp ,null 
+0x6c8e 029649 nbranch spi_pin_set ,zero 
+0x6c8f 029650 call spi_gpio_default_init 
+:      029652 spi_pin_set:
+0x6c90 029653 fetch 1 ,mem_spi_cs_gpio 
+0x6c91 029654 arg gpcfg_spid_ncs ,temp 
+0x6c92 029655 call gpio_config_function_int 
+0x6c93 029656 fetch 1 ,mem_spi_sclk_gpio 
+0x6c94 029657 arg gpcfg_spid_sck ,temp 
+0x6c95 029658 call gpio_config_function_int 
+0x6c96 029659 fetch 1 ,mem_spi_si_gpio 
+0x6c97 029660 arg gpcfg_spid_mosi ,temp 
+0x6c98 029661 call gpio_config_function_int 
+0x6c99 029662 fetch 1 ,mem_spi_so_gpio 
+0x6c9a 029663 arg gpcfg_spid_miso ,temp 
+0x6c9b 029664 branch gpio_config_function_int 
+:      029666 spi_gpio_default_init:
+0x6c9c 029667 jam 1 ,mem_spi_cs_gpio 
+0x6c9d 029668 jam 3 ,mem_spi_si_gpio 
+0x6c9e 029669 jam 0 ,mem_spi_so_gpio 
+0x6c9f 029670 jam 2 ,mem_spi_sclk_gpio 
+0x6ca0 029671 jam 11 ,mem_spi_wp_gpio 
+0x6ca1 029672 jam 10 ,mem_spi_hold_gpio 
+0x6ca2 029673 rtn 
+:      029676 soft_reset_chip:
+0x6ca3 029677 jam 1 ,core_reset 
+0x6ca4 029678 rtn 
+:      029684 iic_init_600khz:
+0x6ca5 029685 jam 5 ,core_iicd_scl_low 
+0x6ca6 029686 jam 7 ,core_iicd_scl_high 
+0x6ca7 029687 jam 7 ,core_iicd_start_setup 
+0x6ca8 029688 jam 7 ,core_iicd_start_hold 
+0x6ca9 029689 jam 7 ,core_iicd_stop_setup 
+0x6caa 029690 jam 5 ,core_iicd_data_setup 
+0x6cab 029691 jam 0 ,core_iicd_data_hold 
+0x6cac 029692 rtn 
+:      029694 iic_init_360khz:
+0x6cad 029695 jam 12 ,core_iicd_scl_low 
+0x6cae 029696 jam 13 ,core_iicd_scl_high 
+0x6caf 029697 jam 13 ,core_iicd_start_setup 
+0x6cb0 029698 jam 13 ,core_iicd_start_hold 
+0x6cb1 029699 jam 13 ,core_iicd_stop_setup 
+0x6cb2 029700 jam 12 ,core_iicd_data_setup 
+0x6cb3 029701 jam 0 ,core_iicd_data_hold 
+0x6cb4 029702 rtn 
+:      029704 iicd_init_pin:
+0x6cb5 029705 call iicd_eeprom_write_enable 
+:      029706 iicd_init_pin_scl_sda:
+0x6cb6 029707 fetch 1 ,mem_eeprom_scl_gpio 
+0x6cb7 029708 arg gpcfg_iic_scl | gpcfg_pullup ,temp 
+0x6cb8 029709 call gpio_config_function_int 
+0x6cb9 029710 fetch 1 ,mem_eeprom_sda_gpio 
+0x6cba 029711 arg gpcfg_iic_sda | gpcfg_pullup ,temp 
+0x6cbb 029712 branch gpio_config_function_int 
+:      029714 iicd_read_init_pin:
+0x6cbc 029715 call iicd_eeprom_write_disable 
+0x6cbd 029716 branch iicd_init_pin_scl_sda 
+:      029718 wait_iicd_done:
+0x6cbe 029719 fetch 1 ,core_dma_status 
+0x6cbf 029720 bbit0 iicd_done ,wait_iicd_done 
+0x6cc0 029721 rtn 
+:      029747 set_eeprom_size_2k:
+0x6cc1 029748 set1 mark_eeprom_size ,mark 
+0x6cc2 029749 jam 0x08 ,mem_eeprom_block_size 
+0x6cc3 029750 rtn 
+:      029752 clear_eeprom_size_2k:
+0x6cc4 029753 set0 mark_eeprom_size ,mark 
+0x6cc5 029754 jam 0x20 ,mem_eeprom_block_size 
+0x6cc6 029755 rtn 
+:      029758 iicd_read_eep_data_size_2k:
+0x6cc7 029759 fetch 1 ,mem_eeprom_base 
+0x6cc8 029760 iadd regb ,pdata 
+0x6cc9 029761 store 1 ,mem_addr_mi 
+0x6cca 029762 branch iicd_read_eep_size_2k 
+:      029764 iicd_read_eep_size_2k_lcadcode:
+0x6ccb 029765 fetch 2 ,mem_addr_mi 
+0x6ccc 029766 byteswap pdata ,pdata 
+0x6ccd 029767 store 1 ,mem_addr_mi 
+:      029772 iicd_read_eep_size_2k:
+0x6cce 029773 setarg 3 
+0x6ccf 029774 store 2 ,core_iicd_txlen 
+0x6cd0 029775 jam 0xa0 ,mem_iicd_tbuf 
+0x6cd1 029776 jam 0xa1 ,mem_iicd_tbuf + 2 
+0x6cd2 029777 branch iicd_read_eep_common 
+:      029783 iicd_write_protect_eep_data:
+0x6cd3 029784 storet 2 ,mem_temp 
+0x6cd4 029785 call iicd_eeprom_write_enable 
+0x6cd5 029786 fetcht 2 ,mem_temp 
+0x6cd6 029787 call iicd_write_eep_data 
+0x6cd7 029788 branch iicd_eeprom_write_disable 
+:      029790 iicd_eeprom_write_enable:
+0x6cd8 029791 fetch 1 ,mem_eeprom_wp_gpio 
+0x6cd9 029792 rtneq gpio_disable 
+0x6cda 029793 bbit0 6 ,iicd_wp_gpio_output_low 
+0x6cdb 029794 setarg 150000 
+0x6cdc 029795 call sleep 
+:      029796 iicd_wp_gpio_output_low:
+0x6cdd 029797 fetcht 1 ,mem_eeprom_wp_gpio 
+0x6cde 029798 branch gpio_out_active 
+:      029800 iicd_eeprom_write_disable:
+0x6cdf 029801 fetcht 1 ,mem_eeprom_wp_gpio 
+0x6ce0 029802 branch gpio_out_inactive 
+:      029807 iicd_read_eep_data:
+0x6ce1 029808 bpatch patch19_3 ,mem_patch19 
+0x6ce2 029809 bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
+0x6ce3 029810 fetch 2 ,mem_eeprom_base 
+0x6ce4 029811 iadd regb ,pdata 
+0x6ce5 029812 byteswap pdata ,pdata 
+0x6ce6 029813 store 2 ,mem_addr_mi 
+:      029816 iicd_read_eep:
+0x6ce7 029817 bpatch patch19_4 ,mem_patch19 
+0x6ce8 029818 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
+0x6ce9 029819 setarg 4 
+0x6cea 029820 store 2 ,core_iicd_txlen 
+0x6ceb 029821 jam 0xa0 ,mem_iicd_tbuf 
+0x6cec 029822 jam 0xa1 ,mem_iicd_tbuf + 3 
+:      029823 iicd_read_eep_common:
+0x6ced 029824 setarg mem_iicd_tbuf 
+0x6cee 029825 store 2 ,core_iicd_txaddr 
+0x6cef 029826 storet 2 ,core_iicd_rxlen 
+0x6cf0 029827 storer rega ,2 ,core_iicd_rxaddr 
+0x6cf1 029828 setarg 2 
+0x6cf2 029829 isolate0 15 ,rega 
+0x6cf3 029830 setflag true ,0 ,pdata 
+0x6cf4 029831 store 1 ,core_iicd_ctrl 
+0x6cf5 029832 jam iicd_start ,core_misc_ctrl 
+0x6cf6 029833 arg iicd_done ,queue 
+0x6cf7 029834 call decrypt_code 
+0x6cf8 029835 call wait_iicd_done 
+0x6cf9 029836 isolate1 iicd_crcok ,pdata 
+0x6cfa 029837 call set_ucode_status 
+0x6cfb 029838 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
+:      029839 iicd_inc_addr:
+0x6cfc 029840 fetch 2 ,mem_addr_mi 
+0x6cfd 029841 byteswap pdata ,pdata 
+0x6cfe 029842 iadd temp ,pdata 
+0x6cff 029843 byteswap pdata ,pdata 
+0x6d00 029844 store 2 ,mem_addr_mi 
+0x6d01 029845 rtn 
+:      029847 iicd_read_eep_load_code_size_2k:
+0x6d02 029848 fetch 1 ,mem_addr_mi 
+0x6d03 029849 iadd temp ,pdata 
+0x6d04 029850 byteswap pdata ,pdata 
+0x6d05 029851 store 2 ,mem_addr_mi 
+0x6d06 029852 rtn 
+:      029858 iicd_write_eep_data:
+0x6d07 029859 fetch 2 ,mem_eeprom_base 
+0x6d08 029860 iadd regb ,pdata 
+0x6d09 029863 store 2 ,mem_pdatatemp 
+0x6d0a 029864 bpatch patch19_5 ,mem_patch19 
+0x6d0b 029865 storet 2 ,mem_temp 
+0x6d0c 029866 storer rega ,2 ,mem_contr 
+:      029867 iicd_write_eep_loop:
+0x6d0d 029868 call iicd_eep_transparency 
+0x6d0e 029870 fetcht 2 ,mem_regb 
+0x6d0f 029871 fetchr rega ,2 ,mem_contr 
+0x6d10 029872 fetch 2 ,mem_pdatatemp 
+0x6d11 029874 call iicd_write_eep 
+0x6d12 029876 fetch 2 ,mem_regb 
+0x6d13 029877 fetcht 2 ,mem_contr 
+0x6d14 029878 iadd temp ,temp 
+0x6d15 029879 storet 2 ,mem_contr 
+0x6d16 029880 fetcht 2 ,mem_pdatatemp 
+0x6d17 029881 iadd temp ,temp 
+0x6d18 029882 storet 2 ,mem_pdatatemp 
+0x6d19 029883 fetch 2 ,mem_temp 
+0x6d1a 029884 nbranch iicd_write_eep_loop ,blank 
+0x6d1b 029885 rtn 
+:      029893 iicd_eep_transparency:
+0x6d1c 029894 bpatch patch19_6 ,mem_patch19 
+0x6d1d 029895 fetch 1 ,mem_eeprom_block_size 
+0x6d1e 029896 increase -1 ,pdata 
+0x6d1f 029897 fetcht 2 ,mem_pdatatemp 
+0x6d20 029898 ior temp ,pdata 
+0x6d21 029899 increase 1 ,pdata 
+0x6d22 029900 store 3 ,mem_regc 
+0x6d23 029902 fetch 2 ,mem_temp 
+0x6d24 029903 iadd temp ,pdata 
+0x6d25 029905 fetcht 3 ,mem_regc 
+0x6d26 029906 isub temp ,pdata 
+0x6d27 029907 nbranch iicd_eep_deal_short_packet ,positive 
+0x6d28 029908 store 2 ,mem_temp 
+0x6d29 029909 fetch 3 ,mem_regc 
+0x6d2a 029910 fetcht 2 ,mem_pdatatemp 
+0x6d2b 029911 isub temp ,pdata 
+0x6d2c 029912 store 2 ,mem_regb 
+0x6d2d 029913 rtn 
+:      029915 iicd_eep_deal_short_packet:
+0x6d2e 029916 fetch 2 ,mem_temp 
+0x6d2f 029917 store 2 ,mem_regb 
+0x6d30 029918 setarg 0 
+0x6d31 029919 store 2 ,mem_temp 
+0x6d32 029920 rtn 
+:      029922 iicd_write_eep_size_2k:
+0x6d33 029923 copy regb ,pdata 
+0x6d34 029924 increase 2 ,temp 
+0x6d35 029925 storet 2 ,core_iicd_txlen 
+0x6d36 029926 increase -2 ,rega 
+0x6d37 029927 ifetcht 3 ,rega 
+0x6d38 029928 copy temp ,regb 
+0x6d39 029929 arg 0xa0 ,temp 
+0x6d3a 029930 istoret 1 ,rega 
+0x6d3b 029931 istore 1 ,contw 
+0x6d3c 029932 branch iicd_write_eep_common 
+:      029935 iicd_write_eep:
+0x6d3d 029936 copy pdata ,regb 
+0x6d3e 029937 bpatch patch19_7 ,mem_patch19 
+0x6d3f 029938 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
+0x6d40 029939 copy regb ,pdata 
+0x6d41 029940 increase 3 ,temp 
+0x6d42 029941 storet 2 ,core_iicd_txlen 
+0x6d43 029942 increase -3 ,rega 
+0x6d44 029943 ifetcht 3 ,rega 
+0x6d45 029944 copy temp ,regb 
+0x6d46 029945 arg 0xa0 ,temp 
+0x6d47 029946 istoret 1 ,rega 
+0x6d48 029947 byteswap pdata ,pdata 
+0x6d49 029948 istore 2 ,contw 
+:      029949 iicd_write_eep_common:
+0x6d4a 029950 storer rega ,2 ,core_iicd_txaddr 
+0x6d4b 029951 setarg 0 
+0x6d4c 029952 store 2 ,core_iicd_rxlen 
+0x6d4d 029953 jam 1 ,core_iicd_ctrl 
+0x6d4e 029954 jam iicd_start ,core_misc_ctrl 
+0x6d4f 029955 call wait_iicd_done 
+0x6d50 029956 istorer regb ,3 ,rega 
+:      029957 iic_check_eeprom_standby:
+0x6d51 029958 bpatch patch1a_0 ,mem_patch1a 
+0x6d52 029959 jam 0 ,mem_iicd_tbuf + 3 
+:      029960 iic_check_eeprom_standby_wait:
+0x6d53 029961 setarg 1 
+0x6d54 029962 store 2 ,core_iicd_txlen 
+0x6d55 029963 jam 0xa0 ,mem_iicd_tbuf 
+0x6d56 029964 setarg mem_iicd_tbuf 
+0x6d57 029965 store 2 ,core_iicd_txaddr 
+0x6d58 029966 setarg 0 
+0x6d59 029967 store 2 ,core_iicd_rxlen 
+0x6d5a 029968 store 2 ,core_iicd_rxaddr 
+0x6d5b 029969 setarg 3 
+0x6d5c 029970 store 1 ,core_iicd_ctrl 
+0x6d5d 029971 jam iicd_start ,core_misc_ctrl 
+0x6d5e 029972 call wait_iicd_done 
+0x6d5f 029973 fetch 1 ,core_dma_status 
+0x6d60 029974 rtnbit0 iicd_ack 
+0x6d61 029975 nop 1500 
+0x6d62 029976 fetch 1 ,mem_iicd_tbuf + 3 
+0x6d63 029977 increase 1 ,pdata 
+0x6d64 029978 store 1 ,mem_iicd_tbuf + 3 
+0x6d65 029979 sub pdata ,40 ,null 
+0x6d66 029980 nrtn positive 
+0x6d67 029981 branch iic_check_eeprom_standby_wait 
+:      029985 uarta_init_dma_mem:
+0x6d68 029986 call enable_user 
+0x6d69 029987 branch uart_init_dma_mem 
+:      029989 uart_init_dma_mem:
+0x6d6a 029990 rshift16 pdata ,temp 
+0x6d6b 029991 call uarta_init_rx ,user 
+0x6d6c 029992 rshift32 pdata ,pdata 
+0x6d6d 029993 rshift16 pdata ,temp 
+0x6d6e 029994 call uarta_init_tx ,user 
+0x6d6f 029995 fetch 2 ,core_clkoff 
+0x6d70 029996 set0 clock_off_uart ,pdata 
+0x6d71 029997 store 2 ,core_clkoff 
+0x6d72 029998 rtn 
+:      030001 uarta_init_baud_rate:
+0x6d73 030002 store uart_baud_len ,core_uart_baud 
+0x6d74 030003 rtn 
+:      030006 uarta_calc_baud_rate_config:
+0x6d75 030007 call uart_calc_baud_rate_config 
+0x6d76 030008 branch uarta_init_baud_rate 
+:      030011 uart_calc_baud_rate_config:
+0x6d77 030012 call uart_calc_baud_rate_config_choice_uart_clock 
+0x6d78 030013 idiv temp 
+0x6d79 030014 call wait_div_end 
+0x6d7a 030015 quotient pdata 
+0x6d7b 030016 rtn 
+:      030018 uart_calc_baud_rate_config_choice_uart_clock:
+0x6d7c 030019 fetch 1 ,core_uart_clksel 
+0x6d7d 030020 bbit0 uart_clock_select_bit ,uart_calc_baud_rate_config_choice_uart_clock_crystal 
+0x6d7e 030021 setarg uart_clock_freq_48m 
+0x6d7f 030022 rtn 
+:      030023 uart_calc_baud_rate_config_choice_uart_clock_crystal:
+0x6d80 030024 setarg uart_clock_freq_24m 
+0x6d81 030025 rtn 
+:      030027 uart_clock_select_main_freq_crystal:
+0x6d82 030028 fetch 1 ,core_uart_clksel 
+0x6d83 030029 and pdata ,uart_clock_select_crystal ,pdata 
+0x6d84 030030 store 1 ,core_uart_clksel 
+0x6d85 030031 rtn 
+:      030033 uart_clock_select_main_freq_dpll:
+0x6d86 030034 fetch 1 ,core_uart_clksel 
+0x6d87 030035 or pdata ,uart_clock_select_dpll ,pdata 
+0x6d88 030036 store 1 ,core_uart_clksel 
+0x6d89 030037 rtn 
+:      030041 uarta_init_tx:
+0x6d8a 030042 store 2 ,core_uart_tsaddr 
+0x6d8b 030043 store 2 ,core_uart_twptr 
+0x6d8c 030044 storet 2 ,core_uart_teaddr 
+0x6d8d 030045 rtn 
+:      030048 uarta_init_rx:
+0x6d8e 030049 store 2 ,core_uart_rsaddr 
+0x6d8f 030050 store 2 ,core_uart_rrptr 
+0x6d90 030051 storet 2 ,core_uart_readdr 
+0x6d91 030052 rtn 
+:      030054 uarta_prepare_tx:
+0x6d92 030055 fetchr contus ,2 ,core_uart_tsaddr 
+0x6d93 030056 fetchr contue ,2 ,core_uart_teaddr 
+0x6d94 030057 fetchr contu ,2 ,core_uart_twptr 
+0x6d95 030058 rtn 
+:      030060 uarta_prepare_rx:
+0x6d96 030061 fetchr contus ,2 ,core_uart_rsaddr 
+0x6d97 030062 fetchr contue ,2 ,core_uart_readdr 
+0x6d98 030063 fetchr contu ,2 ,core_uart_rrptr 
+0x6d99 030064 rtn 
+:      030066 uarta_send:
+0x6d9a 030067 storer contu ,2 ,core_uart_twptr 
+0x6d9b 030068 rtn 
+:      030070 uarta_rxdone:
+0x6d9c 030071 storer contu ,2 ,core_uart_rrptr 
+0x6d9d 030072 rtn 
+:      030074 uarta_clear_current_rx:
+0x6d9e 030075 call uarta_prepare_rx 
+0x6d9f 030076 fetch 2 ,core_uart_rxitems 
+0x6da0 030077 iadd contu ,contu 
+0x6da1 030078 branch uarta_rxdone 
+:      030080 uarta_prepare_tx_register_push:
+0x6da2 030081 call uart_register_push 
+0x6da3 030082 branch uarta_prepare_tx 
+:      030084 uarta_send_register_pop:
+0x6da4 030085 call uarta_send 
+0x6da5 030086 branch uart_register_pop 
+:      030089 uart_register_push:
+0x6da6 030090 storer contu ,2 ,mem_contu 
+0x6da7 030091 storer contus ,2 ,mem_contue 
+0x6da8 030092 storer contue ,2 ,mem_contus 
+0x6da9 030093 rtn 
+:      030095 uart_register_pop:
+0x6daa 030096 fetchr contu ,2 ,mem_contu 
+0x6dab 030097 fetchr contus ,2 ,mem_contue 
+0x6dac 030098 fetchr contue ,2 ,mem_contus 
+0x6dad 030099 rtn 
+:      030101 wait_uarttx:
+0x6dae 030102 fetch 2 ,core_uart_txitems 
+0x6daf 030103 nbranch wait_uarttx ,blank 
+0x6db0 030104 rtn 
+:      030106 uart_copy_tx_bytes_fast:
+0x6db1 030107 deposit loopcnt 
+0x6db2 030108 rtn blank 
+:      030109 uart_copy_tx_bytes_fast_loop:
+0x6db3 030110 increase -8 ,loopcnt 
+0x6db4 030111 call uart_tx_8_bytes ,positive 
+0x6db5 030112 rtn zero 
+0x6db6 030113 branch uart_copy_tx_bytes_fast_loop ,positive 
+0x6db7 030114 increase 8 ,loopcnt 
+:      030115 uart_copy_tx_bytes_fast_loop_four:
+0x6db8 030116 increase -4 ,loopcnt 
+0x6db9 030117 call uart_tx_4_bytes ,positive 
+0x6dba 030118 rtn zero 
+0x6dbb 030119 branch uart_copy_tx_bytes_fast_loop_four ,positive 
+0x6dbc 030120 increase 4 ,loopcnt 
+0x6dbd 030121 branch uart_copy_tx_bytes 
+:      030123 uart_tx_8_bytes:
+0x6dbe 030124 ifetch 8 ,contr 
+0x6dbf 030125 istore 8 ,contu 
+0x6dc0 030126 rtn 
+:      030128 uart_tx_4_bytes:
+0x6dc1 030129 ifetch 4 ,contr 
+0x6dc2 030130 istore 4 ,contu 
+0x6dc3 030131 rtn 
+:      030133 uart_copy_tx_bytes:
+0x6dc4 030134 deposit loopcnt 
+0x6dc5 030135 rtn blank 
+:      030136 uart_copy_tx_bytes_loop:
+0x6dc6 030137 ifetch 1 ,contr 
+0x6dc7 030138 istore 1 ,contu 
+0x6dc8 030139 loop uart_copy_tx_bytes_loop 
+0x6dc9 030140 rtn 
+:      030142 uart_copy_rx_bytes_fast:
+0x6dca 030143 deposit loopcnt 
+0x6dcb 030144 rtn blank 
+:      030145 uart_copy_rx_bytes_fast_loop:
+0x6dcc 030146 increase -8 ,loopcnt 
+0x6dcd 030147 call uart_rx_8_bytes ,positive 
+0x6dce 030148 rtn zero 
+0x6dcf 030149 branch uart_copy_rx_bytes_fast_loop ,positive 
+0x6dd0 030150 increase 8 ,loopcnt 
+:      030151 uart_copy_rx_bytes_fast_loop_four:
+0x6dd1 030152 increase -4 ,loopcnt 
+0x6dd2 030153 call uart_rx_4_bytes ,positive 
+0x6dd3 030154 rtn zero 
+0x6dd4 030155 branch uart_copy_rx_bytes_fast_loop_four ,positive 
+0x6dd5 030156 increase 4 ,loopcnt 
+0x6dd6 030157 branch uart_copy_rx_bytes 
+:      030160 uart_rx_8_bytes:
+0x6dd7 030161 ifetch 8 ,contu 
+0x6dd8 030162 istore 8 ,contw 
+0x6dd9 030163 rtn 
+:      030165 uart_rx_4_bytes:
+0x6dda 030166 ifetch 4 ,contu 
+0x6ddb 030167 istore 4 ,contw 
+0x6ddc 030168 rtn 
+:      030171 uart_copy_rx_bytes:
+0x6ddd 030172 deposit loopcnt 
+0x6dde 030173 rtn blank 
+:      030174 uart_copy_rx_bytes_loop:
+0x6ddf 030175 ifetch 1 ,contu 
+0x6de0 030176 istore 1 ,contw 
+0x6de1 030177 loop uart_copy_rx_bytes_loop 
+0x6de2 030178 rtn 
+:      030183 app_store_nvram_event:
+0x6de3 030184 jam bt_evt_store_nvram ,mem_fifo_temp 
+0x6de4 030185 branch ui_ipc_send_event 
+:      030187 check_51cmd_update_device_record:
+0x6de5 030188 bpatch patch1a_1 ,mem_patch1a 
+0x6de6 030189 fetch 1 ,mem_nv_data_number 
+0x6de7 030190 rtn blank 
+0x6de8 030191 call check_nvram 
+0x6de9 030192 call init_device_list ,zero 
+0x6dea 030193 call disable_user2 
+0x6deb 030194 call nvram_find_addr_from_bd_list 
+:      030195 write_device_record:
+0x6dec 030196 fetch 1 ,mem_nv_data_number 
+0x6ded 030197 icopy regc 
+0x6dee 030198 fetcht 2 ,mem_nv_data_ptr 
+0x6def 030199 storet 2 ,mem_list_item_ptr 
+:      030200 write_device_loop_find:
+0x6df0 030201 copy regc ,pdata 
+0x6df1 030202 branch app_store_nvram_event ,blank 
+0x6df2 030203 increase -1 ,regc 
+0x6df3 030204 copy temp ,rega 
+0x6df4 030205 ifetch 1 ,rega 
+0x6df5 030206 fetcht 1 ,mem_select_list_item 
+0x6df6 030207 isub temp ,null 
+0x6df7 030208 call set_index_finded_device ,zero 
+0x6df8 030209 branch write_device_loop_find0 ,positive 
+0x6df9 030210 ifetch 1 ,rega 
+0x6dfa 030211 increase 1 ,pdata 
+0x6dfb 030212 istore 1 ,rega 
+:      030213 write_device_loop_find0:
+0x6dfc 030214 fetcht 2 ,mem_list_item_ptr 
+0x6dfd 030215 increase nv_data_len ,temp 
+0x6dfe 030216 storet 2 ,mem_list_item_ptr 
+0x6dff 030217 branch write_device_loop_find 
+:      030219 set_index_finded_device:
+0x6e00 030220 setarg 0 
+0x6e01 030221 istore 1 ,rega 
+0x6e02 030222 fetch 1 ,mem_temp_reconn_record 
+0x6e03 030223 istore 1 ,contw 
+0x6e04 030224 bne rec_3_mode ,set_index_finded_device_ble_mode 
+:      030226 set_index_find_device_master_addr:
+0x6e05 030227 ifetch 6 ,contr 
+0x6e06 030228 istore 8 ,contw 
+0x6e07 030229 setarg 0 
+0x6e08 030230 istore 8 ,contw 
+0x6e09 030231 copy regb ,contr 
+:      030232 store_rec_data_common:
+0x6e0a 030233 call memcpy16 
+0x6e0b 030234 force 1 ,null 
+0x6e0c 030235 rtn 
+:      030237 set_index_finded_device_ble_mode:
+0x6e0d 030238 beq rec_4_mode_random_resolvable_private_address ,set_index_finded_device_irk 
+0x6e0e 030239 beq rec_4_mode_random_non_resolvable_private_address ,set_index_finded_device_ediv 
+0x6e0f 030240 arg mem_le_ltk ,regb 
+0x6e10 030241 branch set_index_find_device_master_addr 
+:      030243 set_index_finded_device_irk:
+0x6e11 030244 arg mem_le_irk ,contr 
+0x6e12 030245 call memcpy16 
+:      030246 store_ble_rec_data_common:
+0x6e13 030247 arg mem_le_ltk ,contr 
+0x6e14 030248 branch store_rec_data_common 
+:      030250 set_index_finded_device_ediv:
+0x6e15 030251 arg mem_le_rand ,contr 
+0x6e16 030252 call memcpy16 
+0x6e17 030253 branch store_ble_rec_data_common 
+:      030258 nvram_find_addr_from_bd_list:
+0x6e18 030259 bpatch patch1a_2 ,mem_patch1a 
+0x6e19 030260 call disable_user 
+0x6e1a 030261 fetch 1 ,mem_nv_data_number 
+0x6e1b 030262 rtn blank 
+0x6e1c 030263 bpatch patch1a_3 ,mem_patch1a 
+0x6e1d 030264 fetch 2 ,mem_ui_state_map 
+0x6e1e 030265 rtnbit0 ui_state_ble_connected 
+:      030266 find_addr_from_bd_list_ble_mode:
+0x6e1f 030267 fetch 1 ,mem_le_conn_peer_addr_type 
+0x6e20 030268 beq master_public_addr ,find_addr_from_bd_list_public_device_addr 
+0x6e21 030269 fetch 1 ,mem_le_plap + 5 
+0x6e22 030270 compare 0xc0 ,pdata ,0xc0 
+0x6e23 030271 branch find_addr_from_bd_list_static_addr ,true 
+0x6e24 030272 compare 0x40 ,pdata ,0xc0 
+0x6e25 030273 branch find_addr_from_bd_list_random_addr ,true 
+0x6e26 030274 branch find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy 
+:      030276 find_addr_from_bd_list_static_addr:
+0x6e27 030277 branch find_addr_from_bd_list_static_addr_reconnect ,user2 
+0x6e28 030278 fetch 1 ,mem_le_preq_init_key_distribution 
+0x6e29 030279 bbit0 le_initator_irk_bit ,find_addr_from_bd_list_public_device_addr 
+0x6e2a 030280 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
+:      030282 find_addr_from_bd_list_static_addr_reconnect:
+0x6e2b 030283 call find_addr_from_bd_list_public_device_addr 
+0x6e2c 030284 rtn user 
+0x6e2d 030285 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
+:      030288 find_addr_from_bd_list_static_addr_sc_or_legacy:
+:      030289 find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy:
+0x6e2e 030290 fetch 1 ,mem_le_pairing_mode 
+0x6e2f 030291 bbit1 le_pairing_mode_secure_connect_bit ,find_addr_from_bd_list_random_non_resolvable_private_address_sc 
+0x6e30 030292 branch find_addr_from_bd_list_random_non_resolvable_private_address 
+:      030294 find_addr_from_bd_list_static_addr_sc:
+:      030295 find_addr_from_bd_list_random_non_resolvable_private_address_sc:
+0x6e31 030296 fetch 6 ,mem_le_plap 
+0x6e32 030297 store 8 ,mem_le_rand 
+0x6e33 030298 branch find_addr_from_bd_list_random_non_resolvable_private_address 
+:      030301 find_addr_from_bd_list_public_device_addr:
+0x6e34 030302 jam rec_4_mode_static_address ,mem_temp_reconn_record 
+0x6e35 030303 fetch 6 ,mem_le_plap 
+0x6e36 030304 branch find_addr_from_bd_list_common 
+:      030306 find_addr_from_bd_list_random_non_resolvable_private_address:
+0x6e37 030307 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
+0x6e38 030308 branch find_addr_from_bd_list_common 
+:      030311 find_addr_from_bd_list_random_addr:
+0x6e39 030312 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
+0x6e3a 030313 branch find_addr_from_bd_list_common 
+:      030315 find_addr_from_bd_list_common:
+0x6e3b 030316 bpatch patch1a_4 ,mem_patch1a 
+0x6e3c 030318 fetch 2 ,mem_nv_data_ptr 
+0x6e3d 030319 ifetcht 1 ,pdata 
+0x6e3e 030320 pincrease 1 
+0x6e3f 030321 store 2 ,mem_list_item_ptr 
+0x6e40 030322 storet 1 ,mem_select_list_item 
+0x6e41 030323 fetch 1 ,mem_nv_data_number 
+0x6e42 030324 icopy regc 
+:      030325 nvram_find_addr_from_list:
+0x6e43 030326 fetch 2 ,mem_list_item_ptr 
+0x6e44 030327 copy pdata ,rega 
+0x6e45 030328 call nvram_find_addr_from_list_compare 
+0x6e46 030329 rtn user 
+0x6e47 030330 fetcht 2 ,mem_list_item_ptr 
+0x6e48 030331 increase nv_data_len ,temp 
+0x6e49 030332 storet 2 ,mem_list_item_ptr 
+0x6e4a 030333 increase -1 ,temp 
+0x6e4b 030334 ifetch 1 ,temp 
+0x6e4c 030335 store 1 ,mem_select_list_item 
+0x6e4d 030336 increase -1 ,regc 
+0x6e4e 030337 nbranch nvram_find_addr_from_list ,zero 
+0x6e4f 030338 fetch 1 ,mem_nv_data_number 
+0x6e50 030339 pincrease decreased_one 
+0x6e51 030340 store 1 ,mem_select_list_item 
+0x6e52 030341 rtn 
+:      030342 nvram_find_addr_from_list_compare:
+0x6e53 030343 fetch 1 ,mem_temp_reconn_record 
+0x6e54 030344 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
+:      030345 find_master_addr_from_list_compare:
+0x6e55 030346 arg mem_temp_reconn_record ,regb 
+0x6e56 030347 arg 7 ,loopcnt 
+0x6e57 030348 call string_compare 
+0x6e58 030349 branch enable_user ,zero 
+0x6e59 030350 rtn 
+:      030352 find_addr_from_list_compare_ble_mode:
+0x6e5a 030353 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
+0x6e5b 030354 beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
+0x6e5c 030355 branch find_master_addr_from_list_compare 
+:      030357 find_irk_form_list_compare:
+0x6e5d 030358 ifetcht 1 ,rega 
+0x6e5e 030359 isub temp ,null 
+0x6e5f 030360 nrtn zero 
+0x6e60 030361 arg mem_le_prand ,contw 
+0x6e61 030362 arg 16 ,loopcnt 
+0x6e62 030363 call clear_mem 
+0x6e63 030364 fetch 3 ,mem_le_plap + 3 
+0x6e64 030365 store 3 ,mem_le_prand 
+0x6e65 030366 call genernate_master_macaddress 
+0x6e66 030367 fetch 2 ,mem_le_aes_128 + 13 
+0x6e67 030368 byteswap pdata ,pdata 
+0x6e68 030369 lshift8 pdata ,temp 
+0x6e69 030370 ifetch 1 ,contr 
+0x6e6a 030371 iadd temp ,pdata 
+0x6e6b 030372 fetcht 3 ,mem_le_plap 
+0x6e6c 030373 isub temp ,null 
+0x6e6d 030374 branch enable_user ,zero 
+0x6e6e 030375 rtn 
+:      030378 genernate_master_macaddress:
+0x6e6f 030379 arg mem_le_prand ,contr 
+0x6e70 030380 call load_data128 
+0x6e71 030382 ifetch 1 ,rega 
+0x6e72 030383 call load_regext 
+0x6e73 030384 force 0x38 ,aes_ctrl 
+0x6e74 030385 force 0x0 ,aes_ctrl 
+0x6e75 030386 call wait_aes 
+0x6e76 030387 arg mem_le_aes_128 ,contw 
+0x6e77 030388 branch store_aes_result 
+:      030390 find_ediv_form_list_compare:
+0x6e78 030391 ifetcht 1 ,rega 
+0x6e79 030392 isub temp ,null 
+0x6e7a 030393 nrtn zero 
+0x6e7b 030394 copy contr ,rega 
+0x6e7c 030395 add contr ,8 ,regc 
+0x6e7d 030396 arg mem_le_rand ,regb 
+0x6e7e 030397 arg 8 ,loopcnt 
+0x6e7f 030398 call string_compare 
+0x6e80 030399 branch enable_user ,zero 
+0x6e81 030400 copy regc ,rega 
+0x6e82 030401 arg mem_le_irk ,regb 
+0x6e83 030402 arg 8 ,loopcnt 
+0x6e84 030403 call string_compare 
+0x6e85 030404 branch enable_user ,zero 
+0x6e86 030405 rtn 
+:      030407 check_nvram:
+0x6e87 030408 fetch 2 ,mem_nv_data_ptr 
+0x6e88 030409 ifetcht 1 ,pdata 
+0x6e89 030410 pincrease nv_data_len 
+0x6e8a 030411 ifetch 1 ,pdata 
+0x6e8b 030412 isub temp ,null 
+0x6e8c 030413 rtn 
+:      030415 init_device_list:
+0x6e8d 030416 fetch 1 ,mem_nv_data_number 
+0x6e8e 030417 icopy loopcnt 
+0x6e8f 030418 fetcht 2 ,mem_nv_data_ptr 
+0x6e90 030419 setarg 0 
+:      030420 init_device_list_loop:
+0x6e91 030421 istore 1 ,temp 
+0x6e92 030422 increase nv_data_len ,temp 
+0x6e93 030423 pincrease 1 
+0x6e94 030424 loop init_device_list_loop 
+0x6e95 030425 rtn 
+:      030427 load_device_list_mode_4:
+0x6e96 030430 call enable_user2 
+0x6e97 030431 call nvram_find_addr_from_bd_list 
+0x6e98 030432 nbranch clear_ltk_exists ,user 
+0x6e99 030433 fetch 2 ,mem_list_item_ptr 
+0x6e9a 030434 add pdata ,1 ,contr 
+0x6e9b 030435 arg mem_le_irk ,contw 
+0x6e9c 030436 call memcpy16 
+0x6e9d 030437 arg mem_le_ltk ,contw 
+0x6e9e 030438 call memcpy16 
+0x6e9f 030439 jam 1 ,mem_ltk_exists 
+0x6ea0 030440 rtn 
+:      030442 clear_ltk_exists:
+0x6ea1 030443 jam 0 ,mem_ltk_exists 
+0x6ea2 030444 rtn 
+:      030447 eeprom_store_le_reconn_info:
+0x6ea3 030448 jam rec_4_mode ,mem_record_bt_mode 
+0x6ea4 030449 branch eeprom_store_reconn_info 
+:      030451 eeprom_store_reconn_info:
+0x6ea5 030452 fetch 1 ,mem_device_option 
+0x6ea6 030453 beq dvc_op_module ,check_51cmd_update_device_record 
+0x6ea7 030454 beq dvc_op_mouse ,mouse_store_remote_bdaddr 
+0x6ea8 030455 rtn 
+:      030461 get_gpio_wakeup_index:
+0x6ea9 030462 and temp ,0x1f ,pdata 
+0x6eaa 030463 rshift pdata ,pdata 
+0x6eab 030464 arg mem_gpio_wakeup_cfg ,contw 
+0x6eac 030465 iadd contw ,contw 
+0x6ead 030466 arg 0xf0 ,alarm 
+0x6eae 030467 isolate0 0 ,temp 
+0x6eaf 030468 rtn true 
+0x6eb0 030469 arg 0xf ,alarm 
+0x6eb1 030470 rtn 
+:      030473 gpio_set_wake_by_current_state:
+0x6eb2 030474 bpatch patch1a_5 ,mem_patch1a 
+0x6eb3 030475 set1 gpio_active_bit ,temp 
+0x6eb4 030476 call gpio_get_bit 
+0x6eb5 030477 nsetflag true ,gpio_active_bit ,temp 
+:      030480 gpio_set_wake:
+0x6eb6 030481 bpatch patch1a_6 ,mem_patch1a 
+0x6eb7 030482 sub temp ,ui_button_gpio_disable ,null 
+0x6eb8 030483 rtn zero 
+0x6eb9 030484 arg 4 ,debug 
+0x6eba 030485 isolate1 gpio_active_bit ,temp 
+0x6ebb 030486 branch gpio_set_wake_high ,true 
+0x6ebc 030487 arg 2 ,debug 
+:      030488 gpio_set_wake_high:
+0x6ebd 030489 call get_gpio_wakeup_index 
+0x6ebe 030490 isolate0 0 ,temp 
+0x6ebf 030491 branch gpio_set_wake_low4bit ,true 
+0x6ec0 030492 lshift4 debug ,debug 
+:      030493 gpio_set_wake_low4bit:
+0x6ec1 030494 ifetch 1 ,contw 
+0x6ec2 030495 iand alarm ,pdata 
+0x6ec3 030496 ior debug ,pdata 
+0x6ec4 030497 istore 1 ,contw 
+0x6ec5 030498 rtn 
+:      030501 gpio_set_low_pullup:
+0x6ec6 030502 bpatch patch1a_7 ,mem_patch1a 
+0x6ec7 030503 sub temp ,ui_button_gpio_disable ,null 
+0x6ec8 030504 rtn zero 
+0x6ec9 030505 arg 1 ,debug 
+0x6eca 030506 call get_gpio_wakeup_index 
+0x6ecb 030507 isolate0 0 ,temp 
+0x6ecc 030508 branch gpio_set_low_pullup_low4bit ,true 
+0x6ecd 030509 lshift4 debug ,debug 
+:      030510 gpio_set_low_pullup_low4bit:
+0x6ece 030511 ifetch 1 ,contw 
+0x6ecf 030512 iand alarm ,pdata 
+0x6ed0 030513 ior debug ,pdata 
+0x6ed1 030514 istore 1 ,contw 
+0x6ed2 030515 rtn 
+:      030520 gpio_clr_wake:
+0x6ed3 030521 bpatch patch1b_0 ,mem_patch1b 
+0x6ed4 030522 sub temp ,ui_button_gpio_disable ,null 
+0x6ed5 030523 rtn zero 
+0x6ed6 030524 call get_gpio_wakeup_index 
+0x6ed7 030525 ifetch 1 ,contw 
+0x6ed8 030526 iand alarm ,pdata 
+0x6ed9 030527 istore 1 ,contw 
+0x6eda 030528 rtn 
+:      030530 gpio_config_input_nowake:
+0x6edb 030531 call gpio_clr_wake 
+0x6edc 030532 branch gpio_config_input_without_wake 
+:      030535 gpio_config_input:
+0x6edd 030536 sub temp ,ui_button_gpio_disable ,null 
+0x6ede 030537 rtn zero 
+0x6edf 030538 ncall gpio_set_wake ,wake 
+:      030539 gpio_config_input_without_wake:
+0x6ee0 030540 call gpio_addr 
+0x6ee1 030541 setarg 0 
+0x6ee2 030542 isolate1 gpio_active_bit ,temp 
+0x6ee3 030543 nsetflag true ,6 ,pdata 
+0x6ee4 030544 setflag true ,7 ,pdata 
+0x6ee5 030545 branch gpio_write 
+:      030548 gpio_get_bit:
+0x6ee6 030549 bpatch patch1b_1 ,mem_patch1b 
+0x6ee7 030550 arg core_gpio_in ,contw 
+0x6ee8 030551 and temp ,0x07 ,queue 
+0x6ee9 030552 rshift3 temp ,pdata 
+0x6eea 030553 and_into 3 ,pdata 
+0x6eeb 030554 iadd contw ,contw 
+0x6eec 030555 ifetch 1 ,contw 
+0x6eed 030556 isolate1 gpio_active_bit ,temp 
+0x6eee 030557 branch gpio_get_bit_reverse ,true 
+0x6eef 030558 qisolate0 pdata 
+0x6ef0 030559 rtn 
+:      030560 gpio_get_bit_reverse:
+0x6ef1 030561 qisolate1 pdata 
+0x6ef2 030562 rtn 
+:      030565 gpio_out_inactive:
+0x6ef3 030566 sub temp ,ui_button_gpio_disable ,null 
+0x6ef4 030567 rtn zero 
+0x6ef5 030568 isolate1 gpio_active_bit ,null 
+0x6ef6 030569 branch gpio_out_flag 
+:      030571 gpio_config_output:
+:      030572 gpio_out_active:
+0x6ef7 030573 sub temp ,ui_button_gpio_disable ,null 
+0x6ef8 030574 rtn zero 
+0x6ef9 030575 isolate0 gpio_active_bit ,null 
+:      030578 gpio_out_flag:
+0x6efa 030579 setarg 0 
+0x6efb 030580 nsetflag true ,gpio_active_bit ,pdata 
+0x6efc 030581 ixor temp ,temp 
+:      030584 gpio_out:
+0x6efd 030585 call gpio_addr 
+0x6efe 030586 setarg gpcfg_output_high 
+0x6eff 030587 isolate1 gpio_active_bit ,temp 
+0x6f00 030588 setflag true ,0 ,pdata 
+0x6f01 030589 branch gpio_write 
+:      030592 gpio_check_active:
+0x6f02 030593 sub temp ,ui_button_gpio_disable ,null 
+0x6f03 030594 branch disable_true ,zero 
+0x6f04 030595 call gpio_addr 
+0x6f05 030596 ifetch 1 ,contw 
+0x6f06 030597 bbit1 0 ,gpio_check_active_high 
+0x6f07 030598 isolate0 gpio_active_bit ,temp 
+0x6f08 030599 rtn 
+:      030600 gpio_check_active_high:
+0x6f09 030601 isolate1 gpio_active_bit ,temp 
+0x6f0a 030602 rtn 
+:      030604 gpio_set_analog:
+0x6f0b 030605 call gpio_addr 
+0x6f0c 030606 setarg gpcfg_no_ie 
+:      030607 gpio_write:
+0x6f0d 030608 istore 1 ,contw 
+0x6f0e 030609 rtn 
+:      030611 gpio_set_high_impedance:
+0x6f0f 030612 sub temp ,ui_button_gpio_disable ,null 
+0x6f10 030613 rtn zero 
+0x6f11 030614 call gpio_addr 
+0x6f12 030615 setarg gpcfg_high_impedance 
+0x6f13 030616 branch gpio_write 
+:      030618 gpio_addr:
+0x6f14 030619 and temp ,0x3f ,pdata 
+0x6f15 030620 sub pdata ,gpio_number + -1 ,null 
+0x6f16 030621 nbranch gpio_addr_ext ,positive 
+0x6f17 030622 arg core_gpio_conf ,contw 
+:      030623 gpio_addr_next:
+0x6f18 030624 iadd contw ,contw 
+0x6f19 030625 rtn 
+:      030626 gpio_addr_ext:
+0x6f1a 030627 arg core_gpio_conf_hi ,contw 
+0x6f1b 030628 increase -16 ,pdata 
+0x6f1c 030629 branch gpio_addr_next 
+:      030632 gpio_config_param:
+0x6f1d 030633 and pdata ,0xff ,temp 
+0x6f1e 030634 rshift8 pdata ,pdata 
+0x6f1f 030635 branch gpio_config_function_int 
+:      030638 gpio_config_function:
+0x6f20 030639 rtnbit0 gpio_active_bit 
+:      030640 gpio_config_function_int:
+0x6f21 030641 and_into 0x3f ,pdata 
+0x6f22 030642 sub pdata ,gpio_number + -1 ,null 
+0x6f23 030643 nbranch gpio_config_function_int_ext ,positive 
+0x6f24 030644 arg core_gpio_conf ,contw 
+:      030645 gpio_config_function_int_next:
+0x6f25 030646 iadd contw ,contw 
+0x6f26 030647 istoret 1 ,contw 
+0x6f27 030648 rtn 
+:      030649 gpio_config_function_int_ext:
+0x6f28 030650 arg core_gpio_conf_hi ,contw 
+0x6f29 030651 increase -16 ,pdata 
+0x6f2a 030652 branch gpio_config_function_int_next 
+:      030656 gpio_get_config:
+0x6f2b 030657 and_into 0x3f ,temp 
+0x6f2c 030658 sub temp ,gpio_number + -1 ,null 
+0x6f2d 030659 nbranch gpio_get_config_ext ,positive 
+0x6f2e 030660 setarg core_gpio_conf 
+:      030661 gpio_get_config_next:
+0x6f2f 030662 iadd temp ,contr 
+0x6f30 030663 ifetch 1 ,contr 
+0x6f31 030664 rtn 
+:      030665 gpio_get_config_ext:
+0x6f32 030666 setarg core_gpio_conf_hi 
+0x6f33 030667 increase -16 ,temp 
+0x6f34 030668 branch gpio_get_config_next 
+:      030672 gpio_set_before_lpm:
+0x6f35 030673 arg gpio_number ,loopcnt 
+0x6f36 030674 arg core_gpio_conf ,contr 
+:      030675 setgpio_loop:
+0x6f37 030676 copy contr ,contw 
+0x6f38 030677 ifetch 1 ,contr 
+0x6f39 030678 beq gpcfg_spid_miso ,setgpio_pullup 
+0x6f3a 030679 beq gpcfg_spid_ncs ,setgpio_pullup 
+0x6f3b 030680 beq gpcfg_spid_sck ,setgpio_pullup 
+0x6f3c 030681 beq gpcfg_spid_mosi ,setgpio_pullup 
+0x6f3d 030682 beq gpcfg_spid_sdio ,setgpio_pullup 
+0x6f3e 030683 beq gpcfg_iic_scl ,setgpio_pullup 
+0x6f3f 030684 beq gpcfg_iic_sda ,setgpio_pullup 
+0x6f40 030685 beq gpcfg_input ,setgpio_pullup 
+:      030686 setgpio_loop_end:
+0x6f41 030687 loop setgpio_loop 
+0x6f42 030688 arg core_gpio_conf_hi + gpio_number_ext ,pdata 
+0x6f43 030689 isub contr ,null 
+0x6f44 030690 rtn zero 
+:      030691 gpio_set_before_lpm_ext:
+0x6f45 030692 arg gpio_number_ext ,loopcnt 
+0x6f46 030693 arg core_gpio_conf_hi ,contr 
+0x6f47 030694 branch setgpio_loop 
+:      030697 setgpio_pullup:
+0x6f48 030698 setarg gpcfg_pullup 
+0x6f49 030699 istore 1 ,contw 
+0x6f4a 030700 branch setgpio_loop_end 
+:      030701 setgpio_pulldown:
+0x6f4b 030702 setarg gpcfg_pulldown 
+0x6f4c 030703 istore 1 ,contw 
+0x6f4d 030704 branch setgpio_loop_end 
+:      030708 sadc_calibration:
+0x6f4e 030709 bpatch patch1b_2 ,mem_patch1b 
+0x6f4f 030710 rtn wake 
+0x6f50 030711 jam 0x77 ,core_gpadc_ctrl 
+0x6f51 030712 jam 0xc9 ,core_gpadc_cfg0 
+0x6f52 030713 jam 0x01 ,core_gpadc_cfg3 
+0x6f53 030714 fetch 1 ,mem_adc_clkdiv 
+0x6f54 030715 store 1 ,core_sadc_clkdiv 
+0x6f55 030716 call sadc_read 
+0x6f56 030717 jam 0xc1 ,core_gpadc_cfg0 
+:      030718 sadc_cal_read:
+0x6f57 030719 arg 7 ,loopcnt 
+0x6f58 030720 arg mem_adc_cal_c0 ,rega 
+0x6f59 030721 jam 0x05 ,core_gpadc_cfg2 
+:      030722 sadc_cal_read_loop:
+0x6f5a 030723 fetch 1 ,core_gpadc_status 
+0x6f5b 030724 istore 1 ,rega 
+0x6f5c 030725 increase 1 ,rega 
+0x6f5d 030726 fetch 1 ,core_gpadc_cfg2 
+0x6f5e 030727 increase 0x20 ,pdata 
+0x6f5f 030728 store 1 ,core_gpadc_cfg2 
+0x6f60 030729 loop sadc_cal_read_loop 
+0x6f61 030730 jam 0x00 ,core_gpadc_ctrl 
+0x6f62 030731 rtn 
+:      030733 sadc_cal_write:
+0x6f63 030734 fetch 1 ,core_sadc_ctrl 
+0x6f64 030735 set1 1 ,pdata 
+0x6f65 030736 store 1 ,core_sadc_ctrl 
+0x6f66 030737 arg 7 ,loopcnt 
+0x6f67 030738 arg mem_adc_cal_c0 ,rega 
+0x6f68 030739 jam 0x15 ,core_gpadc_cfg2 
+:      030740 sadc_cal_write_loop:
+0x6f69 030741 ifetch 1 ,rega 
+0x6f6a 030742 store 1 ,core_gpadc_cfg1 
+0x6f6b 030743 increase 1 ,rega 
+0x6f6c 030744 fetch 1 ,core_gpadc_cfg2 
+0x6f6d 030745 increase 0x20 ,pdata 
+0x6f6e 030746 store 1 ,core_gpadc_cfg2 
+0x6f6f 030747 loop sadc_cal_write_loop 
+0x6f70 030748 fetch 1 ,core_sadc_ctrl 
+0x6f71 030749 set0 1 ,pdata 
+0x6f72 030750 store 1 ,core_sadc_ctrl 
+0x6f73 030751 rtn 
+:      030755 adc_init_data:
+0x6f74 030756 bpatch patch1b_3 ,mem_patch1b 
+0x6f75 030757 fetch 8 ,mem_otp_adc 
+0x6f76 030758 branch adc_init_cal_data_default ,blank 
+0x6f77 030759 store 8 ,mem_3v_adc_io_data 
+0x6f78 030760 rtn 
+:      030762 adc_init_cal_data_default:
+0x6f79 030763 setarg 0x0bbe 
+0x6f7a 030764 store 2 ,mem_3v_adc_io_data 
+0x6f7b 030765 setarg 0x03f0 
+0x6f7c 030766 store 2 ,mem_1v_adc_io_data 
+0x6f7d 030767 setarg 0x027e 
+0x6f7e 030768 store 2 ,mem_2v_adc_hvin_data 
+0x6f7f 030769 setarg 0x03c4 
+0x6f80 030770 store 2 ,mem_3v_adc_hvin_data 
+0x6f81 030771 rtn 
+:      030773 enable_adc:
+0x6f82 030774 bpatch patch1b_4 ,mem_patch1b 
+0x6f83 030775 call sadc_cal_write 
+0x6f84 030776 fetch 1 ,core_gpadc_cfg1 
+0x6f85 030777 set0 7 ,pdata 
+0x6f86 030778 store 1 ,core_gpadc_cfg1 
+0x6f87 030779 jam 0x77 ,core_gpadc_ctrl 
+0x6f88 030780 jam 0xc1 ,core_gpadc_cfg0 
+0x6f89 030781 jam 0x01 ,core_gpadc_cfg3 
+0x6f8a 030782 call sadc_channel 
+0x6f8b 030783 fetch 1 ,mem_adc_clkdiv 
+0x6f8c 030784 store 1 ,core_sadc_clkdiv 
+0x6f8d 030785 call sadc_read 
+0x6f8e 030786 jam 0 ,core_sadc_clkdiv 
+0x6f8f 030787 branch sadc_dma 
+:      030789 sadc_channel:
+0x6f90 030790 fetch 1 ,mem_adc_channel 
+0x6f91 030791 lshift4 pdata ,pdata 
+0x6f92 030792 fetcht 1 ,core_gpadc_cfg3 
+0x6f93 030793 and_into 0x0f ,temp 
+0x6f94 030794 ior temp ,temp 
+0x6f95 030795 storet 1 ,core_gpadc_cfg3 
+0x6f96 030796 rtn 
+:      030798 sadc_read:
+0x6f97 030799 jam 0x03 ,core_sadc_ctrl 
+:      030800 sadc_read_wait:
+0x6f98 030801 fetch 1 ,core_perf_status 
+0x6f99 030802 bbit0 saradc_done ,sadc_read_wait 
+0x6f9a 030803 fetcht 2 ,core_sadc_data 
+0x6f9b 030804 storet 2 ,mem_adc_current_value 
+0x6f9c 030805 jam 0x06 ,core_sadc_ctrl 
+:      030806 sadc_read_wait2:
+0x6f9d 030807 fetch 1 ,core_perf_status 
+0x6f9e 030808 bbit1 saradc_done ,sadc_read_wait2 
+0x6f9f 030809 jam 0x00 ,core_sadc_ctrl 
+0x6fa0 030810 rtn 
+:      030812 sadc_dma:
+0x6fa1 030813 fetch 1 ,mem_adc_dma_enable 
+0x6fa2 030814 rtn blank 
+0x6fa3 030815 fetch 1 ,core_gpadc_cfg1 
+0x6fa4 030816 set1 7 ,pdata 
+0x6fa5 030817 store 1 ,core_gpadc_cfg1 
+0x6fa6 030818 fetch 1 ,mem_adc_clkdiv 
+0x6fa7 030819 store 1 ,core_sadc_clkdiv 
+0x6fa8 030820 fetch 2 ,mem_adc_saddr_ptr 
+0x6fa9 030821 store 2 ,core_sadc_saddr 
+0x6faa 030822 fetch 2 ,mem_adc_eaddr_ptr 
+0x6fab 030823 store 2 ,core_sadc_eaddr 
+0x6fac 030824 jam 0x0b ,core_sadc_ctrl 
+0x6fad 030825 nop 1000 
+0x6fae 030826 jam 0x03 ,core_sadc_ctrl 
+0x6faf 030827 rtn 
+:      030829 vdd_calculate_by_mode:
+0x6fb0 030830 bpatch patch1b_5 ,mem_patch1b 
+0x6fb1 030831 fetch 1 ,mem_adc_config_flag 
+0x6fb2 030832 beq adc_config_hvin ,vdd_calculate_hvin 
+0x6fb3 030833 beq adc_config_gpio ,vdd_calculate_io 
+0x6fb4 030834 rtn 
+:      030836 vdd_calculate_hvin:
+0x6fb5 030837 setarg 1000 
+0x6fb6 030838 store 2 ,mem_reference_voltage 
+0x6fb7 030839 fetcht 2 ,mem_3v_adc_hvin_data 
+0x6fb8 030840 fetch 2 ,mem_2v_adc_hvin_data 
+0x6fb9 030841 arg 2000 ,regc 
+0x6fba 030842 branch vdd_calculate 
+:      030844 vdd_calculate_io:
+0x6fbb 030845 setarg 2000 
+0x6fbc 030846 store 2 ,mem_reference_voltage 
+0x6fbd 030847 fetcht 2 ,mem_3v_adc_io_data 
+0x6fbe 030848 fetch 2 ,mem_1v_adc_io_data 
+0x6fbf 030849 arg 1000 ,regc 
+:      030850 vdd_calculate:
+0x6fc0 030851 isub temp ,rega 
+0x6fc1 030852 fetch 2 ,mem_adc_current_value 
+0x6fc2 030853 isub temp ,pdata 
+0x6fc3 030854 nbranch vdd_calculate1 ,positive 
+0x6fc4 030855 fetcht 2 ,mem_reference_voltage 
+0x6fc5 030856 imul32 temp ,regb 
+0x6fc6 030857 copy regc ,pdata 
+0x6fc7 030858 imul32 rega ,pdata 
+0x6fc8 030859 iadd regb ,pdata 
+:      030860 vdd_calculate2:
+0x6fc9 030861 idiv rega 
+0x6fca 030862 call wait_div_end 
+0x6fcb 030863 quotient pdata 
+0x6fcc 030864 rtn 
+:      030866 vdd_calculate1:
+0x6fcd 030867 copy temp ,pdata 
+0x6fce 030868 fetcht 2 ,mem_adc_current_value 
+0x6fcf 030869 isub temp ,pdata 
+0x6fd0 030870 fetcht 2 ,mem_reference_voltage 
+0x6fd1 030871 imul32 temp ,regb 
+0x6fd2 030872 copy regc ,pdata 
+0x6fd3 030873 imul32 rega ,pdata 
+0x6fd4 030874 isub regb ,pdata 
+0x6fd5 030875 nbranch set_pdata_0 ,positive 
+0x6fd6 030876 branch vdd_calculate2 
+:      030880 adc_bat_percent_lowpower_out:
+0x6fd7 030881 ifetch 8 ,rega 
+0x6fd8 030882 store 8 ,mem_pdatatemp 
+0x6fd9 030883 fetch 2 ,mem_pdatatemp 
+0x6fda 030884 fetcht 2 ,mem_pdatatemp + 2 
+0x6fdb 030885 isub temp ,rega 
+0x6fdc 030886 fetch 2 ,mem_pdatatemp + 6 
+0x6fdd 030887 isub temp ,regb 
+0x6fde 030888 fetcht 2 ,mem_pdatatemp + 4 
+0x6fdf 030889 isub temp ,null 
+0x6fe0 030890 ncall adc_set_low_power_flag ,positive 
+0x6fe1 030891 mul32 regb ,100 ,pdata 
+0x6fe2 030892 idiv rega 
+0x6fe3 030893 call wait_div_end 
+0x6fe4 030894 quotient pdata 
+0x6fe5 030895 call adc_set_no_power_flag ,blank 
+0x6fe6 030896 rtn 
+:      030898 adc_set_low_power_flag:
+0x6fe7 030899 fetch 1 ,mem_adc_power_flag 
+0x6fe8 030900 set1 0 ,pdata 
+0x6fe9 030901 store 1 ,mem_adc_power_flag 
+0x6fea 030902 rtn 
+:      030904 adc_clear_low_power_flag:
+0x6feb 030905 fetch 1 ,mem_adc_power_flag 
+0x6fec 030906 set0 0 ,pdata 
+0x6fed 030907 store 1 ,mem_adc_power_flag 
+0x6fee 030908 rtn 
+:      030910 adc_set_no_power_flag:
+0x6fef 030911 fetcht 1 ,mem_adc_power_flag 
+0x6ff0 030912 set1 1 ,temp 
+0x6ff1 030913 storet 1 ,mem_adc_power_flag 
+0x6ff2 030914 rtn 
+:      030916 adc_clear_no_power_flag:
+0x6ff3 030917 fetcht 1 ,mem_adc_power_flag 
+0x6ff4 030918 set0 1 ,temp 
+0x6ff5 030919 storet 1 ,mem_adc_power_flag 
+0x6ff6 030920 rtn 
+:      030925 keyscan_key_init:
+0x6ff7 030926 fetch 2 ,mem_key_num_ptr 
+0x6ff8 030927 ifetch 1 ,pdata 
+:      030928 keyscan_key_init_next:
+0x6ff9 030929 rtn blank 
+0x6ffa 030930 copy pdata ,loopcnt 
+0x6ffb 030932 fetch 2 ,mem_keyscan_ptr 
+0x6ffc 030933 increase 3 ,pdata 
+0x6ffd 030934 copy pdata ,rega 
+:      030935 keyscan_key_init_lp1:
+0x6ffe 030936 ifetcht 1 ,rega 
+0x6fff 030937 call gpio_config_input 
+0x7000 030938 increase key_conf_struct_len ,rega 
+0x7001 030939 loop keyscan_key_init_lp1 
+:      030940 keyscan_key_init_end:
+0x7002 030941 rtn 
+:      030943 keyscan_scan_key:
+0x7003 030944 fetch 2 ,mem_keyscan_ptr 
+0x7004 030945 increase 3 ,pdata 
+0x7005 030946 copy pdata ,rega 
+0x7006 030948 force 0 ,regb 
+0x7007 030949 setarg 0 
+0x7008 030950 store 2 ,mem_key_value_temp 
+:      030951 keyscan_scan_key_lp1:
+0x7009 030952 ifetcht 1 ,rega 
+0x700a 030953 call gpio_get_bit 
+0x700b 030954 bpatch patch1b_6 ,mem_patch1b 
+0x700c 030955 fetch 2 ,mem_key_value_temp 
+0x700d 030956 copy regb ,queue 
+0x700e 030957 qsetflag true ,pdata 
+0x700f 030958 store 2 ,mem_key_value_temp 
+0x7010 030959 increase key_conf_struct_len ,rega 
+0x7011 030960 increase 1 ,regb 
+0x7012 030961 fetch 2 ,mem_key_num_ptr 
+0x7013 030962 ifetch 1 ,pdata 
+:      030963 keyscan_scan_key_lp1_next:
+0x7014 030964 ixor regb ,null 
+0x7015 030965 nbranch keyscan_scan_key_lp1 ,zero 
+0x7016 030966 fetch 2 ,mem_key_value_temp 
+0x7017 030967 fetcht 2 ,mem_key_value_retention 
+0x7018 030968 ixor temp ,null 
+0x7019 030969 rtn zero 
+0x701a 030970 branch enable_user 
+:      030972 keyscan_process_lpm_before:
+0x701b 030973 fetch 2 ,mem_key_num_ptr 
+0x701c 030974 ifetch 1 ,pdata 
+:      030975 keyscan_process_lpm_before_next:
+0x701d 030976 rtn blank 
+0x701e 030977 copy pdata ,loopcnt 
+0x701f 030978 fetch 2 ,mem_keyscan_ptr 
+0x7020 030979 increase 3 ,pdata 
+0x7021 030980 copy pdata ,rega 
+:      030981 keyscan_process_lpm_before_lp1:
+0x7022 030982 ifetcht 1 ,rega 
+0x7023 030983 call gpio_set_wake_by_current_state 
+0x7024 030984 increase key_conf_struct_len ,rega 
+0x7025 030985 loop keyscan_process_lpm_before_lp1 
+:      030986 keyscan_process_lpm_before_end:
+0x7026 030987 rtn 
+:      030989 keyscan_key_process:
+0x7027 030990 arg key_scan_timer ,queue 
+0x7028 030991 call timer_check 
+0x7029 030992 nrtn blank 
+0x702a 030993 setarg 0x20 
+0x702b 030994 arg key_scan_timer ,queue 
+0x702c 030995 call timer_init 
+0x702d 030996 disable user 
+0x702e 030997 call keyscan_process_lpm_before 
+0x702f 030998 bpatch patch1b_7 ,mem_patch1b 
+0x7030 030999 fetch 2 ,mem_key_num_ptr 
+0x7031 031000 ifetch 1 ,pdata 
+:      031001 keyscan_key_process_next:
+0x7032 031002 rtn blank 
+0x7033 031003 call keyscan_scan_key 
+0x7034 031004 nbranch lpm_button_clean_wake_lock ,user 
+0x7035 031005 call lpm_button_get_wake_lock 
+0x7036 031006 disable user 
+0x7037 031007 fetch 2 ,mem_key_value_temp 
+0x7038 031008 store 2 ,mem_key_value_temp4 
+0x7039 031009 jam 0 ,mem_key_value_temp6 
+0x703a 031010 force 0 ,queue 
+:      031011 keyscan_key_lp1:
+0x703b 031012 fetch 2 ,mem_key_value_retention 
+0x703c 031013 rshift pdata ,temp 
+0x703d 031014 storet 2 ,mem_key_value_retention 
+0x703e 031015 and pdata ,0x01 ,pdata 
+0x703f 031016 fetcht 2 ,mem_key_value_temp4 
+0x7040 031017 and temp ,0x01 ,rega 
+0x7041 031018 rshift temp ,temp 
+0x7042 031019 storet 2 ,mem_key_value_temp4 
+0x7043 031020 ixor rega ,null 
+0x7044 031021 ncall keyscan_send_key_data ,zero 
+0x7045 031022 fetch 2 ,mem_key_num_ptr 
+0x7046 031023 ifetch 1 ,pdata 
+:      031024 keyscan_key_lp1_next:
+0x7047 031025 fetcht 1 ,mem_key_value_temp6 
+0x7048 031026 increase 1 ,temp 
+0x7049 031027 storet 1 ,mem_key_value_temp6 
+0x704a 031028 copy temp ,queue 
+0x704b 031029 ixor queue ,null 
+0x704c 031030 nbranch keyscan_key_lp1 ,zero 
+0x704d 031031 fetch 2 ,mem_key_value_temp 
+0x704e 031032 store 2 ,mem_key_value_retention 
+0x704f 031033 rtn 
+:      031034 keyscan_send_key_data:
+0x7050 031035 bpatch patch1c_0 ,mem_patch1c 
+0x7051 031036 fetch 2 ,mem_keyscan_ptr 
+0x7052 031037 increase 1 ,pdata 
+0x7053 031038 ifetch 2 ,pdata 
+0x7054 031039 branch callback_func 
+:      031045 pwm_init:
+0x7055 031046 fetch 1 ,core_clksel 
+0x7056 031047 ior rega ,pdata 
+0x7057 031048 store 1 ,core_clksel 
+0x7058 031049 fetch 2 ,core_clkoff 
+0x7059 031050 set0 clock_off_pwm ,pdata 
+0x705a 031051 store 2 ,core_clkoff 
+:      031052 delay_nop100:
+0x705b 031053 nop 100 
+0x705c 031054 rtn 
+:      031056 pwm_clk_set:
+0x705d 031057 fetch 1 ,core_clksel 
+0x705e 031058 bbit1 6 ,pwm_24m_clk_set 
+0x705f 031059 bbit1 7 ,pwm_33k_clk_set 
+:      031060 pwm_12m_clk_set:
+0x7060 031061 setarg pwm_12mhz 
+0x7061 031062 rtn 
+:      031063 pwm_24m_clk_set:
+0x7062 031064 setarg pwm_24mhz 
+0x7063 031065 rtn 
+:      031066 pwm_33k_clk_set:
+0x7064 031067 setarg pwm_33khz 
+0x7065 031068 rtn 
+:      031071 pwm_out_set:
+0x7066 031072 fetcht 3 ,mem_pdatatemp + 2 
+0x7067 031073 call pwm_clk_set 
+0x7068 031074 idiv temp 
+0x7069 031075 call wait_div_end 
+0x706a 031076 quotient temp 
+0x706b 031077 fetch 1 ,mem_pdatatemp + 5 
+0x706c 031078 imul32 temp ,pdata 
+0x706d 031079 div pdata ,100 
+0x706e 031080 call wait_div_end 
+0x706f 031081 quotient rega 
+0x7070 031082 copy temp ,pdata 
+0x7071 031083 isub rega ,regb 
+0x7072 031085 fetch 1 ,mem_pdatatemp + 1 
+0x7073 031086 call pwm_duty_cycle_set 
+0x7074 031087 fetch 1 ,mem_pdatatemp 
+0x7075 031088 fetcht 1 ,mem_pdatatemp + 1 
+0x7076 031089 and_into 0x0f ,temp 
+0x7077 031090 lshift8 temp ,temp 
+0x7078 031091 ior temp ,pdata 
+0x7079 031092 branch pwm_enable 
+:      031094 pwm_duty_cycle_set:
+0x707a 031095 iforce queue 
+0x707b 031096 call pwm_duty_cycle_set_without_autoload 
+0x707c 031097 branch pwm_autoload_set 
+:      031099 pwm_autoload_set:
+0x707d 031100 fetch 1 ,core_pwm_autoload 
+0x707e 031101 qset1 pdata 
+0x707f 031102 store 1 ,core_pwm_autoload 
+0x7080 031103 fetcht 1 ,core_clksel 
+0x7081 031104 isolate1 7 ,temp 
+0x7082 031105 call delay_1clk_of_33k ,true 
+0x7083 031106 qset0 pdata 
+0x7084 031107 store 1 ,core_pwm_autoload 
+0x7085 031108 rtn 
+:      031111 delay_1clk_of_33k:
+0x7086 031112 nop 480 
+0x7087 031113 rtn 
+:      031115 pwm_duty_cycle_set_without_autoload:
+0x7088 031116 and_into 0x0f ,pdata 
+0x7089 031117 arg core_pwm_pcnt0 ,contw 
+0x708a 031118 mul32 pdata ,4 ,pdata 
+0x708b 031119 iadd contw ,contw 
+0x708c 031120 copy rega ,pdata 
+0x708d 031121 istore 2 ,contw 
+0x708e 031122 copy regb ,pdata 
+0x708f 031123 istore 2 ,contw 
+0x7090 031124 rtn 
+:      031129 pwm_enable_in_syncmode:
+0x7091 031130 rshift8 regb ,queue 
+0x7092 031131 call pwm_init_bit_set 
+0x7093 031132 rshift8 regb ,queue 
+0x7094 031133 call pwm_syncmode_set 
+0x7095 031134 rshift8 rega ,queue 
+0x7096 031135 enable true 
+0x7097 031136 call pwm_syncmode_set_process 
+0x7098 031138 deposit rega 
+0x7099 031139 call pwm_gpio_select 
+0x709a 031140 deposit regb 
+0x709b 031141 branch pwm_enable 
+:      031143 pwm_disable_in_syncmode:
+0x709c 031144 deposit rega 
+0x709d 031145 call pwm_disable 
+0x709e 031146 deposit regb 
+0x709f 031147 call pwm_disable 
+0x70a0 031149 rshift8 rega ,queue 
+0x70a1 031150 disable true 
+0x70a2 031151 call pwm_syncmode_set_process 
+0x70a3 031152 rshift8 regb ,queue 
+0x70a4 031153 disable true 
+0x70a5 031154 call pwm_init_bit_set_process 
+0x70a6 031155 rshift8 regb ,queue 
+0x70a7 031156 disable true 
+0x70a8 031157 branch pwm_syncmode_set_process 
+:      031160 pwm_syncmode_set:
+0x70a9 031161 isolate1 7 ,queue 
+:      031162 pwm_syncmode_set_process:
+0x70aa 031163 and queue ,0x0f ,queue 
+0x70ab 031164 fetch 1 ,core_pwm_sync 
+0x70ac 031165 qsetflag true ,pdata 
+0x70ad 031166 store 1 ,core_pwm_sync 
+0x70ae 031167 rtn 
+:      031169 pwm_init_bit_set:
+0x70af 031170 isolate1 6 ,queue 
+:      031171 pwm_init_bit_set_process:
+0x70b0 031172 and queue ,0x0f ,queue 
+0x70b1 031173 fetch 1 ,core_pwm_init 
+0x70b2 031174 qsetflag true ,pdata 
+0x70b3 031175 store 1 ,core_pwm_init 
+0x70b4 031176 rtn 
+:      031177 pwm_gpio_select:
+0x70b5 031178 call pwm_select_channel 
+:      031179 pwm_gpio_select_process:
+0x70b6 031180 lshift8 pdata ,pdata 
+0x70b7 031181 add queue ,gpcfg_pwm_out0 ,temp 
+0x70b8 031182 ior temp ,pdata 
+0x70b9 031183 branch gpio_config_param 
+:      031185 pwm_enable:
+0x70ba 031186 enable user 
+0x70bb 031187 call pwm_gpio_select 
+0x70bc 031188 branch pwm_set_select 
+:      031190 pwm_disable:
+0x70bd 031191 disable user 
+0x70be 031192 call pwm_select_channel 
+0x70bf 031193 branch pwm_set_select 
+:      031195 pwm_set_select:
+0x70c0 031196 and queue ,0x0f ,queue 
+0x70c1 031197 fetch 1 ,core_pwm_en 
+0x70c2 031198 qsetflag user ,pdata 
+0x70c3 031199 store 1 ,core_pwm_en 
+0x70c4 031200 rtn 
+:      031201 pwm_select_channel:
+0x70c5 031202 rshift8 pdata ,queue 
+0x70c6 031203 and queue ,0x0f ,queue 
+0x70c7 031204 rtn 
+:      031208 wdt_init_config:
+0x70c8 031209 copy pdata ,temp 
+0x70c9 031210 bpatch patch1c_1 ,mem_patch1c 
+0x70ca 031211 call wdt_set_enable 
+0x70cb 031212 setarg 2048 
+0x70cc 031213 isub temp ,pdata 
+0x70cd 031214 copy pdata ,temp 
+0x70ce 031215 rshift4 temp ,temp 
+0x70cf 031216 storet 1 ,core_write_wdt 
+0x70d0 031217 nop 1400 
+0x70d1 031218 copy pdata ,temp 
+0x70d2 031219 and_into 0x0f ,temp 
+0x70d3 031220 storet 1 ,core_write_wdt2 
+0x70d4 031221 rtn 
+:      031224 wdt_set_enable:
+0x70d5 031225 enable user2 
+0x70d6 031226 branch wdt_init_set 
+:      031229 wdt_set_disable:
+0x70d7 031230 bpatch patch1c_2 ,mem_patch1c 
+0x70d8 031231 disable user2 
+:      031232 wdt_init_set:
+0x70d9 031233 fetch 1 ,core_config 
+0x70da 031234 setflag user2 ,3 ,pdata 
+0x70db 031235 store 1 ,core_config 
+0x70dc 031236 rtn 
+:      031241 nec61212_init:
+0x70dd 031242 arg fun_nec_enable | fun_nec_clk_divide_24 ,temp 
+:      031245 nec_init_config:
+0x70de 031246 store 4 ,core_nec_start_addr 
+0x70df 031247 store 2 ,core_nec_rptr 
+0x70e0 031248 storet 1 ,core_nec_ctrl 
+0x70e1 031249 rtn 
+:      031252 nec_check_rxbuff_size:
+0x70e2 031253 fetch 2 ,core_nec_rxitem 
+0x70e3 031254 rtn 
+:      031256 nec_prepare_read:
+0x70e4 031257 fetchr contu ,2 ,core_nec_rptr 
+0x70e5 031258 fetchr contus ,2 ,core_nec_start_addr 
+0x70e6 031259 fetchr contue ,2 ,core_nec_end_addr 
+0x70e7 031260 rtn 
+:      031262 nec_read_done:
+0x70e8 031263 storer contu ,2 ,core_nec_rptr 
+0x70e9 031264 rtn 
+:      031271 nec_parse_nec61212:
+0x70ea 031272 call enable_user 
+0x70eb 031273 arg 0 ,rege 
+0x70ec 031274 call nec_check_rxbuff_size 
+0x70ed 031275 beq 2 ,nec_parse_nec61212_check_timeout 
+0x70ee 031276 sub pdata ,4 ,null 
+0x70ef 031277 rtn positive 
+0x70f0 031278 call nec_prepare_read 
+0x70f1 031279 ifetcht 2 ,contu 
+0x70f2 031280 setarg nec61212_data2repeat_time 
+0x70f3 031281 call nec_check_pulse_range_legal_default_deviation 
+0x70f4 031282 nbranch nec_parse_nec61212_check_repeat_data ,positive 
+0x70f5 031283 copy regd ,temp 
+0x70f6 031284 setarg nec61212_repeat2repeat_time 
+0x70f7 031285 call nec_check_pulse_range_legal_default_deviation 
+0x70f8 031286 nbranch nec_parse_nec61212_check_repeat_data ,positive 
+0x70f9 031288 copy regd ,temp 
+0x70fa 031289 setarg nec61212_boot_code_start_time 
+0x70fb 031290 call nec_check_pulse_range_legal_default_deviation 
+0x70fc 031291 branch nec_parse_nec61212_error_data ,positive 
+0x70fd 031292 ifetcht 2 ,contu 
+0x70fe 031293 setarg nec61212_boot_code_end_time 
+0x70ff 031294 call nec_check_pulse_range_legal_default_deviation 
+0x7100 031295 branch nec_parse_nec61212_error_data ,positive 
+0x7101 031296 call nec_check_rxbuff_size 
+0x7102 031297 sub pdata ,133 ,null 
+0x7103 031298 rtn positive 
+0x7104 031299 arg 32 ,loopcnt 
+:      031300 nec_parse_nec61212_data:
+0x7105 031301 ifetcht 2 ,contu 
+0x7106 031302 setarg nec61212_data_bit_1_start_time 
+0x7107 031303 call nec_check_pulse_range_legal_default_deviation 
+0x7108 031304 branch nec_parse_nec61212_error_data ,positive 
+0x7109 031305 ifetcht 2 ,contu 
+0x710a 031306 setarg nec61212_data_bit_1_end_time 
+0x710b 031307 call nec_check_pulse_range_legal_default_deviation 
+0x710c 031308 nbranch nec_parse_nec61212_add_bit1 ,positive 
+0x710d 031309 copy regd ,temp 
+0x710e 031310 setarg nec61212_data_bit_0_end_time 
+0x710f 031311 call nec_check_pulse_range_legal_default_deviation 
+0x7110 031312 nbranch nec_parse_nec61212_add_bit0 ,positive 
+:      031315 nec_parse_nec61212_error_data:
+0x7111 031316 copy regd ,temp 
+0x7112 031317 setarg nec61212_timeout_time 
+0x7113 031318 isub temp ,null 
+0x7114 031319 branch nec_parse_nec61212_check_timeout_cb ,zero 
+0x7115 031320 branch nec_read_done 
+:      031322 nec_parse_nec61212_add_bit1:
+0x7116 031323 set1 32 ,rege 
+:      031324 nec_parse_nec61212_add_bit0:
+0x7117 031325 rshift rege ,rege 
+0x7118 031326 loop nec_parse_nec61212_data 
+0x7119 031327 branch nec_parse_nec61212_check_stop_bit 
+:      031329 nec_parse_nec61212_check_repeat_data:
+0x711a 031330 call nec_check_rxbuff_size 
+0x711b 031331 sub pdata ,7 ,null 
+0x711c 031332 rtn positive 
+0x711d 031333 ifetcht 2 ,contu 
+0x711e 031334 setarg nec61212_repeat_start_time 
+0x711f 031335 call nec_check_pulse_range_legal_default_deviation 
+0x7120 031336 branch nec_parse_nec61212_error_data ,positive 
+0x7121 031337 ifetcht 2 ,contu 
+0x7122 031338 setarg nec61212_repeat_end_time 
+0x7123 031339 call nec_check_pulse_range_legal_default_deviation 
+0x7124 031340 branch nec_parse_nec61212_error_data ,positive 
+:      031341 nec_parse_nec61212_check_stop_bit:
+0x7125 031342 ifetcht 2 ,contu 
+0x7126 031343 setarg nec61212_stop_time 
+0x7127 031344 call nec_check_pulse_range_legal_default_deviation 
+0x7128 031345 branch nec_parse_nec61212_error_data ,positive 
+0x7129 031346 call nec_read_done 
+0x712a 031347 copy regc ,pdata 
+0x712b 031348 branch callback_func 
+:      031350 nec_parse_nec61212_check_timeout:
+0x712c 031351 call nec_prepare_read 
+0x712d 031352 ifetcht 2 ,contu 
+0x712e 031353 setarg nec61212_timeout_time 
+0x712f 031354 isub temp ,null 
+0x7130 031355 nrtn zero 
+:      031356 nec_parse_nec61212_check_timeout_cb:
+0x7131 031357 call nec_read_done 
+0x7132 031358 call disable_user 
+0x7133 031359 copy regc ,pdata 
+0x7134 031360 branch callback_func 
+:      031367 nec_check_pulse_range_legal_default_deviation:
+0x7135 031368 fetchr regb ,1 ,mem_nec_decode_error_value 
+:      031377 nec_check_pulse_range_legal:
+0x7136 031378 copy temp ,regd 
+0x7137 031379 imul32 regb ,regb 
+0x7138 031380 lshift temp ,temp 
+0x7139 031381 isub temp ,rega 
+0x713a 031382 ncall nec_check_pulse_range_legal_data_negative ,positive 
+0x713b 031383 mul32 rega ,100 ,pdata 
+0x713c 031384 isub regb ,null 
+0x713d 031385 rtn 
+:      031387 nec_check_pulse_range_legal_data_negative:
+0x713e 031388 sub rega ,0 ,rega 
+0x713f 031389 rtn 
+:      031400 function_g2:
+0x7140 031401 bpatch patch1c_3 ,mem_patch1c 
+0x7141 031402 jam 80 ,mem_aes_cmac_data_length 
+0x7142 031403 arg mem_dat ,contw 
+0x7143 031404 arg mem_le_srand ,contr 
+0x7144 031405 call memcpy16 
+0x7145 031406 arg mem_sc_pubkey_local_x_256 ,contr 
+0x7146 031407 call memcpy32 
+0x7147 031408 arg mem_le_pubkey_remote_x_256 ,contr 
+0x7148 031409 call memcpy32 
+0x7149 031410 call inverse_memdat 
+0x714a 031411 arg mem_le_mrand ,contr 
+0x714b 031412 call store_inverse_k 
+0x714c 031413 call function_aes_cmac 
+0x714d 031415 arg mem_aes_cmac_temp ,contw 
+0x714e 031416 call load_inverse_result 
+0x714f 031417 setarg 1000000 
+0x7150 031418 copy pdata ,rega 
+0x7151 031419 fetch 4 ,mem_aes_cmac_temp 
+0x7152 031420 idiv rega 
+0x7153 031421 call wait_div_end 
+0x7154 031422 remainder pdata 
+0x7155 031423 store 4 ,mem_gkey 
+0x7156 031425 rtn 
+:      031427 function_f6_eb:
+0x7157 031428 jam 65 ,mem_aes_cmac_data_length 
+0x7158 031429 arg mem_dat ,contw 
+0x7159 031430 call store_addr_common_a 
+0x715a 031431 call store_addr_common_b 
+0x715b 031432 fetch 3 ,mem_le_pres + 1 
+0x715c 031433 istore 3 ,contw 
+0x715d 031436 call get_r 
+0x715e 031438 arg mem_le_mrand ,contr 
+0x715f 031439 call memcpy16 
+0x7160 031440 arg mem_le_srand ,contr 
+0x7161 031441 call memcpy16 
+0x7162 031442 call inverse_memdat 
+0x7163 031443 arg mem_le_mackey ,contr 
+0x7164 031444 arg mem_aes_cmac_k ,contw 
+0x7165 031445 call memcpy16 
+0x7166 031447 branch function_aes_cmac 
+:      031451 get_r:
+0x7167 031452 fetch 4 ,mem_le_tk 
+0x7168 031453 istore 4 ,contw 
+0x7169 031454 call memset0_4 
+0x716a 031455 branch memset0_8 
+:      031457 function_f6_ea:
+0x716b 031458 bpatch patch1c_4 ,mem_patch1c 
+0x716c 031459 jam 65 ,mem_aes_cmac_data_length 
+0x716d 031460 arg mem_dat ,contw 
+0x716e 031461 call store_addr_common_b 
+0x716f 031462 call store_addr_common_a 
+0x7170 031463 fetch 3 ,mem_le_preq + 1 
+0x7171 031464 istore 3 ,contw 
+0x7172 031467 call get_r 
+0x7173 031468 arg mem_le_srand ,contr 
+0x7174 031469 call memcpy16 
+0x7175 031470 arg mem_le_mrand ,contr 
+0x7176 031471 call memcpy16 
+0x7177 031472 call inverse_memdat 
+0x7178 031473 arg mem_le_mackey ,contr 
+0x7179 031474 arg mem_aes_cmac_k ,contw 
+0x717a 031475 call memcpy16 
+0x717b 031477 call function_aes_cmac 
+0x717c 031478 arg mem_aes_cmac_temp ,contw 
+0x717d 031479 branch load_inverse_result 
+:      031481 function_f5:
+0x717e 031482 jam 32 ,mem_aes_cmac_data_length 
+0x717f 031483 arg mem_le_dhkey_256 ,contr 
+0x7180 031484 arg mem_dat ,contw 
+0x7181 031485 call memcpy32 
+0x7182 031486 call inverse_memdat 
+0x7183 031487 arg mem_le_slat ,contr 
+0x7184 031488 call store_inverse_k 
+0x7185 031489 call function_aes_cmac 
+0x7186 031490 arg mem_aes_cmac_k ,contw 
+0x7187 031491 call store_aes_result 
+0x7188 031492 arg 1 ,temp 
+0x7189 031493 call function_f5_common 
+0x718a 031494 arg mem_le_ltk ,contw 
+0x718b 031495 call load_inverse_result 
+0x718c 031496 arg 0 ,temp 
+0x718d 031497 call function_f5_common 
+0x718e 031498 arg mem_le_mackey ,contw 
+0x718f 031500 branch store_aes_result 
+:      031503 function_f5_common:
+0x7190 031504 bpatch patch1c_5 ,mem_patch1c 
+0x7191 031505 jam 53 ,mem_aes_cmac_data_length 
+0x7192 031506 setarg 0x100 
+0x7193 031507 store 2 ,mem_dat 
+0x7194 031508 call store_addr_common_b 
+0x7195 031509 call store_addr_common_a 
+0x7196 031510 arg mem_le_srand ,contr 
+0x7197 031511 call memcpy16 
+0x7198 031512 arg mem_le_mrand ,contr 
+0x7199 031513 call memcpy16 
+0x719a 031515 setarg 0x6c65 
+0x719b 031516 istore 2 ,contw 
+0x719c 031517 setarg 0x6274 
+0x719d 031518 istore 2 ,contw 
+0x719e 031519 istoret 1 ,contw 
+0x719f 031520 call inverse_memdat 
+0x71a0 031521 branch function_aes_cmac 
+:      031523 store_addr_common_b:
+0x71a1 031524 fetch 6 ,mem_le_lap 
+0x71a2 031525 istore 6 ,contw 
+0x71a3 031526 fetch 1 ,mem_le_conn_own_addr_type 
+0x71a4 031527 istore 1 ,contw 
+0x71a5 031528 rtn 
+:      031530 store_addr_common_a:
+0x71a6 031531 fetch 6 ,mem_le_plap 
+0x71a7 031532 istore 6 ,contw 
+0x71a8 031537 fetch 1 ,mem_le_conn_peer_addr_type 
+0x71a9 031538 istore 1 ,contw 
+0x71aa 031539 rtn 
+:      031541 function_f4_ca:
+0x71ab 031542 jam 65 ,mem_aes_cmac_data_length 
+0x71ac 031543 fetch 1 ,mem_passkey_1bit 
+0x71ad 031544 store 1 ,mem_dat 
+0x71ae 031545 arg mem_sc_pubkey_local_x_256 ,contr 
+0x71af 031546 call memcpy32 
+0x71b0 031547 arg mem_le_pubkey_remote_x_256 ,contr 
+0x71b1 031548 call memcpy32 
+0x71b2 031549 call inverse_memdat 
+0x71b3 031550 arg mem_le_mrand ,contr 
+0x71b4 031551 call store_inverse_k 
+0x71b5 031552 branch function_aes_cmac 
+:      031555 function_f4_cb:
+0x71b6 031556 jam 65 ,mem_aes_cmac_data_length 
+0x71b7 031557 fetch 1 ,mem_passkey_1bit 
+0x71b8 031558 store 1 ,mem_dat 
+0x71b9 031559 arg mem_le_pubkey_remote_x_256 ,contr 
+0x71ba 031560 call memcpy32 
+0x71bb 031561 arg mem_sc_pubkey_local_x_256 ,contr 
+0x71bc 031562 call memcpy32 
+0x71bd 031563 call inverse_memdat 
+0x71be 031564 arg mem_le_srand ,contr 
+0x71bf 031565 call store_inverse_k 
+0x71c0 031566 branch function_aes_cmac 
+:      031568 function_aes_cmac:
+0x71c1 031569 bpatch patch1c_6 ,mem_patch1c 
+0x71c2 031570 call function_aes_cmac_generate_subkey 
+0x71c3 031574 fetch 1 ,mem_aes_cmac_data_length 
+0x71c4 031575 copy pdata ,temp 
+:      031576 function_ceil16:
+0x71c5 031577 increase 15 ,pdata 
+0x71c6 031578 rshift4 pdata ,pdata 
+0x71c7 031579 copy pdata ,regb 
+0x71c8 031580 branch function_aes_cmac_set_flag_0_balnk ,blank 
+0x71c9 031581 and temp ,0x0f ,pdata 
+0x71ca 031582 nbranch function_aes_cmac_set_flag_0 ,blank 
+0x71cb 031584 arg mem_aes_cmac_k1 ,regc 
+0x71cc 031585 arg mem_dat ,pdata 
+0x71cd 031586 increase -16 ,pdata 
+0x71ce 031589 iadd temp ,rega 
+0x71cf 031590 arg mem_aes_cmac_m_last ,contw 
+0x71d0 031591 arg 4 ,loopcnt 
+0x71d1 031592 call xor_loop 
+0x71d2 031596 branch function_aes_cmac_aes 
+:      031598 function_aes_cmac_set_flag_0_balnk:
+0x71d3 031599 arg 1 ,regb 
+0x71d4 031600 arg 0 ,rega 
+0x71d5 031602 branch function_aes_cmac_set_flag_0_common 
+:      031605 function_aes_cmac_set_flag_0:
+0x71d6 031607 and temp ,0x0f ,rega 
+:      031608 function_aes_cmac_set_flag_0_common:
+0x71d7 031609 arg mem_dat ,pdata 
+0x71d8 031610 iadd temp ,pdata 
+0x71d9 031611 isub rega ,contr 
+0x71da 031613 arg mem_aes_cmac_temp ,contw 
+0x71db 031614 call function_aes_cmac_padding 
+0x71dc 031616 arg mem_aes_cmac_k2 ,regc 
+0x71dd 031617 arg mem_aes_cmac_temp ,rega 
+0x71de 031618 arg mem_aes_cmac_m_last ,contw 
+0x71df 031619 arg 4 ,loopcnt 
+0x71e0 031620 call xor_loop 
+:      031627 function_aes_cmac_aes:
+0x71e1 031632 call aes_clear_data 
+0x71e2 031633 call aes_init 
+0x71e3 031636 arg mem_dat ,contr 
+:      031637 function_aes_cmac_aes_loop:
+0x71e4 031639 increase -1 ,regb 
+0x71e5 031640 deposit regb 
+0x71e6 031641 branch function_aes_cmac_aes_loop_end ,blank 
+0x71e7 031642 call load_data128 
+0x71e8 031643 call do_aes_cbc 
+0x71e9 031644 branch function_aes_cmac_aes_loop 
+:      031646 function_aes_cmac_aes_loop_end:
+0x71ea 031647 arg mem_aes_cmac_temp ,contw 
+0x71eb 031648 call store_aes_result 
+0x71ec 031649 arg mem_aes_cmac_m_last ,contr 
+0x71ed 031650 call load_data128 
+0x71ee 031651 call aes_init 
+0x71ef 031652 arg mem_aes_cmac_temp ,contr 
+0x71f0 031653 call load_data128 
+0x71f1 031654 branch do_aes_cbc 
+:      031658 load_inverse_result:
+0x71f2 031660 copy contw ,rega 
+0x71f3 031661 call store_aes_result 
+0x71f4 031663 arg 16 ,loopcnt 
+0x71f5 031664 branch inverse_data 
+:      031666 store_inverse_k:
+0x71f6 031667 arg mem_aes_cmac_k ,contw 
+0x71f7 031668 call memcpy16 
+:      031669 inverse_k:
+0x71f8 031670 arg 16 ,loopcnt 
+0x71f9 031671 arg mem_aes_cmac_k ,rega 
+0x71fa 031672 branch inverse_data 
+:      031674 inverse_memdat:
+0x71fb 031675 fetch 1 ,mem_aes_cmac_data_length 
+0x71fc 031676 copy pdata ,loopcnt 
+0x71fd 031677 arg mem_dat ,rega 
+0x71fe 031678 branch inverse_data 
+:      031680 bn_lshift_0_inverse:
+0x71ff 031681 ifetch 1 ,rega 
+0x7200 031682 lshift pdata ,pdata 
+0x7201 031683 isolate1 0 ,regc 
+0x7202 031684 setflag true ,0 ,pdata 
+0x7203 031685 isolate1 8 ,pdata 
+0x7204 031686 setflag true ,0 ,regc 
+0x7205 031687 istore 1 ,rega 
+0x7206 031688 increase -1 ,rega 
+0x7207 031689 loop bn_lshift_0_inverse 
+0x7208 031690 rtn 
+:      031692 function_aes_cmac_k1_inverse:
+0x7209 031693 arg mem_aes_cmac_k1 ,rega 
+:      031694 function_aes_cmac_inverse_common:
+0x720a 031695 increase 15 ,rega 
+0x720b 031696 force 16 ,loopcnt 
+0x720c 031697 force 0 ,regc 
+0x720d 031698 branch bn_lshift_0_inverse 
+:      031700 function_aes_cmac_k2_inverse:
+0x720e 031701 arg mem_aes_cmac_k2 ,rega 
+0x720f 031702 branch function_aes_cmac_inverse_common 
+:      031705 function_aes_cmac_generate_subkey:
+0x7210 031706 arg mem_aes_cmac_k ,contr 
+0x7211 031707 call load_key 
+0x7212 031710 force regidx_xor ,regext_index 
+0x7213 031711 call aes_clear 
+0x7214 031712 call aes_clear_data 
+0x7215 031713 call do_aes_ocb 
+0x7216 031718 arg mem_aes_cmac_k1 ,contw 
+0x7217 031719 call store_aes_result 
+:      031720 function_aes_cmac_k1:
+0x7218 031721 bpatch patch1c_7 ,mem_patch1c 
+0x7219 031722 fetch 1 ,mem_aes_cmac_k1 
+0x721a 031723 isolate1 7 ,pdata 
+0x721b 031724 nbranch function_aes_cmac_k1_0 ,true 
+0x721c 031725 call function_aes_cmac_k1_inverse 
+0x721d 031728 arg mem_aes_cmac_k1 ,regc 
+0x721e 031730 arg mem_aes_cmac_k1 ,contw 
+0x721f 031733 call function_aes_cmac_xor_rb 
+0x7220 031734 branch function_aes_cmac_k2 
+:      031735 function_aes_cmac_k1_0:
+0x7221 031736 call function_aes_cmac_k1_inverse 
+:      031737 function_aes_cmac_k2:
+0x7222 031739 arg mem_aes_cmac_k1 ,contr 
+0x7223 031740 arg mem_aes_cmac_k2 ,contw 
+0x7224 031741 call memcpy16 
+0x7225 031742 fetch 1 ,mem_aes_cmac_k2 
+0x7226 031743 isolate1 7 ,pdata 
+0x7227 031744 nbranch function_aes_cmac_k2_inverse ,true 
+0x7228 031745 call function_aes_cmac_k2_inverse 
+0x7229 031747 arg mem_aes_cmac_k2 ,regc 
+0x722a 031749 arg mem_aes_cmac_k2 ,contw 
+:      031755 function_aes_cmac_xor_rb:
+0x722b 031756 arg 3 ,loopcnt 
+:      031757 function_aes_cmac_xor_rb_loop:
+0x722c 031758 arg 0 ,temp 
+0x722d 031759 call function_aes_cmac_xor_loop_common 
+0x722e 031760 increase 4 ,regc 
+0x722f 031761 loop function_aes_cmac_xor_rb_loop 
+0x7230 031762 arg 0x8700 ,temp 
+0x7231 031763 lshift16 temp ,temp 
+:      031764 function_aes_cmac_xor_loop_common:
+0x7232 031765 ifetch 4 ,regc 
+0x7233 031766 ixor temp ,pdata 
+0x7234 031767 istore 4 ,contw 
+0x7235 031768 rtn 
+:      031774 function_aes_cmac_padding:
+0x7236 031775 bpatch patch1d_0 ,mem_patch1d 
+0x7237 031776 arg 16 ,loopcnt 
+0x7238 031777 arg 0 ,pdata 
+:      031778 function_aes_cmac_padding_loop:
+0x7239 031779 isub rega ,null 
+0x723a 031780 branch function_aes_cmac_padding_beq_length ,zero 
+0x723b 031781 branch function_aes_cmac_padding_big_length ,positive 
+0x723c 031782 ifetcht 1 ,contr 
+0x723d 031783 istoret 1 ,contw 
+:      031784 function_aes_cmac_padding_loop2:
+0x723e 031785 increase 1 ,pdata 
+0x723f 031786 loop function_aes_cmac_padding_loop 
+0x7240 031787 rtn 
+:      031788 function_aes_cmac_padding_beq_length:
+0x7241 031789 arg 0x80 ,temp 
+:      031790 function_aes_cmac_padding_common:
+0x7242 031791 istoret 1 ,contw 
+0x7243 031792 branch function_aes_cmac_padding_loop2 
+:      031794 function_aes_cmac_padding_big_length:
+0x7244 031795 arg 0 ,temp 
+0x7245 031796 branch function_aes_cmac_padding_common 
+:      031801 concatenate_temp24:
+0x7246 031802 lshift8 temp ,temp 
+:      031803 concatenate_temp16:
+0x7247 031804 lshift16 temp ,temp 
+0x7248 031805 ior temp ,temp 
+0x7249 031806 rtn 
+:      031811 generate_stk:
+0x724a 031812 bpatch patch1d_1 ,mem_patch1d 
+0x724b 031813 call function_s1 
+0x724c 031814 arg mem_le_ltk ,contw 
+0x724d 031815 branch store_aes_result 
+:      031818 authenticate_rconfirm:
+0x724e 031819 arg mem_le_srand ,contw 
+0x724f 031820 branch authenticate_mconfirm ,master 
+0x7250 031821 arg mem_le_mrand ,contw 
+:      031822 authenticate_mconfirm:
+0x7251 031823 copy contr ,rega 
+0x7252 031824 call memcpy16 
+0x7253 031825 call function_c1 
+0x7254 031826 arg mem_le_rconfirm ,contr 
+0x7255 031827 branch compare_res 
+:      031829 generate_confirm:
+0x7256 031830 arg mem_le_mrand ,rega 
+0x7257 031831 branch generate_mrand ,master 
+0x7258 031832 arg mem_le_srand ,rega 
+:      031833 generate_mrand:
+0x7259 031834 copy rega ,contw 
+0x725a 031835 call generate_random 
+0x725b 031836 branch function_c1 
+:      031838 generate_sk:
+0x725c 031839 arg mem_le_skdm ,contr 
+0x725d 031840 call load_data128 
+0x725e 031841 arg mem_le_ltk ,contr 
+0x725f 031842 call load_regext 
+0x7260 031843 force 0x38 ,aes_ctrl 
+0x7261 031844 force 0x0 ,aes_ctrl 
+0x7262 031845 call wait_aes 
+0x7263 031846 arg mem_le_sk ,contw 
+0x7264 031847 branch store_aes_result 
+:      031851 ccm_b0:
+0x7265 031852 force regidx_xor ,regext_index 
+0x7266 031853 force 0x49 ,pdata 
+0x7267 031854 branch iv_common 
+:      031857 first_block_counter:
+0x7268 031858 force 0x49 ,pdata 
+0x7269 031859 branch first_block 
+:      031860 first_block_data:
+0x726a 031861 force 1 ,pdata 
+:      031862 first_block:
+0x726b 031863 force regidx_data ,regext_index 
+:      031864 iv_common:
+0x726c 031865 lshift8 temp ,regext 
+0x726d 031866 ior regext ,regext 
+0x726e 031867 increase 1 ,regext_index 
+0x726f 031868 rshift8 temp ,regext 
+0x7270 031869 rshift16 regext ,regext 
+0x7271 031870 fetch 2 ,mem_ccm_iv 
+0x7272 031871 lshift16 pdata ,pdata 
+0x7273 031872 ior regext ,regext 
+0x7274 031873 increase 1 ,regext_index 
+0x7275 031874 ifetchr regext ,4 ,contr 
+0x7276 031875 increase 1 ,regext_index 
+0x7277 031876 ifetch 2 ,contr 
+0x7278 031877 byteswap rega ,regext 
+0x7279 031878 lshift16 regext ,regext 
+0x727a 031879 ior regext ,regext 
+0x727b 031880 increase 1 ,regext_index 
+0x727c 031881 rtn 
+:      031885 generate_mic:
+0x727d 031886 add regc ,1 ,contr 
+0x727e 031887 ifetch 1 ,contr 
+0x727f 031888 iforce rega 
+0x7280 031889 call first_block_counter 
+0x7281 031890 call do_aes_ocb 
+0x7282 031892 force regidx_data ,regext_index 
+0x7283 031893 ifetch 1 ,regc 
+0x7284 031894 and_into 0x3 ,pdata 
+0x7285 031895 lshift16 pdata ,regext 
+0x7286 031896 set1 8 ,regext 
+0x7287 031897 call clear_hidata 
+0x7288 031898 call do_aes_cbc 
+0x7289 031900 copy rega ,loopcnt 
+0x728a 031901 add regc ,2 ,contr 
+0x728b 031902 call padding_data 
+:      031903 generate_mic_loop:
+0x728c 031904 call aes_load_data 
+0x728d 031905 call do_aes_cbc 
+0x728e 031906 deposit loopcnt 
+0x728f 031907 branch generate_mic_end ,blank 
+0x7290 031908 branch generate_mic_loop 
+:      031909 generate_mic_end:
+0x7291 031910 force regidx_result ,regext_index 
+0x7292 031911 deposit regext 
+0x7293 031912 store 4 ,mem_le_mic 
+0x7294 031913 rtn 
+:      031915 aes_crypt_data:
+0x7295 031916 increase 1 ,rega 
+0x7296 031917 call first_block_data 
+0x7297 031918 copy regc ,contr 
+0x7298 031919 call aes_load_xor 
+0x7299 031920 call do_aes_ctr 
+0x729a 031921 call store_enc_data 
+0x729b 031922 increase 16 ,regc 
+0x729c 031923 increase -16 ,regb 
+0x729d 031924 branch aes_crypt_data ,positive 
+0x729e 031925 rtn 
+:      031930 le_encrypt_new_start:
+0x729f 031931 call ccm_init_common 
+0x72a0 031932 bpatch patch1d_2 ,mem_patch1d 
+0x72a1 031933 jam 0 ,core_ccm_aad0 
+0x72a2 031934 jam 1 ,core_ccm_aad1 
+0x72a3 031935 fetch 1 ,mem_le_txheader 
+0x72a4 031936 and_into 0x3 ,pdata 
+0x72a5 031937 store 1 ,core_ccm_aad2 
+0x72a6 031938 fetch 2 ,mem_contr 
+0x72a7 031939 store 2 ,core_ccm_input_playload_addr 
+0x72a8 031940 setarg mem_le_txpayload 
+0x72a9 031941 store 2 ,core_ccm_output_playload_addr 
+0x72aa 031943 fetchr rega ,1 ,mem_le_txlen 
+0x72ab 031944 fetcht 5 ,mem_ccm_pcnt_tx 
+0x72ac 031945 call ccm_b0 
+0x72ad 031946 jam 2 ,core_ccm_ctrl 
+0x72ae 031947 jam 3 ,core_ccm_ctrl 
+0x72af 031949 fetch 1 ,mem_le_txlen 
+0x72b0 031950 store 2 ,core_ccm_inptr 
+0x72b1 031951 increase 4 ,pdata 
+0x72b2 031952 store 1 ,mem_le_txlen 
+0x72b3 031953 fetch 5 ,mem_ccm_pcnt_tx 
+0x72b4 031954 increase 1 ,pdata 
+0x72b5 031955 set0 le_ccm_directionbit ,pdata 
+0x72b6 031956 store 5 ,mem_ccm_pcnt_tx 
+0x72b7 031957 rtn 
+:      031960 ccm_wait_enc:
+0x72b8 031961 fetch 2 ,core_ccm_outptr 
+0x72b9 031962 isub temp ,null 
+0x72ba 031963 rtn zero 
+0x72bb 031964 nrtn blank 
+0x72bc 031966 branch ccm_wait_enc 
+:      031968 ccm_check_enc_done:
+0x72bd 031969 fetch 1 ,core_misc_status 
+0x72be 031970 bbit0 6 ,assert 
+:      031971 ccm_enc_done:
+0x72bf 031972 setarg mem_le_txpayload 
+0x72c0 031973 iadd temp ,contw 
+0x72c1 031974 arg regidx_result ,regext_index 
+0x72c2 031975 istorer regext ,4 ,contw 
+0x72c3 031976 branch ccm_ctrl_clr 
+:      031978 ccm_init_common:
+0x72c4 031979 bpatch patch1d_3 ,mem_patch1d 
+0x72c5 031980 force regidx_result ,regext_index 
+0x72c6 031981 call aes_clear 
+0x72c7 031982 call aes_clear_data 
+0x72c8 031983 setarg 0 
+0x72c9 031984 store 2 ,core_ccm_inptr 
+0x72ca 031985 rtn 
+:      031987 wait_ccm_done:
+0x72cb 031988 fetch 1 ,core_misc_status 
+0x72cc 031989 bbit0 6 ,wait_ccm_done 
+:      031990 ccm_ctrl_clr:
+0x72cd 031991 jam 0 ,core_ccm_ctrl 
+0x72ce 031992 rtn 
+:      031995 wait_aes:
+0x72cf 031996 nbranch wait_aes ,aes_ready 
+0x72d0 031997 rtn 
+:      031999 do_aes_ocb:
+0x72d1 032000 force 0x30 ,aes_ctrl 
+0x72d2 032001 force 0x0 ,aes_ctrl 
+0x72d3 032002 branch wait_aes 
+:      032004 do_aes_cbc:
+0x72d4 032005 force 0x32 ,aes_ctrl 
+0x72d5 032006 force 0x2 ,aes_ctrl 
+0x72d6 032007 branch wait_aes 
+:      032009 do_aes_ctr:
+0x72d7 032010 force 0x34 ,aes_ctrl 
+0x72d8 032011 force 0x4 ,aes_ctrl 
+0x72d9 032012 branch wait_aes 
+:      032015 aes_init:
+0x72da 032016 force 1 ,aes_ctrl 
+0x72db 032017 force 0 ,aes_ctrl 
+0x72dc 032018 rtn 
+:      032021 wait_keyinit_done:
+0x72dd 032022 fetch 1 ,core_aes_decode_key_init 
+0x72de 032023 bbit0 2 ,wait_keyinit_done 
+0x72df 032024 rtn 
+:      032027 dec_key_initial:
+0x72e0 032028 store 2 ,core_keybuf_saddr 
+0x72e1 032029 force 0xc0 ,aes_ctrl 
+0x72e2 032030 force 0x80 ,aes_ctrl 
+0x72e3 032031 branch wait_keyinit_done 
+:      032033 do_aes_ecb_dec:
+0x72e4 032034 force regidx_data ,regext_index 
+0x72e5 032035 copy regb ,contr 
+0x72e6 032036 force 4 ,loopcnt 
+0x72e7 032037 call aes_ecb_dec_loop 
+0x72e8 032039 force 0x180 ,aes_ctrl 
+0x72e9 032040 force 0x80 ,aes_ctrl 
+0x72ea 032041 call wait_aes 
+:      032042 ecb_dec_generate:
+0x72eb 032043 force regidx_result ,regext_index 
+0x72ec 032044 copy regc ,contw 
+0x72ed 032045 force 4 ,loopcnt 
+:      032046 ecb_dec_generate_loop:
+0x72ee 032047 copy regext ,pdata 
+0x72ef 032048 istore 4 ,contw 
+0x72f0 032049 increase 1 ,regext_index 
+0x72f1 032050 loop ecb_dec_generate_loop 
+0x72f2 032051 rtn 
+:      032053 aes_ecb_dec_loop:
+0x72f3 032054 ifetch 2 ,contr 
+0x72f4 032055 ifetcht 2 ,contr 
+0x72f5 032056 lshift16 temp ,temp 
+0x72f6 032057 ior temp ,regext 
+0x72f7 032058 increase 1 ,regext_index 
+0x72f8 032059 loop aes_ecb_dec_loop 
+0x72f9 032060 rtn 
+:      032063 do_aes_cbc_dec:
+0x72fa 032064 force regidx_xor ,regext_index 
+0x72fb 032065 copy rega ,contr 
+0x72fc 032066 force 4 ,loopcnt 
+0x72fd 032067 call aes_ecb_dec_loop 
+0x72fe 032069 force regidx_data ,regext_index 
+0x72ff 032070 copy regb ,contr 
+0x7300 032071 force 4 ,loopcnt 
+0x7301 032072 call aes_ecb_dec_loop 
+0x7302 032073 force 0x182 ,aes_ctrl 
+0x7303 032074 force 0x82 ,aes_ctrl 
+0x7304 032075 call wait_aes 
+0x7305 032076 branch ecb_dec_generate 
+:      032079 function_s1:
+0x7306 032080 force regidx_data ,regext_index 
+0x7307 032081 fetch 4 ,mem_le_mrand 
+0x7308 032082 iforce regext 
+0x7309 032083 increase 1 ,regext_index 
+0x730a 032084 ifetch 4 ,contr 
+0x730b 032085 iforce regext 
+0x730c 032086 increase 1 ,regext_index 
+0x730d 032087 fetch 4 ,mem_le_srand 
+0x730e 032088 iforce regext 
+0x730f 032089 increase 1 ,regext_index 
+0x7310 032090 ifetch 4 ,contr 
+0x7311 032091 iforce regext 
+0x7312 032092 increase 1 ,regext_index 
+0x7313 032093 call aes_clear 
+0x7314 032094 increase -4 ,regext_index 
+0x7315 032095 fetch 4 ,mem_le_tk 
+0x7316 032096 copy pdata ,regext 
+0x7317 032097 increase 4 ,regext_index 
+0x7318 032098 force 0x38 ,aes_ctrl 
+0x7319 032099 force 0x8 ,aes_ctrl 
+0x731a 032100 branch wait_aes 
+:      032103 function_c1:
+0x731b 032104 bpatch patch1d_4 ,mem_patch1d 
+0x731c 032105 fetch 6 ,mem_le_lap 
+0x731d 032106 fetcht 6 ,mem_le_plap 
+0x731e 032107 branch function_c1_master ,master 
+0x731f 032108 fetch 6 ,mem_le_plap 
+0x7320 032109 fetcht 6 ,mem_le_lap 
+:      032110 function_c1_master:
+0x7321 032111 force regidx_xor ,regext_index 
+0x7322 032112 copy temp ,regext 
+0x7323 032113 increase 1 ,regext_index 
+0x7324 032114 rshift32 temp ,regext 
+0x7325 032115 lshift16 pdata ,pdata 
+0x7326 032116 ior regext ,regext 
+0x7327 032117 increase 1 ,regext_index 
+0x7328 032118 rshift32 pdata ,regext 
+0x7329 032119 increase 1 ,regext_index 
+0x732a 032120 force 0 ,regext 
+0x732b 032121 force 0 ,pdata 
+0x732c 032122 fetch 1 ,mem_le_conn_peer_addr_type 
+0x732d 032123 fetcht 1 ,mem_le_adv_own_addr_type 
+0x732e 032124 nbranch function_c1_irat ,master 
+0x732f 032126 fetch 1 ,mem_le_conn_own_addr_type 
+0x7330 032127 fetcht 1 ,mem_le_conn_peer_addr_type 
+:      032128 function_c1_irat:
+0x7331 032129 store 1 ,mem_le_iat 
+0x7332 032130 storet 1 ,mem_le_rat 
+0x7333 032131 force regidx_data ,regext_index 
+0x7334 032132 arg mem_le_iat ,regb 
+0x7335 032133 force 4 ,loopcnt 
+:      032134 function_c1_loop1:
+0x7336 032135 ifetch 4 ,rega 
+0x7337 032136 ifetcht 4 ,regb 
+0x7338 032137 ixor temp ,regext 
+0x7339 032138 increase 1 ,regext_index 
+0x733a 032139 increase 4 ,rega 
+0x733b 032140 increase 4 ,regb 
+0x733c 032141 loop function_c1_loop1 
+0x733d 032142 call aes_clear 
+0x733e 032143 increase -4 ,regext_index 
+0x733f 032144 fetch 4 ,mem_le_tk 
+0x7340 032145 copy pdata ,regext 
+0x7341 032146 increase 4 ,regext_index 
+0x7342 032147 force 0x38 ,aes_ctrl 
+0x7343 032148 force 0xc ,aes_ctrl 
+0x7344 032149 call wait_aes 
+0x7345 032151 call aes_clear_data 
+0x7346 032152 force 0x3a ,aes_ctrl 
+0x7347 032153 force 0x8 ,aes_ctrl 
+0x7348 032154 branch wait_aes 
+:      032156 padding_data:
+0x7349 032157 compare 0 ,loopcnt ,3 
+0x734a 032158 rtn true 
+0x734b 032159 deposit contr 
+0x734c 032160 iadd loopcnt ,contw 
+0x734d 032161 force 0 ,pdata 
+:      032162 padding_loop:
+0x734e 032163 istore 1 ,contw 
+0x734f 032164 increase 1 ,loopcnt 
+0x7350 032165 compare 0 ,loopcnt ,3 
+0x7351 032166 rtn true 
+0x7352 032167 branch padding_loop 
+:      032169 aes_load_data:
+0x7353 032170 force regidx_data ,regext_index 
+:      032171 load_data_loop:
+0x7354 032172 deposit loopcnt 
+0x7355 032173 branch load_data_padding ,blank 
+0x7356 032174 ifetch 4 ,contr 
+0x7357 032175 increase -4 ,loopcnt 
+:      032176 load_data_padding:
+0x7358 032177 iforce regext 
+0x7359 032178 increase 1 ,regext_index 
+0x735a 032179 compare regidx_key ,regext_index ,0xf 
+0x735b 032180 rtn true 
+0x735c 032181 branch load_data_loop 
+:      032183 aes_load_xor:
+0x735d 032184 force regidx_xor ,regext_index 
+0x735e 032185 branch load_regext 
+:      032186 load_key:
+0x735f 032187 force regidx_key ,regext_index 
+0x7360 032188 branch load_regext 
+:      032189 load_data128:
+0x7361 032190 force regidx_data ,regext_index 
+:      032191 load_regext:
+0x7362 032192 force 4 ,loopcnt 
+:      032193 load_regext_loop:
+0x7363 032194 ifetch 4 ,contr 
+0x7364 032195 iforce regext 
+0x7365 032196 increase 1 ,regext_index 
+0x7366 032197 loop load_regext_loop 
+0x7367 032198 rtn 
+:      032200 load_sk:
+0x7368 032201 arg mem_le_sk ,contr 
+0x7369 032202 branch load_key 
+:      032204 clear_hidata:
+0x736a 032205 force 4 ,loopcnt 
+0x736b 032206 branch clear_data_rest 
+:      032208 regext_clear:
+0x736c 032209 force 0 ,regext_index 
+0x736d 032210 force 16 ,loopcnt 
+0x736e 032211 branch clear_loop 
+:      032213 aes_clear_data:
+0x736f 032214 force regidx_data ,regext_index 
+:      032215 aes_clear:
+0x7370 032216 force 4 ,loopcnt 
+:      032217 clear_loop:
+0x7371 032218 force 0 ,regext 
+:      032219 clear_data_rest:
+0x7372 032220 increase 1 ,regext_index 
+0x7373 032221 loop clear_loop 
+0x7374 032222 rtn 
+:      032224 store_aes_result:
+0x7375 032225 force regidx_result ,regext_index 
+0x7376 032226 force 4 ,loopcnt 
+:      032227 send_aes_result_loop:
+0x7377 032228 deposit regext 
+0x7378 032229 istore 4 ,contw 
+0x7379 032230 increase 1 ,regext_index 
+0x737a 032231 loop send_aes_result_loop 
+0x737b 032232 rtn 
+:      032234 store_enc_data:
+0x737c 032235 force regidx_result ,regext_index 
+0x737d 032236 copy regc ,contw 
+0x737e 032237 add regb ,1 ,loopcnt 
+0x737f 032238 sub loopcnt ,15 ,null 
+0x7380 032239 branch store_enc_loop ,positive 
+0x7381 032240 force 16 ,loopcnt 
+:      032241 store_enc_loop:
+0x7382 032242 deposit regext 
+0x7383 032243 sub loopcnt ,3 ,null 
+0x7384 032244 branch store_enc_byte ,positive 
+0x7385 032245 istore 4 ,contw 
+0x7386 032246 increase -4 ,loopcnt 
+0x7387 032247 rtn zero 
+0x7388 032248 increase 1 ,regext_index 
+0x7389 032249 branch store_enc_loop 
+:      032250 store_enc_byte:
+0x738a 032251 istore 1 ,contw 
+0x738b 032252 rshift8 pdata ,pdata 
+0x738c 032253 loop store_enc_byte 
+0x738d 032254 rtn 
+:      032257 compare_res:
+0x738e 032258 force regidx_result ,regext_index 
+0x738f 032259 force 4 ,loopcnt 
+:      032260 compare_res_loop:
+0x7390 032261 ifetch 4 ,contr 
+0x7391 032262 isub regext ,null 
+0x7392 032263 nrtn zero 
+0x7393 032264 increase 1 ,regext_index 
+0x7394 032265 loop compare_res_loop 
+0x7395 032266 branch enable_zero 
+:      032268 enable_authrom:
+0x7396 032269 fetch 1 ,core_clkoff 
+0x7397 032270 set0 clock_off_auth_rom ,pdata 
+0x7398 032271 store 1 ,core_clkoff 
+0x7399 032272 rtn 
+:      032274 disable_authrom:
+0x739a 032275 fetch 1 ,core_clkoff 
+0x739b 032276 set1 clock_off_auth_rom ,pdata 
+0x739c 032277 store 1 ,core_clkoff 
+0x739d 032278 rtn 
+:      032286 init_memp:
+0x739e 032287 arg mem_p ,contw 
+0x739f 032288 setsect 0 ,0x3ffff 
+0x73a0 032289 setsect 1 ,0x3ffff 
+0x73a1 032290 setsect 2 ,0x3ffff 
+0x73a2 032291 setsect 3 ,0x3fbff 
+0x73a3 032292 istore 9 ,contw 
+0x73a4 032293 setsect 0 ,0x3ffff 
+0x73a5 032294 setsect 1 ,0x3ffff 
+0x73a6 032295 setsect 2 ,0x3ffff 
+0x73a7 032296 setsect 3 ,0x3ffff 
+0x73a8 032297 istore 9 ,contw 
+0x73a9 032298 setsect 0 ,0x3ffff 
+0x73aa 032299 setsect 1 ,0x3ffff 
+0x73ab 032300 setsect 2 ,0x3cfff 
+0x73ac 032301 setsect 3 ,0x3ffff 
+0x73ad 032302 istore 9 ,contw 
+0x73ae 032303 setsect 0 ,0x3ffff 
+0x73af 032304 setsect 1 ,0x3ffff 
+0x73b0 032305 setsect 2 ,0x3ffef 
+0x73b1 032306 setsect 3 ,0x3ffff 
+0x73b2 032307 istore 9 ,contw 
+0x73b3 032308 setsect 0 ,0x3ffff 
+0x73b4 032309 setsect 1 ,0x3ffff 
+0x73b5 032310 setsect 2 ,0x3ffff 
+0x73b6 032311 setsect 3 ,0x3ffff 
+0x73b7 032312 istore 9 ,contw 
+0x73b8 032313 setsect 0 ,0x3ffff 
+0x73b9 032314 setsect 1 ,0x26c7f 
+0x73ba 032315 setsect 2 ,0x146b 
+0x73bb 032316 setsect 3 ,0x37bb3 
+0x73bc 032317 istore 9 ,contw 
+0x73bd 032318 setsect 0 ,0x1feb8 
+0x73be 032319 setsect 1 ,0x10c12 
+0x73bf 032320 setsect 2 ,0x2b722 
+0x73c0 032321 setsect 3 ,0x29fa6 
+0x73c1 032322 istore 9 ,contw 
+0x73c2 032323 setsect 0 ,0xe70f 
+0x73c3 032324 setsect 1 ,0x16720 
+0x73c4 032325 setsect 2 ,0x519e 
+0x73c5 032326 setsect 3 ,0x19084 
+0x73c6 032327 istore 9 ,contw 
+0x73c7 032328 setsect 0 ,0x31012 
+0x73c8 032329 setsect 1 ,0x360bf 
+0x73c9 032330 setsect 2 ,0x3f0af 
+0x73ca 032331 setsect 3 ,0x3d3 
+0x73cb 032332 istore 9 ,contw 
+0x73cc 032333 setsect 0 ,0x3a188 
+0x73cd 032334 setsect 1 ,0x3ad0 
+0x73ce 032335 setsect 2 ,0x3cbf2 
+0x73cf 032336 setsect 3 ,0x243d9 
+0x73d0 032337 istore 9 ,contw 
+0x73d1 032338 setsect 0 ,0x2b030 
+0x73d2 032339 setsect 1 ,0x36a03 
+0x73d3 032340 setsect 2 ,0x11188 
+0x73d4 032341 setsect 3 ,0x1e520 
+0x73d5 032342 istore 9 ,contw 
+0x73d6 032343 setsect 0 ,0x3a11e 
+0x73d7 032344 setsect 1 ,0xfe5d 
+0x73d8 032345 setsect 2 ,0xdd57 
+0x73d9 032346 setsect 3 ,0x1ac93 
+0x73da 032347 istore 9 ,contw 
+0x73db 032348 setsect 0 ,0x11ed 
+0x73dc 032349 setsect 1 ,0x218c4 
+0x73dd 032350 setsect 2 ,0x8da7 
+0x73de 032351 setsect 3 ,0x257ff 
+0x73df 032352 istore 9 ,contw 
+0x73e0 032353 setsect 0 ,0x3192b 
+0x73e1 032354 setsect 1 ,0x34641 
+0x73e2 032355 setsect 2 ,0x1be0c 
+0x73e3 032356 setsect 3 ,0x366ad 
+0x73e4 032357 istore 9 ,contw 
+0x73e5 032358 setsect 0 ,0x1f83 
+0x73e6 032359 setsect 1 ,0x15a23 
+0x73e7 032360 setsect 2 ,0x3f9b0 
+0x73e8 032361 setsect 3 ,0x3949 
+0x73e9 032362 istore 9 ,contw 
+0x73ea 032363 setsect 0 ,0x13a51 
+0x73eb 032364 setsect 1 ,0x153fd 
+0x73ec 032365 setsect 2 ,0x3372a 
+0x73ed 032366 setsect 3 ,0xf1bb 
+0x73ee 032367 istore 9 ,contw 
+0x73ef 032368 setsect 0 ,0x3ae85 
+0x73f0 032369 setsect 1 ,0x1eed9 
+0x73f1 032370 setsect 2 ,0x9e66 
+0x73f2 032371 setsect 3 ,0x1a8 
+0x73f3 032372 istore 8 ,contw 
+0x73f4 032373 rtn 
+:      032381 init_memp_256:
+0x73f5 032382 arg mem_p_256 ,contw 
+0x73f6 032383 setsect 0 ,0x3ffff 
+0x73f7 032384 setsect 1 ,0x3ffff 
+0x73f8 032385 setsect 2 ,0x3ffff 
+0x73f9 032386 setsect 3 ,0x3ffff 
+0x73fa 032387 istore 9 ,contw 
+0x73fb 032388 setsect 0 ,0x3ffff 
+0x73fc 032389 setsect 1 ,0x3f 
+0x73fd 032390 setsect 2 ,0x0 
+0x73fe 032391 setsect 3 ,0x0 
+0x73ff 032392 istore 9 ,contw 
+0x7400 032393 setsect 0 ,0x0 
+0x7401 032394 setsect 1 ,0x0 
+0x7402 032395 setsect 2 ,0x1000 
+0x7403 032396 setsect 3 ,0x0 
+0x7404 032397 istore 9 ,contw 
+0x7405 032398 setsect 0 ,0x3ff00 
+0x7406 032399 setsect 1 ,0x3ffff 
+0x7407 032400 setsect 2 ,0x3ffcf 
+0x7408 032401 setsect 3 ,0x3ffff 
+0x7409 032402 istore 9 ,contw 
+0x740a 032403 setsect 0 ,0x3ffff 
+0x740b 032404 setsect 1 ,0x3ffff 
+0x740c 032405 setsect 2 ,0x3ffff 
+0x740d 032406 setsect 3 ,0x3ff 
+0x740e 032407 istore 9 ,contw 
+0x740f 032408 setsect 0 ,0x0 
+0x7410 032409 setsect 1 ,0x0 
+0x7411 032410 setsect 2 ,0x0 
+0x7412 032411 setsect 3 ,0x0 
+0x7413 032412 istore 9 ,contw 
+0x7414 032413 setsect 0 ,0x10000 
+0x7415 032414 setsect 1 ,0x0 
+0x7416 032415 setsect 2 ,0x3f000 
+0x7417 032416 setsect 3 ,0x3ffff 
+0x7418 032417 istore 9 ,contw 
+0x7419 032418 setsect 0 ,0x296ff 
+0x741a 032419 setsect 1 ,0x22630 
+0x741b 032420 setsect 2 ,0x3945d 
+0x741c 032421 setsect 3 ,0x3d284 
+0x741d 032422 istore 9 ,contw 
+0x741e 032423 setsect 0 ,0x333a0 
+0x741f 032424 setsect 1 ,0x4b7a 
+0x7420 032425 setsect 2 ,0x37d8 
+0x7421 032426 setsect 3 ,0x3c9dc 
+0x7422 032427 istore 9 ,contw 
+0x7423 032428 setsect 0 ,0x3a440 
+0x7424 032429 setsect 1 ,0x1b958 
+0x7425 032430 setsect 2 ,0x38bce 
+0x7426 032431 setsect 3 ,0x1091f 
+0x7427 032432 istore 9 ,contw 
+0x7428 032433 setsect 0 ,0x2e12c 
+0x7429 032434 setsect 1 ,0x1f47c 
+0x742a 032435 setsect 2 ,0x356b1 
+0x742b 032436 setsect 3 ,0x2fd47 
+0x742c 032437 istore 9 ,contw 
+0x742d 032438 setsect 0 ,0x6837 
+0x742e 032439 setsect 1 ,0x2ed90 
+0x742f 032440 setsect 2 ,0x1ecec 
+0x7430 032441 setsect 3 ,0x1acc5 
+0x7431 032442 istore 9 ,contw 
+0x7432 032443 setsect 0 ,0x23357 
+0x7433 032444 setsect 1 ,0x18af3 
+0x7434 032445 setsect 2 ,0xf9e1 
+0x7435 032446 setsect 3 ,0x129f0 
+0x7436 032447 istore 9 ,contw 
+0x7437 032448 setsect 0 ,0x2e7eb 
+0x7438 032449 setsect 1 ,0x3e6e3 
+0x7439 032450 setsect 2 ,0x3e1a7 
+0x743a 032451 setsect 3 ,0x10b8b 
+0x743b 032452 istore 9 ,contw 
+0x743c 032453 setsect 0 ,0x24fe3 
+0x743d 032454 setsect 1 ,0x20ef 
+0x743e 032455 setsect 2 ,0x1b5a6 
+0x743f 032456 setsect 3 ,0xdc2f 
+0x7440 032457 istore 9 ,contw 
+0x7441 032458 setsect 0 ,0x13860 
+0x7442 032459 setsect 1 ,0x2bd69 
+0x7443 032460 setsect 2 ,0x391a 
+0x7444 032461 setsect 3 ,0x1b222 
+0x7445 032462 istore 9 ,contw 
+0x7446 032463 rtn 
+:      032469 publickey_init:
+0x7447 032472 branch sp_initialize_256 
+:      032474 sp_calc_sequence_256_check:
+0x7448 032475 bpatch patch1d_5 ,mem_patch1d 
+0x7449 032480 fetch 1 ,mem_secure_connections_enable 
+0x744a 032481 rtn blank 
+0x744b 032482 fetch 1 ,mem_sc_local_key_invalid 
+0x744c 032483 rtneq sp_key_valid_256 
+0x744d 032486 fetch 1 ,mem_sc_calc 
+0x744e 032487 beq sp_calc_standby ,sp_initialize_256 
+0x744f 032488 rtn 
+:      032489 stop_publickey_calc_256:
+0x7450 032490 jam sp_calc_standby ,mem_sc_calc 
+0x7451 032491 rtn 
+:      032496 sp_clear_flags:
+0x7452 032497 bpatch patch1d_6 ,mem_patch1d 
+0x7453 032498 setarg mem_sp_state_end 
+0x7454 032499 arg mem_sp_state_start ,contw 
+0x7455 032500 isub contw ,loopcnt 
+0x7456 032501 call clear_mem 
+0x7457 032502 setarg mem_sp_state_xmem_end 
+0x7458 032503 arg mem_sp_state_xmem ,contw 
+0x7459 032504 isub contw ,loopcnt 
+0x745a 032505 branch clear_mem 
+:      032509 sp_calc_check_publickey_256:
+0x745b 032510 call sp_calc_b256 
+0x745c 032511 arg mem_le_pubkey_remote_y_256 ,rega 
+0x745d 032512 arg mem_t7_256 ,contw 
+0x745e 032513 call bn_sqrmod_256 
+0x745f 032514 arg mem_le_pubkey_remote_x_256 ,rega 
+0x7460 032515 arg mem_t2_256 ,contw 
+0x7461 032516 call bn_sqrmod_256 
+0x7462 032517 arg mem_t2_256 ,rega 
+0x7463 032518 arg mem_le_pubkey_remote_x_256 ,regb 
+0x7464 032519 arg mem_t2_256 ,contw 
+0x7465 032520 call bn_mulmod_256 
+0x7466 032521 arg mem_a_256 ,rega 
+0x7467 032522 arg mem_le_pubkey_remote_x_256 ,regb 
+0x7468 032523 arg mem_t3_256 ,contw 
+0x7469 032524 call bn_mulmod_256 
+0x746a 032525 arg mem_t3_256 ,rega 
+0x746b 032526 arg mem_t2_256 ,regb 
+0x746c 032527 arg mem_t2_256 ,contw 
+0x746d 032528 call bn_addmod_256 
+0x746e 032529 arg mem_t0_256 ,rega 
+0x746f 032530 arg mem_t2_256 ,regb 
+0x7470 032531 arg mem_t0_256 ,contw 
+0x7471 032532 call bn_addmod_256 
+0x7472 032533 arg 32 ,loopcnt 
+0x7473 032534 arg mem_t7_256 ,rega 
+0x7474 032535 arg mem_t0_256 ,regb 
+0x7475 032536 branch string_compare 
+:      032538 sp_calc_b256:
+0x7476 032539 arg mem_gy_256 ,rega 
+0x7477 032540 arg mem_t0_256 ,contw 
+0x7478 032541 call bn_sqrmod_256 
+0x7479 032542 arg mem_gx_256 ,rega 
+0x747a 032543 arg mem_t2_256 ,contw 
+0x747b 032544 call bn_sqrmod_256 
+0x747c 032545 arg mem_t2_256 ,rega 
+0x747d 032546 arg mem_gx_256 ,regb 
+0x747e 032547 arg mem_t2_256 ,contw 
+0x747f 032548 call bn_mulmod_256 
+0x7480 032549 arg mem_a_256 ,rega 
+0x7481 032550 arg mem_gx_256 ,regb 
+0x7482 032551 arg mem_t3_256 ,contw 
+0x7483 032552 call bn_mulmod_256 
+0x7484 032553 arg mem_t3_256 ,rega 
+0x7485 032554 arg mem_t2_256 ,regb 
+0x7486 032555 arg mem_t2_256 ,contw 
+0x7487 032556 call bn_addmod_256 
+0x7488 032557 arg mem_t0_256 ,rega 
+0x7489 032558 arg mem_t2_256 ,regb 
+0x748a 032559 arg mem_t0_256 ,contw 
+0x748b 032560 branch bn_submod_256 
+:      032565 random_generator:
+0x748c 032566 increase -1 ,queue 
+0x748d 032567 nrtn positive 
+0x748e 032568 random pdata 
+0x748f 032569 istore 2 ,contw 
+0x7490 032570 branch random_generator 
+:      032571 compare4:
+0x7491 032572 increase -1 ,queue 
+0x7492 032573 nbranch compare4_success ,positive 
+0x7493 032574 ifetch 4 ,rega 
+0x7494 032575 copy pdata ,temp 
+0x7495 032576 ifetch 4 ,regb 
+0x7496 032577 iflip temp ,pdata 
+0x7497 032578 nbranch compare4_failed ,zero 
+0x7498 032579 increase 4 ,rega 
+0x7499 032580 increase 4 ,regb 
+0x749a 032581 branch compare4 
+:      032582 compare4_failed:
+0x749b 032583 branch disable_true 
+:      032585 compare4_success:
+0x749c 032586 branch enable_true 
+:      032591 bn_testbit:
+0x749d 032592 and pdata ,7 ,queue 
+0x749e 032593 rshift3 pdata ,pdata 
+0x749f 032594 iadd contr ,contr 
+0x74a0 032595 ifetch 1 ,contr 
+0x74a1 032596 qisolate0 pdata 
+0x74a2 032597 rtn 
+:      032600 bn_eq_zero:
+0x74a3 032601 ifetch 8 ,contr 
+0x74a4 032602 nrtn blank 
+0x74a5 032603 ifetch 8 ,contr 
+0x74a6 032604 nrtn blank 
+0x74a7 032605 ifetch 8 ,contr 
+0x74a8 032606 rtn 
+:      032611 bn_eq_0:
+0x74a9 032612 ifetch 4 ,rega 
+0x74aa 032613 iforce temp 
+0x74ab 032614 ifetch 4 ,regb 
+0x74ac 032615 isub temp ,null 
+0x74ad 032616 nrtn zero 
+0x74ae 032617 increase 4 ,rega 
+0x74af 032618 increase 4 ,regb 
+0x74b0 032619 loop bn_eq_0 
+0x74b1 032620 rtn 
+:      032622 bn_bigeq:
+0x74b2 032623 force 6 ,loopcnt 
+0x74b3 032624 increase 20 ,rega 
+0x74b4 032625 increase 20 ,regb 
+:      032626 bn_bigeq_0:
+0x74b5 032627 ifetch 4 ,regb 
+0x74b6 032628 iforce temp 
+0x74b7 032629 ifetch 4 ,rega 
+0x74b8 032630 isub temp ,pdata 
+0x74b9 032631 nrtn positive 
+0x74ba 032632 nrtn blank 
+0x74bb 032633 increase -4 ,rega 
+0x74bc 032634 increase -4 ,regb 
+0x74bd 032635 loop bn_bigeq_0 
+0x74be 032636 rtn 
+:      032637 bn_add:
+0x74bf 032638 force 6 ,loopcnt 
+0x74c0 032639 force 0 ,regc 
+:      032640 bn_add_0:
+0x74c1 032641 ifetch 4 ,rega 
+0x74c2 032642 iforce temp 
+0x74c3 032643 ifetch 4 ,regb 
+0x74c4 032644 iadd temp ,pdata 
+0x74c5 032645 iadd regc ,pdata 
+0x74c6 032646 istore 4 ,contw 
+0x74c7 032647 isolate1 32 ,pdata 
+0x74c8 032648 setflag true ,0 ,regc 
+0x74c9 032649 increase 4 ,rega 
+0x74ca 032650 increase 4 ,regb 
+0x74cb 032651 loop bn_add_0 
+0x74cc 032652 rtn 
+:      032654 bn_sub:
+0x74cd 032655 force 6 ,loopcnt 
+0x74ce 032656 force 0 ,regc 
+:      032657 bn_sub_0:
+0x74cf 032658 ifetch 4 ,regb 
+0x74d0 032659 iforce temp 
+0x74d1 032660 ifetch 4 ,rega 
+0x74d2 032661 isub temp ,pdata 
+0x74d3 032662 isub regc ,pdata 
+0x74d4 032663 istore 4 ,contw 
+0x74d5 032664 isolate1 32 ,pdata 
+0x74d6 032665 setflag true ,0 ,regc 
+0x74d7 032666 increase 4 ,rega 
+0x74d8 032667 increase 4 ,regb 
+0x74d9 032668 loop bn_sub_0 
+0x74da 032669 rtn 
+:      032671 bn_rshift6:
+0x74db 032672 force 6 ,loopcnt 
+0x74dc 032673 increase 20 ,rega 
+:      032674 bn_rshift:
+0x74dd 032675 force 0 ,regc 
+:      032676 bn_rshift_0:
+0x74de 032677 ifetch 4 ,rega 
+0x74df 032678 isolate1 0 ,pdata 
+0x74e0 032679 setflag true ,1 ,regc 
+0x74e1 032680 rshift pdata ,pdata 
+0x74e2 032681 isolate1 0 ,regc 
+0x74e3 032682 setflag true ,31 ,pdata 
+0x74e4 032683 istore 4 ,rega 
+0x74e5 032684 increase -4 ,rega 
+0x74e6 032685 rshift regc ,regc 
+0x74e7 032686 loop bn_rshift_0 
+0x74e8 032687 rtn 
+:      032688 bn_lshift:
+0x74e9 032689 force 6 ,loopcnt 
+0x74ea 032690 force 0 ,regc 
+:      032691 bn_lshift_0:
+0x74eb 032692 ifetch 4 ,rega 
+0x74ec 032693 isolate1 31 ,pdata 
+0x74ed 032694 setflag true ,1 ,regc 
+0x74ee 032695 lshift pdata ,pdata 
+0x74ef 032696 isolate1 0 ,regc 
+0x74f0 032697 setflag true ,0 ,pdata 
+0x74f1 032698 istore 4 ,rega 
+0x74f2 032699 increase 4 ,rega 
+0x74f3 032700 rshift regc ,regc 
+0x74f4 032701 loop bn_lshift_0 
+0x74f5 032702 rtn 
+:      032705 bn_load:
+0x74f6 032706 force 6 ,loopcnt 
+:      032707 bn_load_0:
+0x74f7 032708 ifetch 4 ,contr 
+0x74f8 032709 iforce regext 
+0x74f9 032710 increase 1 ,regext_index 
+0x74fa 032711 loop bn_load_0 
+0x74fb 032712 rtn 
+:      032716 sp_initialize_256:
+0x74fc 032717 bpatch patch1d_7 ,mem_patch1d 
+0x74fd 032718 fetch 1 ,mem_secure_connections_enable 
+0x74fe 032719 nbranch sp_pubkey_calc_256 ,blank 
+:      032721 sc_reset:
+0x74ff 032722 jam sp_calc_standby ,mem_sc_calc 
+0x7500 032723 jam sp_key_invalid ,mem_sc_local_key_invalid 
+0x7501 032724 rtn 
+:      032728 sp_wait_pubkey_calc_256_done:
+0x7502 032729 fetch 1 ,mem_secure_connections_enable 
+0x7503 032730 rtn blank 
+0x7504 032731 fetch 1 ,mem_sc_local_key_invalid 
+0x7505 032732 rtneq sp_key_valid_256 
+0x7506 032733 call sp_calc_sequence_256 
+0x7507 032734 branch sp_wait_pubkey_calc_256_done 
+:      032738 sp_debug_private_256:
+0x7508 032739 arg mem_sc_private_key_256 ,contw 
+0x7509 032740 setsect 0 ,0x1abd 
+0x750a 032741 setsect 1 ,0x1b34f 
+0x750b 032742 setsect 2 ,0x19b8a 
+0x750c 032743 setsect 3 ,0x26562 
+0x750d 032744 istore 9 ,contw 
+0x750e 032745 setsect 0 ,0x340b7 
+0x750f 032746 setsect 1 ,0x1efa 
+0x7510 032747 setsect 2 ,0xaff6 
+0x7511 032748 setsect 3 ,0xfd41 
+0x7512 032749 istore 9 ,contw 
+0x7513 032750 setsect 0 ,0x3d210 
+0x7514 032751 setsect 1 ,0x26cf8 
+0x7515 032752 setsect 2 ,0x3874c 
+0x7516 032753 setsect 3 ,0x3157c 
+0x7517 032754 istore 9 ,contw 
+0x7518 032755 setsect 0 ,0x2d4a3 
+0x7519 032756 setsect 1 ,0x3d27d 
+0x751a 032757 setsect 2 ,0x3 
+0x751b 032758 istore 5 ,contw 
+0x751c 032759 rtn 
+:      032762 sp_pubkey_calc_256:
+0x751d 032763 fetch 1 ,mem_sc_local_key_invalid 
+0x751e 032764 rtnne sp_key_invalid 
+0x751f 032765 fetch 1 ,mem_sc_calc 
+0x7520 032766 rtnne sp_calc_standby 
+0x7521 032767 call init_memp_256 
+0x7522 032768 arg mem_sc_private_key_256 ,contw 
+0x7523 032769 force 15 ,queue 
+0x7524 032770 call random_generator 
+0x7525 032771 random pdata 
+0x7526 032772 rshift pdata ,pdata 
+0x7527 032773 istore 2 ,contw 
+0x7528 032775 fetch 1 ,mem_sp_debug_mode 
+0x7529 032776 ncall sp_debug_private_256 ,blank 
+0x752a 032778 arg mem_k_256 ,contw 
+0x752b 032779 arg mem_sc_private_key_256 ,contr 
+0x752c 032780 call memcpy32 
+0x752d 032782 arg mem_ax_256 ,contw 
+0x752e 032783 arg mem_gx_256 ,contr 
+0x752f 032784 call memcpy64 
+0x7530 032786 arg mem_az_256 ,contw 
+0x7531 032787 call clear_mem_256 
+0x7532 032788 jam 1 ,mem_az_256 
+0x7533 032790 call eckp_calc_init_256 
+0x7534 032791 jam sp_calc_pubkey_256 ,mem_sc_calc 
+0x7535 032792 rtn 
+:      032794 sp_pubkey_generated_256:
+0x7536 032795 arg mem_sc_pubkey_local_x_256 ,contw 
+0x7537 032796 arg mem_bx_256 ,contr 
+0x7538 032797 call memcpy64 
+0x7539 032798 jam sp_key_valid_256 ,mem_sc_local_key_invalid 
+0x753a 032799 jam sp_calc_standby ,mem_sc_calc 
+0x753b 032800 rtn 
+:      032804 sp_dhkey_calc_256:
+0x753c 032805 fetch 1 ,mem_sp_dhkey_invalid 
+0x753d 032806 rtnne sp_key_invalid 
+0x753e 032807 fetch 1 ,mem_sc_calc 
+0x753f 032808 rtnne sp_calc_standby 
+0x7540 032810 arg mem_k_256 ,contw 
+0x7541 032811 arg mem_sc_private_key_256 ,contr 
+0x7542 032812 call memcpy32 
+0x7543 032814 arg mem_ax_256 ,contw 
+0x7544 032815 arg mem_le_pubkey_remote_x_256 ,contr 
+0x7545 032816 call memcpy64 
+0x7546 032818 arg mem_az_256 ,contw 
+0x7547 032819 call clear_mem_256 
+0x7548 032820 jam 1 ,mem_az_256 
+0x7549 032822 call eckp_calc_init_256 
+0x754a 032823 jam sp_calc_dhkey_256 ,mem_sc_calc 
+0x754b 032824 rtn 
+:      032827 sp_dhkey_generated_256:
+0x754c 032829 arg mem_le_dhkey_256 ,contw 
+0x754d 032830 arg mem_bx_256 ,contr 
+0x754e 032831 call memcpy32 
+0x754f 032832 jam sp_key_valid_256 ,mem_sp_dhkey_invalid 
+0x7550 032833 jam sp_calc_standby ,mem_sc_calc 
+0x7551 032834 rtn 
+:      032838 sp_calc_sequence_256:
+0x7552 032839 fetch 1 ,mem_secure_connections_enable 
+0x7553 032840 rtn blank 
+0x7554 032841 fetch 1 ,mem_sc_calc 
+0x7555 032842 rtn blank 
+0x7556 032843 increase 0x80 ,pdata 
+0x7557 032844 store 1 ,mem_sc_calc 
+0x7558 032845 rtnbit1 7 
+0x7559 032846 fetch 2 ,mem_ec_loopc 
+0x755a 032847 branch sp_calc_sequence_done_256 ,blank 
+0x755b 032848 branch eckp_calc_256 
+:      032850 sp_calc_sequence_done_256:
+0x755c 032851 bpatch patch1e_0 ,mem_patch1e 
+0x755d 032852 call ecunmapz_256 
+0x755e 032853 fetch 1 ,mem_sc_calc 
+0x755f 032854 beq sp_calc_pubkey_256 ,sp_pubkey_generated_256 
+0x7560 032855 beq sp_calc_dhkey_256 ,sp_dhkey_generated_256 
+0x7561 032856 rtn 
+:      032859 eckp_calc_256:
+0x7562 032860 call ecdbl_256 
+0x7563 032861 fetch 2 ,mem_ec_loopc 
+0x7564 032862 increase -1 ,pdata 
+0x7565 032863 store 2 ,mem_ec_loopc 
+0x7566 032864 arg mem_k_256 ,contr 
+0x7567 032865 call bn_testbit 
+0x7568 032866 rtn true 
+0x7569 032867 branch ecadd_256 
+:      032869 eckp_calc_init_256:
+0x756a 032870 bpatch patch1e_1 ,mem_patch1e 
+0x756b 032871 setarg 256 
+0x756c 032872 store 2 ,mem_ec_loopc 
+:      032873 eckp_calc_init_256_1:
+0x756d 032874 fetch 2 ,mem_ec_loopc 
+0x756e 032875 rtn blank 
+0x756f 032876 increase -1 ,pdata 
+0x7570 032877 store 2 ,mem_ec_loopc 
+0x7571 032878 arg mem_k_256 ,contr 
+0x7572 032879 call bn_testbit 
+0x7573 032880 branch eckp_calc_init_256_1 ,true 
+0x7574 032881 arg mem_ax_256 ,contr 
+0x7575 032882 arg mem_cx_256 ,contw 
+0x7576 032883 branch memcpy96 
+:      032886 ecunmapz_256:
+0x7577 032887 arg mem_cz_256 ,rega 
+0x7578 032888 arg mem_t3_256 ,contw 
+0x7579 032889 call bn_invmod_256 
+0x757a 032890 arg mem_t3_256 ,rega 
+0x757b 032891 arg mem_t1_256 ,contw 
+0x757c 032892 call bn_sqrmod_256 
+0x757d 032893 arg mem_cx_256 ,rega 
+0x757e 032894 arg mem_t1_256 ,regb 
+0x757f 032895 arg mem_bx_256 ,contw 
+0x7580 032896 call bn_mulmod_256 
+0x7581 032897 arg mem_t3_256 ,rega 
+0x7582 032898 arg mem_t1_256 ,regb 
+0x7583 032899 arg mem_t2_256 ,contw 
+0x7584 032900 call bn_mulmod_256 
+0x7585 032901 arg mem_cy_256 ,rega 
+0x7586 032902 arg mem_t2_256 ,regb 
+0x7587 032903 arg mem_by_256 ,contw 
+0x7588 032904 branch bn_mulmod_256 
+:      032906 ecdbl_256:
+0x7589 032907 arg mem_cz_256 ,rega 
+0x758a 032908 arg mem_t2_256 ,contw 
+0x758b 032909 call bn_sqrmod_256 
+0x758c 032910 arg mem_t2_256 ,rega 
+0x758d 032911 arg mem_t3_256 ,contw 
+0x758e 032912 call bn_sqrmod_256 
+0x758f 032914 arg mem_a_256 ,rega 
+0x7590 032915 arg mem_t3_256 ,regb 
+0x7591 032916 arg mem_t3_256 ,contw 
+0x7592 032917 call bn_mulmod_256 
+0x7593 032918 arg mem_cx_256 ,rega 
+0x7594 032919 arg mem_t2_256 ,contw 
+0x7595 032920 call bn_sqrmod_256 
+0x7596 032922 arg mem_t2_256 ,contr 
+0x7597 032923 arg mem_t1_256 ,contw 
+0x7598 032924 call memcpy32 
+0x7599 032925 arg mem_t1_256 ,rega 
+0x759a 032926 call bn_lshiftmod_256 
+0x759b 032927 arg mem_t2_256 ,rega 
+0x759c 032928 arg mem_t1_256 ,regb 
+0x759d 032929 arg mem_t2_256 ,contw 
+0x759e 032930 call bn_addmod_256 
+0x759f 032932 arg mem_t2_256 ,rega 
+0x75a0 032933 arg mem_t3_256 ,regb 
+0x75a1 032934 arg mem_t2_256 ,contw 
+0x75a2 032935 call bn_addmod_256 
+0x75a3 032937 arg mem_cx_256 ,contr 
+0x75a4 032938 arg mem_t1_256 ,contw 
+0x75a5 032939 call memcpy32 
+0x75a6 032940 arg mem_cy_256 ,rega 
+0x75a7 032941 arg mem_t3_256 ,contw 
+0x75a8 032942 call bn_sqrmod_256 
+0x75a9 032943 arg mem_t1_256 ,rega 
+0x75aa 032944 call bn_lshiftmod_256 
+0x75ab 032945 arg mem_t1_256 ,rega 
+0x75ac 032946 call bn_lshiftmod_256 
+0x75ad 032947 arg mem_t1_256 ,rega 
+0x75ae 032948 arg mem_t3_256 ,regb 
+0x75af 032949 arg mem_t1_256 ,contw 
+0x75b0 032950 call bn_mulmod_256 
+0x75b1 032951 arg mem_t3_256 ,rega 
+0x75b2 032952 arg mem_t0_256 ,contw 
+0x75b3 032953 call bn_sqrmod_256 
+0x75b4 032954 arg mem_t0_256 ,rega 
+0x75b5 032955 call bn_lshiftmod_256 
+0x75b6 032956 arg mem_t0_256 ,rega 
+0x75b7 032957 call bn_lshiftmod_256 
+0x75b8 032958 arg mem_t0_256 ,rega 
+0x75b9 032959 call bn_lshiftmod_256 
+0x75ba 032960 arg mem_cy_256 ,contr 
+0x75bb 032961 arg mem_t3_256 ,contw 
+0x75bc 032962 call memcpy32 
+0x75bd 032963 arg mem_t3_256 ,rega 
+0x75be 032964 call bn_lshiftmod_256 
+0x75bf 032965 arg mem_t3_256 ,rega 
+0x75c0 032966 arg mem_cz_256 ,regb 
+0x75c1 032967 arg mem_cz_256 ,contw 
+0x75c2 032968 call bn_mulmod_256 
+0x75c3 032971 arg mem_t2_256 ,rega 
+0x75c4 032972 arg mem_t3_256 ,contw 
+0x75c5 032973 call bn_sqrmod_256 
+0x75c6 032975 arg mem_t3_256 ,rega 
+0x75c7 032976 arg mem_t1_256 ,regb 
+0x75c8 032977 arg mem_t3_256 ,contw 
+0x75c9 032978 call bn_submod_256 
+0x75ca 032979 arg mem_t3_256 ,rega 
+0x75cb 032980 arg mem_t1_256 ,regb 
+0x75cc 032981 arg mem_cx_256 ,contw 
+0x75cd 032982 call bn_submod_256 
+0x75ce 032983 arg mem_t1_256 ,rega 
+0x75cf 032984 arg mem_cx_256 ,regb 
+0x75d0 032985 arg mem_t3_256 ,contw 
+0x75d1 032986 call bn_submod_256 
+0x75d2 032987 arg mem_t3_256 ,rega 
+0x75d3 032988 arg mem_t2_256 ,regb 
+0x75d4 032989 arg mem_t3_256 ,contw 
+0x75d5 032990 call bn_mulmod_256 
+0x75d6 032991 arg mem_t3_256 ,rega 
+0x75d7 032992 arg mem_t0_256 ,regb 
+0x75d8 032993 arg mem_cy_256 ,contw 
+0x75d9 032994 branch bn_submod_256 
+:      032996 ecadd_256:
+0x75da 032998 arg mem_az_256 ,rega 
+0x75db 032999 arg mem_t7_256 ,contw 
+0x75dc 033000 call bn_sqrmod_256 
+0x75dd 033001 arg mem_cx_256 ,rega 
+0x75de 033002 arg mem_t7_256 ,regb 
+0x75df 033003 arg mem_t0_256 ,contw 
+0x75e0 033004 call bn_mulmod_256 
+0x75e1 033007 arg mem_az_256 ,rega 
+0x75e2 033008 arg mem_t7_256 ,regb 
+0x75e3 033009 arg mem_t7_256 ,contw 
+0x75e4 033010 call bn_mulmod_256 
+0x75e5 033011 arg mem_cy_256 ,rega 
+0x75e6 033012 arg mem_t7_256 ,regb 
+0x75e7 033013 arg mem_t1_256 ,contw 
+0x75e8 033014 call bn_mulmod_256 
+0x75e9 033017 arg mem_cz_256 ,rega 
+0x75ea 033018 arg mem_t7_256 ,contw 
+0x75eb 033019 call bn_sqrmod_256 
+0x75ec 033020 arg mem_ax_256 ,rega 
+0x75ed 033021 arg mem_t7_256 ,regb 
+0x75ee 033022 arg mem_t2_256 ,contw 
+0x75ef 033023 call bn_mulmod_256 
+0x75f0 033025 arg mem_cz_256 ,rega 
+0x75f1 033026 arg mem_t7_256 ,regb 
+0x75f2 033027 arg mem_t7_256 ,contw 
+0x75f3 033028 call bn_mulmod_256 
+0x75f4 033029 arg mem_ay_256 ,rega 
+0x75f5 033030 arg mem_t7_256 ,regb 
+0x75f6 033031 arg mem_t3_256 ,contw 
+0x75f7 033032 call bn_mulmod_256 
+0x75f8 033037 arg mem_t0_256 ,regb 
+0x75f9 033038 arg mem_t2_256 ,rega 
+0x75fa 033039 arg mem_t7_256 ,contw 
+0x75fb 033040 call bn_submod_256 
+0x75fc 033041 arg mem_t0_256 ,rega 
+0x75fd 033042 arg mem_t2_256 ,regb 
+0x75fe 033043 arg mem_t0_256 ,contw 
+0x75ff 033044 call bn_addmod_256 
+0x7600 033047 arg mem_t1_256 ,regb 
+0x7601 033048 arg mem_t3_256 ,rega 
+0x7602 033049 arg mem_t2_256 ,contw 
+0x7603 033050 call bn_submod_256 
+0x7604 033051 arg mem_t1_256 ,rega 
+0x7605 033052 arg mem_t3_256 ,regb 
+0x7606 033053 arg mem_t1_256 ,contw 
+0x7607 033054 call bn_addmod_256 
+0x7608 033055 arg mem_t1_256 ,rega 
+0x7609 033056 arg mem_t7_256 ,regb 
+0x760a 033057 arg mem_t1_256 ,contw 
+0x760b 033058 call bn_mulmod_256 
+0x760c 033059 arg mem_cz_256 ,rega 
+0x760d 033060 arg mem_az_256 ,regb 
+0x760e 033061 arg mem_t3_256 ,contw 
+0x760f 033062 call bn_mulmod_256 
+0x7610 033063 arg mem_t3_256 ,rega 
+0x7611 033064 arg mem_t7_256 ,regb 
+0x7612 033065 arg mem_cz_256 ,contw 
+0x7613 033066 call bn_mulmod_256 
+0x7614 033068 arg mem_t7_256 ,rega 
+0x7615 033069 arg mem_t7_256 ,contw 
+0x7616 033070 call bn_sqrmod_256 
+0x7617 033071 arg mem_t7_256 ,rega 
+0x7618 033072 arg mem_t0_256 ,regb 
+0x7619 033073 arg mem_t3_256 ,contw 
+0x761a 033074 call bn_mulmod_256 
+0x761b 033075 arg mem_t7_256 ,rega 
+0x761c 033076 arg mem_t1_256 ,regb 
+0x761d 033077 arg mem_t1_256 ,contw 
+0x761e 033078 call bn_mulmod_256 
+0x761f 033079 arg mem_t2_256 ,rega 
+0x7620 033080 arg mem_cx_256 ,contw 
+0x7621 033081 call bn_sqrmod_256 
+0x7622 033082 arg mem_cx_256 ,rega 
+0x7623 033083 arg mem_t3_256 ,regb 
+0x7624 033084 arg mem_cx_256 ,contw 
+0x7625 033085 call bn_submod_256 
+0x7626 033086 arg mem_cx_256 ,contr 
+0x7627 033087 arg mem_t7_256 ,contw 
+0x7628 033088 call memcpy32 
+0x7629 033089 arg mem_t7_256 ,rega 
+0x762a 033090 call bn_lshiftmod_256 
+0x762b 033091 arg mem_t3_256 ,rega 
+0x762c 033092 arg mem_t7_256 ,regb 
+0x762d 033093 arg mem_t3_256 ,contw 
+0x762e 033094 call bn_submod_256 
+0x762f 033095 arg mem_t3_256 ,rega 
+0x7630 033096 arg mem_t2_256 ,regb 
+0x7631 033097 arg mem_t2_256 ,contw 
+0x7632 033098 call bn_mulmod_256 
+0x7633 033099 arg mem_t2_256 ,rega 
+0x7634 033100 arg mem_t1_256 ,regb 
+0x7635 033101 arg mem_cy_256 ,contw 
+0x7636 033102 call bn_submod_256 
+0x7637 033103 arg mem_cy_256 ,rega 
+0x7638 033104 arg mem_p_256 ,regb 
+0x7639 033105 arg mem_cy_256 ,contw 
+0x763a 033106 force 0 ,regc 
+0x763b 033107 fetch 1 ,mem_cy_256 
+0x763c 033108 isolate1 0 ,pdata 
+0x763d 033109 call bn_add_256 ,true 
+0x763e 033110 copy regc ,alarm 
+0x763f 033111 arg mem_cy_256 ,rega 
+0x7640 033112 call bn_rshift_256 
+0x7641 033113 fetch 1 ,mem_cy5_256 
+0x7642 033114 isolate1 0 ,alarm 
+0x7643 033115 setflag true ,7 ,pdata 
+0x7644 033116 store 1 ,mem_cy5_256 
+0x7645 033117 rtn 
+:      033119 bn_invmod_256:
+0x7646 033120 copy contw ,timeup 
+0x7647 033121 arg mem_tmp0_256 ,contw 
+0x7648 033122 call clear_mem_256 
+0x7649 033123 force 0 ,pdata 
+0x764a 033125 store 4 ,mem_t2_256 
+0x764b 033126 jam 1 ,mem_tmp0_256 
+0x764c 033127 arg mem_tmp1_256 ,contw 
+0x764d 033128 call clear_mem_512 
+0x764e 033129 arg mem_p_256 ,contr 
+0x764f 033130 arg mem_tmp2_256 ,contw 
+0x7650 033131 call memcpy32 
+0x7651 033132 copy rega ,contr 
+0x7652 033133 arg mem_tmp3_256 ,contw 
+0x7653 033134 call memcpy32 
+:      033140 bn_invmod_256_2:
+0x7654 033141 arg mem_tmp3_256 ,contr 
+0x7655 033142 call bn_eq_zero_256 
+0x7656 033143 branch bn_invmod_256_0 ,blank 
+0x7657 033148 arg mem_tmp3_256 ,rega 
+0x7658 033149 arg mem_tmp0_256 ,regb 
+0x7659 033150 call bn_rshifteven_256 
+0x765a 033151 arg mem_tmp2_256 ,rega 
+0x765b 033152 arg mem_tmp1_256 ,regb 
+0x765c 033153 call bn_rshifteven_256 
+0x765d 033155 arg mem_tmp3_256 ,rega 
+0x765e 033156 arg mem_tmp2_256 ,regb 
+0x765f 033157 call bn_bigeq_256 
+0x7660 033158 branch bn_invmod_256_1 ,positive 
+0x7661 033159 arg mem_tmp2_256 ,rega 
+0x7662 033160 arg mem_tmp3_256 ,regb 
+0x7663 033161 copy rega ,contw 
+0x7664 033162 call bn_sub_256 
+0x7665 033163 arg mem_tmp0_256 ,rega 
+0x7666 033164 arg mem_tmp1_256 ,regb 
+0x7667 033165 copy regb ,contw 
+0x7668 033166 call bn_add_256 
+0x7669 033167 ifetch 1 ,rega 
+0x766a 033168 iadd regc ,regc 
+0x766b 033169 ifetch 1 ,regb 
+0x766c 033170 iadd regc ,pdata 
+0x766d 033171 istore 1 ,regb 
+0x766e 033172 branch bn_invmod_256_2 
+:      033173 bn_invmod_256_1:
+0x766f 033174 arg mem_tmp3_256 ,rega 
+0x7670 033175 arg mem_tmp2_256 ,regb 
+0x7671 033176 copy rega ,contw 
+0x7672 033177 call bn_sub_256 
+0x7673 033178 arg mem_tmp1_256 ,rega 
+0x7674 033179 arg mem_tmp0_256 ,regb 
+0x7675 033180 copy regb ,contw 
+0x7676 033181 call bn_add_256 
+0x7677 033182 ifetch 1 ,rega 
+0x7678 033183 iadd regc ,regc 
+0x7679 033184 ifetch 1 ,regb 
+0x767a 033185 iadd regc ,pdata 
+0x767b 033186 istore 1 ,regb 
+0x767c 033187 branch bn_invmod_256_2 
+:      033188 bn_invmod_256_0:
+0x767d 033190 arg mem_tmp1_256 ,rega 
+0x767e 033191 copy timeup ,contw 
+0x767f 033192 call bn_p256mod 
+0x7680 033194 arg mem_p_256 ,rega 
+0x7681 033195 copy timeup ,regb 
+0x7682 033196 copy timeup ,contw 
+0x7683 033197 branch bn_submod_256 
+:      033200 bn_mulmod_256:
+0x7684 033201 copy contw ,timeup 
+0x7685 033203 force 0 ,regext_index 
+0x7686 033205 arg mem_tmp1_256 ,contw 
+0x7687 033206 call clear_mem_512 
+0x7688 033207 arg mem_regext ,contw 
+0x7689 033208 call clear_mem_512 
+0x768a 033212 copy rega ,contr 
+0x768b 033214 jam 0 ,mem_regext 
+0x768c 033215 setarg 0 
+0x768d 033216 call bn_load_mem 
+0x768e 033217 copy regb ,contr 
+0x768f 033218 call bn_load_256 
+0x7690 033221 force 0 ,queue 
+0x7691 033222 arg mem_tmp1_256 ,contw 
+:      033223 bn_mulmod_256_1:
+0x7692 033226 arg mem_regext ,temp 
+0x7693 033227 copy queue ,regb 
+0x7694 033228 lshift2 regb ,pdata 
+0x7695 033230 iadd temp ,regb 
+0x7696 033231 force 0 ,temp 
+0x7697 033232 force 0 ,regc 
+:      033233 bn_mulmod_256_0:
+0x7698 033238 ifetch 4 ,contw 
+0x7699 033239 iforce rega 
+0x769a 033242 ifetch 4 ,regb 
+0x769b 033243 copy regc ,regext_index 
+0x769c 033244 imul32 regext ,pdata 
+0x769d 033245 iadd rega ,pdata 
+0x769e 033246 iadd temp ,pdata 
+0x769f 033247 istore 4 ,contw 
+0x76a0 033248 rshift32 pdata ,temp 
+0x76a1 033249 increase 1 ,regc 
+0x76a2 033250 compare 8 ,regc ,0xff 
+0x76a3 033251 nbranch bn_mulmod_256_0 ,true 
+0x76a4 033253 deposit temp 
+0x76a5 033254 istore 4 ,contw 
+0x76a6 033255 increase -32 ,contw 
+0x76a7 033258 increase 1 ,queue 
+0x76a8 033259 compare 8 ,queue ,0xff 
+0x76a9 033260 nbranch bn_mulmod_256_1 ,true 
+0x76aa 033261 arg mem_tmp1_256 ,rega 
+0x76ab 033262 copy timeup ,contw 
+0x76ac 033263 branch bn_p256mod 
+:      033265 bn_p256mod:
+0x76ad 033266 bpatch patch1e_2 ,mem_patch1e 
+0x76ae 033267 copy contw ,timeup 
+0x76af 033268 copy rega ,alarm 
+0x76b0 033269 arg mem_tmp2_256 ,regb 
+0x76b1 033270 copy regb ,contw 
+0x76b2 033271 call memset0_4 
+0x76b3 033272 istore 8 ,contw 
+0x76b4 033273 add rega ,44 ,contr 
+0x76b5 033274 call memcpy8 
+0x76b6 033275 call memcpy12 
+0x76b7 033276 copy regb ,rega 
+0x76b8 033277 call bn_lshiftmod_256 
+0x76b9 033278 arg mem_tmp2_256 ,regb 
+0x76ba 033279 copy alarm ,rega 
+0x76bb 033280 copy timeup ,contw 
+0x76bc 033281 call bn_addmod_256 
+0x76bd 033283 arg mem_tmp2_256 ,regb 
+0x76be 033284 copy regb ,contw 
+0x76bf 033285 call memset0_4 
+0x76c0 033286 istore 8 ,contw 
+0x76c1 033287 add alarm ,48 ,contr 
+0x76c2 033288 call memcpy16 
+0x76c3 033289 call memset0_4 
+0x76c4 033290 copy regb ,rega 
+0x76c5 033291 call bn_lshiftmod_256 
+0x76c6 033295 arg mem_tmp2_256 ,regb 
+0x76c7 033296 copy timeup ,rega 
+0x76c8 033297 copy rega ,contw 
+0x76c9 033298 call bn_addmod_256 
+0x76ca 033302 arg mem_tmp2_256 ,regb 
+0x76cb 033303 copy regb ,contw 
+0x76cc 033304 add alarm ,32 ,contr 
+0x76cd 033305 call memcpy12 
+0x76ce 033306 call memset0_4 
+0x76cf 033307 istore 8 ,contw 
+0x76d0 033308 add alarm ,56 ,contr 
+0x76d1 033309 call memcpy8 
+0x76d2 033310 copy timeup ,rega 
+0x76d3 033311 copy rega ,contw 
+0x76d4 033312 call bn_addmod_256 
+0x76d5 033316 arg mem_tmp2_256 ,regb 
+0x76d6 033317 copy regb ,contw 
+0x76d7 033318 add alarm ,36 ,contr 
+0x76d8 033319 call memcpy12 
+0x76d9 033320 add alarm ,52 ,contr 
+0x76da 033321 call memcpy12 
+0x76db 033322 add alarm ,52 ,contr 
+0x76dc 033323 call memcpy4 
+0x76dd 033324 add alarm ,32 ,contr 
+0x76de 033325 call memcpy4 
+0x76df 033326 copy timeup ,rega 
+0x76e0 033327 copy rega ,contw 
+0x76e1 033328 call bn_addmod_256 
+0x76e2 033331 arg mem_tmp2_256 ,regb 
+0x76e3 033332 copy regb ,contw 
+0x76e4 033333 add alarm ,44 ,contr 
+0x76e5 033334 call memcpy12 
+0x76e6 033335 call memset0_4 
+0x76e7 033336 istore 8 ,contw 
+0x76e8 033337 add alarm ,32 ,contr 
+0x76e9 033338 call memcpy4 
+0x76ea 033339 add alarm ,40 ,contr 
+0x76eb 033340 call memcpy4 
+0x76ec 033341 copy timeup ,rega 
+0x76ed 033342 copy rega ,contw 
+0x76ee 033343 call bn_submod_256 
+0x76ef 033346 arg mem_tmp2_256 ,regb 
+0x76f0 033347 copy regb ,contw 
+0x76f1 033348 add alarm ,48 ,contr 
+0x76f2 033349 call memcpy8 
+0x76f3 033350 call memcpy8 
+0x76f4 033351 force 0 ,pdata 
+0x76f5 033352 istore 8 ,contw 
+0x76f6 033353 add alarm ,36 ,contr 
+0x76f7 033354 call memcpy4 
+0x76f8 033355 add alarm ,44 ,contr 
+0x76f9 033356 call memcpy4 
+0x76fa 033357 copy timeup ,rega 
+0x76fb 033358 copy rega ,contw 
+0x76fc 033359 call bn_submod_256 
+0x76fd 033362 arg mem_tmp2_256 ,regb 
+0x76fe 033363 copy regb ,contw 
+0x76ff 033364 add alarm ,52 ,contr 
+0x7700 033365 call memcpy12 
+0x7701 033366 add alarm ,32 ,contr 
+0x7702 033367 call memcpy12 
+0x7703 033368 call memset0_4 
+0x7704 033369 add alarm ,48 ,contr 
+0x7705 033370 call memcpy4 
+0x7706 033371 copy timeup ,rega 
+0x7707 033372 copy rega ,contw 
+0x7708 033373 call bn_submod_256 
+0x7709 033376 arg mem_tmp2_256 ,regb 
+0x770a 033377 copy regb ,contw 
+0x770b 033378 add alarm ,56 ,contr 
+0x770c 033379 call memcpy8 
+0x770d 033380 call memset0_4 
+0x770e 033381 add alarm ,36 ,contr 
+0x770f 033382 call memcpy12 
+0x7710 033383 call memset0_4 
+0x7711 033384 add alarm ,52 ,contr 
+0x7712 033385 call memcpy4 
+0x7713 033386 copy timeup ,rega 
+0x7714 033387 copy rega ,contw 
+0x7715 033388 branch bn_submod_256 
+:      033391 bn_load_mem:
+0x7716 033392 force 32 ,loopcnt 
+0x7717 033393 arg mem_regext ,contw 
+0x7718 033394 iadd contw ,contw 
+0x7719 033395 branch memcpy 
+:      033397 bn_load_256:
+0x771a 033398 force 8 ,loopcnt 
+0x771b 033399 branch bn_load_0 
+:      033401 bn_sqrmod_256:
+0x771c 033402 copy rega ,regb 
+0x771d 033403 branch bn_mulmod_256 
+:      033405 bn_add_256:
+0x771e 033406 force 8 ,loopcnt 
+0x771f 033407 branch bn_add + 1 
+:      033409 bn_addmod_256:
+0x7720 033410 call bn_add_256 
+0x7721 033411 copy contw ,rega 
+0x7722 033412 branch bn_lshiftmod_ismod_256 
+:      033414 bn_lshiftmod_256:
+0x7723 033415 call bn_lshift_256 
+:      033416 bn_lshiftmod_ismod_256:
+0x7724 033417 isolate1 0 ,regc 
+0x7725 033418 branch bn_lshiftmod_p_256 ,true 
+0x7726 033419 arg mem_p_256 ,regb 
+0x7727 033420 copy rega ,regc 
+0x7728 033421 increase -32 ,rega 
+0x7729 033422 call bn_bigeq_256 
+0x772a 033423 nrtn positive 
+0x772b 033424 copy regc ,rega 
+0x772c 033425 branch sub_p2_256 
+:      033427 bn_lshiftmod_p_256:
+0x772d 033428 call sub_p2_256 
+0x772e 033430 copy rega ,regc 
+0x772f 033431 increase -32 ,rega 
+0x7730 033432 arg mem_p_256 ,regb 
+0x7731 033433 call bn_bigeq_256 
+0x7732 033434 nrtn positive 
+0x7733 033435 copy regc ,rega 
+0x7734 033436 branch sub_p2_256 
+:      033439 sub_p2_256:
+0x7735 033440 increase -32 ,rega 
+0x7736 033441 arg mem_p_256 ,regb 
+0x7737 033442 copy rega ,contw 
+0x7738 033443 branch bn_sub_256 
+:      033448 bn_submod_256:
+0x7739 033449 call bn_sub_256 
+0x773a 033451 branch bn_submod_256_np ,true 
+0x773b 033454 add contw ,-32 ,rega 
+0x773c 033455 arg mem_p_256 ,regb 
+0x773d 033456 call bn_bigeq_256 
+0x773e 033457 nrtn positive 
+0x773f 033458 arg mem_p_256 ,regb 
+0x7740 033459 add contw ,-32 ,rega 
+0x7741 033461 copy rega ,contw 
+0x7742 033462 branch bn_sub_256 
+:      033463 bn_submod_256_np:
+0x7743 033464 add contw ,-32 ,rega 
+0x7744 033465 arg mem_p_256 ,regb 
+0x7745 033466 copy rega ,contw 
+0x7746 033467 call bn_add_256 
+0x7747 033469 rtn true 
+0x7748 033470 add contw ,-32 ,rega 
+0x7749 033471 arg mem_p_256 ,regb 
+0x774a 033472 copy rega ,contw 
+0x774b 033473 branch bn_add_256 
+:      033477 bn_sub_256:
+0x774c 033478 force 8 ,loopcnt 
+0x774d 033479 branch bn_sub + 1 
+:      033481 bn_rshift_256:
+0x774e 033482 force 8 ,loopcnt 
+0x774f 033483 increase 28 ,rega 
+0x7750 033484 branch bn_rshift 
+:      033486 bn_lshift_256:
+0x7751 033487 force 8 ,loopcnt 
+0x7752 033488 force 0 ,regc 
+0x7753 033489 branch bn_lshift_0 
+:      033491 bn_bigeq_256:
+0x7754 033492 force 8 ,loopcnt 
+0x7755 033493 increase 28 ,rega 
+0x7756 033494 increase 28 ,regb 
+0x7757 033495 branch bn_bigeq_0 
+:      033498 bn_eq_zero_256:
+0x7758 033499 ifetch 8 ,contr 
+0x7759 033500 nrtn blank 
+0x775a 033501 branch bn_eq_zero 
+:      033506 bn_rshifteven_256:
+0x775b 033507 copy rega ,alarm 
+:      033508 bn_rshifteven_256_1:
+0x775c 033509 copy alarm ,rega 
+0x775d 033510 ifetch 1 ,rega 
+0x775e 033511 isolate1 0 ,pdata 
+0x775f 033512 rtn true 
+0x7760 033513 call bn_rshift_256 
+0x7761 033514 ifetch 1 ,regb 
+0x7762 033515 isolate0 0 ,pdata 
+0x7763 033516 branch bn_rshifteven_256_0 ,true 
+0x7764 033517 arg mem_p_256 ,rega 
+0x7765 033518 copy regb ,contw 
+0x7766 033519 call bn_add_256 
+0x7767 033520 ifetch 1 ,regb 
+0x7768 033521 iadd regc ,pdata 
+0x7769 033522 istore 1 ,regb 
+0x776a 033523 increase -32 ,regb 
+:      033524 bn_rshifteven_256_0:
+0x776b 033525 add regb ,32 ,rega 
+0x776c 033526 force 9 ,loopcnt 
+0x776d 033527 call bn_rshift 
+0x776e 033528 branch bn_rshifteven_256_1 
+:      033531 ui_init:
+0x776f 033532 rtn wake 
+0x7770 033533 call lpm_disable_exen_output 
+0x7771 033534 call ui_button_init 
+0x7772 033535 call ui_timer_init 
+0x7773 033536 branch ui_led_init_global 
+:      033538 ui_dispatch:
+0x7774 033539 call ui_led_dispatch 
+0x7775 033540 branch ui_timer_check 
+:      033542 ui_button_init:
+0x7776 033543 fetch 1 ,mem_ui_button_gpio 
+0x7777 033544 rtneq ui_button_gpio_disable 
+0x7778 033545 iforce temp 
+0x7779 033546 call gpio_config_output 
+0x777a 033547 fetcht 1 ,mem_ui_button_gpio 
+0x777b 033548 call gpio_out_inactive 
+0x777c 033549 nop 100 
+0x777d 033550 fetcht 1 ,mem_ui_button_gpio 
+0x777e 033551 call gpio_config_input 
+0x777f 033552 branch ui_button_polling 
+:      033556 ui_button_polling:
+0x7780 033557 bpatch patch1e_3 ,mem_patch1e 
+0x7781 033558 fetch 1 ,mem_ui_button_gpio 
+0x7782 033559 rtneq ui_button_gpio_disable 
+0x7783 033560 copy pdata ,temp 
+0x7784 033561 call gpio_get_bit 
+0x7785 033562 nbranch ui_button_up ,true 
+:      033564 ui_button_down:
+0x7786 033565 call ui_button_check_long_press 
+0x7787 033566 fetch 2 ,mem_ui_state_map 
+0x7788 033567 set1 ui_state_btn_down ,pdata 
+0x7789 033568 store 2 ,mem_ui_state_map 
+0x778a 033569 fetch 1 ,mem_ui_button_last_state 
+0x778b 033570 rtneq ui_button_state_down 
+0x778c 033571 jam ui_button_state_down ,mem_ui_button_last_state 
+0x778d 033573 fetch 1 ,mem_ui_button_timeout 
+0x778e 033574 store 1 ,mem_ui_button_timer 
+0x778f 033575 call lpm_button_get_wake_lock 
+0x7790 033576 jam bt_evt_button_down ,mem_fifo_temp 
+0x7791 033577 branch ui_ipc_send_event 
+:      033578 ui_button_up:
+0x7792 033579 fetch 2 ,mem_ui_state_map 
+0x7793 033580 set0 ui_state_btn_down ,pdata 
+0x7794 033581 store 2 ,mem_ui_state_map 
+0x7795 033582 fetch 1 ,mem_ui_button_last_state 
+0x7796 033583 rtneq ui_button_state_up 
+0x7797 033584 jam ui_button_state_up ,mem_ui_button_last_state 
+0x7798 033586 jam 0 ,mem_ui_button_timer 
+0x7799 033587 call lpm_button_clean_wake_lock 
+0x779a 033588 jam bt_evt_button_up ,mem_fifo_temp 
+0x779b 033589 branch ui_ipc_send_event 
+:      033591 ui_button_check_long_press:
+0x779c 033592 fetch 1 ,mem_ui_button_timer 
+0x779d 033593 rtn blank 
+0x779e 033594 increase -1 ,pdata 
+0x779f 033595 store 1 ,mem_ui_button_timer 
+0x77a0 033596 nrtn blank 
+0x77a1 033598 jam bt_evt_button_long_pressed ,mem_fifo_temp 
+0x77a2 033599 branch ui_ipc_send_event 
+:      033601 lpm_button_get_wake_lock:
+0x77a3 033602 arg wake_lock_button ,queue 
+0x77a4 033603 branch lpm_get_wake_lock 
+:      033605 lpm_button_clean_wake_lock:
+0x77a5 033606 arg wake_lock_button ,queue 
+0x77a6 033607 branch lpm_put_wake_lock 
+:      033614 calc_curr_struct_prt:
+0x77a7 033615 bpatch patch1e_4 ,mem_patch1e 
+0x77a8 033616 fetch 2 ,mem_ui_led_struct_ptr 
+0x77a9 033617 mul32 rega ,led_offset_length ,regb 
+0x77aa 033618 iadd regb ,regb 
+0x77ab 033619 rtn 
+:      033622 ui_led_init_global:
+0x77ac 033623 fetch 1 ,mem_ui_led_struct_num 
+0x77ad 033624 rtn blank 
+0x77ae 033625 copy pdata ,loopcnt 
+0x77af 033626 fetch 2 ,mem_ui_led_struct_ptr 
+0x77b0 033627 copy pdata ,regb 
+:      033628 ui_led_init_loop:
+0x77b1 033629 add regb ,led_offset_led_gpio ,regc 
+0x77b2 033630 ifetcht 1 ,regc 
+0x77b3 033631 call ui_led_init_set 
+0x77b4 033632 increase led_offset_length ,regb 
+0x77b5 033633 loop ui_led_init_loop 
+0x77b6 033634 rtn 
+:      033637 ui_led_init_set:
+0x77b7 033638 fetch 1 ,mem_ui_led_init_state_set 
+0x77b8 033639 branch gpio_out_inactive ,blank 
+0x77b9 033640 branch gpio_out_active 
+:      033643 ui_led_on_global:
+0x77ba 033644 call calc_curr_struct_prt 
+0x77bb 033645 setarg ui_led_state_lighting 
+0x77bc 033646 istore 1 ,regb 
+0x77bd 033647 call ui_led_stop_timer 
+0x77be 033648 branch ui_led_on_static 
+:      033652 ui_led_blink_stop_global:
+:      033653 ui_led_off_global:
+0x77bf 033655 call calc_curr_struct_prt 
+0x77c0 033656 setarg ui_led_state_darking 
+0x77c1 033657 istore 1 ,regb 
+0x77c2 033659 call ui_led_stop_timer 
+0x77c3 033660 branch ui_led_off_static 
+:      033664 ui_led_blink_start_global:
+0x77c4 033665 call calc_curr_struct_prt 
+0x77c5 033666 setarg ui_led_state_blink_start 
+0x77c6 033667 istore 1 ,regb 
+0x77c7 033668 setarg led_infinite_flash_num 
+0x77c8 033669 istore 1 ,contw 
+0x77c9 033670 branch ui_led_off_static 
+:      033675 ui_led_set_style_global:
+0x77ca 033676 call calc_curr_struct_prt 
+0x77cb 033677 arg led_offset_length ,loopcnt 
+0x77cc 033678 copy regc ,contr 
+0x77cd 033679 copy regb ,contw 
+0x77ce 033680 branch memcpy_fast 
+:      033684 ui_led_dispatch:
+0x77cf 033685 fetch 1 ,mem_ui_led_struct_num 
+0x77d0 033686 rtn blank 
+0x77d1 033687 arg 0 ,rega 
+:      033688 ui_led_blink_polling:
+0x77d2 033689 call ui_led_change_style_by_type 
+0x77d3 033690 increase 1 ,rega 
+0x77d4 033691 fetch 1 ,mem_ui_led_struct_num 
+0x77d5 033692 isub rega ,null 
+0x77d6 033693 rtn zero 
+0x77d7 033694 branch ui_led_blink_polling 
+:      033697 ui_led_off_static:
+0x77d8 033698 add regb ,led_offset_led_gpio ,regc 
+0x77d9 033699 ifetcht 1 ,regc 
+0x77da 033700 branch gpio_out_inactive 
+:      033703 ui_led_on_static:
+0x77db 033704 add regb ,led_offset_led_gpio ,regc 
+0x77dc 033705 ifetcht 1 ,regc 
+0x77dd 033706 branch gpio_out_active 
+:      033710 ui_led_change_style_by_type:
+0x77de 033711 add rega ,ui_led_blink ,queue 
+0x77df 033712 call timer_check 
+0x77e0 033713 nrtn blank 
+0x77e1 033715 call calc_curr_struct_prt 
+0x77e2 033717 ifetch 1 ,regb 
+0x77e3 033719 beq ui_led_state_lighting ,ui_led_on_static 
+0x77e4 033720 beq ui_led_state_darking ,ui_led_off_static 
+0x77e5 033721 beq ui_led_state_blink_stop ,ui_led_off_static 
+0x77e6 033722 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
+:      033723 ui_led_blink_state_lighting:
+0x77e7 033724 call ui_led_on_static 
+0x77e8 033725 add regb ,led_offset_cb_ledon ,regc 
+0x77e9 033726 call push_stack 
+0x77ea 033727 ifetch 2 ,regc 
+0x77eb 033728 call callback_func 
+0x77ec 033729 call pop_stack 
+0x77ed 033730 setarg ui_led_state_blink_darking 
+0x77ee 033731 istore 1 ,regb 
+0x77ef 033732 add regb ,led_offset_on_time ,regc 
+0x77f0 033733 ifetch 2 ,regc 
+0x77f1 033734 branch ui_led_blink_timer_start 
+:      033737 ui_led_blink_state_darking:
+0x77f2 033738 call ui_led_off_static 
+0x77f3 033739 add regb ,led_offset_cb_ledoff ,regc 
+0x77f4 033740 call push_stack 
+0x77f5 033741 ifetch 2 ,regc 
+0x77f6 033742 call callback_func 
+0x77f7 033743 call pop_stack 
+0x77f8 033745 add regb ,led_offset_blink_count ,regc 
+0x77f9 033746 ifetch 1 ,regc 
+0x77fa 033747 beq led_infinite_flash_num ,ui_led_blink_infinite 
+0x77fb 033748 increase -1 ,pdata 
+0x77fc 033749 istore 1 ,regc 
+0x77fd 033750 branch ui_led_blink_stop_global ,blank 
+:      033751 ui_led_blink_infinite:
+0x77fe 033752 setarg ui_led_state_blink_lighting 
+0x77ff 033753 istore 1 ,regb 
+0x7800 033754 add regb ,led_offset_off_time ,regc 
+0x7801 033755 ifetch 2 ,regc 
+:      033756 ui_led_blink_timer_start:
+0x7802 033757 add rega ,ui_led_blink ,queue 
+0x7803 033758 branch timer_init 
+:      033760 ui_led_stop_timer:
+0x7804 033761 setarg 0 
+0x7805 033762 branch ui_led_blink_timer_start 
+:      033768 ui_timer_timeout:
+0x7806 033769 setarg 0x1000 
+0x7807 033770 lshift16 pdata ,pdata 
+0x7808 033771 iadd regb ,regb 
+0x7809 033772 rtn 
+:      033774 ui_timer_check:
+0x780a 033775 bpatch patch1e_5 ,mem_patch1e 
+0x780b 033776 arg 0 ,rega 
+0x780c 033777 fetcht 4 ,mem_ui_timer_last_btclk 
+0x780d 033778 copy clkn_bt ,regb 
+0x780e 033779 copy regb ,pdata 
+0x780f 033780 isub temp ,null 
+0x7810 033781 ncall ui_timer_timeout ,positive 
+:      033782 ui_timer_check_loop:
+0x7811 033783 copy regb ,pdata 
+0x7812 033784 increase 160 ,temp 
+0x7813 033785 increase 160 ,temp 
+0x7814 033786 isub temp ,null 
+0x7815 033787 nbranch ui_timer_check_end ,positive 
+0x7816 033788 increase 1 ,rega 
+0x7817 033789 and rega ,0x0f ,pdata 
+0x7818 033790 nbranch ui_timer_check_loop ,blank 
+0x7819 033791 arg 0 ,rega 
+0x781a 033792 call ui_timer_check_send_evt 
+:      033793 ui_timer_init:
+0x781b 033794 copy clkn_bt ,pdata 
+0x781c 033795 store 4 ,mem_ui_timer_last_btclk 
+0x781d 033796 rtn 
+:      033797 ui_timer_check_end:
+0x781e 033798 copy rega ,pdata 
+0x781f 033799 rtn blank 
+0x7820 033800 increase -160 ,temp 
+0x7821 033801 increase -160 ,temp 
+0x7822 033802 set0 28 ,temp 
+0x7823 033803 storet 4 ,mem_ui_timer_last_btclk 
+:      033804 ui_timer_check_send_evt:
+0x7824 033805 branch app_evt_timer 
+:      033812 ui_ipc_get_lock:
+0x7825 033813 jam 1 ,mem_ipc_lock_bt 
+:      033814 ui_ipc_get_lock_wait:
+0x7826 033815 fetch 1 ,mem_ipc_lock_c51 
+0x7827 033816 nbranch ui_ipc_get_lock_wait ,blank 
+0x7828 033817 rtn 
+:      033819 ui_ipc_put_lock:
+0x7829 033820 jam 0 ,mem_ipc_lock_bt 
+0x782a 033821 rtn 
+:      033825 ui_ipc_send_event:
+0x782b 033826 bpatch patch1e_6 ,mem_patch1e 
+0x782c 033827 call ui_ipc_get_lock 
+0x782d 033828 copy rega ,pdata 
+0x782e 033829 store 4 ,mem_rega 
+0x782f 033830 arg mem_ipc_fifo_bt2c51 ,rega 
+0x7830 033831 call fifo_in 
+0x7831 033832 fetch 4 ,mem_rega 
+0x7832 033833 copy pdata ,rega 
+0x7833 033834 branch ui_ipc_put_lock 
+:      033836 ui_ipc_send_cmd:
+0x7834 033837 bpatch patch1e_7 ,mem_patch1e 
+0x7835 033838 call ui_ipc_get_lock 
+0x7836 033839 copy rega ,pdata 
+0x7837 033840 store 4 ,mem_rega 
+0x7838 033841 arg mem_ipc_fifo_c512bt ,rega 
+0x7839 033842 call fifo_in 
+0x783a 033843 fetch 4 ,mem_rega 
+0x783b 033844 copy pdata ,rega 
+0x783c 033845 branch ui_ipc_put_lock 
+:      033847 ui_ipc_clean_all_fifo:
+0x783d 033848 setarg 0 
+0x783e 033849 store util_fifo_len ,mem_ipc_fifo_c512bt 
+0x783f 033850 store util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x7840 033851 rtn 
+:      033853 check_51cmd:
+0x7841 033854 bpatch patch1f_0 ,mem_patch1f 
+0x7842 033855 fetch 1 ,mem_hci_cmd 
+0x7843 033856 nrtn blank 
+0x7844 033857 arg mem_ipc_fifo_c512bt ,rega 
+0x7845 033858 call fifo_is_empty 
+0x7846 033859 rtn blank 
+0x7847 033860 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
+0x7848 033861 call check_51cmd_once 
+0x7849 033862 fetch 1 ,mem_ipc_skip_continue_proc 
+0x784a 033863 branch check_51cmd ,blank 
+0x784b 033864 rtn 
+:      033866 check_51cmd_once:
+0x784c 033867 call ui_ipc_get_lock 
+0x784d 033868 arg mem_ipc_fifo_c512bt ,rega 
+0x784e 033869 call fifo_out 
+0x784f 033870 copy pdata ,temp 
+0x7850 033871 call ui_ipc_put_lock 
+0x7851 033872 bpatch patch1f_1 ,mem_patch1f 
+0x7852 033873 copy temp ,pdata 
+0x7853 033874 rtn blank 
+0x7854 033875 beq bt_cmd_start_adv ,check_51cmd_adv 
+0x7855 033876 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
+0x7856 033877 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
+0x7857 033878 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
+0x7858 033879 beq bt_cmd_led_off ,check_51cmd_led_off 
+0x7859 033880 beq bt_cmd_led_on ,check_51cmd_led_on 
+0x785a 033881 beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
+0x785b 033882 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
+0x785c 033883 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
+0x785d 033884 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
+0x785e 033885 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
+0x785f 033887 store 1 ,mem_fifo_temp 
+:      033890 check_51cmd_once_continue:
+0x7860 033891 fetch 1 ,mem_fifo_temp 
+0x7861 033892 bmark0 mark_context ,check_51cmd_check_idle 
+0x7862 033893 bpatch patch1f_2 ,mem_patch1f 
+0x7863 033894 fetch 1 ,mem_fifo_temp 
+0x7864 033895 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
+0x7865 033896 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
+0x7866 033897 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
+0x7867 033898 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
+0x7868 033899 rtn 
+:      033901 check_51cmd_check_idle:
+0x7869 033902 store 1 ,mem_fifo_temp 
+0x786a 033903 call context_check_idle 
+0x786b 033904 branch check_51cmd_restore ,zero 
+0x786c 033905 call context_search_plap 
+0x786d 033906 nrtn zero 
+:      033907 check_51cmd_restore:
+0x786e 033908 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
+0x786f 033909 branch ui_ipc_send_cmd 
+:      033916 check_51cmd_adv:
+0x7870 033917 jam on ,mem_le_adv_enable 
+0x7871 033918 jam adv_ind ,mem_le_adv_type 
+0x7872 033919 fetch 2 ,mem_ui_state_map 
+0x7873 033920 set1 ui_state_ble_adv ,pdata 
+0x7874 033921 store 2 ,mem_ui_state_map 
+0x7875 033922 rtn 
+:      033926 check_51cmd_stop_adv:
+0x7876 033927 fetch 2 ,mem_ui_state_map 
+0x7877 033928 set0 ui_state_ble_adv ,pdata 
+0x7878 033929 store 2 ,mem_ui_state_map 
+0x7879 033930 jam off ,mem_le_adv_enable 
+0x787a 033931 rtn 
+:      033935 check_51cmd_direct_adv:
+0x787b 033936 jam on ,mem_le_adv_enable 
+0x787c 033937 jam adv_direct_ind ,mem_le_adv_type 
+0x787d 033938 fetch 2 ,mem_ui_state_map 
+0x787e 033939 set1 ui_state_ble_adv ,pdata 
+0x787f 033940 store 2 ,mem_ui_state_map 
+0x7880 033941 rtn 
+:      033945 check_51cmd_stop_direct_adv:
+0x7881 033946 fetch 2 ,mem_ui_state_map 
+0x7882 033947 set0 ui_state_ble_adv ,pdata 
+0x7883 033948 store 2 ,mem_ui_state_map 
+0x7884 033949 jam off ,mem_le_adv_enable 
+0x7885 033950 rtn 
+:      033954 check_51cmd_le_disconnect:
+0x7886 033955 setarg 20 
+0x7887 033956 store 2 ,mem_le_superto 
+0x7888 033957 store 2 ,mem_le_init_superto 
+0x7889 033958 branch le_send_terminate_ind_user_terminated 
+:      033962 check_51cmd_ble_update_connect_param:
+0x788a 033963 branch le_l2cap_tx_update_req 
+:      033967 check_51cmd_led_off:
+0x788b 033968 arg 0 ,rega 
+0x788c 033969 branch ui_led_off_global 
+:      033973 check_51cmd_led_on:
+0x788d 033974 arg 0 ,rega 
+0x788e 033975 branch ui_led_on_global 
+:      033979 check_51cmd_led_start_blink:
+0x788f 033980 arg 0 ,rega 
+0x7890 033981 call calc_curr_struct_prt 
+0x7891 033982 ifetch 1 ,regb 
+0x7892 033983 beq ui_led_state_blink_start ,check_51cmd_led_start_blink_in_blink 
+0x7893 033984 beq ui_led_state_blink_lighting ,check_51cmd_led_start_blink_in_blink 
+0x7894 033985 beq ui_led_state_blink_darking ,check_51cmd_led_start_blink_in_blink 
+0x7895 033986 branch ui_led_blink_start_global 
+:      033988 check_51cmd_led_start_blink_in_blink:
+0x7896 033989 ifetch 1 ,contr 
+0x7897 033990 rtneq led_infinite_flash_num 
+0x7898 033991 branch ui_led_blink_start_global 
+:      033995 check_51cmd_le_start_con:
+0x7899 033996 jam on ,mem_le_scan_enable 
+0x789a 033997 jam hci_cmd_le_create_conn ,mem_hci_cmd 
+0x789b 034000 rtn 
+:      034004 check_51cmd_start_scan:
+0x789c 034005 jam on ,mem_le_scan_enable 
+0x789d 034006 rtn 
+:      034010 check_51cmd_stop_scan:
+0x789e 034011 jam off ,mem_le_scan_enable 
+0x789f 034012 jam 0 ,mem_hci_cmd 
+0x78a0 034013 rtn 
+:      034017 check_51cmd_hibernate:
+0x78a1 034018 fetch 2 ,mem_cb_before_hibernate 
+0x78a2 034019 call callback_func 
+0x78a3 034020 fetch 1 ,mem_ui_button_gpio 
+0x78a4 034021 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
+0x78a5 034022 copy pdata ,temp 
+0x78a6 034023 call gpio_config_input 
+:      034024 check_51cmd_hibernate_btn_disabled:
+0x78a7 034025 call ui_ipc_clean_all_fifo 
+0x78a8 034026 branch lpm_hibernate 
+:      034030 check_51cmd_le_smp_sec_req:
+0x78a9 034031 branch le_send_smp_security_request 
+:      034036 ui_check_paring_button:
+0x78aa 034037 fetch 1 ,mem_ui_state_map 
+0x78ab 034038 rtnbit0 ui_state_btn_down 
+0x78ac 034039 rtn 
+:      034044 queue_init:
+0x78ad 034045 fetch 2 ,mem_queue_ptr 
+0x78ae 034046 add pdata ,queue_offset_curr_num ,contw 
+0x78af 034047 setarg 0 
+0x78b0 034048 istore 3 ,contw 
+0x78b1 034049 rtn 
+:      034053 queue_push:
+0x78b2 034054 bpatch patch1f_3 ,mem_patch1f 
+0x78b3 034055 call disable_user 
+0x78b4 034056 call queue_full 
+0x78b5 034057 rtn blank 
+0x78b6 034058 fetch 2 ,mem_queue_ptr 
+0x78b7 034059 add pdata ,queue_offset_curr_num ,regb 
+0x78b8 034060 ifetcht 1 ,regb 
+0x78b9 034061 increase 1 ,temp 
+0x78ba 034062 istoret 1 ,regb 
+0x78bb 034064 ifetcht 1 ,pdata 
+0x78bc 034065 copy temp ,loopcnt 
+0x78bd 034066 add pdata ,queue_offset_write_ptr ,regb 
+0x78be 034067 ifetch 1 ,regb 
+0x78bf 034068 imul32 temp ,pdata 
+0x78c0 034069 iadd contr ,contw 
+0x78c1 034070 copy rega ,contr 
+:      034071 calc_queue_next_ptr:
+0x78c2 034072 call memcpy 
+0x78c3 034073 call queue_get_size 
+0x78c4 034074 pincrease -1 
+0x78c5 034075 ifetcht 1 ,regb 
+0x78c6 034076 increase 1 ,temp 
+0x78c7 034077 iand temp ,temp 
+0x78c8 034078 istoret 1 ,regb 
+0x78c9 034079 branch enable_user 
+:      034084 queue_pop:
+0x78ca 034085 bpatch patch1f_4 ,mem_patch1f 
+0x78cb 034086 call disable_user 
+0x78cc 034087 call queue_empty 
+0x78cd 034088 rtn blank 
+0x78ce 034089 fetch 2 ,mem_queue_ptr 
+0x78cf 034090 add pdata ,queue_offset_curr_num ,regb 
+0x78d0 034091 ifetcht 1 ,regb 
+0x78d1 034092 increase -1 ,temp 
+0x78d2 034093 istoret 1 ,regb 
+0x78d3 034094 ifetcht 1 ,pdata 
+0x78d4 034095 copy temp ,loopcnt 
+0x78d5 034096 add pdata ,queue_offset_read_ptr ,regb 
+0x78d6 034097 ifetch 1 ,regb 
+0x78d7 034098 imul32 temp ,pdata 
+0x78d8 034099 iadd contr ,contr 
+0x78d9 034100 increase 1 ,contr 
+0x78da 034101 copy rega ,contw 
+0x78db 034102 branch calc_queue_next_ptr 
+:      034109 queue_get_new_ele:
+0x78dc 034110 call disable_user 
+0x78dd 034111 call queue_empty 
+0x78de 034112 rtn blank 
+0x78df 034113 fetch 2 ,mem_queue_ptr 
+0x78e0 034114 ifetcht 1 ,pdata 
+0x78e1 034115 copy temp ,loopcnt 
+0x78e2 034116 add pdata ,queue_offset_read_ptr ,regb 
+0x78e3 034117 ifetch 1 ,regb 
+0x78e4 034118 imul32 temp ,pdata 
+0x78e5 034119 iadd contr ,contr 
+0x78e6 034120 increase 1 ,contr 
+0x78e7 034121 copy contr ,regb 
+0x78e8 034122 copy rega ,contw 
+0x78e9 034123 call memcpy 
+0x78ea 034124 branch enable_user 
+:      034126 queue_store_new_ele:
+0x78eb 034127 call disable_user 
+0x78ec 034128 call queue_empty 
+0x78ed 034129 rtn blank 
+0x78ee 034130 fetch 2 ,mem_queue_ptr 
+0x78ef 034131 ifetcht 1 ,pdata 
+0x78f0 034132 copy temp ,loopcnt 
+0x78f1 034133 add pdata ,queue_offset_read_ptr ,regb 
+0x78f2 034134 ifetch 1 ,regb 
+0x78f3 034135 imul32 temp ,pdata 
+0x78f4 034136 iadd contr ,contr 
+0x78f5 034137 add contr ,2 ,contw 
+0x78f6 034138 copy rega ,contr 
+0x78f7 034139 increase -1 ,loopcnt 
+0x78f8 034140 call memcpy 
+0x78f9 034141 branch enable_user 
+:      034144 queue_empty:
+0x78fa 034145 fetch 2 ,mem_queue_ptr 
+0x78fb 034146 add pdata ,queue_offset_curr_num ,contr 
+0x78fc 034147 ifetch 1 ,contr 
+0x78fd 034148 rtn 
+:      034151 queue_full:
+0x78fe 034152 call queue_get_size 
+0x78ff 034153 ifetcht 1 ,contr 
+0x7900 034154 isub temp ,pdata 
+0x7901 034155 rtn 
+:      034158 queue_get_size:
+0x7902 034159 fetch 2 ,mem_queue_ptr 
+0x7903 034160 add pdata ,queue_offset_length ,contr 
+0x7904 034161 ifetch 1 ,contr 
+0x7905 034162 rtn 
+:      034170 usb_isr:
+0x7906 034171 bpatch patch1f_5 ,mem_patch1f 
+0x7907 034172 fetch 1 ,core_usb_status 
+0x7908 034173 isolate1 usb_status_reset ,pdata 
+0x7909 034174 call usb_init_restart ,true 
+0x790a 034175 fetch 2 ,core_usb_status 
+0x790b 034176 store 2 ,core_usb_status 
+0x790c 034177 store 2 ,mem_usb_status 
+0x790d 034178 call usb_nak_state_judge 
+0x790e 034179 call usb_rx 
+0x790f 034180 call usb0_tx 
+0x7910 034181 call usb_tx 
+0x7911 034182 branch usb_nak_state 
+:      034184 usb_init:
+0x7912 034185 bpatch patch1f_6 ,mem_patch1f 
+0x7913 034186 call enable_authrom 
+0x7914 034187 call usb_init_param 
+:      034188 usb_init_restart:
+0x7915 034189 jam 0x00 ,core_usb_config 
+0x7916 034190 nop 10000 
+0x7917 034191 jam 0x0 ,core_usb_hmode 
+0x7918 034192 fetch 2 ,core_clkoff 
+0x7919 034193 set0 clock_off_usb ,pdata 
+0x791a 034194 store 2 ,core_clkoff 
+0x791b 034195 jam 0x21 ,core_usb_epmap 
+0x791c 034196 jam 0x9d ,core_usb_pupd 
+0x791d 034197 jam 0x3c ,core_usb_config 
+0x791e 034198 setarg mem_usb_rxbuf 
+0x791f 034199 store 2 ,core_usb_rx_saddr 
+0x7920 034200 store 2 ,core_usb_rxptr 
+0x7921 034201 setarg mem_usb_rxbuf_end 
+0x7922 034202 store 2 ,core_usb_rx_eaddr 
+0x7923 034203 jam 0x80 ,core_usb_hmode 
+0x7924 034204 jam 0 ,core_usb_addr 
+0x7925 034205 jam 0xff ,core_usb_status 
+0x7926 034206 setarg mem_usb_clear_mem_end 
+0x7927 034207 arg mem_usb_clear_mem_start ,contw 
+0x7928 034208 isub contw ,loopcnt 
+0x7929 034209 branch clear_mem 
+:      034211 usb_offline_check_init:
+0x792a 034212 fetcht 1 ,mem_usb_offline_check_gpio 
+0x792b 034213 branch gpio_config_input 
+:      034214 usb_offline_state:
+0x792c 034215 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x792d 034216 rtn blank 
+0x792e 034217 fetcht 1 ,mem_usb_offline_check_gpio 
+0x792f 034218 call gpio_get_bit 
+0x7930 034219 branch usb_init_restart ,true 
+0x7931 034220 rtn 
+:      034222 usb_init_param:
+0x7932 034223 jam dev_default ,mem_usb0_state 
+0x7933 034224 setarg 0x0 
+0x7934 034225 store 1 ,mem_remain 
+0x7935 034226 store 2 ,mem_usb_zero_packet 
+0x7936 034227 pincrease 1 
+0x7937 034228 store 2 ,mem_usb_ones_packet 
+0x7938 034229 pincrease 1 
+0x7939 034230 store 2 ,mem_usb_two_packet 
+0x793a 034231 arg mem_string0 ,contw 
+0x793b 034232 setarg 0x030404 
+0x793c 034233 istore 3 ,contw 
+0x793d 034234 setarg 0x0409 
+0x793e 034235 istore 2 ,contw 
+0x793f 034236 arg mem_string1 ,contw 
+0x7940 034237 setsect 0 ,0x15906 
+0x7941 034238 setsect 1 ,0x210d2 
+0x7942 034239 setsect 2 ,0x10494 
+0x7943 034240 setsect 3 ,0x1 
+0x7944 034241 istore 9 ,contw 
+0x7945 034242 arg mem_string2 ,contw 
+0x7946 034243 setsect 0 ,0x1570f 
+0x7947 034244 setsect 1 ,0x15c9a 
+0x7948 034245 setsect 2 ,0x256c6 
+0x7949 034246 setsect 3 ,0x1cdcd 
+0x794a 034247 istore 9 ,contw 
+0x794b 034248 setsect 0 ,0x14420 
+0x794c 034249 setsect 1 ,0x25d99 
+0x794d 034250 setsect 2 ,0x25636 
+0x794e 034251 setsect 3 ,0x1 
+0x794f 034252 istore 7 ,contw 
+0x7950 034253 arg mem_string3 ,contw 
+0x7951 034254 setsect 0 ,0x1620a 
+0x7952 034255 setsect 1 ,0xc8c 
+0x7953 034256 setsect 2 ,0x30333 
+0x7954 034257 setsect 3 ,0xc0c0 
+0x7955 034258 istore 9 ,contw 
+0x7956 034259 setsect 0 ,0x3130 
+0x7957 034260 istore 2 ,contw 
+0x7958 034261 setarg usb_kbdata_vendor_define_addr 
+0x7959 034262 store 2 ,mem_hidreportdesc_kb 
+0x795a 034263 setarg usb_msdata_addr 
+0x795b 034264 store 2 ,mem_hidreportdesc_m 
+0x795c 034265 arg usb_devicedata_addr ,contr 
+0x795d 034266 arg mem_devicedesc ,contw 
+0x795e 034267 arg 19 ,loopcnt 
+0x795f 034268 call memcpy 
+0x7960 034269 arg usb_confdata_addr ,contr 
+0x7961 034270 arg mem_confdesc ,contw 
+0x7962 034271 arg 60 ,loopcnt 
+0x7963 034272 call memcpy 
+:      034273 usb_config_cb:
+0x7964 034274 fetch 2 ,mem_cb_usb_config 
+0x7965 034275 branch callback_func 
+:      034277 usb_tx_interval_config:
+0x7966 034278 fetch 1 ,mem_usb_tx_interval 
+0x7967 034279 rtn blank 
+0x7968 034280 store 1 ,mem_confdesc + 34 
+0x7969 034281 store 1 ,mem_confdesc + 59 
+0x796a 034282 rtn 
+:      034284 usb_nak_state:
+0x796b 034285 arg usb_timer_nak ,queue 
+0x796c 034286 call timer_check 
+0x796d 034287 nrtn blank 
+0x796e 034288 fetch 1 ,mem_usb_wakestate_onetime_flag 
+0x796f 034289 nrtn blank 
+0x7970 034290 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x7971 034291 ncall usb_mac_wakeup_judge ,blank 
+0x7972 034292 rtn 
+:      034294 usb_nak_state_judge:
+0x7973 034295 fetch 1 ,mem_usb_status 
+0x7974 034296 bbit1 usb_status_nak ,usb_nak_state_timer_init 
+0x7975 034297 rtn 
+:      034299 usb_nak_state_timer_init:
+0x7976 034300 call usb0_attached_state_judge 
+0x7977 034301 call timer_reinit 
+0x7978 034302 setarg timer_nak_delay 
+0x7979 034303 arg usb_timer_nak ,queue 
+0x797a 034304 branch timer_init 
+:      034306 usb0_attached_state_judge:
+0x797b 034307 fetch 1 ,mem_usb_state 
+0x797c 034308 bne usb_connected ,usb_clear_halt_dispose 
+0x797d 034309 jam 0 ,mem_usb_wakestate_onetime_flag 
+0x797e 034310 jam 0 ,mem_usb_mac_wakeup_trig 
+0x797f 034311 rtn 
+:      034313 usb_clear_halt_dispose:
+0x7980 034314 fetch 1 ,mem_usb_clear_halt 
+0x7981 034315 rtn blank 
+0x7982 034316 jam 0 ,mem_usb_clear_halt 
+0x7983 034317 jam usb_connected ,mem_usb_state 
+0x7984 034318 jam 1 ,mem_usb_device_enumeration_endflag 
+0x7985 034319 rtn 
+:      034321 usb_rx_no_data:
+0x7986 034322 fetch 1 ,mem_usb_status 
+0x7987 034323 bbit1 usb_status_setup ,usb_class_type 
+0x7988 034324 rtn 
+:      034326 usb_rx_len:
+0x7989 034327 fetchr contus ,2 ,core_usb_rx_saddr 
+0x798a 034328 fetchr contue ,2 ,core_usb_rx_eaddr 
+0x798b 034329 fetchr contu ,2 ,core_usb_rxptr 
+0x798c 034330 ifetch 2 ,contu 
+0x798d 034331 rshift8 pdata ,temp 
+0x798e 034332 rshift4 temp ,temp 
+0x798f 034333 arg 0xfff ,contr 
+0x7990 034334 iand contr ,loopcnt 
+0x7991 034335 storer loopcnt ,2 ,mem_usb_read_len 
+0x7992 034336 rtn 
+:      034339 usb_rx_data:
+0x7993 034340 call usb_rx_len 
+:      034341 usb_rx_read:
+0x7994 034342 ifetch 1 ,contu 
+0x7995 034343 istore 1 ,contw 
+0x7996 034344 loop usb_rx_read 
+0x7997 034345 storer contu ,2 ,core_usb_rxptr 
+0x7998 034346 rtn 
+:      034348 usb_rx_ep13:
+0x7999 034349 arg mem_usb_ccid_buf ,contw 
+0x799a 034350 call usb_rx_read 
+0x799b 034351 arg mem_usb_ccid_buf + 4 ,temp 
+0x799c 034352 storet 2 ,core_usb_tx_saddr3 
+0x799d 034353 fetch 1 ,mem_usb_ccid_buf + 1 
+0x799e 034354 pincrease 6 
+0x799f 034355 istore 1 ,temp 
+0x79a0 034356 jam 0x8 ,core_usb_trig 
+0x79a1 034357 rtn 
+:      034360 usb_rx:
+0x79a2 034361 bpatch patch1f_7 ,mem_patch1f 
+0x79a3 034362 fetch 1 ,mem_usb_status 
+0x79a4 034363 rtnbit0 usb_status_rxready 
+0x79a5 034364 call usb_rx_len 
+0x79a6 034365 compare 13 ,temp ,0xff 
+0x79a7 034366 branch usb_rx_ep13 ,true 
+0x79a8 034367 arg mem_usb_setup ,contw 
+0x79a9 034368 call usb_rx_read 
+0x79aa 034369 fetch 1 ,mem_usb_read_len 
+0x79ab 034370 beq 0x00 ,usb_rx_no_data 
+0x79ac 034371 beq 0x01 ,usb_out_one_byte 
+0x79ad 034372 sub pdata ,7 ,null 
+0x79ae 034373 rtn positive 
+:      034374 usb_class_type:
+0x79af 034375 bpatchx patch20_0 ,mem_patch20 
+0x79b0 034376 set0 mark_isstr ,mark 
+0x79b1 034377 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x79b2 034378 and_into 0x80 ,pdata 
+0x79b3 034379 beq in_device ,usb_in_device 
+0x79b4 034380 beq out_device ,usb_out_device 
+0x79b5 034381 branch assert 
+:      034383 usb_out_one_byte:
+0x79b6 034384 fetch 1 ,mem_usb_setup 
+0x79b7 034385 rtnbit1 7 
+0x79b8 034386 call usb_get_led_status 
+0x79b9 034387 branch usb0_reply_zerolen 
+:      034390 usb_in_device:
+0x79ba 034391 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x79bb 034392 rshift4 pdata ,pdata 
+0x79bc 034393 rshift pdata ,pdata 
+0x79bd 034394 and_into 0x03 ,pdata 
+0x79be 034395 beq standard_req ,usb_in_standard_req 
+0x79bf 034396 beq class_req ,usb_in_class_req 
+0x79c0 034397 beq manufacturer_req ,usb_in_manufacturer_req 
+0x79c1 034398 branch assert 
+:      034400 usb_out_device:
+0x79c2 034401 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x79c3 034402 rshift4 pdata ,pdata 
+0x79c4 034403 rshift pdata ,pdata 
+0x79c5 034404 and_into 0x03 ,pdata 
+0x79c6 034405 beq standard_req ,usb_out_standard_req 
+0x79c7 034406 beq class_req ,usb_out_class_req 
+0x79c8 034407 beq manufacturer_req ,usb_out_manufacturer_req 
+0x79c9 034408 branch assert 
+:      034410 usb_in_standard_req:
+0x79ca 034411 fetch 1 ,mem_usb_setup_brequest 
+0x79cb 034412 beq get_configuration ,usb0_request_get_configuration 
+0x79cc 034413 beq get_descriptor ,usb0_request_get_descriptor 
+0x79cd 034414 beq get_interface ,usb0_request_get_interface 
+0x79ce 034415 beq get_status ,usb0_request_get_status 
+0x79cf 034416 branch usb0_force_stall 
+:      034418 usb_in_class_req:
+0x79d0 034419 fetch 1 ,mem_usb_setup_brequest 
+0x79d1 034420 beq get_idle ,usb_get_idle 
+0x79d2 034421 beq get_report ,usb_get_report 
+0x79d3 034422 beq get_protocol ,usb_get_protocol_req 
+0x79d4 034423 branch usb0_force_stall 
+:      034425 usb_in_manufacturer_req:
+0x79d5 034426 branch usb0_force_stall 
+:      034428 usb_out_standard_req:
+0x79d6 034429 fetch 1 ,mem_usb_setup_brequest 
+0x79d7 034430 beq clear_feature ,usb0_request_clear_feature 
+0x79d8 034431 beq set_feature ,usb0_request_set_feature 
+0x79d9 034432 beq set_address ,usb0_request_set_address 
+0x79da 034433 beq set_configuration ,usb0_request_set_configuration 
+0x79db 034434 beq set_interface ,usb0_request_set_interface 
+0x79dc 034435 beq set_descriptor ,usb0_force_stall 
+0x79dd 034436 branch usb0_force_stall 
+:      034438 usb_out_class_req:
+0x79de 034439 fetch 1 ,mem_usb_setup_brequest 
+0x79df 034440 beq set_idle ,usb_set_idle 
+0x79e0 034441 beq set_report ,usb_set_report 
+0x79e1 034442 beq set_protocol ,usb_set_protocol_req 
+0x79e2 034443 branch usb0_force_stall 
+:      034445 usb_out_manufacturer_req:
+0x79e3 034446 branch usb0_force_stall 
+:      034448 usb0_force_stall:
+0x79e4 034449 bpatchx patch20_1 ,mem_patch20 
+0x79e5 034450 fetch 1 ,core_usb_stall 
+0x79e6 034451 set1 0 ,pdata 
+0x79e7 034452 store 1 ,core_usb_stall 
+0x79e8 034453 branch usb0_reply_zerolen 
+:      034455 usb0_reply_zerolen:
+0x79e9 034456 jam 0x1 ,core_usb_clear_nak 
+0x79ea 034457 rtn 
+:      034459 usb0_request_get_configuration:
+0x79eb 034460 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x79ec 034461 bne in_device ,usb0_force_stall 
+0x79ed 034462 fetch 1 ,mem_usb_setup_windex 
+0x79ee 034463 bne 0 ,usb0_force_stall 
+0x79ef 034464 fetch 1 ,mem_usb_setup_windex + 1 
+0x79f0 034465 bne 0 ,usb0_force_stall 
+0x79f1 034466 fetch 1 ,mem_usb_setup_blength 
+0x79f2 034467 bne 1 ,usb0_force_stall 
+0x79f3 034468 fetch 1 ,mem_usb_setup_blengthh 
+0x79f4 034469 bne 0 ,usb0_force_stall 
+0x79f5 034470 fetch 1 ,mem_usb_setup_bvalue 
+0x79f6 034471 bne 0 ,usb0_force_stall 
+0x79f7 034472 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x79f8 034473 bne 0 ,usb0_force_stall 
+0x79f9 034474 fetch 1 ,mem_usb0_state 
+0x79fa 034475 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
+0x79fb 034476 beq dev_address ,usb0_request_get_cfg_dev_addr 
+0x79fc 034477 branch usb0_force_stall 
+:      034479 usb0_request_get_cfg_dev_cfg:
+0x79fd 034480 arg 1 ,regb 
+0x79fe 034481 branch usb_send_ones_packet 
+:      034483 usb0_request_get_cfg_dev_addr:
+0x79ff 034484 arg 1 ,regb 
+0x7a00 034485 branch usb_send_zero_packet 
+:      034487 usb0_request_get_descriptor:
+0x7a01 034488 bpatchx patch20_2 ,mem_patch20 
+0x7a02 034490 fetch 1 ,mem_usb_setup_bvalueh 
+0x7a03 034491 beq dsc_device ,dsc_device_info 
+0x7a04 034492 beq dsc_config ,dsc_config_info 
+0x7a05 034493 beq dsc_string ,dsc_string_info 
+0x7a06 034494 beq dsc_hid ,dsc_hid_info 
+0x7a07 034495 beq dsc_hid_report ,dsc_hid_report_info 
+0x7a08 034496 branch usb0_force_stall 
+:      034498 dsc_hid_info:
+0x7a09 034499 jam 0 ,mem_usb_get_protocol_flag 
+0x7a0a 034500 fetch 1 ,mem_usb_setup_windex 
+0x7a0b 034501 beq 0 ,dsc_hid_info_interface0 
+0x7a0c 034502 beq 1 ,dsc_hid_info_interface1 
+0x7a0d 034503 branch usb0_force_stall 
+:      034505 dsc_hid_info_interface0:
+0x7a0e 034506 fetchr regb ,1 ,mem_confdesc + 19 
+0x7a0f 034507 arg mem_confdesc + 19 ,rega 
+0x7a10 034508 branch usb0_respond 
+:      034510 dsc_hid_info_interface1:
+0x7a11 034511 fetchr regb ,1 ,mem_confdesc + 44 
+0x7a12 034512 arg mem_confdesc + 44 ,rega 
+0x7a13 034513 branch usb0_respond 
+:      034515 dsc_device_info:
+0x7a14 034519 fetch 1 ,mem_usb_set_high_addr_flag 
+0x7a15 034520 ncall usb_set_high_addr ,blank 
+0x7a16 034521 setarg mem_devicedesc 
+0x7a17 034522 fetcht 1 ,mem_devicedesc 
+:      034523 dsc_info_set_data_len:
+0x7a18 034524 store 2 ,mem_dsc_info_data_pointer 
+0x7a19 034525 storet 1 ,mem_dsc_info_len 
+0x7a1a 034526 fetch 1 ,mem_usb_setup_blength 
+0x7a1b 034527 isub temp ,null 
+0x7a1c 034528 nbranch dsc_info_set_current_data_len ,positive 
+:      034529 dsc_info_set_initial_data_len:
+0x7a1d 034530 fetch 1 ,mem_dsc_info_len 
+:      034531 dsc_info_set_data_size_completed:
+0x7a1e 034532 iforce regb 
+0x7a1f 034533 fetch 2 ,mem_dsc_info_data_pointer 
+0x7a20 034534 add pdata ,1 ,pdata 
+0x7a21 034535 iforce rega 
+0x7a22 034536 branch usb0_respond 
+:      034537 dsc_info_set_current_data_len:
+0x7a23 034538 fetch 1 ,mem_usb_setup_blength 
+0x7a24 034539 branch dsc_info_set_data_size_completed 
+:      034541 usb_set_high_addr:
+0x7a25 034542 fetch 1 ,core_usb_addr 
+0x7a26 034543 ncall usb0_set_addr ,blank 
+0x7a27 034544 jam 0 ,mem_usb_set_high_addr_flag 
+0x7a28 034545 rtn 
+:      034546 usb0_set_addr:
+0x7a29 034547 fetch 1 ,core_usb_addr 
+0x7a2a 034548 set1 7 ,pdata 
+0x7a2b 034549 store 1 ,core_usb_addr 
+0x7a2c 034550 rtn 
+:      034552 dsc_config_info:
+0x7a2d 034553 setarg mem_confdesc 
+0x7a2e 034554 fetcht 1 ,mem_confdesc 
+0x7a2f 034555 branch dsc_info_set_data_len 
+:      034557 dsc_string_info:
+0x7a30 034558 fetch 1 ,mem_usb_setup_bvalue 
+0x7a31 034559 sub pdata ,3 ,null 
+0x7a32 034560 nbranch usb0_force_stall ,positive 
+0x7a33 034561 fetch 1 ,mem_usb_setup_bvalue 
+0x7a34 034562 arg mem_string0 ,rega 
+0x7a35 034563 beq 0 ,usb0_respond_length 
+0x7a36 034564 set1 mark_isstr ,mark 
+0x7a37 034565 arg mem_string1 ,rega 
+0x7a38 034566 beq 1 ,usb0_respond_length 
+0x7a39 034567 arg mem_string2 ,rega 
+0x7a3a 034568 beq 2 ,usb0_respond_length 
+0x7a3b 034569 arg mem_string3 ,rega 
+0x7a3c 034570 beq 3 ,usb0_respond_length 
+0x7a3d 034571 rtn 
+:      034573 dsc_hid_report_info:
+0x7a3e 034574 fetch 2 ,mem_usb_setup_windex 
+0x7a3f 034575 beq 1 ,dsc_hid_report_info0 
+0x7a40 034576 fetchr rega ,2 ,mem_hidreportdesc_kb 
+0x7a41 034577 branch usb0_respond_length 
+:      034578 dsc_hid_report_info0:
+0x7a42 034579 jam 1 ,mem_usb_device_enumeration_endflag 
+0x7a43 034580 jam usb_got_report_req ,mem_usb_state 
+0x7a44 034581 fetchr rega ,2 ,mem_hidreportdesc_m 
+0x7a45 034582 branch usb0_respond_length 
+:      034585 usb0_request_get_interface:
+0x7a46 034586 fetch 1 ,mem_usb0_state 
+0x7a47 034587 bne dev_configured ,usb0_force_stall 
+0x7a48 034588 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7a49 034589 bne in_interface ,usb0_force_stall 
+0x7a4a 034590 fetch 1 ,mem_usb_setup_bvalue 
+0x7a4b 034591 bne 0 ,usb0_force_stall 
+0x7a4c 034592 fetch 1 ,mem_usb_setup_bvalueh 
+0x7a4d 034593 bne 0 ,usb0_force_stall 
+0x7a4e 034594 fetch 1 ,mem_usb_setup_blength 
+0x7a4f 034595 bne 1 ,usb0_force_stall 
+0x7a50 034596 fetch 1 ,mem_usb_setup_blengthh 
+0x7a51 034597 bne 0 ,usb0_force_stall 
+0x7a52 034598 fetch 1 ,mem_usb_setup_windex 
+0x7a53 034599 bne 0 ,usb0_force_stall 
+0x7a54 034600 fetch 1 ,mem_usb_setup_windex + 1 
+0x7a55 034601 bne 0 ,usb0_force_stall 
+0x7a56 034602 arg 1 ,regb 
+0x7a57 034603 branch usb_send_zero_packet 
+:      034606 usb0_request_get_status:
+0x7a58 034607 fetch 1 ,mem_usb0_state 
+0x7a59 034608 beq dev_default ,usb0_force_stall 
+0x7a5a 034609 fetch 1 ,mem_usb_setup_bvalue 
+0x7a5b 034610 bne 0 ,usb0_force_stall 
+0x7a5c 034611 fetch 1 ,mem_usb_setup_bvalueh 
+0x7a5d 034612 bne 0 ,usb0_force_stall 
+0x7a5e 034613 fetch 1 ,mem_usb_setup_blength 
+0x7a5f 034614 bne 2 ,usb0_force_stall 
+0x7a60 034615 fetch 1 ,mem_usb_setup_blengthh 
+0x7a61 034616 bne 0 ,usb0_force_stall 
+0x7a62 034617 fetch 1 ,mem_usb_setup_windex + 1 
+0x7a63 034618 bne 0 ,usb0_force_stall 
+0x7a64 034619 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7a65 034620 beq in_device ,usb0_get_status_in_device 
+0x7a66 034621 beq in_interface ,usb0_get_status_in_interface 
+0x7a67 034622 beq in_endpoint ,usb0_get_status_in_endpoint 
+0x7a68 034623 branch usb0_force_stall 
+:      034626 usb0_sdsystem_dispose:
+0x7a69 034627 jam 1 ,mem_sdsystem_wakeup_flag 
+0x7a6a 034628 branch usb_send_two_packet 
+:      034630 usb0_get_status_in_device:
+0x7a6b 034631 fetch 1 ,mem_usb_setup_windex 
+0x7a6c 034632 bne 0 ,usb0_force_stall 
+0x7a6d 034633 arg 2 ,regb 
+0x7a6e 034634 fetch 1 ,mem_usb_remote_wakeup 
+0x7a6f 034635 beq 0x01 ,usb0_sdsystem_dispose 
+:      034637 usb_send_zero_packet:
+0x7a70 034638 arg mem_usb_zero_packet ,rega 
+0x7a71 034639 branch usb0_respond 
+:      034640 usb_send_ones_packet:
+0x7a72 034641 arg mem_usb_ones_packet ,rega 
+0x7a73 034642 branch usb0_respond 
+:      034643 usb_send_two_packet:
+0x7a74 034644 arg mem_usb_two_packet ,rega 
+0x7a75 034645 branch usb0_respond 
+:      034647 usb0_get_status_in_interface:
+0x7a76 034648 fetch 1 ,mem_usb0_state 
+0x7a77 034649 bne dev_configured ,usb0_force_stall 
+0x7a78 034650 arg 2 ,regb 
+0x7a79 034651 branch usb_send_zero_packet 
+:      034653 usb0_get_status_in_endpoint:
+0x7a7a 034654 fetch 1 ,mem_usb0_state 
+0x7a7b 034655 bne dev_configured ,usb0_force_stall 
+0x7a7c 034656 fetch 1 ,mem_usb_setup_windex 
+0x7a7d 034657 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
+0x7a7e 034658 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
+0x7a7f 034659 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
+0x7a80 034660 and_into 0x7f ,pdata 
+0x7a81 034661 beq 0x00 ,usb0_get_status_in_ep_in_ep0 
+0x7a82 034662 branch usb0_force_stall 
+:      034664 usb0_get_status_in_ep_in_ep0:
+0x7a83 034665 fetch 1 ,mem_usb_ep0_stall_status 
+:      034666 usb0_get_status_in_ep_in_ack:
+0x7a84 034667 arg 2 ,regb 
+0x7a85 034668 beq 1 ,usb_send_ones_packet 
+0x7a86 034669 branch usb_send_zero_packet 
+:      034670 usb0_get_status_in_ep_in_ep1:
+0x7a87 034671 fetch 1 ,mem_usb_ep1_stall_status 
+0x7a88 034672 branch usb0_get_status_in_ep_in_ack 
+:      034673 usb0_get_status_in_ep_in_ep2:
+0x7a89 034674 fetch 1 ,mem_usb_ep2_stall_status 
+0x7a8a 034675 branch usb0_get_status_in_ep_in_ack 
+:      034676 usb0_get_status_in_ep_in_ep3:
+0x7a8b 034677 fetch 1 ,mem_usb_ep3_stall_status 
+0x7a8c 034678 branch usb0_get_status_in_ep_in_ack 
+:      034680 usb_get_idle:
+0x7a8d 034681 jam 1 ,mem_usb_idle_flag 
+0x7a8e 034682 arg mem_usb_idle_rate ,rega 
+0x7a8f 034683 arg 1 ,regb 
+0x7a90 034684 branch usb0_respond 
+:      034686 usb_get_report:
+0x7a91 034687 fetch 2 ,mem_usb_setup_bvalue 
+0x7a92 034688 arg pc_get_report ,temp 
+0x7a93 034689 isub temp ,null 
+0x7a94 034690 nbranch usb0_force_stall ,zero 
+:      034692 usb_get_report_dispose:
+0x7a95 034693 fetch 1 ,mem_usb0_data_ready_report 
+0x7a96 034694 nbranch usb_get_report_data_success ,blank 
+0x7a97 034695 jam pc_get_nondata ,mem_usb0_get_report_data 
+:      034696 usb_get_report_send_data:
+0x7a98 034697 fetch 1 ,mem_usb_setup_blength 
+0x7a99 034698 iforce regb 
+0x7a9a 034699 arg mem_usb0_get_report_data ,rega 
+0x7a9b 034700 call usb0_respond 
+:      034701 usb_get_report_data_release:
+0x7a9c 034702 arg mem_usb0_get_report_data ,contw 
+0x7a9d 034703 arg 64 ,loopcnt 
+0x7a9e 034704 branch memset0 
+:      034705 usb_get_report_data_success:
+0x7a9f 034706 jam 0 ,mem_usb0_data_ready_report 
+0x7aa0 034707 jam pc_get_data ,mem_usb0_get_report_data 
+0x7aa1 034708 branch usb_get_report_send_data 
+:      034710 usb_get_protocol_req:
+0x7aa2 034711 fetch 1 ,mem_usb_setup_blength 
+0x7aa3 034712 bne 1 ,usb0_force_stall 
+0x7aa4 034713 jam 1 ,mem_usb_get_protocol_flag 
+0x7aa5 034714 arg 1 ,regb 
+0x7aa6 034715 fetch 1 ,mem_usb_set_protocol_value 
+0x7aa7 034716 beq 0 ,usb_get_report_protocol 
+0x7aa8 034717 beq 1 ,usb_get_boot_protocol 
+0x7aa9 034718 branch usb_send_zero_packet 
+:      034719 usb_get_report_protocol:
+0x7aaa 034720 branch usb_send_ones_packet 
+:      034721 usb_get_boot_protocol:
+0x7aab 034722 branch usb_send_zero_packet 
+:      034727 usb0_request_clear_feature:
+0x7aac 034728 fetch 1 ,mem_usb0_state 
+0x7aad 034729 bne dev_configured ,usb0_force_stall 
+0x7aae 034730 fetch 1 ,mem_usb_setup_blength 
+0x7aaf 034731 bne 0 ,usb0_force_stall 
+0x7ab0 034732 fetch 1 ,mem_usb_setup_blengthh 
+0x7ab1 034733 bne 0 ,usb0_force_stall 
+0x7ab2 034734 fetch 1 ,mem_usb_setup_bvalueh 
+0x7ab3 034735 bne 0 ,usb0_force_stall 
+0x7ab4 034736 fetch 1 ,mem_usb_setup_windex + 1 
+0x7ab5 034737 bne 0 ,usb0_force_stall 
+0x7ab6 034738 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7ab7 034739 beq out_device ,usb0_request_clear_feature_out_device 
+0x7ab8 034740 beq out_interface ,usb0_request_clear_feature_out_interface 
+0x7ab9 034741 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
+0x7aba 034742 branch usb0_force_stall 
+:      034744 usb0_request_clear_feature_out_device:
+0x7abb 034745 fetch 1 ,mem_usb_setup_bvalue 
+0x7abc 034746 bne device_remote_wakeup ,usb0_force_stall 
+0x7abd 034747 fetch 1 ,core_usb_config 
+0x7abe 034748 set0 7 ,pdata 
+0x7abf 034749 store 1 ,core_usb_config 
+0x7ac0 034750 jam 0 ,mem_usb_remote_wakeup 
+0x7ac1 034751 jam 1 ,mem_usb_clear_remote_wakeup 
+0x7ac2 034752 fetch 1 ,mem_sdsystem_wakeup_flag 
+0x7ac3 034753 branch usb0_reply_zerolen ,blank 
+0x7ac4 034754 jam 0 ,mem_sdsystem_wakeup_flag 
+0x7ac5 034755 jam 0 ,mem_usb_clear_remote_wakeup 
+0x7ac6 034756 jam usb_connected ,mem_usb_state 
+0x7ac7 034757 branch usb0_reply_zerolen 
+:      034759 usb0_request_clear_feature_out_interface:
+0x7ac8 034760 branch usb0_force_stall 
+:      034762 usb0_request_clear_feature_out_endpoint:
+0x7ac9 034763 fetch 1 ,mem_usb_setup_bvalue 
+0x7aca 034764 bne endpoint_halt ,usb0_force_stall 
+0x7acb 034765 fetch 1 ,mem_usb_setup_windex 
+0x7acc 034766 beq in_ep1 ,usb0_force_stall_ep1_in_off 
+0x7acd 034767 beq in_ep2 ,usb0_force_stall_ep2_in_off 
+0x7ace 034768 beq in_ep3 ,usb0_force_stall_ep3_in_off 
+0x7acf 034769 and_into 0x7f ,pdata 
+0x7ad0 034770 beq 0x00 ,usb0_force_stall_ep0_in_off 
+0x7ad1 034771 branch usb0_force_stall 
+:      034773 usb0_force_stall_ep0_in_off:
+0x7ad2 034774 jam 0 ,mem_usb_ep0_stall_status 
+0x7ad3 034775 branch usb0_reply_zerolen 
+:      034776 usb0_force_stall_ep1_in_off:
+0x7ad4 034777 jam 0 ,mem_usb_ep1_stall_status 
+:      034778 usb0_force_stall_ep1_in_off_reply:
+0x7ad5 034779 jam 1 ,mem_usb_clear_halt 
+0x7ad6 034780 branch usb0_reply_zerolen 
+:      034781 usb0_force_stall_ep2_in_off:
+0x7ad7 034782 jam 0 ,mem_usb_ep2_stall_status 
+0x7ad8 034783 branch usb0_force_stall_ep1_in_off_reply 
+:      034784 usb0_force_stall_ep3_in_off:
+0x7ad9 034785 jam 0 ,mem_usb_ep3_stall_status 
+0x7ada 034786 branch usb0_force_stall_ep1_in_off_reply 
+:      034789 usb0_request_set_feature:
+0x7adb 034790 fetch 1 ,mem_usb_setup_blength 
+0x7adc 034791 bne 0 ,usb0_force_stall 
+0x7add 034792 fetch 1 ,mem_usb_setup_blengthh 
+0x7ade 034793 bne 0 ,usb0_force_stall 
+0x7adf 034794 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7ae0 034795 beq out_device ,usb0_request_set_feature_out_device 
+0x7ae1 034796 beq out_interface ,usb0_request_set_feature_out_interface 
+0x7ae2 034797 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
+0x7ae3 034798 branch usb0_force_stall 
+:      034800 usb0_request_set_feature_out_device:
+0x7ae4 034801 fetch 1 ,mem_usb_setup_bvalue 
+0x7ae5 034802 bne device_remote_wakeup ,usb0_force_stall 
+0x7ae6 034803 call dongle_set_pc_sleep_flag 
+0x7ae7 034804 fetch 1 ,core_usb_config 
+0x7ae8 034805 set1 7 ,pdata 
+0x7ae9 034806 store 1 ,core_usb_config 
+0x7aea 034807 jam 1 ,mem_usb_remote_wakeup 
+0x7aeb 034808 jam usb_sleep ,mem_usb_state 
+0x7aec 034809 jam 0 ,mem_usb_tx_win_enable 
+0x7aed 034810 call usb0_reply_zerolen 
+:      034811 usb_wakeup_timer_reinit:
+0x7aee 034812 call timer_reinit 
+0x7aef 034813 setarg timer_wakeup_delay 
+0x7af0 034814 arg usb_timer_wakeup ,queue 
+0x7af1 034815 branch timer_init 
+:      034817 usb0_request_set_feature_out_interface:
+0x7af2 034818 branch usb0_force_stall 
+:      034820 usb0_request_set_feature_out_endpoint:
+0x7af3 034821 fetch 1 ,mem_usb_setup_bvalue 
+0x7af4 034822 bne endpoint_halt ,usb0_force_stall 
+0x7af5 034823 fetch 1 ,mem_usb_setup_bvalueh 
+0x7af6 034824 bne 0 ,usb0_force_stall 
+0x7af7 034825 fetch 1 ,mem_usb_setup_windex 
+0x7af8 034826 beq in_ep1 ,usb0_force_stall_ep1_in_on 
+0x7af9 034827 beq in_ep2 ,usb0_force_stall_ep2_in_on 
+0x7afa 034828 beq in_ep3 ,usb0_force_stall_ep3_in_on 
+0x7afb 034829 and_into 0x7f ,pdata 
+0x7afc 034830 beq 0x00 ,usb0_force_stall_ep0_in_on 
+0x7afd 034831 branch usb0_force_stall 
+:      034833 usb0_force_stall_ep0_in_on:
+0x7afe 034834 jam 1 ,mem_usb_ep0_stall_status 
+0x7aff 034835 branch usb0_reply_zerolen 
+:      034836 usb0_force_stall_ep1_in_on:
+0x7b00 034837 jam 1 ,mem_usb_ep1_stall_status 
+0x7b01 034838 branch usb0_reply_zerolen 
+:      034839 usb0_force_stall_ep2_in_on:
+0x7b02 034840 jam 1 ,mem_usb_ep2_stall_status 
+0x7b03 034841 branch usb0_reply_zerolen 
+:      034842 usb0_force_stall_ep3_in_on:
+0x7b04 034843 jam 1 ,mem_usb_ep3_stall_status 
+0x7b05 034844 branch usb0_reply_zerolen 
+:      034847 usb0_request_set_address:
+0x7b06 034848 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7b07 034849 bne out_device ,usb0_force_stall 
+0x7b08 034850 fetch 1 ,mem_usb_setup_windex 
+0x7b09 034851 bne 0 ,usb0_force_stall 
+0x7b0a 034852 fetch 1 ,mem_usb_setup_windex + 1 
+0x7b0b 034853 bne 0 ,usb0_force_stall 
+0x7b0c 034854 fetch 1 ,mem_usb_setup_blength 
+0x7b0d 034855 bne 0 ,usb0_force_stall 
+0x7b0e 034856 fetch 1 ,mem_usb_setup_blengthh 
+0x7b0f 034857 bne 0 ,usb0_force_stall 
+0x7b10 034858 fetch 1 ,mem_usb_setup_bvalueh 
+0x7b11 034859 bne 0 ,usb0_force_stall 
+0x7b12 034860 fetch 1 ,mem_usb_setup_bvalue 
+0x7b13 034861 and_into 0x80 ,pdata 
+0x7b14 034862 bne 0 ,usb0_force_stall 
+0x7b15 034863 fetch 1 ,mem_usb_setup_bvalue 
+0x7b16 034864 bne 0 ,usb_usb0_state_set_dev_addr 
+:      034865 usb_usb0_state_set_dev_default:
+0x7b17 034866 jam dev_default ,mem_usb0_state 
+:      034867 usb0_request_set_wait_address:
+0x7b18 034868 fetch 1 ,mem_usb_setup_bvalue 
+0x7b19 034869 store 1 ,core_usb_addr 
+0x7b1a 034870 call usb0_reply_zerolen 
+0x7b1b 034871 jam 1 ,mem_usb_set_high_addr_flag 
+0x7b1c 034872 rtn 
+:      034873 usb_usb0_state_set_dev_addr:
+0x7b1d 034874 jam dev_address ,mem_usb0_state 
+0x7b1e 034875 branch usb0_request_set_wait_address 
+:      034878 usb0_request_set_configuration:
+0x7b1f 034879 fetch 1 ,mem_usb0_state 
+0x7b20 034880 beq dev_default ,usb0_force_stall 
+0x7b21 034881 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7b22 034882 bne out_device ,usb0_force_stall 
+0x7b23 034883 fetch 1 ,mem_usb_setup_windex 
+0x7b24 034884 bne 0 ,usb0_force_stall 
+0x7b25 034885 fetch 1 ,mem_usb_setup_windex + 1 
+0x7b26 034886 bne 0 ,usb0_force_stall 
+0x7b27 034887 fetch 1 ,mem_usb_setup_blength 
+0x7b28 034888 bne 0 ,usb0_force_stall 
+0x7b29 034889 fetch 1 ,mem_usb_setup_blengthh 
+0x7b2a 034890 bne 0 ,usb0_force_stall 
+0x7b2b 034891 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x7b2c 034892 bne 0 ,usb0_force_stall 
+0x7b2d 034893 fetch 1 ,mem_usb_setup_bvalue 
+0x7b2e 034894 sub pdata ,usb_max_num_cfg ,null 
+0x7b2f 034895 nbranch usb0_force_stall ,positive 
+0x7b30 034896 fetch 1 ,mem_usb0_state 
+0x7b31 034897 beq dev_address ,usb0_request_set_cfg_addr_state 
+0x7b32 034898 beq dev_configured ,usb0_request_set_cfg_cfg_state 
+0x7b33 034899 branch usb0_force_stall 
+:      034901 usb0_request_set_cfg_addr_state:
+:      034902 usb0_request_set_cfg_cfg_state:
+0x7b34 034903 fetch 1 ,mem_usb_setup_bvalue 
+0x7b35 034904 beq 0 ,usb0_request_set_cfg_stay_addr_state 
+0x7b36 034905 jam dev_configured ,mem_usb0_state 
+0x7b37 034906 branch usb0_reply_zerolen 
+:      034907 usb0_request_set_cfg_stay_addr_state:
+0x7b38 034908 jam dev_address ,mem_usb0_state 
+0x7b39 034909 branch usb0_reply_zerolen 
+:      034912 usb0_request_set_interface:
+0x7b3a 034913 fetch 1 ,mem_usb0_state 
+0x7b3b 034914 bne dev_configured ,usb0_force_stall 
+0x7b3c 034915 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7b3d 034916 bne out_interface ,usb0_force_stall 
+0x7b3e 034917 fetch 1 ,mem_usb_setup_bvalue 
+0x7b3f 034918 bne 0 ,usb0_force_stall 
+0x7b40 034919 fetch 1 ,mem_usb_setup_bvalueh 
+0x7b41 034920 bne 0 ,usb0_force_stall 
+0x7b42 034921 fetch 1 ,mem_usb_setup_blength 
+0x7b43 034922 bne 0 ,usb0_force_stall 
+0x7b44 034923 fetch 1 ,mem_usb_setup_blengthh 
+0x7b45 034924 bne 0 ,usb0_force_stall 
+0x7b46 034925 fetch 1 ,mem_usb_setup_windex 
+0x7b47 034926 bne 0 ,usb0_force_stall 
+0x7b48 034927 fetch 1 ,mem_usb_setup_windex + 1 
+0x7b49 034928 bne 0 ,usb0_force_stall 
+0x7b4a 034929 branch usb0_reply_zerolen 
+:      034932 usb_set_idle:
+0x7b4b 034933 bpatchx patch20_3 ,mem_patch20 
+0x7b4c 034934 jam 1 ,mem_usb_idle_flag 
+0x7b4d 034935 fetch 1 ,mem_usb_setup_bvalueh 
+0x7b4e 034936 store 1 ,mem_usb_idle_rate 
+0x7b4f 034937 fetch 1 ,mem_usb_setup_windex 
+0x7b50 034938 sub pdata ,1 ,null 
+0x7b51 034939 call usb_clear_remote_wakeup_set0 ,zero 
+0x7b52 034940 fetch 1 ,mem_usb_state 
+0x7b53 034941 bne usb_resume ,usb0_reply_zerolen 
+0x7b54 034942 jam usb_connected ,mem_usb_state 
+0x7b55 034943 call usb0_reply_zerolen 
+0x7b56 034944 nop 30000 
+0x7b57 034945 nop 30000 
+0x7b58 034946 rtn 
+:      034947 usb_clear_remote_wakeup_set0:
+0x7b59 034948 jam 1 ,mem_usb_device_enumeration_endflag 
+0x7b5a 034949 jam 0 ,mem_usb_clear_remote_wakeup 
+0x7b5b 034950 jam usb_resume ,mem_usb_state 
+0x7b5c 034951 rtn 
+:      034954 usb_set_report:
+0x7b5d 034955 nop 15000 
+0x7b5e 034956 arg mem_usb0_set_report_data ,contw 
+0x7b5f 034957 call usb_rx_data 
+0x7b60 034958 jam 1 ,mem_usb0_get_set_report 
+0x7b61 034959 call usb_set_report_resume_judge 
+0x7b62 034960 fetch 2 ,mem_usb_setup_bvalue 
+0x7b63 034961 store 2 ,mem_usb_setup_bvalue_temp 
+0x7b64 034962 call usb0_reply_zerolen 
+0x7b65 034963 fetch 1 ,mem_device_option 
+0x7b66 034964 rtnne dvc_op_dongle 
+0x7b67 034965 fetch 1 ,mem_usb_tx_win_enable 
+0x7b68 034966 rtn blank 
+0x7b69 034967 fetch 1 ,mem_usb0_set_report_data 
+:      034968 usb_get_led_status:
+0x7b6a 034969 store 1 ,mem_24g_led_status 
+0x7b6b 034970 jam 0 ,mem_usb_tx_win_enable 
+0x7b6c 034971 jam kb_led_ackpayload ,mem_24g_ackpayload_enable 
+0x7b6d 034972 rtn 
+:      034975 usb_set_report_resume_judge:
+0x7b6e 034976 fetch 2 ,mem_usb_setup_bvalue 
+0x7b6f 034977 arg pc_set_report_bvalue ,temp 
+0x7b70 034978 isub temp ,null 
+0x7b71 034979 nrtn zero 
+0x7b72 034980 fetch 2 ,mem_usb_setup_windex 
+0x7b73 034981 arg pc_set_report_windex ,temp 
+0x7b74 034982 isub temp ,null 
+0x7b75 034983 nrtn zero 
+0x7b76 034984 fetch 2 ,mem_usb_setup_blength 
+0x7b77 034985 arg pc_set_report_blength ,temp 
+0x7b78 034986 isub temp ,null 
+0x7b79 034987 nrtn zero 
+0x7b7a 034988 jam 1 ,mem_usb_tx_win_enable 
+0x7b7b 034989 rtn 
+:      034992 usb_set_protocol_req:
+0x7b7c 034993 fetch 1 ,mem_usb_setup_blength 
+0x7b7d 034994 bne 0 ,usb0_force_stall 
+0x7b7e 034995 fetch 1 ,mem_usb_setup_bvalue 
+0x7b7f 034996 beq boot_protocol ,usb_set_boot_protocol 
+0x7b80 034997 beq report_protocol ,usb_set_report_protocol 
+0x7b81 034998 branch usb0_force_stall 
+:      034999 usb_set_boot_protocol:
+0x7b82 035000 jam 0 ,mem_usb_set_protocol_status 
+0x7b83 035001 jam 1 ,mem_usb_set_protocol_value 
+0x7b84 035002 branch usb0_reply_zerolen 
+:      035003 usb_set_report_protocol:
+0x7b85 035004 jam 1 ,mem_usb_tx_mac_enable 
+0x7b86 035005 jam 1 ,mem_usb_set_protocol_status 
+0x7b87 035006 jam 0 ,mem_usb_set_protocol_value 
+0x7b88 035007 branch usb0_reply_zerolen 
+:      035010 usb0_respond_length:
+0x7b89 035011 ifetchr regb ,1 ,rega 
+0x7b8a 035012 increase 1 ,rega 
+:      035014 usb0_respond:
+0x7b8b 035015 bpatchx patch20_4 ,mem_patch20 
+0x7b8c 035016 set1 mark_usb_first_resp ,mark 
+0x7b8d 035017 bmark0 mark_isstr ,usb0_respond_nostr 
+0x7b8e 035018 increase 1 ,regb 
+0x7b8f 035019 lshift regb ,regb 
+:      035020 usb0_respond_nostr:
+0x7b90 035021 storer rega ,2 ,mem_bufptr 
+0x7b91 035022 storer regb ,1 ,mem_remain 
+0x7b92 035023 branch usb0_tx 
+0x7b93 035024 rtn 
+:      035026 usb_no_respond_data:
+0x7b94 035027 arg 0 ,queue 
+0x7b95 035028 branch usb_trig 
+:      035033 usb0_tx:
+0x7b96 035034 bpatchx patch20_5 ,mem_patch20 
+0x7b97 035035 fetch 1 ,core_usb_txbusy 
+0x7b98 035036 rtnbit1 0 
+0x7b99 035037 fetch 1 ,mem_remain 
+0x7b9a 035038 rtn blank 
+0x7b9b 035039 copy pdata ,loopcnt 
+0x7b9c 035040 iforce temp 
+0x7b9d 035041 fetch 2 ,mem_usb_setup_blength 
+0x7b9e 035042 sub pdata ,ep0_packet_size ,null 
+0x7b9f 035043 branch usb0_tx_short ,positive 
+0x7ba0 035044 sub loopcnt ,ep0_packet_size ,null 
+0x7ba1 035045 branch usb0_tx_info ,positive 
+0x7ba2 035046 force ep0_packet_size ,loopcnt 
+0x7ba3 035047 branch usb0_tx_info 
+:      035048 usb0_tx_short:
+0x7ba4 035049 isub loopcnt ,null 
+0x7ba5 035050 branch usb0_tx_info ,positive 
+0x7ba6 035051 iforce loopcnt 
+0x7ba7 035052 store 1 ,mem_remain 
+:      035053 usb0_tx_info:
+0x7ba8 035054 fetch 1 ,mem_remain 
+0x7ba9 035055 isub loopcnt ,pdata 
+0x7baa 035056 store 1 ,mem_remain 
+0x7bab 035057 add loopcnt ,-1 ,pdata 
+0x7bac 035058 store 1 ,mem_usb_txbuf 
+0x7bad 035059 bmark0 mark_isstr ,usb0_tx_nostr 
+0x7bae 035060 rshift pdata ,pdata 
+0x7baf 035061 add loopcnt ,-1 ,pdata 
+0x7bb0 035062 store 1 ,mem_usb_txbuf 
+0x7bb1 035063 bmark0 mark_usb_first_resp ,usb0_tx_nostr 
+0x7bb2 035064 set0 mark_usb_first_resp ,mark 
+0x7bb3 035065 istoret 1 ,contw 
+0x7bb4 035066 setarg 3 
+0x7bb5 035067 istore 1 ,contw 
+0x7bb6 035068 increase -1 ,loopcnt 
+0x7bb7 035069 copy loopcnt ,pdata 
+0x7bb8 035070 nbranch usb0_tx_nostr ,zero 
+0x7bb9 035071 increase 1 ,loopcnt 
+:      035072 usb0_tx_nostr:
+0x7bba 035073 fetch 2 ,mem_bufptr 
+0x7bbb 035074 copy pdata ,contr 
+:      035075 usb0_tx0:
+0x7bbc 035076 ifetch 1 ,contr 
+0x7bbd 035077 istore 1 ,contw 
+0x7bbe 035078 bmark0 mark_isstr ,usb0_tx1 
+0x7bbf 035079 setarg 0 
+0x7bc0 035080 istore 1 ,contw 
+:      035081 usb0_tx1:
+0x7bc1 035082 loop usb0_tx0 
+0x7bc2 035083 copy contr ,pdata 
+0x7bc3 035084 store 2 ,mem_bufptr 
+0x7bc4 035085 setarg mem_usb_txbuf 
+0x7bc5 035086 store 2 ,core_usb_tx_saddr0 
+0x7bc6 035087 arg 0 ,queue 
+0x7bc7 035088 call usb_trig 
+0x7bc8 035089 fetch 1 ,mem_remain 
+0x7bc9 035090 nrtn blank 
+0x7bca 035091 jam 2 ,core_usb_clear_nak 
+0x7bcb 035092 fetch 1 ,mem_usb_state 
+0x7bcc 035093 rtnne usb_got_report_req 
+0x7bcd 035094 jam usb_connected ,mem_usb_state 
+0x7bce 035095 rtn 
+:      035099 usb_tx_ep1:
+0x7bcf 035100 arg mem_usb_txbuf1 ,rega 
+0x7bd0 035101 arg 1 ,queue 
+0x7bd1 035102 storer rega ,2 ,core_usb_tx_saddr1 
+:      035103 usb_tx_buf:
+0x7bd2 035104 add loopcnt ,-1 ,pdata 
+0x7bd3 035105 istore 1 ,rega 
+:      035106 usb_tx_loop:
+0x7bd4 035107 ifetch 1 ,contr 
+0x7bd5 035108 istore 1 ,contw 
+0x7bd6 035109 loop usb_tx_loop 
+:      035110 usb_trig:
+0x7bd7 035111 setarg 0 
+0x7bd8 035112 qset1 pdata 
+0x7bd9 035113 store 1 ,core_usb_trig 
+0x7bda 035114 rtn 
+:      035116 usb_tx_ep2:
+0x7bdb 035117 arg 2 ,queue 
+0x7bdc 035118 arg mem_usb_txbuf2 ,rega 
+0x7bdd 035119 storer rega ,2 ,core_usb_tx_saddr2 
+0x7bde 035120 branch usb_tx_buf 
+:      035122 usb_tx:
+0x7bdf 035123 bpatchx patch20_6 ,mem_patch20 
+0x7be0 035124 fetch 1 ,mem_usb_tx_enable 
+0x7be1 035125 rtn blank 
+0x7be2 035126 fetch 1 ,core_usb_txbusy 
+0x7be3 035127 and_into 0x0f ,pdata 
+0x7be4 035128 nbranch usb_inwake_state_tx_dispose ,blank 
+0x7be5 035129 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x7be6 035130 branch usb_tx_fifo_release ,blank 
+0x7be7 035131 fetch 1 ,mem_usb_state 
+0x7be8 035132 beq usb_sleep ,usb_windows_wakeup 
+0x7be9 035133 bne usb_connected ,usb_tx_fifo_release 
+0x7bea 035134 fetch 1 ,mem_usb_clear_remote_wakeup 
+0x7beb 035135 nbranch usb_tx_fifo_release ,blank 
+0x7bec 035136 call usb_tx_data_ep1 
+0x7bed 035137 branch usb_tx_data_ep2 
+:      035139 usb_tx_data_ep1:
+0x7bee 035140 fetch 1 ,core_usb_txbusy 
+0x7bef 035141 rtnbit1 1 
+0x7bf0 035142 fetch 1 ,mem_usb_tx_enable 
+0x7bf1 035143 rtnbit0 1 
+0x7bf2 035144 fetch 1 ,mem_usb_tx_enable 
+0x7bf3 035145 set0 1 ,pdata 
+0x7bf4 035146 store 1 ,mem_usb_tx_enable 
+0x7bf5 035147 fetch 1 ,mem_usb_ep1_data 
+0x7bf6 035148 rtn blank 
+0x7bf7 035149 beq usb_ep1_kb ,usb_tx_kb_normal_data 
+0x7bf8 035150 branch assert 
+:      035152 usb_tx_data_ep2:
+0x7bf9 035153 fetch 1 ,core_usb_txbusy 
+0x7bfa 035154 rtnbit1 2 
+0x7bfb 035155 fetch 1 ,mem_usb_tx_enable 
+0x7bfc 035156 rtnbit0 2 
+0x7bfd 035157 fetch 1 ,mem_usb_tx_enable 
+0x7bfe 035158 set0 2 ,pdata 
+0x7bff 035159 store 1 ,mem_usb_tx_enable 
+0x7c00 035160 fetch 1 ,mem_usb_ep2_data 
+0x7c01 035161 rtn blank 
+0x7c02 035162 beq usb_ep2_ms ,usb_tx_ms_data 
+0x7c03 035163 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
+0x7c04 035164 beq usb_ep2_systemkey ,usb_tx_kb_systemkey_data 
+0x7c05 035165 branch assert 
+:      035167 usb_tx_fifo_release:
+0x7c06 035169 arg mem_usb_mouse_data ,contw 
+0x7c07 035170 arg 64 ,loopcnt 
+0x7c08 035171 branch memset0 
+:      035173 usb_tx_ms_data:
+0x7c09 035174 fetch 1 ,mem_usb_idle_flag 
+0x7c0a 035175 fetcht 1 ,mem_usb_get_protocol_flag 
+0x7c0b 035176 iand temp ,pdata 
+0x7c0c 035177 branch usb_tx_ms_data_normal_mode ,blank 
+0x7c0d 035178 fetcht 1 ,mem_usb_set_protocol_status 
+0x7c0e 035179 iadd temp ,pdata 
+0x7c0f 035180 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
+0x7c10 035181 branch usb_tx_ms_data_normal_mode 
+:      035183 usb_tx_ms_data_mac_boot_mode:
+0x7c11 035184 jam 0 ,mem_usb_ep2_data 
+:      035185 usb_tx_ms_data_mac_boot_regroup:
+0x7c12 035186 fetch 1 ,mem_usb_mouse_data + 1 
+0x7c13 035187 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x7c14 035188 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x7c15 035189 fetch 1 ,mem_usb_mouse_data + 1 
+0x7c16 035190 store 1 ,mem_usb_mouse_data 
+0x7c17 035191 fetch 1 ,mem_usb_mouse_data + 2 
+0x7c18 035192 istore 1 ,contw 
+0x7c19 035193 fetch 1 ,mem_usb_mouse_data + 4 
+0x7c1a 035194 istore 1 ,contw 
+0x7c1b 035195 fetch 1 ,mem_usb_mouse_data + 6 
+0x7c1c 035196 istore 1 ,contw 
+0x7c1d 035197 arg 4 ,loopcnt 
+0x7c1e 035198 arg mem_usb_mouse_data ,contr 
+0x7c1f 035199 branch usb_tx_ep2 
+:      035201 usb_tx_ms_data_normal_mode:
+0x7c20 035202 jam 0 ,mem_usb_ep2_data 
+:      035203 usb_tx_mac_boot_ms_regroup_r_or_lrkey:
+0x7c21 035204 arg 8 ,loopcnt 
+0x7c22 035205 arg mem_usb_mouse_data ,contr 
+0x7c23 035206 branch usb_tx_ep2 
+:      035208 usb_tx_kb_multikey_data:
+0x7c24 035209 jam 0 ,mem_usb_ep2_data 
+0x7c25 035210 arg 3 ,loopcnt 
+0x7c26 035211 arg mem_usb_kb_multikey ,contr 
+0x7c27 035212 branch usb_tx_ep2 
+:      035214 usb_tx_kb_normal_data:
+0x7c28 035215 jam 0 ,mem_usb_ep1_data 
+0x7c29 035216 arg 8 ,loopcnt 
+0x7c2a 035217 arg mem_usb_kb_data ,contr 
+0x7c2b 035218 branch usb_tx_ep1 
+:      035220 usb_tx_kb_systemkey_data:
+0x7c2c 035221 jam 0 ,mem_usb_ep2_data 
+0x7c2d 035222 arg 2 ,loopcnt 
+0x7c2e 035223 arg mem_usb_kb_system ,contr 
+0x7c2f 035224 branch usb_tx_ep2 
+:      035226 usb_inwake_state_tx_dispose:
+0x7c30 035227 fetch 1 ,mem_usb_state 
+0x7c31 035228 beq usb_connected ,usb_mac_wakeup_trig 
+0x7c32 035229 rtn 
+:      035230 usb_mac_wakeup_trig:
+0x7c33 035231 fetch 1 ,core_usb_config 
+0x7c34 035232 set1 7 ,pdata 
+0x7c35 035233 store 1 ,core_usb_config 
+0x7c36 035234 jam 1 ,mem_usb_mac_wakeup_trig 
+0x7c37 035235 rtn 
+:      035237 usb_mac_wakeup_judge:
+0x7c38 035238 fetch 1 ,mem_usb_state 
+0x7c39 035239 rtneq usb_sleep 
+0x7c3a 035240 beq usb_connected ,usb_mac_wakeup 
+0x7c3b 035241 rtn 
+:      035242 usb_mac_wakeup:
+0x7c3c 035243 fetch 1 ,mem_usb_mac_wakeup_trig 
+0x7c3d 035244 rtn blank 
+0x7c3e 035245 jam 1 ,mem_usb_wakestate_onetime_flag 
+0x7c3f 035246 branch usb_wakeup 
+:      035248 usb_windows_wakeup:
+0x7c40 035249 arg usb_timer_wakeup ,queue 
+0x7c41 035250 call timer_check 
+0x7c42 035251 nrtn blank 
+:      035252 usb_wakeup:
+0x7c43 035253 fetch 1 ,core_usb_config 
+0x7c44 035254 rtnbit0 7 
+0x7c45 035255 jam 0xfc ,core_usb_config 
+0x7c46 035256 nop 30000 
+0x7c47 035257 jam 0x3c ,core_usb_config 
+0x7c48 035258 rtn 
+:      035265 push_stack:
+0x7c49 035266 storer contw ,2 ,mem_contw 
+0x7c4a 035267 storet 8 ,mem_temp 
+0x7c4b 035268 storer timeup ,4 ,mem_timeup 
+0x7c4c 035269 call push_stack_rega_b_c 
+0x7c4d 035270 storer contr ,2 ,mem_contr 
+0x7c4e 035271 storer loopcnt ,2 ,mem_loopcnt 
+0x7c4f 035272 storer queue ,2 ,mem_queue 
+0x7c50 035273 rtn 
+:      035275 push_stack_rega_b_c:
+0x7c51 035276 storer rega ,4 ,mem_rega 
+0x7c52 035277 storer regb ,4 ,mem_regb 
+0x7c53 035278 storer regc ,3 ,mem_regc 
+0x7c54 035279 rtn 
+:      035281 pop_stack:
+0x7c55 035282 bpatchx patch20_7 ,mem_patch20 
+0x7c56 035283 fetch 2 ,mem_contw 
+0x7c57 035284 iforce contw 
+0x7c58 035285 fetcht 8 ,mem_temp 
+0x7c59 035286 fetchr timeup ,4 ,mem_timeup 
+0x7c5a 035287 call pop_stack_rega_b_c 
+0x7c5b 035288 fetchr loopcnt ,2 ,mem_loopcnt 
+0x7c5c 035289 fetchr queue ,2 ,mem_queue 
+0x7c5d 035290 fetch 2 ,mem_contr 
+0x7c5e 035291 iforce contr 
+0x7c5f 035292 rtn 
+:      035294 pop_stack_rega_b_c:
+0x7c60 035295 fetchr rega ,4 ,mem_rega 
+0x7c61 035296 fetchr regb ,4 ,mem_regb 
+0x7c62 035297 fetchr regc ,3 ,mem_regc 
+0x7c63 035298 rtn 
+:      035300 get_contw:
+0x7c64 035301 fetch 2 ,mem_contw 
+0x7c65 035302 copy pdata ,contw 
+0x7c66 035303 rtn 
+:      035304 get_contr:
+0x7c67 035305 fetch 2 ,mem_contr 
+0x7c68 035306 copy pdata ,contr 
+0x7c69 035307 rtn 
+:      035309 store_contw:
+0x7c6a 035310 copy contw ,pdata 
+0x7c6b 035311 store 2 ,mem_contw 
+0x7c6c 035312 rtn 
+:      035313 store_contr:
+0x7c6d 035314 copy contr ,pdata 
+0x7c6e 035315 store 2 ,mem_contr 
+0x7c6f 035316 rtn 
+:      035320 save_cont_pointers:
+0x7c70 035321 copy contw ,pdata 
+0x7c71 035322 store 2 ,mem_contw 
+0x7c72 035323 copy contr ,pdata 
+0x7c73 035324 store 2 ,mem_contr 
+0x7c74 035325 rtn 
+:      035327 load_cont_pointers:
+0x7c75 035328 fetch 2 ,mem_contw 
+0x7c76 035329 copy pdata ,contw 
+0x7c77 035330 fetch 2 ,mem_contr 
+0x7c78 035331 copy pdata ,contr 
+0x7c79 035332 rtn 
+:      035337 get_diff:
+0x7c7a 035338 isub temp ,rega 
+0x7c7b 035339 rtn positive 
+0x7c7c 035340 arg 0x100 ,rega 
+0x7c7d 035341 iadd rega ,pdata 
+0x7c7e 035342 isub temp ,rega 
+0x7c7f 035343 rtn 
+:      035345 memcpy96:
+0x7c80 035346 call memcpy32 
+:      035347 memcpy64:
+0x7c81 035348 call memcpy32 
+0x7c82 035349 branch memcpy32 
+:      035352 memcpy12:
+0x7c83 035353 call memcpy8 
+:      035354 memcpy4:
+0x7c84 035355 ifetch 1 ,contr 
+0x7c85 035356 istore 1 ,contw 
+:      035357 memcpy3:
+0x7c86 035358 ifetch 3 ,contr 
+0x7c87 035359 istore 3 ,contw 
+0x7c88 035360 rtn 
+:      035361 memcpy8:
+0x7c89 035362 ifetch 8 ,contr 
+0x7c8a 035363 istore 8 ,contw 
+0x7c8b 035364 rtn 
+:      035366 memcpy48:
+0x7c8c 035367 call memcpy16 
+:      035368 memcpy32:
+0x7c8d 035369 call memcpy8 
+:      035370 memcpy24:
+0x7c8e 035371 call memcpy8 
+:      035372 memcpy16:
+0x7c8f 035373 call memcpy8 
+0x7c90 035374 branch memcpy8 
+:      035376 delay:
+0x7c91 035377 increase -1 ,pdata 
+0x7c92 035378 nop 38 
+0x7c93 035379 nbranch delay ,blank 
+0x7c94 035380 rtn 
+:      035383 delay_10ms:
+0x7c95 035384 arg 10 ,loopcnt 
+:      035385 delay_ms_wait:
+0x7c96 035386 nop 12000 
+0x7c97 035387 loop delay_ms_wait 
+0x7c98 035388 rtn 
+:      035391 memset0_16:
+0x7c99 035392 call memset0_8 
+:      035393 memset0_8:
+0x7c9a 035394 call memset0_4 
+:      035395 memset0_4:
+0x7c9b 035396 force 4 ,loopcnt 
+0x7c9c 035397 branch memset0 
+:      035399 clear_mem_256:
+0x7c9d 035400 force 32 ,loopcnt 
+0x7c9e 035401 branch memset0 
+:      035402 clear_mem_512:
+0x7c9f 035403 force 64 ,loopcnt 
+0x7ca0 035404 branch memset0 
+:      035406 clear_mem:
+0x7ca1 035407 deposit loopcnt 
+0x7ca2 035408 rtn blank 
+:      035409 memset0:
+0x7ca3 035410 force 0 ,pdata 
+0x7ca4 035411 lstore contw 
+0x7ca5 035412 rtn 
+:      035414 clear_temp_block:
+0x7ca6 035415 arg 32 ,loopcnt 
+0x7ca7 035416 arg mem_temp_block0 ,contw 
+0x7ca8 035417 branch clear_mem 
+:      035419 xor_loop:
+0x7ca9 035420 ifetch 4 ,regc 
+0x7caa 035421 ifetcht 4 ,rega 
+0x7cab 035422 ixor temp ,pdata 
+0x7cac 035423 istore 4 ,contw 
+0x7cad 035424 increase 4 ,rega 
+0x7cae 035425 increase 4 ,regc 
+0x7caf 035426 loop xor_loop 
+0x7cb0 035427 rtn 
+:      035431 inverse_data:
+0x7cb1 035432 bpatchx patch21_0 ,mem_patch21 
+0x7cb2 035433 copy loopcnt ,pdata 
+0x7cb3 035434 sub pdata ,1 ,null 
+0x7cb4 035435 rtn positive 
+0x7cb5 035436 iadd rega ,regb 
+0x7cb6 035437 increase -1 ,regb 
+0x7cb7 035438 rshift loopcnt ,loopcnt 
+:      035439 inverse_loop:
+0x7cb8 035440 ifetcht 1 ,rega 
+0x7cb9 035441 ifetch 1 ,regb 
+0x7cba 035442 istore 1 ,rega 
+0x7cbb 035443 istoret 1 ,regb 
+0x7cbc 035444 increase -1 ,regb 
+0x7cbd 035445 increase 1 ,rega 
+0x7cbe 035446 loop inverse_loop 
+0x7cbf 035447 rtn 
+:      035449 le2be_6byte:
+:      035450 inverse_data_6byte:
+0x7cc0 035451 rshift32 pdata ,temp 
+0x7cc1 035452 call inverse_data_4byte 
+0x7cc2 035453 byteswap temp ,temp 
+0x7cc3 035454 lshift16 pdata ,pdata 
+0x7cc4 035455 ior temp ,pdata 
+0x7cc5 035456 rtn 
+:      035459 le2be_4byte:
+:      035460 inverse_data_4byte:
+0x7cc6 035461 rshift16 pdata ,contr 
+0x7cc7 035462 byteswap contr ,contr 
+0x7cc8 035463 byteswap pdata ,pdata 
+0x7cc9 035464 lshift16 pdata ,pdata 
+0x7cca 035465 ior contr ,pdata 
+0x7ccb 035466 rtn 
+:      035469 memcpy_fast:
+0x7ccc 035470 bpatchx patch21_1 ,mem_patch21 
+0x7ccd 035471 deposit loopcnt 
+0x7cce 035472 rtn blank 
+:      035473 memcpy_fast_loop:
+0x7ccf 035474 increase -8 ,loopcnt 
+0x7cd0 035475 call memcpy8 ,positive 
+0x7cd1 035476 rtn zero 
+0x7cd2 035477 branch memcpy_fast_loop ,positive 
+0x7cd3 035478 increase 8 ,loopcnt 
+:      035479 memcpy_fast_loop_four:
+0x7cd4 035480 increase -4 ,loopcnt 
+0x7cd5 035481 call memcpy4 ,positive 
+0x7cd6 035482 rtn zero 
+0x7cd7 035483 branch memcpy_fast_loop_four ,positive 
+0x7cd8 035484 increase 4 ,loopcnt 
+0x7cd9 035485 branch memcpy 
+:      035487 memcpy:
+0x7cda 035488 deposit loopcnt 
+0x7cdb 035489 rtn blank 
+:      035490 memcpy_loop:
+0x7cdc 035491 ifetch 1 ,contr 
+0x7cdd 035492 istore 1 ,contw 
+0x7cde 035493 loop memcpy_loop 
+0x7cdf 035494 rtn 
+:      035496 timer_stop:
+0x7ce0 035497 setarg 0 
+:      035498 timer_init:
+0x7ce1 035501 store 2 ,mem_pdatatemp 
+0x7ce2 035502 bpatchx patch21_2 ,mem_patch21 
+0x7ce3 035503 call timer_check 
+0x7ce4 035504 fetcht 2 ,mem_pdatatemp 
+0x7ce5 035505 arg mem_timers ,contw 
+0x7ce6 035507 lshift queue ,pdata 
+0x7ce7 035508 iadd contw ,contw 
+0x7ce8 035509 istoret 2 ,contw 
+0x7ce9 035510 rtn 
+:      035512 timer_check_timeout:
+0x7cea 035513 arg 0x800 ,timeup 
+0x7ceb 035514 lshift16 timeup ,timeup 
+0x7cec 035515 iadd timeup ,pdata 
+0x7ced 035516 rtn 
+:      035519 timer_reinit:
+0x7cee 035520 arg 0 ,queue 
+:      035521 timer_check:
+0x7cef 035522 bpatchx patch21_3 ,mem_patch21 
+0x7cf0 035523 fetcht 4 ,mem_last_clkn 
+0x7cf1 035524 rshift clkn_bt ,pdata 
+0x7cf2 035525 store 4 ,mem_last_clkn 
+0x7cf3 035526 isub temp ,null 
+0x7cf4 035527 ncall timer_check_timeout ,positive 
+0x7cf5 035528 isub temp ,timeup 
+0x7cf6 035529 copy timeup ,temp 
+0x7cf7 035530 arg mem_timers ,contr 
+0x7cf8 035531 copy contr ,contw 
+0x7cf9 035532 arg 16 ,loopcnt 
+:      035533 timer_loop:
+0x7cfa 035534 ifetch 2 ,contr 
+0x7cfb 035535 isub temp ,pdata 
+0x7cfc 035536 branch timer_counting ,positive 
+0x7cfd 035537 force 0 ,pdata 
+:      035538 timer_counting:
+0x7cfe 035539 istore 2 ,contw 
+0x7cff 035540 loop timer_loop 
+0x7d00 035541 arg mem_timers ,contr 
+0x7d01 035542 lshift queue ,pdata 
+0x7d02 035543 iadd contr ,contr 
+0x7d03 035544 ifetch 2 ,contr 
+0x7d04 035545 rtn 
+:      035550 clk_add:
+0x7d05 035551 iadd temp ,temp 
+0x7d06 035552 copy temp ,loopcnt 
+0x7d07 035553 fetch 2 ,mem_param_rt_rthalfslot 
+0x7d08 035554 isub loopcnt ,pdata 
+0x7d09 035555 rtn positive 
+0x7d0a 035556 sub pdata ,0 ,pdata 
+0x7d0b 035557 rshift16 temp ,temp 
+0x7d0c 035558 increase 1 ,temp 
+0x7d0d 035559 lshift16 temp ,temp 
+0x7d0e 035560 ior temp ,temp 
+0x7d0f 035561 rtn 
+:      035563 clk_diff_rt:
+0x7d10 035564 call clk_diff 
+0x7d11 035565 branch clk2rt 
+:      035568 clk_diff:
+0x7d12 035569 disable user 
+0x7d13 035570 isub temp ,pdata 
+0x7d14 035571 branch clk_diff_pos ,positive 
+0x7d15 035572 enable user 
+0x7d16 035573 sub pdata ,0 ,pdata 
+:      035574 clk_diff_pos:
+0x7d17 035575 rtnbit0 15 
+0x7d18 035576 copy pdata ,regab 
+0x7d19 035577 arg 0x10000 ,temp 
+0x7d1a 035578 fetch 2 ,mem_param_rt_rthalfslot 
+0x7d1b 035579 isub temp ,pdata 
+0x7d1c 035580 iadd regab ,pdata 
+0x7d1d 035581 set0 64 ,pdata 
+0x7d1e 035582 rtn 
+:      035586 clk2rt:
+0x7d1f 035587 fetcht 2 ,mem_param_rt_rthalfslot 
+0x7d20 035588 iforce contr 
+0x7d21 035589 rshift16 pdata ,pdata 
+0x7d22 035590 imul32 temp ,pdata 
+0x7d23 035591 iadd contr ,pdata 
+0x7d24 035592 rtn 
+:      035595 clk2lpo:
+0x7d25 035596 lshift8 pdata ,pdata 
+0x7d26 035597 lshift4 pdata ,pdata 
+0x7d27 035598 fetcht 3 ,mem_clks_per_lpo 
+0x7d28 035599 idiv temp 
+0x7d29 035600 call wait_div_end 
+0x7d2a 035601 quotient temp 
+0x7d2b 035602 rtn 
+:      035605 clk2bt:
+0x7d2c 035606 fetcht 2 ,mem_param_rt_rthalfslot 
+0x7d2d 035607 idiv temp 
+0x7d2e 035608 call get_div_result 
+0x7d2f 035609 lshift16 pdata ,pdata 
+0x7d30 035610 remainder temp 
+0x7d31 035611 ior temp ,temp 
+0x7d32 035612 rtn 
+:      035619 string2dec_from_uart:
+0x7d33 035620 arg 0 ,temp 
+:      035621 string2dec_from_uart_done:
+0x7d34 035622 copy temp ,regab 
+0x7d35 035623 ifetch 1 ,contu 
+0x7d36 035624 call uchar2dialog 
+0x7d37 035625 copy regab ,temp 
+0x7d38 035626 call swap 
+0x7d39 035627 arg 10 ,regb 
+0x7d3a 035628 imul32 regb ,pdata 
+0x7d3b 035629 iadd temp ,pdata 
+0x7d3c 035630 copy pdata ,temp 
+0x7d3d 035631 loop string2dec_from_uart_done 
+0x7d3e 035632 rtn 
+:      035636 uchar2dialog:
+0x7d3f 035637 arg 0x3a ,temp 
+0x7d40 035638 isub temp ,null 
+0x7d41 035639 nbranch uchar2dialog_number ,positive 
+0x7d42 035640 arg 0x61 ,temp 
+0x7d43 035641 isub temp ,null 
+0x7d44 035642 branch uchar2dialog_a2f ,positive 
+0x7d45 035643 arg 0x37 ,temp 
+0x7d46 035644 isub temp ,pdata 
+0x7d47 035645 rtn 
+:      035646 uchar2dialog_number:
+0x7d48 035647 arg 0x30 ,temp 
+0x7d49 035648 isub temp ,pdata 
+0x7d4a 035649 rtn 
+:      035650 uchar2dialog_a2f:
+0x7d4b 035651 arg 0x57 ,temp 
+0x7d4c 035652 isub temp ,pdata 
+0x7d4d 035653 rtn 
+:      035656 right_shift_n:
+0x7d4e 035657 sub loopcnt ,0 ,null 
+0x7d4f 035658 rtn zero 
+:      035659 right_shift_n_loop:
+0x7d50 035660 rshift pdata ,pdata 
+0x7d51 035661 loop right_shift_n_loop 
+0x7d52 035662 rtn 
+:      035665 left_shift_n:
+0x7d53 035666 force 1 ,pdata 
+0x7d54 035667 sub loopcnt ,0 ,null 
+0x7d55 035668 rtn zero 
+:      035669 left_shift_n_loop:
+0x7d56 035670 lshift pdata ,pdata 
+0x7d57 035671 loop left_shift_n_loop 
+0x7d58 035672 rtn 
+:      035676 calc_average:
+0x7d59 035677 setarg 0 
+0x7d5a 035678 copy loopcnt ,rega 
+:      035679 calc_average_loop:
+0x7d5b 035680 ifetcht 2 ,contr 
+0x7d5c 035681 iadd temp ,pdata 
+0x7d5d 035682 loop calc_average_loop 
+0x7d5e 035683 idiv rega 
+:      035684 get_div_result:
+0x7d5f 035685 call wait_div_end 
+0x7d60 035686 quotient pdata 
+0x7d61 035687 rtn 
+:      035689 wait_div_end:
+0x7d62 035690 rtn modone 
+0x7d63 035691 branch wait_div_end 
+:      035701 compare_loop:
+:      035702 string_compare:
+0x7d64 035703 ifetch 1 ,rega 
+0x7d65 035704 ifetcht 1 ,regb 
+0x7d66 035705 isub temp ,null 
+0x7d67 035706 nrtn zero 
+0x7d68 035707 increase 1 ,rega 
+0x7d69 035708 increase 1 ,regb 
+0x7d6a 035709 loop string_compare 
+0x7d6b 035710 branch enable_zero 
+:      035714 ceiling:
+0x7d6c 035715 isub temp ,null 
+0x7d6d 035716 nrtn positive 
+0x7d6e 035717 deposit temp 
+0x7d6f 035718 rtn 
+:      035720 swap:
+0x7d70 035721 iadd temp ,pdata 
+0x7d71 035722 isub temp ,temp 
+0x7d72 035723 isub temp ,pdata 
+0x7d73 035724 rtn 
+:      035726 clean_smem:
+0x7d74 035727 arg 0 ,contw 
+0x7d75 035728 branch clean_mem 
+:      035730 clean_xmem:
+0x7d76 035731 arg 0x4000 ,contw 
+:      035732 clean_mem:
+0x7d77 035733 arg 0x1000 ,loopcnt 
+0x7d78 035734 branch memset0 
+:      035737 callback_func:
+0x7d79 035738 rtn blank 
+0x7d7a 035739 copy pdata ,pc 
+:      035742 ice_break_disable_wdt:
+0x7d7b 035743 call wdt_set_disable 
+:      035745 ice_break:
+0x7d7c 035746 jam 0x1 ,core_ice_ctrl 
+0x7d7d 035747 rtn 
+:      035749 ice_setbp:
+0x7d7e 035750 store 2 ,core_ice_break0 
+0x7d7f 035751 fetch 1 ,core_ice_ctrl 
+0x7d80 035752 set1 4 ,pdata 
+0x7d81 035753 store 1 ,core_ice_ctrl 
+0x7d82 035754 rtn 
+:      035755 ice_setbp2:
+0x7d83 035756 store 2 ,core_ice_break1 
+0x7d84 035757 fetch 1 ,core_ice_ctrl 
+0x7d85 035758 set1 6 ,pdata 
+0x7d86 035759 store 1 ,core_ice_ctrl 
+0x7d87 035760 rtn 
+:      035762 ice_set_write_bp:
+0x7d88 035763 store 2 ,core_ice_break0 
+0x7d89 035764 jam 0x30 ,core_ice_ctrl 
+0x7d8a 035765 rtn 
+:      035773 fifo_in:
+0x7d8b 035774 bpatchx patch21_4 ,mem_patch21 
+0x7d8c 035775 ifetcht util_fifo_len ,rega 
+0x7d8d 035776 and temp ,0xff ,pdata 
+0x7d8e 035777 nbranch fifo_in_push ,blank 
+0x7d8f 035778 rshift8 temp ,pdata 
+0x7d90 035779 istore util_fifo_len ,rega 
+:      035780 fifo_in_push:
+0x7d91 035781 increase util_fifo_len + util_fifo_offset ,rega 
+0x7d92 035782 ifetch 1 ,rega 
+0x7d93 035783 nbranch assert ,blank 
+0x7d94 035784 fetch 1 ,mem_fifo_temp 
+0x7d95 035785 istore 1 ,rega 
+0x7d96 035786 rtn 
+:      035791 fifo_out:
+0x7d97 035792 bpatchx patch21_5 ,mem_patch21 
+0x7d98 035793 arg util_fifo_len ,loopcnt 
+0x7d99 035794 ifetch util_fifo_len ,rega 
+0x7d9a 035795 rtn blank 
+:      035796 fifo_out_loop:
+0x7d9b 035797 ifetch 1 ,rega 
+0x7d9c 035798 nbranch fifo_out_end ,blank 
+0x7d9d 035799 increase 1 ,rega 
+0x7d9e 035800 loop fifo_out_loop 
+0x7d9f 035801 branch assert 
+:      035802 fifo_out_end:
+0x7da0 035803 arg 0 ,temp 
+0x7da1 035804 istoret 1 ,rega 
+0x7da2 035805 rtn 
+:      035810 fifo_is_empty:
+0x7da3 035811 ifetch util_fifo_len ,rega 
+0x7da4 035812 rtn 
+:      035817 fifo_is_full:
+0x7da5 035818 ifetch 1 ,rega 
+0x7da6 035819 rtn 
+:      035822 fifo_is_near_full:
+0x7da7 035823 ifetch 2 ,rega 
+0x7da8 035824 rtn 
+:      035828 fifo_content_count:
+0x7da9 035829 arg 0 ,temp 
+:      035830 fifo_content_count_loop:
+0x7daa 035831 fetch 1 ,contr 
+0x7dab 035832 loop fifo_content_count_loop ,blank 
+0x7dac 035833 increase 1 ,temp 
+0x7dad 035834 loop fifo_content_count_loop 
+0x7dae 035835 copy temp ,pdata 
+0x7daf 035836 rtn 
+:      035839 not_greater_than:
+0x7db0 035840 isub temp ,null 
+0x7db1 035841 nrtn positive 
+:      035842 copy_temp2pdata:
+0x7db2 035843 copy temp ,pdata 
+0x7db3 035844 rtn 
+:      035847 disable_positive:
+0x7db4 035848 force -1 ,null 
+0x7db5 035849 rtn 
+:      035850 enable_positive:
+:      035851 disable_zero:
+0x7db6 035852 force 1 ,null 
+0x7db7 035853 rtn 
+:      035854 enable_zero:
+0x7db8 035855 force 0 ,null 
+0x7db9 035856 rtn 
+:      035858 enable_user:
+0x7dba 035859 enable user 
+0x7dbb 035860 rtn 
+:      035862 disable_user:
+0x7dbc 035863 disable user 
+0x7dbd 035864 rtn 
+:      035866 enable_user2:
+0x7dbe 035867 enable user2 
+0x7dbf 035868 rtn 
+:      035870 disable_user2:
+0x7dc0 035871 disable user2 
+0x7dc1 035872 rtn 
+:      035874 enable_user7:
+0x7dc2 035875 enable user7 
+0x7dc3 035876 rtn 
+:      035878 disable_true:
+0x7dc4 035879 disable true 
+0x7dc5 035880 rtn 
+:      035882 enable_true:
+0x7dc6 035883 enable true 
+0x7dc7 035884 rtn 
+:      035886 disable_blank:
+0x7dc8 035887 setarg 1 
+0x7dc9 035888 rtn 
+:      035890 enable_blank:
+:      035891 set_pdata_0:
+0x7dca 035892 setarg 0 
+0x7dcb 035893 rtn 
+:      035897 cal_sum:
+0x7dcc 035898 sub loopcnt ,0 ,null 
+0x7dcd 035899 rtn zero 
+:      035900 cal_sum_loop:
+0x7dce 035901 ifetcht 1 ,contr 
+0x7dcf 035902 iadd temp ,pdata 
+0x7dd0 035903 loop cal_sum_loop 
+0x7dd1 035904 rtn 
+:      035907 reverse_byte:
+0x7dd2 035908 copy loopcnt ,pdata 
+0x7dd3 035909 rtn blank 
+0x7dd4 035910 copy contr ,pdata 
+0x7dd5 035911 iadd loopcnt ,pdata 
+0x7dd6 035912 increase -1 ,pdata 
+0x7dd7 035913 copy pdata ,contr 
+:      035914 reverse_loop:
+0x7dd8 035915 ifetch 1 ,contr 
+0x7dd9 035916 increase -2 ,contr 
+0x7dda 035917 istore 1 ,contw 
+0x7ddb 035918 loop reverse_loop 
+0x7ddc 035919 rtn 
+:      035922 lshift14:
+0x7ddd 035923 lshift16 pdata ,pdata 
+:      035924 rshift2:
+0x7dde 035925 rshift2 pdata ,pdata 
+0x7ddf 035926 rtn 
+:      035928 lshift6:
+0x7de0 035929 lshift8 pdata ,pdata 
+0x7de1 035930 branch rshift2 
+:      035933 clear_wake:
+0x7de2 035934 setarg 0 
+0x7de3 035935 store 8 ,mem_gpio_wakeup_cfg 
+0x7de4 035936 set1 25 ,pdata 
+0x7de5 035937 istore 4 ,contw 
+0x7de6 035938 rtn 
+:      035941 generate_random:
+0x7de7 035942 arg 16 ,loopcnt 
+:      035943 generate_random_loop:
+0x7de8 035944 random pdata 
+0x7de9 035945 istore 1 ,contw 
+0x7dea 035946 loop generate_random_loop 
+0x7deb 035947 rtn 
Index: output/bt_program23.meta
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/bt_program23.meta	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/bt_program23.meta	(working copy)
@@ -27,15 +27,15 @@
 //define AUTO_TEST
 //define PWM_SET
 //define SELECT_ANGLE
-//define UART_LOG
 define POWER_CTRL
 //define MORE_POWER_CTRL
+//define ADC_1121SB
+//define ADC_1121SB_1V8_MODE
 define SENSOR_ANGLE_ICE_SDIO
 
 	bbit1 8,pf_patch_ext
 	beq patch00_0,p_soft_reset
 	beq patch00_2,p_main_loop
-//	beq patch01_7,p_rx_dcoc
 	beq patch02_0,p_shutdown_radio
 	beq patch02_1,p_set_sync_on
 	beq patch02_4,p_set_lemode
@@ -43,8 +43,6 @@
 	beq patch03_0,p_txon
 	beq patch03_1,p_set_tx_power
 	beq patch03_2,p_initialize_radio_cont
-//	beq patch03_3,p_rfpll_aac_ghpc
-//	beq patch03_5,p_dpll_ring_ibias_calc
 	beq patch04_5,p_lpm_sleep
 	beq patch0d_0,p_mouse_cb_fuction
 	beq patch0d_1,p_mouse_load_device_info_check
@@ -52,7 +50,8 @@
 	beq patch0d_5,p_mouse_sensor_set_angle
 	beq patch0d_6,p_mouse_start_work
 	beq patch0e_3,p_mouse_setgpio_hibernate
-	beq patch0f_2,p_mouse_motion	
+	beq patch0e_4,p_mouse_lpm_before_common
+	beq patch0f_2,p_mouse_motion
 	beq patch0f_7,p_mouse_3io6key_check
 	beq patch10_1,p_mouse_init_sensor
 	beq patch10_4,p_mouse_buletooth_fast_conn_end
@@ -61,16 +60,17 @@
 	beq patch10_7,p_mouse_bb_event_timer
 	beq patch11_0,p_mouse_start_discovery
 	beq patch11_2,p_mouse_store_remote_bdaddr
+	beq patch11_3,p_mouse_app_initflag_check
 	beq patch11_4,p_mouse_store_device_info
 	beq patch11_5,p_mouse_store_dpi_info_check
 	beq patch11_6,p_mouse_idle
-	beq patch11_3,p_mouse_app_initflag_check
 	beq patch12_0,p_mouse_check_select_device_by_switch
 	beq patch12_5,p_mouse_24g_hibernate_set
 	beq patch12_6,p_mouse_24g_package_data
 	beq patch18_5,p_otp_read_data
+	beq patch1a_5,p_gpio_set_wake_by_current_state	
+	beq patch1a_6,p_gpio_set_wake
 	beq patch1b_2,p_sadc_calibration
-	beq patch1b_4,p_enable_adc
 	branch assert
 
 pf_patch_ext:
@@ -92,35 +92,6 @@
 
 
 
-//p_g24_ackpayload_parse:
-//	call 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 
-//	call memcpy
-//ifdef UART_LOG
-//	call p_buffer_print_rx
-//endif	
-//	rtn
-
-p_mouse_start_work:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING, p_mouse_24g_first_start_auto_pair_mode
-	branch mouse_start_work+3
-
-p_mouse_24g_first_start_auto_pair_mode:
-	call mouse_wakeup_from_power_check
-	branch p_mouse_24g_first_start_reconn,user
-	branch mouse_24g_reconn_general_dongle
-
-p_mouse_24g_first_start_reconn:
-	fetch 1,mem_device_flag
-	beq MODE_24G_DEVICE,mouse_24g_reconn_dongle_start
-	call mouse_bluetooth_fast_conn_disable
-	branch p_mouse_24g_first_bluetooth_reconnect
-	
 p_mouse_sensor_set_angle:
 	fetch 1,mem_sensor_angle_default
 	store 1,mem_config_sensor_angle
@@ -162,6 +133,7 @@
 p_shutdown_radio:
 	jam 0,0x8900
 	branch shutdown_radio+1
+
 p_set_sync_on:
 	jam 0x60,0x8a0f 
 	jam 0xaa,0x8a10 
@@ -185,7 +157,7 @@
 	
 	jam 0x0d,0x8946
 	jam 0x10,0x896f
-	jam 0xcd,0x8a13
+//	jam 0xcd,0x8a13
 	jam 0x10,0x8a06
 	jam 0x4a,0x8a84
 	jam 0x40,0x8a85
@@ -223,8 +195,7 @@
 	call p_rfpll_aac_ghpc
 	call p_set_xtal_cap
 	jam SYSTEM_CLK_12M,mem_system_clk
-	call sadc_calibration
-	branch p_dpll_ring_ibias_calc
+	branch sadc_calibration
 	
 p_set_xtal_cap:
 	rtn wake
@@ -285,6 +256,10 @@
 	store 1,0x8138 
 	until null,lpo_edge
 
+p_set_otp_config_wake:
+	fetch 2,mem_otp_charge_pump_x
+	rtn blank
+	store 2,mem_otp_charge_pump
 p_set_otp_config2:
 	fetch 1,0x8acb
 	and pdata,0xf0,pdata
@@ -311,12 +286,6 @@
 	store 1,0x8a02
 	rtn
 
-p_set_otp_config_wake:
-	fetch 2,mem_otp_charge_pump_x
-	rtn blank
-	store 2,mem_otp_charge_pump
-	branch p_set_otp_config2
-
 p_rf_rx_enable:
 	call rf_debug_rx_gpio_high
 	call rf_rx_agc_set
@@ -369,25 +338,39 @@
 	jam 0xf6,0x8a16 
 	branch txon+7
 
-p_set_tx_power:	
-	fetch 1,mem_last_freq	
-	beq 22,set_tx_power_f5db	
-	beq 46,set_tx_power_f5db	
+p_set_tx_power:
+	fetch 1,mem_last_freq
+	beq 22,set_tx_power_f5db
+	beq 46,set_tx_power_f5db
 	beq 70,set_tx_power_f5db
 	fetch 1,mem_tx_power
 	beq TX_POWER_6DB,set_tx_power_5db
-	//beq TX_POWER_10DB,p_set_tx_power_10db
-	//beq TX_POWER_F30DB,p_set_tx_power_f30db
+//	beq TX_POWER_10DB,p_set_tx_power_10db
+//	beq TX_POWER_F30DB,p_set_tx_power_f30db
 	//beq TX_POWER_F35DB,p_set_tx_power_f35db
 	//beq TX_POWER_F40DB,p_set_tx_power_f40db
 	beq TX_POWER_FACTORY,p_set_tx_power_factory
 	branch set_tx_power+2
+	
+p_set_tx_power_10db:
+	jam 0x25,0x8a14 
+	setarg 0xa93f3f
+	store 3,0x8a60
+	jam 0x1f,0x8a63 
+	rtn
+
 p_set_tx_power_factory:
 	jam 0x17,0x8a14 
 	fetch 3,mem_tx_power_factory_param_new
 	store 3,0x8a60
 	branch set_tx_power_8a63_28
 
+p_set_tx_power_f30db:
+	jam 0x17,0x8a14 
+	setarg 0x250300
+	store 3,0x8a60
+	branch set_tx_power_8a63_28
+
 p_rx_dcoc:
 	rtn wake
 	call set_sync_on
@@ -439,9 +422,6 @@
 p_rfpll_aac_ghpc:
 	rtn wake
 	branch rfpll_aac_ghpc+1
-	
-p_dpll_ring_ibias_calc:
-	rtn
 
 p_sadc_calibration:
 	rtn wake
@@ -461,33 +441,6 @@
 	storer regb,1,mem_spi_write_addr
 	rtn
 
-p_enable_adc:
-	call p_sadc_cal_write
-	fetch 1,core_gpadc_cfg1
-	set0 7,pdata
-	store 1,core_gpadc_cfg1
-	jam 0x77,core_gpadc_ctrl
-	jam 0xc1,core_gpadc_cfg0
-	jam 0x01,core_gpadc_cfg3
-	call sadc_channel
-	fetch 1,mem_adc_clkdiv
-	store 1,core_sadc_clkdiv
-	nop 3000
-	call p_sadc_read
-	jam 0,core_sadc_clkdiv
-	branch sadc_dma
-
-p_sadc_cal_write:
-	fetch 1,core_sadc_ctrl
-	set1 1,pdata
-	store 1,core_sadc_ctrl
-	fetchr regb,1,mem_spi_write_addr
-	fetch 1,mem_adc_cal_c7
-	store 1,mem_spi_write_addr
-	arg 8,loopcnt	//rg_gpadc_sar_dat_sel c0-c7
-	call sadc_cal_write+4
-	storer regb,1,mem_spi_write_addr
-	rtn
 
 p_sadc_read:
 	jam 0x03,core_sadc_ctrl
@@ -568,8 +521,6 @@
 p_le_check_retransmit_count:
 	fetcht 1,mem_le_arq
 	fetch 1,mem_le_rxbuf_data_header
-//	isolate1 md,pdata
-//	setflag true,mark_ble_rx_md,mark
 	rshift pdata,pdata
 	ixor temp,pdata
 	isolate1 nesn,pdata
@@ -595,12 +546,10 @@
 	store 2,mem_le_superto
 	setarg 0
 	store 4,mem_le_transmit_window	
-//	fetch 1,mem_le_conn_rcv_new
-//	store 1,mem_le_conn_first_rcv
 	rtn
+	
 p_le_rx_dec:
 	call le_check_retransmit	
-//	bmark1 mark_old_packet,le_retransmit_end_of_packet
 	fetchr rega, 1,mem_le_rxbuf_data_length
 	increase -4,rega
 	nbranch le_crc_fail_consecutive,positive
@@ -631,16 +580,16 @@
 	rtneq LLID_RESERVED
 	beq LLID_LE_LL,le_parse_ll
 	branch le_parse_l2cap
+	
+p_le_init_adv:
+	set0 mark_ble_crc_fail,mark	
+	branch le_init_adv+1
 
 p_le_adv_not_match:
 	call shutdown_radio
 	jam 0,0x8900
 	set0 mark_ble_crc_fail,mark
 	branch le_adv_not_match+1
-	
-p_le_init_adv:
-	set0 mark_ble_crc_fail,mark	
-	branch le_init_adv+1
 
 p_le_parse_l2cap:
 	ifetch 2,contr
@@ -719,6 +668,54 @@
 	call p_mouse_data_xy_release
 	branch mouse_le_next+12
 
+p_gpio_set_wake:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	arg 4,debug
+	isolate1 GPIO_ACTIVE_BIT,temp
+	branch gpio_set_wake_high,true
+	arg 3,debug
+	branch gpio_set_wake_high
+
+p_gpio_set_wake_by_current_state:
+	sub temp,GPIO_DISABLE,null
+	rtn zero
+	storet 1,mem_mouse_wheel_temp_gpio
+	call gpio_get_bit
+	branch p_gpio_set_qdec_mode,true
+p_gpio_set_low_wake_disable_qdec:
+	fetcht 1,mem_mouse_wheel_temp_gpio
+	call gpio_set_high_impedance
+	fetcht 1,mem_mouse_wheel_temp_gpio
+p_gpio_set_low_wake:
+	arg 3,debug
+	branch gpio_set_wake_high
+	
+p_gpio_set_qdec_mode:
+	jam 1,mem_mouse_qdec_set_flag
+	fetcht 1,mem_mouse_wheel_temp_gpio
+	call gpio_set_high_impedance
+	fetcht 1,mem_mouse_wheel_temp_gpio
+p_mouse_qdec_lpm_cfg:
+	arg 6,debug
+	branch gpio_set_wake_high
+
+p_mouse_puchk_disable:
+	setarg 0x10			//bit0-1:key_delay	bit2-3:pu_delay		bit4-6:interval	bit7:enable 
+p_mouse_puchk_set:
+	store 1,core_puwakeup
+	until null,lpo_edge
+	rtn
+
+p_mouse_puchk_enable:
+	setarg 0x80			//bit0-1:key_delay	bit2-3:pu_delay		bit4-6:interval	bit7:enable 
+	branch p_mouse_puchk_set
+
+p_mouse_lpm_before_common:
+	call p_clear_wake
+	jam 0,mem_mouse_qdec_set_flag
+	branch mouse_lpm_before_common+1
+	
 p_lpm_sleep:
 	//call xtal_fast_wake
 	fetch 2,mem_cb_before_lpm_sleep
@@ -728,8 +725,14 @@
 	iadd temp,pdata
 	store 4,mem_sleep_counter_all
 	call p_lpm_save_context
+	call p_mouse_puchk_set_check
 	branch lpm_sleep_skip_cb_function+4
 
+p_mouse_puchk_set_check:
+	fetch 1,mem_mouse_qdec_set_flag
+	branch p_mouse_puchk_disable,blank
+	branch p_mouse_puchk_enable
+
 p_lpm_save_context:
 	storer mark,8,mem_saved_mark
 	arg core_gpio_conf,contr
@@ -780,7 +783,6 @@
 	nbranch g24_reconn_device_fail,sync
 	nbranch g24_reconn_device_fail,user3
 	call g24_ackpayload_parse
-	
 	fetch 1,mem_24g_rxdata_length	//ack payload length 
 	branch p_recv_addr_zero_skip,blank
 p_g24_reconn_dispatch_next_2:	
@@ -795,11 +797,6 @@
 	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,g24_pair_start
 	branch g24_reconn_receiver_addr
 
-p_recv_addr_zero_skip:
-	fetch 4,mem_24g_rxpayload+2
-	rtn blank
-	branch p_g24_reconn_dispatch_next_2
-
 p_mouse_param_init:
 	call mouse_param_common_init
 	call p_mouse_le_buff_modify
@@ -812,6 +809,14 @@
 	store 2,mem_ble_l2cap_tx_buff_size_ptr
 	rtn
 
+p_recv_addr_zero_skip:
+	fetch 4,mem_24g_fast_conn_addr
+	fetcht 4,mem_24g_addr
+	branch p_g24_reconn_dispatch_next_2,zero
+	fetch 4,mem_24g_rxpayload+2
+	rtn blank
+	branch p_g24_reconn_dispatch_next_2
+
 p_power_ctrl_start:
 	fetch 1,mem_power_ctrl_disable
 	nrtn blank
@@ -879,45 +884,27 @@
 p_mouse_cb_fuction:
 	setarg mouse_24g_short_sleep
 	store 2,mem_cb_24g_transmit_short_sleep
-	setarg p_mouse_24g_long_sleep
+	setarg mouse_24g_long_sleep
 	store 2,mem_cb_24g_transmit_long_sleep
 	setarg p_mouse_24g_before_lpm_sleep
 	store 2,mem_cb_before_lpm_sleep
 	branch mouse_cb_fuction+7
 
 p_soft_reset:
+	nbranch soft_reset+1,wake
+	until null,lpo_edge
+	until null,lpo_edge
 	clear_stack
-	call mouse_wheel_gpio_init,wake
+	call p_mouse_wheel_init_set,wake
 	branch soft_reset+2
 
-p_mouse_24g_long_sleep:
-	call g24_lpm_wait
-	nrtn user
-	jam 1,mem_mouse_24g_long_sleep_flag
-	call g24_setgpio_lpm_before
-	jam 0,mem_mouse_24g_sleep_miss
-	call mouse_24g_send_time_long_wake
-	fetch 1,mem_sensor_shutdown_flag
-	ncall mouse_setgpio_hibernate,blank
-
-	call p_mouse_wheel_set_low_pullup
-
-	fetch 4,mem_24g_enter_hibernate
-	branch g24_long_seep2
-
-p_mouse_wheel_set_low_pullup:
-	fetch 1,mem_sensor_shutdown_flag
-	nrtn blank
-	fetcht 1,mem_whee_a_data_gpio
-	call gpio_set_high_impedance
-	fetcht 1,mem_whee_a_data_gpio
-	call gpio_set_low_pullup
-
-	fetcht 1,mem_whee_b_data_gpio
-	call gpio_set_high_impedance
+p_mouse_wheel_init_set:
+	call p_mouse_puchk_disable
+	fetcht 1,mem_whee_a_data_gpio		//reinit gpio pu after disable wheel wakeup
+	call gpio_config_input
 	fetcht 1,mem_whee_b_data_gpio
-	branch gpio_set_low_pullup
-
+	branch gpio_config_input
+	
 p_mouse_24g_before_lpm_sleep:
 	rtn
 //	fetch 1,mem_device_flag
@@ -925,6 +912,7 @@
 //	branch mouse_24g_before_lpm_sleep+2	
 
 
+
 p_mouse_load_device_info_check:
 	call p_mouse_store_normal_tx_power
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
@@ -932,14 +920,16 @@
 	bbit1 MOUSE_ENABLE_FLASH,mouse_load_flash_info_check
 	bbit1 MOUSE_ENABLE_OTP,p_mouse_load_otp_info_check
 	rtn
+
 p_mouse_load_otp_info_check:
 	call p_mouse_device_flag_temp_store
 	call mouse_read_otp_dpi
 	call mouse_read_otp_device_flag
 	
 	call p_mouse_device_flag_check		//reinit to load info
+
 	call p_mouse_select_device_by_switch_check
-	
+
 	call p_mouse_read_otp_device_info
 	call p_mouse_read_otp_le_addr_increase_count_info
 	branch mouse_otp_load_app_initflag
@@ -1054,7 +1044,7 @@
 	call p_mouse_device_flag_otp_store_judge			// add device_flag check
 	
 	store 1,mem_device_flag_value
-p_mouse_devoce_flag_store_end:	
+p_mouse_device_flag_store_end:	
 	arg 1,loopcnt
 	copy regc,regb
 	arg mem_device_flag_value,rega
@@ -1073,10 +1063,10 @@
 	copy regc,pdata
 	fetcht 2,mem_otp_offset_device_flag
 	isub temp,null
-	branch p_mouse_devoce_flag_store_end,zero
+	branch p_mouse_device_flag_store_end,zero
 	
 	increase -1,regc
-	branch p_mouse_devoce_flag_store_end
+	branch p_mouse_device_flag_store_end
 
 p_mouse_device_flag_otp_store_judge:
 	rtnne MODE_24G_DEVICE
@@ -1307,6 +1297,7 @@
 	store 6,mem_device2_locall_addr
 	rtn
 
+
 p_mouse_bb_event_timer:
 	call p_mouse_le_send_conn_param_update_timer
 	call mouse_low_voltage_led_timer
@@ -1332,8 +1323,10 @@
 	//bt
 	call mouse_check_reconnect_delay_long_sleep		//delete 3.0,reconnect fail
 	call p_mouse_current_mult_update_timer
-	branch mouse_bb_event_timer_next
-
+	call mouse_wheel_trigger_timer
+	call mouse_store_information_delay_timer
+	branch mouse_check_no_data_timeout_timer
+	
 p_mouse_le_send_conn_param_update_timer:
 	arg mem_mouse_le_send_conn_param_update_timer,regc
 	arg mouse_updata_le_param,regb
@@ -1382,6 +1375,7 @@
 	fetch 1,mem_le_conn_rcv_new
 	store 1,mem_le_conn_first_rcv
 	branch mouse_le_ll_enable_start_enc_flag
+
 	
 p_mouse_le_conn_param_update_rsp_recieved:
 	fetch 1,mem_mouse_le_send_conn_param_update
@@ -1390,7 +1384,11 @@
 	jam 30,mem_mouse_le_send_conn_param_update_timer
 	rtn
 
-p_mouse_le_bb_disconnected:		
+p_mouse_le_bb_disconnected:	
+//	setarg 0
+//	store 1,mem_mouse_le_send_conn_param_update
+//	store 1,mem_mouse_le_send_conn_param_update_timer
+	setarg 0
 	store 2,mem_le_battery_level_updata_timer
 	jam 0,mem_mouse_le_bb_connected_flag
 	arg LE_INTERVAL_7_5MS,temp
@@ -1454,6 +1452,8 @@
 	nbranch mouse_24g_hibernate_set,blank
 	fetch 1,mem_24g_reconn_type
 	beq PAIR_AND_3_0_ADDR,p_mouse_24g_auto_pair_attempt_fail
+	beq FAST_CONN_AND_RECEIVER,mouse_24g_fast_conn_attempt_fail
+	beq RECEIVER_AND_3_0_ADDR,p_mouse_reconn_dongle_attempt_fail
 	branch mouse_24g_attempt_fail+2
 
 p_mouse_24g_auto_pair_attempt_fail:
@@ -1464,8 +1464,51 @@
 p_mouse_24g_first_bluetooth_reconnect:
 	call mouse_24g_stop
 	jam MODE_BT_DEVICE1,mem_device_flag
-	branch mouse_start_reconnect_device
+	branch mouse_le_fast_conn_judge
 
+p_mouse_reconn_dongle_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_OTP,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_FLASH,mouse_24g_attempt_fail_enter_hibernate
+	branch mouse_24g_start_auto_pair
+
+p_mouse_start_work:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,p_mouse_24g_first_start_auto_pair_mode
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_24g_start_mode
+	branch mouse_le_fast_conn_judge
+
+p_mouse_24g_first_start_auto_pair_mode:	
+	call mouse_wakeup_from_power_check
+	branch p_mouse_24g_first_start_reconn,user 
+	branch mouse_24g_reconn_general_dongle
+
+p_mouse_24g_first_start_reconn:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_reconn_dongle_start
+	call mouse_bluetooth_fast_conn_disable
+	branch p_mouse_24g_first_bluetooth_reconnect
+
+p_mouse_24g_start_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G,mouse_24g_mode_setup_error
+	call mouse_device_24g_pair_led_config
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	branch mouse_24g_reconn_dongle_start,user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,p_mouse_24g_reconn_general_dongle
+	branch mouse_24g_start_mode+7
+
+p_mouse_24g_reconn_general_dongle:
+	jam MODE_24G_DEVICE,mem_device_flag
+	fetch 2,mem_mouse_24g_power_on_fast_conn_timer
+	store 2,mem_24g_reconn_timeout
+	jam FAST_CONN_AND_RECEIVER,mem_24g_reconn_type
+	branch g24_reconn_start
+	
 p_mouse_store_normal_tx_power:
 	fetch 1,mem_tx_power
 	store 1,mem_normal_tx_power
@@ -1546,7 +1589,7 @@
 	jam 1,mem_sensor_shutdown_flag
 	call mouse_sensor_powerdown
 //	call mouse_setgpio_hibernate
-	branch p_mouse_24g_long_sleep
+	branch mouse_24g_long_sleep
 
 p_mouse_setgpio_hibernate:
 	call mouse_set_sdio_high
@@ -1558,23 +1601,23 @@
 	call gpio_clr_wake
 	fetch 1,mem_mouse_sensor_sdio_gpio
 	call mouse_gpio_config_output_high
+	
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_set_pupd_by_input
 	arg 21,temp	//ice band gpio			
 	call mouse_gpio_config_input_pu
-	call p_mouse_device_switch_gpio_high_impedance
-	branch mouse_setgpio_hibernate+3
-
-p_mouse_device_switch_gpio_high_impedance:
-	fetch 1,mem_device_switch_gpio
-	rtneq 0xff
-	fetch 1,mem_device_flag
-	beq MODE_24G_DEVICE,p_mouse_device_switch_gpio_set_impedance
-	fetcht 1,mem_device_switch_gpio
-	branch mouse_gpio_config_input_pu
-
-p_mouse_device_switch_gpio_set_impedance:
-	fetcht 1,mem_device_switch_gpio
-	branch gpio_set_high_impedance
-
+	
+	call mouse_logo_led_off
+	call mouse_lpm_before_common
+	call mouse_gpio_pd_idle
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_high_impedance
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_set_high_impedance
+//	fetcht 1,mem_mouse_reuse_2ice_gpio
+//	call mouse_gpio_config_input_pu
+//	call p_mouse_gpio_set_high_impedance
+	branch mouse_setgpio_hibernate_next
 p_mouse_24g_package_data:
 	rtnmark0 mark_24g
 	call mouse_motion
@@ -1620,7 +1663,6 @@
 	nbranch mouse_check_select_24g_device,true
 	branch mouse_select_btdevice
 
-
 p_mouse_init_sensor:
 	call mouse_read_sensor_id
 	beq P32XX_ID1,mouse_init_p32xx_id2_judge
@@ -1638,7 +1680,6 @@
 	arg mem_sensor_ka8g2_init_new,regc
 	branch mouse_sensor_wr_seq
 
-
 p_mouse_check_sensor_data:
 	fetch 1,mem_spi_write_flash_sm
 	rtnne FLASH_SM_NO_BUYS
@@ -1665,17 +1706,103 @@
 	setarg 0
 	store 6,mem_mouse_x
 	call p_mouse_check_sensor_data
-	branch mouse_motion+5
+	setarg 0x0089
+	call twspi_write	
+	call mouse_setting_sensor_type
+	call mouse_zwheel
+	call mouse_t_zwheel
+	call p_mouse_key
+	branch mouse_motion+11
 
+p_mouse_key:
+	call mouse_check_firekey_gpio
+	fetch 1,mem_fire_key_flag
+	nbranch fire_key_press,blank
+	fetch 1,mem_fire_key_status
+	nbranch fire_key_process,blank
+	
+	call mouse_check_key_gpio
+	call p_mouse_ghost_key_check
+	branch mouse_key+7
 
+p_mouse_ghost_key_check:			//lbk_mfw
+	jam 0,mem_mouse_matrix_key_cow_count
+	jam 0,mem_mouse_matrix_key_row_count
+	jam 0,mem_mouse_ghost_flag
+	copy pdata,regb
+	fetcht 1,mem_lbutton_gpio
+	fetch 1,mem_bk_button_gpio
+	isub temp,null
+	branch p_mouse_matrix_ghost_key_L_BK,zero
+	fetch 1,mem_fw_button_gpio
+	isub temp,null
+	branch p_mouse_matrix_ghost_key_L_FW,zero
+	fetcht 1,mem_mbutton_gpio
+	fetch 1,mem_bk_button_gpio
+	isub temp,null
+	branch p_mouse_ghost_key_MBK_RFW,zero
+p_mouse_ghost_key_MFW_RBK:
+	call mouse_ghost_key_check_M_FW
+p_mouse_ghost_key_RBK:
+	call p_mouse_ghost_key_check_R_BK
+	branch mouse_ghost_key_check_next
+
+p_mouse_matrix_ghost_key_L_BK:
+	fetcht 1,mem_mbutton_gpio
+	fetch 1,mem_fw_button_gpio
+	isub temp,null
+	branch mouse_ghost_key_LBK_MFW,zero
+p_mouse_ghost_key_LBK_RFW:
+	call mouse_ghost_key_check_L_BK
+	branch p_mouse_ghost_key_RFW
 
+p_mouse_matrix_ghost_key_L_FW:
+	fetcht 1,mem_mbutton_gpio
+	fetch 1,mem_bk_button_gpio
+	isub temp,null
+	branch p_mouse_ghost_key_LFW_MBK,zero
+p_mouse_ghost_key_LFW_RBK:
+	call p_mouse_ghost_key_check_L_FW
+	branch p_mouse_ghost_key_RBK
+
+p_mouse_ghost_key_LFW_MBK:
+	call p_mouse_ghost_key_check_L_FW
+	call p_mouse_ghost_key_check_M_BK
+	branch mouse_ghost_key_check_next
+	
+p_mouse_ghost_key_MBK_RFW:
+	call p_mouse_ghost_key_check_M_BK
+p_mouse_ghost_key_RFW:
+	call p_mouse_ghost_key_check_R_FW
+	branch mouse_ghost_key_check_next
 
+p_mouse_ghost_key_check_M_BK:
+	and regb,MOUSE_M_BK_BUTTON,pdata
+	branch mouse_ghost_key_check_M_BK+1
+//	beq MOUSE_M_BK_BUTTON,mouse_matrix_cow_more_than_one_key
+//	rtn
+p_mouse_ghost_key_check_R_BK:
+	and regb,MOUSE_R_BK_BUTTON,pdata
+	branch mouse_ghost_key_check_R_BK+1
+//	beq MOUSE_R_BK_BUTTON,mouse_matrix_cow_more_than_one_key
+//	rtn
+p_mouse_ghost_key_check_L_FW:
+	and regb,MOUSE_L_FW_BUTTON,pdata
+	branch mouse_ghost_key_check_L_FW+1
+//	beq MOUSE_L_FW_BUTTON,mouse_matrix_cow_more_than_one_key
+//	rtn
+p_mouse_ghost_key_check_R_FW:
+	and regb,MOUSE_R_FW_BUTTON,pdata
+	branch mouse_ghost_key_check_R_FW+1
+//	beq MOUSE_R_FW_BUTTON,mouse_matrix_cow_more_than_one_key
+//	rtn	
 	
 
 
 
 
 
+
 org 0x2000		// start from rom address start
 start:
 	call lpmstate
@@ -20886,6 +21013,7 @@
 	call mouse_logo_led_off
 	call mouse_lpm_before_common
 	call mouse_gpio_pd_idle
+mouse_setgpio_hibernate_next:
 	fetcht 1,mem_mouse_reuse_2ice_gpio
 	call mouse_gpio_config_input_pu
 	call mouse_gpio_set_high_impedance
@@ -21185,7 +21313,7 @@
 	isolate1 0,pdata
 	call gpio_set_high_impedance,true
 	fetch 3,mem_pdatatemp
-	lshift pdata,pdata
+	lshift pdata,pdata		//-->rshift
 	store 3,mem_pdatatemp
 	increase 1,temp
 	loop mouse_gpio_set_high_impedance_bit_loop
@@ -23278,7 +23406,6 @@
 	//bt
 	call mouse_check_reconnect_delay_long_sleep		//delete 3.0,reconnect fail
 	call mouse_current_mult_update_timer
-mouse_bb_event_timer_next:	
 	call mouse_wheel_trigger_timer
 	call mouse_store_information_delay_timer
 	branch mouse_check_no_data_timeout_timer
Index: output/bt_program23.rom
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/bt_program23.rom	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/bt_program23.rom	(working copy)
@@ -1,65 +1,57 @@
-11000010100001000000000000100101
-11000000000000000000001010011100
-11000000000000010000000001010110
-11000000000010000000000001011111
-11000000000010001000000001100001
-11000000000010100000000101110011
-11000000000010101000000011100011
-11000000000011000000000100000011
-11000000000011001000000100001010
-11000000000011010000000001101111
-11000000000100101000001000100010
-11000000001101000000001010010101
-11000000001101001000001010110101
-11000000001101100000001001011110
-11000000001101101000000000111110
-11000000001101110000000000110100
-11000000001110011000010001111100
-11000000001111010000010011001110
-11000000001111111000010001011100
-11000000010000001000010010110011
-11000000010000100000001110011110
-11000000010000101000001111101000
-11000000010000110000001000001010
-11000000010000111000001111001000
-11000000010001000000001111100110
-11000000010001010000001110110010
-11000000010001100000001011110011
-11000000010001101000001101011011
-11000000010001110000010001000110
-11000000010001011000001011001100
-11000000010010000000010010101000
-11000000010010101000010001110011
-11000000010010110000010010010001
-11000000011000101000001001000001
-11000000011011010000000101000100
-11000000011011100000000101010100
+11000010100001000000000000100111
+11000000000000000000001010101000
+11000000000000010000000001001110
+11000000000010000000000001010111
+11000000000010001000000001011001
+11000000000010100000000101011000
+11000000000010101000000011011000
+11000000000011000000000011111000
+11000000000011001000000011111111
+11000000000011010000000001100111
+11000000000100101000001000100111
+11000000001101000000001010100001
+11000000001101001000001010110100
+11000000001101100000001001100100
+11000000001101101000000000110110
+11000000001101110000010001001010
+11000000001110011000010010011111
+11000000001110100000001000100100
+11000000001111010000010011110001
+11000000001111111000010001111111
+11000000010000001000010011010110
+11000000010000100000001110011101
+11000000010000101000001111101001
+11000000010000110000000111101111
+11000000010000111000001111000111
+11000000010001000000001111100111
+11000000010001010000001110110001
+11000000010001011000001011001011
+11000000010001100000001011110010
+11000000010001101000001101011010
+11000000010001110000010001101001
+11000000010010000000010011001011
+11000000010010101000010010010110
+11000000010010110000010010110100
+11000000011000101000001001001010
+11000000011010101000001000001110
+11000000011010110000001000000111
+11000000011011010000000101000001
 00100000001000000010001101011010
-11000000000010100000000110010100
-11000000000011010000000110010011
-11000000000100101000000111000011
-11000000000100110000000111001000
-11000000000111001000000111011010
-11000000000111010000000111100100
-11000000001001100000000111011110
-11000000001001101000000111100010
-11000000010010000000001001000100
-11000000010010110000010001100111
-11000000010011010000000011110001
-11000000010011101000000011111000
-11000000010011111000001001100110
+11000000000010100000000101111001
+11000000000011010000000101111000
+11000000000100101000000110101000
+11000000000100110000000110101101
+11000000000111001000000110111111
+11000000000111010000000111001001
+11000000001001100000000111000101
+11000000001001101000000111000011
+11000000010010000000001001001101
+11000000010010110000010010001010
+11000000010011010000000011100110
+11000000010011101000000011101101
+11000000010011111000001001110010
 11000001011111111000000000000000
 00100000001000000010001101011010
-01101111111001000100011100010011
-11000010100111110000000000110111
-00100000001000000101010010001111
-00100000010000000101010010101100
-00100000001101000000000000111010
-00100000001000000110000000101111
-01101111111000001100011001100110
-11000000000000000110000001100111
-00100000010000000101101010101000
-00100000001000000000010000111101
 01101111111000001100011001001111
 01100111111000001100100101011000
 01101111111000001100011001001110
@@ -92,7 +84,7 @@
 00100000010000000010000000011000
 00100000010000000011000100001111
 00100000010000000010010010001100
-00100000001000000000000001010110
+00100000001000000000000001001110
 01110000100010010000000000000000
 00100000001000000010000101010011
 01110000100010100000111101100000
@@ -114,12 +106,11 @@
 00110111110110011000001000000000
 01110000100010010100011000001101
 01110000100010010110111100010000
-01110000100010100001001111001101
 01110000100010100000011000010000
 01110000100010101000010001001010
 01110000100010101000010101000000
 01110000100010100001011011111110
-00100000010000000000000010110111
+00100000010000000000000010101101
 00100000010000000111000011010111
 00110111110110011000001000000000
 01110000100000010011101101011111
@@ -127,7 +118,7 @@
 01110000100000010011110010001000
 00110111110110011000001000000000
 01101111111000001100000010011001
-11000000000010000000000010101100
+11000000000010000000000010100010
 01101111111000001100010000111000
 00011111111000011111111000000100
 01100111111100001000101000000010
@@ -138,18 +129,17 @@
 01100111111100011000101001110011
 01110000100010101000011001100000
 01110000100010101000101100111011
-00100000010000000000000010011110
+00100000010000000000000010010100
 01110000100000000100001100000000
 01110000100000000100001000000101
 01011000010101010111010001110100
 01100111111100011000100101101000
 01110000100010010110000001101110
-00100000010000000000000100010110
-00100000010000000000000101000001
-00100000010000000000000010011000
+00100000010000000000000100010100
+00100000010000000000000100111111
+00100000010000000000000010001110
 01110000010000010100100000001100
-00100000010000000110111101001110
-00100000001000000000000101000011
+00100000001000000110111101001110
 00100000011101011000000000000000
 00110111110110011000001000000000
 01101111111000001100000100011100
@@ -157,7 +147,7 @@
 00110111110110011000001000000000
 00100000011000000000000000000000
 01101111111000001100000010011001
-11000000000011000000000010100100
+11000000000011000000000010011010
 01101111111000001100010000111000
 00011111111000011111111000000110
 01100111111100001000101000000010
@@ -180,8 +170,8 @@
 01100111111100011000101001110011
 01110000100010100111011000101010
 01110000100010010000001000000100
-00100000001000000000000010001010
-00100000001101011000000011011111
+00100000001000000000000010000001
+00100000001101011000000010111111
 01101111111000100000001000001101
 00100000011110100000000000000000
 00110111110110011000001000000000
@@ -199,6 +189,9 @@
 10011000010000011111111000000000
 01100111111100001000000100111000
 00110111110110011000001000000000
+01101111111000010100000101011011
+00100000011110100000000000000000
+01100111111000010000001000001111
 01101111111100001000101011001011
 00011111111000010111111011110000
 01101000010010001000001000001111
@@ -221,10 +214,6 @@
 10011000010000011111111000000000
 01100111111100001000101000000010
 00100000011000000000000000000000
-01101111111000010100000101011011
-00100000011110100000000000000000
-01100111111000010000001000001111
-00100000001000000000000011001001
 00100000010000000110100001101111
 00100000010000000010000110111010
 00011000000000000010101000001000
@@ -241,7 +230,7 @@
 00100000001000000010000110110100
 01101111111000001100011110010011
 00100100011110100000000000000000
-00100000010000000000000011110101
+00100000010000000000000011101010
 00100000001000000110000011111100
 01101111111000001100011001010101
 11000001011111111000000000000000
@@ -249,13 +238,13 @@
 01101000010010001100011000000001
 01101111111000001100011000100001
 10011000010001100111110000000000
-00100100001000010000000011111101
+00100100001000010000000011110010
 00100000001000000011011010000001
 01101111111000100100010110001111
 01101000010010100100010111100100
 10011000010001100111110000000000
 00100000001000101011001000100010
-00100000010000000000001010001011
+00100000010000000000001010010111
 00100000001000000011011010011011
 01011000000010101010101001111110
 01100111111100011000101000001111
@@ -270,12 +259,21 @@
 11000000001000110010001000110001
 01101111111000001100000101000001
 11000000000000110010001000100001
-11000000010101010000000100010010
+11000000010101010000000100001100
 00100000001000000010001000001110
+01110000100010100001010000100101
+01011000101010010011111100111111
+01100111111100011000101001100000
+01110000100010100110001100011111
+00100000011000000000000000000000
 01110000100010100001010000010111
 01101111111000011100101000001000
 01100111111100011000101001100000
 00100000001000000010001000011010
+01110000100010100001010000010111
+01011000001001010000001100000000
+01100111111100011000101001100000
+00100000001000000010001000011010
 00100000011101011000000000000000
 00100000010000000010000101100000
 11011000010000000000000000100111
@@ -288,7 +286,7 @@
 01110000100010101100001000000000
 01110000100010101100001100000000
 11011000111000000000000000000110
-00100000010000000000000100110011
+00100000010000000000000100110001
 00101010001011111111111000001101
 00100000010000000010000100011101
 00101010010011111111111000001101
@@ -296,14 +294,14 @@
 11011000111000000000000000000101
 00100000010000000010000100011100
 00100000010000000010000100011110
-00100000010000000000000100110011
+00100000010000000000000100110001
 11011000101000001000101011000010
 00011010001100011111111000000000
 00100000010000000010000100010111
 00011010010100011111111000000000
 00100000010000000010000100010111
 00011000111000001000111111111111
-00100000001000010000000100101000
+00100000001000010000000100100110
 00100000001000000010000101001111
 00100000000000000000000000111100
 01011000000000000000111100000000
@@ -321,7 +319,6 @@
 00100000001000000010000100101101
 00100000011101011000000000000000
 00100000001000000010001001110010
-00100000011000000000000000000000
 00100000011101011000000000000000
 01110000100010100000011101110111
 01110000100010100000100011001001
@@ -329,7 +326,7 @@
 01101111111000001100010000001001
 01100111111100001000000011001101
 00100000000000000000101110111000
-00100000010000000000000101101100
+00100000010000000000000101010001
 01110000100010100000100011000001
 01101010010000001100010000011001
 11011111001000000000000000001000
@@ -338,33 +335,9 @@
 01100111111000001100010000110011
 01100010010000001100010000011001
 00100000011000000000000000000000
-00100000010000000000000101100010
-01101111111100001000101000001001
-01111001001111111111111000000111
-01100111111100001000101000001001
-01110000100010100000011101110111
-01110000100010100000100011000001
-01110000100010100000101100000001
-00100000010000000110111110010000
-01101111111000001100010000001001
-01100111111100001000000011001101
-00100000000000000000101110111000
-00100000010000000000000101101100
-01110000100000001100110100000000
-00100000001000000110111110100001
-01101111111100001000000011001100
-01111001001000000111111000000001
-01100111111100001000000011001100
-01101010010000001100010000011001
-01101111111000001100010000110011
-01100111111000001100010000011001
-11011111001000000000000000001000
-00100000010000000110111101100111
-01100010010000001100010000011001
-00100000011000000000000000000000
 01110000100000001100110000000011
 01101111111100001000000100101001
-11000011000000101000000101101101
+11000011000000101000000101010010
 01101000010110010000000101100100
 01100000010010010100010000001010
 01110000100000001100110000000000
@@ -373,7 +346,7 @@
 01110000100010101000110100010010
 01110000100010101000111000001010
 01101111111000001100000010011001
-11000000000010000000000110001100
+11000000000010000000000101110001
 01011000000000000101011101100010
 01100111111100010000100100000111
 01110000100010010000000100000011
@@ -384,7 +357,7 @@
 01110000100010101000110101000100
 01110000100010101000111000001010
 01101111111000001100000010011001
-11000000000010000000000110001001
+11000000000010000000000101101110
 01011000000000000010101110110001
 01100111111100010000100100000111
 11000110100101111000000000000000
@@ -393,34 +366,34 @@
 00100000011000000000000000000000
 01011000000000000100000110001001
 01100111111100010000100100000111
-00100000001000000000000110000101
+00100000001000000000000101101010
 01011000000000001000001100010010
 01100111111100010000100100000111
-00100000001000000000000101111010
-01101111111000001100110000000010
+00100000001000000000000101011111
+01101111111000001100101111111000
 11011010011000000000000100000000
 10011010011000001111111000000000
 00100000011000000000000000000000
-00100000001000000000000110110011
-00100000010000000000000110010110
+00100000001000000000000110011000
+00100000010000000000000101111011
 00100000001000000010010101100011
-01101111111000001100110000000011
+01101111111000001100101111111001
 00100000011110100000000000000000
-01101111111000001100110000000100
+01101111111000001100101111111010
 00100100011110100000000000000000
-01101000010010001100110000000011
-01101111111000001100110000000010
+01101000010010001100101111111001
+01101111111000001100101111111000
 10011000010001100111110000000000
-00100100010000010000000110001111
+00100100010000010000000101110100
 10011000010001100111111000000000
 00011111111001100111110001100100
-00100000001000010000000110101000
-01101111111000001100110000000101
+00100000001000010000000110001101
+01101111111000001100101111111011
 00011111111001100111110000010100
-00100100010000010000000110100110
-01110000010011000000010000000001
+00100100010000010000000110001011
+01110000010010111111101000000001
 00100000011000000000000000000000
-01110000010011000000011000000001
+01110000010010111111110000000001
 00100000001000000100001100011111
 01101000010010001000000101111111
 01101111111000001000000001001100
@@ -428,18 +401,18 @@
 10011000010000101111111000000000
 00101111111011111111111000000010
 01011000000000000000000000000000
-01101000010010001100110000000101
+01101000010010001100101111111011
 01111001001000001111111000000000
 10011000010000001000010000000000
-01100000010010001100110000000101
+01100000010010001100101111111011
 00100000011000000000000000000000
 01101111111000001000000000000101
 00011111111000001111111000000001
 01100111111000001000000000000101
-00100100001101101000000110111010
-01101111111000001100110000000010
+00100100001101101000000110011111
+01101111111000001100101111111000
 00011111111000001111111000000001
-01100111111000001100110000000010
+01100111111000001100101111111000
 01101111111000001000000101101000
 11000011100000011000000000000000
 01111001001000000111111000000011
@@ -476,34 +449,34 @@
 11000001000000000000000000000000
 11000000000000011011000001001010
 00100000001000000010100011100001
+01111001001111111000000000110000
+00100000001000000010101011110110
 00100000010000000010000101010010
 01110000100010010000000000000000
 01111001001111111000000000110000
 00100000001000000010101011100011
-01111001001111111000000000110000
-00100000001000000010101011110110
 11101111111000010000000000000110
-11000000000000100000000111100111
+11000000000000100000000111001100
 00100000001000000010100011101011
 11101111111000011000000000000110
 01100111111000011100001110010111
-11000000000001010000000111101100
-11000000000010010000000111111011
+11000000000001010000000111010001
+11000000000010010000000111100000
 00100000001000000010101110010110
 01101111111001000100011100010011
 11000011000111011010110100011001
 00100000010000000010110111000111
 01101000010010010100001110011000
 01101111111000001100001100100001
-11000010100000011000000111110110
+11000010100000011000000111011011
 01101111111000010100001110011000
 11000000000110000010111000000011
 01101000010010010100001110011000
 00100000001000000010110100011101
 01101111111000010100001100110010
 10011000010001100111110000000000
-00100100001000101000000111110010
-00100100001101000000000111110010
+00100100001000101000000111010111
+00100100001101000000000111010111
 00100000001000000010110101000110
 00011000110000100010001000000000
 01101111111000010100001100110101
@@ -523,13 +496,13 @@
 00100000010000000010101000101000
 00100100011110100000000000000000
 01101111111000001100011110001111
-11000000011111111000001000010101
+11000000011111111000000111111010
 01101111111000001100100001000011
 00011111111000010111111000000011
 11000001100000011000000000000000
-01101111111000001100110000000100
+01101111111000001100101111111010
 00100000011110100000000000000000
-01101111111000001100110000000110
+01101111111000001100101111111100
 00100100011110100000000000000000
 01101111111000001100100101010110
 00100000010110100101101001110001
@@ -542,15 +515,51 @@
 00100000010000000101101010110010
 00100100011101000000000000000000
 00100000010000000101101010111100
-00100000010000000000010010011101
+00100000010000000000010011000000
 00100000001000000101101100110111
+00011000010001100111110011111111
+00100000011000101000000000000000
+11011001000000000000000000000100
+00101000010011111111111000000111
+00100000001000001110111010111101
+11011001000000000000000000000011
+00100000001000000110111010111101
+00011000010001100111110011111111
+00100000011000101000000000000000
+01100000010010001100101100011101
+00100000010000000110111011100110
+00100000001000001000001000011000
+01101000010010001100101100011101
+00100000010000000110111100001111
+01101000010010001100101100011101
+11011001000000000000000000000011
+00100000001000000110111010111101
+01110000010010110001111000000001
+01101000010010001100101100011101
+00100000010000000110111100001111
+01101000010010001100101100011101
+11011001000000000000000000000110
+00100000001000000110111010111101
+01011000000000000000000000010000
+01100111111100001000000101000001
+00110111110110011000001000000000
+00100000011000000000000000000000
+01011000000000000000000010000000
+00100000001000000000001000011111
+00100000010000000000010010010000
+01110000010010110001111000000000
+00100000001000000101010100001101
 01101111111000010100001111101001
 00100000010000000111110101111001
 01101111111000100100000010101101
 10011000010000001111111000000000
 01100111111000100100000010101101
-00100000010000000000001000101001
+00100000010000000000001000110010
+00100000010000000000001000101111
 00100000001000000010010000100101
+01101111111000001100101100011110
+00100000001110100000001000011110
+00100000001000000000001000100010
 01100000000001000100000011100111
 11011000110000001000000001110000
 11011000101000000100000011001100
@@ -567,12 +576,12 @@
 11101111111000001000000000010001
 11101000010000001000000000010011
 10011000010001100111110000000000
-00100000001000101000001000111100
+00100000001000101000001001000101
 11100111111000001000000000010011
 00110111110110011000001000000000
 00011010001000001010001000000001
 00011010011000001010011000000001
-11000010000000000000001000110110
+11000010000000000000001000111111
 00011010010000100000010000000000
 00100000011000000000000000000000
 00100000010000000110101100111010
@@ -581,7 +590,7 @@
 01101111111000010100010111100000
 11011000010000000000000111111000
 10011000010000010111111000000000
-00100000001110100000001001001100
+00100000001110100000001001010101
 01101111111000010100010111100000
 00011111111000001111111000000001
 01100111111000010100010111100000
@@ -592,26 +601,29 @@
 00100100001101111011010110000110
 00100000010000000011011001101110
 01101111111000001100010101111101
-00100000001110100000001001011011
+00100000001110100000001001101100
 01101111111000100100010111001100
 01101000010010100100010110001111
 10011000010001100111110000000000
-00100000001000101000001001011000
+00100000001000101000001001100001
 00100000001000000011010101101110
 01101111111001000100011100010011
 11000010100110000011001010010001
 00100000001000000011010101001001
-01101111111000100100010101011111
-00100000011110100000000000000000
-00100000001000000000001001010011
 00100000010000000101010000111011
-00100000010000000000001001100001
+00100000010000000000001001100111
 00100000001000000101010001001100
-01011000000000000100101000101001
+01011000000000000100101000011101
 01100111111000010100001100111111
 01011000000000000000000000100000
 01100111111000010100001101000001
 00100000011000000000000000000000
+01101111111000100100010111100100
+01101000010010100100010110001111
+00100000001000101000001001011100
+01101111111000100100010101011111
+00100000011110100000000000000000
+00100000001000000000001001011100
 01101111111000001100010000110111
 00100100011110100000000000000000
 01101111111000010100010011101001
@@ -620,15 +632,15 @@
 00100000010000000011010110110100
 01100000010010001100011000100100
 01101111111000001100011000101001
-11000101000100110000001001110000
+11000101000100110000001001111100
 01101111111000001100011000101100
 10011000010001100111110000000000
-00100100001000010000001010001010
+00100100001000010000001010010110
 01101111111000001100011000100110
 00011111111001100111110000000010
-00100100001000010000001001111000
+00100100001000010000001010000100
 01101111111000001100011000100110
-11000000000000000000001010001011
+11000000000000000000001010010111
 00100000011000000000000000000000
 01101111111000001100011000100110
 01101000010010001100011000100111
@@ -637,7 +649,7 @@
 01110000010001100010011000000000
 01101000010010001100011000100100
 01101111111000001100011000101000
-11000101000100110000001010000001
+11000101000100110000001010001101
 01101111111000001100011000101011
 10011000010001100111110000000000
 00100100011000010000000000000000
@@ -645,69 +657,56 @@
 11000000000000000011011100010101
 00011111111000001111111111111111
 01100111111000001100011000100101
-11000000000000010000001010010011
+11000000000000010000001010011111
 11000000000000001011011100001011
 00100000001000000011011100010101
 01110000010001100010011000000000
 01101111111000001100011000100101
-11000000000000011000001010010001
+11000000000000011000001010011101
 00011111111000001111111000000001
 01100111111000001100011000100101
 11000000000000001011011100001011
-11000000000000010000001010010011
+11000000000000010000001010011111
 01110000010000010100000100000101
 00100000011000000000000000000000
 01110000010000010100000100000011
 00100000011000000000000000000000
 01011000000000000110001000110101
 01100111111000010100010111111000
-01011000000000000000001010011111
+01011000000000000110001000101011
 01100111111000010100010111111010
-01011000000000000000001010110100
+01011000000000000000001010110011
 01100111111000010100001111101001
 00100000001000000101001111110011
+00100100001101011010000000000010
+00110111110110011000001000000000
+00110111110110011000001000000000
 00100000100000000000000000000000
-00100000010101011110000000000100
+00100000010101011000001010101110
 00100000001000000010000000000011
-00100000010000000011011010110100
-00100100011101000000000000000000
-01110000010001110111110000000001
-00100000010000000011011010111110
-01110000010001110111001000000000
-00100000010000000110001010101010
-01101111111000001100011100111111
-00100100010110100101010011011100
-00100000010000000000001010101010
-01101111111000100100010110101111
-00100000001000000011011000100010
-01101111111000001100011100111111
-00100100011110100000000000000000
-01101000010010001100011001001010
-00100000010000000110111100001111
+00100000010000000000001000011110
 01101000010010001100011001001010
-00100000010000000110111011000110
-01101000010010001100011001001011
-00100000010000000110111100001111
+00100000010000000110111011011101
 01101000010010001100011001001011
-00100000001000000110111011000110
+00100000001000000110111011011101
 00100000011000000000000000000000
-00100000010000000000010001000000
+00100000010000000000010001100011
 01101111111001000100011100010011
 11000010100010011101110101100000
 11000010100010010101110101101110
-11000010100010100000001010111011
+11000010100010100000001010111010
 00100000011000000000000000000000
-00100000010000000000001011000110
+00100000010000000000001011000101
 00100000010000000101111001000011
 00100000010000000101110110110100
-00100000010000000000001011011010
-00100000010000000000001011000011
-00100000010000000000001011001001
-00100000010000000000001011100010
+00100000010000000000001011011001
+00100000010000000000001011000010
+00100000010000000000001011001000
+00100000010000000000001011100001
 00100000001000000101110110101010
 01101111111001000100011100010011
 11000100000101010000000000000000
-00100000010000000000010010101000
+00100000010000000000010011001011
 01101111111000001100011001100110
 01100111111000001100101000000110
 00100000011000000000000000000000
@@ -717,7 +716,7 @@
 01101111111000010100011010001110
 11011000010000001010101001010101
 10011000010001100111110000000000
-00100000001000101000001101001111
+00100000001000101000001101001110
 01100000010010010100011010001110
 00100000010000000101110010011100
 01101111111000001100100110100001
@@ -730,9 +729,9 @@
 00100000011000000000000000000000
 01101111111000001100011001100110
 00011111111001100111110000000000
-00100000001000101000001011010111
+00100000001000101000001011010110
 00011111111001100111110000000100
-00100000001000101000001011100000
+00100000001000101000001011011111
 00100000011000010000000000000000
 01110000010001100110011000000000
 00100000011000000000000000000000
@@ -742,47 +741,47 @@
 00011010010000100010011000000000
 00100000010000000101111000111101
 01101111111000010100100111100000
-00100000001110100000001011110000
+00100000001110100000001011101111
 01100111111000010100100111011110
 00011010011000001010011000000010
 01101111111000010100101000000000
 10011010011001100111110000000000
-00100100001000010000001011110000
+00100100001000010000001011101111
 00011010011000100010010000000000
-00100000001000000000001011100110
+00100000001000000000001011100101
 01101111111000010100100111011110
 01100111111000010100011010010101
 00100000011000000000000000000000
 01101111111001000100011100010011
 11000010100010011101110010110001
 11000010100010010101110010111001
-11000010100010100000001011111000
+11000010100010100000001011110111
 00100000011000000000000000000000
-00100000010000000000001011111011
-00100000010000000000001100000000
+00100000010000000000001011111010
+00100000010000000000001011111111
 00100000001000000101110011000001
 01101111111000001100011001100110
 11000001000000000000000000000000
-11000000000000001000001100100111
-11000000000000010000001100111011
+11000000000000001000001100100110
+11000000000000010000001100111010
 00100000011000000000000000000000
 01101010010000010100100111100010
 00011010010000100010011000000000
 00100000010000000101110111000000
 01101111111000001100100110100001
-00100000001110100000001100001100
+00100000001110100000001100001011
 01100111111000001100100110100000
 00011010011000001010011000000001
 01101111111000010100100111100100
 10011010011001100111110000000000
 00100100011000010000000000000000
 00011010011000100010010000000000
-00100000001000000000001100000010
+00100000001000000000001100000001
 01101111111000001100100110100000
 00011111111000010111111011110000
-00100000001110100000001100010110
+00100000001110100000001100010101
 01101111111000001100011001100110
-00100000010000000000001100100100
+00100000010000000000001100100011
 01100111111000001100100110100010
 11011111001000000000000000000001
 00011010011000100010010000000000
@@ -790,7 +789,7 @@
 00100000001000000110101101000101
 01101000010010001100100110100000
 01101111111000001100011001100110
-00100000010000000000001100100100
+00100000010000000000001100100011
 10011000010001100111110000000000
 00100000011000101000000000000000
 00011111111100100111111000000000
@@ -799,9 +798,9 @@
 00011010011000100111111000000000
 01101000010010010100100111100010
 10011000010001100111110000000000
-00100000001000101000001100010010
+00100000001000101000001100010001
 00011010011000001010011111111111
-00100000001000000000001100010010
+00100000001000000000001100010001
 11000001100000000000000000000000
 00011111111000001111111000000100
 00100000011000000000000000000000
@@ -809,14 +808,14 @@
 00011010010000100010011000000000
 00100000010000000101110111110011
 01101111111000110100100110110101
-00100000001110100000001100110011
+00100000001110100000001100110010
 01100111111000110100100110101111
 00011010011000001010011000000110
 01101111111000010100100111110000
 10011010011001100111110000000000
 00100100011000010000000000000000
 00011010011000100010010000000000
-00100000001000000000001100101001
+00100000001000000000001100101000
 01101111111000110100100110101111
 01101000010010110100011001101110
 10011000010001100111110000000000
@@ -829,14 +828,14 @@
 00011010010000100010011000000000
 00100000010000000101111000010111
 01101111111000110100100111001101
-00100000001110100000001101000111
+00100000001110100000001101000110
 01100111111000110100100111000111
 00011010011000001010011000000110
 01101111111000010100100111111000
 10011010011001100111110000000000
 00100100011000010000000000000000
 00011010011000100010010000000000
-00100000001000000000001100111101
+00100000001000000000001100111100
 01101111111000110100100111000111
 01101000010010110100011001111011
 10011000010001100111110000000000
@@ -845,21 +844,21 @@
 11011010001000000100011001111011
 00011010011000100010010000000000
 00100000001000000110101101000101
-00100000010000000000001110001000
-00100000010000000000001110100000
-00100000010000000000001101010011
+00100000010000000000001110000111
+00100000010000000000001110011111
+00100000010000000000001101010010
 00100000001000000101110010010000
 01101111111001000100011100010011
 11000100000001111000000000000000
 01101111111000001100011010010000
 11000000000000000101110010010100
-11000000000000110000001101011001
+11000000000000110000001101011000
 00100000011000000000000000000000
 01110000010001101001000000000000
 00100000011000000000000000000000
 01101111111001000100011100010011
 11000010100010011101110010110101
-11000010100010100000001101011111
+11000010100010100000001101011110
 00100000011000000000000000000000
 01101111111001000100011100010011
 11000100000001111000000000000000
@@ -867,19 +866,19 @@
 00011010010000100010011000000000
 00100000010000000101111001010001
 01101111111000001100100111010100
-00100000001110100000001101101101
+00100000001110100000001101101100
 01100111111000001100100111010011
 00011010011000001010011000000001
 01101111111000010100100111111100
 10011010011001100111110000000000
 00100100011000010000000000000000
 00011010011000100010010000000000
-00100000001000000000001101100011
+00100000001000000000001101100010
 01101111111000001100100111010011
 00011111111000010111111011110000
-00100000001110100000001101110111
+00100000001110100000001101110110
 01101111111000001100011010010000
-00100000010000000000001110000101
+00100000010000000000001110000100
 01100111111000001100100111010101
 11011111001000000000000000000001
 00011010011000100010010000000000
@@ -887,7 +886,7 @@
 00100000001000000110101101000101
 01101000010010001100100111010011
 01101111111000001100011010010000
-00100000010000000000001110000101
+00100000010000000000001110000100
 10011000010001100111110000000000
 00100000011000101000000000000000
 00011111111100100111111000000000
@@ -896,18 +895,18 @@
 00011010011000100111111000000000
 01101000010010010100100111111010
 10011000010001100111110000000000
-00100000001000101000001101110011
+00100000001000101000001101110010
 00011010011000001010011111111111
-00100000001000000000001101110011
+00100000001000000000001101110010
 11000001100000000000000000000000
 00011111111000001111111000000110
 00100000011000000000000000000000
 01101111111001000100011100010011
-11000010100111110000001110001111
+11000010100111110000001110001110
 01101111111000001100011001100110
 11000001000000000000000000000000
-11000000000000001000001110001111
-11000000000000010000001110010110
+11000000000000001000001110001110
+11000000000000010000001110010101
 00100000011000000000000000000000
 01101111111000110100011001101110
 01101000010010110100011011100110
@@ -924,15 +923,15 @@
 00011111111000001111111100000000
 01100111111000110100011001101110
 00100000011000000000000000000000
-00100000010000000000001110100000
+00100000010000000000001110011111
 00100000001000000101101010011100
 01101111111001000100011100010011
 11000011000010100101110001101111
-11000010100111110000001110101000
+11000010100111110000001110100111
 01101111111000001100011001100110
 11000001000000000000000000000000
-11000000000000001000001110101000
-11000000000000010000001110101101
+11000000000000001000001110100111
+11000000000000010000001110101100
 00100000011000000000000000000000
 01101111111000110100011001101000
 01100111111000110100000100010110
@@ -950,11 +949,11 @@
 11011000111000000000000000000010
 00100000010000000101111100000100
 00100000010000000101110001001010
-00100000010000000000001110111010
+00100000010000000000001110111001
 00100000001000000101110010100011
 01101111111000001100011001100110
-11000000000000001000001110111110
-11000000000000010000001111000011
+11000000000000001000001110111101
+11000000000000010000001111000010
 00100000011000000000000000000000
 01101111111000110000000101111000
 01100111111000110100011001101000
@@ -966,7 +965,7 @@
 01101111111000110100001011011011
 01100111111000110100011001111011
 00100000011000000000000000000000
-00100000010000000000001111011100
+00100000010000000000001111011101
 00100000010000000110000101001101
 00100000010000000101010100111101
 00100000010000000110000100010000
@@ -984,13 +983,15 @@
 00100000010000000101101111101110
 00100000010000000101101111100100
 00100000010000000101101111111011
-00100000010000000000001111011111
-00100000001000000101101110011000
+00100000010000000000001111100000
+00100000010000000101011010110110
+00100000010000000101110000001110
+00100000001000000101110000000101
 11011010011000000100101000000101
 11011010010000000101101011101111
 00100000001000000100001011100000
 11011010011000000100011101111110
-11011010010000000000001111100010
+11011010010000000000001111100011
 00100000001000000100001011100000
 01101111111000001100100101101011
 01100111111000001100000011000000
@@ -999,46 +1000,47 @@
 00100000010000000101100111101101
 00100000001000000101110000011011
 00011010011000100111111000000000
-11000000001000000000001111111101
-11000000000010101000010000000010
-11000000000110010000001111110100
-11000000000111100000010000011100
-11000000000111001000010000101101
-11000000000111010000010000110000
-11000000000010100000001111110001
+11000000001000000000001111111110
+11000000000010101000010000000011
+11000000000110010000001111110101
+11000000000111100000010000011110
+11000000000111001000010000101111
+11000000000111010000010000110010
+11000000000010100000001111110010
 00100000001000000101101011000011
 01011000000000000000000000000000
-01100111111000100100110000000011
+01100111111000100100101111111001
 00100000001000000101101011010000
 01101111111000001100011110010101
-11000000000000001000001111111000
+11000000000000001000001111111001
 01110000010010000100010000010100
-00100000001000000000001111111010
+00100000001000000000001111111011
 00100000010000000101101011101111
 01110000010010000100010000000101
-01101111111000001100110000000010
-01100111111000001100110000000011
+01101111111000001100101111111000
+01100111111000001100101111111001
 00100000001000000101101011110110
 01101111111000001100101000000100
 00100100011110100000000000000000
 01110000010010100000010000000001
 01110000010010100000010100011110
 00100000011000000000000000000000
+01011000000000000000000000000000
 01100111111000010100011111000000
 01110000010001111001010000000000
 11011000010000000000000000000110
 01101111111001000100011100010011
-11000010100011011000010000001000
+11000010100011011000010000001010
 11011000010000000000000000000111
 01100000010010010100001011010011
 01100000010010010100001011010101
 01110000010001111100001000000000
 01110000010010010101011000000000
 00100000010000000010100111001011
-00100000001000000000010000001110
+00100000001000000000010000010000
 00100000010000000101101101111011
 01101111111000010100001111101111
-11000010100000111000010000010011
+11000010100000111000010000010101
 11000010100000000100001011111100
 00100000001000000101110000011010
 01101111111000010100001111101111
@@ -1047,7 +1049,7 @@
 00011111111000010111111000000011
 00100000010000000101101100100001
 11000000100000011101010010101001
-01101111111000001100110000000110
+01101111111000001100101111111100
 00100100001110100101010010101001
 00100000001000000101010011001101
 01101111111000100100010110001111
@@ -1065,19 +1067,21 @@
 10011000010001100111110000000000
 00100000011000101000000000000000
 00100000010000000110000000010110
-00100000010000000000010001000011
+00100000010000000000010001100110
 00100000001000000110000001000010
 00100000010000000110000000010110
-00100000010000000000010001000011
+00100000010000000000010001100110
 00100000001000000110000010000100
 00100000010000000110000000010110
-00100000010000000000010001000011
+00100000010000000000010001100110
 01101111111000001100100001111010
 11000001000000001000000000000000
 01101111111000001100011000000000
 00100100001110100101111111110010
 01101111111000001100010111100010
-11000000000000100000010000111001
+11000000000000100000010000111101
+11000000000000001110000001011111
+11000000000000011000010001000100
 00100000001000000110000001010101
 01101111111001000100011100010011
 11000011000111110110000001011001
@@ -1085,7 +1089,38 @@
 11000000000000001110000001011001
 00100000010000000110000000011000
 01110000010001100110011000000001
-00100000001000000101010010100000
+00100000001000000101010010010001
+01101111111001000100011100010011
+11000011000111110110000001011001
+11000010100010011110000001011001
+11000010100010100110000001011001
+11000010100010010110000001011001
+00100000001000000110000000110100
+01101111111001000100011100010011
+11000010100111110000010001001111
+01101111111000001100011001100110
+11000000000000000000010001010110
+00100000001000000101010010010001
+00100000010000000101010010101100
+00100000001101000000010001010010
+00100000001000000110000000101111
+01101111111000001100011001100110
+11000000000000000110000001100111
+00100000010000000101101010101000
+00100000001000000000010001000001
+01101111111001000100011100010011
+11000011000010001110000000101010
+00100000010000000110000110010101
+00100000010000000101010010101100
+00100000001101000110000001100111
+01101111111001000100011100010011
+11000010100110000000010001011110
+00100000001000000110000000100011
+01110000010001100110011000000000
+01101111111000010100011100100001
+01100111111000010100010111011110
+01110000010001011110001000000001
+00100000001000000011010100110100
 01101111111000001100000101000001
 01100111111000001100101000000111
 00100000011000000000000000000000
@@ -1094,26 +1129,26 @@
 00100000011000000000000000000000
 00100000010000000110001000001110
 00100000010000000111100010101010
-00100000010000000000010001001010
+00100000010000000000010001101101
 00100000001000000101111001100001
 01101111111000001100011001001001
 11000001011111111000000000000000
 11011010001000000000000000000000
 01110000010010010111011100000101
 01101000010010001100011001001001
-00100000010000000000010001010001
+00100000010000000000010001110100
 00100000001000000101011011000001
 01101111111001000100011100010011
 11000010100101011101011011011110
 01101111111000001100100101110100
 00011111111000100010011000000000
 01101111111000001100011001010100
-11000000011111111000010001011000
+11000000011111111000010001111011
 00100000001000000101011011001110
 01101111111000001100011001001001
 00100000010000000101100101000110
 01101000010010001100011001001001
-00100000001000000000010001011100
+00100000001000000000010001111111
 00011010011000100111111000000000
 01100111111000001100100101111000
 00011111111000111111111000000000
@@ -1128,7 +1163,7 @@
 00100000010000000011011010110100
 00100100011101000000000000000000
 00100000010000000011011010111110
-00100000010000000000010001101101
+00100000010000000000010010010000
 01101111111000011100011000001000
 00100000001000000011011000100010
 01011000000000000000000000000000
@@ -1145,9 +1180,9 @@
 01100111111000111100100001000110
 01110000010001110011111100000001
 00100000010000000101100111101101
-00100000001000000000001010011111
+00100000001000000110001000101011
 00100000010000000101101010010010
-00100000010000000000010001101101
+00100000010000000000010010010000
 00100000010000000101011010101001
 01101000010010001100011001010100
 00100000010000000110111011110111
@@ -1155,29 +1190,29 @@
 00100000010000000110111011010011
 01101111111000001100011001001101
 00100000010000000101100101000011
+01101000010010001100011001011010
+00100000010000000101010110101011
 11011000010000000000000000010101
 00100000010000000101010110110101
-00100000010000000000010010001001
-00100000001000000101010011011111
-01101111111000001100011001011010
-11000001011111111000000000000000
-01101111111000001100011001100110
-11000000000000000000010010001111
-01101000010010001100011001011010
-00100000001000000101010110110101
-01101000010010001100011001011010
-00100000001000000110111100001111
+00100000010000000110000100011010
+00100000010000000101010100001100
+00100000010000000101010011111001
+01101000010010001100011001001010
+00100000010000000110111100001111
+01101000010010001100011001001011
+00100000010000000110111100001111
+00100000001000000101010011100010
 11000110100100110000000000000000
 00100000010000000101011000000001
 00100100011101000000000000000000
 01101111111000001100011101111100
 01110000010001110111110000000000
-00100100010110100000010010100110
+00100100010110100000010011001001
 01101111111001000100011100010011
-11000011000010110000010010011011
+11000011000010110000010010111110
 01101111111000001100100101101100
 00100100001110100110000010110110
-00100000010000000000010010011101
+00100000010000000000010011000000
 00100000001000000110000010100010
 01101111111000001100011001011001
 11000001111111111000000000000000
@@ -1188,8 +1223,8 @@
 01011000000000000000000000000000
 01100111111000100100100001000111
 00100000001000000101101001110011
-00100000010000000000010001101101
-00100000001000000000001000110010
+00100000010000000000010010010000
+00100000001000000000001000111011
 01101111111001000100011100010011
 11000100000101010000000000000000
 11000011000111111101111010111001
@@ -1204,11 +1239,11 @@
 00100000010000000101100101011000
 11000000000110000101100101011111
 11000000000110001101100111000110
-11000000001011000000010010111000
+11000000001011000000010011011011
 00100000001000000101100101010010
 00100000010000000101100111100111
 01101111111000001100100001011010
-11000000001011001000010010111100
+11000000001011001000010011011111
 00100000001000000101100101011111
 01110000010010010101011100001011
 11011010011000000100101000001011
@@ -1216,11 +1251,11 @@
 01101111111000001100010000100000
 11000001100000000000000000000000
 01101111111000001100100101010111
-11000000000001011000010011000100
+11000000000001011000010011100111
 00100000001000000101100111111000
 00100000010000000101101001101101
 01101111111000001100011001011001
-11000000011111111000010011001010
+11000000011111111000010011101101
 01101000010010001100011001011001
 00100000010000000110111011100110
 00100100011000001000000000000000
@@ -1231,101 +1266,66 @@
 01111000010101000111110000000000
 01011000000000000000000000000000
 01100111111000110100100001000111
-00100000010000000000010010111111
-00100000001000000101011000000110
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
+00100000010000000000010011100010
+01011000000000000000000010001001
+00100000010000000110100111100100
+00100000010000000101011101000111
+00100000010000000101011000010010
+00100000010000000101011000010111
+00100000010000000000010011111100
+00100000001000000101011000001100
+00100000010000000101100001001100
+01101111111000001100100110000111
+00100100001110100101100001100000
+01101111111000001100100110000010
+00100100001110100101100001011111
+00100000010000000101100010001000
+00100000010000000000010100000100
+00100000001000000101011110101101
+01110000010010010111100100000000
+01110000010010010111101000000000
+01110000010010010111101100000000
+00011111111000100010010000000000
+01101000010010001100011001000100
+01101111111000001100011001000111
+10011000010001100111110000000000
+00100000001000101000010100010110
+01101111111000001100011001001000
+10011000010001100111110000000000
+00100000001000101000010100011100
+01101000010010001100011001000101
+01101111111000001100011001000111
+10011000010001100111110000000000
+00100000001000101000010100100101
+00100000010000000101011111111011
+00100000010000000000010100101010
+00100000001000000101011111100101
+01101000010010001100011001000101
+01101111111000001100011001001000
+10011000010001100111110000000000
+00100000001000101101011111010110
+00100000010000000101011111101111
+00100000001000000000010100100110
+01101000010010001100011001000101
+01101111111000001100011001000111
+10011000010001100111110000000000
+00100000001000101000010100100010
+00100000010000000000010100101100
+00100000001000000000010100010100
+00100000010000000000010100101100
+00100000010000000000010100101000
+00100000001000000101011111100101
+00100000010000000000010100101000
+00100000010000000000010100101110
+00100000001000000101011111100101
+00011010010000010111111000010010
+00100000001000000101011111110011
+00011010010000010111111000001010
+00100000001000000101011111110110
+00011010010000010111111000010001
+00100000001000000101011111111001
+00011010010000010111111000010010
+00100000001000000101011111111111
                                 
                                 
                                 
Index: output/eeprom.dat
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/eeprom.dat	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/eeprom.dat	(working copy)
@@ -1,6656 +1,6656 @@
 00
 02
-aa
-55
-4e
-13
-c2
-84
-00
-25
-c0
-00
-02
-9c
-c0
-01
-00
-56
+6d
+3d
+1c
+06
+d8
+d0
+04
 c0
-08
+ce
 00
-5f
-c0
-08
-80
-61
-c0
-0a
-01
+d7
+72
+b1
+d2
+9d
+69
+aa
+55
+d0
+14
 73
-c0
-0a
-80
-e3
-c0
-0c
-01
-03
-c0
+85
+21
 0c
+ed
+bc
+2d
+ad
+e7
+d6
+98
+2d
+21
+ee
 81
-0a
-c0
-0d
-00
-6f
-c0
-12
-82
+94
+1d
+7a
+2f
+42
+80
+71
+4d
+bd
+48
+81
+e1
+0b
+05
+8d
+64
+4b
+56
+29
+c6
+45
+93
 22
-c0
-34
-02
-95
-c0
-34
-82
-b5
-c0
-36
-02
-5e
-c0
-36
+09
+12
+d9
+45
 80
-3e
-c0
-37
-00
-34
-c0
-39
-84
-7c
-c0
-3d
-04
+ab
+23
+fa
+05
+4d
+79
+c4
+14
+a4
 ce
-c0
-3f
-84
-5c
-c0
-40
-84
+e5
+a2
+16
+ac
+fc
+6f
+d1
+62
+a8
+e5
+ab
 b3
-c0
-42
-03
-9e
-c0
+f5
+77
+94
+dc
 42
-83
-e8
-c0
-43
-02
-0a
-c0
-43
-83
-c8
-c0
 44
-03
-e6
-c0
-45
-03
-b2
-c0
-46
-02
-f3
-c0
-46
-83
-5b
-c0
-47
-04
-46
-c0
+dd
+36
 45
-82
+ed
+9b
+36
 cc
-c0
-48
-04
-a8
-c0
-4a
-84
-73
-c0
-4b
-04
-91
-c0
-62
-82
+36
+f9
+a9
 41
-c0
-6d
-01
-44
-c0
-6e
-01
-54
-20
-20
-23
-5a
-c0
-0a
-01
-94
-c0
-0d
-01
-93
-c0
-12
-81
-c3
-c0
-13
-01
+c7
+9e
+e6
+58
+55
 c8
-c0
-1c
-81
-da
-c0
-1d
-01
-e4
-c0
-26
-01
-de
-c0
-26
-81
-e2
-c0
-48
-02
-44
-c0
+18
+c4
+d8
+9a
+dc
+94
+89
+45
+41
+c6
+a3
+15
+49
+59
+7c
+32
+9b
+db
+f6
+6c
+2a
+22
+cc
 4b
-04
+1b
+85
+bf
+22
+ef
+77
+08
+a2
+ff
+b6
+92
+f2
+09
+cb
+b5
+92
+23
+15
+73
+28
+f7
+b6
+23
+21
+24
+e5
+18
+d0
+6c
+2d
+14
+54
+7e
 67
-c0
+59
+d4
+52
+41
+22
+8d
+90
+ed
+97
+89
+59
+47
+7a
+a5
+74
+fd
+9d
+fb
+85
+7c
+09
+1d
+ba
+f7
+5b
+29
+1c
+6d
+52
+90
+fb
+f5
+9d
+62
+7b
+8d
+64
+72
+f5
+9b
 4d
-00
-f1
-c0
+30
+aa
+e7
+ac
 4e
-80
-f8
-c0
-4f
-82
 66
-c1
-7f
+c3
+d9
+94
+bb
+57
+c0
+ef
+bf
 80
-00
-20
-20
-23
-5a
-6f
-e4
-47
-13
-c2
-9f
-00
-37
-20
-20
+7b
+c8
+32
+8f
+11
+45
+f3
+22
+72
+35
+28
 54
 8f
-20
+e9
+e1
+8f
+b2
+c7
 40
-54
-ac
-20
-34
-00
-3a
-20
-20
-60
-2f
-6f
-e0
-c6
-66
-c0
-00
-60
-67
-20
+76
+24
+77
+56
+87
+29
+14
+91
+90
+57
+3b
+01
+69
+53
+c1
+38
+27
+01
+72
+5e
+39
+12
+10
+7c
+9d
+1a
 40
-5a
-a8
-20
-20
-04
-3d
-6f
-e0
-c6
-4f
+03
+26
 67
-e0
-c9
+4f
+79
+bd
+d0
+48
+8b
+a5
+7e
+75
+86
+41
+cd
+2e
 58
-6f
-e0
-c6
-4e
-c1
-7f
-80
-00
-20
-40
+c0
+7c
+3b
+1e
+91
+a7
+1a
+ba
+19
+1a
 23
-c3
-6f
-e0
-c6
-4e
-d8
-40
-00
-3e
-20
-40
-6f
-21
-6f
-e0
-c6
-5b
-d8
-40
-00
-3e
-20
-40
-6f
-21
-68
-48
-c6
-4d
-20
-40
-55
-b5
-68
-48
-c6
-4d
-20
-40
-6e
-e6
-20
-40
-d4
-73
-20
-40
-55
-b1
-68
-48
-c6
-4d
-20
-40
+c5
+7f
+1b
+3f
+03
+a8
+ed
+3c
+e1
+19
+6b
+6b
+4a
+58
+74
+cd
+33
+95
+44
 6e
-dd
-20
-40
-23
-c7
-68
-48
-c6
-4e
-20
-40
-6f
+6c
+e4
+11
+c4
+d3
+99
+63
+31
 0f
-68
-48
-c6
 5b
-20
-20
-6f
-0f
-20
-40
-75
-52
-20
-40
-74
-48
-20
-40
-2a
-45
-20
-40
-20
-2a
-20
-40
-42
-ad
-20
-40
-20
-18
-20
-40
-31
+f3
+ed
+1e
+98
+88
+da
+72
+e6
 0f
-20
-40
-24
-8c
-20
-20
-00
-56
-70
-89
-00
-00
-20
-20
-21
+82
+60
+90
+41
+50
+2c
+47
+95
+f3
+dd
+93
+83
+1b
+0b
+ed
+32
+87
+e4
+f9
+d4
 53
-70
-8a
-0f
+82
+6b
 60
-70
-8a
-10
-aa
-70
-8a
-12
+f2
+31
+91
+1d
+e3
+a6
+28
+c8
+5c
+49
+94
+08
+18
+a3
+c8
+6c
+0b
+9c
+b3
+90
+03
 7a
-70
-8a
-25
-00
-70
-8a
-26
-00
-20
-00
-00
-3c
-70
-8a
-20
-20
-70
+b6
+63
+29
+7a
+cf
+e3
+59
+b3
+91
 8a
-23
+b3
 f5
-70
-8a
-24
-12
-70
-8a
-24
-10
 20
-00
-00
+39
+cb
+4b
+40
+16
 3c
-70
-8a
-12
-60
-70
-8a
-23
-dd
-20
-60
-00
-00
-70
-01
-bb
-00
-70
+bf
+11
+2f
+e1
+56
+ee
 01
-bc
-00
-37
-d9
-82
-00
-70
-89
-46
-0d
-70
-89
-6f
+e1
+7b
+51
+8b
+ba
+1e
+01
+75
+eb
+64
+75
+1a
 10
-70
-8a
-13
-cd
-70
-8a
+36
+3e
+ca
+a0
+2e
+32
+7c
+66
+a6
+79
+dd
+c6
+e6
+99
+df
+52
+cf
+9c
+cc
+c8
+3e
+c4
+7a
+9c
+44
 06
-10
-70
-8a
-84
-4a
-70
-8a
-85
-40
-70
-8a
-16
-fe
-20
-40
-00
-b7
-20
-40
-70
-d7
-37
-d9
-82
-00
-70
-81
-3b
-5f
+e0
+54
+e9
+1f
+da
+c4
+15
+53
+92
+be
+45
+c8
 37
-d9
-82
-00
-70
-81
+1a
+26
+e3
+35
+35
+d1
+d1
+d4
+a1
+b4
+d7
 3c
-88
-37
-d9
-82
-00
-6f
-e0
-c0
-99
-c0
+b0
+b9
 08
-00
-ac
-6f
-e0
-c4
-38
+78
+ae
+3e
+61
+ba
+d3
+13
 1f
-e1
-fe
+32
+78
+31
+b4
+98
+db
+9b
+68
+c5
+d1
+2f
 04
-67
-f0
-8a
-02
-70
-89
-0f
+5d
+af
+85
+55
+79
+26
+fc
+51
+b6
+42
+3e
+56
+04
+b9
+7b
+2e
+d2
+46
+8d
+6e
+e9
+1e
+82
+50
+6a
+ca
+62
+2e
+fa
+23
+04
+be
+15
+8e
+2a
+62
+dd
+18
+da
 01
-70
-8a
+6a
 80
-24
-70
-8a
-81
-62
-58
-e6
-12
+ef
+03
+68
+ca
+09
+7e
+9d
 12
-67
-f1
-8a
-73
+61
+f6
+b9
+0d
+2e
+fa
+2e
+cc
+10
+18
+93
+56
+f5
+4c
+b7
+fd
+0f
+ea
+4a
+c8
+0c
+be
+62
+94
+e2
+9e
+53
+e2
+52
+16
 70
-8a
-86
-60
-70
-8a
-8b
-3b
-20
-40
-00
-9e
-70
-80
-43
-00
-70
-80
-42
-05
-58
-55
-74
-74
-67
-f1
-89
-68
-70
-89
-60
+7f
+c6
+44
+4b
+56
+1d
+aa
+ce
 6e
-20
-40
-01
-16
-20
-40
-01
-41
-20
-40
-00
-98
-70
-41
-48
-0c
-20
-40
-6f
-4e
-20
-20
-01
-43
-20
+0e
+66
+2c
+dd
+47
+28
 75
-80
-00
-37
-d9
-82
-00
-6f
-e0
+0f
+9a
+33
 c1
-1c
-67
-f0
-81
-3a
-37
-d9
-82
-00
-20
-60
-00
-00
-6f
-e0
-c0
+3e
+9d
+7d
+bb
+c3
+61
+0d
+64
+95
+9c
+72
+1a
+34
+52
+e3
+78
+ff
+89
+5e
+17
+ec
+93
 99
-c0
-0c
-00
+28
+4c
+54
+18
+f5
+8b
 a4
-6f
-e0
-c4
-38
-1f
-e1
-fe
-06
-67
-f0
-8a
-02
-70
-8a
-05
-e0
-70
-8a
-00
-d8
-20
-00
-00
-3c
-70
-8a
-01
-a0
-70
-8a
-00
-df
-70
-8a
-01
+36
+94
+e8
+e8
+93
 fa
-20
-00
-00
-14
-70
-8a
-00
-9f
-20
-60
-00
-00
-6f
-e0
-c4
-38
-1f
-e1
-fe
-06
-67
-f0
-8a
-02
-70
-89
-0f
-00
-70
-8a
-80
-23
-70
-8a
-81
-b0
-58
-e4
-09
-09
-67
-f1
-8a
-73
-70
+30
+a3
+45
+36
+0b
+83
 8a
-76
+ef
 2a
-70
-89
 02
-04
-20
-20
-00
-8a
-20
-35
-80
-df
-6f
+a5
+c4
+69
+56
+9f
+b4
+a2
+16
 e2
-02
-0d
-20
+c1
+c8
+74
+ad
+86
 7a
-00
-00
-37
-d9
-82
-00
-6f
-f0
-81
-36
-1f
+c0
+b6
+b8
+8d
+09
+48
+5f
+b6
+2d
+cd
+d2
+e4
+ec
+ef
+aa
+c1
+a1
+b2
+e1
+6d
 e1
+01
+53
+3c
+9d
+5a
+39
+cf
+ef
+86
+a4
+b1
+53
+b1
+7c
+36
+93
+e2
+ac
+7f
+86
+2f
+80
 7e
-f0
-68
-48
-82
-0d
-98
+1c
+0f
+c5
 41
+2e
+54
+ca
+df
+07
+3f
+2b
+6c
+3c
+bc
+4f
+25
+25
+64
+38
+54
+48
+aa
+19
+ba
+9d
+21
+3c
+7d
+15
+47
+73
+31
+3c
+fd
+24
+d1
+3b
 fe
-00
-1f
-e0
+d6
+e9
+e3
+54
+b9
+fe
+76
+2c
+6e
+e4
 ff
+de
+cc
 fd
-67
-f0
-81
+4a
+03
 36
-37
+f6
+33
+61
+d1
+65
+3c
+70
+57
 d9
-82
-00
-6f
-f0
+db
+5f
+b8
+f1
+7a
+9e
+7d
+c0
+f6
+aa
+c8
+af
+eb
+76
+c1
+27
+f7
 81
-38
-1f
-e1
-7e
-07
-68
-48
-82
-0e
-18
-49
-84
-00
+6a
+ef
 98
-41
-fe
-00
-67
-f0
-81
-38
+bb
+d4
+bf
+53
+a6
+74
+90
+26
+d1
+f2
+d4
+a2
+52
+fa
+f8
+15
+86
+f2
+ad
+fc
+b9
+5f
+2c
+d3
+8e
+55
+3f
+86
+d8
 37
-d9
-82
-00
-6f
-f0
-8a
-cb
-1f
-e1
-7e
-f0
-68
-48
-82
-0f
-60
+70
+a3
+bc
 48
-c1
-5b
-98
-41
-fe
-00
-67
+e6
+f5
+11
+d7
+1a
+8c
+5f
+b7
+36
 f0
-8a
-cb
-6f
-e0
-82
-10
-67
-e0
-c1
-5c
-2f
-ef
-fe
-03
+ae
+a0
+e5
+5f
+f8
+9c
+62
+3b
+e2
+3c
+3a
+ff
 6f
-f0
-8a
-06
 79
-20
-fe
-07
-67
-f0
-8a
-06
+d1
+41
+d9
+a5
+3d
+57
+3f
+62
+ea
 6f
-e0
-82
-10
-1f
-e1
-04
-07
-18
-52
-04
-00
-18
-43
-84
+fb
+06
+2b
+5f
+ea
 00
-60
-48
+3f
+9b
+b0
+80
+56
+c9
+96
+ea
+31
+ac
+bb
+17
+da
+af
+64
+2f
+82
+c2
 c4
-38
-6f
-f0
-8a
-02
-1f
+cc
+85
+18
+bf
+db
+f7
+f9
 e1
-7e
-1f
-98
-41
-fe
-00
-67
-f0
-8a
-02
-20
-60
-00
-00
+d1
+a8
+93
+be
+8c
 6f
-e1
-41
-5b
-20
-7a
-00
-00
+e5
+5f
+fa
+b6
+b3
+3d
+a7
+ea
 67
-e1
-02
-0f
-20
-20
-00
-c9
-20
-40
-68
-6f
-20
-40
-21
-ba
-18
-00
-2a
-08
-18
-00
-2a
-00
-58
-0a
+44
+64
+a5
+f2
+5c
+4c
+d5
 aa
-da
-67
-f1
-8a
-0f
-70
-8a
-25
-40
-70
-8a
-26
-10
-20
-00
-00
-3c
-70
-8a
-01
-fb
-70
-8a
+64
+2d
+11
+39
+f2
+db
+f0
 25
-ff
-70
-8a
-26
-30
-70
-8a
-16
-fe
-20
-20
-21
-b4
-6f
-e0
-c7
-93
-24
-7a
-00
-00
-20
-40
-00
-f5
-20
-20
-60
+08
+77
 fc
-6f
-e0
-c6
-55
-c1
-7f
-80
-00
-20
-20
+bd
+a5
 5e
-78
-68
+44
+d5
+32
 48
-c6
-01
-6f
-e0
-c6
-21
-98
-46
-7c
-00
-24
-21
-00
-fd
-20
-20
-36
-81
-6f
-e2
-45
-8f
-68
-4a
-45
-e4
-98
-46
-7c
-00
-20
-22
-b2
-22
-20
-40
-02
-8b
-20
-20
-36
+84
+77
+cf
+e3
+18
+48
+6b
+72
 9b
-58
-0a
-aa
-7e
-67
-f1
-8a
-0f
-20
-00
-00
-3c
-70
-8a
+ad
+c5
+3d
+a7
+0e
+76
+de
+e1
+a4
+a4
+a6
+bd
+4d
+a7
+a6
+07
+ec
+14
+b5
+7b
+76
+22
+e1
+8e
+f5
+45
+59
+1c
+a0
+96
+bd
+8b
+d3
+ae
+e1
+0c
+d5
+f9
+3a
+38
+3b
+ed
+7f
+7f
+c8
+94
+6d
+3f
+e2
+e7
+89
+ac
+aa
+39
+51
+4a
+f3
+28
+f2
+ff
+c3
+4c
+ba
+28
+58
+a5
+ba
+90
+db
+f3
+ad
+0c
+cc
+33
+57
+61
+5a
+46
+a7
+55
+02
+32
 25
-00
-70
-8a
-26
-0d
-70
-8a
+71
+8f
+0e
+4c
+a2
+91
+b7
+8e
+19
+c0
+76
 16
-f6
-20
+e5
 20
-22
-03
-6f
-e0
-80
-08
-c0
-0b
-22
-31
-c0
-17
-22
-31
-c0
-23
-22
-31
-6f
-e0
-c1
-41
-c0
-03
-22
+ba
+fa
+42
+68
+3c
 21
-c0
-55
-01
+7b
+dd
 12
-20
-20
-22
-0e
-70
-8a
-14
-17
-6f
-e1
-ca
-08
-67
+97
+5d
+e3
+5e
+73
+ab
+44
+96
+f0
+de
+ae
+a1
+47
+bb
+b2
+c6
+f4
+52
+8f
+71
+cf
+82
+31
+56
+e5
+01
+af
+3c
+f5
+32
+45
+af
+dd
+ad
+d2
+ec
+a9
+09
+5d
+b3
+3a
 f1
+39
+24
 8a
-60
-20
-20
+24
+a7
+0c
+ef
+85
+82
+7f
+3a
+32
+07
+6e
 22
-1a
-20
-75
-80
-00
-20
-40
-21
-60
-d8
-40
-00
-27
-20
-40
-21
-6f
-20
-40
-21
-a6
-70
-8a
+9d
+82
+13
 25
-7f
-70
-8a
-30
-1a
-70
-8a
-31
-78
-70
-8a
-8f
+91
 b2
-70
-8a
-c2
-00
-70
+c9
+b0
+6b
+3f
+3c
+36
+a1
 8a
-c3
-00
-d8
-e0
-00
+a3
+51
+97
+89
+b7
+76
+72
+34
+fc
 06
-20
-40
-01
-33
-2a
-2f
-fe
-0d
-20
-40
-21
-1d
-2a
+54
+d5
+57
+9a
+73
+aa
+ca
 4f
-fe
-0d
-20
-40
-21
-1e
-d8
-e0
-00
-05
-20
-40
-21
-1c
-20
-40
-21
-1e
-20
-40
-01
+8d
+f8
+98
+65
+4e
 33
-d8
-a0
-8a
-c2
-1a
-31
-fe
-00
-20
-40
-21
-17
-1a
-51
-fe
-00
-20
-40
-21
-17
+ae
+8d
+77
+b0
+8d
+a9
 18
-e0
-8f
-ff
-20
-21
-01
-28
-20
-20
-21
-4f
-20
-00
-00
-3c
-58
-00
-0f
-00
-67
-f1
-09
-82
-58
-00
+e3
 0f
-f0
-67
-f1
-09
-84
-70
-89
-81
-09
-70
-89
-81
-03
-70
-89
-80
-06
-20
-00
-00
-3c
-da
-20
-00
-00
+b8
+f5
 da
-40
-00
-00
-df
-20
-00
-10
-d8
-c0
-0f
-00
-20
-20
-21
+66
+ac
+fe
 2d
-20
-75
-80
-00
-20
-20
 22
-72
-20
-60
-00
-00
-20
-75
-80
-00
-70
-8a
-07
-77
-70
-8a
-08
-c9
-70
-8a
-0b
-01
 6f
-e0
+8d
 c4
-09
-67
-f0
-80
-cd
-20
-00
+1a
+eb
 0b
-b8
-20
-40
+cd
+29
 01
-6c
-70
-8a
-08
-c1
+ac
+82
+27
+b4
+f6
+e6
+9a
+a5
+6d
+1d
+f4
+84
+9d
+9e
+22
+43
+4e
+dc
+eb
+61
+a0
+88
+80
+63
+fc
+ab
+cf
+fe
+f8
+9b
+ec
+2b
+7b
 6a
-40
-c4
-19
-df
-20
-00
+5c
 08
-20
-40
-6f
-58
-6f
-e0
-c4
-19
-67
-e0
-c4
-33
-62
-40
-c4
-19
-20
-60
-00
+9e
+a0
+cc
+47
+21
 00
-20
-40
-01
-62
-6f
-f0
-8a
-09
-79
-3f
-fe
-07
-67
-f0
-8a
-09
-70
-8a
-07
-77
-70
-8a
 08
-c1
-70
-8a
-0b
-01
-20
-40
-6f
-90
-6f
-e0
-c4
-09
-67
-f0
+0c
+6e
+4b
+f4
+ac
+f4
+2a
+45
+b0
+0f
+96
 80
-cd
-20
-00
+7a
+30
+68
+ec
+ef
+d4
+e6
+dd
+11
+a8
+fb
+43
+4d
+c7
+2c
+ed
+e9
+d7
+a4
+1e
+27
 0b
-b8
-20
-40
-01
-6c
-70
-80
-cd
-00
-20
-20
-6f
-a1
-6f
-f0
-80
-cc
-79
-20
-7e
-01
-67
-f0
-80
-cc
-6a
-40
-c4
-19
-6f
-e0
-c4
-33
-67
-e0
-c4
-19
-df
-20
-00
+c7
+4a
+47
+98
+d2
 08
-20
-40
-6f
-67
-62
-40
-c4
-19
-20
-60
-00
-00
-70
-80
-cc
-03
-6f
-f0
-81
+50
+c3
+5e
+1d
+de
+82
+78
+69
+c1
+e2
 29
+80
+a6
 c3
-02
-81
-6d
+c3
+eb
+ac
 68
-59
-01
-64
-60
-49
-44
-0a
-70
-80
-cc
-00
-20
-60
-00
+21
+8d
+6b
+46
+a5
+10
+2f
 00
-70
-8a
-82
+6d
+48
+94
+86
+fd
+d1
+e8
+5e
+7b
+02
+5d
+fb
+6e
+d0
+98
+b3
+fd
+cb
+64
 11
-70
-8a
+e2
+17
+dc
+fe
+25
 8d
-12
-70
-8a
-8e
-0a
-6f
-e0
-c0
-99
-c0
-08
-01
-8c
 58
-00
+c3
+e8
 57
-62
-67
-f1
-09
+ff
+46
+50
+a9
+fb
+83
+7c
+2a
+6f
 07
-70
-89
-01
-03
-70
-89
-30
-03
-c6
-16
-80
-00
-70
-89
-01
-01
-70
+7f
+ea
+91
 8a
+58
+e6
+4b
 82
-07
-70
-8a
-8d
+3a
+4e
+8b
+ec
+1a
+5d
+1b
+51
+14
+f7
+d8
+a7
+cb
+22
+d7
+ad
+47
+a9
+a0
+cb
+b4
+95
+86
+94
+73
+06
+34
+55
+1c
+cd
+16
+aa
 44
+a3
+db
+7b
+1e
+7a
+6e
+54
+10
+80
+53
+aa
+b5
+04
+f3
+ec
+02
+31
+d0
+f8
+3a
+5a
+b1
+24
+22
+ea
+d4
+68
+0d
+03
+16
+a5
+7b
+1b
+be
+90
+7b
+4e
+d2
+fb
+38
+2c
+8d
+b5
+1c
+ec
+a7
+2d
+7c
+85
+6f
+d1
+0b
+2d
+64
 70
-8a
-8e
-0a
+53
+fe
 6f
-e0
-c0
-99
-c0
-08
-01
-89
-58
+e9
+67
+b6
+43
+a9
+2d
+fb
+0d
+0b
+be
 00
-2b
+4e
+d3
+16
+33
+b2
+d6
+d8
+c3
+f0
+ad
+fc
+4d
+e3
+d0
+4e
+fa
+7a
+52
+0c
+c6
+54
+95
+54
+55
+25
+51
+1e
+73
+2c
+c4
+95
+3c
+91
+a6
+3a
+6c
 b1
-67
-f1
-09
 07
-c6
-97
+57
 80
-00
-70
-89
-30
-24
-70
-89
-01
-05
-20
-60
-00
-00
-58
-00
-41
-89
-67
-f1
-09
-07
-20
-20
-01
-85
-58
-00
+4c
+48
+f6
+59
+3f
+e3
+8d
+56
+18
+66
+e5
+a1
+31
+39
 83
-12
-67
-f1
-09
-07
-20
-20
-01
-7a
-6f
 e0
-cc
+92
+71
+bd
+4e
+97
+5b
+09
+6c
+40
+d0
+ff
+86
+cf
+9d
+e1
+b4
+af
+af
+cf
+b5
+3a
+84
 02
-da
-60
-01
-00
+ff
 9a
+c1
+13
+1d
+83
+05
+4f
+87
+80
+c0
+94
+c0
+9e
+84
+b8
+f6
+87
+27
+11
+71
+cf
+18
+4d
+7b
+12
+2f
+53
+11
+42
+ed
+1a
+7f
+df
+a7
+d3
+c9
+51
+f1
+c3
+1e
+c6
+f1
+02
+9a
+7d
+a1
+ae
 60
-fe
-00
-20
-60
-00
-00
-20
-20
-01
+d6
+67
+a0
+37
+e8
+ea
+e8
+44
 b3
-20
-40
-01
-96
-20
-20
-25
-63
+56
+93
+e7
+8a
+10
+91
+3b
+74
+66
+e3
+12
+78
+76
+c3
+1e
+5b
+43
+d3
+a8
+67
+44
+d9
+5c
+be
+71
+0f
+56
+b9
+53
+3e
+1e
+bb
 6f
-e0
+d2
+59
+76
+b5
+bb
+93
+5c
+2c
+b9
+82
+98
+1d
+6e
+5f
+9a
+2b
+b7
 cc
-03
-20
-7a
-00
-00
-6f
+11
+9a
+79
+6b
+6a
+aa
+09
+10
+15
+f3
+3b
+31
+9a
+77
+fa
+bd
+91
+33
+83
+39
+8f
+ce
+7d
+11
 e0
-cc
-04
-24
-7a
-00
-00
-68
-48
-cc
-03
-6f
+af
+de
+6d
+4a
+22
+69
+ad
+10
+a9
+c4
+5a
+a3
+16
+43
+ea
+2c
+d3
+08
+75
+c6
+63
+c1
+5b
+97
+aa
+e9
+91
+6b
+cd
+67
+56
+34
+9c
+90
+ba
+81
+86
+bf
+dd
 e0
-cc
-02
-98
-46
-7c
-00
-24
-41
-01
-8f
-98
 46
-7e
-00
-1f
-e6
-7c
-64
-20
+56
+e4
+b4
 21
-01
-a8
-6f
+31
+9d
+f2
+37
+03
+22
+a5
+52
+02
+66
+d0
 e0
-cc
-05
-1f
-e6
-7c
-14
-24
-41
-01
-a6
-70
-4c
-04
-01
-20
-60
-00
-00
+f9
+a1
+d3
+fe
+43
+d2
+c0
+f4
+d4
 70
+2f
+28
+63
+6b
+6c
+54
+31
+d7
+32
+72
+a1
+ea
+75
+ee
+73
+02
+48
+ef
+7b
+53
+6b
+78
+0b
+7a
+e7
+a7
 4c
-06
-01
-20
-20
+6c
+56
+33
 43
-1f
-68
-48
-81
-7f
-6f
-e0
+82
+41
+73
+66
+ab
+e4
+a8
+18
+e4
+28
+9f
+49
+b5
+64
+9a
+93
+5d
+fd
+73
+3a
+bf
+1a
+71
+58
+13
+9a
+37
+ba
+3a
+1a
+b4
+fb
+ba
+31
+47
+a9
+b1
 80
-4c
-1f
-e3
-7e
-00
-98
 42
+8a
+9a
+d6
+87
+6c
+93
+8c
+c4
+e4
+e4
+90
+8d
+28
+5a
+09
+9b
+f6
+11
+82
+7e
+9a
+e3
+28
+ae
 fe
-00
-2f
-ef
-fe
-02
-58
-00
-00
-00
-68
-48
-cc
-05
-79
-20
-fe
-00
-98
-40
-84
-00
-60
-48
-cc
-05
-20
-60
-00
-00
-6f
-e0
-80
+da
+5c
+c8
+af
+37
+16
+6b
+25
+91
+3d
+6e
+47
+77
+e9
+04
+8e
+e5
+82
+f9
+b0
 05
-1f
-e0
-fe
+94
 01
+be
+54
+50
+4b
+4a
+6a
+0d
+5f
+e3
+6b
+57
+d4
+c7
 67
-e0
-80
-05
-24
+54
+71
+74
+3b
+19
 36
-81
-ba
-6f
-e0
-cc
-02
-1f
-e0
-fe
-01
-67
-e0
-cc
-02
-6f
-e0
-81
-68
-c3
-81
-80
+5a
+2a
+ab
+4d
+fc
+9e
+6b
+a0
+4d
+be
+73
+6c
+99
+e4
+e8
+30
+db
+53
+c5
+79
+a3
+a2
+d2
+ce
+89
+85
 00
+df
+b9
+e5
+c3
 79
-20
 7e
-03
-67
-e0
-81
-68
-6f
-e1
-42
+3e
+3f
+0d
+3d
+18
 f5
-67
-e1
-01
-96
-58
-00
-00
-00
-67
-e2
-43
-1d
-20
-60
-00
-00
-20
+05
+f1
 40
-28
-1c
-6a
-20
-80
-4d
-1a
-20
-a3
-fc
-24
-21
-26
-fa
-20
-20
-26
-8e
-09
-80
-00
-18
-1f
-ef
-7e
+bd
 00
-1f
+e9
+2b
+88
+06
+b8
+d5
+35
 f1
-7e
-00
-e7
-e1
-80
-05
-78
-28
-7c
-00
-20
-40
-27
-0d
-20
-23
-26
-f6
-c5
-99
-26
-af
+d1
+5d
 6f
-e0
+89
+e6
+1b
+f2
+c8
+cd
+b1
+60
+41
+d1
+19
 80
-4d
-20
-3a
-26
-af
-1f
-e0
-ff
+11
+56
+de
+c0
+ee
+b2
 fc
-67
-e0
-80
-4d
-20
-40
+9a
+75
+76
 72
-cb
-6f
-f0
-81
-08
-c3
-03
-a6
-fa
-18
-00
-70
-0c
-65
-e2
-01
-54
-20
-20
-26
-af
-6f
-e0
-c3
-34
-c1
-00
-00
-00
-c0
-01
+e9
+78
+d6
+07
 b0
+aa
+54
+fe
+bd
+f8
+0f
+d5
+83
+60
+cd
+0a
+e5
+14
+16
+81
 4a
-20
-20
+95
+c6
+31
+95
+1e
+56
+8c
+0a
+61
+27
+d9
+16
+26
+4d
 28
-e1
-20
-40
-21
+78
+d1
+4d
+b9
 52
-70
+13
+fb
+ab
+24
+a7
+78
+bc
+4c
 89
-00
-00
-79
-3f
-80
-30
-20
-20
-2a
+60
+5d
+c4
+73
+cb
+a6
 e3
+bb
+44
 79
-3f
-80
+78
+d5
+ab
+07
+cb
+4a
+be
+a0
+e8
+57
+61
+c8
 30
-20
-20
-2a
-f6
-ef
-e1
-00
-06
-c0
-02
-01
-e7
-20
-20
-28
+93
+ba
+25
+f4
+69
+76
+07
+f5
+0d
+52
+e4
 eb
-ef
-e1
-80
-06
-67
-e1
-c3
-97
-c0
-05
-01
-ec
-c0
-09
-01
-fb
-20
-20
-2b
-96
-6f
-e4
-47
-13
-c3
-1d
-ad
-19
-20
-40
-2d
-c7
-68
-49
-43
-98
-6f
+33
+a4
+07
+37
+30
+27
 e0
-c3
-21
-c2
-81
-81
-f6
-6f
-e1
-43
-98
-c0
-18
-2e
-03
-68
-49
-43
-98
-20
-20
-2d
-1d
-6f
-e1
-43
-32
-98
-46
-7c
-00
-24
-22
+04
+b5
+a5
+56
+65
+80
+a7
+b0
+09
+b0
+cb
+3d
 81
-f2
-24
-34
-01
-f2
-20
-20
-2d
-46
-18
-c2
-22
-00
+3e
+05
+db
+cc
+c8
+b0
+d1
+b6
+df
+64
 6f
-e1
-43
-35
-1f
-e0
-a5
-fd
-20
-40
-29
+44
+b2
+3b
 29
-6f
-e0
-c7
-8f
-c0
-7f
-ad
-ac
-6f
-e0
-c7
-95
-20
-3a
-2d
-ac
-6f
-e0
-c8
-43
-c2
-80
-ad
-ac
-58
-00
-00
-1a
-68
-49
-43
-98
-98
-46
-7c
-00
-24
-22
-ad
-ac
-20
-20
-2d
+ca
+a2
+db
+97
 46
-20
-40
-2a
-28
-24
-7a
-00
-00
-6f
-e0
-c7
-8f
-c0
-7f
-82
-15
-6f
-e0
-c8
-43
-1f
+b6
+ff
+91
+b4
 e1
-7e
-03
-c1
+f0
+82
+0f
+d1
+86
+3e
+5f
+66
+f4
 81
-80
-00
-6f
-e0
-cc
+f2
+55
 04
-20
+17
+26
+f7
+b3
+e2
+31
+a4
+f1
+0e
+0b
+4b
+42
+89
+b8
+ec
+b8
+c2
+7b
 7a
-00
-00
-6f
-e0
-cc
-06
-24
+25
+e9
+a2
 7a
-00
-00
-6f
-e0
-c9
-56
-20
-5a
-5a
+86
+af
 71
-6f
-e4
-47
-13
-c2
-80
-db
-5b
-c2
-80
-5b
-5b
-c2
-82
+04
+9d
+f2
+a8
+7d
+88
+a5
+89
+2e
+22
+4c
+0e
+0f
+1d
+30
+24
+73
+c6
+1e
+e3
+a1
+bb
+a4
+91
+ef
+b9
+19
+f0
+b8
+65
+a7
+b7
+67
+15
+63
+73
+aa
+63
+e2
+f0
+72
+f1
+a9
 db
+9a
+e9
+64
+3b
+be
+0f
 5b
-c2
-83
-5b
-5b
-20
-40
 56
+cd
+f0
+50
+cd
+b1
+53
+34
+39
 01
-20
-40
-5a
-b2
-24
-74
-00
-00
-20
-40
-5a
-bc
-20
-40
-04
-9d
-20
-20
-5b
-37
-6f
-e1
-43
-e9
-20
-40
-7d
-79
-6f
+6d
+16
+66
+46
+2b
+48
+6c
+0d
+af
+76
+76
+9f
 e2
-40
-ad
+99
+6b
+79
+32
+1e
+4d
+f2
+fc
+1e
+6c
+6e
+2a
+5c
 98
-40
+65
+e3
+b6
+b8
+a3
+ae
+c1
+61
+e9
+65
+47
+eb
+76
+8d
+a2
+be
+5a
 fe
-00
+ff
+c1
+8f
+d3
+ce
+45
+13
+b1
+eb
+db
 67
-e2
-40
+31
+94
+ff
+00
+33
 ad
+3d
+26
+11
+56
+0a
+71
+09
+3f
+39
+43
+aa
+65
 20
-40
+88
+60
+98
+ac
+3e
+84
+e8
+30
+d4
+52
+0f
+4b
+a7
+36
+c4
+41
+28
+5e
+69
+4f
+97
+5c
 02
-29
-20
-20
+01
+9b
 24
-25
-60
-04
-40
-e7
-d8
-c0
-80
-70
-d8
+45
+5f
+5d
+23
+7a
+1a
+6c
+9e
+08
 a0
-40
-cc
-20
-40
-7c
-8f
-d8
-c0
-80
-d4
-20
-40
+74
+8d
+47
+45
+f9
 7c
-89
-6f
-f0
-80
-80
-67
-e0
-c0
-ef
-18
+ad
+99
+1a
+9f
+d5
+56
+4e
 42
-24
-00
-df
-20
-00
+36
+92
+bc
 0c
-da
-20
-00
-16
-da
+63
+04
+df
+18
+42
+1e
+1c
+3a
+68
+fb
+62
 60
-81
-4d
-37
-d9
-82
-00
-ef
 e0
-80
-11
-e8
-40
-80
-13
-98
+a8
+8e
 46
-7c
-00
-20
-22
-82
-3c
-e7
-e0
-80
+88
+bf
+ee
+d2
+f8
+61
+d0
+86
+5b
+e3
+a3
+97
+fa
+0d
+77
+26
+75
+44
+0f
+e9
+f8
+a0
+fd
+54
+62
+ac
+56
+ca
+2e
+35
+a3
+d1
+e9
+fa
 13
-37
-d9
+64
+1d
+db
+99
+a7
+46
+b1
+5b
+d5
+b7
+68
+af
+f1
+f3
+44
+eb
+ef
+44
+e9
+09
+b3
+71
+d3
+c9
+8f
+d5
+46
+a9
+3f
+7a
 82
-00
-1a
-20
-a2
-01
-1a
-60
-a6
-01
-c2
-00
-02
-36
-1a
-42
-04
-00
-20
-60
-00
-00
-20
-40
-6b
 3a
-20
-40
-6b
+66
+d2
+0f
+bf
+c5
+f0
+28
+ef
+bb
+5d
+56
+f0
+1a
+2d
+94
+25
+d5
 75
-20
-20
-6b
-38
-6f
-e1
-45
-e0
-d8
-40
-01
-f8
-98
-41
-7e
-00
-20
-3a
-02
-4c
-6f
-e1
-45
-e0
-1f
-e0
-fe
-01
-67
-e1
-45
-e0
-20
-60
-00
 00
-20
-40
-35
+51
+78
+4e
 7f
-20
+17
+ac
+d9
+b7
+c0
+ec
+b1
 40
-36
-51
+cd
+a6
+fb
+33
+4b
 24
+ac
+4e
+ee
+4d
+c4
+ac
+e2
+ae
+dd
+77
+3f
+40
+9f
+00
+db
+aa
+bd
+2d
+6a
+df
+c6
+7b
+aa
+b3
 2c
-35
-86
+5a
+6d
+14
+a9
+c7
+4a
+12
+75
+80
+27
+c4
 24
-37
-b5
-86
-20
+c6
+12
+c6
+1d
+93
+b8
+6a
+18
+e1
 40
-36
-6e
-6f
-e0
-c5
+70
 7d
-20
-3a
-02
-5b
-6f
-e2
-45
-cc
-68
-4a
-45
-8f
-98
-46
-7c
-00
-20
-22
-82
-58
-20
-20
-35
-6e
-6f
-e4
-47
-13
-c2
-98
-32
-91
-20
-20
-35
-49
+06
+07
+75
+d8
+23
+1c
+bf
+6b
+15
+7f
 6f
-e2
-45
-5f
-20
-7a
-00
-00
-20
-20
-02
+f6
+63
+06
 53
-20
-40
-54
-3b
-20
-40
-02
-61
-20
-20
-54
-4c
-58
-00
-4a
+34
+25
+d4
+f0
+70
+aa
+d6
 29
-67
-e1
-43
-3f
+5d
+e7
+1f
+0c
+f2
+69
+f2
+1d
+95
 58
-00
-00
-20
-67
-e1
-43
-41
-20
+d5
+d0
+a4
+51
+5a
+0a
+22
+ed
+64
+50
 60
-00
-00
-6f
-e0
-c4
-37
-24
-7a
-00
-00
-6f
-e1
-44
+98
+2a
+bd
 e9
-c3
-85
-80
-00
-6a
-21
+3d
+f7
+6c
+be
+8f
+7f
+8d
+fa
+ce
+47
+34
+a3
+2e
+93
+ec
+e2
+d2
+75
+fd
+47
+3b
+33
+7f
+43
+df
+97
+aa
+63
 45
-f0
-20
-40
-35
-b4
+ba
+f2
+6d
+8a
+64
 60
-48
-c6
-24
-6f
-e0
-c6
-29
-c5
-13
+17
+7b
+66
+a1
+1c
+66
+11
+c1
+03
+3c
+eb
+3c
+f7
+6d
+b7
+1c
+6d
 02
-70
-6f
-e0
-c6
-2c
-98
 46
-7c
+f3
+47
+5f
+19
+09
+e8
+ad
+52
+f4
+d0
+ca
+51
+0e
+b5
+5f
+95
+9f
+7b
+25
+a2
+df
+3d
+c3
+57
+4e
+16
+a7
+a3
+f0
+b5
+58
 00
-24
-21
-02
-8a
-6f
-e0
-c6
-26
-1f
-e6
-7c
-02
-24
-21
-02
-78
-6f
-e0
-c6
-26
-c0
-00
-02
-8b
-20
-60
-00
-00
-6f
-e0
-c6
-26
-68
-48
-c6
-27
-98
-46
-7c
-00
-24
-62
-80
-00
-70
-46
-26
-00
-68
-48
-c6
-24
-6f
-e0
-c6
-28
-c5
-13
-02
-81
-6f
-e0
-c6
+30
+19
+23
+54
+83
+8d
+03
+a1
+52
+fc
+2c
+8c
+f4
+ba
+7b
+53
+af
+cc
+64
+38
+aa
+e9
+ce
+64
+17
+56
+ac
+bd
+a8
+ca
+de
+ae
+49
+b6
+56
+dd
+dd
+4b
+01
+6b
+4b
+cd
+ab
+8f
+8d
+1a
+e2
+dd
+4f
 2b
-98
-46
-7c
-00
-24
-61
-00
-00
-6f
-e0
-c6
-25
-c0
-00
-37
-15
-1f
-e0
-ff
-ff
-67
+cc
 e0
-c6
-25
-c0
-01
-02
-93
-c0
-00
-b7
-0b
-20
-20
 37
-15
-70
-46
-26
-00
-6f
-e0
-c6
-25
-c0
-01
-82
-91
+1e
+94
+56
+38
+1e
+8d
+2d
+92
+aa
 1f
-e0
-fe
-01
-67
-e0
-c6
-25
-c0
-00
-b7
-0b
-c0
-01
-02
-93
-70
-41
-41
-05
-20
-60
-00
-00
-70
-41
-41
+d7
+2a
+1d
+3c
+65
 03
-20
+cc
+7a
+c3
+94
+d3
+7e
 60
-00
-00
-58
-00
-62
-35
-67
-e1
-45
-f8
-58
-00
-02
-9f
-67
-e1
-45
+3f
 fa
-58
-00
-02
-b4
-67
-e1
-43
+09
+06
+30
+c8
+d0
+ca
+6d
 e9
-20
-20
-53
-f3
-20
-80
-00
-00
-20
-55
-e0
+56
+83
+49
+61
+59
+1c
+8c
+60
+d0
+c6
+3d
 04
-20
-20
-20
-03
-20
-40
 36
-b4
+f0
 24
-74
-00
-00
-70
-47
-7c
-01
-20
-40
-36
-be
-70
-47
-72
+63
+1f
+27
+44
+7d
 00
-20
+42
+c0
+fc
+0d
+27
 40
+3d
+d5
+ff
+03
+91
+f6
+4f
+07
 62
-aa
-6f
-e0
-c7
-3f
-24
-5a
-54
+e3
+ce
+fc
 dc
-20
-40
-02
-aa
-6f
-e2
-45
-af
-20
-20
-36
-22
-6f
-e0
-c7
-3f
-24
-7a
-00
-00
-68
-48
-c6
-4a
-20
-40
-6f
-0f
-68
-48
-c6
-4a
-20
-40
-6e
-c6
-68
-48
-c6
-4b
-20
-40
-6f
-0f
-68
-48
-c6
+12
+cd
+75
 4b
-20
-20
-6e
-c6
-20
-60
-00
-00
-20
-40
-04
-40
-6f
+b8
+80
+d4
+fe
+b1
+18
+f1
+ff
+79
 e4
-47
-13
-c2
-89
-dd
-60
-c2
-89
-5d
-6e
-c2
-8a
-02
-bb
-20
-60
-00
-00
-20
-40
-02
-c6
-20
-40
+97
+37
+a5
+a2
 5e
-43
-20
-40
-5d
-b4
-20
-40
-02
-da
-20
-40
-02
-c3
-20
-40
-02
-c9
-20
-40
-02
-e2
-20
-20
-5d
-aa
-6f
-e4
-47
-13
+f2
+ee
+23
+05
+be
+17
+dd
+8b
+1d
+0f
+95
+09
+67
+7e
+ba
 c4
-15
-00
-00
-20
-40
+2e
+6a
+a8
+7a
+ed
+d4
+3a
 04
+6e
+7e
+71
+dc
+e3
+ba
+a9
+27
+d4
+9c
+1b
+7d
+38
+1d
+d6
+b4
+30
 a8
-6f
-e0
-c6
-66
+cd
+1a
+2a
 67
-e0
-ca
-06
-20
-60
-00
-00
-6f
-e4
-47
-13
-c2
-9f
-5d
-d1
-20
-20
-5d
-cc
-6f
-e1
-46
-8e
-d8
-40
-aa
-55
-98
-46
-7c
-00
-20
-22
-83
-4f
-60
-49
-46
+f7
+af
+90
+81
+62
+07
+ed
+bc
+f1
+d3
+52
+78
+23
+50
+a2
+de
+4f
+a0
+35
+2c
+2e
+35
+0e
+4e
+fb
+1d
+51
+85
+7a
+3b
+bd
+38
+63
+f9
+56
+fa
+05
+cf
+42
+68
+95
+80
+ec
 8e
-20
-40
-5c
+4f
+50
+24
+ba
 9c
-6f
-e0
-c9
+c6
+44
+d4
+75
+b0
+24
+79
+9b
+2a
+d4
+dd
 a1
-67
+d8
+4a
 e0
-c6
+6b
 66
-20
-40
-5c
-8c
-58
-00
-11
-22
-67
-e1
-46
 95
-6f
-e0
-ca
-06
+59
+f3
+03
+36
+bd
+f6
+76
+be
+e5
+25
+0e
+be
+f1
+84
+35
 67
-e0
-c6
-66
-20
-60
-00
-00
-6f
-e0
-c6
-66
-1f
-e6
-7c
-00
-20
-22
-82
-d7
-1f
-e6
-7c
-04
-20
-22
-82
-e0
-20
-61
-00
-00
-70
-46
-66
-00
-20
-60
-00
-00
-6f
-e0
-c6
-66
-c1
-00
-00
-00
+da
+d6
+1e
 6a
-41
-49
-fe
-1a
-42
-26
-00
-20
-40
-5e
+d6
+d3
+4b
+71
+37
+48
+62
+9b
 3d
-6f
-e1
-49
+f5
+74
+10
 e0
-20
-3a
-02
-f0
-67
-e1
+f4
+ad
+c9
+17
+c0
+f6
+cb
+05
+7b
+6d
+3c
+7f
+46
+ad
+16
+55
+42
+ee
+29
+50
+22
+44
 49
 de
-1a
-60
+0a
+b1
+78
+3b
+d3
+6d
+8a
+c9
+14
+8f
+57
+b2
+79
+d7
+42
+dc
+a2
+b0
 a6
+23
+c9
 02
-6f
-e1
-4a
-00
-9a
-66
-7c
+7a
+e0
+e4
+e4
+7f
+3c
+da
+a1
+fa
+26
+8c
+79
+39
+1f
+fc
+0f
+a3
 00
+99
+dd
+f6
+46
+53
+34
+b8
+23
 24
-21
-02
-f0
+36
 1a
-62
-24
-00
-20
-20
-02
+92
+c6
+1c
+96
+70
+0f
+a0
+d5
+64
+44
+69
 e6
-6f
-e1
-49
-de
-67
-e1
-46
-95
-20
-60
-00
-00
-6f
+d9
+da
+9c
+f5
+94
+4e
+9d
+17
+8a
+94
+72
 e4
-47
-13
-c2
-89
-dc
-b1
-c2
+ac
+09
+2a
+06
+6e
 89
-5c
-b9
-c2
-8a
-02
-f8
-20
-60
-00
-00
-20
-40
-02
-fb
-20
-40
+61
+11
+f4
 03
-00
-20
-20
-5c
-c1
-6f
-e0
-c6
-66
-c1
-00
-00
-00
+9a
+3c
+e7
+a4
+81
+fa
+e2
+3a
 c0
-00
-83
+a8
+1b
+9f
+91
+bc
 27
-c0
-01
-03
-3b
-20
 60
-00
-00
-6a
-41
-49
-e2
-1a
-42
-26
-00
-20
-40
+58
+c8
+9d
+df
+e6
+bd
+83
+d4
+84
+ee
+b6
+47
+e1
+eb
+9c
+86
 5d
-c0
-6f
-e0
-c9
-a1
-20
-3a
-03
-0c
-67
-e0
+0b
+43
+d1
+70
+b7
+63
+9f
+c6
+11
+d1
+d5
+5d
+71
+75
 c9
-a0
-1a
-60
-a6
-01
-6f
-e1
-49
-e4
-9a
-66
+9d
+2e
+aa
+e7
+3f
 7c
-00
-24
-61
-00
-00
-1a
-62
-24
-00
-20
-20
-03
-02
-6f
-e0
-c9
-a0
-1f
-e1
-7e
-f0
-20
-3a
-03
-16
+1d
+d7
+14
 6f
-e0
-c6
-66
-20
-40
+83
+c4
+31
+1b
+87
+6a
+f2
+7b
+65
+87
 03
+da
+63
+94
+59
 24
-67
-e0
-c9
-a2
-df
-20
-00
-01
+54
+2d
+17
+21
+88
+a5
+44
+b1
+54
 1a
-62
-24
-00
+2e
 da
-20
-49
-a2
-20
-20
 6b
-45
-68
-48
-c9
-a0
-6f
-e0
-c6
-66
-20
-40
-03
-24
-98
-46
-7c
-00
-20
-62
-80
-00
-1f
-f2
-7e
-00
-98
-40
-fe
-00
-67
-e0
-c9
-a2
-1a
-62
-7e
-00
-68
-49
-49
-e2
-98
-46
 7c
-00
-20
-22
-83
-12
-1a
-60
-a7
-ff
-20
-20
-03
+1c
+78
+0f
+ad
+ce
 12
-c1
-80
-00
-00
-1f
-e0
-fe
+62
+be
+82
+a6
+db
+fa
+43
+7d
+c3
+4d
+43
+5b
+d3
+64
 04
-20
+e4
+d4
+b8
+aa
+36
+9a
 60
-00
-00
-6a
-41
-49
-ee
-1a
-42
+7d
+2a
+54
+94
+10
+c2
+2f
+2b
+4e
+96
+da
+a8
+45
+33
+bb
+b2
+bf
+d5
+ed
+be
+22
+a9
 26
-00
-20
-40
+8e
+4d
+7e
+31
+cc
+a5
+df
+11
 5d
-f3
-6f
-e3
-49
-b5
-20
-3a
-03
-33
-67
-e3
-49
-af
-1a
-60
-a6
-06
-6f
-e1
-49
-f0
-9a
-66
-7c
-00
-24
-61
-00
-00
-1a
-62
-24
-00
-20
-20
-03
-29
-6f
-e3
-49
-af
-68
-4b
-46
 6e
-98
-46
-7c
-00
-20
-62
-80
-00
-df
-20
-00
 06
-da
-20
-46
-6e
-1a
-62
-24
-00
-20
-20
-6b
-45
 6a
-41
-49
-f6
-1a
-42
-26
-00
-20
-40
-5e
-17
-6f
-e3
-49
-cd
-20
-3a
-03
-47
+09
+df
+7e
+0f
+30
+34
+92
+38
 67
-e3
-49
-c7
-1a
-60
-a6
-06
-6f
-e1
-49
-f8
-9a
+83
+4d
+82
+1b
+14
+94
+5f
+7a
+e2
+9d
+41
+c6
+30
+f3
+94
+4c
 66
-7c
-00
-24
-61
-00
-00
-1a
-62
-24
-00
-20
-20
-03
-3d
-6f
-e3
-49
-c7
-68
-4b
-46
-7b
-98
-46
-7c
-00
-20
-62
-80
-00
-df
-20
-00
-06
+5d
+93
+9e
+70
+9f
+9d
+d3
+23
 da
-20
-46
+96
+9e
+6a
+12
 7b
-1a
-62
-24
-00
-20
-20
-6b
-45
-20
-40
-03
-88
-20
-40
-03
-a0
-20
-40
-03
-53
-20
-20
-5c
-90
-6f
-e4
-47
-13
-c4
-07
-80
-00
-6f
-e0
-c6
-90
-c0
-00
-5c
-94
-c0
-03
-03
-59
-20
-60
-00
-00
+9f
+8b
 70
-46
-90
-00
-20
-60
-00
-00
-6f
-e4
-47
-13
-c2
-89
-dc
-b5
-c2
-8a
-03
-5f
-20
-60
-00
-00
-6f
-e4
-47
-13
-c4
-07
-80
-00
-6a
-41
-49
-fa
-1a
-42
+b7
 26
-00
-20
-40
-5e
-51
-6f
-e0
-c9
-d4
-20
-3a
-03
-6d
-67
-e0
-c9
-d3
-1a
-60
-a6
+ca
 01
-6f
-e1
-49
-fc
-9a
-66
+30
+cf
+82
+52
+87
 7c
-00
-24
-61
-00
-00
-1a
-62
-24
-00
-20
-20
-03
+fe
+b5
+22
+54
+93
+79
+7b
+7d
+08
+aa
+46
+b2
 63
-6f
-e0
-c9
-d3
-1f
-e1
-7e
-f0
-20
-3a
-03
-77
-6f
-e0
-c6
-90
-20
-40
-03
-85
-67
-e0
-c9
-d5
-df
-20
-00
-01
-1a
-62
-24
-00
-da
-20
+27
+8c
+9c
+38
+aa
 49
-d5
-20
-20
-6b
-45
-68
-48
-c9
-d3
-6f
-e0
+6e
 c6
-90
-20
-40
-03
-85
-98
-46
-7c
-00
-20
-62
-80
-00
-1f
-f2
-7e
-00
-98
-40
-fe
-00
-67
-e0
+74
+56
 c9
-d5
-1a
-62
-7e
-00
-68
-49
-49
-fa
-98
-46
-7c
-00
-20
-22
-83
-73
-1a
-60
-a7
+02
+4b
+d7
+32
+91
+de
+93
+ef
+ec
+d0
+ae
+d7
+a8
+4e
+52
+db
 ff
-20
-20
-03
-73
-c1
-80
-00
-00
-1f
-e0
-fe
-06
-20
-60
-00
-00
-6f
-e4
+32
+34
+38
+14
+6b
+0c
+f2
+e2
+21
+78
+99
+9d
+87
+25
+04
+33
+f6
+6c
+ae
+d9
+10
 47
-13
-c2
-9f
-03
-8f
-6f
-e0
-c6
-66
-c1
-00
-00
-00
-c0
-00
-83
-8f
+30
+55
+aa
+84
 c0
-01
-03
-96
-20
-60
-00
-00
-6f
+58
+a3
+a6
+16
+b9
+88
+23
+ea
+3e
+ab
+f0
+f7
+99
+77
+a9
+a5
+a2
+e5
+52
+93
+54
+9e
+76
+28
+c7
+09
+2f
+b7
+c1
+2e
+36
+33
+71
+c6
+ea
+86
+18
 e3
-46
-6e
-68
-4b
-46
-e6
 98
-46
-7c
-00
-24
-62
-80
-00
-6f
-e3
-42
-db
-67
-e3
-46
-6e
-20
-60
-00
-00
-6f
-e3
-46
-6e
-68
+0f
+1a
+3d
+84
+f5
+e9
+5d
+5b
 4b
-46
-e6
-98
-46
-7c
-00
-24
+a9
+3a
+ec
+7e
+2f
+a3
+36
+fb
+17
+c1
+ec
+4b
+87
+15
+7f
+bf
+49
+38
+a4
+30
+10
+73
+12
+5e
+99
+f5
+fc
+06
+3e
+83
+34
+ee
 62
-80
+ee
+9a
+bb
+a2
+f7
+f9
+ad
+74
 00
-6f
-e3
-42
-db
-1f
+1a
+dd
+95
+01
+26
+96
 e0
-ff
-00
-67
-e3
-46
-6e
-20
-60
-00
-00
-20
-40
-03
-a0
-20
-20
-5a
-9c
-6f
-e4
-47
-13
-c3
-0a
-5c
-6f
-c2
-9f
-03
-a8
-6f
-e0
-c6
-66
-c1
-00
-00
-00
-c0
-00
-83
-a8
-c0
-01
-03
-ad
-20
-60
-00
-00
-6f
-e3
-46
-68
-67
-e3
-41
-16
-6f
-e3
-46
-6e
-67
-e3
-42
-db
-20
-60
-00
-00
-6f
-e3
-46
-75
-67
-e3
+6b
+b7
+df
+d5
+93
+fa
+d9
+a9
+d4
+bf
+bd
+19
+af
+2f
+06
+f7
+3c
 41
-16
-6f
-e3
-46
-7b
-67
-e3
-42
-db
-20
-60
-00
-00
-6f
-e4
-47
-13
-c4
+61
+45
+82
+9e
+a1
+84
+7d
+a6
+8b
+94
+f8
+0c
+15
+d2
+24
+4d
+c5
+94
+f9
+f4
+ce
+ca
+d4
 01
-00
-00
-c3
+c9
+37
+49
+bf
+04
 0a
-5c
-43
-d8
-e0
-00
-02
-20
-40
-5f
+24
+98
+07
+55
+75
+d6
+36
+7a
+37
+ca
+1e
+06
+90
+6b
+61
+f4
+c1
+2f
+8b
+12
+71
+8d
+c3
+08
+c1
+9a
+84
+89
 04
-20
-40
-5c
-4a
-20
-40
-03
-ba
-20
-20
-5c
-a3
-6f
-e0
-c6
-66
-c0
-00
-83
+2d
+15
+6c
+f0
+a7
+c9
 be
+bd
+aa
 c0
-01
+06
+4c
+71
+09
+ea
 03
-c3
-20
-60
-00
-00
-6f
-e3
+96
+8d
+72
+ce
+76
+9b
+bc
+17
+95
+64
+4f
+6b
+fe
+49
+e7
+dc
+e7
+dc
+84
+ae
+e8
+aa
+c8
+9b
+1c
+e0
+8a
 01
-78
-67
-e3
-46
-68
-6f
-e3
+3a
+6b
+8b
+83
+63
+63
+c2
 42
-db
-67
-e3
-46
-6e
-20
-60
-00
-00
-6f
-e3
+0d
+07
+2c
+41
+31
+30
+ca
+f8
 01
-78
-67
-e3
-46
-75
-6f
-e3
-42
+4a
 db
-67
-e3
-46
-7b
-20
-60
-00
-00
-20
-40
-03
-dc
-20
-40
-61
-4d
-20
-40
-55
-3d
-20
-40
-61
-10
-20
-40
-61
-b1
-20
-40
+bb
+d6
 61
+cb
+8a
+b5
+4c
+16
 1e
-20
-40
-32
-8e
-20
-40
+6a
+b7
+e5
 35
-31
-20
-40
-5f
-dd
-20
-40
-57
-2c
-20
-40
-5b
+d2
 9b
-20
-40
-5b
-ab
-20
-40
-5b
-ce
-20
-40
-5b
-d3
-20
-40
-5b
-e1
-20
-40
-5b
+4e
+76
+32
+00
+df
+d2
+bb
+49
+32
+49
+a3
+1d
 ee
-20
-40
-5b
-e4
-20
-40
-5b
+bf
+4c
+3a
+fe
+8e
+db
+47
+9b
+80
+e6
+41
+58
+c9
+b7
+ad
+6a
+95
+e9
+ba
+ec
+0b
 fb
+39
+2a
+51
+c9
+8b
+0a
+29
 20
-40
-03
+af
+30
+57
+36
+a3
+73
+7b
+95
+70
+3b
+01
+5f
 df
-20
-20
-5b
-98
-da
-60
-4a
-05
-da
-40
-5a
-ef
-20
-20
+e6
+46
+9f
+70
+d7
+af
+d5
+7b
+f4
+d8
+35
+1f
+ca
+e3
+04
+82
+c7
+18
+55
+0b
+c9
+48
+a2
+a4
+ca
+b2
+bf
+6e
+97
+dc
+21
 42
-e0
-da
-60
-47
-7e
-da
-40
+15
+87
+49
+f4
+89
+6d
+a0
+9d
+68
+36
+eb
+87
+de
 03
-e2
-20
-20
-42
-e0
-6f
-e0
-c9
-6b
+30
+ce
+cc
+f9
+19
+bb
+92
 67
-e0
-c0
-c0
-70
-47
-7d
-03
-20
-60
-00
-00
-20
-40
-59
-ed
-20
-20
-5c
-1b
-1a
-62
+ea
+ef
+3d
+27
+ae
+ce
+ba
 7e
-00
-c0
-20
 03
-fd
-c0
-0a
-84
-02
-c0
-19
-03
-f4
-c0
-1e
-04
-1c
-c0
-1c
-84
-2d
-c0
-1d
-04
-30
-c0
+eb
+76
+6c
+38
 0a
-03
-f1
-20
-20
-5a
-c3
-58
-00
-00
-00
-67
-e2
-4c
-03
-20
-20
-5a
-d0
-6f
-e0
-c7
-95
-c0
-00
-83
-f8
-70
-48
-44
-14
-20
-20
-03
-fa
-20
-40
+22
+da
+a1
+74
+38
+cf
+fb
+3e
+be
+06
+9c
+01
 5a
-ef
-70
-48
-44
-05
-6f
-e0
-cc
+9b
+af
+61
+0b
+9b
+a3
 02
-67
-e0
-cc
-03
-20
-20
-5a
-f6
-6f
-e0
-ca
-04
-24
-7a
-00
-00
-70
-4a
-04
-01
-70
-4a
-05
-1e
-20
-60
-00
-00
-67
-e1
-47
-c0
-70
-47
-94
-00
+9a
+bc
+c1
 d8
-40
-00
-06
-6f
-e4
-47
+a6
+45
+d7
+5c
+57
+bc
+7c
 13
-c2
-8d
-84
-08
-d8
-40
-00
-07
-60
-49
-42
-d3
-60
-49
-42
-d5
-70
-47
-c2
-00
-70
-49
-56
-00
-20
-40
-29
-cb
-20
-20
-04
-0e
-20
+3e
+df
 40
-5b
-7b
-6f
-e1
-43
-ef
-c2
+25
+d1
+05
+1a
+38
+ba
+6a
+32
+ad
+22
+3c
 83
-84
-13
-c2
+a0
+2e
+8f
+77
 80
-42
-fc
-20
-20
+63
+2e
+34
+8b
+07
+87
+6b
+fa
+6c
+55
+ae
+c9
+89
+26
+a6
+55
 5c
+f8
+58
+df
+6d
+8c
+af
+3d
+17
+ed
+ff
+a0
+b0
+b0
+01
+a2
+d7
+3a
+d6
+84
+cc
+d2
+d6
+2c
+c3
+4e
+17
+d3
+8f
+f1
+3a
+db
+c3
+47
+96
+f1
 1a
-6f
-e1
-43
-ef
-c2
-80
-42
-fc
-6f
-e0
-c8
-43
-1f
-e1
-7e
-03
-20
-40
-5b
-21
-c0
-81
-d4
-a9
-6f
-e0
-cc
-06
-24
-3a
-54
-a9
-20
-20
-54
-cd
-6f
-e2
-45
-8f
-67
-e2
+75
+bb
+a5
+9b
+aa
+b7
 45
-e8
-67
-e2
+f0
+fe
+cd
+ae
+84
+87
 46
-91
-20
-40
-35
-5a
-20
-40
-5c
-0b
-20
-40
-61
-8e
-20
-40
-5a
-73
-70
-47
-7d
-00
-70
-45
-fc
-00
-70
-45
-e2
-00
-6f
-e2
-45
-e8
+6c
+9c
+ce
+41
+cd
+72
+49
+4c
+f7
+30
+ad
+a4
+c0
+10
 68
-4a
-45
-e4
-98
-46
-7c
-00
-20
-62
-80
-00
-20
-40
-60
-16
-20
-40
-04
-43
-20
-20
-60
-42
-20
-40
-60
-16
-20
-40
-04
-43
-20
-20
-60
-84
-20
-40
-60
-16
-20
-40
-04
+0b
 43
-6f
-e0
-c8
-7a
-c1
-00
-80
-00
-6f
-e0
-c6
-00
-24
-3a
-5f
-f2
-6f
-e0
-c5
+98
 e2
-c0
+6c
+90
+75
+ab
 02
-04
-39
-20
-20
-60
 55
-6f
-e4
-47
-13
-c3
+85
+6b
+41
+25
+32
+b6
+ea
+df
+da
+f1
+17
+2f
+df
+4e
+41
+4f
+2b
+b0
+a7
+87
+da
+c1
+fe
+f3
+78
+11
+cf
+8d
+56
+de
+3f
+18
 1f
-60
 59
-6f
-e0
+32
+5e
+36
+f8
+b5
+23
+6d
+77
+6b
+2b
 c7
-1b
-c0
-00
-e0
-59
-20
-40
-60
-18
-70
+ac
+e1
+25
+12
+be
+5d
+83
+de
+44
+53
+d7
 46
-66
-01
-20
+4a
+11
 20
-54
-a0
-6f
-e0
-c1
+7d
+ee
+f3
+9c
 41
-67
-e0
-ca
-07
-20
-60
-00
-00
-6f
-e0
-ca
-07
-67
-e0
-c1
-41
-20
-60
-00
-00
-20
-40
-62
-0e
-20
-40
-78
+f0
+69
+d1
+d6
 aa
-20
-40
+b2
+dd
+e9
+90
 04
-4a
-20
-20
-5e
+c9
+5b
+ca
+c0
+a6
+76
+e6
 61
-6f
-e0
-c6
-49
-c1
-7f
-80
-00
-da
+9d
 20
-00
-00
-70
-49
-77
-05
+90
+bd
 68
-48
-c6
-49
-20
-40
-04
-51
-20
-20
-56
-c1
-6f
-e4
-47
-13
-c2
-95
-d6
-de
-6f
-e0
-c9
-74
-1f
 e2
-26
-00
-6f
-e0
-c6
-54
-c0
+69
+31
+08
+19
+ec
+2d
+7c
+8d
+3a
+db
 7f
+44
+be
+fa
+ff
+14
+95
+11
+94
+05
+31
+0a
+39
+38
+b1
+16
+7a
+26
+5f
+5e
+18
+76
+0f
+86
 84
-58
-20
-20
-56
-ce
-6f
-e0
-c6
-49
-20
-40
-59
-46
-68
-48
-c6
-49
-20
-20
-04
-5c
-1a
-62
-7e
-00
-67
-e0
-c9
-78
-1f
+ad
+7b
+86
+13
+64
+e6
+eb
+0a
+f0
+22
+6d
 e3
+6e
+30
+35
+8c
+50
+2c
 fe
-00
+c1
+83
+b3
 1f
-e2
-24
-00
-18
-42
+19
 26
-00
-20
-40
-55
-b1
-1a
-62
-04
-00
-20
-40
-6e
+90
+65
+ac
+89
+80
+1b
+d9
+86
+89
+aa
+52
+df
+c2
+d3
+fd
+01
+fd
+ed
 e6
-7d
-20
+0e
+3b
 a4
-00
-20
-40
-59
-3d
-20
-20
-59
-29
-20
-40
-36
-b4
-24
-74
-00
-00
-20
-40
-36
-be
-20
-40
-04
-6d
-6f
-e1
-c6
-08
-20
-20
-36
-22
-58
-00
-00
-00
-79
-20
-7e
-15
-67
-e4
-00
-16
-58
-00
-00
-00
-67
-e2
-00
-1e
-20
-60
-00
-00
-70
-46
-00
-00
-20
-40
-36
+df
+ee
+ee
+de
+03
+8b
+19
+30
+39
+aa
+cb
+65
 47
+17
+9d
+49
+f4
+b5
+ed
+16
+0c
+e1
+08
+ba
+cd
+14
+5b
+3b
+8b
+50
 5f
+cb
+be
+0d
+08
+78
+d0
+b2
+e3
+4c
+b7
+d9
+21
+53
+ea
 ff
+d5
 ff
-ff
-67
-e2
-45
-af
-58
-00
-00
+c2
 00
-67
-e3
-c8
-46
-70
-47
-3f
-01
-20
-40
-59
+4c
+ae
+1a
+b1
+7c
+79
+e4
+6d
+ea
 ed
-20
-20
-02
-9f
-20
-40
-5a
-92
-20
-40
+71
+f7
+c5
 04
-6d
-20
-40
-56
+a4
+8d
+69
 a9
-68
-48
-c6
-54
-20
-40
-6e
-f7
-68
-48
-c6
-54
-20
-40
-6e
-d3
-6f
-e0
-c6
-4d
-20
-40
-59
-43
-d8
-40
-00
+37
 15
-20
-40
-55
-b5
-20
-40
-04
-89
-20
-20
-54
-df
-6f
-e0
-c6
-5a
-c1
-7f
+ab
+7a
 80
-00
-6f
-e0
-c6
-66
-c0
-00
-04
-8f
-68
-48
-c6
-5a
-20
-20
+3a
+3c
+cf
+2a
+8a
+d4
+fe
+71
+94
+3c
+b0
+92
+43
+3d
+ab
+88
+5b
+9b
+a1
+ae
+b0
+a2
+12
+e7
+ec
+c5
+82
+a6
+4c
+e8
+e6
+06
+59
+7e
+1c
+32
+5e
+0e
 55
-b5
-68
-48
-c6
-5a
-20
-20
-6f
-0f
-c6
-93
-00
-00
-20
-40
-56
+8b
+33
+98
+af
+ee
+38
+10
+33
+0b
+ae
 01
-24
-74
-00
-00
-6f
-e0
-c7
-7c
-70
-47
-7c
-00
-24
-5a
-04
-a6
-6f
-e4
-47
-13
-c3
-0b
-04
-9b
-6f
-e0
-c9
-6c
-24
-3a
-60
-b6
-20
-40
-04
-9d
-20
-20
-60
-a2
-6f
-e0
-c6
-59
+2c
+ab
+e1
+53
+01
+e9
+b4
+ce
+27
+38
+48
+7b
+b7
+70
+4c
+97
+10
 c1
 ff
-80
-00
-6f
-e0
-c7
+09
+b1
+9a
+b9
+32
+2a
+44
+d9
+cf
+dd
+93
+fc
+2c
+e7
+9a
+cb
+aa
+a8
+37
+60
 7d
-20
-7a
-00
-00
-1f
-e0
-ff
-ff
-67
-e0
+bf
+92
+78
+71
+aa
+3f
+eb
+a0
+c2
 c7
-7d
-58
-00
-00
-00
-67
-e2
-48
-47
-20
-20
-5a
-73
-20
-40
-04
-6d
-20
-20
-02
-32
 6f
-e4
-47
-13
-c4
+33
+c7
+d1
+45
+9b
+71
+d9
+32
 15
-00
-00
-c3
-1f
+b4
+49
+11
+95
+b6
+8c
+38
+d1
+b6
+be
+c8
+91
+a4
+bc
+76
+66
+93
+8f
+69
+3b
+2c
+84
+0c
+85
+06
+a2
+a1
 de
-b9
-68
-48
-c6
-5a
-20
-40
-6e
-f7
-68
-48
-c6
-5a
-20
-40
-55
-b1
+23
+6c
+ca
+af
+59
+f2
+66
+d8
+46
+34
+64
 68
-48
-c6
-5a
-20
-40
-6e
-e6
-24
-20
+33
+3e
+0f
+84
 de
-c2
-20
+94
+1f
+fa
+9d
+07
+18
+73
+5b
+88
+aa
+cf
+7b
+76
+b7
+9e
+81
+6a
+64
+e6
+e4
+1d
+d7
+87
+ff
+b3
+4b
+11
+3e
+6c
+e6
+b8
+84
+78
+f7
+79
+d0
 20
-5e
+f9
+ca
+5f
 be
-20
+b2
+8c
+7a
+7c
+65
+e2
+c5
+0c
 40
-59
-58
+16
+62
+b2
+73
 c0
-18
-59
-5f
-c0
-18
-d9
-c6
-c0
-2c
-04
-b8
-20
-20
-59
-52
-20
-40
-59
-e7
-6f
-e0
-c8
-5a
-c0
-2c
-84
-bc
-20
-20
-59
-5f
+b4
+c3
+c4
+79
+90
+a9
+d4
+81
+46
+46
+af
+99
+f2
+82
+9a
+dc
+85
+a7
+2d
+62
+50
+7e
+0a
+5e
 70
-49
-57
-0b
-da
-60
+b6
+44
+bf
+5c
+5b
+ef
+d0
+a6
+d8
+f5
+fa
+b3
+bd
 4a
-0b
-20
-20
-59
-95
-6f
-e0
+b4
+da
+85
+cd
+26
+17
+bf
+a0
+d3
+66
+de
+e7
+a8
+cd
+9b
+bf
 c4
-20
-c1
-80
+44
+bc
+ad
+eb
+59
+22
+53
+10
+3e
+55
+b0
+07
+f5
 00
+2f
+fa
+fc
+71
+a4
+89
+db
+3c
+8a
+90
+9c
+59
+b7
+4d
+33
+ee
+f9
+c5
+0d
 00
-6f
-e0
-c9
+2b
+e7
+97
+97
+85
+0c
+26
+2e
+ec
+ec
+3e
 57
-c0
-05
-84
-c4
-20
-20
-59
-f8
-20
-40
+fb
+b0
+8c
+f6
+3e
+53
+4d
+2f
+66
+00
+ae
+ae
+dd
+3c
+08
+43
+dc
+e9
+09
+d9
+3c
+19
+1e
+1b
+a5
 5a
-6d
-6f
-e0
-c6
-59
-c0
-7f
+4a
+c1
+cb
+aa
+d5
 84
-ca
-68
-48
-c6
+0c
+86
+c5
+9a
 59
-20
 40
-6e
-e6
-24
-60
+2c
+7d
+e2
+19
+26
+a6
+78
+aa
+cf
 80
-00
-58
-00
-00
-00
-20
-40
-69
-e5
-c0
-ac
+0e
+d8
 59
-55
-20
-20
+5f
+f7
+35
+2e
+a9
+57
+bd
+63
 5a
-2f
-78
-54
-7c
-00
-58
-00
-00
-00
-67
-e3
-48
-47
-20
-40
-04
-bf
-20
-20
-56
-06
-ca
-c7
-aa
-55
-40
-00
-00
-40
-05
-00
-33
+b5
+a9
+8c
+50
+ae
+dc
 07
-20
-00
-00
-00
-00
-00
-00
-00
-00
-73
-08
-84
-f2
-7d
+36
+6c
 61
-00
-00
-00
-00
-00
-20
-00
-00
-14
-00
-00
-00
-00
-00
-00
-10
-04
+68
+1c
+1b
+31
+9b
+26
+7d
+39
 60
-00
-00
-06
-00
-30
-00
-00
-00
-00
-00
-00
-00
-00
-41
-a4
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-aa
-55
-08
-00
-13
-47
-04
-c9
-12
-10
-02
-00
-01
-5b
-aa
+d0
+19
+de
+32
+3f
+e0
+c7
+11
+91
+42
+b2
+a3
+de
+1d
+5f
+a0
+e9
 55
-1e
-00
-44
-46
-06
-07
-08
-08
+11
 07
-06
-14
-12
-0d
-0f
-15
-01
-02
+92
+1c
+1a
+47
+25
+31
+54
+76
+4c
 01
-ff
-ff
+31
+bd
+c2
+77
+d4
+d5
 0a
-ff
-ff
-ff
-ff
-ff
+03
+73
+9a
+e0
 ff
 05
-ff
-ff
-8c
-ff
-ff
-ff
-aa
-55
-01
-00
-29
-47
-01
+b6
+6c
+7e
+6e
+71
+ea
+50
+e1
+b8
 aa
-55
-02
-00
-ff
+9a
+5d
+69
+3c
+d6
+12
+d1
+19
+59
+77
+4e
+dd
+cc
+b2
+e0
+a8
+d8
+c1
+0d
+cc
+db
+50
 46
-00
-14
-aa
-55
-03
-00
-02
-47
-05
-05
-02
-aa
-55
-01
-00
-07
-47
-14
+be
+59
+ec
 aa
+0e
+b0
+b8
+ac
+25
+51
+b2
+93
+4b
+eb
+50
+d5
+f3
+1b
+29
+37
+2c
+97
+0b
+6b
+db
+4b
+41
+58
+d4
+ba
 55
-01
-00
-05
-47
-02
-aa
-55
-02
-00
-0a
-47
-02
-06
-aa
-55
-01
-00
-0d
-47
-0a
-aa
-55
-01
-00
-12
-47
-0a
-aa
-55
-02
+ad
+a7
+f6
+33
+0b
+f3
+e5
+8e
+fa
+b1
+dc
+93
+67
+b9
+45
+6e
+44
+34
+f2
+1b
+bb
+c0
+8a
+86
+22
+dd
+71
+e3
+45
+e5
+4d
+91
+1d
+9f
+d4
 00
+75
+50
+1d
+ff
+16
+d6
+8b
 0f
-47
-58
-02
-aa
-55
-02
-00
-3a
-46
-0a
-00
-aa
-55
-01
-00
-3d
-46
-08
-aa
-55
-02
-00
-21
-47
-02
-00
-aa
-55
-01
-00
-3c
-46
-32
-aa
-55
-02
-00
-38
-46
+5d
+07
+84
+2a
+c0
+2a
+d1
+c7
+6f
+97
+a1
+52
+1b
+90
+fd
+52
+2f
+e6
 b0
-04
-aa
-55
+0b
+31
 01
-00
-1e
-47
-0a
-aa
-55
-02
-00
-25
-47
-70
-17
-aa
+d9
+6b
+bb
+ff
+e6
+7c
+18
+0b
+0b
+fb
+82
+13
+88
+b0
+e2
 55
+1f
+69
+db
+9d
+d8
+1f
+5f
+98
+09
+c3
+89
+36
+e0
+db
+1f
+a0
+e7
+d6
+98
+bd
+c9
+df
+ef
+35
+ff
+15
+42
+0d
 01
-00
-cb
-43
-08
+99
+7e
+54
+84
+39
+f9
+39
+6d
+cf
+bd
+6e
+c6
+30
+78
 aa
-55
-01
-00
-1b
+10
+42
+bb
+65
+36
+66
+3d
+f7
+91
+32
+26
+79
+ef
+7c
 47
-02
-aa
-55
-01
-00
-94
-40
-01
-aa
-55
-01
-00
+e3
+f8
+b4
+e5
+e0
+bd
+98
+79
+0e
+99
+f9
+93
+82
 c0
+62
+4d
+35
+0c
 40
-20
-aa
-55
-01
-00
-6b
-49
-20
-aa
-55
-02
-00
-66
-46
-00
-34
-aa
-55
-01
-00
-74
-46
-34
-aa
-55
-01
-00
-81
-46
+45
+65
+32
+19
 33
-aa
-55
-06
-00
-2d
-46
-dc
-05
-84
-03
-e8
-03
-aa
-55
-01
-00
+83
+b0
+c8
+16
+48
+23
+ce
+b6
+f9
+86
+b4
+c2
+4c
+8b
+7f
 35
-46
-04
-aa
-55
-01
-00
-28
-47
-03
-aa
-55
-01
-00
-27
-47
-07
-aa
-55
-06
-00
-e6
-46
-00
-00
-00
-00
-00
-00
-aa
-55
-06
-00
+92
+5c
+a9
+e2
+ee
+69
+7d
+75
+6a
+22
+e7
+67
+48
+30
 f1
-44
-02
-11
-37
-58
-51
-61
-aa
-55
-01
-00
-89
-45
-01
-aa
-55
-05
-00
-e3
-45
-01
-0f
-0f
-0f
-0f
-aa
-55
-01
-00
-b9
-45
-00
+f2
+60
+d4
+a4
+2d
+3b
+cd
 aa
-55
-01
-00
-40
-47
 02
-aa
-55
-01
-00
-ca
-45
-00
-aa
-55
+d5
+6b
+f6
+25
+dd
+d5
+fd
+15
+6d
+a0
+e0
+15
+da
+b9
+70
+bd
+5e
+f6
+d4
+66
+dd
+cc
+90
+56
+eb
+79
+42
+49
+e1
+83
+9c
 01
-00
-7b
-47
-00
-aa
-55
-02
-00
-8b
-45
+ec
+9d
 c0
-12
-aa
+93
+62
+f8
+f4
+8f
+7f
+e7
+24
+0e
+a0
+33
+e3
+4b
+14
 55
+b3
+ff
+ba
+ad
+f2
+ad
+84
+ea
+d3
+bc
+89
+f6
+8e
+ae
+1a
+c9
+e9
+9e
+c9
+b6
+c2
+fa
+5e
+ab
+38
+df
+b2
+6f
 07
-00
-43
-47
-ee
-4d
-00
-80
-bb
-00
-05
-aa
-55
+92
+49
+f3
+23
 04
-00
-55
-47
-80
-bb
-00
-00
-aa
-55
-07
-00
-4a
-47
-f2
-f9
-00
-00
-77
-01
+75
+90
+88
+54
+8a
+4d
+30
+e2
+61
+ff
+bc
+83
 0b
-aa
-55
-04
-00
-59
-47
-00
-77
-01
-00
-aa
-55
-03
-00
-af
-45
-00
-48
-60
-aa
-55
-02
-00
-1d
-46
+89
+96
+97
+66
+db
+7f
+f5
+c9
+85
+d9
+8b
+a9
+68
 2c
+b5
+a4
+62
+b4
+6f
+4e
+f8
+0e
+5e
+8d
+19
+20
+52
+6d
+a5
 01
-aa
-55
-02
-00
-1b
-46
-50
-00
-aa
-55
-02
-00
-23
-47
-64
-00
-aa
-55
-01
-00
-f4
-46
-01
-aa
-55
+7e
 06
-00
-db
-42
-71
-81
-91
-a1
-b3
-c1
-aa
-55
-01
-00
-93
-43
-07
-aa
-55
-08
-00
+33
+61
+1f
 c0
-43
-fb
-00
-48
-08
-fb
-00
-48
-08
-aa
-55
-02
-00
 be
-47
-96
-00
-aa
-55
-02
-00
-b5
-47
-15
-00
-aa
-55
-02
-00
-9b
-43
-19
-00
-aa
-55
+5a
+99
+d2
+74
+5c
+bc
+30
 04
-00
-b7
-47
-1d
-00
-21
-00
-aa
-55
-02
-00
-32
-43
-2d
-00
-aa
-55
-02
-00
+0e
+07
+79
+5a
 bb
-47
-30
-00
-aa
-55
-0c
-00
-48
-43
-1f
-02
-01
-05
-03
-03
-12
-18
-03
-19
-c2
-03
-aa
-55
-0f
-00
-a0
-47
-06
-ff
-06
-00
-03
-00
+a2
+8c
+1a
+21
+dd
+9e
+ed
+dd
+cc
+d3
 80
-07
-09
-58
+61
+d2
 54
-2d
-36
-31
-32
-aa
+98
+81
 55
-09
-00
-68
-43
-1f
-07
-09
-58
-54
-2d
-36
-31
-32
-aa
-55
-07
-00
-6b
-42
-06
-58
-54
-2d
-36
-31
-32
-aa
-55
-07
-00
-8c
-49
+19
+83
+6f
+5e
+76
+6e
+ba
+a1
+a9
+02
+91
+c1
+16
+d2
+96
+b6
+af
+7b
 06
-58
-54
-2d
-36
-31
-32
-aa
-55
-08
-00
+bd
+84
+52
+37
+5c
+a0
+68
+45
+f2
+c6
+1a
+eb
+dc
+c6
+8b
+bc
+d6
+38
+9a
+bf
+b8
+ab
+26
+4e
 d3
-42
-06
-00
-06
-00
+2f
+7b
+9f
+71
+b9
+e0
+41
+af
+3e
+ae
+bc
+9d
+c6
+96
 20
-00
-2c
-01
-aa
-55
-06
-00
-9a
-47
-03
-12
-18
-ff
-00
-00
-aa
-55
-03
-00
-ec
-46
-00
-50
-00
-aa
-55
-02
-00
-eb
-43
-80
-1f
-aa
-55
-01
-00
-f4
-43
-80
-aa
-55
+c8
+7c
+db
 04
-00
-fa
-49
-b9
-1a
-ea
-1a
-aa
-55
-18
-00
-e2
-49
-eb
-1a
-b2
-1b
-b3
-1b
-2a
-1c
-2b
-1c
-de
-1c
+e7
+8f
+3b
+6b
+b6
+95
+7b
+45
+f0
+f8
+9c
+2c
+1e
+42
+c9
+15
+37
+68
+c8
+29
+c3
+e1
 df
-1c
-92
-1d
+d4
+2f
+cc
 93
+20
+45
+b0
+32
+7b
+3b
+f0
+23
+66
+af
+74
+7b
+ed
+73
 1d
-46
-1e
-47
-1e
-fa
-1e
-aa
-55
-06
-00
-fe
-49
-fb
-1e
-ae
-1f
-ac
-1f
-aa
-55
-01
-00
-ec
-44
-ff
-aa
-55
-01
-00
-eb
-44
+36
+61
+c6
+42
+0c
 1e
+58
+b0
+40
+80
+e8
+19
+43
+e1
+a5
 aa
-55
-01
-00
-ee
-44
-00
-aa
-55
-01
-00
-41
-41
-03
-aa
-55
-01
-00
-3e
-46
-00
-aa
-55
-01
-00
-d2
-45
-07
-aa
-55
-02
-00
-f0
-45
-83
-47
-aa
-55
-02
-00
-3f
-46
-85
-90
-aa
-55
-02
-00
-42
-46
-75
-80
-aa
-55
-01
-00
-41
-46
-63
-aa
-55
-01
-00
-27
-46
-7d
-aa
-55
-01
-00
-37
-44
-00
-aa
-55
-03
-00
-08
-4a
-00
-03
-25
-aa
-55
-01
-00
-6c
-08
-ff
-aa
-55
-11
-00
-68
-48
+91
+2e
+43
+2a
+9c
+3c
+a8
+33
+ef
+4b
+db
+8a
+e7
+72
+d8
+c2
+5d
+8d
+fd
+c1
+15
+30
 03
-04
-01
-02
-20
+38
+2e
+c6
+64
 2a
+25
+a1
+a1
 3f
-15
-28
-35
-1b
-11
+5f
+d9
+f3
+32
+af
+49
+40
+3a
+e4
+40
+d3
+82
+56
+26
+24
+f1
+d5
+37
+9c
+f2
+7f
+e6
+fe
+7b
+66
+b5
+af
+4e
+65
 8a
-8b
+67
+cc
+a4
+fc
+59
+07
 83
+f2
+1f
+66
+07
+38
 84
-88
-aa
-55
-08
-00
-4e
-49
-09
-a5
+a6
+4f
+c4
+e8
+4a
+89
+93
+04
+3a
+56
+10
+4b
+97
+42
+4c
+7a
+0d
+e1
+a9
+2a
 0b
-f3
+d3
+3a
+ae
+42
+53
+ef
+1a
+57
+79
+cc
+44
 09
-00
-ff
-ff
-aa
+12
+27
+99
+5c
 55
-08
-00
+4d
+24
+a6
+ec
+d9
+b4
+93
+88
+3e
+9c
 46
-49
-09
-5a
-0b
-f3
-09
-00
-ff
-ff
-aa
+f4
+d2
+ee
+1d
+a7
+af
+bd
+b7
 55
-12
-00
-0b
-4a
-09
-a5
-26
-34
-19
-04
-60
-07
+ae
+16
+44
+b6
+a8
+e2
+d1
+53
+a0
+f6
+b8
+42
+39
+2c
+a2
 69
-04
-7d
-20
-7e
-00
-09
-00
-ff
-ff
-aa
-55
-0a
-00
-7c
-48
-09
-5a
-26
 34
-19
-04
-09
-00
-ff
-ff
-aa
-55
-0a
+ee
+0f
+97
+76
+02
+29
+b2
+af
+30
+35
+ef
+91
+e6
+5e
+a5
+18
+ed
+24
+ce
+ce
+2f
+db
+95
+99
+1d
+92
+c1
+58
+27
+f0
+a7
+ec
+e7
 00
-90
-48
-09
-5a
+fb
+cb
 0d
-10
-1d
-ed
-7d
-80
-ff
-ff
-aa
-55
-1e
+29
+de
+c8
+5c
+e6
+5d
+73
+87
+ad
+c2
+4f
+bb
+33
+84
+3d
+27
+fa
+f8
+1b
+6e
+24
 00
-d6
-48
+c7
+3c
+b6
+e5
+9e
 09
-5a
-ff
-27
-ab
+19
+d2
+19
+1a
+1d
+3c
+24
+6b
+9b
+91
+e2
+ad
+a2
+b3
+78
+e3
+6d
+5d
+6d
+cc
+76
 40
-be
-d1
-a0
-41
-a1
-12
-a5
-84
-a7
-ff
+65
+01
+2c
+c2
+f6
+d2
+65
+ea
+e2
+f8
+6c
+a3
+b8
+ba
+c3
 b5
+3a
+49
+2d
 d0
-b6
-00
-ff
-00
+d8
 35
-c8
-25
-af
-09
-00
-ff
-ff
-aa
-55
-2e
+bb
 00
-fc
-48
-09
-5a
-0d
-10
-0e
-c5
-5b
-9a
-10
-38
-11
-42
-28
-28
+d7
 41
-23
-49
-39
-4a
-b0
-4b
-a0
-4c
-90
+83
 4d
-70
-09
-00
-ff
-ff
-09
+83
+ba
+11
+7b
+47
+a0
+94
 5a
-06
-02
-09
-69
-0d
+c7
+de
+8d
+5a
+1a
+94
+71
+d2
+de
+b2
+56
+cd
+c5
+a1
+cb
+f0
 48
-0e
-9f
-0f
-ba
-09
-00
-ff
-ff
-aa
-55
-01
-00
-48
-41
-0c
-aa
+23
+16
+4c
+94
+b6
 55
-06
-00
-c3
-40
-35
-3f
-64
-db
+da
+47
+58
+26
+93
+11
+51
+6e
+33
+83
+f7
+f9
+22
 7b
+d3
+1e
+fb
+41
+2e
+6e
+80
+81
+60
+67
+f0
+75
+78
+21
+d8
+da
+77
+96
+46
+14
+da
+80
+2e
 3b
+df
+8a
+4d
+d6
+e4
+71
+59
+ff
+9a
+c2
 aa
 55
-01
+40
+00
 00
-a7
 40
+05
+00
+33
+07
 20
-aa
-55
-03
 00
-c9
-40
 00
-08
-b4
-aa
-55
-01
 00
-99
-40
+00
+00
+00
+00
+00
+73
 18
-aa
-55
-01
+84
+f2
+7d
+61
 00
-1c
-41
-3e
-aa
-55
-0c
 00
-16
 00
 00
 00
 20
 00
+60
+04
 00
 00
 00
 00
 00
 00
+10
+04
+60
+00
+00
+06
+00
+30
+00
+00
+00
 00
 00
-aa
-55
-05
 00
-5e
-41
-08
-0e
-05
-03
 00
-aa
-55
-01
 00
-68
 41
-20
-aa
-55
-02
+a4
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
 00
-9a
-40
 00
-0c
 aa
 55
-05
+08
 00
-43
-41
-ff
+13
+47
 04
+c9
+12
 00
+02
 00
-08
+01
+5b
 aa
 55
-01
+1e
 00
-1c
+44
+46
+06
+07
+08
+08
+07
+06
+14
+12
+0d
+0f
+15
+01
 02
-5a
+00
+ff
+ff
+0a
+ff
+ff
+ff
+ff
+ff
+ff
+05
+ff
+ff
+8c
+ff
+ff
+ff
 aa
 55
 01
 00
-07
-44
+29
+47
 01
 aa
 55
-01
+02
 00
-09
-44
-0a
+ff
+46
+00
+14
 aa
 55
-01
+03
 00
+02
+47
+05
 08
-44
+01
+aa
+55
+01
 00
+07
+47
+14
 aa
 55
 01
 00
-11
-44
+05
+47
+02
+aa
+55
+02
 00
+0a
+47
+02
+06
 aa
 55
-04
+01
 00
 0d
-44
-00
-07
-ff
-07
+47
+0a
 aa
 55
 01
 00
-38
-44
-a0
+12
+47
+0a
 aa
 55
 02
 00
-3b
-44
-bc
+0f
+47
+58
 02
 aa
 55
 02
 00
-39
-44
-90
+3a
+46
+0a
+00
+aa
+55
 01
+00
+3d
+46
+08
 aa
 55
 02
 00
-3d
-44
-03
-09
+21
+47
+02
+00
 aa
 55
 01
 00
-49
-41
-ff
+3c
+46
+32
 aa
 55
 02
 00
-9c
+38
+46
+b0
+04
+aa
+55
+01
+00
+1e
+47
+0a
+aa
+55
+02
+00
+25
+47
+70
+17
+aa
+55
+01
+00
+cb
+43
+08
+aa
+55
+01
+00
+1b
+47
+02
+aa
+55
+01
+00
+94
 40
+01
+aa
+55
+01
+00
+c0
+40
+20
+aa
+55
+01
+00
+6b
 49
-41
+20
+aa
+55
+03
+00
+3c
+47
+00
+00
+00
+aa
+55
+02
+00
+66
+46
+00
+34
+aa
+55
+01
+00
+74
+46
+34
+aa
 55
+01
+00
+81
+46
+33
 aa
+55
+06
+00
+2d
+46
+dc
+05
+84
+03
+e8
+03
 aa
 55
+01
+00
+35
+46
 04
-50
+aa
+55
+01
+00
+28
+47
+03
+aa
+55
+01
+00
+27
+47
+07
+aa
+55
+06
+00
+e6
+46
+00
+00
+00
+00
+00
+00
+aa
+55
+06
+00
+f1
+44
+02
+11
+37
+58
+51
+61
+aa
+55
+01
+00
+89
+45
+01
+aa
+55
+05
+00
+e3
+45
+01
+0f
+0f
+0f
+0f
+aa
+55
+01
+00
+b9
+45
+00
+aa
+55
+01
+00
+40
+47
+02
+aa
+55
+01
+00
+ca
+45
+00
+aa
+55
+01
+00
+7b
+47
+00
+aa
+55
+02
+00
 8b
-0e
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
+45
+c0
+12
+aa
+55
+07
+00
+43
+47
+ee
+4d
+00
+80
+bb
+00
+05
+aa
+55
+04
+00
+55
+47
+80
+bb
+00
+00
+aa
+55
+07
+00
+4a
+47
+70
+11
+01
+00
+77
+01
+0b
+aa
+55
+04
+00
+59
+47
+00
+77
+01
+00
+aa
+55
+03
+00
+af
+45
+00
+48
+60
+aa
+55
+02
+00
+1d
+46
+2c
+01
+aa
+55
+02
+00
+1b
+46
+50
+00
+aa
+55
+02
+00
+23
+47
+64
+00
+aa
+55
+01
+00
+f4
+46
+01
+aa
+55
+06
+00
+db
+42
+71
+81
+91
+a1
+b3
+c1
+aa
+55
+01
+00
+93
+43
+07
+aa
+55
+08
+00
+c0
+43
+fb
+00
+48
+08
+fb
+00
+48
+08
+aa
+55
+02
+00
+be
+47
+96
+00
+aa
+55
+02
+00
+b5
+47
+15
+00
+aa
+55
+02
+00
+9b
+43
+19
+00
+aa
+55
+04
+00
+b7
+47
+1d
+00
+21
+00
+aa
+55
+02
+00
+32
+43
+2d
+00
+aa
+55
+02
+00
+bb
+47
+30
+00
+aa
+55
+0c
+00
+48
+43
+1f
+02
+01
+05
+03
+03
+12
+18
+03
+19
+c2
+03
+aa
+55
+14
+00
+a0
+47
+06
 ff
+06
+00
+03
+00
+80
+0c
+09
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0e
+00
+68
+43
+1f
+0c
+09
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+6b
+42
+0b
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+8c
+49
+0b
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+08
+00
+d3
+42
+06
+00
+06
+00
+20
+00
+2c
+01
+aa
+55
+06
+00
+9a
+47
+03
+12
+18
 ff
+00
+00
+aa
+55
+03
+00
+ec
+46
+00
+50
+00
+aa
+55
+02
+00
+eb
+43
+80
+1f
+aa
+55
+01
+00
+f4
+43
+80
+aa
+55
+04
+00
+fa
+49
+b9
+1a
+ea
+1a
+aa
+55
+18
+00
+e2
+49
+eb
+1a
+b2
+1b
+b3
+1b
+2a
+1c
+2b
+1c
+de
+1c
+df
+1c
+92
+1d
+93
+1d
+46
+1e
+47
+1e
+fa
+1e
+aa
+55
+06
+00
+fe
+49
+fb
+1e
+ac
+1f
+ae
+1f
+aa
+55
+01
+00
+ec
+44
 ff
+aa
+55
+01
+00
+eb
+44
+1e
+aa
+55
+01
+00
+ee
+44
+00
+aa
+55
+01
+00
+41
+41
+03
+aa
+55
+01
+00
+3e
+46
+00
+aa
+55
+01
+00
+d2
+45
+07
+aa
+55
+02
+00
+f0
+45
+83
+47
+aa
+55
+02
+00
+3f
+46
+85
+90
+aa
+55
+02
+00
+42
+46
+75
+80
+aa
+55
+01
+00
+41
+46
+63
+aa
+55
+01
+00
+27
+46
+7d
+aa
+55
+01
+00
+37
+44
+00
+aa
+55
+03
+00
+08
+4a
+00
+03
+25
+aa
+55
+01
+00
+6c
+08
 ff
+aa
+55
+11
+00
+68
+48
+03
+04
+01
+02
+20
+2a
+3f
+15
+14
+1b
+11
+0e
+8a
+8b
+83
+84
+88
+aa
+55
+08
+00
+4e
+49
+09
+a5
+0b
+f3
+09
+00
 ff
 ff
+aa
+55
+08
+00
+46
+49
+09
+5a
+0b
+f3
+09
+00
 ff
 ff
+aa
+55
+12
+00
+0b
+4a
+09
+a5
+26
+34
+19
+04
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
 ff
 ff
+aa
+55
+0a
+00
+7c
+48
+09
+5a
+26
+34
+19
+04
+09
+00
 ff
 ff
+aa
+55
+0a
+00
+90
+48
+09
+5a
+0d
+10
+1d
+ed
+7d
+80
 ff
 ff
+aa
+55
+10
+00
+2a
+49
+09
+a5
+26
+34
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
 ff
 ff
+aa
+55
+1a
+00
+d6
+48
+09
+5a
 ff
+27
+ab
+40
+be
+d1
+a0
+41
+a1
+12
+a7
 ff
+b6
+00
+b5
+c8
+a5
+af
 ff
+00
+09
+00
 ff
 ff
+aa
+55
+2e
+00
+fc
+48
+09
+5a
+0d
+10
+0e
+c5
+5b
+9a
+10
+38
+11
+42
+28
+28
+41
+23
+49
+39
+4a
+b0
+4b
+a0
+4c
+90
+4d
+70
+09
+00
 ff
 ff
+09
+5a
+06
+02
+09
+69
+0d
+48
+0e
+9f
+0f
+ba
+09
+00
 ff
 ff
+aa
+55
+01
+00
+07
+44
+01
+aa
+55
+01
+00
+09
+44
+0a
+aa
+55
+01
+00
+08
+44
+09
+aa
+55
+06
+00
+2d
+46
+a4
+01
+18
+01
+2c
+01
+aa
+55
+01
+00
+48
+41
+0c
+aa
+55
+06
+00
+c3
+40
+35
+3f
+64
+db
+7b
+3b
+aa
+55
+01
+00
+a7
+40
+20
+aa
+55
+03
+00
+c9
+40
+00
+08
+b4
+aa
+55
+01
+00
+99
+40
+18
+aa
+55
+01
+00
+1c
+41
+3e
+aa
+55
+0c
+00
+16
+00
+00
+00
+20
+00
+00
+00
+00
+00
+00
+00
+00
+00
+aa
+55
+05
+00
+5e
+41
+08
+0e
+05
+03
+00
+aa
+55
+01
+00
+68
+41
+20
+aa
+55
+02
+00
+9a
+40
+00
+0c
+aa
+55
+05
+00
+43
+41
 ff
+04
+00
+00
+08
+aa
+55
+01
+00
+1c
+02
+5a
+aa
+55
+01
+00
+38
+44
+a0
+aa
+55
+02
+00
+3b
+44
+bc
+02
+aa
+55
+02
+00
+39
+44
+90
+01
+aa
+55
+02
+00
+3d
+44
+03
+09
+aa
+55
+01
+00
+49
+41
 ff
+aa
+55
+02
+00
+9c
+40
+49
+41
+55
+aa
+aa
+55
+6a
+5b
+81
+95
 ff
 ff
 ff
@@ -8188,5 +8188,5 @@
 ff
 ff
 ff
-b4
-21
+8e
+81
Index: output/flash.dat
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/flash.dat	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/flash.dat	(working copy)
@@ -1,6656 +1,6656 @@
 00
 02
-aa
-55
-4e
-13
-c2
-84
-00
-25
-c0
-00
-02
-9c
-c0
-01
-00
-56
+6d
+3d
+1c
+06
+d8
+d0
+04
 c0
-08
+ce
 00
-5f
-c0
-08
-80
-61
-c0
-0a
-01
+d7
+72
+b1
+d2
+9d
+69
+aa
+55
+d0
+14
 73
-c0
-0a
-80
-e3
-c0
-0c
-01
-03
-c0
+85
+21
 0c
+ed
+bc
+2d
+ad
+e7
+d6
+98
+2d
+21
+ee
 81
-0a
-c0
-0d
-00
-6f
-c0
-12
-82
+94
+1d
+7a
+2f
+42
+80
+71
+4d
+bd
+48
+81
+e1
+0b
+05
+8d
+64
+4b
+56
+29
+c6
+45
+93
 22
-c0
-34
-02
-95
-c0
-34
-82
-b5
-c0
-36
-02
-5e
-c0
-36
+09
+12
+d9
+45
 80
-3e
-c0
-37
-00
-34
-c0
-39
-84
-7c
-c0
-3d
-04
+ab
+23
+fa
+05
+4d
+79
+c4
+14
+a4
 ce
-c0
-3f
-84
-5c
-c0
-40
-84
+e5
+a2
+16
+ac
+fc
+6f
+d1
+62
+a8
+e5
+ab
 b3
-c0
-42
-03
-9e
-c0
+f5
+77
+94
+dc
 42
-83
-e8
-c0
-43
-02
-0a
-c0
-43
-83
-c8
-c0
 44
-03
-e6
-c0
-45
-03
-b2
-c0
-46
-02
-f3
-c0
-46
-83
-5b
-c0
-47
-04
-46
-c0
+dd
+36
 45
-82
+ed
+9b
+36
 cc
-c0
-48
-04
-a8
-c0
-4a
-84
-73
-c0
-4b
-04
-91
-c0
-62
-82
+36
+f9
+a9
 41
-c0
-6d
-01
-44
-c0
-6e
-01
-54
-20
-20
-23
-5a
-c0
-0a
-01
-94
-c0
-0d
-01
-93
-c0
-12
-81
-c3
-c0
-13
-01
+c7
+9e
+e6
+58
+55
 c8
-c0
-1c
-81
-da
-c0
-1d
-01
-e4
-c0
-26
-01
-de
-c0
-26
-81
-e2
-c0
-48
-02
-44
-c0
+18
+c4
+d8
+9a
+dc
+94
+89
+45
+41
+c6
+a3
+15
+49
+59
+7c
+32
+9b
+db
+f6
+6c
+2a
+22
+cc
 4b
-04
+1b
+85
+bf
+22
+ef
+77
+08
+a2
+ff
+b6
+92
+f2
+09
+cb
+b5
+92
+23
+15
+73
+28
+f7
+b6
+23
+21
+24
+e5
+18
+d0
+6c
+2d
+14
+54
+7e
 67
-c0
+59
+d4
+52
+41
+22
+8d
+90
+ed
+97
+89
+59
+47
+7a
+a5
+74
+fd
+9d
+fb
+85
+7c
+09
+1d
+ba
+f7
+5b
+29
+1c
+6d
+52
+90
+fb
+f5
+9d
+62
+7b
+8d
+64
+72
+f5
+9b
 4d
-00
-f1
-c0
+30
+aa
+e7
+ac
 4e
-80
-f8
-c0
-4f
-82
 66
-c1
-7f
+c3
+d9
+94
+bb
+57
+c0
+ef
+bf
 80
-00
-20
-20
-23
-5a
-6f
-e4
-47
-13
-c2
-9f
-00
-37
-20
-20
+7b
+c8
+32
+8f
+11
+45
+f3
+22
+72
+35
+28
 54
 8f
-20
+e9
+e1
+8f
+b2
+c7
 40
-54
-ac
-20
-34
-00
-3a
-20
-20
-60
-2f
-6f
-e0
-c6
-66
-c0
-00
-60
-67
-20
+76
+24
+77
+56
+87
+29
+14
+91
+90
+57
+3b
+01
+69
+53
+c1
+38
+27
+01
+72
+5e
+39
+12
+10
+7c
+9d
+1a
 40
-5a
-a8
-20
-20
-04
-3d
-6f
-e0
-c6
-4f
+03
+26
 67
-e0
-c9
+4f
+79
+bd
+d0
+48
+8b
+a5
+7e
+75
+86
+41
+cd
+2e
 58
-6f
-e0
-c6
-4e
-c1
-7f
-80
-00
-20
-40
+c0
+7c
+3b
+1e
+91
+a7
+1a
+ba
+19
+1a
 23
-c3
-6f
-e0
-c6
-4e
-d8
-40
-00
-3e
-20
-40
-6f
-21
-6f
-e0
-c6
-5b
-d8
-40
-00
-3e
-20
-40
-6f
-21
-68
-48
-c6
-4d
-20
-40
-55
-b5
-68
-48
-c6
-4d
-20
-40
-6e
-e6
-20
-40
-d4
-73
-20
-40
-55
-b1
-68
-48
-c6
-4d
-20
-40
+c5
+7f
+1b
+3f
+03
+a8
+ed
+3c
+e1
+19
+6b
+6b
+4a
+58
+74
+cd
+33
+95
+44
 6e
-dd
-20
-40
-23
-c7
-68
-48
-c6
-4e
-20
-40
-6f
+6c
+e4
+11
+c4
+d3
+99
+63
+31
 0f
-68
-48
-c6
 5b
-20
-20
-6f
-0f
-20
-40
-75
-52
-20
-40
-74
-48
-20
-40
-2a
-45
-20
-40
-20
-2a
-20
-40
-42
-ad
-20
-40
-20
-18
-20
-40
-31
+f3
+ed
+1e
+98
+88
+da
+72
+e6
 0f
-20
-40
-24
-8c
-20
-20
-00
-56
-70
-89
-00
-00
-20
-20
-21
+82
+60
+90
+41
+50
+2c
+47
+95
+f3
+dd
+93
+83
+1b
+0b
+ed
+32
+87
+e4
+f9
+d4
 53
-70
-8a
-0f
+82
+6b
 60
-70
-8a
-10
-aa
-70
-8a
-12
+f2
+31
+91
+1d
+e3
+a6
+28
+c8
+5c
+49
+94
+08
+18
+a3
+c8
+6c
+0b
+9c
+b3
+90
+03
 7a
-70
-8a
-25
-00
-70
-8a
-26
-00
-20
-00
-00
-3c
-70
-8a
-20
-20
-70
+b6
+63
+29
+7a
+cf
+e3
+59
+b3
+91
 8a
-23
+b3
 f5
-70
-8a
-24
-12
-70
-8a
-24
-10
 20
-00
-00
+39
+cb
+4b
+40
+16
 3c
-70
-8a
-12
-60
-70
-8a
-23
-dd
-20
-60
-00
-00
-70
-01
-bb
-00
-70
+bf
+11
+2f
+e1
+56
+ee
 01
-bc
-00
-37
-d9
-82
-00
-70
-89
-46
-0d
-70
-89
-6f
+e1
+7b
+51
+8b
+ba
+1e
+01
+75
+eb
+64
+75
+1a
 10
-70
-8a
-13
-cd
-70
-8a
+36
+3e
+ca
+a0
+2e
+32
+7c
+66
+a6
+79
+dd
+c6
+e6
+99
+df
+52
+cf
+9c
+cc
+c8
+3e
+c4
+7a
+9c
+44
 06
-10
-70
-8a
-84
-4a
-70
-8a
-85
-40
-70
-8a
-16
-fe
-20
-40
-00
-b7
-20
-40
-70
-d7
-37
-d9
-82
-00
-70
-81
-3b
-5f
+e0
+54
+e9
+1f
+da
+c4
+15
+53
+92
+be
+45
+c8
 37
-d9
-82
-00
-70
-81
+1a
+26
+e3
+35
+35
+d1
+d1
+d4
+a1
+b4
+d7
 3c
-88
-37
-d9
-82
-00
-6f
-e0
-c0
-99
-c0
+b0
+b9
 08
-00
-ac
-6f
-e0
-c4
-38
+78
+ae
+3e
+61
+ba
+d3
+13
 1f
-e1
-fe
+32
+78
+31
+b4
+98
+db
+9b
+68
+c5
+d1
+2f
 04
-67
-f0
-8a
-02
-70
-89
-0f
+5d
+af
+85
+55
+79
+26
+fc
+51
+b6
+42
+3e
+56
+04
+b9
+7b
+2e
+d2
+46
+8d
+6e
+e9
+1e
+82
+50
+6a
+ca
+62
+2e
+fa
+23
+04
+be
+15
+8e
+2a
+62
+dd
+18
+da
 01
-70
-8a
+6a
 80
-24
-70
-8a
-81
-62
-58
-e6
-12
+ef
+03
+68
+ca
+09
+7e
+9d
 12
-67
-f1
-8a
-73
+61
+f6
+b9
+0d
+2e
+fa
+2e
+cc
+10
+18
+93
+56
+f5
+4c
+b7
+fd
+0f
+ea
+4a
+c8
+0c
+be
+62
+94
+e2
+9e
+53
+e2
+52
+16
 70
-8a
-86
-60
-70
-8a
-8b
-3b
-20
-40
-00
-9e
-70
-80
-43
-00
-70
-80
-42
-05
-58
-55
-74
-74
-67
-f1
-89
-68
-70
-89
-60
+7f
+c6
+44
+4b
+56
+1d
+aa
+ce
 6e
-20
-40
-01
-16
-20
-40
-01
-41
-20
-40
-00
-98
-70
-41
-48
-0c
-20
-40
-6f
-4e
-20
-20
-01
-43
-20
+0e
+66
+2c
+dd
+47
+28
 75
-80
-00
-37
-d9
-82
-00
-6f
-e0
+0f
+9a
+33
 c1
-1c
-67
-f0
-81
-3a
-37
-d9
-82
-00
-20
-60
-00
-00
-6f
-e0
-c0
+3e
+9d
+7d
+bb
+c3
+61
+0d
+64
+95
+9c
+72
+1a
+34
+52
+e3
+78
+ff
+89
+5e
+17
+ec
+93
 99
-c0
-0c
-00
+28
+4c
+54
+18
+f5
+8b
 a4
-6f
-e0
-c4
-38
-1f
-e1
-fe
-06
-67
-f0
-8a
-02
-70
-8a
-05
-e0
-70
-8a
-00
-d8
-20
-00
-00
-3c
-70
-8a
-01
-a0
-70
-8a
-00
-df
-70
-8a
-01
+36
+94
+e8
+e8
+93
 fa
-20
-00
-00
-14
-70
-8a
-00
-9f
-20
-60
-00
-00
-6f
-e0
-c4
-38
-1f
-e1
-fe
-06
-67
-f0
-8a
-02
-70
-89
-0f
-00
-70
-8a
-80
-23
-70
-8a
-81
-b0
-58
-e4
-09
-09
-67
-f1
-8a
-73
-70
+30
+a3
+45
+36
+0b
+83
 8a
-76
+ef
 2a
-70
-89
 02
-04
-20
-20
-00
-8a
-20
-35
-80
-df
-6f
+a5
+c4
+69
+56
+9f
+b4
+a2
+16
 e2
-02
-0d
-20
+c1
+c8
+74
+ad
+86
 7a
-00
-00
-37
-d9
-82
-00
-6f
-f0
-81
-36
-1f
+c0
+b6
+b8
+8d
+09
+48
+5f
+b6
+2d
+cd
+d2
+e4
+ec
+ef
+aa
+c1
+a1
+b2
+e1
+6d
 e1
+01
+53
+3c
+9d
+5a
+39
+cf
+ef
+86
+a4
+b1
+53
+b1
+7c
+36
+93
+e2
+ac
+7f
+86
+2f
+80
 7e
-f0
-68
-48
-82
-0d
-98
+1c
+0f
+c5
 41
+2e
+54
+ca
+df
+07
+3f
+2b
+6c
+3c
+bc
+4f
+25
+25
+64
+38
+54
+48
+aa
+19
+ba
+9d
+21
+3c
+7d
+15
+47
+73
+31
+3c
+fd
+24
+d1
+3b
 fe
-00
-1f
-e0
+d6
+e9
+e3
+54
+b9
+fe
+76
+2c
+6e
+e4
 ff
+de
+cc
 fd
-67
-f0
-81
+4a
+03
 36
-37
+f6
+33
+61
+d1
+65
+3c
+70
+57
 d9
-82
-00
-6f
-f0
+db
+5f
+b8
+f1
+7a
+9e
+7d
+c0
+f6
+aa
+c8
+af
+eb
+76
+c1
+27
+f7
 81
-38
-1f
-e1
-7e
-07
-68
-48
-82
-0e
-18
-49
-84
-00
+6a
+ef
 98
-41
-fe
-00
-67
-f0
-81
-38
+bb
+d4
+bf
+53
+a6
+74
+90
+26
+d1
+f2
+d4
+a2
+52
+fa
+f8
+15
+86
+f2
+ad
+fc
+b9
+5f
+2c
+d3
+8e
+55
+3f
+86
+d8
 37
-d9
-82
-00
-6f
-f0
-8a
-cb
-1f
-e1
-7e
-f0
-68
-48
-82
-0f
-60
+70
+a3
+bc
 48
-c1
-5b
-98
-41
-fe
-00
-67
+e6
+f5
+11
+d7
+1a
+8c
+5f
+b7
+36
 f0
-8a
-cb
-6f
-e0
-82
-10
-67
-e0
-c1
-5c
-2f
-ef
-fe
-03
+ae
+a0
+e5
+5f
+f8
+9c
+62
+3b
+e2
+3c
+3a
+ff
 6f
-f0
-8a
-06
 79
-20
-fe
-07
-67
-f0
-8a
-06
+d1
+41
+d9
+a5
+3d
+57
+3f
+62
+ea
 6f
-e0
-82
-10
-1f
-e1
-04
-07
-18
-52
-04
-00
-18
-43
-84
+fb
+06
+2b
+5f
+ea
 00
-60
-48
+3f
+9b
+b0
+80
+56
+c9
+96
+ea
+31
+ac
+bb
+17
+da
+af
+64
+2f
+82
+c2
 c4
-38
-6f
-f0
-8a
-02
-1f
+cc
+85
+18
+bf
+db
+f7
+f9
 e1
-7e
-1f
-98
-41
-fe
-00
-67
-f0
-8a
-02
-20
-60
-00
-00
+d1
+a8
+93
+be
+8c
 6f
-e1
-41
-5b
-20
-7a
-00
-00
+e5
+5f
+fa
+b6
+b3
+3d
+a7
+ea
 67
-e1
-02
-0f
-20
-20
-00
-c9
-20
-40
-68
-6f
-20
-40
-21
-ba
-18
-00
-2a
-08
-18
-00
-2a
-00
-58
-0a
+44
+64
+a5
+f2
+5c
+4c
+d5
 aa
-da
-67
-f1
-8a
-0f
-70
-8a
-25
-40
-70
-8a
-26
-10
-20
-00
-00
-3c
-70
-8a
-01
-fb
-70
-8a
+64
+2d
+11
+39
+f2
+db
+f0
 25
-ff
-70
-8a
-26
-30
-70
-8a
-16
-fe
-20
-20
-21
-b4
-6f
-e0
-c7
-93
-24
-7a
-00
-00
-20
-40
-00
-f5
-20
-20
-60
+08
+77
 fc
-6f
-e0
-c6
-55
-c1
-7f
-80
-00
-20
-20
+bd
+a5
 5e
-78
-68
+44
+d5
+32
 48
-c6
-01
-6f
-e0
-c6
-21
-98
-46
-7c
-00
-24
-21
-00
-fd
-20
-20
-36
-81
-6f
-e2
-45
-8f
-68
-4a
-45
-e4
-98
-46
-7c
-00
-20
-22
-b2
-22
-20
-40
-02
-8b
-20
-20
-36
+84
+77
+cf
+e3
+18
+48
+6b
+72
 9b
-58
-0a
-aa
-7e
-67
-f1
-8a
-0f
-20
-00
-00
-3c
-70
-8a
+ad
+c5
+3d
+a7
+0e
+76
+de
+e1
+a4
+a4
+a6
+bd
+4d
+a7
+a6
+07
+ec
+14
+b5
+7b
+76
+22
+e1
+8e
+f5
+45
+59
+1c
+a0
+96
+bd
+8b
+d3
+ae
+e1
+0c
+d5
+f9
+3a
+38
+3b
+ed
+7f
+7f
+c8
+94
+6d
+3f
+e2
+e7
+89
+ac
+aa
+39
+51
+4a
+f3
+28
+f2
+ff
+c3
+4c
+ba
+28
+58
+a5
+ba
+90
+db
+f3
+ad
+0c
+cc
+33
+57
+61
+5a
+46
+a7
+55
+02
+32
 25
-00
-70
-8a
-26
-0d
-70
-8a
+71
+8f
+0e
+4c
+a2
+91
+b7
+8e
+19
+c0
+76
 16
-f6
-20
+e5
 20
-22
-03
-6f
-e0
-80
-08
-c0
-0b
-22
-31
-c0
-17
-22
-31
-c0
-23
-22
-31
-6f
-e0
-c1
-41
-c0
-03
-22
+ba
+fa
+42
+68
+3c
 21
-c0
-55
-01
+7b
+dd
 12
-20
-20
-22
-0e
-70
-8a
-14
-17
-6f
-e1
-ca
-08
-67
+97
+5d
+e3
+5e
+73
+ab
+44
+96
+f0
+de
+ae
+a1
+47
+bb
+b2
+c6
+f4
+52
+8f
+71
+cf
+82
+31
+56
+e5
+01
+af
+3c
+f5
+32
+45
+af
+dd
+ad
+d2
+ec
+a9
+09
+5d
+b3
+3a
 f1
+39
+24
 8a
-60
-20
-20
+24
+a7
+0c
+ef
+85
+82
+7f
+3a
+32
+07
+6e
 22
-1a
-20
-75
-80
-00
-20
-40
-21
-60
-d8
-40
-00
-27
-20
-40
-21
-6f
-20
-40
-21
-a6
-70
-8a
+9d
+82
+13
 25
-7f
-70
-8a
-30
-1a
-70
-8a
-31
-78
-70
-8a
-8f
+91
 b2
-70
-8a
-c2
-00
-70
+c9
+b0
+6b
+3f
+3c
+36
+a1
 8a
-c3
-00
-d8
-e0
-00
+a3
+51
+97
+89
+b7
+76
+72
+34
+fc
 06
-20
-40
-01
-33
-2a
-2f
-fe
-0d
-20
-40
-21
-1d
-2a
+54
+d5
+57
+9a
+73
+aa
+ca
 4f
-fe
-0d
-20
-40
-21
-1e
-d8
-e0
-00
-05
-20
-40
-21
-1c
-20
-40
-21
-1e
-20
-40
-01
+8d
+f8
+98
+65
+4e
 33
-d8
-a0
-8a
-c2
-1a
-31
-fe
-00
-20
-40
-21
-17
-1a
-51
-fe
-00
-20
-40
-21
-17
+ae
+8d
+77
+b0
+8d
+a9
 18
-e0
-8f
-ff
-20
-21
-01
-28
-20
-20
-21
-4f
-20
-00
-00
-3c
-58
-00
-0f
-00
-67
-f1
-09
-82
-58
-00
+e3
 0f
-f0
-67
-f1
-09
-84
-70
-89
-81
-09
-70
-89
-81
-03
-70
-89
-80
-06
-20
-00
-00
-3c
-da
-20
-00
-00
+b8
+f5
 da
-40
-00
-00
-df
-20
-00
-10
-d8
-c0
-0f
-00
-20
-20
-21
+66
+ac
+fe
 2d
-20
-75
-80
-00
-20
-20
 22
-72
-20
-60
-00
-00
-20
-75
-80
-00
-70
-8a
-07
-77
-70
-8a
-08
-c9
-70
-8a
-0b
-01
 6f
-e0
+8d
 c4
-09
-67
-f0
-80
-cd
-20
-00
+1a
+eb
 0b
-b8
-20
-40
+cd
+29
 01
-6c
-70
-8a
-08
-c1
+ac
+82
+27
+b4
+f6
+e6
+9a
+a5
+6d
+1d
+f4
+84
+9d
+9e
+22
+43
+4e
+dc
+eb
+61
+a0
+88
+80
+63
+fc
+ab
+cf
+fe
+f8
+9b
+ec
+2b
+7b
 6a
-40
-c4
-19
-df
-20
-00
+5c
 08
-20
-40
-6f
-58
-6f
-e0
-c4
-19
-67
-e0
-c4
-33
-62
-40
-c4
-19
-20
-60
-00
+9e
+a0
+cc
+47
+21
 00
-20
-40
-01
-62
-6f
-f0
-8a
-09
-79
-3f
-fe
-07
-67
-f0
-8a
-09
-70
-8a
-07
-77
-70
-8a
 08
-c1
-70
-8a
-0b
-01
-20
-40
-6f
-90
-6f
-e0
-c4
-09
-67
-f0
+0c
+6e
+4b
+f4
+ac
+f4
+2a
+45
+b0
+0f
+96
 80
-cd
-20
-00
+7a
+30
+68
+ec
+ef
+d4
+e6
+dd
+11
+a8
+fb
+43
+4d
+c7
+2c
+ed
+e9
+d7
+a4
+1e
+27
 0b
-b8
-20
-40
-01
-6c
-70
-80
-cd
-00
-20
-20
-6f
-a1
-6f
-f0
-80
-cc
-79
-20
-7e
-01
-67
-f0
-80
-cc
-6a
-40
-c4
-19
-6f
-e0
-c4
-33
-67
-e0
-c4
-19
-df
-20
-00
+c7
+4a
+47
+98
+d2
 08
-20
-40
-6f
-67
-62
-40
-c4
-19
-20
-60
-00
-00
-70
-80
-cc
-03
-6f
-f0
-81
+50
+c3
+5e
+1d
+de
+82
+78
+69
+c1
+e2
 29
+80
+a6
 c3
-02
-81
-6d
+c3
+eb
+ac
 68
-59
-01
-64
-60
-49
-44
-0a
-70
-80
-cc
-00
-20
-60
-00
+21
+8d
+6b
+46
+a5
+10
+2f
 00
-70
-8a
-82
+6d
+48
+94
+86
+fd
+d1
+e8
+5e
+7b
+02
+5d
+fb
+6e
+d0
+98
+b3
+fd
+cb
+64
 11
-70
-8a
+e2
+17
+dc
+fe
+25
 8d
-12
-70
-8a
-8e
-0a
-6f
-e0
-c0
-99
-c0
-08
-01
-8c
 58
-00
+c3
+e8
 57
-62
-67
-f1
-09
+ff
+46
+50
+a9
+fb
+83
+7c
+2a
+6f
 07
-70
-89
-01
-03
-70
-89
-30
-03
-c6
-16
-80
-00
-70
-89
-01
-01
-70
+7f
+ea
+91
 8a
+58
+e6
+4b
 82
-07
-70
-8a
-8d
+3a
+4e
+8b
+ec
+1a
+5d
+1b
+51
+14
+f7
+d8
+a7
+cb
+22
+d7
+ad
+47
+a9
+a0
+cb
+b4
+95
+86
+94
+73
+06
+34
+55
+1c
+cd
+16
+aa
 44
+a3
+db
+7b
+1e
+7a
+6e
+54
+10
+80
+53
+aa
+b5
+04
+f3
+ec
+02
+31
+d0
+f8
+3a
+5a
+b1
+24
+22
+ea
+d4
+68
+0d
+03
+16
+a5
+7b
+1b
+be
+90
+7b
+4e
+d2
+fb
+38
+2c
+8d
+b5
+1c
+ec
+a7
+2d
+7c
+85
+6f
+d1
+0b
+2d
+64
 70
-8a
-8e
-0a
+53
+fe
 6f
-e0
-c0
-99
-c0
-08
-01
-89
-58
+e9
+67
+b6
+43
+a9
+2d
+fb
+0d
+0b
+be
 00
-2b
+4e
+d3
+16
+33
+b2
+d6
+d8
+c3
+f0
+ad
+fc
+4d
+e3
+d0
+4e
+fa
+7a
+52
+0c
+c6
+54
+95
+54
+55
+25
+51
+1e
+73
+2c
+c4
+95
+3c
+91
+a6
+3a
+6c
 b1
-67
-f1
-09
 07
-c6
-97
+57
 80
-00
-70
-89
-30
-24
-70
-89
-01
-05
-20
-60
-00
-00
-58
-00
-41
-89
-67
-f1
-09
-07
-20
-20
-01
-85
-58
-00
+4c
+48
+f6
+59
+3f
+e3
+8d
+56
+18
+66
+e5
+a1
+31
+39
 83
-12
-67
-f1
-09
-07
-20
-20
-01
-7a
-6f
 e0
-cc
+92
+71
+bd
+4e
+97
+5b
+09
+6c
+40
+d0
+ff
+86
+cf
+9d
+e1
+b4
+af
+af
+cf
+b5
+3a
+84
 02
-da
-60
-01
-00
+ff
 9a
+c1
+13
+1d
+83
+05
+4f
+87
+80
+c0
+94
+c0
+9e
+84
+b8
+f6
+87
+27
+11
+71
+cf
+18
+4d
+7b
+12
+2f
+53
+11
+42
+ed
+1a
+7f
+df
+a7
+d3
+c9
+51
+f1
+c3
+1e
+c6
+f1
+02
+9a
+7d
+a1
+ae
 60
-fe
-00
-20
-60
-00
-00
-20
-20
-01
+d6
+67
+a0
+37
+e8
+ea
+e8
+44
 b3
-20
-40
-01
-96
-20
-20
-25
-63
+56
+93
+e7
+8a
+10
+91
+3b
+74
+66
+e3
+12
+78
+76
+c3
+1e
+5b
+43
+d3
+a8
+67
+44
+d9
+5c
+be
+71
+0f
+56
+b9
+53
+3e
+1e
+bb
 6f
-e0
+d2
+59
+76
+b5
+bb
+93
+5c
+2c
+b9
+82
+98
+1d
+6e
+5f
+9a
+2b
+b7
 cc
-03
-20
-7a
-00
-00
-6f
+11
+9a
+79
+6b
+6a
+aa
+09
+10
+15
+f3
+3b
+31
+9a
+77
+fa
+bd
+91
+33
+83
+39
+8f
+ce
+7d
+11
 e0
-cc
-04
-24
-7a
-00
-00
-68
-48
-cc
-03
-6f
+af
+de
+6d
+4a
+22
+69
+ad
+10
+a9
+c4
+5a
+a3
+16
+43
+ea
+2c
+d3
+08
+75
+c6
+63
+c1
+5b
+97
+aa
+e9
+91
+6b
+cd
+67
+56
+34
+9c
+90
+ba
+81
+86
+bf
+dd
 e0
-cc
-02
-98
-46
-7c
-00
-24
-41
-01
-8f
-98
 46
-7e
-00
-1f
-e6
-7c
-64
-20
+56
+e4
+b4
 21
-01
-a8
-6f
+31
+9d
+f2
+37
+03
+22
+a5
+52
+02
+66
+d0
 e0
-cc
-05
-1f
-e6
-7c
-14
-24
-41
-01
-a6
-70
-4c
-04
-01
-20
-60
-00
-00
+f9
+a1
+d3
+fe
+43
+d2
+c0
+f4
+d4
 70
+2f
+28
+63
+6b
+6c
+54
+31
+d7
+32
+72
+a1
+ea
+75
+ee
+73
+02
+48
+ef
+7b
+53
+6b
+78
+0b
+7a
+e7
+a7
 4c
-06
-01
-20
-20
+6c
+56
+33
 43
-1f
-68
-48
-81
-7f
-6f
-e0
+82
+41
+73
+66
+ab
+e4
+a8
+18
+e4
+28
+9f
+49
+b5
+64
+9a
+93
+5d
+fd
+73
+3a
+bf
+1a
+71
+58
+13
+9a
+37
+ba
+3a
+1a
+b4
+fb
+ba
+31
+47
+a9
+b1
 80
-4c
-1f
-e3
-7e
-00
-98
 42
+8a
+9a
+d6
+87
+6c
+93
+8c
+c4
+e4
+e4
+90
+8d
+28
+5a
+09
+9b
+f6
+11
+82
+7e
+9a
+e3
+28
+ae
 fe
-00
-2f
-ef
-fe
-02
-58
-00
-00
-00
-68
-48
-cc
-05
-79
-20
-fe
-00
-98
-40
-84
-00
-60
-48
-cc
-05
-20
-60
-00
-00
-6f
-e0
-80
+da
+5c
+c8
+af
+37
+16
+6b
+25
+91
+3d
+6e
+47
+77
+e9
+04
+8e
+e5
+82
+f9
+b0
 05
-1f
-e0
-fe
+94
 01
+be
+54
+50
+4b
+4a
+6a
+0d
+5f
+e3
+6b
+57
+d4
+c7
 67
-e0
-80
-05
-24
+54
+71
+74
+3b
+19
 36
-81
-ba
-6f
-e0
-cc
-02
-1f
-e0
-fe
-01
-67
-e0
-cc
-02
-6f
-e0
-81
-68
-c3
-81
-80
+5a
+2a
+ab
+4d
+fc
+9e
+6b
+a0
+4d
+be
+73
+6c
+99
+e4
+e8
+30
+db
+53
+c5
+79
+a3
+a2
+d2
+ce
+89
+85
 00
+df
+b9
+e5
+c3
 79
-20
 7e
-03
-67
-e0
-81
-68
-6f
-e1
-42
+3e
+3f
+0d
+3d
+18
 f5
-67
-e1
-01
-96
-58
-00
-00
-00
-67
-e2
-43
-1d
-20
-60
-00
-00
-20
+05
+f1
 40
-28
-1c
-6a
-20
-80
-4d
-1a
-20
-a3
-fc
-24
-21
-26
-fa
-20
-20
-26
-8e
-09
-80
-00
-18
-1f
-ef
-7e
+bd
 00
-1f
+e9
+2b
+88
+06
+b8
+d5
+35
 f1
-7e
-00
-e7
-e1
-80
-05
-78
-28
-7c
-00
-20
-40
-27
-0d
-20
-23
-26
-f6
-c5
-99
-26
-af
+d1
+5d
 6f
-e0
+89
+e6
+1b
+f2
+c8
+cd
+b1
+60
+41
+d1
+19
 80
-4d
-20
-3a
-26
-af
-1f
-e0
-ff
+11
+56
+de
+c0
+ee
+b2
 fc
-67
-e0
-80
-4d
-20
-40
+9a
+75
+76
 72
-cb
-6f
-f0
-81
-08
-c3
-03
-a6
-fa
-18
-00
-70
-0c
-65
-e2
-01
-54
-20
-20
-26
-af
-6f
-e0
-c3
-34
-c1
-00
-00
-00
-c0
-01
+e9
+78
+d6
+07
 b0
+aa
+54
+fe
+bd
+f8
+0f
+d5
+83
+60
+cd
+0a
+e5
+14
+16
+81
 4a
-20
-20
+95
+c6
+31
+95
+1e
+56
+8c
+0a
+61
+27
+d9
+16
+26
+4d
 28
-e1
-20
-40
-21
+78
+d1
+4d
+b9
 52
-70
+13
+fb
+ab
+24
+a7
+78
+bc
+4c
 89
-00
-00
-79
-3f
-80
-30
-20
-20
-2a
+60
+5d
+c4
+73
+cb
+a6
 e3
+bb
+44
 79
-3f
-80
+78
+d5
+ab
+07
+cb
+4a
+be
+a0
+e8
+57
+61
+c8
 30
-20
-20
-2a
-f6
-ef
-e1
-00
-06
-c0
-02
-01
-e7
-20
-20
-28
+93
+ba
+25
+f4
+69
+76
+07
+f5
+0d
+52
+e4
 eb
-ef
-e1
-80
-06
-67
-e1
-c3
-97
-c0
-05
-01
-ec
-c0
-09
-01
-fb
-20
-20
-2b
-96
-6f
-e4
-47
-13
-c3
-1d
-ad
-19
-20
-40
-2d
-c7
-68
-49
-43
-98
-6f
+33
+a4
+07
+37
+30
+27
 e0
-c3
-21
-c2
-81
-81
-f6
-6f
-e1
-43
-98
-c0
-18
-2e
-03
-68
-49
-43
-98
-20
-20
-2d
-1d
-6f
-e1
-43
-32
-98
-46
-7c
-00
-24
-22
+04
+b5
+a5
+56
+65
+80
+a7
+b0
+09
+b0
+cb
+3d
 81
-f2
-24
-34
-01
-f2
-20
-20
-2d
-46
-18
-c2
-22
-00
+3e
+05
+db
+cc
+c8
+b0
+d1
+b6
+df
+64
 6f
-e1
-43
-35
-1f
-e0
-a5
-fd
-20
-40
-29
+44
+b2
+3b
 29
-6f
-e0
-c7
-8f
-c0
-7f
-ad
-ac
-6f
-e0
-c7
-95
-20
-3a
-2d
-ac
-6f
-e0
-c8
-43
-c2
-80
-ad
-ac
-58
-00
-00
-1a
-68
-49
-43
-98
-98
-46
-7c
-00
-24
-22
-ad
-ac
-20
-20
-2d
+ca
+a2
+db
+97
 46
-20
-40
-2a
-28
-24
-7a
-00
-00
-6f
-e0
-c7
-8f
-c0
-7f
-82
-15
-6f
-e0
-c8
-43
-1f
+b6
+ff
+91
+b4
 e1
-7e
-03
-c1
+f0
+82
+0f
+d1
+86
+3e
+5f
+66
+f4
 81
-80
-00
-6f
-e0
-cc
+f2
+55
 04
-20
+17
+26
+f7
+b3
+e2
+31
+a4
+f1
+0e
+0b
+4b
+42
+89
+b8
+ec
+b8
+c2
+7b
 7a
-00
-00
-6f
-e0
-cc
-06
-24
+25
+e9
+a2
 7a
-00
-00
-6f
-e0
-c9
-56
-20
-5a
-5a
+86
+af
 71
-6f
-e4
-47
-13
-c2
-80
-db
-5b
-c2
-80
-5b
-5b
-c2
-82
+04
+9d
+f2
+a8
+7d
+88
+a5
+89
+2e
+22
+4c
+0e
+0f
+1d
+30
+24
+73
+c6
+1e
+e3
+a1
+bb
+a4
+91
+ef
+b9
+19
+f0
+b8
+65
+a7
+b7
+67
+15
+63
+73
+aa
+63
+e2
+f0
+72
+f1
+a9
 db
+9a
+e9
+64
+3b
+be
+0f
 5b
-c2
-83
-5b
-5b
-20
-40
 56
+cd
+f0
+50
+cd
+b1
+53
+34
+39
 01
-20
-40
-5a
-b2
-24
-74
-00
-00
-20
-40
-5a
-bc
-20
-40
-04
-9d
-20
-20
-5b
-37
-6f
-e1
-43
-e9
-20
-40
-7d
-79
-6f
+6d
+16
+66
+46
+2b
+48
+6c
+0d
+af
+76
+76
+9f
 e2
-40
-ad
+99
+6b
+79
+32
+1e
+4d
+f2
+fc
+1e
+6c
+6e
+2a
+5c
 98
-40
+65
+e3
+b6
+b8
+a3
+ae
+c1
+61
+e9
+65
+47
+eb
+76
+8d
+a2
+be
+5a
 fe
-00
+ff
+c1
+8f
+d3
+ce
+45
+13
+b1
+eb
+db
 67
-e2
-40
+31
+94
+ff
+00
+33
 ad
+3d
+26
+11
+56
+0a
+71
+09
+3f
+39
+43
+aa
+65
 20
-40
+88
+60
+98
+ac
+3e
+84
+e8
+30
+d4
+52
+0f
+4b
+a7
+36
+c4
+41
+28
+5e
+69
+4f
+97
+5c
 02
-29
-20
-20
+01
+9b
 24
-25
-60
-04
-40
-e7
-d8
-c0
-80
-70
-d8
+45
+5f
+5d
+23
+7a
+1a
+6c
+9e
+08
 a0
-40
-cc
-20
-40
-7c
-8f
-d8
-c0
-80
-d4
-20
-40
+74
+8d
+47
+45
+f9
 7c
-89
-6f
-f0
-80
-80
-67
-e0
-c0
-ef
-18
+ad
+99
+1a
+9f
+d5
+56
+4e
 42
-24
-00
-df
-20
-00
+36
+92
+bc
 0c
-da
-20
-00
-16
-da
+63
+04
+df
+18
+42
+1e
+1c
+3a
+68
+fb
+62
 60
-81
-4d
-37
-d9
-82
-00
-ef
 e0
-80
-11
-e8
-40
-80
-13
-98
+a8
+8e
 46
-7c
-00
-20
-22
-82
-3c
-e7
-e0
-80
+88
+bf
+ee
+d2
+f8
+61
+d0
+86
+5b
+e3
+a3
+97
+fa
+0d
+77
+26
+75
+44
+0f
+e9
+f8
+a0
+fd
+54
+62
+ac
+56
+ca
+2e
+35
+a3
+d1
+e9
+fa
 13
-37
-d9
+64
+1d
+db
+99
+a7
+46
+b1
+5b
+d5
+b7
+68
+af
+f1
+f3
+44
+eb
+ef
+44
+e9
+09
+b3
+71
+d3
+c9
+8f
+d5
+46
+a9
+3f
+7a
 82
-00
-1a
-20
-a2
-01
-1a
-60
-a6
-01
-c2
-00
-02
-36
-1a
-42
-04
-00
-20
-60
-00
-00
-20
-40
-6b
 3a
-20
-40
-6b
+66
+d2
+0f
+bf
+c5
+f0
+28
+ef
+bb
+5d
+56
+f0
+1a
+2d
+94
+25
+d5
 75
-20
-20
-6b
-38
-6f
-e1
-45
-e0
-d8
-40
-01
-f8
-98
-41
-7e
-00
-20
-3a
-02
-4c
-6f
-e1
-45
-e0
-1f
-e0
-fe
-01
-67
-e1
-45
-e0
-20
-60
-00
 00
-20
-40
-35
+51
+78
+4e
 7f
-20
+17
+ac
+d9
+b7
+c0
+ec
+b1
 40
-36
-51
+cd
+a6
+fb
+33
+4b
 24
+ac
+4e
+ee
+4d
+c4
+ac
+e2
+ae
+dd
+77
+3f
+40
+9f
+00
+db
+aa
+bd
+2d
+6a
+df
+c6
+7b
+aa
+b3
 2c
-35
-86
+5a
+6d
+14
+a9
+c7
+4a
+12
+75
+80
+27
+c4
 24
-37
-b5
-86
-20
+c6
+12
+c6
+1d
+93
+b8
+6a
+18
+e1
 40
-36
-6e
-6f
-e0
-c5
+70
 7d
-20
-3a
-02
-5b
-6f
-e2
-45
-cc
-68
-4a
-45
-8f
-98
-46
-7c
-00
-20
-22
-82
-58
-20
-20
-35
-6e
-6f
-e4
-47
-13
-c2
-98
-32
-91
-20
-20
-35
-49
+06
+07
+75
+d8
+23
+1c
+bf
+6b
+15
+7f
 6f
-e2
-45
-5f
-20
-7a
-00
-00
-20
-20
-02
+f6
+63
+06
 53
-20
-40
-54
-3b
-20
-40
-02
-61
-20
-20
-54
-4c
-58
-00
-4a
+34
+25
+d4
+f0
+70
+aa
+d6
 29
-67
-e1
-43
-3f
+5d
+e7
+1f
+0c
+f2
+69
+f2
+1d
+95
 58
-00
-00
-20
-67
-e1
-43
-41
-20
+d5
+d0
+a4
+51
+5a
+0a
+22
+ed
+64
+50
 60
-00
-00
-6f
-e0
-c4
-37
-24
-7a
-00
-00
-6f
-e1
-44
+98
+2a
+bd
 e9
-c3
-85
-80
-00
-6a
-21
+3d
+f7
+6c
+be
+8f
+7f
+8d
+fa
+ce
+47
+34
+a3
+2e
+93
+ec
+e2
+d2
+75
+fd
+47
+3b
+33
+7f
+43
+df
+97
+aa
+63
 45
-f0
-20
-40
-35
-b4
+ba
+f2
+6d
+8a
+64
 60
-48
-c6
-24
-6f
-e0
-c6
-29
-c5
-13
+17
+7b
+66
+a1
+1c
+66
+11
+c1
+03
+3c
+eb
+3c
+f7
+6d
+b7
+1c
+6d
 02
-70
-6f
-e0
-c6
-2c
-98
 46
-7c
+f3
+47
+5f
+19
+09
+e8
+ad
+52
+f4
+d0
+ca
+51
+0e
+b5
+5f
+95
+9f
+7b
+25
+a2
+df
+3d
+c3
+57
+4e
+16
+a7
+a3
+f0
+b5
+58
 00
-24
-21
-02
-8a
-6f
-e0
-c6
-26
-1f
-e6
-7c
-02
-24
-21
-02
-78
-6f
-e0
-c6
-26
-c0
-00
-02
-8b
-20
-60
-00
-00
-6f
-e0
-c6
-26
-68
-48
-c6
-27
-98
-46
-7c
-00
-24
-62
-80
-00
-70
-46
-26
-00
-68
-48
-c6
-24
-6f
-e0
-c6
-28
-c5
-13
-02
-81
-6f
-e0
-c6
+30
+19
+23
+54
+83
+8d
+03
+a1
+52
+fc
+2c
+8c
+f4
+ba
+7b
+53
+af
+cc
+64
+38
+aa
+e9
+ce
+64
+17
+56
+ac
+bd
+a8
+ca
+de
+ae
+49
+b6
+56
+dd
+dd
+4b
+01
+6b
+4b
+cd
+ab
+8f
+8d
+1a
+e2
+dd
+4f
 2b
-98
-46
-7c
-00
-24
-61
-00
-00
-6f
-e0
-c6
-25
-c0
-00
-37
-15
-1f
-e0
-ff
-ff
-67
+cc
 e0
-c6
-25
-c0
-01
-02
-93
-c0
-00
-b7
-0b
-20
-20
 37
-15
-70
-46
-26
-00
-6f
-e0
-c6
-25
-c0
-01
-82
-91
+1e
+94
+56
+38
+1e
+8d
+2d
+92
+aa
 1f
-e0
-fe
-01
-67
-e0
-c6
-25
-c0
-00
-b7
-0b
-c0
-01
-02
-93
-70
-41
-41
-05
-20
-60
-00
-00
-70
-41
-41
+d7
+2a
+1d
+3c
+65
 03
-20
+cc
+7a
+c3
+94
+d3
+7e
 60
-00
-00
-58
-00
-62
-35
-67
-e1
-45
-f8
-58
-00
-02
-9f
-67
-e1
-45
+3f
 fa
-58
-00
-02
-b4
-67
-e1
-43
+09
+06
+30
+c8
+d0
+ca
+6d
 e9
-20
-20
-53
-f3
-20
-80
-00
-00
-20
-55
-e0
+56
+83
+49
+61
+59
+1c
+8c
+60
+d0
+c6
+3d
 04
-20
-20
-20
-03
-20
-40
 36
-b4
+f0
 24
-74
-00
-00
-70
-47
-7c
-01
-20
-40
-36
-be
-70
-47
-72
+63
+1f
+27
+44
+7d
 00
-20
+42
+c0
+fc
+0d
+27
 40
+3d
+d5
+ff
+03
+91
+f6
+4f
+07
 62
-aa
-6f
-e0
-c7
-3f
-24
-5a
-54
+e3
+ce
+fc
 dc
-20
-40
-02
-aa
-6f
-e2
-45
-af
-20
-20
-36
-22
-6f
-e0
-c7
-3f
-24
-7a
-00
-00
-68
-48
-c6
-4a
-20
-40
-6f
-0f
-68
-48
-c6
-4a
-20
-40
-6e
-c6
-68
-48
-c6
-4b
-20
-40
-6f
-0f
-68
-48
-c6
+12
+cd
+75
 4b
-20
-20
-6e
-c6
-20
-60
-00
-00
-20
-40
-04
-40
-6f
+b8
+80
+d4
+fe
+b1
+18
+f1
+ff
+79
 e4
-47
-13
-c2
-89
-dd
-60
-c2
-89
-5d
-6e
-c2
-8a
-02
-bb
-20
-60
-00
-00
-20
-40
-02
-c6
-20
-40
+97
+37
+a5
+a2
 5e
-43
-20
-40
-5d
-b4
-20
-40
-02
-da
-20
-40
-02
-c3
-20
-40
-02
-c9
-20
-40
-02
-e2
-20
-20
-5d
-aa
-6f
-e4
-47
-13
+f2
+ee
+23
+05
+be
+17
+dd
+8b
+1d
+0f
+95
+09
+67
+7e
+ba
 c4
-15
-00
-00
-20
-40
+2e
+6a
+a8
+7a
+ed
+d4
+3a
 04
+6e
+7e
+71
+dc
+e3
+ba
+a9
+27
+d4
+9c
+1b
+7d
+38
+1d
+d6
+b4
+30
 a8
-6f
-e0
-c6
-66
+cd
+1a
+2a
 67
-e0
-ca
-06
-20
-60
-00
-00
-6f
-e4
-47
-13
-c2
-9f
-5d
-d1
-20
-20
-5d
-cc
-6f
-e1
-46
-8e
-d8
-40
-aa
-55
-98
-46
-7c
-00
-20
-22
-83
-4f
-60
-49
-46
+f7
+af
+90
+81
+62
+07
+ed
+bc
+f1
+d3
+52
+78
+23
+50
+a2
+de
+4f
+a0
+35
+2c
+2e
+35
+0e
+4e
+fb
+1d
+51
+85
+7a
+3b
+bd
+38
+63
+f9
+56
+fa
+05
+cf
+42
+68
+95
+80
+ec
 8e
-20
-40
-5c
+4f
+50
+24
+ba
 9c
-6f
-e0
-c9
+c6
+44
+d4
+75
+b0
+24
+79
+9b
+2a
+d4
+dd
 a1
-67
+d8
+4a
 e0
-c6
+6b
 66
-20
-40
-5c
-8c
-58
-00
-11
-22
-67
-e1
-46
 95
-6f
-e0
-ca
-06
+59
+f3
+03
+36
+bd
+f6
+76
+be
+e5
+25
+0e
+be
+f1
+84
+35
 67
-e0
-c6
-66
-20
-60
-00
-00
-6f
-e0
-c6
-66
-1f
-e6
-7c
-00
-20
-22
-82
-d7
-1f
-e6
-7c
-04
-20
-22
-82
-e0
-20
-61
-00
-00
-70
-46
-66
-00
-20
-60
-00
-00
-6f
-e0
-c6
-66
-c1
-00
-00
-00
+da
+d6
+1e
 6a
-41
-49
-fe
-1a
-42
-26
-00
-20
-40
-5e
+d6
+d3
+4b
+71
+37
+48
+62
+9b
 3d
-6f
-e1
-49
+f5
+74
+10
 e0
-20
-3a
-02
-f0
-67
-e1
+f4
+ad
+c9
+17
+c0
+f6
+cb
+05
+7b
+6d
+3c
+7f
+46
+ad
+16
+55
+42
+ee
+29
+50
+22
+44
 49
 de
-1a
-60
+0a
+b1
+78
+3b
+d3
+6d
+8a
+c9
+14
+8f
+57
+b2
+79
+d7
+42
+dc
+a2
+b0
 a6
+23
+c9
 02
-6f
-e1
-4a
-00
-9a
-66
-7c
+7a
+e0
+e4
+e4
+7f
+3c
+da
+a1
+fa
+26
+8c
+79
+39
+1f
+fc
+0f
+a3
 00
+99
+dd
+f6
+46
+53
+34
+b8
+23
 24
-21
-02
-f0
+36
 1a
-62
-24
-00
-20
-20
-02
+92
+c6
+1c
+96
+70
+0f
+a0
+d5
+64
+44
+69
 e6
-6f
-e1
-49
-de
-67
-e1
-46
-95
-20
-60
-00
-00
-6f
+d9
+da
+9c
+f5
+94
+4e
+9d
+17
+8a
+94
+72
 e4
-47
-13
-c2
-89
-dc
-b1
-c2
+ac
+09
+2a
+06
+6e
 89
-5c
-b9
-c2
-8a
-02
-f8
-20
-60
-00
-00
-20
-40
-02
-fb
-20
-40
+61
+11
+f4
 03
-00
-20
-20
-5c
-c1
-6f
-e0
-c6
-66
-c1
-00
-00
-00
+9a
+3c
+e7
+a4
+81
+fa
+e2
+3a
 c0
-00
-83
+a8
+1b
+9f
+91
+bc
 27
-c0
-01
-03
-3b
-20
 60
-00
-00
-6a
-41
-49
-e2
-1a
-42
-26
-00
-20
-40
+58
+c8
+9d
+df
+e6
+bd
+83
+d4
+84
+ee
+b6
+47
+e1
+eb
+9c
+86
 5d
-c0
-6f
-e0
-c9
-a1
-20
-3a
-03
-0c
-67
-e0
+0b
+43
+d1
+70
+b7
+63
+9f
+c6
+11
+d1
+d5
+5d
+71
+75
 c9
-a0
-1a
-60
-a6
-01
-6f
-e1
-49
-e4
-9a
-66
+9d
+2e
+aa
+e7
+3f
 7c
-00
-24
-61
-00
-00
-1a
-62
-24
-00
-20
-20
-03
-02
-6f
-e0
-c9
-a0
-1f
-e1
-7e
-f0
-20
-3a
-03
-16
+1d
+d7
+14
 6f
-e0
-c6
-66
-20
-40
+83
+c4
+31
+1b
+87
+6a
+f2
+7b
+65
+87
 03
+da
+63
+94
+59
 24
-67
-e0
-c9
-a2
-df
-20
-00
-01
+54
+2d
+17
+21
+88
+a5
+44
+b1
+54
 1a
-62
-24
-00
+2e
 da
-20
-49
-a2
-20
-20
 6b
-45
-68
-48
-c9
-a0
-6f
-e0
-c6
-66
-20
-40
-03
-24
-98
-46
-7c
-00
-20
-62
-80
-00
-1f
-f2
-7e
-00
-98
-40
-fe
-00
-67
-e0
-c9
-a2
-1a
-62
-7e
-00
-68
-49
-49
-e2
-98
-46
 7c
-00
-20
-22
-83
-12
-1a
-60
-a7
-ff
-20
-20
-03
+1c
+78
+0f
+ad
+ce
 12
-c1
-80
-00
-00
-1f
-e0
-fe
+62
+be
+82
+a6
+db
+fa
+43
+7d
+c3
+4d
+43
+5b
+d3
+64
 04
-20
+e4
+d4
+b8
+aa
+36
+9a
 60
-00
-00
-6a
-41
-49
-ee
-1a
-42
+7d
+2a
+54
+94
+10
+c2
+2f
+2b
+4e
+96
+da
+a8
+45
+33
+bb
+b2
+bf
+d5
+ed
+be
+22
+a9
 26
-00
-20
-40
+8e
+4d
+7e
+31
+cc
+a5
+df
+11
 5d
-f3
-6f
-e3
-49
-b5
-20
-3a
-03
-33
-67
-e3
-49
-af
-1a
-60
-a6
-06
-6f
-e1
-49
-f0
-9a
-66
-7c
-00
-24
-61
-00
-00
-1a
-62
-24
-00
-20
-20
-03
-29
-6f
-e3
-49
-af
-68
-4b
-46
 6e
-98
-46
-7c
-00
-20
-62
-80
-00
-df
-20
-00
 06
-da
-20
-46
-6e
-1a
-62
-24
-00
-20
-20
-6b
-45
 6a
-41
-49
-f6
-1a
-42
-26
-00
-20
-40
-5e
-17
-6f
-e3
-49
-cd
-20
-3a
-03
-47
+09
+df
+7e
+0f
+30
+34
+92
+38
 67
-e3
-49
-c7
-1a
-60
-a6
-06
-6f
-e1
-49
-f8
-9a
+83
+4d
+82
+1b
+14
+94
+5f
+7a
+e2
+9d
+41
+c6
+30
+f3
+94
+4c
 66
-7c
-00
-24
-61
-00
-00
-1a
-62
-24
-00
-20
-20
-03
-3d
-6f
-e3
-49
-c7
-68
-4b
-46
-7b
-98
-46
-7c
-00
-20
-62
-80
-00
-df
-20
-00
-06
+5d
+93
+9e
+70
+9f
+9d
+d3
+23
 da
-20
-46
+96
+9e
+6a
+12
 7b
-1a
-62
-24
-00
-20
-20
-6b
-45
-20
-40
-03
-88
-20
-40
-03
-a0
-20
-40
-03
-53
-20
-20
-5c
-90
-6f
-e4
-47
-13
-c4
-07
-80
-00
-6f
-e0
-c6
-90
-c0
-00
-5c
-94
-c0
-03
-03
-59
-20
-60
-00
-00
+9f
+8b
 70
-46
-90
-00
-20
-60
-00
-00
-6f
-e4
-47
-13
-c2
-89
-dc
-b5
-c2
-8a
-03
-5f
-20
-60
-00
-00
-6f
-e4
-47
-13
-c4
-07
-80
-00
-6a
-41
-49
-fa
-1a
-42
+b7
 26
-00
-20
-40
-5e
-51
-6f
-e0
-c9
-d4
-20
-3a
-03
-6d
-67
-e0
-c9
-d3
-1a
-60
-a6
+ca
 01
-6f
-e1
-49
-fc
-9a
-66
+30
+cf
+82
+52
+87
 7c
-00
-24
-61
-00
-00
-1a
-62
-24
-00
-20
-20
-03
+fe
+b5
+22
+54
+93
+79
+7b
+7d
+08
+aa
+46
+b2
 63
-6f
-e0
-c9
-d3
-1f
-e1
-7e
-f0
-20
-3a
-03
-77
-6f
-e0
-c6
-90
-20
-40
-03
-85
-67
-e0
-c9
-d5
-df
-20
-00
-01
-1a
-62
-24
-00
-da
-20
+27
+8c
+9c
+38
+aa
 49
-d5
-20
-20
-6b
-45
-68
-48
-c9
-d3
-6f
-e0
+6e
 c6
-90
-20
-40
-03
-85
-98
-46
-7c
-00
-20
-62
-80
-00
-1f
-f2
-7e
-00
-98
-40
-fe
-00
-67
-e0
+74
+56
 c9
-d5
-1a
-62
-7e
-00
-68
-49
-49
-fa
-98
-46
-7c
-00
-20
-22
-83
-73
-1a
-60
-a7
+02
+4b
+d7
+32
+91
+de
+93
+ef
+ec
+d0
+ae
+d7
+a8
+4e
+52
+db
 ff
-20
-20
-03
-73
-c1
-80
-00
-00
-1f
-e0
-fe
-06
-20
-60
-00
-00
-6f
-e4
+32
+34
+38
+14
+6b
+0c
+f2
+e2
+21
+78
+99
+9d
+87
+25
+04
+33
+f6
+6c
+ae
+d9
+10
 47
-13
-c2
-9f
-03
-8f
-6f
-e0
-c6
-66
-c1
-00
-00
-00
-c0
-00
-83
-8f
+30
+55
+aa
+84
 c0
-01
-03
-96
-20
-60
-00
-00
-6f
+58
+a3
+a6
+16
+b9
+88
+23
+ea
+3e
+ab
+f0
+f7
+99
+77
+a9
+a5
+a2
+e5
+52
+93
+54
+9e
+76
+28
+c7
+09
+2f
+b7
+c1
+2e
+36
+33
+71
+c6
+ea
+86
+18
 e3
-46
-6e
-68
-4b
-46
-e6
 98
-46
-7c
-00
-24
-62
-80
-00
-6f
-e3
-42
-db
-67
-e3
-46
-6e
-20
-60
-00
-00
-6f
-e3
-46
-6e
-68
+0f
+1a
+3d
+84
+f5
+e9
+5d
+5b
 4b
-46
-e6
-98
-46
-7c
-00
-24
+a9
+3a
+ec
+7e
+2f
+a3
+36
+fb
+17
+c1
+ec
+4b
+87
+15
+7f
+bf
+49
+38
+a4
+30
+10
+73
+12
+5e
+99
+f5
+fc
+06
+3e
+83
+34
+ee
 62
-80
+ee
+9a
+bb
+a2
+f7
+f9
+ad
+74
 00
-6f
-e3
-42
-db
-1f
+1a
+dd
+95
+01
+26
+96
 e0
-ff
-00
-67
-e3
-46
-6e
-20
-60
-00
-00
-20
-40
-03
-a0
-20
-20
-5a
-9c
-6f
-e4
-47
-13
-c3
-0a
-5c
-6f
-c2
-9f
-03
-a8
-6f
-e0
-c6
-66
-c1
-00
-00
-00
-c0
-00
-83
-a8
-c0
-01
-03
-ad
-20
-60
-00
-00
-6f
-e3
-46
-68
-67
-e3
-41
-16
-6f
-e3
-46
-6e
-67
-e3
-42
-db
-20
-60
-00
-00
-6f
-e3
-46
-75
-67
-e3
+6b
+b7
+df
+d5
+93
+fa
+d9
+a9
+d4
+bf
+bd
+19
+af
+2f
+06
+f7
+3c
 41
-16
-6f
-e3
-46
-7b
-67
-e3
-42
-db
-20
-60
-00
-00
-6f
-e4
-47
-13
-c4
+61
+45
+82
+9e
+a1
+84
+7d
+a6
+8b
+94
+f8
+0c
+15
+d2
+24
+4d
+c5
+94
+f9
+f4
+ce
+ca
+d4
 01
-00
-00
-c3
+c9
+37
+49
+bf
+04
 0a
-5c
-43
-d8
-e0
-00
-02
-20
-40
-5f
+24
+98
+07
+55
+75
+d6
+36
+7a
+37
+ca
+1e
+06
+90
+6b
+61
+f4
+c1
+2f
+8b
+12
+71
+8d
+c3
+08
+c1
+9a
+84
+89
 04
-20
-40
-5c
-4a
-20
-40
-03
-ba
-20
-20
-5c
-a3
-6f
-e0
-c6
-66
-c0
-00
-83
+2d
+15
+6c
+f0
+a7
+c9
 be
+bd
+aa
 c0
-01
+06
+4c
+71
+09
+ea
 03
-c3
-20
-60
-00
-00
-6f
-e3
+96
+8d
+72
+ce
+76
+9b
+bc
+17
+95
+64
+4f
+6b
+fe
+49
+e7
+dc
+e7
+dc
+84
+ae
+e8
+aa
+c8
+9b
+1c
+e0
+8a
 01
-78
-67
-e3
-46
-68
-6f
-e3
+3a
+6b
+8b
+83
+63
+63
+c2
 42
-db
-67
-e3
-46
-6e
-20
-60
-00
-00
-6f
-e3
+0d
+07
+2c
+41
+31
+30
+ca
+f8
 01
-78
-67
-e3
-46
-75
-6f
-e3
-42
+4a
 db
-67
-e3
-46
-7b
-20
-60
-00
-00
-20
-40
-03
-dc
-20
-40
-61
-4d
-20
-40
-55
-3d
-20
-40
-61
-10
-20
-40
-61
-b1
-20
-40
+bb
+d6
 61
+cb
+8a
+b5
+4c
+16
 1e
-20
-40
-32
-8e
-20
-40
+6a
+b7
+e5
 35
-31
-20
-40
-5f
-dd
-20
-40
-57
-2c
-20
-40
-5b
+d2
 9b
-20
-40
-5b
-ab
-20
-40
-5b
-ce
-20
-40
-5b
-d3
-20
-40
-5b
-e1
-20
-40
-5b
+4e
+76
+32
+00
+df
+d2
+bb
+49
+32
+49
+a3
+1d
 ee
-20
-40
-5b
-e4
-20
-40
-5b
+bf
+4c
+3a
+fe
+8e
+db
+47
+9b
+80
+e6
+41
+58
+c9
+b7
+ad
+6a
+95
+e9
+ba
+ec
+0b
 fb
+39
+2a
+51
+c9
+8b
+0a
+29
 20
-40
-03
+af
+30
+57
+36
+a3
+73
+7b
+95
+70
+3b
+01
+5f
 df
-20
-20
-5b
-98
-da
-60
-4a
-05
-da
-40
-5a
-ef
-20
-20
+e6
+46
+9f
+70
+d7
+af
+d5
+7b
+f4
+d8
+35
+1f
+ca
+e3
+04
+82
+c7
+18
+55
+0b
+c9
+48
+a2
+a4
+ca
+b2
+bf
+6e
+97
+dc
+21
 42
-e0
-da
-60
-47
-7e
-da
-40
+15
+87
+49
+f4
+89
+6d
+a0
+9d
+68
+36
+eb
+87
+de
 03
-e2
-20
-20
-42
-e0
-6f
-e0
-c9
-6b
+30
+ce
+cc
+f9
+19
+bb
+92
 67
-e0
-c0
-c0
-70
-47
-7d
-03
-20
-60
-00
-00
-20
-40
-59
-ed
-20
-20
-5c
-1b
-1a
-62
+ea
+ef
+3d
+27
+ae
+ce
+ba
 7e
-00
-c0
-20
 03
-fd
-c0
-0a
-84
-02
-c0
-19
-03
-f4
-c0
-1e
-04
-1c
-c0
-1c
-84
-2d
-c0
-1d
-04
-30
-c0
+eb
+76
+6c
+38
 0a
-03
-f1
-20
-20
-5a
-c3
-58
-00
-00
-00
-67
-e2
-4c
-03
-20
-20
-5a
-d0
-6f
-e0
-c7
-95
-c0
-00
-83
-f8
-70
-48
-44
-14
-20
-20
-03
-fa
-20
-40
+22
+da
+a1
+74
+38
+cf
+fb
+3e
+be
+06
+9c
+01
 5a
-ef
-70
-48
-44
-05
-6f
-e0
-cc
+9b
+af
+61
+0b
+9b
+a3
 02
-67
-e0
-cc
-03
-20
-20
-5a
-f6
-6f
-e0
-ca
-04
-24
-7a
-00
-00
-70
-4a
-04
-01
-70
-4a
-05
-1e
-20
-60
-00
-00
-67
-e1
-47
-c0
-70
-47
-94
-00
+9a
+bc
+c1
 d8
-40
-00
-06
-6f
-e4
-47
+a6
+45
+d7
+5c
+57
+bc
+7c
 13
-c2
-8d
-84
-08
-d8
-40
-00
-07
-60
-49
-42
-d3
-60
-49
-42
-d5
-70
-47
-c2
-00
-70
-49
-56
-00
-20
-40
-29
-cb
-20
-20
-04
-0e
-20
+3e
+df
 40
-5b
-7b
-6f
-e1
-43
-ef
-c2
+25
+d1
+05
+1a
+38
+ba
+6a
+32
+ad
+22
+3c
 83
-84
-13
-c2
+a0
+2e
+8f
+77
 80
-42
-fc
-20
-20
+63
+2e
+34
+8b
+07
+87
+6b
+fa
+6c
+55
+ae
+c9
+89
+26
+a6
+55
 5c
+f8
+58
+df
+6d
+8c
+af
+3d
+17
+ed
+ff
+a0
+b0
+b0
+01
+a2
+d7
+3a
+d6
+84
+cc
+d2
+d6
+2c
+c3
+4e
+17
+d3
+8f
+f1
+3a
+db
+c3
+47
+96
+f1
 1a
-6f
-e1
-43
-ef
-c2
-80
-42
-fc
-6f
-e0
-c8
-43
-1f
-e1
-7e
-03
-20
-40
-5b
-21
-c0
-81
-d4
-a9
-6f
-e0
-cc
-06
-24
-3a
-54
-a9
-20
-20
-54
-cd
-6f
-e2
-45
-8f
-67
-e2
+75
+bb
+a5
+9b
+aa
+b7
 45
-e8
-67
-e2
+f0
+fe
+cd
+ae
+84
+87
 46
-91
-20
-40
-35
-5a
-20
-40
-5c
-0b
-20
-40
-61
-8e
-20
-40
-5a
-73
-70
-47
-7d
-00
-70
-45
-fc
-00
-70
-45
-e2
-00
-6f
-e2
-45
-e8
+6c
+9c
+ce
+41
+cd
+72
+49
+4c
+f7
+30
+ad
+a4
+c0
+10
 68
-4a
-45
-e4
-98
-46
-7c
-00
-20
-62
-80
-00
-20
-40
-60
-16
-20
-40
-04
-43
-20
-20
-60
-42
-20
-40
-60
-16
-20
-40
-04
-43
-20
-20
-60
-84
-20
-40
-60
-16
-20
-40
-04
+0b
 43
-6f
-e0
-c8
-7a
-c1
-00
-80
-00
-6f
-e0
-c6
-00
-24
-3a
-5f
-f2
-6f
-e0
-c5
+98
 e2
-c0
+6c
+90
+75
+ab
 02
-04
-39
-20
-20
-60
 55
-6f
-e4
-47
-13
-c3
+85
+6b
+41
+25
+32
+b6
+ea
+df
+da
+f1
+17
+2f
+df
+4e
+41
+4f
+2b
+b0
+a7
+87
+da
+c1
+fe
+f3
+78
+11
+cf
+8d
+56
+de
+3f
+18
 1f
-60
 59
-6f
-e0
+32
+5e
+36
+f8
+b5
+23
+6d
+77
+6b
+2b
 c7
-1b
-c0
-00
-e0
-59
-20
-40
-60
-18
-70
+ac
+e1
+25
+12
+be
+5d
+83
+de
+44
+53
+d7
 46
-66
-01
-20
+4a
+11
 20
-54
-a0
-6f
-e0
-c1
+7d
+ee
+f3
+9c
 41
-67
-e0
-ca
-07
-20
-60
-00
-00
-6f
-e0
-ca
-07
-67
-e0
-c1
-41
-20
-60
-00
-00
-20
-40
-62
-0e
-20
-40
-78
+f0
+69
+d1
+d6
 aa
-20
-40
+b2
+dd
+e9
+90
 04
-4a
-20
-20
-5e
+c9
+5b
+ca
+c0
+a6
+76
+e6
 61
-6f
-e0
-c6
-49
-c1
-7f
-80
-00
-da
+9d
 20
-00
-00
-70
-49
-77
-05
+90
+bd
 68
-48
-c6
-49
-20
-40
-04
-51
-20
-20
-56
-c1
-6f
-e4
-47
-13
-c2
-95
-d6
-de
-6f
-e0
-c9
-74
-1f
 e2
-26
-00
-6f
-e0
-c6
-54
-c0
+69
+31
+08
+19
+ec
+2d
+7c
+8d
+3a
+db
 7f
+44
+be
+fa
+ff
+14
+95
+11
+94
+05
+31
+0a
+39
+38
+b1
+16
+7a
+26
+5f
+5e
+18
+76
+0f
+86
 84
-58
-20
-20
-56
-ce
-6f
-e0
-c6
-49
-20
-40
-59
-46
-68
-48
-c6
-49
-20
-20
-04
-5c
-1a
-62
-7e
-00
-67
-e0
-c9
-78
-1f
+ad
+7b
+86
+13
+64
+e6
+eb
+0a
+f0
+22
+6d
 e3
+6e
+30
+35
+8c
+50
+2c
 fe
-00
+c1
+83
+b3
 1f
-e2
-24
-00
-18
-42
+19
 26
-00
-20
-40
-55
-b1
-1a
-62
-04
-00
-20
-40
-6e
+90
+65
+ac
+89
+80
+1b
+d9
+86
+89
+aa
+52
+df
+c2
+d3
+fd
+01
+fd
+ed
 e6
-7d
-20
+0e
+3b
 a4
-00
-20
-40
-59
-3d
-20
-20
-59
-29
-20
-40
-36
-b4
-24
-74
-00
-00
-20
-40
-36
-be
-20
-40
-04
-6d
-6f
-e1
-c6
-08
-20
-20
-36
-22
-58
-00
-00
-00
-79
-20
-7e
-15
-67
-e4
-00
-16
-58
-00
-00
-00
-67
-e2
-00
-1e
-20
-60
-00
-00
-70
-46
-00
-00
-20
-40
-36
+df
+ee
+ee
+de
+03
+8b
+19
+30
+39
+aa
+cb
+65
 47
+17
+9d
+49
+f4
+b5
+ed
+16
+0c
+e1
+08
+ba
+cd
+14
+5b
+3b
+8b
+50
 5f
+cb
+be
+0d
+08
+78
+d0
+b2
+e3
+4c
+b7
+d9
+21
+53
+ea
 ff
+d5
 ff
-ff
-67
-e2
-45
-af
-58
-00
-00
+c2
 00
-67
-e3
-c8
-46
-70
-47
-3f
-01
-20
-40
-59
+4c
+ae
+1a
+b1
+7c
+79
+e4
+6d
+ea
 ed
-20
-20
-02
-9f
-20
-40
-5a
-92
-20
-40
+71
+f7
+c5
 04
-6d
-20
-40
-56
+a4
+8d
+69
 a9
-68
-48
-c6
-54
-20
-40
-6e
-f7
-68
-48
-c6
-54
-20
-40
-6e
-d3
-6f
-e0
-c6
-4d
-20
-40
-59
-43
-d8
-40
-00
+37
 15
-20
-40
-55
-b5
-20
-40
-04
-89
-20
-20
-54
-df
-6f
-e0
-c6
-5a
-c1
-7f
+ab
+7a
 80
-00
-6f
-e0
-c6
-66
-c0
-00
-04
-8f
-68
-48
-c6
-5a
-20
-20
+3a
+3c
+cf
+2a
+8a
+d4
+fe
+71
+94
+3c
+b0
+92
+43
+3d
+ab
+88
+5b
+9b
+a1
+ae
+b0
+a2
+12
+e7
+ec
+c5
+82
+a6
+4c
+e8
+e6
+06
+59
+7e
+1c
+32
+5e
+0e
 55
-b5
-68
-48
-c6
-5a
-20
-20
-6f
-0f
-c6
-93
-00
-00
-20
-40
-56
+8b
+33
+98
+af
+ee
+38
+10
+33
+0b
+ae
 01
-24
-74
-00
-00
-6f
-e0
-c7
-7c
-70
-47
-7c
-00
-24
-5a
-04
-a6
-6f
-e4
-47
-13
-c3
-0b
-04
-9b
-6f
-e0
-c9
-6c
-24
-3a
-60
-b6
-20
-40
-04
-9d
-20
-20
-60
-a2
-6f
-e0
-c6
-59
+2c
+ab
+e1
+53
+01
+e9
+b4
+ce
+27
+38
+48
+7b
+b7
+70
+4c
+97
+10
 c1
 ff
-80
-00
-6f
-e0
-c7
+09
+b1
+9a
+b9
+32
+2a
+44
+d9
+cf
+dd
+93
+fc
+2c
+e7
+9a
+cb
+aa
+a8
+37
+60
 7d
-20
-7a
-00
-00
-1f
-e0
-ff
-ff
-67
-e0
+bf
+92
+78
+71
+aa
+3f
+eb
+a0
+c2
 c7
-7d
-58
-00
-00
-00
-67
-e2
-48
-47
-20
-20
-5a
-73
-20
-40
-04
-6d
-20
-20
-02
-32
 6f
-e4
-47
-13
-c4
+33
+c7
+d1
+45
+9b
+71
+d9
+32
 15
-00
-00
-c3
-1f
+b4
+49
+11
+95
+b6
+8c
+38
+d1
+b6
+be
+c8
+91
+a4
+bc
+76
+66
+93
+8f
+69
+3b
+2c
+84
+0c
+85
+06
+a2
+a1
 de
-b9
-68
-48
-c6
-5a
-20
-40
-6e
-f7
-68
-48
-c6
-5a
-20
-40
-55
-b1
+23
+6c
+ca
+af
+59
+f2
+66
+d8
+46
+34
+64
 68
-48
-c6
-5a
-20
-40
-6e
-e6
-24
-20
+33
+3e
+0f
+84
 de
-c2
-20
+94
+1f
+fa
+9d
+07
+18
+73
+5b
+88
+aa
+cf
+7b
+76
+b7
+9e
+81
+6a
+64
+e6
+e4
+1d
+d7
+87
+ff
+b3
+4b
+11
+3e
+6c
+e6
+b8
+84
+78
+f7
+79
+d0
 20
-5e
+f9
+ca
+5f
 be
-20
+b2
+8c
+7a
+7c
+65
+e2
+c5
+0c
 40
-59
-58
+16
+62
+b2
+73
 c0
-18
-59
-5f
-c0
-18
-d9
-c6
-c0
-2c
-04
-b8
-20
-20
-59
-52
-20
-40
-59
-e7
-6f
-e0
-c8
-5a
-c0
-2c
-84
-bc
-20
-20
-59
-5f
+b4
+c3
+c4
+79
+90
+a9
+d4
+81
+46
+46
+af
+99
+f2
+82
+9a
+dc
+85
+a7
+2d
+62
+50
+7e
+0a
+5e
 70
-49
-57
-0b
-da
-60
+b6
+44
+bf
+5c
+5b
+ef
+d0
+a6
+d8
+f5
+fa
+b3
+bd
 4a
-0b
-20
-20
-59
-95
-6f
-e0
+b4
+da
+85
+cd
+26
+17
+bf
+a0
+d3
+66
+de
+e7
+a8
+cd
+9b
+bf
 c4
-20
-c1
-80
+44
+bc
+ad
+eb
+59
+22
+53
+10
+3e
+55
+b0
+07
+f5
 00
+2f
+fa
+fc
+71
+a4
+89
+db
+3c
+8a
+90
+9c
+59
+b7
+4d
+33
+ee
+f9
+c5
+0d
 00
-6f
-e0
-c9
+2b
+e7
+97
+97
+85
+0c
+26
+2e
+ec
+ec
+3e
 57
-c0
-05
-84
-c4
-20
-20
-59
-f8
-20
-40
+fb
+b0
+8c
+f6
+3e
+53
+4d
+2f
+66
+00
+ae
+ae
+dd
+3c
+08
+43
+dc
+e9
+09
+d9
+3c
+19
+1e
+1b
+a5
 5a
-6d
-6f
-e0
-c6
-59
-c0
-7f
+4a
+c1
+cb
+aa
+d5
 84
-ca
-68
-48
-c6
+0c
+86
+c5
+9a
 59
-20
 40
-6e
-e6
-24
-60
+2c
+7d
+e2
+19
+26
+a6
+78
+aa
+cf
 80
-00
-58
-00
-00
-00
-20
-40
-69
-e5
-c0
-ac
+0e
+d8
 59
-55
-20
-20
+5f
+f7
+35
+2e
+a9
+57
+bd
+63
 5a
-2f
-78
-54
-7c
-00
-58
-00
-00
-00
-67
-e3
-48
-47
-20
-40
-04
-bf
-20
-20
-56
-06
-ca
-c7
-aa
-55
-40
-00
-00
-40
-05
-00
-33
+b5
+a9
+8c
+50
+ae
+dc
 07
-20
-00
-00
-00
-00
-00
-00
-00
-00
-73
-08
-84
-f2
-7d
+36
+6c
 61
-00
-00
-00
-00
-00
-20
-00
-00
-14
-00
-00
-00
-00
-00
-00
-10
-04
+68
+1c
+1b
+31
+9b
+26
+7d
+39
 60
-00
-00
-06
-00
-30
-00
-00
-00
-00
-00
-00
-00
-00
-41
-a4
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-aa
-55
-08
-00
-13
-47
-04
-c9
-12
-10
-02
-00
-01
-5b
-aa
+d0
+19
+de
+32
+3f
+e0
+c7
+11
+91
+42
+b2
+a3
+de
+1d
+5f
+a0
+e9
 55
-1e
-00
-44
-46
-06
-07
-08
-08
+11
 07
-06
-14
-12
-0d
-0f
-15
-01
-02
+92
+1c
+1a
+47
+25
+31
+54
+76
+4c
 01
-ff
-ff
+31
+bd
+c2
+77
+d4
+d5
 0a
-ff
-ff
-ff
-ff
-ff
+03
+73
+9a
+e0
 ff
 05
-ff
-ff
-8c
-ff
-ff
-ff
-aa
-55
-01
-00
-29
-47
-01
+b6
+6c
+7e
+6e
+71
+ea
+50
+e1
+b8
 aa
-55
-02
-00
-ff
+9a
+5d
+69
+3c
+d6
+12
+d1
+19
+59
+77
+4e
+dd
+cc
+b2
+e0
+a8
+d8
+c1
+0d
+cc
+db
+50
 46
-00
-14
-aa
-55
-03
-00
-02
-47
-05
-05
-02
-aa
-55
-01
-00
-07
-47
-14
+be
+59
+ec
 aa
+0e
+b0
+b8
+ac
+25
+51
+b2
+93
+4b
+eb
+50
+d5
+f3
+1b
+29
+37
+2c
+97
+0b
+6b
+db
+4b
+41
+58
+d4
+ba
 55
-01
-00
-05
-47
-02
-aa
-55
-02
-00
-0a
-47
-02
-06
-aa
-55
-01
-00
-0d
-47
-0a
-aa
-55
-01
-00
-12
-47
-0a
-aa
-55
-02
+ad
+a7
+f6
+33
+0b
+f3
+e5
+8e
+fa
+b1
+dc
+93
+67
+b9
+45
+6e
+44
+34
+f2
+1b
+bb
+c0
+8a
+86
+22
+dd
+71
+e3
+45
+e5
+4d
+91
+1d
+9f
+d4
 00
+75
+50
+1d
+ff
+16
+d6
+8b
 0f
-47
-58
-02
-aa
-55
-02
-00
-3a
-46
-0a
-00
-aa
-55
-01
-00
-3d
-46
-08
-aa
-55
-02
-00
-21
-47
-02
-00
-aa
-55
-01
-00
-3c
-46
-32
-aa
-55
-02
-00
-38
-46
+5d
+07
+84
+2a
+c0
+2a
+d1
+c7
+6f
+97
+a1
+52
+1b
+90
+fd
+52
+2f
+e6
 b0
-04
-aa
-55
+0b
+31
 01
-00
-1e
-47
-0a
-aa
-55
-02
-00
-25
-47
-70
-17
-aa
+d9
+6b
+bb
+ff
+e6
+7c
+18
+0b
+0b
+fb
+82
+13
+88
+b0
+e2
 55
+1f
+69
+db
+9d
+d8
+1f
+5f
+98
+09
+c3
+89
+36
+e0
+db
+1f
+a0
+e7
+d6
+98
+bd
+c9
+df
+ef
+35
+ff
+15
+42
+0d
 01
-00
-cb
-43
-08
+99
+7e
+54
+84
+39
+f9
+39
+6d
+cf
+bd
+6e
+c6
+30
+78
 aa
-55
-01
-00
-1b
+10
+42
+bb
+65
+36
+66
+3d
+f7
+91
+32
+26
+79
+ef
+7c
 47
-02
-aa
-55
-01
-00
-94
-40
-01
-aa
-55
-01
-00
+e3
+f8
+b4
+e5
+e0
+bd
+98
+79
+0e
+99
+f9
+93
+82
 c0
+62
+4d
+35
+0c
 40
-20
-aa
-55
-01
-00
-6b
-49
-20
-aa
-55
-02
-00
-66
-46
-00
-34
-aa
-55
-01
-00
-74
-46
-34
-aa
-55
-01
-00
-81
-46
+45
+65
+32
+19
 33
-aa
-55
-06
-00
-2d
-46
-dc
-05
-84
-03
-e8
-03
-aa
-55
-01
-00
+83
+b0
+c8
+16
+48
+23
+ce
+b6
+f9
+86
+b4
+c2
+4c
+8b
+7f
 35
-46
-04
-aa
-55
-01
-00
-28
-47
-03
-aa
-55
-01
-00
-27
-47
-07
-aa
-55
-06
-00
-e6
-46
-00
-00
-00
-00
-00
-00
-aa
-55
-06
-00
+92
+5c
+a9
+e2
+ee
+69
+7d
+75
+6a
+22
+e7
+67
+48
+30
 f1
-44
-02
-11
-37
-58
-51
-61
-aa
-55
-01
-00
-89
-45
-01
-aa
-55
-05
-00
-e3
-45
-01
-0f
-0f
-0f
-0f
-aa
-55
-01
-00
-b9
-45
-00
+f2
+60
+d4
+a4
+2d
+3b
+cd
 aa
-55
-01
-00
-40
-47
 02
-aa
-55
-01
-00
-ca
-45
-00
-aa
-55
+d5
+6b
+f6
+25
+dd
+d5
+fd
+15
+6d
+a0
+e0
+15
+da
+b9
+70
+bd
+5e
+f6
+d4
+66
+dd
+cc
+90
+56
+eb
+79
+42
+49
+e1
+83
+9c
 01
-00
-7b
-47
-00
-aa
-55
-02
-00
-8b
-45
+ec
+9d
 c0
-12
-aa
+93
+62
+f8
+f4
+8f
+7f
+e7
+24
+0e
+a0
+33
+e3
+4b
+14
 55
+b3
+ff
+ba
+ad
+f2
+ad
+84
+ea
+d3
+bc
+89
+f6
+8e
+ae
+1a
+c9
+e9
+9e
+c9
+b6
+c2
+fa
+5e
+ab
+38
+df
+b2
+6f
 07
-00
-43
-47
-ee
-4d
-00
-80
-bb
-00
-05
-aa
-55
+92
+49
+f3
+23
 04
-00
-55
-47
-80
-bb
-00
-00
-aa
-55
-07
-00
-4a
-47
-f2
-f9
-00
-00
-77
-01
+75
+90
+88
+54
+8a
+4d
+30
+e2
+61
+ff
+bc
+83
 0b
-aa
-55
-04
-00
-59
-47
-00
-77
-01
-00
-aa
-55
-03
-00
-af
-45
-00
-48
-60
-aa
-55
-02
-00
-1d
-46
+89
+96
+97
+66
+db
+7f
+f5
+c9
+85
+d9
+8b
+a9
+68
 2c
+b5
+a4
+62
+b4
+6f
+4e
+f8
+0e
+5e
+8d
+19
+20
+52
+6d
+a5
 01
-aa
-55
-02
-00
-1b
-46
-50
-00
-aa
-55
-02
-00
-23
-47
-64
-00
-aa
-55
-01
-00
-f4
-46
-01
-aa
-55
+7e
 06
-00
-db
-42
-71
-81
-91
-a1
-b3
-c1
-aa
-55
-01
-00
-93
-43
-07
-aa
-55
-08
-00
+33
+61
+1f
 c0
-43
-fb
-00
-48
-08
-fb
-00
-48
-08
-aa
-55
-02
-00
 be
-47
-96
-00
-aa
-55
-02
-00
-b5
-47
-15
-00
-aa
-55
-02
-00
-9b
-43
-19
-00
-aa
-55
+5a
+99
+d2
+74
+5c
+bc
+30
 04
-00
-b7
-47
-1d
-00
-21
-00
-aa
-55
-02
-00
-32
-43
-2d
-00
-aa
-55
-02
-00
+0e
+07
+79
+5a
 bb
-47
-30
-00
-aa
-55
-0c
-00
-48
-43
-1f
-02
-01
-05
-03
-03
-12
-18
-03
-19
-c2
-03
-aa
-55
-0f
-00
-a0
-47
-06
-ff
-06
-00
-03
-00
+a2
+8c
+1a
+21
+dd
+9e
+ed
+dd
+cc
+d3
 80
-07
-09
-58
+61
+d2
 54
-2d
-36
-31
-32
-aa
+98
+81
 55
-09
-00
-68
-43
-1f
-07
-09
-58
-54
-2d
-36
-31
-32
-aa
-55
-07
-00
-6b
-42
-06
-58
-54
-2d
-36
-31
-32
-aa
-55
-07
-00
-8c
-49
+19
+83
+6f
+5e
+76
+6e
+ba
+a1
+a9
+02
+91
+c1
+16
+d2
+96
+b6
+af
+7b
 06
-58
-54
-2d
-36
-31
-32
-aa
-55
-08
-00
+bd
+84
+52
+37
+5c
+a0
+68
+45
+f2
+c6
+1a
+eb
+dc
+c6
+8b
+bc
+d6
+38
+9a
+bf
+b8
+ab
+26
+4e
 d3
-42
-06
-00
-06
-00
+2f
+7b
+9f
+71
+b9
+e0
+41
+af
+3e
+ae
+bc
+9d
+c6
+96
 20
-00
-2c
-01
-aa
-55
-06
-00
-9a
-47
-03
-12
-18
-ff
-00
-00
-aa
-55
-03
-00
-ec
-46
-00
-50
-00
-aa
-55
-02
-00
-eb
-43
-80
-1f
-aa
-55
-01
-00
-f4
-43
-80
-aa
-55
+c8
+7c
+db
 04
-00
-fa
-49
-b9
-1a
-ea
-1a
-aa
-55
-18
-00
-e2
-49
-eb
-1a
-b2
-1b
-b3
-1b
-2a
-1c
-2b
-1c
-de
-1c
+e7
+8f
+3b
+6b
+b6
+95
+7b
+45
+f0
+f8
+9c
+2c
+1e
+42
+c9
+15
+37
+68
+c8
+29
+c3
+e1
 df
-1c
-92
-1d
+d4
+2f
+cc
 93
+20
+45
+b0
+32
+7b
+3b
+f0
+23
+66
+af
+74
+7b
+ed
+73
 1d
-46
-1e
-47
-1e
-fa
-1e
-aa
-55
-06
-00
-fe
-49
-fb
-1e
-ae
-1f
-ac
-1f
-aa
-55
-01
-00
-ec
-44
-ff
-aa
-55
-01
-00
-eb
-44
+36
+61
+c6
+42
+0c
 1e
+58
+b0
+40
+80
+e8
+19
+43
+e1
+a5
 aa
-55
-01
-00
-ee
-44
-00
-aa
-55
-01
-00
-41
-41
-03
-aa
-55
-01
-00
-3e
-46
-00
-aa
-55
-01
-00
-d2
-45
-07
-aa
-55
-02
-00
-f0
-45
-83
-47
-aa
-55
-02
-00
-3f
-46
-85
-90
-aa
-55
-02
-00
-42
-46
-75
-80
-aa
-55
-01
-00
-41
-46
-63
-aa
-55
-01
-00
-27
-46
-7d
-aa
-55
-01
-00
-37
-44
-00
-aa
-55
-03
-00
-08
-4a
-00
-03
-25
-aa
-55
-01
-00
-6c
-08
-ff
-aa
-55
-11
-00
-68
-48
+91
+2e
+43
+2a
+9c
+3c
+a8
+33
+ef
+4b
+db
+8a
+e7
+72
+d8
+c2
+5d
+8d
+fd
+c1
+15
+30
 03
-04
-01
-02
-20
+38
+2e
+c6
+64
 2a
+25
+a1
+a1
 3f
-15
-28
-35
-1b
-11
+5f
+d9
+f3
+32
+af
+49
+40
+3a
+e4
+40
+d3
+82
+56
+26
+24
+f1
+d5
+37
+9c
+f2
+7f
+e6
+fe
+7b
+66
+b5
+af
+4e
+65
 8a
-8b
+67
+cc
+a4
+fc
+59
+07
 83
+f2
+1f
+66
+07
+38
 84
-88
-aa
-55
-08
-00
-4e
-49
-09
-a5
+a6
+4f
+c4
+e8
+4a
+89
+93
+04
+3a
+56
+10
+4b
+97
+42
+4c
+7a
+0d
+e1
+a9
+2a
 0b
-f3
+d3
+3a
+ae
+42
+53
+ef
+1a
+57
+79
+cc
+44
 09
-00
-ff
-ff
-aa
+12
+27
+99
+5c
 55
-08
-00
+4d
+24
+a6
+ec
+d9
+b4
+93
+88
+3e
+9c
 46
-49
-09
-5a
-0b
-f3
-09
-00
-ff
-ff
-aa
+f4
+d2
+ee
+1d
+a7
+af
+bd
+b7
 55
-12
-00
-0b
-4a
-09
-a5
-26
-34
-19
-04
-60
-07
+ae
+16
+44
+b6
+a8
+e2
+d1
+53
+a0
+f6
+b8
+42
+39
+2c
+a2
 69
-04
-7d
-20
-7e
-00
-09
-00
-ff
-ff
-aa
-55
-0a
-00
-7c
-48
-09
-5a
-26
 34
-19
-04
-09
-00
-ff
-ff
-aa
-55
-0a
+ee
+0f
+97
+76
+02
+29
+b2
+af
+30
+35
+ef
+91
+e6
+5e
+a5
+18
+ed
+24
+ce
+ce
+2f
+db
+95
+99
+1d
+92
+c1
+58
+27
+f0
+a7
+ec
+e7
 00
-90
-48
-09
-5a
+fb
+cb
 0d
-10
-1d
-ed
-7d
-80
-ff
-ff
-aa
-55
-1e
+29
+de
+c8
+5c
+e6
+5d
+73
+87
+ad
+c2
+4f
+bb
+33
+84
+3d
+27
+fa
+f8
+1b
+6e
+24
 00
-d6
-48
+c7
+3c
+b6
+e5
+9e
 09
-5a
-ff
-27
-ab
+19
+d2
+19
+1a
+1d
+3c
+24
+6b
+9b
+91
+e2
+ad
+a2
+b3
+78
+e3
+6d
+5d
+6d
+cc
+76
 40
-be
-d1
-a0
-41
-a1
-12
-a5
-84
-a7
-ff
+65
+01
+2c
+c2
+f6
+d2
+65
+ea
+e2
+f8
+6c
+a3
+b8
+ba
+c3
 b5
+3a
+49
+2d
 d0
-b6
-00
-ff
-00
+d8
 35
-c8
-25
-af
-09
-00
-ff
-ff
-aa
-55
-2e
+bb
 00
-fc
-48
-09
-5a
-0d
-10
-0e
-c5
-5b
-9a
-10
-38
-11
-42
-28
-28
+d7
 41
-23
-49
-39
-4a
-b0
-4b
-a0
-4c
-90
+83
 4d
-70
-09
-00
-ff
-ff
-09
+83
+ba
+11
+7b
+47
+a0
+94
 5a
-06
-02
-09
-69
-0d
+c7
+de
+8d
+5a
+1a
+94
+71
+d2
+de
+b2
+56
+cd
+c5
+a1
+cb
+f0
 48
-0e
-9f
-0f
-ba
-09
-00
-ff
-ff
-aa
-55
-01
-00
-48
-41
-0c
-aa
+23
+16
+4c
+94
+b6
 55
-06
-00
-c3
-40
-35
-3f
-64
-db
+da
+47
+58
+26
+93
+11
+51
+6e
+33
+83
+f7
+f9
+22
 7b
+d3
+1e
+fb
+41
+2e
+6e
+80
+81
+60
+67
+f0
+75
+78
+21
+d8
+da
+77
+96
+46
+14
+da
+80
+2e
 3b
+df
+8a
+4d
+d6
+e4
+71
+59
+ff
+9a
+c2
 aa
 55
-01
+40
+00
 00
-a7
 40
+05
+00
+33
+07
 20
-aa
-55
-03
 00
-c9
-40
 00
-08
-b4
-aa
-55
-01
 00
-99
-40
+00
+00
+00
+00
+00
+73
 18
-aa
-55
-01
+84
+f2
+7d
+61
 00
-1c
-41
-3e
-aa
-55
-0c
 00
-16
 00
 00
 00
 20
 00
+60
+04
 00
 00
 00
 00
 00
 00
+10
+04
+60
+00
+00
+06
+00
+30
+00
+00
+00
 00
 00
-aa
-55
-05
 00
-5e
-41
-08
-0e
-05
-03
 00
-aa
-55
-01
 00
-68
 41
-20
-aa
-55
-02
+a4
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
 00
-9a
-40
 00
-0c
 aa
 55
-05
+08
 00
-43
-41
-ff
+13
+47
 04
+c9
+12
 00
+02
 00
-08
+01
+5b
 aa
 55
-01
+1e
 00
-1c
+44
+46
+06
+07
+08
+08
+07
+06
+14
+12
+0d
+0f
+15
+01
 02
-5a
+00
+ff
+ff
+0a
+ff
+ff
+ff
+ff
+ff
+ff
+05
+ff
+ff
+8c
+ff
+ff
+ff
 aa
 55
 01
 00
-07
-44
+29
+47
 01
 aa
 55
-01
+02
 00
-09
-44
-0a
+ff
+46
+00
+14
 aa
 55
-01
+03
 00
+02
+47
+05
 08
-44
+01
+aa
+55
+01
 00
+07
+47
+14
 aa
 55
 01
 00
-11
-44
+05
+47
+02
+aa
+55
+02
 00
+0a
+47
+02
+06
 aa
 55
-04
+01
 00
 0d
-44
-00
-07
-ff
-07
+47
+0a
 aa
 55
 01
 00
-38
-44
-a0
+12
+47
+0a
 aa
 55
 02
 00
-3b
-44
-bc
+0f
+47
+58
 02
 aa
 55
 02
 00
-39
-44
-90
+3a
+46
+0a
+00
+aa
+55
 01
+00
+3d
+46
+08
 aa
 55
 02
 00
-3d
-44
-03
-09
+21
+47
+02
+00
 aa
 55
 01
 00
-49
-41
-ff
+3c
+46
+32
 aa
 55
 02
 00
-9c
+38
+46
+b0
+04
+aa
+55
+01
+00
+1e
+47
+0a
+aa
+55
+02
+00
+25
+47
+70
+17
+aa
+55
+01
+00
+cb
+43
+08
+aa
+55
+01
+00
+1b
+47
+02
+aa
+55
+01
+00
+94
 40
+01
+aa
+55
+01
+00
+c0
+40
+20
+aa
+55
+01
+00
+6b
 49
-41
+20
+aa
+55
+03
+00
+3c
+47
+00
+00
+00
+aa
+55
+02
+00
+66
+46
+00
+34
+aa
+55
+01
+00
+74
+46
+34
+aa
 55
+01
+00
+81
+46
+33
 aa
+55
+06
+00
+2d
+46
+dc
+05
+84
+03
+e8
+03
 aa
 55
+01
+00
+35
+46
 04
-50
+aa
+55
+01
+00
+28
+47
+03
+aa
+55
+01
+00
+27
+47
+07
+aa
+55
+06
+00
+e6
+46
+00
+00
+00
+00
+00
+00
+aa
+55
+06
+00
+f1
+44
+02
+11
+37
+58
+51
+61
+aa
+55
+01
+00
+89
+45
+01
+aa
+55
+05
+00
+e3
+45
+01
+0f
+0f
+0f
+0f
+aa
+55
+01
+00
+b9
+45
+00
+aa
+55
+01
+00
+40
+47
+02
+aa
+55
+01
+00
+ca
+45
+00
+aa
+55
+01
+00
+7b
+47
+00
+aa
+55
+02
+00
 8b
-0e
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
-ff
+45
+c0
+12
+aa
+55
+07
+00
+43
+47
+ee
+4d
+00
+80
+bb
+00
+05
+aa
+55
+04
+00
+55
+47
+80
+bb
+00
+00
+aa
+55
+07
+00
+4a
+47
+70
+11
+01
+00
+77
+01
+0b
+aa
+55
+04
+00
+59
+47
+00
+77
+01
+00
+aa
+55
+03
+00
+af
+45
+00
+48
+60
+aa
+55
+02
+00
+1d
+46
+2c
+01
+aa
+55
+02
+00
+1b
+46
+50
+00
+aa
+55
+02
+00
+23
+47
+64
+00
+aa
+55
+01
+00
+f4
+46
+01
+aa
+55
+06
+00
+db
+42
+71
+81
+91
+a1
+b3
+c1
+aa
+55
+01
+00
+93
+43
+07
+aa
+55
+08
+00
+c0
+43
+fb
+00
+48
+08
+fb
+00
+48
+08
+aa
+55
+02
+00
+be
+47
+96
+00
+aa
+55
+02
+00
+b5
+47
+15
+00
+aa
+55
+02
+00
+9b
+43
+19
+00
+aa
+55
+04
+00
+b7
+47
+1d
+00
+21
+00
+aa
+55
+02
+00
+32
+43
+2d
+00
+aa
+55
+02
+00
+bb
+47
+30
+00
+aa
+55
+0c
+00
+48
+43
+1f
+02
+01
+05
+03
+03
+12
+18
+03
+19
+c2
+03
+aa
+55
+14
+00
+a0
+47
+06
 ff
+06
+00
+03
+00
+80
+0c
+09
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0e
+00
+68
+43
+1f
+0c
+09
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+6b
+42
+0b
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+8c
+49
+0b
+42
+54
+35
+2e
+32
+20
+4d
+6f
+75
+73
+65
+aa
+55
+08
+00
+d3
+42
+06
+00
+06
+00
+20
+00
+2c
+01
+aa
+55
+06
+00
+9a
+47
+03
+12
+18
 ff
+00
+00
+aa
+55
+03
+00
+ec
+46
+00
+50
+00
+aa
+55
+02
+00
+eb
+43
+80
+1f
+aa
+55
+01
+00
+f4
+43
+80
+aa
+55
+04
+00
+fa
+49
+b9
+1a
+ea
+1a
+aa
+55
+18
+00
+e2
+49
+eb
+1a
+b2
+1b
+b3
+1b
+2a
+1c
+2b
+1c
+de
+1c
+df
+1c
+92
+1d
+93
+1d
+46
+1e
+47
+1e
+fa
+1e
+aa
+55
+06
+00
+fe
+49
+fb
+1e
+ac
+1f
+ae
+1f
+aa
+55
+01
+00
+ec
+44
 ff
+aa
+55
+01
+00
+eb
+44
+1e
+aa
+55
+01
+00
+ee
+44
+00
+aa
+55
+01
+00
+41
+41
+03
+aa
+55
+01
+00
+3e
+46
+00
+aa
+55
+01
+00
+d2
+45
+07
+aa
+55
+02
+00
+f0
+45
+83
+47
+aa
+55
+02
+00
+3f
+46
+85
+90
+aa
+55
+02
+00
+42
+46
+75
+80
+aa
+55
+01
+00
+41
+46
+63
+aa
+55
+01
+00
+27
+46
+7d
+aa
+55
+01
+00
+37
+44
+00
+aa
+55
+03
+00
+08
+4a
+00
+03
+25
+aa
+55
+01
+00
+6c
+08
 ff
+aa
+55
+11
+00
+68
+48
+03
+04
+01
+02
+20
+2a
+3f
+15
+14
+1b
+11
+0e
+8a
+8b
+83
+84
+88
+aa
+55
+08
+00
+4e
+49
+09
+a5
+0b
+f3
+09
+00
 ff
 ff
+aa
+55
+08
+00
+46
+49
+09
+5a
+0b
+f3
+09
+00
 ff
 ff
+aa
+55
+12
+00
+0b
+4a
+09
+a5
+26
+34
+19
+04
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
 ff
 ff
+aa
+55
+0a
+00
+7c
+48
+09
+5a
+26
+34
+19
+04
+09
+00
 ff
 ff
+aa
+55
+0a
+00
+90
+48
+09
+5a
+0d
+10
+1d
+ed
+7d
+80
 ff
 ff
+aa
+55
+10
+00
+2a
+49
+09
+a5
+26
+34
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
 ff
 ff
+aa
+55
+1a
+00
+d6
+48
+09
+5a
 ff
+27
+ab
+40
+be
+d1
+a0
+41
+a1
+12
+a7
 ff
+b6
+00
+b5
+c8
+a5
+af
 ff
+00
+09
+00
 ff
 ff
+aa
+55
+2e
+00
+fc
+48
+09
+5a
+0d
+10
+0e
+c5
+5b
+9a
+10
+38
+11
+42
+28
+28
+41
+23
+49
+39
+4a
+b0
+4b
+a0
+4c
+90
+4d
+70
+09
+00
 ff
 ff
+09
+5a
+06
+02
+09
+69
+0d
+48
+0e
+9f
+0f
+ba
+09
+00
 ff
 ff
+aa
+55
+01
+00
+07
+44
+01
+aa
+55
+01
+00
+09
+44
+0a
+aa
+55
+01
+00
+08
+44
+09
+aa
+55
+06
+00
+2d
+46
+a4
+01
+18
+01
+2c
+01
+aa
+55
+01
+00
+48
+41
+0c
+aa
+55
+06
+00
+c3
+40
+35
+3f
+64
+db
+7b
+3b
+aa
+55
+01
+00
+a7
+40
+20
+aa
+55
+03
+00
+c9
+40
+00
+08
+b4
+aa
+55
+01
+00
+99
+40
+18
+aa
+55
+01
+00
+1c
+41
+3e
+aa
+55
+0c
+00
+16
+00
+00
+00
+20
+00
+00
+00
+00
+00
+00
+00
+00
+00
+aa
+55
+05
+00
+5e
+41
+08
+0e
+05
+03
+00
+aa
+55
+01
+00
+68
+41
+20
+aa
+55
+02
+00
+9a
+40
+00
+0c
+aa
+55
+05
+00
+43
+41
 ff
+04
+00
+00
+08
+aa
+55
+01
+00
+1c
+02
+5a
+aa
+55
+01
+00
+38
+44
+a0
+aa
+55
+02
+00
+3b
+44
+bc
+02
+aa
+55
+02
+00
+39
+44
+90
+01
+aa
+55
+02
+00
+3d
+44
+03
+09
+aa
+55
+01
+00
+49
+41
 ff
+aa
+55
+02
+00
+9c
+40
+49
+41
+55
+aa
+aa
+55
+6a
+5b
+81
+95
 ff
 ff
 ff
@@ -8188,5 +8188,5 @@
 ff
 ff
 ff
-b4
-21
+8e
+81
Index: output/memmap.format
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/memmap.format	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/memmap.format	(working copy)
@@ -723,6 +723,14 @@
 0x4147 mem_gain_second_agc_en
 0x4148 mem_system_clk
 0x4149 mem_rf_init_data
+0x414e mem_adc_reference3v_ft_data
+0x414e mem_adc_reference3v_gpio1v_ft_data
+0x4150 mem_adc_reference3v_gpio2v_ft_data
+0x4152 mem_adc_reference3v_vdcdc3p6v_ft_data
+0x4154 mem_adc_reference3v_vdcdc4p6v_ft_data
+0x4156 mem_adc_reference3v_inter1v_ft_data
+0x4158 mem_adc_reference3v_inter1v_now_data
+0x415a mem_adc_reference_mode
 0x415b mem_otp_charge_pump_x
 0x415c mem_otp_dpll_ibais_x
 0x415d mem_xtal_freq
@@ -863,10 +871,19 @@
 0x43f8 mem_nv_data_ptr
 0x43fa mem_nv_data_number
 0x43fb mem_queue_ptr
+0x43fd mem_reference_inter1p8v_2v_adc_io_data
+0x43fd mem_inter1v_adc_ft_data
 0x43fd mem_3v_adc_io_data
+0x43ff mem_reference_inter1p8v_2p6v_adc_vdcdc_data
+0x43ff mem_inter1p2v_adc_ft_data
 0x43ff mem_2v_adc_hvin_data
+0x4401 mem_reference_inter1p8v_1v_adc_io_data
+0x4401 mem_io1v_adc_ft_data
 0x4401 mem_1v_adc_io_data
+0x4403 mem_reference_inter1p8v_4p6v_adc_vdcdc_data
+0x4403 mem_io2v_adc_ft_data
 0x4403 mem_3v_adc_hvin_data
+0x4405 mem_adc_ratio
 0x4405 mem_reference_voltage
 0x4407 mem_adc_config_flag
 0x4408 mem_adc_channel
@@ -1948,101 +1965,96 @@
 0x4a07 mem_normal_tx_power
 0x4a08 mem_tx_power_factory_param_new
 0x4a0b mem_sensor_ka8g2_init_new
-0x4a1d mem_device_uart_tx_gpio
-0x4a1e mem_device_uart_rx_gpio
-0x4a1f mem_device_uart_rx_buffer
-0x4a21 mem_device_uart_rx_buffer_end
-0x4a23 mem_device_uart_tx_buffer
-0x4a25 mem_device_uart_tx_buffer_end
-0x4a27 mem_device_uart_baud_rate
-0x4a29 mem_le_tx_buffer0_omemalloc_new
-0x4a69 mem_le_tx_buffer1_omemalloc_new
-0x4aa9 mem_le_tx_buffer2_omemalloc_new
-0x4ae9 mem_le_tx_buffer3_omemalloc_new
-0x4b29 mem_24g_txpayload_buf
-0x4b39 mem_release_data_from_receiver_enable
-0x4b3a mem_release_data_from_transmiter_enable
-0x4b3b mem_flippen_key0_gpio
-0x4b3c mem_flippen_key1_gpio
-0x4b3d mem_flippen_key2_gpio
-0x4b3e mem_flippen_key3_gpio
-0x4b3f mem_flippen_key4_gpio
-0x4b40 mem_flippen_key5_gpio
-0x4b41 mem_flippen_key6_gpio
-0x4b42 mem_flippen_key7_gpio
-0x4b43 mem_flippen_key0_press_status
-0x4b44 mem_flippen_key1_press_status
-0x4b45 mem_flippen_key2_press_status
-0x4b46 mem_flippen_key3_press_status
-0x4b47 mem_flippen_key4_press_status
-0x4b48 mem_flippen_key5_press_status
-0x4b49 mem_flippen_key6_press_status
-0x4b4a mem_flippen_key7_press_status
-0x4b4b mem_key_press_data
-0x4b4b mem_key_pageup_data
-0x4b54 mem_key_pagedown_data
-0x4b5d mem_key_shift_f5_data
-0x4b66 mem_key_esc_data
-0x4b6f mem_key_b_data
-0x4b78 mem_key_tab
-0x4b81 mem_key_enter
-0x4b8a mem_key_alt_tab
-0x4b93 mem_key_alt_f4
-0x4b9c mem_key_play_pause
-0x4ba5 mem_key_vol_up
-0x4bae mem_key_vol_down
-0x4bb7 mem_standard_key_release
-0x4bc0 mem_system_ctrl_key_release
-0x4bc9 mem_media_key_release
-0x4bd2 mem_key0_long_press_flag
-0x4bd3 mem_key1_long_press_flag
-0x4bd4 mem_key2_long_press_flag
-0x4bd5 mem_key3_long_press_flag
-0x4bd6 mem_key4_long_press_flag
-0x4bd7 mem_key0_long_press_event
-0x4bd8 mem_key1_long_press_event
-0x4bd9 mem_key2_long_press_event
-0x4bda mem_key3_long_press_event
-0x4bdb mem_key4_long_press_event
-0x4bdc mem_key0_short_press_flag
-0x4bdd mem_key1_short_press_flag
-0x4bde mem_key2_short_press_flag
-0x4bdf mem_key3_short_press_flag
-0x4be0 mem_key4_short_press_flag
-0x4be1 mem_key0_press_timer_count
-0x4be2 mem_key1_press_timer_count
-0x4be3 mem_key2_press_timer_count
-0x4be4 mem_key3_press_timer_count
-0x4be5 mem_key4_press_timer_count
-0x4be6 mem_combination_key_down_flag
-0x4be7 mem_combination_key_longpress_flag
-0x4be8 mem_key_disable_timer
-0x4be9 mem_24g_calculate_package_id_disable
-0x4bea mem_24g_package_id_abandon_flag
-0x4beb mem_24g_package_id
-0x4bec mem_key_state
-0x4bed mem_key_press_state
-0x4bee mem_poweron_first_blank_data_enable
-0x4bef mem_flippen_no_data_timeout
-0x4bf1 mem_flippen_start_pair_no_data_timeout
-0x4bf3 mem_key_longpress_timer_init
-0x4bf5 mem_key_longpress_timer
-0x4bf7 mem_low_voltage_led_blink_flag
-0x4bf8 mem_low_voltage_led_blink_start_timer
-0x4bf9 mem_poweron_led_blink_flag
-0x4bfa mem_24g_pair_enable_flag
-0x4bfb mem_24g_ch_work
-0x4bfc mem_24g_pair_key_down_flag
-0x4bfd mem_24g_pairing_stop_flag
-0x4bfe mem_longpress_24g_enter_hibernate_flag
-0x4bff mem_g24_connected_state
-0x4c00 mem_g24_pairing_stop_flag
-0x4c01 mem_send_package_before_check
-0x4c02 mem_le_conn_rcv_new
-0x4c03 mem_le_conn_first_rcv
-0x4c04 mem_le_check_retransmit_flag
-0x4c05 mem_le_retransmit_cnt
-0x4c06 mem_le_check_retransmit_discon_flag
+0x4a1d mem_le_tx_buffer0_omemalloc_new
+0x4a5d mem_le_tx_buffer1_omemalloc_new
+0x4a9d mem_le_tx_buffer2_omemalloc_new
+0x4add mem_le_tx_buffer3_omemalloc_new
+0x4b1d mem_mouse_wheel_temp_gpio
+0x4b1e mem_mouse_qdec_set_flag
+0x4b1f mem_24g_txpayload_buf
+0x4b2f mem_release_data_from_receiver_enable
+0x4b30 mem_release_data_from_transmiter_enable
+0x4b31 mem_flippen_key0_gpio
+0x4b32 mem_flippen_key1_gpio
+0x4b33 mem_flippen_key2_gpio
+0x4b34 mem_flippen_key3_gpio
+0x4b35 mem_flippen_key4_gpio
+0x4b36 mem_flippen_key5_gpio
+0x4b37 mem_flippen_key6_gpio
+0x4b38 mem_flippen_key7_gpio
+0x4b39 mem_flippen_key0_press_status
+0x4b3a mem_flippen_key1_press_status
+0x4b3b mem_flippen_key2_press_status
+0x4b3c mem_flippen_key3_press_status
+0x4b3d mem_flippen_key4_press_status
+0x4b3e mem_flippen_key5_press_status
+0x4b3f mem_flippen_key6_press_status
+0x4b40 mem_flippen_key7_press_status
+0x4b41 mem_key_press_data
+0x4b41 mem_key_pageup_data
+0x4b4a mem_key_pagedown_data
+0x4b53 mem_key_shift_f5_data
+0x4b5c mem_key_esc_data
+0x4b65 mem_key_b_data
+0x4b6e mem_key_tab
+0x4b77 mem_key_enter
+0x4b80 mem_key_alt_tab
+0x4b89 mem_key_alt_f4
+0x4b92 mem_key_play_pause
+0x4b9b mem_key_vol_up
+0x4ba4 mem_key_vol_down
+0x4bad mem_standard_key_release
+0x4bb6 mem_system_ctrl_key_release
+0x4bbf mem_media_key_release
+0x4bc8 mem_key0_long_press_flag
+0x4bc9 mem_key1_long_press_flag
+0x4bca mem_key2_long_press_flag
+0x4bcb mem_key3_long_press_flag
+0x4bcc mem_key4_long_press_flag
+0x4bcd mem_key0_long_press_event
+0x4bce mem_key1_long_press_event
+0x4bcf mem_key2_long_press_event
+0x4bd0 mem_key3_long_press_event
+0x4bd1 mem_key4_long_press_event
+0x4bd2 mem_key0_short_press_flag
+0x4bd3 mem_key1_short_press_flag
+0x4bd4 mem_key2_short_press_flag
+0x4bd5 mem_key3_short_press_flag
+0x4bd6 mem_key4_short_press_flag
+0x4bd7 mem_key0_press_timer_count
+0x4bd8 mem_key1_press_timer_count
+0x4bd9 mem_key2_press_timer_count
+0x4bda mem_key3_press_timer_count
+0x4bdb mem_key4_press_timer_count
+0x4bdc mem_combination_key_down_flag
+0x4bdd mem_combination_key_longpress_flag
+0x4bde mem_key_disable_timer
+0x4bdf mem_24g_calculate_package_id_disable
+0x4be0 mem_24g_package_id_abandon_flag
+0x4be1 mem_24g_package_id
+0x4be2 mem_key_state
+0x4be3 mem_key_press_state
+0x4be4 mem_poweron_first_blank_data_enable
+0x4be5 mem_flippen_no_data_timeout
+0x4be7 mem_flippen_start_pair_no_data_timeout
+0x4be9 mem_key_longpress_timer_init
+0x4beb mem_key_longpress_timer
+0x4bed mem_low_voltage_led_blink_flag
+0x4bee mem_low_voltage_led_blink_start_timer
+0x4bef mem_poweron_led_blink_flag
+0x4bf0 mem_24g_pair_enable_flag
+0x4bf1 mem_24g_ch_work
+0x4bf2 mem_24g_pair_key_down_flag
+0x4bf3 mem_24g_pairing_stop_flag
+0x4bf4 mem_longpress_24g_enter_hibernate_flag
+0x4bf5 mem_g24_connected_state
+0x4bf6 mem_g24_pairing_stop_flag
+0x4bf7 mem_send_package_before_check
+0x4bf8 mem_le_conn_rcv_new
+0x4bf9 mem_le_conn_first_rcv
+0x4bfa mem_le_check_retransmit_flag
+0x4bfb mem_le_retransmit_cnt
+0x4bfc mem_le_check_retransmit_discon_flag
 0x462d mem_remote_car_hard_soft_switch
 0x462e mem_remote_car_queue_each_size
 0x462f mem_remote_car_queue_length
Index: output/otp.dat
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/otp.dat	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/otp.dat	(working copy)
@@ -9,4952 +9,5354 @@
 00
 00
 00
-aa
-55
-4e
-13
-c2
-84
-00
-25
-c0
-00
-02
-9c
-c0
-01
-00
-56
+6d
+3d
+1c
+06
+d8
+d0
+04
 c0
-08
+ce
 00
-5f
-c0
-08
-80
-61
-c0
-0a
-01
+d7
+72
+b1
+d2
+9d
+69
+aa
+55
+d0
+14
 73
-c0
-0a
-80
-e3
-c0
-0c
-01
-03
-c0
+85
+21
 0c
+ed
+bc
+2d
+ad
+e7
+d6
+98
+2d
+21
+ee
 81
-0a
-c0
-0d
-00
-6f
-c0
-12
-82
+94
+1d
+7a
+2f
+42
+80
+71
+4d
+bd
+48
+81
+e1
+0b
+05
+8d
+64
+4b
+56
+29
+c6
+45
+93
 22
-c0
-34
-02
-95
-c0
-34
-82
-b5
-c0
-36
-02
-5e
-c0
-36
+09
+12
+d9
+45
 80
-3e
-c0
-37
-00
-34
-c0
-39
-84
-7c
-c0
-3d
-04
+ab
+23
+fa
+05
+4d
+79
+c4
+14
+a4
 ce
-c0
-3f
-84
-5c
-c0
-40
-84
+e5
+a2
+16
+ac
+fc
+6f
+d1
+62
+a8
+e5
+ab
 b3
-c0
-42
-03
-9e
-c0
+f5
+77
+94
+dc
 42
-83
-e8
-c0
-43
-02
-0a
-c0
-43
-83
-c8
-c0
 44
-03
-e6
-c0
-45
-03
-b2
-c0
-46
-02
-f3
-c0
-46
-83
-5b
-c0
-47
-04
-46
-c0
+dd
+36
 45
-82
+ed
+9b
+36
 cc
-c0
-48
-04
-a8
-c0
-4a
-84
-73
-c0
-4b
-04
-91
-c0
-62
-82
+36
+f9
+a9
 41
-c0
-6d
-01
-44
-c0
-6e
-01
-54
-20
-20
-23
-5a
-c0
-0a
-01
-94
-c0
-0d
-01
-93
-c0
-12
-81
-c3
-c0
-13
-01
+c7
+9e
+e6
+58
+55
 c8
-c0
-1c
-81
-da
-c0
-1d
-01
-e4
-c0
-26
-01
-de
-c0
-26
-81
-e2
-c0
-48
-02
-44
-c0
+18
+c4
+d8
+9a
+dc
+94
+89
+45
+41
+c6
+a3
+15
+49
+59
+7c
+32
+9b
+db
+f6
+6c
+2a
+22
+cc
 4b
-04
+1b
+85
+bf
+22
+ef
+77
+08
+a2
+ff
+b6
+92
+f2
+09
+cb
+b5
+92
+23
+15
+73
+28
+f7
+b6
+23
+21
+24
+e5
+18
+d0
+6c
+2d
+14
+54
+7e
 67
-c0
+59
+d4
+52
+41
+22
+8d
+90
+ed
+97
+89
+59
+47
+7a
+a5
+74
+fd
+9d
+fb
+85
+7c
+09
+1d
+ba
+f7
+5b
+29
+1c
+6d
+52
+90
+fb
+f5
+9d
+62
+7b
+8d
+64
+72
+f5
+9b
 4d
-00
-f1
-c0
+30
+aa
+e7
+ac
 4e
-80
-f8
-c0
-4f
-82
 66
-c1
-7f
+c3
+d9
+94
+bb
+57
+c0
+ef
+bf
 80
-00
-20
-20
-23
-5a
-6f
-e4
-47
-13
-c2
-9f
-00
-37
-20
-20
+7b
+c8
+32
+8f
+11
+45
+f3
+22
+72
+35
+28
 54
 8f
-20
+e9
+e1
+8f
+b2
+c7
 40
-54
-ac
-20
-34
-00
-3a
-20
-20
-60
-2f
-6f
-e0
-c6
-66
-c0
-00
-60
-67
-20
+76
+24
+77
+56
+87
+29
+14
+91
+90
+57
+3b
+01
+69
+53
+c1
+38
+27
+01
+72
+5e
+39
+12
+10
+7c
+9d
+1a
 40
-5a
-a8
-20
-20
-04
-3d
-6f
-e0
-c6
-4f
+03
+26
 67
-e0
-c9
+4f
+79
+bd
+d0
+48
+8b
+a5
+7e
+75
+86
+41
+cd
+2e
 58
-6f
-e0
-c6
-4e
-c1
-7f
-80
-00
-20
-40
+c0
+7c
+3b
+1e
+91
+a7
+1a
+ba
+19
+1a
 23
-c3
-6f
-e0
-c6
-4e
-d8
-40
-00
-3e
-20
-40
-6f
-21
-6f
-e0
-c6
-5b
-d8
-40
-00
-3e
-20
-40
-6f
-21
-68
-48
-c6
-4d
-20
-40
-55
-b5
-68
-48
-c6
-4d
-20
-40
-6e
-e6
-20
-40
-d4
-73
-20
-40
-55
-b1
-68
-48
-c6
-4d
-20
-40
+c5
+7f
+1b
+3f
+03
+a8
+ed
+3c
+e1
+19
+6b
+6b
+4a
+58
+74
+cd
+33
+95
+44
 6e
-dd
-20
-40
-23
-c7
-68
-48
-c6
-4e
-20
-40
-6f
+6c
+e4
+11
+c4
+d3
+99
+63
+31
 0f
-68
-48
-c6
 5b
-20
-20
-6f
-0f
-20
-40
-75
-52
-20
-40
-74
-48
-20
-40
-2a
-45
-20
-40
-20
-2a
-20
-40
-42
-ad
-20
-40
-20
-18
-20
-40
-31
+f3
+ed
+1e
+98
+88
+da
+72
+e6
 0f
-20
-40
-24
-8c
-20
-20
-00
-56
-70
-89
-00
-00
-20
-20
-21
+82
+60
+90
+41
+50
+2c
+47
+95
+f3
+dd
+93
+83
+1b
+0b
+ed
+32
+87
+e4
+f9
+d4
 53
-70
-8a
-0f
+82
+6b
 60
-70
-8a
-10
-aa
-70
-8a
-12
+f2
+31
+91
+1d
+e3
+a6
+28
+c8
+5c
+49
+94
+08
+18
+a3
+c8
+6c
+0b
+9c
+b3
+90
+03
 7a
-70
-8a
-25
-00
-70
-8a
-26
-00
-20
-00
-00
-3c
-70
-8a
-20
-20
-70
+b6
+63
+29
+7a
+cf
+e3
+59
+b3
+91
 8a
-23
+b3
 f5
-70
-8a
-24
-12
-70
-8a
-24
-10
 20
-00
-00
+39
+cb
+4b
+40
+16
 3c
-70
-8a
-12
-60
-70
-8a
-23
-dd
-20
-60
-00
-00
-70
-01
-bb
-00
-70
+bf
+11
+2f
+e1
+56
+ee
 01
-bc
-00
-37
-d9
-82
-00
-70
-89
-46
-0d
-70
-89
-6f
+e1
+7b
+51
+8b
+ba
+1e
+01
+75
+eb
+64
+75
+1a
 10
-70
-8a
-13
-cd
-70
-8a
+36
+3e
+ca
+a0
+2e
+32
+7c
+66
+a6
+79
+dd
+c6
+e6
+99
+df
+52
+cf
+9c
+cc
+c8
+3e
+c4
+7a
+9c
+44
 06
-10
-70
-8a
-84
-4a
-70
-8a
-85
-40
-70
-8a
-16
-fe
-20
-40
-00
-b7
-20
-40
-70
-d7
-37
-d9
-82
-00
-70
-81
-3b
-5f
+e0
+54
+e9
+1f
+da
+c4
+15
+53
+92
+be
+45
+c8
 37
-d9
-82
-00
-70
-81
+1a
+26
+e3
+35
+35
+d1
+d1
+d4
+a1
+b4
+d7
 3c
-88
-37
-d9
-82
-00
-6f
-e0
-c0
-99
-c0
+b0
+b9
 08
-00
-ac
-6f
-e0
-c4
-38
+78
+ae
+3e
+61
+ba
+d3
+13
 1f
-e1
-fe
+32
+78
+31
+b4
+98
+db
+9b
+68
+c5
+d1
+2f
 04
-67
-f0
-8a
-02
-70
-89
-0f
+5d
+af
+85
+55
+79
+26
+fc
+51
+b6
+42
+3e
+56
+04
+b9
+7b
+2e
+d2
+46
+8d
+6e
+e9
+1e
+82
+50
+6a
+ca
+62
+2e
+fa
+23
+04
+be
+15
+8e
+2a
+62
+dd
+18
+da
 01
-70
-8a
+6a
 80
-24
-70
-8a
-81
-62
-58
-e6
-12
+ef
+03
+68
+ca
+09
+7e
+9d
 12
-67
-f1
-8a
-73
+61
+f6
+b9
+0d
+2e
+fa
+2e
+cc
+10
+18
+93
+56
+f5
+4c
+b7
+fd
+0f
+ea
+4a
+c8
+0c
+be
+62
+94
+e2
+9e
+53
+e2
+52
+16
 70
-8a
-86
-60
-70
-8a
-8b
-3b
-20
-40
-00
-9e
-70
-80
-43
-00
-70
-80
-42
-05
-58
-55
-74
-74
-67
-f1
-89
-68
-70
-89
-60
+7f
+c6
+44
+4b
+56
+1d
+aa
+ce
 6e
-20
-40
-01
-16
-20
-40
-01
-41
-20
-40
-00
-98
-70
-41
-48
-0c
-20
-40
-6f
-4e
-20
-20
-01
-43
-20
+0e
+66
+2c
+dd
+47
+28
 75
-80
-00
-37
-d9
-82
-00
-6f
-e0
+0f
+9a
+33
 c1
-1c
-67
-f0
-81
-3a
-37
-d9
-82
-00
-20
-60
-00
-00
-6f
-e0
-c0
+3e
+9d
+7d
+bb
+c3
+61
+0d
+64
+95
+9c
+72
+1a
+34
+52
+e3
+78
+ff
+89
+5e
+17
+ec
+93
 99
-c0
-0c
-00
+28
+4c
+54
+18
+f5
+8b
 a4
-6f
-e0
-c4
-38
-1f
-e1
-fe
-06
-67
-f0
-8a
-02
-70
-8a
-05
-e0
-70
-8a
-00
-d8
-20
-00
-00
-3c
-70
-8a
-01
-a0
-70
-8a
-00
-df
-70
-8a
-01
+36
+94
+e8
+e8
+93
 fa
-20
-00
-00
-14
-70
-8a
-00
-9f
-20
-60
-00
-00
-6f
-e0
-c4
-38
-1f
-e1
-fe
-06
-67
-f0
-8a
-02
-70
-89
-0f
-00
-70
-8a
-80
-23
-70
-8a
-81
-b0
-58
-e4
-09
-09
-67
-f1
-8a
-73
-70
+30
+a3
+45
+36
+0b
+83
 8a
-76
+ef
 2a
-70
-89
 02
-04
-20
-20
-00
-8a
-20
-35
-80
-df
-6f
+a5
+c4
+69
+56
+9f
+b4
+a2
+16
 e2
-02
-0d
-20
+c1
+c8
+74
+ad
+86
 7a
-00
-00
-37
-d9
-82
-00
-6f
-f0
-81
-36
-1f
+c0
+b6
+b8
+8d
+09
+48
+5f
+b6
+2d
+cd
+d2
+e4
+ec
+ef
+aa
+c1
+a1
+b2
+e1
+6d
 e1
+01
+53
+3c
+9d
+5a
+39
+cf
+ef
+86
+a4
+b1
+53
+b1
+7c
+36
+93
+e2
+ac
+7f
+86
+2f
+80
 7e
-f0
-68
-48
-82
-0d
-98
+1c
+0f
+c5
 41
+2e
+54
+ca
+df
+07
+3f
+2b
+6c
+3c
+bc
+4f
+25
+25
+64
+38
+54
+48
+aa
+19
+ba
+9d
+21
+3c
+7d
+15
+47
+73
+31
+3c
+fd
+24
+d1
+3b
 fe
-00
-1f
-e0
+d6
+e9
+e3
+54
+b9
+fe
+76
+2c
+6e
+e4
 ff
+de
+cc
 fd
-67
-f0
-81
+4a
+03
 36
-37
+f6
+33
+61
+d1
+65
+3c
+70
+57
 d9
-82
-00
-6f
-f0
+db
+5f
+b8
+f1
+7a
+9e
+7d
+c0
+f6
+aa
+c8
+af
+eb
+76
+c1
+27
+f7
 81
-38
-1f
-e1
-7e
-07
-68
-48
-82
-0e
-18
-49
-84
-00
+6a
+ef
 98
-41
-fe
-00
-67
-f0
-81
-38
+bb
+d4
+bf
+53
+a6
+74
+90
+26
+d1
+f2
+d4
+a2
+52
+fa
+f8
+15
+86
+f2
+ad
+fc
+b9
+5f
+2c
+d3
+8e
+55
+3f
+86
+d8
 37
-d9
-82
-00
-6f
-f0
-8a
-cb
-1f
-e1
-7e
-f0
-68
-48
-82
-0f
-60
+70
+a3
+bc
 48
-c1
-5b
-98
-41
-fe
-00
-67
+e6
+f5
+11
+d7
+1a
+8c
+5f
+b7
+36
 f0
-8a
-cb
-6f
-e0
-82
-10
-67
-e0
-c1
-5c
-2f
-ef
-fe
-03
+ae
+a0
+e5
+5f
+f8
+9c
+62
+3b
+e2
+3c
+3a
+ff
 6f
-f0
-8a
-06
 79
-20
-fe
-07
-67
-f0
-8a
-06
+d1
+41
+d9
+a5
+3d
+57
+3f
+62
+ea
 6f
-e0
-82
-10
-1f
-e1
-04
-07
-18
-52
-04
-00
-18
-43
-84
+fb
+06
+2b
+5f
+ea
 00
-60
-48
+3f
+9b
+b0
+80
+56
+c9
+96
+ea
+31
+ac
+bb
+17
+da
+af
+64
+2f
+82
+c2
 c4
-38
-6f
-f0
-8a
-02
-1f
+cc
+85
+18
+bf
+db
+f7
+f9
 e1
-7e
-1f
-98
-41
-fe
-00
-67
-f0
-8a
-02
-20
-60
-00
-00
+d1
+a8
+93
+be
+8c
 6f
-e1
-41
-5b
-20
-7a
-00
-00
+e5
+5f
+fa
+b6
+b3
+3d
+a7
+ea
 67
-e1
-02
-0f
-20
-20
-00
-c9
-20
-40
-68
-6f
-20
-40
-21
-ba
-18
-00
-2a
-08
-18
-00
-2a
-00
-58
-0a
+44
+64
+a5
+f2
+5c
+4c
+d5
 aa
-da
-67
-f1
-8a
-0f
-70
-8a
-25
-40
-70
-8a
-26
-10
-20
-00
-00
-3c
-70
-8a
-01
-fb
-70
-8a
+64
+2d
+11
+39
+f2
+db
+f0
 25
-ff
-70
-8a
-26
-30
-70
-8a
-16
-fe
-20
-20
-21
-b4
-6f
-e0
-c7
-93
-24
-7a
-00
-00
-20
-40
-00
-f5
-20
-20
-60
+08
+77
 fc
-6f
-e0
-c6
-55
-c1
-7f
-80
-00
-20
-20
+bd
+a5
 5e
-78
-68
+44
+d5
+32
 48
-c6
-01
-6f
-e0
-c6
-21
-98
-46
-7c
-00
-24
-21
-00
-fd
-20
-20
-36
-81
-6f
-e2
-45
-8f
-68
-4a
-45
-e4
-98
-46
-7c
-00
-20
-22
-b2
-22
-20
-40
-02
-8b
-20
-20
-36
+84
+77
+cf
+e3
+18
+48
+6b
+72
 9b
-58
-0a
-aa
-7e
-67
-f1
-8a
-0f
-20
-00
-00
-3c
-70
-8a
-25
-00
-70
-8a
-26
-0d
-70
-8a
-16
-f6
-20
-20
-22
-03
-6f
-e0
-80
-08
-c0
-0b
-22
-31
-c0
-17
-22
-31
-c0
-23
-22
-31
-6f
-e0
-c1
-41
-c0
-03
-22
-21
-c0
-55
-01
-12
-20
-20
-22
-0e
-70
-8a
-14
-17
-6f
-e1
-ca
-08
-67
-f1
-8a
-60
-20
-20
-22
-1a
-20
-75
-80
-00
-20
-40
-21
-60
-d8
-40
-00
-27
-20
-40
-21
-6f
-20
-40
-21
-a6
-70
-8a
-25
-7f
-70
-8a
-30
-1a
-70
-8a
-31
-78
-70
-8a
-8f
-b2
-70
-8a
-c2
-00
-70
-8a
-c3
-00
-d8
-e0
-00
-06
-20
-40
-01
-33
-2a
-2f
-fe
-0d
-20
-40
-21
-1d
-2a
-4f
-fe
-0d
-20
-40
-21
-1e
-d8
-e0
-00
-05
-20
-40
-21
-1c
-20
-40
-21
-1e
-20
-40
-01
-33
-d8
-a0
-8a
-c2
-1a
-31
-fe
-00
-20
-40
-21
-17
-1a
-51
-fe
-00
-20
-40
-21
-17
-18
-e0
-8f
-ff
-20
-21
-01
-28
-20
-20
-21
-4f
-20
-00
-00
-3c
-58
-00
-0f
-00
-67
-f1
-09
-82
-58
-00
-0f
-f0
-67
-f1
-09
-84
-70
-89
-81
-09
-70
-89
-81
-03
-70
-89
-80
-06
-20
-00
-00
-3c
-da
-20
-00
-00
-da
-40
-00
-00
-df
-20
-00
-10
-d8
-c0
-0f
-00
-20
-20
-21
-2d
-20
-75
-80
-00
-20
-20
-22
-72
-20
-60
-00
-00
-20
-75
-80
-00
-70
-8a
-07
-77
-70
-8a
-08
-c9
-70
-8a
-0b
-01
-6f
-e0
-c4
-09
-67
-f0
-80
-cd
-20
-00
-0b
-b8
-20
-40
-01
-6c
-70
-8a
-08
-c1
-6a
-40
-c4
-19
-df
-20
-00
-08
-20
-40
-6f
-58
-6f
-e0
-c4
-19
-67
-e0
-c4
-33
-62
-40
-c4
-19
-20
-60
-00
-00
-20
-40
-01
-62
-6f
-f0
-8a
-09
-79
-3f
-fe
-07
-67
-f0
-8a
-09
-70
-8a
-07
-77
-70
-8a
-08
-c1
-70
-8a
-0b
-01
-20
-40
-6f
-90
-6f
-e0
-c4
-09
-67
-f0
-80
-cd
-20
-00
-0b
-b8
-20
-40
-01
-6c
-70
-80
-cd
-00
-20
-20
-6f
-a1
-6f
-f0
-80
-cc
-79
-20
-7e
-01
-67
-f0
-80
-cc
-6a
-40
-c4
-19
-6f
-e0
-c4
-33
-67
-e0
-c4
-19
-df
-20
-00
-08
-20
-40
-6f
-67
-62
-40
-c4
-19
-20
-60
-00
-00
-70
-80
-cc
-03
-6f
-f0
-81
-29
-c3
-02
-81
-6d
-68
-59
-01
-64
-60
-49
-44
-0a
-70
-80
-cc
-00
-20
-60
-00
-00
-70
-8a
-82
-11
-70
-8a
-8d
-12
-70
-8a
-8e
-0a
-6f
-e0
-c0
-99
-c0
-08
-01
-8c
-58
-00
-57
-62
-67
-f1
-09
-07
-70
-89
-01
-03
-70
-89
-30
-03
-c6
-16
-80
-00
-70
-89
-01
-01
-70
-8a
-82
-07
-70
-8a
-8d
-44
-70
-8a
-8e
-0a
-6f
-e0
-c0
-99
-c0
-08
-01
-89
-58
-00
-2b
-b1
-67
-f1
-09
-07
-c6
-97
-80
-00
-70
-89
-30
-24
-70
-89
-01
-05
-20
-60
-00
-00
-58
-00
-41
-89
-67
-f1
-09
-07
-20
-20
-01
-85
-58
-00
-83
-12
-67
-f1
-09
-07
-20
-20
-01
-7a
-6f
-e0
-cc
-02
-da
-60
-01
-00
-9a
-60
-fe
-00
-20
-60
-00
-00
-20
-20
-01
-b3
-20
-40
-01
-96
-20
-20
-25
-63
-6f
-e0
-cc
-03
-20
-7a
-00
-00
-6f
-e0
-cc
-04
-24
-7a
-00
-00
-68
-48
-cc
-03
-6f
-e0
-cc
-02
-98
-46
-7c
-00
-24
-41
-01
-8f
-98
-46
-7e
-00
-1f
-e6
-7c
-64
-20
-21
-01
-a8
-6f
-e0
-cc
-05
-1f
-e6
-7c
-14
-24
-41
-01
-a6
-70
-4c
-04
-01
-20
-60
-00
-00
-70
-4c
-06
-01
-20
-20
-43
-1f
-68
-48
-81
-7f
-6f
-e0
-80
-4c
-1f
-e3
-7e
-00
-98
-42
-fe
-00
-2f
-ef
-fe
-02
-58
-00
-00
-00
-68
-48
-cc
-05
-79
-20
-fe
-00
-98
-40
-84
-00
-60
-48
-cc
-05
-20
-60
-00
-00
-6f
-e0
-80
-05
-1f
-e0
-fe
-01
-67
-e0
-80
-05
-24
-36
-81
-ba
-6f
-e0
-cc
-02
-1f
-e0
-fe
-01
-67
-e0
-cc
-02
-6f
-e0
-81
-68
-c3
-81
-80
-00
-79
-20
-7e
-03
-67
-e0
-81
-68
-6f
-e1
-42
-f5
-67
-e1
-01
-96
-58
-00
-00
-00
-67
-e2
-43
-1d
-20
-60
-00
-00
-20
-40
-28
-1c
-6a
-20
-80
-4d
-1a
-20
-a3
-fc
-24
-21
-26
-fa
-20
-20
-26
-8e
-09
-80
-00
-18
-1f
-ef
-7e
-00
-1f
-f1
-7e
-00
-e7
-e1
-80
-05
-78
-28
-7c
-00
-20
-40
-27
-0d
-20
-23
-26
-f6
+ad
 c5
-99
-26
-af
-6f
-e0
-80
-4d
-20
-3a
-26
-af
-1f
-e0
-ff
-fc
-67
-e0
-80
+3d
+a7
+0e
+76
+de
+e1
+a4
+a4
+a6
+bd
 4d
-20
-40
-72
-cb
-6f
-f0
-81
-08
-c3
-03
+a7
 a6
-fa
-18
-00
-70
-0c
-65
-e2
-01
-54
-20
-20
-26
-af
-6f
-e0
-c3
-34
-c1
-00
-00
-00
-c0
-01
-b0
-4a
-20
-20
-28
+07
+ec
+14
+b5
+7b
+76
+22
 e1
-20
-40
-21
-52
-70
-89
-00
-00
-79
-3f
-80
-30
-20
-20
-2a
-e3
-79
-3f
-80
-30
-20
-20
-2a
-f6
-ef
+8e
+f5
+45
+59
+1c
+a0
+96
+bd
+8b
+d3
+ae
 e1
-00
-06
-c0
-02
-01
+0c
+d5
+f9
+3a
+38
+3b
+ed
+7f
+7f
+c8
+94
+6d
+3f
+e2
 e7
-20
-20
+89
+ac
+aa
+39
+51
+4a
+f3
 28
-eb
-ef
-e1
-80
-06
-67
-e1
-c3
-97
-c0
-05
-01
-ec
-c0
-09
-01
-fb
-20
-20
-2b
-96
-6f
-e4
-47
-13
+f2
+ff
 c3
-1d
+4c
+ba
+28
+58
+a5
+ba
+90
+db
+f3
 ad
+0c
+cc
+33
+57
+61
+5a
+46
+a7
+55
+02
+32
+25
+71
+8f
+0e
+4c
+a2
+91
+b7
+8e
 19
+c0
+76
+16
+e5
 20
-40
-2d
-c7
+ba
+fa
+42
 68
-49
-43
-98
-6f
-e0
-c3
+3c
 21
-c2
-81
-81
-f6
-6f
-e1
-43
-98
-c0
-18
-2e
-03
-68
-49
-43
-98
-20
-20
-2d
-1d
-6f
-e1
-43
+7b
+dd
+12
+97
+5d
+e3
+5e
+73
+ab
+44
+96
+f0
+de
+ae
+a1
+47
+bb
+b2
+c6
+f4
+52
+8f
+71
+cf
+82
+31
+56
+e5
+01
+af
+3c
+f5
+32
+45
+af
+dd
+ad
+d2
+ec
+a9
+09
+5d
+b3
+3a
+f1
+39
+24
+8a
+24
+a7
+0c
+ef
+85
+82
+7f
+3a
 32
+07
+6e
+22
+9d
+82
+13
+25
+91
+b2
+c9
+b0
+6b
+3f
+3c
+36
+a1
+8a
+a3
+51
+97
+89
+b7
+76
+72
+34
+fc
+06
+54
+d5
+57
+9a
+73
+aa
+ca
+4f
+8d
+f8
 98
-46
-7c
-00
-24
-22
-81
-f2
-24
-34
-01
-f2
-20
-20
-2d
-46
+65
+4e
+33
+ae
+8d
+77
+b0
+8d
+a9
 18
-c2
+e3
+0f
+b8
+f5
+da
+66
+ac
+fe
+2d
 22
-00
 6f
-e1
-43
-35
-1f
-e0
-a5
-fd
-20
-40
-29
+8d
+c4
+1a
+eb
+0b
+cd
 29
-6f
-e0
-c7
-8f
-c0
-7f
-ad
-ac
-6f
-e0
-c7
-95
-20
-3a
-2d
+01
 ac
-6f
-e0
-c8
+82
+27
+b4
+f6
+e6
+9a
+a5
+6d
+1d
+f4
+84
+9d
+9e
+22
 43
-c2
+4e
+dc
+eb
+61
+a0
+88
 80
-ad
-ac
-58
-00
-00
-1a
-68
-49
-43
-98
-98
-46
-7c
+63
+fc
+ab
+cf
+fe
+f8
+9b
+ec
+2b
+7b
+6a
+5c
+08
+9e
+a0
+cc
+47
+21
 00
-24
-22
-ad
+08
+0c
+6e
+4b
+f4
 ac
-20
-20
-2d
-46
-20
-40
+f4
 2a
-28
-24
+45
+b0
+0f
+96
+80
 7a
-00
-00
-6f
-e0
+30
+68
+ec
+ef
+d4
+e6
+dd
+11
+a8
+fb
+43
+4d
 c7
-8f
-c0
-7f
+2c
+ed
+e9
+d7
+a4
+1e
+27
+0b
+c7
+4a
+47
+98
+d2
+08
+50
+c3
+5e
+1d
+de
 82
-15
-6f
-e0
-c8
-43
-1f
-e1
-7e
-03
+78
+69
 c1
-81
+e2
+29
 80
+a6
+c3
+c3
+eb
+ac
+68
+21
+8d
+6b
+46
+a5
+10
+2f
 00
+6d
+48
+94
+86
+fd
+d1
+e8
+5e
+7b
+02
+5d
+fb
+6e
+d0
+98
+b3
+fd
+cb
+64
+11
+e2
+17
+dc
+fe
+25
+8d
+58
+c3
+e8
+57
+ff
+46
+50
+a9
+fb
+83
+7c
+2a
 6f
-e0
-cc
-04
-20
-7a
-00
-00
-6f
-e0
-cc
-06
-24
-7a
-00
-00
-6f
-e0
-c9
-56
-20
-5a
-5a
-71
-6f
-e4
+07
+7f
+ea
+91
+8a
+58
+e6
+4b
+82
+3a
+4e
+8b
+ec
+1a
+5d
+1b
+51
+14
+f7
+d8
+a7
+cb
+22
+d7
+ad
 47
-13
-c2
-80
+a9
+a0
+cb
+b4
+95
+86
+94
+73
+06
+34
+55
+1c
+cd
+16
+aa
+44
+a3
 db
-5b
-c2
+7b
+1e
+7a
+6e
+54
+10
 80
-5b
-5b
-c2
-82
-db
-5b
-c2
-83
-5b
-5b
-20
-40
-56
-01
-20
-40
+53
+aa
+b5
+04
+f3
+ec
+02
+31
+d0
+f8
+3a
 5a
-b2
+b1
 24
-74
-00
-00
-20
-40
-5a
-bc
-20
-40
-04
-9d
-20
-20
-5b
-37
-6f
-e1
-43
-e9
-20
-40
-7d
-79
+22
+ea
+d4
+68
+0d
+03
+16
+a5
+7b
+1b
+be
+90
+7b
+4e
+d2
+fb
+38
+2c
+8d
+b5
+1c
+ec
+a7
+2d
+7c
+85
 6f
-e2
-40
-ad
-98
-40
+d1
+0b
+2d
+64
+70
+53
 fe
-00
+6f
+e9
 67
-e2
-40
+b6
+43
+a9
+2d
+fb
+0d
+0b
+be
+00
+4e
+d3
+16
+33
+b2
+d6
+d8
+c3
+f0
 ad
-20
-40
-02
-29
-20
-20
-24
+fc
+4d
+e3
+d0
+4e
+fa
+7a
+52
+0c
+c6
+54
+95
+54
+55
 25
-60
-04
-40
-e7
-d8
-c0
-80
-70
-d8
-a0
-40
-cc
-20
-40
-7c
-8f
-d8
-c0
+51
+1e
+73
+2c
+c4
+95
+3c
+91
+a6
+3a
+6c
+b1
+07
+57
 80
-d4
-20
+4c
+48
+f6
+59
+3f
+e3
+8d
+56
+18
+66
+e5
+a1
+31
+39
+83
+e0
+92
+71
+bd
+4e
+97
+5b
+09
+6c
 40
-7c
-89
-6f
-f0
-80
+d0
+ff
+86
+cf
+9d
+e1
+b4
+af
+af
+cf
+b5
+3a
+84
+02
+ff
+9a
+c1
+13
+1d
+83
+05
+4f
+87
 80
-67
-e0
 c0
-ef
+94
+c0
+9e
+84
+b8
+f6
+87
+27
+11
+71
+cf
 18
+4d
+7b
+12
+2f
+53
+11
 42
-24
-00
+ed
+1a
+7f
 df
-20
-00
-0c
-da
-20
-00
-16
-da
+a7
+d3
+c9
+51
+f1
+c3
+1e
+c6
+f1
+02
+9a
+7d
+a1
+ae
 60
-81
-4d
+d6
+67
+a0
 37
+e8
+ea
+e8
+44
+b3
+56
+93
+e7
+8a
+10
+91
+3b
+74
+66
+e3
+12
+78
+76
+c3
+1e
+5b
+43
+d3
+a8
+67
+44
 d9
+5c
+be
+71
+0f
+56
+b9
+53
+3e
+1e
+bb
+6f
+d2
+59
+76
+b5
+bb
+93
+5c
+2c
+b9
 82
-00
-ef
-e0
-80
-11
-e8
-40
-80
-13
 98
-46
-7c
-00
-20
+1d
+6e
+5f
+9a
+2b
+b7
+cc
+11
+9a
+79
+6b
+6a
+aa
+09
+10
+15
+f3
+3b
+31
+9a
+77
+fa
+bd
+91
+33
+83
+39
+8f
+ce
+7d
+11
+e0
+af
+de
+6d
+4a
 22
-82
-3c
-e7
+69
+ad
+10
+a9
+c4
+5a
+a3
+16
+43
+ea
+2c
+d3
+08
+75
+c6
+63
+c1
+5b
+97
+aa
+e9
+91
+6b
+cd
+67
+56
+34
+9c
+90
+ba
+81
+86
+bf
+dd
 e0
-80
-13
+46
+56
+e4
+b4
+21
+31
+9d
+f2
 37
-d9
-82
-00
-1a
-20
-a2
-01
-1a
-60
-a6
-01
-c2
-00
+03
+22
+a5
+52
 02
-36
-1a
-42
-04
-00
-20
-60
-00
-00
-20
-40
-6b
-3a
-20
-40
+66
+d0
+e0
+f9
+a1
+d3
+fe
+43
+d2
+c0
+f4
+d4
+70
+2f
+28
+63
 6b
+6c
+54
+31
+d7
+32
+72
+a1
+ea
 75
-20
-20
+ee
+73
+02
+48
+ef
+7b
+53
 6b
-38
-6f
-e1
-45
-e0
-d8
-40
-01
-f8
-98
+78
+0b
+7a
+e7
+a7
+4c
+6c
+56
+33
+43
+82
 41
-7e
-00
-20
+73
+66
+ab
+e4
+a8
+18
+e4
+28
+9f
+49
+b5
+64
+9a
+93
+5d
+fd
+73
 3a
-02
-4c
-6f
-e1
-45
-e0
-1f
-e0
-fe
-01
-67
-e1
-45
-e0
-20
-60
-00
-00
-20
-40
-35
-7f
-20
-40
-36
-51
-24
-2c
-35
-86
-24
+bf
+1a
+71
+58
+13
+9a
 37
-b5
-86
-20
-40
-36
-6e
-6f
-e0
-c5
-7d
-20
+ba
 3a
-02
-5b
-6f
-e2
-45
-cc
-68
-4a
-45
-8f
-98
-46
-7c
-00
-20
-22
+1a
+b4
+fb
+ba
+31
+47
+a9
+b1
+80
+42
+8a
+9a
+d6
+87
+6c
+93
+8c
+c4
+e4
+e4
+90
+8d
+28
+5a
+09
+9b
+f6
+11
 82
-58
-20
-20
-35
+7e
+9a
+e3
+28
+ae
+fe
+da
+5c
+c8
+af
+37
+16
+6b
+25
+91
+3d
 6e
-6f
-e4
 47
-13
-c2
-98
-32
-91
-20
-20
-35
-49
-6f
-e2
-45
+77
+e9
+04
+8e
+e5
+82
+f9
+b0
+05
+94
+01
+be
+54
+50
+4b
+4a
+6a
+0d
 5f
-20
-7a
-00
-00
-20
-20
-02
-53
-20
-40
+e3
+6b
+57
+d4
+c7
+67
 54
+71
+74
 3b
-20
-40
-02
-61
-20
-20
-54
-4c
-58
+19
+36
+5a
+2a
+ab
+4d
+fc
+9e
+6b
+a0
+4d
+be
+73
+6c
+99
+e4
+e8
+30
+db
+53
+c5
+79
+a3
+a2
+d2
+ce
+89
+85
 00
-4a
-29
-67
-e1
-43
+df
+b9
+e5
+c3
+79
+7e
+3e
 3f
-58
-00
-00
-20
-67
-e1
-43
-41
-20
-60
-00
-00
-6f
-e0
-c4
-37
-24
-7a
-00
+0d
+3d
+18
+f5
+05
+f1
+40
+bd
 00
-6f
-e1
-44
 e9
-c3
-85
-80
-00
-6a
-21
-45
-f0
-20
-40
+2b
+88
+06
+b8
+d5
 35
-b4
-60
-48
-c6
-24
-6f
-e0
-c6
-29
-c5
-13
-02
-70
-6f
-e0
-c6
-2c
-98
-46
-7c
-00
-24
-21
-02
-8a
+f1
+d1
+5d
 6f
-e0
-c6
-26
-1f
+89
 e6
-7c
-02
-24
-21
-02
-78
-6f
-e0
-c6
-26
+1b
+f2
+c8
+cd
+b1
+60
+41
+d1
+19
+80
+11
+56
+de
 c0
-00
-02
-8b
-20
+ee
+b2
+fc
+9a
+75
+76
+72
+e9
+78
+d6
+07
+b0
+aa
+54
+fe
+bd
+f8
+0f
+d5
+83
 60
-00
-00
-6f
-e0
-c6
-26
-68
-48
+cd
+0a
+e5
+14
+16
+81
+4a
+95
 c6
+31
+95
+1e
+56
+8c
+0a
+61
 27
-98
-46
-7c
-00
-24
-62
-80
-00
-70
-46
+d9
+16
 26
-00
-68
-48
-c6
-24
-6f
-e0
-c6
+4d
 28
-c5
+78
+d1
+4d
+b9
+52
 13
-02
+fb
+ab
+24
+a7
+78
+bc
+4c
+89
+60
+5d
+c4
+73
+cb
+a6
+e3
+bb
+44
+79
+78
+d5
+ab
+07
+cb
+4a
+be
+a0
+e8
+57
+61
+c8
+30
+93
+ba
+25
+f4
+69
+76
+07
+f5
+0d
+52
+e4
+eb
+33
+a4
+07
+37
+30
+27
+e0
+04
+b5
+a5
+56
+65
+80
+a7
+b0
+09
+b0
+cb
+3d
 81
+3e
+05
+db
+cc
+c8
+b0
+d1
+b6
+df
+64
 6f
-e0
-c6
-2b
-98
+44
+b2
+3b
+29
+ca
+a2
+db
+97
 46
-7c
-00
-24
-61
-00
-00
-6f
-e0
-c6
-25
-c0
-00
-37
-15
-1f
-e0
-ff
+b6
 ff
-67
-e0
-c6
-25
-c0
-01
-02
-93
-c0
-00
-b7
-0b
-20
-20
-37
-15
-70
-46
+91
+b4
+e1
+f0
+82
+0f
+d1
+86
+3e
+5f
+66
+f4
+81
+f2
+55
+04
+17
 26
-00
-6f
-e0
-c6
+f7
+b3
+e2
+31
+a4
+f1
+0e
+0b
+4b
+42
+89
+b8
+ec
+b8
+c2
+7b
+7a
 25
-c0
-01
-82
-91
-1f
-e0
-fe
-01
-67
-e0
+e9
+a2
+7a
+86
+af
+71
+04
+9d
+f2
+a8
+7d
+88
+a5
+89
+2e
+22
+4c
+0e
+0f
+1d
+30
+24
+73
 c6
-25
-c0
-00
+1e
+e3
+a1
+bb
+a4
+91
+ef
+b9
+19
+f0
+b8
+65
+a7
 b7
-0b
-c0
-01
-02
-93
-70
-41
-41
-05
-20
-60
-00
-00
-70
-41
-41
-03
-20
-60
-00
-00
-58
-00
-62
-35
 67
-e1
-45
-f8
-58
-00
-02
+15
+63
+73
+aa
+63
+e2
+f0
+72
+f1
+a9
+db
+9a
+e9
+64
+3b
+be
+0f
+5b
+56
+cd
+f0
+50
+cd
+b1
+53
+34
+39
+01
+6d
+16
+66
+46
+2b
+48
+6c
+0d
+af
+76
+76
 9f
-67
-e1
+e2
+99
+6b
+79
+32
+1e
+4d
+f2
+fc
+1e
+6c
+6e
+2a
+5c
+98
+65
+e3
+b6
+b8
+a3
+ae
+c1
+61
+e9
+65
+47
+eb
+76
+8d
+a2
+be
+5a
+fe
+ff
+c1
+8f
+d3
+ce
 45
-fa
-58
-00
-02
-b4
+13
+b1
+eb
+db
 67
-e1
-43
-e9
-20
-20
-53
-f3
-20
-80
-00
+31
+94
+ff
 00
+33
+ad
+3d
+26
+11
+56
+0a
+71
+09
+3f
+39
+43
+aa
+65
 20
-55
-e0
-04
-20
-20
-20
-03
-20
-40
+88
+60
+98
+ac
+3e
+84
+e8
+30
+d4
+52
+0f
+4b
+a7
 36
-b4
+c4
+41
+28
+5e
+69
+4f
+97
+5c
+02
+01
+9b
 24
+45
+5f
+5d
+23
+7a
+1a
+6c
+9e
+08
+a0
 74
-00
-00
-70
+8d
 47
+45
+f9
 7c
-01
-20
-40
+ad
+99
+1a
+9f
+d5
+56
+4e
+42
 36
-be
-70
-47
-72
-00
-20
-40
+92
+bc
+0c
+63
+04
+df
+18
+42
+1e
+1c
+3a
+68
+fb
 62
-aa
-6f
+60
 e0
-c7
-3f
-24
-5a
+a8
+8e
+46
+88
+bf
+ee
+d2
+f8
+61
+d0
+86
+5b
+e3
+a3
+97
+fa
+0d
+77
+26
+75
+44
+0f
+e9
+f8
+a0
+fd
 54
-dc
-20
+62
+ac
+56
+ca
+2e
+35
+a3
+d1
+e9
+fa
+13
+64
+1d
+db
+99
+a7
+46
+b1
+5b
+d5
+b7
+68
+af
+f1
+f3
+44
+eb
+ef
+44
+e9
+09
+b3
+71
+d3
+c9
+8f
+d5
+46
+a9
+3f
+7a
+82
+3a
+66
+d2
+0f
+bf
+c5
+f0
+28
+ef
+bb
+5d
+56
+f0
+1a
+2d
+94
+25
+d5
+75
+00
+51
+78
+4e
+7f
+17
+ac
+d9
+b7
+c0
+ec
+b1
 40
-02
-aa
-6f
+cd
+a6
+fb
+33
+4b
+24
+ac
+4e
+ee
+4d
+c4
+ac
 e2
-45
-af
-20
-20
-36
-22
-6f
-e0
-c7
+ae
+dd
+77
 3f
-24
-7a
-00
-00
-68
-48
-c6
-4a
-20
 40
-6f
-0f
-68
-48
+9f
+00
+db
+aa
+bd
+2d
+6a
+df
 c6
+7b
+aa
+b3
+2c
+5a
+6d
+14
+a9
+c7
 4a
-20
-40
-6e
+12
+75
+80
+27
+c4
+24
 c6
-68
-48
+12
 c6
-4b
-20
+1d
+93
+b8
+6a
+18
+e1
 40
+70
+7d
+06
+07
+75
+d8
+23
+1c
+bf
+6b
+15
+7f
 6f
-0f
-68
-48
-c6
-4b
-20
-20
-6e
-c6
-20
+f6
+63
+06
+53
+34
+25
+d4
+f0
+70
+aa
+d6
+29
+5d
+e7
+1f
+0c
+f2
+69
+f2
+1d
+95
+58
+d5
+d0
+a4
+51
+5a
+0a
+22
+ed
+64
+50
 60
-00
-00
-20
-40
-04
-40
-6f
-e4
+98
+2a
+bd
+e9
+3d
+f7
+6c
+be
+8f
+7f
+8d
+fa
+ce
 47
-13
-c2
-89
+34
+a3
+2e
+93
+ec
+e2
+d2
+75
+fd
+47
+3b
+33
+7f
+43
+df
+97
+aa
+63
+45
+ba
+f2
+6d
+8a
+64
+60
+17
+7b
+66
+a1
+1c
+66
+11
+c1
+03
+3c
+eb
+3c
+f7
+6d
+b7
+1c
+6d
+02
+46
+f3
+47
+5f
+19
+09
+e8
+ad
+52
+f4
+d0
+ca
+51
+0e
+b5
+5f
+95
+9f
+7b
+25
+a2
+df
+3d
+c3
+57
+4e
+16
+a7
+a3
+f0
+b5
+58
+00
+30
+19
+23
+54
+83
+8d
+03
+a1
+52
+fc
+2c
+8c
+f4
+ba
+7b
+53
+af
+cc
+64
+38
+aa
+e9
+ce
+64
+17
+56
+ac
+bd
+a8
+ca
+de
+ae
+49
+b6
+56
+dd
+dd
+4b
+01
+6b
+4b
+cd
+ab
+8f
+8d
+1a
+e2
 dd
+4f
+2b
+cc
+e0
+37
+1e
+94
+56
+38
+1e
+8d
+2d
+92
+aa
+1f
+d7
+2a
+1d
+3c
+65
+03
+cc
+7a
+c3
+94
+d3
+7e
 60
-c2
-89
-5d
-6e
-c2
-8a
-02
-bb
-20
+3f
+fa
+09
+06
+30
+c8
+d0
+ca
+6d
+e9
+56
+83
+49
+61
+59
+1c
+8c
 60
-00
-00
-20
-40
-02
+d0
 c6
-20
-40
-5e
-43
-20
-40
-5d
-b4
-20
-40
-02
-da
-20
-40
-02
-c3
-20
-40
-02
-c9
-20
+3d
+04
+36
+f0
+24
+63
+1f
+27
+44
+7d
+00
+42
+c0
+fc
+0d
+27
 40
-02
-e2
-20
-20
-5d
-aa
-6f
+3d
+d5
+ff
+03
+91
+f6
+4f
+07
+62
+e3
+ce
+fc
+dc
+12
+cd
+75
+4b
+b8
+80
+d4
+fe
+b1
+18
+f1
+ff
+79
 e4
-47
-13
+97
+37
+a5
+a2
+5e
+f2
+ee
+23
+05
+be
+17
+dd
+8b
+1d
+0f
+95
+09
+67
+7e
+ba
 c4
-15
-00
-00
-20
-40
+2e
+6a
+a8
+7a
+ed
+d4
+3a
 04
+6e
+7e
+71
+dc
+e3
+ba
+a9
+27
+d4
+9c
+1b
+7d
+38
+1d
+d6
+b4
+30
 a8
-6f
-e0
-c6
-66
+cd
+1a
+2a
 67
-e0
-ca
-06
-20
-60
-00
-00
-6f
-e4
-47
-13
-c2
-9f
-5d
-d1
-20
-20
-5d
-cc
-6f
-e1
-46
-8e
-d8
-40
-aa
-55
-98
-46
-7c
-00
-20
-22
-83
+f7
+af
+90
+81
+62
+07
+ed
+bc
+f1
+d3
+52
+78
+23
+50
+a2
+de
 4f
-60
-49
-46
+a0
+35
+2c
+2e
+35
+0e
+4e
+fb
+1d
+51
+85
+7a
+3b
+bd
+38
+63
+f9
+56
+fa
+05
+cf
+42
+68
+95
+80
+ec
 8e
-20
-40
-5c
+4f
+50
+24
+ba
 9c
-6f
-e0
-c9
+c6
+44
+d4
+75
+b0
+24
+79
+9b
+2a
+d4
+dd
 a1
-67
+d8
+4a
 e0
-c6
+6b
 66
-20
-40
-5c
-8c
-58
-00
-11
-22
-67
-e1
-46
 95
-6f
-e0
-ca
-06
+59
+f3
+03
+36
+bd
+f6
+76
+be
+e5
+25
+0e
+be
+f1
+84
+35
 67
-e0
-c6
-66
-20
-60
-00
-00
-6f
-e0
-c6
-66
-1f
-e6
-7c
-00
-20
-22
-82
-d7
-1f
-e6
-7c
-04
-20
-22
-82
-e0
-20
-61
-00
-00
-70
-46
-66
-00
-20
-60
-00
-00
-6f
-e0
-c6
-66
-c1
-00
-00
-00
+da
+d6
+1e
 6a
-41
-49
-fe
-1a
-42
-26
-00
-20
-40
-5e
+d6
+d3
+4b
+71
+37
+48
+62
+9b
 3d
-6f
-e1
-49
+f5
+74
+10
 e0
-20
-3a
-02
-f0
-67
-e1
+f4
+ad
+c9
+17
+c0
+f6
+cb
+05
+7b
+6d
+3c
+7f
+46
+ad
+16
+55
+42
+ee
+29
+50
+22
+44
 49
 de
-1a
-60
+0a
+b1
+78
+3b
+d3
+6d
+8a
+c9
+14
+8f
+57
+b2
+79
+d7
+42
+dc
+a2
+b0
 a6
+23
+c9
 02
-6f
-e1
-4a
-00
-9a
-66
-7c
+7a
+e0
+e4
+e4
+7f
+3c
+da
+a1
+fa
+26
+8c
+79
+39
+1f
+fc
+0f
+a3
 00
+99
+dd
+f6
+46
+53
+34
+b8
+23
 24
-21
-02
-f0
+36
 1a
-62
-24
-00
-20
-20
-02
+92
+c6
+1c
+96
+70
+0f
+a0
+d5
+64
+44
+69
 e6
-6f
-e1
-49
-de
-67
-e1
-46
-95
-20
-60
-00
-00
-6f
+d9
+da
+9c
+f5
+94
+4e
+9d
+17
+8a
+94
+72
 e4
-47
-13
-c2
-89
-dc
-b1
-c2
+ac
+09
+2a
+06
+6e
 89
-5c
-b9
-c2
-8a
-02
-f8
-20
-60
-00
-00
-20
-40
-02
-fb
-20
-40
+61
+11
+f4
 03
-00
-20
-20
-5c
-c1
-6f
-e0
-c6
-66
-c1
-00
-00
-00
+9a
+3c
+e7
+a4
+81
+fa
+e2
+3a
 c0
-00
-83
+a8
+1b
+9f
+91
+bc
 27
-c0
-01
-03
-3b
-20
 60
-00
-00
-6a
-41
-49
-e2
-1a
-42
-26
-00
-20
-40
+58
+c8
+9d
+df
+e6
+bd
+83
+d4
+84
+ee
+b6
+47
+e1
+eb
+9c
+86
 5d
-c0
-6f
-e0
+0b
+43
+d1
+70
+b7
+63
+9f
+c6
+11
+d1
+d5
+5d
+71
+75
 c9
-a1
-20
-3a
+9d
+2e
+aa
+e7
+3f
+7c
+1d
+d7
+14
+6f
+83
+c4
+31
+1b
+87
+6a
+f2
+7b
+65
+87
 03
-0c
-67
-e0
-c9
-a0
+da
+63
+94
+59
+24
+54
+2d
+17
+21
+88
+a5
+44
+b1
+54
 1a
-60
+2e
+da
+6b
+7c
+1c
+78
+0f
+ad
+ce
+12
+62
+be
+82
 a6
-01
-6f
-e1
-49
+db
+fa
+43
+7d
+c3
+4d
+43
+5b
+d3
+64
+04
 e4
+d4
+b8
+aa
+36
 9a
-66
-7c
-00
-24
-61
-00
-00
-1a
-62
-24
-00
-20
-20
-03
-02
-6f
-e0
-c9
-a0
-1f
-e1
+60
+7d
+2a
+54
+94
+10
+c2
+2f
+2b
+4e
+96
+da
+a8
+45
+33
+bb
+b2
+bf
+d5
+ed
+be
+22
+a9
+26
+8e
+4d
 7e
-f0
-20
-3a
-03
-16
-6f
-e0
-c6
-66
-20
-40
-03
-24
-67
-e0
-c9
-a2
+31
+cc
+a5
+df
+11
+5d
+6e
+06
+6a
+09
 df
-20
-00
-01
-1a
-62
-24
-00
-da
-20
-49
-a2
-20
-20
-6b
-45
-68
-48
-c9
-a0
-6f
-e0
-c6
-66
-20
-40
-03
-24
-98
-46
-7c
-00
-20
-62
-80
-00
-1f
-f2
 7e
-00
-98
-40
-fe
-00
+0f
+30
+34
+92
+38
 67
-e0
-c9
-a2
-1a
-62
-7e
-00
-68
-49
-49
+83
+4d
+82
+1b
+14
+94
+5f
+7a
 e2
-98
-46
+9d
+41
+c6
+30
+f3
+94
+4c
+66
+5d
+93
+9e
+70
+9f
+9d
+d3
+23
+da
+96
+9e
+6a
+12
+7b
+9f
+8b
+70
+b7
+26
+ca
+01
+30
+cf
+82
+52
+87
 7c
-00
-20
+fe
+b5
 22
-83
-12
-1a
-60
-a7
+54
+93
+79
+7b
+7d
+08
+aa
+46
+b2
+63
+27
+8c
+9c
+38
+aa
+49
+6e
+c6
+74
+56
+c9
+02
+4b
+d7
+32
+91
+de
+93
+ef
+ec
+d0
+ae
+d7
+a8
+4e
+52
+db
 ff
-20
-20
-03
-12
-c1
-80
-00
-00
-1f
-e0
-fe
+32
+34
+38
+14
+6b
+0c
+f2
+e2
+21
+78
+99
+9d
+87
+25
 04
-20
-60
-00
-00
-6a
-41
-49
-ee
+33
+f6
+6c
+ae
+d9
+10
+47
+30
+55
+aa
+84
+c0
+58
+a3
+a6
+16
+b9
+88
+23
+ea
+3e
+ab
+f0
+f7
+99
+77
+a9
+a5
+a2
+e5
+52
+93
+54
+9e
+76
+28
+c7
+09
+2f
+b7
+c1
+2e
+36
+33
+71
+c6
+ea
+86
+18
+e3
+98
+0f
 1a
-42
-26
-00
-20
-40
+3d
+84
+f5
+e9
 5d
-f3
-6f
-e3
-49
-b5
-20
+5b
+4b
+a9
 3a
-03
-33
-67
-e3
+ec
+7e
+2f
+a3
+36
+fb
+17
+c1
+ec
+4b
+87
+15
+7f
+bf
 49
-af
-1a
-60
-a6
+38
+a4
+30
+10
+73
+12
+5e
+99
+f5
+fc
 06
-6f
-e1
-49
-f0
+3e
+83
+34
+ee
+62
+ee
 9a
-66
-7c
-00
-24
-61
-00
+bb
+a2
+f7
+f9
+ad
+74
 00
 1a
-62
-24
-00
-20
-20
-03
-29
-6f
-e3
-49
-af
-68
-4b
-46
-6e
-98
-46
-7c
-00
-20
-62
-80
-00
+dd
+95
+01
+26
+96
+e0
+6b
+b7
 df
-20
-00
+d5
+93
+fa
+d9
+a9
+d4
+bf
+bd
+19
+af
+2f
 06
-da
-20
-46
-6e
-1a
-62
-24
-00
-20
-20
-6b
-45
-6a
+f7
+3c
 41
-49
-f6
-1a
-42
-26
-00
-20
-40
-5e
-17
-6f
-e3
-49
-cd
-20
-3a
-03
-47
-67
-e3
-49
-c7
-1a
-60
+61
+45
+82
+9e
+a1
+84
+7d
 a6
-06
-6f
-e1
-49
+8b
+94
 f8
-9a
-66
-7c
-00
-24
-61
-00
-00
-1a
-62
+0c
+15
+d2
 24
-00
-20
-20
-03
-3d
-6f
-e3
+4d
+c5
+94
+f9
+f4
+ce
+ca
+d4
+01
+c9
+37
 49
-c7
-68
-4b
-46
-7b
-98
-46
-7c
-00
-20
-62
-80
-00
-df
-20
-00
-06
-da
-20
-46
-7b
-1a
-62
+bf
+04
+0a
 24
-00
-20
-20
-6b
-45
-20
-40
-03
-88
-20
-40
-03
-a0
-20
-40
-03
-53
-20
-20
-5c
-90
-6f
-e4
-47
-13
-c4
+98
 07
-80
-00
-6f
-e0
-c6
+55
+75
+d6
+36
+7a
+37
+ca
+1e
+06
 90
+6b
+61
+f4
+c1
+2f
+8b
+12
+71
+8d
+c3
+08
+c1
+9a
+84
+89
+04
+2d
+15
+6c
+f0
+a7
+c9
+be
+bd
+aa
 c0
-00
-5c
-94
-c0
-03
+06
+4c
+71
+09
+ea
 03
-59
-20
-60
-00
-00
-70
-46
-90
-00
-20
-60
-00
-00
-6f
-e4
-47
-13
-c2
-89
+96
+8d
+72
+ce
+76
+9b
+bc
+17
+95
+64
+4f
+6b
+fe
+49
+e7
 dc
-b5
+e7
+dc
+84
+ae
+e8
+aa
+c8
+9b
+1c
+e0
+8a
+01
+3a
+6b
+8b
+83
+63
+63
 c2
+42
+0d
+07
+2c
+41
+31
+30
+ca
+f8
+01
+4a
+db
+bb
+d6
+61
+cb
 8a
-03
-5f
-20
-60
-00
+b5
+4c
+16
+1e
+6a
+b7
+e5
+35
+d2
+9b
+4e
+76
+32
 00
-6f
-e4
+df
+d2
+bb
+49
+32
+49
+a3
+1d
+ee
+bf
+4c
+3a
+fe
+8e
+db
 47
-13
-c4
-07
+9b
 80
-00
-6a
+e6
 41
-49
-fa
-1a
-42
-26
-00
-20
-40
-5e
+58
+c9
+b7
+ad
+6a
+95
+e9
+ba
+ec
+0b
+fb
+39
+2a
 51
-6f
-e0
 c9
-d4
+8b
+0a
+29
 20
-3a
-03
-6d
-67
-e0
-c9
-d3
-1a
-60
-a6
+af
+30
+57
+36
+a3
+73
+7b
+95
+70
+3b
 01
-6f
-e1
-49
-fc
-9a
-66
-7c
-00
-24
-61
-00
-00
-1a
-62
-24
-00
-20
-20
-03
-63
-6f
-e0
-c9
-d3
+5f
+df
+e6
+46
+9f
+70
+d7
+af
+d5
+7b
+f4
+d8
+35
 1f
-e1
-7e
-f0
-20
-3a
-03
-77
-6f
-e0
-c6
-90
-20
-40
-03
-85
-67
-e0
+ca
+e3
+04
+82
+c7
+18
+55
+0b
 c9
-d5
-df
-20
-00
-01
-1a
-62
-24
-00
-da
-20
+48
+a2
+a4
+ca
+b2
+bf
+6e
+97
+dc
+21
+42
+15
+87
 49
-d5
-20
-20
-6b
-45
+f4
+89
+6d
+a0
+9d
 68
-48
-c9
-d3
-6f
-e0
-c6
-90
-20
-40
+36
+eb
+87
+de
 03
-85
-98
-46
-7c
-00
-20
-62
-80
-00
-1f
-f2
-7e
-00
-98
-40
-fe
-00
+30
+ce
+cc
+f9
+19
+bb
+92
 67
-e0
-c9
-d5
-1a
-62
+ea
+ef
+3d
+27
+ae
+ce
+ba
 7e
-00
-68
-49
-49
-fa
-98
-46
-7c
-00
-20
-22
-83
-73
-1a
-60
-a7
-ff
-20
-20
 03
-73
-c1
-80
-00
-00
-1f
-e0
-fe
+eb
+76
+6c
+38
+0a
+22
+da
+a1
+74
+38
+cf
+fb
+3e
+be
 06
-20
-60
-00
-00
-6f
-e4
-47
-13
-c2
-9f
-03
-8f
-6f
-e0
-c6
-66
+9c
+01
+5a
+9b
+af
+61
+0b
+9b
+a3
+02
+9a
+bc
 c1
-00
-00
-00
-c0
-00
+d8
+a6
+45
+d7
+5c
+57
+bc
+7c
+13
+3e
+df
+40
+25
+d1
+05
+1a
+38
+ba
+6a
+32
+ad
+22
+3c
 83
+a0
+2e
 8f
-c0
-01
-03
-96
-20
-60
-00
-00
-6f
-e3
-46
-6e
-68
-4b
-46
-e6
-98
-46
-7c
-00
-24
-62
+77
 80
-00
-6f
-e3
-42
+63
+2e
+34
+8b
+07
+87
+6b
+fa
+6c
+55
+ae
+c9
+89
+26
+a6
+55
+5c
+f8
+58
+df
+6d
+8c
+af
+3d
+17
+ed
+ff
+a0
+b0
+b0
+01
+a2
+d7
+3a
+d6
+84
+cc
+d2
+d6
+2c
+c3
+4e
+17
+d3
+8f
+f1
+3a
 db
-67
-e3
-46
-6e
-20
-60
-00
-00
-6f
-e3
+c3
+47
+96
+f1
+1a
+75
+bb
+a5
+9b
+aa
+b7
+45
+f0
+fe
+cd
+ae
+84
+87
 46
-6e
+6c
+9c
+ce
+41
+cd
+72
+49
+4c
+f7
+30
+ad
+a4
+c0
+10
 68
-4b
-46
-e6
+0b
+43
 98
-46
-7c
-00
-24
-62
-80
-00
-6f
-e3
-42
-db
+e2
+6c
+90
+75
+ab
+02
+55
+85
+6b
+41
+25
+32
+b6
+ea
+df
+da
+f1
+17
+2f
+df
+4e
+41
+4f
+2b
+b0
+a7
+87
+da
+c1
+fe
+f3
+78
+11
+cf
+8d
+56
+de
+3f
+18
 1f
-e0
-ff
-00
-67
-e3
+59
+32
+5e
+36
+f8
+b5
+23
+6d
+77
+6b
+2b
+c7
+ac
+e1
+25
+12
+be
+5d
+83
+de
+44
+53
+d7
 46
-6e
-20
-60
-00
-00
-20
-40
-03
-a0
-20
+4a
+11
 20
-5a
+7d
+ee
+f3
 9c
-6f
-e4
-47
-13
-c3
-0a
-5c
-6f
-c2
-9f
-03
-a8
-6f
-e0
-c6
-66
-c1
-00
-00
-00
-c0
-00
-83
-a8
+41
+f0
+69
+d1
+d6
+aa
+b2
+dd
+e9
+90
+04
+c9
+5b
+ca
 c0
-01
-03
-ad
+a6
+76
+e6
+61
+9d
 20
-60
-00
-00
-6f
-e3
-46
+90
+bd
 68
-67
-e3
-41
-16
-6f
-e3
-46
-6e
-67
-e3
-42
+e2
+69
+31
+08
+19
+ec
+2d
+7c
+8d
+3a
 db
-20
-60
-00
-00
-6f
-e3
-46
-75
-67
-e3
-41
+7f
+44
+be
+fa
+ff
+14
+95
+11
+94
+05
+31
+0a
+39
+38
+b1
 16
-6f
-e3
-46
+7a
+26
+5f
+5e
+18
+76
+0f
+86
+84
+ad
 7b
-67
-e3
-42
-db
-20
-60
-00
-00
-6f
-e4
-47
+86
 13
-c4
+64
+e6
+eb
+0a
+f0
+22
+6d
+e3
+6e
+30
+35
+8c
+50
+2c
+fe
+c1
+83
+b3
+1f
+19
+26
+90
+65
+ac
+89
+80
+1b
+d9
+86
+89
+aa
+52
+df
+c2
+d3
+fd
 01
-00
-00
-c3
-0a
-5c
-43
-d8
-e0
-00
-02
-20
-40
-5f
-04
-20
-40
-5c
-4a
-20
-40
+fd
+ed
+e6
+0e
+3b
+a4
+df
+ee
+ee
+de
 03
+8b
+19
+30
+39
+aa
+cb
+65
+47
+17
+9d
+49
+f4
+b5
+ed
+16
+0c
+e1
+08
 ba
-20
-20
-5c
-a3
-6f
-e0
-c6
-66
-c0
-00
-83
+cd
+14
+5b
+3b
+8b
+50
+5f
+cb
 be
-c0
-01
-03
-c3
-20
-60
-00
-00
-6f
-e3
-01
+0d
+08
 78
-67
-e3
-46
-68
-6f
-e3
-42
-db
-67
+d0
+b2
 e3
-46
-6e
-20
-60
-00
+4c
+b7
+d9
+21
+53
+ea
+ff
+d5
+ff
+c2
 00
-6f
-e3
+4c
+ae
+1a
+b1
+7c
+79
+e4
+6d
+ea
+ed
+71
+f7
+c5
+04
+a4
+8d
+69
+a9
+37
+15
+ab
+7a
+80
+3a
+3c
+cf
+2a
+8a
+d4
+fe
+71
+94
+3c
+b0
+92
+43
+3d
+ab
+88
+5b
+9b
+a1
+ae
+b0
+a2
+12
+e7
+ec
+c5
+82
+a6
+4c
+e8
+e6
+06
+59
+7e
+1c
+32
+5e
+0e
+55
+8b
+33
+98
+af
+ee
+38
+10
+33
+0b
+ae
 01
-78
-67
-e3
-46
-75
-6f
-e3
-42
-db
-67
-e3
-46
+2c
+ab
+e1
+53
+01
+e9
+b4
+ce
+27
+38
+48
 7b
-20
-60
-00
-00
-20
-40
-03
-dc
-20
-40
-61
-4d
-20
-40
-55
-3d
-20
-40
-61
+b7
+70
+4c
+97
 10
-20
-40
-61
-b1
-20
-40
-61
-1e
-20
-40
+c1
+ff
+09
+b1
+9a
+b9
 32
-8e
-20
-40
-35
-31
-20
-40
-5f
+2a
+44
+d9
+cf
 dd
-20
-40
-57
+93
+fc
 2c
-20
-40
-5b
+e7
+9a
+cb
+aa
+a8
+37
+60
+7d
+bf
+92
+78
+71
+aa
+3f
+eb
+a0
+c2
+c7
+6f
+33
+c7
+d1
+45
 9b
-20
-40
-5b
-ab
-20
-40
-5b
-ce
-20
-40
-5b
-d3
-20
-40
-5b
-e1
-20
-40
-5b
-ee
-20
-40
+71
+d9
+32
+15
+b4
+49
+11
+95
+b6
+8c
+38
+d1
+b6
+be
+c8
+91
+a4
+bc
+76
+66
+93
+8f
+69
+3b
+2c
+84
+0c
+85
+06
+a2
+a1
+de
+23
+6c
+ca
+af
+59
+f2
+66
+d8
+46
+34
+64
+68
+33
+3e
+0f
+84
+de
+94
+1f
+fa
+9d
+07
+18
+73
 5b
+88
+aa
+cf
+7b
+76
+b7
+9e
+81
+6a
+64
+e6
 e4
+1d
+d7
+87
+ff
+b3
+4b
+11
+3e
+6c
+e6
+b8
+84
+78
+f7
+79
+d0
 20
-40
-5b
-fb
-20
-40
-03
-df
-20
-20
-5b
-98
-da
-60
-4a
-05
-da
-40
-5a
-ef
-20
-20
-42
-e0
-da
-60
-47
-7e
-da
-40
-03
+f9
+ca
+5f
+be
+b2
+8c
+7a
+7c
+65
 e2
-20
-20
-42
-e0
-6f
-e0
-c9
-6b
-67
-e0
-c0
-c0
-70
-47
-7d
-03
-20
-60
-00
-00
-20
+c5
+0c
 40
-59
-ed
-20
-20
-5c
-1b
-1a
+16
 62
-7e
-00
-c0
-20
-03
-fd
-c0
-0a
-84
-02
-c0
-19
-03
-f4
-c0
-1e
-04
-1c
+b2
+73
 c0
-1c
-84
+b4
+c3
+c4
+79
+90
+a9
+d4
+81
+46
+46
+af
+99
+f2
+82
+9a
+dc
+85
+a7
 2d
-c0
-1d
-04
-30
-c0
+62
+50
+7e
 0a
-03
-f1
-20
-20
-5a
-c3
-58
-00
-00
-00
-67
-e2
-4c
-03
-20
-20
-5a
-d0
-6f
-e0
-c7
-95
-c0
-00
-83
-f8
+5e
 70
-48
+b6
 44
-14
-20
-20
-03
-fa
-20
-40
-5a
+bf
+5c
+5b
 ef
-70
-48
-44
-05
-6f
-e0
-cc
-02
-67
-e0
-cc
-03
-20
-20
-5a
-f6
-6f
-e0
-ca
-04
-24
-7a
-00
-00
-70
-4a
-04
-01
-70
+d0
+a6
+d8
+f5
+fa
+b3
+bd
 4a
-05
-1e
-20
-60
-00
+b4
+da
+85
+cd
+26
+17
+bf
+a0
+d3
+66
+de
+e7
+a8
+cd
+9b
+bf
+c4
+44
+bc
+ad
+eb
+59
+22
+53
+10
+3e
+55
+b0
+07
+f5
 00
-67
-e1
-47
-c0
-70
-47
-94
+2f
+fa
+fc
+71
+a4
+89
+db
+3c
+8a
+90
+9c
+59
+b7
+4d
+33
+ee
+f9
+c5
+0d
 00
-d8
-40
+2b
+e7
+97
+97
+85
+0c
+26
+2e
+ec
+ec
+3e
+57
+fb
+b0
+8c
+f6
+3e
+53
+4d
+2f
+66
 00
-06
-6f
-e4
-47
-13
-c2
-8d
-84
+ae
+ae
+dd
+3c
 08
-d8
-40
-00
-07
-60
-49
-42
-d3
-60
-49
-42
-d5
-70
-47
-c2
-00
-70
-49
-56
-00
-20
-40
-29
-cb
-20
-20
-04
-0e
-20
-40
-5b
-7b
-6f
-e1
 43
-ef
-c2
-83
+dc
+e9
+09
+d9
+3c
+19
+1e
+1b
+a5
+5a
+4a
+c1
+cb
+aa
+d5
 84
-13
-c2
+0c
+86
+c5
+9a
+59
+40
+2c
+7d
+e2
+19
+26
+a6
+78
+aa
+cf
 80
+0e
+d8
+59
+5f
+f7
+35
+2e
+a9
+57
+bd
+63
+5a
+b5
+a9
+8c
+50
+ae
+dc
+07
+36
+6c
+61
+68
+1c
+1b
+31
+9b
+26
+7d
+39
+60
+d0
+19
+de
+32
+3f
+e0
+c7
+11
+91
 42
-fc
-20
-20
-5c
+b2
+a3
+de
+1d
+5f
+a0
+e9
+55
+11
+07
+92
+1c
 1a
-6f
-e1
-43
-ef
+47
+25
+31
+54
+76
+4c
+01
+31
+bd
 c2
-80
-42
-fc
-6f
+77
+d4
+d5
+0a
+03
+73
+9a
 e0
-c8
-43
-1f
-e1
+ff
+05
+b6
+6c
 7e
-03
-20
-40
-5b
-21
-c0
-81
-d4
-a9
-6f
+6e
+71
+ea
+50
+e1
+b8
+aa
+9a
+5d
+69
+3c
+d6
+12
+d1
+19
+59
+77
+4e
+dd
+cc
+b2
 e0
+a8
+d8
+c1
+0d
 cc
-06
-24
-3a
-54
-a9
-20
-20
-54
-cd
-6f
-e2
-45
-8f
-67
-e2
-45
-e8
-67
-e2
+db
+50
 46
-91
-20
-40
-35
-5a
-20
-40
-5c
+be
+59
+ec
+aa
+0e
+b0
+b8
+ac
+25
+51
+b2
+93
+4b
+eb
+50
+d5
+f3
+1b
+29
+37
+2c
+97
 0b
-20
-40
-61
+6b
+db
+4b
+41
+58
+d4
+ba
+55
+ad
+a7
+f6
+33
+0b
+f3
+e5
 8e
-20
-40
-5a
-73
-70
-47
-7d
-00
-70
-45
-fc
-00
-70
-45
-e2
-00
-6f
-e2
+fa
+b1
+dc
+93
+67
+b9
 45
-e8
-68
-4a
+6e
+44
+34
+f2
+1b
+bb
+c0
+8a
+86
+22
+dd
+71
+e3
 45
-e4
-98
-46
-7c
-00
-20
-62
-80
-00
-20
-40
-60
-16
-20
-40
-04
-43
-20
-20
-60
-42
-20
-40
-60
+e5
+4d
+91
+1d
+9f
+d4
+00
+75
+50
+1d
+ff
 16
-20
-40
-04
-43
-20
-20
-60
+d6
+8b
+0f
+5d
+07
 84
-20
-40
-60
-16
-20
-40
-04
-43
-6f
-e0
-c8
-7a
-c1
-00
-80
-00
-6f
-e0
-c6
-00
-24
-3a
-5f
-f2
-6f
-e0
-c5
-e2
+2a
 c0
-02
-04
-39
-20
-20
-60
-55
+2a
+d1
+c7
 6f
-e4
-47
+97
+a1
+52
+1b
+90
+fd
+52
+2f
+e6
+b0
+0b
+31
+01
+d9
+6b
+bb
+ff
+e6
+7c
+18
+0b
+0b
+fb
+82
 13
-c3
+88
+b0
+e2
+55
 1f
-60
-59
-6f
-e0
-c7
-1b
-c0
-00
+69
+db
+9d
+d8
+1f
+5f
+98
+09
+c3
+89
+36
 e0
-59
-20
-40
-60
-18
-70
-46
-66
+db
+1f
+a0
+e7
+d6
+98
+bd
+c9
+df
+ef
+35
+ff
+15
+42
+0d
 01
-20
-20
+99
+7e
 54
-a0
-6f
-e0
-c1
-41
-67
-e0
-ca
-07
-20
-60
-00
-00
-6f
-e0
-ca
-07
-67
+84
+39
+f9
+39
+6d
+cf
+bd
+6e
+c6
+30
+78
+aa
+10
+42
+bb
+65
+36
+66
+3d
+f7
+91
+32
+26
+79
+ef
+7c
+47
+e3
+f8
+b4
+e5
 e0
-c1
-41
-20
-60
-00
-00
-20
-40
-62
+bd
+98
+79
 0e
-20
+99
+f9
+93
+82
+c0
+62
+4d
+35
+0c
 40
-78
+45
+65
+32
+19
+33
+83
+b0
+c8
+16
+48
+23
+ce
+b6
+f9
+86
+b4
+c2
+4c
+8b
+7f
+35
+92
+5c
+a9
+e2
+ee
+69
+7d
+75
+6a
+22
+e7
+67
+48
+30
+f1
+f2
+60
+d4
+a4
+2d
+3b
+cd
 aa
-20
-40
-04
-4a
-20
-20
-5e
-61
-6f
+02
+d5
+6b
+f6
+25
+dd
+d5
+fd
+15
+6d
+a0
 e0
-c6
-49
-c1
-7f
-80
-00
+15
 da
-20
-00
-00
+b9
 70
-49
-77
-05
-68
-48
-c6
-49
-20
-40
-04
-51
-20
-20
+bd
+5e
+f6
+d4
+66
+dd
+cc
+90
 56
-c1
-6f
-e4
-47
-13
-c2
-95
-d6
-de
-6f
-e0
-c9
-74
-1f
-e2
-26
-00
-6f
-e0
-c6
-54
+eb
+79
+42
+49
+e1
+83
+9c
+01
+ec
+9d
 c0
+93
+62
+f8
+f4
+8f
 7f
+e7
+24
+0e
+a0
+33
+e3
+4b
+14
+55
+b3
+ff
+ba
+ad
+f2
+ad
 84
-58
-20
-20
-56
-ce
+ea
+d3
+bc
+89
+f6
+8e
+ae
+1a
+c9
+e9
+9e
+c9
+b6
+c2
+fa
+5e
+ab
+38
+df
+b2
 6f
-e0
-c6
-49
-20
-40
-59
-46
-68
-48
-c6
+07
+92
 49
-20
-20
+f3
+23
 04
-5c
-1a
-62
-7e
-00
-67
-e0
-c9
-78
-1f
-e3
-fe
-00
-1f
+75
+90
+88
+54
+8a
+4d
+30
 e2
-24
-00
-18
-42
-26
-00
-20
-40
-55
-b1
-1a
-62
-04
-00
-20
-40
-6e
-e6
-7d
-20
+61
+ff
+bc
+83
+0b
+89
+96
+97
+66
+db
+7f
+f5
+c9
+85
+d9
+8b
+a9
+68
+2c
+b5
 a4
-00
-20
-40
-59
-3d
-20
-20
-59
-29
-20
-40
-36
+62
 b4
-24
-74
-00
-00
-20
-40
-36
-be
-20
-40
-04
-6d
 6f
-e1
-c6
-08
-20
-20
-36
-22
-58
-00
-00
-00
-79
-20
-7e
-15
-67
-e4
-00
-16
-58
-00
-00
-00
-67
-e2
-00
-1e
-20
-60
-00
-00
-70
-46
-00
-00
+4e
+f8
+0e
+5e
+8d
+19
 20
-40
-36
-47
-5f
-ff
-ff
-ff
-67
-e2
-45
-af
-58
-00
-00
-00
-67
-e3
-c8
-46
-70
-47
-3f
+52
+6d
+a5
 01
-20
-40
-59
-ed
-20
-20
-02
-9f
-20
-40
+7e
+06
+33
+61
+1f
+c0
+be
 5a
-92
-20
-40
+99
+d2
+74
+5c
+bc
+30
 04
-6d
-20
-40
-56
-a9
-68
-48
-c6
+0e
+07
+79
+5a
+bb
+a2
+8c
+1a
+21
+dd
+9e
+ed
+dd
+cc
+d3
+80
+61
+d2
 54
-20
-40
+98
+81
+55
+19
+83
+6f
+5e
+76
 6e
-f7
+ba
+a1
+a9
+02
+91
+c1
+16
+d2
+96
+b6
+af
+7b
+06
+bd
+84
+52
+37
+5c
+a0
 68
-48
+45
+f2
 c6
-54
-20
-40
-6e
+1a
+eb
+dc
+c6
+8b
+bc
+d6
+38
+9a
+bf
+b8
+ab
+26
+4e
 d3
-6f
+2f
+7b
+9f
+71
+b9
 e0
+41
+af
+3e
+ae
+bc
+9d
 c6
-4d
-20
-40
-59
-43
-d8
-40
-00
-15
-20
-40
-55
-b5
-20
-40
-04
-89
-20
+96
 20
-54
-df
-6f
-e0
-c6
-5a
-c1
-7f
-80
-00
-6f
-e0
-c6
-66
-c0
-00
+c8
+7c
+db
 04
+e7
 8f
+3b
+6b
+b6
+95
+7b
+45
+f0
+f8
+9c
+2c
+1e
+42
+c9
+15
+37
 68
-48
-c6
-5a
-20
+c8
+29
+c3
+e1
+df
+d4
+2f
+cc
+93
 20
-55
-b5
-68
-48
+45
+b0
+32
+7b
+3b
+f0
+23
+66
+af
+74
+7b
+ed
+73
+1d
+36
+61
 c6
-5a
-20
-20
-6f
-0f
+42
+0c
+1e
+58
+b0
+40
+80
+e8
+19
+43
+e1
+a5
+aa
+91
+2e
+43
+2a
+9c
+3c
+a8
+33
+ef
+4b
+db
+8a
+e7
+72
+d8
+c2
+5d
+8d
+fd
+c1
+15
+30
+03
+38
+2e
 c6
-93
-00
-00
-20
+64
+2a
+25
+a1
+a1
+3f
+5f
+d9
+f3
+32
+af
+49
+40
+3a
+e4
 40
+d3
+82
 56
-01
-24
-74
-00
-00
-6f
-e0
-c7
-7c
-70
-47
-7c
-00
+26
 24
-5a
-04
+f1
+d5
+37
+9c
+f2
+7f
+e6
+fe
+7b
+66
+b5
+af
+4e
+65
+8a
+67
+cc
+a4
+fc
+59
+07
+83
+f2
+1f
+66
+07
+38
+84
 a6
-6f
-e4
-47
-13
-c3
-0b
+4f
+c4
+e8
+4a
+89
+93
 04
-9b
-6f
-e0
-c9
-6c
-24
 3a
-60
-b6
-20
-40
-04
-9d
-20
-20
-60
-a2
-6f
-e0
-c6
-59
-c1
-ff
-80
-00
-6f
-e0
-c7
-7d
-20
+56
+10
+4b
+97
+42
+4c
 7a
-00
-00
-1f
-e0
-ff
-ff
-67
-e0
-c7
-7d
-58
-00
-00
-00
-67
+0d
+e1
+a9
+2a
+0b
+d3
+3a
+ae
+42
+53
+ef
+1a
+57
+79
+cc
+44
+09
+12
+27
+99
+5c
+55
+4d
+24
+a6
+ec
+d9
+b4
+93
+88
+3e
+9c
+46
+f4
+d2
+ee
+1d
+a7
+af
+bd
+b7
+55
+ae
+16
+44
+b6
+a8
 e2
-48
-47
-20
-20
-5a
-73
-20
-40
-04
-6d
-20
-20
+d1
+53
+a0
+f6
+b8
+42
+39
+2c
+a2
+69
+34
+ee
+0f
+97
+76
 02
-32
-6f
-e4
-47
-13
-c4
-15
-00
-00
-c3
-1f
-de
-b9
-68
-48
-c6
-5a
-20
-40
-6e
-f7
-68
-48
-c6
-5a
-20
-40
-55
-b1
-68
-48
-c6
-5a
-20
-40
-6e
+29
+b2
+af
+30
+35
+ef
+91
 e6
-24
-20
-de
-c2
-20
-20
 5e
-be
-20
-40
-59
-58
-c0
-18
-59
-5f
-c0
+a5
 18
-d9
-c6
-c0
-2c
-04
-b8
-20
-20
-59
-52
-20
-40
-59
-e7
-6f
-e0
-c8
-5a
-c0
-2c
-84
-bc
-20
-20
-59
-5f
-70
-49
-57
-0b
-da
-60
-4a
-0b
-20
-20
-59
+ed
+24
+ce
+ce
+2f
+db
 95
-6f
-e0
-c4
-20
+99
+1d
+92
 c1
-80
-00
+58
+27
+f0
+a7
+ec
+e7
 00
-6f
-e0
-c9
-57
-c0
-05
+fb
+cb
+0d
+29
+de
+c8
+5c
+e6
+5d
+73
+87
+ad
+c2
+4f
+bb
+33
 84
-c4
-20
-20
-59
+3d
+27
+fa
 f8
-20
+1b
+6e
+24
+00
+c7
+3c
+b6
+e5
+9e
+09
+19
+d2
+19
+1a
+1d
+3c
+24
+6b
+9b
+91
+e2
+ad
+a2
+b3
+78
+e3
+6d
+5d
+6d
+cc
+76
 40
+65
+01
+2c
+c2
+f6
+d2
+65
+ea
+e2
+f8
+6c
+a3
+b8
+ba
+c3
+b5
+3a
+49
+2d
+d0
+d8
+35
+bb
+00
+d7
+41
+83
+4d
+83
+ba
+11
+7b
+47
+a0
+94
 5a
-6d
-6f
-e0
-c6
-59
-c0
-7f
-84
-ca
-68
+c7
+de
+8d
+5a
+1a
+94
+71
+d2
+de
+b2
+56
+cd
+c5
+a1
+cb
+f0
 48
-c6
-59
-20
-40
+23
+16
+4c
+94
+b6
+55
+da
+47
+58
+26
+93
+11
+51
 6e
-e6
-24
+33
+83
+f7
+f9
+22
+7b
+d3
+1e
+fb
+41
+2e
+6e
+80
+81
 60
+67
+f0
+75
+78
+21
+d8
+da
+77
+96
+46
+14
+da
 80
-00
-58
-00
-00
-00
-20
-40
-69
-e5
-c0
-ac
+2e
+3b
+df
+8a
+4d
+d6
+e4
+71
 59
-55
-20
-20
-5a
-2f
-78
-54
-7c
-00
-58
-00
-00
-00
-67
-e3
-48
-47
-20
-40
-04
-bf
-20
-20
-56
-06
-ca
-c7
+ff
+9a
+c2
 aa
 55
 40
@@ -4975,7 +5377,7 @@
 00
 00
 73
-08
+18
 84
 f2
 7d
@@ -4987,8 +5389,8 @@
 00
 20
 00
-00
-14
+60
+04
 00
 00
 00
@@ -5034,7 +5436,7 @@
 04
 c9
 12
-10
+00
 02
 00
 01
@@ -5058,7 +5460,7 @@
 15
 01
 02
-01
+00
 ff
 ff
 0a
@@ -5097,8 +5499,8 @@
 02
 47
 05
-05
-02
+08
+01
 aa
 55
 01
@@ -5233,6 +5635,15 @@
 20
 aa
 55
+03
+00
+3c
+47
+00
+00
+00
+aa
+55
 02
 00
 66
@@ -5393,9 +5804,9 @@
 00
 4a
 47
-f2
-f9
-00
+70
+11
+01
 00
 77
 01
@@ -5553,7 +5964,7 @@
 03
 aa
 55
-0f
+14
 00
 a0
 47
@@ -5564,55 +5975,75 @@
 03
 00
 80
-07
+0c
 09
-58
+42
 54
-2d
-36
-31
+35
+2e
 32
+20
+4d
+6f
+75
+73
+65
 aa
 55
-09
+0e
 00
 68
 43
 1f
-07
+0c
 09
-58
+42
 54
-2d
-36
-31
+35
+2e
 32
+20
+4d
+6f
+75
+73
+65
 aa
 55
-07
+0c
 00
 6b
 42
-06
-58
+0b
+42
 54
-2d
-36
-31
+35
+2e
 32
+20
+4d
+6f
+75
+73
+65
 aa
 55
-07
+0c
 00
 8c
 49
-06
-58
+0b
+42
 54
-2d
-36
-31
+35
+2e
 32
+20
+4d
+6f
+75
+73
+65
 aa
 55
 08
@@ -5711,10 +6142,10 @@
 49
 fb
 1e
-ae
-1f
 ac
 1f
+ae
+1f
 aa
 55
 01
@@ -5832,10 +6263,10 @@
 2a
 3f
 15
-28
-35
+14
 1b
 11
+0e
 8a
 8b
 83
@@ -5927,7 +6358,29 @@
 ff
 aa
 55
-1e
+10
+00
+2a
+49
+09
+a5
+26
+34
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
+ff
+ff
+aa
+55
+1a
 00
 d6
 48
@@ -5943,20 +6396,16 @@
 41
 a1
 12
-a5
-84
 a7
 ff
-b5
-d0
 b6
 00
-ff
-00
-35
+b5
 c8
-25
+a5
 af
+ff
+00
 09
 00
 ff
@@ -6017,6 +6466,39 @@
 55
 01
 00
+07
+44
+01
+aa
+55
+01
+00
+09
+44
+0a
+aa
+55
+01
+00
+08
+44
+09
+aa
+55
+06
+00
+2d
+46
+a4
+01
+18
+01
+2c
+01
+aa
+55
+01
+00
 48
 41
 0c
@@ -6128,44 +6610,6 @@
 55
 01
 00
-07
-44
-01
-aa
-55
-01
-00
-09
-44
-0a
-aa
-55
-01
-00
-08
-44
-00
-aa
-55
-01
-00
-11
-44
-00
-aa
-55
-04
-00
-0d
-44
-00
-07
-ff
-07
-aa
-55
-01
-00
 38
 44
 a0
@@ -6212,8 +6656,8 @@
 aa
 aa
 55
-04
-50
-8b
-0e
+6a
+5b
+81
+95
 20
Index: output/program.lis
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/program.lis	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/program.lis	(working copy)
@@ -1,1610 +1,1753 @@
               include "bt_format "
               org 0x0000
-0000 c2840025 bbit1 8 ,pf_patch_ext 
-0001 c000029c beq patch00_0 ,p_soft_reset 
-0002 c0010056 beq patch00_2 ,p_main_loop 
-0003 c008005f beq patch02_0 ,p_shutdown_radio 
-0004 c0088061 beq patch02_1 ,p_set_sync_on 
-0005 c00a0173 beq patch02_4 ,p_set_lemode 
-0006 c00a80e3 beq patch02_5 ,p_rf_rx_enable 
-0007 c00c0103 beq patch03_0 ,p_txon 
-0008 c00c810a beq patch03_1 ,p_set_tx_power 
-0009 c00d006f beq patch03_2 ,p_initialize_radio_cont 
-000a c0128222 beq patch04_5 ,p_lpm_sleep 
-000b c0340295 beq patch0d_0 ,p_mouse_cb_fuction 
-000c c03482b5 beq patch0d_1 ,p_mouse_load_device_info_check 
-000d c036025e beq patch0d_4 ,p_mouse_param_init 
-000e c036803e beq patch0d_5 ,p_mouse_sensor_set_angle 
-000f c0370034 beq patch0d_6 ,p_mouse_start_work 
-0010 c039847c beq patch0e_3 ,p_mouse_setgpio_hibernate 
-0011 c03d04ce beq patch0f_2 ,p_mouse_motion 
-0012 c03f845c beq patch0f_7 ,p_mouse_3io6key_check 
-0013 c04084b3 beq patch10_1 ,p_mouse_init_sensor 
-0014 c042039e beq patch10_4 ,p_mouse_buletooth_fast_conn_end 
-0015 c04283e8 beq patch10_5 ,p_mouse_priority_bb_event 
-0016 c043020a beq patch10_6 ,p_mouse_le 
-0017 c04383c8 beq patch10_7 ,p_mouse_bb_event_timer 
-0018 c04403e6 beq patch11_0 ,p_mouse_start_discovery 
-0019 c04503b2 beq patch11_2 ,p_mouse_store_remote_bdaddr 
-001a c04602f3 beq patch11_4 ,p_mouse_store_device_info 
-001b c046835b beq patch11_5 ,p_mouse_store_dpi_info_check 
-001c c0470446 beq patch11_6 ,p_mouse_idle 
-001d c04582cc beq patch11_3 ,p_mouse_app_initflag_check 
-001e c04804a8 beq patch12_0 ,p_mouse_check_select_device_by_switch 
-001f c04a8473 beq patch12_5 ,p_mouse_24g_hibernate_set 
-0020 c04b0491 beq patch12_6 ,p_mouse_24g_package_data 
-0021 c0628241 beq patch18_5 ,p_otp_read_data 
-0022 c06d0144 beq patch1b_2 ,p_sadc_calibration 
-0023 c06e0154 beq patch1b_4 ,p_enable_adc 
-0024 2020235a branch assert 
+0000 c2840027 bbit1 8 ,pf_patch_ext 
+0001 c00002a8 beq patch00_0 ,p_soft_reset 
+0002 c001004e beq patch00_2 ,p_main_loop 
+0003 c0080057 beq patch02_0 ,p_shutdown_radio 
+0004 c0088059 beq patch02_1 ,p_set_sync_on 
+0005 c00a0158 beq patch02_4 ,p_set_lemode 
+0006 c00a80d8 beq patch02_5 ,p_rf_rx_enable 
+0007 c00c00f8 beq patch03_0 ,p_txon 
+0008 c00c80ff beq patch03_1 ,p_set_tx_power 
+0009 c00d0067 beq patch03_2 ,p_initialize_radio_cont 
+000a c0128227 beq patch04_5 ,p_lpm_sleep 
+000b c03402a1 beq patch0d_0 ,p_mouse_cb_fuction 
+000c c03482b4 beq patch0d_1 ,p_mouse_load_device_info_check 
+000d c0360264 beq patch0d_4 ,p_mouse_param_init 
+000e c0368036 beq patch0d_5 ,p_mouse_sensor_set_angle 
+000f c037044a beq patch0d_6 ,p_mouse_start_work 
+0010 c039849f beq patch0e_3 ,p_mouse_setgpio_hibernate 
+0011 c03a0224 beq patch0e_4 ,p_mouse_lpm_before_common 
+0012 c03d04f1 beq patch0f_2 ,p_mouse_motion 
+0013 c03f847f beq patch0f_7 ,p_mouse_3io6key_check 
+0014 c04084d6 beq patch10_1 ,p_mouse_init_sensor 
+0015 c042039d beq patch10_4 ,p_mouse_buletooth_fast_conn_end 
+0016 c04283e9 beq patch10_5 ,p_mouse_priority_bb_event 
+0017 c04301ef beq patch10_6 ,p_mouse_le 
+0018 c04383c7 beq patch10_7 ,p_mouse_bb_event_timer 
+0019 c04403e7 beq patch11_0 ,p_mouse_start_discovery 
+001a c04503b1 beq patch11_2 ,p_mouse_store_remote_bdaddr 
+001b c04582cb beq patch11_3 ,p_mouse_app_initflag_check 
+001c c04602f2 beq patch11_4 ,p_mouse_store_device_info 
+001d c046835a beq patch11_5 ,p_mouse_store_dpi_info_check 
+001e c0470469 beq patch11_6 ,p_mouse_idle 
+001f c04804cb beq patch12_0 ,p_mouse_check_select_device_by_switch 
+0020 c04a8496 beq patch12_5 ,p_mouse_24g_hibernate_set 
+0021 c04b04b4 beq patch12_6 ,p_mouse_24g_package_data 
+0022 c062824a beq patch18_5 ,p_otp_read_data 
+0023 c06a820e beq patch1a_5 ,p_gpio_set_wake_by_current_state 
+0024 c06b0207 beq patch1a_6 ,p_gpio_set_wake 
+0025 c06d0141 beq patch1b_2 ,p_sadc_calibration 
+0026 2020235a branch assert 
 
 pf_patch_ext:
-0025 c00a0194 beq patch22_4 ,p_le_slave_match 
-0026 c00d0193 beq patch23_2 ,p_le_got_first_packet 
-0027 c01281c3 beq patch24_5 ,p_le_rx_dec 
-0028 c01301c8 beq patch24_6 ,p_le_rx_nopayload 
-0029 c01c81da beq patch27_1 ,p_le_parse 
-002a c01d01e4 beq patch27_2 ,p_le_parse_l2cap 
-002b c02601de beq patch29_4 ,p_le_adv_not_match 
-002c c02681e2 beq patch29_5 ,p_le_init_adv 
-002d c0480244 beq patch32_0 ,p_g24_reconn_dispatch 
-002e c04b0467 beq patch32_6 ,p_g24_short_sleep 
-002f c04d00f1 beq patch33_2 ,p_mouse_g24_retransmit 
-0030 c04e80f8 beq patch33_5 ,p_g24_transmit_hop_process 
-0031 c04f8266 beq patch33_7 ,p_power_ctrl_start 
-0032 c17f8000 rtneq patch3f_7 
-0033 2020235a branch assert 
-
-p_mouse_start_work:
-0034 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0035 c29f0037 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_first_start_auto_pair_mode 
-0036 2020548f branch mouse_start_work + 3 
-
-p_mouse_24g_first_start_auto_pair_mode:
-0037 204054ac call mouse_wakeup_from_power_check 
-0038 2034003a branch p_mouse_24g_first_start_reconn ,user 
-0039 2020602f branch mouse_24g_reconn_general_dongle 
-
-p_mouse_24g_first_start_reconn:
-003a 6fe0c666 fetch 1 ,mem_device_flag 
-003b c0006067 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
-003c 20405aa8 call mouse_bluetooth_fast_conn_disable 
-003d 2020043d branch p_mouse_24g_first_bluetooth_reconnect 
+0027 c00a0179 beq patch22_4 ,p_le_slave_match 
+0028 c00d0178 beq patch23_2 ,p_le_got_first_packet 
+0029 c01281a8 beq patch24_5 ,p_le_rx_dec 
+002a c01301ad beq patch24_6 ,p_le_rx_nopayload 
+002b c01c81bf beq patch27_1 ,p_le_parse 
+002c c01d01c9 beq patch27_2 ,p_le_parse_l2cap 
+002d c02601c5 beq patch29_4 ,p_le_adv_not_match 
+002e c02681c3 beq patch29_5 ,p_le_init_adv 
+002f c048024d beq patch32_0 ,p_g24_reconn_dispatch 
+0030 c04b048a beq patch32_6 ,p_g24_short_sleep 
+0031 c04d00e6 beq patch33_2 ,p_mouse_g24_retransmit 
+0032 c04e80ed beq patch33_5 ,p_g24_transmit_hop_process 
+0033 c04f8272 beq patch33_7 ,p_power_ctrl_start 
+0034 c17f8000 rtneq patch3f_7 
+0035 2020235a branch assert 
 
 p_mouse_sensor_set_angle:
-003e 6fe0c64f fetch 1 ,mem_sensor_angle_default 
-003f 67e0c958 store 1 ,mem_config_sensor_angle 
-0040 6fe0c64e fetch 1 ,mem_select_sensor_angle_gpio 
-0041 c17f8000 rtneq gpio_disable 
-0042 204023c3 call lpm_write_ice_disable 
-0043 6fe0c64e fetch 1 ,mem_select_sensor_angle_gpio 
-0044 d840003e arg gpcfg_output_low ,temp 
-0045 20406f21 call gpio_config_function_int 
-0046 6fe0c65b fetch 1 ,mem_mouse_reuse_2ice_gpio 
-0047 d840003e arg gpcfg_output_low ,temp 
-0048 20406f21 call gpio_config_function_int 
-0049 6848c64d fetcht 1 ,mem_mouse_sensor_sdio_gpio 
-004a 204055b5 call mouse_gpio_config_input_pu 
-004b 6848c64d fetcht 1 ,mem_mouse_sensor_sdio_gpio 
-004c 20406ee6 call gpio_get_bit 
-004d 2040d473 call mouse_sensor_switch_angle ,true 
-004e 204055b1 call mouse_gpio_config_input_pd 
-004f 6848c64d fetcht 1 ,mem_mouse_sensor_sdio_gpio 
-0050 20406edd call gpio_config_input 
-0051 204023c7 call lpm_write_ice_enable 
+0036 6fe0c64f fetch 1 ,mem_sensor_angle_default 
+0037 67e0c958 store 1 ,mem_config_sensor_angle 
+0038 6fe0c64e fetch 1 ,mem_select_sensor_angle_gpio 
+0039 c17f8000 rtneq gpio_disable 
+003a 204023c3 call lpm_write_ice_disable 
+003b 6fe0c64e fetch 1 ,mem_select_sensor_angle_gpio 
+003c d840003e arg gpcfg_output_low ,temp 
+003d 20406f21 call gpio_config_function_int 
+003e 6fe0c65b fetch 1 ,mem_mouse_reuse_2ice_gpio 
+003f d840003e arg gpcfg_output_low ,temp 
+0040 20406f21 call gpio_config_function_int 
+0041 6848c64d fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0042 204055b5 call mouse_gpio_config_input_pu 
+0043 6848c64d fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0044 20406ee6 call gpio_get_bit 
+0045 2040d473 call mouse_sensor_switch_angle ,true 
+0046 204055b1 call mouse_gpio_config_input_pd 
+0047 6848c64d fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0048 20406edd call gpio_config_input 
+0049 204023c7 call lpm_write_ice_enable 
 
 p_ice_gpio_set_float:
-0052 6848c64e fetcht 1 ,mem_select_sensor_angle_gpio 
-0053 20406f0f call gpio_set_high_impedance 
-0054 6848c65b fetcht 1 ,mem_mouse_reuse_2ice_gpio 
-0055 20206f0f branch gpio_set_high_impedance 
+004a 6848c64e fetcht 1 ,mem_select_sensor_angle_gpio 
+004b 20406f0f call gpio_set_high_impedance 
+004c 6848c65b fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+004d 20206f0f branch gpio_set_high_impedance 
 
 p_main_loop:
-0056 20407552 call sp_calc_sequence_256 
-0057 20407448 call sp_calc_sequence_256_check 
-0058 20402a45 call le_advertising_dispatch 
-0059 2040202a call idle_dispatch 
-005a 204042ad call app_process_idle 
-005b 20402018 call connection_dispatch 
-005c 2040310f call g24_dispatch 
-005d 2040248c call lpm_dispatch 
-005e 20200056 branch p_main_loop 
+004e 20407552 call sp_calc_sequence_256 
+004f 20407448 call sp_calc_sequence_256_check 
+0050 20402a45 call le_advertising_dispatch 
+0051 2040202a call idle_dispatch 
+0052 204042ad call app_process_idle 
+0053 20402018 call connection_dispatch 
+0054 2040310f call g24_dispatch 
+0055 2040248c call lpm_dispatch 
+0056 2020004e branch p_main_loop 
 
 p_shutdown_radio:
-005f 70890000 jam 0 ,0x8900 
-0060 20202153 branch shutdown_radio + 1 
+0057 70890000 jam 0 ,0x8900 
+0058 20202153 branch shutdown_radio + 1 
 
 p_set_sync_on:
-0061 708a0f60 jam 0x60 ,0x8a0f 
-0062 708a10aa jam 0xaa ,0x8a10 
-0063 708a127a jam 0x7a ,0x8a12 
-0064 708a2500 jam 0x00 ,0x8a25 
-0065 708a2600 jam 0x00 ,0x8a26 
-0066 2000003c nop 60 
-0067 708a2020 jam 0x20 ,0x8a20 
-0068 708a23f5 jam 0xf5 ,0x8a23 
-0069 708a2412 jam 0x12 ,0x8a24 
-006a 708a2410 jam 0x10 ,0x8a24 
-006b 2000003c nop 60 
-006c 708a1260 jam 0x60 ,0x8a12 
-006d 708a23dd jam 0xdd ,0x8a23 
-006e 20600000 rtn 
+0059 708a0f60 jam 0x60 ,0x8a0f 
+005a 708a10aa jam 0xaa ,0x8a10 
+005b 708a127a jam 0x7a ,0x8a12 
+005c 708a2500 jam 0x00 ,0x8a25 
+005d 708a2600 jam 0x00 ,0x8a26 
+005e 2000003c nop 60 
+005f 708a2020 jam 0x20 ,0x8a20 
+0060 708a23f5 jam 0xf5 ,0x8a23 
+0061 708a2412 jam 0x12 ,0x8a24 
+0062 708a2410 jam 0x10 ,0x8a24 
+0063 2000003c nop 60 
+0064 708a1260 jam 0x60 ,0x8a12 
+0065 708a23dd jam 0xdd ,0x8a23 
+0066 20600000 rtn 
 
 p_initialize_radio_cont:
-006f 7001bb00 jam 0 ,mem_le_testtype 
-0070 7001bc00 jam 0 ,mem_cmd_le_create_conn 
-0071 37d98200 until null ,lpo_edge 
-0072 7089460d jam 0x0d ,0x8946 
-0073 70896f10 jam 0x10 ,0x896f 
-0074 708a13cd jam 0xcd ,0x8a13 
-0075 708a0610 jam 0x10 ,0x8a06 
-0076 708a844a jam 0x4a ,0x8a84 
-0077 708a8540 jam 0x40 ,0x8a85 
-0078 708a16fe jam 0xfe ,0x8a16 
-0079 204000b7 call p_set_otp_config 
-007a 204070d7 call wdt_set_disable 
-007b 37d98200 until null ,lpo_edge 
-007c 70813b5f jam 0x5f ,0x813b 
-007d 37d98200 until null ,lpo_edge 
-007e 70813c88 jam 0x88 ,0x813c 
-007f 37d98200 until null ,lpo_edge 
-0080 6fe0c099 fetch 1 ,mem_fcomp_div 
-0081 c00800ac beq xtal_16m ,p_initialize_radio_16m 
-0082 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
-0083 1fe1fe04 or_into 0x04 ,pdata 
-0084 67f08a02 store 1 ,0x8a02 
-0085 70890f01 jam 0x01 ,0x890f 
-0086 708a8024 jam 0x24 ,0x8a80 
-0087 708a8162 jam 0x62 ,0x8a81 
-0088 58e61212 setarg 0xe61212 
-0089 67f18a73 store 3 ,0x8a73 
+0067 7001bb00 jam 0 ,mem_le_testtype 
+0068 7001bc00 jam 0 ,mem_cmd_le_create_conn 
+0069 37d98200 until null ,lpo_edge 
+006a 7089460d jam 0x0d ,0x8946 
+006b 70896f10 jam 0x10 ,0x896f 
+006c 708a0610 jam 0x10 ,0x8a06 
+006d 708a844a jam 0x4a ,0x8a84 
+006e 708a8540 jam 0x40 ,0x8a85 
+006f 708a16fe jam 0xfe ,0x8a16 
+0070 204000ad call p_set_otp_config 
+0071 204070d7 call wdt_set_disable 
+0072 37d98200 until null ,lpo_edge 
+0073 70813b5f jam 0x5f ,0x813b 
+0074 37d98200 until null ,lpo_edge 
+0075 70813c88 jam 0x88 ,0x813c 
+0076 37d98200 until null ,lpo_edge 
+0077 6fe0c099 fetch 1 ,mem_fcomp_div 
+0078 c00800a2 beq xtal_16m ,p_initialize_radio_16m 
+0079 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
+007a 1fe1fe04 or_into 0x04 ,pdata 
+007b 67f08a02 store 1 ,0x8a02 
+007c 70890f01 jam 0x01 ,0x890f 
+007d 708a8024 jam 0x24 ,0x8a80 
+007e 708a8162 jam 0x62 ,0x8a81 
+007f 58e61212 setarg 0xe61212 
+0080 67f18a73 store 3 ,0x8a73 
 
 p_initialize_radio2:
-008a 708a8660 jam 0x60 ,0x8a86 
-008b 708a8b3b jam 0x3b ,0x8a8b 
-008c 2040009e call p_dpll_on 
-008d 70804300 jam 0 ,core_config 
-008e 70804205 jam clksel_dpll ,core_clksel 
-008f 58557474 setarg 0x557474 
-0090 67f18968 store 3 ,0x8968 
-0091 7089606e jam 0x6e ,0x8960 
-0092 20400116 call p_rx_dcoc 
-0093 20400141 call p_rfpll_aac_ghpc 
-0094 20400098 call p_set_xtal_cap 
-0095 7041480c jam system_clk_12m ,mem_system_clk 
-0096 20406f4e call sadc_calibration 
-0097 20200143 branch p_dpll_ring_ibias_calc 
+0081 708a8660 jam 0x60 ,0x8a86 
+0082 708a8b3b jam 0x3b ,0x8a8b 
+0083 20400094 call p_dpll_on 
+0084 70804300 jam 0 ,core_config 
+0085 70804205 jam clksel_dpll ,core_clksel 
+0086 58557474 setarg 0x557474 
+0087 67f18968 store 3 ,0x8968 
+0088 7089606e jam 0x6e ,0x8960 
+0089 20400114 call p_rx_dcoc 
+008a 2040013f call p_rfpll_aac_ghpc 
+008b 2040008e call p_set_xtal_cap 
+008c 7041480c jam system_clk_12m ,mem_system_clk 
+008d 20206f4e branch sadc_calibration 
 
 p_set_xtal_cap:
-0098 20758000 rtn wake 
-0099 37d98200 until null ,lpo_edge 
-009a 6fe0c11c fetch 1 ,mem_xtal_c_sel 
-009b 67f0813a store 1 ,core_xtal_cap 
-009c 37d98200 until null ,lpo_edge 
-009d 20600000 rtn 
+008e 20758000 rtn wake 
+008f 37d98200 until null ,lpo_edge 
+0090 6fe0c11c fetch 1 ,mem_xtal_c_sel 
+0091 67f0813a store 1 ,core_xtal_cap 
+0092 37d98200 until null ,lpo_edge 
+0093 20600000 rtn 
 
 p_dpll_on:
-009e 6fe0c099 fetch 1 ,mem_fcomp_div 
-009f c00c00a4 beq xtal_24m ,p_dpll_on_24m 
-00a0 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
-00a1 1fe1fe06 or_into 0x06 ,pdata 
-00a2 67f08a02 store 1 ,0x8a02 
-00a3 708a05e0 jam 0xe0 ,0x8a05 
+0094 6fe0c099 fetch 1 ,mem_fcomp_div 
+0095 c00c009a beq xtal_24m ,p_dpll_on_24m 
+0096 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
+0097 1fe1fe06 or_into 0x06 ,pdata 
+0098 67f08a02 store 1 ,0x8a02 
+0099 708a05e0 jam 0xe0 ,0x8a05 
 
 p_dpll_on_24m:
-00a4 708a00d8 jam 0xd8 ,0x8a00 
-00a5 2000003c nop 60 
-00a6 708a01a0 jam 0xa0 ,0x8a01 
-00a7 708a00df jam 0xdf ,0x8a00 
-00a8 708a01fa jam 0xfa ,0x8a01 
-00a9 20000014 nop 20 
-00aa 708a009f jam 0x9f ,0x8a00 
-00ab 20600000 rtn 
+009a 708a00d8 jam 0xd8 ,0x8a00 
+009b 2000003c nop 60 
+009c 708a01a0 jam 0xa0 ,0x8a01 
+009d 708a00df jam 0xdf ,0x8a00 
+009e 708a01fa jam 0xfa ,0x8a01 
+009f 20000014 nop 20 
+00a0 708a009f jam 0x9f ,0x8a00 
+00a1 20600000 rtn 
 
 p_initialize_radio_16m:
-00ac 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
-00ad 1fe1fe06 or_into 0x06 ,pdata 
-00ae 67f08a02 store 1 ,0x8a02 
-00af 70890f00 jam 0x00 ,0x890f 
-00b0 708a8023 jam 0x23 ,0x8a80 
-00b1 708a81b0 jam 0xb0 ,0x8a81 
-00b2 58e40909 setarg 0xe40909 
-00b3 67f18a73 store 3 ,0x8a73 
-00b4 708a762a jam 0x2a ,0x8a76 
-00b5 70890204 jam 0x04 ,0x8902 
-00b6 2020008a branch p_initialize_radio2 
+00a2 6fe0c438 fetch 1 ,mem_ring_ibias_trim 
+00a3 1fe1fe06 or_into 0x06 ,pdata 
+00a4 67f08a02 store 1 ,0x8a02 
+00a5 70890f00 jam 0x00 ,0x890f 
+00a6 708a8023 jam 0x23 ,0x8a80 
+00a7 708a81b0 jam 0xb0 ,0x8a81 
+00a8 58e40909 setarg 0xe40909 
+00a9 67f18a73 store 3 ,0x8a73 
+00aa 708a762a jam 0x2a ,0x8a76 
+00ab 70890204 jam 0x04 ,0x8902 
+00ac 20200081 branch p_initialize_radio2 
 
 p_set_otp_config:
-00b7 203580df branch p_set_otp_config_wake ,wake 
-00b8 6fe2020d fetch 4 ,mem_otp_core_ldo 
-00b9 207a0000 rtn blank 
-00ba 37d98200 until null ,lpo_edge 
-00bb 6ff08136 fetch 1 ,0x8136 
-00bc 1fe17ef0 and pdata ,0xf0 ,pdata 
-00bd 6848820d fetcht 1 ,mem_otp_core_ldo 
-00be 9841fe00 ior temp ,pdata 
-00bf 1fe0fffd increase -3 ,pdata 
-00c0 67f08136 store 1 ,0x8136 
-00c1 37d98200 until null ,lpo_edge 
-00c2 6ff08138 fetch 1 ,0x8138 
-00c3 1fe17e07 and pdata ,0x7 ,pdata 
-00c4 6848820e fetcht 1 ,mem_otp_verf_bg 
-00c5 18498400 lshift3 temp ,temp 
-00c6 9841fe00 ior temp ,pdata 
-00c7 67f08138 store 1 ,0x8138 
-00c8 37d98200 until null ,lpo_edge 
-
-p_set_otp_config2:
-00c9 6ff08acb fetch 1 ,0x8acb 
-00ca 1fe17ef0 and pdata ,0xf0 ,pdata 
-00cb 6848820f fetcht 1 ,mem_otp_charge_pump 
-00cc 6048c15b storet 1 ,mem_otp_charge_pump_x 
-00cd 9841fe00 ior temp ,pdata 
-00ce 67f08acb store 1 ,0x8acb 
-00cf 6fe08210 fetch 1 ,mem_otp_dpll_ibais 
-00d0 67e0c15c store 1 ,mem_otp_dpll_ibais_x 
-00d1 2feffe03 isolate1 3 ,pdata 
-00d2 6ff08a06 fetch 1 ,0x8a06 
-00d3 7920fe07 setflag true ,7 ,pdata 
-00d4 67f08a06 store 1 ,0x8a06 
-00d5 6fe08210 fetch 1 ,mem_otp_dpll_ibais 
-00d6 1fe10407 and pdata ,7 ,temp 
-00d7 18520400 lshift4 temp ,temp 
-00d8 18438400 lshift temp ,temp 
-00d9 6048c438 storet 1 ,mem_ring_ibias_trim 
-00da 6ff08a02 fetch 1 ,0x8a02 
-00db 1fe17e1f and pdata ,0x1f ,pdata 
-00dc 9841fe00 ior temp ,pdata 
-00dd 67f08a02 store 1 ,0x8a02 
-00de 20600000 rtn 
+00ad 203580bf branch p_set_otp_config_wake ,wake 
+00ae 6fe2020d fetch 4 ,mem_otp_core_ldo 
+00af 207a0000 rtn blank 
+00b0 37d98200 until null ,lpo_edge 
+00b1 6ff08136 fetch 1 ,0x8136 
+00b2 1fe17ef0 and pdata ,0xf0 ,pdata 
+00b3 6848820d fetcht 1 ,mem_otp_core_ldo 
+00b4 9841fe00 ior temp ,pdata 
+00b5 1fe0fffd increase -3 ,pdata 
+00b6 67f08136 store 1 ,0x8136 
+00b7 37d98200 until null ,lpo_edge 
+00b8 6ff08138 fetch 1 ,0x8138 
+00b9 1fe17e07 and pdata ,0x7 ,pdata 
+00ba 6848820e fetcht 1 ,mem_otp_verf_bg 
+00bb 18498400 lshift3 temp ,temp 
+00bc 9841fe00 ior temp ,pdata 
+00bd 67f08138 store 1 ,0x8138 
+00be 37d98200 until null ,lpo_edge 
 
 p_set_otp_config_wake:
-00df 6fe1415b fetch 2 ,mem_otp_charge_pump_x 
-00e0 207a0000 rtn blank 
-00e1 67e1020f store 2 ,mem_otp_charge_pump 
-00e2 202000c9 branch p_set_otp_config2 
+00bf 6fe1415b fetch 2 ,mem_otp_charge_pump_x 
+00c0 207a0000 rtn blank 
+00c1 67e1020f store 2 ,mem_otp_charge_pump 
+
+p_set_otp_config2:
+00c2 6ff08acb fetch 1 ,0x8acb 
+00c3 1fe17ef0 and pdata ,0xf0 ,pdata 
+00c4 6848820f fetcht 1 ,mem_otp_charge_pump 
+00c5 6048c15b storet 1 ,mem_otp_charge_pump_x 
+00c6 9841fe00 ior temp ,pdata 
+00c7 67f08acb store 1 ,0x8acb 
+00c8 6fe08210 fetch 1 ,mem_otp_dpll_ibais 
+00c9 67e0c15c store 1 ,mem_otp_dpll_ibais_x 
+00ca 2feffe03 isolate1 3 ,pdata 
+00cb 6ff08a06 fetch 1 ,0x8a06 
+00cc 7920fe07 setflag true ,7 ,pdata 
+00cd 67f08a06 store 1 ,0x8a06 
+00ce 6fe08210 fetch 1 ,mem_otp_dpll_ibais 
+00cf 1fe10407 and pdata ,7 ,temp 
+00d0 18520400 lshift4 temp ,temp 
+00d1 18438400 lshift temp ,temp 
+00d2 6048c438 storet 1 ,mem_ring_ibias_trim 
+00d3 6ff08a02 fetch 1 ,0x8a02 
+00d4 1fe17e1f and pdata ,0x1f ,pdata 
+00d5 9841fe00 ior temp ,pdata 
+00d6 67f08a02 store 1 ,0x8a02 
+00d7 20600000 rtn 
 
 p_rf_rx_enable:
-00e3 2040686f call rf_debug_rx_gpio_high 
-00e4 204021ba call rf_rx_agc_set 
-00e5 18002a08 force 8 ,radio_ctrl 
-00e6 18002a00 force 0 ,radio_ctrl 
-00e7 580aaada setarg 0x0aaada 
-00e8 67f18a0f store 3 ,0x8a0f 
-00e9 708a2540 jam 0x40 ,0x8a25 
-00ea 708a2610 jam 0x10 ,0x8a26 
-00eb 2000003c nop 60 
-00ec 708a01fb jam 0xfb ,0x8a01 
-00ed 708a25ff jam 0xff ,0x8a25 
-00ee 708a2630 jam 0x30 ,0x8a26 
-00ef 708a16fe jam 0xfe ,0x8a16 
-00f0 202021b4 branch rf_rx_enable + 14 
+00d8 2040686f call rf_debug_rx_gpio_high 
+00d9 204021ba call rf_rx_agc_set 
+00da 18002a08 force 8 ,radio_ctrl 
+00db 18002a00 force 0 ,radio_ctrl 
+00dc 580aaada setarg 0x0aaada 
+00dd 67f18a0f store 3 ,0x8a0f 
+00de 708a2540 jam 0x40 ,0x8a25 
+00df 708a2610 jam 0x10 ,0x8a26 
+00e0 2000003c nop 60 
+00e1 708a01fb jam 0xfb ,0x8a01 
+00e2 708a25ff jam 0xff ,0x8a25 
+00e3 708a2630 jam 0x30 ,0x8a26 
+00e4 708a16fe jam 0xfe ,0x8a16 
+00e5 202021b4 branch rf_rx_enable + 14 
 
 p_mouse_g24_retransmit:
-00f1 6fe0c793 fetch 1 ,mem_mouse_need_soft_reset 
-00f2 247a0000 nrtn blank 
-00f3 204000f5 call p_mouse_retransmit_select_device_by_pb_button 
-00f4 202060fc branch mouse_g24_retransmit + 3 
+00e6 6fe0c793 fetch 1 ,mem_mouse_need_soft_reset 
+00e7 247a0000 nrtn blank 
+00e8 204000ea call p_mouse_retransmit_select_device_by_pb_button 
+00e9 202060fc branch mouse_g24_retransmit + 3 
 
 p_mouse_retransmit_select_device_by_pb_button:
-00f5 6fe0c655 fetch 1 ,mem_config_select_device_button_gpio 
-00f6 c17f8000 rtneq gpio_disable 
-00f7 20205e78 branch mouse_retransmit_select_device_by_pb_button 
+00ea 6fe0c655 fetch 1 ,mem_config_select_device_button_gpio 
+00eb c17f8000 rtneq gpio_disable 
+00ec 20205e78 branch mouse_retransmit_select_device_by_pb_button 
 
 p_g24_transmit_hop_process:
-00f8 6848c601 fetcht 1 ,mem_24g_retry 
-00f9 6fe0c621 fetch 1 ,mem_24g_fast_hop_count 
-00fa 98467c00 isub temp ,null 
-00fb 242100fd nbranch p_g24_tx_fast_hop ,positive 
-00fc 20203681 branch g24_transmit_hop_process + 5 
+00ed 6848c601 fetcht 1 ,mem_24g_retry 
+00ee 6fe0c621 fetch 1 ,mem_24g_fast_hop_count 
+00ef 98467c00 isub temp ,null 
+00f0 242100f2 nbranch p_g24_tx_fast_hop ,positive 
+00f1 20203681 branch g24_transmit_hop_process + 5 
 
 p_g24_tx_fast_hop:
-00fd 6fe2458f fetch 4 ,mem_24g_addr 
-00fe 684a45e4 fetcht 4 ,mem_24g_fast_conn_addr 
-00ff 98467c00 isub temp ,null 
-0100 2022b222 branch g24_ch ,zero 
-0101 2040028b call p_power_ctrl_txpower_incrs 
-0102 2020369b branch g24_tx_fast_hop + 1 
+00f2 6fe2458f fetch 4 ,mem_24g_addr 
+00f3 684a45e4 fetcht 4 ,mem_24g_fast_conn_addr 
+00f4 98467c00 isub temp ,null 
+00f5 2022b222 branch g24_ch ,zero 
+00f6 20400297 call p_power_ctrl_txpower_incrs 
+00f7 2020369b branch g24_tx_fast_hop + 1 
 
 p_txon:
-0103 580aaa7e setarg 0x0aaa7e 
-0104 67f18a0f store 3 ,0x8a0f 
-0105 2000003c nop 60 
-0106 708a2500 jam 0x00 ,0x8a25 
-0107 708a260d jam 0x0d ,0x8a26 
-0108 708a16f6 jam 0xf6 ,0x8a16 
-0109 20202203 branch txon + 7 
+00f8 580aaa7e setarg 0x0aaa7e 
+00f9 67f18a0f store 3 ,0x8a0f 
+00fa 2000003c nop 60 
+00fb 708a2500 jam 0x00 ,0x8a25 
+00fc 708a260d jam 0x0d ,0x8a26 
+00fd 708a16f6 jam 0xf6 ,0x8a16 
+00fe 20202203 branch txon + 7 
 
 p_set_tx_power:
-010a 6fe08008 fetch 1 ,mem_last_freq 
-010b c00b2231 beq 22 ,set_tx_power_f5db 
-010c c0172231 beq 46 ,set_tx_power_f5db 
-010d c0232231 beq 70 ,set_tx_power_f5db 
-010e 6fe0c141 fetch 1 ,mem_tx_power 
-010f c0032221 beq tx_power_6db ,set_tx_power_5db 
-0110 c0550112 beq tx_power_factory ,p_set_tx_power_factory 
-0111 2020220e branch set_tx_power + 2 
+00ff 6fe08008 fetch 1 ,mem_last_freq 
+0100 c00b2231 beq 22 ,set_tx_power_f5db 
+0101 c0172231 beq 46 ,set_tx_power_f5db 
+0102 c0232231 beq 70 ,set_tx_power_f5db 
+0103 6fe0c141 fetch 1 ,mem_tx_power 
+0104 c0032221 beq tx_power_6db ,set_tx_power_5db 
+0105 c055010c beq tx_power_factory ,p_set_tx_power_factory 
+0106 2020220e branch set_tx_power + 2 
+
+p_set_tx_power_10db:
+0107 708a1425 jam 0x25 ,0x8a14 
+0108 58a93f3f setarg 0xa93f3f 
+0109 67f18a60 store 3 ,0x8a60 
+010a 708a631f jam 0x1f ,0x8a63 
+010b 20600000 rtn 
 
 p_set_tx_power_factory:
-0112 708a1417 jam 0x17 ,0x8a14 
-0113 6fe1ca08 fetch 3 ,mem_tx_power_factory_param_new 
-0114 67f18a60 store 3 ,0x8a60 
-0115 2020221a branch set_tx_power_8a63_28 
+010c 708a1417 jam 0x17 ,0x8a14 
+010d 6fe1ca08 fetch 3 ,mem_tx_power_factory_param_new 
+010e 67f18a60 store 3 ,0x8a60 
+010f 2020221a branch set_tx_power_8a63_28 
+
+p_set_tx_power_f30db:
+0110 708a1417 jam 0x17 ,0x8a14 
+0111 58250300 setarg 0x250300 
+0112 67f18a60 store 3 ,0x8a60 
+0113 2020221a branch set_tx_power_8a63_28 
 
 p_rx_dcoc:
-0116 20758000 rtn wake 
-0117 20402160 call set_sync_on 
-0118 d8400027 arg 39 ,temp 
-0119 2040216f call set_freq_rx 
-011a 204021a6 call rf_rx_enable 
-011b 708a257f jam 0x7f ,0x8a25 
-011c 708a301a jam 0x1a ,0x8a30 
-011d 708a3178 jam 0x78 ,0x8a31 
-011e 708a8fb2 jam 0xb2 ,0x8a8f 
-011f 708ac200 jam 0 ,0x8ac2 
-0120 708ac300 jam 0 ,0x8ac3 
-0121 d8e00006 arg 6 ,queue 
-0122 20400133 call p_rx_dcoc_avg 
-0123 2a2ffe0d isolate1 13 ,rega 
-0124 2040211d call qset_start 
-0125 2a4ffe0d isolate1 13 ,regb 
-0126 2040211e call qset_p 
-0127 d8e00005 arg 5 ,queue 
+0114 20758000 rtn wake 
+0115 20402160 call set_sync_on 
+0116 d8400027 arg 39 ,temp 
+0117 2040216f call set_freq_rx 
+0118 204021a6 call rf_rx_enable 
+0119 708a257f jam 0x7f ,0x8a25 
+011a 708a301a jam 0x1a ,0x8a30 
+011b 708a3178 jam 0x78 ,0x8a31 
+011c 708a8fb2 jam 0xb2 ,0x8a8f 
+011d 708ac200 jam 0 ,0x8ac2 
+011e 708ac300 jam 0 ,0x8ac3 
+011f d8e00006 arg 6 ,queue 
+0120 20400131 call p_rx_dcoc_avg 
+0121 2a2ffe0d isolate1 13 ,rega 
+0122 2040211d call qset_start 
+0123 2a4ffe0d isolate1 13 ,regb 
+0124 2040211e call qset_p 
+0125 d8e00005 arg 5 ,queue 
 
 p_rx_dcoc_loop2:
-0128 2040211c call qset1_p 
-0129 2040211e call qset_p 
-012a 20400133 call p_rx_dcoc_avg 
-012b d8a08ac2 arg 0x8ac2 ,contw 
-012c 1a31fe00 rshift4 rega ,pdata 
+0126 2040211c call qset1_p 
+0127 2040211e call qset_p 
+0128 20400131 call p_rx_dcoc_avg 
+0129 d8a08ac2 arg 0x8ac2 ,contw 
+012a 1a31fe00 rshift4 rega ,pdata 
+012b 20402117 call qsetxor 
+012c 1a51fe00 rshift4 regb ,pdata 
 012d 20402117 call qsetxor 
-012e 1a51fe00 rshift4 regb ,pdata 
-012f 20402117 call qsetxor 
-0130 18e08fff increase -1 ,queue 
-0131 20210128 branch p_rx_dcoc_loop2 ,positive 
-0132 2020214f branch rx_dcoc_loop2 + 10 
+012e 18e08fff increase -1 ,queue 
+012f 20210126 branch p_rx_dcoc_loop2 ,positive 
+0130 2020214f branch rx_dcoc_loop2 + 10 
 
 p_rx_dcoc_avg:
-0133 2000003c nop 60 
-0134 58000f00 setarg mem_dcoc_buf 
-0135 67f10982 store 2 ,0x8982 
-0136 58000ff0 setarg mem_dcoc_buf_end 
-0137 67f10984 store 2 ,0x8984 
-0138 70898109 jam 0x9 ,0x8981 
-0139 70898103 jam 0x3 ,0x8981 
-013a 70898006 jam 0x6 ,0x8980 
-013b 2000003c nop 60 
-013c da200000 arg 0 ,rega 
-013d da400000 arg 0 ,regb 
-013e df200010 arg 16 ,loopcnt 
-013f d8c00f00 arg mem_dcoc_buf ,contr 
-0140 2020212d branch rx_dcoc_loop 
+0131 2000003c nop 60 
+0132 58000f00 setarg mem_dcoc_buf 
+0133 67f10982 store 2 ,0x8982 
+0134 58000ff0 setarg mem_dcoc_buf_end 
+0135 67f10984 store 2 ,0x8984 
+0136 70898109 jam 0x9 ,0x8981 
+0137 70898103 jam 0x3 ,0x8981 
+0138 70898006 jam 0x6 ,0x8980 
+0139 2000003c nop 60 
+013a da200000 arg 0 ,rega 
+013b da400000 arg 0 ,regb 
+013c df200010 arg 16 ,loopcnt 
+013d d8c00f00 arg mem_dcoc_buf ,contr 
+013e 2020212d branch rx_dcoc_loop 
 
 p_rfpll_aac_ghpc:
-0141 20758000 rtn wake 
-0142 20202272 branch rfpll_aac_ghpc + 1 
-
-p_dpll_ring_ibias_calc:
-0143 20600000 rtn 
+013f 20758000 rtn wake 
+0140 20202272 branch rfpll_aac_ghpc + 1 
 
 p_sadc_calibration:
-0144 20758000 rtn wake 
-0145 708a0777 jam 0x77 ,core_gpadc_ctrl 
-0146 708a08c9 jam 0xc9 ,core_gpadc_cfg0 
-0147 708a0b01 jam 0x01 ,core_gpadc_cfg3 
-0148 6fe0c409 fetch 1 ,mem_adc_clkdiv 
-0149 67f080cd store 1 ,core_sadc_clkdiv 
-014a 20000bb8 nop 3000 
-014b 2040016c call p_sadc_read 
-014c 708a08c1 jam 0xc1 ,core_gpadc_cfg0 
-014d 6a40c419 fetchr regb ,1 ,mem_spi_write_addr 
-014e df200008 arg 8 ,loopcnt 
-014f 20406f58 call sadc_cal_read + 1 
-0150 6fe0c419 fetch 1 ,mem_spi_write_addr 
-0151 67e0c433 store 1 ,mem_adc_cal_c7 
-0152 6240c419 storer regb ,1 ,mem_spi_write_addr 
-0153 20600000 rtn 
-
-p_enable_adc:
-0154 20400162 call p_sadc_cal_write 
-0155 6ff08a09 fetch 1 ,core_gpadc_cfg1 
-0156 793ffe07 set0 7 ,pdata 
-0157 67f08a09 store 1 ,core_gpadc_cfg1 
-0158 708a0777 jam 0x77 ,core_gpadc_ctrl 
-0159 708a08c1 jam 0xc1 ,core_gpadc_cfg0 
-015a 708a0b01 jam 0x01 ,core_gpadc_cfg3 
-015b 20406f90 call sadc_channel 
-015c 6fe0c409 fetch 1 ,mem_adc_clkdiv 
-015d 67f080cd store 1 ,core_sadc_clkdiv 
-015e 20000bb8 nop 3000 
-015f 2040016c call p_sadc_read 
-0160 7080cd00 jam 0 ,core_sadc_clkdiv 
-0161 20206fa1 branch sadc_dma 
-
-p_sadc_cal_write:
-0162 6ff080cc fetch 1 ,core_sadc_ctrl 
-0163 79207e01 set1 1 ,pdata 
-0164 67f080cc store 1 ,core_sadc_ctrl 
-0165 6a40c419 fetchr regb ,1 ,mem_spi_write_addr 
-0166 6fe0c433 fetch 1 ,mem_adc_cal_c7 
-0167 67e0c419 store 1 ,mem_spi_write_addr 
-0168 df200008 arg 8 ,loopcnt 
-0169 20406f67 call sadc_cal_write + 4 
-016a 6240c419 storer regb ,1 ,mem_spi_write_addr 
-016b 20600000 rtn 
+0141 20758000 rtn wake 
+0142 708a0777 jam 0x77 ,core_gpadc_ctrl 
+0143 708a08c9 jam 0xc9 ,core_gpadc_cfg0 
+0144 708a0b01 jam 0x01 ,core_gpadc_cfg3 
+0145 6fe0c409 fetch 1 ,mem_adc_clkdiv 
+0146 67f080cd store 1 ,core_sadc_clkdiv 
+0147 20000bb8 nop 3000 
+0148 20400151 call p_sadc_read 
+0149 708a08c1 jam 0xc1 ,core_gpadc_cfg0 
+014a 6a40c419 fetchr regb ,1 ,mem_spi_write_addr 
+014b df200008 arg 8 ,loopcnt 
+014c 20406f58 call sadc_cal_read + 1 
+014d 6fe0c419 fetch 1 ,mem_spi_write_addr 
+014e 67e0c433 store 1 ,mem_adc_cal_c7 
+014f 6240c419 storer regb ,1 ,mem_spi_write_addr 
+0150 20600000 rtn 
 
 p_sadc_read:
-016c 7080cc03 jam 0x03 ,core_sadc_ctrl 
+0151 7080cc03 jam 0x03 ,core_sadc_ctrl 
 
 p_sadc_read_wait:
-016d 6ff08129 fetch 1 ,core_perf_status 
-016e c302816d bbit0 saradc_done ,p_sadc_read_wait 
-016f 68590164 fetcht 2 ,core_sadc_data 
-0170 6049440a storet 2 ,mem_adc_current_value 
-0171 7080cc00 jam 0x00 ,core_sadc_ctrl 
-0172 20600000 rtn 
+0152 6ff08129 fetch 1 ,core_perf_status 
+0153 c3028152 bbit0 saradc_done ,p_sadc_read_wait 
+0154 68590164 fetcht 2 ,core_sadc_data 
+0155 6049440a storet 2 ,mem_adc_current_value 
+0156 7080cc00 jam 0x00 ,core_sadc_ctrl 
+0157 20600000 rtn 
 
 p_set_lemode:
-0173 708a8211 jam 0x11 ,0x8a82 
-0174 708a8d12 jam 0x12 ,0x8a8d 
-0175 708a8e0a jam 0x0a ,0x8a8e 
-0176 6fe0c099 fetch 1 ,mem_fcomp_div 
-0177 c008018c beq xtal_16m ,p_set_lemode_2m_16m 
-0178 58005762 setarg 0x5762 
-0179 67f10907 store 2 ,0x8907 
+0158 708a8211 jam 0x11 ,0x8a82 
+0159 708a8d12 jam 0x12 ,0x8a8d 
+015a 708a8e0a jam 0x0a ,0x8a8e 
+015b 6fe0c099 fetch 1 ,mem_fcomp_div 
+015c c0080171 beq xtal_16m ,p_set_lemode_2m_16m 
+015d 58005762 setarg 0x5762 
+015e 67f10907 store 2 ,0x8907 
 
 p_set_lemode_2m:
-017a 70890103 jam 3 ,0x8901 
-017b 70893003 jam 3 ,0x8930 
-017c c6168000 rtnmark1 mark_ble_2m 
-017d 70890101 jam 1 ,0x8901 
-017e 708a8207 jam 0x07 ,0x8a82 
-017f 708a8d44 jam 0x44 ,0x8a8d 
-0180 708a8e0a jam 0x0a ,0x8a8e 
-0181 6fe0c099 fetch 1 ,mem_fcomp_div 
-0182 c0080189 beq xtal_16m ,p_set_lemode_1m_16m 
-0183 58002bb1 setarg 0x2bb1 
-0184 67f10907 store 2 ,0x8907 
+015f 70890103 jam 3 ,0x8901 
+0160 70893003 jam 3 ,0x8930 
+0161 c6168000 rtnmark1 mark_ble_2m 
+0162 70890101 jam 1 ,0x8901 
+0163 708a8207 jam 0x07 ,0x8a82 
+0164 708a8d44 jam 0x44 ,0x8a8d 
+0165 708a8e0a jam 0x0a ,0x8a8e 
+0166 6fe0c099 fetch 1 ,mem_fcomp_div 
+0167 c008016e beq xtal_16m ,p_set_lemode_1m_16m 
+0168 58002bb1 setarg 0x2bb1 
+0169 67f10907 store 2 ,0x8907 
 
 p_set_lemode_1m:
-0185 c6978000 rtnmark0 mark_ble_lr 
-0186 70893024 jam 0x24 ,0x8930 
-0187 70890105 jam 5 ,0x8901 
-0188 20600000 rtn 
+016a c6978000 rtnmark0 mark_ble_lr 
+016b 70893024 jam 0x24 ,0x8930 
+016c 70890105 jam 5 ,0x8901 
+016d 20600000 rtn 
 
 p_set_lemode_1m_16m:
-0189 58004189 setarg 0x4189 
-018a 67f10907 store 2 ,0x8907 
-018b 20200185 branch p_set_lemode_1m 
+016e 58004189 setarg 0x4189 
+016f 67f10907 store 2 ,0x8907 
+0170 2020016a branch p_set_lemode_1m 
 
 p_set_lemode_2m_16m:
-018c 58008312 setarg 0x8312 
-018d 67f10907 store 2 ,0x8907 
-018e 2020017a branch p_set_lemode_2m 
+0171 58008312 setarg 0x8312 
+0172 67f10907 store 2 ,0x8907 
+0173 2020015f branch p_set_lemode_2m 
 
 p_le_check_retransmit_timesout:
-018f 6fe0cc02 fetch 1 ,mem_le_conn_rcv_new 
-0190 da600100 arg 256 ,regc 
-0191 9a60fe00 iadd regc ,pdata 
-0192 20600000 rtn 
+0174 6fe0cbf8 fetch 1 ,mem_le_conn_rcv_new 
+0175 da600100 arg 256 ,regc 
+0176 9a60fe00 iadd regc ,pdata 
+0177 20600000 rtn 
 
 p_le_got_first_packet:
-0193 202001b3 branch p_le_got_first_packet_new 
+0178 20200198 branch p_le_got_first_packet_new 
 
 p_le_slave_match:
-0194 20400196 call p_le_check_retransmit 
-0195 20202563 branch le_slave_match + 1 
+0179 2040017b call p_le_check_retransmit 
+017a 20202563 branch le_slave_match + 1 
 
 p_le_check_retransmit:
-0196 6fe0cc03 fetch 1 ,mem_le_conn_first_rcv 
-0197 207a0000 rtn blank 
-0198 6fe0cc04 fetch 1 ,mem_le_check_retransmit_flag 
-0199 247a0000 nrtn blank 
-019a 6848cc03 fetcht 1 ,mem_le_conn_first_rcv 
-019b 6fe0cc02 fetch 1 ,mem_le_conn_rcv_new 
-019c 98467c00 isub temp ,null 
-019d 2441018f ncall p_le_check_retransmit_timesout ,positive 
-019e 98467e00 isub temp ,pdata 
-019f 1fe67c64 sub pdata ,100 ,null 
-01a0 202101a8 branch p_le_check_retransmit_count ,positive 
-01a1 6fe0cc05 fetch 1 ,mem_le_retransmit_cnt 
-01a2 1fe67c14 sub pdata ,20 ,null 
-01a3 244101a6 ncall p_app_ble_disconnect ,positive 
-01a4 704c0401 jam 1 ,mem_le_check_retransmit_flag 
-01a5 20600000 rtn 
+017b 6fe0cbf9 fetch 1 ,mem_le_conn_first_rcv 
+017c 207a0000 rtn blank 
+017d 6fe0cbfa fetch 1 ,mem_le_check_retransmit_flag 
+017e 247a0000 nrtn blank 
+017f 6848cbf9 fetcht 1 ,mem_le_conn_first_rcv 
+0180 6fe0cbf8 fetch 1 ,mem_le_conn_rcv_new 
+0181 98467c00 isub temp ,null 
+0182 24410174 ncall p_le_check_retransmit_timesout ,positive 
+0183 98467e00 isub temp ,pdata 
+0184 1fe67c64 sub pdata ,100 ,null 
+0185 2021018d branch p_le_check_retransmit_count ,positive 
+0186 6fe0cbfb fetch 1 ,mem_le_retransmit_cnt 
+0187 1fe67c14 sub pdata ,20 ,null 
+0188 2441018b ncall p_app_ble_disconnect ,positive 
+0189 704bfa01 jam 1 ,mem_le_check_retransmit_flag 
+018a 20600000 rtn 
 
 p_app_ble_disconnect:
-01a6 704c0601 jam 1 ,mem_le_check_retransmit_discon_flag 
-01a7 2020431f branch app_ble_disconnect 
+018b 704bfc01 jam 1 ,mem_le_check_retransmit_discon_flag 
+018c 2020431f branch app_ble_disconnect 
 
 p_le_check_retransmit_count:
-01a8 6848817f fetcht 1 ,mem_le_arq 
-01a9 6fe0804c fetch 1 ,mem_le_rxbuf_data_header 
-01aa 1fe37e00 rshift pdata ,pdata 
-01ab 9842fe00 ixor temp ,pdata 
-01ac 2feffe02 isolate1 nesn ,pdata 
-01ad 58000000 setarg 0 
-01ae 6848cc05 fetcht 1 ,mem_le_retransmit_cnt 
-01af 7920fe00 setflag true ,0 ,pdata 
-01b0 98408400 iadd temp ,temp 
-01b1 6048cc05 storet 1 ,mem_le_retransmit_cnt 
-01b2 20600000 rtn 
+018d 6848817f fetcht 1 ,mem_le_arq 
+018e 6fe0804c fetch 1 ,mem_le_rxbuf_data_header 
+018f 1fe37e00 rshift pdata ,pdata 
+0190 9842fe00 ixor temp ,pdata 
+0191 2feffe02 isolate1 nesn ,pdata 
+0192 58000000 setarg 0 
+0193 6848cbfb fetcht 1 ,mem_le_retransmit_cnt 
+0194 7920fe00 setflag true ,0 ,pdata 
+0195 98408400 iadd temp ,temp 
+0196 6048cbfb storet 1 ,mem_le_retransmit_cnt 
+0197 20600000 rtn 
 
 p_le_got_first_packet_new:
-01b3 6fe08005 fetch 1 ,mem_le_conn_rcv 
-01b4 1fe0fe01 increase 1 ,pdata 
-01b5 67e08005 store 1 ,mem_le_conn_rcv 
-01b6 243681ba nbranch p_le_got_first_packet_new + 7 ,match 
-01b7 6fe0cc02 fetch 1 ,mem_le_conn_rcv_new 
-01b8 1fe0fe01 increase 1 ,pdata 
-01b9 67e0cc02 store 1 ,mem_le_conn_rcv_new 
-01ba 6fe08168 fetch 1 ,mem_le_state 
-01bb c3818000 rtnbit1 lestate_got_first_packet 
-01bc 79207e03 set1 lestate_got_first_packet ,pdata 
-01bd 67e08168 store 1 ,mem_le_state 
-01be 6fe142f5 fetch 2 ,mem_le_init_superto 
-01bf 67e10196 store 2 ,mem_le_superto 
-01c0 58000000 setarg 0 
-01c1 67e2431d store 4 ,mem_le_transmit_window 
-01c2 20600000 rtn 
+0198 6fe08005 fetch 1 ,mem_le_conn_rcv 
+0199 1fe0fe01 increase 1 ,pdata 
+019a 67e08005 store 1 ,mem_le_conn_rcv 
+019b 2436819f nbranch p_le_got_first_packet_new + 7 ,match 
+019c 6fe0cbf8 fetch 1 ,mem_le_conn_rcv_new 
+019d 1fe0fe01 increase 1 ,pdata 
+019e 67e0cbf8 store 1 ,mem_le_conn_rcv_new 
+019f 6fe08168 fetch 1 ,mem_le_state 
+01a0 c3818000 rtnbit1 lestate_got_first_packet 
+01a1 79207e03 set1 lestate_got_first_packet ,pdata 
+01a2 67e08168 store 1 ,mem_le_state 
+01a3 6fe142f5 fetch 2 ,mem_le_init_superto 
+01a4 67e10196 store 2 ,mem_le_superto 
+01a5 58000000 setarg 0 
+01a6 67e2431d store 4 ,mem_le_transmit_window 
+01a7 20600000 rtn 
 
 p_le_rx_dec:
-01c3 2040281c call le_check_retransmit 
-01c4 6a20804d fetchr rega ,1 ,mem_le_rxbuf_data_length 
-01c5 1a20a3fc increase -4 ,rega 
-01c6 242126fa nbranch le_crc_fail_consecutive ,positive 
-01c7 2020268e branch le_rx_dec + 6 
+01a8 2040281c call le_check_retransmit 
+01a9 6a20804d fetchr rega ,1 ,mem_le_rxbuf_data_length 
+01aa 1a20a3fc increase -4 ,rega 
+01ab 242126fa nbranch le_crc_fail_consecutive ,positive 
+01ac 2020268e branch le_rx_dec + 6 
 
 p_le_rx_nopayload:
-01c8 09800018 parse demod ,bucket ,24 
-01c9 1fef7e00 rshift32 pdata ,pdata 
-01ca 1ff17e00 rshift16 pdata ,pdata 
-01cb e7e18005 istore 3 ,contw 
-01cc 78287c00 enable swfine 
-01cd 2040270d call le_set_until_tx_timer 
-01ce 202326f6 branch le_crc_fail ,crc_failed 
-01cf c59926af bmark0 mark_ble_encryption ,le_rx_match 
-01d0 6fe0804d fetch 1 ,mem_le_rxbuf_data_length 
-01d1 203a26af branch le_rx_match ,blank 
-01d2 1fe0fffc increase -4 ,pdata 
-01d3 67e0804d store 1 ,mem_le_rxbuf_data_length 
-01d4 204072cb call wait_ccm_done 
-01d5 6ff08108 fetch 1 ,core_misc_status 
-01d6 c303a6fa bbit0 7 ,le_crc_fail_consecutive 
-01d7 1800700c force regidx_result ,regext_index 
-01d8 65e20154 storer regext ,4 ,mem_le_peer_mic 
-01d9 202026af branch le_rx_match 
+01ad 09800018 parse demod ,bucket ,24 
+01ae 1fef7e00 rshift32 pdata ,pdata 
+01af 1ff17e00 rshift16 pdata ,pdata 
+01b0 e7e18005 istore 3 ,contw 
+01b1 78287c00 enable swfine 
+01b2 2040270d call le_set_until_tx_timer 
+01b3 202326f6 branch le_crc_fail ,crc_failed 
+01b4 c59926af bmark0 mark_ble_encryption ,le_rx_match 
+01b5 6fe0804d fetch 1 ,mem_le_rxbuf_data_length 
+01b6 203a26af branch le_rx_match ,blank 
+01b7 1fe0fffc increase -4 ,pdata 
+01b8 67e0804d store 1 ,mem_le_rxbuf_data_length 
+01b9 204072cb call wait_ccm_done 
+01ba 6ff08108 fetch 1 ,core_misc_status 
+01bb c303a6fa bbit0 7 ,le_crc_fail_consecutive 
+01bc 1800700c force regidx_result ,regext_index 
+01bd 65e20154 storer regext ,4 ,mem_le_peer_mic 
+01be 202026af branch le_rx_match 
 
 p_le_parse:
-01da 6fe0c334 fetch 1 ,mem_le_packet_llid 
-01db c1000000 rtneq llid_reserved 
-01dc c001b04a beq llid_le_ll ,le_parse_ll 
-01dd 202028e1 branch le_parse_l2cap 
-
-p_le_adv_not_match:
-01de 20402152 call shutdown_radio 
-01df 70890000 jam 0 ,0x8900 
-01e0 793f8030 set0 mark_ble_crc_fail ,mark 
-01e1 20202ae3 branch le_adv_not_match + 1 
+01bf 6fe0c334 fetch 1 ,mem_le_packet_llid 
+01c0 c1000000 rtneq llid_reserved 
+01c1 c001b04a beq llid_le_ll ,le_parse_ll 
+01c2 202028e1 branch le_parse_l2cap 
 
 p_le_init_adv:
-01e2 793f8030 set0 mark_ble_crc_fail ,mark 
-01e3 20202af6 branch le_init_adv + 1 
+01c3 793f8030 set0 mark_ble_crc_fail ,mark 
+01c4 20202af6 branch le_init_adv + 1 
+
+p_le_adv_not_match:
+01c5 20402152 call shutdown_radio 
+01c6 70890000 jam 0 ,0x8900 
+01c7 793f8030 set0 mark_ble_crc_fail ,mark 
+01c8 20202ae3 branch le_adv_not_match + 1 
 
 p_le_parse_l2cap:
-01e4 efe10006 ifetch 2 ,contr 
-01e5 c00201e7 beq le_l2cap_cid_att ,p_le_parse_att 
-01e6 202028eb branch le_parse_l2cap_next + 2 
+01c9 efe10006 ifetch 2 ,contr 
+01ca c00201cc beq le_l2cap_cid_att ,p_le_parse_att 
+01cb 202028eb branch le_parse_l2cap_next + 2 
 
 p_le_parse_att:
-01e7 efe18006 ifetch 3 ,contr 
-01e8 67e1c397 store 3 ,mem_le_att_opcode 
-01e9 c00501ec beq attop_read_request ,p_le_parse_att_read_request 
-01ea c00901fb beq attop_write_request ,p_le_parse_att_write_request 
-01eb 20202b96 branch le_parse_att2 
+01cc efe18006 ifetch 3 ,contr 
+01cd 67e1c397 store 3 ,mem_le_att_opcode 
+01ce c00501d1 beq attop_read_request ,p_le_parse_att_read_request 
+01cf c00901e0 beq attop_write_request ,p_le_parse_att_write_request 
+01d0 20202b96 branch le_parse_att2 
 
 p_le_parse_att_read_request:
-01ec 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-01ed c31dad19 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
-01ee 20402dc7 call le_check_encrypt_state 
-01ef 68494398 fetcht 2 ,mem_le_att_handle 
-01f0 6fe0c321 fetch 1 ,mem_le_configuration 
-01f1 c28181f6 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
+01d1 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+01d2 c31dad19 bbit0 mouse_enable_le_battery_service_cancel ,le_parse_att_read_request 
+01d3 20402dc7 call le_check_encrypt_state 
+01d4 68494398 fetcht 2 ,mem_le_att_handle 
+01d5 6fe0c321 fetch 1 ,mem_le_configuration 
+01d6 c28181db bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
 
 p_le_send_att_read_response:
-01f2 6fe14398 fetch 2 ,mem_le_att_handle 
-01f3 c0182e03 beq 0x30 ,le_send_att_error_response_notfound 
-01f4 68494398 fetcht 2 ,mem_le_att_handle 
-01f5 20202d1d branch le_send_att_read_response 
+01d7 6fe14398 fetch 2 ,mem_le_att_handle 
+01d8 c0182e03 beq 0x30 ,le_send_att_error_response_notfound 
+01d9 68494398 fetcht 2 ,mem_le_att_handle 
+01da 20202d1d branch le_send_att_read_response 
 
 p_le_send_att_read_response_check_auth:
-01f6 6fe14332 fetch 2 ,mem_le_pairing_handle 
-01f7 98467c00 isub temp ,null 
-01f8 242281f2 nbranch p_le_send_att_read_response ,zero 
-01f9 243401f2 nbranch p_le_send_att_read_response ,user 
-01fa 20202d46 branch le_send_att_read_response_error_insufficient_auth 
+01db 6fe14332 fetch 2 ,mem_le_pairing_handle 
+01dc 98467c00 isub temp ,null 
+01dd 242281d7 nbranch p_le_send_att_read_response ,zero 
+01de 243401d7 nbranch p_le_send_att_read_response ,user 
+01df 20202d46 branch le_send_att_read_response_error_insufficient_auth 
 
 p_le_parse_att_write_request:
-01fb 18c22200 copy contr ,rega 
-01fc 6fe14335 fetch 2 ,mem_le_l2cap_size 
-01fd 1fe0a5fd add pdata ,-3 ,regb 
-01fe 20402929 call le_writeatt_cb 
-01ff 6fe0c78f fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-0200 c07fadac beq 0xff ,le_send_att_write_response_check_auth 
-0201 6fe0c795 fetch 1 ,mem_mouse_le_reconnect_flag 
-0202 203a2dac branch le_send_att_write_response_check_auth ,blank 
-0203 6fe0c843 fetch 1 ,mem_le_connect_status_flag 
-0204 c280adac bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
-0205 5800001a setarg 0x001a 
-0206 68494398 fetcht 2 ,mem_le_att_handle 
-0207 98467c00 isub temp ,null 
-0208 2422adac nbranch le_send_att_write_response_check_auth ,zero 
-0209 20202d46 branch le_send_att_read_response_error_insufficient_auth 
+01e0 18c22200 copy contr ,rega 
+01e1 6fe14335 fetch 2 ,mem_le_l2cap_size 
+01e2 1fe0a5fd add pdata ,-3 ,regb 
+01e3 20402929 call le_writeatt_cb 
+01e4 6fe0c78f fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+01e5 c07fadac beq 0xff ,le_send_att_write_response_check_auth 
+01e6 6fe0c795 fetch 1 ,mem_mouse_le_reconnect_flag 
+01e7 203a2dac branch le_send_att_write_response_check_auth ,blank 
+01e8 6fe0c843 fetch 1 ,mem_le_connect_status_flag 
+01e9 c280adac bbit1 ll_start_enc_flag ,le_send_att_write_response_check_auth 
+01ea 5800001a setarg 0x001a 
+01eb 68494398 fetcht 2 ,mem_le_att_handle 
+01ec 98467c00 isub temp ,null 
+01ed 2422adac nbranch le_send_att_write_response_check_auth ,zero 
+01ee 20202d46 branch le_send_att_read_response_error_insufficient_auth 
 
 p_mouse_le:
-020a 20402a28 call le_fifo_check_nearly_full 
-020b 247a0000 nrtn blank 
-020c 6fe0c78f fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
-020d c07f8215 beq 0xff ,p_mouse_le_next 
-020e 6fe0c843 fetch 1 ,mem_le_connect_status_flag 
-020f 1fe17e03 and pdata ,0x03 ,pdata 
-0210 c1818000 rtnne 0x03 
-0211 6fe0cc04 fetch 1 ,mem_le_check_retransmit_flag 
-0212 207a0000 rtn blank 
-0213 6fe0cc06 fetch 1 ,mem_le_check_retransmit_discon_flag 
-0214 247a0000 nrtn blank 
+01ef 20402a28 call le_fifo_check_nearly_full 
+01f0 247a0000 nrtn blank 
+01f1 6fe0c78f fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+01f2 c07f81fa beq 0xff ,p_mouse_le_next 
+01f3 6fe0c843 fetch 1 ,mem_le_connect_status_flag 
+01f4 1fe17e03 and pdata ,0x03 ,pdata 
+01f5 c1818000 rtnne 0x03 
+01f6 6fe0cbfa fetch 1 ,mem_le_check_retransmit_flag 
+01f7 207a0000 rtn blank 
+01f8 6fe0cbfc fetch 1 ,mem_le_check_retransmit_discon_flag 
+01f9 247a0000 nrtn blank 
 
 p_mouse_le_next:
-0215 6fe0c956 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0216 205a5a71 call mouse_clear_sensor_data_by_reset ,blank 
-0217 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0218 c280db5b bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
-0219 c2805b5b bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
-021a c282db5b bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-021b c2835b5b bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
-021c 20405601 call mouse_motion 
-021d 20405ab2 call mouse_check_125hz 
-021e 24740000 nrtn user 
-021f 20405abc call mouse_current_mult_update 
-0220 2040049d call p_mouse_data_xy_release 
-0221 20205b37 branch mouse_le_next + 12 
+01fa 6fe0c956 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+01fb 205a5a71 call mouse_clear_sensor_data_by_reset ,blank 
+01fc 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+01fd c280db5b bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+01fe c2805b5b bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+01ff c282db5b bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0200 c2835b5b bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+0201 20405601 call mouse_motion 
+0202 20405ab2 call mouse_check_125hz 
+0203 24740000 nrtn user 
+0204 20405abc call mouse_current_mult_update 
+0205 204004c0 call p_mouse_data_xy_release 
+0206 20205b37 branch mouse_le_next + 12 
+
+p_gpio_set_wake:
+0207 18467cff sub temp ,ui_button_gpio_disable ,null 
+0208 20628000 rtn zero 
+0209 d9000004 arg 4 ,debug 
+020a 284ffe07 isolate1 gpio_active_bit ,temp 
+020b 2020eebd branch gpio_set_wake_high ,true 
+020c d9000003 arg 3 ,debug 
+020d 20206ebd branch gpio_set_wake_high 
+
+p_gpio_set_wake_by_current_state:
+020e 18467cff sub temp ,gpio_disable ,null 
+020f 20628000 rtn zero 
+0210 6048cb1d storet 1 ,mem_mouse_wheel_temp_gpio 
+0211 20406ee6 call gpio_get_bit 
+0212 20208218 branch p_gpio_set_qdec_mode ,true 
+
+p_gpio_set_low_wake_disable_qdec:
+0213 6848cb1d fetcht 1 ,mem_mouse_wheel_temp_gpio 
+0214 20406f0f call gpio_set_high_impedance 
+0215 6848cb1d fetcht 1 ,mem_mouse_wheel_temp_gpio 
+
+p_gpio_set_low_wake:
+0216 d9000003 arg 3 ,debug 
+0217 20206ebd branch gpio_set_wake_high 
+
+p_gpio_set_qdec_mode:
+0218 704b1e01 jam 1 ,mem_mouse_qdec_set_flag 
+0219 6848cb1d fetcht 1 ,mem_mouse_wheel_temp_gpio 
+021a 20406f0f call gpio_set_high_impedance 
+021b 6848cb1d fetcht 1 ,mem_mouse_wheel_temp_gpio 
+
+p_mouse_qdec_lpm_cfg:
+021c d9000006 arg 6 ,debug 
+021d 20206ebd branch gpio_set_wake_high 
+
+p_mouse_puchk_disable:
+021e 58000010 setarg 0x10 
+
+p_mouse_puchk_set:
+021f 67f08141 store 1 ,core_puwakeup 
+0220 37d98200 until null ,lpo_edge 
+0221 20600000 rtn 
+
+p_mouse_puchk_enable:
+0222 58000080 setarg 0x80 
+0223 2020021f branch p_mouse_puchk_set 
+
+p_mouse_lpm_before_common:
+0224 20400490 call p_clear_wake 
+0225 704b1e00 jam 0 ,mem_mouse_qdec_set_flag 
+0226 2020550d branch mouse_lpm_before_common + 1 
 
 p_lpm_sleep:
-0222 6fe143e9 fetch 2 ,mem_cb_before_lpm_sleep 
-0223 20407d79 call callback_func 
+0227 6fe143e9 fetch 2 ,mem_cb_before_lpm_sleep 
+0228 20407d79 call callback_func 
 
 p_lpm_sleep_skip_cb_function:
-0224 6fe240ad fetch 4 ,mem_sleep_counter_all 
-0225 9840fe00 iadd temp ,pdata 
-0226 67e240ad store 4 ,mem_sleep_counter_all 
-0227 20400229 call p_lpm_save_context 
-0228 20202425 branch lpm_sleep_skip_cb_function + 4 
+0229 6fe240ad fetch 4 ,mem_sleep_counter_all 
+022a 9840fe00 iadd temp ,pdata 
+022b 67e240ad store 4 ,mem_sleep_counter_all 
+022c 20400232 call p_lpm_save_context 
+022d 2040022f call p_mouse_puchk_set_check 
+022e 20202425 branch lpm_sleep_skip_cb_function + 4 
+
+p_mouse_puchk_set_check:
+022f 6fe0cb1e fetch 1 ,mem_mouse_qdec_set_flag 
+0230 203a021e branch p_mouse_puchk_disable ,blank 
+0231 20200222 branch p_mouse_puchk_enable 
 
 p_lpm_save_context:
-0229 600440e7 storer mark ,8 ,mem_saved_mark 
-022a d8c08070 arg core_gpio_conf ,contr 
-022b d8a040cc arg mem_saved_gpio ,contw 
-022c 20407c8f call memcpy16 
-022d d8c080d4 arg core_gpio_conf_hi ,contr 
-022e 20407c89 call memcpy8 
-022f 6ff08080 fetch 1 ,core_spid_ctrl 
-0230 67e0c0ef store 1 ,mem_saved_spidctrl 
-0231 18422400 copy temp ,regb 
+0232 600440e7 storer mark ,8 ,mem_saved_mark 
+0233 d8c08070 arg core_gpio_conf ,contr 
+0234 d8a040cc arg mem_saved_gpio ,contw 
+0235 20407c8f call memcpy16 
+0236 d8c080d4 arg core_gpio_conf_hi ,contr 
+0237 20407c89 call memcpy8 
+0238 6ff08080 fetch 1 ,core_spid_ctrl 
+0239 67e0c0ef store 1 ,mem_saved_spidctrl 
+023a 18422400 copy temp ,regb 
 
 p_lpm_write_gpio_wakeup:
-0232 df20000c arg 12 ,loopcnt 
-0233 da200016 arg mem_gpio_wakeup_cfg ,rega 
-0234 da60814d arg core_gpio_wakeup_cfg ,regc 
-0235 37d98200 until null ,lpo_edge 
+023b df20000c arg 12 ,loopcnt 
+023c da200016 arg mem_gpio_wakeup_cfg ,rega 
+023d da60814d arg core_gpio_wakeup_cfg ,regc 
+023e 37d98200 until null ,lpo_edge 
 
 p_lpm_write_gpio_loop:
-0236 efe08011 ifetch 1 ,rega 
-0237 e8408013 ifetcht 1 ,regc 
-0238 98467c00 isub temp ,null 
-0239 2022823c branch p_lpm_write_gpio_loop_next ,zero 
-023a e7e08013 istore 1 ,regc 
-023b 37d98200 until null ,lpo_edge 
+023f efe08011 ifetch 1 ,rega 
+0240 e8408013 ifetcht 1 ,regc 
+0241 98467c00 isub temp ,null 
+0242 20228245 branch p_lpm_write_gpio_loop_next ,zero 
+0243 e7e08013 istore 1 ,regc 
+0244 37d98200 until null ,lpo_edge 
 
 p_lpm_write_gpio_loop_next:
-023c 1a20a201 increase 1 ,rega 
-023d 1a60a601 increase 1 ,regc 
-023e c2000236 loop p_lpm_write_gpio_loop 
-023f 1a420400 copy regb ,temp 
-0240 20600000 rtn 
+0245 1a20a201 increase 1 ,rega 
+0246 1a60a601 increase 1 ,regc 
+0247 c200023f loop p_lpm_write_gpio_loop 
+0248 1a420400 copy regb ,temp 
+0249 20600000 rtn 
 
 p_otp_read_data:
-0241 20406b3a call enable_otp_read 
-0242 20406b75 call otp_read_data + 1 
-0243 20206b38 branch otp_disable_chgpump 
+024a 20406b3a call enable_otp_read 
+024b 20406b75 call otp_read_data + 1 
+024c 20206b38 branch otp_disable_chgpump 
 
 p_g24_reconn_dispatch:
-0244 6fe145e0 fetch 2 ,mem_24g_reconn_count 
-0245 d84001f8 arg 0x01f8 ,temp 
-0246 98417e00 iand temp ,pdata 
-0247 203a024c branch p_g24_reconn_dispatch_next ,blank 
-0248 6fe145e0 fetch 2 ,mem_24g_reconn_count 
-0249 1fe0fe01 increase 1 ,pdata 
-024a 67e145e0 store 2 ,mem_24g_reconn_count 
-024b 20600000 rtn 
+024d 6fe145e0 fetch 2 ,mem_24g_reconn_count 
+024e d84001f8 arg 0x01f8 ,temp 
+024f 98417e00 iand temp ,pdata 
+0250 203a0255 branch p_g24_reconn_dispatch_next ,blank 
+0251 6fe145e0 fetch 2 ,mem_24g_reconn_count 
+0252 1fe0fe01 increase 1 ,pdata 
+0253 67e145e0 store 2 ,mem_24g_reconn_count 
+0254 20600000 rtn 
 
 p_g24_reconn_dispatch_next:
-024c 2040357f call g24_reconn_data_prep 
-024d 20403651 call g24_transmit_receive_ack 
-024e 242c3586 nbranch g24_reconn_device_fail ,sync 
-024f 2437b586 nbranch g24_reconn_device_fail ,user3 
-0250 2040366e call g24_ackpayload_parse 
-0251 6fe0c57d fetch 1 ,mem_24g_rxdata_length 
-0252 203a025b branch p_recv_addr_zero_skip ,blank 
+0255 2040357f call g24_reconn_data_prep 
+0256 20403651 call g24_transmit_receive_ack 
+0257 242c3586 nbranch g24_reconn_device_fail ,sync 
+0258 2437b586 nbranch g24_reconn_device_fail ,user3 
+0259 2040366e call g24_ackpayload_parse 
+025a 6fe0c57d fetch 1 ,mem_24g_rxdata_length 
+025b 203a026c branch p_recv_addr_zero_skip ,blank 
 
 p_g24_reconn_dispatch_next_2:
-0253 6fe245cc fetch 4 ,mem_24g_pair_addr 
-0254 684a458f fetcht 4 ,mem_24g_addr 
-0255 98467c00 isub temp ,null 
-0256 20228258 branch p_g24_reconn_mode_judge ,zero 
-0257 2020356e branch g24_reconn_dispatch_next + 9 
+025c 6fe245cc fetch 4 ,mem_24g_pair_addr 
+025d 684a458f fetcht 4 ,mem_24g_addr 
+025e 98467c00 isub temp ,null 
+025f 20228261 branch p_g24_reconn_mode_judge ,zero 
+0260 2020356e branch g24_reconn_dispatch_next + 9 
 
 p_g24_reconn_mode_judge:
-0258 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0259 c2983291 bbit1 mouse_enable_auto_24g_paring ,g24_pair_start 
-025a 20203549 branch g24_reconn_receiver_addr 
-
-p_recv_addr_zero_skip:
-025b 6fe2455f fetch 4 ,mem_24g_rxpayload + 2 
-025c 207a0000 rtn blank 
-025d 20200253 branch p_g24_reconn_dispatch_next_2 
+0261 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0262 c2983291 bbit1 mouse_enable_auto_24g_paring ,g24_pair_start 
+0263 20203549 branch g24_reconn_receiver_addr 
 
 p_mouse_param_init:
-025e 2040543b call mouse_param_common_init 
-025f 20400261 call p_mouse_le_buff_modify 
-0260 2020544c branch mouse_param_init + 2 
+0264 2040543b call mouse_param_common_init 
+0265 20400267 call p_mouse_le_buff_modify 
+0266 2020544c branch mouse_param_init + 2 
 
 p_mouse_le_buff_modify:
-0261 58004a29 setarg mem_le_tx_buffer0_omemalloc_new 
-0262 67e1433f store 2 ,mem_ble_l2cap_tx_buff0_ptr 
-0263 58000020 setarg mouse_ble_l2cap_txbuff_size_new 
-0264 67e14341 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
-0265 20600000 rtn 
+0267 58004a1d setarg mem_le_tx_buffer0_omemalloc_new 
+0268 67e1433f store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+0269 58000020 setarg mouse_ble_l2cap_txbuff_size_new 
+026a 67e14341 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+026b 20600000 rtn 
+
+p_recv_addr_zero_skip:
+026c 6fe245e4 fetch 4 ,mem_24g_fast_conn_addr 
+026d 684a458f fetcht 4 ,mem_24g_addr 
+026e 2022825c branch p_g24_reconn_dispatch_next_2 ,zero 
+026f 6fe2455f fetch 4 ,mem_24g_rxpayload + 2 
+0270 207a0000 rtn blank 
+0271 2020025c branch p_g24_reconn_dispatch_next_2 
 
 p_power_ctrl_start:
-0266 6fe0c437 fetch 1 ,mem_power_ctrl_disable 
-0267 247a0000 nrtn blank 
-0268 6fe144e9 fetch 2 ,mem_ui_state_map 
-0269 c3858000 rtnbit1 ui_state_ble_adv 
-026a 6a2145f0 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
-026b 204035b4 call rssi_average 
-026c 6048c624 storet 1 ,mem_rssi_avg_received 
-026d 6fe0c629 fetch 1 ,mem_rssi_dis_max_24g 
-026e c5130270 bmark1 mark_24g ,p_power_ctrl_start_next 
-026f 6fe0c62c fetch 1 ,mem_rssi_dis_max_ble 
+0272 6fe0c437 fetch 1 ,mem_power_ctrl_disable 
+0273 247a0000 nrtn blank 
+0274 6fe144e9 fetch 2 ,mem_ui_state_map 
+0275 c3858000 rtnbit1 ui_state_ble_adv 
+0276 6a2145f0 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
+0277 204035b4 call rssi_average 
+0278 6048c624 storet 1 ,mem_rssi_avg_received 
+0279 6fe0c629 fetch 1 ,mem_rssi_dis_max_24g 
+027a c513027c bmark1 mark_24g ,p_power_ctrl_start_next 
+027b 6fe0c62c fetch 1 ,mem_rssi_dis_max_ble 
 
 p_power_ctrl_start_next:
-0270 98467c00 isub temp ,null 
-0271 2421028a nbranch p_power_ctrl_txpower_incrs_force ,positive 
-0272 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0273 1fe67c02 sub pdata ,2 ,null 
-0274 24210278 nbranch p_power_ctrl_txpower_decrs_check ,positive 
-0275 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0276 c000028b beq 0 ,p_power_ctrl_txpower_incrs 
-0277 20600000 rtn 
+027c 98467c00 isub temp ,null 
+027d 24210296 nbranch p_power_ctrl_txpower_incrs_force ,positive 
+027e 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+027f 1fe67c02 sub pdata ,2 ,null 
+0280 24210284 nbranch p_power_ctrl_txpower_decrs_check ,positive 
+0281 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0282 c0000297 beq 0 ,p_power_ctrl_txpower_incrs 
+0283 20600000 rtn 
 
 p_power_ctrl_txpower_decrs_check:
-0278 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0279 6848c627 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
-027a 98467c00 isub temp ,null 
-027b 24628000 nrtn zero 
-027c 70462600 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0284 6fe0c626 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0285 6848c627 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
+0286 98467c00 isub temp ,null 
+0287 24628000 nrtn zero 
+0288 70462600 jam 0 ,mem_power_ctrl_pac_succ_cnt 
 
 p_power_ctrl_txpower_decrs:
-027d 6848c624 fetcht 1 ,mem_rssi_avg_received 
-027e 6fe0c628 fetch 1 ,mem_rssi_dis_min_24g 
-027f c5130281 bmark1 mark_24g ,p_power_ctrl_txpower_decrs_next 
-0280 6fe0c62b fetch 1 ,mem_rssi_dis_min_ble 
+0289 6848c624 fetcht 1 ,mem_rssi_avg_received 
+028a 6fe0c628 fetch 1 ,mem_rssi_dis_min_24g 
+028b c513028d bmark1 mark_24g ,p_power_ctrl_txpower_decrs_next 
+028c 6fe0c62b fetch 1 ,mem_rssi_dis_min_ble 
 
 p_power_ctrl_txpower_decrs_next:
-0281 98467c00 isub temp ,null 
-0282 24610000 nrtn positive 
-0283 6fe0c625 fetch 1 ,mem_power_ctrl_level 
-0284 c0003715 beq 0 ,power_ctrl_decrs_level0 
-0285 1fe0ffff increase -1 ,pdata 
-0286 67e0c625 store 1 ,mem_power_ctrl_level 
-0287 c0010293 beq 2 ,p_power_ctrl_decrs_level2 
-0288 c000b70b beq 1 ,power_ctrl_decrs_level1 
-0289 20203715 branch power_ctrl_decrs_level0 
+028d 98467c00 isub temp ,null 
+028e 24610000 nrtn positive 
+028f 6fe0c625 fetch 1 ,mem_power_ctrl_level 
+0290 c0003715 beq 0 ,power_ctrl_decrs_level0 
+0291 1fe0ffff increase -1 ,pdata 
+0292 67e0c625 store 1 ,mem_power_ctrl_level 
+0293 c001029f beq 2 ,p_power_ctrl_decrs_level2 
+0294 c000b70b beq 1 ,power_ctrl_decrs_level1 
+0295 20203715 branch power_ctrl_decrs_level0 
 
 p_power_ctrl_txpower_incrs_force:
-028a 70462600 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0296 70462600 jam 0 ,mem_power_ctrl_pac_succ_cnt 
 
 p_power_ctrl_txpower_incrs:
-028b 6fe0c625 fetch 1 ,mem_power_ctrl_level 
-028c c0018291 beq 3 ,p_power_ctrl_incrs_level3 
-028d 1fe0fe01 increase 1 ,pdata 
-028e 67e0c625 store 1 ,mem_power_ctrl_level 
-028f c000b70b beq 1 ,power_ctrl_incrs_level1 
-0290 c0010293 beq 2 ,p_power_ctrl_incrs_level2 
+0297 6fe0c625 fetch 1 ,mem_power_ctrl_level 
+0298 c001829d beq 3 ,p_power_ctrl_incrs_level3 
+0299 1fe0fe01 increase 1 ,pdata 
+029a 67e0c625 store 1 ,mem_power_ctrl_level 
+029b c000b70b beq 1 ,power_ctrl_incrs_level1 
+029c c001029f beq 2 ,p_power_ctrl_incrs_level2 
 
 p_power_ctrl_incrs_level3:
-0291 70414105 jam tx_power_5db ,mem_tx_power 
-0292 20600000 rtn 
+029d 70414105 jam tx_power_5db ,mem_tx_power 
+029e 20600000 rtn 
 
 p_power_ctrl_decrs_level2:
 
 p_power_ctrl_incrs_level2:
-0293 70414103 jam tx_power_3db ,mem_tx_power 
-0294 20600000 rtn 
+029f 70414103 jam tx_power_3db ,mem_tx_power 
+02a0 20600000 rtn 
 
 p_mouse_cb_fuction:
-0295 58006235 setarg mouse_24g_short_sleep 
-0296 67e145f8 store 2 ,mem_cb_24g_transmit_short_sleep 
-0297 5800029f setarg p_mouse_24g_long_sleep 
-0298 67e145fa store 2 ,mem_cb_24g_transmit_long_sleep 
-0299 580002b4 setarg p_mouse_24g_before_lpm_sleep 
-029a 67e143e9 store 2 ,mem_cb_before_lpm_sleep 
-029b 202053f3 branch mouse_cb_fuction + 7 
+02a1 58006235 setarg mouse_24g_short_sleep 
+02a2 67e145f8 store 2 ,mem_cb_24g_transmit_short_sleep 
+02a3 5800622b setarg mouse_24g_long_sleep 
+02a4 67e145fa store 2 ,mem_cb_24g_transmit_long_sleep 
+02a5 580002b3 setarg p_mouse_24g_before_lpm_sleep 
+02a6 67e143e9 store 2 ,mem_cb_before_lpm_sleep 
+02a7 202053f3 branch mouse_cb_fuction + 7 
 
 p_soft_reset:
-029c 20800000 clear_stack 
-029d 2055e004 call mouse_wheel_gpio_init ,wake 
-029e 20202003 branch soft_reset + 2 
-
-p_mouse_24g_long_sleep:
-029f 204036b4 call g24_lpm_wait 
-02a0 24740000 nrtn user 
-02a1 70477c01 jam 1 ,mem_mouse_24g_long_sleep_flag 
-02a2 204036be call g24_setgpio_lpm_before 
-02a3 70477200 jam 0 ,mem_mouse_24g_sleep_miss 
-02a4 204062aa call mouse_24g_send_time_long_wake 
-02a5 6fe0c73f fetch 1 ,mem_sensor_shutdown_flag 
-02a6 245a54dc ncall mouse_setgpio_hibernate ,blank 
-02a7 204002aa call p_mouse_wheel_set_low_pullup 
-02a8 6fe245af fetch 4 ,mem_24g_enter_hibernate 
-02a9 20203622 branch g24_long_seep2 
-
-p_mouse_wheel_set_low_pullup:
-02aa 6fe0c73f fetch 1 ,mem_sensor_shutdown_flag 
-02ab 247a0000 nrtn blank 
-02ac 6848c64a fetcht 1 ,mem_whee_a_data_gpio 
-02ad 20406f0f call gpio_set_high_impedance 
-02ae 6848c64a fetcht 1 ,mem_whee_a_data_gpio 
-02af 20406ec6 call gpio_set_low_pullup 
-02b0 6848c64b fetcht 1 ,mem_whee_b_data_gpio 
-02b1 20406f0f call gpio_set_high_impedance 
-02b2 6848c64b fetcht 1 ,mem_whee_b_data_gpio 
-02b3 20206ec6 branch gpio_set_low_pullup 
+02a8 2435a002 nbranch soft_reset + 1 ,wake 
+02a9 37d98200 until null ,lpo_edge 
+02aa 37d98200 until null ,lpo_edge 
+02ab 20800000 clear_stack 
+02ac 205582ae call p_mouse_wheel_init_set ,wake 
+02ad 20202003 branch soft_reset + 2 
+
+p_mouse_wheel_init_set:
+02ae 2040021e call p_mouse_puchk_disable 
+02af 6848c64a fetcht 1 ,mem_whee_a_data_gpio 
+02b0 20406edd call gpio_config_input 
+02b1 6848c64b fetcht 1 ,mem_whee_b_data_gpio 
+02b2 20206edd branch gpio_config_input 
 
 p_mouse_24g_before_lpm_sleep:
-02b4 20600000 rtn 
+02b3 20600000 rtn 
 
 p_mouse_load_device_info_check:
-02b5 20400440 call p_mouse_store_normal_tx_power 
-02b6 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-02b7 c289dd60 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
-02b8 c2895d6e bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
-02b9 c28a02bb bbit1 mouse_enable_otp ,p_mouse_load_otp_info_check 
-02ba 20600000 rtn 
+02b4 20400463 call p_mouse_store_normal_tx_power 
+02b5 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+02b6 c289dd60 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+02b7 c2895d6e bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+02b8 c28a02ba bbit1 mouse_enable_otp ,p_mouse_load_otp_info_check 
+02b9 20600000 rtn 
 
 p_mouse_load_otp_info_check:
-02bb 204002c6 call p_mouse_device_flag_temp_store 
-02bc 20405e43 call mouse_read_otp_dpi 
-02bd 20405db4 call mouse_read_otp_device_flag 
-02be 204002da call p_mouse_device_flag_check 
-02bf 204002c3 call p_mouse_select_device_by_switch_check 
-02c0 204002c9 call p_mouse_read_otp_device_info 
-02c1 204002e2 call p_mouse_read_otp_le_addr_increase_count_info 
-02c2 20205daa branch mouse_otp_load_app_initflag 
+02ba 204002c5 call p_mouse_device_flag_temp_store 
+02bb 20405e43 call mouse_read_otp_dpi 
+02bc 20405db4 call mouse_read_otp_device_flag 
+02bd 204002d9 call p_mouse_device_flag_check 
+02be 204002c2 call p_mouse_select_device_by_switch_check 
+02bf 204002c8 call p_mouse_read_otp_device_info 
+02c0 204002e1 call p_mouse_read_otp_le_addr_increase_count_info 
+02c1 20205daa branch mouse_otp_load_app_initflag 
 
 p_mouse_select_device_by_switch_check:
-02c3 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-02c4 c4150000 rtnbit0 mouse_enable_select_device_by_switch_gpio 
-02c5 204004a8 call p_mouse_check_select_device_by_switch 
+02c2 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+02c3 c4150000 rtnbit0 mouse_enable_select_device_by_switch_gpio 
+02c4 204004cb call p_mouse_check_select_device_by_switch 
 
 p_mouse_device_flag_temp_store:
-02c6 6fe0c666 fetch 1 ,mem_device_flag 
-02c7 67e0ca06 store 1 ,mem_mouse_device_flag_temp 
-02c8 20600000 rtn 
+02c5 6fe0c666 fetch 1 ,mem_device_flag 
+02c6 67e0ca06 store 1 ,mem_mouse_device_flag_temp 
+02c7 20600000 rtn 
 
 p_mouse_read_otp_device_info:
-02c9 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-02ca c29f5dd1 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_read_otp_le_device1 
-02cb 20205dcc branch mouse_read_otp_device_info 
+02c8 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+02c9 c29f5dd1 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_read_otp_le_device1 
+02ca 20205dcc branch mouse_read_otp_device_info 
 
 p_mouse_app_initflag_check:
-02cc 6fe1468e fetch 2 ,mem_store_flag 
-02cd d840aa55 arg eeprom_init_flag ,temp 
-02ce 98467c00 isub temp ,null 
-02cf 2022834f branch p_mouse_load_device_info ,zero 
-02d0 6049468e storet 2 ,mem_store_flag 
-02d1 20405c9c call mouse_ble_init_address 
-02d2 6fe0c9a1 fetch 1 ,mem_device_flag_temp 
-02d3 67e0c666 store 1 ,mem_device_flag 
-02d4 20405c8c call mouse_load_default_dpi 
-02d5 58001122 setarg 0x1122 
-02d6 67e14695 store 2 ,mem_random_addr_increase_count 
+02cb 6fe1468e fetch 2 ,mem_store_flag 
+02cc d840aa55 arg eeprom_init_flag ,temp 
+02cd 98467c00 isub temp ,null 
+02ce 2022834e branch p_mouse_load_device_info ,zero 
+02cf 6049468e storet 2 ,mem_store_flag 
+02d0 20405c9c call mouse_ble_init_address 
+02d1 6fe0c9a1 fetch 1 ,mem_device_flag_temp 
+02d2 67e0c666 store 1 ,mem_device_flag 
+02d3 20405c8c call mouse_load_default_dpi 
+02d4 58001122 setarg 0x1122 
+02d5 67e14695 store 2 ,mem_random_addr_increase_count 
 
 p_mouse_device_flag_temp_load:
-02d7 6fe0ca06 fetch 1 ,mem_mouse_device_flag_temp 
-02d8 67e0c666 store 1 ,mem_device_flag 
-02d9 20600000 rtn 
+02d6 6fe0ca06 fetch 1 ,mem_mouse_device_flag_temp 
+02d7 67e0c666 store 1 ,mem_device_flag 
+02d8 20600000 rtn 
 
 p_mouse_device_flag_check:
-02da 6fe0c666 fetch 1 ,mem_device_flag 
-02db 1fe67c00 sub pdata ,0 ,null 
-02dc 202282d7 branch p_mouse_device_flag_temp_load ,zero 
-02dd 1fe67c04 sub pdata ,4 ,null 
-02de 202282e0 branch p_mouse_24g_init ,zero 
-02df 20610000 rtn positive 
+02d9 6fe0c666 fetch 1 ,mem_device_flag 
+02da 1fe67c00 sub pdata ,0 ,null 
+02db 202282d6 branch p_mouse_device_flag_temp_load ,zero 
+02dc 1fe67c04 sub pdata ,4 ,null 
+02dd 202282df branch p_mouse_24g_init ,zero 
+02de 20610000 rtn positive 
 
 p_mouse_24g_init:
-02e0 70466600 jam mode_24g_device ,mem_device_flag 
-02e1 20600000 rtn 
+02df 70466600 jam mode_24g_device ,mem_device_flag 
+02e0 20600000 rtn 
 
 p_mouse_read_otp_le_addr_increase_count_info:
-02e2 6fe0c666 fetch 1 ,mem_device_flag 
-02e3 c1000000 rtneq mode_24g_device 
-02e4 6a4149fe fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
-02e5 1a422600 copy regb ,regc 
+02e1 6fe0c666 fetch 1 ,mem_device_flag 
+02e2 c1000000 rtneq mode_24g_device 
+02e3 6a4149fe fetchr regb ,2 ,mem_otp_offset_le_addr_increase_count 
+02e4 1a422600 copy regb ,regc 
 
 p_mouse_read_otp_le_addr_increase_count_loop:
-02e6 20405e3d call mouse_read_otp_le_addr_increase_count_common 
-02e7 6fe149e0 fetch 2 ,mem_random_addr_increase_count_temp 
-02e8 203a02f0 branch p_mouse_le_addr_increase_count_load ,blank 
-02e9 67e149de store 2 ,mem_random_addr_increase_count_last 
-02ea 1a60a602 increase 2 ,regc 
-02eb 6fe14a00 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
-02ec 9a667c00 isub regc ,null 
-02ed 242102f0 nbranch p_mouse_le_addr_increase_count_load ,positive 
-02ee 1a622400 copy regc ,regb 
-02ef 202002e6 branch p_mouse_read_otp_le_addr_increase_count_loop 
+02e5 20405e3d call mouse_read_otp_le_addr_increase_count_common 
+02e6 6fe149e0 fetch 2 ,mem_random_addr_increase_count_temp 
+02e7 203a02ef branch p_mouse_le_addr_increase_count_load ,blank 
+02e8 67e149de store 2 ,mem_random_addr_increase_count_last 
+02e9 1a60a602 increase 2 ,regc 
+02ea 6fe14a00 fetch 2 ,mem_otp_offset_le_addr_increase_count_end 
+02eb 9a667c00 isub regc ,null 
+02ec 242102ef nbranch p_mouse_le_addr_increase_count_load ,positive 
+02ed 1a622400 copy regc ,regb 
+02ee 202002e5 branch p_mouse_read_otp_le_addr_increase_count_loop 
 
 p_mouse_le_addr_increase_count_load:
-02f0 6fe149de fetch 2 ,mem_random_addr_increase_count_last 
-02f1 67e14695 store 2 ,mem_random_addr_increase_count 
-02f2 20600000 rtn 
+02ef 6fe149de fetch 2 ,mem_random_addr_increase_count_last 
+02f0 67e14695 store 2 ,mem_random_addr_increase_count 
+02f1 20600000 rtn 
 
 p_mouse_store_device_info:
-02f3 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-02f4 c289dcb1 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
-02f5 c2895cb9 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
-02f6 c28a02f8 bbit1 mouse_enable_otp ,p_mouse_store_otp_device_info 
-02f7 20600000 rtn 
+02f2 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+02f3 c289dcb1 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+02f4 c2895cb9 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+02f5 c28a02f7 bbit1 mouse_enable_otp ,p_mouse_store_otp_device_info 
+02f6 20600000 rtn 
 
 p_mouse_store_otp_device_info:
-02f8 204002fb call p_mouse_write_otp_locall_addr 
-02f9 20400300 call p_mouse_write_otp_device_flag 
-02fa 20205cc1 branch mouse_store_otp_device_info + 1 
+02f7 204002fa call p_mouse_write_otp_locall_addr 
+02f8 204002ff call p_mouse_write_otp_device_flag 
+02f9 20205cc1 branch mouse_store_otp_device_info + 1 
 
 p_mouse_write_otp_locall_addr:
-02fb 6fe0c666 fetch 1 ,mem_device_flag 
-02fc c1000000 rtneq mode_24g_device 
-02fd c0008327 beq mode_bt_device1 ,p_mouse_write_otp_le_locall_addr1 
-02fe c001033b beq mode_bt_device2 ,p_mouse_write_otp_le_locall_addr2 
-02ff 20600000 rtn 
+02fa 6fe0c666 fetch 1 ,mem_device_flag 
+02fb c1000000 rtneq mode_24g_device 
+02fc c0008326 beq mode_bt_device1 ,p_mouse_write_otp_le_locall_addr1 
+02fd c001033a beq mode_bt_device2 ,p_mouse_write_otp_le_locall_addr2 
+02fe 20600000 rtn 
 
 p_mouse_write_otp_device_flag:
-0300 6a4149e2 fetchr regb ,2 ,mem_otp_offset_device_flag 
-0301 1a422600 copy regb ,regc 
+02ff 6a4149e2 fetchr regb ,2 ,mem_otp_offset_device_flag 
+0300 1a422600 copy regb ,regc 
 
 p_mouse_write_otp_device_flag_loop:
-0302 20405dc0 call mouse_read_otp_device_flag_common 
-0303 6fe0c9a1 fetch 1 ,mem_device_flag_temp 
-0304 203a030c branch p_mouse_device_flag_store ,blank 
-0305 67e0c9a0 store 1 ,mem_device_flag_last 
-0306 1a60a601 increase 1 ,regc 
-0307 6fe149e4 fetch 2 ,mem_otp_offset_device_flag_end 
-0308 9a667c00 isub regc ,null 
-0309 24610000 nrtn positive 
-030a 1a622400 copy regc ,regb 
-030b 20200302 branch p_mouse_write_otp_device_flag_loop 
+0301 20405dc0 call mouse_read_otp_device_flag_common 
+0302 6fe0c9a1 fetch 1 ,mem_device_flag_temp 
+0303 203a030b branch p_mouse_device_flag_store ,blank 
+0304 67e0c9a0 store 1 ,mem_device_flag_last 
+0305 1a60a601 increase 1 ,regc 
+0306 6fe149e4 fetch 2 ,mem_otp_offset_device_flag_end 
+0307 9a667c00 isub regc ,null 
+0308 24610000 nrtn positive 
+0309 1a622400 copy regc ,regb 
+030a 20200301 branch p_mouse_write_otp_device_flag_loop 
 
 p_mouse_device_flag_store:
-030c 6fe0c9a0 fetch 1 ,mem_device_flag_last 
-030d 1fe17ef0 and pdata ,0xf0 ,pdata 
-030e 203a0316 branch p_mouse_device_flag_store_check ,blank 
-030f 6fe0c666 fetch 1 ,mem_device_flag 
-0310 20400324 call p_mouse_device_flag_otp_store_judge 
-0311 67e0c9a2 store 1 ,mem_device_flag_value 
-
-p_mouse_devoce_flag_store_end:
-0312 df200001 arg 1 ,loopcnt 
-0313 1a622400 copy regc ,regb 
-0314 da2049a2 arg mem_device_flag_value ,rega 
-0315 20206b45 branch otp_write 
+030b 6fe0c9a0 fetch 1 ,mem_device_flag_last 
+030c 1fe17ef0 and pdata ,0xf0 ,pdata 
+030d 203a0315 branch p_mouse_device_flag_store_check ,blank 
+030e 6fe0c666 fetch 1 ,mem_device_flag 
+030f 20400323 call p_mouse_device_flag_otp_store_judge 
+0310 67e0c9a2 store 1 ,mem_device_flag_value 
+
+p_mouse_device_flag_store_end:
+0311 df200001 arg 1 ,loopcnt 
+0312 1a622400 copy regc ,regb 
+0313 da2049a2 arg mem_device_flag_value ,rega 
+0314 20206b45 branch otp_write 
 
 p_mouse_device_flag_store_check:
-0316 6848c9a0 fetcht 1 ,mem_device_flag_last 
-0317 6fe0c666 fetch 1 ,mem_device_flag 
-0318 20400324 call p_mouse_device_flag_otp_store_judge 
-0319 98467c00 isub temp ,null 
-031a 20628000 rtn zero 
-031b 1ff27e00 lshift4 pdata ,pdata 
-031c 9840fe00 iadd temp ,pdata 
-031d 67e0c9a2 store 1 ,mem_device_flag_value 
-031e 1a627e00 copy regc ,pdata 
-031f 684949e2 fetcht 2 ,mem_otp_offset_device_flag 
-0320 98467c00 isub temp ,null 
-0321 20228312 branch p_mouse_devoce_flag_store_end ,zero 
-0322 1a60a7ff increase -1 ,regc 
-0323 20200312 branch p_mouse_devoce_flag_store_end 
+0315 6848c9a0 fetcht 1 ,mem_device_flag_last 
+0316 6fe0c666 fetch 1 ,mem_device_flag 
+0317 20400323 call p_mouse_device_flag_otp_store_judge 
+0318 98467c00 isub temp ,null 
+0319 20628000 rtn zero 
+031a 1ff27e00 lshift4 pdata ,pdata 
+031b 9840fe00 iadd temp ,pdata 
+031c 67e0c9a2 store 1 ,mem_device_flag_value 
+031d 1a627e00 copy regc ,pdata 
+031e 684949e2 fetcht 2 ,mem_otp_offset_device_flag 
+031f 98467c00 isub temp ,null 
+0320 20228311 branch p_mouse_device_flag_store_end ,zero 
+0321 1a60a7ff increase -1 ,regc 
+0322 20200311 branch p_mouse_device_flag_store_end 
 
 p_mouse_device_flag_otp_store_judge:
-0324 c1800000 rtnne mode_24g_device 
-0325 1fe0fe04 increase 4 ,pdata 
-0326 20600000 rtn 
+0323 c1800000 rtnne mode_24g_device 
+0324 1fe0fe04 increase 4 ,pdata 
+0325 20600000 rtn 
 
 p_mouse_write_otp_le_locall_addr1:
-0327 6a4149ee fetchr regb ,2 ,mem_otp_offset_le_locall_addr1 
-0328 1a422600 copy regb ,regc 
+0326 6a4149ee fetchr regb ,2 ,mem_otp_offset_le_locall_addr1 
+0327 1a422600 copy regb ,regc 
 
 p_mouse_write_otp_le_locall_addr1_loop:
-0329 20405df3 call mouse_read_otp_le_locall_addr1_common 
-032a 6fe349b5 fetch 6 ,mem_mouse_le_locall_addr1_temp 
-032b 203a0333 branch p_mouse_le_local_addr1_store ,blank 
-032c 67e349af store 6 ,mem_mouse_le_locall_addr1_last 
-032d 1a60a606 increase 6 ,regc 
-032e 6fe149f0 fetch 2 ,mem_otp_offset_le_locall_addr1_end 
-032f 9a667c00 isub regc ,null 
-0330 24610000 nrtn positive 
-0331 1a622400 copy regc ,regb 
-0332 20200329 branch p_mouse_write_otp_le_locall_addr1_loop 
+0328 20405df3 call mouse_read_otp_le_locall_addr1_common 
+0329 6fe349b5 fetch 6 ,mem_mouse_le_locall_addr1_temp 
+032a 203a0332 branch p_mouse_le_local_addr1_store ,blank 
+032b 67e349af store 6 ,mem_mouse_le_locall_addr1_last 
+032c 1a60a606 increase 6 ,regc 
+032d 6fe149f0 fetch 2 ,mem_otp_offset_le_locall_addr1_end 
+032e 9a667c00 isub regc ,null 
+032f 24610000 nrtn positive 
+0330 1a622400 copy regc ,regb 
+0331 20200328 branch p_mouse_write_otp_le_locall_addr1_loop 
 
 p_mouse_le_local_addr1_store:
-0333 6fe349af fetch 6 ,mem_mouse_le_locall_addr1_last 
-0334 684b466e fetcht 6 ,mem_device1_locall_addr 
-0335 98467c00 isub temp ,null 
-0336 20628000 rtn zero 
-0337 df200006 arg 6 ,loopcnt 
-0338 da20466e arg mem_device1_locall_addr ,rega 
-0339 1a622400 copy regc ,regb 
-033a 20206b45 branch otp_write 
+0332 6fe349af fetch 6 ,mem_mouse_le_locall_addr1_last 
+0333 684b466e fetcht 6 ,mem_device1_locall_addr 
+0334 98467c00 isub temp ,null 
+0335 20628000 rtn zero 
+0336 df200006 arg 6 ,loopcnt 
+0337 da20466e arg mem_device1_locall_addr ,rega 
+0338 1a622400 copy regc ,regb 
+0339 20206b45 branch otp_write 
 
 p_mouse_write_otp_le_locall_addr2:
-033b 6a4149f6 fetchr regb ,2 ,mem_otp_offset_le_locall_addr2 
-033c 1a422600 copy regb ,regc 
+033a 6a4149f6 fetchr regb ,2 ,mem_otp_offset_le_locall_addr2 
+033b 1a422600 copy regb ,regc 
 
 p_mouse_write_otp_le_locall_addr2_loop:
-033d 20405e17 call mouse_read_otp_le_locall_addr2_common 
-033e 6fe349cd fetch 6 ,mem_mouse_le_locall_addr2_temp 
-033f 203a0347 branch p_mouse_le_local_addr2_store ,blank 
-0340 67e349c7 store 6 ,mem_mouse_le_locall_addr2_last 
-0341 1a60a606 increase 6 ,regc 
-0342 6fe149f8 fetch 2 ,mem_otp_offset_le_locall_addr2_end 
-0343 9a667c00 isub regc ,null 
-0344 24610000 nrtn positive 
-0345 1a622400 copy regc ,regb 
-0346 2020033d branch p_mouse_write_otp_le_locall_addr2_loop 
+033c 20405e17 call mouse_read_otp_le_locall_addr2_common 
+033d 6fe349cd fetch 6 ,mem_mouse_le_locall_addr2_temp 
+033e 203a0346 branch p_mouse_le_local_addr2_store ,blank 
+033f 67e349c7 store 6 ,mem_mouse_le_locall_addr2_last 
+0340 1a60a606 increase 6 ,regc 
+0341 6fe149f8 fetch 2 ,mem_otp_offset_le_locall_addr2_end 
+0342 9a667c00 isub regc ,null 
+0343 24610000 nrtn positive 
+0344 1a622400 copy regc ,regb 
+0345 2020033c branch p_mouse_write_otp_le_locall_addr2_loop 
 
 p_mouse_le_local_addr2_store:
-0347 6fe349c7 fetch 6 ,mem_mouse_le_locall_addr2_last 
-0348 684b467b fetcht 6 ,mem_device2_locall_addr 
-0349 98467c00 isub temp ,null 
-034a 20628000 rtn zero 
-034b df200006 arg 6 ,loopcnt 
-034c da20467b arg mem_device2_locall_addr ,rega 
-034d 1a622400 copy regc ,regb 
-034e 20206b45 branch otp_write 
+0346 6fe349c7 fetch 6 ,mem_mouse_le_locall_addr2_last 
+0347 684b467b fetcht 6 ,mem_device2_locall_addr 
+0348 98467c00 isub temp ,null 
+0349 20628000 rtn zero 
+034a df200006 arg 6 ,loopcnt 
+034b da20467b arg mem_device2_locall_addr ,rega 
+034c 1a622400 copy regc ,regb 
+034d 20206b45 branch otp_write 
 
 p_mouse_load_device_info:
-034f 20400388 call p_mouse_le_locall_addr_init_check 
-0350 204003a0 call p_mouse_select_reconn_device 
-0351 20400353 call p_mouse_otp_load_dpi 
-0352 20205c90 branch mouse_load_device_info + 1 
+034e 20400387 call p_mouse_le_locall_addr_init_check 
+034f 2040039f call p_mouse_select_reconn_device 
+0350 20400352 call p_mouse_otp_load_dpi 
+0351 20205c90 branch mouse_load_device_info + 1 
 
 p_mouse_otp_load_dpi:
-0353 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0354 c4078000 rtnbit0 mouse_enable_load_and_store_dpi 
-0355 6fe0c690 fetch 1 ,mem_mouse_dpi 
-0356 c0005c94 beq 0 ,mouse_otp_load_dpi 
-0357 c0030359 beq 6 ,p_mouse_dpi_reinit 
-0358 20600000 rtn 
+0352 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0353 c4078000 rtnbit0 mouse_enable_load_and_store_dpi 
+0354 6fe0c690 fetch 1 ,mem_mouse_dpi 
+0355 c0005c94 beq 0 ,mouse_otp_load_dpi 
+0356 c0030358 beq 6 ,p_mouse_dpi_reinit 
+0357 20600000 rtn 
 
 p_mouse_dpi_reinit:
-0359 70469000 jam mouse_dpi_level1 ,mem_mouse_dpi 
-035a 20600000 rtn 
+0358 70469000 jam mouse_dpi_level1 ,mem_mouse_dpi 
+0359 20600000 rtn 
 
 p_mouse_store_dpi_info_check:
-035b 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-035c c289dcb5 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
-035d c28a035f bbit1 mouse_enable_otp ,p_mouse_store_otp_dpi 
-035e 20600000 rtn 
+035a 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+035b c289dcb5 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
+035c c28a035e bbit1 mouse_enable_otp ,p_mouse_store_otp_dpi 
+035d 20600000 rtn 
 
 p_mouse_store_otp_dpi:
-035f 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0360 c4078000 rtnbit0 mouse_enable_load_and_store_dpi 
-0361 6a4149fa fetchr regb ,2 ,mem_otp_offset_dpi 
-0362 1a422600 copy regb ,regc 
+035e 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+035f c4078000 rtnbit0 mouse_enable_load_and_store_dpi 
+0360 6a4149fa fetchr regb ,2 ,mem_otp_offset_dpi 
+0361 1a422600 copy regb ,regc 
 
 p_mouse_otp_store_dpi_loop:
-0363 20405e51 call mouse_read_otp_dpi_common 
-0364 6fe0c9d4 fetch 1 ,mem_mouse_dpi_temp 
-0365 203a036d branch p_mouse_otp_dpi_store ,blank 
-0366 67e0c9d3 store 1 ,mem_mouse_dpi_last 
-0367 1a60a601 increase 1 ,regc 
-0368 6fe149fc fetch 2 ,mem_otp_offset_dpi_end 
-0369 9a667c00 isub regc ,null 
-036a 24610000 nrtn positive 
-036b 1a622400 copy regc ,regb 
-036c 20200363 branch p_mouse_otp_store_dpi_loop 
+0362 20405e51 call mouse_read_otp_dpi_common 
+0363 6fe0c9d4 fetch 1 ,mem_mouse_dpi_temp 
+0364 203a036c branch p_mouse_otp_dpi_store ,blank 
+0365 67e0c9d3 store 1 ,mem_mouse_dpi_last 
+0366 1a60a601 increase 1 ,regc 
+0367 6fe149fc fetch 2 ,mem_otp_offset_dpi_end 
+0368 9a667c00 isub regc ,null 
+0369 24610000 nrtn positive 
+036a 1a622400 copy regc ,regb 
+036b 20200362 branch p_mouse_otp_store_dpi_loop 
 
 p_mouse_otp_dpi_store:
-036d 6fe0c9d3 fetch 1 ,mem_mouse_dpi_last 
-036e 1fe17ef0 and pdata ,0xf0 ,pdata 
-036f 203a0377 branch p_mouse_dpi_store_last_check ,blank 
-0370 6fe0c690 fetch 1 ,mem_mouse_dpi 
-0371 20400385 call p_mouse_dpi_otp_store_judge 
-0372 67e0c9d5 store 1 ,mem_mouse_otp_dpi_value 
+036c 6fe0c9d3 fetch 1 ,mem_mouse_dpi_last 
+036d 1fe17ef0 and pdata ,0xf0 ,pdata 
+036e 203a0376 branch p_mouse_dpi_store_last_check ,blank 
+036f 6fe0c690 fetch 1 ,mem_mouse_dpi 
+0370 20400384 call p_mouse_dpi_otp_store_judge 
+0371 67e0c9d5 store 1 ,mem_mouse_otp_dpi_value 
 
 p_mouse_dpi_store_end:
-0373 df200001 arg 1 ,loopcnt 
-0374 1a622400 copy regc ,regb 
-0375 da2049d5 arg mem_mouse_otp_dpi_value ,rega 
-0376 20206b45 branch otp_write 
+0372 df200001 arg 1 ,loopcnt 
+0373 1a622400 copy regc ,regb 
+0374 da2049d5 arg mem_mouse_otp_dpi_value ,rega 
+0375 20206b45 branch otp_write 
 
 p_mouse_dpi_store_last_check:
-0377 6848c9d3 fetcht 1 ,mem_mouse_dpi_last 
-0378 6fe0c690 fetch 1 ,mem_mouse_dpi 
-0379 20400385 call p_mouse_dpi_otp_store_judge 
-037a 98467c00 isub temp ,null 
-037b 20628000 rtn zero 
-037c 1ff27e00 lshift4 pdata ,pdata 
-037d 9840fe00 iadd temp ,pdata 
-037e 67e0c9d5 store 1 ,mem_mouse_otp_dpi_value 
-037f 1a627e00 copy regc ,pdata 
-0380 684949fa fetcht 2 ,mem_otp_offset_dpi 
-0381 98467c00 isub temp ,null 
-0382 20228373 branch p_mouse_dpi_store_end ,zero 
-0383 1a60a7ff increase -1 ,regc 
-0384 20200373 branch p_mouse_dpi_store_end 
+0376 6848c9d3 fetcht 1 ,mem_mouse_dpi_last 
+0377 6fe0c690 fetch 1 ,mem_mouse_dpi 
+0378 20400384 call p_mouse_dpi_otp_store_judge 
+0379 98467c00 isub temp ,null 
+037a 20628000 rtn zero 
+037b 1ff27e00 lshift4 pdata ,pdata 
+037c 9840fe00 iadd temp ,pdata 
+037d 67e0c9d5 store 1 ,mem_mouse_otp_dpi_value 
+037e 1a627e00 copy regc ,pdata 
+037f 684949fa fetcht 2 ,mem_otp_offset_dpi 
+0380 98467c00 isub temp ,null 
+0381 20228372 branch p_mouse_dpi_store_end ,zero 
+0382 1a60a7ff increase -1 ,regc 
+0383 20200372 branch p_mouse_dpi_store_end 
 
 p_mouse_dpi_otp_store_judge:
-0385 c1800000 rtnne mouse_dpi_level1 
-0386 1fe0fe06 increase 6 ,pdata 
-0387 20600000 rtn 
+0384 c1800000 rtnne mouse_dpi_level1 
+0385 1fe0fe06 increase 6 ,pdata 
+0386 20600000 rtn 
 
 p_mouse_le_locall_addr_init_check:
-0388 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0389 c29f038f bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_le_addr1_init_check 
-038a 6fe0c666 fetch 1 ,mem_device_flag 
-038b c1000000 rtneq mode_24g_device 
-038c c000838f beq mode_bt_device1 ,p_mouse_le_addr1_init_check 
-038d c0010396 beq mode_bt_device2 ,p_mouse_le_addr2_init_check 
-038e 20600000 rtn 
+0387 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0388 c29f038e bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_le_addr1_init_check 
+0389 6fe0c666 fetch 1 ,mem_device_flag 
+038a c1000000 rtneq mode_24g_device 
+038b c000838e beq mode_bt_device1 ,p_mouse_le_addr1_init_check 
+038c c0010395 beq mode_bt_device2 ,p_mouse_le_addr2_init_check 
+038d 20600000 rtn 
 
 p_mouse_le_addr1_init_check:
-038f 6fe3466e fetch 6 ,mem_device1_locall_addr 
-0390 684b46e6 fetcht 6 ,mem_mouse_compare_addr 
-0391 98467c00 isub temp ,null 
-0392 24628000 nrtn zero 
-0393 6fe342db fetch 6 ,mem_le_lap 
-0394 67e3466e store 6 ,mem_device1_locall_addr 
-0395 20600000 rtn 
+038e 6fe3466e fetch 6 ,mem_device1_locall_addr 
+038f 684b46e6 fetcht 6 ,mem_mouse_compare_addr 
+0390 98467c00 isub temp ,null 
+0391 24628000 nrtn zero 
+0392 6fe342db fetch 6 ,mem_le_lap 
+0393 67e3466e store 6 ,mem_device1_locall_addr 
+0394 20600000 rtn 
 
 p_mouse_le_addr2_init_check:
-0396 6fe3466e fetch 6 ,mem_device1_locall_addr 
-0397 684b46e6 fetcht 6 ,mem_mouse_compare_addr 
-0398 98467c00 isub temp ,null 
-0399 24628000 nrtn zero 
-039a 6fe342db fetch 6 ,mem_le_lap 
-039b 1fe0ff00 add pdata ,0x0100 ,pdata 
-039c 67e3466e store 6 ,mem_device1_locall_addr 
-039d 20600000 rtn 
+0395 6fe3466e fetch 6 ,mem_device1_locall_addr 
+0396 684b46e6 fetcht 6 ,mem_mouse_compare_addr 
+0397 98467c00 isub temp ,null 
+0398 24628000 nrtn zero 
+0399 6fe342db fetch 6 ,mem_le_lap 
+039a 1fe0ff00 add pdata ,0x0100 ,pdata 
+039b 67e3466e store 6 ,mem_device1_locall_addr 
+039c 20600000 rtn 
 
 p_mouse_buletooth_fast_conn_end:
-039e 204003a0 call p_mouse_select_reconn_device 
-039f 20205a9c branch mouse_buletooth_fast_conn_end + 2 
+039d 2040039f call p_mouse_select_reconn_device 
+039e 20205a9c branch mouse_buletooth_fast_conn_end + 2 
 
 p_mouse_select_reconn_device:
-03a0 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-03a1 c30a5c6f bbit0 mouse_enable_otp ,mouse_select_reconn_device 
-03a2 c29f03a8 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_load_le_device1 
+039f 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+03a0 c30a5c6f bbit0 mouse_enable_otp ,mouse_select_reconn_device 
+03a1 c29f03a7 bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_load_le_device1 
 
 p_mouse_select_reconn_device_start:
-03a3 6fe0c666 fetch 1 ,mem_device_flag 
-03a4 c1000000 rtneq mode_24g_device 
-03a5 c00083a8 beq mode_bt_device1 ,p_mouse_load_le_device1 
-03a6 c00103ad beq mode_bt_device2 ,p_mouse_load_le_device2 
-03a7 20600000 rtn 
+03a2 6fe0c666 fetch 1 ,mem_device_flag 
+03a3 c1000000 rtneq mode_24g_device 
+03a4 c00083a7 beq mode_bt_device1 ,p_mouse_load_le_device1 
+03a5 c00103ac beq mode_bt_device2 ,p_mouse_load_le_device2 
+03a6 20600000 rtn 
 
 p_mouse_load_le_device1:
-03a8 6fe34668 fetch 6 ,mem_device1_addr 
-03a9 67e34116 store 6 ,mem_hci_plap 
-03aa 6fe3466e fetch 6 ,mem_device1_locall_addr 
-03ab 67e342db store 6 ,mem_le_lap 
-03ac 20600000 rtn 
+03a7 6fe34668 fetch 6 ,mem_device1_addr 
+03a8 67e34116 store 6 ,mem_hci_plap 
+03a9 6fe3466e fetch 6 ,mem_device1_locall_addr 
+03aa 67e342db store 6 ,mem_le_lap 
+03ab 20600000 rtn 
 
 p_mouse_load_le_device2:
-03ad 6fe34675 fetch 6 ,mem_device2_addr 
-03ae 67e34116 store 6 ,mem_hci_plap 
-03af 6fe3467b fetch 6 ,mem_device2_locall_addr 
-03b0 67e342db store 6 ,mem_le_lap 
-03b1 20600000 rtn 
+03ac 6fe34675 fetch 6 ,mem_device2_addr 
+03ad 67e34116 store 6 ,mem_hci_plap 
+03ae 6fe3467b fetch 6 ,mem_device2_locall_addr 
+03af 67e342db store 6 ,mem_le_lap 
+03b0 20600000 rtn 
 
 p_mouse_store_remote_bdaddr:
-03b2 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-03b3 c4010000 rtnbit0 mouse_store_eeprom_flag 
-03b4 c30a5c43 bbit0 mouse_enable_otp ,mouse_store_remote_bdaddr + 1 
-03b5 d8e00002 arg mouse_store_eeprom_flag ,queue 
-03b6 20405f04 call mouse_disable_function_flag 
-03b7 20405c4a call mouse_check_device_addr 
-03b8 204003ba call p_mouse_before_store_reconn_info 
-03b9 20205ca3 branch mouse_store_device_info_delay 
+03b1 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+03b2 c4010000 rtnbit0 mouse_store_eeprom_flag 
+03b3 c30a5c43 bbit0 mouse_enable_otp ,mouse_store_remote_bdaddr + 1 
+03b4 d8e00002 arg mouse_store_eeprom_flag ,queue 
+03b5 20405f04 call mouse_disable_function_flag 
+03b6 20405c4a call mouse_check_device_addr 
+03b7 204003b9 call p_mouse_before_store_reconn_info 
+03b8 20205ca3 branch mouse_store_device_info_delay 
 
 p_mouse_before_store_reconn_info:
-03ba 6fe0c666 fetch 1 ,mem_device_flag 
-03bb c00083be beq mode_bt_device1 ,p_mouse_store_le_device1 
-03bc c00103c3 beq mode_bt_device2 ,p_mouse_store_le_device2 
-03bd 20600000 rtn 
+03b9 6fe0c666 fetch 1 ,mem_device_flag 
+03ba c00083bd beq mode_bt_device1 ,p_mouse_store_le_device1 
+03bb c00103c2 beq mode_bt_device2 ,p_mouse_store_le_device2 
+03bc 20600000 rtn 
 
 p_mouse_store_le_device1:
-03be 6fe30178 fetch 6 ,mem_le_plap 
-03bf 67e34668 store 6 ,mem_device1_addr 
-03c0 6fe342db fetch 6 ,mem_le_lap 
-03c1 67e3466e store 6 ,mem_device1_locall_addr 
-03c2 20600000 rtn 
+03bd 6fe30178 fetch 6 ,mem_le_plap 
+03be 67e34668 store 6 ,mem_device1_addr 
+03bf 6fe342db fetch 6 ,mem_le_lap 
+03c0 67e3466e store 6 ,mem_device1_locall_addr 
+03c1 20600000 rtn 
 
 p_mouse_store_le_device2:
-03c3 6fe30178 fetch 6 ,mem_le_plap 
-03c4 67e34675 store 6 ,mem_device2_addr 
-03c5 6fe342db fetch 6 ,mem_le_lap 
-03c6 67e3467b store 6 ,mem_device2_locall_addr 
-03c7 20600000 rtn 
+03c2 6fe30178 fetch 6 ,mem_le_plap 
+03c3 67e34675 store 6 ,mem_device2_addr 
+03c4 6fe342db fetch 6 ,mem_le_lap 
+03c5 67e3467b store 6 ,mem_device2_locall_addr 
+03c6 20600000 rtn 
 
 p_mouse_bb_event_timer:
-03c8 204003dc call p_mouse_le_send_conn_param_update_timer 
-03c9 2040614d call mouse_low_voltage_led_timer 
-03ca 2040553d call mouse_adc_read 
-03cb 20406110 call mouse_logo_led_on_timer 
-03cc 204061b1 call mouse_led_multi_timer 
-03cd 2040611e call mouse_dpi_led_blink_delay_timer 
-03ce 2040328e call g24_pair_timeout_timer 
-03cf 20403531 call g24_reconn_timeout_timer 
-03d0 20405fdd call mouse_24g_long_sleep_param_update_timer 
-03d1 2040572c call mouse_dpi_key_check_long_press 
-03d2 20405b9b call mouse_bt_discovery_check 
-03d3 20405bab call mouse_commbination_key_process 
-03d4 20405bce call mouse_check_discovery_timeout_timer 
-03d5 20405bd3 call mouse_check_direct_timeout_timer 
-03d6 20405be1 call mouse_le_enable_att_list_timer 
-03d7 20405bee call mouse_le_battery_updata_timer 
-03d8 20405be4 call mouse_le_send_smp_security_request_timer 
-03d9 20405bfb call mouse_check_reconnect_delay_long_sleep 
-03da 204003df call p_mouse_current_mult_update_timer 
-03db 20205b98 branch mouse_bb_event_timer_next 
+03c7 204003dd call p_mouse_le_send_conn_param_update_timer 
+03c8 2040614d call mouse_low_voltage_led_timer 
+03c9 2040553d call mouse_adc_read 
+03ca 20406110 call mouse_logo_led_on_timer 
+03cb 204061b1 call mouse_led_multi_timer 
+03cc 2040611e call mouse_dpi_led_blink_delay_timer 
+03cd 2040328e call g24_pair_timeout_timer 
+03ce 20403531 call g24_reconn_timeout_timer 
+03cf 20405fdd call mouse_24g_long_sleep_param_update_timer 
+03d0 2040572c call mouse_dpi_key_check_long_press 
+03d1 20405b9b call mouse_bt_discovery_check 
+03d2 20405bab call mouse_commbination_key_process 
+03d3 20405bce call mouse_check_discovery_timeout_timer 
+03d4 20405bd3 call mouse_check_direct_timeout_timer 
+03d5 20405be1 call mouse_le_enable_att_list_timer 
+03d6 20405bee call mouse_le_battery_updata_timer 
+03d7 20405be4 call mouse_le_send_smp_security_request_timer 
+03d8 20405bfb call mouse_check_reconnect_delay_long_sleep 
+03d9 204003e0 call p_mouse_current_mult_update_timer 
+03da 204056b6 call mouse_wheel_trigger_timer 
+03db 20405c0e call mouse_store_information_delay_timer 
+03dc 20205c05 branch mouse_check_no_data_timeout_timer 
 
 p_mouse_le_send_conn_param_update_timer:
-03dc da604a05 arg mem_mouse_le_send_conn_param_update_timer ,regc 
-03dd da405aef arg mouse_updata_le_param ,regb 
-03de 202042e0 branch timer_single_step 
+03dd da604a05 arg mem_mouse_le_send_conn_param_update_timer ,regc 
+03de da405aef arg mouse_updata_le_param ,regb 
+03df 202042e0 branch timer_single_step 
 
 p_mouse_current_mult_update_timer:
-03df da60477e arg mem_mouse_current_mult_timer ,regc 
-03e0 da4003e2 arg p_mouse_current_mult_reinit ,regb 
-03e1 202042e0 branch timer_single_step 
+03e0 da60477e arg mem_mouse_current_mult_timer ,regc 
+03e1 da4003e3 arg p_mouse_current_mult_reinit ,regb 
+03e2 202042e0 branch timer_single_step 
 
 p_mouse_current_mult_reinit:
-03e2 6fe0c96b fetch 1 ,mem_lpm_mult_init 
-03e3 67e0c0c0 store 1 ,mem_lpm_mult 
-03e4 70477d03 jam 3 ,mem_mouse_long_mult_flag 
-03e5 20600000 rtn 
+03e3 6fe0c96b fetch 1 ,mem_lpm_mult_init 
+03e4 67e0c0c0 store 1 ,mem_lpm_mult 
+03e5 70477d03 jam 3 ,mem_mouse_long_mult_flag 
+03e6 20600000 rtn 
 
 p_mouse_start_discovery:
-03e6 204059ed call mouse_sensor_powerdown 
-03e7 20205c1b branch mouse_start_discovery + 1 
+03e7 204059ed call mouse_sensor_powerdown 
+03e8 20205c1b branch mouse_start_discovery + 1 
 
 p_mouse_priority_bb_event:
-03e8 1a627e00 copy regc ,pdata 
-03e9 c02003fd beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
-03ea c00a8402 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
-03eb c01903f4 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
-03ec c01e041c beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
-03ed c01c842d beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
-03ee c01d0430 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
-03ef c00a03f1 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
-03f0 20205ac3 branch mouse_priority_bb_event + 2 
+03e9 1a627e00 copy regc ,pdata 
+03ea c02003fe beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+03eb c00a8403 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+03ec c01903f5 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+03ed c01e041e beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+03ee c01c842f beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+03ef c01d0432 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+03f0 c00a03f2 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+03f1 20205ac3 branch mouse_priority_bb_event + 2 
 
 p_mouse_le_bb_event_connected:
-03f1 58000000 setarg 0 
-03f2 67e24c03 store 4 ,mem_le_conn_first_rcv 
-03f3 20205ad0 branch mouse_le_bb_event_connected 
+03f2 58000000 setarg 0 
+03f3 67e24bf9 store 4 ,mem_le_conn_first_rcv 
+03f4 20205ad0 branch mouse_le_bb_event_connected 
 
 p_mouse_le_ll_start_encryt:
-03f4 6fe0c795 fetch 1 ,mem_mouse_le_reconnect_flag 
-03f5 c00083f8 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
-03f6 70484414 jam 20 ,mem_le_start_encrypt_timer 
-03f7 202003fa branch p_mouse_le_ll_reconn_start_encryt_new 
+03f5 6fe0c795 fetch 1 ,mem_mouse_le_reconnect_flag 
+03f6 c00083f9 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
+03f7 70484414 jam 20 ,mem_le_start_encrypt_timer 
+03f8 202003fb branch p_mouse_le_ll_reconn_start_encryt_new 
 
 p_mouse_le_ll_reconn_start_encryt:
-03f8 20405aef call mouse_updata_le_param 
-03f9 70484405 jam 5 ,mem_le_start_encrypt_timer 
+03f9 20405aef call mouse_updata_le_param 
+03fa 70484405 jam 5 ,mem_le_start_encrypt_timer 
 
 p_mouse_le_ll_reconn_start_encryt_new:
-03fa 6fe0cc02 fetch 1 ,mem_le_conn_rcv_new 
-03fb 67e0cc03 store 1 ,mem_le_conn_first_rcv 
-03fc 20205af6 branch mouse_le_ll_enable_start_enc_flag 
+03fb 6fe0cbf8 fetch 1 ,mem_le_conn_rcv_new 
+03fc 67e0cbf9 store 1 ,mem_le_conn_first_rcv 
+03fd 20205af6 branch mouse_le_ll_enable_start_enc_flag 
 
 p_mouse_le_conn_param_update_rsp_recieved:
-03fd 6fe0ca04 fetch 1 ,mem_mouse_le_send_conn_param_update 
-03fe 247a0000 nrtn blank 
-03ff 704a0401 jam 1 ,mem_mouse_le_send_conn_param_update 
-0400 704a051e jam 30 ,mem_mouse_le_send_conn_param_update_timer 
-0401 20600000 rtn 
+03fe 6fe0ca04 fetch 1 ,mem_mouse_le_send_conn_param_update 
+03ff 247a0000 nrtn blank 
+0400 704a0401 jam 1 ,mem_mouse_le_send_conn_param_update 
+0401 704a051e jam 30 ,mem_mouse_le_send_conn_param_update_timer 
+0402 20600000 rtn 
 
 p_mouse_le_bb_disconnected:
-0402 67e147c0 store 2 ,mem_le_battery_level_updata_timer 
-0403 70479400 jam 0 ,mem_mouse_le_bb_connected_flag 
-0404 d8400006 arg le_interval_7_5ms ,temp 
-0405 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0406 c28d8408 bbit1 mouse_enable_bt_125hz ,p_mouse_le_bb_disconnected_next 
-0407 d8400007 arg le_interval_8_75ms ,temp 
+0403 58000000 setarg 0 
+0404 67e147c0 store 2 ,mem_le_battery_level_updata_timer 
+0405 70479400 jam 0 ,mem_mouse_le_bb_connected_flag 
+0406 d8400006 arg le_interval_7_5ms ,temp 
+0407 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0408 c28d840a bbit1 mouse_enable_bt_125hz ,p_mouse_le_bb_disconnected_next 
+0409 d8400007 arg le_interval_8_75ms ,temp 
 
 p_mouse_le_bb_disconnected_next:
-0408 604942d3 storet 2 ,mem_le_interval_min 
-0409 604942d5 storet 2 ,mem_le_interval_min + 2 
-040a 7047c200 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-040b 70495600 jam 0 ,mem_mouse_clear_sensor_data_flag 
-040c 204029cb call le_clr_config_more_data 
-040d 2020040e branch p_mouse_bb_disconnected 
+040a 604942d3 storet 2 ,mem_le_interval_min 
+040b 604942d5 storet 2 ,mem_le_interval_min + 2 
+040c 7047c200 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+040d 70495600 jam 0 ,mem_mouse_clear_sensor_data_flag 
+040e 204029cb call le_clr_config_more_data 
+040f 20200410 branch p_mouse_bb_disconnected 
 
 p_mouse_bb_disconnected:
-040e 20405b7b call mouse_bb_discon_clear_stack 
-040f 6fe143ef fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0410 c2838413 bbit1 app_disc_ble ,p_mouse4_0_event_bb_disconn 
-0411 c28042fc bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0412 20205c1a branch mouse_start_discovery 
+0410 20405b7b call mouse_bb_discon_clear_stack 
+0411 6fe143ef fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0412 c2838415 bbit1 app_disc_ble ,p_mouse4_0_event_bb_disconn 
+0413 c28042fc bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0414 20205c1a branch mouse_start_discovery 
 
 p_mouse4_0_event_bb_disconn:
-0413 6fe143ef fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0414 c28042fc bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0415 6fe0c843 fetch 1 ,mem_le_connect_status_flag 
-0416 1fe17e03 and pdata ,0x03 ,pdata 
-0417 20405b21 call mouse_le_clean_connect_flag 
-0418 c081d4a9 bne 0x03 ,mouse_start_reconnect 
-0419 6fe0cc06 fetch 1 ,mem_le_check_retransmit_discon_flag 
-041a 243a54a9 nbranch mouse_start_reconnect ,blank 
-041b 202054cd branch mouse_app_enter_hibernate 
+0415 6fe143ef fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0416 c28042fc bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0417 6fe0c843 fetch 1 ,mem_le_connect_status_flag 
+0418 1fe17e03 and pdata ,0x03 ,pdata 
+0419 20405b21 call mouse_le_clean_connect_flag 
+041a c081d4a9 bne 0x03 ,mouse_start_reconnect 
+041b 6fe0cbfc fetch 1 ,mem_le_check_retransmit_discon_flag 
+041c 243a54a9 nbranch mouse_start_reconnect ,blank 
+041d 202054cd branch mouse_app_enter_hibernate 
 
 p_mouse_24g_attempt_success:
-041c 6fe2458f fetch 4 ,mem_24g_addr 
-041d 67e245e8 store 4 ,mem_24g_receiver_addr 
-041e 67e24691 store 4 ,mem_mouse_24g_addr 
-041f 2040355a call g24_ch_syncword_crc8_init 
-0420 20405c0b call mouse_no_data_timer_init 
-0421 2040618e call mouse_device_poweron_led_config 
-0422 20405a73 call mouse_init_sensor_reset 
-0423 70477d00 jam 0 ,mem_mouse_long_mult_flag 
-0424 7045fc00 jam 0 ,mem_24g_conn_sm 
-0425 7045e200 jam 0 ,mem_24g_reconn_type 
-0426 6fe245e8 fetch 4 ,mem_24g_receiver_addr 
-0427 684a45e4 fetcht 4 ,mem_24g_fast_conn_addr 
-0428 98467c00 isub temp ,null 
-0429 20628000 rtn zero 
-042a 20406016 call mouse_soft_agc_disable 
-042b 20400443 call p_mouse_fetch_normal_tx_power 
-042c 20206042 branch mouse_24g_first_store_reconn_info 
+041e 6fe2458f fetch 4 ,mem_24g_addr 
+041f 67e245e8 store 4 ,mem_24g_receiver_addr 
+0420 67e24691 store 4 ,mem_mouse_24g_addr 
+0421 2040355a call g24_ch_syncword_crc8_init 
+0422 20405c0b call mouse_no_data_timer_init 
+0423 2040618e call mouse_device_poweron_led_config 
+0424 20405a73 call mouse_init_sensor_reset 
+0425 70477d00 jam 0 ,mem_mouse_long_mult_flag 
+0426 7045fc00 jam 0 ,mem_24g_conn_sm 
+0427 7045e200 jam 0 ,mem_24g_reconn_type 
+0428 6fe245e8 fetch 4 ,mem_24g_receiver_addr 
+0429 684a45e4 fetcht 4 ,mem_24g_fast_conn_addr 
+042a 98467c00 isub temp ,null 
+042b 20628000 rtn zero 
+042c 20406016 call mouse_soft_agc_disable 
+042d 20400466 call p_mouse_fetch_normal_tx_power 
+042e 20206042 branch mouse_24g_first_store_reconn_info 
 
 p_mouse_24g_pairing_complete:
-042d 20406016 call mouse_soft_agc_disable 
-042e 20400443 call p_mouse_fetch_normal_tx_power 
-042f 20206084 branch mouse_24g_pairing_complete 
+042f 20406016 call mouse_soft_agc_disable 
+0430 20400466 call p_mouse_fetch_normal_tx_power 
+0431 20206084 branch mouse_24g_pairing_complete 
 
 p_mouse_24g_attempt_fail:
-0430 20406016 call mouse_soft_agc_disable 
-0431 20400443 call p_mouse_fetch_normal_tx_power 
-0432 6fe0c87a fetch 1 ,mem_mouse_dpi_button_state 
-0433 c1008000 rtneq dpi_button_state_down 
-0434 6fe0c600 fetch 1 ,mem_24g_attempt_fail_flag 
-0435 243a5ff2 nbranch mouse_24g_hibernate_set ,blank 
-0436 6fe0c5e2 fetch 1 ,mem_24g_reconn_type 
-0437 c0020439 beq pair_and_3_0_addr ,p_mouse_24g_auto_pair_attempt_fail 
-0438 20206055 branch mouse_24g_attempt_fail + 2 
+0432 20406016 call mouse_soft_agc_disable 
+0433 20400466 call p_mouse_fetch_normal_tx_power 
+0434 6fe0c87a fetch 1 ,mem_mouse_dpi_button_state 
+0435 c1008000 rtneq dpi_button_state_down 
+0436 6fe0c600 fetch 1 ,mem_24g_attempt_fail_flag 
+0437 243a5ff2 nbranch mouse_24g_hibernate_set ,blank 
+0438 6fe0c5e2 fetch 1 ,mem_24g_reconn_type 
+0439 c002043d beq pair_and_3_0_addr ,p_mouse_24g_auto_pair_attempt_fail 
+043a c000e05f beq fast_conn_and_receiver ,mouse_24g_fast_conn_attempt_fail 
+043b c0018444 beq receiver_and_3_0_addr ,p_mouse_reconn_dongle_attempt_fail 
+043c 20206055 branch mouse_24g_attempt_fail + 2 
 
 p_mouse_24g_auto_pair_attempt_fail:
-0439 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-043a c31f6059 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
-043b 6fe0c71b fetch 1 ,mem_device_number 
-043c c000e059 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
+043d 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+043e c31f6059 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+043f 6fe0c71b fetch 1 ,mem_device_number 
+0440 c000e059 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
 
 p_mouse_24g_first_bluetooth_reconnect:
-043d 20406018 call mouse_24g_stop 
-043e 70466601 jam mode_bt_device1 ,mem_device_flag 
-043f 202054a0 branch mouse_start_reconnect_device 
+0441 20406018 call mouse_24g_stop 
+0442 70466601 jam mode_bt_device1 ,mem_device_flag 
+0443 20205491 branch mouse_le_fast_conn_judge 
+
+p_mouse_reconn_dongle_attempt_fail:
+0444 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0445 c31f6059 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0446 c289e059 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+0447 c28a6059 bbit1 mouse_enable_otp ,mouse_24g_attempt_fail_enter_hibernate 
+0448 c2896059 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
+0449 20206034 branch mouse_24g_start_auto_pair 
+
+p_mouse_start_work:
+044a 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+044b c29f044f bbit1 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_first_start_auto_pair_mode 
+044c 6fe0c666 fetch 1 ,mem_device_flag 
+044d c0000456 beq mode_24g_device ,p_mouse_24g_start_mode 
+044e 20205491 branch mouse_le_fast_conn_judge 
+
+p_mouse_24g_first_start_auto_pair_mode:
+044f 204054ac call mouse_wakeup_from_power_check 
+0450 20340452 branch p_mouse_24g_first_start_reconn ,user 
+0451 2020602f branch mouse_24g_reconn_general_dongle 
+
+p_mouse_24g_first_start_reconn:
+0452 6fe0c666 fetch 1 ,mem_device_flag 
+0453 c0006067 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
+0454 20405aa8 call mouse_bluetooth_fast_conn_disable 
+0455 20200441 branch p_mouse_24g_first_bluetooth_reconnect 
+
+p_mouse_24g_start_mode:
+0456 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0457 c308e02a bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+0458 20406195 call mouse_device_24g_pair_led_config 
+0459 204054ac call mouse_wakeup_from_power_check 
+045a 20346067 branch mouse_24g_reconn_dongle_start ,user 
+045b 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+045c c298045e bbit1 mouse_enable_auto_24g_paring ,p_mouse_24g_reconn_general_dongle 
+045d 20206023 branch mouse_24g_start_mode + 7 
+
+p_mouse_24g_reconn_general_dongle:
+045e 70466600 jam mode_24g_device ,mem_device_flag 
+045f 6fe14721 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+0460 67e145de store 2 ,mem_24g_reconn_timeout 
+0461 7045e201 jam fast_conn_and_receiver ,mem_24g_reconn_type 
+0462 20203534 branch g24_reconn_start 
 
 p_mouse_store_normal_tx_power:
-0440 6fe0c141 fetch 1 ,mem_tx_power 
-0441 67e0ca07 store 1 ,mem_normal_tx_power 
-0442 20600000 rtn 
+0463 6fe0c141 fetch 1 ,mem_tx_power 
+0464 67e0ca07 store 1 ,mem_normal_tx_power 
+0465 20600000 rtn 
 
 p_mouse_fetch_normal_tx_power:
-0443 6fe0ca07 fetch 1 ,mem_normal_tx_power 
-0444 67e0c141 store 1 ,mem_tx_power 
-0445 20600000 rtn 
+0466 6fe0ca07 fetch 1 ,mem_normal_tx_power 
+0467 67e0c141 store 1 ,mem_tx_power 
+0468 20600000 rtn 
 
 p_mouse_idle:
-0446 2040620e call mouse_low_voltage_led_no_enter_lpm 
-0447 204078aa call ui_check_paring_button 
-0448 2040044a call p_mouse_dpi_check 
-0449 20205e61 branch mouse_idle + 4 
+0469 2040620e call mouse_low_voltage_led_no_enter_lpm 
+046a 204078aa call ui_check_paring_button 
+046b 2040046d call p_mouse_dpi_check 
+046c 20205e61 branch mouse_idle + 4 
 
 p_mouse_dpi_check:
-044a 6fe0c649 fetch 1 ,mem_dpi_button_gpio 
-044b c17f8000 rtneq gpio_disable 
-044c da200000 arg 0 ,rega 
-044d 70497705 jam mouse_dpi_key ,mem_mouse_key_temp 
-044e 6848c649 fetcht 1 ,mem_dpi_button_gpio 
-044f 20400451 call p_mouse_dpi_key_check 
-0450 202056c1 branch mouse_dpi_check_next 
+046d 6fe0c649 fetch 1 ,mem_dpi_button_gpio 
+046e c17f8000 rtneq gpio_disable 
+046f da200000 arg 0 ,rega 
+0470 70497705 jam mouse_dpi_key ,mem_mouse_key_temp 
+0471 6848c649 fetcht 1 ,mem_dpi_button_gpio 
+0472 20400474 call p_mouse_dpi_key_check 
+0473 202056c1 branch mouse_dpi_check_next 
 
 p_mouse_dpi_key_check:
-0451 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0452 c295d6de bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
-0453 6fe0c974 fetch 1 ,mem_mouse_dpikey_press_status 
-0454 1fe22600 copy pdata ,regc 
-0455 6fe0c654 fetch 1 ,mem_matrix_public_gpio 
-0456 c07f8458 beq gpio_disable ,p_mouse_3io6key_dpi_check 
-0457 202056ce branch mouse_dpi_key_check_next 
+0474 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+0475 c295d6de bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+0476 6fe0c974 fetch 1 ,mem_mouse_dpikey_press_status 
+0477 1fe22600 copy pdata ,regc 
+0478 6fe0c654 fetch 1 ,mem_matrix_public_gpio 
+0479 c07f847b beq gpio_disable ,p_mouse_3io6key_dpi_check 
+047a 202056ce branch mouse_dpi_key_check_next 
 
 p_mouse_3io6key_dpi_check:
-0458 6fe0c649 fetch 1 ,mem_dpi_button_gpio 
-0459 20405946 call mouse_gpio_config_output_low 
-045a 6848c649 fetcht 1 ,mem_dpi_button_gpio 
-045b 2020045c branch p_mouse_3io6key_check 
+047b 6fe0c649 fetch 1 ,mem_dpi_button_gpio 
+047c 20405946 call mouse_gpio_config_output_low 
+047d 6848c649 fetcht 1 ,mem_dpi_button_gpio 
+047e 2020047f branch p_mouse_3io6key_check 
 
 p_mouse_3io6key_check:
-045c 1a627e00 copy regc ,pdata 
-045d 67e0c978 store 1 ,mem_mouse_key_status 
-045e 1fe3fe00 lshift pdata ,pdata 
-045f 1fe22400 copy pdata ,regb 
-0460 18422600 copy temp ,regc 
-0461 204055b1 call mouse_gpio_config_input_pd 
-0462 1a620400 copy regc ,temp 
-0463 20406ee6 call gpio_get_bit 
-0464 7d20a400 nsetflag true ,0 ,regb 
-0465 2040593d call mouse_check_press 
-0466 20205929 branch mouse_check_key_connect_gnd_1 
+047f 1a627e00 copy regc ,pdata 
+0480 67e0c978 store 1 ,mem_mouse_key_status 
+0481 1fe3fe00 lshift pdata ,pdata 
+0482 1fe22400 copy pdata ,regb 
+0483 18422600 copy temp ,regc 
+0484 204055b1 call mouse_gpio_config_input_pd 
+0485 1a620400 copy regc ,temp 
+0486 20406ee6 call gpio_get_bit 
+0487 7d20a400 nsetflag true ,0 ,regb 
+0488 2040593d call mouse_check_press 
+0489 20205929 branch mouse_check_key_connect_gnd_1 
 
 p_g24_short_sleep:
-0467 204036b4 call g24_lpm_wait 
-0468 24740000 nrtn user 
-0469 204036be call g24_setgpio_lpm_before 
-046a 2040046d call p_clear_wake 
-046b 6fe1c608 fetch 3 ,mem_24g_short_sleep_set 
-046c 20203622 branch g24_long_seep2 
+048a 204036b4 call g24_lpm_wait 
+048b 24740000 nrtn user 
+048c 204036be call g24_setgpio_lpm_before 
+048d 20400490 call p_clear_wake 
+048e 6fe1c608 fetch 3 ,mem_24g_short_sleep_set 
+048f 20203622 branch g24_long_seep2 
 
 p_clear_wake:
-046d 58000000 setarg 0 
-046e 79207e15 set1 21 ,pdata 
-046f 67e40016 store 8 ,mem_gpio_wakeup_cfg 
-0470 58000000 setarg 0 
-0471 67e2001e store 4 ,mem_gpio_wakeup_cfg + 8 
-0472 20600000 rtn 
+0490 58000000 setarg 0 
+0491 79207e15 set1 21 ,pdata 
+0492 67e40016 store 8 ,mem_gpio_wakeup_cfg 
+0493 58000000 setarg 0 
+0494 67e2001e store 4 ,mem_gpio_wakeup_cfg + 8 
+0495 20600000 rtn 
 
 p_mouse_24g_hibernate_set:
-0473 70460000 jam 0 ,mem_24g_attempt_fail_flag 
-0474 20403647 call g24_transmit_next_packet 
-0475 5fffffff setarg -1 
-0476 67e245af store 4 ,mem_24g_enter_hibernate 
-0477 58000000 setarg 0 
-0478 67e3c846 store 7 ,mem_mouse_key 
-0479 70473f01 jam 1 ,mem_sensor_shutdown_flag 
-047a 204059ed call mouse_sensor_powerdown 
-047b 2020029f branch p_mouse_24g_long_sleep 
+0496 70460000 jam 0 ,mem_24g_attempt_fail_flag 
+0497 20403647 call g24_transmit_next_packet 
+0498 5fffffff setarg -1 
+0499 67e245af store 4 ,mem_24g_enter_hibernate 
+049a 58000000 setarg 0 
+049b 67e3c846 store 7 ,mem_mouse_key 
+049c 70473f01 jam 1 ,mem_sensor_shutdown_flag 
+049d 204059ed call mouse_sensor_powerdown 
+049e 2020622b branch mouse_24g_long_sleep 
 
 p_mouse_setgpio_hibernate:
-047c 20405a92 call mouse_set_sdio_high 
-047d 2040046d call p_clear_wake 
-047e 204056a9 call mouse_before_hibernate_wheel_gpio_set 
-047f 6848c654 fetcht 1 ,mem_matrix_public_gpio 
-0480 20406ef7 call gpio_out_active 
-0481 6848c654 fetcht 1 ,mem_matrix_public_gpio 
-0482 20406ed3 call gpio_clr_wake 
-0483 6fe0c64d fetch 1 ,mem_mouse_sensor_sdio_gpio 
-0484 20405943 call mouse_gpio_config_output_high 
-0485 d8400015 arg 21 ,temp 
-0486 204055b5 call mouse_gpio_config_input_pu 
-0487 20400489 call p_mouse_device_switch_gpio_high_impedance 
-0488 202054df branch mouse_setgpio_hibernate + 3 
-
-p_mouse_device_switch_gpio_high_impedance:
-0489 6fe0c65a fetch 1 ,mem_device_switch_gpio 
-048a c17f8000 rtneq 0xff 
-048b 6fe0c666 fetch 1 ,mem_device_flag 
-048c c000048f beq mode_24g_device ,p_mouse_device_switch_gpio_set_impedance 
-048d 6848c65a fetcht 1 ,mem_device_switch_gpio 
-048e 202055b5 branch mouse_gpio_config_input_pu 
-
-p_mouse_device_switch_gpio_set_impedance:
-048f 6848c65a fetcht 1 ,mem_device_switch_gpio 
-0490 20206f0f branch gpio_set_high_impedance 
+049f 20405a92 call mouse_set_sdio_high 
+04a0 20400490 call p_clear_wake 
+04a1 204056a9 call mouse_before_hibernate_wheel_gpio_set 
+04a2 6848c654 fetcht 1 ,mem_matrix_public_gpio 
+04a3 20406ef7 call gpio_out_active 
+04a4 6848c654 fetcht 1 ,mem_matrix_public_gpio 
+04a5 20406ed3 call gpio_clr_wake 
+04a6 6fe0c64d fetch 1 ,mem_mouse_sensor_sdio_gpio 
+04a7 20405943 call mouse_gpio_config_output_high 
+04a8 6848c65a fetcht 1 ,mem_device_switch_gpio 
+04a9 204055ab call mouse_gpio_set_pupd_by_input 
+04aa d8400015 arg 21 ,temp 
+04ab 204055b5 call mouse_gpio_config_input_pu 
+04ac 2040611a call mouse_logo_led_off 
+04ad 2040550c call mouse_lpm_before_common 
+04ae 204054f9 call mouse_gpio_pd_idle 
+04af 6848c64a fetcht 1 ,mem_whee_a_data_gpio 
+04b0 20406f0f call gpio_set_high_impedance 
+04b1 6848c64b fetcht 1 ,mem_whee_b_data_gpio 
+04b2 20406f0f call gpio_set_high_impedance 
+04b3 202054e2 branch mouse_setgpio_hibernate_next 
 
 p_mouse_24g_package_data:
-0491 c6930000 rtnmark0 mark_24g 
-0492 20405601 call mouse_motion 
-0493 24740000 nrtn user 
-0494 6fe0c77c fetch 1 ,mem_mouse_24g_long_sleep_flag 
-0495 70477c00 jam 0 ,mem_mouse_24g_long_sleep_flag 
-0496 245a04a6 ncall p_mouse_24g_short_sleep_clear_wake ,blank 
-0497 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-0498 c30b049b bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
-0499 6fe0c96c fetch 1 ,mem_customer_key 
-049a 243a60b6 nbranch mouse_24g_keyboard_package_data ,blank 
+04b4 c6930000 rtnmark0 mark_24g 
+04b5 20405601 call mouse_motion 
+04b6 24740000 nrtn user 
+04b7 6fe0c77c fetch 1 ,mem_mouse_24g_long_sleep_flag 
+04b8 70477c00 jam 0 ,mem_mouse_24g_long_sleep_flag 
+04b9 245a04c9 ncall p_mouse_24g_short_sleep_clear_wake ,blank 
+04ba 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+04bb c30b04be bbit0 mouse_enable_keyboard ,p_mouse_24g_mouse_package_data 
+04bc 6fe0c96c fetch 1 ,mem_customer_key 
+04bd 243a60b6 nbranch mouse_24g_keyboard_package_data ,blank 
 
 p_mouse_24g_mouse_package_data:
-049b 2040049d call p_mouse_data_xy_release 
-049c 202060a2 branch mouse_24g_mouse_package_data + 1 
+04be 204004c0 call p_mouse_data_xy_release 
+04bf 202060a2 branch mouse_24g_mouse_package_data + 1 
 
 p_mouse_data_xy_release:
-049d 6fe0c659 fetch 1 ,mem_sensor_motion_gpio 
-049e c1ff8000 rtnne gpio_disable 
-049f 6fe0c77d fetch 1 ,mem_mouse_long_mult_flag 
-04a0 207a0000 rtn blank 
-04a1 1fe0ffff increase -1 ,pdata 
-04a2 67e0c77d store 1 ,mem_mouse_long_mult_flag 
-04a3 58000000 setarg 0 
-04a4 67e24847 store 4 ,mem_mouse_x 
-04a5 20205a73 branch mouse_init_sensor_reset 
+04c0 6fe0c659 fetch 1 ,mem_sensor_motion_gpio 
+04c1 c1ff8000 rtnne gpio_disable 
+04c2 6fe0c77d fetch 1 ,mem_mouse_long_mult_flag 
+04c3 207a0000 rtn blank 
+04c4 1fe0ffff increase -1 ,pdata 
+04c5 67e0c77d store 1 ,mem_mouse_long_mult_flag 
+04c6 58000000 setarg 0 
+04c7 67e24847 store 4 ,mem_mouse_x 
+04c8 20205a73 branch mouse_init_sensor_reset 
 
 p_mouse_24g_short_sleep_clear_wake:
-04a6 2040046d call p_clear_wake 
-04a7 20200232 branch p_lpm_write_gpio_wakeup 
+04c9 20400490 call p_clear_wake 
+04ca 2020023b branch p_lpm_write_gpio_wakeup 
 
 p_mouse_check_select_device_by_switch:
-04a8 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-04a9 c4150000 rtnbit0 mouse_enable_select_device_by_switch_gpio 
-04aa c31fdeb9 bbit0 mouse_enable_switch_gpio_connect_vin ,mouse_switch_gpio_connect_gnd 
+04cb 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
+04cc c4150000 rtnbit0 mouse_enable_select_device_by_switch_gpio 
+04cd c31fdeb9 bbit0 mouse_enable_switch_gpio_connect_vin ,mouse_switch_gpio_connect_gnd 
 
 p_mouse_switch_gpio_connect_vin:
-04ab 6848c65a fetcht 1 ,mem_device_switch_gpio 
-04ac 20406ef7 call gpio_out_active 
-04ad 6848c65a fetcht 1 ,mem_device_switch_gpio 
-04ae 204055b1 call mouse_gpio_config_input_pd 
-04af 6848c65a fetcht 1 ,mem_device_switch_gpio 
-04b0 20406ee6 call gpio_get_bit 
-04b1 2420dec2 nbranch mouse_check_select_24g_device ,true 
-04b2 20205ebe branch mouse_select_btdevice 
+04ce 6848c65a fetcht 1 ,mem_device_switch_gpio 
+04cf 20406ef7 call gpio_out_active 
+04d0 6848c65a fetcht 1 ,mem_device_switch_gpio 
+04d1 204055b1 call mouse_gpio_config_input_pd 
+04d2 6848c65a fetcht 1 ,mem_device_switch_gpio 
+04d3 20406ee6 call gpio_get_bit 
+04d4 2420dec2 nbranch mouse_check_select_24g_device ,true 
+04d5 20205ebe branch mouse_select_btdevice 
 
 p_mouse_init_sensor:
-04b3 20405958 call mouse_read_sensor_id 
-04b4 c018595f beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
-04b5 c018d9c6 beq p3065_id1 ,mouse_init_p3065 
-04b6 c02c04b8 beq pka8g2_id1 ,p_mouse_ka8g2_id2_judge 
-04b7 20205952 branch mouse_init_sensor + 5 
+04d6 20405958 call mouse_read_sensor_id 
+04d7 c018595f beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+04d8 c018d9c6 beq p3065_id1 ,mouse_init_p3065 
+04d9 c02c04db beq pka8g2_id1 ,p_mouse_ka8g2_id2_judge 
+04da 20205952 branch mouse_init_sensor + 5 
 
 p_mouse_ka8g2_id2_judge:
-04b8 204059e7 call mouse_sensor_poweron 
-04b9 6fe0c85a fetch 1 ,mem_sensor_id2 
-04ba c02c84bc beq pka8g2_id2 ,p_mouse_ka8g2_init_param 
-04bb 2020595f branch mouse_init_p32xx_id2_judge 
+04db 204059e7 call mouse_sensor_poweron 
+04dc 6fe0c85a fetch 1 ,mem_sensor_id2 
+04dd c02c84df beq pka8g2_id2 ,p_mouse_ka8g2_init_param 
+04de 2020595f branch mouse_init_p32xx_id2_judge 
 
 p_mouse_ka8g2_init_param:
-04bc 7049570b jam ka8g2 ,mem_config_sensor_type 
-04bd da604a0b arg mem_sensor_ka8g2_init_new ,regc 
-04be 20205995 branch mouse_sensor_wr_seq 
+04df 7049570b jam ka8g2 ,mem_config_sensor_type 
+04e0 da604a0b arg mem_sensor_ka8g2_init_new ,regc 
+04e1 20205995 branch mouse_sensor_wr_seq 
 
 p_mouse_check_sensor_data:
-04bf 6fe0c420 fetch 1 ,mem_spi_write_flash_sm 
-04c0 c1800000 rtnne flash_sm_no_buys 
-04c1 6fe0c957 fetch 1 ,mem_config_sensor_type 
-04c2 c00584c4 beq ka8g2 ,p_mouse_pka8g2_sensor_motion 
-04c3 202059f8 branch mouse_check_sensor_data + 2 
+04e2 6fe0c420 fetch 1 ,mem_spi_write_flash_sm 
+04e3 c1800000 rtnne flash_sm_no_buys 
+04e4 6fe0c957 fetch 1 ,mem_config_sensor_type 
+04e5 c00584e7 beq ka8g2 ,p_mouse_pka8g2_sensor_motion 
+04e6 202059f8 branch mouse_check_sensor_data + 2 
 
 p_mouse_pka8g2_sensor_motion:
-04c4 20405a6d call mouse_clear_sensor_data 
-04c5 6fe0c659 fetch 1 ,mem_sensor_motion_gpio 
-04c6 c07f84ca beq gpio_disable ,p_mouse_pka8g2_sensor_motion_1 
-04c7 6848c659 fetcht 1 ,mem_sensor_motion_gpio 
-04c8 20406ee6 call gpio_get_bit 
-04c9 24608000 nrtn true 
+04e7 20405a6d call mouse_clear_sensor_data 
+04e8 6fe0c659 fetch 1 ,mem_sensor_motion_gpio 
+04e9 c07f84ed beq gpio_disable ,p_mouse_pka8g2_sensor_motion_1 
+04ea 6848c659 fetcht 1 ,mem_sensor_motion_gpio 
+04eb 20406ee6 call gpio_get_bit 
+04ec 24608000 nrtn true 
 
 p_mouse_pka8g2_sensor_motion_1:
-04ca 58000000 setarg pan_reg_pid_l 
-04cb 204069e5 call twspi_read 
-04cc c0ac5955 bne pka8g2_id1 ,mouse_twspi_reset 
-04cd 20205a2f branch mouse_p3212_sensor_motion_2 
+04ed 58000000 setarg pan_reg_pid_l 
+04ee 204069e5 call twspi_read 
+04ef c0ac5955 bne pka8g2_id1 ,mouse_twspi_reset 
+04f0 20205a2f branch mouse_p3212_sensor_motion_2 
 
 p_mouse_motion:
-04ce 78547c00 disable user 
-04cf 58000000 setarg 0 
-04d0 67e34847 store 6 ,mem_mouse_x 
-04d1 204004bf call p_mouse_check_sensor_data 
-04d2 20205606 branch mouse_motion + 5 
+04f1 78547c00 disable user 
+04f2 58000000 setarg 0 
+04f3 67e34847 store 6 ,mem_mouse_x 
+04f4 204004e2 call p_mouse_check_sensor_data 
+04f5 58000089 setarg 0x0089 
+04f6 204069e4 call twspi_write 
+04f7 20405747 call mouse_setting_sensor_type 
+04f8 20405612 call mouse_zwheel 
+04f9 20405617 call mouse_t_zwheel 
+04fa 204004fc call p_mouse_key 
+04fb 2020560c branch mouse_motion + 11 
+
+p_mouse_key:
+04fc 2040584c call mouse_check_firekey_gpio 
+04fd 6fe0c987 fetch 1 ,mem_fire_key_flag 
+04fe 243a5860 nbranch fire_key_press ,blank 
+04ff 6fe0c982 fetch 1 ,mem_fire_key_status 
+0500 243a585f nbranch fire_key_process ,blank 
+0501 20405888 call mouse_check_key_gpio 
+0502 20400504 call p_mouse_ghost_key_check 
+0503 202057ad branch mouse_key + 7 
+
+p_mouse_ghost_key_check:
+0504 70497900 jam 0 ,mem_mouse_matrix_key_cow_count 
+0505 70497a00 jam 0 ,mem_mouse_matrix_key_row_count 
+0506 70497b00 jam 0 ,mem_mouse_ghost_flag 
+0507 1fe22400 copy pdata ,regb 
+0508 6848c644 fetcht 1 ,mem_lbutton_gpio 
+0509 6fe0c647 fetch 1 ,mem_bk_button_gpio 
+050a 98467c00 isub temp ,null 
+050b 20228516 branch p_mouse_matrix_ghost_key_l_bk ,zero 
+050c 6fe0c648 fetch 1 ,mem_fw_button_gpio 
+050d 98467c00 isub temp ,null 
+050e 2022851c branch p_mouse_matrix_ghost_key_l_fw ,zero 
+050f 6848c645 fetcht 1 ,mem_mbutton_gpio 
+0510 6fe0c647 fetch 1 ,mem_bk_button_gpio 
+0511 98467c00 isub temp ,null 
+0512 20228525 branch p_mouse_ghost_key_mbk_rfw ,zero 
+
+p_mouse_ghost_key_mfw_rbk:
+0513 204057fb call mouse_ghost_key_check_m_fw 
+
+p_mouse_ghost_key_rbk:
+0514 2040052a call p_mouse_ghost_key_check_r_bk 
+0515 202057e5 branch mouse_ghost_key_check_next 
+
+p_mouse_matrix_ghost_key_l_bk:
+0516 6848c645 fetcht 1 ,mem_mbutton_gpio 
+0517 6fe0c648 fetch 1 ,mem_fw_button_gpio 
+0518 98467c00 isub temp ,null 
+0519 2022d7d6 branch mouse_ghost_key_lbk_mfw ,zero 
+
+p_mouse_ghost_key_lbk_rfw:
+051a 204057ef call mouse_ghost_key_check_l_bk 
+051b 20200526 branch p_mouse_ghost_key_rfw 
+
+p_mouse_matrix_ghost_key_l_fw:
+051c 6848c645 fetcht 1 ,mem_mbutton_gpio 
+051d 6fe0c647 fetch 1 ,mem_bk_button_gpio 
+051e 98467c00 isub temp ,null 
+051f 20228522 branch p_mouse_ghost_key_lfw_mbk ,zero 
+
+p_mouse_ghost_key_lfw_rbk:
+0520 2040052c call p_mouse_ghost_key_check_l_fw 
+0521 20200514 branch p_mouse_ghost_key_rbk 
+
+p_mouse_ghost_key_lfw_mbk:
+0522 2040052c call p_mouse_ghost_key_check_l_fw 
+0523 20400528 call p_mouse_ghost_key_check_m_bk 
+0524 202057e5 branch mouse_ghost_key_check_next 
+
+p_mouse_ghost_key_mbk_rfw:
+0525 20400528 call p_mouse_ghost_key_check_m_bk 
+
+p_mouse_ghost_key_rfw:
+0526 2040052e call p_mouse_ghost_key_check_r_fw 
+0527 202057e5 branch mouse_ghost_key_check_next 
+
+p_mouse_ghost_key_check_m_bk:
+0528 1a417e12 and regb ,mouse_m_bk_button ,pdata 
+0529 202057f3 branch mouse_ghost_key_check_m_bk + 1 
+
+p_mouse_ghost_key_check_r_bk:
+052a 1a417e0a and regb ,mouse_r_bk_button ,pdata 
+052b 202057f6 branch mouse_ghost_key_check_r_bk + 1 
+
+p_mouse_ghost_key_check_l_fw:
+052c 1a417e11 and regb ,mouse_l_fw_button ,pdata 
+052d 202057f9 branch mouse_ghost_key_check_l_fw + 1 
+
+p_mouse_ghost_key_check_r_fw:
+052e 1a417e12 and regb ,mouse_r_fw_button ,pdata 
+052f 202057ff branch mouse_ghost_key_check_r_fw + 1 
               org 0x2000
 
 start:
@@ -19568,6 +19711,8 @@
 54df 2040611a call mouse_logo_led_off 
 54e0 2040550c call mouse_lpm_before_common 
 54e1 204054f9 call mouse_gpio_pd_idle 
+
+mouse_setgpio_hibernate_next:
 54e2 6848c65b fetcht 1 ,mem_mouse_reuse_2ice_gpio 
 54e3 204055b5 call mouse_gpio_config_input_pu 
 54e4 204055b9 call mouse_gpio_set_high_impedance 
@@ -21972,8 +22117,6 @@
 5b95 20405be4 call mouse_le_send_smp_security_request_timer 
 5b96 20405bfb call mouse_check_reconnect_delay_long_sleep 
 5b97 20405bfe call mouse_current_mult_update_timer 
-
-mouse_bb_event_timer_next:
 5b98 204056b6 call mouse_wheel_trigger_timer 
 5b99 20405c0e call mouse_store_information_delay_timer 
 5b9a 20205c05 branch mouse_check_no_data_timeout_timer 
Index: output/ramcode.rom
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/ramcode.rom	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/ramcode.rom	(working copy)
@@ -1,65 +1,57 @@
-c2840025
-c000029c
-c0010056
-c008005f
-c0088061
-c00a0173
-c00a80e3
-c00c0103
-c00c810a
-c00d006f
-c0128222
-c0340295
-c03482b5
-c036025e
-c036803e
-c0370034
-c039847c
-c03d04ce
-c03f845c
-c04084b3
-c042039e
-c04283e8
-c043020a
-c04383c8
-c04403e6
-c04503b2
-c04602f3
-c046835b
-c0470446
-c04582cc
-c04804a8
-c04a8473
-c04b0491
-c0628241
-c06d0144
-c06e0154
+c2840027
+c00002a8
+c001004e
+c0080057
+c0088059
+c00a0158
+c00a80d8
+c00c00f8
+c00c80ff
+c00d0067
+c0128227
+c03402a1
+c03482b4
+c0360264
+c0368036
+c037044a
+c039849f
+c03a0224
+c03d04f1
+c03f847f
+c04084d6
+c042039d
+c04283e9
+c04301ef
+c04383c7
+c04403e7
+c04503b1
+c04582cb
+c04602f2
+c046835a
+c0470469
+c04804cb
+c04a8496
+c04b04b4
+c062824a
+c06a820e
+c06b0207
+c06d0141
 2020235a
-c00a0194
-c00d0193
-c01281c3
-c01301c8
-c01c81da
-c01d01e4
-c02601de
-c02681e2
-c0480244
-c04b0467
-c04d00f1
-c04e80f8
-c04f8266
+c00a0179
+c00d0178
+c01281a8
+c01301ad
+c01c81bf
+c01d01c9
+c02601c5
+c02681c3
+c048024d
+c04b048a
+c04d00e6
+c04e80ed
+c04f8272
 c17f8000
 2020235a
-6fe44713
-c29f0037
-2020548f
-204054ac
-2034003a
-2020602f
-6fe0c666
-c0006067
-20405aa8
-2020043d
 6fe0c64f
 67e0c958
 6fe0c64e
@@ -92,7 +84,7 @@
 20402018
 2040310f
 2040248c
-20200056
+2020004e
 70890000
 20202153
 708a0f60
@@ -114,12 +106,11 @@
 37d98200
 7089460d
 70896f10
-708a13cd
 708a0610
 708a844a
 708a8540
 708a16fe
-204000b7
+204000ad
 204070d7
 37d98200
 70813b5f
@@ -127,7 +118,7 @@
 70813c88
 37d98200
 6fe0c099
-c00800ac
+c00800a2
 6fe0c438
 1fe1fe04
 67f08a02
@@ -138,18 +129,17 @@
 67f18a73
 708a8660
 708a8b3b
-2040009e
+20400094
 70804300
 70804205
 58557474
 67f18968
 7089606e
-20400116
-20400141
-20400098
+20400114
+2040013f
+2040008e
 7041480c
-20406f4e
-20200143
+20206f4e
 20758000
 37d98200
 6fe0c11c
@@ -157,7 +147,7 @@
 37d98200
 20600000
 6fe0c099
-c00c00a4
+c00c009a
 6fe0c438
 1fe1fe06
 67f08a02
@@ -180,8 +170,8 @@
 67f18a73
 708a762a
 70890204
-2020008a
-203580df
+20200081
+203580bf
 6fe2020d
 207a0000
 37d98200
@@ -199,6 +189,9 @@
 9841fe00
 67f08138
 37d98200
+6fe1415b
+207a0000
+67e1020f
 6ff08acb
 1fe17ef0
 6848820f
@@ -221,10 +214,6 @@
 9841fe00
 67f08a02
 20600000
-6fe1415b
-207a0000
-67e1020f
-202000c9
 2040686f
 204021ba
 18002a08
@@ -241,7 +230,7 @@
 202021b4
 6fe0c793
 247a0000
-204000f5
+204000ea
 202060fc
 6fe0c655
 c17f8000
@@ -249,13 +238,13 @@
 6848c601
 6fe0c621
 98467c00
-242100fd
+242100f2
 20203681
 6fe2458f
 684a45e4
 98467c00
 2022b222
-2040028b
+20400297
 2020369b
 580aaa7e
 67f18a0f
@@ -270,12 +259,21 @@
 c0232231
 6fe0c141
 c0032221
-c0550112
+c055010c
 2020220e
+708a1425
+58a93f3f
+67f18a60
+708a631f
+20600000
 708a1417
 6fe1ca08
 67f18a60
 2020221a
+708a1417
+58250300
+67f18a60
+2020221a
 20758000
 20402160
 d8400027
@@ -288,7 +286,7 @@
 708ac200
 708ac300
 d8e00006
-20400133
+20400131
 2a2ffe0d
 2040211d
 2a4ffe0d
@@ -296,14 +294,14 @@
 d8e00005
 2040211c
 2040211e
-20400133
+20400131
 d8a08ac2
 1a31fe00
 20402117
 1a51fe00
 20402117
 18e08fff
-20210128
+20210126
 2020214f
 2000003c
 58000f00
@@ -321,7 +319,6 @@
 2020212d
 20758000
 20202272
-20600000
 20758000
 708a0777
 708a08c9
@@ -329,7 +326,7 @@
 6fe0c409
 67f080cd
 20000bb8
-2040016c
+20400151
 708a08c1
 6a40c419
 df200008
@@ -338,33 +335,9 @@
 67e0c433
 6240c419
 20600000
-20400162
-6ff08a09
-793ffe07
-67f08a09
-708a0777
-708a08c1
-708a0b01
-20406f90
-6fe0c409
-67f080cd
-20000bb8
-2040016c
-7080cd00
-20206fa1
-6ff080cc
-79207e01
-67f080cc
-6a40c419
-6fe0c433
-67e0c419
-df200008
-20406f67
-6240c419
-20600000
 7080cc03
 6ff08129
-c302816d
+c3028152
 68590164
 6049440a
 7080cc00
@@ -373,7 +346,7 @@
 708a8d12
 708a8e0a
 6fe0c099
-c008018c
+c0080171
 58005762
 67f10907
 70890103
@@ -384,7 +357,7 @@
 708a8d44
 708a8e0a
 6fe0c099
-c0080189
+c008016e
 58002bb1
 67f10907
 c6978000
@@ -393,34 +366,34 @@
 20600000
 58004189
 67f10907
-20200185
+2020016a
 58008312
 67f10907
-2020017a
-6fe0cc02
+2020015f
+6fe0cbf8
 da600100
 9a60fe00
 20600000
-202001b3
-20400196
+20200198
+2040017b
 20202563
-6fe0cc03
+6fe0cbf9
 207a0000
-6fe0cc04
+6fe0cbfa
 247a0000
-6848cc03
-6fe0cc02
+6848cbf9
+6fe0cbf8
 98467c00
-2441018f
+24410174
 98467e00
 1fe67c64
-202101a8
-6fe0cc05
+2021018d
+6fe0cbfb
 1fe67c14
-244101a6
-704c0401
+2441018b
+704bfa01
 20600000
-704c0601
+704bfc01
 2020431f
 6848817f
 6fe0804c
@@ -428,18 +401,18 @@
 9842fe00
 2feffe02
 58000000
-6848cc05
+6848cbfb
 7920fe00
 98408400
-6048cc05
+6048cbfb
 20600000
 6fe08005
 1fe0fe01
 67e08005
-243681ba
-6fe0cc02
+2436819f
+6fe0cbf8
 1fe0fe01
-67e0cc02
+67e0cbf8
 6fe08168
 c3818000
 79207e03
@@ -476,34 +449,34 @@
 c1000000
 c001b04a
 202028e1
+793f8030
+20202af6
 20402152
 70890000
 793f8030
 20202ae3
-793f8030
-20202af6
 efe10006
-c00201e7
+c00201cc
 202028eb
 efe18006
 67e1c397
-c00501ec
-c00901fb
+c00501d1
+c00901e0
 20202b96
 6fe44713
 c31dad19
 20402dc7
 68494398
 6fe0c321
-c28181f6
+c28181db
 6fe14398
 c0182e03
 68494398
 20202d1d
 6fe14332
 98467c00
-242281f2
-243401f2
+242281d7
+243401d7
 20202d46
 18c22200
 6fe14335
@@ -523,13 +496,13 @@
 20402a28
 247a0000
 6fe0c78f
-c07f8215
+c07f81fa
 6fe0c843
 1fe17e03
 c1818000
-6fe0cc04
+6fe0cbfa
 207a0000
-6fe0cc06
+6fe0cbfc
 247a0000
 6fe0c956
 205a5a71
@@ -542,15 +515,51 @@
 20405ab2
 24740000
 20405abc
-2040049d
+204004c0
 20205b37
+18467cff
+20628000
+d9000004
+284ffe07
+2020eebd
+d9000003
+20206ebd
+18467cff
+20628000
+6048cb1d
+20406ee6
+20208218
+6848cb1d
+20406f0f
+6848cb1d
+d9000003
+20206ebd
+704b1e01
+6848cb1d
+20406f0f
+6848cb1d
+d9000006
+20206ebd
+58000010
+67f08141
+37d98200
+20600000
+58000080
+2020021f
+20400490
+704b1e00
+2020550d
 6fe143e9
 20407d79
 6fe240ad
 9840fe00
 67e240ad
-20400229
+20400232
+2040022f
 20202425
+6fe0cb1e
+203a021e
+20200222
 600440e7
 d8c08070
 d8a040cc
@@ -567,12 +576,12 @@
 efe08011
 e8408013
 98467c00
-2022823c
+20228245
 e7e08013
 37d98200
 1a20a201
 1a60a601
-c2000236
+c200023f
 1a420400
 20600000
 20406b3a
@@ -581,7 +590,7 @@
 6fe145e0
 d84001f8
 98417e00
-203a024c
+203a0255
 6fe145e0
 1fe0fe01
 67e145e0
@@ -592,26 +601,29 @@
 2437b586
 2040366e
 6fe0c57d
-203a025b
+203a026c
 6fe245cc
 684a458f
 98467c00
-20228258
+20228261
 2020356e
 6fe44713
 c2983291
 20203549
-6fe2455f
-207a0000
-20200253
 2040543b
-20400261
+20400267
 2020544c
-58004a29
+58004a1d
 67e1433f
 58000020
 67e14341
 20600000
+6fe245e4
+684a458f
+2022825c
+6fe2455f
+207a0000
+2020025c
 6fe0c437
 247a0000
 6fe144e9
@@ -620,15 +632,15 @@
 204035b4
 6048c624
 6fe0c629
-c5130270
+c513027c
 6fe0c62c
 98467c00
-2421028a
+24210296
 6fe0c626
 1fe67c02
-24210278
+24210284
 6fe0c626
-c000028b
+c0000297
 20600000
 6fe0c626
 6848c627
@@ -637,7 +649,7 @@
 70462600
 6848c624
 6fe0c628
-c5130281
+c513028d
 6fe0c62b
 98467c00
 24610000
@@ -645,69 +657,56 @@
 c0003715
 1fe0ffff
 67e0c625
-c0010293
+c001029f
 c000b70b
 20203715
 70462600
 6fe0c625
-c0018291
+c001829d
 1fe0fe01
 67e0c625
 c000b70b
-c0010293
+c001029f
 70414105
 20600000
 70414103
 20600000
 58006235
 67e145f8
-5800029f
+5800622b
 67e145fa
-580002b4
+580002b3
 67e143e9
 202053f3
+2435a002
+37d98200
+37d98200
 20800000
-2055e004
+205582ae
 20202003
-204036b4
-24740000
-70477c01
-204036be
-70477200
-204062aa
-6fe0c73f
-245a54dc
-204002aa
-6fe245af
-20203622
-6fe0c73f
-247a0000
+2040021e
 6848c64a
-20406f0f
-6848c64a
-20406ec6
-6848c64b
-20406f0f
+20406edd
 6848c64b
-20206ec6
+20206edd
 20600000
-20400440
+20400463
 6fe44713
 c289dd60
 c2895d6e
-c28a02bb
+c28a02ba
 20600000
-204002c6
+204002c5
 20405e43
 20405db4
-204002da
-204002c3
-204002c9
-204002e2
+204002d9
+204002c2
+204002c8
+204002e1
 20205daa
 6fe44713
 c4150000
-204004a8
+204004cb
 6fe0c666
 67e0ca06
 20600000
@@ -717,7 +716,7 @@
 6fe1468e
 d840aa55
 98467c00
-2022834f
+2022834e
 6049468e
 20405c9c
 6fe0c9a1
@@ -730,9 +729,9 @@
 20600000
 6fe0c666
 1fe67c00
-202282d7
+202282d6
 1fe67c04
-202282e0
+202282df
 20610000
 70466600
 20600000
@@ -742,47 +741,47 @@
 1a422600
 20405e3d
 6fe149e0
-203a02f0
+203a02ef
 67e149de
 1a60a602
 6fe14a00
 9a667c00
-242102f0
+242102ef
 1a622400
-202002e6
+202002e5
 6fe149de
 67e14695
 20600000
 6fe44713
 c289dcb1
 c2895cb9
-c28a02f8
+c28a02f7
 20600000
-204002fb
-20400300
+204002fa
+204002ff
 20205cc1
 6fe0c666
 c1000000
-c0008327
-c001033b
+c0008326
+c001033a
 20600000
 6a4149e2
 1a422600
 20405dc0
 6fe0c9a1
-203a030c
+203a030b
 67e0c9a0
 1a60a601
 6fe149e4
 9a667c00
 24610000
 1a622400
-20200302
+20200301
 6fe0c9a0
 1fe17ef0
-203a0316
+203a0315
 6fe0c666
-20400324
+20400323
 67e0c9a2
 df200001
 1a622400
@@ -790,7 +789,7 @@
 20206b45
 6848c9a0
 6fe0c666
-20400324
+20400323
 98467c00
 20628000
 1ff27e00
@@ -799,9 +798,9 @@
 1a627e00
 684949e2
 98467c00
-20228312
+20228311
 1a60a7ff
-20200312
+20200311
 c1800000
 1fe0fe04
 20600000
@@ -809,14 +808,14 @@
 1a422600
 20405df3
 6fe349b5
-203a0333
+203a0332
 67e349af
 1a60a606
 6fe149f0
 9a667c00
 24610000
 1a622400
-20200329
+20200328
 6fe349af
 684b466e
 98467c00
@@ -829,14 +828,14 @@
 1a422600
 20405e17
 6fe349cd
-203a0347
+203a0346
 67e349c7
 1a60a606
 6fe149f8
 9a667c00
 24610000
 1a622400
-2020033d
+2020033c
 6fe349c7
 684b467b
 98467c00
@@ -845,21 +844,21 @@
 da20467b
 1a622400
 20206b45
-20400388
-204003a0
-20400353
+20400387
+2040039f
+20400352
 20205c90
 6fe44713
 c4078000
 6fe0c690
 c0005c94
-c0030359
+c0030358
 20600000
 70469000
 20600000
 6fe44713
 c289dcb5
-c28a035f
+c28a035e
 20600000
 6fe44713
 c4078000
@@ -867,19 +866,19 @@
 1a422600
 20405e51
 6fe0c9d4
-203a036d
+203a036c
 67e0c9d3
 1a60a601
 6fe149fc
 9a667c00
 24610000
 1a622400
-20200363
+20200362
 6fe0c9d3
 1fe17ef0
-203a0377
+203a0376
 6fe0c690
-20400385
+20400384
 67e0c9d5
 df200001
 1a622400
@@ -887,7 +886,7 @@
 20206b45
 6848c9d3
 6fe0c690
-20400385
+20400384
 98467c00
 20628000
 1ff27e00
@@ -896,18 +895,18 @@
 1a627e00
 684949fa
 98467c00
-20228373
+20228372
 1a60a7ff
-20200373
+20200372
 c1800000
 1fe0fe06
 20600000
 6fe44713
-c29f038f
+c29f038e
 6fe0c666
 c1000000
-c000838f
-c0010396
+c000838e
+c0010395
 20600000
 6fe3466e
 684b46e6
@@ -924,15 +923,15 @@
 1fe0ff00
 67e3466e
 20600000
-204003a0
+2040039f
 20205a9c
 6fe44713
 c30a5c6f
-c29f03a8
+c29f03a7
 6fe0c666
 c1000000
-c00083a8
-c00103ad
+c00083a7
+c00103ac
 20600000
 6fe34668
 67e34116
@@ -950,11 +949,11 @@
 d8e00002
 20405f04
 20405c4a
-204003ba
+204003b9
 20205ca3
 6fe0c666
-c00083be
-c00103c3
+c00083bd
+c00103c2
 20600000
 6fe30178
 67e34668
@@ -966,7 +965,7 @@
 6fe342db
 67e3467b
 20600000
-204003dc
+204003dd
 2040614d
 2040553d
 20406110
@@ -984,13 +983,15 @@
 20405bee
 20405be4
 20405bfb
-204003df
-20205b98
+204003e0
+204056b6
+20405c0e
+20205c05
 da604a05
 da405aef
 202042e0
 da60477e
-da4003e2
+da4003e3
 202042e0
 6fe0c96b
 67e0c0c0
@@ -999,46 +1000,47 @@
 204059ed
 20205c1b
 1a627e00
-c02003fd
-c00a8402
-c01903f4
-c01e041c
-c01c842d
-c01d0430
-c00a03f1
+c02003fe
+c00a8403
+c01903f5
+c01e041e
+c01c842f
+c01d0432
+c00a03f2
 20205ac3
 58000000
-67e24c03
+67e24bf9
 20205ad0
 6fe0c795
-c00083f8
+c00083f9
 70484414
-202003fa
+202003fb
 20405aef
 70484405
-6fe0cc02
-67e0cc03
+6fe0cbf8
+67e0cbf9
 20205af6
 6fe0ca04
 247a0000
 704a0401
 704a051e
 20600000
+58000000
 67e147c0
 70479400
 d8400006
 6fe44713
-c28d8408
+c28d840a
 d8400007
 604942d3
 604942d5
 7047c200
 70495600
 204029cb
-2020040e
+20200410
 20405b7b
 6fe143ef
-c2838413
+c2838415
 c28042fc
 20205c1a
 6fe143ef
@@ -1047,7 +1049,7 @@
 1fe17e03
 20405b21
 c081d4a9
-6fe0cc06
+6fe0cbfc
 243a54a9
 202054cd
 6fe2458f
@@ -1065,19 +1067,21 @@
 98467c00
 20628000
 20406016
-20400443
+20400466
 20206042
 20406016
-20400443
+20400466
 20206084
 20406016
-20400443
+20400466
 6fe0c87a
 c1008000
 6fe0c600
 243a5ff2
 6fe0c5e2
-c0020439
+c002043d
+c000e05f
+c0018444
 20206055
 6fe44713
 c31f6059
@@ -1085,7 +1089,38 @@
 c000e059
 20406018
 70466601
-202054a0
+20205491
+6fe44713
+c31f6059
+c289e059
+c28a6059
+c2896059
+20206034
+6fe44713
+c29f044f
+6fe0c666
+c0000456
+20205491
+204054ac
+20340452
+2020602f
+6fe0c666
+c0006067
+20405aa8
+20200441
+6fe44713
+c308e02a
+20406195
+204054ac
+20346067
+6fe44713
+c298045e
+20206023
+70466600
+6fe14721
+67e145de
+7045e201
+20203534
 6fe0c141
 67e0ca07
 20600000
@@ -1094,26 +1129,26 @@
 20600000
 2040620e
 204078aa
-2040044a
+2040046d
 20205e61
 6fe0c649
 c17f8000
 da200000
 70497705
 6848c649
-20400451
+20400474
 202056c1
 6fe44713
 c295d6de
 6fe0c974
 1fe22600
 6fe0c654
-c07f8458
+c07f847b
 202056ce
 6fe0c649
 20405946
 6848c649
-2020045c
+2020047f
 1a627e00
 67e0c978
 1fe3fe00
@@ -1128,7 +1163,7 @@
 204036b4
 24740000
 204036be
-2040046d
+20400490
 6fe1c608
 20203622
 58000000
@@ -1145,9 +1180,9 @@
 67e3c846
 70473f01
 204059ed
-2020029f
+2020622b
 20405a92
-2040046d
+20400490
 204056a9
 6848c654
 20406ef7
@@ -1155,29 +1190,29 @@
 20406ed3
 6fe0c64d
 20405943
+6848c65a
+204055ab
 d8400015
 204055b5
-20400489
-202054df
-6fe0c65a
-c17f8000
-6fe0c666
-c000048f
-6848c65a
-202055b5
-6848c65a
-20206f0f
+2040611a
+2040550c
+204054f9
+6848c64a
+20406f0f
+6848c64b
+20406f0f
+202054e2
 c6930000
 20405601
 24740000
 6fe0c77c
 70477c00
-245a04a6
+245a04c9
 6fe44713
-c30b049b
+c30b04be
 6fe0c96c
 243a60b6
-2040049d
+204004c0
 202060a2
 6fe0c659
 c1ff8000
@@ -1188,8 +1223,8 @@
 58000000
 67e24847
 20205a73
-2040046d
-20200232
+20400490
+2020023b
 6fe44713
 c4150000
 c31fdeb9
@@ -1204,11 +1239,11 @@
 20405958
 c018595f
 c018d9c6
-c02c04b8
+c02c04db
 20205952
 204059e7
 6fe0c85a
-c02c84bc
+c02c84df
 2020595f
 7049570b
 da604a0b
@@ -1216,11 +1251,11 @@
 6fe0c420
 c1800000
 6fe0c957
-c00584c4
+c00584e7
 202059f8
 20405a6d
 6fe0c659
-c07f84ca
+c07f84ed
 6848c659
 20406ee6
 24608000
@@ -1231,5 +1266,63 @@
 78547c00
 58000000
 67e34847
-204004bf
-20205606
+204004e2
+58000089
+204069e4
+20405747
+20405612
+20405617
+204004fc
+2020560c
+2040584c
+6fe0c987
+243a5860
+6fe0c982
+243a585f
+20405888
+20400504
+202057ad
+70497900
+70497a00
+70497b00
+1fe22400
+6848c644
+6fe0c647
+98467c00
+20228516
+6fe0c648
+98467c00
+2022851c
+6848c645
+6fe0c647
+98467c00
+20228525
+204057fb
+2040052a
+202057e5
+6848c645
+6fe0c648
+98467c00
+2022d7d6
+204057ef
+20200526
+6848c645
+6fe0c647
+98467c00
+20228522
+2040052c
+20200514
+2040052c
+20400528
+202057e5
+20400528
+2040052e
+202057e5
+1a417e12
+202057f3
+1a417e0a
+202057f6
+1a417e11
+202057f9
+1a417e12
+202057ff
Index: output/sched.rom
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/sched.rom	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/output/sched.rom	(working copy)
@@ -13,7 +13,7 @@
 00   #mem_patch0b
 00   #mem_patch0c
 73   #mem_patch0d
-08   #mem_patch0e
+18   #mem_patch0e
 84   #mem_patch0f
 f2   #mem_patch10
 7d   #mem_patch11
@@ -25,8 +25,8 @@
 00   #mem_patch17
 20   #mem_patch18
 00   #mem_patch19
-00   #mem_patch1a
-14   #mem_patch1b
+60   #mem_patch1a
+04   #mem_patch1b
 00   #mem_patch1c
 00   #mem_patch1d
 00   #mem_patch1e
@@ -107,7 +107,7 @@
 #bit5 MOUSE_ENABLE_USB_250
 #bit6 MOUSE_ENABLE_USB_500
 #bit7 MOUSE_ENABLE_USB_1000
-10
+00
 
 #mouse flag byte5
 #bit0 MOUSE_ENABLE_1IO2LED
@@ -166,7 +166,7 @@
 15 #mem_select_sensor_angle_gpio
 01 #mem_sensor_angle_default
 02 #mem_sensor_angle_switch
-01 #mem_config_sensor_dpi	#power on default dpi 00--1200  01--1600
+00 #mem_config_sensor_dpi	#power on default dpi 00--1200  01--1600
 ff #mem_whee_ta_data_gpio
 ff #mem_whee_tb_data_gpio
 0a #mem_matrix_public_gpio
@@ -197,8 +197,8 @@
 mem_mouse_le_reconn_blink_limit:00		#00:disable 	01:enable
 mem_mouse_multi_led_powon_timer_init:14	#2s
 mem_mouse_multi_24gled_blink_timer_init:05			#24gled blink time		500ms on,500ms off
-mem_mouse_multi_le_discovery_blink_timer_init:05		#le discovery blink time	500ms on,500ms off
-mem_mouse_multi_le_reconn_blink_timer_init:02			#le reconn blink time		500ms on,500ms off
+mem_mouse_multi_le_discovery_blink_timer_init:08		#le discovery blink time	500ms on,500ms off
+mem_mouse_multi_le_reconn_blink_timer_init:01			#le reconn blink time		500ms on,500ms off
 mem_mouse_low_led_blink_timer:14				#low blink time			1000ms on,1000ms off
 mem_mouse_dpi_led_blink_timer_init:02			#dpi blink time			200ms on,200ms off
 #blink count=count/2
@@ -210,9 +210,9 @@
 
 #time parm
 mem_mouse_logo_led_on_time_init:58 02	#1min
-mem_mouse_24g_pair_timeout_init:0a 00  #1min	    24g reconn timer&pair timer
-mem_mouse_24g_reconn_timeout_init:08 #10s
-mem_mouse_24g_power_on_fast_conn_timer:02 00	#500ms
+mem_mouse_24g_pair_timeout_init:0a 00 #1min	    24g reconn timer&pair timer
+mem_mouse_24g_reconn_timeout_init:08 #800ms
+mem_mouse_24g_power_on_fast_conn_timer:02 00	#200ms
 mem_mouse_direct_timeout:32  #5s
 mem_mouse_discovery_timeout:b0 04	#2min
 mem_mouse_fast_direct_timeout:0a #1s
@@ -225,6 +225,7 @@
 mem_lpm_mode:01
 mem_lpm_mult:20
 mem_lpm_mult_init:20
+mem_mouse_set_high_impedance_bit_set:00 00 00
 
 mem_device_flag:
 00		#00--24g 01--bt
@@ -277,7 +278,7 @@
 mem_mouse_24g_fast_hop_count_4ms:05
 mem_mouse_24g_tsniff_4ms:80 bb 00 00
 
-mem_mouse_24g_short_sleep_set_8ms:f2 f9 00#ac 07 01	#5625us	40 19 01:72000:6ms
+mem_mouse_24g_short_sleep_set_8ms:70 11 01
 mem_mouse_24g_long_sleep_set_8ms:00 77 01
 mem_mouse_24g_fast_hop_count_8ms:0b
 mem_mouse_24g_tsniff_8ms:00 77 01 00
@@ -315,19 +316,19 @@
 #microsoft swift pair
 06 ff 06 00 03 00 80	
 #name
-'\09XT-612
+'\09BT5.2 Mouse
 
 mem_le_scan_data_len:1f
 mem_le_scan_data:
 #name
-'\09XT-612
+'\09BT5.2 Mouse
 
 
 mem_le_name_len:
-'XT-612
+'BT5.2 Mouse
 
 mem_le_name_patch_len:	#max 18bytes
-'XT-612
+'BT5.2 Mouse
 
 mem_le_interval_min:
 06 00 #min interval
@@ -365,9 +366,9 @@
 mem_otp_offset_le_locall_addr2_end:fa 1e					#7930  end
 
 mem_otp_offset_le_addr_increase_count:fb 1e			#7931 begin		100 count
-mem_otp_offset_le_addr_increase_count_end:ae 1f		#8108 end					----------info over	
+mem_otp_offset_le_addr_increase_count_end:ac 1f		#8108 end					----------info over	
 
-mem_otp_offset_app_initflag:ac 1f		#8110 end
+mem_otp_offset_app_initflag:ae 1f		#8110 end
 
 #ui
 mem_ui_button_gpio:ff
@@ -403,14 +404,10 @@
 3f	#mem_3212_dpi_2
 15	#mem_3212_dpi_3
 
-# 14	#mem_ka8g2_dpi_0    1200
-# 1b	#mem_ka8g2_dpi_1    1600
-# 11	#mem_ka8g2_dpi_2    1000
-# 0e	#mem_ka8g2_dpi_3    800
-28##mem_ka8g2_dpi_0	2400
-35##mem_ka8g2_dpi_1	3200
-1b##mem_ka8g2_dpi_2	1600
-11##mem_ka8g2_dpi_3	1000
+14	#mem_ka8g2_dpi_0
+1b	#mem_ka8g2_dpi_1
+11	#mem_ka8g2_dpi_2
+0e	#mem_ka8g2_dpi_3
 
 mem_sensor_s201_dpi:
 8a  #mem_sensor_s201_dpi_0	1200
@@ -456,15 +453,15 @@
 7d 80
 ff ff
 
-#mem_sensor_ka8g2_init:
-#09 a5
-#26 34
-#60 07
-#69 04
-#7d 20
-#7e 00
-#09 00
-#ff ff
+mem_sensor_ka8g2_init:
+09 a5
+26 34
+60 07
+69 04
+7d 20
+7e 00
+09 00
+ff ff
 
 mem_sensor_8650_init:
 09 5a
@@ -473,13 +470,11 @@
 be d1
 a0 41
 a1 12
-a5 84
 a7 ff
-b5 d0
 b6 00
+b5 c8
+a5 af
 ff 00
-35 c8
-25 af
 09 00
 ff ff
 
@@ -510,6 +505,29 @@
 09 00
 ff ff
 
+
+#adc config
+mem_adc_config_flag:01
+#01 ADC_CONFIG_HVIN
+#02 ADC_CONFIG_GPIO
+mem_adc_clkdiv:0a
+mem_adc_channel:09
+#00 ADC_CH_VBAT
+#01 ADC_CH_VDCDC5V
+#06 ADC_CH_GPIO18
+#07 ADC_CH_GPIO10
+#08 ADC_CH_GPIO9
+#09 ADC_CH_GPIO12
+#0a ADC_CH_GPIO6
+#0b ADC_CH_GPIO20
+#0c ADC_CH_GPIO21
+#0d ADC_CH_GPIO22
+#0e ADC_CH_GPIO13
+
+mem_mouse_vdd_full_vol:a4 01		#4.2V
+18 01#mem_mouse_vdd_empty_vol  :2.8V
+2c 01#mem_mouse_vdd_low_vol   :3.0V
+
 # rf debug
 #bit7:0 means disable rf debug function
 #mem_rf_debug_rx_gpio:87
@@ -539,28 +557,6 @@
 mem_gain_second_agc_en:08	#hw agc: 0:second agc disable
 mem_otp_load_check_sum:5a
 
-#adc config
-mem_adc_config_flag:01
-#01 ADC_CONFIG_HVIN
-#02 ADC_CONFIG_GPIO
-mem_adc_clkdiv:0a
-mem_adc_channel:00
-#00 ADC_CH_VBAT
-#01 ADC_CH_VDCDC5V
-#06 ADC_CH_GPIO18
-#07 ADC_CH_GPIO10
-#08 ADC_CH_GPIO9
-#09 ADC_CH_GPIO12
-#0a ADC_CH_GPIO6
-#0b ADC_CH_GPIO20
-#0c ADC_CH_GPIO21
-#0d ADC_CH_GPIO22
-#0e ADC_CH_GPIO13
-
-mem_adc_dma_enable:00
-mem_adc_saddr_ptr:00 07
-mem_adc_eaddr_ptr:ff 07
-
 mem_ring_ibias_trim:a0
 mem_ring_ibias_vtune_high:bc 02 #700mv
 mem_ring_ibias_vtune_low:90 01 #400mv
Index: program/app_mouse.prog
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/program/app_mouse.prog	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/program/app_mouse.prog	(working copy)
@@ -342,6 +342,7 @@
 	call mouse_logo_led_off
 	call mouse_lpm_before_common
 	call mouse_gpio_pd_idle
+mouse_setgpio_hibernate_next:
 	fetcht 1,mem_mouse_reuse_2ice_gpio
 	call mouse_gpio_config_input_pu
 	call mouse_gpio_set_high_impedance
@@ -641,7 +642,7 @@
 	isolate1 0,pdata
 	call gpio_set_high_impedance,true
 	fetch 3,mem_pdatatemp
-	lshift pdata,pdata
+	lshift pdata,pdata		//-->rshift
 	store 3,mem_pdatatemp
 	increase 1,temp
 	loop mouse_gpio_set_high_impedance_bit_loop
@@ -2763,7 +2764,6 @@
 	//bt
 	call mouse_check_reconnect_delay_long_sleep		//delete 3.0,reconnect fail
 	call mouse_current_mult_update_timer
-mouse_bb_event_timer_next:	
 	call mouse_wheel_trigger_timer
 	call mouse_store_information_delay_timer
 	branch mouse_check_no_data_timeout_timer
Index: program/patch.prog
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/program/patch.prog	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/program/patch.prog	(working copy)
@@ -2,15 +2,15 @@
 //define AUTO_TEST
 //define PWM_SET
 //define SELECT_ANGLE
-//define UART_LOG
 define POWER_CTRL
 //define MORE_POWER_CTRL
+//define ADC_1121SB
+//define ADC_1121SB_1V8_MODE
 define SENSOR_ANGLE_ICE_SDIO
 
 	bbit1 8,pf_patch_ext
 	beq patch00_0,p_soft_reset
 	beq patch00_2,p_main_loop
-//	beq patch01_7,p_rx_dcoc
 	beq patch02_0,p_shutdown_radio
 	beq patch02_1,p_set_sync_on
 	beq patch02_4,p_set_lemode
@@ -18,8 +18,6 @@
 	beq patch03_0,p_txon
 	beq patch03_1,p_set_tx_power
 	beq patch03_2,p_initialize_radio_cont
-//	beq patch03_3,p_rfpll_aac_ghpc
-//	beq patch03_5,p_dpll_ring_ibias_calc
 	beq patch04_5,p_lpm_sleep
 	beq patch0d_0,p_mouse_cb_fuction
 	beq patch0d_1,p_mouse_load_device_info_check
@@ -29,7 +27,8 @@
 endif	
 	beq patch0d_6,p_mouse_start_work
 	beq patch0e_3,p_mouse_setgpio_hibernate
-	beq patch0f_2,p_mouse_motion	
+	beq patch0e_4,p_mouse_lpm_before_common
+	beq patch0f_2,p_mouse_motion
 	beq patch0f_7,p_mouse_3io6key_check
 	beq patch10_1,p_mouse_init_sensor
 	beq patch10_4,p_mouse_buletooth_fast_conn_end
@@ -38,16 +37,22 @@
 	beq patch10_7,p_mouse_bb_event_timer
 	beq patch11_0,p_mouse_start_discovery
 	beq patch11_2,p_mouse_store_remote_bdaddr
+	beq patch11_3,p_mouse_app_initflag_check
 	beq patch11_4,p_mouse_store_device_info
 	beq patch11_5,p_mouse_store_dpi_info_check
 	beq patch11_6,p_mouse_idle
-	beq patch11_3,p_mouse_app_initflag_check
 	beq patch12_0,p_mouse_check_select_device_by_switch
 	beq patch12_5,p_mouse_24g_hibernate_set
 	beq patch12_6,p_mouse_24g_package_data
 	beq patch18_5,p_otp_read_data
+	beq patch1a_5,p_gpio_set_wake_by_current_state	
+	beq patch1a_6,p_gpio_set_wake
 	beq patch1b_2,p_sadc_calibration
+ifdef ADC_1121SB
+	beq patch1b_3,p_adc_init_data
 	beq patch1b_4,p_enable_adc
+	beq patch1b_5,p_vdd_calculate_by_mode
+endif
 	branch assert
 
 pf_patch_ext:
@@ -71,35 +76,6 @@
 
 /****************************************COMMON PATCH*****************************************/
 
-//p_g24_ackpayload_parse:
-//	call 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 
-//	call memcpy
-//ifdef UART_LOG
-//	call p_buffer_print_rx
-//endif	
-//	rtn
-
-p_mouse_start_work:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING, p_mouse_24g_first_start_auto_pair_mode
-	branch mouse_start_work+3
-
-p_mouse_24g_first_start_auto_pair_mode:
-	call mouse_wakeup_from_power_check
-	branch p_mouse_24g_first_start_reconn,user
-	branch mouse_24g_reconn_general_dongle
-
-p_mouse_24g_first_start_reconn:
-	fetch 1,mem_device_flag
-	beq MODE_24G_DEVICE,mouse_24g_reconn_dongle_start
-	call mouse_bluetooth_fast_conn_disable
-	branch p_mouse_24g_first_bluetooth_reconnect
-	
 ifdef SENSOR_ANGLE_ICE_SDIO
 p_mouse_sensor_set_angle:
 	fetch 1,mem_sensor_angle_default
@@ -130,7 +106,7 @@
 endif
 
 p_main_loop:
-	ifdef SECURE_CONNECTION
+ifdef SECURE_CONNECTION
 	call sp_calc_sequence_256
 	call sp_calc_sequence_256_check
 endif
@@ -145,6 +121,7 @@
 p_shutdown_radio:
 	jam 0,0x8900
 	branch shutdown_radio+1
+
 p_set_sync_on:
 	jam 0x60,0x8a0f 
 	jam 0xaa,0x8a10 
@@ -168,7 +145,7 @@
 	
 	jam 0x0d,0x8946
 	jam 0x10,0x896f
-	jam 0xcd,0x8a13
+//	jam 0xcd,0x8a13
 	jam 0x10,0x8a06
 	jam 0x4a,0x8a84
 	jam 0x40,0x8a85
@@ -206,8 +183,7 @@
 	call p_rfpll_aac_ghpc
 	call p_set_xtal_cap
 	jam SYSTEM_CLK_12M,mem_system_clk
-	call sadc_calibration
-	branch p_dpll_ring_ibias_calc
+	branch sadc_calibration
 	
 p_set_xtal_cap:
 	rtn wake
@@ -268,6 +244,10 @@
 	store 1,0x8138 
 	until null,lpo_edge
 
+p_set_otp_config_wake:
+	fetch 2,mem_otp_charge_pump_x
+	rtn blank
+	store 2,mem_otp_charge_pump
 p_set_otp_config2:
 	fetch 1,0x8acb
 	and pdata,0xf0,pdata
@@ -294,12 +274,6 @@
 	store 1,0x8a02
 	rtn
 
-p_set_otp_config_wake:
-	fetch 2,mem_otp_charge_pump_x
-	rtn blank
-	store 2,mem_otp_charge_pump
-	branch p_set_otp_config2
-
 p_rf_rx_enable:
 	call rf_debug_rx_gpio_high
 	call rf_rx_agc_set
@@ -356,39 +330,39 @@
 	jam 0xf6,0x8a16 
 	branch txon+7
 
-p_set_tx_power:	
-	fetch 1,mem_last_freq	
-	beq 22,set_tx_power_f5db	
-	beq 46,set_tx_power_f5db	
+p_set_tx_power:
+	fetch 1,mem_last_freq
+	beq 22,set_tx_power_f5db
+	beq 46,set_tx_power_f5db
 	beq 70,set_tx_power_f5db
 	fetch 1,mem_tx_power
 	beq TX_POWER_6DB,set_tx_power_5db
-	//beq TX_POWER_10DB,p_set_tx_power_10db
-	//beq TX_POWER_F30DB,p_set_tx_power_f30db
+//	beq TX_POWER_10DB,p_set_tx_power_10db
+//	beq TX_POWER_F30DB,p_set_tx_power_f30db
 	//beq TX_POWER_F35DB,p_set_tx_power_f35db
 	//beq TX_POWER_F40DB,p_set_tx_power_f40db
 	beq TX_POWER_FACTORY,p_set_tx_power_factory
 	branch set_tx_power+2
-/*	
+	
 p_set_tx_power_10db:
 	jam 0x25,0x8a14 
 	setarg 0xa93f3f
 	store 3,0x8a60
 	jam 0x1f,0x8a63 
 	rtn
-*/
+
 p_set_tx_power_factory:
 	jam 0x17,0x8a14 
 	fetch 3,mem_tx_power_factory_param_new
 	store 3,0x8a60
 	branch set_tx_power_8a63_28
-/*
+
 p_set_tx_power_f30db:
 	jam 0x17,0x8a14 
 	setarg 0x250300
 	store 3,0x8a60
 	branch set_tx_power_8a63_28
-
+/*
 p_set_tx_power_f35db:
 	jam 0x17,0x8a14 
 	setarg 0x250100
@@ -400,8 +374,7 @@
 	setarg 0x250000
 	store 3,0x8a60
 	branch set_tx_power_8a63_28	
-	*/
-/*
+
 p_set_tx_power_f45db:
 	jam 0x17,0x8a14
 	setarg 0x000000
@@ -489,9 +462,6 @@
 p_rfpll_aac_ghpc:
 	rtn wake
 	branch rfpll_aac_ghpc+1
-	
-p_dpll_ring_ibias_calc:
-	rtn
 
 p_sadc_calibration:
 	rtn wake
@@ -511,33 +481,6 @@
 	storer regb,1,mem_spi_write_addr
 	rtn
 
-p_enable_adc:
-	call p_sadc_cal_write
-	fetch 1,core_gpadc_cfg1
-	set0 7,pdata
-	store 1,core_gpadc_cfg1
-	jam 0x77,core_gpadc_ctrl
-	jam 0xc1,core_gpadc_cfg0
-	jam 0x01,core_gpadc_cfg3
-	call sadc_channel
-	fetch 1,mem_adc_clkdiv
-	store 1,core_sadc_clkdiv
-	nop 3000
-	call p_sadc_read
-	jam 0,core_sadc_clkdiv
-	branch sadc_dma
-
-p_sadc_cal_write:
-	fetch 1,core_sadc_ctrl
-	set1 1,pdata
-	store 1,core_sadc_ctrl
-	fetchr regb,1,mem_spi_write_addr
-	fetch 1,mem_adc_cal_c7
-	store 1,mem_spi_write_addr
-	arg 8,loopcnt	//rg_gpadc_sar_dat_sel c0-c7
-	call sadc_cal_write+4
-	storer regb,1,mem_spi_write_addr
-	rtn
 
 p_sadc_read:
 	jam 0x03,core_sadc_ctrl
@@ -618,8 +561,6 @@
 p_le_check_retransmit_count:
 	fetcht 1,mem_le_arq
 	fetch 1,mem_le_rxbuf_data_header
-//	isolate1 md,pdata
-//	setflag true,mark_ble_rx_md,mark
 	rshift pdata,pdata
 	ixor temp,pdata
 	isolate1 nesn,pdata
@@ -645,12 +586,10 @@
 	store 2,mem_le_superto
 	setarg 0
 	store 4,mem_le_transmit_window	
-//	fetch 1,mem_le_conn_rcv_new
-//	store 1,mem_le_conn_first_rcv
 	rtn
+	
 p_le_rx_dec:
 	call le_check_retransmit	
-//	bmark1 mark_old_packet,le_retransmit_end_of_packet
 	fetchr rega, 1,mem_le_rxbuf_data_length
 	increase -4,rega
 	nbranch le_crc_fail_consecutive,positive
@@ -681,16 +620,16 @@
 	rtneq LLID_RESERVED
 	beq LLID_LE_LL,le_parse_ll
 	branch le_parse_l2cap
+	
+p_le_init_adv:
+	set0 mark_ble_crc_fail,mark	
+	branch le_init_adv+1
 
 p_le_adv_not_match:
 	call shutdown_radio
 	jam 0,0x8900
 	set0 mark_ble_crc_fail,mark
 	branch le_adv_not_match+1
-	
-p_le_init_adv:
-	set0 mark_ble_crc_fail,mark	
-	branch le_init_adv+1
 
 p_le_parse_l2cap:
 	ifetch 2,contr
@@ -769,6 +708,54 @@
 	call p_mouse_data_xy_release
 	branch mouse_le_next+12
 
+p_gpio_set_wake:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	arg 4,debug
+	isolate1 GPIO_ACTIVE_BIT,temp
+	branch gpio_set_wake_high,true
+	arg 3,debug
+	branch gpio_set_wake_high
+
+p_gpio_set_wake_by_current_state:
+	sub temp,GPIO_DISABLE,null
+	rtn zero
+	storet 1,mem_mouse_wheel_temp_gpio
+	call gpio_get_bit
+	branch p_gpio_set_qdec_mode,true
+p_gpio_set_low_wake_disable_qdec:
+	fetcht 1,mem_mouse_wheel_temp_gpio
+	call gpio_set_high_impedance
+	fetcht 1,mem_mouse_wheel_temp_gpio
+p_gpio_set_low_wake:
+	arg 3,debug
+	branch gpio_set_wake_high
+	
+p_gpio_set_qdec_mode:
+	jam 1,mem_mouse_qdec_set_flag
+	fetcht 1,mem_mouse_wheel_temp_gpio
+	call gpio_set_high_impedance
+	fetcht 1,mem_mouse_wheel_temp_gpio
+p_mouse_qdec_lpm_cfg:
+	arg 6,debug
+	branch gpio_set_wake_high
+
+p_mouse_puchk_disable:
+	setarg 0x10			//bit0-1:key_delay	bit2-3:pu_delay		bit4-6:interval	bit7:enable 
+p_mouse_puchk_set:
+	store 1,core_puwakeup
+	until null,lpo_edge
+	rtn
+
+p_mouse_puchk_enable:
+	setarg 0x80			//bit0-1:key_delay	bit2-3:pu_delay		bit4-6:interval	bit7:enable 
+	branch p_mouse_puchk_set
+
+p_mouse_lpm_before_common:
+	call p_clear_wake
+	jam 0,mem_mouse_qdec_set_flag
+	branch mouse_lpm_before_common+1
+	
 p_lpm_sleep:
 	//call xtal_fast_wake
 	fetch 2,mem_cb_before_lpm_sleep
@@ -778,8 +765,14 @@
 	iadd temp,pdata
 	store 4,mem_sleep_counter_all
 	call p_lpm_save_context
+	call p_mouse_puchk_set_check
 	branch lpm_sleep_skip_cb_function+4
 
+p_mouse_puchk_set_check:
+	fetch 1,mem_mouse_qdec_set_flag
+	branch p_mouse_puchk_disable,blank
+	branch p_mouse_puchk_enable
+
 p_lpm_save_context:
 	storer mark,8,mem_saved_mark
 	arg core_gpio_conf,contr
@@ -830,7 +823,6 @@
 	nbranch g24_reconn_device_fail,sync
 	nbranch g24_reconn_device_fail,user3
 	call g24_ackpayload_parse
-	
 	fetch 1,mem_24g_rxdata_length	//ack payload length 
 	branch p_recv_addr_zero_skip,blank
 p_g24_reconn_dispatch_next_2:	
@@ -845,11 +837,6 @@
 	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,g24_pair_start
 	branch g24_reconn_receiver_addr
 
-p_recv_addr_zero_skip:
-	fetch 4,mem_24g_rxpayload+2
-	rtn blank
-	branch p_g24_reconn_dispatch_next_2
-
 p_mouse_param_init:
 	call mouse_param_common_init
 	call p_mouse_le_buff_modify
@@ -862,6 +849,14 @@
 	store 2,mem_ble_l2cap_tx_buff_size_ptr
 	rtn
 
+p_recv_addr_zero_skip:
+	fetch 4,mem_24g_fast_conn_addr
+	fetcht 4,mem_24g_addr
+	branch p_g24_reconn_dispatch_next_2,zero
+	fetch 4,mem_24g_rxpayload+2
+	rtn blank
+	branch p_g24_reconn_dispatch_next_2
+
 ifdef POWER_CTRL
 p_power_ctrl_start:
 	fetch 1,mem_power_ctrl_disable
@@ -945,51 +940,34 @@
 p_mouse_cb_fuction:
 	setarg mouse_24g_short_sleep
 	store 2,mem_cb_24g_transmit_short_sleep
-	setarg p_mouse_24g_long_sleep
+	setarg mouse_24g_long_sleep
 	store 2,mem_cb_24g_transmit_long_sleep
 	setarg p_mouse_24g_before_lpm_sleep
 	store 2,mem_cb_before_lpm_sleep
 	branch mouse_cb_fuction+7
 
 p_soft_reset:
+	nbranch soft_reset+1,wake
+	until null,lpo_edge
+	until null,lpo_edge
 	clear_stack
-	call mouse_wheel_gpio_init,wake
+	call p_mouse_wheel_init_set,wake
 	branch soft_reset+2
 
-p_mouse_24g_long_sleep:
-	call g24_lpm_wait
-	nrtn user
-	jam 1,mem_mouse_24g_long_sleep_flag
-	call g24_setgpio_lpm_before
-	jam 0,mem_mouse_24g_sleep_miss
-	call mouse_24g_send_time_long_wake
-	fetch 1,mem_sensor_shutdown_flag
-	ncall mouse_setgpio_hibernate,blank
-
-	call p_mouse_wheel_set_low_pullup
-
-	fetch 4,mem_24g_enter_hibernate
-	branch g24_long_seep2
-
-p_mouse_wheel_set_low_pullup:
-	fetch 1,mem_sensor_shutdown_flag
-	nrtn blank
-	fetcht 1,mem_whee_a_data_gpio
-	call gpio_set_high_impedance
-	fetcht 1,mem_whee_a_data_gpio
-	call gpio_set_low_pullup
-
-	fetcht 1,mem_whee_b_data_gpio
-	call gpio_set_high_impedance
+p_mouse_wheel_init_set:
+	call p_mouse_puchk_disable
+	fetcht 1,mem_whee_a_data_gpio		//reinit gpio pu after disable wheel wakeup
+	call gpio_config_input
 	fetcht 1,mem_whee_b_data_gpio
-	branch gpio_set_low_pullup
-
+	branch gpio_config_input
+	
 p_mouse_24g_before_lpm_sleep:
 	rtn
 //	fetch 1,mem_device_flag
 //	rtnne MODE_24G_DEVICE
 //	branch mouse_24g_before_lpm_sleep+2	
 
+
 ifdef SELECT_ANGLE	
 p_mouse_select_angle:
 	fetch 1,mem_select_sensor_angle_gpio
@@ -1045,22 +1023,21 @@
 	call p_mouse_set_sensor_gpio_sleep
 endif
 	call p_mouse_store_normal_tx_power
-ifdef UART_LOG
-	call p_app_uarta_init	
-endif
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 	bbit1 MOUSE_ENABLE_EEPROM,mouse_load_eeprom_info_check
 	bbit1 MOUSE_ENABLE_FLASH,mouse_load_flash_info_check
 	bbit1 MOUSE_ENABLE_OTP,p_mouse_load_otp_info_check
 	rtn
+
 p_mouse_load_otp_info_check:
 	call p_mouse_device_flag_temp_store
 	call mouse_read_otp_dpi
 	call mouse_read_otp_device_flag
 	
 	call p_mouse_device_flag_check		//reinit to load info
+
 	call p_mouse_select_device_by_switch_check
-	
+
 	call p_mouse_read_otp_device_info
 	call p_mouse_read_otp_le_addr_increase_count_info
 	branch mouse_otp_load_app_initflag
@@ -1175,7 +1152,7 @@
 	call p_mouse_device_flag_otp_store_judge			// add device_flag check
 	
 	store 1,mem_device_flag_value
-p_mouse_devoce_flag_store_end:	
+p_mouse_device_flag_store_end:	
 	arg 1,loopcnt
 	copy regc,regb
 	arg mem_device_flag_value,rega
@@ -1194,10 +1171,10 @@
 	copy regc,pdata
 	fetcht 2,mem_otp_offset_device_flag
 	isub temp,null
-	branch p_mouse_devoce_flag_store_end,zero
+	branch p_mouse_device_flag_store_end,zero
 	
 	increase -1,regc
-	branch p_mouse_devoce_flag_store_end
+	branch p_mouse_device_flag_store_end
 
 p_mouse_device_flag_otp_store_judge:
 	rtnne MODE_24G_DEVICE
@@ -1428,6 +1405,7 @@
 	store 6,mem_device2_locall_addr
 	rtn
 
+
 p_mouse_bb_event_timer:
 	call p_mouse_le_send_conn_param_update_timer
 	call mouse_low_voltage_led_timer
@@ -1453,8 +1431,10 @@
 	//bt
 	call mouse_check_reconnect_delay_long_sleep		//delete 3.0,reconnect fail
 	call p_mouse_current_mult_update_timer
-	branch mouse_bb_event_timer_next
-
+	call mouse_wheel_trigger_timer
+	call mouse_store_information_delay_timer
+	branch mouse_check_no_data_timeout_timer
+	
 p_mouse_le_send_conn_param_update_timer:
 	arg mem_mouse_le_send_conn_param_update_timer,regc
 	arg mouse_updata_le_param,regb
@@ -1503,6 +1483,7 @@
 	fetch 1,mem_le_conn_rcv_new
 	store 1,mem_le_conn_first_rcv
 	branch mouse_le_ll_enable_start_enc_flag
+
 	
 p_mouse_le_conn_param_update_rsp_recieved:
 	fetch 1,mem_mouse_le_send_conn_param_update
@@ -1511,7 +1492,11 @@
 	jam 30,mem_mouse_le_send_conn_param_update_timer
 	rtn
 
-p_mouse_le_bb_disconnected:		
+p_mouse_le_bb_disconnected:	
+//	setarg 0
+//	store 1,mem_mouse_le_send_conn_param_update
+//	store 1,mem_mouse_le_send_conn_param_update_timer
+	setarg 0
 	store 2,mem_le_battery_level_updata_timer
 	jam 0,mem_mouse_le_bb_connected_flag
 	arg LE_INTERVAL_7_5MS,temp
@@ -1575,6 +1560,8 @@
 	nbranch mouse_24g_hibernate_set,blank
 	fetch 1,mem_24g_reconn_type
 	beq PAIR_AND_3_0_ADDR,p_mouse_24g_auto_pair_attempt_fail
+	beq FAST_CONN_AND_RECEIVER,mouse_24g_fast_conn_attempt_fail
+	beq RECEIVER_AND_3_0_ADDR,p_mouse_reconn_dongle_attempt_fail
 	branch mouse_24g_attempt_fail+2
 
 p_mouse_24g_auto_pair_attempt_fail:
@@ -1585,8 +1572,51 @@
 p_mouse_24g_first_bluetooth_reconnect:
 	call mouse_24g_stop
 	jam MODE_BT_DEVICE1,mem_device_flag
-	branch mouse_start_reconnect_device
+	branch mouse_le_fast_conn_judge
+
+p_mouse_reconn_dongle_attempt_fail:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_OTP,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_FLASH,mouse_24g_attempt_fail_enter_hibernate
+	branch mouse_24g_start_auto_pair
+
+p_mouse_start_work:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,p_mouse_24g_first_start_auto_pair_mode
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,p_mouse_24g_start_mode
+	branch mouse_le_fast_conn_judge
 
+p_mouse_24g_first_start_auto_pair_mode:	
+	call mouse_wakeup_from_power_check
+	branch p_mouse_24g_first_start_reconn,user 
+	branch mouse_24g_reconn_general_dongle
+
+p_mouse_24g_first_start_reconn:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_reconn_dongle_start
+	call mouse_bluetooth_fast_conn_disable
+	branch p_mouse_24g_first_bluetooth_reconnect
+
+p_mouse_24g_start_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G,mouse_24g_mode_setup_error
+	call mouse_device_24g_pair_led_config
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	branch mouse_24g_reconn_dongle_start,user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,p_mouse_24g_reconn_general_dongle
+	branch mouse_24g_start_mode+7
+
+p_mouse_24g_reconn_general_dongle:
+	jam MODE_24G_DEVICE,mem_device_flag
+	fetch 2,mem_mouse_24g_power_on_fast_conn_timer
+	store 2,mem_24g_reconn_timeout
+	jam FAST_CONN_AND_RECEIVER,mem_24g_reconn_type
+	branch g24_reconn_start
+	
 p_mouse_store_normal_tx_power:
 	fetch 1,mem_tx_power
 	store 1,mem_normal_tx_power
@@ -1667,7 +1697,7 @@
 	jam 1,mem_sensor_shutdown_flag
 	call mouse_sensor_powerdown
 //	call mouse_setgpio_hibernate
-	branch p_mouse_24g_long_sleep
+	branch mouse_24g_long_sleep
 
 p_mouse_setgpio_hibernate:
 	call mouse_set_sdio_high
@@ -1679,23 +1709,45 @@
 	call gpio_clr_wake
 	fetch 1,mem_mouse_sensor_sdio_gpio
 	call mouse_gpio_config_output_high
+	
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_set_pupd_by_input
 	arg 21,temp	//ice band gpio			
 	call mouse_gpio_config_input_pu
-	call p_mouse_device_switch_gpio_high_impedance
-	branch mouse_setgpio_hibernate+3
-
-p_mouse_device_switch_gpio_high_impedance:
-	fetch 1,mem_device_switch_gpio
-	rtneq 0xff
-	fetch 1,mem_device_flag
-	beq MODE_24G_DEVICE,p_mouse_device_switch_gpio_set_impedance
-	fetcht 1,mem_device_switch_gpio
-	branch mouse_gpio_config_input_pu
-
-p_mouse_device_switch_gpio_set_impedance:
-	fetcht 1,mem_device_switch_gpio
-	branch gpio_set_high_impedance
+	
+	call mouse_logo_led_off
+	call mouse_lpm_before_common
+	call mouse_gpio_pd_idle
+	fetcht 1,mem_whee_a_data_gpio
+	call gpio_set_high_impedance
+	fetcht 1,mem_whee_b_data_gpio
+	call gpio_set_high_impedance
+//	fetcht 1,mem_mouse_reuse_2ice_gpio
+//	call mouse_gpio_config_input_pu
+//	call p_mouse_gpio_set_high_impedance
+	branch mouse_setgpio_hibernate_next
+/*
+p_mouse_gpio_set_high_impedance:
+	fetch 3,mem_mouse_set_high_impedance_bit_set
+	store 3,mem_pdatatemp
+	arg 24,loopcnt
+	arg 0,temp
+p_mouse_gpio_set_high_impedance_bit_loop:	
+	fetch 3,mem_pdatatemp
+	isolate1 0,pdata
+	call p_gpio_set_analog,true
+	fetch 3,mem_pdatatemp
+	rshift pdata,pdata
+	store 3,mem_pdatatemp
+	increase 1,temp
+	loop p_mouse_gpio_set_high_impedance_bit_loop
+	rtn
 
+p_gpio_set_analog:
+	sub temp,UI_BUTTON_GPIO_DISABLE,null
+	rtn zero
+	branch gpio_set_analog
+*/
 p_mouse_24g_package_data:
 	rtnmark0 mark_24g
 	call mouse_motion
@@ -1741,33 +1793,6 @@
 	nbranch mouse_check_select_24g_device,true
 	branch mouse_select_btdevice
 
-ifdef PWM_SET
-
-/*
-core_clksel
-[7:6]pwm clock select
-	0:sysclk 
-	1:sysclk undivided
-	2:rc2M
-	3:lpo
-*/
-p_pwm_clk_set:
-	fetch 1,core_clksel
-	and pdata,0xc0,pdata
-	beq 0x40,pwm_24m_clk_set
-	beq 0x80,p_pwm_2m_clk_set
-	beq 0xc0,pwm_33k_clk_set
-	branch pwm_12m_clk_set
-p_pwm_2m_clk_set:
-	setarg 2000000
-	rtn
-
-p_pwm_out_set:
-	fetcht 3,mem_pdatatemp+2
-	call p_pwm_clk_set
-	branch pwm_out_set+2
-endif
-
 p_mouse_init_sensor:
 	call mouse_read_sensor_id
 	beq P32XX_ID1,mouse_init_p32xx_id2_judge
@@ -1785,7 +1810,6 @@
 	arg mem_sensor_ka8g2_init_new,regc
 	branch mouse_sensor_wr_seq
 
-
 p_mouse_check_sensor_data:
 	fetch 1,mem_spi_write_flash_sm
 	rtnne FLASH_SM_NO_BUYS
@@ -1852,125 +1876,349 @@
 p_mem_usb_data_square_cnt_set0:
 	jam 0,0X4FF0
 	branch p_ms_y_down+2
+
 else
 p_mouse_motion:
 	disable user
 	setarg 0
 	store 6,mem_mouse_x
 	call p_mouse_check_sensor_data
-	branch mouse_motion+5
+	setarg 0x0089
+	call twspi_write	
+	call mouse_setting_sensor_type
+	call mouse_zwheel
+	call mouse_t_zwheel
+	call p_mouse_key
+	branch mouse_motion+11
+
+p_mouse_key:
+	call mouse_check_firekey_gpio
+	fetch 1,mem_fire_key_flag
+	nbranch fire_key_press,blank
+	fetch 1,mem_fire_key_status
+	nbranch fire_key_process,blank
+	
+	call mouse_check_key_gpio
+	call p_mouse_ghost_key_check
+	branch mouse_key+7
+
+p_mouse_ghost_key_check:			//lbk_mfw
+	jam 0,mem_mouse_matrix_key_cow_count
+	jam 0,mem_mouse_matrix_key_row_count
+	jam 0,mem_mouse_ghost_flag
+	copy pdata,regb
+	fetcht 1,mem_lbutton_gpio
+	fetch 1,mem_bk_button_gpio
+	isub temp,null
+	branch p_mouse_matrix_ghost_key_L_BK,zero
+	fetch 1,mem_fw_button_gpio
+	isub temp,null
+	branch p_mouse_matrix_ghost_key_L_FW,zero
+	fetcht 1,mem_mbutton_gpio
+	fetch 1,mem_bk_button_gpio
+	isub temp,null
+	branch p_mouse_ghost_key_MBK_RFW,zero
+p_mouse_ghost_key_MFW_RBK:
+	call mouse_ghost_key_check_M_FW
+p_mouse_ghost_key_RBK:
+	call p_mouse_ghost_key_check_R_BK
+	branch mouse_ghost_key_check_next
+
+p_mouse_matrix_ghost_key_L_BK:
+	fetcht 1,mem_mbutton_gpio
+	fetch 1,mem_fw_button_gpio
+	isub temp,null
+	branch mouse_ghost_key_LBK_MFW,zero
+p_mouse_ghost_key_LBK_RFW:
+	call mouse_ghost_key_check_L_BK
+	branch p_mouse_ghost_key_RFW
+
+p_mouse_matrix_ghost_key_L_FW:
+	fetcht 1,mem_mbutton_gpio
+	fetch 1,mem_bk_button_gpio
+	isub temp,null
+	branch p_mouse_ghost_key_LFW_MBK,zero
+p_mouse_ghost_key_LFW_RBK:
+	call p_mouse_ghost_key_check_L_FW
+	branch p_mouse_ghost_key_RBK
+
+p_mouse_ghost_key_LFW_MBK:
+	call p_mouse_ghost_key_check_L_FW
+	call p_mouse_ghost_key_check_M_BK
+	branch mouse_ghost_key_check_next
+	
+p_mouse_ghost_key_MBK_RFW:
+	call p_mouse_ghost_key_check_M_BK
+p_mouse_ghost_key_RFW:
+	call p_mouse_ghost_key_check_R_FW
+	branch mouse_ghost_key_check_next
+
+p_mouse_ghost_key_check_M_BK:
+	and regb,MOUSE_M_BK_BUTTON,pdata
+	branch mouse_ghost_key_check_M_BK+1
+//	beq MOUSE_M_BK_BUTTON,mouse_matrix_cow_more_than_one_key
+//	rtn
+p_mouse_ghost_key_check_R_BK:
+	and regb,MOUSE_R_BK_BUTTON,pdata
+	branch mouse_ghost_key_check_R_BK+1
+//	beq MOUSE_R_BK_BUTTON,mouse_matrix_cow_more_than_one_key
+//	rtn
+p_mouse_ghost_key_check_L_FW:
+	and regb,MOUSE_L_FW_BUTTON,pdata
+	branch mouse_ghost_key_check_L_FW+1
+//	beq MOUSE_L_FW_BUTTON,mouse_matrix_cow_more_than_one_key
+//	rtn
+p_mouse_ghost_key_check_R_FW:
+	and regb,MOUSE_R_FW_BUTTON,pdata
+	branch mouse_ghost_key_check_R_FW+1
+//	beq MOUSE_R_FW_BUTTON,mouse_matrix_cow_more_than_one_key
+//	rtn	
+	
 endif
 
+ifdef ADC_1121SB
+p_adc_init_data:
+	fetch 8,mem_otp_adc
+	branch adc_init_cal_data_default,blank
+	store 8,mem_reference_inter1p8v_2v_adc_io_data
+	call enable_otp_read
+	call loadcode_check_otp_lock
+	arg OTP_OFFSET_ADC_PARAM_L_C0,pdata
+	iadd regb,regb
+	arg 10,loopcnt
+	arg mem_otp_temp,rega
+	call otp_read_data
+	call disable_otp
+	fetch 8, mem_otp_temp
+	rtn blank
+	store 8,mem_adc_reference3v_gpio1v_ft_data
+	ifetch 2,contr
+	istore 2,contw	
+	//call  eut_test_data_init	
+	rtn
 
-ifdef UART_LOG
-p_app_uarta_init:
-	fetch 1,core_uart_ctrl
-	set0 BIT_UART_CONTROL_ENABLE,pdata
-	store 1,core_uart_ctrl
-	fetch 8,mem_device_uart_rx_buffer
-	call uarta_init_dma_mem
-	fetch uart_baud_len,mem_device_uart_baud_rate
-	call uarta_init_baud_rate
-	call uart_clock_select_main_freq_crystal
-	fetch 1,mem_device_uart_tx_gpio
-	arg gpcfg_uart_txd,temp
-	call gpio_config_function_int
-	fetch 1,mem_device_uart_rx_gpio
-	arg gpcfg_uart_rxd|gpcfg_pullup,temp
-	call gpio_config_function_int
-	arg FUN_UART_CONTROL_ENABLE|FUN_UART_CONTROL_SETTING_RATE_BAUD,temp
-	storet 1,core_uart_ctrl
+p_sadc_cal_write:
+	fetch 1,core_sadc_ctrl
+	set1 1,pdata
+	store 1,core_sadc_ctrl
+	fetchr regb,1,mem_spi_write_addr
+	fetch 1,mem_adc_cal_c7
+	store 1,mem_spi_write_addr
+	arg 8,loopcnt	//rg_gpadc_sar_dat_sel c0-c7
+	call sadc_cal_write+4
+	storer regb,1,mem_spi_write_addr
+	fetch 1,core_gpadc_cfg2	
+	set0 4,pdata//caliberation write disable	
+	store 1,core_gpadc_cfg2	
 	rtn
 
-//input: loopcnt data len,  regc points to buff
-p_buffer_print_rx:
-	arg 16,loopcnt
-	arg mem_24g_rxbuf,regc
-	call log_bytes
-	branch log_end
+p_vdd_calculate_by_mode:
+ifdef ADC_1121SB_1V8_MODE
+	fetch 1,mem_adc_reference_mode
+	beq SADC_REFERENCE_INTER3V,p_vdd_reference_inter3V_calculate
+	beq SADC_REFERENCE_INTER1P8V_DIV2,p_vdd_reference_inter1p8V_calculate
+	branch p_vdd_reference_inter3V_calculate
+endif
 
-p_buffer_print_tx:
-	arg 16,loopcnt
-	arg mem_24g_txbuf,regc
-	call log_bytes
-	branch log_end
-
-//input: 1 byte hex @pdata  
-//output: 4 byte  '0','x', ASCII,ASCII, @pdata
-hex2ascii:
-	rshift4 pdata,rega  //high 4bit in rega
-	and_into 0x0f,pdata
-	call hex2ascii_half_byte
-	copy pdata,regb
-	copy rega,pdata
-	call hex2ascii_half_byte
-	lshift8 regb,regb
-	iadd regb,pdata
-//	lshift16 pdata,pdata
-//	arg 0x7830,regb   //0x
-//	iadd regb,pdata
+p_vdd_reference_inter3V_calculate:
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_HVIN,p_vdd_reference_inter3V_calculate_by_mode_vdcdc
+	beq ADC_CONFIG_GPIO,p_vdd_reference_inter3V_calculate_by_mode_gpio
+	rtn
+	
+p_vdd_reference_inter3V_calculate_by_mode_vdcdc:
+	setarg 1000
+	store 2,mem_reference_voltage
+	fetcht 2,mem_adc_reference3v_vdcdc3p6v_ft_data
+	fetch 2,mem_adc_reference3v_vdcdc4p6v_ft_data
+	arg 3600,regc
+	call vdd_calculate
+	branch p_mul1V_div1V_to_cal
+	
+p_vdd_reference_inter3V_calculate_by_mode_gpio:
+	setarg 1000
+	store 2,mem_reference_voltage
+	fetcht 2,mem_adc_reference3v_gpio1v_ft_data
+	fetch 2,mem_adc_reference3v_gpio2v_ft_data
+	arg 1000,regc
+	call vdd_calculate
+p_mul1V_div1V_to_cal:
+	fetcht 2,mem_adc_reference3v_inter1v_ft_data
+	imul32 temp,pdata
+	fetcht 2,mem_adc_reference3v_inter1v_now_data
+	idiv temp
+	branch get_div_result
+	
+p_enable_adc_init_config:
+	call p_sadc_cal_write
+	fetch 1,core_gpadc_cfg1
+	set0 7,pdata
+	store 1,core_gpadc_cfg1
+	jam 0x77,core_gpadc_ctrl
+	jam 0xc1,core_gpadc_cfg0
+	jam 0x61,core_vtest_ctrl0
+	jam 0x00,core_gpadc_cfg3
 	rtn
 
-//input: 1 byte hex @pdata  
-//output: 4 byte  '0','x', ASCII,ASCII, @pdata
-hex2ascii_half_byte:
-	arg 0xa,temp
-	isub temp,temp
-	nbranch hex2ascii_half_byte_numberic,positive
-	setarg 0x41  // A
-	iadd temp,pdata
+p_enable_adc:
+ifdef ADC_1121SB_1V8_MODE
+	fetch 1,mem_adc_reference_mode
+	beq SADC_REFERENCE_INTER3V,p_enable_adc_reference_source_inter3V
+	beq SADC_REFERENCE_INTER1P8V_DIV2,p_enable_adc_reference_source_inter1p8V
+	branch p_enable_adc_reference_source_inter3V
+endif		
+p_enable_adc_reference_source_inter3V:
+	call p_enable_adc_init_config
+	call sadc_channel
+	fetch 1,mem_adc_clkdiv
+	store 1,core_sadc_clkdiv
+	call sadc_read
+	jam 0x60,core_vtest_ctrl0
+	jam 0x00,core_sadc_clkdiv	
+//	rtn
+	
+p_read_adc_inter1V:
+	call p_enable_adc_init_config
+	fetch 1,mem_adc_clkdiv
+	store 1,core_sadc_clkdiv
+	jam 0x50,core_gpadc_cfg3
+	jam 0xc0,core_vtest_ctrl1//select vref1v
+
+	arg 0xb,regext_index
+	fetchr regext, 2,mem_adc_current_value
+	
+	jam 0x03,core_sadc_ctrl	
+	call p_sar_adc_read_wait
+	fetcht 2,core_sadc_data
+	storet 2,mem_adc_reference3v_inter1v_now_data 
+	call sadc_read_wait+4
+	
+	arg 0xb,regext_index
+	storer regext,2,mem_adc_current_value
+
+	jam 0x60,core_vtest_ctrl0
+	jam 0x00,core_sadc_clkdiv
+	jam 0x00,core_sadc_ctrl
 	rtn
-hex2ascii_half_byte_numberic:
-	arg 0x30,temp
-	iadd temp,pdata
+
+
+p_sar_adc_read_wait:
+	fetch 1,core_perf_status
+	bbit0 SARADC_DONE,p_sar_adc_read_wait
+	rtn
+
+ifdef ADC_1121SB_1V8_MODE
+p_vdd_reference_inter1p8V_calculate:
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_HVIN,p_vdd_reference_inter1p8V_calculate_by_mode_vdcdc
+	beq ADC_CONFIG_GPIO,p_vdd_reference_inter1p8V_div2_calculate_by_mode_gpio
+	rtn
+	
+p_vdd_reference_inter1p8V_calculate_by_mode_vdcdc:
+	setarg 2000
+	store 2,mem_reference_voltage
+	fetcht 2,mem_reference_inter1p8v_2p6v_adc_vdcdc_data
+	fetch 2,mem_reference_inter1p8v_4p6v_adc_vdcdc_data
+	arg 2600,regc
+	branch vdd_calculate
+
+p_vdd_reference_inter1p8V_div2_calculate_by_mode_gpio:
+	setarg 1000
+	store 2,mem_reference_voltage
+	fetcht 2,mem_reference_inter1p8v_2v_adc_io_data
+	fetch 2,mem_reference_inter1p8v_1v_adc_io_data
+	arg 2000,regc
+	branch p_vdd_calculate00
+	
+p_vdd_calculate00:
+	isub temp,rega
+	fetch 2,mem_adc_current_value
+	isub temp,pdata
+	nbranch p_vdd_calculate11,positive
+	fetcht 2,mem_reference_voltage
+	imul32 temp,regb
+	copy regc,pdata
+	imul32 rega,pdata
+	isub regb,pdata
+	nbranch set_pdata_0,positive
+	branch vdd_calculate2
+	
+p_vdd_calculate11:
+	copy temp,pdata
+	fetcht 2,mem_adc_current_value
+	isub temp,pdata
+	fetcht 2,mem_reference_voltage
+	imul32 temp,regb
+	copy regc,pdata
+	imul32 rega,pdata
+	iadd regb,pdata
+	branch vdd_calculate2
+
+p_enable_adc_reference_source_inter1p8V:	
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_HVIN,p_enable_adc_reference_source_inter1p8V_vdcdc
+p_enable_adc_reference_source_inter1p8V_div2_gpio:	
+	call p_sadc_cal_write
+	fetch 1,core_gpadc_cfg1
+	set0 7,pdata
+	store 1,core_gpadc_cfg1
+	jam 0x77,core_gpadc_ctrl
+	jam 0x41,core_gpadc_cfg0
+	jam 0x14,0x8ac6			//div2
+	jam 0x00,core_gpadc_cfg3
+	call sadc_channel
+	fetch 1,mem_adc_clkdiv
+	store 1,core_sadc_clkdiv
+	call sadc_read
+
+	jam 0x00,core_sadc_clkdiv
+	jam 0x00,0x8ac6
+	rtn
+	
+p_enable_adc_reference_source_inter1p8V_vdcdc:
+	call p_sadc_cal_write
+	fetch 1,core_gpadc_cfg1
+	set0 7,pdata
+	store 1,core_gpadc_cfg1
+	jam 0x77,core_gpadc_ctrl
+	jam 0x41,core_gpadc_cfg0
+	jam 0x10,0x8ac6			//not div2
+	jam 0x00,core_gpadc_cfg3
+	call sadc_channel
+	fetch 1,mem_adc_clkdiv
+	store 1,core_sadc_clkdiv
+	call  sadc_read
+	
+	jam 0x00,core_sadc_clkdiv
+	jam 0x00,0x8ac6
 	rtn
 
-//input: loopcnt--length,regc--data ptr	
-log_bytes:
-	copy loopcnt,pdata
-	branch log_len0,blank
-log_bytes_loop:
-	ifetch 1,regc
-	increase 1,regc
-	call log_byte
-	call log_space
-	loop log_bytes_loop
-uart_wait:
-	fetch 1,core_uart_status
-	bbit1 uart_status_tx_busy,uart_wait
-//	nop 12000
-	rtn
-
-//input 1byte @pdata
-log_byte:
-	call uarta_prepare_tx
-	call hex2ascii
-//	istore 4,contu	//0x
-	istore 2,contwu
-	branch uarta_send
-
-log_len0:
-	call uarta_prepare_tx
-	setarg 0x656c
-	istore 2,contwu
-	setarg 0x306e
-	istore 2,contwu
-	call uarta_send
-	branch log_end
-
-log_space:
-	call uarta_prepare_tx
-	setarg 0x20
-	istore 1,contwu
-	branch uarta_send
-
-log_end:
-	call uarta_prepare_tx
-	setarg 0x0a0d
-	istore 2,contwu
-	branch uarta_send
 
 endif
 
+ifdef PWM_SET
 
-	
+/*
+core_clksel
+[7:6]pwm clock select
+	0:sysclk 
+	1:sysclk undivided
+	2:rc2M
+	3:lpo
+*/
+p_pwm_clk_set:
+	fetch 1,core_clksel
+	and pdata,0xc0,pdata
+	beq 0x40,pwm_24m_clk_set
+	beq 0x80,p_pwm_2m_clk_set
+	beq 0xc0,pwm_33k_clk_set
+	branch pwm_12m_clk_set
+p_pwm_2m_clk_set:
+	setarg 2000000
+	rtn
+
+p_pwm_out_set:
+	fetcht 3,mem_pdatatemp+2
+	call p_pwm_clk_set
+	branch pwm_out_set+2
+endif
\ No newline at end of file
Index: sched/1305.dat
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/sched/1305.dat	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/sched/1305.dat	(working copy)
@@ -22,28 +22,6 @@
 mem_gain_second_agc_en:08	#hw agc: 0:second agc disable
 mem_otp_load_check_sum:5a
 
-#adc config
-mem_adc_config_flag:01
-#01 ADC_CONFIG_HVIN
-#02 ADC_CONFIG_GPIO
-mem_adc_clkdiv:0a
-mem_adc_channel:00
-#00 ADC_CH_VBAT
-#01 ADC_CH_VDCDC5V
-#06 ADC_CH_GPIO18
-#07 ADC_CH_GPIO10
-#08 ADC_CH_GPIO9
-#09 ADC_CH_GPIO12
-#0a ADC_CH_GPIO6
-#0b ADC_CH_GPIO20
-#0c ADC_CH_GPIO21
-#0d ADC_CH_GPIO22
-#0e ADC_CH_GPIO13
-
-mem_adc_dma_enable:00
-mem_adc_saddr_ptr:00 07
-mem_adc_eaddr_ptr:ff 07
-
 mem_ring_ibias_trim:a0
 mem_ring_ibias_vtune_high:bc 02 #700mv
 mem_ring_ibias_vtune_low:90 01 #400mv
Index: sched/mouse.dat
===================================================================
--- /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/sched/mouse.dat	(revision 1601)
+++ /1121s/branch/mouse/ZXS_Project/1m/mouse_public_24g_first_bt/sched/mouse.dat	(working copy)
@@ -40,7 +40,7 @@
 #bit5 MOUSE_ENABLE_USB_250
 #bit6 MOUSE_ENABLE_USB_500
 #bit7 MOUSE_ENABLE_USB_1000
-10
+00
 
 #mouse flag byte5
 #bit0 MOUSE_ENABLE_1IO2LED
@@ -99,7 +99,7 @@
 15 #mem_select_sensor_angle_gpio
 01 #mem_sensor_angle_default
 02 #mem_sensor_angle_switch
-01 #mem_config_sensor_dpi	#power on default dpi 00--1200  01--1600
+00 #mem_config_sensor_dpi	#power on default dpi 00--1200  01--1600
 ff #mem_whee_ta_data_gpio
 ff #mem_whee_tb_data_gpio
 0a #mem_matrix_public_gpio
@@ -130,8 +130,8 @@
 mem_mouse_le_reconn_blink_limit:00		#00:disable 	01:enable
 mem_mouse_multi_led_powon_timer_init:14	#2s
 mem_mouse_multi_24gled_blink_timer_init:05			#24gled blink time		500ms on,500ms off
-mem_mouse_multi_le_discovery_blink_timer_init:05		#le discovery blink time	500ms on,500ms off
-mem_mouse_multi_le_reconn_blink_timer_init:02			#le reconn blink time		500ms on,500ms off
+mem_mouse_multi_le_discovery_blink_timer_init:08		#le discovery blink time	500ms on,500ms off
+mem_mouse_multi_le_reconn_blink_timer_init:01			#le reconn blink time		500ms on,500ms off
 mem_mouse_low_led_blink_timer:14				#low blink time			1000ms on,1000ms off
 mem_mouse_dpi_led_blink_timer_init:02			#dpi blink time			200ms on,200ms off
 #blink count=count/2
@@ -143,9 +143,9 @@
 
 #time parm
 mem_mouse_logo_led_on_time_init:58 02	#1min
-mem_mouse_24g_pair_timeout_init:0a 00  #1min	    24g reconn timer&pair timer
-mem_mouse_24g_reconn_timeout_init:08 #10s
-mem_mouse_24g_power_on_fast_conn_timer:02 00	#500ms
+mem_mouse_24g_pair_timeout_init:0a 00 #1min	    24g reconn timer&pair timer
+mem_mouse_24g_reconn_timeout_init:08 #800ms
+mem_mouse_24g_power_on_fast_conn_timer:02 00	#200ms
 mem_mouse_direct_timeout:32  #5s
 mem_mouse_discovery_timeout:b0 04	#2min
 mem_mouse_fast_direct_timeout:0a #1s
@@ -158,6 +158,7 @@
 mem_lpm_mode:01
 mem_lpm_mult:20
 mem_lpm_mult_init:20
+mem_mouse_set_high_impedance_bit_set:00 00 00
 
 mem_device_flag:
 00		#00--24g 01--bt
@@ -210,7 +211,7 @@
 mem_mouse_24g_fast_hop_count_4ms:05
 mem_mouse_24g_tsniff_4ms:80 bb 00 00
 
-mem_mouse_24g_short_sleep_set_8ms:f2 f9 00#ac 07 01	#5625us	40 19 01:72000:6ms
+mem_mouse_24g_short_sleep_set_8ms:70 11 01
 mem_mouse_24g_long_sleep_set_8ms:00 77 01
 mem_mouse_24g_fast_hop_count_8ms:0b
 mem_mouse_24g_tsniff_8ms:00 77 01 00
@@ -248,19 +249,19 @@
 #microsoft swift pair
 06 ff 06 00 03 00 80	
 #name
-'\09XT-612
+'\09BT5.2 Mouse
 
 mem_le_scan_data_len:1f
 mem_le_scan_data:
 #name
-'\09XT-612
+'\09BT5.2 Mouse
 
 
 mem_le_name_len:
-'XT-612
+'BT5.2 Mouse
 
 mem_le_name_patch_len:	#max 18bytes
-'XT-612
+'BT5.2 Mouse
 
 mem_le_interval_min:
 06 00 #min interval
@@ -298,9 +299,9 @@
 mem_otp_offset_le_locall_addr2_end:fa 1e					#7930  end
 
 mem_otp_offset_le_addr_increase_count:fb 1e			#7931 begin		100 count
-mem_otp_offset_le_addr_increase_count_end:ae 1f		#8108 end					----------info over	
+mem_otp_offset_le_addr_increase_count_end:ac 1f		#8108 end					----------info over	
 
-mem_otp_offset_app_initflag:ac 1f		#8110 end
+mem_otp_offset_app_initflag:ae 1f		#8110 end
 
 #ui
 mem_ui_button_gpio:ff
@@ -336,14 +337,10 @@
 3f	#mem_3212_dpi_2
 15	#mem_3212_dpi_3
 
-# 14	#mem_ka8g2_dpi_0    1200
-# 1b	#mem_ka8g2_dpi_1    1600
-# 11	#mem_ka8g2_dpi_2    1000
-# 0e	#mem_ka8g2_dpi_3    800
-28##mem_ka8g2_dpi_0	2400
-35##mem_ka8g2_dpi_1	3200
-1b##mem_ka8g2_dpi_2	1600
-11##mem_ka8g2_dpi_3	1000
+14	#mem_ka8g2_dpi_0
+1b	#mem_ka8g2_dpi_1
+11	#mem_ka8g2_dpi_2
+0e	#mem_ka8g2_dpi_3
 
 mem_sensor_s201_dpi:
 8a  #mem_sensor_s201_dpi_0	1200
@@ -389,15 +386,15 @@
 7d 80
 ff ff
 
-#mem_sensor_ka8g2_init:
-#09 a5
-#26 34
-#60 07
-#69 04
-#7d 20
-#7e 00
-#09 00
-#ff ff
+mem_sensor_ka8g2_init:
+09 a5
+26 34
+60 07
+69 04
+7d 20
+7e 00
+09 00
+ff ff
 
 mem_sensor_8650_init:
 09 5a
@@ -406,13 +403,11 @@
 be d1
 a0 41
 a1 12
-a5 84
 a7 ff
-b5 d0
 b6 00
+b5 c8
+a5 af
 ff 00
-35 c8
-25 af
 09 00
 ff ff
 
@@ -443,6 +438,29 @@
 09 00
 ff ff
 
+
+#adc config
+mem_adc_config_flag:01
+#01 ADC_CONFIG_HVIN
+#02 ADC_CONFIG_GPIO
+mem_adc_clkdiv:0a
+mem_adc_channel:09
+#00 ADC_CH_VBAT
+#01 ADC_CH_VDCDC5V
+#06 ADC_CH_GPIO18
+#07 ADC_CH_GPIO10
+#08 ADC_CH_GPIO9
+#09 ADC_CH_GPIO12
+#0a ADC_CH_GPIO6
+#0b ADC_CH_GPIO20
+#0c ADC_CH_GPIO21
+#0d ADC_CH_GPIO22
+#0e ADC_CH_GPIO13
+
+mem_mouse_vdd_full_vol:a4 01		#4.2V
+18 01#mem_mouse_vdd_empty_vol  :2.8V
+2c 01#mem_mouse_vdd_low_vol   :3.0V
+
 # rf debug
 #bit7:0 means disable rf debug function
 #mem_rf_debug_rx_gpio:87
Index: util/geneep.exe
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: util/geneep.exe
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
